/*!
 * 
 *             abbvie-dotcom - AbbVieDotcom Front End code
 *             Author: Maroom Thokchom <Maroon.Thokchom@cognizant.com>
 *             Version: v1.0.0
 *             Url: https://www.abbvie.com/
 *             License(s): MIT
 *         
 */
@charset "UTF-8";
/*!
 * Bootstrap v3.4.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden],
template {
  display: none; }

a {
  background-color: transparent; }

a:active,
a:hover {
  outline: 0; }

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; }

b,
strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

h1 {
  font-size: 2em;
  margin: 0.67em 0; }

mark {
  background: #ff0;
  color: #000; }

small {
  font-size: 80%; }

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 1em 40px; }

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0; }

pre {
  overflow: auto; }

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0; }

button {
  overflow: visible; }

button,
select {
  text-transform: none; }

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled],
html input[disabled] {
  cursor: default; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

input {
  line-height: normal; }

input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0; }

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

input[type="search"] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
          box-sizing: content-box; }

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *,
  *:before,
  *:after {
    color: #000 !important;
    text-shadow: none !important;
    background: transparent !important;
    -webkit-box-shadow: none !important;
            box-shadow: none !important; }
  a,
  a:visited {
    text-decoration: underline; }
  a[href]:after {
    content: " (" attr(href) ")"; }
  abbr[title]:after {
    content: " (" attr(title) ")"; }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: ""; }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  tr,
  img {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; }
  .navbar {
    display: none; }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important; }
  .label {
    border: 1px solid #000; }
  .table {
    border-collapse: collapse !important; }
    .table td,
    .table th {
      background-color: #fff !important; }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important; } }

@font-face {
  font-family: "Glyphicons Halflings";
  src: url(font-path("bootstrap/glyphicons-halflings-regular.eot"));
  src: url(font-path("bootstrap/glyphicons-halflings-regular.eot?#iefix")) format("embedded-opentype"), url(font-path("bootstrap/glyphicons-halflings-regular.woff2")) format("woff2"), url(font-path("bootstrap/glyphicons-halflings-regular.woff")) format("woff"), url(font-path("bootstrap/glyphicons-halflings-regular.ttf")) format("truetype"), url(font-path("bootstrap/glyphicons-halflings-regular.svg#glyphicons_halflingsregular")) format("svg"); }

.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: "Glyphicons Halflings";
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.glyphicon-asterisk:before {
  content: "*"; }

.glyphicon-plus:before {
  content: "+"; }

.glyphicon-euro:before,
.glyphicon-eur:before {
  content: "\20AC"; }

.glyphicon-minus:before {
  content: "\2212"; }

.glyphicon-cloud:before {
  content: "\2601"; }

.glyphicon-envelope:before {
  content: "\2709"; }

.glyphicon-pencil:before {
  content: "\270F"; }

.glyphicon-glass:before {
  content: "\E001"; }

.glyphicon-music:before {
  content: "\E002"; }

.glyphicon-search:before {
  content: "\E003"; }

.glyphicon-heart:before {
  content: "\E005"; }

.glyphicon-star:before {
  content: "\E006"; }

.glyphicon-star-empty:before {
  content: "\E007"; }

.glyphicon-user:before {
  content: "\E008"; }

.glyphicon-film:before {
  content: "\E009"; }

.glyphicon-th-large:before {
  content: "\E010"; }

.glyphicon-th:before {
  content: "\E011"; }

.glyphicon-th-list:before {
  content: "\E012"; }

.glyphicon-ok:before {
  content: "\E013"; }

.glyphicon-remove:before {
  content: "\E014"; }

.glyphicon-zoom-in:before {
  content: "\E015"; }

.glyphicon-zoom-out:before {
  content: "\E016"; }

.glyphicon-off:before {
  content: "\E017"; }

.glyphicon-signal:before {
  content: "\E018"; }

.glyphicon-cog:before {
  content: "\E019"; }

.glyphicon-trash:before {
  content: "\E020"; }

.glyphicon-home:before {
  content: "\E021"; }

.glyphicon-file:before {
  content: "\E022"; }

.glyphicon-time:before {
  content: "\E023"; }

.glyphicon-road:before {
  content: "\E024"; }

.glyphicon-download-alt:before {
  content: "\E025"; }

.glyphicon-download:before {
  content: "\E026"; }

.glyphicon-upload:before {
  content: "\E027"; }

.glyphicon-inbox:before {
  content: "\E028"; }

.glyphicon-play-circle:before {
  content: "\E029"; }

.glyphicon-repeat:before {
  content: "\E030"; }

.glyphicon-refresh:before {
  content: "\E031"; }

.glyphicon-list-alt:before {
  content: "\E032"; }

.glyphicon-lock:before {
  content: "\E033"; }

.glyphicon-flag:before {
  content: "\E034"; }

.glyphicon-headphones:before {
  content: "\E035"; }

.glyphicon-volume-off:before {
  content: "\E036"; }

.glyphicon-volume-down:before {
  content: "\E037"; }

.glyphicon-volume-up:before {
  content: "\E038"; }

.glyphicon-qrcode:before {
  content: "\E039"; }

.glyphicon-barcode:before {
  content: "\E040"; }

.glyphicon-tag:before {
  content: "\E041"; }

.glyphicon-tags:before {
  content: "\E042"; }

.glyphicon-book:before {
  content: "\E043"; }

.glyphicon-bookmark:before {
  content: "\E044"; }

.glyphicon-print:before {
  content: "\E045"; }

.glyphicon-camera:before {
  content: "\E046"; }

.glyphicon-font:before {
  content: "\E047"; }

.glyphicon-bold:before {
  content: "\E048"; }

.glyphicon-italic:before {
  content: "\E049"; }

.glyphicon-text-height:before {
  content: "\E050"; }

.glyphicon-text-width:before {
  content: "\E051"; }

.glyphicon-align-left:before {
  content: "\E052"; }

.glyphicon-align-center:before {
  content: "\E053"; }

.glyphicon-align-right:before {
  content: "\E054"; }

.glyphicon-align-justify:before {
  content: "\E055"; }

.glyphicon-list:before {
  content: "\E056"; }

.glyphicon-indent-left:before {
  content: "\E057"; }

.glyphicon-indent-right:before {
  content: "\E058"; }

.glyphicon-facetime-video:before {
  content: "\E059"; }

.glyphicon-picture:before {
  content: "\E060"; }

.glyphicon-map-marker:before {
  content: "\E062"; }

.glyphicon-adjust:before {
  content: "\E063"; }

.glyphicon-tint:before {
  content: "\E064"; }

.glyphicon-edit:before {
  content: "\E065"; }

.glyphicon-share:before {
  content: "\E066"; }

.glyphicon-check:before {
  content: "\E067"; }

.glyphicon-move:before {
  content: "\E068"; }

.glyphicon-step-backward:before {
  content: "\E069"; }

.glyphicon-fast-backward:before {
  content: "\E070"; }

.glyphicon-backward:before {
  content: "\E071"; }

.glyphicon-play:before {
  content: "\E072"; }

.glyphicon-pause:before {
  content: "\E073"; }

.glyphicon-stop:before {
  content: "\E074"; }

.glyphicon-forward:before {
  content: "\E075"; }

.glyphicon-fast-forward:before {
  content: "\E076"; }

.glyphicon-step-forward:before {
  content: "\E077"; }

.glyphicon-eject:before {
  content: "\E078"; }

.glyphicon-chevron-left:before {
  content: "\E079"; }

.glyphicon-chevron-right:before {
  content: "\E080"; }

.glyphicon-plus-sign:before {
  content: "\E081"; }

.glyphicon-minus-sign:before {
  content: "\E082"; }

.glyphicon-remove-sign:before {
  content: "\E083"; }

.glyphicon-ok-sign:before {
  content: "\E084"; }

.glyphicon-question-sign:before {
  content: "\E085"; }

.glyphicon-info-sign:before {
  content: "\E086"; }

.glyphicon-screenshot:before {
  content: "\E087"; }

.glyphicon-remove-circle:before {
  content: "\E088"; }

.glyphicon-ok-circle:before {
  content: "\E089"; }

.glyphicon-ban-circle:before {
  content: "\E090"; }

.glyphicon-arrow-left:before {
  content: "\E091"; }

.glyphicon-arrow-right:before {
  content: "\E092"; }

.glyphicon-arrow-up:before {
  content: "\E093"; }

.glyphicon-arrow-down:before {
  content: "\E094"; }

.glyphicon-share-alt:before {
  content: "\E095"; }

.glyphicon-resize-full:before {
  content: "\E096"; }

.glyphicon-resize-small:before {
  content: "\E097"; }

.glyphicon-exclamation-sign:before {
  content: "\E101"; }

.glyphicon-gift:before {
  content: "\E102"; }

.glyphicon-leaf:before {
  content: "\E103"; }

.glyphicon-fire:before {
  content: "\E104"; }

.glyphicon-eye-open:before {
  content: "\E105"; }

.glyphicon-eye-close:before {
  content: "\E106"; }

.glyphicon-warning-sign:before {
  content: "\E107"; }

.glyphicon-plane:before {
  content: "\E108"; }

.glyphicon-calendar:before {
  content: "\E109"; }

.glyphicon-random:before {
  content: "\E110"; }

.glyphicon-comment:before {
  content: "\E111"; }

.glyphicon-magnet:before {
  content: "\E112"; }

.glyphicon-chevron-up:before {
  content: "\E113"; }

.glyphicon-chevron-down:before {
  content: "\E114"; }

.glyphicon-retweet:before {
  content: "\E115"; }

.glyphicon-shopping-cart:before {
  content: "\E116"; }

.glyphicon-folder-close:before {
  content: "\E117"; }

.glyphicon-folder-open:before {
  content: "\E118"; }

.glyphicon-resize-vertical:before {
  content: "\E119"; }

.glyphicon-resize-horizontal:before {
  content: "\E120"; }

.glyphicon-hdd:before {
  content: "\E121"; }

.glyphicon-bullhorn:before {
  content: "\E122"; }

.glyphicon-bell:before {
  content: "\E123"; }

.glyphicon-certificate:before {
  content: "\E124"; }

.glyphicon-thumbs-up:before {
  content: "\E125"; }

.glyphicon-thumbs-down:before {
  content: "\E126"; }

.glyphicon-hand-right:before {
  content: "\E127"; }

.glyphicon-hand-left:before {
  content: "\E128"; }

.glyphicon-hand-up:before {
  content: "\E129"; }

.glyphicon-hand-down:before {
  content: "\E130"; }

.glyphicon-circle-arrow-right:before {
  content: "\E131"; }

.glyphicon-circle-arrow-left:before {
  content: "\E132"; }

.glyphicon-circle-arrow-up:before {
  content: "\E133"; }

.glyphicon-circle-arrow-down:before {
  content: "\E134"; }

.glyphicon-globe:before {
  content: "\E135"; }

.glyphicon-wrench:before {
  content: "\E136"; }

.glyphicon-tasks:before {
  content: "\E137"; }

.glyphicon-filter:before {
  content: "\E138"; }

.glyphicon-briefcase:before {
  content: "\E139"; }

.glyphicon-fullscreen:before {
  content: "\E140"; }

.glyphicon-dashboard:before {
  content: "\E141"; }

.glyphicon-paperclip:before {
  content: "\E142"; }

.glyphicon-heart-empty:before {
  content: "\E143"; }

.glyphicon-link:before {
  content: "\E144"; }

.glyphicon-phone:before {
  content: "\E145"; }

.glyphicon-pushpin:before {
  content: "\E146"; }

.glyphicon-usd:before {
  content: "\E148"; }

.glyphicon-gbp:before {
  content: "\E149"; }

.glyphicon-sort:before {
  content: "\E150"; }

.glyphicon-sort-by-alphabet:before {
  content: "\E151"; }

.glyphicon-sort-by-alphabet-alt:before {
  content: "\E152"; }

.glyphicon-sort-by-order:before {
  content: "\E153"; }

.glyphicon-sort-by-order-alt:before {
  content: "\E154"; }

.glyphicon-sort-by-attributes:before {
  content: "\E155"; }

.glyphicon-sort-by-attributes-alt:before {
  content: "\E156"; }

.glyphicon-unchecked:before {
  content: "\E157"; }

.glyphicon-expand:before {
  content: "\E158"; }

.glyphicon-collapse-down:before {
  content: "\E159"; }

.glyphicon-collapse-up:before {
  content: "\E160"; }

.glyphicon-log-in:before {
  content: "\E161"; }

.glyphicon-flash:before {
  content: "\E162"; }

.glyphicon-log-out:before {
  content: "\E163"; }

.glyphicon-new-window:before {
  content: "\E164"; }

.glyphicon-record:before {
  content: "\E165"; }

.glyphicon-save:before {
  content: "\E166"; }

.glyphicon-open:before {
  content: "\E167"; }

.glyphicon-saved:before {
  content: "\E168"; }

.glyphicon-import:before {
  content: "\E169"; }

.glyphicon-export:before {
  content: "\E170"; }

.glyphicon-send:before {
  content: "\E171"; }

.glyphicon-floppy-disk:before {
  content: "\E172"; }

.glyphicon-floppy-saved:before {
  content: "\E173"; }

.glyphicon-floppy-remove:before {
  content: "\E174"; }

.glyphicon-floppy-save:before {
  content: "\E175"; }

.glyphicon-floppy-open:before {
  content: "\E176"; }

.glyphicon-credit-card:before {
  content: "\E177"; }

.glyphicon-transfer:before {
  content: "\E178"; }

.glyphicon-cutlery:before {
  content: "\E179"; }

.glyphicon-header:before {
  content: "\E180"; }

.glyphicon-compressed:before {
  content: "\E181"; }

.glyphicon-earphone:before {
  content: "\E182"; }

.glyphicon-phone-alt:before {
  content: "\E183"; }

.glyphicon-tower:before {
  content: "\E184"; }

.glyphicon-stats:before {
  content: "\E185"; }

.glyphicon-sd-video:before {
  content: "\E186"; }

.glyphicon-hd-video:before {
  content: "\E187"; }

.glyphicon-subtitles:before {
  content: "\E188"; }

.glyphicon-sound-stereo:before {
  content: "\E189"; }

.glyphicon-sound-dolby:before {
  content: "\E190"; }

.glyphicon-sound-5-1:before {
  content: "\E191"; }

.glyphicon-sound-6-1:before {
  content: "\E192"; }

.glyphicon-sound-7-1:before {
  content: "\E193"; }

.glyphicon-copyright-mark:before {
  content: "\E194"; }

.glyphicon-registration-mark:before {
  content: "\E195"; }

.glyphicon-cloud-download:before {
  content: "\E197"; }

.glyphicon-cloud-upload:before {
  content: "\E198"; }

.glyphicon-tree-conifer:before {
  content: "\E199"; }

.glyphicon-tree-deciduous:before {
  content: "\E200"; }

.glyphicon-cd:before {
  content: "\E201"; }

.glyphicon-save-file:before {
  content: "\E202"; }

.glyphicon-open-file:before {
  content: "\E203"; }

.glyphicon-level-up:before {
  content: "\E204"; }

.glyphicon-copy:before {
  content: "\E205"; }

.glyphicon-paste:before {
  content: "\E206"; }

.glyphicon-alert:before {
  content: "\E209"; }

.glyphicon-equalizer:before {
  content: "\E210"; }

.glyphicon-king:before {
  content: "\E211"; }

.glyphicon-queen:before {
  content: "\E212"; }

.glyphicon-pawn:before {
  content: "\E213"; }

.glyphicon-bishop:before {
  content: "\E214"; }

.glyphicon-knight:before {
  content: "\E215"; }

.glyphicon-baby-formula:before {
  content: "\E216"; }

.glyphicon-tent:before {
  content: "\26FA"; }

.glyphicon-blackboard:before {
  content: "\E218"; }

.glyphicon-bed:before {
  content: "\E219"; }

.glyphicon-apple:before {
  content: "\F8FF"; }

.glyphicon-erase:before {
  content: "\E221"; }

.glyphicon-hourglass:before {
  content: "\231B"; }

.glyphicon-lamp:before {
  content: "\E223"; }

.glyphicon-duplicate:before {
  content: "\E224"; }

.glyphicon-piggy-bank:before {
  content: "\E225"; }

.glyphicon-scissors:before {
  content: "\E226"; }

.glyphicon-bitcoin:before {
  content: "\E227"; }

.glyphicon-btc:before {
  content: "\E227"; }

.glyphicon-xbt:before {
  content: "\E227"; }

.glyphicon-yen:before {
  content: "\A5"; }

.glyphicon-jpy:before {
  content: "\A5"; }

.glyphicon-ruble:before {
  content: "\20BD"; }

.glyphicon-rub:before {
  content: "\20BD"; }

.glyphicon-scale:before {
  content: "\E230"; }

.glyphicon-ice-lolly:before {
  content: "\E231"; }

.glyphicon-ice-lolly-tasted:before {
  content: "\E232"; }

.glyphicon-education:before {
  content: "\E233"; }

.glyphicon-option-horizontal:before {
  content: "\E234"; }

.glyphicon-option-vertical:before {
  content: "\E235"; }

.glyphicon-menu-hamburger:before {
  content: "\E236"; }

.glyphicon-modal-window:before {
  content: "\E237"; }

.glyphicon-oil:before {
  content: "\E238"; }

.glyphicon-grain:before {
  content: "\E239"; }

.glyphicon-sunglasses:before {
  content: "\E240"; }

.glyphicon-text-size:before {
  content: "\E241"; }

.glyphicon-text-color:before {
  content: "\E242"; }

.glyphicon-text-background:before {
  content: "\E243"; }

.glyphicon-object-align-top:before {
  content: "\E244"; }

.glyphicon-object-align-bottom:before {
  content: "\E245"; }

.glyphicon-object-align-horizontal:before {
  content: "\E246"; }

.glyphicon-object-align-left:before {
  content: "\E247"; }

.glyphicon-object-align-vertical:before {
  content: "\E248"; }

.glyphicon-object-align-right:before {
  content: "\E249"; }

.glyphicon-triangle-right:before {
  content: "\E250"; }

.glyphicon-triangle-left:before {
  content: "\E251"; }

.glyphicon-triangle-bottom:before {
  content: "\E252"; }

.glyphicon-triangle-top:before {
  content: "\E253"; }

.glyphicon-console:before {
  content: "\E254"; }

.glyphicon-superscript:before {
  content: "\E255"; }

.glyphicon-subscript:before {
  content: "\E256"; }

.glyphicon-menu-left:before {
  content: "\E257"; }

.glyphicon-menu-right:before {
  content: "\E258"; }

.glyphicon-menu-down:before {
  content: "\E259"; }

.glyphicon-menu-up:before {
  content: "\E260"; }

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857;
  color: #333333;
  background-color: #fff; }

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

a {
  color: #337ab7;
  text-decoration: none; }
  a:hover, a:focus {
    color: #23527c;
    text-decoration: underline; }
  a:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }

figure {
  margin: 0; }

img {
  vertical-align: middle; }

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto; }

.img-rounded {
  border-radius: 6px; }

.img-thumbnail {
  padding: 4px;
  line-height: 1.42857;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto; }

.img-circle {
  border-radius: 50%; }

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee; }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto; }

[role="button"] {
  cursor: pointer; }

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit; }
  h1 small,
  h1 .small, h2 small,
  h2 .small, h3 small,
  h3 .small, h4 small,
  h4 .small, h5 small,
  h5 .small, h6 small,
  h6 .small,
  .h1 small,
  .h1 .small, .h2 small,
  .h2 .small, .h3 small,
  .h3 .small, .h4 small,
  .h4 .small, .h5 small,
  .h5 .small, .h6 small,
  .h6 .small {
    font-weight: 400;
    line-height: 1;
    color: #777777; }

h1, .h1,
h2, .h2,
h3, .h3 {
  margin-top: 20px;
  margin-bottom: 10px; }
  h1 small,
  h1 .small, .h1 small,
  .h1 .small,
  h2 small,
  h2 .small, .h2 small,
  .h2 .small,
  h3 small,
  h3 .small, .h3 small,
  .h3 .small {
    font-size: 65%; }

h4, .h4,
h5, .h5,
h6, .h6 {
  margin-top: 10px;
  margin-bottom: 10px; }
  h4 small,
  h4 .small, .h4 small,
  .h4 .small,
  h5 small,
  h5 .small, .h5 small,
  .h5 .small,
  h6 small,
  h6 .small, .h6 small,
  .h6 .small {
    font-size: 75%; }

h1, .h1 {
  font-size: 36px; }

h2, .h2 {
  font-size: 30px; }

h3, .h3 {
  font-size: 24px; }

h4, .h4 {
  font-size: 18px; }

h5, .h5 {
  font-size: 14px; }

h6, .h6 {
  font-size: 12px; }

p {
  margin: 0 0 10px; }

.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4; }
  @media (min-width: 768px) {
    .lead {
      font-size: 21px; } }

small,
.small {
  font-size: 85%; }

mark,
.mark {
  padding: .2em;
  background-color: #fcf8e3; }

.text-left {
  text-align: left; }

.text-right {
  text-align: right; }

.text-center {
  text-align: center; }

.text-justify {
  text-align: justify; }

.text-nowrap {
  white-space: nowrap; }

.text-lowercase {
  text-transform: lowercase; }

.text-uppercase, .initialism {
  text-transform: uppercase; }

.text-capitalize {
  text-transform: capitalize; }

.text-muted {
  color: #777777; }

.text-primary {
  color: #337ab7; }

a.text-primary:hover,
a.text-primary:focus {
  color: #286090; }

.text-success {
  color: #3c763d; }

a.text-success:hover,
a.text-success:focus {
  color: #2b542c; }

.text-info {
  color: #31708f; }

a.text-info:hover,
a.text-info:focus {
  color: #245269; }

.text-warning {
  color: #8a6d3b; }

a.text-warning:hover,
a.text-warning:focus {
  color: #66512c; }

.text-danger {
  color: #a94442; }

a.text-danger:hover,
a.text-danger:focus {
  color: #843534; }

.bg-primary {
  color: #fff; }

.bg-primary {
  background-color: #337ab7; }

a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #286090; }

.bg-success {
  background-color: #dff0d8; }

a.bg-success:hover,
a.bg-success:focus {
  background-color: #c1e2b3; }

.bg-info {
  background-color: #d9edf7; }

a.bg-info:hover,
a.bg-info:focus {
  background-color: #afd9ee; }

.bg-warning {
  background-color: #fcf8e3; }

a.bg-warning:hover,
a.bg-warning:focus {
  background-color: #f7ecb5; }

.bg-danger {
  background-color: #f2dede; }

a.bg-danger:hover,
a.bg-danger:focus {
  background-color: #e4b9b9; }

.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eeeeee; }

ul,
ol {
  margin-top: 0;
  margin-bottom: 10px; }
  ul ul,
  ul ol,
  ol ul,
  ol ol {
    margin-bottom: 0; }

.list-unstyled {
  padding-left: 0;
  list-style: none; }

.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px; }
  .list-inline > li {
    display: inline-block;
    padding-right: 5px;
    padding-left: 5px; }

dl {
  margin-top: 0;
  margin-bottom: 20px; }

dt,
dd {
  line-height: 1.42857; }

dt {
  font-weight: 700; }

dd {
  margin-left: 0; }

.dl-horizontal dd:before, .dl-horizontal dd:after {
  display: table;
  content: " "; }

.dl-horizontal dd:after {
  clear: both; }

@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }
  .dl-horizontal dd {
    margin-left: 180px; } }

abbr[title],
abbr[data-original-title] {
  cursor: help; }

.initialism {
  font-size: 90%; }

blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eeeeee; }
  blockquote p:last-child,
  blockquote ul:last-child,
  blockquote ol:last-child {
    margin-bottom: 0; }
  blockquote footer,
  blockquote small,
  blockquote .small {
    display: block;
    font-size: 80%;
    line-height: 1.42857;
    color: #777777; }
    blockquote footer:before,
    blockquote small:before,
    blockquote .small:before {
      content: "\2014   \A0"; }

.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  text-align: right;
  border-right: 5px solid #eeeeee;
  border-left: 0; }
  .blockquote-reverse footer:before,
  .blockquote-reverse small:before,
  .blockquote-reverse .small:before,
  blockquote.pull-right footer:before,
  blockquote.pull-right small:before,
  blockquote.pull-right .small:before {
    content: ""; }
  .blockquote-reverse footer:after,
  .blockquote-reverse small:after,
  .blockquote-reverse .small:after,
  blockquote.pull-right footer:after,
  blockquote.pull-right small:after,
  blockquote.pull-right .small:after {
    content: "\A0   \2014"; }

address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.42857; }

code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace; }

code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 4px; }

kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
          box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25); }
  kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: 700;
    -webkit-box-shadow: none;
            box-shadow: none; }

pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.42857;
  color: #333333;
  word-break: break-all;
  word-wrap: break-word;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px; }
  pre code {
    padding: 0;
    font-size: inherit;
    color: inherit;
    white-space: pre-wrap;
    background-color: transparent;
    border-radius: 0; }

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll; }

.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }
  .container:before, .container:after {
    display: table;
    content: " "; }
  .container:after {
    clear: both; }
  @media (min-width: 768px) {
    .container {
      width: 750px; } }
  @media (min-width: 992px) {
    .container {
      width: 970px; } }
  @media (min-width: 1200px) {
    .container {
      width: 1170px; } }

.container-fluid {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }
  .container-fluid:before, .container-fluid:after {
    display: table;
    content: " "; }
  .container-fluid:after {
    clear: both; }

.row {
  margin-right: -15px;
  margin-left: -15px; }
  .row:before, .row:after {
    display: table;
    content: " "; }
  .row:after {
    clear: both; }

.row-no-gutters {
  margin-right: 0;
  margin-left: 0; }
  .row-no-gutters [class*="col-"] {
    padding-right: 0;
    padding-left: 0; }

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px; }

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left; }

.col-xs-1 {
  width: 8.33333%; }

.col-xs-2 {
  width: 16.66667%; }

.col-xs-3 {
  width: 25%; }

.col-xs-4 {
  width: 33.33333%; }

.col-xs-5 {
  width: 41.66667%; }

.col-xs-6 {
  width: 50%; }

.col-xs-7 {
  width: 58.33333%; }

.col-xs-8 {
  width: 66.66667%; }

.col-xs-9 {
  width: 75%; }

.col-xs-10 {
  width: 83.33333%; }

.col-xs-11 {
  width: 91.66667%; }

.col-xs-12 {
  width: 100%; }

.col-xs-pull-0 {
  right: auto; }

.col-xs-pull-1 {
  right: 8.33333%; }

.col-xs-pull-2 {
  right: 16.66667%; }

.col-xs-pull-3 {
  right: 25%; }

.col-xs-pull-4 {
  right: 33.33333%; }

.col-xs-pull-5 {
  right: 41.66667%; }

.col-xs-pull-6 {
  right: 50%; }

.col-xs-pull-7 {
  right: 58.33333%; }

.col-xs-pull-8 {
  right: 66.66667%; }

.col-xs-pull-9 {
  right: 75%; }

.col-xs-pull-10 {
  right: 83.33333%; }

.col-xs-pull-11 {
  right: 91.66667%; }

.col-xs-pull-12 {
  right: 100%; }

.col-xs-push-0 {
  left: auto; }

.col-xs-push-1 {
  left: 8.33333%; }

.col-xs-push-2 {
  left: 16.66667%; }

.col-xs-push-3 {
  left: 25%; }

.col-xs-push-4 {
  left: 33.33333%; }

.col-xs-push-5 {
  left: 41.66667%; }

.col-xs-push-6 {
  left: 50%; }

.col-xs-push-7 {
  left: 58.33333%; }

.col-xs-push-8 {
  left: 66.66667%; }

.col-xs-push-9 {
  left: 75%; }

.col-xs-push-10 {
  left: 83.33333%; }

.col-xs-push-11 {
  left: 91.66667%; }

.col-xs-push-12 {
  left: 100%; }

.col-xs-offset-0 {
  margin-left: 0%; }

.col-xs-offset-1 {
  margin-left: 8.33333%; }

.col-xs-offset-2 {
  margin-left: 16.66667%; }

.col-xs-offset-3 {
  margin-left: 25%; }

.col-xs-offset-4 {
  margin-left: 33.33333%; }

.col-xs-offset-5 {
  margin-left: 41.66667%; }

.col-xs-offset-6 {
  margin-left: 50%; }

.col-xs-offset-7 {
  margin-left: 58.33333%; }

.col-xs-offset-8 {
  margin-left: 66.66667%; }

.col-xs-offset-9 {
  margin-left: 75%; }

.col-xs-offset-10 {
  margin-left: 83.33333%; }

.col-xs-offset-11 {
  margin-left: 91.66667%; }

.col-xs-offset-12 {
  margin-left: 100%; }

@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left; }
  .col-sm-1 {
    width: 8.33333%; }
  .col-sm-2 {
    width: 16.66667%; }
  .col-sm-3 {
    width: 25%; }
  .col-sm-4 {
    width: 33.33333%; }
  .col-sm-5 {
    width: 41.66667%; }
  .col-sm-6 {
    width: 50%; }
  .col-sm-7 {
    width: 58.33333%; }
  .col-sm-8 {
    width: 66.66667%; }
  .col-sm-9 {
    width: 75%; }
  .col-sm-10 {
    width: 83.33333%; }
  .col-sm-11 {
    width: 91.66667%; }
  .col-sm-12 {
    width: 100%; }
  .col-sm-pull-0 {
    right: auto; }
  .col-sm-pull-1 {
    right: 8.33333%; }
  .col-sm-pull-2 {
    right: 16.66667%; }
  .col-sm-pull-3 {
    right: 25%; }
  .col-sm-pull-4 {
    right: 33.33333%; }
  .col-sm-pull-5 {
    right: 41.66667%; }
  .col-sm-pull-6 {
    right: 50%; }
  .col-sm-pull-7 {
    right: 58.33333%; }
  .col-sm-pull-8 {
    right: 66.66667%; }
  .col-sm-pull-9 {
    right: 75%; }
  .col-sm-pull-10 {
    right: 83.33333%; }
  .col-sm-pull-11 {
    right: 91.66667%; }
  .col-sm-pull-12 {
    right: 100%; }
  .col-sm-push-0 {
    left: auto; }
  .col-sm-push-1 {
    left: 8.33333%; }
  .col-sm-push-2 {
    left: 16.66667%; }
  .col-sm-push-3 {
    left: 25%; }
  .col-sm-push-4 {
    left: 33.33333%; }
  .col-sm-push-5 {
    left: 41.66667%; }
  .col-sm-push-6 {
    left: 50%; }
  .col-sm-push-7 {
    left: 58.33333%; }
  .col-sm-push-8 {
    left: 66.66667%; }
  .col-sm-push-9 {
    left: 75%; }
  .col-sm-push-10 {
    left: 83.33333%; }
  .col-sm-push-11 {
    left: 91.66667%; }
  .col-sm-push-12 {
    left: 100%; }
  .col-sm-offset-0 {
    margin-left: 0%; }
  .col-sm-offset-1 {
    margin-left: 8.33333%; }
  .col-sm-offset-2 {
    margin-left: 16.66667%; }
  .col-sm-offset-3 {
    margin-left: 25%; }
  .col-sm-offset-4 {
    margin-left: 33.33333%; }
  .col-sm-offset-5 {
    margin-left: 41.66667%; }
  .col-sm-offset-6 {
    margin-left: 50%; }
  .col-sm-offset-7 {
    margin-left: 58.33333%; }
  .col-sm-offset-8 {
    margin-left: 66.66667%; }
  .col-sm-offset-9 {
    margin-left: 75%; }
  .col-sm-offset-10 {
    margin-left: 83.33333%; }
  .col-sm-offset-11 {
    margin-left: 91.66667%; }
  .col-sm-offset-12 {
    margin-left: 100%; } }

@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left; }
  .col-md-1 {
    width: 8.33333%; }
  .col-md-2 {
    width: 16.66667%; }
  .col-md-3 {
    width: 25%; }
  .col-md-4 {
    width: 33.33333%; }
  .col-md-5 {
    width: 41.66667%; }
  .col-md-6 {
    width: 50%; }
  .col-md-7 {
    width: 58.33333%; }
  .col-md-8 {
    width: 66.66667%; }
  .col-md-9 {
    width: 75%; }
  .col-md-10 {
    width: 83.33333%; }
  .col-md-11 {
    width: 91.66667%; }
  .col-md-12 {
    width: 100%; }
  .col-md-pull-0 {
    right: auto; }
  .col-md-pull-1 {
    right: 8.33333%; }
  .col-md-pull-2 {
    right: 16.66667%; }
  .col-md-pull-3 {
    right: 25%; }
  .col-md-pull-4 {
    right: 33.33333%; }
  .col-md-pull-5 {
    right: 41.66667%; }
  .col-md-pull-6 {
    right: 50%; }
  .col-md-pull-7 {
    right: 58.33333%; }
  .col-md-pull-8 {
    right: 66.66667%; }
  .col-md-pull-9 {
    right: 75%; }
  .col-md-pull-10 {
    right: 83.33333%; }
  .col-md-pull-11 {
    right: 91.66667%; }
  .col-md-pull-12 {
    right: 100%; }
  .col-md-push-0 {
    left: auto; }
  .col-md-push-1 {
    left: 8.33333%; }
  .col-md-push-2 {
    left: 16.66667%; }
  .col-md-push-3 {
    left: 25%; }
  .col-md-push-4 {
    left: 33.33333%; }
  .col-md-push-5 {
    left: 41.66667%; }
  .col-md-push-6 {
    left: 50%; }
  .col-md-push-7 {
    left: 58.33333%; }
  .col-md-push-8 {
    left: 66.66667%; }
  .col-md-push-9 {
    left: 75%; }
  .col-md-push-10 {
    left: 83.33333%; }
  .col-md-push-11 {
    left: 91.66667%; }
  .col-md-push-12 {
    left: 100%; }
  .col-md-offset-0 {
    margin-left: 0%; }
  .col-md-offset-1 {
    margin-left: 8.33333%; }
  .col-md-offset-2 {
    margin-left: 16.66667%; }
  .col-md-offset-3 {
    margin-left: 25%; }
  .col-md-offset-4 {
    margin-left: 33.33333%; }
  .col-md-offset-5 {
    margin-left: 41.66667%; }
  .col-md-offset-6 {
    margin-left: 50%; }
  .col-md-offset-7 {
    margin-left: 58.33333%; }
  .col-md-offset-8 {
    margin-left: 66.66667%; }
  .col-md-offset-9 {
    margin-left: 75%; }
  .col-md-offset-10 {
    margin-left: 83.33333%; }
  .col-md-offset-11 {
    margin-left: 91.66667%; }
  .col-md-offset-12 {
    margin-left: 100%; } }

@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left; }
  .col-lg-1 {
    width: 8.33333%; }
  .col-lg-2 {
    width: 16.66667%; }
  .col-lg-3 {
    width: 25%; }
  .col-lg-4 {
    width: 33.33333%; }
  .col-lg-5 {
    width: 41.66667%; }
  .col-lg-6 {
    width: 50%; }
  .col-lg-7 {
    width: 58.33333%; }
  .col-lg-8 {
    width: 66.66667%; }
  .col-lg-9 {
    width: 75%; }
  .col-lg-10 {
    width: 83.33333%; }
  .col-lg-11 {
    width: 91.66667%; }
  .col-lg-12 {
    width: 100%; }
  .col-lg-pull-0 {
    right: auto; }
  .col-lg-pull-1 {
    right: 8.33333%; }
  .col-lg-pull-2 {
    right: 16.66667%; }
  .col-lg-pull-3 {
    right: 25%; }
  .col-lg-pull-4 {
    right: 33.33333%; }
  .col-lg-pull-5 {
    right: 41.66667%; }
  .col-lg-pull-6 {
    right: 50%; }
  .col-lg-pull-7 {
    right: 58.33333%; }
  .col-lg-pull-8 {
    right: 66.66667%; }
  .col-lg-pull-9 {
    right: 75%; }
  .col-lg-pull-10 {
    right: 83.33333%; }
  .col-lg-pull-11 {
    right: 91.66667%; }
  .col-lg-pull-12 {
    right: 100%; }
  .col-lg-push-0 {
    left: auto; }
  .col-lg-push-1 {
    left: 8.33333%; }
  .col-lg-push-2 {
    left: 16.66667%; }
  .col-lg-push-3 {
    left: 25%; }
  .col-lg-push-4 {
    left: 33.33333%; }
  .col-lg-push-5 {
    left: 41.66667%; }
  .col-lg-push-6 {
    left: 50%; }
  .col-lg-push-7 {
    left: 58.33333%; }
  .col-lg-push-8 {
    left: 66.66667%; }
  .col-lg-push-9 {
    left: 75%; }
  .col-lg-push-10 {
    left: 83.33333%; }
  .col-lg-push-11 {
    left: 91.66667%; }
  .col-lg-push-12 {
    left: 100%; }
  .col-lg-offset-0 {
    margin-left: 0%; }
  .col-lg-offset-1 {
    margin-left: 8.33333%; }
  .col-lg-offset-2 {
    margin-left: 16.66667%; }
  .col-lg-offset-3 {
    margin-left: 25%; }
  .col-lg-offset-4 {
    margin-left: 33.33333%; }
  .col-lg-offset-5 {
    margin-left: 41.66667%; }
  .col-lg-offset-6 {
    margin-left: 50%; }
  .col-lg-offset-7 {
    margin-left: 58.33333%; }
  .col-lg-offset-8 {
    margin-left: 66.66667%; }
  .col-lg-offset-9 {
    margin-left: 75%; }
  .col-lg-offset-10 {
    margin-left: 83.33333%; }
  .col-lg-offset-11 {
    margin-left: 91.66667%; }
  .col-lg-offset-12 {
    margin-left: 100%; } }

table {
  background-color: transparent; }
  table col[class*="col-"] {
    position: static;
    display: table-column;
    float: none; }
  table td[class*="col-"],
  table th[class*="col-"] {
    position: static;
    display: table-cell;
    float: none; }

caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777777;
  text-align: left; }

th {
  text-align: left; }

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px; }
  .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: 8px;
    line-height: 1.42857;
    vertical-align: top;
    border-top: 1px solid #ddd; }
  .table > thead > tr > th {
    vertical-align: bottom;
    border-bottom: 2px solid #ddd; }
  .table > caption + thead > tr:first-child > th,
  .table > caption + thead > tr:first-child > td,
  .table > colgroup + thead > tr:first-child > th,
  .table > colgroup + thead > tr:first-child > td,
  .table > thead:first-child > tr:first-child > th,
  .table > thead:first-child > tr:first-child > td {
    border-top: 0; }
  .table > tbody + tbody {
    border-top: 2px solid #ddd; }
  .table .table {
    background-color: #fff; }

.table-condensed > thead > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > th,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > th,
.table-condensed > tfoot > tr > td {
  padding: 5px; }

.table-bordered {
  border: 1px solid #ddd; }
  .table-bordered > thead > tr > th,
  .table-bordered > thead > tr > td,
  .table-bordered > tbody > tr > th,
  .table-bordered > tbody > tr > td,
  .table-bordered > tfoot > tr > th,
  .table-bordered > tfoot > tr > td {
    border: 1px solid #ddd; }
  .table-bordered > thead > tr > th,
  .table-bordered > thead > tr > td {
    border-bottom-width: 2px; }

.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9; }

.table-hover > tbody > tr:hover {
  background-color: #f5f5f5; }

.table > thead > tr > td.active,
.table > thead > tr > th.active,
.table > thead > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr > td.active,
.table > tbody > tr > th.active,
.table > tbody > tr.active > td,
.table > tbody > tr.active > th,
.table > tfoot > tr > td.active,
.table > tfoot > tr > th.active,
.table > tfoot > tr.active > td,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5; }

.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8; }

.table > thead > tr > td.success,
.table > thead > tr > th.success,
.table > thead > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr > td.success,
.table > tbody > tr > th.success,
.table > tbody > tr.success > td,
.table > tbody > tr.success > th,
.table > tfoot > tr > td.success,
.table > tfoot > tr > th.success,
.table > tfoot > tr.success > td,
.table > tfoot > tr.success > th {
  background-color: #dff0d8; }

.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6; }

.table > thead > tr > td.info,
.table > thead > tr > th.info,
.table > thead > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr > td.info,
.table > tbody > tr > th.info,
.table > tbody > tr.info > td,
.table > tbody > tr.info > th,
.table > tfoot > tr > td.info,
.table > tfoot > tr > th.info,
.table > tfoot > tr.info > td,
.table > tfoot > tr.info > th {
  background-color: #d9edf7; }

.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3; }

.table > thead > tr > td.warning,
.table > thead > tr > th.warning,
.table > thead > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr > td.warning,
.table > tbody > tr > th.warning,
.table > tbody > tr.warning > td,
.table > tbody > tr.warning > th,
.table > tfoot > tr > td.warning,
.table > tfoot > tr > th.warning,
.table > tfoot > tr.warning > td,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3; }

.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc; }

.table > thead > tr > td.danger,
.table > thead > tr > th.danger,
.table > thead > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr > td.danger,
.table > tbody > tr > th.danger,
.table > tbody > tr.danger > td,
.table > tbody > tr.danger > th,
.table > tfoot > tr > td.danger,
.table > tfoot > tr > th.danger,
.table > tfoot > tr.danger > td,
.table > tfoot > tr.danger > th {
  background-color: #f2dede; }

.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc; }

.table-responsive {
  min-height: .01%;
  overflow-x: auto; }
  @media screen and (max-width: 767px) {
    .table-responsive {
      width: 100%;
      margin-bottom: 15px;
      overflow-y: hidden;
      -ms-overflow-style: -ms-autohiding-scrollbar;
      border: 1px solid #ddd; }
      .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; }
      .table-responsive > .table-bordered {
        border: 0; }
        .table-responsive > .table-bordered > thead > tr > th:first-child,
        .table-responsive > .table-bordered > thead > tr > td:first-child,
        .table-responsive > .table-bordered > tbody > tr > th:first-child,
        .table-responsive > .table-bordered > tbody > tr > td:first-child,
        .table-responsive > .table-bordered > tfoot > tr > th:first-child,
        .table-responsive > .table-bordered > tfoot > tr > td:first-child {
          border-left: 0; }
        .table-responsive > .table-bordered > thead > tr > th:last-child,
        .table-responsive > .table-bordered > thead > tr > td:last-child,
        .table-responsive > .table-bordered > tbody > tr > th:last-child,
        .table-responsive > .table-bordered > tbody > tr > td:last-child,
        .table-responsive > .table-bordered > tfoot > tr > th:last-child,
        .table-responsive > .table-bordered > tfoot > tr > td:last-child {
          border-right: 0; }
        .table-responsive > .table-bordered > tbody > tr:last-child > th,
        .table-responsive > .table-bordered > tbody > tr:last-child > td,
        .table-responsive > .table-bordered > tfoot > tr:last-child > th,
        .table-responsive > .table-bordered > tfoot > tr:last-child > td {
          border-bottom: 0; } }

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0; }

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5; }

label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: 700; }

input[type="search"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none; }

input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal; }
  input[type="radio"][disabled], input[type="radio"].disabled,
  fieldset[disabled] input[type="radio"],
  input[type="checkbox"][disabled],
  input[type="checkbox"].disabled,
  fieldset[disabled]
  input[type="checkbox"] {
    cursor: not-allowed; }

input[type="file"] {
  display: block; }

input[type="range"] {
  display: block;
  width: 100%; }

select[multiple],
select[size] {
  height: auto; }

input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px; }

output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.42857;
  color: #555555; }

.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s; }
  .form-control:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6); }
  .form-control::-moz-placeholder {
    color: #999;
    opacity: 1; }
  .form-control:-ms-input-placeholder {
    color: #999; }
  .form-control::-webkit-input-placeholder {
    color: #999; }
  .form-control::-ms-expand {
    background-color: transparent;
    border: 0; }
  .form-control[disabled], .form-control[readonly],
  fieldset[disabled] .form-control {
    background-color: #eeeeee;
    opacity: 1; }
  .form-control[disabled],
  fieldset[disabled] .form-control {
    cursor: not-allowed; }

textarea.form-control {
  height: auto; }

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"].form-control,
  input[type="time"].form-control,
  input[type="datetime-local"].form-control,
  input[type="month"].form-control {
    line-height: 34px; }
  input[type="date"].input-sm, .input-group-sm > input.form-control[type="date"],
  .input-group-sm > input.input-group-addon[type="date"],
  .input-group-sm > .input-group-btn > input.btn[type="date"],
  .input-group-sm input[type="date"],
  input[type="time"].input-sm,
  .input-group-sm > input.form-control[type="time"],
  .input-group-sm > input.input-group-addon[type="time"],
  .input-group-sm > .input-group-btn > input.btn[type="time"],
  .input-group-sm
  input[type="time"],
  input[type="datetime-local"].input-sm,
  .input-group-sm > input.form-control[type="datetime-local"],
  .input-group-sm > input.input-group-addon[type="datetime-local"],
  .input-group-sm > .input-group-btn > input.btn[type="datetime-local"],
  .input-group-sm
  input[type="datetime-local"],
  input[type="month"].input-sm,
  .input-group-sm > input.form-control[type="month"],
  .input-group-sm > input.input-group-addon[type="month"],
  .input-group-sm > .input-group-btn > input.btn[type="month"],
  .input-group-sm
  input[type="month"] {
    line-height: 30px; }
  input[type="date"].input-lg, .input-group-lg > input.form-control[type="date"],
  .input-group-lg > input.input-group-addon[type="date"],
  .input-group-lg > .input-group-btn > input.btn[type="date"],
  .input-group-lg input[type="date"],
  input[type="time"].input-lg,
  .input-group-lg > input.form-control[type="time"],
  .input-group-lg > input.input-group-addon[type="time"],
  .input-group-lg > .input-group-btn > input.btn[type="time"],
  .input-group-lg
  input[type="time"],
  input[type="datetime-local"].input-lg,
  .input-group-lg > input.form-control[type="datetime-local"],
  .input-group-lg > input.input-group-addon[type="datetime-local"],
  .input-group-lg > .input-group-btn > input.btn[type="datetime-local"],
  .input-group-lg
  input[type="datetime-local"],
  input[type="month"].input-lg,
  .input-group-lg > input.form-control[type="month"],
  .input-group-lg > input.input-group-addon[type="month"],
  .input-group-lg > .input-group-btn > input.btn[type="month"],
  .input-group-lg
  input[type="month"] {
    line-height: 46px; } }

.form-group {
  margin-bottom: 15px; }

.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px; }
  .radio.disabled label,
  fieldset[disabled] .radio label,
  .checkbox.disabled label,
  fieldset[disabled]
  .checkbox label {
    cursor: not-allowed; }
  .radio label,
  .checkbox label {
    min-height: 20px;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: 400;
    cursor: pointer; }

.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-top: 4px \9;
  margin-left: -20px; }

.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px; }

.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: 400;
  vertical-align: middle;
  cursor: pointer; }
  .radio-inline.disabled,
  fieldset[disabled] .radio-inline,
  .checkbox-inline.disabled,
  fieldset[disabled]
  .checkbox-inline {
    cursor: not-allowed; }

.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px; }

.form-control-static {
  min-height: 34px;
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0; }
  .form-control-static.input-lg, .input-group-lg > .form-control-static.form-control,
  .input-group-lg > .form-control-static.input-group-addon,
  .input-group-lg > .input-group-btn > .form-control-static.btn, .form-control-static.input-sm, .input-group-sm > .form-control-static.form-control,
  .input-group-sm > .form-control-static.input-group-addon,
  .input-group-sm > .input-group-btn > .form-control-static.btn {
    padding-right: 0;
    padding-left: 0; }

.input-sm, .input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px; }

select.input-sm, .input-group-sm > select.form-control,
.input-group-sm > select.input-group-addon,
.input-group-sm > .input-group-btn > select.btn {
  height: 30px;
  line-height: 30px; }

textarea.input-sm, .input-group-sm > textarea.form-control,
.input-group-sm > textarea.input-group-addon,
.input-group-sm > .input-group-btn > textarea.btn,
select[multiple].input-sm,
.input-group-sm > select.form-control[multiple],
.input-group-sm > select.input-group-addon[multiple],
.input-group-sm > .input-group-btn > select.btn[multiple] {
  height: auto; }

.form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px; }

.form-group-sm select.form-control {
  height: 30px;
  line-height: 30px; }

.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
  height: auto; }

.form-group-sm .form-control-static {
  height: 30px;
  min-height: 32px;
  padding: 6px 10px;
  font-size: 12px;
  line-height: 1.5; }

.input-lg, .input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33333;
  border-radius: 6px; }

select.input-lg, .input-group-lg > select.form-control,
.input-group-lg > select.input-group-addon,
.input-group-lg > .input-group-btn > select.btn {
  height: 46px;
  line-height: 46px; }

textarea.input-lg, .input-group-lg > textarea.form-control,
.input-group-lg > textarea.input-group-addon,
.input-group-lg > .input-group-btn > textarea.btn,
select[multiple].input-lg,
.input-group-lg > select.form-control[multiple],
.input-group-lg > select.input-group-addon[multiple],
.input-group-lg > .input-group-btn > select.btn[multiple] {
  height: auto; }

.form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33333;
  border-radius: 6px; }

.form-group-lg select.form-control {
  height: 46px;
  line-height: 46px; }

.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
  height: auto; }

.form-group-lg .form-control-static {
  height: 46px;
  min-height: 38px;
  padding: 11px 16px;
  font-size: 18px;
  line-height: 1.33333; }

.has-feedback {
  position: relative; }
  .has-feedback .form-control {
    padding-right: 42.5px; }

.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  pointer-events: none; }

.input-lg + .form-control-feedback, .input-group-lg > .form-control + .form-control-feedback, .input-group-lg > .input-group-addon + .form-control-feedback, .input-group-lg > .input-group-btn > .btn + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px; }

.input-sm + .form-control-feedback, .input-group-sm > .form-control + .form-control-feedback, .input-group-sm > .input-group-addon + .form-control-feedback, .input-group-sm > .input-group-btn > .btn + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px; }

.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
  color: #3c763d; }

.has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
  .has-success .form-control:focus {
    border-color: #2b542c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168; }

.has-success .input-group-addon {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #3c763d; }

.has-success .form-control-feedback {
  color: #3c763d; }

.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
  color: #8a6d3b; }

.has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
  .has-warning .form-control:focus {
    border-color: #66512c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b; }

.has-warning .input-group-addon {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #8a6d3b; }

.has-warning .form-control-feedback {
  color: #8a6d3b; }

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
  color: #a94442; }

.has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
  .has-error .form-control:focus {
    border-color: #843534;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483; }

.has-error .input-group-addon {
  color: #a94442;
  background-color: #f2dede;
  border-color: #a94442; }

.has-error .form-control-feedback {
  color: #a94442; }

.has-feedback label ~ .form-control-feedback {
  top: 25px; }

.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0; }

.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373; }

@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle; }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle; }
  .form-inline .form-control-static {
    display: inline-block; }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle; }
    .form-inline .input-group .input-group-addon,
    .form-inline .input-group .input-group-btn,
    .form-inline .input-group .form-control {
      width: auto; }
  .form-inline .input-group > .form-control {
    width: 100%; }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle; }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle; }
    .form-inline .radio label,
    .form-inline .checkbox label {
      padding-left: 0; }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0; }
  .form-inline .has-feedback .form-control-feedback {
    top: 0; } }

.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  padding-top: 7px;
  margin-top: 0;
  margin-bottom: 0; }

.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 27px; }

.form-horizontal .form-group {
  margin-right: -15px;
  margin-left: -15px; }
  .form-horizontal .form-group:before, .form-horizontal .form-group:after {
    display: table;
    content: " "; }
  .form-horizontal .form-group:after {
    clear: both; }

@media (min-width: 768px) {
  .form-horizontal .control-label {
    padding-top: 7px;
    margin-bottom: 0;
    text-align: right; } }

.form-horizontal .has-feedback .form-control-feedback {
  right: 15px; }

@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 11px;
    font-size: 18px; } }

@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 12px; } }

.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  .btn:focus, .btn.focus, .btn:active:focus, .btn:active.focus, .btn.active:focus, .btn.active.focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }
  .btn:hover, .btn:focus, .btn.focus {
    color: #333;
    text-decoration: none; }
  .btn:active, .btn.active {
    background-image: none;
    outline: 0;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }
  .btn.disabled, .btn[disabled],
  fieldset[disabled] .btn {
    cursor: not-allowed;
    filter: alpha(opacity=65);
    opacity: 0.65;
    -webkit-box-shadow: none;
    box-shadow: none; }

a.btn.disabled,
fieldset[disabled] a.btn {
  pointer-events: none; }

.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc; }
  .btn-default:focus, .btn-default.focus {
    color: #333;
    background-color: #e6e6e6;
    border-color: #8c8c8c; }
  .btn-default:hover {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad; }
  .btn-default:active, .btn-default.active,
  .open > .btn-default.dropdown-toggle {
    color: #333;
    background-color: #e6e6e6;
    background-image: none;
    border-color: #adadad; }
    .btn-default:active:hover, .btn-default:active:focus, .btn-default:active.focus, .btn-default.active:hover, .btn-default.active:focus, .btn-default.active.focus,
    .open > .btn-default.dropdown-toggle:hover,
    .open > .btn-default.dropdown-toggle:focus,
    .open > .btn-default.dropdown-toggle.focus {
      color: #333;
      background-color: #d4d4d4;
      border-color: #8c8c8c; }
  .btn-default.disabled:hover, .btn-default.disabled:focus, .btn-default.disabled.focus, .btn-default[disabled]:hover, .btn-default[disabled]:focus, .btn-default[disabled].focus,
  fieldset[disabled] .btn-default:hover,
  fieldset[disabled] .btn-default:focus,
  fieldset[disabled] .btn-default.focus {
    background-color: #fff;
    border-color: #ccc; }
  .btn-default .badge {
    color: #fff;
    background-color: #333; }

.btn-primary {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4; }
  .btn-primary:focus, .btn-primary.focus {
    color: #fff;
    background-color: #286090;
    border-color: #122b40; }
  .btn-primary:hover {
    color: #fff;
    background-color: #286090;
    border-color: #204d74; }
  .btn-primary:active, .btn-primary.active,
  .open > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #286090;
    background-image: none;
    border-color: #204d74; }
    .btn-primary:active:hover, .btn-primary:active:focus, .btn-primary:active.focus, .btn-primary.active:hover, .btn-primary.active:focus, .btn-primary.active.focus,
    .open > .btn-primary.dropdown-toggle:hover,
    .open > .btn-primary.dropdown-toggle:focus,
    .open > .btn-primary.dropdown-toggle.focus {
      color: #fff;
      background-color: #204d74;
      border-color: #122b40; }
  .btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled.focus, .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled].focus,
  fieldset[disabled] .btn-primary:hover,
  fieldset[disabled] .btn-primary:focus,
  fieldset[disabled] .btn-primary.focus {
    background-color: #337ab7;
    border-color: #2e6da4; }
  .btn-primary .badge {
    color: #337ab7;
    background-color: #fff; }

.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c; }
  .btn-success:focus, .btn-success.focus {
    color: #fff;
    background-color: #449d44;
    border-color: #255625; }
  .btn-success:hover {
    color: #fff;
    background-color: #449d44;
    border-color: #398439; }
  .btn-success:active, .btn-success.active,
  .open > .btn-success.dropdown-toggle {
    color: #fff;
    background-color: #449d44;
    background-image: none;
    border-color: #398439; }
    .btn-success:active:hover, .btn-success:active:focus, .btn-success:active.focus, .btn-success.active:hover, .btn-success.active:focus, .btn-success.active.focus,
    .open > .btn-success.dropdown-toggle:hover,
    .open > .btn-success.dropdown-toggle:focus,
    .open > .btn-success.dropdown-toggle.focus {
      color: #fff;
      background-color: #398439;
      border-color: #255625; }
  .btn-success.disabled:hover, .btn-success.disabled:focus, .btn-success.disabled.focus, .btn-success[disabled]:hover, .btn-success[disabled]:focus, .btn-success[disabled].focus,
  fieldset[disabled] .btn-success:hover,
  fieldset[disabled] .btn-success:focus,
  fieldset[disabled] .btn-success.focus {
    background-color: #5cb85c;
    border-color: #4cae4c; }
  .btn-success .badge {
    color: #5cb85c;
    background-color: #fff; }

.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da; }
  .btn-info:focus, .btn-info.focus {
    color: #fff;
    background-color: #31b0d5;
    border-color: #1b6d85; }
  .btn-info:hover {
    color: #fff;
    background-color: #31b0d5;
    border-color: #269abc; }
  .btn-info:active, .btn-info.active,
  .open > .btn-info.dropdown-toggle {
    color: #fff;
    background-color: #31b0d5;
    background-image: none;
    border-color: #269abc; }
    .btn-info:active:hover, .btn-info:active:focus, .btn-info:active.focus, .btn-info.active:hover, .btn-info.active:focus, .btn-info.active.focus,
    .open > .btn-info.dropdown-toggle:hover,
    .open > .btn-info.dropdown-toggle:focus,
    .open > .btn-info.dropdown-toggle.focus {
      color: #fff;
      background-color: #269abc;
      border-color: #1b6d85; }
  .btn-info.disabled:hover, .btn-info.disabled:focus, .btn-info.disabled.focus, .btn-info[disabled]:hover, .btn-info[disabled]:focus, .btn-info[disabled].focus,
  fieldset[disabled] .btn-info:hover,
  fieldset[disabled] .btn-info:focus,
  fieldset[disabled] .btn-info.focus {
    background-color: #5bc0de;
    border-color: #46b8da; }
  .btn-info .badge {
    color: #5bc0de;
    background-color: #fff; }

.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236; }
  .btn-warning:focus, .btn-warning.focus {
    color: #fff;
    background-color: #ec971f;
    border-color: #985f0d; }
  .btn-warning:hover {
    color: #fff;
    background-color: #ec971f;
    border-color: #d58512; }
  .btn-warning:active, .btn-warning.active,
  .open > .btn-warning.dropdown-toggle {
    color: #fff;
    background-color: #ec971f;
    background-image: none;
    border-color: #d58512; }
    .btn-warning:active:hover, .btn-warning:active:focus, .btn-warning:active.focus, .btn-warning.active:hover, .btn-warning.active:focus, .btn-warning.active.focus,
    .open > .btn-warning.dropdown-toggle:hover,
    .open > .btn-warning.dropdown-toggle:focus,
    .open > .btn-warning.dropdown-toggle.focus {
      color: #fff;
      background-color: #d58512;
      border-color: #985f0d; }
  .btn-warning.disabled:hover, .btn-warning.disabled:focus, .btn-warning.disabled.focus, .btn-warning[disabled]:hover, .btn-warning[disabled]:focus, .btn-warning[disabled].focus,
  fieldset[disabled] .btn-warning:hover,
  fieldset[disabled] .btn-warning:focus,
  fieldset[disabled] .btn-warning.focus {
    background-color: #f0ad4e;
    border-color: #eea236; }
  .btn-warning .badge {
    color: #f0ad4e;
    background-color: #fff; }

.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a; }
  .btn-danger:focus, .btn-danger.focus {
    color: #fff;
    background-color: #c9302c;
    border-color: #761c19; }
  .btn-danger:hover {
    color: #fff;
    background-color: #c9302c;
    border-color: #ac2925; }
  .btn-danger:active, .btn-danger.active,
  .open > .btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #c9302c;
    background-image: none;
    border-color: #ac2925; }
    .btn-danger:active:hover, .btn-danger:active:focus, .btn-danger:active.focus, .btn-danger.active:hover, .btn-danger.active:focus, .btn-danger.active.focus,
    .open > .btn-danger.dropdown-toggle:hover,
    .open > .btn-danger.dropdown-toggle:focus,
    .open > .btn-danger.dropdown-toggle.focus {
      color: #fff;
      background-color: #ac2925;
      border-color: #761c19; }
  .btn-danger.disabled:hover, .btn-danger.disabled:focus, .btn-danger.disabled.focus, .btn-danger[disabled]:hover, .btn-danger[disabled]:focus, .btn-danger[disabled].focus,
  fieldset[disabled] .btn-danger:hover,
  fieldset[disabled] .btn-danger:focus,
  fieldset[disabled] .btn-danger.focus {
    background-color: #d9534f;
    border-color: #d43f3a; }
  .btn-danger .badge {
    color: #d9534f;
    background-color: #fff; }

.btn-link {
  font-weight: 400;
  color: #337ab7;
  border-radius: 0; }
  .btn-link, .btn-link:active, .btn-link.active, .btn-link[disabled],
  fieldset[disabled] .btn-link {
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none; }
  .btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
    border-color: transparent; }
  .btn-link:hover, .btn-link:focus {
    color: #23527c;
    text-decoration: underline;
    background-color: transparent; }
  .btn-link[disabled]:hover, .btn-link[disabled]:focus,
  fieldset[disabled] .btn-link:hover,
  fieldset[disabled] .btn-link:focus {
    color: #777777;
    text-decoration: none; }

.btn-lg, .btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33333;
  border-radius: 6px; }

.btn-sm, .btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px; }

.btn-xs, .btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px; }

.btn-block {
  display: block;
  width: 100%; }

.btn-block + .btn-block {
  margin-top: 5px; }

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%; }

.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear; }
  .fade.in {
    opacity: 1; }

.collapse {
  display: none; }
  .collapse.in {
    display: block; }

tr.collapse.in {
  display: table-row; }

tbody.collapse.in {
  display: table-row-group; }

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease; }

.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid \9;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent; }

.dropup,
.dropdown {
  position: relative; }

.dropdown-toggle:focus {
  outline: 0; }

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  font-size: 14px;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175); }
  .dropdown-menu.pull-right {
    right: 0;
    left: auto; }
  .dropdown-menu .divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5; }
  .dropdown-menu > li > a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857;
    color: #333333;
    white-space: nowrap; }
    .dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
      color: #262626;
      text-decoration: none;
      background-color: #f5f5f5; }

.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  background-color: #337ab7;
  outline: 0; }

.dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  color: #777777; }

.dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false); }

.open > .dropdown-menu {
  display: block; }

.open > a {
  outline: 0; }

.dropdown-menu-right {
  right: 0;
  left: auto; }

.dropdown-menu-left {
  right: auto;
  left: 0; }

.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857;
  color: #777777;
  white-space: nowrap; }

.dropdown-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 990; }

.pull-right > .dropdown-menu {
  right: 0;
  left: auto; }

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  content: "";
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid \9; }

.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px; }

@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto; }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto; } }

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle; }
  .btn-group > .btn,
  .btn-group-vertical > .btn {
    position: relative;
    float: left; }
    .btn-group > .btn:hover, .btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
    .btn-group-vertical > .btn:hover,
    .btn-group-vertical > .btn:focus,
    .btn-group-vertical > .btn:active,
    .btn-group-vertical > .btn.active {
      z-index: 2; }

.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px; }

.btn-toolbar {
  margin-left: -5px; }
  .btn-toolbar:before, .btn-toolbar:after {
    display: table;
    content: " "; }
  .btn-toolbar:after {
    clear: both; }
  .btn-toolbar .btn,
  .btn-toolbar .btn-group,
  .btn-toolbar .input-group {
    float: left; }
  .btn-toolbar > .btn,
  .btn-toolbar > .btn-group,
  .btn-toolbar > .input-group {
    margin-left: 5px; }

.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0; }

.btn-group > .btn:first-child {
  margin-left: 0; }
  .btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0; }

.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

.btn-group > .btn-group {
  float: left; }

.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0; }

.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }

.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0; }

.btn-group > .btn + .dropdown-toggle {
  padding-right: 8px;
  padding-left: 8px; }

.btn-group > .btn-lg + .dropdown-toggle, .btn-group-lg.btn-group > .btn + .dropdown-toggle {
  padding-right: 12px;
  padding-left: 12px; }

.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }
  .btn-group.open .dropdown-toggle.btn-link {
    -webkit-box-shadow: none;
    box-shadow: none; }

.btn .caret {
  margin-left: 0; }

.btn-lg .caret, .btn-group-lg > .btn .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0; }

.dropup .btn-lg .caret, .dropup .btn-group-lg > .btn .caret {
  border-width: 0 5px 5px; }

.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%; }

.btn-group-vertical > .btn-group:before, .btn-group-vertical > .btn-group:after {
  display: table;
  content: " "; }

.btn-group-vertical > .btn-group:after {
  clear: both; }

.btn-group-vertical > .btn-group > .btn {
  float: none; }

.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0; }

.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0; }

.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px; }

.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0; }

.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate; }
  .btn-group-justified > .btn,
  .btn-group-justified > .btn-group {
    display: table-cell;
    float: none;
    width: 1%; }
  .btn-group-justified > .btn-group .btn {
    width: 100%; }
  .btn-group-justified > .btn-group .dropdown-menu {
    left: auto; }

[data-toggle="buttons"] > .btn input[type="radio"],
[data-toggle="buttons"] > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none; }

.input-group {
  position: relative;
  display: table;
  border-collapse: separate; }
  .input-group[class*="col-"] {
    float: none;
    padding-right: 0;
    padding-left: 0; }
  .input-group .form-control {
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0; }
    .input-group .form-control:focus {
      z-index: 3; }

.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell; }
  .input-group-addon:not(:first-child):not(:last-child),
  .input-group-btn:not(:first-child):not(:last-child),
  .input-group .form-control:not(:first-child):not(:last-child) {
    border-radius: 0; }

.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle; }

.input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  color: #555555;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #ccc;
  border-radius: 4px; }
  .input-group-addon.input-sm,
  .input-group-sm > .input-group-addon,
  .input-group-sm > .input-group-btn > .input-group-addon.btn {
    padding: 5px 10px;
    font-size: 12px;
    border-radius: 3px; }
  .input-group-addon.input-lg,
  .input-group-lg > .input-group-addon,
  .input-group-lg > .input-group-btn > .input-group-addon.btn {
    padding: 10px 16px;
    font-size: 18px;
    border-radius: 6px; }
  .input-group-addon input[type="radio"],
  .input-group-addon input[type="checkbox"] {
    margin-top: 0; }

.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }

.input-group-addon:first-child {
  border-right: 0; }

.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

.input-group-addon:last-child {
  border-left: 0; }

.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap; }
  .input-group-btn > .btn {
    position: relative; }
    .input-group-btn > .btn + .btn {
      margin-left: -1px; }
    .input-group-btn > .btn:hover, .input-group-btn > .btn:focus, .input-group-btn > .btn:active {
      z-index: 2; }
  .input-group-btn:first-child > .btn,
  .input-group-btn:first-child > .btn-group {
    margin-right: -1px; }
  .input-group-btn:last-child > .btn,
  .input-group-btn:last-child > .btn-group {
    z-index: 2;
    margin-left: -1px; }

.nav {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none; }
  .nav:before, .nav:after {
    display: table;
    content: " "; }
  .nav:after {
    clear: both; }
  .nav > li {
    position: relative;
    display: block; }
    .nav > li > a {
      position: relative;
      display: block;
      padding: 10px 15px; }
      .nav > li > a:hover, .nav > li > a:focus {
        text-decoration: none;
        background-color: #eeeeee; }
    .nav > li.disabled > a {
      color: #777777; }
      .nav > li.disabled > a:hover, .nav > li.disabled > a:focus {
        color: #777777;
        text-decoration: none;
        cursor: not-allowed;
        background-color: transparent; }
  .nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
    background-color: #eeeeee;
    border-color: #337ab7; }
  .nav .nav-divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5; }
  .nav > li > a > img {
    max-width: none; }

.nav-tabs {
  border-bottom: 1px solid #ddd; }
  .nav-tabs > li {
    float: left;
    margin-bottom: -1px; }
    .nav-tabs > li > a {
      margin-right: 2px;
      line-height: 1.42857;
      border: 1px solid transparent;
      border-radius: 4px 4px 0 0; }
      .nav-tabs > li > a:hover {
        border-color: #eeeeee #eeeeee #ddd; }
    .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
      color: #555555;
      cursor: default;
      background-color: #fff;
      border: 1px solid #ddd;
      border-bottom-color: transparent; }

.nav-pills > li {
  float: left; }
  .nav-pills > li > a {
    border-radius: 4px; }
  .nav-pills > li + li {
    margin-left: 2px; }
  .nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
    color: #fff;
    background-color: #337ab7; }

.nav-stacked > li {
  float: none; }
  .nav-stacked > li + li {
    margin-top: 2px;
    margin-left: 0; }

.nav-justified, .nav-tabs.nav-justified {
  width: 100%; }
  .nav-justified > li, .nav-tabs.nav-justified > li {
    float: none; }
    .nav-justified > li > a, .nav-tabs.nav-justified > li > a {
      margin-bottom: 5px;
      text-align: center; }
  .nav-justified > .dropdown .dropdown-menu {
    top: auto;
    left: auto; }
  @media (min-width: 768px) {
    .nav-justified > li, .nav-tabs.nav-justified > li {
      display: table-cell;
      width: 1%; }
      .nav-justified > li > a, .nav-tabs.nav-justified > li > a {
        margin-bottom: 0; } }

.nav-tabs-justified, .nav-tabs.nav-justified {
  border-bottom: 0; }
  .nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
    margin-right: 0;
    border-radius: 4px; }
  .nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus,
  .nav-tabs.nav-justified > .active > a:focus {
    border: 1px solid #ddd; }
  @media (min-width: 768px) {
    .nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
      border-bottom: 1px solid #ddd;
      border-radius: 4px 4px 0 0; }
    .nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
    .nav-tabs-justified > .active > a:hover,
    .nav-tabs.nav-justified > .active > a:hover,
    .nav-tabs-justified > .active > a:focus,
    .nav-tabs.nav-justified > .active > a:focus {
      border-bottom-color: #fff; } }

.tab-content > .tab-pane {
  display: none; }

.tab-content > .active {
  display: block; }

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent; }
  .navbar:before, .navbar:after {
    display: table;
    content: " "; }
  .navbar:after {
    clear: both; }
  @media (min-width: 768px) {
    .navbar {
      border-radius: 4px; } }

.navbar-header:before, .navbar-header:after {
  display: table;
  content: " "; }

.navbar-header:after {
  clear: both; }

@media (min-width: 768px) {
  .navbar-header {
    float: left; } }

.navbar-collapse {
  padding-right: 15px;
  padding-left: 15px;
  overflow-x: visible;
  border-top: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch; }
  .navbar-collapse:before, .navbar-collapse:after {
    display: table;
    content: " "; }
  .navbar-collapse:after {
    clear: both; }
  .navbar-collapse.in {
    overflow-y: auto; }
  @media (min-width: 768px) {
    .navbar-collapse {
      width: auto;
      border-top: 0;
      -webkit-box-shadow: none;
              box-shadow: none; }
      .navbar-collapse.collapse {
        display: block !important;
        height: auto !important;
        padding-bottom: 0;
        overflow: visible !important; }
      .navbar-collapse.in {
        overflow-y: visible; }
      .navbar-fixed-top .navbar-collapse,
      .navbar-static-top .navbar-collapse,
      .navbar-fixed-bottom .navbar-collapse {
        padding-right: 0;
        padding-left: 0; } }

.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030; }
  .navbar-fixed-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    max-height: 340px; }
    @media (max-device-width: 480px) and (orientation: landscape) {
      .navbar-fixed-top .navbar-collapse,
      .navbar-fixed-bottom .navbar-collapse {
        max-height: 200px; } }
  @media (min-width: 768px) {
    .navbar-fixed-top,
    .navbar-fixed-bottom {
      border-radius: 0; } }

.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px; }

.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0; }

.container > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-header,
.container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px; }
  @media (min-width: 768px) {
    .container > .navbar-header,
    .container > .navbar-collapse,
    .container-fluid > .navbar-header,
    .container-fluid > .navbar-collapse {
      margin-right: 0;
      margin-left: 0; } }

.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px; }
  @media (min-width: 768px) {
    .navbar-static-top {
      border-radius: 0; } }

.navbar-brand {
  float: left;
  height: 50px;
  padding: 15px 15px;
  font-size: 18px;
  line-height: 20px; }
  .navbar-brand:hover, .navbar-brand:focus {
    text-decoration: none; }
  .navbar-brand > img {
    display: block; }
  @media (min-width: 768px) {
    .navbar > .container .navbar-brand,
    .navbar > .container-fluid .navbar-brand {
      margin-left: -15px; } }

.navbar-toggle {
  position: relative;
  float: right;
  padding: 9px 10px;
  margin-right: 15px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px; }
  .navbar-toggle:focus {
    outline: 0; }
  .navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px; }
  .navbar-toggle .icon-bar + .icon-bar {
    margin-top: 4px; }
  @media (min-width: 768px) {
    .navbar-toggle {
      display: none; } }

.navbar-nav {
  margin: 7.5px -15px; }
  .navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 20px; }
  @media (max-width: 767px) {
    .navbar-nav .open .dropdown-menu {
      position: static;
      float: none;
      width: auto;
      margin-top: 0;
      background-color: transparent;
      border: 0;
      -webkit-box-shadow: none;
              box-shadow: none; }
      .navbar-nav .open .dropdown-menu > li > a,
      .navbar-nav .open .dropdown-menu .dropdown-header {
        padding: 5px 15px 5px 25px; }
      .navbar-nav .open .dropdown-menu > li > a {
        line-height: 20px; }
        .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-nav .open .dropdown-menu > li > a:focus {
          background-image: none; } }
  @media (min-width: 768px) {
    .navbar-nav {
      float: left;
      margin: 0; }
      .navbar-nav > li {
        float: left; }
        .navbar-nav > li > a {
          padding-top: 15px;
          padding-bottom: 15px; } }

.navbar-form {
  padding: 10px 15px;
  margin-right: -15px;
  margin-left: -15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 8px;
  margin-bottom: 8px; }
  @media (min-width: 768px) {
    .navbar-form .form-group {
      display: inline-block;
      margin-bottom: 0;
      vertical-align: middle; }
    .navbar-form .form-control {
      display: inline-block;
      width: auto;
      vertical-align: middle; }
    .navbar-form .form-control-static {
      display: inline-block; }
    .navbar-form .input-group {
      display: inline-table;
      vertical-align: middle; }
      .navbar-form .input-group .input-group-addon,
      .navbar-form .input-group .input-group-btn,
      .navbar-form .input-group .form-control {
        width: auto; }
    .navbar-form .input-group > .form-control {
      width: 100%; }
    .navbar-form .control-label {
      margin-bottom: 0;
      vertical-align: middle; }
    .navbar-form .radio,
    .navbar-form .checkbox {
      display: inline-block;
      margin-top: 0;
      margin-bottom: 0;
      vertical-align: middle; }
      .navbar-form .radio label,
      .navbar-form .checkbox label {
        padding-left: 0; }
    .navbar-form .radio input[type="radio"],
    .navbar-form .checkbox input[type="checkbox"] {
      position: relative;
      margin-left: 0; }
    .navbar-form .has-feedback .form-control-feedback {
      top: 0; } }
  @media (max-width: 767px) {
    .navbar-form .form-group {
      margin-bottom: 5px; }
      .navbar-form .form-group:last-child {
        margin-bottom: 0; } }
  @media (min-width: 768px) {
    .navbar-form {
      width: auto;
      padding-top: 0;
      padding-bottom: 0;
      margin-right: 0;
      margin-left: 0;
      border: 0;
      -webkit-box-shadow: none;
      box-shadow: none; } }

.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  margin-bottom: 0;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

.navbar-btn {
  margin-top: 8px;
  margin-bottom: 8px; }
  .navbar-btn.btn-sm, .btn-group-sm > .navbar-btn.btn {
    margin-top: 10px;
    margin-bottom: 10px; }
  .navbar-btn.btn-xs, .btn-group-xs > .navbar-btn.btn {
    margin-top: 14px;
    margin-bottom: 14px; }

.navbar-text {
  margin-top: 15px;
  margin-bottom: 15px; }
  @media (min-width: 768px) {
    .navbar-text {
      float: left;
      margin-right: 15px;
      margin-left: 15px; } }

@media (min-width: 768px) {
  .navbar-left {
    float: left !important; }
  .navbar-right {
    float: right !important;
    margin-right: -15px; }
    .navbar-right ~ .navbar-right {
      margin-right: 0; } }

.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7; }
  .navbar-default .navbar-brand {
    color: #777; }
    .navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
      color: #5e5e5e;
      background-color: transparent; }
  .navbar-default .navbar-text {
    color: #777; }
  .navbar-default .navbar-nav > li > a {
    color: #777; }
    .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
      color: #333;
      background-color: transparent; }
  .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    color: #555;
    background-color: #e7e7e7; }
  .navbar-default .navbar-nav > .disabled > a, .navbar-default .navbar-nav > .disabled > a:hover, .navbar-default .navbar-nav > .disabled > a:focus {
    color: #ccc;
    background-color: transparent; }
  .navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    color: #555;
    background-color: #e7e7e7; }
  @media (max-width: 767px) {
    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
      color: #777; }
      .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
        color: #333;
        background-color: transparent; }
    .navbar-default .navbar-nav .open .dropdown-menu > .active > a, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
      color: #555;
      background-color: #e7e7e7; }
    .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
      color: #ccc;
      background-color: transparent; } }
  .navbar-default .navbar-toggle {
    border-color: #ddd; }
    .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
      background-color: #ddd; }
    .navbar-default .navbar-toggle .icon-bar {
      background-color: #888; }
  .navbar-default .navbar-collapse,
  .navbar-default .navbar-form {
    border-color: #e7e7e7; }
  .navbar-default .navbar-link {
    color: #777; }
    .navbar-default .navbar-link:hover {
      color: #333; }
  .navbar-default .btn-link {
    color: #777; }
    .navbar-default .btn-link:hover, .navbar-default .btn-link:focus {
      color: #333; }
    .navbar-default .btn-link[disabled]:hover, .navbar-default .btn-link[disabled]:focus,
    fieldset[disabled] .navbar-default .btn-link:hover,
    fieldset[disabled] .navbar-default .btn-link:focus {
      color: #ccc; }

.navbar-inverse {
  background-color: #222;
  border-color: #090909; }
  .navbar-inverse .navbar-brand {
    color: #9d9d9d; }
    .navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus {
      color: #fff;
      background-color: transparent; }
  .navbar-inverse .navbar-text {
    color: #9d9d9d; }
  .navbar-inverse .navbar-nav > li > a {
    color: #9d9d9d; }
    .navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
      color: #fff;
      background-color: transparent; }
  .navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
    color: #fff;
    background-color: #090909; }
  .navbar-inverse .navbar-nav > .disabled > a, .navbar-inverse .navbar-nav > .disabled > a:hover, .navbar-inverse .navbar-nav > .disabled > a:focus {
    color: #444;
    background-color: transparent; }
  .navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
    color: #fff;
    background-color: #090909; }
  @media (max-width: 767px) {
    .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
      border-color: #090909; }
    .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
      background-color: #090909; }
    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
      color: #9d9d9d; }
      .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
        color: #fff;
        background-color: transparent; }
    .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
      color: #fff;
      background-color: #090909; }
    .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
      color: #444;
      background-color: transparent; } }
  .navbar-inverse .navbar-toggle {
    border-color: #333; }
    .navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
      background-color: #333; }
    .navbar-inverse .navbar-toggle .icon-bar {
      background-color: #fff; }
  .navbar-inverse .navbar-collapse,
  .navbar-inverse .navbar-form {
    border-color: #101010; }
  .navbar-inverse .navbar-link {
    color: #9d9d9d; }
    .navbar-inverse .navbar-link:hover {
      color: #fff; }
  .navbar-inverse .btn-link {
    color: #9d9d9d; }
    .navbar-inverse .btn-link:hover, .navbar-inverse .btn-link:focus {
      color: #fff; }
    .navbar-inverse .btn-link[disabled]:hover, .navbar-inverse .btn-link[disabled]:focus,
    fieldset[disabled] .navbar-inverse .btn-link:hover,
    fieldset[disabled] .navbar-inverse .btn-link:focus {
      color: #444; }

.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px; }
  .breadcrumb > li {
    display: inline-block; }
    .breadcrumb > li + li:before {
      padding: 0 5px;
      color: #ccc;
      content: "/\A0"; }
  .breadcrumb > .active {
    color: #777777; }

.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px; }
  .pagination > li {
    display: inline; }
    .pagination > li > a,
    .pagination > li > span {
      position: relative;
      float: left;
      padding: 6px 12px;
      margin-left: -1px;
      line-height: 1.42857;
      color: #337ab7;
      text-decoration: none;
      background-color: #fff;
      border: 1px solid #ddd; }
      .pagination > li > a:hover, .pagination > li > a:focus,
      .pagination > li > span:hover,
      .pagination > li > span:focus {
        z-index: 2;
        color: #23527c;
        background-color: #eeeeee;
        border-color: #ddd; }
    .pagination > li:first-child > a,
    .pagination > li:first-child > span {
      margin-left: 0;
      border-top-left-radius: 4px;
      border-bottom-left-radius: 4px; }
    .pagination > li:last-child > a,
    .pagination > li:last-child > span {
      border-top-right-radius: 4px;
      border-bottom-right-radius: 4px; }
  .pagination > .active > a, .pagination > .active > a:hover, .pagination > .active > a:focus,
  .pagination > .active > span,
  .pagination > .active > span:hover,
  .pagination > .active > span:focus {
    z-index: 3;
    color: #fff;
    cursor: default;
    background-color: #337ab7;
    border-color: #337ab7; }
  .pagination > .disabled > span,
  .pagination > .disabled > span:hover,
  .pagination > .disabled > span:focus,
  .pagination > .disabled > a,
  .pagination > .disabled > a:hover,
  .pagination > .disabled > a:focus {
    color: #777777;
    cursor: not-allowed;
    background-color: #fff;
    border-color: #ddd; }

.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33333; }

.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px; }

.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px; }

.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5; }

.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px; }

.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px; }

.pager {
  padding-left: 0;
  margin: 20px 0;
  text-align: center;
  list-style: none; }
  .pager:before, .pager:after {
    display: table;
    content: " "; }
  .pager:after {
    clear: both; }
  .pager li {
    display: inline; }
    .pager li > a,
    .pager li > span {
      display: inline-block;
      padding: 5px 14px;
      background-color: #fff;
      border: 1px solid #ddd;
      border-radius: 15px; }
    .pager li > a:hover,
    .pager li > a:focus {
      text-decoration: none;
      background-color: #eeeeee; }
  .pager .next > a,
  .pager .next > span {
    float: right; }
  .pager .previous > a,
  .pager .previous > span {
    float: left; }
  .pager .disabled > a,
  .pager .disabled > a:hover,
  .pager .disabled > a:focus,
  .pager .disabled > span {
    color: #777777;
    cursor: not-allowed;
    background-color: #fff; }

.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em; }
  .label:empty {
    display: none; }
  .btn .label {
    position: relative;
    top: -1px; }

a.label:hover, a.label:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer; }

.label-default {
  background-color: #777777; }
  .label-default[href]:hover, .label-default[href]:focus {
    background-color: #5e5e5e; }

.label-primary {
  background-color: #337ab7; }
  .label-primary[href]:hover, .label-primary[href]:focus {
    background-color: #286090; }

.label-success {
  background-color: #5cb85c; }
  .label-success[href]:hover, .label-success[href]:focus {
    background-color: #449d44; }

.label-info {
  background-color: #5bc0de; }
  .label-info[href]:hover, .label-info[href]:focus {
    background-color: #31b0d5; }

.label-warning {
  background-color: #f0ad4e; }
  .label-warning[href]:hover, .label-warning[href]:focus {
    background-color: #ec971f; }

.label-danger {
  background-color: #d9534f; }
  .label-danger[href]:hover, .label-danger[href]:focus {
    background-color: #c9302c; }

.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  background-color: #777777;
  border-radius: 10px; }
  .badge:empty {
    display: none; }
  .btn .badge {
    position: relative;
    top: -1px; }
  .btn-xs .badge, .btn-group-xs > .btn .badge,
  .btn-group-xs > .btn .badge {
    top: 0;
    padding: 1px 5px; }
  .list-group-item.active > .badge,
  .nav-pills > .active > a > .badge {
    color: #337ab7;
    background-color: #fff; }
  .list-group-item > .badge {
    float: right; }
  .list-group-item > .badge + .badge {
    margin-right: 5px; }
  .nav-pills > li > a > .badge {
    margin-left: 3px; }

a.badge:hover, a.badge:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer; }

.jumbotron {
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #eeeeee; }
  .jumbotron h1,
  .jumbotron .h1 {
    color: inherit; }
  .jumbotron p {
    margin-bottom: 15px;
    font-size: 21px;
    font-weight: 200; }
  .jumbotron > hr {
    border-top-color: #d5d5d5; }
  .container .jumbotron,
  .container-fluid .jumbotron {
    padding-right: 15px;
    padding-left: 15px;
    border-radius: 6px; }
  .jumbotron .container {
    max-width: 100%; }
  @media screen and (min-width: 768px) {
    .jumbotron {
      padding-top: 48px;
      padding-bottom: 48px; }
      .container .jumbotron,
      .container-fluid .jumbotron {
        padding-right: 60px;
        padding-left: 60px; }
      .jumbotron h1,
      .jumbotron .h1 {
        font-size: 63px; } }

.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.42857;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: border 0.2s ease-in-out;
  transition: border 0.2s ease-in-out; }
  .thumbnail > img,
  .thumbnail a > img {
    display: block;
    max-width: 100%;
    height: auto;
    margin-right: auto;
    margin-left: auto; }
  .thumbnail .caption {
    padding: 9px;
    color: #333333; }

a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #337ab7; }

.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px; }
  .alert h4 {
    margin-top: 0;
    color: inherit; }
  .alert .alert-link {
    font-weight: bold; }
  .alert > p,
  .alert > ul {
    margin-bottom: 0; }
  .alert > p + p {
    margin-top: 5px; }

.alert-dismissable,
.alert-dismissible {
  padding-right: 35px; }
  .alert-dismissable .close,
  .alert-dismissible .close {
    position: relative;
    top: -2px;
    right: -21px;
    color: inherit; }

.alert-success {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6; }
  .alert-success hr {
    border-top-color: #c9e2b3; }
  .alert-success .alert-link {
    color: #2b542c; }

.alert-info {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1; }
  .alert-info hr {
    border-top-color: #a6e1ec; }
  .alert-info .alert-link {
    color: #245269; }

.alert-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc; }
  .alert-warning hr {
    border-top-color: #f7e1b5; }
  .alert-warning .alert-link {
    color: #66512c; }

.alert-danger {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1; }
  .alert-danger hr {
    border-top-color: #e4b9c0; }
  .alert-danger .alert-link {
    color: #843534; }

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0; }
  to {
    background-position: 0 0; } }

@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0; }
  to {
    background-position: 0 0; } }

.progress {
  height: 20px;
  margin-bottom: 20px;
  overflow: hidden;
  background-color: #f5f5f5;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1); }

.progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #fff;
  text-align: center;
  background-color: #337ab7;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width 0.6s ease;
  transition: width 0.6s ease; }

.progress-striped .progress-bar,
.progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 40px 40px; }

.progress.active .progress-bar,
.progress-bar.active {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite; }

.progress-bar-success {
  background-color: #5cb85c; }
  .progress-striped .progress-bar-success {
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); }

.progress-bar-info {
  background-color: #5bc0de; }
  .progress-striped .progress-bar-info {
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); }

.progress-bar-warning {
  background-color: #f0ad4e; }
  .progress-striped .progress-bar-warning {
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); }

.progress-bar-danger {
  background-color: #d9534f; }
  .progress-striped .progress-bar-danger {
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); }

.media {
  margin-top: 15px; }
  .media:first-child {
    margin-top: 0; }

.media,
.media-body {
  overflow: hidden;
  zoom: 1; }

.media-body {
  width: 10000px; }

.media-object {
  display: block; }
  .media-object.img-thumbnail {
    max-width: none; }

.media-right,
.media > .pull-right {
  padding-left: 10px; }

.media-left,
.media > .pull-left {
  padding-right: 10px; }

.media-left,
.media-right,
.media-body {
  display: table-cell;
  vertical-align: top; }

.media-middle {
  vertical-align: middle; }

.media-bottom {
  vertical-align: bottom; }

.media-heading {
  margin-top: 0;
  margin-bottom: 5px; }

.media-list {
  padding-left: 0;
  list-style: none; }

.list-group {
  padding-left: 0;
  margin-bottom: 20px; }

.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd; }
  .list-group-item:first-child {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px; }
  .list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px; }
  .list-group-item.disabled, .list-group-item.disabled:hover, .list-group-item.disabled:focus {
    color: #777777;
    cursor: not-allowed;
    background-color: #eeeeee; }
    .list-group-item.disabled .list-group-item-heading, .list-group-item.disabled:hover .list-group-item-heading, .list-group-item.disabled:focus .list-group-item-heading {
      color: inherit; }
    .list-group-item.disabled .list-group-item-text, .list-group-item.disabled:hover .list-group-item-text, .list-group-item.disabled:focus .list-group-item-text {
      color: #777777; }
  .list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus {
    z-index: 2;
    color: #fff;
    background-color: #337ab7;
    border-color: #337ab7; }
    .list-group-item.active .list-group-item-heading,
    .list-group-item.active .list-group-item-heading > small,
    .list-group-item.active .list-group-item-heading > .small, .list-group-item.active:hover .list-group-item-heading,
    .list-group-item.active:hover .list-group-item-heading > small,
    .list-group-item.active:hover .list-group-item-heading > .small, .list-group-item.active:focus .list-group-item-heading,
    .list-group-item.active:focus .list-group-item-heading > small,
    .list-group-item.active:focus .list-group-item-heading > .small {
      color: inherit; }
    .list-group-item.active .list-group-item-text, .list-group-item.active:hover .list-group-item-text, .list-group-item.active:focus .list-group-item-text {
      color: #c7ddef; }

a.list-group-item,
button.list-group-item {
  color: #555; }
  a.list-group-item .list-group-item-heading,
  button.list-group-item .list-group-item-heading {
    color: #333; }
  a.list-group-item:hover, a.list-group-item:focus,
  button.list-group-item:hover,
  button.list-group-item:focus {
    color: #555;
    text-decoration: none;
    background-color: #f5f5f5; }

button.list-group-item {
  width: 100%;
  text-align: left; }

.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8; }

a.list-group-item-success,
button.list-group-item-success {
  color: #3c763d; }
  a.list-group-item-success .list-group-item-heading,
  button.list-group-item-success .list-group-item-heading {
    color: inherit; }
  a.list-group-item-success:hover, a.list-group-item-success:focus,
  button.list-group-item-success:hover,
  button.list-group-item-success:focus {
    color: #3c763d;
    background-color: #d0e9c6; }
  a.list-group-item-success.active, a.list-group-item-success.active:hover, a.list-group-item-success.active:focus,
  button.list-group-item-success.active,
  button.list-group-item-success.active:hover,
  button.list-group-item-success.active:focus {
    color: #fff;
    background-color: #3c763d;
    border-color: #3c763d; }

.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7; }

a.list-group-item-info,
button.list-group-item-info {
  color: #31708f; }
  a.list-group-item-info .list-group-item-heading,
  button.list-group-item-info .list-group-item-heading {
    color: inherit; }
  a.list-group-item-info:hover, a.list-group-item-info:focus,
  button.list-group-item-info:hover,
  button.list-group-item-info:focus {
    color: #31708f;
    background-color: #c4e3f3; }
  a.list-group-item-info.active, a.list-group-item-info.active:hover, a.list-group-item-info.active:focus,
  button.list-group-item-info.active,
  button.list-group-item-info.active:hover,
  button.list-group-item-info.active:focus {
    color: #fff;
    background-color: #31708f;
    border-color: #31708f; }

.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3; }

a.list-group-item-warning,
button.list-group-item-warning {
  color: #8a6d3b; }
  a.list-group-item-warning .list-group-item-heading,
  button.list-group-item-warning .list-group-item-heading {
    color: inherit; }
  a.list-group-item-warning:hover, a.list-group-item-warning:focus,
  button.list-group-item-warning:hover,
  button.list-group-item-warning:focus {
    color: #8a6d3b;
    background-color: #faf2cc; }
  a.list-group-item-warning.active, a.list-group-item-warning.active:hover, a.list-group-item-warning.active:focus,
  button.list-group-item-warning.active,
  button.list-group-item-warning.active:hover,
  button.list-group-item-warning.active:focus {
    color: #fff;
    background-color: #8a6d3b;
    border-color: #8a6d3b; }

.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede; }

a.list-group-item-danger,
button.list-group-item-danger {
  color: #a94442; }
  a.list-group-item-danger .list-group-item-heading,
  button.list-group-item-danger .list-group-item-heading {
    color: inherit; }
  a.list-group-item-danger:hover, a.list-group-item-danger:focus,
  button.list-group-item-danger:hover,
  button.list-group-item-danger:focus {
    color: #a94442;
    background-color: #ebcccc; }
  a.list-group-item-danger.active, a.list-group-item-danger.active:hover, a.list-group-item-danger.active:focus,
  button.list-group-item-danger.active,
  button.list-group-item-danger.active:hover,
  button.list-group-item-danger.active:focus {
    color: #fff;
    background-color: #a94442;
    border-color: #a94442; }

.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px; }

.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3; }

.panel {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05); }

.panel-body {
  padding: 15px; }
  .panel-body:before, .panel-body:after {
    display: table;
    content: " "; }
  .panel-body:after {
    clear: both; }

.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px; }
  .panel-heading > .dropdown .dropdown-toggle {
    color: inherit; }

.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit; }
  .panel-title > a,
  .panel-title > small,
  .panel-title > .small,
  .panel-title > small > a,
  .panel-title > .small > a {
    color: inherit; }

.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px; }

.panel > .list-group,
.panel > .panel-collapse > .list-group {
  margin-bottom: 0; }
  .panel > .list-group .list-group-item,
  .panel > .panel-collapse > .list-group .list-group-item {
    border-width: 1px 0;
    border-radius: 0; }
  .panel > .list-group:first-child .list-group-item:first-child,
  .panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
    border-top: 0;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px; }
  .panel > .list-group:last-child .list-group-item:last-child,
  .panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
    border-bottom: 0;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px; }

.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0; }

.list-group + .panel-footer {
  border-top-width: 0; }

.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
  margin-bottom: 0; }
  .panel > .table caption,
  .panel > .table-responsive > .table caption,
  .panel > .panel-collapse > .table caption {
    padding-right: 15px;
    padding-left: 15px; }

.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px; }
  .panel > .table:first-child > thead:first-child > tr:first-child,
  .panel > .table:first-child > tbody:first-child > tr:first-child,
  .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
  .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px; }
    .panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
    .panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
    .panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
    .panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
    .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
    .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
    .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
    .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
      border-top-left-radius: 3px; }
    .panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
    .panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
    .panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
    .panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
    .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
    .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
    .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
    .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
      border-top-right-radius: 3px; }

.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px; }
  .panel > .table:last-child > tbody:last-child > tr:last-child,
  .panel > .table:last-child > tfoot:last-child > tr:last-child,
  .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
  .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px; }
    .panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
    .panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
    .panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
    .panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
    .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
    .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
    .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
    .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
      border-bottom-left-radius: 3px; }
    .panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
    .panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
    .panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
    .panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
    .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
    .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
    .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
    .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
      border-bottom-right-radius: 3px; }

.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
  border-top: 1px solid #ddd; }

.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0; }

.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0; }
  .panel > .table-bordered > thead > tr > th:first-child,
  .panel > .table-bordered > thead > tr > td:first-child,
  .panel > .table-bordered > tbody > tr > th:first-child,
  .panel > .table-bordered > tbody > tr > td:first-child,
  .panel > .table-bordered > tfoot > tr > th:first-child,
  .panel > .table-bordered > tfoot > tr > td:first-child,
  .panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
  .panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
  .panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0; }
  .panel > .table-bordered > thead > tr > th:last-child,
  .panel > .table-bordered > thead > tr > td:last-child,
  .panel > .table-bordered > tbody > tr > th:last-child,
  .panel > .table-bordered > tbody > tr > td:last-child,
  .panel > .table-bordered > tfoot > tr > th:last-child,
  .panel > .table-bordered > tfoot > tr > td:last-child,
  .panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
  .panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
  .panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0; }
  .panel > .table-bordered > thead > tr:first-child > td,
  .panel > .table-bordered > thead > tr:first-child > th,
  .panel > .table-bordered > tbody > tr:first-child > td,
  .panel > .table-bordered > tbody > tr:first-child > th,
  .panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
  .panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
  .panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
  .panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
    border-bottom: 0; }
  .panel > .table-bordered > tbody > tr:last-child > td,
  .panel > .table-bordered > tbody > tr:last-child > th,
  .panel > .table-bordered > tfoot > tr:last-child > td,
  .panel > .table-bordered > tfoot > tr:last-child > th,
  .panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
  .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
    border-bottom: 0; }

.panel > .table-responsive {
  margin-bottom: 0;
  border: 0; }

.panel-group {
  margin-bottom: 20px; }
  .panel-group .panel {
    margin-bottom: 0;
    border-radius: 4px; }
    .panel-group .panel + .panel {
      margin-top: 5px; }
  .panel-group .panel-heading {
    border-bottom: 0; }
    .panel-group .panel-heading + .panel-collapse > .panel-body,
    .panel-group .panel-heading + .panel-collapse > .list-group {
      border-top: 1px solid #ddd; }
  .panel-group .panel-footer {
    border-top: 0; }
    .panel-group .panel-footer + .panel-collapse .panel-body {
      border-bottom: 1px solid #ddd; }

.panel-default {
  border-color: #ddd; }
  .panel-default > .panel-heading {
    color: #333333;
    background-color: #f5f5f5;
    border-color: #ddd; }
    .panel-default > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #ddd; }
    .panel-default > .panel-heading .badge {
      color: #f5f5f5;
      background-color: #333333; }
  .panel-default > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #ddd; }

.panel-primary {
  border-color: #337ab7; }
  .panel-primary > .panel-heading {
    color: #fff;
    background-color: #337ab7;
    border-color: #337ab7; }
    .panel-primary > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #337ab7; }
    .panel-primary > .panel-heading .badge {
      color: #337ab7;
      background-color: #fff; }
  .panel-primary > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #337ab7; }

.panel-success {
  border-color: #d6e9c6; }
  .panel-success > .panel-heading {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6; }
    .panel-success > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #d6e9c6; }
    .panel-success > .panel-heading .badge {
      color: #dff0d8;
      background-color: #3c763d; }
  .panel-success > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #d6e9c6; }

.panel-info {
  border-color: #bce8f1; }
  .panel-info > .panel-heading {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1; }
    .panel-info > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #bce8f1; }
    .panel-info > .panel-heading .badge {
      color: #d9edf7;
      background-color: #31708f; }
  .panel-info > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #bce8f1; }

.panel-warning {
  border-color: #faebcc; }
  .panel-warning > .panel-heading {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc; }
    .panel-warning > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #faebcc; }
    .panel-warning > .panel-heading .badge {
      color: #fcf8e3;
      background-color: #8a6d3b; }
  .panel-warning > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #faebcc; }

.panel-danger {
  border-color: #ebccd1; }
  .panel-danger > .panel-heading {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1; }
    .panel-danger > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #ebccd1; }
    .panel-danger > .panel-heading .badge {
      color: #f2dede;
      background-color: #a94442; }
  .panel-danger > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #ebccd1; }

.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden; }
  .embed-responsive .embed-responsive-item,
  .embed-responsive iframe,
  .embed-responsive embed,
  .embed-responsive object,
  .embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0; }

.embed-responsive-16by9 {
  padding-bottom: 56.25%; }

.embed-responsive-4by3 {
  padding-bottom: 75%; }

.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05); }
  .well blockquote {
    border-color: #ddd;
    border-color: rgba(0, 0, 0, 0.15); }

.well-lg {
  padding: 24px;
  border-radius: 6px; }

.well-sm {
  padding: 9px;
  border-radius: 3px; }

.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  filter: alpha(opacity=20);
  opacity: 0.2; }
  .close:hover, .close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    filter: alpha(opacity=50);
    opacity: 0.5; }

button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none; }

.modal-open {
  overflow: hidden; }

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0; }
  .modal.fade .modal-dialog {
    -webkit-transform: translate(0, -25%);
    transform: translate(0, -25%);
    -webkit-transition: -webkit-transform 0.3s ease-out;
    transition: -webkit-transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out; }
  .modal.in .modal-dialog {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); }

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto; }

.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px; }

.modal-content {
  position: relative;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  outline: 0; }

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000; }
  .modal-backdrop.fade {
    filter: alpha(opacity=0);
    opacity: 0; }
  .modal-backdrop.in {
    filter: alpha(opacity=50);
    opacity: 0.5; }

.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5; }
  .modal-header:before, .modal-header:after {
    display: table;
    content: " "; }
  .modal-header:after {
    clear: both; }

.modal-header .close {
  margin-top: -2px; }

.modal-title {
  margin: 0;
  line-height: 1.42857; }

.modal-body {
  position: relative;
  padding: 15px; }

.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5; }
  .modal-footer:before, .modal-footer:after {
    display: table;
    content: " "; }
  .modal-footer:after {
    clear: both; }
  .modal-footer .btn + .btn {
    margin-bottom: 0;
    margin-left: 5px; }
  .modal-footer .btn-group .btn + .btn {
    margin-left: -1px; }
  .modal-footer .btn-block + .btn-block {
    margin-left: 0; }

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll; }

@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto; }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5); }
  .modal-sm {
    width: 300px; } }

@media (min-width: 992px) {
  .modal-lg {
    width: 900px; } }

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.42857;
  line-break: auto;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  white-space: normal;
  font-size: 12px;
  filter: alpha(opacity=0);
  opacity: 0; }
  .tooltip.in {
    filter: alpha(opacity=90);
    opacity: 0.9; }
  .tooltip.top {
    padding: 5px 0;
    margin-top: -3px; }
  .tooltip.right {
    padding: 0 5px;
    margin-left: 3px; }
  .tooltip.bottom {
    padding: 5px 0;
    margin-top: 3px; }
  .tooltip.left {
    padding: 0 5px;
    margin-left: -3px; }
  .tooltip.top .tooltip-arrow {
    bottom: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000; }
  .tooltip.top-left .tooltip-arrow {
    right: 5px;
    bottom: 0;
    margin-bottom: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000; }
  .tooltip.top-right .tooltip-arrow {
    bottom: 0;
    left: 5px;
    margin-bottom: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000; }
  .tooltip.right .tooltip-arrow {
    top: 50%;
    left: 0;
    margin-top: -5px;
    border-width: 5px 5px 5px 0;
    border-right-color: #000; }
  .tooltip.left .tooltip-arrow {
    top: 50%;
    right: 0;
    margin-top: -5px;
    border-width: 5px 0 5px 5px;
    border-left-color: #000; }
  .tooltip.bottom .tooltip-arrow {
    top: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000; }
  .tooltip.bottom-left .tooltip-arrow {
    top: 0;
    right: 5px;
    margin-top: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000; }
  .tooltip.bottom-right .tooltip-arrow {
    top: 0;
    left: 5px;
    margin-top: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000; }

.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 4px; }

.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid; }

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.42857;
  line-break: auto;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  white-space: normal;
  font-size: 14px;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2); }
  .popover.top {
    margin-top: -10px; }
  .popover.right {
    margin-left: 10px; }
  .popover.bottom {
    margin-top: 10px; }
  .popover.left {
    margin-left: -10px; }
  .popover > .arrow {
    border-width: 11px; }
    .popover > .arrow, .popover > .arrow:after {
      position: absolute;
      display: block;
      width: 0;
      height: 0;
      border-color: transparent;
      border-style: solid; }
    .popover > .arrow:after {
      content: "";
      border-width: 10px; }
  .popover.top > .arrow {
    bottom: -11px;
    left: 50%;
    margin-left: -11px;
    border-top-color: #999999;
    border-top-color: rgba(0, 0, 0, 0.25);
    border-bottom-width: 0; }
    .popover.top > .arrow:after {
      bottom: 1px;
      margin-left: -10px;
      content: " ";
      border-top-color: #fff;
      border-bottom-width: 0; }
  .popover.right > .arrow {
    top: 50%;
    left: -11px;
    margin-top: -11px;
    border-right-color: #999999;
    border-right-color: rgba(0, 0, 0, 0.25);
    border-left-width: 0; }
    .popover.right > .arrow:after {
      bottom: -10px;
      left: 1px;
      content: " ";
      border-right-color: #fff;
      border-left-width: 0; }
  .popover.bottom > .arrow {
    top: -11px;
    left: 50%;
    margin-left: -11px;
    border-top-width: 0;
    border-bottom-color: #999999;
    border-bottom-color: rgba(0, 0, 0, 0.25); }
    .popover.bottom > .arrow:after {
      top: 1px;
      margin-left: -10px;
      content: " ";
      border-top-width: 0;
      border-bottom-color: #fff; }
  .popover.left > .arrow {
    top: 50%;
    right: -11px;
    margin-top: -11px;
    border-right-width: 0;
    border-left-color: #999999;
    border-left-color: rgba(0, 0, 0, 0.25); }
    .popover.left > .arrow:after {
      right: 1px;
      bottom: -10px;
      content: " ";
      border-right-width: 0;
      border-left-color: #fff; }

.popover-title {
  padding: 8px 14px;
  margin: 0;
  font-size: 14px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0; }

.popover-content {
  padding: 9px 14px; }

.carousel {
  position: relative; }

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden; }
  .carousel-inner > .item {
    position: relative;
    display: none;
    -webkit-transition: 0.6s ease-in-out left;
    transition: 0.6s ease-in-out left; }
    .carousel-inner > .item > img,
    .carousel-inner > .item > a > img {
      display: block;
      max-width: 100%;
      height: auto;
      line-height: 1; }
    @media all and (transform-3d), (-webkit-transform-3d) {
      .carousel-inner > .item {
        -webkit-transition: -webkit-transform 0.6s ease-in-out;
        transition: -webkit-transform 0.6s ease-in-out;
        transition: transform 0.6s ease-in-out;
        transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-perspective: 1000px;
        perspective: 1000px; }
        .carousel-inner > .item.next, .carousel-inner > .item.active.right {
          -webkit-transform: translate3d(100%, 0, 0);
          transform: translate3d(100%, 0, 0);
          left: 0; }
        .carousel-inner > .item.prev, .carousel-inner > .item.active.left {
          -webkit-transform: translate3d(-100%, 0, 0);
          transform: translate3d(-100%, 0, 0);
          left: 0; }
        .carousel-inner > .item.next.left, .carousel-inner > .item.prev.right, .carousel-inner > .item.active {
          -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
          left: 0; } }
  .carousel-inner > .active,
  .carousel-inner > .next,
  .carousel-inner > .prev {
    display: block; }
  .carousel-inner > .active {
    left: 0; }
  .carousel-inner > .next,
  .carousel-inner > .prev {
    position: absolute;
    top: 0;
    width: 100%; }
  .carousel-inner > .next {
    left: 100%; }
  .carousel-inner > .prev {
    left: -100%; }
  .carousel-inner > .next.left,
  .carousel-inner > .prev.right {
    left: 0; }
  .carousel-inner > .active.left {
    left: -100%; }
  .carousel-inner > .active.right {
    left: 100%; }

.carousel-control {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 15%;
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  background-color: rgba(0, 0, 0, 0);
  filter: alpha(opacity=50);
  opacity: 0.5; }
  .carousel-control.left {
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.0001)));
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
    background-repeat: repeat-x; }
  .carousel-control.right {
    right: 0;
    left: auto;
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.0001)), to(rgba(0, 0, 0, 0.5)));
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
    background-repeat: repeat-x; }
  .carousel-control:hover, .carousel-control:focus {
    color: #fff;
    text-decoration: none;
    outline: 0;
    filter: alpha(opacity=90);
    opacity: 0.9; }
  .carousel-control .icon-prev,
  .carousel-control .icon-next,
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right {
    position: absolute;
    top: 50%;
    z-index: 5;
    display: inline-block;
    margin-top: -10px; }
  .carousel-control .icon-prev,
  .carousel-control .glyphicon-chevron-left {
    left: 50%;
    margin-left: -10px; }
  .carousel-control .icon-next,
  .carousel-control .glyphicon-chevron-right {
    right: 50%;
    margin-right: -10px; }
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 20px;
    height: 20px;
    font-family: serif;
    line-height: 1; }
  .carousel-control .icon-prev:before {
    content: "\2039"; }
  .carousel-control .icon-next:before {
    content: "\203A"; }

.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  padding-left: 0;
  margin-left: -30%;
  text-align: center;
  list-style: none; }
  .carousel-indicators li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 1px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #000 \9;
    background-color: rgba(0, 0, 0, 0);
    border: 1px solid #fff;
    border-radius: 10px; }
  .carousel-indicators .active {
    width: 12px;
    height: 12px;
    margin: 0;
    background-color: #fff; }

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6); }
  .carousel-caption .btn {
    text-shadow: none; }

@media screen and (min-width: 768px) {
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -10px;
    font-size: 30px; }
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -10px; }
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -10px; }
  .carousel-caption {
    right: 20%;
    left: 20%;
    padding-bottom: 30px; }
  .carousel-indicators {
    bottom: 20px; } }

.clearfix:before, .clearfix:after {
  display: table;
  content: " "; }

.clearfix:after {
  clear: both; }

.center-block {
  display: block;
  margin-right: auto;
  margin-left: auto; }

.pull-right {
  float: right !important; }

.pull-left {
  float: left !important; }

.hide {
  display: none !important; }

.show {
  display: block !important; }

.invisible {
  visibility: hidden; }

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0; }

.hidden {
  display: none !important; }

.affix {
  position: fixed; }

@-ms-viewport {
  width: device-width; }

.visible-xs {
  display: none !important; }

.visible-sm {
  display: none !important; }

.visible-md {
  display: none !important; }

.visible-lg {
  display: none !important; }

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important; }

@media (max-width: 767px) {
  .visible-xs {
    display: block !important; }
  table.visible-xs {
    display: table !important; }
  tr.visible-xs {
    display: table-row !important; }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important; } }

@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important; } }

@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important; } }

@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important; }
  table.visible-sm {
    display: table !important; }
  tr.visible-sm {
    display: table-row !important; }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important; }
  table.visible-md {
    display: table !important; }
  tr.visible-md {
    display: table-row !important; }
  th.visible-md,
  td.visible-md {
    display: table-cell !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important; } }

@media (min-width: 1200px) {
  .visible-lg {
    display: block !important; }
  table.visible-lg {
    display: table !important; }
  tr.visible-lg {
    display: table-row !important; }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important; } }

@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important; } }

@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important; } }

@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important; } }

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important; } }

@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important; } }

.visible-print {
  display: none !important; }

@media print {
  .visible-print {
    display: block !important; }
  table.visible-print {
    display: table !important; }
  tr.visible-print {
    display: table-row !important; }
  th.visible-print,
  td.visible-print {
    display: table-cell !important; } }

.visible-print-block {
  display: none !important; }
  @media print {
    .visible-print-block {
      display: block !important; } }

.visible-print-inline {
  display: none !important; }
  @media print {
    .visible-print-inline {
      display: inline !important; } }

.visible-print-inline-block {
  display: none !important; }
  @media print {
    .visible-print-inline-block {
      display: inline-block !important; } }

@media print {
  .hidden-print {
    display: none !important; } }

/* Neue Haas Unica 
   ========================================================================== */
/*-- Bold --*/
@font-face {
  font-family: 'NeueHaasUnica Bold';
  src: url("clientlib-site/resources/fonts/35CFCC_0_0.eot");
  src: url("clientlib-site/resources/fonts/35CFCC_0_0.eot?#iefix") format("embedded-opentype"), url("clientlib-site/resources/fonts/35CFCC_0_0.woff2") format("woff2"), url("clientlib-site/resources/fonts/35CFCC_0_0.woff") format("woff"), url("clientlib-site/resources/fonts/35CFCC_0_0.ttf") format("truetype");
  font-weight: 700;
  font-style: normal; }

/*-- Bold Italic --*/
@font-face {
  font-family: 'NeueHaasUnica Bold Italic';
  src: url("clientlib-site/resources/fonts/35CFCC_1_0.eot");
  src: url("clientlib-site/resources/fonts/35CFCC_1_0.eot?#iefix") format("embedded-opentype"), url("clientlib-site/resources/fonts/35CFCC_1_0.woff2") format("woff2"), url("clientlib-site/resources/fonts/35CFCC_1_0.woff") format("woff"), url("clientlib-site/resources/fonts/35CFCC_1_0.ttf") format("truetype");
  font-weight: 700;
  font-style: italic; }

/*-- Italic --*/
@font-face {
  font-family: 'NeueHaasUnica Italic';
  src: url("clientlib-site/resources/fonts/35CFCC_2_0.eot");
  src: url("clientlib-site/resources/fonts/35CFCC_2_0.eot?#iefix") format("embedded-opentype"), url("../fonts/35CFCC_2_0.woff2") format("woff2"), url("clientlib-site/resources/fonts/35CFCC_2_0.woff") format("woff"), url("clientlib-site/resources/fonts/35CFCC_2_0.ttf") format("truetype");
  font-weight: normal;
  font-style: italic; }

/*-- Light Italic --*/
@font-face {
  font-family: '"Roboto LightItalic", Helvetica, Arial, sans-serif;';
  src: url("clientlib-site/resources/fonts/35CFCC_3_0.eot");
  src: url("clientlib-site/resources/fonts/35CFCC_3_0.eot?#iefix") format("embedded-opentype"), url("clientlib-site/resources/fonts/35CFCC_3_0.woff2") format("woff2"), url("clientlib-site/resources/fonts/35CFCC_3_0.woff") format("woff"), url("clientlib-site/resources/fonts/35CFCC_3_0.ttf") format("truetype");
  font-weight: 300;
  font-style: italic; }

/*-- Light --*/
@font-face {
  font-family: 'NeueHaasUnica Light';
  src: url("clientlib-site/resources/fonts/35CFCC_4_0.eot");
  src: url("clientlib-site/resources/fonts/35CFCC_4_0.eot?#iefix") format("embedded-opentype"), url("clientlib-site/resources/fonts/35CFCC_4_0.woff2") format("woff2"), url("clientlib-site/resources/fonts/35CFCC_4_0.woff") format("woff"), url("clientlib-site/resources/fonts/35CFCC_4_0.ttf") format("truetype");
  font-weight: 300;
  font-style: normal; }

/*-- Regular --*/
@font-face {
  font-family: 'NeueHaasUnica Regular';
  src: url("clientlib-site/resources/fonts/35CFCC_5_0.eot");
  src: url("clientlib-site/resources/fonts/35CFCC_5_0.eot?#iefix") format("embedded-opentype"), url("clientlib-site/resources/fonts/35CFCC_5_0.woff2") format("woff2"), url("clientlib-site/resources/fonts/35CFCC_5_0.woff") format("woff"), url("clientlib-site/resources/fonts/35CFCC_5_0.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }
  
/* Roboto (Google) Replacing Neue Haas Unica 2023
   ========================================================================== */
   
  @font-face {
  font-family: 'Roboto Regular';
  src: url("../fonts/Roboto-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal; }
  
  @font-face {
  font-family: 'Roboto Light';
  src: url("../fonts/Roboto-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal; }
  
  @font-face {
  font-family: 'Roboto LightItalic';
  src: url("../fonts/Roboto-LightItalic.ttf") format("truetype");
  font-weight: 300;
  font-style: normal; }
  
  @font-face {
  font-family: 'Roboto Bold';
  src: url("../fonts/Roboto-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal; }
  
  @font-face {
  font-family: 'Roboto BoldItalic';
  src: url("../fonts/Roboto-BoldItalic.ttf") format("truetype");
  font-weight: 700;
  font-style: normal; }

div.image img {
  max-width: 100%; }

div.image > .row, div.image > a > .row {
  z-index: inherit !important;
  background: inherit  !important;
  position: static !important;
  height: 100% !important; }
  div.image > .row > div, div.image > a > .row > div {
    position: static;
    float: none; }

.homepageheroexperience {
  position: relative;
  overflow: hidden;
  max-height: 1600px; }
  .homepageheroexperience::before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -0.25em;
    /* Adjusts for spacing */ }
  .homepageheroexperience .imagecomponent {
    position: absolute;
    top: -1px;
    left: -1px;
    bottom: -1px;
    right: -1px;
    z-index: 1;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    min-height: 125px; }
    .homepageheroexperience .imagecomponent > div {
      height: 100%;
      position: relative;
      min-height: 100px; }
    .homepageheroexperience .imagecomponent .authoring-edit {
      z-index: 2;
      position: absolute;
      padding: 1px 0 20px 20px;
      width: 100%;
      text-align: center; }
    .homepageheroexperience .imagecomponent .authoring-placeholder {
      display: block;
      height: 20px;
      width: 100%;
      text-indent: -9999px; }
    .homepageheroexperience .imagecomponent .image-container {
      min-height: 100px;
      position: relative;
      height: 100%; }
    .homepageheroexperience .imagecomponent img {
      -o-object-fit: cover;
         object-fit: cover;
      -o-object-position: 50% 50%;
         object-position: 50% 50%;
      display: block;
      position: absolute;
      top: 50%;
      left: 50%;
      width: 100%;
      height: 100%;
      z-index: 1;
      -webkit-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      min-width: 100%;
      min-height: 100%; }
  .homepageheroexperience .hero-container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 20px;
    padding-right: 20px;
    max-width: 1310px;
    width: auto;
    position: relative;
    z-index: 2;
    display: table;
    text-align: center;
    overflow-x: hidden;
    vertical-align: middle;
    padding-bottom: 50px; }
    @media (min-width: 30em) {
      .homepageheroexperience .hero-container {
        height: 86vh; } }
    @media (max-width: 767px) {
      .homepageheroexperience .hero-container {
        height: auto;
        padding-top: 6rem;
        padding-bottom: 12rem; } }
    .homepageheroexperience .hero-container .heading, .homepageheroexperience .hero-container .title {
      -webkit-font-smoothing: antialiased; }
      @media (max-width: 79.99em) and (min-width: 48em) {
        .homepageheroexperience .hero-container .heading, .homepageheroexperience .hero-container .title {
          max-width: 600px;
          margin-left: auto;
          margin-right: auto; } }
      .homepageheroexperience .hero-container .heading h2, .homepageheroexperience .hero-container .heading h1, .homepageheroexperience .hero-container .title h2, .homepageheroexperience .hero-container .title h1 {
        font-family: "Roboto Regular", Helvetica, Arial, sans-serif;
        font-size: 28px;
        font-size: 2.8rem;
        line-height: 1.35714;
        margin-bottom: 10px;
        color: #ffffff; }
        .homepageheroexperience .hero-container .heading h2 sup, .homepageheroexperience .hero-container .heading h1 sup, .homepageheroexperience .hero-container .title h2 sup, .homepageheroexperience .hero-container .title h1 sup {
          top: -17px; }
        @media (min-width: 30em) {
          .homepageheroexperience .hero-container .heading h2, .homepageheroexperience .hero-container .heading h1, .homepageheroexperience .hero-container .title h2, .homepageheroexperience .hero-container .title h1 {
            font-size: 46px;
            font-size: 4.6rem;
            line-height: 1.17391;
            margin-bottom: 20px; } }
        @media (min-width: 80em) {
          .homepageheroexperience .hero-container .heading h2, .homepageheroexperience .hero-container .heading h1, .homepageheroexperience .hero-container .title h2, .homepageheroexperience .hero-container .title h1 {
            font-size: 60px;
            font-size: 6rem;
            line-height: 1.16667;
            margin-bottom: 20px; } }
      .homepageheroexperience .hero-container .heading sup, .homepageheroexperience .hero-container .title sup {
        font-size: 60%;
        position: relative;
        margin-right: 4px; }
    .homepageheroexperience .hero-container:before {
      content: " ";
      display: table; }
    .homepageheroexperience .hero-container .plaintext {
      margin-bottom: 35px; }
      @media (max-width: 79.99em) and (min-width: 48em) {
        .homepageheroexperience .hero-container .plaintext {
          max-width: 600px;
          margin-left: auto;
          margin-right: auto; } }
      @media (max-width: 767px) {
        .homepageheroexperience .hero-container .plaintext {
          margin-bottom: 20px; } }
      .homepageheroexperience .hero-container .plaintext p {
        font-family: "Roboto Light", Helvetica, Arial, sans-serif;
        font-size: 18px;
        font-size: 1.8rem;
        line-height: 1.66667;
        color: #ffffff;
        -webkit-font-smoothing: antialiased;
        font-weight: 300; }
        @media (min-width: 30em) {
          .homepageheroexperience .hero-container .plaintext p {
            font-size: 21px;
            font-size: 2.1rem;
            line-height: 1.57143; } }
        @media (min-width: 80em) {
          .homepageheroexperience .hero-container .plaintext p {
            font-size: 2.4rem;
            line-height: 1.5; } }
    .homepageheroexperience .hero-container .calltoaction {
      display: inline-block;
      margin-right: 5px;
      margin-left: 5px;
      margin-top: 10px;
      -webkit-font-smoothing: antialiased; }
      .homepageheroexperience .hero-container .calltoaction a {
        padding: 2.4rem 5rem 2.2rem 5rem;
        border-radius: 0;
        font-size: 1.5rem;
        border: 2px solid #ffffff;
        letter-spacing: 2px;
        text-align: center;
        color: #ffffff;
        background: none;
        -webkit-transition: color 0.7s ease;
        transition: color 0.7s ease; }
        .homepageheroexperience .hero-container .calltoaction a:hover {
          color: #2d2926;
          background-color: #ffffff;
          border: 2px solid #ffffff;
          -webkit-transition: color 0.7s ease;
          transition: color 0.7s ease; }
        @media (max-width: 767px) {
          .homepageheroexperience .hero-container .calltoaction a {
            padding: 1.9rem 3rem 1.6rem 3rem; } }
        @media (min-width: 768px) and (max-width: 1023px) {
          .homepageheroexperience .hero-container .calltoaction a {
            padding: 1.8rem 3rem 1.6rem 3rem; } }
    .homepageheroexperience .hero-container-content {
      display: table-cell;
      padding-top: 3rem;
      position: relative;
      vertical-align: middle; }
      @media (min-width: 30em) {
        .homepageheroexperience .hero-container-content {
          padding-top: 130px;
          padding-bottom: 15rem; } }
      @media (min-width: 80em) {
        .homepageheroexperience .hero-container-content {
          padding-top: 125px;
          padding-bottom: 15rem; } }
  .homepageheroexperience .hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    background: #071D49;
    opacity: 0.3; }
  .homepageheroexperience .heroarrowanchor {
    text-align: center;
    position: absolute;
    left: 50%;
    z-index: 10; }
    .homepageheroexperience .heroarrowanchor-btn {
      background: none;
      border: 0;
      color: #ffffff;
      -webkit-transition: -webkit-transform 0.4s ease;
      transition: -webkit-transform 0.4s ease;
      transition: transform 0.4s ease;
      transition: transform 0.4s ease, -webkit-transform 0.4s ease;
      position: absolute;
      bottom: 15px;
      z-index: 10;
      -webkit-transform: translateX(-50%);
              transform: translateX(-50%); }
      .homepageheroexperience .heroarrowanchor-btn:hover {
        -webkit-transform: translate(-50%, -20px);
                transform: translate(-50%, -20px);
        -webkit-transition: -webkit-transform 0.4s ease;
        transition: -webkit-transform 0.4s ease;
        transition: transform 0.4s ease;
        transition: transform 0.4s ease, -webkit-transform 0.4s ease; }
        .homepageheroexperience .heroarrowanchor-btn:hover .icon-cheveron {
          opacity: 1; }
      @media (min-width: 30em) {
        .homepageheroexperience .heroarrowanchor-btn {
          bottom: 53px; } }
    .homepageheroexperience .heroarrowanchor .icon-cheveron {
      width: 50px;
      height: 50px;
      color: #fff;
      opacity: 0.7; }
      .homepageheroexperience .heroarrowanchor .icon-cheveron #icon-chevron-thin {
        fill: currentColor;
        -webkit-transform: translateY(-20px);
                transform: translateY(-20px);
        background-color: transparent; }
      @media (max-width: 767px) {
        .homepageheroexperience .heroarrowanchor .icon-cheveron {
          width: 35px;
          height: 35px; } }

.homepageheroexperience.hero .in-author.homepageheroexperience {
  max-height: 800px; }
  .homepageheroexperience.hero .in-author.homepageheroexperience .hero-container {
    display: block !important;
    margin: 0 auto;
    width: 70%; }
    .homepageheroexperience.hero .in-author.homepageheroexperience .hero-container .hero-container-content {
      height: auto;
      display: block !important;
      margin: 0 auto !important; }

.site-footer {
  background: #071d49;
  color: #ffffff;
  text-align: center;
  float: left;
  width: 100%;
  position: relative;
  font-family: "Roboto Regular", Helvetica, Arial, sans-serif;
  -webkit-font-smoothing: antialiased; }
  @media (min-width: 30em) {
    .site-footer {
      bottom: 0;
      left: 0;
      position: relative;
      z-index: -2;
      width: 100%;
      -webkit-transition: -webkit-transform 0.6s 0.1s ease;
      transition: -webkit-transform 0.6s 0.1s ease;
      transition: transform 0.6s 0.1s ease;
      transition: transform 0.6s 0.1s ease, -webkit-transform 0.6s 0.1s ease;
      height: 420px;
      float: left; } }
  @media (max-width: 47.99em) {
    .site-footer {
      height: 640px; } }
  @media (max-width: 325px) {
    .site-footer {
      height: 680px; } }
  .site-footer .h1, .site-footer .h2, .site-footer .h3, .site-footer .h4, .site-footer .h5, .site-footer .h6, .site-footer h1, .site-footer h2, .site-footer h3, .site-footer h4, .site-footer h5, .site-footer h6 {
    color: #fff; }
  .site-footer .footarrowanchor-btn {
    border: 0;
    color: #ffffff;
    position: absolute;
    right: 18px;
    bottom: -35px;
    width: 30px;
    height: 30px;
    display: block;
    background: #020d23;
    border-radius: 2px;
    padding: 0 9px;
    -webkit-box-shadow: 0 0 2px 1px rgba(45, 41, 38, 0.2);
            box-shadow: 0 0 2px 1px rgba(45, 41, 38, 0.2);
    -webkit-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;
    will-change: background-color; }
    @media (min-width: 30em) {
      .site-footer .footarrowanchor-btn {
        right: 30px;
        bottom: 30px; } }
    .site-footer .footarrowanchor-btn:hover {
      background-color: #2d2926; }
    .site-footer .footarrowanchor-btn .icon-chevron {
      width: 100%;
      height: 100%;
      -webkit-transform: rotate(-180deg);
              transform: rotate(-180deg); }
      .site-footer .footarrowanchor-btn .icon-chevron #icon-chevron {
        fill: currentColor; }
  .site-footer__container {
    background: #071d49;
    padding: 50px 0;
    margin-right: auto;
    margin-left: auto;
    padding-left: 20px;
    padding-right: 20px;
    width: 100%; }
    @media (min-width: 768px) {
      .site-footer__container {
        bottom: 0;
        z-index: -1;
        position: fixed; } }
  .site-footer__primary-navigation {
    font-size: 1.8rem;
    padding-bottom: 42px; }
    @media (max-width: 47.99em) {
      .site-footer__primary-navigation {
        padding-bottom: 20px; } }
    .site-footer__primary-navigation ul {
      list-style: none;
      padding: 0; }
      .site-footer__primary-navigation ul li {
        display: inline-block;
        margin: 0 15px; }
        @media (max-width: 47.99em) {
          .site-footer__primary-navigation ul li {
            padding-bottom: 25px; } }
        .site-footer__primary-navigation ul li a {
          color: #ffffff;
          position: relative;
          text-decoration: none;
          font-family: "Roboto Light", Helvetica, Arial, sans-serif;
          font-weight: 300; }
          .site-footer__primary-navigation ul li a:after {
            display: block;
            content: '';
            position: absolute;
            left: 0;
            right: 0;
            top: 100%;
            z-index: -1;
            margin-top: 5px;
            height: 1px;
            -webkit-transform: scale(0, 1);
                    transform: scale(0, 1);
            -webkit-transition: -webkit-transform 300ms ease;
            transition: -webkit-transform 300ms ease;
            transition: transform 300ms ease;
            transition: transform 300ms ease, -webkit-transform 300ms ease;
            -webkit-transform-origin: center center;
                    transform-origin: center center;
            background: #ffffff; }
          .site-footer__primary-navigation ul li a:hover {
            text-decoration: none; }
            .site-footer__primary-navigation ul li a:hover:after {
              -webkit-transform: scale(1, 1);
                      transform: scale(1, 1); }
        @media (max-width: 767px) {
          .site-footer__primary-navigation ul li {
            display: block; } }
  .site-footer__social-navigation {
    font-size: 1.2rem;
    padding-bottom: 42px; }
    @media (max-width: 47.99em) {
      .site-footer__social-navigation {
        padding-bottom: 35px; } }
    .site-footer__social-navigation ul {
      list-style: none;
      padding: 0; }
      .site-footer__social-navigation ul li {
        display: inline-block;
        margin: 0 15px;
        margin-left: 5px;
        margin-right: 5px;
        width: 25px;
        height: 20px;
        overflow: hidden; }
        .site-footer__social-navigation ul li a {
          color: #ffffff;
          text-decoration: none;
          display: block;
          width: 100%;
          height: 100%;
          font-family: "Roboto Light", Helvetica, Arial, sans-serif;
          font-weight: 300; }
          .site-footer__social-navigation ul li a .icon {
            -webkit-transition: fill 0.3s ease;
            transition: fill 0.3s ease;
            color: #ffffff;
            fill: currentColor;
            height: 100%; }
          .site-footer__social-navigation ul li a:hover .icon {
            color: #2f9ece; }
  .site-footer__secondary-navigation {
    font-size: 1.2rem;
    padding-bottom: 42px;
    font-family: "Roboto Light", Helvetica, Arial, sans-serif;
    font-weight: 300; }
    @media (max-width: 47.99em) {
      .site-footer__secondary-navigation {
        padding-bottom: 35px; } }
    .site-footer__secondary-navigation ul {
      list-style: none;
      padding: 0; }
      .site-footer__secondary-navigation ul li {
        display: inline-block;
        margin: 0 15px; }
        @media (max-width: 47.99em) {
          .site-footer__secondary-navigation ul li {
            padding-bottom: 15px; } }
        .site-footer__secondary-navigation ul li a {
          color: #8e9eb4;
          position: relative; }
          .site-footer__secondary-navigation ul li a:after {
            display: block;
            content: '';
            position: absolute;
            left: 0;
            right: 0;
            top: 100%;
            z-index: -1;
            margin-top: 5px;
            height: 1px;
            -webkit-transform: scale(0, 1);
                    transform: scale(0, 1);
            -webkit-transition: -webkit-transform 300ms ease;
            transition: -webkit-transform 300ms ease;
            transition: transform 300ms ease;
            transition: transform 300ms ease, -webkit-transform 300ms ease;
            -webkit-transform-origin: center center;
                    transform-origin: center center;
            background: #8e9eb4; }
          .site-footer__secondary-navigation ul li a:hover {
            text-decoration: none; }
            .site-footer__secondary-navigation ul li a:hover:after {
              -webkit-transform: scale(1, 1);
                      transform: scale(1, 1); }
        @media (max-width: 767px) {
          .site-footer__secondary-navigation ul li {
            display: block; } }
  .site-footer__onetrust-cookie-panel {
    padding-top: 10px;
    margin-bottom: -24px; }
    @media (max-width: 47.99em) {
      .site-footer__onetrust-cookie-panel {
        margin-top: -20px;
        margin-bottom: -20px; } }
    .site-footer__onetrust-cookie-panel button {
      font-size: 1.2rem !important;
      font-family: "Roboto Light", Helvetica, Arial, sans-serif;
      font-weight: 300;
      background: none !important;
      border: none !important;
      color: #8e9eb4 !important;
      position: relative;
      padding: 0 !important; }
      .site-footer__onetrust-cookie-panel button:after {
        display: block;
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        top: 100%;
        z-index: -1;
        margin-top: 5px;
        height: 1px;
        -webkit-transform: scaleX(0);
                transform: scaleX(0);
        -webkit-transition: -webkit-transform .3s ease;
        transition: -webkit-transform .3s ease;
        transition: transform .3s ease;
        transition: transform .3s ease, -webkit-transform .3s ease;
        -webkit-transform-origin: center center;
                transform-origin: center center;
        background: #8e9eb4; }
      .site-footer__onetrust-cookie-panel button:hover {
        background: none !important;
        color: #8e9eb4 !important;
        text-decoration: none; }
        .site-footer__onetrust-cookie-panel button:hover:after {
          -webkit-transform: scale(1, 1);
                  transform: scale(1, 1); }
  .site-footer__text {
    font-family: "Roboto Light", Helvetica, Arial, sans-serif;
    font-weight: 300;
    text-align: center;
    color: #8e9eb4;
    font-size: 1.2rem;
    max-width: 700px;
    margin: 0 auto;
    padding: 0 40px; }
    @media (min-width: 30em) {
      .site-footer__text {
        padding: 0; } }
    .site-footer__text .footnote > div p:first-of-type {
      margin-bottom: 18px; }
  .site-footer__copyright {
    margin-bottom: 20px; }

.modal-open #onetrust-banner-sdk.otFlat {
  z-index: 99; }

.in-author.site-footer {
  background-color: transparent;
  z-index: unset;
  margin-top: 140px;
  position: relative !important; }
  @media (min-width: 30em) {
    .in-author.site-footer__container {
      bottom: unset;
      z-index: unset;
      position: relative !important; } }

.site-header__secondary-navigation {
  float: right; }
  .site-header__secondary-navigation ul {
    margin: 0 -14px; }
    .site-header__secondary-navigation ul li {
      font-size: 1.4rem;
      line-height: 1.71429;
      display: inline-block; }
      .site-header__secondary-navigation ul li a {
        padding: 1.5rem 1rem 1.2rem 1rem;
        text-decoration: none !important;
        max-height: 50px;
        position: relative;
        background: none !important; }
        .site-header__secondary-navigation ul li a:after {
          display: block;
          content: '';
          position: absolute;
          left: 0;
          right: 0;
          top: 100%;
          z-index: -1;
          height: 1px;
          -webkit-transform: scale(0, 1);
                  transform: scale(0, 1);
          -webkit-transition: -webkit-transform 300ms ease;
          transition: -webkit-transform 300ms ease;
          transition: transform 300ms ease;
          transition: transform 300ms ease, -webkit-transform 300ms ease;
          -webkit-transform-origin: center center;
                  transform-origin: center center;
          background: #2d2926; }
        .site-header__secondary-navigation ul li a:hover {
          text-decoration: none !important; }
          .site-header__secondary-navigation ul li a:hover:after {
            -webkit-transform: scale(1, 1);
                    transform: scale(1, 1); }

.imagerowexperience .image-row > .row {
  margin-left: 0;
  margin-right: 0; }
  .imagerowexperience .image-row > .row .col-md-12 {
    padding-left: 0;
    padding-right: 0; }

.imagerowexperience .image {
  margin-bottom: 0; }
  .imagerowexperience .image-content {
    background: #f1f1f1;
    padding-bottom: 15px;
    position: relative;
    z-index: 2;
    padding-top: 15px; }
    .imagerowexperience .image-content > div {
      margin-right: auto;
      margin-left: auto;
      padding-left: 20px;
      padding-right: 20px;
      max-width: 1310px;
      width: auto; }
    .imagerowexperience .image-content p {
      color: #555555; }
      @media (max-width: 767px) {
        .imagerowexperience .image-content p {
          width: auto;
          font-size: 1.2rem; } }

.imagerowexperience img {
  width: 100%;
  height: auto;
  margin-bottom: 0; }

.imagerowexperience.parallaximagerowexperience .container-fluid {
  padding-left: 0;
  padding-right: 0; }
  .imagerowexperience.parallaximagerowexperience .container-fluid .text {
    padding-left: 20px;
    padding-right: 20px;
    width: 100%;
    margin-left: auto;
    margin-right: auto; }
    @media (min-width: 768px) {
      .imagerowexperience.parallaximagerowexperience .container-fluid .text {
        width: 50%; } }

.imagerowexperience.parallaximagerowexperience .image-content > div {
  padding-left: 0;
  padding-right: 0; }

.categoryheroexperience {
  position: relative;
  overflow: hidden;
  max-height: 1600px; }
  .categoryheroexperience .imagecomponent {
    position: absolute;
    top: -1px;
    left: -1px;
    bottom: -1px;
    right: -1px;
    z-index: 1;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    min-height: 125px; }
    .categoryheroexperience .imagecomponent .authoring-edit {
      z-index: 2;
      position: absolute;
      padding: 1px 0 20px 20px;
      width: 100%;
      text-align: center; }
    .categoryheroexperience .imagecomponent .authoring-placeholder {
      display: block;
      height: 20px;
      width: 100%;
      text-indent: -9999px; }
    .categoryheroexperience .imagecomponent .image-container {
      min-height: 100px;
      position: relative; }
    .categoryheroexperience .imagecomponent img {
      -o-object-fit: cover;
         object-fit: cover;
      -o-object-position: 50% 50%;
         object-position: 50% 50%;
      display: block;
      position: absolute;
      top: 50%;
      left: 50%;
      width: 100%;
      height: 100%;
      z-index: 1;
      -webkit-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      min-width: 100%;
      min-height: 100%; }
  .categoryheroexperience .hero-container {
    margin: auto !important;
    margin-right: auto;
    margin-left: auto;
    padding-left: 20px;
    padding-right: 20px;
    max-width: 1310px;
    width: auto;
    position: relative;
    z-index: 2;
    display: table;
    text-align: center;
    overflow-x: hidden;
    vertical-align: middle;
    padding-bottom: 50px; }
    @media (max-width: 767px) {
      .categoryheroexperience .hero-container {
        display: block;
        height: 100%;
        padding-left: 20px;
        padding-right: 20px; } }
    @media (min-width: 768px) {
      .categoryheroexperience .hero-container {
        width: 66.66667%;
        margin-left: 16.66667%; } }
    @media (min-width: 30em) {
      .categoryheroexperience .hero-container {
        height: 100%; } }
    @media (min-width: 60em) {
      .categoryheroexperience .hero-container {
        display: block;
        width: 66.66667%;
        margin-left: 16.66667%;
        height: 100%; } }
    @media (min-height: 40em) and (min-width: 48em) {
      .categoryheroexperience .hero-container {
        display: table;
        height: calc(85vh - 108px); } }
    @media (min-height: 40em) and (min-width: 48em) and (min-width: 60em) {
      .categoryheroexperience .hero-container {
        display: table;
        height: calc(85vh - 108px); } }
    .categoryheroexperience .hero-container h2, .categoryheroexperience .hero-container h1 {
      margin-bottom: 3rem;
      color: #ffffff;
      font-family: "Roboto Regular", Helvetica, Arial, sans-serif;
      font-size: 28px;
      font-size: 2.8rem;
      line-height: 1.35714;
      -webkit-font-smoothing: antialiased; }
      @media (max-width: 767px) {
        .categoryheroexperience .hero-container h2, .categoryheroexperience .hero-container h1 {
          margin-top: 0; } }
      @media (min-width: 30em) {
        .categoryheroexperience .hero-container h2, .categoryheroexperience .hero-container h1 {
          font-size: 46px;
          font-size: 4.6rem;
          line-height: 1.17391;
          margin-bottom: 4rem;
          margin-top: 0; } }
      @media (min-width: 80em) {
        .categoryheroexperience .hero-container h2, .categoryheroexperience .hero-container h1 {
          font-size: 60px;
          font-size: 6rem;
          line-height: 1.16667;
          margin-bottom: 4rem; } }
    .categoryheroexperience .hero-container:before {
      content: " ";
      display: table; }
    .categoryheroexperience .hero-container .text {
      margin-left: auto;
      margin-right: auto;
      width: 100%; }
      @media (min-width: 30em) {
        .categoryheroexperience .hero-container .text {
          max-width: 600px; } }
      @media (min-width: 80em) {
        .categoryheroexperience .hero-container .text {
          max-width: 833.33px; } }
      .categoryheroexperience .hero-container .text p {
        font-family: "Roboto Light", Helvetica, Arial, sans-serif;
        font-weight: 300;
        font-size: 18px;
        font-size: 1.8rem;
        line-height: 1.66667;
        color: #fff;
        -webkit-font-smoothing: antialiased; }
        @media (min-width: 30em) {
          .categoryheroexperience .hero-container .text p {
            font-size: 21px;
            font-size: 2.1rem;
            line-height: 1.57143; } }
        @media (min-width: 80em) {
          .categoryheroexperience .hero-container .text p {
            font-size: 24px;
            font-size: 2.4rem;
            line-height: 1.5; } }
    .categoryheroexperience .hero-container-content {
      display: block;
      margin: 0 auto;
      position: relative;
      vertical-align: middle;
      padding-top: 6rem;
      padding-bottom: 6rem; }
      @media (min-width: 480px) {
        .categoryheroexperience .hero-container-content {
          display: block;
          margin: 0 auto;
          padding-top: 8rem;
          padding-bottom: 8rem; } }
      @media (min-width: 30em) {
        .categoryheroexperience .hero-container-content {
          display: block;
          margin: 0 auto;
          padding-top: 11rem;
          padding-bottom: 11rem; } }
      @media (min-height: 40em) and (min-width: 48em) {
        .categoryheroexperience .hero-container-content {
          display: table-cell; } }
      @media (min-height: 40em) and (min-width: 48em) and (min-width: 60em) {
        .categoryheroexperience .hero-container-content {
          display: table-cell; } }
      .categoryheroexperience .hero-container-content .heading {
        max-width: 600px;
        margin: 0 auto; }
        @media (min-width: 80em) {
          .categoryheroexperience .hero-container-content .heading {
            max-width: 833.33px; } }
        .categoryheroexperience .hero-container-content .heading h2 sup {
          top: -17px; }
        .categoryheroexperience .hero-container-content .heading sup {
          font-size: 60%;
          position: relative;
          margin-right: 4px; }
  .categoryheroexperience .hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    background: #071D49;
    opacity: 0.3; }
  .categoryheroexperience .heroarrowanchor {
    text-align: center;
    position: absolute;
    left: 50%;
    z-index: 10; }
    .categoryheroexperience .heroarrowanchor-btn {
      background: none;
      border: 0;
      color: #ffffff;
      -webkit-transition: -webkit-transform 0.4s ease;
      transition: -webkit-transform 0.4s ease;
      transition: transform 0.4s ease;
      transition: transform 0.4s ease, -webkit-transform 0.4s ease;
      position: absolute;
      bottom: 15px;
      z-index: 10;
      -webkit-transform: translateX(-50%);
              transform: translateX(-50%); }
      .categoryheroexperience .heroarrowanchor-btn:hover {
        -webkit-transform: translate(-50%, -20px);
                transform: translate(-50%, -20px);
        -webkit-transition: -webkit-transform 0.4s ease;
        transition: -webkit-transform 0.4s ease;
        transition: transform 0.4s ease;
        transition: transform 0.4s ease, -webkit-transform 0.4s ease; }
        .categoryheroexperience .heroarrowanchor-btn:hover .icon-cheveron {
          opacity: 1; }
      @media (min-width: 30em) {
        .categoryheroexperience .heroarrowanchor-btn {
          bottom: 50px; } }
    .categoryheroexperience .heroarrowanchor .icon-cheveron {
      width: 50px;
      height: 50px;
      opacity: 0.7; }
      .categoryheroexperience .heroarrowanchor .icon-cheveron #icon-chevron-thin {
        fill: currentColor;
        -webkit-transform: translateY(-20px);
                transform: translateY(-20px); }
      @media (max-width: 767px) {
        .categoryheroexperience .heroarrowanchor .icon-cheveron {
          width: 35px;
          height: 35px; } }

.categoryheroexperience.categoryhero .in-author.categoryheroexperience {
  max-height: 800px; }
  .categoryheroexperience.categoryhero .in-author.categoryheroexperience .hero-container {
    display: block !important;
    margin: 0 auto;
    width: 70%; }
    .categoryheroexperience.categoryhero .in-author.categoryheroexperience .hero-container .hero-container-content {
      height: auto;
      display: block !important;
      margin: 0 auto !important; }

.contentpageheroexperience {
  position: relative;
  background-color: #E6E8ED;
  overflow: hidden;
  font-family: "Roboto Regular", Helvetica, Arial, sans-serif;
  float: left;
  width: 100%; }
  .contentpageheroexperience .content-page-hero__container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 20px;
    padding-right: 20px;
    max-width: 1310px;
    width: auto;
    position: relative;
    z-index: 2; }
  .contentpageheroexperience .content-page-hero__content {
    width: 74%;
    padding-top: 9rem;
    padding-bottom: 10rem;
    text-align: center;
    margin-right: auto;
    margin-left: auto; }
    @media (max-width: 767px) {
      .contentpageheroexperience .content-page-hero__content {
        width: 100%;
        padding: 0 20px;
        padding-top: 4rem;
        padding-bottom: 6rem; } }
    .contentpageheroexperience .content-page-hero__content h2, .contentpageheroexperience .content-page-hero__content h1 {
      margin-bottom: 2rem;
      font-size: 34px;
      font-size: 3.4rem;
      line-height: 1.17647;
      color: #071D49; }
      @media (max-width: 767px) {
        .contentpageheroexperience .content-page-hero__content h2, .contentpageheroexperience .content-page-hero__content h1 {
          margin-bottom: 1.5rem; } }
      @media (min-width: 30em) {
        .contentpageheroexperience .content-page-hero__content h2, .contentpageheroexperience .content-page-hero__content h1 {
          font-size: 42px;
          font-size: 4.2rem;
          line-height: 1.2381; } }
      @media (min-width: 80em) {
        .contentpageheroexperience .content-page-hero__content h2, .contentpageheroexperience .content-page-hero__content h1 {
          font-size: 50px;
          font-size: 5rem;
          line-height: 1.3; } }
    .contentpageheroexperience .content-page-hero__content p {
      font-family: "Roboto Light", Helvetica, Arial, sans-serif;
      font-size: 20px;
      font-size: 2rem;
      line-height: 1.5;
      color: #071D49;
      margin: 0 auto;
      font-weight: 300; }
      @media (min-width: 30em) {
        .contentpageheroexperience .content-page-hero__content p {
          font-size: 25px;
          font-size: 2.5rem;
          line-height: 1.52;
          max-width: 600px; } }
      @media (min-width: 80em) {
        .contentpageheroexperience .content-page-hero__content p {
          font-size: 30px;
          font-size: 3rem;
          line-height: 1.5;
          max-width: 833.33px; } }
    .contentpageheroexperience .content-page-hero__content .cta-panel {
      margin-left: auto;
      margin-right: auto; }
    .contentpageheroexperience .content-page-hero__content .image {
      padding-top: 50px; }
      .contentpageheroexperience .content-page-hero__content .image .image-container {
        min-height: unset; }
    .contentpageheroexperience .content-page-hero__content .calltoaction {
      display: inline-block;
      margin-top: 10px;
      -webkit-font-smoothing: antialiased; }
      @media (min-width: 30em) {
        .contentpageheroexperience .content-page-hero__content .calltoaction {
          max-width: 600px; } }
      @media (min-width: 80em) {
        .contentpageheroexperience .content-page-hero__content .calltoaction {
          max-width: 833.33px; } }
      .contentpageheroexperience .content-page-hero__content .calltoaction a {
        padding: 2.4rem 5rem 2.2rem 5rem;
        border-radius: 0;
        font-size: 1.5rem;
        border: 2px solid #071d49;
        letter-spacing: 2px;
        text-align: center;
        color: #071d49;
        background: none;
        -webkit-transition: color 0.7s ease;
        transition: color 0.7s ease; }
        .contentpageheroexperience .content-page-hero__content .calltoaction a:hover {
          color: #ffffff;
          background-color: #071d49;
          border: 2px solid #071d49;
          -webkit-transition: color 0.7s ease;
          transition: color 0.7s ease; }
        @media (max-width: 767px) {
          .contentpageheroexperience .content-page-hero__content .calltoaction a {
            padding: 1.9rem 3rem 1.6rem 3rem; } }
        @media (min-width: 768px) and (max-width: 1023px) {
          .contentpageheroexperience .content-page-hero__content .calltoaction a {
            padding: 1.8rem 3rem 1.6rem 3rem; } }

.contentpageheroexperience.content-page-hero .in-author.contentpageheroexperience {
  max-height: 800px; }
  .contentpageheroexperience.content-page-hero .in-author.contentpageheroexperience .hero-container {
    display: block !important;
    margin: 0 auto;
    width: 70%; }

.subcategoryheroexperience {
  position: relative;
  overflow: hidden;
  max-height: 1600px; }
  .subcategoryheroexperience .imagecomponent {
    position: absolute;
    top: -1px;
    left: -1px;
    bottom: -1px;
    right: -1px;
    z-index: 1;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    min-height: 125px; }
    .subcategoryheroexperience .imagecomponent .authoring-edit {
      z-index: 2;
      position: absolute;
      padding: 1px 0 20px 20px;
      width: 100%;
      text-align: center; }
    .subcategoryheroexperience .imagecomponent .authoring-placeholder {
      display: block;
      height: 20px;
      width: 100%;
      text-indent: -9999px; }
    .subcategoryheroexperience .imagecomponent img {
      -o-object-fit: cover;
         object-fit: cover;
      -o-object-position: 50% 50%;
         object-position: 50% 50%;
      display: block;
      position: absolute;
      top: 50%;
      left: 50%;
      width: 100%;
      height: 100%;
      z-index: 1;
      -webkit-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      min-width: 100%;
      min-height: 100%; }
  .subcategoryheroexperience .hero-container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 20px;
    padding-right: 20px;
    max-width: 1310px;
    width: auto;
    position: relative;
    z-index: 2;
    display: table;
    text-align: center;
    overflow-x: hidden;
    vertical-align: middle;
    padding-bottom: 50px; }
    .subcategoryheroexperience .hero-container .heading, .subcategoryheroexperience .hero-container .title {
      width: 100%;
      margin-left: auto;
      margin-right: auto; }
      @media (min-width: 768px) {
        .subcategoryheroexperience .hero-container .heading, .subcategoryheroexperience .hero-container .title {
          width: 76%; } }
      @media (min-width: 65em) {
        .subcategoryheroexperience .hero-container .heading, .subcategoryheroexperience .hero-container .title {
          max-width: 600px;
          width: 100%; } }
      @media (min-width: 80em) {
        .subcategoryheroexperience .hero-container .heading, .subcategoryheroexperience .hero-container .title {
          width: 100%;
          max-width: 833.333px; } }
      .subcategoryheroexperience .hero-container .heading h1, .subcategoryheroexperience .hero-container .heading h2, .subcategoryheroexperience .hero-container .heading h3, .subcategoryheroexperience .hero-container .heading h4, .subcategoryheroexperience .hero-container .heading h5, .subcategoryheroexperience .hero-container .heading h6, .subcategoryheroexperience .hero-container .title h1, .subcategoryheroexperience .hero-container .title h2, .subcategoryheroexperience .hero-container .title h3, .subcategoryheroexperience .hero-container .title h4, .subcategoryheroexperience .hero-container .title h5, .subcategoryheroexperience .hero-container .title h6 {
        margin-top: 0;
        font-family: "Roboto Regular", Helvetica, Arial, sans-serif;
        font-size: 24px;
        font-size: 2.4rem;
        line-height: 1.25;
        color: #fff;
        -webkit-font-smoothing: antialiased; }
        @media (min-width: 30em) {
          .subcategoryheroexperience .hero-container .heading h1, .subcategoryheroexperience .hero-container .heading h2, .subcategoryheroexperience .hero-container .heading h3, .subcategoryheroexperience .hero-container .heading h4, .subcategoryheroexperience .hero-container .heading h5, .subcategoryheroexperience .hero-container .heading h6, .subcategoryheroexperience .hero-container .title h1, .subcategoryheroexperience .hero-container .title h2, .subcategoryheroexperience .hero-container .title h3, .subcategoryheroexperience .hero-container .title h4, .subcategoryheroexperience .hero-container .title h5, .subcategoryheroexperience .hero-container .title h6 {
            font-size: 35px;
            font-size: 3.5rem;
            line-height: 1.28571; } }
        @media (min-width: 80em) {
          .subcategoryheroexperience .hero-container .heading h1, .subcategoryheroexperience .hero-container .heading h2, .subcategoryheroexperience .hero-container .heading h3, .subcategoryheroexperience .hero-container .heading h4, .subcategoryheroexperience .hero-container .heading h5, .subcategoryheroexperience .hero-container .heading h6, .subcategoryheroexperience .hero-container .title h1, .subcategoryheroexperience .hero-container .title h2, .subcategoryheroexperience .hero-container .title h3, .subcategoryheroexperience .hero-container .title h4, .subcategoryheroexperience .hero-container .title h5, .subcategoryheroexperience .hero-container .title h6 {
            font-size: 45px;
            font-size: 4.5rem;
            line-height: 1.33333; } }
      .subcategoryheroexperience .hero-container .heading sup, .subcategoryheroexperience .hero-container .title sup {
        font-size: 60%;
        position: relative;
        margin-right: 4px; }
    .subcategoryheroexperience .hero-container:before {
      content: " ";
      display: table; }
    .subcategoryheroexperience .hero-container .plaintext, .subcategoryheroexperience .hero-container .text {
      width: 66.67%;
      margin-left: auto;
      margin-right: auto;
      color: #ffffff;
      -webkit-font-smoothing: antialiased;
      margin-bottom: 15px; }
      .subcategoryheroexperience .hero-container .plaintext p, .subcategoryheroexperience .hero-container .text p {
        font-family: "Roboto Light", Helvetica, Arial, sans-serif;
        font-size: 18px;
        font-size: 1.8rem;
        line-height: 1.66667;
        font-weight: 300; }
        @media (min-width: 30em) {
          .subcategoryheroexperience .hero-container .plaintext p, .subcategoryheroexperience .hero-container .text p {
            font-size: 21px;
            font-size: 2.1rem;
            line-height: 1.57143; } }
        @media (min-width: 80em) {
          .subcategoryheroexperience .hero-container .plaintext p, .subcategoryheroexperience .hero-container .text p {
            font-size: 24px;
            font-size: 2.4rem;
            line-height: 1.5; } }
    .subcategoryheroexperience .hero-container .calltoaction {
      display: inline-block;
      margin-right: 5px;
      margin-left: 5px;
      margin-top: 10px;
      -webkit-font-smoothing: antialiased; }
      .subcategoryheroexperience .hero-container .calltoaction a {
        padding: 2.4rem 5rem 2.2rem 5rem;
        border-radius: 0;
        font-size: 1.5rem;
        border: 2px solid #ffffff;
        letter-spacing: 2px;
        text-align: center;
        color: #ffffff;
        background: none;
        -webkit-transition: color 0.7s ease;
        transition: color 0.7s ease; }
        .subcategoryheroexperience .hero-container .calltoaction a:hover {
          color: #2d2926;
          background-color: #ffffff;
          border: 2px solid #ffffff;
          -webkit-transition: color 0.7s ease;
          transition: color 0.7s ease; }
        @media (max-width: 767px) {
          .subcategoryheroexperience .hero-container .calltoaction a {
            padding: 1.9rem 3rem 1.6rem 3rem; } }
        @media (min-width: 768px) and (max-width: 1023px) {
          .subcategoryheroexperience .hero-container .calltoaction a {
            padding: 1.8rem 3rem 1.6rem 3rem; } }
    .subcategoryheroexperience .hero-container-content {
      display: table-cell;
      padding-top: 5rem;
      position: relative;
      padding-bottom: 0rem;
      vertical-align: middle; }
      @media (min-width: 768px) {
        .subcategoryheroexperience .hero-container-content {
          padding-top: 110px;
          padding-bottom: 6rem; } }
      @media (min-width: 65em) {
        .subcategoryheroexperience .hero-container-content {
          padding-top: 120px;
          padding-bottom: 8rem; } }
      @media (min-width: 80em) {
        .subcategoryheroexperience .hero-container-content {
          padding-top: 105px;
          padding-bottom: 7rem; } }
  .subcategoryheroexperience .hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    background: #071D49;
    opacity: 0.3; }

.countrycardexperience {
  background: #f5f5f5;
  width: 100%;
  height: auto;
  padding-top: 40px;
  padding-bottom: 40px;
  padding-left: 20px;
  padding-right: 20px;
  font-family: "Roboto Regular", Helvetica, Arial, sans-serif; }
  @media (min-width: 1024px) {
    .countrycardexperience {
      padding-top: 60px;
      padding-bottom: 60px; } }
  .countrycardexperience__card {
    margin-right: auto;
    margin-left: auto;
    padding-left: 20px;
    padding-right: 20px;
    max-width: 1310px;
    width: auto;
    padding-top: 20px;
    padding-bottom: 20px;
    position: relative;
    z-index: 2;
    background: #ffffff; }
    @media (min-width: 1024px) {
      .countrycardexperience__card {
        padding-top: 80px;
        padding-bottom: 80px; } }
    .countrycardexperience__card__container {
      width: 66.6%;
      margin-left: auto;
      margin-right: auto; }
      @media (max-width: 767px) {
        .countrycardexperience__card__container {
          width: 100%; } }
      .countrycardexperience__card__container header h1 {
        border-bottom: 1px solid #e1e1e1;
        padding-bottom: 15px;
        margin-bottom: 45px;
        font-size: 24px;
        font-size: 2.4rem;
        line-height: 1.25; }
        @media (min-width: 30em) {
          .countrycardexperience__card__container header h1 {
            font-size: 25px;
            font-size: 2.5rem;
            line-height: 1.4;
            margin-bottom: 50px; } }
        @media (min-width: 80em) {
          .countrycardexperience__card__container header h1 {
            font-size: 30px;
            font-size: 3rem;
            line-height: 1.33333; } }
      .countrycardexperience__card__container .text {
        color: #000; }
        .countrycardexperience__card__container .text h1, .countrycardexperience__card__container .text h2, .countrycardexperience__card__container .text h3, .countrycardexperience__card__container .text h4, .countrycardexperience__card__container .text p {
          line-height: 30px; }
      .countrycardexperience__card__container .col-md-6 h2 {
        font-size: 2rem;
        line-height: 1.8;
        margin-top: 0; }
        @media (max-width: 767px) {
          .countrycardexperience__card__container .col-md-6 h2 {
            font-size: 1.6rem;
            line-height: 1.5;
            margin-bottom: 7.5px; } }
      .countrycardexperience__card__container .col-md-6 .address1 p {
        color: #000; }
      .countrycardexperience__card__container .col-md-6 .address2 {
        margin-top: 20px; }
      .countrycardexperience__card__container .col-md-6:first-of-type p {
        font-size: 16px;
        font-size: 1.6rem;
        line-height: 1.5;
        color: #071D49; }
        @media (min-width: 30em) {
          .countrycardexperience__card__container .col-md-6:first-of-type p {
            font-size: 18px;
            font-size: 1.8rem;
            line-height: 1.66667; } }
        @media (min-width: 80em) {
          .countrycardexperience__card__container .col-md-6:first-of-type p {
            font-size: 2rem;
            line-height: 1.8; } }
      .countrycardexperience__card__container .col-md-6 p {
        font-size: 16px;
        font-size: 1.6rem;
        line-height: 1.5;
        color: #777777;
        margin-bottom: 10px; }
        @media (min-width: 30em) {
          .countrycardexperience__card__container .col-md-6 p {
            font-size: 18px;
            font-size: 1.8rem;
            line-height: 1.66667; } }
        @media (min-width: 80em) {
          .countrycardexperience__card__container .col-md-6 p {
            font-size: 2rem;
            line-height: 1.8; } }
        .countrycardexperience__card__container .col-md-6 p:first-of-type {
          font-size: 16px;
          font-size: 1.6rem;
          line-height: 1.5;
          color: #071D49; }
          @media (min-width: 30em) {
            .countrycardexperience__card__container .col-md-6 p:first-of-type {
              font-size: 18px;
              font-size: 1.8rem;
              line-height: 1.66667; } }
          @media (min-width: 80em) {
            .countrycardexperience__card__container .col-md-6 p:first-of-type {
              font-size: 2rem;
              line-height: 1.8; } }
      .countrycardexperience__card__container .col-md-6 a {
        text-decoration: none;
        background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #ffffff), color-stop(50%, #2f9ece));
        background: linear-gradient(to bottom, #ffffff 50%, #2f9ece 50%);
        background-size: 2px 2px;
        background-repeat: repeat-x;
        background-position: 0 89%;
        text-shadow: 0.03em 0 #ffffff, -0.03em 0 #ffffff, 0 0.03em #ffffff, 0 -0.03em #ffffff, 0.06em 0 #ffffff, -0.06em 0 #ffffff, 0.09em 0 #ffffff, -0.09em 0 #ffffff, 0.12em 0 #ffffff, -0.12em 0 #ffffff, 0.15em 0 #ffffff, -0.15em 0 #ffffff;
        -webkit-transition: color 0.1s ease;
        transition: color 0.1s ease;
        color: #777777; }
        .countrycardexperience__card__container .col-md-6 a:hover {
          color: #2f9ece;
          background-position: 0 150%, 100% 150%, 0 150%;
          text-decoration: none; }

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 102;
  width: 100%;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
  will-change: transform;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  font-family: "Roboto Regular", Helvetica, Arial, sans-serif;
  -webkit-box-shadow: 0 -4px 8px rgba(100, 100, 100, 0.8);
          box-shadow: 0 -4px 8px rgba(100, 100, 100, 0.8); }
  .site-header.in-author {
    position: relative; }
  .site-header__top {
    height: 50px;
    background: #071d49;
    color: #fff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    z-index: 3;
    overflow: hidden; }
    .site-header__top__container {
      padding: 0 20px !important; }
      .site-header__top__container > div {
        display: block;
        float: left; }
        .site-header__top__container > div.site-header__secondary-navigation {
          float: right; }
  .site-header .site-header__bottom__container {
    width: 100%;
    max-width: 1400px;
    margin: 0 auto; }
    .site-header .site-header__bottom__container > div {
      display: inline-block; }
  .site-header__container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 20px;
    padding-right: 20px;
    max-width: 1400px;
    width: auto;
    position: relative; }
    @media (max-width: 1023px) {
      .site-header__container {
        padding-right: 0;
        padding-left: 0; } }
  .site-header__country-selector-toggle {
    position: relative;
    float: left; }
  .site-header__country-selector {
    text-align: left;
    background: #0d173b;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #fff;
    position: fixed;
    top: 50px;
    left: 0;
    z-index: 2;
    width: 100%;
    height: 0;
    padding: 0;
    overflow: hidden;
    pointer-events: none;
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 0;
    height: 0;
    -webkit-transition: opacity 0s 0.3s, height 0.3s ease-in-out;
    transition: opacity 0s 0.3s, height 0.3s ease-in-out;
    will-change: opacity, transform; }
    .site-header__country-selector .scrollable {
      margin-right: auto;
      margin-left: auto;
      max-width: 1310px;
      width: auto;
      padding: 4rem 5px; }
      @media (max-width: 767px) {
        .site-header__country-selector .scrollable {
          padding-top: 3rem; } }
      @media (min-width: 80em) {
        .site-header__country-selector .scrollable {
          padding-top: 8rem; } }
    .site-header__country-selector__section {
      display: block;
      padding-bottom: 5rem;
      padding-right: 1rem; }
      @media (max-width: 767px) {
        .site-header__country-selector__section {
          width: 100%;
          padding-bottom: 3rem; }
          .site-header__country-selector__section.accord-open > svg {
            -webkit-transform: rotate(180deg);
                    transform: rotate(180deg); } }
      .site-header__country-selector__section .icon-chevron-country-selector {
        display: none; }
        .site-header__country-selector__section .icon-chevron-country-selector path {
          fill: #ffffff; }
        @media (max-width: 767px) {
          .site-header__country-selector__section .icon-chevron-country-selector {
            display: inline-block;
            width: 10px;
            height: 10px;
            margin-left: 10px; } }
      .site-header__country-selector__section .h1, .site-header__country-selector__section .h2, .site-header__country-selector__section .h3, .site-header__country-selector__section .h4, .site-header__country-selector__section .h5, .site-header__country-selector__section .h6, .site-header__country-selector__section h1, .site-header__country-selector__section h2, .site-header__country-selector__section h3, .site-header__country-selector__section h4, .site-header__country-selector__section h5, .site-header__country-selector__section h6 {
        color: #fff; }
      .site-header__country-selector__section h3 {
        margin-top: 0;
        font-size: 2.2rem;
        margin-bottom: 1.5rem;
        line-height: 1.4;
        font-family: "Roboto Regular", Helvetica, Arial, sans-serif; }
        @media (max-width: 767px) {
          .site-header__country-selector__section h3 {
            display: inline;
            font-size: 1.8rem;
            line-height: 1.6; } }
      .site-header__country-selector__section ul {
        margin-bottom: 0;
        list-style: none;
        padding: 0; }
        @media (max-width: 767px) {
          .site-header__country-selector__section ul {
            display: none;
            padding-left: 2.5rem;
            margin-top: 10px; } }
        .site-header__country-selector__section ul li {
          padding-right: 12px;
          margin-bottom: 1rem;
          font-size: 1.5rem;
          line-height: 1.5; }
          @media (max-width: 767px) {
            .site-header__country-selector__section ul li {
              padding-right: 0;
              font-size: 1.6rem; } }
          @media (min-width: 48em) {
            .site-header__country-selector__section ul li {
              padding-right: 2rem; } }
          .site-header__country-selector__section ul li a {
            text-decoration: none;
            display: inline-block;
            color: #8e9eb4;
            -webkit-transition: color 0.3s ease;
            transition: color 0.3s ease; }
            .site-header__country-selector__section ul li a:hover {
              color: #2f9ece;
              text-decoration: underline; }
          .site-header__country-selector__section ul li.multilingual .multilingual__languages {
            display: inline-block; }
          .site-header__country-selector__section ul li.multilingual .multilingual__country-name {
            margin-right: 1.5rem; }
          .site-header__country-selector__section ul li.multilingual .multilingual__separator {
            margin: 0 1rem;
            color: #8e9eb4; }
      @media (min-width: 1024px) {
        .site-header__country-selector__section.is-two-columns ul {
          -webkit-column-count: 2;
          -moz-column-count: 2;
               column-count: 2;
          -moz-column-fill: balance;
          width: auto; }
          .site-header__country-selector__section.is-two-columns ul li {
            width: 99%;
            float: left; } }
      @media (min-width: 768px) and (max-width: 1023px) {
        .site-header__country-selector__section.is-two-columns ul {
          -webkit-column-count: 2;
          -moz-column-count: 2;
               column-count: 2;
          -moz-column-fill: balance;
          width: auto; }
          .site-header__country-selector__section.is-two-columns ul li {
            width: 99%;
            float: left; } }
  .site-header__secondary-navigation {
    float: right; }
    .site-header__secondary-navigation ul {
      margin: 14px -14px;
      z-index: 10; }
      .site-header__secondary-navigation ul li {
        font-size: 12px;
        font-size: 1.2rem;
        line-height: 2;
        padding: 0 2px; }
        @media (min-width: 80em) {
          .site-header__secondary-navigation ul li {
            font-size: 14px;
            font-size: 1.4rem;
            line-height: 1.71429; } }
        .site-header__secondary-navigation ul li a {
          color: #ffffff;
          padding: 0;
          margin-right: 34px; }
          .site-header__secondary-navigation ul li a:after {
            background: #ffffff; }
        .site-header__secondary-navigation ul li:last-child a {
          margin-right: 20px; }
  .site-header__bottom {
    padding: 3rem 0;
    position: relative;
    z-index: 2;
    height: 110px; }
    @media (max-width: 767px) {
      .site-header__bottom {
        padding: 0;
        height: 60px;
        overflow: hidden; } }
    @media (min-width: 768px) and (max-width: 1023px) {
      .site-header__bottom {
        padding: 0;
        height: 60px;
        overflow: hidden; } }
    .site-header__bottom__container {
      position: relative;
      z-index: 2; }
    .site-header__bottom:before {
      content: "";
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      z-index: 1;
      width: 100%;
      height: 100%;
      background: #fcfcfc;
      border-bottom: 1px solid #eaeaea;
      opacity: 0;
      -webkit-transition: opacity 0.2s linear;
      transition: opacity 0.2s linear;
      will-change: opacity; }
  .site-header .bottom-white:before {
    opacity: 1; }
  .site-header .bottom-white .site-header__centered {
    display: none; }
  .site-header .bottom-scrolled .navbar-nav li a {
    color: #071D49;
    background-color: inherit; }
    .site-header .bottom-scrolled .navbar-nav li a:after {
      background: #2f9ece; }
  .site-header .bottom-scrolled:before {
    opacity: 1; }
  .site-header .bottom-scrolled .icon-search path {
    fill: #071D49; }
  .site-header .bottom-scrolled .navbar-header .icon-bar {
    background: #4a4a4a; }
  .site-header .bottom-scrolled .navbar-header .toggle-nav {
    color: #4a4a4a; }
  .site-header__logo {
    float: left;
    width: 20%;
    text-align: left;
    margin-left: -10px;
    height: 40px; }
    .site-header__logo a {
      display: block; }
    .site-header__logo svg {
      width: 100px;
      margin-top: 10px;
      fill: #071d49;
      overflow: visible; }
      @media (max-width: 1023px) {
        .site-header__logo svg {
          margin-top: 10px; } }
      @media (min-width: 1024px) {
        .site-header__logo svg {
          width: 120px;
          margin-top: 0; } }
      @media (min-width: 80em) {
        .site-header__logo svg {
          width: 150px;
          margin-top: 0; } }
    @media (min-width: 768px) and (max-width: 1023px) {
      .site-header__logo {
        position: relative;
        z-index: 2; } }
    @media (max-width: 1023px) {
      .site-header__logo {
        padding-left: 17px; } }
  .site-header__centered {
    float: left;
    position: relative;
    width: 100%;
    text-align: center;
    display: block;
    height: 60px;
    padding-top: 6px; }
    @media (max-width: 767px) {
      .site-header__centered {
        left: 0;
        right: auto;
        width: 100%; } }
    @media (min-width: 768px) and (max-width: 1023px) {
      .site-header__centered {
        left: 0;
        right: auto;
        width: 100%; } }
  .site-header__navigation-primary {
    display: block;
    float: left;
    margin: 0 auto;
    visibility: visible;
    opacity: 1;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
    will-change: opacity;
    width: 80%;
    position: relative; }
    @media (max-width: 767px) {
      .site-header__navigation-primary {
        height: 100%; } }
    .site-header__navigation-primary > div:first-of-type {
      float: left;
      width: 92%;
      width: calc(100% - 50px); }
      @media (max-width: 1023px) {
        .site-header__navigation-primary > div:first-of-type {
          width: 100%;
          height: 96vh; } }
    .site-header__navigation-primary .px-div {
      position: fixed;
      bottom: 0px;
      height: 1px;
      width: 100%;
      z-index: 5; }
      @media (min-width: 1024px) {
        .site-header__navigation-primary .px-div {
          display: none; } }
    .site-header__navigation-primary ul.navbar-nav {
      text-align: left;
      margin-top: 15px;
      font-size: 18px;
      font-size: 1.8rem;
      line-height: 1.11111; }
      @media (min-width: 768px) and (max-width: 1023px) {
        .site-header__navigation-primary ul.navbar-nav {
          margin-top: 15px; } }
      @media (min-width: 1024px) {
        .site-header__navigation-primary ul.navbar-nav {
          margin: -29px -15px 0; } }
      .site-header__navigation-primary ul.navbar-nav li {
        margin: 0 15px;
        font-size: 15px;
        line-height: 20px;
        position: relative;
        color: #071D49;
        float: left; }
        @media (min-width: 80em) {
          .site-header__navigation-primary ul.navbar-nav li {
            font-size: 18px;
            line-height: 20px; } }
        @media (max-width: 1023px) {
          .site-header__navigation-primary ul.navbar-nav li {
            display: block;
            width: 100%;
            float: left; } }
        @media (min-width: 768px) and (max-width: 1023px) {
          .site-header__navigation-primary ul.navbar-nav li {
            width: 100%; } }
        @media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
          .site-header__navigation-primary ul.navbar-nav li {
            margin: 0 9px; } }
        .site-header__navigation-primary ul.navbar-nav li a {
          color: #ffffff;
          padding-bottom: 4.4rem;
          z-index: 2;
          display: block;
          padding: 4rem 1rem 5rem;
          position: relative;
          text-decoration: none;
          float: left;
          outline: none;
          white-space: normal;
          font-weight: 300;
          font-family: "Roboto Light", Helvetica, Arial, sans-serif; }
          .site-header__navigation-primary ul.navbar-nav li a:hover {
            background: transparent;
            text-decoration: none; }
            .site-header__navigation-primary ul.navbar-nav li a:hover:after {
              -webkit-transform: scale(1, 1);
                      transform: scale(1, 1); }
          .site-header__navigation-primary ul.navbar-nav li a:after {
            display: block;
            content: "";
            position: absolute;
            left: 10px;
            right: 10px;
            top: 60px;
            z-index: -1;
            height: 1px;
            -webkit-transform: scale(0, 1);
                    transform: scale(0, 1);
            -webkit-transition: -webkit-transform 300ms ease;
            transition: -webkit-transform 300ms ease;
            transition: transform 300ms ease;
            transition: transform 300ms ease, -webkit-transform 300ms ease;
            -webkit-transform-origin: center center;
                    transform-origin: center center;
            background: #ffffff; }
          @media (max-width: 767px) {
            .site-header__navigation-primary ul.navbar-nav li a {
              color: #000;
              padding: 1rem 1rem 2rem; } }
          @media (min-width: 768px) and (max-width: 1023px) {
            .site-header__navigation-primary ul.navbar-nav li a {
              color: #000;
              padding: 1rem 1rem 2rem; } }
        .site-header__navigation-primary ul.navbar-nav li .icon-chevron-primary-navigation {
          width: 10px;
          height: 10px;
          margin-left: 10px;
          -webkit-transition: -webkit-transform 300ms ease;
          transition: -webkit-transform 300ms ease;
          transition: transform 300ms ease;
          transition: transform 300ms ease, -webkit-transform 300ms ease;
          display: inline-block; }
          @media (min-width: 1024px) {
            .site-header__navigation-primary ul.navbar-nav li .icon-chevron-primary-navigation {
              display: none;
              position: absolute;
              left: 100%;
              margin-left: -24px;
              top: 11px;
              -webkit-transform: rotate(-90deg);
                      transform: rotate(-90deg); } }
        .site-header__navigation-primary ul.navbar-nav li li a .icon-chevron-primary-navigation {
          display: inline-block; }
          @media (min-width: 1024px) {
            .site-header__navigation-primary ul.navbar-nav li li a .icon-chevron-primary-navigation {
              display: none; } }
        .site-header__navigation-primary ul.navbar-nav li > a:hover .dropdown-menu {
          display: block; }
        .site-header__navigation-primary ul.navbar-nav li.open > a .icon-chevron-primary-navigation {
          -webkit-transform: rotate(180deg);
                  transform: rotate(180deg); }
        .site-header__navigation-primary ul.navbar-nav li.active > a {
          background: transparent; }
          .site-header__navigation-primary ul.navbar-nav li.active > a:after {
            display: block;
            content: "";
            position: absolute;
            left: 10px;
            right: 35px;
            top: 60px;
            z-index: -1;
            height: 1px;
            -webkit-transform: scale(1, 1);
                    transform: scale(1, 1);
            -webkit-transition: -webkit-transform 300ms ease;
            transition: -webkit-transform 300ms ease;
            transition: transform 300ms ease;
            transition: transform 300ms ease, -webkit-transform 300ms ease;
            -webkit-transform-origin: center center;
                    transform-origin: center center;
            background: #2f9ece;
            top: auto; }
            @media (min-width: 1024px) {
              .site-header__navigation-primary ul.navbar-nav li.active > a:after {
                right: 10px; } }
        .site-header__navigation-primary ul.navbar-nav li .sub-menu {
          background: #fcfcfc;
          -webkit-font-smoothing: subpixel-antialiased;
          -moz-osx-font-smoothing: auto;
          position: absolute;
          top: 111px;
          left: -20px;
          z-index: 1;
          padding: 2rem 0;
          -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.17);
                  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.17);
          border-radius: 0 0 3px 3px;
          width: 100%;
          min-width: 300px;
          opacity: 1;
          -webkit-transform: translateY(-10px);
                  transform: translateY(-10px);
          -webkit-transition: opacity 0.2s ease, -webkit-transform 0.4s ease;
          transition: opacity 0.2s ease, -webkit-transform 0.4s ease;
          transition: opacity 0.2s ease, transform 0.4s ease;
          transition: opacity 0.2s ease, transform 0.4s ease, -webkit-transform 0.4s ease;
          will-change: opacity, transform;
          border-radius: 0 0 3px 3px; }
          @media (min-width: 1024px) {
            .site-header__navigation-primary ul.navbar-nav li .sub-menu.mobile-category-item {
              display: none; } }
          .site-header__navigation-primary ul.navbar-nav li .sub-menu li {
            padding: 0 3rem 0 2rem;
            font-size: 14px;
            font-size: 1.4rem;
            line-height: 1.14286;
            margin-bottom: 10px;
            margin-left: 0;
            margin-right: 0;
            float: left;
            width: 100%;
            clear: both; }
            @media (max-width: 767px) {
              .site-header__navigation-primary ul.navbar-nav li .sub-menu li {
                padding-right: 20px;
                padding-left: 0;
                margin-left: -11px; } }
            .site-header__navigation-primary ul.navbar-nav li .sub-menu li .sub-menu {
              background-color: #fcfcfc;
              list-style-type: none;
              z-index: 3; }
              @media (min-width: 1024px) {
                .site-header__navigation-primary ul.navbar-nav li .sub-menu li .sub-menu {
                  position: absolute;
                  top: -13px;
                  left: 100%; }
                  .site-header__navigation-primary ul.navbar-nav li .sub-menu li .sub-menu.to-right {
                    left: auto;
                    right: 100%; } }
            .site-header__navigation-primary ul.navbar-nav li .sub-menu li a {
              padding: 0.5rem 1rem;
              color: #071D49;
              display: inline-block;
              position: relative;
              text-decoration: none; }
              .site-header__navigation-primary ul.navbar-nav li .sub-menu li a:after {
                top: auto;
                background: #2f9ece; }
            .site-header__navigation-primary ul.navbar-nav li .sub-menu li.mobile-category-item {
              display: none; }
              @media (max-width: 1023px) {
                .site-header__navigation-primary ul.navbar-nav li .sub-menu li.mobile-category-item {
                  display: block; } }
            .site-header__navigation-primary ul.navbar-nav li .sub-menu li.active a {
              background: transparent; }
              .site-header__navigation-primary ul.navbar-nav li .sub-menu li.active a:after {
                display: block;
                content: "";
                position: absolute;
                left: 10px;
                right: 10px;
                top: 60px;
                z-index: -1;
                height: 1px;
                -webkit-transition: -webkit-transform 300ms ease;
                transition: -webkit-transform 300ms ease;
                transition: transform 300ms ease;
                transition: transform 300ms ease, -webkit-transform 300ms ease;
                -webkit-transform-origin: center center;
                        transform-origin: center center;
                background: #2f9ece;
                top: auto; }
            .site-header__navigation-primary ul.navbar-nav li .sub-menu li > li .active a:after {
              -webkit-transform: scale(1, 1);
                      transform: scale(1, 1); }
          @media (max-width: 767px) {
            .site-header__navigation-primary ul.navbar-nav li .sub-menu {
              background: none;
              -webkit-font-smoothing: subpixel-antialiased;
              -moz-osx-font-smoothing: auto;
              position: relative;
              top: 6px;
              left: 0;
              z-index: 1;
              -webkit-box-shadow: 0 0 0;
                      box-shadow: 0 0 0;
              border-radius: 0 0 3px 3px;
              width: 100%;
              min-width: 300px;
              border-radius: 0;
              border: 0;
              padding: 12px 0 5px 35px;
              float: left; } }
          @media (min-width: 768px) and (max-width: 1023px) {
            .site-header__navigation-primary ul.navbar-nav li .sub-menu {
              background: none;
              -webkit-font-smoothing: subpixel-antialiased;
              -moz-osx-font-smoothing: auto;
              position: relative;
              top: 0;
              left: 0;
              z-index: 1;
              -webkit-box-shadow: 0 0 0;
                      box-shadow: 0 0 0;
              border-radius: 0 0 3px 3px;
              width: 100%;
              min-width: 300px;
              border-radius: 0;
              border: 0;
              padding: 12px 0 5px 25px;
              float: left; } }
        .site-header__navigation-primary ul.navbar-nav li > a:hover .sub-menu {
          display: block; }
        @media (max-width: 767px) {
          .site-header__navigation-primary ul.navbar-nav li.primary-accord-open ul {
            display: block; }
          .site-header__navigation-primary ul.navbar-nav li.primary-accord-open .icon-chevron-primary-navigation {
            -webkit-transform: rotate(180deg);
                    transform: rotate(180deg); } }
        @media (min-width: 768px) and (max-width: 1023px) {
          .site-header__navigation-primary ul.navbar-nav li.primary-accord-open ul {
            display: block; }
          .site-header__navigation-primary ul.navbar-nav li.primary-accord-open .icon-chevron-primary-navigation {
            -webkit-transform: rotate(180deg);
                    transform: rotate(180deg); } }
      @media (min-width: 1024px) {
        .site-header__navigation-primary ul.navbar-nav > li > .sub-menu.to-right {
          left: auto;
          right: -20px; } }
      .site-header__navigation-primary ul.navbar-nav > li > .icon-chevron-primary-navigation {
        display: none; }
      @media (min-width: 1024px) {
        .site-header__navigation-primary ul.navbar-nav > li li > .icon-chevron-primary-navigation {
          display: inline-block; } }
      @media (min-width: 768px) and (max-width: 1023px) {
        .site-header__navigation-primary ul.navbar-nav > li li > .icon-chevron-primary-navigation {
          display: none; } }
      @media (max-width: 767px) {
        .site-header__navigation-primary ul.navbar-nav > li li > .icon-chevron-primary-navigation {
          display: none; } }
      .site-header__navigation-primary ul.navbar-nav .utility-mobile-links {
        float: left;
        width: 100%; }
        .site-header__navigation-primary ul.navbar-nav .utility-mobile-links ul {
          padding: 0;
          margin: 0; }
          .site-header__navigation-primary ul.navbar-nav .utility-mobile-links ul li {
            float: left;
            width: 100%;
            font-size: 14px;
            font-size: 1.4rem;
            line-height: 1.42857;
            color: #716a64; }
            .site-header__navigation-primary ul.navbar-nav .utility-mobile-links ul li a {
              color: #716a64; }
    .site-header__navigation-primary .navbar-toggle {
      background-color: transparent;
      margin-right: 7px;
      z-index: 10;
      margin-top: 10px; }
      .site-header__navigation-primary .navbar-toggle.collapsed {
        margin-right: 0;
        margin-top: 5px; }
      @media (max-width: 767px) {
        .site-header__navigation-primary .navbar-toggle .icon-bar {
          width: 24px;
          height: 2px;
          border-radius: 1px;
          display: inherit;
          background: #4a4a4a; } }
      @media (min-width: 768px) and (max-width: 1023px) {
        .site-header__navigation-primary .navbar-toggle .icon-bar {
          width: 24px;
          height: 2px;
          border-radius: 1px;
          display: inherit;
          background: #4a4a4a; } }
    .site-header__navigation-primary.bottom-scrolled .navbar-toggle {
      background-color: transparent; }
      @media (max-width: 767px) {
        .site-header__navigation-primary.bottom-scrolled .navbar-toggle .icon-bar {
          width: 24px;
          height: 2px;
          border-radius: 1px;
          display: inherit;
          background: #4a4a4a; } }
      @media (min-width: 768px) and (max-width: 1023px) {
        .site-header__navigation-primary.bottom-scrolled .navbar-toggle .icon-bar {
          width: 24px;
          height: 2px;
          border-radius: 1px;
          display: inherit;
          background: #4a4a4a; } }
    @media (min-width: 768px) and (max-width: 1023px) {
      .site-header__navigation-primary .navbar-header {
        float: right;
        width: 100%; } }
    .site-header__navigation-primary .navbar-header .toggle-nav {
      display: none;
      -webkit-transition: opacity 0.3s ease;
      transition: opacity 0.3s ease; }
      @media (max-width: 767px) {
        .site-header__navigation-primary .navbar-header .toggle-nav {
          float: right;
          display: inline-block;
          filter: alpha(opacity=100);
          -moz-opacity: 1;
          -khtml-opacity: 1;
          opacity: 1;
          margin-top: 13px;
          margin-right: 4px;
          font-size: 1.6rem; } }
      @media (min-width: 768px) and (max-width: 1023px) {
        .site-header__navigation-primary .navbar-header .toggle-nav {
          float: right;
          display: inline-block;
          margin-top: 16px;
          opacity: 1; } }
    @media (min-width: 768px) and (max-width: 1023px) {
      .site-header__navigation-primary .navbar-toggle {
        display: block; } }
    @media (max-width: 767px) {
      .site-header__navigation-primary .primarynavigation .collapse {
        height: 1000px;
        background: #fcfcfc;
        margin-left: -20px;
        margin-right: -20px; } }
    @media (min-width: 768px) and (max-width: 1023px) {
      .site-header__navigation-primary .primarynavigation .collapse {
        height: 1000px !important;
        background: #fcfcfc;
        margin-left: -20px;
        margin-right: -20px;
        display: none !important; } }
    .site-header__navigation-primary .primarynavigation .collapse.in {
      font-size: 18px;
      font-size: 1.8rem;
      line-height: 1.11111; }
      .site-header__navigation-primary .primarynavigation .collapse.in .dropdown-toggle {
        font-size: 18px;
        font-size: 1.8rem;
        line-height: 1.11111; }
      .site-header__navigation-primary .primarynavigation .collapse.in .dropdown-menu.sub-menu li a {
        font-size: 16px;
        font-size: 1.6rem;
        line-height: 1.25; }
        .site-header__navigation-primary .primarynavigation .collapse.in .dropdown-menu.sub-menu li a:active {
          outline: 0;
          text-decoration: none;
          color: #2f9ece; }
      @media (min-width: 768px) and (max-width: 1023px) {
        .site-header__navigation-primary .primarynavigation .collapse.in {
          display: block !important; } }
    .site-header__navigation-primary .primarynavigation .collapsing .nav {
      display: none; }
    .site-header__navigation-primary .primarynavigation .collapse.in {
      overflow: scroll;
      height: 92vh;
      padding-bottom: 90px; }
      .site-header__navigation-primary .primarynavigation .collapse.in .nav {
        display: block;
        overflow-y: scroll;
        overflow-x: hidden;
        height: 90%;
        padding-bottom: 90px; }
      .site-header__navigation-primary .primarynavigation .collapse.in .site-header__mobile-search {
        background-color: #fff; }
    @media (max-width: 1023px) {
      .site-header__navigation-primary .primarynavigation .subpage-link:not(.active) a.dropdown-toggle:hover {
        border: none; }
        .site-header__navigation-primary .primarynavigation .subpage-link:not(.active) a.dropdown-toggle:hover:after {
          display: none; } }
  .site-header .country-selector-toggle__btn {
    height: 100%;
    max-height: 50px;
    display: block;
    padding: 1.5rem 4.5rem 1.5rem 3rem;
    margin-left: -3rem;
    background: transparent;
    border-radius: 0;
    border: none;
    position: relative;
    z-index: 2;
    color: #ffffff;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 2; }
    @media (min-width: 80em) {
      .site-header .country-selector-toggle__btn {
        font-size: 16px;
        font-size: 1.6rem;
        line-height: 1.625; } }
    .site-header .country-selector-toggle__btn .country-selector-toggle__btn__separator,
    .site-header .country-selector-toggle__btn .selector-text {
      display: block;
      float: left; }
    .site-header .country-selector-toggle__btn .country-selector-toggle__btn__separator {
      margin-top: 8px;
      font-size: 2rem;
      line-height: 1rem;
      margin: 10px 8px 0; }
    @media (min-width: 1024px) {
      .site-header .country-selector-toggle__btn:hover {
        background-color: #0d173b; } }
    .site-header .country-selector-toggle__btn__icon {
      width: 10px;
      height: 9px;
      color: #ffffff;
      position: absolute;
      top: 50%;
      right: 20px;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%);
      -webkit-transform-origin: top center;
              transform-origin: top center;
      margin-top: 2px; }
    .site-header .country-selector-toggle__btn > svg {
      width: 10px;
      height: 9px;
      color: #ffffff;
      position: absolute;
      top: 50%;
      right: 20px;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%);
      -webkit-transform-origin: top center;
              transform-origin: top center;
      margin-top: 2px; }
    .site-header .country-selector-toggle__btn .icon-chevron path {
      fill: #ffffff; }
  .site-header .icon-search path {
    fill: #ffffff; }

.country-selector-active {
  overflow: hidden; }
  .country-selector-active .country-selector {
    pointer-events: inherit;
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    opacity: 1;
    -webkit-transition: opacity 0s 0s, height 0.3s ease-in-out;
    transition: opacity 0s 0s, height 0.3s ease-in-out;
    height: 100%;
    height: calc(100vh - 50px); }
    .country-selector-active .country-selector .scrollable {
      overflow: hidden; }
      @media (max-width: 767px) {
        .country-selector-active .country-selector .scrollable {
          overflow: scroll;
          height: calc(100vh - 50px); } }
    .country-selector-active .country-selector .country-selector-toggle__btn {
      background-color: #0d173b; }
      .country-selector-active .country-selector .country-selector-toggle__btn > svg {
        -webkit-transform: rotate(-180deg) translateY(-50%);
                transform: rotate(-180deg) translateY(-50%); }

.primary-nav-active {
  overflow: hidden;
  height: 108vh; }
  .primary-nav-active .site-header {
    -webkit-transform: translateY(-50px);
            transform: translateY(-50px); }
  .primary-nav-active.scrolled-active .site-header {
    -webkit-transform: translateY(-50px) !important;
            transform: translateY(-50px) !important; }
  .primary-nav-active .site-header__bottom {
    background-color: #fff; }
    .primary-nav-active .site-header__bottom .site-header__logo svg {
      fill: #071d49; }
  @media (max-width: 767px) {
    .primary-nav-active .navbar-header {
      border-bottom: 1px solid #e4e4e4; }
      .primary-nav-active .navbar-header .icon-bar {
        -webkit-transform-origin: left center;
                transform-origin: left center;
        -webkit-transition: opacity 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
        transition: opacity 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
        transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
        transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
        will-change: transform, opacity;
        background: #4a4a4a !important; }
        .primary-nav-active .navbar-header .icon-bar:nth-child(1) {
          -webkit-transform: rotate(45deg);
                  transform: rotate(45deg); }
        .primary-nav-active .navbar-header .icon-bar:nth-child(2) {
          opacity: 0;
          display: none; }
        .primary-nav-active .navbar-header .icon-bar:nth-child(3) {
          -webkit-transform: rotate(-45deg);
                  transform: rotate(-45deg);
          margin-top: 14px; } }
  @media (min-width: 768px) and (max-width: 1023px) {
    .primary-nav-active .navbar-header {
      border-bottom: 1px solid #e4e4e4; }
      .primary-nav-active .navbar-header .icon-bar {
        -webkit-transform-origin: left center;
                transform-origin: left center;
        -webkit-transition: opacity 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
        transition: opacity 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
        transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
        transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
        will-change: transform, opacity;
        background: #4a4a4a !important; }
        .primary-nav-active .navbar-header .icon-bar:nth-child(1) {
          -webkit-transform: rotate(45deg);
                  transform: rotate(45deg); }
        .primary-nav-active .navbar-header .icon-bar:nth-child(2) {
          opacity: 0;
          display: none; }
        .primary-nav-active .navbar-header .icon-bar:nth-child(3) {
          -webkit-transform: rotate(-45deg);
                  transform: rotate(-45deg);
          margin-top: 14px; } }
  .primary-nav-active .navbar-header .toggle-nav {
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0; }
  .primary-nav-active .site-header__bottom {
    overflow: visible; }
  .primary-nav-active .site-header__centered {
    height: auto; }
  .primary-nav-active .site-header__navigation-primary {
    width: 100%;
    float: left; }
    .primary-nav-active .site-header__navigation-primary .navbar-header {
      margin-top: -49px; }
  .primary-nav-active .site-header__search {
    display: block;
    position: absolute;
    bottom: 30px;
    left: 0;
    width: 100%;
    height: 120px; }
    @media (max-width: 1023px) {
      .primary-nav-active .site-header__search {
        background: #fff;
        z-index: 3; } }
  .primary-nav-active .site-header__search-container {
    display: block !important; }
    .primary-nav-active .site-header__search-container .site-header__actions {
      display: none; }
    .primary-nav-active .site-header__search-container .site-header__mobile-search__form__toggle__btn {
      display: none; }
    .primary-nav-active .site-header__search-container .site-header__mobile-search .site-header__mobile-search__toggle {
      display: block; }

.scrolled-active .site-header {
  -webkit-transform: translateY(-50px);
          transform: translateY(-50px); }
  @media (max-width: 1023px) {
    .scrolled-active .site-header {
      -webkit-transform: translateY(-110px);
              transform: translateY(-110px); } }
  .scrolled-active .site-header.is-homepage .site-header__logo svg {
    fill: #071d49; }

.scrolled-active.scrolling-up .site-header {
  -webkit-transform: translateY(0);
          transform: translateY(0); }
  @media (min-width: 30em) {
    .scrolled-active.scrolling-up .site-header {
      -webkit-transform: translateY(0px);
              transform: translateY(0px); } }
  @media (max-width: 767px) {
    .scrolled-active.scrolling-up .site-header {
      -webkit-transform: translateY(-50px);
              transform: translateY(-50px); } }

.fill-heading {
  height: 160px;
  background-color: #fff; }
  @media (max-width: 1023px) {
    .fill-heading {
      height: 110px; } }

.is-homepage .site-header__navigation-primary ul.navbar-nav li .sub-menu {
  border-radius: 3px; }
  .is-homepage .site-header__navigation-primary ul.navbar-nav li .sub-menu::before:before {
    content: "";
    display: block;
    position: absolute;
    top: 1px;
    left: 30px;
    z-index: 1;
    width: 0;
    height: 0;
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
    border: solid transparent;
    border-color: rgba(213, 17, 17, 0);
    border-bottom-color: #fcfcfc;
    border-width: 20px; }

.country-selector-active .site-header__top {
  overflow: visible; }

.site-header.is-homepage .site-header__logo svg {
  fill: #fff; }

.site-header.is-homepage .toggle-nav {
  color: #fff; }

.site-header.is-homepage .icon-bar {
  width: 24px;
  height: 2px;
  border-radius: 1px;
  display: inherit;
  background: #fff; }

.site-header.is-homepage ul.navbar-nav > li > .sub-menu:before {
  content: '';
  display: block;
  position: absolute;
  top: 1px;
  left: 30px;
  z-index: 1;
  width: 0;
  height: 0;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  border: solid transparent;
  border-color: rgba(213, 17, 17, 0);
  border-bottom-color: #fcfcfc;
  border-width: 20px; }

.site-header.is-homepage ul.navbar-nav > li > .sub-menu.to-right:before {
  left: auto;
  right: 30px; }

.search-is-active .site-header__logo svg {
  fill: #071d49; }

.search-is-active .site-header.is-homepage .site-header__logo svg {
  fill: #071d49; }

.scrolled-active .site-header__navigation-primary ul.navbar-nav li .sub-menu:before {
  display: none; }

.primary-nav-active .site-header__navigation-primary {
  background: #fcfcfc; }

.in-author.site-header.is-homepage .site-header__logo svg {
  fill: #071d49; }

.in-author.site-header.is-homepage .toggle-nav {
  color: #071d49; }

.in-author.site-header.is-homepage .icon-bar {
  width: 24px;
  height: 2px;
  border-radius: 1px;
  display: inherit;
  background: #071d49; }

.in-author.site-header.is-homepage .site-header__navigation-primary ul.navbar-nav li a {
  color: #071D49; }

.searchinputfield {
  text-align: center;
  float: right;
  display: block;
  width: 100%;
  margin-top: -25px; }
  .searchinputfield .form-group .icon-search path {
    fill: #000; }
  .searchinputfield .site-header__mobile-search__toggle {
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    opacity: 1; }

@media (max-width: 767px) {
  .searchinputfield .site-header__mobile-search__toggle {
    display: block; } }

@media (min-width: 768px) and (max-width: 1023px) {
  .searchinputfield .site-header__mobile-search__toggle {
    display: block; } }

.site-header__search {
  display: block;
  width: 50px;
  float: right;
  height: 50px;
  overflow: hidden;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease; }
  @media (max-width: 1023px) {
    .site-header__search {
      display: none; } }
  .site-header__search .site-header__mobile-search__toggle__btn:hover {
    text-decoration: none; }

.site-header {
  text-align: center;
  clear: both; }
  @media (max-width: 767px) {
    .site-header {
      text-align: left; } }
  @media (min-width: 768px) and (max-width: 1023px) {
    .site-header {
      text-align: left; } }
  .site-header .searchinputfield {
    width: 100%;
    height: 100%;
    margin-top: 0; }
  .site-header .site-header__search {
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    right: -15px;
    position: absolute; }
    .site-header .site-header__search.search-active {
      overflow: visible; }
      .site-header .site-header__search.search-active .site-header__search-toggle {
        overflow: visible; }
        .site-header .site-header__search.search-active .site-header__search-toggle a.btn {
          margin-right: 8px; }
          .site-header .site-header__search.search-active .site-header__search-toggle a.btn:hover svg {
            opacity: 1; }
          .site-header .site-header__search.search-active .site-header__search-toggle a.btn.btn-search-close {
            right: -15px;
            position: absolute;
            margin-right: 0; }
            .site-header .site-header__search.search-active .site-header__search-toggle a.btn.btn-search-close:hover svg {
              opacity: 0.6; }
  .site-header .site-header__search-toggle {
    overflow: hidden; }
    .site-header .site-header__search-toggle a.btn {
      float: left;
      width: 50px;
      display: block;
      margin-top: 1px;
      color: #071D49; }
      .site-header .site-header__search-toggle a.btn svg {
        -webkit-transition: opacity 0.3s ease;
        transition: opacity 0.3s ease; }
      .site-header .site-header__search-toggle a.btn:hover svg {
        opacity: 0.6; }
    .site-header .site-header__search-toggle form {
      float: left;
      width: 80%;
      display: block; }
      .site-header .site-header__search-toggle form input {
        border: none;
        width: 100%;
        background-color: transparent;
        outline: none;
        font-size: 27px !important;
        font-size: 2.7rem !important;
        line-height: 1.5 !important; }
        .site-header .site-header__search-toggle form input::-moz-placeholder {
          font-size: 14px;
          font-size: 1.4rem;
          opacity: 0.5; }
        .site-header .site-header__search-toggle form input:-ms-input-placeholder, .site-header .site-header__search-toggle form input::-webkit-input-placeholder {
          font-size: 14px;
          font-size: 1.4rem;
          opacity: 0.5; }
        .site-header .site-header__search-toggle form input:-ms-input-placeholder {
          color: #b9b9b9; }
        .site-header .site-header__search-toggle form input::-webkit-input-placeholder {
          font-size: 14px;
          font-size: 1.4rem;
          opacity: 0.5; }
        .site-header .site-header__search-toggle form input::-moz-placeholder {
          font-size: 14px;
          font-size: 1.4rem;
          opacity: 0.5; }
        .site-header .site-header__search-toggle form input::-ms-input-placeholder {
          font-size: 14px;
          font-size: 1.4rem;
          opacity: 0.5; }
        .site-header .site-header__search-toggle form input::placeholder {
          font-size: 14px;
          font-size: 1.4rem;
          opacity: 0.5; }
    .site-header .site-header__search-toggle a.btn-search-close {
      float: right;
      width: 50px;
      display: block; }
  .site-header .site-header__search-input {
    width: 625px;
    margin: 0 auto;
    padding-top: 3px;
    -webkit-transform: translateX(30px);
            transform: translateX(30px);
    -webkit-transition: -webkit-transform 0.4s ease;
    transition: -webkit-transform 0.4s ease;
    transition: transform 0.4s ease;
    transition: transform 0.4s ease, -webkit-transform 0.4s ease;
    will-change: transform;
    display: inline-block; }
    @media (max-width: 767px) {
      .site-header .site-header__search-input {
        width: 100%;
        -webkit-transform: translateX(0px);
                transform: translateX(0px);
        text-align: left;
        width: 100%;
        height: 90%;
        background: #fff;
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        overflow: hidden;
        z-index: 10;
        height: 1000px;
        margin-top: 61px;
        -webkit-transform: translateY(0px);
                transform: translateY(0px);
        opacity: 1; } }
    @media (min-width: 768px) and (max-width: 1023px) {
      .site-header .site-header__search-input {
        width: 100%;
        -webkit-transform: translateX(0px);
                transform: translateX(0px);
        text-align: left;
        width: 100%;
        height: 90%;
        background: #fff;
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        overflow: hidden;
        z-index: 10;
        height: 1000px;
        margin-top: 61px;
        -webkit-transform: translateY(0px);
                transform: translateY(0px);
        opacity: 1; } }
  .site-header .site-header__search-input.inactive {
    display: none; }
    @media (max-width: 767px) {
      .site-header .site-header__search-input.inactive {
        display: block;
        -webkit-transform: translateY(300px);
                transform: translateY(300px);
        opacity: 0;
        height: 10px; } }
    @media (min-width: 768px) and (max-width: 1023px) {
      .site-header .site-header__search-input.inactive {
        display: block;
        -webkit-transform: translateY(300px);
                transform: translateY(300px);
        opacity: 0;
        height: 10px; } }
  .site-header .site-header__search-container {
    display: block;
    width: 100%;
    height: 100%;
    margin-top: -40px;
    padding-top: 40px;
    padding-bottom: 100px; }
    @media (max-width: 1023px) {
      .site-header .site-header__search-container {
        display: none; } }
    .site-header .site-header__search-container > div {
      width: 100%;
      height: 100%; }
    .site-header .site-header__search-container .search-form input {
      width: 100%;
      padding: 0px;
      border: none;
      margin: -0.0625em 0px 0px;
      outline: none;
      text-indent: 48px;
      font-size: 3.2rem;
      line-height: 1.5;
      padding-left: 50px;
      padding-right: 10px;
      position: relative;
      top: -15px;
      height: 37px;
      background: none; }
      .site-header .site-header__search-container .search-form input::-webkit-input-placeholder, .site-header .site-header__search-container .search-form input::-webkit-input-placeholder {
        font-size: 14px;
        font-size: 1.4rem;
        text-align: center;
        opacity: 0.5; }
      .site-header .site-header__search-container .search-form input::placeholder, .site-header .site-header__search-container .search-form input::-webkit-input-placeholder {
        font-size: 14px;
        font-size: 1.4rem;
        text-align: center;
        opacity: 0.5; }
      @media (min-width: 30em) {
        .site-header .site-header__search-container .search-form input {
          padding-left: 15px;
          margin-top: 100px; } }
      @media (min-width: 80em) {
        .site-header .site-header__search-container .search-form input {
          padding-left: 15px;
          margin-top: 100px; } }
    .site-header .site-header__search-container .input-icon {
      position: absolute;
      top: -4px;
      left: 25px; }
      @media (max-width: 767px) {
        .site-header .site-header__search-container .input-icon {
          left: 25px;
          top: 92px; } }
      @media (min-width: 768px) and (max-width: 1023px) {
        .site-header .site-header__search-container .input-icon {
          left: 25px;
          top: 92px; } }
  .site-header .site-header__actions {
    display: block;
    float: left;
    width: 100%;
    position: relative; }
    .site-header .site-header__actions .btn-search-close {
      display: none; }
      @media (max-width: 767px) {
        .site-header .site-header__actions .btn-search-close {
          display: none !important; } }
      @media (min-width: 768px) and (max-width: 1023px) {
        .site-header .site-header__actions .btn-search-close {
          display: none !important; } }
    .site-header .site-header__actions .btn-search-open.active {
      -webkit-transform: translateX(-1000%);
              transform: translateX(-1000%);
      pointer-events: none;
      opacity: 0 !important;
      -webkit-transition: opacity 0.3s ease, -webkit-transform 0.6s ease;
      transition: opacity 0.3s ease, -webkit-transform 0.6s ease;
      transition: opacity 0.3s ease, transform 0.6s ease;
      transition: opacity 0.3s ease, transform 0.6s ease, -webkit-transform 0.6s ease;
      will-change: opacity, transform;
      -webkit-box-shadow: inset 0 0px 0px;
              box-shadow: inset 0 0px 0px; }
    .site-header .site-header__actions .btn-search-open {
      -webkit-transition: opacity 0.3s ease, -webkit-transform 0.6s ease;
      transition: opacity 0.3s ease, -webkit-transform 0.6s ease;
      transition: opacity 0.3s ease, transform 0.6s ease;
      transition: opacity 0.3s ease, transform 0.6s ease, -webkit-transform 0.6s ease;
      will-change: opacity, transform;
      -webkit-transform: translateX(0);
              transform: translateX(0); }
      @media (max-width: 767px) {
        .site-header .site-header__actions .btn-search-open {
          display: none !important; } }
      @media (min-width: 768px) and (max-width: 1023px) {
        .site-header .site-header__actions .btn-search-open {
          display: none !important; } }
  .site-header .site-header__mobile-search {
    position: absolute;
    left: 0;
    bottom: 60px;
    z-index: 1;
    width: 100%;
    cursor: pointer;
    opacity: 1;
    padding-left: 12px;
    will-change: opacity;
    padding-right: 12px;
    visibility: hidden;
    text-align: left; }
    .site-header .site-header__mobile-search__toggle {
      height: 60px;
      border-top: 1px solid #dcdcdc;
      padding-top: 10px; }
      .site-header .site-header__mobile-search__toggle__btn {
        color: #071D49;
        width: 100%;
        text-align: left;
        padding: 10px; }
        .site-header .site-header__mobile-search__toggle__btn .icon {
          position: relative;
          top: 6px; }
        .site-header .site-header__mobile-search__toggle__btn .btn-label {
          font-size: 1.8rem;
          line-height: 1.88889;
          margin-left: 8px;
          opacity: 1;
          pointer-events: inherit;
          -webkit-transition: opacity 0.3s ease;
          transition: opacity 0.3s ease;
          will-change: opacity;
          color: #2d2926; }
        .site-header .site-header__mobile-search__toggle__btn:focus {
          text-decoration: none; }
      @media (max-width: 767px) {
        .site-header .site-header__mobile-search__toggle {
          display: none; } }
      @media (min-width: 768px) and (max-width: 1023px) {
        .site-header .site-header__mobile-search__toggle {
          display: none; } }
    .site-header .site-header__mobile-search__form__toggle__btn {
      width: 88%;
      position: absolute;
      top: 100px;
      z-index: 100;
      text-align: center;
      display: none; }
      .site-header .site-header__mobile-search__form__toggle__btn .icon {
        -webkit-transform: rotate(180deg);
                transform: rotate(180deg); }
      @media (max-width: 767px) {
        .site-header .site-header__mobile-search__form__toggle__btn {
          display: block; } }
      @media (min-width: 768px) and (max-width: 1023px) {
        .site-header .site-header__mobile-search__form__toggle__btn {
          display: block; } }
    @media (max-width: 767px) {
      .site-header .site-header__mobile-search {
        visibility: visible; } }
    @media (min-width: 768px) and (max-width: 1023px) {
      .site-header .site-header__mobile-search {
        visibility: visible; } }
  .site-header .mobile-search-slider {
    display: none; }
  .site-header .site-header__search.active {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    height: 100%;
    z-index: 3;
    background-color: #fff; }
    .site-header .site-header__search.active .site-header__mobile-search__toggle {
      opacity: 0; }
    .site-header .site-header__search.active .site-header__mobile-search {
      top: 0;
      height: auto;
      bottom: unset; }
    .site-header .site-header__search.active .mobile-close-btn {
      position: absolute;
      right: 20px;
      top: 18px; }
    .site-header .site-header__search.active .mobile-search-slider {
      display: block;
      padding: 20px 0; }
      .site-header .site-header__search.active .mobile-search-slider .close-container {
        width: 100%;
        text-align: center; }
      .site-header .site-header__search.active .mobile-search-slider .close-search-slider {
        background: transparent;
        border: none;
        -webkit-transform: rotate(180deg);
                transform: rotate(180deg); }
        .site-header .site-header__search.active .mobile-search-slider .close-search-slider:after {
          content: "";
          display: table;
          clear: both;
          width: 100%;
          float: left; }
        .site-header .site-header__search.active .mobile-search-slider .close-search-slider svg {
          fill: #071D49;
          width: 14px;
          height: 14px; }
        .site-header .site-header__search.active .mobile-search-slider .close-search-slider:hover svg {
          fill: #2f9ece; }
      .site-header .site-header__search.active .mobile-search-slider .icon-search {
        float: left;
        width: 24px;
        margin-top: 16px;
        margin-right: 20px;
        fill: #2f9ece; }
        .site-header .site-header__search.active .mobile-search-slider .icon-search svg {
          fill: #2f9ece; }
          .site-header .site-header__search.active .mobile-search-slider .icon-search svg path {
            fill: #2f9ece; }
      .site-header .site-header__search.active .mobile-search-slider form {
        float: left;
        width: 80%; }
      .site-header .site-header__search.active .mobile-search-slider input {
        border: none;
        width: 100%;
        background-color: transparent;
        margin-top: 10px;
        outline: none;
        font-size: 24px;
        font-size: 2.4rem;
        color: #071D49; }
        .site-header .site-header__search.active .mobile-search-slider input::-webkit-input-placeholder, .site-header .site-header__search.active .mobile-search-slider input::-webkit-input-placeholder {
          font-size: 14px;
          font-size: 1.4rem;
          opacity: 0.5; }
        .site-header .site-header__search.active .mobile-search-slider input::placeholder, .site-header .site-header__search.active .mobile-search-slider input::-webkit-input-placeholder {
          font-size: 14px;
          font-size: 1.4rem;
          opacity: 0.5; }

.btn:focus {
  outline: 0 !important;
  -webkit-box-shadow: inset 0 0px 0px;
          box-shadow: inset 0 0px 0px; }

.btn:active {
  -webkit-box-shadow: inset 0 0px 0px;
          box-shadow: inset 0 0px 0px;
  outline: 0 !important; }

.primary-nav-active .site-header__search.active {
  bottom: -5px;
  border-top: 1px solid #dcdcdc; }
  .primary-nav-active .site-header__search.active .site-header__mobile-search__toggle {
    display: none; }
  .primary-nav-active .site-header__search.active .site-header__mobile-search {
    padding-left: 0;
    padding-right: 0; }
    .primary-nav-active .site-header__search.active .site-header__mobile-search .site-header__mobile-search__container {
      padding-left: 20px;
      padding-right: 20px; }

.imagefigure {
  padding-top: 80px;
  padding-bottom: 80px; }
  .imagefigure .module__image__content {
    margin-right: auto;
    margin-left: auto;
    padding-left: 20px;
    padding-right: 20px;
    max-width: 1310px;
    margin-top: 20px;
    width: auto;
    margin-bottom: 20px; }
    .imagefigure .module__image__content__img {
      text-align: center; }
      .imagefigure .module__image__content__img img {
        width: 66.6667%; }
        @media (max-width: 767px) {
          .imagefigure .module__image__content__img img {
            width: 100%; } }
    .imagefigure .module__image__content__caption-wrap {
      padding-top: 25px;
      margin-left: auto;
      margin-right: auto;
      width: 66.67%;
      float: none; }
      @media (max-width: 767px) {
        .imagefigure .module__image__content__caption-wrap {
          width: 100%;
          float: left; } }
      .imagefigure .module__image__content__caption-wrap p {
        font-size: 1.5rem;
        line-height: 1.53333;
        color: #555555; }
        @media (max-width: 767px) {
          .imagefigure .module__image__content__caption-wrap p {
            font-size: 1.2rem; } }

.article-content .col-md-12 .imagefigure {
  float: left;
  width: 100%;
  padding-top: 0; }
  .article-content .col-md-12 .imagefigure .module__image__content {
    margin-right: auto;
    margin-left: auto;
    padding-left: 0;
    padding-right: 0;
    max-width: 1310px;
    width: 100%; }
    .article-content .col-md-12 .imagefigure .module__image__content__img {
      text-align: center; }
    .article-content .col-md-12 .imagefigure .module__image__content.variation-size-well .image, .article-content .col-md-12 .imagefigure .module__image__content.variation-size-well .text {
      width: 100%;
      margin-bottom: 0; }
      @media (min-width: 480px) and (max-width: 767px) {
        .article-content .col-md-12 .imagefigure .module__image__content.variation-size-well .image, .article-content .col-md-12 .imagefigure .module__image__content.variation-size-well .text {
          width: 83.3333%; } }
      @media (min-width: 768px) {
        .article-content .col-md-12 .imagefigure .module__image__content.variation-size-well .image, .article-content .col-md-12 .imagefigure .module__image__content.variation-size-well .text {
          width: 66.6667%; } }
      .article-content .col-md-12 .imagefigure .module__image__content.variation-size-well .image img, .article-content .col-md-12 .imagefigure .module__image__content.variation-size-well .text img {
        width: 100%; }
    .article-content .col-md-12 .imagefigure .module__image__content .image {
      margin-bottom: 0; }
      .article-content .col-md-12 .imagefigure .module__image__content .image img {
        width: auto; }
    .article-content .col-md-12 .imagefigure .module__image__content__caption-wrap {
      padding-top: 15px;
      width: 100%;
      float: left; }
      @media (max-width: 767px) {
        .article-content .col-md-12 .imagefigure .module__image__content__caption-wrap {
          width: 100%;
          float: left; } }
      .article-content .col-md-12 .imagefigure .module__image__content__caption-wrap p {
        font-size: 1.5rem;
        line-height: 1.53333;
        color: #555555; }
        @media (max-width: 767px) {
          .article-content .col-md-12 .imagefigure .module__image__content__caption-wrap p {
            font-size: 1.2rem; } }
      .article-content .col-md-12 .imagefigure .module__image__content__caption-wrap .text {
        margin-bottom: 0; }
        .article-content .col-md-12 .imagefigure .module__image__content__caption-wrap .text:last-child {
          margin-bottom: 0; }

.main-content div.twocolumnpromorowexperience {
  background-color: #F3F4F6;
  color: #071D49;
  height: auto;
  text-align: center;
  width: 100%;
  float: left; }
  .main-content div.twocolumnpromorowexperience .promo {
    float: left;
    width: 100%;
    padding: 0;
    position: relative;
    overflow: hidden; }
  @media (max-width: 80em) {
    .main-content div.twocolumnpromorowexperience {
      min-height: 0; } }
  .main-content div.twocolumnpromorowexperience .row {
    margin-left: 0;
    margin-right: 0;
    height: 140vh;
    overflow: hidden; }
    @media (max-width: 767px) {
      .main-content div.twocolumnpromorowexperience .row {
        height: auto;
        max-height: none; } }
    @media (min-width: 80em) {
      .main-content div.twocolumnpromorowexperience .row {
        height: auto; } }
    @media (min-height: 40em) and (min-width: 48em) {
      .main-content div.twocolumnpromorowexperience .row {
        height: auto; } }
    @media (min-height: 40em) and (min-width: 48em) and (min-width: 60em) {
      .main-content div.twocolumnpromorowexperience .row {
        height: auto; } }
    .main-content div.twocolumnpromorowexperience .row > div {
      padding-left: 0;
      font-family: "Roboto Regular", Helvetica, Arial, sans-serif;
      font-size: 16px;
      font-size: 1.6rem;
      line-height: 1.5;
      display: table;
      float: left; }
      @media (min-width: 30em) {
        .main-content div.twocolumnpromorowexperience .row > div {
          font-size: 18px;
          font-size: 1.8rem;
          line-height: 1.66667;
          width: 100%;
          padding-right: 0; } }
      @media (min-width: 48em) {
        .main-content div.twocolumnpromorowexperience .row > div {
          padding-left: 0;
          width: 50%;
          float: left; } }
      @media (min-width: 80em) {
        .main-content div.twocolumnpromorowexperience .row > div {
          padding-left: 0;
          width: 50%; } }
      .main-content div.twocolumnpromorowexperience .row > div:first-of-type {
        display: block; }
    .main-content div.twocolumnpromorowexperience .row .col-md-6 {
      overflow: hidden;
      height: auto;
      float: right;
      position: relative; }
      @media (max-width: 767px) {
        .main-content div.twocolumnpromorowexperience .row .col-md-6 {
          height: auto;
          display: block;
          width: 100%;
          padding: 0;
          margin: 0;
          float: left; } }
      .main-content div.twocolumnpromorowexperience .row .col-md-6:first-of-type {
        position: absolute;
        height: 100%;
        width: 50%; }
        @media (max-width: 767px) {
          .main-content div.twocolumnpromorowexperience .row .col-md-6:first-of-type {
            position: relative;
            width: 100%; } }
        .main-content div.twocolumnpromorowexperience .row .col-md-6:first-of-type .parsys {
          padding: 0;
          display: block; }
        .main-content div.twocolumnpromorowexperience .row .col-md-6:first-of-type > div {
          display: block; }
      .main-content div.twocolumnpromorowexperience .row .col-md-6 .parsys {
        position: relative;
        display: table-cell;
        vertical-align: middle;
        -webkit-font-smoothing: antialiased;
        padding: 6rem 0;
        height: 100%; }
        @media (max-width: 767px) {
          .main-content div.twocolumnpromorowexperience .row .col-md-6 .parsys {
            display: block;
            width: 100%;
            float: left;
            height: auto; } }
        @media (min-width: 80em) {
          .main-content div.twocolumnpromorowexperience .row .col-md-6 .parsys .text {
            max-width: 400px;
            margin: 0 auto; } }
      .main-content div.twocolumnpromorowexperience .row .col-md-6 > div {
        display: table;
        width: 100%;
        height: 100%; }
        @media (min-width: 960px) {
          .main-content div.twocolumnpromorowexperience .row .col-md-6 > div {
            height: 100%; } }
        @media (max-width: 767px) {
          .main-content div.twocolumnpromorowexperience .row .col-md-6 > div {
            height: auto;
            height: auto;
            display: block;
            width: 100%;
            padding: 0;
            margin: 0;
            float: left; } }
  .main-content div.twocolumnpromorowexperience .image {
    margin-top: 0;
    position: relative;
    width: 100%;
    height: auto;
    margin-bottom: 0; }
    .main-content div.twocolumnpromorowexperience .image .image-container {
      height: 100%; }
    .main-content div.twocolumnpromorowexperience .image img {
      width: 100%;
      -o-object-fit: cover;
         object-fit: cover;
      -o-object-position: 50% 50%;
         object-position: 50% 50%;
      max-height: none !important;
      margin-top: 0;
      height: auto;
      position: relative; }
    @media (min-width: 30em) {
      .main-content div.twocolumnpromorowexperience .image {
        position: relative;
        width: 100%;
        height: 100%; }
        .main-content div.twocolumnpromorowexperience .image img {
          width: 100%;
          height: 100%;
          -o-object-fit: cover;
             object-fit: cover;
          -o-object-position: 50% 50%;
             object-position: 50% 50%;
          position: relative;
          top: 0;
          left: 0;
          z-index: 1; } }
    @media (max-width: 767px) {
      .main-content div.twocolumnpromorowexperience .image {
        height: auto; } }
  .main-content div.twocolumnpromorowexperience .contentfragment h3 {
    text-align: center;
    padding-left: 4rem;
    padding-right: 4rem; }
    @media (max-width: 767px) {
      .main-content div.twocolumnpromorowexperience .contentfragment h3 {
        margin-top: 6rem;
        padding-left: 5rem;
        padding-right: 5rem; } }
    @media (min-width: 768px) {
      .main-content div.twocolumnpromorowexperience .contentfragment h3 {
        text-align: center;
        padding-top: 6rem;
        padding-left: 4rem;
        padding-right: 4rem; } }
    @media (min-width: 960px) {
      .main-content div.twocolumnpromorowexperience .contentfragment h3 {
        text-align: center;
        padding-left: 4rem;
        padding-right: 4rem; } }
    @media (min-width: 80em) {
      .main-content div.twocolumnpromorowexperience .contentfragment h3 {
        text-align: center;
        padding-left: 4rem;
        padding-right: 4rem;
        margin: 0 auto;
        margin-bottom: 3rem;
        max-width: 400px; } }
  .main-content div.twocolumnpromorowexperience .heading {
    margin-top: 0;
    text-align: center;
    padding: 0 4rem; }
    @media (max-width: 767px) {
      .main-content div.twocolumnpromorowexperience .heading {
        margin-top: 6rem;
        padding: 0 5rem; } }
    @media (min-width: 768px) {
      .main-content div.twocolumnpromorowexperience .heading {
        text-align: center;
        padding: 6rem 4rem 0; } }
    @media (min-width: 960px) {
      .main-content div.twocolumnpromorowexperience .heading {
        text-align: center;
        padding: 0 4rem; } }
    @media (min-width: 80em) {
      .main-content div.twocolumnpromorowexperience .heading {
        text-align: center;
        padding: 0 4rem;
        margin: 0 auto;
        margin-bottom: 3rem;
        max-width: 400px; } }
  .main-content div.twocolumnpromorowexperience .heading h3, .main-content div.twocolumnpromorowexperience .contentfragment h3 {
    font-family: "Roboto Regular", Helvetica, Arial, sans-serif;
    font-size: 34px;
    font-size: 3.4rem;
    line-height: 1.17647; }
    @media (min-width: 30em) {
      .main-content div.twocolumnpromorowexperience .heading h3, .main-content div.twocolumnpromorowexperience .contentfragment h3 {
        font-family: "Roboto Regular", Helvetica, Arial, sans-serif;
        font-size: 42px;
        font-size: 4.2rem;
        line-height: 1.2381; } }
    @media (min-width: 80em) {
      .main-content div.twocolumnpromorowexperience .heading h3, .main-content div.twocolumnpromorowexperience .contentfragment h3 {
        font-size: 50px;
        font-size: 5rem;
        line-height: 1.3; } }
  .main-content div.twocolumnpromorowexperience .text, .main-content div.twocolumnpromorowexperience .plaintext, .main-content div.twocolumnpromorowexperience .contentfragment {
    padding: 4rem 4rem 0;
    position: relative;
    margin-top: 3rem; }
    @media (max-width: 48em) {
      .main-content div.twocolumnpromorowexperience .text, .main-content div.twocolumnpromorowexperience .plaintext, .main-content div.twocolumnpromorowexperience .contentfragment {
        margin-top: 2rem;
        margin-bottom: 6rem;
        padding: 3rem 2rem 0; } }
    @media (max-width: 959px) {
      .main-content div.twocolumnpromorowexperience .text, .main-content div.twocolumnpromorowexperience .plaintext, .main-content div.twocolumnpromorowexperience .contentfragment {
        padding-bottom: 6rem;
        padding-right: 3rem;
        padding-left: 3rem; } }
    @media (max-width: 767px) {
      .main-content div.twocolumnpromorowexperience .text, .main-content div.twocolumnpromorowexperience .plaintext, .main-content div.twocolumnpromorowexperience .contentfragment {
        padding-bottom: 2rem;
        margin-bottom: 3rem;
        padding-right: 4rem;
        padding-left: 4rem; } }
    @media (min-width: 960px) {
      .main-content div.twocolumnpromorowexperience .text, .main-content div.twocolumnpromorowexperience .plaintext, .main-content div.twocolumnpromorowexperience .contentfragment {
        padding: 4rem 3rem 0; } }
    @media (min-width: 80em) {
      .main-content div.twocolumnpromorowexperience .text, .main-content div.twocolumnpromorowexperience .plaintext, .main-content div.twocolumnpromorowexperience .contentfragment {
        padding: 4rem 0 0; } }
    .main-content div.twocolumnpromorowexperience .text::before, .main-content div.twocolumnpromorowexperience .plaintext::before, .main-content div.twocolumnpromorowexperience .contentfragment::before {
      background: #071d49;
      content: '';
      display: block;
      position: absolute;
      top: 0;
      left: 50%;
      width: 40px;
      height: 1px;
      -webkit-transform: translateX(-50%);
              transform: translateX(-50%); }
      @media (min-width: 48em) {
        .main-content div.twocolumnpromorowexperience .text::before, .main-content div.twocolumnpromorowexperience .plaintext::before, .main-content div.twocolumnpromorowexperience .contentfragment::before {
          width: 80px; } }
    .main-content div.twocolumnpromorowexperience .text p, .main-content div.twocolumnpromorowexperience .plaintext p, .main-content div.twocolumnpromorowexperience .contentfragment p {
      font-family: "Roboto Light", Helvetica, Arial, sans-serif;
      font-weight: 300;
      font-size: 16px;
      font-size: 1.6rem;
      line-height: 1.5; }
      @media (min-width: 30em) {
        .main-content div.twocolumnpromorowexperience .text p, .main-content div.twocolumnpromorowexperience .plaintext p, .main-content div.twocolumnpromorowexperience .contentfragment p {
          font-size: 18px;
          font-size: 1.8rem;
          line-height: 1.66667; } }
      @media (min-width: 80em) {
        .main-content div.twocolumnpromorowexperience .text p, .main-content div.twocolumnpromorowexperience .plaintext p, .main-content div.twocolumnpromorowexperience .contentfragment p {
          font-size: 20px;
          font-size: 2rem;
          line-height: 1.8; } }
      .main-content div.twocolumnpromorowexperience .text p a, .main-content div.twocolumnpromorowexperience .plaintext p a, .main-content div.twocolumnpromorowexperience .contentfragment p a {
        color: #071d49;
        text-decoration: none;
        background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, transparent), color-stop(50%, #071d49));
        background: linear-gradient(to bottom, transparent 50%, #071d49 50%);
        background-size: 2px 2px;
        background-repeat: repeat-x;
        background-position: 0 100%;
        -webkit-transition: color 0.1s ease;
        transition: color 0.1s ease;
        text-decoration: none; }
        .main-content div.twocolumnpromorowexperience .text p a:hover, .main-content div.twocolumnpromorowexperience .plaintext p a:hover, .main-content div.twocolumnpromorowexperience .contentfragment p a:hover {
          color: #2f9ece;
          background-position: 0 150%, 100% 150%, 0 150%;
          text-decoration: none; }
  .main-content div.twocolumnpromorowexperience .btn {
    background: none;
    border: 1px solid #fff;
    color: #ffffff;
    -webkit-transition: -webkit-transform 0.4s ease;
    transition: -webkit-transform 0.4s ease;
    transition: transform 0.4s ease;
    transition: transform 0.4s ease, -webkit-transform 0.4s ease;
    position: relative;
    bottom: 20px;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    border-radius: 0; }
    .main-content div.twocolumnpromorowexperience .btn:hover {
      -webkit-transform: translate(-50%, -20px);
              transform: translate(-50%, -20px);
      -webkit-transition: -webkit-transform 0.4s ease;
      transition: -webkit-transform 0.4s ease;
      transition: transform 0.4s ease;
      transition: transform 0.4s ease, -webkit-transform 0.4s ease; }

@media (min-width: 80em) {
  .main-content.in-author div.twocolumnpromorowexperience {
    height: 900px;
    min-height: 900px; } }

.in-author div.twocolumnpromorowexperience {
  height: 900px;
  overflow: hidden;
  float: left;
  width: 100%;
  position: relative;
  min-height: 0;
  min-height: 400px; }
  .in-author div.twocolumnpromorowexperience .image {
    height: 720px;
    max-height: 720px;
    overflow: hidden;
    margin-bottom: 0; }
  .in-author div.twocolumnpromorowexperience .heading {
    margin-top: 120px; }
  @media (max-width: 80em) {
    .in-author div.twocolumnpromorowexperience {
      min-height: 0; } }
  @media (min-width: 80em) {
    .in-author div.twocolumnpromorowexperience {
      min-height: 0; } }
  .in-author div.twocolumnpromorowexperience .promo {
    padding-top: 55px; }
  .in-author div.twocolumnpromorowexperience .row {
    height: 900px; }
    @media (min-width: 960px) {
      .in-author div.twocolumnpromorowexperience .row {
        height: 900px; } }
    @media (min-width: 80em) {
      .in-author div.twocolumnpromorowexperience .row {
        height: 900px; } }
    .in-author div.twocolumnpromorowexperience .row > div {
      height: 900px;
      display: block; }
      @media (min-width: 48em) {
        .in-author div.twocolumnpromorowexperience .row > div {
          padding-left: 0;
          margin-top: 0;
          width: 50%;
          float: left;
          margin-bottom: -20px;
          height: 900px; } }
      @media (min-width: 80em) {
        .in-author div.twocolumnpromorowexperience .row > div {
          padding-left: 0;
          margin-top: 0;
          width: 50%;
          height: 900px; } }
    .in-author div.twocolumnpromorowexperience .row .parsys {
      display: block; }
    .in-author div.twocolumnpromorowexperience .row .col-md-6 {
      height: 900px;
      display: block; }
      .in-author div.twocolumnpromorowexperience .row .col-md-6 > div {
        height: 900px;
        display: block; }
  .in-author div.twocolumnpromorowexperience .image {
    margin-bottom: 0; }
    @media (min-width: 48em) {
      .in-author div.twocolumnpromorowexperience .image {
        margin-top: -10%;
        position: relative;
        width: 100%;
        height: 900px; }
        .in-author div.twocolumnpromorowexperience .image img {
          max-height: none !important;
          margin-top: 0;
          height: 100%;
          position: relative; } }
    @media (min-width: 80em) {
      .in-author div.twocolumnpromorowexperience .image {
        margin-top: -10%;
        position: relative;
        width: 100%;
        height: 900px; }
        .in-author div.twocolumnpromorowexperience .image img {
          width: 100%;
          height: 100%;
          -o-object-fit: cover;
             object-fit: cover;
          -o-object-position: 50% 50%;
             object-position: 50% 50%;
          position: relative;
          top: 0;
          left: 0;
          z-index: 1; } }
  .in-author div.twocolumnpromorowexperience .text::before, .in-author div.twocolumnpromorowexperience .plaintext::before {
    display: none; }

.additionalresourceslinkexperience hr {
  width: 5000px;
  margin-left: -1000px;
  border-top: 2px solid #eaeaea;
  margin-top: 60px;
  margin-bottom: 60px; }
  @media (min-width: 30em) {
    .additionalresourceslinkexperience hr {
      margin-top: 72px;
      margin-bottom: 72px; } }

.additionalresourceslinkexperience {
  float: left;
  width: 100%;
  background-color: #fff; }

.additional-resources.col-xs-12 {
  font-family: "Roboto Light", Helvetica, Arial, sans-serif;
  font-weight: 300;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.55556;
  width: 50%;
  margin-left: 25%;
  padding: 0; }
  @media (max-width: 767px) {
    .additional-resources.col-xs-12 {
      font-size: 16px;
      font-size: 1.6rem;
      line-height: 1.5;
      width: 90%;
      margin-left: 5%; } }
  @media (min-width: 768px) and (max-width: 1023px) {
    .additional-resources.col-xs-12 {
      font-size: 18px;
      font-size: 1.8rem;
      line-height: 1.66667;
      width: 66.66667%;
      margin-left: 16.66667%; } }
  .additional-resources.col-xs-12 .col-md-6 {
    padding-left: 0; }
    @media (max-width: 767px) {
      .additional-resources.col-xs-12 .col-md-6 {
        padding-right: 8px; } }
    .additional-resources.col-xs-12 .col-md-6 .heading {
      margin-top: 0; }
      @media (max-width: 991px) {
        .additional-resources.col-xs-12 .col-md-6 .heading {
          margin-top: 3rem; } }
    .additional-resources.col-xs-12 .col-md-6:first-of-type .heading {
      margin-top: 0; }
  .additional-resources.col-xs-12 .add-resource-heading {
    min-height: 76px;
    float: left;
    width: 100%; }
    @media (max-width: 991px) {
      .additional-resources.col-xs-12 .add-resource-heading {
        min-height: 0; } }
    .additional-resources.col-xs-12 .add-resource-heading h2, .additional-resources.col-xs-12 .add-resource-heading h3, .additional-resources.col-xs-12 .add-resource-heading h4, .additional-resources.col-xs-12 .add-resource-heading h5, .additional-resources.col-xs-12 .add-resource-heading h6 {
      font-family: "Roboto Bold", Helvetica, Arial, sans-serif;
      font-weight: 700;
      font-size: 16px;
      font-size: 1.6rem;
      line-height: 1.5;
      margin-bottom: 3rem; }
      @media (min-width: 30em) {
        .additional-resources.col-xs-12 .add-resource-heading h2, .additional-resources.col-xs-12 .add-resource-heading h3, .additional-resources.col-xs-12 .add-resource-heading h4, .additional-resources.col-xs-12 .add-resource-heading h5, .additional-resources.col-xs-12 .add-resource-heading h6 {
          font-size: 18px;
          font-size: 1.8rem;
          line-height: 1.66667; } }
      @media (min-width: 60em) {
        .additional-resources.col-xs-12 .add-resource-heading h2, .additional-resources.col-xs-12 .add-resource-heading h3, .additional-resources.col-xs-12 .add-resource-heading h4, .additional-resources.col-xs-12 .add-resource-heading h5, .additional-resources.col-xs-12 .add-resource-heading h6 {
          margin-bottom: 4rem; } }
      @media (min-width: 80em) {
        .additional-resources.col-xs-12 .add-resource-heading h2, .additional-resources.col-xs-12 .add-resource-heading h3, .additional-resources.col-xs-12 .add-resource-heading h4, .additional-resources.col-xs-12 .add-resource-heading h5, .additional-resources.col-xs-12 .add-resource-heading h6 {
          font-size: 20px;
          font-size: 2rem;
          line-height: 1.8; } }
    .additional-resources.col-xs-12 .add-resource-heading .heading h2, .additional-resources.col-xs-12 .add-resource-heading .heading h3, .additional-resources.col-xs-12 .add-resource-heading .heading h4, .additional-resources.col-xs-12 .add-resource-heading .heading h5, .additional-resources.col-xs-12 .add-resource-heading .heading h6 {
      margin-bottom: 3rem;
      font-family: "Roboto Bold", Helvetica, Arial, sans-serif;
      font-weight: 700;
      font-size: 16px;
      font-size: 1.6rem;
      line-height: 1.5;
      margin-top: 0px; }
      @media (min-width: 30em) {
        .additional-resources.col-xs-12 .add-resource-heading .heading h2, .additional-resources.col-xs-12 .add-resource-heading .heading h3, .additional-resources.col-xs-12 .add-resource-heading .heading h4, .additional-resources.col-xs-12 .add-resource-heading .heading h5, .additional-resources.col-xs-12 .add-resource-heading .heading h6 {
          font-size: 18px;
          font-size: 1.8rem;
          line-height: 1.66667; } }
      @media (min-width: 60em) {
        .additional-resources.col-xs-12 .add-resource-heading .heading h2, .additional-resources.col-xs-12 .add-resource-heading .heading h3, .additional-resources.col-xs-12 .add-resource-heading .heading h4, .additional-resources.col-xs-12 .add-resource-heading .heading h5, .additional-resources.col-xs-12 .add-resource-heading .heading h6 {
          margin-bottom: 4rem; } }
      @media (min-width: 80em) {
        .additional-resources.col-xs-12 .add-resource-heading .heading h2, .additional-resources.col-xs-12 .add-resource-heading .heading h3, .additional-resources.col-xs-12 .add-resource-heading .heading h4, .additional-resources.col-xs-12 .add-resource-heading .heading h5, .additional-resources.col-xs-12 .add-resource-heading .heading h6 {
          font-size: 20px;
          font-size: 2rem;
          line-height: 1.8; } }
  .additional-resources.col-xs-12 ul {
    margin: 0;
    padding: 0;
    list-style: none; }
    .additional-resources.col-xs-12 ul li {
      margin-bottom: 10px; }
  .additional-resources.col-xs-12 a {
    color: #071D49;
    text-decoration: none;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #ffffff), color-stop(50%, #2f9ece));
    background: linear-gradient(to bottom, #ffffff 50%, #2f9ece 50%);
    background-size: 2px 2px;
    background-repeat: repeat-x;
    background-position: 0 100%;
    -webkit-transition: color 0.1s ease;
    transition: color 0.1s ease; }
    .additional-resources.col-xs-12 a:hover {
      color: #2f9ece;
      background-position: 0 150%,100% 150%,0 150%;
      text-decoration: none; }

.no-height .additional-resources ul {
  padding-left: 25px; }

.subcategorylinklist {
  font-family: "Roboto Regular", Helvetica, Arial, sans-serif;
  float: left;
  width: 100%; }
  .subcategorylinklist .module__subcat-link {
    background: #ffffff;
    max-width: 100%;
    overflow: hidden; }
    .subcategorylinklist .module__subcat-link .subcategorylistablelink {
      border-bottom: 1px solid #d4d4d4;
      position: relative;
      float: left;
      width: 100%;
      padding-bottom: 60px; }
      @media (max-width: 767px) {
        .subcategorylinklist .module__subcat-link .subcategorylistablelink {
          padding-bottom: 0px;
          border-bottom: 2px solid #d4d4d4; } }
      .subcategorylinklist .module__subcat-link .subcategorylistablelink:before {
        content: '';
        display: block;
        position: absolute;
        top: -1px;
        bottom: -1px;
        left: 0;
        width: 100%;
        z-index: 1;
        opacity: 0;
        -webkit-transition: opacity 0.3s ease-in-out;
        transition: opacity 0.3s ease-in-out;
        background-color: #b4bbc8; }
      .subcategorylinklist .module__subcat-link .subcategorylistablelink.hover:before {
        opacity: 1;
        -webkit-transition: opacity 0.3s ease-in-out;
        transition: opacity 0.3s ease-in-out; }
      .subcategorylinklist .module__subcat-link .subcategorylistablelink.hover .module__subcat-link__item__content__title-wrap h2 {
        color: #fff; }
      .subcategorylinklist .module__subcat-link .subcategorylistablelink.hover .module__subcat-link__item__content__text-wrap p {
        color: #fff; }
      .subcategorylinklist .module__subcat-link .subcategorylistablelink.hover .module__subcat-link__item__content__cta__link > svg {
        -webkit-transform: translateX(10px);
                transform: translateX(10px);
        -webkit-transition: -webkit-transform 0.3s ease;
        transition: -webkit-transform 0.3s ease;
        transition: transform 0.3s ease;
        transition: transform 0.3s ease, -webkit-transform 0.3s ease; }
      .subcategorylinklist .module__subcat-link .subcategorylistablelink.hover .module__subcat-link__item__content__cta__link path {
        fill: #fff; }
    .subcategorylinklist .module__subcat-link__item {
      margin-right: auto;
      margin-left: auto;
      padding-left: 20px;
      padding-right: 20px;
      max-width: 1310px;
      width: auto;
      position: relative;
      z-index: 2;
      padding-top: 60px;
      text-align: center; }
      @media (max-width: 767px) {
        .subcategorylinklist .module__subcat-link__item {
          padding-top: 35px; } }
      .subcategorylinklist .module__subcat-link__item__content a {
        display: block;
        float: left;
        width: 100%;
        height: auto;
        outline: none; }
        @media (max-width: 767px) {
          .subcategorylinklist .module__subcat-link__item__content a {
            padding: 0 0 60px; } }
      .subcategorylinklist .module__subcat-link__item__content__title-wrap {
        width: 25%;
        left: 8.33333%;
        display: block;
        float: left;
        position: relative;
        margin-bottom: 60px;
        padding: 0 15px 0 0; }
        @media (max-width: 767px) {
          .subcategorylinklist .module__subcat-link__item__content__title-wrap {
            width: 100%;
            left: 0;
            margin-bottom: 0;
            padding: 0; } }
        @media (min-width: 30em) {
          .subcategorylinklist .module__subcat-link__item__content__title-wrap {
            padding: 0 15px 0 0; } }
        @media (min-width: 80em) {
          .subcategorylinklist .module__subcat-link__item__content__title-wrap {
            width: 25%;
            padding: 0 15px; } }
        .subcategorylinklist .module__subcat-link__item__content__title-wrap h2 {
          font-family: "Roboto Bold", Helvetica, Arial, sans-serif;
          font-size: 24px;
          font-size: 2.4rem;
          line-height: 1.25;
          color: #071D49;
          text-align: left;
          font-weight: 700; }
          @media (min-width: 30em) {
            .subcategorylinklist .module__subcat-link__item__content__title-wrap h2 {
              font-size: 25px;
              font-size: 2.5rem;
              line-height: 1.4; } }
          @media (min-width: 80em) {
            .subcategorylinklist .module__subcat-link__item__content__title-wrap h2 {
              font-size: 30px;
              font-size: 3rem;
              line-height: 1.33333; } }
      .subcategorylinklist .module__subcat-link__item__content__text-wrap {
        width: 50%;
        left: 8.33333%;
        display: block;
        float: left;
        position: relative;
        margin-top: 18px;
        margin-bottom: 30px; }
        @media (max-width: 767px) {
          .subcategorylinklist .module__subcat-link__item__content__text-wrap {
            width: 100%;
            left: 0;
            margin-bottom: 0; } }
        @media (min-width: 80em) {
          .subcategorylinklist .module__subcat-link__item__content__text-wrap {
            width: 50%;
            padding: 0 20px; } }
      .subcategorylinklist .module__subcat-link__item__content__cta-wrap {
        width: 8.333%;
        left: 8.33%;
        display: block;
        float: left;
        position: relative; }
        @media (max-width: 767px) {
          .subcategorylinklist .module__subcat-link__item__content__cta-wrap {
            width: 100%;
            left: 0;
            text-align: left; } }
        @media (min-width: 80em) {
          .subcategorylinklist .module__subcat-link__item__content__cta-wrap {
            width: 8.333%; } }
      .subcategorylinklist .module__subcat-link__item__content__cta__link {
        float: right;
        padding-top: 20px; }
        @media (max-width: 767px) {
          .subcategorylinklist .module__subcat-link__item__content__cta__link {
            float: left; } }
        .subcategorylinklist .module__subcat-link__item__content__cta__link__text {
          display: none; }
        .subcategorylinklist .module__subcat-link__item__content__cta__link > svg {
          width: 30px;
          height: 30px;
          -webkit-transition: -webkit-transform 0.3s ease;
          transition: -webkit-transform 0.3s ease;
          transition: transform 0.3s ease;
          transition: transform 0.3s ease, -webkit-transform 0.3s ease; }
        .subcategorylinklist .module__subcat-link__item__content__cta__link path {
          fill: #b4bbc8; }
      .subcategorylinklist .module__subcat-link__item__content__text {
        font-family: "Roboto Light", Helvetica, Arial, sans-serif;
        font-size: 16px;
        font-size: 1.6rem;
        line-height: 1.5;
        color: #071D49;
        text-align: left;
        font-weight: 300; }
        @media (min-width: 30em) {
          .subcategorylinklist .module__subcat-link__item__content__text {
            font-size: 18px;
            font-size: 1.8rem;
            line-height: 1.66667; } }
        @media (min-width: 80em) {
          .subcategorylinklist .module__subcat-link__item__content__text {
            font-size: 20px;
            font-size: 2rem;
            line-height: 1.8; } }

.feature-story {
  position: relative;
  overflow: hidden;
  max-height: 1600px;
  display: block;
  float: left; }
  .feature-story.container-fluid, .feature-story.container {
    padding-left: 0;
    padding-right: 0;
    width: 100%; }
  .feature-story .imagecomponent {
    position: relative;
    width: 100%;
    height: auto; }
    .feature-story .imagecomponent .image-container {
      min-height: 100px;
      position: relative; }
    .feature-story .imagecomponent img {
      position: relative;
      width: 100%; }
    @media (max-width: 767px) {
      .feature-story .imagecomponent .image {
        margin-bottom: 0px; } }
    @media (min-width: 320px) {
      .feature-story .imagecomponent {
        position: absolute;
        top: -1px;
        left: -1px;
        bottom: -1px;
        right: -1px;
        z-index: 1;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        min-height: 125px; }
        .feature-story .imagecomponent img {
          -o-object-fit: cover;
             object-fit: cover;
          -o-object-position: 50% 50%;
             object-position: 50% 50%;
          display: block;
          position: absolute;
          top: 50%;
          left: 50%;
          width: 100%;
          height: 100%;
          z-index: 1;
          -webkit-transform: translate(-50%, -50%);
                  transform: translate(-50%, -50%);
          min-width: 100%;
          min-height: 100%; } }
    .feature-story .imagecomponent .authoring-edit {
      z-index: 2;
      position: absolute;
      padding: 1px 0 20px 20px;
      width: 100%;
      text-align: center; }
    .feature-story .imagecomponent .authoring-placeholder {
      display: block;
      height: 20px;
      width: 100%;
      text-indent: -9999px; }
  .feature-story .row {
    z-index: 2;
    background: #2d2926;
    color: #ffffff; }
    .feature-story .row .heading, .feature-story .row .text, .feature-story .row .plaintext, .feature-story .row .title, .feature-story .row h1, .feature-story .row h2, .feature-story .row h3, .feature-story .row p {
      color: #ffffff !important; }
    .feature-story .row .heading {
      text-align: center; }
    @media (min-width: 320px) {
      .feature-story .row {
        background: inherit; } }
  @media (max-width: 767px) {
    .feature-story.mobile-light .row {
      background-color: #f5f5f5 !important;
      color: #071D49 !important; }
      .feature-story.mobile-light .row h1, .feature-story.mobile-light .row h2, .feature-story.mobile-light .row h3, .feature-story.mobile-light .row p {
        color: #071D49 !important; }
      .feature-story.mobile-light .row .btn {
        border: 2px solid #2d2926 !important;
        color: #071D49 !important; }
        .feature-story.mobile-light .row .btn:hover {
          color: #fff !important;
          background: #2d2926 !important; } }
  @media (max-width: 767px) {
    .feature-story.mobile-dark .row {
      background-color: #2d2926 !important;
      color: #fff !important; }
      .feature-story.mobile-dark .row h1, .feature-story.mobile-dark .row h2, .feature-story.mobile-dark .row h3, .feature-story.mobile-dark .row p {
        color: #ffffff !important; }
      .feature-story.mobile-dark .row .btn {
        border: 2px solid #fff !important;
        color: #fff !important; }
        .feature-story.mobile-dark .row .btn:hover {
          color: #071D49 !important;
          background: #fff !important; } }
  .feature-story .featurestoryarrowanchor {
    text-align: center;
    position: absolute;
    left: 50%;
    z-index: 10; }
    .feature-story .featurestoryarrowanchor-btn {
      background: none;
      border: 0;
      color: #ffffff;
      -webkit-transition: -webkit-transform 0.4s ease;
      transition: -webkit-transform 0.4s ease;
      transition: transform 0.4s ease;
      transition: transform 0.4s ease, -webkit-transform 0.4s ease;
      position: absolute;
      bottom: 15px;
      z-index: 10;
      -webkit-transform: translateX(-50%);
              transform: translateX(-50%); }
      .feature-story .featurestoryarrowanchor-btn:hover {
        -webkit-transform: translate(-50%, -20px);
                transform: translate(-50%, -20px);
        -webkit-transition: -webkit-transform 0.4s ease;
        transition: -webkit-transform 0.4s ease;
        transition: transform 0.4s ease;
        transition: transform 0.4s ease, -webkit-transform 0.4s ease; }
        .feature-story .featurestoryarrowanchor-btn:hover .icon-cheveron {
          opacity: 1; }
      @media (min-width: 30em) {
        .feature-story .featurestoryarrowanchor-btn {
          bottom: 50px; } }
    .feature-story .featurestoryarrowanchor .icon-cheveron {
      width: 50px;
      height: 50px;
      opacity: 0.7; }
      .feature-story .featurestoryarrowanchor .icon-cheveron #icon-chevron-thin {
        fill: currentColor;
        -webkit-transform: translateY(-20px);
                transform: translateY(-20px); }
      @media (max-width: 767px) {
        .feature-story .featurestoryarrowanchor .icon-cheveron {
          width: 35px;
          height: 35px; } }
  .feature-story .hero-container {
    margin-right: auto;
    margin-left: auto;
    padding: 0;
    max-width: 1310px;
    width: 100%;
    position: relative;
    z-index: 2;
    display: table;
    text-align: center;
    overflow-x: hidden;
    vertical-align: middle;
    padding-bottom: 50px;
    font-family: "Roboto Regular", Helvetica, Arial, sans-serif;
    color: #ffffff; }
    @media (max-width: 767px) {
      .feature-story .hero-container {
        padding-bottom: 0; } }
    @media (min-width: 80em) {
      .feature-story .hero-container {
        padding-bottom: 0; } }
    .feature-story .hero-container .heading, .feature-story .hero-container .title {
      margin: 0 0 2rem 0;
      -webkit-font-smoothing: antialiased; }
      @media (min-width: 48em) {
        .feature-story .hero-container .heading, .feature-story .hero-container .title {
          margin-bottom: 2rem; } }
      .feature-story .hero-container .heading:last-child, .feature-story .hero-container .title:last-child {
        margin-bottom: 0; }
    .feature-story .hero-container .contentfragment h1, .feature-story .hero-container .contentfragment h2, .feature-story .hero-container .contentfragment h3, .feature-story .hero-container .contentfragment h4, .feature-story .hero-container .contentfragment h5, .feature-story .hero-container .contentfragment h6, .feature-story .hero-container .contentfragment sup {
      -webkit-font-smoothing: antialiased; }
    .feature-story .hero-container .contentfragment h1, .feature-story .hero-container .contentfragment h2, .feature-story .hero-container .contentfragment h3, .feature-story .hero-container .contentfragment h4, .feature-story .hero-container .contentfragment h5, .feature-story .hero-container .contentfragment h6, .feature-story .hero-container .contentfragment sup {
      margin-bottom: 3rem; }
      @media (min-width: 48em) {
        .feature-story .hero-container .contentfragment h1, .feature-story .hero-container .contentfragment h2, .feature-story .hero-container .contentfragment h3, .feature-story .hero-container .contentfragment h4, .feature-story .hero-container .contentfragment h5, .feature-story .hero-container .contentfragment h6, .feature-story .hero-container .contentfragment sup {
          margin-bottom: 3rem; } }
      .feature-story .hero-container .contentfragment h1:last-child, .feature-story .hero-container .contentfragment h2:last-child, .feature-story .hero-container .contentfragment h3:last-child, .feature-story .hero-container .contentfragment h4:last-child, .feature-story .hero-container .contentfragment h5:last-child, .feature-story .hero-container .contentfragment h6:last-child, .feature-story .hero-container .contentfragment sup:last-child {
        margin-bottom: 1rem; }
    .feature-story .hero-container .heading h1, .feature-story .hero-container .heading h2, .feature-story .hero-container .title h1, .feature-story .hero-container .title h2, .feature-story .hero-container .contentfragment h1, .feature-story .hero-container .contentfragment h2 {
      font-size: 34px;
      font-size: 3.4rem;
      line-height: 1.17647;
      color: #ffffff;
      font-weight: 300;
      font-family: "Roboto Light", Helvetica, Arial, sans-serif; }
      @media (min-width: 30em) {
        .feature-story .hero-container .heading h1, .feature-story .hero-container .heading h2, .feature-story .hero-container .title h1, .feature-story .hero-container .title h2, .feature-story .hero-container .contentfragment h1, .feature-story .hero-container .contentfragment h2 {
          font-size: 42px;
          font-size: 4.2rem;
          line-height: 1.2381; } }
      @media (min-width: 80em) {
        .feature-story .hero-container .heading h1, .feature-story .hero-container .heading h2, .feature-story .hero-container .title h1, .feature-story .hero-container .title h2, .feature-story .hero-container .contentfragment h1, .feature-story .hero-container .contentfragment h2 {
          font-size: 50px;
          font-size: 5rem;
          line-height: 1.3; } }
    .feature-story .hero-container .heading h2, .feature-story .hero-container .heading h1, .feature-story .hero-container .title h2, .feature-story .hero-container .title h1, .feature-story .hero-container .contentfragment h2, .feature-story .hero-container .contentfragment h1 {
      font-weight: 400;
      font-family: "Roboto Regular", Helvetica, Arial, sans-serif; }
    .feature-story .hero-container .heading sup, .feature-story .hero-container .title sup, .feature-story .hero-container .contentfragment sup {
      font-size: 60%;
      position: relative;
      margin-right: 4px; }
    .feature-story .hero-container .heading h3, .feature-story .hero-container .title h3, .feature-story .hero-container .contentfragment h3 {
      font-weight: 400;
      font-family: "Roboto Regular", Helvetica, Arial, sans-serif; }
    .feature-story .hero-container .heading h3, .feature-story .hero-container .heading h4, .feature-story .hero-container .heading h5, .feature-story .hero-container .heading h6, .feature-story .hero-container .title h3, .feature-story .hero-container .title h4, .feature-story .hero-container .title h5, .feature-story .hero-container .title h6, .feature-story .hero-container .contentfragment h3, .feature-story .hero-container .contentfragment h4, .feature-story .hero-container .contentfragment h5, .feature-story .hero-container .contentfragment h6 {
      font-size: 26px;
      font-size: 2.6rem;
      line-height: 1.17647;
      color: #ffffff; }
      @media (min-width: 30em) {
        .feature-story .hero-container .heading h3, .feature-story .hero-container .heading h4, .feature-story .hero-container .heading h5, .feature-story .hero-container .heading h6, .feature-story .hero-container .title h3, .feature-story .hero-container .title h4, .feature-story .hero-container .title h5, .feature-story .hero-container .title h6, .feature-story .hero-container .contentfragment h3, .feature-story .hero-container .contentfragment h4, .feature-story .hero-container .contentfragment h5, .feature-story .hero-container .contentfragment h6 {
          font-size: 34px;
          font-size: 3.4rem;
          line-height: 1.2381; } }
      @media (min-width: 80em) {
        .feature-story .hero-container .heading h3, .feature-story .hero-container .heading h4, .feature-story .hero-container .heading h5, .feature-story .hero-container .heading h6, .feature-story .hero-container .title h3, .feature-story .hero-container .title h4, .feature-story .hero-container .title h5, .feature-story .hero-container .title h6, .feature-story .hero-container .contentfragment h3, .feature-story .hero-container .contentfragment h4, .feature-story .hero-container .contentfragment h5, .feature-story .hero-container .contentfragment h6 {
          font-size: 42px;
          font-size: 4.2rem;
          line-height: 1.3; } }
    .feature-story .hero-container:before {
      content: " ";
      display: table; }
    .feature-story .hero-container .text {
      font-family: "Roboto Regular", Helvetica, Arial, sans-serif;
      -webkit-font-smoothing: antialiased; }
      .feature-story .hero-container .text p {
        font-size: 1.6rem;
        line-height: 1.5;
        color: #ffffff;
        margin: 0 0 2rem 0;
        font-family: "Roboto Light", Helvetica, Arial, sans-serif;
        font-weight: 300; }
        @media (min-width: 30em) {
          .feature-story .hero-container .text p {
            font-size: 1.8rem;
            line-height: 1.66667; } }
        @media (min-width: 48em) {
          .feature-story .hero-container .text p {
            margin-bottom: 3.5rem; } }
        @media (min-width: 80em) {
          .feature-story .hero-container .text p {
            font-size: 2rem;
            line-height: 1.8; } }
    .feature-story .hero-container .plaintext {
      font-family: "Roboto Regular", Helvetica, Arial, sans-serif;
      -webkit-font-smoothing: antialiased;
      margin: 0 0 2.5rem 0; }
      .feature-story .hero-container .plaintext p {
        font-size: 1.6rem;
        line-height: 1.5;
        color: #ffffff;
        margin-bottom: 0px; }
        @media (min-width: 30em) {
          .feature-story .hero-container .plaintext p {
            font-size: 1.8rem;
            line-height: 1.66667; } }
        @media (min-width: 48em) {
          .feature-story .hero-container .plaintext p {
            margin-bottom: 3.5rem; } }
        @media (min-width: 80em) {
          .feature-story .hero-container .plaintext p {
            font-size: 2rem;
            line-height: 1.8; } }
      .feature-story .hero-container .plaintext:first-child p {
        margin-bottom: 0px;
        font-size: 1.2rem;
        line-height: 1.5; }
        @media (min-width: 30em) {
          .feature-story .hero-container .plaintext:first-child p {
            font-size: 1.4rem;
            line-height: 1.42857; } }
        @media (min-width: 80em) {
          .feature-story .hero-container .plaintext:first-child p {
            font-size: 2rem;
            line-height: 1.53333; } }
    .feature-story .hero-container .cta-wrapper .cta-panel {
      margin-bottom: 30px; }
    .feature-story .hero-container .calltoaction {
      display: inline-block;
      margin-top: 0px; }
      .feature-story .hero-container .calltoaction:first-of-type {
        margin-right: 0; }
      .feature-story .hero-container .calltoaction a {
        padding: 2.4rem 5rem 2.2rem 5rem;
        border-radius: 0;
        font-size: 15px;
        font-size: 1.5rem;
        line-height: 1.53333;
        border: 2px solid #ffffff;
        letter-spacing: 2px;
        text-align: center;
        color: #ffffff;
        background: none;
        -webkit-transition: color 0.7s ease;
        transition: color 0.7s ease; }
        .feature-story .hero-container .calltoaction a:hover {
          color: #2d2926;
          background-color: #ffffff;
          border: 2px solid #ffffff;
          -webkit-transition: color 0.7s ease;
          transition: color 0.7s ease; }
        @media (max-width: 767px) {
          .feature-story .hero-container .calltoaction a {
            padding: 1.9rem 3rem 1.6rem 3rem; } }
        @media (min-width: 768px) and (max-width: 1023px) {
          .feature-story .hero-container .calltoaction a {
            padding: 1.8rem 3rem 1.6rem 3rem; } }
    .feature-story .hero-container-content {
      display: table-cell;
      height: auto;
      position: relative;
      vertical-align: middle;
      max-height: 1600px; }
      @media (min-width: 30em) {
        .feature-story .hero-container-content > div {
          width: 66.6667%;
          margin: 0 auto; } }
      @media (max-width: 767px) {
        .feature-story .hero-container-content {
          padding: 8rem 0 10rem; }
          .feature-story .hero-container-content > div {
            width: 83.3333%;
            margin: 0 auto; } }
      @media (min-width: 48em) {
        .feature-story .hero-container-content {
          height: calc(85vh - 90px); } }
      @media (min-height: 40em) and (min-width: 48em) {
        .feature-story .hero-container-content {
          height: calc(85vh - 60px); } }
      @media (min-height: 40em) and (min-width: 48em) and (min-width: 60em) {
        .feature-story .hero-container-content {
          height: calc(85vh - 90px); } }
      @media (min-width: 80em) {
        .feature-story .hero-container-content {
          height: auto;
          padding-top: 16rem;
          padding-bottom: 16rem; }
          .feature-story .hero-container-content > div {
            margin: 0 auto; } }
    .feature-story .hero-container .orient-left .heading,
    .feature-story .hero-container .orient-left .text,
    .feature-story .hero-container .orient-left .plaintext,
    .feature-story .hero-container .orient-left .accordion,
    .feature-story .hero-container .orient-left .title,
    .feature-story .hero-container .orient-left .cta-wrapper {
      text-align: left; }
    .feature-story .hero-container .orient-right .heading,
    .feature-story .hero-container .orient-right .text,
    .feature-story .hero-container .orient-right .plaintext,
    .feature-story .hero-container .orient-right .accordion,
    .feature-story .hero-container .orient-right .title,
    .feature-story .hero-container .orient-right .cta-wrapper {
      text-align: right; }
  .feature-story .hero-overlay {
    display: none; }
    @media (min-width: 320px) {
      .feature-story .hero-overlay {
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 105%;
        margin-top: -2px;
        z-index: 2;
        background: #071D49;
        opacity: 0.3; } }
  .feature-story .wide-content .hero-container {
    padding-left: 20px;
    padding-right: 20px;
    max-width: 1400px; }
    @media (max-width: 767px) {
      .feature-story .wide-content .hero-container {
        padding-left: 0;
        padding-right: 0; } }
    @media (min-width: 30em) {
      .feature-story .wide-content .hero-container .hero-container-content.orient-left > div {
        width: 65%; } }
    @media (min-width: 768px) {
      .feature-story .wide-content .hero-container .hero-container-content.orient-left > div {
        width: 65%;
        margin-left: 79px; } }
    @media (min-width: 1024px) {
      .feature-story .wide-content .hero-container .hero-container-content.orient-left > div {
        margin-left: 110px; } }
    @media (min-width: 80em) {
      .feature-story .wide-content .hero-container .hero-container-content.orient-left > div {
        margin-left: 128px; } }
    @media (max-width: 767px) {
      .feature-story .wide-content .hero-container .hero-container-content.orient-left > div {
        width: 83.3333%; } }
  @media (min-width: 768px) {
    .feature-story.abbvie-dark-grey-10 .plaintext a, .feature-story.abbvie-dark-grey-10 .text a, .feature-story.abbvie-white .plaintext a, .feature-story.abbvie-white .text a {
      color: #071d49 !important;
      text-decoration: none;
      background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #071d49), color-stop(50%, #2f9ece)) !important;
      background: linear-gradient(to bottom, #071d49 50%, #2f9ece 50%) !important;
      background-size: 2px 2px !important;
      background-repeat: repeat-x !important;
      background-position: 0 100% !important;
      -webkit-transition: color 0.1s ease !important;
      transition: color 0.1s ease !important; }
      .feature-story.abbvie-dark-grey-10 .plaintext a:hover, .feature-story.abbvie-dark-grey-10 .text a:hover, .feature-story.abbvie-white .plaintext a:hover, .feature-story.abbvie-white .text a:hover {
        color: #071d49 !important;
        background-position: 0 150%, 100% 150%, 0 150% !important;
        text-decoration: none !important; } }

.featurestoryexperience {
  position: relative;
  display: block;
  width: 100%; }

.in-author .featurestoryexperience {
  float: left;
  width: 100%;
  min-height: 600px;
  background-color: #2d2926; }

.in-author .feature-story {
  max-height: 1000px;
  float: left;
  width: 100%; }
  .in-author .feature-story .hero-container {
    display: block;
    width: 90%;
    margin: 0 auto;
    height: auto;
    overflow: visible; }
    .in-author .feature-story .hero-container .hero-container-content {
      height: auto;
      display: block !important;
      margin: 0 auto !important; }

.internal-link-promotion {
  padding: 6rem 0rem; }
  @media (min-width: 48em) {
    .internal-link-promotion {
      padding: 12rem 0rem; } }
  @media (min-width: 60em) {
    .internal-link-promotion {
      padding: 8rem 0rem; } }
  @media (max-width: 767px) {
    .internal-link-promotion .row {
      margin-left: 0;
      margin-right: 0; } }
  @media (min-width: 768px) {
    .internal-link-promotion .row.narrow-content {
      width: 70%;
      margin-left: auto;
      margin-right: auto; } }
  @media (min-width: 768px) and (max-width: 1023px) {
    .internal-link-promotion .col-md-4 {
      width: 33.33333%;
      float: left; } }
  @media (max-width: 767px) {
    .internal-link-promotion .col-md-4 {
      width: 100%;
      margin-bottom: 60px; }
      .internal-link-promotion .col-md-4:nth-of-type(3) {
        margin-bottom: 0px; }
        .internal-link-promotion .col-md-4:nth-of-type(3) .text p {
          margin-bottom: 0px; } }
  .internal-link-promotion .icon img {
    display: block;
    height: auto;
    width: 35px;
    margin: 0 auto;
    margin-bottom: 3rem; }
  .internal-link-promotion .icon svg {
    display: block;
    height: 35px;
    width: 35px;
    margin: 0 auto;
    margin-bottom: 3rem; }
    .internal-link-promotion .icon svg path {
      fill: #999; }
  .internal-link-promotion .text p {
    color: #777777;
    font-family: "Roboto Light", Helvetica, Arial, sans-serif;
    font-weight: 300;
    margin: 10px 0 11px 0;
    font-size: 1.6rem;
    line-height: 1.5;
    margin-top: 15px;
    text-align: center; }
    @media (min-width: 30em) {
      .internal-link-promotion .text p {
        font-size: 1.8rem;
        line-height: 1.66667; } }
    @media (min-width: 80em) {
      .internal-link-promotion .text p {
        font-size: 2rem;
        line-height: 1.8; } }
  .internal-link-promotion .link {
    text-align: center; }
    .internal-link-promotion .link a {
      text-transform: none;
      font-size: 2.4rem;
      color: #071D49;
      line-height: 1.25;
      font-family: "Roboto Regular", Helvetica, Arial, sans-serif;
      text-decoration: none;
      background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #ffffff), color-stop(50%, #2f9ece));
      background: linear-gradient(to bottom, #ffffff 50%, #2f9ece 50%);
      background-size: 2px 2px;
      background-repeat: repeat-x;
      background-position: 0 89%;
      text-shadow: 0.03em 0 #ffffff, -0.03em 0 #ffffff, 0 0.03em #ffffff, 0 -0.03em #ffffff, 0.06em 0 #ffffff, -0.06em 0 #ffffff, 0.09em 0 #ffffff, -0.09em 0 #ffffff, 0.12em 0 #ffffff, -0.12em 0 #ffffff, 0.15em 0 #ffffff, -0.15em 0 #ffffff;
      -webkit-transition: color 0.1s ease;
      transition: color 0.1s ease; }
      .internal-link-promotion .link a:hover {
        color: #2f9ece;
        background-position: 0 150%, 100% 150%, 0 150%;
        text-decoration: none; }
      @media (max-width: 767px) {
        .internal-link-promotion .link a {
          font-size: 2rem;
          line-height: 1.3;
          background-position: 0 102%; } }
      @media (min-width: 768px) and (max-width: 1023px) {
        .internal-link-promotion .link a {
          font-size: 2.2rem;
          line-height: 1.27; } }

.threecolumninternallinkpromotionexperience {
  position: relative;
  display: block;
  float: left;
  width: 100%;
  background-color: white; }
  .threecolumninternallinkpromotionexperience .container {
    max-width: 1310px;
    width: auto;
    padding-left: 20px;
    padding-right: 20px; }
    .threecolumninternallinkpromotionexperience .container .col-md-4 {
      padding-left: 20px;
      padding-right: 20px; }

.statisticcarouselrowexperience {
  width: 100%;
  float: left; }

.statisticcarousel {
  padding: 15rem 2rem 20rem 2rem;
  margin-right: auto;
  margin-left: auto;
  display: block;
  position: relative;
  float: left;
  width: 100%; }
  @media (max-width: 767px) {
    .statisticcarousel {
      padding-top: 6rem;
      padding-bottom: 9rem; } }
  .statisticcarousel.slide-1 {
    padding-bottom: 11rem; }
    @media (max-width: 767px) {
      .statisticcarousel.slide-1 {
        padding-bottom: 2.5rem; } }
    .statisticcarousel.slide-1 .carousel-inner .item {
      margin-bottom: 0; }
  @media (min-width: 480px) {
    .statisticcarousel > div {
      width: 83.33333%;
      margin-left: auto;
      margin-right: auto; } }
  .statisticcarousel .carousel-indicators {
    bottom: -60px !important; }
    @media (min-width: 30em) {
      .statisticcarousel .carousel-indicators {
        bottom: -75px !important; } }
  .statisticcarousel .carousel-inner {
    text-align: center;
    height: auto; }
    .statisticcarousel .carousel-inner .left, .statisticcarousel .carousel-inner .prev, .statisticcarousel .carousel-inner .next, .statisticcarousel .carousel-inner .right {
      opacity: 0 !important; }
    .statisticcarousel .carousel-inner .item {
      padding-bottom: 20px;
      margin-bottom: 30px;
      height: auto;
      -webkit-transition: all .6s ease;
      transition: all .6s ease;
      opacity: 0;
      top: 0; }
      .statisticcarousel .carousel-inner .item h2 {
        font-size: 60px;
        font-size: 6rem;
        line-height: 1.2;
        padding-top: 5px;
        margin-bottom: 5px;
        margin-top: 0px; }
        @media (min-width: 80em) {
          .statisticcarousel .carousel-inner .item h2 {
            font-size: 80px;
            font-size: 8rem;
            line-height: 1; } }
      .statisticcarousel .carousel-inner .item p {
        font-family: "Roboto Light", Helvetica, Arial, sans-serif;
        font-size: 20px;
        font-size: 2rem;
        line-height: 1.5;
        font-weight: 300; }
        @media (min-width: 30em) {
          .statisticcarousel .carousel-inner .item p {
            font-size: 30px;
            font-size: 3rem;
            line-height: 1.5; } }
        @media (min-width: 80em) {
          .statisticcarousel .carousel-inner .item p {
            font-size: 30px;
            font-size: 3rem;
            line-height: 1.5; } }
    .statisticcarousel .carousel-inner .item.active {
      opacity: 1; }

@media (min-width: 480px) {
  .wide-content .statisticcarousel > div {
    width: 100%; } }

.informationcarousel {
  padding: 6rem 2rem; }
  @media (min-width: 30em) {
    .informationcarousel {
      padding-top: 10rem;
      padding-bottom: 10rem; } }
  @media (min-width: 48em) {
    .informationcarousel {
      padding-top: 15rem;
      padding-bottom: 15rem; } }
  @media (min-width: 480px) {
    .informationcarousel {
      width: 83.33333%;
      margin-left: auto;
      margin-right: auto; } }
  .informationcarousel .carousel .carousel-inner {
    text-align: center; }
    .informationcarousel .carousel .carousel-inner .left, .informationcarousel .carousel .carousel-inner .prev, .informationcarousel .carousel .carousel-inner .next, .informationcarousel .carousel .carousel-inner .right {
      opacity: 0 !important; }
    .informationcarousel .carousel .carousel-inner .item {
      opacity: 0;
      -webkit-transition: all .6s ease;
      transition: all .6s ease; }
      .informationcarousel .carousel .carousel-inner .item .informationcarouselslide {
        padding-bottom: 20px;
        margin-bottom: 30px; }
        .informationcarousel .carousel .carousel-inner .item .informationcarouselslide .heading {
          padding-top: 5px;
          margin-bottom: 5px; }
          .informationcarousel .carousel .carousel-inner .item .informationcarouselslide .heading h2 {
            font-family: "Roboto Regular", Helvetica, Arial, sans-serif;
            font-weight: 400;
            font-size: 2.4rem;
            line-height: 1.25;
            margin: 0px 0px 5px 0px; }
            @media (min-width: 30em) {
              .informationcarousel .carousel .carousel-inner .item .informationcarouselslide .heading h2 {
                font-size: 2.5rem;
                line-height: 1.4; } }
            @media (min-width: 80em) {
              .informationcarousel .carousel .carousel-inner .item .informationcarouselslide .heading h2 {
                font-size: 3rem;
                line-height: 1.33333; } }
          @media (max-width: 767px) {
            .informationcarousel .carousel .carousel-inner .item .informationcarouselslide .heading {
              font-size: 2.4rem; } }
          @media (min-width: 768px) and (max-width: 1023px) {
            .informationcarousel .carousel .carousel-inner .item .informationcarouselslide .heading {
              font-size: 2.5rem; } }
          .informationcarousel .carousel .carousel-inner .item .informationcarouselslide .heading h3 {
            font-size: 3rem;
            line-height: 1.2;
            padding-top: 5px;
            margin-bottom: 5px; }
            @media (max-width: 767px) {
              .informationcarousel .carousel .carousel-inner .item .informationcarouselslide .heading h3 {
                font-size: 2.4rem; } }
            @media (min-width: 768px) and (max-width: 1023px) {
              .informationcarousel .carousel .carousel-inner .item .informationcarouselslide .heading h3 {
                font-size: 2.5rem; } }
        .informationcarousel .carousel .carousel-inner .item .informationcarouselslide p {
          font-family: "Roboto Light", Helvetica, Arial, sans-serif;
          font-weight: 300;
          font-size: 20px;
          font-size: 2rem;
          line-height: 1.5; }
          @media (min-width: 30em) {
            .informationcarousel .carousel .carousel-inner .item .informationcarouselslide p {
              font-size: 25px;
              font-size: 2.5rem;
              line-height: 1.52; } }
          @media (min-width: 80em) {
            .informationcarousel .carousel .carousel-inner .item .informationcarouselslide p {
              font-size: 30px;
              font-size: 3rem;
              line-height: 1.5; } }
    .informationcarousel .carousel .carousel-inner .item.active {
      opacity: 1; }

.informationcarouselrowexperience {
  position: relative;
  width: 100%;
  display: block;
  float: left;
  background-color: #fff; }
  .informationcarouselrowexperience .information-carousel {
    padding: 0px; }
  .informationcarouselrowexperience .container {
    max-width: 1310px;
    width: auto;
    padding-left: 0px;
    padding-right: 0px; }
  @media (min-width: 480px) {
    .informationcarouselrowexperience .carousel-information > div {
      left: 8.33333%;
      width: 83.33333%; } }

@media (min-width: 480px) {
  .wide-content .informationcarousel {
    width: 90%; } }

@media (min-width: 480px) {
  .wide-content .carousel-information > div {
    left: 5%;
    width: 90%; } }

.in-author .informationcarouselrowexperience {
  float: left;
  width: 100%; }

.feature-story-promotion.container {
  font-family: "Roboto Regular", Helvetica, Arial, sans-serif;
  margin: 60px auto; }
  .feature-story-promotion.container .row {
    margin-left: -20px;
    margin-right: -20px; }
    @media (min-width: 768px) and (max-width: 1023px) {
      .feature-story-promotion.container .row .col-md-4 {
        width: 33.33333%;
        float: left; } }
    @media (max-width: 767px) {
      .feature-story-promotion.container .row .col-md-4 {
        width: 100%; } }
    @media (max-width: 47.99em) {
      .feature-story-promotion.container .row .col-md-4 {
        margin-bottom: 53px; }
        .feature-story-promotion.container .row .col-md-4:nth-of-type(3) {
          margin-bottom: 0px; } }
    .feature-story-promotion.container .row .col-md-4 > div .parsys .image {
      width: 100%;
      margin-bottom: 13px; }
      @media (min-width: 768px) and (max-width: 1023px) {
        .feature-story-promotion.container .row .col-md-4 > div .parsys .image {
          width: 100%; } }
      .feature-story-promotion.container .row .col-md-4 > div .parsys .image .image-container {
        min-height: 0; }
        .feature-story-promotion.container .row .col-md-4 > div .parsys .image .image-container img {
          width: 100%; }
      .feature-story-promotion.container .row .col-md-4 > div .parsys .image svg {
        display: block;
        height: 35px;
        width: auto;
        margin: 0 auto;
        margin-bottom: 3rem; }
        .feature-story-promotion.container .row .col-md-4 > div .parsys .image svg path {
          fill: #999; }
    .feature-story-promotion.container .row .col-md-4 > div .parsys .plaintext div p {
      color: #777777;
      margin: 10px 0 11px 0;
      line-height: 1.53333;
      font-family: "Roboto Light", Helvetica, Arial, sans-serif;
      font-size: 16px;
      font-size: 1.6rem;
      font-weight: 300; }
      @media (min-width: 30em) {
        .feature-story-promotion.container .row .col-md-4 > div .parsys .plaintext div p {
          font-size: 18px;
          font-size: 1.8rem; } }
      @media (min-width: 80em) {
        .feature-story-promotion.container .row .col-md-4 > div .parsys .plaintext div p {
          font-size: 15px;
          font-size: 1.5rem; } }
    .feature-story-promotion.container .row .col-md-4 > div .parsys .text, .feature-story-promotion.container .row .col-md-4 > div .parsys .contentfragment {
      font-size: 2.4rem;
      color: #071D49;
      line-height: 1.25;
      font-family: "Roboto Bold", Helvetica, Arial, sans-serif;
      text-decoration: none;
      font-weight: 700; }
      @media (max-width: 767px) {
        .feature-story-promotion.container .row .col-md-4 > div .parsys .text, .feature-story-promotion.container .row .col-md-4 > div .parsys .contentfragment {
          font-size: 2rem;
          line-height: 1.3; } }
      @media (min-width: 768px) and (max-width: 1023px) {
        .feature-story-promotion.container .row .col-md-4 > div .parsys .text, .feature-story-promotion.container .row .col-md-4 > div .parsys .contentfragment {
          font-size: 2.2rem;
          line-height: 1.27; } }
      .feature-story-promotion.container .row .col-md-4 > div .parsys .text a, .feature-story-promotion.container .row .col-md-4 > div .parsys .contentfragment a {
        color: #071D49;
        background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #ffffff), color-stop(50%, #2f9ece));
        background: linear-gradient(to bottom, #ffffff 50%, #2f9ece 50%);
        background-size: 2px 2px;
        background-repeat: repeat-x;
        background-position: 0 89%;
        -webkit-transition: color 0.1s ease;
        transition: color 0.1s ease; }
        .feature-story-promotion.container .row .col-md-4 > div .parsys .text a:hover, .feature-story-promotion.container .row .col-md-4 > div .parsys .contentfragment a:hover {
          color: #2f9ece;
          background-position: 0 150%, 100% 150%, 0 150%;
          text-decoration: none; }
    @media (min-width: 768px) {
      .feature-story-promotion.container .row.narrow-content {
        width: 70%;
        margin-left: auto;
        margin-right: auto; } }
    .feature-story-promotion.container .row.narrow-content .col-md-4 > div .parsys .link a {
      font-size: 2rem;
      line-height: 1.3; }

.threecolumnfeaturestorypromotionexperience {
  position: relative;
  display: block;
  float: left;
  width: 100%;
  background-color: white; }
  .threecolumnfeaturestorypromotionexperience .container {
    max-width: 1310px;
    padding-left: 20px;
    padding-right: 20px;
    width: auto; }
    .threecolumnfeaturestorypromotionexperience .container .col-md-4 {
      padding-left: 20px;
      padding-right: 20px; }
      .threecolumnfeaturestorypromotionexperience .container .col-md-4 .heading h3, .threecolumnfeaturestorypromotionexperience .container .col-md-4 .contentfragment h3 {
        font-weight: 700;
        font-family: "Roboto Bold", Helvetica, Arial, sans-serif; }

.headshotquotecarousel {
  padding-right: 2rem;
  padding-left: 2rem; }
  @media (max-width: 767px) {
    .headshotquotecarousel {
      padding: 50px 15px; } }
  .headshotquotecarousel .carousel-inner .item {
    padding-bottom: 20px;
    margin-bottom: 30px; }
    .headshotquotecarousel .carousel-inner .item .headshot .image-container {
      min-height: 0; }
    .headshotquotecarousel .carousel-inner .item .headshot img {
      width: 23rem;
      height: 23rem;
      -o-object-fit: cover;
         object-fit: cover;
      border-radius: 50%; }
      @media (min-width: 768px) and (max-width: 1023px) {
        .headshotquotecarousel .carousel-inner .item .headshot img {
          width: 20rem;
          height: 20rem; } }
      @media (max-width: 767px) {
        .headshotquotecarousel .carousel-inner .item .headshot img {
          width: 19rem;
          height: 19rem;
          margin: 0 auto;
          margin-bottom: 20px; } }
    .headshotquotecarousel .carousel-inner .item .quotation {
      text-align: left;
      margin-top: 24px;
      width: 100%;
      height: auto; }
      .headshotquotecarousel .carousel-inner .item .quotation q {
        quotes: "\201C" "\201D";
        width: 100%; }
        .headshotquotecarousel .carousel-inner .item .quotation q:before {
          content: open-quote;
          position: absolute;
          right: 20px;
          margin-right: -20px;
          background-color: inherit !important; }
          @media (min-width: 768px) and (max-width: 1023px) {
            .headshotquotecarousel .carousel-inner .item .quotation q:before {
              position: relative;
              right: 25px;
              margin-right: -20px; } }
          @media (min-width: 1024px) {
            .headshotquotecarousel .carousel-inner .item .quotation q:before {
              position: relative;
              right: 25px;
              margin-right: -20px; } }
        .headshotquotecarousel .carousel-inner .item .quotation q:after {
          content: close-quote; }
        .headshotquotecarousel .carousel-inner .item .quotation q:before, .headshotquotecarousel .carousel-inner .item .quotation q:after {
          display: inline;
          font-size: 3rem;
          line-height: 1.33333;
          width: 100%; }
          @media (min-width: 768px) and (max-width: 1023px) {
            .headshotquotecarousel .carousel-inner .item .quotation q:before, .headshotquotecarousel .carousel-inner .item .quotation q:after {
              font-size: 2.6rem; } }
          @media (max-width: 767px) {
            .headshotquotecarousel .carousel-inner .item .quotation q:before, .headshotquotecarousel .carousel-inner .item .quotation q:after {
              font-size: 2.2rem; } }
        .headshotquotecarousel .carousel-inner .item .quotation q > div {
          display: inline; }
          .headshotquotecarousel .carousel-inner .item .quotation q > div p {
            font-size: 3rem;
            line-height: 1.33333;
            display: inline; }
            @media (min-width: 768px) and (max-width: 1023px) {
              .headshotquotecarousel .carousel-inner .item .quotation q > div p {
                font-size: 2.6rem; } }
            @media (max-width: 767px) {
              .headshotquotecarousel .carousel-inner .item .quotation q > div p {
                font-size: 2.2rem; } }
            .headshotquotecarousel .carousel-inner .item .quotation q > div p b {
              font-family: "Roboto Light", Helvetica, Arial, sans-serif;
              font-weight: 300; }
    .headshotquotecarousel .carousel-inner .item .attribution p {
      margin-top: 40px;
      line-height: 1.42857;
      font-size: 1.6rem; }
      @media (min-width: 768px) and (max-width: 1023px) {
        .headshotquotecarousel .carousel-inner .item .attribution p {
          font-size: 1.5rem;
          margin-top: 30px; } }
      @media (max-width: 767px) {
        .headshotquotecarousel .carousel-inner .item .attribution p {
          font-size: 1.4rem;
          margin-top: 20px; } }

.headshotquotecarouselrowexperience {
  position: relative;
  display: block;
  width: 100%;
  float: left; }
  .headshotquotecarouselrowexperience .container {
    max-width: 1310px;
    width: auto; }
    .headshotquotecarouselrowexperience .container .row {
      margin-left: -20px;
      margin-right: -20px; }

@media (min-width: 1200px) {
  .wide-content .headshotquotecarousel .carousel-inner .item .col-lg-push-1 {
    left: 0%; } }

@media (min-width: 1200px) {
  .wide-content .headshotquotecarousel .carousel-inner .item .col-lg-7 {
    width: 75%; } }

.wide-content .headshotquotecarousel .carousel-inner .item .headshot img {
  margin-left: auto;
  margin-right: auto; }

@media (min-width: 48em) {
  .headshot-quote-carousel .row .col-md-12 {
    padding-top: 11rem;
    padding-bottom: 11rem; } }

.headshot-quote-carousel .row .col-md-12:not(.has-bottom-space) {
  padding-bottom: 0; }

.headshot-quote-carousel .row .col-md-12:not(.has-top-space) {
  padding-top: 0; }

.in-author .headshotquotecarouselrowexperience {
  float: left;
  width: 100%; }
  .in-author .headshotquotecarouselrowexperience q:after, .in-author .headshotquotecarouselrowexperience q:before {
    display: inline-block !important; }

.quotecarouselrowexperience {
  position: relative;
  background-color: #f5f5f5;
  overflow: hidden;
  width: 100%;
  display: block; }

.quotecarousel {
  margin-right: auto;
  margin-left: auto;
  max-width: 1310px;
  width: auto;
  padding: 5rem 2rem;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: antialiased; }
  @media (min-width: 30em) {
    .quotecarousel {
      padding-top: 10rem;
      padding-bottom: 10rem; } }
  @media (min-width: 48em) {
    .quotecarousel {
      padding-top: 10rem;
      padding-bottom: 10rem; } }
  @media (min-width: 480px) {
    .quotecarousel > div {
      width: 83.33333%;
      margin-left: auto;
      margin-right: auto; } }
  .quotecarousel .carousel-inner {
    padding-top: 0;
    padding-bottom: 0;
    margin: 0 auto; }
    @media (max-width: 767px) {
      .quotecarousel .carousel-inner {
        width: 100%; } }
    .quotecarousel .carousel-inner .quotation {
      text-align: center;
      margin-bottom: 35px; }
      .quotecarousel .carousel-inner .quotation q {
        quotes: "\201C" "\201D";
        width: 100%;
        height: auto; }
        .quotecarousel .carousel-inner .quotation q:before {
          content: open-quote;
          background: transparent !important; }
        .quotecarousel .carousel-inner .quotation q:after {
          content: close-quote; }
        .quotecarousel .carousel-inner .quotation q:before, .quotecarousel .carousel-inner .quotation q:after {
          font-size: 5rem;
          line-height: 1.3;
          display: inline;
          width: 100%; }
          @media (min-width: 768px) and (max-width: 1023px) {
            .quotecarousel .carousel-inner .quotation q:before, .quotecarousel .carousel-inner .quotation q:after {
              font-size: 4.2rem;
              line-height: 1.2381; } }
          @media (max-width: 767px) {
            .quotecarousel .carousel-inner .quotation q:before, .quotecarousel .carousel-inner .quotation q:after {
              font-size: 3.4rem;
              line-height: 1.17647; } }
        .quotecarousel .carousel-inner .quotation q > div {
          display: inline; }
          .quotecarousel .carousel-inner .quotation q > div p {
            display: inline;
            font-size: 3.4rem;
            line-height: 1.17647;
            font-family: "Roboto Light", Helvetica, Arial, sans-serif;
            font-weight: 300; }
            @media (min-width: 30em) {
              .quotecarousel .carousel-inner .quotation q > div p {
                font-size: 4.2rem;
                line-height: 1.2381; } }
            @media (min-width: 80em) {
              .quotecarousel .carousel-inner .quotation q > div p {
                font-size: 5rem;
                line-height: 1.3; } }
    .quotecarousel .carousel-inner .attribution {
      font-size: 2rem;
      line-height: 1.8;
      text-align: center; }
      @media (min-width: 768px) and (max-width: 1023px) {
        .quotecarousel .carousel-inner .attribution {
          font-size: 1.8rem;
          line-height: 1.66667; } }
      @media (max-width: 767px) {
        .quotecarousel .carousel-inner .attribution {
          font-size: 1.6rem;
          line-height: 1.5; } }
    .quotecarousel .carousel-inner > .item {
      padding-bottom: 30px; }
      @media (max-width: 767px) {
        .quotecarousel .carousel-inner > .item {
          padding-bottom: 60px; } }
  .quotecarousel .slide-1 .carousel-inner > .item {
    padding-bottom: 0; }

@media (min-width: 480px) {
  .wide-content .quotecarousel > div {
    width: 100%; } }

.in-author q:after, .in-author q:before {
  display: inline-block !important; }

.imagelistgrid {
  padding-top: 80px;
  padding-bottom: 80px;
  text-align: center;
  background-color: #fff;
  width: auto; }
  .imagelistgrid > div {
    position: relative;
    display: inline-block;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    max-width: 1310px;
    padding-left: 20px;
    padding-right: 20px; }
    @media (min-width: 30em) {
      .imagelistgrid > div {
        padding-left: 0;
        padding-right: 0;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-flow: row wrap;
            -ms-flex-flow: row wrap;
                flex-flow: row wrap;
        -webkit-justify-content: space-around;
            -ms-flex-pack: distribute;
                justify-content: space-around; } }
    @media (min-width: 48em) {
      .imagelistgrid > div {
        padding-left: 0;
        padding-right: 0;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-flow: row wrap;
            -ms-flex-flow: row wrap;
                flex-flow: row wrap;
        -webkit-justify-content: space-around;
            -ms-flex-pack: distribute;
                justify-content: space-around; } }
    .imagelistgrid > div .imagelistablegrid {
      display: block;
      width: 100%;
      padding: 0px;
      margin-bottom: 60px;
      vertical-align: top; }
      @media (min-width: 30em) {
        .imagelistgrid > div .imagelistablegrid {
          width: calc(50% - 4rem);
          display: inline-block;
          margin-bottom: 8rem;
          padding-left: 40px;
          padding-right: 40px; } }
      @media (min-width: 48em) {
        .imagelistgrid > div .imagelistablegrid {
          width: calc(25% - 2px);
          display: inline-block;
          margin-bottom: 8rem;
          padding-left: 40px;
          padding-right: 40px; } }
      .imagelistgrid > div .imagelistablegrid img {
        margin-left: auto;
        margin-right: auto;
        max-width: 100%;
        height: auto; }
      .imagelistgrid > div .imagelistablegrid .caption.plaintext, .imagelistgrid > div .imagelistablegrid .plaintext {
        font-family: "Roboto Regular", Helvetica, Arial, sans-serif;
        font-size: 12px;
        font-size: 1.2rem;
        line-height: 1.5;
        color: #555555;
        margin-bottom: 0;
        width: 100% !important;
        text-align: left;
        padding: 20px 0 0; }
        @media (min-width: 30em) {
          .imagelistgrid > div .imagelistablegrid .caption.plaintext, .imagelistgrid > div .imagelistablegrid .plaintext {
            font-size: 14px;
            font-size: 1.4rem;
            line-height: 1.42857; } }
        @media (min-width: 80em) {
          .imagelistgrid > div .imagelistablegrid .caption.plaintext, .imagelistgrid > div .imagelistablegrid .plaintext {
            font-size: 15px;
            font-size: 1.5rem;
            line-height: 1.53333; } }
    @media (min-width: 48em) {
      .imagelistgrid > div.two-columns {
        width: calc(50% + 69px); } }
    @media (min-width: 48em) {
      .imagelistgrid > div.two-columns .imagelistablegrid {
        width: calc(50% - 2px); } }

.article-content .imagelistgrid {
  margin-left: 15px;
  margin-right: 15px;
  padding-top: 0;
  padding-bottom: 0; }

.informationcardexperience {
  background: #f5f5f5 !important;
  padding-top: 4rem;
  padding-bottom: 0;
  width: 100%;
  height: 100%;
  float: left; }
  .informationcardexperience:last-child {
    padding-bottom: 4rem; }
  .informationcardexperience .row {
    margin-left: 0;
    margin-right: 0; }
  .informationcardexperience .container {
    background: #fff;
    padding-left: 0;
    padding-right: 0;
    width: 100%;
    height: 100%;
    margin-right: auto;
    margin-left: auto;
    max-width: 1310px; }
    .informationcardexperience .container > .row {
      display: -webkit-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
      -webkit-flex-flow: row wrap;
              flex-flow: row wrap; }
    @media (max-width: 767px) {
      .informationcardexperience .container {
        margin-left: 15px;
        margin-right: 15px;
        width: unset; } }
    .informationcardexperience .container .col-md-6 {
      padding: 4rem;
      min-height: 200px; }
      .informationcardexperience .container .col-md-6:first-of-type {
        padding: 0; }
        .informationcardexperience .container .col-md-6:first-of-type .parsys {
          width: 100%;
          height: 100%; }
      @media (min-width: 768px) and (max-width: 1023px) {
        .informationcardexperience .container .col-md-6 {
          width: 50%; } }
      @media (max-width: 767px) {
        .informationcardexperience .container .col-md-6 {
          width: 100%; } }
      .informationcardexperience .container .col-md-6 > div {
        width: 100%;
        height: 100%;
        float: left; }
        .informationcardexperience .container .col-md-6 > div .parsys, .informationcardexperience .container .col-md-6 > div .heading, .informationcardexperience .container .col-md-6 > div .text, .informationcardexperience .container .col-md-6 > div .link {
          float: left;
          width: 100%; }
      @media (max-width: 767px) {
        .informationcardexperience .container .col-md-6 h3 {
          margin-top: 0px; } }
    .informationcardexperience .container .image-container {
      width: 100%;
      height: 100%;
      min-height: 0; }
    .informationcardexperience .container .image {
      width: 100%;
      height: 100%;
      margin-bottom: 0; }
      .informationcardexperience .container .image img {
        width: 100%;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
           object-fit: cover;
        -o-object-position: 50% 50%;
           object-position: 50% 50%; }
    .informationcardexperience .container .heading h2, .informationcardexperience .container .heading h3 {
      font-family: "Roboto Bold", Helvetica, Arial, sans-serif;
      font-weight: 700;
      font-size: 3rem;
      line-height: 1.33333; }
      @media (min-width: 768px) and (max-width: 1023px) {
        .informationcardexperience .container .heading h2, .informationcardexperience .container .heading h3 {
          font-size: 2.5rem;
          line-height: 1.4; } }
      @media (max-width: 767px) {
        .informationcardexperience .container .heading h2, .informationcardexperience .container .heading h3 {
          font-size: 2.4rem;
          line-height: 1.25; } }
    .informationcardexperience .container .text p {
      font-size: 2rem;
      line-height: 1.8; }
      @media (min-width: 768px) and (max-width: 1023px) {
        .informationcardexperience .container .text p {
          font-size: 1.8rem;
          line-height: 1.66667; } }
      @media (max-width: 767px) {
        .informationcardexperience .container .text p {
          font-size: 1.6rem;
          line-height: 1.5; } }
    .informationcardexperience .container .link a {
      color: #071D49;
      font-size: 2rem;
      line-height: 1.8;
      text-decoration: none;
      background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #ffffff), color-stop(50%, #2f9ece));
      background: linear-gradient(to bottom, #ffffff 50%, #2f9ece 50%);
      background-size: 2px 2px;
      background-repeat: repeat-x;
      background-position: 0 89%;
      -webkit-transition: color 0.1s ease;
      transition: color 0.1s ease;
      float: left;
      margin: 0 10px 10px 0px; }
      .informationcardexperience .container .link a:hover {
        color: #2f9ece;
        background-position: 0 150%, 100% 150%, 0 150%;
        text-decoration: none; }
      @media (max-width: 767px) {
        .informationcardexperience .container .link a {
          font-size: 1.6rem;
          line-height: 1.5; } }

.articlecontentrowexperience {
  float: left;
  width: 100%;
  z-index: 2;
  position: relative; }

.article-content {
  background: #fff;
  color: #071D49; }
  .article-content a {
    color: #071D49;
    text-decoration: none;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #fff), color-stop(50%, #2f9ece));
    background: linear-gradient(to bottom, #fff 50%, #2f9ece 50%);
    background-size: 2px 2px;
    background-repeat: repeat-x;
    background-position: 0 100%;
    -webkit-transition: color 0.1s ease;
    transition: color 0.1s ease; }
    .article-content a:hover {
      color: #2f9ece;
      background-position: 0 150%, 100% 150%, 0 150%;
      text-decoration: none; }
  .article-content .col-md-12 {
    padding: 60px 0 0;
    max-width: 1310px;
    float: unset;
    margin: 0 auto; }
    @media (min-width: 60em) {
      .article-content .col-md-12 {
        padding-top: 80px; } }
    .article-content .col-md-12 .heading,
    .article-content .col-md-12 .text,
    .article-content .col-md-12 .plaintext,
    .article-content .col-md-12 .image,
    .article-content .col-md-12 .accordion,
    .article-content .col-md-12 .logo,
    .article-content .col-md-12 .title,
    .article-content .col-md-12 .contentfragment,
    .article-content .col-md-12 .cta-wrapper {
      width: 50%;
      margin: 0 auto;
      margin-bottom: 80px;
      padding-left: 20px;
      padding-right: 20px; }
      @media (max-width: 767px) {
        .article-content .col-md-12 .heading,
        .article-content .col-md-12 .text,
        .article-content .col-md-12 .plaintext,
        .article-content .col-md-12 .image,
        .article-content .col-md-12 .accordion,
        .article-content .col-md-12 .logo,
        .article-content .col-md-12 .title,
        .article-content .col-md-12 .contentfragment,
        .article-content .col-md-12 .cta-wrapper {
          width: 100%;
          padding-left: 20px;
          padding-right: 20px; } }
      @media (min-width: 480px) and (max-width: 767px) {
        .article-content .col-md-12 .heading,
        .article-content .col-md-12 .text,
        .article-content .col-md-12 .plaintext,
        .article-content .col-md-12 .image,
        .article-content .col-md-12 .accordion,
        .article-content .col-md-12 .logo,
        .article-content .col-md-12 .title,
        .article-content .col-md-12 .contentfragment,
        .article-content .col-md-12 .cta-wrapper {
          width: 66.6667%;
          margin: 0 auto; } }
      @media (min-width: 768px) {
        .article-content .col-md-12 .heading,
        .article-content .col-md-12 .text,
        .article-content .col-md-12 .plaintext,
        .article-content .col-md-12 .image,
        .article-content .col-md-12 .accordion,
        .article-content .col-md-12 .logo,
        .article-content .col-md-12 .title,
        .article-content .col-md-12 .contentfragment,
        .article-content .col-md-12 .cta-wrapper {
          width: 50%;
          margin: 0 auto; } }
    .article-content .col-md-12 .heading ul,
    .article-content .col-md-12 .text ul,
    .article-content .col-md-12 .plaintext ul,
    .article-content .col-md-12 .image ul,
    .article-content .col-md-12 .accordion ul,
    .article-content .col-md-12 .logo ul,
    .article-content .col-md-12 .title ul,
    .article-content .col-md-12 .contentfragment ul {
      list-style-position: initial !important; }
      .article-content .col-md-12 .heading ul:last-child,
      .article-content .col-md-12 .text ul:last-child,
      .article-content .col-md-12 .plaintext ul:last-child,
      .article-content .col-md-12 .image ul:last-child,
      .article-content .col-md-12 .accordion ul:last-child,
      .article-content .col-md-12 .logo ul:last-child,
      .article-content .col-md-12 .title ul:last-child,
      .article-content .col-md-12 .contentfragment ul:last-child {
        margin-bottom: 0; }
    .article-content .col-md-12 .calltoaction {
      display: inline-block;
      margin-top: 10px;
      margin-bottom: 80px;
      -webkit-font-smoothing: antialiased; }
      .article-content .col-md-12 .calltoaction a {
        padding: 2.4rem 5rem 2.2rem 5rem;
        border-radius: 0;
        font-size: 1.5rem;
        border: 2px solid #071d49;
        letter-spacing: 2px;
        text-align: center;
        color: #071d49;
        background: none;
        -webkit-transition: color 0.7s ease;
        transition: color 0.7s ease; }
        .article-content .col-md-12 .calltoaction a:hover {
          color: #ffffff;
          background-color: #071d49;
          border: 2px solid #071d49;
          -webkit-transition: color 0.7s ease;
          transition: color 0.7s ease; }
        @media (max-width: 767px) {
          .article-content .col-md-12 .calltoaction a {
            padding: 1.9rem 3rem 1.6rem 3rem; } }
        @media (min-width: 768px) and (max-width: 1023px) {
          .article-content .col-md-12 .calltoaction a {
            padding: 1.8rem 3rem 1.6rem 3rem; } }
    @media (min-width: 768px) {
      .article-content .col-md-12.wide-content .heading,
      .article-content .col-md-12.wide-content .text,
      .article-content .col-md-12.wide-content .plaintext,
      .article-content .col-md-12.wide-content .image,
      .article-content .col-md-12.wide-content .accordion,
      .article-content .col-md-12.wide-content .logo,
      .article-content .col-md-12.wide-content .title,
      .article-content .col-md-12.wide-content .cta-wrapper,
      .article-content .col-md-12.wide-content .contentfragment {
        width: 70%; } }
    .article-content .col-md-12 .image-container, .article-content .col-md-12 .imagecomponent > div {
      min-height: 0; }
    .article-content .col-md-12 .imagelistgrid {
      float: none; }
    .article-content .col-md-12 .contentfragment h1, .article-content .col-md-12 .contentfragment h2, .article-content .col-md-12 .contentfragment h3, .article-content .col-md-12 .contentfragment h4, .article-content .col-md-12 .contentfragment h5, .article-content .col-md-12 .contentfragment h6 {
      font-family: "Roboto Regular", Helvetica, Arial, sans-serif;
      margin-top: 0px;
      margin-bottom: 15px; }
      @media (min-width: 48em) {
        .article-content .col-md-12 .contentfragment h1, .article-content .col-md-12 .contentfragment h2, .article-content .col-md-12 .contentfragment h3, .article-content .col-md-12 .contentfragment h4, .article-content .col-md-12 .contentfragment h5, .article-content .col-md-12 .contentfragment h6 {
          margin-bottom: 20px; } }
    .article-content .col-md-12 .contentfragment h2 {
      font-size: 24px;
      font-size: 2.4rem;
      line-height: 1.25;
      font-family: "Roboto Bold", Helvetica, Arial, sans-serif;
      font-weight: 700; }
      @media (min-width: 30em) {
        .article-content .col-md-12 .contentfragment h2 {
          font-size: 25px;
          font-size: 2.5rem;
          line-height: 1.4; } }
      @media (min-width: 80em) {
        .article-content .col-md-12 .contentfragment h2 {
          font-size: 30px;
          font-size: 3rem;
          line-height: 1.33333; } }
    .article-content .col-md-12 .contentfragment h3 {
      font-size: 20px;
      font-size: 2rem;
      line-height: 1.3;
      font-family: "Roboto Bold", Helvetica, Arial, sans-serif;
      font-weight: 700; }
      @media (min-width: 30em) {
        .article-content .col-md-12 .contentfragment h3 {
          font-size: 22px;
          font-size: 2.2rem;
          line-height: 1.27273; } }
      @media (min-width: 80em) {
        .article-content .col-md-12 .contentfragment h3 {
          font-size: 24px;
          font-size: 2.4rem;
          line-height: 1.25; } }
    .article-content .col-md-12 .heading {
      font-family: "Roboto Regular", Helvetica, Arial, sans-serif;
      margin-bottom: 15px;
      margin-top: 0px; }
      @media (min-width: 48em) {
        .article-content .col-md-12 .heading {
          margin-bottom: 20px; } }
      .article-content .col-md-12 .heading h1, .article-content .col-md-12 .heading h2, .article-content .col-md-12 .heading h3, .article-content .col-md-12 .heading h4, .article-content .col-md-12 .heading h5, .article-content .col-md-12 .heading h6 {
        margin-top: 0px;
        margin-bottom: 0px; }
      .article-content .col-md-12 .heading h2 {
        font-size: 24px;
        font-size: 2.4rem;
        line-height: 1.25;
        font-family: "Roboto Bold", Helvetica, Arial, sans-serif;
        font-weight: 700; }
        @media (min-width: 30em) {
          .article-content .col-md-12 .heading h2 {
            font-size: 25px;
            font-size: 2.5rem;
            line-height: 1.4; } }
        @media (min-width: 80em) {
          .article-content .col-md-12 .heading h2 {
            font-size: 30px;
            font-size: 3rem;
            line-height: 1.33333; } }
      .article-content .col-md-12 .heading h3 {
        font-size: 20px;
        font-size: 2rem;
        line-height: 1.3;
        font-family: "Roboto Bold", Helvetica, Arial, sans-serif;
        font-weight: 700; }
        @media (min-width: 30em) {
          .article-content .col-md-12 .heading h3 {
            font-size: 22px;
            font-size: 2.2rem;
            line-height: 1.27273; } }
        @media (min-width: 80em) {
          .article-content .col-md-12 .heading h3 {
            font-size: 24px;
            font-size: 2.4rem;
            line-height: 1.25; } }
      .article-content .col-md-12 .heading:first-of-type + div.image {
        margin-top: 80px; }
        @media (max-width: 767px) {
          .article-content .col-md-12 .heading:first-of-type + div.image {
            margin-top: 60px; } }
    .article-content .col-md-12 .text, .article-content .col-md-12 .plaintext, .article-content .col-md-12 .contentfragment {
      margin-bottom: 60px;
      font-family: "Roboto Light", Helvetica, Arial, sans-serif;
      font-size: 16px;
      font-size: 1.6rem;
      line-height: 1.5;
      font-weight: 300; }
      .article-content .col-md-12 .text p, .article-content .col-md-12 .plaintext p, .article-content .col-md-12 .contentfragment p {
        margin-bottom: 3rem; }
        .article-content .col-md-12 .text p:last-child, .article-content .col-md-12 .plaintext p:last-child, .article-content .col-md-12 .contentfragment p:last-child {
          margin-bottom: 0; }
      @media (min-width: 30em) {
        .article-content .col-md-12 .text, .article-content .col-md-12 .plaintext, .article-content .col-md-12 .contentfragment {
          font-size: 18px;
          font-size: 1.8rem;
          line-height: 1.66667; } }
      @media (min-width: 60em) {
        .article-content .col-md-12 .text, .article-content .col-md-12 .plaintext, .article-content .col-md-12 .contentfragment {
          margin-bottom: 80px; } }
      @media (min-width: 80rem) {
        .article-content .col-md-12 .text, .article-content .col-md-12 .plaintext, .article-content .col-md-12 .contentfragment {
          font-size: 20px;
          font-size: 2rem;
          line-height: 1.8; } }
    .article-content .col-md-12 .image {
      margin-top: 20px;
      margin-bottom: 40px; }
    .article-content .col-md-12 .text:last-child, .article-content .col-md-12 .plaintext:last-child, .article-content .col-md-12 .contentfragment:last-child {
      margin-bottom: 60px; }
      @media (min-width: 60em) {
        .article-content .col-md-12 .text:last-child, .article-content .col-md-12 .plaintext:last-child, .article-content .col-md-12 .contentfragment:last-child {
          margin-bottom: 80px; } }
    .article-content .col-md-12:not(.has-bottom-space) .text:last-child, .article-content .col-md-12:not(.has-bottom-space) .contentfragment:last-child {
      margin-bottom: 0; }
    .article-content .col-md-12:not(.has-top-space) {
      padding-top: 0; }
    .article-content .col-md-12 .text p, .article-content .col-md-12 .plaintext p, .article-content .col-md-12 .contentfragment p {
      margin-bottom: 3rem; }
    .article-content .col-md-12 .text p:last-child, .article-content .col-md-12 .plaintext p:last-child, .article-content .col-md-12 .contentfragment p:last-child {
      margin-bottom: 0; }
    .article-content .col-md-12 .text ul p:last-child,
    .article-content .col-md-12 .text ol p:last-child,
    .article-content .col-md-12 .plaintext ul p:last-child,
    .article-content .col-md-12 .plaintext ol p:last-child,
    .article-content .col-md-12 .contentfragment ul p:last-child,
    .article-content .col-md-12 .contentfragment ol p:last-child {
      margin-bottom: 1.5rem; }
    .article-content .col-md-12 .title h1 {
      font-family: "Roboto Regular", Helvetica, Arial, sans-serif;
      font-size: 24px;
      font-size: 2.4rem;
      line-height: 1.25; }
      @media (min-width: 30em) {
        .article-content .col-md-12 .title h1 {
          font-size: 25px;
          font-size: 2.5rem;
          line-height: 1.4; } }
      @media (min-width: 80em) {
        .article-content .col-md-12 .title h1 {
          font-size: 30px;
          font-size: 3rem;
          line-height: 1.33333; } }
  .article-content .image a {
    background: inherit; }

.cq-Editable-dom .table-experience {
  padding-top: 45px; }
  .cq-Editable-dom .table-experience:before {
    content: 'Edit Table Width';
    display: block;
    width: 100%;
    text-align: center; }

.table-experience {
  margin: 0 auto; }
  @media (max-width: 767px) {
    .table-experience {
      width: 90% !important; } }
  .table-experience .heading {
    width: 100% !important;
    margin-left: 0% !important; }
    .table-experience .heading h2 {
      font-family: "Roboto Regular", Helvetica, Arial, sans-serif;
      font-size: 24px;
      font-size: 2.4rem;
      line-height: 1.25; }
      @media (min-width: 80em) {
        .table-experience .heading h2 {
          font-size: 30px;
          font-size: 3rem;
          line-height: 1.33333; } }
      @media (min-width: 30em) {
        .table-experience .heading h2 {
          font-size: 25px;
          font-size: 2.5rem;
          line-height: 1.4; } }
    .table-experience .heading h3 {
      font-size: 20px;
      font-size: 2rem;
      line-height: 1.3;
      font-family: "Roboto Regular", Helvetica, Arial, sans-serif; }
      @media (min-width: 80em) {
        .table-experience .heading h3 {
          font-size: 24px;
          font-size: 2.4rem;
          line-height: 1.25; } }
      @media (min-width: 30em) {
        .table-experience .heading h3 {
          font-size: 22px;
          font-size: 2.2rem;
          line-height: 1.27273; } }
  .table-experience table, .table-experience tbody, .table-experience tfoot, .table-experience thead, .table-experience tr, .table-experience th, .table-experience td {
    border: 0; }
  .table-experience table {
    border-collapse: collapse;
    border-spacing: 0;
    overflow: hidden; }
    .table-experience table tr > td > p {
      margin-left: 0px !important; }
    .table-experience table th, .table-experience table td {
      padding-top: 18px;
      padding-bottom: 14px; }
    .table-experience table th[scope="row"] {
      padding-top: 36px;
      border-bottom: 1px solid #2d2926;
      font-size: 2rem;
      color: #787878; }
    .table-experience table th[scope="col"] {
      border-bottom: 1px solid #2d2926;
      text-align: center; }
    .table-experience table td {
      border-bottom: 1px solid #D4D4D4;
      text-align: center; }
    .table-experience table td:first-child {
      text-align: left; }

.accordion {
  float: left;
  width: 100%;
  background-color: #fff; }

.accordion-container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 20px;
  padding-right: 20px;
  max-width: 1310px;
  position: relative;
  width: 100%;
  display: block; }
  @media (max-width: 767px) {
    .accordion-container {
      padding-left: 0;
      padding-right: 0; } }
  .accordion-container .panel-group {
    margin-left: auto;
    margin-right: auto;
    margin-top: 60px;
    margin-bottom: 60px;
    left: 8.33333%;
    width: calc(83.33333% + 40px); }
    @media (max-width: 767px) {
      .accordion-container .panel-group {
        margin-bottom: 0;
        margin-top: 30px; } }
    @media (min-width: 480px) {
      .accordion-container .panel-group {
        left: 16.66667%;
        width: calc(66.66667% + 40px); } }
    @media (min-width: 768px) {
      .accordion-container .panel-group {
        left: 25%;
        width: calc(50% + 40px); } }
    @media (max-width: 29.99em) {
      .accordion-container .panel-group {
        width: auto;
        left: auto; } }
    @media (min-width: 60em) {
      .accordion-container .panel-group {
        margin-bottom: 80px;
        margin-top: 80px; } }
    @media (min-width: 768px) {
      .accordion-container .panel-group.wide-content {
        left: 15%;
        width: calc(70% + 40px); } }
    .accordion-container .panel-group .title-group {
      padding: 0px 15px 0px 23px; }
      .accordion-container .panel-group .title-group h2 {
        position: relative;
        display: inline-block;
        margin-top: 0;
        font-family: "Roboto Bold", Helvetica, Arial, sans-serif;
        font-size: 24px;
        font-size: 2.4rem;
        line-height: 1.25;
        font-weight: 700; }
        @media (min-width: 30em) {
          .accordion-container .panel-group .title-group h2 {
            font-size: 25px;
            font-size: 2.5rem;
            line-height: 1.4; } }
        @media (min-width: 48em) {
          .accordion-container .panel-group .title-group h2 {
            margin-bottom: 20px; } }
        @media (min-width: 80em) {
          .accordion-container .panel-group .title-group h2 {
            font-size: 30px;
            font-size: 3rem;
            line-height: 1.33333; } }
    .accordion-container .panel-group .panel-default {
      border-color: #fff;
      box-shadow: 0 0px 0px;
      -webkit-box-shadow: 0 0px 0px;
      padding: 30px 25px;
      border-bottom: 1px solid #d5d5d5;
      float: left;
      width: 100%; }
      @media (max-width: 767px) {
        .accordion-container .panel-group .panel-default {
          padding: 30px 20px; } }
      .accordion-container .panel-group .panel-default:last-child {
        margin-bottom: 8rem; }
        @media (min-width: 30em) {
          .accordion-container .panel-group .panel-default:last-child {
            margin-bottom: 10rem; } }
      .accordion-container .panel-group .panel-default .panel-heading {
        background-color: #ffffff;
        padding: 0;
        margin: 0;
        color: #071D49; }
        .accordion-container .panel-group .panel-default .panel-heading .panel-title {
          font-family: "Roboto Regular", Helvetica, Arial, sans-serif;
          font-size: 16px;
          font-size: 1.6rem;
          line-height: 1.5;
          position: relative;
          width: 90%; }
          .accordion-container .panel-group .panel-default .panel-heading .panel-title.large-title {
            font-size: 24px;
            font-size: 2.4rem;
            line-height: 1.25; }
            @media (min-width: 30em) {
              .accordion-container .panel-group .panel-default .panel-heading .panel-title.large-title {
                font-size: 25px;
                font-size: 2.5rem;
                line-height: 1.4; } }
            @media (min-width: 80em) {
              .accordion-container .panel-group .panel-default .panel-heading .panel-title.large-title {
                font-size: 30px;
                font-size: 3rem;
                line-height: 1.33333; } }
          @media (min-width: 30em) {
            .accordion-container .panel-group .panel-default .panel-heading .panel-title {
              font-size: 18px;
              font-size: 1.8rem;
              line-height: 1.66667; } }
          @media (min-width: 80em) {
            .accordion-container .panel-group .panel-default .panel-heading .panel-title {
              font-size: 20px;
              font-size: 2rem;
              line-height: 1.8; } }
          @media (max-width: 48em) {
            .accordion-container .panel-group .panel-default .panel-heading .panel-title {
              width: initial;
              line-height: 1.66667;
              margin-right: 60px; } }
          .accordion-container .panel-group .panel-default .panel-heading .panel-title a {
            font-family: "Roboto Bold", Helvetica, Arial, sans-serif;
            font-weight: 700;
            -webkit-transition: color 0.3s ease;
            transition: color 0.3s ease;
            text-decoration: none; }
            @media (min-width: 1024px) {
              .accordion-container .panel-group .panel-default .panel-heading .panel-title a:hover {
                color: #2f9ece; }
                .accordion-container .panel-group .panel-default .panel-heading .panel-title a:hover:after {
                  content: url(clientlib-site/resources/images/down-chevron-blue.png); } }
            @media (max-width: 48em) {
              .accordion-container .panel-group .panel-default .panel-heading .panel-title a:after {
                right: -57px !important; } }
            .accordion-container .panel-group .panel-default .panel-heading .panel-title a:after {
              content: url(clientlib-site/resources/images/down-chevron.png);
              position: absolute;
              right: -55px;
              width: 30px;
              height: 30px;
              top: 0;
              -webkit-transition: content 0.3s ease, -webkit-transform;
              transition: content 0.3s ease, -webkit-transform;
              transition: transform, content 0.3s ease;
              transition: transform, content 0.3s ease, -webkit-transform;
              -webkit-transform: rotate(0deg);
                      transform: rotate(0deg); }
              @media (max-width: 767px) {
                .accordion-container .panel-group .panel-default .panel-heading .panel-title a:after {
                  right: -40px; } }
            .accordion-container .panel-group .panel-default .panel-heading .panel-title a[aria-expanded="false"]:after {
              -webkit-transform: rotate(0deg);
                      transform: rotate(0deg); }
            .accordion-container .panel-group .panel-default .panel-heading .panel-title a[aria-expanded="true"]:after {
              -webkit-transform: rotate(-180deg);
                      transform: rotate(-180deg); }
            .accordion-container .panel-group .panel-default .panel-heading .panel-title a.collapsed:after {
              content: url(clientlib-site/resources/images/down-chevron.png);
              position: absolute;
              right: -55px;
              top: 0;
              width: 30px;
              height: 30px;
              -webkit-transition: -webkit-transform 0.3s ease;
              transition: -webkit-transform 0.3s ease;
              transition: transform 0.3s ease;
              transition: transform 0.3s ease, -webkit-transform 0.3s ease;
              -webkit-transform: rotate(0deg);
                      transform: rotate(0deg); }
              @media (max-width: 767px) {
                .accordion-container .panel-group .panel-default .panel-heading .panel-title a.collapsed:after {
                  right: -40px; } }
            @media (min-width: 1024px) {
              .accordion-container .panel-group .panel-default .panel-heading .panel-title a.collapsed:hover:after {
                content: url(clientlib-site/resources/images/down-chevron-blue.png); } }
          @media (min-width: 1024px) {
            .accordion-container .panel-group .panel-default .panel-heading .panel-title {
              font-size: 2rem;
              line-height: 1.8; } }
      .accordion-container .panel-group .panel-default .panel-body {
        border-top-color: #fff;
        border-top: 0;
        padding: 30px 60px 0px 0px; }
        .accordion-container .panel-group .panel-default .panel-body .text, .accordion-container .panel-group .panel-default .panel-body .plaintext {
          font-size: 1.6rem;
          line-height: 1.5; }
          @media (min-width: 30em) {
            .accordion-container .panel-group .panel-default .panel-body .text, .accordion-container .panel-group .panel-default .panel-body .plaintext {
              font-size: 1.8rem;
              line-height: 1.66667; } }
          @media (min-width: 80em) {
            .accordion-container .panel-group .panel-default .panel-body .text, .accordion-container .panel-group .panel-default .panel-body .plaintext {
              font-size: 2rem;
              line-height: 1.8; } }
        .accordion-container .panel-group .panel-default .panel-body p:first-of-type {
          margin-bottom: 15px; }
          @media (min-width: 48em) {
            .accordion-container .panel-group .panel-default .panel-body p:first-of-type {
              margin-bottom: 2rem; } }
        .accordion-container .panel-group .panel-default .panel-body p:last-of-type {
          margin-bottom: 0px; }
        .accordion-container .panel-group .panel-default .panel-body p {
          margin-bottom: 3rem;
          font-family: "Roboto Light", Helvetica, Arial, sans-serif;
          font-size: 300; }
        .accordion-container .panel-group .panel-default .panel-body a {
          color: #071D49;
          text-decoration: none;
          background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #ffffff), color-stop(50%, #2f9ece));
          background: linear-gradient(to bottom, #ffffff 50%, #2f9ece 50%);
          background-size: 2px 2px;
          background-repeat: repeat-x;
          background-position: 0 89%;
          -webkit-transition: color 0.1s ease;
          transition: color 0.1s ease; }
          .accordion-container .panel-group .panel-default .panel-body a:hover {
            color: #2f9ece;
            background-position: 0 150%,100% 150%,0 150%;
            text-decoration: none; }
        .accordion-container .panel-group .panel-default .panel-body ul {
          list-style-position: outside !important;
          margin-bottom: 15px; }
          @media (min-width: 48em) {
            .accordion-container .panel-group .panel-default .panel-body ul {
              margin-bottom: 20px; } }
      .accordion-container .panel-group .panel-default:last-child {
        border-bottom: none; }
  .accordion-container .expand-controls {
    position: relative;
    margin-top: 11px;
    float: right;
    right: 0; }
    .accordion-container .expand-controls a {
      color: #071D49;
      text-decoration: none;
      background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #ffffff), color-stop(50%, #2f9ece));
      background: linear-gradient(to bottom, #ffffff 50%, #2f9ece 50%);
      background-size: 2px 2px;
      background-repeat: repeat-x;
      background-position: 0 89%;
      -webkit-transition: color 0.1s ease;
      transition: color 0.1s ease;
      margin-top: 10px;
      border: none;
      -webkit-box-shadow: none;
              box-shadow: none;
      padding: 0;
      -webkit-user-select: none;
         -moz-user-select: none;
          -ms-user-select: none;
              user-select: none;
      cursor: pointer;
      font-family: "Roboto Light", Helvetica, Arial, sans-serif;
      font-weight: 300; }
      .accordion-container .expand-controls a:hover {
        color: #2f9ece;
        background-position: 0 150%, 100% 150%, 0 150%;
        text-decoration: none; }
    @media (max-width: 767px) {
      .accordion-container .expand-controls {
        display: none; } }

.article-content .accordion {
  float: none;
  margin: 0 auto; }

.article-content .accordion-container {
  padding: 0; }
  .article-content .accordion-container .panel-group {
    width: 100%;
    margin-left: 0; }
    .article-content .accordion-container .panel-group .title-group {
      padding-left: 0; }
  .article-content .accordion-container .panel-default {
    padding: 50px 0 30px; }
  .article-content .accordion-container .panel-body .text {
    font-family: "Roboto Regular", Helvetica, Arial, sans-serif;
    font-size: 1.6rem;
    line-height: 1.5;
    width: 100%;
    margin: 0;
    padding: 0; }
    @media (min-width: 30em) {
      .article-content .accordion-container .panel-body .text {
        font-size: 1.8rem;
        line-height: 1.66667; } }
    @media (min-width: 80em) {
      .article-content .accordion-container .panel-body .text {
        font-size: 2rem;
        line-height: 1.8; } }
  .article-content .accordion-container .panel-body p:first-of-type {
    margin-bottom: 15px; }
    @media (min-width: 48em) {
      .article-content .accordion-container .panel-body p:first-of-type {
        margin-bottom: 2rem; } }
  .article-content .accordion-container .panel-body p:last-of-type {
    margin-bottom: 0px; }
  .article-content .accordion-container .panel-body p {
    margin-bottom: 3rem; }
  .article-content .accordion-container .panel-body a {
    color: #071D49;
    text-decoration: none;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #ffffff), color-stop(50%, #2f9ece));
    background: linear-gradient(to bottom, #ffffff 50%, #2f9ece 50%);
    background-size: 2px 2px;
    background-repeat: repeat-x;
    background-position: 0 89%;
    -webkit-transition: color 0.1s ease;
    transition: color 0.1s ease; }
    .article-content .accordion-container .panel-body a:hover {
      color: #2f9ece;
      background-position: 0 150%,100% 150%,0 150%;
      text-decoration: none; }
  .article-content .accordion-container .panel-body ul {
    list-style-position: outside !important;
    margin-bottom: 15px; }
    @media (min-width: 48em) {
      .article-content .accordion-container .panel-body ul {
        margin-bottom: 20px; } }

.notification__content, .notification__cta {
  position: relative;
  min-height: 1px;
  padding-left: 20px;
  padding-right: 20px; }

@media (min-width: 768px) {
  .notification__content, .notification__cta {
    float: left; }
  .notification__content {
    width: 58.33333%; }
  .notification__cta {
    width: 8.33333%; }
  .notification__content, .notification__cta {
    left: 16.66667%; } }

.notification__content, .notification__cta__btn {
  font-family: "Roboto Regular", Helvetica, Arial, sans-serif;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.5; }

@media (min-width: 30em) {
  .notification__content, .notification__cta__btn {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.42857; } }

@media (min-width: 80em) {
  .notification__content, .notification__cta__btn {
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 1.53333; } }

.notification__cta__btn {
  display: inline-block;
  color: #071D49;
  text-decoration: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer; }

.notification__cta__btn {
  position: relative;
  background: none;
  color: #071D49;
  border: 1px solid #979797;
  padding: 1.5rem 2rem 1.2rem 2rem;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 0;
  text-decoration: none;
  text-align: center;
  line-height: 1.6;
  -webkit-transition: color 0.3s ease, opacity 0.1s ease;
  transition: color 0.3s ease, opacity 0.1s ease;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.notification__cta__btn span {
  position: relative;
  z-index: 2; }

.notification__cta__btn:before {
  content: '';
  display: block;
  position: absolute;
  top: -1px;
  left: -1px;
  bottom: -1px;
  right: -1px;
  z-index: 1;
  background: #979797;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  will-change: opacity; }

.notification__cta__btn:hover, .notification__cta__btn:focus, .notification__cta__btn:active {
  color: inherit;
  text-decoration: inherit; }

html.no-touch .notification__cta__btn:hover,
html.touch .touch-hover.notification__cta__btn {
  color: #ffffff;
  border-color: #979797; }

html.no-touch .notification__cta__btn:hover:before,
html.touch .touch-hover.notification__cta__btn:before {
  opacity: 1; }

html.no-touch .notification__cta__btn:active {
  opacity: 0.75;
  color: #ffffff;
  border-color: #979797; }

html.no-touch .notification__cta__btn:active:before {
  opacity: 1; }

.notification__cta__btn:hover {
  background: #979797;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease; }

.notification {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 101;
  width: 100%;
  height: 144px;
  background: #212121;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  -webkit-transition: -webkit-transform 0.6s 0.1s ease;
  transition: -webkit-transform 0.6s 0.1s ease;
  transition: transform 0.6s 0.1s ease;
  transition: transform 0.6s 0.1s ease, -webkit-transform 0.6s 0.1s ease;
  will-change: transform; }

.notification__container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 20px;
  padding-right: 20px;
  max-width: 1310px;
  width: auto;
  display: table;
  height: 100%;
  padding: 15px 0; }

.notification__container:before, .notification__container:after {
  content: " ";
  display: table; }

.notification__container:after {
  clear: both; }

.notification__row {
  margin-left: -20px;
  margin-right: -20px;
  display: table-cell;
  vertical-align: middle; }

.notification__row:before, .notification__row:after {
  content: " ";
  display: table; }

.notification__row:after {
  clear: both; }

.notification__content {
  color: #c2c2c2;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

@media (max-width: 59.99em) {
  .notification__content {
    margin-bottom: 10px; } }

.notification__content a {
  text-decoration: none;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #212121), color-stop(50%, #2f9ece));
  background: linear-gradient(to bottom, #212121 50%, #2f9ece 50%);
  background-size: 2px 2px;
  background-repeat: repeat-x;
  background-position: 0 89%;
  text-shadow: 0.03em 0 #212121, -0.03em 0 #212121, 0 0.03em #212121, 0 -0.03em #212121, 0.06em 0 #212121, -0.06em 0 #212121, 0.09em 0 #212121, -0.09em 0 #212121, 0.12em 0 #212121, -0.12em 0 #212121, 0.15em 0 #212121, -0.15em 0 #212121;
  -webkit-transition: color 0.1s ease;
  transition: color 0.1s ease; }

.notification__content a, .notification__content a:focus {
  color: #c2c2c2; }

html.ie-10 .notification__content a,
html.ie-11 .notification__content a {
  background-position: 0 70%; }

.notification__content a:hover,
html.no-touch .notification__content a:hover,
html.touch .notification__content a.touch-hover {
  color: #2f9ece;
  background-position: 0 150%,100% 150%,0 150%;
  text-decoration: none; }

.notification__content a:hover, .notification__content a:active, .notification__content a:focus {
  text-decoration: none; }

.notification__cta__btn {
  min-width: 50px;
  max-width: 100px;
  font-size: 10px;
  line-height: 1;
  padding: 10px; }

@media (min-width: 60em) {
  .notification__cta__btn {
    padding: 15px 10px 12px 10px; } }

.notification__cta__btn, .notification__cta__btn:focus {
  color: #ffffff; }

html.no-touch .notification__cta__btn:hover,
html.touch .notification__cta__btn.touch-hover {
  color: #071D49; }

html.no-touch .notification__cta__btn:active {
  color: #071D49; }

.notification--bottom {
  top: auto;
  bottom: 0;
  -webkit-transform: translateY(100%);
          transform: translateY(100%); }

.notification--bottom.animate-in {
  -webkit-transform: translateY(0);
          transform: translateY(0); }

.notification--bottom.animate-out {
  -webkit-transform: translateY(100%);
          transform: translateY(100%); }

body.notification--bottom--shown .back-to-top {
  -webkit-transform: translateY(-144px);
          transform: translateY(-144px); }

body.notification--bottom--shown {
  padding-bottom: 143px; }

.notification--bottom.animate-in {
  -webkit-transform: translateY(0);
          transform: translateY(0); }

.notification--bottom.animate-out {
  -webkit-transform: translateY(100%);
          transform: translateY(100%); }

@media (min-width: 48em) {
  body.reveal-footer-effect.notification--bottom--shown {
    padding-bottom: 0; }
  body.reveal-footer-effect.notification--bottom--shown .site-footer {
    -webkit-transform: translateY(-144px);
            transform: translateY(-144px); }
  body.reveal-footer-effect.notification--bottom--shown .reveal-footer-sizer {
    height: 564px; } }

.notification--bottom--shown .site-footer {
  height: 600px; }
  .notification--bottom--shown .site-footer .site-footer__container {
    bottom: 120px; }

.variablesecondarynavigation {
  font-family: "Roboto Light", Helvetica, Arial, sans-serif;
  font-weight: 300;
  position: relative;
  margin-right: auto;
  margin-left: auto;
  padding-left: 20px;
  padding-right: 20px;
  max-width: 1400px;
  width: auto;
  padding: 25px 0;
  padding-bottom: 0;
  z-index: 3; }
  @media (max-width: 767px) {
    .variablesecondarynavigation {
      padding: 7px 15px 0;
      top: 0;
      left: 0;
      z-index: 3;
      width: 100%; } }
  @media (min-width: 768px) and (max-width: 1023px) {
    .variablesecondarynavigation {
      padding: 7px 20px 0px 15px;
      top: 0;
      left: 0;
      z-index: 3;
      width: 100%; } }
  .variablesecondarynavigation:after {
    position: absolute;
    display: block !important;
    left: 0;
    z-index: 0;
    width: 100%;
    height: 900px;
    background: rgba(45, 41, 38, 0.5);
    opacity: 0;
    pointer-events: none;
    -webkit-transition: opacity 0.3s 0s ease;
    transition: opacity 0.3s 0s ease; }
    @media (min-width: 1024px) {
      .variablesecondarynavigation:after {
        position: relative;
        display: none !important; } }
  .variablesecondarynavigation .breadcrumb {
    background: #fff;
    margin-bottom: 0px;
    padding: 0px 20px 12px 20px; }
    @media (min-width: 1024px) {
      .variablesecondarynavigation .breadcrumb {
        padding-bottom: 25px; } }
    @media (max-width: 767px) {
      .variablesecondarynavigation .breadcrumb {
        padding-bottom: 50px; } }
    .variablesecondarynavigation .breadcrumb > li {
      font-size: 1.4rem;
      line-height: 1.85714;
      margin: 0px 15px 0px 0px; }
      .variablesecondarynavigation .breadcrumb > li:before {
        margin-right: 9px;
        margin-left: -9px;
        color: black; }
      .variablesecondarynavigation .breadcrumb > li:after {
        display: none; }
      @media (max-width: 767px) {
        .variablesecondarynavigation .breadcrumb > li {
          font-size: 1.8rem;
          line-height: 1.44444;
          display: block;
          margin: 13px 0px; }
          .variablesecondarynavigation .breadcrumb > li:before {
            display: none; }
          .variablesecondarynavigation .breadcrumb > li:after {
            display: inline-block;
            padding: 0 5px;
            color: #071D49;
            margin-left: 15px; }
          .variablesecondarynavigation .breadcrumb > li:last-child:after {
            display: none; }
          .variablesecondarynavigation .breadcrumb > li:first-of-type:after {
            display: inline-block;
            content: "/\A0";
            padding: 0 5px;
            color: #071D49;
            margin-left: 10px; }
          .variablesecondarynavigation .breadcrumb > li:first-of-type.current-page:after {
            display: none; } }
      @media (min-width: 768px) and (max-width: 1023px) {
        .variablesecondarynavigation .breadcrumb > li {
          font-size: 1.8rem;
          line-height: 1.44444;
          display: block;
          margin: 13px 15px; }
          .variablesecondarynavigation .breadcrumb > li:before {
            display: none; }
          .variablesecondarynavigation .breadcrumb > li:after {
            display: inline-block;
            content: "/\A0";
            padding: 0 5px;
            color: #071D49;
            margin-left: 15px; }
          .variablesecondarynavigation .breadcrumb > li:last-child:after {
            display: none; } }
      .variablesecondarynavigation .breadcrumb > li a {
        display: inline-block;
        color: #071D49;
        text-decoration: none;
        padding: 0 5px;
        margin: -10px -5px;
        position: relative; }
        .variablesecondarynavigation .breadcrumb > li a:after {
          display: block;
          content: '';
          position: absolute;
          left: 5px;
          right: 5px;
          top: 100%;
          z-index: 3;
          height: 1px;
          -webkit-transform: scale(0, 1);
                  transform: scale(0, 1);
          -webkit-transition: -webkit-transform 300ms ease;
          transition: -webkit-transform 300ms ease;
          transition: transform 300ms ease;
          transition: transform 300ms ease, -webkit-transform 300ms ease;
          -webkit-transform-origin: center center;
                  transform-origin: center center;
          background: #2f9ece; }
        .variablesecondarynavigation .breadcrumb > li a:active {
          color: #2f9ece; }
        .variablesecondarynavigation .breadcrumb > li a:hover:after {
          -webkit-transform: scale(1, 1);
                  transform: scale(1, 1); }
        @media (max-width: 767px) {
          .variablesecondarynavigation .breadcrumb > li a:hover:after {
            -webkit-transform: scale(0, 1);
                    transform: scale(0, 1); }
          .variablesecondarynavigation .breadcrumb > li a:active {
            color: #2f9ece; } }
      .variablesecondarynavigation .breadcrumb > li:last-child {
        position: relative; }
        @media (max-width: 767px) {
          .variablesecondarynavigation .breadcrumb > li:last-child {
            margin-bottom: 0px; } }
        .variablesecondarynavigation .breadcrumb > li:last-child .subnavigation {
          background: #ffffff;
          padding: 30px;
          -webkit-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.15);
                  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.15);
          position: absolute;
          top: 100%;
          left: -15px;
          z-index: 2;
          display: block;
          width: auto;
          min-width: 300px;
          white-space: nowrap;
          margin-top: 25px;
          pointer-events: none;
          opacity: 0;
          -webkit-transform: translate(0, -10px);
                  transform: translate(0, -10px);
          -webkit-transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
          transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
          transition: opacity 0.3s ease, transform 0.3s ease;
          transition: opacity 0.3s ease, transform 0.3s ease, -webkit-transform 0.3s ease; }
          .variablesecondarynavigation .breadcrumb > li:last-child .subnavigation li {
            font-size: 1.4rem;
            line-height: 1.85714;
            margin: 0px 15px;
            margin-bottom: 15px;
            list-style: none; }
            .variablesecondarynavigation .breadcrumb > li:last-child .subnavigation li:last-of-type {
              margin-bottom: 0px !important; }
            .variablesecondarynavigation .breadcrumb > li:last-child .subnavigation li.active a:active {
              color: #2f9ece; }
            .variablesecondarynavigation .breadcrumb > li:last-child .subnavigation li.active a:after {
              -webkit-transform: scale(1, 1);
                      transform: scale(1, 1); }
            @media (max-width: 767px) {
              .variablesecondarynavigation .breadcrumb > li:last-child .subnavigation li {
                margin: 0px 0px 15px 0px; } }
          @media (max-width: 767px) {
            .variablesecondarynavigation .breadcrumb > li:last-child .subnavigation {
              padding: 5px 0px 0px 25px;
              position: relative;
              z-index: 2;
              display: block;
              width: auto;
              min-width: initial;
              white-space: initial;
              pointer-events: none;
              opacity: 1;
              -webkit-transform: translate(0, 0px);
                      transform: translate(0, 0px);
              -webkit-box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.15);
                      box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.15);
              left: 0; }
              .variablesecondarynavigation .breadcrumb > li:last-child .subnavigation li {
                font-size: 1.6rem;
                line-height: 1.625;
                margin: 0px 0px 15px 0px;
                list-style: none;
                display: table; }
                .variablesecondarynavigation .breadcrumb > li:last-child .subnavigation li a {
                  pointer-events: initial;
                  margin-bottom: 7px;
                  display: table-cell; } }
    @media (max-width: 767px) and (max-width: 767px) {
      .variablesecondarynavigation .breadcrumb > li:last-child .subnavigation li:last-of-type {
        margin-bottom: 0px; } }
          @media (min-width: 768px) and (max-width: 1023px) {
            .variablesecondarynavigation .breadcrumb > li:last-child .subnavigation {
              padding: 10px 15px 15px 15px;
              position: relative;
              z-index: 2;
              display: block;
              width: 100%;
              min-width: 300px;
              white-space: nowrap;
              pointer-events: none;
              opacity: 1;
              margin-top: 15px;
              -webkit-transform: translate(0, 0px);
                      transform: translate(0, 0px);
              -webkit-box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.15);
                      box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.15);
              left: 0; }
              .variablesecondarynavigation .breadcrumb > li:last-child .subnavigation li {
                font-size: 1.6rem;
                line-height: 1.625;
                margin: 0 15px;
                margin-bottom: 15px;
                list-style: none; }
                .variablesecondarynavigation .breadcrumb > li:last-child .subnavigation li a {
                  pointer-events: initial; } }
      .variablesecondarynavigation .breadcrumb > li:last-child.secondary-navigation-active {
        display: inline-block;
        position: relative; }
        .variablesecondarynavigation .breadcrumb > li:last-child.secondary-navigation-active .subnavigation {
          -webkit-transform: translate(0, 0);
                  transform: translate(0, 0);
          pointer-events: inherit;
          opacity: 1;
          -webkit-transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
          transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
          transition: opacity 0.3s ease, transform 0.3s ease;
          transition: opacity 0.3s ease, transform 0.3s ease, -webkit-transform 0.3s ease; }
      @media (min-width: 1024px) {
        .variablesecondarynavigation .breadcrumb > li.current-page {
          margin-left: 0px; } }
      .variablesecondarynavigation .breadcrumb > li.current-page a:after {
        -webkit-transform: scale(1, 1);
                transform: scale(1, 1); }
      .variablesecondarynavigation .breadcrumb > li.current-page:after {
        margin-right: 9px;
        margin-left: -9px;
        content: "/\A0";
        padding: 0 5px;
        color: black; }
        @media (max-width: 767px) {
          .variablesecondarynavigation .breadcrumb > li.current-page:after {
            display: none; } }
      .variablesecondarynavigation .breadcrumb > li .subnavigation-toggle {
        background: none;
        border: none;
        -webkit-box-shadow: none;
                box-shadow: none;
        padding: 0;
        color: #a2a2a2; }
        .variablesecondarynavigation .breadcrumb > li .subnavigation-toggle:hover {
          color: #2f9ece; }
          .variablesecondarynavigation .breadcrumb > li .subnavigation-toggle:hover svg path {
            fill: #2f9ece; }
        .variablesecondarynavigation .breadcrumb > li .subnavigation-toggle svg {
          margin-left: 10px; }
          .variablesecondarynavigation .breadcrumb > li .subnavigation-toggle svg path {
            fill: #a2a2a2; }
        @media (max-width: 767px) {
          .variablesecondarynavigation .breadcrumb > li .subnavigation-toggle {
            display: none; } }
        @media (min-width: 768px) and (max-width: 1023px) {
          .variablesecondarynavigation .breadcrumb > li .subnavigation-toggle {
            display: none; } }
  .variablesecondarynavigation .mb-subnavigation-toggle {
    display: none;
    background: none;
    border: none;
    -webkit-box-shadow: none;
            box-shadow: none;
    padding: 0;
    width: 100%; }
    .variablesecondarynavigation .mb-subnavigation-toggle svg {
      width: 25px;
      height: 25px;
      fill: currentColor; }
      .variablesecondarynavigation .mb-subnavigation-toggle svg.subnav-mb-active {
        -webkit-transform: rotate(-180deg);
                transform: rotate(-180deg); }
    @media (max-width: 767px) {
      .variablesecondarynavigation .mb-subnavigation-toggle {
        display: block;
        padding: 6px 0 5px; } }
    @media (min-width: 768px) and (max-width: 1023px) {
      .variablesecondarynavigation .mb-subnavigation-toggle {
        display: block; } }

.variablesecondarynavigation.overlaychange:after {
  opacity: 1; }

.rssfeedcarouselexperience {
  width: 100%;
  position: relative;
  display: block;
  max-width: 1310px;
  margin-right: auto;
  margin-left: auto; }

.rsscarousel {
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 60px; }
  .rsscarousel:before, .rsscarousel:after {
    content: " ";
    display: table; }
  .rsscarousel:after {
    clear: both; }
  @media (min-width: 30em) {
    .rsscarousel {
      margin-bottom: 23px; } }
  @media (max-width: 767px) {
    .rsscarousel {
      margin-bottom: 23px; } }
  .rsscarousel .rss-carousel {
    position: relative;
    padding-top: 6rem;
    padding-bottom: 6rem; }
    @media (min-width: 30em) {
      .rsscarousel .rss-carousel {
        padding-top: 10rem;
        padding-bottom: 11rem; } }
    @media (min-width: 30em) {
      .rsscarousel .rss-carousel .carousel-indicators {
        bottom: 30px !important; } }
    .rsscarousel .rss-carousel .carousel-inner {
      overflow: hidden; }
    .rsscarousel .rss-carousel .left, .rsscarousel .rss-carousel .prev, .rsscarousel .rss-carousel .next, .rsscarousel .rss-carousel .right {
      opacity: 0 !important; }
    .rsscarousel .rss-carousel .item.active {
      opacity: 1; }
    .rsscarousel .rss-carousel .item {
      text-align: center;
      top: 0;
      opacity: 0;
      float: left;
      width: 80%;
      margin-left: 10%;
      -webkit-transition: all .6s ease;
      transition: all .6s ease; }
      @media (max-width: 767px) {
        .rsscarousel .rss-carousel .item {
          float: initial;
          width: auto;
          margin-left: initial; } }
      .rsscarousel .rss-carousel .item .inner-item {
        position: relative; }
        .rsscarousel .rss-carousel .item .inner-item > p {
          margin-bottom: 35px;
          color: #777777;
          font-size: 15px;
          font-family: "Roboto Regular", Helvetica, Arial, sans-serif; }
          @media (max-width: 767px) {
            .rsscarousel .rss-carousel .item .inner-item > p {
              font-size: 12px; } }
      .rsscarousel .rss-carousel .item > p {
        font-family: "Roboto Regular", Helvetica, Arial, sans-serif;
        font-size: 12px;
        font-size: 1.2rem;
        line-height: 1.5;
        color: #777777;
        margin-bottom: 3.5rem; }
        @media (min-width: 30em) {
          .rsscarousel .rss-carousel .item > p {
            font-size: 14px;
            font-size: 1.4rem;
            line-height: 1.42857; } }
        @media (min-width: 80em) {
          .rsscarousel .rss-carousel .item > p {
            font-size: 15px;
            font-size: 1.5rem;
            line-height: 1.53333; } }
      .rsscarousel .rss-carousel .item a {
        font-family: "Roboto Light", Helvetica, Arial, sans-serif;
        font-size: 24px;
        font-size: 2.4rem;
        line-height: 1.25;
        color: #071D49;
        text-decoration: none;
        background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #ffffff), color-stop(50%, #2f9ece));
        background: linear-gradient(to bottom, #ffffff 50%, #2f9ece 50%);
        background-size: 2px 2px;
        background-repeat: repeat-x;
        background-position: 0 89%;
        -webkit-transition: color 0.1s ease;
        transition: color 0.1s ease;
        font-weight: 300; }
        .rsscarousel .rss-carousel .item a:hover {
          color: #2f9ece;
          background-position: 0 150%,100% 150%,0 150%;
          text-decoration: none; }
        @media (min-width: 30em) {
          .rsscarousel .rss-carousel .item a {
            font-size: 25px;
            font-size: 2.5rem;
            line-height: 1.4; } }
        @media (min-width: 80em) {
          .rsscarousel .rss-carousel .item a {
            font-size: 30px;
            font-size: 3rem;
            line-height: 1.33333; } }

.wide-content .rsscarousel .rss-carousel .item {
  width: 90%;
  margin-left: 5%; }

.cq-Editable-dom .youtube-video-experience .hero-container,
.cq-Editable-dom .brightcove-video-experience .hero-container {
  padding-top: 0;
  margin-top: 0; }

.cq-Editable-dom .youtube-video-experience > .row,
.cq-Editable-dom .brightcove-video-experience > .row {
  margin-top: 45px; }

.youtubevideoembeddedexperience,
.brightcoveembeddedexperience {
  background-color: #fff;
  float: left;
  width: 100%; }

.articlecontentrowexperience + .youtubevideoembeddedexperience,
.articlecontentrowexperience + .brightcoveembeddedexperience {
  margin-top: -60px; }

.youtube-video-experience,
.brightcove-video-experience {
  margin: 0 auto;
  width: 100%;
  max-width: 320px;
  height: auto;
  padding-bottom: 12rem;
  position: relative;
  position: relative;
  padding-left: 0;
  padding-right: 0; }
  @media (max-width: 767px) {
    .youtube-video-experience,
    .brightcove-video-experience {
      padding-bottom: 1rem !important; } }
  @media (min-width: 400px) {
    .youtube-video-experience,
    .brightcove-video-experience {
      max-width: 380px; } }
  @media (min-width: 500px) {
    .youtube-video-experience,
    .brightcove-video-experience {
      max-width: 480px; } }
  @media (min-width: 600px) {
    .youtube-video-experience,
    .brightcove-video-experience {
      max-width: 580px; } }
  @media (min-width: 767px) {
    .youtube-video-experience,
    .brightcove-video-experience {
      max-width: 600px; } }
  @media (min-width: 1001px) {
    .youtube-video-experience,
    .brightcove-video-experience {
      max-width: 860px; } }
  .youtube-video-experience > .row,
  .brightcove-video-experience > .row {
    position: relative;
    top: 0;
    width: 100%;
    height: auto;
    z-index: 1; }
    @media (min-width: 1001px) {
      .youtube-video-experience > .row,
      .brightcove-video-experience > .row {
        position: absolute; } }
    .youtube-video-experience > .row .col-md-12,
    .brightcove-video-experience > .row .col-md-12 {
      padding: 0; }
  .youtube-video-experience .brightcovevideo .vjs-poster,
  .brightcove-video-experience .brightcovevideo .vjs-poster {
    background-size: cover; }
  .youtube-video-experience .video, .youtube-video-experience .text, .youtube-video-experience .brightcovevideo,
  .brightcove-video-experience .video,
  .brightcove-video-experience .text,
  .brightcove-video-experience .brightcovevideo {
    padding-left: 15px;
    padding-right: 15px;
    width: 100%; }
    .youtube-video-experience .video:before, .youtube-video-experience .video:after, .youtube-video-experience .text:before, .youtube-video-experience .text:after, .youtube-video-experience .brightcovevideo:before, .youtube-video-experience .brightcovevideo:after,
    .brightcove-video-experience .video:before,
    .brightcove-video-experience .video:after,
    .brightcove-video-experience .text:before,
    .brightcove-video-experience .text:after,
    .brightcove-video-experience .brightcovevideo:before,
    .brightcove-video-experience .brightcovevideo:after {
      content: " ";
      display: table; }
    .youtube-video-experience .video:after, .youtube-video-experience .text:after, .youtube-video-experience .brightcovevideo:after,
    .brightcove-video-experience .video:after,
    .brightcove-video-experience .text:after,
    .brightcove-video-experience .brightcovevideo:after {
      clear: both; }
  .youtube-video-experience .hero-container,
  .brightcove-video-experience .hero-container {
    z-index: 2;
    width: 100%;
    overflow: hidden;
    padding-bottom: 11%;
    margin-top: 60px;
    height: 188px;
    position: absolute; }
    @media (min-width: 400px) {
      .youtube-video-experience .hero-container,
      .brightcove-video-experience .hero-container {
        height: 222px; } }
    @media (min-width: 500px) {
      .youtube-video-experience .hero-container,
      .brightcove-video-experience .hero-container {
        height: 285px; } }
    @media (min-width: 600px) {
      .youtube-video-experience .hero-container,
      .brightcove-video-experience .hero-container {
        height: 334px; } }
    @media (min-width: 767px) {
      .youtube-video-experience .hero-container,
      .brightcove-video-experience .hero-container {
        height: 365px; } }
    @media (min-width: 1001px) {
      .youtube-video-experience .hero-container,
      .brightcove-video-experience .hero-container {
        height: 100%;
        position: relative; } }
    .youtube-video-experience .hero-container:before, .youtube-video-experience .hero-container:after,
    .brightcove-video-experience .hero-container:before,
    .brightcove-video-experience .hero-container:after {
      content: " ";
      display: table; }
    .youtube-video-experience .hero-container:after,
    .brightcove-video-experience .hero-container:after {
      clear: both; }
    .youtube-video-experience .hero-container .imagecomponent,
    .brightcove-video-experience .hero-container .imagecomponent {
      position: absolute;
      top: -1px;
      left: -1px;
      bottom: -1px;
      right: -1px;
      z-index: 1;
      -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none;
      min-height: 125px; }
      .youtube-video-experience .hero-container .imagecomponent .authoring-edit,
      .brightcove-video-experience .hero-container .imagecomponent .authoring-edit {
        z-index: 2;
        position: absolute;
        padding: 1px 0 20px 20px;
        width: 100%;
        text-align: center; }
      .youtube-video-experience .hero-container .imagecomponent .authoring-placeholder,
      .brightcove-video-experience .hero-container .imagecomponent .authoring-placeholder {
        display: block;
        height: 20px;
        width: 100%;
        text-indent: -9999px; }
      .youtube-video-experience .hero-container .imagecomponent .image-container,
      .brightcove-video-experience .hero-container .imagecomponent .image-container {
        min-height: 100px;
        position: relative; }
      .youtube-video-experience .hero-container .imagecomponent img,
      .brightcove-video-experience .hero-container .imagecomponent img {
        -o-object-fit: cover;
           object-fit: cover;
        -o-object-position: 50% 50%;
           object-position: 50% 50%;
        display: block;
        position: absolute;
        top: 50%;
        left: 50%;
        width: 100%;
        height: 100%;
        z-index: 1;
        -webkit-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
        min-width: 100%;
        min-height: 100%; }
    .youtube-video-experience .hero-container .actions,
    .brightcove-video-experience .hero-container .actions {
      opacity: 1;
      -webkit-transition: opacity 0.4s ease;
      transition: opacity 0.4s ease;
      width: 100%;
      height: 400px;
      z-index: 3;
      margin-left: -13px; }
    .youtube-video-experience .hero-container .mask,
    .brightcove-video-experience .hero-container .mask {
      display: none;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      z-index: 2;
      background: #ffffff;
      opacity: 0; }
    .youtube-video-experience .hero-container .btn-play,
    .brightcove-video-experience .hero-container .btn-play {
      position: absolute;
      top: 50%;
      left: 50%;
      z-index: 4;
      -webkit-transform: translateY(-50%) translateX(-50%);
              transform: translateY(-50%) translateX(-50%);
      cursor: pointer;
      background: #ffffff;
      width: 120px;
      height: 120px;
      opacity: 0.5;
      -webkit-transition: opacity 0.3s ease, background-color 0.3s ease;
      transition: opacity 0.3s ease, background-color 0.3s ease;
      border: none; }
      .youtube-video-experience .hero-container .btn-play:hover,
      .brightcove-video-experience .hero-container .btn-play:hover {
        opacity: 0.8; }
    .youtube-video-experience .hero-container .btn-play:before,
    .brightcove-video-experience .hero-container .btn-play:before {
      content: "";
      display: block;
      position: absolute;
      top: 50%;
      left: 50%;
      z-index: 2;
      width: 0;
      height: 0;
      -webkit-transform: translateY(-50%) translateX(-11px);
              transform: translateY(-50%) translateX(-11px);
      opacity: 0.5;
      -webkit-transition: opacity 1s ease;
      transition: opacity 1s ease;
      pointer-events: inherit;
      border: solid transparent;
      border-color: rgba(213, 17, 17, 0);
      border-left-color: #000000;
      border-width: 22px;
      border-left-width: 34px; }
    .youtube-video-experience .hero-container .btn-play:after,
    .brightcove-video-experience .hero-container .btn-play:after {
      content: "";
      display: block;
      position: absolute;
      top: 50%;
      left: 50%;
      z-index: 2;
      width: 50px;
      height: 50px;
      -webkit-transform: translateY(-50%) translateX(-50%);
              transform: translateY(-50%) translateX(-50%);
      background-size: contain;
      opacity: 0;
      -webkit-transition: opacity 0.3s ease;
      transition: opacity 0.3s ease;
      pointer-events: none; }
  .youtube-video-experience .video-wrapper,
  .brightcove-video-experience .video-wrapper {
    margin-top: 60px;
    margin-bottom: 20px;
    position: relative;
    padding-bottom: 56.25%;
    /* 16:9 */
    padding-top: 25px;
    height: 0;
    z-index: 1; }
    .youtube-video-experience .video-wrapper iframe,
    .brightcove-video-experience .video-wrapper iframe {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
  .youtube-video-experience .text,
  .brightcove-video-experience .text {
    margin-bottom: 20px;
    margin-top: 8px; }

.article-content .col-md-12 .youtube-video-experience .image,
.article-content .col-md-12 .brightcove-video-experience .image {
  width: 100%;
  margin: 0;
  padding: 0; }

.article-content .col-md-12 .youtube-video-experience .text,
.article-content .col-md-12 .brightcove-video-experience .text {
  width: 100%;
  margin-left: 0; }

.in-author .youtubevideoembeddedexperience,
.in-author .brightcoveembedexperience {
  padding-bottom: 12rem; }

.main-content.pipeline-product {
  background-color: #f5f5f5; }

.productdetailcontainer {
  font-family: "Roboto Regular", Helvetica, Arial, sans-serif;
  position: relative;
  background-color: #f5f5f5 !important;
  padding-top: 60px;
  margin-top: -60px;
  margin-bottom: -120px;
  float: left;
  width: 100%;
  overflow: hidden; }
  .productdetailcontainer__offset:nth-of-type(1) {
    left: 0; }
  .productdetailcontainer .svg-container {
    display: block;
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg); }
  .productdetailcontainer__offset:nth-of-type(2) {
    right: 0; }
  .productdetailcontainer__offset {
    display: none !important;
    height: 200px;
    position: absolute;
    z-index: 99;
    width: 110px;
    height: 100%;
    background-color: #fff;
    margin-top: 6rem; }
    @media (min-width: 959px) {
      .productdetailcontainer__offset {
        display: block !important; } }
    .productdetailcontainer__offset > div {
      position: relative;
      height: 100%; }
    .productdetailcontainer__offset a {
      color: #004bff;
      display: block;
      width: 11rem;
      text-align: center;
      padding: 10rem 0 20rem 0;
      text-decoration: none;
      overflow: hidden;
      -webkit-transition: all 0.3s ease;
      transition: all 0.3s ease;
      cursor: auto;
      height: 100%; }
      .productdetailcontainer__offset a:hover p {
        text-decoration: underline; }
      .productdetailcontainer__offset a svg {
        fill: #004bff; }
      .productdetailcontainer__offset a > p {
        -webkit-transform: rotate(90deg);
                transform: rotate(90deg);
        display: inline-block;
        -webkit-transform-origin: 0 0;
                transform-origin: 0 0;
        margin-left: 75px;
        margin-top: 30px;
        width: 80rem;
        text-align: left;
        font-size: 20px;
        font-size: 2rem;
        line-height: 1.5; }
        @media (min-width: 30em) {
          .productdetailcontainer__offset a > p {
            font-size: 25px;
            font-size: 2.5rem;
            line-height: 1.52; } }
        @media (min-width: 80em) {
          .productdetailcontainer__offset a > p {
            font-size: 30px;
            font-size: 3rem;
            line-height: 1.5; } }
      .productdetailcontainer__offset a.affix {
        position: fixed !important;
        padding-top: 5rem; }
    .productdetailcontainer__offset a:after {
      content: '';
      display: block;
      position: absolute;
      top: 0;
      z-index: 99;
      width: 4rem;
      height: 100%; }
  .productdetailcontainer__main {
    position: relative;
    min-height: 1px;
    padding: 1rem 0;
    background-color: #fff;
    margin: 60px 0;
    width: calc(100% - 300px);
    margin-left: 150px;
    float: left; }
    @media (max-width: 479px) {
      .productdetailcontainer__main {
        margin-top: 35px; } }
    @media (max-width: 767px) {
      .productdetailcontainer__main {
        background-color: transparent;
        padding: 0 3rem;
        float: left; } }
    @media (max-width: 959px) {
      .productdetailcontainer__main {
        width: 100%;
        margin-left: 0; } }
    .productdetailcontainer__main > div.detail-container {
      width: 100%;
      max-width: 833.3333px;
      margin: 0 auto;
      background-color: #fff; }
      @media (max-width: 479px) {
        .productdetailcontainer__main > div.detail-container {
          padding: 0 2rem; }
          .productdetailcontainer__main > div.detail-container > div, .productdetailcontainer__main > div.detail-container > header.productdetailcontainer__main__page-header {
            width: 100%;
            margin-left: 0;
            margin-bottom: 2rem; }
            .productdetailcontainer__main > div.detail-container > div h1, .productdetailcontainer__main > div.detail-container > header.productdetailcontainer__main__page-header h1 {
              padding-top: 1rem;
              padding-bottom: 3rem; }
          .productdetailcontainer__main > div.detail-container .productdetailcontainer__main__back-to-title-text {
            margin-top: -4rem;
            margin-bottom: 5rem;
            float: left;
            margin-left: 10px; }
            .productdetailcontainer__main > div.detail-container .productdetailcontainer__main__back-to-title-text .arrow {
              -webkit-transform: rotate(180deg);
                      transform: rotate(180deg);
              float: left;
              width: 20px;
              height: 20px;
              margin-right: 10px;
              margin-left: -30px; }
              .productdetailcontainer__main > div.detail-container .productdetailcontainer__main__back-to-title-text .arrow svg {
                fill: #071D49;
                width: 100%;
                height: 100%; }
            .productdetailcontainer__main > div.detail-container .productdetailcontainer__main__back-to-title-text a {
              display: block;
              float: left;
              margin-top: 3px; } }
      @media (min-width: 480px) and (max-width: 767px) {
        .productdetailcontainer__main > div.detail-container {
          padding: 0;
          float: left; }
          .productdetailcontainer__main > div.detail-container .productdetailcontainer__main__back-to-title-text {
            margin-top: -4rem;
            margin-bottom: 5rem; }
            .productdetailcontainer__main > div.detail-container .productdetailcontainer__main__back-to-title-text .arrow {
              -webkit-transform: rotate(180deg);
                      transform: rotate(180deg);
              float: left;
              width: 20px;
              height: 20px;
              margin-right: 18px;
              margin-left: -30px; }
              .productdetailcontainer__main > div.detail-container .productdetailcontainer__main__back-to-title-text .arrow svg {
                fill: #071D49;
                width: 100%;
                height: 100%; }
            .productdetailcontainer__main > div.detail-container .productdetailcontainer__main__back-to-title-text a {
              display: block;
              float: left;
              margin-top: 3px; }
          .productdetailcontainer__main > div.detail-container > div, .productdetailcontainer__main > div.detail-container > header.productdetailcontainer__main__page-header {
            width: 83.3333%;
            margin-left: 8.3333%; } }
      @media (min-width: 480px) and (max-width: 1220px) {
        .productdetailcontainer__main > div.detail-container {
          padding: 0 3rem; } }
      @media (min-width: 480px) and (max-width: 959px) {
        .productdetailcontainer__main > div.detail-container > div, .productdetailcontainer__main > div.detail-container > header.productdetailcontainer__main__page-header {
          width: 66.6667%;
          margin-left: auto;
          margin-right: auto; } }
      @media (max-width: 80em) {
        .productdetailcontainer__main > div.detail-container {
          padding: 0 20px; } }
    .productdetailcontainer__main__page-header {
      position: relative;
      padding-top: 4rem;
      padding-bottom: 1.5rem;
      margin-top: 4rem;
      margin-bottom: 4rem;
      border-bottom: 1px solid #e1e1e1;
      border-width: initial;
      border-style: none;
      border-color: initial;
      -o-border-image: initial;
         border-image: initial;
      background: none;
      padding: 0px;
      margin: 0px 0px 15px 0;
      border-bottom: 1px solid #e1e1e1;
      font-size: 34px;
      font-size: 3.4rem;
      line-height: 1.17647;
      margin-top: 2rem; }
      @media (min-width: 30em) {
        .productdetailcontainer__main__page-header {
          margin-top: 2rem;
          margin-bottom: 4rem;
          font-size: 4.2rem;
          line-height: 1.2381; } }
      @media (max-width: 767px) {
        .productdetailcontainer__main__page-header h1 {
          padding-top: 4rem; } }
      @media (min-width: 48em) {
        .productdetailcontainer__main__page-header {
          margin-top: 2rem; } }
      @media (min-width: 80em) {
        .productdetailcontainer__main__page-header {
          margin-top: 1rem;
          font-size: 50px;
          font-size: 5rem;
          line-height: 1.3; } }
    .productdetailcontainer__main__back-to-title-text {
      margin-top: 3rem; }
      @media (min-width: 30em) {
        .productdetailcontainer__main__back-to-title-text {
          font-size: 1.4rem;
          line-height: 1.42857;
          margin-top: 5rem; } }
      @media (min-width: 80em) {
        .productdetailcontainer__main__back-to-title-text {
          font-size: 1.5rem;
          line-height: 1.53333;
          margin-top: 5rem; } }
      .productdetailcontainer__main__back-to-title-text > a {
        color: #071D49;
        text-decoration: none;
        background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #ffffff), color-stop(50%, #004bff));
        background: linear-gradient(to bottom, #ffffff 50%, #004bff 50%);
        background-size: 2px 2px;
        background-repeat: repeat-x;
        background-position: 0 89%;
        text-shadow: 0.03em 0 #ffffff, -0.03em 0 #ffffff, 0 0.03em #ffffff, 0 -0.03em #ffffff, 0.06em 0 #ffffff, -0.06em 0 #ffffff, 0.09em 0 #ffffff, -0.09em 0 #ffffff, 0.12em 0 #ffffff, -0.12em 0 #ffffff, 0.15em 0 #ffffff, -0.15em 0 #ffffff;
        -webkit-transition: color 0.1s ease;
        transition: color 0.1s ease; }
        .productdetailcontainer__main__back-to-title-text > a:hover {
          color: #004bff;
          background-size: 0; }
        @media (max-width: 767px) {
          .productdetailcontainer__main__back-to-title-text > a {
            background: none;
            margin-top: 2px; } }
    .productdetailcontainer__main h1 {
      font-family: "Roboto Bold", Helvetica, Arial, sans-serif;
      display: inline-block;
      margin: 0px;
      font-size: 24px;
      font-size: 2.4rem;
      font-weight: 700;
      line-height: 1.25;
      padding-bottom: 2rem; }
      @media (min-width: 30em) {
        .productdetailcontainer__main h1 {
          font-size: 25px;
          font-size: 2.5rem;
          line-height: 1.4; } }
      @media (min-width: 80em) {
        .productdetailcontainer__main h1 {
          font-size: 30px;
          font-size: 3rem;
          line-height: 1.33333; } }
    .productdetailcontainer__main__description {
      padding-bottom: 4rem; }
      @media (min-width: 48em) {
        .productdetailcontainer__main__description {
          padding-bottom: 14rem; } }
      .productdetailcontainer__main__description__overview {
        border-bottom: 1px solid #e1e1e1;
        padding-bottom: 3.5rem;
        margin-bottom: 4rem;
        font-size: 2.2rem;
        line-height: 1.6;
        font-family: "Roboto Light", Helvetica, Arial, sans-serif;
        font-weight: 300; }
        @media (max-width: 767px) {
          .productdetailcontainer__main__description__overview {
            margin-bottom: 3rem; } }
        @media (min-width: 48em) {
          .productdetailcontainer__main__description__overview {
            font-size: 3rem;
            line-height: 1.3;
            padding-bottom: 6rem;
            margin-bottom: 7rem; } }
        .productdetailcontainer__main__description__overview p:first-child {
          margin-top: 0; }
        .productdetailcontainer__main__description__overview p:last-child {
          margin-bottom: 0; }
        .productdetailcontainer__main__description__overview table {
          width: 100% !important; }
      .productdetailcontainer__main__description__details {
        display: block;
        font-family: "Roboto Regular", Helvetica, Arial, sans-serif;
        font-size: 16px;
        font-size: 1.6rem;
        line-height: 1.5;
        float: left;
        width: 100%;
        border-bottom: 1px solid #e1e1e1;
        padding-bottom: 5rem; }
        @media (min-width: 30em) {
          .productdetailcontainer__main__description__details {
            font-size: 18px;
            font-size: 1.8rem;
            line-height: 1.66667;
            border-bottom: none; } }
        @media (max-width: 767px) {
          .productdetailcontainer__main__description__details {
            padding-bottom: 3rem; } }
        @media (min-width: 48em) {
          .productdetailcontainer__main__description__details {
            margin-bottom: 9rem;
            border-bottom: none; } }
        @media (min-width: 80em) {
          .productdetailcontainer__main__description__details {
            font-size: 20px;
            font-size: 2rem;
            line-height: 1.8;
            border-bottom: none; } }
        .productdetailcontainer__main__description__details > div {
          width: 100%;
          float: left; }
          @media (min-width: 30em) {
            .productdetailcontainer__main__description__details > div {
              width: 33.3333%; } }
          @media (max-width: 767px) {
            .productdetailcontainer__main__description__details > div {
              width: 100%;
              float: left;
              margin-bottom: 13px; }
              .productdetailcontainer__main__description__details > div span {
                font-size: 2rem; } }
          .productdetailcontainer__main__description__details > div > span {
            display: block;
            font-family: "Roboto Light", Helvetica, Arial, sans-serif;
            font-weight: 300; }
          .productdetailcontainer__main__description__details > div > h3 {
            font-family: "Roboto Bold", Helvetica, Arial, sans-serif;
            font-weight: 700; }
            @media (min-width: 30em) {
              .productdetailcontainer__main__description__details > div > h3 {
                font-size: 18px;
                font-size: 1.8rem;
                line-height: 1.66667; } }
            @media (max-width: 767px) {
              .productdetailcontainer__main__description__details > div > h3 {
                margin-bottom: 20px;
                font-size: 2rem;
                font-family: inherit; } }
            @media (min-width: 48em) {
              .productdetailcontainer__main__description__details > div > h3 {
                margin-bottom: 20px; } }
            @media (min-width: 80em) {
              .productdetailcontainer__main__description__details > div > h3 {
                margin-bottom: 20px;
                font-size: 22px;
                font-size: 2.2rem;
                line-height: 1.27273; } }
      .productdetailcontainer__main__description__indicators .phase-container {
        position: relative;
        padding-top: 8px;
        max-width: 342px; }
        .productdetailcontainer__main__description__indicators .phase-container .single-dash {
          display: block;
          width: 22.5%;
          float: left;
          background-color: #a3b7ff;
          height: 10px;
          margin-left: 2.5%; }
          .productdetailcontainer__main__description__indicators .phase-container .single-dash:first-of-type {
            margin-left: 0; }
        .productdetailcontainer__main__description__indicators .phase-container .phase-text {
          display: block;
          width: 100%;
          position: absolute;
          top: 50%;
          margin-top: -10px;
          left: 0;
          text-align: center; }
          .productdetailcontainer__main__description__indicators .phase-container .phase-text > span {
            -webkit-transition: background-color 0.4s ease;
            transition: background-color 0.4s ease;
            display: none; }
        .productdetailcontainer__main__description__indicators .phase-container.phase-1 .single-dash.one {
          background-color: #004bff; }
        .productdetailcontainer__main__description__indicators .phase-container.phase-2 .single-dash.one, .productdetailcontainer__main__description__indicators .phase-container.phase-2 .single-dash.two {
          background-color: #004bff; }
        .productdetailcontainer__main__description__indicators .phase-container.phase-3 .single-dash.one, .productdetailcontainer__main__description__indicators .phase-container.phase-3 .single-dash.two, .productdetailcontainer__main__description__indicators .phase-container.phase-3 .single-dash.three {
          background-color: #004bff; }
        .productdetailcontainer__main__description__indicators .phase-container.submitted .single-dash.one, .productdetailcontainer__main__description__indicators .phase-container.submitted .single-dash.two, .productdetailcontainer__main__description__indicators .phase-container.submitted .single-dash.three, .productdetailcontainer__main__description__indicators .phase-container.submitted .single-dash.four {
          background-color: #004bff; }
        .productdetailcontainer__main__description__indicators .phase-container.approved {
          text-align: center; }
          .productdetailcontainer__main__description__indicators .phase-container.approved .single-dash {
            margin: 0;
            background-color: #1ac9a8;
            width: 25%; }
          .productdetailcontainer__main__description__indicators .phase-container.approved .phase-text > span {
            display: inline-block;
            padding: 0px 8px;
            font-size: 1.5rem;
            line-height: 1;
            background-color: #fff;
            margin-top: 10px;
            color: #1ac9a8; }
            @media (min-width: 479px) {
              .productdetailcontainer__main__description__indicators .phase-container.approved .phase-text > span {
                margin-top: 12px; } }
            @media (min-width: 479px) and (max-width: 767px) {
              .productdetailcontainer__main__description__indicators .phase-container.approved .phase-text > span {
                margin-top: 8px; } }
      .productdetailcontainer__main__description__indicators table {
        width: 100%;
        border-collapse: collapse;
        font-family: "Roboto Regular", Helvetica, Arial, sans-serif;
        table-layout: fixed; }
        @media (max-width: 767px) {
          .productdetailcontainer__main__description__indicators table {
            border-top: 2px solid #e1e1e1; } }
        .productdetailcontainer__main__description__indicators table thead {
          vertical-align: bottom; }
          @media (max-width: 30em) {
            .productdetailcontainer__main__description__indicators table thead {
              display: none; } }
          @media (max-width: 767px) {
            .productdetailcontainer__main__description__indicators table thead {
              display: none; } }
          .productdetailcontainer__main__description__indicators table thead tr {
            border-bottom: 2px solid #e1e1e1; }
            .productdetailcontainer__main__description__indicators table thead tr th {
              color: #071D49;
              padding-bottom: 10px;
              font-size: 12px;
              font-size: 1.2rem;
              line-height: 1.5;
              text-align: left;
              font-family: "Roboto Light", Helvetica, Arial, sans-serif;
              font-weight: 300; }
              @media (min-width: 30em) {
                .productdetailcontainer__main__description__indicators table thead tr th {
                  font-size: 14px;
                  font-size: 1.4rem;
                  line-height: 1.42857; } }
              @media (min-width: 48em) {
                .productdetailcontainer__main__description__indicators table thead tr th {
                  width: 19%; } }
              @media (min-width: 80em) {
                .productdetailcontainer__main__description__indicators table thead tr th {
                  font-size: 15px;
                  font-size: 1.5rem;
                  line-height: 1.53333; } }
        .productdetailcontainer__main__description__indicators table tbody {
          vertical-align: top; }
          .productdetailcontainer__main__description__indicators table tbody tr {
            border-bottom: 2px solid #e1e1e1;
            padding: 3rem 0;
            width: 100%; }
            @media (max-width: 30em) {
              .productdetailcontainer__main__description__indicators table tbody tr {
                float: left;
                width: 100%; } }
            @media (max-width: 767px) {
              .productdetailcontainer__main__description__indicators table tbody tr {
                float: left;
                width: 100%; } }
            .productdetailcontainer__main__description__indicators table tbody tr td {
              color: #071D49;
              padding: 1rem 0;
              font-size: 18px;
              font-size: 1.8rem;
              line-height: 1.66667;
              line-height: 1.5;
              display: block;
              width: 100%;
              font-family: "Roboto Light", Helvetica, Arial, sans-serif;
              font-weight: 300; }
              @media (max-width: 479px) {
                .productdetailcontainer__main__description__indicators table tbody tr td {
                  font-size: 16px;
                  font-size: 1.6rem;
                  line-height: 1.5; } }
              @media (min-width: 30em) {
                .productdetailcontainer__main__description__indicators table tbody tr td {
                  font-size: 18px;
                  font-size: 1.8rem;
                  line-height: 1.66667;
                  display: table-cell;
                  width: 33.33333%;
                  padding: 2rem 0;
                  padding-right: 3rem;
                  float: unset; } }
              @media (max-width: 767px) {
                .productdetailcontainer__main__description__indicators table tbody tr td {
                  float: left;
                  width: 100%;
                  padding: 0.3rem 0; } }
              @media (min-width: 48em) {
                .productdetailcontainer__main__description__indicators table tbody tr td {
                  width: 33.33333%;
                  padding: 2rem 0;
                  padding-right: 3rem;
                  float: unset; } }
              @media (min-width: 80em) {
                .productdetailcontainer__main__description__indicators table tbody tr td {
                  font-size: 20px;
                  font-size: 2rem;
                  line-height: 1.8;
                  padding: 2rem 0;
                  padding-right: 3rem;
                  float: unset;
                  width: 33.33333%; } }
              .productdetailcontainer__main__description__indicators table tbody tr td:last-child {
                padding-right: 0; }

body.no-scrolling {
  overflow: hidden;
  height: 100vh; }
  body.no-scrolling .filter-set {
    overflow: scroll; }

.pipeline-list {
  float: left;
  width: 100%;
  min-height: 100%;
  /* ==========================================================================
         Tablesort
         ========================================================================== */ }
  .pipeline-list .pipeline-results-wrapper {
    margin-right: auto;
    margin-left: auto;
    padding-left: 20px;
    padding-right: 20px;
    max-width: 1310px;
    width: auto;
    overflow-x: hidden;
    min-height: 100vh;
    margin-top: 3rem; }
    .pipeline-list .pipeline-results-wrapper .focus-container {
      float: left;
      width: 100%; }
      .pipeline-list .pipeline-results-wrapper .focus-container .focus-container-heading {
        padding-left: 0;
        margin-bottom: 0; }
        @media (max-width: 767px) {
          .pipeline-list .pipeline-results-wrapper .focus-container .focus-container-heading {
            margin-bottom: 3.5rem; } }
        @media (min-width: 48rem) {
          .pipeline-list .pipeline-results-wrapper .focus-container .focus-container-heading {
            padding-left: 2rem;
            margin-bottom: 42px; } }
        @media (min-width: 80rem) {
          .pipeline-list .pipeline-results-wrapper .focus-container .focus-container-heading {
            padding-left: 2rem;
            margin-bottom: 42px; } }
        .pipeline-list .pipeline-results-wrapper .focus-container .focus-container-heading h2 {
          font-family: "Roboto Bold", Helvetica, Arial, sans-serif;
          font-size: 24px;
          font-size: 2.4rem;
          line-height: 1.25;
          font-weight: 700; }
          @media (min-width: 48rem) {
            .pipeline-list .pipeline-results-wrapper .focus-container .focus-container-heading h2 {
              font-size: 25px;
              font-size: 2.5rem;
              line-height: 1.4; } }
          @media (min-width: 80rem) {
            .pipeline-list .pipeline-results-wrapper .focus-container .focus-container-heading h2 {
              font-size: 30px;
              font-size: 3rem;
              line-height: 1.33333; } }
        .pipeline-list .pipeline-results-wrapper .focus-container .focus-container-heading a {
          color: #071D49;
          text-decoration: none;
          background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #ffffff), color-stop(50%, #2f9ece));
          background: linear-gradient(to bottom, #ffffff 50%, #2f9ece 50%);
          background-size: 2px 2px;
          background-repeat: repeat-x;
          background-position: 0 89%;
          -webkit-transition: color 0.1s ease;
          transition: color 0.1s ease; }
          .pipeline-list .pipeline-results-wrapper .focus-container .focus-container-heading a:hover {
            color: #2f9ece;
            background-position: 0 150%,100% 150%,0 150%;
            text-decoration: none; }
    .pipeline-list .pipeline-results-wrapper .table__thead {
      overflow: hidden;
      padding: 0 2rem; }
    .pipeline-list .pipeline-results-wrapper .table__tr {
      height: 50px;
      display: block;
      float: left;
      width: 110%;
      position: relative;
      margin-left: -4rem;
      margin-right: -2rem;
      padding: 0 4rem; }
    .pipeline-list .pipeline-results-wrapper .table__th {
      padding-bottom: 12px; }
      .pipeline-list .pipeline-results-wrapper .table__th.col-sm-1 {
        height: 100%; }
    .pipeline-list .pipeline-results-wrapper .th-potential-indication {
      padding-left: 10px;
      margin-right: -8px; }
    .pipeline-list .pipeline-results-wrapper .no-results {
      margin-top: 3rem;
      font-family: "Roboto Regular", Helvetica, Arial, sans-serif;
      font-size: 24px;
      font-size: 2.4rem;
      line-height: 1.25;
      float: left;
      padding-left: 1rem; }
      @media (min-width: 30em) {
        .pipeline-list .pipeline-results-wrapper .no-results {
          font-size: 25px;
          font-size: 2.5rem;
          line-height: 1.4;
          margin-top: 5rem;
          padding-left: 2rem; } }
  .pipeline-list .results-list {
    color: #071D49;
    font-family: "Roboto Regular", Helvetica, Arial, sans-serif;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.5;
    margin-bottom: 80px; }
    @media (min-width: 30em) {
      .pipeline-list .results-list {
        font-size: 18px;
        font-size: 1.8rem;
        line-height: 1.66667; } }
    @media (min-width: 80em) {
      .pipeline-list .results-list {
        font-size: 20px;
        font-size: 2rem;
        line-height: 1.8; } }
  .pipeline-list .datatable-header {
    position: relative; }
    @media (min-width: 48em) {
      .pipeline-list .datatable-header {
        border-bottom: 1px solid #d4d4d4; } }
    @media (max-width: 47.99em) {
      .pipeline-list .datatable-header {
        border-bottom: 1px solid #d4d4d4; } }
    .pipeline-list .datatable-header .datatable-header__container {
      margin-right: auto;
      margin-left: auto;
      padding-left: 20px;
      padding-right: 20px;
      max-width: 1310px;
      width: auto; }
      .pipeline-list .datatable-header .datatable-header__container:before, .pipeline-list .datatable-header .datatable-header__container:after {
        content: " ";
        display: table; }
      .pipeline-list .datatable-header .datatable-header__container:after {
        clear: both; }
    .pipeline-list .datatable-header .datatable-header__title {
      margin-top: 15px;
      padding-left: 20px; }
      @media (min-width: 768px) {
        .pipeline-list .datatable-header .datatable-header__title {
          margin-top: 52px; } }
      .pipeline-list .datatable-header .datatable-header__title h3 {
        font-family: "Roboto Bold", Helvetica, Arial, sans-serif;
        font-size: 24px;
        font-size: 2.4rem;
        line-height: 1.25;
        margin-top: 0;
        font-weight: 700; }
        @media (min-width: 30em) {
          .pipeline-list .datatable-header .datatable-header__title h3 {
            font-size: 25px;
            font-size: 2.5rem;
            line-height: 1.4; } }
        @media (min-width: 80em) {
          .pipeline-list .datatable-header .datatable-header__title h3 {
            font-size: 30px;
            font-size: 3rem;
            line-height: 1.33333; } }
      @media (min-width: 48em) {
        .pipeline-list .datatable-header .datatable-header__title {
          float: left; } }
      @media (max-width: 47.99em) {
        .pipeline-list .datatable-header .datatable-header__title {
          border-bottom: 1px solid #d4d4d4;
          padding: 30px 25px;
          margin: 15px -25px 0;
          height: 100px; } }
    .pipeline-list .datatable-header .datatable-header__heading {
      line-height: 1.8; }
    .pipeline-list .datatable-header .datatable-header__actions {
      height: 100%; }
      .pipeline-list .datatable-header .datatable-header__actions__buttons {
        padding: 0; }
        .pipeline-list .datatable-header .datatable-header__actions__buttons > div {
          padding: 40px 42px 55px; }
          @media (max-width: 767px) {
            .pipeline-list .datatable-header .datatable-header__actions__buttons > div {
              padding: 8px 24px 0; } }
        .pipeline-list .datatable-header .datatable-header__actions__buttons.filter-open .datatable-header__filter {
          background-color: #f1f1f1; }
          .pipeline-list .datatable-header .datatable-header__actions__buttons.filter-open .datatable-header__filter svg {
            -webkit-transform: rotate(180deg);
                    transform: rotate(180deg); }
        .pipeline-list .datatable-header .datatable-header__actions__buttons.sorting-open .datatable-header__sort {
          background-color: #f1f1f1; }
          .pipeline-list .datatable-header .datatable-header__actions__buttons.sorting-open .datatable-header__sort svg {
            -webkit-transform: rotate(180deg);
                    transform: rotate(180deg); }
      @media (max-width: 767px) {
        .pipeline-list .datatable-header .datatable-header__actions {
          margin: 0;
          float: left;
          width: 100%;
          overflow: visible;
          height: 90px; } }
      @media (min-width: 48em) {
        .pipeline-list .datatable-header .datatable-header__actions {
          float: right; }
          .pipeline-list .datatable-header .datatable-header__actions__buttons {
            float: right;
            height: 100%; } }
      @media (max-width: 47.99em) {
        .pipeline-list .datatable-header .datatable-header__actions__buttons {
          height: 90px;
          margin: 0 -2.5rem; }
        .pipeline-list .datatable-header .datatable-header__actions__buttons:before, .pipeline-list .datatable-header .datatable-header__actions__buttons:after {
          content: " ";
          display: table; }
        .pipeline-list .datatable-header .datatable-header__actions__buttons:after {
          clear: both; } }
      .pipeline-list .datatable-header .datatable-header__actions__btn {
        font-size: 15px;
        font-size: 1.5rem;
        line-height: 1.53333;
        background: transparent;
        color: #071D49;
        width: 100%;
        height: 100%;
        padding: 10px 30px; }
        .pipeline-list .datatable-header .datatable-header__actions__btn .icon {
          width: 14px;
          height: 14px;
          margin-left: 10px;
          position: relative;
          top: 2px; }
    .pipeline-list .datatable-header__search {
      background-color: #ffffff;
      -webkit-transition: background-color 100ms ease;
      transition: background-color 100ms ease;
      will-change: background-color;
      padding-top: 26px;
      margin-top: 43px; }
      .pipeline-list .datatable-header__search__input {
        display: inline-block;
        background: none;
        color: #071D49;
        border: none;
        font-size: 15px;
        font-size: 1.5rem;
        line-height: 1.53333;
        padding: 0.2rem 2rem 0 2rem;
        height: 30px;
        line-height: 17px; }
        .pipeline-list .datatable-header__search__input::-moz-placeholder {
          color: #636363;
          opacity: 1; }
        .pipeline-list .datatable-header__search__input:-ms-input-placeholder, .pipeline-list .datatable-header__search__input::-webkit-input-placeholder {
          color: #636363; }
        .pipeline-list .datatable-header__search__input::-webkit-input-placeholder {
          color: #636363; }
        .pipeline-list .datatable-header__search__input::-moz-placeholder {
          color: #636363; }
        .pipeline-list .datatable-header__search__input::-ms-input-placeholder {
          color: #636363; }
        .pipeline-list .datatable-header__search__input::placeholder {
          color: #636363; }
        .pipeline-list .datatable-header__search__input:focus {
          outline: none; }
      @media (max-width: 767px) {
        .pipeline-list .datatable-header__search {
          display: none; } }
      .pipeline-list .datatable-header__search__toggle:hover .icon {
        fill: #2f9ece;
        color: #2f9ece; }
      .pipeline-list .datatable-header__search__toggle .icon {
        width: 25px;
        height: 25px;
        position: relative;
        top: 1px; }
      .pipeline-list .datatable-header__search .icon:hover svg {
        color: #2f9ece; }
      .pipeline-list .datatable-header__search__clear {
        position: absolute;
        top: 2px;
        right: 0;
        z-index: 2;
        width: 55px;
        height: 100%;
        opacity: 0;
        -webkit-transition: opacity 100ms ease;
        transition: opacity 100ms ease;
        will-change: opacity; }
        .pipeline-list .datatable-header__search__clear:hover .icon {
          fill: #2f9ece;
          color: #2f9ece; }
        .pipeline-list .datatable-header__search__clear .icon {
          width: 20px;
          height: 20px; }
      @media (min-width: 48em) {
        .pipeline-list .datatable-header__search {
          position: relative;
          width: 240px;
          float: left;
          margin-right: 1rem;
          -webkit-transition: width 400ms ease;
          transition: width 400ms ease;
          will-change: width;
          margin-top: 43px;
          padding: 10px 0; }
          .pipeline-list .datatable-header__search__input {
            padding-left: 55px;
            padding-right: 55px;
            width: 100%; }
          .pipeline-list .datatable-header__search__toggle {
            position: absolute;
            top: 2px;
            right: 0;
            z-index: 3;
            width: 55px;
            height: 100%; } }
      @media (max-width: 47.99em) {
        .pipeline-list .datatable-header__search {
          height: 90px;
          border-top: 1px solid #d4d4d4;
          margin: 0 -2rem; }
          .pipeline-list .datatable-header__search__input {
            display: none; }
          .pipeline-list .datatable-header__search__toggle {
            width: 100%;
            padding: 25px 20px;
            color: #636363;
            font-size: 15px;
            font-size: 1.5rem;
            line-height: 1.53333; }
            .pipeline-list .datatable-header__search__toggle .icon {
              color: #071D49;
              margin-left: 12px;
              position: relative;
              top: 7px; }
            .pipeline-list .datatable-header__search__toggle .mobile-label {
              position: static;
              width: auto;
              height: auto;
              clip: inherit; }
            .pipeline-list .datatable-header__search__toggle:active {
              color: #2f9ece; }
            .pipeline-list .datatable-header__search__toggle:active .icon {
              color: #2f9ece; }
          .pipeline-list .datatable-header__search__clear {
            display: none; } }
      @media (min-width: 80em) {
        .pipeline-list .datatable-header__search {
          margin-top: 43px; } }
      .pipeline-list .datatable-header__search.search-focused {
        background-color: #f1f1f1;
        width: 320px; }
        .pipeline-list .datatable-header__search.search-focused .datatable-header__search__toggle {
          left: 0; }
        .pipeline-list .datatable-header__search.search-focused .datatable-header__search__clear {
          opacity: 1; }
        .pipeline-list .datatable-header__search.search-focused .datatable-header__search__toggle:hover .icon {
          fill: #071D49;
          color: #071D49; }
  .pipeline-list .datatable-header__sort {
    display: block;
    float: left;
    width: 50%; }
    .pipeline-list .datatable-header__sort .datatable-header__actions__btn {
      padding: 30px 20px;
      text-align: center; }
    @media (min-width: 768px) {
      .pipeline-list .datatable-header__sort {
        display: none; } }
  .pipeline-list .datatable-header__filter {
    display: block;
    float: right;
    border-left: 1px solid #d4d4d4;
    width: 50%; }
    .pipeline-list .datatable-header__filter .datatable-header__actions__btn {
      padding: 30px 20px;
      text-align: center; }
      .pipeline-list .datatable-header__filter .datatable-header__actions__btn svg {
        -webkit-transition: -webkit-transform 0.4s ease;
        transition: -webkit-transform 0.4s ease;
        transition: transform 0.4s ease;
        transition: transform 0.4s ease, -webkit-transform 0.4s ease; }
      .pipeline-list .datatable-header__filter .datatable-header__actions__btn:hover {
        color: #2f9ece; }
        .pipeline-list .datatable-header__filter .datatable-header__actions__btn:hover svg {
          fill: #2f9ece; }
    @media (min-width: 768px) {
      .pipeline-list .datatable-header__filter {
        border-left: none;
        float: none;
        display: inline-block;
        text-align: center;
        width: auto; }
        .pipeline-list .datatable-header__filter .datatable-header__actions__btn {
          margin-top: 18px;
          padding: 0;
          text-align: center; } }
  .pipeline-list .datatable-header__sort {
    float: left; }
    .pipeline-list .datatable-header__sort .datatable-header__actions__btn {
      padding: 30px 20px;
      text-align: center; }
      .pipeline-list .datatable-header__sort .datatable-header__actions__btn svg {
        -webkit-transition: -webkit-transform 0.4s ease;
        transition: -webkit-transform 0.4s ease;
        transition: transform 0.4s ease;
        transition: transform 0.4s ease, -webkit-transform 0.4s ease; }
      .pipeline-list .datatable-header__sort .datatable-header__actions__btn:hover {
        color: #2f9ece; }
        .pipeline-list .datatable-header__sort .datatable-header__actions__btn:hover svg {
          fill: #2f9ece; }
  .pipeline-list .datatable-header__actions__btn,
  .pipeline-list .datatable-header__search__toggle,
  .pipeline-list .datatable-header__search__clear,
  .pipeline-list .datatable-header__search-mobile__toggle,
  .pipeline-list .datatable-header__search-mobile__clear {
    display: inline-block;
    color: #071D49;
    text-decoration: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
    background: none;
    border: none;
    -webkit-box-shadow: none;
            box-shadow: none;
    padding: 0; }
    .pipeline-list .datatable-header__actions__btn:active,
    .pipeline-list .datatable-header__search__toggle:active,
    .pipeline-list .datatable-header__search__clear:active,
    .pipeline-list .datatable-header__search-mobile__toggle:active,
    .pipeline-list .datatable-header__search-mobile__clear:active {
      outline: none;
      -webkit-box-shadow: none;
              box-shadow: none; }
    .pipeline-list .datatable-header__actions__btn:focus,
    .pipeline-list .datatable-header__search__toggle:focus,
    .pipeline-list .datatable-header__search__clear:focus,
    .pipeline-list .datatable-header__search-mobile__toggle:focus,
    .pipeline-list .datatable-header__search-mobile__clear:focus {
      outline: none; }
  .pipeline-list .filter-set, .pipeline-list .sorting-set {
    background-color: #f1f1f1;
    width: 100%;
    float: left;
    padding: 48px 24px;
    height: 400px;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    position: relative;
    overflow: hidden;
    color: #071D49; }
    .pipeline-list .filter-set.no-animation, .pipeline-list .sorting-set.no-animation {
      -webkit-transition: none;
      transition: none; }
    .pipeline-list .filter-set .inner-filter, .pipeline-list .sorting-set .inner-filter {
      max-width: 1310px;
      width: 100%;
      margin: 0 auto;
      padding: 0 2rem; }
    @media (max-width: 767px) {
      .pipeline-list .filter-set, .pipeline-list .sorting-set {
        height: 91vh;
        position: absolute;
        z-index: 3;
        top: 205px;
        overflow: hidden; } }
    .pipeline-list .filter-set fieldset legend, .pipeline-list .sorting-set fieldset legend {
      display: block;
      border: none;
      padding: 0;
      margin: 0 0 20px;
      font-size: 15px;
      font-size: 1.5rem;
      line-height: 1.53333; }
    .pipeline-list .filter-set fieldset > label, .pipeline-list .sorting-set fieldset > label {
      position: relative;
      -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none;
      margin-bottom: 15px;
      display: block; }
      .pipeline-list .filter-set fieldset > label input, .pipeline-list .sorting-set fieldset > label input {
        position: absolute;
        left: -9999px;
        outline: none; }
      .pipeline-list .filter-set fieldset > label input[type="checkbox"]:checked + span:before, .pipeline-list .sorting-set fieldset > label input[type="checkbox"]:checked + span:before {
        background: #2f9ece;
        border-color: #2f9ece; }
      .pipeline-list .filter-set fieldset > label input[type="checkbox"]:checked + span:after, .pipeline-list .sorting-set fieldset > label input[type="checkbox"]:checked + span:after {
        opacity: 1;
        -webkit-transform: scale(1);
                transform: scale(1); }
      .pipeline-list .filter-set fieldset > label span, .pipeline-list .sorting-set fieldset > label span {
        display: inline-block;
        margin-left: 35px;
        cursor: pointer;
        font-size: 1.5rem;
        line-height: 1.53333;
        border-bottom: 1px dotted transparent; }
        .pipeline-list .filter-set fieldset > label span:before, .pipeline-list .sorting-set fieldset > label span:before {
          content: '';
          position: absolute;
          left: 0;
          top: -3px;
          width: 19px;
          height: 19px;
          border: 1px solid #707070;
          background: transparent; }
        .pipeline-list .filter-set fieldset > label span:after, .pipeline-list .sorting-set fieldset > label span:after {
          content: '';
          background: url(data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxOS4yLjEsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iTGF5ZXJfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiDQoJIHZpZXdCb3g9IjAgMCA0MCAzMCIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgNDAgMzA7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxzdHlsZSB0eXBlPSJ0ZXh0L2NzcyI+DQoJLnN0MHtmaWxsOiNGRkZGRkY7fQ0KPC9zdHlsZT4NCjx0aXRsZT5jaGVja21hcms8L3RpdGxlPg0KPHBvbHlnb24gY2xhc3M9InN0MCIgcG9pbnRzPSIxMy45LDMwIDAuMSwxNi4yIDQuMiwxMi4xIDEzLjksMjEuOSAzNS44LDAgMzkuOSw0LjEgIi8+DQo8L3N2Zz4NCg==) no-repeat 0 0;
          background-size: contain;
          position: absolute;
          top: 2px;
          left: 4px;
          width: 12px;
          height: 12px;
          opacity: 0;
          -webkit-transform: scale(0);
                  transform: scale(0);
          -webkit-transition: -webkit-transform .2s;
          transition: -webkit-transform .2s;
          transition: transform .2s;
          transition: transform .2s, -webkit-transform .2s;
          will-change: transform;
          -webkit-transform-origin: center center;
                  transform-origin: center center; }
    .pipeline-list .filter-set .sort-radio, .pipeline-list .sorting-set .sort-radio {
      position: relative;
      margin-bottom: 10px; }
      .pipeline-list .filter-set .sort-radio .control-text, .pipeline-list .sorting-set .sort-radio .control-text {
        margin-left: 35px;
        cursor: pointer;
        font-size: 15px;
        font-size: 1.5rem;
        line-height: 1.53333; }
    .pipeline-list .filter-set input[type="radio"], .pipeline-list .sorting-set input[type="radio"] {
      /* Hidden */
      position: absolute;
      left: -9999px;
      outline: none; }
    .pipeline-list .filter-set input[type="radio"] + .control-text:before, .pipeline-list .sorting-set input[type="radio"] + .control-text:before {
      content: "";
      position: absolute;
      left: 0;
      top: 0px;
      width: 19px;
      height: 19px;
      border: 1px solid #707070;
      border-radius: 50%;
      background: transparent; }
    .pipeline-list .filter-set input[type="radio"] + .control-text:after, .pipeline-list .sorting-set input[type="radio"] + .control-text:after {
      content: "";
      width: 13px;
      height: 13px;
      border-radius: 50%;
      background: #2f9ece;
      position: absolute;
      top: 3px;
      left: 3px;
      opacity: 0;
      -webkit-transform: scale(0);
              transform: scale(0);
      -webkit-transition: -webkit-transform 0.2s;
      transition: -webkit-transform 0.2s;
      transition: transform 0.2s;
      transition: transform 0.2s, -webkit-transform 0.2s;
      will-change: transform;
      -webkit-transform-origin: center center;
              transform-origin: center center; }
    .pipeline-list .filter-set input[type="radio"]:checked + .control-text:after, .pipeline-list .sorting-set input[type="radio"]:checked + .control-text:after {
      opacity: 1;
      -webkit-transform: scale(1);
              transform: scale(1); }
    .pipeline-list .filter-set input[type="radio"]:disabled + .control-text, .pipeline-list .sorting-set input[type="radio"]:disabled + .control-text {
      opacity: 0.6; }
    .pipeline-list .filter-set input[type="radio"]:disabled + .control-text:before, .pipeline-list .sorting-set input[type="radio"]:disabled + .control-text:before {
      background-color: #ddd;
      border-color: #bbb; }
    .pipeline-list .filter-set .clear-filters-btn, .pipeline-list .sorting-set .clear-filters-btn {
      opacity: .3;
      position: relative;
      background: none;
      color: #071D49;
      border: 1px solid #979797;
      padding: 1.5rem 2rem 1.2rem 2rem;
      -webkit-box-shadow: none;
              box-shadow: none;
      border-radius: 0;
      text-decoration: none;
      text-align: center;
      line-height: 1.6;
      -webkit-transition: color 0.3s ease, opacity 0.1s ease;
      transition: color 0.3s ease, opacity 0.1s ease;
      -webkit-backface-visibility: hidden;
              backface-visibility: hidden;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale; }
      .pipeline-list .filter-set .clear-filters-btn.active, .pipeline-list .sorting-set .clear-filters-btn.active {
        opacity: 1; }
      @media (max-width: 767px) {
        .pipeline-list .filter-set .clear-filters-btn, .pipeline-list .sorting-set .clear-filters-btn {
          width: 100%;
          margin-bottom: 24px; } }
  .pipeline-list #immunology-list {
    width: 100%;
    float: left; }
  .pipeline-list .datatable-results__section {
    width: 100%; }
  .pipeline-list .results-list {
    width: 100%;
    display: block;
    float: left; }
  .pipeline-list .pipeline-results {
    max-width: 1310px;
    width: 100%; }
    .pipeline-list .pipeline-results .datatable-results__section__title {
      padding-left: 25px; }
    .pipeline-list .pipeline-results ul.results-list {
      list-style: none;
      padding: 0;
      float: left;
      width: 100%; }
      .pipeline-list .pipeline-results ul.results-list > li {
        display: block;
        width: 100%;
        padding: 0 2rem;
        padding-bottom: 0;
        float: left;
        -webkit-transition: border-color 0.3s ease;
        transition: border-color 0.3s ease;
        position: relative; }
        .pipeline-list .pipeline-results ul.results-list > li:first-of-type:before {
          content: '';
          left: 2rem;
          right: 2rem;
          position: absolute;
          border-bottom: 1px solid #d4d4d4;
          height: 1px;
          top: 0; }
          @media (max-width: 600px) {
            .pipeline-list .pipeline-results ul.results-list > li:first-of-type:before {
              right: 0; } }
          @media (max-width: 767px) {
            .pipeline-list .pipeline-results ul.results-list > li:first-of-type:before {
              left: 0; } }
        .pipeline-list .pipeline-results ul.results-list > li:after {
          content: '';
          left: 2rem;
          right: 2rem;
          position: absolute;
          border-bottom: 1px solid #d4d4d4;
          height: 1px;
          bottom: 0; }
          @media (max-width: 600px) {
            .pipeline-list .pipeline-results ul.results-list > li:after {
              right: 0; } }
          @media (max-width: 767px) {
            .pipeline-list .pipeline-results ul.results-list > li:after {
              left: 0; } }
        .pipeline-list .pipeline-results ul.results-list > li.hide-border {
          border-bottom: none; }
        .pipeline-list .pipeline-results ul.results-list > li.in-group .name {
          text-indent: -9999px; }
        .pipeline-list .pipeline-results ul.results-list > li .col-sm-1, .pipeline-list .pipeline-results ul.results-list > li .col-sm-2, .pipeline-list .pipeline-results ul.results-list > li .col-sm-3, .pipeline-list .pipeline-results ul.results-list > li .col-sm-4, .pipeline-list .pipeline-results ul.results-list > li .col-sm-5 {
          padding-left: 0;
          padding-right: 0; }
        .pipeline-list .pipeline-results ul.results-list > li .name {
          font-family: "Roboto Bold", Helvetica, Arial, sans-serif;
          font-weight: 700; }
        .pipeline-list .pipeline-results ul.results-list > li a {
          display: block;
          width: 100%;
          padding: 4rem;
          float: left;
          color: #071D49;
          width: 110%;
          margin-left: -4rem;
          margin-right: -2rem;
          -webkit-transition: background-color 0.4s ease;
          transition: background-color 0.4s ease; }
          .pipeline-list .pipeline-results ul.results-list > li a:hover {
            text-decoration: none;
            background-color: #f5f5f5; }
            .pipeline-list .pipeline-results ul.results-list > li a:hover .approved .phase-text > span {
              background-color: #f5f5f5; }
        .pipeline-list .pipeline-results ul.results-list > li.wrapper-row a {
          padding-bottom: 0; }
          .pipeline-list .pipeline-results ul.results-list > li.wrapper-row a .phase-container.approved .phase-text {
            margin-top: -11px; }
        .pipeline-list .pipeline-results ul.results-list > li:hover {
          border-color: #fff; }
        .pipeline-list .pipeline-results ul.results-list > li .arrow {
          text-align: center;
          color: #b4bbc8;
          fill: #b4bbc8;
          padding-right: 2.2rem; }
        .pipeline-list .pipeline-results ul.results-list > li .indication {
          padding-right: 1rem; }
        @media (max-width: 767px) {
          .pipeline-list .pipeline-results ul.results-list > li:hover {
            border-color: #d4d4d4; }
          .pipeline-list .pipeline-results ul.results-list > li a:hover {
            background-color: #fff; }
            .pipeline-list .pipeline-results ul.results-list > li a:hover .approved .phase-text > span {
              background-color: #fff; } }
        .pipeline-list .pipeline-results ul.results-list > li .phase-container {
          position: relative;
          padding-top: 8px;
          max-width: 342px; }
          .pipeline-list .pipeline-results ul.results-list > li .phase-container .single-dash {
            display: block;
            width: 22.5%;
            float: left;
            background-color: #a3b7ff;
            height: 10px;
            margin-left: 2.5%; }
            .pipeline-list .pipeline-results ul.results-list > li .phase-container .single-dash:first-of-type {
              margin-left: 0; }
          .pipeline-list .pipeline-results ul.results-list > li .phase-container .phase-text {
            display: block;
            width: 100%;
            position: absolute;
            top: 50%;
            margin-top: -10px;
            left: 0;
            text-align: center; }
            .pipeline-list .pipeline-results ul.results-list > li .phase-container .phase-text > span {
              -webkit-transition: background-color 0.4s ease;
              transition: background-color 0.4s ease;
              display: none; }
          .pipeline-list .pipeline-results ul.results-list > li .phase-container.phase-1 .single-dash.one {
            background-color: #004bff; }
          .pipeline-list .pipeline-results ul.results-list > li .phase-container.phase-2 .single-dash.one, .pipeline-list .pipeline-results ul.results-list > li .phase-container.phase-2 .single-dash.two {
            background-color: #004bff; }
          .pipeline-list .pipeline-results ul.results-list > li .phase-container.phase-3 .single-dash.one, .pipeline-list .pipeline-results ul.results-list > li .phase-container.phase-3 .single-dash.two, .pipeline-list .pipeline-results ul.results-list > li .phase-container.phase-3 .single-dash.three {
            background-color: #004bff; }
          .pipeline-list .pipeline-results ul.results-list > li .phase-container.phase-4 .single-dash.one, .pipeline-list .pipeline-results ul.results-list > li .phase-container.phase-4 .single-dash.two, .pipeline-list .pipeline-results ul.results-list > li .phase-container.phase-4 .single-dash.three, .pipeline-list .pipeline-results ul.results-list > li .phase-container.phase-4 .single-dash.four, .pipeline-list .pipeline-results ul.results-list > li .phase-container.submitted .single-dash.one, .pipeline-list .pipeline-results ul.results-list > li .phase-container.submitted .single-dash.two, .pipeline-list .pipeline-results ul.results-list > li .phase-container.submitted .single-dash.three, .pipeline-list .pipeline-results ul.results-list > li .phase-container.submitted .single-dash.four {
            background-color: #004bff; }
          .pipeline-list .pipeline-results ul.results-list > li .phase-container.approved {
            text-align: center; }
            .pipeline-list .pipeline-results ul.results-list > li .phase-container.approved .single-dash {
              margin: 0;
              background-color: #1ac9a8;
              width: 25%; }
            @media (min-width: 30em) {
              .pipeline-list .pipeline-results ul.results-list > li .phase-container.approved .phase-text {
                margin-top: -11px; } }
            @media (min-width: 80em) {
              .pipeline-list .pipeline-results ul.results-list > li .phase-container.approved .phase-text {
                margin-top: -14px; } }
            .pipeline-list .pipeline-results ul.results-list > li .phase-container.approved .phase-text > span {
              display: inline-block;
              padding: 0px 8px;
              font-size: 1.5rem;
              line-height: 1;
              background-color: #fff;
              margin-top: -4px;
              color: #1ac9a8; }
              @media (max-width: 767px) {
                .pipeline-list .pipeline-results ul.results-list > li .phase-container.approved .phase-text > span {
                  margin-top: 8px; } }
        .pipeline-list .pipeline-results ul.results-list > li .grouped > div {
          padding: 4rem 0;
          height: 115px;
          float: left;
          width: 100%; }
          .pipeline-list .pipeline-results ul.results-list > li .grouped > div:first-of-type {
            padding-top: 0;
            height: 75px; }
        .pipeline-list .pipeline-results ul.results-list > li .grouped .wrapped-phase {
          float: left;
          width: 100%; }
          .pipeline-list .pipeline-results ul.results-list > li .grouped .wrapped-phase .phase-container {
            padding-top: 0; }
            .pipeline-list .pipeline-results ul.results-list > li .grouped .wrapped-phase .phase-container:first-of-type {
              padding-top: 8px; }
            .pipeline-list .pipeline-results ul.results-list > li .grouped .wrapped-phase .phase-container .phase-text > span {
              margin-top: 12px; }
      @media (max-width: 767px) {
        .pipeline-list .pipeline-results ul.results-list > li {
          padding: 0; }
          .pipeline-list .pipeline-results ul.results-list > li .arrow {
            padding: 0; }
          .pipeline-list .pipeline-results ul.results-list > li a {
            padding: 2rem 0;
            margin-left: 0;
            margin-right: 0;
            width: 100%; } }
  .pipeline-list .table {
    display: block;
    width: 100%;
    border-collapse: collapse;
    float: left; }
  .pipeline-list .table__tr {
    display: block;
    float: left;
    width: 100%;
    position: relative; }
  @media (max-width: 47.99em) {
    .pipeline-list .table__tr {
      position: relative;
      display: block;
      padding-top: 3rem;
      padding-bottom: 3rem; } }
  .pipeline-list .table__td,
  .pipeline-list .table__th {
    display: block;
    float: left;
    padding: 0;
    color: #071D49; }
  @media (min-width: 48em) {
    .pipeline-list .table__td:last-child,
    .pipeline-list .table__th:last-child {
      padding-right: 2rem; } }
  @media (max-width: 47.99em) {
    .pipeline-list .table__td,
    .pipeline-list .table__th {
      display: block;
      padding: 0.4rem 2rem; } }
  .pipeline-list .table__thead {
    display: block;
    width: 100%;
    float: left; }
  .pipeline-list .table__thead .table__th {
    color: #071D49;
    vertical-align: bottom; }
    .pipeline-list .table__thead .table__th:hover {
      color: #071D49; }
  @media (min-width: 48em) {
    .pipeline-list .table__thead .table__th {
      padding-top: 0;
      padding-bottom: 2rem; } }
  @media (max-width: 47.99em) {
    .pipeline-list .table__thead {
      display: none; } }
  .pipeline-list .table__tbody {
    display: block;
    float: left;
    width: 100%; }
  .pipeline-list .table__tbody .table__tr .table__td {
    vertical-align: top; }
  @media (min-width: 48em) {
    .pipeline-list .table__tbody .table__tr .table__td:before {
      content: "";
      display: block;
      background: #e1e1e1;
      height: 1px;
      position: absolute;
      left: 2rem;
      right: 2rem;
      z-index: 1;
      margin-top: -40px; }
    .pipeline-list .table__tbody .table__tr:last-child .table__td:after {
      content: "";
      display: block;
      background: #e1e1e1;
      height: 1px;
      position: absolute;
      bottom: 0;
      left: 2rem;
      right: 2rem;
      z-index: 1; } }
  @media (max-width: 47.99em) {
    .pipeline-list .table__tbody .table__tr .table__td:first-child:before {
      content: "";
      display: block;
      background: #e1e1e1;
      height: 1px;
      position: absolute;
      left: 2rem;
      right: 2rem;
      z-index: 1;
      margin-top: -34px; }
    .pipeline-list .table__tbody .table__tr:last-child .table__td:first-child:after {
      content: "";
      display: block;
      background: #e1e1e1;
      height: 1px;
      position: absolute;
      bottom: 0;
      left: 2rem;
      right: 2rem;
      z-index: 1; } }
  @media (max-width: 47.99em) {
    .pipeline-list .table__tbody {
      display: block; } }
  .pipeline-list .table__tfoot {
    display: table-footer-group; }
  @media (max-width: 47.99em) {
    .pipeline-list .table__tfoot {
      display: none; } }
  .pipeline-list .table__col {
    display: table-column; }
  .pipeline-list .table__colgroup {
    display: table-column-group; }
  .pipeline-list .table__caption {
    display: table-caption; }
  .pipeline-list .tablesort .sortable {
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    outline: none; }
    .pipeline-list .tablesort .sortable .sort-label.active {
      font-family: "Roboto Bold", Helvetica, Arial, sans-serif;
      font-weight: 700; }
  .pipeline-list html.no-touch .tablesort .sortable:hover,
  .pipeline-list html.touch .tablesort .sortable.touch-hover {
    color: #071D49; }
  .pipeline-list .tablesort .sort-indicator {
    display: inline-block;
    width: 11px;
    height: 17px;
    position: relative;
    top: 5px;
    margin-left: 8px;
    line-height: 0; }
    @media (max-width: 810px) {
      .pipeline-list .tablesort .sort-indicator {
        margin-left: 1px; } }
  .pipeline-list .tablesort .sort-indicator .sort-icon {
    position: absolute;
    left: 0;
    z-index: 1;
    color: #dfdfdf; }
    .pipeline-list .tablesort .sort-indicator .sort-icon svg {
      fill: #dfdfdf; }
    .pipeline-list .tablesort .sort-indicator .sort-icon.active svg {
      fill: #071D49; }
  .pipeline-list .tablesort .sort-indicator .sort-icon .icon {
    width: 11px;
    height: 12px; }
  .pipeline-list .tablesort .sort-indicator .sort-up {
    top: 0;
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg); }
  .pipeline-list .tablesort .sort-indicator .sort-down {
    bottom: 0; }
  .pipeline-list .tablesort .sort-asc .sort-indicator .sort-up {
    color: #071D49; }
  .pipeline-list .tablesort .sort-desc .sort-indicator .sort-down {
    color: #071D49; }
  .pipeline-list .mobile-search {
    width: 100%;
    border-top: 1px solid #e1e1e1;
    padding: 2.5rem 2.5rem 3rem;
    float: left;
    display: block;
    border-bottom: 1px solid #e1e1e1;
    background-color: #fff;
    margin-bottom: 5rem;
    position: relative; }
    @media (min-width: 768px) {
      .pipeline-list .mobile-search {
        display: none; } }
    .pipeline-list .mobile-search .mobile-search-value {
      position: relative; }
      .pipeline-list .mobile-search .mobile-search-value.active .datatable-header__search__clear {
        opacity: 1; }
    .pipeline-list .mobile-search .datatable-header__search__toggle.active {
      text-align: left; }
    .pipeline-list .mobile-search .datatable-header__search__toggle .icon-search.active {
      float: left;
      margin-right: 10px;
      margin-top: -10px; }
    .pipeline-list .mobile-search .datatable-header__search__toggle .icon-close.active {
      float: right;
      display: block;
      opacity: 1; }
    .pipeline-list .mobile-search .mobile-search-input {
      height: 100vh;
      width: 100%;
      position: absolute;
      top: 20px;
      left: 0;
      z-index: 4; }
      .pipeline-list .mobile-search .mobile-search-input .mobile-search-overlay {
        background: #000;
        opacity: 0.8;
        width: 100%;
        height: 100%;
        position: absolute;
        z-index: 1; }
      .pipeline-list .mobile-search .mobile-search-input .input-wrapper {
        background-color: #e1e1e1;
        width: 100%;
        height: 75px;
        padding: 15px 10px 25px;
        z-index: 2;
        position: absolute;
        top: 0; }
        .pipeline-list .mobile-search .mobile-search-input .input-wrapper input {
          display: inline-block;
          background: none;
          color: #071D49;
          border: none;
          font-size: 20px;
          font-size: 2rem;
          line-height: 1.8;
          padding: 0.2rem 3rem 0 2rem;
          height: 44px;
          line-height: 44px;
          width: 100%;
          padding-left: 60px;
          padding-top: 16px;
          margin-top: -7px; }
          .pipeline-list .mobile-search .mobile-search-input .input-wrapper input::-moz-placeholder {
            color: #636363;
            opacity: 1;
            text-transform: none; }
          .pipeline-list .mobile-search .mobile-search-input .input-wrapper input:-ms-input-placeholder, .pipeline-list .mobile-search .mobile-search-input .input-wrapper input::-webkit-input-placeholder {
            color: #636363;
            text-transform: none; }
          .pipeline-list .mobile-search .mobile-search-input .input-wrapper input::-webkit-input-placeholder {
            color: #636363;
            text-transform: none; }
          .pipeline-list .mobile-search .mobile-search-input .input-wrapper input::-moz-placeholder {
            color: #636363;
            text-transform: none; }
          .pipeline-list .mobile-search .mobile-search-input .input-wrapper input::-ms-input-placeholder {
            color: #636363;
            text-transform: none; }
          .pipeline-list .mobile-search .mobile-search-input .input-wrapper input::placeholder {
            color: #636363;
            text-transform: none; }
          .pipeline-list .mobile-search .mobile-search-input .input-wrapper input:focus {
            outline: none; }
        .pipeline-list .mobile-search .mobile-search-input .input-wrapper .datatable-header__search__toggle {
          position: absolute;
          left: 10px;
          top: 16px;
          width: auto; }
        .pipeline-list .mobile-search .mobile-search-input .input-wrapper .datatable-header__search__clear {
          opacity: 1;
          top: 0; }

.pipeline-list .table-wrap.pineline-results {
  margin: 0 -2rem;
  position: relative;
  padding-left: 2rem; }
  @media (max-width: 767px) {
    .pipeline-list .table-wrap.pineline-results {
      margin: 0;
      padding-left: 0; }
      .pipeline-list .table-wrap.pineline-results ul.results-list > li {
        padding: 0; }
        .pipeline-list .table-wrap.pineline-results ul.results-list > li a {
          padding: 1rem;
          margin-left: 0;
          margin-right: 0; } }

.pipeline-list .filter-wrap {
  -webkit-transition: height 1s ease;
  transition: height 1s ease;
  overflow: hidden;
  height: auto; }

.cq-Editable-dom .pipeline-list .pipeline-results-wrapper {
  min-height: 800px; }

.sitemap {
  position: relative;
  min-height: 1px;
  padding-left: 20px;
  padding-right: 20px;
  font-family: "Roboto Regular", Helvetica, Arial, sans-serif;
  margin-top: 60px; }
  @media (min-width: 480px) {
    .sitemap {
      left: 8.33333%;
      width: 83.33333%; } }
  @media (min-width: 768px) {
    .sitemap {
      left: 26.66667%;
      width: 46.66667%; } }
  .sitemap #site-map {
    text-align: center;
    font-family: "Roboto Regular", Helvetica, Arial, sans-serif;
    font-size: 34px;
    font-size: 3.4rem;
    line-height: 1.17647;
    margin-bottom: 60px; }
    @media (min-width: 30em) {
      .sitemap #site-map {
        font-size: 42px;
        font-size: 4.2rem;
        line-height: 1.2381;
        margin-bottom: 30px; } }
    @media (min-width: 48em) {
      .sitemap #site-map {
        margin-bottom: 20px; } }
    @media (min-width: 80em) {
      .sitemap #site-map {
        font-size: 50px;
        font-size: 5rem;
        line-height: 1.3;
        margin-bottom: 10px; } }
  .sitemap li {
    list-style-type: none; }
    .sitemap li ul {
      margin-top: 10px; }
      .sitemap li ul li {
        margin-bottom: 10px; }
  .sitemap a {
    color: #071D49; }
  .sitemap a:focus, .sitemap a:hover {
    outline: none !important;
    text-decoration: none; }
  .sitemap nav > ul {
    padding-left: 0; }
    .sitemap nav > ul > li {
      padding: 0;
      margin-bottom: 60px; }
      @media (min-width: 48em) {
        .sitemap nav > ul > li {
          margin-top: 100px; } }
      .sitemap nav > ul > li > .border-class {
        width: 100%;
        height: 1px;
        background-color: #d4d4d4;
        margin-top: 15px; }
      .sitemap nav > ul > li > a {
        margin-bottom: 25px;
        font-size: 2.4rem;
        line-height: 1.25; }
        @media (min-width: 30em) {
          .sitemap nav > ul > li > a {
            font-size: 25px;
            font-size: 2.5rem;
            line-height: 1.4; } }
        @media (min-width: 48em) {
          .sitemap nav > ul > li > a {
            margin-bottom: 35px;
            padding-bottom: 15px; } }
        @media (min-width: 80em) {
          .sitemap nav > ul > li > a {
            font-size: 30px;
            font-size: 3rem;
            line-height: 1.33333; } }
      .sitemap nav > ul > li .two-col > ul {
        margin: 25px 0px 30px 0px;
        padding: 0;
        -moz-column-count: 1;
        -webkit-column-count: 1;
        column-count: 1; }
        @media (min-width: 768px) {
          .sitemap nav > ul > li .two-col > ul {
            -moz-column-count: 2;
            -webkit-column-count: 2;
            column-count: 2; } }
        @media (min-width: 48em) {
          .sitemap nav > ul > li .two-col > ul {
            margin: 35px 0px 35px 0px; } }
        .sitemap nav > ul > li .two-col > ul > li {
          margin-bottom: 30px;
          padding: 0;
          font-size: 1.3em;
          line-height: 1.5; }
          @media (min-width: 30em) {
            .sitemap nav > ul > li .two-col > ul > li {
              font-size: 18px;
              font-size: 1.8rem;
              line-height: 1.66667; } }
          @media (min-width: 80em) {
            .sitemap nav > ul > li .two-col > ul > li {
              font-size: 20px;
              font-size: 2rem;
              line-height: 1.8; } }
          @media (max-width: 767px) {
            .sitemap nav > ul > li .two-col > ul > li:last-of-type {
              margin-bottom: 0px; } }
          .sitemap nav > ul > li .two-col > ul > li > ul {
            display: inline-block;
            padding: 0; }

.clinical-trials-table::before {
  content: '';
  clear: both;
  display: table; }

.clinical-trials-table .control-form {
  border-bottom: 1px solid #d9d9d9; }
  .clinical-trials-table .control-form .control-header {
    margin-right: auto;
    margin-left: auto;
    padding-left: 20px;
    padding-right: 20px;
    max-width: 1310px;
    width: auto;
    height: 135px; }
    @media (max-width: 767px) {
      .clinical-trials-table .control-form .control-header {
        position: relative;
        height: auto; } }
    .clinical-trials-table .control-form .control-header-left {
      float: left;
      height: 100%; }
      .clinical-trials-table .control-form .control-header-left h3 {
        font-family: "Roboto Bold", Helvetica, Arial, sans-serif;
        font-weight: 700;
        margin-top: 51px;
        font-size: 3rem; }
        @media (max-width: 767px) {
          .clinical-trials-table .control-form .control-header-left h3 {
            margin-top: 35px;
            font-size: 2.4rem;
            margin-bottom: 25px; } }
      @media (max-width: 767px) {
        .clinical-trials-table .control-form .control-header-left {
          float: none;
          width: 100%;
          height: auto; }
          .clinical-trials-table .control-form .control-header-left::after {
            content: '';
            clear: both;
            display: table; } }
    .clinical-trials-table .control-form .control-header-right {
      float: right;
      height: 100%; }
      @media (max-width: 767px) {
        .clinical-trials-table .control-form .control-header-right {
          float: none;
          height: auto;
          margin-left: -25px;
          margin-right: -25px; } }
    .clinical-trials-table .control-form .control-header-search {
      display: inline-block;
      position: relative;
      width: 240px;
      height: 50px;
      float: left;
      margin-right: 1rem;
      -webkit-transition: width 400ms ease;
      transition: width 400ms ease;
      will-change: width;
      margin-top: 45px; }
      .clinical-trials-table .control-form .control-header-search ::-webkit-input-placeholder {
        color: #636363; }
      .clinical-trials-table .control-form .control-header-search ::-moz-placeholder {
        color: #636363; }
      .clinical-trials-table .control-form .control-header-search :-ms-input-placeholder {
        color: #636363; }
      .clinical-trials-table .control-form .control-header-search :-moz-placeholder {
        color: #636363; }
      .clinical-trials-table .control-form .control-header-search.search-active {
        width: 320px;
        background: #f1f1f1; }
        .clinical-trials-table .control-form .control-header-search.search-active .search-close {
          display: block; }
          .clinical-trials-table .control-form .control-header-search.search-active .search-close svg {
            width: 20px;
            height: 20px; }
        .clinical-trials-table .control-form .control-header-search.search-active .search-toggle {
          -webkit-transform: translate(-267px, 0px);
                  transform: translate(-267px, 0px);
          -webkit-transition: translate 400ms ease;
          transition: translate 400ms ease; }
      .clinical-trials-table .control-form .control-header-search .search-close {
        display: none; }
      @media (max-width: 767px) {
        .clinical-trials-table .control-form .control-header-search {
          display: none; } }
      .clinical-trials-table .control-form .control-header-search input {
        display: inline-block;
        background: none;
        color: #071D49;
        border: none;
        font-size: 1.5rem;
        height: 50px;
        padding: 0.2rem 2rem 0;
        outline: 0;
        line-height: 17px;
        padding-left: 55px;
        padding-right: 55px;
        width: 100%; }
        .clinical-trials-table .control-form .control-header-search input:active {
          outline: 0; }
      .clinical-trials-table .control-form .control-header-search button {
        background: none;
        border: none;
        -webkit-box-shadow: none;
                box-shadow: none;
        padding: 0;
        position: absolute;
        top: 0;
        right: 0;
        z-index: 3;
        width: 55px;
        height: 100%; }
        .clinical-trials-table .control-form .control-header-search button svg {
          width: 25px;
          height: 25px;
          position: relative;
          top: 1px; }
        .clinical-trials-table .control-form .control-header-search button:hover svg path {
          fill: #2f9ece; }
      .clinical-trials-table .control-form .control-header-search-mb {
        display: block;
        width: 100%;
        height: 100px;
        text-align: center;
        padding: 35px;
        border-top: 1px solid #d4d4d4;
        border-bottom: 1px solid #d4d4d4;
        background-color: #ffffff;
        -webkit-transition: background-color 100ms ease;
        transition: background-color 100ms ease;
        will-change: background-color;
        position: relative; }
        .clinical-trials-table .control-form .control-header-search-mb input {
          background: none;
          color: #071D49;
          border: none;
          font-size: 1.6rem;
          height: 30px;
          line-height: 17px;
          width: 141px; }
        .clinical-trials-table .control-form .control-header-search-mb .search-toggle {
          vertical-align: middle; }
        .clinical-trials-table .control-form .control-header-search-mb .clinical-search-close-btn {
          opacity: 0;
          position: absolute;
          top: 1px;
          right: 10px;
          z-index: 2;
          width: 40px;
          height: 100%;
          opacity: 0;
          -webkit-transition: opacity .1s ease;
          transition: opacity .1s ease;
          will-change: opacity; }
        .clinical-trials-table .control-form .control-header-search-mb.hasValue .search-toggle {
          position: absolute;
          left: 25px;
          top: 35px; }
        .clinical-trials-table .control-form .control-header-search-mb.hasValue .clinical-search-close-btn {
          display: block;
          opacity: .8; }
        @media (min-width: 768px) and (max-width: 1023px) {
          .clinical-trials-table .control-form .control-header-search-mb {
            display: none; } }
        @media (min-width: 1024px) {
          .clinical-trials-table .control-form .control-header-search-mb {
            display: none; } }
    .clinical-trials-table .control-form .control-header-filter {
      display: inline-block;
      height: 92px;
      float: left;
      width: 50%;
      border-left: 1px solid #d4d4d4;
      border-top: 1px solid #d4d4d4; }
      @media (min-width: 768px) and (max-width: 1023px) {
        .clinical-trials-table .control-form .control-header-filter {
          height: 100%;
          float: none;
          width: auto;
          border-left: none;
          border-top: none; } }
      @media (min-width: 1024px) {
        .clinical-trials-table .control-form .control-header-filter {
          height: 100%;
          float: none;
          width: auto;
          border-left: none;
          border-top: none; } }
      .clinical-trials-table .control-form .control-header-filter-button {
        font-size: 1.5rem;
        line-height: 1.53333;
        background: #ffffff;
        color: #636363;
        width: 100%;
        height: 100%;
        padding: 16px 30px;
        padding-left: 3rem;
        padding-right: 3rem;
        border: none;
        -webkit-box-shadow: none;
                box-shadow: none; }
        @media (min-width: 768px) and (max-width: 1023px) {
          .clinical-trials-table .control-form .control-header-filter-button {
            padding: 24px 6rem 16px; } }
        @media (min-width: 1024px) {
          .clinical-trials-table .control-form .control-header-filter-button {
            padding: 24px 6rem 16px; } }
        .clinical-trials-table .control-form .control-header-filter-button svg {
          width: 14px;
          height: 14px;
          margin-left: 10px;
          position: relative;
          top: 2px; }
        .clinical-trials-table .control-form .control-header-filter-button:hover {
          color: #2f9ece; }
          .clinical-trials-table .control-form .control-header-filter-button:hover svg path {
            fill: #2f9ece; }
        .clinical-trials-table .control-form .control-header-filter-button.filter-active {
          background: #f1f1f1; }
          .clinical-trials-table .control-form .control-header-filter-button.filter-active svg {
            -webkit-transform: rotate(180deg);
                    transform: rotate(180deg); }
    .clinical-trials-table .control-form .control-header-sorting-mb {
      display: block;
      height: 92px;
      float: left;
      width: 50%;
      border-left: 1px solid #d4d4d4;
      border-top: 1px solid #d4d4d4; }
      .clinical-trials-table .control-form .control-header-sorting-mb-button {
        font-size: 1.5rem;
        line-height: 1.53333;
        background: #ffffff;
        color: #636363;
        width: 100%;
        height: 100%;
        padding: 16px 30px;
        padding-left: 3rem;
        padding-right: 3rem;
        border: none;
        -webkit-box-shadow: none;
                box-shadow: none; }
        .clinical-trials-table .control-form .control-header-sorting-mb-button svg {
          width: 14px;
          height: 14px;
          margin-left: 10px;
          position: relative;
          top: 2px; }
        .clinical-trials-table .control-form .control-header-sorting-mb-button:hover {
          color: #2f9ece; }
          .clinical-trials-table .control-form .control-header-sorting-mb-button:hover svg path {
            fill: #2f9ece; }
        .clinical-trials-table .control-form .control-header-sorting-mb-button.sort-active {
          background: #f1f1f1; }
          .clinical-trials-table .control-form .control-header-sorting-mb-button.sort-active svg {
            -webkit-transform: rotate(180deg);
                    transform: rotate(180deg); }
      @media (min-width: 768px) and (max-width: 1023px) {
        .clinical-trials-table .control-form .control-header-sorting-mb {
          display: none; } }
      @media (min-width: 1024px) {
        .clinical-trials-table .control-form .control-header-sorting-mb {
          display: none; } }
  .clinical-trials-table .control-form .control-facets {
    display: none;
    position: relative;
    display: none;
    overflow: hidden;
    background: #f1f1f1;
    height: auto;
    float: left;
    width: 100%; }
    .clinical-trials-table .control-form .control-facets-container {
      margin-right: auto;
      margin-left: auto;
      padding-left: 20px;
      padding-right: 20px;
      max-width: 1310px;
      width: auto;
      position: relative;
      padding-top: 5rem;
      padding-bottom: 6rem; }
      @media (max-width: 767px) {
        .clinical-trials-table .control-form .control-facets-container {
          padding-top: 9rem;
          padding-bottom: 11rem; } }
    .clinical-trials-table .control-form .control-facets .phase-facets {
      width: 25%;
      display: inline-block;
      float: left;
      padding-bottom: 4rem; }
      @media (max-width: 767px) {
        .clinical-trials-table .control-form .control-facets .phase-facets {
          width: 100%; } }
      .clinical-trials-table .control-form .control-facets .phase-facets label {
        position: relative;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        margin-bottom: 15px;
        display: block;
        vertical-align: top; }
        .clinical-trials-table .control-form .control-facets .phase-facets label input {
          position: absolute;
          left: -9999px;
          outline: none; }
        .clinical-trials-table .control-form .control-facets .phase-facets label input[type="checkbox"]:checked + span:before {
          background: #2f9ece;
          border-color: #2f9ece; }
        .clinical-trials-table .control-form .control-facets .phase-facets label input[type="checkbox"]:checked + span:after {
          opacity: 1;
          -webkit-transform: scale(1);
                  transform: scale(1); }
        .clinical-trials-table .control-form .control-facets .phase-facets label span {
          display: inline-block;
          margin-left: 35px;
          cursor: pointer;
          font-size: 1.5rem;
          line-height: 1.53333;
          border-bottom: 1px dotted transparent; }
          .clinical-trials-table .control-form .control-facets .phase-facets label span:before {
            content: '';
            position: absolute;
            left: 0;
            top: -3px;
            width: 19px;
            height: 19px;
            border: 1px solid #707070;
            background: transparent; }
          .clinical-trials-table .control-form .control-facets .phase-facets label span:after {
            content: '';
            background: url("data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxOS4yLjEsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iTGF5ZXJfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiDQoJIHZpZXdCb3g9IjAgMCA0MCAzMCIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgNDAgMzA7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxzdHlsZSB0eXBlPSJ0ZXh0L2NzcyI+DQoJLnN0MHtmaWxsOiNGRkZGRkY7fQ0KPC9zdHlsZT4NCjx0aXRsZT5jaGVja21hcms8L3RpdGxlPg0KPHBvbHlnb24gY2xhc3M9InN0MCIgcG9pbnRzPSIxMy45LDMwIDAuMSwxNi4yIDQuMiwxMi4xIDEzLjksMjEuOSAzNS44LDAgMzkuOSw0LjEgIi8+DQo8L3N2Zz4NCg==") no-repeat 0 0;
            background-size: contain;
            position: absolute;
            top: 2px;
            left: 4px;
            width: 12px;
            height: 12px;
            opacity: 0;
            -webkit-transform: scale(0);
                    transform: scale(0);
            -webkit-transition: -webkit-transform 0.2s;
            transition: -webkit-transform 0.2s;
            transition: transform 0.2s;
            transition: transform 0.2s, -webkit-transform 0.2s;
            will-change: transform;
            -webkit-transform-origin: center center;
                    transform-origin: center center; }
      .clinical-trials-table .control-form .control-facets .phase-facets legend {
        border-bottom: 0;
        display: block;
        border: none;
        padding: 0;
        margin: 0 0 20px;
        font-size: 15px;
        font-size: 1.5rem;
        line-height: 1.53333; }
    .clinical-trials-table .control-form .control-facets .study-indication-facets {
      width: 50%;
      display: inline-block;
      float: left;
      padding-bottom: 4rem; }
      @media (max-width: 767px) {
        .clinical-trials-table .control-form .control-facets .study-indication-facets {
          width: 100%; } }
      .clinical-trials-table .control-form .control-facets .study-indication-facets-labels {
        -webkit-columns: 2;
           -moz-columns: 2;
                columns: 2; }
      .clinical-trials-table .control-form .control-facets .study-indication-facets label {
        position: relative;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        margin-bottom: 15px;
        display: block; }
        .clinical-trials-table .control-form .control-facets .study-indication-facets label input {
          position: absolute;
          left: -9999px;
          outline: none; }
        .clinical-trials-table .control-form .control-facets .study-indication-facets label input[type="checkbox"]:checked + span:before {
          background: #2f9ece;
          border-color: #2f9ece; }
        .clinical-trials-table .control-form .control-facets .study-indication-facets label input[type="checkbox"]:checked + span:after {
          opacity: 1;
          -webkit-transform: scale(1);
                  transform: scale(1); }
        .clinical-trials-table .control-form .control-facets .study-indication-facets label span {
          display: inline-block;
          margin-left: 35px;
          cursor: pointer;
          font-size: 1.5rem;
          line-height: 1.53333;
          border-bottom: 1px dotted transparent; }
          .clinical-trials-table .control-form .control-facets .study-indication-facets label span:before {
            content: '';
            position: absolute;
            left: 0;
            top: 0;
            width: 19px;
            height: 19px;
            border: 1px solid #707070;
            background: transparent; }
          .clinical-trials-table .control-form .control-facets .study-indication-facets label span:after {
            content: '';
            background: url("data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxOS4yLjEsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iTGF5ZXJfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiDQoJIHZpZXdCb3g9IjAgMCA0MCAzMCIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgNDAgMzA7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxzdHlsZSB0eXBlPSJ0ZXh0L2NzcyI+DQoJLnN0MHtmaWxsOiNGRkZGRkY7fQ0KPC9zdHlsZT4NCjx0aXRsZT5jaGVja21hcms8L3RpdGxlPg0KPHBvbHlnb24gY2xhc3M9InN0MCIgcG9pbnRzPSIxMy45LDMwIDAuMSwxNi4yIDQuMiwxMi4xIDEzLjksMjEuOSAzNS44LDAgMzkuOSw0LjEgIi8+DQo8L3N2Zz4NCg==") no-repeat 0 0;
            background-size: contain;
            position: absolute;
            top: 5px;
            left: 4px;
            width: 12px;
            height: 12px;
            opacity: 0;
            -webkit-transform: scale(0);
                    transform: scale(0);
            -webkit-transition: -webkit-transform 0.2s;
            transition: -webkit-transform 0.2s;
            transition: transform 0.2s;
            transition: transform 0.2s, -webkit-transform 0.2s;
            will-change: transform;
            -webkit-transform-origin: center center;
                    transform-origin: center center; }
      .clinical-trials-table .control-form .control-facets .study-indication-facets legend {
        border-bottom: 0;
        display: block;
        border: none;
        padding: 0;
        margin: 0 0 20px;
        font-size: 15px;
        font-size: 1.5rem;
        line-height: 1.53333; }
    .clinical-trials-table .control-form .control-facets .reset-filter-button {
      position: absolute;
      right: 20px;
      top: 50px;
      z-index: 1;
      background: none;
      color: #071D49;
      border: 1px solid #979797;
      padding: 1.5rem 2rem 1.2rem;
      -webkit-box-shadow: none;
              box-shadow: none;
      border-radius: 0;
      text-decoration: none;
      text-align: center;
      line-height: 1.6;
      -webkit-transition: color 0.3s ease, opacity 0.1s ease;
      transition: color 0.3s ease, opacity 0.1s ease;
      -webkit-backface-visibility: hidden;
              backface-visibility: hidden;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale; }
      .clinical-trials-table .control-form .control-facets .reset-filter-button[disabled] {
        opacity: 0.4;
        pointer-events: none;
        cursor: default; }
      .clinical-trials-table .control-form .control-facets .reset-filter-button::before {
        content: '';
        display: block;
        position: absolute;
        top: -1px;
        left: -1px;
        bottom: -1px;
        right: -1px;
        z-index: -1;
        background: #979797;
        opacity: 0;
        -webkit-transition: opacity 0.3s ease;
        transition: opacity 0.3s ease;
        will-change: opacity; }
      .clinical-trials-table .control-form .control-facets .reset-filter-button:hover {
        color: #fff; }
        .clinical-trials-table .control-form .control-facets .reset-filter-button:hover::before {
          opacity: 1; }
      @media (max-width: 767px) {
        .clinical-trials-table .control-form .control-facets .reset-filter-button {
          width: 91%;
          display: block;
          top: 17px;
          left: 1%;
          margin-left: auto;
          margin-right: auto; } }
  .clinical-trials-table .control-form .sort-tab-mb {
    display: none;
    position: relative;
    display: none;
    overflow: auto;
    background: #f1f1f1;
    height: auto; }
    .clinical-trials-table .control-form .sort-tab-mb-container {
      margin-right: auto;
      margin-left: auto;
      padding-left: 20px;
      padding-right: 20px;
      max-width: 1310px;
      width: auto;
      position: relative;
      padding-top: 5rem;
      height: auto;
      padding-bottom: 11rem; }
      .clinical-trials-table .control-form .sort-tab-mb-container ul {
        list-style: none;
        padding-left: 0; }
        .clinical-trials-table .control-form .sort-tab-mb-container ul li {
          position: relative; }
          .clinical-trials-table .control-form .sort-tab-mb-container ul li label {
            display: block;
            margin-bottom: 20px; }
            .clinical-trials-table .control-form .sort-tab-mb-container ul li label input {
              position: absolute;
              left: -9999px;
              outline: none;
              display: inline-block;
              cursor: pointer;
              margin: 4px 0 0;
              line-height: normal; }
            .clinical-trials-table .control-form .sort-tab-mb-container ul li label input[type="radio"]:checked + span:after {
              opacity: 1;
              -webkit-transform: scale(1);
                      transform: scale(1); }
            .clinical-trials-table .control-form .sort-tab-mb-container ul li label span {
              display: inline-block;
              margin-left: 35px;
              cursor: pointer;
              font-size: 15px;
              font-size: 1.5rem;
              line-height: 1.53333; }
              .clinical-trials-table .control-form .sort-tab-mb-container ul li label span:before {
                content: '';
                position: absolute;
                left: 0;
                top: -3px;
                width: 19px;
                height: 19px;
                border: 1px solid #707070;
                border-radius: 50%;
                background: transparent; }
              .clinical-trials-table .control-form .sort-tab-mb-container ul li label span:after {
                content: '';
                width: 13px;
                height: 13px;
                border-radius: 50%;
                background: #2f9ece;
                position: absolute;
                top: 0;
                left: 3px;
                opacity: 0;
                -webkit-transform: scale(0);
                        transform: scale(0);
                -webkit-transition: -webkit-transform 0.2s;
                transition: -webkit-transform 0.2s;
                transition: transform 0.2s;
                transition: transform 0.2s, -webkit-transform 0.2s;
                will-change: transform;
                -webkit-transform-origin: center center;
                        transform-origin: center center; }

.clinical-trials-table .clinical-mobile-search {
  display: none;
  position: relative;
  z-index: 9999999;
  width: 100%;
  height: 75px;
  background: #e1e1e1;
  padding: 18px 20px;
  opacity: 1;
  -webkit-transform: translateY(-135%);
          transform: translateY(-135%);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  will-change: transform, opacity; }
  .clinical-trials-table .clinical-mobile-search > svg {
    width: 25px;
    height: 25px;
    position: relative;
    top: 6px; }
  .clinical-trials-table .clinical-mobile-search input {
    display: inline-block;
    background: none;
    color: #071D49;
    border: none;
    font-size: 20px;
    font-size: 2rem;
    line-height: 1.8;
    padding: 0.2rem 2rem 0; }
    .clinical-trials-table .clinical-mobile-search input:focus {
      outline: 0; }
  .clinical-trials-table .clinical-mobile-search .clinical-search-close-btn {
    position: absolute;
    top: 1px;
    right: 0;
    z-index: 2;
    width: 55px;
    height: 100%;
    opacity: 0;
    -webkit-transition: opacity 100ms ease;
    transition: opacity 100ms ease;
    will-change: opacity;
    opacity: 1; }
    .clinical-trials-table .clinical-mobile-search .clinical-search-close-btn svg {
      width: 20px;
      height: 20px; }
  @media (max-width: 767px) {
    .clinical-trials-table .clinical-mobile-search {
      display: block; } }

.clinical-trials-table .submit-facets {
  background: #2f9ece;
  border: 1px solid #2f9ece;
  padding: 1.5rem 2rem;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 0;
  color: #ffffff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  width: 100%; }
  .clinical-trials-table .submit-facets:hover {
    background: #071d49;
    border-color: #071d49; }
  @media (min-width: 1024px) {
    .clinical-trials-table .submit-facets {
      display: none; } }

.clinical-trials-table .backdrop {
  position: fixed;
  height: 100%;
  width: 100%;
  top: -100%;
  left: 0;
  opacity: 0;
  background-color: rgba(0, 0, 0, 0.7);
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease; }

.mobile-filter-active {
  height: 100vh;
  width: 100vw;
  overflow: hidden; }
  .mobile-filter-active .clinical-trials-table .control-form {
    position: fixed;
    z-index: 3;
    top: -87px;
    width: 100%; }
    .mobile-filter-active .clinical-trials-table .control-form .control-header-search-mb {
      display: none; }
    .mobile-filter-active .clinical-trials-table .control-form .control-facets {
      overflow-y: scroll; }

.mobile-search-active {
  height: 100vh;
  width: 100vw;
  overflow: hidden; }
  .mobile-search-active .clinical-trials-table .control-form {
    position: fixed;
    z-index: 3;
    top: -170px;
    width: 100%;
    border-bottom: none; }
    .mobile-search-active .clinical-trials-table .control-form .control-header-search-mb.search-active {
      border-bottom: none;
      background-color: transparent; }
    .mobile-search-active .clinical-trials-table .control-form .backdrop.active {
      top: 0;
      opacity: 1; }

.clinical-trials-table .clinical-table-section {
  margin-right: auto;
  margin-left: auto;
  padding-left: 20px;
  padding-right: 20px;
  max-width: 1310px;
  width: auto;
  padding-top: 6rem; }
  @media (max-width: 767px) {
    .clinical-trials-table .clinical-table-section {
      padding-top: 0; } }
  .clinical-trials-table .clinical-table-section table {
    border-bottom: 1px solid #d4d4d4; }
    .clinical-trials-table .clinical-table-section table thead th {
      color: #071D49;
      padding: 0;
      padding-bottom: 2rem;
      border-width: 1px;
      font-weight: 300; }
  .clinical-trials-table .clinical-table-section td {
    width: 2%;
    padding: 4rem 3rem 4rem 0;
    color: #071D49;
    font-size: 2rem;
    line-height: 1.8; }
    .clinical-trials-table .clinical-table-section td:first-child {
      width: 3%;
      font-family: "Roboto Bold", Helvetica, Arial, sans-serif;
      font-weight: 700; }
      .clinical-trials-table .clinical-table-section td:first-child svg {
        margin-left: 10px;
        position: relative;
        top: 4px;
        -webkit-transition: color 0.3s ease;
        transition: color 0.3s ease; }
        .clinical-trials-table .clinical-table-section td:first-child svg path {
          fill: #000; }
    .clinical-trials-table .clinical-table-section td:last-child {
      width: 4%; }
    .clinical-trials-table .clinical-table-section td a {
      color: #071d49;
      -webkit-transition: color 0.3s ease;
      transition: color 0.3s ease;
      text-decoration: none; }
      .clinical-trials-table .clinical-table-section td a:hover {
        color: #2f9ece;
        text-decoration: none; }
  .clinical-trials-table .clinical-table-section .sort {
    border: none;
    -webkit-box-shadow: none;
            box-shadow: none;
    background: none; }
    .clinical-trials-table .clinical-table-section .sort.asc, .clinical-trials-table .clinical-table-section .sort.desc {
      font-family: "Roboto Bold", Helvetica, Arial, sans-serif;
      font-weight: 700; }
    .clinical-trials-table .clinical-table-section .sort-indicator {
      display: inline-block;
      width: 11px;
      height: 22px;
      position: relative;
      top: 5px;
      margin-left: 8px;
      line-height: 0; }
    .clinical-trials-table .clinical-table-section .sort-up {
      top: 0;
      -webkit-transform: rotate(180deg);
              transform: rotate(180deg);
      position: absolute;
      left: 0;
      z-index: 1; }
      .clinical-trials-table .clinical-table-section .sort-up svg {
        width: 11px;
        height: 12px; }
        .clinical-trials-table .clinical-table-section .sort-up svg path {
          fill: #dfdfdf; }
    .clinical-trials-table .clinical-table-section .sort-down {
      position: absolute;
      left: 0;
      z-index: 1;
      bottom: 0; }
      .clinical-trials-table .clinical-table-section .sort-down svg {
        width: 11px;
        height: 12px; }
        .clinical-trials-table .clinical-table-section .sort-down svg path {
          fill: #dfdfdf; }
  .clinical-trials-table .clinical-table-section .asc .sort-indicator .sort-up svg path {
    fill: #071D49; }
  .clinical-trials-table .clinical-table-section .desc .sort-indicator .sort-down svg path {
    fill: #071D49; }
  .clinical-trials-table .clinical-table-section button {
    border: none;
    -webkit-box-shadow: none;
            box-shadow: none;
    background: none;
    padding: 0; }
  .clinical-trials-table .clinical-table-section .pagination-controls {
    text-align: center;
    padding-top: 70px;
    padding-bottom: 60px; }
    .clinical-trials-table .clinical-table-section .pagination-controls ul.pagination-listing {
      list-style: none;
      padding: 0;
      display: inline-block; }
      .clinical-trials-table .clinical-table-section .pagination-controls ul.pagination-listing li {
        margin: 0 10px;
        display: inline-block; }
        .clinical-trials-table .clinical-table-section .pagination-controls ul.pagination-listing li a {
          font-family: "Roboto Regular", Helvetica, Arial, sans-serif;
          font-size: 2rem;
          line-height: 1.8;
          color: #777777; }
          @media (min-width: 30em) {
            .clinical-trials-table .clinical-table-section .pagination-controls ul.pagination-listing li a {
              font-size: 1.4rem;
              line-height: 1.42857; } }
          @media (min-width: 80em) {
            .clinical-trials-table .clinical-table-section .pagination-controls ul.pagination-listing li a {
              font-size: 2rem;
              line-height: 1.8; } }
        .clinical-trials-table .clinical-table-section .pagination-controls ul.pagination-listing li.active a {
          color: #071D49; }
    .clinical-trials-table .clinical-table-section .pagination-controls button {
      color: #071D49;
      text-decoration: none;
      cursor: pointer;
      font-size: 2rem;
      line-height: 1.8;
      font-family: "Roboto Regular", Helvetica, Arial, sans-serif; }
    .clinical-trials-table .clinical-table-section .pagination-controls button.previous-page {
      float: left; }
    .clinical-trials-table .clinical-table-section .pagination-controls button.next-page {
      float: right; }

.clinical-trials-table .clinical-trials-no-results-found {
  margin-right: auto;
  margin-left: auto;
  padding-left: 20px;
  padding-right: 20px;
  max-width: 1310px;
  width: auto;
  height: 135px;
  padding-top: 7rem;
  margin-bottom: 30rem; }
  .clinical-trials-table .clinical-trials-no-results-found p {
    font-size: 3rem;
    line-height: 1.33333;
    font-family: "Roboto Regular", Helvetica, Arial, sans-serif; }
    @media (min-width: 30em) {
      .clinical-trials-table .clinical-trials-no-results-found p {
        font-size: 2.4rem;
        line-height: 1.25; } }
    @media (min-width: 80em) {
      .clinical-trials-table .clinical-trials-no-results-found p {
        font-size: 3rem;
        line-height: 1.33333; } }

@media only screen and (max-width: 760px) {
  .clinical-trials-table {
    /* Force table to not be like tables anymore */
    /* Hide table headers (but not display: none;, for accessibility) */ }
    .clinical-trials-table table,
    .clinical-trials-table tbody,
    .clinical-trials-table td,
    .clinical-trials-table th,
    .clinical-trials-table thead,
    .clinical-trials-table tr {
      display: block; }
    .clinical-trials-table thead tr {
      position: absolute;
      top: -9999px;
      left: -9999px; }
    .clinical-trials-table tbody {
      border-top: 0 !important; }
    .clinical-trials-table tr {
      padding-bottom: 20px !important;
      padding-top: 20px !important;
      border-bottom: 1px solid #eee; }
    .clinical-trials-table td {
      /* Behave  like a "row" */
      border: none;
      width: 100% !important;
      padding: 0.4rem 0 !important;
      border-top: 0 !important;
      font-size: 1.6rem !important;
      line-height: 1.5 !important;
      position: relative;
      padding-left: 50%; }
    .clinical-trials-table button {
      border: none;
      -webkit-box-shadow: none;
              box-shadow: none;
      background: none; } }

@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
  .clinical-trials-table body {
    padding: 0;
    margin: 0;
    width: 320px; } }

.search-results {
  max-width: 1310px;
  margin: 0 auto; }
  .search-results .above-search {
    border-bottom: #979797 solid 1px;
    padding: 10px 0;
    float: left;
    width: 100%;
    margin-bottom: 60px; }
    @media (max-width: 767px) {
      .search-results .above-search {
        margin-bottom: 20px; } }
  .search-results .col-sm-10 {
    padding-left: 20px;
    padding-right: 20px; }
  .search-results .search-input-wrapper {
    margin-top: 8rem;
    margin-bottom: 9rem; }
    @media (max-width: 767px) {
      .search-results .search-input-wrapper {
        margin-top: 6rem;
        margin-bottom: 4rem; } }
    .search-results .search-input-wrapper .search-form {
      padding-bottom: 0; }
      .search-results .search-input-wrapper .search-form .input-icon {
        top: -10px; }
        @media (max-width: 767px) {
          .search-results .search-input-wrapper .search-form .input-icon {
            width: 20px;
            height: 30px;
            top: -2px; } }
      .search-results .search-input-wrapper .search-form .clear-input {
        top: -2px; }
        @media (max-width: 767px) {
          .search-results .search-input-wrapper .search-form .clear-input {
            font-size: 14px;
            font-size: 1.4em;
            top: 5px;
            right: 9px; } }
      .search-results .search-input-wrapper .search-form input {
        top: -14px; }
        @media (max-width: 767px) {
          .search-results .search-input-wrapper .search-form input {
            font-size: 23px !important;
            font-size: 2.3rem !important;
            line-height: 1.1875;
            top: -5px;
            padding-left: 40px !important; } }
        .search-results .search-input-wrapper .search-form input::-moz-placeholder {
          text-align: left;
          font-size: 14px;
          font-size: 1.4rem;
          line-height: 1.125; }
        .search-results .search-input-wrapper .search-form input:-ms-input-placeholder, .search-results .search-input-wrapper .search-form input::-webkit-input-placeholder {
          text-align: left;
          font-size: 14px;
          font-size: 1.4rem;
          line-height: 1.125; }
        .search-results .search-input-wrapper .search-form input::-webkit-input-placeholder {
          text-align: left;
          font-size: 14px;
          font-size: 1.4rem;
          line-height: 1.125; }
        .search-results .search-input-wrapper .search-form input::-moz-placeholder {
          text-align: left;
          font-size: 14px;
          font-size: 1.4rem;
          line-height: 1.125; }
        .search-results .search-input-wrapper .search-form input::-ms-input-placeholder {
          text-align: left;
          font-size: 14px;
          font-size: 1.4rem;
          line-height: 1.125; }
        .search-results .search-input-wrapper .search-form input::placeholder {
          text-align: left;
          font-size: 14px;
          font-size: 1.4rem;
          line-height: 1.125; }
  .search-results .search-results-total {
    font-family: "Roboto Regular", Helvetica, Arial, sans-serif;
    font-size: 14px;
    color: #071D49;
    line-height: 30px;
    float: left; }
  .search-results .dropdown {
    float: right;
    text-align: right;
    font-family: "Roboto Regular", Helvetica, Arial, sans-serif;
    font-size: 14px;
    color: #071D49;
    line-height: 30px;
    -webkit-font-smoothing: antialiased; }
    .search-results .dropdown .btn {
      margin-left: 1rem;
      background-color: whiteSmoke;
      background-image: -webkit-gradient(linear, left top, left bottom, from(whiteSmoke), to(#F1F1F1));
      background-image: linear-gradient(top, whiteSmoke, #F1F1F1);
      background-image: -o-linear-gradient(top, whiteSmoke, #F1F1F1);
      border: 1px solid rgba(0, 0, 0, 0.1);
      border-radius: 2px;
      -webkit-box-shadow: 0 1px 1px #eee;
              box-shadow: 0 1px 1px #eee;
      -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
              box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
      color: #444;
      cursor: default;
      font-family: "Roboto Regular", Helvetica, Arial, sans-serif;
      font-size: 12px;
      font-size: 1.2rem; }
      @media (max-width: 767px) {
        .search-results .dropdown .btn {
          font-size: 11px;
          font-size: 1.1rem; } }
  .search-results .search-results-container {
    float: left;
    width: 100%; }
    @media (max-width: 767px) {
      .search-results .search-results-container {
        padding-right: 4px; } }
    .search-results .search-results-container ul {
      list-style: none;
      padding: 0; }
      .search-results .search-results-container ul li {
        margin-bottom: 60px;
        font-family: "Roboto Regular", Helvetica, Arial, sans-serif; }
        @media (max-width: 767px) {
          .search-results .search-results-container ul li {
            margin-bottom: 20px; } }
        .search-results .search-results-container ul li a {
          color: #071D49;
          text-decoration: none;
          background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #fff), color-stop(50%, #2f9ece));
          background: linear-gradient(to bottom, #fff 50%, #2f9ece 50%);
          background-size: 2px 2px;
          background-repeat: repeat-x;
          background-position: 0 100%;
          -webkit-transition: color 0.1s ease;
          transition: color 0.1s ease;
          font-family: "Roboto Regular", Helvetica, Arial, sans-serif;
          font-size: 16px;
          font-size: 1.6rem;
          line-height: 1.5; }
          .search-results .search-results-container ul li a:hover {
            color: #2f9ece;
            background-position: 0 150%, 100% 150%, 0 150%;
            text-decoration: none; }
          @media (min-width: 30em) {
            .search-results .search-results-container ul li a {
              font-size: 18px;
              font-size: 1.8rem;
              line-height: 1.66667; } }
          @media (max-width: 47.99em) {
            .search-results .search-results-container ul li a {
              height: auto !important;
              font-size: 16px !important;
              line-height: 24px !important; } }
          @media (min-width: 80em) {
            .search-results .search-results-container ul li a {
              font-size: 20px;
              font-size: 2rem;
              line-height: 1.8; } }
        .search-results .search-results-container ul li .url {
          font-size: 15px;
          font-size: 1.5rem;
          line-height: 1.53333;
          color: #777777;
          margin: 4px 0 10px 0;
          padding: 0;
          word-wrap: break-word;
          -webkit-font-smoothing: antialiased; }
        .search-results .search-results-container ul li .snippet {
          color: #071D49;
          margin: 0;
          font-family: "Roboto Regular", Helvetica, Arial, sans-serif;
          font-size: 16px;
          font-size: 1.6rem;
          line-height: 1.5; }
          @media (max-width: 47.99em) {
            .search-results .search-results-container ul li .snippet {
              font-size: 16px !important;
              line-height: 1.5 !important; } }
          @media (min-width: 30em) {
            .search-results .search-results-container ul li .snippet {
              font-size: 18px;
              font-size: 1.8rem;
              line-height: 1.66667; } }
          @media (min-width: 80em) {
            .search-results .search-results-container ul li .snippet {
              font-size: 20px;
              font-size: 2rem;
              line-height: 1.8; } }
          .search-results .search-results-container ul li .snippet b {
            color: #2f9ece; }
  .search-results .pagination-container {
    float: left;
    width: 100%;
    border-top: #979797 solid 1px;
    padding-top: 20px;
    margin: 40px 0; }
    @media (max-width: 767px) {
      .search-results .pagination-container {
        margin: 0 0 60px; } }
    .search-results .pagination-container ul {
      list-style: none;
      padding: 0; }
      .search-results .pagination-container ul li {
        font-family: "Roboto Regular", Helvetica, Arial, sans-serif;
        font-size: 12px;
        font-size: 1.2rem;
        line-height: 1.5;
        margin-right: 8px;
        display: inline-block; }
        .search-results .pagination-container ul li a {
          font-family: "Roboto Regular", Helvetica, Arial, sans-serif;
          font-size: 12px;
          font-size: 1.2rem;
          line-height: 1.5;
          color: #071D49; }
          @media (min-width: 30em) {
            .search-results .pagination-container ul li a {
              font-size: 14px;
              font-size: 1.4rem;
              line-height: 1.42857; } }
          @media (min-width: 80em) {
            .search-results .pagination-container ul li a {
              font-size: 15px;
              font-size: 1.5rem;
              line-height: 1.53333; } }
  .search-results .no-results {
    float: left;
    width: 100%;
    padding: 5px;
    border: 1px solid #ffcc33;
    background-color: #fff4c2;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.5; }
    @media (min-width: 30em) {
      .search-results .no-results {
        font-size: 18px;
        font-size: 1.8rem;
        line-height: 1.66667; } }
    @media (min-width: 80em) {
      .search-results .no-results {
        font-size: 20px;
        font-size: 2rem;
        line-height: 1.8; } }

.related-links {
  padding-top: 0;
  position: relative;
  width: 100%;
  height: 100%; }
  @media (min-width: 48em) {
    .related-links {
      width: 100%;
      display: block;
      float: left;
      overflow: hidden; } }
  @media (min-width: 60em) {
    .related-links {
      padding-top: 0; } }
  .related-links > div {
    min-height: 200px;
    width: 100%;
    float: left; }
    @media (min-width: 48em) {
      .related-links > div {
        width: 50%;
        padding-bottom: 1000px;
        margin-bottom: -1000px; } }
  .related-links > div:nth-of-type(1) {
    background-color: #b4bbc8; }
  .related-links > div:nth-of-type(2) {
    background-color: #9ca4b6; }
  .related-links .relatedlink {
    display: block;
    height: 100%;
    width: 100%; }
    .related-links .relatedlink .related-link {
      position: relative;
      display: block;
      height: 100%;
      width: 100%; }
      .related-links .relatedlink .related-link__content {
        padding: 4rem 2.5rem;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        position: relative;
        z-index: 2; }
        @media (min-width: 48em) {
          .related-links .relatedlink .related-link__content {
            padding: 5rem 5.5rem; } }
      .related-links .relatedlink .related-link__section {
        margin-bottom: 20px; }
        @media (min-width: 30em) {
          .related-links .relatedlink .related-link__section {
            font-size: 14px;
            font-size: 1.4rem;
            line-height: 1.42857; } }
        @media (min-width: 80em) {
          .related-links .relatedlink .related-link__section {
            font-size: 15px;
            font-size: 1.5rem;
            line-height: 1.53333; } }
      .related-links .relatedlink .related-link__title {
        position: relative;
        font-size: 24px;
        font-size: 2.4rem;
        line-height: 1.25;
        padding-right: 20px;
        margin-right: -10px;
        display: inline; }
        @media (min-width: 30em) {
          .related-links .relatedlink .related-link__title {
            font-size: 25px;
            font-size: 2.5rem;
            line-height: 1.4; } }
        @media (min-width: 48em) {
          .related-links .relatedlink .related-link__title {
            font-size: 3rem;
            line-height: 1.2;
            max-width: 500px; } }
        @media (min-width: 80em) {
          .related-links .relatedlink .related-link__title {
            font-size: 30px;
            font-size: 3rem;
            line-height: 1.33333; } }
      .related-links .relatedlink .related-link__icon {
        -webkit-transform: translateX(0);
                transform: translateX(0);
        -webkit-transition: -webkit-transform 0.3s ease;
        transition: -webkit-transform 0.3s ease;
        transition: transform 0.3s ease;
        transition: transform 0.3s ease, -webkit-transform 0.3s ease;
        position: relative;
        bottom: -2px;
        z-index: 1;
        display: inline-block;
        font-style: normal;
        font-variant: normal;
        text-transform: none;
        line-height: 1;
        -webkit-font-smoothing: antialiased;
        fill: white; }
      .related-links .relatedlink .related-link:hover {
        cursor: pointer; }
      .related-links .relatedlink .related-link > a {
        background-color: transparent;
        color: white;
        width: 100%;
        height: 100%;
        display: block;
        -webkit-transition: color 0.3s ease;
        transition: color 0.3s ease; }
        .related-links .relatedlink .related-link > a:hover {
          text-decoration: none; }
          .related-links .relatedlink .related-link > a:hover:before {
            opacity: 1; }
          .related-links .relatedlink .related-link > a:hover .icon {
            -webkit-transform: translateX(10px);
                    transform: translateX(10px); }
        @media (min-width: 768px) {
          .related-links .relatedlink .related-link > a:before {
            min-height: 300px !important; } }
        .related-links .relatedlink .related-link > a:before {
          content: '';
          display: block;
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          min-height: 200px;
          height: 100%;
          z-index: 1;
          background-color: #a9b0bf;
          opacity: 0;
          -webkit-transition: opacity 0.3s ease-in-out;
          transition: opacity 0.3s ease-in-out; }

.relatedlinksexperience {
  position: relative;
  display: block;
  width: 100%;
  float: left; }

.contactus, .inquiryform, .privacyinquiryform {
  float: left;
  width: 100%; }
  @media (max-width: 767px) {
    .contactus, .inquiryform, .privacyinquiryform {
      padding-bottom: 30px; } }

.contactus .form-container, .inquiryform .form-container, .privacyinquiryform .form-container, .accesscodelogin .form-container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 20px;
  padding-right: 20px;
  max-width: 1310px;
  width: auto; }

.contactus:before, .contactus:after, .inquiryform:before, .inquiryform:after, .privacyinquiryform:before, .privacyinquiryform:after, .accesscodelogin:before, .accesscodelogin:after {
  content: " ";
  display: table; }

.contactus:after, .inquiryform:after, .privacyinquiryform:after, .accesscodelogin:after {
  clear: both; }

.contactus a, .inquiryform a, .privacyinquiryform a, .accesscodelogin a {
  color: #2f9ece;
  text-decoration: none;
  background-size: 2px 2px;
  background-repeat: repeat-x;
  background-position: 0 89%;
  -webkit-transition: color 0.1s ease;
  transition: color 0.1s ease; }
  .contactus a:hover, .inquiryform a:hover, .privacyinquiryform a:hover, .accesscodelogin a:hover {
    color: #071D49;
    text-decoration: none; }

.contactus .text, .inquiryform .text, .privacyinquiryform .text, .accesscodelogin .text {
  font-family: "Roboto Regular" !important;
  font-size: 14px;
  line-height: 1.4;
  color: #9b9b9b; }

.contactus .limitCountDown-block, .inquiryform .limitCountDown-block, .privacyinquiryform .limitCountDown-block, .accesscodelogin .limitCountDown-block {
  font-size: 14px;
  font-weight: 300;
  color: #9b9b9b; }

.form-contactus, .form-accesscodelogin {
  margin-right: auto;
  margin-left: auto;
  max-width: 1310px;
  width: auto; }
  .form-contactus:before, .form-contactus:after, .form-accesscodelogin:before, .form-accesscodelogin:after {
    content: " ";
    display: table; }
  .form-contactus:after, .form-accesscodelogin:after {
    clear: both; }
  .form-contactus .form_paraline, .form-accesscodelogin .form_paraline {
    padding-bottom: 10px; }
  .form-contactus .form_filelist .file-item, .form-accesscodelogin .form_filelist .file-item {
    padding: 5px 0; }
    .form-contactus .form_filelist .file-item:first-child, .form-accesscodelogin .form_filelist .file-item:first-child {
      padding-top: 15px; }
    .form-contactus .form_filelist .file-item:last-child, .form-accesscodelogin .form_filelist .file-item:last-child {
      padding-bottom: 15px; }
    .form-contactus .form_filelist .file-item .btn-remove-file, .form-accesscodelogin .form_filelist .file-item .btn-remove-file {
      text-shadow: none;
      background-color: transparent;
      color: #9b9b9b;
      border: 1px solid #9b9b9b;
      font-family: "Roboto Regular", Helvetica, Arial, sans-serif;
      margin-left: 10px;
      font-size: 9px;
      font-size: 0.9rem;
      margin-bottom: 3px;
      padding: 2px 7px; }
    .form-contactus .form_filelist .file-item .btn-remove-file:hover, .form-accesscodelogin .form_filelist .file-item .btn-remove-file:hover {
      background-color: #9b9b9b;
      color: #fff; }
    .form-contactus .form_filelist .file-item.validate-invalid, .form-accesscodelogin .form_filelist .file-item.validate-invalid {
      color: #dd1b1b; }
  .form-contactus .formField--attachment .button-attachment, .form-accesscodelogin .formField--attachment .button-attachment {
    overflow: hidden;
    font-family: "Roboto Regular" !important;
    position: relative;
    background: none;
    color: #2f9ece;
    border: 1px solid #2f9ece;
    -webkit-box-shadow: none;
            box-shadow: none;
    border-radius: 0;
    text-decoration: none;
    text-align: center;
    -webkit-transition: color .4s ease,background-color .3s ease;
    transition: color .4s ease,background-color .3s ease;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    -webkit-font-smoothing: antialiased;
    font-size: 1.5rem;
    line-height: 1.53333;
    border-width: 2px;
    padding: 1.5rem 2rem 1.4rem;
    letter-spacing: 2px;
    display: inline-block; }
    @media (min-width: 768px) {
      .form-contactus .formField--attachment .button-attachment, .form-accesscodelogin .formField--attachment .button-attachment {
        vertical-align: middle;
        margin-right: 20px; } }
    .form-contactus .formField--attachment .button-attachment:hover, .form-accesscodelogin .formField--attachment .button-attachment:hover {
      background-color: #2f9ece;
      color: #fff; }
  .form-contactus .formField--attachment input[type="file"], .form-accesscodelogin .formField--attachment input[type="file"] {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    padding: 0;
    font-size: 20px;
    cursor: pointer;
    opacity: 0;
    bottom: 0; }
  .form-contactus .formField--attachment .text, .form-accesscodelogin .formField--attachment .text {
    margin-top: 20px; }
    @media (min-width: 787px) {
      .form-contactus .formField--attachment .text, .form-accesscodelogin .formField--attachment .text {
        margin-top: 0;
        vertical-align: middle;
        display: inline-block; } }
  .form-contactus .form__headline, .form-accesscodelogin .form__headline {
    margin-bottom: 30px;
    font-family: "Roboto Regular" !important;
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 1.25;
    margin-top: 50px;
    margin-bottom: 30px; }
    @media (min-width: 30em) {
      .form-contactus .form__headline, .form-accesscodelogin .form__headline {
        font-size: 25px;
        font-size: 2.5rem;
        line-height: 1.4; } }
    @media (min-width: 80em) {
      .form-contactus .form__headline, .form-accesscodelogin .form__headline {
        font-size: 30px;
        font-size: 3rem;
        line-height: 1.33333; } }
    @media (min-width: 1024px) {
      .form-contactus .form__headline, .form-accesscodelogin .form__headline {
        margin-top: 100px;
        margin-bottom: 50px; } }
  .form-contactus .formField, .form-accesscodelogin .formField {
    position: relative;
    margin-bottom: 45px; }
    .form-contactus .formField.formField--button, .form-accesscodelogin .formField.formField--button {
      margin-bottom: 8px; }
  .form-contactus label, .form-accesscodelogin label {
    position: relative;
    width: 100%;
    display: block; }
  .form-contactus input:focus ~ .floating-label,
  .form-contactus input:not(:focus):valid ~ .floating-label,
  .form-contactus input:focus ~ .formField__label,
  .form-contactus input:not(:focus):valid ~ .formField__label,
  .form-contactus input[data-required="false"]:focus ~ .formField__label,
  .form-contactus input:not(:focus):valid ~ .formField__label,
  .form-contactus input.edited ~ .formField__label,
  .form-contactus input.edited[data-required="false"] ~ .formField__label,
  .form-contactus input.edited[data-required="false"]:not(:focus):valid ~ .formField__label,
  .form-contactus select.edited ~ .formField__label,
  .form-contactus .has-error .formField__label, .form-accesscodelogin input:focus ~ .floating-label,
  .form-accesscodelogin input:not(:focus):valid ~ .floating-label,
  .form-accesscodelogin input:focus ~ .formField__label,
  .form-accesscodelogin input:not(:focus):valid ~ .formField__label,
  .form-accesscodelogin input[data-required="false"]:focus ~ .formField__label,
  .form-accesscodelogin input:not(:focus):valid ~ .formField__label,
  .form-accesscodelogin input.edited ~ .formField__label,
  .form-accesscodelogin input.edited[data-required="false"] ~ .formField__label,
  .form-accesscodelogin input.edited[data-required="false"]:not(:focus):valid ~ .formField__label,
  .form-accesscodelogin select.edited ~ .formField__label,
  .form-accesscodelogin .has-error .formField__label {
    top: -14px;
    left: 0;
    font-size: 11px;
    opacity: 1;
    color: #888888;
    font-family: "Roboto Regular", Helvetica, Arial, sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    line-height: 15px; }
  .form-contactus input[required="required"] ~ .formField__label,
  .form-contactus select[required="required"] ~ .formField__label, .form-accesscodelogin input[required="required"] ~ .formField__label,
  .form-accesscodelogin select[required="required"] ~ .formField__label {
    margin-right: 91px; }
  .form-contactus input, .form-accesscodelogin input {
    border: none;
    border-bottom: #cccccc solid 1px;
    padding: 12px 0 6px;
    width: 100%;
    line-height: 24px;
    font-family: "Roboto Regular", Helvetica, Arial, sans-serif;
    font-size: 20px;
    color: #071D49;
    background: transparent; }
    .form-contactus input:focus, .form-accesscodelogin input:focus {
      outline: none;
      border-bottom-color: #2f9ece; }
  .form-contactus .floating-label,
  .form-contactus .formField__label,
  .form-contactus input[data-required="false"] ~ .formField__label,
  .form-contactus input[data-required="false"]:not(:focus):valid ~ .formField__label, .form-accesscodelogin .floating-label,
  .form-accesscodelogin .formField__label,
  .form-accesscodelogin input[data-required="false"] ~ .formField__label,
  .form-accesscodelogin input[data-required="false"]:not(:focus):valid ~ .formField__label {
    font-family: "Roboto Regular", Helvetica, Arial, sans-serif;
    font-size: 17px;
    line-height: 33px;
    position: absolute;
    pointer-events: none;
    left: 0;
    top: 5px;
    -webkit-transition: 0.2s ease all;
    transition: 0.2s ease all;
    color: #888888;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin: 0; }
  .form-contactus input:focus ~ .floating-label, .form-contactus input:focus ~ .formField__label, .form-accesscodelogin input:focus ~ .floating-label, .form-accesscodelogin input:focus ~ .formField__label {
    color: #2f9ece; }
  .form-contactus .has-error input, .form-accesscodelogin .has-error input {
    border-bottom-color: #dd1b1b;
    background: url("clientlib-site/resources/images/icon-red-x-circle.png") no-repeat right center !important; }
  .form-contactus .has-error .help-block, .form-accesscodelogin .has-error .help-block {
    color: #dd1b1b; }
  .form-contactus input.valid-check-mark, .form-accesscodelogin input.valid-check-mark {
    background: url("clientlib-site/resources/images/icon-green-checkmark-circle.png") no-repeat right center !important; }
  .form-contactus .formField--dropdown > label, .form-accesscodelogin .formField--dropdown > label {
    border: none;
    border-bottom: #cccccc solid 1px;
    padding: 12px 0 6px;
    width: 100%;
    line-height: 24px;
    font-family: "Roboto Regular" !important;
    font-size: 20px;
    color: #071D49; }
  .form-contactus .formField--dropdown select:focus, .form-accesscodelogin .formField--dropdown select:focus {
    outline: none; }
  .form-contactus .formField__note, .form-accesscodelogin .formField__note {
    color: #9b9b9b; }
  .form-contactus .formField__required, .form-accesscodelogin .formField__required {
    position: absolute;
    top: -15px;
    right: 0;
    font-family: "Roboto Regular" !important;
    font-size: 14px !important;
    color: #9b9b9b !important; }
  .form-contactus .formField--dropdown select, .form-accesscodelogin .formField--dropdown select {
    line-height: 24px;
    position: absolute;
    font-family: "Roboto Regular" !important;
    font-size: 20px;
    color: #071D49;
    bottom: 9px;
    width: 100%;
    border: 0;
    background: transparent;
    border-radius: 0;
    -webkit-appearance: none;
    background: url(clientlib-site/resources/images/icon-caret-down.png) no-repeat right center; }
  .form-contactus .formField--checkbox, .form-accesscodelogin .formField--checkbox {
    border-bottom-width: 0;
    margin-bottom: 0 !important;
    min-height: 44px !important;
    height: auto !important; }
  @media (max-width: 47.99em) {
    .form-contactus .formField--checkbox, .form-accesscodelogin .formField--checkbox {
      margin-bottom: 20px !important; }
    .form-contactus .formField--checkbox .formField__required, .form-accesscodelogin .formField--checkbox .formField__required {
      padding-left: 35px !important; } }
  .form-contactus .formField--checkbox.formField--error, .form-accesscodelogin .formField--checkbox.formField--error {
    padding-bottom: 20px; }
  .form-contactus .formField--checkbox.formField--error label.error, .form-accesscodelogin .formField--checkbox.formField--error label.error {
    top: auto;
    bottom: 0px !important;
    left: 0 !important; }
  .form-contactus .formField--checkbox .formField__label, .form-accesscodelogin .formField--checkbox .formField__label {
    font-family: "Roboto Regular" !important;
    color: #2d2d2d;
    padding-left: 35px;
    background: url(clientlib-site/resources/images/ui__checkbox--unchecked.png) no-repeat left top;
    display: inline-block; }
  .form-contactus .formField--checkbox input[type="checkbox"], .form-accesscodelogin .formField--checkbox input[type="checkbox"] {
    width: 0 !important;
    height: 0 !important;
    opacity: 0; }
  .form-contactus .formField--checkbox input[type="checkbox"]:checked + span,
  .form-contactus .module__form .form .formField--checkbox input[type="checkbox"]:checked + label + span, .form-accesscodelogin .formField--checkbox input[type="checkbox"]:checked + span,
  .form-accesscodelogin .module__form .form .formField--checkbox input[type="checkbox"]:checked + label + span {
    background-image: url(clientlib-site/resources/images/ui__checkbox--checked.png); }
  .form-contactus label.error, .form-accesscodelogin label.error {
    opacity: 0;
    z-index: -1; }
  .form-contactus .formField--textarea textarea, .form-accesscodelogin .formField--textarea textarea {
    min-height: 317px;
    background-color: #ffffff;
    border: solid 1px #cccccc;
    width: 100%;
    font-family: "Roboto Regular" !important;
    font-size: 20px;
    line-height: 1.5;
    color: #858585;
    margin-top: 28px;
    padding: 22px 30px;
    resize: vertical; }
    .form-contactus .formField--textarea textarea:focus, .form-accesscodelogin .formField--textarea textarea:focus {
      outline: none; }
      .form-contactus .formField--textarea textarea:focus ~ .formField__label, .form-accesscodelogin .formField--textarea textarea:focus ~ .formField__label {
        color: #2f9ece; }
  .form-contactus .formField--textarea .formField__label, .form-accesscodelogin .formField--textarea .formField__label {
    top: 0;
    bottom: auto;
    line-height: 14px;
    margin-top: 0;
    font-family: "Roboto Regular", Helvetica, Arial, sans-serif;
    font-size: 12px;
    color: #888888; }
  .form-contactus .formField--textarea .formField__required, .form-accesscodelogin .formField--textarea .formField__required {
    position: absolute;
    top: -3px;
    right: 0;
    font-family: "Roboto Regular" !important;
    font-size: 14px !important;
    color: #9b9b9b !important; }
  .form-contactus .formField--button button, .form-accesscodelogin .formField--button button {
    font-family: "Roboto Regular", Helvetica, Arial, sans-serif;
    position: relative;
    background: none;
    color: #2f9ece;
    border: 1px solid #2f9ece;
    -webkit-box-shadow: none;
            box-shadow: none;
    border-radius: 0;
    text-decoration: none;
    text-align: center;
    -webkit-transition: color 0.4s ease, background-color 0.3s ease;
    transition: color 0.4s ease, background-color 0.3s ease;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    -webkit-font-smoothing: antialiased;
    font-size: 1.5rem;
    line-height: 1.53333;
    border-width: 2px;
    padding: 2.4rem 5rem 2.2rem 5rem;
    letter-spacing: 2px;
    width: 100%;
    margin-top: 40px;
    margin-bottom: 40px; }
    @media (min-width: 768px) and (max-width: 1023px) {
      .form-contactus .formField--button button, .form-accesscodelogin .formField--button button {
        width: auto; } }
    @media (min-width: 1024px) {
      .form-contactus .formField--button button, .form-accesscodelogin .formField--button button {
        width: auto; } }
    @media (max-width: 767px) {
      .form-contactus .formField--button button, .form-accesscodelogin .formField--button button {
        padding-top: 2rem;
        padding-bottom: 1.8rem; } }
    .form-contactus .formField--button button:hover, .form-accesscodelogin .formField--button button:hover {
      background-color: #2f9ece;
      color: #fff; }
  .form-contactus .formField-checkbox, .form-accesscodelogin .formField-checkbox {
    width: 20px;
    position: relative;
    margin: 20px auto;
    float: left;
    margin-right: 25px; }
    .form-contactus .formField-checkbox label, .form-accesscodelogin .formField-checkbox label {
      width: 20px;
      height: 20px;
      cursor: pointer;
      position: absolute;
      top: 0;
      left: 0;
      background: #fff;
      border: 1px solid #9b9b9b;
      border-radius: 4px; }
      .form-contactus .formField-checkbox label:after, .form-accesscodelogin .formField-checkbox label:after {
        content: '';
        width: 11px;
        height: 7px;
        position: absolute;
        top: 5px;
        left: 4px;
        border: 3px solid #fff;
        border-top: none;
        border-right: none;
        background: transparent;
        opacity: 0;
        -webkit-transform: rotate(-45deg);
                transform: rotate(-45deg); }
      .form-contactus .formField-checkbox label:hover::after, .form-accesscodelogin .formField-checkbox label:hover::after {
        opacity: 0.3; }
    .form-contactus .formField-checkbox input[type=checkbox], .form-accesscodelogin .formField-checkbox input[type=checkbox] {
      visibility: hidden; }
      .form-contactus .formField-checkbox input[type=checkbox]:checked + label, .form-accesscodelogin .formField-checkbox input[type=checkbox]:checked + label {
        background: #2f9ece;
        border: none; }
        .form-contactus .formField-checkbox input[type=checkbox]:checked + label:after, .form-accesscodelogin .formField-checkbox input[type=checkbox]:checked + label:after {
          opacity: 1; }
  .form-contactus .formSection > label[for="agree"], .form-accesscodelogin .formSection > label[for="agree"] {
    float: left; }
  .form-contactus .formField-checkbox-label, .form-accesscodelogin .formField-checkbox-label {
    font-family: "Roboto Regular" !important;
    font-size: 20px;
    line-height: 33px;
    -webkit-transition: 0.2s ease all;
    transition: 0.2s ease all;
    color: #2d2d2d;
    float: left;
    width: 80%;
    padding-top: 15px; }
    .form-contactus .formField-checkbox-label > span, .form-accesscodelogin .formField-checkbox-label > span {
      display: block; }
  .form-contactus .required-text, .form-accesscodelogin .required-text {
    color: #9b9b9b;
    font-size: 14px;
    padding-left: 12px; }
  .form-contactus .privacy-error, .form-accesscodelogin .privacy-error {
    display: block;
    float: left;
    width: 100%; }
  .form-contactus .disclaimer, .form-accesscodelogin .disclaimer {
    font-family: "Roboto Regular" !important;
    font-size: 14px;
    line-height: 1.4;
    color: #9b9b9b; }
  .form-contactus .form-group .text, .form-accesscodelogin .form-group .text {
    color: #9b9b9b; }
  .form-contactus label[for="agree"] .formField-checkbox-label, .form-accesscodelogin label[for="agree"] .formField-checkbox-label {
    font-size: 18px !important;
    line-height: 1.4 !important;
    padding-top: 20px; }

@media (min-width: 480px) {
  .form-contactus {
    width: 66.66667%;
    margin-left: 16.66667%; } }

@media (min-width: 768px) {
  .form-contactus {
    width: 52%;
    margin-left: 25%; } }

@media (min-width: 1024px) {
  .form-contactus {
    padding-left: 22px;
    padding-right: 22px; } }

.inquiryform {
  margin-top: 3rem; }
  .inquiryform .form__headline {
    margin-top: 60px; }
  .inquiryform .form-contactus .form-group .top-note .text {
    font-family: "Roboto Regular" !important;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.5;
    color: #071D49;
    padding: 40px 0 0 0; }
    @media (min-width: 1024px) {
      .inquiryform .form-contactus .form-group .top-note .text {
        padding: 40px 0 0 0; } }
    @media (min-width: 30em) {
      .inquiryform .form-contactus .form-group .top-note .text {
        font-size: 18px;
        font-size: 1.8rem;
        line-height: 1.66667; } }
    @media (min-width: 80em) {
      .inquiryform .form-contactus .form-group .top-note .text {
        font-size: 20px;
        font-size: 2rem;
        line-height: 1.8; } }
    .inquiryform .form-contactus .form-group .top-note .text a:hover {
      color: #071D49 !important; }
  .inquiryform .disclaimer.top {
    margin: 4rem 0 5rem; }
  @media (min-width: 1024px) {
    .inquiryform #formContainer__submitButton > button {
      margin-top: 30px; } }

.form-accesscodelogin input.valid-check-mark {
  background-image: none !important; }

.imagegallerycarousel {
  background-color: #fff;
  float: left;
  width: 100%; }
  .imagegallerycarousel:after {
    content: "";
    display: table;
    clear: both;
    width: 100%;
    float: left; }
  .imagegallerycarousel .image-gallery-container {
    position: relative;
    overflow: hidden;
    padding-top: 32px;
    padding-bottom: 32px;
    background-color: #fff;
    margin-left: auto;
    margin-right: auto;
    width: auto;
    max-width: 1310px; }
    @media (max-width: 767px) {
      .imagegallerycarousel .image-gallery-container {
        width: 100%;
        margin-left: 0;
        padding: 0 20px;
        max-width: initial;
        margin-right: initial; } }
    @media (min-width: 768px) and (max-width: 1023px) {
      .imagegallerycarousel .image-gallery-container {
        width: 66.66667%;
        margin-left: 16.66667%; } }
    @media (min-width: 1024px) {
      .imagegallerycarousel .image-gallery-container {
        padding-left: 20px;
        padding-right: 20px; } }
    @media (min-width: 1024px) {
      .imagegallerycarousel .image-gallery-container .hidden-xs:nth-of-type(2) {
        width: 66.66667%;
        margin-left: 16.66667%; } }
    @media (min-width: 1024px) {
      .imagegallerycarousel .image-gallery-container.wide-content .hidden-xs:nth-of-type(2) {
        width: 74%;
        margin-left: 13%; } }
  .imagegallerycarousel .gallery-mobile-only {
    margin-bottom: 16px;
    float: left;
    width: 100%; }
    .imagegallerycarousel .gallery-mobile-only .gallery-mobile-button {
      background: none;
      border: none;
      -webkit-box-shadow: none;
              box-shadow: none;
      padding: 0;
      display: block;
      color: #071D49;
      text-decoration: none;
      cursor: pointer;
      font-family: inherit;
      font-size: inherit;
      line-height: inherit;
      text-transform: none;
      float: left;
      width: 100%; }
      .imagegallerycarousel .gallery-mobile-only .gallery-mobile-button .image {
        margin-bottom: 0; }
        .imagegallerycarousel .gallery-mobile-only .gallery-mobile-button .image img {
          -webkit-backface-visibility: hidden;
                  backface-visibility: hidden;
          -webkit-transition: opacity 0.3s ease;
          transition: opacity 0.3s ease; }
        .imagegallerycarousel .gallery-mobile-only .gallery-mobile-button .image img:hover {
          opacity: 0.8;
          -webkit-backface-visibility: hidden;
                  backface-visibility: hidden;
          -webkit-transition: opacity 0.3s ease;
          transition: opacity 0.3s ease; }
      .imagegallerycarousel .gallery-mobile-only .gallery-mobile-button svg {
        background-color: transparent;
        fill: currentColor; }
      .imagegallerycarousel .gallery-mobile-only .gallery-mobile-button svg:not(:root) {
        overflow: hidden; }
      .imagegallerycarousel .gallery-mobile-only .gallery-mobile-button .icon {
        display: inline-block;
        speak: none;
        font-style: normal;
        font-variant: normal;
        text-transform: none;
        line-height: 1;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
      .imagegallerycarousel .gallery-mobile-only .gallery-mobile-button .gallery-mobile-icon {
        position: absolute;
        top: 3.5%;
        left: 6.5%;
        z-index: 2;
        background: #2d2926;
        width: 28px;
        height: 28px;
        color: #ffffff;
        padding: 3px; }
        .imagegallerycarousel .gallery-mobile-only .gallery-mobile-button .gallery-mobile-icon .icon {
          width: 22px;
          height: 22px; }
      .imagegallerycarousel .gallery-mobile-only .gallery-mobile-button .gallery-mobile-label {
        font-size: 12px;
        font-size: 1.2rem;
        line-height: 1.5;
        margin-top: 10px;
        color: #071D49;
        text-align: left; }
        .imagegallerycarousel .gallery-mobile-only .gallery-mobile-button .gallery-mobile-label .icon {
          width: 12px;
          height: 12px;
          position: relative;
          top: 2px;
          margin-left: 3px; }
  .imagegallerycarousel .gallery-panel-wrap {
    z-index: 2;
    margin-bottom: 16px; }
    @media (max-width: 767px) {
      .imagegallerycarousel .gallery-panel-wrap {
        position: none; } }
    @media (min-width: 768px) {
      .imagegallerycarousel .gallery-panel-wrap {
        position: relative; } }
    .imagegallerycarousel .gallery-panel-wrap .gallery-panel-content {
      padding-top: 20px;
      padding-right: 200px;
      max-width: 700px;
      min-height: 70px; }
      @media (max-width: 767px) {
        .imagegallerycarousel .gallery-panel-wrap .gallery-panel-content {
          padding-right: 20px;
          font-family: "Roboto Regular", Helvetica, Arial, sans-serif;
          font-size: 12px;
          font-size: 1.2rem;
          line-height: 1.5; } }
      .imagegallerycarousel .gallery-panel-wrap .gallery-panel-content .animate-in {
        opacity: 1; }
      .imagegallerycarousel .gallery-panel-wrap .gallery-panel-content .animate-out {
        opacity: 0; }
      .imagegallerycarousel .gallery-panel-wrap .gallery-panel-content .gallery-panel-content-title {
        margin-bottom: 10px;
        font-family: "Roboto Regular", Helvetica, Arial, sans-serif;
        -webkit-transition: opacity 0.6s ease;
        transition: opacity 0.6s ease; }
        @media (max-width: 767px) {
          .imagegallerycarousel .gallery-panel-wrap .gallery-panel-content .gallery-panel-content-title {
            font-size: 12px;
            font-size: 1.2rem;
            line-height: 1.5; } }
    .imagegallerycarousel .gallery-panel-wrap .gallery-panel-actions {
      position: absolute;
      top: 0;
      right: 0;
      z-index: 1;
      padding-top: 20px;
      margin: 0 -8px; }
      @media (max-width: 767px) {
        .imagegallerycarousel .gallery-panel-wrap .gallery-panel-actions {
          bottom: 40px;
          top: unset;
          right: 20px;
          width: 100%;
          padding-left: 20px; } }
      .imagegallerycarousel .gallery-panel-wrap .gallery-panel-actions .gallery-panel-counter {
        margin-top: 2px;
        vertical-align: top;
        color: #071D49;
        margin: 0 8px;
        display: inline-block;
        -webkit-font-smoothing: antialiased; }
        @media (max-width: 767px) {
          .imagegallerycarousel .gallery-panel-wrap .gallery-panel-actions .gallery-panel-counter {
            display: block;
            float: left;
            margin-top: 32px; } }
      .imagegallerycarousel .gallery-panel-wrap .gallery-panel-actions .gallery-buttons {
        display: block;
        float: right; }
        .imagegallerycarousel .gallery-panel-wrap .gallery-panel-actions .gallery-buttons .gallery-btn-arrow {
          display: inline-block;
          background: #ffffff;
          margin: 0 8px; }
          .imagegallerycarousel .gallery-panel-wrap .gallery-panel-actions .gallery-buttons .gallery-btn-arrow .gallery-btn {
            border: 1px solid #2d2926;
            width: 47px;
            height: 47px;
            padding: 14px;
            background: #ffffff;
            -webkit-user-select: none;
            -moz-user-select: none;
            -ms-user-select: none;
            user-select: none;
            -webkit-transition: color 0.3s ease, border-color 0.3s ease;
            transition: color 0.3s ease, border-color 0.3s ease;
            color: #777777;
            border-color: #777777; }
            .imagegallerycarousel .gallery-panel-wrap .gallery-panel-actions .gallery-buttons .gallery-btn-arrow .gallery-btn .icon {
              width: 14px;
              height: 14px;
              position: relative;
              top: 2px;
              fill: #777777; }
              .imagegallerycarousel .gallery-panel-wrap .gallery-panel-actions .gallery-buttons .gallery-btn-arrow .gallery-btn .icon svg {
                fill: #777777; }
            .imagegallerycarousel .gallery-panel-wrap .gallery-panel-actions .gallery-buttons .gallery-btn-arrow .gallery-btn .icon-prev {
              left: -1px;
              -webkit-transform: rotate(90deg);
                      transform: rotate(90deg); }
            .imagegallerycarousel .gallery-panel-wrap .gallery-panel-actions .gallery-buttons .gallery-btn-arrow .gallery-btn .icon-next {
              left: 1px;
              -webkit-transform: rotate(-90deg);
                      transform: rotate(-90deg); }
  .imagegallerycarousel .carousel {
    margin-bottom: 0; }
    @media (min-width: 1024px) {
      .imagegallerycarousel .carousel {
        width: 66.66667%;
        left: 16.66667%; } }
    .imagegallerycarousel .carousel .carousel-indicators {
      display: none; }
    .imagegallerycarousel .carousel .carousel-inner .item .imagegallerycarouselslide {
      float: left;
      width: 100%; }
      .imagegallerycarousel .carousel .carousel-inner .item .imagegallerycarouselslide > div {
        float: left;
        width: 100%; }
      .imagegallerycarousel .carousel .carousel-inner .item .imagegallerycarouselslide .text, .imagegallerycarousel .carousel .carousel-inner .item .imagegallerycarouselslide .plaintext {
        display: none; }
      .imagegallerycarousel .carousel .carousel-inner .item .imagegallerycarouselslide .image {
        margin-bottom: 0;
        float: left;
        width: 100%; }
        .imagegallerycarousel .carousel .carousel-inner .item .imagegallerycarouselslide .image .image-container picture img {
          width: 100%;
          -o-object-fit: cover;
             object-fit: cover;
          -o-object-position: 50% 50%;
             object-position: 50% 50%;
          z-index: 1; }
    .imagegallerycarousel .carousel .carousel-inner .text, .imagegallerycarousel .carousel .carousel-inner .plaintext {
      display: none; }
  @media (min-width: 1024px) {
    .imagegallerycarousel .wide-content .carousel {
      width: 74%;
      left: 13%; } }
  .imagegallerycarousel img {
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: 50% 50%;
       object-position: 50% 50%;
    z-index: 1; }
  .imagegallerycarousel .modal {
    left: -1px;
    right: -1px;
    top: -1px;
    bottom: -1px; }
    .imagegallerycarousel .modal .modal-dialog {
      width: 101%;
      height: 101%;
      padding: 0;
      margin: 0;
      margin-top: -1px;
      padding-top: 0; }
      @media (min-width: 1024px) {
        .imagegallerycarousel .modal .modal-dialog {
          padding-top: 109px; } }
      .imagegallerycarousel .modal .modal-dialog .modal-content {
        height: 100%;
        border-radius: 0;
        overflow: auto; }
        .imagegallerycarousel .modal .modal-dialog .modal-content .modal-header {
          font-size: 3em;
          margin: 0;
          border-bottom: none; }
          .imagegallerycarousel .modal .modal-dialog .modal-content .modal-header .close {
            height: 20px;
            width: 20px;
            color: #071D49;
            opacity: 1;
            margin-top: 2px;
            margin-right: 12px; }
            .imagegallerycarousel .modal .modal-dialog .modal-content .modal-header .close .icon-close {
              height: 20px;
              width: 20px;
              color: #071D49; }
        .imagegallerycarousel .modal .modal-dialog .modal-content .modal-body {
          position: relative;
          padding: 15px;
          padding-top: 0;
          height: 89%; }
          @media (max-width: 767px) {
            .imagegallerycarousel .modal .modal-dialog .modal-content .modal-body {
              height: calc(100% - 75px); } }

.modal-backdrop {
  z-index: -999; }

.in-author div[title="Image Gallery Carousel Slide"] {
  background-color: red !important; }

.in-author .imagegallerycarousel .carousel .carousel-inner .item .imagegallerycarouselslide .text, .in-author .imagegallerycarousel .carousel .carousel-inner .item .imagegallerycarouselslide .plaintext {
  display: block; }

.search-input-wrapper {
  margin-top: 60px;
  margin-bottom: 60px; }
  .search-input-wrapper .search-form {
    padding-bottom: 6px;
    border-bottom: 1px solid #979797; }
    .search-input-wrapper .search-form .form-group {
      margin-bottom: 0;
      position: relative; }
    .search-input-wrapper .search-form .input-icon {
      position: absolute;
      left: 0;
      top: -8px;
      width: 24px;
      height: 30px; }
    .search-input-wrapper .search-form input {
      width: 100%;
      padding: 0px;
      border: none;
      margin: 0px;
      height: auto;
      outline: none;
      background: white;
      text-indent: 0px;
      font-size: 32px;
      font-size: 3.2rem;
      line-height: 1.1875;
      color: #4a4a4a;
      padding-left: 50px !important;
      padding-right: 10px !important;
      position: relative;
      top: -15px;
      height: 37px !important;
      background: none !important; }
    .search-input-wrapper .search-form .clear-input {
      position: absolute;
      top: -5px;
      right: 10px;
      color: #071D49;
      font-size: 20px;
      font-size: 2rem;
      line-height: 1.1875;
      cursor: pointer;
      font-family: "Roboto Regular", Helvetica, Arial, sans-serif;
      -webkit-font-smoothing: antialiased; }

div.twocolumncontentrowexperience {
  position: relative;
  display: block;
  float: left;
  width: 100%; }
  div.twocolumncontentrowexperience .content.container {
    width: 100%;
    height: auto;
    padding: 0; }
    @media (min-width: 750px) {
      div.twocolumncontentrowexperience .content.container {
        display: block; } }
    div.twocolumncontentrowexperience .content.container .row {
      position: relative;
      margin-left: 0;
      margin-right: 0;
      height: 100%; }
      @media (min-width: 768px) {
        div.twocolumncontentrowexperience .content.container .row {
          display: block;
          height: 100%; } }
      @media (min-width: 60em) {
        div.twocolumncontentrowexperience .content.container .row {
          display: table;
          width: 100%;
          height: 100%; } }
      @media (min-height: 40em) and (min-width: 48em) {
        div.twocolumncontentrowexperience .content.container .row {
          display: block; } }
      @media (min-height: 40em) and (min-width: 48em) and (min-width: 60em) {
        div.twocolumncontentrowexperience .content.container .row {
          display: block; } }
      div.twocolumncontentrowexperience .content.container .row .col-sm-6 {
        float: left;
        position: relative;
        height: auto;
        padding-left: 0;
        padding-right: 0; }
        @media (min-width: 750px) {
          div.twocolumncontentrowexperience .content.container .row .col-sm-6 {
            display: block;
            -webkit-box-align: center;
            -webkit-align-items: center;
                -ms-flex-align: center;
                    align-items: center;
            -webkit-box-pack: center;
            -webkit-justify-content: center;
                -ms-flex-pack: center;
                    justify-content: center;
            padding-left: 60px; } }
        div.twocolumncontentrowexperience .content.container .row .col-sm-6 .parsys {
          padding: 20px; }
          @media (min-width: 750px) {
            div.twocolumncontentrowexperience .content.container .row .col-sm-6 .parsys {
              -webkit-align-self: center;
                  -ms-flex-item-align: center;
                      align-self: center;
              text-align: right; } }
  @media (min-width: 750px) and (min-width: 750px) {
    div.twocolumncontentrowexperience .content.container .row .col-sm-6 .parsys {
      padding-right: 40px; } }
  @media (min-width: 750px) and (min-width: 48em) {
    div.twocolumncontentrowexperience .content.container .row .col-sm-6 .parsys {
      padding-right: 60px; } }
  @media (min-width: 750px) and (min-width: 64em) {
    div.twocolumncontentrowexperience .content.container .row .col-sm-6 .parsys {
      padding-right: 80px; } }
  @media (min-width: 750px) and (min-width: 80em) {
    div.twocolumncontentrowexperience .content.container .row .col-sm-6 .parsys {
      padding-right: 100px; } }
  @media (min-width: 750px) and (min-width: 80em) {
    div.twocolumncontentrowexperience .content.container .row .col-sm-6 .parsys {
      padding-left: 140px; } }
          div.twocolumncontentrowexperience .content.container .row .col-sm-6 .parsys .eyebrow {
            font-family: "Roboto Light", Helvetica, Arial, sans-serif;
            font-weight: 300;
            font-size: 12px;
            font-size: 1.2rem;
            line-height: 1.5; }
            @media (min-width: 30em) {
              div.twocolumncontentrowexperience .content.container .row .col-sm-6 .parsys .eyebrow {
                font-size: 14px;
                font-size: 1.4rem;
                line-height: 1.42857; } }
            @media (min-width: 80em) {
              div.twocolumncontentrowexperience .content.container .row .col-sm-6 .parsys .eyebrow {
                font-size: 15px;
                font-size: 1.5rem;
                line-height: 1.53333;
                max-width: 545px;
                padding: 0 20px; }
                div.twocolumncontentrowexperience .content.container .row .col-sm-6 .parsys .eyebrow .eyebrow {
                  padding: 0; } }
          div.twocolumncontentrowexperience .content.container .row .col-sm-6 .parsys .heading {
            margin-top: 0;
            -webkit-font-smoothing: antialiased; }
            div.twocolumncontentrowexperience .content.container .row .col-sm-6 .parsys .heading h3 {
              margin-bottom: 20px;
              font-family: "Roboto Regular", Helvetica, Arial, sans-serif;
              font-size: 34px;
              font-size: 3.4rem;
              line-height: 1.17647; }
              @media (min-width: 30em) {
                div.twocolumncontentrowexperience .content.container .row .col-sm-6 .parsys .heading h3 {
                  font-size: 42px;
                  font-size: 4.2rem;
                  line-height: 1.2381; } }
              @media (min-width: 80em) {
                div.twocolumncontentrowexperience .content.container .row .col-sm-6 .parsys .heading h3 {
                  font-size: 50px;
                  font-size: 5rem;
                  line-height: 1.3;
                  max-width: 545px;
                  padding: 0 20px; } }
          div.twocolumncontentrowexperience .content.container .row .col-sm-6 .parsys .text, div.twocolumncontentrowexperience .content.container .row .col-sm-6 .parsys .plaintext {
            width: 100%;
            margin-left: 0%;
            padding-left: 0;
            padding-right: 0;
            margin-bottom: 2.5rem;
            font-family: "Roboto Light", Helvetica, Arial, sans-serif;
            font-weight: 300;
            font-size: 16px;
            font-size: 1.6rem;
            line-height: 1.5;
            -webkit-font-smoothing: antialiased; }
            @media (min-width: 30em) {
              div.twocolumncontentrowexperience .content.container .row .col-sm-6 .parsys .text, div.twocolumncontentrowexperience .content.container .row .col-sm-6 .parsys .plaintext {
                font-size: 18px;
                font-size: 1.8rem;
                line-height: 1.66667; } }
            @media (min-width: 80em) {
              div.twocolumncontentrowexperience .content.container .row .col-sm-6 .parsys .text, div.twocolumncontentrowexperience .content.container .row .col-sm-6 .parsys .plaintext {
                font-size: 20px;
                font-size: 2rem;
                line-height: 1.8;
                max-width: 545px;
                padding: 0 20px; } }
            @media (min-width: 48em) {
              div.twocolumncontentrowexperience .content.container .row .col-sm-6 .parsys .text, div.twocolumncontentrowexperience .content.container .row .col-sm-6 .parsys .plaintext {
                margin-bottom: 3.5rem; } }
          div.twocolumncontentrowexperience .content.container .row .col-sm-6 .parsys .calltoaction {
            margin-bottom: 22px; }
            @media (min-width: 80em) {
              div.twocolumncontentrowexperience .content.container .row .col-sm-6 .parsys .calltoaction {
                max-width: 545px;
                padding: 0 20px; } }
            div.twocolumncontentrowexperience .content.container .row .col-sm-6 .parsys .calltoaction:last-child {
              margin-bottom: 0; }
          div.twocolumncontentrowexperience .content.container .row .col-sm-6 .parsys .btn {
            background: none;
            border: 2px solid #071D49;
            color: #071D49;
            -webkit-transition: -webkit-transform 0.4s ease;
            transition: -webkit-transform 0.4s ease;
            transition: transform 0.4s ease;
            transition: transform 0.4s ease, -webkit-transform 0.4s ease;
            position: relative;
            border-radius: 0;
            padding: 1.8rem 3rem 1.6rem 3rem;
            letter-spacing: 2px;
            text-decoration: none;
            text-align: center;
            line-height: 1.6;
            -webkit-transition: all 0.3s ease;
            transition: all 0.3s ease;
            -webkit-backface-visibility: hidden;
                    backface-visibility: hidden;
            -webkit-font-smoothing: antialiased; }
            @media (min-width: 750px) {
              div.twocolumncontentrowexperience .content.container .row .col-sm-6 .parsys .btn {
                font-size: 14px;
                font-size: 1.4rem;
                line-height: 1.1; } }
            @media (min-width: 48em) {
              div.twocolumncontentrowexperience .content.container .row .col-sm-6 .parsys .btn {
                font-size: 14px;
                font-size: 1.4rem;
                line-height: 1.1; } }
            @media (min-width: 64em) {
              div.twocolumncontentrowexperience .content.container .row .col-sm-6 .parsys .btn {
                font-size: 14px;
                font-size: 1.4rem;
                line-height: 1.1; } }
            @media (min-width: 80em) {
              div.twocolumncontentrowexperience .content.container .row .col-sm-6 .parsys .btn {
                font-size: 16px;
                font-size: 1.6rem;
                line-height: 1.4;
                padding: 2.4rem 5rem 2.2rem 5rem; } }
          div.twocolumncontentrowexperience .content.container .row .col-sm-6 .parsys .btn:hover {
            color: #ffffff;
            background: #071D49;
            -webkit-transition: all 0.3s ease;
            transition: all 0.3s ease; }
      @media (min-width: 750px) {
        div.twocolumncontentrowexperience .content.container .row .col-sm-6 .parsys {
          text-align: left;
          padding-right: 20px; } }
  @media (min-width: 750px) and (min-width: 750px) {
    div.twocolumncontentrowexperience .content.container .row .col-sm-6 .parsys {
      padding-left: 40px; } }
  @media (min-width: 750px) and (max-width: 767px) {
    div.twocolumncontentrowexperience .content.container .row .col-sm-6 .parsys {
      text-align: left; } }
  @media (min-width: 750px) and (min-width: 48em) {
    div.twocolumncontentrowexperience .content.container .row .col-sm-6 .parsys {
      padding-left: 60px; } }
  @media (min-width: 750px) and (min-width: 64em) {
    div.twocolumncontentrowexperience .content.container .row .col-sm-6 .parsys {
      padding-left: 80px; } }
  @media (min-width: 750px) and (min-width: 80em) {
    div.twocolumncontentrowexperience .content.container .row .col-sm-6 .parsys {
      padding-left: 100px; } }
  @media (min-width: 750px) and (min-width: 80em) {
    div.twocolumncontentrowexperience .content.container .row .col-sm-6 .parsys {
      padding-left: 90px; } }
  @media (min-width: 750px) and (min-width: 85em) {
    div.twocolumncontentrowexperience .content.container .row .col-sm-6 .parsys {
      padding-left: 140px; } }
      div.twocolumncontentrowexperience .content.container .row .col-sm-6.pull-right .parsys {
        text-align: right;
        padding-right: 90px;
        padding-left: 0; }
        @media (min-width: 80em) {
          div.twocolumncontentrowexperience .content.container .row .col-sm-6.pull-right .parsys {
            margin-left: -80px;
            padding-left: 0; } }
        @media (max-width: 767px) {
          div.twocolumncontentrowexperience .content.container .row .col-sm-6.pull-right .parsys {
            text-align: left; } }
        @media (max-width: 479px) {
          div.twocolumncontentrowexperience .content.container .row .col-sm-6.pull-right .parsys {
            padding-right: 0; } }
      @media (max-width: 750px) {
        div.twocolumncontentrowexperience .content.container .row .col-sm-6 .parsys {
          text-align: left;
          padding: 60px; } }
      div.twocolumncontentrowexperience .content.container .row .col-sm-6.image-column {
        height: 100%;
        padding-left: 0;
        padding-right: 0;
        width: 50%;
        height: 100%;
        position: absolute;
        top: 0; }
        div.twocolumncontentrowexperience .content.container .row .col-sm-6.image-column.full-width {
          width: 100%;
          max-width: 100%; }
        div.twocolumncontentrowexperience .content.container .row .col-sm-6.image-column.pull-right {
          right: 0; }
          div.twocolumncontentrowexperience .content.container .row .col-sm-6.image-column.pull-right .image .image-container img {
            -o-object-position: 0 50%;
               object-position: 0 50%; }
            @media (min-width: 80em) {
              div.twocolumncontentrowexperience .content.container .row .col-sm-6.image-column.pull-right .image .image-container img {
                -o-object-position: 20px 50%;
                   object-position: 20px 50%; } }
        div.twocolumncontentrowexperience .content.container .row .col-sm-6.image-column.pull-left {
          left: 0; }
          div.twocolumncontentrowexperience .content.container .row .col-sm-6.image-column.pull-left .image .image-container img {
            -o-object-position: 100% 50%;
               object-position: 100% 50%; }
        @media (max-width: 767px) {
          div.twocolumncontentrowexperience .content.container .row .col-sm-6.image-column {
            width: 100%;
            height: auto; } }
        @media (min-width: 750px) {
          div.twocolumncontentrowexperience .content.container .row .col-sm-6.image-column {
            overflow: hidden;
            max-width: 50%;
            display: block;
            -webkit-box-align: center;
            -webkit-align-items: center;
                -ms-flex-align: center;
                    align-items: center;
            -webkit-box-pack: center;
            -webkit-justify-content: center;
                -ms-flex-pack: center;
                    justify-content: center; } }
        div.twocolumncontentrowexperience .content.container .row .col-sm-6.image-column > div {
          height: 100%;
          width: 100%; }
        div.twocolumncontentrowexperience .content.container .row .col-sm-6.image-column .image {
          margin-bottom: 0px;
          width: 100%;
          height: 100%; }
          div.twocolumncontentrowexperience .content.container .row .col-sm-6.image-column .image a {
            height: 100%;
            width: 100%;
            display: block; }
          div.twocolumncontentrowexperience .content.container .row .col-sm-6.image-column .image .image-container {
            width: 100%;
            height: 100%; }
            div.twocolumncontentrowexperience .content.container .row .col-sm-6.image-column .image .image-container img {
              width: 100%;
              -o-object-fit: cover;
                 object-fit: cover;
              z-index: 1;
              height: 100%; }
        @media (max-width: 767px) {
          div.twocolumncontentrowexperience .content.container .row .col-sm-6.image-column {
            position: relative; } }
      div.twocolumncontentrowexperience .content.container .row .col-sm-6.content-container {
        display: table; }
        @media (max-width: 767px) {
          div.twocolumncontentrowexperience .content.container .row .col-sm-6.content-container {
            display: block;
            width: 100%;
            background-color: #f5f5f5 !important;
            color: #071D49 !important; }
            div.twocolumncontentrowexperience .content.container .row .col-sm-6.content-container h1, div.twocolumncontentrowexperience .content.container .row .col-sm-6.content-container h2, div.twocolumncontentrowexperience .content.container .row .col-sm-6.content-container h3, div.twocolumncontentrowexperience .content.container .row .col-sm-6.content-container p {
              color: #071D49 !important; }
            div.twocolumncontentrowexperience .content.container .row .col-sm-6.content-container a {
              color: #071d49 !important;
              text-decoration: none;
              background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, transparent), color-stop(50%, #071d49)) !important;
              background: linear-gradient(to bottom, transparent 50%, #071d49 50%) !important;
              background-size: 2px 2px !important;
              background-repeat: repeat-x !important;
              background-position: 0 100% !important;
              -webkit-transition: color 0.1s ease !important;
              transition: color 0.1s ease !important; }
              div.twocolumncontentrowexperience .content.container .row .col-sm-6.content-container a:hover {
                color: #2f9ece !important;
                background-position: 0 150%, 100% 150%, 0 150% !important;
                text-decoration: none !important; }
            div.twocolumncontentrowexperience .content.container .row .col-sm-6.content-container .btn {
              border: 2px solid #071D49 !important;
              color: #071D49 !important;
              max-width: 100%;
              white-space: normal; }
              div.twocolumncontentrowexperience .content.container .row .col-sm-6.content-container .btn:hover {
                color: #fff !important;
                background: #071D49 !important; }
            div.twocolumncontentrowexperience .content.container .row .col-sm-6.content-container .parsys {
              padding-left: 0; }
            div.twocolumncontentrowexperience .content.container .row .col-sm-6.content-container .content-inner {
              padding: 4rem 10rem 4rem 8rem; } }
        @media (max-width: 479px) {
          div.twocolumncontentrowexperience .content.container .row .col-sm-6.content-container .content-inner {
            padding: 0 2rem;
            display: block; }
          div.twocolumncontentrowexperience .content.container .row .col-sm-6.content-container .parsys {
            padding-right: 30px; } }
        @media (min-height: 40em) and (min-width: 48em) {
          div.twocolumncontentrowexperience .content.container .row .col-sm-6.content-container {
            height: calc(85vh - 60px);
            padding-top: 0;
            padding-bottom: 0; } }
        @media (min-height: 40em) and (min-width: 48em) and (min-width: 60em) {
          div.twocolumncontentrowexperience .content.container .row .col-sm-6.content-container {
            height: calc(90vh - 90px);
            padding-top: 0;
            padding-bottom: 0; } }
        @media (min-width: 60em) {
          div.twocolumncontentrowexperience .content.container .row .col-sm-6.content-container {
            padding-top: 16rem;
            padding-bottom: 16rem; } }
        div.twocolumncontentrowexperience .content.container .row .col-sm-6.content-container .content-inner {
          display: table-cell;
          vertical-align: middle; }

.in-author div.twocolumncontentrowexperience .content.container {
  max-height: 900px;
  height: 900px !important;
  overflow: hidden; }
  .in-author div.twocolumncontentrowexperience .content.container .row {
    height: 900px !important; }
    .in-author div.twocolumncontentrowexperience .content.container .row .content-container {
      padding-top: 1rem;
      padding-bottom: 1rem;
      width: 45%;
      float: left;
      height: 100%; }
    .in-author div.twocolumncontentrowexperience .content.container .row .in-author, .in-author div.twocolumncontentrowexperience .content.container .row .in-author.image-column {
      height: 900px !important;
      width: 45%; }
      .in-author div.twocolumncontentrowexperience .content.container .row .in-author > div, .in-author div.twocolumncontentrowexperience .content.container .row .in-author.image-column > div {
        height: 900px !important;
        width: 100%; }
      .in-author div.twocolumncontentrowexperience .content.container .row .in-author .image, .in-author div.twocolumncontentrowexperience .content.container .row .in-author.image-column .image {
        height: 900px !important; }
        .in-author div.twocolumncontentrowexperience .content.container .row .in-author .image .image-container, .in-author div.twocolumncontentrowexperience .content.container .row .in-author.image-column .image .image-container {
          height: 900px !important; }
          .in-author div.twocolumncontentrowexperience .content.container .row .in-author .image .image-container img, .in-author div.twocolumncontentrowexperience .content.container .row .in-author.image-column .image .image-container img {
            width: 100%;
            -o-object-fit: cover;
               object-fit: cover;
            z-index: 1;
            height: 100%; }
    .in-author div.twocolumncontentrowexperience .content.container .row .full-width {
      width: 100% !important;
      height: 300px; }
      .in-author div.twocolumncontentrowexperience .content.container .row .full-width.content-container {
        height: 600px !important; }
        .in-author div.twocolumncontentrowexperience .content.container .row .full-width.content-container .content-inner {
          display: block; }
      .in-author div.twocolumncontentrowexperience .content.container .row .full-width.image-column {
        height: 300px !important; }
        .in-author div.twocolumncontentrowexperience .content.container .row .full-width.image-column > div {
          height: 300px !important;
          width: 100%; }
        .in-author div.twocolumncontentrowexperience .content.container .row .full-width.image-column .image {
          height: 300px !important; }
          .in-author div.twocolumncontentrowexperience .content.container .row .full-width.image-column .image .image-container {
            height: 300px !important; }
            .in-author div.twocolumncontentrowexperience .content.container .row .full-width.image-column .image .image-container img {
              width: 100%;
              -o-object-fit: cover;
                 object-fit: cover;
              z-index: 1;
              height: 100%; }

.modal-backdrop {
  display: none !important; }

.brightcoveembedexperience:before,
.brightcovevideorowexperience:before {
  clear: both;
  display: table;
  content: ''; }

.videorowexperience,
.brightcovevideorowexperience {
  position: relative;
  font-family: "Roboto Regular", Helvetica, Arial, sans-serif;
  z-index: 2;
  overflow: hidden;
  display: block;
  min-height: 400px;
  -webkit-font-smoothing: antialiased;
  float: left;
  width: 100%;
  background-color: #fff; }
  @media (min-width: 48em) {
    .videorowexperience,
    .brightcovevideorowexperience {
      min-height: 800px;
      height: 90vh;
      max-height: 1400px; } }
  .videorowexperience__container,
  .brightcovevideorowexperience__container {
    width: 100%;
    height: 100%; }
    @media (min-width: 48em) {
      .videorowexperience__container,
      .brightcovevideorowexperience__container {
        height: 100%; } }
    .videorowexperience__container .imagecomponent,
    .brightcovevideorowexperience__container .imagecomponent {
      min-height: 500px;
      position: relative;
      height: 100%; }
      .videorowexperience__container .imagecomponent > div,
      .brightcovevideorowexperience__container .imagecomponent > div {
        background: #2d2926;
        padding-bottom: 0;
        position: relative;
        overflow: hidden;
        height: 100%;
        min-height: 500px; }
        .videorowexperience__container .imagecomponent > div > .image-container,
        .brightcovevideorowexperience__container .imagecomponent > div > .image-container {
          background-color: #f1f1f1;
          position: absolute;
          top: 0;
          left: 0;
          z-index: 1;
          width: 100%;
          height: 100%;
          opacity: 1;
          -webkit-transition: opacity 1s ease;
          transition: opacity 1s ease;
          pointer-events: inherit; }
          @media (min-width: 48em) {
            .videorowexperience__container .imagecomponent > div > .image-container,
            .brightcovevideorowexperience__container .imagecomponent > div > .image-container {
              height: auto;
              top: -1px;
              bottom: -1px; } }
          .videorowexperience__container .imagecomponent > div > .image-container img,
          .brightcovevideorowexperience__container .imagecomponent > div > .image-container img {
            -o-object-fit: cover;
               object-fit: cover;
            -o-object-position: 50% 50%;
               object-position: 50% 50%;
            display: block;
            position: absolute;
            top: 50%;
            left: 50%;
            width: 100%;
            height: 100%;
            z-index: 1;
            -webkit-transform: translate(-50%, -50%);
                    transform: translate(-50%, -50%);
            min-width: 100%;
            min-height: 100%; }
    .videorowexperience__container__background-mask,
    .brightcovevideorowexperience__container__background-mask {
      background-color: #071D49;
      position: absolute;
      z-index: 1;
      opacity: .3;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
    .videorowexperience__container__content,
    .brightcovevideorowexperience__container__content {
      margin-right: auto;
      margin-left: auto;
      padding-left: 20px;
      padding-right: 20px;
      max-width: 1310px;
      width: auto;
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      z-index: 3; }
      @media (max-width: 767px) {
        .videorowexperience__container__content,
        .brightcovevideorowexperience__container__content {
          padding-top: 42px; } }
      .videorowexperience__container__content .videorowexperience__container__overlay,
      .brightcovevideorowexperience__container__content .videorowexperience__container__overlay {
        text-align: center;
        margin-left: 12.5%;
        width: 75%;
        position: relative;
        height: 100%; }
        @media (max-width: 767px) {
          .videorowexperience__container__content .videorowexperience__container__overlay,
          .brightcovevideorowexperience__container__content .videorowexperience__container__overlay {
            width: 100%;
            padding: 0 20px;
            margin-left: 0; } }
        @media (min-width: 48em) {
          .videorowexperience__container__content .videorowexperience__container__overlay,
          .brightcovevideorowexperience__container__content .videorowexperience__container__overlay {
            margin-left: 25%;
            width: 50%; } }
        .videorowexperience__container__content .videorowexperience__container__overlay h2,
        .brightcovevideorowexperience__container__content .videorowexperience__container__overlay h2 {
          color: white;
          margin-top: 0px;
          font-size: 34px;
          font-size: 3.4rem;
          line-height: 1.17647;
          position: absolute;
          bottom: 65%;
          left: 0;
          width: 100%; }
          @media (min-width: 30em) {
            .videorowexperience__container__content .videorowexperience__container__overlay h2,
            .brightcovevideorowexperience__container__content .videorowexperience__container__overlay h2 {
              font-size: 42px;
              font-size: 4.2rem;
              line-height: 1.2381;
              bottom: 60%; } }
          @media (min-width: 48em) {
            .videorowexperience__container__content .videorowexperience__container__overlay h2,
            .brightcovevideorowexperience__container__content .videorowexperience__container__overlay h2 {
              margin-bottom: 11rem;
              bottom: 50%; } }
          @media (min-width: 80em) {
            .videorowexperience__container__content .videorowexperience__container__overlay h2,
            .brightcovevideorowexperience__container__content .videorowexperience__container__overlay h2 {
              font-size: 5rem;
              line-height: 1.3;
              bottom: 50%; } }
        .videorowexperience__container__content .videorowexperience__container__overlay .text-content,
        .brightcovevideorowexperience__container__content .videorowexperience__container__overlay .text-content {
          font-family: "Roboto Light", Helvetica, Arial, sans-serif;
          font-weight: 300; }
      .videorowexperience__container__content .actions .btn-play,
      .brightcovevideorowexperience__container__content .actions .btn-play {
        position: absolute;
        top: 50%;
        left: 50%;
        z-index: 4;
        -webkit-transform: translateY(-50%) translateX(-50%);
                transform: translateY(-50%) translateX(-50%);
        cursor: pointer;
        background: #ffffff;
        width: 120px;
        height: 120px;
        opacity: 0.5;
        -webkit-transition: opacity 0.3s ease, background-color 0.3s ease;
        transition: opacity 0.3s ease, background-color 0.3s ease;
        border: none; }
        .videorowexperience__container__content .actions .btn-play:hover,
        .brightcovevideorowexperience__container__content .actions .btn-play:hover {
          opacity: 0.75; }
        .videorowexperience__container__content .actions .btn-play:before,
        .brightcovevideorowexperience__container__content .actions .btn-play:before {
          content: '';
          display: block;
          position: absolute;
          top: 50%;
          left: 50%;
          z-index: 2;
          width: 0;
          height: 0;
          -webkit-transform: translateY(-50%) translateX(-11px);
                  transform: translateY(-50%) translateX(-11px);
          opacity: 0.5;
          -webkit-transition: opacity 1s ease;
          transition: opacity 1s ease;
          pointer-events: inherit;
          border: solid transparent;
          border-color: rgba(213, 17, 17, 0);
          border-left-color: #000000;
          border-width: 22px;
          border-left-width: 34px; }
        .videorowexperience__container__content .actions .btn-play .sr-only,
        .brightcovevideorowexperience__container__content .actions .btn-play .sr-only {
          content: '';
          display: block;
          position: absolute;
          top: 50%;
          left: 50%;
          z-index: 2;
          width: 50px;
          height: 50px;
          -webkit-transform: translateY(-50%) translateX(-50%);
                  transform: translateY(-50%) translateX(-50%);
          background-size: contain;
          opacity: 0;
          -webkit-transition: opacity 0.3s ease;
          transition: opacity 0.3s ease;
          pointer-events: none; }
      .videorowexperience__container__content .modal,
      .brightcovevideorowexperience__container__content .modal {
        z-index: 5000;
        background-color: rgba(0, 0, 0, 0.8);
        left: -1px;
        right: -1px;
        top: -1px;
        bottom: -1px; }
        .videorowexperience__container__content .modal .modal-dialog,
        .brightcovevideorowexperience__container__content .modal .modal-dialog {
          -webkit-transform: translate(-50%, -50%);
                  transform: translate(-50%, -50%);
          margin: 0;
          width: 100% !important;
          max-width: 960px;
          position: absolute;
          top: 50%;
          left: 50%; }
          @media (min-width: 480px) {
            .videorowexperience__container__content .modal .modal-dialog,
            .brightcovevideorowexperience__container__content .modal .modal-dialog {
              width: 600px;
              margin: 30px auto; } }
          .videorowexperience__container__content .modal .modal-dialog .modal-content,
          .brightcovevideorowexperience__container__content .modal .modal-dialog .modal-content {
            background: none;
            border: none;
            border-radius: 0;
            -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
                    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
            position: relative;
            background-color: black;
            border: 1px solid #999;
            border: 1px solid rgba(0, 0, 0, 0.2);
            border-radius: 6px;
            -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
                    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
            background-clip: padding-box;
            outline: 0;
            margin-left: -1px; }
            @media (min-width: 480px) {
              .videorowexperience__container__content .modal .modal-dialog .modal-content,
              .brightcovevideorowexperience__container__content .modal .modal-dialog .modal-content {
                -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
                        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5); } }
            .videorowexperience__container__content .modal .modal-dialog .modal-content .modal-body,
            .brightcovevideorowexperience__container__content .modal .modal-dialog .modal-content .modal-body {
              padding: 0; }
        .videorowexperience__container__content .modal .close,
        .brightcovevideorowexperience__container__content .modal .close {
          position: absolute;
          right: 10px;
          top: -45px;
          z-index: 5001;
          display: inline-block;
          line-height: 1;
          opacity: 1; }
          .videorowexperience__container__content .modal .close > span,
          .brightcovevideorowexperience__container__content .modal .close > span {
            font-size: 50px;
            text-shadow: none;
            color: #fff; }
      .videorowexperience__container__content .video-wrapper,
      .brightcovevideorowexperience__container__content .video-wrapper {
        position: relative;
        padding-bottom: 56.25%;
        /* 16:9 */
        padding-top: 25px;
        height: 0;
        z-index: 5000; }
        .videorowexperience__container__content .video-wrapper > iframe,
        .brightcovevideorowexperience__container__content .video-wrapper > iframe {
          width: 100%;
          height: 100%;
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%; }
      .videorowexperience__container__content .text-content,
      .brightcovevideorowexperience__container__content .text-content {
        margin-top: 50px;
        font-size: 16px;
        font-size: 1.6rem;
        line-height: 1.5;
        color: white;
        position: absolute;
        top: 60%;
        left: 0;
        width: 100%; }
        @media (min-width: 30em) {
          .videorowexperience__container__content .text-content,
          .brightcovevideorowexperience__container__content .text-content {
            font-size: 18px;
            font-size: 1.8rem;
            line-height: 1.66667;
            top: 55%; } }
        @media (min-width: 48rem) {
          .videorowexperience__container__content .text-content,
          .brightcovevideorowexperience__container__content .text-content {
            top: 50%; } }
        @media (min-width: 80em) {
          .videorowexperience__container__content .text-content,
          .brightcovevideorowexperience__container__content .text-content {
            font-size: 20px;
            font-size: 2rem;
            line-height: 1.8;
            top: 50%; } }
        @media (min-width: 48em) {
          .videorowexperience__container__content .text-content p,
          .brightcovevideorowexperience__container__content .text-content p {
            margin-top: 7rem; } }

.cq-Editable-dom #heading-text {
  padding-top: 0;
  margin-top: 0;
  position: relative; }

.parallaximagerowexperience {
  float: left;
  width: 100%; }
  .parallaximagerowexperience .image-content {
    display: none; }

.parallax .parallax-window {
  position: absolute;
  left: 0;
  right: 0;
  z-index: 2;
  overflow: hidden;
  width: 100%;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0) translateY(0px);
          transform: translate3d(0, 0, 0) translateY(0px);
  -webkit-perspective: 1000px;
          perspective: 1000px; }
  @media (max-width: 767px) {
    .parallax .parallax-window {
      position: relative; } }

.parallax-active {
  position: relative; }
  .parallax-active .parallax-window {
    position: fixed;
    left: 0;
    right: 0;
    height: inherit;
    width: 100%;
    z-index: -3; }

div.popup .modal-dialog {
  max-width: 750px;
  width: 100%;
  padding: 0 2rem;
  margin: 3rem auto; }
  @media (min-width: 48em) {
    div.popup .modal-dialog {
      margin: 8rem auto; } }

div.popup .modal-content {
  border: none;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none; }
  div.popup .modal-content .modal-header {
    padding: 0;
    border: none; }
    div.popup .modal-content .modal-header .close {
      top: 5px;
      right: 10px;
      position: absolute;
      z-index: 5; }
    div.popup .modal-content .modal-header:after {
      clear: none; }

div.popup .modal-body {
  padding: 80px; }
  @media (max-width: 768px) {
    div.popup .modal-body {
      padding: 40px; } }
  @media (max-width: 480px) {
    div.popup .modal-body {
      padding: 20px; } }

div.popup h2 {
  font-family: "Roboto Regular", Helvetica, Arial, sans-serif;
  font-size: 32px;
  line-height: 38px;
  margin-bottom: 15px;
  margin-top: 0; }
  @media (max-width: 768px) {
    div.popup h2 {
      padding-top: 20px; } }
  @media (min-width: 48em) {
    div.popup h2 {
      margin-bottom: 20px; } }

div.popup p {
  margin: 0 0 10px;
  margin-bottom: 15px;
  font-size: 18px;
  line-height: 24px;
  font-family: "Roboto Regular", Helvetica, Arial, sans-serif;
  color: #071D49; }
  @media (min-width: 48em) {
    div.popup p {
      margin-bottom: 20px; } }

div.popup .module__promo__content__buttons {
  margin: 0 -10px 0px 0px; }

div.popup .module__promo__content__button {
  font-family: "Roboto Regular", Helvetica, Arial, sans-serif;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.5;
  display: inline-block;
  color: #071D49;
  text-decoration: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
  position: relative;
  background: none;
  color: #071D49;
  border: 1px solid #2d2926;
  padding: 1.5rem 2rem 1.2rem 2rem;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 0;
  text-decoration: none;
  text-align: center;
  line-height: 1.6;
  -webkit-transition: color 0.3s ease, opacity 0.1s ease;
  transition: color 0.3s ease, opacity 0.1s ease;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.53333;
  border-width: 2px;
  padding: 1.9rem 3rem 1.6rem 3rem;
  letter-spacing: 2px; }
  @media (min-width: 48em) {
    div.popup .module__promo__content__button {
      padding: 1.8rem 3rem 1.6rem 3rem; } }
  @media (min-width: 60em) {
    div.popup .module__promo__content__button {
      padding: 2.4rem 5rem 2.2rem 5rem; } }
  div.popup .module__promo__content__button:before {
    content: '';
    display: block;
    position: absolute;
    top: -1px;
    left: -1px;
    bottom: -1px;
    right: -1px;
    z-index: 1;
    background: #979797;
    opacity: 0;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
    will-change: opacity;
    top: -2px;
    left: -2px;
    bottom: -2px;
    right: -2px;
    background-color: #2d2926; }
  div.popup .module__promo__content__button:hover {
    background-color: #2d2926;
    border-color: #2d2926;
    color: #ffffff; }
  div.popup .module__promo__content__button span {
    position: relative;
    z-index: 2; }

html .popup-backdrop {
  display: block !important;
  z-index: 1040;
  opacity: .15 !important; }

html .popup-wa-backdrop {
  display: block !important;
  z-index: 1040;
  opacity: 1 !important; }

.popup-author {
  top: auto;
  bottom: 0;
  position: fixed;
  left: 0;
  z-index: 1000;
  width: 100%;
  height: 120px;
  -webkit-transform: translateY(50%);
          transform: translateY(50%);
  -webkit-transition: -webkit-transform .6s ease .1s;
  transition: -webkit-transform .6s ease .1s;
  transition: transform .6s ease .1s;
  transition: transform .6s ease .1s, -webkit-transform .6s ease .1s;
  will-change: transform; }

.in-author .text a span.warnonleave:after {
  content: " (WL)";
  vertical-align: super;
  font-size: x-small; }

.in-author .text a span.warnonthirdparty:after {
  content: " (W3P)";
  vertical-align: super;
  font-size: x-small; }

.in-author .text a span.warnonspecial:after {
  content: " (WS)";
  vertical-align: super;
  font-size: x-small; }

.in-author .plaintext a span.warnonleave:after {
  content: " (WL)";
  vertical-align: super;
  font-size: x-small; }

.in-author .plaintext a span.warnonthirdparty:after {
  content: " (W3P)";
  vertical-align: super;
  font-size: x-small; }

.in-author .plaintext a span.warnonspecial:after {
  content: " (WS)";
  vertical-align: super;
  font-size: x-small; }

.in-author .table a span.warnonleave:after {
  content: " (WL)";
  vertical-align: super;
  font-size: x-small; }

.in-author .table a span.warnonthirdparty:after {
  content: " (W3P)";
  vertical-align: super;
  font-size: x-small; }

.in-author .table a span.warnonspecial:after {
  content: " (WS)";
  vertical-align: super;
  font-size: x-small; }

div.popup .modal--product-desc .modal-body {
  padding: 4rem; }
  div.popup .modal--product-desc .modal-body ul li:not(:last-child) {
    margin-bottom: 1rem; }

#product-application .pipeline-results ul.results-list > li a[data-toggle="modal"],
#product-application .pipeline-results ul.results-list > li[data-toggle="modal"] {
  cursor: pointer; }
  #product-application .pipeline-results ul.results-list > li a[data-toggle="modal"] .arrow > .hide,
  #product-application .pipeline-results ul.results-list > li[data-toggle="modal"] .arrow > .hide {
    display: block !important; }

@media (min-width: 768px) {
  #product-application .filter-set,
  #product-application .sorting-set {
    height: auto;
    padding-bottom: 35px; } }

#product-application .inner-filter .clear-button-container {
  padding-right: 0; }
  @media (min-width: 768px) {
    #product-application .inner-filter .clear-button-container {
      max-width: 158px;
      float: right;
      margin-top: 3.5rem; } }

@media (min-width: 768px) {
  #product-application .inner-filter .focus-area-filter {
    padding-left: 0;
    padding-right: 0; } }
  @media (min-width: 768px) and (min-width: 30em) {
    #product-application .inner-filter .focus-area-filter {
      width: 76%; } }
  @media (min-width: 768px) and (min-width: 80em) {
    #product-application .inner-filter .focus-area-filter {
      width: 84%; } }

@media (min-width: 768px) {
  #product-application .inner-filter .focus-area-filter .filter-group__control {
    display: inline-block;
    margin-right: 3rem; } }

#product-application .inner-filter .focus-area-filter .filter-group__control .control-text::before {
  top: 2px;
  vertical-align: middle; }

#product-application .inner-filter .focus-area-filter .filter-group__control .control-text::after {
  top: 6px; }

.modal--product-desc {
  background: rgba(0, 0, 0, 0.5); }
  .modal--product-desc img {
    max-width: 100%; }
  .modal--product-desc .product-desc__row--top {
    padding-bottom: 4rem;
    border-bottom: 1px solid #e1e1e1;
    margin-bottom: 3rem; }
    .modal--product-desc .product-desc__row--top::after {
      content: '';
      clear: both;
      display: table; }
  .modal--product-desc .product-desc__col-left {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding-bottom: 3rem; }
    @media (min-width: 768px) {
      .modal--product-desc .product-desc__col-left {
        padding-bottom: 0;
        float: left;
        width: 30%;
        padding-right: 5rem; } }
  .modal--product-desc .product-desc__col-right {
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
    @media (min-width: 768px) {
      .modal--product-desc .product-desc__col-right {
        float: right;
        width: 70%; } }

.twocolumnarticlerowexperience {
  float: left;
  width: 100%;
  background: #fff;
  color: #071D49; }
  .twocolumnarticlerowexperience a {
    color: #2d2926;
    text-decoration: none;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #fff), color-stop(50%, #2f9ece));
    background: linear-gradient(to bottom, #fff 50%, #2f9ece 50%);
    background-size: 2px 2px;
    background-repeat: repeat-x;
    background-position: 0 100%;
    -webkit-transition: color 0.1s ease;
    transition: color 0.1s ease; }
    .twocolumnarticlerowexperience a:hover {
      color: #2f9ece;
      background-position: 0 150%, 100% 150%, 0 150%;
      text-decoration: none; }
  .twocolumnarticlerowexperience .abbvie-dark-blue a {
    color: #ffffff; }
  .twocolumnarticlerowexperience .container {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    padding-top: 60px; }
    @media (min-width: 60em) {
      .twocolumnarticlerowexperience .container {
        padding-top: 80px; } }
    .twocolumnarticlerowexperience .container .row-container {
      padding: 0;
      max-width: 1310px;
      float: unset;
      margin: 0 auto;
      width: 100%; }
      .twocolumnarticlerowexperience .container .row-container .row {
        width: 50%;
        margin: 0 auto;
        margin-bottom: 60px;
        padding-left: 20px;
        padding-right: 20px; }
        @media (max-width: 767px) {
          .twocolumnarticlerowexperience .container .row-container .row {
            width: 100%;
            padding-left: 20px;
            padding-right: 20px; } }
        @media (min-width: 480px) and (max-width: 767px) {
          .twocolumnarticlerowexperience .container .row-container .row {
            width: 66.6667%; } }
        @media (min-width: 768px) {
          .twocolumnarticlerowexperience .container .row-container .row {
            width: 50%;
            margin: 0 auto;
            margin-bottom: 80px; } }
        .twocolumnarticlerowexperience .container .row-container .row ul {
          list-style-position: initial !important; }
          .twocolumnarticlerowexperience .container .row-container .row ul:last-child {
            margin-bottom: 0; }
        .twocolumnarticlerowexperience .container .row-container .row.wide-content {
          padding-left: 0;
          padding-right: 0; }
          @media (min-width: 768px) {
            .twocolumnarticlerowexperience .container .row-container .row.wide-content {
              width: 70%; } }
        .twocolumnarticlerowexperience .container .row-container .row .col-md-12 {
          padding: 20px 20px 0; }
        .twocolumnarticlerowexperience .container .row-container .row .col-md-6 {
          width: 100%;
          padding: 0 20px; }
          @media (min-width: 768px) {
            .twocolumnarticlerowexperience .container .row-container .row .col-md-6 {
              width: 50%;
              float: left; } }
        .twocolumnarticlerowexperience .container .row-container .row .col-md-12 .image-container, .twocolumnarticlerowexperience .container .row-container .row .col-md-12 .imagecomponent > div, .twocolumnarticlerowexperience .container .row-container .row .col-md-6 .image-container, .twocolumnarticlerowexperience .container .row-container .row .col-md-6 .imagecomponent > div {
          min-height: 0; }
        .twocolumnarticlerowexperience .container .row-container .row .col-md-12 .imagelistgrid, .twocolumnarticlerowexperience .container .row-container .row .col-md-6 .imagelistgrid {
          float: none; }
        .twocolumnarticlerowexperience .container .row-container .row .col-md-12 .contentfragment h1, .twocolumnarticlerowexperience .container .row-container .row .col-md-12 .contentfragment h2, .twocolumnarticlerowexperience .container .row-container .row .col-md-12 .contentfragment h3, .twocolumnarticlerowexperience .container .row-container .row .col-md-12 .contentfragment h4, .twocolumnarticlerowexperience .container .row-container .row .col-md-12 .contentfragment h5, .twocolumnarticlerowexperience .container .row-container .row .col-md-12 .contentfragment h6, .twocolumnarticlerowexperience .container .row-container .row .col-md-6 .contentfragment h1, .twocolumnarticlerowexperience .container .row-container .row .col-md-6 .contentfragment h2, .twocolumnarticlerowexperience .container .row-container .row .col-md-6 .contentfragment h3, .twocolumnarticlerowexperience .container .row-container .row .col-md-6 .contentfragment h4, .twocolumnarticlerowexperience .container .row-container .row .col-md-6 .contentfragment h5, .twocolumnarticlerowexperience .container .row-container .row .col-md-6 .contentfragment h6 {
          font-family: "Roboto Regular", Helvetica, Arial, sans-serif;
          margin-top: 0px;
          margin-bottom: 15px; }
          @media (min-width: 48em) {
            .twocolumnarticlerowexperience .container .row-container .row .col-md-12 .contentfragment h1, .twocolumnarticlerowexperience .container .row-container .row .col-md-12 .contentfragment h2, .twocolumnarticlerowexperience .container .row-container .row .col-md-12 .contentfragment h3, .twocolumnarticlerowexperience .container .row-container .row .col-md-12 .contentfragment h4, .twocolumnarticlerowexperience .container .row-container .row .col-md-12 .contentfragment h5, .twocolumnarticlerowexperience .container .row-container .row .col-md-12 .contentfragment h6, .twocolumnarticlerowexperience .container .row-container .row .col-md-6 .contentfragment h1, .twocolumnarticlerowexperience .container .row-container .row .col-md-6 .contentfragment h2, .twocolumnarticlerowexperience .container .row-container .row .col-md-6 .contentfragment h3, .twocolumnarticlerowexperience .container .row-container .row .col-md-6 .contentfragment h4, .twocolumnarticlerowexperience .container .row-container .row .col-md-6 .contentfragment h5, .twocolumnarticlerowexperience .container .row-container .row .col-md-6 .contentfragment h6 {
              margin-bottom: 20px; } }
        .twocolumnarticlerowexperience .container .row-container .row .col-md-12 .heading, .twocolumnarticlerowexperience .container .row-container .row .col-md-6 .heading {
          font-family: "Roboto Regular", Helvetica, Arial, sans-serif;
          margin-bottom: 15px;
          margin-top: 0px; }
          @media (min-width: 48em) {
            .twocolumnarticlerowexperience .container .row-container .row .col-md-12 .heading, .twocolumnarticlerowexperience .container .row-container .row .col-md-6 .heading {
              margin-bottom: 20px; } }
        .twocolumnarticlerowexperience .container .row-container .row .col-md-12 .heading h1, .twocolumnarticlerowexperience .container .row-container .row .col-md-12 .heading h2, .twocolumnarticlerowexperience .container .row-container .row .col-md-12 .heading h3, .twocolumnarticlerowexperience .container .row-container .row .col-md-12 .heading h4, .twocolumnarticlerowexperience .container .row-container .row .col-md-12 .heading h5, .twocolumnarticlerowexperience .container .row-container .row .col-md-12 .heading h6, .twocolumnarticlerowexperience .container .row-container .row .col-md-12 .contentfragment h1, .twocolumnarticlerowexperience .container .row-container .row .col-md-12 .contentfragment h2, .twocolumnarticlerowexperience .container .row-container .row .col-md-12 .contentfragment h3, .twocolumnarticlerowexperience .container .row-container .row .col-md-12 .contentfragment h4, .twocolumnarticlerowexperience .container .row-container .row .col-md-12 .contentfragment h5, .twocolumnarticlerowexperience .container .row-container .row .col-md-12 .contentfragment h6, .twocolumnarticlerowexperience .container .row-container .row .col-md-6 .heading h1, .twocolumnarticlerowexperience .container .row-container .row .col-md-6 .heading h2, .twocolumnarticlerowexperience .container .row-container .row .col-md-6 .heading h3, .twocolumnarticlerowexperience .container .row-container .row .col-md-6 .heading h4, .twocolumnarticlerowexperience .container .row-container .row .col-md-6 .heading h5, .twocolumnarticlerowexperience .container .row-container .row .col-md-6 .heading h6, .twocolumnarticlerowexperience .container .row-container .row .col-md-6 .contentfragment h1, .twocolumnarticlerowexperience .container .row-container .row .col-md-6 .contentfragment h2, .twocolumnarticlerowexperience .container .row-container .row .col-md-6 .contentfragment h3, .twocolumnarticlerowexperience .container .row-container .row .col-md-6 .contentfragment h4, .twocolumnarticlerowexperience .container .row-container .row .col-md-6 .contentfragment h5, .twocolumnarticlerowexperience .container .row-container .row .col-md-6 .contentfragment h6 {
          font-weight: bold;
          margin-top: 0px;
          margin-bottom: 0px; }
        .twocolumnarticlerowexperience .container .row-container .row .col-md-12 .heading h2, .twocolumnarticlerowexperience .container .row-container .row .col-md-12 .contentfragment h2, .twocolumnarticlerowexperience .container .row-container .row .col-md-6 .heading h2, .twocolumnarticlerowexperience .container .row-container .row .col-md-6 .contentfragment h2 {
          font-size: 24px;
          font-size: 2.4rem;
          line-height: 1.25; }
          @media (min-width: 30em) {
            .twocolumnarticlerowexperience .container .row-container .row .col-md-12 .heading h2, .twocolumnarticlerowexperience .container .row-container .row .col-md-12 .contentfragment h2, .twocolumnarticlerowexperience .container .row-container .row .col-md-6 .heading h2, .twocolumnarticlerowexperience .container .row-container .row .col-md-6 .contentfragment h2 {
              font-size: 25px;
              font-size: 2.5rem;
              line-height: 1.4; } }
          @media (min-width: 80em) {
            .twocolumnarticlerowexperience .container .row-container .row .col-md-12 .heading h2, .twocolumnarticlerowexperience .container .row-container .row .col-md-12 .contentfragment h2, .twocolumnarticlerowexperience .container .row-container .row .col-md-6 .heading h2, .twocolumnarticlerowexperience .container .row-container .row .col-md-6 .contentfragment h2 {
              font-size: 30px;
              font-size: 3rem;
              line-height: 1.33333; } }
        .twocolumnarticlerowexperience .container .row-container .row .col-md-12 .heading h3, .twocolumnarticlerowexperience .container .row-container .row .col-md-12 .contentfragment h3, .twocolumnarticlerowexperience .container .row-container .row .col-md-6 .heading h3, .twocolumnarticlerowexperience .container .row-container .row .col-md-6 .contentfragment h3 {
          font-weight: 800;
          font-size: 20px;
          font-size: 2rem;
          line-height: 1.3; }
          @media (min-width: 30em) {
            .twocolumnarticlerowexperience .container .row-container .row .col-md-12 .heading h3, .twocolumnarticlerowexperience .container .row-container .row .col-md-12 .contentfragment h3, .twocolumnarticlerowexperience .container .row-container .row .col-md-6 .heading h3, .twocolumnarticlerowexperience .container .row-container .row .col-md-6 .contentfragment h3 {
              font-size: 22px;
              font-size: 2.2rem;
              line-height: 1.27273; } }
          @media (min-width: 80em) {
            .twocolumnarticlerowexperience .container .row-container .row .col-md-12 .heading h3, .twocolumnarticlerowexperience .container .row-container .row .col-md-12 .contentfragment h3, .twocolumnarticlerowexperience .container .row-container .row .col-md-6 .heading h3, .twocolumnarticlerowexperience .container .row-container .row .col-md-6 .contentfragment h3 {
              font-size: 24px;
              font-size: 2.4rem;
              line-height: 1.25; } }
        .twocolumnarticlerowexperience .container .row-container .row .col-md-12 .heading:first-of-type + div.image, .twocolumnarticlerowexperience .container .row-container .row .col-md-12 .contentfragment:first-of-type + div.image, .twocolumnarticlerowexperience .container .row-container .row .col-md-6 .heading:first-of-type + div.image, .twocolumnarticlerowexperience .container .row-container .row .col-md-6 .contentfragment:first-of-type + div.image {
          margin-top: 0; }
        .twocolumnarticlerowexperience .container .row-container .row .col-md-12 .text, .twocolumnarticlerowexperience .container .row-container .row .col-md-12 .contentfragment, .twocolumnarticlerowexperience .container .row-container .row .col-md-6 .text, .twocolumnarticlerowexperience .container .row-container .row .col-md-6 .contentfragment {
          margin-bottom: 60px;
          font-family: "Roboto Light", Helvetica, Arial, sans-serif;
          font-weight: 300;
          font-size: 16px;
          font-size: 1.6rem;
          line-height: 1.5; }
          .twocolumnarticlerowexperience .container .row-container .row .col-md-12 .text p, .twocolumnarticlerowexperience .container .row-container .row .col-md-12 .contentfragment p, .twocolumnarticlerowexperience .container .row-container .row .col-md-6 .text p, .twocolumnarticlerowexperience .container .row-container .row .col-md-6 .contentfragment p {
            margin-bottom: 3rem; }
            .twocolumnarticlerowexperience .container .row-container .row .col-md-12 .text p:last-child, .twocolumnarticlerowexperience .container .row-container .row .col-md-12 .contentfragment p:last-child, .twocolumnarticlerowexperience .container .row-container .row .col-md-6 .text p:last-child, .twocolumnarticlerowexperience .container .row-container .row .col-md-6 .contentfragment p:last-child {
              margin-bottom: 0; }
          @media (min-width: 30em) {
            .twocolumnarticlerowexperience .container .row-container .row .col-md-12 .text, .twocolumnarticlerowexperience .container .row-container .row .col-md-12 .contentfragment, .twocolumnarticlerowexperience .container .row-container .row .col-md-6 .text, .twocolumnarticlerowexperience .container .row-container .row .col-md-6 .contentfragment {
              font-size: 18px;
              font-size: 1.8rem;
              line-height: 1.66667; } }
          @media (min-width: 60em) {
            .twocolumnarticlerowexperience .container .row-container .row .col-md-12 .text, .twocolumnarticlerowexperience .container .row-container .row .col-md-12 .contentfragment, .twocolumnarticlerowexperience .container .row-container .row .col-md-6 .text, .twocolumnarticlerowexperience .container .row-container .row .col-md-6 .contentfragment {
              margin-bottom: 80px; } }
          @media (min-width: 80rem) {
            .twocolumnarticlerowexperience .container .row-container .row .col-md-12 .text, .twocolumnarticlerowexperience .container .row-container .row .col-md-12 .contentfragment, .twocolumnarticlerowexperience .container .row-container .row .col-md-6 .text, .twocolumnarticlerowexperience .container .row-container .row .col-md-6 .contentfragment {
              font-size: 20px;
              font-size: 2rem;
              line-height: 1.8; } }
        .twocolumnarticlerowexperience .container .row-container .row .col-md-12 .image, .twocolumnarticlerowexperience .container .row-container .row .col-md-6 .image {
          margin-top: 0;
          margin-bottom: 0; }
          .twocolumnarticlerowexperience .container .row-container .row .col-md-12 .image img, .twocolumnarticlerowexperience .container .row-container .row .col-md-6 .image img {
            width: 100%; }
        .twocolumnarticlerowexperience .container .row-container .row .col-md-12 .text:last-child, .twocolumnarticlerowexperience .container .row-container .row .col-md-12 .plaintext:last-child, .twocolumnarticlerowexperience .container .row-container .row .col-md-6 .text:last-child, .twocolumnarticlerowexperience .container .row-container .row .col-md-6 .plaintext:last-child {
          margin-bottom: 60px; }
          @media (min-width: 60em) {
            .twocolumnarticlerowexperience .container .row-container .row .col-md-12 .text:last-child, .twocolumnarticlerowexperience .container .row-container .row .col-md-12 .plaintext:last-child, .twocolumnarticlerowexperience .container .row-container .row .col-md-6 .text:last-child, .twocolumnarticlerowexperience .container .row-container .row .col-md-6 .plaintext:last-child {
              margin-bottom: 80px; } }
        .twocolumnarticlerowexperience .container .row-container .row .col-md-12 .text p, .twocolumnarticlerowexperience .container .row-container .row .col-md-12 .plaintext p, .twocolumnarticlerowexperience .container .row-container .row .col-md-12 .contentfragment p, .twocolumnarticlerowexperience .container .row-container .row .col-md-6 .text p, .twocolumnarticlerowexperience .container .row-container .row .col-md-6 .plaintext p, .twocolumnarticlerowexperience .container .row-container .row .col-md-6 .contentfragment p {
          margin-bottom: 3rem; }
        .twocolumnarticlerowexperience .container .row-container .row .col-md-12 .text p:last-child, .twocolumnarticlerowexperience .container .row-container .row .col-md-12 .plaintext p:last-child, .twocolumnarticlerowexperience .container .row-container .row .col-md-12 .contentfragment p:last-child, .twocolumnarticlerowexperience .container .row-container .row .col-md-6 .text p:last-child, .twocolumnarticlerowexperience .container .row-container .row .col-md-6 .plaintext p:last-child, .twocolumnarticlerowexperience .container .row-container .row .col-md-6 .contentfragment p:last-child {
          margin-bottom: 0; }
        .twocolumnarticlerowexperience .container .row-container .row .col-md-12 .text ul p:last-child,
        .twocolumnarticlerowexperience .container .row-container .row .col-md-12 .text ol p:last-child,
        .twocolumnarticlerowexperience .container .row-container .row .col-md-12 .plaintext ul p:last-child,
        .twocolumnarticlerowexperience .container .row-container .row .col-md-12 .plaintext ol p:last-child,
        .twocolumnarticlerowexperience .container .row-container .row .col-md-12 .contentfragment ul p:last-child,
        .twocolumnarticlerowexperience .container .row-container .row .col-md-12 .contentfragment ol p:last-child, .twocolumnarticlerowexperience .container .row-container .row .col-md-6 .text ul p:last-child,
        .twocolumnarticlerowexperience .container .row-container .row .col-md-6 .text ol p:last-child,
        .twocolumnarticlerowexperience .container .row-container .row .col-md-6 .plaintext ul p:last-child,
        .twocolumnarticlerowexperience .container .row-container .row .col-md-6 .plaintext ol p:last-child,
        .twocolumnarticlerowexperience .container .row-container .row .col-md-6 .contentfragment ul p:last-child,
        .twocolumnarticlerowexperience .container .row-container .row .col-md-6 .contentfragment ol p:last-child {
          margin-bottom: 1.5rem; }
        .twocolumnarticlerowexperience .container .row-container .row .col-md-12 .title h1, .twocolumnarticlerowexperience .container .row-container .row .col-md-6 .title h1 {
          font-family: "Roboto Regular", Helvetica, Arial, sans-serif;
          font-weight: bold;
          font-size: 24px;
          font-size: 2.4rem;
          line-height: 1.25; }
          @media (min-width: 30em) {
            .twocolumnarticlerowexperience .container .row-container .row .col-md-12 .title h1, .twocolumnarticlerowexperience .container .row-container .row .col-md-6 .title h1 {
              font-size: 25px;
              font-size: 2.5rem;
              line-height: 1.4; } }
          @media (min-width: 80em) {
            .twocolumnarticlerowexperience .container .row-container .row .col-md-12 .title h1, .twocolumnarticlerowexperience .container .row-container .row .col-md-6 .title h1 {
              font-size: 30px;
              font-size: 3rem;
              line-height: 1.33333; } }
        .twocolumnarticlerowexperience .container .row-container .row .col-md-12 .plaintext, .twocolumnarticlerowexperience .container .row-container .row .col-md-6 .plaintext {
          margin-bottom: 60px;
          font-family: "Roboto Light", Helvetica, Arial, sans-serif;
          font-weight: 300;
          font-size: 12px;
          font-size: 1.2rem;
          line-height: 1.5;
          color: #555555;
          width: 100% !important;
          text-align: left;
          padding: 20px 0 0; }
          @media (min-width: 60em) {
            .twocolumnarticlerowexperience .container .row-container .row .col-md-12 .plaintext, .twocolumnarticlerowexperience .container .row-container .row .col-md-6 .plaintext {
              margin-bottom: 80px; } }
          @media (min-width: 30em) {
            .twocolumnarticlerowexperience .container .row-container .row .col-md-12 .plaintext, .twocolumnarticlerowexperience .container .row-container .row .col-md-6 .plaintext {
              font-size: 14px;
              font-size: 1.4rem;
              line-height: 1.42857; } }
          @media (min-width: 80em) {
            .twocolumnarticlerowexperience .container .row-container .row .col-md-12 .plaintext, .twocolumnarticlerowexperience .container .row-container .row .col-md-6 .plaintext {
              font-size: 15px;
              font-size: 1.5rem;
              line-height: 1.53333; } }
        @media (min-width: 768px) {
          .twocolumnarticlerowexperience .container .row-container .row .col-md-12 .parsys > div:last-of-type, .twocolumnarticlerowexperience .container .row-container .row .col-md-6 .parsys > div:last-of-type {
            margin-bottom: 0; } }
        .twocolumnarticlerowexperience .container .row-container .row .col-md-12.orient-left .heading,
        .twocolumnarticlerowexperience .container .row-container .row .col-md-12.orient-left .text,
        .twocolumnarticlerowexperience .container .row-container .row .col-md-12.orient-left .plaintext,
        .twocolumnarticlerowexperience .container .row-container .row .col-md-12.orient-left .accordion,
        .twocolumnarticlerowexperience .container .row-container .row .col-md-12.orient-left .title,
        .twocolumnarticlerowexperience .container .row-container .row .col-md-12.orient-left .contentfragment, .twocolumnarticlerowexperience .container .row-container .row .col-md-6.orient-left .heading,
        .twocolumnarticlerowexperience .container .row-container .row .col-md-6.orient-left .text,
        .twocolumnarticlerowexperience .container .row-container .row .col-md-6.orient-left .plaintext,
        .twocolumnarticlerowexperience .container .row-container .row .col-md-6.orient-left .accordion,
        .twocolumnarticlerowexperience .container .row-container .row .col-md-6.orient-left .title,
        .twocolumnarticlerowexperience .container .row-container .row .col-md-6.orient-left .contentfragment {
          text-align: left; }
        .twocolumnarticlerowexperience .container .row-container .row .col-md-12.orient-center .heading,
        .twocolumnarticlerowexperience .container .row-container .row .col-md-12.orient-center .text,
        .twocolumnarticlerowexperience .container .row-container .row .col-md-12.orient-center .plaintext,
        .twocolumnarticlerowexperience .container .row-container .row .col-md-12.orient-center .accordion,
        .twocolumnarticlerowexperience .container .row-container .row .col-md-12.orient-center .title,
        .twocolumnarticlerowexperience .container .row-container .row .col-md-12.orient-center .contentfragment, .twocolumnarticlerowexperience .container .row-container .row .col-md-6.orient-center .heading,
        .twocolumnarticlerowexperience .container .row-container .row .col-md-6.orient-center .text,
        .twocolumnarticlerowexperience .container .row-container .row .col-md-6.orient-center .plaintext,
        .twocolumnarticlerowexperience .container .row-container .row .col-md-6.orient-center .accordion,
        .twocolumnarticlerowexperience .container .row-container .row .col-md-6.orient-center .title,
        .twocolumnarticlerowexperience .container .row-container .row .col-md-6.orient-center .contentfragment {
          text-align: center; }
        .twocolumnarticlerowexperience .container .row-container .row .col-md-12.orient-right .heading,
        .twocolumnarticlerowexperience .container .row-container .row .col-md-12.orient-right .text,
        .twocolumnarticlerowexperience .container .row-container .row .col-md-12.orient-right .plaintext,
        .twocolumnarticlerowexperience .container .row-container .row .col-md-12.orient-right .accordion,
        .twocolumnarticlerowexperience .container .row-container .row .col-md-12.orient-right .title,
        .twocolumnarticlerowexperience .container .row-container .row .col-md-12.orient-right .contentfragment, .twocolumnarticlerowexperience .container .row-container .row .col-md-6.orient-right .heading,
        .twocolumnarticlerowexperience .container .row-container .row .col-md-6.orient-right .text,
        .twocolumnarticlerowexperience .container .row-container .row .col-md-6.orient-right .plaintext,
        .twocolumnarticlerowexperience .container .row-container .row .col-md-6.orient-right .accordion,
        .twocolumnarticlerowexperience .container .row-container .row .col-md-6.orient-right .title,
        .twocolumnarticlerowexperience .container .row-container .row .col-md-6.orient-right .contentfragment {
          text-align: right; }
        @media (max-width: 767px) {
          .twocolumnarticlerowexperience .container .row-container .row .col-md-12:first-child .parsys > div.image:last-of-type,
          .twocolumnarticlerowexperience .container .row-container .row .col-md-12 + div.col-md-6 .parsys > div.image:last-of-type, .twocolumnarticlerowexperience .container .row-container .row .col-md-6:first-child .parsys > div.image:last-of-type,
          .twocolumnarticlerowexperience .container .row-container .row .col-md-6 + div.col-md-6 .parsys > div.image:last-of-type {
            margin-bottom: 60px; } }

.feature-story-carousel {
  position: relative;
  overflow: hidden;
  display: block;
  float: left; }
  .feature-story-carousel .carousel {
    margin-top: 0;
    margin-bottom: 0; }
    @media (min-width: 48em) {
      .feature-story-carousel .carousel .carousel-inner .row {
        position: relative; } }
    @media (max-width: 767px) {
      .feature-story-carousel .carousel.normalization-done .carousel-inner .featurestorycarouselslide {
        position: absolute;
        left: 0;
        right: 0;
        height: 100%; } }
    @media (max-width: 767px) {
      .feature-story-carousel .carousel.normalization-done .carousel-inner .featurestorycarouselslide .row {
        height: 100%;
        position: unset !important; } }
  .feature-story-carousel.container-fluid, .feature-story-carousel.container {
    padding-left: 0;
    padding-right: 0;
    width: 100%; }
  .feature-story-carousel .imagecomponent {
    position: relative;
    width: 100%;
    height: auto; }
    .feature-story-carousel .imagecomponent .image-container {
      min-height: 100px;
      position: relative; }
    .feature-story-carousel .imagecomponent img {
      position: relative;
      width: 100%; }
    @media (max-width: 767px) {
      .feature-story-carousel .imagecomponent .image {
        margin-bottom: 0px; } }
    @media (min-width: 320px) {
      .feature-story-carousel .imagecomponent {
        position: absolute;
        top: -1px;
        left: -1px;
        bottom: -1px;
        right: -1px;
        z-index: 1;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        min-height: 125px; }
        .feature-story-carousel .imagecomponent img {
          -o-object-fit: cover;
             object-fit: cover;
          -o-object-position: 50% 50%;
             object-position: 50% 50%;
          display: block;
          position: absolute;
          top: 50%;
          left: 50%;
          width: 100%;
          height: 100%;
          z-index: 1;
          -webkit-transform: translate(-50%, -50%);
                  transform: translate(-50%, -50%);
          min-width: 100%;
          min-height: 100%; } }
    .feature-story-carousel .imagecomponent .authoring-edit {
      z-index: 2;
      position: absolute;
      padding: 1px 0 20px 20px;
      width: 100%;
      text-align: center; }
    .feature-story-carousel .imagecomponent .authoring-placeholder {
      display: block;
      height: 20px;
      width: 100%;
      text-indent: -9999px; }
  .feature-story-carousel .row {
    z-index: 2;
    background: #2d2926;
    color: #fff; }
    .feature-story-carousel .row .heading {
      text-align: center; }
    @media (min-width: 48em) {
      .feature-story-carousel .row {
        background: inherit; } }
  @media (max-width: 767px) {
    .feature-story-carousel.mobile-light .row {
      background-color: #f5f5f5 !important;
      color: #071D49 !important; }
      .feature-story-carousel.mobile-light .row h1, .feature-story-carousel.mobile-light .row h2, .feature-story-carousel.mobile-light .row h3, .feature-story-carousel.mobile-light .row p {
        color: #071D49 !important; }
      .feature-story-carousel.mobile-light .row .btn {
        border: 2px solid #2d2926 !important;
        color: #071D49 !important; }
        .feature-story-carousel.mobile-light .row .btn:hover {
          color: #fff !important;
          background: #2d2926 !important; } }
  @media (max-width: 767px) {
    .feature-story-carousel.mobile-dark .row {
      background-color: #2d2926 !important;
      color: #fff !important; }
      .feature-story-carousel.mobile-dark .row h1, .feature-story-carousel.mobile-dark .row h2, .feature-story-carousel.mobile-dark .row h3, .feature-story-carousel.mobile-dark .row p {
        color: #ffffff !important; }
      .feature-story-carousel.mobile-dark .row .btn {
        border: 2px solid #fff !important;
        color: #fff !important; }
        .feature-story-carousel.mobile-dark .row .btn:hover {
          color: #071D49 !important;
          background: #fff !important; } }
  .feature-story-carousel .featurestorycarouselanchor {
    text-align: center;
    position: absolute;
    left: 50%;
    z-index: 10; }
    .feature-story-carousel .featurestorycarouselanchor-btn {
      background: none;
      border: 0;
      color: #ffffff;
      -webkit-transition: -webkit-transform 0.4s ease;
      transition: -webkit-transform 0.4s ease;
      transition: transform 0.4s ease;
      transition: transform 0.4s ease, -webkit-transform 0.4s ease;
      position: absolute;
      bottom: 15px;
      z-index: 10;
      -webkit-transform: translateX(-50%);
              transform: translateX(-50%); }
      .feature-story-carousel .featurestorycarouselanchor-btn:hover {
        -webkit-transform: translate(-50%, -20px);
                transform: translate(-50%, -20px);
        -webkit-transition: -webkit-transform 0.4s ease;
        transition: -webkit-transform 0.4s ease;
        transition: transform 0.4s ease;
        transition: transform 0.4s ease, -webkit-transform 0.4s ease; }
        .feature-story-carousel .featurestorycarouselanchor-btn:hover .icon-cheveron {
          opacity: 1; }
      @media (min-width: 30em) {
        .feature-story-carousel .featurestorycarouselanchor-btn {
          bottom: 50px; } }
    .feature-story-carousel .featurestorycarouselanchor .icon-cheveron {
      width: 50px;
      height: 50px;
      opacity: 0.7; }
      .feature-story-carousel .featurestorycarouselanchor .icon-cheveron #icon-chevron-thin {
        fill: currentColor;
        -webkit-transform: translateY(-20px);
                transform: translateY(-20px); }
      @media (max-width: 767px) {
        .feature-story-carousel .featurestorycarouselanchor .icon-cheveron {
          width: 35px;
          height: 35px; } }
  .feature-story-carousel .carousel-indicators {
    bottom: 10px !important; }
    @media (min-width: 768px) {
      .feature-story-carousel .carousel-indicators {
        bottom: 20px !important; } }
  .feature-story-carousel .hero-container {
    margin-right: auto;
    margin-left: auto;
    padding: 0;
    max-width: 1310px;
    width: 100%;
    position: relative;
    z-index: 2;
    display: block;
    text-align: center;
    overflow-x: hidden;
    vertical-align: middle;
    padding-bottom: 50px;
    font-family: "Roboto Regular", Helvetica, Arial, sans-serif;
    color: #ffffff; }
    @media (min-width: 30em) {
      .feature-story-carousel .hero-container {
        height: auto;
        max-width: 500px;
        padding-top: 10rem;
        padding-bottom: 10rem; }
        .feature-story-carousel .hero-container > div {
          margin: 0 auto; } }
    @media (min-width: 40em) {
      .feature-story-carousel .hero-container {
        max-width: 520px;
        padding-top: 12rem;
        padding-bottom: 12rem; } }
    @media (min-width: 50em) {
      .feature-story-carousel .hero-container {
        max-width: 570px;
        padding-top: 13rem;
        padding-bottom: 13rem; } }
    @media (min-width: 60em) {
      .feature-story-carousel .hero-container {
        max-width: 670px;
        padding-top: 14rem;
        padding-bottom: 14rem; } }
    @media (min-width: 70em) {
      .feature-story-carousel .hero-container {
        max-width: 770px;
        padding-top: 15rem;
        padding-bottom: 15rem; } }
    @media (min-width: 80em) {
      .feature-story-carousel .hero-container {
        max-width: 873px;
        padding-top: 16rem;
        padding-bottom: 16rem; } }
    @media (max-width: 767px) {
      .feature-story-carousel .hero-container {
        max-width: none;
        width: 83.333%;
        padding: 8rem 0 11rem; }
        .feature-story-carousel .hero-container > div {
          margin: 0 auto; } }
    .feature-story-carousel .hero-container .heading, .feature-story-carousel .hero-container .title {
      margin: 0 0 2rem 0;
      -webkit-font-smoothing: antialiased; }
      @media (min-width: 48em) {
        .feature-story-carousel .hero-container .heading, .feature-story-carousel .hero-container .title {
          margin-bottom: 2rem; } }
      .feature-story-carousel .hero-container .heading:last-child, .feature-story-carousel .hero-container .title:last-child {
        margin-bottom: 0; }
      .feature-story-carousel .hero-container .heading h1, .feature-story-carousel .hero-container .heading h2, .feature-story-carousel .hero-container .title h1, .feature-story-carousel .hero-container .title h2 {
        font-size: 34px;
        font-size: 3.4rem;
        line-height: 1.17647;
        color: #ffffff; }
        @media (min-width: 30em) {
          .feature-story-carousel .hero-container .heading h1, .feature-story-carousel .hero-container .heading h2, .feature-story-carousel .hero-container .title h1, .feature-story-carousel .hero-container .title h2 {
            font-size: 42px;
            font-size: 4.2rem;
            line-height: 1.2381; } }
        @media (min-width: 80em) {
          .feature-story-carousel .hero-container .heading h1, .feature-story-carousel .hero-container .heading h2, .feature-story-carousel .hero-container .title h1, .feature-story-carousel .hero-container .title h2 {
            font-size: 50px;
            font-size: 5rem;
            line-height: 1.3; } }
      .feature-story-carousel .hero-container .heading sup, .feature-story-carousel .hero-container .title sup {
        font-size: 60%;
        position: relative;
        margin-right: 4px; }
      .feature-story-carousel .hero-container .heading h3, .feature-story-carousel .hero-container .heading h4, .feature-story-carousel .hero-container .heading h5, .feature-story-carousel .hero-container .heading h6, .feature-story-carousel .hero-container .title h3, .feature-story-carousel .hero-container .title h4, .feature-story-carousel .hero-container .title h5, .feature-story-carousel .hero-container .title h6 {
        font-size: 26px;
        font-size: 2.6rem;
        line-height: 1.17647;
        color: #ffffff; }
        @media (min-width: 30em) {
          .feature-story-carousel .hero-container .heading h3, .feature-story-carousel .hero-container .heading h4, .feature-story-carousel .hero-container .heading h5, .feature-story-carousel .hero-container .heading h6, .feature-story-carousel .hero-container .title h3, .feature-story-carousel .hero-container .title h4, .feature-story-carousel .hero-container .title h5, .feature-story-carousel .hero-container .title h6 {
            font-size: 34px;
            font-size: 3.4rem;
            line-height: 1.2381; } }
        @media (min-width: 80em) {
          .feature-story-carousel .hero-container .heading h3, .feature-story-carousel .hero-container .heading h4, .feature-story-carousel .hero-container .heading h5, .feature-story-carousel .hero-container .heading h6, .feature-story-carousel .hero-container .title h3, .feature-story-carousel .hero-container .title h4, .feature-story-carousel .hero-container .title h5, .feature-story-carousel .hero-container .title h6 {
            font-size: 42px;
            font-size: 4.2rem;
            line-height: 1.3; } }
    .feature-story-carousel .hero-container .text {
      font-family: "Roboto Regular", Helvetica, Arial, sans-serif;
      -webkit-font-smoothing: antialiased; }
      .feature-story-carousel .hero-container .text p {
        font-size: 1.6rem;
        line-height: 1.5;
        color: #ffffff;
        margin: 0 0 2rem 0; }
        @media (min-width: 30em) {
          .feature-story-carousel .hero-container .text p {
            font-size: 1.8rem;
            line-height: 1.66667; } }
        @media (min-width: 48em) {
          .feature-story-carousel .hero-container .text p {
            margin-bottom: 3.5rem; } }
        @media (min-width: 80em) {
          .feature-story-carousel .hero-container .text p {
            font-size: 2rem;
            line-height: 1.8; } }
    .feature-story-carousel .hero-container .plaintext {
      font-family: "Roboto Regular", Helvetica, Arial, sans-serif;
      -webkit-font-smoothing: antialiased;
      margin: 0 0 2.5rem 0; }
      .feature-story-carousel .hero-container .plaintext p {
        font-size: 16px;
        font-size: 1.6rem;
        line-height: 1.5;
        color: #ffffff;
        margin-bottom: 0px;
        font-family: "Roboto Light", Helvetica, Arial, sans-serif;
        font-size: 300; }
        @media (min-width: 30em) {
          .feature-story-carousel .hero-container .plaintext p {
            font-size: 1.8rem;
            line-height: 1.66667; } }
        @media (min-width: 48em) {
          .feature-story-carousel .hero-container .plaintext p {
            margin-bottom: 3.5rem; } }
        @media (min-width: 80em) {
          .feature-story-carousel .hero-container .plaintext p {
            font-size: 2rem;
            line-height: 1.8; } }
      .feature-story-carousel .hero-container .plaintext:first-child p {
        margin-bottom: 0px; }
        @media (min-width: 30em) {
          .feature-story-carousel .hero-container .plaintext:first-child p {
            line-height: 1.42857; } }
        @media (min-width: 80em) {
          .feature-story-carousel .hero-container .plaintext:first-child p {
            line-height: 1.53333; } }
    .feature-story-carousel .hero-container .calltoaction {
      display: inline-block;
      margin-right: 10px;
      margin-top: 0px; }
      .feature-story-carousel .hero-container .calltoaction:first-of-type {
        margin-right: 0; }
      .feature-story-carousel .hero-container .calltoaction a {
        padding: 2.4rem 5rem 2.2rem 5rem;
        border-radius: 0;
        font-size: 15px;
        font-size: 1.5rem;
        line-height: 1.53333;
        border: 2px solid #ffffff;
        letter-spacing: 2px;
        text-align: center;
        color: #ffffff;
        background: none;
        -webkit-transition: color 0.7s ease;
        transition: color 0.7s ease; }
        .feature-story-carousel .hero-container .calltoaction a:hover {
          color: #2d2926;
          background-color: #ffffff;
          border: 2px solid #ffffff;
          -webkit-transition: color 0.7s ease;
          transition: color 0.7s ease; }
        @media (max-width: 767px) {
          .feature-story-carousel .hero-container .calltoaction a {
            padding: 1.9rem 3rem 1.6rem 3rem; } }
        @media (min-width: 768px) and (max-width: 1023px) {
          .feature-story-carousel .hero-container .calltoaction a {
            padding: 1.8rem 3rem 1.6rem 3rem; } }
    .feature-story-carousel .hero-container-content {
      display: block;
      width: 100%;
      height: auto;
      position: relative;
      vertical-align: middle;
      max-height: 1600px; }
    .feature-story-carousel .hero-container .orient-left .heading,
    .feature-story-carousel .hero-container .orient-left .text,
    .feature-story-carousel .hero-container .orient-left .plaintext,
    .feature-story-carousel .hero-container .orient-left .accordion,
    .feature-story-carousel .hero-container .orient-left .title,
    .feature-story-carousel .hero-container .orient-left .cta-wrapper {
      text-align: left; }
    .feature-story-carousel .hero-container .orient-right .heading,
    .feature-story-carousel .hero-container .orient-right .text,
    .feature-story-carousel .hero-container .orient-right .plaintext,
    .feature-story-carousel .hero-container .orient-right .accordion,
    .feature-story-carousel .hero-container .orient-right .title,
    .feature-story-carousel .hero-container .orient-right .cta-wrapper {
      text-align: right; }
  .feature-story-carousel .hero-overlay {
    display: none; }
    @media (max-width: 767px) {
      .feature-story-carousel .hero-overlay {
        position: fixed !important; } }
    @media (min-width: 320px) {
      .feature-story-carousel .hero-overlay {
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        bottom: 0;
        right: 0;
        z-index: 2;
        background: #2d2926;
        opacity: 0.5; } }
  .feature-story-carousel .wide-content .hero-container {
    padding-left: 20px;
    padding-right: 20px;
    max-width: 1400px; }
    @media (max-width: 767px) {
      .feature-story-carousel .wide-content .hero-container {
        width: auto;
        max-width: none;
        padding-top: 0;
        padding-bottom: 0;
        padding-left: 0;
        padding-right: 0; } }
    @media (min-width: 30em) {
      .feature-story-carousel .wide-content .hero-container .hero-container-content.orient-left {
        width: 65%; } }
    @media (min-width: 768px) {
      .feature-story-carousel .wide-content .hero-container .hero-container-content.orient-left {
        width: 65%;
        margin-left: 79px; } }
    @media (min-width: 1024px) {
      .feature-story-carousel .wide-content .hero-container .hero-container-content.orient-left {
        margin-left: 100px; } }
    @media (min-width: 80em) {
      .feature-story-carousel .wide-content .hero-container .hero-container-content.orient-left {
        margin-left: 128px; } }
    @media (max-width: 767px) {
      .feature-story-carousel .wide-content .hero-container .hero-container-content.orient-left {
        width: 83.3333%; } }
    @media (min-width: 30em) {
      .feature-story-carousel .wide-content .hero-container .hero-container-content.orient-right {
        height: auto;
        max-width: 520px;
        padding-top: 10rem;
        padding-bottom: 10rem; }
        .feature-story-carousel .wide-content .hero-container .hero-container-content.orient-right > div {
          margin: 0 auto; } }
    @media (min-width: 40em) {
      .feature-story-carousel .wide-content .hero-container .hero-container-content.orient-right {
        max-width: 560px;
        padding-top: 12rem;
        padding-bottom: 12rem; } }
    @media (min-width: 50em) {
      .feature-story-carousel .wide-content .hero-container .hero-container-content.orient-right {
        max-width: 650px;
        padding-top: 13rem;
        padding-bottom: 13rem; } }
    @media (min-width: 60em) {
      .feature-story-carousel .wide-content .hero-container .hero-container-content.orient-right {
        max-width: 720px;
        padding-top: 14rem;
        padding-bottom: 14rem; } }
    @media (min-width: 70em) {
      .feature-story-carousel .wide-content .hero-container .hero-container-content.orient-right {
        max-width: 850px;
        padding-top: 15rem;
        padding-bottom: 15rem; } }
    @media (min-width: 80em) {
      .feature-story-carousel .wide-content .hero-container .hero-container-content.orient-right {
        max-width: 969px;
        padding-top: 16rem;
        padding-bottom: 16rem;
        -webkit-transform: translateX(-42px);
                transform: translateX(-42px); } }
    @media (max-width: 767px) {
      .feature-story-carousel .wide-content .hero-container .hero-container-content {
        max-width: none;
        width: 83.333%;
        padding: 8rem 0 11rem; }
        .feature-story-carousel .wide-content .hero-container .hero-container-content > div {
          margin: 0 auto; } }
  @media (min-width: 30em) {
    .feature-story-carousel.has-anchor .hero-container {
      padding-bottom: 13rem; } }
  @media (min-width: 40em) {
    .feature-story-carousel.has-anchor .hero-container {
      padding-bottom: 15rem; } }
  @media (min-width: 50em) {
    .feature-story-carousel.has-anchor .hero-container {
      padding-bottom: 16rem; } }
  @media (min-width: 60em) {
    .feature-story-carousel.has-anchor .hero-container {
      padding-bottom: 17rem; } }
  @media (min-width: 70em) {
    .feature-story-carousel.has-anchor .hero-container {
      padding-bottom: 18rem; } }
  @media (min-width: 80em) {
    .feature-story-carousel.has-anchor .hero-container {
      padding-bottom: 19rem; } }
  .feature-story-carousel.has-anchor .featurestorycarouselanchor-btn {
    bottom: 20px; }
  .feature-story-carousel.has-anchor .carousel-indicators {
    bottom: 64px !important; }
    @media (min-width: 768px) {
      .feature-story-carousel.has-anchor .carousel-indicators {
        bottom: 110px !important; } }

.featurestorycarouselrowexperience {
  position: relative;
  display: block;
  width: 100%; }

.in-author .featurestorycarouselrowexperience {
  float: left;
  width: 100%;
  min-height: 600px;
  background-color: #2d2926; }

.in-author .feature-story-carousel {
  max-height: 1000px;
  float: left;
  width: 100%; }
  .in-author .feature-story-carousel .hero-container {
    display: block;
    width: 90%;
    margin: 0 auto;
    height: auto;
    overflow: visible; }
    .in-author .feature-story-carousel .hero-container .hero-container-content {
      height: auto;
      display: block !important;
      margin: 0 auto !important; }

@media (min-width: 768px) {
  .articlecontentrowexperience .article-content .col-md-12 .assetwithexpiry {
    width: 50%;
    margin: 0 auto; } }

.articlecontentrowexperience .article-content .col-md-12 .assetwithexpiry {
  padding-left: 20px;
  padding-right: 20px;
  margin-bottom: 3rem; }

.article-content .col-md-12 .plaintext, .article-content .col-md-12 .assetwithexpiry {
  font-size: 1.6rem;
  line-height: 1.5;
  font-weight: 300; }

@media (min-width: 30em) {
  .article-content .col-md-12 .plaintext, .article-content .col-md-12 .assetwithexpiry {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.66667; } }

@media (min-width: 60em) {
  .article-content .col-md-12 .plaintext, .article-content .col-md-12 .assetwithexpiry {
    margin-bottom: 80px; } }

@media (min-width: 80rem) {
  .article-content .col-md-12 .plaintext, .article-content .col-md-12 .assetwithexpiry {
    font-size: 20px;
    font-size: 2rem;
    line-height: 1.8; } }

@media (max-width: 1023px) {
  .cookie-banner__container:not(.in-author) {
    position: fixed;
    top: 0;
    z-index: 998;
    text-align: center;
    padding: 0 !important; } }

@media (min-width: 1024px) {
  .cookie-banner__container:not(.in-author) {
    position: fixed;
    z-index: 998;
    top: -122px;
    width: 100%; }
    .cookie-banner__container:not(.in-author).animate-in {
      top: 0;
      -webkit-transition: all 600ms;
      transition: all 600ms; } }

.cookie-banner__container:not(.in-author) .banner__col {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 2rem;
  text-align: center; }
  @media (min-width: 1024px) {
    .cookie-banner__container:not(.in-author) .banner__col {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-direction: row;
          -ms-flex-direction: row;
              flex-direction: row;
      width: 80%;
      margin: 0 auto;
      padding: 10px 0;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      text-align: left; } }

.cookie-banner__container:not(.in-author) .banner__content {
  font-size: 1.8rem;
  margin-right: 2rem; }
  .cookie-banner__container:not(.in-author) .banner__content p {
    margin-bottom: 0; }
  @media (max-width: 1023px) {
    .cookie-banner__container:not(.in-author) .banner__content {
      padding: 2rem 0; } }

.cookie-banner__container.in-author .banner__content .cq-Editable-dom {
  padding-top: 30px; }

.cookie-banner__container.in-author .cta-panel .cq-Editable-dom .btn {
  border-radius: 0;
  padding: 1rem 2rem; }

.cookie-banner__container .container-fluid {
  padding: 0; }

.cookie-banner__container .banner-close_btn {
  position: absolute;
  right: 0;
  padding-right: 3rem;
  padding-left: 2rem;
  font-size: 3rem;
  cursor: pointer;
  vertical-align: middle;
  -webkit-align-self: baseline;
      -ms-flex-item-align: baseline;
          align-self: baseline;
  top: 50%; }
  @media (min-width: 1024px) {
    .cookie-banner__container .banner-close_btn {
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%); } }
  @media (max-width: 1023px) {
    .cookie-banner__container .banner-close_btn {
      top: 0; } }

.cookie-banner__container .calltoaction {
  margin-top: 0; }
  .cookie-banner__container .calltoaction .cta-btn {
    background: inherit !important;
    border-radius: 0;
    padding: 1.5rem 2.5rem; }

.cookie-banner__container .abbvie-blue .btn {
  border: 2px solid #fff !important;
  color: #fff !important; }

.cookie-banner__container .abbvie-white .btn:hover {
  color: #fff;
  background: #071d49 !important;
  -webkit-transition: all .3s ease;
  transition: all .3s ease; }

html {
  height: 100%; }

body {
  position: relative;
  z-index: 0;
  height: 100%;
  font-family: "Roboto Light", Helvetica, Arial, sans-serif;
  font-weight: 300; }

.main-content {
  position: relative;
  z-index: 1;
  float: left;
  width: 100%;
  font-family: "Roboto Light", Helvetica, Arial, sans-serif;
  font-weight: 300;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.5;
  overflow-x: hidden;
  background-color: #fff; }
  @media (min-width: 30em) {
    .main-content {
      font-size: 14px;
      font-size: 1.4rem;
      line-height: 1.42857; } }
  @media (min-width: 80em) {
    .main-content {
      font-size: 15px;
      font-size: 1.5rem;
      line-height: 1.53333; } }
  .main-content.no-height {
    min-height: 720px; }
  .main-content > div .parallax-window {
    background: transparent;
    background-color: transparent; }
    .main-content > div .parallax-window img {
      -o-object-fit: cover;
         object-fit: cover;
      -o-object-position: 50% 50%;
         object-position: 50% 50%;
      height: 100%;
      width: 100%; }

button:focus {
  outline: 0; }

.heroarrowanchor {
  text-align: center;
  z-index: 10; }
  .heroarrowanchor-btn {
    background: none;
    border: 0;
    color: #ababab;
    -webkit-transition: -webkit-transform 0.4s ease;
    transition: -webkit-transform 0.4s ease;
    transition: transform 0.4s ease;
    transition: transform 0.4s ease, -webkit-transform 0.4s ease; }
    .heroarrowanchor-btn:hover {
      -webkit-transform: translateY(-20px);
              transform: translateY(-20px);
      -webkit-transition: -webkit-transform 0.4s ease;
      transition: -webkit-transform 0.4s ease;
      transition: transform 0.4s ease;
      transition: transform 0.4s ease, -webkit-transform 0.4s ease; }
  .heroarrowanchor .icon-cheveron {
    width: 50px;
    height: 50px; }
    .heroarrowanchor .icon-cheveron #icon-chevron-thin {
      fill: currentColor;
      -webkit-transform: translateY(-20px);
              transform: translateY(-20px); }

@media (min-width: 1024px) {
  .primarynavigation .subpage-link:hover > ul,
  .primarynavigation .subpage-link .sub-menu > li:hover ul {
    display: block; } }

.image-container {
  min-height: 100px;
  position: relative; }

.imagecomponent > div {
  height: 100%;
  position: relative;
  min-height: 100px; }

.imagecomponent .image {
  height: 100%; }

.imagecomponent .image-container {
  min-height: 100px;
  position: relative;
  height: 100%; }

.in-author .imagecomponent {
  margin-bottom: 20px; }
  .in-author .imagecomponent .image-container {
    margin-bottom: 15px; }

.abbvie-black {
  background: #2d2926;
  color: #ffffff !important; }
  .abbvie-black .heading, .abbvie-black .text, .abbvie-black .plaintext, .abbvie-black .title, .abbvie-black h1, .abbvie-black h2, .abbvie-black h3, .abbvie-black p, .abbvie-black button[class$="anchor-btn"] {
    color: #ffffff !important; }
  .abbvie-black .plaintext a, .abbvie-black .text a {
    color: #ffffff !important;
    text-decoration: none;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #071d49), color-stop(50%, #2f9ece)) !important;
    background: linear-gradient(to bottom, #071d49 50%, #2f9ece 50%) !important;
    background-size: 2px 2px !important;
    background-repeat: repeat-x !important;
    background-position: 0 100% !important;
    -webkit-transition: color 0.1s ease !important;
    transition: color 0.1s ease !important; }
    .abbvie-black .plaintext a:hover, .abbvie-black .text a:hover {
      color: #2f9ece !important;
      background-position: 0 150%, 100% 150%, 0 150% !important;
      text-decoration: none !important; }
  .abbvie-black .plaintext::before, .abbvie-black .text::before {
    background: #ffffff !important; }
  .abbvie-black .btn {
    border: 2px solid #ffffff !important;
    color: #ffffff !important; }
    .abbvie-black .btn:hover {
      color: #2d2926 !important;
      background: #ffffff !important; }

.abbvie-white-old {
  background: #ffffff;
  color: #2d2926 !important; }
  .abbvie-white-old .heading, .abbvie-white-old .text, .abbvie-white-old .plaintext, .abbvie-white-old .title, .abbvie-white-old h1, .abbvie-white-old h2, .abbvie-white-old h3, .abbvie-white-old p, .abbvie-white-old button[class$="anchor-btn"] {
    color: #2d2926 !important; }
  .abbvie-white-old .plaintext a, .abbvie-white-old .text a {
    color: #071d49 !important;
    text-decoration: none;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #ffffff), color-stop(50%, #2f9ece)) !important;
    background: linear-gradient(to bottom, #ffffff 50%, #2f9ece 50%) !important;
    background-size: 2px 2px !important;
    background-repeat: repeat-x !important;
    background-position: 0 100% !important;
    -webkit-transition: color 0.1s ease !important;
    transition: color 0.1s ease !important; }
    .abbvie-white-old .plaintext a:hover, .abbvie-white-old .text a:hover {
      color: #2f9ece !important;
      background-position: 0 150%, 100% 150%, 0 150% !important;
      text-decoration: none !important; }
  .abbvie-white-old .plaintext::before, .abbvie-white-old .text::before {
    background: #2d2926 !important; }
  .abbvie-white-old .btn {
    border: 2px solid #2d2926 !important;
    color: #2d2926 !important; }
    .abbvie-white-old .btn:hover {
      color: #ffffff !important;
      background: #2d2926 !important; }

.abbvie-blue-old {
  background: #0082BA;
  color: #ffffff !important; }
  .abbvie-blue-old .heading, .abbvie-blue-old .text, .abbvie-blue-old .plaintext, .abbvie-blue-old .title, .abbvie-blue-old h1, .abbvie-blue-old h2, .abbvie-blue-old h3, .abbvie-blue-old p, .abbvie-blue-old button[class$="anchor-btn"] {
    color: #ffffff !important; }
  .abbvie-blue-old .plaintext a, .abbvie-blue-old .text a {
    color: #ffffff !important;
    text-decoration: none;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, transparent), color-stop(50%, #ffffff)) !important;
    background: linear-gradient(to bottom, transparent 50%, #ffffff 50%) !important;
    background-size: 2px 2px !important;
    background-repeat: repeat-x !important;
    background-position: 0 100% !important;
    -webkit-transition: color 0.1s ease !important;
    transition: color 0.1s ease !important; }
    .abbvie-blue-old .plaintext a:hover, .abbvie-blue-old .text a:hover {
      color: #071d49 !important;
      background-position: 0 150%, 100% 150%, 0 150% !important;
      text-decoration: none !important; }
  .abbvie-blue-old .plaintext::before, .abbvie-blue-old .text::before {
    background: #ffffff !important; }
  .abbvie-blue-old .btn {
    border: 2px solid #2d2926 !important;
    color: #2d2926 !important; }
    .abbvie-blue-old .btn:hover {
      color: #ffffff !important;
      background: #2d2926 !important; }

.abbvie-purple-old {
  background: #702082;
  color: #ffffff !important; }
  .abbvie-purple-old .heading, .abbvie-purple-old .text, .abbvie-purple-old .plaintext, .abbvie-purple-old .title, .abbvie-purple-old h1, .abbvie-purple-old h2, .abbvie-purple-old h3, .abbvie-purple-old p, .abbvie-purple-old button[class$="anchor-btn"] {
    color: #ffffff !important; }
  .abbvie-purple-old .plaintext a, .abbvie-purple-old .text a {
    color: #ffffff !important;
    text-decoration: none;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, transparent), color-stop(50%, #2f9ece)) !important;
    background: linear-gradient(to bottom, transparent 50%, #2f9ece 50%) !important;
    background-size: 2px 2px !important;
    background-repeat: repeat-x !important;
    background-position: 0 100% !important;
    -webkit-transition: color 0.1s ease !important;
    transition: color 0.1s ease !important; }
    .abbvie-purple-old .plaintext a:hover, .abbvie-purple-old .text a:hover {
      color: #2f9ece !important;
      background-position: 0 150%, 100% 150%, 0 150% !important;
      text-decoration: none !important; }
  .abbvie-purple-old .plaintext::before, .abbvie-purple-old .text::before {
    background: #ffffff !important; }
  .abbvie-purple-old .btn {
    border: 2px solid #ffffff !important;
    color: #ffffff !important; }
    .abbvie-purple-old .btn:hover {
      color: #2d2926 !important;
      background: #ffffff !important; }

.abbvie-orange-old {
  background: #DC8633;
  color: #ffffff !important; }
  .abbvie-orange-old .heading, .abbvie-orange-old .text, .abbvie-orange-old .plaintext, .abbvie-orange-old .title, .abbvie-orange-old h1, .abbvie-orange-old h2, .abbvie-orange-old h3, .abbvie-orange-old p, .abbvie-orange-old button[class$="anchor-btn"] {
    color: #ffffff !important; }
  .abbvie-orange-old .plaintext a, .abbvie-orange-old .text a {
    color: #ffffff !important;
    text-decoration: none;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, transparent), color-stop(50%, #ffffff)) !important;
    background: linear-gradient(to bottom, transparent 50%, #ffffff 50%) !important;
    background-size: 2px 2px !important;
    background-repeat: repeat-x !important;
    background-position: 0 100% !important;
    -webkit-transition: color 0.1s ease !important;
    transition: color 0.1s ease !important; }
    .abbvie-orange-old .plaintext a:hover, .abbvie-orange-old .text a:hover {
      color: #071d49 !important;
      background-position: 0 150%, 100% 150%, 0 150% !important;
      text-decoration: none !important; }
  .abbvie-orange-old .plaintext::before, .abbvie-orange-old .text::before {
    background: #ffffff !important; }
  .abbvie-orange-old .btn {
    border: 2px solid #ffffff !important;
    color: #ffffff !important; }
    .abbvie-orange-old .btn:hover {
      color: #2d2926 !important;
      background: #ffffff !important; }

.abbvie-dark-grey-old {
  background: #7DA1C4;
  color: #ffffff !important; }
  .abbvie-dark-grey-old .heading, .abbvie-dark-grey-old .text, .abbvie-dark-grey-old .plaintext, .abbvie-dark-grey-old .title, .abbvie-dark-grey-old h1, .abbvie-dark-grey-old h2, .abbvie-dark-grey-old h3, .abbvie-dark-grey-old p, .abbvie-dark-grey-old button[class$="anchor-btn"] {
    color: #ffffff !important; }
  .abbvie-dark-grey-old .plaintext a, .abbvie-dark-grey-old .text a {
    color: #ffffff !important;
    text-decoration: none;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, transparent), color-stop(50%, #ffffff)) !important;
    background: linear-gradient(to bottom, transparent 50%, #ffffff 50%) !important;
    background-size: 2px 2px !important;
    background-repeat: repeat-x !important;
    background-position: 0 100% !important;
    -webkit-transition: color 0.1s ease !important;
    transition: color 0.1s ease !important; }
    .abbvie-dark-grey-old .plaintext a:hover, .abbvie-dark-grey-old .text a:hover {
      color: #071d49 !important;
      background-position: 0 150%, 100% 150%, 0 150% !important;
      text-decoration: none !important; }
  .abbvie-dark-grey-old .plaintext::before, .abbvie-dark-grey-old .text::before {
    background: #ffffff !important; }
  .abbvie-dark-grey-old .btn {
    border: 2px solid #ffffff !important;
    color: #ffffff !important; }
    .abbvie-dark-grey-old .btn:hover {
      color: #2d2926 !important;
      background: #ffffff !important; }

.abbvie-teal {
  background: #6BBBAE;
  color: #ffffff !important; }
  .abbvie-teal .heading, .abbvie-teal .text, .abbvie-teal .plaintext, .abbvie-teal .title, .abbvie-teal h1, .abbvie-teal h2, .abbvie-teal h3, .abbvie-teal p, .abbvie-teal button[class$="anchor-btn"] {
    color: #ffffff !important; }
  .abbvie-teal .plaintext a, .abbvie-teal .text a {
    color: #ffffff !important;
    text-decoration: none;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, transparent), color-stop(50%, #ffffff)) !important;
    background: linear-gradient(to bottom, transparent 50%, #ffffff 50%) !important;
    background-size: 2px 2px !important;
    background-repeat: repeat-x !important;
    background-position: 0 100% !important;
    -webkit-transition: color 0.1s ease !important;
    transition: color 0.1s ease !important; }
    .abbvie-teal .plaintext a:hover, .abbvie-teal .text a:hover {
      color: #071d49 !important;
      background-position: 0 150%, 100% 150%, 0 150% !important;
      text-decoration: none !important; }
  .abbvie-teal .plaintext::before, .abbvie-teal .text::before {
    background: #ffffff !important; }
  .abbvie-teal .btn {
    border: 2px solid #ffffff !important;
    color: #ffffff !important; }
    .abbvie-teal .btn:hover {
      color: #2d2926 !important;
      background: #ffffff !important; }

.abbvie-grass-green {
  background: #84BD00;
  color: #ffffff !important; }
  .abbvie-grass-green .heading, .abbvie-grass-green .text, .abbvie-grass-green .plaintext, .abbvie-grass-green .title, .abbvie-grass-green h1, .abbvie-grass-green h2, .abbvie-grass-green h3, .abbvie-grass-green p, .abbvie-grass-green button[class$="anchor-btn"] {
    color: #ffffff !important; }
  .abbvie-grass-green .plaintext a, .abbvie-grass-green .text a {
    color: #ffffff !important;
    text-decoration: none;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, transparent), color-stop(50%, #ffffff)) !important;
    background: linear-gradient(to bottom, transparent 50%, #ffffff 50%) !important;
    background-size: 2px 2px !important;
    background-repeat: repeat-x !important;
    background-position: 0 100% !important;
    -webkit-transition: color 0.1s ease !important;
    transition: color 0.1s ease !important; }
    .abbvie-grass-green .plaintext a:hover, .abbvie-grass-green .text a:hover {
      color: #071d49 !important;
      background-position: 0 150%, 100% 150%, 0 150% !important;
      text-decoration: none !important; }
  .abbvie-grass-green .plaintext::before, .abbvie-grass-green .text::before {
    background: #ffffff !important; }
  .abbvie-grass-green .btn {
    border: 2px solid #ffffff !important;
    color: #ffffff !important; }
    .abbvie-grass-green .btn:hover {
      color: #2d2926 !important;
      background: #ffffff !important; }

.abbvie-light-blue {
  background: #00A9E0;
  color: #ffffff !important; }
  .abbvie-light-blue .heading, .abbvie-light-blue .text, .abbvie-light-blue .plaintext, .abbvie-light-blue .title, .abbvie-light-blue h1, .abbvie-light-blue h2, .abbvie-light-blue h3, .abbvie-light-blue p, .abbvie-light-blue button[class$="anchor-btn"] {
    color: #ffffff !important; }
  .abbvie-light-blue .plaintext a, .abbvie-light-blue .text a {
    color: #ffffff !important;
    text-decoration: none;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, transparent), color-stop(50%, #ffffff)) !important;
    background: linear-gradient(to bottom, transparent 50%, #ffffff 50%) !important;
    background-size: 2px 2px !important;
    background-repeat: repeat-x !important;
    background-position: 0 100% !important;
    -webkit-transition: color 0.1s ease !important;
    transition: color 0.1s ease !important; }
    .abbvie-light-blue .plaintext a:hover, .abbvie-light-blue .text a:hover {
      color: #071d49 !important;
      background-position: 0 150%, 100% 150%, 0 150% !important;
      text-decoration: none !important; }
  .abbvie-light-blue .plaintext::before, .abbvie-light-blue .text::before {
    background: #ffffff !important; }
  .abbvie-light-blue .btn {
    border: 2px solid #ffffff !important;
    color: #ffffff !important; }
    .abbvie-light-blue .btn:hover {
      color: #2d2926 !important;
      background: #ffffff !important; }

.abbvie-magenta {
  background: #AD1AAC;
  color: #2d2926 !important; }
  .abbvie-magenta .heading, .abbvie-magenta .text, .abbvie-magenta .plaintext, .abbvie-magenta .title, .abbvie-magenta h1, .abbvie-magenta h2, .abbvie-magenta h3, .abbvie-magenta p, .abbvie-magenta button[class$="anchor-btn"] {
    color: #2d2926 !important; }
  .abbvie-magenta .plaintext a, .abbvie-magenta .text a {
    color: #071d49 !important;
    text-decoration: none;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, transparent), color-stop(50%, #071d49)) !important;
    background: linear-gradient(to bottom, transparent 50%, #071d49 50%) !important;
    background-size: 2px 2px !important;
    background-repeat: repeat-x !important;
    background-position: 0 100% !important;
    -webkit-transition: color 0.1s ease !important;
    transition: color 0.1s ease !important; }
    .abbvie-magenta .plaintext a:hover, .abbvie-magenta .text a:hover {
      color: #2f9ece !important;
      background-position: 0 150%, 100% 150%, 0 150% !important;
      text-decoration: none !important; }
  .abbvie-magenta .plaintext::before, .abbvie-magenta .text::before {
    background: #2d2926 !important; }
  .abbvie-magenta .btn {
    border: 2px solid #2d2926 !important;
    color: #2d2926 !important; }
    .abbvie-magenta .btn:hover {
      color: #ffffff !important;
      background: #2d2926 !important; }

.abbvie-yellow {
  background: #F1B434;
  color: #2d2926 !important; }
  .abbvie-yellow .heading, .abbvie-yellow .text, .abbvie-yellow .plaintext, .abbvie-yellow .title, .abbvie-yellow h1, .abbvie-yellow h2, .abbvie-yellow h3, .abbvie-yellow p, .abbvie-yellow button[class$="anchor-btn"] {
    color: #2d2926 !important; }
  .abbvie-yellow .plaintext a, .abbvie-yellow .text a {
    color: #071d49 !important;
    text-decoration: none;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, transparent), color-stop(50%, #071d49)) !important;
    background: linear-gradient(to bottom, transparent 50%, #071d49 50%) !important;
    background-size: 2px 2px !important;
    background-repeat: repeat-x !important;
    background-position: 0 100% !important;
    -webkit-transition: color 0.1s ease !important;
    transition: color 0.1s ease !important; }
    .abbvie-yellow .plaintext a:hover, .abbvie-yellow .text a:hover {
      color: #2f9ece !important;
      background-position: 0 150%, 100% 150%, 0 150% !important;
      text-decoration: none !important; }
  .abbvie-yellow .plaintext::before, .abbvie-yellow .text::before {
    background: #2d2926 !important; }
  .abbvie-yellow .btn {
    border: 2px solid #2d2926 !important;
    color: #2d2926 !important; }
    .abbvie-yellow .btn:hover {
      color: #ffffff !important;
      background: #2d2926 !important; }

.abbvie-grey-blue {
  background: #A7BCD6;
  color: #2d2926 !important; }
  .abbvie-grey-blue .heading, .abbvie-grey-blue .text, .abbvie-grey-blue .plaintext, .abbvie-grey-blue .title, .abbvie-grey-blue h1, .abbvie-grey-blue h2, .abbvie-grey-blue h3, .abbvie-grey-blue p, .abbvie-grey-blue button[class$="anchor-btn"] {
    color: #2d2926 !important; }
  .abbvie-grey-blue .plaintext a, .abbvie-grey-blue .text a {
    color: #071d49 !important;
    text-decoration: none;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, transparent), color-stop(50%, #071d49)) !important;
    background: linear-gradient(to bottom, transparent 50%, #071d49 50%) !important;
    background-size: 2px 2px !important;
    background-repeat: repeat-x !important;
    background-position: 0 100% !important;
    -webkit-transition: color 0.1s ease !important;
    transition: color 0.1s ease !important; }
    .abbvie-grey-blue .plaintext a:hover, .abbvie-grey-blue .text a:hover {
      color: #2f9ece !important;
      background-position: 0 150%, 100% 150%, 0 150% !important;
      text-decoration: none !important; }
  .abbvie-grey-blue .plaintext::before, .abbvie-grey-blue .text::before {
    background: #2d2926 !important; }
  .abbvie-grey-blue .btn {
    border: 2px solid #2d2926 !important;
    color: #2d2926 !important; }
    .abbvie-grey-blue .btn:hover {
      color: #ffffff !important;
      background: #2d2926 !important; }

.abbvie-light-teal {
  background: #8CE2D0;
  color: #2d2926 !important; }
  .abbvie-light-teal .heading, .abbvie-light-teal .text, .abbvie-light-teal .plaintext, .abbvie-light-teal .title, .abbvie-light-teal h1, .abbvie-light-teal h2, .abbvie-light-teal h3, .abbvie-light-teal p, .abbvie-light-teal button[class$="anchor-btn"] {
    color: #2d2926 !important; }
  .abbvie-light-teal .plaintext a, .abbvie-light-teal .text a {
    color: #071d49 !important;
    text-decoration: none;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, transparent), color-stop(50%, #2f9ece)) !important;
    background: linear-gradient(to bottom, transparent 50%, #2f9ece 50%) !important;
    background-size: 2px 2px !important;
    background-repeat: repeat-x !important;
    background-position: 0 100% !important;
    -webkit-transition: color 0.1s ease !important;
    transition: color 0.1s ease !important; }
    .abbvie-light-teal .plaintext a:hover, .abbvie-light-teal .text a:hover {
      color: #2f9ece !important;
      background-position: 0 150%, 100% 150%, 0 150% !important;
      text-decoration: none !important; }
  .abbvie-light-teal .plaintext::before, .abbvie-light-teal .text::before {
    background: #2d2926 !important; }
  .abbvie-light-teal .btn {
    border: 2px solid #2d2926 !important;
    color: #2d2926 !important; }
    .abbvie-light-teal .btn:hover {
      color: #ffffff !important;
      background: #2d2926 !important; }

.abbvie-lime-green {
  background: #C4D600;
  color: #2d2926 !important; }
  .abbvie-lime-green .heading, .abbvie-lime-green .text, .abbvie-lime-green .plaintext, .abbvie-lime-green .title, .abbvie-lime-green h1, .abbvie-lime-green h2, .abbvie-lime-green h3, .abbvie-lime-green p, .abbvie-lime-green button[class$="anchor-btn"] {
    color: #2d2926 !important; }
  .abbvie-lime-green .plaintext a, .abbvie-lime-green .text a {
    color: #071d49 !important;
    text-decoration: none;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, transparent), color-stop(50%, #071d49)) !important;
    background: linear-gradient(to bottom, transparent 50%, #071d49 50%) !important;
    background-size: 2px 2px !important;
    background-repeat: repeat-x !important;
    background-position: 0 100% !important;
    -webkit-transition: color 0.1s ease !important;
    transition: color 0.1s ease !important; }
    .abbvie-lime-green .plaintext a:hover, .abbvie-lime-green .text a:hover {
      color: #2f9ece !important;
      background-position: 0 150%, 100% 150%, 0 150% !important;
      text-decoration: none !important; }
  .abbvie-lime-green .plaintext::before, .abbvie-lime-green .text::before {
    background: #2d2926 !important; }
  .abbvie-lime-green .btn {
    border: 2px solid #2d2926 !important;
    color: #2d2926 !important; }
    .abbvie-lime-green .btn:hover {
      color: #ffffff !important;
      background: #2d2926 !important; }

.abbvie-grey-old {
  background: #2d2926;
  color: #ffffff !important; }
  .abbvie-grey-old .heading, .abbvie-grey-old .text, .abbvie-grey-old .plaintext, .abbvie-grey-old .title, .abbvie-grey-old h1, .abbvie-grey-old h2, .abbvie-grey-old h3, .abbvie-grey-old p, .abbvie-grey-old button[class$="anchor-btn"] {
    color: #ffffff !important; }
  .abbvie-grey-old .plaintext a, .abbvie-grey-old .text a {
    color: #ffffff !important;
    text-decoration: none;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #071d49), color-stop(50%, #2f9ece)) !important;
    background: linear-gradient(to bottom, #071d49 50%, #2f9ece 50%) !important;
    background-size: 2px 2px !important;
    background-repeat: repeat-x !important;
    background-position: 0 100% !important;
    -webkit-transition: color 0.1s ease !important;
    transition: color 0.1s ease !important; }
    .abbvie-grey-old .plaintext a:hover, .abbvie-grey-old .text a:hover {
      color: #2f9ece !important;
      background-position: 0 150%, 100% 150%, 0 150% !important;
      text-decoration: none !important; }
  .abbvie-grey-old .plaintext::before, .abbvie-grey-old .text::before {
    background: #ffffff !important; }
  .abbvie-grey-old .btn {
    border: 2px solid #ffffff !important;
    color: #ffffff !important; }
    .abbvie-grey-old .btn:hover {
      color: #2d2926 !important;
      background: #ffffff !important; }

.abbvie-light-grey-old {
  background: #F5F5F5;
  color: #2d2926 !important; }
  .abbvie-light-grey-old .heading, .abbvie-light-grey-old .text, .abbvie-light-grey-old .plaintext, .abbvie-light-grey-old .title, .abbvie-light-grey-old h1, .abbvie-light-grey-old h2, .abbvie-light-grey-old h3, .abbvie-light-grey-old p, .abbvie-light-grey-old button[class$="anchor-btn"] {
    color: #2d2926 !important; }
  .abbvie-light-grey-old .plaintext a, .abbvie-light-grey-old .text a {
    color: #071d49 !important;
    text-decoration: none;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #071d49), color-stop(50%, #2f9ece)) !important;
    background: linear-gradient(to bottom, #071d49 50%, #2f9ece 50%) !important;
    background-size: 2px 2px !important;
    background-repeat: repeat-x !important;
    background-position: 0 100% !important;
    -webkit-transition: color 0.1s ease !important;
    transition: color 0.1s ease !important; }
    .abbvie-light-grey-old .plaintext a:hover, .abbvie-light-grey-old .text a:hover {
      color: #071d49 !important;
      background-position: 0 150%, 100% 150%, 0 150% !important;
      text-decoration: none !important; }
  .abbvie-light-grey-old .plaintext::before, .abbvie-light-grey-old .text::before {
    background: #2d2926 !important; }
  .abbvie-light-grey-old .btn {
    border: 2px solid #2d2926 !important;
    color: #2d2926 !important; }
    .abbvie-light-grey-old .btn:hover {
      color: #ffffff !important;
      background: #2d2926 !important; }

.abbvie-dark-blue {
  background: #071d49;
  color: #ffffff !important; }
  .abbvie-dark-blue .heading, .abbvie-dark-blue .text, .abbvie-dark-blue .plaintext, .abbvie-dark-blue .title, .abbvie-dark-blue h1, .abbvie-dark-blue h2, .abbvie-dark-blue h3, .abbvie-dark-blue p, .abbvie-dark-blue button[class$="anchor-btn"] {
    color: #ffffff !important; }
  .abbvie-dark-blue .plaintext a, .abbvie-dark-blue .text a {
    color: #ffffff !important;
    text-decoration: none;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #071d49), color-stop(50%, #2f9ece)) !important;
    background: linear-gradient(to bottom, #071d49 50%, #2f9ece 50%) !important;
    background-size: 2px 2px !important;
    background-repeat: repeat-x !important;
    background-position: 0 100% !important;
    -webkit-transition: color 0.1s ease !important;
    transition: color 0.1s ease !important; }
    .abbvie-dark-blue .plaintext a:hover, .abbvie-dark-blue .text a:hover {
      color: #2f9ece !important;
      background-position: 0 150%, 100% 150%, 0 150% !important;
      text-decoration: none !important; }
  .abbvie-dark-blue .plaintext::before, .abbvie-dark-blue .text::before {
    background: #ffffff !important; }
  .abbvie-dark-blue .btn {
    border: 2px solid #ffffff !important;
    color: #ffffff !important; }
    .abbvie-dark-blue .btn:hover {
      color: #071d49 !important;
      background: #ffffff !important; }

.abbvie-white {
  background: #ffffff;
  color: #071d49 !important; }
  .abbvie-white .heading, .abbvie-white .text, .abbvie-white .plaintext, .abbvie-white .title, .abbvie-white h1, .abbvie-white h2, .abbvie-white h3, .abbvie-white p, .abbvie-white button[class$="anchor-btn"] {
    color: #071d49 !important; }
  .abbvie-white .plaintext a, .abbvie-white .text a {
    color: #071d49 !important;
    text-decoration: none;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #ffffff), color-stop(50%, #2f9ece)) !important;
    background: linear-gradient(to bottom, #ffffff 50%, #2f9ece 50%) !important;
    background-size: 2px 2px !important;
    background-repeat: repeat-x !important;
    background-position: 0 100% !important;
    -webkit-transition: color 0.1s ease !important;
    transition: color 0.1s ease !important; }
    .abbvie-white .plaintext a:hover, .abbvie-white .text a:hover {
      color: #2f9ece !important;
      background-position: 0 150%, 100% 150%, 0 150% !important;
      text-decoration: none !important; }
  .abbvie-white .plaintext::before, .abbvie-white .text::before {
    background: #071d49 !important; }
  .abbvie-white .btn {
    border: 2px solid #071d49 !important;
    color: #071d49 !important; }
    .abbvie-white .btn:hover {
      color: #ffffff !important;
      background: #071d49 !important; }

.abbvie-blue {
  background: #004BFF;
  color: #ffffff !important; }
  .abbvie-blue .heading, .abbvie-blue .text, .abbvie-blue .plaintext, .abbvie-blue .title, .abbvie-blue h1, .abbvie-blue h2, .abbvie-blue h3, .abbvie-blue p, .abbvie-blue button[class$="anchor-btn"] {
    color: #ffffff !important; }
  .abbvie-blue .plaintext a, .abbvie-blue .text a {
    color: #ffffff !important;
    text-decoration: none;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, transparent), color-stop(50%, #ffffff)) !important;
    background: linear-gradient(to bottom, transparent 50%, #ffffff 50%) !important;
    background-size: 2px 2px !important;
    background-repeat: repeat-x !important;
    background-position: 0 100% !important;
    -webkit-transition: color 0.1s ease !important;
    transition: color 0.1s ease !important; }
    .abbvie-blue .plaintext a:hover, .abbvie-blue .text a:hover {
      color: #071d49 !important;
      background-position: 0 150%, 100% 150%, 0 150% !important;
      text-decoration: none !important; }
  .abbvie-blue .plaintext::before, .abbvie-blue .text::before {
    background: #ffffff !important; }
  .abbvie-blue .btn {
    border: 2px solid #071d49 !important;
    color: #071d49 !important; }
    .abbvie-blue .btn:hover {
      color: #ffffff !important;
      background: #071d49 !important; }

.abbvie-blue-70 {
  background: #4D81FF;
  color: #ffffff !important; }
  .abbvie-blue-70 .heading, .abbvie-blue-70 .text, .abbvie-blue-70 .plaintext, .abbvie-blue-70 .title, .abbvie-blue-70 h1, .abbvie-blue-70 h2, .abbvie-blue-70 h3, .abbvie-blue-70 p, .abbvie-blue-70 button[class$="anchor-btn"] {
    color: #ffffff !important; }
  .abbvie-blue-70 .plaintext a, .abbvie-blue-70 .text a {
    color: #ffffff !important;
    text-decoration: none;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, transparent), color-stop(50%, #ffffff)) !important;
    background: linear-gradient(to bottom, transparent 50%, #ffffff 50%) !important;
    background-size: 2px 2px !important;
    background-repeat: repeat-x !important;
    background-position: 0 100% !important;
    -webkit-transition: color 0.1s ease !important;
    transition: color 0.1s ease !important; }
    .abbvie-blue-70 .plaintext a:hover, .abbvie-blue-70 .text a:hover {
      color: #071d49 !important;
      background-position: 0 150%, 100% 150%, 0 150% !important;
      text-decoration: none !important; }
  .abbvie-blue-70 .plaintext::before, .abbvie-blue-70 .text::before {
    background: #ffffff !important; }
  .abbvie-blue-70 .btn {
    border: 2px solid #071d49 !important;
    color: #071d49 !important; }
    .abbvie-blue-70 .btn:hover {
      color: #ffffff !important;
      background: #071d49 !important; }

.abbvie-blue-40 {
  background: #99B7FF;
  color: #ffffff !important; }
  .abbvie-blue-40 .heading, .abbvie-blue-40 .text, .abbvie-blue-40 .plaintext, .abbvie-blue-40 .title, .abbvie-blue-40 h1, .abbvie-blue-40 h2, .abbvie-blue-40 h3, .abbvie-blue-40 p, .abbvie-blue-40 button[class$="anchor-btn"] {
    color: #ffffff !important; }
  .abbvie-blue-40 .plaintext a, .abbvie-blue-40 .text a {
    color: #ffffff !important;
    text-decoration: none;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, transparent), color-stop(50%, #ffffff)) !important;
    background: linear-gradient(to bottom, transparent 50%, #ffffff 50%) !important;
    background-size: 2px 2px !important;
    background-repeat: repeat-x !important;
    background-position: 0 100% !important;
    -webkit-transition: color 0.1s ease !important;
    transition: color 0.1s ease !important; }
    .abbvie-blue-40 .plaintext a:hover, .abbvie-blue-40 .text a:hover {
      color: #071d49 !important;
      background-position: 0 150%, 100% 150%, 0 150% !important;
      text-decoration: none !important; }
  .abbvie-blue-40 .plaintext::before, .abbvie-blue-40 .text::before {
    background: #ffffff !important; }
  .abbvie-blue-40 .btn {
    border: 2px solid #071d49 !important;
    color: #071d49 !important; }
    .abbvie-blue-40 .btn:hover {
      color: #ffffff !important;
      background: #071d49 !important; }

.abbvie-blue-10 {
  background: #E5E9FF;
  color: #071d49 !important; }
  .abbvie-blue-10 .heading, .abbvie-blue-10 .text, .abbvie-blue-10 .plaintext, .abbvie-blue-10 .title, .abbvie-blue-10 h1, .abbvie-blue-10 h2, .abbvie-blue-10 h3, .abbvie-blue-10 p, .abbvie-blue-10 button[class$="anchor-btn"] {
    color: #071d49 !important; }
  .abbvie-blue-10 .plaintext a, .abbvie-blue-10 .text a {
    color: #071d49 !important;
    text-decoration: none;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, transparent), color-stop(50%, #071d49)) !important;
    background: linear-gradient(to bottom, transparent 50%, #071d49 50%) !important;
    background-size: 2px 2px !important;
    background-repeat: repeat-x !important;
    background-position: 0 100% !important;
    -webkit-transition: color 0.1s ease !important;
    transition: color 0.1s ease !important; }
    .abbvie-blue-10 .plaintext a:hover, .abbvie-blue-10 .text a:hover {
      color: #2f9ece !important;
      background-position: 0 150%, 100% 150%, 0 150% !important;
      text-decoration: none !important; }
  .abbvie-blue-10 .plaintext::before, .abbvie-blue-10 .text::before {
    background: #071d49 !important; }
  .abbvie-blue-10 .btn {
    border: 2px solid #071d49 !important;
    color: #071d49 !important; }
    .abbvie-blue-10 .btn:hover {
      color: #ffffff !important;
      background: #071d49 !important; }

.abbvie-purple {
  background: #9200E6;
  color: #ffffff !important; }
  .abbvie-purple .heading, .abbvie-purple .text, .abbvie-purple .plaintext, .abbvie-purple .title, .abbvie-purple h1, .abbvie-purple h2, .abbvie-purple h3, .abbvie-purple p, .abbvie-purple button[class$="anchor-btn"] {
    color: #ffffff !important; }
  .abbvie-purple .plaintext a, .abbvie-purple .text a {
    color: #ffffff !important;
    text-decoration: none;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, transparent), color-stop(50%, #ffffff)) !important;
    background: linear-gradient(to bottom, transparent 50%, #ffffff 50%) !important;
    background-size: 2px 2px !important;
    background-repeat: repeat-x !important;
    background-position: 0 100% !important;
    -webkit-transition: color 0.1s ease !important;
    transition: color 0.1s ease !important; }
    .abbvie-purple .plaintext a:hover, .abbvie-purple .text a:hover {
      color: #071d49 !important;
      background-position: 0 150%, 100% 150%, 0 150% !important;
      text-decoration: none !important; }
  .abbvie-purple .plaintext::before, .abbvie-purple .text::before {
    background: #ffffff !important; }
  .abbvie-purple .btn {
    border: 2px solid #ffffff !important;
    color: #ffffff !important; }
    .abbvie-purple .btn:hover {
      color: #071d49 !important;
      background: #ffffff !important; }

.abbvie-purple-70 {
  background: #B24CED;
  color: #ffffff !important; }
  .abbvie-purple-70 .heading, .abbvie-purple-70 .text, .abbvie-purple-70 .plaintext, .abbvie-purple-70 .title, .abbvie-purple-70 h1, .abbvie-purple-70 h2, .abbvie-purple-70 h3, .abbvie-purple-70 p, .abbvie-purple-70 button[class$="anchor-btn"] {
    color: #ffffff !important; }
  .abbvie-purple-70 .plaintext a, .abbvie-purple-70 .text a {
    color: #ffffff !important;
    text-decoration: none;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, transparent), color-stop(50%, #ffffff)) !important;
    background: linear-gradient(to bottom, transparent 50%, #ffffff 50%) !important;
    background-size: 2px 2px !important;
    background-repeat: repeat-x !important;
    background-position: 0 100% !important;
    -webkit-transition: color 0.1s ease !important;
    transition: color 0.1s ease !important; }
    .abbvie-purple-70 .plaintext a:hover, .abbvie-purple-70 .text a:hover {
      color: #071d49 !important;
      background-position: 0 150%, 100% 150%, 0 150% !important;
      text-decoration: none !important; }
  .abbvie-purple-70 .plaintext::before, .abbvie-purple-70 .text::before {
    background: #ffffff !important; }
  .abbvie-purple-70 .btn {
    border: 2px solid #ffffff !important;
    color: #ffffff !important; }
    .abbvie-purple-70 .btn:hover {
      color: #071d49 !important;
      background: #ffffff !important; }

.abbvie-purple-40 {
  background: #D399F5;
  color: #ffffff !important; }
  .abbvie-purple-40 .heading, .abbvie-purple-40 .text, .abbvie-purple-40 .plaintext, .abbvie-purple-40 .title, .abbvie-purple-40 h1, .abbvie-purple-40 h2, .abbvie-purple-40 h3, .abbvie-purple-40 p, .abbvie-purple-40 button[class$="anchor-btn"] {
    color: #ffffff !important; }
  .abbvie-purple-40 .plaintext a, .abbvie-purple-40 .text a {
    color: #ffffff !important;
    text-decoration: none;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, transparent), color-stop(50%, #ffffff)) !important;
    background: linear-gradient(to bottom, transparent 50%, #ffffff 50%) !important;
    background-size: 2px 2px !important;
    background-repeat: repeat-x !important;
    background-position: 0 100% !important;
    -webkit-transition: color 0.1s ease !important;
    transition: color 0.1s ease !important; }
    .abbvie-purple-40 .plaintext a:hover, .abbvie-purple-40 .text a:hover {
      color: #071d49 !important;
      background-position: 0 150%, 100% 150%, 0 150% !important;
      text-decoration: none !important; }
  .abbvie-purple-40 .plaintext::before, .abbvie-purple-40 .text::before {
    background: #ffffff !important; }
  .abbvie-purple-40 .btn {
    border: 2px solid #ffffff !important;
    color: #ffffff !important; }
    .abbvie-purple-40 .btn:hover {
      color: #071d49 !important;
      background: #ffffff !important; }

.abbvie-purple-10 {
  background: #F4E5FC;
  color: #071d49 !important; }
  .abbvie-purple-10 .heading, .abbvie-purple-10 .text, .abbvie-purple-10 .plaintext, .abbvie-purple-10 .title, .abbvie-purple-10 h1, .abbvie-purple-10 h2, .abbvie-purple-10 h3, .abbvie-purple-10 p, .abbvie-purple-10 button[class$="anchor-btn"] {
    color: #071d49 !important; }
  .abbvie-purple-10 .plaintext a, .abbvie-purple-10 .text a {
    color: #071d49 !important;
    text-decoration: none;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, transparent), color-stop(50%, #071d49)) !important;
    background: linear-gradient(to bottom, transparent 50%, #071d49 50%) !important;
    background-size: 2px 2px !important;
    background-repeat: repeat-x !important;
    background-position: 0 100% !important;
    -webkit-transition: color 0.1s ease !important;
    transition: color 0.1s ease !important; }
    .abbvie-purple-10 .plaintext a:hover, .abbvie-purple-10 .text a:hover {
      color: #2f9ece !important;
      background-position: 0 150%, 100% 150%, 0 150% !important;
      text-decoration: none !important; }
  .abbvie-purple-10 .plaintext::before, .abbvie-purple-10 .text::before {
    background: #071d49 !important; }
  .abbvie-purple-10 .btn {
    border: 2px solid #071d49 !important;
    color: #071d49 !important; }
    .abbvie-purple-10 .btn:hover {
      color: #ffffff !important;
      background: #071d49 !important; }

.abbvie-orange {
  background: #FF8307;
  color: #ffffff !important; }
  .abbvie-orange .heading, .abbvie-orange .text, .abbvie-orange .plaintext, .abbvie-orange .title, .abbvie-orange h1, .abbvie-orange h2, .abbvie-orange h3, .abbvie-orange p, .abbvie-orange button[class$="anchor-btn"] {
    color: #ffffff !important; }
  .abbvie-orange .plaintext a, .abbvie-orange .text a {
    color: #ffffff !important;
    text-decoration: none;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, transparent), color-stop(50%, #ffffff)) !important;
    background: linear-gradient(to bottom, transparent 50%, #ffffff 50%) !important;
    background-size: 2px 2px !important;
    background-repeat: repeat-x !important;
    background-position: 0 100% !important;
    -webkit-transition: color 0.1s ease !important;
    transition: color 0.1s ease !important; }
    .abbvie-orange .plaintext a:hover, .abbvie-orange .text a:hover {
      color: #071d49 !important;
      background-position: 0 150%, 100% 150%, 0 150% !important;
      text-decoration: none !important; }
  .abbvie-orange .plaintext::before, .abbvie-orange .text::before {
    background: #ffffff !important; }
  .abbvie-orange .btn {
    border: 2px solid #ffffff !important;
    color: #ffffff !important; }
    .abbvie-orange .btn:hover {
      color: #071d49 !important;
      background: #ffffff !important; }

.abbvie-orange-70 {
  background: #FFA851;
  color: #ffffff !important; }
  .abbvie-orange-70 .heading, .abbvie-orange-70 .text, .abbvie-orange-70 .plaintext, .abbvie-orange-70 .title, .abbvie-orange-70 h1, .abbvie-orange-70 h2, .abbvie-orange-70 h3, .abbvie-orange-70 p, .abbvie-orange-70 button[class$="anchor-btn"] {
    color: #ffffff !important; }
  .abbvie-orange-70 .plaintext a, .abbvie-orange-70 .text a {
    color: #ffffff !important;
    text-decoration: none;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, transparent), color-stop(50%, #ffffff)) !important;
    background: linear-gradient(to bottom, transparent 50%, #ffffff 50%) !important;
    background-size: 2px 2px !important;
    background-repeat: repeat-x !important;
    background-position: 0 100% !important;
    -webkit-transition: color 0.1s ease !important;
    transition: color 0.1s ease !important; }
    .abbvie-orange-70 .plaintext a:hover, .abbvie-orange-70 .text a:hover {
      color: #071d49 !important;
      background-position: 0 150%, 100% 150%, 0 150% !important;
      text-decoration: none !important; }
  .abbvie-orange-70 .plaintext::before, .abbvie-orange-70 .text::before {
    background: #ffffff !important; }
  .abbvie-orange-70 .btn {
    border: 2px solid #ffffff !important;
    color: #ffffff !important; }
    .abbvie-orange-70 .btn:hover {
      color: #071d49 !important;
      background: #ffffff !important; }

.abbvie-orange-40 {
  background: #FFCD9E;
  color: #ffffff !important; }
  .abbvie-orange-40 .heading, .abbvie-orange-40 .text, .abbvie-orange-40 .plaintext, .abbvie-orange-40 .title, .abbvie-orange-40 h1, .abbvie-orange-40 h2, .abbvie-orange-40 h3, .abbvie-orange-40 p, .abbvie-orange-40 button[class$="anchor-btn"] {
    color: #ffffff !important; }
  .abbvie-orange-40 .plaintext a, .abbvie-orange-40 .text a {
    color: #ffffff !important;
    text-decoration: none;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, transparent), color-stop(50%, #ffffff)) !important;
    background: linear-gradient(to bottom, transparent 50%, #ffffff 50%) !important;
    background-size: 2px 2px !important;
    background-repeat: repeat-x !important;
    background-position: 0 100% !important;
    -webkit-transition: color 0.1s ease !important;
    transition: color 0.1s ease !important; }
    .abbvie-orange-40 .plaintext a:hover, .abbvie-orange-40 .text a:hover {
      color: #2f9ece !important;
      background-position: 0 150%, 100% 150%, 0 150% !important;
      text-decoration: none !important; }
  .abbvie-orange-40 .plaintext::before, .abbvie-orange-40 .text::before {
    background: #ffffff !important; }
  .abbvie-orange-40 .btn {
    border: 2px solid #ffffff !important;
    color: #ffffff !important; }
    .abbvie-orange-40 .btn:hover {
      color: #071d49 !important;
      background: #ffffff !important; }

.abbvie-orange-10 {
  background: #FFF3E6;
  color: #071d49 !important; }
  .abbvie-orange-10 .heading, .abbvie-orange-10 .text, .abbvie-orange-10 .plaintext, .abbvie-orange-10 .title, .abbvie-orange-10 h1, .abbvie-orange-10 h2, .abbvie-orange-10 h3, .abbvie-orange-10 p, .abbvie-orange-10 button[class$="anchor-btn"] {
    color: #071d49 !important; }
  .abbvie-orange-10 .plaintext a, .abbvie-orange-10 .text a {
    color: #071d49 !important;
    text-decoration: none;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, transparent), color-stop(50%, #071d49)) !important;
    background: linear-gradient(to bottom, transparent 50%, #071d49 50%) !important;
    background-size: 2px 2px !important;
    background-repeat: repeat-x !important;
    background-position: 0 100% !important;
    -webkit-transition: color 0.1s ease !important;
    transition: color 0.1s ease !important; }
    .abbvie-orange-10 .plaintext a:hover, .abbvie-orange-10 .text a:hover {
      color: #2f9ece !important;
      background-position: 0 150%, 100% 150%, 0 150% !important;
      text-decoration: none !important; }
  .abbvie-orange-10 .plaintext::before, .abbvie-orange-10 .text::before {
    background: #071d49 !important; }
  .abbvie-orange-10 .btn {
    border: 2px solid #071d49 !important;
    color: #071d49 !important; }
    .abbvie-orange-10 .btn:hover {
      color: #ffffff !important;
      background: #071d49 !important; }

.abbvie-green {
  background: #1AC9A8;
  color: #ffffff !important; }
  .abbvie-green .heading, .abbvie-green .text, .abbvie-green .plaintext, .abbvie-green .title, .abbvie-green h1, .abbvie-green h2, .abbvie-green h3, .abbvie-green p, .abbvie-green button[class$="anchor-btn"] {
    color: #ffffff !important; }
  .abbvie-green .plaintext a, .abbvie-green .text a {
    color: #ffffff !important;
    text-decoration: none;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, transparent), color-stop(50%, #ffffff)) !important;
    background: linear-gradient(to bottom, transparent 50%, #ffffff 50%) !important;
    background-size: 2px 2px !important;
    background-repeat: repeat-x !important;
    background-position: 0 100% !important;
    -webkit-transition: color 0.1s ease !important;
    transition: color 0.1s ease !important; }
    .abbvie-green .plaintext a:hover, .abbvie-green .text a:hover {
      color: #071d49 !important;
      background-position: 0 150%, 100% 150%, 0 150% !important;
      text-decoration: none !important; }
  .abbvie-green .plaintext::before, .abbvie-green .text::before {
    background: #ffffff !important; }
  .abbvie-green .btn {
    border: 2px solid #ffffff !important;
    color: #ffffff !important; }
    .abbvie-green .btn:hover {
      color: #071d49 !important;
      background: #ffffff !important; }

.abbvie-green-70 {
  background: #5FD9C5;
  color: #ffffff !important; }
  .abbvie-green-70 .heading, .abbvie-green-70 .text, .abbvie-green-70 .plaintext, .abbvie-green-70 .title, .abbvie-green-70 h1, .abbvie-green-70 h2, .abbvie-green-70 h3, .abbvie-green-70 p, .abbvie-green-70 button[class$="anchor-btn"] {
    color: #ffffff !important; }
  .abbvie-green-70 .plaintext a, .abbvie-green-70 .text a {
    color: #ffffff !important;
    text-decoration: none;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, transparent), color-stop(50%, #ffffff)) !important;
    background: linear-gradient(to bottom, transparent 50%, #ffffff 50%) !important;
    background-size: 2px 2px !important;
    background-repeat: repeat-x !important;
    background-position: 0 100% !important;
    -webkit-transition: color 0.1s ease !important;
    transition: color 0.1s ease !important; }
    .abbvie-green-70 .plaintext a:hover, .abbvie-green-70 .text a:hover {
      color: #071d49 !important;
      background-position: 0 150%, 100% 150%, 0 150% !important;
      text-decoration: none !important; }
  .abbvie-green-70 .plaintext::before, .abbvie-green-70 .text::before {
    background: #ffffff !important; }
  .abbvie-green-70 .btn {
    border: 2px solid #ffffff !important;
    color: #ffffff !important; }
    .abbvie-green-70 .btn:hover {
      color: #071d49 !important;
      background: #ffffff !important; }

.abbvie-green-40 {
  background: #A3E9DC;
  color: #ffffff !important; }
  .abbvie-green-40 .heading, .abbvie-green-40 .text, .abbvie-green-40 .plaintext, .abbvie-green-40 .title, .abbvie-green-40 h1, .abbvie-green-40 h2, .abbvie-green-40 h3, .abbvie-green-40 p, .abbvie-green-40 button[class$="anchor-btn"] {
    color: #ffffff !important; }
  .abbvie-green-40 .plaintext a, .abbvie-green-40 .text a {
    color: #ffffff !important;
    text-decoration: none;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, transparent), color-stop(50%, #ffffff)) !important;
    background: linear-gradient(to bottom, transparent 50%, #ffffff 50%) !important;
    background-size: 2px 2px !important;
    background-repeat: repeat-x !important;
    background-position: 0 100% !important;
    -webkit-transition: color 0.1s ease !important;
    transition: color 0.1s ease !important; }
    .abbvie-green-40 .plaintext a:hover, .abbvie-green-40 .text a:hover {
      color: #2f9ece !important;
      background-position: 0 150%, 100% 150%, 0 150% !important;
      text-decoration: none !important; }
  .abbvie-green-40 .plaintext::before, .abbvie-green-40 .text::before {
    background: #ffffff !important; }
  .abbvie-green-40 .btn {
    border: 2px solid #ffffff !important;
    color: #ffffff !important; }
    .abbvie-green-40 .btn:hover {
      color: #071d49 !important;
      background: #ffffff !important; }

.abbvie-green-10 {
  background: #E8FAF6;
  color: #071d49 !important; }
  .abbvie-green-10 .heading, .abbvie-green-10 .text, .abbvie-green-10 .plaintext, .abbvie-green-10 .title, .abbvie-green-10 h1, .abbvie-green-10 h2, .abbvie-green-10 h3, .abbvie-green-10 p, .abbvie-green-10 button[class$="anchor-btn"] {
    color: #071d49 !important; }
  .abbvie-green-10 .plaintext a, .abbvie-green-10 .text a {
    color: #071d49 !important;
    text-decoration: none;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, transparent), color-stop(50%, #071d49)) !important;
    background: linear-gradient(to bottom, transparent 50%, #071d49 50%) !important;
    background-size: 2px 2px !important;
    background-repeat: repeat-x !important;
    background-position: 0 100% !important;
    -webkit-transition: color 0.1s ease !important;
    transition: color 0.1s ease !important; }
    .abbvie-green-10 .plaintext a:hover, .abbvie-green-10 .text a:hover {
      color: #2f9ece !important;
      background-position: 0 150%, 100% 150%, 0 150% !important;
      text-decoration: none !important; }
  .abbvie-green-10 .plaintext::before, .abbvie-green-10 .text::before {
    background: #071d49 !important; }
  .abbvie-green-10 .btn {
    border: 2px solid #071d49 !important;
    color: #071d49 !important; }
    .abbvie-green-10 .btn:hover {
      color: #ffffff !important;
      background: #071d49 !important; }

.abbvie-dark-grey {
  background: #9CA4B6;
  color: #ffffff !important; }
  .abbvie-dark-grey .heading, .abbvie-dark-grey .text, .abbvie-dark-grey .plaintext, .abbvie-dark-grey .title, .abbvie-dark-grey h1, .abbvie-dark-grey h2, .abbvie-dark-grey h3, .abbvie-dark-grey p, .abbvie-dark-grey button[class$="anchor-btn"] {
    color: #ffffff !important; }
  .abbvie-dark-grey .plaintext a, .abbvie-dark-grey .text a {
    color: #ffffff !important;
    text-decoration: none;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, transparent), color-stop(50%, #ffffff)) !important;
    background: linear-gradient(to bottom, transparent 50%, #ffffff 50%) !important;
    background-size: 2px 2px !important;
    background-repeat: repeat-x !important;
    background-position: 0 100% !important;
    -webkit-transition: color 0.1s ease !important;
    transition: color 0.1s ease !important; }
    .abbvie-dark-grey .plaintext a:hover, .abbvie-dark-grey .text a:hover {
      color: #071d49 !important;
      background-position: 0 150%, 100% 150%, 0 150% !important;
      text-decoration: none !important; }
  .abbvie-dark-grey .plaintext::before, .abbvie-dark-grey .text::before {
    background: #ffffff !important; }
  .abbvie-dark-grey .btn {
    border: 2px solid #ffffff !important;
    color: #ffffff !important; }
    .abbvie-dark-grey .btn:hover {
      color: #071d49 !important;
      background: #ffffff !important; }

.abbvie-dark-grey-70 {
  background: #B5BBC8;
  color: #ffffff !important; }
  .abbvie-dark-grey-70 .heading, .abbvie-dark-grey-70 .text, .abbvie-dark-grey-70 .plaintext, .abbvie-dark-grey-70 .title, .abbvie-dark-grey-70 h1, .abbvie-dark-grey-70 h2, .abbvie-dark-grey-70 h3, .abbvie-dark-grey-70 p, .abbvie-dark-grey-70 button[class$="anchor-btn"] {
    color: #ffffff !important; }
  .abbvie-dark-grey-70 .plaintext a, .abbvie-dark-grey-70 .text a {
    color: #ffffff !important;
    text-decoration: none;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, transparent), color-stop(50%, #ffffff)) !important;
    background: linear-gradient(to bottom, transparent 50%, #ffffff 50%) !important;
    background-size: 2px 2px !important;
    background-repeat: repeat-x !important;
    background-position: 0 100% !important;
    -webkit-transition: color 0.1s ease !important;
    transition: color 0.1s ease !important; }
    .abbvie-dark-grey-70 .plaintext a:hover, .abbvie-dark-grey-70 .text a:hover {
      color: #071d49 !important;
      background-position: 0 150%, 100% 150%, 0 150% !important;
      text-decoration: none !important; }
  .abbvie-dark-grey-70 .plaintext::before, .abbvie-dark-grey-70 .text::before {
    background: #ffffff !important; }
  .abbvie-dark-grey-70 .btn {
    border: 2px solid #ffffff !important;
    color: #ffffff !important; }
    .abbvie-dark-grey-70 .btn:hover {
      color: #071d49 !important;
      background: #ffffff !important; }

.abbvie-dark-grey-40 {
  background: #CDD2DB;
  color: #071d49 !important; }
  .abbvie-dark-grey-40 .heading, .abbvie-dark-grey-40 .text, .abbvie-dark-grey-40 .plaintext, .abbvie-dark-grey-40 .title, .abbvie-dark-grey-40 h1, .abbvie-dark-grey-40 h2, .abbvie-dark-grey-40 h3, .abbvie-dark-grey-40 p, .abbvie-dark-grey-40 button[class$="anchor-btn"] {
    color: #071d49 !important; }
  .abbvie-dark-grey-40 .plaintext a, .abbvie-dark-grey-40 .text a {
    color: #071d49 !important;
    text-decoration: none;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, transparent), color-stop(50%, #071d49)) !important;
    background: linear-gradient(to bottom, transparent 50%, #071d49 50%) !important;
    background-size: 2px 2px !important;
    background-repeat: repeat-x !important;
    background-position: 0 100% !important;
    -webkit-transition: color 0.1s ease !important;
    transition: color 0.1s ease !important; }
    .abbvie-dark-grey-40 .plaintext a:hover, .abbvie-dark-grey-40 .text a:hover {
      color: #2f9ece !important;
      background-position: 0 150%, 100% 150%, 0 150% !important;
      text-decoration: none !important; }
  .abbvie-dark-grey-40 .plaintext::before, .abbvie-dark-grey-40 .text::before {
    background: #071d49 !important; }
  .abbvie-dark-grey-40 .btn {
    border: 2px solid #071d49 !important;
    color: #071d49 !important; }
    .abbvie-dark-grey-40 .btn:hover {
      color: #ffffff !important;
      background: #071d49 !important; }

.abbvie-dark-grey-10 {
  background: #E6E8ED;
  color: #071d49 !important; }
  .abbvie-dark-grey-10 .heading, .abbvie-dark-grey-10 .text, .abbvie-dark-grey-10 .plaintext, .abbvie-dark-grey-10 .title, .abbvie-dark-grey-10 h1, .abbvie-dark-grey-10 h2, .abbvie-dark-grey-10 h3, .abbvie-dark-grey-10 p, .abbvie-dark-grey-10 button[class$="anchor-btn"] {
    color: #071d49 !important; }
  .abbvie-dark-grey-10 .plaintext a, .abbvie-dark-grey-10 .text a {
    color: #071d49 !important;
    text-decoration: none;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, transparent), color-stop(50%, #071d49)) !important;
    background: linear-gradient(to bottom, transparent 50%, #071d49 50%) !important;
    background-size: 2px 2px !important;
    background-repeat: repeat-x !important;
    background-position: 0 100% !important;
    -webkit-transition: color 0.1s ease !important;
    transition: color 0.1s ease !important; }
    .abbvie-dark-grey-10 .plaintext a:hover, .abbvie-dark-grey-10 .text a:hover {
      color: #2f9ece !important;
      background-position: 0 150%, 100% 150%, 0 150% !important;
      text-decoration: none !important; }
  .abbvie-dark-grey-10 .plaintext::before, .abbvie-dark-grey-10 .text::before {
    background: #071d49 !important; }
  .abbvie-dark-grey-10 .btn {
    border: 2px solid #071d49 !important;
    color: #071d49 !important; }
    .abbvie-dark-grey-10 .btn:hover {
      color: #ffffff !important;
      background: #071d49 !important; }

.abbvie-light-grey {
  background: #F3F4F6;
  color: #071d49 !important; }
  .abbvie-light-grey .heading, .abbvie-light-grey .text, .abbvie-light-grey .plaintext, .abbvie-light-grey .title, .abbvie-light-grey h1, .abbvie-light-grey h2, .abbvie-light-grey h3, .abbvie-light-grey p, .abbvie-light-grey button[class$="anchor-btn"] {
    color: #071d49 !important; }
  .abbvie-light-grey .plaintext a, .abbvie-light-grey .text a {
    color: #071d49 !important;
    text-decoration: none;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, transparent), color-stop(50%, #071d49)) !important;
    background: linear-gradient(to bottom, transparent 50%, #071d49 50%) !important;
    background-size: 2px 2px !important;
    background-repeat: repeat-x !important;
    background-position: 0 100% !important;
    -webkit-transition: color 0.1s ease !important;
    transition: color 0.1s ease !important; }
    .abbvie-light-grey .plaintext a:hover, .abbvie-light-grey .text a:hover {
      color: #2f9ece !important;
      background-position: 0 150%, 100% 150%, 0 150% !important;
      text-decoration: none !important; }
  .abbvie-light-grey .plaintext::before, .abbvie-light-grey .text::before {
    background: #071d49 !important; }
  .abbvie-light-grey .btn {
    border: 2px solid #071d49 !important;
    color: #071d49 !important; }
    .abbvie-light-grey .btn:hover {
      color: #ffffff !important;
      background: #071d49 !important; }

@media (max-width: 767px) {
  .mobile-dark button[class$="anchor-btn"] {
    color: #ffffff !important; }
  .mobile-dark .plaintext a, .mobile-dark .text a {
    color: #ffffff !important;
    text-decoration: none;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, transparent), color-stop(50%, #ffffff)) !important;
    background: linear-gradient(to bottom, transparent 50%, #ffffff 50%) !important;
    background-size: 2px 2px !important;
    background-repeat: repeat-x !important;
    background-position: 0 100% !important;
    -webkit-transition: color 0.1s ease !important;
    transition: color 0.1s ease !important; }
    .mobile-dark .plaintext a:hover, .mobile-dark .text a:hover {
      color: #2f9ece !important;
      background-position: 0 150%, 100% 150%, 0 150% !important;
      text-decoration: none !important; }
  .mobile-dark .plaintext::before, .mobile-dark .text::before {
    background: #ffffff !important; }
  .mobile-light button[class$="anchor-btn"] {
    color: #071d49 !important; }
  .mobile-light .plaintext a, .mobile-light .text a {
    color: #071d49 !important;
    text-decoration: none;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, transparent), color-stop(50%, #071d49)) !important;
    background: linear-gradient(to bottom, transparent 50%, #071d49 50%) !important;
    background-size: 2px 2px !important;
    background-repeat: repeat-x !important;
    background-position: 0 100% !important;
    -webkit-transition: color 0.1s ease !important;
    transition: color 0.1s ease !important; }
    .mobile-light .plaintext a:hover, .mobile-light .text a:hover {
      color: #2f9ece !important;
      background-position: 0 150%, 100% 150%, 0 150% !important;
      text-decoration: none !important; }
  .mobile-light .plaintext::before, .mobile-light .text::before {
    background: #071d49 !important; } }

html, body {
  -webkit-overflow-scrolling: touch; }

body {
  color: #071d49; }

strong, b {
  font-family: "Roboto Bold", Helvetica, Arial, sans-serif;
  font-weight: 700; }

em, i {
  font-family: "NeueHaasUnica Italic";
  font-weight: normal;
  font-style: italic; }

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  color: #071d49; }

h2,
h3 {
  font-family: "Roboto Regular", Helvetica, Arial, sans-serif;
  font-weight: 400; }

h4, h5, h6 {
  font-family: "Roboto Bold", Helvetica, Arial, sans-serif;
  font-weight: 700; }

.error-message {
  text-align: center;
  margin: 0 auto;
  max-width: 834px; }
  .error-message .search-input-wrapper {
    max-width: 646px;
    margin: 80px auto; }
  .error-message .title h1 {
    font-family: "Roboto Regular", Helvetica, Arial, sans-serif;
    font-size: 34px;
    font-size: 3.4rem;
    line-height: 1.17647;
    margin-bottom: 15px;
    margin-top: 50px; }
    @media (min-width: 48rem) {
      .error-message .title h1 {
        margin-bottom: 20px;
        margin-top: 80px; } }
    @media (min-width: 30rem) {
      .error-message .title h1 {
        font-size: 42px;
        font-size: 4.2rem;
        line-height: 1.2381; } }
    @media (min-width: 80rem) {
      .error-message .title h1 {
        font-size: 50px;
        font-size: 5rem;
        line-height: 1.3; } }
  .error-message a {
    color: #636363 !important;
    text-decoration: none;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #ffffff), color-stop(50%, #2f9ece));
    background: linear-gradient(to bottom, #ffffff 50%, #2f9ece 50%);
    background-size: 2px 2px;
    background-repeat: repeat-x;
    background-position: 0 89%;
    -webkit-transition: color 0.1s ease;
    transition: color 0.1s ease; }
    .error-message a:hover {
      color: #2f9ece;
      background-position: 0 150%,100% 150%,0 150%;
      text-decoration: none; }
  .error-message .text, .error-message .plaintext, .error-message .contentfragment {
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 1.5; }
    .error-message .text p, .error-message .plaintext p, .error-message .contentfragment p {
      color: #636363 !important; }
    @media (min-width: 30rem) {
      .error-message .text, .error-message .plaintext, .error-message .contentfragment {
        font-size: 25px;
        font-size: 2.5rem;
        line-height: 1.4; } }
    @media (min-width: 60rem) {
      .error-message .text, .error-message .plaintext, .error-message .contentfragment {
        font-size: 30px;
        font-size: 3rem;
        line-height: 1.5; } }
  .error-message .search-input-wrapper {
    margin-top: 80px; }
    .error-message .search-input-wrapper input::-webkit-input-placeholder {
      display: block;
      font-size: 14px;
      padding-left: 45px;
      margin-top: -6px;
      margin-bottom: 15px; }
    .error-message .search-input-wrapper input::-moz-placeholder {
      display: block;
      font-size: 14px;
      padding-left: 45px;
      margin-top: -6px;
      margin-bottom: 15px; }
    .error-message .search-input-wrapper input::-ms-input-placeholder {
      display: block;
      font-size: 14px;
      padding-left: 45px;
      margin-top: -6px;
      margin-bottom: 15px; }
    .error-message .search-input-wrapper input::placeholder {
      display: block;
      font-size: 14px;
      padding-left: 45px;
      margin-top: -6px;
      margin-bottom: 15px; }
    .error-message .search-input-wrapper input::-webkit-input-placeholder {
      display: block;
      font-size: 14px;
      padding-left: 45px;
      margin-top: -6px;
      margin-bottom: 15px; }

input::-ms-clear {
  width: 0;
  height: 0; }

.main-content:after {
  content: "";
  display: table;
  clear: both;
  width: 100%;
  float: left; }

.main-content .variablesecondarynavigation:after {
  content: "";
  display: table;
  clear: both;
  width: 100%;
  float: left; }

.carousel-indicators {
  bottom: 10px !important; }
  @media (min-width: 30em) {
    .carousel-indicators {
      bottom: -25px !important; } }
  @media (max-width: 767px) {
    .carousel-indicators {
      width: auto;
      margin-left: auto;
      margin-right: auto;
      left: 0;
      right: 0; } }
  .carousel-indicators li {
    display: inline-block;
    width: 11px;
    background-color: #a9b0bf;
    max-width: 40px;
    padding-right: 20px;
    padding-left: 20px;
    opacity: 1;
    height: 7px !important;
    margin-bottom: 1px !important;
    margin-right: 7px !important;
    border-radius: 0;
    cursor: pointer;
    border: 0 none; }
    .carousel-indicators li.active {
      background-color: #071d49; }
  .carousel-indicators li:last-child {
    margin-right: 0px !important; }

.hidden-desktop {
  display: block; }
  @media (min-width: 768px) {
    .hidden-desktop {
      display: none; } }

.hidden-mobile {
  display: block; }
  @media (max-width: 767px) {
    .hidden-mobile {
      display: none; } }

.main-content > .parsys::after {
  content: '';
  clear: both;
  display: table; }

.main-content > .parsys > div {
  clear: both; }
  .main-content > .parsys > div::after {
    content: '';
    clear: both;
    display: table; }

.cta-wrapper .cta-panel {
  margin-left: -5px;
  margin-right: -5px; }
  .cta-wrapper .cta-panel::after {
    content: '';
    clear: both;
    display: table; }

.cta-wrapper.pull-center {
  text-align: center !important; }

.cta-wrapper .calltoaction {
  margin-right: 5px;
  margin-left: 5px;
  margin-top: 10px; }

.cta-wrapper {
  display: block !important;
  margin-left: auto !important;
  margin-right: auto !important; }

.contentfragment {
  margin-bottom: 60px;
  font-family: "Roboto Light", Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.5;
  font-weight: 300; }
  .contentfragment p {
    margin-bottom: 3rem; }
    .contentfragment p:last-child {
      margin-bottom: 0; }
  @media (min-width: 30em) {
    .contentfragment {
      font-size: 18px;
      font-size: 1.8rem;
      line-height: 1.66667; } }
  @media (min-width: 60em) {
    .contentfragment {
      margin-bottom: 80px; } }
  @media (min-width: 80rem) {
    .contentfragment {
      font-size: 20px;
      font-size: 2rem;
      line-height: 1.8; } }
  .contentfragment .aem-Grid .image > a {
    display: inline-block; }

.main-content > .parsys > .contentfragment {
  width: 50%;
  margin: 0 auto; }
  @media (max-width: 767px) {
    .main-content > .parsys > .contentfragment {
      width: 100%;
      padding-left: 20px;
      padding-right: 20px; } }
  @media (min-width: 480px) and (max-width: 767px) {
    .main-content > .parsys > .contentfragment {
      width: 66.6667%;
      margin: 0 auto; } }
  @media (min-width: 768px) {
    .main-content > .parsys > .contentfragment {
      width: 50%;
      margin: 0 auto; } }

.affliate-country-selector .pipe-separator {
  margin: 0 1rem;
  float: left; }

.affliate-country-selector .country-selector-toggle__btn:hover {
  background-color: transparent !important; }

.affliate-country-selector .language-list {
  float: left; }

.affliate-country-selector .pipe-separator:last-child {
  display: none; }

.affliate-country-selector a {
  color: #8e9eb4;
  -webkit-transition: color .3s ease;
  transition: color .3s ease; }

.affliate-country-selector a:hover {
  color: #2f9ece;
  text-decoration: underline; }

.notification-cookieless {
  height: auto; }
  .notification-cookieless .notification__col {
    text-align: center; }
  .notification-cookieless .notification__content {
    float: none;
    left: auto;
    right: auto;
    display: inline-block;
    text-align: left; }
  .notification-cookieless .notification-buttons .notification__content {
    text-align: center; }
  .notification-cookieless .notification-buttons .notification__cta {
    margin-top: 20px;
    width: auto;
    position: relative;
    display: inline-block;
    float: none;
    left: auto;
    right: auto; }

@font-face {
  font-family: "iconfont";
  src: url("clientlib-site/resources/fonts/iconfont.eot");
  src: url("clientlib-site/resources/fonts/iconfont.eot") format("embedded-opentype"), url("clientlib-site/resources/fonts/iconfont.woff") format("woff"), url("clientlib-site/resources/fonts/iconfont.ttf") format("truetype"), url("clientlib-site/resources/fonts/iconfont.svg") format("svg");
  font-weight: normal;
  font-style: normal; }

.doccheck {
  float: left;
  width: 100%; }
  .doccheck .login-box {
    padding-bottom: 60px;
    margin-right: auto;
    margin-left: auto;
    max-width: 1310px;
    width: auto; }
    .doccheck .login-box .row {
      margin-left: 0;
      margin-right: 0; }
    .doccheck .login-box .username-login {
      padding-top: 2rem;
      padding-bottom: 2rem; }
    .doccheck .login-box .login-img {
      margin-left: 0;
      height: 285px;
      font-size: 262px;
      position: absolute;
      overflow: hidden;
      width: 160px;
      color: #b9b9b9;
      z-index: 1;
      display: none; }
    .doccheck .login-box .icon-ic-gastro-doccheck:before {
      content: "\E941";
      font-family: "iconfont";
      speak: none;
      font-style: normal;
      font-variant: normal;
      text-transform: none;
      line-height: 1;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale; }
    .doccheck .login-box .col-no-padding-left {
      padding-left: 0 !important; }
    .doccheck .login-box .col-no-padding {
      padding-left: 0 !important;
      padding-right: 0 !important; }
    .doccheck .login-box a {
      display: inherit;
      text-decoration: underline; }
    @media (min-width: 768px) {
      .doccheck .login-box .form-container {
        margin-left: 160px; } }
    @media (max-width: 767px) {
      .doccheck .login-box .login-img {
        font-size: 262px;
        height: 276px; } }
    .doccheck .login-box:before, .doccheck .login-box:after {
      content: " ";
      display: table; }
    .doccheck .login-box:after {
      clear: both; }
    @media (min-width: 480px) {
      .doccheck .login-box {
        width: 66.66667%; }
        .doccheck .login-box .login-img {
          height: 276px; } }
    @media (min-width: 768px) {
      .doccheck .login-box {
        width: 52%; }
        .doccheck .login-box .login-img {
          height: 276px;
          margin-left: 0;
          display: block; }
        .doccheck .login-box .form-container {
          margin-left: 134px; } }
    @media (min-width: 1024px) {
      .doccheck .login-box {
        padding-left: 22px;
        padding-right: 22px; }
        .doccheck .login-box .login-img {
          height: 318px;
          font-size: 302px; }
        .doccheck .login-box .form-container {
          margin-left: 156px; } }
    @media (min-width: 1280px) {
      .doccheck .login-box .login-img {
        height: 333px; } }
    .doccheck .login-box .form__headline {
      margin-bottom: 30px;
      font-family: "Roboto Regular" !important;
      font-size: 24px;
      font-size: 2.4rem;
      line-height: 1.25;
      margin-top: 50px; }
      @media (min-width: 30em) {
        .doccheck .login-box .form__headline {
          font-size: 25px;
          font-size: 2.5rem;
          line-height: 1.4; } }
      @media (min-width: 80em) {
        .doccheck .login-box .form__headline {
          font-size: 30px;
          font-size: 3rem;
          line-height: 1.33333; } }
      @media (min-width: 1024px) {
        .doccheck .login-box .form__headline {
          margin-top: 100px; } }
    .doccheck .login-box input {
      border: 1px solid #ccc;
      padding: 6px;
      width: 100%;
      line-height: 24px;
      font-family: "Roboto Regular" !important;
      font-size: 20px;
      color: #071D49; }
    .doccheck .login-box button {
      font-family: "Roboto Regular" !important;
      position: relative;
      background-color: #fff;
      color: #2f9ece;
      border: 1px solid #2f9ece;
      -webkit-box-shadow: none;
              box-shadow: none;
      border-radius: 0;
      text-decoration: none;
      text-align: center;
      -webkit-transition: color .4s ease,background-color .3s ease;
      transition: color .4s ease,background-color .3s ease;
      -webkit-backface-visibility: hidden;
              backface-visibility: hidden;
      -webkit-font-smoothing: antialiased;
      font-size: 1.5rem;
      line-height: 1.53333;
      border-width: 2px;
      padding: 0.4rem 2rem 0.4rem;
      letter-spacing: 2px;
      width: 100%; }
      @media (max-width: 1199px) {
        .doccheck .login-box button {
          margin-top: 20px;
          float: right; } }
      @media (min-width: 768px) and (max-width: 1023px) {
        .doccheck .login-box button {
          width: auto; } }
      @media (min-width: 1024px) {
        .doccheck .login-box button {
          width: auto; } }
      @media (max-width: 767px) {
        .doccheck .login-box button {
          padding-top: 0.7rem;
          padding-bottom: 0.7rem; } }
      .doccheck .login-box button:hover {
        background-color: #2f9ece;
        color: #fff; }
  @media (max-width: 767px) {
    .doccheck {
      padding-bottom: 30px; } }
  .doccheck .form-container {
    max-width: 1310px;
    width: auto;
    position: relative;
    z-index: 2; }
    @media (max-width: 767px) {
      .doccheck .form-container {
        margin-left: 0; }
        .doccheck .form-container form > .row:nth-child(2) > .col,
        .doccheck .form-container form > .row:nth-child(3) > .col > .row > div {
          padding-left: 0;
          padding-right: 0; } }
  .doccheck:before, .doccheck:after {
    content: " ";
    display: table; }
  .doccheck:after {
    clear: both; }
  .doccheck a {
    color: #2f9ece;
    text-decoration: none;
    background-size: 2px 2px;
    background-repeat: repeat-x;
    background-position: 0 89%;
    -webkit-transition: color 0.1s ease;
    transition: color 0.1s ease; }
  .doccheck a:hover {
    color: #071D49;
    text-decoration: none; }
  .doccheck .text {
    font-family: "Roboto Regular" !important;
    font-size: 14px;
    line-height: 1.4;
    color: #9b9b9b; }

.site-header__top__container .logout-link {
  float: right; }
  .site-header__top__container .logout-link form {
    margin: 14px 0 14px 20px;
    position: relative;
    font-family: "Roboto Regular", Helvetica, Arial, sans-serif; }
    .site-header__top__container .logout-link form input[type="submit"] {
      background-color: transparent;
      border: 0 none;
      color: #fff;
      font-size: 12px;
      font-size: 1.2rem;
      line-height: 2;
      padding: 0 2px; }
      @media (min-width: 80em) {
        .site-header__top__container .logout-link form input[type="submit"] {
          font-size: 14px;
          font-size: 1.4rem;
          line-height: 1.71429; } }
    .site-header__top__container .logout-link form:after {
      display: block;
      content: "";
      position: absolute;
      left: 0;
      right: 0;
      top: 100%;
      z-index: -1;
      height: 1px;
      -webkit-transform: scale(0, 1);
              transform: scale(0, 1);
      -webkit-transition: -webkit-transform 300ms ease;
      transition: -webkit-transform 300ms ease;
      transition: transform 300ms ease;
      transition: transform 300ms ease, -webkit-transform 300ms ease;
      -webkit-transform-origin: center center;
              transform-origin: center center;
      background: #ffffff; }
    .site-header__top__container .logout-link form:hover:after {
      -webkit-transform: scale(1, 1);
              transform: scale(1, 1); }

[dir="rtl"] .text-left {
  text-align: right; }

[dir="rtl"] .text-right {
  text-align: left; }

[dir="rtl"] .list-unstyled {
  padding-right: 0; }

[dir="rtl"] .list-inline {
  padding-right: 0;
  margin-left: 0;
  margin-right: -5px; }

[dir="rtl"] dd {
  margin-right: 0; }

@media (min-width: 768px) {
  [dir="rtl"] .dl-horizontal dt {
    float: right;
    text-align: left; }
  [dir="rtl"] .dl-horizontal dd {
    margin-left: 0;
    margin-right: 180px; } }

[dir="rtl"] blockquote {
  border-left: 0;
  border-right: 5px solid #eeeeee; }

[dir="rtl"] .blockquote-reverse,
[dir="rtl"] blockquote.pull-right {
  padding-right: 0;
  padding-left: 15px;
  border-left: 5px solid #eeeeee;
  border-right: 0;
  text-align: left; }

[dir="rtl"] .pull-right {
  float: left !important; }

[dir="rtl"] .pull-left {
  float: right !important; }

[dir="rtl"] .col-xs-1 {
  float: right; }

[dir="rtl"] .col-xs-push-1 {
  right: 8.33333%;
  left: auto; }

[dir="rtl"] .col-xs-pull-1 {
  left: 8.33333%;
  right: auto; }

[dir="rtl"] .col-xs-2 {
  float: right; }

[dir="rtl"] .col-xs-push-2 {
  right: 16.66667%;
  left: auto; }

[dir="rtl"] .col-xs-pull-2 {
  left: 16.66667%;
  right: auto; }

[dir="rtl"] .col-xs-3 {
  float: right; }

[dir="rtl"] .col-xs-push-3 {
  right: 25%;
  left: auto; }

[dir="rtl"] .col-xs-pull-3 {
  left: 25%;
  right: auto; }

[dir="rtl"] .col-xs-4 {
  float: right; }

[dir="rtl"] .col-xs-push-4 {
  right: 33.33333%;
  left: auto; }

[dir="rtl"] .col-xs-pull-4 {
  left: 33.33333%;
  right: auto; }

[dir="rtl"] .col-xs-5 {
  float: right; }

[dir="rtl"] .col-xs-push-5 {
  right: 41.66667%;
  left: auto; }

[dir="rtl"] .col-xs-pull-5 {
  left: 41.66667%;
  right: auto; }

[dir="rtl"] .col-xs-6 {
  float: right; }

[dir="rtl"] .col-xs-push-6 {
  right: 50%;
  left: auto; }

[dir="rtl"] .col-xs-pull-6 {
  left: 50%;
  right: auto; }

[dir="rtl"] .col-xs-7 {
  float: right; }

[dir="rtl"] .col-xs-push-7 {
  right: 58.33333%;
  left: auto; }

[dir="rtl"] .col-xs-pull-7 {
  left: 58.33333%;
  right: auto; }

[dir="rtl"] .col-xs-8 {
  float: right; }

[dir="rtl"] .col-xs-push-8 {
  right: 66.66667%;
  left: auto; }

[dir="rtl"] .col-xs-pull-8 {
  left: 66.66667%;
  right: auto; }

[dir="rtl"] .col-xs-9 {
  float: right; }

[dir="rtl"] .col-xs-push-9 {
  right: 75%;
  left: auto; }

[dir="rtl"] .col-xs-pull-9 {
  left: 75%;
  right: auto; }

[dir="rtl"] .col-xs-10 {
  float: right; }

[dir="rtl"] .col-xs-push-10 {
  right: 83.33333%;
  left: auto; }

[dir="rtl"] .col-xs-pull-10 {
  left: 83.33333%;
  right: auto; }

[dir="rtl"] .col-xs-11 {
  float: right; }

[dir="rtl"] .col-xs-push-11 {
  right: 91.66667%;
  left: auto; }

[dir="rtl"] .col-xs-pull-11 {
  left: 91.66667%;
  right: auto; }

[dir="rtl"] .col-xs-12 {
  float: right; }

[dir="rtl"] .col-xs-push-12 {
  right: 100%;
  left: auto; }

[dir="rtl"] .col-xs-pull-12 {
  left: 100%;
  right: auto; }

[dir="rtl"] .col-xs-push-0 {
  right: auto;
  left: auto; }

[dir="rtl"] .col-xs-pull-0 {
  right: auto;
  left: auto; }

@media (min-width: 768px) {
  [dir="rtl"] .col-sm-1 {
    float: right; }
  [dir="rtl"] .col-sm-push-1 {
    right: 8.33333%;
    left: auto; }
  [dir="rtl"] .col-sm-pull-1 {
    left: 8.33333%;
    right: auto; }
  [dir="rtl"] .col-sm-2 {
    float: right; }
  [dir="rtl"] .col-sm-push-2 {
    right: 16.66667%;
    left: auto; }
  [dir="rtl"] .col-sm-pull-2 {
    left: 16.66667%;
    right: auto; }
  [dir="rtl"] .col-sm-3 {
    float: right; }
  [dir="rtl"] .col-sm-push-3 {
    right: 25%;
    left: auto; }
  [dir="rtl"] .col-sm-pull-3 {
    left: 25%;
    right: auto; }
  [dir="rtl"] .col-sm-4 {
    float: right; }
  [dir="rtl"] .col-sm-push-4 {
    right: 33.33333%;
    left: auto; }
  [dir="rtl"] .col-sm-pull-4 {
    left: 33.33333%;
    right: auto; }
  [dir="rtl"] .col-sm-5 {
    float: right; }
  [dir="rtl"] .col-sm-push-5 {
    right: 41.66667%;
    left: auto; }
  [dir="rtl"] .col-sm-pull-5 {
    left: 41.66667%;
    right: auto; }
  [dir="rtl"] .col-sm-6 {
    float: right; }
  [dir="rtl"] .col-sm-push-6 {
    right: 50%;
    left: auto; }
  [dir="rtl"] .col-sm-pull-6 {
    left: 50%;
    right: auto; }
  [dir="rtl"] .col-sm-7 {
    float: right; }
  [dir="rtl"] .col-sm-push-7 {
    right: 58.33333%;
    left: auto; }
  [dir="rtl"] .col-sm-pull-7 {
    left: 58.33333%;
    right: auto; }
  [dir="rtl"] .col-sm-8 {
    float: right; }
  [dir="rtl"] .col-sm-push-8 {
    right: 66.66667%;
    left: auto; }
  [dir="rtl"] .col-sm-pull-8 {
    left: 66.66667%;
    right: auto; }
  [dir="rtl"] .col-sm-9 {
    float: right; }
  [dir="rtl"] .col-sm-push-9 {
    right: 75%;
    left: auto; }
  [dir="rtl"] .col-sm-pull-9 {
    left: 75%;
    right: auto; }
  [dir="rtl"] .col-sm-10 {
    float: right; }
  [dir="rtl"] .col-sm-push-10 {
    right: 83.33333%;
    left: auto; }
  [dir="rtl"] .col-sm-pull-10 {
    left: 83.33333%;
    right: auto; }
  [dir="rtl"] .col-sm-11 {
    float: right; }
  [dir="rtl"] .col-sm-push-11 {
    right: 91.66667%;
    left: auto; }
  [dir="rtl"] .col-sm-pull-11 {
    left: 91.66667%;
    right: auto; }
  [dir="rtl"] .col-sm-12 {
    float: right; }
  [dir="rtl"] .col-sm-push-12 {
    right: 100%;
    left: auto; }
  [dir="rtl"] .col-sm-pull-12 {
    left: 100%;
    right: auto; }
  [dir="rtl"] .col-sm-push-0 {
    right: auto;
    left: auto; }
  [dir="rtl"] .col-sm-pull-0 {
    right: auto;
    left: auto; } }

@media (min-width: 992px) {
  [dir="rtl"] .col-md-1 {
    float: right; }
  [dir="rtl"] .col-md-push-1 {
    right: 8.33333%;
    left: auto; }
  [dir="rtl"] .col-md-pull-1 {
    left: 8.33333%;
    right: auto; }
  [dir="rtl"] .col-md-2 {
    float: right; }
  [dir="rtl"] .col-md-push-2 {
    right: 16.66667%;
    left: auto; }
  [dir="rtl"] .col-md-pull-2 {
    left: 16.66667%;
    right: auto; }
  [dir="rtl"] .col-md-3 {
    float: right; }
  [dir="rtl"] .col-md-push-3 {
    right: 25%;
    left: auto; }
  [dir="rtl"] .col-md-pull-3 {
    left: 25%;
    right: auto; }
  [dir="rtl"] .col-md-4 {
    float: right; }
  [dir="rtl"] .col-md-push-4 {
    right: 33.33333%;
    left: auto; }
  [dir="rtl"] .col-md-pull-4 {
    left: 33.33333%;
    right: auto; }
  [dir="rtl"] .col-md-5 {
    float: right; }
  [dir="rtl"] .col-md-push-5 {
    right: 41.66667%;
    left: auto; }
  [dir="rtl"] .col-md-pull-5 {
    left: 41.66667%;
    right: auto; }
  [dir="rtl"] .col-md-6 {
    float: right; }
  [dir="rtl"] .col-md-push-6 {
    right: 50%;
    left: auto; }
  [dir="rtl"] .col-md-pull-6 {
    left: 50%;
    right: auto; }
  [dir="rtl"] .col-md-7 {
    float: right; }
  [dir="rtl"] .col-md-push-7 {
    right: 58.33333%;
    left: auto; }
  [dir="rtl"] .col-md-pull-7 {
    left: 58.33333%;
    right: auto; }
  [dir="rtl"] .col-md-8 {
    float: right; }
  [dir="rtl"] .col-md-push-8 {
    right: 66.66667%;
    left: auto; }
  [dir="rtl"] .col-md-pull-8 {
    left: 66.66667%;
    right: auto; }
  [dir="rtl"] .col-md-9 {
    float: right; }
  [dir="rtl"] .col-md-push-9 {
    right: 75%;
    left: auto; }
  [dir="rtl"] .col-md-pull-9 {
    left: 75%;
    right: auto; }
  [dir="rtl"] .col-md-10 {
    float: right; }
  [dir="rtl"] .col-md-push-10 {
    right: 83.33333%;
    left: auto; }
  [dir="rtl"] .col-md-pull-10 {
    left: 83.33333%;
    right: auto; }
  [dir="rtl"] .col-md-11 {
    float: right; }
  [dir="rtl"] .col-md-push-11 {
    right: 91.66667%;
    left: auto; }
  [dir="rtl"] .col-md-pull-11 {
    left: 91.66667%;
    right: auto; }
  [dir="rtl"] .col-md-12 {
    float: right; }
  [dir="rtl"] .col-md-push-12 {
    right: 100%;
    left: auto; }
  [dir="rtl"] .col-md-pull-12 {
    left: 100%;
    right: auto; }
  [dir="rtl"] .col-md-push-0 {
    right: auto;
    left: auto; }
  [dir="rtl"] .col-md-pull-0 {
    right: auto;
    left: auto; } }

@media (min-width: 1200px) {
  [dir="rtl"] .col-lg-1 {
    float: right; }
  [dir="rtl"] .col-lg-push-1 {
    right: 8.33333%;
    left: auto; }
  [dir="rtl"] .col-lg-pull-1 {
    left: 8.33333%;
    right: auto; }
  [dir="rtl"] .col-lg-2 {
    float: right; }
  [dir="rtl"] .col-lg-push-2 {
    right: 16.66667%;
    left: auto; }
  [dir="rtl"] .col-lg-pull-2 {
    left: 16.66667%;
    right: auto; }
  [dir="rtl"] .col-lg-3 {
    float: right; }
  [dir="rtl"] .col-lg-push-3 {
    right: 25%;
    left: auto; }
  [dir="rtl"] .col-lg-pull-3 {
    left: 25%;
    right: auto; }
  [dir="rtl"] .col-lg-4 {
    float: right; }
  [dir="rtl"] .col-lg-push-4 {
    right: 33.33333%;
    left: auto; }
  [dir="rtl"] .col-lg-pull-4 {
    left: 33.33333%;
    right: auto; }
  [dir="rtl"] .col-lg-5 {
    float: right; }
  [dir="rtl"] .col-lg-push-5 {
    right: 41.66667%;
    left: auto; }
  [dir="rtl"] .col-lg-pull-5 {
    left: 41.66667%;
    right: auto; }
  [dir="rtl"] .col-lg-6 {
    float: right; }
  [dir="rtl"] .col-lg-push-6 {
    right: 50%;
    left: auto; }
  [dir="rtl"] .col-lg-pull-6 {
    left: 50%;
    right: auto; }
  [dir="rtl"] .col-lg-7 {
    float: right; }
  [dir="rtl"] .col-lg-push-7 {
    right: 58.33333%;
    left: auto; }
  [dir="rtl"] .col-lg-pull-7 {
    left: 58.33333%;
    right: auto; }
  [dir="rtl"] .col-lg-8 {
    float: right; }
  [dir="rtl"] .col-lg-push-8 {
    right: 66.66667%;
    left: auto; }
  [dir="rtl"] .col-lg-pull-8 {
    left: 66.66667%;
    right: auto; }
  [dir="rtl"] .col-lg-9 {
    float: right; }
  [dir="rtl"] .col-lg-push-9 {
    right: 75%;
    left: auto; }
  [dir="rtl"] .col-lg-pull-9 {
    left: 75%;
    right: auto; }
  [dir="rtl"] .col-lg-10 {
    float: right; }
  [dir="rtl"] .col-lg-push-10 {
    right: 83.33333%;
    left: auto; }
  [dir="rtl"] .col-lg-pull-10 {
    left: 83.33333%;
    right: auto; }
  [dir="rtl"] .col-lg-11 {
    float: right; }
  [dir="rtl"] .col-lg-push-11 {
    right: 91.66667%;
    left: auto; }
  [dir="rtl"] .col-lg-pull-11 {
    left: 91.66667%;
    right: auto; }
  [dir="rtl"] .col-lg-12 {
    float: right; }
  [dir="rtl"] .col-lg-push-12 {
    right: 100%;
    left: auto; }
  [dir="rtl"] .col-lg-pull-12 {
    left: 100%;
    right: auto; }
  [dir="rtl"] .col-lg-push-0 {
    right: auto;
    left: auto; }
  [dir="rtl"] .col-lg-pull-0 {
    right: auto;
    left: auto; } }

[dir="rtl"] .caret {
  margin-right: 2px; }

[dir="rtl"] .dropdown-menu {
  left: auto;
  right: 0;
  float: right;
  text-align: right; }
  [dir="rtl"] .dropdown-menu.pull-right {
    right: auto;
    left: 0; }

[dir="rtl"] .open > .dropdown-menu {
  display: block; }

[dir="rtl"] .open > a {
  outline: 0; }

[dir="rtl"] .dropdown-menu-right {
  left: 0;
  right: auto; }

[dir="rtl"] .dropdown-menu-left {
  left: auto;
  right: 0; }

[dir="rtl"] .pull-right > .dropdown-menu {
  right: auto;
  left: 0; }

@media (min-width: 768px) {
  [dir="rtl"] .navbar-right .dropdown-menu {
    right: auto;
    left: 0; }
  [dir="rtl"] .navbar-right .dropdown-menu-left {
    left: auto;
    right: 0; } }

[dir="rtl"] .carousel-indicators {
  padding-right: 0; }
  [dir="rtl"] .carousel-indicators li {
    margin-left: 7px !important;
    margin-right: 0 !important; }

@media all and (transform-3d), (-webkit-transform-3d) {
  [dir="rtl"] .carousel-inner > .item.next,
  [dir="rtl"] .carousel-inner > .item.active.right {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); }
  [dir="rtl"] .carousel-inner > .item.prev,
  [dir="rtl"] .carousel-inner > .item.active.left {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); } }

@media (min-width: 768px) {
  [dir="rtl"] .navbar-header {
    float: right; } }

[dir="rtl"] .navbar-brand {
  float: right; }
  @media (min-width: 768px) {
    .navbar > .container [dir="rtl"] .navbar-brand,
    .navbar > .container-fluid [dir="rtl"] .navbar-brand {
      margin-right: -15px;
      margin-left: auto; } }

[dir="rtl"] .navbar-toggle {
  float: left;
  margin-left: 15px;
  margin-right: auto; }

@media (max-width: 767px) {
  [dir="rtl"] .navbar-nav .open .dropdown-menu > li > a,
  [dir="rtl"] .navbar-nav .open .dropdown-menu .dropdown-header {
    padding-right: 25px;
    padding-left: 15px; } }

@media (min-width: 768px) {
  [dir="rtl"] .navbar-nav {
    float: right; }
    [dir="rtl"] .navbar-nav > li {
      float: right; } }

@media (min-width: 768px) {
  [dir="rtl"] .navbar-text {
    float: right; } }

@media (min-width: 768px) {
  [dir="rtl"] .navbar-left {
    float: right !important; }
  [dir="rtl"] .navbar-right {
    float: left !important;
    margin-left: -15px;
    margin-right: auto; }
    [dir="rtl"] .navbar-right ~ .navbar-right {
      margin-left: 0;
      margin-right: auto; } }

[dir="rtl"] .nav {
  padding-right: 0; }

[dir="rtl"] .nav-tabs {
  border-bottom: 1px solid #ddd; }
  [dir="rtl"] .nav-tabs > li {
    float: right; }
    [dir="rtl"] .nav-tabs > li > a {
      margin-right: auto;
      margin-left: 2px; }

[dir="rtl"] .nav-pills > li {
  float: right; }
  [dir="rtl"] .nav-pills > li + li {
    margin-right: 2px;
    margin-left: auto; }

[dir="rtl"] .nav-stacked > li {
  float: none; }
  [dir="rtl"] .nav-stacked > li + li {
    margin-top: 2px;
    margin-right: 0; }

[dir="rtl"] .nav-justified > .dropdown .dropdown-menu {
  top: auto;
  right: auto; }

[dir="rtl"] .modal-footer {
  text-align: left; }
  [dir="rtl"] .modal-footer .btn + .btn {
    margin-left: 0;
    margin-right: 5px; }
  [dir="rtl"] .modal-footer .btn-group .btn + .btn {
    margin-right: -1px;
    margin-left: 0; }
  [dir="rtl"] .modal-footer .btn-block + .btn-block {
    margin-right: 0;
    margin-left: 0; }

[dir="rtl"] .homepageheroexperience::before {
  margin-right: auto;
  margin-left: -0.25em;
  /* Adjusts for spacing */ }

[dir="rtl"] .homepageheroexperience .imagecomponent .authoring-edit {
  padding-right: 20px;
  padding-left: 0; }

[dir="rtl"] .homepageheroexperience .imagecomponent img {
  right: 50%;
  left: 0;
  -webkit-transform: translate(50%, -50%);
          transform: translate(50%, -50%); }

[dir="rtl"] .homepageheroexperience .hero-container .heading sup {
  margin-left: 4px;
  margin-right: 0; }

[dir="rtl"] .homepageheroexperience .hero-overlay {
  right: 0;
  left: auto; }

[dir="rtl"] .homepageheroexperience .heroarrowanchor {
  right: 50%;
  left: auto; }
  [dir="rtl"] .homepageheroexperience .heroarrowanchor-btn {
    -webkit-transform: translateX(50%);
            transform: translateX(50%); }
    [dir="rtl"] .homepageheroexperience .heroarrowanchor-btn:hover {
      -webkit-transform: translate(50%, -20px);
              transform: translate(50%, -20px); }

[dir="rtl"] .site-footer {
  float: right; }
  @media (min-width: 30em) {
    [dir="rtl"] .site-footer {
      left: auto;
      right: 0;
      float: right; } }
  [dir="rtl"] .site-footer .footarrowanchor-btn {
    right: auto;
    left: 18px; }
    @media (min-width: 30em) {
      [dir="rtl"] .site-footer .footarrowanchor-btn {
        right: auto;
        left: 30px; } }

[dir="rtl"] .site-header__secondary-navigation {
  float: left; }

[dir="rtl"] .imagerowexperience.parallaximagerowexperience .container-fluid {
  padding-left: 0; }
  @media (min-width: 1024px) {
    [dir="rtl"] .imagerowexperience.parallaximagerowexperience .container-fluid {
      padding-right: 0; } }
  @media (min-width: 768px) and (max-width: 1023px) {
    [dir="rtl"] .imagerowexperience.parallaximagerowexperience .container-fluid {
      padding-right: 0; } }
  [dir="rtl"] .imagerowexperience.parallaximagerowexperience .container-fluid .text {
    padding-right: 20px; }

[dir="rtl"] .categoryheroexperience .imagecomponent .authoring-edit {
  padding-right: 20px;
  padding-left: 0; }

[dir="rtl"] .categoryheroexperience .imagecomponent img {
  left: auto;
  right: 50%;
  -webkit-transform: translate(50%, -50%);
          transform: translate(50%, -50%); }

@media (min-width: 768px) {
  [dir="rtl"] .categoryheroexperience .hero-container {
    margin-right: 16.66667%;
    margin-left: auto; } }

@media (min-width: 60em) {
  [dir="rtl"] .categoryheroexperience .hero-container {
    margin-left: auto;
    margin-right: 16.66667%; } }

[dir="rtl"] .categoryheroexperience .hero-container-content .heading sup {
  margin-right: auto;
  margin-left: 4px; }

[dir="rtl"] .categoryheroexperience .heroarrowanchor {
  left: auto;
  right: 50%; }
  [dir="rtl"] .categoryheroexperience .heroarrowanchor-btn {
    -webkit-transform: translateX(50%);
            transform: translateX(50%); }
    [dir="rtl"] .categoryheroexperience .heroarrowanchor-btn:hover {
      -webkit-transform: translate(50%, -20px);
              transform: translate(50%, -20px); }

[dir="rtl"] .contentpageheroexperience {
  float: right; }

[dir="rtl"] .subcategoryheroexperience .imagecomponent .authoring-edit {
  padding-right: 20px;
  padding-left: 0; }

[dir="rtl"] .subcategoryheroexperience .imagecomponent img {
  right: 50%;
  left: auto;
  -webkit-transform: translate(50%, -50%);
          transform: translate(50%, -50%); }

[dir="rtl"] .subcategoryheroexperience .hero-container .heading sup {
  margin-left: 4px;
  margin-right: auto; }

[dir="rtl"] .subcategoryheroexperience .hero-overlay {
  right: 0;
  left: auto; }

[dir="rtl"] .site-header__top__container > div {
  float: right; }
  [dir="rtl"] .site-header__top__container > div.site-header__secondary-navigation {
    float: left; }

[dir="rtl"] .site-header__country-selector-toggle {
  float: right; }

[dir="rtl"] .site-header__country-selector {
  text-align: right;
  left: auto;
  right: 0; }
  [dir="rtl"] .site-header__country-selector__section {
    padding-left: 1rem;
    padding-right: 0; }
    @media (max-width: 767px) {
      [dir="rtl"] .site-header__country-selector__section .icon-chevron-country-selector {
        margin-left: 0;
        margin-right: 10px; } }
    @media (max-width: 767px) {
      [dir="rtl"] .site-header__country-selector__section ul {
        padding-left: 0;
        padding-right: 2.5rem; } }
    [dir="rtl"] .site-header__country-selector__section ul li {
      padding-right: 0;
      padding-left: 12px; }
      @media (max-width: 767px) {
        [dir="rtl"] .site-header__country-selector__section ul li {
          padding-right: auto;
          padding-left: 0; } }
      @media (min-width: 48em) {
        [dir="rtl"] .site-header__country-selector__section ul li {
          padding-right: auto;
          padding-left: 2rem; } }
      [dir="rtl"] .site-header__country-selector__section ul li.multilingual .multilingual__country-name {
        margin-right: 0;
        margin-left: 1.5rem; }
    @media (min-width: 1024px) {
      [dir="rtl"] .site-header__country-selector__section.is-two-columns ul li {
        float: right; } }
    @media (min-width: 768px) and (max-width: 1023px) {
      [dir="rtl"] .site-header__country-selector__section.is-two-columns ul li {
        float: right; } }

[dir="rtl"] .site-header__secondary-navigation {
  float: left; }
  [dir="rtl"] .site-header__secondary-navigation ul li a {
    margin-left: 34px;
    margin-right: auto; }
  [dir="rtl"] .site-header__secondary-navigation ul li:last-child a {
    margin-right: auto;
    margin-left: 20px; }

[dir="rtl"] .site-header__bottom:before {
  left: auto;
  right: 0; }

[dir="rtl"] .site-header__logo {
  float: right;
  text-align: right;
  margin-right: -10px;
  margin-left: auto; }
  @media (max-width: 1023px) {
    [dir="rtl"] .site-header__logo {
      padding-right: 17px;
      padding-left: 0; } }

[dir="rtl"] .site-header__centered {
  float: right; }
  @media (max-width: 767px) {
    [dir="rtl"] .site-header__centered {
      left: auto;
      right: 0; } }
  @media (min-width: 768px) and (max-width: 1023px) {
    [dir="rtl"] .site-header__centered {
      left: auto;
      right: 0; } }

[dir="rtl"] .site-header__navigation-primary {
  float: right; }
  [dir="rtl"] .site-header__navigation-primary > div:first-of-type {
    float: right; }
  [dir="rtl"] .site-header__navigation-primary ul.navbar-nav {
    text-align: right; }
    [dir="rtl"] .site-header__navigation-primary ul.navbar-nav li {
      float: right; }
      @media (max-width: 1023px) {
        [dir="rtl"] .site-header__navigation-primary ul.navbar-nav li {
          float: right; } }
      [dir="rtl"] .site-header__navigation-primary ul.navbar-nav li a {
        float: right; }
      [dir="rtl"] .site-header__navigation-primary ul.navbar-nav li .icon-chevron-primary-navigation {
        margin-right: 10px;
        margin-left: 0; }
        @media (min-width: 1024px) {
          [dir="rtl"] .site-header__navigation-primary ul.navbar-nav li .icon-chevron-primary-navigation {
            left: auto;
            right: 100%;
            margin-left: auto;
            margin-right: -24px;
            -webkit-transform: rotate(90deg);
                    transform: rotate(90deg); } }
      [dir="rtl"] .site-header__navigation-primary ul.navbar-nav li.active > a:after {
        left: 35px;
        right: 10px; }
        @media (min-width: 1024px) {
          [dir="rtl"] .site-header__navigation-primary ul.navbar-nav li.active > a:after {
            left: 10px; } }
      [dir="rtl"] .site-header__navigation-primary ul.navbar-nav li .sub-menu {
        right: -20px;
        left: auto; }
        [dir="rtl"] .site-header__navigation-primary ul.navbar-nav li .sub-menu li {
          float: right; }
          @media (max-width: 767px) {
            [dir="rtl"] .site-header__navigation-primary ul.navbar-nav li .sub-menu li {
              padding-right: 0;
              padding-left: 20px;
              margin-left: auto;
              margin-right: -11px; } }
          @media (min-width: 1024px) {
            [dir="rtl"] .site-header__navigation-primary ul.navbar-nav li .sub-menu li .sub-menu {
              right: 100%;
              left: auto; }
              [dir="rtl"] .site-header__navigation-primary ul.navbar-nav li .sub-menu li .sub-menu.to-right {
                right: auto;
                left: 100%; } }
        @media (max-width: 767px) {
          [dir="rtl"] .site-header__navigation-primary ul.navbar-nav li .sub-menu {
            padding-right: 35px;
            padding-left: 0;
            right: 0;
            left: auto; } }
        @media (min-width: 768px) and (max-width: 1023px) {
          [dir="rtl"] .site-header__navigation-primary ul.navbar-nav li .sub-menu {
            padding-right: 25px;
            padding-left: 0;
            float: right;
            right: 0;
            left: auto; } }
    @media (min-width: 1024px) {
      [dir="rtl"] .site-header__navigation-primary ul.navbar-nav > li > .sub-menu.to-right {
        right: auto;
        left: -20px; } }
    [dir="rtl"] .site-header__navigation-primary ul.navbar-nav .utility-mobile-links {
      float: right; }
      [dir="rtl"] .site-header__navigation-primary ul.navbar-nav .utility-mobile-links ul li {
        float: right; }
  [dir="rtl"] .site-header__navigation-primary .navbar-toggle {
    margin-left: 7px;
    margin-right: 0; }
    [dir="rtl"] .site-header__navigation-primary .navbar-toggle.collapsed {
      margin-left: 0; }
  @media (min-width: 768px) and (max-width: 1023px) {
    [dir="rtl"] .site-header__navigation-primary .navbar-header {
      float: left; } }
  @media (max-width: 767px) {
    [dir="rtl"] .site-header__navigation-primary .navbar-header .toggle-nav {
      float: left;
      margin-left: 4px;
      margin-right: 0; } }
  @media (min-width: 768px) and (max-width: 1023px) {
    [dir="rtl"] .site-header__navigation-primary .navbar-header .toggle-nav {
      float: left; } }

[dir="rtl"] .site-header .country-selector-toggle__btn {
  padding-right: 3rem;
  padding-left: 4.5rem;
  margin-right: -rem;
  margin-left: auto; }
  [dir="rtl"] .site-header .country-selector-toggle__btn .country-selector-toggle__btn__separator,
  [dir="rtl"] .site-header .country-selector-toggle__btn .selector-text {
    float: right; }
  [dir="rtl"] .site-header .country-selector-toggle__btn__icon {
    left: 20px;
    right: auto; }
  [dir="rtl"] .site-header .country-selector-toggle__btn > svg {
    left: 20px;
    right: auto; }

[dir="rtl"] .primary-nav-active .site-header__navigation-primary {
  float: right; }

[dir="rtl"] .primary-nav-active .site-header__search {
  right: 0;
  left: auto; }

[dir="rtl"] .is-homepage .site-header__navigation-primary ul.navbar-nav li .sub-menu:before {
  right: 30px;
  left: auto; }

[dir="rtl"] .site-header.is-homepage ul.navbar-nav > li > .sub-menu:before {
  right: 30px;
  left: auto; }

[dir="rtl"] .site-header.is-homepage ul.navbar-nav > li > .sub-menu.to-right:before {
  right: auto;
  left: 30px; }

[dir="rtl"] .searchinputfield {
  float: left; }

[dir="rtl"] .site-header__search {
  float: left; }

@media (max-width: 767px) {
  [dir="rtl"] .site-header {
    text-align: right; } }

@media (min-width: 768px) and (max-width: 1023px) {
  [dir="rtl"] .site-header {
    text-align: right; } }

[dir="rtl"] .site-header .site-header__search {
  left: -15px;
  right: auto; }
  [dir="rtl"] .site-header .site-header__search.search-active .site-header__search-toggle a.btn {
    margin-left: 8px;
    margin-right: auto; }
    [dir="rtl"] .site-header .site-header__search.search-active .site-header__search-toggle a.btn.btn-search-close {
      left: -15px;
      right: auto;
      margin-left: 0; }

[dir="rtl"] .site-header .site-header__search-toggle a.btn {
  float: right; }

[dir="rtl"] .site-header .site-header__search-toggle form {
  float: right; }

[dir="rtl"] .site-header .site-header__search-toggle a.btn-search-close {
  float: left; }

@media (max-width: 767px) {
  [dir="rtl"] .site-header .site-header__search-input {
    text-align: right;
    right: 0;
    left: auto; } }

@media (min-width: 768px) and (max-width: 1023px) {
  [dir="rtl"] .site-header .site-header__search-input {
    text-align: right;
    right: 0;
    left: auto; } }

[dir="rtl"] .site-header .site-header__search-container .search-form input {
  padding-left: 10px;
  padding-right: 50px; }
  @media (min-width: 30em) {
    [dir="rtl"] .site-header .site-header__search-container .search-form input {
      padding-right: 15px; } }
  @media (min-width: 80em) {
    [dir="rtl"] .site-header .site-header__search-container .search-form input {
      padding-right: 15px; } }

[dir="rtl"] .site-header .site-header__search-container .input-icon {
  right: 25px; }
  @media (max-width: 767px) {
    [dir="rtl"] .site-header .site-header__search-container .input-icon {
      right: 25px; } }
  @media (min-width: 768px) and (max-width: 1023px) {
    [dir="rtl"] .site-header .site-header__search-container .input-icon {
      right: 25px; } }

[dir="rtl"] .site-header .site-header__actions {
  float: right; }
  [dir="rtl"] .site-header .site-header__actions .btn-search-open.active {
    -webkit-transform: translateX(1000%);
            transform: translateX(1000%); }

[dir="rtl"] .site-header .site-header__mobile-search {
  right: 0;
  text-align: right; }
  [dir="rtl"] .site-header .site-header__mobile-search__toggle__btn {
    text-align: right; }
    [dir="rtl"] .site-header .site-header__mobile-search__toggle__btn .btn-label {
      margin-right: 8px; }

[dir="rtl"] .site-header .site-header__search.active .mobile-close-btn {
  left: 20px;
  right: auto; }

[dir="rtl"] .site-header .site-header__search.active .mobile-search-slider .close-search-slider:after {
  float: right; }

[dir="rtl"] .site-header .site-header__search.active .mobile-search-slider .icon-search {
  float: right;
  margin-left: 20px;
  margin-right: auto; }

[dir="rtl"] .site-header .site-header__search.active .mobile-search-slider form {
  float: right; }

@media (max-width: 767px) {
  [dir="rtl"] .imagefigure .module__image__content__caption-wrap {
    float: right; } }

[dir="rtl"] .article-content .col-md-12 .imagefigure {
  float: right; }
  [dir="rtl"] .article-content .col-md-12 .imagefigure .module__image__content__caption-wrap {
    float: right; }
    @media (max-width: 767px) {
      [dir="rtl"] .article-content .col-md-12 .imagefigure .module__image__content__caption-wrap {
        float: right; } }

[dir="rtl"] .main-content div.twocolumnpromorowexperience {
  float: right; }
  [dir="rtl"] .main-content div.twocolumnpromorowexperience .promo {
    float: right; }
  [dir="rtl"] .main-content div.twocolumnpromorowexperience .row > div {
    padding-right: 0;
    float: right; }
    @media (min-width: 30em) {
      [dir="rtl"] .main-content div.twocolumnpromorowexperience .row > div {
        padding-left: 0; } }
    @media (min-width: 48em) {
      [dir="rtl"] .main-content div.twocolumnpromorowexperience .row > div {
        padding-right: 0;
        float: right; } }
    @media (min-width: 80em) {
      [dir="rtl"] .main-content div.twocolumnpromorowexperience .row > div {
        padding-right: 0; } }
  [dir="rtl"] .main-content div.twocolumnpromorowexperience .row .col-md-6 {
    float: left; }
    @media (max-width: 767px) {
      [dir="rtl"] .main-content div.twocolumnpromorowexperience .row .col-md-6 {
        float: right; } }
    @media (max-width: 767px) {
      [dir="rtl"] .main-content div.twocolumnpromorowexperience .row .col-md-6 .parsys {
        float: right; } }
    @media (max-width: 767px) {
      [dir="rtl"] .main-content div.twocolumnpromorowexperience .row .col-md-6 > div {
        float: right; } }
  @media (min-width: 30em) {
    [dir="rtl"] .main-content div.twocolumnpromorowexperience .image img {
      right: 0;
      left: auto;
      z-index: 1; } }
  [dir="rtl"] .main-content div.twocolumnpromorowexperience .text::before, [dir="rtl"] .main-content div.twocolumnpromorowexperience .plaintext::before {
    left: auto;
    right: 50%;
    -webkit-transform: translateX(50%);
            transform: translateX(50%); }
  [dir="rtl"] .main-content div.twocolumnpromorowexperience .btn {
    -webkit-transform: translateX(50%);
            transform: translateX(50%); }
    [dir="rtl"] .main-content div.twocolumnpromorowexperience .btn:hover {
      -webkit-transform: translate(50%, -20px);
              transform: translate(50%, -20px); }

[dir="rtl"] .in-author div.twocolumnpromorowexperience {
  float: right; }
  @media (min-width: 48em) {
    [dir="rtl"] .in-author div.twocolumnpromorowexperience .row > div {
      padding-right: 0;
      float: right; } }
  @media (min-width: 80em) {
    [dir="rtl"] .in-author div.twocolumnpromorowexperience .row > div {
      padding-right: 0; } }
  @media (min-width: 80em) {
    [dir="rtl"] .in-author div.twocolumnpromorowexperience .image img {
      right: 0;
      left: auto; } }

[dir="rtl"] .additionalresourceslinkexperience hr {
  margin-right: -1000px;
  margin-left: auto; }

[dir="rtl"] .additionalresourceslinkexperience {
  float: right; }

[dir="rtl"] .additional-resources.col-xs-12 {
  margin-left: auto;
  margin-right: 25%; }
  @media (max-width: 767px) {
    [dir="rtl"] .additional-resources.col-xs-12 {
      margin-right: 5%; } }
  @media (min-width: 768px) and (max-width: 1023px) {
    [dir="rtl"] .additional-resources.col-xs-12 {
      margin-right: 16.66667%; } }
  [dir="rtl"] .additional-resources.col-xs-12 .col-md-6 {
    padding-right: 0; }
    @media (max-width: 767px) {
      [dir="rtl"] .additional-resources.col-xs-12 .col-md-6 {
        padding-left: 8px; } }
  [dir="rtl"] .additional-resources.col-xs-12 .add-resource-heading {
    float: right; }

[dir="rtl"] .no-height .additional-resources ul {
  padding-right: 25px;
  padding-left: auto; }

[dir="rtl"] .subcategorylinklist {
  float: right; }
  [dir="rtl"] .subcategorylinklist .module__subcat-link .subcategorylistablelink {
    float: right; }
    [dir="rtl"] .subcategorylinklist .module__subcat-link .subcategorylistablelink:before {
      right: 0;
      left: auto; }
    [dir="rtl"] .subcategorylinklist .module__subcat-link .subcategorylistablelink.hover .module__subcat-link__item__content__cta__link > svg {
      -webkit-transform: translateX(-10px) rotate(180deg);
              transform: translateX(-10px) rotate(180deg); }
  [dir="rtl"] .subcategorylinklist .module__subcat-link__item__content a {
    float: right; }
  [dir="rtl"] .subcategorylinklist .module__subcat-link__item__content__title-wrap {
    right: 8.33333%;
    left: auto;
    float: right; }
    @media (max-width: 767px) {
      [dir="rtl"] .subcategorylinklist .module__subcat-link__item__content__title-wrap {
        right: 0;
        left: auto; } }
    @media (min-width: 30em) {
      [dir="rtl"] .subcategorylinklist .module__subcat-link__item__content__title-wrap {
        padding-left: 15px;
        padding-right: 0; } }
    [dir="rtl"] .subcategorylinklist .module__subcat-link__item__content__title-wrap h2 {
      text-align: right; }
  [dir="rtl"] .subcategorylinklist .module__subcat-link__item__content__text-wrap {
    right: 8.33333%;
    left: auto;
    float: right; }
    @media (max-width: 767px) {
      [dir="rtl"] .subcategorylinklist .module__subcat-link__item__content__text-wrap {
        right: 0;
        left: auto; } }
  [dir="rtl"] .subcategorylinklist .module__subcat-link__item__content__cta-wrap {
    right: 8.33%;
    left: auto;
    float: right; }
    @media (max-width: 767px) {
      [dir="rtl"] .subcategorylinklist .module__subcat-link__item__content__cta-wrap {
        left: auto;
        right: 0;
        text-align: right; } }
  [dir="rtl"] .subcategorylinklist .module__subcat-link__item__content__cta__link {
    float: left; }
    @media (max-width: 767px) {
      [dir="rtl"] .subcategorylinklist .module__subcat-link__item__content__cta__link {
        float: right; } }
    [dir="rtl"] .subcategorylinklist .module__subcat-link__item__content__cta__link > svg {
      -webkit-transform: rotate(180deg);
              transform: rotate(180deg); }
  [dir="rtl"] .subcategorylinklist .module__subcat-link__item__content__text {
    text-align: right; }

[dir="rtl"] .feature-story {
  float: right; }
  @media (min-width: 48em) {
    [dir="rtl"] .feature-story .imagecomponent img {
      left: auto;
      right: 50%;
      -webkit-transform: translate(50%, -50%);
              transform: translate(50%, -50%); } }
  [dir="rtl"] .feature-story .imagecomponent .authoring-edit {
    padding-left: 0;
    padding-right: 20px; }
  [dir="rtl"] .feature-story .hero-container .heading sup {
    margin-left: 4px;
    margin-right: 0; }
  [dir="rtl"] .feature-story .hero-container .calltoaction {
    margin-left: 10px;
    margin-right: auto; }
    [dir="rtl"] .feature-story .hero-container .calltoaction:first-of-type {
      margin-right: auto;
      margin-left: 0; }

[dir="rtl"] .wide-content .hero-container .hero-container-content.orient-left > div {
  margin-left: 0; }
  @media (min-width: 768px) {
    [dir="rtl"] .wide-content .hero-container .hero-container-content.orient-left > div {
      margin-right: 79px; } }
  @media (min-width: 1024px) {
    [dir="rtl"] .wide-content .hero-container .hero-container-content.orient-left > div {
      margin-right: 110px; } }
  @media (min-width: 80em) {
    [dir="rtl"] .wide-content .hero-container .hero-container-content.orient-left > div {
      margin-right: 128px; } }

[dir="rtl"] .in-author .featurestoryexperience {
  float: right; }

[dir="rtl"] .in-author .feature-story {
  float: right; }

@media (min-width: 768px) and (max-width: 1023px) {
  [dir="rtl"] .internal-link-promotion .col-md-4 {
    float: right; } }

[dir="rtl"] .threecolumninternallinkpromotionexperience {
  float: right; }

[dir="rtl"] .statisticcarouselrowexperience {
  float: right; }

[dir="rtl"] .statisticcarousel {
  float: right; }

[dir="rtl"] .informationcarouselrowexperience {
  float: right; }
  @media (min-width: 480px) {
    [dir="rtl"] .informationcarouselrowexperience .carousel-information > div {
      right: 8.33333%;
      left: auto; } }

[dir="rtl"] .in-author .informationcarouselrowexperience {
  float: right; }

@media (min-width: 768px) and (max-width: 1023px) {
  [dir="rtl"] .feature-story-promotion.container .row .col-md-4 {
    float: right; } }

[dir="rtl"] .threecolumnfeaturestorypromotionexperience {
  float: right; }

[dir="rtl"] .headshotquotecarousel .carousel-inner .item .quotation {
  text-align: right; }
  [dir="rtl"] .headshotquotecarousel .carousel-inner .item .quotation q:before {
    left: 20px;
    right: auto;
    margin-left: -20px;
    margin-right: auto; }
    @media (min-width: 768px) and (max-width: 1023px) {
      [dir="rtl"] .headshotquotecarousel .carousel-inner .item .quotation q:before {
        left: 25px;
        right: auto;
        margin-left: -20px;
        margin-right: auto; } }
    @media (min-width: 1024px) {
      [dir="rtl"] .headshotquotecarousel .carousel-inner .item .quotation q:before {
        left: 25px;
        right: auto;
        margin-left: -20px;
        margin-right: auto; } }

[dir="rtl"] .headshotquotecarouselrowexperience {
  float: right; }

[dir="rtl"] .in-author .headshotquotecarouselrowexperience {
  float: right; }

[dir="rtl"] .imagelistgrid > div .imagelistablegrid .caption.plaintext, [dir="rtl"] .imagelistgrid > div .imagelistablegrid .plaintext {
  text-align: right; }

[dir="rtl"] .informationcardexperience {
  float: right; }
  [dir="rtl"] .informationcardexperience .container .col-md-6 > div {
    float: right; }
    [dir="rtl"] .informationcardexperience .container .col-md-6 > div .parsys, [dir="rtl"] .informationcardexperience .container .col-md-6 > div .heading, [dir="rtl"] .informationcardexperience .container .col-md-6 > div .text, [dir="rtl"] .informationcardexperience .container .col-md-6 > div .link {
      float: right; }
  [dir="rtl"] .informationcardexperience .container .link a {
    float: right;
    margin-left: 10px;
    margin-right: 0; }

[dir="rtl"] .articlecontentrowexperience {
  float: right; }

[dir="rtl"] .article-content .col-md-12 {
  float: unset; }

[dir="rtl"] .table-experience .heading {
  margin-left: auto !important;
  margin-right: 0% !important; }

[dir="rtl"] .table-experience table tr > td > p {
  margin-right: 0px !important;
  margin-left: auto !important; }

[dir="rtl"] .table-experience table td:first-child {
  text-align: right; }

[dir="rtl"] .accordion {
  float: left; }

[dir="rtl"] .accordion-container .panel-group {
  left: auto;
  right: 8.33333%; }
  @media (min-width: 480px) {
    [dir="rtl"] .accordion-container .panel-group {
      right: 16.66667%; } }
  @media (min-width: 768px) {
    [dir="rtl"] .accordion-container .panel-group {
      right: 25%; } }
  [dir="rtl"] .accordion-container .panel-group .title-group {
    padding-right: 23px;
    padding-left: 15px; }
  [dir="rtl"] .accordion-container .panel-group .panel-default {
    float: right; }
    @media (max-width: 48em) {
      [dir="rtl"] .accordion-container .panel-group .panel-default .panel-heading .panel-title {
        margin-left: 60px;
        margin-right: auto; } }
    @media (max-width: 48em) {
      [dir="rtl"] .accordion-container .panel-group .panel-default .panel-heading .panel-title a:after {
        right: auto !important;
        left: -57px !important; } }
    [dir="rtl"] .accordion-container .panel-group .panel-default .panel-heading .panel-title a:after {
      right: auto;
      left: -55px; }
      @media (max-width: 767px) {
        [dir="rtl"] .accordion-container .panel-group .panel-default .panel-heading .panel-title a:after {
          left: -40px; } }
    [dir="rtl"] .accordion-container .panel-group .panel-default .panel-heading .panel-title a.collapsed:after {
      right: auto;
      left: -55px; }
      @media (max-width: 767px) {
        [dir="rtl"] .accordion-container .panel-group .panel-default .panel-heading .panel-title a.collapsed:after {
          left: -40px; } }
    [dir="rtl"] .accordion-container .panel-group .panel-default .panel-body {
      padding-left: 60px;
      padding-right: 0; }

[dir="rtl"] .accordion-container .expand-controls {
  float: left; }

[dir="rtl"] .article-content .accordion {
  float: none; }

[dir="rtl"] .article-content .accordion-container .panel-group {
  margin-left: auto;
  margin-right: auto; }

@media (min-width: 768px) {
  [dir="rtl"] .notification__content, [dir="rtl"] .notification__cta {
    float: right;
    right: 16.66667%;
    left: auto; } }

@media (min-width: 768px) and (max-width: 1023px) {
  [dir="rtl"] .variablesecondarynavigation {
    padding-left: 20px;
    padding-right: 15px; } }

[dir="rtl"] .variablesecondarynavigation .breadcrumb > li {
  margin-left: 15px;
  margin-right: 0; }
  [dir="rtl"] .variablesecondarynavigation .breadcrumb > li:before {
    margin-right: -9px;
    margin-left: 9px; }
  @media (max-width: 767px) {
    [dir="rtl"] .variablesecondarynavigation .breadcrumb > li:after {
      margin-right: 15px; }
    [dir="rtl"] .variablesecondarynavigation .breadcrumb > li:first-of-type:after {
      margin-right: 10px; } }
  [dir="rtl"] .variablesecondarynavigation .breadcrumb > li:last-child .subnavigation {
    left: auto;
    right: -15px; }
    @media (max-width: 767px) {
      [dir="rtl"] .variablesecondarynavigation .breadcrumb > li:last-child .subnavigation {
        padding-right: 25px;
        padding-left: 0;
        right: 0; } }
    @media (min-width: 768px) and (max-width: 1023px) {
      [dir="rtl"] .variablesecondarynavigation .breadcrumb > li:last-child .subnavigation {
        right: 0; } }
  @media (min-width: 1024px) {
    [dir="rtl"] .variablesecondarynavigation .breadcrumb > li.current-page {
      margin-right: 0px; } }
  [dir="rtl"] .variablesecondarynavigation .breadcrumb > li .subnavigation-toggle svg {
    margin-right: 10px;
    margin-left: auto; }

[dir="rtl"] .rssfeedcarouselexperience {
  margin-right: auto; }

[dir="rtl"] .rsscarousel .rss-carousel .item {
  float: right;
  margin-right: 10%;
  margin-left: 0; }
  @media (max-width: 767px) {
    [dir="rtl"] .rsscarousel .rss-carousel .item {
      float: initial;
      margin-right: initial; } }

.cq-Editable-dom .youtube-video-experience .hero-container,
.cq-Editable-dom .brightcove-video-experience .hero-container {
  padding-top: 0;
  margin-top: 0; }

.cq-Editable-dom .youtube-video-experience > .row,
.cq-Editable-dom .brightcove-video-experience > .row {
  margin-top: 45px; }

.youtubevideoembeddedexperience,
.brightcoveembeddedexperience {
  background-color: #fff;
  float: left;
  width: 100%; }

.articlecontentrowexperience + .youtubevideoembeddedexperience,
.articlecontentrowexperience + .brightcoveembeddedexperience {
  margin-top: -60px; }

.youtube-video-experience,
.brightcove-video-experience {
  margin: 0 auto;
  width: 100%;
  max-width: 320px;
  height: auto;
  padding-bottom: 12rem;
  position: relative;
  position: relative;
  padding-left: 0;
  padding-right: 0; }
  @media (min-width: 400px) {
    .youtube-video-experience,
    .brightcove-video-experience {
      max-width: 380px; } }
  @media (min-width: 500px) {
    .youtube-video-experience,
    .brightcove-video-experience {
      max-width: 480px; } }
  @media (min-width: 600px) {
    .youtube-video-experience,
    .brightcove-video-experience {
      max-width: 580px; } }
  @media (min-width: 767px) {
    .youtube-video-experience,
    .brightcove-video-experience {
      max-width: 600px; } }
  @media (min-width: 1001px) {
    .youtube-video-experience,
    .brightcove-video-experience {
      max-width: 860px; } }
  .youtube-video-experience > .row,
  .brightcove-video-experience > .row {
    position: relative;
    top: 0;
    width: 100%;
    height: auto;
    z-index: 1; }
    @media (min-width: 1001px) {
      .youtube-video-experience > .row,
      .brightcove-video-experience > .row {
        position: absolute; } }
    .youtube-video-experience > .row .col-md-12,
    .brightcove-video-experience > .row .col-md-12 {
      padding: 0; }
  .youtube-video-experience .brightcovevideo .vjs-poster,
  .brightcove-video-experience .brightcovevideo .vjs-poster {
    background-size: cover; }
  .youtube-video-experience .video, .youtube-video-experience .text, .youtube-video-experience .brightcovevideo,
  .brightcove-video-experience .video,
  .brightcove-video-experience .text,
  .brightcove-video-experience .brightcovevideo {
    padding-left: 15px;
    padding-right: 15px;
    width: 100%; }
    .youtube-video-experience .video:before, .youtube-video-experience .video:after, .youtube-video-experience .text:before, .youtube-video-experience .text:after, .youtube-video-experience .brightcovevideo:before, .youtube-video-experience .brightcovevideo:after,
    .brightcove-video-experience .video:before,
    .brightcove-video-experience .video:after,
    .brightcove-video-experience .text:before,
    .brightcove-video-experience .text:after,
    .brightcove-video-experience .brightcovevideo:before,
    .brightcove-video-experience .brightcovevideo:after {
      content: " ";
      display: table; }
    .youtube-video-experience .video:after, .youtube-video-experience .text:after, .youtube-video-experience .brightcovevideo:after,
    .brightcove-video-experience .video:after,
    .brightcove-video-experience .text:after,
    .brightcove-video-experience .brightcovevideo:after {
      clear: both; }
  .youtube-video-experience .hero-container,
  .brightcove-video-experience .hero-container {
    z-index: 2;
    width: 100%;
    overflow: hidden;
    padding-bottom: 11%;
    margin-top: 60px;
    height: 188px;
    position: absolute; }
    @media (min-width: 400px) {
      .youtube-video-experience .hero-container,
      .brightcove-video-experience .hero-container {
        height: 222px; } }
    @media (min-width: 500px) {
      .youtube-video-experience .hero-container,
      .brightcove-video-experience .hero-container {
        height: 285px; } }
    @media (min-width: 600px) {
      .youtube-video-experience .hero-container,
      .brightcove-video-experience .hero-container {
        height: 334px; } }
    @media (min-width: 767px) {
      .youtube-video-experience .hero-container,
      .brightcove-video-experience .hero-container {
        height: 365px; } }
    @media (min-width: 1001px) {
      .youtube-video-experience .hero-container,
      .brightcove-video-experience .hero-container {
        height: 100%;
        position: relative; } }
    .youtube-video-experience .hero-container:before, .youtube-video-experience .hero-container:after,
    .brightcove-video-experience .hero-container:before,
    .brightcove-video-experience .hero-container:after {
      content: " ";
      display: table; }
    .youtube-video-experience .hero-container:after,
    .brightcove-video-experience .hero-container:after {
      clear: both; }
    .youtube-video-experience .hero-container .imagecomponent,
    .brightcove-video-experience .hero-container .imagecomponent {
      position: absolute;
      top: -1px;
      left: -1px;
      bottom: -1px;
      right: -1px;
      z-index: 1;
      -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none;
      min-height: 125px; }
      .youtube-video-experience .hero-container .imagecomponent .authoring-edit,
      .brightcove-video-experience .hero-container .imagecomponent .authoring-edit {
        z-index: 2;
        position: absolute;
        padding: 1px 0 20px 20px;
        width: 100%;
        text-align: center; }
      .youtube-video-experience .hero-container .imagecomponent .authoring-placeholder,
      .brightcove-video-experience .hero-container .imagecomponent .authoring-placeholder {
        display: block;
        height: 20px;
        width: 100%;
        text-indent: -9999px; }
      .youtube-video-experience .hero-container .imagecomponent .image-container,
      .brightcove-video-experience .hero-container .imagecomponent .image-container {
        min-height: 100px;
        position: relative; }
      .youtube-video-experience .hero-container .imagecomponent img,
      .brightcove-video-experience .hero-container .imagecomponent img {
        -o-object-fit: cover;
           object-fit: cover;
        -o-object-position: 50% 50%;
           object-position: 50% 50%;
        display: block;
        position: absolute;
        top: 50%;
        left: 50%;
        width: 100%;
        height: 100%;
        z-index: 1;
        -webkit-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
        min-width: 100%;
        min-height: 100%; }
    .youtube-video-experience .hero-container .actions,
    .brightcove-video-experience .hero-container .actions {
      opacity: 1;
      -webkit-transition: opacity 0.4s ease;
      transition: opacity 0.4s ease;
      width: 100%;
      height: 400px;
      z-index: 3;
      margin-left: -13px; }
    .youtube-video-experience .hero-container .mask,
    .brightcove-video-experience .hero-container .mask {
      display: none;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      z-index: 2;
      background: #ffffff;
      opacity: 0; }
    .youtube-video-experience .hero-container .btn-play,
    .brightcove-video-experience .hero-container .btn-play {
      position: absolute;
      top: 50%;
      left: 50%;
      z-index: 4;
      -webkit-transform: translateY(-50%) translateX(-50%);
              transform: translateY(-50%) translateX(-50%);
      cursor: pointer;
      background: #ffffff;
      width: 120px;
      height: 120px;
      opacity: 0.5;
      -webkit-transition: opacity 0.3s ease, background-color 0.3s ease;
      transition: opacity 0.3s ease, background-color 0.3s ease;
      border: none; }
      .youtube-video-experience .hero-container .btn-play:hover,
      .brightcove-video-experience .hero-container .btn-play:hover {
        opacity: 0.8; }
    .youtube-video-experience .hero-container .btn-play:before,
    .brightcove-video-experience .hero-container .btn-play:before {
      content: "";
      display: block;
      position: absolute;
      top: 50%;
      left: 50%;
      z-index: 2;
      width: 0;
      height: 0;
      -webkit-transform: translateY(-50%) translateX(-11px);
              transform: translateY(-50%) translateX(-11px);
      opacity: 0.5;
      -webkit-transition: opacity 1s ease;
      transition: opacity 1s ease;
      pointer-events: inherit;
      border: solid transparent;
      border-color: rgba(213, 17, 17, 0);
      border-left-color: #000000;
      border-width: 22px;
      border-left-width: 34px; }
    .youtube-video-experience .hero-container .btn-play:after,
    .brightcove-video-experience .hero-container .btn-play:after {
      content: "";
      display: block;
      position: absolute;
      top: 50%;
      left: 50%;
      z-index: 2;
      width: 50px;
      height: 50px;
      -webkit-transform: translateY(-50%) translateX(-50%);
              transform: translateY(-50%) translateX(-50%);
      background-size: contain;
      opacity: 0;
      -webkit-transition: opacity 0.3s ease;
      transition: opacity 0.3s ease;
      pointer-events: none; }
  .youtube-video-experience .video-wrapper,
  .brightcove-video-experience .video-wrapper {
    margin-top: 60px;
    margin-bottom: 20px;
    position: relative;
    padding-bottom: 56.25%;
    /* 16:9 */
    padding-top: 25px;
    height: 0;
    z-index: 1; }
    .youtube-video-experience .video-wrapper iframe,
    .brightcove-video-experience .video-wrapper iframe {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
  .youtube-video-experience .text,
  .brightcove-video-experience .text {
    margin-bottom: 20px;
    margin-top: 8px; }

.article-content .col-md-12 .youtube-video-experience .image,
.article-content .col-md-12 .brightcove-video-experience .image {
  width: 100%;
  margin: 0;
  padding: 0; }

.article-content .col-md-12 .youtube-video-experience .text,
.article-content .col-md-12 .brightcove-video-experience .text {
  width: 100%;
  margin-left: 0; }

.in-author .youtubevideoembeddedexperience,
.in-author .brightcoveembedexperience {
  padding-bottom: 12rem; }

[dir="rtl"] .productdetailcontainer {
  float: right; }
  [dir="rtl"] .productdetailcontainer__offset:nth-of-type(1) {
    left: auto;
    right: 0; }
  [dir="rtl"] .productdetailcontainer__offset:nth-of-type(2) {
    right: auto;
    left: 0; }
  [dir="rtl"] .productdetailcontainer__offset a > p {
    margin-left: auto;
    margin-right: 75px;
    text-align: right; }
  [dir="rtl"] .productdetailcontainer__main {
    float: right;
    margin-right: 150px;
    margin-left: 0; }
    @media (max-width: 767px) {
      [dir="rtl"] .productdetailcontainer__main {
        float: right; } }
    @media (max-width: 959px) {
      [dir="rtl"] .productdetailcontainer__main {
        margin-right: 0;
        margin-left: auto; } }
    @media (max-width: 479px) {
      [dir="rtl"] .productdetailcontainer__main > div.detail-container > div, [dir="rtl"] .productdetailcontainer__main > div.detail-container > header.productdetailcontainer__main__page-header {
        margin-left: auto;
        margin-right: 0; }
      [dir="rtl"] .productdetailcontainer__main > div.detail-container .productdetailcontainer__main__back-to-title-text {
        float: right;
        margin-right: 10px;
        margin-left: 0; }
        [dir="rtl"] .productdetailcontainer__main > div.detail-container .productdetailcontainer__main__back-to-title-text .arrow {
          float: right;
          margin-right: -30px;
          margin-left: 10px; }
        [dir="rtl"] .productdetailcontainer__main > div.detail-container .productdetailcontainer__main__back-to-title-text a {
          float: right; } }
    @media (min-width: 480px) and (max-width: 767px) {
      [dir="rtl"] .productdetailcontainer__main > div.detail-container {
        float: right; }
        [dir="rtl"] .productdetailcontainer__main > div.detail-container .productdetailcontainer__main__back-to-title-text .arrow {
          float: right;
          margin-right: -30px;
          margin-left: 18px; }
        [dir="rtl"] .productdetailcontainer__main > div.detail-container .productdetailcontainer__main__back-to-title-text a {
          float: right; }
        [dir="rtl"] .productdetailcontainer__main > div.detail-container > div, [dir="rtl"] .productdetailcontainer__main > div.detail-container > header.productdetailcontainer__main__page-header {
          margin-right: 8.3333%;
          margin-left: 0; } }
    [dir="rtl"] .productdetailcontainer__main__description__details {
      float: right; }
      [dir="rtl"] .productdetailcontainer__main__description__details > div {
        float: right; }
        @media (max-width: 767px) {
          [dir="rtl"] .productdetailcontainer__main__description__details > div {
            float: right; } }
    [dir="rtl"] .productdetailcontainer__main__description__indicators .phase-container .single-dash {
      float: right;
      margin-right: 2.5%;
      margin-left: 0; }
      [dir="rtl"] .productdetailcontainer__main__description__indicators .phase-container .single-dash:first-of-type {
        margin-right: 0; }
    [dir="rtl"] .productdetailcontainer__main__description__indicators .phase-container .phase-text {
      right: 0;
      left: auto; }
    [dir="rtl"] .productdetailcontainer__main__description__indicators .phase-container.approved .single-dash {
      margin: 0; }
    [dir="rtl"] .productdetailcontainer__main__description__indicators table thead tr th {
      text-align: right; }
    @media (max-width: 30em) {
      [dir="rtl"] .productdetailcontainer__main__description__indicators table tbody tr {
        float: right; } }
    @media (max-width: 767px) {
      [dir="rtl"] .productdetailcontainer__main__description__indicators table tbody tr {
        float: right; } }
    @media (min-width: 30em) {
      [dir="rtl"] .productdetailcontainer__main__description__indicators table tbody tr td {
        padding-right: 0;
        padding-left: 3rem; } }
    @media (max-width: 767px) {
      [dir="rtl"] .productdetailcontainer__main__description__indicators table tbody tr td {
        float: right; } }
    @media (min-width: 48em) {
      [dir="rtl"] .productdetailcontainer__main__description__indicators table tbody tr td {
        float: unset; } }
    @media (min-width: 80em) {
      [dir="rtl"] .productdetailcontainer__main__description__indicators table tbody tr td {
        padding-right: 0;
        padding-left: 3rem;
        float: unset; } }
    [dir="rtl"] .productdetailcontainer__main__description__indicators table tbody tr td:last-child {
      padding-left: 0; }

[dir="rtl"] .pipeline-list {
  float: right; }
  [dir="rtl"] .pipeline-list .pipeline-results-wrapper .focus-container {
    float: right; }
    @media (min-width: 48rem) {
      [dir="rtl"] .pipeline-list .pipeline-results-wrapper .focus-container h2 {
        padding-right: 2rem;
        padding-left: auto; } }
    @media (min-width: 80rem) {
      [dir="rtl"] .pipeline-list .pipeline-results-wrapper .focus-container h2 {
        padding-right: 2rem;
        padding-left: auto; } }
  [dir="rtl"] .pipeline-list .pipeline-results-wrapper .table__tr {
    float: right;
    margin-right: -4rem;
    margin-left: -2rem; }
  [dir="rtl"] .pipeline-list .pipeline-results-wrapper .th-potential-indication {
    padding-left: -8px;
    margin-right: 10px; }
  [dir="rtl"] .pipeline-list .pipeline-results-wrapper .no-results {
    float: right;
    padding-left: 0;
    padding-right: 1rem; }
    @media (min-width: 30em) {
      [dir="rtl"] .pipeline-list .pipeline-results-wrapper .no-results {
        padding-right: 2rem;
        padding-left: 0; } }
  [dir="rtl"] .pipeline-list .datatable-header .datatable-header__title {
    padding-right: 20px;
    padding-left: 0; }
    @media (min-width: 48em) {
      [dir="rtl"] .pipeline-list .datatable-header .datatable-header__title {
        float: right; } }
  @media (max-width: 767px) {
    [dir="rtl"] .pipeline-list .datatable-header .datatable-header__actions {
      float: right; } }
  @media (min-width: 48em) {
    [dir="rtl"] .pipeline-list .datatable-header .datatable-header__actions {
      float: left; }
      [dir="rtl"] .pipeline-list .datatable-header .datatable-header__actions__buttons {
        float: left; } }
  [dir="rtl"] .pipeline-list .datatable-header .datatable-header__actions__btn .icon {
    margin-right: 10px;
    margin-left: 0; }
  [dir="rtl"] .pipeline-list .datatable-header__search__clear {
    left: 0;
    right: auto; }
  @media (min-width: 48em) {
    [dir="rtl"] .pipeline-list .datatable-header__search {
      margin-left: 1rem;
      margin-right: 0; } }
  @media (max-width: 47.99em) {
    [dir="rtl"] .pipeline-list .datatable-header__search__toggle .icon {
      margin-right: 12px;
      margin-left: auto; } }
  [dir="rtl"] .pipeline-list .datatable-header__search.search-focused .datatable-header__search__toggle {
    left: auto;
    right: 0; }
  [dir="rtl"] .pipeline-list .datatable-header__sort {
    float: right; }
  [dir="rtl"] .pipeline-list .datatable-header__filter {
    float: left; }
  [dir="rtl"] .pipeline-list .datatable-header__sort {
    float: right; }
  [dir="rtl"] .pipeline-list .filter-set, [dir="rtl"] .pipeline-list .sorting-set {
    float: right; }
    [dir="rtl"] .pipeline-list .filter-set fieldset > label input, [dir="rtl"] .pipeline-list .sorting-set fieldset > label input {
      right: -9999px;
      left: auto; }
    [dir="rtl"] .pipeline-list .filter-set fieldset > label span, [dir="rtl"] .pipeline-list .sorting-set fieldset > label span {
      margin-right: 35px;
      margin-left: auto; }
      [dir="rtl"] .pipeline-list .filter-set fieldset > label span:before, [dir="rtl"] .pipeline-list .sorting-set fieldset > label span:before {
        right: 0;
        left: auto; }
      [dir="rtl"] .pipeline-list .filter-set fieldset > label span:after, [dir="rtl"] .pipeline-list .sorting-set fieldset > label span:after {
        right: 4px;
        left: auto; }
    [dir="rtl"] .pipeline-list .filter-set .sort-radio .control-text, [dir="rtl"] .pipeline-list .sorting-set .sort-radio .control-text {
      margin-left: 0;
      margin-right: 35px; }
    [dir="rtl"] .pipeline-list .filter-set input[type="radio"], [dir="rtl"] .pipeline-list .sorting-set input[type="radio"] {
      right: -9999px;
      left: auto;
      outline: none; }
    [dir="rtl"] .pipeline-list .filter-set input[type="radio"] + .control-text:before, [dir="rtl"] .pipeline-list .sorting-set input[type="radio"] + .control-text:before {
      right: 0;
      left: auto; }
    [dir="rtl"] .pipeline-list .filter-set input[type="radio"] + .control-text:after, [dir="rtl"] .pipeline-list .sorting-set input[type="radio"] + .control-text:after {
      right: 3px;
      left: auto; }
  [dir="rtl"] .pipeline-list #immunology-list {
    float: right; }
  [dir="rtl"] .pipeline-list .results-list {
    float: right; }
  [dir="rtl"] .pipeline-list .pipeline-results .datatable-results__section__title {
    padding-left: 0;
    padding-right: 25px; }
  [dir="rtl"] .pipeline-list .pipeline-results ul.results-list {
    float: right; }
    [dir="rtl"] .pipeline-list .pipeline-results ul.results-list > li {
      float: right; }
      @media (max-width: 600px) {
        [dir="rtl"] .pipeline-list .pipeline-results ul.results-list > li:first-of-type:before {
          right: auto;
          left: 0; } }
      @media (max-width: 767px) {
        [dir="rtl"] .pipeline-list .pipeline-results ul.results-list > li:first-of-type:before {
          left: auto;
          right: 0; } }
      @media (max-width: 600px) {
        [dir="rtl"] .pipeline-list .pipeline-results ul.results-list > li:after {
          right: auto;
          left: 0; } }
      @media (max-width: 767px) {
        [dir="rtl"] .pipeline-list .pipeline-results ul.results-list > li:after {
          left: auto;
          right: 0; } }
      [dir="rtl"] .pipeline-list .pipeline-results ul.results-list > li a {
        float: right;
        margin-right: -4rem;
        margin-left: -2rem; }
      [dir="rtl"] .pipeline-list .pipeline-results ul.results-list > li .arrow {
        padding-left: 2.2rem;
        padding-right: 0; }
      [dir="rtl"] .pipeline-list .pipeline-results ul.results-list > li .indication {
        padding-left: 1rem;
        padding-right: 0; }
      [dir="rtl"] .pipeline-list .pipeline-results ul.results-list > li .phase-container .single-dash {
        float: right;
        margin-right: 2.5%;
        margin-left: 0; }
        [dir="rtl"] .pipeline-list .pipeline-results ul.results-list > li .phase-container .single-dash:first-of-type {
          margin-right: 0; }
      [dir="rtl"] .pipeline-list .pipeline-results ul.results-list > li .phase-container .phase-text {
        right: 0;
        left: auto; }
      [dir="rtl"] .pipeline-list .pipeline-results ul.results-list > li .phase-container.approved .single-dash {
        margin: 0; }
      [dir="rtl"] .pipeline-list .pipeline-results ul.results-list > li .grouped > div {
        float: right; }
      [dir="rtl"] .pipeline-list .pipeline-results ul.results-list > li .grouped .wrapped-phase {
        float: right; }
  [dir="rtl"] .pipeline-list .table {
    float: right; }
  [dir="rtl"] .pipeline-list .table__tr {
    float: right; }
  [dir="rtl"] .pipeline-list .table__td,
  [dir="rtl"] .pipeline-list .table__th {
    float: right; }
  @media (min-width: 48em) {
    [dir="rtl"] .pipeline-list .table__td:last-child,
    [dir="rtl"] .pipeline-list .table__th:last-child {
      padding-left: 2rem;
      padding-right: 0; } }
  [dir="rtl"] .pipeline-list .table__thead {
    float: right; }
  [dir="rtl"] .pipeline-list .table__tbody {
    float: right; }
  [dir="rtl"] .pipeline-list .tablesort .sort-indicator {
    margin-right: 8px;
    margin-left: auto; }
    @media (max-width: 810px) {
      [dir="rtl"] .pipeline-list .tablesort .sort-indicator {
        margin-right: 1px;
        margin-left: auto; } }
  [dir="rtl"] .pipeline-list .tablesort .sort-indicator .sort-icon {
    left: auto;
    right: 0; }
  [dir="rtl"] .pipeline-list .mobile-search {
    float: right; }
    [dir="rtl"] .pipeline-list .mobile-search .datatable-header__search__toggle.active {
      text-align: right; }
    [dir="rtl"] .pipeline-list .mobile-search .datatable-header__search__toggle .icon-search.active {
      float: right;
      margin-right: -10px;
      margin-left: 10px; }
    [dir="rtl"] .pipeline-list .mobile-search .datatable-header__search__toggle .icon-close.active {
      float: left; }
    [dir="rtl"] .pipeline-list .mobile-search .mobile-search-input {
      right: 0;
      left: auto; }
      [dir="rtl"] .pipeline-list .mobile-search .mobile-search-input .input-wrapper input {
        padding-right: 60px;
        padding-left: 0; }
      [dir="rtl"] .pipeline-list .mobile-search .mobile-search-input .input-wrapper .datatable-header__search__toggle {
        right: 10px;
        left: auto; }

[dir="rtl"] .pipeline-list .table-wrap.pineline-results {
  padding-right: 2rem;
  padding-left: 0; }
  @media (max-width: 767px) {
    [dir="rtl"] .pipeline-list .table-wrap.pineline-results {
      padding-right: 0; } }

@media (min-width: 480px) {
  [dir="rtl"] .sitemap {
    right: 8.33333%;
    left: auto; } }

@media (min-width: 768px) {
  [dir="rtl"] .sitemap {
    right: 26.66667%; } }

[dir="rtl"] .sitemap nav > ul {
  padding-right: 0; }

[dir="rtl"] .clinical-trials-table .control-form .control-header-left {
  float: right; }

[dir="rtl"] .clinical-trials-table .control-form .control-header-right {
  float: left; }
  @media (max-width: 767px) {
    [dir="rtl"] .clinical-trials-table .control-form .control-header-right {
      right: 0;
      left: auto; } }

[dir="rtl"] .clinical-trials-table .control-form .control-header-search {
  float: right;
  margin-right: auto;
  margin-left: 1rem; }
  [dir="rtl"] .clinical-trials-table .control-form .control-header-search.search-active .search-toggle {
    -webkit-transform: translate(267px, 0px);
            transform: translate(267px, 0px); }
  [dir="rtl"] .clinical-trials-table .control-form .control-header-search button {
    right: auto;
    left: 0; }
  [dir="rtl"] .clinical-trials-table .control-form .control-header-search-mb .clinical-search-close-btn {
    right: auto;
    left: 10px; }
  [dir="rtl"] .clinical-trials-table .control-form .control-header-search-mb.hasValue .search-toggle {
    left: auto;
    right: 25px; }

[dir="rtl"] .clinical-trials-table .control-form .control-header-filter {
  float: right; }
  [dir="rtl"] .clinical-trials-table .control-form .control-header-filter-button svg {
    margin-left: auto;
    margin-right: 10px; }

[dir="rtl"] .clinical-trials-table .control-form .control-header-sorting-mb {
  float: right; }
  [dir="rtl"] .clinical-trials-table .control-form .control-header-sorting-mb-button svg {
    margin-left: auto;
    margin-right: 10px; }
  @media (min-width: 1024px) {
    [dir="rtl"] .clinical-trials-table .control-form .control-header-sorting-mb {
      display: none; } }

[dir="rtl"] .clinical-trials-table .control-form .control-facets {
  float: right; }
  [dir="rtl"] .clinical-trials-table .control-form .control-facets .phase-facets {
    float: right; }
    [dir="rtl"] .clinical-trials-table .control-form .control-facets .phase-facets label input {
      left: auto;
      right: -9999px; }
    [dir="rtl"] .clinical-trials-table .control-form .control-facets .phase-facets label span:before {
      right: 0;
      left: 0; }
    [dir="rtl"] .clinical-trials-table .control-form .control-facets .phase-facets label span:after {
      left: auto;
      right: 4px; }
  [dir="rtl"] .clinical-trials-table .control-form .control-facets .study-indication-facets {
    float: right; }
    [dir="rtl"] .clinical-trials-table .control-form .control-facets .study-indication-facets label input {
      left: auto;
      right: -9999px; }
    [dir="rtl"] .clinical-trials-table .control-form .control-facets .study-indication-facets label span {
      margin-left: auto;
      margin-right: 35px; }
      [dir="rtl"] .clinical-trials-table .control-form .control-facets .study-indication-facets label span:before {
        right: 0;
        left: 0; }
      [dir="rtl"] .clinical-trials-table .control-form .control-facets .study-indication-facets label span:after {
        left: auto;
        right: 4px; }
  [dir="rtl"] .clinical-trials-table .control-form .control-facets .reset-filter-button {
    right: auto;
    left: 20px; }
    @media (max-width: 767px) {
      [dir="rtl"] .clinical-trials-table .control-form .control-facets .reset-filter-button {
        right: 1%;
        left: auto; } }

[dir="rtl"] .clinical-trials-table .control-form .sort-tab-mb-container ul li label input {
  left: auto;
  right: -9999px; }

[dir="rtl"] .clinical-trials-table .control-form .sort-tab-mb-container ul li label span {
  margin-left: auto;
  margin-right: 35px; }
  [dir="rtl"] .clinical-trials-table .control-form .sort-tab-mb-container ul li label span:before {
    right: 0;
    left: auto; }
  [dir="rtl"] .clinical-trials-table .control-form .sort-tab-mb-container ul li label span:after {
    left: auto;
    right: 3px; }

[dir="rtl"] .clinical-trials-table .clinical-mobile-search .clinical-search-close-btn {
  right: auto;
  left: 0; }

[dir="rtl"] .clinical-trials-table .backdrop {
  right: 0;
  left: auto; }

[dir="rtl"] .clinical-trials-table .clinical-table-section td {
  width: 2%;
  padding-left: 3rem;
  padding-right: 0; }
  [dir="rtl"] .clinical-trials-table .clinical-table-section td:first-child svg {
    margin-left: auto;
    margin-right: 10px; }

[dir="rtl"] .clinical-trials-table .clinical-table-section .sort-indicator {
  margin-left: auto;
  margin-right: 8px; }

[dir="rtl"] .clinical-trials-table .clinical-table-section .sort-up {
  right: 0;
  left: auto; }

[dir="rtl"] .clinical-trials-table .clinical-table-section .sort-down {
  right: 0;
  left: auto; }

[dir="rtl"] .clinical-trials-table .clinical-table-section .pagination-controls button.previous-page {
  float: right; }

[dir="rtl"] .clinical-trials-table .clinical-table-section .pagination-controls button.next-page {
  float: left; }

@media only screen and (max-width: 760px) {
  [dir="rtl"] .clinical-trials-table {
    /* Hide table headers (but not display: none;, for accessibility) */ }
    [dir="rtl"] .clinical-trials-table thead tr {
      left: auto;
      right: -9999px; }
    [dir="rtl"] .clinical-trials-table td {
      padding-left: 0;
      padding-right: 50%; } }

[dir="rtl"] .search-results .above-search {
  float: right; }

@media (max-width: 767px) {
  [dir="rtl"] .search-results .search-input-wrapper .search-form .clear-input {
    left: 9px;
    right: auto; } }

[dir="rtl"] .search-results .search-input-wrapper .search-form input {
  top: -14px; }
  @media (max-width: 767px) {
    [dir="rtl"] .search-results .search-input-wrapper .search-form input {
      padding-right: 40px !important; } }
  [dir="rtl"] .search-results .search-input-wrapper .search-form input::-moz-placeholder {
    text-align: right; }
  [dir="rtl"] .search-results .search-input-wrapper .search-form input:-ms-input-placeholder, [dir="rtl"] .search-results .search-input-wrapper .search-form input::-webkit-input-placeholder {
    text-align: right; }
  [dir="rtl"] .search-results .search-input-wrapper .search-form input::-webkit-input-placeholder {
    text-align: right; }
  [dir="rtl"] .search-results .search-input-wrapper .search-form input::-moz-placeholder {
    text-align: right; }
  [dir="rtl"] .search-results .search-input-wrapper .search-form input::-ms-input-placeholder {
    text-align: right; }
  [dir="rtl"] .search-results .search-input-wrapper .search-form input::placeholder {
    text-align: right; }

[dir="rtl"] .search-results .search-results-total {
  float: right; }

[dir="rtl"] .search-results .dropdown {
  float: left;
  text-align: left; }
  [dir="rtl"] .search-results .dropdown .btn {
    margin-right: 1rem; }

[dir="rtl"] .search-results .search-results-container {
  float: right; }
  @media (max-width: 767px) {
    [dir="rtl"] .search-results .search-results-container {
      padding-left: 4px; } }

[dir="rtl"] .search-results .pagination-container {
  float: right; }
  [dir="rtl"] .search-results .pagination-container ul li {
    margin-left: 8px;
    margin-right: auto; }

[dir="rtl"] .search-results .no-results {
  float: right; }

@media (min-width: 48em) {
  [dir="rtl"] .related-links {
    float: right; } }

[dir="rtl"] .related-links > div {
  float: right; }

[dir="rtl"] .related-links .relatedlink .related-link__icon {
  -webkit-transform: translateX(0) rotate(180deg);
          transform: translateX(0) rotate(180deg); }

[dir="rtl"] .related-links .relatedlink .related-link__title {
  padding-left: 20px;
  margin-left: -10px;
  padding-right: 0;
  margin-right: 0; }

[dir="rtl"] .related-links .relatedlink .related-link > a:hover .icon {
  -webkit-transform: translateX(-10px) rotate(180deg);
          transform: translateX(-10px) rotate(180deg); }

[dir="rtl"] .related-links .relatedlink .related-link > a:before {
  right: 0;
  left: auto; }

[dir="rtl"] .relatedlinksexperience {
  float: right; }

[dir="rtl"] .contactus, [dir="rtl"] .inquiryform, [dir="rtl"] .privacyinquiryform, [dir="rtl"] .accesscodelogin {
  float: right; }

[dir="rtl"] .form-contactus input:focus ~ .floating-label,
[dir="rtl"] .form-contactus input:not(:focus):valid ~ .floating-label,
[dir="rtl"] .form-contactus input:focus ~ .formField__label,
[dir="rtl"] .form-contactus input:not(:focus):valid ~ .formField__label,
[dir="rtl"] .form-contactus input[data-required="false"]:focus ~ .formField__label,
[dir="rtl"] .form-contactus input:not(:focus):valid ~ .formField__label,
[dir="rtl"] .form-contactus input.edited ~ .formField__label,
[dir="rtl"] .form-contactus input.edited[data-required="false"] ~ .formField__label,
[dir="rtl"] .form-contactus input.edited[data-required="false"]:not(:focus):valid ~ .formField__label,
[dir="rtl"] .form-contactus select.edited ~ .formField__label,
[dir="rtl"] .form-contactus .has-error .formField__label, [dir="rtl"] .form-accesscodelogin input:focus ~ .floating-label,
[dir="rtl"] .form-accesscodelogin input:not(:focus):valid ~ .floating-label,
[dir="rtl"] .form-accesscodelogin input:focus ~ .formField__label,
[dir="rtl"] .form-accesscodelogin input:not(:focus):valid ~ .formField__label,
[dir="rtl"] .form-accesscodelogin input[data-required="false"]:focus ~ .formField__label,
[dir="rtl"] .form-accesscodelogin input:not(:focus):valid ~ .formField__label,
[dir="rtl"] .form-accesscodelogin input.edited ~ .formField__label,
[dir="rtl"] .form-accesscodelogin input.edited[data-required="false"] ~ .formField__label,
[dir="rtl"] .form-accesscodelogin input.edited[data-required="false"]:not(:focus):valid ~ .formField__label,
[dir="rtl"] .form-accesscodelogin select.edited ~ .formField__label,
[dir="rtl"] .form-accesscodelogin .has-error .formField__label {
  right: 0;
  left: auto; }

[dir="rtl"] .form-contactus .floating-label,
[dir="rtl"] .form-contactus .formField__label,
[dir="rtl"] .form-contactus input[data-required="false"] ~ .formField__label,
[dir="rtl"] .form-contactus input[data-required="false"]:not(:focus):valid ~ .formField__label, [dir="rtl"] .form-accesscodelogin .floating-label,
[dir="rtl"] .form-accesscodelogin .formField__label,
[dir="rtl"] .form-accesscodelogin input[data-required="false"] ~ .formField__label,
[dir="rtl"] .form-accesscodelogin input[data-required="false"]:not(:focus):valid ~ .formField__label {
  right: 0;
  left: auto; }

[dir="rtl"] .form-contactus .has-error input, [dir="rtl"] .form-accesscodelogin .has-error input {
  background-position: left center !important; }

[dir="rtl"] .form-contactus input.valid-check-mark, [dir="rtl"] .form-accesscodelogin input.valid-check-mark {
  background-position: right center !important; }

[dir="rtl"] .form-contactus .formField__required, [dir="rtl"] .form-accesscodelogin .formField__required {
  left: 0;
  right: auto; }

[dir="rtl"] .form-contactus .formField--dropdown select, [dir="rtl"] .form-accesscodelogin .formField--dropdown select {
  background-position: left center; }

@media (max-width: 47.99em) {
  [dir="rtl"] .form-contactus .formField--checkbox .formField__required, [dir="rtl"] .form-accesscodelogin .formField--checkbox .formField__required {
    padding-left: 0 !important;
    padding-right: 35px !important; } }

[dir="rtl"] .form-contactus .formField--checkbox.formField--error label.error, [dir="rtl"] .form-accesscodelogin .formField--checkbox.formField--error label.error {
  right: 0 !important;
  left: auto !important; }

[dir="rtl"] .form-contactus .formField--checkbox .formField__label, [dir="rtl"] .form-accesscodelogin .formField--checkbox .formField__label {
  padding-left: 0;
  padding-right: 35px;
  background-position: right top; }

[dir="rtl"] .form-contactus .formField--textarea .formField__required, [dir="rtl"] .form-accesscodelogin .formField--textarea .formField__required {
  left: 0;
  right: auto; }

[dir="rtl"] .form-contactus .formField-checkbox, [dir="rtl"] .form-accesscodelogin .formField-checkbox {
  float: right;
  margin-right: auto;
  margin-left: 25px; }
  [dir="rtl"] .form-contactus .formField-checkbox label, [dir="rtl"] .form-accesscodelogin .formField-checkbox label {
    left: auto;
    right: 0; }
    [dir="rtl"] .form-contactus .formField-checkbox label:after, [dir="rtl"] .form-accesscodelogin .formField-checkbox label:after {
      left: auto;
      right: 4px; }

[dir="rtl"] .form-contactus .formSection > label[for="agree"], [dir="rtl"] .form-accesscodelogin .formSection > label[for="agree"] {
  float: right; }

[dir="rtl"] .form-contactus .formField-checkbox-label, [dir="rtl"] .form-accesscodelogin .formField-checkbox-label {
  float: right; }

[dir="rtl"] .form-contactus .required-text, [dir="rtl"] .form-accesscodelogin .required-text {
  padding-left: 0;
  padding-right: 12px; }

[dir="rtl"] .form-contactus .privacy-error, [dir="rtl"] .form-accesscodelogin .privacy-error {
  float: right; }

@media (min-width: 480px) {
  [dir="rtl"] .form-contactus {
    margin-left: 0;
    margin-right: 16.66667%; } }

@media (min-width: 768px) {
  [dir="rtl"] .form-contactus {
    margin-left: 0;
    margin-right: 25%; } }

[dir="rtl"] .imagegallerycarousel:after {
  float: right; }

@media (max-width: 767px) {
  [dir="rtl"] .imagegallerycarousel .image-gallery-container {
    margin-right: 0;
    margin-left: auto; } }

@media (min-width: 768px) and (max-width: 1023px) {
  [dir="rtl"] .imagegallerycarousel .image-gallery-container {
    margin-left: auto;
    margin-right: 16.66667%; } }

@media (min-width: 1024px) {
  [dir="rtl"] .imagegallerycarousel .image-gallery-container .hidden-xs:nth-of-type(2) {
    margin-left: auto;
    margin-right: 16.66667%; } }

[dir="rtl"] .imagegallerycarousel .gallery-mobile-only {
  float: right; }
  [dir="rtl"] .imagegallerycarousel .gallery-mobile-only .gallery-mobile-button {
    float: right; }
    [dir="rtl"] .imagegallerycarousel .gallery-mobile-only .gallery-mobile-button .gallery-mobile-icon {
      left: auto;
      right: 6.5%; }
    [dir="rtl"] .imagegallerycarousel .gallery-mobile-only .gallery-mobile-button .gallery-mobile-label {
      text-align: right; }
      [dir="rtl"] .imagegallerycarousel .gallery-mobile-only .gallery-mobile-button .gallery-mobile-label .icon {
        margin-left: auto;
        margin-right: 3px; }

[dir="rtl"] .imagegallerycarousel .gallery-panel-wrap .gallery-panel-content {
  padding-right: 0;
  padding-left: 200px; }
  @media (max-width: 767px) {
    [dir="rtl"] .imagegallerycarousel .gallery-panel-wrap .gallery-panel-content {
      padding-right: 0;
      padding-left: 20px; } }

[dir="rtl"] .imagegallerycarousel .gallery-panel-wrap .gallery-panel-actions {
  left: 0;
  right: auto; }
  @media (max-width: 767px) {
    [dir="rtl"] .imagegallerycarousel .gallery-panel-wrap .gallery-panel-actions {
      left: 20px;
      right: auto;
      padding-left: 0;
      padding-right: 20px; } }
  @media (max-width: 767px) {
    [dir="rtl"] .imagegallerycarousel .gallery-panel-wrap .gallery-panel-actions .gallery-panel-counter {
      float: right; } }
  [dir="rtl"] .imagegallerycarousel .gallery-panel-wrap .gallery-panel-actions .gallery-buttons {
    float: left; }
    [dir="rtl"] .imagegallerycarousel .gallery-panel-wrap .gallery-panel-actions .gallery-buttons .gallery-btn-arrow .gallery-btn .icon-prev {
      right: -1px;
      left: auto; }
    [dir="rtl"] .imagegallerycarousel .gallery-panel-wrap .gallery-panel-actions .gallery-buttons .gallery-btn-arrow .gallery-btn .icon-next {
      left: auto;
      right: 1px; }

@media (min-width: 1024px) {
  [dir="rtl"] .imagegallerycarousel .carousel {
    left: auto;
    right: 16.66667%; } }

[dir="rtl"] .imagegallerycarousel .carousel .carousel-inner .item .imagegallerycarouselslide {
  float: right; }
  [dir="rtl"] .imagegallerycarousel .carousel .carousel-inner .item .imagegallerycarouselslide > div {
    float: right; }
  [dir="rtl"] .imagegallerycarousel .carousel .carousel-inner .item .imagegallerycarouselslide .image {
    float: right; }

[dir="rtl"] .search-input-wrapper .search-form .input-icon {
  right: 0;
  left: auto; }

[dir="rtl"] .search-input-wrapper .search-form input {
  padding-right: 50px !important;
  padding-left: 10px !important; }

[dir="rtl"] .search-input-wrapper .search-form .clear-input {
  left: 10px;
  right: auto; }

[dir="rtl"] div.twocolumncontentrowexperience {
  float: right; }
  [dir="rtl"] div.twocolumncontentrowexperience .content.container .row .col-sm-6 {
    float: right; }
    @media (min-width: 750px) {
      [dir="rtl"] div.twocolumncontentrowexperience .content.container .row .col-sm-6 {
        padding-right: 60px;
        padding-left: 0; } }
    @media (min-width: 750px) {
      [dir="rtl"] div.twocolumncontentrowexperience .content.container .row .col-sm-6 .parsys {
        text-align: left; } }
  @media (min-width: 750px) and (min-width: 750px) {
    [dir="rtl"] div.twocolumncontentrowexperience .content.container .row .col-sm-6 .parsys {
      padding-right: 0;
      padding-left: 40px; } }
  @media (min-width: 750px) and (min-width: 48em) {
    [dir="rtl"] div.twocolumncontentrowexperience .content.container .row .col-sm-6 .parsys {
      padding-right: 0;
      padding-left: 60px; } }
  @media (min-width: 750px) and (min-width: 64em) {
    [dir="rtl"] div.twocolumncontentrowexperience .content.container .row .col-sm-6 .parsys {
      padding-right: 0;
      padding-left: 80px; } }
  @media (min-width: 750px) and (min-width: 80em) {
    [dir="rtl"] div.twocolumncontentrowexperience .content.container .row .col-sm-6 .parsys {
      padding-right: 0;
      padding-left: 100px; } }
  @media (min-width: 750px) and (min-width: 80em) {
    [dir="rtl"] div.twocolumncontentrowexperience .content.container .row .col-sm-6 .parsys {
      padding-right: 0;
      padding-left: 140px; } }
    [dir="rtl"] div.twocolumncontentrowexperience .content.container .row .col-sm-6 .parsys .text, [dir="rtl"] div.twocolumncontentrowexperience .content.container .row .col-sm-6 .parsys .plaintext {
      margin-right: 0%;
      margin-left: auto; }
  @media (min-width: 750px) {
    [dir="rtl"] div.twocolumncontentrowexperience .content.container .row .col-sm-6 .parsys {
      text-align: right;
      padding-left: 20px;
      padding-right: 0; } }
  @media (min-width: 750px) and (min-width: 750px) {
    [dir="rtl"] div.twocolumncontentrowexperience .content.container .row .col-sm-6 .parsys {
      padding-right: 40px; } }
  @media (min-width: 750px) and (max-width: 767px) {
    [dir="rtl"] div.twocolumncontentrowexperience .content.container .row .col-sm-6 .parsys {
      text-align: right; } }
  @media (min-width: 750px) and (min-width: 48em) {
    [dir="rtl"] div.twocolumncontentrowexperience .content.container .row .col-sm-6 .parsys {
      padding-right: 60px; } }
  @media (min-width: 750px) and (min-width: 64em) {
    [dir="rtl"] div.twocolumncontentrowexperience .content.container .row .col-sm-6 .parsys {
      padding-right: 80px; } }
  @media (min-width: 750px) and (min-width: 80em) {
    [dir="rtl"] div.twocolumncontentrowexperience .content.container .row .col-sm-6 .parsys {
      padding-right: 100px; } }
  @media (min-width: 750px) and (min-width: 80em) {
    [dir="rtl"] div.twocolumncontentrowexperience .content.container .row .col-sm-6 .parsys {
      padding-right: 90px; } }
  @media (min-width: 750px) and (min-width: 85em) {
    [dir="rtl"] div.twocolumncontentrowexperience .content.container .row .col-sm-6 .parsys {
      padding-right: 140px; } }
  [dir="rtl"] div.twocolumncontentrowexperience .content.container .row .col-sm-6.pull-right .parsys {
    text-align: left;
    padding-left: 90px;
    padding-right: 0; }
    @media (min-width: 80em) {
      [dir="rtl"] div.twocolumncontentrowexperience .content.container .row .col-sm-6.pull-right .parsys {
        margin-left: 0;
        margin-right: -80px;
        padding-right: 0; } }
    @media (max-width: 767px) {
      [dir="rtl"] div.twocolumncontentrowexperience .content.container .row .col-sm-6.pull-right .parsys {
        text-align: right; } }
  @media (max-width: 750px) {
    [dir="rtl"] div.twocolumncontentrowexperience .content.container .row .col-sm-6 .parsys {
      text-align: right; } }
  [dir="rtl"] div.twocolumncontentrowexperience .content.container .row .col-sm-6.image-column {
    padding-left: 0;
    padding-right: 0; }
    [dir="rtl"] div.twocolumncontentrowexperience .content.container .row .col-sm-6.image-column.pull-right {
      left: 0;
      right: auto; }
    [dir="rtl"] div.twocolumncontentrowexperience .content.container .row .col-sm-6.image-column.pull-left {
      right: 0;
      left: auto; }
  [dir="rtl"] div.twocolumncontentrowexperience .content.container .row .col-sm-6.content-container {
    display: table; }
    @media (max-width: 767px) {
      [dir="rtl"] div.twocolumncontentrowexperience .content.container .row .col-sm-6.content-container .parsys {
        padding-right: 0; }
      [dir="rtl"] div.twocolumncontentrowexperience .content.container .row .col-sm-6.content-container .content-inner {
        padding-right: 8rem;
        padding-left: 10rem; } }
    @media (max-width: 479px) {
      [dir="rtl"] div.twocolumncontentrowexperience .content.container .row .col-sm-6.content-container .parsys {
        padding-left: 30px;
        padding-right: 20px; } }

[dir="rtl"] .in-author div.twocolumncontentrowexperience .content.container .row .content-container {
  float: right; }

.modal-backdrop {
  display: none !important; }

.brightcoveembedexperience:before,
.brightcovevideorowexperience:before {
  clear: both;
  display: table;
  content: ''; }

.videorowexperience,
.brightcovevideorowexperience {
  position: relative;
  font-family: "Roboto Regular", Helvetica, Arial, sans-serif;
  z-index: 2;
  overflow: hidden;
  display: block;
  min-height: 400px;
  -webkit-font-smoothing: antialiased;
  float: left;
  width: 100%;
  background-color: #fff; }
  @media (min-width: 48em) {
    .videorowexperience,
    .brightcovevideorowexperience {
      min-height: 800px;
      height: 90vh;
      max-height: 1400px; } }
  .videorowexperience__container,
  .brightcovevideorowexperience__container {
    width: 100%;
    height: 100%; }
    @media (min-width: 48em) {
      .videorowexperience__container,
      .brightcovevideorowexperience__container {
        height: 100%; } }
    .videorowexperience__container .imagecomponent,
    .brightcovevideorowexperience__container .imagecomponent {
      min-height: 500px;
      position: relative;
      height: 100%; }
      .videorowexperience__container .imagecomponent > div,
      .brightcovevideorowexperience__container .imagecomponent > div {
        background: #2d2926;
        padding-bottom: 0;
        position: relative;
        overflow: hidden;
        height: 100%;
        min-height: 500px; }
        .videorowexperience__container .imagecomponent > div > .image-container,
        .brightcovevideorowexperience__container .imagecomponent > div > .image-container {
          background-color: #f1f1f1;
          position: absolute;
          top: 0;
          left: 0;
          z-index: 1;
          width: 100%;
          height: 100%;
          opacity: 1;
          -webkit-transition: opacity 1s ease;
          transition: opacity 1s ease;
          pointer-events: inherit; }
          @media (min-width: 48em) {
            .videorowexperience__container .imagecomponent > div > .image-container,
            .brightcovevideorowexperience__container .imagecomponent > div > .image-container {
              height: auto;
              top: -1px;
              bottom: -1px; } }
          .videorowexperience__container .imagecomponent > div > .image-container img,
          .brightcovevideorowexperience__container .imagecomponent > div > .image-container img {
            -o-object-fit: cover;
               object-fit: cover;
            -o-object-position: 50% 50%;
               object-position: 50% 50%;
            display: block;
            position: absolute;
            top: 50%;
            left: 50%;
            width: 100%;
            height: 100%;
            z-index: 1;
            -webkit-transform: translate(-50%, -50%);
                    transform: translate(-50%, -50%);
            min-width: 100%;
            min-height: 100%; }
    .videorowexperience__container__background-mask,
    .brightcovevideorowexperience__container__background-mask {
      background-color: #2d2926;
      position: absolute;
      z-index: 1;
      opacity: .6;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
    .videorowexperience__container__content,
    .brightcovevideorowexperience__container__content {
      margin-right: auto;
      margin-left: auto;
      padding-left: 20px;
      padding-right: 20px;
      max-width: 1310px;
      width: auto;
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      z-index: 3; }
      @media (max-width: 767px) {
        .videorowexperience__container__content,
        .brightcovevideorowexperience__container__content {
          padding-top: 42px; } }
      .videorowexperience__container__content .videorowexperience__container__overlay,
      .brightcovevideorowexperience__container__content .videorowexperience__container__overlay {
        text-align: center;
        margin-left: 12.5%;
        width: 75%;
        position: relative;
        height: 100%; }
        @media (max-width: 767px) {
          .videorowexperience__container__content .videorowexperience__container__overlay,
          .brightcovevideorowexperience__container__content .videorowexperience__container__overlay {
            width: 100%;
            padding: 0 20px;
            margin-left: 0; } }
        @media (min-width: 48em) {
          .videorowexperience__container__content .videorowexperience__container__overlay,
          .brightcovevideorowexperience__container__content .videorowexperience__container__overlay {
            margin-left: 25%;
            width: 50%; } }
        .videorowexperience__container__content .videorowexperience__container__overlay h2,
        .brightcovevideorowexperience__container__content .videorowexperience__container__overlay h2 {
          color: white;
          margin-top: 0px;
          font-size: 34px;
          font-size: 3.4rem;
          line-height: 1.17647;
          position: absolute;
          bottom: 65%;
          left: 0;
          width: 100%; }
          @media (min-width: 30em) {
            .videorowexperience__container__content .videorowexperience__container__overlay h2,
            .brightcovevideorowexperience__container__content .videorowexperience__container__overlay h2 {
              font-size: 42px;
              font-size: 4.2rem;
              line-height: 1.2381;
              bottom: 60%; } }
          @media (min-width: 48em) {
            .videorowexperience__container__content .videorowexperience__container__overlay h2,
            .brightcovevideorowexperience__container__content .videorowexperience__container__overlay h2 {
              margin-bottom: 11rem;
              bottom: 50%; } }
          @media (min-width: 80em) {
            .videorowexperience__container__content .videorowexperience__container__overlay h2,
            .brightcovevideorowexperience__container__content .videorowexperience__container__overlay h2 {
              font-size: 5rem;
              line-height: 1.3;
              bottom: 50%; } }
        .videorowexperience__container__content .videorowexperience__container__overlay .text-content,
        .brightcovevideorowexperience__container__content .videorowexperience__container__overlay .text-content {
          font-family: "Roboto Light", Helvetica, Arial, sans-serif;
          font-weight: 300; }
      .videorowexperience__container__content .actions .btn-play,
      .brightcovevideorowexperience__container__content .actions .btn-play {
        position: absolute;
        top: 50%;
        left: 50%;
        z-index: 4;
        -webkit-transform: translateY(-50%) translateX(-50%);
                transform: translateY(-50%) translateX(-50%);
        cursor: pointer;
        background: #ffffff;
        width: 120px;
        height: 120px;
        opacity: 0.5;
        -webkit-transition: opacity 0.3s ease, background-color 0.3s ease;
        transition: opacity 0.3s ease, background-color 0.3s ease;
        border: none; }
        .videorowexperience__container__content .actions .btn-play:hover,
        .brightcovevideorowexperience__container__content .actions .btn-play:hover {
          opacity: 0.75; }
        .videorowexperience__container__content .actions .btn-play:before,
        .brightcovevideorowexperience__container__content .actions .btn-play:before {
          content: '';
          display: block;
          position: absolute;
          top: 50%;
          left: 50%;
          z-index: 2;
          width: 0;
          height: 0;
          -webkit-transform: translateY(-50%) translateX(-11px);
                  transform: translateY(-50%) translateX(-11px);
          opacity: 0.5;
          -webkit-transition: opacity 1s ease;
          transition: opacity 1s ease;
          pointer-events: inherit;
          border: solid transparent;
          border-color: rgba(213, 17, 17, 0);
          border-left-color: #000000;
          border-width: 22px;
          border-left-width: 34px; }
        .videorowexperience__container__content .actions .btn-play .sr-only,
        .brightcovevideorowexperience__container__content .actions .btn-play .sr-only {
          content: '';
          display: block;
          position: absolute;
          top: 50%;
          left: 50%;
          z-index: 2;
          width: 50px;
          height: 50px;
          -webkit-transform: translateY(-50%) translateX(-50%);
                  transform: translateY(-50%) translateX(-50%);
          background-size: contain;
          opacity: 0;
          -webkit-transition: opacity 0.3s ease;
          transition: opacity 0.3s ease;
          pointer-events: none; }
      .videorowexperience__container__content .modal,
      .brightcovevideorowexperience__container__content .modal {
        z-index: 5000;
        background-color: rgba(0, 0, 0, 0.8);
        left: -1px;
        right: -1px;
        top: -1px;
        bottom: -1px; }
        .videorowexperience__container__content .modal .modal-dialog,
        .brightcovevideorowexperience__container__content .modal .modal-dialog {
          -webkit-transform: translate(-50%, -50%);
                  transform: translate(-50%, -50%);
          margin: 0;
          width: 100% !important;
          max-width: 960px;
          position: absolute;
          top: 50%;
          left: 50%; }
          @media (min-width: 480px) {
            .videorowexperience__container__content .modal .modal-dialog,
            .brightcovevideorowexperience__container__content .modal .modal-dialog {
              width: 600px;
              margin: 30px auto; } }
          .videorowexperience__container__content .modal .modal-dialog .modal-content,
          .brightcovevideorowexperience__container__content .modal .modal-dialog .modal-content {
            background: none;
            border: none;
            border-radius: 0;
            -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
                    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
            position: relative;
            background-color: black;
            border: 1px solid #999;
            border: 1px solid rgba(0, 0, 0, 0.2);
            border-radius: 6px;
            -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
                    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
            background-clip: padding-box;
            outline: 0;
            margin-left: -1px; }
            @media (min-width: 480px) {
              .videorowexperience__container__content .modal .modal-dialog .modal-content,
              .brightcovevideorowexperience__container__content .modal .modal-dialog .modal-content {
                -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
                        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5); } }
            .videorowexperience__container__content .modal .modal-dialog .modal-content .modal-body,
            .brightcovevideorowexperience__container__content .modal .modal-dialog .modal-content .modal-body {
              padding: 0; }
        .videorowexperience__container__content .modal .close,
        .brightcovevideorowexperience__container__content .modal .close {
          position: absolute;
          right: 10px;
          top: -45px;
          z-index: 5001;
          display: inline-block;
          line-height: 1;
          opacity: 1; }
          .videorowexperience__container__content .modal .close > span,
          .brightcovevideorowexperience__container__content .modal .close > span {
            font-size: 50px;
            text-shadow: none;
            color: #fff; }
      .videorowexperience__container__content .video-wrapper,
      .brightcovevideorowexperience__container__content .video-wrapper {
        position: relative;
        padding-bottom: 56.25%;
        /* 16:9 */
        padding-top: 25px;
        height: 0;
        z-index: 5000; }
        .videorowexperience__container__content .video-wrapper > iframe,
        .brightcovevideorowexperience__container__content .video-wrapper > iframe {
          width: 100%;
          height: 100%;
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%; }
      .videorowexperience__container__content .text-content,
      .brightcovevideorowexperience__container__content .text-content {
        margin-top: 50px;
        font-size: 16px;
        font-size: 1.6rem;
        line-height: 1.5;
        color: white;
        position: absolute;
        top: 60%;
        left: 0;
        width: 100%; }
        @media (min-width: 30em) {
          .videorowexperience__container__content .text-content,
          .brightcovevideorowexperience__container__content .text-content {
            font-size: 18px;
            font-size: 1.8rem;
            line-height: 1.66667;
            top: 55%; } }
        @media (min-width: 48rem) {
          .videorowexperience__container__content .text-content,
          .brightcovevideorowexperience__container__content .text-content {
            top: 50%; } }
        @media (min-width: 80em) {
          .videorowexperience__container__content .text-content,
          .brightcovevideorowexperience__container__content .text-content {
            font-size: 20px;
            font-size: 2rem;
            line-height: 1.8;
            top: 50%; } }
        @media (min-width: 48em) {
          .videorowexperience__container__content .text-content p,
          .brightcovevideorowexperience__container__content .text-content p {
            margin-top: 7rem; } }

.cq-Editable-dom #heading-text {
  padding-top: 0;
  margin-top: 0;
  position: relative; }

[dir="rtl"] .parallaximagerowexperience {
  float: right; }

[dir="rtl"] div.popup .modal-content .modal-header .close {
  left: 10px;
  right: auto; }

[dir="rtl"] div.popup .module__promo__content__buttons {
  margin-right: 0;
  margin-left: -10px; }

[dir="rtl"] .popup-author {
  right: 0;
  left: auto; }

[dir="rtl"] #product-application .inner-filter .clear-button-container {
  padding-right: 15px;
  padding-left: 0; }
  @media (min-width: 768px) {
    [dir="rtl"] #product-application .inner-filter .clear-button-container {
      float: left; } }

@media (min-width: 768px) {
  [dir="rtl"] #product-application .inner-filter .focus-area-filter .filter-group__control {
    margin-left: 3rem;
    margin-right: 0; } }

@media (min-width: 768px) {
  [dir="rtl"] .modal--product-desc .product-desc__col-left {
    float: right;
    padding-right: 0;
    padding-left: 5rem; } }

@media (min-width: 768px) {
  [dir="rtl"] .modal--product-desc .product-desc__col-right {
    float: left; } }

[dir="rtl"] .twocolumnarticlerowexperience {
  float: right; }
  @media (min-width: 768px) {
    [dir="rtl"] .twocolumnarticlerowexperience .container .row-container .row .col-md-6 {
      float: right; } }
  [dir="rtl"] .twocolumnarticlerowexperience .container .row-container .row .col-md-12 .plaintext, [dir="rtl"] .twocolumnarticlerowexperience .container .row-container .row .col-md-6 .plaintext {
    text-align: right; }
  [dir="rtl"] .twocolumnarticlerowexperience .container .row-container .row .col-md-12.orient-left .heading,
  [dir="rtl"] .twocolumnarticlerowexperience .container .row-container .row .col-md-12.orient-left .text,
  [dir="rtl"] .twocolumnarticlerowexperience .container .row-container .row .col-md-12.orient-left .plaintext,
  [dir="rtl"] .twocolumnarticlerowexperience .container .row-container .row .col-md-12.orient-left .accordion,
  [dir="rtl"] .twocolumnarticlerowexperience .container .row-container .row .col-md-12.orient-left .title, [dir="rtl"] .twocolumnarticlerowexperience .container .row-container .row .col-md-6.orient-left .heading,
  [dir="rtl"] .twocolumnarticlerowexperience .container .row-container .row .col-md-6.orient-left .text,
  [dir="rtl"] .twocolumnarticlerowexperience .container .row-container .row .col-md-6.orient-left .plaintext,
  [dir="rtl"] .twocolumnarticlerowexperience .container .row-container .row .col-md-6.orient-left .accordion,
  [dir="rtl"] .twocolumnarticlerowexperience .container .row-container .row .col-md-6.orient-left .title {
    text-align: right; }
  [dir="rtl"] .twocolumnarticlerowexperience .container .row-container .row .col-md-12.orient-center .heading,
  [dir="rtl"] .twocolumnarticlerowexperience .container .row-container .row .col-md-12.orient-center .text,
  [dir="rtl"] .twocolumnarticlerowexperience .container .row-container .row .col-md-12.orient-center .plaintext,
  [dir="rtl"] .twocolumnarticlerowexperience .container .row-container .row .col-md-12.orient-center .accordion,
  [dir="rtl"] .twocolumnarticlerowexperience .container .row-container .row .col-md-12.orient-center .title, [dir="rtl"] .twocolumnarticlerowexperience .container .row-container .row .col-md-6.orient-center .heading,
  [dir="rtl"] .twocolumnarticlerowexperience .container .row-container .row .col-md-6.orient-center .text,
  [dir="rtl"] .twocolumnarticlerowexperience .container .row-container .row .col-md-6.orient-center .plaintext,
  [dir="rtl"] .twocolumnarticlerowexperience .container .row-container .row .col-md-6.orient-center .accordion,
  [dir="rtl"] .twocolumnarticlerowexperience .container .row-container .row .col-md-6.orient-center .title {
    text-align: center; }
  [dir="rtl"] .twocolumnarticlerowexperience .container .row-container .row .col-md-12.orient-right .heading,
  [dir="rtl"] .twocolumnarticlerowexperience .container .row-container .row .col-md-12.orient-right .text,
  [dir="rtl"] .twocolumnarticlerowexperience .container .row-container .row .col-md-12.orient-right .plaintext,
  [dir="rtl"] .twocolumnarticlerowexperience .container .row-container .row .col-md-12.orient-right .accordion,
  [dir="rtl"] .twocolumnarticlerowexperience .container .row-container .row .col-md-12.orient-right .title, [dir="rtl"] .twocolumnarticlerowexperience .container .row-container .row .col-md-6.orient-right .heading,
  [dir="rtl"] .twocolumnarticlerowexperience .container .row-container .row .col-md-6.orient-right .text,
  [dir="rtl"] .twocolumnarticlerowexperience .container .row-container .row .col-md-6.orient-right .plaintext,
  [dir="rtl"] .twocolumnarticlerowexperience .container .row-container .row .col-md-6.orient-right .accordion,
  [dir="rtl"] .twocolumnarticlerowexperience .container .row-container .row .col-md-6.orient-right .title {
    text-align: left; }

[dir="rtl"] .feature-story-carousel {
  float: right; }
  @media (min-width: 48em) {
    [dir="rtl"] .feature-story-carousel .imagecomponent img {
      -webkit-transform: translate(50%, -50%);
              transform: translate(50%, -50%); } }
  [dir="rtl"] .feature-story-carousel .imagecomponent .authoring-edit {
    padding-right: 20px;
    padding-left: 0; }
  [dir="rtl"] .feature-story-carousel .hero-container .heading sup, [dir="rtl"] .feature-story-carousel .hero-container .title sup {
    margin-left: 4px;
    margin-right: 0; }
  [dir="rtl"] .feature-story-carousel .hero-container .calltoaction {
    margin-right: 0;
    margin-left: 10px;
    margin-top: 0px; }
    [dir="rtl"] .feature-story-carousel .hero-container .calltoaction:first-of-type {
      margin-left: 0; }
  [dir="rtl"] .feature-story-carousel .hero-container .orient-left .heading,
  [dir="rtl"] .feature-story-carousel .hero-container .orient-left .text,
  [dir="rtl"] .feature-story-carousel .hero-container .orient-left .plaintext,
  [dir="rtl"] .feature-story-carousel .hero-container .orient-left .accordion,
  [dir="rtl"] .feature-story-carousel .hero-container .orient-left .title {
    text-align: right; }
  [dir="rtl"] .feature-story-carousel .hero-container .orient-left .calltoaction {
    float: right; }
  [dir="rtl"] .feature-story-carousel .hero-container .orient-right .heading,
  [dir="rtl"] .feature-story-carousel .hero-container .orient-right .text,
  [dir="rtl"] .feature-story-carousel .hero-container .orient-right .plaintext,
  [dir="rtl"] .feature-story-carousel .hero-container .orient-right .accordion,
  [dir="rtl"] .feature-story-carousel .hero-container .orient-right .title {
    text-align: left; }
  [dir="rtl"] .feature-story-carousel .hero-container .orient-right .calltoaction {
    float: left; }
  @media (min-width: 768px) {
    [dir="rtl"] .feature-story-carousel .wide-content .hero-container .hero-container-content.orient-left {
      margin-left: 0;
      margin-right: 79px; } }
  @media (min-width: 1024px) {
    [dir="rtl"] .feature-story-carousel .wide-content .hero-container .hero-container-content.orient-left {
      margin-left: 0;
      margin-right: 100px; } }
  @media (min-width: 80em) {
    [dir="rtl"] .feature-story-carousel .wide-content .hero-container .hero-container-content.orient-left {
      margin-left: 0;
      margin-right: 128px; } }
  @media (min-width: 80em) {
    [dir="rtl"] .feature-story-carousel .wide-content .hero-container .hero-container-content.orient-right {
      -webkit-transform: translateX(42px);
              transform: translateX(42px); } }

[dir="rtl"] .in-author .featurestorycarouselrowexperience {
  float: right; }

[dir="rtl"] .in-author .feature-story-carousel {
  float: right; }

[dir="rtl"] .cookie-banner__container .banner__col {
  text-align: right; }
  [dir="rtl"] .cookie-banner__container .banner__col .banner__content {
    margin-right: 0;
    margin-left: 2rem; }

[dir="rtl"] .cookie-banner__container .banner-close_btn {
  left: 0;
  right: auto; }

.main-content {
  float: right; }

[dir="rtl"] .main-content:after {
  float: right; }

[dir="rtl"] .main-content .variablesecondarynavigation:after {
  float: right; }

[dir="rtl"] .carousel-indicators li {
  margin-left: 7px !important;
  margin-right: auto !important; }

[dir="rtl"] .carousel-indicators li:last-child {
  margin-left: 0px !important; }

[dir="rtl"] .affliate-country-selector .pipe-separator {
  float: right; }

[dir="rtl"] .affliate-country-selector .language-list {
  float: right; }

[dir="rtl"] .notification-cookieless .notification__content {
  float: none;
  left: auto;
  right: auto;
  display: inline-block;
  text-align: right; }

[dir="rtl"] .notification-cookieless .notification-buttons .notification__content {
  text-align: center; }

[dir="rtl"] .notification-cookieless .notification-buttons .notification__cta {
  display: inline-block;
  float: none;
  left: auto; }

[dir="rtl"] .site-header__top__container .logout-link {
  float: left; }
  [dir="rtl"] .site-header__top__container .logout-link form {
    margin-right: 20px; }

