/*
 * Bootstrap v3.3.6 (http://getbootstrap.com)
 * Copyright 2011-2015 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: 1px dotted; }

b,
strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

h1 {
  font-size: 2em;
  margin: 0.67em 0; }

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

small {
  font-size: 80%; }

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 1em 40px; }

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

pre {
  overflow: auto; }

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

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0; }

button {
  overflow: visible; }

button,
select {
  text-transform: none; }

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled],
html input[disabled] {
  cursor: default; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

input {
  line-height: normal; }

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0; }

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

input[type="search"] {
  -webkit-appearance: textfield;
  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 {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important; }

  a,
  a:visited {
    text-decoration: underline; }

  a[href]:after {
    content: " (" attr(href) ")"; }

  abbr[title]:after {
    content: " (" attr(title) ")"; }

  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("../fonts/bootstrap/glyphicons-halflings-regular.eot");
  src: url("../fonts/bootstrap/glyphicons-halflings-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/bootstrap/glyphicons-halflings-regular.woff2") format("woff2"), url("../fonts/bootstrap/glyphicons-halflings-regular.woff") format("woff"), url("../fonts/bootstrap/glyphicons-halflings-regular.ttf") format("truetype"), url("../fonts/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: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.glyphicon-asterisk:before {
  content: "\002a"; }

.glyphicon-plus:before {
  content: "\002b"; }

.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: "\00a5"; }

.glyphicon-jpy:before {
  content: "\00a5"; }

.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;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

html {
  font-size: 10px;
  -webkit-tap-highlight-color: transparent; }

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: thin dotted;
    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;
  -o-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;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto; }

[role="button"] {
  cursor: pointer; }

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: normal;
    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 {
  background-color: #fcf8e3;
  padding: .2em; }

.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-left: 5px;
    padding-right: 5px; }

dl {
  margin-top: 0;
  margin-bottom: 20px; }

dt,
dd {
  line-height: 1.42857; }

dt {
  font-weight: bold; }

dd {
  margin-left: 0; }

.dl-horizontal dd:before, .dl-horizontal dd:after {
  content: " ";
  display: table; }
.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;
  border-bottom: 1px dotted #777777; }

.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 \00A0'; }

.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
  text-align: right; }
  .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: '\00A0 \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;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25); }
  kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: bold;
    box-shadow: none; }

pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.42857;
  word-break: break-all;
  word-wrap: break-word;
  color: #333333;
  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 {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px; }
  .container:before, .container:after {
    content: " ";
    display: table; }
  .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 {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px; }
  .container-fluid:before, .container-fluid:after {
    content: " ";
    display: table; }
  .container-fluid:after {
    clear: both; }

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

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

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left; }

.col-xs-1 {
  width: 8.33333%; }

.col-xs-2 {
  width: 16.66667%; }

.col-xs-3 {
  width: 25%; }

.col-xs-4 {
  width: 33.33333%; }

.col-xs-5 {
  width: 41.66667%; }

.col-xs-6 {
  width: 50%; }

.col-xs-7 {
  width: 58.33333%; }

.col-xs-8 {
  width: 66.66667%; }

.col-xs-9 {
  width: 75%; }

.col-xs-10 {
  width: 83.33333%; }

.col-xs-11 {
  width: 91.66667%; }

.col-xs-12 {
  width: 100%; }

.col-xs-pull-0 {
  right: auto; }

.col-xs-pull-1 {
  right: 8.33333%; }

.col-xs-pull-2 {
  right: 16.66667%; }

.col-xs-pull-3 {
  right: 25%; }

.col-xs-pull-4 {
  right: 33.33333%; }

.col-xs-pull-5 {
  right: 41.66667%; }

.col-xs-pull-6 {
  right: 50%; }

.col-xs-pull-7 {
  right: 58.33333%; }

.col-xs-pull-8 {
  right: 66.66667%; }

.col-xs-pull-9 {
  right: 75%; }

.col-xs-pull-10 {
  right: 83.33333%; }

.col-xs-pull-11 {
  right: 91.66667%; }

.col-xs-pull-12 {
  right: 100%; }

.col-xs-push-0 {
  left: auto; }

.col-xs-push-1 {
  left: 8.33333%; }

.col-xs-push-2 {
  left: 16.66667%; }

.col-xs-push-3 {
  left: 25%; }

.col-xs-push-4 {
  left: 33.33333%; }

.col-xs-push-5 {
  left: 41.66667%; }

.col-xs-push-6 {
  left: 50%; }

.col-xs-push-7 {
  left: 58.33333%; }

.col-xs-push-8 {
  left: 66.66667%; }

.col-xs-push-9 {
  left: 75%; }

.col-xs-push-10 {
  left: 83.33333%; }

.col-xs-push-11 {
  left: 91.66667%; }

.col-xs-push-12 {
  left: 100%; }

.col-xs-offset-0 {
  margin-left: 0%; }

.col-xs-offset-1 {
  margin-left: 8.33333%; }

.col-xs-offset-2 {
  margin-left: 16.66667%; }

.col-xs-offset-3 {
  margin-left: 25%; }

.col-xs-offset-4 {
  margin-left: 33.33333%; }

.col-xs-offset-5 {
  margin-left: 41.66667%; }

.col-xs-offset-6 {
  margin-left: 50%; }

.col-xs-offset-7 {
  margin-left: 58.33333%; }

.col-xs-offset-8 {
  margin-left: 66.66667%; }

.col-xs-offset-9 {
  margin-left: 75%; }

.col-xs-offset-10 {
  margin-left: 83.33333%; }

.col-xs-offset-11 {
  margin-left: 91.66667%; }

.col-xs-offset-12 {
  margin-left: 100%; }

@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left; }

  .col-sm-1 {
    width: 8.33333%; }

  .col-sm-2 {
    width: 16.66667%; }

  .col-sm-3 {
    width: 25%; }

  .col-sm-4 {
    width: 33.33333%; }

  .col-sm-5 {
    width: 41.66667%; }

  .col-sm-6 {
    width: 50%; }

  .col-sm-7 {
    width: 58.33333%; }

  .col-sm-8 {
    width: 66.66667%; }

  .col-sm-9 {
    width: 75%; }

  .col-sm-10 {
    width: 83.33333%; }

  .col-sm-11 {
    width: 91.66667%; }

  .col-sm-12 {
    width: 100%; }

  .col-sm-pull-0 {
    right: auto; }

  .col-sm-pull-1 {
    right: 8.33333%; }

  .col-sm-pull-2 {
    right: 16.66667%; }

  .col-sm-pull-3 {
    right: 25%; }

  .col-sm-pull-4 {
    right: 33.33333%; }

  .col-sm-pull-5 {
    right: 41.66667%; }

  .col-sm-pull-6 {
    right: 50%; }

  .col-sm-pull-7 {
    right: 58.33333%; }

  .col-sm-pull-8 {
    right: 66.66667%; }

  .col-sm-pull-9 {
    right: 75%; }

  .col-sm-pull-10 {
    right: 83.33333%; }

  .col-sm-pull-11 {
    right: 91.66667%; }

  .col-sm-pull-12 {
    right: 100%; }

  .col-sm-push-0 {
    left: auto; }

  .col-sm-push-1 {
    left: 8.33333%; }

  .col-sm-push-2 {
    left: 16.66667%; }

  .col-sm-push-3 {
    left: 25%; }

  .col-sm-push-4 {
    left: 33.33333%; }

  .col-sm-push-5 {
    left: 41.66667%; }

  .col-sm-push-6 {
    left: 50%; }

  .col-sm-push-7 {
    left: 58.33333%; }

  .col-sm-push-8 {
    left: 66.66667%; }

  .col-sm-push-9 {
    left: 75%; }

  .col-sm-push-10 {
    left: 83.33333%; }

  .col-sm-push-11 {
    left: 91.66667%; }

  .col-sm-push-12 {
    left: 100%; }

  .col-sm-offset-0 {
    margin-left: 0%; }

  .col-sm-offset-1 {
    margin-left: 8.33333%; }

  .col-sm-offset-2 {
    margin-left: 16.66667%; }

  .col-sm-offset-3 {
    margin-left: 25%; }

  .col-sm-offset-4 {
    margin-left: 33.33333%; }

  .col-sm-offset-5 {
    margin-left: 41.66667%; }

  .col-sm-offset-6 {
    margin-left: 50%; }

  .col-sm-offset-7 {
    margin-left: 58.33333%; }

  .col-sm-offset-8 {
    margin-left: 66.66667%; }

  .col-sm-offset-9 {
    margin-left: 75%; }

  .col-sm-offset-10 {
    margin-left: 83.33333%; }

  .col-sm-offset-11 {
    margin-left: 91.66667%; }

  .col-sm-offset-12 {
    margin-left: 100%; } }
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left; }

  .col-md-1 {
    width: 8.33333%; }

  .col-md-2 {
    width: 16.66667%; }

  .col-md-3 {
    width: 25%; }

  .col-md-4 {
    width: 33.33333%; }

  .col-md-5 {
    width: 41.66667%; }

  .col-md-6 {
    width: 50%; }

  .col-md-7 {
    width: 58.33333%; }

  .col-md-8 {
    width: 66.66667%; }

  .col-md-9 {
    width: 75%; }

  .col-md-10 {
    width: 83.33333%; }

  .col-md-11 {
    width: 91.66667%; }

  .col-md-12 {
    width: 100%; }

  .col-md-pull-0 {
    right: auto; }

  .col-md-pull-1 {
    right: 8.33333%; }

  .col-md-pull-2 {
    right: 16.66667%; }

  .col-md-pull-3 {
    right: 25%; }

  .col-md-pull-4 {
    right: 33.33333%; }

  .col-md-pull-5 {
    right: 41.66667%; }

  .col-md-pull-6 {
    right: 50%; }

  .col-md-pull-7 {
    right: 58.33333%; }

  .col-md-pull-8 {
    right: 66.66667%; }

  .col-md-pull-9 {
    right: 75%; }

  .col-md-pull-10 {
    right: 83.33333%; }

  .col-md-pull-11 {
    right: 91.66667%; }

  .col-md-pull-12 {
    right: 100%; }

  .col-md-push-0 {
    left: auto; }

  .col-md-push-1 {
    left: 8.33333%; }

  .col-md-push-2 {
    left: 16.66667%; }

  .col-md-push-3 {
    left: 25%; }

  .col-md-push-4 {
    left: 33.33333%; }

  .col-md-push-5 {
    left: 41.66667%; }

  .col-md-push-6 {
    left: 50%; }

  .col-md-push-7 {
    left: 58.33333%; }

  .col-md-push-8 {
    left: 66.66667%; }

  .col-md-push-9 {
    left: 75%; }

  .col-md-push-10 {
    left: 83.33333%; }

  .col-md-push-11 {
    left: 91.66667%; }

  .col-md-push-12 {
    left: 100%; }

  .col-md-offset-0 {
    margin-left: 0%; }

  .col-md-offset-1 {
    margin-left: 8.33333%; }

  .col-md-offset-2 {
    margin-left: 16.66667%; }

  .col-md-offset-3 {
    margin-left: 25%; }

  .col-md-offset-4 {
    margin-left: 33.33333%; }

  .col-md-offset-5 {
    margin-left: 41.66667%; }

  .col-md-offset-6 {
    margin-left: 50%; }

  .col-md-offset-7 {
    margin-left: 58.33333%; }

  .col-md-offset-8 {
    margin-left: 66.66667%; }

  .col-md-offset-9 {
    margin-left: 75%; }

  .col-md-offset-10 {
    margin-left: 83.33333%; }

  .col-md-offset-11 {
    margin-left: 91.66667%; }

  .col-md-offset-12 {
    margin-left: 100%; } }
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left; }

  .col-lg-1 {
    width: 8.33333%; }

  .col-lg-2 {
    width: 16.66667%; }

  .col-lg-3 {
    width: 25%; }

  .col-lg-4 {
    width: 33.33333%; }

  .col-lg-5 {
    width: 41.66667%; }

  .col-lg-6 {
    width: 50%; }

  .col-lg-7 {
    width: 58.33333%; }

  .col-lg-8 {
    width: 66.66667%; }

  .col-lg-9 {
    width: 75%; }

  .col-lg-10 {
    width: 83.33333%; }

  .col-lg-11 {
    width: 91.66667%; }

  .col-lg-12 {
    width: 100%; }

  .col-lg-pull-0 {
    right: auto; }

  .col-lg-pull-1 {
    right: 8.33333%; }

  .col-lg-pull-2 {
    right: 16.66667%; }

  .col-lg-pull-3 {
    right: 25%; }

  .col-lg-pull-4 {
    right: 33.33333%; }

  .col-lg-pull-5 {
    right: 41.66667%; }

  .col-lg-pull-6 {
    right: 50%; }

  .col-lg-pull-7 {
    right: 58.33333%; }

  .col-lg-pull-8 {
    right: 66.66667%; }

  .col-lg-pull-9 {
    right: 75%; }

  .col-lg-pull-10 {
    right: 83.33333%; }

  .col-lg-pull-11 {
    right: 91.66667%; }

  .col-lg-pull-12 {
    right: 100%; }

  .col-lg-push-0 {
    left: auto; }

  .col-lg-push-1 {
    left: 8.33333%; }

  .col-lg-push-2 {
    left: 16.66667%; }

  .col-lg-push-3 {
    left: 25%; }

  .col-lg-push-4 {
    left: 33.33333%; }

  .col-lg-push-5 {
    left: 41.66667%; }

  .col-lg-push-6 {
    left: 50%; }

  .col-lg-push-7 {
    left: 58.33333%; }

  .col-lg-push-8 {
    left: 66.66667%; }

  .col-lg-push-9 {
    left: 75%; }

  .col-lg-push-10 {
    left: 83.33333%; }

  .col-lg-push-11 {
    left: 91.66667%; }

  .col-lg-push-12 {
    left: 100%; }

  .col-lg-offset-0 {
    margin-left: 0%; }

  .col-lg-offset-1 {
    margin-left: 8.33333%; }

  .col-lg-offset-2 {
    margin-left: 16.66667%; }

  .col-lg-offset-3 {
    margin-left: 25%; }

  .col-lg-offset-4 {
    margin-left: 33.33333%; }

  .col-lg-offset-5 {
    margin-left: 41.66667%; }

  .col-lg-offset-6 {
    margin-left: 50%; }

  .col-lg-offset-7 {
    margin-left: 58.33333%; }

  .col-lg-offset-8 {
    margin-left: 66.66667%; }

  .col-lg-offset-9 {
    margin-left: 75%; }

  .col-lg-offset-10 {
    margin-left: 83.33333%; }

  .col-lg-offset-11 {
    margin-left: 91.66667%; }

  .col-lg-offset-12 {
    margin-left: 100%; } }
table {
  background-color: transparent; }

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 col[class*="col-"] {
  position: static;
  float: none;
  display: table-column; }

table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell; }

.table > 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 {
  overflow-x: auto;
  min-height: 0.01%; }
  @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 {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 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: bold; }

input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal; }

input[type="file"] {
  display: block; }

input[type="range"] {
  display: block;
  width: 100%; }

select[multiple],
select[size] {
  height: auto; }

input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted;
  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;
  -o-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; }
  .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 {
    border: 0;
    background-color: transparent; }
  .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; }

input[type="search"] {
  -webkit-appearance: none; }

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"].form-control,
  input[type="time"].form-control,
  input[type="datetime-local"].form-control,
  input[type="month"].form-control {
    line-height: 34px; }
  input[type="date"].input-sm, .input-group-sm input[type="date"],
  input[type="time"].input-sm, .input-group-sm
  input[type="time"],
  input[type="datetime-local"].input-sm, .input-group-sm
  input[type="datetime-local"],
  input[type="month"].input-sm, .input-group-sm
  input[type="month"] {
    line-height: 30px; }
  input[type="date"].input-lg, .input-group-lg input[type="date"],
  input[type="time"].input-lg, .input-group-lg
  input[type="time"],
  input[type="datetime-local"].input-lg, .input-group-lg
  input[type="datetime-local"],
  input[type="month"].input-lg, .input-group-lg
  input[type="month"] {
    line-height: 46px; } }
.form-group {
  margin-bottom: 15px; }

.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px; }
  .radio label,
  .checkbox label {
    min-height: 20px;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: normal;
    cursor: pointer; }

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

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

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

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

input[type="radio"][disabled], input[type="radio"].disabled, fieldset[disabled] input[type="radio"],
input[type="checkbox"][disabled],
input[type="checkbox"].disabled, fieldset[disabled]
input[type="checkbox"] {
  cursor: not-allowed; }

.radio-inline.disabled, fieldset[disabled] .radio-inline,
.checkbox-inline.disabled, fieldset[disabled]
.checkbox-inline {
  cursor: not-allowed; }

.radio.disabled label, fieldset[disabled] .radio label,
.checkbox.disabled label, fieldset[disabled]
.checkbox label {
  cursor: not-allowed; }

.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
  min-height: 34px; }
  .form-control-static.input-lg, .form-control-static.input-sm {
    padding-left: 0;
    padding-right: 0; }

.input-sm {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px; }

select.input-sm {
  height: 30px;
  line-height: 30px; }

textarea.input-sm,
select[multiple].input-sm {
  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 {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33333;
  border-radius: 6px; }

select.input-lg {
  height: 46px;
  line-height: 46px; }

textarea.input-lg,
select[multiple].input-lg {
  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-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-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;
  border-color: #3c763d;
  background-color: #dff0d8; }
.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;
  border-color: #8a6d3b;
  background-color: #fcf8e3; }
.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;
  border-color: #a94442;
  background-color: #f2dede; }
.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 {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px; }
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 27px; }
.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px; }
  .form-horizontal .form-group:before, .form-horizontal .form-group:after {
    content: " ";
    display: table; }
  .form-horizontal .form-group:after {
    clear: both; }
@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px; } }
.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;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  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: thin dotted;
    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 {
    outline: 0;
    background-image: none;
    -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;
    opacity: 0.65;
    filter: alpha(opacity=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;
    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:active, .btn-default.active, .open > .btn-default.dropdown-toggle {
    background-image: none; }
  .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;
    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:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle {
    background-image: none; }
  .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;
    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:active, .btn-success.active, .open > .btn-success.dropdown-toggle {
    background-image: none; }
  .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;
    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:active, .btn-info.active, .open > .btn-info.dropdown-toggle {
    background-image: none; }
  .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;
    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:active, .btn-warning.active, .open > .btn-warning.dropdown-toggle {
    background-image: none; }
  .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;
    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:active, .btn-danger.active, .open > .btn-danger.dropdown-toggle {
    background-image: none; }
  .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 {
  color: #337ab7;
  font-weight: normal;
  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 {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33333;
  border-radius: 6px; }

.btn-sm {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px; }

.btn-xs {
  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;
  -o-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; }

.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none; }
  .nav:before, .nav:after {
    content: " ";
    display: table; }
  .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;
        background-color: transparent;
        cursor: not-allowed; }
  .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;
      background-color: #fff;
      border: 1px solid #ddd;
      border-bottom-color: transparent;
      cursor: default; }

.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 {
      text-align: center;
      margin-bottom: 5px; }
  .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-right-radius: 0;
  border-top-left-radius: 0; }

.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent; }
  .navbar:before, .navbar:after {
    content: " ";
    display: table; }
  .navbar:after {
    clear: both; }
  @media (min-width: 768px) {
    .navbar {
      border-radius: 4px; } }

.navbar-header:before, .navbar-header:after {
  content: " ";
  display: table; }
.navbar-header:after {
  clear: both; }
@media (min-width: 768px) {
  .navbar-header {
    float: left; } }

.navbar-collapse {
  overflow-x: visible;
  padding-right: 15px;
  padding-left: 15px;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch; }
  .navbar-collapse:before, .navbar-collapse:after {
    content: " ";
    display: table; }
  .navbar-collapse:after {
    clear: both; }
  .navbar-collapse.in {
    overflow-y: auto; }
  @media (min-width: 768px) {
    .navbar-collapse {
      width: auto;
      border-top: 0;
      box-shadow: none; }
      .navbar-collapse.collapse {
        display: block !important;
        height: auto !important;
        padding-bottom: 0;
        overflow: visible !important; }
      .navbar-collapse.in {
        overflow-y: visible; }
      .navbar-fixed-top .navbar-collapse, .navbar-static-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
        padding-left: 0;
        padding-right: 0; } }

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

.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-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030; }
  @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; }

.navbar-brand {
  float: left;
  padding: 15px 15px;
  font-size: 18px;
  line-height: 20px;
  height: 50px; }
  .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;
  margin-right: 15px;
  padding: 9px 10px;
  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;
      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 {
  margin-left: -15px;
  margin-right: -15px;
  padding: 10px 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;
      border: 0;
      margin-left: 0;
      margin-right: 0;
      padding-top: 0;
      padding-bottom: 0;
      -webkit-box-shadow: none;
      box-shadow: none; } }

.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0; }

.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  margin-bottom: 0;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

.navbar-btn {
  margin-top: 8px;
  margin-bottom: 8px; }
  .navbar-btn.btn-sm {
    margin-top: 10px;
    margin-bottom: 10px; }
  .navbar-btn.btn-xs {
    margin-top: 14px;
    margin-bottom: 14px; }

.navbar-text {
  margin-top: 15px;
  margin-bottom: 15px; }
  @media (min-width: 768px) {
    .navbar-text {
      float: left;
      margin-left: 15px;
      margin-right: 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-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-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    background-color: #e7e7e7;
    color: #555; }
  @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-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-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-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
    background-color: #090909;
    color: #fff; }
  @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-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; }

.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  line-height: 1;
  vertical-align: middle;
  white-space: nowrap;
  text-align: center;
  background-color: #777777;
  border-radius: 10px; }
  .badge:empty {
    display: none; }
  .btn .badge {
    position: relative;
    top: -1px; }
  .btn-xs .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 {
    border-radius: 6px;
    padding-left: 15px;
    padding-right: 15px; }
  .jumbotron .container {
    max-width: 100%; }
  @media screen and (min-width: 768px) {
    .jumbotron {
      padding-top: 48px;
      padding-bottom: 48px; }
      .container .jumbotron, .container-fluid .jumbotron {
        padding-left: 60px;
        padding-right: 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;
  -o-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-left: auto;
    margin-right: auto; }
  .thumbnail .caption {
    padding: 9px;
    color: #333333; }

a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #337ab7; }

.media {
  margin-top: 15px; }
  .media:first-child {
    margin-top: 0; }

.media,
.media-body {
  zoom: 1;
  overflow: hidden; }

.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 {
  margin-bottom: 20px;
  padding-left: 0; }

.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd; }
  .list-group-item:first-child {
    border-top-right-radius: 4px;
    border-top-left-radius: 4px; }
  .list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px; }

a.list-group-item,
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 {
    text-decoration: none;
    color: #555;
    background-color: #f5f5f5; }

button.list-group-item {
  width: 100%;
  text-align: left; }

.list-group-item.disabled, .list-group-item.disabled:hover, .list-group-item.disabled:focus {
  background-color: #eeeeee;
  color: #777777;
  cursor: not-allowed; }
  .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; }

.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 {
    content: " ";
    display: table; }
  .panel-body:after {
    clear: both; }

.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: 3px;
  border-top-left-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-right-radius: 3px;
    border-top-left-radius: 3px; }
  .panel > .list-group:last-child .list-group-item:last-child,
  .panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
    border-bottom: 0;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px; }
.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
  border-top-right-radius: 0;
  border-top-left-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-left: 15px;
    padding-right: 15px; }
.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-right-radius: 3px;
  border-top-left-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-left-radius: 3px;
    border-bottom-right-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 {
  border: 0;
  margin-bottom: 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;
    left: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    border: 0; }

.embed-responsive-16by9 {
  padding-bottom: 56.25%; }

.embed-responsive-4by3 {
  padding-bottom: 75%; }

.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  -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;
  opacity: 0.2;
  filter: alpha(opacity=20); }
  .close:hover, .close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    opacity: 0.5;
    filter: alpha(opacity=50); }

button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none; }

.modal-open {
  overflow: hidden; }

.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0; }
  .modal.fade .modal-dialog {
    -webkit-transform: translate(0, -25%);
    -ms-transform: translate(0, -25%);
    -o-transform: translate(0, -25%);
    transform: translate(0, -25%);
    -webkit-transition: -webkit-transform 0.3s ease-out;
    -moz-transition: -moz-transform 0.3s ease-out;
    -o-transition: -o-transform 0.3s ease-out;
    transition: transform 0.3s ease-out; }
  .modal.in .modal-dialog {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-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;
  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; }

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000; }
  .modal-backdrop.fade {
    opacity: 0;
    filter: alpha(opacity=0); }
  .modal-backdrop.in {
    opacity: 0.5;
    filter: alpha(opacity=50); }

.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5; }
  .modal-header:before, .modal-header:after {
    content: " ";
    display: table; }
  .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 {
    content: " ";
    display: table; }
  .modal-footer:after {
    clear: both; }
  .modal-footer .btn + .btn {
    margin-left: 5px;
    margin-bottom: 0; }
  .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; } }
.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: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: 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-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 14px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0; }

.popover-content {
  padding: 9px 14px; }

.popover > .arrow, .popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid; }

.popover > .arrow {
  border-width: 11px; }

.popover > .arrow:after {
  border-width: 10px;
  content: ""; }

.popover.top > .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -11px; }
  .popover.top > .arrow:after {
    content: " ";
    bottom: 1px;
    margin-left: -10px;
    border-bottom-width: 0;
    border-top-color: #fff; }
.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999999;
  border-right-color: rgba(0, 0, 0, 0.25); }
  .popover.right > .arrow:after {
    content: " ";
    left: 1px;
    bottom: -10px;
    border-left-width: 0;
    border-right-color: #fff; }
.popover.bottom > .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px; }
  .popover.bottom > .arrow:after {
    content: " ";
    top: 1px;
    margin-left: -10px;
    border-top-width: 0;
    border-bottom-color: #fff; }
.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999999;
  border-left-color: rgba(0, 0, 0, 0.25); }
  .popover.left > .arrow:after {
    content: " ";
    right: 1px;
    border-right-width: 0;
    border-left-color: #fff;
    bottom: -10px; }

.carousel {
  position: relative; }

.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%; }
  .carousel-inner > .item {
    display: none;
    position: relative;
    -webkit-transition: 0.6s ease-in-out left;
    -o-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;
        -moz-transition: -moz-transform 0.6s ease-in-out;
        -o-transition: -o-transform 0.6s ease-in-out;
        transition: transform 0.6s ease-in-out;
        -webkit-backface-visibility: hidden;
        -moz-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-perspective: 1000px;
        -moz-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;
  left: 0;
  bottom: 0;
  width: 15%;
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  background-color: transparent; }
  .carousel-control.left {
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1); }
  .carousel-control.right {
    left: auto;
    right: 0;
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1); }
  .carousel-control:hover, .carousel-control:focus {
    outline: 0;
    color: #fff;
    text-decoration: none;
    opacity: 0.9;
    filter: alpha(opacity=90); }
  .carousel-control .icon-prev,
  .carousel-control .icon-next,
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right {
    position: absolute;
    top: 50%;
    margin-top: -10px;
    z-index: 5;
    display: inline-block; }
  .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;
    line-height: 1;
    font-family: serif; }
  .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%;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  text-align: center; }
  .carousel-indicators li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 1px;
    text-indent: -999px;
    border: 1px solid #fff;
    border-radius: 10px;
    cursor: pointer;
    background-color: #000 \9;
    background-color: transparent; }
  .carousel-indicators .active {
    margin: 0;
    width: 12px;
    height: 12px;
    background-color: #fff; }

.carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  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 {
    left: 20%;
    right: 20%;
    padding-bottom: 30px; }

  .carousel-indicators {
    bottom: 20px; } }
.clearfix:before, .clearfix:after {
  content: " ";
  display: table; }
.clearfix:after {
  clear: both; }

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.pull-right {
  float: right !important; }

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

.hide {
  display: none !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; } }
/* Backpack Marketing site theme */
/* Backpack Color and Type Variables */
.lt-grey-bg {
  background-color: #f3f3f3; }

.red-gradient-bg {
  background-image: linear-gradient(#d81b51, #be0b3e); }

.bg-swirl {
  background-image: url("/images/bg-swirl.png");
  background-position: top;
  background-repeat: no-repeat; }

@font-face {
  font-family: 'america-r';
  src: url("/fonts/gt/gtasr.eot?") format("eot"), url("/fonts/gt/gtasr.woff") format("woff"), url("/fonts/gt/gtasr.ttf") format("truetype"); }
@font-face {
  font-family: 'america-i';
  src: url("/fonts/gt/gtasri.eot?") format("eot"), url("/fonts/gt/gtasri.woff") format("woff"), url("/fonts/gt/gtasri.ttf") format("truetype"); }
@font-face {
  font-family: 'america-b';
  src: url("/fonts/gt/gtasb.eot?") format("eot"), url("/fonts/gt/gtasb.woff") format("woff"), url("/fonts/gt/gtasb.ttf") format("truetype"); }
body {
  margin: 16px 16px 0 16px;
  overflow-x: hidden;
  background-color: #D81B51; }
  @media only screen and (min-width: 768px) {
    body {
      margin: 0; } }
  body.interior {
    background-color: #ffffff; }

body.interior-features nav {
  color: #ffffff; }

h1,
h2,
h3,
h4,
h5 {
  font-family: "america-b", sans-serif;
  font-weight: 600; }

li,
ol,
p,
ul {
  font-family: "america-r", helvetica, sans-serif; }

li strong,
p strong {
  font-family: "america-b"; }

li em,
p em {
  font-family: "america-i"; }

li.a-publication {
  list-style-image: none;
  list-style: none;
  background: url("/images/icon/news-white-med@2x.png") no-repeat top 8px left;
  background-size: 22px; }

li.an-announcement {
  list-style-image: none;
  list-style: none;
  background: url("/images/icon/announcements-white-med@2x.png") no-repeat top 8px left;
  background-size: 22px; }

a:link,
a:visited {
  color: #FFEBEF;
  text-decoration: none;
  -webkit-transition: color 0.1s ease;
  -moz-transition: color 0.1s ease;
  -ms-transition: color 0.1s ease;
  -o-transition: color 0.1s ease;
  transition: color 0.1s ease; }
  @media only screen and (min-width: 768px) {
    a:link,
    a:visited {
      text-align: left; } }

a:active,
a:hover {
  color: #ffffff;
  text-decoration: none;
  -webkit-transition: color 0.1s ease;
  -moz-transition: color 0.1s ease;
  -ms-transition: color 0.1s ease;
  -o-transition: color 0.1s ease;
  transition: color 0.1s ease; }
  @media only screen and (min-width: 768px) {
    a:active,
    a:hover {
      text-align: left; } }

.btns {
  display: inline-block;
  text-align: center !important;
  font-family: "america-b", sans-serif;
  margin: 24px 0;
  padding: 14px 14px;
  font-size: 16px;
  line-height: 20px;
  min-width: 120px;
  border-width: 0.5px;
  border-style: solid;
  box-sizing: border-box;
  border-radius: 3px; }
  .btns.primary-on-color {
    color: #D81B51;
    background-color: #ffffff;
    border-color: #ffffff; }
    .btns.primary-on-color:hover {
      color: #F01D59;
      background-color: #ffffff;
      border-color: #ffffff;
      -webkit-transition: color 0.1s ease;
      -moz-transition: color 0.1s ease;
      -ms-transition: color 0.1s ease;
      -o-transition: color 0.1s ease;
      transition: color 0.1s ease; }
  .btns.primary-on-white {
    color: #ffffff;
    background-color: #D81B51;
    border-color: #D81B51; }
    .btns.primary-on-white:hover {
      color: #ffffff;
      background-color: #F01D59;
      border-color: #F01D59;
      -webkit-transition: color 0.1s ease;
      -moz-transition: color 0.1s ease;
      -ms-transition: color 0.1s ease;
      -o-transition: color 0.1s ease;
      transition: color 0.1s ease; }
  .btns.link-as-btn-on-color {
    text-decoration: underline !important;
    border: none !important;
    color: rgba(255, 255, 255, 0.9); }
    .btns.link-as-btn-on-color:hover {
      color: #ffffff;
      -webkit-transition: color 0.1s ease;
      -moz-transition: color 0.1s ease;
      -ms-transition: color 0.1s ease;
      -o-transition: color 0.1s ease;
      transition: color 0.1s ease; }
  .btns.link-as-btn-on-white {
    text-decoration: underline !important;
    border: none !important;
    color: #414141; }
    .btns.link-as-btn-on-white:hover {
      color: #F01D59;
      -webkit-transition: color 0.1s ease;
      -moz-transition: color 0.1s ease;
      -ms-transition: color 0.1s ease;
      -o-transition: color 0.1s ease;
      transition: color 0.1s ease; }

.btn-learn-more {
  color: #D81B51;
  background-color: #ffffff;
  border-radius: 3px; }
  .btn-learn-more:hover {
    color: #F01D59;
    background-color: #ffffff;
    border: 0.5px solid #ffffff; }

.btn-sign-up-home {
  color: #FFEBEF;
  display: inline-block;
  text-align: center;
  font-family: "america-b", sans-serif;
  margin: 24px 0;
  padding: 14px 14px;
  font-size: 16px;
  line-height: 20px;
  width: 132px;
  border: 0.5px solid #FFEBEF;
  box-sizing: border-box;
  border-radius: 3px; }
  @media only screen and (min-width: 480px) {
    .btn-sign-up-home {
      margin: 24px 0 24px 24px; } }
  .btn-sign-up-home:hover {
    color: #F01D59;
    background-color: #ffffff;
    border: 0.5px solid #ffffff; }

.btn-small-play {
  display: block;
  margin-left: 2px;
  height: auto;
  max-width: 24px;
  max-height: 24px; }
  @media only screen and (min-width: 768px) {
    .btn-small-play {
      margin-left: 24px;
      max-width: 40px;
      max-height: 40px; } }

.label-small-play {
  display: block;
  font-family: "america-b", sans-serif;
  font-size: 17px;
  line-height: 24px;
  margin-left: 12px; }
  @media only screen and (min-width: 768px) {
    .label-small-play {
      line-height: 40px;
      margin-left: 16px; } }

.btn-medium-play {
  display: block;
  margin-left: 2px;
  height: auto;
  max-width: 36px;
  max-height: 36px; }
  @media only screen and (min-width: 768px) {
    .btn-medium-play {
      margin-left: 16px;
      min-height: 36px;
      min-width: 36px;
      max-width: 56px;
      max-height: 56px; } }
  @media only screen and (min-width: 992px) {
    .btn-medium-play {
      margin-left: 28px; } }

#page-contents {
  transition: margin-right 0.5s;
  overflow: hidden;
  margin: -16px; }

#page-overlay {
  display: none;
  background-color: #111;
  bottom: 0;
  left: 0;
  opacity: 0.0;
  filter: alpha(opacity=50);
  /* IE7 & 8 */
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1;
  overflow: hidden; }

@media only screen and (min-width: 992px) {
  .main-col {
    padding-right: 48px;
    border-right: 1px solid rgba(255, 92, 125, 0.25); } }

@media only screen and (min-width: 992px) {
  .with-sidebar {
    border-right: 1px solid rgba(255, 92, 125, 0.25); } }

.sidebar-modules {
  padding: 88px 0 0 0; }
  .sidebar-modules a:link,
  .sidebar-modules a:visited {
    color: #D81B51;
    padding-bottom: 2px; }
  .sidebar-modules a:hover,
  .sidebar-modules a:active {
    color: #F01D59 !important; }
  .sidebar-modules .link-list {
    min-width: 300px; }
    .sidebar-modules .link-list li {
      font-weight: 600;
      font-family: "america-b", sans-serif;
      display: block;
      padding-left: 32px; }

.sidebar-module-solo {
  padding: 32px 0 32px 12px;
  border-top: 1px solid rgba(255, 92, 125, 0.25);
  border-bottom: 1px solid rgba(255, 92, 125, 0.25); }
  .sidebar-module-solo h3, .sidebar-module-solo p, .sidebar-module-solo ul {
    margin-left: 32px;
    margin-bottom: 16px; }

.sidebar-module-stack {
  padding: 32px 0 32px 12px;
  border-bottom: 1px solid rgba(255, 92, 125, 0.25); }
  .sidebar-module-stack h3, .sidebar-module-stack p, .sidebar-module-stack ul {
    margin-left: 32px;
    margin-bottom: 16px; }

.show-small {
  display: block; }

.hide-small {
  display: none; }

.clear-both::after {
  display: block;
  content: "";
  clear: both; }

@media screen and (min-width: 768px) {
  .show-small {
    display: none; }

  .hide-small {
    display: block; } }
hr {
  border-top: 1px solid #E2547C; }

.border-bottom {
  border-bottom: 1px solid #E2547C; }

.border-top {
  border-top: 1px solid #E2547C; }
  .border-top.network-section {
    border-color: #ffffff; }

.util-vertical-align {
  position: relative;
  top: 50%;
  -webkit-transform: perspective(1px) translateY(-50%);
  -ms-transform: perspective(1px) translateY(-50%);
  transform: perspective(1px) translateY(-50%); }

.padding-top-1-units {
  padding-top: 8px; }
  @media only screen and (min-width: 768px) {
    .padding-top-1-units {
      padding-top: 16px; } }

.padding-top-2-units {
  padding-top: 16px; }
  @media only screen and (min-width: 768px) {
    .padding-top-2-units {
      padding-top: 32px; } }

.padding-top-3-units {
  padding-top: 24px; }
  @media only screen and (min-width: 768px) {
    .padding-top-3-units {
      padding-top: 48px; } }

.padding-bottom-1-units {
  padding-bottom: 8px; }
  @media only screen and (min-width: 768px) {
    .padding-bottom-1-units {
      padding-bottom: 16px; } }

.padding-bottom-2-units {
  padding-bottom: 16px; }
  @media only screen and (min-width: 768px) {
    .padding-bottom-2-units {
      padding-bottom: 32px; } }

.padding-bottom-3-units {
  padding-bottom: 24px; }
  @media only screen and (min-width: 768px) {
    .padding-bottom-3-units {
      padding-bottom: 48px; } }

@media only screen and (min-width: 320px) {
  .body {
    margin-top: 0;
    padding-top: 0; } }
@media only screen and (min-width: 768px) {
  .body {
    padding-top: 0; } }
@media only screen and (min-width: 992px) {
  .body {
    padding-top: 0; } }
@media only screen and (min-width: 1200px) {
  .body {
    padding-top: 0; } }

.morecontent span {
  display: none; }

/* TOP NAVIGATION: corresponds to topNav partial */
#skiptocontent a {
  padding: 8px 12px;
  position: absolute;
  top: -40px;
  left: 0;
  font-size: 17px;
  border-right: 1px solid transparent;
  border-bottom: 1px solid transparent;
  border-bottom-right-radius: 6px;
  background: transparent;
  -webkit-transition: top 1s ease-out, background 1s linear;
  -moz-transition: top 1s ease-out, background 1s linear;
  -ms-transition: top 1s ease-out, background 1s linear;
  -o-transition: top 1s ease-out, background 1s linear;
  transition: top 1s ease-out, background 1s linear;
  z-index: 100; }
  #skiptocontent a:focus {
    position: absolute;
    left: 0;
    top: 0;
    color: #ffffff;
    background: #002335;
    outline: 0;
    -webkit-box-shadow: 3px 3px 8px 1px rgba(17, 17, 17, 0.1);
    -moz-box-shadow: 3px 3px 8px 1px rgba(17, 17, 17, 0.1);
    box-shadow: 3px 3px 8px 1px rgba(17, 17, 17, 0.1);
    -webkit-transition: top 0.1s ease-in, background 0.5s linear;
    -moz-transition: top 0.1s ease-in, background 0.5s linear;
    -ms-transition: top 0.1s ease-in, background 0.5s linear;
    -o-transition: top 0.1s ease-in, background 0.5s linear;
    transition: top 0.1s ease-in, background 0.5s linear; }
  #skiptocontent a:hover, #skiptocontent a:active {
    color: #ffffff; }

nav.navbar.navbar-inverse {
  margin-bottom: 0;
  background-color: #F01D59;
  width: 100%;
  border: none;
  border-radius: 0;
  font-family: "america-b", sans-serif;
  padding: 0 0 0 0; }
  @media only screen and (min-width: 320px) {
    nav.navbar.navbar-inverse {
      padding: 4px; } }
  @media only screen and (min-width: 375px) {
    nav.navbar.navbar-inverse {
      padding: 12px; } }
  @media only screen and (min-width: 480px) {
    nav.navbar.navbar-inverse {
      padding: 16px; } }
  @media only screen and (min-width: 599px) {
    nav.navbar.navbar-inverse {
      padding: 20px; } }
  @media only screen and (min-width: 768px) {
    nav.navbar.navbar-inverse {
      padding: 22px;
      min-height: 96px; } }
  @media only screen and (min-width: 992px) {
    nav.navbar.navbar-inverse {
      min-height: 108px; } }
  @media only screen and (min-width: 1200px) {
    nav.navbar.navbar-inverse {
      padding: 24px;
      min-height: 124px; } }
  nav.navbar.navbar-inverse .container.container-large {
    margin: 12px auto 0 auto; }
    @media only screen and (min-width: 768px) {
      nav.navbar.navbar-inverse .container.container-large {
        margin-top: 8px; } }
  nav.navbar.navbar-inverse .navbar-header {
    position: relative;
    margin-right: -32px;
    margin-left: -32px; }
  nav.navbar.navbar-inverse #navbar-header {
    display: block; }
  nav.navbar.navbar-inverse .navbar-toggle,
  nav.navbar.navbar-inverse .navbar-toggle:focus,
  nav.navbar.navbar-inverse .navbar-toggle:hover,
  nav.navbar.navbar-inverse .navbar-toggle:active {
    float: right;
    margin: 14px 16px 0 4px;
    border: none;
    background-color: inherit;
    border-color: transparent;
    -webkit-transition: color 0.1s ease;
    -moz-transition: color 0.1s ease;
    -ms-transition: color 0.1s ease;
    -o-transition: color 0.1s ease;
    transition: color 0.1s ease; }
    @media only screen and (min-width: 375px) {
      nav.navbar.navbar-inverse .navbar-toggle,
      nav.navbar.navbar-inverse .navbar-toggle:focus,
      nav.navbar.navbar-inverse .navbar-toggle:hover,
      nav.navbar.navbar-inverse .navbar-toggle:active {
        margin: 8px 16px 0 4px; } }
    @media only screen and (min-width: 599px) {
      nav.navbar.navbar-inverse .navbar-toggle,
      nav.navbar.navbar-inverse .navbar-toggle:focus,
      nav.navbar.navbar-inverse .navbar-toggle:hover,
      nav.navbar.navbar-inverse .navbar-toggle:active {
        margin: 6px 16px 0 4px; } }
    nav.navbar.navbar-inverse .navbar-toggle .icon-bar,
    nav.navbar.navbar-inverse .navbar-toggle:focus .icon-bar,
    nav.navbar.navbar-inverse .navbar-toggle:hover .icon-bar,
    nav.navbar.navbar-inverse .navbar-toggle:active .icon-bar {
      display: block;
      width: 32px;
      height: 2px;
      border-radius: 1px;
      background-color: rgba(255, 255, 255, 0.9); }
    nav.navbar.navbar-inverse .navbar-toggle .icon-bar + .icon-bar,
    nav.navbar.navbar-inverse .navbar-toggle:focus .icon-bar + .icon-bar,
    nav.navbar.navbar-inverse .navbar-toggle:hover .icon-bar + .icon-bar,
    nav.navbar.navbar-inverse .navbar-toggle:active .icon-bar + .icon-bar {
      margin-top: 7px; }
  nav.navbar.navbar-inverse #top-open {
    display: block; }
  nav.navbar.navbar-inverse #top-close {
    display: none; }
    nav.navbar.navbar-inverse #top-close .ico-close {
      display: inline-block;
      margin-top: -5px;
      height: 32px;
      opacity: 0.9; }
      nav.navbar.navbar-inverse #top-close .ico-close:hover {
        opacity: 1; }
  nav.navbar.navbar-inverse .navbar-brand {
    position: absolute;
    top: 4px;
    left: 16px;
    height: 55px;
    width: 140px;
    margin: 0;
    text-indent: -9999px;
    float: none;
    padding: 0;
    background-size: cover;
    background-repeat: no-repeat;
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -ms-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease; }
    nav.navbar.navbar-inverse .navbar-brand.on-light {
      background-image: url("/images/bph-mark/logo-reg-white@2x.png"); }
    nav.navbar.navbar-inverse .navbar-brand.on-dark {
      background-image: url("/images/bph-mark/logo-reg-white@2x.png"); }
    @media only screen and (min-width: 375px) {
      nav.navbar.navbar-inverse .navbar-brand {
        top: -10px;
        left: 8px;
        height: 60px;
        width: auto;
        min-width: 180px;
        -webkit-transition: all 0.25s ease;
        -moz-transition: all 0.25s ease;
        -ms-transition: all 0.25s ease;
        -o-transition: all 0.25s ease;
        transition: all 0.25s ease; } }
    @media only screen and (min-width: 599px) {
      nav.navbar.navbar-inverse .navbar-brand {
        top: -12px;
        height: 60px;
        width: auto;
        min-width: 180px;
        -webkit-transition: all 0.25s ease;
        -moz-transition: all 0.25s ease;
        -ms-transition: all 0.25s ease;
        -o-transition: all 0.25s ease;
        transition: all 0.25s ease; } }
    @media only screen and (min-width: 768px) {
      nav.navbar.navbar-inverse .navbar-brand {
        top: 0;
        left: 18px;
        height: 60px;
        width: auto;
        min-width: 180px;
        -webkit-transition: all 0.25s ease;
        -moz-transition: all 0.25s ease;
        -ms-transition: all 0.25s ease;
        -o-transition: all 0.25s ease;
        transition: all 0.25s ease; } }
    @media only screen and (min-width: 992px) {
      nav.navbar.navbar-inverse .navbar-brand {
        top: -4px;
        height: 80px;
        width: auto;
        min-width: 192px;
        -webkit-transition: height 0.25s ease;
        -moz-transition: height 0.25s ease;
        -ms-transition: height 0.25s ease;
        -o-transition: height 0.25s ease;
        transition: height 0.25s ease; } }
    @media only screen and (min-width: 1200px) {
      nav.navbar.navbar-inverse .navbar-brand {
        top: -11px;
        height: 100px;
        width: auto;
        min-width: 250px;
        -webkit-transition: height 0.25s ease;
        -moz-transition: height 0.25s ease;
        -ms-transition: height 0.25s ease;
        -o-transition: height 0.25s ease;
        transition: height 0.25s ease; } }
  nav.navbar.navbar-inverse #navbar {
    padding: 0;
    margin: 0 -8px;
    overflow-x: hidden; }
    @media only screen and (min-width: 375px) {
      nav.navbar.navbar-inverse #navbar {
        margin: 0 -16px; } }
    @media only screen and (min-width: 768px) {
      nav.navbar.navbar-inverse #navbar {
        float: right;
        margin: 4px 0 0 0;
        padding-top: 8px;
        padding-bottom: 8px; } }
  nav.navbar.navbar-inverse .navbar-collapse {
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none !important; }
  @media only screen and (min-width: 768px) {
    nav.navbar.navbar-inverse .navbar-nav > li {
      margin: 0 0 0 8px;
      font-size: 14px;
      font-family: "america-b", sans-serif;
      line-height: 44px;
      -webkit-transition: font-size 0.1s ease;
      -moz-transition: font-size 0.1s ease;
      -ms-transition: font-size 0.1s ease;
      -o-transition: font-size 0.1s ease;
      transition: font-size 0.1s ease; }
      nav.navbar.navbar-inverse .navbar-nav > li a {
        display: inline-block;
        text-align: center; }
        nav.navbar.navbar-inverse .navbar-nav > li a:link, nav.navbar.navbar-inverse .navbar-nav > li a:visited {
          color: rgba(255, 255, 255, 0.9);
          -webkit-transition: color 0.1s ease;
          -moz-transition: color 0.1s ease;
          -ms-transition: color 0.1s ease;
          -o-transition: color 0.1s ease;
          transition: color 0.1s ease;
          background-color: transparent;
          border-bottom: 2px solid transparent; }
        nav.navbar.navbar-inverse .navbar-nav > li a:hover, nav.navbar.navbar-inverse .navbar-nav > li a:active, nav.navbar.navbar-inverse .navbar-nav > li a:focus {
          color: #ffffff;
          border-bottom: 2px solid #ffffff;
          -webkit-transition: color 0.1s ease;
          -moz-transition: color 0.1s ease;
          -ms-transition: color 0.1s ease;
          -o-transition: color 0.1s ease;
          transition: color 0.1s ease;
          background-color: transparent !important; } }
    @media only screen and (min-width: 768px) and (min-width: 768px) {
      nav.navbar.navbar-inverse .navbar-nav > li a.navbar-nav-link.active-link {
        background-color: none !important;
        border-bottom: 2px solid #ffffff;
        background-position: center bottom; } }
  @media only screen and (min-width: 768px) {
      nav.navbar.navbar-inverse .navbar-nav > li .side-open {
        margin: 16px 0 0 16px;
        cursor: pointer; }
        nav.navbar.navbar-inverse .navbar-nav > li .side-open:hover .side-icon-bar {
          background-color: #ffffff; }
      nav.navbar.navbar-inverse .navbar-nav > li .side-icon-bar {
        display: block;
        width: 32px;
        height: 2px;
        border-radius: 1px;
        background-color: rgba(255, 255, 255, 0.9); }
        nav.navbar.navbar-inverse .navbar-nav > li .side-icon-bar:hover {
          background-color: #ffffff; }
      nav.navbar.navbar-inverse .navbar-nav > li .side-icon-bar + .side-icon-bar {
        margin-top: 7px; } }
  @media only screen and (min-width: 992px) {
    nav.navbar.navbar-inverse .navbar-nav > li {
      margin: 0 0 0 24px;
      font-size: 20px;
      font-family: "america-b", sans-serif;
      -webkit-transition: font-size 0.1s ease;
      -moz-transition: font-size 0.1s ease;
      -ms-transition: font-size 0.1s ease;
      -o-transition: font-size 0.1s ease;
      transition: font-size 0.1s ease; } }

.sm-btn-row {
  margin: 0 0 0 16px;
  padding-top: 0px; }
  @media only screen and (min-width: 768px) {
    .sm-btn-row {
      padding: 8px 8px 8px 32px; } }
  .sm-btn-row a {
    padding: 17px;
    margin: 0 8px 24px 0;
    text-align: center;
    display: inline-block;
    vertical-align: middle;
    font-family: "america-r", helvetica, sans-serif;
    font-weight: normal;
    min-height: 50px;
    min-width: 90px; }
    @media only screen and (min-width: 768px) {
      .sm-btn-row a {
        margin: 0 8px 64px 0; } }
  .sm-btn-row .reverse-btn {
    border: 1px solid rgba(255, 255, 255, 0.8);
    border-radius: 4px; }
    .sm-btn-row .reverse-btn:hover {
      background-color: #ffffff;
      color: #D81B51;
      -webkit-transition: border-color 0.1s ease, background-color 0.1s ease, color 0.1s ease;
      -moz-transition: border-color 0.1s ease, background-color 0.1s ease, color 0.1s ease;
      -ms-transition: border-color 0.1s ease, background-color 0.1s ease, color 0.1s ease;
      -o-transition: border-color 0.1s ease, background-color 0.1s ease, color 0.1s ease;
      transition: border-color 0.1s ease, background-color 0.1s ease, color 0.1s ease; }
  .sm-btn-row .btns.no-outline-btn {
    border: 1px solid transparent; }
    .sm-btn-row .btns.no-outline-btn:hover {
      border: 1px solid #ffffff;
      color: #D81B51;
      background-color: #ffffff;
      border-radius: 4px;
      -webkit-transition: border-color 0.1s ease, background-color 0.1s ease, color 0.1s ease;
      -moz-transition: border-color 0.1s ease, background-color 0.1s ease, color 0.1s ease;
      -ms-transition: border-color 0.1s ease, background-color 0.1s ease, color 0.1s ease;
      -o-transition: border-color 0.1s ease, background-color 0.1s ease, color 0.1s ease;
      transition: border-color 0.1s ease, background-color 0.1s ease, color 0.1s ease; }

.displaymobile .sm-btn-row {
  margin: 32px 0 0 0;
  padding-top: 0px; }

.menu-wrapper ul.nav > li {
  margin: 0;
  padding: 0 0 0 48px; }
  .menu-wrapper ul.nav > li:hover {
    background-color: transparent !important; }
  .menu-wrapper ul.nav > li a {
    padding-left: 0 !important;
    padding-right: 0 !important;
    padding-bottom: 16px !important;
    margin: 0;
    display: inline-block;
    transition: 0.3s;
    font-size: 17px; }
    .menu-wrapper ul.nav > li a:link, .menu-wrapper ul.nav > li a:visited {
      border: none;
      background-color: transparent !important; }
    .menu-wrapper ul.nav > li a:hover, .menu-wrapper ul.nav > li a:active, .menu-wrapper ul.nav > li a:focus {
      border: none;
      background-color: transparent !important;
      -webkit-transition: color 0.1s ease;
      -moz-transition: color 0.1s ease;
      -ms-transition: color 0.1s ease;
      -o-transition: color 0.1s ease;
      transition: color 0.1s ease; }
.menu-wrapper li.bottom-divider {
  border-bottom: 1px solid #D81B51;
  margin-bottom: 18px !important;
  padding-bottom: 8px !important;
  padding-left: 16px;
  margin-left: -16px;
  margin-right: -16px; }
  @media only screen and (min-width: 768px) {
    .menu-wrapper li.bottom-divider {
      margin-left: 0;
      margin-right: 0;
      padding-bottom: 12px !important;
      margin-bottom: 24px !important; } }

.displaymobile ul.nav {
  position: relative;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0; }
.displaymobile ul.nav > li {
  margin: 0;
  padding: 0; }
  .displaymobile ul.nav > li a {
    margin: 0;
    display: inline-block;
    padding: 4px 0 12px 0 !important;
    font-size: 17px; }
    .displaymobile ul.nav > li a:hover {
      background-color: transparent !important; }
.displaymobile li.bottom-divider {
  border-bottom: 1px solid #D81B51;
  margin-bottom: 18px !important;
  padding-bottom: 8px !important;
  padding-left: 16px;
  margin-left: -16px;
  margin-right: -16px; }
  @media only screen and (min-width: 768px) {
    .displaymobile li.bottom-divider {
      margin-left: 0;
      margin-right: 0;
      padding-bottom: 12px !important;
      margin-bottom: 24px !important; } }

.nav-lead-label {
  color: #ffffff;
  margin-top: 2px;
  margin-bottom: 2px;
  font-size: 17px; }
  @media only screen and (min-width: 768px) {
    .nav-lead-label {
      margin-top: 8px;
      margin-left: 48px; } }

h3.nav-lead-label {
  margin-bottom: 32px;
  font-size: 17px; }
  @media only screen and (min-width: 768px) {
    h3.nav-lead-label {
      margin-bottom: 48px; } }

.nav-tagline {
  margin-top: 4px;
  font-size: 20px; }
  @media only screen and (min-width: 768px) {
    .nav-tagline {
      margin-top: 0px;
      font-size: 17px; } }

.nav .row.social-icons {
  margin: 8px 0 4px 12px;
  padding-left: 16px;
  border-bottom: none; }
  @media only screen and (min-width: 768px) {
    .nav .row.social-icons {
      margin: 0 0 8px 24px;
      padding-left: 32px; } }
  .nav .row.social-icons .column {
    padding: 0 8px;
    float: left;
    width: 19.88%;
    margin-bottom: 0; }
    .nav .row.social-icons .column:first-of-type {
      margin-left: -32px; }
    @media only screen and (min-width: 768px) {
      .nav .row.social-icons .column {
        margin-bottom: 0;
        width: 19.88%; }
        .nav .row.social-icons .column:first-of-type {
          margin-left: -12px; } }
  .nav .row.social-icons p.card-social-icon-youtube,
  .nav .row.social-icons p.card-social-icon-linkedin,
  .nav .row.social-icons p.card-social-icon-facebook,
  .nav .row.social-icons p.card-social-icon-instagram,
  .nav .row.social-icons p.card-social-icon-twitter {
    height: 20px;
    margin-top: 0px;
    margin-left: -16px;
    text-indent: -9999px;
    opacity: 0.90;
    background-size: contain;
    -webkit-transition: opacity 0.1s ease;
    -moz-transition: opacity 0.1s ease;
    -ms-transition: opacity 0.1s ease;
    -o-transition: opacity 0.1s ease;
    transition: opacity 0.1s ease; }
    @media only screen and (min-width: 768px) {
      .nav .row.social-icons p.card-social-icon-youtube,
      .nav .row.social-icons p.card-social-icon-linkedin,
      .nav .row.social-icons p.card-social-icon-facebook,
      .nav .row.social-icons p.card-social-icon-instagram,
      .nav .row.social-icons p.card-social-icon-twitter {
        height: 24px;
        margin-top: 16px;
        margin-left: -12px; } }
    @media only screen and (min-width: 992px) {
      .nav .row.social-icons p.card-social-icon-youtube,
      .nav .row.social-icons p.card-social-icon-linkedin,
      .nav .row.social-icons p.card-social-icon-facebook,
      .nav .row.social-icons p.card-social-icon-instagram,
      .nav .row.social-icons p.card-social-icon-twitter {
        height: 32px;
        margin-top: 16px; } }
    .nav .row.social-icons p.card-social-icon-youtube:hover,
    .nav .row.social-icons p.card-social-icon-linkedin:hover,
    .nav .row.social-icons p.card-social-icon-facebook:hover,
    .nav .row.social-icons p.card-social-icon-instagram:hover,
    .nav .row.social-icons p.card-social-icon-twitter:hover {
      opacity: 1;
      -webkit-transition: opacity 0.1s ease;
      -moz-transition: opacity 0.1s ease;
      -ms-transition: opacity 0.1s ease;
      -o-transition: opacity 0.1s ease;
      transition: opacity 0.1s ease; }

.nav .card-social-icon-youtube {
  background: url("/images/bp-social-youtube@2x.png") 0 50% no-repeat;
  -webkit-transition: background 0.5s ease;
  -moz-transition: background 0.5s ease;
  -ms-transition: background 0.5s ease;
  -o-transition: background 0.5s ease;
  transition: background 0.5s ease; }

.nav .card-social-icon-linkedin {
  background: url("/images/bp-social-linkedin@2x.png") 0 50% no-repeat;
  -webkit-transition: background 0.5s ease;
  -moz-transition: background 0.5s ease;
  -ms-transition: background 0.5s ease;
  -o-transition: background 0.5s ease;
  transition: background 0.5s ease; }

.nav .card-social-icon-facebook {
  background: url("/images/bp-social-facebook@2x.png") 0 50% no-repeat;
  -webkit-transition: background 0.5s ease;
  -moz-transition: background 0.5s ease;
  -ms-transition: background 0.5s ease;
  -o-transition: background 0.5s ease;
  transition: background 0.5s ease; }

.nav .card-social-icon-instagram {
  background: url("/images/bp-social-instagram@2x.png") 0 50% no-repeat;
  -webkit-transition: background 0.5s ease;
  -moz-transition: background 0.5s ease;
  -ms-transition: background 0.5s ease;
  -o-transition: background 0.5s ease;
  transition: background 0.5s ease; }

.nav .card-social-icon-twitter {
  background: url("/images/bp-social-twitter@2x.png") 0 50% no-repeat;
  -webkit-transition: background 0.5s ease;
  -moz-transition: background 0.5s ease;
  -ms-transition: background 0.5s ease;
  -o-transition: background 0.5s ease;
  transition: background 0.5s ease; }

.brand-nav-bottom {
  margin-top: 4px;
  margin-left: -12px;
  width: 280px; }
  @media only screen and (min-width: 768px) {
    .brand-nav-bottom {
      margin-top: 0;
      margin-left: 40px;
      width: 300px; } }

.displaymobile {
  display: block; }
  @media only screen and (min-width: 768px) {
    .displaymobile {
      display: none; } }

.displaydesktop {
  display: none; }
  @media only screen and (min-width: 768px) {
    .displaydesktop {
      display: block; } }

#side-open {
  display: block; }

#side-navigation {
  border-left: none;
  background-color: #BA0337; }
  #side-navigation.bordered {
    border-left: 1px solid rgba(240, 29, 89, 0.5); }

.sidemenu {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 2;
  top: 0;
  right: 0;
  overflow: hidden;
  padding-top: 24px;
  transition: 0.5s; }
  .sidemenu ::-webkit-scrollbar {
    display: none; }
  .sidemenu .menu-wrapper {
    margin-top: 0px 24px;
    height: 100%;
    overflow: auto; }
  .sidemenu .close {
    position: absolute;
    top: 32px;
    right: 24px;
    font-size: 24px;
    opacity: 0.9; }
    .sidemenu .close:hover {
      opacity: 1; }
  .sidemenu .ico-close {
    height: 32px;
    opacity: 1; }
    .sidemenu .ico-close:hover {
      opacity: 1; }

/* HERO: HOME PAGE -- featured stories */
.home-featuredstories {
  background-color: #ffffff; }
  .home-featuredstories .col-md-6,
  .home-featuredstories .col-sm-6,
  .home-featuredstories .col-md-5,
  .home-featuredstories .col-sm-5,
  .home-featuredstories .col-md-4,
  .home-featuredstories .col-sm-4 {
    padding-top: 40px;
    padding-bottom: 40px;
    border-top: 1px solid #f3f3f3; }
    @media only screen and (min-width: 992px) {
      .home-featuredstories .col-md-6,
      .home-featuredstories .col-sm-6,
      .home-featuredstories .col-md-5,
      .home-featuredstories .col-sm-5,
      .home-featuredstories .col-md-4,
      .home-featuredstories .col-sm-4 {
        border-top: none;
        padding-top: 80px;
        padding-bottom: 80px; } }
    @media only screen and (min-width: 992px) {
      .home-featuredstories .col-md-6,
      .home-featuredstories .col-sm-6,
      .home-featuredstories .col-md-5,
      .home-featuredstories .col-sm-5,
      .home-featuredstories .col-md-4,
      .home-featuredstories .col-sm-4 {
        min-height: 525px; } }
  .home-featuredstories h2 {
    font-size: 32px;
    vertical-align: bottom; }
    @media only screen and (min-width: 599px) {
      .home-featuredstories h2 {
        font-size: 48px; } }
  .home-featuredstories p {
    font-family: "america-r", helvetica, sans-serif;
    margin-top: 8px;
    color: #414141;
    font-size: 17px;
    line-height: 20px;
    vertical-align: bottom; }
    @media only screen and (min-width: 992px) {
      .home-featuredstories p {
        min-height: 180px; } }
    @media only screen and (min-width: 992px) {
      .home-featuredstories p {
        max-width: 99%;
        padding-top: 16px;
        padding-bottom: 6px;
        font-size: 18px;
        line-height: 24px; } }
    @media only screen and (min-width: 1200px) {
      .home-featuredstories p {
        font-size: 20px;
        line-height: 28px; } }
  .home-featuredstories img {
    max-height: 50px; }
    @media only screen and (min-width: 599px) {
      .home-featuredstories img {
        margin-top: 0; } }
    @media only screen and (min-width: 768px) {
      .home-featuredstories img {
        margin-top: 0; } }
    @media only screen and (min-width: 992px) {
      .home-featuredstories img {
        margin-top: 0; } }
    @media only screen and (min-width: 1200px) {
      .home-featuredstories img {
        margin-top: 0;
        max-height: 60px; } }

/* HERO: HOME PAGE -- homelatest */
#homelatest {
  background-color: #002335;
  padding: 24px 0; }
  @media only screen and (min-width: 599px) {
    #homelatest {
      padding: 48px 0; } }
  #homelatest .col-md-9,
  #homelatest .col-sm-9,
  #homelatest .col-md-8,
  #homelatest .col-sm-8,
  #homelatest .col-md-7,
  #homelatest .col-sm-7,
  #homelatest .col-md-6,
  #homelatest .col-sm-6,
  #homelatest .col-md-5,
  #homelatest .col-sm-5,
  #homelatest .col-md-4,
  #homelatest .col-sm-4,
  #homelatest .col-md-3,
  #homelatest .col-sm-3 {
    padding-top: 12px;
    padding-bottom: 12px; }
    @media only screen and (min-width: 599px) {
      #homelatest .col-md-9,
      #homelatest .col-sm-9,
      #homelatest .col-md-8,
      #homelatest .col-sm-8,
      #homelatest .col-md-7,
      #homelatest .col-sm-7,
      #homelatest .col-md-6,
      #homelatest .col-sm-6,
      #homelatest .col-md-5,
      #homelatest .col-sm-5,
      #homelatest .col-md-4,
      #homelatest .col-sm-4,
      #homelatest .col-md-3,
      #homelatest .col-sm-3 {
        padding-top: 24px;
        padding-bottom: 24px; } }
  #homelatest li {
    list-style-position: outside; }
  #homelatest li a:link, #homelatest li a:visited {
    font-size: 22px;
    color: #ffffff;
    display: inline-block; }
  #homelatest li a:hover, #homelatest li a:active {
    font-size: 22px;
    color: #D81B51;
    display: inline-block; }
  #homelatest li span {
    font-size: 17px;
    display: block;
    color: #ffffff; }
  #homelatest .latest li {
    padding-left: 48px;
    margin-bottom: 24px; }
  #homelatest h2 {
    font-size: 32px;
    color: #ffffff;
    vertical-align: bottom; }
    @media only screen and (min-width: 599px) {
      #homelatest h2 {
        font-size: 48px; } }
  #homelatest .home-see-all-link {
    display: none;
    color: #ffffff;
    text-decoration: none;
    border-bottom: 1.5px solid #ffffff;
    vertical-align: bottom;
    margin-top: 0; }
    @media only screen and (min-width: 768px) {
      #homelatest .home-see-all-link {
        display: inline-block;
        float: right;
        font-size: 20px;
        line-height: 32px;
        margin-top: 20px; } }
    #homelatest .home-see-all-link:hover {
      color: #D81B51;
      border-bottom-color: #D81B51; }

/* HERO: HOME PAGE -- Partners */
#homeCollaborations {
  background-color: #ffffff;
  padding: 24px 0; }
  @media only screen and (min-width: 599px) {
    #homeCollaborations {
      padding: 48px 0; } }
  #homeCollaborations .col-md-9,
  #homeCollaborations .col-sm-9,
  #homeCollaborations .col-md-8,
  #homeCollaborations .col-sm-8,
  #homeCollaborations .col-md-7,
  #homeCollaborations .col-sm-7,
  #homeCollaborations .col-md-6,
  #homeCollaborations .col-sm-6,
  #homeCollaborations .col-md-5,
  #homeCollaborations .col-sm-5,
  #homeCollaborations .col-md-4,
  #homeCollaborations .col-sm-4,
  #homeCollaborations .col-md-3,
  #homeCollaborations .col-sm-3 {
    padding-top: 12px;
    padding-bottom: 12px; }
    @media only screen and (min-width: 599px) {
      #homeCollaborations .col-md-9,
      #homeCollaborations .col-sm-9,
      #homeCollaborations .col-md-8,
      #homeCollaborations .col-sm-8,
      #homeCollaborations .col-md-7,
      #homeCollaborations .col-sm-7,
      #homeCollaborations .col-md-6,
      #homeCollaborations .col-sm-6,
      #homeCollaborations .col-md-5,
      #homeCollaborations .col-sm-5,
      #homeCollaborations .col-md-4,
      #homeCollaborations .col-sm-4,
      #homeCollaborations .col-md-3,
      #homeCollaborations .col-sm-3 {
        padding-top: 24px;
        padding-bottom: 24px; } }
  #homeCollaborations .col-md-12,
  #homeCollaborations .col-sm-12 {
    padding-bottom: 12px; }
    @media only screen and (min-width: 599px) {
      #homeCollaborations .col-md-12,
      #homeCollaborations .col-sm-12 {
        padding-bottom: 24px; } }
  #homeCollaborations li a:link, #homeCollaborations li a:visited {
    font-size: 22px;
    color: #D81B51;
    display: inline-block; }
  #homeCollaborations li a:hover, #homeCollaborations li a:active {
    font-size: 22px;
    color: #D81B51;
    display: inline-block; }
  #homeCollaborations li span {
    font-size: 17px;
    display: block; }
  #homeCollaborations h2 {
    padding-left: 15px;
    font-size: 32px;
    vertical-align: bottom; }
    @media only screen and (min-width: 599px) {
      #homeCollaborations h2 {
        font-size: 48px; } }
  #homeCollaborations .home-see-all-link {
    display: none;
    color: #ffffff;
    text-decoration: none;
    border-bottom: 1.5px solid #ffffff;
    vertical-align: bottom;
    margin-top: 0; }
    @media only screen and (min-width: 768px) {
      #homeCollaborations .home-see-all-link {
        display: inline-block;
        float: right;
        font-size: 20px;
        line-height: 32px;
        margin-top: 20px; } }
    #homeCollaborations .home-see-all-link:hover {
      color: #D81B51;
      border-bottom-color: #D81B51; }
  #homeCollaborations p {
    font-size: 20px;
    color: #ffffff; }
    #homeCollaborations p a {
      text-decoration: none;
      border-bottom: 1.5px solid #ffffff;
      color: #ffffff; }
      #homeCollaborations p a:hover {
        color: #D81B51;
        border-bottom-color: #D81B51; }
  #homeCollaborations div.service-changes-banner p {
    color: #000; }
  #homeCollaborations div.service-changes-banner a {
    text-decoration: none;
    border-bottom: 1.5px solid #D81B51;
    color: #D81B51; }
    #homeCollaborations div.service-changes-banner a:hover {
      color: #D81B51;
      border-bottom-color: #D81B51; }

.h-img {
  display: none;
  margin: 0;
  max-width: 200px; }
  @media only screen and (min-width: 992px) {
    .h-img {
      display: inline-block;
      float: right;
      max-width: 380px; } }
  @media only screen and (min-width: 1200px) {
    .h-img {
      max-width: 472px; } }

.audience-summary .h-img {
  margin-top: 108px; }
  @media only screen and (min-width: 1200px) {
    .audience-summary .h-img {
      margin-top: 108px; } }

@media only screen and (min-width: 992px) {
  .service-changes-banner .h-img {
    margin-right: 35px; } }

.home-clients-array {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap; }
  .home-clients-array a {
    background-color: #ffffff;
    margin-top: 24px;
    margin-right: 24px; }
    @media only screen and (min-width: 768px) {
      .home-clients-array a {
        justify-content: center;
        margin-right: 64px; } }
    @media only screen and (min-width: 992px) {
      .home-clients-array a {
        justify-content: center;
        margin-right: 84px; } }
    .home-clients-array a img {
      max-width: 100px;
      max-height: 75px; }
      @media only screen and (min-width: 768px) {
        .home-clients-array a img {
          max-width: 150px;
          max-height: 100px; } }
      @media only screen and (min-width: 992px) {
        .home-clients-array a img {
          max-width: 200px;
          max-height: 75px; } }

/* HERO: HOME PAGE -- BASE */
.home-hero {
  padding: 0 0 0 0 0; }
  .home-hero .home-hero-image {
    background-repeat: no-repeat; }
    @media only screen and (min-width: 375px) {
      .home-hero .home-hero-image {
        background-position: bottom -12px center;
        background-size: 70%;
        padding-bottom: 180px; } }
    @media only screen and (min-width: 480px) {
      .home-hero .home-hero-image {
        background-position: bottom -12px center;
        background-size: 60%; } }
    @media only screen and (min-width: 599px) {
      .home-hero .home-hero-image {
        background-position: bottom -12px center;
        background-size: 52%;
        padding-bottom: 200px; } }
    @media only screen and (min-width: 768px) {
      .home-hero .home-hero-image {
        background-position: bottom -8px right;
        background-size: 49%;
        padding-bottom: 24px; } }
    @media only screen and (min-width: 992px) {
      .home-hero .home-hero-image {
        background-size: 45%;
        background-position: bottom -24px right 8px;
        min-height: 300px; } }
    @media only screen and (min-width: 1200px) {
      .home-hero .home-hero-image {
        background-size: 42%;
        background-position: bottom -32px right 8px;
        min-height: 380px; } }
  @media only screen and (min-width: 375px) {
    .home-hero .hhi-de {
      background-image: url("/images/localized/de/feature-hero-devices-updated@2x.png"); } }
  @media only screen and (min-width: 768px) {
    .home-hero .hhi-de {
      background-image: url("/images/localized/de/feature-hero-devices-updated@2x.png"); } }
  @media only screen and (min-width: 375px) {
    .home-hero .hhi-en {
      background-image: url("/images/localized/en/feature-hero-devices-updated@2x.png"); } }
  @media only screen and (min-width: 768px) {
    .home-hero .hhi-en {
      background-image: url("/images/localized/en/feature-hero-devices-updated@2x.png"); } }
  @media only screen and (min-width: 375px) {
    .home-hero .hhi-es {
      background-image: url("/images/localized/es/feature-hero-devices-updated@2x.png"); } }
  @media only screen and (min-width: 768px) {
    .home-hero .hhi-es {
      background-image: url("/images/localized/es/feature-hero-devices-updated@2x.png"); } }
  @media only screen and (min-width: 375px) {
    .home-hero .hhi-fr {
      background-image: url("/images/localized/fr/feature-hero-devices-updated@2x.png"); } }
  @media only screen and (min-width: 768px) {
    .home-hero .hhi-fr {
      background-image: url("/images/localized/fr/feature-hero-devices-updated@2x.png"); } }
  @media only screen and (min-width: 375px) {
    .home-hero .hhi-pt {
      background-image: url("/images/localized/pt/feature-hero-devices-updated@2x.png"); } }
  @media only screen and (min-width: 768px) {
    .home-hero .hhi-pt {
      background-image: url("/images/localized/pt/feature-hero-devices-updated@2x.png"); } }
  @media only screen and (min-width: 375px) {
    .home-hero .hhi-it {
      background-image: url("/images/localized/it/feature-hero-devices-updated@2x.png"); } }
  @media only screen and (min-width: 768px) {
    .home-hero .hhi-it {
      background-image: url("/images/localized/it/feature-hero-devices-updated@2x.png"); } }
  .home-hero .col-md-6,
  .home-hero .col-sm-6,
  .home-hero .col-xs-6 {
    padding-top: 4px; }
    @media only screen and (min-width: 768px) {
      .home-hero .col-md-6,
      .home-hero .col-sm-6,
      .home-hero .col-xs-6 {
        padding-top: 12px; } }
  .home-hero h1 {
    font-family: "america-b", sans-serif;
    color: #ffffff;
    margin-left: 0;
    margin-bottom: 40px;
    font-size: 28px; }
    @media only screen and (min-width: 320px) {
      .home-hero h1 {
        font-size: 34px;
        line-height: 32px; } }
    @media only screen and (min-width: 375px) {
      .home-hero h1 {
        font-size: 34px;
        line-height: 34px; } }
    @media only screen and (min-width: 599px) {
      .home-hero h1 {
        font-size: 42px;
        line-height: 1.1; } }
    @media only screen and (min-width: 768px) {
      .home-hero h1 {
        font-size: 48px;
        line-height: 1.1; }
        .home-hero h1 span {
          white-space: normal; } }
    @media only screen and (min-width: 992px) {
      .home-hero h1 {
        margin-top: 24px;
        font-size: 64px;
        line-height: 68px; } }
    @media only screen and (min-width: 1200px) {
      .home-hero h1 {
        margin-top: 56px; } }
  .home-hero p {
    font-family: "america-r", helvetica, sans-serif;
    color: #ffffff;
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 24px; }
    @media only screen and (min-width: 480px) {
      .home-hero p {
        font-size: 20px;
        line-height: 28px; } }

/* HERO: HOME PAGE -- Audiences */
.audience {
  background-color: #f3f3f3;
  padding: 0 0 12px 0; }
  .audience .col-md-6 {
    padding-top: 24px;
    padding-right: 24px;
    min-width: 50%; }
    @media only screen and (min-width: 768px) {
      .audience .col-md-6 {
        padding-top: 48px;
        padding-right: 48px; } }
  .audience .col-md-4 {
    padding-top: 24px;
    padding-bottom: 24px;
    padding-right: 24px;
    min-width: 33.3%; }
    @media only screen and (min-width: 768px) {
      .audience .col-md-4 {
        padding-top: 48px;
        padding-bottom: 32px;
        padding-right: 56px; }
        .audience .col-md-4:last-child {
          padding-right: 48px; } }
  .audience .audience-summary h2 {
    font-family: "america-b", sans-serif;
    color: #373737;
    font-size: 28px;
    font-weight: 600;
    letter-spacing: -0.3px;
    padding-top: 8px;
    margin-bottom: 24px; }
    .audience .audience-summary h2 a {
      color: #373737; }
    .audience .audience-summary h2 span {
      white-space: nowrap; }
    @media only screen and (min-width: 375px) {
      .audience .audience-summary h2 {
        font-size: 30px;
        line-height: 1.08; } }
    @media only screen and (min-width: 480px) {
      .audience .audience-summary h2 {
        font-size: 32px;
        line-height: 1.00; } }
    @media only screen and (min-width: 599px) {
      .audience .audience-summary h2 {
        min-height: 64px; } }
  .audience .audience-summary p {
    font-family: "america-r", helvetica, sans-serif;
    color: #414141;
    font-size: 17px;
    line-height: 1.412;
    margin-bottom: 24px; }
  .audience .audience-summary ul {
    margin: 0;
    -webkit-margin-before: 0;
    -webkit-margin-after: 0;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    -webkit-padding-start: 0; }
  .audience .audience-summary li {
    list-style-position: outside;
    list-style: none;
    font-family: "america-r", helvetica, sans-serif;
    font-size: 17px;
    background-image: url("/images/icon/check-mark-sizzle-highlight@2x.png");
    display: inline-block;
    background-repeat: no-repeat;
    background-position: 0 -12px;
    background-size: 48px;
    padding-left: 44px;
    margin: 0 0 24px 0; }
  @media only screen and (min-width: 992px) {
    .audience .audience-summary .audiences-content p {
      font-size: 20px; } }
  @media only screen and (min-width: 992px) {
    .audience .audience-summary .audiences-content {
      min-height: 256px; } }
  @media only screen and (min-width: 1200px) {
    .audience .audience-summary .audiences-content {
      min-height: 312px; } }

/* FEATURE NAVIGATION feature-nav */
.feature-nav-band {
  color: #FFEBEF; }
  @media only screen and (min-width: 768px) {
    .feature-nav-band {
      padding-bottom: 24px; } }
  .feature-nav-band h3 {
    margin-top: 0;
    text-align: left;
    font-size: 10px;
    font-weight: 500;
    padding: 2px 0;
    display: block; }
    @media only screen and (min-width: 320px) {
      .feature-nav-band h3 {
        width: 100%;
        font-size: 16px;
        padding: 4px 0; } }
    @media only screen and (min-width: 375px) {
      .feature-nav-band h3 {
        padding: 5px 0; } }
    @media only screen and (min-width: 480px) {
      .feature-nav-band h3 {
        letter-spacing: -0.1px;
        padding: 8px 0; } }
    @media only screen and (min-width: 768px) {
      .feature-nav-band h3 {
        font-weight: 600;
        font-size: 16px;
        padding: 10px 0;
        display: block; } }
    @media only screen and (min-width: 992px) {
      .feature-nav-band h3 {
        font-size: 24px;
        padding: 12px 0; } }
  .feature-nav-band p {
    width: 80%;
    max-width: 200px;
    font-size: 10px;
    font-weight: 500;
    display: block; }
    @media only screen and (min-width: 320px) {
      .feature-nav-band p {
        width: 100%;
        font-size: 16px;
        padding: 4px 0; } }
    @media only screen and (min-width: 375px) {
      .feature-nav-band p {
        padding: 5px 0; } }
    @media only screen and (min-width: 480px) {
      .feature-nav-band p {
        padding: 8px 0; } }
    @media only screen and (min-width: 768px) {
      .feature-nav-band p {
        font-size: 15px;
        display: block; } }
    @media only screen and (min-width: 1200px) {
      .feature-nav-band p {
        font-size: 15px;
        max-width: 200px;
        width: 92%; } }
  .feature-nav-band .learn-more-text {
    padding-bottom: 4px;
    white-space: nowrap; }
    @media only screen and (min-width: 320px) {
      .feature-nav-band .learn-more-text {
        font-size: 16px; } }
    @media only screen and (min-width: 768px) {
      .feature-nav-band .learn-more-text {
        font-size: 18px;
        border-bottom: 2px solid #ffffff;
        width: 60%; } }
    @media only screen and (min-width: 768px) {
      .feature-nav-band .learn-more-text {
        width: 45%; } }
    @media only screen and (min-width: 1200px) {
      .feature-nav-band .learn-more-text {
        font-size: 18px;
        width: 35%; } }
  .feature-nav-band div.col-sm-3,
  .feature-nav-band div.col-xs-3 {
    min-height: 72px;
    padding: 16px; }
    .feature-nav-band div.col-sm-3:hover,
    .feature-nav-band div.col-xs-3:hover {
      color: #ffffff; }
    @media only screen and (min-width: 320px) {
      .feature-nav-band div.col-sm-3,
      .feature-nav-band div.col-xs-3 {
        border-bottom: 1px solid #E2547C; } }
    @media only screen and (min-width: 599px) {
      .feature-nav-band div.col-sm-3,
      .feature-nav-band div.col-xs-3 {
        border-bottom: none; } }
    @media only screen and (min-width: 768px) {
      .feature-nav-band div.col-sm-3,
      .feature-nav-band div.col-xs-3 {
        min-height: 152px; } }
    @media only screen and (min-width: 992px) {
      .feature-nav-band div.col-sm-3,
      .feature-nav-band div.col-xs-3 {
        min-height: 226px; } }
    @media only screen and (min-width: 1200px) {
      .feature-nav-band div.col-sm-3,
      .feature-nav-band div.col-xs-3 {
        min-height: 248px; } }

.active-page {
  pointer-events: none;
  opacity: 0.75;
  filter: alpha(opacity=75); }
  .active-page .learn-more-text {
    display: none; }

/* MODAL */
.modal-backdrop {
  z-index: -1 !important;
  opacity: 0.15 !important; }

@media screen and (min-width: 768px) {
  .modal-content {
    top: 4em;
    -webkit-transition: top 0.1s ease;
    -moz-transition: top 0.1s ease;
    -ms-transition: top 0.1s ease;
    -o-transition: top 0.1s ease;
    transition: top 0.1s ease; } }
@media screen and (min-width: 768px) {
  .modal-content {
    top: 4em;
    -webkit-transition: top 0.1s ease;
    -moz-transition: top 0.1s ease;
    -ms-transition: top 0.1s ease;
    -o-transition: top 0.1s ease;
    transition: top 0.1s ease; } }
@media screen and (min-width: 992px) {
  .modal-content {
    top: 6em;
    -webkit-transition: top 0.1s ease;
    -moz-transition: top 0.1s ease;
    -ms-transition: top 0.1s ease;
    -o-transition: top 0.1s ease;
    transition: top 0.1s ease; } }
@media screen and (min-width: 1200px) {
  .modal-content {
    top: 7em;
    -webkit-transition: top 0.1s ease;
    -moz-transition: top 0.1s ease;
    -ms-transition: top 0.1s ease;
    -o-transition: top 0.1s ease;
    transition: top 0.1s ease; } }
#movieModal .modal-content {
  top: 0.8em;
  background-color: #110E24;
  -webkit-transition: top 0.1s ease;
  -moz-transition: top 0.1s ease;
  -ms-transition: top 0.1s ease;
  -o-transition: top 0.1s ease;
  transition: top 0.1s ease; }
@media screen and (min-width: 480px) {
  #movieModal .modal-content {
    top: 2em;
    -webkit-transition: top 0.1s ease;
    -moz-transition: top 0.1s ease;
    -ms-transition: top 0.1s ease;
    -o-transition: top 0.1s ease;
    transition: top 0.1s ease; } }
#movieModal .modal-header {
  border-bottom-color: rgba(80, 80, 80, 0.4); }
#movieModal .modal-header .close {
  color: #ffffff;
  text-shadow: 0 1px 0 #000; }
#movieModal h4.modal-title {
  color: #ffffff; }
#movieModal .modal-header .close {
  color: #ffffff;
  text-shadow: 0 1px 0 #000; }
@media screen and (min-width: 480px) {
  #movieModal .modal-content {
    background-color: #110E24;
    -webkit-transition: top 0.1s ease;
    -moz-transition: top 0.1s ease;
    -ms-transition: top 0.1s ease;
    -o-transition: top 0.1s ease;
    transition: top 0.1s ease; } }

#overlayRelief .modal-content {
  top: 4.25em;
  color: #ffffff;
  background-color: #D81B51;
  -webkit-transition: top 0.1s ease;
  -moz-transition: top 0.1s ease;
  -ms-transition: top 0.1s ease;
  -o-transition: top 0.1s ease;
  transition: top 0.1s ease; }
@media screen and (min-width: 480px) {
  #overlayRelief .modal-content {
    top: 4em;
    -webkit-transition: top 0.1s ease;
    -moz-transition: top 0.1s ease;
    -ms-transition: top 0.1s ease;
    -o-transition: top 0.1s ease;
    transition: top 0.1s ease; } }
#overlayRelief .close {
  margin-top: 0;
  margin-right: 4px;
  font-size: 30px;
  color: black;
  text-shadow: 0 0.5px 0 #000; }
#overlayRelief .img-relief {
  margin-top: 24px;
  max-width: 130px;
  display: block;
  margin-left: auto;
  margin-right: auto; }
#overlayRelief h4.modal-title {
  display: block;
  max-width: 154px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 12px;
  font-size: 15px;
  white-space: nowrap;
  color: #ffffff; }
  @media screen and (min-width: 768px) {
    #overlayRelief h4.modal-title {
      margin-top: 12px;
      font-size: 36px;
      max-width: 376px;
      white-space: nowrap; } }
@media screen and (min-width: 768px) {
  #overlayRelief .text-content {
    margin-left: 32px;
    margin-bottom: 24px;
    margin-right: 32px; } }
#overlayRelief .text-content p {
  font-family: "america-b", sans-serif;
  font-size: 13.5px;
  text-align: center; }
  @media screen and (min-width: 768px) {
    #overlayRelief .text-content p {
      font-size: 21px; } }
#overlayRelief .help-button-style {
  display: block;
  font-weight: 600;
  color: #D81B51;
  padding: 12px;
  background-color: #ffffff;
  border-radius: 56px;
  text-align: center;
  width: 80%;
  margin: 16px auto; }
  #overlayRelief .help-button-style:hover {
    background-color: #ffffff; }
@media screen and (min-width: 768px) {
  #overlayRelief .modal-content {
    min-width: 640px; }
  #overlayRelief .modal-header .close {
    font-size: 36px;
    color: black;
    text-shadow: 0 1px 0 #000; }
  #overlayRelief .img-relief {
    max-width: 320px; } }

/* INTERIOR MAIN CONTENT: WHY, ABOUT, CONTACT */
.interior-main-content {
  color: #414141;
  background-color: #ffffff; }
  .interior-main-content h1,
  .interior-main-content h2,
  .interior-main-content h3,
  .interior-main-content ol li,
  .interior-main-content ul li,
  .interior-main-content p {
    color: #414141; }
  .interior-main-content strong {
    font-family: "america-b", sans-serif; }
  .interior-main-content h1 {
    font-family: "america-b", sans-serif;
    margin-top: 24px;
    margin-bottom: 24px;
    font-size: 48px;
    line-height: 1.25;
    letter-spacing: -0.3px; }
    @media only screen and (min-width: 480px) {
      .interior-main-content h1 {
        margin-top: 48px; } }
    @media only screen and (min-width: 768px) {
      .interior-main-content h1 {
        margin-top: 32px;
        margin-bottom: 12px;
        letter-spacing: -0.5px; } }
    @media only screen and (min-width: 992px) {
      .interior-main-content h1 {
        margin-top: 72px;
        margin-bottom: 24px;
        letter-spacing: -0.5px;
        font-size: 64px; } }
  .interior-main-content h2 {
    font-family: "america-b", sans-serif;
    margin-top: 48px;
    margin-bottom: 12px;
    font-size: 32px;
    line-height: 1.25;
    letter-spacing: -0.1px;
    max-width: 780px; }
    @media only screen and (min-width: 992px) {
      .interior-main-content h2 {
        margin-top: 48px;
        font-size: 48px;
        letter-spacing: -0.1px; } }
  .interior-main-content h2.contact-say-hello {
    font-size: 28px; }
  .interior-main-content h3 {
    font-family: "america-b", sans-serif;
    font-size: 28px;
    margin-bottom: 8px;
    line-height: 1.25;
    letter-spacing: -0.3px; }
    @media only screen and (min-width: 992px) {
      .interior-main-content h3 {
        font-size: 32px; } }
  .interior-main-content .sidebar-modules h3 {
    font-size: 20px; }
  .interior-main-content h3.archive-year {
    font-family: "america-b", sans-serif;
    font-size: 32px;
    letter-spacing: -0.3px; }
    @media only screen and (min-width: 992px) {
      .interior-main-content h3.archive-year {
        font-size: 48px; } }
  .interior-main-content h3.about-video-slug-link {
    margin-top: 0;
    margin-left: 0px;
    position: relative;
    top: 50%;
    -webkit-transform: perspective(1px) translateY(-50%);
    -ms-transform: perspective(1px) translateY(-50%);
    transform: perspective(1px) translateY(-50%); }
    @media only screen and (min-width: 599px) {
      .interior-main-content h3.about-video-slug-link {
        margin-left: -24px; } }
    @media only screen and (min-width: 768px) {
      .interior-main-content h3.about-video-slug-link {
        margin-left: -24px; } }
    @media only screen and (min-width: 992px) {
      .interior-main-content h3.about-video-slug-link {
        margin-left: 36px; } }
  @media only screen and (min-width: 768px) {
    .interior-main-content .btn-medium-play-container {
      margin-left: 0; } }
  .interior-main-content p {
    font-size: 17px;
    line-height: 1.5; }
    @media only screen and (min-width: 768px) {
      .interior-main-content p {
        font-family: "america-r", helvetica, sans-serif;
        margin-bottom: 24px; } }
  .interior-main-content a:link, .interior-main-content a:visited {
    color: #D81B51; }
  .interior-main-content a:hover, .interior-main-content a:active {
    color: #F01D59 !important; }
  .interior-main-content .news {
    padding-bottom: 24px; }
    .interior-main-content .news a:link, .interior-main-content .news a:visited {
      color: #414141; }
    .interior-main-content .news a:hover, .interior-main-content .news a:active {
      color: #F01D59 !important; }
  .interior-main-content .interior-summary p {
    font-family: "america-r", helvetica, sans-serif;
    font-size: 20px;
    line-height: 1.5;
    margin-bottom: 24px;
    max-width: 800px; }
    @media only screen and (min-width: 768px) {
      .interior-main-content .interior-summary p {
        max-width: 800px; } }
  .interior-main-content p.contact-disclaimer {
    font-family: "america-r", helvetica, sans-serif;
    font-size: 12px;
    line-height: 1.5;
    color: #A0A0A0; }
  .interior-main-content p.contact-summary,
  .interior-main-content .contact-summary .newkey {
    font-family: "america-r", helvetica, sans-serif;
    font-size: 20px;
    line-height: 36px;
    margin-bottom: 24px; }
  .interior-main-content.newsroom.interior-main-content h1 {
    margin-bottom: 0; }
    @media only screen and (min-width: 992px) {
      .interior-main-content.newsroom.interior-main-content h1 {
        margin-bottom: 24px; } }
  .interior-main-content.newsroom.interior-main-content h2 {
    margin-top: 12px; }
    @media only screen and (min-width: 992px) {
      .interior-main-content.newsroom.interior-main-content h2 {
        margin-top: 48px; } }
  .interior-main-content.newsroom .col-md-9.padding-bottom-2-units {
    padding-bottom: 0; }
    @media only screen and (min-width: 992px) {
      .interior-main-content.newsroom .col-md-9.padding-bottom-2-units {
        padding-bottom: 16px; } }
  .interior-main-content.newsroom .col-md-3.padding-bottom-2-units {
    padding-bottom: 0; }
    @media only screen and (min-width: 992px) {
      .interior-main-content.newsroom .col-md-3.padding-bottom-2-units {
        padding-bottom: 16px; } }
  .interior-main-content.newsroom .media-email {
    font-size: 17px;
    display: none; }
    @media only screen and (min-width: 768px) {
      .interior-main-content.newsroom .media-email {
        display: inline-block;
        margin-top: 0px;
        line-height: 48px;
        font-size: 20px;
        float: right; } }
    @media only screen and (min-width: 992px) {
      .interior-main-content.newsroom .media-email {
        margin-top: 96px;
        line-height: 64px;
        margin-right: 24px; } }
  .interior-main-content.newsroom .h-news,
  .interior-main-content.newsroom .h-press-releases,
  .interior-main-content.newsroom .h-events {
    font-size: 32px;
    padding-left: 32px; }
    @media only screen and (min-width: 768px) {
      .interior-main-content.newsroom .h-news,
      .interior-main-content.newsroom .h-press-releases,
      .interior-main-content.newsroom .h-events {
        font-size: 48px;
        padding-left: 40px; } }
  .interior-main-content.newsroom .h-news {
    background: url("/images/icon/news-darkGrey-med@2x.png") no-repeat top 10px left;
    background-size: 24px; }
    @media only screen and (min-width: 768px) {
      .interior-main-content.newsroom .h-news {
        background-size: 32px; } }
  .interior-main-content.newsroom .h-press-releases {
    background: url("/images/icon/announcements-darkGrey-med@2x.png") no-repeat top 10px left;
    background-size: 24px; }
    @media only screen and (min-width: 768px) {
      .interior-main-content.newsroom .h-press-releases {
        background-size: 32px; } }
  .interior-main-content.newsroom .h-events {
    background: url("/images/icon/events-darkGrey-med@2x.png") no-repeat top 10px left;
    background-size: 24px; }
    @media only screen and (min-width: 768px) {
      .interior-main-content.newsroom .h-events {
        background-size: 32px; } }
  .interior-main-content.newsroom .press-release-array,
  .interior-main-content.newsroom .in-the-news-array,
  .interior-main-content.newsroom .events-array {
    padding-right: -16px !important; }
  .interior-main-content .announcement-item {
    border-radius: 8px;
    border: solid 1px #B7B7B7;
    background-color: #ffffff;
    padding: 18px;
    margin-bottom: 8px; }
    .interior-main-content .announcement-item:hover {
      border: solid 1px #F01D59;
      box-shadow: 0px 3px 6px 0px rgba(17, 17, 17, 0.1);
      -webkit-transition: color 0.1s ease;
      -moz-transition: color 0.1s ease;
      -ms-transition: color 0.1s ease;
      -o-transition: color 0.1s ease;
      transition: color 0.1s ease; }
    .interior-main-content .announcement-item.first {
      margin-top: 32px; }
    .interior-main-content .announcement-item h5 {
      font-family: "america-b", sans-serif;
      font-weight: 500;
      font-size: 20px;
      line-height: 1.4; }
      @media only screen and (min-width: 992px) {
        .interior-main-content .announcement-item h5 {
          font-size: 28px; } }
    .interior-main-content .announcement-item span {
      font-family: "america-r", helvetica, sans-serif;
      font-weight: 500;
      font-size: 12px;
      line-height: 24px; }
    .interior-main-content .announcement-item a, .interior-main-content .announcement-item a:link, .interior-main-content .announcement-item a:visited {
      text-decoration: none;
      border-bottom: none; }
    .interior-main-content .announcement-item a:hover, .interior-main-content .announcement-item a:active {
      text-decoration: none !important;
      border-bottom: none; }
  .interior-main-content .sidebar-standard {
    margin-top: 56px;
    margin-left: 24px; }
    @media only screen and (min-width: 992px) {
      .interior-main-content .sidebar-standard {
        margin-top: 156px; } }
  .interior-main-content .press-releases-index-sidebar {
    margin-top: 24px;
    border-top: 1px solid #F01D59;
    padding-top: 24px; }
    @media only screen and (min-width: 992px) {
      .interior-main-content .press-releases-index-sidebar {
        margin-top: 56px; } }
  .interior-main-content .video-column-sidebar {
    margin-top: 56px; }
    @media only screen and (min-width: 768px) {
      .interior-main-content .video-column-sidebar {
        border-top: none;
        border-bottom: none; } }
    @media only screen and (min-width: 992px) {
      .interior-main-content .video-column-sidebar {
        margin-top: 200px; } }
  .interior-main-content .features {
    background-image: none; }
  .interior-main-content .video-column-sidebar-trailing-content {
    margin-top: 24px; }
    @media only screen and (min-width: 768px) {
      .interior-main-content .video-column-sidebar-trailing-content {
        margin-top: 12px;
        margin-right: 16px;
        margin-left: 98px;
        border-top: 1px solid #E2547C; } }
  .interior-main-content .team-summary {
    margin-top: 24px;
    border-top: 1px solid #E2547C;
    padding-top: 24px;
    padding-bottom: 16px; }
    @media only screen and (min-width: 768px) {
      .interior-main-content .team-summary {
        padding-top: 24px;
        padding-bottom: 24px; } }
  .interior-main-content p.interior-summary-contact {
    font-family: "america-b", sans-serif;
    margin-bottom: 36px; }
    .interior-main-content p.interior-summary-contact .say-hello {
      font-size: 17px;
      color: #D81B51;
      display: inline-block;
      text-decoration: none;
      border-bottom: 1px solid #D81B51; }
      .interior-main-content p.interior-summary-contact .say-hello:hover {
        color: #F01D59; }
  .interior-main-content ul {
    margin: 0;
    -webkit-margin-before: 0;
    -webkit-margin-after: 0;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    -webkit-padding-start: 0; }
    @media only screen and (min-width: 768px) {
      .interior-main-content ul {
        margin-bottom: 32px;
        margin-right: 24px; } }
    .interior-main-content ul li {
      list-style-position: outside;
      list-style: none;
      font-family: "america-r", helvetica, sans-serif;
      font-size: 17px;
      line-height: 1.6;
      display: inline-block;
      background-repeat: no-repeat;
      background-position: 0 -12px;
      background-size: 48px;
      padding-left: 48px;
      margin: 0 0 24px 0; }
      .interior-main-content ul li.check {
        background-image: url("/images/icon/check-mark-sizzle-highlight@2x.png"); }
  .interior-main-content ul.plans-free li {
    background-image: url("/images/icon/check-mark-sizzle-highlight@2x.png"); }
    .interior-main-content ul.plans-free li:nth-last-child(-n+2) {
      background-image: none; }
  .interior-main-content ul.plans-paid li {
    background-image: url("/images/icon/check-mark-sizzle-highlight@2x.png"); }
  .interior-main-content .announcements-summary {
    margin-bottom: 24px; }
    .interior-main-content .announcements-summary h2 {
      font-size: 48px; }
    .interior-main-content .announcements-summary h3 {
      font-size: 20px;
      font-weight: normal;
      font-family: "america-r", helvetica, sans-serif; }
  .interior-main-content .announcements-sidebar {
    margin-top: 24px;
    margin-left: 0px; }
    @media only screen and (min-width: 599px) {
      .interior-main-content .announcements-sidebar {
        margin-top: 170px;
        margin-left: 48px; } }
    @media only screen and (min-width: 992px) {
      .interior-main-content .announcements-sidebar {
        margin-top: 174.5px; } }
  .interior-main-content .org-contact {
    font-family: "america-b", sans-serif;
    font-size: 20px;
    margin-bottom: 0; }
  .interior-main-content p a:active,
  .interior-main-content p a:hover {
    color: #ffffff; }
    @media only screen and (min-width: 768px) {
      .interior-main-content p a:active,
      .interior-main-content p a:hover {
        border-bottom: 2px solid #ffffff;
        -webkit-transition: color 0.1s ease;
        -moz-transition: color 0.1s ease;
        -ms-transition: color 0.1s ease;
        -o-transition: color 0.1s ease;
        transition: color 0.1s ease; } }
  .interior-main-content ol {
    padding-left: 16px;
    padding-top: 20px;
    margin-left: 20px;
    width: 96%; }
    .interior-main-content ol li {
      font-size: 15.5px;
      line-height: 1.48;
      margin-bottom: 24px; }
      @media only screen and (min-width: 768px) {
        .interior-main-content ol li {
          font-size: 18px;
          line-height: 1.48; } }
  .interior-main-content .pr-main-col-image {
    max-width: 500px; }
  .interior-main-content.upcoming-events {
    background-color: #f3f3f3 !important; }
    .interior-main-content.upcoming-events ul {
      list-style-image: none; }
      .interior-main-content.upcoming-events ul li {
        padding-left: 0;
        padding-bottom: 24px;
        width: 100%;
        background-image: none;
        border-bottom: 1px solid #A0A0A0; }
        .interior-main-content.upcoming-events ul li a {
          text-decoration: none !important;
          font-family: "america-b", sans-serif;
          font-size: 28px;
          float: left; }
        .interior-main-content.upcoming-events ul li span {
          float: right;
          font-size: 17px; }
  .interior-main-content div.press-release-callout {
    background-color: #f3f3f3;
    padding: 16px 32px 32px;
    margin-bottom: 24px; }
    @media only screen and (min-width: 992px) {
      .interior-main-content div.press-release-callout {
        padding: 20px 48px 48px; } }
    .interior-main-content div.press-release-callout h2 {
      font-family: "america-b", sans-serif;
      margin-top: 28px;
      margin-bottom: 12px;
      font-size: 20px;
      line-height: 1.25;
      letter-spacing: -0.1px;
      max-width: 780px; }
      @media only screen and (min-width: 992px) {
        .interior-main-content div.press-release-callout h2 {
          font-size: 28px;
          letter-spacing: -0.1px; } }
      .interior-main-content div.press-release-callout h2 span {
        font-size: 20px;
        color: #646464; }
    .interior-main-content div.press-release-callout h3 {
      font-family: "america-b", sans-serif;
      margin-top: 28px;
      margin-bottom: 12px;
      font-size: 17px;
      line-height: 1.25;
      letter-spacing: -0.1px;
      max-width: 780px; }
      @media only screen and (min-width: 992px) {
        .interior-main-content div.press-release-callout h3 {
          font-size: 20px;
          letter-spacing: -0.1px; } }
    .interior-main-content div.press-release-callout ul {
      margin-bottom: 16px; }
      .interior-main-content div.press-release-callout ul li {
        list-style: disc;
        display: list-item;
        padding-left: 0;
        margin-left: 18px;
        margin-bottom: 8px; }
        .interior-main-content div.press-release-callout ul li ul li {
          list-style: circle;
          margin-left: 24px;
          margin-top: 8px; }
    .interior-main-content div.press-release-callout iframe {
      max-width: 100%; }

.interior-audiences-main {
  color: #ffffff; }
  .interior-audiences-main .border-top {
    border-top: 1px solid #E2547C; }
  .interior-audiences-main .col-md-6 {
    padding-top: 24px;
    padding-bottom: 24px; }
    @media only screen and (min-width: 992px) {
      .interior-audiences-main .col-md-6 {
        padding-top: 48px;
        padding-bottom: 48px;
        min-width: 50%; } }
  .interior-audiences-main h1 {
    color: #ffffff;
    font-family: "america-b", sans-serif;
    font-weight: bold;
    margin-top: 8px;
    margin-bottom: 28px;
    letter-spacing: -0.01em;
    font-size: 48px; }
    @media only screen and (min-width: 768px) {
      .interior-audiences-main h1 {
        margin-bottom: 40px; }
        .interior-audiences-main h1 span {
          white-space: nowrap; } }
    @media only screen and (min-width: 992px) {
      .interior-audiences-main h1 {
        font-size: 64px; }
        .interior-audiences-main h1.l-de, .interior-audiences-main h1.l-fr, .interior-audiences-main h1.l-pt, .interior-audiences-main h1.h-industry {
          font-size: 64px; }
        .interior-audiences-main h1.l-en {
          max-width: 97%; } }
  .interior-audiences-main h2 {
    font-size: 32px;
    margin-bottom: 32px; }
  .interior-audiences-main .lead-slugs p,
  .interior-audiences-main .lead-slugs li {
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 24px; }
  .interior-audiences-main .organizations-contact {
    margin: 16px; }
    .interior-audiences-main .organizations-contact .organizations-contact-lead {
      font-size: 20px;
      line-height: 28px;
      width: 90%;
      margin: auto;
      color: #FFEBEF; }
      .interior-audiences-main .organizations-contact .organizations-contact-lead:hover {
        color: #ffffff; }
  .interior-audiences-main .audiences-hero-video-cta {
    max-width: 200px;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    display: block; }
    @media only screen and (min-width: 375px) {
      .interior-audiences-main .audiences-hero-video-cta {
        max-width: 320px; } }
    @media only screen and (min-width: 480px) {
      .interior-audiences-main .audiences-hero-video-cta {
        max-width: 320px; } }
    @media only screen and (min-width: 768px) {
      .interior-audiences-main .audiences-hero-video-cta {
        max-width: 340px; } }
    @media only screen and (min-width: 992px) {
      .interior-audiences-main .audiences-hero-video-cta {
        max-width: 450px;
        margin-top: 72px; } }
    @media only screen and (min-width: 1200px) {
      .interior-audiences-main .audiences-hero-video-cta {
        max-width: 500px;
        margin-top: 72px; } }
  .interior-audiences-main p {
    font-family: "america-r", helvetica, sans-serif;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 24px; }
  .interior-audiences-main ul {
    margin: 0;
    -webkit-margin-before: 0;
    -webkit-margin-after: 0;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    -webkit-padding-start: 0; }
  .interior-audiences-main li {
    list-style-position: outside;
    list-style: none;
    font-family: "america-r", helvetica, sans-serif;
    font-size: 16px;
    background-image: url("/images/icon/check-mark-sizzle-highlight@2x.png");
    display: inline-block;
    background-repeat: no-repeat;
    background-position: -6px 0;
    background-size: 24px;
    padding-left: 24px;
    margin: 0 0 12px 0;
    min-width: 180px; }
    @media only screen and (min-width: 599px) {
      .interior-audiences-main li {
        background-position: 0 -12px;
        background-size: 48px;
        padding-left: 48px;
        margin: 0 0 24px 0;
        min-width: 500px; } }
  .interior-audiences-main ul.plans-free .not-included-in-plan li {
    background-image: none;
    color: #E2547C; }
  .interior-audiences-main .disable-selection {
    -moz-user-select: none;
    /* Firefox */
    -ms-user-select: none;
    /* Internet Explorer */
    -khtml-user-select: none;
    /* KHTML browsers (e.g. Konqueror) */
    -webkit-user-select: none;
    /* Chrome, Safari, and Opera */
    -webkit-touch-callout: none;
    /* Disable Android and iOS callouts*/
    user-select: none; }
  .interior-audiences-main .plans-pill-lg {
    font-family: "america-b", sans-serif;
    font-weight: bold;
    color: #ffffff;
    font-size: 24px;
    border-radius: 48px;
    padding: 10px 24px;
    margin-left: -24px;
    margin-bottom: 12px;
    width: auto;
    display: inline-block; }
  .interior-audiences-main .pill-free {
    border: 1px solid #E2547C; }
  .interior-audiences-main .pill-paid {
    border: 1px solid #E2547C;
    background-color: #E2547C; }
  .interior-audiences-main .medium-feature-imgs {
    max-width: 180px;
    margin-bottom: 24px;
    margin-left: auto;
    margin-right: auto;
    display: block; }
    @media only screen and (min-width: 375px) {
      .interior-audiences-main .medium-feature-imgs {
        max-width: 320px;
        margin-top: 0px; }
        .interior-audiences-main .medium-feature-imgs.roundcorners {
          border-radius: 3px; } }
    @media only screen and (min-width: 599px) {
      .interior-audiences-main .medium-feature-imgs {
        max-width: 340px; } }
    @media only screen and (min-width: 992px) {
      .interior-audiences-main .medium-feature-imgs {
        max-width: 340px;
        margin-top: 48px; }
        .interior-audiences-main .medium-feature-imgs.roundcorners {
          border-radius: 4px; } }
  .interior-audiences-main .small-feature-imgs {
    max-width: 140px;
    margin-top: 24px;
    margin-left: auto;
    margin-right: auto;
    display: block; }
    @media only screen and (min-width: 480px) {
      .interior-audiences-main .small-feature-imgs {
        max-width: 200px;
        margin-top: 56px; } }
    @media only screen and (min-width: 599px) {
      .interior-audiences-main .small-feature-imgs {
        max-width: 240px;
        margin-top: 56px; } }
    @media only screen and (min-width: 992px) {
      .interior-audiences-main .small-feature-imgs {
        max-width: 280px;
        margin-top: 48px; } }
  .interior-audiences-main .btn-hero-sign-up {
    color: #FFEBEF;
    display: inline-block;
    text-align: center;
    font-family: "america-b", sans-serif;
    margin: 8px 0 24px;
    padding: 18px 24px;
    /* 2 */
    font-size: 21px;
    line-height: 24px;
    min-width: 180px;
    border: 1px solid #FFEBEF;
    box-sizing: border-box;
    border-radius: 3px; }
    .interior-audiences-main .btn-hero-sign-up:hover {
      color: #F01D59;
      background-color: #ffffff;
      border: 1px solid #ffffff; }
  .interior-audiences-main .video-column-main {
    margin-top: 32px; }
    .interior-audiences-main .video-column-main .video-column-link {
      margin-top: 10px;
      margin-right: 8px;
      font-size: 14px; }
      @media only screen and (min-width: 480px) {
        .interior-audiences-main .video-column-main .video-column-link {
          margin-top: 8px;
          margin-right: 8px;
          font-size: 16px; } }
      @media only screen and (min-width: 599px) {
        .interior-audiences-main .video-column-main .video-column-link {
          margin-top: 4px;
          font-size: 24px; } }
      @media only screen and (min-width: 992px) {
        .interior-audiences-main .video-column-main .video-column-link {
          margin-top: 12px;
          font-size: 24px; } }
    .interior-audiences-main .video-column-main .btn-medium-play {
      margin-right: 4px;
      margin-left: 4px; }
      @media only screen and (min-width: 599px) {
        .interior-audiences-main .video-column-main .btn-medium-play {
          margin-left: 16px; } }
  .interior-audiences-main .signup-devices {
    font-size: 12px; }
    @media only screen and (min-width: 768px) {
      .interior-audiences-main .signup-devices {
        font-size: 14px; } }

.interior-individuals-cta {
  color: #ffffff;
  background: #F01D59;
  border-radius: 8px;
  padding: 8px 24px; }
  .interior-individuals-cta .col-md-6,
  .interior-individuals-cta .col-sm-6 {
    padding-top: 24px;
    padding-bottom: 24px; }
    @media only screen and (min-width: 992px) {
      .interior-individuals-cta .col-md-6,
      .interior-individuals-cta .col-sm-6 {
        padding-top: 32px;
        padding-bottom: 48px;
        min-width: 50%; } }
  .interior-individuals-cta h2 {
    font-size: 32px;
    margin-bottom: 18px; }
    @media only screen and (min-width: 599px) {
      .interior-individuals-cta h2 {
        font-size: 48px; } }
    @media only screen and (min-width: 992px) {
      .interior-individuals-cta h2 {
        font-size: 48px;
        margin-bottom: 20px; } }
  .interior-individuals-cta p {
    font-family: "america-r", helvetica, sans-serif;
    font-size: 17px;
    line-height: 20px;
    margin-bottom: 18px; }
    @media only screen and (min-width: 992px) {
      .interior-individuals-cta p {
        font-size: 20px;
        line-height: 24px;
        margin-bottom: 24px; } }
  .interior-individuals-cta .btn-hero-sign-up {
    color: #FFEBEF;
    display: inline-block;
    text-align: center;
    font-family: "america-b", sans-serif;
    padding: 18px 24px;
    font-size: 16px;
    line-height: 24px;
    min-width: 180px;
    margin-bottom: 18px;
    border: 1px solid #FFEBEF;
    box-sizing: border-box;
    border-radius: 3px; }
    @media only screen and (min-width: 768px) {
      .interior-individuals-cta .btn-hero-sign-up {
        padding: 18px 24px;
        font-size: 21px;
        line-height: 24px;
        min-width: 220px; } }
    .interior-individuals-cta .btn-hero-sign-up:hover {
      color: #F01D59;
      background-color: #ffffff;
      border: 1px solid #ffffff; }

.signup-CTA-banner {
  background-color: #002335; }

.interior-individuals-features {
  color: #ffffff; }
  .interior-individuals-features .border-bottom {
    border-bottom: 1px solid #E2547C; }
  .interior-individuals-features p.summary a {
    border-bottom: 1px solid #FF5C7D;
    padding-bottom: 2px; }
  .interior-individuals-features .col-md-6,
  .interior-individuals-features .col-sm-6 {
    padding-top: 24px;
    padding-bottom: 0; }
    @media only screen and (min-width: 992px) {
      .interior-individuals-features .col-md-6,
      .interior-individuals-features .col-sm-6 {
        padding-top: 48px;
        min-width: 50%; } }
  .interior-individuals-features .ind-feature-hero {
    display: block;
    max-width: 180px;
    height: auto;
    margin-left: auto;
    margin-right: auto; }
    @media only screen and (min-width: 375px) {
      .interior-individuals-features .ind-feature-hero {
        max-width: 280px; } }
    @media only screen and (min-width: 480px) {
      .interior-individuals-features .ind-feature-hero {
        max-width: 300px; } }
    @media only screen and (min-width: 768px) {
      .interior-individuals-features .ind-feature-hero {
        max-width: 320px; } }
    @media only screen and (min-width: 992px) {
      .interior-individuals-features .ind-feature-hero {
        max-width: 470px;
        float: right;
        margin-right: -16px; } }
    @media only screen and (min-width: 1200px) {
      .interior-individuals-features .ind-feature-hero {
        max-width: 500px;
        margin-right: 0px; } }
  .interior-individuals-features h2 {
    font-size: 24px;
    margin-bottom: 18px; }
    @media only screen and (min-width: 599px) {
      .interior-individuals-features h2 {
        font-size: 28px; } }
    @media only screen and (min-width: 992px) {
      .interior-individuals-features h2 {
        font-size: 32px;
        margin-bottom: 20px; } }
  .interior-individuals-features h3 {
    line-height: 142%; }
  .interior-individuals-features p {
    font-family: "america-r", helvetica, sans-serif;
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 18px; }
    @media only screen and (min-width: 992px) {
      .interior-individuals-features p {
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 24px; } }
    .interior-individuals-features p.feature-text-link a {
      font-family: "america-b", sans-serif; }
      .interior-individuals-features p.feature-text-link a.youtube:before {
        content: "";
        display: block;
        background: url("/images/icon/yt_icon_mono_dark.png") no-repeat;
        width: 24px;
        height: 24px;
        float: left;
        margin: 4px 12px 0 0;
        background-size: 100%; }
      .interior-individuals-features p.feature-text-link a.linkthrough:before {
        content: "";
        display: block;
        background: url("/images/icon/emergency-white@2x.png") no-repeat;
        width: 24px;
        height: 24px;
        float: left;
        margin: 4px 12px 0 0;
        background-size: 100%; }
    .interior-individuals-features p.feature-text-link span {
      font-style: italic; }
  .interior-individuals-features .signup-devices {
    font-size: 12px; }
    @media only screen and (min-width: 768px) {
      .interior-individuals-features .signup-devices {
        font-size: 14px; } }
  .interior-individuals-features ul {
    -webkit-margin-before: 0;
    -webkit-margin-after: 0;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    -webkit-padding-start: 0;
    margin: 0 0 0 0;
    list-style-position: outside;
    list-style: none; }
  .interior-individuals-features li {
    list-style: none;
    background-image: none;
    font-family: "america-r", helvetica, sans-serif;
    font-size: 14px;
    line-height: 18px;
    min-width: 180px;
    margin-bottom: 36px; }
    @media only screen and (min-width: 768px) {
      .interior-individuals-features li {
        font-size: 16px;
        line-height: 24px;
        min-width: 540px;
        margin-bottom: 24px; } }
    @media only screen and (min-width: 992px) {
      .interior-individuals-features li {
        min-width: 480px;
        margin-bottom: 32px; } }
    @media only screen and (min-width: 1200px) {
      .interior-individuals-features li {
        min-width: 540px;
        margin-bottom: 36px; } }
    .interior-individuals-features li:after {
      content: "";
      display: table;
      clear: both; }
    .interior-individuals-features li span.free,
    .interior-individuals-features li span.paid {
      display: inline-block;
      float: left;
      font-family: "america-b", sans-serif;
      font-weight: bold;
      color: #ffffff;
      text-align: center;
      border-radius: 20px;
      padding: 4px 8px;
      min-width: 56px;
      margin-right: 8px;
      border: 1px solid #E2547C; }
      @media only screen and (min-width: 480px) {
        .interior-individuals-features li span.free,
        .interior-individuals-features li span.paid {
          margin-right: 12px; } }
      @media only screen and (min-width: 599px) {
        .interior-individuals-features li span.free,
        .interior-individuals-features li span.paid {
          margin-right: 16px; } }
      @media only screen and (min-width: 768px) {
        .interior-individuals-features li span.free,
        .interior-individuals-features li span.paid {
          border-radius: 24px;
          padding: 4px 12px;
          margin-right: 20px;
          min-width: 62px; } }
    .interior-individuals-features li span.paid {
      letter-spacing: 0.11em;
      border: 1px solid #E2547C;
      background-color: #E2547C; }
    .interior-individuals-features li span.checkmark {
      content: url("/images/icon/check-mark-sizzle-highlight@2x.png");
      max-width: 50px;
      display: inline-block;
      float: left;
      margin-right: 8px; }
      @media only screen and (min-width: 480px) {
        .interior-individuals-features li span.checkmark {
          margin-right: 12px; } }
      @media only screen and (min-width: 599px) {
        .interior-individuals-features li span.checkmark {
          margin-right: 16px; } }
      @media only screen and (min-width: 768px) {
        .interior-individuals-features li span.checkmark {
          margin-right: 20px; } }
    .interior-individuals-features li span.description-label {
      background-color: #FF5C7D;
      padding: 4px 12px;
      margin-left: -4px;
      border-radius: 16px;
      margin-right: 8px;
      float: left;
      font-family: "america-b", sans-serif;
      font-size: 12px;
      display: inline-block; }
      @media only screen and (min-width: 480px) {
        .interior-individuals-features li span.description-label {
          margin-right: 12px; } }
      @media only screen and (min-width: 599px) {
        .interior-individuals-features li span.description-label {
          margin-right: 16px; } }
      @media only screen and (min-width: 768px) {
        .interior-individuals-features li span.description-label {
          margin-right: 20px; } }
  .interior-individuals-features ul.list-de li span.free,
  .interior-individuals-features ul.list-de li span.paid {
    width: 62px; }
    @media only screen and (min-width: 768px) {
      .interior-individuals-features ul.list-de li span.free,
      .interior-individuals-features ul.list-de li span.paid {
        width: 70px; } }
  .interior-individuals-features ul.list-en li span.free,
  .interior-individuals-features ul.list-en li span.paid {
    width: 62px; }
    @media only screen and (min-width: 768px) {
      .interior-individuals-features ul.list-en li span.free,
      .interior-individuals-features ul.list-en li span.paid {
        width: 70px; } }
  .interior-individuals-features ul.list-es li span.free,
  .interior-individuals-features ul.list-es li span.paid {
    width: 70px; }
    @media only screen and (min-width: 768px) {
      .interior-individuals-features ul.list-es li span.free,
      .interior-individuals-features ul.list-es li span.paid {
        width: 76px; } }
  .interior-individuals-features ul.list-fr li span.free,
  .interior-individuals-features ul.list-fr li span.paid {
    width: 80px; }
    @media only screen and (min-width: 768px) {
      .interior-individuals-features ul.list-fr li span.free,
      .interior-individuals-features ul.list-fr li span.paid {
        width: 86px; } }
  .interior-individuals-features ul.list-pt li span.free,
  .interior-individuals-features ul.list-pt li span.paid {
    width: 70px; }
    @media only screen and (min-width: 768px) {
      .interior-individuals-features ul.list-pt li span.free,
      .interior-individuals-features ul.list-pt li span.paid {
        width: 76px; } }
  .interior-individuals-features span.li-description {
    margin-top: 2px;
    padding-top: 4px;
    display: inline-block;
    float: left;
    min-width: 100px;
    max-width: 200px; }
    @media only screen and (min-width: 480px) {
      .interior-individuals-features span.li-description {
        min-width: 100px;
        max-width: 320px; } }
    @media only screen and (min-width: 599px) {
      .interior-individuals-features span.li-description {
        min-width: 100px;
        max-width: 360px; } }
    @media only screen and (min-width: 768px) {
      .interior-individuals-features span.li-description {
        min-width: 100px;
        max-width: 390px; } }
    @media only screen and (min-width: 992px) {
      .interior-individuals-features span.li-description {
        min-width: 100px;
        max-width: 390px; } }
    @media only screen and (min-width: 1200px) {
      .interior-individuals-features span.li-description {
        min-width: 400px;
        max-width: 420px; } }
    .interior-individuals-features span.li-description a {
      border-bottom: 1px solid #FF5C7D;
      padding-bottom: 2px; }
  .interior-individuals-features .btn-hero-sign-up {
    color: #FFEBEF;
    display: inline-block;
    text-align: center;
    font-family: "america-b", sans-serif;
    margin: 24px 0;
    padding: 18px 24px;
    /* 1 */
    font-size: 21px;
    line-height: 24px;
    min-width: 180px;
    border: 1px solid #FFEBEF;
    box-sizing: border-box;
    border-radius: 3px; }
    .interior-individuals-features .btn-hero-sign-up:hover {
      color: #F01D59;
      background-color: #ffffff;
      border: 1px solid #ffffff; }
  .interior-individuals-features .bottom-bump {
    padding-bottom: 48px; }

/* TEAM BAND: ABOUT PAGE */
.content-band-team {
  background-color: #002335;
  color: #ffffff;
  padding-top: 12px;
  padding-bottom: 24px; }
  .content-band-team h2 {
    font-size: 32px;
    line-height: 1.5;
    letter-spacing: -0.1px;
    margin-bottom: 16px; }
    @media only screen and (min-width: 992px) {
      .content-band-team h2 {
        font-size: 48px; } }
  .content-band-team h5 {
    font-weight: 400;
    font-size: 28px;
    line-height: 1.5;
    letter-spacing: 0;
    text-align: left;
    margin: 0; }
  .content-band-team li,
  .content-band-team p {
    font-size: 17px;
    font-weight: 400;
    line-height: 1.5; }
  .content-band-team a:link {
    color: #ffffff; }
  .content-band-team a:visited {
    color: #ffffff; }
  .content-band-team a:hover {
    color: #D81B51; }
  .content-band-team a:active {
    color: #D81B51; }
  .content-band-team .row {
    margin-top: 12px; }
    @media only screen and (min-width: 768px) {
      .content-band-team .row {
        margin-top: 24px; } }
  .content-band-team .network-section {
    margin-bottom: 32px; }
  .content-band-team .card {
    padding: 4px 12px 4px 16px; }
    @media only screen and (min-width: 768px) {
      .content-band-team .card {
        padding: 4px 12px 0 8px; } }
  .content-band-team .team-column-cards .column {
    float: left;
    width: 100%;
    margin-bottom: 16px;
    padding: 0 8px; }
    .content-band-team .team-column-cards .column .card h5 {
      font-size: 20px; }
    @media only screen and (min-width: 1200px) {
      .content-band-team .team-column-cards .column {
        width: 33.32%; } }
  .content-band-team .leadership-column-cards .column {
    float: left;
    margin-bottom: 16px;
    padding: 0 8px; }
    @media only screen and (min-width: 768px) {
      .content-band-team .leadership-column-cards .column {
        width: 49.9%; } }
  .content-band-team .board-column-cards {
    margin-top: 32px; }
  .content-band-team .board-column-cards .column {
    float: left;
    width: 100%;
    margin-bottom: 16px;
    padding: 0 8px; }
    @media only screen and (min-width: 992px) {
      .content-band-team .board-column-cards .column {
        width: 33.32%;
        min-height: 100px; }
        .content-band-team .board-column-cards .column .card h5 {
          font-size: 20px; }
        .content-band-team .board-column-cards .column p.team-card-title,
        .content-band-team .board-column-cards .column .team-card-credentials {
          font-size: 17px; } }
  .content-band-team .team-card-credentials {
    font-family: "america-r", helvetica, sans-serif;
    font-size: 14px;
    line-height: 1;
    font-weight: 400;
    letter-spacing: 0.02px;
    margin-left: 4px;
    margin-bottom: 16px; }
  .content-band-team .team-card-bio {
    margin: 16px 0;
    min-height: 50px; }
    @media only screen and (min-width: 1200px) {
      .content-band-team .team-card-bio {
        min-height: 250px; } }
  .content-band-team p.team-card-title {
    margin: 0;
    font-size: 15px;
    line-height: 1.5;
    text-align: left; }
  .content-band-team div.leadership-team p.team-card-title {
    font-size: 17px; }
  .content-band-team p.team-card-url,
  .content-band-team span.team-card-url {
    margin-top: 6px;
    font-size: 17px;
    height: 18px;
    background: url("/images/bp-social-linkedin@2x.png") left no-repeat;
    background-size: contain;
    text-indent: -9999px;
    opacity: 0.85;
    -webkit-transition: opacity 0.1s ease;
    -moz-transition: opacity 0.1s ease;
    -ms-transition: opacity 0.1s ease;
    -o-transition: opacity 0.1s ease;
    transition: opacity 0.1s ease; }
    .content-band-team p.team-card-url:hover,
    .content-band-team span.team-card-url:hover {
      opacity: 1;
      -webkit-transition: opacity 0.1s ease;
      -moz-transition: opacity 0.1s ease;
      -ms-transition: opacity 0.1s ease;
      -o-transition: opacity 0.1s ease;
      transition: opacity 0.1s ease; }
  .content-band-team .bp-social-linkedin-link-img {
    max-width: 16px;
    margin-left: 4px;
    height: auto; }
  @media only screen and (min-width: 992px) {
    .content-band-team .l-team-link p.team-card-url {
      background-position-x: 0; } }
  .content-band-team .team-card-url a:active {
    color: #ffffff; }
  .content-band-team .team-card-url a:hover {
    color: #ffffff; }
  .content-band-team .team-card-url a:link {
    color: #ffffff; }
  .content-band-team .team-card-url a:visited {
    color: #ffffff; }
  .content-band-team .interior-border {
    padding-top: 32px;
    border-top: 0.5px solid #ffffff; }

/* PRE FOOTER ANNOUNCEMENT BAND */
.pre-footer {
  background-color: #002335;
  margin: 0;
  padding: 18px;
  min-height: 64px; }
  @media only screen and (min-width: 768px) {
    .pre-footer {
      padding: 81px 48px; } }
  .pre-footer .hero-quote {
    padding: 48px 18px; }
    @media only screen and (min-width: 768px) {
      .pre-footer .hero-quote {
        min-height: 300px;
        padding: 81px; } }
  .pre-footer p.quote {
    color: #ffffff;
    font-family: "america-b", sans-serif;
    font-weight: 400;
    line-height: 1.35;
    margin: 0;
    font-size: 32px; }
    @media only screen and (min-width: 768px) {
      .pre-footer p.quote {
        font-size: 48px; } }
  .pre-footer p.attribution {
    color: rgba(255, 255, 255, 0.9);
    font-size: 12px;
    line-height: 1.2;
    margin: 0; }

/* FOOTER BAND */
.footer-band {
  background: #110E24;
  padding: 16px 8px 175px; }
  @media only screen and (min-width: 320px) {
    .footer-band {
      padding: 20px 4px 175px; } }
  @media only screen and (min-width: 375px) {
    .footer-band {
      padding: 24px 4px 175px; } }
  @media only screen and (min-width: 599px) {
    .footer-band {
      padding: 36px 4px 100px; } }
  @media only screen and (min-width: 768px) {
    .footer-band {
      padding: 36px 4px 100px; } }
  @media only screen and (min-width: 1200px) {
    .footer-band {
      padding: 48px 4px 100px; } }
  .footer-band.minimum img {
    max-width: 200px;
    margin-left: -15px; }
  .footer-band a:link,
  .footer-band a:visited {
    color: #ffffff; }
  .footer-band a:active,
  .footer-band a:hover {
    color: #D81B51; }
  .footer-band h3,
  .footer-band li,
  .footer-band p {
    color: #ffffff; }
  .footer-band h3 {
    font-size: 20px;
    font-weight: 500;
    margin: 0 0 2px 0; }
    @media only screen and (min-width: 375px) {
      .footer-band h3 {
        margin: 0 0 12px 0; } }
    @media only screen and (min-width: 599px) {
      .footer-band h3 {
        font-size: 24px;
        font-weight: 600;
        margin: 4px 0 20px 0; } }
  .footer-band .btn-log-in {
    display: inline-block;
    font-family: "america-b", sans-serif;
    margin-top: 12px;
    padding: 7.5px 18px;
    border: 1px solid rgba(255, 255, 255, 0.9);
    box-sizing: border-box;
    border-radius: 3px;
    min-width: 64px; }
    .footer-band .btn-log-in:hover {
      color: #F01D59 !important;
      background-color: #ffffff !important;
      border-bottom: none;
      border: 0.5px solid #ffffff !important;
      text-decoration: none !important;
      -webkit-transition: all 0.1s ease;
      -moz-transition: all 0.1s ease;
      -ms-transition: all 0.1s ease;
      -o-transition: all 0.1s ease;
      transition: all 0.1s ease; }
  .footer-band .footer-app-store {
    display: inline-block;
    float: right; }
    @media only screen and (min-width: 320px) {
      .footer-band .footer-app-store {
        margin: 0 0 0 8px; } }
    @media only screen and (min-width: 599px) {
      .footer-band .footer-app-store {
        margin-left: 24px; } }
    .footer-band .footer-app-store img {
      height: 27px; }
      @media only screen and (min-width: 480px) {
        .footer-band .footer-app-store img {
          height: 36px; } }
      @media only screen and (min-width: 599px) {
        .footer-band .footer-app-store img {
          height: 45px; } }
  .footer-band .footer-brand {
    text-indent: -9999px;
    display: inline-block;
    margin: 0;
    float: left;
    background-repeat: no-repeat;
    opacity: 0.95;
    -webkit-transition: opacity 0.1s ease;
    -moz-transition: opacity 0.1s ease;
    -ms-transition: opacity 0.1s ease;
    -o-transition: opacity 0.1s ease;
    transition: opacity 0.1s ease; }
    .footer-band .footer-brand:hover {
      opacity: 1;
      -webkit-transition: opacity 0.1s ease;
      -moz-transition: opacity 0.1s ease;
      -ms-transition: opacity 0.1s ease;
      -o-transition: opacity 0.1s ease;
      transition: opacity 0.1s ease; }
    .footer-band .footer-brand.dot-mark {
      display: none;
      height: 52px;
      width: auto;
      background-image: url("/images/bph-mark/bp-mark-circle-white@2x.png");
      background-size: contain; }
      @media only screen and (min-width: 599px) {
        .footer-band .footer-brand.dot-mark {
          display: inline-block;
          float: right;
          margin-right: -0.5px; } }
      @media only screen and (min-width: 768px) {
        .footer-band .footer-brand.dot-mark {
          display: inline-block;
          height: 60px; } }
    .footer-band .footer-brand.full-logo {
      height: 56px;
      width: 132px;
      margin: -4px;
      padding: 0;
      float: left;
      background-size: cover;
      background-image: url("/images/bph-mark/logo-reg-white@2x.png"); }
      @media only screen and (min-width: 375px) {
        .footer-band .footer-brand.full-logo {
          height: 60px;
          width: auto;
          min-width: 180px; } }
      @media only screen and (min-width: 599px) {
        .footer-band .footer-brand.full-logo {
          display: none; } }
  .footer-band .show-small .footer-brand {
    margin-bottom: 16px; }
  .footer-band .footer-links {
    float: left;
    list-style: none;
    margin: 8px 0 8px 0;
    padding: 0;
    display: block;
    min-width: 250px; }
    @media only screen and (min-width: 599px) {
      .footer-band .footer-links li {
        display: inline-block;
        margin-right: 48px; }
        .footer-band .footer-links li:last-of-type {
          margin-right: 8px; } }
    @media only screen and (min-width: 768px) {
      .footer-band .footer-links li {
        margin-right: 56px; } }
    @media only screen and (min-width: 992px) {
      .footer-band .footer-links {
        margin: 24px 0 0; }
        .footer-band .footer-links li {
          margin-right: 64px; }
          .footer-band .footer-links li:last-of-type {
            margin-right: 0; } }
    .footer-band .footer-links .footer-link {
      height: 25px;
      font-family: "america-b", sans-serif;
      font-size: 14px;
      font-weight: 400;
      line-height: 2.5;
      letter-spacing: 0px;
      text-decoration: none;
      margin-right: 54px;
      white-space: nowrap; }
      @media only screen and (min-width: 599px) {
        .footer-band .footer-links .footer-link {
          font-size: 17px;
          display: inline-block;
          margin-right: 0; } }
  .footer-band .footer-links.legal-links {
    margin: 8px 0 8px 0; }
    @media only screen and (min-width: 599px) {
      .footer-band .footer-links.legal-links {
        margin: 8px 0 24px 0; } }
    @media only screen and (min-width: 992px) {
      .footer-band .footer-links.legal-links {
        margin: 16px 0 72px; } }
    .footer-band .footer-links.legal-links .footer-link {
      height: 25px;
      color: rgba(255, 255, 255, 0.8);
      font-family: "america-r", helvetica, sans-serif;
      font-size: 14px;
      font-weight: 400;
      line-height: 2.5;
      letter-spacing: 0px;
      text-decoration: none;
      margin-right: 54px;
      white-space: nowrap; }
      .footer-band .footer-links.legal-links .footer-link:hover {
        color: #d81553; }
      @media only screen and (min-width: 599px) {
        .footer-band .footer-links.legal-links .footer-link {
          font-size: 14px;
          display: inline-block;
          margin-right: 0; } }
  .footer-band .final-footer-pieces {
    margin: 8px 0 16px; }
    @media only screen and (min-width: 599px) {
      .footer-band .final-footer-pieces {
        margin: 0 0 16px 0; } }
    .footer-band .final-footer-pieces.divider {
      padding-top: 16px;
      border-top: 0.5px solid rgba(255, 255, 255, 0.8); }
      @media only screen and (min-width: 599px) {
        .footer-band .final-footer-pieces.divider {
          border-top: none; } }
  .footer-band p.footer-varia-legal {
    font-family: "america-r", helvetica, sans-serif;
    font-weight: 400;
    font-size: 14px;
    letter-spacing: 0px;
    margin-bottom: 12px; }
    @media only screen and (min-width: 599px) {
      .footer-band p.footer-varia-legal {
        margin: 0 0 24px;
        padding: 0;
        min-width: 320px; }
        .footer-band p.footer-varia-legal:last-child {
          margin-bottom: 0; } }
    .footer-band p.footer-varia-legal.legal-contact-notice {
      color: rgba(255, 255, 255, 0.9); }
  .footer-band .store-icons {
    margin-bottom: 24px; }
    @media only screen and (min-width: 768px) {
      .footer-band .store-icons {
        margin-bottom: 8px; } }
  .footer-band .google {
    height: 36px;
    margin-top: 4px;
    margin-bottom: 24px; }
    @media only screen and (min-width: 768px) {
      .footer-band .google {
        margin-top: 12px;
        margin-bottom: 36px; } }
  .footer-band .apple {
    height: 36px;
    margin-top: 4px;
    margin-bottom: 24px; }
    @media only screen and (min-width: 768px) {
      .footer-band .apple {
        margin-top: 12px;
        margin-bottom: 36px; } }
  .footer-band .social-icons {
    border-bottom: 0.5px solid rgba(255, 255, 255, 0.8);
    padding-left: 16px;
    max-width: 640px; }
    @media only screen and (min-width: 599px) {
      .footer-band .social-icons {
        border-bottom: none; } }
    .footer-band .social-icons .column {
      padding: 0 8px;
      float: left;
      width: 19.88%;
      margin-bottom: 16px; }
      @media only screen and (min-width: 768px) {
        .footer-band .social-icons .column {
          margin-bottom: 0;
          width: 19.88%; } }
      .footer-band .social-icons .column:first-of-type {
        margin-left: -12px; }
        @media only screen and (min-width: 599px) {
          .footer-band .social-icons .column:first-of-type {
            margin-left: 0; } }
    .footer-band .social-icons p.card-social-icon-youtube,
    .footer-band .social-icons p.card-social-icon-linkedin,
    .footer-band .social-icons p.card-social-icon-facebook,
    .footer-band .social-icons p.card-social-icon-instagram,
    .footer-band .social-icons p.card-social-icon-twitter {
      height: 24px;
      margin-top: 0px;
      margin-left: -12px;
      text-indent: -9999px;
      opacity: 0.90;
      background-size: contain;
      -webkit-transition: opacity 0.1s ease;
      -moz-transition: opacity 0.1s ease;
      -ms-transition: opacity 0.1s ease;
      -o-transition: opacity 0.1s ease;
      transition: opacity 0.1s ease; }
      @media only screen and (min-width: 320px) {
        .footer-band .social-icons p.card-social-icon-youtube,
        .footer-band .social-icons p.card-social-icon-linkedin,
        .footer-band .social-icons p.card-social-icon-facebook,
        .footer-band .social-icons p.card-social-icon-instagram,
        .footer-band .social-icons p.card-social-icon-twitter {
          height: 26px;
          margin-top: 12px; } }
      @media only screen and (min-width: 375px) {
        .footer-band .social-icons p.card-social-icon-youtube,
        .footer-band .social-icons p.card-social-icon-linkedin,
        .footer-band .social-icons p.card-social-icon-facebook,
        .footer-band .social-icons p.card-social-icon-instagram,
        .footer-band .social-icons p.card-social-icon-twitter {
          height: 28px;
          margin-top: 12px; } }
      @media only screen and (min-width: 480px) {
        .footer-band .social-icons p.card-social-icon-youtube,
        .footer-band .social-icons p.card-social-icon-linkedin,
        .footer-band .social-icons p.card-social-icon-facebook,
        .footer-band .social-icons p.card-social-icon-instagram,
        .footer-band .social-icons p.card-social-icon-twitter {
          height: 30px;
          margin-top: 12px; } }
      @media only screen and (min-width: 768px) {
        .footer-band .social-icons p.card-social-icon-youtube,
        .footer-band .social-icons p.card-social-icon-linkedin,
        .footer-band .social-icons p.card-social-icon-facebook,
        .footer-band .social-icons p.card-social-icon-instagram,
        .footer-band .social-icons p.card-social-icon-twitter {
          height: 36px;
          margin-top: 16px; } }
      @media only screen and (min-width: 992px) {
        .footer-band .social-icons p.card-social-icon-youtube,
        .footer-band .social-icons p.card-social-icon-linkedin,
        .footer-band .social-icons p.card-social-icon-facebook,
        .footer-band .social-icons p.card-social-icon-instagram,
        .footer-band .social-icons p.card-social-icon-twitter {
          height: 40px;
          margin-top: 16px; } }
      .footer-band .social-icons p.card-social-icon-youtube:hover,
      .footer-band .social-icons p.card-social-icon-linkedin:hover,
      .footer-band .social-icons p.card-social-icon-facebook:hover,
      .footer-band .social-icons p.card-social-icon-instagram:hover,
      .footer-band .social-icons p.card-social-icon-twitter:hover {
        opacity: 1;
        -webkit-transition: opacity 0.1s ease;
        -moz-transition: opacity 0.1s ease;
        -ms-transition: opacity 0.1s ease;
        -o-transition: opacity 0.1s ease;
        transition: opacity 0.1s ease; }
  .footer-band .card-social-icon-youtube {
    background: url("/images/bp-social-youtube@2x.png") 0 50% no-repeat;
    -webkit-transition: background 0.5s ease;
    -moz-transition: background 0.5s ease;
    -ms-transition: background 0.5s ease;
    -o-transition: background 0.5s ease;
    transition: background 0.5s ease; }
  .footer-band .card-social-icon-linkedin {
    background: url("/images/bp-social-linkedin@2x.png") 0 50% no-repeat;
    -webkit-transition: background 0.5s ease;
    -moz-transition: background 0.5s ease;
    -ms-transition: background 0.5s ease;
    -o-transition: background 0.5s ease;
    transition: background 0.5s ease; }
  .footer-band .card-social-icon-facebook {
    background: url("/images/bp-social-facebook@2x.png") 0 50% no-repeat;
    -webkit-transition: background 0.5s ease;
    -moz-transition: background 0.5s ease;
    -ms-transition: background 0.5s ease;
    -o-transition: background 0.5s ease;
    transition: background 0.5s ease; }
  .footer-band .card-social-icon-instagram {
    background: url("/images/bp-social-instagram@2x.png") 0 50% no-repeat;
    -webkit-transition: background 0.5s ease;
    -moz-transition: background 0.5s ease;
    -ms-transition: background 0.5s ease;
    -o-transition: background 0.5s ease;
    transition: background 0.5s ease; }
  .footer-band .card-social-icon-twitter {
    background: url("/images/bp-social-twitter@2x.png") 0 50% no-repeat;
    -webkit-transition: background 0.5s ease;
    -moz-transition: background 0.5s ease;
    -ms-transition: background 0.5s ease;
    -o-transition: background 0.5s ease;
    transition: background 0.5s ease; }

.switch-container {
  width: 148px;
  margin-top: 4px;
  margin-left: -16px;
  float: right; }
  @media only screen and (min-width: 768px) {
    .switch-container {
      margin-top: 0px;
      margin-right: 0;
      margin-left: auto; } }

.switch-language {
  position: relative;
  width: 136px;
  height: 40px;
  color: #E5E5E5; }
  .switch-language.on-sizzle {
    color: #ffffff; }
    .switch-language.on-sizzle:hover {
      color: #BA0337; }
  .switch-language:after {
    position: absolute;
    top: 0;
    width: 0;
    height: 0;
    right: 10px;
    bottom: 0;
    margin: auto;
    border-style: solid;
    border-width: 5px 5px 0 5px;
    border-color: transparent transparent transparent transparent;
    pointer-events: none; }
  .switch-language:before {
    width: 30px;
    position: absolute;
    top: 2px;
    right: 8px;
    bottom: 2px;
    background: transparent;
    border-radius: 0 3.5px 3.5px 0;
    content: url(/images/icon/earth-world.svg);
    pointer-events: none; }
  .switch-language:hover {
    color: #D81B51; }
    .switch-language:hover:before {
      content: url(/images/icon/earth-world-red.svg); }
  .switch-language select {
    font-family: "america-b", sans-serif;
    font-size: 12px;
    letter-spacing: 0.01em;
    border: none;
    box-shadow: none;
    border-radius: 4px;
    background: transparent;
    height: 100%;
    width: 100%;
    cursor: pointer;
    outline: none;
    padding-right: 35px;
    padding-left: 15px;
    -moz-appearance: none;
    -webkit-appearance: none; }
    .switch-language select:-moz-focusring {
      color: transparent;
      text-shadow: 0 0 0 #000; }
    .switch-language select::-ms-expand {
      display: none; }
    .switch-language select:hover {
      border-color: #002335; }
    .switch-language select:focus {
      border-color: #009688; }

@media all and (min-width: 0\0) and (min-resolution: 0.001dpcm) {
  .select select {
    padding-right: 0; }
  .select:after, .select:before {
    display: none; } }
.footer-events {
  margin-top: 16px;
  margin-bottom: 24px; }
  @media only screen and (min-width: 599px) {
    .footer-events {
      margin-bottom: 48px; } }
  .footer-events h3 {
    margin-bottom: 8px; }
  .footer-events ol,
  .footer-events ul {
    margin: 0 0 32px;
    padding: 0;
    list-style-type: none;
    list-style-position: inside;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap; }
    .footer-events ol li,
    .footer-events ul li {
      font-size: 15px;
      margin: 12px 48px 24px 0;
      flex: 1 0 200px; }
      @media only screen and (min-width: 599px) {
        .footer-events ol li,
        .footer-events ul li {
          font-size: 16px;
          margin: 24px 48px 12px 0; } }

.cc-window {
  padding-bottom: 1em !important; }
  @media only screen and (min-width: 480px) {
    .cc-window {
      padding-bottom: 7% !important; } }
  @media only screen and (min-width: 768px) {
    .cc-window {
      padding-right: 20% !important;
      padding-bottom: 1em !important; } }

.cc-message {
  width: 100% !important; }

.cc-compliance {
  margin-top: 0 !important; }
  @media only screen and (min-width: 375px) {
    .cc-compliance {
      margin-top: -24px !important; } }
  @media only screen and (min-width: 768px) {
    .cc-compliance {
      margin-top: 0 !important; } }

.cc-btn {
  border: 1px solid #fff !important; }

a.cc-btn {
  border-radius: 4px !important;
  white-space: nowrap; }

a.cc-link {
  color: #FFEBEF !important; }

a.scroll-to-top {
  padding: 12px;
  position: fixed;
  bottom: 100px;
  right: 20px;
  background-color: #ffffff;
  max-width: 100px;
  font-size: 12px;
  color: #646464;
  border-radius: 4px;
  box-shadow: 0px 3px 6px 0px rgba(17, 17, 17, 0.1); }

.theme-page-content a:link, .theme-page-content a:visited, .theme-page-cta a:link, .theme-page-cta a:visited {
  color: #D81B51;
  border-bottom: 2px solid #D81B51;
  padding-bottom: 0.25%; }
.theme-page-content a:active, .theme-page-content a:hover, .theme-page-cta a:active, .theme-page-cta a:hover {
  color: #F01D59;
  border-bottom: 2px solid #F01D59; }

.theme-page-hero {
  color: #ffffff;
  background-color: #D81B51;
  padding-top: 24px;
  padding-bottom: 24px; }
  @media only screen and (min-width: 992px) {
    .theme-page-hero {
      padding-top: 56px;
      padding-bottom: 56px; }
      .theme-page-hero.privacy {
        background-image: url("/images/privacy-background.png");
        background-repeat: no-repeat;
        background-position: top right;
        background-size: cover; }
      .theme-page-hero.security {
        background-image: url("/images/security-background.png");
        background-repeat: no-repeat;
        background-position: top right;
        background-size: cover; }
      .theme-page-hero.research {
        background-image: url("/images/research-background.png");
        background-repeat: no-repeat;
        background-position: top right;
        background-size: cover; }
      .theme-page-hero.emergency {
        background-image: url("/images/emergency-background.png");
        background-repeat: no-repeat;
        background-position: top right;
        background-size: cover; } }
  .theme-page-hero h1, .theme-page-hero p {
    color: #ffffff;
    margin-left: 16px;
    max-width: 800px; }
  .theme-page-hero h1 {
    font-family: "america-b", sans-serif;
    line-height: 1.25;
    letter-spacing: -0.3px;
    font-size: 32px;
    margin-right: 16px; }
    @media only screen and (min-width: 768px) {
      .theme-page-hero h1 {
        font-size: 48px; } }
    @media only screen and (min-width: 992px) {
      .theme-page-hero h1 {
        font-size: 64px; } }
  .theme-page-hero p {
    line-height: 1.25;
    font-family: "america-r", helvetica, sans-serif;
    margin-bottom: 24px;
    margin-top: 24px;
    font-weight: 400;
    font-size: 20px;
    margin-right: 16px; }
    @media only screen and (min-width: 992px) {
      .theme-page-hero p {
        font-size: 28px; } }

.theme-page-content {
  padding-top: 24px;
  padding-bottom: 24px; }
  @media only screen and (min-width: 992px) {
    .theme-page-content {
      padding-top: 48px;
      padding-bottom: 48px; } }
  .theme-page-content img {
    max-width: 75%;
    padding-bottom: 32px; }
    @media only screen and (min-width: 992px) {
      .theme-page-content img {
        max-width: 100%;
        padding-top: 24px;
        padding-bottom: 24px; } }
  .theme-page-content p img {
    width: 20px;
    padding: 0 3px;
    display: inline-block; }
  .theme-page-content h2 {
    font-size: 28px;
    margin-top: 0;
    margin-bottom: 12px; }
    @media only screen and (min-width: 768px) {
      .theme-page-content h2 {
        font-size: 36px;
        line-height: 1.25; } }
  .theme-page-content p {
    font-size: 17px;
    line-height: 1.5;
    font-family: "america-r", helvetica, sans-serif;
    margin-bottom: 24px; }
    @media only screen and (min-width: 992px) {
      .theme-page-content p {
        font-size: 17px; } }
  .theme-page-content p.subhead {
    font-size: 20px;
    line-height: 1.25;
    font-family: "america-r", helvetica, sans-serif; }
    @media only screen and (min-width: 992px) {
      .theme-page-content p.subhead {
        font-size: 24px; } }
  .theme-page-content a.img-cta img {
    width: 50%; }
  .theme-page-content a.text-cta p {
    float: left; }
  .theme-page-content a.text-cta:after {
    float: left;
    content: "";
    display: inline-block;
    padding-left: 8px;
    background-image: url("../images/icon/arrow-right-red@2x.png");
    background-repeat: no-repeat;
    background-position: bottom;
    width: 27px;
    height: 18px; }

div.theme-page-cta {
  padding-top: 72px;
  padding-bottom: 72px; }

.theme-page-cta {
  color: #414141;
  background-color: #f3f3f3; }
  .theme-page-cta.research img {
    max-width: 200px; }
    @media only screen and (min-width: 480px) {
      .theme-page-cta.research img {
        max-width: 300px; } }
  .theme-page-cta img {
    margin-left: 16px;
    margin-bottom: 28px;
    max-width: 150px; }
    @media only screen and (min-width: 480px) {
      .theme-page-cta img {
        max-width: 200px; } }
  .theme-page-cta h3 {
    margin-top: 48px;
    font-size: 17px; }
    @media only screen and (min-width: 480px) {
      .theme-page-cta h3 {
        font-size: 20px; } }
    @media only screen and (min-width: 768px) {
      .theme-page-cta h3 {
        font-size: 28px; } }
  .theme-page-cta h2 {
    margin-left: 16px;
    margin-right: 16px;
    font-size: 20px;
    line-height: 140%; }
    @media only screen and (min-width: 480px) {
      .theme-page-cta h2 {
        font-size: 28px; } }
    @media only screen and (min-width: 768px) {
      .theme-page-cta h2 {
        font-size: 36px;
        max-width: 950px;
        margin-right: 0; } }
    .theme-page-cta h2 span {
      font-family: "america-r", helvetica, sans-serif; }
  .theme-page-cta p a {
    font-size: 17px;
    line-height: 200%; }

.hero {
  padding-top: 24px;
  padding-bottom: 32px; }
  @media only screen and (min-width: 992px) {
    .hero {
      padding-top: 64px;
      padding-bottom: 64px; } }
  .hero h1 {
    font-family: "america-b", sans-serif;
    margin-top: 0;
    margin-bottom: 8px;
    font-size: 48px;
    line-height: 1.25;
    letter-spacing: -0.3px; }
    @media only screen and (min-width: 768px) {
      .hero h1 {
        margin-bottom: 24px;
        letter-spacing: -0.5px;
        font-size: 64px; } }
    .hero h1 span {
      text-transform: uppercase;
      font-family: "america-r", helvetica, sans-serif;
      letter-spacing: 4px;
      font-size: 28px; }
      @media only screen and (min-width: 768px) {
        .hero h1 span {
          font-size: 32px; } }
  .hero h3 {
    font-family: "america-b", sans-serif;
    font-size: 20px;
    color: #ffffff;
    margin-bottom: 0; }
    @media only screen and (min-width: 768px) {
      .hero h3 {
        font-size: 28px;
        color: #ffffff; } }
  .hero p {
    font-size: 17px;
    line-height: 1.3; }
    @media only screen and (min-width: 768px) {
      .hero p {
        font-family: "america-r", helvetica, sans-serif;
        font-size: 20px;
        margin-bottom: 32px;
        line-height: 1.5; } }
    .hero p a {
      padding-right: 12px;
      font-size: 15px; }
  .hero a.btn {
    background-color: #D81B51;
    border: 1px solid #ffffff;
    padding: 14px 32px;
    border-radius: 8px;
    margin-top: 24px;
    margin-bottom: 32px; }
    @media only screen and (min-width: 768px) {
      .hero a.btn {
        margin-top: 0; } }
    @media only screen and (min-width: 1200px) {
      .hero a.btn {
        margin-bottom: 0; } }
    .hero a.btn:hover {
      background-color: #ffffff;
      color: #D81B51;
      -webkit-transition: background-color 0.1s ease, color 0.1s ease;
      -moz-transition: background-color 0.1s ease, color 0.1s ease;
      -ms-transition: background-color 0.1s ease, color 0.1s ease;
      -o-transition: background-color 0.1s ease, color 0.1s ease;
      transition: background-color 0.1s ease, color 0.1s ease; }
  @media only screen and (min-width: 768px) {
    .hero a.email-link::before {
      content: url("/images/icon/email-white-small.png"); } }
  .hero img.video-cta {
    width: 75%;
    margin-top: 0;
    margin-right: auto;
    display: block;
    opacity: 1.0;
    -webkit-transition: opacity 0.1s ease;
    -moz-transition: opacity 0.1s ease;
    -ms-transition: opacity 0.1s ease;
    -o-transition: opacity 0.1s ease;
    transition: opacity 0.1s ease; }
    @media only screen and (min-width: 992px) {
      .hero img.video-cta {
        width: 100%;
        margin-top: 24px; } }
    .hero img.video-cta:hover {
      opacity: 0.75;
      -webkit-transition: opacity 0.1s ease;
      -moz-transition: opacity 0.1s ease;
      -ms-transition: opacity 0.1s ease;
      -o-transition: opacity 0.1s ease;
      transition: opacity 0.1s ease; }
  .hero.sizzle {
    background-color: #D81B51; }
    .hero.sizzle h1,
    .hero.sizzle p {
      color: #ffffff; }
  .hero .social-links {
    margin-bottom: 24px; }
    @media only screen and (min-width: 768px) {
      .hero .social-links {
        margin-bottom: 0; } }
  .hero a.sm-icon-link {
    display: inline-block;
    margin-left: 48px;
    margin-top: 18px;
    min-width: 8px;
    border-bottom: none; }
    .hero a.sm-icon-link:first-of-type {
      margin-left: 12px; }
    @media only screen and (min-width: 599px) {
      .hero a.sm-icon-link {
        min-width: 12px; } }
  .hero .card-social-icon-youtube {
    background: url("/images/bp-social-youtube@2x.png") 0 50% no-repeat;
    -webkit-transition: background 0.5s ease;
    -moz-transition: background 0.5s ease;
    -ms-transition: background 0.5s ease;
    -o-transition: background 0.5s ease;
    transition: background 0.5s ease; }
  .hero .card-social-icon-linkedin {
    background: url("/images/bp-social-linkedin@2x.png") 0 50% no-repeat;
    -webkit-transition: background 0.5s ease;
    -moz-transition: background 0.5s ease;
    -ms-transition: background 0.5s ease;
    -o-transition: background 0.5s ease;
    transition: background 0.5s ease; }
  .hero .card-social-icon-facebook {
    background: url("/images/bp-social-facebook@2x.png") 0 50% no-repeat;
    -webkit-transition: background 0.5s ease;
    -moz-transition: background 0.5s ease;
    -ms-transition: background 0.5s ease;
    -o-transition: background 0.5s ease;
    transition: background 0.5s ease; }
  .hero .card-social-icon-instagram {
    background: url("/images/bp-social-instagram@2x.png") 0 50% no-repeat;
    -webkit-transition: background 0.5s ease;
    -moz-transition: background 0.5s ease;
    -ms-transition: background 0.5s ease;
    -o-transition: background 0.5s ease;
    transition: background 0.5s ease; }
  .hero .card-social-icon-twitter {
    background: url("/images/bp-social-twitter@2x.png") 0 50% no-repeat;
    -webkit-transition: background 0.5s ease;
    -moz-transition: background 0.5s ease;
    -ms-transition: background 0.5s ease;
    -o-transition: background 0.5s ease;
    transition: background 0.5s ease; }
  .hero p.card-social-icon-youtube,
  .hero p.card-social-icon-linkedin,
  .hero p.card-social-icon-facebook,
  .hero p.card-social-icon-instagram,
  .hero p.card-social-icon-twitter {
    height: 24px;
    margin-left: -12px;
    text-indent: -9999px;
    opacity: 0.90;
    background-size: contain;
    -webkit-transition: opacity 0.1s ease;
    -moz-transition: opacity 0.1s ease;
    -ms-transition: opacity 0.1s ease;
    -o-transition: opacity 0.1s ease;
    transition: opacity 0.1s ease; }
    @media only screen and (min-width: 320px) {
      .hero p.card-social-icon-youtube,
      .hero p.card-social-icon-linkedin,
      .hero p.card-social-icon-facebook,
      .hero p.card-social-icon-instagram,
      .hero p.card-social-icon-twitter {
        height: 26px; } }
    @media only screen and (min-width: 375px) {
      .hero p.card-social-icon-youtube,
      .hero p.card-social-icon-linkedin,
      .hero p.card-social-icon-facebook,
      .hero p.card-social-icon-instagram,
      .hero p.card-social-icon-twitter {
        height: 28px; } }
    @media only screen and (min-width: 480px) {
      .hero p.card-social-icon-youtube,
      .hero p.card-social-icon-linkedin,
      .hero p.card-social-icon-facebook,
      .hero p.card-social-icon-instagram,
      .hero p.card-social-icon-twitter {
        height: 30px; } }
    @media only screen and (min-width: 768px) {
      .hero p.card-social-icon-youtube,
      .hero p.card-social-icon-linkedin,
      .hero p.card-social-icon-facebook,
      .hero p.card-social-icon-instagram,
      .hero p.card-social-icon-twitter {
        height: 36px; } }
    @media only screen and (min-width: 992px) {
      .hero p.card-social-icon-youtube,
      .hero p.card-social-icon-linkedin,
      .hero p.card-social-icon-facebook,
      .hero p.card-social-icon-instagram,
      .hero p.card-social-icon-twitter {
        height: 40px; } }
    .hero p.card-social-icon-youtube:hover,
    .hero p.card-social-icon-linkedin:hover,
    .hero p.card-social-icon-facebook:hover,
    .hero p.card-social-icon-instagram:hover,
    .hero p.card-social-icon-twitter:hover {
      opacity: 1;
      -webkit-transition: opacity 0.1s ease;
      -moz-transition: opacity 0.1s ease;
      -ms-transition: opacity 0.1s ease;
      -o-transition: opacity 0.1s ease;
      transition: opacity 0.1s ease; }

.interior-content {
  padding-top: 32px;
  padding-bottom: 32px;
  color: #414141;
  background-color: #ffffff; }
  @media only screen and (min-width: 599px) {
    .interior-content {
      padding-top: 48px;
      padding-bottom: 48px; } }
  @media only screen and (min-width: 992px) {
    .interior-content {
      padding-top: 72px;
      padding-bottom: 72px; } }
  .interior-content h1,
  .interior-content h2,
  .interior-content h3,
  .interior-content ol li,
  .interior-content ul li,
  .interior-content p {
    color: #414141; }
  .interior-content strong {
    font-family: "america-b", sans-serif; }
  .interior-content h2 {
    margin-top: 0;
    margin-bottom: 32px;
    font-family: "america-b", sans-serif;
    font-size: 32px;
    line-height: 1.25;
    letter-spacing: -0.1px;
    max-width: 780px; }
    @media only screen and (min-width: 992px) {
      .interior-content h2 {
        font-size: 48px;
        letter-spacing: -0.1px; } }
    .interior-content h2 a {
      text-decoration: none !important;
      color: #414141 !important;
      border-bottom: none !important; }
  .interior-content p {
    font-size: 17px;
    line-height: 1.5; }
    @media only screen and (min-width: 768px) {
      .interior-content p {
        font-family: "america-r", helvetica, sans-serif;
        margin-bottom: 24px; } }
  .interior-content a:link, .interior-content a:visited {
    color: #D81B51;
    border-bottom: 1px solid #D81B51;
    padding-bottom: 1px; }
  .interior-content a:hover, .interior-content a:active {
    color: #F01D59 !important;
    border-bottom-color: #F01D59 !important; }
  .interior-content ul {
    margin: 0;
    -webkit-margin-before: 0;
    -webkit-margin-after: 0;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    -webkit-padding-start: 0; }
    @media only screen and (min-width: 768px) {
      .interior-content ul {
        margin-bottom: 32px;
        margin-right: 24px; } }
    .interior-content ul li {
      list-style-position: outside;
      list-style: none;
      font-family: "america-r", helvetica, sans-serif;
      font-size: 17px;
      line-height: 1.6;
      display: inline-block;
      background-repeat: no-repeat;
      background-position: 0 -12px;
      background-size: 48px;
      padding-left: 48px;
      margin: 0 0 24px 0; }
      .interior-content ul li.check {
        background-image: url("/images/icon/check-mark-sizzle-highlight@2x.png"); }
  .interior-content .h-news,
  .interior-content .h-press-releases,
  .interior-content .h-events {
    padding-left: 32px; }
    @media only screen and (min-width: 768px) {
      .interior-content .h-news,
      .interior-content .h-press-releases,
      .interior-content .h-events {
        padding-left: 40px; } }
  .interior-content .h-news {
    background: url("/images/icon/news-darkGrey-med@2x.png") no-repeat top 10px left;
    background-size: 24px; }
    @media only screen and (min-width: 768px) {
      .interior-content .h-news {
        background-size: 32px; } }
  .interior-content .h-press-releases {
    background: url("/images/icon/announcements-darkGrey-med@2x.png") no-repeat top 10px left;
    background-size: 24px; }
    @media only screen and (min-width: 768px) {
      .interior-content .h-press-releases {
        background-size: 32px; } }
  .interior-content .h-events {
    background: url("/images/icon/events-darkGrey-med@2x.png") no-repeat top 10px left;
    background-size: 24px; }
    @media only screen and (min-width: 768px) {
      .interior-content .h-events {
        background-size: 32px; } }
  .interior-content .in-the-news-array ul,
  .interior-content .media-assets-array ul,
  .interior-content .blog-array ul {
    flex-direction: row; }
  .interior-content .press-release-array ul {
    flex-direction: column; }
  .interior-content .in-the-news-array ul,
  .interior-content .press-release-array ul,
  .interior-content .media-assets-array ul,
  .interior-content .blog-array ul {
    display: flex;
    justify-content: flex-start;
    align-items: space-between;
    flex-wrap: wrap;
    width: 100%;
    margin-bottom: 32px; }
    @media only screen and (min-width: 992px) {
      .interior-content .in-the-news-array ul,
      .interior-content .press-release-array ul,
      .interior-content .media-assets-array ul,
      .interior-content .blog-array ul {
        margin-bottom: 48px; } }
    .interior-content .in-the-news-array ul.last,
    .interior-content .press-release-array ul.last,
    .interior-content .media-assets-array ul.last,
    .interior-content .blog-array ul.last {
      margin-bottom: 0; }
    .interior-content .in-the-news-array ul li,
    .interior-content .press-release-array ul li,
    .interior-content .media-assets-array ul li,
    .interior-content .blog-array ul li {
      display: flex;
      flex-grow: 1;
      list-style: none;
      list-style-image: none;
      background-image: none;
      list-style-position: inside;
      background-color: #ffffff;
      border-radius: 8px;
      border: solid 1px #B7B7B7;
      margin: 0 16px 16px 0;
      padding: 0; }
      .interior-content .in-the-news-array ul li a,
      .interior-content .press-release-array ul li a,
      .interior-content .media-assets-array ul li a,
      .interior-content .blog-array ul li a {
        display: flex;
        padding: 18px;
        width: 100%;
        flex-direction: column;
        border-bottom: none !important; }
        @media only screen and (min-width: 768px) {
          .interior-content .in-the-news-array ul li a,
          .interior-content .press-release-array ul li a,
          .interior-content .media-assets-array ul li a,
          .interior-content .blog-array ul li a {
            padding: 24px; } }
      .interior-content .in-the-news-array ul li img,
      .interior-content .press-release-array ul li img,
      .interior-content .media-assets-array ul li img,
      .interior-content .blog-array ul li img {
        display: block;
        float: left;
        max-height: 25px;
        margin-bottom: 18px;
        align-self: flex-start; }
        @media only screen and (min-width: 768px) {
          .interior-content .in-the-news-array ul li img,
          .interior-content .press-release-array ul li img,
          .interior-content .media-assets-array ul li img,
          .interior-content .blog-array ul li img {
            max-height: 50px;
            max-width: 200px; } }
        .interior-content .in-the-news-array ul li img.media-asset,
        .interior-content .press-release-array ul li img.media-asset,
        .interior-content .media-assets-array ul li img.media-asset,
        .interior-content .blog-array ul li img.media-asset {
          max-width: 140px;
          max-height: none; }
          @media only screen and (min-width: 375px) {
            .interior-content .in-the-news-array ul li img.media-asset,
            .interior-content .press-release-array ul li img.media-asset,
            .interior-content .media-assets-array ul li img.media-asset,
            .interior-content .blog-array ul li img.media-asset {
              max-width: 110px; } }
          @media only screen and (min-width: 480px) {
            .interior-content .in-the-news-array ul li img.media-asset,
            .interior-content .press-release-array ul li img.media-asset,
            .interior-content .media-assets-array ul li img.media-asset,
            .interior-content .blog-array ul li img.media-asset {
              max-width: 170px; } }
          @media only screen and (min-width: 599px) {
            .interior-content .in-the-news-array ul li img.media-asset,
            .interior-content .press-release-array ul li img.media-asset,
            .interior-content .media-assets-array ul li img.media-asset,
            .interior-content .blog-array ul li img.media-asset {
              max-width: 230px; } }
          @media only screen and (min-width: 768px) {
            .interior-content .in-the-news-array ul li img.media-asset,
            .interior-content .press-release-array ul li img.media-asset,
            .interior-content .media-assets-array ul li img.media-asset,
            .interior-content .blog-array ul li img.media-asset {
              max-width: 290px; } }
          @media only screen and (min-width: 992px) {
            .interior-content .in-the-news-array ul li img.media-asset,
            .interior-content .press-release-array ul li img.media-asset,
            .interior-content .media-assets-array ul li img.media-asset,
            .interior-content .blog-array ul li img.media-asset {
              max-width: 160px; } }
          @media only screen and (min-width: 1200px) {
            .interior-content .in-the-news-array ul li img.media-asset,
            .interior-content .press-release-array ul li img.media-asset,
            .interior-content .media-assets-array ul li img.media-asset,
            .interior-content .blog-array ul li img.media-asset {
              max-width: 210px; } }
      .interior-content .in-the-news-array ul li p,
      .interior-content .press-release-array ul li p,
      .interior-content .media-assets-array ul li p,
      .interior-content .blog-array ul li p {
        font-family: "america-b", sans-serif;
        font-size: 17px;
        color: #373737;
        line-height: 1.3;
        display: block;
        float: left;
        flex: 1 0 auto;
        margin-bottom: 8px; }
        @media only screen and (min-width: 768px) {
          .interior-content .in-the-news-array ul li p,
          .interior-content .press-release-array ul li p,
          .interior-content .media-assets-array ul li p,
          .interior-content .blog-array ul li p {
            font-size: 20px; } }
      .interior-content .in-the-news-array ul li span,
      .interior-content .press-release-array ul li span,
      .interior-content .media-assets-array ul li span,
      .interior-content .blog-array ul li span {
        font-family: "america-r", helvetica, sans-serif;
        display: block;
        float: left;
        font-size: 12px;
        color: #110E24; }
        .interior-content .in-the-news-array ul li span img,
        .interior-content .press-release-array ul li span img,
        .interior-content .media-assets-array ul li span img,
        .interior-content .blog-array ul li span img {
          margin-bottom: 0;
          max-width: 16px;
          margin-right: 6px; }
      .interior-content .in-the-news-array ul li:hover,
      .interior-content .press-release-array ul li:hover,
      .interior-content .media-assets-array ul li:hover,
      .interior-content .blog-array ul li:hover {
        border: solid 1px #F01D59;
        box-shadow: 0px 3px 6px 0px rgba(17, 17, 17, 0.1); }
        .interior-content .in-the-news-array ul li:hover p,
        .interior-content .press-release-array ul li:hover p,
        .interior-content .media-assets-array ul li:hover p,
        .interior-content .blog-array ul li:hover p {
          color: #D81B51; }
  .interior-content .in-the-news-array li {
    width: 50%; }
    @media only screen and (min-width: 480px) {
      .interior-content .in-the-news-array li {
        width: 33%; } }
    @media only screen and (min-width: 992px) {
      .interior-content .in-the-news-array li {
        width: 25%; } }
  .interior-content .media-assets-array li {
    width: 50%; }
    @media only screen and (min-width: 375px) {
      .interior-content .media-assets-array li {
        width: 33%; } }
    @media only screen and (min-width: 992px) {
      .interior-content .media-assets-array li {
        width: 20%; } }
  .interior-content .events-array ul {
    margin-bottom: 0; }
  .interior-content .events-array li {
    width: 100%;
    border-bottom: 1px solid #B7B7B7;
    padding-left: 0; }
    .interior-content .events-array li a {
      text-align: left;
      font-family: "america-b", sans-serif;
      border-bottom: none; }
    .interior-content .events-array li p {
      padding-top: 5px;
      float: left;
      font-family: "america-r", helvetica, sans-serif;
      font-size: 12px; }
    @media only screen and (min-width: 992px) {
      .interior-content .events-array li p {
        float: right; } }
  .interior-content .events-array li:last-child {
    border-bottom: none;
    margin-bottom: 0; }
  .interior-content.lt-gray-bg {
    background-color: #f3f3f3; }
  .interior-content.band {
    background-color: #002335;
    padding-top: 20px;
    padding-bottom: 20px; }
    .interior-content.band #btn-rdd {
      float: right;
      margin-top: 30px;
      margin-right: 16px;
      max-width: 180px; }
      @media only screen and (min-width: 992px) {
        .interior-content.band #btn-rdd {
          margin-top: 60px;
          margin-right: 253px;
          max-width: 250px; } }
      @media only screen and (min-width: 768px) {
        .interior-content.band #btn-rdd {
          margin-top: 60px;
          margin-right: 60px;
          margin-left: 10px;
          max-width: 250px; } }
    .interior-content.band #rdd-image {
      max-width: 30%;
      margin-right: 10px; }
    .interior-content.band a.btns.primary-on-white.announcement-button,
    .interior-content.band a.btns.primary-on-white.announcement-button:hover {
      color: #ffffff !important;
      padding-bottom: 14px; }
    .interior-content.band p {
      color: #ffffff;
      font-family: "america-r", helvetica, sans-serif;
      font-size: 17px;
      line-height: 1.75;
      margin-bottom: 0; }
      .interior-content.band p.quote-credit {
        margin-top: 24px;
        font-family: "america-r", helvetica, sans-serif;
        font-size: 12px; }
    .interior-content.band img {
      max-width: 75%;
      padding-bottom: 32px;
      margin-left: 16px; }
      @media only screen and (min-width: 992px) {
        .interior-content.band img {
          max-width: 100%;
          padding-top: 34px;
          padding-bottom: 24px; } }
    .interior-content.band img#hands-image {
      padding-top: 0px; }
      @media (max-width: 800px) {
        .interior-content.band img#hands-image {
          display: none; } }
    @media only screen and (min-width: 768px) {
      .interior-content.band {
        padding-top: 32px;
        padding-bottom: 4px; }
        .interior-content.band p {
          font-size: 20px;
          line-height: 1.5; } }
  .interior-content.quote {
    background-color: #002335;
    padding-top: 36px;
    padding-bottom: 36px; }
    .interior-content.quote p {
      color: #ffffff;
      font-family: "america-b", sans-serif;
      font-size: 17px;
      line-height: 1.75;
      margin-bottom: 0; }
      .interior-content.quote p.quote-credit {
        margin-top: 24px;
        font-family: "america-r", helvetica, sans-serif;
        font-size: 12px; }
    @media only screen and (min-width: 768px) {
      .interior-content.quote {
        padding-top: 64px;
        padding-bottom: 64px; }
        .interior-content.quote p {
          font-size: 20px;
          line-height: 1.5; } }
  .interior-content .see-all-kind {
    border-bottom: none !important;
    display: none; }
    @media only screen and (min-width: 992px) {
      .interior-content .see-all-kind {
        display: block;
        line-height: 64px;
        font-size: 20px;
        float: right;
        margin-top: 8px;
        margin-right: 18px; } }
  .interior-content .newsroom-contact,
  .interior-content .newsroom-company-info,
  .interior-content .newsroom-leadership {
    margin-bottom: 48px; }
    .interior-content .newsroom-contact.last,
    .interior-content .newsroom-company-info.last,
    .interior-content .newsroom-leadership.last {
      margin-bottom: 24px; }
    @media only screen and (min-width: 992px) {
      .interior-content .newsroom-contact,
      .interior-content .newsroom-company-info,
      .interior-content .newsroom-leadership {
        margin-bottom: 0; }
        .interior-content .newsroom-contact.last,
        .interior-content .newsroom-company-info.last,
        .interior-content .newsroom-leadership.last {
          margin-bottom: 0; } }
  .interior-content .event-support {
    padding-top: 24px; }
  .interior-content .event-photos.column {
    float: left;
    width: 100%;
    padding-top: 0px;
    padding-bottom: 12px;
    padding-right: 16px;
    padding-left: 16px; }
    .interior-content .event-photos.column img {
      max-width: 100%;
      border-radius: 4px; }
    @media only screen and (min-width: 480px) {
      .interior-content .event-photos.column {
        width: 50%; } }
    @media only screen and (min-width: 992px) {
      .interior-content .event-photos.column {
        padding-top: 45px;
        padding-bottom: 45px;
        padding-right: 30px;
        padding-left: 30px; } }
    @media only screen and (min-width: 1200px) {
      .interior-content .event-photos.column {
        padding-top: 0px;
        padding-bottom: 12px;
        padding-right: 8px;
        padding-left: 8px; } }

.affiliate.body {
  background-color: #ffffff;
  margin: 0; }
  @media only screen and (min-width: 992px) {
    .affiliate.body {
      background-color: #f3f3f3; } }
.affiliate.interior-content {
  padding-top: 0;
  background-color: #002335;
  padding-bottom: 0; }
.affiliate.hero {
  padding-bottom: 32px; }
  @media only screen and (min-width: 992px) {
    .affiliate.hero {
      padding-bottom: 128px; } }
  .affiliate.hero h1 {
    font-size: 32px;
    text-align: left; }
    @media only screen and (min-width: 480px) {
      .affiliate.hero h1 {
        font-size: 48px;
        text-align: center; } }
    @media only screen and (min-width: 768px) {
      .affiliate.hero h1 {
        font-size: 64px; } }
    @media only screen and (min-width: 992px) {
      .affiliate.hero h1 {
        font-size: 48px;
        text-align: left; } }
    @media only screen and (min-width: 1200px) {
      .affiliate.hero h1 {
        font-size: 64px; } }
  .affiliate.hero img.video-cta {
    margin-top: 24px;
    width: 100%;
    border-radius: 8px;
    border: 1px solid #B7B7B7; }
    @media only screen and (min-width: 480px) {
      .affiliate.hero img.video-cta {
        margin: 24px auto 0; } }
    @media only screen and (min-width: 768px) {
      .affiliate.hero img.video-cta {
        width: 75%; } }
    @media only screen and (min-width: 992px) {
      .affiliate.hero img.video-cta {
        width: 100%; } }
    .affiliate.hero img.video-cta:hover {
      border: 1px solid #d81553;
      box-shadow: 0px 3px 6px 0px rgba(17, 17, 17, 0.1);
      cursor: pointer; }
  .affiliate.hero p {
    text-align: left; }
    @media only screen and (min-width: 480px) {
      .affiliate.hero p {
        text-align: center; } }
    @media only screen and (min-width: 599px) {
      .affiliate.hero p {
        padding: 0 24px; } }
    @media only screen and (min-width: 768px) {
      .affiliate.hero p {
        padding: 0 56px; } }
    @media only screen and (min-width: 992px) {
      .affiliate.hero p {
        text-align: left;
        padding-left: 0;
        padding-right: 128px; } }
.affiliate .theme-page-content {
  margin-top: 0;
  padding-top: 24px; }
  @media only screen and (min-width: 992px) {
    .affiliate .theme-page-content {
      margin-top: -128px;
      padding-top: 0; } }
  .affiliate .theme-page-content .col-md-4 {
    text-align: left;
    padding-bottom: 64px; }
    @media only screen and (min-width: 480px) {
      .affiliate .theme-page-content .col-md-4 {
        text-align: center; } }
  .affiliate .theme-page-content img {
    max-width: 50%;
    display: inherit;
    margin: 0;
    padding-bottom: 0; }
    @media only screen and (min-width: 480px) {
      .affiliate .theme-page-content img {
        margin: 0 auto; } }
    @media only screen and (min-width: 768px) {
      .affiliate .theme-page-content img {
        max-width: 25%; } }
    @media only screen and (min-width: 992px) {
      .affiliate .theme-page-content img {
        max-width: 65%;
        padding-bottom: 32px; } }
  .affiliate .theme-page-content h4, .affiliate .theme-page-content p, .affiliate .theme-page-content a {
    color: #ffffff;
    text-align: left; }
    @media only screen and (min-width: 480px) {
      .affiliate .theme-page-content h4, .affiliate .theme-page-content p, .affiliate .theme-page-content a {
        text-align: center; } }
  .affiliate .theme-page-content .reverse-btn {
    font-family: "america-b", sans-serif;
    padding: 16px 24px;
    border: 1px solid rgba(255, 255, 255, 0.8);
    border-radius: 4px; }
    .affiliate .theme-page-content .reverse-btn:hover {
      background-color: #ffffff;
      color: #D81B51;
      -webkit-transition: border-color 0.1s ease, background-color 0.1s ease, color 0.1s ease;
      -moz-transition: border-color 0.1s ease, background-color 0.1s ease, color 0.1s ease;
      -ms-transition: border-color 0.1s ease, background-color 0.1s ease, color 0.1s ease;
      -o-transition: border-color 0.1s ease, background-color 0.1s ease, color 0.1s ease;
      transition: border-color 0.1s ease, background-color 0.1s ease, color 0.1s ease; }
  .affiliate .theme-page-content .affiliate-point-content {
    min-height: 250px; }
    @media only screen and (min-width: 992px) {
      .affiliate .theme-page-content .affiliate-point-content {
        min-height: 550px; } }
    .affiliate .theme-page-content .affiliate-point-content p {
      padding: 0 0 12px; }
      @media only screen and (min-width: 480px) {
        .affiliate .theme-page-content .affiliate-point-content p {
          padding: 0 16px 12px; } }
      @media only screen and (min-width: 599px) {
        .affiliate .theme-page-content .affiliate-point-content p {
          padding: 0 48px 18px; } }
      @media only screen and (min-width: 992px) {
        .affiliate .theme-page-content .affiliate-point-content p {
          padding: 0 12px 12px; } }
      @media only screen and (min-width: 1200px) {
        .affiliate .theme-page-content .affiliate-point-content p {
          padding: 0 16px 12px; } }
    .affiliate .theme-page-content .affiliate-point-content a {
      border-bottom: none !important; }

.bg-wave {
  position: absolute;
  width: 110%;
  height: 150px;
  overflow: hidden;
  top: 500px; }
  @media only screen and (min-width: 375px) {
    .bg-wave {
      top: 520px; } }
  @media only screen and (min-width: 480px) {
    .bg-wave {
      top: 650px; } }
  @media only screen and (min-width: 599px) {
    .bg-wave {
      top: 730px; } }
  @media only screen and (min-width: 768px) {
    .bg-wave {
      top: 800px;
      margin-left: 16px; } }
  @media only screen and (min-width: 992px) {
    .bg-wave {
      margin-left: 16px;
      top: 600px; } }
  .bg-wave svg {
    height: 100%;
    width: 100%; }
    .bg-wave svg path {
      stroke: none;
      fill: #D81B51; }

.affiliate-header {
  padding-top: 32px;
  padding-bottom: 25px;
  padding-left: 16px;
  padding-right: 16px;
  background-size: cover;
  background-position: center;
  color: #ffffff;
  font-family: "america-b", sans-serif; }
  @media only screen and (min-width: 768px) {
    .affiliate-header {
      padding-top: 96px;
      padding-bottom: 50px;
      padding-left: 16px;
      padding-right: 16px; } }
  .affiliate-header h1 {
    clear: both;
    font-size: 32px;
    line-height: 1.25; }
    @media only screen and (min-width: 599px) {
      .affiliate-header h1 {
        font-size: 48px; } }
  .affiliate-header.stickyJ {
    background-image: linear-gradient(rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0.75)), url("/images/affiliate-assets/stickyJ-background.jpg"); }
  .affiliate-header .affiliate-title {
    font-size: 16px; }
    @media only screen and (min-width: 375px) {
      .affiliate-header .affiliate-title {
        font-size: 20px; } }
    @media only screen and (min-width: 599px) {
      .affiliate-header .affiliate-title {
        font-size: 28px; } }
    .affiliate-header .affiliate-title img {
      max-width: 32px;
      border-radius: 4px;
      vertical-align: middle; }
      @media only screen and (min-width: 599px) {
        .affiliate-header .affiliate-title img {
          max-width: 72px;
          border-radius: 8px; } }
    .affiliate-header .affiliate-title span {
      font-family: "america-b", sans-serif;
      padding-left: 12px; }
      @media only screen and (min-width: 599px) {
        .affiliate-header .affiliate-title span {
          padding-left: 24px; } }

.header-content {
  padding: 0 15px;
  margin: 0 auto; }

.affiliate-main-content {
  color: #414141;
  padding: 32px 32px 0;
  background-color: #ffffff; }
  @media only screen and (min-width: 768px) {
    .affiliate-main-content {
      padding: 48px 16px 48px; } }
  @media only screen and (min-width: 992px) {
    .affiliate-main-content {
      background-color: #f3f3f3; } }
  .affiliate-main-content img {
    max-width: 100%;
    margin-bottom: 24px; }
  .affiliate-main-content h1,
  .affiliate-main-content h2,
  .affiliate-main-content h3,
  .affiliate-main-content ol li,
  .affiliate-main-content ul li,
  .affiliate-main-content p {
    color: #414141; }
  .affiliate-main-content strong {
    font-family: "america-b", sans-serif; }
  .affiliate-main-content h1 {
    font-family: "america-b", sans-serif;
    margin-top: 24px;
    margin-bottom: 24px;
    font-size: 48px;
    line-height: 1.25;
    letter-spacing: -0.3px; }
    @media only screen and (min-width: 480px) {
      .affiliate-main-content h1 {
        margin-top: 48px; } }
    @media only screen and (min-width: 768px) {
      .affiliate-main-content h1 {
        margin-top: 32px;
        margin-bottom: 12px;
        letter-spacing: -0.5px; } }
    @media only screen and (min-width: 992px) {
      .affiliate-main-content h1 {
        margin-top: 72px;
        margin-bottom: 24px;
        letter-spacing: -0.5px;
        font-size: 64px; } }
  .affiliate-main-content h2 {
    font-family: "america-b", sans-serif;
    font-size: 20px;
    line-height: 1.25;
    letter-spacing: -0.1px;
    margin-top: 0;
    margin-bottom: 0; }
    @media only screen and (min-width: 992px) {
      .affiliate-main-content h2 {
        font-size: 28px;
        letter-spacing: -0.1px; } }
  .affiliate-main-content h3 {
    font-family: "america-b", sans-serif;
    font-size: 17px;
    line-height: 1.25;
    margin: 0; }
    @media only screen and (min-width: 992px) {
      .affiliate-main-content h3 {
        font-size: 20px;
        letter-spacing: -0.1px; } }
  .affiliate-main-content ul {
    padding-left: 0;
    padding-right: 0; }
    @media only screen and (min-width: 992px) {
      .affiliate-main-content ul {
        padding-right: 64px; } }
    .affiliate-main-content ul li {
      list-style-type: none;
      padding-bottom: 24px; }
      .affiliate-main-content ul li h2 {
        padding-bottom: 8px; }
      .affiliate-main-content ul li p {
        font-size: 17px; }
      .affiliate-main-content ul li a {
        color: #D81B51;
        text-decoration: underline; }
        .affiliate-main-content ul li a:hover {
          color: #FF5C7D; }
  .affiliate-main-content .affiliate-order-info {
    box-shadow: none;
    border-radius: 8px;
    background-color: #f3f3f3;
    margin-bottom: 24px; }
    @media only screen and (min-width: 992px) {
      .affiliate-main-content .affiliate-order-info {
        background-color: #ffffff;
        box-shadow: 0px 3px 6px 0px rgba(17, 17, 17, 0.3); } }
    .affiliate-main-content .affiliate-order-info .row {
      padding: 8px 0;
      margin: 0; }
      .affiliate-main-content .affiliate-order-info .row.stickyJ-ID {
        border-bottom: 1px solid #f3f3f3;
        padding-bottom: 14px; }
    .affiliate-main-content .affiliate-order-info p {
      font-family: "america-b", sans-serif;
      font-size: 17px;
      line-height: 1.25;
      margin: 0; }
      @media only screen and (min-width: 992px) {
        .affiliate-main-content .affiliate-order-info p {
          font-size: 20px;
          letter-spacing: -0.1px; } }
    .affiliate-main-content .affiliate-order-info .stickyJ-OrderNumber {
      padding-bottom: 8px; }
    .affiliate-main-content .affiliate-order-info h6 {
      color: #646464;
      font-family: "america-r", helvetica, sans-serif; }
  .affiliate-main-content .affiliate-how-to-video {
    border-radius: 8px; }
    .affiliate-main-content .affiliate-how-to-video img.video-cta {
      max-width: 100%;
      border-radius: 8px;
      border: 1px solid #B7B7B7;
      display: block;
      opacity: 1.0;
      -webkit-transition: opacity 0.1s ease;
      -moz-transition: opacity 0.1s ease;
      -ms-transition: opacity 0.1s ease;
      -o-transition: opacity 0.1s ease;
      transition: opacity 0.1s ease; }
      .affiliate-main-content .affiliate-how-to-video img.video-cta:hover {
        opacity: 0.75;
        -webkit-transition: opacity 0.1s ease;
        -moz-transition: opacity 0.1s ease;
        -ms-transition: opacity 0.1s ease;
        -o-transition: opacity 0.1s ease;
        transition: opacity 0.1s ease;
        box-shadow: 0px 3px 6px 0px rgba(17, 17, 17, 0.1);
        cursor: pointer; }
  .affiliate-main-content .stickyJ-prodID {
    margin-bottom: 18px; }
    @media only screen and (min-width: 992px) {
      .affiliate-main-content .stickyJ-prodID {
        margin-bottom: 12px; } }
  .affiliate-main-content .divot-rotated {
    transform: rotate(90deg); }

.boilerplate {
  background-color: #ffffff;
  margin: 0 auto;
  background-image: linear-gradient(to right, #d81553, #d81553 33%, #ffffff 33%, #ffffff);
  padding: 0 15px; }
  .boilerplate .container {
    padding-left: 0;
    padding-right: 0;
    margin: 0 auto; }
    .boilerplate .container .row {
      display: block; }
      @media only screen and (min-width: 768px) {
        .boilerplate .container .row {
          display: flex; } }
  .boilerplate .sidebar {
    background-color: #d81553;
    padding: 32px 32px;
    color: #ffffff;
    width: 100%; }
    @media only screen and (min-width: 992px) {
      .boilerplate .sidebar {
        width: 33.33333%; } }
    .boilerplate .sidebar img {
      max-width: 70%;
      margin-left: -15px; }
      @media only screen and (min-width: 992px) {
        .boilerplate .sidebar img {
          max-width: 100%; } }
    .boilerplate .sidebar p {
      padding-bottom: 24px; }
    .boilerplate .sidebar ul {
      margin-top: 0;
      margin-bottom: 10px;
      padding: 0; }
    .boilerplate .sidebar li {
      font-family: "america-b", sans-serif;
      padding-bottom: 32px;
      padding-left: 32px;
      list-style-position: outside;
      list-style-image: none;
      list-style: none; }
      .boilerplate .sidebar li.privacy-link {
        background: url("/images/icon/privacy-white@2x.png") no-repeat top 0px left;
        background-size: 22px; }
      .boilerplate .sidebar li.research-link {
        background: url("/images/icon/research-white@2x.png") no-repeat top 0px left;
        background-size: 22px; }
      .boilerplate .sidebar li.security-link {
        background: url("/images/icon/security-white@2x.png") no-repeat top 0px left;
        background-size: 22px; }
      .boilerplate .sidebar li.emergency-link {
        background: url("/images/icon/emergency-white@2x.png") no-repeat top 0px left;
        background-size: 22px; }
  .boilerplate .four-pillars {
    background-color: #ffffff;
    padding-top: 32px;
    padding-bottom: 32px;
    padding-right: 64px;
    padding-left: 32px;
    height: 100%; }
    @media only screen and (min-width: 768px) {
      .boilerplate .four-pillars {
        padding-top: 32px;
        padding-bottom: 32px;
        padding-right: 64px;
        padding-left: 64px; } }
    .boilerplate .four-pillars img {
      max-width: 50%;
      margin-top: 24px; }
      @media only screen and (min-width: 599px) {
        .boilerplate .four-pillars img {
          max-width: 30%; } }
      @media only screen and (min-width: 768px) {
        .boilerplate .four-pillars img {
          max-width: 50%; } }

.clients-array ul {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: stretch;
  align-content: flex-start;
  width: 100%;
  margin-bottom: 32px; }
  @media only screen and (min-width: 992px) {
    .clients-array ul {
      margin-bottom: 48px; } }
  .clients-array ul.last {
    margin-bottom: 0; }
  .clients-array ul li {
    margin: 0 0 48px 0;
    padding: 0;
    width: 100%; }
    @media only screen and (min-width: 480px) {
      .clients-array ul li {
        width: 100%;
        padding-right: 64px; } }
    @media only screen and (min-width: 768px) {
      .clients-array ul li {
        width: 50%;
        padding-right: 24px; } }
    @media only screen and (min-width: 992px) {
      .clients-array ul li {
        width: 33%;
        padding-right: 56px; } }
    .clients-array ul li a {
      color: #646464 !important;
      border-bottom: 1px solid #646464 !important; }
      .clients-array ul li a.join-text-link, .clients-array ul li a.lp-text-link {
        margin-right: 12px;
        color: #D81B51 !important;
        border-bottom: 1px solid #D81B51 !important; }
        .clients-array ul li a.join-text-link:hover, .clients-array ul li a.lp-text-link:hover {
          color: #F01D59 !important;
          border-bottom: 1px solid #F01D59 !important; }
    .clients-array ul li img {
      margin-bottom: 12px;
      display: block;
      max-height: 75px;
      max-width: 175px; }
      @media only screen and (min-width: 768px) {
        .clients-array ul li img {
          max-height: 50px;
          max-width: 175px; } }
    .clients-array ul li p {
      display: block;
      margin-bottom: 8px; }
      .clients-array ul li p.launching-soon {
        color: #646464; }

.app-page > .row {
  margin-left: 0;
  margin-right: 0; }

.app-page > .hero {
  padding-bottom: 16px; }
  @media only screen and (min-width: 992px) {
    .app-page > .hero {
      padding-top: 64px;
      padding-bottom: 4px; } }

.app-page .summary ul li {
  font-size: 17px;
  line-height: 1.6; }

.app-page-content ul {
  padding: 0;
  margin: 0; }
  .app-page-content ul li {
    border-bottom: none;
    list-style-position: outside;
    list-style: none;
    font-family: "america-r", helvetica, sans-serif;
    font-size: 17px;
    line-height: 1.6;
    display: inline-block;
    background-repeat: no-repeat;
    background-position: 0 -12px;
    background-size: 48px;
    margin: 0 0 16px 0;
    padding: 0; }
    .app-page-content ul li:last-child {
      border-bottom: none;
      margin-bottom: 40px; }
    .app-page-content ul li img {
      max-width: 200px;
      max-height: 96px; }
    .app-page-content ul li p a {
      color: #D81B51 !important; }
    .app-page-content ul li p.disclaimer {
      font-size: 12px;
      color: #A0A0A0; }

.group-directory {
  padding-top: 48px;
  padding-bottom: 48px; }
  @media (max-width: 768px) {
    .group-directory {
      margin: 0 24px; } }
  .group-directory h1 {
    font-size: 48px;
    margin-bottom: 24px; }
  .group-directory h3 {
    color: #A0A0A0;
    font-family: "america-r", helvetica, sans-serif; }
  .group-directory p.subhead {
    font-size: 24px; }
  .group-directory p.group-nav {
    font-size: 17px;
    color: #A0A0A0;
    letter-spacing: 12px;
    line-height: 200%;
    cursor: default;
    text-align: justify;
    padding: 24px 0; }
    .group-directory p.group-nav a {
      color: #d81553; }
      .group-directory p.group-nav a:hover {
        color: #F01D59; }
  .group-directory .card-columns {
    column-count: 1; }
    @media only screen and (min-width: 768px) {
      .group-directory .card-columns {
        column-count: 2; } }
  .group-directory a .card {
    min-width: 100%;
    flex-direction: row;
    background-color: #ffffff;
    padding: 16px;
    border: 1px solid #B7B7B7;
    margin-bottom: 16px;
    display: inline-block;
    border-radius: 8px;
    box-shadow: 0px 3px 6px 0px rgba(17, 17, 17, 0.1); }
    .group-directory a .card .col-md-2 {
      padding-right: 0; }
  .group-directory a .card-title {
    margin: 0;
    margin-bottom: 8px;
    font-size: 24px;
    color: #373737; }
  .group-directory a .card-subtitle {
    margin: 0;
    margin-bottom: 16px;
    font-size: 14px; }
  .group-directory a .card-text {
    margin: 0;
    font-size: 17px;
    color: #373737; }
  .group-directory a .card-img.group-icon {
    max-width: 56px;
    border: 1px solid #B7B7B7;
    border-radius: 4px;
    box-shadow: 0px 3px 6px 0px rgba(17, 17, 17, 0.1);
    margin-bottom: 16px; }
    @media only screen and (min-width: 1200px) {
      .group-directory a .card-img.group-icon {
        max-width: 72px; } }
  .group-directory a:hover .card-title {
    color: #D81B51;
    transition: color 0.1s ease-out; }
  .group-directory a:hover .card {
    transition: border 0.1s ease-out;
    border: 1px solid #D81B51; }
