﻿@charset "UTF-8";
/*!
 * 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;
}
/*!
 *  Font Awesome 4.5.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url('../fonts/fontawesome-webfont.eot?v=4.5.0');
  src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.5.0') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff2?v=4.5.0') format('woff2'), url('../fonts/fontawesome-webfont.woff?v=4.5.0') format('woff'), url('../fonts/fontawesome-webfont.ttf?v=4.5.0') format('truetype'), url('../fonts/fontawesome-webfont.svg?v=4.5.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-fw {
  width: 1.28571429em;
  text-align: center;
}
.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.85714286em;
}
.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eee;
  border-radius: .1em;
}
.fa-pull-left {
  float: left;
}
.fa-pull-right {
  float: right;
}
.fa.fa-pull-left {
  margin-right: .3em;
}
.fa.fa-pull-right {
  margin-left: .3em;
}
/* Deprecated as of 4.4.0 */
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.fa.pull-left {
  margin-right: .3em;
}
.fa.pull-right {
  margin-left: .3em;
}
.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}
.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}
@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fa-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fa-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.fa-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
.fa-inverse {
  color: #fff;
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "\f000";
}
.fa-music:before {
  content: "\f001";
}
.fa-search:before {
  content: "\f002";
}
.fa-envelope-o:before {
  content: "\f003";
}
.fa-heart:before {
  content: "\f004";
}
.fa-star:before {
  content: "\f005";
}
.fa-star-o:before {
  content: "\f006";
}
.fa-user:before {
  content: "\f007";
}
.fa-film:before {
  content: "\f008";
}
.fa-th-large:before {
  content: "\f009";
}
.fa-th:before {
  content: "\f00a";
}
.fa-th-list:before {
  content: "\f00b";
}
.fa-check:before {
  content: "\f00c";
}
.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d";
}
.fa-search-plus:before {
  content: "\f00e";
}
.fa-search-minus:before {
  content: "\f010";
}
.fa-power-off:before {
  content: "\f011";
}
.fa-signal:before {
  content: "\f012";
}
.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}
.fa-trash-o:before {
  content: "\f014";
}
.fa-home:before {
  content: "\f015";
}
.fa-file-o:before {
  content: "\f016";
}
.fa-clock-o:before {
  content: "\f017";
}
.fa-road:before {
  content: "\f018";
}
.fa-download:before {
  content: "\f019";
}
.fa-arrow-circle-o-down:before {
  content: "\f01a";
}
.fa-arrow-circle-o-up:before {
  content: "\f01b";
}
.fa-inbox:before {
  content: "\f01c";
}
.fa-play-circle-o:before {
  content: "\f01d";
}
.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}
.fa-refresh:before {
  content: "\f021";
}
.fa-list-alt:before {
  content: "\f022";
}
.fa-lock:before {
  content: "\f023";
}
.fa-flag:before {
  content: "\f024";
}
.fa-headphones:before {
  content: "\f025";
}
.fa-volume-off:before {
  content: "\f026";
}
.fa-volume-down:before {
  content: "\f027";
}
.fa-volume-up:before {
  content: "\f028";
}
.fa-qrcode:before {
  content: "\f029";
}
.fa-barcode:before {
  content: "\f02a";
}
.fa-tag:before {
  content: "\f02b";
}
.fa-tags:before {
  content: "\f02c";
}
.fa-book:before {
  content: "\f02d";
}
.fa-bookmark:before {
  content: "\f02e";
}
.fa-print:before {
  content: "\f02f";
}
.fa-camera:before {
  content: "\f030";
}
.fa-font:before {
  content: "\f031";
}
.fa-bold:before {
  content: "\f032";
}
.fa-italic:before {
  content: "\f033";
}
.fa-text-height:before {
  content: "\f034";
}
.fa-text-width:before {
  content: "\f035";
}
.fa-align-left:before {
  content: "\f036";
}
.fa-align-center:before {
  content: "\f037";
}
.fa-align-right:before {
  content: "\f038";
}
.fa-align-justify:before {
  content: "\f039";
}
.fa-list:before {
  content: "\f03a";
}
.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}
.fa-indent:before {
  content: "\f03c";
}
.fa-video-camera:before {
  content: "\f03d";
}
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}
.fa-pencil:before {
  content: "\f040";
}
.fa-map-marker:before {
  content: "\f041";
}
.fa-adjust:before {
  content: "\f042";
}
.fa-tint:before {
  content: "\f043";
}
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}
.fa-share-square-o:before {
  content: "\f045";
}
.fa-check-square-o:before {
  content: "\f046";
}
.fa-arrows:before {
  content: "\f047";
}
.fa-step-backward:before {
  content: "\f048";
}
.fa-fast-backward:before {
  content: "\f049";
}
.fa-backward:before {
  content: "\f04a";
}
.fa-play:before {
  content: "\f04b";
}
.fa-pause:before {
  content: "\f04c";
}
.fa-stop:before {
  content: "\f04d";
}
.fa-forward:before {
  content: "\f04e";
}
.fa-fast-forward:before {
  content: "\f050";
}
.fa-step-forward:before {
  content: "\f051";
}
.fa-eject:before {
  content: "\f052";
}
.fa-chevron-left:before {
  content: "\f053";
}
.fa-chevron-right:before {
  content: "\f054";
}
.fa-plus-circle:before {
  content: "\f055";
}
.fa-minus-circle:before {
  content: "\f056";
}
.fa-times-circle:before {
  content: "\f057";
}
.fa-check-circle:before {
  content: "\f058";
}
.fa-question-circle:before {
  content: "\f059";
}
.fa-info-circle:before {
  content: "\f05a";
}
.fa-crosshairs:before {
  content: "\f05b";
}
.fa-times-circle-o:before {
  content: "\f05c";
}
.fa-check-circle-o:before {
  content: "\f05d";
}
.fa-ban:before {
  content: "\f05e";
}
.fa-arrow-left:before {
  content: "\f060";
}
.fa-arrow-right:before {
  content: "\f061";
}
.fa-arrow-up:before {
  content: "\f062";
}
.fa-arrow-down:before {
  content: "\f063";
}
.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}
.fa-expand:before {
  content: "\f065";
}
.fa-compress:before {
  content: "\f066";
}
.fa-plus:before {
  content: "\f067";
}
.fa-minus:before {
  content: "\f068";
}
.fa-asterisk:before {
  content: "\f069";
}
.fa-exclamation-circle:before {
  content: "\f06a";
}
.fa-gift:before {
  content: "\f06b";
}
.fa-leaf:before {
  content: "\f06c";
}
.fa-fire:before {
  content: "\f06d";
}
.fa-eye:before {
  content: "\f06e";
}
.fa-eye-slash:before {
  content: "\f070";
}
.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}
.fa-plane:before {
  content: "\f072";
}
.fa-calendar:before {
  content: "\f073";
}
.fa-random:before {
  content: "\f074";
}
.fa-comment:before {
  content: "\f075";
}
.fa-magnet:before {
  content: "\f076";
}
.fa-chevron-up:before {
  content: "\f077";
}
.fa-chevron-down:before {
  content: "\f078";
}
.fa-retweet:before {
  content: "\f079";
}
.fa-shopping-cart:before {
  content: "\f07a";
}
.fa-folder:before {
  content: "\f07b";
}
.fa-folder-open:before {
  content: "\f07c";
}
.fa-arrows-v:before {
  content: "\f07d";
}
.fa-arrows-h:before {
  content: "\f07e";
}
.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}
.fa-twitter-square:before {
  content: "\f081";
}
.fa-facebook-square:before {
  content: "\f082";
}
.fa-camera-retro:before {
  content: "\f083";
}
.fa-key:before {
  content: "\f084";
}
.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}
.fa-comments:before {
  content: "\f086";
}
.fa-thumbs-o-up:before {
  content: "\f087";
}
.fa-thumbs-o-down:before {
  content: "\f088";
}
.fa-star-half:before {
  content: "\f089";
}
.fa-heart-o:before {
  content: "\f08a";
}
.fa-sign-out:before {
  content: "\f08b";
}
.fa-linkedin-square:before {
  content: "\f08c";
}
.fa-thumb-tack:before {
  content: "\f08d";
}
.fa-external-link:before {
  content: "\f08e";
}
.fa-sign-in:before {
  content: "\f090";
}
.fa-trophy:before {
  content: "\f091";
}
.fa-github-square:before {
  content: "\f092";
}
.fa-upload:before {
  content: "\f093";
}
.fa-lemon-o:before {
  content: "\f094";
}
.fa-phone:before {
  content: "\f095";
}
.fa-square-o:before {
  content: "\f096";
}
.fa-bookmark-o:before {
  content: "\f097";
}
.fa-phone-square:before {
  content: "\f098";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a";
}
.fa-github:before {
  content: "\f09b";
}
.fa-unlock:before {
  content: "\f09c";
}
.fa-credit-card:before {
  content: "\f09d";
}
.fa-feed:before,
.fa-rss:before {
  content: "\f09e";
}
.fa-hdd-o:before {
  content: "\f0a0";
}
.fa-bullhorn:before {
  content: "\f0a1";
}
.fa-bell:before {
  content: "\f0f3";
}
.fa-certificate:before {
  content: "\f0a3";
}
.fa-hand-o-right:before {
  content: "\f0a4";
}
.fa-hand-o-left:before {
  content: "\f0a5";
}
.fa-hand-o-up:before {
  content: "\f0a6";
}
.fa-hand-o-down:before {
  content: "\f0a7";
}
.fa-arrow-circle-left:before {
  content: "\f0a8";
}
.fa-arrow-circle-right:before {
  content: "\f0a9";
}
.fa-arrow-circle-up:before {
  content: "\f0aa";
}
.fa-arrow-circle-down:before {
  content: "\f0ab";
}
.fa-globe:before {
  content: "\f0ac";
}
.fa-wrench:before {
  content: "\f0ad";
}
.fa-tasks:before {
  content: "\f0ae";
}
.fa-filter:before {
  content: "\f0b0";
}
.fa-briefcase:before {
  content: "\f0b1";
}
.fa-arrows-alt:before {
  content: "\f0b2";
}
.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}
.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}
.fa-cloud:before {
  content: "\f0c2";
}
.fa-flask:before {
  content: "\f0c3";
}
.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}
.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}
.fa-paperclip:before {
  content: "\f0c6";
}
.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}
.fa-square:before {
  content: "\f0c8";
}
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}
.fa-list-ul:before {
  content: "\f0ca";
}
.fa-list-ol:before {
  content: "\f0cb";
}
.fa-strikethrough:before {
  content: "\f0cc";
}
.fa-underline:before {
  content: "\f0cd";
}
.fa-table:before {
  content: "\f0ce";
}
.fa-magic:before {
  content: "\f0d0";
}
.fa-truck:before {
  content: "\f0d1";
}
.fa-pinterest:before {
  content: "\f0d2";
}
.fa-pinterest-square:before {
  content: "\f0d3";
}
.fa-google-plus-square:before {
  content: "\f0d4";
}
.fa-google-plus:before {
  content: "\f0d5";
}
.fa-money:before {
  content: "\f0d6";
}
.fa-caret-down:before {
  content: "\f0d7";
}
.fa-caret-up:before {
  content: "\f0d8";
}
.fa-caret-left:before {
  content: "\f0d9";
}
.fa-caret-right:before {
  content: "\f0da";
}
.fa-columns:before {
  content: "\f0db";
}
.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}
.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}
.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}
.fa-envelope:before {
  content: "\f0e0";
}
.fa-linkedin:before {
  content: "\f0e1";
}
.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}
.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}
.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}
.fa-comment-o:before {
  content: "\f0e5";
}
.fa-comments-o:before {
  content: "\f0e6";
}
.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}
.fa-sitemap:before {
  content: "\f0e8";
}
.fa-umbrella:before {
  content: "\f0e9";
}
.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}
.fa-lightbulb-o:before {
  content: "\f0eb";
}
.fa-exchange:before {
  content: "\f0ec";
}
.fa-cloud-download:before {
  content: "\f0ed";
}
.fa-cloud-upload:before {
  content: "\f0ee";
}
.fa-user-md:before {
  content: "\f0f0";
}
.fa-stethoscope:before {
  content: "\f0f1";
}
.fa-suitcase:before {
  content: "\f0f2";
}
.fa-bell-o:before {
  content: "\f0a2";
}
.fa-coffee:before {
  content: "\f0f4";
}
.fa-cutlery:before {
  content: "\f0f5";
}
.fa-file-text-o:before {
  content: "\f0f6";
}
.fa-building-o:before {
  content: "\f0f7";
}
.fa-hospital-o:before {
  content: "\f0f8";
}
.fa-ambulance:before {
  content: "\f0f9";
}
.fa-medkit:before {
  content: "\f0fa";
}
.fa-fighter-jet:before {
  content: "\f0fb";
}
.fa-beer:before {
  content: "\f0fc";
}
.fa-h-square:before {
  content: "\f0fd";
}
.fa-plus-square:before {
  content: "\f0fe";
}
.fa-angle-double-left:before {
  content: "\f100";
}
.fa-angle-double-right:before {
  content: "\f101";
}
.fa-angle-double-up:before {
  content: "\f102";
}
.fa-angle-double-down:before {
  content: "\f103";
}
.fa-angle-left:before {
  content: "\f104";
}
.fa-angle-right:before {
  content: "\f105";
}
.fa-angle-up:before {
  content: "\f106";
}
.fa-angle-down:before {
  content: "\f107";
}
.fa-desktop:before {
  content: "\f108";
}
.fa-laptop:before {
  content: "\f109";
}
.fa-tablet:before {
  content: "\f10a";
}
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}
.fa-circle-o:before {
  content: "\f10c";
}
.fa-quote-left:before {
  content: "\f10d";
}
.fa-quote-right:before {
  content: "\f10e";
}
.fa-spinner:before {
  content: "\f110";
}
.fa-circle:before {
  content: "\f111";
}
.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}
.fa-github-alt:before {
  content: "\f113";
}
.fa-folder-o:before {
  content: "\f114";
}
.fa-folder-open-o:before {
  content: "\f115";
}
.fa-smile-o:before {
  content: "\f118";
}
.fa-frown-o:before {
  content: "\f119";
}
.fa-meh-o:before {
  content: "\f11a";
}
.fa-gamepad:before {
  content: "\f11b";
}
.fa-keyboard-o:before {
  content: "\f11c";
}
.fa-flag-o:before {
  content: "\f11d";
}
.fa-flag-checkered:before {
  content: "\f11e";
}
.fa-terminal:before {
  content: "\f120";
}
.fa-code:before {
  content: "\f121";
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}
.fa-location-arrow:before {
  content: "\f124";
}
.fa-crop:before {
  content: "\f125";
}
.fa-code-fork:before {
  content: "\f126";
}
.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}
.fa-question:before {
  content: "\f128";
}
.fa-info:before {
  content: "\f129";
}
.fa-exclamation:before {
  content: "\f12a";
}
.fa-superscript:before {
  content: "\f12b";
}
.fa-subscript:before {
  content: "\f12c";
}
.fa-eraser:before {
  content: "\f12d";
}
.fa-puzzle-piece:before {
  content: "\f12e";
}
.fa-microphone:before {
  content: "\f130";
}
.fa-microphone-slash:before {
  content: "\f131";
}
.fa-shield:before {
  content: "\f132";
}
.fa-calendar-o:before {
  content: "\f133";
}
.fa-fire-extinguisher:before {
  content: "\f134";
}
.fa-rocket:before {
  content: "\f135";
}
.fa-maxcdn:before {
  content: "\f136";
}
.fa-chevron-circle-left:before {
  content: "\f137";
}
.fa-chevron-circle-right:before {
  content: "\f138";
}
.fa-chevron-circle-up:before {
  content: "\f139";
}
.fa-chevron-circle-down:before {
  content: "\f13a";
}
.fa-html5:before {
  content: "\f13b";
}
.fa-css3:before {
  content: "\f13c";
}
.fa-anchor:before {
  content: "\f13d";
}
.fa-unlock-alt:before {
  content: "\f13e";
}
.fa-bullseye:before {
  content: "\f140";
}
.fa-ellipsis-h:before {
  content: "\f141";
}
.fa-ellipsis-v:before {
  content: "\f142";
}
.fa-rss-square:before {
  content: "\f143";
}
.fa-play-circle:before {
  content: "\f144";
}
.fa-ticket:before {
  content: "\f145";
}
.fa-minus-square:before {
  content: "\f146";
}
.fa-minus-square-o:before {
  content: "\f147";
}
.fa-level-up:before {
  content: "\f148";
}
.fa-level-down:before {
  content: "\f149";
}
.fa-check-square:before {
  content: "\f14a";
}
.fa-pencil-square:before {
  content: "\f14b";
}
.fa-external-link-square:before {
  content: "\f14c";
}
.fa-share-square:before {
  content: "\f14d";
}
.fa-compass:before {
  content: "\f14e";
}
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}
.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}
.fa-gbp:before {
  content: "\f154";
}
.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}
.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}
.fa-won:before,
.fa-krw:before {
  content: "\f159";
}
.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}
.fa-file:before {
  content: "\f15b";
}
.fa-file-text:before {
  content: "\f15c";
}
.fa-sort-alpha-asc:before {
  content: "\f15d";
}
.fa-sort-alpha-desc:before {
  content: "\f15e";
}
.fa-sort-amount-asc:before {
  content: "\f160";
}
.fa-sort-amount-desc:before {
  content: "\f161";
}
.fa-sort-numeric-asc:before {
  content: "\f162";
}
.fa-sort-numeric-desc:before {
  content: "\f163";
}
.fa-thumbs-up:before {
  content: "\f164";
}
.fa-thumbs-down:before {
  content: "\f165";
}
.fa-youtube-square:before {
  content: "\f166";
}
.fa-youtube:before {
  content: "\f167";
}
.fa-xing:before {
  content: "\f168";
}
.fa-xing-square:before {
  content: "\f169";
}
.fa-youtube-play:before {
  content: "\f16a";
}
.fa-dropbox:before {
  content: "\f16b";
}
.fa-stack-overflow:before {
  content: "\f16c";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-flickr:before {
  content: "\f16e";
}
.fa-adn:before {
  content: "\f170";
}
.fa-bitbucket:before {
  content: "\f171";
}
.fa-bitbucket-square:before {
  content: "\f172";
}
.fa-tumblr:before {
  content: "\f173";
}
.fa-tumblr-square:before {
  content: "\f174";
}
.fa-long-arrow-down:before {
  content: "\f175";
}
.fa-long-arrow-up:before {
  content: "\f176";
}
.fa-long-arrow-left:before {
  content: "\f177";
}
.fa-long-arrow-right:before {
  content: "\f178";
}
.fa-apple:before {
  content: "\f179";
}
.fa-windows:before {
  content: "\f17a";
}
.fa-android:before {
  content: "\f17b";
}
.fa-linux:before {
  content: "\f17c";
}
.fa-dribbble:before {
  content: "\f17d";
}
.fa-skype:before {
  content: "\f17e";
}
.fa-foursquare:before {
  content: "\f180";
}
.fa-trello:before {
  content: "\f181";
}
.fa-female:before {
  content: "\f182";
}
.fa-male:before {
  content: "\f183";
}
.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184";
}
.fa-sun-o:before {
  content: "\f185";
}
.fa-moon-o:before {
  content: "\f186";
}
.fa-archive:before {
  content: "\f187";
}
.fa-bug:before {
  content: "\f188";
}
.fa-vk:before {
  content: "\f189";
}
.fa-weibo:before {
  content: "\f18a";
}
.fa-renren:before {
  content: "\f18b";
}
.fa-pagelines:before {
  content: "\f18c";
}
.fa-stack-exchange:before {
  content: "\f18d";
}
.fa-arrow-circle-o-right:before {
  content: "\f18e";
}
.fa-arrow-circle-o-left:before {
  content: "\f190";
}
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}
.fa-dot-circle-o:before {
  content: "\f192";
}
.fa-wheelchair:before {
  content: "\f193";
}
.fa-vimeo-square:before {
  content: "\f194";
}
.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}
.fa-plus-square-o:before {
  content: "\f196";
}
.fa-space-shuttle:before {
  content: "\f197";
}
.fa-slack:before {
  content: "\f198";
}
.fa-envelope-square:before {
  content: "\f199";
}
.fa-wordpress:before {
  content: "\f19a";
}
.fa-openid:before {
  content: "\f19b";
}
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}
.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}
.fa-yahoo:before {
  content: "\f19e";
}
.fa-google:before {
  content: "\f1a0";
}
.fa-reddit:before {
  content: "\f1a1";
}
.fa-reddit-square:before {
  content: "\f1a2";
}
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}
.fa-stumbleupon:before {
  content: "\f1a4";
}
.fa-delicious:before {
  content: "\f1a5";
}
.fa-digg:before {
  content: "\f1a6";
}
.fa-pied-piper:before {
  content: "\f1a7";
}
.fa-pied-piper-alt:before {
  content: "\f1a8";
}
.fa-drupal:before {
  content: "\f1a9";
}
.fa-joomla:before {
  content: "\f1aa";
}
.fa-language:before {
  content: "\f1ab";
}
.fa-fax:before {
  content: "\f1ac";
}
.fa-building:before {
  content: "\f1ad";
}
.fa-child:before {
  content: "\f1ae";
}
.fa-paw:before {
  content: "\f1b0";
}
.fa-spoon:before {
  content: "\f1b1";
}
.fa-cube:before {
  content: "\f1b2";
}
.fa-cubes:before {
  content: "\f1b3";
}
.fa-behance:before {
  content: "\f1b4";
}
.fa-behance-square:before {
  content: "\f1b5";
}
.fa-steam:before {
  content: "\f1b6";
}
.fa-steam-square:before {
  content: "\f1b7";
}
.fa-recycle:before {
  content: "\f1b8";
}
.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}
.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}
.fa-tree:before {
  content: "\f1bb";
}
.fa-spotify:before {
  content: "\f1bc";
}
.fa-deviantart:before {
  content: "\f1bd";
}
.fa-soundcloud:before {
  content: "\f1be";
}
.fa-database:before {
  content: "\f1c0";
}
.fa-file-pdf-o:before {
  content: "\f1c1";
}
.fa-file-word-o:before {
  content: "\f1c2";
}
.fa-file-excel-o:before {
  content: "\f1c3";
}
.fa-file-powerpoint-o:before {
  content: "\f1c4";
}
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}
.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}
.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}
.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}
.fa-file-code-o:before {
  content: "\f1c9";
}
.fa-vine:before {
  content: "\f1ca";
}
.fa-codepen:before {
  content: "\f1cb";
}
.fa-jsfiddle:before {
  content: "\f1cc";
}
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}
.fa-circle-o-notch:before {
  content: "\f1ce";
}
.fa-ra:before,
.fa-rebel:before {
  content: "\f1d0";
}
.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}
.fa-git-square:before {
  content: "\f1d2";
}
.fa-git:before {
  content: "\f1d3";
}
.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\f1d4";
}
.fa-tencent-weibo:before {
  content: "\f1d5";
}
.fa-qq:before {
  content: "\f1d6";
}
.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}
.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}
.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}
.fa-history:before {
  content: "\f1da";
}
.fa-circle-thin:before {
  content: "\f1db";
}
.fa-header:before {
  content: "\f1dc";
}
.fa-paragraph:before {
  content: "\f1dd";
}
.fa-sliders:before {
  content: "\f1de";
}
.fa-share-alt:before {
  content: "\f1e0";
}
.fa-share-alt-square:before {
  content: "\f1e1";
}
.fa-bomb:before {
  content: "\f1e2";
}
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3";
}
.fa-tty:before {
  content: "\f1e4";
}
.fa-binoculars:before {
  content: "\f1e5";
}
.fa-plug:before {
  content: "\f1e6";
}
.fa-slideshare:before {
  content: "\f1e7";
}
.fa-twitch:before {
  content: "\f1e8";
}
.fa-yelp:before {
  content: "\f1e9";
}
.fa-newspaper-o:before {
  content: "\f1ea";
}
.fa-wifi:before {
  content: "\f1eb";
}
.fa-calculator:before {
  content: "\f1ec";
}
.fa-paypal:before {
  content: "\f1ed";
}
.fa-google-wallet:before {
  content: "\f1ee";
}
.fa-cc-visa:before {
  content: "\f1f0";
}
.fa-cc-mastercard:before {
  content: "\f1f1";
}
.fa-cc-discover:before {
  content: "\f1f2";
}
.fa-cc-amex:before {
  content: "\f1f3";
}
.fa-cc-paypal:before {
  content: "\f1f4";
}
.fa-cc-stripe:before {
  content: "\f1f5";
}
.fa-bell-slash:before {
  content: "\f1f6";
}
.fa-bell-slash-o:before {
  content: "\f1f7";
}
.fa-trash:before {
  content: "\f1f8";
}
.fa-copyright:before {
  content: "\f1f9";
}
.fa-at:before {
  content: "\f1fa";
}
.fa-eyedropper:before {
  content: "\f1fb";
}
.fa-paint-brush:before {
  content: "\f1fc";
}
.fa-birthday-cake:before {
  content: "\f1fd";
}
.fa-area-chart:before {
  content: "\f1fe";
}
.fa-pie-chart:before {
  content: "\f200";
}
.fa-line-chart:before {
  content: "\f201";
}
.fa-lastfm:before {
  content: "\f202";
}
.fa-lastfm-square:before {
  content: "\f203";
}
.fa-toggle-off:before {
  content: "\f204";
}
.fa-toggle-on:before {
  content: "\f205";
}
.fa-bicycle:before {
  content: "\f206";
}
.fa-bus:before {
  content: "\f207";
}
.fa-ioxhost:before {
  content: "\f208";
}
.fa-angellist:before {
  content: "\f209";
}
.fa-cc:before {
  content: "\f20a";
}
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b";
}
.fa-meanpath:before {
  content: "\f20c";
}
.fa-buysellads:before {
  content: "\f20d";
}
.fa-connectdevelop:before {
  content: "\f20e";
}
.fa-dashcube:before {
  content: "\f210";
}
.fa-forumbee:before {
  content: "\f211";
}
.fa-leanpub:before {
  content: "\f212";
}
.fa-sellsy:before {
  content: "\f213";
}
.fa-shirtsinbulk:before {
  content: "\f214";
}
.fa-simplybuilt:before {
  content: "\f215";
}
.fa-skyatlas:before {
  content: "\f216";
}
.fa-cart-plus:before {
  content: "\f217";
}
.fa-cart-arrow-down:before {
  content: "\f218";
}
.fa-diamond:before {
  content: "\f219";
}
.fa-ship:before {
  content: "\f21a";
}
.fa-user-secret:before {
  content: "\f21b";
}
.fa-motorcycle:before {
  content: "\f21c";
}
.fa-street-view:before {
  content: "\f21d";
}
.fa-heartbeat:before {
  content: "\f21e";
}
.fa-venus:before {
  content: "\f221";
}
.fa-mars:before {
  content: "\f222";
}
.fa-mercury:before {
  content: "\f223";
}
.fa-intersex:before,
.fa-transgender:before {
  content: "\f224";
}
.fa-transgender-alt:before {
  content: "\f225";
}
.fa-venus-double:before {
  content: "\f226";
}
.fa-mars-double:before {
  content: "\f227";
}
.fa-venus-mars:before {
  content: "\f228";
}
.fa-mars-stroke:before {
  content: "\f229";
}
.fa-mars-stroke-v:before {
  content: "\f22a";
}
.fa-mars-stroke-h:before {
  content: "\f22b";
}
.fa-neuter:before {
  content: "\f22c";
}
.fa-genderless:before {
  content: "\f22d";
}
.fa-facebook-official:before {
  content: "\f230";
}
.fa-pinterest-p:before {
  content: "\f231";
}
.fa-whatsapp:before {
  content: "\f232";
}
.fa-server:before {
  content: "\f233";
}
.fa-user-plus:before {
  content: "\f234";
}
.fa-user-times:before {
  content: "\f235";
}
.fa-hotel:before,
.fa-bed:before {
  content: "\f236";
}
.fa-viacoin:before {
  content: "\f237";
}
.fa-train:before {
  content: "\f238";
}
.fa-subway:before {
  content: "\f239";
}
.fa-medium:before {
  content: "\f23a";
}
.fa-yc:before,
.fa-y-combinator:before {
  content: "\f23b";
}
.fa-optin-monster:before {
  content: "\f23c";
}
.fa-opencart:before {
  content: "\f23d";
}
.fa-expeditedssl:before {
  content: "\f23e";
}
.fa-battery-4:before,
.fa-battery-full:before {
  content: "\f240";
}
.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\f241";
}
.fa-battery-2:before,
.fa-battery-half:before {
  content: "\f242";
}
.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\f243";
}
.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\f244";
}
.fa-mouse-pointer:before {
  content: "\f245";
}
.fa-i-cursor:before {
  content: "\f246";
}
.fa-object-group:before {
  content: "\f247";
}
.fa-object-ungroup:before {
  content: "\f248";
}
.fa-sticky-note:before {
  content: "\f249";
}
.fa-sticky-note-o:before {
  content: "\f24a";
}
.fa-cc-jcb:before {
  content: "\f24b";
}
.fa-cc-diners-club:before {
  content: "\f24c";
}
.fa-clone:before {
  content: "\f24d";
}
.fa-balance-scale:before {
  content: "\f24e";
}
.fa-hourglass-o:before {
  content: "\f250";
}
.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\f251";
}
.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\f252";
}
.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\f253";
}
.fa-hourglass:before {
  content: "\f254";
}
.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\f255";
}
.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\f256";
}
.fa-hand-scissors-o:before {
  content: "\f257";
}
.fa-hand-lizard-o:before {
  content: "\f258";
}
.fa-hand-spock-o:before {
  content: "\f259";
}
.fa-hand-pointer-o:before {
  content: "\f25a";
}
.fa-hand-peace-o:before {
  content: "\f25b";
}
.fa-trademark:before {
  content: "\f25c";
}
.fa-registered:before {
  content: "\f25d";
}
.fa-creative-commons:before {
  content: "\f25e";
}
.fa-gg:before {
  content: "\f260";
}
.fa-gg-circle:before {
  content: "\f261";
}
.fa-tripadvisor:before {
  content: "\f262";
}
.fa-odnoklassniki:before {
  content: "\f263";
}
.fa-odnoklassniki-square:before {
  content: "\f264";
}
.fa-get-pocket:before {
  content: "\f265";
}
.fa-wikipedia-w:before {
  content: "\f266";
}
.fa-safari:before {
  content: "\f267";
}
.fa-chrome:before {
  content: "\f268";
}
.fa-firefox:before {
  content: "\f269";
}
.fa-opera:before {
  content: "\f26a";
}
.fa-internet-explorer:before {
  content: "\f26b";
}
.fa-tv:before,
.fa-television:before {
  content: "\f26c";
}
.fa-contao:before {
  content: "\f26d";
}
.fa-500px:before {
  content: "\f26e";
}
.fa-amazon:before {
  content: "\f270";
}
.fa-calendar-plus-o:before {
  content: "\f271";
}
.fa-calendar-minus-o:before {
  content: "\f272";
}
.fa-calendar-times-o:before {
  content: "\f273";
}
.fa-calendar-check-o:before {
  content: "\f274";
}
.fa-industry:before {
  content: "\f275";
}
.fa-map-pin:before {
  content: "\f276";
}
.fa-map-signs:before {
  content: "\f277";
}
.fa-map-o:before {
  content: "\f278";
}
.fa-map:before {
  content: "\f279";
}
.fa-commenting:before {
  content: "\f27a";
}
.fa-commenting-o:before {
  content: "\f27b";
}
.fa-houzz:before {
  content: "\f27c";
}
.fa-vimeo:before {
  content: "\f27d";
}
.fa-black-tie:before {
  content: "\f27e";
}
.fa-fonticons:before {
  content: "\f280";
}
.fa-reddit-alien:before {
  content: "\f281";
}
.fa-edge:before {
  content: "\f282";
}
.fa-credit-card-alt:before {
  content: "\f283";
}
.fa-codiepie:before {
  content: "\f284";
}
.fa-modx:before {
  content: "\f285";
}
.fa-fort-awesome:before {
  content: "\f286";
}
.fa-usb:before {
  content: "\f287";
}
.fa-product-hunt:before {
  content: "\f288";
}
.fa-mixcloud:before {
  content: "\f289";
}
.fa-scribd:before {
  content: "\f28a";
}
.fa-pause-circle:before {
  content: "\f28b";
}
.fa-pause-circle-o:before {
  content: "\f28c";
}
.fa-stop-circle:before {
  content: "\f28d";
}
.fa-stop-circle-o:before {
  content: "\f28e";
}
.fa-shopping-bag:before {
  content: "\f290";
}
.fa-shopping-basket:before {
  content: "\f291";
}
.fa-hashtag:before {
  content: "\f292";
}
.fa-bluetooth:before {
  content: "\f293";
}
.fa-bluetooth-b:before {
  content: "\f294";
}
.fa-percent:before {
  content: "\f295";
}
* {
  -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: rgba(0, 0, 0, 0);
}
body {
  font-family: "Stag Sans Web", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 18px;
  line-height: 1.44444444;
  color: #33424D;
  background-color: #fff;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #0062b2;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #003865;
  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,
.thumbnail > img,
.thumbnail a > img,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 4px;
}
.img-thumbnail {
  padding: 4px;
  line-height: 1.44444444;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 3px;
  -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: 26px;
  margin-bottom: 26px;
  border: 0;
  border-top: 1px solid #E9EEF2;
}
.sr-only,
.sr-only.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: "Stag Sans Web", "Stag Sans Web", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 600;
  line-height: 1.1;
  color: #425563;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #6b7882;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 26px;
  margin-bottom: 13px;
}
h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
  font-size: 65%;
}
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 13px;
  margin-bottom: 13px;
}
h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
  font-size: 75%;
}
h1,
.h1 {
  font-size: 60px;
}
h2,
.h2 {
  font-size: 40px;
}
h3,
.h3 {
  font-size: 28px;
}
h4,
.h4 {
  font-size: 24px;
}
h5,
.h5 {
  font-size: 18px;
}
h6,
.h6 {
  font-size: 16px;
}
p {
  margin: 0 0 13px;
}
.lead {
  margin-bottom: 26px;
  font-size: 20px;
  font-weight: 300;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 27px;
  }
}
small,
.small {
  font-size: 77%;
}
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 {
  text-transform: uppercase;
}
.text-capitalize {
  text-transform: capitalize;
}
.text-muted {
  color: #6b7882;
}
.text-primary {
  color: #FFD100;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #cca700;
}
.text-success {
  color: #3c763d;
}
a.text-success:hover,
a.text-success:focus {
  color: #2b542c;
}
.text-info {
  color: #33424D;
}
a.text-info:hover,
a.text-info:focus {
  color: #1f282e;
}
.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;
  background-color: #FFD100;
}
a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #cca700;
}
.bg-success {
  background-color: #dff0d8;
}
a.bg-success:hover,
a.bg-success:focus {
  background-color: #c1e2b3;
}
.bg-info {
  background-color: #f4f7f9;
}
a.bg-info:hover,
a.bg-info:focus {
  background-color: #d4dee6;
}
.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: 12px;
  margin: 52px 0 26px;
  border-bottom: 1px solid #E9EEF2;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 13px;
}
ul ul,
ol ul,
ul ol,
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: 26px;
}
dt,
dd {
  line-height: 1.44444444;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}
@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 #6b7882;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 13px 26px;
  margin: 0 0 26px;
  font-size: 22.5px;
  border-left: 5px solid #FFD100;
}
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.44444444;
  color: #6b7882;
}
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 #FFD100;
  border-left: 0;
  text-align: right;
}
.blockquote-reverse footer:before,
blockquote.pull-right footer:before,
.blockquote-reverse small:before,
blockquote.pull-right small:before,
.blockquote-reverse .small:before,
blockquote.pull-right .small:before {
  content: '';
}
.blockquote-reverse footer:after,
blockquote.pull-right footer:after,
.blockquote-reverse small:after,
blockquote.pull-right small:after,
.blockquote-reverse .small:after,
blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}
address {
  margin-bottom: 26px;
  font-style: normal;
  line-height: 1.44444444;
}
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: 3px;
}
kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 2px;
  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: 12.5px;
  margin: 0 0 13px;
  font-size: 17px;
  line-height: 1.44444444;
  word-break: break-all;
  word-wrap: break-word;
  color: #33424D;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 3px;
}
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;
}
@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;
}
.row {
  margin-left: -15px;
  margin-right: -15px;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 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-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
table {
  background-color: transparent;
}
caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #6b7882;
  text-align: left;
}
th {
  text-align: left;
}
.table,
.rich-text > table,
.body-copy > table,
.tab-pane > table,
.panel-body > table,
.rich-text-module-content > table,
.rich-text .table-responsive > table,
.body-copy .table-responsive > table,
.tab-pane .table-responsive > table,
.panel-body .table-responsive > table,
.rich-text-module-content .table-responsive > table,
.feature-item-details > table,
.feature-item-details .table-responsive > table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 26px;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td,
.rich-text > table > thead > tr > th,
.rich-text > table > tbody > tr > th,
.rich-text > table > tfoot > tr > th,
.rich-text > table > thead > tr > td,
.rich-text > table > tbody > tr > td,
.rich-text > table > tfoot > tr > td,
.body-copy > table > thead > tr > th,
.body-copy > table > tbody > tr > th,
.body-copy > table > tfoot > tr > th,
.body-copy > table > thead > tr > td,
.body-copy > table > tbody > tr > td,
.body-copy > table > tfoot > tr > td,
.tab-pane > table > thead > tr > th,
.tab-pane > table > tbody > tr > th,
.tab-pane > table > tfoot > tr > th,
.tab-pane > table > thead > tr > td,
.tab-pane > table > tbody > tr > td,
.tab-pane > table > tfoot > tr > td,
.panel-body > table > thead > tr > th,
.panel-body > table > tbody > tr > th,
.panel-body > table > tfoot > tr > th,
.panel-body > table > thead > tr > td,
.panel-body > table > tbody > tr > td,
.panel-body > table > tfoot > tr > td,
.rich-text-module-content > table > thead > tr > th,
.rich-text-module-content > table > tbody > tr > th,
.rich-text-module-content > table > tfoot > tr > th,
.rich-text-module-content > table > thead > tr > td,
.rich-text-module-content > table > tbody > tr > td,
.rich-text-module-content > table > tfoot > tr > td,
.rich-text .table-responsive > table > thead > tr > th,
.rich-text .table-responsive > table > tbody > tr > th,
.rich-text .table-responsive > table > tfoot > tr > th,
.rich-text .table-responsive > table > thead > tr > td,
.rich-text .table-responsive > table > tbody > tr > td,
.rich-text .table-responsive > table > tfoot > tr > td,
.body-copy .table-responsive > table > thead > tr > th,
.body-copy .table-responsive > table > tbody > tr > th,
.body-copy .table-responsive > table > tfoot > tr > th,
.body-copy .table-responsive > table > thead > tr > td,
.body-copy .table-responsive > table > tbody > tr > td,
.body-copy .table-responsive > table > tfoot > tr > td,
.tab-pane .table-responsive > table > thead > tr > th,
.tab-pane .table-responsive > table > tbody > tr > th,
.tab-pane .table-responsive > table > tfoot > tr > th,
.tab-pane .table-responsive > table > thead > tr > td,
.tab-pane .table-responsive > table > tbody > tr > td,
.tab-pane .table-responsive > table > tfoot > tr > td,
.panel-body .table-responsive > table > thead > tr > th,
.panel-body .table-responsive > table > tbody > tr > th,
.panel-body .table-responsive > table > tfoot > tr > th,
.panel-body .table-responsive > table > thead > tr > td,
.panel-body .table-responsive > table > tbody > tr > td,
.panel-body .table-responsive > table > tfoot > tr > td,
.rich-text-module-content .table-responsive > table > thead > tr > th,
.rich-text-module-content .table-responsive > table > tbody > tr > th,
.rich-text-module-content .table-responsive > table > tfoot > tr > th,
.rich-text-module-content .table-responsive > table > thead > tr > td,
.rich-text-module-content .table-responsive > table > tbody > tr > td,
.rich-text-module-content .table-responsive > table > tfoot > tr > td,
.feature-item-details > table > thead > tr > th,
.feature-item-details > table > tbody > tr > th,
.feature-item-details > table > tfoot > tr > th,
.feature-item-details > table > thead > tr > td,
.feature-item-details > table > tbody > tr > td,
.feature-item-details > table > tfoot > tr > td,
.feature-item-details .table-responsive > table > thead > tr > th,
.feature-item-details .table-responsive > table > tbody > tr > th,
.feature-item-details .table-responsive > table > tfoot > tr > th,
.feature-item-details .table-responsive > table > thead > tr > td,
.feature-item-details .table-responsive > table > tbody > tr > td,
.feature-item-details .table-responsive > table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.44444444;
  vertical-align: top;
  border-top: 1px solid #ddd;
}
.table > thead > tr > th,
.rich-text > table > thead > tr > th,
.body-copy > table > thead > tr > th,
.tab-pane > table > thead > tr > th,
.panel-body > table > thead > tr > th,
.rich-text-module-content > table > thead > tr > th,
.rich-text .table-responsive > table > thead > tr > th,
.body-copy .table-responsive > table > thead > tr > th,
.tab-pane .table-responsive > table > thead > tr > th,
.panel-body .table-responsive > table > thead > tr > th,
.rich-text-module-content .table-responsive > table > thead > tr > th,
.feature-item-details > table > thead > tr > th,
.feature-item-details .table-responsive > table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td,
.rich-text > table > caption + thead > tr:first-child > th,
.rich-text > table > colgroup + thead > tr:first-child > th,
.rich-text > table > thead:first-child > tr:first-child > th,
.rich-text > table > caption + thead > tr:first-child > td,
.rich-text > table > colgroup + thead > tr:first-child > td,
.rich-text > table > thead:first-child > tr:first-child > td,
.body-copy > table > caption + thead > tr:first-child > th,
.body-copy > table > colgroup + thead > tr:first-child > th,
.body-copy > table > thead:first-child > tr:first-child > th,
.body-copy > table > caption + thead > tr:first-child > td,
.body-copy > table > colgroup + thead > tr:first-child > td,
.body-copy > table > thead:first-child > tr:first-child > td,
.tab-pane > table > caption + thead > tr:first-child > th,
.tab-pane > table > colgroup + thead > tr:first-child > th,
.tab-pane > table > thead:first-child > tr:first-child > th,
.tab-pane > table > caption + thead > tr:first-child > td,
.tab-pane > table > colgroup + thead > tr:first-child > td,
.tab-pane > table > thead:first-child > tr:first-child > td,
.panel-body > table > caption + thead > tr:first-child > th,
.panel-body > table > colgroup + thead > tr:first-child > th,
.panel-body > table > thead:first-child > tr:first-child > th,
.panel-body > table > caption + thead > tr:first-child > td,
.panel-body > table > colgroup + thead > tr:first-child > td,
.panel-body > table > thead:first-child > tr:first-child > td,
.rich-text-module-content > table > caption + thead > tr:first-child > th,
.rich-text-module-content > table > colgroup + thead > tr:first-child > th,
.rich-text-module-content > table > thead:first-child > tr:first-child > th,
.rich-text-module-content > table > caption + thead > tr:first-child > td,
.rich-text-module-content > table > colgroup + thead > tr:first-child > td,
.rich-text-module-content > table > thead:first-child > tr:first-child > td,
.rich-text .table-responsive > table > caption + thead > tr:first-child > th,
.rich-text .table-responsive > table > colgroup + thead > tr:first-child > th,
.rich-text .table-responsive > table > thead:first-child > tr:first-child > th,
.rich-text .table-responsive > table > caption + thead > tr:first-child > td,
.rich-text .table-responsive > table > colgroup + thead > tr:first-child > td,
.rich-text .table-responsive > table > thead:first-child > tr:first-child > td,
.body-copy .table-responsive > table > caption + thead > tr:first-child > th,
.body-copy .table-responsive > table > colgroup + thead > tr:first-child > th,
.body-copy .table-responsive > table > thead:first-child > tr:first-child > th,
.body-copy .table-responsive > table > caption + thead > tr:first-child > td,
.body-copy .table-responsive > table > colgroup + thead > tr:first-child > td,
.body-copy .table-responsive > table > thead:first-child > tr:first-child > td,
.tab-pane .table-responsive > table > caption + thead > tr:first-child > th,
.tab-pane .table-responsive > table > colgroup + thead > tr:first-child > th,
.tab-pane .table-responsive > table > thead:first-child > tr:first-child > th,
.tab-pane .table-responsive > table > caption + thead > tr:first-child > td,
.tab-pane .table-responsive > table > colgroup + thead > tr:first-child > td,
.tab-pane .table-responsive > table > thead:first-child > tr:first-child > td,
.panel-body .table-responsive > table > caption + thead > tr:first-child > th,
.panel-body .table-responsive > table > colgroup + thead > tr:first-child > th,
.panel-body .table-responsive > table > thead:first-child > tr:first-child > th,
.panel-body .table-responsive > table > caption + thead > tr:first-child > td,
.panel-body .table-responsive > table > colgroup + thead > tr:first-child > td,
.panel-body .table-responsive > table > thead:first-child > tr:first-child > td,
.rich-text-module-content .table-responsive > table > caption + thead > tr:first-child > th,
.rich-text-module-content .table-responsive > table > colgroup + thead > tr:first-child > th,
.rich-text-module-content .table-responsive > table > thead:first-child > tr:first-child > th,
.rich-text-module-content .table-responsive > table > caption + thead > tr:first-child > td,
.rich-text-module-content .table-responsive > table > colgroup + thead > tr:first-child > td,
.rich-text-module-content .table-responsive > table > thead:first-child > tr:first-child > td,
.feature-item-details > table > caption + thead > tr:first-child > th,
.feature-item-details > table > colgroup + thead > tr:first-child > th,
.feature-item-details > table > thead:first-child > tr:first-child > th,
.feature-item-details > table > caption + thead > tr:first-child > td,
.feature-item-details > table > colgroup + thead > tr:first-child > td,
.feature-item-details > table > thead:first-child > tr:first-child > td,
.feature-item-details .table-responsive > table > caption + thead > tr:first-child > th,
.feature-item-details .table-responsive > table > colgroup + thead > tr:first-child > th,
.feature-item-details .table-responsive > table > thead:first-child > tr:first-child > th,
.feature-item-details .table-responsive > table > caption + thead > tr:first-child > td,
.feature-item-details .table-responsive > table > colgroup + thead > tr:first-child > td,
.feature-item-details .table-responsive > table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table > tbody + tbody,
.rich-text > table > tbody + tbody,
.body-copy > table > tbody + tbody,
.tab-pane > table > tbody + tbody,
.panel-body > table > tbody + tbody,
.rich-text-module-content > table > tbody + tbody,
.rich-text .table-responsive > table > tbody + tbody,
.body-copy .table-responsive > table > tbody + tbody,
.tab-pane .table-responsive > table > tbody + tbody,
.panel-body .table-responsive > table > tbody + tbody,
.rich-text-module-content .table-responsive > table > tbody + tbody,
.feature-item-details > table > tbody + tbody,
.feature-item-details .table-responsive > table > tbody + tbody {
  border-top: 2px solid #ddd;
}
.table .table,
.rich-text > table .rich-text > table,
.body-copy > table .body-copy > table,
.tab-pane > table .tab-pane > table,
.panel-body > table .panel-body > table,
.rich-text-module-content > table .rich-text-module-content > table,
.rich-text .table-responsive > table .rich-text .table-responsive > table,
.body-copy .table-responsive > table .body-copy .table-responsive > table,
.tab-pane .table-responsive > table .tab-pane .table-responsive > table,
.panel-body .table-responsive > table .panel-body .table-responsive > table,
.rich-text-module-content .table-responsive > table .rich-text-module-content .table-responsive > table,
.feature-item-details > table .feature-item-details > table,
.feature-item-details .table-responsive > table .feature-item-details .table-responsive > table {
  background-color: #fff;
}
.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}
.table-bordered {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.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 > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th,
.rich-text > table > thead > tr > td.active,
.rich-text > table > tbody > tr > td.active,
.rich-text > table > tfoot > tr > td.active,
.rich-text > table > thead > tr > th.active,
.rich-text > table > tbody > tr > th.active,
.rich-text > table > tfoot > tr > th.active,
.rich-text > table > thead > tr.active > td,
.rich-text > table > tbody > tr.active > td,
.rich-text > table > tfoot > tr.active > td,
.rich-text > table > thead > tr.active > th,
.rich-text > table > tbody > tr.active > th,
.rich-text > table > tfoot > tr.active > th,
.body-copy > table > thead > tr > td.active,
.body-copy > table > tbody > tr > td.active,
.body-copy > table > tfoot > tr > td.active,
.body-copy > table > thead > tr > th.active,
.body-copy > table > tbody > tr > th.active,
.body-copy > table > tfoot > tr > th.active,
.body-copy > table > thead > tr.active > td,
.body-copy > table > tbody > tr.active > td,
.body-copy > table > tfoot > tr.active > td,
.body-copy > table > thead > tr.active > th,
.body-copy > table > tbody > tr.active > th,
.body-copy > table > tfoot > tr.active > th,
.tab-pane > table > thead > tr > td.active,
.tab-pane > table > tbody > tr > td.active,
.tab-pane > table > tfoot > tr > td.active,
.tab-pane > table > thead > tr > th.active,
.tab-pane > table > tbody > tr > th.active,
.tab-pane > table > tfoot > tr > th.active,
.tab-pane > table > thead > tr.active > td,
.tab-pane > table > tbody > tr.active > td,
.tab-pane > table > tfoot > tr.active > td,
.tab-pane > table > thead > tr.active > th,
.tab-pane > table > tbody > tr.active > th,
.tab-pane > table > tfoot > tr.active > th,
.panel-body > table > thead > tr > td.active,
.panel-body > table > tbody > tr > td.active,
.panel-body > table > tfoot > tr > td.active,
.panel-body > table > thead > tr > th.active,
.panel-body > table > tbody > tr > th.active,
.panel-body > table > tfoot > tr > th.active,
.panel-body > table > thead > tr.active > td,
.panel-body > table > tbody > tr.active > td,
.panel-body > table > tfoot > tr.active > td,
.panel-body > table > thead > tr.active > th,
.panel-body > table > tbody > tr.active > th,
.panel-body > table > tfoot > tr.active > th,
.rich-text-module-content > table > thead > tr > td.active,
.rich-text-module-content > table > tbody > tr > td.active,
.rich-text-module-content > table > tfoot > tr > td.active,
.rich-text-module-content > table > thead > tr > th.active,
.rich-text-module-content > table > tbody > tr > th.active,
.rich-text-module-content > table > tfoot > tr > th.active,
.rich-text-module-content > table > thead > tr.active > td,
.rich-text-module-content > table > tbody > tr.active > td,
.rich-text-module-content > table > tfoot > tr.active > td,
.rich-text-module-content > table > thead > tr.active > th,
.rich-text-module-content > table > tbody > tr.active > th,
.rich-text-module-content > table > tfoot > tr.active > th,
.rich-text .table-responsive > table > thead > tr > td.active,
.rich-text .table-responsive > table > tbody > tr > td.active,
.rich-text .table-responsive > table > tfoot > tr > td.active,
.rich-text .table-responsive > table > thead > tr > th.active,
.rich-text .table-responsive > table > tbody > tr > th.active,
.rich-text .table-responsive > table > tfoot > tr > th.active,
.rich-text .table-responsive > table > thead > tr.active > td,
.rich-text .table-responsive > table > tbody > tr.active > td,
.rich-text .table-responsive > table > tfoot > tr.active > td,
.rich-text .table-responsive > table > thead > tr.active > th,
.rich-text .table-responsive > table > tbody > tr.active > th,
.rich-text .table-responsive > table > tfoot > tr.active > th,
.body-copy .table-responsive > table > thead > tr > td.active,
.body-copy .table-responsive > table > tbody > tr > td.active,
.body-copy .table-responsive > table > tfoot > tr > td.active,
.body-copy .table-responsive > table > thead > tr > th.active,
.body-copy .table-responsive > table > tbody > tr > th.active,
.body-copy .table-responsive > table > tfoot > tr > th.active,
.body-copy .table-responsive > table > thead > tr.active > td,
.body-copy .table-responsive > table > tbody > tr.active > td,
.body-copy .table-responsive > table > tfoot > tr.active > td,
.body-copy .table-responsive > table > thead > tr.active > th,
.body-copy .table-responsive > table > tbody > tr.active > th,
.body-copy .table-responsive > table > tfoot > tr.active > th,
.tab-pane .table-responsive > table > thead > tr > td.active,
.tab-pane .table-responsive > table > tbody > tr > td.active,
.tab-pane .table-responsive > table > tfoot > tr > td.active,
.tab-pane .table-responsive > table > thead > tr > th.active,
.tab-pane .table-responsive > table > tbody > tr > th.active,
.tab-pane .table-responsive > table > tfoot > tr > th.active,
.tab-pane .table-responsive > table > thead > tr.active > td,
.tab-pane .table-responsive > table > tbody > tr.active > td,
.tab-pane .table-responsive > table > tfoot > tr.active > td,
.tab-pane .table-responsive > table > thead > tr.active > th,
.tab-pane .table-responsive > table > tbody > tr.active > th,
.tab-pane .table-responsive > table > tfoot > tr.active > th,
.panel-body .table-responsive > table > thead > tr > td.active,
.panel-body .table-responsive > table > tbody > tr > td.active,
.panel-body .table-responsive > table > tfoot > tr > td.active,
.panel-body .table-responsive > table > thead > tr > th.active,
.panel-body .table-responsive > table > tbody > tr > th.active,
.panel-body .table-responsive > table > tfoot > tr > th.active,
.panel-body .table-responsive > table > thead > tr.active > td,
.panel-body .table-responsive > table > tbody > tr.active > td,
.panel-body .table-responsive > table > tfoot > tr.active > td,
.panel-body .table-responsive > table > thead > tr.active > th,
.panel-body .table-responsive > table > tbody > tr.active > th,
.panel-body .table-responsive > table > tfoot > tr.active > th,
.rich-text-module-content .table-responsive > table > thead > tr > td.active,
.rich-text-module-content .table-responsive > table > tbody > tr > td.active,
.rich-text-module-content .table-responsive > table > tfoot > tr > td.active,
.rich-text-module-content .table-responsive > table > thead > tr > th.active,
.rich-text-module-content .table-responsive > table > tbody > tr > th.active,
.rich-text-module-content .table-responsive > table > tfoot > tr > th.active,
.rich-text-module-content .table-responsive > table > thead > tr.active > td,
.rich-text-module-content .table-responsive > table > tbody > tr.active > td,
.rich-text-module-content .table-responsive > table > tfoot > tr.active > td,
.rich-text-module-content .table-responsive > table > thead > tr.active > th,
.rich-text-module-content .table-responsive > table > tbody > tr.active > th,
.rich-text-module-content .table-responsive > table > tfoot > tr.active > th,
.feature-item-details > table > thead > tr > td.active,
.feature-item-details > table > tbody > tr > td.active,
.feature-item-details > table > tfoot > tr > td.active,
.feature-item-details > table > thead > tr > th.active,
.feature-item-details > table > tbody > tr > th.active,
.feature-item-details > table > tfoot > tr > th.active,
.feature-item-details > table > thead > tr.active > td,
.feature-item-details > table > tbody > tr.active > td,
.feature-item-details > table > tfoot > tr.active > td,
.feature-item-details > table > thead > tr.active > th,
.feature-item-details > table > tbody > tr.active > th,
.feature-item-details > table > tfoot > tr.active > th,
.feature-item-details .table-responsive > table > thead > tr > td.active,
.feature-item-details .table-responsive > table > tbody > tr > td.active,
.feature-item-details .table-responsive > table > tfoot > tr > td.active,
.feature-item-details .table-responsive > table > thead > tr > th.active,
.feature-item-details .table-responsive > table > tbody > tr > th.active,
.feature-item-details .table-responsive > table > tfoot > tr > th.active,
.feature-item-details .table-responsive > table > thead > tr.active > td,
.feature-item-details .table-responsive > table > tbody > tr.active > td,
.feature-item-details .table-responsive > table > tfoot > tr.active > td,
.feature-item-details .table-responsive > table > thead > tr.active > th,
.feature-item-details .table-responsive > table > tbody > tr.active > th,
.feature-item-details .table-responsive > 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 > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th,
.rich-text > table > thead > tr > td.success,
.rich-text > table > tbody > tr > td.success,
.rich-text > table > tfoot > tr > td.success,
.rich-text > table > thead > tr > th.success,
.rich-text > table > tbody > tr > th.success,
.rich-text > table > tfoot > tr > th.success,
.rich-text > table > thead > tr.success > td,
.rich-text > table > tbody > tr.success > td,
.rich-text > table > tfoot > tr.success > td,
.rich-text > table > thead > tr.success > th,
.rich-text > table > tbody > tr.success > th,
.rich-text > table > tfoot > tr.success > th,
.body-copy > table > thead > tr > td.success,
.body-copy > table > tbody > tr > td.success,
.body-copy > table > tfoot > tr > td.success,
.body-copy > table > thead > tr > th.success,
.body-copy > table > tbody > tr > th.success,
.body-copy > table > tfoot > tr > th.success,
.body-copy > table > thead > tr.success > td,
.body-copy > table > tbody > tr.success > td,
.body-copy > table > tfoot > tr.success > td,
.body-copy > table > thead > tr.success > th,
.body-copy > table > tbody > tr.success > th,
.body-copy > table > tfoot > tr.success > th,
.tab-pane > table > thead > tr > td.success,
.tab-pane > table > tbody > tr > td.success,
.tab-pane > table > tfoot > tr > td.success,
.tab-pane > table > thead > tr > th.success,
.tab-pane > table > tbody > tr > th.success,
.tab-pane > table > tfoot > tr > th.success,
.tab-pane > table > thead > tr.success > td,
.tab-pane > table > tbody > tr.success > td,
.tab-pane > table > tfoot > tr.success > td,
.tab-pane > table > thead > tr.success > th,
.tab-pane > table > tbody > tr.success > th,
.tab-pane > table > tfoot > tr.success > th,
.panel-body > table > thead > tr > td.success,
.panel-body > table > tbody > tr > td.success,
.panel-body > table > tfoot > tr > td.success,
.panel-body > table > thead > tr > th.success,
.panel-body > table > tbody > tr > th.success,
.panel-body > table > tfoot > tr > th.success,
.panel-body > table > thead > tr.success > td,
.panel-body > table > tbody > tr.success > td,
.panel-body > table > tfoot > tr.success > td,
.panel-body > table > thead > tr.success > th,
.panel-body > table > tbody > tr.success > th,
.panel-body > table > tfoot > tr.success > th,
.rich-text-module-content > table > thead > tr > td.success,
.rich-text-module-content > table > tbody > tr > td.success,
.rich-text-module-content > table > tfoot > tr > td.success,
.rich-text-module-content > table > thead > tr > th.success,
.rich-text-module-content > table > tbody > tr > th.success,
.rich-text-module-content > table > tfoot > tr > th.success,
.rich-text-module-content > table > thead > tr.success > td,
.rich-text-module-content > table > tbody > tr.success > td,
.rich-text-module-content > table > tfoot > tr.success > td,
.rich-text-module-content > table > thead > tr.success > th,
.rich-text-module-content > table > tbody > tr.success > th,
.rich-text-module-content > table > tfoot > tr.success > th,
.rich-text .table-responsive > table > thead > tr > td.success,
.rich-text .table-responsive > table > tbody > tr > td.success,
.rich-text .table-responsive > table > tfoot > tr > td.success,
.rich-text .table-responsive > table > thead > tr > th.success,
.rich-text .table-responsive > table > tbody > tr > th.success,
.rich-text .table-responsive > table > tfoot > tr > th.success,
.rich-text .table-responsive > table > thead > tr.success > td,
.rich-text .table-responsive > table > tbody > tr.success > td,
.rich-text .table-responsive > table > tfoot > tr.success > td,
.rich-text .table-responsive > table > thead > tr.success > th,
.rich-text .table-responsive > table > tbody > tr.success > th,
.rich-text .table-responsive > table > tfoot > tr.success > th,
.body-copy .table-responsive > table > thead > tr > td.success,
.body-copy .table-responsive > table > tbody > tr > td.success,
.body-copy .table-responsive > table > tfoot > tr > td.success,
.body-copy .table-responsive > table > thead > tr > th.success,
.body-copy .table-responsive > table > tbody > tr > th.success,
.body-copy .table-responsive > table > tfoot > tr > th.success,
.body-copy .table-responsive > table > thead > tr.success > td,
.body-copy .table-responsive > table > tbody > tr.success > td,
.body-copy .table-responsive > table > tfoot > tr.success > td,
.body-copy .table-responsive > table > thead > tr.success > th,
.body-copy .table-responsive > table > tbody > tr.success > th,
.body-copy .table-responsive > table > tfoot > tr.success > th,
.tab-pane .table-responsive > table > thead > tr > td.success,
.tab-pane .table-responsive > table > tbody > tr > td.success,
.tab-pane .table-responsive > table > tfoot > tr > td.success,
.tab-pane .table-responsive > table > thead > tr > th.success,
.tab-pane .table-responsive > table > tbody > tr > th.success,
.tab-pane .table-responsive > table > tfoot > tr > th.success,
.tab-pane .table-responsive > table > thead > tr.success > td,
.tab-pane .table-responsive > table > tbody > tr.success > td,
.tab-pane .table-responsive > table > tfoot > tr.success > td,
.tab-pane .table-responsive > table > thead > tr.success > th,
.tab-pane .table-responsive > table > tbody > tr.success > th,
.tab-pane .table-responsive > table > tfoot > tr.success > th,
.panel-body .table-responsive > table > thead > tr > td.success,
.panel-body .table-responsive > table > tbody > tr > td.success,
.panel-body .table-responsive > table > tfoot > tr > td.success,
.panel-body .table-responsive > table > thead > tr > th.success,
.panel-body .table-responsive > table > tbody > tr > th.success,
.panel-body .table-responsive > table > tfoot > tr > th.success,
.panel-body .table-responsive > table > thead > tr.success > td,
.panel-body .table-responsive > table > tbody > tr.success > td,
.panel-body .table-responsive > table > tfoot > tr.success > td,
.panel-body .table-responsive > table > thead > tr.success > th,
.panel-body .table-responsive > table > tbody > tr.success > th,
.panel-body .table-responsive > table > tfoot > tr.success > th,
.rich-text-module-content .table-responsive > table > thead > tr > td.success,
.rich-text-module-content .table-responsive > table > tbody > tr > td.success,
.rich-text-module-content .table-responsive > table > tfoot > tr > td.success,
.rich-text-module-content .table-responsive > table > thead > tr > th.success,
.rich-text-module-content .table-responsive > table > tbody > tr > th.success,
.rich-text-module-content .table-responsive > table > tfoot > tr > th.success,
.rich-text-module-content .table-responsive > table > thead > tr.success > td,
.rich-text-module-content .table-responsive > table > tbody > tr.success > td,
.rich-text-module-content .table-responsive > table > tfoot > tr.success > td,
.rich-text-module-content .table-responsive > table > thead > tr.success > th,
.rich-text-module-content .table-responsive > table > tbody > tr.success > th,
.rich-text-module-content .table-responsive > table > tfoot > tr.success > th,
.feature-item-details > table > thead > tr > td.success,
.feature-item-details > table > tbody > tr > td.success,
.feature-item-details > table > tfoot > tr > td.success,
.feature-item-details > table > thead > tr > th.success,
.feature-item-details > table > tbody > tr > th.success,
.feature-item-details > table > tfoot > tr > th.success,
.feature-item-details > table > thead > tr.success > td,
.feature-item-details > table > tbody > tr.success > td,
.feature-item-details > table > tfoot > tr.success > td,
.feature-item-details > table > thead > tr.success > th,
.feature-item-details > table > tbody > tr.success > th,
.feature-item-details > table > tfoot > tr.success > th,
.feature-item-details .table-responsive > table > thead > tr > td.success,
.feature-item-details .table-responsive > table > tbody > tr > td.success,
.feature-item-details .table-responsive > table > tfoot > tr > td.success,
.feature-item-details .table-responsive > table > thead > tr > th.success,
.feature-item-details .table-responsive > table > tbody > tr > th.success,
.feature-item-details .table-responsive > table > tfoot > tr > th.success,
.feature-item-details .table-responsive > table > thead > tr.success > td,
.feature-item-details .table-responsive > table > tbody > tr.success > td,
.feature-item-details .table-responsive > table > tfoot > tr.success > td,
.feature-item-details .table-responsive > table > thead > tr.success > th,
.feature-item-details .table-responsive > table > tbody > tr.success > th,
.feature-item-details .table-responsive > 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 > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th,
.rich-text > table > thead > tr > td.info,
.rich-text > table > tbody > tr > td.info,
.rich-text > table > tfoot > tr > td.info,
.rich-text > table > thead > tr > th.info,
.rich-text > table > tbody > tr > th.info,
.rich-text > table > tfoot > tr > th.info,
.rich-text > table > thead > tr.info > td,
.rich-text > table > tbody > tr.info > td,
.rich-text > table > tfoot > tr.info > td,
.rich-text > table > thead > tr.info > th,
.rich-text > table > tbody > tr.info > th,
.rich-text > table > tfoot > tr.info > th,
.body-copy > table > thead > tr > td.info,
.body-copy > table > tbody > tr > td.info,
.body-copy > table > tfoot > tr > td.info,
.body-copy > table > thead > tr > th.info,
.body-copy > table > tbody > tr > th.info,
.body-copy > table > tfoot > tr > th.info,
.body-copy > table > thead > tr.info > td,
.body-copy > table > tbody > tr.info > td,
.body-copy > table > tfoot > tr.info > td,
.body-copy > table > thead > tr.info > th,
.body-copy > table > tbody > tr.info > th,
.body-copy > table > tfoot > tr.info > th,
.tab-pane > table > thead > tr > td.info,
.tab-pane > table > tbody > tr > td.info,
.tab-pane > table > tfoot > tr > td.info,
.tab-pane > table > thead > tr > th.info,
.tab-pane > table > tbody > tr > th.info,
.tab-pane > table > tfoot > tr > th.info,
.tab-pane > table > thead > tr.info > td,
.tab-pane > table > tbody > tr.info > td,
.tab-pane > table > tfoot > tr.info > td,
.tab-pane > table > thead > tr.info > th,
.tab-pane > table > tbody > tr.info > th,
.tab-pane > table > tfoot > tr.info > th,
.panel-body > table > thead > tr > td.info,
.panel-body > table > tbody > tr > td.info,
.panel-body > table > tfoot > tr > td.info,
.panel-body > table > thead > tr > th.info,
.panel-body > table > tbody > tr > th.info,
.panel-body > table > tfoot > tr > th.info,
.panel-body > table > thead > tr.info > td,
.panel-body > table > tbody > tr.info > td,
.panel-body > table > tfoot > tr.info > td,
.panel-body > table > thead > tr.info > th,
.panel-body > table > tbody > tr.info > th,
.panel-body > table > tfoot > tr.info > th,
.rich-text-module-content > table > thead > tr > td.info,
.rich-text-module-content > table > tbody > tr > td.info,
.rich-text-module-content > table > tfoot > tr > td.info,
.rich-text-module-content > table > thead > tr > th.info,
.rich-text-module-content > table > tbody > tr > th.info,
.rich-text-module-content > table > tfoot > tr > th.info,
.rich-text-module-content > table > thead > tr.info > td,
.rich-text-module-content > table > tbody > tr.info > td,
.rich-text-module-content > table > tfoot > tr.info > td,
.rich-text-module-content > table > thead > tr.info > th,
.rich-text-module-content > table > tbody > tr.info > th,
.rich-text-module-content > table > tfoot > tr.info > th,
.rich-text .table-responsive > table > thead > tr > td.info,
.rich-text .table-responsive > table > tbody > tr > td.info,
.rich-text .table-responsive > table > tfoot > tr > td.info,
.rich-text .table-responsive > table > thead > tr > th.info,
.rich-text .table-responsive > table > tbody > tr > th.info,
.rich-text .table-responsive > table > tfoot > tr > th.info,
.rich-text .table-responsive > table > thead > tr.info > td,
.rich-text .table-responsive > table > tbody > tr.info > td,
.rich-text .table-responsive > table > tfoot > tr.info > td,
.rich-text .table-responsive > table > thead > tr.info > th,
.rich-text .table-responsive > table > tbody > tr.info > th,
.rich-text .table-responsive > table > tfoot > tr.info > th,
.body-copy .table-responsive > table > thead > tr > td.info,
.body-copy .table-responsive > table > tbody > tr > td.info,
.body-copy .table-responsive > table > tfoot > tr > td.info,
.body-copy .table-responsive > table > thead > tr > th.info,
.body-copy .table-responsive > table > tbody > tr > th.info,
.body-copy .table-responsive > table > tfoot > tr > th.info,
.body-copy .table-responsive > table > thead > tr.info > td,
.body-copy .table-responsive > table > tbody > tr.info > td,
.body-copy .table-responsive > table > tfoot > tr.info > td,
.body-copy .table-responsive > table > thead > tr.info > th,
.body-copy .table-responsive > table > tbody > tr.info > th,
.body-copy .table-responsive > table > tfoot > tr.info > th,
.tab-pane .table-responsive > table > thead > tr > td.info,
.tab-pane .table-responsive > table > tbody > tr > td.info,
.tab-pane .table-responsive > table > tfoot > tr > td.info,
.tab-pane .table-responsive > table > thead > tr > th.info,
.tab-pane .table-responsive > table > tbody > tr > th.info,
.tab-pane .table-responsive > table > tfoot > tr > th.info,
.tab-pane .table-responsive > table > thead > tr.info > td,
.tab-pane .table-responsive > table > tbody > tr.info > td,
.tab-pane .table-responsive > table > tfoot > tr.info > td,
.tab-pane .table-responsive > table > thead > tr.info > th,
.tab-pane .table-responsive > table > tbody > tr.info > th,
.tab-pane .table-responsive > table > tfoot > tr.info > th,
.panel-body .table-responsive > table > thead > tr > td.info,
.panel-body .table-responsive > table > tbody > tr > td.info,
.panel-body .table-responsive > table > tfoot > tr > td.info,
.panel-body .table-responsive > table > thead > tr > th.info,
.panel-body .table-responsive > table > tbody > tr > th.info,
.panel-body .table-responsive > table > tfoot > tr > th.info,
.panel-body .table-responsive > table > thead > tr.info > td,
.panel-body .table-responsive > table > tbody > tr.info > td,
.panel-body .table-responsive > table > tfoot > tr.info > td,
.panel-body .table-responsive > table > thead > tr.info > th,
.panel-body .table-responsive > table > tbody > tr.info > th,
.panel-body .table-responsive > table > tfoot > tr.info > th,
.rich-text-module-content .table-responsive > table > thead > tr > td.info,
.rich-text-module-content .table-responsive > table > tbody > tr > td.info,
.rich-text-module-content .table-responsive > table > tfoot > tr > td.info,
.rich-text-module-content .table-responsive > table > thead > tr > th.info,
.rich-text-module-content .table-responsive > table > tbody > tr > th.info,
.rich-text-module-content .table-responsive > table > tfoot > tr > th.info,
.rich-text-module-content .table-responsive > table > thead > tr.info > td,
.rich-text-module-content .table-responsive > table > tbody > tr.info > td,
.rich-text-module-content .table-responsive > table > tfoot > tr.info > td,
.rich-text-module-content .table-responsive > table > thead > tr.info > th,
.rich-text-module-content .table-responsive > table > tbody > tr.info > th,
.rich-text-module-content .table-responsive > table > tfoot > tr.info > th,
.feature-item-details > table > thead > tr > td.info,
.feature-item-details > table > tbody > tr > td.info,
.feature-item-details > table > tfoot > tr > td.info,
.feature-item-details > table > thead > tr > th.info,
.feature-item-details > table > tbody > tr > th.info,
.feature-item-details > table > tfoot > tr > th.info,
.feature-item-details > table > thead > tr.info > td,
.feature-item-details > table > tbody > tr.info > td,
.feature-item-details > table > tfoot > tr.info > td,
.feature-item-details > table > thead > tr.info > th,
.feature-item-details > table > tbody > tr.info > th,
.feature-item-details > table > tfoot > tr.info > th,
.feature-item-details .table-responsive > table > thead > tr > td.info,
.feature-item-details .table-responsive > table > tbody > tr > td.info,
.feature-item-details .table-responsive > table > tfoot > tr > td.info,
.feature-item-details .table-responsive > table > thead > tr > th.info,
.feature-item-details .table-responsive > table > tbody > tr > th.info,
.feature-item-details .table-responsive > table > tfoot > tr > th.info,
.feature-item-details .table-responsive > table > thead > tr.info > td,
.feature-item-details .table-responsive > table > tbody > tr.info > td,
.feature-item-details .table-responsive > table > tfoot > tr.info > td,
.feature-item-details .table-responsive > table > thead > tr.info > th,
.feature-item-details .table-responsive > table > tbody > tr.info > th,
.feature-item-details .table-responsive > table > tfoot > tr.info > th {
  background-color: #f4f7f9;
}
.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: #e4eaef;
}
.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th,
.rich-text > table > thead > tr > td.warning,
.rich-text > table > tbody > tr > td.warning,
.rich-text > table > tfoot > tr > td.warning,
.rich-text > table > thead > tr > th.warning,
.rich-text > table > tbody > tr > th.warning,
.rich-text > table > tfoot > tr > th.warning,
.rich-text > table > thead > tr.warning > td,
.rich-text > table > tbody > tr.warning > td,
.rich-text > table > tfoot > tr.warning > td,
.rich-text > table > thead > tr.warning > th,
.rich-text > table > tbody > tr.warning > th,
.rich-text > table > tfoot > tr.warning > th,
.body-copy > table > thead > tr > td.warning,
.body-copy > table > tbody > tr > td.warning,
.body-copy > table > tfoot > tr > td.warning,
.body-copy > table > thead > tr > th.warning,
.body-copy > table > tbody > tr > th.warning,
.body-copy > table > tfoot > tr > th.warning,
.body-copy > table > thead > tr.warning > td,
.body-copy > table > tbody > tr.warning > td,
.body-copy > table > tfoot > tr.warning > td,
.body-copy > table > thead > tr.warning > th,
.body-copy > table > tbody > tr.warning > th,
.body-copy > table > tfoot > tr.warning > th,
.tab-pane > table > thead > tr > td.warning,
.tab-pane > table > tbody > tr > td.warning,
.tab-pane > table > tfoot > tr > td.warning,
.tab-pane > table > thead > tr > th.warning,
.tab-pane > table > tbody > tr > th.warning,
.tab-pane > table > tfoot > tr > th.warning,
.tab-pane > table > thead > tr.warning > td,
.tab-pane > table > tbody > tr.warning > td,
.tab-pane > table > tfoot > tr.warning > td,
.tab-pane > table > thead > tr.warning > th,
.tab-pane > table > tbody > tr.warning > th,
.tab-pane > table > tfoot > tr.warning > th,
.panel-body > table > thead > tr > td.warning,
.panel-body > table > tbody > tr > td.warning,
.panel-body > table > tfoot > tr > td.warning,
.panel-body > table > thead > tr > th.warning,
.panel-body > table > tbody > tr > th.warning,
.panel-body > table > tfoot > tr > th.warning,
.panel-body > table > thead > tr.warning > td,
.panel-body > table > tbody > tr.warning > td,
.panel-body > table > tfoot > tr.warning > td,
.panel-body > table > thead > tr.warning > th,
.panel-body > table > tbody > tr.warning > th,
.panel-body > table > tfoot > tr.warning > th,
.rich-text-module-content > table > thead > tr > td.warning,
.rich-text-module-content > table > tbody > tr > td.warning,
.rich-text-module-content > table > tfoot > tr > td.warning,
.rich-text-module-content > table > thead > tr > th.warning,
.rich-text-module-content > table > tbody > tr > th.warning,
.rich-text-module-content > table > tfoot > tr > th.warning,
.rich-text-module-content > table > thead > tr.warning > td,
.rich-text-module-content > table > tbody > tr.warning > td,
.rich-text-module-content > table > tfoot > tr.warning > td,
.rich-text-module-content > table > thead > tr.warning > th,
.rich-text-module-content > table > tbody > tr.warning > th,
.rich-text-module-content > table > tfoot > tr.warning > th,
.rich-text .table-responsive > table > thead > tr > td.warning,
.rich-text .table-responsive > table > tbody > tr > td.warning,
.rich-text .table-responsive > table > tfoot > tr > td.warning,
.rich-text .table-responsive > table > thead > tr > th.warning,
.rich-text .table-responsive > table > tbody > tr > th.warning,
.rich-text .table-responsive > table > tfoot > tr > th.warning,
.rich-text .table-responsive > table > thead > tr.warning > td,
.rich-text .table-responsive > table > tbody > tr.warning > td,
.rich-text .table-responsive > table > tfoot > tr.warning > td,
.rich-text .table-responsive > table > thead > tr.warning > th,
.rich-text .table-responsive > table > tbody > tr.warning > th,
.rich-text .table-responsive > table > tfoot > tr.warning > th,
.body-copy .table-responsive > table > thead > tr > td.warning,
.body-copy .table-responsive > table > tbody > tr > td.warning,
.body-copy .table-responsive > table > tfoot > tr > td.warning,
.body-copy .table-responsive > table > thead > tr > th.warning,
.body-copy .table-responsive > table > tbody > tr > th.warning,
.body-copy .table-responsive > table > tfoot > tr > th.warning,
.body-copy .table-responsive > table > thead > tr.warning > td,
.body-copy .table-responsive > table > tbody > tr.warning > td,
.body-copy .table-responsive > table > tfoot > tr.warning > td,
.body-copy .table-responsive > table > thead > tr.warning > th,
.body-copy .table-responsive > table > tbody > tr.warning > th,
.body-copy .table-responsive > table > tfoot > tr.warning > th,
.tab-pane .table-responsive > table > thead > tr > td.warning,
.tab-pane .table-responsive > table > tbody > tr > td.warning,
.tab-pane .table-responsive > table > tfoot > tr > td.warning,
.tab-pane .table-responsive > table > thead > tr > th.warning,
.tab-pane .table-responsive > table > tbody > tr > th.warning,
.tab-pane .table-responsive > table > tfoot > tr > th.warning,
.tab-pane .table-responsive > table > thead > tr.warning > td,
.tab-pane .table-responsive > table > tbody > tr.warning > td,
.tab-pane .table-responsive > table > tfoot > tr.warning > td,
.tab-pane .table-responsive > table > thead > tr.warning > th,
.tab-pane .table-responsive > table > tbody > tr.warning > th,
.tab-pane .table-responsive > table > tfoot > tr.warning > th,
.panel-body .table-responsive > table > thead > tr > td.warning,
.panel-body .table-responsive > table > tbody > tr > td.warning,
.panel-body .table-responsive > table > tfoot > tr > td.warning,
.panel-body .table-responsive > table > thead > tr > th.warning,
.panel-body .table-responsive > table > tbody > tr > th.warning,
.panel-body .table-responsive > table > tfoot > tr > th.warning,
.panel-body .table-responsive > table > thead > tr.warning > td,
.panel-body .table-responsive > table > tbody > tr.warning > td,
.panel-body .table-responsive > table > tfoot > tr.warning > td,
.panel-body .table-responsive > table > thead > tr.warning > th,
.panel-body .table-responsive > table > tbody > tr.warning > th,
.panel-body .table-responsive > table > tfoot > tr.warning > th,
.rich-text-module-content .table-responsive > table > thead > tr > td.warning,
.rich-text-module-content .table-responsive > table > tbody > tr > td.warning,
.rich-text-module-content .table-responsive > table > tfoot > tr > td.warning,
.rich-text-module-content .table-responsive > table > thead > tr > th.warning,
.rich-text-module-content .table-responsive > table > tbody > tr > th.warning,
.rich-text-module-content .table-responsive > table > tfoot > tr > th.warning,
.rich-text-module-content .table-responsive > table > thead > tr.warning > td,
.rich-text-module-content .table-responsive > table > tbody > tr.warning > td,
.rich-text-module-content .table-responsive > table > tfoot > tr.warning > td,
.rich-text-module-content .table-responsive > table > thead > tr.warning > th,
.rich-text-module-content .table-responsive > table > tbody > tr.warning > th,
.rich-text-module-content .table-responsive > table > tfoot > tr.warning > th,
.feature-item-details > table > thead > tr > td.warning,
.feature-item-details > table > tbody > tr > td.warning,
.feature-item-details > table > tfoot > tr > td.warning,
.feature-item-details > table > thead > tr > th.warning,
.feature-item-details > table > tbody > tr > th.warning,
.feature-item-details > table > tfoot > tr > th.warning,
.feature-item-details > table > thead > tr.warning > td,
.feature-item-details > table > tbody > tr.warning > td,
.feature-item-details > table > tfoot > tr.warning > td,
.feature-item-details > table > thead > tr.warning > th,
.feature-item-details > table > tbody > tr.warning > th,
.feature-item-details > table > tfoot > tr.warning > th,
.feature-item-details .table-responsive > table > thead > tr > td.warning,
.feature-item-details .table-responsive > table > tbody > tr > td.warning,
.feature-item-details .table-responsive > table > tfoot > tr > td.warning,
.feature-item-details .table-responsive > table > thead > tr > th.warning,
.feature-item-details .table-responsive > table > tbody > tr > th.warning,
.feature-item-details .table-responsive > table > tfoot > tr > th.warning,
.feature-item-details .table-responsive > table > thead > tr.warning > td,
.feature-item-details .table-responsive > table > tbody > tr.warning > td,
.feature-item-details .table-responsive > table > tfoot > tr.warning > td,
.feature-item-details .table-responsive > table > thead > tr.warning > th,
.feature-item-details .table-responsive > table > tbody > tr.warning > th,
.feature-item-details .table-responsive > 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 > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th,
.rich-text > table > thead > tr > td.danger,
.rich-text > table > tbody > tr > td.danger,
.rich-text > table > tfoot > tr > td.danger,
.rich-text > table > thead > tr > th.danger,
.rich-text > table > tbody > tr > th.danger,
.rich-text > table > tfoot > tr > th.danger,
.rich-text > table > thead > tr.danger > td,
.rich-text > table > tbody > tr.danger > td,
.rich-text > table > tfoot > tr.danger > td,
.rich-text > table > thead > tr.danger > th,
.rich-text > table > tbody > tr.danger > th,
.rich-text > table > tfoot > tr.danger > th,
.body-copy > table > thead > tr > td.danger,
.body-copy > table > tbody > tr > td.danger,
.body-copy > table > tfoot > tr > td.danger,
.body-copy > table > thead > tr > th.danger,
.body-copy > table > tbody > tr > th.danger,
.body-copy > table > tfoot > tr > th.danger,
.body-copy > table > thead > tr.danger > td,
.body-copy > table > tbody > tr.danger > td,
.body-copy > table > tfoot > tr.danger > td,
.body-copy > table > thead > tr.danger > th,
.body-copy > table > tbody > tr.danger > th,
.body-copy > table > tfoot > tr.danger > th,
.tab-pane > table > thead > tr > td.danger,
.tab-pane > table > tbody > tr > td.danger,
.tab-pane > table > tfoot > tr > td.danger,
.tab-pane > table > thead > tr > th.danger,
.tab-pane > table > tbody > tr > th.danger,
.tab-pane > table > tfoot > tr > th.danger,
.tab-pane > table > thead > tr.danger > td,
.tab-pane > table > tbody > tr.danger > td,
.tab-pane > table > tfoot > tr.danger > td,
.tab-pane > table > thead > tr.danger > th,
.tab-pane > table > tbody > tr.danger > th,
.tab-pane > table > tfoot > tr.danger > th,
.panel-body > table > thead > tr > td.danger,
.panel-body > table > tbody > tr > td.danger,
.panel-body > table > tfoot > tr > td.danger,
.panel-body > table > thead > tr > th.danger,
.panel-body > table > tbody > tr > th.danger,
.panel-body > table > tfoot > tr > th.danger,
.panel-body > table > thead > tr.danger > td,
.panel-body > table > tbody > tr.danger > td,
.panel-body > table > tfoot > tr.danger > td,
.panel-body > table > thead > tr.danger > th,
.panel-body > table > tbody > tr.danger > th,
.panel-body > table > tfoot > tr.danger > th,
.rich-text-module-content > table > thead > tr > td.danger,
.rich-text-module-content > table > tbody > tr > td.danger,
.rich-text-module-content > table > tfoot > tr > td.danger,
.rich-text-module-content > table > thead > tr > th.danger,
.rich-text-module-content > table > tbody > tr > th.danger,
.rich-text-module-content > table > tfoot > tr > th.danger,
.rich-text-module-content > table > thead > tr.danger > td,
.rich-text-module-content > table > tbody > tr.danger > td,
.rich-text-module-content > table > tfoot > tr.danger > td,
.rich-text-module-content > table > thead > tr.danger > th,
.rich-text-module-content > table > tbody > tr.danger > th,
.rich-text-module-content > table > tfoot > tr.danger > th,
.rich-text .table-responsive > table > thead > tr > td.danger,
.rich-text .table-responsive > table > tbody > tr > td.danger,
.rich-text .table-responsive > table > tfoot > tr > td.danger,
.rich-text .table-responsive > table > thead > tr > th.danger,
.rich-text .table-responsive > table > tbody > tr > th.danger,
.rich-text .table-responsive > table > tfoot > tr > th.danger,
.rich-text .table-responsive > table > thead > tr.danger > td,
.rich-text .table-responsive > table > tbody > tr.danger > td,
.rich-text .table-responsive > table > tfoot > tr.danger > td,
.rich-text .table-responsive > table > thead > tr.danger > th,
.rich-text .table-responsive > table > tbody > tr.danger > th,
.rich-text .table-responsive > table > tfoot > tr.danger > th,
.body-copy .table-responsive > table > thead > tr > td.danger,
.body-copy .table-responsive > table > tbody > tr > td.danger,
.body-copy .table-responsive > table > tfoot > tr > td.danger,
.body-copy .table-responsive > table > thead > tr > th.danger,
.body-copy .table-responsive > table > tbody > tr > th.danger,
.body-copy .table-responsive > table > tfoot > tr > th.danger,
.body-copy .table-responsive > table > thead > tr.danger > td,
.body-copy .table-responsive > table > tbody > tr.danger > td,
.body-copy .table-responsive > table > tfoot > tr.danger > td,
.body-copy .table-responsive > table > thead > tr.danger > th,
.body-copy .table-responsive > table > tbody > tr.danger > th,
.body-copy .table-responsive > table > tfoot > tr.danger > th,
.tab-pane .table-responsive > table > thead > tr > td.danger,
.tab-pane .table-responsive > table > tbody > tr > td.danger,
.tab-pane .table-responsive > table > tfoot > tr > td.danger,
.tab-pane .table-responsive > table > thead > tr > th.danger,
.tab-pane .table-responsive > table > tbody > tr > th.danger,
.tab-pane .table-responsive > table > tfoot > tr > th.danger,
.tab-pane .table-responsive > table > thead > tr.danger > td,
.tab-pane .table-responsive > table > tbody > tr.danger > td,
.tab-pane .table-responsive > table > tfoot > tr.danger > td,
.tab-pane .table-responsive > table > thead > tr.danger > th,
.tab-pane .table-responsive > table > tbody > tr.danger > th,
.tab-pane .table-responsive > table > tfoot > tr.danger > th,
.panel-body .table-responsive > table > thead > tr > td.danger,
.panel-body .table-responsive > table > tbody > tr > td.danger,
.panel-body .table-responsive > table > tfoot > tr > td.danger,
.panel-body .table-responsive > table > thead > tr > th.danger,
.panel-body .table-responsive > table > tbody > tr > th.danger,
.panel-body .table-responsive > table > tfoot > tr > th.danger,
.panel-body .table-responsive > table > thead > tr.danger > td,
.panel-body .table-responsive > table > tbody > tr.danger > td,
.panel-body .table-responsive > table > tfoot > tr.danger > td,
.panel-body .table-responsive > table > thead > tr.danger > th,
.panel-body .table-responsive > table > tbody > tr.danger > th,
.panel-body .table-responsive > table > tfoot > tr.danger > th,
.rich-text-module-content .table-responsive > table > thead > tr > td.danger,
.rich-text-module-content .table-responsive > table > tbody > tr > td.danger,
.rich-text-module-content .table-responsive > table > tfoot > tr > td.danger,
.rich-text-module-content .table-responsive > table > thead > tr > th.danger,
.rich-text-module-content .table-responsive > table > tbody > tr > th.danger,
.rich-text-module-content .table-responsive > table > tfoot > tr > th.danger,
.rich-text-module-content .table-responsive > table > thead > tr.danger > td,
.rich-text-module-content .table-responsive > table > tbody > tr.danger > td,
.rich-text-module-content .table-responsive > table > tfoot > tr.danger > td,
.rich-text-module-content .table-responsive > table > thead > tr.danger > th,
.rich-text-module-content .table-responsive > table > tbody > tr.danger > th,
.rich-text-module-content .table-responsive > table > tfoot > tr.danger > th,
.feature-item-details > table > thead > tr > td.danger,
.feature-item-details > table > tbody > tr > td.danger,
.feature-item-details > table > tfoot > tr > td.danger,
.feature-item-details > table > thead > tr > th.danger,
.feature-item-details > table > tbody > tr > th.danger,
.feature-item-details > table > tfoot > tr > th.danger,
.feature-item-details > table > thead > tr.danger > td,
.feature-item-details > table > tbody > tr.danger > td,
.feature-item-details > table > tfoot > tr.danger > td,
.feature-item-details > table > thead > tr.danger > th,
.feature-item-details > table > tbody > tr.danger > th,
.feature-item-details > table > tfoot > tr.danger > th,
.feature-item-details .table-responsive > table > thead > tr > td.danger,
.feature-item-details .table-responsive > table > tbody > tr > td.danger,
.feature-item-details .table-responsive > table > tfoot > tr > td.danger,
.feature-item-details .table-responsive > table > thead > tr > th.danger,
.feature-item-details .table-responsive > table > tbody > tr > th.danger,
.feature-item-details .table-responsive > table > tfoot > tr > th.danger,
.feature-item-details .table-responsive > table > thead > tr.danger > td,
.feature-item-details .table-responsive > table > tbody > tr.danger > td,
.feature-item-details .table-responsive > table > tfoot > tr.danger > td,
.feature-item-details .table-responsive > table > thead > tr.danger > th,
.feature-item-details .table-responsive > table > tbody > tr.danger > th,
.feature-item-details .table-responsive > 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: 19.5px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
  }
  .table-responsive > .table,
  .table-responsive > .rich-text > table,
  .table-responsive > .body-copy > table,
  .table-responsive > .tab-pane > table,
  .table-responsive > .panel-body > table,
  .table-responsive > .rich-text-module-content > table,
  .table-responsive > .rich-text .table-responsive > table,
  .table-responsive > .body-copy .table-responsive > table,
  .table-responsive > .tab-pane .table-responsive > table,
  .table-responsive > .panel-body .table-responsive > table,
  .table-responsive > .rich-text-module-content .table-responsive > table,
  .table-responsive > .feature-item-details > table,
  .table-responsive > .feature-item-details .table-responsive > table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > td,
  .table-responsive > .rich-text > table > thead > tr > th,
  .table-responsive > .rich-text > table > tbody > tr > th,
  .table-responsive > .rich-text > table > tfoot > tr > th,
  .table-responsive > .rich-text > table > thead > tr > td,
  .table-responsive > .rich-text > table > tbody > tr > td,
  .table-responsive > .rich-text > table > tfoot > tr > td,
  .table-responsive > .body-copy > table > thead > tr > th,
  .table-responsive > .body-copy > table > tbody > tr > th,
  .table-responsive > .body-copy > table > tfoot > tr > th,
  .table-responsive > .body-copy > table > thead > tr > td,
  .table-responsive > .body-copy > table > tbody > tr > td,
  .table-responsive > .body-copy > table > tfoot > tr > td,
  .table-responsive > .tab-pane > table > thead > tr > th,
  .table-responsive > .tab-pane > table > tbody > tr > th,
  .table-responsive > .tab-pane > table > tfoot > tr > th,
  .table-responsive > .tab-pane > table > thead > tr > td,
  .table-responsive > .tab-pane > table > tbody > tr > td,
  .table-responsive > .tab-pane > table > tfoot > tr > td,
  .table-responsive > .panel-body > table > thead > tr > th,
  .table-responsive > .panel-body > table > tbody > tr > th,
  .table-responsive > .panel-body > table > tfoot > tr > th,
  .table-responsive > .panel-body > table > thead > tr > td,
  .table-responsive > .panel-body > table > tbody > tr > td,
  .table-responsive > .panel-body > table > tfoot > tr > td,
  .table-responsive > .rich-text-module-content > table > thead > tr > th,
  .table-responsive > .rich-text-module-content > table > tbody > tr > th,
  .table-responsive > .rich-text-module-content > table > tfoot > tr > th,
  .table-responsive > .rich-text-module-content > table > thead > tr > td,
  .table-responsive > .rich-text-module-content > table > tbody > tr > td,
  .table-responsive > .rich-text-module-content > table > tfoot > tr > td,
  .table-responsive > .rich-text .table-responsive > table > thead > tr > th,
  .table-responsive > .rich-text .table-responsive > table > tbody > tr > th,
  .table-responsive > .rich-text .table-responsive > table > tfoot > tr > th,
  .table-responsive > .rich-text .table-responsive > table > thead > tr > td,
  .table-responsive > .rich-text .table-responsive > table > tbody > tr > td,
  .table-responsive > .rich-text .table-responsive > table > tfoot > tr > td,
  .table-responsive > .body-copy .table-responsive > table > thead > tr > th,
  .table-responsive > .body-copy .table-responsive > table > tbody > tr > th,
  .table-responsive > .body-copy .table-responsive > table > tfoot > tr > th,
  .table-responsive > .body-copy .table-responsive > table > thead > tr > td,
  .table-responsive > .body-copy .table-responsive > table > tbody > tr > td,
  .table-responsive > .body-copy .table-responsive > table > tfoot > tr > td,
  .table-responsive > .tab-pane .table-responsive > table > thead > tr > th,
  .table-responsive > .tab-pane .table-responsive > table > tbody > tr > th,
  .table-responsive > .tab-pane .table-responsive > table > tfoot > tr > th,
  .table-responsive > .tab-pane .table-responsive > table > thead > tr > td,
  .table-responsive > .tab-pane .table-responsive > table > tbody > tr > td,
  .table-responsive > .tab-pane .table-responsive > table > tfoot > tr > td,
  .table-responsive > .panel-body .table-responsive > table > thead > tr > th,
  .table-responsive > .panel-body .table-responsive > table > tbody > tr > th,
  .table-responsive > .panel-body .table-responsive > table > tfoot > tr > th,
  .table-responsive > .panel-body .table-responsive > table > thead > tr > td,
  .table-responsive > .panel-body .table-responsive > table > tbody > tr > td,
  .table-responsive > .panel-body .table-responsive > table > tfoot > tr > td,
  .table-responsive > .rich-text-module-content .table-responsive > table > thead > tr > th,
  .table-responsive > .rich-text-module-content .table-responsive > table > tbody > tr > th,
  .table-responsive > .rich-text-module-content .table-responsive > table > tfoot > tr > th,
  .table-responsive > .rich-text-module-content .table-responsive > table > thead > tr > td,
  .table-responsive > .rich-text-module-content .table-responsive > table > tbody > tr > td,
  .table-responsive > .rich-text-module-content .table-responsive > table > tfoot > tr > td,
  .table-responsive > .feature-item-details > table > thead > tr > th,
  .table-responsive > .feature-item-details > table > tbody > tr > th,
  .table-responsive > .feature-item-details > table > tfoot > tr > th,
  .table-responsive > .feature-item-details > table > thead > tr > td,
  .table-responsive > .feature-item-details > table > tbody > tr > td,
  .table-responsive > .feature-item-details > table > tfoot > tr > td,
  .table-responsive > .feature-item-details .table-responsive > table > thead > tr > th,
  .table-responsive > .feature-item-details .table-responsive > table > tbody > tr > th,
  .table-responsive > .feature-item-details .table-responsive > table > tfoot > tr > th,
  .table-responsive > .feature-item-details .table-responsive > table > thead > tr > td,
  .table-responsive > .feature-item-details .table-responsive > table > tbody > tr > td,
  .table-responsive > .feature-item-details .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 > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > td: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 > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > td: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 > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .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: 26px;
  font-size: 27px;
  line-height: inherit;
  color: #33424D;
  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: 11px;
  font-size: 18px;
  line-height: 1.44444444;
  color: #425563;
}
.form-control {
  display: block;
  width: 100%;
  height: 48px;
  padding: 10px 18px;
  font-size: 18px;
  line-height: 1.44444444;
  color: #425563;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 3px;
  -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 .15s, box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(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: #E9EEF2;
  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: 48px;
  }
  input[type="date"].input-sm,
  input[type="time"].input-sm,
  input[type="datetime-local"].input-sm,
  input[type="month"].input-sm,
  .input-group-sm input[type="date"],
  .input-group-sm input[type="time"],
  .input-group-sm input[type="datetime-local"],
  .input-group-sm input[type="month"] {
    line-height: 32px;
  }
  input[type="date"].input-lg,
  input[type="time"].input-lg,
  input[type="datetime-local"].input-lg,
  input[type="month"].input-lg,
  .input-group-lg input[type="date"],
  .input-group-lg input[type="time"],
  .input-group-lg input[type="datetime-local"],
  .input-group-lg input[type="month"] {
    line-height: 70px;
  }
}
.form-group {
  margin-bottom: 15px;
}
.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.radio label,
.checkbox label {
  min-height: 26px;
  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="checkbox"][disabled],
input[type="radio"].disabled,
input[type="checkbox"].disabled,
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"] {
  cursor: not-allowed;
}
.radio-inline.disabled,
.checkbox-inline.disabled,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}
.radio.disabled label,
.checkbox.disabled label,
fieldset[disabled] .radio label,
fieldset[disabled] .checkbox label {
  cursor: not-allowed;
}
.form-control-static {
  padding-top: 11px;
  padding-bottom: 11px;
  margin-bottom: 0;
  min-height: 44px;
}
.form-control-static.input-lg,
.form-control-static.input-sm {
  padding-left: 0;
  padding-right: 0;
}
.input-sm {
  height: 32px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 2px;
}
select.input-sm {
  height: 32px;
  line-height: 32px;
}
textarea.input-sm,
select[multiple].input-sm {
  height: auto;
}
.form-group-sm .form-control {
  height: 32px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 2px;
}
.form-group-sm select.form-control {
  height: 32px;
  line-height: 32px;
}
.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
  height: auto;
}
.form-group-sm .form-control-static {
  height: 32px;
  min-height: 40px;
  padding: 6px 10px;
  font-size: 14px;
  line-height: 1.42857143;
}
.input-lg {
  height: 70px;
  padding: 18px 30px;
  font-size: 24px;
  line-height: 1.33333333;
  border-radius: 4px;
}
select.input-lg {
  height: 70px;
  line-height: 70px;
}
textarea.input-lg,
select[multiple].input-lg {
  height: auto;
}
.form-group-lg .form-control {
  height: 70px;
  padding: 18px 30px;
  font-size: 24px;
  line-height: 1.33333333;
  border-radius: 4px;
}
.form-group-lg select.form-control {
  height: 70px;
  line-height: 70px;
}
.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
  height: auto;
}
.form-group-lg .form-control-static {
  height: 70px;
  min-height: 50px;
  padding: 19px 30px;
  font-size: 24px;
  line-height: 1.33333333;
}
.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 60px;
}
.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 48px;
  height: 48px;
  line-height: 48px;
  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: 70px;
  height: 70px;
  line-height: 70px;
}
.input-sm + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
  width: 32px;
  height: 32px;
  line-height: 32px;
}
.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: 31px;
}
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #66849a;
}
@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: 11px;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 37px;
}
.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 11px;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  right: 15px;
}
@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 19px;
    font-size: 24px;
  }
}
@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 14px;
  }
}
.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: 10px 18px;
  font-size: 18px;
  line-height: 1.44444444;
  border-radius: 3px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.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: #425563;
  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: #425563;
  background-color: #fff;
  border-color: #A5B6C2;
}
.btn-default:focus,
.btn-default.focus {
  color: #425563;
  background-color: #e6e6e6;
  border-color: #5e788a;
}
.btn-default:hover {
  color: #425563;
  background-color: #e6e6e6;
  border-color: #8198a9;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #425563;
  background-color: #e6e6e6;
  border-color: #8198a9;
}
.btn-default:active:hover,
.btn-default.active:hover,
.open > .dropdown-toggle.btn-default:hover,
.btn-default:active:focus,
.btn-default.active:focus,
.open > .dropdown-toggle.btn-default:focus,
.btn-default:active.focus,
.btn-default.active.focus,
.open > .dropdown-toggle.btn-default.focus {
  color: #425563;
  background-color: #d4d4d4;
  border-color: #5e788a;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  background-image: none;
}
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus {
  background-color: #fff;
  border-color: #A5B6C2;
}
.btn-default .badge {
  color: #fff;
  background-color: #425563;
}
.btn-primary {
  color: #33424D;
  background-color: #FFD100;
  border-color: #e6bc00;
}
.btn-primary:focus,
.btn-primary.focus {
  color: #33424D;
  background-color: #cca700;
  border-color: #665400;
}
.btn-primary:hover {
  color: #33424D;
  background-color: #cca700;
  border-color: #a88a00;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #33424D;
  background-color: #cca700;
  border-color: #a88a00;
}
.btn-primary:active:hover,
.btn-primary.active:hover,
.open > .dropdown-toggle.btn-primary:hover,
.btn-primary:active:focus,
.btn-primary.active:focus,
.open > .dropdown-toggle.btn-primary:focus,
.btn-primary:active.focus,
.btn-primary.active.focus,
.open > .dropdown-toggle.btn-primary.focus {
  color: #33424D;
  background-color: #a88a00;
  border-color: #665400;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus {
  background-color: #FFD100;
  border-color: #e6bc00;
}
.btn-primary .badge {
  color: #FFD100;
  background-color: #33424D;
}
.btn-success {
  color: #fff;
  background-color: #43A047;
  border-color: #3b8e3f;
}
.btn-success:focus,
.btn-success.focus {
  color: #fff;
  background-color: #347c37;
  border-color: #163417;
}
.btn-success:hover {
  color: #fff;
  background-color: #347c37;
  border-color: #29632c;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  color: #fff;
  background-color: #347c37;
  border-color: #29632c;
}
.btn-success:active:hover,
.btn-success.active:hover,
.open > .dropdown-toggle.btn-success:hover,
.btn-success:active:focus,
.btn-success.active:focus,
.open > .dropdown-toggle.btn-success:focus,
.btn-success:active.focus,
.btn-success.active.focus,
.open > .dropdown-toggle.btn-success.focus {
  color: #fff;
  background-color: #29632c;
  border-color: #163417;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  background-image: none;
}
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled.focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success.focus {
  background-color: #43A047;
  border-color: #3b8e3f;
}
.btn-success .badge {
  color: #43A047;
  background-color: #fff;
}
.btn-info {
  color: #fff;
  background-color: #039BE5;
  border-color: #038acc;
}
.btn-info:focus,
.btn-info.focus {
  color: #fff;
  background-color: #0279b3;
  border-color: #01354e;
}
.btn-info:hover {
  color: #fff;
  background-color: #0279b3;
  border-color: #02618f;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  color: #fff;
  background-color: #0279b3;
  border-color: #02618f;
}
.btn-info:active:hover,
.btn-info.active:hover,
.open > .dropdown-toggle.btn-info:hover,
.btn-info:active:focus,
.btn-info.active:focus,
.open > .dropdown-toggle.btn-info:focus,
.btn-info:active.focus,
.btn-info.active.focus,
.open > .dropdown-toggle.btn-info.focus {
  color: #fff;
  background-color: #02618f;
  border-color: #01354e;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  background-image: none;
}
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled.focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info.focus {
  background-color: #039BE5;
  border-color: #038acc;
}
.btn-info .badge {
  color: #039BE5;
  background-color: #fff;
}
.btn-warning {
  color: #fff;
  background-color: #EF6C00;
  border-color: #d66000;
}
.btn-warning:focus,
.btn-warning.focus {
  color: #fff;
  background-color: #bc5500;
  border-color: #562700;
}
.btn-warning:hover {
  color: #fff;
  background-color: #bc5500;
  border-color: #984500;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  color: #fff;
  background-color: #bc5500;
  border-color: #984500;
}
.btn-warning:active:hover,
.btn-warning.active:hover,
.open > .dropdown-toggle.btn-warning:hover,
.btn-warning:active:focus,
.btn-warning.active:focus,
.open > .dropdown-toggle.btn-warning:focus,
.btn-warning:active.focus,
.btn-warning.active.focus,
.open > .dropdown-toggle.btn-warning.focus {
  color: #fff;
  background-color: #984500;
  border-color: #562700;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  background-image: none;
}
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled.focus,
.btn-warning[disabled].focus,
fieldset[disabled] .btn-warning.focus {
  background-color: #EF6C00;
  border-color: #d66000;
}
.btn-warning .badge {
  color: #EF6C00;
  background-color: #fff;
}
.btn-danger {
  color: #fff;
  background-color: #F44336;
  border-color: #f32c1e;
}
.btn-danger:focus,
.btn-danger.focus {
  color: #fff;
  background-color: #ea1c0d;
  border-color: #891008;
}
.btn-danger:hover {
  color: #fff;
  background-color: #ea1c0d;
  border-color: #c8180b;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  color: #fff;
  background-color: #ea1c0d;
  border-color: #c8180b;
}
.btn-danger:active:hover,
.btn-danger.active:hover,
.open > .dropdown-toggle.btn-danger:hover,
.btn-danger:active:focus,
.btn-danger.active:focus,
.open > .dropdown-toggle.btn-danger:focus,
.btn-danger:active.focus,
.btn-danger.active.focus,
.open > .dropdown-toggle.btn-danger.focus {
  color: #fff;
  background-color: #c8180b;
  border-color: #891008;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  background-image: none;
}
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled.focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger.focus {
  background-color: #F44336;
  border-color: #f32c1e;
}
.btn-danger .badge {
  color: #F44336;
  background-color: #fff;
}
.btn-link {
  color: #0062b2;
  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: #003865;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #6b7882;
  text-decoration: none;
}
.btn-lg,
.btn-group-lg > .btn {
  padding: 18px 30px;
  font-size: 24px;
  line-height: 1.33333333;
  border-radius: 4px;
}
.btn-sm,
.btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 2px;
}
.btn-xs,
.btn-group-xs > .btn {
  padding: 1px 6px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 2px;
}
.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;
}
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid \9;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
.dropup,
.dropdown {
  position: relative;
}
.dropdown-toggle:focus {
  outline: 0;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 18px;
  text-align: left;
  background-color: #fff;
  border: 1px solid #D3D8DB;
  border: 1px solid rgba(24, 45, 60, 0.2);
  border-radius: 3px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 12px 0;
  overflow: hidden;
  background-color: #D3D8DB;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.44444444;
  color: #33424D;
  white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #29353e;
  background-color: #E9EEF2;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #33424D;
  text-decoration: none;
  outline: 0;
  background-color: #FFD100;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #6b7882;
}
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed;
}
.open > .dropdown-menu {
  display: block;
}
.open > a {
  outline: 0;
}
.dropdown-menu-right {
  left: auto;
  right: 0;
}
.dropdown-menu-left {
  left: 0;
  right: auto;
}
.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 14px;
  line-height: 1.44444444;
  color: #6b7882;
  white-space: nowrap;
}
.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990;
}
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid \9;
  content: "";
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}
@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    left: auto;
    right: 0;
  }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  float: left;
}
.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover,
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus,
.btn-group > .btn:active,
.btn-group-vertical > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn.active {
  z-index: 2;
}
.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px;
}
.btn-toolbar {
  margin-left: -5px;
}
.btn-toolbar .btn,
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: left;
}
.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
  margin-left: 5px;
}
.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}
.btn-group > .btn:first-child {
  margin-left: 0;
}
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.btn-group > .btn-group {
  float: left;
}
.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}
.btn-group > .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
}
.btn-group > .btn-lg + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px;
}
.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn-group.open .dropdown-toggle.btn-link {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn .caret {
  margin-left: 0;
}
.btn-lg .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}
.dropup .btn-lg .caret {
  border-width: 0 5px 5px;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}
.btn-group-vertical > .btn-group > .btn {
  float: none;
}
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}
.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}
.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
  float: none;
  display: table-cell;
  width: 1%;
}
.btn-group-justified > .btn-group .btn {
  width: 100%;
}
.btn-group-justified > .btn-group .dropdown-menu {
  left: auto;
}
[data-toggle="buttons"] > .btn input[type="radio"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
[data-toggle="buttons"] > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
.input-group[class*="col-"] {
  float: none;
  padding-left: 0;
  padding-right: 0;
}
.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}
.input-group .form-control:focus {
  z-index: 3;
}
.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 70px;
  padding: 18px 30px;
  font-size: 24px;
  line-height: 1.33333333;
  border-radius: 4px;
}
select.input-group-lg > .form-control,
select.input-group-lg > .input-group-addon,
select.input-group-lg > .input-group-btn > .btn {
  height: 70px;
  line-height: 70px;
}
textarea.input-group-lg > .form-control,
textarea.input-group-lg > .input-group-addon,
textarea.input-group-lg > .input-group-btn > .btn,
select[multiple].input-group-lg > .form-control,
select[multiple].input-group-lg > .input-group-addon,
select[multiple].input-group-lg > .input-group-btn > .btn {
  height: auto;
}
.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 32px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 2px;
}
select.input-group-sm > .form-control,
select.input-group-sm > .input-group-addon,
select.input-group-sm > .input-group-btn > .btn {
  height: 32px;
  line-height: 32px;
}
textarea.input-group-sm > .form-control,
textarea.input-group-sm > .input-group-addon,
textarea.input-group-sm > .input-group-btn > .btn,
select[multiple].input-group-sm > .form-control,
select[multiple].input-group-sm > .input-group-addon,
select[multiple].input-group-sm > .input-group-btn > .btn {
  height: auto;
}
.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}
.input-group-addon {
  padding: 10px 18px;
  font-size: 18px;
  font-weight: normal;
  line-height: 1;
  color: #425563;
  text-align: center;
  background-color: #E9EEF2;
  border: 1px solid #ccc;
  border-radius: 3px;
}
.input-group-addon.input-sm {
  padding: 5px 10px;
  font-size: 14px;
  border-radius: 2px;
}
.input-group-addon.input-lg {
  padding: 18px 30px;
  font-size: 24px;
  border-radius: 4px;
}
.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
  margin-top: 0;
}
.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.input-group-addon:first-child {
  border-right: 0;
}
.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.input-group-addon:last-child {
  border-left: 0;
}
.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}
.input-group-btn > .btn {
  position: relative;
}
.input-group-btn > .btn + .btn {
  margin-left: -1px;
}
.input-group-btn > .btn:hover,
.input-group-btn > .btn:focus,
.input-group-btn > .btn:active {
  z-index: 2;
}
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
  z-index: 2;
  margin-left: -1px;
}
.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.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: #E9EEF2;
}
.nav > li.disabled > a {
  color: #6b7882;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #6b7882;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #E9EEF2;
  border-color: #0062b2;
}
.nav .nav-divider {
  height: 1px;
  margin: 12px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.nav > li > a > img {
  max-width: none;
}
.nav-tabs {
  border-bottom: 1px solid transparent;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.44444444;
  border: 1px solid transparent;
  border-radius: 3px 3px 0 0;
}
.nav-tabs > li > a:hover {
  border-color: transparent transparent transparent;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #33424D;
  background-color: #E9EEF2;
  border: 1px solid transparent;
  border-bottom-color: transparent;
  cursor: default;
}
.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}
.nav-tabs.nav-justified > li {
  float: none;
}
.nav-tabs.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 3px;
}
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid transparent;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid transparent;
    border-radius: 3px 3px 0 0;
  }
  .nav-tabs.nav-justified > .active > a,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: transparent;
  }
}
.nav-pills > li {
  float: left;
}
.nav-pills > li > a {
  border-radius: 3px;
}
.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: #33424D;
  background-color: #FFD100;
}
.nav-stacked > li {
  float: none;
}
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}
.nav-justified {
  width: 100%;
}
.nav-justified > li {
  float: none;
}
.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 {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs-justified {
  border-bottom: 0;
}
.nav-tabs-justified > li > a {
  margin-right: 0;
  border-radius: 3px;
}
.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
  border: 1px solid transparent;
}
@media (min-width: 768px) {
  .nav-tabs-justified > li > a {
    border-bottom: 1px solid transparent;
    border-radius: 3px 3px 0 0;
  }
  .nav-tabs-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus {
    border-bottom-color: transparent;
  }
}
.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: 46px;
  margin-bottom: 26px;
  border: 1px solid transparent;
}
@media (min-width: 768px) {
  .navbar {
    border-radius: 3px;
  }
}
@media (min-width: 768px) {
  .navbar-header {
    float: left;
  }
}
.navbar-collapse {
  overflow-x: visible;
  padding-right: 8px;
  padding-left: 8px;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}
.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-fluid > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-collapse {
  margin-right: -8px;
  margin-left: -8px;
}
@media (min-width: 768px) {
  .container > .navbar-header,
  .container-fluid > .navbar-header,
  .container > .navbar-collapse,
  .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: 10px 8px;
  font-size: 24px;
  line-height: 26px;
  height: 46px;
}
.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: -8px;
  }
}
.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 8px;
  padding: 9px 10px;
  margin-top: 6px;
  margin-bottom: 6px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 3px;
}
.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: 5px -8px;
}
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 26px;
}
@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: 26px;
  }
  .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: 10px;
    padding-bottom: 10px;
  }
}
.navbar-form {
  margin-left: -8px;
  margin-right: -8px;
  padding: 10px 8px;
  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: -1px;
  margin-bottom: -1px;
}
@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;
  }
}
.navbar-form .select-container {
  display: block;
}
@media (min-width: 768px) {
  .navbar-form .select-container {
    display: inline-block;
  }
}
@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: 3px;
  border-top-left-radius: 3px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.navbar-btn {
  margin-top: -1px;
  margin-bottom: -1px;
}
.navbar-btn.btn-sm {
  margin-top: 7px;
  margin-bottom: 7px;
}
.navbar-btn.btn-xs {
  margin-top: 12px;
  margin-bottom: 12px;
}
.navbar-text {
  margin-top: 10px;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .navbar-text {
    float: left;
    margin-left: 8px;
    margin-right: 8px;
  }
}
@media (min-width: 768px) {
  .navbar-left {
    float: left;
    float: left !important;
  }
  .navbar-right {
    float: right;
    float: right !important;
    margin-right: -8px;
  }
  .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,
fieldset[disabled] .navbar-default .btn-link:hover,
.navbar-default .btn-link[disabled]:focus,
fieldset[disabled] .navbar-default .btn-link:focus {
  color: #ccc;
}
.navbar-inverse {
  background-color: #182D3C;
  border-color: #182D3C;
}
.navbar-inverse .navbar-brand {
  color: #fff;
}
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-text {
  color: #939ea6;
}
.navbar-inverse .navbar-nav > li > a {
  color: #fff;
}
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  color: #FFD100;
  background-color: transparent;
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  color: #FFD100;
  background-color: #091218;
}
.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: #0e1a23;
}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
  background-color: #091218;
  color: #FFD100;
}
@media (max-width: 767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #182D3C;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #182D3C;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #fff;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #FFD100;
    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: #FFD100;
    background-color: #091218;
  }
  .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: #fff;
}
.navbar-inverse .navbar-link:hover {
  color: #FFD100;
}
.navbar-inverse .btn-link {
  color: #fff;
}
.navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link:focus {
  color: #FFD100;
}
.navbar-inverse .btn-link[disabled]:hover,
fieldset[disabled] .navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link[disabled]:focus,
fieldset[disabled] .navbar-inverse .btn-link:focus {
  color: #444;
}
.breadcrumb {
  padding: 0 15px;
  margin-bottom: 26px;
  list-style: none;
  background-color: transparent;
  border-radius: 3px;
}
.breadcrumb > li {
  display: inline-block;
}
.breadcrumb > li + li:before {
  content: "/\00a0";
  padding: 0 5px;
  color: #6b7882;
}
.breadcrumb > .active {
  color: #6b7882;
}
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 26px 0;
  border-radius: 3px;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 10px 18px;
  line-height: 1.44444444;
  text-decoration: none;
  color: #425563;
  background-color: transparent;
  border: 1px solid transparent;
  margin-left: -1px;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  z-index: 2;
  color: #0062b2;
  background-color: transparent;
  border-color: transparent;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 3;
  color: #33424D;
  background-color: transparent;
  border-color: transparent;
  cursor: default;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #6b7882;
  background-color: transparent;
  border-color: transparent;
  cursor: not-allowed;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 18px 30px;
  font-size: 24px;
  line-height: 1.33333333;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 14px;
  line-height: 1.42857143;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-bottom-right-radius: 2px;
  border-top-right-radius: 2px;
}
.pager {
  padding-left: 0;
  margin: 26px 0;
  list-style: none;
  text-align: center;
}
.pager li {
  display: inline;
}
.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #E9EEF2;
  border: 1px solid #E9EEF2;
  border-radius: 2px;
}
.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #f4f7f9;
}
.pager .next > a,
.pager .next > span {
  float: right;
}
.pager .previous > a,
.pager .previous > span {
  float: left;
}
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #fff;
  background-color: #E9EEF2;
  cursor: not-allowed;
}
.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
}
a.label:hover,
a.label:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.label:empty {
  display: none;
}
.btn .label {
  position: relative;
  top: -1px;
}
.label-default {
  background-color: #6b7882;
}
.label-default[href]:hover,
.label-default[href]:focus {
  background-color: #545e66;
}
.label-primary {
  background-color: #425563;
}
.label-primary[href]:hover,
.label-primary[href]:focus {
  background-color: #2e3b44;
}
.label-success {
  background-color: #43A047;
}
.label-success[href]:hover,
.label-success[href]:focus {
  background-color: #347c37;
}
.label-info {
  background-color: #039BE5;
}
.label-info[href]:hover,
.label-info[href]:focus {
  background-color: #0279b3;
}
.label-warning {
  background-color: #EF6C00;
}
.label-warning[href]:hover,
.label-warning[href]:focus {
  background-color: #bc5500;
}
.label-danger {
  background-color: #F44336;
}
.label-danger[href]:hover,
.label-danger[href]:focus {
  background-color: #ea1c0d;
}
.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  line-height: 1;
  vertical-align: middle;
  white-space: nowrap;
  text-align: center;
  background-color: #6b7882;
  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;
}
a.badge:hover,
a.badge:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
  color: #0062b2;
  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;
}
.jumbotron {
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #E9EEF2;
}
.jumbotron h1,
.jumbotron .h1 {
  color: inherit;
}
.jumbotron p {
  margin-bottom: 15px;
  font-size: 27px;
  font-weight: 200;
}
.jumbotron > hr {
  border-top-color: #c9d5df;
}
.container .jumbotron,
.container-fluid .jumbotron {
  border-radius: 4px;
  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: 81px;
  }
}
.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 26px;
  line-height: 1.44444444;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 3px;
  -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 {
  margin-left: auto;
  margin-right: auto;
}
a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #0062b2;
}
.thumbnail .caption {
  padding: 9px;
  color: #33424D;
}
.alert {
  padding: 15px;
  margin-bottom: 26px;
  border: 1px solid transparent;
  border-radius: 3px;
}
.alert h4 {
  margin-top: 0;
  color: inherit;
}
.alert .alert-link {
  font-weight: bold;
}
.alert > p,
.alert > ul {
  margin-bottom: 0;
}
.alert > p + p {
  margin-top: 5px;
}
.alert-dismissable,
.alert-dismissible {
  padding-right: 35px;
}
.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}
.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d;
}
.alert-success hr {
  border-top-color: #c9e2b3;
}
.alert-success .alert-link {
  color: #2b542c;
}
.alert-info {
  background-color: #f4f7f9;
  border-color: #dee7eb;
  color: #33424D;
}
.alert-info hr {
  border-top-color: #cedce2;
}
.alert-info .alert-link {
  color: #1f282e;
}
.alert-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b;
}
.alert-warning hr {
  border-top-color: #f7e1b5;
}
.alert-warning .alert-link {
  color: #66512c;
}
.alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442;
}
.alert-danger hr {
  border-top-color: #e4b9c0;
}
.alert-danger .alert-link {
  color: #843534;
}
@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  overflow: hidden;
  height: 26px;
  margin-bottom: 26px;
  background-color: #f5f5f5;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}
.progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 14px;
  line-height: 26px;
  color: #fff;
  text-align: center;
  background-color: #FFD100;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width 0.6s ease;
  -o-transition: width 0.6s ease;
  transition: width 0.6s ease;
}
.progress-striped .progress-bar,
.progress-bar-striped {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 40px 40px;
}
.progress.active .progress-bar,
.progress-bar.active {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -o-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}
.progress-bar-success {
  background-color: #43A047;
}
.progress-striped .progress-bar-success {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-info {
  background-color: #039BE5;
}
.progress-striped .progress-bar-info {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-warning {
  background-color: #EF6C00;
}
.progress-striped .progress-bar-warning {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-danger {
  background-color: #F44336;
}
.progress-striped .progress-bar-danger {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.media {
  margin-top: 15px;
}
.media:first-child {
  margin-top: 0;
}
.media,
.media-body {
  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 #D3D8DB;
}
.list-group-item:first-child {
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
a.list-group-item,
button.list-group-item {
  color: #425563;
}
a.list-group-item .list-group-item-heading,
button.list-group-item .list-group-item-heading {
  color: #33424D;
}
a.list-group-item:hover,
button.list-group-item:hover,
a.list-group-item:focus,
button.list-group-item:focus {
  text-decoration: none;
  color: #182D3C;
  background-color: #f4f7f9;
}
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: #E9EEF2;
  color: #6b7882;
  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: #6b7882;
}
.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
  z-index: 2;
  color: #ffffff;
  background-color: #425563;
  border-color: #425563;
}
.list-group-item.active .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading,
.list-group-item.active .list-group-item-heading > small,
.list-group-item.active:hover .list-group-item-heading > small,
.list-group-item.active:focus .list-group-item-heading > small,
.list-group-item.active .list-group-item-heading > .small,
.list-group-item.active:hover .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: #c9d3db;
}
.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,
button.list-group-item-success:hover,
a.list-group-item-success:focus,
button.list-group-item-success:focus {
  color: #3c763d;
  background-color: #d0e9c6;
}
a.list-group-item-success.active,
button.list-group-item-success.active,
a.list-group-item-success.active:hover,
button.list-group-item-success.active:hover,
a.list-group-item-success.active:focus,
button.list-group-item-success.active:focus {
  color: #fff;
  background-color: #3c763d;
  border-color: #3c763d;
}
.list-group-item-info {
  color: #33424D;
  background-color: #f4f7f9;
}
a.list-group-item-info,
button.list-group-item-info {
  color: #33424D;
}
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,
button.list-group-item-info:hover,
a.list-group-item-info:focus,
button.list-group-item-info:focus {
  color: #33424D;
  background-color: #e4eaef;
}
a.list-group-item-info.active,
button.list-group-item-info.active,
a.list-group-item-info.active:hover,
button.list-group-item-info.active:hover,
a.list-group-item-info.active:focus,
button.list-group-item-info.active:focus {
  color: #fff;
  background-color: #33424D;
  border-color: #33424D;
}
.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,
button.list-group-item-warning:hover,
a.list-group-item-warning:focus,
button.list-group-item-warning:focus {
  color: #8a6d3b;
  background-color: #faf2cc;
}
a.list-group-item-warning.active,
button.list-group-item-warning.active,
a.list-group-item-warning.active:hover,
button.list-group-item-warning.active:hover,
a.list-group-item-warning.active:focus,
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,
button.list-group-item-danger:hover,
a.list-group-item-danger:focus,
button.list-group-item-danger:focus {
  color: #a94442;
  background-color: #ebcccc;
}
a.list-group-item-danger.active,
button.list-group-item-danger.active,
a.list-group-item-danger.active:hover,
button.list-group-item-danger.active:hover,
a.list-group-item-danger.active:focus,
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: 26px;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0;
  -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: 10px 30px;
}
.panel-heading {
  padding: 18px 30px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: -1;
  border-top-left-radius: -1;
}
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}
.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 21px;
  color: inherit;
}
.panel-title > a,
.panel-title > small,
.panel-title > .small,
.panel-title > small > a,
.panel-title > .small > a {
  color: inherit;
}
.panel-footer {
  padding: 18px 30px;
  background-color: #f4f7f9;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: -1;
  border-bottom-left-radius: -1;
}
.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: -1;
  border-top-left-radius: -1;
}
.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: -1;
  border-bottom-left-radius: -1;
}
.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,
.panel > .rich-text > table,
.panel > .table-responsive > .rich-text > table,
.panel > .panel-collapse > .rich-text > table,
.panel > .body-copy > table,
.panel > .table-responsive > .body-copy > table,
.panel > .panel-collapse > .body-copy > table,
.panel > .tab-pane > table,
.panel > .table-responsive > .tab-pane > table,
.panel > .panel-collapse > .tab-pane > table,
.panel > .panel-body > table,
.panel > .table-responsive > .panel-body > table,
.panel > .panel-collapse > .panel-body > table,
.panel > .rich-text-module-content > table,
.panel > .table-responsive > .rich-text-module-content > table,
.panel > .panel-collapse > .rich-text-module-content > table,
.panel > .rich-text .table-responsive > table,
.panel > .table-responsive > .rich-text .table-responsive > table,
.panel > .panel-collapse > .rich-text .table-responsive > table,
.panel > .body-copy .table-responsive > table,
.panel > .table-responsive > .body-copy .table-responsive > table,
.panel > .panel-collapse > .body-copy .table-responsive > table,
.panel > .tab-pane .table-responsive > table,
.panel > .table-responsive > .tab-pane .table-responsive > table,
.panel > .panel-collapse > .tab-pane .table-responsive > table,
.panel > .panel-body .table-responsive > table,
.panel > .table-responsive > .panel-body .table-responsive > table,
.panel > .panel-collapse > .panel-body .table-responsive > table,
.panel > .rich-text-module-content .table-responsive > table,
.panel > .table-responsive > .rich-text-module-content .table-responsive > table,
.panel > .panel-collapse > .rich-text-module-content .table-responsive > table,
.panel > .feature-item-details > table,
.panel > .table-responsive > .feature-item-details > table,
.panel > .panel-collapse > .feature-item-details > table,
.panel > .feature-item-details .table-responsive > table,
.panel > .table-responsive > .feature-item-details .table-responsive > table,
.panel > .panel-collapse > .feature-item-details .table-responsive > table {
  margin-bottom: 0;
}
.panel > .table caption,
.panel > .table-responsive > .table caption,
.panel > .panel-collapse > .table caption,
.panel > .rich-text > table caption,
.panel > .table-responsive > .rich-text > table caption,
.panel > .panel-collapse > .rich-text > table caption,
.panel > .body-copy > table caption,
.panel > .table-responsive > .body-copy > table caption,
.panel > .panel-collapse > .body-copy > table caption,
.panel > .tab-pane > table caption,
.panel > .table-responsive > .tab-pane > table caption,
.panel > .panel-collapse > .tab-pane > table caption,
.panel > .panel-body > table caption,
.panel > .table-responsive > .panel-body > table caption,
.panel > .panel-collapse > .panel-body > table caption,
.panel > .rich-text-module-content > table caption,
.panel > .table-responsive > .rich-text-module-content > table caption,
.panel > .panel-collapse > .rich-text-module-content > table caption,
.panel > .rich-text .table-responsive > table caption,
.panel > .table-responsive > .rich-text .table-responsive > table caption,
.panel > .panel-collapse > .rich-text .table-responsive > table caption,
.panel > .body-copy .table-responsive > table caption,
.panel > .table-responsive > .body-copy .table-responsive > table caption,
.panel > .panel-collapse > .body-copy .table-responsive > table caption,
.panel > .tab-pane .table-responsive > table caption,
.panel > .table-responsive > .tab-pane .table-responsive > table caption,
.panel > .panel-collapse > .tab-pane .table-responsive > table caption,
.panel > .panel-body .table-responsive > table caption,
.panel > .table-responsive > .panel-body .table-responsive > table caption,
.panel > .panel-collapse > .panel-body .table-responsive > table caption,
.panel > .rich-text-module-content .table-responsive > table caption,
.panel > .table-responsive > .rich-text-module-content .table-responsive > table caption,
.panel > .panel-collapse > .rich-text-module-content .table-responsive > table caption,
.panel > .feature-item-details > table caption,
.panel > .table-responsive > .feature-item-details > table caption,
.panel > .panel-collapse > .feature-item-details > table caption,
.panel > .feature-item-details .table-responsive > table caption,
.panel > .table-responsive > .feature-item-details .table-responsive > table caption,
.panel > .panel-collapse > .feature-item-details .table-responsive > table caption {
  padding-left: 10px 30px;
  padding-right: 10px 30px;
}
.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child,
.panel > .rich-text > table:first-child,
.panel > .table-responsive:first-child > .rich-text > table:first-child,
.panel > .body-copy > table:first-child,
.panel > .table-responsive:first-child > .body-copy > table:first-child,
.panel > .tab-pane > table:first-child,
.panel > .table-responsive:first-child > .tab-pane > table:first-child,
.panel > .panel-body > table:first-child,
.panel > .table-responsive:first-child > .panel-body > table:first-child,
.panel > .rich-text-module-content > table:first-child,
.panel > .table-responsive:first-child > .rich-text-module-content > table:first-child,
.panel > .rich-text .table-responsive > table:first-child,
.panel > .table-responsive:first-child > .rich-text .table-responsive > table:first-child,
.panel > .body-copy .table-responsive > table:first-child,
.panel > .table-responsive:first-child > .body-copy .table-responsive > table:first-child,
.panel > .tab-pane .table-responsive > table:first-child,
.panel > .table-responsive:first-child > .tab-pane .table-responsive > table:first-child,
.panel > .panel-body .table-responsive > table:first-child,
.panel > .table-responsive:first-child > .panel-body .table-responsive > table:first-child,
.panel > .rich-text-module-content .table-responsive > table:first-child,
.panel > .table-responsive:first-child > .rich-text-module-content .table-responsive > table:first-child,
.panel > .feature-item-details > table:first-child,
.panel > .table-responsive:first-child > .feature-item-details > table:first-child,
.panel > .feature-item-details .table-responsive > table:first-child,
.panel > .table-responsive:first-child > .feature-item-details .table-responsive > table:first-child {
  border-top-right-radius: -1;
  border-top-left-radius: -1;
}
.panel > .table:first-child > thead:first-child > tr:first-child,
.panel > .table-responsive:first-child > .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 > tbody:first-child > tr:first-child,
.panel > .rich-text > table:first-child > thead:first-child > tr:first-child,
.panel > .table-responsive:first-child > .rich-text > table:first-child > thead:first-child > tr:first-child,
.panel > .rich-text > table:first-child > tbody:first-child > tr:first-child,
.panel > .table-responsive:first-child > .rich-text > table:first-child > tbody:first-child > tr:first-child,
.panel > .body-copy > table:first-child > thead:first-child > tr:first-child,
.panel > .table-responsive:first-child > .body-copy > table:first-child > thead:first-child > tr:first-child,
.panel > .body-copy > table:first-child > tbody:first-child > tr:first-child,
.panel > .table-responsive:first-child > .body-copy > table:first-child > tbody:first-child > tr:first-child,
.panel > .tab-pane > table:first-child > thead:first-child > tr:first-child,
.panel > .table-responsive:first-child > .tab-pane > table:first-child > thead:first-child > tr:first-child,
.panel > .tab-pane > table:first-child > tbody:first-child > tr:first-child,
.panel > .table-responsive:first-child > .tab-pane > table:first-child > tbody:first-child > tr:first-child,
.panel > .panel-body > table:first-child > thead:first-child > tr:first-child,
.panel > .table-responsive:first-child > .panel-body > table:first-child > thead:first-child > tr:first-child,
.panel > .panel-body > table:first-child > tbody:first-child > tr:first-child,
.panel > .table-responsive:first-child > .panel-body > table:first-child > tbody:first-child > tr:first-child,
.panel > .rich-text-module-content > table:first-child > thead:first-child > tr:first-child,
.panel > .table-responsive:first-child > .rich-text-module-content > table:first-child > thead:first-child > tr:first-child,
.panel > .rich-text-module-content > table:first-child > tbody:first-child > tr:first-child,
.panel > .table-responsive:first-child > .rich-text-module-content > table:first-child > tbody:first-child > tr:first-child,
.panel > .rich-text .table-responsive > table:first-child > thead:first-child > tr:first-child,
.panel > .table-responsive:first-child > .rich-text .table-responsive > table:first-child > thead:first-child > tr:first-child,
.panel > .rich-text .table-responsive > table:first-child > tbody:first-child > tr:first-child,
.panel > .table-responsive:first-child > .rich-text .table-responsive > table:first-child > tbody:first-child > tr:first-child,
.panel > .body-copy .table-responsive > table:first-child > thead:first-child > tr:first-child,
.panel > .table-responsive:first-child > .body-copy .table-responsive > table:first-child > thead:first-child > tr:first-child,
.panel > .body-copy .table-responsive > table:first-child > tbody:first-child > tr:first-child,
.panel > .table-responsive:first-child > .body-copy .table-responsive > table:first-child > tbody:first-child > tr:first-child,
.panel > .tab-pane .table-responsive > table:first-child > thead:first-child > tr:first-child,
.panel > .table-responsive:first-child > .tab-pane .table-responsive > table:first-child > thead:first-child > tr:first-child,
.panel > .tab-pane .table-responsive > table:first-child > tbody:first-child > tr:first-child,
.panel > .table-responsive:first-child > .tab-pane .table-responsive > table:first-child > tbody:first-child > tr:first-child,
.panel > .panel-body .table-responsive > table:first-child > thead:first-child > tr:first-child,
.panel > .table-responsive:first-child > .panel-body .table-responsive > table:first-child > thead:first-child > tr:first-child,
.panel > .panel-body .table-responsive > table:first-child > tbody:first-child > tr:first-child,
.panel > .table-responsive:first-child > .panel-body .table-responsive > table:first-child > tbody:first-child > tr:first-child,
.panel > .rich-text-module-content .table-responsive > table:first-child > thead:first-child > tr:first-child,
.panel > .table-responsive:first-child > .rich-text-module-content .table-responsive > table:first-child > thead:first-child > tr:first-child,
.panel > .rich-text-module-content .table-responsive > table:first-child > tbody:first-child > tr:first-child,
.panel > .table-responsive:first-child > .rich-text-module-content .table-responsive > table:first-child > tbody:first-child > tr:first-child,
.panel > .feature-item-details > table:first-child > thead:first-child > tr:first-child,
.panel > .table-responsive:first-child > .feature-item-details > table:first-child > thead:first-child > tr:first-child,
.panel > .feature-item-details > table:first-child > tbody:first-child > tr:first-child,
.panel > .table-responsive:first-child > .feature-item-details > table:first-child > tbody:first-child > tr:first-child,
.panel > .feature-item-details .table-responsive > table:first-child > thead:first-child > tr:first-child,
.panel > .table-responsive:first-child > .feature-item-details .table-responsive > table:first-child > thead:first-child > tr:first-child,
.panel > .feature-item-details .table-responsive > table:first-child > tbody:first-child > tr:first-child,
.panel > .table-responsive:first-child > .feature-item-details .table-responsive > table:first-child > tbody:first-child > tr:first-child {
  border-top-left-radius: -1;
  border-top-right-radius: -1;
}
.panel > .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 td:first-child,
.panel > .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 td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .rich-text > table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .rich-text > table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .rich-text > table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .rich-text > table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .rich-text > table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .rich-text > table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .rich-text > table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .rich-text > table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .body-copy > table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .body-copy > table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .body-copy > table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .body-copy > table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .body-copy > table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .body-copy > table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .body-copy > table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .body-copy > table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .tab-pane > table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .tab-pane > table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .tab-pane > table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .tab-pane > table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .tab-pane > table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .tab-pane > table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .tab-pane > table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .tab-pane > table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .panel-body > table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .panel-body > table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .panel-body > table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .panel-body > table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .panel-body > table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .panel-body > table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .panel-body > table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .panel-body > table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .rich-text-module-content > table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .rich-text-module-content > table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .rich-text-module-content > table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .rich-text-module-content > table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .rich-text-module-content > table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .rich-text-module-content > table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .rich-text-module-content > table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .rich-text-module-content > table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .rich-text .table-responsive > table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .rich-text .table-responsive > table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .rich-text .table-responsive > table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .rich-text .table-responsive > table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .rich-text .table-responsive > table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .rich-text .table-responsive > table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .rich-text .table-responsive > table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .rich-text .table-responsive > table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .body-copy .table-responsive > table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .body-copy .table-responsive > table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .body-copy .table-responsive > table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .body-copy .table-responsive > table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .body-copy .table-responsive > table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .body-copy .table-responsive > table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .body-copy .table-responsive > table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .body-copy .table-responsive > table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .tab-pane .table-responsive > table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .tab-pane .table-responsive > table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .tab-pane .table-responsive > table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .tab-pane .table-responsive > table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .tab-pane .table-responsive > table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .tab-pane .table-responsive > table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .tab-pane .table-responsive > table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .tab-pane .table-responsive > table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .panel-body .table-responsive > table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .panel-body .table-responsive > table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .panel-body .table-responsive > table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .panel-body .table-responsive > table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .panel-body .table-responsive > table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .panel-body .table-responsive > table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .panel-body .table-responsive > table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .panel-body .table-responsive > table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .rich-text-module-content .table-responsive > table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .rich-text-module-content .table-responsive > table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .rich-text-module-content .table-responsive > table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .rich-text-module-content .table-responsive > table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .rich-text-module-content .table-responsive > table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .rich-text-module-content .table-responsive > table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .rich-text-module-content .table-responsive > table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .rich-text-module-content .table-responsive > table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .feature-item-details > table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .feature-item-details > table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .feature-item-details > table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .feature-item-details > table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .feature-item-details > table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .feature-item-details > table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .feature-item-details > table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .feature-item-details > table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .feature-item-details .table-responsive > table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .feature-item-details .table-responsive > table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .feature-item-details .table-responsive > table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .feature-item-details .table-responsive > table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .feature-item-details .table-responsive > table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .feature-item-details .table-responsive > table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .feature-item-details .table-responsive > table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .feature-item-details .table-responsive > table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: -1;
}
.panel > .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 td:last-child,
.panel > .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 td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .rich-text > table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .rich-text > table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .rich-text > table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .rich-text > table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .rich-text > table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .rich-text > table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .rich-text > table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .rich-text > table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .body-copy > table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .body-copy > table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .body-copy > table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .body-copy > table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .body-copy > table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .body-copy > table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .body-copy > table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .body-copy > table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .tab-pane > table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .tab-pane > table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .tab-pane > table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .tab-pane > table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .tab-pane > table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .tab-pane > table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .tab-pane > table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .tab-pane > table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .panel-body > table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .panel-body > table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .panel-body > table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .panel-body > table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .panel-body > table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .panel-body > table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .panel-body > table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .panel-body > table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .rich-text-module-content > table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .rich-text-module-content > table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .rich-text-module-content > table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .rich-text-module-content > table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .rich-text-module-content > table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .rich-text-module-content > table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .rich-text-module-content > table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .rich-text-module-content > table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .rich-text .table-responsive > table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .rich-text .table-responsive > table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .rich-text .table-responsive > table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .rich-text .table-responsive > table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .rich-text .table-responsive > table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .rich-text .table-responsive > table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .rich-text .table-responsive > table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .rich-text .table-responsive > table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .body-copy .table-responsive > table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .body-copy .table-responsive > table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .body-copy .table-responsive > table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .body-copy .table-responsive > table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .body-copy .table-responsive > table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .body-copy .table-responsive > table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .body-copy .table-responsive > table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .body-copy .table-responsive > table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .tab-pane .table-responsive > table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .tab-pane .table-responsive > table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .tab-pane .table-responsive > table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .tab-pane .table-responsive > table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .tab-pane .table-responsive > table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .tab-pane .table-responsive > table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .tab-pane .table-responsive > table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .tab-pane .table-responsive > table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .panel-body .table-responsive > table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .panel-body .table-responsive > table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .panel-body .table-responsive > table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .panel-body .table-responsive > table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .panel-body .table-responsive > table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .panel-body .table-responsive > table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .panel-body .table-responsive > table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .panel-body .table-responsive > table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .rich-text-module-content .table-responsive > table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .rich-text-module-content .table-responsive > table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .rich-text-module-content .table-responsive > table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .rich-text-module-content .table-responsive > table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .rich-text-module-content .table-responsive > table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .rich-text-module-content .table-responsive > table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .rich-text-module-content .table-responsive > table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .rich-text-module-content .table-responsive > table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .feature-item-details > table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .feature-item-details > table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .feature-item-details > table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .feature-item-details > table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .feature-item-details > table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .feature-item-details > table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .feature-item-details > table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .feature-item-details > table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .feature-item-details .table-responsive > table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .feature-item-details .table-responsive > table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .feature-item-details .table-responsive > table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .feature-item-details .table-responsive > table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .feature-item-details .table-responsive > table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .feature-item-details .table-responsive > table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .feature-item-details .table-responsive > table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .feature-item-details .table-responsive > table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: -1;
}
.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child,
.panel > .rich-text > table:last-child,
.panel > .table-responsive:last-child > .rich-text > table:last-child,
.panel > .body-copy > table:last-child,
.panel > .table-responsive:last-child > .body-copy > table:last-child,
.panel > .tab-pane > table:last-child,
.panel > .table-responsive:last-child > .tab-pane > table:last-child,
.panel > .panel-body > table:last-child,
.panel > .table-responsive:last-child > .panel-body > table:last-child,
.panel > .rich-text-module-content > table:last-child,
.panel > .table-responsive:last-child > .rich-text-module-content > table:last-child,
.panel > .rich-text .table-responsive > table:last-child,
.panel > .table-responsive:last-child > .rich-text .table-responsive > table:last-child,
.panel > .body-copy .table-responsive > table:last-child,
.panel > .table-responsive:last-child > .body-copy .table-responsive > table:last-child,
.panel > .tab-pane .table-responsive > table:last-child,
.panel > .table-responsive:last-child > .tab-pane .table-responsive > table:last-child,
.panel > .panel-body .table-responsive > table:last-child,
.panel > .table-responsive:last-child > .panel-body .table-responsive > table:last-child,
.panel > .rich-text-module-content .table-responsive > table:last-child,
.panel > .table-responsive:last-child > .rich-text-module-content .table-responsive > table:last-child,
.panel > .feature-item-details > table:last-child,
.panel > .table-responsive:last-child > .feature-item-details > table:last-child,
.panel > .feature-item-details .table-responsive > table:last-child,
.panel > .table-responsive:last-child > .feature-item-details .table-responsive > table:last-child {
  border-bottom-right-radius: -1;
  border-bottom-left-radius: -1;
}
.panel > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table-responsive:last-child > .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 > tfoot:last-child > tr:last-child,
.panel > .rich-text > table:last-child > tbody:last-child > tr:last-child,
.panel > .table-responsive:last-child > .rich-text > table:last-child > tbody:last-child > tr:last-child,
.panel > .rich-text > table:last-child > tfoot:last-child > tr:last-child,
.panel > .table-responsive:last-child > .rich-text > table:last-child > tfoot:last-child > tr:last-child,
.panel > .body-copy > table:last-child > tbody:last-child > tr:last-child,
.panel > .table-responsive:last-child > .body-copy > table:last-child > tbody:last-child > tr:last-child,
.panel > .body-copy > table:last-child > tfoot:last-child > tr:last-child,
.panel > .table-responsive:last-child > .body-copy > table:last-child > tfoot:last-child > tr:last-child,
.panel > .tab-pane > table:last-child > tbody:last-child > tr:last-child,
.panel > .table-responsive:last-child > .tab-pane > table:last-child > tbody:last-child > tr:last-child,
.panel > .tab-pane > table:last-child > tfoot:last-child > tr:last-child,
.panel > .table-responsive:last-child > .tab-pane > table:last-child > tfoot:last-child > tr:last-child,
.panel > .panel-body > table:last-child > tbody:last-child > tr:last-child,
.panel > .table-responsive:last-child > .panel-body > table:last-child > tbody:last-child > tr:last-child,
.panel > .panel-body > table:last-child > tfoot:last-child > tr:last-child,
.panel > .table-responsive:last-child > .panel-body > table:last-child > tfoot:last-child > tr:last-child,
.panel > .rich-text-module-content > table:last-child > tbody:last-child > tr:last-child,
.panel > .table-responsive:last-child > .rich-text-module-content > table:last-child > tbody:last-child > tr:last-child,
.panel > .rich-text-module-content > table:last-child > tfoot:last-child > tr:last-child,
.panel > .table-responsive:last-child > .rich-text-module-content > table:last-child > tfoot:last-child > tr:last-child,
.panel > .rich-text .table-responsive > table:last-child > tbody:last-child > tr:last-child,
.panel > .table-responsive:last-child > .rich-text .table-responsive > table:last-child > tbody:last-child > tr:last-child,
.panel > .rich-text .table-responsive > table:last-child > tfoot:last-child > tr:last-child,
.panel > .table-responsive:last-child > .rich-text .table-responsive > table:last-child > tfoot:last-child > tr:last-child,
.panel > .body-copy .table-responsive > table:last-child > tbody:last-child > tr:last-child,
.panel > .table-responsive:last-child > .body-copy .table-responsive > table:last-child > tbody:last-child > tr:last-child,
.panel > .body-copy .table-responsive > table:last-child > tfoot:last-child > tr:last-child,
.panel > .table-responsive:last-child > .body-copy .table-responsive > table:last-child > tfoot:last-child > tr:last-child,
.panel > .tab-pane .table-responsive > table:last-child > tbody:last-child > tr:last-child,
.panel > .table-responsive:last-child > .tab-pane .table-responsive > table:last-child > tbody:last-child > tr:last-child,
.panel > .tab-pane .table-responsive > table:last-child > tfoot:last-child > tr:last-child,
.panel > .table-responsive:last-child > .tab-pane .table-responsive > table:last-child > tfoot:last-child > tr:last-child,
.panel > .panel-body .table-responsive > table:last-child > tbody:last-child > tr:last-child,
.panel > .table-responsive:last-child > .panel-body .table-responsive > table:last-child > tbody:last-child > tr:last-child,
.panel > .panel-body .table-responsive > table:last-child > tfoot:last-child > tr:last-child,
.panel > .table-responsive:last-child > .panel-body .table-responsive > table:last-child > tfoot:last-child > tr:last-child,
.panel > .rich-text-module-content .table-responsive > table:last-child > tbody:last-child > tr:last-child,
.panel > .table-responsive:last-child > .rich-text-module-content .table-responsive > table:last-child > tbody:last-child > tr:last-child,
.panel > .rich-text-module-content .table-responsive > table:last-child > tfoot:last-child > tr:last-child,
.panel > .table-responsive:last-child > .rich-text-module-content .table-responsive > table:last-child > tfoot:last-child > tr:last-child,
.panel > .feature-item-details > table:last-child > tbody:last-child > tr:last-child,
.panel > .table-responsive:last-child > .feature-item-details > table:last-child > tbody:last-child > tr:last-child,
.panel > .feature-item-details > table:last-child > tfoot:last-child > tr:last-child,
.panel > .table-responsive:last-child > .feature-item-details > table:last-child > tfoot:last-child > tr:last-child,
.panel > .feature-item-details .table-responsive > table:last-child > tbody:last-child > tr:last-child,
.panel > .table-responsive:last-child > .feature-item-details .table-responsive > table:last-child > tbody:last-child > tr:last-child,
.panel > .feature-item-details .table-responsive > table:last-child > tfoot:last-child > tr:last-child,
.panel > .table-responsive:last-child > .feature-item-details .table-responsive > table:last-child > tfoot:last-child > tr:last-child {
  border-bottom-left-radius: -1;
  border-bottom-right-radius: -1;
}
.panel > .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 td:first-child,
.panel > .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 td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .rich-text > table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .rich-text > table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .rich-text > table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .rich-text > table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .rich-text > table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .rich-text > table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .rich-text > table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .rich-text > table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .body-copy > table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .body-copy > table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .body-copy > table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .body-copy > table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .body-copy > table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .body-copy > table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .body-copy > table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .body-copy > table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .tab-pane > table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .tab-pane > table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .tab-pane > table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .tab-pane > table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .tab-pane > table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .tab-pane > table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .tab-pane > table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .tab-pane > table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .panel-body > table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .panel-body > table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .panel-body > table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .panel-body > table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .panel-body > table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .panel-body > table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .panel-body > table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .panel-body > table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .rich-text-module-content > table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .rich-text-module-content > table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .rich-text-module-content > table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .rich-text-module-content > table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .rich-text-module-content > table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .rich-text-module-content > table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .rich-text-module-content > table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .rich-text-module-content > table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .rich-text .table-responsive > table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .rich-text .table-responsive > table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .rich-text .table-responsive > table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .rich-text .table-responsive > table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .rich-text .table-responsive > table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .rich-text .table-responsive > table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .rich-text .table-responsive > table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .rich-text .table-responsive > table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .body-copy .table-responsive > table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .body-copy .table-responsive > table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .body-copy .table-responsive > table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .body-copy .table-responsive > table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .body-copy .table-responsive > table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .body-copy .table-responsive > table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .body-copy .table-responsive > table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .body-copy .table-responsive > table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .tab-pane .table-responsive > table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .tab-pane .table-responsive > table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .tab-pane .table-responsive > table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .tab-pane .table-responsive > table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .tab-pane .table-responsive > table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .tab-pane .table-responsive > table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .tab-pane .table-responsive > table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .tab-pane .table-responsive > table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .panel-body .table-responsive > table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .panel-body .table-responsive > table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .panel-body .table-responsive > table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .panel-body .table-responsive > table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .panel-body .table-responsive > table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .panel-body .table-responsive > table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .panel-body .table-responsive > table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .panel-body .table-responsive > table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .rich-text-module-content .table-responsive > table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .rich-text-module-content .table-responsive > table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .rich-text-module-content .table-responsive > table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .rich-text-module-content .table-responsive > table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .rich-text-module-content .table-responsive > table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .rich-text-module-content .table-responsive > table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .rich-text-module-content .table-responsive > table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .rich-text-module-content .table-responsive > table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .feature-item-details > table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .feature-item-details > table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .feature-item-details > table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .feature-item-details > table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .feature-item-details > table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .feature-item-details > table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .feature-item-details > table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .feature-item-details > table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .feature-item-details .table-responsive > table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .feature-item-details .table-responsive > table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .feature-item-details .table-responsive > table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .feature-item-details .table-responsive > table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .feature-item-details .table-responsive > table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .feature-item-details .table-responsive > table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .feature-item-details .table-responsive > table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .feature-item-details .table-responsive > table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: -1;
}
.panel > .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 td:last-child,
.panel > .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 td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .rich-text > table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .rich-text > table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .rich-text > table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .rich-text > table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .rich-text > table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .rich-text > table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .rich-text > table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .rich-text > table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .body-copy > table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .body-copy > table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .body-copy > table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .body-copy > table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .body-copy > table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .body-copy > table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .body-copy > table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .body-copy > table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .tab-pane > table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .tab-pane > table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .tab-pane > table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .tab-pane > table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .tab-pane > table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .tab-pane > table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .tab-pane > table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .tab-pane > table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .panel-body > table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .panel-body > table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .panel-body > table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .panel-body > table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .panel-body > table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .panel-body > table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .panel-body > table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .panel-body > table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .rich-text-module-content > table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .rich-text-module-content > table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .rich-text-module-content > table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .rich-text-module-content > table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .rich-text-module-content > table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .rich-text-module-content > table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .rich-text-module-content > table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .rich-text-module-content > table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .rich-text .table-responsive > table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .rich-text .table-responsive > table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .rich-text .table-responsive > table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .rich-text .table-responsive > table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .rich-text .table-responsive > table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .rich-text .table-responsive > table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .rich-text .table-responsive > table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .rich-text .table-responsive > table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .body-copy .table-responsive > table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .body-copy .table-responsive > table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .body-copy .table-responsive > table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .body-copy .table-responsive > table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .body-copy .table-responsive > table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .body-copy .table-responsive > table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .body-copy .table-responsive > table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .body-copy .table-responsive > table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .tab-pane .table-responsive > table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .tab-pane .table-responsive > table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .tab-pane .table-responsive > table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .tab-pane .table-responsive > table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .tab-pane .table-responsive > table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .tab-pane .table-responsive > table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .tab-pane .table-responsive > table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .tab-pane .table-responsive > table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .panel-body .table-responsive > table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .panel-body .table-responsive > table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .panel-body .table-responsive > table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .panel-body .table-responsive > table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .panel-body .table-responsive > table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .panel-body .table-responsive > table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .panel-body .table-responsive > table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .panel-body .table-responsive > table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .rich-text-module-content .table-responsive > table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .rich-text-module-content .table-responsive > table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .rich-text-module-content .table-responsive > table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .rich-text-module-content .table-responsive > table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .rich-text-module-content .table-responsive > table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .rich-text-module-content .table-responsive > table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .rich-text-module-content .table-responsive > table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .rich-text-module-content .table-responsive > table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .feature-item-details > table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .feature-item-details > table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .feature-item-details > table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .feature-item-details > table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .feature-item-details > table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .feature-item-details > table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .feature-item-details > table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .feature-item-details > table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .feature-item-details .table-responsive > table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .feature-item-details .table-responsive > table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .feature-item-details .table-responsive > table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .feature-item-details .table-responsive > table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .feature-item-details .table-responsive > table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .feature-item-details .table-responsive > table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .feature-item-details .table-responsive > table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .feature-item-details .table-responsive > table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: -1;
}
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body,
.panel > .panel-body + .rich-text > table,
.panel > .rich-text > table + .panel-body,
.panel > .panel-body + .body-copy > table,
.panel > .body-copy > table + .panel-body,
.panel > .panel-body + .tab-pane > table,
.panel > .tab-pane > table + .panel-body,
.panel > .panel-body + .panel-body > table,
.panel > .panel-body > table + .panel-body,
.panel > .panel-body + .rich-text-module-content > table,
.panel > .rich-text-module-content > table + .panel-body,
.panel > .panel-body + .rich-text .table-responsive > table,
.panel > .rich-text .table-responsive > table + .panel-body,
.panel > .panel-body + .body-copy .table-responsive > table,
.panel > .body-copy .table-responsive > table + .panel-body,
.panel > .panel-body + .tab-pane .table-responsive > table,
.panel > .tab-pane .table-responsive > table + .panel-body,
.panel > .panel-body + .panel-body .table-responsive > table,
.panel > .panel-body .table-responsive > table + .panel-body,
.panel > .panel-body + .rich-text-module-content .table-responsive > table,
.panel > .rich-text-module-content .table-responsive > table + .panel-body,
.panel > .panel-body + .feature-item-details > table,
.panel > .feature-item-details > table + .panel-body,
.panel > .panel-body + .feature-item-details .table-responsive > table,
.panel > .feature-item-details .table-responsive > table + .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,
.panel > .rich-text > table > tbody:first-child > tr:first-child th,
.panel > .rich-text > table > tbody:first-child > tr:first-child td,
.panel > .body-copy > table > tbody:first-child > tr:first-child th,
.panel > .body-copy > table > tbody:first-child > tr:first-child td,
.panel > .tab-pane > table > tbody:first-child > tr:first-child th,
.panel > .tab-pane > table > tbody:first-child > tr:first-child td,
.panel > .panel-body > table > tbody:first-child > tr:first-child th,
.panel > .panel-body > table > tbody:first-child > tr:first-child td,
.panel > .rich-text-module-content > table > tbody:first-child > tr:first-child th,
.panel > .rich-text-module-content > table > tbody:first-child > tr:first-child td,
.panel > .rich-text .table-responsive > table > tbody:first-child > tr:first-child th,
.panel > .rich-text .table-responsive > table > tbody:first-child > tr:first-child td,
.panel > .body-copy .table-responsive > table > tbody:first-child > tr:first-child th,
.panel > .body-copy .table-responsive > table > tbody:first-child > tr:first-child td,
.panel > .tab-pane .table-responsive > table > tbody:first-child > tr:first-child th,
.panel > .tab-pane .table-responsive > table > tbody:first-child > tr:first-child td,
.panel > .panel-body .table-responsive > table > tbody:first-child > tr:first-child th,
.panel > .panel-body .table-responsive > table > tbody:first-child > tr:first-child td,
.panel > .rich-text-module-content .table-responsive > table > tbody:first-child > tr:first-child th,
.panel > .rich-text-module-content .table-responsive > table > tbody:first-child > tr:first-child td,
.panel > .feature-item-details > table > tbody:first-child > tr:first-child th,
.panel > .feature-item-details > table > tbody:first-child > tr:first-child td,
.panel > .feature-item-details .table-responsive > table > tbody:first-child > tr:first-child th,
.panel > .feature-item-details .table-responsive > 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-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > td: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-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > td: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-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > th,
.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: 26px;
}
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 0;
}
.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: #D3D8DB;
}
.panel-default > .panel-heading {
  color: #33424D;
  background-color: transparent;
  border-color: #D3D8DB;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #D3D8DB;
}
.panel-default > .panel-heading .badge {
  color: transparent;
  background-color: #33424D;
}
.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #D3D8DB;
}
.panel-primary {
  border-color: #FFD100;
}
.panel-primary > .panel-heading {
  color: #33424D;
  background-color: #FFD100;
  border-color: #FFD100;
}
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #FFD100;
}
.panel-primary > .panel-heading .badge {
  color: #FFD100;
  background-color: #33424D;
}
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #FFD100;
}
.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: #dee7eb;
}
.panel-info > .panel-heading {
  color: #33424D;
  background-color: #f4f7f9;
  border-color: #dee7eb;
}
.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #dee7eb;
}
.panel-info > .panel-heading .badge {
  color: #f4f7f9;
  background-color: #33424D;
}
.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #dee7eb;
}
.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,
.iFrame-module-content {
  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,
.iFrame-module-content .embed-responsive-item,
.iFrame-module-content iframe,
.iFrame-module-content embed,
.iFrame-module-content object,
.iFrame-module-content 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: 3px;
  -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: 4px;
}
.well-sm {
  padding: 9px;
  border-radius: 2px;
}
.close {
  float: right;
  font-size: 27px;
  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: #f4f7f9;
  border: 1px solid #f4f7f9;
  border-radius: 4px;
  -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: #182D3C;
}
.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 #D3D8DB;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.44444444;
}
.modal-body {
  position: relative;
  padding: 15px;
}
.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #D3D8DB;
}
.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;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "Stag Sans Web", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.44444444;
  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;
  opacity: 0;
  filter: alpha(opacity=0);
}
.tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 3px;
}
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 400px;
  padding: 1px;
  font-family: "Stag Sans Web", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.44444444;
  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: 18px;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #D3D8DB;
  border: 1px solid rgba(24, 45, 60, 0.2);
  border-radius: 4px;
  -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: 18px;
  background-color: #f4f7f9;
  border-bottom: 1px solid #e4eaef;
  border-radius: 3px 3px 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: #9ba6ad;
  border-top-color: rgba(24, 45, 60, 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: #9ba6ad;
  border-right-color: rgba(24, 45, 60, 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: #9ba6ad;
  border-bottom-color: rgba(24, 45, 60, 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: #9ba6ad;
  border-left-color: rgba(24, 45, 60, 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 {
  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: rgba(0, 0, 0, 0);
}
.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: rgba(0, 0, 0, 0);
}
.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,
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.pager:before,
.pager:after,
.panel-body:before,
.panel-body:after,
.modal-header:before,
.modal-header:after,
.modal-footer:before,
.modal-footer:after,
dd:before,
dd:after,
.primary-navigation:before,
.primary-navigation:after,
.menu-header .user-details:before,
.menu-header .user-details:after,
.mod_no-flexbox .mega-menu .slide-item-container:before,
.mod_no-flexbox .mega-menu .slide-item-container:after,
.footer-site-search-section:before,
.footer-site-search-section:after,
.page-section:before,
.page-section:after,
.page-container-fluid:before,
.page-container-fluid:after,
.page-container:before,
.page-container:after,
.breakout:before,
.breakout:after,
.page-header:before,
.page-header:after,
.form-container-narrow:before,
.form-container-narrow:after,
.form-button-group:before,
.form-button-group:after,
.mod_no-flexbox .upsell-offers:before,
.mod_no-flexbox .upsell-offers:after,
div.janrain-form:before,
div.janrain-form:after,
div.janrain-form .capture_grid_block .form-group:before,
div.janrain-form .capture_grid_block .form-group:after,
div.janrain-form #changePasswordSuccess p .form-group:before,
div.janrain-form #changePasswordSuccess p .form-group:after,
.QnaSolution #QnaSolution_combo:before,
.QnaSolution #QnaSolution_combo:after,
.input-group .twitter-typeahead:before,
.input-group .twitter-typeahead:after,
.search-pagination nav:before,
.search-pagination nav:after,
.search-results article:before,
.search-results article:after,
.info-graphics:before,
.info-graphics:after,
.info-snippets:before,
.info-snippets:after,
.promo-banner:before,
.promo-banner:after,
.related-articles-module:before,
.related-articles-module:after,
.mod_no-flexbox .photo-bg-tile:before,
.mod_no-flexbox .photo-bg-tile:after,
.sub-nav-items:before,
.sub-nav-items:after,
.feature-banner:before,
.feature-banner:after,
.travel-banner:before,
.travel-banner:after,
.deal-tiles:before,
.deal-tiles:after,
.deal-tiles-grid:before,
.deal-tiles-grid:after,
.deal-tiles-tabs .grid-filters .form-group:before,
.deal-tiles-tabs .grid-filters .form-group:after,
.feature-item:before,
.feature-item:after,
.tag-filters:before,
.tag-filters:after,
.fin-calc .fc-options-container .form-group:before,
.fin-calc .fc-options-container .form-group:after,
.light-box-gallery:before,
.light-box-gallery:after,
.article-grid:before,
.article-grid:after,
.breakout-lg:before,
.breakout-lg:after,
.breakout-sm:before,
.breakout-sm:after,
.media-releases-list .media-releases article:before,
.media-releases-list .media-releases article:after,
.product-tiles-tabs .grid-filters .form-group:before,
.product-tiles-tabs .grid-filters .form-group:after {
  content: " ";
  display: table;
}
.clearfix:after,
.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.pager:after,
.panel-body:after,
.modal-header:after,
.modal-footer:after,
dd:after,
.primary-navigation:after,
.menu-header .user-details:after,
.mod_no-flexbox .mega-menu .slide-item-container:after,
.footer-site-search-section:after,
.page-section:after,
.page-container-fluid:after,
.page-container:after,
.breakout:after,
.page-header:after,
.form-container-narrow:after,
.form-button-group:after,
.mod_no-flexbox .upsell-offers:after,
div.janrain-form:after,
div.janrain-form .capture_grid_block .form-group:after,
div.janrain-form #changePasswordSuccess p .form-group:after,
.QnaSolution #QnaSolution_combo:after,
.input-group .twitter-typeahead:after,
.search-pagination nav:after,
.search-results article:after,
.info-graphics:after,
.info-snippets:after,
.promo-banner:after,
.related-articles-module:after,
.mod_no-flexbox .photo-bg-tile:after,
.sub-nav-items:after,
.feature-banner:after,
.travel-banner:after,
.deal-tiles:after,
.deal-tiles-grid:after,
.deal-tiles-tabs .grid-filters .form-group:after,
.feature-item:after,
.tag-filters:after,
.fin-calc .fc-options-container .form-group:after,
.light-box-gallery:after,
.article-grid:after,
.breakout-lg:after,
.breakout-sm:after,
.media-releases-list .media-releases article:after,
.product-tiles-tabs .grid-filters .form-group: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,
.visible-sm,
.visible-md,
.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;
  }
}
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}
.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
/* Slider */
.slick-loading .slick-list {
  background: #fff url('/assets/img/ajax-loader.gif') center center no-repeat;
}
/* Icons */
/*@font-face{
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;

    src: url('@{slick-font-path}slick.eot');
    src: url('@{slick-font-path}slick.eot?#iefix') format('embedded-opentype'), url('@{slick-font-path}slick.woff') format('woff'), url('@{slick-font-path}slick.ttf') format('truetype'), url('@{slick-font-path}slick.svg#slick') format('svg');
}*/
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: none;
  height: 40px;
  width: 40px;
  cursor: pointer;
  background: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  text-align: center;
}
.slick-prev:hover,
.slick-next:hover,
.slick-prev:focus,
.slick-next:focus {
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before,
.slick-next:hover:before,
.slick-prev:focus:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev:focus:before,
.slick-next:focus:before {
  color: black;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: "FontAwesome";
  font-size: 30px;
  color: #6b7882;
  opacity: 0.75;
  line-height: 40px;
  text-align: center;
}
.slick-prev {
  left: 0;
}
.slick-prev[dir="rtl"] {
  left: auto;
  right: 0;
}
.slick-prev:before {
  content: "\f104";
}
.slick-prev:before[dir="rtl"] {
  content: "\f105";
}
.slick-next {
  right: 0;
}
.slick-next[dir="rtl"] {
  left: 0;
  right: auto;
}
.slick-next:before {
  content: "\f105";
}
.slick-next:before[dir="rtl"] {
  content: "\f104";
}
/* Dots */
/*.slick-dotted .slick-slider {
    margin-bottom: 30px;
}*/
.slick-dots {
  position: absolute;
  margin-bottom: 0;
  bottom: -35px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:focus:before {
  color: black;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "\f192";
  width: 20px;
  height: 20px;
  font-family: "FontAwesome";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  text-shadow: 0px 0px 2px #000000;
}
.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}
.slick-dots li.slick-active button:hover:before,
.slick-dots li.slick-active button:focus:before {
  opacity: 1;
}
.slick-dots li.slick-active button:focus:before {
  color: black;
}
/* Focus box */
.slick-slide:focus {
  outline: none;
}
/* inline arrows and dots */
/*.slider-nav-container {
  position: absolute;
  top: 100%;
  bottom: auto;
  left: 0;
  right: 0;
  //z-index: 3;
  text-align: center;

  @media(max-width: @screen-xs-max) {
    font-size: 0.6875em;
  }

  > .slider-nav {
    display: inline-block;
    line-height: 1;
    position: relative;
    top: @slick-dot-distance-from-bottom;

    .slick-dots {
      margin: 0 10px;
      position: relative;
      top: auto;
      bottom: auto;
      width: auto;
      height: auto;
      left: auto;
      right: auto;
      display: inline-block;
      @media(max-width: @screen-xs-max){
        top: 0.125em;
      }
    }

    .slick-prev, .slick-next {
      position: relative;
      left: auto;
      right: auto;
      margin-top: 0;
      display: inline-block;
    }
    .slick-prev {
      float: left;
    }
    .slick-next {
      float: right;
    }
  }
}*/
.slide-item:not(:first-of-type) {
  display: none;
}
.slick-slider .slide-item {
  display: block;
}
select.bs-select-hidden,
select.selectpicker {
  display: none !important;
}
.bootstrap-select {
  width: 220px \0;
  /*IE9 and below*/
}
.bootstrap-select > .dropdown-toggle {
  width: 100%;
  padding-right: 25px;
  z-index: 1;
}
.bootstrap-select > .dropdown-toggle.bs-placeholder,
.bootstrap-select > .dropdown-toggle.bs-placeholder:hover,
.bootstrap-select > .dropdown-toggle.bs-placeholder:focus,
.bootstrap-select > .dropdown-toggle.bs-placeholder:active {
  color: #999;
}
.bootstrap-select > select {
  position: absolute !important;
  bottom: 0;
  left: 50%;
  display: block !important;
  width: 0.5px !important;
  height: 100% !important;
  padding: 0 !important;
  opacity: 0 !important;
  border: none;
}
.bootstrap-select > select.mobile-device {
  top: 0;
  left: 0;
  display: block !important;
  width: 100% !important;
  z-index: 2;
}
.has-error .bootstrap-select .dropdown-toggle,
.error .bootstrap-select .dropdown-toggle {
  border-color: #b94a48;
}
.bootstrap-select.fit-width {
  width: auto !important;
}
.bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
  width: 220px;
}
.bootstrap-select .dropdown-toggle:focus {
  outline: thin dotted #333333 !important;
  outline: 5px auto -webkit-focus-ring-color !important;
  outline-offset: -2px;
}
.bootstrap-select.form-control {
  margin-bottom: 0;
  padding: 0;
  border: none;
}
.bootstrap-select.form-control:not([class*="col-"]) {
  width: 100%;
}
.bootstrap-select.form-control.input-group-btn {
  z-index: auto;
}
.bootstrap-select.btn-group:not(.input-group-btn),
.bootstrap-select.btn-group[class*="col-"] {
  float: none;
  display: inline-block;
  margin-left: 0;
}
.bootstrap-select.btn-group.dropdown-menu-right,
.bootstrap-select.btn-group[class*="col-"].dropdown-menu-right,
.row .bootstrap-select.btn-group[class*="col-"].dropdown-menu-right {
  float: right;
}
.form-inline .bootstrap-select.btn-group,
.form-horizontal .bootstrap-select.btn-group,
.form-group .bootstrap-select.btn-group {
  margin-bottom: 0;
}
.form-group-lg .bootstrap-select.btn-group.form-control,
.form-group-sm .bootstrap-select.btn-group.form-control {
  padding: 0;
}
.form-inline .bootstrap-select.btn-group .form-control {
  width: 100%;
}
.bootstrap-select.btn-group.disabled,
.bootstrap-select.btn-group > .disabled {
  cursor: not-allowed;
}
.bootstrap-select.btn-group.disabled:focus,
.bootstrap-select.btn-group > .disabled:focus {
  outline: none !important;
}
.bootstrap-select.btn-group.bs-container {
  position: absolute;
}
.bootstrap-select.btn-group.bs-container .dropdown-menu {
  z-index: 1060;
}
.bootstrap-select.btn-group .dropdown-toggle .filter-option {
  display: inline-block;
  overflow: hidden;
  width: 100%;
  text-align: left;
}
.bootstrap-select.btn-group .dropdown-toggle .caret {
  position: absolute;
  top: 50%;
  right: 12px;
  margin-top: -2px;
  vertical-align: middle;
}
.bootstrap-select.btn-group[class*="col-"] .dropdown-toggle {
  width: 100%;
}
.bootstrap-select.btn-group .dropdown-menu {
  min-width: 100%;
  box-sizing: border-box;
}
.bootstrap-select.btn-group .dropdown-menu.inner {
  position: static;
  float: none;
  border: 0;
  padding: 0;
  margin: 0;
  border-radius: 0;
  box-shadow: none;
}
.bootstrap-select.btn-group .dropdown-menu li {
  position: relative;
}
.bootstrap-select.btn-group .dropdown-menu li.active small {
  color: #fff;
}
.bootstrap-select.btn-group .dropdown-menu li.disabled a {
  cursor: not-allowed;
}
.bootstrap-select.btn-group .dropdown-menu li a {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.bootstrap-select.btn-group .dropdown-menu li a.opt {
  position: relative;
  padding-left: 2.25em;
}
.bootstrap-select.btn-group .dropdown-menu li a span.check-mark {
  display: none;
}
.bootstrap-select.btn-group .dropdown-menu li a span.text {
  display: inline-block;
}
.bootstrap-select.btn-group .dropdown-menu li small {
  padding-left: 0.5em;
}
.bootstrap-select.btn-group .dropdown-menu .notify {
  position: absolute;
  bottom: 5px;
  width: 96%;
  margin: 0 2%;
  min-height: 26px;
  padding: 3px 5px;
  background: #f5f5f5;
  border: 1px solid #e3e3e3;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  pointer-events: none;
  opacity: 0.9;
  box-sizing: border-box;
}
.bootstrap-select.btn-group .no-results {
  padding: 3px;
  background: #f5f5f5;
  margin: 0 5px;
  white-space: nowrap;
}
.bootstrap-select.btn-group.fit-width .dropdown-toggle .filter-option {
  position: static;
}
.bootstrap-select.btn-group.fit-width .dropdown-toggle .caret {
  position: static;
  top: auto;
  margin-top: -1px;
}
.bootstrap-select.btn-group.show-tick .dropdown-menu li.selected a span.check-mark {
  position: absolute;
  display: inline-block;
  right: 15px;
  margin-top: 5px;
}
.bootstrap-select.btn-group.show-tick .dropdown-menu li a span.text {
  margin-right: 34px;
}
.bootstrap-select.show-menu-arrow.open > .dropdown-toggle {
  z-index: 1061;
}
.bootstrap-select.show-menu-arrow .dropdown-toggle:before {
  content: '';
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid rgba(204, 204, 204, 0.2);
  position: absolute;
  bottom: -4px;
  left: 9px;
  display: none;
}
.bootstrap-select.show-menu-arrow .dropdown-toggle:after {
  content: '';
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid white;
  position: absolute;
  bottom: -4px;
  left: 10px;
  display: none;
}
.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle:before {
  bottom: auto;
  top: -3px;
  border-top: 7px solid rgba(204, 204, 204, 0.2);
  border-bottom: 0;
}
.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle:after {
  bottom: auto;
  top: -3px;
  border-top: 6px solid white;
  border-bottom: 0;
}
.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle:before {
  right: 12px;
  left: auto;
}
.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle:after {
  right: 13px;
  left: auto;
}
.bootstrap-select.show-menu-arrow.open > .dropdown-toggle:before,
.bootstrap-select.show-menu-arrow.open > .dropdown-toggle:after {
  display: block;
}
.bs-searchbox,
.bs-actionsbox,
.bs-donebutton {
  padding: 4px 8px;
}
.bs-actionsbox {
  width: 100%;
  box-sizing: border-box;
}
.bs-actionsbox .btn-group button {
  width: 50%;
}
.bs-donebutton {
  float: left;
  width: 100%;
  box-sizing: border-box;
}
.bs-donebutton .btn-group button {
  width: 100%;
}
.bs-searchbox + .bs-actionsbox {
  padding: 0 8px 4px;
}
.bs-searchbox .form-control {
  margin-bottom: 0;
  width: 100%;
  float: none;
}
/*! =========================================================
 * bootstrap-slider.js
 *
 * Maintainers:
 *		Kyle Kemp
 *			- Twitter: @seiyria
 *			- Github:  seiyria
 *		Rohit Kalkur
 *			- Twitter: @Rovolutionary
 *			- Github:  rovolution
 *
 * =========================================================
 *
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 * ========================================================= */
.slider {
  display: inline-block;
  vertical-align: middle;
  position: relative;
}
.slider.slider-horizontal {
  width: 210px;
  height: 26px;
}
.slider.slider-horizontal .slider-track {
  height: 13px;
  width: 100%;
  margin-top: -6.5px;
  top: 50%;
  left: 0;
}
.slider.slider-horizontal .slider-selection,
.slider.slider-horizontal .slider-track-low,
.slider.slider-horizontal .slider-track-high {
  height: 100%;
  top: 0;
  bottom: 0;
}
.slider.slider-horizontal .slider-tick,
.slider.slider-horizontal .slider-handle {
  margin-left: -13px;
  margin-top: -6.5px;
}
.slider.slider-horizontal .slider-tick.triangle,
.slider.slider-horizontal .slider-handle.triangle {
  border-width: 0 13px 13px 13px;
  width: 0;
  height: 0;
  border-bottom-color: #0480be;
  margin-top: 0;
}
.slider.slider-horizontal .slider-tick-label-container {
  white-space: nowrap;
  margin-top: 26px;
}
.slider.slider-horizontal .slider-tick-label-container .slider-tick-label {
  padding-top: 26px * 0.2;
  display: inline-block;
  text-align: center;
}
.slider.slider-vertical {
  height: 210px;
  width: 26px;
}
.slider.slider-vertical .slider-track {
  width: 13px;
  height: 100%;
  margin-left: -6.5px;
  left: 50%;
  top: 0;
}
.slider.slider-vertical .slider-selection {
  width: 100%;
  left: 0;
  top: 0;
  bottom: 0;
}
.slider.slider-vertical .slider-track-low,
.slider.slider-vertical .slider-track-high {
  width: 100%;
  left: 0;
  right: 0;
}
.slider.slider-vertical .slider-tick,
.slider.slider-vertical .slider-handle {
  margin-left: -6.5px;
  margin-top: -13px;
}
.slider.slider-vertical .slider-tick.triangle,
.slider.slider-vertical .slider-handle.triangle {
  border-width: 13px 0 13px 13px;
  width: 1px;
  height: 1px;
  border-left-color: #0480be;
  margin-left: 0;
}
.slider.slider-vertical .slider-tick-label-container {
  white-space: nowrap;
}
.slider.slider-vertical .slider-tick-label-container .slider-tick-label {
  padding-left: 26px * 0.2;
}
.slider.slider-disabled .slider-handle {
  background-image: -webkit-linear-gradient(top, #dfdfdf 0%, #bebebe 100%);
  background-image: -o-linear-gradient(top, #dfdfdf 0%, #bebebe 100%);
  background-image: linear-gradient(to bottom, #dfdfdf 0%, #bebebe 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdfdfdf', endColorstr='#ffbebebe', GradientType=0);
}
.slider.slider-disabled .slider-track {
  background-image: -webkit-linear-gradient(top, #e5e5e5 0%, #e9e9e9 100%);
  background-image: -o-linear-gradient(top, #e5e5e5 0%, #e9e9e9 100%);
  background-image: linear-gradient(to bottom, #e5e5e5 0%, #e9e9e9 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe5e5e5', endColorstr='#ffe9e9e9', GradientType=0);
  cursor: not-allowed;
}
.slider input {
  display: none;
}
.slider .tooltip.top {
  margin-top: -36px;
}
.slider .tooltip-inner {
  white-space: nowrap;
  max-width: none;
}
.slider .hide {
  display: none;
}
.slider-track {
  position: absolute;
  cursor: pointer;
  background-image: -webkit-linear-gradient(top, #f5f5f5 0%, #f9f9f9 100%);
  background-image: -o-linear-gradient(top, #f5f5f5 0%, #f9f9f9 100%);
  background-image: linear-gradient(to bottom, #f5f5f5 0%, #f9f9f9 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#fff9f9f9', GradientType=0);
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  border-radius: 3px;
}
.slider-selection {
  position: absolute;
  background-image: -webkit-linear-gradient(top, #f9f9f9 0%, #f5f5f5 100%);
  background-image: -o-linear-gradient(top, #f9f9f9 0%, #f5f5f5 100%);
  background-image: linear-gradient(to bottom, #f9f9f9 0%, #f5f5f5 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff9f9f9', endColorstr='#fff5f5f5', GradientType=0);
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 3px;
}
.slider-selection.tick-slider-selection {
  background-image: -webkit-linear-gradient(top, #89cdef 0%, #81bfde 100%);
  background-image: -o-linear-gradient(top, #89cdef 0%, #81bfde 100%);
  background-image: linear-gradient(to bottom, #89cdef 0%, #81bfde 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff89cdef', endColorstr='#ff81bfde', GradientType=0);
}
.slider-track-low,
.slider-track-high {
  position: absolute;
  background: transparent;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 3px;
}
.slider-handle {
  position: absolute;
  width: 26px;
  height: 26px;
  background-color: #337ab7;
  background-image: -webkit-linear-gradient(top, #149bdf 0%, #0480be 100%);
  background-image: -o-linear-gradient(top, #149bdf 0%, #0480be 100%);
  background-image: linear-gradient(to bottom, #149bdf 0%, #0480be 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff149bdf', endColorstr='#ff0480be', GradientType=0);
  filter: none;
  -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  border: 0px solid transparent;
}
.slider-handle.round {
  border-radius: 50%;
}
.slider-handle.triangle {
  background: transparent none;
}
.slider-handle.custom {
  background: transparent none;
}
.slider-handle.custom::before {
  line-height: 26px;
  font-size: 20px;
  content: '\2605';
  color: #726204;
}
.slider-tick {
  position: absolute;
  width: 26px;
  height: 26px;
  background-image: -webkit-linear-gradient(top, #f9f9f9 0%, #f5f5f5 100%);
  background-image: -o-linear-gradient(top, #f9f9f9 0%, #f5f5f5 100%);
  background-image: linear-gradient(to bottom, #f9f9f9 0%, #f5f5f5 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff9f9f9', endColorstr='#fff5f5f5', GradientType=0);
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  filter: none;
  opacity: 0.8;
  border: 0px solid transparent;
}
.slider-tick.round {
  border-radius: 50%;
}
.slider-tick.triangle {
  background: transparent none;
}
.slider-tick.custom {
  background: transparent none;
}
.slider-tick.custom::before {
  line-height: 26px;
  font-size: 20px;
  content: '\2605';
  color: #726204;
}
.slider-tick.in-selection {
  background-image: -webkit-linear-gradient(top, #89cdef 0%, #81bfde 100%);
  background-image: -o-linear-gradient(top, #89cdef 0%, #81bfde 100%);
  background-image: linear-gradient(to bottom, #89cdef 0%, #81bfde 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff89cdef', endColorstr='#ff81bfde', GradientType=0);
  opacity: 1;
}
/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
}
.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}
.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box;
}
.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.mfp-align-top .mfp-container:before {
  display: none;
}
.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}
.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}
.mfp-ajax-cur {
  cursor: progress;
}
.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}
.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}
.mfp-auto-cursor .mfp-content {
  cursor: auto;
}
.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.mfp-loading.mfp-figure {
  display: none;
}
.mfp-hide {
  display: none !important;
}
.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}
.mfp-preloader a {
  color: #CCC;
}
.mfp-preloader a:hover {
  color: #FFF;
}
.mfp-s-ready .mfp-preloader {
  display: none;
}
.mfp-s-error .mfp-content {
  display: none;
}
button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation;
}
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}
.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}
.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
}
.mfp-close:active {
  top: 1px;
}
.mfp-close-btn-in .mfp-close {
  color: #333;
}
.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}
.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}
.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}
.mfp-arrow:active {
  margin-top: -54px;
}
.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
}
.mfp-arrow:before,
.mfp-arrow:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}
.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}
.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}
.mfp-arrow-left {
  left: 0;
}
.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}
.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}
.mfp-arrow-right {
  right: 0;
}
.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}
.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F;
}
.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}
.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}
.mfp-iframe-holder .mfp-close {
  top: -40px;
}
.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}
.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}
/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}
/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}
.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}
.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}
.mfp-figure figure {
  margin: 0;
}
.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}
.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}
.mfp-image-holder .mfp-content {
  max-width: 100%;
}
.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}
@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
/*[class*="col-"] *:only-child {
  flex: 1 1 auto;
}*/
.row {
  display: flex;
  flex: 0 1 auto;
  flex-direction: row;
  flex-wrap: wrap;
}
.mod_flexbox .row:before,
.mod_flexbox .row:after {
  display: inherit;
}
.row.reverse {
  flex-direction: row-reverse;
}
.col.reverse {
  flex-direction: column-reverse;
}
.flex-col {
  display: flex;
  flex-flow: column nowrap;
  flex: 1 1 auto;
}
.flex-col > div {
  flex: 1 1 auto;
}
[class*="col-"] {
  width: 100%;
}
.col-xs,
.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,
.col-xs-offset-0,
.col-xs-offset-1,
.col-xs-offset-2,
.col-xs-offset-3,
.col-xs-offset-4,
.col-xs-offset-5,
.col-xs-offset-6,
.col-xs-offset-7,
.col-xs-offset-8,
.col-xs-offset-9,
.col-xs-offset-10,
.col-xs-offset-11,
.col-xs-offset-12 {
  flex: 0 0 auto;
}
.col-xs {
  flex-grow: 1;
  flex-basis: 0;
  max-width: 100%;
}
.col-xs-1 {
  flex-basis: 8.333%;
  max-width: 8.333%;
}
.col-xs-2 {
  flex-basis: 16.666%;
  max-width: 16.666%;
}
.col-xs-3 {
  flex-basis: 25%;
  max-width: 25%;
}
.col-xs-4 {
  flex-basis: 33.333%;
  max-width: 33.333%;
}
.col-xs-5 {
  flex-basis: 41.667%;
  max-width: 41.667%;
}
.col-xs-6 {
  flex-basis: 50%;
  max-width: 50%;
}
.col-xs-7 {
  flex-basis: 58.333%;
  max-width: 58.333%;
}
.col-xs-8 {
  flex-basis: 66.667%;
  max-width: 66.667%;
}
.col-xs-9 {
  flex-basis: 75%;
  max-width: 75%;
}
.col-xs-10 {
  flex-basis: 83.333%;
  max-width: 83.333%;
}
.col-xs-11 {
  flex-basis: 91.667%;
  max-width: 91.667%;
}
.col-xs-12 {
  flex-basis: 100%;
  max-width: 100%;
}
/*.col-xs-offset-0 {
  margin-left: 0;
}

.col-xs-offset-1 {
  margin-left: 8.333%;
}

.col-xs-offset-2 {
  margin-left: 16.666%;
}

.col-xs-offset-3 {
  margin-left: 25%;
}

.col-xs-offset-4 {
  margin-left: 33.333%;
}

.col-xs-offset-5 {
  margin-left: 41.667%;
}

.col-xs-offset-6 {
  margin-left: 50%;
}

.col-xs-offset-7 {
  margin-left: 58.333%;
}

.col-xs-offset-8 {
  margin-left: 66.667%;
}

.col-xs-offset-9 {
  margin-left: 75%;
}

.col-xs-offset-10 {
  margin-left: 83.333%;
}

.col-xs-offset-11 {
  margin-left: 91.667%;
}*/
.start-xs {
  justify-content: flex-start;
  text-align: start;
}
.center-xs {
  justify-content: center;
  text-align: center;
}
.end-xs {
  justify-content: flex-end;
  text-align: end;
}
.top-xs {
  align-items: flex-start;
}
.middle-xs {
  align-items: center;
}
.bottom-xs {
  align-items: flex-end;
}
.around-xs {
  justify-content: space-around;
}
.between-xs {
  justify-content: space-between;
}
.first-xs {
  order: -1;
}
.last-xs {
  order: 1;
}
@media (min-width: 768px) {
  .col-sm,
  .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,
  .col-sm-offset-0,
  .col-sm-offset-1,
  .col-sm-offset-2,
  .col-sm-offset-3,
  .col-sm-offset-4,
  .col-sm-offset-5,
  .col-sm-offset-6,
  .col-sm-offset-7,
  .col-sm-offset-8,
  .col-sm-offset-9,
  .col-sm-offset-10,
  .col-sm-offset-11,
  .col-sm-offset-12 {
    flex: 0 0 auto;
  }
  .col-sm {
    flex-grow: 1;
    flex-basis: 0;
    max-width: 100%;
  }
  .col-sm-1 {
    flex-basis: 8.333%;
    max-width: 8.333%;
  }
  .col-sm-2 {
    flex-basis: 16.666%;
    max-width: 16.666%;
  }
  .col-sm-3 {
    flex-basis: 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    flex-basis: 33.333%;
    max-width: 33.333%;
  }
  .col-sm-5 {
    flex-basis: 41.667%;
    max-width: 41.667%;
  }
  .col-sm-6 {
    flex-basis: 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    flex-basis: 58.333%;
    max-width: 58.333%;
  }
  .col-sm-8 {
    flex-basis: 66.667%;
    max-width: 66.667%;
  }
  .col-sm-9 {
    flex-basis: 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    flex-basis: 83.333%;
    max-width: 83.333%;
  }
  .col-sm-11 {
    flex-basis: 91.667%;
    max-width: 91.667%;
  }
  .col-sm-12 {
    flex-basis: 100%;
    max-width: 100%;
  }
  .col-sm-offset-0 {
    margin-left: 0;
  }
  .col-sm-offset-1 {
    margin-left: 8.333%;
  }
  .col-sm-offset-2 {
    margin-left: 16.666%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-4 {
    margin-left: 33.333%;
  }
  .col-sm-offset-5 {
    margin-left: 41.667%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-7 {
    margin-left: 58.333%;
  }
  .col-sm-offset-8 {
    margin-left: 66.667%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-10 {
    margin-left: 83.333%;
  }
  .col-sm-offset-11 {
    margin-left: 91.667%;
  }
  .start-sm {
    justify-content: flex-start;
    text-align: start;
  }
  .center-sm {
    justify-content: center;
    text-align: center;
  }
  .end-sm {
    justify-content: flex-end;
    text-align: end;
  }
  .top-sm {
    align-items: flex-start;
  }
  .middle-sm {
    align-items: center;
  }
  .bottom-sm {
    align-items: flex-end;
  }
  .around-sm {
    justify-content: space-around;
  }
  .between-sm {
    justify-content: space-between;
  }
  .first-sm {
    order: -1;
  }
  .last-sm {
    order: 1;
  }
}
@media (min-width: 992px) {
  .col-md,
  .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,
  .col-md-offset-0,
  .col-md-offset-1,
  .col-md-offset-2,
  .col-md-offset-3,
  .col-md-offset-4,
  .col-md-offset-5,
  .col-md-offset-6,
  .col-md-offset-7,
  .col-md-offset-8,
  .col-md-offset-9,
  .col-md-offset-10,
  .col-md-offset-11,
  .col-md-offset-12 {
    flex: 0 0 auto;
  }
  .col-md {
    flex-grow: 1;
    flex-basis: 0;
    max-width: 100%;
  }
  .col-md-1 {
    flex-basis: 8.333%;
    max-width: 8.333%;
  }
  .col-md-2 {
    flex-basis: 16.666%;
    max-width: 16.666%;
  }
  .col-md-3 {
    flex-basis: 25%;
    max-width: 25%;
  }
  .col-md-4 {
    flex-basis: 33.333%;
    max-width: 33.333%;
  }
  .col-md-5 {
    flex-basis: 41.667%;
    max-width: 41.667%;
  }
  .col-md-6 {
    flex-basis: 50%;
    max-width: 50%;
  }
  .col-md-7 {
    flex-basis: 58.333%;
    max-width: 58.333%;
  }
  .col-md-8 {
    flex-basis: 66.667%;
    max-width: 66.667%;
  }
  .col-md-9 {
    flex-basis: 75%;
    max-width: 75%;
  }
  .col-md-10 {
    flex-basis: 83.333%;
    max-width: 83.333%;
  }
  .col-md-11 {
    flex-basis: 91.667%;
    max-width: 91.667%;
  }
  .col-md-12 {
    flex-basis: 100%;
    max-width: 100%;
  }
  /*.col-md-offset-0 {
    margin-left: 0;
  }

  .col-md-offset-1 {
    margin-left: 8.333%;
  }

  .col-md-offset-2 {
    margin-left: 16.666%;
  }

  .col-md-offset-3 {
    margin-left: 25%;
  }

  .col-md-offset-4 {
    margin-left: 33.333%;
  }

  .col-md-offset-5 {
    margin-left: 41.667%;
  }

  .col-md-offset-6 {
    margin-left: 50%;
  }

  .col-md-offset-7 {
    margin-left: 58.333%;
  }

  .col-md-offset-8 {
    margin-left: 66.667%;
  }

  .col-md-offset-9 {
    margin-left: 75%;
  }

  .col-md-offset-10 {
    margin-left: 83.333%;
  }

  .col-md-offset-11 {
    margin-left: 91.667%;
  }*/
  .start-md {
    justify-content: flex-start;
    text-align: start;
  }
  .center-md {
    justify-content: center;
    text-align: center;
  }
  .end-md {
    justify-content: flex-end;
    text-align: end;
  }
  .top-md {
    align-items: flex-start;
  }
  .middle-md {
    align-items: center;
  }
  .bottom-md {
    align-items: flex-end;
  }
  .around-md {
    justify-content: space-around;
  }
  .between-md {
    justify-content: space-between;
  }
  .first-md {
    order: -1;
  }
  .last-md {
    order: 1;
  }
}
@media (min-width: 1200px) {
  .col-lg,
  .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,
  .col-lg-offset-0,
  .col-lg-offset-1,
  .col-lg-offset-2,
  .col-lg-offset-3,
  .col-lg-offset-4,
  .col-lg-offset-5,
  .col-lg-offset-6,
  .col-lg-offset-7,
  .col-lg-offset-8,
  .col-lg-offset-9,
  .col-lg-offset-10,
  .col-lg-offset-11,
  .col-lg-offset-12 {
    flex: 0 0 auto;
  }
  .col-lg {
    flex-grow: 1;
    flex-basis: 0;
    max-width: 100%;
  }
  .col-lg-1 {
    flex-basis: 8.333%;
    max-width: 8.333%;
  }
  .col-lg-2 {
    flex-basis: 16.666%;
    max-width: 16.666%;
  }
  .col-lg-3 {
    flex-basis: 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    flex-basis: 33.333%;
    max-width: 33.333%;
  }
  .col-lg-5 {
    flex-basis: 41.667%;
    max-width: 41.667%;
  }
  .col-lg-6 {
    flex-basis: 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    flex-basis: 58.333%;
    max-width: 58.333%;
  }
  .col-lg-8 {
    flex-basis: 66.667%;
    max-width: 66.667%;
  }
  .col-lg-9 {
    flex-basis: 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    flex-basis: 83.333%;
    max-width: 83.333%;
  }
  .col-lg-11 {
    flex-basis: 91.667%;
    max-width: 91.667%;
  }
  .col-lg-12 {
    flex-basis: 100%;
    max-width: 100%;
  }
  /*.col-lg-offset-0 {
    margin-left: 0;
  }

  .col-lg-offset-1 {
    margin-left: 8.333%;
  }

  .col-lg-offset-2 {
    margin-left: 16.666%;
  }

  .col-lg-offset-3 {
    margin-left: 25%;
  }

  .col-lg-offset-4 {
    margin-left: 33.333%;
  }

  .col-lg-offset-5 {
    margin-left: 41.667%;
  }

  .col-lg-offset-6 {
    margin-left: 50%;
  }

  .col-lg-offset-7 {
    margin-left: 58.333%;
  }

  .col-lg-offset-8 {
    margin-left: 66.667%;
  }

  .col-lg-offset-9 {
    margin-left: 75%;
  }

  .col-lg-offset-10 {
    margin-left: 83.333%;
  }

  .col-lg-offset-11 {
    margin-left: 91.667%;
  }*/
  .start-lg {
    justify-content: flex-start;
    text-align: start;
  }
  .center-lg {
    justify-content: center;
    text-align: center;
  }
  .end-lg {
    justify-content: flex-end;
    text-align: end;
  }
  .top-lg {
    align-items: flex-start;
  }
  .middle-lg {
    align-items: center;
  }
  .bottom-lg {
    align-items: flex-end;
  }
  .around-lg {
    justify-content: space-around;
  }
  .between-lg {
    justify-content: space-between;
  }
  .first-lg {
    order: -1;
  }
  .last-lg {
    order: 1;
  }
}
/*
        This font software is the property of Commercial Type.

        You may not modify the font software, use it on another website, or install it on a computer.

        License information is available at http://commercialtype.com/eula
        For more information please visit Commercial Type at http://commercialtype.com or email us at info[at]commercialtype.com

        Copyright (C) 2013 Schwartzco Inc.
        License: 1307-YEBGTH     
*/
@font-face {
  font-family: 'Stag Sans Web';
  src: url('../fonts/StagSans-Thin-Web.eot');
  src: url('../fonts/StagSans-Thin-Web.eot?#iefix') format('embedded-opentype'), url('../fonts/StagSans-Thin-Web.woff') format('woff'), url('../fonts/StagSans-Thin-Web.ttf') format('truetype'), url('../fonts/StagSans-Thin-Web.svg#Stag Sans Web') format('svg');
  font-weight: 100;
  font-style: normal;
  font-stretch: normal;
}
.StagSans-Thin-Web {
  font-family: 'Stag Sans Web';
  font-weight: 100;
  font-style: normal;
  font-stretch: normal;
}
@font-face {
  font-family: 'Stag Sans Web';
  src: url('../fonts/StagSans-ThinItalic-Web.eot');
  src: url('../fonts/StagSans-ThinItalic-Web.eot?#iefix') format('embedded-opentype'), url('../fonts/StagSans-ThinItalic-Web.woff') format('woff'), url('../fonts/StagSans-ThinItalic-Web.ttf') format('truetype'), url('../fonts/StagSans-ThinItalic-Web.svg#Stag Sans Web') format('svg');
  font-weight: 100;
  font-style: italic;
  font-stretch: normal;
}
.StagSans-ThinItalic-Web {
  font-family: 'Stag Sans Web';
  font-weight: 100;
  font-style: italic;
  font-stretch: normal;
}
@font-face {
  font-family: 'Stag Sans Web';
  src: url('../fonts/StagSans-Light-Web.eot');
  src: url('../fonts/StagSans-Light-Web.eot?#iefix') format('embedded-opentype'), url('../fonts/StagSans-Light-Web.woff') format('woff'), url('../fonts/StagSans-Light-Web.ttf') format('truetype'), url('../fonts/StagSans-Light-Web.svg#Stag Sans Web') format('svg');
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
}
.StagSans-Light-Web {
  font-family: 'Stag Sans Web';
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
}
@font-face {
  font-family: 'Stag Sans Web';
  src: url('../fonts/StagSans-LightItalic-Web.eot');
  src: url('../fonts/StagSans-LightItalic-Web.eot?#iefix') format('embedded-opentype'), url('../fonts/StagSans-LightItalic-Web.woff') format('woff'), url('../fonts/StagSans-LightItalic-Web.ttf') format('truetype'), url('../fonts/StagSans-LightItalic-Web.svg#Stag Sans Web') format('svg');
  font-weight: 300;
  font-style: italic;
  font-stretch: normal;
}
.StagSans-LightItalic-Web {
  font-family: 'Stag Sans Web';
  font-weight: 300;
  font-style: italic;
  font-stretch: normal;
}
@font-face {
  font-family: 'Stag Sans Web';
  src: url('../fonts/StagSans-Book-Web.eot');
  src: url('../fonts/StagSans-Book-Web.eot?#iefix') format('embedded-opentype'), url('../fonts/StagSans-Book-Web.woff') format('woff'), url('../fonts/StagSans-Book-Web.ttf') format('truetype'), url('../fonts/StagSans-Book-Web.svg#Stag Sans Web') format('svg');
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
}
.StagSans-Book-Web {
  font-family: 'Stag Sans Book Web';
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
}
@font-face {
  font-family: 'Stag Sans Web';
  src: url('../fonts/StagSans-BookItalic-Web.eot');
  src: url('../fonts/StagSans-BookItalic-Web.eot?#iefix') format('embedded-opentype'), url('../fonts/StagSans-BookItalic-Web.woff') format('woff'), url('../fonts/StagSans-BookItalic-Web.ttf') format('truetype'), url('../fonts/StagSans-BookItalic-Web.svg#Stag Sans Web') format('svg');
  font-weight: 400;
  font-style: italic;
  font-stretch: normal;
}
.StagSans-BookItalic-Web {
  font-family: 'Stag Sans Book Web';
  font-weight: 400;
  font-style: italic;
  font-stretch: normal;
}
@font-face {
  font-family: 'Stag Sans Web';
  src: url('../fonts/StagSans-Medium-Web.eot');
  src: url('../fonts/StagSans-Medium-Web.eot?#iefix') format('embedded-opentype'), url('../fonts/StagSans-Medium-Web.woff') format('woff'), url('../fonts/StagSans-Medium-Web.ttf') format('truetype'), url('../fonts/StagSans-Medium-Web.svg#Stag Sans Web') format('svg');
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
}
.StagSans-Medium-Web {
  font-family: 'Stag Sans Web';
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
}
@font-face {
  font-family: 'Stag Sans Web';
  src: url('../fonts/StagSans-MediumItalic-Web.eot');
  src: url('../fonts/StagSans-MediumItalic-Web.eot?#iefix') format('embedded-opentype'), url('../fonts/StagSans-MediumItalic-Web.woff') format('woff'), url('../fonts/StagSans-MediumItalic-Web.ttf') format('truetype'), url('../fonts/StagSans-MediumItalic-Web.svg#Stag Sans Web') format('svg');
  font-weight: 500;
  font-style: italic;
  font-stretch: normal;
}
.StagSans-MediumItalic-Web {
  font-family: 'Stag Sans Web';
  font-weight: 500;
  font-style: italic;
  font-stretch: normal;
}
@font-face {
  font-family: 'Stag Sans Web';
  src: url('../fonts/StagSans-Semibold-Web.eot');
  src: url('../fonts/StagSans-Semibold-Web.eot?#iefix') format('embedded-opentype'), url('../fonts/StagSans-Semibold-Web.woff') format('woff'), url('../fonts/StagSans-Semibold-Web.ttf') format('truetype'), url('../fonts/StagSans-Semibold-Web.svg#Stag Sans Web') format('svg');
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
}
.StagSans-Semibold-Web {
  font-family: 'Stag Sans Web';
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
}
@font-face {
  font-family: 'Stag Sans Web';
  src: url('../fonts/StagSans-SemiboldItalic-Web.eot');
  src: url('../fonts/StagSans-SemiboldItalic-Web.eot?#iefix') format('embedded-opentype'), url('../fonts/StagSans-SemiboldItalic-Web.woff') format('woff'), url('../fonts/StagSans-SemiboldItalic-Web.ttf') format('truetype'), url('../fonts/StagSans-SemiboldItalic-Web.svg#Stag Sans Web') format('svg');
  font-weight: 600;
  font-style: italic;
  font-stretch: normal;
}
.StagSans-SemiboldItalic-Web {
  font-family: 'Stag Sans Web';
  font-weight: 600;
  font-style: italic;
  font-stretch: normal;
}
@font-face {
  font-family: 'Stag Sans Web';
  src: url('../fonts/StagSans-Bold-Web.eot');
  src: url('../fonts/StagSans-Bold-Web.eot?#iefix') format('embedded-opentype'), url('../fonts/StagSans-Bold-Web.woff') format('woff'), url('../fonts/StagSans-Bold-Web.ttf') format('truetype'), url('../fonts/StagSans-Bold-Web.svg#Stag Sans Web') format('svg');
  font-weight: 700;
  font-style: normal;
  font-stretch: normal;
}
.StagSans-Bold-Web {
  font-family: 'Stag Sans Web';
  font-weight: 700;
  font-style: normal;
  font-stretch: normal;
}
@font-face {
  font-family: 'Stag Sans Web';
  src: url('../fonts/StagSans-BoldItalic-Web.eot');
  src: url('../fonts/StagSans-BoldItalic-Web.eot?#iefix') format('embedded-opentype'), url('../fonts/StagSans-BoldItalic-Web.woff') format('woff'), url('../fonts/StagSans-BoldItalic-Web.ttf') format('truetype'), url('../fonts/StagSans-BoldItalic-Web.svg#Stag Sans Web') format('svg');
  font-weight: 700;
  font-style: italic;
  font-stretch: normal;
}
.StagSans-BoldItalic-Web {
  font-family: 'Stag Sans Web';
  font-weight: 700;
  font-style: italic;
  font-stretch: normal;
}
@font-face {
  font-family: 'Stag Sans Web';
  src: url('../fonts/StagSans-Black-Web.eot');
  src: url('../fonts/StagSans-Black-Web.eot?#iefix') format('embedded-opentype'), url('../fonts/StagSans-Black-Web.woff') format('woff'), url('../fonts/StagSans-Black-Web.ttf') format('truetype'), url('../fonts/StagSans-Black-Web.svg#Stag Sans Web') format('svg');
  font-weight: 900;
  font-style: normal;
  font-stretch: normal;
}
.StagSans-Black-Web {
  font-family: 'Stag Sans Web';
  font-weight: 900;
  font-style: normal;
  font-stretch: normal;
}
@font-face {
  font-family: 'Stag Sans Web';
  src: url('../fonts/StagSans-BlackItalic-Web.eot');
  src: url('../fonts/StagSans-BlackItalic-Web.eot?#iefix') format('embedded-opentype'), url('../fonts/StagSans-BlackItalic-Web.woff') format('woff'), url('../fonts/StagSans-BlackItalic-Web.ttf') format('truetype'), url('../fonts/StagSans-BlackItalic-Web.svg#Stag Sans Web') format('svg');
  font-weight: 900;
  font-style: italic;
  font-stretch: normal;
}
.StagSans-BlackItalic-Web {
  font-family: 'Stag Sans Web';
  font-weight: 900;
  font-style: italic;
  font-stretch: normal;
}
@font-face {
  font-family: 'Stag Web';
  src: url('../fonts/Stag-BlackItalic-Web.eot');
  src: url('../fonts/Stag-BlackItalic-Web.eot?#iefix') format('embedded-opentype'), url('../fonts/Stag-BlackItalic-Web.woff') format('woff');
  font-weight: 900;
  font-style: italic;
  font-stretch: normal;
}
.Stag-BlackItalic-Web {
  font-family: 'Stag Web';
  font-weight: 900;
  font-style: italic;
  font-stretch: normal;
}
@font-face {
  font-family: 'Stag Web';
  src: url('../fonts/Stag-Black-Web.eot');
  src: url('../fonts/Stag-Black-Web.eot?#iefix') format('embedded-opentype'), url('../fonts/Stag-Black-Web.woff') format('woff');
  font-weight: 900;
  font-style: normal;
  font-stretch: normal;
}
.Stag-Black-Web {
  font-family: 'Stag Web';
  font-weight: 900;
  font-style: normal;
  font-stretch: normal;
}
@font-face {
  font-family: 'Stag Web';
  src: url('../fonts/Stag-BoldItalic-Web.eot');
  src: url('../fonts/Stag-BoldItalic-Web.eot?#iefix') format('embedded-opentype'), url('../fonts/Stag-BoldItalic-Web.woff') format('woff');
  font-weight: 700;
  font-style: italic;
  font-stretch: normal;
}
.Stag-BoldItalic-Web {
  font-family: 'Stag Web';
  font-weight: 700;
  font-style: italic;
  font-stretch: normal;
}
@font-face {
  font-family: 'Stag Web';
  src: url('../fonts/Stag-Bold-Web.eot');
  src: url('../fonts/Stag-Bold-Web.eot?#iefix') format('embedded-opentype'), url('../fonts/Stag-Bold-Web.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-stretch: normal;
}
.Stag-Bold-Web {
  font-family: 'Stag Web';
  font-weight: 700;
  font-style: normal;
  font-stretch: normal;
}
@font-face {
  font-family: 'Stag Web';
  src: url('../fonts/Stag-SemiboldItalic-Web.eot');
  src: url('../fonts/Stag-SemiboldItalic-Web.eot?#iefix') format('embedded-opentype'), url('../fonts/Stag-SemiboldItalic-Web.woff') format('woff');
  font-weight: 600;
  font-style: italic;
  font-stretch: normal;
}
.Stag-SemiboldItalic-Web {
  font-family: 'Stag Web';
  font-weight: 600;
  font-style: italic;
  font-stretch: normal;
}
@font-face {
  font-family: 'Stag Web';
  src: url('../fonts/Stag-Semibold-Web.eot');
  src: url('../fonts/Stag-Semibold-Web.eot?#iefix') format('embedded-opentype'), url('../fonts/Stag-Semibold-Web.woff') format('woff');
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
}
.Stag-Semibold-Web {
  font-family: 'Stag Web';
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
}
@font-face {
  font-family: 'Stag Web';
  src: url('../fonts/Stag-MediumItalic-Web.eot');
  src: url('../fonts/Stag-MediumItalic-Web.eot?#iefix') format('embedded-opentype'), url('../fonts/Stag-MediumItalic-Web.woff') format('woff');
  font-weight: 500;
  font-style: italic;
  font-stretch: normal;
}
.Stag-MediumItalic-Web {
  font-family: 'Stag Web';
  font-weight: 500;
  font-style: italic;
  font-stretch: normal;
}
@font-face {
  font-family: 'Stag Web';
  src: url('../fonts/Stag-Medium-Web.eot');
  src: url('../fonts/Stag-Medium-Web.eot?#iefix') format('embedded-opentype'), url('../fonts/Stag-Medium-Web.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
}
.Stag-Medium-Web {
  font-family: 'Stag Web';
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
}
@font-face {
  font-family: 'Stag Web';
  src: url('../fonts/Stag-BookItalic-Web.eot');
  src: url('../fonts/Stag-BookItalic-Web.eot?#iefix') format('embedded-opentype'), url('../fonts/Stag-BookItalic-Web.woff') format('woff');
  font-weight: 400;
  font-style: italic;
  font-stretch: normal;
}
.Stag-BookItalic-Web {
  font-family: 'Stag Web';
  font-weight: 400;
  font-style: italic;
  font-stretch: normal;
}
@font-face {
  font-family: 'Stag Web';
  src: url('../fonts/Stag-Book-Web.eot');
  src: url('../fonts/Stag-Book-Web.eot?#iefix') format('embedded-opentype'), url('../fonts/Stag-Book-Web.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
}
.Stag-Book-Web {
  font-family: 'Stag Web';
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
}
@font-face {
  font-family: 'Stag Web';
  src: url('../fonts/Stag-LightItalic-Web.eot');
  src: url('../fonts/Stag-LightItalic-Web.eot?#iefix') format('embedded-opentype'), url('../fonts/Stag-LightItalic-Web.woff') format('woff');
  font-weight: 300;
  font-style: italic;
  font-stretch: normal;
}
.Stag-LightItalic-Web {
  font-family: 'Stag Web';
  font-weight: 300;
  font-style: italic;
  font-stretch: normal;
}
@font-face {
  font-family: 'Stag Web';
  src: url('../fonts/Stag-Light-Web.eot');
  src: url('../fonts/Stag-Light-Web.eot?#iefix') format('embedded-opentype'), url('../fonts/Stag-Light-Web.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
}
.Stag-Light-Web {
  font-family: 'Stag Web';
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
}
@font-face {
  font-family: 'Stag Web';
  src: url('../fonts/Stag-ThinItalic-Web.eot');
  src: url('../fonts/Stag-ThinItalic-Web.eot?#iefix') format('embedded-opentype'), url('../fonts/Stag-ThinItalic-Web.woff') format('woff');
  font-weight: 100;
  font-style: italic;
  font-stretch: normal;
}
.Stag-ThinItalic-Web {
  font-family: 'Stag Web';
  font-weight: 100;
  font-style: italic;
  font-stretch: normal;
}
@font-face {
  font-family: 'Stag Web';
  src: url('../fonts/Stag-Thin-Web.eot');
  src: url('../fonts/Stag-Thin-Web.eot?#iefix') format('embedded-opentype'), url('../fonts/Stag-Thin-Web.woff') format('woff');
  font-weight: 100;
  font-style: normal;
  font-stretch: normal;
}
.Stag-Thin-Web {
  font-family: 'Stag Web';
  font-weight: 100;
  font-style: normal;
  font-stretch: normal;
}
.subtle-bg {
  background: #f4f7f9;
}
.subtle-bg .small-subtle,
.subtle-bg .text-muted {
  color: #65737e;
}
.breakout-bg {
  background: #E9EEF2;
}
.breakout-bg .small-subtle,
.breakout-bg .text-muted {
  color: #606d75;
}
.breakout,
.breakout-lg,
.breakout-sm {
  background: #E9EEF2;
  padding: 15px;
  margin-bottom: 26px;
}
.breakout .small-subtle,
.breakout .text-muted,
.breakout-lg .small-subtle,
.breakout-lg .text-muted,
.breakout-sm .small-subtle,
.breakout-sm .text-muted {
  color: #606d75;
}
.breakout .accordion .panel .panel-heading[aria-expanded="true"],
.breakout .accordion .panel .panel-body,
.breakout-lg .accordion .panel .panel-heading[aria-expanded="true"],
.breakout-lg .accordion .panel .panel-body,
.breakout-sm .accordion .panel .panel-heading[aria-expanded="true"],
.breakout-sm .accordion .panel .panel-body {
  background: transparent;
}
.breakout .accordion .panel-heading:hover,
.breakout-lg .accordion .panel-heading:hover,
.breakout-sm .accordion .panel-heading:hover {
  background: #f4f7f9;
}
.remove-children-vertical-margin > *:first-child,
.banner-primary-content > *:first-child,
.banner-secondary-content > *:first-child {
  margin-top: 0;
}
.remove-children-vertical-margin > *:last-child,
.banner-primary-content > *:last-child,
.banner-secondary-content > *:last-child {
  margin-bottom: 0;
}
.fix-btn-anchor-colors a.btn-primary,
.fix-btn-anchor-colors button.btn-primary,
.fix-btn-anchor-colors *.btn-primary,
.fix-btn-anchor-colors a.btn-primary:visited,
.fix-btn-anchor-colors button.btn-primary:visited,
.fix-btn-anchor-colors *.btn-primary:visited,
.footer-sitemap-section a.btn-primary,
.footer-sitemap-section button.btn-primary,
.footer-sitemap-section *.btn-primary,
.footer-sitemap-section a.btn-primary:visited,
.footer-sitemap-section button.btn-primary:visited,
.footer-sitemap-section *.btn-primary:visited,
.photo-bg .module-footer a.btn-primary,
.photo-bg .module-footer button.btn-primary,
.photo-bg .module-footer *.btn-primary,
.photo-bg .module-footer a.btn-primary:visited,
.photo-bg .module-footer button.btn-primary:visited,
.photo-bg .module-footer *.btn-primary:visited,
.dark-bg a.btn-primary,
.dark-bg button.btn-primary,
.dark-bg *.btn-primary,
.dark-bg a.btn-primary:visited,
.dark-bg button.btn-primary:visited,
.dark-bg *.btn-primary:visited,
.dark-bg .tile a.btn-primary,
.dark-bg .tile button.btn-primary,
.dark-bg .tile *.btn-primary,
.dark-bg .tile a.btn-primary:visited,
.dark-bg .tile button.btn-primary:visited,
.dark-bg .tile *.btn-primary:visited,
.dark-bg .strong-bg a.btn-primary,
.dark-bg .strong-bg button.btn-primary,
.dark-bg .strong-bg *.btn-primary,
.dark-bg .strong-bg a.btn-primary:visited,
.dark-bg .strong-bg button.btn-primary:visited,
.dark-bg .strong-bg *.btn-primary:visited,
.brand-bg a.btn-primary,
.brand-bg button.btn-primary,
.brand-bg *.btn-primary,
.brand-bg a.btn-primary:visited,
.brand-bg button.btn-primary:visited,
.brand-bg *.btn-primary:visited,
.brand-bg.breakout a.btn-primary,
.brand-bg.breakout button.btn-primary,
.brand-bg.breakout *.btn-primary,
.brand-bg.breakout a.btn-primary:visited,
.brand-bg.breakout button.btn-primary:visited,
.brand-bg.breakout *.btn-primary:visited,
.brand-bg.tile a.btn-primary,
.brand-bg.tile button.btn-primary,
.brand-bg.tile *.btn-primary,
.brand-bg.tile a.btn-primary:visited,
.brand-bg.tile button.btn-primary:visited,
.brand-bg.tile *.btn-primary:visited,
.dark-bg .breakout a.btn-primary,
.dark-bg .breakout button.btn-primary,
.dark-bg .breakout *.btn-primary,
.dark-bg .breakout a.btn-primary:visited,
.dark-bg .breakout button.btn-primary:visited,
.dark-bg .breakout *.btn-primary:visited,
.brand-bg.breakout a.btn-primary,
.brand-bg.breakout button.btn-primary,
.brand-bg.breakout *.btn-primary,
.brand-bg.breakout a.btn-primary:visited,
.brand-bg.breakout button.btn-primary:visited,
.brand-bg.breakout *.btn-primary:visited,
.breakout.strong-bg a.btn-primary,
.breakout.strong-bg button.btn-primary,
.breakout.strong-bg *.btn-primary,
.breakout.strong-bg a.btn-primary:visited,
.breakout.strong-bg button.btn-primary:visited,
.breakout.strong-bg *.btn-primary:visited,
.breakout.strong-bg .tile a.btn-primary,
.breakout.strong-bg .tile button.btn-primary,
.breakout.strong-bg .tile *.btn-primary,
.breakout.strong-bg .tile a.btn-primary:visited,
.breakout.strong-bg .tile button.btn-primary:visited,
.breakout.strong-bg .tile *.btn-primary:visited,
.breakout.strong-bg .strong-bg a.btn-primary,
.breakout.strong-bg .strong-bg button.btn-primary,
.breakout.strong-bg .strong-bg *.btn-primary,
.breakout.strong-bg .strong-bg a.btn-primary:visited,
.breakout.strong-bg .strong-bg button.btn-primary:visited,
.breakout.strong-bg .strong-bg *.btn-primary:visited,
.brand-bg.breakout-lg a.btn-primary,
.brand-bg.breakout-lg button.btn-primary,
.brand-bg.breakout-lg *.btn-primary,
.brand-bg.breakout-lg a.btn-primary:visited,
.brand-bg.breakout-lg button.btn-primary:visited,
.brand-bg.breakout-lg *.btn-primary:visited,
.brand-bg.breakout-sm a.btn-primary,
.brand-bg.breakout-sm button.btn-primary,
.brand-bg.breakout-sm *.btn-primary,
.brand-bg.breakout-sm a.btn-primary:visited,
.brand-bg.breakout-sm button.btn-primary:visited,
.brand-bg.breakout-sm *.btn-primary:visited,
.dark-bg .breakout-lg a.btn-primary,
.dark-bg .breakout-lg button.btn-primary,
.dark-bg .breakout-lg *.btn-primary,
.dark-bg .breakout-lg a.btn-primary:visited,
.dark-bg .breakout-lg button.btn-primary:visited,
.dark-bg .breakout-lg *.btn-primary:visited,
.brand-bg.breakout-lg a.btn-primary,
.brand-bg.breakout-lg button.btn-primary,
.brand-bg.breakout-lg *.btn-primary,
.brand-bg.breakout-lg a.btn-primary:visited,
.brand-bg.breakout-lg button.btn-primary:visited,
.brand-bg.breakout-lg *.btn-primary:visited,
.breakout-lg.strong-bg a.btn-primary,
.breakout-lg.strong-bg button.btn-primary,
.breakout-lg.strong-bg *.btn-primary,
.breakout-lg.strong-bg a.btn-primary:visited,
.breakout-lg.strong-bg button.btn-primary:visited,
.breakout-lg.strong-bg *.btn-primary:visited,
.breakout-lg.strong-bg .tile a.btn-primary,
.breakout-lg.strong-bg .tile button.btn-primary,
.breakout-lg.strong-bg .tile *.btn-primary,
.breakout-lg.strong-bg .tile a.btn-primary:visited,
.breakout-lg.strong-bg .tile button.btn-primary:visited,
.breakout-lg.strong-bg .tile *.btn-primary:visited,
.breakout-lg.strong-bg .strong-bg a.btn-primary,
.breakout-lg.strong-bg .strong-bg button.btn-primary,
.breakout-lg.strong-bg .strong-bg *.btn-primary,
.breakout-lg.strong-bg .strong-bg a.btn-primary:visited,
.breakout-lg.strong-bg .strong-bg button.btn-primary:visited,
.breakout-lg.strong-bg .strong-bg *.btn-primary:visited,
.dark-bg .breakout-sm a.btn-primary,
.dark-bg .breakout-sm button.btn-primary,
.dark-bg .breakout-sm *.btn-primary,
.dark-bg .breakout-sm a.btn-primary:visited,
.dark-bg .breakout-sm button.btn-primary:visited,
.dark-bg .breakout-sm *.btn-primary:visited,
.brand-bg.breakout-sm a.btn-primary,
.brand-bg.breakout-sm button.btn-primary,
.brand-bg.breakout-sm *.btn-primary,
.brand-bg.breakout-sm a.btn-primary:visited,
.brand-bg.breakout-sm button.btn-primary:visited,
.brand-bg.breakout-sm *.btn-primary:visited,
.breakout-sm.strong-bg a.btn-primary,
.breakout-sm.strong-bg button.btn-primary,
.breakout-sm.strong-bg *.btn-primary,
.breakout-sm.strong-bg a.btn-primary:visited,
.breakout-sm.strong-bg button.btn-primary:visited,
.breakout-sm.strong-bg *.btn-primary:visited,
.breakout-sm.strong-bg .tile a.btn-primary,
.breakout-sm.strong-bg .tile button.btn-primary,
.breakout-sm.strong-bg .tile *.btn-primary,
.breakout-sm.strong-bg .tile a.btn-primary:visited,
.breakout-sm.strong-bg .tile button.btn-primary:visited,
.breakout-sm.strong-bg .tile *.btn-primary:visited,
.breakout-sm.strong-bg .strong-bg a.btn-primary,
.breakout-sm.strong-bg .strong-bg button.btn-primary,
.breakout-sm.strong-bg .strong-bg *.btn-primary,
.breakout-sm.strong-bg .strong-bg a.btn-primary:visited,
.breakout-sm.strong-bg .strong-bg button.btn-primary:visited,
.breakout-sm.strong-bg .strong-bg *.btn-primary:visited {
  color: #33424D;
}
.fix-btn-anchor-colors a.btn-primary:hover,
.fix-btn-anchor-colors button.btn-primary:hover,
.fix-btn-anchor-colors *.btn-primary:hover,
.fix-btn-anchor-colors a.btn-primary:visited:hover,
.fix-btn-anchor-colors button.btn-primary:visited:hover,
.fix-btn-anchor-colors *.btn-primary:visited:hover,
.fix-btn-anchor-colors a.btn-primary:focus,
.fix-btn-anchor-colors button.btn-primary:focus,
.fix-btn-anchor-colors *.btn-primary:focus,
.fix-btn-anchor-colors a.btn-primary:visited:focus,
.fix-btn-anchor-colors button.btn-primary:visited:focus,
.fix-btn-anchor-colors *.btn-primary:visited:focus,
.footer-sitemap-section a.btn-primary:hover,
.footer-sitemap-section button.btn-primary:hover,
.footer-sitemap-section *.btn-primary:hover,
.footer-sitemap-section a.btn-primary:visited:hover,
.footer-sitemap-section button.btn-primary:visited:hover,
.footer-sitemap-section *.btn-primary:visited:hover,
.footer-sitemap-section a.btn-primary:focus,
.footer-sitemap-section button.btn-primary:focus,
.footer-sitemap-section *.btn-primary:focus,
.footer-sitemap-section a.btn-primary:visited:focus,
.footer-sitemap-section button.btn-primary:visited:focus,
.footer-sitemap-section *.btn-primary:visited:focus,
.photo-bg .module-footer a.btn-primary:hover,
.photo-bg .module-footer button.btn-primary:hover,
.photo-bg .module-footer *.btn-primary:hover,
.photo-bg .module-footer a.btn-primary:visited:hover,
.photo-bg .module-footer button.btn-primary:visited:hover,
.photo-bg .module-footer *.btn-primary:visited:hover,
.photo-bg .module-footer a.btn-primary:focus,
.photo-bg .module-footer button.btn-primary:focus,
.photo-bg .module-footer *.btn-primary:focus,
.photo-bg .module-footer a.btn-primary:visited:focus,
.photo-bg .module-footer button.btn-primary:visited:focus,
.photo-bg .module-footer *.btn-primary:visited:focus,
.dark-bg a.btn-primary:hover,
.dark-bg button.btn-primary:hover,
.dark-bg *.btn-primary:hover,
.dark-bg a.btn-primary:visited:hover,
.dark-bg button.btn-primary:visited:hover,
.dark-bg *.btn-primary:visited:hover,
.dark-bg a.btn-primary:focus,
.dark-bg button.btn-primary:focus,
.dark-bg *.btn-primary:focus,
.dark-bg a.btn-primary:visited:focus,
.dark-bg button.btn-primary:visited:focus,
.dark-bg *.btn-primary:visited:focus,
.dark-bg .tile a.btn-primary:hover,
.dark-bg .tile button.btn-primary:hover,
.dark-bg .tile *.btn-primary:hover,
.dark-bg .tile a.btn-primary:visited:hover,
.dark-bg .tile button.btn-primary:visited:hover,
.dark-bg .tile *.btn-primary:visited:hover,
.dark-bg .tile a.btn-primary:focus,
.dark-bg .tile button.btn-primary:focus,
.dark-bg .tile *.btn-primary:focus,
.dark-bg .tile a.btn-primary:visited:focus,
.dark-bg .tile button.btn-primary:visited:focus,
.dark-bg .tile *.btn-primary:visited:focus,
.dark-bg .strong-bg a.btn-primary:hover,
.dark-bg .strong-bg button.btn-primary:hover,
.dark-bg .strong-bg *.btn-primary:hover,
.dark-bg .strong-bg a.btn-primary:visited:hover,
.dark-bg .strong-bg button.btn-primary:visited:hover,
.dark-bg .strong-bg *.btn-primary:visited:hover,
.dark-bg .strong-bg a.btn-primary:focus,
.dark-bg .strong-bg button.btn-primary:focus,
.dark-bg .strong-bg *.btn-primary:focus,
.dark-bg .strong-bg a.btn-primary:visited:focus,
.dark-bg .strong-bg button.btn-primary:visited:focus,
.dark-bg .strong-bg *.btn-primary:visited:focus,
.brand-bg a.btn-primary:hover,
.brand-bg button.btn-primary:hover,
.brand-bg *.btn-primary:hover,
.brand-bg a.btn-primary:visited:hover,
.brand-bg button.btn-primary:visited:hover,
.brand-bg *.btn-primary:visited:hover,
.brand-bg a.btn-primary:focus,
.brand-bg button.btn-primary:focus,
.brand-bg *.btn-primary:focus,
.brand-bg a.btn-primary:visited:focus,
.brand-bg button.btn-primary:visited:focus,
.brand-bg *.btn-primary:visited:focus,
.brand-bg.breakout a.btn-primary:hover,
.brand-bg.breakout button.btn-primary:hover,
.brand-bg.breakout *.btn-primary:hover,
.brand-bg.breakout a.btn-primary:visited:hover,
.brand-bg.breakout button.btn-primary:visited:hover,
.brand-bg.breakout *.btn-primary:visited:hover,
.brand-bg.breakout a.btn-primary:focus,
.brand-bg.breakout button.btn-primary:focus,
.brand-bg.breakout *.btn-primary:focus,
.brand-bg.breakout a.btn-primary:visited:focus,
.brand-bg.breakout button.btn-primary:visited:focus,
.brand-bg.breakout *.btn-primary:visited:focus,
.brand-bg.tile a.btn-primary:hover,
.brand-bg.tile button.btn-primary:hover,
.brand-bg.tile *.btn-primary:hover,
.brand-bg.tile a.btn-primary:visited:hover,
.brand-bg.tile button.btn-primary:visited:hover,
.brand-bg.tile *.btn-primary:visited:hover,
.brand-bg.tile a.btn-primary:focus,
.brand-bg.tile button.btn-primary:focus,
.brand-bg.tile *.btn-primary:focus,
.brand-bg.tile a.btn-primary:visited:focus,
.brand-bg.tile button.btn-primary:visited:focus,
.brand-bg.tile *.btn-primary:visited:focus,
.dark-bg .breakout a.btn-primary:hover,
.dark-bg .breakout button.btn-primary:hover,
.dark-bg .breakout *.btn-primary:hover,
.dark-bg .breakout a.btn-primary:visited:hover,
.dark-bg .breakout button.btn-primary:visited:hover,
.dark-bg .breakout *.btn-primary:visited:hover,
.dark-bg .breakout a.btn-primary:focus,
.dark-bg .breakout button.btn-primary:focus,
.dark-bg .breakout *.btn-primary:focus,
.dark-bg .breakout a.btn-primary:visited:focus,
.dark-bg .breakout button.btn-primary:visited:focus,
.dark-bg .breakout *.btn-primary:visited:focus,
.brand-bg.breakout a.btn-primary:hover,
.brand-bg.breakout button.btn-primary:hover,
.brand-bg.breakout *.btn-primary:hover,
.brand-bg.breakout a.btn-primary:visited:hover,
.brand-bg.breakout button.btn-primary:visited:hover,
.brand-bg.breakout *.btn-primary:visited:hover,
.brand-bg.breakout a.btn-primary:focus,
.brand-bg.breakout button.btn-primary:focus,
.brand-bg.breakout *.btn-primary:focus,
.brand-bg.breakout a.btn-primary:visited:focus,
.brand-bg.breakout button.btn-primary:visited:focus,
.brand-bg.breakout *.btn-primary:visited:focus,
.breakout.strong-bg a.btn-primary:hover,
.breakout.strong-bg button.btn-primary:hover,
.breakout.strong-bg *.btn-primary:hover,
.breakout.strong-bg a.btn-primary:visited:hover,
.breakout.strong-bg button.btn-primary:visited:hover,
.breakout.strong-bg *.btn-primary:visited:hover,
.breakout.strong-bg a.btn-primary:focus,
.breakout.strong-bg button.btn-primary:focus,
.breakout.strong-bg *.btn-primary:focus,
.breakout.strong-bg a.btn-primary:visited:focus,
.breakout.strong-bg button.btn-primary:visited:focus,
.breakout.strong-bg *.btn-primary:visited:focus,
.breakout.strong-bg .tile a.btn-primary:hover,
.breakout.strong-bg .tile button.btn-primary:hover,
.breakout.strong-bg .tile *.btn-primary:hover,
.breakout.strong-bg .tile a.btn-primary:visited:hover,
.breakout.strong-bg .tile button.btn-primary:visited:hover,
.breakout.strong-bg .tile *.btn-primary:visited:hover,
.breakout.strong-bg .tile a.btn-primary:focus,
.breakout.strong-bg .tile button.btn-primary:focus,
.breakout.strong-bg .tile *.btn-primary:focus,
.breakout.strong-bg .tile a.btn-primary:visited:focus,
.breakout.strong-bg .tile button.btn-primary:visited:focus,
.breakout.strong-bg .tile *.btn-primary:visited:focus,
.breakout.strong-bg .strong-bg a.btn-primary:hover,
.breakout.strong-bg .strong-bg button.btn-primary:hover,
.breakout.strong-bg .strong-bg *.btn-primary:hover,
.breakout.strong-bg .strong-bg a.btn-primary:visited:hover,
.breakout.strong-bg .strong-bg button.btn-primary:visited:hover,
.breakout.strong-bg .strong-bg *.btn-primary:visited:hover,
.breakout.strong-bg .strong-bg a.btn-primary:focus,
.breakout.strong-bg .strong-bg button.btn-primary:focus,
.breakout.strong-bg .strong-bg *.btn-primary:focus,
.breakout.strong-bg .strong-bg a.btn-primary:visited:focus,
.breakout.strong-bg .strong-bg button.btn-primary:visited:focus,
.breakout.strong-bg .strong-bg *.btn-primary:visited:focus,
.brand-bg.breakout-lg a.btn-primary:hover,
.brand-bg.breakout-lg button.btn-primary:hover,
.brand-bg.breakout-lg *.btn-primary:hover,
.brand-bg.breakout-lg a.btn-primary:visited:hover,
.brand-bg.breakout-lg button.btn-primary:visited:hover,
.brand-bg.breakout-lg *.btn-primary:visited:hover,
.brand-bg.breakout-lg a.btn-primary:focus,
.brand-bg.breakout-lg button.btn-primary:focus,
.brand-bg.breakout-lg *.btn-primary:focus,
.brand-bg.breakout-lg a.btn-primary:visited:focus,
.brand-bg.breakout-lg button.btn-primary:visited:focus,
.brand-bg.breakout-lg *.btn-primary:visited:focus,
.brand-bg.breakout-sm a.btn-primary:hover,
.brand-bg.breakout-sm button.btn-primary:hover,
.brand-bg.breakout-sm *.btn-primary:hover,
.brand-bg.breakout-sm a.btn-primary:visited:hover,
.brand-bg.breakout-sm button.btn-primary:visited:hover,
.brand-bg.breakout-sm *.btn-primary:visited:hover,
.brand-bg.breakout-sm a.btn-primary:focus,
.brand-bg.breakout-sm button.btn-primary:focus,
.brand-bg.breakout-sm *.btn-primary:focus,
.brand-bg.breakout-sm a.btn-primary:visited:focus,
.brand-bg.breakout-sm button.btn-primary:visited:focus,
.brand-bg.breakout-sm *.btn-primary:visited:focus,
.dark-bg .breakout-lg a.btn-primary:hover,
.dark-bg .breakout-lg button.btn-primary:hover,
.dark-bg .breakout-lg *.btn-primary:hover,
.dark-bg .breakout-lg a.btn-primary:visited:hover,
.dark-bg .breakout-lg button.btn-primary:visited:hover,
.dark-bg .breakout-lg *.btn-primary:visited:hover,
.dark-bg .breakout-lg a.btn-primary:focus,
.dark-bg .breakout-lg button.btn-primary:focus,
.dark-bg .breakout-lg *.btn-primary:focus,
.dark-bg .breakout-lg a.btn-primary:visited:focus,
.dark-bg .breakout-lg button.btn-primary:visited:focus,
.dark-bg .breakout-lg *.btn-primary:visited:focus,
.brand-bg.breakout-lg a.btn-primary:hover,
.brand-bg.breakout-lg button.btn-primary:hover,
.brand-bg.breakout-lg *.btn-primary:hover,
.brand-bg.breakout-lg a.btn-primary:visited:hover,
.brand-bg.breakout-lg button.btn-primary:visited:hover,
.brand-bg.breakout-lg *.btn-primary:visited:hover,
.brand-bg.breakout-lg a.btn-primary:focus,
.brand-bg.breakout-lg button.btn-primary:focus,
.brand-bg.breakout-lg *.btn-primary:focus,
.brand-bg.breakout-lg a.btn-primary:visited:focus,
.brand-bg.breakout-lg button.btn-primary:visited:focus,
.brand-bg.breakout-lg *.btn-primary:visited:focus,
.breakout-lg.strong-bg a.btn-primary:hover,
.breakout-lg.strong-bg button.btn-primary:hover,
.breakout-lg.strong-bg *.btn-primary:hover,
.breakout-lg.strong-bg a.btn-primary:visited:hover,
.breakout-lg.strong-bg button.btn-primary:visited:hover,
.breakout-lg.strong-bg *.btn-primary:visited:hover,
.breakout-lg.strong-bg a.btn-primary:focus,
.breakout-lg.strong-bg button.btn-primary:focus,
.breakout-lg.strong-bg *.btn-primary:focus,
.breakout-lg.strong-bg a.btn-primary:visited:focus,
.breakout-lg.strong-bg button.btn-primary:visited:focus,
.breakout-lg.strong-bg *.btn-primary:visited:focus,
.breakout-lg.strong-bg .tile a.btn-primary:hover,
.breakout-lg.strong-bg .tile button.btn-primary:hover,
.breakout-lg.strong-bg .tile *.btn-primary:hover,
.breakout-lg.strong-bg .tile a.btn-primary:visited:hover,
.breakout-lg.strong-bg .tile button.btn-primary:visited:hover,
.breakout-lg.strong-bg .tile *.btn-primary:visited:hover,
.breakout-lg.strong-bg .tile a.btn-primary:focus,
.breakout-lg.strong-bg .tile button.btn-primary:focus,
.breakout-lg.strong-bg .tile *.btn-primary:focus,
.breakout-lg.strong-bg .tile a.btn-primary:visited:focus,
.breakout-lg.strong-bg .tile button.btn-primary:visited:focus,
.breakout-lg.strong-bg .tile *.btn-primary:visited:focus,
.breakout-lg.strong-bg .strong-bg a.btn-primary:hover,
.breakout-lg.strong-bg .strong-bg button.btn-primary:hover,
.breakout-lg.strong-bg .strong-bg *.btn-primary:hover,
.breakout-lg.strong-bg .strong-bg a.btn-primary:visited:hover,
.breakout-lg.strong-bg .strong-bg button.btn-primary:visited:hover,
.breakout-lg.strong-bg .strong-bg *.btn-primary:visited:hover,
.breakout-lg.strong-bg .strong-bg a.btn-primary:focus,
.breakout-lg.strong-bg .strong-bg button.btn-primary:focus,
.breakout-lg.strong-bg .strong-bg *.btn-primary:focus,
.breakout-lg.strong-bg .strong-bg a.btn-primary:visited:focus,
.breakout-lg.strong-bg .strong-bg button.btn-primary:visited:focus,
.breakout-lg.strong-bg .strong-bg *.btn-primary:visited:focus,
.dark-bg .breakout-sm a.btn-primary:hover,
.dark-bg .breakout-sm button.btn-primary:hover,
.dark-bg .breakout-sm *.btn-primary:hover,
.dark-bg .breakout-sm a.btn-primary:visited:hover,
.dark-bg .breakout-sm button.btn-primary:visited:hover,
.dark-bg .breakout-sm *.btn-primary:visited:hover,
.dark-bg .breakout-sm a.btn-primary:focus,
.dark-bg .breakout-sm button.btn-primary:focus,
.dark-bg .breakout-sm *.btn-primary:focus,
.dark-bg .breakout-sm a.btn-primary:visited:focus,
.dark-bg .breakout-sm button.btn-primary:visited:focus,
.dark-bg .breakout-sm *.btn-primary:visited:focus,
.brand-bg.breakout-sm a.btn-primary:hover,
.brand-bg.breakout-sm button.btn-primary:hover,
.brand-bg.breakout-sm *.btn-primary:hover,
.brand-bg.breakout-sm a.btn-primary:visited:hover,
.brand-bg.breakout-sm button.btn-primary:visited:hover,
.brand-bg.breakout-sm *.btn-primary:visited:hover,
.brand-bg.breakout-sm a.btn-primary:focus,
.brand-bg.breakout-sm button.btn-primary:focus,
.brand-bg.breakout-sm *.btn-primary:focus,
.brand-bg.breakout-sm a.btn-primary:visited:focus,
.brand-bg.breakout-sm button.btn-primary:visited:focus,
.brand-bg.breakout-sm *.btn-primary:visited:focus,
.breakout-sm.strong-bg a.btn-primary:hover,
.breakout-sm.strong-bg button.btn-primary:hover,
.breakout-sm.strong-bg *.btn-primary:hover,
.breakout-sm.strong-bg a.btn-primary:visited:hover,
.breakout-sm.strong-bg button.btn-primary:visited:hover,
.breakout-sm.strong-bg *.btn-primary:visited:hover,
.breakout-sm.strong-bg a.btn-primary:focus,
.breakout-sm.strong-bg button.btn-primary:focus,
.breakout-sm.strong-bg *.btn-primary:focus,
.breakout-sm.strong-bg a.btn-primary:visited:focus,
.breakout-sm.strong-bg button.btn-primary:visited:focus,
.breakout-sm.strong-bg *.btn-primary:visited:focus,
.breakout-sm.strong-bg .tile a.btn-primary:hover,
.breakout-sm.strong-bg .tile button.btn-primary:hover,
.breakout-sm.strong-bg .tile *.btn-primary:hover,
.breakout-sm.strong-bg .tile a.btn-primary:visited:hover,
.breakout-sm.strong-bg .tile button.btn-primary:visited:hover,
.breakout-sm.strong-bg .tile *.btn-primary:visited:hover,
.breakout-sm.strong-bg .tile a.btn-primary:focus,
.breakout-sm.strong-bg .tile button.btn-primary:focus,
.breakout-sm.strong-bg .tile *.btn-primary:focus,
.breakout-sm.strong-bg .tile a.btn-primary:visited:focus,
.breakout-sm.strong-bg .tile button.btn-primary:visited:focus,
.breakout-sm.strong-bg .tile *.btn-primary:visited:focus,
.breakout-sm.strong-bg .strong-bg a.btn-primary:hover,
.breakout-sm.strong-bg .strong-bg button.btn-primary:hover,
.breakout-sm.strong-bg .strong-bg *.btn-primary:hover,
.breakout-sm.strong-bg .strong-bg a.btn-primary:visited:hover,
.breakout-sm.strong-bg .strong-bg button.btn-primary:visited:hover,
.breakout-sm.strong-bg .strong-bg *.btn-primary:visited:hover,
.breakout-sm.strong-bg .strong-bg a.btn-primary:focus,
.breakout-sm.strong-bg .strong-bg button.btn-primary:focus,
.breakout-sm.strong-bg .strong-bg *.btn-primary:focus,
.breakout-sm.strong-bg .strong-bg a.btn-primary:visited:focus,
.breakout-sm.strong-bg .strong-bg button.btn-primary:visited:focus,
.breakout-sm.strong-bg .strong-bg *.btn-primary:visited:focus {
  color: #FFD100;
}
.fix-btn-anchor-colors a.btn-secondary,
.fix-btn-anchor-colors button.btn-secondary,
.fix-btn-anchor-colors *.btn-secondary,
.footer-sitemap-section a.btn-secondary,
.footer-sitemap-section button.btn-secondary,
.footer-sitemap-section *.btn-secondary,
.photo-bg .module-footer a.btn-secondary,
.photo-bg .module-footer button.btn-secondary,
.photo-bg .module-footer *.btn-secondary,
.dark-bg a.btn-secondary,
.dark-bg button.btn-secondary,
.dark-bg *.btn-secondary,
.dark-bg .tile a.btn-secondary,
.dark-bg .tile button.btn-secondary,
.dark-bg .tile *.btn-secondary,
.dark-bg .strong-bg a.btn-secondary,
.dark-bg .strong-bg button.btn-secondary,
.dark-bg .strong-bg *.btn-secondary,
.brand-bg a.btn-secondary,
.brand-bg button.btn-secondary,
.brand-bg *.btn-secondary,
.brand-bg.breakout a.btn-secondary,
.brand-bg.breakout button.btn-secondary,
.brand-bg.breakout *.btn-secondary,
.brand-bg.tile a.btn-secondary,
.brand-bg.tile button.btn-secondary,
.brand-bg.tile *.btn-secondary,
.dark-bg .breakout a.btn-secondary,
.dark-bg .breakout button.btn-secondary,
.dark-bg .breakout *.btn-secondary,
.brand-bg.breakout a.btn-secondary,
.brand-bg.breakout button.btn-secondary,
.brand-bg.breakout *.btn-secondary,
.breakout.strong-bg a.btn-secondary,
.breakout.strong-bg button.btn-secondary,
.breakout.strong-bg *.btn-secondary,
.breakout.strong-bg .tile a.btn-secondary,
.breakout.strong-bg .tile button.btn-secondary,
.breakout.strong-bg .tile *.btn-secondary,
.breakout.strong-bg .strong-bg a.btn-secondary,
.breakout.strong-bg .strong-bg button.btn-secondary,
.breakout.strong-bg .strong-bg *.btn-secondary,
.brand-bg.breakout-lg a.btn-secondary,
.brand-bg.breakout-lg button.btn-secondary,
.brand-bg.breakout-lg *.btn-secondary,
.brand-bg.breakout-sm a.btn-secondary,
.brand-bg.breakout-sm button.btn-secondary,
.brand-bg.breakout-sm *.btn-secondary,
.dark-bg .breakout-lg a.btn-secondary,
.dark-bg .breakout-lg button.btn-secondary,
.dark-bg .breakout-lg *.btn-secondary,
.brand-bg.breakout-lg a.btn-secondary,
.brand-bg.breakout-lg button.btn-secondary,
.brand-bg.breakout-lg *.btn-secondary,
.breakout-lg.strong-bg a.btn-secondary,
.breakout-lg.strong-bg button.btn-secondary,
.breakout-lg.strong-bg *.btn-secondary,
.breakout-lg.strong-bg .tile a.btn-secondary,
.breakout-lg.strong-bg .tile button.btn-secondary,
.breakout-lg.strong-bg .tile *.btn-secondary,
.breakout-lg.strong-bg .strong-bg a.btn-secondary,
.breakout-lg.strong-bg .strong-bg button.btn-secondary,
.breakout-lg.strong-bg .strong-bg *.btn-secondary,
.dark-bg .breakout-sm a.btn-secondary,
.dark-bg .breakout-sm button.btn-secondary,
.dark-bg .breakout-sm *.btn-secondary,
.brand-bg.breakout-sm a.btn-secondary,
.brand-bg.breakout-sm button.btn-secondary,
.brand-bg.breakout-sm *.btn-secondary,
.breakout-sm.strong-bg a.btn-secondary,
.breakout-sm.strong-bg button.btn-secondary,
.breakout-sm.strong-bg *.btn-secondary,
.breakout-sm.strong-bg .tile a.btn-secondary,
.breakout-sm.strong-bg .tile button.btn-secondary,
.breakout-sm.strong-bg .tile *.btn-secondary,
.breakout-sm.strong-bg .strong-bg a.btn-secondary,
.breakout-sm.strong-bg .strong-bg button.btn-secondary,
.breakout-sm.strong-bg .strong-bg *.btn-secondary {
  color: #fff;
}
.fix-btn-anchor-colors a.btn-secondary:focus,
.fix-btn-anchor-colors button.btn-secondary:focus,
.fix-btn-anchor-colors *.btn-secondary:focus,
.footer-sitemap-section a.btn-secondary:focus,
.footer-sitemap-section button.btn-secondary:focus,
.footer-sitemap-section *.btn-secondary:focus,
.photo-bg .module-footer a.btn-secondary:focus,
.photo-bg .module-footer button.btn-secondary:focus,
.photo-bg .module-footer *.btn-secondary:focus,
.dark-bg a.btn-secondary:focus,
.dark-bg button.btn-secondary:focus,
.dark-bg *.btn-secondary:focus,
.dark-bg .tile a.btn-secondary:focus,
.dark-bg .tile button.btn-secondary:focus,
.dark-bg .tile *.btn-secondary:focus,
.dark-bg .strong-bg a.btn-secondary:focus,
.dark-bg .strong-bg button.btn-secondary:focus,
.dark-bg .strong-bg *.btn-secondary:focus,
.brand-bg a.btn-secondary:focus,
.brand-bg button.btn-secondary:focus,
.brand-bg *.btn-secondary:focus,
.brand-bg.breakout a.btn-secondary:focus,
.brand-bg.breakout button.btn-secondary:focus,
.brand-bg.breakout *.btn-secondary:focus,
.brand-bg.tile a.btn-secondary:focus,
.brand-bg.tile button.btn-secondary:focus,
.brand-bg.tile *.btn-secondary:focus,
.dark-bg .breakout a.btn-secondary:focus,
.dark-bg .breakout button.btn-secondary:focus,
.dark-bg .breakout *.btn-secondary:focus,
.brand-bg.breakout a.btn-secondary:focus,
.brand-bg.breakout button.btn-secondary:focus,
.brand-bg.breakout *.btn-secondary:focus,
.breakout.strong-bg a.btn-secondary:focus,
.breakout.strong-bg button.btn-secondary:focus,
.breakout.strong-bg *.btn-secondary:focus,
.breakout.strong-bg .tile a.btn-secondary:focus,
.breakout.strong-bg .tile button.btn-secondary:focus,
.breakout.strong-bg .tile *.btn-secondary:focus,
.breakout.strong-bg .strong-bg a.btn-secondary:focus,
.breakout.strong-bg .strong-bg button.btn-secondary:focus,
.breakout.strong-bg .strong-bg *.btn-secondary:focus,
.brand-bg.breakout-lg a.btn-secondary:focus,
.brand-bg.breakout-lg button.btn-secondary:focus,
.brand-bg.breakout-lg *.btn-secondary:focus,
.brand-bg.breakout-sm a.btn-secondary:focus,
.brand-bg.breakout-sm button.btn-secondary:focus,
.brand-bg.breakout-sm *.btn-secondary:focus,
.dark-bg .breakout-lg a.btn-secondary:focus,
.dark-bg .breakout-lg button.btn-secondary:focus,
.dark-bg .breakout-lg *.btn-secondary:focus,
.brand-bg.breakout-lg a.btn-secondary:focus,
.brand-bg.breakout-lg button.btn-secondary:focus,
.brand-bg.breakout-lg *.btn-secondary:focus,
.breakout-lg.strong-bg a.btn-secondary:focus,
.breakout-lg.strong-bg button.btn-secondary:focus,
.breakout-lg.strong-bg *.btn-secondary:focus,
.breakout-lg.strong-bg .tile a.btn-secondary:focus,
.breakout-lg.strong-bg .tile button.btn-secondary:focus,
.breakout-lg.strong-bg .tile *.btn-secondary:focus,
.breakout-lg.strong-bg .strong-bg a.btn-secondary:focus,
.breakout-lg.strong-bg .strong-bg button.btn-secondary:focus,
.breakout-lg.strong-bg .strong-bg *.btn-secondary:focus,
.dark-bg .breakout-sm a.btn-secondary:focus,
.dark-bg .breakout-sm button.btn-secondary:focus,
.dark-bg .breakout-sm *.btn-secondary:focus,
.brand-bg.breakout-sm a.btn-secondary:focus,
.brand-bg.breakout-sm button.btn-secondary:focus,
.brand-bg.breakout-sm *.btn-secondary:focus,
.breakout-sm.strong-bg a.btn-secondary:focus,
.breakout-sm.strong-bg button.btn-secondary:focus,
.breakout-sm.strong-bg *.btn-secondary:focus,
.breakout-sm.strong-bg .tile a.btn-secondary:focus,
.breakout-sm.strong-bg .tile button.btn-secondary:focus,
.breakout-sm.strong-bg .tile *.btn-secondary:focus,
.breakout-sm.strong-bg .strong-bg a.btn-secondary:focus,
.breakout-sm.strong-bg .strong-bg button.btn-secondary:focus,
.breakout-sm.strong-bg .strong-bg *.btn-secondary:focus {
  color: #FFD100;
  border-color: #FFD100;
}
.fix-btn-anchor-colors a.btn-secondary:hover,
.fix-btn-anchor-colors button.btn-secondary:hover,
.fix-btn-anchor-colors *.btn-secondary:hover,
.footer-sitemap-section a.btn-secondary:hover,
.footer-sitemap-section button.btn-secondary:hover,
.footer-sitemap-section *.btn-secondary:hover,
.photo-bg .module-footer a.btn-secondary:hover,
.photo-bg .module-footer button.btn-secondary:hover,
.photo-bg .module-footer *.btn-secondary:hover,
.dark-bg a.btn-secondary:hover,
.dark-bg button.btn-secondary:hover,
.dark-bg *.btn-secondary:hover,
.dark-bg .tile a.btn-secondary:hover,
.dark-bg .tile button.btn-secondary:hover,
.dark-bg .tile *.btn-secondary:hover,
.dark-bg .strong-bg a.btn-secondary:hover,
.dark-bg .strong-bg button.btn-secondary:hover,
.dark-bg .strong-bg *.btn-secondary:hover,
.brand-bg a.btn-secondary:hover,
.brand-bg button.btn-secondary:hover,
.brand-bg *.btn-secondary:hover,
.brand-bg.breakout a.btn-secondary:hover,
.brand-bg.breakout button.btn-secondary:hover,
.brand-bg.breakout *.btn-secondary:hover,
.brand-bg.tile a.btn-secondary:hover,
.brand-bg.tile button.btn-secondary:hover,
.brand-bg.tile *.btn-secondary:hover,
.dark-bg .breakout a.btn-secondary:hover,
.dark-bg .breakout button.btn-secondary:hover,
.dark-bg .breakout *.btn-secondary:hover,
.brand-bg.breakout a.btn-secondary:hover,
.brand-bg.breakout button.btn-secondary:hover,
.brand-bg.breakout *.btn-secondary:hover,
.breakout.strong-bg a.btn-secondary:hover,
.breakout.strong-bg button.btn-secondary:hover,
.breakout.strong-bg *.btn-secondary:hover,
.breakout.strong-bg .tile a.btn-secondary:hover,
.breakout.strong-bg .tile button.btn-secondary:hover,
.breakout.strong-bg .tile *.btn-secondary:hover,
.breakout.strong-bg .strong-bg a.btn-secondary:hover,
.breakout.strong-bg .strong-bg button.btn-secondary:hover,
.breakout.strong-bg .strong-bg *.btn-secondary:hover,
.brand-bg.breakout-lg a.btn-secondary:hover,
.brand-bg.breakout-lg button.btn-secondary:hover,
.brand-bg.breakout-lg *.btn-secondary:hover,
.brand-bg.breakout-sm a.btn-secondary:hover,
.brand-bg.breakout-sm button.btn-secondary:hover,
.brand-bg.breakout-sm *.btn-secondary:hover,
.dark-bg .breakout-lg a.btn-secondary:hover,
.dark-bg .breakout-lg button.btn-secondary:hover,
.dark-bg .breakout-lg *.btn-secondary:hover,
.brand-bg.breakout-lg a.btn-secondary:hover,
.brand-bg.breakout-lg button.btn-secondary:hover,
.brand-bg.breakout-lg *.btn-secondary:hover,
.breakout-lg.strong-bg a.btn-secondary:hover,
.breakout-lg.strong-bg button.btn-secondary:hover,
.breakout-lg.strong-bg *.btn-secondary:hover,
.breakout-lg.strong-bg .tile a.btn-secondary:hover,
.breakout-lg.strong-bg .tile button.btn-secondary:hover,
.breakout-lg.strong-bg .tile *.btn-secondary:hover,
.breakout-lg.strong-bg .strong-bg a.btn-secondary:hover,
.breakout-lg.strong-bg .strong-bg button.btn-secondary:hover,
.breakout-lg.strong-bg .strong-bg *.btn-secondary:hover,
.dark-bg .breakout-sm a.btn-secondary:hover,
.dark-bg .breakout-sm button.btn-secondary:hover,
.dark-bg .breakout-sm *.btn-secondary:hover,
.brand-bg.breakout-sm a.btn-secondary:hover,
.brand-bg.breakout-sm button.btn-secondary:hover,
.brand-bg.breakout-sm *.btn-secondary:hover,
.breakout-sm.strong-bg a.btn-secondary:hover,
.breakout-sm.strong-bg button.btn-secondary:hover,
.breakout-sm.strong-bg *.btn-secondary:hover,
.breakout-sm.strong-bg .tile a.btn-secondary:hover,
.breakout-sm.strong-bg .tile button.btn-secondary:hover,
.breakout-sm.strong-bg .tile *.btn-secondary:hover,
.breakout-sm.strong-bg .strong-bg a.btn-secondary:hover,
.breakout-sm.strong-bg .strong-bg button.btn-secondary:hover,
.breakout-sm.strong-bg .strong-bg *.btn-secondary:hover {
  color: #FFD100;
}
.fix-btn-anchor-colors a.btn-info,
.fix-btn-anchor-colors button.btn-info,
.fix-btn-anchor-colors *.btn-info,
.fix-btn-anchor-colors a.btn-danger,
.fix-btn-anchor-colors button.btn-danger,
.fix-btn-anchor-colors *.btn-danger,
.fix-btn-anchor-colors a.btn-warning,
.fix-btn-anchor-colors button.btn-warning,
.fix-btn-anchor-colors *.btn-warning,
.fix-btn-anchor-colors a.btn-success,
.fix-btn-anchor-colors button.btn-success,
.fix-btn-anchor-colors *.btn-success,
.fix-btn-anchor-colors a.btn-info:visited,
.fix-btn-anchor-colors button.btn-info:visited,
.fix-btn-anchor-colors *.btn-info:visited,
.fix-btn-anchor-colors a.btn-danger:visited,
.fix-btn-anchor-colors button.btn-danger:visited,
.fix-btn-anchor-colors *.btn-danger:visited,
.fix-btn-anchor-colors a.btn-warning:visited,
.fix-btn-anchor-colors button.btn-warning:visited,
.fix-btn-anchor-colors *.btn-warning:visited,
.fix-btn-anchor-colors a.btn-success:visited,
.fix-btn-anchor-colors button.btn-success:visited,
.fix-btn-anchor-colors *.btn-success:visited,
.fix-btn-anchor-colors a.btn-info:hover,
.fix-btn-anchor-colors button.btn-info:hover,
.fix-btn-anchor-colors *.btn-info:hover,
.fix-btn-anchor-colors a.btn-danger:hover,
.fix-btn-anchor-colors button.btn-danger:hover,
.fix-btn-anchor-colors *.btn-danger:hover,
.fix-btn-anchor-colors a.btn-warning:hover,
.fix-btn-anchor-colors button.btn-warning:hover,
.fix-btn-anchor-colors *.btn-warning:hover,
.fix-btn-anchor-colors a.btn-success:hover,
.fix-btn-anchor-colors button.btn-success:hover,
.fix-btn-anchor-colors *.btn-success:hover,
.footer-sitemap-section a.btn-info,
.footer-sitemap-section button.btn-info,
.footer-sitemap-section *.btn-info,
.footer-sitemap-section a.btn-danger,
.footer-sitemap-section button.btn-danger,
.footer-sitemap-section *.btn-danger,
.footer-sitemap-section a.btn-warning,
.footer-sitemap-section button.btn-warning,
.footer-sitemap-section *.btn-warning,
.footer-sitemap-section a.btn-success,
.footer-sitemap-section button.btn-success,
.footer-sitemap-section *.btn-success,
.footer-sitemap-section a.btn-info:visited,
.footer-sitemap-section button.btn-info:visited,
.footer-sitemap-section *.btn-info:visited,
.footer-sitemap-section a.btn-danger:visited,
.footer-sitemap-section button.btn-danger:visited,
.footer-sitemap-section *.btn-danger:visited,
.footer-sitemap-section a.btn-warning:visited,
.footer-sitemap-section button.btn-warning:visited,
.footer-sitemap-section *.btn-warning:visited,
.footer-sitemap-section a.btn-success:visited,
.footer-sitemap-section button.btn-success:visited,
.footer-sitemap-section *.btn-success:visited,
.footer-sitemap-section a.btn-info:hover,
.footer-sitemap-section button.btn-info:hover,
.footer-sitemap-section *.btn-info:hover,
.footer-sitemap-section a.btn-danger:hover,
.footer-sitemap-section button.btn-danger:hover,
.footer-sitemap-section *.btn-danger:hover,
.footer-sitemap-section a.btn-warning:hover,
.footer-sitemap-section button.btn-warning:hover,
.footer-sitemap-section *.btn-warning:hover,
.footer-sitemap-section a.btn-success:hover,
.footer-sitemap-section button.btn-success:hover,
.footer-sitemap-section *.btn-success:hover,
.photo-bg .module-footer a.btn-info,
.photo-bg .module-footer button.btn-info,
.photo-bg .module-footer *.btn-info,
.photo-bg .module-footer a.btn-danger,
.photo-bg .module-footer button.btn-danger,
.photo-bg .module-footer *.btn-danger,
.photo-bg .module-footer a.btn-warning,
.photo-bg .module-footer button.btn-warning,
.photo-bg .module-footer *.btn-warning,
.photo-bg .module-footer a.btn-success,
.photo-bg .module-footer button.btn-success,
.photo-bg .module-footer *.btn-success,
.photo-bg .module-footer a.btn-info:visited,
.photo-bg .module-footer button.btn-info:visited,
.photo-bg .module-footer *.btn-info:visited,
.photo-bg .module-footer a.btn-danger:visited,
.photo-bg .module-footer button.btn-danger:visited,
.photo-bg .module-footer *.btn-danger:visited,
.photo-bg .module-footer a.btn-warning:visited,
.photo-bg .module-footer button.btn-warning:visited,
.photo-bg .module-footer *.btn-warning:visited,
.photo-bg .module-footer a.btn-success:visited,
.photo-bg .module-footer button.btn-success:visited,
.photo-bg .module-footer *.btn-success:visited,
.photo-bg .module-footer a.btn-info:hover,
.photo-bg .module-footer button.btn-info:hover,
.photo-bg .module-footer *.btn-info:hover,
.photo-bg .module-footer a.btn-danger:hover,
.photo-bg .module-footer button.btn-danger:hover,
.photo-bg .module-footer *.btn-danger:hover,
.photo-bg .module-footer a.btn-warning:hover,
.photo-bg .module-footer button.btn-warning:hover,
.photo-bg .module-footer *.btn-warning:hover,
.photo-bg .module-footer a.btn-success:hover,
.photo-bg .module-footer button.btn-success:hover,
.photo-bg .module-footer *.btn-success:hover,
.dark-bg a.btn-info,
.dark-bg button.btn-info,
.dark-bg *.btn-info,
.dark-bg a.btn-danger,
.dark-bg button.btn-danger,
.dark-bg *.btn-danger,
.dark-bg a.btn-warning,
.dark-bg button.btn-warning,
.dark-bg *.btn-warning,
.dark-bg a.btn-success,
.dark-bg button.btn-success,
.dark-bg *.btn-success,
.dark-bg a.btn-info:visited,
.dark-bg button.btn-info:visited,
.dark-bg *.btn-info:visited,
.dark-bg a.btn-danger:visited,
.dark-bg button.btn-danger:visited,
.dark-bg *.btn-danger:visited,
.dark-bg a.btn-warning:visited,
.dark-bg button.btn-warning:visited,
.dark-bg *.btn-warning:visited,
.dark-bg a.btn-success:visited,
.dark-bg button.btn-success:visited,
.dark-bg *.btn-success:visited,
.dark-bg a.btn-info:hover,
.dark-bg button.btn-info:hover,
.dark-bg *.btn-info:hover,
.dark-bg a.btn-danger:hover,
.dark-bg button.btn-danger:hover,
.dark-bg *.btn-danger:hover,
.dark-bg a.btn-warning:hover,
.dark-bg button.btn-warning:hover,
.dark-bg *.btn-warning:hover,
.dark-bg a.btn-success:hover,
.dark-bg button.btn-success:hover,
.dark-bg *.btn-success:hover,
.dark-bg .tile a.btn-info,
.dark-bg .tile button.btn-info,
.dark-bg .tile *.btn-info,
.dark-bg .tile a.btn-danger,
.dark-bg .tile button.btn-danger,
.dark-bg .tile *.btn-danger,
.dark-bg .tile a.btn-warning,
.dark-bg .tile button.btn-warning,
.dark-bg .tile *.btn-warning,
.dark-bg .tile a.btn-success,
.dark-bg .tile button.btn-success,
.dark-bg .tile *.btn-success,
.dark-bg .tile a.btn-info:visited,
.dark-bg .tile button.btn-info:visited,
.dark-bg .tile *.btn-info:visited,
.dark-bg .tile a.btn-danger:visited,
.dark-bg .tile button.btn-danger:visited,
.dark-bg .tile *.btn-danger:visited,
.dark-bg .tile a.btn-warning:visited,
.dark-bg .tile button.btn-warning:visited,
.dark-bg .tile *.btn-warning:visited,
.dark-bg .tile a.btn-success:visited,
.dark-bg .tile button.btn-success:visited,
.dark-bg .tile *.btn-success:visited,
.dark-bg .tile a.btn-info:hover,
.dark-bg .tile button.btn-info:hover,
.dark-bg .tile *.btn-info:hover,
.dark-bg .tile a.btn-danger:hover,
.dark-bg .tile button.btn-danger:hover,
.dark-bg .tile *.btn-danger:hover,
.dark-bg .tile a.btn-warning:hover,
.dark-bg .tile button.btn-warning:hover,
.dark-bg .tile *.btn-warning:hover,
.dark-bg .tile a.btn-success:hover,
.dark-bg .tile button.btn-success:hover,
.dark-bg .tile *.btn-success:hover,
.dark-bg .strong-bg a.btn-info,
.dark-bg .strong-bg button.btn-info,
.dark-bg .strong-bg *.btn-info,
.dark-bg .strong-bg a.btn-danger,
.dark-bg .strong-bg button.btn-danger,
.dark-bg .strong-bg *.btn-danger,
.dark-bg .strong-bg a.btn-warning,
.dark-bg .strong-bg button.btn-warning,
.dark-bg .strong-bg *.btn-warning,
.dark-bg .strong-bg a.btn-success,
.dark-bg .strong-bg button.btn-success,
.dark-bg .strong-bg *.btn-success,
.dark-bg .strong-bg a.btn-info:visited,
.dark-bg .strong-bg button.btn-info:visited,
.dark-bg .strong-bg *.btn-info:visited,
.dark-bg .strong-bg a.btn-danger:visited,
.dark-bg .strong-bg button.btn-danger:visited,
.dark-bg .strong-bg *.btn-danger:visited,
.dark-bg .strong-bg a.btn-warning:visited,
.dark-bg .strong-bg button.btn-warning:visited,
.dark-bg .strong-bg *.btn-warning:visited,
.dark-bg .strong-bg a.btn-success:visited,
.dark-bg .strong-bg button.btn-success:visited,
.dark-bg .strong-bg *.btn-success:visited,
.dark-bg .strong-bg a.btn-info:hover,
.dark-bg .strong-bg button.btn-info:hover,
.dark-bg .strong-bg *.btn-info:hover,
.dark-bg .strong-bg a.btn-danger:hover,
.dark-bg .strong-bg button.btn-danger:hover,
.dark-bg .strong-bg *.btn-danger:hover,
.dark-bg .strong-bg a.btn-warning:hover,
.dark-bg .strong-bg button.btn-warning:hover,
.dark-bg .strong-bg *.btn-warning:hover,
.dark-bg .strong-bg a.btn-success:hover,
.dark-bg .strong-bg button.btn-success:hover,
.dark-bg .strong-bg *.btn-success:hover,
.brand-bg a.btn-info,
.brand-bg button.btn-info,
.brand-bg *.btn-info,
.brand-bg a.btn-danger,
.brand-bg button.btn-danger,
.brand-bg *.btn-danger,
.brand-bg a.btn-warning,
.brand-bg button.btn-warning,
.brand-bg *.btn-warning,
.brand-bg a.btn-success,
.brand-bg button.btn-success,
.brand-bg *.btn-success,
.brand-bg a.btn-info:visited,
.brand-bg button.btn-info:visited,
.brand-bg *.btn-info:visited,
.brand-bg a.btn-danger:visited,
.brand-bg button.btn-danger:visited,
.brand-bg *.btn-danger:visited,
.brand-bg a.btn-warning:visited,
.brand-bg button.btn-warning:visited,
.brand-bg *.btn-warning:visited,
.brand-bg a.btn-success:visited,
.brand-bg button.btn-success:visited,
.brand-bg *.btn-success:visited,
.brand-bg a.btn-info:hover,
.brand-bg button.btn-info:hover,
.brand-bg *.btn-info:hover,
.brand-bg a.btn-danger:hover,
.brand-bg button.btn-danger:hover,
.brand-bg *.btn-danger:hover,
.brand-bg a.btn-warning:hover,
.brand-bg button.btn-warning:hover,
.brand-bg *.btn-warning:hover,
.brand-bg a.btn-success:hover,
.brand-bg button.btn-success:hover,
.brand-bg *.btn-success:hover,
.brand-bg.breakout a.btn-info,
.brand-bg.breakout button.btn-info,
.brand-bg.breakout *.btn-info,
.brand-bg.breakout a.btn-danger,
.brand-bg.breakout button.btn-danger,
.brand-bg.breakout *.btn-danger,
.brand-bg.breakout a.btn-warning,
.brand-bg.breakout button.btn-warning,
.brand-bg.breakout *.btn-warning,
.brand-bg.breakout a.btn-success,
.brand-bg.breakout button.btn-success,
.brand-bg.breakout *.btn-success,
.brand-bg.breakout a.btn-info:visited,
.brand-bg.breakout button.btn-info:visited,
.brand-bg.breakout *.btn-info:visited,
.brand-bg.breakout a.btn-danger:visited,
.brand-bg.breakout button.btn-danger:visited,
.brand-bg.breakout *.btn-danger:visited,
.brand-bg.breakout a.btn-warning:visited,
.brand-bg.breakout button.btn-warning:visited,
.brand-bg.breakout *.btn-warning:visited,
.brand-bg.breakout a.btn-success:visited,
.brand-bg.breakout button.btn-success:visited,
.brand-bg.breakout *.btn-success:visited,
.brand-bg.breakout a.btn-info:hover,
.brand-bg.breakout button.btn-info:hover,
.brand-bg.breakout *.btn-info:hover,
.brand-bg.breakout a.btn-danger:hover,
.brand-bg.breakout button.btn-danger:hover,
.brand-bg.breakout *.btn-danger:hover,
.brand-bg.breakout a.btn-warning:hover,
.brand-bg.breakout button.btn-warning:hover,
.brand-bg.breakout *.btn-warning:hover,
.brand-bg.breakout a.btn-success:hover,
.brand-bg.breakout button.btn-success:hover,
.brand-bg.breakout *.btn-success:hover,
.brand-bg.tile a.btn-info,
.brand-bg.tile button.btn-info,
.brand-bg.tile *.btn-info,
.brand-bg.tile a.btn-danger,
.brand-bg.tile button.btn-danger,
.brand-bg.tile *.btn-danger,
.brand-bg.tile a.btn-warning,
.brand-bg.tile button.btn-warning,
.brand-bg.tile *.btn-warning,
.brand-bg.tile a.btn-success,
.brand-bg.tile button.btn-success,
.brand-bg.tile *.btn-success,
.brand-bg.tile a.btn-info:visited,
.brand-bg.tile button.btn-info:visited,
.brand-bg.tile *.btn-info:visited,
.brand-bg.tile a.btn-danger:visited,
.brand-bg.tile button.btn-danger:visited,
.brand-bg.tile *.btn-danger:visited,
.brand-bg.tile a.btn-warning:visited,
.brand-bg.tile button.btn-warning:visited,
.brand-bg.tile *.btn-warning:visited,
.brand-bg.tile a.btn-success:visited,
.brand-bg.tile button.btn-success:visited,
.brand-bg.tile *.btn-success:visited,
.brand-bg.tile a.btn-info:hover,
.brand-bg.tile button.btn-info:hover,
.brand-bg.tile *.btn-info:hover,
.brand-bg.tile a.btn-danger:hover,
.brand-bg.tile button.btn-danger:hover,
.brand-bg.tile *.btn-danger:hover,
.brand-bg.tile a.btn-warning:hover,
.brand-bg.tile button.btn-warning:hover,
.brand-bg.tile *.btn-warning:hover,
.brand-bg.tile a.btn-success:hover,
.brand-bg.tile button.btn-success:hover,
.brand-bg.tile *.btn-success:hover,
.dark-bg .breakout a.btn-info,
.dark-bg .breakout button.btn-info,
.dark-bg .breakout *.btn-info,
.dark-bg .breakout a.btn-danger,
.dark-bg .breakout button.btn-danger,
.dark-bg .breakout *.btn-danger,
.dark-bg .breakout a.btn-warning,
.dark-bg .breakout button.btn-warning,
.dark-bg .breakout *.btn-warning,
.dark-bg .breakout a.btn-success,
.dark-bg .breakout button.btn-success,
.dark-bg .breakout *.btn-success,
.dark-bg .breakout a.btn-info:visited,
.dark-bg .breakout button.btn-info:visited,
.dark-bg .breakout *.btn-info:visited,
.dark-bg .breakout a.btn-danger:visited,
.dark-bg .breakout button.btn-danger:visited,
.dark-bg .breakout *.btn-danger:visited,
.dark-bg .breakout a.btn-warning:visited,
.dark-bg .breakout button.btn-warning:visited,
.dark-bg .breakout *.btn-warning:visited,
.dark-bg .breakout a.btn-success:visited,
.dark-bg .breakout button.btn-success:visited,
.dark-bg .breakout *.btn-success:visited,
.dark-bg .breakout a.btn-info:hover,
.dark-bg .breakout button.btn-info:hover,
.dark-bg .breakout *.btn-info:hover,
.dark-bg .breakout a.btn-danger:hover,
.dark-bg .breakout button.btn-danger:hover,
.dark-bg .breakout *.btn-danger:hover,
.dark-bg .breakout a.btn-warning:hover,
.dark-bg .breakout button.btn-warning:hover,
.dark-bg .breakout *.btn-warning:hover,
.dark-bg .breakout a.btn-success:hover,
.dark-bg .breakout button.btn-success:hover,
.dark-bg .breakout *.btn-success:hover,
.brand-bg.breakout a.btn-info,
.brand-bg.breakout button.btn-info,
.brand-bg.breakout *.btn-info,
.brand-bg.breakout a.btn-danger,
.brand-bg.breakout button.btn-danger,
.brand-bg.breakout *.btn-danger,
.brand-bg.breakout a.btn-warning,
.brand-bg.breakout button.btn-warning,
.brand-bg.breakout *.btn-warning,
.brand-bg.breakout a.btn-success,
.brand-bg.breakout button.btn-success,
.brand-bg.breakout *.btn-success,
.brand-bg.breakout a.btn-info:visited,
.brand-bg.breakout button.btn-info:visited,
.brand-bg.breakout *.btn-info:visited,
.brand-bg.breakout a.btn-danger:visited,
.brand-bg.breakout button.btn-danger:visited,
.brand-bg.breakout *.btn-danger:visited,
.brand-bg.breakout a.btn-warning:visited,
.brand-bg.breakout button.btn-warning:visited,
.brand-bg.breakout *.btn-warning:visited,
.brand-bg.breakout a.btn-success:visited,
.brand-bg.breakout button.btn-success:visited,
.brand-bg.breakout *.btn-success:visited,
.brand-bg.breakout a.btn-info:hover,
.brand-bg.breakout button.btn-info:hover,
.brand-bg.breakout *.btn-info:hover,
.brand-bg.breakout a.btn-danger:hover,
.brand-bg.breakout button.btn-danger:hover,
.brand-bg.breakout *.btn-danger:hover,
.brand-bg.breakout a.btn-warning:hover,
.brand-bg.breakout button.btn-warning:hover,
.brand-bg.breakout *.btn-warning:hover,
.brand-bg.breakout a.btn-success:hover,
.brand-bg.breakout button.btn-success:hover,
.brand-bg.breakout *.btn-success:hover,
.breakout.strong-bg a.btn-info,
.breakout.strong-bg button.btn-info,
.breakout.strong-bg *.btn-info,
.breakout.strong-bg a.btn-danger,
.breakout.strong-bg button.btn-danger,
.breakout.strong-bg *.btn-danger,
.breakout.strong-bg a.btn-warning,
.breakout.strong-bg button.btn-warning,
.breakout.strong-bg *.btn-warning,
.breakout.strong-bg a.btn-success,
.breakout.strong-bg button.btn-success,
.breakout.strong-bg *.btn-success,
.breakout.strong-bg a.btn-info:visited,
.breakout.strong-bg button.btn-info:visited,
.breakout.strong-bg *.btn-info:visited,
.breakout.strong-bg a.btn-danger:visited,
.breakout.strong-bg button.btn-danger:visited,
.breakout.strong-bg *.btn-danger:visited,
.breakout.strong-bg a.btn-warning:visited,
.breakout.strong-bg button.btn-warning:visited,
.breakout.strong-bg *.btn-warning:visited,
.breakout.strong-bg a.btn-success:visited,
.breakout.strong-bg button.btn-success:visited,
.breakout.strong-bg *.btn-success:visited,
.breakout.strong-bg a.btn-info:hover,
.breakout.strong-bg button.btn-info:hover,
.breakout.strong-bg *.btn-info:hover,
.breakout.strong-bg a.btn-danger:hover,
.breakout.strong-bg button.btn-danger:hover,
.breakout.strong-bg *.btn-danger:hover,
.breakout.strong-bg a.btn-warning:hover,
.breakout.strong-bg button.btn-warning:hover,
.breakout.strong-bg *.btn-warning:hover,
.breakout.strong-bg a.btn-success:hover,
.breakout.strong-bg button.btn-success:hover,
.breakout.strong-bg *.btn-success:hover,
.breakout.strong-bg .tile a.btn-info,
.breakout.strong-bg .tile button.btn-info,
.breakout.strong-bg .tile *.btn-info,
.breakout.strong-bg .tile a.btn-danger,
.breakout.strong-bg .tile button.btn-danger,
.breakout.strong-bg .tile *.btn-danger,
.breakout.strong-bg .tile a.btn-warning,
.breakout.strong-bg .tile button.btn-warning,
.breakout.strong-bg .tile *.btn-warning,
.breakout.strong-bg .tile a.btn-success,
.breakout.strong-bg .tile button.btn-success,
.breakout.strong-bg .tile *.btn-success,
.breakout.strong-bg .tile a.btn-info:visited,
.breakout.strong-bg .tile button.btn-info:visited,
.breakout.strong-bg .tile *.btn-info:visited,
.breakout.strong-bg .tile a.btn-danger:visited,
.breakout.strong-bg .tile button.btn-danger:visited,
.breakout.strong-bg .tile *.btn-danger:visited,
.breakout.strong-bg .tile a.btn-warning:visited,
.breakout.strong-bg .tile button.btn-warning:visited,
.breakout.strong-bg .tile *.btn-warning:visited,
.breakout.strong-bg .tile a.btn-success:visited,
.breakout.strong-bg .tile button.btn-success:visited,
.breakout.strong-bg .tile *.btn-success:visited,
.breakout.strong-bg .tile a.btn-info:hover,
.breakout.strong-bg .tile button.btn-info:hover,
.breakout.strong-bg .tile *.btn-info:hover,
.breakout.strong-bg .tile a.btn-danger:hover,
.breakout.strong-bg .tile button.btn-danger:hover,
.breakout.strong-bg .tile *.btn-danger:hover,
.breakout.strong-bg .tile a.btn-warning:hover,
.breakout.strong-bg .tile button.btn-warning:hover,
.breakout.strong-bg .tile *.btn-warning:hover,
.breakout.strong-bg .tile a.btn-success:hover,
.breakout.strong-bg .tile button.btn-success:hover,
.breakout.strong-bg .tile *.btn-success:hover,
.breakout.strong-bg .strong-bg a.btn-info,
.breakout.strong-bg .strong-bg button.btn-info,
.breakout.strong-bg .strong-bg *.btn-info,
.breakout.strong-bg .strong-bg a.btn-danger,
.breakout.strong-bg .strong-bg button.btn-danger,
.breakout.strong-bg .strong-bg *.btn-danger,
.breakout.strong-bg .strong-bg a.btn-warning,
.breakout.strong-bg .strong-bg button.btn-warning,
.breakout.strong-bg .strong-bg *.btn-warning,
.breakout.strong-bg .strong-bg a.btn-success,
.breakout.strong-bg .strong-bg button.btn-success,
.breakout.strong-bg .strong-bg *.btn-success,
.breakout.strong-bg .strong-bg a.btn-info:visited,
.breakout.strong-bg .strong-bg button.btn-info:visited,
.breakout.strong-bg .strong-bg *.btn-info:visited,
.breakout.strong-bg .strong-bg a.btn-danger:visited,
.breakout.strong-bg .strong-bg button.btn-danger:visited,
.breakout.strong-bg .strong-bg *.btn-danger:visited,
.breakout.strong-bg .strong-bg a.btn-warning:visited,
.breakout.strong-bg .strong-bg button.btn-warning:visited,
.breakout.strong-bg .strong-bg *.btn-warning:visited,
.breakout.strong-bg .strong-bg a.btn-success:visited,
.breakout.strong-bg .strong-bg button.btn-success:visited,
.breakout.strong-bg .strong-bg *.btn-success:visited,
.breakout.strong-bg .strong-bg a.btn-info:hover,
.breakout.strong-bg .strong-bg button.btn-info:hover,
.breakout.strong-bg .strong-bg *.btn-info:hover,
.breakout.strong-bg .strong-bg a.btn-danger:hover,
.breakout.strong-bg .strong-bg button.btn-danger:hover,
.breakout.strong-bg .strong-bg *.btn-danger:hover,
.breakout.strong-bg .strong-bg a.btn-warning:hover,
.breakout.strong-bg .strong-bg button.btn-warning:hover,
.breakout.strong-bg .strong-bg *.btn-warning:hover,
.breakout.strong-bg .strong-bg a.btn-success:hover,
.breakout.strong-bg .strong-bg button.btn-success:hover,
.breakout.strong-bg .strong-bg *.btn-success:hover,
.brand-bg.breakout-lg a.btn-info,
.brand-bg.breakout-lg button.btn-info,
.brand-bg.breakout-lg *.btn-info,
.brand-bg.breakout-lg a.btn-danger,
.brand-bg.breakout-lg button.btn-danger,
.brand-bg.breakout-lg *.btn-danger,
.brand-bg.breakout-lg a.btn-warning,
.brand-bg.breakout-lg button.btn-warning,
.brand-bg.breakout-lg *.btn-warning,
.brand-bg.breakout-lg a.btn-success,
.brand-bg.breakout-lg button.btn-success,
.brand-bg.breakout-lg *.btn-success,
.brand-bg.breakout-lg a.btn-info:visited,
.brand-bg.breakout-lg button.btn-info:visited,
.brand-bg.breakout-lg *.btn-info:visited,
.brand-bg.breakout-lg a.btn-danger:visited,
.brand-bg.breakout-lg button.btn-danger:visited,
.brand-bg.breakout-lg *.btn-danger:visited,
.brand-bg.breakout-lg a.btn-warning:visited,
.brand-bg.breakout-lg button.btn-warning:visited,
.brand-bg.breakout-lg *.btn-warning:visited,
.brand-bg.breakout-lg a.btn-success:visited,
.brand-bg.breakout-lg button.btn-success:visited,
.brand-bg.breakout-lg *.btn-success:visited,
.brand-bg.breakout-lg a.btn-info:hover,
.brand-bg.breakout-lg button.btn-info:hover,
.brand-bg.breakout-lg *.btn-info:hover,
.brand-bg.breakout-lg a.btn-danger:hover,
.brand-bg.breakout-lg button.btn-danger:hover,
.brand-bg.breakout-lg *.btn-danger:hover,
.brand-bg.breakout-lg a.btn-warning:hover,
.brand-bg.breakout-lg button.btn-warning:hover,
.brand-bg.breakout-lg *.btn-warning:hover,
.brand-bg.breakout-lg a.btn-success:hover,
.brand-bg.breakout-lg button.btn-success:hover,
.brand-bg.breakout-lg *.btn-success:hover,
.brand-bg.breakout-sm a.btn-info,
.brand-bg.breakout-sm button.btn-info,
.brand-bg.breakout-sm *.btn-info,
.brand-bg.breakout-sm a.btn-danger,
.brand-bg.breakout-sm button.btn-danger,
.brand-bg.breakout-sm *.btn-danger,
.brand-bg.breakout-sm a.btn-warning,
.brand-bg.breakout-sm button.btn-warning,
.brand-bg.breakout-sm *.btn-warning,
.brand-bg.breakout-sm a.btn-success,
.brand-bg.breakout-sm button.btn-success,
.brand-bg.breakout-sm *.btn-success,
.brand-bg.breakout-sm a.btn-info:visited,
.brand-bg.breakout-sm button.btn-info:visited,
.brand-bg.breakout-sm *.btn-info:visited,
.brand-bg.breakout-sm a.btn-danger:visited,
.brand-bg.breakout-sm button.btn-danger:visited,
.brand-bg.breakout-sm *.btn-danger:visited,
.brand-bg.breakout-sm a.btn-warning:visited,
.brand-bg.breakout-sm button.btn-warning:visited,
.brand-bg.breakout-sm *.btn-warning:visited,
.brand-bg.breakout-sm a.btn-success:visited,
.brand-bg.breakout-sm button.btn-success:visited,
.brand-bg.breakout-sm *.btn-success:visited,
.brand-bg.breakout-sm a.btn-info:hover,
.brand-bg.breakout-sm button.btn-info:hover,
.brand-bg.breakout-sm *.btn-info:hover,
.brand-bg.breakout-sm a.btn-danger:hover,
.brand-bg.breakout-sm button.btn-danger:hover,
.brand-bg.breakout-sm *.btn-danger:hover,
.brand-bg.breakout-sm a.btn-warning:hover,
.brand-bg.breakout-sm button.btn-warning:hover,
.brand-bg.breakout-sm *.btn-warning:hover,
.brand-bg.breakout-sm a.btn-success:hover,
.brand-bg.breakout-sm button.btn-success:hover,
.brand-bg.breakout-sm *.btn-success:hover,
.dark-bg .breakout-lg a.btn-info,
.dark-bg .breakout-lg button.btn-info,
.dark-bg .breakout-lg *.btn-info,
.dark-bg .breakout-lg a.btn-danger,
.dark-bg .breakout-lg button.btn-danger,
.dark-bg .breakout-lg *.btn-danger,
.dark-bg .breakout-lg a.btn-warning,
.dark-bg .breakout-lg button.btn-warning,
.dark-bg .breakout-lg *.btn-warning,
.dark-bg .breakout-lg a.btn-success,
.dark-bg .breakout-lg button.btn-success,
.dark-bg .breakout-lg *.btn-success,
.dark-bg .breakout-lg a.btn-info:visited,
.dark-bg .breakout-lg button.btn-info:visited,
.dark-bg .breakout-lg *.btn-info:visited,
.dark-bg .breakout-lg a.btn-danger:visited,
.dark-bg .breakout-lg button.btn-danger:visited,
.dark-bg .breakout-lg *.btn-danger:visited,
.dark-bg .breakout-lg a.btn-warning:visited,
.dark-bg .breakout-lg button.btn-warning:visited,
.dark-bg .breakout-lg *.btn-warning:visited,
.dark-bg .breakout-lg a.btn-success:visited,
.dark-bg .breakout-lg button.btn-success:visited,
.dark-bg .breakout-lg *.btn-success:visited,
.dark-bg .breakout-lg a.btn-info:hover,
.dark-bg .breakout-lg button.btn-info:hover,
.dark-bg .breakout-lg *.btn-info:hover,
.dark-bg .breakout-lg a.btn-danger:hover,
.dark-bg .breakout-lg button.btn-danger:hover,
.dark-bg .breakout-lg *.btn-danger:hover,
.dark-bg .breakout-lg a.btn-warning:hover,
.dark-bg .breakout-lg button.btn-warning:hover,
.dark-bg .breakout-lg *.btn-warning:hover,
.dark-bg .breakout-lg a.btn-success:hover,
.dark-bg .breakout-lg button.btn-success:hover,
.dark-bg .breakout-lg *.btn-success:hover,
.brand-bg.breakout-lg a.btn-info,
.brand-bg.breakout-lg button.btn-info,
.brand-bg.breakout-lg *.btn-info,
.brand-bg.breakout-lg a.btn-danger,
.brand-bg.breakout-lg button.btn-danger,
.brand-bg.breakout-lg *.btn-danger,
.brand-bg.breakout-lg a.btn-warning,
.brand-bg.breakout-lg button.btn-warning,
.brand-bg.breakout-lg *.btn-warning,
.brand-bg.breakout-lg a.btn-success,
.brand-bg.breakout-lg button.btn-success,
.brand-bg.breakout-lg *.btn-success,
.brand-bg.breakout-lg a.btn-info:visited,
.brand-bg.breakout-lg button.btn-info:visited,
.brand-bg.breakout-lg *.btn-info:visited,
.brand-bg.breakout-lg a.btn-danger:visited,
.brand-bg.breakout-lg button.btn-danger:visited,
.brand-bg.breakout-lg *.btn-danger:visited,
.brand-bg.breakout-lg a.btn-warning:visited,
.brand-bg.breakout-lg button.btn-warning:visited,
.brand-bg.breakout-lg *.btn-warning:visited,
.brand-bg.breakout-lg a.btn-success:visited,
.brand-bg.breakout-lg button.btn-success:visited,
.brand-bg.breakout-lg *.btn-success:visited,
.brand-bg.breakout-lg a.btn-info:hover,
.brand-bg.breakout-lg button.btn-info:hover,
.brand-bg.breakout-lg *.btn-info:hover,
.brand-bg.breakout-lg a.btn-danger:hover,
.brand-bg.breakout-lg button.btn-danger:hover,
.brand-bg.breakout-lg *.btn-danger:hover,
.brand-bg.breakout-lg a.btn-warning:hover,
.brand-bg.breakout-lg button.btn-warning:hover,
.brand-bg.breakout-lg *.btn-warning:hover,
.brand-bg.breakout-lg a.btn-success:hover,
.brand-bg.breakout-lg button.btn-success:hover,
.brand-bg.breakout-lg *.btn-success:hover,
.breakout-lg.strong-bg a.btn-info,
.breakout-lg.strong-bg button.btn-info,
.breakout-lg.strong-bg *.btn-info,
.breakout-lg.strong-bg a.btn-danger,
.breakout-lg.strong-bg button.btn-danger,
.breakout-lg.strong-bg *.btn-danger,
.breakout-lg.strong-bg a.btn-warning,
.breakout-lg.strong-bg button.btn-warning,
.breakout-lg.strong-bg *.btn-warning,
.breakout-lg.strong-bg a.btn-success,
.breakout-lg.strong-bg button.btn-success,
.breakout-lg.strong-bg *.btn-success,
.breakout-lg.strong-bg a.btn-info:visited,
.breakout-lg.strong-bg button.btn-info:visited,
.breakout-lg.strong-bg *.btn-info:visited,
.breakout-lg.strong-bg a.btn-danger:visited,
.breakout-lg.strong-bg button.btn-danger:visited,
.breakout-lg.strong-bg *.btn-danger:visited,
.breakout-lg.strong-bg a.btn-warning:visited,
.breakout-lg.strong-bg button.btn-warning:visited,
.breakout-lg.strong-bg *.btn-warning:visited,
.breakout-lg.strong-bg a.btn-success:visited,
.breakout-lg.strong-bg button.btn-success:visited,
.breakout-lg.strong-bg *.btn-success:visited,
.breakout-lg.strong-bg a.btn-info:hover,
.breakout-lg.strong-bg button.btn-info:hover,
.breakout-lg.strong-bg *.btn-info:hover,
.breakout-lg.strong-bg a.btn-danger:hover,
.breakout-lg.strong-bg button.btn-danger:hover,
.breakout-lg.strong-bg *.btn-danger:hover,
.breakout-lg.strong-bg a.btn-warning:hover,
.breakout-lg.strong-bg button.btn-warning:hover,
.breakout-lg.strong-bg *.btn-warning:hover,
.breakout-lg.strong-bg a.btn-success:hover,
.breakout-lg.strong-bg button.btn-success:hover,
.breakout-lg.strong-bg *.btn-success:hover,
.breakout-lg.strong-bg .tile a.btn-info,
.breakout-lg.strong-bg .tile button.btn-info,
.breakout-lg.strong-bg .tile *.btn-info,
.breakout-lg.strong-bg .tile a.btn-danger,
.breakout-lg.strong-bg .tile button.btn-danger,
.breakout-lg.strong-bg .tile *.btn-danger,
.breakout-lg.strong-bg .tile a.btn-warning,
.breakout-lg.strong-bg .tile button.btn-warning,
.breakout-lg.strong-bg .tile *.btn-warning,
.breakout-lg.strong-bg .tile a.btn-success,
.breakout-lg.strong-bg .tile button.btn-success,
.breakout-lg.strong-bg .tile *.btn-success,
.breakout-lg.strong-bg .tile a.btn-info:visited,
.breakout-lg.strong-bg .tile button.btn-info:visited,
.breakout-lg.strong-bg .tile *.btn-info:visited,
.breakout-lg.strong-bg .tile a.btn-danger:visited,
.breakout-lg.strong-bg .tile button.btn-danger:visited,
.breakout-lg.strong-bg .tile *.btn-danger:visited,
.breakout-lg.strong-bg .tile a.btn-warning:visited,
.breakout-lg.strong-bg .tile button.btn-warning:visited,
.breakout-lg.strong-bg .tile *.btn-warning:visited,
.breakout-lg.strong-bg .tile a.btn-success:visited,
.breakout-lg.strong-bg .tile button.btn-success:visited,
.breakout-lg.strong-bg .tile *.btn-success:visited,
.breakout-lg.strong-bg .tile a.btn-info:hover,
.breakout-lg.strong-bg .tile button.btn-info:hover,
.breakout-lg.strong-bg .tile *.btn-info:hover,
.breakout-lg.strong-bg .tile a.btn-danger:hover,
.breakout-lg.strong-bg .tile button.btn-danger:hover,
.breakout-lg.strong-bg .tile *.btn-danger:hover,
.breakout-lg.strong-bg .tile a.btn-warning:hover,
.breakout-lg.strong-bg .tile button.btn-warning:hover,
.breakout-lg.strong-bg .tile *.btn-warning:hover,
.breakout-lg.strong-bg .tile a.btn-success:hover,
.breakout-lg.strong-bg .tile button.btn-success:hover,
.breakout-lg.strong-bg .tile *.btn-success:hover,
.breakout-lg.strong-bg .strong-bg a.btn-info,
.breakout-lg.strong-bg .strong-bg button.btn-info,
.breakout-lg.strong-bg .strong-bg *.btn-info,
.breakout-lg.strong-bg .strong-bg a.btn-danger,
.breakout-lg.strong-bg .strong-bg button.btn-danger,
.breakout-lg.strong-bg .strong-bg *.btn-danger,
.breakout-lg.strong-bg .strong-bg a.btn-warning,
.breakout-lg.strong-bg .strong-bg button.btn-warning,
.breakout-lg.strong-bg .strong-bg *.btn-warning,
.breakout-lg.strong-bg .strong-bg a.btn-success,
.breakout-lg.strong-bg .strong-bg button.btn-success,
.breakout-lg.strong-bg .strong-bg *.btn-success,
.breakout-lg.strong-bg .strong-bg a.btn-info:visited,
.breakout-lg.strong-bg .strong-bg button.btn-info:visited,
.breakout-lg.strong-bg .strong-bg *.btn-info:visited,
.breakout-lg.strong-bg .strong-bg a.btn-danger:visited,
.breakout-lg.strong-bg .strong-bg button.btn-danger:visited,
.breakout-lg.strong-bg .strong-bg *.btn-danger:visited,
.breakout-lg.strong-bg .strong-bg a.btn-warning:visited,
.breakout-lg.strong-bg .strong-bg button.btn-warning:visited,
.breakout-lg.strong-bg .strong-bg *.btn-warning:visited,
.breakout-lg.strong-bg .strong-bg a.btn-success:visited,
.breakout-lg.strong-bg .strong-bg button.btn-success:visited,
.breakout-lg.strong-bg .strong-bg *.btn-success:visited,
.breakout-lg.strong-bg .strong-bg a.btn-info:hover,
.breakout-lg.strong-bg .strong-bg button.btn-info:hover,
.breakout-lg.strong-bg .strong-bg *.btn-info:hover,
.breakout-lg.strong-bg .strong-bg a.btn-danger:hover,
.breakout-lg.strong-bg .strong-bg button.btn-danger:hover,
.breakout-lg.strong-bg .strong-bg *.btn-danger:hover,
.breakout-lg.strong-bg .strong-bg a.btn-warning:hover,
.breakout-lg.strong-bg .strong-bg button.btn-warning:hover,
.breakout-lg.strong-bg .strong-bg *.btn-warning:hover,
.breakout-lg.strong-bg .strong-bg a.btn-success:hover,
.breakout-lg.strong-bg .strong-bg button.btn-success:hover,
.breakout-lg.strong-bg .strong-bg *.btn-success:hover,
.dark-bg .breakout-sm a.btn-info,
.dark-bg .breakout-sm button.btn-info,
.dark-bg .breakout-sm *.btn-info,
.dark-bg .breakout-sm a.btn-danger,
.dark-bg .breakout-sm button.btn-danger,
.dark-bg .breakout-sm *.btn-danger,
.dark-bg .breakout-sm a.btn-warning,
.dark-bg .breakout-sm button.btn-warning,
.dark-bg .breakout-sm *.btn-warning,
.dark-bg .breakout-sm a.btn-success,
.dark-bg .breakout-sm button.btn-success,
.dark-bg .breakout-sm *.btn-success,
.dark-bg .breakout-sm a.btn-info:visited,
.dark-bg .breakout-sm button.btn-info:visited,
.dark-bg .breakout-sm *.btn-info:visited,
.dark-bg .breakout-sm a.btn-danger:visited,
.dark-bg .breakout-sm button.btn-danger:visited,
.dark-bg .breakout-sm *.btn-danger:visited,
.dark-bg .breakout-sm a.btn-warning:visited,
.dark-bg .breakout-sm button.btn-warning:visited,
.dark-bg .breakout-sm *.btn-warning:visited,
.dark-bg .breakout-sm a.btn-success:visited,
.dark-bg .breakout-sm button.btn-success:visited,
.dark-bg .breakout-sm *.btn-success:visited,
.dark-bg .breakout-sm a.btn-info:hover,
.dark-bg .breakout-sm button.btn-info:hover,
.dark-bg .breakout-sm *.btn-info:hover,
.dark-bg .breakout-sm a.btn-danger:hover,
.dark-bg .breakout-sm button.btn-danger:hover,
.dark-bg .breakout-sm *.btn-danger:hover,
.dark-bg .breakout-sm a.btn-warning:hover,
.dark-bg .breakout-sm button.btn-warning:hover,
.dark-bg .breakout-sm *.btn-warning:hover,
.dark-bg .breakout-sm a.btn-success:hover,
.dark-bg .breakout-sm button.btn-success:hover,
.dark-bg .breakout-sm *.btn-success:hover,
.brand-bg.breakout-sm a.btn-info,
.brand-bg.breakout-sm button.btn-info,
.brand-bg.breakout-sm *.btn-info,
.brand-bg.breakout-sm a.btn-danger,
.brand-bg.breakout-sm button.btn-danger,
.brand-bg.breakout-sm *.btn-danger,
.brand-bg.breakout-sm a.btn-warning,
.brand-bg.breakout-sm button.btn-warning,
.brand-bg.breakout-sm *.btn-warning,
.brand-bg.breakout-sm a.btn-success,
.brand-bg.breakout-sm button.btn-success,
.brand-bg.breakout-sm *.btn-success,
.brand-bg.breakout-sm a.btn-info:visited,
.brand-bg.breakout-sm button.btn-info:visited,
.brand-bg.breakout-sm *.btn-info:visited,
.brand-bg.breakout-sm a.btn-danger:visited,
.brand-bg.breakout-sm button.btn-danger:visited,
.brand-bg.breakout-sm *.btn-danger:visited,
.brand-bg.breakout-sm a.btn-warning:visited,
.brand-bg.breakout-sm button.btn-warning:visited,
.brand-bg.breakout-sm *.btn-warning:visited,
.brand-bg.breakout-sm a.btn-success:visited,
.brand-bg.breakout-sm button.btn-success:visited,
.brand-bg.breakout-sm *.btn-success:visited,
.brand-bg.breakout-sm a.btn-info:hover,
.brand-bg.breakout-sm button.btn-info:hover,
.brand-bg.breakout-sm *.btn-info:hover,
.brand-bg.breakout-sm a.btn-danger:hover,
.brand-bg.breakout-sm button.btn-danger:hover,
.brand-bg.breakout-sm *.btn-danger:hover,
.brand-bg.breakout-sm a.btn-warning:hover,
.brand-bg.breakout-sm button.btn-warning:hover,
.brand-bg.breakout-sm *.btn-warning:hover,
.brand-bg.breakout-sm a.btn-success:hover,
.brand-bg.breakout-sm button.btn-success:hover,
.brand-bg.breakout-sm *.btn-success:hover,
.breakout-sm.strong-bg a.btn-info,
.breakout-sm.strong-bg button.btn-info,
.breakout-sm.strong-bg *.btn-info,
.breakout-sm.strong-bg a.btn-danger,
.breakout-sm.strong-bg button.btn-danger,
.breakout-sm.strong-bg *.btn-danger,
.breakout-sm.strong-bg a.btn-warning,
.breakout-sm.strong-bg button.btn-warning,
.breakout-sm.strong-bg *.btn-warning,
.breakout-sm.strong-bg a.btn-success,
.breakout-sm.strong-bg button.btn-success,
.breakout-sm.strong-bg *.btn-success,
.breakout-sm.strong-bg a.btn-info:visited,
.breakout-sm.strong-bg button.btn-info:visited,
.breakout-sm.strong-bg *.btn-info:visited,
.breakout-sm.strong-bg a.btn-danger:visited,
.breakout-sm.strong-bg button.btn-danger:visited,
.breakout-sm.strong-bg *.btn-danger:visited,
.breakout-sm.strong-bg a.btn-warning:visited,
.breakout-sm.strong-bg button.btn-warning:visited,
.breakout-sm.strong-bg *.btn-warning:visited,
.breakout-sm.strong-bg a.btn-success:visited,
.breakout-sm.strong-bg button.btn-success:visited,
.breakout-sm.strong-bg *.btn-success:visited,
.breakout-sm.strong-bg a.btn-info:hover,
.breakout-sm.strong-bg button.btn-info:hover,
.breakout-sm.strong-bg *.btn-info:hover,
.breakout-sm.strong-bg a.btn-danger:hover,
.breakout-sm.strong-bg button.btn-danger:hover,
.breakout-sm.strong-bg *.btn-danger:hover,
.breakout-sm.strong-bg a.btn-warning:hover,
.breakout-sm.strong-bg button.btn-warning:hover,
.breakout-sm.strong-bg *.btn-warning:hover,
.breakout-sm.strong-bg a.btn-success:hover,
.breakout-sm.strong-bg button.btn-success:hover,
.breakout-sm.strong-bg *.btn-success:hover,
.breakout-sm.strong-bg .tile a.btn-info,
.breakout-sm.strong-bg .tile button.btn-info,
.breakout-sm.strong-bg .tile *.btn-info,
.breakout-sm.strong-bg .tile a.btn-danger,
.breakout-sm.strong-bg .tile button.btn-danger,
.breakout-sm.strong-bg .tile *.btn-danger,
.breakout-sm.strong-bg .tile a.btn-warning,
.breakout-sm.strong-bg .tile button.btn-warning,
.breakout-sm.strong-bg .tile *.btn-warning,
.breakout-sm.strong-bg .tile a.btn-success,
.breakout-sm.strong-bg .tile button.btn-success,
.breakout-sm.strong-bg .tile *.btn-success,
.breakout-sm.strong-bg .tile a.btn-info:visited,
.breakout-sm.strong-bg .tile button.btn-info:visited,
.breakout-sm.strong-bg .tile *.btn-info:visited,
.breakout-sm.strong-bg .tile a.btn-danger:visited,
.breakout-sm.strong-bg .tile button.btn-danger:visited,
.breakout-sm.strong-bg .tile *.btn-danger:visited,
.breakout-sm.strong-bg .tile a.btn-warning:visited,
.breakout-sm.strong-bg .tile button.btn-warning:visited,
.breakout-sm.strong-bg .tile *.btn-warning:visited,
.breakout-sm.strong-bg .tile a.btn-success:visited,
.breakout-sm.strong-bg .tile button.btn-success:visited,
.breakout-sm.strong-bg .tile *.btn-success:visited,
.breakout-sm.strong-bg .tile a.btn-info:hover,
.breakout-sm.strong-bg .tile button.btn-info:hover,
.breakout-sm.strong-bg .tile *.btn-info:hover,
.breakout-sm.strong-bg .tile a.btn-danger:hover,
.breakout-sm.strong-bg .tile button.btn-danger:hover,
.breakout-sm.strong-bg .tile *.btn-danger:hover,
.breakout-sm.strong-bg .tile a.btn-warning:hover,
.breakout-sm.strong-bg .tile button.btn-warning:hover,
.breakout-sm.strong-bg .tile *.btn-warning:hover,
.breakout-sm.strong-bg .tile a.btn-success:hover,
.breakout-sm.strong-bg .tile button.btn-success:hover,
.breakout-sm.strong-bg .tile *.btn-success:hover,
.breakout-sm.strong-bg .strong-bg a.btn-info,
.breakout-sm.strong-bg .strong-bg button.btn-info,
.breakout-sm.strong-bg .strong-bg *.btn-info,
.breakout-sm.strong-bg .strong-bg a.btn-danger,
.breakout-sm.strong-bg .strong-bg button.btn-danger,
.breakout-sm.strong-bg .strong-bg *.btn-danger,
.breakout-sm.strong-bg .strong-bg a.btn-warning,
.breakout-sm.strong-bg .strong-bg button.btn-warning,
.breakout-sm.strong-bg .strong-bg *.btn-warning,
.breakout-sm.strong-bg .strong-bg a.btn-success,
.breakout-sm.strong-bg .strong-bg button.btn-success,
.breakout-sm.strong-bg .strong-bg *.btn-success,
.breakout-sm.strong-bg .strong-bg a.btn-info:visited,
.breakout-sm.strong-bg .strong-bg button.btn-info:visited,
.breakout-sm.strong-bg .strong-bg *.btn-info:visited,
.breakout-sm.strong-bg .strong-bg a.btn-danger:visited,
.breakout-sm.strong-bg .strong-bg button.btn-danger:visited,
.breakout-sm.strong-bg .strong-bg *.btn-danger:visited,
.breakout-sm.strong-bg .strong-bg a.btn-warning:visited,
.breakout-sm.strong-bg .strong-bg button.btn-warning:visited,
.breakout-sm.strong-bg .strong-bg *.btn-warning:visited,
.breakout-sm.strong-bg .strong-bg a.btn-success:visited,
.breakout-sm.strong-bg .strong-bg button.btn-success:visited,
.breakout-sm.strong-bg .strong-bg *.btn-success:visited,
.breakout-sm.strong-bg .strong-bg a.btn-info:hover,
.breakout-sm.strong-bg .strong-bg button.btn-info:hover,
.breakout-sm.strong-bg .strong-bg *.btn-info:hover,
.breakout-sm.strong-bg .strong-bg a.btn-danger:hover,
.breakout-sm.strong-bg .strong-bg button.btn-danger:hover,
.breakout-sm.strong-bg .strong-bg *.btn-danger:hover,
.breakout-sm.strong-bg .strong-bg a.btn-warning:hover,
.breakout-sm.strong-bg .strong-bg button.btn-warning:hover,
.breakout-sm.strong-bg .strong-bg *.btn-warning:hover,
.breakout-sm.strong-bg .strong-bg a.btn-success:hover,
.breakout-sm.strong-bg .strong-bg button.btn-success:hover,
.breakout-sm.strong-bg .strong-bg *.btn-success:hover {
  color: #fff;
}
.fix-btn-anchor-colors a.btn-default,
.fix-btn-anchor-colors button.btn-default,
.fix-btn-anchor-colors *.btn-default,
.fix-btn-anchor-colors a.btn-default:visited,
.fix-btn-anchor-colors button.btn-default:visited,
.fix-btn-anchor-colors *.btn-default:visited,
.fix-btn-anchor-colors a.btn-default:hover,
.fix-btn-anchor-colors button.btn-default:hover,
.fix-btn-anchor-colors *.btn-default:hover,
.footer-sitemap-section a.btn-default,
.footer-sitemap-section button.btn-default,
.footer-sitemap-section *.btn-default,
.footer-sitemap-section a.btn-default:visited,
.footer-sitemap-section button.btn-default:visited,
.footer-sitemap-section *.btn-default:visited,
.footer-sitemap-section a.btn-default:hover,
.footer-sitemap-section button.btn-default:hover,
.footer-sitemap-section *.btn-default:hover,
.photo-bg .module-footer a.btn-default,
.photo-bg .module-footer button.btn-default,
.photo-bg .module-footer *.btn-default,
.photo-bg .module-footer a.btn-default:visited,
.photo-bg .module-footer button.btn-default:visited,
.photo-bg .module-footer *.btn-default:visited,
.photo-bg .module-footer a.btn-default:hover,
.photo-bg .module-footer button.btn-default:hover,
.photo-bg .module-footer *.btn-default:hover,
.dark-bg a.btn-default,
.dark-bg button.btn-default,
.dark-bg *.btn-default,
.dark-bg a.btn-default:visited,
.dark-bg button.btn-default:visited,
.dark-bg *.btn-default:visited,
.dark-bg a.btn-default:hover,
.dark-bg button.btn-default:hover,
.dark-bg *.btn-default:hover,
.dark-bg .tile a.btn-default,
.dark-bg .tile button.btn-default,
.dark-bg .tile *.btn-default,
.dark-bg .tile a.btn-default:visited,
.dark-bg .tile button.btn-default:visited,
.dark-bg .tile *.btn-default:visited,
.dark-bg .tile a.btn-default:hover,
.dark-bg .tile button.btn-default:hover,
.dark-bg .tile *.btn-default:hover,
.dark-bg .strong-bg a.btn-default,
.dark-bg .strong-bg button.btn-default,
.dark-bg .strong-bg *.btn-default,
.dark-bg .strong-bg a.btn-default:visited,
.dark-bg .strong-bg button.btn-default:visited,
.dark-bg .strong-bg *.btn-default:visited,
.dark-bg .strong-bg a.btn-default:hover,
.dark-bg .strong-bg button.btn-default:hover,
.dark-bg .strong-bg *.btn-default:hover,
.brand-bg a.btn-default,
.brand-bg button.btn-default,
.brand-bg *.btn-default,
.brand-bg a.btn-default:visited,
.brand-bg button.btn-default:visited,
.brand-bg *.btn-default:visited,
.brand-bg a.btn-default:hover,
.brand-bg button.btn-default:hover,
.brand-bg *.btn-default:hover,
.brand-bg.breakout a.btn-default,
.brand-bg.breakout button.btn-default,
.brand-bg.breakout *.btn-default,
.brand-bg.breakout a.btn-default:visited,
.brand-bg.breakout button.btn-default:visited,
.brand-bg.breakout *.btn-default:visited,
.brand-bg.breakout a.btn-default:hover,
.brand-bg.breakout button.btn-default:hover,
.brand-bg.breakout *.btn-default:hover,
.brand-bg.tile a.btn-default,
.brand-bg.tile button.btn-default,
.brand-bg.tile *.btn-default,
.brand-bg.tile a.btn-default:visited,
.brand-bg.tile button.btn-default:visited,
.brand-bg.tile *.btn-default:visited,
.brand-bg.tile a.btn-default:hover,
.brand-bg.tile button.btn-default:hover,
.brand-bg.tile *.btn-default:hover,
.dark-bg .breakout a.btn-default,
.dark-bg .breakout button.btn-default,
.dark-bg .breakout *.btn-default,
.dark-bg .breakout a.btn-default:visited,
.dark-bg .breakout button.btn-default:visited,
.dark-bg .breakout *.btn-default:visited,
.dark-bg .breakout a.btn-default:hover,
.dark-bg .breakout button.btn-default:hover,
.dark-bg .breakout *.btn-default:hover,
.brand-bg.breakout a.btn-default,
.brand-bg.breakout button.btn-default,
.brand-bg.breakout *.btn-default,
.brand-bg.breakout a.btn-default:visited,
.brand-bg.breakout button.btn-default:visited,
.brand-bg.breakout *.btn-default:visited,
.brand-bg.breakout a.btn-default:hover,
.brand-bg.breakout button.btn-default:hover,
.brand-bg.breakout *.btn-default:hover,
.breakout.strong-bg a.btn-default,
.breakout.strong-bg button.btn-default,
.breakout.strong-bg *.btn-default,
.breakout.strong-bg a.btn-default:visited,
.breakout.strong-bg button.btn-default:visited,
.breakout.strong-bg *.btn-default:visited,
.breakout.strong-bg a.btn-default:hover,
.breakout.strong-bg button.btn-default:hover,
.breakout.strong-bg *.btn-default:hover,
.breakout.strong-bg .tile a.btn-default,
.breakout.strong-bg .tile button.btn-default,
.breakout.strong-bg .tile *.btn-default,
.breakout.strong-bg .tile a.btn-default:visited,
.breakout.strong-bg .tile button.btn-default:visited,
.breakout.strong-bg .tile *.btn-default:visited,
.breakout.strong-bg .tile a.btn-default:hover,
.breakout.strong-bg .tile button.btn-default:hover,
.breakout.strong-bg .tile *.btn-default:hover,
.breakout.strong-bg .strong-bg a.btn-default,
.breakout.strong-bg .strong-bg button.btn-default,
.breakout.strong-bg .strong-bg *.btn-default,
.breakout.strong-bg .strong-bg a.btn-default:visited,
.breakout.strong-bg .strong-bg button.btn-default:visited,
.breakout.strong-bg .strong-bg *.btn-default:visited,
.breakout.strong-bg .strong-bg a.btn-default:hover,
.breakout.strong-bg .strong-bg button.btn-default:hover,
.breakout.strong-bg .strong-bg *.btn-default:hover,
.brand-bg.breakout-lg a.btn-default,
.brand-bg.breakout-lg button.btn-default,
.brand-bg.breakout-lg *.btn-default,
.brand-bg.breakout-lg a.btn-default:visited,
.brand-bg.breakout-lg button.btn-default:visited,
.brand-bg.breakout-lg *.btn-default:visited,
.brand-bg.breakout-lg a.btn-default:hover,
.brand-bg.breakout-lg button.btn-default:hover,
.brand-bg.breakout-lg *.btn-default:hover,
.brand-bg.breakout-sm a.btn-default,
.brand-bg.breakout-sm button.btn-default,
.brand-bg.breakout-sm *.btn-default,
.brand-bg.breakout-sm a.btn-default:visited,
.brand-bg.breakout-sm button.btn-default:visited,
.brand-bg.breakout-sm *.btn-default:visited,
.brand-bg.breakout-sm a.btn-default:hover,
.brand-bg.breakout-sm button.btn-default:hover,
.brand-bg.breakout-sm *.btn-default:hover,
.dark-bg .breakout-lg a.btn-default,
.dark-bg .breakout-lg button.btn-default,
.dark-bg .breakout-lg *.btn-default,
.dark-bg .breakout-lg a.btn-default:visited,
.dark-bg .breakout-lg button.btn-default:visited,
.dark-bg .breakout-lg *.btn-default:visited,
.dark-bg .breakout-lg a.btn-default:hover,
.dark-bg .breakout-lg button.btn-default:hover,
.dark-bg .breakout-lg *.btn-default:hover,
.brand-bg.breakout-lg a.btn-default,
.brand-bg.breakout-lg button.btn-default,
.brand-bg.breakout-lg *.btn-default,
.brand-bg.breakout-lg a.btn-default:visited,
.brand-bg.breakout-lg button.btn-default:visited,
.brand-bg.breakout-lg *.btn-default:visited,
.brand-bg.breakout-lg a.btn-default:hover,
.brand-bg.breakout-lg button.btn-default:hover,
.brand-bg.breakout-lg *.btn-default:hover,
.breakout-lg.strong-bg a.btn-default,
.breakout-lg.strong-bg button.btn-default,
.breakout-lg.strong-bg *.btn-default,
.breakout-lg.strong-bg a.btn-default:visited,
.breakout-lg.strong-bg button.btn-default:visited,
.breakout-lg.strong-bg *.btn-default:visited,
.breakout-lg.strong-bg a.btn-default:hover,
.breakout-lg.strong-bg button.btn-default:hover,
.breakout-lg.strong-bg *.btn-default:hover,
.breakout-lg.strong-bg .tile a.btn-default,
.breakout-lg.strong-bg .tile button.btn-default,
.breakout-lg.strong-bg .tile *.btn-default,
.breakout-lg.strong-bg .tile a.btn-default:visited,
.breakout-lg.strong-bg .tile button.btn-default:visited,
.breakout-lg.strong-bg .tile *.btn-default:visited,
.breakout-lg.strong-bg .tile a.btn-default:hover,
.breakout-lg.strong-bg .tile button.btn-default:hover,
.breakout-lg.strong-bg .tile *.btn-default:hover,
.breakout-lg.strong-bg .strong-bg a.btn-default,
.breakout-lg.strong-bg .strong-bg button.btn-default,
.breakout-lg.strong-bg .strong-bg *.btn-default,
.breakout-lg.strong-bg .strong-bg a.btn-default:visited,
.breakout-lg.strong-bg .strong-bg button.btn-default:visited,
.breakout-lg.strong-bg .strong-bg *.btn-default:visited,
.breakout-lg.strong-bg .strong-bg a.btn-default:hover,
.breakout-lg.strong-bg .strong-bg button.btn-default:hover,
.breakout-lg.strong-bg .strong-bg *.btn-default:hover,
.dark-bg .breakout-sm a.btn-default,
.dark-bg .breakout-sm button.btn-default,
.dark-bg .breakout-sm *.btn-default,
.dark-bg .breakout-sm a.btn-default:visited,
.dark-bg .breakout-sm button.btn-default:visited,
.dark-bg .breakout-sm *.btn-default:visited,
.dark-bg .breakout-sm a.btn-default:hover,
.dark-bg .breakout-sm button.btn-default:hover,
.dark-bg .breakout-sm *.btn-default:hover,
.brand-bg.breakout-sm a.btn-default,
.brand-bg.breakout-sm button.btn-default,
.brand-bg.breakout-sm *.btn-default,
.brand-bg.breakout-sm a.btn-default:visited,
.brand-bg.breakout-sm button.btn-default:visited,
.brand-bg.breakout-sm *.btn-default:visited,
.brand-bg.breakout-sm a.btn-default:hover,
.brand-bg.breakout-sm button.btn-default:hover,
.brand-bg.breakout-sm *.btn-default:hover,
.breakout-sm.strong-bg a.btn-default,
.breakout-sm.strong-bg button.btn-default,
.breakout-sm.strong-bg *.btn-default,
.breakout-sm.strong-bg a.btn-default:visited,
.breakout-sm.strong-bg button.btn-default:visited,
.breakout-sm.strong-bg *.btn-default:visited,
.breakout-sm.strong-bg a.btn-default:hover,
.breakout-sm.strong-bg button.btn-default:hover,
.breakout-sm.strong-bg *.btn-default:hover,
.breakout-sm.strong-bg .tile a.btn-default,
.breakout-sm.strong-bg .tile button.btn-default,
.breakout-sm.strong-bg .tile *.btn-default,
.breakout-sm.strong-bg .tile a.btn-default:visited,
.breakout-sm.strong-bg .tile button.btn-default:visited,
.breakout-sm.strong-bg .tile *.btn-default:visited,
.breakout-sm.strong-bg .tile a.btn-default:hover,
.breakout-sm.strong-bg .tile button.btn-default:hover,
.breakout-sm.strong-bg .tile *.btn-default:hover,
.breakout-sm.strong-bg .strong-bg a.btn-default,
.breakout-sm.strong-bg .strong-bg button.btn-default,
.breakout-sm.strong-bg .strong-bg *.btn-default,
.breakout-sm.strong-bg .strong-bg a.btn-default:visited,
.breakout-sm.strong-bg .strong-bg button.btn-default:visited,
.breakout-sm.strong-bg .strong-bg *.btn-default:visited,
.breakout-sm.strong-bg .strong-bg a.btn-default:hover,
.breakout-sm.strong-bg .strong-bg button.btn-default:hover,
.breakout-sm.strong-bg .strong-bg *.btn-default:hover {
  color: #425563;
}
.fix-btn-anchor-colors a.btn-default[disabled],
.fix-btn-anchor-colors button.btn-default[disabled],
.fix-btn-anchor-colors *.btn-default[disabled],
.fix-btn-anchor-colors a.btn-default[disabled]:hover,
.fix-btn-anchor-colors button.btn-default[disabled]:hover,
.fix-btn-anchor-colors *.btn-default[disabled]:hover,
.fix-btn-anchor-colors a.btn-default[disabled]:focus,
.fix-btn-anchor-colors button.btn-default[disabled]:focus,
.fix-btn-anchor-colors *.btn-default[disabled]:focus,
.footer-sitemap-section a.btn-default[disabled],
.footer-sitemap-section button.btn-default[disabled],
.footer-sitemap-section *.btn-default[disabled],
.footer-sitemap-section a.btn-default[disabled]:hover,
.footer-sitemap-section button.btn-default[disabled]:hover,
.footer-sitemap-section *.btn-default[disabled]:hover,
.footer-sitemap-section a.btn-default[disabled]:focus,
.footer-sitemap-section button.btn-default[disabled]:focus,
.footer-sitemap-section *.btn-default[disabled]:focus,
.photo-bg .module-footer a.btn-default[disabled],
.photo-bg .module-footer button.btn-default[disabled],
.photo-bg .module-footer *.btn-default[disabled],
.photo-bg .module-footer a.btn-default[disabled]:hover,
.photo-bg .module-footer button.btn-default[disabled]:hover,
.photo-bg .module-footer *.btn-default[disabled]:hover,
.photo-bg .module-footer a.btn-default[disabled]:focus,
.photo-bg .module-footer button.btn-default[disabled]:focus,
.photo-bg .module-footer *.btn-default[disabled]:focus,
.dark-bg a.btn-default[disabled],
.dark-bg button.btn-default[disabled],
.dark-bg *.btn-default[disabled],
.dark-bg a.btn-default[disabled]:hover,
.dark-bg button.btn-default[disabled]:hover,
.dark-bg *.btn-default[disabled]:hover,
.dark-bg a.btn-default[disabled]:focus,
.dark-bg button.btn-default[disabled]:focus,
.dark-bg *.btn-default[disabled]:focus,
.dark-bg .tile a.btn-default[disabled],
.dark-bg .tile button.btn-default[disabled],
.dark-bg .tile *.btn-default[disabled],
.dark-bg .tile a.btn-default[disabled]:hover,
.dark-bg .tile button.btn-default[disabled]:hover,
.dark-bg .tile *.btn-default[disabled]:hover,
.dark-bg .tile a.btn-default[disabled]:focus,
.dark-bg .tile button.btn-default[disabled]:focus,
.dark-bg .tile *.btn-default[disabled]:focus,
.dark-bg .strong-bg a.btn-default[disabled],
.dark-bg .strong-bg button.btn-default[disabled],
.dark-bg .strong-bg *.btn-default[disabled],
.dark-bg .strong-bg a.btn-default[disabled]:hover,
.dark-bg .strong-bg button.btn-default[disabled]:hover,
.dark-bg .strong-bg *.btn-default[disabled]:hover,
.dark-bg .strong-bg a.btn-default[disabled]:focus,
.dark-bg .strong-bg button.btn-default[disabled]:focus,
.dark-bg .strong-bg *.btn-default[disabled]:focus,
.brand-bg a.btn-default[disabled],
.brand-bg button.btn-default[disabled],
.brand-bg *.btn-default[disabled],
.brand-bg a.btn-default[disabled]:hover,
.brand-bg button.btn-default[disabled]:hover,
.brand-bg *.btn-default[disabled]:hover,
.brand-bg a.btn-default[disabled]:focus,
.brand-bg button.btn-default[disabled]:focus,
.brand-bg *.btn-default[disabled]:focus,
.brand-bg.breakout a.btn-default[disabled],
.brand-bg.breakout button.btn-default[disabled],
.brand-bg.breakout *.btn-default[disabled],
.brand-bg.breakout a.btn-default[disabled]:hover,
.brand-bg.breakout button.btn-default[disabled]:hover,
.brand-bg.breakout *.btn-default[disabled]:hover,
.brand-bg.breakout a.btn-default[disabled]:focus,
.brand-bg.breakout button.btn-default[disabled]:focus,
.brand-bg.breakout *.btn-default[disabled]:focus,
.brand-bg.tile a.btn-default[disabled],
.brand-bg.tile button.btn-default[disabled],
.brand-bg.tile *.btn-default[disabled],
.brand-bg.tile a.btn-default[disabled]:hover,
.brand-bg.tile button.btn-default[disabled]:hover,
.brand-bg.tile *.btn-default[disabled]:hover,
.brand-bg.tile a.btn-default[disabled]:focus,
.brand-bg.tile button.btn-default[disabled]:focus,
.brand-bg.tile *.btn-default[disabled]:focus,
.dark-bg .breakout a.btn-default[disabled],
.dark-bg .breakout button.btn-default[disabled],
.dark-bg .breakout *.btn-default[disabled],
.dark-bg .breakout a.btn-default[disabled]:hover,
.dark-bg .breakout button.btn-default[disabled]:hover,
.dark-bg .breakout *.btn-default[disabled]:hover,
.dark-bg .breakout a.btn-default[disabled]:focus,
.dark-bg .breakout button.btn-default[disabled]:focus,
.dark-bg .breakout *.btn-default[disabled]:focus,
.brand-bg.breakout a.btn-default[disabled],
.brand-bg.breakout button.btn-default[disabled],
.brand-bg.breakout *.btn-default[disabled],
.brand-bg.breakout a.btn-default[disabled]:hover,
.brand-bg.breakout button.btn-default[disabled]:hover,
.brand-bg.breakout *.btn-default[disabled]:hover,
.brand-bg.breakout a.btn-default[disabled]:focus,
.brand-bg.breakout button.btn-default[disabled]:focus,
.brand-bg.breakout *.btn-default[disabled]:focus,
.breakout.strong-bg a.btn-default[disabled],
.breakout.strong-bg button.btn-default[disabled],
.breakout.strong-bg *.btn-default[disabled],
.breakout.strong-bg a.btn-default[disabled]:hover,
.breakout.strong-bg button.btn-default[disabled]:hover,
.breakout.strong-bg *.btn-default[disabled]:hover,
.breakout.strong-bg a.btn-default[disabled]:focus,
.breakout.strong-bg button.btn-default[disabled]:focus,
.breakout.strong-bg *.btn-default[disabled]:focus,
.breakout.strong-bg .tile a.btn-default[disabled],
.breakout.strong-bg .tile button.btn-default[disabled],
.breakout.strong-bg .tile *.btn-default[disabled],
.breakout.strong-bg .tile a.btn-default[disabled]:hover,
.breakout.strong-bg .tile button.btn-default[disabled]:hover,
.breakout.strong-bg .tile *.btn-default[disabled]:hover,
.breakout.strong-bg .tile a.btn-default[disabled]:focus,
.breakout.strong-bg .tile button.btn-default[disabled]:focus,
.breakout.strong-bg .tile *.btn-default[disabled]:focus,
.breakout.strong-bg .strong-bg a.btn-default[disabled],
.breakout.strong-bg .strong-bg button.btn-default[disabled],
.breakout.strong-bg .strong-bg *.btn-default[disabled],
.breakout.strong-bg .strong-bg a.btn-default[disabled]:hover,
.breakout.strong-bg .strong-bg button.btn-default[disabled]:hover,
.breakout.strong-bg .strong-bg *.btn-default[disabled]:hover,
.breakout.strong-bg .strong-bg a.btn-default[disabled]:focus,
.breakout.strong-bg .strong-bg button.btn-default[disabled]:focus,
.breakout.strong-bg .strong-bg *.btn-default[disabled]:focus,
.brand-bg.breakout-lg a.btn-default[disabled],
.brand-bg.breakout-lg button.btn-default[disabled],
.brand-bg.breakout-lg *.btn-default[disabled],
.brand-bg.breakout-lg a.btn-default[disabled]:hover,
.brand-bg.breakout-lg button.btn-default[disabled]:hover,
.brand-bg.breakout-lg *.btn-default[disabled]:hover,
.brand-bg.breakout-lg a.btn-default[disabled]:focus,
.brand-bg.breakout-lg button.btn-default[disabled]:focus,
.brand-bg.breakout-lg *.btn-default[disabled]:focus,
.brand-bg.breakout-sm a.btn-default[disabled],
.brand-bg.breakout-sm button.btn-default[disabled],
.brand-bg.breakout-sm *.btn-default[disabled],
.brand-bg.breakout-sm a.btn-default[disabled]:hover,
.brand-bg.breakout-sm button.btn-default[disabled]:hover,
.brand-bg.breakout-sm *.btn-default[disabled]:hover,
.brand-bg.breakout-sm a.btn-default[disabled]:focus,
.brand-bg.breakout-sm button.btn-default[disabled]:focus,
.brand-bg.breakout-sm *.btn-default[disabled]:focus,
.dark-bg .breakout-lg a.btn-default[disabled],
.dark-bg .breakout-lg button.btn-default[disabled],
.dark-bg .breakout-lg *.btn-default[disabled],
.dark-bg .breakout-lg a.btn-default[disabled]:hover,
.dark-bg .breakout-lg button.btn-default[disabled]:hover,
.dark-bg .breakout-lg *.btn-default[disabled]:hover,
.dark-bg .breakout-lg a.btn-default[disabled]:focus,
.dark-bg .breakout-lg button.btn-default[disabled]:focus,
.dark-bg .breakout-lg *.btn-default[disabled]:focus,
.brand-bg.breakout-lg a.btn-default[disabled],
.brand-bg.breakout-lg button.btn-default[disabled],
.brand-bg.breakout-lg *.btn-default[disabled],
.brand-bg.breakout-lg a.btn-default[disabled]:hover,
.brand-bg.breakout-lg button.btn-default[disabled]:hover,
.brand-bg.breakout-lg *.btn-default[disabled]:hover,
.brand-bg.breakout-lg a.btn-default[disabled]:focus,
.brand-bg.breakout-lg button.btn-default[disabled]:focus,
.brand-bg.breakout-lg *.btn-default[disabled]:focus,
.breakout-lg.strong-bg a.btn-default[disabled],
.breakout-lg.strong-bg button.btn-default[disabled],
.breakout-lg.strong-bg *.btn-default[disabled],
.breakout-lg.strong-bg a.btn-default[disabled]:hover,
.breakout-lg.strong-bg button.btn-default[disabled]:hover,
.breakout-lg.strong-bg *.btn-default[disabled]:hover,
.breakout-lg.strong-bg a.btn-default[disabled]:focus,
.breakout-lg.strong-bg button.btn-default[disabled]:focus,
.breakout-lg.strong-bg *.btn-default[disabled]:focus,
.breakout-lg.strong-bg .tile a.btn-default[disabled],
.breakout-lg.strong-bg .tile button.btn-default[disabled],
.breakout-lg.strong-bg .tile *.btn-default[disabled],
.breakout-lg.strong-bg .tile a.btn-default[disabled]:hover,
.breakout-lg.strong-bg .tile button.btn-default[disabled]:hover,
.breakout-lg.strong-bg .tile *.btn-default[disabled]:hover,
.breakout-lg.strong-bg .tile a.btn-default[disabled]:focus,
.breakout-lg.strong-bg .tile button.btn-default[disabled]:focus,
.breakout-lg.strong-bg .tile *.btn-default[disabled]:focus,
.breakout-lg.strong-bg .strong-bg a.btn-default[disabled],
.breakout-lg.strong-bg .strong-bg button.btn-default[disabled],
.breakout-lg.strong-bg .strong-bg *.btn-default[disabled],
.breakout-lg.strong-bg .strong-bg a.btn-default[disabled]:hover,
.breakout-lg.strong-bg .strong-bg button.btn-default[disabled]:hover,
.breakout-lg.strong-bg .strong-bg *.btn-default[disabled]:hover,
.breakout-lg.strong-bg .strong-bg a.btn-default[disabled]:focus,
.breakout-lg.strong-bg .strong-bg button.btn-default[disabled]:focus,
.breakout-lg.strong-bg .strong-bg *.btn-default[disabled]:focus,
.dark-bg .breakout-sm a.btn-default[disabled],
.dark-bg .breakout-sm button.btn-default[disabled],
.dark-bg .breakout-sm *.btn-default[disabled],
.dark-bg .breakout-sm a.btn-default[disabled]:hover,
.dark-bg .breakout-sm button.btn-default[disabled]:hover,
.dark-bg .breakout-sm *.btn-default[disabled]:hover,
.dark-bg .breakout-sm a.btn-default[disabled]:focus,
.dark-bg .breakout-sm button.btn-default[disabled]:focus,
.dark-bg .breakout-sm *.btn-default[disabled]:focus,
.brand-bg.breakout-sm a.btn-default[disabled],
.brand-bg.breakout-sm button.btn-default[disabled],
.brand-bg.breakout-sm *.btn-default[disabled],
.brand-bg.breakout-sm a.btn-default[disabled]:hover,
.brand-bg.breakout-sm button.btn-default[disabled]:hover,
.brand-bg.breakout-sm *.btn-default[disabled]:hover,
.brand-bg.breakout-sm a.btn-default[disabled]:focus,
.brand-bg.breakout-sm button.btn-default[disabled]:focus,
.brand-bg.breakout-sm *.btn-default[disabled]:focus,
.breakout-sm.strong-bg a.btn-default[disabled],
.breakout-sm.strong-bg button.btn-default[disabled],
.breakout-sm.strong-bg *.btn-default[disabled],
.breakout-sm.strong-bg a.btn-default[disabled]:hover,
.breakout-sm.strong-bg button.btn-default[disabled]:hover,
.breakout-sm.strong-bg *.btn-default[disabled]:hover,
.breakout-sm.strong-bg a.btn-default[disabled]:focus,
.breakout-sm.strong-bg button.btn-default[disabled]:focus,
.breakout-sm.strong-bg *.btn-default[disabled]:focus,
.breakout-sm.strong-bg .tile a.btn-default[disabled],
.breakout-sm.strong-bg .tile button.btn-default[disabled],
.breakout-sm.strong-bg .tile *.btn-default[disabled],
.breakout-sm.strong-bg .tile a.btn-default[disabled]:hover,
.breakout-sm.strong-bg .tile button.btn-default[disabled]:hover,
.breakout-sm.strong-bg .tile *.btn-default[disabled]:hover,
.breakout-sm.strong-bg .tile a.btn-default[disabled]:focus,
.breakout-sm.strong-bg .tile button.btn-default[disabled]:focus,
.breakout-sm.strong-bg .tile *.btn-default[disabled]:focus,
.breakout-sm.strong-bg .strong-bg a.btn-default[disabled],
.breakout-sm.strong-bg .strong-bg button.btn-default[disabled],
.breakout-sm.strong-bg .strong-bg *.btn-default[disabled],
.breakout-sm.strong-bg .strong-bg a.btn-default[disabled]:hover,
.breakout-sm.strong-bg .strong-bg button.btn-default[disabled]:hover,
.breakout-sm.strong-bg .strong-bg *.btn-default[disabled]:hover,
.breakout-sm.strong-bg .strong-bg a.btn-default[disabled]:focus,
.breakout-sm.strong-bg .strong-bg button.btn-default[disabled]:focus,
.breakout-sm.strong-bg .strong-bg *.btn-default[disabled]:focus {
  color: #6b7882;
}
.text-large {
  font-size: 24px;
  line-height: 1.33333333;
}
span.text-large {
  line-height: inherit;
}
.text-small {
  font-size: 14px;
  line-height: 1.42857143;
  font-weight: normal;
}
.text-small strong {
  font-weight: 500;
}
span.text-small {
  line-height: inherit;
}
body {
  font-weight: 300;
}
main:focus {
  outline: none;
}
h1 {
  font-weight: 700;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small {
  font-weight: 300;
}
.footer-sitemap-section h1,
.footer-sitemap-section h2,
.footer-sitemap-section h3,
.footer-sitemap-section h4,
.footer-sitemap-section h5 {
  text-align: left;
}
h2,
.h2 {
  margin-top: 78px;
  margin-bottom: 39px;
  line-height: 1.1;
}
h3,
.h3,
h4,
.h4,
h5,
.h5 {
  margin-top: 39px;
  margin-bottom: 26px;
}
h3,
.h3 {
  line-height: 34px;
}
h4,
.h4 {
  line-height: 28px;
  font-weight: 400;
}
h5,
.h5 {
  line-height: 22px;
  font-weight: 400;
}
h6,
.h6 {
  line-height: 20px;
  font-weight: 400;
}
@media (max-width: 767px) {
  h1,
  .h1 {
    font-size: 32px;
    line-height: 36px;
  }
  h2,
  .h2 {
    font-size: 26px;
    line-height: 30px;
  }
  h3,
  .h3 {
    font-size: 22px;
    line-height: 26px;
  }
  h4,
  .h4 {
    font-size: 18px;
    line-height: 22px;
  }
  h2,
  .h2 {
    margin-top: 52px;
    margin-bottom: 26px;
  }
  h3,
  .h3,
  h4,
  .h4,
  h5,
  .h5 {
    margin-top: 52px;
  }
  .text-center-mobile {
    text-align: center;
  }
}
dt,
dd {
  line-height: 1.22222222;
}
.text-light {
  font-weight: 300;
}
.text-strong {
  font-weight: 600;
}
a,
.btn,
strong,
th,
dt,
.checkbox label {
  font-weight: 400;
}
a strong,
.btn strong,
strong strong,
th strong,
dt strong,
.checkbox label strong {
  font-weight: 600;
}
.radio label,
.radio-inline,
.checkbox-inline,
.btn-group label.btn,
.popover,
a.text-light.text-light {
  font-weight: 300;
}
.lead {
  color: #425563;
  font-family: "Stag Web", "Stag Sans Web", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 300;
}
p,
dl,
.offscreen-scroll,
.embed-container,
.accordion {
  margin-bottom: 19px;
}
.body-copy .page-container > :first-child,
.well > :first-child,
.breakout > :first-child,
.panel-body > :first-child,
.panel-footer > :first-child,
.panel-heading > :first-child,
.breakout-lg > :first-child,
.breakout-sm > :first-child {
  margin-top: 0;
}
.body-copy .page-container > :last-child,
.well > :last-child,
.breakout > :last-child,
.panel-body > :last-child,
.panel-footer > :last-child,
.panel-heading > :last-child,
dl > :last-child,
.breakout-lg > :last-child,
.breakout-sm > :last-child {
  margin-bottom: 0;
}
.small-subtle {
  font-size: 14px;
  line-height: 1.42857143;
  color: #6b7882;
}
@media (min-width: 768px) {
  .btn + .btn {
    margin-left: 0.3em;
  }
}
.clear-floats {
  clear: both;
}
.btn-primary {
  color: #33424D;
  background-color: #FFD100;
  border-color: #e6bc00;
  transition: all ease-out 300ms;
}
.btn-primary:focus,
.btn-primary.focus {
  transition: none;
  color: #FFD100;
  background-color: #33424D;
  border-color: #0a0d10;
}
.dark-bg .btn-primary:focus,
.dark-bg .btn-primary.focus,
.navbar-inverse .btn-primary:focus,
.navbar-inverse .btn-primary.focus,
.breakout.strong-bg .btn-primary:focus,
.breakout.strong-bg .btn-primary.focus,
.breakout-lg.strong-bg .btn-primary:focus,
.breakout-lg.strong-bg .btn-primary.focus,
.breakout-sm.strong-bg .btn-primary:focus,
.breakout-sm.strong-bg .btn-primary.focus {
  border-color: #FFD100;
}
.btn-primary:hover {
  transition: all ease-out 200ms;
  color: #FFD100;
  background-color: #33424D;
  border-color: #1b2228;
}
.dark-bg .btn-primary:hover,
.breakout.strong-bg .btn-primary:hover,
.breakout-lg.strong-bg .btn-primary:hover,
.breakout-sm.strong-bg .btn-primary:hover {
  border-color: #FFD100;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #FFD100;
  background-color: #33424D;
  border-color: #1b2228;
}
.btn-primary:active:hover,
.btn-primary.active:hover,
.open > .dropdown-toggle.btn-primary:hover,
.btn-primary:active:focus,
.btn-primary.active:focus,
.open > .dropdown-toggle.btn-primary:focus,
.btn-primary:active.focus,
.btn-primary.active.focus,
.open > .dropdown-toggle.btn-primary.focus {
  color: #FFD100;
  background-color: #1f282e;
  border-color: #0a0d10;
}
.btn-primary:focus .badge,
.btn-primary.focus .badge,
.btn-primary:hover .badge,
.btn-primary:active .badge,
.btn-primary.active .badge,
.open > .dropdown-toggle.btn-primary .badge {
  color: #33424D;
  background-color: #FFD100;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus {
  background-color: #FFD100;
  border-color: #e6bc00;
}
.btn-primary .badge {
  color: #FFD100;
  background-color: #33424D;
}
.btn-secondary {
  color: #fff;
  background-color: #33424D;
  border-color: #29353e;
}
.btn-secondary:focus,
.btn-secondary.focus {
  color: #fff;
  background-color: #1f282e;
  border-color: #000000;
}
.btn-secondary:hover {
  color: #fff;
  background-color: #1f282e;
  border-color: #101519;
}
.btn-secondary:active,
.btn-secondary.active,
.open > .dropdown-toggle.btn-secondary {
  color: #fff;
  background-color: #1f282e;
  border-color: #101519;
}
.btn-secondary:active:hover,
.btn-secondary.active:hover,
.open > .dropdown-toggle.btn-secondary:hover,
.btn-secondary:active:focus,
.btn-secondary.active:focus,
.open > .dropdown-toggle.btn-secondary:focus,
.btn-secondary:active.focus,
.btn-secondary.active.focus,
.open > .dropdown-toggle.btn-secondary.focus {
  color: #fff;
  background-color: #101519;
  border-color: #000000;
}
.btn-secondary:active,
.btn-secondary.active,
.open > .dropdown-toggle.btn-secondary {
  background-image: none;
}
.btn-secondary.disabled:hover,
.btn-secondary[disabled]:hover,
fieldset[disabled] .btn-secondary:hover,
.btn-secondary.disabled:focus,
.btn-secondary[disabled]:focus,
fieldset[disabled] .btn-secondary:focus,
.btn-secondary.disabled.focus,
.btn-secondary[disabled].focus,
fieldset[disabled] .btn-secondary.focus {
  background-color: #33424D;
  border-color: #29353e;
}
.btn-secondary .badge {
  color: #33424D;
  background-color: #fff;
}
.utilities-bar .btn-secondary {
  color: #fff;
  background-color: #425563;
  border-color: #384854;
}
.utilities-bar .btn-secondary:focus,
.utilities-bar .btn-secondary.focus {
  color: #fff;
  background-color: #2e3b44;
  border-color: #050607;
}
.utilities-bar .btn-secondary:hover {
  color: #fff;
  background-color: #2e3b44;
  border-color: #1f282f;
}
.utilities-bar .btn-secondary:active,
.utilities-bar .btn-secondary.active,
.open > .dropdown-toggle.utilities-bar .btn-secondary {
  color: #fff;
  background-color: #2e3b44;
  border-color: #1f282f;
}
.utilities-bar .btn-secondary:active:hover,
.utilities-bar .btn-secondary.active:hover,
.open > .dropdown-toggle.utilities-bar .btn-secondary:hover,
.utilities-bar .btn-secondary:active:focus,
.utilities-bar .btn-secondary.active:focus,
.open > .dropdown-toggle.utilities-bar .btn-secondary:focus,
.utilities-bar .btn-secondary:active.focus,
.utilities-bar .btn-secondary.active.focus,
.open > .dropdown-toggle.utilities-bar .btn-secondary.focus {
  color: #fff;
  background-color: #1f282f;
  border-color: #050607;
}
.utilities-bar .btn-secondary:active,
.utilities-bar .btn-secondary.active,
.open > .dropdown-toggle.utilities-bar .btn-secondary {
  background-image: none;
}
.utilities-bar .btn-secondary.disabled:hover,
.utilities-bar .btn-secondary[disabled]:hover,
fieldset[disabled] .utilities-bar .btn-secondary:hover,
.utilities-bar .btn-secondary.disabled:focus,
.utilities-bar .btn-secondary[disabled]:focus,
fieldset[disabled] .utilities-bar .btn-secondary:focus,
.utilities-bar .btn-secondary.disabled.focus,
.utilities-bar .btn-secondary[disabled].focus,
fieldset[disabled] .utilities-bar .btn-secondary.focus {
  background-color: #425563;
  border-color: #384854;
}
.utilities-bar .btn-secondary .badge {
  color: #425563;
  background-color: #fff;
}
.btn-secondary:focus,
.utilities-bar .btn-secondary:focus,
.btn-secondary.focus,
.utilities-bar .btn-secondary.focus {
  color: #FFD100;
  border-color: #FFD100;
}
.btn-secondary:hover,
.utilities-bar .btn-secondary:hover {
  color: #FFD100;
}
.btn-secondary:active:hover,
.utilities-bar .btn-secondary:active:hover,
.btn-secondary.active:hover,
.utilities-bar .btn-secondary.active:hover,
.open > .dropdown-toggle.btn-secondary:hover,
.open > .dropdown-toggle.utilities-bar .btn-secondary:hover,
.btn-secondary:active:focus,
.utilities-bar .btn-secondary:active:focus,
.btn-secondary.active:focus,
.utilities-bar .btn-secondary.active:focus,
.open > .dropdown-toggle.btn-secondary:focus,
.open > .dropdown-toggle.utilities-bar .btn-secondary:focus,
.btn-secondary:active.focus,
.utilities-bar .btn-secondary:active.focus,
.btn-secondary.active.focus,
.utilities-bar .btn-secondary.active.focus,
.open > .dropdown-toggle.btn-secondary.focus,
.open > .dropdown-toggle.utilities-bar .btn-secondary.focus {
  color: #FFD100;
}
.btn-chevron {
  padding-right: 32px;
  position: relative;
}
.btn-chevron.btn-min-size {
  padding-left: 32px;
}
.btn-chevron.btn-lg {
  padding-right: 44px;
}
.btn-chevron.btn-sm {
  padding-right: 24px;
}
.btn-chevron:after {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f105";
  position: absolute;
  top: 50%;
  right: 0.625em;
  margin-top: -0.5em;
  transition: right ease-in 0.1s;
}
.btn-chevron:hover:after {
  transition: right ease-out 0.3s;
  right: 0.45em;
}
.btn-min-size {
  min-width: 200px;
}
@media (max-width: 360px) {
  .btn-min-size {
    width: 100%;
  }
}
a[href^="tel:"]:not(.tile),
.no-wrap {
  white-space: nowrap;
}
p + ul,
p + ol {
  margin-top: -11px;
}
blockquote {
  color: #425563;
}
a:hover i:before,
a:focus i:before,
a:hover .fa:before,
a:focus .fa:before {
  text-decoration: none;
}
.img-responsive,
.thumbnail > img,
.thumbnail a > img,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  max-width: 100%;
  height: auto;
}
.fa-before-text {
  padding-right: 0.3em;
}
.fa-after-text {
  padding-left: 0.3em;
}
.modal-dialog {
  border-top: 6px solid #FFD100;
}
.modal-dialog .modal-content {
  border-radius: 0;
}
.modal-dialog .form-button-group {
  margin-top: 26px;
}
.modal-dialog .modal-header {
  border-bottom: none;
  text-align: center;
}
.modal-dialog .modal-body a {
  text-decoration: underline;
}
@media (min-width: 768px) {
  .modal-dialog .modal-header {
    padding: 10px 10px;
  }
  .modal-dialog .modal-body {
    padding: 18px 30px;
  }
}
.alert a {
  text-decoration: underline;
}
.popover .popover-content {
  font-size: 14px;
  line-height: 1.42857143;
  font-weight: normal;
  color: #33424D;
}
.popover .popover-content strong {
  font-weight: 500;
}
.dropdown-menu .dropdown-header {
  font-size: 16px;
  line-height: 1.25;
}
.dropdown-menu .dropdown-header > a {
  text-align: center;
  margin-left: -20px;
  margin-right: -20px;
  margin-top: -8px;
  padding: 10px 20px;
  font-weight: 300;
  color: #6b7882;
  border-bottom: 1px solid #D3D8DB;
  margin-bottom: 5px;
}
.pagination a {
  font-weight: 500;
}
.pagination a:hover,
.pagination a:focus {
  text-decoration: underline;
}
.pagination .active a {
  font-weight: 300;
  text-decoration: none;
}
@media (max-width: 767px) {
  .pagination li {
    display: none;
  }
  .pagination li.previous-page,
  .pagination li.next-page {
    display: inline;
  }
}
.pagination .next-page a,
.pagination .previous-page a {
  position: relative;
}
@media (min-width: 480px) {
  .pagination .next-page a,
  .pagination .previous-page a {
    min-width: 150px;
  }
}
.pagination .previous-page a:before,
.pagination .next-page a:after {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  top: 0;
  bottom: 0;
  width: 40px;
  background: #FFD100;
  color: #33424D;
  padding: 10px 0;
  text-align: center;
  line-height: inherit;
}
.pagination .previous-page a {
  text-align: left;
  padding-left: 50px;
}
.pagination .previous-page a:before {
  left: 0;
  padding-right: 2px;
  content: "\f053";
}
.pagination .previous-page a:hover:before {
  background: #33424D;
  color: #FFD100;
}
.pagination .next-page a {
  text-align: right;
  padding-right: 50px;
}
.pagination .next-page a:after {
  right: 0;
  padding-left: 2px;
  content: "\f054";
}
.pagination .next-page a:hover:after {
  background: #33424D;
  color: #FFD100;
}
.pagination .disabled.previous-page a:before,
.pagination [disabled].previous-page a:before,
.pagination .disabled.next-page a:after,
.pagination [disabled].next-page a:after,
.pagination .disabled.previous-page a:hover:before,
.pagination [disabled].previous-page a:hover:before,
.pagination .disabled.next-page a:hover:after,
.pagination [disabled].next-page a:hover:after {
  background: #f4f7f9;
  color: #85919b;
}
.pagination .disabled a,
.pagination [disabled] a,
.pagination .disabled a:hover,
.pagination [disabled] a:hover {
  text-decoration: none;
  color: #85919b;
}
@media (min-width: 768px) {
  .pagination .previous-page a {
    margin-right: 30px;
  }
  .pagination .next-page a {
    margin-left: 30px;
  }
}
.blurb {
  text-align: center;
}
.blurb-icon {
  display: block;
  font-size: 3em;
  margin: 13px 0;
}
.blurb-title {
  font-size: 24px;
  line-height: 28px;
  margin: 13px 0;
}
.heading-sub-text {
  font-family: "Stag Web", "Stag Sans Web", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 20px;
  line-height: 1.4;
  text-align: center;
}
.pdf-icon-link:before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f1c1";
  color: #a94442;
  padding-right: 0.3em;
}
.rich-text h2,
.body-copy h2,
.tab-pane h2,
.panel-body h2,
.rich-text-module-content h2,
.rich-text .h2,
.body-copy .h2,
.tab-pane .h2,
.panel-body .h2,
.rich-text-module-content .h2,
.feature-item-details h2,
.feature-item-details .h2 {
  text-align: center;
}
.rich-text img,
.body-copy img,
.tab-pane img,
.panel-body img,
.rich-text-module-content img,
.feature-item-details img {
  max-width: 100%;
  height: auto;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.rich-text .no-spacing,
.body-copy .no-spacing,
.tab-pane .no-spacing,
.panel-body .no-spacing,
.rich-text-module-content .no-spacing,
.feature-item-details .no-spacing {
  margin-top: 0;
  margin-bottom: 0;
}
.rich-text a,
.body-copy a,
.tab-pane a,
.panel-body a,
.rich-text-module-content a,
.feature-item-details a {
  text-decoration: underline;
}
.rich-text a.btn,
.body-copy a.btn,
.tab-pane a.btn,
.panel-body a.btn,
.rich-text-module-content a.btn,
.feature-item-details a.btn {
  text-decoration: none;
}
.rich-text li > a,
.body-copy li > a,
.tab-pane li > a,
.panel-body li > a,
.rich-text-module-content li > a,
.feature-item-details li > a {
  text-decoration: none;
}
.rich-text ul:not(.dropdown-menu):not(.nav) li > a:not(.btn):hover,
.body-copy ul:not(.dropdown-menu):not(.nav) li > a:not(.btn):hover,
.tab-pane ul:not(.dropdown-menu):not(.nav) li > a:not(.btn):hover,
.panel-body ul:not(.dropdown-menu):not(.nav) li > a:not(.btn):hover,
.rich-text-module-content ul:not(.dropdown-menu):not(.nav) li > a:not(.btn):hover,
.rich-text ul:not(.dropdown-menu):not(.nav) li > a:not(.btn):focus,
.body-copy ul:not(.dropdown-menu):not(.nav) li > a:not(.btn):focus,
.tab-pane ul:not(.dropdown-menu):not(.nav) li > a:not(.btn):focus,
.panel-body ul:not(.dropdown-menu):not(.nav) li > a:not(.btn):focus,
.rich-text-module-content ul:not(.dropdown-menu):not(.nav) li > a:not(.btn):focus,
.feature-item-details ul:not(.dropdown-menu):not(.nav) li > a:not(.btn):hover,
.feature-item-details ul:not(.dropdown-menu):not(.nav) li > a:not(.btn):focus {
  text-decoration: underline;
}
.rich-text > table > thead > tr > th,
.body-copy > table > thead > tr > th,
.tab-pane > table > thead > tr > th,
.panel-body > table > thead > tr > th,
.rich-text-module-content > table > thead > tr > th,
.rich-text .table-responsive > table > thead > tr > th,
.body-copy .table-responsive > table > thead > tr > th,
.tab-pane .table-responsive > table > thead > tr > th,
.panel-body .table-responsive > table > thead > tr > th,
.rich-text-module-content .table-responsive > table > thead > tr > th,
.feature-item-details > table > thead > tr > th,
.feature-item-details .table-responsive > table > thead > tr > th {
  border-bottom: 1px solid #aaaaaa;
}
.rich-text .table-responsive,
.body-copy .table-responsive,
.tab-pane .table-responsive,
.panel-body .table-responsive,
.rich-text-module-content .table-responsive,
.feature-item-details .table-responsive {
  border: none;
  margin-bottom: 0;
}
.rich-text .panel .offscreen-scroll,
.body-copy .panel .offscreen-scroll,
.tab-pane .panel .offscreen-scroll,
.panel-body .panel .offscreen-scroll,
.rich-text-module-content .panel .offscreen-scroll,
.feature-item-details .panel .offscreen-scroll {
  margin-bottom: 0;
}
.rich-text a:focus img,
.body-copy a:focus img,
.tab-pane a:focus img,
.panel-body a:focus img,
.rich-text-module-content a:focus img,
.feature-item-details a:focus img {
  opacity: 0.8;
}
.rich-text a:hover img,
.body-copy a:hover img,
.tab-pane a:hover img,
.panel-body a:hover img,
.rich-text-module-content a:hover img,
.feature-item-details a:hover img {
  opacity: 0.9;
}
.rich-text li > ol,
.body-copy li > ol,
.tab-pane li > ol,
.panel-body li > ol,
.rich-text-module-content li > ol,
.feature-item-details li > ol {
  list-style-type: lower-alpha;
}
.rich-text > *:last-child,
.body-copy > *:last-child,
.tab-pane > *:last-child,
.panel-body > *:last-child,
.rich-text-module-content > *:last-child,
.feature-item-details > *:last-child {
  margin-bottom: 0;
}
.rich-text > h2:first-child,
.body-copy > h2:first-child,
.tab-pane > h2:first-child,
.panel-body > h2:first-child,
.rich-text-module-content > h2:first-child,
.rich-text > h3:first-child,
.body-copy > h3:first-child,
.tab-pane > h3:first-child,
.panel-body > h3:first-child,
.rich-text-module-content > h3:first-child,
.rich-text > h4:first-child,
.body-copy > h4:first-child,
.tab-pane > h4:first-child,
.panel-body > h4:first-child,
.rich-text-module-content > h4:first-child,
.rich-text > h5:first-child,
.body-copy > h5:first-child,
.tab-pane > h5:first-child,
.panel-body > h5:first-child,
.rich-text-module-content > h5:first-child,
.feature-item-details > h2:first-child,
.feature-item-details > h3:first-child,
.feature-item-details > h4:first-child,
.feature-item-details > h5:first-child {
  margin-top: 0;
}
.fine-print {
  font-size: 14px;
  line-height: 1.42857143;
}
.panel .panel-heading + .offscreen-scroll {
  margin-top: -1px;
  margin-bottom: -1px;
}
.offscreen-scroll {
  margin-left: -15px;
  margin-right: -15px;
}
.offscreen-scroll .table-responsive {
  line-height: 1;
}
.offscreen-scroll .table-responsive > table {
  line-height: 1.44444444;
  display: inline-block;
  width: auto;
  max-width: none;
  background-color: #ffffff;
  background: #ffffff;
  margin-bottom: 0;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .offscreen-scroll .table-responsive > table {
    display: table;
    width: 100%;
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
  .offscreen-scroll {
    margin-left: 0;
    margin-right: 0;
  }
}
dd {
  margin-bottom: 9px;
}
dd:last-child {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  dt {
    float: left;
    width: 12em;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  dd {
    margin-left: 13em;
  }
}
figure,
.image-center,
.image-left,
.image-right {
  margin-bottom: 26px;
  padding-top: 0.375em;
}
@media (min-width: 480px) {
  .figure-left,
  .image-left {
    float: left;
    clear: left;
    max-width: 50%;
    padding-right: 15px;
    margin-right: 15px;
    margin-bottom: 19px;
  }
  .figure-right,
  .image-right {
    float: right;
    clear: right;
    max-width: 50%;
    padding-left: 15px;
    margin-left: 15px;
    margin-bottom: 19px;
  }
  .figure-left + h2,
  .image-left + h2,
  .figure-right + h2,
  .image-right + h2,
  .figure-left + h3,
  .image-left + h3,
  .figure-right + h3,
  .image-right + h3,
  .figure-left + h4,
  .image-left + h4,
  .figure-right + h4,
  .image-right + h4 {
    margin-top: 0;
  }
}
@media (min-width: 1200px) {
  .figure-left,
  .image-left {
    max-width: 33.33%;
  }
  .figure-right,
  .image-right {
    max-width: 33.33%;
  }
}
figcaption {
  font-size: 14px;
  line-height: 1.42857143;
  font-weight: normal;
  text-align: center;
  margin-top: 4px;
  color: #6b7882;
}
figcaption strong {
  font-weight: 500;
}
.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}
.embed-container .aspect-4x3 {
  padding-bottom: 75%;
}
.embed-container .aspect-square {
  padding-bottom: 100%;
}
.embed-container iframe,
.embed-container object,
.embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.table.table-plain,
.rich-text > table.table-plain,
.body-copy > table.table-plain,
.tab-pane > table.table-plain,
.panel-body > table.table-plain,
.rich-text-module-content > table.table-plain,
.rich-text .table-responsive > table.table-plain,
.body-copy .table-responsive > table.table-plain,
.tab-pane .table-responsive > table.table-plain,
.panel-body .table-responsive > table.table-plain,
.rich-text-module-content .table-responsive > table.table-plain,
.feature-item-details > table.table-plain,
.feature-item-details .table-responsive > table.table-plain {
  width: auto;
}
.table.table-plain > thead > tr > th,
.table.table-plain > tbody > tr > th,
.table.table-plain > tfoot > tr > th,
.table.table-plain > thead > tr > td,
.table.table-plain > tbody > tr > td,
.table.table-plain > tfoot > tr > td,
.rich-text > table.table-plain > thead > tr > th,
.rich-text > table.table-plain > tbody > tr > th,
.rich-text > table.table-plain > tfoot > tr > th,
.rich-text > table.table-plain > thead > tr > td,
.rich-text > table.table-plain > tbody > tr > td,
.rich-text > table.table-plain > tfoot > tr > td,
.body-copy > table.table-plain > thead > tr > th,
.body-copy > table.table-plain > tbody > tr > th,
.body-copy > table.table-plain > tfoot > tr > th,
.body-copy > table.table-plain > thead > tr > td,
.body-copy > table.table-plain > tbody > tr > td,
.body-copy > table.table-plain > tfoot > tr > td,
.tab-pane > table.table-plain > thead > tr > th,
.tab-pane > table.table-plain > tbody > tr > th,
.tab-pane > table.table-plain > tfoot > tr > th,
.tab-pane > table.table-plain > thead > tr > td,
.tab-pane > table.table-plain > tbody > tr > td,
.tab-pane > table.table-plain > tfoot > tr > td,
.panel-body > table.table-plain > thead > tr > th,
.panel-body > table.table-plain > tbody > tr > th,
.panel-body > table.table-plain > tfoot > tr > th,
.panel-body > table.table-plain > thead > tr > td,
.panel-body > table.table-plain > tbody > tr > td,
.panel-body > table.table-plain > tfoot > tr > td,
.rich-text-module-content > table.table-plain > thead > tr > th,
.rich-text-module-content > table.table-plain > tbody > tr > th,
.rich-text-module-content > table.table-plain > tfoot > tr > th,
.rich-text-module-content > table.table-plain > thead > tr > td,
.rich-text-module-content > table.table-plain > tbody > tr > td,
.rich-text-module-content > table.table-plain > tfoot > tr > td,
.rich-text .table-responsive > table.table-plain > thead > tr > th,
.rich-text .table-responsive > table.table-plain > tbody > tr > th,
.rich-text .table-responsive > table.table-plain > tfoot > tr > th,
.rich-text .table-responsive > table.table-plain > thead > tr > td,
.rich-text .table-responsive > table.table-plain > tbody > tr > td,
.rich-text .table-responsive > table.table-plain > tfoot > tr > td,
.body-copy .table-responsive > table.table-plain > thead > tr > th,
.body-copy .table-responsive > table.table-plain > tbody > tr > th,
.body-copy .table-responsive > table.table-plain > tfoot > tr > th,
.body-copy .table-responsive > table.table-plain > thead > tr > td,
.body-copy .table-responsive > table.table-plain > tbody > tr > td,
.body-copy .table-responsive > table.table-plain > tfoot > tr > td,
.tab-pane .table-responsive > table.table-plain > thead > tr > th,
.tab-pane .table-responsive > table.table-plain > tbody > tr > th,
.tab-pane .table-responsive > table.table-plain > tfoot > tr > th,
.tab-pane .table-responsive > table.table-plain > thead > tr > td,
.tab-pane .table-responsive > table.table-plain > tbody > tr > td,
.tab-pane .table-responsive > table.table-plain > tfoot > tr > td,
.panel-body .table-responsive > table.table-plain > thead > tr > th,
.panel-body .table-responsive > table.table-plain > tbody > tr > th,
.panel-body .table-responsive > table.table-plain > tfoot > tr > th,
.panel-body .table-responsive > table.table-plain > thead > tr > td,
.panel-body .table-responsive > table.table-plain > tbody > tr > td,
.panel-body .table-responsive > table.table-plain > tfoot > tr > td,
.rich-text-module-content .table-responsive > table.table-plain > thead > tr > th,
.rich-text-module-content .table-responsive > table.table-plain > tbody > tr > th,
.rich-text-module-content .table-responsive > table.table-plain > tfoot > tr > th,
.rich-text-module-content .table-responsive > table.table-plain > thead > tr > td,
.rich-text-module-content .table-responsive > table.table-plain > tbody > tr > td,
.rich-text-module-content .table-responsive > table.table-plain > tfoot > tr > td,
.feature-item-details > table.table-plain > thead > tr > th,
.feature-item-details > table.table-plain > tbody > tr > th,
.feature-item-details > table.table-plain > tfoot > tr > th,
.feature-item-details > table.table-plain > thead > tr > td,
.feature-item-details > table.table-plain > tbody > tr > td,
.feature-item-details > table.table-plain > tfoot > tr > td,
.feature-item-details .table-responsive > table.table-plain > thead > tr > th,
.feature-item-details .table-responsive > table.table-plain > tbody > tr > th,
.feature-item-details .table-responsive > table.table-plain > tfoot > tr > th,
.feature-item-details .table-responsive > table.table-plain > thead > tr > td,
.feature-item-details .table-responsive > table.table-plain > tbody > tr > td,
.feature-item-details .table-responsive > table.table-plain > tfoot > tr > td {
  border: none;
  padding: 3px 10px;
}
.table.table-plain > thead > tr > th:first-child,
.table.table-plain > tbody > tr > th:first-child,
.table.table-plain > tfoot > tr > th:first-child,
.table.table-plain > thead > tr > td:first-child,
.table.table-plain > tbody > tr > td:first-child,
.table.table-plain > tfoot > tr > td:first-child,
.rich-text > table.table-plain > thead > tr > th:first-child,
.rich-text > table.table-plain > tbody > tr > th:first-child,
.rich-text > table.table-plain > tfoot > tr > th:first-child,
.rich-text > table.table-plain > thead > tr > td:first-child,
.rich-text > table.table-plain > tbody > tr > td:first-child,
.rich-text > table.table-plain > tfoot > tr > td:first-child,
.body-copy > table.table-plain > thead > tr > th:first-child,
.body-copy > table.table-plain > tbody > tr > th:first-child,
.body-copy > table.table-plain > tfoot > tr > th:first-child,
.body-copy > table.table-plain > thead > tr > td:first-child,
.body-copy > table.table-plain > tbody > tr > td:first-child,
.body-copy > table.table-plain > tfoot > tr > td:first-child,
.tab-pane > table.table-plain > thead > tr > th:first-child,
.tab-pane > table.table-plain > tbody > tr > th:first-child,
.tab-pane > table.table-plain > tfoot > tr > th:first-child,
.tab-pane > table.table-plain > thead > tr > td:first-child,
.tab-pane > table.table-plain > tbody > tr > td:first-child,
.tab-pane > table.table-plain > tfoot > tr > td:first-child,
.panel-body > table.table-plain > thead > tr > th:first-child,
.panel-body > table.table-plain > tbody > tr > th:first-child,
.panel-body > table.table-plain > tfoot > tr > th:first-child,
.panel-body > table.table-plain > thead > tr > td:first-child,
.panel-body > table.table-plain > tbody > tr > td:first-child,
.panel-body > table.table-plain > tfoot > tr > td:first-child,
.rich-text-module-content > table.table-plain > thead > tr > th:first-child,
.rich-text-module-content > table.table-plain > tbody > tr > th:first-child,
.rich-text-module-content > table.table-plain > tfoot > tr > th:first-child,
.rich-text-module-content > table.table-plain > thead > tr > td:first-child,
.rich-text-module-content > table.table-plain > tbody > tr > td:first-child,
.rich-text-module-content > table.table-plain > tfoot > tr > td:first-child,
.rich-text .table-responsive > table.table-plain > thead > tr > th:first-child,
.rich-text .table-responsive > table.table-plain > tbody > tr > th:first-child,
.rich-text .table-responsive > table.table-plain > tfoot > tr > th:first-child,
.rich-text .table-responsive > table.table-plain > thead > tr > td:first-child,
.rich-text .table-responsive > table.table-plain > tbody > tr > td:first-child,
.rich-text .table-responsive > table.table-plain > tfoot > tr > td:first-child,
.body-copy .table-responsive > table.table-plain > thead > tr > th:first-child,
.body-copy .table-responsive > table.table-plain > tbody > tr > th:first-child,
.body-copy .table-responsive > table.table-plain > tfoot > tr > th:first-child,
.body-copy .table-responsive > table.table-plain > thead > tr > td:first-child,
.body-copy .table-responsive > table.table-plain > tbody > tr > td:first-child,
.body-copy .table-responsive > table.table-plain > tfoot > tr > td:first-child,
.tab-pane .table-responsive > table.table-plain > thead > tr > th:first-child,
.tab-pane .table-responsive > table.table-plain > tbody > tr > th:first-child,
.tab-pane .table-responsive > table.table-plain > tfoot > tr > th:first-child,
.tab-pane .table-responsive > table.table-plain > thead > tr > td:first-child,
.tab-pane .table-responsive > table.table-plain > tbody > tr > td:first-child,
.tab-pane .table-responsive > table.table-plain > tfoot > tr > td:first-child,
.panel-body .table-responsive > table.table-plain > thead > tr > th:first-child,
.panel-body .table-responsive > table.table-plain > tbody > tr > th:first-child,
.panel-body .table-responsive > table.table-plain > tfoot > tr > th:first-child,
.panel-body .table-responsive > table.table-plain > thead > tr > td:first-child,
.panel-body .table-responsive > table.table-plain > tbody > tr > td:first-child,
.panel-body .table-responsive > table.table-plain > tfoot > tr > td:first-child,
.rich-text-module-content .table-responsive > table.table-plain > thead > tr > th:first-child,
.rich-text-module-content .table-responsive > table.table-plain > tbody > tr > th:first-child,
.rich-text-module-content .table-responsive > table.table-plain > tfoot > tr > th:first-child,
.rich-text-module-content .table-responsive > table.table-plain > thead > tr > td:first-child,
.rich-text-module-content .table-responsive > table.table-plain > tbody > tr > td:first-child,
.rich-text-module-content .table-responsive > table.table-plain > tfoot > tr > td:first-child,
.feature-item-details > table.table-plain > thead > tr > th:first-child,
.feature-item-details > table.table-plain > tbody > tr > th:first-child,
.feature-item-details > table.table-plain > tfoot > tr > th:first-child,
.feature-item-details > table.table-plain > thead > tr > td:first-child,
.feature-item-details > table.table-plain > tbody > tr > td:first-child,
.feature-item-details > table.table-plain > tfoot > tr > td:first-child,
.feature-item-details .table-responsive > table.table-plain > thead > tr > th:first-child,
.feature-item-details .table-responsive > table.table-plain > tbody > tr > th:first-child,
.feature-item-details .table-responsive > table.table-plain > tfoot > tr > th:first-child,
.feature-item-details .table-responsive > table.table-plain > thead > tr > td:first-child,
.feature-item-details .table-responsive > table.table-plain > tbody > tr > td:first-child,
.feature-item-details .table-responsive > table.table-plain > tfoot > tr > td:first-child {
  padding-left: 0;
}
.table.table-plain > thead > tr > th:last-child,
.table.table-plain > tbody > tr > th:last-child,
.table.table-plain > tfoot > tr > th:last-child,
.table.table-plain > thead > tr > td:last-child,
.table.table-plain > tbody > tr > td:last-child,
.table.table-plain > tfoot > tr > td:last-child,
.rich-text > table.table-plain > thead > tr > th:last-child,
.rich-text > table.table-plain > tbody > tr > th:last-child,
.rich-text > table.table-plain > tfoot > tr > th:last-child,
.rich-text > table.table-plain > thead > tr > td:last-child,
.rich-text > table.table-plain > tbody > tr > td:last-child,
.rich-text > table.table-plain > tfoot > tr > td:last-child,
.body-copy > table.table-plain > thead > tr > th:last-child,
.body-copy > table.table-plain > tbody > tr > th:last-child,
.body-copy > table.table-plain > tfoot > tr > th:last-child,
.body-copy > table.table-plain > thead > tr > td:last-child,
.body-copy > table.table-plain > tbody > tr > td:last-child,
.body-copy > table.table-plain > tfoot > tr > td:last-child,
.tab-pane > table.table-plain > thead > tr > th:last-child,
.tab-pane > table.table-plain > tbody > tr > th:last-child,
.tab-pane > table.table-plain > tfoot > tr > th:last-child,
.tab-pane > table.table-plain > thead > tr > td:last-child,
.tab-pane > table.table-plain > tbody > tr > td:last-child,
.tab-pane > table.table-plain > tfoot > tr > td:last-child,
.panel-body > table.table-plain > thead > tr > th:last-child,
.panel-body > table.table-plain > tbody > tr > th:last-child,
.panel-body > table.table-plain > tfoot > tr > th:last-child,
.panel-body > table.table-plain > thead > tr > td:last-child,
.panel-body > table.table-plain > tbody > tr > td:last-child,
.panel-body > table.table-plain > tfoot > tr > td:last-child,
.rich-text-module-content > table.table-plain > thead > tr > th:last-child,
.rich-text-module-content > table.table-plain > tbody > tr > th:last-child,
.rich-text-module-content > table.table-plain > tfoot > tr > th:last-child,
.rich-text-module-content > table.table-plain > thead > tr > td:last-child,
.rich-text-module-content > table.table-plain > tbody > tr > td:last-child,
.rich-text-module-content > table.table-plain > tfoot > tr > td:last-child,
.rich-text .table-responsive > table.table-plain > thead > tr > th:last-child,
.rich-text .table-responsive > table.table-plain > tbody > tr > th:last-child,
.rich-text .table-responsive > table.table-plain > tfoot > tr > th:last-child,
.rich-text .table-responsive > table.table-plain > thead > tr > td:last-child,
.rich-text .table-responsive > table.table-plain > tbody > tr > td:last-child,
.rich-text .table-responsive > table.table-plain > tfoot > tr > td:last-child,
.body-copy .table-responsive > table.table-plain > thead > tr > th:last-child,
.body-copy .table-responsive > table.table-plain > tbody > tr > th:last-child,
.body-copy .table-responsive > table.table-plain > tfoot > tr > th:last-child,
.body-copy .table-responsive > table.table-plain > thead > tr > td:last-child,
.body-copy .table-responsive > table.table-plain > tbody > tr > td:last-child,
.body-copy .table-responsive > table.table-plain > tfoot > tr > td:last-child,
.tab-pane .table-responsive > table.table-plain > thead > tr > th:last-child,
.tab-pane .table-responsive > table.table-plain > tbody > tr > th:last-child,
.tab-pane .table-responsive > table.table-plain > tfoot > tr > th:last-child,
.tab-pane .table-responsive > table.table-plain > thead > tr > td:last-child,
.tab-pane .table-responsive > table.table-plain > tbody > tr > td:last-child,
.tab-pane .table-responsive > table.table-plain > tfoot > tr > td:last-child,
.panel-body .table-responsive > table.table-plain > thead > tr > th:last-child,
.panel-body .table-responsive > table.table-plain > tbody > tr > th:last-child,
.panel-body .table-responsive > table.table-plain > tfoot > tr > th:last-child,
.panel-body .table-responsive > table.table-plain > thead > tr > td:last-child,
.panel-body .table-responsive > table.table-plain > tbody > tr > td:last-child,
.panel-body .table-responsive > table.table-plain > tfoot > tr > td:last-child,
.rich-text-module-content .table-responsive > table.table-plain > thead > tr > th:last-child,
.rich-text-module-content .table-responsive > table.table-plain > tbody > tr > th:last-child,
.rich-text-module-content .table-responsive > table.table-plain > tfoot > tr > th:last-child,
.rich-text-module-content .table-responsive > table.table-plain > thead > tr > td:last-child,
.rich-text-module-content .table-responsive > table.table-plain > tbody > tr > td:last-child,
.rich-text-module-content .table-responsive > table.table-plain > tfoot > tr > td:last-child,
.feature-item-details > table.table-plain > thead > tr > th:last-child,
.feature-item-details > table.table-plain > tbody > tr > th:last-child,
.feature-item-details > table.table-plain > tfoot > tr > th:last-child,
.feature-item-details > table.table-plain > thead > tr > td:last-child,
.feature-item-details > table.table-plain > tbody > tr > td:last-child,
.feature-item-details > table.table-plain > tfoot > tr > td:last-child,
.feature-item-details .table-responsive > table.table-plain > thead > tr > th:last-child,
.feature-item-details .table-responsive > table.table-plain > tbody > tr > th:last-child,
.feature-item-details .table-responsive > table.table-plain > tfoot > tr > th:last-child,
.feature-item-details .table-responsive > table.table-plain > thead > tr > td:last-child,
.feature-item-details .table-responsive > table.table-plain > tbody > tr > td:last-child,
.feature-item-details .table-responsive > table.table-plain > tfoot > tr > td:last-child {
  padding-right: 0;
}
.table > thead > tr > th,
.rich-text > table > thead > tr > th,
.body-copy > table > thead > tr > th,
.tab-pane > table > thead > tr > th,
.panel-body > table > thead > tr > th,
.rich-text-module-content > table > thead > tr > th,
.rich-text .table-responsive > table > thead > tr > th,
.body-copy .table-responsive > table > thead > tr > th,
.tab-pane .table-responsive > table > thead > tr > th,
.panel-body .table-responsive > table > thead > tr > th,
.rich-text-module-content .table-responsive > table > thead > tr > th,
.feature-item-details > table > thead > tr > th,
.feature-item-details .table-responsive > table > thead > tr > th {
  vertical-align: middle;
  line-height: 1.22222222;
}
.site-header {
  position: relative;
  z-index: 20;
  -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.25);
}
.site-header:focus {
  outline: none;
}
.breadcrumb {
  margin: 0;
  padding-left: 0;
}
.site-header .breadcrumb,
.form-header .breadcrumb {
  float: left;
  display: none;
}
@media (min-width: 768px) {
  .site-header .breadcrumb,
  .form-header .breadcrumb {
    display: block;
  }
}
.site-header .breadcrumb li,
.form-header .breadcrumb li {
  display: none;
}
.site-header .breadcrumb li.home,
.form-header .breadcrumb li.home {
  display: inline-block;
}
.site-header .breadcrumb .home a,
.form-header .breadcrumb .home a {
  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: 10px 18px;
  font-size: 18px;
  line-height: 1.44444444;
  border-radius: 3px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-weight: 400;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 2px;
  margin-top: 7px;
  margin-bottom: 7px;
  background: #425563;
  border-color: #3a4a57;
}
.site-header .breadcrumb .home a:focus,
.form-header .breadcrumb .home a:focus,
.site-header .breadcrumb .home a:active:focus,
.form-header .breadcrumb .home a:active:focus,
.site-header .breadcrumb .home a.active:focus,
.form-header .breadcrumb .home a.active:focus,
.site-header .breadcrumb .home a.focus,
.form-header .breadcrumb .home a.focus,
.site-header .breadcrumb .home a:active.focus,
.form-header .breadcrumb .home a:active.focus,
.site-header .breadcrumb .home a.active.focus,
.form-header .breadcrumb .home a.active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.site-header .breadcrumb .home a:hover,
.form-header .breadcrumb .home a:hover,
.site-header .breadcrumb .home a:focus,
.form-header .breadcrumb .home a:focus,
.site-header .breadcrumb .home a.focus,
.form-header .breadcrumb .home a.focus {
  color: #425563;
  text-decoration: none;
}
.site-header .breadcrumb .home a:active,
.form-header .breadcrumb .home a:active,
.site-header .breadcrumb .home a.active,
.form-header .breadcrumb .home a.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);
}
.site-header .breadcrumb .home a.disabled,
.form-header .breadcrumb .home a.disabled,
.site-header .breadcrumb .home a[disabled],
.form-header .breadcrumb .home a[disabled],
fieldset[disabled] .site-header .breadcrumb .home a,
fieldset[disabled] .form-header .breadcrumb .home a {
  cursor: not-allowed;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
a.site-header .breadcrumb .home a.disabled,
a.form-header .breadcrumb .home a.disabled,
fieldset[disabled] a.site-header .breadcrumb .home a,
fieldset[disabled] a.form-header .breadcrumb .home a {
  pointer-events: none;
}
.site-header .breadcrumb .home a strong,
.form-header .breadcrumb .home a strong {
  font-weight: 600;
}
.site-header .breadcrumb .home a:hover,
.form-header .breadcrumb .home a:hover,
.site-header .breadcrumb .home a:focus,
.form-header .breadcrumb .home a:focus {
  color: #182D3C;
  background: #FFD100;
  border-color: #e6bc00;
}
@media (min-width: 992px) {
  .site-header .breadcrumb li,
  .form-header .breadcrumb li {
    display: inline-block;
  }
}
.utilities-bar {
  line-height: 26px;
  position: relative;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .utilities-bar {
    border-color: #E9EEF2;
  }
}
@media (min-width: 768px) {
  .utilities-bar {
    font-size: 14px;
    border-bottom: 4px solid #FFD100;
  }
}
.utilities-bar > .container-fluid {
  padding-left: 8px;
  padding-right: 8px;
}
.utilities-bar .login-btn {
  background-color: #FFD100;
  border-color: #e6bc00;
  transition: all ease-out 300ms;
  color: #33424D;
}
.utilities-bar .login-btn:focus,
.utilities-bar .login-btn.focus {
  transition: none;
  color: #FFD100;
  background-color: #33424D;
  border-color: #0a0d10;
}
.dark-bg .utilities-bar .login-btn:focus,
.dark-bg .utilities-bar .login-btn.focus,
.navbar-inverse .utilities-bar .login-btn:focus,
.navbar-inverse .utilities-bar .login-btn.focus,
.breakout.strong-bg .utilities-bar .login-btn:focus,
.breakout.strong-bg .utilities-bar .login-btn.focus,
.breakout-lg.strong-bg .utilities-bar .login-btn:focus,
.breakout-lg.strong-bg .utilities-bar .login-btn.focus,
.breakout-sm.strong-bg .utilities-bar .login-btn:focus,
.breakout-sm.strong-bg .utilities-bar .login-btn.focus {
  border-color: #FFD100;
}
.utilities-bar .login-btn:hover {
  transition: all ease-out 200ms;
  color: #FFD100;
  background-color: #33424D;
  border-color: #1b2228;
}
.dark-bg .utilities-bar .login-btn:hover,
.breakout.strong-bg .utilities-bar .login-btn:hover,
.breakout-lg.strong-bg .utilities-bar .login-btn:hover,
.breakout-sm.strong-bg .utilities-bar .login-btn:hover {
  border-color: #FFD100;
}
.utilities-bar .login-btn:active,
.utilities-bar .login-btn.active,
.open > .dropdown-toggle.utilities-bar .login-btn {
  color: #FFD100;
  background-color: #33424D;
  border-color: #1b2228;
}
.utilities-bar .login-btn:active:hover,
.utilities-bar .login-btn.active:hover,
.open > .dropdown-toggle.utilities-bar .login-btn:hover,
.utilities-bar .login-btn:active:focus,
.utilities-bar .login-btn.active:focus,
.open > .dropdown-toggle.utilities-bar .login-btn:focus,
.utilities-bar .login-btn:active.focus,
.utilities-bar .login-btn.active.focus,
.open > .dropdown-toggle.utilities-bar .login-btn.focus {
  color: #FFD100;
  background-color: #1f282e;
  border-color: #0a0d10;
}
.utilities-bar .login-btn:focus .badge,
.utilities-bar .login-btn.focus .badge,
.utilities-bar .login-btn:hover .badge,
.utilities-bar .login-btn:active .badge,
.utilities-bar .login-btn.active .badge,
.open > .dropdown-toggle.utilities-bar .login-btn .badge {
  color: #33424D;
  background-color: #FFD100;
}
.utilities-bar .login-btn:active,
.utilities-bar .login-btn.active,
.open > .dropdown-toggle.utilities-bar .login-btn {
  background-image: none;
}
.utilities-bar .login-btn.disabled:hover,
.utilities-bar .login-btn[disabled]:hover,
fieldset[disabled] .utilities-bar .login-btn:hover,
.utilities-bar .login-btn.disabled:focus,
.utilities-bar .login-btn[disabled]:focus,
fieldset[disabled] .utilities-bar .login-btn:focus,
.utilities-bar .login-btn.disabled.focus,
.utilities-bar .login-btn[disabled].focus,
fieldset[disabled] .utilities-bar .login-btn.focus {
  background-color: #FFD100;
  border-color: #e6bc00;
}
.utilities-bar .login-btn .badge {
  color: #FFD100;
  background-color: #33424D;
}
.utilities-bar .login-btn:hover,
.utilities-bar .login-btn:focus {
  border-color: #FFD100;
}
.utilities-bar a {
  color: #ffffff;
}
.utilities-bar a.btn-primary {
  color: #33424D;
}
.utilities-bar a.btn-default {
  color: #425563;
}
.utilities-bar a:hover,
.utilities-bar a:focus {
  color: #FFD100;
}
.utilities-bar a:hover.btn-default,
.utilities-bar a:focus.btn-default {
  color: #192026;
}
.utilities-bar ul,
.utilities-bar ol {
  margin: 0;
}
@media (max-width: 767px) {
  .utilities-bar .utilities {
    padding: 0;
  }
  .utilities-bar .utilities .navbar-nav:last-child {
    margin-bottom: 26px;
  }
}
@media (min-width: 768px) {
  .utilities-bar .utilities {
    margin-right: 10px 15px;
  }
}
@media (min-width: 992px) {
  .utilities-bar .utilities {
    float: right;
  }
}
.utilities-bar .breadcrumb .active {
  color: #a1acb4;
}
.utilities-bar .site-search {
  margin-top: 7px;
  margin-bottom: 7px;
}
.login-btn,
.user-menu {
  float: right;
  display: none;
}
@media (min-width: 768px) {
  .login-btn,
  .user-menu {
    display: block;
  }
}
.user-menu {
  display: none;
}
@media (min-width: 768px) {
  .user-menu {
    display: block;
  }
}
.user-menu .btn {
  color: #ffffff;
  background: transparent;
}
.user-menu .btn:focus,
.user-menu .btn:hover,
.user-menu .btn:active,
.user-menu .btn.active {
  color: #FFD100;
}
.user-menu .dropdown-menu {
  background: #f4f7f9;
  padding-bottom: 0;
}
.user-menu .dropdown-menu > li > a:not(.btn) {
  padding: 6px 20px;
}
.user-menu .dropdown-header {
  line-height: 30px;
}
.user-menu .member-number {
  vertical-align: bottom;
  font-size: 18px;
}
.user-menu .dropdown-footer {
  background: #ffffff;
  border-top: 1px solid #D3D8DB;
  padding: 6px 20px;
  text-align: center;
}
.user-menu .member-number-icon {
  height: 30px;
  width: auto;
}
.user-menu .logout-btn {
  color: #33424D;
  background-color: #FFD100;
  border-color: #e6bc00;
  transition: all ease-out 300ms;
  display: inline-block;
  margin: 0 auto;
  padding: 5px 18px;
  line-height: 1.22222222;
}
.user-menu .logout-btn:focus,
.user-menu .logout-btn.focus {
  transition: none;
  color: #FFD100;
  background-color: #33424D;
  border-color: #0a0d10;
}
.dark-bg .user-menu .logout-btn:focus,
.dark-bg .user-menu .logout-btn.focus,
.navbar-inverse .user-menu .logout-btn:focus,
.navbar-inverse .user-menu .logout-btn.focus,
.breakout.strong-bg .user-menu .logout-btn:focus,
.breakout.strong-bg .user-menu .logout-btn.focus,
.breakout-lg.strong-bg .user-menu .logout-btn:focus,
.breakout-lg.strong-bg .user-menu .logout-btn.focus,
.breakout-sm.strong-bg .user-menu .logout-btn:focus,
.breakout-sm.strong-bg .user-menu .logout-btn.focus {
  border-color: #FFD100;
}
.user-menu .logout-btn:hover {
  transition: all ease-out 200ms;
  color: #FFD100;
  background-color: #33424D;
  border-color: #1b2228;
}
.dark-bg .user-menu .logout-btn:hover,
.breakout.strong-bg .user-menu .logout-btn:hover,
.breakout-lg.strong-bg .user-menu .logout-btn:hover,
.breakout-sm.strong-bg .user-menu .logout-btn:hover {
  border-color: #FFD100;
}
.user-menu .logout-btn:active,
.user-menu .logout-btn.active,
.open > .dropdown-toggle.user-menu .logout-btn {
  color: #FFD100;
  background-color: #33424D;
  border-color: #1b2228;
}
.user-menu .logout-btn:active:hover,
.user-menu .logout-btn.active:hover,
.open > .dropdown-toggle.user-menu .logout-btn:hover,
.user-menu .logout-btn:active:focus,
.user-menu .logout-btn.active:focus,
.open > .dropdown-toggle.user-menu .logout-btn:focus,
.user-menu .logout-btn:active.focus,
.user-menu .logout-btn.active.focus,
.open > .dropdown-toggle.user-menu .logout-btn.focus {
  color: #FFD100;
  background-color: #1f282e;
  border-color: #0a0d10;
}
.user-menu .logout-btn:focus .badge,
.user-menu .logout-btn.focus .badge,
.user-menu .logout-btn:hover .badge,
.user-menu .logout-btn:active .badge,
.user-menu .logout-btn.active .badge,
.open > .dropdown-toggle.user-menu .logout-btn .badge {
  color: #33424D;
  background-color: #FFD100;
}
.user-menu .logout-btn:active,
.user-menu .logout-btn.active,
.open > .dropdown-toggle.user-menu .logout-btn {
  background-image: none;
}
.user-menu .logout-btn.disabled:hover,
.user-menu .logout-btn[disabled]:hover,
fieldset[disabled] .user-menu .logout-btn:hover,
.user-menu .logout-btn.disabled:focus,
.user-menu .logout-btn[disabled]:focus,
fieldset[disabled] .user-menu .logout-btn:focus,
.user-menu .logout-btn.disabled.focus,
.user-menu .logout-btn[disabled].focus,
fieldset[disabled] .user-menu .logout-btn.focus {
  background-color: #FFD100;
  border-color: #e6bc00;
}
.user-menu .logout-btn .badge {
  color: #FFD100;
  background-color: #33424D;
}
.search-input-wrapper {
  border-radius: 3px;
  background-color: #425563;
  -webkit-transition: all ease-in-out .15s;
  -o-transition: all ease-in-out .15s;
  transition: all ease-in-out .15s;
}
.search-input-wrapper > .form-control {
  color: #ffffff;
  font-weight: 400;
  background-color: transparent;
  border-color: transparent;
  padding-right: 30px;
  -webkit-transition: all ease-in-out .15s;
  -o-transition: all ease-in-out .15s;
  transition: all ease-in-out .15s;
}
.search-input-wrapper > .form-control::-moz-placeholder {
  color: #bac0c5;
  opacity: 1;
}
.search-input-wrapper > .form-control:-ms-input-placeholder {
  color: #bac0c5;
}
.search-input-wrapper > .form-control::-webkit-input-placeholder {
  color: #bac0c5;
}
.search-input-wrapper > .form-control:focus,
.search-input-wrapper > .form-control:hover {
  color: #425563;
  background-color: #fff;
  border-color: #fff;
}
.search-input-wrapper > .form-control:focus::-moz-placeholder,
.search-input-wrapper > .form-control:hover::-moz-placeholder {
  color: #6b7882;
  opacity: 1;
}
.search-input-wrapper > .form-control:focus:-ms-input-placeholder,
.search-input-wrapper > .form-control:hover:-ms-input-placeholder {
  color: #6b7882;
}
.search-input-wrapper > .form-control:focus::-webkit-input-placeholder,
.search-input-wrapper > .form-control:hover::-webkit-input-placeholder {
  color: #6b7882;
}
.search-input-wrapper > .form-control:focus + .btn,
.search-input-wrapper > .form-control:hover + .btn {
  color: #0062b2;
}
.search-input-wrapper > .form-control:focus + .btn:hover,
.search-input-wrapper > .form-control:hover + .btn:hover {
  color: #003865;
}
.search-input-wrapper > .btn {
  color: #fff;
  padding: 0 4px;
  -webkit-transition: color ease-in-out .15s;
  -o-transition: color ease-in-out .15s;
  transition: color ease-in-out .15s;
}
.search-input-wrapper > .btn,
.search-input-wrapper > .btn:active,
.search-input-wrapper > .btn.active,
.search-input-wrapper > .btn[disabled],
fieldset[disabled] .search-input-wrapper > .btn {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.search-input-wrapper > .btn,
.search-input-wrapper > .btn:hover,
.search-input-wrapper > .btn:focus,
.search-input-wrapper > .btn:active {
  border-color: transparent;
}
.search-input-wrapper > .btn:hover,
.search-input-wrapper > .btn:focus {
  color: #FFD100;
  background-color: transparent;
}
.search-input-wrapper > .btn[disabled]:hover,
fieldset[disabled] .search-input-wrapper > .btn:hover,
.search-input-wrapper > .btn[disabled]:focus,
fieldset[disabled] .search-input-wrapper > .btn:focus {
  color: #6b7882;
  text-decoration: none;
}
.active.search-input-wrapper > .btn {
  color: #0062b2;
}
.active.search-input-wrapper > .btn:hover {
  color: #003865;
}
.search-input-wrapper .twitter-typeahead .form-control {
  -webkit-transition: all ease-in-out .15s;
  -o-transition: all ease-in-out .15s;
  transition: all ease-in-out .15s;
  background-color: transparent;
  border-color: transparent;
  width: 150px;
}
.search-input-wrapper .twitter-typeahead .form-control::-moz-placeholder {
  color: #bac0c5;
  opacity: 1;
}
.search-input-wrapper .twitter-typeahead .form-control:-ms-input-placeholder {
  color: #bac0c5;
}
.search-input-wrapper .twitter-typeahead .form-control::-webkit-input-placeholder {
  color: #bac0c5;
}
.active.search-input-wrapper .twitter-typeahead .form-control {
  width: 250px;
}
.active.search-input-wrapper .twitter-typeahead .form-control.tt-hint {
  background-color: #fff !important;
  border-color: #fff !important;
}
.search-input-wrapper :not(.active) .twitter-typeahead .form-control {
  color: #ffffff;
}
@media (min-width: 768px) {
  .search-input-wrapper > .form-control {
    width: 150px;
  }
  .search-input-wrapper > .form-control:focus,
  .search-input-wrapper > .form-control:hover {
    width: 250px;
  }
  .search-input-wrapper .active {
    width: 250px;
  }
  .search-input-wrapper .active .btn {
    color: #0062b2;
  }
  .search-input-wrapper .active .btn:hover {
    color: #003865;
  }
}
.search-input-wrapper,
.form-control-container.password-toggle,
.form-control-container .password-toggle {
  position: relative;
}
.search-input-wrapper .form-control,
.form-control-container.password-toggle .form-control,
.form-control-container .password-toggle .form-control {
  display: block;
}
.search-input-wrapper .btn,
.form-control-container.password-toggle .btn,
.form-control-container .password-toggle .btn {
  display: block;
  position: absolute;
  top: 10px;
  right: 3px;
}
.search-input-wrapper .btn-sm,
.form-control-container.password-toggle .btn-sm,
.form-control-container .password-toggle .btn-sm {
  top: 5px;
}
.search-input-wrapper .btn-lg,
.form-control-container.password-toggle .btn-lg,
.form-control-container .password-toggle .btn-lg {
  top: 18.5px;
}
.skip-links {
  padding-left: 0;
  list-style: none;
  margin: 0;
}
.skip-links a,
.skip-links a:link,
.skip-links a:visited {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  color: #FFD100;
  padding: 5px;
  display: block;
  background: #182D3C;
  background: rgba(24, 45, 60, 0.85);
  text-align: center;
}
.skip-links a:active,
.skip-links a:link:active,
.skip-links a:visited:active,
.skip-links a:focus,
.skip-links a:link:focus,
.skip-links a:visited:focus {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
  z-index: 1010;
  padding-top: 10px;
}
.primary-navigation {
  margin-right: auto;
  margin-left: auto;
}
.primary-navigation:focus {
  outline: none;
}
@media (min-width: 768px) {
  .primary-navigation {
    padding-left: 15px;
    padding-right: 15px;
    width: 750px;
  }
}
@media (min-width: 992px) {
  .primary-navigation {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .primary-navigation {
    width: 1170px;
  }
}
@media (min-width: 768px) {
  .primary-navigation {
    padding-top: 13px;
    padding-bottom: 26px;
  }
}
.primary-navigation .primary-menu-list {
  padding-left: 0;
  list-style: none;
  display: table;
  margin: 0;
  width: 100%;
}
.primary-navigation .menu-list-item {
  display: table-cell;
  width: 22%;
  position: relative;
  text-align: center;
  padding: 20px 10px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.primary-navigation .menu-item {
  display: block;
  transition: all ease 0.15s;
  cursor: pointer;
}
.primary-navigation .menu-item .primary-text {
  display: block;
  color: #425563;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.125;
}
@media (min-width: 768px) {
  .primary-navigation .menu-item .primary-text {
    font-size: 22px;
    font-weight: 600;
  }
}
@media (min-width: 992px) {
  .primary-navigation .menu-item .primary-text {
    font-size: 28px;
    font-weight: 700;
  }
}
.primary-navigation .menu-item .secondary-text {
  display: none;
  color: #6b7882;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.25;
}
@media (min-width: 768px) {
  .primary-navigation .menu-item .secondary-text {
    display: block;
  }
}
.primary-navigation .menu-item .secondary-text:after {
  content: "";
  position: absolute;
  height: 5px;
  bottom: 0;
  left: 50%;
  right: 50%;
  width: 0;
  background-color: #FFD100;
  transition: all ease 0.3s;
}
@media (min-width: 768px) {
  .primary-navigation .menu-item:hover .secondary-text:after,
  .primary-navigation .menu-item:focus .secondary-text:after {
    left: 25%;
    right: 75%;
    width: 50%;
  }
  .mega-menu-open.primary-navigation .menu-item:hover .secondary-text:after,
  .mega-menu-open.primary-navigation .menu-item:focus .secondary-text:after {
    left: 50%;
    right: 50%;
    width: 0;
  }
}
.primary-navigation .menu-item.open,
.primary-navigation .menu-item:hover {
  text-decoration: none;
}
.primary-navigation .menu-item.open .primary-text,
.primary-navigation .menu-item:hover .primary-text {
  color: #182D3C;
}
.primary-navigation .menu-item.open .secondary-text,
.primary-navigation .menu-item:hover .secondary-text {
  color: #425563;
}
.primary-navigation .menu-item .primary-text:before,
.primary-navigation .menu-item .primary-text:after {
  content: "";
  position: absolute;
  left: 50%;
  width: 0;
  height: 0;
  transform: translate(-50%, 0);
  z-index: 20;
  opacity: 0;
}
.primary-navigation .menu-item .primary-text:before {
  border-left: 14px solid transparent;
  border-right: 14px solid transparent;
  border-bottom: 14px solid #D3D8DB;
  bottom: -1px;
}
@media (min-width: 768px) {
  .primary-navigation .menu-item .primary-text:before {
    bottom: -27px;
  }
}
.primary-navigation .menu-item .primary-text:after {
  border-left: 13px solid transparent;
  border-right: 13px solid transparent;
  border-bottom: 13px solid #E9EEF2;
  bottom: -2px;
}
@media (min-width: 768px) {
  .primary-navigation .menu-item .primary-text:after {
    bottom: -28px;
  }
}
.primary-navigation .menu-item.open .primary-text:before,
.primary-navigation .menu-item.open .primary-text:after {
  opacity: 1;
}
.primary-navigation .menu-item:focus {
  text-decoration: none;
}
.primary-navigation .logo-item {
  display: none;
  text-align: center;
}
@media (min-width: 768px) {
  .primary-navigation .logo-item {
    display: table-cell;
    width: 12%;
  }
}
@media (min-width: 992px) {
  .primary-navigation .dropdown-menu {
    left: 0;
    right: 0;
  }
  .primary-navigation .dropdown-menu > li > a {
    text-overflow: ellipsis;
    overflow: hidden;
  }
}
.site-logo-link {
  display: block;
  padding: 4px;
}
.site-logo {
  height: auto;
  width: 99px;
  max-width: 100%;
}
.navbar-header {
  text-align: center;
  background-color: #E9EEF2;
  float: none;
  display: block;
}
@media (min-width: 768px) {
  .navbar-header {
    display: none;
  }
}
.navbar-header button {
  height: 46px;
  text-align: center;
  background: none;
  border: none;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 2px;
}
.navbar-header button .button-text {
  display: block;
  font-size: 11px;
  line-height: 16px;
}
.navbar-header button .button-icon {
  display: block;
}
.toggle-search,
.toggle-menu {
  float: left;
}
.toggle-search[aria-expanded="true"],
.toggle-menu[aria-expanded="true"] {
  background: #182D3C;
  color: #ffffff;
}
.toggle-menu {
  float: right;
}
.toggle-menu[aria-expanded="true"] .fa:before {
  content: "\f077";
}
.site-logo-link-mobile {
  display: inline-block;
  padding-top: 3px;
  padding-bottom: 3px;
}
.site-logo-mobile {
  height: 40px;
  width: auto;
}
.menu-header {
  display: block;
  padding-top: 5px;
  background-color: #111f2a;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1);
}
@media (min-width: 768px) {
  .menu-header {
    display: none;
  }
}
.menu-header .user-details {
  padding: 10px 15px;
  font-size: 16px;
  line-height: 1.25;
  color: #ffffff;
}
.menu-header .user-menu-mobile > li > a {
  padding-top: 5px;
  padding-bottom: 5px;
}
.menu-header .member-icon {
  height: 42px;
  width: auto;
  float: left;
  margin-right: 0.5em;
}
.menu-header .member-name {
  display: block;
  font-weight: normal;
  margin-bottom: 2px;
}
.menu-header .member-number {
  opacity: 0.8;
}
.user-menu-mobile {
  margin-bottom: 0;
}
.menu-header-buttons {
  display: table;
  width: 100%;
  border-spacing: 8px;
  padding: 5px 7px 10px;
}
.menu-header-buttons .btn {
  display: table-cell;
  width: 50%;
  font-size: 16px;
  line-height: 1.25;
}
.menu-header-buttons .btn:hover,
.menu-header-buttons .btn:focus,
.menu-header-buttons .btn:active {
  border-color: #FFD100;
}
@media (max-width: 767px) {
  .site-search.navbar-form {
    border: none;
    box-shadow: none;
    margin-top: 0;
    margin-bottom: 0;
  }
}
/*.form-header {
  .breadcrumb {
    font-size: 16px;
    line-height: (22/16);
    a {
      color: @gray-light;
      &:hover,
      &:focus {
        color: @gray-dark;
      }
    }
    .home a {
      .button-variant(@subtle-bg-AA-text-color; @subtle-bg; @page-line-color)
    }
  }
}*/
.form-header,
.maintenance-page .site-header {
  padding-bottom: 26px;
}
.form-header .header-content,
.maintenance-page .site-header .header-content {
  text-align: center;
  border: none;
  padding-top: 13px;
}
.form-header .site-logo-link,
.maintenance-page .site-header .site-logo-link {
  display: inline-block;
}
@media (max-width: 767px) {
  .form-header .utilities-bar,
  .maintenance-page .site-header .utilities-bar {
    min-height: 0;
  }
  .form-header .site-logo,
  .maintenance-page .site-header .site-logo {
    height: 70px;
    width: auto;
  }
}
.mega-menu {
  position: relative;
  overflow: hidden;
  border-top: 1px solid #D3D8DB;
  border-bottom: 5px solid #FFD100;
  background: #E9EEF2;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.mega-menu a {
  color: #33424D;
}
.mega-menu a:hover,
.mega-menu a:focus {
  color: #003865;
  text-decoration: underline;
}
.mega-menu a.btn {
  text-decoration: none;
}
.mega-menu a.btn.btn-link {
  text-decoration: underline;
}
.mega-menu .close-menu {
  position: absolute;
  top: 0;
  right: 0;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background: transparent;
  background-image: none;
  border: none;
  white-space: nowrap;
  color: #65737e;
  opacity: 0.75;
  padding: 5px 10px;
  font-size: 18px;
  line-height: 1.33333333;
  border-radius: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.mega-menu .close-menu:focus,
.mega-menu .close-menu:active:focus,
.mega-menu .close-menu.active:focus,
.mega-menu .close-menu.focus,
.mega-menu .close-menu:active.focus,
.mega-menu .close-menu.active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.mega-menu .close-menu:hover,
.mega-menu .close-menu:focus,
.mega-menu .close-menu.focus {
  opacity: 1;
  text-decoration: none;
}
.mega-menu .close-menu:active,
.mega-menu .close-menu.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);
}
.mega-menu .slide-item-container {
  margin-right: auto;
  margin-left: auto;
  /*@media (min-width: @screen-lg-min) {
      width: @container-lg;
    }*/
}
@media (min-width: 768px) {
  .mega-menu .slide-item-container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .mega-menu .slide-item-container {
    width: 970px;
  }
}
@media (min-width: 768px) {
  .mega-menu .slide-item-container {
    padding-left: 15px;
    padding-right: 15px;
    display: flex;
    flex: 0 1 auto;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: stretch;
  }
  .mod_flexbox .mega-menu .slide-item-container:before,
  .mod_flexbox .mega-menu .slide-item-container:after {
    display: inherit;
  }
}
.mega-menu .menu-title {
  display: block;
  margin: 20px 34px 13px 0;
  font-size: 18px;
  line-height: 22px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .mega-menu .menu-title {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
  }
}
.mega-menu .menu-content .menu-title a,
.mega-menu .menu-content a.menu-title {
  color: #606d75;
  font-family: "Stag Sans Web", "Stag Sans Web", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 500;
}
.mega-menu .menu-content .menu-title a:hover,
.mega-menu .menu-content a.menu-title:hover,
.mega-menu .menu-content .menu-title a:focus,
.mega-menu .menu-content a.menu-title:focus {
  color: #003865;
}
.mega-menu .menu-items {
  margin-bottom: 19px;
}
.mega-menu .menu-items > ul {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.mega-menu .menu-items > ul > li > a {
  display: inline-block;
  padding: 7px 0;
}
.mega-menu .menu-items > ul .active > a {
  font-weight: 500;
}
.mega-menu .menu-text-container {
  padding-top: 8px;
}
.mega-menu .menu-text-container a {
  text-decoration: underline;
}
.mega-menu .menu-text-container a {
  color: #0062b2;
}
.mega-menu .menu-text-container a:hover,
.mega-menu .menu-text-container a:focus {
  color: #003865;
  text-decoration: underline;
}
.mega-menu .menu-text-container a.btn {
  text-decoration: none;
}
.mega-menu .menu-text-container a.btn.btn-link {
  text-decoration: underline;
}
.mega-menu .menu-text-container .breakout,
.mega-menu .menu-text-container .breakout-lg,
.mega-menu .menu-text-container .breakout-sm {
  background: white;
}
@media (min-width: 768px) {
  .mega-menu .menu-text-container .breakout,
  .mega-menu .menu-text-container .breakout-lg,
  .mega-menu .menu-text-container .breakout-sm {
    padding: 18px 30px;
  }
}
@media (max-width: 767px) {
  .mega-menu .menu-text-container,
  .mega-menu .menu-items > ul > li > a {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 768px) {
  .mega-menu .menu-items > ul {
    display: flex;
    flex-flow: column nowrap;
    width: 50%;
    float: left;
  }
  .mega-menu .menu-items > ul > li {
    flex: 0 0 auto;
  }
  .mega-menu .menu-items > ul > li > a {
    padding-right: 18px;
  }
  .mega-menu .slide-item {
    min-height: 240px;
  }
}
@media (max-width: 808px) {
  .mega-menu .slick-arrow {
    width: 10px;
  }
}
.mega-menu .menu-articles {
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 10px;
}
.mega-menu .menu-articles .article-list-group {
  font-size: 14px;
  line-height: 1.42857143;
  font-weight: normal;
}
.mega-menu .menu-articles .article-list-group strong {
  font-weight: 500;
}
.mega-menu .all-link {
  text-align: right;
  display: block;
  font-size: 14px;
  line-height: 1.42857143;
  text-decoration: underline;
}
@media (min-width: 768px) {
  .mega-menu .menu-content {
    position: relative;
    padding-top: 18px;
    padding-bottom: 18px;
    float: left;
    width: 66.6666666666%;
  }
  .mega-menu .menu-articles {
    position: relative;
    padding: 0;
    padding-top: 18px;
    padding-bottom: 5px;
    float: left;
    width: 33.3333333333%;
  }
  .mega-menu .right-menu .menu-content {
    order: 2;
  }
  .mega-menu .right-menu .menu-content .menu-items > ul > li {
    padding-left: 18px;
  }
  .mega-menu .right-menu .menu-content .menu-items > ul > li > a {
    padding-right: 0;
  }
  .mega-menu .right-menu .menu-articles {
    order: 1;
  }
  .mega-menu .right-menu .all-link {
    text-align: left;
  }
}
@media (min-width: 992px) {
  .mega-menu .menu-articles {
    padding-left: 30px;
  }
  .mega-menu .right-menu .menu-articles {
    padding-left: 0;
    padding-right: 30px;
  }
}
.article-list {
  padding-left: 0;
  list-style: none;
}
.article-list > li {
  display: block;
}
.article-list .article-li-link {
  margin: 0 0 8px;
  flex: 1 0 auto;
  display: flex;
  flex-flow: row nowrap;
  background: #ffffff;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  font-size: 14px;
  line-height: 1.14285714;
}
.article-list .article-li-link a,
a.article-list .article-li-link,
a.article-list .article-li-link:hover,
a.article-list .article-li-link:focus {
  color: #33424D;
  text-decoration: none;
}
.article-list .article-li-link:hover,
.article-list .article-li-link:focus {
  background: #f4f7f9;
  text-decoration: none;
}
.article-list .article-li-link:hover .article-li-image-container,
.article-list .article-li-link:focus .article-li-image-container {
  opacity: 0.9;
}
.article-list .article-li-image-container {
  display: block;
  flex: 0 0 auto;
  width: 33.333333333333333333%;
  overflow: hidden;
  background-color: #182D3C;
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-size: cover;
  background-position: top center;
}
@media (max-width: 767px) {
  .article-list .article-li-image-container {
    max-width: 100px;
  }
}
.article-list .article-li-details {
  flex: 1 1 auto;
  padding: 8px 12px 12px 12px;
  min-height: 52px;
}
@media (max-width: 767px) {
  .article-list .article-li-details {
    display: flex;
    align-items: center;
  }
}
.article-list .article-li-details > *:last-child {
  margin-bottom: 0;
}
.article-list .article-li-title {
  margin: 0;
}
@media (max-width: 767px) {
  .mod_no-flexbox .article-li-link {
    display: table;
    width: 100%;
  }
  .mod_no-flexbox .article-li-image-container,
  .mod_no-flexbox .article-li-details {
    display: table-cell;
    height: 52px;
  }
}
/*.article-list-group.list-group {
  .list-group-item {
    border-radius: 0;
  }
  .feature {
    padding: 0;
    position: relative;
    background: @diesel-deepest;
    color: #ffffff;
  }
  .feature-image-container {
    display: block;
    min-height: 50px;
    max-height: 150px;
    overflow: hidden;
  }
  .feature-image {
    width: 100%;
    max-width: 100%;
    display: block;
  }
  .feature-image-container + .title {
    padding: 10px 15px;
    display: block;
    background: @diesel-deepest;
    background: rgba(red(@diesel-deepest), green(@diesel-deepest), blue(@diesel-deepest), 0.8);
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
  }
  :hover {
    .feature-image {
      opacity: 0.9;
    }
    .feature-image-container + .title {
      background: @diesel-deepest;
    }
  }
}*/
.footer-sitemap-section {
  padding-top: 26px;
  padding-bottom: 26px;
  background: #182D3C;
  color: #aab4bb;
}
.footer-sitemap-section a {
  color: #E9EEF2;
}
.footer-sitemap-section a:hover,
.footer-sitemap-section a:focus {
  color: #FFD100;
}
.footer-sitemap-section .container > h1:first-child,
.footer-sitemap-section .container > h2:first-child,
.footer-sitemap-section .container > h3:first-child,
.footer-sitemap-section .container > h4:first-child {
  margin-top: 0;
}
.footer-sitemap-section .links-list {
  margin-bottom: 19px;
}
@media (max-width: 767px) {
  .footer-sitemap-section .links-list a {
    font-size: 14px;
    line-height: 1.42857143;
  }
}
.footer-sitemap-section .links-list li > a a {
  color: #E9EEF2;
}
.footer-sitemap-section .links-list li > a a:hover,
.footer-sitemap-section .links-list li > a a:focus {
  color: #ffffff;
  text-decoration: underline;
}
.footer-sitemap-section .links-list li > a a.btn {
  text-decoration: none;
}
.footer-sitemap-section .links-list li > a a.btn.btn-link {
  text-decoration: underline;
}
.footer-sitemap-section .links-list h3,
.footer-sitemap-section .links-list-header {
  margin-top: 32px;
  margin-bottom: 2px;
  font-size: 16px;
  line-height: 1.44444444;
  font-weight: 300;
  color: #FFD100;
}
@media (min-width: 768px) {
  .footer-sitemap-section .links-list h3,
  .footer-sitemap-section .links-list-header {
    font-size: 20px;
  }
}
.footer-sitemap-section .links-list h3 a,
.footer-sitemap-section .links-list-header a {
  color: #FFD100;
  font-size: 1em;
  line-height: 1.44444444;
}
.footer-site-search-section {
  padding-top: 26px;
  padding-bottom: 26px;
  border-top: 2px solid #e6bc00;
  border-bottom: 2px solid #FFD100;
  background: #FFD100;
}
@media (min-width: 992px) {
  .footer-site-search-section .form {
    width: 50%;
    margin-left: 25%;
    float: left;
  }
}
.footer-site-search-section .back-to-top {
  float: right;
}
.back-to-top {
  display: none;
}
.back-to-top .btn {
  color: #33424D;
  background-color: #FFD100;
  border-color: #33424D;
  transition: all ease-out 300ms;
  /*&,
    &:hover,
    &:focus {
      color: @diesel-deepest;
      text-decoration: underline;
    }*/
}
.back-to-top .btn:focus,
.back-to-top .btn.focus {
  transition: none;
  color: #FFD100;
  background-color: #33424D;
  border-color: #0a0d10;
}
.dark-bg .back-to-top .btn:focus,
.dark-bg .back-to-top .btn.focus,
.navbar-inverse .back-to-top .btn:focus,
.navbar-inverse .back-to-top .btn.focus,
.breakout.strong-bg .back-to-top .btn:focus,
.breakout.strong-bg .back-to-top .btn.focus,
.breakout-lg.strong-bg .back-to-top .btn:focus,
.breakout-lg.strong-bg .back-to-top .btn.focus,
.breakout-sm.strong-bg .back-to-top .btn:focus,
.breakout-sm.strong-bg .back-to-top .btn.focus {
  border-color: #FFD100;
}
.back-to-top .btn:hover {
  transition: all ease-out 200ms;
  color: #FFD100;
  background-color: #33424D;
  border-color: #1b2228;
}
.dark-bg .back-to-top .btn:hover,
.breakout.strong-bg .back-to-top .btn:hover,
.breakout-lg.strong-bg .back-to-top .btn:hover,
.breakout-sm.strong-bg .back-to-top .btn:hover {
  border-color: #FFD100;
}
.back-to-top .btn:active,
.back-to-top .btn.active,
.open > .dropdown-toggle.back-to-top .btn {
  color: #FFD100;
  background-color: #33424D;
  border-color: #1b2228;
}
.back-to-top .btn:active:hover,
.back-to-top .btn.active:hover,
.open > .dropdown-toggle.back-to-top .btn:hover,
.back-to-top .btn:active:focus,
.back-to-top .btn.active:focus,
.open > .dropdown-toggle.back-to-top .btn:focus,
.back-to-top .btn:active.focus,
.back-to-top .btn.active.focus,
.open > .dropdown-toggle.back-to-top .btn.focus {
  color: #FFD100;
  background-color: #1f282e;
  border-color: #0a0d10;
}
.back-to-top .btn:focus .badge,
.back-to-top .btn.focus .badge,
.back-to-top .btn:hover .badge,
.back-to-top .btn:active .badge,
.back-to-top .btn.active .badge,
.open > .dropdown-toggle.back-to-top .btn .badge {
  color: #33424D;
  background-color: #FFD100;
}
.back-to-top .btn:active,
.back-to-top .btn.active,
.open > .dropdown-toggle.back-to-top .btn {
  background-image: none;
}
.back-to-top .btn.disabled:hover,
.back-to-top .btn[disabled]:hover,
fieldset[disabled] .back-to-top .btn:hover,
.back-to-top .btn.disabled:focus,
.back-to-top .btn[disabled]:focus,
fieldset[disabled] .back-to-top .btn:focus,
.back-to-top .btn.disabled.focus,
.back-to-top .btn[disabled].focus,
fieldset[disabled] .back-to-top .btn.focus {
  background-color: #FFD100;
  border-color: #33424D;
}
.back-to-top .btn .badge {
  color: #FFD100;
  background-color: #33424D;
}
@media (min-width: 992px) {
  .back-to-top {
    display: block;
  }
}
.footer-utilities-section {
  background-color: #FFFFFF;
  padding: 20px 0 30px 0;
}
.footer-utilities-section a {
  color: #425563;
}
.footer-utilities-section a:hover,
.footer-utilities-section a:focus {
  color: #182D3C;
  text-decoration: underline;
}
.footer-utilities-section a.btn {
  text-decoration: none;
}
.footer-utilities-section a.btn.btn-link {
  text-decoration: underline;
}
.footer-utilities-section .footer-utilities {
  padding-top: 6px;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .footer-utilities-section .footer-utilities {
    float: left;
    width: 50%;
  }
}
@media (min-width: 768px) {
  .footer-utilities-section .footer-utilities {
    left: 25%;
  }
}
.footer-utilities-section .footer-logo {
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .footer-utilities-section .footer-logo {
    float: left;
    width: 25%;
  }
}
@media (min-width: 768px) {
  .footer-utilities-section .footer-logo {
    right: 75%;
  }
}
.footer-utilities-section .footer-logo img {
  width: 140px;
  max-width: 100%;
  height: auto;
}
@media (max-width: 767px) {
  .footer-utilities-section .footer-logo {
    padding-top: 26px;
  }
}
.footer-utilities-section .social-links {
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 6px;
  font-size: 2em;
  text-align: right;
  line-height: 1;
}
@media (min-width: 768px) {
  .footer-utilities-section .social-links {
    float: left;
    width: 25%;
  }
}
@media (min-width: 768px) {
  .footer-utilities-section .social-links {
    left: 25%;
  }
}
.footer-utilities-section .social-links .hover-icons {
  padding-left: 0;
  margin-bottom: 0;
}
.footer-utilities-section .social-links a {
  color: #425563;
}
.footer-utilities-section .version {
  font-size: 14px;
  line-height: 1.42857143;
  font-weight: normal;
  margin-bottom: 0;
}
.footer-utilities-section .version strong {
  font-weight: 500;
}
.footer-utilities {
  text-align: center;
}
@media (max-width: 991px) {
  .footer-utilities {
    font-size: 14px;
    line-height: 1.42857143;
  }
}
.footer-utilities ul {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
  margin: 0.5em 0;
}
.footer-utilities ul > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
.footer-utilities ul > li {
  padding-top: 5px;
  padding-bottom: 5px;
}
@media (max-width: 767px) {
  .footer-utilities-section .social-links,
  .footer-utilities-section .footer-logo {
    text-align: center;
  }
}
.brand-color,
a .brand-color {
  color: #ffffff;
}
.brand-color.fa-facebook,
a .brand-color.fa-facebook,
.brand-color.fa-facebook-square,
a .brand-color.fa-facebook-square {
  color: #3b5998;
}
.brand-color.fa-flickr,
a .brand-color.fa-flickr {
  color: #ff0084;
}
.brand-color.fa-foursquare,
a .brand-color.fa-foursquare {
  color: #8fd400;
}
.brand-color.fa-google-plus,
a .brand-color.fa-google-plus,
.brand-color.fa-google-plus-square,
a .brand-color.fa-google-plus-square {
  color: #dd4b39;
}
.brand-color.fa-instagram,
a .brand-color.fa-instagram {
  color: #3f729b;
}
.brand-color.fa-linkedin,
a .brand-color.fa-linkedin,
.brand-color.fa-linkedin-square,
a .brand-color.fa-linkedin-square {
  color: #0e76a8;
}
.brand-color.fa-pinterest,
a .brand-color.fa-pinterest,
.brand-color.fa-pinterest-square,
a .brand-color.fa-pinterest-square {
  color: #c8232c;
}
.brand-color.fa-map-marker,
a .brand-color.fa-map-marker,
.brand-color.fa-periscope,
a .brand-color.fa-periscope {
  color: #40A4C4;
}
.brand-color.fa-tumblr,
a .brand-color.fa-tumblr,
.brand-color.fa-tumblr-square,
a .brand-color.fa-tumblr-square {
  color: #34526f;
}
.brand-color.fa-twitter,
a .brand-color.fa-twitter,
.brand-color.fa-twitter-square,
a .brand-color.fa-twitter-square {
  color: #55acee;
}
.brand-color.fa-vimeo,
a .brand-color.fa-vimeo,
.brand-color.fa-vimeo-square,
a .brand-color.fa-vimeo-square {
  color: #44bbff;
}
.brand-color.fa-vine,
a .brand-color.fa-vine {
  color: #00b488;
}
.brand-color.fa-youtube,
a .brand-color.fa-youtube,
.brand-color.fa-youtube-square,
a .brand-color.fa-youtube-square,
.brand-color.fa-youtube-play,
a .brand-color.fa-youtube-play {
  color: #c4302b;
}
.hover-icons {
  list-style: none;
  padding-left: 0;
}
.hover-icons:before,
.hover-icons:after {
  content: " ";
  display: table;
}
.hover-icons:after {
  clear: both;
}
.hover-icons:before,
.hover-icons:after {
  content: " ";
  display: table;
}
.hover-icons:after {
  clear: both;
}
.hover-icons li {
  display: inline-block;
  height: 1.1em;
  overflow: hidden;
  margin: 0;
}
.hover-icons a {
  display: block;
  position: relative;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.hover-icons a i {
  display: block;
  line-height: 1.1em;
  text-align: center;
}
.hover-icons a .item {
  display: block;
  line-height: 1.1em;
  padding: 0 0.2em;
}
.hover-icons a:hover,
.hover-icons a:focus {
  text-decoration: none;
  margin-top: -1.1em;
}
.form-footer {
  font-size: 14px;
  line-height: 1.42857143;
  text-align: center;
  padding-top: 13px;
  padding-bottom: 13px;
  background: #E9EEF2;
}
.form-footer .small-subtle,
.form-footer .text-muted {
  color: #606d75;
}
.form-footer .accordion .panel .panel-heading[aria-expanded="true"],
.form-footer .accordion .panel .panel-body {
  background: transparent;
}
.form-footer .accordion .panel-heading:hover {
  background: #f4f7f9;
}
.form-footer a {
  color: #425563;
}
.form-footer a:hover,
.form-footer a:focus {
  color: #182D3C;
  text-decoration: underline;
}
.form-footer a.btn {
  text-decoration: none;
}
.form-footer a.btn.btn-link {
  text-decoration: underline;
}
html {
  height: 100%;
}
body {
  min-height: 100%;
  display: flex;
  flex-direction: column;
}
body > footer {
  margin-top: auto;
}
.module-title {
  text-align: center;
  margin: 0;
  margin-bottom: 39px;
}
@media (min-width: 768px) {
  .module-title {
    margin-bottom: 52px;
  }
}
.module-sub-title {
  text-align: center;
  font-family: "Stag Web", "Stag Sans Web", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 20px;
  line-height: 1.4;
  margin-bottom: 26px;
}
.module-title + .module-sub-title {
  margin-top: -26px;
}
@media (min-width: 768px) {
  .module-sub-title {
    font-size: 24px;
    line-height: 1.33333333;
    margin-bottom: 39px;
  }
  .module-title + .module-sub-title {
    margin-top: -39px;
  }
}
.module-footer {
  margin-top: 26px;
  text-align: center;
}
@media (max-width: 767px) {
  .page-section {
    overflow: hidden;
  }
}
.page-section.body-copy {
  overflow: visible;
}
.page-container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .page-container-fluid {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (max-width: 479px) {
  .page-container,
  .page-container-narrow {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 480px) {
  .page-container {
    padding-left: 15px;
    padding-right: 15px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 768px) {
  .page-container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .page-container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .page-container {
    width: 1170px;
  }
}
.narrow {
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 992px) {
  .narrow {
    max-width: 720px;
  }
  .narrow.container,
  .narrow.page-container {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (min-width: 1200px) {
  .narrow {
    max-width: 940px;
  }
}
.page-container,
.page-container-fluid {
  padding-top: 52px;
  padding-bottom: 52px;
}
@media (min-width: 768px) {
  .page-container,
  .page-container-fluid {
    padding-top: 20px;
    padding-bottom: 104px;
  }
}
.page-container > *:first-child,
.page-container-fluid > *:first-child,
.page-container .section-title,
.page-container-fluid .section-title {
  margin-top: 0;
}
.body-copy .page-container {
  padding-top: 0px;
}
@media (min-width: 768px) {
  .body-copy .page-container {
    padding-top: 0px;
  }
}
[class*="page-container"]:not(.breakout-bg) + [class*="page-container"]:not(.breakout-bg) {
  padding-top: 0;
}
.no-bg + .no-bg > .page-container:not(.breakout-bg),
.alt-bg + .alt-bg > .page-container:not(.breakout-bg),
.dark-bg + .dark-bg > .page-container:not(.breakout-bg),
.no-bg + .deal-finder-module > .page-container:not(.breakout-bg),
.no-bg + *:not(.page-section):not(.promo-banner) + .no-bg > .page-container:not(.breakout-bg),
.alt-bg + *:not(.page-section):not(.promo-banner) + .alt-bg > .page-container:not(.breakout-bg),
.dark-bg + *:not(.page-section):not(.promo-banner) + .dark-bg > .page-container:not(.breakout-bg),
.no-bg + *:not(.page-section):not(.promo-banner) + *:not(.page-section):not(.promo-banner) + .no-bg > .page-container:not(.breakout-bg),
.alt-bg + *:not(.page-section):not(.promo-banner) + *:not(.page-section):not(.promo-banner) + .alt-bg > .page-container:not(.breakout-bg),
.dark-bg + *:not(.page-section):not(.promo-banner) + *:not(.page-section):not(.promo-banner) + .dark-bg > .page-container:not(.breakout-bg),
.breakout.strong-bg + .breakout.strong-bg > .page-container:not(.breakout-bg),
.breakout.strong-bg + *:not(.page-section):not(.promo-banner) + .breakout.strong-bg > .page-container:not(.breakout-bg),
.breakout.strong-bg + *:not(.page-section):not(.promo-banner) + *:not(.page-section):not(.promo-banner) + .breakout.strong-bg > .page-container:not(.breakout-bg),
.no-bg + .travel-product-finder-module > .page-container:not(.breakout-bg),
.breakout-lg.strong-bg + .breakout-lg.strong-bg > .page-container:not(.breakout-bg),
.breakout-lg.strong-bg + *:not(.page-section):not(.promo-banner) + .breakout-lg.strong-bg > .page-container:not(.breakout-bg),
.breakout-lg.strong-bg + *:not(.page-section):not(.promo-banner) + *:not(.page-section):not(.promo-banner) + .breakout-lg.strong-bg > .page-container:not(.breakout-bg),
.breakout-sm.strong-bg + .breakout-sm.strong-bg > .page-container:not(.breakout-bg),
.breakout-sm.strong-bg + *:not(.page-section):not(.promo-banner) + .breakout-sm.strong-bg > .page-container:not(.breakout-bg),
.breakout-sm.strong-bg + *:not(.page-section):not(.promo-banner) + *:not(.page-section):not(.promo-banner) + .breakout-sm.strong-bg > .page-container:not(.breakout-bg) {
  padding-top: 0;
}
@media (min-width: 1200px) {
  .no-bg + .promo-banner + .no-bg > .page-container:not(.breakout-bg),
  .body-copy + .promo-banner + .no-bg > .page-container:not(.breakout-bg),
  .alt-bg + .promo-banner + .alt-bg > .page-container:not(.breakout-bg),
  .dark-bg + .promo-banner + .dark-bg > .page-container:not(.breakout-bg),
  .no-bg + .promo-banner + .deal-finder-module > .page-container:not(.breakout-bg),
  .body-copy + .promo-banner + .deal-finder-module > .page-container:not(.breakout-bg),
  .breakout.strong-bg + .promo-banner + .breakout.strong-bg > .page-container:not(.breakout-bg),
  .no-bg + .promo-banner + .travel-product-finder-module > .page-container:not(.breakout-bg),
  .body-copy + .promo-banner + .travel-product-finder-module > .page-container:not(.breakout-bg),
  .breakout-lg.strong-bg + .promo-banner + .breakout-lg.strong-bg > .page-container:not(.breakout-bg),
  .breakout-sm.strong-bg + .promo-banner + .breakout-sm.strong-bg > .page-container:not(.breakout-bg) {
    padding-top: 0;
  }
}
.page-container.breakout-bg {
  padding-top: 26px;
  padding-bottom: 26px;
  margin-bottom: 52px;
}
@media (min-width: 768px) {
  .page-container.breakout-bg {
    padding-top: 52px;
    padding-bottom: 52px;
    margin-bottom: 104px;
  }
}
/*.page-container,
.page-container-fluid {
  > *:last-child { 
    margin-bottom: 0;
  }
}*/
.tile,
.breakout,
.breakout-lg,
.breakout-sm {
  padding: 20px;
  margin-bottom: 26px;
  background: #E9EEF2;
}
.tile > *:first-child,
.breakout > *:first-child,
.breakout-lg > *:first-child,
.breakout-sm > *:first-child {
  margin-top: 0;
}
.tile .text-muted,
.breakout .text-muted,
.breakout-lg .text-muted,
.breakout-sm .text-muted {
  color: #606d75;
}
@media (min-width: 992px) {
  .breakout,
  .breakout-lg,
  .breakout-sm {
    padding: 30px;
  }
}
.breakout.subtle-bg,
.breakout-lg.subtle-bg,
.breakout-sm.subtle-bg {
  background: #f4f7f9;
}
.breakout.subtle-bg .small-subtle,
.breakout.subtle-bg .text-muted,
.breakout-lg.subtle-bg .small-subtle,
.breakout-lg.subtle-bg .text-muted,
.breakout-sm.subtle-bg .small-subtle,
.breakout-sm.subtle-bg .text-muted {
  color: #65737e;
}
.breakout.strong-bg h2,
.breakout.strong-bg h3,
.breakout-lg.strong-bg h2,
.breakout-lg.strong-bg h3,
.breakout-sm.strong-bg h2,
.breakout-sm.strong-bg h3 {
  color: #ffffff;
}
a.tile,
a.breakout,
a.breakout-lg,
a.breakout-sm {
  -webkit-box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.1);
  text-decoration: none;
}
a.tile:hover,
a.tile:focus,
a.breakout:hover,
a.breakout:focus,
a.breakout-lg:hover,
a.breakout-lg:focus,
a.breakout-sm:hover,
a.breakout-sm:focus {
  text-decoration: none;
  background: #f4f7f9;
  -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.3);
}
.flex-col > .tile,
.flex-col > .breakout,
.flex-col > .breakout,
.flex-col > .breakout-lg,
.flex-col > .breakout-sm,
.flex-col > .breakout-lg,
.flex-col > .breakout-sm {
  flex: 1 1 auto;
}
.breakout-title-light {
  font-weight: 300;
  color: #182D3C;
}
.breakout-lg {
  padding: 30px;
}
@media (min-width: 992px) {
  .breakout-lg {
    padding: 40px;
  }
}
.breakout-sm {
  padding: 10px;
}
.alt-bg {
  background-color: #E9EEF2;
  background: #E9EEF2;
}
.photo-bg {
  background-color: #182D3C;
  background: #182D3C;
}
.photo-bg .module-title,
.photo-bg .module-sub-title,
.photo-bg .module-footer {
  color: #ffffff;
  text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.5);
}
.photo-bg .module-footer a {
  color: #ffffff;
}
.photo-bg .module-footer a:hover,
.photo-bg .module-footer a:focus {
  color: #FFD100;
  text-decoration: underline;
}
.photo-bg .module-footer a.btn {
  text-decoration: none;
}
.photo-bg .module-footer a.btn.btn-link {
  text-decoration: underline;
}
.photo-bg .module-footer .btn {
  text-shadow: none;
  -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.1);
}
.photo-bg .module-footer .btn:hover,
.photo-bg .module-footer .btn:focus {
  -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.3);
}
.alt-bg .breakout-bg,
.photo-bg .breakout-bg,
.alt-bg .breakout,
.photo-bg .breakout,
.alt-bg .tile,
.photo-bg .tile,
.alt-bg .breakout,
.photo-bg .breakout,
.alt-bg .breakout-lg,
.photo-bg .breakout-lg,
.alt-bg .breakout-sm,
.photo-bg .breakout-sm,
.alt-bg .breakout-lg,
.photo-bg .breakout-lg,
.alt-bg .breakout-sm,
.photo-bg .breakout-sm {
  background: #ffffff;
}
.alt-bg .breakout-bg.subtle-bg,
.photo-bg .breakout-bg.subtle-bg,
.alt-bg .breakout.subtle-bg,
.photo-bg .breakout.subtle-bg,
.alt-bg .tile.subtle-bg,
.photo-bg .tile.subtle-bg,
.alt-bg .breakout.subtle-bg,
.photo-bg .breakout.subtle-bg,
.alt-bg .breakout-lg.subtle-bg,
.photo-bg .breakout-lg.subtle-bg,
.alt-bg .breakout-sm.subtle-bg,
.photo-bg .breakout-sm.subtle-bg,
.alt-bg .breakout-lg.subtle-bg,
.photo-bg .breakout-lg.subtle-bg,
.alt-bg .breakout-sm.subtle-bg,
.photo-bg .breakout-sm.subtle-bg {
  background: #f4f7f9;
}
.alt-bg .breakout-bg .text-muted,
.photo-bg .breakout-bg .text-muted,
.alt-bg .breakout .text-muted,
.photo-bg .breakout .text-muted,
.alt-bg .tile .text-muted,
.photo-bg .tile .text-muted,
.alt-bg .breakout .text-muted,
.photo-bg .breakout .text-muted,
.alt-bg .breakout-lg .text-muted,
.photo-bg .breakout-lg .text-muted,
.alt-bg .breakout-sm .text-muted,
.photo-bg .breakout-sm .text-muted,
.alt-bg .breakout-lg .text-muted,
.photo-bg .breakout-lg .text-muted,
.alt-bg .breakout-sm .text-muted,
.photo-bg .breakout-sm .text-muted {
  color: #6b7882;
}
.alt-bg a.tile,
.alt-bg a.tile:hover,
.alt-bg a.tile:focus,
.alt-bg a.breakout,
.alt-bg a.breakout:hover,
.alt-bg a.breakout:focus,
.alt-bg a.breakout-lg,
.alt-bg a.breakout-lg:hover,
.alt-bg a.breakout-lg:focus,
.alt-bg a.breakout-sm,
.alt-bg a.breakout-sm:hover,
.alt-bg a.breakout-sm:focus {
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
}
.photo-bg a.tile,
.dark-bg a.tile,
.photo-bg a.tile:hover,
.dark-bg a.tile:hover,
.photo-bg a.tile:focus,
.dark-bg a.tile:focus,
.photo-bg a.breakout,
.dark-bg a.breakout,
.photo-bg a.breakout:hover,
.dark-bg a.breakout:hover,
.photo-bg a.breakout:focus,
.dark-bg a.breakout:focus,
.breakout.strong-bg a.tile,
.breakout.strong-bg a.tile:hover,
.breakout.strong-bg a.tile:focus,
.photo-bg a.breakout-lg,
.dark-bg a.breakout-lg,
.photo-bg a.breakout-lg:hover,
.dark-bg a.breakout-lg:hover,
.photo-bg a.breakout-lg:focus,
.dark-bg a.breakout-lg:focus,
.breakout-lg.strong-bg a.tile,
.breakout-lg.strong-bg a.tile:hover,
.breakout-lg.strong-bg a.tile:focus,
.photo-bg a.breakout-sm,
.dark-bg a.breakout-sm,
.photo-bg a.breakout-sm:hover,
.dark-bg a.breakout-sm:hover,
.photo-bg a.breakout-sm:focus,
.dark-bg a.breakout-sm:focus,
.breakout-sm.strong-bg a.tile,
.breakout-sm.strong-bg a.tile:hover,
.breakout-sm.strong-bg a.tile:focus {
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
}
.dark-bg,
.breakout.strong-bg,
.breakout-lg.strong-bg,
.breakout-sm.strong-bg {
  background-color: #182D3C;
  background: #182D3C;
}
.dark-bg,
.dark-bg .module-title,
.dark-bg .module-sub-title,
.dark-bg .h2,
.dark-bg .h3,
.dark-bg .h4,
.breakout.strong-bg,
.breakout.strong-bg .module-title,
.breakout.strong-bg .module-sub-title,
.breakout.strong-bg .h2,
.breakout.strong-bg .h3,
.breakout.strong-bg .h4,
.breakout-lg.strong-bg,
.breakout-lg.strong-bg .module-title,
.breakout-lg.strong-bg .module-sub-title,
.breakout-lg.strong-bg .h2,
.breakout-lg.strong-bg .h3,
.breakout-lg.strong-bg .h4,
.breakout-sm.strong-bg,
.breakout-sm.strong-bg .module-title,
.breakout-sm.strong-bg .module-sub-title,
.breakout-sm.strong-bg .h2,
.breakout-sm.strong-bg .h3,
.breakout-sm.strong-bg .h4 {
  color: #ffffff;
}
.dark-bg a,
.breakout.strong-bg a,
.breakout-lg.strong-bg a,
.breakout-sm.strong-bg a {
  color: #ffffff;
}
.dark-bg a:hover,
.dark-bg a:focus,
.breakout.strong-bg a:hover,
.breakout.strong-bg a:focus,
.breakout-lg.strong-bg a:hover,
.breakout-lg.strong-bg a:focus,
.breakout-sm.strong-bg a:hover,
.breakout-sm.strong-bg a:focus {
  color: #FFD100;
  text-decoration: underline;
}
.dark-bg a.btn,
.breakout.strong-bg a.btn,
.breakout-lg.strong-bg a.btn,
.breakout-sm.strong-bg a.btn {
  text-decoration: none;
}
.dark-bg a.btn.btn-link,
.breakout.strong-bg a.btn.btn-link,
.breakout-lg.strong-bg a.btn.btn-link,
.breakout-sm.strong-bg a.btn.btn-link {
  text-decoration: underline;
}
.dark-bg .breakout-bg,
.dark-bg .breakout,
.breakout.strong-bg .breakout-bg,
.breakout.strong-bg .breakout,
.dark-bg .breakout-lg,
.dark-bg .breakout-sm,
.breakout-lg.strong-bg .breakout-bg,
.breakout-lg.strong-bg .breakout,
.breakout-sm.strong-bg .breakout-bg,
.breakout-sm.strong-bg .breakout {
  background: #425563;
}
.dark-bg .breakout-bg.subtle-bg,
.dark-bg .breakout.subtle-bg,
.breakout.strong-bg .breakout-bg.subtle-bg,
.breakout.strong-bg .breakout.subtle-bg,
.dark-bg .breakout-lg.subtle-bg,
.dark-bg .breakout-sm.subtle-bg,
.breakout-lg.strong-bg .breakout-bg.subtle-bg,
.breakout-lg.strong-bg .breakout.subtle-bg,
.breakout-sm.strong-bg .breakout-bg.subtle-bg,
.breakout-sm.strong-bg .breakout.subtle-bg {
  background: rgba(66, 85, 99, 0.5);
}
.dark-bg .tile,
.dark-bg .strong-bg,
.dark-bg .breakout,
.breakout.strong-bg .tile,
.breakout.strong-bg .strong-bg,
.dark-bg .breakout-lg,
.breakout-lg.strong-bg .tile,
.breakout-lg.strong-bg .strong-bg,
.dark-bg .breakout-sm,
.breakout-sm.strong-bg .tile,
.breakout-sm.strong-bg .strong-bg {
  background: #ffffff;
}
.dark-bg .tile,
.dark-bg .strong-bg,
.dark-bg .tile .module-title,
.dark-bg .strong-bg .module-title,
.dark-bg .tile .module-sub-title,
.dark-bg .strong-bg .module-sub-title,
.dark-bg .tile .h2,
.dark-bg .strong-bg .h2,
.dark-bg .tile .h3,
.dark-bg .strong-bg .h3,
.dark-bg .tile .h4,
.dark-bg .strong-bg .h4,
.dark-bg .breakout,
.dark-bg .breakout .module-title,
.dark-bg .breakout .module-sub-title,
.dark-bg .breakout .h2,
.dark-bg .breakout .h3,
.dark-bg .breakout .h4,
.breakout.strong-bg .tile,
.breakout.strong-bg .strong-bg,
.breakout.strong-bg .tile .module-title,
.breakout.strong-bg .strong-bg .module-title,
.breakout.strong-bg .tile .module-sub-title,
.breakout.strong-bg .strong-bg .module-sub-title,
.breakout.strong-bg .tile .h2,
.breakout.strong-bg .strong-bg .h2,
.breakout.strong-bg .tile .h3,
.breakout.strong-bg .strong-bg .h3,
.breakout.strong-bg .tile .h4,
.breakout.strong-bg .strong-bg .h4,
.dark-bg .breakout-lg,
.dark-bg .breakout-lg .module-title,
.dark-bg .breakout-lg .module-sub-title,
.dark-bg .breakout-lg .h2,
.dark-bg .breakout-lg .h3,
.dark-bg .breakout-lg .h4,
.breakout-lg.strong-bg .tile,
.breakout-lg.strong-bg .strong-bg,
.breakout-lg.strong-bg .tile .module-title,
.breakout-lg.strong-bg .strong-bg .module-title,
.breakout-lg.strong-bg .tile .module-sub-title,
.breakout-lg.strong-bg .strong-bg .module-sub-title,
.breakout-lg.strong-bg .tile .h2,
.breakout-lg.strong-bg .strong-bg .h2,
.breakout-lg.strong-bg .tile .h3,
.breakout-lg.strong-bg .strong-bg .h3,
.breakout-lg.strong-bg .tile .h4,
.breakout-lg.strong-bg .strong-bg .h4,
.dark-bg .breakout-sm,
.dark-bg .breakout-sm .module-title,
.dark-bg .breakout-sm .module-sub-title,
.dark-bg .breakout-sm .h2,
.dark-bg .breakout-sm .h3,
.dark-bg .breakout-sm .h4,
.breakout-sm.strong-bg .tile,
.breakout-sm.strong-bg .strong-bg,
.breakout-sm.strong-bg .tile .module-title,
.breakout-sm.strong-bg .strong-bg .module-title,
.breakout-sm.strong-bg .tile .module-sub-title,
.breakout-sm.strong-bg .strong-bg .module-sub-title,
.breakout-sm.strong-bg .tile .h2,
.breakout-sm.strong-bg .strong-bg .h2,
.breakout-sm.strong-bg .tile .h3,
.breakout-sm.strong-bg .strong-bg .h3,
.breakout-sm.strong-bg .tile .h4,
.breakout-sm.strong-bg .strong-bg .h4 {
  color: #425563;
}
.dark-bg .tile a,
.dark-bg .strong-bg a,
.dark-bg .breakout a,
.breakout.strong-bg .tile a,
.breakout.strong-bg .strong-bg a,
.dark-bg .breakout-lg a,
.breakout-lg.strong-bg .tile a,
.breakout-lg.strong-bg .strong-bg a,
.dark-bg .breakout-sm a,
.breakout-sm.strong-bg .tile a,
.breakout-sm.strong-bg .strong-bg a {
  color: #0062b2;
}
.dark-bg .tile a:hover,
.dark-bg .strong-bg a:hover,
.dark-bg .tile a:focus,
.dark-bg .strong-bg a:focus,
.dark-bg .breakout a:hover,
.dark-bg .breakout a:focus,
.breakout.strong-bg .tile a:hover,
.breakout.strong-bg .strong-bg a:hover,
.breakout.strong-bg .tile a:focus,
.breakout.strong-bg .strong-bg a:focus,
.dark-bg .breakout-lg a:hover,
.dark-bg .breakout-lg a:focus,
.breakout-lg.strong-bg .tile a:hover,
.breakout-lg.strong-bg .strong-bg a:hover,
.breakout-lg.strong-bg .tile a:focus,
.breakout-lg.strong-bg .strong-bg a:focus,
.dark-bg .breakout-sm a:hover,
.dark-bg .breakout-sm a:focus,
.breakout-sm.strong-bg .tile a:hover,
.breakout-sm.strong-bg .strong-bg a:hover,
.breakout-sm.strong-bg .tile a:focus,
.breakout-sm.strong-bg .strong-bg a:focus {
  color: #003865;
  text-decoration: underline;
}
.dark-bg .tile a.btn,
.dark-bg .strong-bg a.btn,
.dark-bg .breakout a.btn,
.breakout.strong-bg .tile a.btn,
.breakout.strong-bg .strong-bg a.btn,
.dark-bg .breakout-lg a.btn,
.breakout-lg.strong-bg .tile a.btn,
.breakout-lg.strong-bg .strong-bg a.btn,
.dark-bg .breakout-sm a.btn,
.breakout-sm.strong-bg .tile a.btn,
.breakout-sm.strong-bg .strong-bg a.btn {
  text-decoration: none;
}
.dark-bg .tile a.btn.btn-link,
.dark-bg .strong-bg a.btn.btn-link,
.dark-bg .breakout a.btn.btn-link,
.breakout.strong-bg .tile a.btn.btn-link,
.breakout.strong-bg .strong-bg a.btn.btn-link,
.dark-bg .breakout-lg a.btn.btn-link,
.breakout-lg.strong-bg .tile a.btn.btn-link,
.breakout-lg.strong-bg .strong-bg a.btn.btn-link,
.dark-bg .breakout-sm a.btn.btn-link,
.breakout-sm.strong-bg .tile a.btn.btn-link,
.breakout-sm.strong-bg .strong-bg a.btn.btn-link {
  text-decoration: underline;
}
.brand-bg,
.brand-bg.breakout,
.brand-bg.tile,
.brand-bg.breakout,
.brand-bg.breakout-lg,
.brand-bg.breakout-sm,
.brand-bg.breakout-lg,
.brand-bg.breakout-sm {
  background-color: #FFD100;
  font-weight: normal;
}
.brand-bg a,
.brand-bg.breakout a,
.brand-bg.tile a,
.brand-bg.breakout a,
.brand-bg.breakout-lg a,
.brand-bg.breakout-sm a,
.brand-bg.breakout-lg a,
.brand-bg.breakout-sm a {
  font-weight: 500;
}
.brand-bg strong,
.brand-bg.breakout strong,
.brand-bg.tile strong,
.brand-bg.breakout strong,
.brand-bg.breakout-lg strong,
.brand-bg.breakout-sm strong,
.brand-bg.breakout-lg strong,
.brand-bg.breakout-sm strong {
  font-weight: 600;
}
.brand-bg,
.brand-bg.breakout,
.brand-bg.tile,
.brand-bg h1,
.brand-bg.breakout h1,
.brand-bg.tile h1,
.brand-bg h2,
.brand-bg.breakout h2,
.brand-bg.tile h2,
.brand-bg h3,
.brand-bg.breakout h3,
.brand-bg.tile h3,
.brand-bg h4,
.brand-bg.breakout h4,
.brand-bg.tile h4,
.brand-bg h5,
.brand-bg.breakout h5,
.brand-bg.tile h5,
.brand-bg.breakout,
.brand-bg.breakout h1,
.brand-bg.breakout h2,
.brand-bg.breakout h3,
.brand-bg.breakout h4,
.brand-bg.breakout h5,
.brand-bg.breakout-lg,
.brand-bg.breakout-lg h1,
.brand-bg.breakout-lg h2,
.brand-bg.breakout-lg h3,
.brand-bg.breakout-lg h4,
.brand-bg.breakout-lg h5,
.brand-bg.breakout-sm,
.brand-bg.breakout-sm h1,
.brand-bg.breakout-sm h2,
.brand-bg.breakout-sm h3,
.brand-bg.breakout-sm h4,
.brand-bg.breakout-sm h5,
.brand-bg.breakout-lg,
.brand-bg.breakout-lg h1,
.brand-bg.breakout-lg h2,
.brand-bg.breakout-lg h3,
.brand-bg.breakout-lg h4,
.brand-bg.breakout-lg h5,
.brand-bg.breakout-sm,
.brand-bg.breakout-sm h1,
.brand-bg.breakout-sm h2,
.brand-bg.breakout-sm h3,
.brand-bg.breakout-sm h4,
.brand-bg.breakout-sm h5 {
  color: #33424D;
}
.brand-bg a,
.brand-bg.breakout a,
.brand-bg.tile a,
.brand-bg.breakout a,
.brand-bg.breakout-lg a,
.brand-bg.breakout-sm a,
.brand-bg.breakout-lg a,
.brand-bg.breakout-sm a {
  color: #182D3C;
}
.brand-bg a:hover,
.brand-bg.breakout a:hover,
.brand-bg.tile a:hover,
.brand-bg a:focus,
.brand-bg.breakout a:focus,
.brand-bg.tile a:focus,
.brand-bg.breakout a:hover,
.brand-bg.breakout a:focus,
.brand-bg.breakout-lg a:hover,
.brand-bg.breakout-lg a:focus,
.brand-bg.breakout-sm a:hover,
.brand-bg.breakout-sm a:focus,
.brand-bg.breakout-lg a:hover,
.brand-bg.breakout-lg a:focus,
.brand-bg.breakout-sm a:hover,
.brand-bg.breakout-sm a:focus {
  color: #425563;
  text-decoration: underline;
}
.brand-bg a.btn,
.brand-bg.breakout a.btn,
.brand-bg.tile a.btn,
.brand-bg.breakout a.btn,
.brand-bg.breakout-lg a.btn,
.brand-bg.breakout-sm a.btn,
.brand-bg.breakout-lg a.btn,
.brand-bg.breakout-sm a.btn {
  text-decoration: none;
}
.brand-bg a.btn.btn-link,
.brand-bg.breakout a.btn.btn-link,
.brand-bg.tile a.btn.btn-link,
.brand-bg.breakout a.btn.btn-link,
.brand-bg.breakout-lg a.btn.btn-link,
.brand-bg.breakout-sm a.btn.btn-link,
.brand-bg.breakout-lg a.btn.btn-link,
.brand-bg.breakout-sm a.btn.btn-link {
  text-decoration: underline;
}
a.tile.brand-bg:hover,
a.tile.brand-bg:focus,
a.breakout.brand-bg:hover,
a.breakout.brand-bg:focus,
a.breakout-lg.brand-bg:hover,
a.breakout-lg.brand-bg:focus,
a.breakout-sm.brand-bg:hover,
a.breakout-sm.brand-bg:focus {
  background: #f0c400;
  color: #182D3C;
}
.photo-bg {
  background-color: #33424D;
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-size: cover;
  background-position: 50% 0%;
}
.photo-bg.focal-point-left {
  background-position: 10% 0%;
}
.photo-bg.focal-point-left-center {
  background-position: 30% 0%;
}
.photo-bg.focal-point-center {
  background-position: 50% 10%;
}
.photo-bg.focal-point-right-center {
  background-position: 70% 0%;
}
.photo-bg.focal-point-right {
  background-position: 90% 0%;
}
.photo-tint-light {
  background: rgba(24, 45, 60, 0.1);
}
.photo-tint-medium {
  background: rgba(24, 45, 60, 0.2);
}
.photo-tint-dark {
  background: rgba(24, 45, 60, 0.35);
}
.page-header {
  padding: 0;
  margin: 0;
  border: none;
  position: relative;
}
.page-header .banner-text {
  text-align: center;
  padding-top: 52px;
  padding-bottom: 26px;
}
@media (min-width: 768px) {
  .page-header .banner-text {
    padding-top: 78px;
    padding-bottom: 26px;
  }
}
@media (min-width: 992px) {
  .page-header .banner-text {
    padding-top: 104px;
    padding-bottom: 39px;
  }
}
.page-header .page-header-inner .banner-text {
  text-align: left;
  padding-top: 44px;
}
.page-header h1 {
  margin: 0;
}
@media (max-width: 767px) {
  .page-header h1 br {
    display: none;
  }
}
@media (min-width: 768px) {
  .page-header .page-sub-title,
  .page-header .article-date {
    font-size: 24px;
    line-height: 28px;
  }
}
.page-header .page-sub-title {
  font-family: "Stag Sans Web", "Stag Sans Web", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 600;
}
.page-header.photo-bg {
  background-color: #425563;
}
.page-header.photo-bg,
.page-header.photo-bg h1,
.page-header.photo-bg h2,
.page-header.photo-bg h3 {
  color: white;
}
.page-header.photo-bg .page-header-inner .banner-text {
  text-shadow: 0px 0px 100px rgba(0, 0, 0, 0.4), 0px 0px 12px rgba(0, 0, 0, 0.6), 0px 1px 2px rgba(0, 0, 0, 0.5);
}
.page-header.photo-bg .page-title em {
  color: #FFD100;
  font-style: normal;
}
.page-header .back-button {
  color: #FFD100;
  background-color: #182D3C;
  border-color: #182D3C;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 2px;
  padding-left: 24px;
  position: relative;
}
.page-header .back-button:focus,
.page-header .back-button.focus {
  color: #FFD100;
  background-color: #091218;
  border-color: #000000;
}
.page-header .back-button:hover {
  color: #FFD100;
  background-color: #091218;
  border-color: #070c10;
}
.page-header .back-button:active,
.page-header .back-button.active,
.open > .dropdown-toggle.page-header .back-button {
  color: #FFD100;
  background-color: #091218;
  border-color: #070c10;
}
.page-header .back-button:active:hover,
.page-header .back-button.active:hover,
.open > .dropdown-toggle.page-header .back-button:hover,
.page-header .back-button:active:focus,
.page-header .back-button.active:focus,
.open > .dropdown-toggle.page-header .back-button:focus,
.page-header .back-button:active.focus,
.page-header .back-button.active.focus,
.open > .dropdown-toggle.page-header .back-button.focus {
  color: #FFD100;
  background-color: #000000;
  border-color: #000000;
}
.page-header .back-button:active,
.page-header .back-button.active,
.open > .dropdown-toggle.page-header .back-button {
  background-image: none;
}
.page-header .back-button.disabled:hover,
.page-header .back-button[disabled]:hover,
fieldset[disabled] .page-header .back-button:hover,
.page-header .back-button.disabled:focus,
.page-header .back-button[disabled]:focus,
fieldset[disabled] .page-header .back-button:focus,
.page-header .back-button.disabled.focus,
.page-header .back-button[disabled].focus,
fieldset[disabled] .page-header .back-button.focus {
  background-color: #182D3C;
  border-color: #182D3C;
}
.page-header .back-button .badge {
  color: #182D3C;
  background-color: #FFD100;
}
.page-header .back-button:after {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f053";
  position: absolute;
  top: 50%;
  left: 0.625em;
  margin-top: -0.5em;
  transition: left ease-in 0.1s;
}
.page-header .back-button:hover:after {
  transition: left ease-out 0.3s;
  left: 0.45em;
}
@media (min-width: 768px) {
  .page-header-inner {
    min-height: 20px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
  }
  .page-header-inner .banner-text {
    padding-top: 156px;
    padding-bottom: 78px;
    margin-right: 180px;
    min-height: 130px;
  }
  .page-header-inner .tile-grid {
    margin-top: -26px;
  }
}
@media (min-width: 1323.33333333px) {
  .page-header-inner .banner-text {
    margin-right: 153.33333333px;
  }
}
@media (min-width: 1400px) {
  .page-header-inner .banner-text {
    margin-right: 115px;
  }
}
@media (min-width: 1630px) {
  .page-header-inner .banner-text {
    margin-right: 0;
  }
}
.beams-divider {
  position: relative;
  margin-top: -37px;
}
.beams-image {
  display: block;
  width: 100%;
  height: 65px;
}
@media (min-width: 768px) {
  .beams-divider {
    margin-top: -60px;
  }
  .beams-image {
    height: 100px;
  }
}
@media (min-width: 992px) {
  .beams-divider {
    margin-top: -65px;
  }
  .beams-image {
    height: 110px;
  }
}
@media (min-width: 1200px) {
  .beams-divider {
    margin-top: -75px;
  }
  .beams-image {
    height: 130px;
  }
}
.banner-callout-container,
.banner-form-container {
  position: relative;
  z-index: 15;
  margin-top: 15px;
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .banner-callout-container,
  .banner-form-container {
    margin-top: 0;
    width: 750px;
  }
}
@media (min-width: 992px) {
  .banner-callout-container,
  .banner-form-container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .banner-callout-container,
  .banner-form-container {
    width: 1170px;
  }
}
.banner-callout-container + .body-copy,
.banner-form-container + .body-copy {
  position: relative;
  z-index: 9;
}
.banner-callout-container + .body-copy h2,
.banner-form-container + .body-copy h2,
.banner-callout-container + .body-copy h3,
.banner-form-container + .body-copy h3,
.banner-callout-container + .body-copy h4,
.banner-form-container + .body-copy h4,
.banner-callout-container + .body-copy h5,
.banner-form-container + .body-copy h5 {
  text-align: left;
}
@media (min-width: 768px) {
  .banner-callout-container .banner-callout,
  .banner-form-container .banner-callout {
    float: right;
    width: 100%;
    max-width: 40%;
    margin-left: 30px;
  }
}
@media (min-width: 992px) {
  .banner-callout-container .banner-callout,
  .banner-form-container .banner-callout {
    float: right;
    max-width: 30%;
  }
}
@media (min-width: 768px) {
  .banner-callout-container .register-login-module,
  .banner-form-container .register-login-module {
    float: right;
    width: 100%;
    max-width: 50%;
    margin-left: 30px;
  }
}
@media (min-width: 992px) {
  .banner-callout-container .register-login-module,
  .banner-form-container .register-login-module {
    float: right;
    max-width: 40%;
  }
}
@media (min-width: 768px) {
  .banner-footer .container,
  .banner-callout-container .banner-callout {
    transform: translateY(-52px);
    margin-bottom: -52px;
  }
}
.banner-footer > .container,
.banner-form-container {
  margin-top: 0;
}
@media (max-width: 767px) {
  .banner-footer > .container,
  .banner-form-container {
    padding-left: 0;
    padding-right: 0;
  }
}
.banner-footer {
  position: relative;
  z-index: 15;
}
.banner-footer .breakout,
.banner-footer .breakout-lg,
.banner-footer .breakout-lg,
.banner-footer .breakout-sm {
  margin-bottom: 0;
}
@media (max-width: 479px) {
  .banner-footer .breakout,
  .banner-footer .breakout-lg,
  .banner-footer .breakout-lg,
  .banner-footer .breakout-sm {
    padding: 15px;
  }
}
.banner-footer .icon-list > li {
  margin-bottom: 0.5em;
}
.banner-footer .icon-list > li:last-child {
  margin-bottom: 0;
}
.banner-footer.no-bg + .page-section.no-bg > .page-container:not(.breakout-bg),
.banner-footer.alt-bg + .page-section.alt-bg > .page-container:not(.breakout-bg) {
  padding-top: 26px;
}
@media (min-width: 768px) {
  .banner-footer.no-bg + .page-section.no-bg > .page-container:not(.breakout-bg),
  .banner-footer.alt-bg + .page-section.alt-bg > .page-container:not(.breakout-bg) {
    padding-top: 52px;
  }
}
.banner-usp {
  margin-bottom: 19px;
}
.banner-usp > :last-child {
  margin-bottom: 0;
}
.cta-conditions {
  display: block;
  margin-top: 10px;
  font-size: 14px;
  line-height: 1.14285714;
}
.banner-usp .price {
  margin-bottom: 13px;
}
@media (min-width: 480px) {
  .banner-usp .price {
    text-align: left;
  }
}
.banner-usp .price-label {
  font-size: 24px;
  line-height: 28px;
  font-weight: 600;
}
.banner-usp .price-amount {
  color: #FFD100;
}
@media (min-width: 480px) {
  .banner-cta,
  .cta-conditions {
    text-align: center;
  }
  .banner-usp .icon-list {
    margin-bottom: 0;
  }
  .banner-usp,
  .banner-cta {
    display: table-cell;
  }
  .banner-usp {
    width: 99%;
    margin-bottom: 0;
  }
  .banner-cta {
    vertical-align: middle;
  }
}
@media (min-width: 992px) {
  .banner-cta .btn {
    min-width: 240px;
  }
}
@media (max-width: 360px) {
  .button-list > li {
    display: block;
    padding: 0;
  }
  .button-list .btn {
    width: 100%;
  }
}
.form-layout {
  padding-bottom: 52px;
}
.form-layout h1 {
  margin-top: 0;
}
.form-layout h1 + .alert {
  margin-bottom: 0;
  margin-top: 26px;
}
@media (min-width: 768px) {
  .form-layout h1 + .alert {
    margin-top: 52px;
  }
}
.form-layout h1,
.form-layout h2,
.form-layout .form-block-heading {
  text-align: center;
}
.form-layout .form-block-heading {
  margin-top: 26px;
  margin-bottom: 26px;
}
@media (min-width: 768px) {
  .form-layout .form-block-heading {
    margin-top: 52px;
  }
}
.form-layout .lead {
  text-align: center;
}
.page-section .form-layout .form-block-heading {
  margin-top: 0;
}
.page-section .form-layout .form-block ~ .form-block-heading {
  margin-top: 26px;
}
@media (min-width: 768px) {
  .page-section .form-layout .form-block ~ .form-block-heading {
    margin-top: 52px;
  }
}
.form-container-narrow {
  padding-top: 52px;
  padding-bottom: 52px;
}
@media (min-width: 480px) {
  .form-container-narrow {
    padding-left: 15px;
    padding-right: 15px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 768px) {
  .form-container-narrow {
    width: 750px;
  }
}
.form-container-narrow > .form-block-heading {
  margin-top: 0;
}
.form-container-narrow > .form-block ~ .form-block-heading {
  margin-top: 52px;
}
.form-block {
  background: #f4f7f9;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 26px;
  padding-bottom: 13px;
  margin-bottom: 3em;
  margin-top: 26px;
}
.form-block .small-subtle,
.form-block .text-muted {
  color: #65737e;
}
.form-group {
  position: relative;
}
h2.form-block-heading {
  font-size: 28px;
}
.form-button-group {
  text-align: center;
}
.form-button-group.text-right {
  text-align: right;
}
.form-block .form-button-group {
  margin-bottom: 15px;
}
.form-confirmation strong {
  font-weight: 500;
  color: #425563;
}
label {
  font-weight: 400;
}
.form-control {
  padding-left: 12px;
  padding-right: 12px;
}
.form-3-column {
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto;
}
.form-3-column .form-group {
  margin-left: -8px;
  margin-right: -8px;
}
.form-3-column .control-label {
  position: relative;
  min-height: 1px;
  padding-left: 8px;
  padding-right: 8px;
}
@media (min-width: 768px) {
  .form-3-column .control-label {
    float: left;
    width: 25%;
  }
}
.form-3-column .form-control-container,
.form-3-column .form-control-static,
.form-3-column .checkbox {
  position: relative;
  min-height: 1px;
  padding-left: 8px;
  padding-right: 8px;
}
@media (min-width: 768px) {
  .form-3-column .form-control-container,
  .form-3-column .form-control-static,
  .form-3-column .checkbox {
    float: left;
    width: 50%;
  }
}
@media (min-width: 768px) {
  .form-3-column .checkbox {
    margin-left: 25%;
  }
}
.form-3-column .help-block {
  position: relative;
  min-height: 1px;
  padding-left: 8px;
  padding-right: 8px;
}
@media (min-width: 768px) {
  .form-3-column .help-block {
    float: left;
    width: 25%;
  }
}
fieldset.form-group .checkbox {
  margin-left: 0;
  float: none;
  width: auto;
  padding-left: 0;
}
fieldset.form-group .checkbox label {
  font-weight: 300;
}
.radio label,
.checkbox label {
  line-height: 1.22222222;
}
.password-toggle .form-control {
  padding-right: 4em;
}
.password-toggle .btn {
  padding: 0 5px;
  background: transparent;
  color: #6b7882;
  font-weight: normal;
}
.password-toggle .btn:hover,
.password-toggle .btn:focus {
  color: #425563;
}
.password-toggle .btn:before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.password-toggle .btn:after {
  font-size: 14px;
  line-height: 26px;
}
.password-toggle input[type="password"] + .btn:before {
  content: "\f06e";
}
.password-toggle input[type="password"] + .btn:after {
  content: "show";
}
.password-toggle input[type="text"] + .btn:before {
  content: "\f070";
}
.password-toggle input[type="text"] + .btn:after {
  content: "hide";
}
.control-label,
.form-3-column .control-label {
  padding-right: 10px;
  position: relative;
}
.indicate-required .control-label.required:after,
.indicate-required .checkbox .required:after {
  padding-left: 0.25em;
  color: #EF6C00;
  content: '*';
}
.form a:not(.btn),
.form-horizontal a:not(.btn) {
  text-decoration: underline;
}
.form .has-success legend.control-label,
.form-horizontal .has-success legend.control-label {
  color: #3c763d;
}
.form .has-warning legend.control-label,
.form-horizontal .has-warning legend.control-label {
  color: #8a6d3b;
}
.form .has-error legend.control-label,
.form-horizontal .has-error legend.control-label {
  color: #a94442;
}
legend.control-label {
  font-size: inherit;
  font-weight: 400;
  border: none;
  margin-bottom: 5px;
  display: inline-block;
  color: #33424D;
  text-transform: none;
}
@media (max-width: 767px) {
  legend.control-label[class*="col-sm"],
  .form-3-column legend.control-label {
    width: auto;
  }
}
.form-horizontal .control-label.required:after {
  position: absolute;
  width: 10px;
  text-align: left;
  bottom: 0;
  right: 0;
}
.form-horizontal .form-group.full-width .control-label {
  text-align: left;
  display: inline;
}
input[type="radio"],
input[type="checkbox"] {
  margin: 5px 0 0;
  margin-top: 2px \9;
}
@media (max-width: 767px) {
  .form-group.inline-sm {
    margin-left: 0;
    margin-right: 0;
  }
  .form-group.inline-sm [class*="col-"] {
    padding-left: 0;
    padding-right: 0;
  }
  .form-group.inline-sm [class*="col-"] + [class*="col-"] {
    margin-left: 0.25em;
  }
}
.form-group .help-block {
  position: static;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 1.42857143;
  font-weight: normal;
}
.form-group .help-block strong {
  font-weight: 500;
}
@media (min-width: 768px) {
  .form-3-column .form-group .help-block {
    padding-top: 13px;
  }
}
.form-group .hint,
.validation-msg {
  display: block;
  font-size: 14px;
  line-height: 1.42857143;
  font-weight: normal;
  margin-top: 2px;
}
.form-group .hint strong,
.validation-msg strong {
  font-weight: 500;
}
.form-group .hint {
  color: #66849a;
  font-style: italic;
}
.hint-popover-trigger {
  color: #65737e;
  font-size: 18px;
  line-height: 22px;
  /*@media (max-width: @screen-xs-max) {*/
  position: absolute;
  top: 0;
  right: 0;
}
.form-3-column .hint-popover-trigger {
  right: 8px;
}
@media (min-width: 768px) {
  .form-3-column .hint-popover-trigger {
    position: static;
    float: left;
    margin-right: 0.5em;
  }
}
.has-success .validation-msg {
  color: #3c763d;
}
.has-warning .validation-msg {
  color: #8a6d3b;
}
.has-error .validation-msg {
  color: #a94442;
}
.form-group .btn-group .btn {
  padding-left: 12px;
  padding-right: 12px;
}
.has-success.form-group .btn-group .btn-default {
  border-color: #3c763d;
}
.has-warning.form-group .btn-group .btn-default {
  border-color: #8a6d3b;
}
.has-error.form-group .btn-group .btn-default {
  border-color: #a94442;
}
.form-group .btn-group .btn-default.active,
.form-group .btn-group .btn-default:active {
  background: #425563;
  color: #ffffff;
}
input:focus {
  outline-color: #004990;
}
textarea {
  resize: vertical;
}
legend {
  border: none;
  background: transparent;
}
/*.form-section {
  > legend {
    margin-bottom: @padding-small-vertical;
    .font-largeish-tight();
    font-weight: @headings-font-weight;
    color: @headings-color;
  }
}*/
.form-section {
  border-top: 1px solid #D3D8DB;
  margin-top: 13px;
}
.form-section + .form-section {
  margin-top: 26px;
}
@media (min-width: 768px) {
  .form-section + .form-section {
    margin-top: 52px;
  }
}
.form-section .form-section-heading {
  text-align: center;
  margin-top: -0.6em;
  margin-bottom: 0.4em;
  font-weight: 300;
  font-size: 20px;
  line-height: 1.1;
}
@media (min-width: 768px) {
  .form-section .form-section-heading {
    margin-bottom: 13px;
  }
}
.form-section .form-section-heading .form-section-heading-text {
  color: #65737e;
  padding: 0 0.5em;
  width: auto;
  background: #fff;
}
.form-block .form-section .form-section-heading .form-section-heading-text,
.subtle-bg .form-section .form-section-heading .form-section-heading-text {
  background: #f4f7f9;
}
.alt-bg .form-section .form-section-heading .form-section-heading-text {
  background: #E9EEF2;
}
.dark-bg .form-section .form-section-heading .form-section-heading-text,
.breakout.strong-bg .form-section .form-section-heading .form-section-heading-text,
.breakout-lg.strong-bg .form-section .form-section-heading .form-section-heading-text,
.breakout-sm.strong-bg .form-section .form-section-heading .form-section-heading-text {
  background: #182D3C;
}
.form-title {
  margin-top: 52px;
  text-align: center;
  padding: 5px;
  font-size: 1.5em;
  line-height: 1.5;
  background-color: #425563;
  color: #ffffff;
  font-weight: 500;
}
.form-title + fieldset {
  margin-top: 52px;
}
.top-labels .form-group {
  margin-left: 0;
  margin-right: 0;
}
.disclaimer {
  color: #6b7882;
  font-size: 14px;
  line-height: 1.42857143;
  margin: 26px 0;
}
@media (min-width: 768px) {
  .disclaimer {
    margin: 52px 0;
  }
}
.bs-wizard {
  margin-top: 26px;
  font-size: 12px;
  line-height: 18px;
  display: flex;
}
@media (min-width: 768px) {
  .bs-wizard {
    font-size: 14px;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 992px) {
  .bs-wizard {
    width: 60%;
  }
}
@media (min-width: 1200px) {
  .bs-wizard {
    width: 50%;
  }
}
@media (max-width: 479px) {
  .bs-wizard {
    margin-left: -15px;
    margin-right: -15px;
  }
}
.bs-wizard .bs-wizard-step {
  display: block;
  padding: 0;
  position: relative;
  font-weight: 400;
  flex: 1 1 auto;
}
.bs-wizard .bs-wizard-step > a {
  display: block;
}
.bs-wizard .bs-wizard-step > a:not(.disabled):hover {
  text-decoration: none;
}
.bs-wizard .bs-wizard-step > a:not(.disabled):hover .bs-wizard-stepnum {
  color: #182D3C;
}
.bs-wizard .bs-wizard-step > a:not(.disabled):hover .bs-wizard-dot:after {
  background: #ffffff;
}
.bs-wizard .bs-wizard-step .bs-wizard-stepnum {
  color: #6b7882;
  text-align: center;
}
.bs-wizard .bs-wizard-step .bs-wizard-dot {
  position: absolute;
  width: 12px;
  height: 12px;
  display: block;
  background: #FFD100;
  top: 40px;
  left: 50%;
  margin-top: -6px;
  margin-left: -6px;
  border-radius: 50%;
}
.bs-wizard .bs-wizard-step .bs-wizard-dot:after {
  content: ' ';
  width: 6px;
  height: 6px;
  background: #FFD100;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -25%;
  margin-left: -25%;
}
.bs-wizard .bs-wizard-step .progress {
  position: relative;
  border-radius: 0px;
  height: 4px;
  box-shadow: none;
  margin: 20px 0;
  background-color: #E9EEF2;
}
.bs-wizard .bs-wizard-step .progress .progress-bar {
  width: 0px;
  box-shadow: none;
  background: #FFD100;
}
.bs-wizard .bs-wizard-step .complete .progress .progress-bar {
  width: 100%;
}
.bs-wizard .bs-wizard-step .active .progress .progress-bar {
  width: 50%;
}
.bs-wizard .bs-wizard-step .active .bs-wizard-stepnum {
  color: #425563;
  font-weight: 600;
}
.bs-wizard .bs-wizard-step .active .bs-wizard-dot:after {
  background: #ffffff;
}
.bs-wizard .bs-wizard-step:first-child .active .progress .progress-bar {
  width: 0%;
}
.bs-wizard .bs-wizard-step:last-child .active .progress .progress-bar {
  width: 100%;
}
.bs-wizard .bs-wizard-step .disabled .bs-wizard-dot {
  background-color: #E9EEF2;
}
.bs-wizard .bs-wizard-step .disabled .bs-wizard-dot:after {
  opacity: 0;
}
.bs-wizard .bs-wizard-step:first-child .progress {
  left: 50%;
  width: 50%;
}
.bs-wizard .bs-wizard-step:last-child .progress {
  width: 50%;
}
.bs-wizard .bs-wizard-step .disabled,
.bs-wizard .bs-wizard-step a.disabled {
  pointer-events: none;
}
.button-help-text {
  color: #6b7882;
  font-size: 14px;
  line-height: 1.42857143;
  margin-left: 1em;
}
.bday-input-day,
.bday-input-month,
.bday-input-year {
  display: block;
  width: 100%;
  height: 48px;
  padding: 10px 18px;
  font-size: 18px;
  line-height: 1.44444444;
  color: #425563;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 3px;
  -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 .15s, box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  padding-left: 12px;
  padding-right: 12px;
  display: inline-block;
  width: 3em;
  padding-right: 4px;
  -moz-appearance: textfield;
}
.bday-input-day:focus,
.bday-input-month:focus,
.bday-input-year:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.bday-input-day::-moz-placeholder,
.bday-input-month::-moz-placeholder,
.bday-input-year::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.bday-input-day:-ms-input-placeholder,
.bday-input-month:-ms-input-placeholder,
.bday-input-year:-ms-input-placeholder {
  color: #999;
}
.bday-input-day::-webkit-input-placeholder,
.bday-input-month::-webkit-input-placeholder,
.bday-input-year::-webkit-input-placeholder {
  color: #999;
}
.bday-input-day::-ms-expand,
.bday-input-month::-ms-expand,
.bday-input-year::-ms-expand {
  border: 0;
  background-color: transparent;
}
.bday-input-day[disabled],
.bday-input-month[disabled],
.bday-input-year[disabled],
.bday-input-day[readonly],
.bday-input-month[readonly],
.bday-input-year[readonly],
fieldset[disabled] .bday-input-day,
fieldset[disabled] .bday-input-month,
fieldset[disabled] .bday-input-year {
  background-color: #E9EEF2;
  opacity: 1;
}
.bday-input-day[disabled],
.bday-input-month[disabled],
.bday-input-year[disabled],
fieldset[disabled] .bday-input-day,
fieldset[disabled] .bday-input-month,
fieldset[disabled] .bday-input-year {
  cursor: not-allowed;
}
textarea.bday-input-day,
textarea.bday-input-month,
textarea.bday-input-year {
  height: auto;
}
.bday-input-day::-webkit-outer-spin-button,
.bday-input-month::-webkit-outer-spin-button,
.bday-input-year::-webkit-outer-spin-button,
.bday-input-day::-webkit-inner-spin-button,
.bday-input-month::-webkit-inner-spin-button,
.bday-input-year::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.bday-input-year {
  width: 4em;
}
.bday-date-input {
  visibility: hidden;
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
/* alerts */
.alert {
  font-size: 16px;
  line-height: 20px;
  padding-top: 10px;
  padding-bottom: 12px;
}
.alert > p {
  margin-bottom: 19px;
}
.alert > p:last-child {
  margin-bottom: 0;
}
.alert *:last-child {
  margin-bottom: 0;
}
.form-layout .alert {
  text-align: center;
}
.alert-icon:before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 1.28571429em;
  text-align: center;
}
.alert-success .alert-icon:before {
  content: "\f058";
}
.alert-danger .alert-icon:before {
  content: "\f06a";
}
.alert-info .alert-icon:before {
  content: "\f05a";
}
.form-complete .alert:last-child {
  margin-bottom: 0;
}
.upsell-component {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 26px;
}
@media (min-width: 768px) {
  .upsell-component {
    margin-bottom: 3em;
  }
}
@media (min-width: 992px) {
  .upsell-component {
    max-width: 720px;
  }
}
@media (min-width: 1200px) {
  .upsell-component {
    max-width: 940px;
  }
}
.upsell-offers {
  margin-bottom: 19px;
  display: flex;
}
@media (max-width: 767px) {
  .upsell-offers {
    margin-left: -10px;
    margin-right: -10px;
  }
}
.upsell-offers input[type="radio"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
.upsell-offers label {
  display: block;
  width: 50%;
  float: left;
  cursor: pointer;
  font-weight: 300;
  display: flex;
  flex-flow: column nowrap;
}
@media (max-width: 767px) {
  .upsell-offers label {
    font-size: 14px;
    line-height: 1.42857143;
  }
}
.upsell-offers label span {
  display: block;
}
.upsell-offers label strong {
  font-weight: 500;
}
.upsell-offers label:first-child:last-child {
  float: none;
  margin-left: auto;
  margin-right: auto;
  width: 60%;
}
.upsell-option-title {
  font-size: 18px;
  line-height: 1;
  color: #425563;
  font-weight: 600;
  margin-bottom: 10px;
}
.upsell-option-title:before {
  width: 22px;
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f096";
}
@media (min-width: 768px) {
  .upsell-option-title {
    font-size: 28px;
  }
  .upsell-option-title:before {
    width: 34px;
  }
}
.upsell-option-attribute {
  margin-left: 13px;
}
.upsell-option-attribute:before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 0.4em;
  vertical-align: middle;
  text-align: right;
  content: "\f111";
  width: 13px;
  margin-left: -13px;
  padding-right: 5px;
}
@media (min-width: 768px) {
  .upsell-option-attribute {
    margin-left: 34px;
  }
  .upsell-option-attribute:before {
    width: 34px;
    margin-left: -34px;
    padding-right: 10px;
  }
}
.upsell-tile {
  padding: 20px;
  background: #E9EEF2;
  flex: 1 0 auto;
}
@media (max-width: 767px) {
  .upsell-tile {
    /*padding-left: ceil((@grid-gutter-width / 2));
    padding-right: floor((@grid-gutter-width / 2));*/
    padding: 10px 5px 10px 10px;
  }
}
:checked ~ .upsell-tile {
  background: #182D3C;
  color: #ffffff;
}
:checked ~ .upsell-tile .upsell-option-title {
  color: #FFD100;
}
:checked ~ .upsell-tile .upsell-option-title:before {
  content: "\f046";
}
input:focus ~ .upsell-tile,
:focus .upsell-tile {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.upsell-initial .upsell-option-offered {
  display: none;
}
.upsell-initial .upsell-tile {
  opacity: 0.7;
}
.upsell-initial :checked ~ .upsell-tile {
  opacity: 1;
}
.upsell-offer .upsell-option-chosen {
  display: none;
}
.upsell-offer :checked ~ .upsell-tile .upsell-option-offered {
  display: none;
}
.upsell-offer :checked ~ .upsell-tile .upsell-option-chosen {
  display: block;
}
.bsb-bank-details {
  font-size: 14px;
  line-height: 1.42857143;
  font-weight: normal;
  padding-top: 5px;
}
@media (min-width: 768px) {
  .bsb-bank-details {
    white-space: nowrap;
  }
}
.form-basic {
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 768px) {
  .form-basic .form-block {
    padding: 39px 36px 26px;
  }
}
.form-basic .form-control-container {
  position: relative;
}
.bootstrap-select .dropdown-menu li.selected a {
  background-color: #FCF2C0;
}
.bootstrap-select .dropdown-menu > li > a {
  text-decoration: none;
}
.bootstrap-select.btn-group .dropdown-menu li a.opt {
  padding-left: 30px;
}
.form-inline .select-container {
  display: block;
}
@media (min-width: 768px) {
  .form-inline .select-container {
    display: inline-block;
  }
}
.loadingspinner {
  background: url('../img/ajax-loader.gif') no-repeat right 5px center;
}
div.janrain-form {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  div.janrain-form {
    width: 750px;
  }
}
@media (min-width: 992px) {
  div.janrain-form {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  div.janrain-form {
    width: 1170px;
  }
}
div.janrain-form > .navbar-header,
div.janrain-form > .navbar-collapse {
  margin-right: -8px;
  margin-left: -8px;
}
@media (min-width: 768px) {
  div.janrain-form > .navbar-header,
  div.janrain-form > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}
div.janrain-form .capture_grid_block .radio,
div.janrain-form .capture_grid_block .checkbox,
div.janrain-form .capture_grid_block .radio-inline,
div.janrain-form .capture_grid_block .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 11px;
}
div.janrain-form .capture_grid_block .radio,
div.janrain-form .capture_grid_block .checkbox {
  min-height: 37px;
}
div.janrain-form .capture_grid_block .form-group {
  margin-left: -15px;
  margin-right: -15px;
}
@media (min-width: 768px) {
  div.janrain-form .capture_grid_block .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 11px;
  }
}
div.janrain-form .capture_grid_block .has-feedback .form-control-feedback {
  right: 15px;
}
@media (min-width: 768px) {
  div.janrain-form .capture_grid_block .form-group-lg .control-label {
    padding-top: 19px;
    font-size: 24px;
  }
}
@media (min-width: 768px) {
  div.janrain-form .capture_grid_block .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 14px;
  }
}
div.janrain-form .capture_grid_block a:not(.btn) {
  text-decoration: underline;
}
div.janrain-form .capture_grid_block .has-success legend.control-label {
  color: #3c763d;
}
div.janrain-form .capture_grid_block .has-warning legend.control-label {
  color: #8a6d3b;
}
div.janrain-form .capture_grid_block .has-error legend.control-label {
  color: #a94442;
}
div.janrain-form .capture_grid_block .control-label.required:after {
  position: absolute;
  width: 10px;
  text-align: left;
  bottom: 0;
  right: 0;
}
div.janrain-form .capture_grid_block .form-group.full-width .control-label {
  text-align: left;
  display: inline;
}
div.janrain-form #verifyEmail,
div.janrain-form #resendVerificationSuccess,
div.janrain-form #verifyEmailSuccess,
div.janrain-form #resetPasswordRequestCode,
div.janrain-form #resetPassword,
div.janrain-form #resetPassword,
div.janrain-form #resetPasswordSuccess,
div.janrain-form #resetPasswordRequestCodeSuccess,
div.janrain-form #changePasswordSuccess,
div.janrain-form #changePassword,
div.janrain-form #capture_editProfile_form_item_email,
div.janrain-form #editProfile,
div.janrain-form #publicProfileModal {
  padding-top: 18px;
  padding-bottom: 18px;
  text-align: center;
  /*Hide the secruity indicators*/
}
div.janrain-form #verifyEmail .capture_header h3,
div.janrain-form #resendVerificationSuccess .capture_header h3,
div.janrain-form #verifyEmailSuccess .capture_header h3,
div.janrain-form #resetPasswordRequestCode .capture_header h3,
div.janrain-form #resetPassword .capture_header h3,
div.janrain-form #resetPassword .capture_header h3,
div.janrain-form #resetPasswordSuccess .capture_header h3,
div.janrain-form #resetPasswordRequestCodeSuccess .capture_header h3,
div.janrain-form #changePasswordSuccess .capture_header h3,
div.janrain-form #changePassword .capture_header h3,
div.janrain-form #capture_editProfile_form_item_email .capture_header h3,
div.janrain-form #editProfile .capture_header h3,
div.janrain-form #publicProfileModal .capture_header h3 {
  font-size: 28px;
  line-height: 34px;
  font-weight: 600;
  color: #425563;
  text-align: center;
}
div.janrain-form #verifyEmail .capture_btn,
div.janrain-form #resendVerificationSuccess .capture_btn,
div.janrain-form #verifyEmailSuccess .capture_btn,
div.janrain-form #resetPasswordRequestCode .capture_btn,
div.janrain-form #resetPassword .capture_btn,
div.janrain-form #resetPassword .capture_btn,
div.janrain-form #resetPasswordSuccess .capture_btn,
div.janrain-form #resetPasswordRequestCodeSuccess .capture_btn,
div.janrain-form #changePasswordSuccess .capture_btn,
div.janrain-form #changePassword .capture_btn,
div.janrain-form #capture_editProfile_form_item_email .capture_btn,
div.janrain-form #editProfile .capture_btn,
div.janrain-form #publicProfileModal .capture_btn,
div.janrain-form #verifyEmail .capture_btn.capture_primary,
div.janrain-form #resendVerificationSuccess .capture_btn.capture_primary,
div.janrain-form #verifyEmailSuccess .capture_btn.capture_primary,
div.janrain-form #resetPasswordRequestCode .capture_btn.capture_primary,
div.janrain-form #resetPassword .capture_btn.capture_primary,
div.janrain-form #resetPassword .capture_btn.capture_primary,
div.janrain-form #resetPasswordSuccess .capture_btn.capture_primary,
div.janrain-form #resetPasswordRequestCodeSuccess .capture_btn.capture_primary,
div.janrain-form #changePasswordSuccess .capture_btn.capture_primary,
div.janrain-form #changePassword .capture_btn.capture_primary,
div.janrain-form #capture_editProfile_form_item_email .capture_btn.capture_primary,
div.janrain-form #editProfile .capture_btn.capture_primary,
div.janrain-form #publicProfileModal .capture_btn.capture_primary {
  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: 10px 18px;
  font-size: 18px;
  line-height: 1.44444444;
  border-radius: 3px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-weight: 400;
  color: #33424D;
  background-color: #FFD100;
  border-color: #e6bc00;
  transition: all ease-out 300ms;
  margin-bottom: 15px;
  text-decoration: none;
}
div.janrain-form #verifyEmail .capture_btn:focus,
div.janrain-form #resendVerificationSuccess .capture_btn:focus,
div.janrain-form #verifyEmailSuccess .capture_btn:focus,
div.janrain-form #resetPasswordRequestCode .capture_btn:focus,
div.janrain-form #resetPassword .capture_btn:focus,
div.janrain-form #resetPassword .capture_btn:focus,
div.janrain-form #resetPasswordSuccess .capture_btn:focus,
div.janrain-form #resetPasswordRequestCodeSuccess .capture_btn:focus,
div.janrain-form #changePasswordSuccess .capture_btn:focus,
div.janrain-form #changePassword .capture_btn:focus,
div.janrain-form #capture_editProfile_form_item_email .capture_btn:focus,
div.janrain-form #editProfile .capture_btn:focus,
div.janrain-form #publicProfileModal .capture_btn:focus,
div.janrain-form #verifyEmail .capture_btn.capture_primary:focus,
div.janrain-form #resendVerificationSuccess .capture_btn.capture_primary:focus,
div.janrain-form #verifyEmailSuccess .capture_btn.capture_primary:focus,
div.janrain-form #resetPasswordRequestCode .capture_btn.capture_primary:focus,
div.janrain-form #resetPassword .capture_btn.capture_primary:focus,
div.janrain-form #resetPassword .capture_btn.capture_primary:focus,
div.janrain-form #resetPasswordSuccess .capture_btn.capture_primary:focus,
div.janrain-form #resetPasswordRequestCodeSuccess .capture_btn.capture_primary:focus,
div.janrain-form #changePasswordSuccess .capture_btn.capture_primary:focus,
div.janrain-form #changePassword .capture_btn.capture_primary:focus,
div.janrain-form #capture_editProfile_form_item_email .capture_btn.capture_primary:focus,
div.janrain-form #editProfile .capture_btn.capture_primary:focus,
div.janrain-form #publicProfileModal .capture_btn.capture_primary:focus,
div.janrain-form #verifyEmail .capture_btn:active:focus,
div.janrain-form #resendVerificationSuccess .capture_btn:active:focus,
div.janrain-form #verifyEmailSuccess .capture_btn:active:focus,
div.janrain-form #resetPasswordRequestCode .capture_btn:active:focus,
div.janrain-form #resetPassword .capture_btn:active:focus,
div.janrain-form #resetPassword .capture_btn:active:focus,
div.janrain-form #resetPasswordSuccess .capture_btn:active:focus,
div.janrain-form #resetPasswordRequestCodeSuccess .capture_btn:active:focus,
div.janrain-form #changePasswordSuccess .capture_btn:active:focus,
div.janrain-form #changePassword .capture_btn:active:focus,
div.janrain-form #capture_editProfile_form_item_email .capture_btn:active:focus,
div.janrain-form #editProfile .capture_btn:active:focus,
div.janrain-form #publicProfileModal .capture_btn:active:focus,
div.janrain-form #verifyEmail .capture_btn.capture_primary:active:focus,
div.janrain-form #resendVerificationSuccess .capture_btn.capture_primary:active:focus,
div.janrain-form #verifyEmailSuccess .capture_btn.capture_primary:active:focus,
div.janrain-form #resetPasswordRequestCode .capture_btn.capture_primary:active:focus,
div.janrain-form #resetPassword .capture_btn.capture_primary:active:focus,
div.janrain-form #resetPassword .capture_btn.capture_primary:active:focus,
div.janrain-form #resetPasswordSuccess .capture_btn.capture_primary:active:focus,
div.janrain-form #resetPasswordRequestCodeSuccess .capture_btn.capture_primary:active:focus,
div.janrain-form #changePasswordSuccess .capture_btn.capture_primary:active:focus,
div.janrain-form #changePassword .capture_btn.capture_primary:active:focus,
div.janrain-form #capture_editProfile_form_item_email .capture_btn.capture_primary:active:focus,
div.janrain-form #editProfile .capture_btn.capture_primary:active:focus,
div.janrain-form #publicProfileModal .capture_btn.capture_primary:active:focus,
div.janrain-form #verifyEmail .capture_btn.active:focus,
div.janrain-form #resendVerificationSuccess .capture_btn.active:focus,
div.janrain-form #verifyEmailSuccess .capture_btn.active:focus,
div.janrain-form #resetPasswordRequestCode .capture_btn.active:focus,
div.janrain-form #resetPassword .capture_btn.active:focus,
div.janrain-form #resetPassword .capture_btn.active:focus,
div.janrain-form #resetPasswordSuccess .capture_btn.active:focus,
div.janrain-form #resetPasswordRequestCodeSuccess .capture_btn.active:focus,
div.janrain-form #changePasswordSuccess .capture_btn.active:focus,
div.janrain-form #changePassword .capture_btn.active:focus,
div.janrain-form #capture_editProfile_form_item_email .capture_btn.active:focus,
div.janrain-form #editProfile .capture_btn.active:focus,
div.janrain-form #publicProfileModal .capture_btn.active:focus,
div.janrain-form #verifyEmail .capture_btn.capture_primary.active:focus,
div.janrain-form #resendVerificationSuccess .capture_btn.capture_primary.active:focus,
div.janrain-form #verifyEmailSuccess .capture_btn.capture_primary.active:focus,
div.janrain-form #resetPasswordRequestCode .capture_btn.capture_primary.active:focus,
div.janrain-form #resetPassword .capture_btn.capture_primary.active:focus,
div.janrain-form #resetPassword .capture_btn.capture_primary.active:focus,
div.janrain-form #resetPasswordSuccess .capture_btn.capture_primary.active:focus,
div.janrain-form #resetPasswordRequestCodeSuccess .capture_btn.capture_primary.active:focus,
div.janrain-form #changePasswordSuccess .capture_btn.capture_primary.active:focus,
div.janrain-form #changePassword .capture_btn.capture_primary.active:focus,
div.janrain-form #capture_editProfile_form_item_email .capture_btn.capture_primary.active:focus,
div.janrain-form #editProfile .capture_btn.capture_primary.active:focus,
div.janrain-form #publicProfileModal .capture_btn.capture_primary.active:focus,
div.janrain-form #verifyEmail .capture_btn.focus,
div.janrain-form #resendVerificationSuccess .capture_btn.focus,
div.janrain-form #verifyEmailSuccess .capture_btn.focus,
div.janrain-form #resetPasswordRequestCode .capture_btn.focus,
div.janrain-form #resetPassword .capture_btn.focus,
div.janrain-form #resetPassword .capture_btn.focus,
div.janrain-form #resetPasswordSuccess .capture_btn.focus,
div.janrain-form #resetPasswordRequestCodeSuccess .capture_btn.focus,
div.janrain-form #changePasswordSuccess .capture_btn.focus,
div.janrain-form #changePassword .capture_btn.focus,
div.janrain-form #capture_editProfile_form_item_email .capture_btn.focus,
div.janrain-form #editProfile .capture_btn.focus,
div.janrain-form #publicProfileModal .capture_btn.focus,
div.janrain-form #verifyEmail .capture_btn.capture_primary.focus,
div.janrain-form #resendVerificationSuccess .capture_btn.capture_primary.focus,
div.janrain-form #verifyEmailSuccess .capture_btn.capture_primary.focus,
div.janrain-form #resetPasswordRequestCode .capture_btn.capture_primary.focus,
div.janrain-form #resetPassword .capture_btn.capture_primary.focus,
div.janrain-form #resetPassword .capture_btn.capture_primary.focus,
div.janrain-form #resetPasswordSuccess .capture_btn.capture_primary.focus,
div.janrain-form #resetPasswordRequestCodeSuccess .capture_btn.capture_primary.focus,
div.janrain-form #changePasswordSuccess .capture_btn.capture_primary.focus,
div.janrain-form #changePassword .capture_btn.capture_primary.focus,
div.janrain-form #capture_editProfile_form_item_email .capture_btn.capture_primary.focus,
div.janrain-form #editProfile .capture_btn.capture_primary.focus,
div.janrain-form #publicProfileModal .capture_btn.capture_primary.focus,
div.janrain-form #verifyEmail .capture_btn:active.focus,
div.janrain-form #resendVerificationSuccess .capture_btn:active.focus,
div.janrain-form #verifyEmailSuccess .capture_btn:active.focus,
div.janrain-form #resetPasswordRequestCode .capture_btn:active.focus,
div.janrain-form #resetPassword .capture_btn:active.focus,
div.janrain-form #resetPassword .capture_btn:active.focus,
div.janrain-form #resetPasswordSuccess .capture_btn:active.focus,
div.janrain-form #resetPasswordRequestCodeSuccess .capture_btn:active.focus,
div.janrain-form #changePasswordSuccess .capture_btn:active.focus,
div.janrain-form #changePassword .capture_btn:active.focus,
div.janrain-form #capture_editProfile_form_item_email .capture_btn:active.focus,
div.janrain-form #editProfile .capture_btn:active.focus,
div.janrain-form #publicProfileModal .capture_btn:active.focus,
div.janrain-form #verifyEmail .capture_btn.capture_primary:active.focus,
div.janrain-form #resendVerificationSuccess .capture_btn.capture_primary:active.focus,
div.janrain-form #verifyEmailSuccess .capture_btn.capture_primary:active.focus,
div.janrain-form #resetPasswordRequestCode .capture_btn.capture_primary:active.focus,
div.janrain-form #resetPassword .capture_btn.capture_primary:active.focus,
div.janrain-form #resetPassword .capture_btn.capture_primary:active.focus,
div.janrain-form #resetPasswordSuccess .capture_btn.capture_primary:active.focus,
div.janrain-form #resetPasswordRequestCodeSuccess .capture_btn.capture_primary:active.focus,
div.janrain-form #changePasswordSuccess .capture_btn.capture_primary:active.focus,
div.janrain-form #changePassword .capture_btn.capture_primary:active.focus,
div.janrain-form #capture_editProfile_form_item_email .capture_btn.capture_primary:active.focus,
div.janrain-form #editProfile .capture_btn.capture_primary:active.focus,
div.janrain-form #publicProfileModal .capture_btn.capture_primary:active.focus,
div.janrain-form #verifyEmail .capture_btn.active.focus,
div.janrain-form #resendVerificationSuccess .capture_btn.active.focus,
div.janrain-form #verifyEmailSuccess .capture_btn.active.focus,
div.janrain-form #resetPasswordRequestCode .capture_btn.active.focus,
div.janrain-form #resetPassword .capture_btn.active.focus,
div.janrain-form #resetPassword .capture_btn.active.focus,
div.janrain-form #resetPasswordSuccess .capture_btn.active.focus,
div.janrain-form #resetPasswordRequestCodeSuccess .capture_btn.active.focus,
div.janrain-form #changePasswordSuccess .capture_btn.active.focus,
div.janrain-form #changePassword .capture_btn.active.focus,
div.janrain-form #capture_editProfile_form_item_email .capture_btn.active.focus,
div.janrain-form #editProfile .capture_btn.active.focus,
div.janrain-form #publicProfileModal .capture_btn.active.focus,
div.janrain-form #verifyEmail .capture_btn.capture_primary.active.focus,
div.janrain-form #resendVerificationSuccess .capture_btn.capture_primary.active.focus,
div.janrain-form #verifyEmailSuccess .capture_btn.capture_primary.active.focus,
div.janrain-form #resetPasswordRequestCode .capture_btn.capture_primary.active.focus,
div.janrain-form #resetPassword .capture_btn.capture_primary.active.focus,
div.janrain-form #resetPassword .capture_btn.capture_primary.active.focus,
div.janrain-form #resetPasswordSuccess .capture_btn.capture_primary.active.focus,
div.janrain-form #resetPasswordRequestCodeSuccess .capture_btn.capture_primary.active.focus,
div.janrain-form #changePasswordSuccess .capture_btn.capture_primary.active.focus,
div.janrain-form #changePassword .capture_btn.capture_primary.active.focus,
div.janrain-form #capture_editProfile_form_item_email .capture_btn.capture_primary.active.focus,
div.janrain-form #editProfile .capture_btn.capture_primary.active.focus,
div.janrain-form #publicProfileModal .capture_btn.capture_primary.active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
div.janrain-form #verifyEmail .capture_btn:hover,
div.janrain-form #resendVerificationSuccess .capture_btn:hover,
div.janrain-form #verifyEmailSuccess .capture_btn:hover,
div.janrain-form #resetPasswordRequestCode .capture_btn:hover,
div.janrain-form #resetPassword .capture_btn:hover,
div.janrain-form #resetPassword .capture_btn:hover,
div.janrain-form #resetPasswordSuccess .capture_btn:hover,
div.janrain-form #resetPasswordRequestCodeSuccess .capture_btn:hover,
div.janrain-form #changePasswordSuccess .capture_btn:hover,
div.janrain-form #changePassword .capture_btn:hover,
div.janrain-form #capture_editProfile_form_item_email .capture_btn:hover,
div.janrain-form #editProfile .capture_btn:hover,
div.janrain-form #publicProfileModal .capture_btn:hover,
div.janrain-form #verifyEmail .capture_btn.capture_primary:hover,
div.janrain-form #resendVerificationSuccess .capture_btn.capture_primary:hover,
div.janrain-form #verifyEmailSuccess .capture_btn.capture_primary:hover,
div.janrain-form #resetPasswordRequestCode .capture_btn.capture_primary:hover,
div.janrain-form #resetPassword .capture_btn.capture_primary:hover,
div.janrain-form #resetPassword .capture_btn.capture_primary:hover,
div.janrain-form #resetPasswordSuccess .capture_btn.capture_primary:hover,
div.janrain-form #resetPasswordRequestCodeSuccess .capture_btn.capture_primary:hover,
div.janrain-form #changePasswordSuccess .capture_btn.capture_primary:hover,
div.janrain-form #changePassword .capture_btn.capture_primary:hover,
div.janrain-form #capture_editProfile_form_item_email .capture_btn.capture_primary:hover,
div.janrain-form #editProfile .capture_btn.capture_primary:hover,
div.janrain-form #publicProfileModal .capture_btn.capture_primary:hover,
div.janrain-form #verifyEmail .capture_btn:focus,
div.janrain-form #resendVerificationSuccess .capture_btn:focus,
div.janrain-form #verifyEmailSuccess .capture_btn:focus,
div.janrain-form #resetPasswordRequestCode .capture_btn:focus,
div.janrain-form #resetPassword .capture_btn:focus,
div.janrain-form #resetPassword .capture_btn:focus,
div.janrain-form #resetPasswordSuccess .capture_btn:focus,
div.janrain-form #resetPasswordRequestCodeSuccess .capture_btn:focus,
div.janrain-form #changePasswordSuccess .capture_btn:focus,
div.janrain-form #changePassword .capture_btn:focus,
div.janrain-form #capture_editProfile_form_item_email .capture_btn:focus,
div.janrain-form #editProfile .capture_btn:focus,
div.janrain-form #publicProfileModal .capture_btn:focus,
div.janrain-form #verifyEmail .capture_btn.capture_primary:focus,
div.janrain-form #resendVerificationSuccess .capture_btn.capture_primary:focus,
div.janrain-form #verifyEmailSuccess .capture_btn.capture_primary:focus,
div.janrain-form #resetPasswordRequestCode .capture_btn.capture_primary:focus,
div.janrain-form #resetPassword .capture_btn.capture_primary:focus,
div.janrain-form #resetPassword .capture_btn.capture_primary:focus,
div.janrain-form #resetPasswordSuccess .capture_btn.capture_primary:focus,
div.janrain-form #resetPasswordRequestCodeSuccess .capture_btn.capture_primary:focus,
div.janrain-form #changePasswordSuccess .capture_btn.capture_primary:focus,
div.janrain-form #changePassword .capture_btn.capture_primary:focus,
div.janrain-form #capture_editProfile_form_item_email .capture_btn.capture_primary:focus,
div.janrain-form #editProfile .capture_btn.capture_primary:focus,
div.janrain-form #publicProfileModal .capture_btn.capture_primary:focus,
div.janrain-form #verifyEmail .capture_btn.focus,
div.janrain-form #resendVerificationSuccess .capture_btn.focus,
div.janrain-form #verifyEmailSuccess .capture_btn.focus,
div.janrain-form #resetPasswordRequestCode .capture_btn.focus,
div.janrain-form #resetPassword .capture_btn.focus,
div.janrain-form #resetPassword .capture_btn.focus,
div.janrain-form #resetPasswordSuccess .capture_btn.focus,
div.janrain-form #resetPasswordRequestCodeSuccess .capture_btn.focus,
div.janrain-form #changePasswordSuccess .capture_btn.focus,
div.janrain-form #changePassword .capture_btn.focus,
div.janrain-form #capture_editProfile_form_item_email .capture_btn.focus,
div.janrain-form #editProfile .capture_btn.focus,
div.janrain-form #publicProfileModal .capture_btn.focus,
div.janrain-form #verifyEmail .capture_btn.capture_primary.focus,
div.janrain-form #resendVerificationSuccess .capture_btn.capture_primary.focus,
div.janrain-form #verifyEmailSuccess .capture_btn.capture_primary.focus,
div.janrain-form #resetPasswordRequestCode .capture_btn.capture_primary.focus,
div.janrain-form #resetPassword .capture_btn.capture_primary.focus,
div.janrain-form #resetPassword .capture_btn.capture_primary.focus,
div.janrain-form #resetPasswordSuccess .capture_btn.capture_primary.focus,
div.janrain-form #resetPasswordRequestCodeSuccess .capture_btn.capture_primary.focus,
div.janrain-form #changePasswordSuccess .capture_btn.capture_primary.focus,
div.janrain-form #changePassword .capture_btn.capture_primary.focus,
div.janrain-form #capture_editProfile_form_item_email .capture_btn.capture_primary.focus,
div.janrain-form #editProfile .capture_btn.capture_primary.focus,
div.janrain-form #publicProfileModal .capture_btn.capture_primary.focus {
  color: #425563;
  text-decoration: none;
}
div.janrain-form #verifyEmail .capture_btn:active,
div.janrain-form #resendVerificationSuccess .capture_btn:active,
div.janrain-form #verifyEmailSuccess .capture_btn:active,
div.janrain-form #resetPasswordRequestCode .capture_btn:active,
div.janrain-form #resetPassword .capture_btn:active,
div.janrain-form #resetPassword .capture_btn:active,
div.janrain-form #resetPasswordSuccess .capture_btn:active,
div.janrain-form #resetPasswordRequestCodeSuccess .capture_btn:active,
div.janrain-form #changePasswordSuccess .capture_btn:active,
div.janrain-form #changePassword .capture_btn:active,
div.janrain-form #capture_editProfile_form_item_email .capture_btn:active,
div.janrain-form #editProfile .capture_btn:active,
div.janrain-form #publicProfileModal .capture_btn:active,
div.janrain-form #verifyEmail .capture_btn.capture_primary:active,
div.janrain-form #resendVerificationSuccess .capture_btn.capture_primary:active,
div.janrain-form #verifyEmailSuccess .capture_btn.capture_primary:active,
div.janrain-form #resetPasswordRequestCode .capture_btn.capture_primary:active,
div.janrain-form #resetPassword .capture_btn.capture_primary:active,
div.janrain-form #resetPassword .capture_btn.capture_primary:active,
div.janrain-form #resetPasswordSuccess .capture_btn.capture_primary:active,
div.janrain-form #resetPasswordRequestCodeSuccess .capture_btn.capture_primary:active,
div.janrain-form #changePasswordSuccess .capture_btn.capture_primary:active,
div.janrain-form #changePassword .capture_btn.capture_primary:active,
div.janrain-form #capture_editProfile_form_item_email .capture_btn.capture_primary:active,
div.janrain-form #editProfile .capture_btn.capture_primary:active,
div.janrain-form #publicProfileModal .capture_btn.capture_primary:active,
div.janrain-form #verifyEmail .capture_btn.active,
div.janrain-form #resendVerificationSuccess .capture_btn.active,
div.janrain-form #verifyEmailSuccess .capture_btn.active,
div.janrain-form #resetPasswordRequestCode .capture_btn.active,
div.janrain-form #resetPassword .capture_btn.active,
div.janrain-form #resetPassword .capture_btn.active,
div.janrain-form #resetPasswordSuccess .capture_btn.active,
div.janrain-form #resetPasswordRequestCodeSuccess .capture_btn.active,
div.janrain-form #changePasswordSuccess .capture_btn.active,
div.janrain-form #changePassword .capture_btn.active,
div.janrain-form #capture_editProfile_form_item_email .capture_btn.active,
div.janrain-form #editProfile .capture_btn.active,
div.janrain-form #publicProfileModal .capture_btn.active,
div.janrain-form #verifyEmail .capture_btn.capture_primary.active,
div.janrain-form #resendVerificationSuccess .capture_btn.capture_primary.active,
div.janrain-form #verifyEmailSuccess .capture_btn.capture_primary.active,
div.janrain-form #resetPasswordRequestCode .capture_btn.capture_primary.active,
div.janrain-form #resetPassword .capture_btn.capture_primary.active,
div.janrain-form #resetPassword .capture_btn.capture_primary.active,
div.janrain-form #resetPasswordSuccess .capture_btn.capture_primary.active,
div.janrain-form #resetPasswordRequestCodeSuccess .capture_btn.capture_primary.active,
div.janrain-form #changePasswordSuccess .capture_btn.capture_primary.active,
div.janrain-form #changePassword .capture_btn.capture_primary.active,
div.janrain-form #capture_editProfile_form_item_email .capture_btn.capture_primary.active,
div.janrain-form #editProfile .capture_btn.capture_primary.active,
div.janrain-form #publicProfileModal .capture_btn.capture_primary.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);
}
div.janrain-form #verifyEmail .capture_btn.disabled,
div.janrain-form #resendVerificationSuccess .capture_btn.disabled,
div.janrain-form #verifyEmailSuccess .capture_btn.disabled,
div.janrain-form #resetPasswordRequestCode .capture_btn.disabled,
div.janrain-form #resetPassword .capture_btn.disabled,
div.janrain-form #resetPassword .capture_btn.disabled,
div.janrain-form #resetPasswordSuccess .capture_btn.disabled,
div.janrain-form #resetPasswordRequestCodeSuccess .capture_btn.disabled,
div.janrain-form #changePasswordSuccess .capture_btn.disabled,
div.janrain-form #changePassword .capture_btn.disabled,
div.janrain-form #capture_editProfile_form_item_email .capture_btn.disabled,
div.janrain-form #editProfile .capture_btn.disabled,
div.janrain-form #publicProfileModal .capture_btn.disabled,
div.janrain-form #verifyEmail .capture_btn.capture_primary.disabled,
div.janrain-form #resendVerificationSuccess .capture_btn.capture_primary.disabled,
div.janrain-form #verifyEmailSuccess .capture_btn.capture_primary.disabled,
div.janrain-form #resetPasswordRequestCode .capture_btn.capture_primary.disabled,
div.janrain-form #resetPassword .capture_btn.capture_primary.disabled,
div.janrain-form #resetPassword .capture_btn.capture_primary.disabled,
div.janrain-form #resetPasswordSuccess .capture_btn.capture_primary.disabled,
div.janrain-form #resetPasswordRequestCodeSuccess .capture_btn.capture_primary.disabled,
div.janrain-form #changePasswordSuccess .capture_btn.capture_primary.disabled,
div.janrain-form #changePassword .capture_btn.capture_primary.disabled,
div.janrain-form #capture_editProfile_form_item_email .capture_btn.capture_primary.disabled,
div.janrain-form #editProfile .capture_btn.capture_primary.disabled,
div.janrain-form #publicProfileModal .capture_btn.capture_primary.disabled,
div.janrain-form #verifyEmail .capture_btn[disabled],
div.janrain-form #resendVerificationSuccess .capture_btn[disabled],
div.janrain-form #verifyEmailSuccess .capture_btn[disabled],
div.janrain-form #resetPasswordRequestCode .capture_btn[disabled],
div.janrain-form #resetPassword .capture_btn[disabled],
div.janrain-form #resetPassword .capture_btn[disabled],
div.janrain-form #resetPasswordSuccess .capture_btn[disabled],
div.janrain-form #resetPasswordRequestCodeSuccess .capture_btn[disabled],
div.janrain-form #changePasswordSuccess .capture_btn[disabled],
div.janrain-form #changePassword .capture_btn[disabled],
div.janrain-form #capture_editProfile_form_item_email .capture_btn[disabled],
div.janrain-form #editProfile .capture_btn[disabled],
div.janrain-form #publicProfileModal .capture_btn[disabled],
div.janrain-form #verifyEmail .capture_btn.capture_primary[disabled],
div.janrain-form #resendVerificationSuccess .capture_btn.capture_primary[disabled],
div.janrain-form #verifyEmailSuccess .capture_btn.capture_primary[disabled],
div.janrain-form #resetPasswordRequestCode .capture_btn.capture_primary[disabled],
div.janrain-form #resetPassword .capture_btn.capture_primary[disabled],
div.janrain-form #resetPassword .capture_btn.capture_primary[disabled],
div.janrain-form #resetPasswordSuccess .capture_btn.capture_primary[disabled],
div.janrain-form #resetPasswordRequestCodeSuccess .capture_btn.capture_primary[disabled],
div.janrain-form #changePasswordSuccess .capture_btn.capture_primary[disabled],
div.janrain-form #changePassword .capture_btn.capture_primary[disabled],
div.janrain-form #capture_editProfile_form_item_email .capture_btn.capture_primary[disabled],
div.janrain-form #editProfile .capture_btn.capture_primary[disabled],
div.janrain-form #publicProfileModal .capture_btn.capture_primary[disabled],
fieldset[disabled] div.janrain-form #verifyEmail .capture_btn,
fieldset[disabled] div.janrain-form #resendVerificationSuccess .capture_btn,
fieldset[disabled] div.janrain-form #verifyEmailSuccess .capture_btn,
fieldset[disabled] div.janrain-form #resetPasswordRequestCode .capture_btn,
fieldset[disabled] div.janrain-form #resetPassword .capture_btn,
fieldset[disabled] div.janrain-form #resetPassword .capture_btn,
fieldset[disabled] div.janrain-form #resetPasswordSuccess .capture_btn,
fieldset[disabled] div.janrain-form #resetPasswordRequestCodeSuccess .capture_btn,
fieldset[disabled] div.janrain-form #changePasswordSuccess .capture_btn,
fieldset[disabled] div.janrain-form #changePassword .capture_btn,
fieldset[disabled] div.janrain-form #capture_editProfile_form_item_email .capture_btn,
fieldset[disabled] div.janrain-form #editProfile .capture_btn,
fieldset[disabled] div.janrain-form #publicProfileModal .capture_btn,
fieldset[disabled] div.janrain-form #verifyEmail .capture_btn.capture_primary,
fieldset[disabled] div.janrain-form #resendVerificationSuccess .capture_btn.capture_primary,
fieldset[disabled] div.janrain-form #verifyEmailSuccess .capture_btn.capture_primary,
fieldset[disabled] div.janrain-form #resetPasswordRequestCode .capture_btn.capture_primary,
fieldset[disabled] div.janrain-form #resetPassword .capture_btn.capture_primary,
fieldset[disabled] div.janrain-form #resetPassword .capture_btn.capture_primary,
fieldset[disabled] div.janrain-form #resetPasswordSuccess .capture_btn.capture_primary,
fieldset[disabled] div.janrain-form #resetPasswordRequestCodeSuccess .capture_btn.capture_primary,
fieldset[disabled] div.janrain-form #changePasswordSuccess .capture_btn.capture_primary,
fieldset[disabled] div.janrain-form #changePassword .capture_btn.capture_primary,
fieldset[disabled] div.janrain-form #capture_editProfile_form_item_email .capture_btn.capture_primary,
fieldset[disabled] div.janrain-form #editProfile .capture_btn.capture_primary,
fieldset[disabled] div.janrain-form #publicProfileModal .capture_btn.capture_primary {
  cursor: not-allowed;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
adiv.janrain-form #verifyEmail .capture_btn.disabled,
adiv.janrain-form #resendVerificationSuccess .capture_btn.disabled,
adiv.janrain-form #verifyEmailSuccess .capture_btn.disabled,
adiv.janrain-form #resetPasswordRequestCode .capture_btn.disabled,
adiv.janrain-form #resetPassword .capture_btn.disabled,
adiv.janrain-form #resetPassword .capture_btn.disabled,
adiv.janrain-form #resetPasswordSuccess .capture_btn.disabled,
adiv.janrain-form #resetPasswordRequestCodeSuccess .capture_btn.disabled,
adiv.janrain-form #changePasswordSuccess .capture_btn.disabled,
adiv.janrain-form #changePassword .capture_btn.disabled,
adiv.janrain-form #capture_editProfile_form_item_email .capture_btn.disabled,
adiv.janrain-form #editProfile .capture_btn.disabled,
adiv.janrain-form #publicProfileModal .capture_btn.disabled,
adiv.janrain-form #verifyEmail .capture_btn.capture_primary.disabled,
adiv.janrain-form #resendVerificationSuccess .capture_btn.capture_primary.disabled,
adiv.janrain-form #verifyEmailSuccess .capture_btn.capture_primary.disabled,
adiv.janrain-form #resetPasswordRequestCode .capture_btn.capture_primary.disabled,
adiv.janrain-form #resetPassword .capture_btn.capture_primary.disabled,
adiv.janrain-form #resetPassword .capture_btn.capture_primary.disabled,
adiv.janrain-form #resetPasswordSuccess .capture_btn.capture_primary.disabled,
adiv.janrain-form #resetPasswordRequestCodeSuccess .capture_btn.capture_primary.disabled,
adiv.janrain-form #changePasswordSuccess .capture_btn.capture_primary.disabled,
adiv.janrain-form #changePassword .capture_btn.capture_primary.disabled,
adiv.janrain-form #capture_editProfile_form_item_email .capture_btn.capture_primary.disabled,
adiv.janrain-form #editProfile .capture_btn.capture_primary.disabled,
adiv.janrain-form #publicProfileModal .capture_btn.capture_primary.disabled,
fieldset[disabled] adiv.janrain-form #verifyEmail .capture_btn,
fieldset[disabled] adiv.janrain-form #resendVerificationSuccess .capture_btn,
fieldset[disabled] adiv.janrain-form #verifyEmailSuccess .capture_btn,
fieldset[disabled] adiv.janrain-form #resetPasswordRequestCode .capture_btn,
fieldset[disabled] adiv.janrain-form #resetPassword .capture_btn,
fieldset[disabled] adiv.janrain-form #resetPassword .capture_btn,
fieldset[disabled] adiv.janrain-form #resetPasswordSuccess .capture_btn,
fieldset[disabled] adiv.janrain-form #resetPasswordRequestCodeSuccess .capture_btn,
fieldset[disabled] adiv.janrain-form #changePasswordSuccess .capture_btn,
fieldset[disabled] adiv.janrain-form #changePassword .capture_btn,
fieldset[disabled] adiv.janrain-form #capture_editProfile_form_item_email .capture_btn,
fieldset[disabled] adiv.janrain-form #editProfile .capture_btn,
fieldset[disabled] adiv.janrain-form #publicProfileModal .capture_btn,
fieldset[disabled] adiv.janrain-form #verifyEmail .capture_btn.capture_primary,
fieldset[disabled] adiv.janrain-form #resendVerificationSuccess .capture_btn.capture_primary,
fieldset[disabled] adiv.janrain-form #verifyEmailSuccess .capture_btn.capture_primary,
fieldset[disabled] adiv.janrain-form #resetPasswordRequestCode .capture_btn.capture_primary,
fieldset[disabled] adiv.janrain-form #resetPassword .capture_btn.capture_primary,
fieldset[disabled] adiv.janrain-form #resetPassword .capture_btn.capture_primary,
fieldset[disabled] adiv.janrain-form #resetPasswordSuccess .capture_btn.capture_primary,
fieldset[disabled] adiv.janrain-form #resetPasswordRequestCodeSuccess .capture_btn.capture_primary,
fieldset[disabled] adiv.janrain-form #changePasswordSuccess .capture_btn.capture_primary,
fieldset[disabled] adiv.janrain-form #changePassword .capture_btn.capture_primary,
fieldset[disabled] adiv.janrain-form #capture_editProfile_form_item_email .capture_btn.capture_primary,
fieldset[disabled] adiv.janrain-form #editProfile .capture_btn.capture_primary,
fieldset[disabled] adiv.janrain-form #publicProfileModal .capture_btn.capture_primary {
  pointer-events: none;
}
div.janrain-form #verifyEmail .capture_btn strong,
div.janrain-form #resendVerificationSuccess .capture_btn strong,
div.janrain-form #verifyEmailSuccess .capture_btn strong,
div.janrain-form #resetPasswordRequestCode .capture_btn strong,
div.janrain-form #resetPassword .capture_btn strong,
div.janrain-form #resetPassword .capture_btn strong,
div.janrain-form #resetPasswordSuccess .capture_btn strong,
div.janrain-form #resetPasswordRequestCodeSuccess .capture_btn strong,
div.janrain-form #changePasswordSuccess .capture_btn strong,
div.janrain-form #changePassword .capture_btn strong,
div.janrain-form #capture_editProfile_form_item_email .capture_btn strong,
div.janrain-form #editProfile .capture_btn strong,
div.janrain-form #publicProfileModal .capture_btn strong,
div.janrain-form #verifyEmail .capture_btn.capture_primary strong,
div.janrain-form #resendVerificationSuccess .capture_btn.capture_primary strong,
div.janrain-form #verifyEmailSuccess .capture_btn.capture_primary strong,
div.janrain-form #resetPasswordRequestCode .capture_btn.capture_primary strong,
div.janrain-form #resetPassword .capture_btn.capture_primary strong,
div.janrain-form #resetPassword .capture_btn.capture_primary strong,
div.janrain-form #resetPasswordSuccess .capture_btn.capture_primary strong,
div.janrain-form #resetPasswordRequestCodeSuccess .capture_btn.capture_primary strong,
div.janrain-form #changePasswordSuccess .capture_btn.capture_primary strong,
div.janrain-form #changePassword .capture_btn.capture_primary strong,
div.janrain-form #capture_editProfile_form_item_email .capture_btn.capture_primary strong,
div.janrain-form #editProfile .capture_btn.capture_primary strong,
div.janrain-form #publicProfileModal .capture_btn.capture_primary strong {
  font-weight: 600;
}
div.janrain-form #verifyEmail .capture_btn:focus,
div.janrain-form #resendVerificationSuccess .capture_btn:focus,
div.janrain-form #verifyEmailSuccess .capture_btn:focus,
div.janrain-form #resetPasswordRequestCode .capture_btn:focus,
div.janrain-form #resetPassword .capture_btn:focus,
div.janrain-form #resetPassword .capture_btn:focus,
div.janrain-form #resetPasswordSuccess .capture_btn:focus,
div.janrain-form #resetPasswordRequestCodeSuccess .capture_btn:focus,
div.janrain-form #changePasswordSuccess .capture_btn:focus,
div.janrain-form #changePassword .capture_btn:focus,
div.janrain-form #capture_editProfile_form_item_email .capture_btn:focus,
div.janrain-form #editProfile .capture_btn:focus,
div.janrain-form #publicProfileModal .capture_btn:focus,
div.janrain-form #verifyEmail .capture_btn.capture_primary:focus,
div.janrain-form #resendVerificationSuccess .capture_btn.capture_primary:focus,
div.janrain-form #verifyEmailSuccess .capture_btn.capture_primary:focus,
div.janrain-form #resetPasswordRequestCode .capture_btn.capture_primary:focus,
div.janrain-form #resetPassword .capture_btn.capture_primary:focus,
div.janrain-form #resetPassword .capture_btn.capture_primary:focus,
div.janrain-form #resetPasswordSuccess .capture_btn.capture_primary:focus,
div.janrain-form #resetPasswordRequestCodeSuccess .capture_btn.capture_primary:focus,
div.janrain-form #changePasswordSuccess .capture_btn.capture_primary:focus,
div.janrain-form #changePassword .capture_btn.capture_primary:focus,
div.janrain-form #capture_editProfile_form_item_email .capture_btn.capture_primary:focus,
div.janrain-form #editProfile .capture_btn.capture_primary:focus,
div.janrain-form #publicProfileModal .capture_btn.capture_primary:focus,
div.janrain-form #verifyEmail .capture_btn.focus,
div.janrain-form #resendVerificationSuccess .capture_btn.focus,
div.janrain-form #verifyEmailSuccess .capture_btn.focus,
div.janrain-form #resetPasswordRequestCode .capture_btn.focus,
div.janrain-form #resetPassword .capture_btn.focus,
div.janrain-form #resetPassword .capture_btn.focus,
div.janrain-form #resetPasswordSuccess .capture_btn.focus,
div.janrain-form #resetPasswordRequestCodeSuccess .capture_btn.focus,
div.janrain-form #changePasswordSuccess .capture_btn.focus,
div.janrain-form #changePassword .capture_btn.focus,
div.janrain-form #capture_editProfile_form_item_email .capture_btn.focus,
div.janrain-form #editProfile .capture_btn.focus,
div.janrain-form #publicProfileModal .capture_btn.focus,
div.janrain-form #verifyEmail .capture_btn.capture_primary.focus,
div.janrain-form #resendVerificationSuccess .capture_btn.capture_primary.focus,
div.janrain-form #verifyEmailSuccess .capture_btn.capture_primary.focus,
div.janrain-form #resetPasswordRequestCode .capture_btn.capture_primary.focus,
div.janrain-form #resetPassword .capture_btn.capture_primary.focus,
div.janrain-form #resetPassword .capture_btn.capture_primary.focus,
div.janrain-form #resetPasswordSuccess .capture_btn.capture_primary.focus,
div.janrain-form #resetPasswordRequestCodeSuccess .capture_btn.capture_primary.focus,
div.janrain-form #changePasswordSuccess .capture_btn.capture_primary.focus,
div.janrain-form #changePassword .capture_btn.capture_primary.focus,
div.janrain-form #capture_editProfile_form_item_email .capture_btn.capture_primary.focus,
div.janrain-form #editProfile .capture_btn.capture_primary.focus,
div.janrain-form #publicProfileModal .capture_btn.capture_primary.focus {
  color: #33424D;
  background-color: #cca700;
  border-color: #665400;
}
div.janrain-form #verifyEmail .capture_btn:hover,
div.janrain-form #resendVerificationSuccess .capture_btn:hover,
div.janrain-form #verifyEmailSuccess .capture_btn:hover,
div.janrain-form #resetPasswordRequestCode .capture_btn:hover,
div.janrain-form #resetPassword .capture_btn:hover,
div.janrain-form #resetPassword .capture_btn:hover,
div.janrain-form #resetPasswordSuccess .capture_btn:hover,
div.janrain-form #resetPasswordRequestCodeSuccess .capture_btn:hover,
div.janrain-form #changePasswordSuccess .capture_btn:hover,
div.janrain-form #changePassword .capture_btn:hover,
div.janrain-form #capture_editProfile_form_item_email .capture_btn:hover,
div.janrain-form #editProfile .capture_btn:hover,
div.janrain-form #publicProfileModal .capture_btn:hover,
div.janrain-form #verifyEmail .capture_btn.capture_primary:hover,
div.janrain-form #resendVerificationSuccess .capture_btn.capture_primary:hover,
div.janrain-form #verifyEmailSuccess .capture_btn.capture_primary:hover,
div.janrain-form #resetPasswordRequestCode .capture_btn.capture_primary:hover,
div.janrain-form #resetPassword .capture_btn.capture_primary:hover,
div.janrain-form #resetPassword .capture_btn.capture_primary:hover,
div.janrain-form #resetPasswordSuccess .capture_btn.capture_primary:hover,
div.janrain-form #resetPasswordRequestCodeSuccess .capture_btn.capture_primary:hover,
div.janrain-form #changePasswordSuccess .capture_btn.capture_primary:hover,
div.janrain-form #changePassword .capture_btn.capture_primary:hover,
div.janrain-form #capture_editProfile_form_item_email .capture_btn.capture_primary:hover,
div.janrain-form #editProfile .capture_btn.capture_primary:hover,
div.janrain-form #publicProfileModal .capture_btn.capture_primary:hover {
  color: #33424D;
  background-color: #cca700;
  border-color: #a88a00;
}
div.janrain-form #verifyEmail .capture_btn:active,
div.janrain-form #resendVerificationSuccess .capture_btn:active,
div.janrain-form #verifyEmailSuccess .capture_btn:active,
div.janrain-form #resetPasswordRequestCode .capture_btn:active,
div.janrain-form #resetPassword .capture_btn:active,
div.janrain-form #resetPassword .capture_btn:active,
div.janrain-form #resetPasswordSuccess .capture_btn:active,
div.janrain-form #resetPasswordRequestCodeSuccess .capture_btn:active,
div.janrain-form #changePasswordSuccess .capture_btn:active,
div.janrain-form #changePassword .capture_btn:active,
div.janrain-form #capture_editProfile_form_item_email .capture_btn:active,
div.janrain-form #editProfile .capture_btn:active,
div.janrain-form #publicProfileModal .capture_btn:active,
div.janrain-form #verifyEmail .capture_btn.capture_primary:active,
div.janrain-form #resendVerificationSuccess .capture_btn.capture_primary:active,
div.janrain-form #verifyEmailSuccess .capture_btn.capture_primary:active,
div.janrain-form #resetPasswordRequestCode .capture_btn.capture_primary:active,
div.janrain-form #resetPassword .capture_btn.capture_primary:active,
div.janrain-form #resetPassword .capture_btn.capture_primary:active,
div.janrain-form #resetPasswordSuccess .capture_btn.capture_primary:active,
div.janrain-form #resetPasswordRequestCodeSuccess .capture_btn.capture_primary:active,
div.janrain-form #changePasswordSuccess .capture_btn.capture_primary:active,
div.janrain-form #changePassword .capture_btn.capture_primary:active,
div.janrain-form #capture_editProfile_form_item_email .capture_btn.capture_primary:active,
div.janrain-form #editProfile .capture_btn.capture_primary:active,
div.janrain-form #publicProfileModal .capture_btn.capture_primary:active,
div.janrain-form #verifyEmail .capture_btn.active,
div.janrain-form #resendVerificationSuccess .capture_btn.active,
div.janrain-form #verifyEmailSuccess .capture_btn.active,
div.janrain-form #resetPasswordRequestCode .capture_btn.active,
div.janrain-form #resetPassword .capture_btn.active,
div.janrain-form #resetPassword .capture_btn.active,
div.janrain-form #resetPasswordSuccess .capture_btn.active,
div.janrain-form #resetPasswordRequestCodeSuccess .capture_btn.active,
div.janrain-form #changePasswordSuccess .capture_btn.active,
div.janrain-form #changePassword .capture_btn.active,
div.janrain-form #capture_editProfile_form_item_email .capture_btn.active,
div.janrain-form #editProfile .capture_btn.active,
div.janrain-form #publicProfileModal .capture_btn.active,
div.janrain-form #verifyEmail .capture_btn.capture_primary.active,
div.janrain-form #resendVerificationSuccess .capture_btn.capture_primary.active,
div.janrain-form #verifyEmailSuccess .capture_btn.capture_primary.active,
div.janrain-form #resetPasswordRequestCode .capture_btn.capture_primary.active,
div.janrain-form #resetPassword .capture_btn.capture_primary.active,
div.janrain-form #resetPassword .capture_btn.capture_primary.active,
div.janrain-form #resetPasswordSuccess .capture_btn.capture_primary.active,
div.janrain-form #resetPasswordRequestCodeSuccess .capture_btn.capture_primary.active,
div.janrain-form #changePasswordSuccess .capture_btn.capture_primary.active,
div.janrain-form #changePassword .capture_btn.capture_primary.active,
div.janrain-form #capture_editProfile_form_item_email .capture_btn.capture_primary.active,
div.janrain-form #editProfile .capture_btn.capture_primary.active,
div.janrain-form #publicProfileModal .capture_btn.capture_primary.active,
.open > .dropdown-togglediv.janrain-form #verifyEmail .capture_btn,
.open > .dropdown-togglediv.janrain-form #resendVerificationSuccess .capture_btn,
.open > .dropdown-togglediv.janrain-form #verifyEmailSuccess .capture_btn,
.open > .dropdown-togglediv.janrain-form #resetPasswordRequestCode .capture_btn,
.open > .dropdown-togglediv.janrain-form #resetPassword .capture_btn,
.open > .dropdown-togglediv.janrain-form #resetPassword .capture_btn,
.open > .dropdown-togglediv.janrain-form #resetPasswordSuccess .capture_btn,
.open > .dropdown-togglediv.janrain-form #resetPasswordRequestCodeSuccess .capture_btn,
.open > .dropdown-togglediv.janrain-form #changePasswordSuccess .capture_btn,
.open > .dropdown-togglediv.janrain-form #changePassword .capture_btn,
.open > .dropdown-togglediv.janrain-form #capture_editProfile_form_item_email .capture_btn,
.open > .dropdown-togglediv.janrain-form #editProfile .capture_btn,
.open > .dropdown-togglediv.janrain-form #publicProfileModal .capture_btn,
.open > .dropdown-togglediv.janrain-form #verifyEmail .capture_btn.capture_primary,
.open > .dropdown-togglediv.janrain-form #resendVerificationSuccess .capture_btn.capture_primary,
.open > .dropdown-togglediv.janrain-form #verifyEmailSuccess .capture_btn.capture_primary,
.open > .dropdown-togglediv.janrain-form #resetPasswordRequestCode .capture_btn.capture_primary,
.open > .dropdown-togglediv.janrain-form #resetPassword .capture_btn.capture_primary,
.open > .dropdown-togglediv.janrain-form #resetPassword .capture_btn.capture_primary,
.open > .dropdown-togglediv.janrain-form #resetPasswordSuccess .capture_btn.capture_primary,
.open > .dropdown-togglediv.janrain-form #resetPasswordRequestCodeSuccess .capture_btn.capture_primary,
.open > .dropdown-togglediv.janrain-form #changePasswordSuccess .capture_btn.capture_primary,
.open > .dropdown-togglediv.janrain-form #changePassword .capture_btn.capture_primary,
.open > .dropdown-togglediv.janrain-form #capture_editProfile_form_item_email .capture_btn.capture_primary,
.open > .dropdown-togglediv.janrain-form #editProfile .capture_btn.capture_primary,
.open > .dropdown-togglediv.janrain-form #publicProfileModal .capture_btn.capture_primary {
  color: #33424D;
  background-color: #cca700;
  border-color: #a88a00;
}
div.janrain-form #verifyEmail .capture_btn:active:hover,
div.janrain-form #resendVerificationSuccess .capture_btn:active:hover,
div.janrain-form #verifyEmailSuccess .capture_btn:active:hover,
div.janrain-form #resetPasswordRequestCode .capture_btn:active:hover,
div.janrain-form #resetPassword .capture_btn:active:hover,
div.janrain-form #resetPassword .capture_btn:active:hover,
div.janrain-form #resetPasswordSuccess .capture_btn:active:hover,
div.janrain-form #resetPasswordRequestCodeSuccess .capture_btn:active:hover,
div.janrain-form #changePasswordSuccess .capture_btn:active:hover,
div.janrain-form #changePassword .capture_btn:active:hover,
div.janrain-form #capture_editProfile_form_item_email .capture_btn:active:hover,
div.janrain-form #editProfile .capture_btn:active:hover,
div.janrain-form #publicProfileModal .capture_btn:active:hover,
div.janrain-form #verifyEmail .capture_btn.capture_primary:active:hover,
div.janrain-form #resendVerificationSuccess .capture_btn.capture_primary:active:hover,
div.janrain-form #verifyEmailSuccess .capture_btn.capture_primary:active:hover,
div.janrain-form #resetPasswordRequestCode .capture_btn.capture_primary:active:hover,
div.janrain-form #resetPassword .capture_btn.capture_primary:active:hover,
div.janrain-form #resetPassword .capture_btn.capture_primary:active:hover,
div.janrain-form #resetPasswordSuccess .capture_btn.capture_primary:active:hover,
div.janrain-form #resetPasswordRequestCodeSuccess .capture_btn.capture_primary:active:hover,
div.janrain-form #changePasswordSuccess .capture_btn.capture_primary:active:hover,
div.janrain-form #changePassword .capture_btn.capture_primary:active:hover,
div.janrain-form #capture_editProfile_form_item_email .capture_btn.capture_primary:active:hover,
div.janrain-form #editProfile .capture_btn.capture_primary:active:hover,
div.janrain-form #publicProfileModal .capture_btn.capture_primary:active:hover,
div.janrain-form #verifyEmail .capture_btn.active:hover,
div.janrain-form #resendVerificationSuccess .capture_btn.active:hover,
div.janrain-form #verifyEmailSuccess .capture_btn.active:hover,
div.janrain-form #resetPasswordRequestCode .capture_btn.active:hover,
div.janrain-form #resetPassword .capture_btn.active:hover,
div.janrain-form #resetPassword .capture_btn.active:hover,
div.janrain-form #resetPasswordSuccess .capture_btn.active:hover,
div.janrain-form #resetPasswordRequestCodeSuccess .capture_btn.active:hover,
div.janrain-form #changePasswordSuccess .capture_btn.active:hover,
div.janrain-form #changePassword .capture_btn.active:hover,
div.janrain-form #capture_editProfile_form_item_email .capture_btn.active:hover,
div.janrain-form #editProfile .capture_btn.active:hover,
div.janrain-form #publicProfileModal .capture_btn.active:hover,
div.janrain-form #verifyEmail .capture_btn.capture_primary.active:hover,
div.janrain-form #resendVerificationSuccess .capture_btn.capture_primary.active:hover,
div.janrain-form #verifyEmailSuccess .capture_btn.capture_primary.active:hover,
div.janrain-form #resetPasswordRequestCode .capture_btn.capture_primary.active:hover,
div.janrain-form #resetPassword .capture_btn.capture_primary.active:hover,
div.janrain-form #resetPassword .capture_btn.capture_primary.active:hover,
div.janrain-form #resetPasswordSuccess .capture_btn.capture_primary.active:hover,
div.janrain-form #resetPasswordRequestCodeSuccess .capture_btn.capture_primary.active:hover,
div.janrain-form #changePasswordSuccess .capture_btn.capture_primary.active:hover,
div.janrain-form #changePassword .capture_btn.capture_primary.active:hover,
div.janrain-form #capture_editProfile_form_item_email .capture_btn.capture_primary.active:hover,
div.janrain-form #editProfile .capture_btn.capture_primary.active:hover,
div.janrain-form #publicProfileModal .capture_btn.capture_primary.active:hover,
.open > .dropdown-togglediv.janrain-form #verifyEmail .capture_btn:hover,
.open > .dropdown-togglediv.janrain-form #resendVerificationSuccess .capture_btn:hover,
.open > .dropdown-togglediv.janrain-form #verifyEmailSuccess .capture_btn:hover,
.open > .dropdown-togglediv.janrain-form #resetPasswordRequestCode .capture_btn:hover,
.open > .dropdown-togglediv.janrain-form #resetPassword .capture_btn:hover,
.open > .dropdown-togglediv.janrain-form #resetPassword .capture_btn:hover,
.open > .dropdown-togglediv.janrain-form #resetPasswordSuccess .capture_btn:hover,
.open > .dropdown-togglediv.janrain-form #resetPasswordRequestCodeSuccess .capture_btn:hover,
.open > .dropdown-togglediv.janrain-form #changePasswordSuccess .capture_btn:hover,
.open > .dropdown-togglediv.janrain-form #changePassword .capture_btn:hover,
.open > .dropdown-togglediv.janrain-form #capture_editProfile_form_item_email .capture_btn:hover,
.open > .dropdown-togglediv.janrain-form #editProfile .capture_btn:hover,
.open > .dropdown-togglediv.janrain-form #publicProfileModal .capture_btn:hover,
.open > .dropdown-togglediv.janrain-form #verifyEmail .capture_btn.capture_primary:hover,
.open > .dropdown-togglediv.janrain-form #resendVerificationSuccess .capture_btn.capture_primary:hover,
.open > .dropdown-togglediv.janrain-form #verifyEmailSuccess .capture_btn.capture_primary:hover,
.open > .dropdown-togglediv.janrain-form #resetPasswordRequestCode .capture_btn.capture_primary:hover,
.open > .dropdown-togglediv.janrain-form #resetPassword .capture_btn.capture_primary:hover,
.open > .dropdown-togglediv.janrain-form #resetPassword .capture_btn.capture_primary:hover,
.open > .dropdown-togglediv.janrain-form #resetPasswordSuccess .capture_btn.capture_primary:hover,
.open > .dropdown-togglediv.janrain-form #resetPasswordRequestCodeSuccess .capture_btn.capture_primary:hover,
.open > .dropdown-togglediv.janrain-form #changePasswordSuccess .capture_btn.capture_primary:hover,
.open > .dropdown-togglediv.janrain-form #changePassword .capture_btn.capture_primary:hover,
.open > .dropdown-togglediv.janrain-form #capture_editProfile_form_item_email .capture_btn.capture_primary:hover,
.open > .dropdown-togglediv.janrain-form #editProfile .capture_btn.capture_primary:hover,
.open > .dropdown-togglediv.janrain-form #publicProfileModal .capture_btn.capture_primary:hover,
div.janrain-form #verifyEmail .capture_btn:active:focus,
div.janrain-form #resendVerificationSuccess .capture_btn:active:focus,
div.janrain-form #verifyEmailSuccess .capture_btn:active:focus,
div.janrain-form #resetPasswordRequestCode .capture_btn:active:focus,
div.janrain-form #resetPassword .capture_btn:active:focus,
div.janrain-form #resetPassword .capture_btn:active:focus,
div.janrain-form #resetPasswordSuccess .capture_btn:active:focus,
div.janrain-form #resetPasswordRequestCodeSuccess .capture_btn:active:focus,
div.janrain-form #changePasswordSuccess .capture_btn:active:focus,
div.janrain-form #changePassword .capture_btn:active:focus,
div.janrain-form #capture_editProfile_form_item_email .capture_btn:active:focus,
div.janrain-form #editProfile .capture_btn:active:focus,
div.janrain-form #publicProfileModal .capture_btn:active:focus,
div.janrain-form #verifyEmail .capture_btn.capture_primary:active:focus,
div.janrain-form #resendVerificationSuccess .capture_btn.capture_primary:active:focus,
div.janrain-form #verifyEmailSuccess .capture_btn.capture_primary:active:focus,
div.janrain-form #resetPasswordRequestCode .capture_btn.capture_primary:active:focus,
div.janrain-form #resetPassword .capture_btn.capture_primary:active:focus,
div.janrain-form #resetPassword .capture_btn.capture_primary:active:focus,
div.janrain-form #resetPasswordSuccess .capture_btn.capture_primary:active:focus,
div.janrain-form #resetPasswordRequestCodeSuccess .capture_btn.capture_primary:active:focus,
div.janrain-form #changePasswordSuccess .capture_btn.capture_primary:active:focus,
div.janrain-form #changePassword .capture_btn.capture_primary:active:focus,
div.janrain-form #capture_editProfile_form_item_email .capture_btn.capture_primary:active:focus,
div.janrain-form #editProfile .capture_btn.capture_primary:active:focus,
div.janrain-form #publicProfileModal .capture_btn.capture_primary:active:focus,
div.janrain-form #verifyEmail .capture_btn.active:focus,
div.janrain-form #resendVerificationSuccess .capture_btn.active:focus,
div.janrain-form #verifyEmailSuccess .capture_btn.active:focus,
div.janrain-form #resetPasswordRequestCode .capture_btn.active:focus,
div.janrain-form #resetPassword .capture_btn.active:focus,
div.janrain-form #resetPassword .capture_btn.active:focus,
div.janrain-form #resetPasswordSuccess .capture_btn.active:focus,
div.janrain-form #resetPasswordRequestCodeSuccess .capture_btn.active:focus,
div.janrain-form #changePasswordSuccess .capture_btn.active:focus,
div.janrain-form #changePassword .capture_btn.active:focus,
div.janrain-form #capture_editProfile_form_item_email .capture_btn.active:focus,
div.janrain-form #editProfile .capture_btn.active:focus,
div.janrain-form #publicProfileModal .capture_btn.active:focus,
div.janrain-form #verifyEmail .capture_btn.capture_primary.active:focus,
div.janrain-form #resendVerificationSuccess .capture_btn.capture_primary.active:focus,
div.janrain-form #verifyEmailSuccess .capture_btn.capture_primary.active:focus,
div.janrain-form #resetPasswordRequestCode .capture_btn.capture_primary.active:focus,
div.janrain-form #resetPassword .capture_btn.capture_primary.active:focus,
div.janrain-form #resetPassword .capture_btn.capture_primary.active:focus,
div.janrain-form #resetPasswordSuccess .capture_btn.capture_primary.active:focus,
div.janrain-form #resetPasswordRequestCodeSuccess .capture_btn.capture_primary.active:focus,
div.janrain-form #changePasswordSuccess .capture_btn.capture_primary.active:focus,
div.janrain-form #changePassword .capture_btn.capture_primary.active:focus,
div.janrain-form #capture_editProfile_form_item_email .capture_btn.capture_primary.active:focus,
div.janrain-form #editProfile .capture_btn.capture_primary.active:focus,
div.janrain-form #publicProfileModal .capture_btn.capture_primary.active:focus,
.open > .dropdown-togglediv.janrain-form #verifyEmail .capture_btn:focus,
.open > .dropdown-togglediv.janrain-form #resendVerificationSuccess .capture_btn:focus,
.open > .dropdown-togglediv.janrain-form #verifyEmailSuccess .capture_btn:focus,
.open > .dropdown-togglediv.janrain-form #resetPasswordRequestCode .capture_btn:focus,
.open > .dropdown-togglediv.janrain-form #resetPassword .capture_btn:focus,
.open > .dropdown-togglediv.janrain-form #resetPassword .capture_btn:focus,
.open > .dropdown-togglediv.janrain-form #resetPasswordSuccess .capture_btn:focus,
.open > .dropdown-togglediv.janrain-form #resetPasswordRequestCodeSuccess .capture_btn:focus,
.open > .dropdown-togglediv.janrain-form #changePasswordSuccess .capture_btn:focus,
.open > .dropdown-togglediv.janrain-form #changePassword .capture_btn:focus,
.open > .dropdown-togglediv.janrain-form #capture_editProfile_form_item_email .capture_btn:focus,
.open > .dropdown-togglediv.janrain-form #editProfile .capture_btn:focus,
.open > .dropdown-togglediv.janrain-form #publicProfileModal .capture_btn:focus,
.open > .dropdown-togglediv.janrain-form #verifyEmail .capture_btn.capture_primary:focus,
.open > .dropdown-togglediv.janrain-form #resendVerificationSuccess .capture_btn.capture_primary:focus,
.open > .dropdown-togglediv.janrain-form #verifyEmailSuccess .capture_btn.capture_primary:focus,
.open > .dropdown-togglediv.janrain-form #resetPasswordRequestCode .capture_btn.capture_primary:focus,
.open > .dropdown-togglediv.janrain-form #resetPassword .capture_btn.capture_primary:focus,
.open > .dropdown-togglediv.janrain-form #resetPassword .capture_btn.capture_primary:focus,
.open > .dropdown-togglediv.janrain-form #resetPasswordSuccess .capture_btn.capture_primary:focus,
.open > .dropdown-togglediv.janrain-form #resetPasswordRequestCodeSuccess .capture_btn.capture_primary:focus,
.open > .dropdown-togglediv.janrain-form #changePasswordSuccess .capture_btn.capture_primary:focus,
.open > .dropdown-togglediv.janrain-form #changePassword .capture_btn.capture_primary:focus,
.open > .dropdown-togglediv.janrain-form #capture_editProfile_form_item_email .capture_btn.capture_primary:focus,
.open > .dropdown-togglediv.janrain-form #editProfile .capture_btn.capture_primary:focus,
.open > .dropdown-togglediv.janrain-form #publicProfileModal .capture_btn.capture_primary:focus,
div.janrain-form #verifyEmail .capture_btn:active.focus,
div.janrain-form #resendVerificationSuccess .capture_btn:active.focus,
div.janrain-form #verifyEmailSuccess .capture_btn:active.focus,
div.janrain-form #resetPasswordRequestCode .capture_btn:active.focus,
div.janrain-form #resetPassword .capture_btn:active.focus,
div.janrain-form #resetPassword .capture_btn:active.focus,
div.janrain-form #resetPasswordSuccess .capture_btn:active.focus,
div.janrain-form #resetPasswordRequestCodeSuccess .capture_btn:active.focus,
div.janrain-form #changePasswordSuccess .capture_btn:active.focus,
div.janrain-form #changePassword .capture_btn:active.focus,
div.janrain-form #capture_editProfile_form_item_email .capture_btn:active.focus,
div.janrain-form #editProfile .capture_btn:active.focus,
div.janrain-form #publicProfileModal .capture_btn:active.focus,
div.janrain-form #verifyEmail .capture_btn.capture_primary:active.focus,
div.janrain-form #resendVerificationSuccess .capture_btn.capture_primary:active.focus,
div.janrain-form #verifyEmailSuccess .capture_btn.capture_primary:active.focus,
div.janrain-form #resetPasswordRequestCode .capture_btn.capture_primary:active.focus,
div.janrain-form #resetPassword .capture_btn.capture_primary:active.focus,
div.janrain-form #resetPassword .capture_btn.capture_primary:active.focus,
div.janrain-form #resetPasswordSuccess .capture_btn.capture_primary:active.focus,
div.janrain-form #resetPasswordRequestCodeSuccess .capture_btn.capture_primary:active.focus,
div.janrain-form #changePasswordSuccess .capture_btn.capture_primary:active.focus,
div.janrain-form #changePassword .capture_btn.capture_primary:active.focus,
div.janrain-form #capture_editProfile_form_item_email .capture_btn.capture_primary:active.focus,
div.janrain-form #editProfile .capture_btn.capture_primary:active.focus,
div.janrain-form #publicProfileModal .capture_btn.capture_primary:active.focus,
div.janrain-form #verifyEmail .capture_btn.active.focus,
div.janrain-form #resendVerificationSuccess .capture_btn.active.focus,
div.janrain-form #verifyEmailSuccess .capture_btn.active.focus,
div.janrain-form #resetPasswordRequestCode .capture_btn.active.focus,
div.janrain-form #resetPassword .capture_btn.active.focus,
div.janrain-form #resetPassword .capture_btn.active.focus,
div.janrain-form #resetPasswordSuccess .capture_btn.active.focus,
div.janrain-form #resetPasswordRequestCodeSuccess .capture_btn.active.focus,
div.janrain-form #changePasswordSuccess .capture_btn.active.focus,
div.janrain-form #changePassword .capture_btn.active.focus,
div.janrain-form #capture_editProfile_form_item_email .capture_btn.active.focus,
div.janrain-form #editProfile .capture_btn.active.focus,
div.janrain-form #publicProfileModal .capture_btn.active.focus,
div.janrain-form #verifyEmail .capture_btn.capture_primary.active.focus,
div.janrain-form #resendVerificationSuccess .capture_btn.capture_primary.active.focus,
div.janrain-form #verifyEmailSuccess .capture_btn.capture_primary.active.focus,
div.janrain-form #resetPasswordRequestCode .capture_btn.capture_primary.active.focus,
div.janrain-form #resetPassword .capture_btn.capture_primary.active.focus,
div.janrain-form #resetPassword .capture_btn.capture_primary.active.focus,
div.janrain-form #resetPasswordSuccess .capture_btn.capture_primary.active.focus,
div.janrain-form #resetPasswordRequestCodeSuccess .capture_btn.capture_primary.active.focus,
div.janrain-form #changePasswordSuccess .capture_btn.capture_primary.active.focus,
div.janrain-form #changePassword .capture_btn.capture_primary.active.focus,
div.janrain-form #capture_editProfile_form_item_email .capture_btn.capture_primary.active.focus,
div.janrain-form #editProfile .capture_btn.capture_primary.active.focus,
div.janrain-form #publicProfileModal .capture_btn.capture_primary.active.focus,
.open > .dropdown-togglediv.janrain-form #verifyEmail .capture_btn.focus,
.open > .dropdown-togglediv.janrain-form #resendVerificationSuccess .capture_btn.focus,
.open > .dropdown-togglediv.janrain-form #verifyEmailSuccess .capture_btn.focus,
.open > .dropdown-togglediv.janrain-form #resetPasswordRequestCode .capture_btn.focus,
.open > .dropdown-togglediv.janrain-form #resetPassword .capture_btn.focus,
.open > .dropdown-togglediv.janrain-form #resetPassword .capture_btn.focus,
.open > .dropdown-togglediv.janrain-form #resetPasswordSuccess .capture_btn.focus,
.open > .dropdown-togglediv.janrain-form #resetPasswordRequestCodeSuccess .capture_btn.focus,
.open > .dropdown-togglediv.janrain-form #changePasswordSuccess .capture_btn.focus,
.open > .dropdown-togglediv.janrain-form #changePassword .capture_btn.focus,
.open > .dropdown-togglediv.janrain-form #capture_editProfile_form_item_email .capture_btn.focus,
.open > .dropdown-togglediv.janrain-form #editProfile .capture_btn.focus,
.open > .dropdown-togglediv.janrain-form #publicProfileModal .capture_btn.focus,
.open > .dropdown-togglediv.janrain-form #verifyEmail .capture_btn.capture_primary.focus,
.open > .dropdown-togglediv.janrain-form #resendVerificationSuccess .capture_btn.capture_primary.focus,
.open > .dropdown-togglediv.janrain-form #verifyEmailSuccess .capture_btn.capture_primary.focus,
.open > .dropdown-togglediv.janrain-form #resetPasswordRequestCode .capture_btn.capture_primary.focus,
.open > .dropdown-togglediv.janrain-form #resetPassword .capture_btn.capture_primary.focus,
.open > .dropdown-togglediv.janrain-form #resetPassword .capture_btn.capture_primary.focus,
.open > .dropdown-togglediv.janrain-form #resetPasswordSuccess .capture_btn.capture_primary.focus,
.open > .dropdown-togglediv.janrain-form #resetPasswordRequestCodeSuccess .capture_btn.capture_primary.focus,
.open > .dropdown-togglediv.janrain-form #changePasswordSuccess .capture_btn.capture_primary.focus,
.open > .dropdown-togglediv.janrain-form #changePassword .capture_btn.capture_primary.focus,
.open > .dropdown-togglediv.janrain-form #capture_editProfile_form_item_email .capture_btn.capture_primary.focus,
.open > .dropdown-togglediv.janrain-form #editProfile .capture_btn.capture_primary.focus,
.open > .dropdown-togglediv.janrain-form #publicProfileModal .capture_btn.capture_primary.focus {
  color: #33424D;
  background-color: #a88a00;
  border-color: #665400;
}
div.janrain-form #verifyEmail .capture_btn:active,
div.janrain-form #resendVerificationSuccess .capture_btn:active,
div.janrain-form #verifyEmailSuccess .capture_btn:active,
div.janrain-form #resetPasswordRequestCode .capture_btn:active,
div.janrain-form #resetPassword .capture_btn:active,
div.janrain-form #resetPassword .capture_btn:active,
div.janrain-form #resetPasswordSuccess .capture_btn:active,
div.janrain-form #resetPasswordRequestCodeSuccess .capture_btn:active,
div.janrain-form #changePasswordSuccess .capture_btn:active,
div.janrain-form #changePassword .capture_btn:active,
div.janrain-form #capture_editProfile_form_item_email .capture_btn:active,
div.janrain-form #editProfile .capture_btn:active,
div.janrain-form #publicProfileModal .capture_btn:active,
div.janrain-form #verifyEmail .capture_btn.capture_primary:active,
div.janrain-form #resendVerificationSuccess .capture_btn.capture_primary:active,
div.janrain-form #verifyEmailSuccess .capture_btn.capture_primary:active,
div.janrain-form #resetPasswordRequestCode .capture_btn.capture_primary:active,
div.janrain-form #resetPassword .capture_btn.capture_primary:active,
div.janrain-form #resetPassword .capture_btn.capture_primary:active,
div.janrain-form #resetPasswordSuccess .capture_btn.capture_primary:active,
div.janrain-form #resetPasswordRequestCodeSuccess .capture_btn.capture_primary:active,
div.janrain-form #changePasswordSuccess .capture_btn.capture_primary:active,
div.janrain-form #changePassword .capture_btn.capture_primary:active,
div.janrain-form #capture_editProfile_form_item_email .capture_btn.capture_primary:active,
div.janrain-form #editProfile .capture_btn.capture_primary:active,
div.janrain-form #publicProfileModal .capture_btn.capture_primary:active,
div.janrain-form #verifyEmail .capture_btn.active,
div.janrain-form #resendVerificationSuccess .capture_btn.active,
div.janrain-form #verifyEmailSuccess .capture_btn.active,
div.janrain-form #resetPasswordRequestCode .capture_btn.active,
div.janrain-form #resetPassword .capture_btn.active,
div.janrain-form #resetPassword .capture_btn.active,
div.janrain-form #resetPasswordSuccess .capture_btn.active,
div.janrain-form #resetPasswordRequestCodeSuccess .capture_btn.active,
div.janrain-form #changePasswordSuccess .capture_btn.active,
div.janrain-form #changePassword .capture_btn.active,
div.janrain-form #capture_editProfile_form_item_email .capture_btn.active,
div.janrain-form #editProfile .capture_btn.active,
div.janrain-form #publicProfileModal .capture_btn.active,
div.janrain-form #verifyEmail .capture_btn.capture_primary.active,
div.janrain-form #resendVerificationSuccess .capture_btn.capture_primary.active,
div.janrain-form #verifyEmailSuccess .capture_btn.capture_primary.active,
div.janrain-form #resetPasswordRequestCode .capture_btn.capture_primary.active,
div.janrain-form #resetPassword .capture_btn.capture_primary.active,
div.janrain-form #resetPassword .capture_btn.capture_primary.active,
div.janrain-form #resetPasswordSuccess .capture_btn.capture_primary.active,
div.janrain-form #resetPasswordRequestCodeSuccess .capture_btn.capture_primary.active,
div.janrain-form #changePasswordSuccess .capture_btn.capture_primary.active,
div.janrain-form #changePassword .capture_btn.capture_primary.active,
div.janrain-form #capture_editProfile_form_item_email .capture_btn.capture_primary.active,
div.janrain-form #editProfile .capture_btn.capture_primary.active,
div.janrain-form #publicProfileModal .capture_btn.capture_primary.active,
.open > .dropdown-togglediv.janrain-form #verifyEmail .capture_btn,
.open > .dropdown-togglediv.janrain-form #resendVerificationSuccess .capture_btn,
.open > .dropdown-togglediv.janrain-form #verifyEmailSuccess .capture_btn,
.open > .dropdown-togglediv.janrain-form #resetPasswordRequestCode .capture_btn,
.open > .dropdown-togglediv.janrain-form #resetPassword .capture_btn,
.open > .dropdown-togglediv.janrain-form #resetPassword .capture_btn,
.open > .dropdown-togglediv.janrain-form #resetPasswordSuccess .capture_btn,
.open > .dropdown-togglediv.janrain-form #resetPasswordRequestCodeSuccess .capture_btn,
.open > .dropdown-togglediv.janrain-form #changePasswordSuccess .capture_btn,
.open > .dropdown-togglediv.janrain-form #changePassword .capture_btn,
.open > .dropdown-togglediv.janrain-form #capture_editProfile_form_item_email .capture_btn,
.open > .dropdown-togglediv.janrain-form #editProfile .capture_btn,
.open > .dropdown-togglediv.janrain-form #publicProfileModal .capture_btn,
.open > .dropdown-togglediv.janrain-form #verifyEmail .capture_btn.capture_primary,
.open > .dropdown-togglediv.janrain-form #resendVerificationSuccess .capture_btn.capture_primary,
.open > .dropdown-togglediv.janrain-form #verifyEmailSuccess .capture_btn.capture_primary,
.open > .dropdown-togglediv.janrain-form #resetPasswordRequestCode .capture_btn.capture_primary,
.open > .dropdown-togglediv.janrain-form #resetPassword .capture_btn.capture_primary,
.open > .dropdown-togglediv.janrain-form #resetPassword .capture_btn.capture_primary,
.open > .dropdown-togglediv.janrain-form #resetPasswordSuccess .capture_btn.capture_primary,
.open > .dropdown-togglediv.janrain-form #resetPasswordRequestCodeSuccess .capture_btn.capture_primary,
.open > .dropdown-togglediv.janrain-form #changePasswordSuccess .capture_btn.capture_primary,
.open > .dropdown-togglediv.janrain-form #changePassword .capture_btn.capture_primary,
.open > .dropdown-togglediv.janrain-form #capture_editProfile_form_item_email .capture_btn.capture_primary,
.open > .dropdown-togglediv.janrain-form #editProfile .capture_btn.capture_primary,
.open > .dropdown-togglediv.janrain-form #publicProfileModal .capture_btn.capture_primary {
  background-image: none;
}
div.janrain-form #verifyEmail .capture_btn.disabled:hover,
div.janrain-form #resendVerificationSuccess .capture_btn.disabled:hover,
div.janrain-form #verifyEmailSuccess .capture_btn.disabled:hover,
div.janrain-form #resetPasswordRequestCode .capture_btn.disabled:hover,
div.janrain-form #resetPassword .capture_btn.disabled:hover,
div.janrain-form #resetPassword .capture_btn.disabled:hover,
div.janrain-form #resetPasswordSuccess .capture_btn.disabled:hover,
div.janrain-form #resetPasswordRequestCodeSuccess .capture_btn.disabled:hover,
div.janrain-form #changePasswordSuccess .capture_btn.disabled:hover,
div.janrain-form #changePassword .capture_btn.disabled:hover,
div.janrain-form #capture_editProfile_form_item_email .capture_btn.disabled:hover,
div.janrain-form #editProfile .capture_btn.disabled:hover,
div.janrain-form #publicProfileModal .capture_btn.disabled:hover,
div.janrain-form #verifyEmail .capture_btn.capture_primary.disabled:hover,
div.janrain-form #resendVerificationSuccess .capture_btn.capture_primary.disabled:hover,
div.janrain-form #verifyEmailSuccess .capture_btn.capture_primary.disabled:hover,
div.janrain-form #resetPasswordRequestCode .capture_btn.capture_primary.disabled:hover,
div.janrain-form #resetPassword .capture_btn.capture_primary.disabled:hover,
div.janrain-form #resetPassword .capture_btn.capture_primary.disabled:hover,
div.janrain-form #resetPasswordSuccess .capture_btn.capture_primary.disabled:hover,
div.janrain-form #resetPasswordRequestCodeSuccess .capture_btn.capture_primary.disabled:hover,
div.janrain-form #changePasswordSuccess .capture_btn.capture_primary.disabled:hover,
div.janrain-form #changePassword .capture_btn.capture_primary.disabled:hover,
div.janrain-form #capture_editProfile_form_item_email .capture_btn.capture_primary.disabled:hover,
div.janrain-form #editProfile .capture_btn.capture_primary.disabled:hover,
div.janrain-form #publicProfileModal .capture_btn.capture_primary.disabled:hover,
div.janrain-form #verifyEmail .capture_btn[disabled]:hover,
div.janrain-form #resendVerificationSuccess .capture_btn[disabled]:hover,
div.janrain-form #verifyEmailSuccess .capture_btn[disabled]:hover,
div.janrain-form #resetPasswordRequestCode .capture_btn[disabled]:hover,
div.janrain-form #resetPassword .capture_btn[disabled]:hover,
div.janrain-form #resetPassword .capture_btn[disabled]:hover,
div.janrain-form #resetPasswordSuccess .capture_btn[disabled]:hover,
div.janrain-form #resetPasswordRequestCodeSuccess .capture_btn[disabled]:hover,
div.janrain-form #changePasswordSuccess .capture_btn[disabled]:hover,
div.janrain-form #changePassword .capture_btn[disabled]:hover,
div.janrain-form #capture_editProfile_form_item_email .capture_btn[disabled]:hover,
div.janrain-form #editProfile .capture_btn[disabled]:hover,
div.janrain-form #publicProfileModal .capture_btn[disabled]:hover,
div.janrain-form #verifyEmail .capture_btn.capture_primary[disabled]:hover,
div.janrain-form #resendVerificationSuccess .capture_btn.capture_primary[disabled]:hover,
div.janrain-form #verifyEmailSuccess .capture_btn.capture_primary[disabled]:hover,
div.janrain-form #resetPasswordRequestCode .capture_btn.capture_primary[disabled]:hover,
div.janrain-form #resetPassword .capture_btn.capture_primary[disabled]:hover,
div.janrain-form #resetPassword .capture_btn.capture_primary[disabled]:hover,
div.janrain-form #resetPasswordSuccess .capture_btn.capture_primary[disabled]:hover,
div.janrain-form #resetPasswordRequestCodeSuccess .capture_btn.capture_primary[disabled]:hover,
div.janrain-form #changePasswordSuccess .capture_btn.capture_primary[disabled]:hover,
div.janrain-form #changePassword .capture_btn.capture_primary[disabled]:hover,
div.janrain-form #capture_editProfile_form_item_email .capture_btn.capture_primary[disabled]:hover,
div.janrain-form #editProfile .capture_btn.capture_primary[disabled]:hover,
div.janrain-form #publicProfileModal .capture_btn.capture_primary[disabled]:hover,
fieldset[disabled] div.janrain-form #verifyEmail .capture_btn:hover,
fieldset[disabled] div.janrain-form #resendVerificationSuccess .capture_btn:hover,
fieldset[disabled] div.janrain-form #verifyEmailSuccess .capture_btn:hover,
fieldset[disabled] div.janrain-form #resetPasswordRequestCode .capture_btn:hover,
fieldset[disabled] div.janrain-form #resetPassword .capture_btn:hover,
fieldset[disabled] div.janrain-form #resetPassword .capture_btn:hover,
fieldset[disabled] div.janrain-form #resetPasswordSuccess .capture_btn:hover,
fieldset[disabled] div.janrain-form #resetPasswordRequestCodeSuccess .capture_btn:hover,
fieldset[disabled] div.janrain-form #changePasswordSuccess .capture_btn:hover,
fieldset[disabled] div.janrain-form #changePassword .capture_btn:hover,
fieldset[disabled] div.janrain-form #capture_editProfile_form_item_email .capture_btn:hover,
fieldset[disabled] div.janrain-form #editProfile .capture_btn:hover,
fieldset[disabled] div.janrain-form #publicProfileModal .capture_btn:hover,
fieldset[disabled] div.janrain-form #verifyEmail .capture_btn.capture_primary:hover,
fieldset[disabled] div.janrain-form #resendVerificationSuccess .capture_btn.capture_primary:hover,
fieldset[disabled] div.janrain-form #verifyEmailSuccess .capture_btn.capture_primary:hover,
fieldset[disabled] div.janrain-form #resetPasswordRequestCode .capture_btn.capture_primary:hover,
fieldset[disabled] div.janrain-form #resetPassword .capture_btn.capture_primary:hover,
fieldset[disabled] div.janrain-form #resetPassword .capture_btn.capture_primary:hover,
fieldset[disabled] div.janrain-form #resetPasswordSuccess .capture_btn.capture_primary:hover,
fieldset[disabled] div.janrain-form #resetPasswordRequestCodeSuccess .capture_btn.capture_primary:hover,
fieldset[disabled] div.janrain-form #changePasswordSuccess .capture_btn.capture_primary:hover,
fieldset[disabled] div.janrain-form #changePassword .capture_btn.capture_primary:hover,
fieldset[disabled] div.janrain-form #capture_editProfile_form_item_email .capture_btn.capture_primary:hover,
fieldset[disabled] div.janrain-form #editProfile .capture_btn.capture_primary:hover,
fieldset[disabled] div.janrain-form #publicProfileModal .capture_btn.capture_primary:hover,
div.janrain-form #verifyEmail .capture_btn.disabled:focus,
div.janrain-form #resendVerificationSuccess .capture_btn.disabled:focus,
div.janrain-form #verifyEmailSuccess .capture_btn.disabled:focus,
div.janrain-form #resetPasswordRequestCode .capture_btn.disabled:focus,
div.janrain-form #resetPassword .capture_btn.disabled:focus,
div.janrain-form #resetPassword .capture_btn.disabled:focus,
div.janrain-form #resetPasswordSuccess .capture_btn.disabled:focus,
div.janrain-form #resetPasswordRequestCodeSuccess .capture_btn.disabled:focus,
div.janrain-form #changePasswordSuccess .capture_btn.disabled:focus,
div.janrain-form #changePassword .capture_btn.disabled:focus,
div.janrain-form #capture_editProfile_form_item_email .capture_btn.disabled:focus,
div.janrain-form #editProfile .capture_btn.disabled:focus,
div.janrain-form #publicProfileModal .capture_btn.disabled:focus,
div.janrain-form #verifyEmail .capture_btn.capture_primary.disabled:focus,
div.janrain-form #resendVerificationSuccess .capture_btn.capture_primary.disabled:focus,
div.janrain-form #verifyEmailSuccess .capture_btn.capture_primary.disabled:focus,
div.janrain-form #resetPasswordRequestCode .capture_btn.capture_primary.disabled:focus,
div.janrain-form #resetPassword .capture_btn.capture_primary.disabled:focus,
div.janrain-form #resetPassword .capture_btn.capture_primary.disabled:focus,
div.janrain-form #resetPasswordSuccess .capture_btn.capture_primary.disabled:focus,
div.janrain-form #resetPasswordRequestCodeSuccess .capture_btn.capture_primary.disabled:focus,
div.janrain-form #changePasswordSuccess .capture_btn.capture_primary.disabled:focus,
div.janrain-form #changePassword .capture_btn.capture_primary.disabled:focus,
div.janrain-form #capture_editProfile_form_item_email .capture_btn.capture_primary.disabled:focus,
div.janrain-form #editProfile .capture_btn.capture_primary.disabled:focus,
div.janrain-form #publicProfileModal .capture_btn.capture_primary.disabled:focus,
div.janrain-form #verifyEmail .capture_btn[disabled]:focus,
div.janrain-form #resendVerificationSuccess .capture_btn[disabled]:focus,
div.janrain-form #verifyEmailSuccess .capture_btn[disabled]:focus,
div.janrain-form #resetPasswordRequestCode .capture_btn[disabled]:focus,
div.janrain-form #resetPassword .capture_btn[disabled]:focus,
div.janrain-form #resetPassword .capture_btn[disabled]:focus,
div.janrain-form #resetPasswordSuccess .capture_btn[disabled]:focus,
div.janrain-form #resetPasswordRequestCodeSuccess .capture_btn[disabled]:focus,
div.janrain-form #changePasswordSuccess .capture_btn[disabled]:focus,
div.janrain-form #changePassword .capture_btn[disabled]:focus,
div.janrain-form #capture_editProfile_form_item_email .capture_btn[disabled]:focus,
div.janrain-form #editProfile .capture_btn[disabled]:focus,
div.janrain-form #publicProfileModal .capture_btn[disabled]:focus,
div.janrain-form #verifyEmail .capture_btn.capture_primary[disabled]:focus,
div.janrain-form #resendVerificationSuccess .capture_btn.capture_primary[disabled]:focus,
div.janrain-form #verifyEmailSuccess .capture_btn.capture_primary[disabled]:focus,
div.janrain-form #resetPasswordRequestCode .capture_btn.capture_primary[disabled]:focus,
div.janrain-form #resetPassword .capture_btn.capture_primary[disabled]:focus,
div.janrain-form #resetPassword .capture_btn.capture_primary[disabled]:focus,
div.janrain-form #resetPasswordSuccess .capture_btn.capture_primary[disabled]:focus,
div.janrain-form #resetPasswordRequestCodeSuccess .capture_btn.capture_primary[disabled]:focus,
div.janrain-form #changePasswordSuccess .capture_btn.capture_primary[disabled]:focus,
div.janrain-form #changePassword .capture_btn.capture_primary[disabled]:focus,
div.janrain-form #capture_editProfile_form_item_email .capture_btn.capture_primary[disabled]:focus,
div.janrain-form #editProfile .capture_btn.capture_primary[disabled]:focus,
div.janrain-form #publicProfileModal .capture_btn.capture_primary[disabled]:focus,
fieldset[disabled] div.janrain-form #verifyEmail .capture_btn:focus,
fieldset[disabled] div.janrain-form #resendVerificationSuccess .capture_btn:focus,
fieldset[disabled] div.janrain-form #verifyEmailSuccess .capture_btn:focus,
fieldset[disabled] div.janrain-form #resetPasswordRequestCode .capture_btn:focus,
fieldset[disabled] div.janrain-form #resetPassword .capture_btn:focus,
fieldset[disabled] div.janrain-form #resetPassword .capture_btn:focus,
fieldset[disabled] div.janrain-form #resetPasswordSuccess .capture_btn:focus,
fieldset[disabled] div.janrain-form #resetPasswordRequestCodeSuccess .capture_btn:focus,
fieldset[disabled] div.janrain-form #changePasswordSuccess .capture_btn:focus,
fieldset[disabled] div.janrain-form #changePassword .capture_btn:focus,
fieldset[disabled] div.janrain-form #capture_editProfile_form_item_email .capture_btn:focus,
fieldset[disabled] div.janrain-form #editProfile .capture_btn:focus,
fieldset[disabled] div.janrain-form #publicProfileModal .capture_btn:focus,
fieldset[disabled] div.janrain-form #verifyEmail .capture_btn.capture_primary:focus,
fieldset[disabled] div.janrain-form #resendVerificationSuccess .capture_btn.capture_primary:focus,
fieldset[disabled] div.janrain-form #verifyEmailSuccess .capture_btn.capture_primary:focus,
fieldset[disabled] div.janrain-form #resetPasswordRequestCode .capture_btn.capture_primary:focus,
fieldset[disabled] div.janrain-form #resetPassword .capture_btn.capture_primary:focus,
fieldset[disabled] div.janrain-form #resetPassword .capture_btn.capture_primary:focus,
fieldset[disabled] div.janrain-form #resetPasswordSuccess .capture_btn.capture_primary:focus,
fieldset[disabled] div.janrain-form #resetPasswordRequestCodeSuccess .capture_btn.capture_primary:focus,
fieldset[disabled] div.janrain-form #changePasswordSuccess .capture_btn.capture_primary:focus,
fieldset[disabled] div.janrain-form #changePassword .capture_btn.capture_primary:focus,
fieldset[disabled] div.janrain-form #capture_editProfile_form_item_email .capture_btn.capture_primary:focus,
fieldset[disabled] div.janrain-form #editProfile .capture_btn.capture_primary:focus,
fieldset[disabled] div.janrain-form #publicProfileModal .capture_btn.capture_primary:focus,
div.janrain-form #verifyEmail .capture_btn.disabled.focus,
div.janrain-form #resendVerificationSuccess .capture_btn.disabled.focus,
div.janrain-form #verifyEmailSuccess .capture_btn.disabled.focus,
div.janrain-form #resetPasswordRequestCode .capture_btn.disabled.focus,
div.janrain-form #resetPassword .capture_btn.disabled.focus,
div.janrain-form #resetPassword .capture_btn.disabled.focus,
div.janrain-form #resetPasswordSuccess .capture_btn.disabled.focus,
div.janrain-form #resetPasswordRequestCodeSuccess .capture_btn.disabled.focus,
div.janrain-form #changePasswordSuccess .capture_btn.disabled.focus,
div.janrain-form #changePassword .capture_btn.disabled.focus,
div.janrain-form #capture_editProfile_form_item_email .capture_btn.disabled.focus,
div.janrain-form #editProfile .capture_btn.disabled.focus,
div.janrain-form #publicProfileModal .capture_btn.disabled.focus,
div.janrain-form #verifyEmail .capture_btn.capture_primary.disabled.focus,
div.janrain-form #resendVerificationSuccess .capture_btn.capture_primary.disabled.focus,
div.janrain-form #verifyEmailSuccess .capture_btn.capture_primary.disabled.focus,
div.janrain-form #resetPasswordRequestCode .capture_btn.capture_primary.disabled.focus,
div.janrain-form #resetPassword .capture_btn.capture_primary.disabled.focus,
div.janrain-form #resetPassword .capture_btn.capture_primary.disabled.focus,
div.janrain-form #resetPasswordSuccess .capture_btn.capture_primary.disabled.focus,
div.janrain-form #resetPasswordRequestCodeSuccess .capture_btn.capture_primary.disabled.focus,
div.janrain-form #changePasswordSuccess .capture_btn.capture_primary.disabled.focus,
div.janrain-form #changePassword .capture_btn.capture_primary.disabled.focus,
div.janrain-form #capture_editProfile_form_item_email .capture_btn.capture_primary.disabled.focus,
div.janrain-form #editProfile .capture_btn.capture_primary.disabled.focus,
div.janrain-form #publicProfileModal .capture_btn.capture_primary.disabled.focus,
div.janrain-form #verifyEmail .capture_btn[disabled].focus,
div.janrain-form #resendVerificationSuccess .capture_btn[disabled].focus,
div.janrain-form #verifyEmailSuccess .capture_btn[disabled].focus,
div.janrain-form #resetPasswordRequestCode .capture_btn[disabled].focus,
div.janrain-form #resetPassword .capture_btn[disabled].focus,
div.janrain-form #resetPassword .capture_btn[disabled].focus,
div.janrain-form #resetPasswordSuccess .capture_btn[disabled].focus,
div.janrain-form #resetPasswordRequestCodeSuccess .capture_btn[disabled].focus,
div.janrain-form #changePasswordSuccess .capture_btn[disabled].focus,
div.janrain-form #changePassword .capture_btn[disabled].focus,
div.janrain-form #capture_editProfile_form_item_email .capture_btn[disabled].focus,
div.janrain-form #editProfile .capture_btn[disabled].focus,
div.janrain-form #publicProfileModal .capture_btn[disabled].focus,
div.janrain-form #verifyEmail .capture_btn.capture_primary[disabled].focus,
div.janrain-form #resendVerificationSuccess .capture_btn.capture_primary[disabled].focus,
div.janrain-form #verifyEmailSuccess .capture_btn.capture_primary[disabled].focus,
div.janrain-form #resetPasswordRequestCode .capture_btn.capture_primary[disabled].focus,
div.janrain-form #resetPassword .capture_btn.capture_primary[disabled].focus,
div.janrain-form #resetPassword .capture_btn.capture_primary[disabled].focus,
div.janrain-form #resetPasswordSuccess .capture_btn.capture_primary[disabled].focus,
div.janrain-form #resetPasswordRequestCodeSuccess .capture_btn.capture_primary[disabled].focus,
div.janrain-form #changePasswordSuccess .capture_btn.capture_primary[disabled].focus,
div.janrain-form #changePassword .capture_btn.capture_primary[disabled].focus,
div.janrain-form #capture_editProfile_form_item_email .capture_btn.capture_primary[disabled].focus,
div.janrain-form #editProfile .capture_btn.capture_primary[disabled].focus,
div.janrain-form #publicProfileModal .capture_btn.capture_primary[disabled].focus,
fieldset[disabled] div.janrain-form #verifyEmail .capture_btn.focus,
fieldset[disabled] div.janrain-form #resendVerificationSuccess .capture_btn.focus,
fieldset[disabled] div.janrain-form #verifyEmailSuccess .capture_btn.focus,
fieldset[disabled] div.janrain-form #resetPasswordRequestCode .capture_btn.focus,
fieldset[disabled] div.janrain-form #resetPassword .capture_btn.focus,
fieldset[disabled] div.janrain-form #resetPassword .capture_btn.focus,
fieldset[disabled] div.janrain-form #resetPasswordSuccess .capture_btn.focus,
fieldset[disabled] div.janrain-form #resetPasswordRequestCodeSuccess .capture_btn.focus,
fieldset[disabled] div.janrain-form #changePasswordSuccess .capture_btn.focus,
fieldset[disabled] div.janrain-form #changePassword .capture_btn.focus,
fieldset[disabled] div.janrain-form #capture_editProfile_form_item_email .capture_btn.focus,
fieldset[disabled] div.janrain-form #editProfile .capture_btn.focus,
fieldset[disabled] div.janrain-form #publicProfileModal .capture_btn.focus,
fieldset[disabled] div.janrain-form #verifyEmail .capture_btn.capture_primary.focus,
fieldset[disabled] div.janrain-form #resendVerificationSuccess .capture_btn.capture_primary.focus,
fieldset[disabled] div.janrain-form #verifyEmailSuccess .capture_btn.capture_primary.focus,
fieldset[disabled] div.janrain-form #resetPasswordRequestCode .capture_btn.capture_primary.focus,
fieldset[disabled] div.janrain-form #resetPassword .capture_btn.capture_primary.focus,
fieldset[disabled] div.janrain-form #resetPassword .capture_btn.capture_primary.focus,
fieldset[disabled] div.janrain-form #resetPasswordSuccess .capture_btn.capture_primary.focus,
fieldset[disabled] div.janrain-form #resetPasswordRequestCodeSuccess .capture_btn.capture_primary.focus,
fieldset[disabled] div.janrain-form #changePasswordSuccess .capture_btn.capture_primary.focus,
fieldset[disabled] div.janrain-form #changePassword .capture_btn.capture_primary.focus,
fieldset[disabled] div.janrain-form #capture_editProfile_form_item_email .capture_btn.capture_primary.focus,
fieldset[disabled] div.janrain-form #editProfile .capture_btn.capture_primary.focus,
fieldset[disabled] div.janrain-form #publicProfileModal .capture_btn.capture_primary.focus {
  background-color: #FFD100;
  border-color: #e6bc00;
}
div.janrain-form #verifyEmail .capture_btn .badge,
div.janrain-form #resendVerificationSuccess .capture_btn .badge,
div.janrain-form #verifyEmailSuccess .capture_btn .badge,
div.janrain-form #resetPasswordRequestCode .capture_btn .badge,
div.janrain-form #resetPassword .capture_btn .badge,
div.janrain-form #resetPassword .capture_btn .badge,
div.janrain-form #resetPasswordSuccess .capture_btn .badge,
div.janrain-form #resetPasswordRequestCodeSuccess .capture_btn .badge,
div.janrain-form #changePasswordSuccess .capture_btn .badge,
div.janrain-form #changePassword .capture_btn .badge,
div.janrain-form #capture_editProfile_form_item_email .capture_btn .badge,
div.janrain-form #editProfile .capture_btn .badge,
div.janrain-form #publicProfileModal .capture_btn .badge,
div.janrain-form #verifyEmail .capture_btn.capture_primary .badge,
div.janrain-form #resendVerificationSuccess .capture_btn.capture_primary .badge,
div.janrain-form #verifyEmailSuccess .capture_btn.capture_primary .badge,
div.janrain-form #resetPasswordRequestCode .capture_btn.capture_primary .badge,
div.janrain-form #resetPassword .capture_btn.capture_primary .badge,
div.janrain-form #resetPassword .capture_btn.capture_primary .badge,
div.janrain-form #resetPasswordSuccess .capture_btn.capture_primary .badge,
div.janrain-form #resetPasswordRequestCodeSuccess .capture_btn.capture_primary .badge,
div.janrain-form #changePasswordSuccess .capture_btn.capture_primary .badge,
div.janrain-form #changePassword .capture_btn.capture_primary .badge,
div.janrain-form #capture_editProfile_form_item_email .capture_btn.capture_primary .badge,
div.janrain-form #editProfile .capture_btn.capture_primary .badge,
div.janrain-form #publicProfileModal .capture_btn.capture_primary .badge {
  color: #FFD100;
  background-color: #33424D;
}
div.janrain-form #verifyEmail .capture_btn:focus,
div.janrain-form #resendVerificationSuccess .capture_btn:focus,
div.janrain-form #verifyEmailSuccess .capture_btn:focus,
div.janrain-form #resetPasswordRequestCode .capture_btn:focus,
div.janrain-form #resetPassword .capture_btn:focus,
div.janrain-form #resetPassword .capture_btn:focus,
div.janrain-form #resetPasswordSuccess .capture_btn:focus,
div.janrain-form #resetPasswordRequestCodeSuccess .capture_btn:focus,
div.janrain-form #changePasswordSuccess .capture_btn:focus,
div.janrain-form #changePassword .capture_btn:focus,
div.janrain-form #capture_editProfile_form_item_email .capture_btn:focus,
div.janrain-form #editProfile .capture_btn:focus,
div.janrain-form #publicProfileModal .capture_btn:focus,
div.janrain-form #verifyEmail .capture_btn.capture_primary:focus,
div.janrain-form #resendVerificationSuccess .capture_btn.capture_primary:focus,
div.janrain-form #verifyEmailSuccess .capture_btn.capture_primary:focus,
div.janrain-form #resetPasswordRequestCode .capture_btn.capture_primary:focus,
div.janrain-form #resetPassword .capture_btn.capture_primary:focus,
div.janrain-form #resetPassword .capture_btn.capture_primary:focus,
div.janrain-form #resetPasswordSuccess .capture_btn.capture_primary:focus,
div.janrain-form #resetPasswordRequestCodeSuccess .capture_btn.capture_primary:focus,
div.janrain-form #changePasswordSuccess .capture_btn.capture_primary:focus,
div.janrain-form #changePassword .capture_btn.capture_primary:focus,
div.janrain-form #capture_editProfile_form_item_email .capture_btn.capture_primary:focus,
div.janrain-form #editProfile .capture_btn.capture_primary:focus,
div.janrain-form #publicProfileModal .capture_btn.capture_primary:focus,
div.janrain-form #verifyEmail .capture_btn.focus,
div.janrain-form #resendVerificationSuccess .capture_btn.focus,
div.janrain-form #verifyEmailSuccess .capture_btn.focus,
div.janrain-form #resetPasswordRequestCode .capture_btn.focus,
div.janrain-form #resetPassword .capture_btn.focus,
div.janrain-form #resetPassword .capture_btn.focus,
div.janrain-form #resetPasswordSuccess .capture_btn.focus,
div.janrain-form #resetPasswordRequestCodeSuccess .capture_btn.focus,
div.janrain-form #changePasswordSuccess .capture_btn.focus,
div.janrain-form #changePassword .capture_btn.focus,
div.janrain-form #capture_editProfile_form_item_email .capture_btn.focus,
div.janrain-form #editProfile .capture_btn.focus,
div.janrain-form #publicProfileModal .capture_btn.focus,
div.janrain-form #verifyEmail .capture_btn.capture_primary.focus,
div.janrain-form #resendVerificationSuccess .capture_btn.capture_primary.focus,
div.janrain-form #verifyEmailSuccess .capture_btn.capture_primary.focus,
div.janrain-form #resetPasswordRequestCode .capture_btn.capture_primary.focus,
div.janrain-form #resetPassword .capture_btn.capture_primary.focus,
div.janrain-form #resetPassword .capture_btn.capture_primary.focus,
div.janrain-form #resetPasswordSuccess .capture_btn.capture_primary.focus,
div.janrain-form #resetPasswordRequestCodeSuccess .capture_btn.capture_primary.focus,
div.janrain-form #changePasswordSuccess .capture_btn.capture_primary.focus,
div.janrain-form #changePassword .capture_btn.capture_primary.focus,
div.janrain-form #capture_editProfile_form_item_email .capture_btn.capture_primary.focus,
div.janrain-form #editProfile .capture_btn.capture_primary.focus,
div.janrain-form #publicProfileModal .capture_btn.capture_primary.focus {
  transition: none;
  color: #FFD100;
  background-color: #33424D;
  border-color: #0a0d10;
}
.dark-bg div.janrain-form #verifyEmail .capture_btn:focus,
.dark-bg div.janrain-form #resendVerificationSuccess .capture_btn:focus,
.dark-bg div.janrain-form #verifyEmailSuccess .capture_btn:focus,
.dark-bg div.janrain-form #resetPasswordRequestCode .capture_btn:focus,
.dark-bg div.janrain-form #resetPassword .capture_btn:focus,
.dark-bg div.janrain-form #resetPassword .capture_btn:focus,
.dark-bg div.janrain-form #resetPasswordSuccess .capture_btn:focus,
.dark-bg div.janrain-form #resetPasswordRequestCodeSuccess .capture_btn:focus,
.dark-bg div.janrain-form #changePasswordSuccess .capture_btn:focus,
.dark-bg div.janrain-form #changePassword .capture_btn:focus,
.dark-bg div.janrain-form #capture_editProfile_form_item_email .capture_btn:focus,
.dark-bg div.janrain-form #editProfile .capture_btn:focus,
.dark-bg div.janrain-form #publicProfileModal .capture_btn:focus,
.dark-bg div.janrain-form #verifyEmail .capture_btn.capture_primary:focus,
.dark-bg div.janrain-form #resendVerificationSuccess .capture_btn.capture_primary:focus,
.dark-bg div.janrain-form #verifyEmailSuccess .capture_btn.capture_primary:focus,
.dark-bg div.janrain-form #resetPasswordRequestCode .capture_btn.capture_primary:focus,
.dark-bg div.janrain-form #resetPassword .capture_btn.capture_primary:focus,
.dark-bg div.janrain-form #resetPassword .capture_btn.capture_primary:focus,
.dark-bg div.janrain-form #resetPasswordSuccess .capture_btn.capture_primary:focus,
.dark-bg div.janrain-form #resetPasswordRequestCodeSuccess .capture_btn.capture_primary:focus,
.dark-bg div.janrain-form #changePasswordSuccess .capture_btn.capture_primary:focus,
.dark-bg div.janrain-form #changePassword .capture_btn.capture_primary:focus,
.dark-bg div.janrain-form #capture_editProfile_form_item_email .capture_btn.capture_primary:focus,
.dark-bg div.janrain-form #editProfile .capture_btn.capture_primary:focus,
.dark-bg div.janrain-form #publicProfileModal .capture_btn.capture_primary:focus,
.dark-bg div.janrain-form #verifyEmail .capture_btn.focus,
.dark-bg div.janrain-form #resendVerificationSuccess .capture_btn.focus,
.dark-bg div.janrain-form #verifyEmailSuccess .capture_btn.focus,
.dark-bg div.janrain-form #resetPasswordRequestCode .capture_btn.focus,
.dark-bg div.janrain-form #resetPassword .capture_btn.focus,
.dark-bg div.janrain-form #resetPassword .capture_btn.focus,
.dark-bg div.janrain-form #resetPasswordSuccess .capture_btn.focus,
.dark-bg div.janrain-form #resetPasswordRequestCodeSuccess .capture_btn.focus,
.dark-bg div.janrain-form #changePasswordSuccess .capture_btn.focus,
.dark-bg div.janrain-form #changePassword .capture_btn.focus,
.dark-bg div.janrain-form #capture_editProfile_form_item_email .capture_btn.focus,
.dark-bg div.janrain-form #editProfile .capture_btn.focus,
.dark-bg div.janrain-form #publicProfileModal .capture_btn.focus,
.dark-bg div.janrain-form #verifyEmail .capture_btn.capture_primary.focus,
.dark-bg div.janrain-form #resendVerificationSuccess .capture_btn.capture_primary.focus,
.dark-bg div.janrain-form #verifyEmailSuccess .capture_btn.capture_primary.focus,
.dark-bg div.janrain-form #resetPasswordRequestCode .capture_btn.capture_primary.focus,
.dark-bg div.janrain-form #resetPassword .capture_btn.capture_primary.focus,
.dark-bg div.janrain-form #resetPassword .capture_btn.capture_primary.focus,
.dark-bg div.janrain-form #resetPasswordSuccess .capture_btn.capture_primary.focus,
.dark-bg div.janrain-form #resetPasswordRequestCodeSuccess .capture_btn.capture_primary.focus,
.dark-bg div.janrain-form #changePasswordSuccess .capture_btn.capture_primary.focus,
.dark-bg div.janrain-form #changePassword .capture_btn.capture_primary.focus,
.dark-bg div.janrain-form #capture_editProfile_form_item_email .capture_btn.capture_primary.focus,
.dark-bg div.janrain-form #editProfile .capture_btn.capture_primary.focus,
.dark-bg div.janrain-form #publicProfileModal .capture_btn.capture_primary.focus,
.navbar-inverse div.janrain-form #verifyEmail .capture_btn:focus,
.navbar-inverse div.janrain-form #resendVerificationSuccess .capture_btn:focus,
.navbar-inverse div.janrain-form #verifyEmailSuccess .capture_btn:focus,
.navbar-inverse div.janrain-form #resetPasswordRequestCode .capture_btn:focus,
.navbar-inverse div.janrain-form #resetPassword .capture_btn:focus,
.navbar-inverse div.janrain-form #resetPassword .capture_btn:focus,
.navbar-inverse div.janrain-form #resetPasswordSuccess .capture_btn:focus,
.navbar-inverse div.janrain-form #resetPasswordRequestCodeSuccess .capture_btn:focus,
.navbar-inverse div.janrain-form #changePasswordSuccess .capture_btn:focus,
.navbar-inverse div.janrain-form #changePassword .capture_btn:focus,
.navbar-inverse div.janrain-form #capture_editProfile_form_item_email .capture_btn:focus,
.navbar-inverse div.janrain-form #editProfile .capture_btn:focus,
.navbar-inverse div.janrain-form #publicProfileModal .capture_btn:focus,
.navbar-inverse div.janrain-form #verifyEmail .capture_btn.capture_primary:focus,
.navbar-inverse div.janrain-form #resendVerificationSuccess .capture_btn.capture_primary:focus,
.navbar-inverse div.janrain-form #verifyEmailSuccess .capture_btn.capture_primary:focus,
.navbar-inverse div.janrain-form #resetPasswordRequestCode .capture_btn.capture_primary:focus,
.navbar-inverse div.janrain-form #resetPassword .capture_btn.capture_primary:focus,
.navbar-inverse div.janrain-form #resetPassword .capture_btn.capture_primary:focus,
.navbar-inverse div.janrain-form #resetPasswordSuccess .capture_btn.capture_primary:focus,
.navbar-inverse div.janrain-form #resetPasswordRequestCodeSuccess .capture_btn.capture_primary:focus,
.navbar-inverse div.janrain-form #changePasswordSuccess .capture_btn.capture_primary:focus,
.navbar-inverse div.janrain-form #changePassword .capture_btn.capture_primary:focus,
.navbar-inverse div.janrain-form #capture_editProfile_form_item_email .capture_btn.capture_primary:focus,
.navbar-inverse div.janrain-form #editProfile .capture_btn.capture_primary:focus,
.navbar-inverse div.janrain-form #publicProfileModal .capture_btn.capture_primary:focus,
.navbar-inverse div.janrain-form #verifyEmail .capture_btn.focus,
.navbar-inverse div.janrain-form #resendVerificationSuccess .capture_btn.focus,
.navbar-inverse div.janrain-form #verifyEmailSuccess .capture_btn.focus,
.navbar-inverse div.janrain-form #resetPasswordRequestCode .capture_btn.focus,
.navbar-inverse div.janrain-form #resetPassword .capture_btn.focus,
.navbar-inverse div.janrain-form #resetPassword .capture_btn.focus,
.navbar-inverse div.janrain-form #resetPasswordSuccess .capture_btn.focus,
.navbar-inverse div.janrain-form #resetPasswordRequestCodeSuccess .capture_btn.focus,
.navbar-inverse div.janrain-form #changePasswordSuccess .capture_btn.focus,
.navbar-inverse div.janrain-form #changePassword .capture_btn.focus,
.navbar-inverse div.janrain-form #capture_editProfile_form_item_email .capture_btn.focus,
.navbar-inverse div.janrain-form #editProfile .capture_btn.focus,
.navbar-inverse div.janrain-form #publicProfileModal .capture_btn.focus,
.navbar-inverse div.janrain-form #verifyEmail .capture_btn.capture_primary.focus,
.navbar-inverse div.janrain-form #resendVerificationSuccess .capture_btn.capture_primary.focus,
.navbar-inverse div.janrain-form #verifyEmailSuccess .capture_btn.capture_primary.focus,
.navbar-inverse div.janrain-form #resetPasswordRequestCode .capture_btn.capture_primary.focus,
.navbar-inverse div.janrain-form #resetPassword .capture_btn.capture_primary.focus,
.navbar-inverse div.janrain-form #resetPassword .capture_btn.capture_primary.focus,
.navbar-inverse div.janrain-form #resetPasswordSuccess .capture_btn.capture_primary.focus,
.navbar-inverse div.janrain-form #resetPasswordRequestCodeSuccess .capture_btn.capture_primary.focus,
.navbar-inverse div.janrain-form #changePasswordSuccess .capture_btn.capture_primary.focus,
.navbar-inverse div.janrain-form #changePassword .capture_btn.capture_primary.focus,
.navbar-inverse div.janrain-form #capture_editProfile_form_item_email .capture_btn.capture_primary.focus,
.navbar-inverse div.janrain-form #editProfile .capture_btn.capture_primary.focus,
.navbar-inverse div.janrain-form #publicProfileModal .capture_btn.capture_primary.focus,
.breakout.strong-bg div.janrain-form #verifyEmail .capture_btn:focus,
.breakout.strong-bg div.janrain-form #resendVerificationSuccess .capture_btn:focus,
.breakout.strong-bg div.janrain-form #verifyEmailSuccess .capture_btn:focus,
.breakout.strong-bg div.janrain-form #resetPasswordRequestCode .capture_btn:focus,
.breakout.strong-bg div.janrain-form #resetPassword .capture_btn:focus,
.breakout.strong-bg div.janrain-form #resetPassword .capture_btn:focus,
.breakout.strong-bg div.janrain-form #resetPasswordSuccess .capture_btn:focus,
.breakout.strong-bg div.janrain-form #resetPasswordRequestCodeSuccess .capture_btn:focus,
.breakout.strong-bg div.janrain-form #changePasswordSuccess .capture_btn:focus,
.breakout.strong-bg div.janrain-form #changePassword .capture_btn:focus,
.breakout.strong-bg div.janrain-form #capture_editProfile_form_item_email .capture_btn:focus,
.breakout.strong-bg div.janrain-form #editProfile .capture_btn:focus,
.breakout.strong-bg div.janrain-form #publicProfileModal .capture_btn:focus,
.breakout.strong-bg div.janrain-form #verifyEmail .capture_btn.capture_primary:focus,
.breakout.strong-bg div.janrain-form #resendVerificationSuccess .capture_btn.capture_primary:focus,
.breakout.strong-bg div.janrain-form #verifyEmailSuccess .capture_btn.capture_primary:focus,
.breakout.strong-bg div.janrain-form #resetPasswordRequestCode .capture_btn.capture_primary:focus,
.breakout.strong-bg div.janrain-form #resetPassword .capture_btn.capture_primary:focus,
.breakout.strong-bg div.janrain-form #resetPassword .capture_btn.capture_primary:focus,
.breakout.strong-bg div.janrain-form #resetPasswordSuccess .capture_btn.capture_primary:focus,
.breakout.strong-bg div.janrain-form #resetPasswordRequestCodeSuccess .capture_btn.capture_primary:focus,
.breakout.strong-bg div.janrain-form #changePasswordSuccess .capture_btn.capture_primary:focus,
.breakout.strong-bg div.janrain-form #changePassword .capture_btn.capture_primary:focus,
.breakout.strong-bg div.janrain-form #capture_editProfile_form_item_email .capture_btn.capture_primary:focus,
.breakout.strong-bg div.janrain-form #editProfile .capture_btn.capture_primary:focus,
.breakout.strong-bg div.janrain-form #publicProfileModal .capture_btn.capture_primary:focus,
.breakout.strong-bg div.janrain-form #verifyEmail .capture_btn.focus,
.breakout.strong-bg div.janrain-form #resendVerificationSuccess .capture_btn.focus,
.breakout.strong-bg div.janrain-form #verifyEmailSuccess .capture_btn.focus,
.breakout.strong-bg div.janrain-form #resetPasswordRequestCode .capture_btn.focus,
.breakout.strong-bg div.janrain-form #resetPassword .capture_btn.focus,
.breakout.strong-bg div.janrain-form #resetPassword .capture_btn.focus,
.breakout.strong-bg div.janrain-form #resetPasswordSuccess .capture_btn.focus,
.breakout.strong-bg div.janrain-form #resetPasswordRequestCodeSuccess .capture_btn.focus,
.breakout.strong-bg div.janrain-form #changePasswordSuccess .capture_btn.focus,
.breakout.strong-bg div.janrain-form #changePassword .capture_btn.focus,
.breakout.strong-bg div.janrain-form #capture_editProfile_form_item_email .capture_btn.focus,
.breakout.strong-bg div.janrain-form #editProfile .capture_btn.focus,
.breakout.strong-bg div.janrain-form #publicProfileModal .capture_btn.focus,
.breakout.strong-bg div.janrain-form #verifyEmail .capture_btn.capture_primary.focus,
.breakout.strong-bg div.janrain-form #resendVerificationSuccess .capture_btn.capture_primary.focus,
.breakout.strong-bg div.janrain-form #verifyEmailSuccess .capture_btn.capture_primary.focus,
.breakout.strong-bg div.janrain-form #resetPasswordRequestCode .capture_btn.capture_primary.focus,
.breakout.strong-bg div.janrain-form #resetPassword .capture_btn.capture_primary.focus,
.breakout.strong-bg div.janrain-form #resetPassword .capture_btn.capture_primary.focus,
.breakout.strong-bg div.janrain-form #resetPasswordSuccess .capture_btn.capture_primary.focus,
.breakout.strong-bg div.janrain-form #resetPasswordRequestCodeSuccess .capture_btn.capture_primary.focus,
.breakout.strong-bg div.janrain-form #changePasswordSuccess .capture_btn.capture_primary.focus,
.breakout.strong-bg div.janrain-form #changePassword .capture_btn.capture_primary.focus,
.breakout.strong-bg div.janrain-form #capture_editProfile_form_item_email .capture_btn.capture_primary.focus,
.breakout.strong-bg div.janrain-form #editProfile .capture_btn.capture_primary.focus,
.breakout.strong-bg div.janrain-form #publicProfileModal .capture_btn.capture_primary.focus,
.breakout-lg.strong-bg div.janrain-form #verifyEmail .capture_btn:focus,
.breakout-lg.strong-bg div.janrain-form #resendVerificationSuccess .capture_btn:focus,
.breakout-lg.strong-bg div.janrain-form #verifyEmailSuccess .capture_btn:focus,
.breakout-lg.strong-bg div.janrain-form #resetPasswordRequestCode .capture_btn:focus,
.breakout-lg.strong-bg div.janrain-form #resetPassword .capture_btn:focus,
.breakout-lg.strong-bg div.janrain-form #resetPassword .capture_btn:focus,
.breakout-lg.strong-bg div.janrain-form #resetPasswordSuccess .capture_btn:focus,
.breakout-lg.strong-bg div.janrain-form #resetPasswordRequestCodeSuccess .capture_btn:focus,
.breakout-lg.strong-bg div.janrain-form #changePasswordSuccess .capture_btn:focus,
.breakout-lg.strong-bg div.janrain-form #changePassword .capture_btn:focus,
.breakout-lg.strong-bg div.janrain-form #capture_editProfile_form_item_email .capture_btn:focus,
.breakout-lg.strong-bg div.janrain-form #editProfile .capture_btn:focus,
.breakout-lg.strong-bg div.janrain-form #publicProfileModal .capture_btn:focus,
.breakout-lg.strong-bg div.janrain-form #verifyEmail .capture_btn.capture_primary:focus,
.breakout-lg.strong-bg div.janrain-form #resendVerificationSuccess .capture_btn.capture_primary:focus,
.breakout-lg.strong-bg div.janrain-form #verifyEmailSuccess .capture_btn.capture_primary:focus,
.breakout-lg.strong-bg div.janrain-form #resetPasswordRequestCode .capture_btn.capture_primary:focus,
.breakout-lg.strong-bg div.janrain-form #resetPassword .capture_btn.capture_primary:focus,
.breakout-lg.strong-bg div.janrain-form #resetPassword .capture_btn.capture_primary:focus,
.breakout-lg.strong-bg div.janrain-form #resetPasswordSuccess .capture_btn.capture_primary:focus,
.breakout-lg.strong-bg div.janrain-form #resetPasswordRequestCodeSuccess .capture_btn.capture_primary:focus,
.breakout-lg.strong-bg div.janrain-form #changePasswordSuccess .capture_btn.capture_primary:focus,
.breakout-lg.strong-bg div.janrain-form #changePassword .capture_btn.capture_primary:focus,
.breakout-lg.strong-bg div.janrain-form #capture_editProfile_form_item_email .capture_btn.capture_primary:focus,
.breakout-lg.strong-bg div.janrain-form #editProfile .capture_btn.capture_primary:focus,
.breakout-lg.strong-bg div.janrain-form #publicProfileModal .capture_btn.capture_primary:focus,
.breakout-lg.strong-bg div.janrain-form #verifyEmail .capture_btn.focus,
.breakout-lg.strong-bg div.janrain-form #resendVerificationSuccess .capture_btn.focus,
.breakout-lg.strong-bg div.janrain-form #verifyEmailSuccess .capture_btn.focus,
.breakout-lg.strong-bg div.janrain-form #resetPasswordRequestCode .capture_btn.focus,
.breakout-lg.strong-bg div.janrain-form #resetPassword .capture_btn.focus,
.breakout-lg.strong-bg div.janrain-form #resetPassword .capture_btn.focus,
.breakout-lg.strong-bg div.janrain-form #resetPasswordSuccess .capture_btn.focus,
.breakout-lg.strong-bg div.janrain-form #resetPasswordRequestCodeSuccess .capture_btn.focus,
.breakout-lg.strong-bg div.janrain-form #changePasswordSuccess .capture_btn.focus,
.breakout-lg.strong-bg div.janrain-form #changePassword .capture_btn.focus,
.breakout-lg.strong-bg div.janrain-form #capture_editProfile_form_item_email .capture_btn.focus,
.breakout-lg.strong-bg div.janrain-form #editProfile .capture_btn.focus,
.breakout-lg.strong-bg div.janrain-form #publicProfileModal .capture_btn.focus,
.breakout-lg.strong-bg div.janrain-form #verifyEmail .capture_btn.capture_primary.focus,
.breakout-lg.strong-bg div.janrain-form #resendVerificationSuccess .capture_btn.capture_primary.focus,
.breakout-lg.strong-bg div.janrain-form #verifyEmailSuccess .capture_btn.capture_primary.focus,
.breakout-lg.strong-bg div.janrain-form #resetPasswordRequestCode .capture_btn.capture_primary.focus,
.breakout-lg.strong-bg div.janrain-form #resetPassword .capture_btn.capture_primary.focus,
.breakout-lg.strong-bg div.janrain-form #resetPassword .capture_btn.capture_primary.focus,
.breakout-lg.strong-bg div.janrain-form #resetPasswordSuccess .capture_btn.capture_primary.focus,
.breakout-lg.strong-bg div.janrain-form #resetPasswordRequestCodeSuccess .capture_btn.capture_primary.focus,
.breakout-lg.strong-bg div.janrain-form #changePasswordSuccess .capture_btn.capture_primary.focus,
.breakout-lg.strong-bg div.janrain-form #changePassword .capture_btn.capture_primary.focus,
.breakout-lg.strong-bg div.janrain-form #capture_editProfile_form_item_email .capture_btn.capture_primary.focus,
.breakout-lg.strong-bg div.janrain-form #editProfile .capture_btn.capture_primary.focus,
.breakout-lg.strong-bg div.janrain-form #publicProfileModal .capture_btn.capture_primary.focus,
.breakout-sm.strong-bg div.janrain-form #verifyEmail .capture_btn:focus,
.breakout-sm.strong-bg div.janrain-form #resendVerificationSuccess .capture_btn:focus,
.breakout-sm.strong-bg div.janrain-form #verifyEmailSuccess .capture_btn:focus,
.breakout-sm.strong-bg div.janrain-form #resetPasswordRequestCode .capture_btn:focus,
.breakout-sm.strong-bg div.janrain-form #resetPassword .capture_btn:focus,
.breakout-sm.strong-bg div.janrain-form #resetPassword .capture_btn:focus,
.breakout-sm.strong-bg div.janrain-form #resetPasswordSuccess .capture_btn:focus,
.breakout-sm.strong-bg div.janrain-form #resetPasswordRequestCodeSuccess .capture_btn:focus,
.breakout-sm.strong-bg div.janrain-form #changePasswordSuccess .capture_btn:focus,
.breakout-sm.strong-bg div.janrain-form #changePassword .capture_btn:focus,
.breakout-sm.strong-bg div.janrain-form #capture_editProfile_form_item_email .capture_btn:focus,
.breakout-sm.strong-bg div.janrain-form #editProfile .capture_btn:focus,
.breakout-sm.strong-bg div.janrain-form #publicProfileModal .capture_btn:focus,
.breakout-sm.strong-bg div.janrain-form #verifyEmail .capture_btn.capture_primary:focus,
.breakout-sm.strong-bg div.janrain-form #resendVerificationSuccess .capture_btn.capture_primary:focus,
.breakout-sm.strong-bg div.janrain-form #verifyEmailSuccess .capture_btn.capture_primary:focus,
.breakout-sm.strong-bg div.janrain-form #resetPasswordRequestCode .capture_btn.capture_primary:focus,
.breakout-sm.strong-bg div.janrain-form #resetPassword .capture_btn.capture_primary:focus,
.breakout-sm.strong-bg div.janrain-form #resetPassword .capture_btn.capture_primary:focus,
.breakout-sm.strong-bg div.janrain-form #resetPasswordSuccess .capture_btn.capture_primary:focus,
.breakout-sm.strong-bg div.janrain-form #resetPasswordRequestCodeSuccess .capture_btn.capture_primary:focus,
.breakout-sm.strong-bg div.janrain-form #changePasswordSuccess .capture_btn.capture_primary:focus,
.breakout-sm.strong-bg div.janrain-form #changePassword .capture_btn.capture_primary:focus,
.breakout-sm.strong-bg div.janrain-form #capture_editProfile_form_item_email .capture_btn.capture_primary:focus,
.breakout-sm.strong-bg div.janrain-form #editProfile .capture_btn.capture_primary:focus,
.breakout-sm.strong-bg div.janrain-form #publicProfileModal .capture_btn.capture_primary:focus,
.breakout-sm.strong-bg div.janrain-form #verifyEmail .capture_btn.focus,
.breakout-sm.strong-bg div.janrain-form #resendVerificationSuccess .capture_btn.focus,
.breakout-sm.strong-bg div.janrain-form #verifyEmailSuccess .capture_btn.focus,
.breakout-sm.strong-bg div.janrain-form #resetPasswordRequestCode .capture_btn.focus,
.breakout-sm.strong-bg div.janrain-form #resetPassword .capture_btn.focus,
.breakout-sm.strong-bg div.janrain-form #resetPassword .capture_btn.focus,
.breakout-sm.strong-bg div.janrain-form #resetPasswordSuccess .capture_btn.focus,
.breakout-sm.strong-bg div.janrain-form #resetPasswordRequestCodeSuccess .capture_btn.focus,
.breakout-sm.strong-bg div.janrain-form #changePasswordSuccess .capture_btn.focus,
.breakout-sm.strong-bg div.janrain-form #changePassword .capture_btn.focus,
.breakout-sm.strong-bg div.janrain-form #capture_editProfile_form_item_email .capture_btn.focus,
.breakout-sm.strong-bg div.janrain-form #editProfile .capture_btn.focus,
.breakout-sm.strong-bg div.janrain-form #publicProfileModal .capture_btn.focus,
.breakout-sm.strong-bg div.janrain-form #verifyEmail .capture_btn.capture_primary.focus,
.breakout-sm.strong-bg div.janrain-form #resendVerificationSuccess .capture_btn.capture_primary.focus,
.breakout-sm.strong-bg div.janrain-form #verifyEmailSuccess .capture_btn.capture_primary.focus,
.breakout-sm.strong-bg div.janrain-form #resetPasswordRequestCode .capture_btn.capture_primary.focus,
.breakout-sm.strong-bg div.janrain-form #resetPassword .capture_btn.capture_primary.focus,
.breakout-sm.strong-bg div.janrain-form #resetPassword .capture_btn.capture_primary.focus,
.breakout-sm.strong-bg div.janrain-form #resetPasswordSuccess .capture_btn.capture_primary.focus,
.breakout-sm.strong-bg div.janrain-form #resetPasswordRequestCodeSuccess .capture_btn.capture_primary.focus,
.breakout-sm.strong-bg div.janrain-form #changePasswordSuccess .capture_btn.capture_primary.focus,
.breakout-sm.strong-bg div.janrain-form #changePassword .capture_btn.capture_primary.focus,
.breakout-sm.strong-bg div.janrain-form #capture_editProfile_form_item_email .capture_btn.capture_primary.focus,
.breakout-sm.strong-bg div.janrain-form #editProfile .capture_btn.capture_primary.focus,
.breakout-sm.strong-bg div.janrain-form #publicProfileModal .capture_btn.capture_primary.focus {
  border-color: #FFD100;
}
div.janrain-form #verifyEmail .capture_btn:hover,
div.janrain-form #resendVerificationSuccess .capture_btn:hover,
div.janrain-form #verifyEmailSuccess .capture_btn:hover,
div.janrain-form #resetPasswordRequestCode .capture_btn:hover,
div.janrain-form #resetPassword .capture_btn:hover,
div.janrain-form #resetPassword .capture_btn:hover,
div.janrain-form #resetPasswordSuccess .capture_btn:hover,
div.janrain-form #resetPasswordRequestCodeSuccess .capture_btn:hover,
div.janrain-form #changePasswordSuccess .capture_btn:hover,
div.janrain-form #changePassword .capture_btn:hover,
div.janrain-form #capture_editProfile_form_item_email .capture_btn:hover,
div.janrain-form #editProfile .capture_btn:hover,
div.janrain-form #publicProfileModal .capture_btn:hover,
div.janrain-form #verifyEmail .capture_btn.capture_primary:hover,
div.janrain-form #resendVerificationSuccess .capture_btn.capture_primary:hover,
div.janrain-form #verifyEmailSuccess .capture_btn.capture_primary:hover,
div.janrain-form #resetPasswordRequestCode .capture_btn.capture_primary:hover,
div.janrain-form #resetPassword .capture_btn.capture_primary:hover,
div.janrain-form #resetPassword .capture_btn.capture_primary:hover,
div.janrain-form #resetPasswordSuccess .capture_btn.capture_primary:hover,
div.janrain-form #resetPasswordRequestCodeSuccess .capture_btn.capture_primary:hover,
div.janrain-form #changePasswordSuccess .capture_btn.capture_primary:hover,
div.janrain-form #changePassword .capture_btn.capture_primary:hover,
div.janrain-form #capture_editProfile_form_item_email .capture_btn.capture_primary:hover,
div.janrain-form #editProfile .capture_btn.capture_primary:hover,
div.janrain-form #publicProfileModal .capture_btn.capture_primary:hover {
  transition: all ease-out 200ms;
  color: #FFD100;
  background-color: #33424D;
  border-color: #1b2228;
}
.dark-bg div.janrain-form #verifyEmail .capture_btn:hover,
.dark-bg div.janrain-form #resendVerificationSuccess .capture_btn:hover,
.dark-bg div.janrain-form #verifyEmailSuccess .capture_btn:hover,
.dark-bg div.janrain-form #resetPasswordRequestCode .capture_btn:hover,
.dark-bg div.janrain-form #resetPassword .capture_btn:hover,
.dark-bg div.janrain-form #resetPassword .capture_btn:hover,
.dark-bg div.janrain-form #resetPasswordSuccess .capture_btn:hover,
.dark-bg div.janrain-form #resetPasswordRequestCodeSuccess .capture_btn:hover,
.dark-bg div.janrain-form #changePasswordSuccess .capture_btn:hover,
.dark-bg div.janrain-form #changePassword .capture_btn:hover,
.dark-bg div.janrain-form #capture_editProfile_form_item_email .capture_btn:hover,
.dark-bg div.janrain-form #editProfile .capture_btn:hover,
.dark-bg div.janrain-form #publicProfileModal .capture_btn:hover,
.dark-bg div.janrain-form #verifyEmail .capture_btn.capture_primary:hover,
.dark-bg div.janrain-form #resendVerificationSuccess .capture_btn.capture_primary:hover,
.dark-bg div.janrain-form #verifyEmailSuccess .capture_btn.capture_primary:hover,
.dark-bg div.janrain-form #resetPasswordRequestCode .capture_btn.capture_primary:hover,
.dark-bg div.janrain-form #resetPassword .capture_btn.capture_primary:hover,
.dark-bg div.janrain-form #resetPassword .capture_btn.capture_primary:hover,
.dark-bg div.janrain-form #resetPasswordSuccess .capture_btn.capture_primary:hover,
.dark-bg div.janrain-form #resetPasswordRequestCodeSuccess .capture_btn.capture_primary:hover,
.dark-bg div.janrain-form #changePasswordSuccess .capture_btn.capture_primary:hover,
.dark-bg div.janrain-form #changePassword .capture_btn.capture_primary:hover,
.dark-bg div.janrain-form #capture_editProfile_form_item_email .capture_btn.capture_primary:hover,
.dark-bg div.janrain-form #editProfile .capture_btn.capture_primary:hover,
.dark-bg div.janrain-form #publicProfileModal .capture_btn.capture_primary:hover,
.breakout.strong-bg div.janrain-form #verifyEmail .capture_btn:hover,
.breakout.strong-bg div.janrain-form #resendVerificationSuccess .capture_btn:hover,
.breakout.strong-bg div.janrain-form #verifyEmailSuccess .capture_btn:hover,
.breakout.strong-bg div.janrain-form #resetPasswordRequestCode .capture_btn:hover,
.breakout.strong-bg div.janrain-form #resetPassword .capture_btn:hover,
.breakout.strong-bg div.janrain-form #resetPassword .capture_btn:hover,
.breakout.strong-bg div.janrain-form #resetPasswordSuccess .capture_btn:hover,
.breakout.strong-bg div.janrain-form #resetPasswordRequestCodeSuccess .capture_btn:hover,
.breakout.strong-bg div.janrain-form #changePasswordSuccess .capture_btn:hover,
.breakout.strong-bg div.janrain-form #changePassword .capture_btn:hover,
.breakout.strong-bg div.janrain-form #capture_editProfile_form_item_email .capture_btn:hover,
.breakout.strong-bg div.janrain-form #editProfile .capture_btn:hover,
.breakout.strong-bg div.janrain-form #publicProfileModal .capture_btn:hover,
.breakout.strong-bg div.janrain-form #verifyEmail .capture_btn.capture_primary:hover,
.breakout.strong-bg div.janrain-form #resendVerificationSuccess .capture_btn.capture_primary:hover,
.breakout.strong-bg div.janrain-form #verifyEmailSuccess .capture_btn.capture_primary:hover,
.breakout.strong-bg div.janrain-form #resetPasswordRequestCode .capture_btn.capture_primary:hover,
.breakout.strong-bg div.janrain-form #resetPassword .capture_btn.capture_primary:hover,
.breakout.strong-bg div.janrain-form #resetPassword .capture_btn.capture_primary:hover,
.breakout.strong-bg div.janrain-form #resetPasswordSuccess .capture_btn.capture_primary:hover,
.breakout.strong-bg div.janrain-form #resetPasswordRequestCodeSuccess .capture_btn.capture_primary:hover,
.breakout.strong-bg div.janrain-form #changePasswordSuccess .capture_btn.capture_primary:hover,
.breakout.strong-bg div.janrain-form #changePassword .capture_btn.capture_primary:hover,
.breakout.strong-bg div.janrain-form #capture_editProfile_form_item_email .capture_btn.capture_primary:hover,
.breakout.strong-bg div.janrain-form #editProfile .capture_btn.capture_primary:hover,
.breakout.strong-bg div.janrain-form #publicProfileModal .capture_btn.capture_primary:hover,
.breakout-lg.strong-bg div.janrain-form #verifyEmail .capture_btn:hover,
.breakout-lg.strong-bg div.janrain-form #resendVerificationSuccess .capture_btn:hover,
.breakout-lg.strong-bg div.janrain-form #verifyEmailSuccess .capture_btn:hover,
.breakout-lg.strong-bg div.janrain-form #resetPasswordRequestCode .capture_btn:hover,
.breakout-lg.strong-bg div.janrain-form #resetPassword .capture_btn:hover,
.breakout-lg.strong-bg div.janrain-form #resetPassword .capture_btn:hover,
.breakout-lg.strong-bg div.janrain-form #resetPasswordSuccess .capture_btn:hover,
.breakout-lg.strong-bg div.janrain-form #resetPasswordRequestCodeSuccess .capture_btn:hover,
.breakout-lg.strong-bg div.janrain-form #changePasswordSuccess .capture_btn:hover,
.breakout-lg.strong-bg div.janrain-form #changePassword .capture_btn:hover,
.breakout-lg.strong-bg div.janrain-form #capture_editProfile_form_item_email .capture_btn:hover,
.breakout-lg.strong-bg div.janrain-form #editProfile .capture_btn:hover,
.breakout-lg.strong-bg div.janrain-form #publicProfileModal .capture_btn:hover,
.breakout-lg.strong-bg div.janrain-form #verifyEmail .capture_btn.capture_primary:hover,
.breakout-lg.strong-bg div.janrain-form #resendVerificationSuccess .capture_btn.capture_primary:hover,
.breakout-lg.strong-bg div.janrain-form #verifyEmailSuccess .capture_btn.capture_primary:hover,
.breakout-lg.strong-bg div.janrain-form #resetPasswordRequestCode .capture_btn.capture_primary:hover,
.breakout-lg.strong-bg div.janrain-form #resetPassword .capture_btn.capture_primary:hover,
.breakout-lg.strong-bg div.janrain-form #resetPassword .capture_btn.capture_primary:hover,
.breakout-lg.strong-bg div.janrain-form #resetPasswordSuccess .capture_btn.capture_primary:hover,
.breakout-lg.strong-bg div.janrain-form #resetPasswordRequestCodeSuccess .capture_btn.capture_primary:hover,
.breakout-lg.strong-bg div.janrain-form #changePasswordSuccess .capture_btn.capture_primary:hover,
.breakout-lg.strong-bg div.janrain-form #changePassword .capture_btn.capture_primary:hover,
.breakout-lg.strong-bg div.janrain-form #capture_editProfile_form_item_email .capture_btn.capture_primary:hover,
.breakout-lg.strong-bg div.janrain-form #editProfile .capture_btn.capture_primary:hover,
.breakout-lg.strong-bg div.janrain-form #publicProfileModal .capture_btn.capture_primary:hover,
.breakout-sm.strong-bg div.janrain-form #verifyEmail .capture_btn:hover,
.breakout-sm.strong-bg div.janrain-form #resendVerificationSuccess .capture_btn:hover,
.breakout-sm.strong-bg div.janrain-form #verifyEmailSuccess .capture_btn:hover,
.breakout-sm.strong-bg div.janrain-form #resetPasswordRequestCode .capture_btn:hover,
.breakout-sm.strong-bg div.janrain-form #resetPassword .capture_btn:hover,
.breakout-sm.strong-bg div.janrain-form #resetPassword .capture_btn:hover,
.breakout-sm.strong-bg div.janrain-form #resetPasswordSuccess .capture_btn:hover,
.breakout-sm.strong-bg div.janrain-form #resetPasswordRequestCodeSuccess .capture_btn:hover,
.breakout-sm.strong-bg div.janrain-form #changePasswordSuccess .capture_btn:hover,
.breakout-sm.strong-bg div.janrain-form #changePassword .capture_btn:hover,
.breakout-sm.strong-bg div.janrain-form #capture_editProfile_form_item_email .capture_btn:hover,
.breakout-sm.strong-bg div.janrain-form #editProfile .capture_btn:hover,
.breakout-sm.strong-bg div.janrain-form #publicProfileModal .capture_btn:hover,
.breakout-sm.strong-bg div.janrain-form #verifyEmail .capture_btn.capture_primary:hover,
.breakout-sm.strong-bg div.janrain-form #resendVerificationSuccess .capture_btn.capture_primary:hover,
.breakout-sm.strong-bg div.janrain-form #verifyEmailSuccess .capture_btn.capture_primary:hover,
.breakout-sm.strong-bg div.janrain-form #resetPasswordRequestCode .capture_btn.capture_primary:hover,
.breakout-sm.strong-bg div.janrain-form #resetPassword .capture_btn.capture_primary:hover,
.breakout-sm.strong-bg div.janrain-form #resetPassword .capture_btn.capture_primary:hover,
.breakout-sm.strong-bg div.janrain-form #resetPasswordSuccess .capture_btn.capture_primary:hover,
.breakout-sm.strong-bg div.janrain-form #resetPasswordRequestCodeSuccess .capture_btn.capture_primary:hover,
.breakout-sm.strong-bg div.janrain-form #changePasswordSuccess .capture_btn.capture_primary:hover,
.breakout-sm.strong-bg div.janrain-form #changePassword .capture_btn.capture_primary:hover,
.breakout-sm.strong-bg div.janrain-form #capture_editProfile_form_item_email .capture_btn.capture_primary:hover,
.breakout-sm.strong-bg div.janrain-form #editProfile .capture_btn.capture_primary:hover,
.breakout-sm.strong-bg div.janrain-form #publicProfileModal .capture_btn.capture_primary:hover {
  border-color: #FFD100;
}
div.janrain-form #verifyEmail .capture_btn:active,
div.janrain-form #resendVerificationSuccess .capture_btn:active,
div.janrain-form #verifyEmailSuccess .capture_btn:active,
div.janrain-form #resetPasswordRequestCode .capture_btn:active,
div.janrain-form #resetPassword .capture_btn:active,
div.janrain-form #resetPassword .capture_btn:active,
div.janrain-form #resetPasswordSuccess .capture_btn:active,
div.janrain-form #resetPasswordRequestCodeSuccess .capture_btn:active,
div.janrain-form #changePasswordSuccess .capture_btn:active,
div.janrain-form #changePassword .capture_btn:active,
div.janrain-form #capture_editProfile_form_item_email .capture_btn:active,
div.janrain-form #editProfile .capture_btn:active,
div.janrain-form #publicProfileModal .capture_btn:active,
div.janrain-form #verifyEmail .capture_btn.capture_primary:active,
div.janrain-form #resendVerificationSuccess .capture_btn.capture_primary:active,
div.janrain-form #verifyEmailSuccess .capture_btn.capture_primary:active,
div.janrain-form #resetPasswordRequestCode .capture_btn.capture_primary:active,
div.janrain-form #resetPassword .capture_btn.capture_primary:active,
div.janrain-form #resetPassword .capture_btn.capture_primary:active,
div.janrain-form #resetPasswordSuccess .capture_btn.capture_primary:active,
div.janrain-form #resetPasswordRequestCodeSuccess .capture_btn.capture_primary:active,
div.janrain-form #changePasswordSuccess .capture_btn.capture_primary:active,
div.janrain-form #changePassword .capture_btn.capture_primary:active,
div.janrain-form #capture_editProfile_form_item_email .capture_btn.capture_primary:active,
div.janrain-form #editProfile .capture_btn.capture_primary:active,
div.janrain-form #publicProfileModal .capture_btn.capture_primary:active,
div.janrain-form #verifyEmail .capture_btn.active,
div.janrain-form #resendVerificationSuccess .capture_btn.active,
div.janrain-form #verifyEmailSuccess .capture_btn.active,
div.janrain-form #resetPasswordRequestCode .capture_btn.active,
div.janrain-form #resetPassword .capture_btn.active,
div.janrain-form #resetPassword .capture_btn.active,
div.janrain-form #resetPasswordSuccess .capture_btn.active,
div.janrain-form #resetPasswordRequestCodeSuccess .capture_btn.active,
div.janrain-form #changePasswordSuccess .capture_btn.active,
div.janrain-form #changePassword .capture_btn.active,
div.janrain-form #capture_editProfile_form_item_email .capture_btn.active,
div.janrain-form #editProfile .capture_btn.active,
div.janrain-form #publicProfileModal .capture_btn.active,
div.janrain-form #verifyEmail .capture_btn.capture_primary.active,
div.janrain-form #resendVerificationSuccess .capture_btn.capture_primary.active,
div.janrain-form #verifyEmailSuccess .capture_btn.capture_primary.active,
div.janrain-form #resetPasswordRequestCode .capture_btn.capture_primary.active,
div.janrain-form #resetPassword .capture_btn.capture_primary.active,
div.janrain-form #resetPassword .capture_btn.capture_primary.active,
div.janrain-form #resetPasswordSuccess .capture_btn.capture_primary.active,
div.janrain-form #resetPasswordRequestCodeSuccess .capture_btn.capture_primary.active,
div.janrain-form #changePasswordSuccess .capture_btn.capture_primary.active,
div.janrain-form #changePassword .capture_btn.capture_primary.active,
div.janrain-form #capture_editProfile_form_item_email .capture_btn.capture_primary.active,
div.janrain-form #editProfile .capture_btn.capture_primary.active,
div.janrain-form #publicProfileModal .capture_btn.capture_primary.active,
.open > .dropdown-togglediv.janrain-form #verifyEmail .capture_btn,
.open > .dropdown-togglediv.janrain-form #resendVerificationSuccess .capture_btn,
.open > .dropdown-togglediv.janrain-form #verifyEmailSuccess .capture_btn,
.open > .dropdown-togglediv.janrain-form #resetPasswordRequestCode .capture_btn,
.open > .dropdown-togglediv.janrain-form #resetPassword .capture_btn,
.open > .dropdown-togglediv.janrain-form #resetPassword .capture_btn,
.open > .dropdown-togglediv.janrain-form #resetPasswordSuccess .capture_btn,
.open > .dropdown-togglediv.janrain-form #resetPasswordRequestCodeSuccess .capture_btn,
.open > .dropdown-togglediv.janrain-form #changePasswordSuccess .capture_btn,
.open > .dropdown-togglediv.janrain-form #changePassword .capture_btn,
.open > .dropdown-togglediv.janrain-form #capture_editProfile_form_item_email .capture_btn,
.open > .dropdown-togglediv.janrain-form #editProfile .capture_btn,
.open > .dropdown-togglediv.janrain-form #publicProfileModal .capture_btn,
.open > .dropdown-togglediv.janrain-form #verifyEmail .capture_btn.capture_primary,
.open > .dropdown-togglediv.janrain-form #resendVerificationSuccess .capture_btn.capture_primary,
.open > .dropdown-togglediv.janrain-form #verifyEmailSuccess .capture_btn.capture_primary,
.open > .dropdown-togglediv.janrain-form #resetPasswordRequestCode .capture_btn.capture_primary,
.open > .dropdown-togglediv.janrain-form #resetPassword .capture_btn.capture_primary,
.open > .dropdown-togglediv.janrain-form #resetPassword .capture_btn.capture_primary,
.open > .dropdown-togglediv.janrain-form #resetPasswordSuccess .capture_btn.capture_primary,
.open > .dropdown-togglediv.janrain-form #resetPasswordRequestCodeSuccess .capture_btn.capture_primary,
.open > .dropdown-togglediv.janrain-form #changePasswordSuccess .capture_btn.capture_primary,
.open > .dropdown-togglediv.janrain-form #changePassword .capture_btn.capture_primary,
.open > .dropdown-togglediv.janrain-form #capture_editProfile_form_item_email .capture_btn.capture_primary,
.open > .dropdown-togglediv.janrain-form #editProfile .capture_btn.capture_primary,
.open > .dropdown-togglediv.janrain-form #publicProfileModal .capture_btn.capture_primary {
  color: #FFD100;
  background-color: #33424D;
  border-color: #1b2228;
}
div.janrain-form #verifyEmail .capture_btn:active:hover,
div.janrain-form #resendVerificationSuccess .capture_btn:active:hover,
div.janrain-form #verifyEmailSuccess .capture_btn:active:hover,
div.janrain-form #resetPasswordRequestCode .capture_btn:active:hover,
div.janrain-form #resetPassword .capture_btn:active:hover,
div.janrain-form #resetPassword .capture_btn:active:hover,
div.janrain-form #resetPasswordSuccess .capture_btn:active:hover,
div.janrain-form #resetPasswordRequestCodeSuccess .capture_btn:active:hover,
div.janrain-form #changePasswordSuccess .capture_btn:active:hover,
div.janrain-form #changePassword .capture_btn:active:hover,
div.janrain-form #capture_editProfile_form_item_email .capture_btn:active:hover,
div.janrain-form #editProfile .capture_btn:active:hover,
div.janrain-form #publicProfileModal .capture_btn:active:hover,
div.janrain-form #verifyEmail .capture_btn.capture_primary:active:hover,
div.janrain-form #resendVerificationSuccess .capture_btn.capture_primary:active:hover,
div.janrain-form #verifyEmailSuccess .capture_btn.capture_primary:active:hover,
div.janrain-form #resetPasswordRequestCode .capture_btn.capture_primary:active:hover,
div.janrain-form #resetPassword .capture_btn.capture_primary:active:hover,
div.janrain-form #resetPassword .capture_btn.capture_primary:active:hover,
div.janrain-form #resetPasswordSuccess .capture_btn.capture_primary:active:hover,
div.janrain-form #resetPasswordRequestCodeSuccess .capture_btn.capture_primary:active:hover,
div.janrain-form #changePasswordSuccess .capture_btn.capture_primary:active:hover,
div.janrain-form #changePassword .capture_btn.capture_primary:active:hover,
div.janrain-form #capture_editProfile_form_item_email .capture_btn.capture_primary:active:hover,
div.janrain-form #editProfile .capture_btn.capture_primary:active:hover,
div.janrain-form #publicProfileModal .capture_btn.capture_primary:active:hover,
div.janrain-form #verifyEmail .capture_btn.active:hover,
div.janrain-form #resendVerificationSuccess .capture_btn.active:hover,
div.janrain-form #verifyEmailSuccess .capture_btn.active:hover,
div.janrain-form #resetPasswordRequestCode .capture_btn.active:hover,
div.janrain-form #resetPassword .capture_btn.active:hover,
div.janrain-form #resetPassword .capture_btn.active:hover,
div.janrain-form #resetPasswordSuccess .capture_btn.active:hover,
div.janrain-form #resetPasswordRequestCodeSuccess .capture_btn.active:hover,
div.janrain-form #changePasswordSuccess .capture_btn.active:hover,
div.janrain-form #changePassword .capture_btn.active:hover,
div.janrain-form #capture_editProfile_form_item_email .capture_btn.active:hover,
div.janrain-form #editProfile .capture_btn.active:hover,
div.janrain-form #publicProfileModal .capture_btn.active:hover,
div.janrain-form #verifyEmail .capture_btn.capture_primary.active:hover,
div.janrain-form #resendVerificationSuccess .capture_btn.capture_primary.active:hover,
div.janrain-form #verifyEmailSuccess .capture_btn.capture_primary.active:hover,
div.janrain-form #resetPasswordRequestCode .capture_btn.capture_primary.active:hover,
div.janrain-form #resetPassword .capture_btn.capture_primary.active:hover,
div.janrain-form #resetPassword .capture_btn.capture_primary.active:hover,
div.janrain-form #resetPasswordSuccess .capture_btn.capture_primary.active:hover,
div.janrain-form #resetPasswordRequestCodeSuccess .capture_btn.capture_primary.active:hover,
div.janrain-form #changePasswordSuccess .capture_btn.capture_primary.active:hover,
div.janrain-form #changePassword .capture_btn.capture_primary.active:hover,
div.janrain-form #capture_editProfile_form_item_email .capture_btn.capture_primary.active:hover,
div.janrain-form #editProfile .capture_btn.capture_primary.active:hover,
div.janrain-form #publicProfileModal .capture_btn.capture_primary.active:hover,
.open > .dropdown-togglediv.janrain-form #verifyEmail .capture_btn:hover,
.open > .dropdown-togglediv.janrain-form #resendVerificationSuccess .capture_btn:hover,
.open > .dropdown-togglediv.janrain-form #verifyEmailSuccess .capture_btn:hover,
.open > .dropdown-togglediv.janrain-form #resetPasswordRequestCode .capture_btn:hover,
.open > .dropdown-togglediv.janrain-form #resetPassword .capture_btn:hover,
.open > .dropdown-togglediv.janrain-form #resetPassword .capture_btn:hover,
.open > .dropdown-togglediv.janrain-form #resetPasswordSuccess .capture_btn:hover,
.open > .dropdown-togglediv.janrain-form #resetPasswordRequestCodeSuccess .capture_btn:hover,
.open > .dropdown-togglediv.janrain-form #changePasswordSuccess .capture_btn:hover,
.open > .dropdown-togglediv.janrain-form #changePassword .capture_btn:hover,
.open > .dropdown-togglediv.janrain-form #capture_editProfile_form_item_email .capture_btn:hover,
.open > .dropdown-togglediv.janrain-form #editProfile .capture_btn:hover,
.open > .dropdown-togglediv.janrain-form #publicProfileModal .capture_btn:hover,
.open > .dropdown-togglediv.janrain-form #verifyEmail .capture_btn.capture_primary:hover,
.open > .dropdown-togglediv.janrain-form #resendVerificationSuccess .capture_btn.capture_primary:hover,
.open > .dropdown-togglediv.janrain-form #verifyEmailSuccess .capture_btn.capture_primary:hover,
.open > .dropdown-togglediv.janrain-form #resetPasswordRequestCode .capture_btn.capture_primary:hover,
.open > .dropdown-togglediv.janrain-form #resetPassword .capture_btn.capture_primary:hover,
.open > .dropdown-togglediv.janrain-form #resetPassword .capture_btn.capture_primary:hover,
.open > .dropdown-togglediv.janrain-form #resetPasswordSuccess .capture_btn.capture_primary:hover,
.open > .dropdown-togglediv.janrain-form #resetPasswordRequestCodeSuccess .capture_btn.capture_primary:hover,
.open > .dropdown-togglediv.janrain-form #changePasswordSuccess .capture_btn.capture_primary:hover,
.open > .dropdown-togglediv.janrain-form #changePassword .capture_btn.capture_primary:hover,
.open > .dropdown-togglediv.janrain-form #capture_editProfile_form_item_email .capture_btn.capture_primary:hover,
.open > .dropdown-togglediv.janrain-form #editProfile .capture_btn.capture_primary:hover,
.open > .dropdown-togglediv.janrain-form #publicProfileModal .capture_btn.capture_primary:hover,
div.janrain-form #verifyEmail .capture_btn:active:focus,
div.janrain-form #resendVerificationSuccess .capture_btn:active:focus,
div.janrain-form #verifyEmailSuccess .capture_btn:active:focus,
div.janrain-form #resetPasswordRequestCode .capture_btn:active:focus,
div.janrain-form #resetPassword .capture_btn:active:focus,
div.janrain-form #resetPassword .capture_btn:active:focus,
div.janrain-form #resetPasswordSuccess .capture_btn:active:focus,
div.janrain-form #resetPasswordRequestCodeSuccess .capture_btn:active:focus,
div.janrain-form #changePasswordSuccess .capture_btn:active:focus,
div.janrain-form #changePassword .capture_btn:active:focus,
div.janrain-form #capture_editProfile_form_item_email .capture_btn:active:focus,
div.janrain-form #editProfile .capture_btn:active:focus,
div.janrain-form #publicProfileModal .capture_btn:active:focus,
div.janrain-form #verifyEmail .capture_btn.capture_primary:active:focus,
div.janrain-form #resendVerificationSuccess .capture_btn.capture_primary:active:focus,
div.janrain-form #verifyEmailSuccess .capture_btn.capture_primary:active:focus,
div.janrain-form #resetPasswordRequestCode .capture_btn.capture_primary:active:focus,
div.janrain-form #resetPassword .capture_btn.capture_primary:active:focus,
div.janrain-form #resetPassword .capture_btn.capture_primary:active:focus,
div.janrain-form #resetPasswordSuccess .capture_btn.capture_primary:active:focus,
div.janrain-form #resetPasswordRequestCodeSuccess .capture_btn.capture_primary:active:focus,
div.janrain-form #changePasswordSuccess .capture_btn.capture_primary:active:focus,
div.janrain-form #changePassword .capture_btn.capture_primary:active:focus,
div.janrain-form #capture_editProfile_form_item_email .capture_btn.capture_primary:active:focus,
div.janrain-form #editProfile .capture_btn.capture_primary:active:focus,
div.janrain-form #publicProfileModal .capture_btn.capture_primary:active:focus,
div.janrain-form #verifyEmail .capture_btn.active:focus,
div.janrain-form #resendVerificationSuccess .capture_btn.active:focus,
div.janrain-form #verifyEmailSuccess .capture_btn.active:focus,
div.janrain-form #resetPasswordRequestCode .capture_btn.active:focus,
div.janrain-form #resetPassword .capture_btn.active:focus,
div.janrain-form #resetPassword .capture_btn.active:focus,
div.janrain-form #resetPasswordSuccess .capture_btn.active:focus,
div.janrain-form #resetPasswordRequestCodeSuccess .capture_btn.active:focus,
div.janrain-form #changePasswordSuccess .capture_btn.active:focus,
div.janrain-form #changePassword .capture_btn.active:focus,
div.janrain-form #capture_editProfile_form_item_email .capture_btn.active:focus,
div.janrain-form #editProfile .capture_btn.active:focus,
div.janrain-form #publicProfileModal .capture_btn.active:focus,
div.janrain-form #verifyEmail .capture_btn.capture_primary.active:focus,
div.janrain-form #resendVerificationSuccess .capture_btn.capture_primary.active:focus,
div.janrain-form #verifyEmailSuccess .capture_btn.capture_primary.active:focus,
div.janrain-form #resetPasswordRequestCode .capture_btn.capture_primary.active:focus,
div.janrain-form #resetPassword .capture_btn.capture_primary.active:focus,
div.janrain-form #resetPassword .capture_btn.capture_primary.active:focus,
div.janrain-form #resetPasswordSuccess .capture_btn.capture_primary.active:focus,
div.janrain-form #resetPasswordRequestCodeSuccess .capture_btn.capture_primary.active:focus,
div.janrain-form #changePasswordSuccess .capture_btn.capture_primary.active:focus,
div.janrain-form #changePassword .capture_btn.capture_primary.active:focus,
div.janrain-form #capture_editProfile_form_item_email .capture_btn.capture_primary.active:focus,
div.janrain-form #editProfile .capture_btn.capture_primary.active:focus,
div.janrain-form #publicProfileModal .capture_btn.capture_primary.active:focus,
.open > .dropdown-togglediv.janrain-form #verifyEmail .capture_btn:focus,
.open > .dropdown-togglediv.janrain-form #resendVerificationSuccess .capture_btn:focus,
.open > .dropdown-togglediv.janrain-form #verifyEmailSuccess .capture_btn:focus,
.open > .dropdown-togglediv.janrain-form #resetPasswordRequestCode .capture_btn:focus,
.open > .dropdown-togglediv.janrain-form #resetPassword .capture_btn:focus,
.open > .dropdown-togglediv.janrain-form #resetPassword .capture_btn:focus,
.open > .dropdown-togglediv.janrain-form #resetPasswordSuccess .capture_btn:focus,
.open > .dropdown-togglediv.janrain-form #resetPasswordRequestCodeSuccess .capture_btn:focus,
.open > .dropdown-togglediv.janrain-form #changePasswordSuccess .capture_btn:focus,
.open > .dropdown-togglediv.janrain-form #changePassword .capture_btn:focus,
.open > .dropdown-togglediv.janrain-form #capture_editProfile_form_item_email .capture_btn:focus,
.open > .dropdown-togglediv.janrain-form #editProfile .capture_btn:focus,
.open > .dropdown-togglediv.janrain-form #publicProfileModal .capture_btn:focus,
.open > .dropdown-togglediv.janrain-form #verifyEmail .capture_btn.capture_primary:focus,
.open > .dropdown-togglediv.janrain-form #resendVerificationSuccess .capture_btn.capture_primary:focus,
.open > .dropdown-togglediv.janrain-form #verifyEmailSuccess .capture_btn.capture_primary:focus,
.open > .dropdown-togglediv.janrain-form #resetPasswordRequestCode .capture_btn.capture_primary:focus,
.open > .dropdown-togglediv.janrain-form #resetPassword .capture_btn.capture_primary:focus,
.open > .dropdown-togglediv.janrain-form #resetPassword .capture_btn.capture_primary:focus,
.open > .dropdown-togglediv.janrain-form #resetPasswordSuccess .capture_btn.capture_primary:focus,
.open > .dropdown-togglediv.janrain-form #resetPasswordRequestCodeSuccess .capture_btn.capture_primary:focus,
.open > .dropdown-togglediv.janrain-form #changePasswordSuccess .capture_btn.capture_primary:focus,
.open > .dropdown-togglediv.janrain-form #changePassword .capture_btn.capture_primary:focus,
.open > .dropdown-togglediv.janrain-form #capture_editProfile_form_item_email .capture_btn.capture_primary:focus,
.open > .dropdown-togglediv.janrain-form #editProfile .capture_btn.capture_primary:focus,
.open > .dropdown-togglediv.janrain-form #publicProfileModal .capture_btn.capture_primary:focus,
div.janrain-form #verifyEmail .capture_btn:active.focus,
div.janrain-form #resendVerificationSuccess .capture_btn:active.focus,
div.janrain-form #verifyEmailSuccess .capture_btn:active.focus,
div.janrain-form #resetPasswordRequestCode .capture_btn:active.focus,
div.janrain-form #resetPassword .capture_btn:active.focus,
div.janrain-form #resetPassword .capture_btn:active.focus,
div.janrain-form #resetPasswordSuccess .capture_btn:active.focus,
div.janrain-form #resetPasswordRequestCodeSuccess .capture_btn:active.focus,
div.janrain-form #changePasswordSuccess .capture_btn:active.focus,
div.janrain-form #changePassword .capture_btn:active.focus,
div.janrain-form #capture_editProfile_form_item_email .capture_btn:active.focus,
div.janrain-form #editProfile .capture_btn:active.focus,
div.janrain-form #publicProfileModal .capture_btn:active.focus,
div.janrain-form #verifyEmail .capture_btn.capture_primary:active.focus,
div.janrain-form #resendVerificationSuccess .capture_btn.capture_primary:active.focus,
div.janrain-form #verifyEmailSuccess .capture_btn.capture_primary:active.focus,
div.janrain-form #resetPasswordRequestCode .capture_btn.capture_primary:active.focus,
div.janrain-form #resetPassword .capture_btn.capture_primary:active.focus,
div.janrain-form #resetPassword .capture_btn.capture_primary:active.focus,
div.janrain-form #resetPasswordSuccess .capture_btn.capture_primary:active.focus,
div.janrain-form #resetPasswordRequestCodeSuccess .capture_btn.capture_primary:active.focus,
div.janrain-form #changePasswordSuccess .capture_btn.capture_primary:active.focus,
div.janrain-form #changePassword .capture_btn.capture_primary:active.focus,
div.janrain-form #capture_editProfile_form_item_email .capture_btn.capture_primary:active.focus,
div.janrain-form #editProfile .capture_btn.capture_primary:active.focus,
div.janrain-form #publicProfileModal .capture_btn.capture_primary:active.focus,
div.janrain-form #verifyEmail .capture_btn.active.focus,
div.janrain-form #resendVerificationSuccess .capture_btn.active.focus,
div.janrain-form #verifyEmailSuccess .capture_btn.active.focus,
div.janrain-form #resetPasswordRequestCode .capture_btn.active.focus,
div.janrain-form #resetPassword .capture_btn.active.focus,
div.janrain-form #resetPassword .capture_btn.active.focus,
div.janrain-form #resetPasswordSuccess .capture_btn.active.focus,
div.janrain-form #resetPasswordRequestCodeSuccess .capture_btn.active.focus,
div.janrain-form #changePasswordSuccess .capture_btn.active.focus,
div.janrain-form #changePassword .capture_btn.active.focus,
div.janrain-form #capture_editProfile_form_item_email .capture_btn.active.focus,
div.janrain-form #editProfile .capture_btn.active.focus,
div.janrain-form #publicProfileModal .capture_btn.active.focus,
div.janrain-form #verifyEmail .capture_btn.capture_primary.active.focus,
div.janrain-form #resendVerificationSuccess .capture_btn.capture_primary.active.focus,
div.janrain-form #verifyEmailSuccess .capture_btn.capture_primary.active.focus,
div.janrain-form #resetPasswordRequestCode .capture_btn.capture_primary.active.focus,
div.janrain-form #resetPassword .capture_btn.capture_primary.active.focus,
div.janrain-form #resetPassword .capture_btn.capture_primary.active.focus,
div.janrain-form #resetPasswordSuccess .capture_btn.capture_primary.active.focus,
div.janrain-form #resetPasswordRequestCodeSuccess .capture_btn.capture_primary.active.focus,
div.janrain-form #changePasswordSuccess .capture_btn.capture_primary.active.focus,
div.janrain-form #changePassword .capture_btn.capture_primary.active.focus,
div.janrain-form #capture_editProfile_form_item_email .capture_btn.capture_primary.active.focus,
div.janrain-form #editProfile .capture_btn.capture_primary.active.focus,
div.janrain-form #publicProfileModal .capture_btn.capture_primary.active.focus,
.open > .dropdown-togglediv.janrain-form #verifyEmail .capture_btn.focus,
.open > .dropdown-togglediv.janrain-form #resendVerificationSuccess .capture_btn.focus,
.open > .dropdown-togglediv.janrain-form #verifyEmailSuccess .capture_btn.focus,
.open > .dropdown-togglediv.janrain-form #resetPasswordRequestCode .capture_btn.focus,
.open > .dropdown-togglediv.janrain-form #resetPassword .capture_btn.focus,
.open > .dropdown-togglediv.janrain-form #resetPassword .capture_btn.focus,
.open > .dropdown-togglediv.janrain-form #resetPasswordSuccess .capture_btn.focus,
.open > .dropdown-togglediv.janrain-form #resetPasswordRequestCodeSuccess .capture_btn.focus,
.open > .dropdown-togglediv.janrain-form #changePasswordSuccess .capture_btn.focus,
.open > .dropdown-togglediv.janrain-form #changePassword .capture_btn.focus,
.open > .dropdown-togglediv.janrain-form #capture_editProfile_form_item_email .capture_btn.focus,
.open > .dropdown-togglediv.janrain-form #editProfile .capture_btn.focus,
.open > .dropdown-togglediv.janrain-form #publicProfileModal .capture_btn.focus,
.open > .dropdown-togglediv.janrain-form #verifyEmail .capture_btn.capture_primary.focus,
.open > .dropdown-togglediv.janrain-form #resendVerificationSuccess .capture_btn.capture_primary.focus,
.open > .dropdown-togglediv.janrain-form #verifyEmailSuccess .capture_btn.capture_primary.focus,
.open > .dropdown-togglediv.janrain-form #resetPasswordRequestCode .capture_btn.capture_primary.focus,
.open > .dropdown-togglediv.janrain-form #resetPassword .capture_btn.capture_primary.focus,
.open > .dropdown-togglediv.janrain-form #resetPassword .capture_btn.capture_primary.focus,
.open > .dropdown-togglediv.janrain-form #resetPasswordSuccess .capture_btn.capture_primary.focus,
.open > .dropdown-togglediv.janrain-form #resetPasswordRequestCodeSuccess .capture_btn.capture_primary.focus,
.open > .dropdown-togglediv.janrain-form #changePasswordSuccess .capture_btn.capture_primary.focus,
.open > .dropdown-togglediv.janrain-form #changePassword .capture_btn.capture_primary.focus,
.open > .dropdown-togglediv.janrain-form #capture_editProfile_form_item_email .capture_btn.capture_primary.focus,
.open > .dropdown-togglediv.janrain-form #editProfile .capture_btn.capture_primary.focus,
.open > .dropdown-togglediv.janrain-form #publicProfileModal .capture_btn.capture_primary.focus {
  color: #FFD100;
  background-color: #1f282e;
  border-color: #0a0d10;
}
div.janrain-form #verifyEmail .capture_btn:focus .badge,
div.janrain-form #resendVerificationSuccess .capture_btn:focus .badge,
div.janrain-form #verifyEmailSuccess .capture_btn:focus .badge,
div.janrain-form #resetPasswordRequestCode .capture_btn:focus .badge,
div.janrain-form #resetPassword .capture_btn:focus .badge,
div.janrain-form #resetPassword .capture_btn:focus .badge,
div.janrain-form #resetPasswordSuccess .capture_btn:focus .badge,
div.janrain-form #resetPasswordRequestCodeSuccess .capture_btn:focus .badge,
div.janrain-form #changePasswordSuccess .capture_btn:focus .badge,
div.janrain-form #changePassword .capture_btn:focus .badge,
div.janrain-form #capture_editProfile_form_item_email .capture_btn:focus .badge,
div.janrain-form #editProfile .capture_btn:focus .badge,
div.janrain-form #publicProfileModal .capture_btn:focus .badge,
div.janrain-form #verifyEmail .capture_btn.capture_primary:focus .badge,
div.janrain-form #resendVerificationSuccess .capture_btn.capture_primary:focus .badge,
div.janrain-form #verifyEmailSuccess .capture_btn.capture_primary:focus .badge,
div.janrain-form #resetPasswordRequestCode .capture_btn.capture_primary:focus .badge,
div.janrain-form #resetPassword .capture_btn.capture_primary:focus .badge,
div.janrain-form #resetPassword .capture_btn.capture_primary:focus .badge,
div.janrain-form #resetPasswordSuccess .capture_btn.capture_primary:focus .badge,
div.janrain-form #resetPasswordRequestCodeSuccess .capture_btn.capture_primary:focus .badge,
div.janrain-form #changePasswordSuccess .capture_btn.capture_primary:focus .badge,
div.janrain-form #changePassword .capture_btn.capture_primary:focus .badge,
div.janrain-form #capture_editProfile_form_item_email .capture_btn.capture_primary:focus .badge,
div.janrain-form #editProfile .capture_btn.capture_primary:focus .badge,
div.janrain-form #publicProfileModal .capture_btn.capture_primary:focus .badge,
div.janrain-form #verifyEmail .capture_btn.focus .badge,
div.janrain-form #resendVerificationSuccess .capture_btn.focus .badge,
div.janrain-form #verifyEmailSuccess .capture_btn.focus .badge,
div.janrain-form #resetPasswordRequestCode .capture_btn.focus .badge,
div.janrain-form #resetPassword .capture_btn.focus .badge,
div.janrain-form #resetPassword .capture_btn.focus .badge,
div.janrain-form #resetPasswordSuccess .capture_btn.focus .badge,
div.janrain-form #resetPasswordRequestCodeSuccess .capture_btn.focus .badge,
div.janrain-form #changePasswordSuccess .capture_btn.focus .badge,
div.janrain-form #changePassword .capture_btn.focus .badge,
div.janrain-form #capture_editProfile_form_item_email .capture_btn.focus .badge,
div.janrain-form #editProfile .capture_btn.focus .badge,
div.janrain-form #publicProfileModal .capture_btn.focus .badge,
div.janrain-form #verifyEmail .capture_btn.capture_primary.focus .badge,
div.janrain-form #resendVerificationSuccess .capture_btn.capture_primary.focus .badge,
div.janrain-form #verifyEmailSuccess .capture_btn.capture_primary.focus .badge,
div.janrain-form #resetPasswordRequestCode .capture_btn.capture_primary.focus .badge,
div.janrain-form #resetPassword .capture_btn.capture_primary.focus .badge,
div.janrain-form #resetPassword .capture_btn.capture_primary.focus .badge,
div.janrain-form #resetPasswordSuccess .capture_btn.capture_primary.focus .badge,
div.janrain-form #resetPasswordRequestCodeSuccess .capture_btn.capture_primary.focus .badge,
div.janrain-form #changePasswordSuccess .capture_btn.capture_primary.focus .badge,
div.janrain-form #changePassword .capture_btn.capture_primary.focus .badge,
div.janrain-form #capture_editProfile_form_item_email .capture_btn.capture_primary.focus .badge,
div.janrain-form #editProfile .capture_btn.capture_primary.focus .badge,
div.janrain-form #publicProfileModal .capture_btn.capture_primary.focus .badge,
div.janrain-form #verifyEmail .capture_btn:hover .badge,
div.janrain-form #resendVerificationSuccess .capture_btn:hover .badge,
div.janrain-form #verifyEmailSuccess .capture_btn:hover .badge,
div.janrain-form #resetPasswordRequestCode .capture_btn:hover .badge,
div.janrain-form #resetPassword .capture_btn:hover .badge,
div.janrain-form #resetPassword .capture_btn:hover .badge,
div.janrain-form #resetPasswordSuccess .capture_btn:hover .badge,
div.janrain-form #resetPasswordRequestCodeSuccess .capture_btn:hover .badge,
div.janrain-form #changePasswordSuccess .capture_btn:hover .badge,
div.janrain-form #changePassword .capture_btn:hover .badge,
div.janrain-form #capture_editProfile_form_item_email .capture_btn:hover .badge,
div.janrain-form #editProfile .capture_btn:hover .badge,
div.janrain-form #publicProfileModal .capture_btn:hover .badge,
div.janrain-form #verifyEmail .capture_btn.capture_primary:hover .badge,
div.janrain-form #resendVerificationSuccess .capture_btn.capture_primary:hover .badge,
div.janrain-form #verifyEmailSuccess .capture_btn.capture_primary:hover .badge,
div.janrain-form #resetPasswordRequestCode .capture_btn.capture_primary:hover .badge,
div.janrain-form #resetPassword .capture_btn.capture_primary:hover .badge,
div.janrain-form #resetPassword .capture_btn.capture_primary:hover .badge,
div.janrain-form #resetPasswordSuccess .capture_btn.capture_primary:hover .badge,
div.janrain-form #resetPasswordRequestCodeSuccess .capture_btn.capture_primary:hover .badge,
div.janrain-form #changePasswordSuccess .capture_btn.capture_primary:hover .badge,
div.janrain-form #changePassword .capture_btn.capture_primary:hover .badge,
div.janrain-form #capture_editProfile_form_item_email .capture_btn.capture_primary:hover .badge,
div.janrain-form #editProfile .capture_btn.capture_primary:hover .badge,
div.janrain-form #publicProfileModal .capture_btn.capture_primary:hover .badge,
div.janrain-form #verifyEmail .capture_btn:active .badge,
div.janrain-form #resendVerificationSuccess .capture_btn:active .badge,
div.janrain-form #verifyEmailSuccess .capture_btn:active .badge,
div.janrain-form #resetPasswordRequestCode .capture_btn:active .badge,
div.janrain-form #resetPassword .capture_btn:active .badge,
div.janrain-form #resetPassword .capture_btn:active .badge,
div.janrain-form #resetPasswordSuccess .capture_btn:active .badge,
div.janrain-form #resetPasswordRequestCodeSuccess .capture_btn:active .badge,
div.janrain-form #changePasswordSuccess .capture_btn:active .badge,
div.janrain-form #changePassword .capture_btn:active .badge,
div.janrain-form #capture_editProfile_form_item_email .capture_btn:active .badge,
div.janrain-form #editProfile .capture_btn:active .badge,
div.janrain-form #publicProfileModal .capture_btn:active .badge,
div.janrain-form #verifyEmail .capture_btn.capture_primary:active .badge,
div.janrain-form #resendVerificationSuccess .capture_btn.capture_primary:active .badge,
div.janrain-form #verifyEmailSuccess .capture_btn.capture_primary:active .badge,
div.janrain-form #resetPasswordRequestCode .capture_btn.capture_primary:active .badge,
div.janrain-form #resetPassword .capture_btn.capture_primary:active .badge,
div.janrain-form #resetPassword .capture_btn.capture_primary:active .badge,
div.janrain-form #resetPasswordSuccess .capture_btn.capture_primary:active .badge,
div.janrain-form #resetPasswordRequestCodeSuccess .capture_btn.capture_primary:active .badge,
div.janrain-form #changePasswordSuccess .capture_btn.capture_primary:active .badge,
div.janrain-form #changePassword .capture_btn.capture_primary:active .badge,
div.janrain-form #capture_editProfile_form_item_email .capture_btn.capture_primary:active .badge,
div.janrain-form #editProfile .capture_btn.capture_primary:active .badge,
div.janrain-form #publicProfileModal .capture_btn.capture_primary:active .badge,
div.janrain-form #verifyEmail .capture_btn.active .badge,
div.janrain-form #resendVerificationSuccess .capture_btn.active .badge,
div.janrain-form #verifyEmailSuccess .capture_btn.active .badge,
div.janrain-form #resetPasswordRequestCode .capture_btn.active .badge,
div.janrain-form #resetPassword .capture_btn.active .badge,
div.janrain-form #resetPassword .capture_btn.active .badge,
div.janrain-form #resetPasswordSuccess .capture_btn.active .badge,
div.janrain-form #resetPasswordRequestCodeSuccess .capture_btn.active .badge,
div.janrain-form #changePasswordSuccess .capture_btn.active .badge,
div.janrain-form #changePassword .capture_btn.active .badge,
div.janrain-form #capture_editProfile_form_item_email .capture_btn.active .badge,
div.janrain-form #editProfile .capture_btn.active .badge,
div.janrain-form #publicProfileModal .capture_btn.active .badge,
div.janrain-form #verifyEmail .capture_btn.capture_primary.active .badge,
div.janrain-form #resendVerificationSuccess .capture_btn.capture_primary.active .badge,
div.janrain-form #verifyEmailSuccess .capture_btn.capture_primary.active .badge,
div.janrain-form #resetPasswordRequestCode .capture_btn.capture_primary.active .badge,
div.janrain-form #resetPassword .capture_btn.capture_primary.active .badge,
div.janrain-form #resetPassword .capture_btn.capture_primary.active .badge,
div.janrain-form #resetPasswordSuccess .capture_btn.capture_primary.active .badge,
div.janrain-form #resetPasswordRequestCodeSuccess .capture_btn.capture_primary.active .badge,
div.janrain-form #changePasswordSuccess .capture_btn.capture_primary.active .badge,
div.janrain-form #changePassword .capture_btn.capture_primary.active .badge,
div.janrain-form #capture_editProfile_form_item_email .capture_btn.capture_primary.active .badge,
div.janrain-form #editProfile .capture_btn.capture_primary.active .badge,
div.janrain-form #publicProfileModal .capture_btn.capture_primary.active .badge,
.open > .dropdown-togglediv.janrain-form #verifyEmail .capture_btn .badge,
.open > .dropdown-togglediv.janrain-form #resendVerificationSuccess .capture_btn .badge,
.open > .dropdown-togglediv.janrain-form #verifyEmailSuccess .capture_btn .badge,
.open > .dropdown-togglediv.janrain-form #resetPasswordRequestCode .capture_btn .badge,
.open > .dropdown-togglediv.janrain-form #resetPassword .capture_btn .badge,
.open > .dropdown-togglediv.janrain-form #resetPassword .capture_btn .badge,
.open > .dropdown-togglediv.janrain-form #resetPasswordSuccess .capture_btn .badge,
.open > .dropdown-togglediv.janrain-form #resetPasswordRequestCodeSuccess .capture_btn .badge,
.open > .dropdown-togglediv.janrain-form #changePasswordSuccess .capture_btn .badge,
.open > .dropdown-togglediv.janrain-form #changePassword .capture_btn .badge,
.open > .dropdown-togglediv.janrain-form #capture_editProfile_form_item_email .capture_btn .badge,
.open > .dropdown-togglediv.janrain-form #editProfile .capture_btn .badge,
.open > .dropdown-togglediv.janrain-form #publicProfileModal .capture_btn .badge,
.open > .dropdown-togglediv.janrain-form #verifyEmail .capture_btn.capture_primary .badge,
.open > .dropdown-togglediv.janrain-form #resendVerificationSuccess .capture_btn.capture_primary .badge,
.open > .dropdown-togglediv.janrain-form #verifyEmailSuccess .capture_btn.capture_primary .badge,
.open > .dropdown-togglediv.janrain-form #resetPasswordRequestCode .capture_btn.capture_primary .badge,
.open > .dropdown-togglediv.janrain-form #resetPassword .capture_btn.capture_primary .badge,
.open > .dropdown-togglediv.janrain-form #resetPassword .capture_btn.capture_primary .badge,
.open > .dropdown-togglediv.janrain-form #resetPasswordSuccess .capture_btn.capture_primary .badge,
.open > .dropdown-togglediv.janrain-form #resetPasswordRequestCodeSuccess .capture_btn.capture_primary .badge,
.open > .dropdown-togglediv.janrain-form #changePasswordSuccess .capture_btn.capture_primary .badge,
.open > .dropdown-togglediv.janrain-form #changePassword .capture_btn.capture_primary .badge,
.open > .dropdown-togglediv.janrain-form #capture_editProfile_form_item_email .capture_btn.capture_primary .badge,
.open > .dropdown-togglediv.janrain-form #editProfile .capture_btn.capture_primary .badge,
.open > .dropdown-togglediv.janrain-form #publicProfileModal .capture_btn.capture_primary .badge {
  color: #33424D;
  background-color: #FFD100;
}
div.janrain-form #verifyEmail .capture_btn:active,
div.janrain-form #resendVerificationSuccess .capture_btn:active,
div.janrain-form #verifyEmailSuccess .capture_btn:active,
div.janrain-form #resetPasswordRequestCode .capture_btn:active,
div.janrain-form #resetPassword .capture_btn:active,
div.janrain-form #resetPassword .capture_btn:active,
div.janrain-form #resetPasswordSuccess .capture_btn:active,
div.janrain-form #resetPasswordRequestCodeSuccess .capture_btn:active,
div.janrain-form #changePasswordSuccess .capture_btn:active,
div.janrain-form #changePassword .capture_btn:active,
div.janrain-form #capture_editProfile_form_item_email .capture_btn:active,
div.janrain-form #editProfile .capture_btn:active,
div.janrain-form #publicProfileModal .capture_btn:active,
div.janrain-form #verifyEmail .capture_btn.capture_primary:active,
div.janrain-form #resendVerificationSuccess .capture_btn.capture_primary:active,
div.janrain-form #verifyEmailSuccess .capture_btn.capture_primary:active,
div.janrain-form #resetPasswordRequestCode .capture_btn.capture_primary:active,
div.janrain-form #resetPassword .capture_btn.capture_primary:active,
div.janrain-form #resetPassword .capture_btn.capture_primary:active,
div.janrain-form #resetPasswordSuccess .capture_btn.capture_primary:active,
div.janrain-form #resetPasswordRequestCodeSuccess .capture_btn.capture_primary:active,
div.janrain-form #changePasswordSuccess .capture_btn.capture_primary:active,
div.janrain-form #changePassword .capture_btn.capture_primary:active,
div.janrain-form #capture_editProfile_form_item_email .capture_btn.capture_primary:active,
div.janrain-form #editProfile .capture_btn.capture_primary:active,
div.janrain-form #publicProfileModal .capture_btn.capture_primary:active,
div.janrain-form #verifyEmail .capture_btn.active,
div.janrain-form #resendVerificationSuccess .capture_btn.active,
div.janrain-form #verifyEmailSuccess .capture_btn.active,
div.janrain-form #resetPasswordRequestCode .capture_btn.active,
div.janrain-form #resetPassword .capture_btn.active,
div.janrain-form #resetPassword .capture_btn.active,
div.janrain-form #resetPasswordSuccess .capture_btn.active,
div.janrain-form #resetPasswordRequestCodeSuccess .capture_btn.active,
div.janrain-form #changePasswordSuccess .capture_btn.active,
div.janrain-form #changePassword .capture_btn.active,
div.janrain-form #capture_editProfile_form_item_email .capture_btn.active,
div.janrain-form #editProfile .capture_btn.active,
div.janrain-form #publicProfileModal .capture_btn.active,
div.janrain-form #verifyEmail .capture_btn.capture_primary.active,
div.janrain-form #resendVerificationSuccess .capture_btn.capture_primary.active,
div.janrain-form #verifyEmailSuccess .capture_btn.capture_primary.active,
div.janrain-form #resetPasswordRequestCode .capture_btn.capture_primary.active,
div.janrain-form #resetPassword .capture_btn.capture_primary.active,
div.janrain-form #resetPassword .capture_btn.capture_primary.active,
div.janrain-form #resetPasswordSuccess .capture_btn.capture_primary.active,
div.janrain-form #resetPasswordRequestCodeSuccess .capture_btn.capture_primary.active,
div.janrain-form #changePasswordSuccess .capture_btn.capture_primary.active,
div.janrain-form #changePassword .capture_btn.capture_primary.active,
div.janrain-form #capture_editProfile_form_item_email .capture_btn.capture_primary.active,
div.janrain-form #editProfile .capture_btn.capture_primary.active,
div.janrain-form #publicProfileModal .capture_btn.capture_primary.active,
.open > .dropdown-togglediv.janrain-form #verifyEmail .capture_btn,
.open > .dropdown-togglediv.janrain-form #resendVerificationSuccess .capture_btn,
.open > .dropdown-togglediv.janrain-form #verifyEmailSuccess .capture_btn,
.open > .dropdown-togglediv.janrain-form #resetPasswordRequestCode .capture_btn,
.open > .dropdown-togglediv.janrain-form #resetPassword .capture_btn,
.open > .dropdown-togglediv.janrain-form #resetPassword .capture_btn,
.open > .dropdown-togglediv.janrain-form #resetPasswordSuccess .capture_btn,
.open > .dropdown-togglediv.janrain-form #resetPasswordRequestCodeSuccess .capture_btn,
.open > .dropdown-togglediv.janrain-form #changePasswordSuccess .capture_btn,
.open > .dropdown-togglediv.janrain-form #changePassword .capture_btn,
.open > .dropdown-togglediv.janrain-form #capture_editProfile_form_item_email .capture_btn,
.open > .dropdown-togglediv.janrain-form #editProfile .capture_btn,
.open > .dropdown-togglediv.janrain-form #publicProfileModal .capture_btn,
.open > .dropdown-togglediv.janrain-form #verifyEmail .capture_btn.capture_primary,
.open > .dropdown-togglediv.janrain-form #resendVerificationSuccess .capture_btn.capture_primary,
.open > .dropdown-togglediv.janrain-form #verifyEmailSuccess .capture_btn.capture_primary,
.open > .dropdown-togglediv.janrain-form #resetPasswordRequestCode .capture_btn.capture_primary,
.open > .dropdown-togglediv.janrain-form #resetPassword .capture_btn.capture_primary,
.open > .dropdown-togglediv.janrain-form #resetPassword .capture_btn.capture_primary,
.open > .dropdown-togglediv.janrain-form #resetPasswordSuccess .capture_btn.capture_primary,
.open > .dropdown-togglediv.janrain-form #resetPasswordRequestCodeSuccess .capture_btn.capture_primary,
.open > .dropdown-togglediv.janrain-form #changePasswordSuccess .capture_btn.capture_primary,
.open > .dropdown-togglediv.janrain-form #changePassword .capture_btn.capture_primary,
.open > .dropdown-togglediv.janrain-form #capture_editProfile_form_item_email .capture_btn.capture_primary,
.open > .dropdown-togglediv.janrain-form #editProfile .capture_btn.capture_primary,
.open > .dropdown-togglediv.janrain-form #publicProfileModal .capture_btn.capture_primary {
  background-image: none;
}
div.janrain-form #verifyEmail .capture_btn.disabled:hover,
div.janrain-form #resendVerificationSuccess .capture_btn.disabled:hover,
div.janrain-form #verifyEmailSuccess .capture_btn.disabled:hover,
div.janrain-form #resetPasswordRequestCode .capture_btn.disabled:hover,
div.janrain-form #resetPassword .capture_btn.disabled:hover,
div.janrain-form #resetPassword .capture_btn.disabled:hover,
div.janrain-form #resetPasswordSuccess .capture_btn.disabled:hover,
div.janrain-form #resetPasswordRequestCodeSuccess .capture_btn.disabled:hover,
div.janrain-form #changePasswordSuccess .capture_btn.disabled:hover,
div.janrain-form #changePassword .capture_btn.disabled:hover,
div.janrain-form #capture_editProfile_form_item_email .capture_btn.disabled:hover,
div.janrain-form #editProfile .capture_btn.disabled:hover,
div.janrain-form #publicProfileModal .capture_btn.disabled:hover,
div.janrain-form #verifyEmail .capture_btn.capture_primary.disabled:hover,
div.janrain-form #resendVerificationSuccess .capture_btn.capture_primary.disabled:hover,
div.janrain-form #verifyEmailSuccess .capture_btn.capture_primary.disabled:hover,
div.janrain-form #resetPasswordRequestCode .capture_btn.capture_primary.disabled:hover,
div.janrain-form #resetPassword .capture_btn.capture_primary.disabled:hover,
div.janrain-form #resetPassword .capture_btn.capture_primary.disabled:hover,
div.janrain-form #resetPasswordSuccess .capture_btn.capture_primary.disabled:hover,
div.janrain-form #resetPasswordRequestCodeSuccess .capture_btn.capture_primary.disabled:hover,
div.janrain-form #changePasswordSuccess .capture_btn.capture_primary.disabled:hover,
div.janrain-form #changePassword .capture_btn.capture_primary.disabled:hover,
div.janrain-form #capture_editProfile_form_item_email .capture_btn.capture_primary.disabled:hover,
div.janrain-form #editProfile .capture_btn.capture_primary.disabled:hover,
div.janrain-form #publicProfileModal .capture_btn.capture_primary.disabled:hover,
div.janrain-form #verifyEmail .capture_btn[disabled]:hover,
div.janrain-form #resendVerificationSuccess .capture_btn[disabled]:hover,
div.janrain-form #verifyEmailSuccess .capture_btn[disabled]:hover,
div.janrain-form #resetPasswordRequestCode .capture_btn[disabled]:hover,
div.janrain-form #resetPassword .capture_btn[disabled]:hover,
div.janrain-form #resetPassword .capture_btn[disabled]:hover,
div.janrain-form #resetPasswordSuccess .capture_btn[disabled]:hover,
div.janrain-form #resetPasswordRequestCodeSuccess .capture_btn[disabled]:hover,
div.janrain-form #changePasswordSuccess .capture_btn[disabled]:hover,
div.janrain-form #changePassword .capture_btn[disabled]:hover,
div.janrain-form #capture_editProfile_form_item_email .capture_btn[disabled]:hover,
div.janrain-form #editProfile .capture_btn[disabled]:hover,
div.janrain-form #publicProfileModal .capture_btn[disabled]:hover,
div.janrain-form #verifyEmail .capture_btn.capture_primary[disabled]:hover,
div.janrain-form #resendVerificationSuccess .capture_btn.capture_primary[disabled]:hover,
div.janrain-form #verifyEmailSuccess .capture_btn.capture_primary[disabled]:hover,
div.janrain-form #resetPasswordRequestCode .capture_btn.capture_primary[disabled]:hover,
div.janrain-form #resetPassword .capture_btn.capture_primary[disabled]:hover,
div.janrain-form #resetPassword .capture_btn.capture_primary[disabled]:hover,
div.janrain-form #resetPasswordSuccess .capture_btn.capture_primary[disabled]:hover,
div.janrain-form #resetPasswordRequestCodeSuccess .capture_btn.capture_primary[disabled]:hover,
div.janrain-form #changePasswordSuccess .capture_btn.capture_primary[disabled]:hover,
div.janrain-form #changePassword .capture_btn.capture_primary[disabled]:hover,
div.janrain-form #capture_editProfile_form_item_email .capture_btn.capture_primary[disabled]:hover,
div.janrain-form #editProfile .capture_btn.capture_primary[disabled]:hover,
div.janrain-form #publicProfileModal .capture_btn.capture_primary[disabled]:hover,
fieldset[disabled] div.janrain-form #verifyEmail .capture_btn:hover,
fieldset[disabled] div.janrain-form #resendVerificationSuccess .capture_btn:hover,
fieldset[disabled] div.janrain-form #verifyEmailSuccess .capture_btn:hover,
fieldset[disabled] div.janrain-form #resetPasswordRequestCode .capture_btn:hover,
fieldset[disabled] div.janrain-form #resetPassword .capture_btn:hover,
fieldset[disabled] div.janrain-form #resetPassword .capture_btn:hover,
fieldset[disabled] div.janrain-form #resetPasswordSuccess .capture_btn:hover,
fieldset[disabled] div.janrain-form #resetPasswordRequestCodeSuccess .capture_btn:hover,
fieldset[disabled] div.janrain-form #changePasswordSuccess .capture_btn:hover,
fieldset[disabled] div.janrain-form #changePassword .capture_btn:hover,
fieldset[disabled] div.janrain-form #capture_editProfile_form_item_email .capture_btn:hover,
fieldset[disabled] div.janrain-form #editProfile .capture_btn:hover,
fieldset[disabled] div.janrain-form #publicProfileModal .capture_btn:hover,
fieldset[disabled] div.janrain-form #verifyEmail .capture_btn.capture_primary:hover,
fieldset[disabled] div.janrain-form #resendVerificationSuccess .capture_btn.capture_primary:hover,
fieldset[disabled] div.janrain-form #verifyEmailSuccess .capture_btn.capture_primary:hover,
fieldset[disabled] div.janrain-form #resetPasswordRequestCode .capture_btn.capture_primary:hover,
fieldset[disabled] div.janrain-form #resetPassword .capture_btn.capture_primary:hover,
fieldset[disabled] div.janrain-form #resetPassword .capture_btn.capture_primary:hover,
fieldset[disabled] div.janrain-form #resetPasswordSuccess .capture_btn.capture_primary:hover,
fieldset[disabled] div.janrain-form #resetPasswordRequestCodeSuccess .capture_btn.capture_primary:hover,
fieldset[disabled] div.janrain-form #changePasswordSuccess .capture_btn.capture_primary:hover,
fieldset[disabled] div.janrain-form #changePassword .capture_btn.capture_primary:hover,
fieldset[disabled] div.janrain-form #capture_editProfile_form_item_email .capture_btn.capture_primary:hover,
fieldset[disabled] div.janrain-form #editProfile .capture_btn.capture_primary:hover,
fieldset[disabled] div.janrain-form #publicProfileModal .capture_btn.capture_primary:hover,
div.janrain-form #verifyEmail .capture_btn.disabled:focus,
div.janrain-form #resendVerificationSuccess .capture_btn.disabled:focus,
div.janrain-form #verifyEmailSuccess .capture_btn.disabled:focus,
div.janrain-form #resetPasswordRequestCode .capture_btn.disabled:focus,
div.janrain-form #resetPassword .capture_btn.disabled:focus,
div.janrain-form #resetPassword .capture_btn.disabled:focus,
div.janrain-form #resetPasswordSuccess .capture_btn.disabled:focus,
div.janrain-form #resetPasswordRequestCodeSuccess .capture_btn.disabled:focus,
div.janrain-form #changePasswordSuccess .capture_btn.disabled:focus,
div.janrain-form #changePassword .capture_btn.disabled:focus,
div.janrain-form #capture_editProfile_form_item_email .capture_btn.disabled:focus,
div.janrain-form #editProfile .capture_btn.disabled:focus,
div.janrain-form #publicProfileModal .capture_btn.disabled:focus,
div.janrain-form #verifyEmail .capture_btn.capture_primary.disabled:focus,
div.janrain-form #resendVerificationSuccess .capture_btn.capture_primary.disabled:focus,
div.janrain-form #verifyEmailSuccess .capture_btn.capture_primary.disabled:focus,
div.janrain-form #resetPasswordRequestCode .capture_btn.capture_primary.disabled:focus,
div.janrain-form #resetPassword .capture_btn.capture_primary.disabled:focus,
div.janrain-form #resetPassword .capture_btn.capture_primary.disabled:focus,
div.janrain-form #resetPasswordSuccess .capture_btn.capture_primary.disabled:focus,
div.janrain-form #resetPasswordRequestCodeSuccess .capture_btn.capture_primary.disabled:focus,
div.janrain-form #changePasswordSuccess .capture_btn.capture_primary.disabled:focus,
div.janrain-form #changePassword .capture_btn.capture_primary.disabled:focus,
div.janrain-form #capture_editProfile_form_item_email .capture_btn.capture_primary.disabled:focus,
div.janrain-form #editProfile .capture_btn.capture_primary.disabled:focus,
div.janrain-form #publicProfileModal .capture_btn.capture_primary.disabled:focus,
div.janrain-form #verifyEmail .capture_btn[disabled]:focus,
div.janrain-form #resendVerificationSuccess .capture_btn[disabled]:focus,
div.janrain-form #verifyEmailSuccess .capture_btn[disabled]:focus,
div.janrain-form #resetPasswordRequestCode .capture_btn[disabled]:focus,
div.janrain-form #resetPassword .capture_btn[disabled]:focus,
div.janrain-form #resetPassword .capture_btn[disabled]:focus,
div.janrain-form #resetPasswordSuccess .capture_btn[disabled]:focus,
div.janrain-form #resetPasswordRequestCodeSuccess .capture_btn[disabled]:focus,
div.janrain-form #changePasswordSuccess .capture_btn[disabled]:focus,
div.janrain-form #changePassword .capture_btn[disabled]:focus,
div.janrain-form #capture_editProfile_form_item_email .capture_btn[disabled]:focus,
div.janrain-form #editProfile .capture_btn[disabled]:focus,
div.janrain-form #publicProfileModal .capture_btn[disabled]:focus,
div.janrain-form #verifyEmail .capture_btn.capture_primary[disabled]:focus,
div.janrain-form #resendVerificationSuccess .capture_btn.capture_primary[disabled]:focus,
div.janrain-form #verifyEmailSuccess .capture_btn.capture_primary[disabled]:focus,
div.janrain-form #resetPasswordRequestCode .capture_btn.capture_primary[disabled]:focus,
div.janrain-form #resetPassword .capture_btn.capture_primary[disabled]:focus,
div.janrain-form #resetPassword .capture_btn.capture_primary[disabled]:focus,
div.janrain-form #resetPasswordSuccess .capture_btn.capture_primary[disabled]:focus,
div.janrain-form #resetPasswordRequestCodeSuccess .capture_btn.capture_primary[disabled]:focus,
div.janrain-form #changePasswordSuccess .capture_btn.capture_primary[disabled]:focus,
div.janrain-form #changePassword .capture_btn.capture_primary[disabled]:focus,
div.janrain-form #capture_editProfile_form_item_email .capture_btn.capture_primary[disabled]:focus,
div.janrain-form #editProfile .capture_btn.capture_primary[disabled]:focus,
div.janrain-form #publicProfileModal .capture_btn.capture_primary[disabled]:focus,
fieldset[disabled] div.janrain-form #verifyEmail .capture_btn:focus,
fieldset[disabled] div.janrain-form #resendVerificationSuccess .capture_btn:focus,
fieldset[disabled] div.janrain-form #verifyEmailSuccess .capture_btn:focus,
fieldset[disabled] div.janrain-form #resetPasswordRequestCode .capture_btn:focus,
fieldset[disabled] div.janrain-form #resetPassword .capture_btn:focus,
fieldset[disabled] div.janrain-form #resetPassword .capture_btn:focus,
fieldset[disabled] div.janrain-form #resetPasswordSuccess .capture_btn:focus,
fieldset[disabled] div.janrain-form #resetPasswordRequestCodeSuccess .capture_btn:focus,
fieldset[disabled] div.janrain-form #changePasswordSuccess .capture_btn:focus,
fieldset[disabled] div.janrain-form #changePassword .capture_btn:focus,
fieldset[disabled] div.janrain-form #capture_editProfile_form_item_email .capture_btn:focus,
fieldset[disabled] div.janrain-form #editProfile .capture_btn:focus,
fieldset[disabled] div.janrain-form #publicProfileModal .capture_btn:focus,
fieldset[disabled] div.janrain-form #verifyEmail .capture_btn.capture_primary:focus,
fieldset[disabled] div.janrain-form #resendVerificationSuccess .capture_btn.capture_primary:focus,
fieldset[disabled] div.janrain-form #verifyEmailSuccess .capture_btn.capture_primary:focus,
fieldset[disabled] div.janrain-form #resetPasswordRequestCode .capture_btn.capture_primary:focus,
fieldset[disabled] div.janrain-form #resetPassword .capture_btn.capture_primary:focus,
fieldset[disabled] div.janrain-form #resetPassword .capture_btn.capture_primary:focus,
fieldset[disabled] div.janrain-form #resetPasswordSuccess .capture_btn.capture_primary:focus,
fieldset[disabled] div.janrain-form #resetPasswordRequestCodeSuccess .capture_btn.capture_primary:focus,
fieldset[disabled] div.janrain-form #changePasswordSuccess .capture_btn.capture_primary:focus,
fieldset[disabled] div.janrain-form #changePassword .capture_btn.capture_primary:focus,
fieldset[disabled] div.janrain-form #capture_editProfile_form_item_email .capture_btn.capture_primary:focus,
fieldset[disabled] div.janrain-form #editProfile .capture_btn.capture_primary:focus,
fieldset[disabled] div.janrain-form #publicProfileModal .capture_btn.capture_primary:focus,
div.janrain-form #verifyEmail .capture_btn.disabled.focus,
div.janrain-form #resendVerificationSuccess .capture_btn.disabled.focus,
div.janrain-form #verifyEmailSuccess .capture_btn.disabled.focus,
div.janrain-form #resetPasswordRequestCode .capture_btn.disabled.focus,
div.janrain-form #resetPassword .capture_btn.disabled.focus,
div.janrain-form #resetPassword .capture_btn.disabled.focus,
div.janrain-form #resetPasswordSuccess .capture_btn.disabled.focus,
div.janrain-form #resetPasswordRequestCodeSuccess .capture_btn.disabled.focus,
div.janrain-form #changePasswordSuccess .capture_btn.disabled.focus,
div.janrain-form #changePassword .capture_btn.disabled.focus,
div.janrain-form #capture_editProfile_form_item_email .capture_btn.disabled.focus,
div.janrain-form #editProfile .capture_btn.disabled.focus,
div.janrain-form #publicProfileModal .capture_btn.disabled.focus,
div.janrain-form #verifyEmail .capture_btn.capture_primary.disabled.focus,
div.janrain-form #resendVerificationSuccess .capture_btn.capture_primary.disabled.focus,
div.janrain-form #verifyEmailSuccess .capture_btn.capture_primary.disabled.focus,
div.janrain-form #resetPasswordRequestCode .capture_btn.capture_primary.disabled.focus,
div.janrain-form #resetPassword .capture_btn.capture_primary.disabled.focus,
div.janrain-form #resetPassword .capture_btn.capture_primary.disabled.focus,
div.janrain-form #resetPasswordSuccess .capture_btn.capture_primary.disabled.focus,
div.janrain-form #resetPasswordRequestCodeSuccess .capture_btn.capture_primary.disabled.focus,
div.janrain-form #changePasswordSuccess .capture_btn.capture_primary.disabled.focus,
div.janrain-form #changePassword .capture_btn.capture_primary.disabled.focus,
div.janrain-form #capture_editProfile_form_item_email .capture_btn.capture_primary.disabled.focus,
div.janrain-form #editProfile .capture_btn.capture_primary.disabled.focus,
div.janrain-form #publicProfileModal .capture_btn.capture_primary.disabled.focus,
div.janrain-form #verifyEmail .capture_btn[disabled].focus,
div.janrain-form #resendVerificationSuccess .capture_btn[disabled].focus,
div.janrain-form #verifyEmailSuccess .capture_btn[disabled].focus,
div.janrain-form #resetPasswordRequestCode .capture_btn[disabled].focus,
div.janrain-form #resetPassword .capture_btn[disabled].focus,
div.janrain-form #resetPassword .capture_btn[disabled].focus,
div.janrain-form #resetPasswordSuccess .capture_btn[disabled].focus,
div.janrain-form #resetPasswordRequestCodeSuccess .capture_btn[disabled].focus,
div.janrain-form #changePasswordSuccess .capture_btn[disabled].focus,
div.janrain-form #changePassword .capture_btn[disabled].focus,
div.janrain-form #capture_editProfile_form_item_email .capture_btn[disabled].focus,
div.janrain-form #editProfile .capture_btn[disabled].focus,
div.janrain-form #publicProfileModal .capture_btn[disabled].focus,
div.janrain-form #verifyEmail .capture_btn.capture_primary[disabled].focus,
div.janrain-form #resendVerificationSuccess .capture_btn.capture_primary[disabled].focus,
div.janrain-form #verifyEmailSuccess .capture_btn.capture_primary[disabled].focus,
div.janrain-form #resetPasswordRequestCode .capture_btn.capture_primary[disabled].focus,
div.janrain-form #resetPassword .capture_btn.capture_primary[disabled].focus,
div.janrain-form #resetPassword .capture_btn.capture_primary[disabled].focus,
div.janrain-form #resetPasswordSuccess .capture_btn.capture_primary[disabled].focus,
div.janrain-form #resetPasswordRequestCodeSuccess .capture_btn.capture_primary[disabled].focus,
div.janrain-form #changePasswordSuccess .capture_btn.capture_primary[disabled].focus,
div.janrain-form #changePassword .capture_btn.capture_primary[disabled].focus,
div.janrain-form #capture_editProfile_form_item_email .capture_btn.capture_primary[disabled].focus,
div.janrain-form #editProfile .capture_btn.capture_primary[disabled].focus,
div.janrain-form #publicProfileModal .capture_btn.capture_primary[disabled].focus,
fieldset[disabled] div.janrain-form #verifyEmail .capture_btn.focus,
fieldset[disabled] div.janrain-form #resendVerificationSuccess .capture_btn.focus,
fieldset[disabled] div.janrain-form #verifyEmailSuccess .capture_btn.focus,
fieldset[disabled] div.janrain-form #resetPasswordRequestCode .capture_btn.focus,
fieldset[disabled] div.janrain-form #resetPassword .capture_btn.focus,
fieldset[disabled] div.janrain-form #resetPassword .capture_btn.focus,
fieldset[disabled] div.janrain-form #resetPasswordSuccess .capture_btn.focus,
fieldset[disabled] div.janrain-form #resetPasswordRequestCodeSuccess .capture_btn.focus,
fieldset[disabled] div.janrain-form #changePasswordSuccess .capture_btn.focus,
fieldset[disabled] div.janrain-form #changePassword .capture_btn.focus,
fieldset[disabled] div.janrain-form #capture_editProfile_form_item_email .capture_btn.focus,
fieldset[disabled] div.janrain-form #editProfile .capture_btn.focus,
fieldset[disabled] div.janrain-form #publicProfileModal .capture_btn.focus,
fieldset[disabled] div.janrain-form #verifyEmail .capture_btn.capture_primary.focus,
fieldset[disabled] div.janrain-form #resendVerificationSuccess .capture_btn.capture_primary.focus,
fieldset[disabled] div.janrain-form #verifyEmailSuccess .capture_btn.capture_primary.focus,
fieldset[disabled] div.janrain-form #resetPasswordRequestCode .capture_btn.capture_primary.focus,
fieldset[disabled] div.janrain-form #resetPassword .capture_btn.capture_primary.focus,
fieldset[disabled] div.janrain-form #resetPassword .capture_btn.capture_primary.focus,
fieldset[disabled] div.janrain-form #resetPasswordSuccess .capture_btn.capture_primary.focus,
fieldset[disabled] div.janrain-form #resetPasswordRequestCodeSuccess .capture_btn.capture_primary.focus,
fieldset[disabled] div.janrain-form #changePasswordSuccess .capture_btn.capture_primary.focus,
fieldset[disabled] div.janrain-form #changePassword .capture_btn.capture_primary.focus,
fieldset[disabled] div.janrain-form #capture_editProfile_form_item_email .capture_btn.capture_primary.focus,
fieldset[disabled] div.janrain-form #editProfile .capture_btn.capture_primary.focus,
fieldset[disabled] div.janrain-form #publicProfileModal .capture_btn.capture_primary.focus {
  background-color: #FFD100;
  border-color: #e6bc00;
}
div.janrain-form #verifyEmail .capture_btn .badge,
div.janrain-form #resendVerificationSuccess .capture_btn .badge,
div.janrain-form #verifyEmailSuccess .capture_btn .badge,
div.janrain-form #resetPasswordRequestCode .capture_btn .badge,
div.janrain-form #resetPassword .capture_btn .badge,
div.janrain-form #resetPassword .capture_btn .badge,
div.janrain-form #resetPasswordSuccess .capture_btn .badge,
div.janrain-form #resetPasswordRequestCodeSuccess .capture_btn .badge,
div.janrain-form #changePasswordSuccess .capture_btn .badge,
div.janrain-form #changePassword .capture_btn .badge,
div.janrain-form #capture_editProfile_form_item_email .capture_btn .badge,
div.janrain-form #editProfile .capture_btn .badge,
div.janrain-form #publicProfileModal .capture_btn .badge,
div.janrain-form #verifyEmail .capture_btn.capture_primary .badge,
div.janrain-form #resendVerificationSuccess .capture_btn.capture_primary .badge,
div.janrain-form #verifyEmailSuccess .capture_btn.capture_primary .badge,
div.janrain-form #resetPasswordRequestCode .capture_btn.capture_primary .badge,
div.janrain-form #resetPassword .capture_btn.capture_primary .badge,
div.janrain-form #resetPassword .capture_btn.capture_primary .badge,
div.janrain-form #resetPasswordSuccess .capture_btn.capture_primary .badge,
div.janrain-form #resetPasswordRequestCodeSuccess .capture_btn.capture_primary .badge,
div.janrain-form #changePasswordSuccess .capture_btn.capture_primary .badge,
div.janrain-form #changePassword .capture_btn.capture_primary .badge,
div.janrain-form #capture_editProfile_form_item_email .capture_btn.capture_primary .badge,
div.janrain-form #editProfile .capture_btn.capture_primary .badge,
div.janrain-form #publicProfileModal .capture_btn.capture_primary .badge {
  color: #FFD100;
  background-color: #33424D;
}
div.janrain-form #verifyEmail .capture_tip_validating,
div.janrain-form #resendVerificationSuccess .capture_tip_validating,
div.janrain-form #verifyEmailSuccess .capture_tip_validating,
div.janrain-form #resetPasswordRequestCode .capture_tip_validating,
div.janrain-form #resetPassword .capture_tip_validating,
div.janrain-form #resetPassword .capture_tip_validating,
div.janrain-form #resetPasswordSuccess .capture_tip_validating,
div.janrain-form #resetPasswordRequestCodeSuccess .capture_tip_validating,
div.janrain-form #changePasswordSuccess .capture_tip_validating,
div.janrain-form #changePassword .capture_tip_validating,
div.janrain-form #capture_editProfile_form_item_email .capture_tip_validating,
div.janrain-form #editProfile .capture_tip_validating,
div.janrain-form #publicProfileModal .capture_tip_validating {
  display: none;
}
div.janrain-form #verifyEmail .capture_tip_error,
div.janrain-form #resendVerificationSuccess .capture_tip_error,
div.janrain-form #verifyEmailSuccess .capture_tip_error,
div.janrain-form #resetPasswordRequestCode .capture_tip_error,
div.janrain-form #resetPassword .capture_tip_error,
div.janrain-form #resetPassword .capture_tip_error,
div.janrain-form #resetPasswordSuccess .capture_tip_error,
div.janrain-form #resetPasswordRequestCodeSuccess .capture_tip_error,
div.janrain-form #changePasswordSuccess .capture_tip_error,
div.janrain-form #changePassword .capture_tip_error,
div.janrain-form #capture_editProfile_form_item_email .capture_tip_error,
div.janrain-form #editProfile .capture_tip_error,
div.janrain-form #publicProfileModal .capture_tip_error {
  font-size: 16px;
  margin-bottom: 12px;
  font-style: italic;
}
div.janrain-form #verifyEmail .capture_tip,
div.janrain-form #resendVerificationSuccess .capture_tip,
div.janrain-form #verifyEmailSuccess .capture_tip,
div.janrain-form #resetPasswordRequestCode .capture_tip,
div.janrain-form #resetPassword .capture_tip,
div.janrain-form #resetPassword .capture_tip,
div.janrain-form #resetPasswordSuccess .capture_tip,
div.janrain-form #resetPasswordRequestCodeSuccess .capture_tip,
div.janrain-form #changePasswordSuccess .capture_tip,
div.janrain-form #changePassword .capture_tip,
div.janrain-form #capture_editProfile_form_item_email .capture_tip,
div.janrain-form #editProfile .capture_tip,
div.janrain-form #publicProfileModal .capture_tip {
  font-size: 16px;
  font-style: italic;
}
div.janrain-form #verifyEmail input + .capture_tip,
div.janrain-form #resendVerificationSuccess input + .capture_tip,
div.janrain-form #verifyEmailSuccess input + .capture_tip,
div.janrain-form #resetPasswordRequestCode input + .capture_tip,
div.janrain-form #resetPassword input + .capture_tip,
div.janrain-form #resetPassword input + .capture_tip,
div.janrain-form #resetPasswordSuccess input + .capture_tip,
div.janrain-form #resetPasswordRequestCodeSuccess input + .capture_tip,
div.janrain-form #changePasswordSuccess input + .capture_tip,
div.janrain-form #changePassword input + .capture_tip,
div.janrain-form #capture_editProfile_form_item_email input + .capture_tip,
div.janrain-form #editProfile input + .capture_tip,
div.janrain-form #publicProfileModal input + .capture_tip {
  margin-top: -12px;
  margin-bottom: 12px;
}
div.janrain-form #verifyEmail form,
div.janrain-form #resendVerificationSuccess form,
div.janrain-form #verifyEmailSuccess form,
div.janrain-form #resetPasswordRequestCode form,
div.janrain-form #resetPassword form,
div.janrain-form #resetPassword form,
div.janrain-form #resetPasswordSuccess form,
div.janrain-form #resetPasswordRequestCodeSuccess form,
div.janrain-form #changePasswordSuccess form,
div.janrain-form #changePassword form,
div.janrain-form #capture_editProfile_form_item_email form,
div.janrain-form #editProfile form,
div.janrain-form #publicProfileModal form {
  background: #f4f7f9;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 26px;
  padding-bottom: 13px;
  margin-bottom: 3em;
  margin-top: 26px;
  max-width: 768px;
  margin-left: auto;
  margin-right: auto;
  padding: 30px;
}
div.janrain-form #verifyEmail form .small-subtle,
div.janrain-form #resendVerificationSuccess form .small-subtle,
div.janrain-form #verifyEmailSuccess form .small-subtle,
div.janrain-form #resetPasswordRequestCode form .small-subtle,
div.janrain-form #resetPassword form .small-subtle,
div.janrain-form #resetPassword form .small-subtle,
div.janrain-form #resetPasswordSuccess form .small-subtle,
div.janrain-form #resetPasswordRequestCodeSuccess form .small-subtle,
div.janrain-form #changePasswordSuccess form .small-subtle,
div.janrain-form #changePassword form .small-subtle,
div.janrain-form #capture_editProfile_form_item_email form .small-subtle,
div.janrain-form #editProfile form .small-subtle,
div.janrain-form #publicProfileModal form .small-subtle,
div.janrain-form #verifyEmail form .text-muted,
div.janrain-form #resendVerificationSuccess form .text-muted,
div.janrain-form #verifyEmailSuccess form .text-muted,
div.janrain-form #resetPasswordRequestCode form .text-muted,
div.janrain-form #resetPassword form .text-muted,
div.janrain-form #resetPassword form .text-muted,
div.janrain-form #resetPasswordSuccess form .text-muted,
div.janrain-form #resetPasswordRequestCodeSuccess form .text-muted,
div.janrain-form #changePasswordSuccess form .text-muted,
div.janrain-form #changePassword form .text-muted,
div.janrain-form #capture_editProfile_form_item_email form .text-muted,
div.janrain-form #editProfile form .text-muted,
div.janrain-form #publicProfileModal form .text-muted {
  color: #65737e;
}
div.janrain-form #verifyEmail form label,
div.janrain-form #resendVerificationSuccess form label,
div.janrain-form #verifyEmailSuccess form label,
div.janrain-form #resetPasswordRequestCode form label,
div.janrain-form #resetPassword form label,
div.janrain-form #resetPassword form label,
div.janrain-form #resetPasswordSuccess form label,
div.janrain-form #resetPasswordRequestCodeSuccess form label,
div.janrain-form #changePasswordSuccess form label,
div.janrain-form #changePassword form label,
div.janrain-form #capture_editProfile_form_item_email form label,
div.janrain-form #editProfile form label,
div.janrain-form #publicProfileModal form label {
  padding-right: 10px;
  position: relative;
  margin-top: 11px;
  float: left;
}
div.janrain-form #verifyEmail form input,
div.janrain-form #resendVerificationSuccess form input,
div.janrain-form #verifyEmailSuccess form input,
div.janrain-form #resetPasswordRequestCode form input,
div.janrain-form #resetPassword form input,
div.janrain-form #resetPassword form input,
div.janrain-form #resetPasswordSuccess form input,
div.janrain-form #resetPasswordRequestCodeSuccess form input,
div.janrain-form #changePasswordSuccess form input,
div.janrain-form #changePassword form input,
div.janrain-form #capture_editProfile_form_item_email form input,
div.janrain-form #editProfile form input,
div.janrain-form #publicProfileModal form input {
  display: block;
  width: 100%;
  height: 48px;
  padding: 10px 18px;
  font-size: 18px;
  line-height: 1.44444444;
  color: #425563;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 3px;
  -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 .15s, box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  padding-left: 12px;
  padding-right: 12px;
  margin-bottom: 15px;
  text-decoration: none;
}
div.janrain-form #verifyEmail form input:focus,
div.janrain-form #resendVerificationSuccess form input:focus,
div.janrain-form #verifyEmailSuccess form input:focus,
div.janrain-form #resetPasswordRequestCode form input:focus,
div.janrain-form #resetPassword form input:focus,
div.janrain-form #resetPassword form input:focus,
div.janrain-form #resetPasswordSuccess form input:focus,
div.janrain-form #resetPasswordRequestCodeSuccess form input:focus,
div.janrain-form #changePasswordSuccess form input:focus,
div.janrain-form #changePassword form input:focus,
div.janrain-form #capture_editProfile_form_item_email form input:focus,
div.janrain-form #editProfile form input:focus,
div.janrain-form #publicProfileModal form input:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
div.janrain-form #verifyEmail form input::-moz-placeholder,
div.janrain-form #resendVerificationSuccess form input::-moz-placeholder,
div.janrain-form #verifyEmailSuccess form input::-moz-placeholder,
div.janrain-form #resetPasswordRequestCode form input::-moz-placeholder,
div.janrain-form #resetPassword form input::-moz-placeholder,
div.janrain-form #resetPassword form input::-moz-placeholder,
div.janrain-form #resetPasswordSuccess form input::-moz-placeholder,
div.janrain-form #resetPasswordRequestCodeSuccess form input::-moz-placeholder,
div.janrain-form #changePasswordSuccess form input::-moz-placeholder,
div.janrain-form #changePassword form input::-moz-placeholder,
div.janrain-form #capture_editProfile_form_item_email form input::-moz-placeholder,
div.janrain-form #editProfile form input::-moz-placeholder,
div.janrain-form #publicProfileModal form input::-moz-placeholder {
  color: #999;
  opacity: 1;
}
div.janrain-form #verifyEmail form input:-ms-input-placeholder,
div.janrain-form #resendVerificationSuccess form input:-ms-input-placeholder,
div.janrain-form #verifyEmailSuccess form input:-ms-input-placeholder,
div.janrain-form #resetPasswordRequestCode form input:-ms-input-placeholder,
div.janrain-form #resetPassword form input:-ms-input-placeholder,
div.janrain-form #resetPassword form input:-ms-input-placeholder,
div.janrain-form #resetPasswordSuccess form input:-ms-input-placeholder,
div.janrain-form #resetPasswordRequestCodeSuccess form input:-ms-input-placeholder,
div.janrain-form #changePasswordSuccess form input:-ms-input-placeholder,
div.janrain-form #changePassword form input:-ms-input-placeholder,
div.janrain-form #capture_editProfile_form_item_email form input:-ms-input-placeholder,
div.janrain-form #editProfile form input:-ms-input-placeholder,
div.janrain-form #publicProfileModal form input:-ms-input-placeholder {
  color: #999;
}
div.janrain-form #verifyEmail form input::-webkit-input-placeholder,
div.janrain-form #resendVerificationSuccess form input::-webkit-input-placeholder,
div.janrain-form #verifyEmailSuccess form input::-webkit-input-placeholder,
div.janrain-form #resetPasswordRequestCode form input::-webkit-input-placeholder,
div.janrain-form #resetPassword form input::-webkit-input-placeholder,
div.janrain-form #resetPassword form input::-webkit-input-placeholder,
div.janrain-form #resetPasswordSuccess form input::-webkit-input-placeholder,
div.janrain-form #resetPasswordRequestCodeSuccess form input::-webkit-input-placeholder,
div.janrain-form #changePasswordSuccess form input::-webkit-input-placeholder,
div.janrain-form #changePassword form input::-webkit-input-placeholder,
div.janrain-form #capture_editProfile_form_item_email form input::-webkit-input-placeholder,
div.janrain-form #editProfile form input::-webkit-input-placeholder,
div.janrain-form #publicProfileModal form input::-webkit-input-placeholder {
  color: #999;
}
div.janrain-form #verifyEmail form input::-ms-expand,
div.janrain-form #resendVerificationSuccess form input::-ms-expand,
div.janrain-form #verifyEmailSuccess form input::-ms-expand,
div.janrain-form #resetPasswordRequestCode form input::-ms-expand,
div.janrain-form #resetPassword form input::-ms-expand,
div.janrain-form #resetPassword form input::-ms-expand,
div.janrain-form #resetPasswordSuccess form input::-ms-expand,
div.janrain-form #resetPasswordRequestCodeSuccess form input::-ms-expand,
div.janrain-form #changePasswordSuccess form input::-ms-expand,
div.janrain-form #changePassword form input::-ms-expand,
div.janrain-form #capture_editProfile_form_item_email form input::-ms-expand,
div.janrain-form #editProfile form input::-ms-expand,
div.janrain-form #publicProfileModal form input::-ms-expand {
  border: 0;
  background-color: transparent;
}
div.janrain-form #verifyEmail form input[disabled],
div.janrain-form #resendVerificationSuccess form input[disabled],
div.janrain-form #verifyEmailSuccess form input[disabled],
div.janrain-form #resetPasswordRequestCode form input[disabled],
div.janrain-form #resetPassword form input[disabled],
div.janrain-form #resetPassword form input[disabled],
div.janrain-form #resetPasswordSuccess form input[disabled],
div.janrain-form #resetPasswordRequestCodeSuccess form input[disabled],
div.janrain-form #changePasswordSuccess form input[disabled],
div.janrain-form #changePassword form input[disabled],
div.janrain-form #capture_editProfile_form_item_email form input[disabled],
div.janrain-form #editProfile form input[disabled],
div.janrain-form #publicProfileModal form input[disabled],
div.janrain-form #verifyEmail form input[readonly],
div.janrain-form #resendVerificationSuccess form input[readonly],
div.janrain-form #verifyEmailSuccess form input[readonly],
div.janrain-form #resetPasswordRequestCode form input[readonly],
div.janrain-form #resetPassword form input[readonly],
div.janrain-form #resetPassword form input[readonly],
div.janrain-form #resetPasswordSuccess form input[readonly],
div.janrain-form #resetPasswordRequestCodeSuccess form input[readonly],
div.janrain-form #changePasswordSuccess form input[readonly],
div.janrain-form #changePassword form input[readonly],
div.janrain-form #capture_editProfile_form_item_email form input[readonly],
div.janrain-form #editProfile form input[readonly],
div.janrain-form #publicProfileModal form input[readonly],
fieldset[disabled] div.janrain-form #verifyEmail form input,
fieldset[disabled] div.janrain-form #resendVerificationSuccess form input,
fieldset[disabled] div.janrain-form #verifyEmailSuccess form input,
fieldset[disabled] div.janrain-form #resetPasswordRequestCode form input,
fieldset[disabled] div.janrain-form #resetPassword form input,
fieldset[disabled] div.janrain-form #resetPassword form input,
fieldset[disabled] div.janrain-form #resetPasswordSuccess form input,
fieldset[disabled] div.janrain-form #resetPasswordRequestCodeSuccess form input,
fieldset[disabled] div.janrain-form #changePasswordSuccess form input,
fieldset[disabled] div.janrain-form #changePassword form input,
fieldset[disabled] div.janrain-form #capture_editProfile_form_item_email form input,
fieldset[disabled] div.janrain-form #editProfile form input,
fieldset[disabled] div.janrain-form #publicProfileModal form input {
  background-color: #E9EEF2;
  opacity: 1;
}
div.janrain-form #verifyEmail form input[disabled],
div.janrain-form #resendVerificationSuccess form input[disabled],
div.janrain-form #verifyEmailSuccess form input[disabled],
div.janrain-form #resetPasswordRequestCode form input[disabled],
div.janrain-form #resetPassword form input[disabled],
div.janrain-form #resetPassword form input[disabled],
div.janrain-form #resetPasswordSuccess form input[disabled],
div.janrain-form #resetPasswordRequestCodeSuccess form input[disabled],
div.janrain-form #changePasswordSuccess form input[disabled],
div.janrain-form #changePassword form input[disabled],
div.janrain-form #capture_editProfile_form_item_email form input[disabled],
div.janrain-form #editProfile form input[disabled],
div.janrain-form #publicProfileModal form input[disabled],
fieldset[disabled] div.janrain-form #verifyEmail form input,
fieldset[disabled] div.janrain-form #resendVerificationSuccess form input,
fieldset[disabled] div.janrain-form #verifyEmailSuccess form input,
fieldset[disabled] div.janrain-form #resetPasswordRequestCode form input,
fieldset[disabled] div.janrain-form #resetPassword form input,
fieldset[disabled] div.janrain-form #resetPassword form input,
fieldset[disabled] div.janrain-form #resetPasswordSuccess form input,
fieldset[disabled] div.janrain-form #resetPasswordRequestCodeSuccess form input,
fieldset[disabled] div.janrain-form #changePasswordSuccess form input,
fieldset[disabled] div.janrain-form #changePassword form input,
fieldset[disabled] div.janrain-form #capture_editProfile_form_item_email form input,
fieldset[disabled] div.janrain-form #editProfile form input,
fieldset[disabled] div.janrain-form #publicProfileModal form input {
  cursor: not-allowed;
}
textareadiv.janrain-form #verifyEmail form input,
textareadiv.janrain-form #resendVerificationSuccess form input,
textareadiv.janrain-form #verifyEmailSuccess form input,
textareadiv.janrain-form #resetPasswordRequestCode form input,
textareadiv.janrain-form #resetPassword form input,
textareadiv.janrain-form #resetPassword form input,
textareadiv.janrain-form #resetPasswordSuccess form input,
textareadiv.janrain-form #resetPasswordRequestCodeSuccess form input,
textareadiv.janrain-form #changePasswordSuccess form input,
textareadiv.janrain-form #changePassword form input,
textareadiv.janrain-form #capture_editProfile_form_item_email form input,
textareadiv.janrain-form #editProfile form input,
textareadiv.janrain-form #publicProfileModal form input {
  height: auto;
}
div.janrain-form #verifyEmail form .capture_btn,
div.janrain-form #resendVerificationSuccess form .capture_btn,
div.janrain-form #verifyEmailSuccess form .capture_btn,
div.janrain-form #resetPasswordRequestCode form .capture_btn,
div.janrain-form #resetPassword form .capture_btn,
div.janrain-form #resetPassword form .capture_btn,
div.janrain-form #resetPasswordSuccess form .capture_btn,
div.janrain-form #resetPasswordRequestCodeSuccess form .capture_btn,
div.janrain-form #changePasswordSuccess form .capture_btn,
div.janrain-form #changePassword form .capture_btn,
div.janrain-form #capture_editProfile_form_item_email form .capture_btn,
div.janrain-form #editProfile form .capture_btn,
div.janrain-form #publicProfileModal form .capture_btn,
div.janrain-form #verifyEmail form .capture_btn,
div.janrain-form #resendVerificationSuccess form .capture_btn,
div.janrain-form #verifyEmailSuccess form .capture_btn,
div.janrain-form #resetPasswordRequestCode form .capture_btn,
div.janrain-form #resetPassword form .capture_btn,
div.janrain-form #resetPassword form .capture_btn,
div.janrain-form #resetPasswordSuccess form .capture_btn,
div.janrain-form #resetPasswordRequestCodeSuccess form .capture_btn,
div.janrain-form #changePasswordSuccess form .capture_btn,
div.janrain-form #changePassword form .capture_btn,
div.janrain-form #capture_editProfile_form_item_email form .capture_btn,
div.janrain-form #editProfile form .capture_btn,
div.janrain-form #publicProfileModal form .capture_btn,
div.janrain-form #verifyEmail form .capture_primary,
div.janrain-form #resendVerificationSuccess form .capture_primary,
div.janrain-form #verifyEmailSuccess form .capture_primary,
div.janrain-form #resetPasswordRequestCode form .capture_primary,
div.janrain-form #resetPassword form .capture_primary,
div.janrain-form #resetPassword form .capture_primary,
div.janrain-form #resetPasswordSuccess form .capture_primary,
div.janrain-form #resetPasswordRequestCodeSuccess form .capture_primary,
div.janrain-form #changePasswordSuccess form .capture_primary,
div.janrain-form #changePassword form .capture_primary,
div.janrain-form #capture_editProfile_form_item_email form .capture_primary,
div.janrain-form #editProfile form .capture_primary,
div.janrain-form #publicProfileModal form .capture_primary {
  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: 10px 18px;
  font-size: 18px;
  line-height: 1.44444444;
  border-radius: 3px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-weight: 400;
  color: #33424D;
  background-color: #FFD100;
  border-color: #e6bc00;
  transition: all ease-out 300ms;
  width: inherit;
  margin-top: 15px;
}
div.janrain-form #verifyEmail form .capture_btn:focus,
div.janrain-form #resendVerificationSuccess form .capture_btn:focus,
div.janrain-form #verifyEmailSuccess form .capture_btn:focus,
div.janrain-form #resetPasswordRequestCode form .capture_btn:focus,
div.janrain-form #resetPassword form .capture_btn:focus,
div.janrain-form #resetPassword form .capture_btn:focus,
div.janrain-form #resetPasswordSuccess form .capture_btn:focus,
div.janrain-form #resetPasswordRequestCodeSuccess form .capture_btn:focus,
div.janrain-form #changePasswordSuccess form .capture_btn:focus,
div.janrain-form #changePassword form .capture_btn:focus,
div.janrain-form #capture_editProfile_form_item_email form .capture_btn:focus,
div.janrain-form #editProfile form .capture_btn:focus,
div.janrain-form #publicProfileModal form .capture_btn:focus,
div.janrain-form #verifyEmail form .capture_btn:focus,
div.janrain-form #resendVerificationSuccess form .capture_btn:focus,
div.janrain-form #verifyEmailSuccess form .capture_btn:focus,
div.janrain-form #resetPasswordRequestCode form .capture_btn:focus,
div.janrain-form #resetPassword form .capture_btn:focus,
div.janrain-form #resetPassword form .capture_btn:focus,
div.janrain-form #resetPasswordSuccess form .capture_btn:focus,
div.janrain-form #resetPasswordRequestCodeSuccess form .capture_btn:focus,
div.janrain-form #changePasswordSuccess form .capture_btn:focus,
div.janrain-form #changePassword form .capture_btn:focus,
div.janrain-form #capture_editProfile_form_item_email form .capture_btn:focus,
div.janrain-form #editProfile form .capture_btn:focus,
div.janrain-form #publicProfileModal form .capture_btn:focus,
div.janrain-form #verifyEmail form .capture_primary:focus,
div.janrain-form #resendVerificationSuccess form .capture_primary:focus,
div.janrain-form #verifyEmailSuccess form .capture_primary:focus,
div.janrain-form #resetPasswordRequestCode form .capture_primary:focus,
div.janrain-form #resetPassword form .capture_primary:focus,
div.janrain-form #resetPassword form .capture_primary:focus,
div.janrain-form #resetPasswordSuccess form .capture_primary:focus,
div.janrain-form #resetPasswordRequestCodeSuccess form .capture_primary:focus,
div.janrain-form #changePasswordSuccess form .capture_primary:focus,
div.janrain-form #changePassword form .capture_primary:focus,
div.janrain-form #capture_editProfile_form_item_email form .capture_primary:focus,
div.janrain-form #editProfile form .capture_primary:focus,
div.janrain-form #publicProfileModal form .capture_primary:focus,
div.janrain-form #verifyEmail form .capture_btn:active:focus,
div.janrain-form #resendVerificationSuccess form .capture_btn:active:focus,
div.janrain-form #verifyEmailSuccess form .capture_btn:active:focus,
div.janrain-form #resetPasswordRequestCode form .capture_btn:active:focus,
div.janrain-form #resetPassword form .capture_btn:active:focus,
div.janrain-form #resetPassword form .capture_btn:active:focus,
div.janrain-form #resetPasswordSuccess form .capture_btn:active:focus,
div.janrain-form #resetPasswordRequestCodeSuccess form .capture_btn:active:focus,
div.janrain-form #changePasswordSuccess form .capture_btn:active:focus,
div.janrain-form #changePassword form .capture_btn:active:focus,
div.janrain-form #capture_editProfile_form_item_email form .capture_btn:active:focus,
div.janrain-form #editProfile form .capture_btn:active:focus,
div.janrain-form #publicProfileModal form .capture_btn:active:focus,
div.janrain-form #verifyEmail form .capture_btn:active:focus,
div.janrain-form #resendVerificationSuccess form .capture_btn:active:focus,
div.janrain-form #verifyEmailSuccess form .capture_btn:active:focus,
div.janrain-form #resetPasswordRequestCode form .capture_btn:active:focus,
div.janrain-form #resetPassword form .capture_btn:active:focus,
div.janrain-form #resetPassword form .capture_btn:active:focus,
div.janrain-form #resetPasswordSuccess form .capture_btn:active:focus,
div.janrain-form #resetPasswordRequestCodeSuccess form .capture_btn:active:focus,
div.janrain-form #changePasswordSuccess form .capture_btn:active:focus,
div.janrain-form #changePassword form .capture_btn:active:focus,
div.janrain-form #capture_editProfile_form_item_email form .capture_btn:active:focus,
div.janrain-form #editProfile form .capture_btn:active:focus,
div.janrain-form #publicProfileModal form .capture_btn:active:focus,
div.janrain-form #verifyEmail form .capture_primary:active:focus,
div.janrain-form #resendVerificationSuccess form .capture_primary:active:focus,
div.janrain-form #verifyEmailSuccess form .capture_primary:active:focus,
div.janrain-form #resetPasswordRequestCode form .capture_primary:active:focus,
div.janrain-form #resetPassword form .capture_primary:active:focus,
div.janrain-form #resetPassword form .capture_primary:active:focus,
div.janrain-form #resetPasswordSuccess form .capture_primary:active:focus,
div.janrain-form #resetPasswordRequestCodeSuccess form .capture_primary:active:focus,
div.janrain-form #changePasswordSuccess form .capture_primary:active:focus,
div.janrain-form #changePassword form .capture_primary:active:focus,
div.janrain-form #capture_editProfile_form_item_email form .capture_primary:active:focus,
div.janrain-form #editProfile form .capture_primary:active:focus,
div.janrain-form #publicProfileModal form .capture_primary:active:focus,
div.janrain-form #verifyEmail form .capture_btn.active:focus,
div.janrain-form #resendVerificationSuccess form .capture_btn.active:focus,
div.janrain-form #verifyEmailSuccess form .capture_btn.active:focus,
div.janrain-form #resetPasswordRequestCode form .capture_btn.active:focus,
div.janrain-form #resetPassword form .capture_btn.active:focus,
div.janrain-form #resetPassword form .capture_btn.active:focus,
div.janrain-form #resetPasswordSuccess form .capture_btn.active:focus,
div.janrain-form #resetPasswordRequestCodeSuccess form .capture_btn.active:focus,
div.janrain-form #changePasswordSuccess form .capture_btn.active:focus,
div.janrain-form #changePassword form .capture_btn.active:focus,
div.janrain-form #capture_editProfile_form_item_email form .capture_btn.active:focus,
div.janrain-form #editProfile form .capture_btn.active:focus,
div.janrain-form #publicProfileModal form .capture_btn.active:focus,
div.janrain-form #verifyEmail form .capture_btn.active:focus,
div.janrain-form #resendVerificationSuccess form .capture_btn.active:focus,
div.janrain-form #verifyEmailSuccess form .capture_btn.active:focus,
div.janrain-form #resetPasswordRequestCode form .capture_btn.active:focus,
div.janrain-form #resetPassword form .capture_btn.active:focus,
div.janrain-form #resetPassword form .capture_btn.active:focus,
div.janrain-form #resetPasswordSuccess form .capture_btn.active:focus,
div.janrain-form #resetPasswordRequestCodeSuccess form .capture_btn.active:focus,
div.janrain-form #changePasswordSuccess form .capture_btn.active:focus,
div.janrain-form #changePassword form .capture_btn.active:focus,
div.janrain-form #capture_editProfile_form_item_email form .capture_btn.active:focus,
div.janrain-form #editProfile form .capture_btn.active:focus,
div.janrain-form #publicProfileModal form .capture_btn.active:focus,
div.janrain-form #verifyEmail form .capture_primary.active:focus,
div.janrain-form #resendVerificationSuccess form .capture_primary.active:focus,
div.janrain-form #verifyEmailSuccess form .capture_primary.active:focus,
div.janrain-form #resetPasswordRequestCode form .capture_primary.active:focus,
div.janrain-form #resetPassword form .capture_primary.active:focus,
div.janrain-form #resetPassword form .capture_primary.active:focus,
div.janrain-form #resetPasswordSuccess form .capture_primary.active:focus,
div.janrain-form #resetPasswordRequestCodeSuccess form .capture_primary.active:focus,
div.janrain-form #changePasswordSuccess form .capture_primary.active:focus,
div.janrain-form #changePassword form .capture_primary.active:focus,
div.janrain-form #capture_editProfile_form_item_email form .capture_primary.active:focus,
div.janrain-form #editProfile form .capture_primary.active:focus,
div.janrain-form #publicProfileModal form .capture_primary.active:focus,
div.janrain-form #verifyEmail form .capture_btn.focus,
div.janrain-form #resendVerificationSuccess form .capture_btn.focus,
div.janrain-form #verifyEmailSuccess form .capture_btn.focus,
div.janrain-form #resetPasswordRequestCode form .capture_btn.focus,
div.janrain-form #resetPassword form .capture_btn.focus,
div.janrain-form #resetPassword form .capture_btn.focus,
div.janrain-form #resetPasswordSuccess form .capture_btn.focus,
div.janrain-form #resetPasswordRequestCodeSuccess form .capture_btn.focus,
div.janrain-form #changePasswordSuccess form .capture_btn.focus,
div.janrain-form #changePassword form .capture_btn.focus,
div.janrain-form #capture_editProfile_form_item_email form .capture_btn.focus,
div.janrain-form #editProfile form .capture_btn.focus,
div.janrain-form #publicProfileModal form .capture_btn.focus,
div.janrain-form #verifyEmail form .capture_btn.focus,
div.janrain-form #resendVerificationSuccess form .capture_btn.focus,
div.janrain-form #verifyEmailSuccess form .capture_btn.focus,
div.janrain-form #resetPasswordRequestCode form .capture_btn.focus,
div.janrain-form #resetPassword form .capture_btn.focus,
div.janrain-form #resetPassword form .capture_btn.focus,
div.janrain-form #resetPasswordSuccess form .capture_btn.focus,
div.janrain-form #resetPasswordRequestCodeSuccess form .capture_btn.focus,
div.janrain-form #changePasswordSuccess form .capture_btn.focus,
div.janrain-form #changePassword form .capture_btn.focus,
div.janrain-form #capture_editProfile_form_item_email form .capture_btn.focus,
div.janrain-form #editProfile form .capture_btn.focus,
div.janrain-form #publicProfileModal form .capture_btn.focus,
div.janrain-form #verifyEmail form .capture_primary.focus,
div.janrain-form #resendVerificationSuccess form .capture_primary.focus,
div.janrain-form #verifyEmailSuccess form .capture_primary.focus,
div.janrain-form #resetPasswordRequestCode form .capture_primary.focus,
div.janrain-form #resetPassword form .capture_primary.focus,
div.janrain-form #resetPassword form .capture_primary.focus,
div.janrain-form #resetPasswordSuccess form .capture_primary.focus,
div.janrain-form #resetPasswordRequestCodeSuccess form .capture_primary.focus,
div.janrain-form #changePasswordSuccess form .capture_primary.focus,
div.janrain-form #changePassword form .capture_primary.focus,
div.janrain-form #capture_editProfile_form_item_email form .capture_primary.focus,
div.janrain-form #editProfile form .capture_primary.focus,
div.janrain-form #publicProfileModal form .capture_primary.focus,
div.janrain-form #verifyEmail form .capture_btn:active.focus,
div.janrain-form #resendVerificationSuccess form .capture_btn:active.focus,
div.janrain-form #verifyEmailSuccess form .capture_btn:active.focus,
div.janrain-form #resetPasswordRequestCode form .capture_btn:active.focus,
div.janrain-form #resetPassword form .capture_btn:active.focus,
div.janrain-form #resetPassword form .capture_btn:active.focus,
div.janrain-form #resetPasswordSuccess form .capture_btn:active.focus,
div.janrain-form #resetPasswordRequestCodeSuccess form .capture_btn:active.focus,
div.janrain-form #changePasswordSuccess form .capture_btn:active.focus,
div.janrain-form #changePassword form .capture_btn:active.focus,
div.janrain-form #capture_editProfile_form_item_email form .capture_btn:active.focus,
div.janrain-form #editProfile form .capture_btn:active.focus,
div.janrain-form #publicProfileModal form .capture_btn:active.focus,
div.janrain-form #verifyEmail form .capture_btn:active.focus,
div.janrain-form #resendVerificationSuccess form .capture_btn:active.focus,
div.janrain-form #verifyEmailSuccess form .capture_btn:active.focus,
div.janrain-form #resetPasswordRequestCode form .capture_btn:active.focus,
div.janrain-form #resetPassword form .capture_btn:active.focus,
div.janrain-form #resetPassword form .capture_btn:active.focus,
div.janrain-form #resetPasswordSuccess form .capture_btn:active.focus,
div.janrain-form #resetPasswordRequestCodeSuccess form .capture_btn:active.focus,
div.janrain-form #changePasswordSuccess form .capture_btn:active.focus,
div.janrain-form #changePassword form .capture_btn:active.focus,
div.janrain-form #capture_editProfile_form_item_email form .capture_btn:active.focus,
div.janrain-form #editProfile form .capture_btn:active.focus,
div.janrain-form #publicProfileModal form .capture_btn:active.focus,
div.janrain-form #verifyEmail form .capture_primary:active.focus,
div.janrain-form #resendVerificationSuccess form .capture_primary:active.focus,
div.janrain-form #verifyEmailSuccess form .capture_primary:active.focus,
div.janrain-form #resetPasswordRequestCode form .capture_primary:active.focus,
div.janrain-form #resetPassword form .capture_primary:active.focus,
div.janrain-form #resetPassword form .capture_primary:active.focus,
div.janrain-form #resetPasswordSuccess form .capture_primary:active.focus,
div.janrain-form #resetPasswordRequestCodeSuccess form .capture_primary:active.focus,
div.janrain-form #changePasswordSuccess form .capture_primary:active.focus,
div.janrain-form #changePassword form .capture_primary:active.focus,
div.janrain-form #capture_editProfile_form_item_email form .capture_primary:active.focus,
div.janrain-form #editProfile form .capture_primary:active.focus,
div.janrain-form #publicProfileModal form .capture_primary:active.focus,
div.janrain-form #verifyEmail form .capture_btn.active.focus,
div.janrain-form #resendVerificationSuccess form .capture_btn.active.focus,
div.janrain-form #verifyEmailSuccess form .capture_btn.active.focus,
div.janrain-form #resetPasswordRequestCode form .capture_btn.active.focus,
div.janrain-form #resetPassword form .capture_btn.active.focus,
div.janrain-form #resetPassword form .capture_btn.active.focus,
div.janrain-form #resetPasswordSuccess form .capture_btn.active.focus,
div.janrain-form #resetPasswordRequestCodeSuccess form .capture_btn.active.focus,
div.janrain-form #changePasswordSuccess form .capture_btn.active.focus,
div.janrain-form #changePassword form .capture_btn.active.focus,
div.janrain-form #capture_editProfile_form_item_email form .capture_btn.active.focus,
div.janrain-form #editProfile form .capture_btn.active.focus,
div.janrain-form #publicProfileModal form .capture_btn.active.focus,
div.janrain-form #verifyEmail form .capture_btn.active.focus,
div.janrain-form #resendVerificationSuccess form .capture_btn.active.focus,
div.janrain-form #verifyEmailSuccess form .capture_btn.active.focus,
div.janrain-form #resetPasswordRequestCode form .capture_btn.active.focus,
div.janrain-form #resetPassword form .capture_btn.active.focus,
div.janrain-form #resetPassword form .capture_btn.active.focus,
div.janrain-form #resetPasswordSuccess form .capture_btn.active.focus,
div.janrain-form #resetPasswordRequestCodeSuccess form .capture_btn.active.focus,
div.janrain-form #changePasswordSuccess form .capture_btn.active.focus,
div.janrain-form #changePassword form .capture_btn.active.focus,
div.janrain-form #capture_editProfile_form_item_email form .capture_btn.active.focus,
div.janrain-form #editProfile form .capture_btn.active.focus,
div.janrain-form #publicProfileModal form .capture_btn.active.focus,
div.janrain-form #verifyEmail form .capture_primary.active.focus,
div.janrain-form #resendVerificationSuccess form .capture_primary.active.focus,
div.janrain-form #verifyEmailSuccess form .capture_primary.active.focus,
div.janrain-form #resetPasswordRequestCode form .capture_primary.active.focus,
div.janrain-form #resetPassword form .capture_primary.active.focus,
div.janrain-form #resetPassword form .capture_primary.active.focus,
div.janrain-form #resetPasswordSuccess form .capture_primary.active.focus,
div.janrain-form #resetPasswordRequestCodeSuccess form .capture_primary.active.focus,
div.janrain-form #changePasswordSuccess form .capture_primary.active.focus,
div.janrain-form #changePassword form .capture_primary.active.focus,
div.janrain-form #capture_editProfile_form_item_email form .capture_primary.active.focus,
div.janrain-form #editProfile form .capture_primary.active.focus,
div.janrain-form #publicProfileModal form .capture_primary.active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
div.janrain-form #verifyEmail form .capture_btn:hover,
div.janrain-form #resendVerificationSuccess form .capture_btn:hover,
div.janrain-form #verifyEmailSuccess form .capture_btn:hover,
div.janrain-form #resetPasswordRequestCode form .capture_btn:hover,
div.janrain-form #resetPassword form .capture_btn:hover,
div.janrain-form #resetPassword form .capture_btn:hover,
div.janrain-form #resetPasswordSuccess form .capture_btn:hover,
div.janrain-form #resetPasswordRequestCodeSuccess form .capture_btn:hover,
div.janrain-form #changePasswordSuccess form .capture_btn:hover,
div.janrain-form #changePassword form .capture_btn:hover,
div.janrain-form #capture_editProfile_form_item_email form .capture_btn:hover,
div.janrain-form #editProfile form .capture_btn:hover,
div.janrain-form #publicProfileModal form .capture_btn:hover,
div.janrain-form #verifyEmail form .capture_btn:hover,
div.janrain-form #resendVerificationSuccess form .capture_btn:hover,
div.janrain-form #verifyEmailSuccess form .capture_btn:hover,
div.janrain-form #resetPasswordRequestCode form .capture_btn:hover,
div.janrain-form #resetPassword form .capture_btn:hover,
div.janrain-form #resetPassword form .capture_btn:hover,
div.janrain-form #resetPasswordSuccess form .capture_btn:hover,
div.janrain-form #resetPasswordRequestCodeSuccess form .capture_btn:hover,
div.janrain-form #changePasswordSuccess form .capture_btn:hover,
div.janrain-form #changePassword form .capture_btn:hover,
div.janrain-form #capture_editProfile_form_item_email form .capture_btn:hover,
div.janrain-form #editProfile form .capture_btn:hover,
div.janrain-form #publicProfileModal form .capture_btn:hover,
div.janrain-form #verifyEmail form .capture_primary:hover,
div.janrain-form #resendVerificationSuccess form .capture_primary:hover,
div.janrain-form #verifyEmailSuccess form .capture_primary:hover,
div.janrain-form #resetPasswordRequestCode form .capture_primary:hover,
div.janrain-form #resetPassword form .capture_primary:hover,
div.janrain-form #resetPassword form .capture_primary:hover,
div.janrain-form #resetPasswordSuccess form .capture_primary:hover,
div.janrain-form #resetPasswordRequestCodeSuccess form .capture_primary:hover,
div.janrain-form #changePasswordSuccess form .capture_primary:hover,
div.janrain-form #changePassword form .capture_primary:hover,
div.janrain-form #capture_editProfile_form_item_email form .capture_primary:hover,
div.janrain-form #editProfile form .capture_primary:hover,
div.janrain-form #publicProfileModal form .capture_primary:hover,
div.janrain-form #verifyEmail form .capture_btn:focus,
div.janrain-form #resendVerificationSuccess form .capture_btn:focus,
div.janrain-form #verifyEmailSuccess form .capture_btn:focus,
div.janrain-form #resetPasswordRequestCode form .capture_btn:focus,
div.janrain-form #resetPassword form .capture_btn:focus,
div.janrain-form #resetPassword form .capture_btn:focus,
div.janrain-form #resetPasswordSuccess form .capture_btn:focus,
div.janrain-form #resetPasswordRequestCodeSuccess form .capture_btn:focus,
div.janrain-form #changePasswordSuccess form .capture_btn:focus,
div.janrain-form #changePassword form .capture_btn:focus,
div.janrain-form #capture_editProfile_form_item_email form .capture_btn:focus,
div.janrain-form #editProfile form .capture_btn:focus,
div.janrain-form #publicProfileModal form .capture_btn:focus,
div.janrain-form #verifyEmail form .capture_btn:focus,
div.janrain-form #resendVerificationSuccess form .capture_btn:focus,
div.janrain-form #verifyEmailSuccess form .capture_btn:focus,
div.janrain-form #resetPasswordRequestCode form .capture_btn:focus,
div.janrain-form #resetPassword form .capture_btn:focus,
div.janrain-form #resetPassword form .capture_btn:focus,
div.janrain-form #resetPasswordSuccess form .capture_btn:focus,
div.janrain-form #resetPasswordRequestCodeSuccess form .capture_btn:focus,
div.janrain-form #changePasswordSuccess form .capture_btn:focus,
div.janrain-form #changePassword form .capture_btn:focus,
div.janrain-form #capture_editProfile_form_item_email form .capture_btn:focus,
div.janrain-form #editProfile form .capture_btn:focus,
div.janrain-form #publicProfileModal form .capture_btn:focus,
div.janrain-form #verifyEmail form .capture_primary:focus,
div.janrain-form #resendVerificationSuccess form .capture_primary:focus,
div.janrain-form #verifyEmailSuccess form .capture_primary:focus,
div.janrain-form #resetPasswordRequestCode form .capture_primary:focus,
div.janrain-form #resetPassword form .capture_primary:focus,
div.janrain-form #resetPassword form .capture_primary:focus,
div.janrain-form #resetPasswordSuccess form .capture_primary:focus,
div.janrain-form #resetPasswordRequestCodeSuccess form .capture_primary:focus,
div.janrain-form #changePasswordSuccess form .capture_primary:focus,
div.janrain-form #changePassword form .capture_primary:focus,
div.janrain-form #capture_editProfile_form_item_email form .capture_primary:focus,
div.janrain-form #editProfile form .capture_primary:focus,
div.janrain-form #publicProfileModal form .capture_primary:focus,
div.janrain-form #verifyEmail form .capture_btn.focus,
div.janrain-form #resendVerificationSuccess form .capture_btn.focus,
div.janrain-form #verifyEmailSuccess form .capture_btn.focus,
div.janrain-form #resetPasswordRequestCode form .capture_btn.focus,
div.janrain-form #resetPassword form .capture_btn.focus,
div.janrain-form #resetPassword form .capture_btn.focus,
div.janrain-form #resetPasswordSuccess form .capture_btn.focus,
div.janrain-form #resetPasswordRequestCodeSuccess form .capture_btn.focus,
div.janrain-form #changePasswordSuccess form .capture_btn.focus,
div.janrain-form #changePassword form .capture_btn.focus,
div.janrain-form #capture_editProfile_form_item_email form .capture_btn.focus,
div.janrain-form #editProfile form .capture_btn.focus,
div.janrain-form #publicProfileModal form .capture_btn.focus,
div.janrain-form #verifyEmail form .capture_btn.focus,
div.janrain-form #resendVerificationSuccess form .capture_btn.focus,
div.janrain-form #verifyEmailSuccess form .capture_btn.focus,
div.janrain-form #resetPasswordRequestCode form .capture_btn.focus,
div.janrain-form #resetPassword form .capture_btn.focus,
div.janrain-form #resetPassword form .capture_btn.focus,
div.janrain-form #resetPasswordSuccess form .capture_btn.focus,
div.janrain-form #resetPasswordRequestCodeSuccess form .capture_btn.focus,
div.janrain-form #changePasswordSuccess form .capture_btn.focus,
div.janrain-form #changePassword form .capture_btn.focus,
div.janrain-form #capture_editProfile_form_item_email form .capture_btn.focus,
div.janrain-form #editProfile form .capture_btn.focus,
div.janrain-form #publicProfileModal form .capture_btn.focus,
div.janrain-form #verifyEmail form .capture_primary.focus,
div.janrain-form #resendVerificationSuccess form .capture_primary.focus,
div.janrain-form #verifyEmailSuccess form .capture_primary.focus,
div.janrain-form #resetPasswordRequestCode form .capture_primary.focus,
div.janrain-form #resetPassword form .capture_primary.focus,
div.janrain-form #resetPassword form .capture_primary.focus,
div.janrain-form #resetPasswordSuccess form .capture_primary.focus,
div.janrain-form #resetPasswordRequestCodeSuccess form .capture_primary.focus,
div.janrain-form #changePasswordSuccess form .capture_primary.focus,
div.janrain-form #changePassword form .capture_primary.focus,
div.janrain-form #capture_editProfile_form_item_email form .capture_primary.focus,
div.janrain-form #editProfile form .capture_primary.focus,
div.janrain-form #publicProfileModal form .capture_primary.focus {
  color: #425563;
  text-decoration: none;
}
div.janrain-form #verifyEmail form .capture_btn:active,
div.janrain-form #resendVerificationSuccess form .capture_btn:active,
div.janrain-form #verifyEmailSuccess form .capture_btn:active,
div.janrain-form #resetPasswordRequestCode form .capture_btn:active,
div.janrain-form #resetPassword form .capture_btn:active,
div.janrain-form #resetPassword form .capture_btn:active,
div.janrain-form #resetPasswordSuccess form .capture_btn:active,
div.janrain-form #resetPasswordRequestCodeSuccess form .capture_btn:active,
div.janrain-form #changePasswordSuccess form .capture_btn:active,
div.janrain-form #changePassword form .capture_btn:active,
div.janrain-form #capture_editProfile_form_item_email form .capture_btn:active,
div.janrain-form #editProfile form .capture_btn:active,
div.janrain-form #publicProfileModal form .capture_btn:active,
div.janrain-form #verifyEmail form .capture_btn:active,
div.janrain-form #resendVerificationSuccess form .capture_btn:active,
div.janrain-form #verifyEmailSuccess form .capture_btn:active,
div.janrain-form #resetPasswordRequestCode form .capture_btn:active,
div.janrain-form #resetPassword form .capture_btn:active,
div.janrain-form #resetPassword form .capture_btn:active,
div.janrain-form #resetPasswordSuccess form .capture_btn:active,
div.janrain-form #resetPasswordRequestCodeSuccess form .capture_btn:active,
div.janrain-form #changePasswordSuccess form .capture_btn:active,
div.janrain-form #changePassword form .capture_btn:active,
div.janrain-form #capture_editProfile_form_item_email form .capture_btn:active,
div.janrain-form #editProfile form .capture_btn:active,
div.janrain-form #publicProfileModal form .capture_btn:active,
div.janrain-form #verifyEmail form .capture_primary:active,
div.janrain-form #resendVerificationSuccess form .capture_primary:active,
div.janrain-form #verifyEmailSuccess form .capture_primary:active,
div.janrain-form #resetPasswordRequestCode form .capture_primary:active,
div.janrain-form #resetPassword form .capture_primary:active,
div.janrain-form #resetPassword form .capture_primary:active,
div.janrain-form #resetPasswordSuccess form .capture_primary:active,
div.janrain-form #resetPasswordRequestCodeSuccess form .capture_primary:active,
div.janrain-form #changePasswordSuccess form .capture_primary:active,
div.janrain-form #changePassword form .capture_primary:active,
div.janrain-form #capture_editProfile_form_item_email form .capture_primary:active,
div.janrain-form #editProfile form .capture_primary:active,
div.janrain-form #publicProfileModal form .capture_primary:active,
div.janrain-form #verifyEmail form .capture_btn.active,
div.janrain-form #resendVerificationSuccess form .capture_btn.active,
div.janrain-form #verifyEmailSuccess form .capture_btn.active,
div.janrain-form #resetPasswordRequestCode form .capture_btn.active,
div.janrain-form #resetPassword form .capture_btn.active,
div.janrain-form #resetPassword form .capture_btn.active,
div.janrain-form #resetPasswordSuccess form .capture_btn.active,
div.janrain-form #resetPasswordRequestCodeSuccess form .capture_btn.active,
div.janrain-form #changePasswordSuccess form .capture_btn.active,
div.janrain-form #changePassword form .capture_btn.active,
div.janrain-form #capture_editProfile_form_item_email form .capture_btn.active,
div.janrain-form #editProfile form .capture_btn.active,
div.janrain-form #publicProfileModal form .capture_btn.active,
div.janrain-form #verifyEmail form .capture_btn.active,
div.janrain-form #resendVerificationSuccess form .capture_btn.active,
div.janrain-form #verifyEmailSuccess form .capture_btn.active,
div.janrain-form #resetPasswordRequestCode form .capture_btn.active,
div.janrain-form #resetPassword form .capture_btn.active,
div.janrain-form #resetPassword form .capture_btn.active,
div.janrain-form #resetPasswordSuccess form .capture_btn.active,
div.janrain-form #resetPasswordRequestCodeSuccess form .capture_btn.active,
div.janrain-form #changePasswordSuccess form .capture_btn.active,
div.janrain-form #changePassword form .capture_btn.active,
div.janrain-form #capture_editProfile_form_item_email form .capture_btn.active,
div.janrain-form #editProfile form .capture_btn.active,
div.janrain-form #publicProfileModal form .capture_btn.active,
div.janrain-form #verifyEmail form .capture_primary.active,
div.janrain-form #resendVerificationSuccess form .capture_primary.active,
div.janrain-form #verifyEmailSuccess form .capture_primary.active,
div.janrain-form #resetPasswordRequestCode form .capture_primary.active,
div.janrain-form #resetPassword form .capture_primary.active,
div.janrain-form #resetPassword form .capture_primary.active,
div.janrain-form #resetPasswordSuccess form .capture_primary.active,
div.janrain-form #resetPasswordRequestCodeSuccess form .capture_primary.active,
div.janrain-form #changePasswordSuccess form .capture_primary.active,
div.janrain-form #changePassword form .capture_primary.active,
div.janrain-form #capture_editProfile_form_item_email form .capture_primary.active,
div.janrain-form #editProfile form .capture_primary.active,
div.janrain-form #publicProfileModal form .capture_primary.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);
}
div.janrain-form #verifyEmail form .capture_btn.disabled,
div.janrain-form #resendVerificationSuccess form .capture_btn.disabled,
div.janrain-form #verifyEmailSuccess form .capture_btn.disabled,
div.janrain-form #resetPasswordRequestCode form .capture_btn.disabled,
div.janrain-form #resetPassword form .capture_btn.disabled,
div.janrain-form #resetPassword form .capture_btn.disabled,
div.janrain-form #resetPasswordSuccess form .capture_btn.disabled,
div.janrain-form #resetPasswordRequestCodeSuccess form .capture_btn.disabled,
div.janrain-form #changePasswordSuccess form .capture_btn.disabled,
div.janrain-form #changePassword form .capture_btn.disabled,
div.janrain-form #capture_editProfile_form_item_email form .capture_btn.disabled,
div.janrain-form #editProfile form .capture_btn.disabled,
div.janrain-form #publicProfileModal form .capture_btn.disabled,
div.janrain-form #verifyEmail form .capture_btn.disabled,
div.janrain-form #resendVerificationSuccess form .capture_btn.disabled,
div.janrain-form #verifyEmailSuccess form .capture_btn.disabled,
div.janrain-form #resetPasswordRequestCode form .capture_btn.disabled,
div.janrain-form #resetPassword form .capture_btn.disabled,
div.janrain-form #resetPassword form .capture_btn.disabled,
div.janrain-form #resetPasswordSuccess form .capture_btn.disabled,
div.janrain-form #resetPasswordRequestCodeSuccess form .capture_btn.disabled,
div.janrain-form #changePasswordSuccess form .capture_btn.disabled,
div.janrain-form #changePassword form .capture_btn.disabled,
div.janrain-form #capture_editProfile_form_item_email form .capture_btn.disabled,
div.janrain-form #editProfile form .capture_btn.disabled,
div.janrain-form #publicProfileModal form .capture_btn.disabled,
div.janrain-form #verifyEmail form .capture_primary.disabled,
div.janrain-form #resendVerificationSuccess form .capture_primary.disabled,
div.janrain-form #verifyEmailSuccess form .capture_primary.disabled,
div.janrain-form #resetPasswordRequestCode form .capture_primary.disabled,
div.janrain-form #resetPassword form .capture_primary.disabled,
div.janrain-form #resetPassword form .capture_primary.disabled,
div.janrain-form #resetPasswordSuccess form .capture_primary.disabled,
div.janrain-form #resetPasswordRequestCodeSuccess form .capture_primary.disabled,
div.janrain-form #changePasswordSuccess form .capture_primary.disabled,
div.janrain-form #changePassword form .capture_primary.disabled,
div.janrain-form #capture_editProfile_form_item_email form .capture_primary.disabled,
div.janrain-form #editProfile form .capture_primary.disabled,
div.janrain-form #publicProfileModal form .capture_primary.disabled,
div.janrain-form #verifyEmail form .capture_btn[disabled],
div.janrain-form #resendVerificationSuccess form .capture_btn[disabled],
div.janrain-form #verifyEmailSuccess form .capture_btn[disabled],
div.janrain-form #resetPasswordRequestCode form .capture_btn[disabled],
div.janrain-form #resetPassword form .capture_btn[disabled],
div.janrain-form #resetPassword form .capture_btn[disabled],
div.janrain-form #resetPasswordSuccess form .capture_btn[disabled],
div.janrain-form #resetPasswordRequestCodeSuccess form .capture_btn[disabled],
div.janrain-form #changePasswordSuccess form .capture_btn[disabled],
div.janrain-form #changePassword form .capture_btn[disabled],
div.janrain-form #capture_editProfile_form_item_email form .capture_btn[disabled],
div.janrain-form #editProfile form .capture_btn[disabled],
div.janrain-form #publicProfileModal form .capture_btn[disabled],
div.janrain-form #verifyEmail form .capture_btn[disabled],
div.janrain-form #resendVerificationSuccess form .capture_btn[disabled],
div.janrain-form #verifyEmailSuccess form .capture_btn[disabled],
div.janrain-form #resetPasswordRequestCode form .capture_btn[disabled],
div.janrain-form #resetPassword form .capture_btn[disabled],
div.janrain-form #resetPassword form .capture_btn[disabled],
div.janrain-form #resetPasswordSuccess form .capture_btn[disabled],
div.janrain-form #resetPasswordRequestCodeSuccess form .capture_btn[disabled],
div.janrain-form #changePasswordSuccess form .capture_btn[disabled],
div.janrain-form #changePassword form .capture_btn[disabled],
div.janrain-form #capture_editProfile_form_item_email form .capture_btn[disabled],
div.janrain-form #editProfile form .capture_btn[disabled],
div.janrain-form #publicProfileModal form .capture_btn[disabled],
div.janrain-form #verifyEmail form .capture_primary[disabled],
div.janrain-form #resendVerificationSuccess form .capture_primary[disabled],
div.janrain-form #verifyEmailSuccess form .capture_primary[disabled],
div.janrain-form #resetPasswordRequestCode form .capture_primary[disabled],
div.janrain-form #resetPassword form .capture_primary[disabled],
div.janrain-form #resetPassword form .capture_primary[disabled],
div.janrain-form #resetPasswordSuccess form .capture_primary[disabled],
div.janrain-form #resetPasswordRequestCodeSuccess form .capture_primary[disabled],
div.janrain-form #changePasswordSuccess form .capture_primary[disabled],
div.janrain-form #changePassword form .capture_primary[disabled],
div.janrain-form #capture_editProfile_form_item_email form .capture_primary[disabled],
div.janrain-form #editProfile form .capture_primary[disabled],
div.janrain-form #publicProfileModal form .capture_primary[disabled],
fieldset[disabled] div.janrain-form #verifyEmail form .capture_btn,
fieldset[disabled] div.janrain-form #resendVerificationSuccess form .capture_btn,
fieldset[disabled] div.janrain-form #verifyEmailSuccess form .capture_btn,
fieldset[disabled] div.janrain-form #resetPasswordRequestCode form .capture_btn,
fieldset[disabled] div.janrain-form #resetPassword form .capture_btn,
fieldset[disabled] div.janrain-form #resetPassword form .capture_btn,
fieldset[disabled] div.janrain-form #resetPasswordSuccess form .capture_btn,
fieldset[disabled] div.janrain-form #resetPasswordRequestCodeSuccess form .capture_btn,
fieldset[disabled] div.janrain-form #changePasswordSuccess form .capture_btn,
fieldset[disabled] div.janrain-form #changePassword form .capture_btn,
fieldset[disabled] div.janrain-form #capture_editProfile_form_item_email form .capture_btn,
fieldset[disabled] div.janrain-form #editProfile form .capture_btn,
fieldset[disabled] div.janrain-form #publicProfileModal form .capture_btn,
fieldset[disabled] div.janrain-form #verifyEmail form .capture_btn,
fieldset[disabled] div.janrain-form #resendVerificationSuccess form .capture_btn,
fieldset[disabled] div.janrain-form #verifyEmailSuccess form .capture_btn,
fieldset[disabled] div.janrain-form #resetPasswordRequestCode form .capture_btn,
fieldset[disabled] div.janrain-form #resetPassword form .capture_btn,
fieldset[disabled] div.janrain-form #resetPassword form .capture_btn,
fieldset[disabled] div.janrain-form #resetPasswordSuccess form .capture_btn,
fieldset[disabled] div.janrain-form #resetPasswordRequestCodeSuccess form .capture_btn,
fieldset[disabled] div.janrain-form #changePasswordSuccess form .capture_btn,
fieldset[disabled] div.janrain-form #changePassword form .capture_btn,
fieldset[disabled] div.janrain-form #capture_editProfile_form_item_email form .capture_btn,
fieldset[disabled] div.janrain-form #editProfile form .capture_btn,
fieldset[disabled] div.janrain-form #publicProfileModal form .capture_btn,
fieldset[disabled] div.janrain-form #verifyEmail form .capture_primary,
fieldset[disabled] div.janrain-form #resendVerificationSuccess form .capture_primary,
fieldset[disabled] div.janrain-form #verifyEmailSuccess form .capture_primary,
fieldset[disabled] div.janrain-form #resetPasswordRequestCode form .capture_primary,
fieldset[disabled] div.janrain-form #resetPassword form .capture_primary,
fieldset[disabled] div.janrain-form #resetPassword form .capture_primary,
fieldset[disabled] div.janrain-form #resetPasswordSuccess form .capture_primary,
fieldset[disabled] div.janrain-form #resetPasswordRequestCodeSuccess form .capture_primary,
fieldset[disabled] div.janrain-form #changePasswordSuccess form .capture_primary,
fieldset[disabled] div.janrain-form #changePassword form .capture_primary,
fieldset[disabled] div.janrain-form #capture_editProfile_form_item_email form .capture_primary,
fieldset[disabled] div.janrain-form #editProfile form .capture_primary,
fieldset[disabled] div.janrain-form #publicProfileModal form .capture_primary {
  cursor: not-allowed;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
adiv.janrain-form #verifyEmail form .capture_btn.disabled,
adiv.janrain-form #resendVerificationSuccess form .capture_btn.disabled,
adiv.janrain-form #verifyEmailSuccess form .capture_btn.disabled,
adiv.janrain-form #resetPasswordRequestCode form .capture_btn.disabled,
adiv.janrain-form #resetPassword form .capture_btn.disabled,
adiv.janrain-form #resetPassword form .capture_btn.disabled,
adiv.janrain-form #resetPasswordSuccess form .capture_btn.disabled,
adiv.janrain-form #resetPasswordRequestCodeSuccess form .capture_btn.disabled,
adiv.janrain-form #changePasswordSuccess form .capture_btn.disabled,
adiv.janrain-form #changePassword form .capture_btn.disabled,
adiv.janrain-form #capture_editProfile_form_item_email form .capture_btn.disabled,
adiv.janrain-form #editProfile form .capture_btn.disabled,
adiv.janrain-form #publicProfileModal form .capture_btn.disabled,
adiv.janrain-form #verifyEmail form .capture_btn.disabled,
adiv.janrain-form #resendVerificationSuccess form .capture_btn.disabled,
adiv.janrain-form #verifyEmailSuccess form .capture_btn.disabled,
adiv.janrain-form #resetPasswordRequestCode form .capture_btn.disabled,
adiv.janrain-form #resetPassword form .capture_btn.disabled,
adiv.janrain-form #resetPassword form .capture_btn.disabled,
adiv.janrain-form #resetPasswordSuccess form .capture_btn.disabled,
adiv.janrain-form #resetPasswordRequestCodeSuccess form .capture_btn.disabled,
adiv.janrain-form #changePasswordSuccess form .capture_btn.disabled,
adiv.janrain-form #changePassword form .capture_btn.disabled,
adiv.janrain-form #capture_editProfile_form_item_email form .capture_btn.disabled,
adiv.janrain-form #editProfile form .capture_btn.disabled,
adiv.janrain-form #publicProfileModal form .capture_btn.disabled,
adiv.janrain-form #verifyEmail form .capture_primary.disabled,
adiv.janrain-form #resendVerificationSuccess form .capture_primary.disabled,
adiv.janrain-form #verifyEmailSuccess form .capture_primary.disabled,
adiv.janrain-form #resetPasswordRequestCode form .capture_primary.disabled,
adiv.janrain-form #resetPassword form .capture_primary.disabled,
adiv.janrain-form #resetPassword form .capture_primary.disabled,
adiv.janrain-form #resetPasswordSuccess form .capture_primary.disabled,
adiv.janrain-form #resetPasswordRequestCodeSuccess form .capture_primary.disabled,
adiv.janrain-form #changePasswordSuccess form .capture_primary.disabled,
adiv.janrain-form #changePassword form .capture_primary.disabled,
adiv.janrain-form #capture_editProfile_form_item_email form .capture_primary.disabled,
adiv.janrain-form #editProfile form .capture_primary.disabled,
adiv.janrain-form #publicProfileModal form .capture_primary.disabled,
fieldset[disabled] adiv.janrain-form #verifyEmail form .capture_btn,
fieldset[disabled] adiv.janrain-form #resendVerificationSuccess form .capture_btn,
fieldset[disabled] adiv.janrain-form #verifyEmailSuccess form .capture_btn,
fieldset[disabled] adiv.janrain-form #resetPasswordRequestCode form .capture_btn,
fieldset[disabled] adiv.janrain-form #resetPassword form .capture_btn,
fieldset[disabled] adiv.janrain-form #resetPassword form .capture_btn,
fieldset[disabled] adiv.janrain-form #resetPasswordSuccess form .capture_btn,
fieldset[disabled] adiv.janrain-form #resetPasswordRequestCodeSuccess form .capture_btn,
fieldset[disabled] adiv.janrain-form #changePasswordSuccess form .capture_btn,
fieldset[disabled] adiv.janrain-form #changePassword form .capture_btn,
fieldset[disabled] adiv.janrain-form #capture_editProfile_form_item_email form .capture_btn,
fieldset[disabled] adiv.janrain-form #editProfile form .capture_btn,
fieldset[disabled] adiv.janrain-form #publicProfileModal form .capture_btn,
fieldset[disabled] adiv.janrain-form #verifyEmail form .capture_btn,
fieldset[disabled] adiv.janrain-form #resendVerificationSuccess form .capture_btn,
fieldset[disabled] adiv.janrain-form #verifyEmailSuccess form .capture_btn,
fieldset[disabled] adiv.janrain-form #resetPasswordRequestCode form .capture_btn,
fieldset[disabled] adiv.janrain-form #resetPassword form .capture_btn,
fieldset[disabled] adiv.janrain-form #resetPassword form .capture_btn,
fieldset[disabled] adiv.janrain-form #resetPasswordSuccess form .capture_btn,
fieldset[disabled] adiv.janrain-form #resetPasswordRequestCodeSuccess form .capture_btn,
fieldset[disabled] adiv.janrain-form #changePasswordSuccess form .capture_btn,
fieldset[disabled] adiv.janrain-form #changePassword form .capture_btn,
fieldset[disabled] adiv.janrain-form #capture_editProfile_form_item_email form .capture_btn,
fieldset[disabled] adiv.janrain-form #editProfile form .capture_btn,
fieldset[disabled] adiv.janrain-form #publicProfileModal form .capture_btn,
fieldset[disabled] adiv.janrain-form #verifyEmail form .capture_primary,
fieldset[disabled] adiv.janrain-form #resendVerificationSuccess form .capture_primary,
fieldset[disabled] adiv.janrain-form #verifyEmailSuccess form .capture_primary,
fieldset[disabled] adiv.janrain-form #resetPasswordRequestCode form .capture_primary,
fieldset[disabled] adiv.janrain-form #resetPassword form .capture_primary,
fieldset[disabled] adiv.janrain-form #resetPassword form .capture_primary,
fieldset[disabled] adiv.janrain-form #resetPasswordSuccess form .capture_primary,
fieldset[disabled] adiv.janrain-form #resetPasswordRequestCodeSuccess form .capture_primary,
fieldset[disabled] adiv.janrain-form #changePasswordSuccess form .capture_primary,
fieldset[disabled] adiv.janrain-form #changePassword form .capture_primary,
fieldset[disabled] adiv.janrain-form #capture_editProfile_form_item_email form .capture_primary,
fieldset[disabled] adiv.janrain-form #editProfile form .capture_primary,
fieldset[disabled] adiv.janrain-form #publicProfileModal form .capture_primary {
  pointer-events: none;
}
div.janrain-form #verifyEmail form .capture_btn strong,
div.janrain-form #resendVerificationSuccess form .capture_btn strong,
div.janrain-form #verifyEmailSuccess form .capture_btn strong,
div.janrain-form #resetPasswordRequestCode form .capture_btn strong,
div.janrain-form #resetPassword form .capture_btn strong,
div.janrain-form #resetPassword form .capture_btn strong,
div.janrain-form #resetPasswordSuccess form .capture_btn strong,
div.janrain-form #resetPasswordRequestCodeSuccess form .capture_btn strong,
div.janrain-form #changePasswordSuccess form .capture_btn strong,
div.janrain-form #changePassword form .capture_btn strong,
div.janrain-form #capture_editProfile_form_item_email form .capture_btn strong,
div.janrain-form #editProfile form .capture_btn strong,
div.janrain-form #publicProfileModal form .capture_btn strong,
div.janrain-form #verifyEmail form .capture_btn strong,
div.janrain-form #resendVerificationSuccess form .capture_btn strong,
div.janrain-form #verifyEmailSuccess form .capture_btn strong,
div.janrain-form #resetPasswordRequestCode form .capture_btn strong,
div.janrain-form #resetPassword form .capture_btn strong,
div.janrain-form #resetPassword form .capture_btn strong,
div.janrain-form #resetPasswordSuccess form .capture_btn strong,
div.janrain-form #resetPasswordRequestCodeSuccess form .capture_btn strong,
div.janrain-form #changePasswordSuccess form .capture_btn strong,
div.janrain-form #changePassword form .capture_btn strong,
div.janrain-form #capture_editProfile_form_item_email form .capture_btn strong,
div.janrain-form #editProfile form .capture_btn strong,
div.janrain-form #publicProfileModal form .capture_btn strong,
div.janrain-form #verifyEmail form .capture_primary strong,
div.janrain-form #resendVerificationSuccess form .capture_primary strong,
div.janrain-form #verifyEmailSuccess form .capture_primary strong,
div.janrain-form #resetPasswordRequestCode form .capture_primary strong,
div.janrain-form #resetPassword form .capture_primary strong,
div.janrain-form #resetPassword form .capture_primary strong,
div.janrain-form #resetPasswordSuccess form .capture_primary strong,
div.janrain-form #resetPasswordRequestCodeSuccess form .capture_primary strong,
div.janrain-form #changePasswordSuccess form .capture_primary strong,
div.janrain-form #changePassword form .capture_primary strong,
div.janrain-form #capture_editProfile_form_item_email form .capture_primary strong,
div.janrain-form #editProfile form .capture_primary strong,
div.janrain-form #publicProfileModal form .capture_primary strong {
  font-weight: 600;
}
div.janrain-form #verifyEmail form .capture_btn:focus,
div.janrain-form #resendVerificationSuccess form .capture_btn:focus,
div.janrain-form #verifyEmailSuccess form .capture_btn:focus,
div.janrain-form #resetPasswordRequestCode form .capture_btn:focus,
div.janrain-form #resetPassword form .capture_btn:focus,
div.janrain-form #resetPassword form .capture_btn:focus,
div.janrain-form #resetPasswordSuccess form .capture_btn:focus,
div.janrain-form #resetPasswordRequestCodeSuccess form .capture_btn:focus,
div.janrain-form #changePasswordSuccess form .capture_btn:focus,
div.janrain-form #changePassword form .capture_btn:focus,
div.janrain-form #capture_editProfile_form_item_email form .capture_btn:focus,
div.janrain-form #editProfile form .capture_btn:focus,
div.janrain-form #publicProfileModal form .capture_btn:focus,
div.janrain-form #verifyEmail form .capture_btn:focus,
div.janrain-form #resendVerificationSuccess form .capture_btn:focus,
div.janrain-form #verifyEmailSuccess form .capture_btn:focus,
div.janrain-form #resetPasswordRequestCode form .capture_btn:focus,
div.janrain-form #resetPassword form .capture_btn:focus,
div.janrain-form #resetPassword form .capture_btn:focus,
div.janrain-form #resetPasswordSuccess form .capture_btn:focus,
div.janrain-form #resetPasswordRequestCodeSuccess form .capture_btn:focus,
div.janrain-form #changePasswordSuccess form .capture_btn:focus,
div.janrain-form #changePassword form .capture_btn:focus,
div.janrain-form #capture_editProfile_form_item_email form .capture_btn:focus,
div.janrain-form #editProfile form .capture_btn:focus,
div.janrain-form #publicProfileModal form .capture_btn:focus,
div.janrain-form #verifyEmail form .capture_primary:focus,
div.janrain-form #resendVerificationSuccess form .capture_primary:focus,
div.janrain-form #verifyEmailSuccess form .capture_primary:focus,
div.janrain-form #resetPasswordRequestCode form .capture_primary:focus,
div.janrain-form #resetPassword form .capture_primary:focus,
div.janrain-form #resetPassword form .capture_primary:focus,
div.janrain-form #resetPasswordSuccess form .capture_primary:focus,
div.janrain-form #resetPasswordRequestCodeSuccess form .capture_primary:focus,
div.janrain-form #changePasswordSuccess form .capture_primary:focus,
div.janrain-form #changePassword form .capture_primary:focus,
div.janrain-form #capture_editProfile_form_item_email form .capture_primary:focus,
div.janrain-form #editProfile form .capture_primary:focus,
div.janrain-form #publicProfileModal form .capture_primary:focus,
div.janrain-form #verifyEmail form .capture_btn.focus,
div.janrain-form #resendVerificationSuccess form .capture_btn.focus,
div.janrain-form #verifyEmailSuccess form .capture_btn.focus,
div.janrain-form #resetPasswordRequestCode form .capture_btn.focus,
div.janrain-form #resetPassword form .capture_btn.focus,
div.janrain-form #resetPassword form .capture_btn.focus,
div.janrain-form #resetPasswordSuccess form .capture_btn.focus,
div.janrain-form #resetPasswordRequestCodeSuccess form .capture_btn.focus,
div.janrain-form #changePasswordSuccess form .capture_btn.focus,
div.janrain-form #changePassword form .capture_btn.focus,
div.janrain-form #capture_editProfile_form_item_email form .capture_btn.focus,
div.janrain-form #editProfile form .capture_btn.focus,
div.janrain-form #publicProfileModal form .capture_btn.focus,
div.janrain-form #verifyEmail form .capture_btn.focus,
div.janrain-form #resendVerificationSuccess form .capture_btn.focus,
div.janrain-form #verifyEmailSuccess form .capture_btn.focus,
div.janrain-form #resetPasswordRequestCode form .capture_btn.focus,
div.janrain-form #resetPassword form .capture_btn.focus,
div.janrain-form #resetPassword form .capture_btn.focus,
div.janrain-form #resetPasswordSuccess form .capture_btn.focus,
div.janrain-form #resetPasswordRequestCodeSuccess form .capture_btn.focus,
div.janrain-form #changePasswordSuccess form .capture_btn.focus,
div.janrain-form #changePassword form .capture_btn.focus,
div.janrain-form #capture_editProfile_form_item_email form .capture_btn.focus,
div.janrain-form #editProfile form .capture_btn.focus,
div.janrain-form #publicProfileModal form .capture_btn.focus,
div.janrain-form #verifyEmail form .capture_primary.focus,
div.janrain-form #resendVerificationSuccess form .capture_primary.focus,
div.janrain-form #verifyEmailSuccess form .capture_primary.focus,
div.janrain-form #resetPasswordRequestCode form .capture_primary.focus,
div.janrain-form #resetPassword form .capture_primary.focus,
div.janrain-form #resetPassword form .capture_primary.focus,
div.janrain-form #resetPasswordSuccess form .capture_primary.focus,
div.janrain-form #resetPasswordRequestCodeSuccess form .capture_primary.focus,
div.janrain-form #changePasswordSuccess form .capture_primary.focus,
div.janrain-form #changePassword form .capture_primary.focus,
div.janrain-form #capture_editProfile_form_item_email form .capture_primary.focus,
div.janrain-form #editProfile form .capture_primary.focus,
div.janrain-form #publicProfileModal form .capture_primary.focus {
  color: #33424D;
  background-color: #cca700;
  border-color: #665400;
}
div.janrain-form #verifyEmail form .capture_btn:hover,
div.janrain-form #resendVerificationSuccess form .capture_btn:hover,
div.janrain-form #verifyEmailSuccess form .capture_btn:hover,
div.janrain-form #resetPasswordRequestCode form .capture_btn:hover,
div.janrain-form #resetPassword form .capture_btn:hover,
div.janrain-form #resetPassword form .capture_btn:hover,
div.janrain-form #resetPasswordSuccess form .capture_btn:hover,
div.janrain-form #resetPasswordRequestCodeSuccess form .capture_btn:hover,
div.janrain-form #changePasswordSuccess form .capture_btn:hover,
div.janrain-form #changePassword form .capture_btn:hover,
div.janrain-form #capture_editProfile_form_item_email form .capture_btn:hover,
div.janrain-form #editProfile form .capture_btn:hover,
div.janrain-form #publicProfileModal form .capture_btn:hover,
div.janrain-form #verifyEmail form .capture_btn:hover,
div.janrain-form #resendVerificationSuccess form .capture_btn:hover,
div.janrain-form #verifyEmailSuccess form .capture_btn:hover,
div.janrain-form #resetPasswordRequestCode form .capture_btn:hover,
div.janrain-form #resetPassword form .capture_btn:hover,
div.janrain-form #resetPassword form .capture_btn:hover,
div.janrain-form #resetPasswordSuccess form .capture_btn:hover,
div.janrain-form #resetPasswordRequestCodeSuccess form .capture_btn:hover,
div.janrain-form #changePasswordSuccess form .capture_btn:hover,
div.janrain-form #changePassword form .capture_btn:hover,
div.janrain-form #capture_editProfile_form_item_email form .capture_btn:hover,
div.janrain-form #editProfile form .capture_btn:hover,
div.janrain-form #publicProfileModal form .capture_btn:hover,
div.janrain-form #verifyEmail form .capture_primary:hover,
div.janrain-form #resendVerificationSuccess form .capture_primary:hover,
div.janrain-form #verifyEmailSuccess form .capture_primary:hover,
div.janrain-form #resetPasswordRequestCode form .capture_primary:hover,
div.janrain-form #resetPassword form .capture_primary:hover,
div.janrain-form #resetPassword form .capture_primary:hover,
div.janrain-form #resetPasswordSuccess form .capture_primary:hover,
div.janrain-form #resetPasswordRequestCodeSuccess form .capture_primary:hover,
div.janrain-form #changePasswordSuccess form .capture_primary:hover,
div.janrain-form #changePassword form .capture_primary:hover,
div.janrain-form #capture_editProfile_form_item_email form .capture_primary:hover,
div.janrain-form #editProfile form .capture_primary:hover,
div.janrain-form #publicProfileModal form .capture_primary:hover {
  color: #33424D;
  background-color: #cca700;
  border-color: #a88a00;
}
div.janrain-form #verifyEmail form .capture_btn:active,
div.janrain-form #resendVerificationSuccess form .capture_btn:active,
div.janrain-form #verifyEmailSuccess form .capture_btn:active,
div.janrain-form #resetPasswordRequestCode form .capture_btn:active,
div.janrain-form #resetPassword form .capture_btn:active,
div.janrain-form #resetPassword form .capture_btn:active,
div.janrain-form #resetPasswordSuccess form .capture_btn:active,
div.janrain-form #resetPasswordRequestCodeSuccess form .capture_btn:active,
div.janrain-form #changePasswordSuccess form .capture_btn:active,
div.janrain-form #changePassword form .capture_btn:active,
div.janrain-form #capture_editProfile_form_item_email form .capture_btn:active,
div.janrain-form #editProfile form .capture_btn:active,
div.janrain-form #publicProfileModal form .capture_btn:active,
div.janrain-form #verifyEmail form .capture_btn:active,
div.janrain-form #resendVerificationSuccess form .capture_btn:active,
div.janrain-form #verifyEmailSuccess form .capture_btn:active,
div.janrain-form #resetPasswordRequestCode form .capture_btn:active,
div.janrain-form #resetPassword form .capture_btn:active,
div.janrain-form #resetPassword form .capture_btn:active,
div.janrain-form #resetPasswordSuccess form .capture_btn:active,
div.janrain-form #resetPasswordRequestCodeSuccess form .capture_btn:active,
div.janrain-form #changePasswordSuccess form .capture_btn:active,
div.janrain-form #changePassword form .capture_btn:active,
div.janrain-form #capture_editProfile_form_item_email form .capture_btn:active,
div.janrain-form #editProfile form .capture_btn:active,
div.janrain-form #publicProfileModal form .capture_btn:active,
div.janrain-form #verifyEmail form .capture_primary:active,
div.janrain-form #resendVerificationSuccess form .capture_primary:active,
div.janrain-form #verifyEmailSuccess form .capture_primary:active,
div.janrain-form #resetPasswordRequestCode form .capture_primary:active,
div.janrain-form #resetPassword form .capture_primary:active,
div.janrain-form #resetPassword form .capture_primary:active,
div.janrain-form #resetPasswordSuccess form .capture_primary:active,
div.janrain-form #resetPasswordRequestCodeSuccess form .capture_primary:active,
div.janrain-form #changePasswordSuccess form .capture_primary:active,
div.janrain-form #changePassword form .capture_primary:active,
div.janrain-form #capture_editProfile_form_item_email form .capture_primary:active,
div.janrain-form #editProfile form .capture_primary:active,
div.janrain-form #publicProfileModal form .capture_primary:active,
div.janrain-form #verifyEmail form .capture_btn.active,
div.janrain-form #resendVerificationSuccess form .capture_btn.active,
div.janrain-form #verifyEmailSuccess form .capture_btn.active,
div.janrain-form #resetPasswordRequestCode form .capture_btn.active,
div.janrain-form #resetPassword form .capture_btn.active,
div.janrain-form #resetPassword form .capture_btn.active,
div.janrain-form #resetPasswordSuccess form .capture_btn.active,
div.janrain-form #resetPasswordRequestCodeSuccess form .capture_btn.active,
div.janrain-form #changePasswordSuccess form .capture_btn.active,
div.janrain-form #changePassword form .capture_btn.active,
div.janrain-form #capture_editProfile_form_item_email form .capture_btn.active,
div.janrain-form #editProfile form .capture_btn.active,
div.janrain-form #publicProfileModal form .capture_btn.active,
div.janrain-form #verifyEmail form .capture_btn.active,
div.janrain-form #resendVerificationSuccess form .capture_btn.active,
div.janrain-form #verifyEmailSuccess form .capture_btn.active,
div.janrain-form #resetPasswordRequestCode form .capture_btn.active,
div.janrain-form #resetPassword form .capture_btn.active,
div.janrain-form #resetPassword form .capture_btn.active,
div.janrain-form #resetPasswordSuccess form .capture_btn.active,
div.janrain-form #resetPasswordRequestCodeSuccess form .capture_btn.active,
div.janrain-form #changePasswordSuccess form .capture_btn.active,
div.janrain-form #changePassword form .capture_btn.active,
div.janrain-form #capture_editProfile_form_item_email form .capture_btn.active,
div.janrain-form #editProfile form .capture_btn.active,
div.janrain-form #publicProfileModal form .capture_btn.active,
div.janrain-form #verifyEmail form .capture_primary.active,
div.janrain-form #resendVerificationSuccess form .capture_primary.active,
div.janrain-form #verifyEmailSuccess form .capture_primary.active,
div.janrain-form #resetPasswordRequestCode form .capture_primary.active,
div.janrain-form #resetPassword form .capture_primary.active,
div.janrain-form #resetPassword form .capture_primary.active,
div.janrain-form #resetPasswordSuccess form .capture_primary.active,
div.janrain-form #resetPasswordRequestCodeSuccess form .capture_primary.active,
div.janrain-form #changePasswordSuccess form .capture_primary.active,
div.janrain-form #changePassword form .capture_primary.active,
div.janrain-form #capture_editProfile_form_item_email form .capture_primary.active,
div.janrain-form #editProfile form .capture_primary.active,
div.janrain-form #publicProfileModal form .capture_primary.active,
.open > .dropdown-togglediv.janrain-form #verifyEmail form .capture_btn,
.open > .dropdown-togglediv.janrain-form #resendVerificationSuccess form .capture_btn,
.open > .dropdown-togglediv.janrain-form #verifyEmailSuccess form .capture_btn,
.open > .dropdown-togglediv.janrain-form #resetPasswordRequestCode form .capture_btn,
.open > .dropdown-togglediv.janrain-form #resetPassword form .capture_btn,
.open > .dropdown-togglediv.janrain-form #resetPassword form .capture_btn,
.open > .dropdown-togglediv.janrain-form #resetPasswordSuccess form .capture_btn,
.open > .dropdown-togglediv.janrain-form #resetPasswordRequestCodeSuccess form .capture_btn,
.open > .dropdown-togglediv.janrain-form #changePasswordSuccess form .capture_btn,
.open > .dropdown-togglediv.janrain-form #changePassword form .capture_btn,
.open > .dropdown-togglediv.janrain-form #capture_editProfile_form_item_email form .capture_btn,
.open > .dropdown-togglediv.janrain-form #editProfile form .capture_btn,
.open > .dropdown-togglediv.janrain-form #publicProfileModal form .capture_btn,
.open > .dropdown-togglediv.janrain-form #verifyEmail form .capture_btn,
.open > .dropdown-togglediv.janrain-form #resendVerificationSuccess form .capture_btn,
.open > .dropdown-togglediv.janrain-form #verifyEmailSuccess form .capture_btn,
.open > .dropdown-togglediv.janrain-form #resetPasswordRequestCode form .capture_btn,
.open > .dropdown-togglediv.janrain-form #resetPassword form .capture_btn,
.open > .dropdown-togglediv.janrain-form #resetPassword form .capture_btn,
.open > .dropdown-togglediv.janrain-form #resetPasswordSuccess form .capture_btn,
.open > .dropdown-togglediv.janrain-form #resetPasswordRequestCodeSuccess form .capture_btn,
.open > .dropdown-togglediv.janrain-form #changePasswordSuccess form .capture_btn,
.open > .dropdown-togglediv.janrain-form #changePassword form .capture_btn,
.open > .dropdown-togglediv.janrain-form #capture_editProfile_form_item_email form .capture_btn,
.open > .dropdown-togglediv.janrain-form #editProfile form .capture_btn,
.open > .dropdown-togglediv.janrain-form #publicProfileModal form .capture_btn,
.open > .dropdown-togglediv.janrain-form #verifyEmail form .capture_primary,
.open > .dropdown-togglediv.janrain-form #resendVerificationSuccess form .capture_primary,
.open > .dropdown-togglediv.janrain-form #verifyEmailSuccess form .capture_primary,
.open > .dropdown-togglediv.janrain-form #resetPasswordRequestCode form .capture_primary,
.open > .dropdown-togglediv.janrain-form #resetPassword form .capture_primary,
.open > .dropdown-togglediv.janrain-form #resetPassword form .capture_primary,
.open > .dropdown-togglediv.janrain-form #resetPasswordSuccess form .capture_primary,
.open > .dropdown-togglediv.janrain-form #resetPasswordRequestCodeSuccess form .capture_primary,
.open > .dropdown-togglediv.janrain-form #changePasswordSuccess form .capture_primary,
.open > .dropdown-togglediv.janrain-form #changePassword form .capture_primary,
.open > .dropdown-togglediv.janrain-form #capture_editProfile_form_item_email form .capture_primary,
.open > .dropdown-togglediv.janrain-form #editProfile form .capture_primary,
.open > .dropdown-togglediv.janrain-form #publicProfileModal form .capture_primary {
  color: #33424D;
  background-color: #cca700;
  border-color: #a88a00;
}
div.janrain-form #verifyEmail form .capture_btn:active:hover,
div.janrain-form #resendVerificationSuccess form .capture_btn:active:hover,
div.janrain-form #verifyEmailSuccess form .capture_btn:active:hover,
div.janrain-form #resetPasswordRequestCode form .capture_btn:active:hover,
div.janrain-form #resetPassword form .capture_btn:active:hover,
div.janrain-form #resetPassword form .capture_btn:active:hover,
div.janrain-form #resetPasswordSuccess form .capture_btn:active:hover,
div.janrain-form #resetPasswordRequestCodeSuccess form .capture_btn:active:hover,
div.janrain-form #changePasswordSuccess form .capture_btn:active:hover,
div.janrain-form #changePassword form .capture_btn:active:hover,
div.janrain-form #capture_editProfile_form_item_email form .capture_btn:active:hover,
div.janrain-form #editProfile form .capture_btn:active:hover,
div.janrain-form #publicProfileModal form .capture_btn:active:hover,
div.janrain-form #verifyEmail form .capture_btn:active:hover,
div.janrain-form #resendVerificationSuccess form .capture_btn:active:hover,
div.janrain-form #verifyEmailSuccess form .capture_btn:active:hover,
div.janrain-form #resetPasswordRequestCode form .capture_btn:active:hover,
div.janrain-form #resetPassword form .capture_btn:active:hover,
div.janrain-form #resetPassword form .capture_btn:active:hover,
div.janrain-form #resetPasswordSuccess form .capture_btn:active:hover,
div.janrain-form #resetPasswordRequestCodeSuccess form .capture_btn:active:hover,
div.janrain-form #changePasswordSuccess form .capture_btn:active:hover,
div.janrain-form #changePassword form .capture_btn:active:hover,
div.janrain-form #capture_editProfile_form_item_email form .capture_btn:active:hover,
div.janrain-form #editProfile form .capture_btn:active:hover,
div.janrain-form #publicProfileModal form .capture_btn:active:hover,
div.janrain-form #verifyEmail form .capture_primary:active:hover,
div.janrain-form #resendVerificationSuccess form .capture_primary:active:hover,
div.janrain-form #verifyEmailSuccess form .capture_primary:active:hover,
div.janrain-form #resetPasswordRequestCode form .capture_primary:active:hover,
div.janrain-form #resetPassword form .capture_primary:active:hover,
div.janrain-form #resetPassword form .capture_primary:active:hover,
div.janrain-form #resetPasswordSuccess form .capture_primary:active:hover,
div.janrain-form #resetPasswordRequestCodeSuccess form .capture_primary:active:hover,
div.janrain-form #changePasswordSuccess form .capture_primary:active:hover,
div.janrain-form #changePassword form .capture_primary:active:hover,
div.janrain-form #capture_editProfile_form_item_email form .capture_primary:active:hover,
div.janrain-form #editProfile form .capture_primary:active:hover,
div.janrain-form #publicProfileModal form .capture_primary:active:hover,
div.janrain-form #verifyEmail form .capture_btn.active:hover,
div.janrain-form #resendVerificationSuccess form .capture_btn.active:hover,
div.janrain-form #verifyEmailSuccess form .capture_btn.active:hover,
div.janrain-form #resetPasswordRequestCode form .capture_btn.active:hover,
div.janrain-form #resetPassword form .capture_btn.active:hover,
div.janrain-form #resetPassword form .capture_btn.active:hover,
div.janrain-form #resetPasswordSuccess form .capture_btn.active:hover,
div.janrain-form #resetPasswordRequestCodeSuccess form .capture_btn.active:hover,
div.janrain-form #changePasswordSuccess form .capture_btn.active:hover,
div.janrain-form #changePassword form .capture_btn.active:hover,
div.janrain-form #capture_editProfile_form_item_email form .capture_btn.active:hover,
div.janrain-form #editProfile form .capture_btn.active:hover,
div.janrain-form #publicProfileModal form .capture_btn.active:hover,
div.janrain-form #verifyEmail form .capture_btn.active:hover,
div.janrain-form #resendVerificationSuccess form .capture_btn.active:hover,
div.janrain-form #verifyEmailSuccess form .capture_btn.active:hover,
div.janrain-form #resetPasswordRequestCode form .capture_btn.active:hover,
div.janrain-form #resetPassword form .capture_btn.active:hover,
div.janrain-form #resetPassword form .capture_btn.active:hover,
div.janrain-form #resetPasswordSuccess form .capture_btn.active:hover,
div.janrain-form #resetPasswordRequestCodeSuccess form .capture_btn.active:hover,
div.janrain-form #changePasswordSuccess form .capture_btn.active:hover,
div.janrain-form #changePassword form .capture_btn.active:hover,
div.janrain-form #capture_editProfile_form_item_email form .capture_btn.active:hover,
div.janrain-form #editProfile form .capture_btn.active:hover,
div.janrain-form #publicProfileModal form .capture_btn.active:hover,
div.janrain-form #verifyEmail form .capture_primary.active:hover,
div.janrain-form #resendVerificationSuccess form .capture_primary.active:hover,
div.janrain-form #verifyEmailSuccess form .capture_primary.active:hover,
div.janrain-form #resetPasswordRequestCode form .capture_primary.active:hover,
div.janrain-form #resetPassword form .capture_primary.active:hover,
div.janrain-form #resetPassword form .capture_primary.active:hover,
div.janrain-form #resetPasswordSuccess form .capture_primary.active:hover,
div.janrain-form #resetPasswordRequestCodeSuccess form .capture_primary.active:hover,
div.janrain-form #changePasswordSuccess form .capture_primary.active:hover,
div.janrain-form #changePassword form .capture_primary.active:hover,
div.janrain-form #capture_editProfile_form_item_email form .capture_primary.active:hover,
div.janrain-form #editProfile form .capture_primary.active:hover,
div.janrain-form #publicProfileModal form .capture_primary.active:hover,
.open > .dropdown-togglediv.janrain-form #verifyEmail form .capture_btn:hover,
.open > .dropdown-togglediv.janrain-form #resendVerificationSuccess form .capture_btn:hover,
.open > .dropdown-togglediv.janrain-form #verifyEmailSuccess form .capture_btn:hover,
.open > .dropdown-togglediv.janrain-form #resetPasswordRequestCode form .capture_btn:hover,
.open > .dropdown-togglediv.janrain-form #resetPassword form .capture_btn:hover,
.open > .dropdown-togglediv.janrain-form #resetPassword form .capture_btn:hover,
.open > .dropdown-togglediv.janrain-form #resetPasswordSuccess form .capture_btn:hover,
.open > .dropdown-togglediv.janrain-form #resetPasswordRequestCodeSuccess form .capture_btn:hover,
.open > .dropdown-togglediv.janrain-form #changePasswordSuccess form .capture_btn:hover,
.open > .dropdown-togglediv.janrain-form #changePassword form .capture_btn:hover,
.open > .dropdown-togglediv.janrain-form #capture_editProfile_form_item_email form .capture_btn:hover,
.open > .dropdown-togglediv.janrain-form #editProfile form .capture_btn:hover,
.open > .dropdown-togglediv.janrain-form #publicProfileModal form .capture_btn:hover,
.open > .dropdown-togglediv.janrain-form #verifyEmail form .capture_btn:hover,
.open > .dropdown-togglediv.janrain-form #resendVerificationSuccess form .capture_btn:hover,
.open > .dropdown-togglediv.janrain-form #verifyEmailSuccess form .capture_btn:hover,
.open > .dropdown-togglediv.janrain-form #resetPasswordRequestCode form .capture_btn:hover,
.open > .dropdown-togglediv.janrain-form #resetPassword form .capture_btn:hover,
.open > .dropdown-togglediv.janrain-form #resetPassword form .capture_btn:hover,
.open > .dropdown-togglediv.janrain-form #resetPasswordSuccess form .capture_btn:hover,
.open > .dropdown-togglediv.janrain-form #resetPasswordRequestCodeSuccess form .capture_btn:hover,
.open > .dropdown-togglediv.janrain-form #changePasswordSuccess form .capture_btn:hover,
.open > .dropdown-togglediv.janrain-form #changePassword form .capture_btn:hover,
.open > .dropdown-togglediv.janrain-form #capture_editProfile_form_item_email form .capture_btn:hover,
.open > .dropdown-togglediv.janrain-form #editProfile form .capture_btn:hover,
.open > .dropdown-togglediv.janrain-form #publicProfileModal form .capture_btn:hover,
.open > .dropdown-togglediv.janrain-form #verifyEmail form .capture_primary:hover,
.open > .dropdown-togglediv.janrain-form #resendVerificationSuccess form .capture_primary:hover,
.open > .dropdown-togglediv.janrain-form #verifyEmailSuccess form .capture_primary:hover,
.open > .dropdown-togglediv.janrain-form #resetPasswordRequestCode form .capture_primary:hover,
.open > .dropdown-togglediv.janrain-form #resetPassword form .capture_primary:hover,
.open > .dropdown-togglediv.janrain-form #resetPassword form .capture_primary:hover,
.open > .dropdown-togglediv.janrain-form #resetPasswordSuccess form .capture_primary:hover,
.open > .dropdown-togglediv.janrain-form #resetPasswordRequestCodeSuccess form .capture_primary:hover,
.open > .dropdown-togglediv.janrain-form #changePasswordSuccess form .capture_primary:hover,
.open > .dropdown-togglediv.janrain-form #changePassword form .capture_primary:hover,
.open > .dropdown-togglediv.janrain-form #capture_editProfile_form_item_email form .capture_primary:hover,
.open > .dropdown-togglediv.janrain-form #editProfile form .capture_primary:hover,
.open > .dropdown-togglediv.janrain-form #publicProfileModal form .capture_primary:hover,
div.janrain-form #verifyEmail form .capture_btn:active:focus,
div.janrain-form #resendVerificationSuccess form .capture_btn:active:focus,
div.janrain-form #verifyEmailSuccess form .capture_btn:active:focus,
div.janrain-form #resetPasswordRequestCode form .capture_btn:active:focus,
div.janrain-form #resetPassword form .capture_btn:active:focus,
div.janrain-form #resetPassword form .capture_btn:active:focus,
div.janrain-form #resetPasswordSuccess form .capture_btn:active:focus,
div.janrain-form #resetPasswordRequestCodeSuccess form .capture_btn:active:focus,
div.janrain-form #changePasswordSuccess form .capture_btn:active:focus,
div.janrain-form #changePassword form .capture_btn:active:focus,
div.janrain-form #capture_editProfile_form_item_email form .capture_btn:active:focus,
div.janrain-form #editProfile form .capture_btn:active:focus,
div.janrain-form #publicProfileModal form .capture_btn:active:focus,
div.janrain-form #verifyEmail form .capture_btn:active:focus,
div.janrain-form #resendVerificationSuccess form .capture_btn:active:focus,
div.janrain-form #verifyEmailSuccess form .capture_btn:active:focus,
div.janrain-form #resetPasswordRequestCode form .capture_btn:active:focus,
div.janrain-form #resetPassword form .capture_btn:active:focus,
div.janrain-form #resetPassword form .capture_btn:active:focus,
div.janrain-form #resetPasswordSuccess form .capture_btn:active:focus,
div.janrain-form #resetPasswordRequestCodeSuccess form .capture_btn:active:focus,
div.janrain-form #changePasswordSuccess form .capture_btn:active:focus,
div.janrain-form #changePassword form .capture_btn:active:focus,
div.janrain-form #capture_editProfile_form_item_email form .capture_btn:active:focus,
div.janrain-form #editProfile form .capture_btn:active:focus,
div.janrain-form #publicProfileModal form .capture_btn:active:focus,
div.janrain-form #verifyEmail form .capture_primary:active:focus,
div.janrain-form #resendVerificationSuccess form .capture_primary:active:focus,
div.janrain-form #verifyEmailSuccess form .capture_primary:active:focus,
div.janrain-form #resetPasswordRequestCode form .capture_primary:active:focus,
div.janrain-form #resetPassword form .capture_primary:active:focus,
div.janrain-form #resetPassword form .capture_primary:active:focus,
div.janrain-form #resetPasswordSuccess form .capture_primary:active:focus,
div.janrain-form #resetPasswordRequestCodeSuccess form .capture_primary:active:focus,
div.janrain-form #changePasswordSuccess form .capture_primary:active:focus,
div.janrain-form #changePassword form .capture_primary:active:focus,
div.janrain-form #capture_editProfile_form_item_email form .capture_primary:active:focus,
div.janrain-form #editProfile form .capture_primary:active:focus,
div.janrain-form #publicProfileModal form .capture_primary:active:focus,
div.janrain-form #verifyEmail form .capture_btn.active:focus,
div.janrain-form #resendVerificationSuccess form .capture_btn.active:focus,
div.janrain-form #verifyEmailSuccess form .capture_btn.active:focus,
div.janrain-form #resetPasswordRequestCode form .capture_btn.active:focus,
div.janrain-form #resetPassword form .capture_btn.active:focus,
div.janrain-form #resetPassword form .capture_btn.active:focus,
div.janrain-form #resetPasswordSuccess form .capture_btn.active:focus,
div.janrain-form #resetPasswordRequestCodeSuccess form .capture_btn.active:focus,
div.janrain-form #changePasswordSuccess form .capture_btn.active:focus,
div.janrain-form #changePassword form .capture_btn.active:focus,
div.janrain-form #capture_editProfile_form_item_email form .capture_btn.active:focus,
div.janrain-form #editProfile form .capture_btn.active:focus,
div.janrain-form #publicProfileModal form .capture_btn.active:focus,
div.janrain-form #verifyEmail form .capture_btn.active:focus,
div.janrain-form #resendVerificationSuccess form .capture_btn.active:focus,
div.janrain-form #verifyEmailSuccess form .capture_btn.active:focus,
div.janrain-form #resetPasswordRequestCode form .capture_btn.active:focus,
div.janrain-form #resetPassword form .capture_btn.active:focus,
div.janrain-form #resetPassword form .capture_btn.active:focus,
div.janrain-form #resetPasswordSuccess form .capture_btn.active:focus,
div.janrain-form #resetPasswordRequestCodeSuccess form .capture_btn.active:focus,
div.janrain-form #changePasswordSuccess form .capture_btn.active:focus,
div.janrain-form #changePassword form .capture_btn.active:focus,
div.janrain-form #capture_editProfile_form_item_email form .capture_btn.active:focus,
div.janrain-form #editProfile form .capture_btn.active:focus,
div.janrain-form #publicProfileModal form .capture_btn.active:focus,
div.janrain-form #verifyEmail form .capture_primary.active:focus,
div.janrain-form #resendVerificationSuccess form .capture_primary.active:focus,
div.janrain-form #verifyEmailSuccess form .capture_primary.active:focus,
div.janrain-form #resetPasswordRequestCode form .capture_primary.active:focus,
div.janrain-form #resetPassword form .capture_primary.active:focus,
div.janrain-form #resetPassword form .capture_primary.active:focus,
div.janrain-form #resetPasswordSuccess form .capture_primary.active:focus,
div.janrain-form #resetPasswordRequestCodeSuccess form .capture_primary.active:focus,
div.janrain-form #changePasswordSuccess form .capture_primary.active:focus,
div.janrain-form #changePassword form .capture_primary.active:focus,
div.janrain-form #capture_editProfile_form_item_email form .capture_primary.active:focus,
div.janrain-form #editProfile form .capture_primary.active:focus,
div.janrain-form #publicProfileModal form .capture_primary.active:focus,
.open > .dropdown-togglediv.janrain-form #verifyEmail form .capture_btn:focus,
.open > .dropdown-togglediv.janrain-form #resendVerificationSuccess form .capture_btn:focus,
.open > .dropdown-togglediv.janrain-form #verifyEmailSuccess form .capture_btn:focus,
.open > .dropdown-togglediv.janrain-form #resetPasswordRequestCode form .capture_btn:focus,
.open > .dropdown-togglediv.janrain-form #resetPassword form .capture_btn:focus,
.open > .dropdown-togglediv.janrain-form #resetPassword form .capture_btn:focus,
.open > .dropdown-togglediv.janrain-form #resetPasswordSuccess form .capture_btn:focus,
.open > .dropdown-togglediv.janrain-form #resetPasswordRequestCodeSuccess form .capture_btn:focus,
.open > .dropdown-togglediv.janrain-form #changePasswordSuccess form .capture_btn:focus,
.open > .dropdown-togglediv.janrain-form #changePassword form .capture_btn:focus,
.open > .dropdown-togglediv.janrain-form #capture_editProfile_form_item_email form .capture_btn:focus,
.open > .dropdown-togglediv.janrain-form #editProfile form .capture_btn:focus,
.open > .dropdown-togglediv.janrain-form #publicProfileModal form .capture_btn:focus,
.open > .dropdown-togglediv.janrain-form #verifyEmail form .capture_btn:focus,
.open > .dropdown-togglediv.janrain-form #resendVerificationSuccess form .capture_btn:focus,
.open > .dropdown-togglediv.janrain-form #verifyEmailSuccess form .capture_btn:focus,
.open > .dropdown-togglediv.janrain-form #resetPasswordRequestCode form .capture_btn:focus,
.open > .dropdown-togglediv.janrain-form #resetPassword form .capture_btn:focus,
.open > .dropdown-togglediv.janrain-form #resetPassword form .capture_btn:focus,
.open > .dropdown-togglediv.janrain-form #resetPasswordSuccess form .capture_btn:focus,
.open > .dropdown-togglediv.janrain-form #resetPasswordRequestCodeSuccess form .capture_btn:focus,
.open > .dropdown-togglediv.janrain-form #changePasswordSuccess form .capture_btn:focus,
.open > .dropdown-togglediv.janrain-form #changePassword form .capture_btn:focus,
.open > .dropdown-togglediv.janrain-form #capture_editProfile_form_item_email form .capture_btn:focus,
.open > .dropdown-togglediv.janrain-form #editProfile form .capture_btn:focus,
.open > .dropdown-togglediv.janrain-form #publicProfileModal form .capture_btn:focus,
.open > .dropdown-togglediv.janrain-form #verifyEmail form .capture_primary:focus,
.open > .dropdown-togglediv.janrain-form #resendVerificationSuccess form .capture_primary:focus,
.open > .dropdown-togglediv.janrain-form #verifyEmailSuccess form .capture_primary:focus,
.open > .dropdown-togglediv.janrain-form #resetPasswordRequestCode form .capture_primary:focus,
.open > .dropdown-togglediv.janrain-form #resetPassword form .capture_primary:focus,
.open > .dropdown-togglediv.janrain-form #resetPassword form .capture_primary:focus,
.open > .dropdown-togglediv.janrain-form #resetPasswordSuccess form .capture_primary:focus,
.open > .dropdown-togglediv.janrain-form #resetPasswordRequestCodeSuccess form .capture_primary:focus,
.open > .dropdown-togglediv.janrain-form #changePasswordSuccess form .capture_primary:focus,
.open > .dropdown-togglediv.janrain-form #changePassword form .capture_primary:focus,
.open > .dropdown-togglediv.janrain-form #capture_editProfile_form_item_email form .capture_primary:focus,
.open > .dropdown-togglediv.janrain-form #editProfile form .capture_primary:focus,
.open > .dropdown-togglediv.janrain-form #publicProfileModal form .capture_primary:focus,
div.janrain-form #verifyEmail form .capture_btn:active.focus,
div.janrain-form #resendVerificationSuccess form .capture_btn:active.focus,
div.janrain-form #verifyEmailSuccess form .capture_btn:active.focus,
div.janrain-form #resetPasswordRequestCode form .capture_btn:active.focus,
div.janrain-form #resetPassword form .capture_btn:active.focus,
div.janrain-form #resetPassword form .capture_btn:active.focus,
div.janrain-form #resetPasswordSuccess form .capture_btn:active.focus,
div.janrain-form #resetPasswordRequestCodeSuccess form .capture_btn:active.focus,
div.janrain-form #changePasswordSuccess form .capture_btn:active.focus,
div.janrain-form #changePassword form .capture_btn:active.focus,
div.janrain-form #capture_editProfile_form_item_email form .capture_btn:active.focus,
div.janrain-form #editProfile form .capture_btn:active.focus,
div.janrain-form #publicProfileModal form .capture_btn:active.focus,
div.janrain-form #verifyEmail form .capture_btn:active.focus,
div.janrain-form #resendVerificationSuccess form .capture_btn:active.focus,
div.janrain-form #verifyEmailSuccess form .capture_btn:active.focus,
div.janrain-form #resetPasswordRequestCode form .capture_btn:active.focus,
div.janrain-form #resetPassword form .capture_btn:active.focus,
div.janrain-form #resetPassword form .capture_btn:active.focus,
div.janrain-form #resetPasswordSuccess form .capture_btn:active.focus,
div.janrain-form #resetPasswordRequestCodeSuccess form .capture_btn:active.focus,
div.janrain-form #changePasswordSuccess form .capture_btn:active.focus,
div.janrain-form #changePassword form .capture_btn:active.focus,
div.janrain-form #capture_editProfile_form_item_email form .capture_btn:active.focus,
div.janrain-form #editProfile form .capture_btn:active.focus,
div.janrain-form #publicProfileModal form .capture_btn:active.focus,
div.janrain-form #verifyEmail form .capture_primary:active.focus,
div.janrain-form #resendVerificationSuccess form .capture_primary:active.focus,
div.janrain-form #verifyEmailSuccess form .capture_primary:active.focus,
div.janrain-form #resetPasswordRequestCode form .capture_primary:active.focus,
div.janrain-form #resetPassword form .capture_primary:active.focus,
div.janrain-form #resetPassword form .capture_primary:active.focus,
div.janrain-form #resetPasswordSuccess form .capture_primary:active.focus,
div.janrain-form #resetPasswordRequestCodeSuccess form .capture_primary:active.focus,
div.janrain-form #changePasswordSuccess form .capture_primary:active.focus,
div.janrain-form #changePassword form .capture_primary:active.focus,
div.janrain-form #capture_editProfile_form_item_email form .capture_primary:active.focus,
div.janrain-form #editProfile form .capture_primary:active.focus,
div.janrain-form #publicProfileModal form .capture_primary:active.focus,
div.janrain-form #verifyEmail form .capture_btn.active.focus,
div.janrain-form #resendVerificationSuccess form .capture_btn.active.focus,
div.janrain-form #verifyEmailSuccess form .capture_btn.active.focus,
div.janrain-form #resetPasswordRequestCode form .capture_btn.active.focus,
div.janrain-form #resetPassword form .capture_btn.active.focus,
div.janrain-form #resetPassword form .capture_btn.active.focus,
div.janrain-form #resetPasswordSuccess form .capture_btn.active.focus,
div.janrain-form #resetPasswordRequestCodeSuccess form .capture_btn.active.focus,
div.janrain-form #changePasswordSuccess form .capture_btn.active.focus,
div.janrain-form #changePassword form .capture_btn.active.focus,
div.janrain-form #capture_editProfile_form_item_email form .capture_btn.active.focus,
div.janrain-form #editProfile form .capture_btn.active.focus,
div.janrain-form #publicProfileModal form .capture_btn.active.focus,
div.janrain-form #verifyEmail form .capture_btn.active.focus,
div.janrain-form #resendVerificationSuccess form .capture_btn.active.focus,
div.janrain-form #verifyEmailSuccess form .capture_btn.active.focus,
div.janrain-form #resetPasswordRequestCode form .capture_btn.active.focus,
div.janrain-form #resetPassword form .capture_btn.active.focus,
div.janrain-form #resetPassword form .capture_btn.active.focus,
div.janrain-form #resetPasswordSuccess form .capture_btn.active.focus,
div.janrain-form #resetPasswordRequestCodeSuccess form .capture_btn.active.focus,
div.janrain-form #changePasswordSuccess form .capture_btn.active.focus,
div.janrain-form #changePassword form .capture_btn.active.focus,
div.janrain-form #capture_editProfile_form_item_email form .capture_btn.active.focus,
div.janrain-form #editProfile form .capture_btn.active.focus,
div.janrain-form #publicProfileModal form .capture_btn.active.focus,
div.janrain-form #verifyEmail form .capture_primary.active.focus,
div.janrain-form #resendVerificationSuccess form .capture_primary.active.focus,
div.janrain-form #verifyEmailSuccess form .capture_primary.active.focus,
div.janrain-form #resetPasswordRequestCode form .capture_primary.active.focus,
div.janrain-form #resetPassword form .capture_primary.active.focus,
div.janrain-form #resetPassword form .capture_primary.active.focus,
div.janrain-form #resetPasswordSuccess form .capture_primary.active.focus,
div.janrain-form #resetPasswordRequestCodeSuccess form .capture_primary.active.focus,
div.janrain-form #changePasswordSuccess form .capture_primary.active.focus,
div.janrain-form #changePassword form .capture_primary.active.focus,
div.janrain-form #capture_editProfile_form_item_email form .capture_primary.active.focus,
div.janrain-form #editProfile form .capture_primary.active.focus,
div.janrain-form #publicProfileModal form .capture_primary.active.focus,
.open > .dropdown-togglediv.janrain-form #verifyEmail form .capture_btn.focus,
.open > .dropdown-togglediv.janrain-form #resendVerificationSuccess form .capture_btn.focus,
.open > .dropdown-togglediv.janrain-form #verifyEmailSuccess form .capture_btn.focus,
.open > .dropdown-togglediv.janrain-form #resetPasswordRequestCode form .capture_btn.focus,
.open > .dropdown-togglediv.janrain-form #resetPassword form .capture_btn.focus,
.open > .dropdown-togglediv.janrain-form #resetPassword form .capture_btn.focus,
.open > .dropdown-togglediv.janrain-form #resetPasswordSuccess form .capture_btn.focus,
.open > .dropdown-togglediv.janrain-form #resetPasswordRequestCodeSuccess form .capture_btn.focus,
.open > .dropdown-togglediv.janrain-form #changePasswordSuccess form .capture_btn.focus,
.open > .dropdown-togglediv.janrain-form #changePassword form .capture_btn.focus,
.open > .dropdown-togglediv.janrain-form #capture_editProfile_form_item_email form .capture_btn.focus,
.open > .dropdown-togglediv.janrain-form #editProfile form .capture_btn.focus,
.open > .dropdown-togglediv.janrain-form #publicProfileModal form .capture_btn.focus,
.open > .dropdown-togglediv.janrain-form #verifyEmail form .capture_btn.focus,
.open > .dropdown-togglediv.janrain-form #resendVerificationSuccess form .capture_btn.focus,
.open > .dropdown-togglediv.janrain-form #verifyEmailSuccess form .capture_btn.focus,
.open > .dropdown-togglediv.janrain-form #resetPasswordRequestCode form .capture_btn.focus,
.open > .dropdown-togglediv.janrain-form #resetPassword form .capture_btn.focus,
.open > .dropdown-togglediv.janrain-form #resetPassword form .capture_btn.focus,
.open > .dropdown-togglediv.janrain-form #resetPasswordSuccess form .capture_btn.focus,
.open > .dropdown-togglediv.janrain-form #resetPasswordRequestCodeSuccess form .capture_btn.focus,
.open > .dropdown-togglediv.janrain-form #changePasswordSuccess form .capture_btn.focus,
.open > .dropdown-togglediv.janrain-form #changePassword form .capture_btn.focus,
.open > .dropdown-togglediv.janrain-form #capture_editProfile_form_item_email form .capture_btn.focus,
.open > .dropdown-togglediv.janrain-form #editProfile form .capture_btn.focus,
.open > .dropdown-togglediv.janrain-form #publicProfileModal form .capture_btn.focus,
.open > .dropdown-togglediv.janrain-form #verifyEmail form .capture_primary.focus,
.open > .dropdown-togglediv.janrain-form #resendVerificationSuccess form .capture_primary.focus,
.open > .dropdown-togglediv.janrain-form #verifyEmailSuccess form .capture_primary.focus,
.open > .dropdown-togglediv.janrain-form #resetPasswordRequestCode form .capture_primary.focus,
.open > .dropdown-togglediv.janrain-form #resetPassword form .capture_primary.focus,
.open > .dropdown-togglediv.janrain-form #resetPassword form .capture_primary.focus,
.open > .dropdown-togglediv.janrain-form #resetPasswordSuccess form .capture_primary.focus,
.open > .dropdown-togglediv.janrain-form #resetPasswordRequestCodeSuccess form .capture_primary.focus,
.open > .dropdown-togglediv.janrain-form #changePasswordSuccess form .capture_primary.focus,
.open > .dropdown-togglediv.janrain-form #changePassword form .capture_primary.focus,
.open > .dropdown-togglediv.janrain-form #capture_editProfile_form_item_email form .capture_primary.focus,
.open > .dropdown-togglediv.janrain-form #editProfile form .capture_primary.focus,
.open > .dropdown-togglediv.janrain-form #publicProfileModal form .capture_primary.focus {
  color: #33424D;
  background-color: #a88a00;
  border-color: #665400;
}
div.janrain-form #verifyEmail form .capture_btn:active,
div.janrain-form #resendVerificationSuccess form .capture_btn:active,
div.janrain-form #verifyEmailSuccess form .capture_btn:active,
div.janrain-form #resetPasswordRequestCode form .capture_btn:active,
div.janrain-form #resetPassword form .capture_btn:active,
div.janrain-form #resetPassword form .capture_btn:active,
div.janrain-form #resetPasswordSuccess form .capture_btn:active,
div.janrain-form #resetPasswordRequestCodeSuccess form .capture_btn:active,
div.janrain-form #changePasswordSuccess form .capture_btn:active,
div.janrain-form #changePassword form .capture_btn:active,
div.janrain-form #capture_editProfile_form_item_email form .capture_btn:active,
div.janrain-form #editProfile form .capture_btn:active,
div.janrain-form #publicProfileModal form .capture_btn:active,
div.janrain-form #verifyEmail form .capture_btn:active,
div.janrain-form #resendVerificationSuccess form .capture_btn:active,
div.janrain-form #verifyEmailSuccess form .capture_btn:active,
div.janrain-form #resetPasswordRequestCode form .capture_btn:active,
div.janrain-form #resetPassword form .capture_btn:active,
div.janrain-form #resetPassword form .capture_btn:active,
div.janrain-form #resetPasswordSuccess form .capture_btn:active,
div.janrain-form #resetPasswordRequestCodeSuccess form .capture_btn:active,
div.janrain-form #changePasswordSuccess form .capture_btn:active,
div.janrain-form #changePassword form .capture_btn:active,
div.janrain-form #capture_editProfile_form_item_email form .capture_btn:active,
div.janrain-form #editProfile form .capture_btn:active,
div.janrain-form #publicProfileModal form .capture_btn:active,
div.janrain-form #verifyEmail form .capture_primary:active,
div.janrain-form #resendVerificationSuccess form .capture_primary:active,
div.janrain-form #verifyEmailSuccess form .capture_primary:active,
div.janrain-form #resetPasswordRequestCode form .capture_primary:active,
div.janrain-form #resetPassword form .capture_primary:active,
div.janrain-form #resetPassword form .capture_primary:active,
div.janrain-form #resetPasswordSuccess form .capture_primary:active,
div.janrain-form #resetPasswordRequestCodeSuccess form .capture_primary:active,
div.janrain-form #changePasswordSuccess form .capture_primary:active,
div.janrain-form #changePassword form .capture_primary:active,
div.janrain-form #capture_editProfile_form_item_email form .capture_primary:active,
div.janrain-form #editProfile form .capture_primary:active,
div.janrain-form #publicProfileModal form .capture_primary:active,
div.janrain-form #verifyEmail form .capture_btn.active,
div.janrain-form #resendVerificationSuccess form .capture_btn.active,
div.janrain-form #verifyEmailSuccess form .capture_btn.active,
div.janrain-form #resetPasswordRequestCode form .capture_btn.active,
div.janrain-form #resetPassword form .capture_btn.active,
div.janrain-form #resetPassword form .capture_btn.active,
div.janrain-form #resetPasswordSuccess form .capture_btn.active,
div.janrain-form #resetPasswordRequestCodeSuccess form .capture_btn.active,
div.janrain-form #changePasswordSuccess form .capture_btn.active,
div.janrain-form #changePassword form .capture_btn.active,
div.janrain-form #capture_editProfile_form_item_email form .capture_btn.active,
div.janrain-form #editProfile form .capture_btn.active,
div.janrain-form #publicProfileModal form .capture_btn.active,
div.janrain-form #verifyEmail form .capture_btn.active,
div.janrain-form #resendVerificationSuccess form .capture_btn.active,
div.janrain-form #verifyEmailSuccess form .capture_btn.active,
div.janrain-form #resetPasswordRequestCode form .capture_btn.active,
div.janrain-form #resetPassword form .capture_btn.active,
div.janrain-form #resetPassword form .capture_btn.active,
div.janrain-form #resetPasswordSuccess form .capture_btn.active,
div.janrain-form #resetPasswordRequestCodeSuccess form .capture_btn.active,
div.janrain-form #changePasswordSuccess form .capture_btn.active,
div.janrain-form #changePassword form .capture_btn.active,
div.janrain-form #capture_editProfile_form_item_email form .capture_btn.active,
div.janrain-form #editProfile form .capture_btn.active,
div.janrain-form #publicProfileModal form .capture_btn.active,
div.janrain-form #verifyEmail form .capture_primary.active,
div.janrain-form #resendVerificationSuccess form .capture_primary.active,
div.janrain-form #verifyEmailSuccess form .capture_primary.active,
div.janrain-form #resetPasswordRequestCode form .capture_primary.active,
div.janrain-form #resetPassword form .capture_primary.active,
div.janrain-form #resetPassword form .capture_primary.active,
div.janrain-form #resetPasswordSuccess form .capture_primary.active,
div.janrain-form #resetPasswordRequestCodeSuccess form .capture_primary.active,
div.janrain-form #changePasswordSuccess form .capture_primary.active,
div.janrain-form #changePassword form .capture_primary.active,
div.janrain-form #capture_editProfile_form_item_email form .capture_primary.active,
div.janrain-form #editProfile form .capture_primary.active,
div.janrain-form #publicProfileModal form .capture_primary.active,
.open > .dropdown-togglediv.janrain-form #verifyEmail form .capture_btn,
.open > .dropdown-togglediv.janrain-form #resendVerificationSuccess form .capture_btn,
.open > .dropdown-togglediv.janrain-form #verifyEmailSuccess form .capture_btn,
.open > .dropdown-togglediv.janrain-form #resetPasswordRequestCode form .capture_btn,
.open > .dropdown-togglediv.janrain-form #resetPassword form .capture_btn,
.open > .dropdown-togglediv.janrain-form #resetPassword form .capture_btn,
.open > .dropdown-togglediv.janrain-form #resetPasswordSuccess form .capture_btn,
.open > .dropdown-togglediv.janrain-form #resetPasswordRequestCodeSuccess form .capture_btn,
.open > .dropdown-togglediv.janrain-form #changePasswordSuccess form .capture_btn,
.open > .dropdown-togglediv.janrain-form #changePassword form .capture_btn,
.open > .dropdown-togglediv.janrain-form #capture_editProfile_form_item_email form .capture_btn,
.open > .dropdown-togglediv.janrain-form #editProfile form .capture_btn,
.open > .dropdown-togglediv.janrain-form #publicProfileModal form .capture_btn,
.open > .dropdown-togglediv.janrain-form #verifyEmail form .capture_btn,
.open > .dropdown-togglediv.janrain-form #resendVerificationSuccess form .capture_btn,
.open > .dropdown-togglediv.janrain-form #verifyEmailSuccess form .capture_btn,
.open > .dropdown-togglediv.janrain-form #resetPasswordRequestCode form .capture_btn,
.open > .dropdown-togglediv.janrain-form #resetPassword form .capture_btn,
.open > .dropdown-togglediv.janrain-form #resetPassword form .capture_btn,
.open > .dropdown-togglediv.janrain-form #resetPasswordSuccess form .capture_btn,
.open > .dropdown-togglediv.janrain-form #resetPasswordRequestCodeSuccess form .capture_btn,
.open > .dropdown-togglediv.janrain-form #changePasswordSuccess form .capture_btn,
.open > .dropdown-togglediv.janrain-form #changePassword form .capture_btn,
.open > .dropdown-togglediv.janrain-form #capture_editProfile_form_item_email form .capture_btn,
.open > .dropdown-togglediv.janrain-form #editProfile form .capture_btn,
.open > .dropdown-togglediv.janrain-form #publicProfileModal form .capture_btn,
.open > .dropdown-togglediv.janrain-form #verifyEmail form .capture_primary,
.open > .dropdown-togglediv.janrain-form #resendVerificationSuccess form .capture_primary,
.open > .dropdown-togglediv.janrain-form #verifyEmailSuccess form .capture_primary,
.open > .dropdown-togglediv.janrain-form #resetPasswordRequestCode form .capture_primary,
.open > .dropdown-togglediv.janrain-form #resetPassword form .capture_primary,
.open > .dropdown-togglediv.janrain-form #resetPassword form .capture_primary,
.open > .dropdown-togglediv.janrain-form #resetPasswordSuccess form .capture_primary,
.open > .dropdown-togglediv.janrain-form #resetPasswordRequestCodeSuccess form .capture_primary,
.open > .dropdown-togglediv.janrain-form #changePasswordSuccess form .capture_primary,
.open > .dropdown-togglediv.janrain-form #changePassword form .capture_primary,
.open > .dropdown-togglediv.janrain-form #capture_editProfile_form_item_email form .capture_primary,
.open > .dropdown-togglediv.janrain-form #editProfile form .capture_primary,
.open > .dropdown-togglediv.janrain-form #publicProfileModal form .capture_primary {
  background-image: none;
}
div.janrain-form #verifyEmail form .capture_btn.disabled:hover,
div.janrain-form #resendVerificationSuccess form .capture_btn.disabled:hover,
div.janrain-form #verifyEmailSuccess form .capture_btn.disabled:hover,
div.janrain-form #resetPasswordRequestCode form .capture_btn.disabled:hover,
div.janrain-form #resetPassword form .capture_btn.disabled:hover,
div.janrain-form #resetPassword form .capture_btn.disabled:hover,
div.janrain-form #resetPasswordSuccess form .capture_btn.disabled:hover,
div.janrain-form #resetPasswordRequestCodeSuccess form .capture_btn.disabled:hover,
div.janrain-form #changePasswordSuccess form .capture_btn.disabled:hover,
div.janrain-form #changePassword form .capture_btn.disabled:hover,
div.janrain-form #capture_editProfile_form_item_email form .capture_btn.disabled:hover,
div.janrain-form #editProfile form .capture_btn.disabled:hover,
div.janrain-form #publicProfileModal form .capture_btn.disabled:hover,
div.janrain-form #verifyEmail form .capture_btn.disabled:hover,
div.janrain-form #resendVerificationSuccess form .capture_btn.disabled:hover,
div.janrain-form #verifyEmailSuccess form .capture_btn.disabled:hover,
div.janrain-form #resetPasswordRequestCode form .capture_btn.disabled:hover,
div.janrain-form #resetPassword form .capture_btn.disabled:hover,
div.janrain-form #resetPassword form .capture_btn.disabled:hover,
div.janrain-form #resetPasswordSuccess form .capture_btn.disabled:hover,
div.janrain-form #resetPasswordRequestCodeSuccess form .capture_btn.disabled:hover,
div.janrain-form #changePasswordSuccess form .capture_btn.disabled:hover,
div.janrain-form #changePassword form .capture_btn.disabled:hover,
div.janrain-form #capture_editProfile_form_item_email form .capture_btn.disabled:hover,
div.janrain-form #editProfile form .capture_btn.disabled:hover,
div.janrain-form #publicProfileModal form .capture_btn.disabled:hover,
div.janrain-form #verifyEmail form .capture_primary.disabled:hover,
div.janrain-form #resendVerificationSuccess form .capture_primary.disabled:hover,
div.janrain-form #verifyEmailSuccess form .capture_primary.disabled:hover,
div.janrain-form #resetPasswordRequestCode form .capture_primary.disabled:hover,
div.janrain-form #resetPassword form .capture_primary.disabled:hover,
div.janrain-form #resetPassword form .capture_primary.disabled:hover,
div.janrain-form #resetPasswordSuccess form .capture_primary.disabled:hover,
div.janrain-form #resetPasswordRequestCodeSuccess form .capture_primary.disabled:hover,
div.janrain-form #changePasswordSuccess form .capture_primary.disabled:hover,
div.janrain-form #changePassword form .capture_primary.disabled:hover,
div.janrain-form #capture_editProfile_form_item_email form .capture_primary.disabled:hover,
div.janrain-form #editProfile form .capture_primary.disabled:hover,
div.janrain-form #publicProfileModal form .capture_primary.disabled:hover,
div.janrain-form #verifyEmail form .capture_btn[disabled]:hover,
div.janrain-form #resendVerificationSuccess form .capture_btn[disabled]:hover,
div.janrain-form #verifyEmailSuccess form .capture_btn[disabled]:hover,
div.janrain-form #resetPasswordRequestCode form .capture_btn[disabled]:hover,
div.janrain-form #resetPassword form .capture_btn[disabled]:hover,
div.janrain-form #resetPassword form .capture_btn[disabled]:hover,
div.janrain-form #resetPasswordSuccess form .capture_btn[disabled]:hover,
div.janrain-form #resetPasswordRequestCodeSuccess form .capture_btn[disabled]:hover,
div.janrain-form #changePasswordSuccess form .capture_btn[disabled]:hover,
div.janrain-form #changePassword form .capture_btn[disabled]:hover,
div.janrain-form #capture_editProfile_form_item_email form .capture_btn[disabled]:hover,
div.janrain-form #editProfile form .capture_btn[disabled]:hover,
div.janrain-form #publicProfileModal form .capture_btn[disabled]:hover,
div.janrain-form #verifyEmail form .capture_btn[disabled]:hover,
div.janrain-form #resendVerificationSuccess form .capture_btn[disabled]:hover,
div.janrain-form #verifyEmailSuccess form .capture_btn[disabled]:hover,
div.janrain-form #resetPasswordRequestCode form .capture_btn[disabled]:hover,
div.janrain-form #resetPassword form .capture_btn[disabled]:hover,
div.janrain-form #resetPassword form .capture_btn[disabled]:hover,
div.janrain-form #resetPasswordSuccess form .capture_btn[disabled]:hover,
div.janrain-form #resetPasswordRequestCodeSuccess form .capture_btn[disabled]:hover,
div.janrain-form #changePasswordSuccess form .capture_btn[disabled]:hover,
div.janrain-form #changePassword form .capture_btn[disabled]:hover,
div.janrain-form #capture_editProfile_form_item_email form .capture_btn[disabled]:hover,
div.janrain-form #editProfile form .capture_btn[disabled]:hover,
div.janrain-form #publicProfileModal form .capture_btn[disabled]:hover,
div.janrain-form #verifyEmail form .capture_primary[disabled]:hover,
div.janrain-form #resendVerificationSuccess form .capture_primary[disabled]:hover,
div.janrain-form #verifyEmailSuccess form .capture_primary[disabled]:hover,
div.janrain-form #resetPasswordRequestCode form .capture_primary[disabled]:hover,
div.janrain-form #resetPassword form .capture_primary[disabled]:hover,
div.janrain-form #resetPassword form .capture_primary[disabled]:hover,
div.janrain-form #resetPasswordSuccess form .capture_primary[disabled]:hover,
div.janrain-form #resetPasswordRequestCodeSuccess form .capture_primary[disabled]:hover,
div.janrain-form #changePasswordSuccess form .capture_primary[disabled]:hover,
div.janrain-form #changePassword form .capture_primary[disabled]:hover,
div.janrain-form #capture_editProfile_form_item_email form .capture_primary[disabled]:hover,
div.janrain-form #editProfile form .capture_primary[disabled]:hover,
div.janrain-form #publicProfileModal form .capture_primary[disabled]:hover,
fieldset[disabled] div.janrain-form #verifyEmail form .capture_btn:hover,
fieldset[disabled] div.janrain-form #resendVerificationSuccess form .capture_btn:hover,
fieldset[disabled] div.janrain-form #verifyEmailSuccess form .capture_btn:hover,
fieldset[disabled] div.janrain-form #resetPasswordRequestCode form .capture_btn:hover,
fieldset[disabled] div.janrain-form #resetPassword form .capture_btn:hover,
fieldset[disabled] div.janrain-form #resetPassword form .capture_btn:hover,
fieldset[disabled] div.janrain-form #resetPasswordSuccess form .capture_btn:hover,
fieldset[disabled] div.janrain-form #resetPasswordRequestCodeSuccess form .capture_btn:hover,
fieldset[disabled] div.janrain-form #changePasswordSuccess form .capture_btn:hover,
fieldset[disabled] div.janrain-form #changePassword form .capture_btn:hover,
fieldset[disabled] div.janrain-form #capture_editProfile_form_item_email form .capture_btn:hover,
fieldset[disabled] div.janrain-form #editProfile form .capture_btn:hover,
fieldset[disabled] div.janrain-form #publicProfileModal form .capture_btn:hover,
fieldset[disabled] div.janrain-form #verifyEmail form .capture_btn:hover,
fieldset[disabled] div.janrain-form #resendVerificationSuccess form .capture_btn:hover,
fieldset[disabled] div.janrain-form #verifyEmailSuccess form .capture_btn:hover,
fieldset[disabled] div.janrain-form #resetPasswordRequestCode form .capture_btn:hover,
fieldset[disabled] div.janrain-form #resetPassword form .capture_btn:hover,
fieldset[disabled] div.janrain-form #resetPassword form .capture_btn:hover,
fieldset[disabled] div.janrain-form #resetPasswordSuccess form .capture_btn:hover,
fieldset[disabled] div.janrain-form #resetPasswordRequestCodeSuccess form .capture_btn:hover,
fieldset[disabled] div.janrain-form #changePasswordSuccess form .capture_btn:hover,
fieldset[disabled] div.janrain-form #changePassword form .capture_btn:hover,
fieldset[disabled] div.janrain-form #capture_editProfile_form_item_email form .capture_btn:hover,
fieldset[disabled] div.janrain-form #editProfile form .capture_btn:hover,
fieldset[disabled] div.janrain-form #publicProfileModal form .capture_btn:hover,
fieldset[disabled] div.janrain-form #verifyEmail form .capture_primary:hover,
fieldset[disabled] div.janrain-form #resendVerificationSuccess form .capture_primary:hover,
fieldset[disabled] div.janrain-form #verifyEmailSuccess form .capture_primary:hover,
fieldset[disabled] div.janrain-form #resetPasswordRequestCode form .capture_primary:hover,
fieldset[disabled] div.janrain-form #resetPassword form .capture_primary:hover,
fieldset[disabled] div.janrain-form #resetPassword form .capture_primary:hover,
fieldset[disabled] div.janrain-form #resetPasswordSuccess form .capture_primary:hover,
fieldset[disabled] div.janrain-form #resetPasswordRequestCodeSuccess form .capture_primary:hover,
fieldset[disabled] div.janrain-form #changePasswordSuccess form .capture_primary:hover,
fieldset[disabled] div.janrain-form #changePassword form .capture_primary:hover,
fieldset[disabled] div.janrain-form #capture_editProfile_form_item_email form .capture_primary:hover,
fieldset[disabled] div.janrain-form #editProfile form .capture_primary:hover,
fieldset[disabled] div.janrain-form #publicProfileModal form .capture_primary:hover,
div.janrain-form #verifyEmail form .capture_btn.disabled:focus,
div.janrain-form #resendVerificationSuccess form .capture_btn.disabled:focus,
div.janrain-form #verifyEmailSuccess form .capture_btn.disabled:focus,
div.janrain-form #resetPasswordRequestCode form .capture_btn.disabled:focus,
div.janrain-form #resetPassword form .capture_btn.disabled:focus,
div.janrain-form #resetPassword form .capture_btn.disabled:focus,
div.janrain-form #resetPasswordSuccess form .capture_btn.disabled:focus,
div.janrain-form #resetPasswordRequestCodeSuccess form .capture_btn.disabled:focus,
div.janrain-form #changePasswordSuccess form .capture_btn.disabled:focus,
div.janrain-form #changePassword form .capture_btn.disabled:focus,
div.janrain-form #capture_editProfile_form_item_email form .capture_btn.disabled:focus,
div.janrain-form #editProfile form .capture_btn.disabled:focus,
div.janrain-form #publicProfileModal form .capture_btn.disabled:focus,
div.janrain-form #verifyEmail form .capture_btn.disabled:focus,
div.janrain-form #resendVerificationSuccess form .capture_btn.disabled:focus,
div.janrain-form #verifyEmailSuccess form .capture_btn.disabled:focus,
div.janrain-form #resetPasswordRequestCode form .capture_btn.disabled:focus,
div.janrain-form #resetPassword form .capture_btn.disabled:focus,
div.janrain-form #resetPassword form .capture_btn.disabled:focus,
div.janrain-form #resetPasswordSuccess form .capture_btn.disabled:focus,
div.janrain-form #resetPasswordRequestCodeSuccess form .capture_btn.disabled:focus,
div.janrain-form #changePasswordSuccess form .capture_btn.disabled:focus,
div.janrain-form #changePassword form .capture_btn.disabled:focus,
div.janrain-form #capture_editProfile_form_item_email form .capture_btn.disabled:focus,
div.janrain-form #editProfile form .capture_btn.disabled:focus,
div.janrain-form #publicProfileModal form .capture_btn.disabled:focus,
div.janrain-form #verifyEmail form .capture_primary.disabled:focus,
div.janrain-form #resendVerificationSuccess form .capture_primary.disabled:focus,
div.janrain-form #verifyEmailSuccess form .capture_primary.disabled:focus,
div.janrain-form #resetPasswordRequestCode form .capture_primary.disabled:focus,
div.janrain-form #resetPassword form .capture_primary.disabled:focus,
div.janrain-form #resetPassword form .capture_primary.disabled:focus,
div.janrain-form #resetPasswordSuccess form .capture_primary.disabled:focus,
div.janrain-form #resetPasswordRequestCodeSuccess form .capture_primary.disabled:focus,
div.janrain-form #changePasswordSuccess form .capture_primary.disabled:focus,
div.janrain-form #changePassword form .capture_primary.disabled:focus,
div.janrain-form #capture_editProfile_form_item_email form .capture_primary.disabled:focus,
div.janrain-form #editProfile form .capture_primary.disabled:focus,
div.janrain-form #publicProfileModal form .capture_primary.disabled:focus,
div.janrain-form #verifyEmail form .capture_btn[disabled]:focus,
div.janrain-form #resendVerificationSuccess form .capture_btn[disabled]:focus,
div.janrain-form #verifyEmailSuccess form .capture_btn[disabled]:focus,
div.janrain-form #resetPasswordRequestCode form .capture_btn[disabled]:focus,
div.janrain-form #resetPassword form .capture_btn[disabled]:focus,
div.janrain-form #resetPassword form .capture_btn[disabled]:focus,
div.janrain-form #resetPasswordSuccess form .capture_btn[disabled]:focus,
div.janrain-form #resetPasswordRequestCodeSuccess form .capture_btn[disabled]:focus,
div.janrain-form #changePasswordSuccess form .capture_btn[disabled]:focus,
div.janrain-form #changePassword form .capture_btn[disabled]:focus,
div.janrain-form #capture_editProfile_form_item_email form .capture_btn[disabled]:focus,
div.janrain-form #editProfile form .capture_btn[disabled]:focus,
div.janrain-form #publicProfileModal form .capture_btn[disabled]:focus,
div.janrain-form #verifyEmail form .capture_btn[disabled]:focus,
div.janrain-form #resendVerificationSuccess form .capture_btn[disabled]:focus,
div.janrain-form #verifyEmailSuccess form .capture_btn[disabled]:focus,
div.janrain-form #resetPasswordRequestCode form .capture_btn[disabled]:focus,
div.janrain-form #resetPassword form .capture_btn[disabled]:focus,
div.janrain-form #resetPassword form .capture_btn[disabled]:focus,
div.janrain-form #resetPasswordSuccess form .capture_btn[disabled]:focus,
div.janrain-form #resetPasswordRequestCodeSuccess form .capture_btn[disabled]:focus,
div.janrain-form #changePasswordSuccess form .capture_btn[disabled]:focus,
div.janrain-form #changePassword form .capture_btn[disabled]:focus,
div.janrain-form #capture_editProfile_form_item_email form .capture_btn[disabled]:focus,
div.janrain-form #editProfile form .capture_btn[disabled]:focus,
div.janrain-form #publicProfileModal form .capture_btn[disabled]:focus,
div.janrain-form #verifyEmail form .capture_primary[disabled]:focus,
div.janrain-form #resendVerificationSuccess form .capture_primary[disabled]:focus,
div.janrain-form #verifyEmailSuccess form .capture_primary[disabled]:focus,
div.janrain-form #resetPasswordRequestCode form .capture_primary[disabled]:focus,
div.janrain-form #resetPassword form .capture_primary[disabled]:focus,
div.janrain-form #resetPassword form .capture_primary[disabled]:focus,
div.janrain-form #resetPasswordSuccess form .capture_primary[disabled]:focus,
div.janrain-form #resetPasswordRequestCodeSuccess form .capture_primary[disabled]:focus,
div.janrain-form #changePasswordSuccess form .capture_primary[disabled]:focus,
div.janrain-form #changePassword form .capture_primary[disabled]:focus,
div.janrain-form #capture_editProfile_form_item_email form .capture_primary[disabled]:focus,
div.janrain-form #editProfile form .capture_primary[disabled]:focus,
div.janrain-form #publicProfileModal form .capture_primary[disabled]:focus,
fieldset[disabled] div.janrain-form #verifyEmail form .capture_btn:focus,
fieldset[disabled] div.janrain-form #resendVerificationSuccess form .capture_btn:focus,
fieldset[disabled] div.janrain-form #verifyEmailSuccess form .capture_btn:focus,
fieldset[disabled] div.janrain-form #resetPasswordRequestCode form .capture_btn:focus,
fieldset[disabled] div.janrain-form #resetPassword form .capture_btn:focus,
fieldset[disabled] div.janrain-form #resetPassword form .capture_btn:focus,
fieldset[disabled] div.janrain-form #resetPasswordSuccess form .capture_btn:focus,
fieldset[disabled] div.janrain-form #resetPasswordRequestCodeSuccess form .capture_btn:focus,
fieldset[disabled] div.janrain-form #changePasswordSuccess form .capture_btn:focus,
fieldset[disabled] div.janrain-form #changePassword form .capture_btn:focus,
fieldset[disabled] div.janrain-form #capture_editProfile_form_item_email form .capture_btn:focus,
fieldset[disabled] div.janrain-form #editProfile form .capture_btn:focus,
fieldset[disabled] div.janrain-form #publicProfileModal form .capture_btn:focus,
fieldset[disabled] div.janrain-form #verifyEmail form .capture_btn:focus,
fieldset[disabled] div.janrain-form #resendVerificationSuccess form .capture_btn:focus,
fieldset[disabled] div.janrain-form #verifyEmailSuccess form .capture_btn:focus,
fieldset[disabled] div.janrain-form #resetPasswordRequestCode form .capture_btn:focus,
fieldset[disabled] div.janrain-form #resetPassword form .capture_btn:focus,
fieldset[disabled] div.janrain-form #resetPassword form .capture_btn:focus,
fieldset[disabled] div.janrain-form #resetPasswordSuccess form .capture_btn:focus,
fieldset[disabled] div.janrain-form #resetPasswordRequestCodeSuccess form .capture_btn:focus,
fieldset[disabled] div.janrain-form #changePasswordSuccess form .capture_btn:focus,
fieldset[disabled] div.janrain-form #changePassword form .capture_btn:focus,
fieldset[disabled] div.janrain-form #capture_editProfile_form_item_email form .capture_btn:focus,
fieldset[disabled] div.janrain-form #editProfile form .capture_btn:focus,
fieldset[disabled] div.janrain-form #publicProfileModal form .capture_btn:focus,
fieldset[disabled] div.janrain-form #verifyEmail form .capture_primary:focus,
fieldset[disabled] div.janrain-form #resendVerificationSuccess form .capture_primary:focus,
fieldset[disabled] div.janrain-form #verifyEmailSuccess form .capture_primary:focus,
fieldset[disabled] div.janrain-form #resetPasswordRequestCode form .capture_primary:focus,
fieldset[disabled] div.janrain-form #resetPassword form .capture_primary:focus,
fieldset[disabled] div.janrain-form #resetPassword form .capture_primary:focus,
fieldset[disabled] div.janrain-form #resetPasswordSuccess form .capture_primary:focus,
fieldset[disabled] div.janrain-form #resetPasswordRequestCodeSuccess form .capture_primary:focus,
fieldset[disabled] div.janrain-form #changePasswordSuccess form .capture_primary:focus,
fieldset[disabled] div.janrain-form #changePassword form .capture_primary:focus,
fieldset[disabled] div.janrain-form #capture_editProfile_form_item_email form .capture_primary:focus,
fieldset[disabled] div.janrain-form #editProfile form .capture_primary:focus,
fieldset[disabled] div.janrain-form #publicProfileModal form .capture_primary:focus,
div.janrain-form #verifyEmail form .capture_btn.disabled.focus,
div.janrain-form #resendVerificationSuccess form .capture_btn.disabled.focus,
div.janrain-form #verifyEmailSuccess form .capture_btn.disabled.focus,
div.janrain-form #resetPasswordRequestCode form .capture_btn.disabled.focus,
div.janrain-form #resetPassword form .capture_btn.disabled.focus,
div.janrain-form #resetPassword form .capture_btn.disabled.focus,
div.janrain-form #resetPasswordSuccess form .capture_btn.disabled.focus,
div.janrain-form #resetPasswordRequestCodeSuccess form .capture_btn.disabled.focus,
div.janrain-form #changePasswordSuccess form .capture_btn.disabled.focus,
div.janrain-form #changePassword form .capture_btn.disabled.focus,
div.janrain-form #capture_editProfile_form_item_email form .capture_btn.disabled.focus,
div.janrain-form #editProfile form .capture_btn.disabled.focus,
div.janrain-form #publicProfileModal form .capture_btn.disabled.focus,
div.janrain-form #verifyEmail form .capture_btn.disabled.focus,
div.janrain-form #resendVerificationSuccess form .capture_btn.disabled.focus,
div.janrain-form #verifyEmailSuccess form .capture_btn.disabled.focus,
div.janrain-form #resetPasswordRequestCode form .capture_btn.disabled.focus,
div.janrain-form #resetPassword form .capture_btn.disabled.focus,
div.janrain-form #resetPassword form .capture_btn.disabled.focus,
div.janrain-form #resetPasswordSuccess form .capture_btn.disabled.focus,
div.janrain-form #resetPasswordRequestCodeSuccess form .capture_btn.disabled.focus,
div.janrain-form #changePasswordSuccess form .capture_btn.disabled.focus,
div.janrain-form #changePassword form .capture_btn.disabled.focus,
div.janrain-form #capture_editProfile_form_item_email form .capture_btn.disabled.focus,
div.janrain-form #editProfile form .capture_btn.disabled.focus,
div.janrain-form #publicProfileModal form .capture_btn.disabled.focus,
div.janrain-form #verifyEmail form .capture_primary.disabled.focus,
div.janrain-form #resendVerificationSuccess form .capture_primary.disabled.focus,
div.janrain-form #verifyEmailSuccess form .capture_primary.disabled.focus,
div.janrain-form #resetPasswordRequestCode form .capture_primary.disabled.focus,
div.janrain-form #resetPassword form .capture_primary.disabled.focus,
div.janrain-form #resetPassword form .capture_primary.disabled.focus,
div.janrain-form #resetPasswordSuccess form .capture_primary.disabled.focus,
div.janrain-form #resetPasswordRequestCodeSuccess form .capture_primary.disabled.focus,
div.janrain-form #changePasswordSuccess form .capture_primary.disabled.focus,
div.janrain-form #changePassword form .capture_primary.disabled.focus,
div.janrain-form #capture_editProfile_form_item_email form .capture_primary.disabled.focus,
div.janrain-form #editProfile form .capture_primary.disabled.focus,
div.janrain-form #publicProfileModal form .capture_primary.disabled.focus,
div.janrain-form #verifyEmail form .capture_btn[disabled].focus,
div.janrain-form #resendVerificationSuccess form .capture_btn[disabled].focus,
div.janrain-form #verifyEmailSuccess form .capture_btn[disabled].focus,
div.janrain-form #resetPasswordRequestCode form .capture_btn[disabled].focus,
div.janrain-form #resetPassword form .capture_btn[disabled].focus,
div.janrain-form #resetPassword form .capture_btn[disabled].focus,
div.janrain-form #resetPasswordSuccess form .capture_btn[disabled].focus,
div.janrain-form #resetPasswordRequestCodeSuccess form .capture_btn[disabled].focus,
div.janrain-form #changePasswordSuccess form .capture_btn[disabled].focus,
div.janrain-form #changePassword form .capture_btn[disabled].focus,
div.janrain-form #capture_editProfile_form_item_email form .capture_btn[disabled].focus,
div.janrain-form #editProfile form .capture_btn[disabled].focus,
div.janrain-form #publicProfileModal form .capture_btn[disabled].focus,
div.janrain-form #verifyEmail form .capture_btn[disabled].focus,
div.janrain-form #resendVerificationSuccess form .capture_btn[disabled].focus,
div.janrain-form #verifyEmailSuccess form .capture_btn[disabled].focus,
div.janrain-form #resetPasswordRequestCode form .capture_btn[disabled].focus,
div.janrain-form #resetPassword form .capture_btn[disabled].focus,
div.janrain-form #resetPassword form .capture_btn[disabled].focus,
div.janrain-form #resetPasswordSuccess form .capture_btn[disabled].focus,
div.janrain-form #resetPasswordRequestCodeSuccess form .capture_btn[disabled].focus,
div.janrain-form #changePasswordSuccess form .capture_btn[disabled].focus,
div.janrain-form #changePassword form .capture_btn[disabled].focus,
div.janrain-form #capture_editProfile_form_item_email form .capture_btn[disabled].focus,
div.janrain-form #editProfile form .capture_btn[disabled].focus,
div.janrain-form #publicProfileModal form .capture_btn[disabled].focus,
div.janrain-form #verifyEmail form .capture_primary[disabled].focus,
div.janrain-form #resendVerificationSuccess form .capture_primary[disabled].focus,
div.janrain-form #verifyEmailSuccess form .capture_primary[disabled].focus,
div.janrain-form #resetPasswordRequestCode form .capture_primary[disabled].focus,
div.janrain-form #resetPassword form .capture_primary[disabled].focus,
div.janrain-form #resetPassword form .capture_primary[disabled].focus,
div.janrain-form #resetPasswordSuccess form .capture_primary[disabled].focus,
div.janrain-form #resetPasswordRequestCodeSuccess form .capture_primary[disabled].focus,
div.janrain-form #changePasswordSuccess form .capture_primary[disabled].focus,
div.janrain-form #changePassword form .capture_primary[disabled].focus,
div.janrain-form #capture_editProfile_form_item_email form .capture_primary[disabled].focus,
div.janrain-form #editProfile form .capture_primary[disabled].focus,
div.janrain-form #publicProfileModal form .capture_primary[disabled].focus,
fieldset[disabled] div.janrain-form #verifyEmail form .capture_btn.focus,
fieldset[disabled] div.janrain-form #resendVerificationSuccess form .capture_btn.focus,
fieldset[disabled] div.janrain-form #verifyEmailSuccess form .capture_btn.focus,
fieldset[disabled] div.janrain-form #resetPasswordRequestCode form .capture_btn.focus,
fieldset[disabled] div.janrain-form #resetPassword form .capture_btn.focus,
fieldset[disabled] div.janrain-form #resetPassword form .capture_btn.focus,
fieldset[disabled] div.janrain-form #resetPasswordSuccess form .capture_btn.focus,
fieldset[disabled] div.janrain-form #resetPasswordRequestCodeSuccess form .capture_btn.focus,
fieldset[disabled] div.janrain-form #changePasswordSuccess form .capture_btn.focus,
fieldset[disabled] div.janrain-form #changePassword form .capture_btn.focus,
fieldset[disabled] div.janrain-form #capture_editProfile_form_item_email form .capture_btn.focus,
fieldset[disabled] div.janrain-form #editProfile form .capture_btn.focus,
fieldset[disabled] div.janrain-form #publicProfileModal form .capture_btn.focus,
fieldset[disabled] div.janrain-form #verifyEmail form .capture_btn.focus,
fieldset[disabled] div.janrain-form #resendVerificationSuccess form .capture_btn.focus,
fieldset[disabled] div.janrain-form #verifyEmailSuccess form .capture_btn.focus,
fieldset[disabled] div.janrain-form #resetPasswordRequestCode form .capture_btn.focus,
fieldset[disabled] div.janrain-form #resetPassword form .capture_btn.focus,
fieldset[disabled] div.janrain-form #resetPassword form .capture_btn.focus,
fieldset[disabled] div.janrain-form #resetPasswordSuccess form .capture_btn.focus,
fieldset[disabled] div.janrain-form #resetPasswordRequestCodeSuccess form .capture_btn.focus,
fieldset[disabled] div.janrain-form #changePasswordSuccess form .capture_btn.focus,
fieldset[disabled] div.janrain-form #changePassword form .capture_btn.focus,
fieldset[disabled] div.janrain-form #capture_editProfile_form_item_email form .capture_btn.focus,
fieldset[disabled] div.janrain-form #editProfile form .capture_btn.focus,
fieldset[disabled] div.janrain-form #publicProfileModal form .capture_btn.focus,
fieldset[disabled] div.janrain-form #verifyEmail form .capture_primary.focus,
fieldset[disabled] div.janrain-form #resendVerificationSuccess form .capture_primary.focus,
fieldset[disabled] div.janrain-form #verifyEmailSuccess form .capture_primary.focus,
fieldset[disabled] div.janrain-form #resetPasswordRequestCode form .capture_primary.focus,
fieldset[disabled] div.janrain-form #resetPassword form .capture_primary.focus,
fieldset[disabled] div.janrain-form #resetPassword form .capture_primary.focus,
fieldset[disabled] div.janrain-form #resetPasswordSuccess form .capture_primary.focus,
fieldset[disabled] div.janrain-form #resetPasswordRequestCodeSuccess form .capture_primary.focus,
fieldset[disabled] div.janrain-form #changePasswordSuccess form .capture_primary.focus,
fieldset[disabled] div.janrain-form #changePassword form .capture_primary.focus,
fieldset[disabled] div.janrain-form #capture_editProfile_form_item_email form .capture_primary.focus,
fieldset[disabled] div.janrain-form #editProfile form .capture_primary.focus,
fieldset[disabled] div.janrain-form #publicProfileModal form .capture_primary.focus {
  background-color: #FFD100;
  border-color: #e6bc00;
}
div.janrain-form #verifyEmail form .capture_btn .badge,
div.janrain-form #resendVerificationSuccess form .capture_btn .badge,
div.janrain-form #verifyEmailSuccess form .capture_btn .badge,
div.janrain-form #resetPasswordRequestCode form .capture_btn .badge,
div.janrain-form #resetPassword form .capture_btn .badge,
div.janrain-form #resetPassword form .capture_btn .badge,
div.janrain-form #resetPasswordSuccess form .capture_btn .badge,
div.janrain-form #resetPasswordRequestCodeSuccess form .capture_btn .badge,
div.janrain-form #changePasswordSuccess form .capture_btn .badge,
div.janrain-form #changePassword form .capture_btn .badge,
div.janrain-form #capture_editProfile_form_item_email form .capture_btn .badge,
div.janrain-form #editProfile form .capture_btn .badge,
div.janrain-form #publicProfileModal form .capture_btn .badge,
div.janrain-form #verifyEmail form .capture_btn .badge,
div.janrain-form #resendVerificationSuccess form .capture_btn .badge,
div.janrain-form #verifyEmailSuccess form .capture_btn .badge,
div.janrain-form #resetPasswordRequestCode form .capture_btn .badge,
div.janrain-form #resetPassword form .capture_btn .badge,
div.janrain-form #resetPassword form .capture_btn .badge,
div.janrain-form #resetPasswordSuccess form .capture_btn .badge,
div.janrain-form #resetPasswordRequestCodeSuccess form .capture_btn .badge,
div.janrain-form #changePasswordSuccess form .capture_btn .badge,
div.janrain-form #changePassword form .capture_btn .badge,
div.janrain-form #capture_editProfile_form_item_email form .capture_btn .badge,
div.janrain-form #editProfile form .capture_btn .badge,
div.janrain-form #publicProfileModal form .capture_btn .badge,
div.janrain-form #verifyEmail form .capture_primary .badge,
div.janrain-form #resendVerificationSuccess form .capture_primary .badge,
div.janrain-form #verifyEmailSuccess form .capture_primary .badge,
div.janrain-form #resetPasswordRequestCode form .capture_primary .badge,
div.janrain-form #resetPassword form .capture_primary .badge,
div.janrain-form #resetPassword form .capture_primary .badge,
div.janrain-form #resetPasswordSuccess form .capture_primary .badge,
div.janrain-form #resetPasswordRequestCodeSuccess form .capture_primary .badge,
div.janrain-form #changePasswordSuccess form .capture_primary .badge,
div.janrain-form #changePassword form .capture_primary .badge,
div.janrain-form #capture_editProfile_form_item_email form .capture_primary .badge,
div.janrain-form #editProfile form .capture_primary .badge,
div.janrain-form #publicProfileModal form .capture_primary .badge {
  color: #FFD100;
  background-color: #33424D;
}
div.janrain-form #verifyEmail form .capture_btn:focus,
div.janrain-form #resendVerificationSuccess form .capture_btn:focus,
div.janrain-form #verifyEmailSuccess form .capture_btn:focus,
div.janrain-form #resetPasswordRequestCode form .capture_btn:focus,
div.janrain-form #resetPassword form .capture_btn:focus,
div.janrain-form #resetPassword form .capture_btn:focus,
div.janrain-form #resetPasswordSuccess form .capture_btn:focus,
div.janrain-form #resetPasswordRequestCodeSuccess form .capture_btn:focus,
div.janrain-form #changePasswordSuccess form .capture_btn:focus,
div.janrain-form #changePassword form .capture_btn:focus,
div.janrain-form #capture_editProfile_form_item_email form .capture_btn:focus,
div.janrain-form #editProfile form .capture_btn:focus,
div.janrain-form #publicProfileModal form .capture_btn:focus,
div.janrain-form #verifyEmail form .capture_btn:focus,
div.janrain-form #resendVerificationSuccess form .capture_btn:focus,
div.janrain-form #verifyEmailSuccess form .capture_btn:focus,
div.janrain-form #resetPasswordRequestCode form .capture_btn:focus,
div.janrain-form #resetPassword form .capture_btn:focus,
div.janrain-form #resetPassword form .capture_btn:focus,
div.janrain-form #resetPasswordSuccess form .capture_btn:focus,
div.janrain-form #resetPasswordRequestCodeSuccess form .capture_btn:focus,
div.janrain-form #changePasswordSuccess form .capture_btn:focus,
div.janrain-form #changePassword form .capture_btn:focus,
div.janrain-form #capture_editProfile_form_item_email form .capture_btn:focus,
div.janrain-form #editProfile form .capture_btn:focus,
div.janrain-form #publicProfileModal form .capture_btn:focus,
div.janrain-form #verifyEmail form .capture_primary:focus,
div.janrain-form #resendVerificationSuccess form .capture_primary:focus,
div.janrain-form #verifyEmailSuccess form .capture_primary:focus,
div.janrain-form #resetPasswordRequestCode form .capture_primary:focus,
div.janrain-form #resetPassword form .capture_primary:focus,
div.janrain-form #resetPassword form .capture_primary:focus,
div.janrain-form #resetPasswordSuccess form .capture_primary:focus,
div.janrain-form #resetPasswordRequestCodeSuccess form .capture_primary:focus,
div.janrain-form #changePasswordSuccess form .capture_primary:focus,
div.janrain-form #changePassword form .capture_primary:focus,
div.janrain-form #capture_editProfile_form_item_email form .capture_primary:focus,
div.janrain-form #editProfile form .capture_primary:focus,
div.janrain-form #publicProfileModal form .capture_primary:focus,
div.janrain-form #verifyEmail form .capture_btn.focus,
div.janrain-form #resendVerificationSuccess form .capture_btn.focus,
div.janrain-form #verifyEmailSuccess form .capture_btn.focus,
div.janrain-form #resetPasswordRequestCode form .capture_btn.focus,
div.janrain-form #resetPassword form .capture_btn.focus,
div.janrain-form #resetPassword form .capture_btn.focus,
div.janrain-form #resetPasswordSuccess form .capture_btn.focus,
div.janrain-form #resetPasswordRequestCodeSuccess form .capture_btn.focus,
div.janrain-form #changePasswordSuccess form .capture_btn.focus,
div.janrain-form #changePassword form .capture_btn.focus,
div.janrain-form #capture_editProfile_form_item_email form .capture_btn.focus,
div.janrain-form #editProfile form .capture_btn.focus,
div.janrain-form #publicProfileModal form .capture_btn.focus,
div.janrain-form #verifyEmail form .capture_btn.focus,
div.janrain-form #resendVerificationSuccess form .capture_btn.focus,
div.janrain-form #verifyEmailSuccess form .capture_btn.focus,
div.janrain-form #resetPasswordRequestCode form .capture_btn.focus,
div.janrain-form #resetPassword form .capture_btn.focus,
div.janrain-form #resetPassword form .capture_btn.focus,
div.janrain-form #resetPasswordSuccess form .capture_btn.focus,
div.janrain-form #resetPasswordRequestCodeSuccess form .capture_btn.focus,
div.janrain-form #changePasswordSuccess form .capture_btn.focus,
div.janrain-form #changePassword form .capture_btn.focus,
div.janrain-form #capture_editProfile_form_item_email form .capture_btn.focus,
div.janrain-form #editProfile form .capture_btn.focus,
div.janrain-form #publicProfileModal form .capture_btn.focus,
div.janrain-form #verifyEmail form .capture_primary.focus,
div.janrain-form #resendVerificationSuccess form .capture_primary.focus,
div.janrain-form #verifyEmailSuccess form .capture_primary.focus,
div.janrain-form #resetPasswordRequestCode form .capture_primary.focus,
div.janrain-form #resetPassword form .capture_primary.focus,
div.janrain-form #resetPassword form .capture_primary.focus,
div.janrain-form #resetPasswordSuccess form .capture_primary.focus,
div.janrain-form #resetPasswordRequestCodeSuccess form .capture_primary.focus,
div.janrain-form #changePasswordSuccess form .capture_primary.focus,
div.janrain-form #changePassword form .capture_primary.focus,
div.janrain-form #capture_editProfile_form_item_email form .capture_primary.focus,
div.janrain-form #editProfile form .capture_primary.focus,
div.janrain-form #publicProfileModal form .capture_primary.focus {
  transition: none;
  color: #FFD100;
  background-color: #33424D;
  border-color: #0a0d10;
}
.dark-bg div.janrain-form #verifyEmail form .capture_btn:focus,
.dark-bg div.janrain-form #resendVerificationSuccess form .capture_btn:focus,
.dark-bg div.janrain-form #verifyEmailSuccess form .capture_btn:focus,
.dark-bg div.janrain-form #resetPasswordRequestCode form .capture_btn:focus,
.dark-bg div.janrain-form #resetPassword form .capture_btn:focus,
.dark-bg div.janrain-form #resetPassword form .capture_btn:focus,
.dark-bg div.janrain-form #resetPasswordSuccess form .capture_btn:focus,
.dark-bg div.janrain-form #resetPasswordRequestCodeSuccess form .capture_btn:focus,
.dark-bg div.janrain-form #changePasswordSuccess form .capture_btn:focus,
.dark-bg div.janrain-form #changePassword form .capture_btn:focus,
.dark-bg div.janrain-form #capture_editProfile_form_item_email form .capture_btn:focus,
.dark-bg div.janrain-form #editProfile form .capture_btn:focus,
.dark-bg div.janrain-form #publicProfileModal form .capture_btn:focus,
.dark-bg div.janrain-form #verifyEmail form .capture_btn:focus,
.dark-bg div.janrain-form #resendVerificationSuccess form .capture_btn:focus,
.dark-bg div.janrain-form #verifyEmailSuccess form .capture_btn:focus,
.dark-bg div.janrain-form #resetPasswordRequestCode form .capture_btn:focus,
.dark-bg div.janrain-form #resetPassword form .capture_btn:focus,
.dark-bg div.janrain-form #resetPassword form .capture_btn:focus,
.dark-bg div.janrain-form #resetPasswordSuccess form .capture_btn:focus,
.dark-bg div.janrain-form #resetPasswordRequestCodeSuccess form .capture_btn:focus,
.dark-bg div.janrain-form #changePasswordSuccess form .capture_btn:focus,
.dark-bg div.janrain-form #changePassword form .capture_btn:focus,
.dark-bg div.janrain-form #capture_editProfile_form_item_email form .capture_btn:focus,
.dark-bg div.janrain-form #editProfile form .capture_btn:focus,
.dark-bg div.janrain-form #publicProfileModal form .capture_btn:focus,
.dark-bg div.janrain-form #verifyEmail form .capture_primary:focus,
.dark-bg div.janrain-form #resendVerificationSuccess form .capture_primary:focus,
.dark-bg div.janrain-form #verifyEmailSuccess form .capture_primary:focus,
.dark-bg div.janrain-form #resetPasswordRequestCode form .capture_primary:focus,
.dark-bg div.janrain-form #resetPassword form .capture_primary:focus,
.dark-bg div.janrain-form #resetPassword form .capture_primary:focus,
.dark-bg div.janrain-form #resetPasswordSuccess form .capture_primary:focus,
.dark-bg div.janrain-form #resetPasswordRequestCodeSuccess form .capture_primary:focus,
.dark-bg div.janrain-form #changePasswordSuccess form .capture_primary:focus,
.dark-bg div.janrain-form #changePassword form .capture_primary:focus,
.dark-bg div.janrain-form #capture_editProfile_form_item_email form .capture_primary:focus,
.dark-bg div.janrain-form #editProfile form .capture_primary:focus,
.dark-bg div.janrain-form #publicProfileModal form .capture_primary:focus,
.dark-bg div.janrain-form #verifyEmail form .capture_btn.focus,
.dark-bg div.janrain-form #resendVerificationSuccess form .capture_btn.focus,
.dark-bg div.janrain-form #verifyEmailSuccess form .capture_btn.focus,
.dark-bg div.janrain-form #resetPasswordRequestCode form .capture_btn.focus,
.dark-bg div.janrain-form #resetPassword form .capture_btn.focus,
.dark-bg div.janrain-form #resetPassword form .capture_btn.focus,
.dark-bg div.janrain-form #resetPasswordSuccess form .capture_btn.focus,
.dark-bg div.janrain-form #resetPasswordRequestCodeSuccess form .capture_btn.focus,
.dark-bg div.janrain-form #changePasswordSuccess form .capture_btn.focus,
.dark-bg div.janrain-form #changePassword form .capture_btn.focus,
.dark-bg div.janrain-form #capture_editProfile_form_item_email form .capture_btn.focus,
.dark-bg div.janrain-form #editProfile form .capture_btn.focus,
.dark-bg div.janrain-form #publicProfileModal form .capture_btn.focus,
.dark-bg div.janrain-form #verifyEmail form .capture_btn.focus,
.dark-bg div.janrain-form #resendVerificationSuccess form .capture_btn.focus,
.dark-bg div.janrain-form #verifyEmailSuccess form .capture_btn.focus,
.dark-bg div.janrain-form #resetPasswordRequestCode form .capture_btn.focus,
.dark-bg div.janrain-form #resetPassword form .capture_btn.focus,
.dark-bg div.janrain-form #resetPassword form .capture_btn.focus,
.dark-bg div.janrain-form #resetPasswordSuccess form .capture_btn.focus,
.dark-bg div.janrain-form #resetPasswordRequestCodeSuccess form .capture_btn.focus,
.dark-bg div.janrain-form #changePasswordSuccess form .capture_btn.focus,
.dark-bg div.janrain-form #changePassword form .capture_btn.focus,
.dark-bg div.janrain-form #capture_editProfile_form_item_email form .capture_btn.focus,
.dark-bg div.janrain-form #editProfile form .capture_btn.focus,
.dark-bg div.janrain-form #publicProfileModal form .capture_btn.focus,
.dark-bg div.janrain-form #verifyEmail form .capture_primary.focus,
.dark-bg div.janrain-form #resendVerificationSuccess form .capture_primary.focus,
.dark-bg div.janrain-form #verifyEmailSuccess form .capture_primary.focus,
.dark-bg div.janrain-form #resetPasswordRequestCode form .capture_primary.focus,
.dark-bg div.janrain-form #resetPassword form .capture_primary.focus,
.dark-bg div.janrain-form #resetPassword form .capture_primary.focus,
.dark-bg div.janrain-form #resetPasswordSuccess form .capture_primary.focus,
.dark-bg div.janrain-form #resetPasswordRequestCodeSuccess form .capture_primary.focus,
.dark-bg div.janrain-form #changePasswordSuccess form .capture_primary.focus,
.dark-bg div.janrain-form #changePassword form .capture_primary.focus,
.dark-bg div.janrain-form #capture_editProfile_form_item_email form .capture_primary.focus,
.dark-bg div.janrain-form #editProfile form .capture_primary.focus,
.dark-bg div.janrain-form #publicProfileModal form .capture_primary.focus,
.navbar-inverse div.janrain-form #verifyEmail form .capture_btn:focus,
.navbar-inverse div.janrain-form #resendVerificationSuccess form .capture_btn:focus,
.navbar-inverse div.janrain-form #verifyEmailSuccess form .capture_btn:focus,
.navbar-inverse div.janrain-form #resetPasswordRequestCode form .capture_btn:focus,
.navbar-inverse div.janrain-form #resetPassword form .capture_btn:focus,
.navbar-inverse div.janrain-form #resetPassword form .capture_btn:focus,
.navbar-inverse div.janrain-form #resetPasswordSuccess form .capture_btn:focus,
.navbar-inverse div.janrain-form #resetPasswordRequestCodeSuccess form .capture_btn:focus,
.navbar-inverse div.janrain-form #changePasswordSuccess form .capture_btn:focus,
.navbar-inverse div.janrain-form #changePassword form .capture_btn:focus,
.navbar-inverse div.janrain-form #capture_editProfile_form_item_email form .capture_btn:focus,
.navbar-inverse div.janrain-form #editProfile form .capture_btn:focus,
.navbar-inverse div.janrain-form #publicProfileModal form .capture_btn:focus,
.navbar-inverse div.janrain-form #verifyEmail form .capture_btn:focus,
.navbar-inverse div.janrain-form #resendVerificationSuccess form .capture_btn:focus,
.navbar-inverse div.janrain-form #verifyEmailSuccess form .capture_btn:focus,
.navbar-inverse div.janrain-form #resetPasswordRequestCode form .capture_btn:focus,
.navbar-inverse div.janrain-form #resetPassword form .capture_btn:focus,
.navbar-inverse div.janrain-form #resetPassword form .capture_btn:focus,
.navbar-inverse div.janrain-form #resetPasswordSuccess form .capture_btn:focus,
.navbar-inverse div.janrain-form #resetPasswordRequestCodeSuccess form .capture_btn:focus,
.navbar-inverse div.janrain-form #changePasswordSuccess form .capture_btn:focus,
.navbar-inverse div.janrain-form #changePassword form .capture_btn:focus,
.navbar-inverse div.janrain-form #capture_editProfile_form_item_email form .capture_btn:focus,
.navbar-inverse div.janrain-form #editProfile form .capture_btn:focus,
.navbar-inverse div.janrain-form #publicProfileModal form .capture_btn:focus,
.navbar-inverse div.janrain-form #verifyEmail form .capture_primary:focus,
.navbar-inverse div.janrain-form #resendVerificationSuccess form .capture_primary:focus,
.navbar-inverse div.janrain-form #verifyEmailSuccess form .capture_primary:focus,
.navbar-inverse div.janrain-form #resetPasswordRequestCode form .capture_primary:focus,
.navbar-inverse div.janrain-form #resetPassword form .capture_primary:focus,
.navbar-inverse div.janrain-form #resetPassword form .capture_primary:focus,
.navbar-inverse div.janrain-form #resetPasswordSuccess form .capture_primary:focus,
.navbar-inverse div.janrain-form #resetPasswordRequestCodeSuccess form .capture_primary:focus,
.navbar-inverse div.janrain-form #changePasswordSuccess form .capture_primary:focus,
.navbar-inverse div.janrain-form #changePassword form .capture_primary:focus,
.navbar-inverse div.janrain-form #capture_editProfile_form_item_email form .capture_primary:focus,
.navbar-inverse div.janrain-form #editProfile form .capture_primary:focus,
.navbar-inverse div.janrain-form #publicProfileModal form .capture_primary:focus,
.navbar-inverse div.janrain-form #verifyEmail form .capture_btn.focus,
.navbar-inverse div.janrain-form #resendVerificationSuccess form .capture_btn.focus,
.navbar-inverse div.janrain-form #verifyEmailSuccess form .capture_btn.focus,
.navbar-inverse div.janrain-form #resetPasswordRequestCode form .capture_btn.focus,
.navbar-inverse div.janrain-form #resetPassword form .capture_btn.focus,
.navbar-inverse div.janrain-form #resetPassword form .capture_btn.focus,
.navbar-inverse div.janrain-form #resetPasswordSuccess form .capture_btn.focus,
.navbar-inverse div.janrain-form #resetPasswordRequestCodeSuccess form .capture_btn.focus,
.navbar-inverse div.janrain-form #changePasswordSuccess form .capture_btn.focus,
.navbar-inverse div.janrain-form #changePassword form .capture_btn.focus,
.navbar-inverse div.janrain-form #capture_editProfile_form_item_email form .capture_btn.focus,
.navbar-inverse div.janrain-form #editProfile form .capture_btn.focus,
.navbar-inverse div.janrain-form #publicProfileModal form .capture_btn.focus,
.navbar-inverse div.janrain-form #verifyEmail form .capture_btn.focus,
.navbar-inverse div.janrain-form #resendVerificationSuccess form .capture_btn.focus,
.navbar-inverse div.janrain-form #verifyEmailSuccess form .capture_btn.focus,
.navbar-inverse div.janrain-form #resetPasswordRequestCode form .capture_btn.focus,
.navbar-inverse div.janrain-form #resetPassword form .capture_btn.focus,
.navbar-inverse div.janrain-form #resetPassword form .capture_btn.focus,
.navbar-inverse div.janrain-form #resetPasswordSuccess form .capture_btn.focus,
.navbar-inverse div.janrain-form #resetPasswordRequestCodeSuccess form .capture_btn.focus,
.navbar-inverse div.janrain-form #changePasswordSuccess form .capture_btn.focus,
.navbar-inverse div.janrain-form #changePassword form .capture_btn.focus,
.navbar-inverse div.janrain-form #capture_editProfile_form_item_email form .capture_btn.focus,
.navbar-inverse div.janrain-form #editProfile form .capture_btn.focus,
.navbar-inverse div.janrain-form #publicProfileModal form .capture_btn.focus,
.navbar-inverse div.janrain-form #verifyEmail form .capture_primary.focus,
.navbar-inverse div.janrain-form #resendVerificationSuccess form .capture_primary.focus,
.navbar-inverse div.janrain-form #verifyEmailSuccess form .capture_primary.focus,
.navbar-inverse div.janrain-form #resetPasswordRequestCode form .capture_primary.focus,
.navbar-inverse div.janrain-form #resetPassword form .capture_primary.focus,
.navbar-inverse div.janrain-form #resetPassword form .capture_primary.focus,
.navbar-inverse div.janrain-form #resetPasswordSuccess form .capture_primary.focus,
.navbar-inverse div.janrain-form #resetPasswordRequestCodeSuccess form .capture_primary.focus,
.navbar-inverse div.janrain-form #changePasswordSuccess form .capture_primary.focus,
.navbar-inverse div.janrain-form #changePassword form .capture_primary.focus,
.navbar-inverse div.janrain-form #capture_editProfile_form_item_email form .capture_primary.focus,
.navbar-inverse div.janrain-form #editProfile form .capture_primary.focus,
.navbar-inverse div.janrain-form #publicProfileModal form .capture_primary.focus,
.breakout.strong-bg div.janrain-form #verifyEmail form .capture_btn:focus,
.breakout.strong-bg div.janrain-form #resendVerificationSuccess form .capture_btn:focus,
.breakout.strong-bg div.janrain-form #verifyEmailSuccess form .capture_btn:focus,
.breakout.strong-bg div.janrain-form #resetPasswordRequestCode form .capture_btn:focus,
.breakout.strong-bg div.janrain-form #resetPassword form .capture_btn:focus,
.breakout.strong-bg div.janrain-form #resetPassword form .capture_btn:focus,
.breakout.strong-bg div.janrain-form #resetPasswordSuccess form .capture_btn:focus,
.breakout.strong-bg div.janrain-form #resetPasswordRequestCodeSuccess form .capture_btn:focus,
.breakout.strong-bg div.janrain-form #changePasswordSuccess form .capture_btn:focus,
.breakout.strong-bg div.janrain-form #changePassword form .capture_btn:focus,
.breakout.strong-bg div.janrain-form #capture_editProfile_form_item_email form .capture_btn:focus,
.breakout.strong-bg div.janrain-form #editProfile form .capture_btn:focus,
.breakout.strong-bg div.janrain-form #publicProfileModal form .capture_btn:focus,
.breakout.strong-bg div.janrain-form #verifyEmail form .capture_btn:focus,
.breakout.strong-bg div.janrain-form #resendVerificationSuccess form .capture_btn:focus,
.breakout.strong-bg div.janrain-form #verifyEmailSuccess form .capture_btn:focus,
.breakout.strong-bg div.janrain-form #resetPasswordRequestCode form .capture_btn:focus,
.breakout.strong-bg div.janrain-form #resetPassword form .capture_btn:focus,
.breakout.strong-bg div.janrain-form #resetPassword form .capture_btn:focus,
.breakout.strong-bg div.janrain-form #resetPasswordSuccess form .capture_btn:focus,
.breakout.strong-bg div.janrain-form #resetPasswordRequestCodeSuccess form .capture_btn:focus,
.breakout.strong-bg div.janrain-form #changePasswordSuccess form .capture_btn:focus,
.breakout.strong-bg div.janrain-form #changePassword form .capture_btn:focus,
.breakout.strong-bg div.janrain-form #capture_editProfile_form_item_email form .capture_btn:focus,
.breakout.strong-bg div.janrain-form #editProfile form .capture_btn:focus,
.breakout.strong-bg div.janrain-form #publicProfileModal form .capture_btn:focus,
.breakout.strong-bg div.janrain-form #verifyEmail form .capture_primary:focus,
.breakout.strong-bg div.janrain-form #resendVerificationSuccess form .capture_primary:focus,
.breakout.strong-bg div.janrain-form #verifyEmailSuccess form .capture_primary:focus,
.breakout.strong-bg div.janrain-form #resetPasswordRequestCode form .capture_primary:focus,
.breakout.strong-bg div.janrain-form #resetPassword form .capture_primary:focus,
.breakout.strong-bg div.janrain-form #resetPassword form .capture_primary:focus,
.breakout.strong-bg div.janrain-form #resetPasswordSuccess form .capture_primary:focus,
.breakout.strong-bg div.janrain-form #resetPasswordRequestCodeSuccess form .capture_primary:focus,
.breakout.strong-bg div.janrain-form #changePasswordSuccess form .capture_primary:focus,
.breakout.strong-bg div.janrain-form #changePassword form .capture_primary:focus,
.breakout.strong-bg div.janrain-form #capture_editProfile_form_item_email form .capture_primary:focus,
.breakout.strong-bg div.janrain-form #editProfile form .capture_primary:focus,
.breakout.strong-bg div.janrain-form #publicProfileModal form .capture_primary:focus,
.breakout.strong-bg div.janrain-form #verifyEmail form .capture_btn.focus,
.breakout.strong-bg div.janrain-form #resendVerificationSuccess form .capture_btn.focus,
.breakout.strong-bg div.janrain-form #verifyEmailSuccess form .capture_btn.focus,
.breakout.strong-bg div.janrain-form #resetPasswordRequestCode form .capture_btn.focus,
.breakout.strong-bg div.janrain-form #resetPassword form .capture_btn.focus,
.breakout.strong-bg div.janrain-form #resetPassword form .capture_btn.focus,
.breakout.strong-bg div.janrain-form #resetPasswordSuccess form .capture_btn.focus,
.breakout.strong-bg div.janrain-form #resetPasswordRequestCodeSuccess form .capture_btn.focus,
.breakout.strong-bg div.janrain-form #changePasswordSuccess form .capture_btn.focus,
.breakout.strong-bg div.janrain-form #changePassword form .capture_btn.focus,
.breakout.strong-bg div.janrain-form #capture_editProfile_form_item_email form .capture_btn.focus,
.breakout.strong-bg div.janrain-form #editProfile form .capture_btn.focus,
.breakout.strong-bg div.janrain-form #publicProfileModal form .capture_btn.focus,
.breakout.strong-bg div.janrain-form #verifyEmail form .capture_btn.focus,
.breakout.strong-bg div.janrain-form #resendVerificationSuccess form .capture_btn.focus,
.breakout.strong-bg div.janrain-form #verifyEmailSuccess form .capture_btn.focus,
.breakout.strong-bg div.janrain-form #resetPasswordRequestCode form .capture_btn.focus,
.breakout.strong-bg div.janrain-form #resetPassword form .capture_btn.focus,
.breakout.strong-bg div.janrain-form #resetPassword form .capture_btn.focus,
.breakout.strong-bg div.janrain-form #resetPasswordSuccess form .capture_btn.focus,
.breakout.strong-bg div.janrain-form #resetPasswordRequestCodeSuccess form .capture_btn.focus,
.breakout.strong-bg div.janrain-form #changePasswordSuccess form .capture_btn.focus,
.breakout.strong-bg div.janrain-form #changePassword form .capture_btn.focus,
.breakout.strong-bg div.janrain-form #capture_editProfile_form_item_email form .capture_btn.focus,
.breakout.strong-bg div.janrain-form #editProfile form .capture_btn.focus,
.breakout.strong-bg div.janrain-form #publicProfileModal form .capture_btn.focus,
.breakout.strong-bg div.janrain-form #verifyEmail form .capture_primary.focus,
.breakout.strong-bg div.janrain-form #resendVerificationSuccess form .capture_primary.focus,
.breakout.strong-bg div.janrain-form #verifyEmailSuccess form .capture_primary.focus,
.breakout.strong-bg div.janrain-form #resetPasswordRequestCode form .capture_primary.focus,
.breakout.strong-bg div.janrain-form #resetPassword form .capture_primary.focus,
.breakout.strong-bg div.janrain-form #resetPassword form .capture_primary.focus,
.breakout.strong-bg div.janrain-form #resetPasswordSuccess form .capture_primary.focus,
.breakout.strong-bg div.janrain-form #resetPasswordRequestCodeSuccess form .capture_primary.focus,
.breakout.strong-bg div.janrain-form #changePasswordSuccess form .capture_primary.focus,
.breakout.strong-bg div.janrain-form #changePassword form .capture_primary.focus,
.breakout.strong-bg div.janrain-form #capture_editProfile_form_item_email form .capture_primary.focus,
.breakout.strong-bg div.janrain-form #editProfile form .capture_primary.focus,
.breakout.strong-bg div.janrain-form #publicProfileModal form .capture_primary.focus,
.breakout-lg.strong-bg div.janrain-form #verifyEmail form .capture_btn:focus,
.breakout-lg.strong-bg div.janrain-form #resendVerificationSuccess form .capture_btn:focus,
.breakout-lg.strong-bg div.janrain-form #verifyEmailSuccess form .capture_btn:focus,
.breakout-lg.strong-bg div.janrain-form #resetPasswordRequestCode form .capture_btn:focus,
.breakout-lg.strong-bg div.janrain-form #resetPassword form .capture_btn:focus,
.breakout-lg.strong-bg div.janrain-form #resetPassword form .capture_btn:focus,
.breakout-lg.strong-bg div.janrain-form #resetPasswordSuccess form .capture_btn:focus,
.breakout-lg.strong-bg div.janrain-form #resetPasswordRequestCodeSuccess form .capture_btn:focus,
.breakout-lg.strong-bg div.janrain-form #changePasswordSuccess form .capture_btn:focus,
.breakout-lg.strong-bg div.janrain-form #changePassword form .capture_btn:focus,
.breakout-lg.strong-bg div.janrain-form #capture_editProfile_form_item_email form .capture_btn:focus,
.breakout-lg.strong-bg div.janrain-form #editProfile form .capture_btn:focus,
.breakout-lg.strong-bg div.janrain-form #publicProfileModal form .capture_btn:focus,
.breakout-lg.strong-bg div.janrain-form #verifyEmail form .capture_btn:focus,
.breakout-lg.strong-bg div.janrain-form #resendVerificationSuccess form .capture_btn:focus,
.breakout-lg.strong-bg div.janrain-form #verifyEmailSuccess form .capture_btn:focus,
.breakout-lg.strong-bg div.janrain-form #resetPasswordRequestCode form .capture_btn:focus,
.breakout-lg.strong-bg div.janrain-form #resetPassword form .capture_btn:focus,
.breakout-lg.strong-bg div.janrain-form #resetPassword form .capture_btn:focus,
.breakout-lg.strong-bg div.janrain-form #resetPasswordSuccess form .capture_btn:focus,
.breakout-lg.strong-bg div.janrain-form #resetPasswordRequestCodeSuccess form .capture_btn:focus,
.breakout-lg.strong-bg div.janrain-form #changePasswordSuccess form .capture_btn:focus,
.breakout-lg.strong-bg div.janrain-form #changePassword form .capture_btn:focus,
.breakout-lg.strong-bg div.janrain-form #capture_editProfile_form_item_email form .capture_btn:focus,
.breakout-lg.strong-bg div.janrain-form #editProfile form .capture_btn:focus,
.breakout-lg.strong-bg div.janrain-form #publicProfileModal form .capture_btn:focus,
.breakout-lg.strong-bg div.janrain-form #verifyEmail form .capture_primary:focus,
.breakout-lg.strong-bg div.janrain-form #resendVerificationSuccess form .capture_primary:focus,
.breakout-lg.strong-bg div.janrain-form #verifyEmailSuccess form .capture_primary:focus,
.breakout-lg.strong-bg div.janrain-form #resetPasswordRequestCode form .capture_primary:focus,
.breakout-lg.strong-bg div.janrain-form #resetPassword form .capture_primary:focus,
.breakout-lg.strong-bg div.janrain-form #resetPassword form .capture_primary:focus,
.breakout-lg.strong-bg div.janrain-form #resetPasswordSuccess form .capture_primary:focus,
.breakout-lg.strong-bg div.janrain-form #resetPasswordRequestCodeSuccess form .capture_primary:focus,
.breakout-lg.strong-bg div.janrain-form #changePasswordSuccess form .capture_primary:focus,
.breakout-lg.strong-bg div.janrain-form #changePassword form .capture_primary:focus,
.breakout-lg.strong-bg div.janrain-form #capture_editProfile_form_item_email form .capture_primary:focus,
.breakout-lg.strong-bg div.janrain-form #editProfile form .capture_primary:focus,
.breakout-lg.strong-bg div.janrain-form #publicProfileModal form .capture_primary:focus,
.breakout-lg.strong-bg div.janrain-form #verifyEmail form .capture_btn.focus,
.breakout-lg.strong-bg div.janrain-form #resendVerificationSuccess form .capture_btn.focus,
.breakout-lg.strong-bg div.janrain-form #verifyEmailSuccess form .capture_btn.focus,
.breakout-lg.strong-bg div.janrain-form #resetPasswordRequestCode form .capture_btn.focus,
.breakout-lg.strong-bg div.janrain-form #resetPassword form .capture_btn.focus,
.breakout-lg.strong-bg div.janrain-form #resetPassword form .capture_btn.focus,
.breakout-lg.strong-bg div.janrain-form #resetPasswordSuccess form .capture_btn.focus,
.breakout-lg.strong-bg div.janrain-form #resetPasswordRequestCodeSuccess form .capture_btn.focus,
.breakout-lg.strong-bg div.janrain-form #changePasswordSuccess form .capture_btn.focus,
.breakout-lg.strong-bg div.janrain-form #changePassword form .capture_btn.focus,
.breakout-lg.strong-bg div.janrain-form #capture_editProfile_form_item_email form .capture_btn.focus,
.breakout-lg.strong-bg div.janrain-form #editProfile form .capture_btn.focus,
.breakout-lg.strong-bg div.janrain-form #publicProfileModal form .capture_btn.focus,
.breakout-lg.strong-bg div.janrain-form #verifyEmail form .capture_btn.focus,
.breakout-lg.strong-bg div.janrain-form #resendVerificationSuccess form .capture_btn.focus,
.breakout-lg.strong-bg div.janrain-form #verifyEmailSuccess form .capture_btn.focus,
.breakout-lg.strong-bg div.janrain-form #resetPasswordRequestCode form .capture_btn.focus,
.breakout-lg.strong-bg div.janrain-form #resetPassword form .capture_btn.focus,
.breakout-lg.strong-bg div.janrain-form #resetPassword form .capture_btn.focus,
.breakout-lg.strong-bg div.janrain-form #resetPasswordSuccess form .capture_btn.focus,
.breakout-lg.strong-bg div.janrain-form #resetPasswordRequestCodeSuccess form .capture_btn.focus,
.breakout-lg.strong-bg div.janrain-form #changePasswordSuccess form .capture_btn.focus,
.breakout-lg.strong-bg div.janrain-form #changePassword form .capture_btn.focus,
.breakout-lg.strong-bg div.janrain-form #capture_editProfile_form_item_email form .capture_btn.focus,
.breakout-lg.strong-bg div.janrain-form #editProfile form .capture_btn.focus,
.breakout-lg.strong-bg div.janrain-form #publicProfileModal form .capture_btn.focus,
.breakout-lg.strong-bg div.janrain-form #verifyEmail form .capture_primary.focus,
.breakout-lg.strong-bg div.janrain-form #resendVerificationSuccess form .capture_primary.focus,
.breakout-lg.strong-bg div.janrain-form #verifyEmailSuccess form .capture_primary.focus,
.breakout-lg.strong-bg div.janrain-form #resetPasswordRequestCode form .capture_primary.focus,
.breakout-lg.strong-bg div.janrain-form #resetPassword form .capture_primary.focus,
.breakout-lg.strong-bg div.janrain-form #resetPassword form .capture_primary.focus,
.breakout-lg.strong-bg div.janrain-form #resetPasswordSuccess form .capture_primary.focus,
.breakout-lg.strong-bg div.janrain-form #resetPasswordRequestCodeSuccess form .capture_primary.focus,
.breakout-lg.strong-bg div.janrain-form #changePasswordSuccess form .capture_primary.focus,
.breakout-lg.strong-bg div.janrain-form #changePassword form .capture_primary.focus,
.breakout-lg.strong-bg div.janrain-form #capture_editProfile_form_item_email form .capture_primary.focus,
.breakout-lg.strong-bg div.janrain-form #editProfile form .capture_primary.focus,
.breakout-lg.strong-bg div.janrain-form #publicProfileModal form .capture_primary.focus,
.breakout-sm.strong-bg div.janrain-form #verifyEmail form .capture_btn:focus,
.breakout-sm.strong-bg div.janrain-form #resendVerificationSuccess form .capture_btn:focus,
.breakout-sm.strong-bg div.janrain-form #verifyEmailSuccess form .capture_btn:focus,
.breakout-sm.strong-bg div.janrain-form #resetPasswordRequestCode form .capture_btn:focus,
.breakout-sm.strong-bg div.janrain-form #resetPassword form .capture_btn:focus,
.breakout-sm.strong-bg div.janrain-form #resetPassword form .capture_btn:focus,
.breakout-sm.strong-bg div.janrain-form #resetPasswordSuccess form .capture_btn:focus,
.breakout-sm.strong-bg div.janrain-form #resetPasswordRequestCodeSuccess form .capture_btn:focus,
.breakout-sm.strong-bg div.janrain-form #changePasswordSuccess form .capture_btn:focus,
.breakout-sm.strong-bg div.janrain-form #changePassword form .capture_btn:focus,
.breakout-sm.strong-bg div.janrain-form #capture_editProfile_form_item_email form .capture_btn:focus,
.breakout-sm.strong-bg div.janrain-form #editProfile form .capture_btn:focus,
.breakout-sm.strong-bg div.janrain-form #publicProfileModal form .capture_btn:focus,
.breakout-sm.strong-bg div.janrain-form #verifyEmail form .capture_btn:focus,
.breakout-sm.strong-bg div.janrain-form #resendVerificationSuccess form .capture_btn:focus,
.breakout-sm.strong-bg div.janrain-form #verifyEmailSuccess form .capture_btn:focus,
.breakout-sm.strong-bg div.janrain-form #resetPasswordRequestCode form .capture_btn:focus,
.breakout-sm.strong-bg div.janrain-form #resetPassword form .capture_btn:focus,
.breakout-sm.strong-bg div.janrain-form #resetPassword form .capture_btn:focus,
.breakout-sm.strong-bg div.janrain-form #resetPasswordSuccess form .capture_btn:focus,
.breakout-sm.strong-bg div.janrain-form #resetPasswordRequestCodeSuccess form .capture_btn:focus,
.breakout-sm.strong-bg div.janrain-form #changePasswordSuccess form .capture_btn:focus,
.breakout-sm.strong-bg div.janrain-form #changePassword form .capture_btn:focus,
.breakout-sm.strong-bg div.janrain-form #capture_editProfile_form_item_email form .capture_btn:focus,
.breakout-sm.strong-bg div.janrain-form #editProfile form .capture_btn:focus,
.breakout-sm.strong-bg div.janrain-form #publicProfileModal form .capture_btn:focus,
.breakout-sm.strong-bg div.janrain-form #verifyEmail form .capture_primary:focus,
.breakout-sm.strong-bg div.janrain-form #resendVerificationSuccess form .capture_primary:focus,
.breakout-sm.strong-bg div.janrain-form #verifyEmailSuccess form .capture_primary:focus,
.breakout-sm.strong-bg div.janrain-form #resetPasswordRequestCode form .capture_primary:focus,
.breakout-sm.strong-bg div.janrain-form #resetPassword form .capture_primary:focus,
.breakout-sm.strong-bg div.janrain-form #resetPassword form .capture_primary:focus,
.breakout-sm.strong-bg div.janrain-form #resetPasswordSuccess form .capture_primary:focus,
.breakout-sm.strong-bg div.janrain-form #resetPasswordRequestCodeSuccess form .capture_primary:focus,
.breakout-sm.strong-bg div.janrain-form #changePasswordSuccess form .capture_primary:focus,
.breakout-sm.strong-bg div.janrain-form #changePassword form .capture_primary:focus,
.breakout-sm.strong-bg div.janrain-form #capture_editProfile_form_item_email form .capture_primary:focus,
.breakout-sm.strong-bg div.janrain-form #editProfile form .capture_primary:focus,
.breakout-sm.strong-bg div.janrain-form #publicProfileModal form .capture_primary:focus,
.breakout-sm.strong-bg div.janrain-form #verifyEmail form .capture_btn.focus,
.breakout-sm.strong-bg div.janrain-form #resendVerificationSuccess form .capture_btn.focus,
.breakout-sm.strong-bg div.janrain-form #verifyEmailSuccess form .capture_btn.focus,
.breakout-sm.strong-bg div.janrain-form #resetPasswordRequestCode form .capture_btn.focus,
.breakout-sm.strong-bg div.janrain-form #resetPassword form .capture_btn.focus,
.breakout-sm.strong-bg div.janrain-form #resetPassword form .capture_btn.focus,
.breakout-sm.strong-bg div.janrain-form #resetPasswordSuccess form .capture_btn.focus,
.breakout-sm.strong-bg div.janrain-form #resetPasswordRequestCodeSuccess form .capture_btn.focus,
.breakout-sm.strong-bg div.janrain-form #changePasswordSuccess form .capture_btn.focus,
.breakout-sm.strong-bg div.janrain-form #changePassword form .capture_btn.focus,
.breakout-sm.strong-bg div.janrain-form #capture_editProfile_form_item_email form .capture_btn.focus,
.breakout-sm.strong-bg div.janrain-form #editProfile form .capture_btn.focus,
.breakout-sm.strong-bg div.janrain-form #publicProfileModal form .capture_btn.focus,
.breakout-sm.strong-bg div.janrain-form #verifyEmail form .capture_btn.focus,
.breakout-sm.strong-bg div.janrain-form #resendVerificationSuccess form .capture_btn.focus,
.breakout-sm.strong-bg div.janrain-form #verifyEmailSuccess form .capture_btn.focus,
.breakout-sm.strong-bg div.janrain-form #resetPasswordRequestCode form .capture_btn.focus,
.breakout-sm.strong-bg div.janrain-form #resetPassword form .capture_btn.focus,
.breakout-sm.strong-bg div.janrain-form #resetPassword form .capture_btn.focus,
.breakout-sm.strong-bg div.janrain-form #resetPasswordSuccess form .capture_btn.focus,
.breakout-sm.strong-bg div.janrain-form #resetPasswordRequestCodeSuccess form .capture_btn.focus,
.breakout-sm.strong-bg div.janrain-form #changePasswordSuccess form .capture_btn.focus,
.breakout-sm.strong-bg div.janrain-form #changePassword form .capture_btn.focus,
.breakout-sm.strong-bg div.janrain-form #capture_editProfile_form_item_email form .capture_btn.focus,
.breakout-sm.strong-bg div.janrain-form #editProfile form .capture_btn.focus,
.breakout-sm.strong-bg div.janrain-form #publicProfileModal form .capture_btn.focus,
.breakout-sm.strong-bg div.janrain-form #verifyEmail form .capture_primary.focus,
.breakout-sm.strong-bg div.janrain-form #resendVerificationSuccess form .capture_primary.focus,
.breakout-sm.strong-bg div.janrain-form #verifyEmailSuccess form .capture_primary.focus,
.breakout-sm.strong-bg div.janrain-form #resetPasswordRequestCode form .capture_primary.focus,
.breakout-sm.strong-bg div.janrain-form #resetPassword form .capture_primary.focus,
.breakout-sm.strong-bg div.janrain-form #resetPassword form .capture_primary.focus,
.breakout-sm.strong-bg div.janrain-form #resetPasswordSuccess form .capture_primary.focus,
.breakout-sm.strong-bg div.janrain-form #resetPasswordRequestCodeSuccess form .capture_primary.focus,
.breakout-sm.strong-bg div.janrain-form #changePasswordSuccess form .capture_primary.focus,
.breakout-sm.strong-bg div.janrain-form #changePassword form .capture_primary.focus,
.breakout-sm.strong-bg div.janrain-form #capture_editProfile_form_item_email form .capture_primary.focus,
.breakout-sm.strong-bg div.janrain-form #editProfile form .capture_primary.focus,
.breakout-sm.strong-bg div.janrain-form #publicProfileModal form .capture_primary.focus {
  border-color: #FFD100;
}
div.janrain-form #verifyEmail form .capture_btn:hover,
div.janrain-form #resendVerificationSuccess form .capture_btn:hover,
div.janrain-form #verifyEmailSuccess form .capture_btn:hover,
div.janrain-form #resetPasswordRequestCode form .capture_btn:hover,
div.janrain-form #resetPassword form .capture_btn:hover,
div.janrain-form #resetPassword form .capture_btn:hover,
div.janrain-form #resetPasswordSuccess form .capture_btn:hover,
div.janrain-form #resetPasswordRequestCodeSuccess form .capture_btn:hover,
div.janrain-form #changePasswordSuccess form .capture_btn:hover,
div.janrain-form #changePassword form .capture_btn:hover,
div.janrain-form #capture_editProfile_form_item_email form .capture_btn:hover,
div.janrain-form #editProfile form .capture_btn:hover,
div.janrain-form #publicProfileModal form .capture_btn:hover,
div.janrain-form #verifyEmail form .capture_btn:hover,
div.janrain-form #resendVerificationSuccess form .capture_btn:hover,
div.janrain-form #verifyEmailSuccess form .capture_btn:hover,
div.janrain-form #resetPasswordRequestCode form .capture_btn:hover,
div.janrain-form #resetPassword form .capture_btn:hover,
div.janrain-form #resetPassword form .capture_btn:hover,
div.janrain-form #resetPasswordSuccess form .capture_btn:hover,
div.janrain-form #resetPasswordRequestCodeSuccess form .capture_btn:hover,
div.janrain-form #changePasswordSuccess form .capture_btn:hover,
div.janrain-form #changePassword form .capture_btn:hover,
div.janrain-form #capture_editProfile_form_item_email form .capture_btn:hover,
div.janrain-form #editProfile form .capture_btn:hover,
div.janrain-form #publicProfileModal form .capture_btn:hover,
div.janrain-form #verifyEmail form .capture_primary:hover,
div.janrain-form #resendVerificationSuccess form .capture_primary:hover,
div.janrain-form #verifyEmailSuccess form .capture_primary:hover,
div.janrain-form #resetPasswordRequestCode form .capture_primary:hover,
div.janrain-form #resetPassword form .capture_primary:hover,
div.janrain-form #resetPassword form .capture_primary:hover,
div.janrain-form #resetPasswordSuccess form .capture_primary:hover,
div.janrain-form #resetPasswordRequestCodeSuccess form .capture_primary:hover,
div.janrain-form #changePasswordSuccess form .capture_primary:hover,
div.janrain-form #changePassword form .capture_primary:hover,
div.janrain-form #capture_editProfile_form_item_email form .capture_primary:hover,
div.janrain-form #editProfile form .capture_primary:hover,
div.janrain-form #publicProfileModal form .capture_primary:hover {
  transition: all ease-out 200ms;
  color: #FFD100;
  background-color: #33424D;
  border-color: #1b2228;
}
.dark-bg div.janrain-form #verifyEmail form .capture_btn:hover,
.dark-bg div.janrain-form #resendVerificationSuccess form .capture_btn:hover,
.dark-bg div.janrain-form #verifyEmailSuccess form .capture_btn:hover,
.dark-bg div.janrain-form #resetPasswordRequestCode form .capture_btn:hover,
.dark-bg div.janrain-form #resetPassword form .capture_btn:hover,
.dark-bg div.janrain-form #resetPassword form .capture_btn:hover,
.dark-bg div.janrain-form #resetPasswordSuccess form .capture_btn:hover,
.dark-bg div.janrain-form #resetPasswordRequestCodeSuccess form .capture_btn:hover,
.dark-bg div.janrain-form #changePasswordSuccess form .capture_btn:hover,
.dark-bg div.janrain-form #changePassword form .capture_btn:hover,
.dark-bg div.janrain-form #capture_editProfile_form_item_email form .capture_btn:hover,
.dark-bg div.janrain-form #editProfile form .capture_btn:hover,
.dark-bg div.janrain-form #publicProfileModal form .capture_btn:hover,
.dark-bg div.janrain-form #verifyEmail form .capture_btn:hover,
.dark-bg div.janrain-form #resendVerificationSuccess form .capture_btn:hover,
.dark-bg div.janrain-form #verifyEmailSuccess form .capture_btn:hover,
.dark-bg div.janrain-form #resetPasswordRequestCode form .capture_btn:hover,
.dark-bg div.janrain-form #resetPassword form .capture_btn:hover,
.dark-bg div.janrain-form #resetPassword form .capture_btn:hover,
.dark-bg div.janrain-form #resetPasswordSuccess form .capture_btn:hover,
.dark-bg div.janrain-form #resetPasswordRequestCodeSuccess form .capture_btn:hover,
.dark-bg div.janrain-form #changePasswordSuccess form .capture_btn:hover,
.dark-bg div.janrain-form #changePassword form .capture_btn:hover,
.dark-bg div.janrain-form #capture_editProfile_form_item_email form .capture_btn:hover,
.dark-bg div.janrain-form #editProfile form .capture_btn:hover,
.dark-bg div.janrain-form #publicProfileModal form .capture_btn:hover,
.dark-bg div.janrain-form #verifyEmail form .capture_primary:hover,
.dark-bg div.janrain-form #resendVerificationSuccess form .capture_primary:hover,
.dark-bg div.janrain-form #verifyEmailSuccess form .capture_primary:hover,
.dark-bg div.janrain-form #resetPasswordRequestCode form .capture_primary:hover,
.dark-bg div.janrain-form #resetPassword form .capture_primary:hover,
.dark-bg div.janrain-form #resetPassword form .capture_primary:hover,
.dark-bg div.janrain-form #resetPasswordSuccess form .capture_primary:hover,
.dark-bg div.janrain-form #resetPasswordRequestCodeSuccess form .capture_primary:hover,
.dark-bg div.janrain-form #changePasswordSuccess form .capture_primary:hover,
.dark-bg div.janrain-form #changePassword form .capture_primary:hover,
.dark-bg div.janrain-form #capture_editProfile_form_item_email form .capture_primary:hover,
.dark-bg div.janrain-form #editProfile form .capture_primary:hover,
.dark-bg div.janrain-form #publicProfileModal form .capture_primary:hover,
.breakout.strong-bg div.janrain-form #verifyEmail form .capture_btn:hover,
.breakout.strong-bg div.janrain-form #resendVerificationSuccess form .capture_btn:hover,
.breakout.strong-bg div.janrain-form #verifyEmailSuccess form .capture_btn:hover,
.breakout.strong-bg div.janrain-form #resetPasswordRequestCode form .capture_btn:hover,
.breakout.strong-bg div.janrain-form #resetPassword form .capture_btn:hover,
.breakout.strong-bg div.janrain-form #resetPassword form .capture_btn:hover,
.breakout.strong-bg div.janrain-form #resetPasswordSuccess form .capture_btn:hover,
.breakout.strong-bg div.janrain-form #resetPasswordRequestCodeSuccess form .capture_btn:hover,
.breakout.strong-bg div.janrain-form #changePasswordSuccess form .capture_btn:hover,
.breakout.strong-bg div.janrain-form #changePassword form .capture_btn:hover,
.breakout.strong-bg div.janrain-form #capture_editProfile_form_item_email form .capture_btn:hover,
.breakout.strong-bg div.janrain-form #editProfile form .capture_btn:hover,
.breakout.strong-bg div.janrain-form #publicProfileModal form .capture_btn:hover,
.breakout.strong-bg div.janrain-form #verifyEmail form .capture_btn:hover,
.breakout.strong-bg div.janrain-form #resendVerificationSuccess form .capture_btn:hover,
.breakout.strong-bg div.janrain-form #verifyEmailSuccess form .capture_btn:hover,
.breakout.strong-bg div.janrain-form #resetPasswordRequestCode form .capture_btn:hover,
.breakout.strong-bg div.janrain-form #resetPassword form .capture_btn:hover,
.breakout.strong-bg div.janrain-form #resetPassword form .capture_btn:hover,
.breakout.strong-bg div.janrain-form #resetPasswordSuccess form .capture_btn:hover,
.breakout.strong-bg div.janrain-form #resetPasswordRequestCodeSuccess form .capture_btn:hover,
.breakout.strong-bg div.janrain-form #changePasswordSuccess form .capture_btn:hover,
.breakout.strong-bg div.janrain-form #changePassword form .capture_btn:hover,
.breakout.strong-bg div.janrain-form #capture_editProfile_form_item_email form .capture_btn:hover,
.breakout.strong-bg div.janrain-form #editProfile form .capture_btn:hover,
.breakout.strong-bg div.janrain-form #publicProfileModal form .capture_btn:hover,
.breakout.strong-bg div.janrain-form #verifyEmail form .capture_primary:hover,
.breakout.strong-bg div.janrain-form #resendVerificationSuccess form .capture_primary:hover,
.breakout.strong-bg div.janrain-form #verifyEmailSuccess form .capture_primary:hover,
.breakout.strong-bg div.janrain-form #resetPasswordRequestCode form .capture_primary:hover,
.breakout.strong-bg div.janrain-form #resetPassword form .capture_primary:hover,
.breakout.strong-bg div.janrain-form #resetPassword form .capture_primary:hover,
.breakout.strong-bg div.janrain-form #resetPasswordSuccess form .capture_primary:hover,
.breakout.strong-bg div.janrain-form #resetPasswordRequestCodeSuccess form .capture_primary:hover,
.breakout.strong-bg div.janrain-form #changePasswordSuccess form .capture_primary:hover,
.breakout.strong-bg div.janrain-form #changePassword form .capture_primary:hover,
.breakout.strong-bg div.janrain-form #capture_editProfile_form_item_email form .capture_primary:hover,
.breakout.strong-bg div.janrain-form #editProfile form .capture_primary:hover,
.breakout.strong-bg div.janrain-form #publicProfileModal form .capture_primary:hover,
.breakout-lg.strong-bg div.janrain-form #verifyEmail form .capture_btn:hover,
.breakout-lg.strong-bg div.janrain-form #resendVerificationSuccess form .capture_btn:hover,
.breakout-lg.strong-bg div.janrain-form #verifyEmailSuccess form .capture_btn:hover,
.breakout-lg.strong-bg div.janrain-form #resetPasswordRequestCode form .capture_btn:hover,
.breakout-lg.strong-bg div.janrain-form #resetPassword form .capture_btn:hover,
.breakout-lg.strong-bg div.janrain-form #resetPassword form .capture_btn:hover,
.breakout-lg.strong-bg div.janrain-form #resetPasswordSuccess form .capture_btn:hover,
.breakout-lg.strong-bg div.janrain-form #resetPasswordRequestCodeSuccess form .capture_btn:hover,
.breakout-lg.strong-bg div.janrain-form #changePasswordSuccess form .capture_btn:hover,
.breakout-lg.strong-bg div.janrain-form #changePassword form .capture_btn:hover,
.breakout-lg.strong-bg div.janrain-form #capture_editProfile_form_item_email form .capture_btn:hover,
.breakout-lg.strong-bg div.janrain-form #editProfile form .capture_btn:hover,
.breakout-lg.strong-bg div.janrain-form #publicProfileModal form .capture_btn:hover,
.breakout-lg.strong-bg div.janrain-form #verifyEmail form .capture_btn:hover,
.breakout-lg.strong-bg div.janrain-form #resendVerificationSuccess form .capture_btn:hover,
.breakout-lg.strong-bg div.janrain-form #verifyEmailSuccess form .capture_btn:hover,
.breakout-lg.strong-bg div.janrain-form #resetPasswordRequestCode form .capture_btn:hover,
.breakout-lg.strong-bg div.janrain-form #resetPassword form .capture_btn:hover,
.breakout-lg.strong-bg div.janrain-form #resetPassword form .capture_btn:hover,
.breakout-lg.strong-bg div.janrain-form #resetPasswordSuccess form .capture_btn:hover,
.breakout-lg.strong-bg div.janrain-form #resetPasswordRequestCodeSuccess form .capture_btn:hover,
.breakout-lg.strong-bg div.janrain-form #changePasswordSuccess form .capture_btn:hover,
.breakout-lg.strong-bg div.janrain-form #changePassword form .capture_btn:hover,
.breakout-lg.strong-bg div.janrain-form #capture_editProfile_form_item_email form .capture_btn:hover,
.breakout-lg.strong-bg div.janrain-form #editProfile form .capture_btn:hover,
.breakout-lg.strong-bg div.janrain-form #publicProfileModal form .capture_btn:hover,
.breakout-lg.strong-bg div.janrain-form #verifyEmail form .capture_primary:hover,
.breakout-lg.strong-bg div.janrain-form #resendVerificationSuccess form .capture_primary:hover,
.breakout-lg.strong-bg div.janrain-form #verifyEmailSuccess form .capture_primary:hover,
.breakout-lg.strong-bg div.janrain-form #resetPasswordRequestCode form .capture_primary:hover,
.breakout-lg.strong-bg div.janrain-form #resetPassword form .capture_primary:hover,
.breakout-lg.strong-bg div.janrain-form #resetPassword form .capture_primary:hover,
.breakout-lg.strong-bg div.janrain-form #resetPasswordSuccess form .capture_primary:hover,
.breakout-lg.strong-bg div.janrain-form #resetPasswordRequestCodeSuccess form .capture_primary:hover,
.breakout-lg.strong-bg div.janrain-form #changePasswordSuccess form .capture_primary:hover,
.breakout-lg.strong-bg div.janrain-form #changePassword form .capture_primary:hover,
.breakout-lg.strong-bg div.janrain-form #capture_editProfile_form_item_email form .capture_primary:hover,
.breakout-lg.strong-bg div.janrain-form #editProfile form .capture_primary:hover,
.breakout-lg.strong-bg div.janrain-form #publicProfileModal form .capture_primary:hover,
.breakout-sm.strong-bg div.janrain-form #verifyEmail form .capture_btn:hover,
.breakout-sm.strong-bg div.janrain-form #resendVerificationSuccess form .capture_btn:hover,
.breakout-sm.strong-bg div.janrain-form #verifyEmailSuccess form .capture_btn:hover,
.breakout-sm.strong-bg div.janrain-form #resetPasswordRequestCode form .capture_btn:hover,
.breakout-sm.strong-bg div.janrain-form #resetPassword form .capture_btn:hover,
.breakout-sm.strong-bg div.janrain-form #resetPassword form .capture_btn:hover,
.breakout-sm.strong-bg div.janrain-form #resetPasswordSuccess form .capture_btn:hover,
.breakout-sm.strong-bg div.janrain-form #resetPasswordRequestCodeSuccess form .capture_btn:hover,
.breakout-sm.strong-bg div.janrain-form #changePasswordSuccess form .capture_btn:hover,
.breakout-sm.strong-bg div.janrain-form #changePassword form .capture_btn:hover,
.breakout-sm.strong-bg div.janrain-form #capture_editProfile_form_item_email form .capture_btn:hover,
.breakout-sm.strong-bg div.janrain-form #editProfile form .capture_btn:hover,
.breakout-sm.strong-bg div.janrain-form #publicProfileModal form .capture_btn:hover,
.breakout-sm.strong-bg div.janrain-form #verifyEmail form .capture_btn:hover,
.breakout-sm.strong-bg div.janrain-form #resendVerificationSuccess form .capture_btn:hover,
.breakout-sm.strong-bg div.janrain-form #verifyEmailSuccess form .capture_btn:hover,
.breakout-sm.strong-bg div.janrain-form #resetPasswordRequestCode form .capture_btn:hover,
.breakout-sm.strong-bg div.janrain-form #resetPassword form .capture_btn:hover,
.breakout-sm.strong-bg div.janrain-form #resetPassword form .capture_btn:hover,
.breakout-sm.strong-bg div.janrain-form #resetPasswordSuccess form .capture_btn:hover,
.breakout-sm.strong-bg div.janrain-form #resetPasswordRequestCodeSuccess form .capture_btn:hover,
.breakout-sm.strong-bg div.janrain-form #changePasswordSuccess form .capture_btn:hover,
.breakout-sm.strong-bg div.janrain-form #changePassword form .capture_btn:hover,
.breakout-sm.strong-bg div.janrain-form #capture_editProfile_form_item_email form .capture_btn:hover,
.breakout-sm.strong-bg div.janrain-form #editProfile form .capture_btn:hover,
.breakout-sm.strong-bg div.janrain-form #publicProfileModal form .capture_btn:hover,
.breakout-sm.strong-bg div.janrain-form #verifyEmail form .capture_primary:hover,
.breakout-sm.strong-bg div.janrain-form #resendVerificationSuccess form .capture_primary:hover,
.breakout-sm.strong-bg div.janrain-form #verifyEmailSuccess form .capture_primary:hover,
.breakout-sm.strong-bg div.janrain-form #resetPasswordRequestCode form .capture_primary:hover,
.breakout-sm.strong-bg div.janrain-form #resetPassword form .capture_primary:hover,
.breakout-sm.strong-bg div.janrain-form #resetPassword form .capture_primary:hover,
.breakout-sm.strong-bg div.janrain-form #resetPasswordSuccess form .capture_primary:hover,
.breakout-sm.strong-bg div.janrain-form #resetPasswordRequestCodeSuccess form .capture_primary:hover,
.breakout-sm.strong-bg div.janrain-form #changePasswordSuccess form .capture_primary:hover,
.breakout-sm.strong-bg div.janrain-form #changePassword form .capture_primary:hover,
.breakout-sm.strong-bg div.janrain-form #capture_editProfile_form_item_email form .capture_primary:hover,
.breakout-sm.strong-bg div.janrain-form #editProfile form .capture_primary:hover,
.breakout-sm.strong-bg div.janrain-form #publicProfileModal form .capture_primary:hover {
  border-color: #FFD100;
}
div.janrain-form #verifyEmail form .capture_btn:active,
div.janrain-form #resendVerificationSuccess form .capture_btn:active,
div.janrain-form #verifyEmailSuccess form .capture_btn:active,
div.janrain-form #resetPasswordRequestCode form .capture_btn:active,
div.janrain-form #resetPassword form .capture_btn:active,
div.janrain-form #resetPassword form .capture_btn:active,
div.janrain-form #resetPasswordSuccess form .capture_btn:active,
div.janrain-form #resetPasswordRequestCodeSuccess form .capture_btn:active,
div.janrain-form #changePasswordSuccess form .capture_btn:active,
div.janrain-form #changePassword form .capture_btn:active,
div.janrain-form #capture_editProfile_form_item_email form .capture_btn:active,
div.janrain-form #editProfile form .capture_btn:active,
div.janrain-form #publicProfileModal form .capture_btn:active,
div.janrain-form #verifyEmail form .capture_btn:active,
div.janrain-form #resendVerificationSuccess form .capture_btn:active,
div.janrain-form #verifyEmailSuccess form .capture_btn:active,
div.janrain-form #resetPasswordRequestCode form .capture_btn:active,
div.janrain-form #resetPassword form .capture_btn:active,
div.janrain-form #resetPassword form .capture_btn:active,
div.janrain-form #resetPasswordSuccess form .capture_btn:active,
div.janrain-form #resetPasswordRequestCodeSuccess form .capture_btn:active,
div.janrain-form #changePasswordSuccess form .capture_btn:active,
div.janrain-form #changePassword form .capture_btn:active,
div.janrain-form #capture_editProfile_form_item_email form .capture_btn:active,
div.janrain-form #editProfile form .capture_btn:active,
div.janrain-form #publicProfileModal form .capture_btn:active,
div.janrain-form #verifyEmail form .capture_primary:active,
div.janrain-form #resendVerificationSuccess form .capture_primary:active,
div.janrain-form #verifyEmailSuccess form .capture_primary:active,
div.janrain-form #resetPasswordRequestCode form .capture_primary:active,
div.janrain-form #resetPassword form .capture_primary:active,
div.janrain-form #resetPassword form .capture_primary:active,
div.janrain-form #resetPasswordSuccess form .capture_primary:active,
div.janrain-form #resetPasswordRequestCodeSuccess form .capture_primary:active,
div.janrain-form #changePasswordSuccess form .capture_primary:active,
div.janrain-form #changePassword form .capture_primary:active,
div.janrain-form #capture_editProfile_form_item_email form .capture_primary:active,
div.janrain-form #editProfile form .capture_primary:active,
div.janrain-form #publicProfileModal form .capture_primary:active,
div.janrain-form #verifyEmail form .capture_btn.active,
div.janrain-form #resendVerificationSuccess form .capture_btn.active,
div.janrain-form #verifyEmailSuccess form .capture_btn.active,
div.janrain-form #resetPasswordRequestCode form .capture_btn.active,
div.janrain-form #resetPassword form .capture_btn.active,
div.janrain-form #resetPassword form .capture_btn.active,
div.janrain-form #resetPasswordSuccess form .capture_btn.active,
div.janrain-form #resetPasswordRequestCodeSuccess form .capture_btn.active,
div.janrain-form #changePasswordSuccess form .capture_btn.active,
div.janrain-form #changePassword form .capture_btn.active,
div.janrain-form #capture_editProfile_form_item_email form .capture_btn.active,
div.janrain-form #editProfile form .capture_btn.active,
div.janrain-form #publicProfileModal form .capture_btn.active,
div.janrain-form #verifyEmail form .capture_btn.active,
div.janrain-form #resendVerificationSuccess form .capture_btn.active,
div.janrain-form #verifyEmailSuccess form .capture_btn.active,
div.janrain-form #resetPasswordRequestCode form .capture_btn.active,
div.janrain-form #resetPassword form .capture_btn.active,
div.janrain-form #resetPassword form .capture_btn.active,
div.janrain-form #resetPasswordSuccess form .capture_btn.active,
div.janrain-form #resetPasswordRequestCodeSuccess form .capture_btn.active,
div.janrain-form #changePasswordSuccess form .capture_btn.active,
div.janrain-form #changePassword form .capture_btn.active,
div.janrain-form #capture_editProfile_form_item_email form .capture_btn.active,
div.janrain-form #editProfile form .capture_btn.active,
div.janrain-form #publicProfileModal form .capture_btn.active,
div.janrain-form #verifyEmail form .capture_primary.active,
div.janrain-form #resendVerificationSuccess form .capture_primary.active,
div.janrain-form #verifyEmailSuccess form .capture_primary.active,
div.janrain-form #resetPasswordRequestCode form .capture_primary.active,
div.janrain-form #resetPassword form .capture_primary.active,
div.janrain-form #resetPassword form .capture_primary.active,
div.janrain-form #resetPasswordSuccess form .capture_primary.active,
div.janrain-form #resetPasswordRequestCodeSuccess form .capture_primary.active,
div.janrain-form #changePasswordSuccess form .capture_primary.active,
div.janrain-form #changePassword form .capture_primary.active,
div.janrain-form #capture_editProfile_form_item_email form .capture_primary.active,
div.janrain-form #editProfile form .capture_primary.active,
div.janrain-form #publicProfileModal form .capture_primary.active,
.open > .dropdown-togglediv.janrain-form #verifyEmail form .capture_btn,
.open > .dropdown-togglediv.janrain-form #resendVerificationSuccess form .capture_btn,
.open > .dropdown-togglediv.janrain-form #verifyEmailSuccess form .capture_btn,
.open > .dropdown-togglediv.janrain-form #resetPasswordRequestCode form .capture_btn,
.open > .dropdown-togglediv.janrain-form #resetPassword form .capture_btn,
.open > .dropdown-togglediv.janrain-form #resetPassword form .capture_btn,
.open > .dropdown-togglediv.janrain-form #resetPasswordSuccess form .capture_btn,
.open > .dropdown-togglediv.janrain-form #resetPasswordRequestCodeSuccess form .capture_btn,
.open > .dropdown-togglediv.janrain-form #changePasswordSuccess form .capture_btn,
.open > .dropdown-togglediv.janrain-form #changePassword form .capture_btn,
.open > .dropdown-togglediv.janrain-form #capture_editProfile_form_item_email form .capture_btn,
.open > .dropdown-togglediv.janrain-form #editProfile form .capture_btn,
.open > .dropdown-togglediv.janrain-form #publicProfileModal form .capture_btn,
.open > .dropdown-togglediv.janrain-form #verifyEmail form .capture_btn,
.open > .dropdown-togglediv.janrain-form #resendVerificationSuccess form .capture_btn,
.open > .dropdown-togglediv.janrain-form #verifyEmailSuccess form .capture_btn,
.open > .dropdown-togglediv.janrain-form #resetPasswordRequestCode form .capture_btn,
.open > .dropdown-togglediv.janrain-form #resetPassword form .capture_btn,
.open > .dropdown-togglediv.janrain-form #resetPassword form .capture_btn,
.open > .dropdown-togglediv.janrain-form #resetPasswordSuccess form .capture_btn,
.open > .dropdown-togglediv.janrain-form #resetPasswordRequestCodeSuccess form .capture_btn,
.open > .dropdown-togglediv.janrain-form #changePasswordSuccess form .capture_btn,
.open > .dropdown-togglediv.janrain-form #changePassword form .capture_btn,
.open > .dropdown-togglediv.janrain-form #capture_editProfile_form_item_email form .capture_btn,
.open > .dropdown-togglediv.janrain-form #editProfile form .capture_btn,
.open > .dropdown-togglediv.janrain-form #publicProfileModal form .capture_btn,
.open > .dropdown-togglediv.janrain-form #verifyEmail form .capture_primary,
.open > .dropdown-togglediv.janrain-form #resendVerificationSuccess form .capture_primary,
.open > .dropdown-togglediv.janrain-form #verifyEmailSuccess form .capture_primary,
.open > .dropdown-togglediv.janrain-form #resetPasswordRequestCode form .capture_primary,
.open > .dropdown-togglediv.janrain-form #resetPassword form .capture_primary,
.open > .dropdown-togglediv.janrain-form #resetPassword form .capture_primary,
.open > .dropdown-togglediv.janrain-form #resetPasswordSuccess form .capture_primary,
.open > .dropdown-togglediv.janrain-form #resetPasswordRequestCodeSuccess form .capture_primary,
.open > .dropdown-togglediv.janrain-form #changePasswordSuccess form .capture_primary,
.open > .dropdown-togglediv.janrain-form #changePassword form .capture_primary,
.open > .dropdown-togglediv.janrain-form #capture_editProfile_form_item_email form .capture_primary,
.open > .dropdown-togglediv.janrain-form #editProfile form .capture_primary,
.open > .dropdown-togglediv.janrain-form #publicProfileModal form .capture_primary {
  color: #FFD100;
  background-color: #33424D;
  border-color: #1b2228;
}
div.janrain-form #verifyEmail form .capture_btn:active:hover,
div.janrain-form #resendVerificationSuccess form .capture_btn:active:hover,
div.janrain-form #verifyEmailSuccess form .capture_btn:active:hover,
div.janrain-form #resetPasswordRequestCode form .capture_btn:active:hover,
div.janrain-form #resetPassword form .capture_btn:active:hover,
div.janrain-form #resetPassword form .capture_btn:active:hover,
div.janrain-form #resetPasswordSuccess form .capture_btn:active:hover,
div.janrain-form #resetPasswordRequestCodeSuccess form .capture_btn:active:hover,
div.janrain-form #changePasswordSuccess form .capture_btn:active:hover,
div.janrain-form #changePassword form .capture_btn:active:hover,
div.janrain-form #capture_editProfile_form_item_email form .capture_btn:active:hover,
div.janrain-form #editProfile form .capture_btn:active:hover,
div.janrain-form #publicProfileModal form .capture_btn:active:hover,
div.janrain-form #verifyEmail form .capture_btn:active:hover,
div.janrain-form #resendVerificationSuccess form .capture_btn:active:hover,
div.janrain-form #verifyEmailSuccess form .capture_btn:active:hover,
div.janrain-form #resetPasswordRequestCode form .capture_btn:active:hover,
div.janrain-form #resetPassword form .capture_btn:active:hover,
div.janrain-form #resetPassword form .capture_btn:active:hover,
div.janrain-form #resetPasswordSuccess form .capture_btn:active:hover,
div.janrain-form #resetPasswordRequestCodeSuccess form .capture_btn:active:hover,
div.janrain-form #changePasswordSuccess form .capture_btn:active:hover,
div.janrain-form #changePassword form .capture_btn:active:hover,
div.janrain-form #capture_editProfile_form_item_email form .capture_btn:active:hover,
div.janrain-form #editProfile form .capture_btn:active:hover,
div.janrain-form #publicProfileModal form .capture_btn:active:hover,
div.janrain-form #verifyEmail form .capture_primary:active:hover,
div.janrain-form #resendVerificationSuccess form .capture_primary:active:hover,
div.janrain-form #verifyEmailSuccess form .capture_primary:active:hover,
div.janrain-form #resetPasswordRequestCode form .capture_primary:active:hover,
div.janrain-form #resetPassword form .capture_primary:active:hover,
div.janrain-form #resetPassword form .capture_primary:active:hover,
div.janrain-form #resetPasswordSuccess form .capture_primary:active:hover,
div.janrain-form #resetPasswordRequestCodeSuccess form .capture_primary:active:hover,
div.janrain-form #changePasswordSuccess form .capture_primary:active:hover,
div.janrain-form #changePassword form .capture_primary:active:hover,
div.janrain-form #capture_editProfile_form_item_email form .capture_primary:active:hover,
div.janrain-form #editProfile form .capture_primary:active:hover,
div.janrain-form #publicProfileModal form .capture_primary:active:hover,
div.janrain-form #verifyEmail form .capture_btn.active:hover,
div.janrain-form #resendVerificationSuccess form .capture_btn.active:hover,
div.janrain-form #verifyEmailSuccess form .capture_btn.active:hover,
div.janrain-form #resetPasswordRequestCode form .capture_btn.active:hover,
div.janrain-form #resetPassword form .capture_btn.active:hover,
div.janrain-form #resetPassword form .capture_btn.active:hover,
div.janrain-form #resetPasswordSuccess form .capture_btn.active:hover,
div.janrain-form #resetPasswordRequestCodeSuccess form .capture_btn.active:hover,
div.janrain-form #changePasswordSuccess form .capture_btn.active:hover,
div.janrain-form #changePassword form .capture_btn.active:hover,
div.janrain-form #capture_editProfile_form_item_email form .capture_btn.active:hover,
div.janrain-form #editProfile form .capture_btn.active:hover,
div.janrain-form #publicProfileModal form .capture_btn.active:hover,
div.janrain-form #verifyEmail form .capture_btn.active:hover,
div.janrain-form #resendVerificationSuccess form .capture_btn.active:hover,
div.janrain-form #verifyEmailSuccess form .capture_btn.active:hover,
div.janrain-form #resetPasswordRequestCode form .capture_btn.active:hover,
div.janrain-form #resetPassword form .capture_btn.active:hover,
div.janrain-form #resetPassword form .capture_btn.active:hover,
div.janrain-form #resetPasswordSuccess form .capture_btn.active:hover,
div.janrain-form #resetPasswordRequestCodeSuccess form .capture_btn.active:hover,
div.janrain-form #changePasswordSuccess form .capture_btn.active:hover,
div.janrain-form #changePassword form .capture_btn.active:hover,
div.janrain-form #capture_editProfile_form_item_email form .capture_btn.active:hover,
div.janrain-form #editProfile form .capture_btn.active:hover,
div.janrain-form #publicProfileModal form .capture_btn.active:hover,
div.janrain-form #verifyEmail form .capture_primary.active:hover,
div.janrain-form #resendVerificationSuccess form .capture_primary.active:hover,
div.janrain-form #verifyEmailSuccess form .capture_primary.active:hover,
div.janrain-form #resetPasswordRequestCode form .capture_primary.active:hover,
div.janrain-form #resetPassword form .capture_primary.active:hover,
div.janrain-form #resetPassword form .capture_primary.active:hover,
div.janrain-form #resetPasswordSuccess form .capture_primary.active:hover,
div.janrain-form #resetPasswordRequestCodeSuccess form .capture_primary.active:hover,
div.janrain-form #changePasswordSuccess form .capture_primary.active:hover,
div.janrain-form #changePassword form .capture_primary.active:hover,
div.janrain-form #capture_editProfile_form_item_email form .capture_primary.active:hover,
div.janrain-form #editProfile form .capture_primary.active:hover,
div.janrain-form #publicProfileModal form .capture_primary.active:hover,
.open > .dropdown-togglediv.janrain-form #verifyEmail form .capture_btn:hover,
.open > .dropdown-togglediv.janrain-form #resendVerificationSuccess form .capture_btn:hover,
.open > .dropdown-togglediv.janrain-form #verifyEmailSuccess form .capture_btn:hover,
.open > .dropdown-togglediv.janrain-form #resetPasswordRequestCode form .capture_btn:hover,
.open > .dropdown-togglediv.janrain-form #resetPassword form .capture_btn:hover,
.open > .dropdown-togglediv.janrain-form #resetPassword form .capture_btn:hover,
.open > .dropdown-togglediv.janrain-form #resetPasswordSuccess form .capture_btn:hover,
.open > .dropdown-togglediv.janrain-form #resetPasswordRequestCodeSuccess form .capture_btn:hover,
.open > .dropdown-togglediv.janrain-form #changePasswordSuccess form .capture_btn:hover,
.open > .dropdown-togglediv.janrain-form #changePassword form .capture_btn:hover,
.open > .dropdown-togglediv.janrain-form #capture_editProfile_form_item_email form .capture_btn:hover,
.open > .dropdown-togglediv.janrain-form #editProfile form .capture_btn:hover,
.open > .dropdown-togglediv.janrain-form #publicProfileModal form .capture_btn:hover,
.open > .dropdown-togglediv.janrain-form #verifyEmail form .capture_btn:hover,
.open > .dropdown-togglediv.janrain-form #resendVerificationSuccess form .capture_btn:hover,
.open > .dropdown-togglediv.janrain-form #verifyEmailSuccess form .capture_btn:hover,
.open > .dropdown-togglediv.janrain-form #resetPasswordRequestCode form .capture_btn:hover,
.open > .dropdown-togglediv.janrain-form #resetPassword form .capture_btn:hover,
.open > .dropdown-togglediv.janrain-form #resetPassword form .capture_btn:hover,
.open > .dropdown-togglediv.janrain-form #resetPasswordSuccess form .capture_btn:hover,
.open > .dropdown-togglediv.janrain-form #resetPasswordRequestCodeSuccess form .capture_btn:hover,
.open > .dropdown-togglediv.janrain-form #changePasswordSuccess form .capture_btn:hover,
.open > .dropdown-togglediv.janrain-form #changePassword form .capture_btn:hover,
.open > .dropdown-togglediv.janrain-form #capture_editProfile_form_item_email form .capture_btn:hover,
.open > .dropdown-togglediv.janrain-form #editProfile form .capture_btn:hover,
.open > .dropdown-togglediv.janrain-form #publicProfileModal form .capture_btn:hover,
.open > .dropdown-togglediv.janrain-form #verifyEmail form .capture_primary:hover,
.open > .dropdown-togglediv.janrain-form #resendVerificationSuccess form .capture_primary:hover,
.open > .dropdown-togglediv.janrain-form #verifyEmailSuccess form .capture_primary:hover,
.open > .dropdown-togglediv.janrain-form #resetPasswordRequestCode form .capture_primary:hover,
.open > .dropdown-togglediv.janrain-form #resetPassword form .capture_primary:hover,
.open > .dropdown-togglediv.janrain-form #resetPassword form .capture_primary:hover,
.open > .dropdown-togglediv.janrain-form #resetPasswordSuccess form .capture_primary:hover,
.open > .dropdown-togglediv.janrain-form #resetPasswordRequestCodeSuccess form .capture_primary:hover,
.open > .dropdown-togglediv.janrain-form #changePasswordSuccess form .capture_primary:hover,
.open > .dropdown-togglediv.janrain-form #changePassword form .capture_primary:hover,
.open > .dropdown-togglediv.janrain-form #capture_editProfile_form_item_email form .capture_primary:hover,
.open > .dropdown-togglediv.janrain-form #editProfile form .capture_primary:hover,
.open > .dropdown-togglediv.janrain-form #publicProfileModal form .capture_primary:hover,
div.janrain-form #verifyEmail form .capture_btn:active:focus,
div.janrain-form #resendVerificationSuccess form .capture_btn:active:focus,
div.janrain-form #verifyEmailSuccess form .capture_btn:active:focus,
div.janrain-form #resetPasswordRequestCode form .capture_btn:active:focus,
div.janrain-form #resetPassword form .capture_btn:active:focus,
div.janrain-form #resetPassword form .capture_btn:active:focus,
div.janrain-form #resetPasswordSuccess form .capture_btn:active:focus,
div.janrain-form #resetPasswordRequestCodeSuccess form .capture_btn:active:focus,
div.janrain-form #changePasswordSuccess form .capture_btn:active:focus,
div.janrain-form #changePassword form .capture_btn:active:focus,
div.janrain-form #capture_editProfile_form_item_email form .capture_btn:active:focus,
div.janrain-form #editProfile form .capture_btn:active:focus,
div.janrain-form #publicProfileModal form .capture_btn:active:focus,
div.janrain-form #verifyEmail form .capture_btn:active:focus,
div.janrain-form #resendVerificationSuccess form .capture_btn:active:focus,
div.janrain-form #verifyEmailSuccess form .capture_btn:active:focus,
div.janrain-form #resetPasswordRequestCode form .capture_btn:active:focus,
div.janrain-form #resetPassword form .capture_btn:active:focus,
div.janrain-form #resetPassword form .capture_btn:active:focus,
div.janrain-form #resetPasswordSuccess form .capture_btn:active:focus,
div.janrain-form #resetPasswordRequestCodeSuccess form .capture_btn:active:focus,
div.janrain-form #changePasswordSuccess form .capture_btn:active:focus,
div.janrain-form #changePassword form .capture_btn:active:focus,
div.janrain-form #capture_editProfile_form_item_email form .capture_btn:active:focus,
div.janrain-form #editProfile form .capture_btn:active:focus,
div.janrain-form #publicProfileModal form .capture_btn:active:focus,
div.janrain-form #verifyEmail form .capture_primary:active:focus,
div.janrain-form #resendVerificationSuccess form .capture_primary:active:focus,
div.janrain-form #verifyEmailSuccess form .capture_primary:active:focus,
div.janrain-form #resetPasswordRequestCode form .capture_primary:active:focus,
div.janrain-form #resetPassword form .capture_primary:active:focus,
div.janrain-form #resetPassword form .capture_primary:active:focus,
div.janrain-form #resetPasswordSuccess form .capture_primary:active:focus,
div.janrain-form #resetPasswordRequestCodeSuccess form .capture_primary:active:focus,
div.janrain-form #changePasswordSuccess form .capture_primary:active:focus,
div.janrain-form #changePassword form .capture_primary:active:focus,
div.janrain-form #capture_editProfile_form_item_email form .capture_primary:active:focus,
div.janrain-form #editProfile form .capture_primary:active:focus,
div.janrain-form #publicProfileModal form .capture_primary:active:focus,
div.janrain-form #verifyEmail form .capture_btn.active:focus,
div.janrain-form #resendVerificationSuccess form .capture_btn.active:focus,
div.janrain-form #verifyEmailSuccess form .capture_btn.active:focus,
div.janrain-form #resetPasswordRequestCode form .capture_btn.active:focus,
div.janrain-form #resetPassword form .capture_btn.active:focus,
div.janrain-form #resetPassword form .capture_btn.active:focus,
div.janrain-form #resetPasswordSuccess form .capture_btn.active:focus,
div.janrain-form #resetPasswordRequestCodeSuccess form .capture_btn.active:focus,
div.janrain-form #changePasswordSuccess form .capture_btn.active:focus,
div.janrain-form #changePassword form .capture_btn.active:focus,
div.janrain-form #capture_editProfile_form_item_email form .capture_btn.active:focus,
div.janrain-form #editProfile form .capture_btn.active:focus,
div.janrain-form #publicProfileModal form .capture_btn.active:focus,
div.janrain-form #verifyEmail form .capture_btn.active:focus,
div.janrain-form #resendVerificationSuccess form .capture_btn.active:focus,
div.janrain-form #verifyEmailSuccess form .capture_btn.active:focus,
div.janrain-form #resetPasswordRequestCode form .capture_btn.active:focus,
div.janrain-form #resetPassword form .capture_btn.active:focus,
div.janrain-form #resetPassword form .capture_btn.active:focus,
div.janrain-form #resetPasswordSuccess form .capture_btn.active:focus,
div.janrain-form #resetPasswordRequestCodeSuccess form .capture_btn.active:focus,
div.janrain-form #changePasswordSuccess form .capture_btn.active:focus,
div.janrain-form #changePassword form .capture_btn.active:focus,
div.janrain-form #capture_editProfile_form_item_email form .capture_btn.active:focus,
div.janrain-form #editProfile form .capture_btn.active:focus,
div.janrain-form #publicProfileModal form .capture_btn.active:focus,
div.janrain-form #verifyEmail form .capture_primary.active:focus,
div.janrain-form #resendVerificationSuccess form .capture_primary.active:focus,
div.janrain-form #verifyEmailSuccess form .capture_primary.active:focus,
div.janrain-form #resetPasswordRequestCode form .capture_primary.active:focus,
div.janrain-form #resetPassword form .capture_primary.active:focus,
div.janrain-form #resetPassword form .capture_primary.active:focus,
div.janrain-form #resetPasswordSuccess form .capture_primary.active:focus,
div.janrain-form #resetPasswordRequestCodeSuccess form .capture_primary.active:focus,
div.janrain-form #changePasswordSuccess form .capture_primary.active:focus,
div.janrain-form #changePassword form .capture_primary.active:focus,
div.janrain-form #capture_editProfile_form_item_email form .capture_primary.active:focus,
div.janrain-form #editProfile form .capture_primary.active:focus,
div.janrain-form #publicProfileModal form .capture_primary.active:focus,
.open > .dropdown-togglediv.janrain-form #verifyEmail form .capture_btn:focus,
.open > .dropdown-togglediv.janrain-form #resendVerificationSuccess form .capture_btn:focus,
.open > .dropdown-togglediv.janrain-form #verifyEmailSuccess form .capture_btn:focus,
.open > .dropdown-togglediv.janrain-form #resetPasswordRequestCode form .capture_btn:focus,
.open > .dropdown-togglediv.janrain-form #resetPassword form .capture_btn:focus,
.open > .dropdown-togglediv.janrain-form #resetPassword form .capture_btn:focus,
.open > .dropdown-togglediv.janrain-form #resetPasswordSuccess form .capture_btn:focus,
.open > .dropdown-togglediv.janrain-form #resetPasswordRequestCodeSuccess form .capture_btn:focus,
.open > .dropdown-togglediv.janrain-form #changePasswordSuccess form .capture_btn:focus,
.open > .dropdown-togglediv.janrain-form #changePassword form .capture_btn:focus,
.open > .dropdown-togglediv.janrain-form #capture_editProfile_form_item_email form .capture_btn:focus,
.open > .dropdown-togglediv.janrain-form #editProfile form .capture_btn:focus,
.open > .dropdown-togglediv.janrain-form #publicProfileModal form .capture_btn:focus,
.open > .dropdown-togglediv.janrain-form #verifyEmail form .capture_btn:focus,
.open > .dropdown-togglediv.janrain-form #resendVerificationSuccess form .capture_btn:focus,
.open > .dropdown-togglediv.janrain-form #verifyEmailSuccess form .capture_btn:focus,
.open > .dropdown-togglediv.janrain-form #resetPasswordRequestCode form .capture_btn:focus,
.open > .dropdown-togglediv.janrain-form #resetPassword form .capture_btn:focus,
.open > .dropdown-togglediv.janrain-form #resetPassword form .capture_btn:focus,
.open > .dropdown-togglediv.janrain-form #resetPasswordSuccess form .capture_btn:focus,
.open > .dropdown-togglediv.janrain-form #resetPasswordRequestCodeSuccess form .capture_btn:focus,
.open > .dropdown-togglediv.janrain-form #changePasswordSuccess form .capture_btn:focus,
.open > .dropdown-togglediv.janrain-form #changePassword form .capture_btn:focus,
.open > .dropdown-togglediv.janrain-form #capture_editProfile_form_item_email form .capture_btn:focus,
.open > .dropdown-togglediv.janrain-form #editProfile form .capture_btn:focus,
.open > .dropdown-togglediv.janrain-form #publicProfileModal form .capture_btn:focus,
.open > .dropdown-togglediv.janrain-form #verifyEmail form .capture_primary:focus,
.open > .dropdown-togglediv.janrain-form #resendVerificationSuccess form .capture_primary:focus,
.open > .dropdown-togglediv.janrain-form #verifyEmailSuccess form .capture_primary:focus,
.open > .dropdown-togglediv.janrain-form #resetPasswordRequestCode form .capture_primary:focus,
.open > .dropdown-togglediv.janrain-form #resetPassword form .capture_primary:focus,
.open > .dropdown-togglediv.janrain-form #resetPassword form .capture_primary:focus,
.open > .dropdown-togglediv.janrain-form #resetPasswordSuccess form .capture_primary:focus,
.open > .dropdown-togglediv.janrain-form #resetPasswordRequestCodeSuccess form .capture_primary:focus,
.open > .dropdown-togglediv.janrain-form #changePasswordSuccess form .capture_primary:focus,
.open > .dropdown-togglediv.janrain-form #changePassword form .capture_primary:focus,
.open > .dropdown-togglediv.janrain-form #capture_editProfile_form_item_email form .capture_primary:focus,
.open > .dropdown-togglediv.janrain-form #editProfile form .capture_primary:focus,
.open > .dropdown-togglediv.janrain-form #publicProfileModal form .capture_primary:focus,
div.janrain-form #verifyEmail form .capture_btn:active.focus,
div.janrain-form #resendVerificationSuccess form .capture_btn:active.focus,
div.janrain-form #verifyEmailSuccess form .capture_btn:active.focus,
div.janrain-form #resetPasswordRequestCode form .capture_btn:active.focus,
div.janrain-form #resetPassword form .capture_btn:active.focus,
div.janrain-form #resetPassword form .capture_btn:active.focus,
div.janrain-form #resetPasswordSuccess form .capture_btn:active.focus,
div.janrain-form #resetPasswordRequestCodeSuccess form .capture_btn:active.focus,
div.janrain-form #changePasswordSuccess form .capture_btn:active.focus,
div.janrain-form #changePassword form .capture_btn:active.focus,
div.janrain-form #capture_editProfile_form_item_email form .capture_btn:active.focus,
div.janrain-form #editProfile form .capture_btn:active.focus,
div.janrain-form #publicProfileModal form .capture_btn:active.focus,
div.janrain-form #verifyEmail form .capture_btn:active.focus,
div.janrain-form #resendVerificationSuccess form .capture_btn:active.focus,
div.janrain-form #verifyEmailSuccess form .capture_btn:active.focus,
div.janrain-form #resetPasswordRequestCode form .capture_btn:active.focus,
div.janrain-form #resetPassword form .capture_btn:active.focus,
div.janrain-form #resetPassword form .capture_btn:active.focus,
div.janrain-form #resetPasswordSuccess form .capture_btn:active.focus,
div.janrain-form #resetPasswordRequestCodeSuccess form .capture_btn:active.focus,
div.janrain-form #changePasswordSuccess form .capture_btn:active.focus,
div.janrain-form #changePassword form .capture_btn:active.focus,
div.janrain-form #capture_editProfile_form_item_email form .capture_btn:active.focus,
div.janrain-form #editProfile form .capture_btn:active.focus,
div.janrain-form #publicProfileModal form .capture_btn:active.focus,
div.janrain-form #verifyEmail form .capture_primary:active.focus,
div.janrain-form #resendVerificationSuccess form .capture_primary:active.focus,
div.janrain-form #verifyEmailSuccess form .capture_primary:active.focus,
div.janrain-form #resetPasswordRequestCode form .capture_primary:active.focus,
div.janrain-form #resetPassword form .capture_primary:active.focus,
div.janrain-form #resetPassword form .capture_primary:active.focus,
div.janrain-form #resetPasswordSuccess form .capture_primary:active.focus,
div.janrain-form #resetPasswordRequestCodeSuccess form .capture_primary:active.focus,
div.janrain-form #changePasswordSuccess form .capture_primary:active.focus,
div.janrain-form #changePassword form .capture_primary:active.focus,
div.janrain-form #capture_editProfile_form_item_email form .capture_primary:active.focus,
div.janrain-form #editProfile form .capture_primary:active.focus,
div.janrain-form #publicProfileModal form .capture_primary:active.focus,
div.janrain-form #verifyEmail form .capture_btn.active.focus,
div.janrain-form #resendVerificationSuccess form .capture_btn.active.focus,
div.janrain-form #verifyEmailSuccess form .capture_btn.active.focus,
div.janrain-form #resetPasswordRequestCode form .capture_btn.active.focus,
div.janrain-form #resetPassword form .capture_btn.active.focus,
div.janrain-form #resetPassword form .capture_btn.active.focus,
div.janrain-form #resetPasswordSuccess form .capture_btn.active.focus,
div.janrain-form #resetPasswordRequestCodeSuccess form .capture_btn.active.focus,
div.janrain-form #changePasswordSuccess form .capture_btn.active.focus,
div.janrain-form #changePassword form .capture_btn.active.focus,
div.janrain-form #capture_editProfile_form_item_email form .capture_btn.active.focus,
div.janrain-form #editProfile form .capture_btn.active.focus,
div.janrain-form #publicProfileModal form .capture_btn.active.focus,
div.janrain-form #verifyEmail form .capture_btn.active.focus,
div.janrain-form #resendVerificationSuccess form .capture_btn.active.focus,
div.janrain-form #verifyEmailSuccess form .capture_btn.active.focus,
div.janrain-form #resetPasswordRequestCode form .capture_btn.active.focus,
div.janrain-form #resetPassword form .capture_btn.active.focus,
div.janrain-form #resetPassword form .capture_btn.active.focus,
div.janrain-form #resetPasswordSuccess form .capture_btn.active.focus,
div.janrain-form #resetPasswordRequestCodeSuccess form .capture_btn.active.focus,
div.janrain-form #changePasswordSuccess form .capture_btn.active.focus,
div.janrain-form #changePassword form .capture_btn.active.focus,
div.janrain-form #capture_editProfile_form_item_email form .capture_btn.active.focus,
div.janrain-form #editProfile form .capture_btn.active.focus,
div.janrain-form #publicProfileModal form .capture_btn.active.focus,
div.janrain-form #verifyEmail form .capture_primary.active.focus,
div.janrain-form #resendVerificationSuccess form .capture_primary.active.focus,
div.janrain-form #verifyEmailSuccess form .capture_primary.active.focus,
div.janrain-form #resetPasswordRequestCode form .capture_primary.active.focus,
div.janrain-form #resetPassword form .capture_primary.active.focus,
div.janrain-form #resetPassword form .capture_primary.active.focus,
div.janrain-form #resetPasswordSuccess form .capture_primary.active.focus,
div.janrain-form #resetPasswordRequestCodeSuccess form .capture_primary.active.focus,
div.janrain-form #changePasswordSuccess form .capture_primary.active.focus,
div.janrain-form #changePassword form .capture_primary.active.focus,
div.janrain-form #capture_editProfile_form_item_email form .capture_primary.active.focus,
div.janrain-form #editProfile form .capture_primary.active.focus,
div.janrain-form #publicProfileModal form .capture_primary.active.focus,
.open > .dropdown-togglediv.janrain-form #verifyEmail form .capture_btn.focus,
.open > .dropdown-togglediv.janrain-form #resendVerificationSuccess form .capture_btn.focus,
.open > .dropdown-togglediv.janrain-form #verifyEmailSuccess form .capture_btn.focus,
.open > .dropdown-togglediv.janrain-form #resetPasswordRequestCode form .capture_btn.focus,
.open > .dropdown-togglediv.janrain-form #resetPassword form .capture_btn.focus,
.open > .dropdown-togglediv.janrain-form #resetPassword form .capture_btn.focus,
.open > .dropdown-togglediv.janrain-form #resetPasswordSuccess form .capture_btn.focus,
.open > .dropdown-togglediv.janrain-form #resetPasswordRequestCodeSuccess form .capture_btn.focus,
.open > .dropdown-togglediv.janrain-form #changePasswordSuccess form .capture_btn.focus,
.open > .dropdown-togglediv.janrain-form #changePassword form .capture_btn.focus,
.open > .dropdown-togglediv.janrain-form #capture_editProfile_form_item_email form .capture_btn.focus,
.open > .dropdown-togglediv.janrain-form #editProfile form .capture_btn.focus,
.open > .dropdown-togglediv.janrain-form #publicProfileModal form .capture_btn.focus,
.open > .dropdown-togglediv.janrain-form #verifyEmail form .capture_btn.focus,
.open > .dropdown-togglediv.janrain-form #resendVerificationSuccess form .capture_btn.focus,
.open > .dropdown-togglediv.janrain-form #verifyEmailSuccess form .capture_btn.focus,
.open > .dropdown-togglediv.janrain-form #resetPasswordRequestCode form .capture_btn.focus,
.open > .dropdown-togglediv.janrain-form #resetPassword form .capture_btn.focus,
.open > .dropdown-togglediv.janrain-form #resetPassword form .capture_btn.focus,
.open > .dropdown-togglediv.janrain-form #resetPasswordSuccess form .capture_btn.focus,
.open > .dropdown-togglediv.janrain-form #resetPasswordRequestCodeSuccess form .capture_btn.focus,
.open > .dropdown-togglediv.janrain-form #changePasswordSuccess form .capture_btn.focus,
.open > .dropdown-togglediv.janrain-form #changePassword form .capture_btn.focus,
.open > .dropdown-togglediv.janrain-form #capture_editProfile_form_item_email form .capture_btn.focus,
.open > .dropdown-togglediv.janrain-form #editProfile form .capture_btn.focus,
.open > .dropdown-togglediv.janrain-form #publicProfileModal form .capture_btn.focus,
.open > .dropdown-togglediv.janrain-form #verifyEmail form .capture_primary.focus,
.open > .dropdown-togglediv.janrain-form #resendVerificationSuccess form .capture_primary.focus,
.open > .dropdown-togglediv.janrain-form #verifyEmailSuccess form .capture_primary.focus,
.open > .dropdown-togglediv.janrain-form #resetPasswordRequestCode form .capture_primary.focus,
.open > .dropdown-togglediv.janrain-form #resetPassword form .capture_primary.focus,
.open > .dropdown-togglediv.janrain-form #resetPassword form .capture_primary.focus,
.open > .dropdown-togglediv.janrain-form #resetPasswordSuccess form .capture_primary.focus,
.open > .dropdown-togglediv.janrain-form #resetPasswordRequestCodeSuccess form .capture_primary.focus,
.open > .dropdown-togglediv.janrain-form #changePasswordSuccess form .capture_primary.focus,
.open > .dropdown-togglediv.janrain-form #changePassword form .capture_primary.focus,
.open > .dropdown-togglediv.janrain-form #capture_editProfile_form_item_email form .capture_primary.focus,
.open > .dropdown-togglediv.janrain-form #editProfile form .capture_primary.focus,
.open > .dropdown-togglediv.janrain-form #publicProfileModal form .capture_primary.focus {
  color: #FFD100;
  background-color: #1f282e;
  border-color: #0a0d10;
}
div.janrain-form #verifyEmail form .capture_btn:focus .badge,
div.janrain-form #resendVerificationSuccess form .capture_btn:focus .badge,
div.janrain-form #verifyEmailSuccess form .capture_btn:focus .badge,
div.janrain-form #resetPasswordRequestCode form .capture_btn:focus .badge,
div.janrain-form #resetPassword form .capture_btn:focus .badge,
div.janrain-form #resetPassword form .capture_btn:focus .badge,
div.janrain-form #resetPasswordSuccess form .capture_btn:focus .badge,
div.janrain-form #resetPasswordRequestCodeSuccess form .capture_btn:focus .badge,
div.janrain-form #changePasswordSuccess form .capture_btn:focus .badge,
div.janrain-form #changePassword form .capture_btn:focus .badge,
div.janrain-form #capture_editProfile_form_item_email form .capture_btn:focus .badge,
div.janrain-form #editProfile form .capture_btn:focus .badge,
div.janrain-form #publicProfileModal form .capture_btn:focus .badge,
div.janrain-form #verifyEmail form .capture_btn:focus .badge,
div.janrain-form #resendVerificationSuccess form .capture_btn:focus .badge,
div.janrain-form #verifyEmailSuccess form .capture_btn:focus .badge,
div.janrain-form #resetPasswordRequestCode form .capture_btn:focus .badge,
div.janrain-form #resetPassword form .capture_btn:focus .badge,
div.janrain-form #resetPassword form .capture_btn:focus .badge,
div.janrain-form #resetPasswordSuccess form .capture_btn:focus .badge,
div.janrain-form #resetPasswordRequestCodeSuccess form .capture_btn:focus .badge,
div.janrain-form #changePasswordSuccess form .capture_btn:focus .badge,
div.janrain-form #changePassword form .capture_btn:focus .badge,
div.janrain-form #capture_editProfile_form_item_email form .capture_btn:focus .badge,
div.janrain-form #editProfile form .capture_btn:focus .badge,
div.janrain-form #publicProfileModal form .capture_btn:focus .badge,
div.janrain-form #verifyEmail form .capture_primary:focus .badge,
div.janrain-form #resendVerificationSuccess form .capture_primary:focus .badge,
div.janrain-form #verifyEmailSuccess form .capture_primary:focus .badge,
div.janrain-form #resetPasswordRequestCode form .capture_primary:focus .badge,
div.janrain-form #resetPassword form .capture_primary:focus .badge,
div.janrain-form #resetPassword form .capture_primary:focus .badge,
div.janrain-form #resetPasswordSuccess form .capture_primary:focus .badge,
div.janrain-form #resetPasswordRequestCodeSuccess form .capture_primary:focus .badge,
div.janrain-form #changePasswordSuccess form .capture_primary:focus .badge,
div.janrain-form #changePassword form .capture_primary:focus .badge,
div.janrain-form #capture_editProfile_form_item_email form .capture_primary:focus .badge,
div.janrain-form #editProfile form .capture_primary:focus .badge,
div.janrain-form #publicProfileModal form .capture_primary:focus .badge,
div.janrain-form #verifyEmail form .capture_btn.focus .badge,
div.janrain-form #resendVerificationSuccess form .capture_btn.focus .badge,
div.janrain-form #verifyEmailSuccess form .capture_btn.focus .badge,
div.janrain-form #resetPasswordRequestCode form .capture_btn.focus .badge,
div.janrain-form #resetPassword form .capture_btn.focus .badge,
div.janrain-form #resetPassword form .capture_btn.focus .badge,
div.janrain-form #resetPasswordSuccess form .capture_btn.focus .badge,
div.janrain-form #resetPasswordRequestCodeSuccess form .capture_btn.focus .badge,
div.janrain-form #changePasswordSuccess form .capture_btn.focus .badge,
div.janrain-form #changePassword form .capture_btn.focus .badge,
div.janrain-form #capture_editProfile_form_item_email form .capture_btn.focus .badge,
div.janrain-form #editProfile form .capture_btn.focus .badge,
div.janrain-form #publicProfileModal form .capture_btn.focus .badge,
div.janrain-form #verifyEmail form .capture_btn.focus .badge,
div.janrain-form #resendVerificationSuccess form .capture_btn.focus .badge,
div.janrain-form #verifyEmailSuccess form .capture_btn.focus .badge,
div.janrain-form #resetPasswordRequestCode form .capture_btn.focus .badge,
div.janrain-form #resetPassword form .capture_btn.focus .badge,
div.janrain-form #resetPassword form .capture_btn.focus .badge,
div.janrain-form #resetPasswordSuccess form .capture_btn.focus .badge,
div.janrain-form #resetPasswordRequestCodeSuccess form .capture_btn.focus .badge,
div.janrain-form #changePasswordSuccess form .capture_btn.focus .badge,
div.janrain-form #changePassword form .capture_btn.focus .badge,
div.janrain-form #capture_editProfile_form_item_email form .capture_btn.focus .badge,
div.janrain-form #editProfile form .capture_btn.focus .badge,
div.janrain-form #publicProfileModal form .capture_btn.focus .badge,
div.janrain-form #verifyEmail form .capture_primary.focus .badge,
div.janrain-form #resendVerificationSuccess form .capture_primary.focus .badge,
div.janrain-form #verifyEmailSuccess form .capture_primary.focus .badge,
div.janrain-form #resetPasswordRequestCode form .capture_primary.focus .badge,
div.janrain-form #resetPassword form .capture_primary.focus .badge,
div.janrain-form #resetPassword form .capture_primary.focus .badge,
div.janrain-form #resetPasswordSuccess form .capture_primary.focus .badge,
div.janrain-form #resetPasswordRequestCodeSuccess form .capture_primary.focus .badge,
div.janrain-form #changePasswordSuccess form .capture_primary.focus .badge,
div.janrain-form #changePassword form .capture_primary.focus .badge,
div.janrain-form #capture_editProfile_form_item_email form .capture_primary.focus .badge,
div.janrain-form #editProfile form .capture_primary.focus .badge,
div.janrain-form #publicProfileModal form .capture_primary.focus .badge,
div.janrain-form #verifyEmail form .capture_btn:hover .badge,
div.janrain-form #resendVerificationSuccess form .capture_btn:hover .badge,
div.janrain-form #verifyEmailSuccess form .capture_btn:hover .badge,
div.janrain-form #resetPasswordRequestCode form .capture_btn:hover .badge,
div.janrain-form #resetPassword form .capture_btn:hover .badge,
div.janrain-form #resetPassword form .capture_btn:hover .badge,
div.janrain-form #resetPasswordSuccess form .capture_btn:hover .badge,
div.janrain-form #resetPasswordRequestCodeSuccess form .capture_btn:hover .badge,
div.janrain-form #changePasswordSuccess form .capture_btn:hover .badge,
div.janrain-form #changePassword form .capture_btn:hover .badge,
div.janrain-form #capture_editProfile_form_item_email form .capture_btn:hover .badge,
div.janrain-form #editProfile form .capture_btn:hover .badge,
div.janrain-form #publicProfileModal form .capture_btn:hover .badge,
div.janrain-form #verifyEmail form .capture_btn:hover .badge,
div.janrain-form #resendVerificationSuccess form .capture_btn:hover .badge,
div.janrain-form #verifyEmailSuccess form .capture_btn:hover .badge,
div.janrain-form #resetPasswordRequestCode form .capture_btn:hover .badge,
div.janrain-form #resetPassword form .capture_btn:hover .badge,
div.janrain-form #resetPassword form .capture_btn:hover .badge,
div.janrain-form #resetPasswordSuccess form .capture_btn:hover .badge,
div.janrain-form #resetPasswordRequestCodeSuccess form .capture_btn:hover .badge,
div.janrain-form #changePasswordSuccess form .capture_btn:hover .badge,
div.janrain-form #changePassword form .capture_btn:hover .badge,
div.janrain-form #capture_editProfile_form_item_email form .capture_btn:hover .badge,
div.janrain-form #editProfile form .capture_btn:hover .badge,
div.janrain-form #publicProfileModal form .capture_btn:hover .badge,
div.janrain-form #verifyEmail form .capture_primary:hover .badge,
div.janrain-form #resendVerificationSuccess form .capture_primary:hover .badge,
div.janrain-form #verifyEmailSuccess form .capture_primary:hover .badge,
div.janrain-form #resetPasswordRequestCode form .capture_primary:hover .badge,
div.janrain-form #resetPassword form .capture_primary:hover .badge,
div.janrain-form #resetPassword form .capture_primary:hover .badge,
div.janrain-form #resetPasswordSuccess form .capture_primary:hover .badge,
div.janrain-form #resetPasswordRequestCodeSuccess form .capture_primary:hover .badge,
div.janrain-form #changePasswordSuccess form .capture_primary:hover .badge,
div.janrain-form #changePassword form .capture_primary:hover .badge,
div.janrain-form #capture_editProfile_form_item_email form .capture_primary:hover .badge,
div.janrain-form #editProfile form .capture_primary:hover .badge,
div.janrain-form #publicProfileModal form .capture_primary:hover .badge,
div.janrain-form #verifyEmail form .capture_btn:active .badge,
div.janrain-form #resendVerificationSuccess form .capture_btn:active .badge,
div.janrain-form #verifyEmailSuccess form .capture_btn:active .badge,
div.janrain-form #resetPasswordRequestCode form .capture_btn:active .badge,
div.janrain-form #resetPassword form .capture_btn:active .badge,
div.janrain-form #resetPassword form .capture_btn:active .badge,
div.janrain-form #resetPasswordSuccess form .capture_btn:active .badge,
div.janrain-form #resetPasswordRequestCodeSuccess form .capture_btn:active .badge,
div.janrain-form #changePasswordSuccess form .capture_btn:active .badge,
div.janrain-form #changePassword form .capture_btn:active .badge,
div.janrain-form #capture_editProfile_form_item_email form .capture_btn:active .badge,
div.janrain-form #editProfile form .capture_btn:active .badge,
div.janrain-form #publicProfileModal form .capture_btn:active .badge,
div.janrain-form #verifyEmail form .capture_btn:active .badge,
div.janrain-form #resendVerificationSuccess form .capture_btn:active .badge,
div.janrain-form #verifyEmailSuccess form .capture_btn:active .badge,
div.janrain-form #resetPasswordRequestCode form .capture_btn:active .badge,
div.janrain-form #resetPassword form .capture_btn:active .badge,
div.janrain-form #resetPassword form .capture_btn:active .badge,
div.janrain-form #resetPasswordSuccess form .capture_btn:active .badge,
div.janrain-form #resetPasswordRequestCodeSuccess form .capture_btn:active .badge,
div.janrain-form #changePasswordSuccess form .capture_btn:active .badge,
div.janrain-form #changePassword form .capture_btn:active .badge,
div.janrain-form #capture_editProfile_form_item_email form .capture_btn:active .badge,
div.janrain-form #editProfile form .capture_btn:active .badge,
div.janrain-form #publicProfileModal form .capture_btn:active .badge,
div.janrain-form #verifyEmail form .capture_primary:active .badge,
div.janrain-form #resendVerificationSuccess form .capture_primary:active .badge,
div.janrain-form #verifyEmailSuccess form .capture_primary:active .badge,
div.janrain-form #resetPasswordRequestCode form .capture_primary:active .badge,
div.janrain-form #resetPassword form .capture_primary:active .badge,
div.janrain-form #resetPassword form .capture_primary:active .badge,
div.janrain-form #resetPasswordSuccess form .capture_primary:active .badge,
div.janrain-form #resetPasswordRequestCodeSuccess form .capture_primary:active .badge,
div.janrain-form #changePasswordSuccess form .capture_primary:active .badge,
div.janrain-form #changePassword form .capture_primary:active .badge,
div.janrain-form #capture_editProfile_form_item_email form .capture_primary:active .badge,
div.janrain-form #editProfile form .capture_primary:active .badge,
div.janrain-form #publicProfileModal form .capture_primary:active .badge,
div.janrain-form #verifyEmail form .capture_btn.active .badge,
div.janrain-form #resendVerificationSuccess form .capture_btn.active .badge,
div.janrain-form #verifyEmailSuccess form .capture_btn.active .badge,
div.janrain-form #resetPasswordRequestCode form .capture_btn.active .badge,
div.janrain-form #resetPassword form .capture_btn.active .badge,
div.janrain-form #resetPassword form .capture_btn.active .badge,
div.janrain-form #resetPasswordSuccess form .capture_btn.active .badge,
div.janrain-form #resetPasswordRequestCodeSuccess form .capture_btn.active .badge,
div.janrain-form #changePasswordSuccess form .capture_btn.active .badge,
div.janrain-form #changePassword form .capture_btn.active .badge,
div.janrain-form #capture_editProfile_form_item_email form .capture_btn.active .badge,
div.janrain-form #editProfile form .capture_btn.active .badge,
div.janrain-form #publicProfileModal form .capture_btn.active .badge,
div.janrain-form #verifyEmail form .capture_btn.active .badge,
div.janrain-form #resendVerificationSuccess form .capture_btn.active .badge,
div.janrain-form #verifyEmailSuccess form .capture_btn.active .badge,
div.janrain-form #resetPasswordRequestCode form .capture_btn.active .badge,
div.janrain-form #resetPassword form .capture_btn.active .badge,
div.janrain-form #resetPassword form .capture_btn.active .badge,
div.janrain-form #resetPasswordSuccess form .capture_btn.active .badge,
div.janrain-form #resetPasswordRequestCodeSuccess form .capture_btn.active .badge,
div.janrain-form #changePasswordSuccess form .capture_btn.active .badge,
div.janrain-form #changePassword form .capture_btn.active .badge,
div.janrain-form #capture_editProfile_form_item_email form .capture_btn.active .badge,
div.janrain-form #editProfile form .capture_btn.active .badge,
div.janrain-form #publicProfileModal form .capture_btn.active .badge,
div.janrain-form #verifyEmail form .capture_primary.active .badge,
div.janrain-form #resendVerificationSuccess form .capture_primary.active .badge,
div.janrain-form #verifyEmailSuccess form .capture_primary.active .badge,
div.janrain-form #resetPasswordRequestCode form .capture_primary.active .badge,
div.janrain-form #resetPassword form .capture_primary.active .badge,
div.janrain-form #resetPassword form .capture_primary.active .badge,
div.janrain-form #resetPasswordSuccess form .capture_primary.active .badge,
div.janrain-form #resetPasswordRequestCodeSuccess form .capture_primary.active .badge,
div.janrain-form #changePasswordSuccess form .capture_primary.active .badge,
div.janrain-form #changePassword form .capture_primary.active .badge,
div.janrain-form #capture_editProfile_form_item_email form .capture_primary.active .badge,
div.janrain-form #editProfile form .capture_primary.active .badge,
div.janrain-form #publicProfileModal form .capture_primary.active .badge,
.open > .dropdown-togglediv.janrain-form #verifyEmail form .capture_btn .badge,
.open > .dropdown-togglediv.janrain-form #resendVerificationSuccess form .capture_btn .badge,
.open > .dropdown-togglediv.janrain-form #verifyEmailSuccess form .capture_btn .badge,
.open > .dropdown-togglediv.janrain-form #resetPasswordRequestCode form .capture_btn .badge,
.open > .dropdown-togglediv.janrain-form #resetPassword form .capture_btn .badge,
.open > .dropdown-togglediv.janrain-form #resetPassword form .capture_btn .badge,
.open > .dropdown-togglediv.janrain-form #resetPasswordSuccess form .capture_btn .badge,
.open > .dropdown-togglediv.janrain-form #resetPasswordRequestCodeSuccess form .capture_btn .badge,
.open > .dropdown-togglediv.janrain-form #changePasswordSuccess form .capture_btn .badge,
.open > .dropdown-togglediv.janrain-form #changePassword form .capture_btn .badge,
.open > .dropdown-togglediv.janrain-form #capture_editProfile_form_item_email form .capture_btn .badge,
.open > .dropdown-togglediv.janrain-form #editProfile form .capture_btn .badge,
.open > .dropdown-togglediv.janrain-form #publicProfileModal form .capture_btn .badge,
.open > .dropdown-togglediv.janrain-form #verifyEmail form .capture_btn .badge,
.open > .dropdown-togglediv.janrain-form #resendVerificationSuccess form .capture_btn .badge,
.open > .dropdown-togglediv.janrain-form #verifyEmailSuccess form .capture_btn .badge,
.open > .dropdown-togglediv.janrain-form #resetPasswordRequestCode form .capture_btn .badge,
.open > .dropdown-togglediv.janrain-form #resetPassword form .capture_btn .badge,
.open > .dropdown-togglediv.janrain-form #resetPassword form .capture_btn .badge,
.open > .dropdown-togglediv.janrain-form #resetPasswordSuccess form .capture_btn .badge,
.open > .dropdown-togglediv.janrain-form #resetPasswordRequestCodeSuccess form .capture_btn .badge,
.open > .dropdown-togglediv.janrain-form #changePasswordSuccess form .capture_btn .badge,
.open > .dropdown-togglediv.janrain-form #changePassword form .capture_btn .badge,
.open > .dropdown-togglediv.janrain-form #capture_editProfile_form_item_email form .capture_btn .badge,
.open > .dropdown-togglediv.janrain-form #editProfile form .capture_btn .badge,
.open > .dropdown-togglediv.janrain-form #publicProfileModal form .capture_btn .badge,
.open > .dropdown-togglediv.janrain-form #verifyEmail form .capture_primary .badge,
.open > .dropdown-togglediv.janrain-form #resendVerificationSuccess form .capture_primary .badge,
.open > .dropdown-togglediv.janrain-form #verifyEmailSuccess form .capture_primary .badge,
.open > .dropdown-togglediv.janrain-form #resetPasswordRequestCode form .capture_primary .badge,
.open > .dropdown-togglediv.janrain-form #resetPassword form .capture_primary .badge,
.open > .dropdown-togglediv.janrain-form #resetPassword form .capture_primary .badge,
.open > .dropdown-togglediv.janrain-form #resetPasswordSuccess form .capture_primary .badge,
.open > .dropdown-togglediv.janrain-form #resetPasswordRequestCodeSuccess form .capture_primary .badge,
.open > .dropdown-togglediv.janrain-form #changePasswordSuccess form .capture_primary .badge,
.open > .dropdown-togglediv.janrain-form #changePassword form .capture_primary .badge,
.open > .dropdown-togglediv.janrain-form #capture_editProfile_form_item_email form .capture_primary .badge,
.open > .dropdown-togglediv.janrain-form #editProfile form .capture_primary .badge,
.open > .dropdown-togglediv.janrain-form #publicProfileModal form .capture_primary .badge {
  color: #33424D;
  background-color: #FFD100;
}
div.janrain-form #verifyEmail form .capture_btn:active,
div.janrain-form #resendVerificationSuccess form .capture_btn:active,
div.janrain-form #verifyEmailSuccess form .capture_btn:active,
div.janrain-form #resetPasswordRequestCode form .capture_btn:active,
div.janrain-form #resetPassword form .capture_btn:active,
div.janrain-form #resetPassword form .capture_btn:active,
div.janrain-form #resetPasswordSuccess form .capture_btn:active,
div.janrain-form #resetPasswordRequestCodeSuccess form .capture_btn:active,
div.janrain-form #changePasswordSuccess form .capture_btn:active,
div.janrain-form #changePassword form .capture_btn:active,
div.janrain-form #capture_editProfile_form_item_email form .capture_btn:active,
div.janrain-form #editProfile form .capture_btn:active,
div.janrain-form #publicProfileModal form .capture_btn:active,
div.janrain-form #verifyEmail form .capture_btn:active,
div.janrain-form #resendVerificationSuccess form .capture_btn:active,
div.janrain-form #verifyEmailSuccess form .capture_btn:active,
div.janrain-form #resetPasswordRequestCode form .capture_btn:active,
div.janrain-form #resetPassword form .capture_btn:active,
div.janrain-form #resetPassword form .capture_btn:active,
div.janrain-form #resetPasswordSuccess form .capture_btn:active,
div.janrain-form #resetPasswordRequestCodeSuccess form .capture_btn:active,
div.janrain-form #changePasswordSuccess form .capture_btn:active,
div.janrain-form #changePassword form .capture_btn:active,
div.janrain-form #capture_editProfile_form_item_email form .capture_btn:active,
div.janrain-form #editProfile form .capture_btn:active,
div.janrain-form #publicProfileModal form .capture_btn:active,
div.janrain-form #verifyEmail form .capture_primary:active,
div.janrain-form #resendVerificationSuccess form .capture_primary:active,
div.janrain-form #verifyEmailSuccess form .capture_primary:active,
div.janrain-form #resetPasswordRequestCode form .capture_primary:active,
div.janrain-form #resetPassword form .capture_primary:active,
div.janrain-form #resetPassword form .capture_primary:active,
div.janrain-form #resetPasswordSuccess form .capture_primary:active,
div.janrain-form #resetPasswordRequestCodeSuccess form .capture_primary:active,
div.janrain-form #changePasswordSuccess form .capture_primary:active,
div.janrain-form #changePassword form .capture_primary:active,
div.janrain-form #capture_editProfile_form_item_email form .capture_primary:active,
div.janrain-form #editProfile form .capture_primary:active,
div.janrain-form #publicProfileModal form .capture_primary:active,
div.janrain-form #verifyEmail form .capture_btn.active,
div.janrain-form #resendVerificationSuccess form .capture_btn.active,
div.janrain-form #verifyEmailSuccess form .capture_btn.active,
div.janrain-form #resetPasswordRequestCode form .capture_btn.active,
div.janrain-form #resetPassword form .capture_btn.active,
div.janrain-form #resetPassword form .capture_btn.active,
div.janrain-form #resetPasswordSuccess form .capture_btn.active,
div.janrain-form #resetPasswordRequestCodeSuccess form .capture_btn.active,
div.janrain-form #changePasswordSuccess form .capture_btn.active,
div.janrain-form #changePassword form .capture_btn.active,
div.janrain-form #capture_editProfile_form_item_email form .capture_btn.active,
div.janrain-form #editProfile form .capture_btn.active,
div.janrain-form #publicProfileModal form .capture_btn.active,
div.janrain-form #verifyEmail form .capture_btn.active,
div.janrain-form #resendVerificationSuccess form .capture_btn.active,
div.janrain-form #verifyEmailSuccess form .capture_btn.active,
div.janrain-form #resetPasswordRequestCode form .capture_btn.active,
div.janrain-form #resetPassword form .capture_btn.active,
div.janrain-form #resetPassword form .capture_btn.active,
div.janrain-form #resetPasswordSuccess form .capture_btn.active,
div.janrain-form #resetPasswordRequestCodeSuccess form .capture_btn.active,
div.janrain-form #changePasswordSuccess form .capture_btn.active,
div.janrain-form #changePassword form .capture_btn.active,
div.janrain-form #capture_editProfile_form_item_email form .capture_btn.active,
div.janrain-form #editProfile form .capture_btn.active,
div.janrain-form #publicProfileModal form .capture_btn.active,
div.janrain-form #verifyEmail form .capture_primary.active,
div.janrain-form #resendVerificationSuccess form .capture_primary.active,
div.janrain-form #verifyEmailSuccess form .capture_primary.active,
div.janrain-form #resetPasswordRequestCode form .capture_primary.active,
div.janrain-form #resetPassword form .capture_primary.active,
div.janrain-form #resetPassword form .capture_primary.active,
div.janrain-form #resetPasswordSuccess form .capture_primary.active,
div.janrain-form #resetPasswordRequestCodeSuccess form .capture_primary.active,
div.janrain-form #changePasswordSuccess form .capture_primary.active,
div.janrain-form #changePassword form .capture_primary.active,
div.janrain-form #capture_editProfile_form_item_email form .capture_primary.active,
div.janrain-form #editProfile form .capture_primary.active,
div.janrain-form #publicProfileModal form .capture_primary.active,
.open > .dropdown-togglediv.janrain-form #verifyEmail form .capture_btn,
.open > .dropdown-togglediv.janrain-form #resendVerificationSuccess form .capture_btn,
.open > .dropdown-togglediv.janrain-form #verifyEmailSuccess form .capture_btn,
.open > .dropdown-togglediv.janrain-form #resetPasswordRequestCode form .capture_btn,
.open > .dropdown-togglediv.janrain-form #resetPassword form .capture_btn,
.open > .dropdown-togglediv.janrain-form #resetPassword form .capture_btn,
.open > .dropdown-togglediv.janrain-form #resetPasswordSuccess form .capture_btn,
.open > .dropdown-togglediv.janrain-form #resetPasswordRequestCodeSuccess form .capture_btn,
.open > .dropdown-togglediv.janrain-form #changePasswordSuccess form .capture_btn,
.open > .dropdown-togglediv.janrain-form #changePassword form .capture_btn,
.open > .dropdown-togglediv.janrain-form #capture_editProfile_form_item_email form .capture_btn,
.open > .dropdown-togglediv.janrain-form #editProfile form .capture_btn,
.open > .dropdown-togglediv.janrain-form #publicProfileModal form .capture_btn,
.open > .dropdown-togglediv.janrain-form #verifyEmail form .capture_btn,
.open > .dropdown-togglediv.janrain-form #resendVerificationSuccess form .capture_btn,
.open > .dropdown-togglediv.janrain-form #verifyEmailSuccess form .capture_btn,
.open > .dropdown-togglediv.janrain-form #resetPasswordRequestCode form .capture_btn,
.open > .dropdown-togglediv.janrain-form #resetPassword form .capture_btn,
.open > .dropdown-togglediv.janrain-form #resetPassword form .capture_btn,
.open > .dropdown-togglediv.janrain-form #resetPasswordSuccess form .capture_btn,
.open > .dropdown-togglediv.janrain-form #resetPasswordRequestCodeSuccess form .capture_btn,
.open > .dropdown-togglediv.janrain-form #changePasswordSuccess form .capture_btn,
.open > .dropdown-togglediv.janrain-form #changePassword form .capture_btn,
.open > .dropdown-togglediv.janrain-form #capture_editProfile_form_item_email form .capture_btn,
.open > .dropdown-togglediv.janrain-form #editProfile form .capture_btn,
.open > .dropdown-togglediv.janrain-form #publicProfileModal form .capture_btn,
.open > .dropdown-togglediv.janrain-form #verifyEmail form .capture_primary,
.open > .dropdown-togglediv.janrain-form #resendVerificationSuccess form .capture_primary,
.open > .dropdown-togglediv.janrain-form #verifyEmailSuccess form .capture_primary,
.open > .dropdown-togglediv.janrain-form #resetPasswordRequestCode form .capture_primary,
.open > .dropdown-togglediv.janrain-form #resetPassword form .capture_primary,
.open > .dropdown-togglediv.janrain-form #resetPassword form .capture_primary,
.open > .dropdown-togglediv.janrain-form #resetPasswordSuccess form .capture_primary,
.open > .dropdown-togglediv.janrain-form #resetPasswordRequestCodeSuccess form .capture_primary,
.open > .dropdown-togglediv.janrain-form #changePasswordSuccess form .capture_primary,
.open > .dropdown-togglediv.janrain-form #changePassword form .capture_primary,
.open > .dropdown-togglediv.janrain-form #capture_editProfile_form_item_email form .capture_primary,
.open > .dropdown-togglediv.janrain-form #editProfile form .capture_primary,
.open > .dropdown-togglediv.janrain-form #publicProfileModal form .capture_primary {
  background-image: none;
}
div.janrain-form #verifyEmail form .capture_btn.disabled:hover,
div.janrain-form #resendVerificationSuccess form .capture_btn.disabled:hover,
div.janrain-form #verifyEmailSuccess form .capture_btn.disabled:hover,
div.janrain-form #resetPasswordRequestCode form .capture_btn.disabled:hover,
div.janrain-form #resetPassword form .capture_btn.disabled:hover,
div.janrain-form #resetPassword form .capture_btn.disabled:hover,
div.janrain-form #resetPasswordSuccess form .capture_btn.disabled:hover,
div.janrain-form #resetPasswordRequestCodeSuccess form .capture_btn.disabled:hover,
div.janrain-form #changePasswordSuccess form .capture_btn.disabled:hover,
div.janrain-form #changePassword form .capture_btn.disabled:hover,
div.janrain-form #capture_editProfile_form_item_email form .capture_btn.disabled:hover,
div.janrain-form #editProfile form .capture_btn.disabled:hover,
div.janrain-form #publicProfileModal form .capture_btn.disabled:hover,
div.janrain-form #verifyEmail form .capture_btn.disabled:hover,
div.janrain-form #resendVerificationSuccess form .capture_btn.disabled:hover,
div.janrain-form #verifyEmailSuccess form .capture_btn.disabled:hover,
div.janrain-form #resetPasswordRequestCode form .capture_btn.disabled:hover,
div.janrain-form #resetPassword form .capture_btn.disabled:hover,
div.janrain-form #resetPassword form .capture_btn.disabled:hover,
div.janrain-form #resetPasswordSuccess form .capture_btn.disabled:hover,
div.janrain-form #resetPasswordRequestCodeSuccess form .capture_btn.disabled:hover,
div.janrain-form #changePasswordSuccess form .capture_btn.disabled:hover,
div.janrain-form #changePassword form .capture_btn.disabled:hover,
div.janrain-form #capture_editProfile_form_item_email form .capture_btn.disabled:hover,
div.janrain-form #editProfile form .capture_btn.disabled:hover,
div.janrain-form #publicProfileModal form .capture_btn.disabled:hover,
div.janrain-form #verifyEmail form .capture_primary.disabled:hover,
div.janrain-form #resendVerificationSuccess form .capture_primary.disabled:hover,
div.janrain-form #verifyEmailSuccess form .capture_primary.disabled:hover,
div.janrain-form #resetPasswordRequestCode form .capture_primary.disabled:hover,
div.janrain-form #resetPassword form .capture_primary.disabled:hover,
div.janrain-form #resetPassword form .capture_primary.disabled:hover,
div.janrain-form #resetPasswordSuccess form .capture_primary.disabled:hover,
div.janrain-form #resetPasswordRequestCodeSuccess form .capture_primary.disabled:hover,
div.janrain-form #changePasswordSuccess form .capture_primary.disabled:hover,
div.janrain-form #changePassword form .capture_primary.disabled:hover,
div.janrain-form #capture_editProfile_form_item_email form .capture_primary.disabled:hover,
div.janrain-form #editProfile form .capture_primary.disabled:hover,
div.janrain-form #publicProfileModal form .capture_primary.disabled:hover,
div.janrain-form #verifyEmail form .capture_btn[disabled]:hover,
div.janrain-form #resendVerificationSuccess form .capture_btn[disabled]:hover,
div.janrain-form #verifyEmailSuccess form .capture_btn[disabled]:hover,
div.janrain-form #resetPasswordRequestCode form .capture_btn[disabled]:hover,
div.janrain-form #resetPassword form .capture_btn[disabled]:hover,
div.janrain-form #resetPassword form .capture_btn[disabled]:hover,
div.janrain-form #resetPasswordSuccess form .capture_btn[disabled]:hover,
div.janrain-form #resetPasswordRequestCodeSuccess form .capture_btn[disabled]:hover,
div.janrain-form #changePasswordSuccess form .capture_btn[disabled]:hover,
div.janrain-form #changePassword form .capture_btn[disabled]:hover,
div.janrain-form #capture_editProfile_form_item_email form .capture_btn[disabled]:hover,
div.janrain-form #editProfile form .capture_btn[disabled]:hover,
div.janrain-form #publicProfileModal form .capture_btn[disabled]:hover,
div.janrain-form #verifyEmail form .capture_btn[disabled]:hover,
div.janrain-form #resendVerificationSuccess form .capture_btn[disabled]:hover,
div.janrain-form #verifyEmailSuccess form .capture_btn[disabled]:hover,
div.janrain-form #resetPasswordRequestCode form .capture_btn[disabled]:hover,
div.janrain-form #resetPassword form .capture_btn[disabled]:hover,
div.janrain-form #resetPassword form .capture_btn[disabled]:hover,
div.janrain-form #resetPasswordSuccess form .capture_btn[disabled]:hover,
div.janrain-form #resetPasswordRequestCodeSuccess form .capture_btn[disabled]:hover,
div.janrain-form #changePasswordSuccess form .capture_btn[disabled]:hover,
div.janrain-form #changePassword form .capture_btn[disabled]:hover,
div.janrain-form #capture_editProfile_form_item_email form .capture_btn[disabled]:hover,
div.janrain-form #editProfile form .capture_btn[disabled]:hover,
div.janrain-form #publicProfileModal form .capture_btn[disabled]:hover,
div.janrain-form #verifyEmail form .capture_primary[disabled]:hover,
div.janrain-form #resendVerificationSuccess form .capture_primary[disabled]:hover,
div.janrain-form #verifyEmailSuccess form .capture_primary[disabled]:hover,
div.janrain-form #resetPasswordRequestCode form .capture_primary[disabled]:hover,
div.janrain-form #resetPassword form .capture_primary[disabled]:hover,
div.janrain-form #resetPassword form .capture_primary[disabled]:hover,
div.janrain-form #resetPasswordSuccess form .capture_primary[disabled]:hover,
div.janrain-form #resetPasswordRequestCodeSuccess form .capture_primary[disabled]:hover,
div.janrain-form #changePasswordSuccess form .capture_primary[disabled]:hover,
div.janrain-form #changePassword form .capture_primary[disabled]:hover,
div.janrain-form #capture_editProfile_form_item_email form .capture_primary[disabled]:hover,
div.janrain-form #editProfile form .capture_primary[disabled]:hover,
div.janrain-form #publicProfileModal form .capture_primary[disabled]:hover,
fieldset[disabled] div.janrain-form #verifyEmail form .capture_btn:hover,
fieldset[disabled] div.janrain-form #resendVerificationSuccess form .capture_btn:hover,
fieldset[disabled] div.janrain-form #verifyEmailSuccess form .capture_btn:hover,
fieldset[disabled] div.janrain-form #resetPasswordRequestCode form .capture_btn:hover,
fieldset[disabled] div.janrain-form #resetPassword form .capture_btn:hover,
fieldset[disabled] div.janrain-form #resetPassword form .capture_btn:hover,
fieldset[disabled] div.janrain-form #resetPasswordSuccess form .capture_btn:hover,
fieldset[disabled] div.janrain-form #resetPasswordRequestCodeSuccess form .capture_btn:hover,
fieldset[disabled] div.janrain-form #changePasswordSuccess form .capture_btn:hover,
fieldset[disabled] div.janrain-form #changePassword form .capture_btn:hover,
fieldset[disabled] div.janrain-form #capture_editProfile_form_item_email form .capture_btn:hover,
fieldset[disabled] div.janrain-form #editProfile form .capture_btn:hover,
fieldset[disabled] div.janrain-form #publicProfileModal form .capture_btn:hover,
fieldset[disabled] div.janrain-form #verifyEmail form .capture_btn:hover,
fieldset[disabled] div.janrain-form #resendVerificationSuccess form .capture_btn:hover,
fieldset[disabled] div.janrain-form #verifyEmailSuccess form .capture_btn:hover,
fieldset[disabled] div.janrain-form #resetPasswordRequestCode form .capture_btn:hover,
fieldset[disabled] div.janrain-form #resetPassword form .capture_btn:hover,
fieldset[disabled] div.janrain-form #resetPassword form .capture_btn:hover,
fieldset[disabled] div.janrain-form #resetPasswordSuccess form .capture_btn:hover,
fieldset[disabled] div.janrain-form #resetPasswordRequestCodeSuccess form .capture_btn:hover,
fieldset[disabled] div.janrain-form #changePasswordSuccess form .capture_btn:hover,
fieldset[disabled] div.janrain-form #changePassword form .capture_btn:hover,
fieldset[disabled] div.janrain-form #capture_editProfile_form_item_email form .capture_btn:hover,
fieldset[disabled] div.janrain-form #editProfile form .capture_btn:hover,
fieldset[disabled] div.janrain-form #publicProfileModal form .capture_btn:hover,
fieldset[disabled] div.janrain-form #verifyEmail form .capture_primary:hover,
fieldset[disabled] div.janrain-form #resendVerificationSuccess form .capture_primary:hover,
fieldset[disabled] div.janrain-form #verifyEmailSuccess form .capture_primary:hover,
fieldset[disabled] div.janrain-form #resetPasswordRequestCode form .capture_primary:hover,
fieldset[disabled] div.janrain-form #resetPassword form .capture_primary:hover,
fieldset[disabled] div.janrain-form #resetPassword form .capture_primary:hover,
fieldset[disabled] div.janrain-form #resetPasswordSuccess form .capture_primary:hover,
fieldset[disabled] div.janrain-form #resetPasswordRequestCodeSuccess form .capture_primary:hover,
fieldset[disabled] div.janrain-form #changePasswordSuccess form .capture_primary:hover,
fieldset[disabled] div.janrain-form #changePassword form .capture_primary:hover,
fieldset[disabled] div.janrain-form #capture_editProfile_form_item_email form .capture_primary:hover,
fieldset[disabled] div.janrain-form #editProfile form .capture_primary:hover,
fieldset[disabled] div.janrain-form #publicProfileModal form .capture_primary:hover,
div.janrain-form #verifyEmail form .capture_btn.disabled:focus,
div.janrain-form #resendVerificationSuccess form .capture_btn.disabled:focus,
div.janrain-form #verifyEmailSuccess form .capture_btn.disabled:focus,
div.janrain-form #resetPasswordRequestCode form .capture_btn.disabled:focus,
div.janrain-form #resetPassword form .capture_btn.disabled:focus,
div.janrain-form #resetPassword form .capture_btn.disabled:focus,
div.janrain-form #resetPasswordSuccess form .capture_btn.disabled:focus,
div.janrain-form #resetPasswordRequestCodeSuccess form .capture_btn.disabled:focus,
div.janrain-form #changePasswordSuccess form .capture_btn.disabled:focus,
div.janrain-form #changePassword form .capture_btn.disabled:focus,
div.janrain-form #capture_editProfile_form_item_email form .capture_btn.disabled:focus,
div.janrain-form #editProfile form .capture_btn.disabled:focus,
div.janrain-form #publicProfileModal form .capture_btn.disabled:focus,
div.janrain-form #verifyEmail form .capture_btn.disabled:focus,
div.janrain-form #resendVerificationSuccess form .capture_btn.disabled:focus,
div.janrain-form #verifyEmailSuccess form .capture_btn.disabled:focus,
div.janrain-form #resetPasswordRequestCode form .capture_btn.disabled:focus,
div.janrain-form #resetPassword form .capture_btn.disabled:focus,
div.janrain-form #resetPassword form .capture_btn.disabled:focus,
div.janrain-form #resetPasswordSuccess form .capture_btn.disabled:focus,
div.janrain-form #resetPasswordRequestCodeSuccess form .capture_btn.disabled:focus,
div.janrain-form #changePasswordSuccess form .capture_btn.disabled:focus,
div.janrain-form #changePassword form .capture_btn.disabled:focus,
div.janrain-form #capture_editProfile_form_item_email form .capture_btn.disabled:focus,
div.janrain-form #editProfile form .capture_btn.disabled:focus,
div.janrain-form #publicProfileModal form .capture_btn.disabled:focus,
div.janrain-form #verifyEmail form .capture_primary.disabled:focus,
div.janrain-form #resendVerificationSuccess form .capture_primary.disabled:focus,
div.janrain-form #verifyEmailSuccess form .capture_primary.disabled:focus,
div.janrain-form #resetPasswordRequestCode form .capture_primary.disabled:focus,
div.janrain-form #resetPassword form .capture_primary.disabled:focus,
div.janrain-form #resetPassword form .capture_primary.disabled:focus,
div.janrain-form #resetPasswordSuccess form .capture_primary.disabled:focus,
div.janrain-form #resetPasswordRequestCodeSuccess form .capture_primary.disabled:focus,
div.janrain-form #changePasswordSuccess form .capture_primary.disabled:focus,
div.janrain-form #changePassword form .capture_primary.disabled:focus,
div.janrain-form #capture_editProfile_form_item_email form .capture_primary.disabled:focus,
div.janrain-form #editProfile form .capture_primary.disabled:focus,
div.janrain-form #publicProfileModal form .capture_primary.disabled:focus,
div.janrain-form #verifyEmail form .capture_btn[disabled]:focus,
div.janrain-form #resendVerificationSuccess form .capture_btn[disabled]:focus,
div.janrain-form #verifyEmailSuccess form .capture_btn[disabled]:focus,
div.janrain-form #resetPasswordRequestCode form .capture_btn[disabled]:focus,
div.janrain-form #resetPassword form .capture_btn[disabled]:focus,
div.janrain-form #resetPassword form .capture_btn[disabled]:focus,
div.janrain-form #resetPasswordSuccess form .capture_btn[disabled]:focus,
div.janrain-form #resetPasswordRequestCodeSuccess form .capture_btn[disabled]:focus,
div.janrain-form #changePasswordSuccess form .capture_btn[disabled]:focus,
div.janrain-form #changePassword form .capture_btn[disabled]:focus,
div.janrain-form #capture_editProfile_form_item_email form .capture_btn[disabled]:focus,
div.janrain-form #editProfile form .capture_btn[disabled]:focus,
div.janrain-form #publicProfileModal form .capture_btn[disabled]:focus,
div.janrain-form #verifyEmail form .capture_btn[disabled]:focus,
div.janrain-form #resendVerificationSuccess form .capture_btn[disabled]:focus,
div.janrain-form #verifyEmailSuccess form .capture_btn[disabled]:focus,
div.janrain-form #resetPasswordRequestCode form .capture_btn[disabled]:focus,
div.janrain-form #resetPassword form .capture_btn[disabled]:focus,
div.janrain-form #resetPassword form .capture_btn[disabled]:focus,
div.janrain-form #resetPasswordSuccess form .capture_btn[disabled]:focus,
div.janrain-form #resetPasswordRequestCodeSuccess form .capture_btn[disabled]:focus,
div.janrain-form #changePasswordSuccess form .capture_btn[disabled]:focus,
div.janrain-form #changePassword form .capture_btn[disabled]:focus,
div.janrain-form #capture_editProfile_form_item_email form .capture_btn[disabled]:focus,
div.janrain-form #editProfile form .capture_btn[disabled]:focus,
div.janrain-form #publicProfileModal form .capture_btn[disabled]:focus,
div.janrain-form #verifyEmail form .capture_primary[disabled]:focus,
div.janrain-form #resendVerificationSuccess form .capture_primary[disabled]:focus,
div.janrain-form #verifyEmailSuccess form .capture_primary[disabled]:focus,
div.janrain-form #resetPasswordRequestCode form .capture_primary[disabled]:focus,
div.janrain-form #resetPassword form .capture_primary[disabled]:focus,
div.janrain-form #resetPassword form .capture_primary[disabled]:focus,
div.janrain-form #resetPasswordSuccess form .capture_primary[disabled]:focus,
div.janrain-form #resetPasswordRequestCodeSuccess form .capture_primary[disabled]:focus,
div.janrain-form #changePasswordSuccess form .capture_primary[disabled]:focus,
div.janrain-form #changePassword form .capture_primary[disabled]:focus,
div.janrain-form #capture_editProfile_form_item_email form .capture_primary[disabled]:focus,
div.janrain-form #editProfile form .capture_primary[disabled]:focus,
div.janrain-form #publicProfileModal form .capture_primary[disabled]:focus,
fieldset[disabled] div.janrain-form #verifyEmail form .capture_btn:focus,
fieldset[disabled] div.janrain-form #resendVerificationSuccess form .capture_btn:focus,
fieldset[disabled] div.janrain-form #verifyEmailSuccess form .capture_btn:focus,
fieldset[disabled] div.janrain-form #resetPasswordRequestCode form .capture_btn:focus,
fieldset[disabled] div.janrain-form #resetPassword form .capture_btn:focus,
fieldset[disabled] div.janrain-form #resetPassword form .capture_btn:focus,
fieldset[disabled] div.janrain-form #resetPasswordSuccess form .capture_btn:focus,
fieldset[disabled] div.janrain-form #resetPasswordRequestCodeSuccess form .capture_btn:focus,
fieldset[disabled] div.janrain-form #changePasswordSuccess form .capture_btn:focus,
fieldset[disabled] div.janrain-form #changePassword form .capture_btn:focus,
fieldset[disabled] div.janrain-form #capture_editProfile_form_item_email form .capture_btn:focus,
fieldset[disabled] div.janrain-form #editProfile form .capture_btn:focus,
fieldset[disabled] div.janrain-form #publicProfileModal form .capture_btn:focus,
fieldset[disabled] div.janrain-form #verifyEmail form .capture_btn:focus,
fieldset[disabled] div.janrain-form #resendVerificationSuccess form .capture_btn:focus,
fieldset[disabled] div.janrain-form #verifyEmailSuccess form .capture_btn:focus,
fieldset[disabled] div.janrain-form #resetPasswordRequestCode form .capture_btn:focus,
fieldset[disabled] div.janrain-form #resetPassword form .capture_btn:focus,
fieldset[disabled] div.janrain-form #resetPassword form .capture_btn:focus,
fieldset[disabled] div.janrain-form #resetPasswordSuccess form .capture_btn:focus,
fieldset[disabled] div.janrain-form #resetPasswordRequestCodeSuccess form .capture_btn:focus,
fieldset[disabled] div.janrain-form #changePasswordSuccess form .capture_btn:focus,
fieldset[disabled] div.janrain-form #changePassword form .capture_btn:focus,
fieldset[disabled] div.janrain-form #capture_editProfile_form_item_email form .capture_btn:focus,
fieldset[disabled] div.janrain-form #editProfile form .capture_btn:focus,
fieldset[disabled] div.janrain-form #publicProfileModal form .capture_btn:focus,
fieldset[disabled] div.janrain-form #verifyEmail form .capture_primary:focus,
fieldset[disabled] div.janrain-form #resendVerificationSuccess form .capture_primary:focus,
fieldset[disabled] div.janrain-form #verifyEmailSuccess form .capture_primary:focus,
fieldset[disabled] div.janrain-form #resetPasswordRequestCode form .capture_primary:focus,
fieldset[disabled] div.janrain-form #resetPassword form .capture_primary:focus,
fieldset[disabled] div.janrain-form #resetPassword form .capture_primary:focus,
fieldset[disabled] div.janrain-form #resetPasswordSuccess form .capture_primary:focus,
fieldset[disabled] div.janrain-form #resetPasswordRequestCodeSuccess form .capture_primary:focus,
fieldset[disabled] div.janrain-form #changePasswordSuccess form .capture_primary:focus,
fieldset[disabled] div.janrain-form #changePassword form .capture_primary:focus,
fieldset[disabled] div.janrain-form #capture_editProfile_form_item_email form .capture_primary:focus,
fieldset[disabled] div.janrain-form #editProfile form .capture_primary:focus,
fieldset[disabled] div.janrain-form #publicProfileModal form .capture_primary:focus,
div.janrain-form #verifyEmail form .capture_btn.disabled.focus,
div.janrain-form #resendVerificationSuccess form .capture_btn.disabled.focus,
div.janrain-form #verifyEmailSuccess form .capture_btn.disabled.focus,
div.janrain-form #resetPasswordRequestCode form .capture_btn.disabled.focus,
div.janrain-form #resetPassword form .capture_btn.disabled.focus,
div.janrain-form #resetPassword form .capture_btn.disabled.focus,
div.janrain-form #resetPasswordSuccess form .capture_btn.disabled.focus,
div.janrain-form #resetPasswordRequestCodeSuccess form .capture_btn.disabled.focus,
div.janrain-form #changePasswordSuccess form .capture_btn.disabled.focus,
div.janrain-form #changePassword form .capture_btn.disabled.focus,
div.janrain-form #capture_editProfile_form_item_email form .capture_btn.disabled.focus,
div.janrain-form #editProfile form .capture_btn.disabled.focus,
div.janrain-form #publicProfileModal form .capture_btn.disabled.focus,
div.janrain-form #verifyEmail form .capture_btn.disabled.focus,
div.janrain-form #resendVerificationSuccess form .capture_btn.disabled.focus,
div.janrain-form #verifyEmailSuccess form .capture_btn.disabled.focus,
div.janrain-form #resetPasswordRequestCode form .capture_btn.disabled.focus,
div.janrain-form #resetPassword form .capture_btn.disabled.focus,
div.janrain-form #resetPassword form .capture_btn.disabled.focus,
div.janrain-form #resetPasswordSuccess form .capture_btn.disabled.focus,
div.janrain-form #resetPasswordRequestCodeSuccess form .capture_btn.disabled.focus,
div.janrain-form #changePasswordSuccess form .capture_btn.disabled.focus,
div.janrain-form #changePassword form .capture_btn.disabled.focus,
div.janrain-form #capture_editProfile_form_item_email form .capture_btn.disabled.focus,
div.janrain-form #editProfile form .capture_btn.disabled.focus,
div.janrain-form #publicProfileModal form .capture_btn.disabled.focus,
div.janrain-form #verifyEmail form .capture_primary.disabled.focus,
div.janrain-form #resendVerificationSuccess form .capture_primary.disabled.focus,
div.janrain-form #verifyEmailSuccess form .capture_primary.disabled.focus,
div.janrain-form #resetPasswordRequestCode form .capture_primary.disabled.focus,
div.janrain-form #resetPassword form .capture_primary.disabled.focus,
div.janrain-form #resetPassword form .capture_primary.disabled.focus,
div.janrain-form #resetPasswordSuccess form .capture_primary.disabled.focus,
div.janrain-form #resetPasswordRequestCodeSuccess form .capture_primary.disabled.focus,
div.janrain-form #changePasswordSuccess form .capture_primary.disabled.focus,
div.janrain-form #changePassword form .capture_primary.disabled.focus,
div.janrain-form #capture_editProfile_form_item_email form .capture_primary.disabled.focus,
div.janrain-form #editProfile form .capture_primary.disabled.focus,
div.janrain-form #publicProfileModal form .capture_primary.disabled.focus,
div.janrain-form #verifyEmail form .capture_btn[disabled].focus,
div.janrain-form #resendVerificationSuccess form .capture_btn[disabled].focus,
div.janrain-form #verifyEmailSuccess form .capture_btn[disabled].focus,
div.janrain-form #resetPasswordRequestCode form .capture_btn[disabled].focus,
div.janrain-form #resetPassword form .capture_btn[disabled].focus,
div.janrain-form #resetPassword form .capture_btn[disabled].focus,
div.janrain-form #resetPasswordSuccess form .capture_btn[disabled].focus,
div.janrain-form #resetPasswordRequestCodeSuccess form .capture_btn[disabled].focus,
div.janrain-form #changePasswordSuccess form .capture_btn[disabled].focus,
div.janrain-form #changePassword form .capture_btn[disabled].focus,
div.janrain-form #capture_editProfile_form_item_email form .capture_btn[disabled].focus,
div.janrain-form #editProfile form .capture_btn[disabled].focus,
div.janrain-form #publicProfileModal form .capture_btn[disabled].focus,
div.janrain-form #verifyEmail form .capture_btn[disabled].focus,
div.janrain-form #resendVerificationSuccess form .capture_btn[disabled].focus,
div.janrain-form #verifyEmailSuccess form .capture_btn[disabled].focus,
div.janrain-form #resetPasswordRequestCode form .capture_btn[disabled].focus,
div.janrain-form #resetPassword form .capture_btn[disabled].focus,
div.janrain-form #resetPassword form .capture_btn[disabled].focus,
div.janrain-form #resetPasswordSuccess form .capture_btn[disabled].focus,
div.janrain-form #resetPasswordRequestCodeSuccess form .capture_btn[disabled].focus,
div.janrain-form #changePasswordSuccess form .capture_btn[disabled].focus,
div.janrain-form #changePassword form .capture_btn[disabled].focus,
div.janrain-form #capture_editProfile_form_item_email form .capture_btn[disabled].focus,
div.janrain-form #editProfile form .capture_btn[disabled].focus,
div.janrain-form #publicProfileModal form .capture_btn[disabled].focus,
div.janrain-form #verifyEmail form .capture_primary[disabled].focus,
div.janrain-form #resendVerificationSuccess form .capture_primary[disabled].focus,
div.janrain-form #verifyEmailSuccess form .capture_primary[disabled].focus,
div.janrain-form #resetPasswordRequestCode form .capture_primary[disabled].focus,
div.janrain-form #resetPassword form .capture_primary[disabled].focus,
div.janrain-form #resetPassword form .capture_primary[disabled].focus,
div.janrain-form #resetPasswordSuccess form .capture_primary[disabled].focus,
div.janrain-form #resetPasswordRequestCodeSuccess form .capture_primary[disabled].focus,
div.janrain-form #changePasswordSuccess form .capture_primary[disabled].focus,
div.janrain-form #changePassword form .capture_primary[disabled].focus,
div.janrain-form #capture_editProfile_form_item_email form .capture_primary[disabled].focus,
div.janrain-form #editProfile form .capture_primary[disabled].focus,
div.janrain-form #publicProfileModal form .capture_primary[disabled].focus,
fieldset[disabled] div.janrain-form #verifyEmail form .capture_btn.focus,
fieldset[disabled] div.janrain-form #resendVerificationSuccess form .capture_btn.focus,
fieldset[disabled] div.janrain-form #verifyEmailSuccess form .capture_btn.focus,
fieldset[disabled] div.janrain-form #resetPasswordRequestCode form .capture_btn.focus,
fieldset[disabled] div.janrain-form #resetPassword form .capture_btn.focus,
fieldset[disabled] div.janrain-form #resetPassword form .capture_btn.focus,
fieldset[disabled] div.janrain-form #resetPasswordSuccess form .capture_btn.focus,
fieldset[disabled] div.janrain-form #resetPasswordRequestCodeSuccess form .capture_btn.focus,
fieldset[disabled] div.janrain-form #changePasswordSuccess form .capture_btn.focus,
fieldset[disabled] div.janrain-form #changePassword form .capture_btn.focus,
fieldset[disabled] div.janrain-form #capture_editProfile_form_item_email form .capture_btn.focus,
fieldset[disabled] div.janrain-form #editProfile form .capture_btn.focus,
fieldset[disabled] div.janrain-form #publicProfileModal form .capture_btn.focus,
fieldset[disabled] div.janrain-form #verifyEmail form .capture_btn.focus,
fieldset[disabled] div.janrain-form #resendVerificationSuccess form .capture_btn.focus,
fieldset[disabled] div.janrain-form #verifyEmailSuccess form .capture_btn.focus,
fieldset[disabled] div.janrain-form #resetPasswordRequestCode form .capture_btn.focus,
fieldset[disabled] div.janrain-form #resetPassword form .capture_btn.focus,
fieldset[disabled] div.janrain-form #resetPassword form .capture_btn.focus,
fieldset[disabled] div.janrain-form #resetPasswordSuccess form .capture_btn.focus,
fieldset[disabled] div.janrain-form #resetPasswordRequestCodeSuccess form .capture_btn.focus,
fieldset[disabled] div.janrain-form #changePasswordSuccess form .capture_btn.focus,
fieldset[disabled] div.janrain-form #changePassword form .capture_btn.focus,
fieldset[disabled] div.janrain-form #capture_editProfile_form_item_email form .capture_btn.focus,
fieldset[disabled] div.janrain-form #editProfile form .capture_btn.focus,
fieldset[disabled] div.janrain-form #publicProfileModal form .capture_btn.focus,
fieldset[disabled] div.janrain-form #verifyEmail form .capture_primary.focus,
fieldset[disabled] div.janrain-form #resendVerificationSuccess form .capture_primary.focus,
fieldset[disabled] div.janrain-form #verifyEmailSuccess form .capture_primary.focus,
fieldset[disabled] div.janrain-form #resetPasswordRequestCode form .capture_primary.focus,
fieldset[disabled] div.janrain-form #resetPassword form .capture_primary.focus,
fieldset[disabled] div.janrain-form #resetPassword form .capture_primary.focus,
fieldset[disabled] div.janrain-form #resetPasswordSuccess form .capture_primary.focus,
fieldset[disabled] div.janrain-form #resetPasswordRequestCodeSuccess form .capture_primary.focus,
fieldset[disabled] div.janrain-form #changePasswordSuccess form .capture_primary.focus,
fieldset[disabled] div.janrain-form #changePassword form .capture_primary.focus,
fieldset[disabled] div.janrain-form #capture_editProfile_form_item_email form .capture_primary.focus,
fieldset[disabled] div.janrain-form #editProfile form .capture_primary.focus,
fieldset[disabled] div.janrain-form #publicProfileModal form .capture_primary.focus {
  background-color: #FFD100;
  border-color: #e6bc00;
}
div.janrain-form #verifyEmail form .capture_btn .badge,
div.janrain-form #resendVerificationSuccess form .capture_btn .badge,
div.janrain-form #verifyEmailSuccess form .capture_btn .badge,
div.janrain-form #resetPasswordRequestCode form .capture_btn .badge,
div.janrain-form #resetPassword form .capture_btn .badge,
div.janrain-form #resetPassword form .capture_btn .badge,
div.janrain-form #resetPasswordSuccess form .capture_btn .badge,
div.janrain-form #resetPasswordRequestCodeSuccess form .capture_btn .badge,
div.janrain-form #changePasswordSuccess form .capture_btn .badge,
div.janrain-form #changePassword form .capture_btn .badge,
div.janrain-form #capture_editProfile_form_item_email form .capture_btn .badge,
div.janrain-form #editProfile form .capture_btn .badge,
div.janrain-form #publicProfileModal form .capture_btn .badge,
div.janrain-form #verifyEmail form .capture_btn .badge,
div.janrain-form #resendVerificationSuccess form .capture_btn .badge,
div.janrain-form #verifyEmailSuccess form .capture_btn .badge,
div.janrain-form #resetPasswordRequestCode form .capture_btn .badge,
div.janrain-form #resetPassword form .capture_btn .badge,
div.janrain-form #resetPassword form .capture_btn .badge,
div.janrain-form #resetPasswordSuccess form .capture_btn .badge,
div.janrain-form #resetPasswordRequestCodeSuccess form .capture_btn .badge,
div.janrain-form #changePasswordSuccess form .capture_btn .badge,
div.janrain-form #changePassword form .capture_btn .badge,
div.janrain-form #capture_editProfile_form_item_email form .capture_btn .badge,
div.janrain-form #editProfile form .capture_btn .badge,
div.janrain-form #publicProfileModal form .capture_btn .badge,
div.janrain-form #verifyEmail form .capture_primary .badge,
div.janrain-form #resendVerificationSuccess form .capture_primary .badge,
div.janrain-form #verifyEmailSuccess form .capture_primary .badge,
div.janrain-form #resetPasswordRequestCode form .capture_primary .badge,
div.janrain-form #resetPassword form .capture_primary .badge,
div.janrain-form #resetPassword form .capture_primary .badge,
div.janrain-form #resetPasswordSuccess form .capture_primary .badge,
div.janrain-form #resetPasswordRequestCodeSuccess form .capture_primary .badge,
div.janrain-form #changePasswordSuccess form .capture_primary .badge,
div.janrain-form #changePassword form .capture_primary .badge,
div.janrain-form #capture_editProfile_form_item_email form .capture_primary .badge,
div.janrain-form #editProfile form .capture_primary .badge,
div.janrain-form #publicProfileModal form .capture_primary .badge {
  color: #FFD100;
  background-color: #33424D;
}
div.janrain-form #verifyEmail .janrain-icon-locked,
div.janrain-form #resendVerificationSuccess .janrain-icon-locked,
div.janrain-form #verifyEmailSuccess .janrain-icon-locked,
div.janrain-form #resetPasswordRequestCode .janrain-icon-locked,
div.janrain-form #resetPassword .janrain-icon-locked,
div.janrain-form #resetPassword .janrain-icon-locked,
div.janrain-form #resetPasswordSuccess .janrain-icon-locked,
div.janrain-form #resetPasswordRequestCodeSuccess .janrain-icon-locked,
div.janrain-form #changePasswordSuccess .janrain-icon-locked,
div.janrain-form #changePassword .janrain-icon-locked,
div.janrain-form #capture_editProfile_form_item_email .janrain-icon-locked,
div.janrain-form #editProfile .janrain-icon-locked,
div.janrain-form #publicProfileModal .janrain-icon-locked,
div.janrain-form #verifyEmail .janrain-icon-unlocked,
div.janrain-form #resendVerificationSuccess .janrain-icon-unlocked,
div.janrain-form #verifyEmailSuccess .janrain-icon-unlocked,
div.janrain-form #resetPasswordRequestCode .janrain-icon-unlocked,
div.janrain-form #resetPassword .janrain-icon-unlocked,
div.janrain-form #resetPassword .janrain-icon-unlocked,
div.janrain-form #resetPasswordSuccess .janrain-icon-unlocked,
div.janrain-form #resetPasswordRequestCodeSuccess .janrain-icon-unlocked,
div.janrain-form #changePasswordSuccess .janrain-icon-unlocked,
div.janrain-form #changePassword .janrain-icon-unlocked,
div.janrain-form #capture_editProfile_form_item_email .janrain-icon-unlocked,
div.janrain-form #editProfile .janrain-icon-unlocked,
div.janrain-form #publicProfileModal .janrain-icon-unlocked {
  display: none;
}
div.janrain-form #verifyEmail .capture_text_input,
div.janrain-form #resendVerificationSuccess .capture_text_input,
div.janrain-form #verifyEmailSuccess .capture_text_input,
div.janrain-form #resetPasswordRequestCode .capture_text_input,
div.janrain-form #resetPassword .capture_text_input,
div.janrain-form #resetPassword .capture_text_input,
div.janrain-form #resetPasswordSuccess .capture_text_input,
div.janrain-form #resetPasswordRequestCodeSuccess .capture_text_input,
div.janrain-form #changePasswordSuccess .capture_text_input,
div.janrain-form #changePassword .capture_text_input,
div.janrain-form #capture_editProfile_form_item_email .capture_text_input,
div.janrain-form #editProfile .capture_text_input,
div.janrain-form #publicProfileModal .capture_text_input {
  display: block;
  width: 100%;
  height: 48px;
  padding: 10px 18px;
  font-size: 18px;
  line-height: 1.44444444;
  color: #425563;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 3px;
  -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 .15s, box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  padding-left: 12px;
  padding-right: 12px;
}
div.janrain-form #verifyEmail .capture_text_input:focus,
div.janrain-form #resendVerificationSuccess .capture_text_input:focus,
div.janrain-form #verifyEmailSuccess .capture_text_input:focus,
div.janrain-form #resetPasswordRequestCode .capture_text_input:focus,
div.janrain-form #resetPassword .capture_text_input:focus,
div.janrain-form #resetPassword .capture_text_input:focus,
div.janrain-form #resetPasswordSuccess .capture_text_input:focus,
div.janrain-form #resetPasswordRequestCodeSuccess .capture_text_input:focus,
div.janrain-form #changePasswordSuccess .capture_text_input:focus,
div.janrain-form #changePassword .capture_text_input:focus,
div.janrain-form #capture_editProfile_form_item_email .capture_text_input:focus,
div.janrain-form #editProfile .capture_text_input:focus,
div.janrain-form #publicProfileModal .capture_text_input:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
div.janrain-form #verifyEmail .capture_text_input::-moz-placeholder,
div.janrain-form #resendVerificationSuccess .capture_text_input::-moz-placeholder,
div.janrain-form #verifyEmailSuccess .capture_text_input::-moz-placeholder,
div.janrain-form #resetPasswordRequestCode .capture_text_input::-moz-placeholder,
div.janrain-form #resetPassword .capture_text_input::-moz-placeholder,
div.janrain-form #resetPassword .capture_text_input::-moz-placeholder,
div.janrain-form #resetPasswordSuccess .capture_text_input::-moz-placeholder,
div.janrain-form #resetPasswordRequestCodeSuccess .capture_text_input::-moz-placeholder,
div.janrain-form #changePasswordSuccess .capture_text_input::-moz-placeholder,
div.janrain-form #changePassword .capture_text_input::-moz-placeholder,
div.janrain-form #capture_editProfile_form_item_email .capture_text_input::-moz-placeholder,
div.janrain-form #editProfile .capture_text_input::-moz-placeholder,
div.janrain-form #publicProfileModal .capture_text_input::-moz-placeholder {
  color: #999;
  opacity: 1;
}
div.janrain-form #verifyEmail .capture_text_input:-ms-input-placeholder,
div.janrain-form #resendVerificationSuccess .capture_text_input:-ms-input-placeholder,
div.janrain-form #verifyEmailSuccess .capture_text_input:-ms-input-placeholder,
div.janrain-form #resetPasswordRequestCode .capture_text_input:-ms-input-placeholder,
div.janrain-form #resetPassword .capture_text_input:-ms-input-placeholder,
div.janrain-form #resetPassword .capture_text_input:-ms-input-placeholder,
div.janrain-form #resetPasswordSuccess .capture_text_input:-ms-input-placeholder,
div.janrain-form #resetPasswordRequestCodeSuccess .capture_text_input:-ms-input-placeholder,
div.janrain-form #changePasswordSuccess .capture_text_input:-ms-input-placeholder,
div.janrain-form #changePassword .capture_text_input:-ms-input-placeholder,
div.janrain-form #capture_editProfile_form_item_email .capture_text_input:-ms-input-placeholder,
div.janrain-form #editProfile .capture_text_input:-ms-input-placeholder,
div.janrain-form #publicProfileModal .capture_text_input:-ms-input-placeholder {
  color: #999;
}
div.janrain-form #verifyEmail .capture_text_input::-webkit-input-placeholder,
div.janrain-form #resendVerificationSuccess .capture_text_input::-webkit-input-placeholder,
div.janrain-form #verifyEmailSuccess .capture_text_input::-webkit-input-placeholder,
div.janrain-form #resetPasswordRequestCode .capture_text_input::-webkit-input-placeholder,
div.janrain-form #resetPassword .capture_text_input::-webkit-input-placeholder,
div.janrain-form #resetPassword .capture_text_input::-webkit-input-placeholder,
div.janrain-form #resetPasswordSuccess .capture_text_input::-webkit-input-placeholder,
div.janrain-form #resetPasswordRequestCodeSuccess .capture_text_input::-webkit-input-placeholder,
div.janrain-form #changePasswordSuccess .capture_text_input::-webkit-input-placeholder,
div.janrain-form #changePassword .capture_text_input::-webkit-input-placeholder,
div.janrain-form #capture_editProfile_form_item_email .capture_text_input::-webkit-input-placeholder,
div.janrain-form #editProfile .capture_text_input::-webkit-input-placeholder,
div.janrain-form #publicProfileModal .capture_text_input::-webkit-input-placeholder {
  color: #999;
}
div.janrain-form #verifyEmail .capture_text_input::-ms-expand,
div.janrain-form #resendVerificationSuccess .capture_text_input::-ms-expand,
div.janrain-form #verifyEmailSuccess .capture_text_input::-ms-expand,
div.janrain-form #resetPasswordRequestCode .capture_text_input::-ms-expand,
div.janrain-form #resetPassword .capture_text_input::-ms-expand,
div.janrain-form #resetPassword .capture_text_input::-ms-expand,
div.janrain-form #resetPasswordSuccess .capture_text_input::-ms-expand,
div.janrain-form #resetPasswordRequestCodeSuccess .capture_text_input::-ms-expand,
div.janrain-form #changePasswordSuccess .capture_text_input::-ms-expand,
div.janrain-form #changePassword .capture_text_input::-ms-expand,
div.janrain-form #capture_editProfile_form_item_email .capture_text_input::-ms-expand,
div.janrain-form #editProfile .capture_text_input::-ms-expand,
div.janrain-form #publicProfileModal .capture_text_input::-ms-expand {
  border: 0;
  background-color: transparent;
}
div.janrain-form #verifyEmail .capture_text_input[disabled],
div.janrain-form #resendVerificationSuccess .capture_text_input[disabled],
div.janrain-form #verifyEmailSuccess .capture_text_input[disabled],
div.janrain-form #resetPasswordRequestCode .capture_text_input[disabled],
div.janrain-form #resetPassword .capture_text_input[disabled],
div.janrain-form #resetPassword .capture_text_input[disabled],
div.janrain-form #resetPasswordSuccess .capture_text_input[disabled],
div.janrain-form #resetPasswordRequestCodeSuccess .capture_text_input[disabled],
div.janrain-form #changePasswordSuccess .capture_text_input[disabled],
div.janrain-form #changePassword .capture_text_input[disabled],
div.janrain-form #capture_editProfile_form_item_email .capture_text_input[disabled],
div.janrain-form #editProfile .capture_text_input[disabled],
div.janrain-form #publicProfileModal .capture_text_input[disabled],
div.janrain-form #verifyEmail .capture_text_input[readonly],
div.janrain-form #resendVerificationSuccess .capture_text_input[readonly],
div.janrain-form #verifyEmailSuccess .capture_text_input[readonly],
div.janrain-form #resetPasswordRequestCode .capture_text_input[readonly],
div.janrain-form #resetPassword .capture_text_input[readonly],
div.janrain-form #resetPassword .capture_text_input[readonly],
div.janrain-form #resetPasswordSuccess .capture_text_input[readonly],
div.janrain-form #resetPasswordRequestCodeSuccess .capture_text_input[readonly],
div.janrain-form #changePasswordSuccess .capture_text_input[readonly],
div.janrain-form #changePassword .capture_text_input[readonly],
div.janrain-form #capture_editProfile_form_item_email .capture_text_input[readonly],
div.janrain-form #editProfile .capture_text_input[readonly],
div.janrain-form #publicProfileModal .capture_text_input[readonly],
fieldset[disabled] div.janrain-form #verifyEmail .capture_text_input,
fieldset[disabled] div.janrain-form #resendVerificationSuccess .capture_text_input,
fieldset[disabled] div.janrain-form #verifyEmailSuccess .capture_text_input,
fieldset[disabled] div.janrain-form #resetPasswordRequestCode .capture_text_input,
fieldset[disabled] div.janrain-form #resetPassword .capture_text_input,
fieldset[disabled] div.janrain-form #resetPassword .capture_text_input,
fieldset[disabled] div.janrain-form #resetPasswordSuccess .capture_text_input,
fieldset[disabled] div.janrain-form #resetPasswordRequestCodeSuccess .capture_text_input,
fieldset[disabled] div.janrain-form #changePasswordSuccess .capture_text_input,
fieldset[disabled] div.janrain-form #changePassword .capture_text_input,
fieldset[disabled] div.janrain-form #capture_editProfile_form_item_email .capture_text_input,
fieldset[disabled] div.janrain-form #editProfile .capture_text_input,
fieldset[disabled] div.janrain-form #publicProfileModal .capture_text_input {
  background-color: #E9EEF2;
  opacity: 1;
}
div.janrain-form #verifyEmail .capture_text_input[disabled],
div.janrain-form #resendVerificationSuccess .capture_text_input[disabled],
div.janrain-form #verifyEmailSuccess .capture_text_input[disabled],
div.janrain-form #resetPasswordRequestCode .capture_text_input[disabled],
div.janrain-form #resetPassword .capture_text_input[disabled],
div.janrain-form #resetPassword .capture_text_input[disabled],
div.janrain-form #resetPasswordSuccess .capture_text_input[disabled],
div.janrain-form #resetPasswordRequestCodeSuccess .capture_text_input[disabled],
div.janrain-form #changePasswordSuccess .capture_text_input[disabled],
div.janrain-form #changePassword .capture_text_input[disabled],
div.janrain-form #capture_editProfile_form_item_email .capture_text_input[disabled],
div.janrain-form #editProfile .capture_text_input[disabled],
div.janrain-form #publicProfileModal .capture_text_input[disabled],
fieldset[disabled] div.janrain-form #verifyEmail .capture_text_input,
fieldset[disabled] div.janrain-form #resendVerificationSuccess .capture_text_input,
fieldset[disabled] div.janrain-form #verifyEmailSuccess .capture_text_input,
fieldset[disabled] div.janrain-form #resetPasswordRequestCode .capture_text_input,
fieldset[disabled] div.janrain-form #resetPassword .capture_text_input,
fieldset[disabled] div.janrain-form #resetPassword .capture_text_input,
fieldset[disabled] div.janrain-form #resetPasswordSuccess .capture_text_input,
fieldset[disabled] div.janrain-form #resetPasswordRequestCodeSuccess .capture_text_input,
fieldset[disabled] div.janrain-form #changePasswordSuccess .capture_text_input,
fieldset[disabled] div.janrain-form #changePassword .capture_text_input,
fieldset[disabled] div.janrain-form #capture_editProfile_form_item_email .capture_text_input,
fieldset[disabled] div.janrain-form #editProfile .capture_text_input,
fieldset[disabled] div.janrain-form #publicProfileModal .capture_text_input {
  cursor: not-allowed;
}
textareadiv.janrain-form #verifyEmail .capture_text_input,
textareadiv.janrain-form #resendVerificationSuccess .capture_text_input,
textareadiv.janrain-form #verifyEmailSuccess .capture_text_input,
textareadiv.janrain-form #resetPasswordRequestCode .capture_text_input,
textareadiv.janrain-form #resetPassword .capture_text_input,
textareadiv.janrain-form #resetPassword .capture_text_input,
textareadiv.janrain-form #resetPasswordSuccess .capture_text_input,
textareadiv.janrain-form #resetPasswordRequestCodeSuccess .capture_text_input,
textareadiv.janrain-form #changePasswordSuccess .capture_text_input,
textareadiv.janrain-form #changePassword .capture_text_input,
textareadiv.janrain-form #capture_editProfile_form_item_email .capture_text_input,
textareadiv.janrain-form #editProfile .capture_text_input,
textareadiv.janrain-form #publicProfileModal .capture_text_input {
  height: auto;
}
div.janrain-form #verifyEmail .capture_display_label,
div.janrain-form #resendVerificationSuccess .capture_display_label,
div.janrain-form #verifyEmailSuccess .capture_display_label,
div.janrain-form #resetPasswordRequestCode .capture_display_label,
div.janrain-form #resetPassword .capture_display_label,
div.janrain-form #resetPassword .capture_display_label,
div.janrain-form #resetPasswordSuccess .capture_display_label,
div.janrain-form #resetPasswordRequestCodeSuccess .capture_display_label,
div.janrain-form #changePasswordSuccess .capture_display_label,
div.janrain-form #changePassword .capture_display_label,
div.janrain-form #capture_editProfile_form_item_email .capture_display_label,
div.janrain-form #editProfile .capture_display_label,
div.janrain-form #publicProfileModal .capture_display_label {
  display: none;
}
div.janrain-form #changePasswordSuccess p {
  padding: 15px;
  margin-bottom: 26px;
  border: 1px solid transparent;
  border-radius: 3px;
  font-size: 16px;
  line-height: 20px;
  padding-top: 10px;
  padding-bottom: 12px;
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d;
  max-width: 768px;
  margin: 15px auto 30px auto;
}
div.janrain-form #changePasswordSuccess p .radio,
div.janrain-form #changePasswordSuccess p .checkbox,
div.janrain-form #changePasswordSuccess p .radio-inline,
div.janrain-form #changePasswordSuccess p .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 11px;
}
div.janrain-form #changePasswordSuccess p .radio,
div.janrain-form #changePasswordSuccess p .checkbox {
  min-height: 37px;
}
div.janrain-form #changePasswordSuccess p .form-group {
  margin-left: -15px;
  margin-right: -15px;
}
@media (min-width: 768px) {
  div.janrain-form #changePasswordSuccess p .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 11px;
  }
}
div.janrain-form #changePasswordSuccess p .has-feedback .form-control-feedback {
  right: 15px;
}
@media (min-width: 768px) {
  div.janrain-form #changePasswordSuccess p .form-group-lg .control-label {
    padding-top: 19px;
    font-size: 24px;
  }
}
@media (min-width: 768px) {
  div.janrain-form #changePasswordSuccess p .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 14px;
  }
}
div.janrain-form #changePasswordSuccess p a:not(.btn) {
  text-decoration: underline;
}
div.janrain-form #changePasswordSuccess p .has-success legend.control-label {
  color: #3c763d;
}
div.janrain-form #changePasswordSuccess p .has-warning legend.control-label {
  color: #8a6d3b;
}
div.janrain-form #changePasswordSuccess p .has-error legend.control-label {
  color: #a94442;
}
div.janrain-form #changePasswordSuccess p .control-label.required:after {
  position: absolute;
  width: 10px;
  text-align: left;
  bottom: 0;
  right: 0;
}
div.janrain-form #changePasswordSuccess p .form-group.full-width .control-label {
  text-align: left;
  display: inline;
}
div.janrain-form #changePasswordSuccess p h4 {
  margin-top: 0;
  color: inherit;
}
div.janrain-form #changePasswordSuccess p .alert-link {
  font-weight: bold;
}
div.janrain-form #changePasswordSuccess p > p,
div.janrain-form #changePasswordSuccess p > ul {
  margin-bottom: 0;
}
div.janrain-form #changePasswordSuccess p > p + p {
  margin-top: 5px;
}
div.janrain-form #changePasswordSuccess p a {
  text-decoration: underline;
}
div.janrain-form #changePasswordSuccess p > p {
  margin-bottom: 19px;
}
div.janrain-form #changePasswordSuccess p > p:last-child {
  margin-bottom: 0;
}
div.janrain-form #changePasswordSuccess p *:last-child {
  margin-bottom: 0;
}
.form-layout div.janrain-form #changePasswordSuccess p {
  text-align: center;
}
div.janrain-form #changePasswordSuccess p hr {
  border-top-color: #c9e2b3;
}
div.janrain-form #changePasswordSuccess p .alert-link {
  color: #2b542c;
}
div.janrain-form #capture_resetPasswordRequestCode_resetPasswordForm_errorMessages:before {
  font-family: FontAwesome;
  content: "\f06a";
}
div.janrain-form #capture_resetPasswordRequestCode_resetPasswordForm_errorMessages {
  padding: 15px;
  margin-bottom: 26px;
  border: 1px solid transparent;
  border-radius: 3px;
  font-size: 16px;
  line-height: 20px;
  padding-top: 10px;
  padding-bottom: 12px;
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442;
  background-image: none;
}
div.janrain-form #capture_resetPasswordRequestCode_resetPasswordForm_errorMessages h4 {
  margin-top: 0;
  color: inherit;
}
div.janrain-form #capture_resetPasswordRequestCode_resetPasswordForm_errorMessages .alert-link {
  font-weight: bold;
}
div.janrain-form #capture_resetPasswordRequestCode_resetPasswordForm_errorMessages > p,
div.janrain-form #capture_resetPasswordRequestCode_resetPasswordForm_errorMessages > ul {
  margin-bottom: 0;
}
div.janrain-form #capture_resetPasswordRequestCode_resetPasswordForm_errorMessages > p + p {
  margin-top: 5px;
}
div.janrain-form #capture_resetPasswordRequestCode_resetPasswordForm_errorMessages a {
  text-decoration: underline;
}
div.janrain-form #capture_resetPasswordRequestCode_resetPasswordForm_errorMessages > p {
  margin-bottom: 19px;
}
div.janrain-form #capture_resetPasswordRequestCode_resetPasswordForm_errorMessages > p:last-child {
  margin-bottom: 0;
}
div.janrain-form #capture_resetPasswordRequestCode_resetPasswordForm_errorMessages *:last-child {
  margin-bottom: 0;
}
.form-layout div.janrain-form #capture_resetPasswordRequestCode_resetPasswordForm_errorMessages {
  text-align: center;
}
div.janrain-form #capture_resetPasswordRequestCode_resetPasswordForm_errorMessages hr {
  border-top-color: #e4b9c0;
}
div.janrain-form #capture_resetPasswordRequestCode_resetPasswordForm_errorMessages .alert-link {
  color: #843534;
}
.janrain-capture-ui#captureAccessDeniedBuiltIn,
.janrain-capture-ui#captureRetrievingUserDataBuiltIn {
  z-index: auto !important;
}
.forms-CC .form-3-column .help-block.ccLogos {
  padding-top: 0;
}
@media (max-width: 767px) {
  .forms-CC .help-block.ccLogos {
    margin-top: 0.5em;
  }
  .forms-CC .hint.small {
    line-height: 1;
  }
}
.forms-CC h4.form-block-heading {
  margin-top: 26px;
  margin-bottom: 26px;
}
@media (min-width: 768px) {
  .forms-CC h4.form-block-heading {
    margin-top: 26px;
  }
}
.forms-CC #ccMonthInput {
  padding-left: 0;
}
.forms-CC #ccYearInput {
  padding-right: 0;
}
/*.form-survey {
    li {
        margin: @tile-grid-gutter 0;
    }

    .form-button-group {
     margin-top:1.5em;
        h4 {
        margin-top:1em;
        }
    }
}*/
.backForwardBtns {
  margin-top: 2em;
}
.QnaSolution {
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 768px) {
  .QnaSolution .form-block {
    padding: 39px 36px 26px;
  }
}
.QnaSolution .form-control-container {
  position: relative;
}
.QnaSolution #QnaSolution_combo {
  margin-left: -15px;
  margin-right: -15px;
}
.QnaSolution h2 {
  margin-top: .25em;
  color: #FFD100;
}
.QnaSolution .brand-bg h2 {
  color: #33424D;
}
.QnaSolution .strong-bg h4 {
  color: #fff;
}
.QnaSolution p {
  margin-bottom: 1em;
}
@media (min-width: 992px) {
  .QnaSolution #QnaSolution_comboUltimate {
    float: left;
    width: 49%;
  }
}
@media (min-width: 992px) {
  .QnaSolution #QnaSolution_comboUltimatePlus {
    float: right;
    width: 49%;
  }
}
.QnaSolution .comboHeader p {
  margin-bottom: 0;
}
.QnaSolution .comboHeader h3 {
  color: #FFD100;
  margin-top: .5em;
}
.QnaSolution .comboHeader h3.QnaSolutionPrice {
  color: #FFD100;
  display: inline-block;
}
.QnaSolution .comboHeader QnaSolutionPrice.units {
  display: inline-block;
}
#wizard {
  /* Accessibility */
  /*
            Wizard
        */
  /*
            Tabcontrol
        */
}
#wizard .wizard,
#wizard .tabcontrol {
  display: block;
  width: 100%;
  overflow: hidden;
}
#wizard .wizard a,
#wizard .tabcontrol a {
  outline: 0;
}
#wizard .wizard ul,
#wizard .tabcontrol ul {
  list-style: none !important;
  padding: 0;
  margin: 0;
}
#wizard .wizard ul > li,
#wizard .tabcontrol ul > li {
  display: block;
  padding: 0;
}
#wizard .wizard > .steps .current-info,
#wizard .tabcontrol > .steps .current-info {
  position: absolute;
  left: -999em;
}
#wizard .wizard > .content > .title,
#wizard .tabcontrol > .content > .title {
  position: absolute;
  left: -999em;
}
#wizard .wizard > .steps {
  position: relative;
  display: block;
  width: 100%;
}
#wizard .wizard.vertical > .steps {
  display: inline;
  float: left;
  width: 30%;
}
#wizard .wizard > .steps .number {
  font-size: 1.429em;
}
#wizard .wizard > .steps > ul > li {
  width: 25%;
}
#wizard .wizard > .steps > ul > li,
#wizard .wizard > .actions > ul > li {
  float: left;
}
#wizard .wizard.vertical > .steps > ul > li {
  float: none;
  width: 100%;
}
#wizard .wizard > .steps a,
#wizard .wizard > .steps a:hover,
#wizard .wizard > .steps a:active {
  display: block;
  width: auto;
  margin: 0 0.5em 0.5em;
  padding: 1em 1em;
  text-decoration: none;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
#wizard .wizard > .steps .disabled a,
#wizard .wizard > .steps .disabled a:hover,
#wizard .wizard > .steps .disabled a:active {
  background: #eee;
  color: #aaa;
  cursor: default;
}
#wizard .wizard > .steps .current a,
#wizard .wizard > .steps .current a:hover,
#wizard .wizard > .steps .current a:active {
  background: #2184be;
  color: #fff;
  cursor: default;
}
#wizard .wizard > .steps .done a,
#wizard .wizard > .steps .done a:hover,
#wizard .wizard > .steps .done a:active {
  background: #9dc8e2;
  color: #fff;
}
#wizard .wizard > .steps .error a,
#wizard .wizard > .steps .error a:hover,
#wizard .wizard > .steps .error a:active {
  background: #ff3111;
  color: #fff;
}
#wizard .wizard > .content {
  background: #eee;
  display: block;
  margin: 0.5em;
  min-height: 35em;
  overflow: hidden;
  position: relative;
  width: auto;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
#wizard .wizard.vertical > .content {
  display: inline;
  float: left;
  margin: 0 2.5% 0.5em 2.5%;
  width: 65%;
}
#wizard .wizard > .content > .body {
  float: left;
  position: absolute;
  width: 95%;
  height: 95%;
  padding: 2.5%;
}
#wizard .wizard > .content > .body ul {
  list-style: disc !important;
}
#wizard .wizard > .content > .body ul > li {
  display: list-item;
}
#wizard .wizard > .content > .body > iframe {
  border: 0 none;
  width: 100%;
  height: 100%;
}
#wizard .wizard > .content > .body input {
  display: block;
  border: 1px solid #ccc;
}
#wizard .wizard > .content > .body input[type="checkbox"] {
  display: inline-block;
}
#wizard .wizard > .content > .body input.error {
  background: #fbe3e4;
  border: 1px solid #fbc2c4;
  color: #8a1f11;
}
#wizard .wizard > .content > .body label {
  display: inline-block;
  margin-bottom: 0.5em;
}
#wizard .wizard > .content > .body label.error {
  color: #8a1f11;
  display: inline-block;
  margin-left: 1.5em;
}
#wizard .wizard > .actions {
  position: relative;
  display: block;
  text-align: right;
  width: 100%;
}
#wizard .wizard.vertical > .actions {
  display: inline;
  float: right;
  margin: 0 2.5%;
  width: 95%;
}
#wizard .wizard > .actions > ul {
  display: inline-block;
  text-align: right;
}
#wizard .wizard > .actions > ul > li {
  margin: 0 0.5em;
}
#wizard .wizard.vertical > .actions > ul > li {
  margin: 0 0 0 1em;
}
#wizard .wizard > .actions a,
#wizard .wizard > .actions a:hover,
#wizard .wizard > .actions a:active {
  background: #2184be;
  color: #fff;
  display: block;
  padding: 0.5em 1em;
  text-decoration: none;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
#wizard .wizard > .actions .disabled a,
#wizard .wizard > .actions .disabled a:hover,
#wizard .wizard > .actions .disabled a:active {
  background: #eee;
  color: #aaa;
}
#wizard .tabcontrol > .steps {
  position: relative;
  display: block;
  width: 100%;
}
#wizard .tabcontrol > .steps > ul {
  position: relative;
  margin: 6px 0 0 0;
  top: 1px;
  z-index: 1;
}
#wizard .tabcontrol > .steps > ul > li {
  float: left;
  margin: 5px 2px 0 0;
  padding: 1px;
  -webkit-border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 5px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
#wizard .tabcontrol > .steps > ul > li:hover {
  background: #edecec;
  border: 1px solid #bbb;
  padding: 0;
}
#wizard .tabcontrol > .steps > ul > li.current {
  background: #fff;
  border: 1px solid #bbb;
  border-bottom: 0 none;
  padding: 0 0 1px 0;
  margin-top: 0;
}
#wizard .tabcontrol > .steps > ul > li > a {
  color: #5f5f5f;
  display: inline-block;
  border: 0 none;
  margin: 0;
  padding: 10px 30px;
  text-decoration: none;
}
#wizard .tabcontrol > .steps > ul > li > a:hover {
  text-decoration: none;
}
#wizard .tabcontrol > .steps > ul > li.current > a {
  padding: 15px 30px 10px 30px;
}
#wizard .tabcontrol > .content {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 35em;
  overflow: hidden;
  border-top: 1px solid #bbb;
  padding-top: 20px;
}
#wizard .tabcontrol > .content > .body {
  float: left;
  position: absolute;
  width: 95%;
  height: 95%;
  padding: 2.5%;
}
#wizard .tabcontrol > .content > .body ul {
  list-style: disc !important;
}
#wizard .tabcontrol > .content > .body ul > li {
  display: list-item;
}
#wizard ul[role="tablist"] {
  display: none;
}
#wizard .btn-default {
  min-width: 4em;
}
.tab-block .nav-tabs,
.register-login-module .nav-tabs {
  background: #D3D8DB;
  border: none;
  margin-bottom: -2px;
}
.tab-block .nav-tabs > li a,
.register-login-module .nav-tabs > li a {
  color: #425563;
}
.tab-block .nav-tabs > li a:hover,
.tab-block .nav-tabs > li a:focus,
.register-login-module .nav-tabs > li a:hover,
.register-login-module .nav-tabs > li a:focus {
  color: #182D3C;
  text-decoration: none;
}
.tab-block .nav-tabs > li a.btn,
.register-login-module .nav-tabs > li a.btn {
  text-decoration: none;
}
.tab-block .nav-tabs > li a.btn.btn-link,
.register-login-module .nav-tabs > li a.btn.btn-link {
  text-decoration: none;
}
.tab-block .nav-tabs > li > a,
.register-login-module .nav-tabs > li > a {
  border-radius: 0;
  border-left-width: 0;
  border-right-width: 0;
  border-bottom: 2px solid #D3D8DB;
  border-top: 4px solid transparent;
}
.tab-block .nav-tabs > li > a:hover,
.register-login-module .nav-tabs > li > a:hover {
  border-color: #dce4ea;
  background-color: #dce4ea;
}
.tab-block .nav-tabs > li.active a,
.register-login-module .nav-tabs > li.active a {
  color: #182D3C;
}
.tab-block .nav-tabs > li.active a:hover,
.tab-block .nav-tabs > li.active a:focus,
.register-login-module .nav-tabs > li.active a:hover,
.register-login-module .nav-tabs > li.active a:focus {
  color: #182D3C;
  text-decoration: none;
}
.tab-block .nav-tabs > li.active a.btn,
.register-login-module .nav-tabs > li.active a.btn {
  text-decoration: none;
}
.tab-block .nav-tabs > li.active a.btn.btn-link,
.register-login-module .nav-tabs > li.active a.btn.btn-link {
  text-decoration: none;
}
.tab-block .nav-tabs > li.active a,
.tab-block .nav-tabs > li.active a:hover,
.tab-block .nav-tabs > li.active a:focus,
.register-login-module .nav-tabs > li.active a,
.register-login-module .nav-tabs > li.active a:hover,
.register-login-module .nav-tabs > li.active a:focus {
  background: #E9EEF2;
  border-left-width: 0;
  border-right-width: 0;
  border-bottom: 2px solid #E9EEF2;
  border-top: 4px solid #FFD100;
}
.tab-block .tab-pane,
.register-login-module .tab-pane {
  padding: 20px;
  background: #E9EEF2;
}
.tab-pane > *:last-child,
.tab-pane > div:last-child > *:last-child {
  margin-bottom: 0;
}
.links-list {
  padding-left: 0;
  list-style: none;
  margin-bottom: 19px;
  /*&:last-child {
    margin-bottom: 0;
  }*/
}
.links-list li > a {
  display: inline-block;
  padding: 5px 0;
}
.links-list .active > a {
  font-weight: 500;
}
.icon-list,
.icon-list-check {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}
.icon-list > li,
.icon-list-check > li {
  position: relative;
}
.icon-list-check li:before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-list-check li:before {
  content: "\f00c";
}
.icon-list li .fa,
.icon-list-check li:before {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}
.icon-list li .fa.fa-lg,
.icon-list-check li:before.fa-lg {
  left: -1.60714286em;
  width: 1.60714286em;
}
.promo-banner-details .icon-list li .fa,
.promo-banner-details .icon-list-check li:before,
.dark-bg .icon-list li .fa,
.dark-bg .icon-list-check li:before,
.breakout.strong-bg .icon-list li .fa,
.breakout.strong-bg .icon-list-check li:before,
.breakout-lg.strong-bg .icon-list li .fa,
.breakout-lg.strong-bg .icon-list-check li:before,
.breakout-sm.strong-bg .icon-list li .fa,
.breakout-sm.strong-bg .icon-list-check li:before {
  color: #FFD100;
}
.dark-bg .breakout .icon-list li .fa,
.dark-bg .breakout .icon-list-check li:before,
.breakout.strong-bg .breakout .icon-list li .fa,
.breakout.strong-bg .breakout .icon-list-check li:before,
.dark-bg .breakout-lg .icon-list li .fa,
.dark-bg .breakout-lg .icon-list-check li:before,
.dark-bg .breakout-sm .icon-list li .fa,
.dark-bg .breakout-sm .icon-list-check li:before,
.breakout-lg.strong-bg .breakout .icon-list li .fa,
.breakout-lg.strong-bg .breakout .icon-list-check li:before,
.breakout-sm.strong-bg .breakout .icon-list li .fa,
.breakout-sm.strong-bg .breakout .icon-list-check li:before {
  color: #425563;
}
.button-list {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}
.button-list > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
.button-list .btn {
  margin-bottom: 10px;
}
.panel {
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
  border-top: 1px solid #D3D8DB;
  border-bottom: 1px solid #D3D8DB;
  margin: 0;
}
@media (max-width: 767px) {
  .panel {
    margin-left: -15px;
    margin-right: -15px;
  }
}
.panel + .panel {
  border-top: none;
}
.panel .alert-info {
  background-color: #fff;
  border-color: #dee7eb;
  color: #33424D;
}
.panel .alert-info hr {
  border-top-color: #cedce2;
}
.panel .alert-info .alert-link {
  color: #1f282e;
}
.panel-title {
  font-weight: 400;
}
.panel-heading {
  position: relative;
  display: block;
  font-weight: 400;
  font-size: 20px;
  line-height: 1.4;
  padding: 18px 48px 18px 30px;
  border: none;
}
@media (max-width: 767px) {
  .panel-heading {
    font-size: 18px;
    line-height: 1.44444444;
  }
}
.panel-heading:hover,
.panel-heading:focus {
  text-decoration: none;
  color: #0062b2;
}
.panel-heading,
.panel-heading h2,
.panel-heading h3,
.panel-heading h4 {
  text-align: left;
}
.panel-body {
  padding: 0 30px 26px;
}
.accordion .panel a.panel-heading,
.panel-default.panel a.panel-heading,
.accordion .panel a[data-toggle="collapse"],
.panel-default.panel a[data-toggle="collapse"],
.accordion .panel a.panel-heading h2,
.panel-default.panel a.panel-heading h2,
.accordion .panel a[data-toggle="collapse"] h2,
.panel-default.panel a[data-toggle="collapse"] h2,
.accordion .panel a.panel-heading h3,
.panel-default.panel a.panel-heading h3,
.accordion .panel a[data-toggle="collapse"] h3,
.panel-default.panel a[data-toggle="collapse"] h3,
.accordion .panel a.panel-heading h4,
.panel-default.panel a.panel-heading h4,
.accordion .panel a[data-toggle="collapse"] h4,
.panel-default.panel a[data-toggle="collapse"] h4 {
  color: #182D3C;
}
.accordion .panel a.panel-heading:hover,
.panel-default.panel a.panel-heading:hover,
.accordion .panel a[data-toggle="collapse"]:hover,
.panel-default.panel a[data-toggle="collapse"]:hover,
.accordion .panel a.panel-heading:focus,
.panel-default.panel a.panel-heading:focus,
.accordion .panel a[data-toggle="collapse"]:focus,
.panel-default.panel a[data-toggle="collapse"]:focus,
.accordion .panel a.panel-heading:hover h2,
.panel-default.panel a.panel-heading:hover h2,
.accordion .panel a[data-toggle="collapse"]:hover h2,
.panel-default.panel a[data-toggle="collapse"]:hover h2,
.accordion .panel a.panel-heading:focus h2,
.panel-default.panel a.panel-heading:focus h2,
.accordion .panel a[data-toggle="collapse"]:focus h2,
.panel-default.panel a[data-toggle="collapse"]:focus h2,
.accordion .panel a.panel-heading:hover h3,
.panel-default.panel a.panel-heading:hover h3,
.accordion .panel a[data-toggle="collapse"]:hover h3,
.panel-default.panel a[data-toggle="collapse"]:hover h3,
.accordion .panel a.panel-heading:focus h3,
.panel-default.panel a.panel-heading:focus h3,
.accordion .panel a[data-toggle="collapse"]:focus h3,
.panel-default.panel a[data-toggle="collapse"]:focus h3,
.accordion .panel a.panel-heading:hover h4,
.panel-default.panel a.panel-heading:hover h4,
.accordion .panel a[data-toggle="collapse"]:hover h4,
.panel-default.panel a[data-toggle="collapse"]:hover h4,
.accordion .panel a.panel-heading:focus h4,
.panel-default.panel a.panel-heading:focus h4,
.accordion .panel a[data-toggle="collapse"]:focus h4,
.panel-default.panel a[data-toggle="collapse"]:focus h4 {
  color: #0062b2;
}
a.panel-heading,
.panel a[data-toggle="collapse"],
button.panel-heading {
  display: block;
  padding-right: 2.5em;
  position: relative;
  text-decoration: none;
}
a.panel-heading[data-toggle="collapse"]:after,
.panel a[data-toggle="collapse"][data-toggle="collapse"]:after,
button.panel-heading[data-toggle="collapse"]:after {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f077";
  position: absolute;
  top: 50%;
  right: 1em;
  margin-top: -0.5em;
}
a.panel-heading[data-toggle="collapse"].collapsed:after,
.panel a[data-toggle="collapse"][data-toggle="collapse"].collapsed:after,
button.panel-heading[data-toggle="collapse"].collapsed:after {
  content: "\f078";
}
a.panel-heading .icon-expanded,
.panel a[data-toggle="collapse"] .icon-expanded,
button.panel-heading .icon-expanded {
  display: block;
}
a.panel-heading:hover,
.panel a[data-toggle="collapse"]:hover,
button.panel-heading:hover,
a.panel-heading:focus,
.panel a[data-toggle="collapse"]:focus,
button.panel-heading:focus {
  text-decoration: none;
}
.breakout .accordion .panel .panel-heading[aria-expanded="true"],
.breakout-bg .accordion .panel .panel-heading[aria-expanded="true"],
.breakout .accordion .panel .panel-body,
.breakout-bg .accordion .panel .panel-body,
.breakout-lg .accordion .panel .panel-heading[aria-expanded="true"],
.breakout-lg .accordion .panel .panel-body,
.breakout-sm .accordion .panel .panel-heading[aria-expanded="true"],
.breakout-sm .accordion .panel .panel-body {
  background: transparent;
}
.breakout .accordion .panel-heading:hover,
.breakout-bg .accordion .panel-heading:hover,
.breakout-lg .accordion .panel-heading:hover,
.breakout-sm .accordion .panel-heading:hover {
  background: #f4f7f9;
}
.sitemap {
  list-style-type: none;
  padding-left: 0;
}
.sitemap ul {
  list-style-type: disc;
}
.sitemap ul ul {
  list-style-type: circle;
}
.sitemap ul ul ul {
  list-style-type: square;
}
.sitemap > li {
  padding-bottom: 12px;
}
.sitemap > li li {
  padding-bottom: 4px;
}
.sitemap li a {
  font-weight: 300;
}
.sitemap li a.context-page {
  font-weight: 400;
}
.input-group .twitter-typeahead {
  display: block !important;
}
.input-group .twitter-typeahead .form-control.tt-input,
.input-group .twitter-typeahead .form-control.tt-hint {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.input-group.input-group-lg .form-control.tt-input,
.input-group.input-group-lg .form-control.tt-hint {
  height: 70px;
  padding: 18px 30px;
  font-size: 24px;
  line-height: 1.33333333;
  border-radius: 4px;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
select.input-group.input-group-lg .form-control.tt-input,
select.input-group.input-group-lg .form-control.tt-hint {
  height: 70px;
  line-height: 70px;
}
textarea.input-group.input-group-lg .form-control.tt-input,
textarea.input-group.input-group-lg .form-control.tt-hint,
select[multiple].input-group.input-group-lg .form-control.tt-input,
select[multiple].input-group.input-group-lg .form-control.tt-hint {
  height: auto;
}
.input-group.input-group-lg .tt-menu {
  border-radius: 4px;
  padding: 4px 0;
}
.form-group .twitter-typeahead {
  display: block !important;
}
.typeahead,
.tt-query,
.tt-hint {
  width: 100%;
}
.tt-query {
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.tt-hint {
  color: #bdc4c9;
}
.tt-menu {
  width: 100%;
  margin: 2px 0;
  text-align: left;
  padding: 3px 0;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 3px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}
.tt-menu .tt-suggestion {
  padding: 4px 12px;
  color: #33424D;
}
.tt-menu .tt-suggestion:hover {
  cursor: pointer;
  color: #33424D;
  background-color: #FFD100;
}
.tt-menu .tt-suggestion.tt-cursor {
  color: #33424D;
  background-color: #FFD100;
}
.tt-menu .tt-suggestion p {
  margin: 0;
}
.provider-logo-container {
  position: relative;
  z-index: 15;
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .provider-logo-container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .provider-logo-container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .provider-logo-container {
    width: 1170px;
  }
}
.provider-logo-container .provider-logo-inner {
  background: #fff;
  padding: 5px;
  float: right;
  max-width: 33.33333333333%;
  margin-left: 15px;
}
@media (min-width: 768px) {
  .provider-logo-container .provider-logo-inner {
    padding: 20px;
  }
}
.provider-logo-container .provider-logo-inner > img {
  width: 100%;
  max-width: 100%;
  height: auto;
}
.provider-logo-container .provider-logo {
  width: 100%;
  max-width: 100%;
  height: auto;
}
.provider-logo-inner {
  transform: translateY(-26px);
  margin-bottom: -26px;
}
@media (min-width: 768px) {
  .provider-logo-inner {
    transform: translateY(-52px);
    margin-bottom: -52px;
  }
}
.deal-page-lead .container {
  padding-top: 26px;
  padding-bottom: 26px;
}
.deal-page-lead .deal-page-type-icon {
  margin-right: 0.2em;
}
@media (min-width: 768px) {
  .deal-page-lead .deal-page-type-icon {
    display: block;
    line-height: 1;
    font-size: 40px;
    float: left;
    margin-right: 15px;
  }
}
.deal-page-lead .deal-page-type-icon .fa-credit-card {
  font-size: 84%;
  transform: rotate(316deg);
}
.deal-page-lead .deal-type-description {
  font-weight: 600;
  color: #425563;
  margin-bottom: 5px;
  overflow: hidden;
}
@media (min-width: 768px) {
  .deal-page-lead .deal-type-description {
    font-size: 24px;
  }
}
.deal-page-lead .deal-redemption-short {
  margin-bottom: 0;
  overflow: hidden;
}
@media (max-width: 767px) {
  .deal-page-lead .deal-redemption-short {
    font-size: 16px;
    line-height: 1.25;
  }
}
.deal-details {
  text-align: center;
}
.terms-and-conditions .panel-body {
  font-size: 14px;
  line-height: 1.42857143;
}
@media (min-width: 768px) {
  .info-article .page-header-inner {
    min-height: 500px;
  }
}
.info-article .page-header-inner .banner-text {
  margin-right: 0;
}
.info-article .page-header .banner-text,
.media-release .page-header .banner-text {
  text-align: left;
}
@media (min-width: 992px) {
  .info-article .body-copy .page-container,
  .info-learn .body-copy .page-container,
  .media-release .body-copy .page-container {
    max-width: 660px;
  }
}
@media (min-width: 910px) {
  .info-article .figure-wide,
  .info-learn .figure-wide,
  .media-release .figure-wide {
    margin-left: -140px;
    margin-right: -140px;
  }
  .info-article .figure-left,
  .info-learn .figure-left,
  .media-release .figure-left {
    max-width: 60%;
    margin-left: -140px;
  }
  .info-article .figure-right,
  .info-learn .figure-right,
  .media-release .figure-right {
    max-width: 60%;
    margin-right: -140px;
  }
}
.info-article .post-content,
.info-learn .post-content,
.media-release .post-content {
  margin-bottom: 52px;
}
.info-article .post-content > :first-child,
.info-learn .post-content > :first-child,
.media-release .post-content > :first-child {
  margin-top: 0;
}
/*.info-learn {
  .body-copy {
    h2, .h2 {
      text-align: left;
    }
  }
}*/
.social-sharing,
.tag-list {
  margin: 26px 0;
}
@media (min-width: 768px) {
  .social-sharing,
  .tag-list {
    margin: 52px 0;
  }
}
.social-sharing .a2a_kit {
  margin-left: -2px;
}
.social-sharing .a2a_default_style .a2a_count,
.social-sharing .a2a_default_style .a2a_svg,
.social-sharing .a2a_floating_style .a2a_svg,
.social-sharing .a2a_vertical_style .a2a_count,
.social-sharing .a2a_menu .a2a_svg {
  border-radius: 2px;
}
.page-section.article-pager-section {
  overflow: visible;
}
.page-section.article-pager-section .page-container {
  padding-top: 0;
}
.article-pager {
  border-top: 1px solid #D3D8DB;
  padding-top: 26px;
}
.article-pager .btn {
  color: #425563;
  background-color: #fff;
  border-color: #A5B6C2;
}
.article-pager .btn:focus,
.article-pager .btn.focus {
  color: #425563;
  background-color: #e6e6e6;
  border-color: #5e788a;
}
.article-pager .btn:hover {
  color: #425563;
  background-color: #e6e6e6;
  border-color: #8198a9;
}
.article-pager .btn:active,
.article-pager .btn.active,
.open > .dropdown-toggle.article-pager .btn {
  color: #425563;
  background-color: #e6e6e6;
  border-color: #8198a9;
}
.article-pager .btn:active:hover,
.article-pager .btn.active:hover,
.open > .dropdown-toggle.article-pager .btn:hover,
.article-pager .btn:active:focus,
.article-pager .btn.active:focus,
.open > .dropdown-toggle.article-pager .btn:focus,
.article-pager .btn:active.focus,
.article-pager .btn.active.focus,
.open > .dropdown-toggle.article-pager .btn.focus {
  color: #425563;
  background-color: #d4d4d4;
  border-color: #5e788a;
}
.article-pager .btn:active,
.article-pager .btn.active,
.open > .dropdown-toggle.article-pager .btn {
  background-image: none;
}
.article-pager .btn.disabled:hover,
.article-pager .btn[disabled]:hover,
fieldset[disabled] .article-pager .btn:hover,
.article-pager .btn.disabled:focus,
.article-pager .btn[disabled]:focus,
fieldset[disabled] .article-pager .btn:focus,
.article-pager .btn.disabled.focus,
.article-pager .btn[disabled].focus,
fieldset[disabled] .article-pager .btn.focus {
  background-color: #fff;
  border-color: #A5B6C2;
}
.article-pager .btn .badge {
  color: #fff;
  background-color: #425563;
}
@media (min-width: 768px) {
  .article-pager {
    text-align: center;
    padding-top: 52px;
  }
}
.article-pager-arrow {
  display: block;
  background: #FFD100;
  color: #33424D;
  padding: 10px;
  text-align: center;
}
.article-pager-arrow:before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 20px;
}
.article-pager-next,
.article-pager-previous {
  margin-bottom: 10px;
  display: block;
}
.article-pager-next:hover,
.article-pager-previous:hover,
.article-pager-next:focus,
.article-pager-previous:focus {
  text-decoration: none;
}
.article-pager-next:hover .article-pager-arrow,
.article-pager-previous:hover .article-pager-arrow,
.article-pager-next:focus .article-pager-arrow,
.article-pager-previous:focus .article-pager-arrow {
  background: #33424D;
  color: #FFD100;
}
.article-pager-next,
.article-pager-previous {
  text-align: left;
}
.article-pager-next .article-pager-arrow,
.article-pager-previous .article-pager-arrow {
  float: left;
  margin-right: 10px;
}
.article-pager-next .article-pager-arrow:before,
.article-pager-previous .article-pager-arrow:before {
  content: "\f053";
}
.article-pager-direction {
  font-size: 14px;
  line-height: 1.42857143;
  display: block;
  color: #6b7882;
  font-weight: 300;
}
a:hover .article-pager-direction,
a:focus .article-pager-direction {
  color: #33424D;
}
.article-pager-article-title {
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
  color: #425563;
  font-weight: 500;
}
a:hover .article-pager-article-title,
a:focus .article-pager-article-title {
  color: #33424D;
  text-decoration: underline;
}
@media (max-width: 767px) {
  .article-pager-series-menu {
    padding-top: 10px;
  }
  .article-pager-series-menu .dropdown-toggle,
  .article-pager-series-menu .dropdown-menu {
    width: 100%;
  }
  .article-pager-series-menu .dropdown-toggle {
    text-align: left;
  }
  .article-pager-series-menu .dropdown-toggle .caret {
    position: absolute;
    top: 50%;
    right: 18px;
    margin-top: 2px;
  }
}
@media (min-width: 768px) {
  .article-pager-next {
    text-align: right;
  }
  .article-pager-next .article-pager-arrow {
    float: right;
    margin-right: 0;
    margin-left: 10px;
  }
  .article-pager-next .article-pager-arrow:before {
    content: "\f054";
  }
  .article-pager-next,
  .article-pager-previous {
    display: block;
    width: 33.33%;
  }
  .article-pager-next {
    float: right;
  }
  .article-pager-previous {
    float: left;
  }
  .article-pager-series-menu {
    display: inline-block;
  }
}
.social-sharing-intro,
.tag-list-intro {
  font-weight: 600;
  font-size: 14px;
  line-height: 1.42857143;
  color: #425563;
  margin-bottom: 5px;
}
mark {
  color: inherit;
  font-weight: 500;
  font-style: normal;
  padding: 0;
  background: none;
}
.search-pagination {
  text-align: center;
  padding: 1.5em 0 0 0;
}
@media (min-width: 768px) {
  .search-pagination {
    border-top: 1px solid #D3D8DB;
  }
}
.search-pagination .pagination {
  margin: 0;
}
.search-results,
.media-releases-list .media-releases {
  margin-left: -15px;
  margin-right: -15px;
}
.search-results article,
.media-releases-list .media-releases article {
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 18px;
  margin-bottom: 18px;
}
@media (max-width: 767px) {
  .search-results article,
  .media-releases-list .media-releases article {
    border-bottom: 1px solid #D3D8DB;
  }
}
.search-results article .breadcrumb,
.media-releases-list .media-releases article .breadcrumb {
  display: inline-block;
}
.search-results article .breadcrumb > li:last-child:after,
.media-releases-list .media-releases article .breadcrumb > li:last-child:after {
  content: "/\00a0";
  padding: 0 0 0 5px;
  color: #6b7882;
}
.search-results .result-details,
.media-releases-list .media-releases .result-details {
  font-size: 0.75em;
  margin-bottom: 0.5em;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.search-results .result-details .tag,
.media-releases-list .media-releases .result-details .tag {
  margin-right: 0.5em;
}
.search-results .result-details .tag:after,
.media-releases-list .media-releases .result-details .tag:after {
  content: ",";
}
.search-results .result-details .tag:last-of-type:after,
.media-releases-list .media-releases .result-details .tag:last-of-type:after {
  content: "";
}
.search-results .result-type,
.media-releases-list .media-releases .result-type {
  display: inline-block;
  color: #425563;
  font-weight: 400;
  margin-right: 0.5em;
}
@media (min-width: 768px) {
  .search-results .result-type,
  .media-releases-list .media-releases .result-type {
    margin-right: 1em;
  }
}
.search-results .result-type:after,
.media-releases-list .media-releases .result-type:after {
  display: inline-block;
  content: "\007c";
  font-weight: normal;
  color: #D3D8DB;
  padding-left: 0.5em;
}
@media (min-width: 768px) {
  .search-results .result-type:after,
  .media-releases-list .media-releases .result-type:after {
    padding-left: 1em;
  }
}
.search-results .result-type .result-type-icon,
.media-releases-list .media-releases .result-type .result-type-icon {
  width: 1.2em;
}
@media (max-width: 767px) {
  .search-results .result-type-text,
  .media-releases-list .media-releases .result-type-text {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
  }
}
.search-results .result-link:hover,
.search-results .result-link:focus,
.media-releases-list .media-releases .result-link:hover,
.media-releases-list .media-releases .result-link:focus {
  outline: none;
}
.search-results .result-link:hover,
.search-results .result-link:focus,
.search-results .result-link:hover h2,
.search-results .result-link:focus h2,
.media-releases-list .media-releases .result-link:hover,
.media-releases-list .media-releases .result-link:focus,
.media-releases-list .media-releases .result-link:hover h2,
.media-releases-list .media-releases .result-link:focus h2 {
  color: #0062b2;
}
.search-results .result-link h2,
.media-releases-list .media-releases .result-link h2 {
  font-size: 20px;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.25em;
}
.search-results .result-teaser,
.media-releases-list .media-releases .result-teaser {
  overflow: hidden;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 1.42857143;
}
@media (min-width: 480px) {
  .search-results .result-teaser,
  .media-releases-list .media-releases .result-teaser {
    font-size: 16px;
    line-height: 1.25;
  }
  .search-results .result-link,
  .media-releases-list .media-releases .result-link {
    font-size: 24px;
    line-height: 1.33333333;
  }
}
.search-filters {
  text-align: center;
  margin-bottom: 26px;
}
@media (min-width: 768px) {
  .search-filters {
    margin-bottom: 52px;
  }
}
.search-filters .btn {
  color: #425563;
  background-color: #fff;
  border-color: #A5B6C2;
  font-size: 16px;
  line-height: 1.25;
}
.search-filters .btn:focus,
.search-filters .btn.focus {
  color: #425563;
  background-color: #e6e6e6;
  border-color: #5e788a;
}
.search-filters .btn:hover {
  color: #425563;
  background-color: #e6e6e6;
  border-color: #8198a9;
}
.search-filters .btn:active,
.search-filters .btn.active,
.open > .dropdown-toggle.search-filters .btn {
  color: #425563;
  background-color: #e6e6e6;
  border-color: #8198a9;
}
.search-filters .btn:active:hover,
.search-filters .btn.active:hover,
.open > .dropdown-toggle.search-filters .btn:hover,
.search-filters .btn:active:focus,
.search-filters .btn.active:focus,
.open > .dropdown-toggle.search-filters .btn:focus,
.search-filters .btn:active.focus,
.search-filters .btn.active.focus,
.open > .dropdown-toggle.search-filters .btn.focus {
  color: #425563;
  background-color: #d4d4d4;
  border-color: #5e788a;
}
.search-filters .btn:active,
.search-filters .btn.active,
.open > .dropdown-toggle.search-filters .btn {
  background-image: none;
}
.search-filters .btn.disabled:hover,
.search-filters .btn[disabled]:hover,
fieldset[disabled] .search-filters .btn:hover,
.search-filters .btn.disabled:focus,
.search-filters .btn[disabled]:focus,
fieldset[disabled] .search-filters .btn:focus,
.search-filters .btn.disabled.focus,
.search-filters .btn[disabled].focus,
fieldset[disabled] .search-filters .btn.focus {
  background-color: #fff;
  border-color: #A5B6C2;
}
.search-filters .btn .badge {
  color: #fff;
  background-color: #425563;
}
.search-filters .btn:active,
.search-filters .btn.active {
  background-image: none;
  box-shadow: none;
  color: #fff;
  background-color: #182D3C;
  border-color: #182D3C;
}
.search-filters .btn:active:hover,
.search-filters .btn.active:hover,
.search-filters .btn:active:focus,
.search-filters .btn.active:focus,
.search-filters .btn:active.focus,
.search-filters .btn.active.focus {
  color: #fff;
  background-color: #33424D;
  border-color: #33424D;
}
.search-filters .btn:active .fa,
.search-filters .btn.active .fa,
.search-filters .btn:active i,
.search-filters .btn.active i {
  color: #FFD100;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .search-filters .btn {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.search-filters .btn .count {
  font-weight: 300;
  font-size: 86%;
}
.search-filters .btn-group > .btn input[type="radio"],
.search-filters .btn-group > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
.search-filters .btn-group label.btn {
  font-weight: normal;
}
@media (min-width: 768px) and (max-width: 991px) {
  .search-filters .btn {
    font-size: 14px;
    line-height: 1.14285714;
  }
  .search-filters .btn .fa {
    display: block;
    padding: 0 0 3px 0;
  }
}
.search-filters .search-filters-mobile,
.search-filters .search-filters-mobile .btn,
.search-filters .search-filters-mobile .dropdown-menu {
  font-size: 14px;
  line-height: 1.42857143;
}
.search-filters .search-filters-mobile .count {
  font-size: 12px;
  color: #6b7882;
  margin-left: 0.5em;
}
.multiselect-parent.btn-group.dropdown-multiselect {
  width: 100%;
}
.multiselect-parent .dropdown-toggle {
  text-align: left;
  overflow: hidden;
  width: 100%;
  white-space: inherit;
}
.multiselect-parent .dropdown-toggle span.caret {
  position: absolute;
  top: 50%;
  right: 12px;
  margin-top: -2px;
  vertical-align: middle;
}
.multiselect-parent ul.dropdown-menu.dropdown-menu-form {
  min-width: 100%;
  overflow: auto !important;
}
.site-section-search input {
  font-weight: normal;
}
.site-section-search label {
  font-weight: 400;
  font-family: "Stag Web", "Stag Sans Web", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
@media (min-width: 768px) {
  .site-section-search label {
    font-size: 24px;
    line-height: 1.33333333;
    font-weight: 300;
    margin-bottom: 10px;
  }
}
@media (min-width: 992px) {
  .site-section-search label {
    font-size: 28px;
    line-height: 34px;
    margin-bottom: 18px;
  }
}
.faq-answer-full .faq-question {
  margin-top: 0;
  text-align: left;
}
.faq-answer-full .faq-question,
.faq-answer-full .faq-answer-details {
  position: relative;
}
.faq-answer-full .faq-question:before,
.faq-answer-full .faq-answer-details:before {
  font-size: 28px;
  line-height: 32px;
  font-weight: 700;
  position: absolute;
  top: 0;
  left: -34px;
  width: 34px;
  text-align: right;
  padding-right: 10px;
}
@media (min-width: 818px) {
  .faq-answer-full .faq-question:before,
  .faq-answer-full .faq-answer-details:before {
    font-size: 40px;
    line-height: 1;
    left: -50px;
    width: 50px;
  }
}
@media (min-width: 992px) {
  .faq-answer-full .faq-question:before,
  .faq-answer-full .faq-answer-details:before {
    padding-right: 20px;
  }
}
@media (min-width: 480px) {
  .faq-answer-full .faq-question:before {
    content: "Q";
    color: #FFD100;
    text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.3);
  }
  .faq-answer-full .faq-answer-details:before {
    content: "A";
    color: #6b7882;
    text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.15);
  }
}
@media (min-width: 480px) and (max-width: 817px) {
  .faq-answer-full {
    padding-left: 34px;
  }
}
.faq-answer-full > :last-child {
  margin-bottom: 0;
}
.faq-feedback {
  margin-top: 26px;
}
.faq-answer-full .faq-feedback {
  margin-top: 26px;
}
@media (min-width: 768px) {
  .faq-answer-full .faq-feedback {
    margin-top: 52px;
  }
}
.faq-feedback label {
  display: block;
  font-weight: 600;
  font-size: 14px;
  line-height: 26px;
  color: #425563;
}
.faq-feedback .btn {
  padding: 5px 10px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 2px;
}
.faq-feedback > .btn,
.faq-feedback > .btn-group {
  margin-right: 10px;
}
.faq-feedback .dropdown-menu a {
  cursor: pointer;
}
@media (min-width: 768px) {
  .faq-feedback label {
    display: inline-block;
    margin-right: 15px;
  }
}
.faq-feedback .faq-response-msg {
  margin-bottom: 0;
}
.site-alert {
  border-width: 0;
  border-radius: 0;
  margin-bottom: 0;
  padding: 15px 0;
}
.site-alert .close {
  opacity: 0.5;
}
.site-alert .close:hover,
.site-alert .close:focus {
  color: inherit;
  opacity: 1;
}
.site-alert .site-alert-header {
  display: table-cell;
  vertical-align: top;
}
.site-alert .site-alert-icon {
  display: table-cell;
  vertical-align: middle;
  font-size: 24px;
  line-height: 1;
  opacity: 0.9;
}
.site-alert .site-alert-title {
  display: table-cell;
  vertical-align: middle;
  font-size: 24px;
  line-height: 1.33333333;
  font-family: "Stag Sans Web", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 500;
  padding-left: 15px;
}
.site-alert .site-alert-details {
  margin-top: 0.5em;
}
.site-alert .site-alert-details p {
  margin-bottom: 0.375em;
}
.site-alert .site-alert-link {
  text-decoration: underline;
}
@media (min-width: 768px) {
  .site-alert .site-alert-icon {
    font-size: 1.75em;
  }
  .site-alert .site-alert-title {
    padding-right: 30px;
    font-size: 1.5em;
  }
  .site-alert .site-alert-header {
    min-width: 300px;
  }
  .site-alert .site-alert-details {
    display: table-cell;
    vertical-align: middle;
    margin-top: 0;
  }
}
@media (max-width: 767px) {
  .site-alert {
    background: #182D3C;
  }
  .site-alert,
  .site-alert .site-alert-title,
  .site-alert .site-alert-link {
    color: #ffffff;
  }
  .site-alert .site-alert-link:hover,
  .site-alert .site-alert-link:focus {
    color: #FFD100;
  }
  .site-alert-details {
    margin-right: -20px;
  }
  .site-alert-details p {
    font-size: 14px;
    line-height: 1.42857143;
    font-weight: normal;
  }
  .site-alert-details p strong {
    font-weight: 500;
  }
}
.info-graphic-module {
  overflow: hidden;
}
.info-graphics {
  margin-left: -30px;
  margin-right: -30px;
}
.info-graphic {
  position: relative;
  min-height: 1px;
  padding-left: 30px;
  padding-right: 30px;
  display: block;
  margin-bottom: 26px;
  /*.tile {
    margin: 0 0 @tile-grid-gutter;
    flex: 1 0 auto;
  }*/
}
@media (min-width: 768px) {
  .info-graphic {
    float: left;
    width: 25%;
  }
}
@media (max-width: 1199px) {
  .info-graphic {
    font-size: 16px;
    line-height: 1.25;
  }
  .info-graphic h3 {
    font-size: 24px;
    line-height: 1.33333333;
  }
}
@media (max-width: 767px) {
  .info-graphic {
    font-size: 14px;
    line-height: 1.42857143;
    font-weight: normal;
  }
  .info-graphic strong {
    font-weight: 500;
  }
}
.info-graphic .info-graphic-image-container {
  display: block;
  float: left;
  margin-right: 14px;
}
.info-graphic .info-graphic-image {
  max-width: 100%;
  width: 60px;
  height: auto;
}
.info-graphic .info-graphic-details {
  overflow: hidden;
}
.info-graphic .info-graphic-details *:last-child {
  margin-bottom: 0;
}
.info-graphic h3 {
  margin-top: 0;
  margin-bottom: 4px;
}
.info-graphic a {
  text-decoration: underline;
}
@media (min-width: 768px) {
  .item-count-2 .info-graphic {
    width: 50%;
  }
}
@media (min-width: 768px) {
  .info-graphics {
    display: flex;
    flex: 0 1 auto;
    flex-direction: row;
    flex-wrap: wrap;
  }
  .mod_flexbox .info-graphics:before,
  .mod_flexbox .info-graphics:after {
    display: inherit;
  }
  .info-graphic {
    display: flex;
    flex-direction: column;
    flex: 1 1 auto;
    text-align: center;
  }
  .item-count-2 .info-graphic {
    width: 50%;
  }
  .item-count-3 .info-graphic,
  .item-count-6 .info-graphic {
    width: 33.333%;
  }
  .info-graphic h3 {
    margin-top: 26px;
    margin-bottom: 13px;
  }
  .info-graphic .info-graphic-details {
    padding-bottom: 5px;
  }
  .info-graphic .info-graphic-image-container {
    height: 160px;
    width: auto;
    float: none;
    margin-right: 0;
  }
  .info-graphic .info-graphic-image {
    max-width: 100%;
    height: 100%;
    width: auto;
  }
}
.dark-bg .info-graphic h3,
.breakout.strong-bg .info-graphic h3,
.breakout-lg.strong-bg .info-graphic h3,
.breakout-sm.strong-bg .info-graphic h3 {
  color: #ffffff;
}
.info-snippet-module {
  overflow: hidden;
}
.info-snippets {
  margin-left: -30px;
  margin-right: -30px;
}
.info-snippet {
  position: relative;
  min-height: 1px;
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 26px;
  margin-bottom: 26px;
  border-top: 1px solid #D3D8DB;
  display: block;
}
@media (min-width: 992px) {
  .info-snippet {
    float: left;
    width: 25%;
  }
}
.info-snippet:first-child {
  border: none;
  padding-top: 0;
}
@media (max-width: 1199px) {
  .info-snippet {
    font-size: 16px;
    line-height: 1.25;
  }
  .info-snippet h3 {
    font-size: 24px;
    line-height: 1.33333333;
  }
}
@media (max-width: 767px) {
  .info-snippet {
    font-size: 14px;
    line-height: 1.42857143;
    font-weight: normal;
  }
  .info-snippet strong {
    font-weight: 500;
  }
}
.info-snippet .info-snippet-icon {
  width: 50px;
  height: auto;
  display: block;
  float: left;
  margin-right: 14px;
}
.info-snippet .info-snippet-details {
  overflow: hidden;
}
.info-snippet h3 {
  text-align: left;
  margin-top: 0;
}
.info-snippet a {
  text-decoration: underline;
}
@media (min-width: 992px) {
  .info-snippets {
    display: flex;
    flex: 0 1 auto;
    flex-direction: row;
    flex-wrap: wrap;
  }
  .mod_flexbox .info-snippets:before,
  .mod_flexbox .info-snippets:after {
    display: inherit;
  }
  .info-snippet {
    padding-top: 0;
    border-top: none;
    border-left: 1px solid #D3D8DB;
    margin-bottom: 0;
    flex: 1 1 auto;
  }
  .item-count-2 .info-snippet {
    width: 50%;
  }
  .item-count-3 .info-snippet,
  .item-count-6 .info-snippet {
    width: 33.333%;
  }
  .info-snippet h3 {
    margin-top: 26px;
  }
  .info-snippet .info-snippet-icon {
    height: 70px;
    width: auto;
    float: none;
  }
}
.dark-bg .info-snippet,
.breakout.strong-bg .info-snippet,
.breakout-lg.strong-bg .info-snippet,
.breakout-sm.strong-bg .info-snippet {
  border-color: #425563;
}
.dark-bg .info-snippet h3,
.breakout.strong-bg .info-snippet h3,
.breakout-lg.strong-bg .info-snippet h3,
.breakout-sm.strong-bg .info-snippet h3 {
  color: #ffffff;
}
.promo-banner {
  position: relative;
}
.promo-banner a {
  color: #FFD100;
}
.promo-banner a:hover,
.promo-banner a:focus {
  color: #ffffff;
  text-decoration: underline;
}
.promo-banner a.btn {
  text-decoration: none;
}
.promo-banner a.btn.btn-link {
  text-decoration: underline;
}
.page-section.alt-bg + .promo-banner {
  background: #E9EEF2;
}
.page-section.dark-bg + .promo-banner,
.page-section.breakout.strong-bg + .promo-banner,
.page-section.breakout-lg.strong-bg + .promo-banner,
.page-section.breakout-sm.strong-bg + .promo-banner {
  background: #182D3C;
}
@media (min-width: 1200px) {
  .promo-banner {
    padding-bottom: 104px;
  }
}
.promo-banner-inner {
  display: table;
  width: 100%;
  background: #425563;
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto;
}
.promo-banner-image {
  background-color: #182D3C;
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-size: cover;
  background-position: center right;
  display: table-cell;
  width: 33.333%;
}
.promo-banner-details {
  display: table-cell;
  width: 66.666%;
  padding: 18px 18px 10px;
}
.promo-banner-details,
.promo-banner-details h2,
.promo-banner-details h3,
.promo-banner-details h4,
.promo-banner-details h5 {
  color: #ffffff;
}
.promo-banner-title {
  text-align: center;
  margin: 0;
}
.promo-banner-title-text {
  display: block;
  background-color: #FFD100;
  color: #182D3C;
  padding: 10px 10px;
}
.promo-banner-link {
  font-size: 14px;
  line-height: 1.42857143;
  text-decoration: underline;
}
@media (min-width: 768px) {
  .promo-banner-image {
    width: 50%;
  }
  .promo-banner-details {
    width: 50%;
    /*padding: (@line-height-h3 + (@padding-large-vertical) + @line-height-computed) 0 (@line-height-computed*2) 0;
    p {
      padding: 0 30% 0 floor((@line-height-computed * 1.5));
    }*/
    padding: 78px 30px 52px 39px;
  }
  .promo-banner-details p {
    font-size: 24px;
    line-height: 1.33333333;
  }
  .promo-banner-title {
    margin-top: -35px;
    margin-bottom: -35px;
  }
  .promo-banner-title-text {
    display: inline-block;
    padding: 18px 30px;
  }
}
.register-login-module {
  position: relative;
  min-height: 340px;
  overflow: visible;
  background-color: #E9EEF2;
  margin-bottom: 0;
}
.register-login-module .nav-tabs > li {
  display: table-cell;
  width: 1%;
}
.register-login-module .nav-tabs > li a {
  margin-bottom: 0;
  font-size: 18px;
  line-height: 28px;
  font-weight: 600;
  padding-bottom: 12px;
}
@media (min-width: 768px) {
  .register-login-module .nav-tabs > li a {
    font-size: 24px;
    line-height: 34px;
  }
}
.register-login-module .tab-pane {
  padding: 18px;
}
.register-login-module .form-button-group {
  margin-top: 26px;
}
@media (min-width: 768px) {
  .banner-form-container .register-login-module {
    transform: translateY(-60px);
    margin-bottom: -60px;
  }
}
@media (min-width: 768px) {
  .login-modal {
    width: 420px;
  }
}
/* ANIMATION STYLINGS
============================================================================= */
#form-views {
  width: auto;
}
/* basic styling for entering and leaving */
/* left and right added to ensure full width */
#form-views.ng-enter,
#form-views.ng-leave {
  position: absolute;
  left: 30px;
  right: 30px;
  /*-moz-transition:0.3s all ease; 
  -webkit-transition:0.3s all ease;*/
  transition: 0.3s all ease;
  background-color: #E9EEF2;
}
/* enter animation */
#form-views.ng-enter {
  /*-webkit-animation:slideInRight 0.3s both ease;
    -moz-animation:slideInRight 0.3s both ease;*/
  animation: slideInRight 0.3s both ease;
}
/* leave animation */
#form-views.ng-leave {
  /*-webkit-animation:slideOutLeft 0.3s both ease;
    -moz-animation:slideOutLeft 0.3s both ease;*/
  animation: slideOutLeft 0.3s both ease;
}
/* ANIMATIONS
============================================================================= */
/* slide out to the left */
@keyframes slideOutLeft {
  to {
    transform: translateX(-200%);
  }
}
@-moz-keyframes slideOutLeft {
  to {
    -moz-transform: translateX(-200%);
  }
}
@-webkit-keyframes slideOutLeft {
  to {
    -webkit-transform: translateX(-200%);
  }
}
/* slide in from the right */
@keyframes slideInRight {
  from {
    transform: translateX(200%);
  }
  to {
    transform: translateX(0);
  }
}
@-moz-keyframes slideInRight {
  from {
    -moz-transform: translateX(200%);
  }
  to {
    -moz-transform: translateX(0);
  }
}
@-webkit-keyframes slideInRight {
  from {
    -webkit-transform: translateX(200%);
  }
  to {
    -webkit-transform: translateX(0);
  }
}
.related-articles-module {
  overflow: hidden;
}
.related-article {
  display: flex;
  flex-direction: column;
  flex: 0 0 auto;
}
.photo-tile,
.article-grid .tile,
.related-articles .tile,
.article-grid .breakout,
.related-articles .breakout,
.article-grid .breakout-lg,
.related-articles .breakout-lg,
.article-grid .breakout-sm,
.related-articles .breakout-sm {
  margin: 0 0 10px;
  flex: 1 0 auto;
  display: flex;
  flex-flow: row nowrap;
  padding: 0;
}
@media (max-width: 767px) {
  .photo-tile,
  .article-grid .tile,
  .related-articles .tile,
  .article-grid .breakout,
  .related-articles .breakout,
  .article-grid .breakout-lg,
  .related-articles .breakout-lg,
  .article-grid .breakout-sm,
  .related-articles .breakout-sm {
    font-size: 12px;
    line-height: 15px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .photo-tile,
  .article-grid .tile,
  .related-articles .tile,
  .article-grid .breakout,
  .related-articles .breakout,
  .article-grid .breakout-lg,
  .related-articles .breakout-lg,
  .article-grid .breakout-sm,
  .related-articles .breakout-sm {
    font-size: 14px;
    line-height: 1.42857143;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .photo-tile,
  .article-grid .tile,
  .related-articles .tile,
  .article-grid .breakout,
  .related-articles .breakout,
  .article-grid .breakout-lg,
  .related-articles .breakout-lg,
  .article-grid .breakout-sm,
  .related-articles .breakout-sm {
    font-size: 16px;
    line-height: 1.25;
  }
}
@media (min-width: 992px) {
  .photo-tile,
  .article-grid .tile,
  .related-articles .tile,
  .article-grid .breakout,
  .related-articles .breakout,
  .article-grid .breakout-lg,
  .related-articles .breakout-lg,
  .article-grid .breakout-sm,
  .related-articles .breakout-sm {
    font-weight: 300;
  }
}
.photo-tile a,
.article-grid .tile a,
.related-articles .tile a,
.photo-tile,
.article-grid .tile,
.related-articles .tile,
.photo-tile:hover,
.article-grid .tile:hover,
.related-articles .tile:hover,
.photo-tile:focus,
.article-grid .tile:focus,
.related-articles .tile:focus,
.article-grid .breakout a,
.related-articles .breakout a,
.article-grid .breakout,
.related-articles .breakout,
.article-grid .breakout:hover,
.related-articles .breakout:hover,
.article-grid .breakout:focus,
.related-articles .breakout:focus,
.article-grid .breakout-lg a,
.related-articles .breakout-lg a,
.article-grid .breakout-lg,
.related-articles .breakout-lg,
.article-grid .breakout-lg:hover,
.related-articles .breakout-lg:hover,
.article-grid .breakout-lg:focus,
.related-articles .breakout-lg:focus,
.article-grid .breakout-sm a,
.related-articles .breakout-sm a,
.article-grid .breakout-sm,
.related-articles .breakout-sm,
.article-grid .breakout-sm:hover,
.related-articles .breakout-sm:hover,
.article-grid .breakout-sm:focus,
.related-articles .breakout-sm:focus {
  color: #33424D;
  text-decoration: none;
}
.alt-bg .photo-tile:hover .photo-tile-title,
.alt-bg .article-grid .tile:hover .photo-tile-title,
.alt-bg .related-articles .tile:hover .photo-tile-title,
.dark-bg .photo-tile:hover .photo-tile-title,
.dark-bg .article-grid .tile:hover .photo-tile-title,
.dark-bg .related-articles .tile:hover .photo-tile-title,
.alt-bg .photo-tile:focus .photo-tile-title,
.alt-bg .article-grid .tile:focus .photo-tile-title,
.alt-bg .related-articles .tile:focus .photo-tile-title,
.dark-bg .photo-tile:focus .photo-tile-title,
.dark-bg .article-grid .tile:focus .photo-tile-title,
.dark-bg .related-articles .tile:focus .photo-tile-title,
.alt-bg .photo-tile:hover .tile-title,
.alt-bg .article-grid .tile:hover .tile-title,
.alt-bg .related-articles .tile:hover .tile-title,
.dark-bg .photo-tile:hover .tile-title,
.dark-bg .article-grid .tile:hover .tile-title,
.dark-bg .related-articles .tile:hover .tile-title,
.alt-bg .photo-tile:focus .tile-title,
.alt-bg .article-grid .tile:focus .tile-title,
.alt-bg .related-articles .tile:focus .tile-title,
.dark-bg .photo-tile:focus .tile-title,
.dark-bg .article-grid .tile:focus .tile-title,
.dark-bg .related-articles .tile:focus .tile-title,
.alt-bg .article-grid .breakout:hover .photo-tile-title,
.alt-bg .related-articles .breakout:hover .photo-tile-title,
.dark-bg .article-grid .breakout:hover .photo-tile-title,
.dark-bg .related-articles .breakout:hover .photo-tile-title,
.alt-bg .article-grid .breakout:focus .photo-tile-title,
.alt-bg .related-articles .breakout:focus .photo-tile-title,
.dark-bg .article-grid .breakout:focus .photo-tile-title,
.dark-bg .related-articles .breakout:focus .photo-tile-title,
.alt-bg .article-grid .breakout:hover .tile-title,
.alt-bg .related-articles .breakout:hover .tile-title,
.dark-bg .article-grid .breakout:hover .tile-title,
.dark-bg .related-articles .breakout:hover .tile-title,
.alt-bg .article-grid .breakout:focus .tile-title,
.alt-bg .related-articles .breakout:focus .tile-title,
.dark-bg .article-grid .breakout:focus .tile-title,
.dark-bg .related-articles .breakout:focus .tile-title,
.breakout.strong-bg .photo-tile:hover .photo-tile-title,
.breakout.strong-bg .article-grid .tile:hover .photo-tile-title,
.breakout.strong-bg .related-articles .tile:hover .photo-tile-title,
.breakout.strong-bg .photo-tile:focus .photo-tile-title,
.breakout.strong-bg .article-grid .tile:focus .photo-tile-title,
.breakout.strong-bg .related-articles .tile:focus .photo-tile-title,
.breakout.strong-bg .photo-tile:hover .tile-title,
.breakout.strong-bg .article-grid .tile:hover .tile-title,
.breakout.strong-bg .related-articles .tile:hover .tile-title,
.breakout.strong-bg .photo-tile:focus .tile-title,
.breakout.strong-bg .article-grid .tile:focus .tile-title,
.breakout.strong-bg .related-articles .tile:focus .tile-title,
.alt-bg .article-grid .breakout-lg:hover .photo-tile-title,
.alt-bg .related-articles .breakout-lg:hover .photo-tile-title,
.dark-bg .article-grid .breakout-lg:hover .photo-tile-title,
.dark-bg .related-articles .breakout-lg:hover .photo-tile-title,
.alt-bg .article-grid .breakout-lg:focus .photo-tile-title,
.alt-bg .related-articles .breakout-lg:focus .photo-tile-title,
.dark-bg .article-grid .breakout-lg:focus .photo-tile-title,
.dark-bg .related-articles .breakout-lg:focus .photo-tile-title,
.alt-bg .article-grid .breakout-lg:hover .tile-title,
.alt-bg .related-articles .breakout-lg:hover .tile-title,
.dark-bg .article-grid .breakout-lg:hover .tile-title,
.dark-bg .related-articles .breakout-lg:hover .tile-title,
.alt-bg .article-grid .breakout-lg:focus .tile-title,
.alt-bg .related-articles .breakout-lg:focus .tile-title,
.dark-bg .article-grid .breakout-lg:focus .tile-title,
.dark-bg .related-articles .breakout-lg:focus .tile-title,
.breakout-lg.strong-bg .photo-tile:hover .photo-tile-title,
.breakout-lg.strong-bg .article-grid .tile:hover .photo-tile-title,
.breakout-lg.strong-bg .related-articles .tile:hover .photo-tile-title,
.breakout-lg.strong-bg .photo-tile:focus .photo-tile-title,
.breakout-lg.strong-bg .article-grid .tile:focus .photo-tile-title,
.breakout-lg.strong-bg .related-articles .tile:focus .photo-tile-title,
.breakout-lg.strong-bg .photo-tile:hover .tile-title,
.breakout-lg.strong-bg .article-grid .tile:hover .tile-title,
.breakout-lg.strong-bg .related-articles .tile:hover .tile-title,
.breakout-lg.strong-bg .photo-tile:focus .tile-title,
.breakout-lg.strong-bg .article-grid .tile:focus .tile-title,
.breakout-lg.strong-bg .related-articles .tile:focus .tile-title,
.alt-bg .article-grid .breakout-sm:hover .photo-tile-title,
.alt-bg .related-articles .breakout-sm:hover .photo-tile-title,
.dark-bg .article-grid .breakout-sm:hover .photo-tile-title,
.dark-bg .related-articles .breakout-sm:hover .photo-tile-title,
.alt-bg .article-grid .breakout-sm:focus .photo-tile-title,
.alt-bg .related-articles .breakout-sm:focus .photo-tile-title,
.dark-bg .article-grid .breakout-sm:focus .photo-tile-title,
.dark-bg .related-articles .breakout-sm:focus .photo-tile-title,
.alt-bg .article-grid .breakout-sm:hover .tile-title,
.alt-bg .related-articles .breakout-sm:hover .tile-title,
.dark-bg .article-grid .breakout-sm:hover .tile-title,
.dark-bg .related-articles .breakout-sm:hover .tile-title,
.alt-bg .article-grid .breakout-sm:focus .tile-title,
.alt-bg .related-articles .breakout-sm:focus .tile-title,
.dark-bg .article-grid .breakout-sm:focus .tile-title,
.dark-bg .related-articles .breakout-sm:focus .tile-title,
.breakout-sm.strong-bg .photo-tile:hover .photo-tile-title,
.breakout-sm.strong-bg .article-grid .tile:hover .photo-tile-title,
.breakout-sm.strong-bg .related-articles .tile:hover .photo-tile-title,
.breakout-sm.strong-bg .photo-tile:focus .photo-tile-title,
.breakout-sm.strong-bg .article-grid .tile:focus .photo-tile-title,
.breakout-sm.strong-bg .related-articles .tile:focus .photo-tile-title,
.breakout-sm.strong-bg .photo-tile:hover .tile-title,
.breakout-sm.strong-bg .article-grid .tile:hover .tile-title,
.breakout-sm.strong-bg .related-articles .tile:hover .tile-title,
.breakout-sm.strong-bg .photo-tile:focus .tile-title,
.breakout-sm.strong-bg .article-grid .tile:focus .tile-title,
.breakout-sm.strong-bg .related-articles .tile:focus .tile-title {
  color: #33424D;
}
.photo-tile-image-container {
  background-color: #182D3C;
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-size: cover;
  background-position: center center;
}
a:hover .photo-tile-image-container,
a:focus .photo-tile-image-container {
  opacity: 0.9;
}
.tile-icon-container {
  display: none;
  opacity: 0.12;
}
a.tile:hover .tile-icon-container,
a.tile:focus .tile-icon-container,
a.breakout:hover .tile-icon-container,
a.breakout:focus .tile-icon-container,
a.breakout-lg:hover .tile-icon-container,
a.breakout-lg:focus .tile-icon-container,
a.breakout-sm:hover .tile-icon-container,
a.breakout-sm:focus .tile-icon-container {
  opacity: 0.4;
}
.alt-bg .tile-icon-container,
.dark-bg .tile-icon-container,
.breakout.strong-bg .tile-icon-container,
.breakout-lg.strong-bg .tile-icon-container,
.breakout-sm.strong-bg .tile-icon-container {
  opacity: 0.2;
}
@media (max-width: 767px) {
  .photo-tile-image-container,
  .tile-icon-container {
    display: block;
    overflow: hidden;
    flex: 0 0 auto;
    width: 33.333333333333333333%;
    max-width: 100px;
  }
  .article-grid .tile-icon-container,
  .related-articles .tile-icon-container {
    font-size: 2.5em;
    display: flex;
    align-items: center;
    background: #425563;
    color: #ffffff;
  }
  .article-grid .tile-icon-container .fa-fw,
  .related-articles .tile-icon-container .fa-fw {
    margin: 0 auto;
  }
  .article-grid .tile-icon-container .fa:before,
  .related-articles .tile-icon-container .fa:before {
    content: "\f0f6";
  }
  .article-grid.feature-item-count-0 .tile-icon-container,
  .related-articles.no-photos .tile-icon-container {
    display: none;
  }
}
.series .tile,
.series .breakout,
.series .breakout-lg,
.series .breakout-sm {
  position: relative;
}
.series .tile .photo-tile-image-container:after,
.series .breakout .photo-tile-image-container:after,
.series .breakout-lg .photo-tile-image-container:after,
.series .breakout-sm .photo-tile-image-container:after {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f02d";
  position: absolute;
  font-size: 14px;
  line-height: 1;
  background: #FFD100;
  color: #33424D;
  border-radius: 50%;
  border-top-left-radius: 0;
  top: 4px;
  left: 4px;
  padding: 4px 5px 5px 4px;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.3);
}
@media (min-width: 768px) {
  .series .tile .photo-tile-image-container:after,
  .series .breakout .photo-tile-image-container:after,
  .series .breakout-lg .photo-tile-image-container:after,
  .series .breakout-sm .photo-tile-image-container:after {
    font-size: 18px;
    left: auto;
    top: 8px;
    right: 8px;
    padding: 8px 9px 9px 8px;
    border-radius: 50%;
    border-top-right-radius: 0;
  }
}
.photo-tile-details,
.tile-details {
  flex: 1 1 auto;
  padding: 8px 12px 12px 12px;
  min-height: 52px;
}
@media (max-width: 767px) {
  .photo-tile-details,
  .tile-details {
    display: flex;
    align-items: center;
  }
}
.photo-tile-details > *:last-child,
.tile-details > *:last-child {
  margin-bottom: 0;
}
.photo-tile-title,
.tile-title {
  margin: 0;
}
@media (max-width: 767px) {
  .photo-tile-title,
  .tile-title {
    font-weight: 500;
    font-size: 14px;
    line-height: 1.14285714;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .photo-tile-title,
  .tile-title {
    font-size: 18px;
    line-height: 1.22222222;
  }
}
@media (min-width: 992px) {
  .photo-tile-title,
  .tile-title {
    font-size: 20px;
    line-height: 1.1;
  }
}
.dark-bg .photo-tile-title,
.dark-bg .tile-title,
.breakout.strong-bg .photo-tile-title,
.breakout.strong-bg .tile-title,
.breakout-lg.strong-bg .photo-tile-title,
.breakout-lg.strong-bg .tile-title,
.breakout-sm.strong-bg .photo-tile-title,
.breakout-sm.strong-bg .tile-title {
  color: #425563;
}
.photo-tile-title .series-count,
.tile-title .series-count {
  font-weight: 300;
  font-size: 100%;
}
@media (min-width: 768px) {
  .photo-tile-title .series-count,
  .tile-title .series-count {
    font-size: 80%;
    font-weight: 400;
  }
}
.photo-tile-desc,
.tile-desc {
  display: none;
}
@media (max-width: 767px) {
  .mod_no-flexbox .photo-tile,
  .mod_no-flexbox .article-grid .tile,
  .mod_no-flexbox .related-articles .tile,
  .mod_no-flexbox .article-grid .breakout,
  .mod_no-flexbox .related-articles .breakout,
  .mod_no-flexbox .article-grid .breakout-lg,
  .mod_no-flexbox .related-articles .breakout-lg,
  .mod_no-flexbox .article-grid .breakout-sm,
  .mod_no-flexbox .related-articles .breakout-sm {
    display: table;
    width: 100%;
  }
  .mod_no-flexbox .photo-tile-image-container,
  .mod_no-flexbox .photo-tile-details,
  .mod_no-flexbox .tile-details,
  .mod_no-flexbox .tile-icon-container {
    display: table-cell;
    height: 52px;
  }
}
@media (min-width: 480px) {
  .related-articles,
  .article-grid {
    margin-left: -5px;
    margin-right: -5px;
    display: flex;
    flex: 0 1 auto;
    flex-direction: row;
    flex-wrap: wrap;
  }
  .mod_flexbox .related-articles:before,
  .mod_flexbox .article-grid:before,
  .mod_flexbox .related-articles:after,
  .mod_flexbox .article-grid:after {
    display: inherit;
  }
  .related-article,
  .article-grid-item {
    position: relative;
    float: left;
    width: 50%;
    min-height: 1px;
    padding-left: 5px;
    padding-right: 5px;
  }
}
@media (min-width: 768px) {
  .related-articles,
  .article-grid {
    margin-left: -10px;
    margin-right: -10px;
  }
  .related-article,
  .article-grid-item {
    position: relative;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px;
  }
  .item-count-2 .related-article {
    width: 50%;
  }
  .related-articles .related-article {
    flex: 1 0 auto;
  }
  .photo-tile,
  .article-grid .tile,
  .related-articles .tile,
  .article-grid .breakout,
  .related-articles .breakout,
  .article-grid .breakout-lg,
  .related-articles .breakout-lg,
  .article-grid .breakout-sm,
  .related-articles .breakout-sm {
    flex-flow: column nowrap;
    margin-bottom: 20px;
  }
  .photo-tile-image-container {
    height: 156px;
    width: 100%;
    float: none;
    margin-right: 0;
    overflow: hidden;
  }
  .photo-tile-details,
  .tile-details {
    padding: 18px;
  }
  .photo-tile-desc,
  .tile-desc {
    display: block;
    margin-top: 13px;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  .related-article,
  .article-grid-item {
    float: left;
    width: 33.33333333%;
  }
}
@media (min-width: 992px) {
  .photo-tile-image-container {
    height: 205px;
  }
}
@media (min-width: 1200px) {
  .photo-tile-image-container {
    height: 249px;
  }
}
@media (min-width: 768px) {
  .small-article-tiles .photo-tile-image-container,
  .feature-item-count-0 .article-grid-item .photo-tile-image-container,
  .feature-item-count-1 .article-grid-item:nth-child(n+2) .photo-tile-image-container,
  .feature-item-count-2 .article-grid-item:nth-child(n+3) .photo-tile-image-container,
  .feature-item-count-3 .article-grid-item:nth-child(n+4) .photo-tile-image-container,
  .feature-item-count-4 .article-grid-item:nth-child(n+5) .photo-tile-image-container,
  .feature-item-count-5 .article-grid-item:nth-child(n+6) .photo-tile-image-container {
    height: 141px;
  }
  .small-article-tiles .photo-tile-image-container ~ .tile-details .tile-desc,
  .small-article-tiles .photo-tile-image-container ~ .photo-tile-details .photo-tile-desc,
  .feature-item-count-0 .article-grid-item .photo-tile-image-container ~ .tile-details .tile-desc,
  .feature-item-count-0 .article-grid-item .photo-tile-image-container ~ .photo-tile-details .photo-tile-desc,
  .feature-item-count-1 .article-grid-item:nth-child(n+2) .photo-tile-image-container ~ .tile-details .tile-desc,
  .feature-item-count-1 .article-grid-item:nth-child(n+2) .photo-tile-image-container ~ .photo-tile-details .photo-tile-desc,
  .feature-item-count-2 .article-grid-item:nth-child(n+3) .photo-tile-image-container ~ .tile-details .tile-desc,
  .feature-item-count-2 .article-grid-item:nth-child(n+3) .photo-tile-image-container ~ .photo-tile-details .photo-tile-desc,
  .feature-item-count-3 .article-grid-item:nth-child(n+4) .photo-tile-image-container ~ .tile-details .tile-desc,
  .feature-item-count-3 .article-grid-item:nth-child(n+4) .photo-tile-image-container ~ .photo-tile-details .photo-tile-desc,
  .feature-item-count-4 .article-grid-item:nth-child(n+5) .photo-tile-image-container ~ .tile-details .tile-desc,
  .feature-item-count-4 .article-grid-item:nth-child(n+5) .photo-tile-image-container ~ .photo-tile-details .photo-tile-desc,
  .feature-item-count-5 .article-grid-item:nth-child(n+6) .photo-tile-image-container ~ .tile-details .tile-desc,
  .feature-item-count-5 .article-grid-item:nth-child(n+6) .photo-tile-image-container ~ .photo-tile-details .photo-tile-desc {
    display: none;
  }
}
@media (min-width: 992px) {
  .small-article-tiles .photo-tile-image-container,
  .feature-item-count-0 .article-grid-item .photo-tile-image-container,
  .feature-item-count-1 .article-grid-item:nth-child(n+2) .photo-tile-image-container,
  .feature-item-count-2 .article-grid-item:nth-child(n+3) .photo-tile-image-container,
  .feature-item-count-3 .article-grid-item:nth-child(n+4) .photo-tile-image-container,
  .feature-item-count-4 .article-grid-item:nth-child(n+5) .photo-tile-image-container,
  .feature-item-count-5 .article-grid-item:nth-child(n+6) .photo-tile-image-container {
    height: 125px;
  }
}
@media (min-width: 1200px) {
  .small-article-tiles .photo-tile-image-container,
  .feature-item-count-0 .article-grid-item .photo-tile-image-container,
  .feature-item-count-1 .article-grid-item:nth-child(n+2) .photo-tile-image-container,
  .feature-item-count-2 .article-grid-item:nth-child(n+3) .photo-tile-image-container,
  .feature-item-count-3 .article-grid-item:nth-child(n+4) .photo-tile-image-container,
  .feature-item-count-4 .article-grid-item:nth-child(n+5) .photo-tile-image-container,
  .feature-item-count-5 .article-grid-item:nth-child(n+6) .photo-tile-image-container {
    height: 169px;
  }
}
.related-product-module {
  overflow: hidden;
}
@media (min-width: 480px) {
  .product-tiles {
    margin-left: -5px;
    margin-right: -5px;
    display: flex;
    flex: 0 1 auto;
    flex-direction: row;
    flex-wrap: wrap;
  }
  .mod_flexbox .product-tiles:before,
  .mod_flexbox .product-tiles:after {
    display: inherit;
  }
}
.product-tile {
  width: 100%;
  display: flex;
  flex-direction: column;
  flex: 0 1 auto;
  margin: 0 0 10px;
}
@media (max-width: 767px) {
  .product-tile {
    font-size: 14px;
    line-height: 1.42857143;
    font-weight: normal;
  }
  .product-tile strong {
    font-weight: 500;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .product-tile {
    font-size: 16px;
    line-height: 1.25;
  }
}
.product-tile .photo-bg-tile {
  position: relative;
  overflow: hidden;
}
@media (min-width: 480px) {
  .product-tile {
    float: left;
    width: 50%;
    position: relative;
    min-height: 1px;
    padding-left: 5px;
    padding-right: 5px;
  }
  .related-products-module .product-tile {
    position: relative;
    min-height: 1px;
    padding-left: 5px;
    padding-right: 5px;
  }
}
@media (min-width: 480px) and (min-width: 992px) {
  .product-tile {
    float: left;
    width: 33.33333333%;
  }
}
@media (min-width: 480px) and (min-width: 768px) {
  .related-products-module .product-tile {
    float: left;
    width: 33.33333333%;
  }
}
@media (min-width: 768px) {
  .related-products-module .product-tile {
    flex: 1 1 auto;
  }
  .related-products-module .item-count-2 .product-tile,
  .related-products-module .item-count-4 .product-tile {
    width: 50%;
  }
}
.photo-bg-tile {
  display: flex;
  justify-content: flex-start;
  flex: 1 1 auto;
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-size: cover;
  background-position: center center;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
}
a.photo-bg-tile {
  text-decoration: none;
}
a.photo-bg-tile:hover,
a.photo-bg-tile:focus {
  text-decoration: none;
}
.photo-bg-tile {
  background-color: #182D3C;
}
a.photo-bg-tile {
  color: #ffffff;
}
a.photo-bg-tile:hover,
a.photo-bg-tile:focus {
  color: #ffffff;
}
.photo-bg-tile .members-save {
  top: 0;
  right: 0;
}
.photo-bg-tile-details {
  overflow: hidden;
  background: #182D3C;
  background: rgba(24, 45, 60, 0.8);
  min-height: 130px;
  padding: 10px;
  padding-right: 5px;
}
.photo-bg-tile-details > :last-child {
  margin-bottom: 0;
}
a:hover .photo-bg-tile-details,
a:focus .photo-bg-tile-details {
  background: rgba(24, 45, 60, 0.9);
}
@media (max-width: 767px) {
  .photo-bg-tile-details {
    width: 58%;
    min-width: 150px;
    float: left;
    flex: 0 1 auto;
  }
}
.photo-bg-tile-title {
  color: #FFD100;
  margin-top: 0;
  margin-bottom: 4px;
}
@media (max-width: 767px) {
  .photo-bg-tile-title {
    font-size: 20px;
    line-height: 1.1;
  }
}
@media (min-width: 768px) {
  .photo-bg-tile-title {
    font-size: 24px;
    line-height: 1.08333333;
  }
}
.photo-bg-tile-sub-title {
  font-weight: 500;
  line-height: 1.22222222;
  margin-top: -4px;
  margin-bottom: 5px;
}
.photo-bg-tile-desc {
  font-size: 14px;
  line-height: 1.14285714;
  margin-bottom: 4px;
  font-weight: 300;
}
.photo-bg-tile.external-product {
  color: #182D3C;
  display: flex;
}
.photo-bg-tile.external-product .photo-bg-tile-details {
  background: #f4f7f9;
  background: rgba(255, 255, 255, 0.85);
  font-weight: 300;
  color: #182D3C;
}
.photo-bg-tile.external-product .photo-bg-tile-title:after {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f08e";
  font-size: 14px;
  line-height: 1.42857143;
  opacity: 0.8;
  padding-left: 0.4em;
}
.photo-bg-tile.external-product .photo-bg-tile-title,
.photo-bg-tile.external-product .photo-bg-tile-sub-title {
  color: #33424D;
}
.photo-bg-tile.external-product .price {
  font-weight: 400;
}
a.photo-bg-tile.external-product:hover,
a.photo-bg-tile.external-product:focus {
  color: #182D3C;
  text-decoration: none;
}
a.photo-bg-tile.external-product:hover .photo-bg-tile-title,
a.photo-bg-tile.external-product:focus .photo-bg-tile-title,
a.photo-bg-tile.external-product:hover .photo-bg-tile-sub-title,
a.photo-bg-tile.external-product:focus .photo-bg-tile-sub-title {
  color: #182D3C;
}
a.photo-bg-tile.external-product:hover .photo-bg-tile-details,
a.photo-bg-tile.external-product:focus .photo-bg-tile-details {
  background: rgba(255, 255, 255, 0.9);
}
a.photo-bg-tile.external-product:hover .photo-bg-tile-cta-text,
a.photo-bg-tile.external-product:focus .photo-bg-tile-cta-text {
  text-decoration: underline;
}
a.photo-bg-tile.external-product:hover .photo-bg-tile-title:after,
a.photo-bg-tile.external-product:focus .photo-bg-tile-title:after {
  opacity: 1;
}
.photo-bg-tile-cta {
  font-weight: 400;
  text-decoration: underline;
}
@media (min-width: 768px) {
  .photo-bg-tile {
    display: flex;
    justify-content: flex-start;
  }
  .photo-bg-tile.external-product .photo-bg-tile-title:after {
    font-size: 16px;
    line-height: 1.25;
  }
  .photo-bg-tile-details {
    margin-top: 142px;
    width: 80%;
    max-width: 80%;
    flex: 1 1 auto;
  }
  .photo-bg-tile-details {
    padding-left: 18px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .photo-bg-tile-details {
    margin-top: 142px;
  }
  .related-products-module .photo-bg-tile-details {
    margin-top: 100px;
  }
}
@media (min-width: 992px) {
  .photo-bg-tile-details {
    margin-top: 124px;
  }
}
@media (min-width: 1200px) {
  .photo-bg-tile-details {
    margin-top: 150px;
  }
}
.banner-usp .price-amount,
.related-product .price-amount,
.product-tile .price-amount {
  font-size: 24px;
  line-height: 28px;
  font-weight: 600;
}
.banner-usp .price-label,
.related-product .price-label,
.product-tile .price-label,
.banner-usp .price-terms,
.related-product .price-terms,
.product-tile .price-terms {
  white-space: nowrap;
}
.banner-usp .price-terms,
.related-product .price-terms,
.product-tile .price-terms {
  display: inline-block;
}
.banner-usp .price-label,
.related-product .price-label,
.product-tile .price-label {
  display: block;
}
.related-product .price-label,
.product-tile .price-label,
.related-product .price-terms,
.product-tile .price-terms {
  font-size: 14px;
  line-height: 1.42857143;
}
.dark-bg .photo-bg-tile-details,
.breakout.strong-bg .photo-bg-tile-details,
.breakout-lg.strong-bg .photo-bg-tile-details,
.breakout-sm.strong-bg .photo-bg-tile-details {
  background: #425563;
  background: rgba(66, 85, 99, 0.8);
}
.dark-bg a:hover .photo-bg-tile-details,
.dark-bg a:focus .photo-bg-tile-details,
.breakout.strong-bg a:hover .photo-bg-tile-details,
.breakout.strong-bg a:focus .photo-bg-tile-details,
.breakout-lg.strong-bg a:hover .photo-bg-tile-details,
.breakout-lg.strong-bg a:focus .photo-bg-tile-details,
.breakout-sm.strong-bg a:hover .photo-bg-tile-details,
.breakout-sm.strong-bg a:focus .photo-bg-tile-details {
  background: rgba(66, 85, 99, 0.9);
}
.members-save {
  background: #FFD100;
  color: #33424D;
  padding: 5px;
  font-size: 14px;
  line-height: 1.14285714;
  position: absolute;
  top: 0;
  left: auto;
  right: 0;
}
.members-save .members-save-icon:before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f02b";
  width: 1.28571429em;
  text-align: center;
}
.members-save .members-save-details {
  display: none;
}
@media (min-width: 768px) {
  a:hover .members-save .members-save-details,
  a:focus .members-save .members-save-details {
    display: inline;
  }
}
.star-rating {
  white-space: nowrap;
}
.star-rating .fa,
.star-rating i {
  display: none;
}
.star-rating[data-stars='0.5'] .star-half {
  display: inline-block;
}
.star-rating[data-stars='1'] .star-1 {
  display: inline-block;
}
.star-rating[data-stars='1.5'] .star-half {
  display: inline-block;
}
.star-rating[data-stars='1.5'] .star-1 {
  display: inline-block;
}
.star-rating[data-stars='2'] .star-1 {
  display: inline-block;
}
.star-rating[data-stars='2'] .star-2 {
  display: inline-block;
}
.star-rating[data-stars='2.5'] .star-half {
  display: inline-block;
}
.star-rating[data-stars='2.5'] .star-1 {
  display: inline-block;
}
.star-rating[data-stars='2.5'] .star-2 {
  display: inline-block;
}
.star-rating[data-stars='3'] .star-1 {
  display: inline-block;
}
.star-rating[data-stars='3'] .star-2 {
  display: inline-block;
}
.star-rating[data-stars='3'] .star-3 {
  display: inline-block;
}
.star-rating[data-stars='3.5'] .star-half {
  display: inline-block;
}
.star-rating[data-stars='3.5'] .star-1 {
  display: inline-block;
}
.star-rating[data-stars='3.5'] .star-2 {
  display: inline-block;
}
.star-rating[data-stars='3.5'] .star-3 {
  display: inline-block;
}
.star-rating[data-stars='4'] .star-1 {
  display: inline-block;
}
.star-rating[data-stars='4'] .star-2 {
  display: inline-block;
}
.star-rating[data-stars='4'] .star-3 {
  display: inline-block;
}
.star-rating[data-stars='4'] .star-4 {
  display: inline-block;
}
.star-rating[data-stars='4.5'] .star-half {
  display: inline-block;
}
.star-rating[data-stars='4.5'] .star-1 {
  display: inline-block;
}
.star-rating[data-stars='4.5'] .star-2 {
  display: inline-block;
}
.star-rating[data-stars='4.5'] .star-3 {
  display: inline-block;
}
.star-rating[data-stars='4.5'] .star-4 {
  display: inline-block;
}
.star-rating[data-stars='5'] .star-1 {
  display: inline-block;
}
.star-rating[data-stars='5'] .star-2 {
  display: inline-block;
}
.star-rating[data-stars='5'] .star-3 {
  display: inline-block;
}
.star-rating[data-stars='5'] .star-4 {
  display: inline-block;
}
.star-rating[data-stars='5'] .star-5 {
  display: inline-block;
}
/* Product finder styles */
.travel-product-finder-module .grid-filters {
  text-align: center;
  margin-top: 26px;
  margin-bottom: 26px;
}
@media (min-width: 768px) {
  .travel-product-finder-module .grid-filters {
    margin-top: 52px;
  }
  .travel-product-finder-module .grid-filters .select-container {
    margin: 0 10px;
  }
}
@media (min-width: 992px) {
  .travel-product-finder-module .product-tile:nth-child(7n-5),
  .travel-product-finder-module .product-tile:nth-child(7n-1) {
    width: 66.66666666666%;
  }
  .travel-product-finder-module .product-tile:nth-child(7n-5) .photo-bg-tile-details,
  .travel-product-finder-module .product-tile:nth-child(7n-1) .photo-bg-tile-details {
    margin-top: 20%;
    width: 40%;
    max-width: 40%;
  }
  .travel-product-finder-module .product-tile:nth-child(7n-5) .members-save .members-save-details,
  .travel-product-finder-module .product-tile:nth-child(7n-1) .members-save .members-save-details {
    display: inline-block;
  }
}
.product-tiles-tabs .travel-banner {
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .travel-product-finder-module .product-tiles-tabs .tab-content {
    padding-top: 39px;
  }
}
.sub-navigation {
  overflow: hidden;
}
.sub-nav-items {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
  margin-right: -5px;
}
.sub-nav-item {
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 5px;
  padding-right: 5px;
}
@media (min-width: 768px) {
  .sub-nav-item {
    float: left;
    width: 33.33333333%;
  }
}
.sub-nav-item .tile,
.sub-nav-item .breakout,
.sub-nav-item .breakout-lg,
.sub-nav-item .breakout-sm {
  margin: 0 0 8px;
  display: block;
}
@media (max-width: 991px) {
  .sub-nav-item .tile,
  .sub-nav-item .breakout,
  .sub-nav-item .breakout-lg,
  .sub-nav-item .breakout-sm {
    padding: 15px;
  }
}
@media (min-width: 768px) {
  .sub-nav-item .tile,
  .sub-nav-item .breakout,
  .sub-nav-item .breakout-lg,
  .sub-nav-item .breakout-sm {
    min-height: 80px;
  }
}
@media (min-width: 992px) {
  .sub-nav-item .tile,
  .sub-nav-item .breakout,
  .sub-nav-item .breakout-lg,
  .sub-nav-item .breakout-sm {
    min-height: 102px;
  }
}
@media (min-width: 768px) {
  .sub-nav-item .tile,
  .sub-nav-item .breakout,
  .sub-nav-item .breakout-lg,
  .sub-nav-item .breakout-sm {
    margin-bottom: 10px;
  }
}
.sub-nav-item .tile:hover,
.sub-nav-item .tile:focus,
.sub-nav-item .breakout:hover,
.sub-nav-item .breakout:focus,
.sub-nav-item .breakout-lg:hover,
.sub-nav-item .breakout-lg:focus,
.sub-nav-item .breakout-sm:hover,
.sub-nav-item .breakout-sm:focus {
  text-decoration: none;
}
.sub-nav-item .tile:hover .sub-nav-item-title,
.sub-nav-item .tile:focus .sub-nav-item-title,
.sub-nav-item .breakout:hover .sub-nav-item-title,
.sub-nav-item .breakout:focus .sub-nav-item-title,
.sub-nav-item .breakout-lg:hover .sub-nav-item-title,
.sub-nav-item .breakout-lg:focus .sub-nav-item-title,
.sub-nav-item .breakout-sm:hover .sub-nav-item-title,
.sub-nav-item .breakout-sm:focus .sub-nav-item-title {
  color: #182D3C;
}
.sub-nav-item-title {
  display: block;
  margin: 0;
  color: #425563;
  font-weight: 600;
}
@media (max-width: 991px) {
  .sub-nav-item-title {
    font-size: 18px;
    line-height: 20px;
  }
}
@media (min-width: 992px) {
  .sub-nav-item-title {
    font-size: 24px;
    line-height: 1.33333333;
  }
}
@media (min-width: 768px) {
  .sub-nav-items {
    display: flex;
    flex: 0 1 auto;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: stretch;
  }
  .mod_flexbox .sub-nav-items:before,
  .mod_flexbox .sub-nav-items:after {
    display: inherit;
  }
  .sub-nav-item {
    display: flex;
    flex-direction: column;
    flex: 1 1 auto;
  }
  .sub-nav-item .tile,
  .sub-nav-item .breakout,
  .sub-nav-item .breakout-lg,
  .sub-nav-item .breakout-sm {
    flex: 1 1 auto;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .item-count-2 .sub-nav-item,
  .item-count-4 .sub-nav-item {
    width: 50%;
  }
}
@media (min-width: 992px) {
  .item-count-4 .sub-nav-item {
    width: 25%;
  }
}
/*.sub-nav-item-icon {
    padding-right: 0.5em;  
    width: 2em;
    text-align: right;
    vertical-align: middle;
    flex: 0 0 auto;
  }

  .sub-nav-item-details {
    overflow: hidden;
    vertical-align: middle;
    flex: 1 1 auto;
  }*/
@media (max-width: 767px) {
  .top-tasks .list-group {
    width: 100%;
    display: flex;
    flex-flow: row wrap;
  }
  .top-tasks .list-group .list-group-item {
    border-radius: 0;
    padding: 5px;
  }
  .top-tasks .list-group > [role="listitem"] {
    flex: 0 0 auto;
    margin-right: 3.333333333%;
    width: 22.5%;
  }
  .top-tasks .list-group > [role="listitem"]:last-child {
    margin-right: 0;
  }
}
.page-header .top-tasks {
  text-shadow: none;
}
.top-tasks .list-group-item {
  color: #33424D;
  background-color: #FFD100;
  border-color: transparent;
  margin-bottom: 1px;
  text-align: center;
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.3);
  font-size: 12px;
  line-height: 1.5;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.top-tasks .list-group-item > a {
  display: block;
}
.top-tasks .list-group-item,
.top-tasks .list-group-item > a {
  color: #33424D;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.top-tasks .list-group-item:hover,
.top-tasks .list-group-item > a:hover,
.top-tasks .list-group-item:focus,
.top-tasks .list-group-item > a:focus {
  background-color: #ffffff;
  text-decoration: none;
  color: #003865;
}
.top-tasks .list-group-item i,
.top-tasks .list-group-item .fa {
  font-size: 14px;
  line-height: 1.42857143;
}
.top-tasks .item-text-short {
  display: block;
}
.top-tasks .item-text {
  display: none;
}
@media (min-width: 768px) {
  .top-tasks {
    margin-left: 0;
    margin-right: 0;
    max-width: 230px;
    min-width: 100px;
    position: absolute;
    top: 40px;
    right: 0;
  }
  .top-tasks .list-group {
    display: block;
    box-shadow: none;
    margin-left: 0;
    margin-right: 0;
  }
  .top-tasks .list-group-item {
    display: block;
    text-align: left;
    text-overflow: ellipsis;
    font-size: 14px;
    line-height: 1.42857143;
  }
  .top-tasks .list-group-item i,
  .top-tasks .list-group-item .fa {
    margin-right: 0.5em;
  }
  .top-tasks .item-text-short {
    display: inline;
  }
}
@media (min-width: 992px) {
  .top-tasks .item-text-short {
    display: none;
  }
  .top-tasks .item-text {
    display: inline;
  }
}
@media (min-width: 1200px) {
  .top-tasks {
    min-width: 160px;
  }
}
@media (min-width: 1630px) {
  .page-header .top-tasks .list-group-item {
    font-size: 18px;
    line-height: 1.44444444;
  }
}
.tile-grid {
  line-height: 1;
  margin-bottom: 52px;
}
.tile-grid .tile,
.tile-grid .breakout,
.tile-grid .breakout-lg,
.tile-grid .breakout-sm {
  background: #182D3C;
  color: #bac0c5;
  text-shadow: none;
}
.tile-grid .tile a,
.tile-grid .breakout a,
.tile-grid .breakout-lg a,
.tile-grid .breakout-sm a {
  color: #ffffff;
}
.tile-grid .tile a:hover,
.tile-grid .tile a:focus,
.tile-grid .breakout a:hover,
.tile-grid .breakout a:focus,
.tile-grid .breakout-lg a:hover,
.tile-grid .breakout-lg a:focus,
.tile-grid .breakout-sm a:hover,
.tile-grid .breakout-sm a:focus {
  color: #FFD100;
  text-decoration: underline;
}
.tile-grid .tile a.btn,
.tile-grid .breakout a.btn,
.tile-grid .breakout-lg a.btn,
.tile-grid .breakout-sm a.btn {
  text-decoration: none;
}
.tile-grid .tile a.btn.btn-link,
.tile-grid .breakout a.btn.btn-link,
.tile-grid .breakout-lg a.btn.btn-link,
.tile-grid .breakout-sm a.btn.btn-link {
  text-decoration: underline;
}
.tile-grid .tile:hover,
.tile-grid .breakout:hover,
.tile-grid .breakout-lg:hover,
.tile-grid .breakout-sm:hover {
  background: #111f2a;
}
.tile-grid .tile-title,
.tile-grid a.tile-title {
  color: #FFD100;
  font-weight: 600;
  line-height: 1.1;
  display: block;
}
@media (min-width: 768px) {
  .tile-grid .tile-title,
  .tile-grid a.tile-title {
    margin-bottom: 0.25em;
  }
}
.tile-grid .tile-grid-col {
  display: inline;
}
.tile-grid .tile,
.tile-grid .breakout,
.tile-grid .breakout-lg,
.tile-grid .breakout-sm {
  margin-bottom: 2px;
  padding: 10px 10px;
  display: inline-block;
  cursor: pointer;
  box-shadow: none;
  overflow: hidden;
  font-size: 14px;
  line-height: 1.42857143;
  /*&:hover {
      .tile-title {
        text-decoration: underline;
      }
    }*/
}
.tile-grid .tile-title {
  font-size: 18px;
}
.tile-body {
  display: none;
  line-height: 1.44444444;
}
.tile-body *:last-child {
  margin-bottom: 0;
}
.tile-body ul {
  padding-left: 0;
  list-style: none;
}
@media (min-width: 768px) {
  .tile-grid {
    margin-left: -5px;
    margin-right: -5px;
    margin-bottom: 78px;
    display: flex;
    flex-flow: row wrap;
    align-items: stretch;
    align-content: stretch;
  }
  .tile-grid .tile-grid-col {
    display: flex;
    flex-flow: column nowrap;
    align-items: stretch;
    align-content: stretch;
    padding: 0 5px;
    flex: 1 1 auto;
  }
  .tile-grid .tile-grid-row {
    display: flex;
    flex-flow: row nowrap;
    align-items: stretch;
    align-content: stretch;
  }
  .tile-grid .tile-grid-row .tile,
  .tile-grid .tile-grid-row .breakout,
  .tile-grid .tile-grid-row .breakout-lg,
  .tile-grid .tile-grid-row .breakout-sm {
    width: 50%;
    margin-right: 10px;
  }
  .tile-grid .tile-grid-row .tile:last-child,
  .tile-grid .tile-grid-row .breakout:last-child,
  .tile-grid .tile-grid-row .breakout-lg:last-child,
  .tile-grid .tile-grid-row .breakout-sm:last-child {
    margin-right: 0;
  }
  .tile-grid .tile,
  .tile-grid .breakout,
  .tile-grid .breakout-lg,
  .tile-grid .breakout-sm {
    flex: 1 1 auto;
    min-height: 110px;
    padding: 10px 18px;
    margin-bottom: 10px;
  }
  .tile-grid .tile-title {
    font-size: 24px;
  }
  .tile-grid .tile-body {
    display: block;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .tile-grid .tile-grid-col {
    width: 50%;
  }
  .tile-grid .tile-grid-col ~ .tile-grid-col ~ .tile-grid-col:last-child {
    width: 100%;
    flex-flow: row nowrap;
  }
  .tile-grid .tile-grid-col ~ .tile-grid-col ~ .tile-grid-col:last-child > .tile,
  .tile-grid .tile-grid-col ~ .tile-grid-col ~ .tile-grid-col:last-child > .tile-grid-row,
  .tile-grid .tile-grid-col ~ .tile-grid-col ~ .tile-grid-col:last-child > .breakout,
  .tile-grid .tile-grid-col ~ .tile-grid-col ~ .tile-grid-col:last-child > .breakout-lg,
  .tile-grid .tile-grid-col ~ .tile-grid-col ~ .tile-grid-col:last-child > .breakout-sm {
    width: 50%;
    margin-right: 10px;
  }
  .tile-grid .tile-grid-col ~ .tile-grid-col ~ .tile-grid-col:last-child > .tile:last-child,
  .tile-grid .tile-grid-col ~ .tile-grid-col ~ .tile-grid-col:last-child > .tile-grid-row:last-child,
  .tile-grid .tile-grid-col ~ .tile-grid-col ~ .tile-grid-col:last-child > .breakout:last-child,
  .tile-grid .tile-grid-col ~ .tile-grid-col ~ .tile-grid-col:last-child > .breakout-lg:last-child,
  .tile-grid .tile-grid-col ~ .tile-grid-col ~ .tile-grid-col:last-child > .breakout-sm:last-child {
    margin-right: 0;
  }
}
@media (min-width: 992px) {
  .tile-grid .tile,
  .tile-grid .breakout,
  .tile-grid .breakout-lg,
  .tile-grid .breakout-sm {
    padding: 18px 30px;
    font-size: inherit;
    line-height: inherit;
    min-height: 130px;
  }
  .tile-grid .tile-title {
    font-size: 28px;
  }
  .tile-grid.two-col {
    width: 66.6666666666%;
    margin-left: auto;
    margin-right: auto;
  }
  .tile-grid.two-col .tile-grid-col {
    width: 50%;
  }
  .tile-grid.two-col .tile-grid-col:first-child {
    margin-left: -5px;
  }
  .tile-grid.two-col .tile-grid-col:last-child {
    margin-right: -5px;
  }
}
@media (min-width: 1200px) {
  .tile-grid .tile,
  .tile-grid .breakout,
  .tile-grid .breakout-lg,
  .tile-grid .breakout-sm {
    min-height: 160px;
  }
  .tile-grid .tile-grid-col {
    width: 33.3333333333%;
  }
}
.panel-group .panel + .panel {
  margin-top: 0;
}
.accordion,
.panel-group {
  /*.panel-heading {
    &[data-toggle="collapse"] {
      &:after {
        .fa-icon();
        content: @fa-var-minus;
        position: absolute;
        top: 50%;
        right: 1em;
        margin-top: -0.5em;
      }
      &.collapsed {
        &:after {
          content: @fa-var-plus;
        }
      }
    }
  }*/
}
.accordion:last-child,
.panel-group:last-child {
  margin-bottom: 0;
}
.accordion a.panel-heading[aria-expanded="true"],
.panel-group a.panel-heading[aria-expanded="true"],
.accordion .panel a[data-toggle="collapse"][aria-expanded="true"],
.panel-group .panel a[data-toggle="collapse"][aria-expanded="true"],
.accordion button.panel-heading[aria-expanded="true"],
.panel-group button.panel-heading[aria-expanded="true"],
.accordion a.panel-heading:hover,
.panel-group a.panel-heading:hover,
.accordion .panel a[data-toggle="collapse"]:hover,
.panel-group .panel a[data-toggle="collapse"]:hover,
.accordion button.panel-heading:hover,
.panel-group button.panel-heading:hover {
  background: #f4f7f9;
}
.accordion .panel-body,
.panel-group .panel-body {
  padding: 0 30px 26px;
  background: #f4f7f9;
}
.accordion .panel-icon,
.panel-group .panel-icon {
  display: none;
  color: #FFD100;
  position: absolute;
  top: 50%;
  left: 0.8em;
  margin-top: -0.5em;
}
.accordion.icon-bullets .panel-icon,
.panel-group.icon-bullets .panel-icon {
  display: block;
}
.accordion.icon-bullets .panel-body,
.panel-group.icon-bullets .panel-body,
.accordion.icon-bullets .panel-heading,
.panel-group.icon-bullets .panel-heading {
  padding-left: 48px;
}
.no-bg .page-container.breakout-bg .accordion .panel,
.alt-bg .page-container:not(.breakout-bg) .accordion .panel,
.no-bg .page-container.breakout-bg.accordion .panel,
.alt-bg .page-container:not(.breakout-bg).accordion .panel {
  border-color: #bdc4c9;
}
.no-bg .page-container.breakout-bg .panel-icon,
.alt-bg .page-container:not(.breakout-bg) .panel-icon {
  color: #33424D;
}
.dark-bg .page-container:not(.breakout-bg) .panel-heading:hover,
.dark-bg .page-container:not(.breakout-bg) .panel-heading:focus,
.dark-bg .page-container:not(.breakout-bg) .panel-heading[aria-expanded="true"],
.breakout.strong-bg .page-container:not(.breakout-bg) .panel-heading:hover,
.breakout.strong-bg .page-container:not(.breakout-bg) .panel-heading:focus,
.breakout.strong-bg .page-container:not(.breakout-bg) .panel-heading[aria-expanded="true"],
.breakout-lg.strong-bg .page-container:not(.breakout-bg) .panel-heading:hover,
.breakout-lg.strong-bg .page-container:not(.breakout-bg) .panel-heading:focus,
.breakout-lg.strong-bg .page-container:not(.breakout-bg) .panel-heading[aria-expanded="true"],
.breakout-sm.strong-bg .page-container:not(.breakout-bg) .panel-heading:hover,
.breakout-sm.strong-bg .page-container:not(.breakout-bg) .panel-heading:focus,
.breakout-sm.strong-bg .page-container:not(.breakout-bg) .panel-heading[aria-expanded="true"] {
  background: #33424D;
}
.dark-bg .page-container:not(.breakout-bg) .panel-body,
.breakout.strong-bg .page-container:not(.breakout-bg) .panel-body,
.breakout-lg.strong-bg .page-container:not(.breakout-bg) .panel-body,
.breakout-sm.strong-bg .page-container:not(.breakout-bg) .panel-body {
  background: #33424D;
}
.dark-bg .panel,
.dark-bg .panel:last-child,
.breakout.strong-bg .panel,
.breakout.strong-bg .panel:last-child,
.breakout-lg.strong-bg .panel,
.breakout-lg.strong-bg .panel:last-child,
.breakout-sm.strong-bg .panel,
.breakout-sm.strong-bg .panel:last-child {
  border-color: #768692;
}
.dark-bg .panel a.panel-heading,
.breakout.strong-bg .panel a.panel-heading,
.breakout-lg.strong-bg .panel a.panel-heading,
.breakout-sm.strong-bg .panel a.panel-heading {
  color: #ffffff;
}
.dark-bg .panel a.panel-heading:focus,
.breakout.strong-bg .panel a.panel-heading:focus,
.breakout-lg.strong-bg .panel a.panel-heading:focus,
.breakout-sm.strong-bg .panel a.panel-heading:focus {
  background: transparent;
}
.dark-bg .panel a.panel-heading:hover,
.breakout.strong-bg .panel a.panel-heading:hover,
.breakout-lg.strong-bg .panel a.panel-heading:hover,
.breakout-sm.strong-bg .panel a.panel-heading:hover {
  background: #33424D;
}
.cta-module {
  text-align: center;
}
.cta-module .btn {
  padding: 18px 30px;
  font-size: 24px;
  line-height: 1.33333333;
  border-radius: 4px;
  min-width: 260px;
  margin-bottom: 10px;
}
.cta-module .btn-default {
  -webkit-transition: all ease-out 200ms;
  -o-transition: all ease-out 200ms;
  transition: all ease-out 200ms;
}
.cta-module .links-list {
  margin-top: 26px;
}
.cta-module > :last-child {
  margin-bottom: 0;
}
@media (max-width: 360px) {
  .button-list > li {
    display: block;
    padding: 0;
  }
  .button-list .btn {
    width: 100%;
  }
}
.feature-banner,
.travel-banner {
  display: block;
  position: relative;
}
.feature-banner .banner-title,
.travel-banner .banner-title {
  margin-top: 0;
  font-size: 26px;
  line-height: 30px;
}
a.feature-banner,
a.travel-banner {
  text-decoration: none;
}
.feature-banner a,
.travel-banner a {
  text-decoration: underline;
}
.feature-banner .more-info,
.travel-banner .more-info {
  text-decoration: underline;
  font-weight: 500;
  color: #182D3C;
}
@media (min-width: 768px) {
  .feature-banner .more-info,
  .travel-banner .more-info {
    white-space: nowrap;
  }
}
.travel-banner {
  min-height: 400px;
}
.travel-banner-mobile-image {
  display: block;
  width: 100%;
  height: auto;
}
@media (max-width: 767px) {
  .travel-banner,
  .feature-banner .page-container {
    padding: 0;
    padding-top: 50%;
  }
  .travel-product-finder-module .travel-banner {
    padding-top: 0;
  }
  .banner-breakout {
    padding-bottom: 30px;
  }
}
.feature-banner,
.travel-banner {
  background-position: 50% 10%;
}
.feature-banner.focal-point-left,
.travel-banner.focal-point-left {
  background-position: 10% 10%;
}
.feature-banner.focal-point-left-center,
.travel-banner.focal-point-left-center {
  background-position: 30% 10%;
}
.feature-banner.focal-point-center,
.travel-banner.focal-point-center {
  background-position: 50% 50%;
}
.feature-banner.focal-point-right-center,
.travel-banner.focal-point-right-center {
  background-position: 70% 10%;
}
.feature-banner.focal-point-right,
.travel-banner.focal-point-right {
  background-position: 90% 10%;
}
@media (max-width: 767px) {
  .feature-banner.photo-bg.photo-bg,
  .travel-banner.photo-bg.photo-bg {
    background-position: top;
    background-size: 100% auto;
  }
}
@media (min-width: 1200px) {
  .feature-banner.photo-bg.photo-bg,
  .travel-banner.photo-bg.photo-bg {
    background-position: 50% 20%;
  }
}
.banner-breakout {
  margin: 0;
}
.banner-breakout .price {
  font-size: 24px;
  line-height: 28px;
  font-weight: 600;
}
.banner-breakout .price-label,
.banner-breakout .price-terms {
  font-size: 14px;
  line-height: 1.42857143;
  font-weight: normal;
  white-space: nowrap;
  display: block;
}
.banner-breakout .price-label strong,
.banner-breakout .price-terms strong {
  font-weight: 500;
}
@media (max-width: 767px) {
  .banner-breakout .cta .btn {
    padding: 5px 10px;
    font-size: 14px;
    line-height: 1.42857143;
    border-radius: 2px;
  }
  .banner-breakout .cta .btn.btn-chevron {
    padding-right: 24px;
  }
}
@media (max-width: 991px) {
  .banner-breakout .price-and-cta {
    display: table;
    width: 100%;
  }
  .banner-breakout .price,
  .banner-breakout .cta {
    display: table-cell;
    vertical-align: bottom;
    width: 50%;
  }
  .banner-breakout .cta {
    text-align: right;
  }
  .banner-breakout .price-amount,
  .banner-breakout .price-terms {
    display: block;
  }
}
@media (min-width: 992px) {
  .banner-breakout .price {
    margin-bottom: 13px;
  }
}
.external-product .banner-breakout {
  background-color: #ffffff;
}
.banner-primary-content p,
.banner-secondary-content p,
.banner-primary-content h2,
.banner-secondary-content h2,
.banner-primary-content h3,
.banner-secondary-content h3,
.banner-primary-content h4,
.banner-secondary-content h4,
.banner-primary-content ul,
.banner-secondary-content ul,
.banner-primary-content ol,
.banner-secondary-content ol {
  margin-bottom: 13px;
}
.banner-primary-content {
  font-size: 16px;
  line-height: 20px;
}
.banner-secondary-content {
  border: 1px solid #ccad13;
  border-right-width: 0;
  border-bottom-width: 0;
  border-left-width: 0;
  padding-top: 18px;
  margin-top: 18px;
  font-size: 14px;
  line-height: 1.42857143;
}
.external-product .banner-secondary-content {
  border-color: #ccd0d3;
}
@media (min-width: 768px) {
  .travel-banner-mobile-image {
    display: none;
  }
  .travel-banner {
    padding: 5% 40px;
  }
  .banner-secondary-content {
    padding-top: 18px;
    margin-top: 18px;
  }
  .feature-banner .page-container,
  .travel-banner .page-container {
    padding-bottom: 30%;
    padding-top: 5%;
  }
  .feature-banner .banner-breakout,
  .travel-banner .banner-breakout {
    display: table;
    max-width: 370px;
    min-width: 240px;
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.25);
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.25);
    background: rgba(255, 209, 0, 0.94);
  }
  a:hover.feature-banner .banner-breakout,
  a:hover.travel-banner .banner-breakout,
  a:focus.feature-banner .banner-breakout,
  a:focus.travel-banner .banner-breakout {
    background: #FFD100;
    -webkit-box-shadow: 1px 2px 6px rgba(0, 0, 0, 0.6);
    box-shadow: 1px 2px 6px rgba(0, 0, 0, 0.6);
  }
  .feature-banner .banner-breakout.dark-bg,
  .travel-banner .banner-breakout.dark-bg,
  .feature-banner .banner-breakout.breakout.strong-bg,
  .travel-banner .banner-breakout.breakout.strong-bg,
  .feature-banner .banner-breakout.breakout-lg.strong-bg,
  .travel-banner .banner-breakout.breakout-lg.strong-bg,
  .feature-banner .banner-breakout.breakout-sm.strong-bg,
  .travel-banner .banner-breakout.breakout-sm.strong-bg {
    background: rgba(24, 45, 60, 0.8);
  }
  a:hover.feature-banner .banner-breakout.dark-bg,
  a:hover.travel-banner .banner-breakout.dark-bg,
  a:focus.feature-banner .banner-breakout.dark-bg,
  a:focus.travel-banner .banner-breakout.dark-bg,
  a:hover.feature-banner .banner-breakout.breakout.strong-bg,
  a:hover.travel-banner .banner-breakout.breakout.strong-bg,
  a:focus.feature-banner .banner-breakout.breakout.strong-bg,
  a:focus.travel-banner .banner-breakout.breakout.strong-bg,
  a:hover.feature-banner .banner-breakout.breakout-lg.strong-bg,
  a:hover.travel-banner .banner-breakout.breakout-lg.strong-bg,
  a:focus.feature-banner .banner-breakout.breakout-lg.strong-bg,
  a:focus.travel-banner .banner-breakout.breakout-lg.strong-bg,
  a:hover.feature-banner .banner-breakout.breakout-sm.strong-bg,
  a:hover.travel-banner .banner-breakout.breakout-sm.strong-bg,
  a:focus.feature-banner .banner-breakout.breakout-sm.strong-bg,
  a:focus.travel-banner .banner-breakout.breakout-sm.strong-bg {
    background: #182D3C;
    -webkit-box-shadow: 1px 2px 6px rgba(0, 0, 0, 0.6);
    box-shadow: 1px 2px 6px rgba(0, 0, 0, 0.6);
  }
  .external-product.feature-banner .banner-breakout,
  .external-product.travel-banner .banner-breakout {
    background: #f4f7f9;
    background: rgba(255, 255, 255, 0.8);
  }
  a:hover.external-product.feature-banner .banner-breakout,
  a:hover.external-product.travel-banner .banner-breakout,
  a:focus.external-product.feature-banner .banner-breakout,
  a:focus.external-product.travel-banner .banner-breakout {
    background: #ffffff;
    background: rgba(255, 255, 255, 0.9);
  }
  .feature-banner.focal-point-left .banner-breakout,
  .travel-banner.focal-point-left .banner-breakout,
  .feature-banner.focal-point-left-center .banner-breakout,
  .travel-banner.focal-point-left-center .banner-breakout {
    float: right;
  }
}
@media (min-width: 992px) {
  .feature-banner .banner-breakout {
    max-width: 570px;
    padding-right: 0;
  }
  .travel-banner .banner-breakout {
    max-width: 500px;
    padding: 20px;
    padding-right: 0;
  }
  .banner-primary-content {
    display: table-cell;
    vertical-align: top;
    min-width: 240px;
    padding-right: 20px;
    padding-bottom: 5px;
  }
  .banner-secondary-content {
    margin-top: 0;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 20px;
    padding-right: 20px;
    border-top-width: 0;
    border-left-width: 1px;
    display: table-cell;
    vertical-align: bottom;
    min-width: 200px;
  }
}
@media (min-width: 992px) {
  .feature-banner .page-container {
    padding-bottom: 20%;
  }
}
@media (min-width: 1200px) {
  .feature-banner .banner-breakout {
    padding: 30px;
    padding-right: 10px;
  }
}
.tab-content:focus {
  outline: none;
}
.vertical-tabs .nav a {
  padding-top: 18px;
  padding-bottom: 18px;
  font-weight: 600;
  font-size: 24px;
  line-height: 28px;
  border-bottom: 1px solid #D3D8DB;
  max-width: 300px;
  color: #425563;
}
.vertical-tabs .nav a:hover,
.vertical-tabs .nav a:focus {
  color: #182D3C;
  outline: none;
}
.vertical-tabs .nav .active a {
  border-color: #FFD100;
  color: #182D3C;
}
.vertical-tabs .nav .active a:after {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 80%;
  content: "\f054";
  position: absolute;
  top: 50%;
  right: -1em;
  margin-top: -0.4em;
  color: #182D3C;
}
.vertical-tabs .nav .active a:hover {
  background: transparent;
}
@media (min-width: 768px) {
  .vertical-tabs .nav {
    float: left;
  }
  .vertical-tabs .tab-content {
    padding-top: 18px;
    padding-left: 30px;
  }
}
@media (min-width: 992px) {
  .vertical-tabs .tab-content {
    padding-left: 45px;
  }
}
.vertical-tabs .tab-content {
  overflow: hidden;
}
.vertical-tabs .js-tabcollapse-panel-heading {
  padding: 18px 30px;
  color: #425563;
}
.vertical-tabs .js-tabcollapse-panel-heading:hover {
  color: #0062b2;
}
.navigation-tiles {
  padding-bottom: 26px;
}
@media (min-width: 768px) {
  .navigation-tiles {
    padding-bottom: 52px;
  }
}
.navigation-tiles .tile-grid {
  transform: translateY(-39px);
  margin-bottom: -52px;
}
.navigation-tiles .tile-grid .tile,
.navigation-tiles .tile-grid .breakout,
.navigation-tiles .tile-grid .breakout-lg,
.navigation-tiles .tile-grid .breakout-sm {
  display: block;
}
@media (max-width: 767px) {
  .navigation-tiles .tile-grid .tile,
  .navigation-tiles .tile-grid .breakout,
  .navigation-tiles .tile-grid .breakout-lg,
  .navigation-tiles .tile-grid .breakout-sm {
    padding: 0;
  }
  .navigation-tiles .tile-grid .tile a.tile-title,
  .navigation-tiles .tile-grid .breakout a.tile-title,
  .navigation-tiles .tile-grid .breakout-lg a.tile-title,
  .navigation-tiles .tile-grid .breakout-sm a.tile-title {
    display: block;
    padding: 15px;
    position: relative;
  }
  .navigation-tiles .tile-grid .tile a.tile-title:after,
  .navigation-tiles .tile-grid .breakout a.tile-title:after,
  .navigation-tiles .tile-grid .breakout-lg a.tile-title:after,
  .navigation-tiles .tile-grid .breakout-sm a.tile-title:after {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f054";
    position: absolute;
    top: 50%;
    right: 1em;
    margin-top: -0.5em;
  }
}
.page-lead,
.key-points {
  font-size: 20px;
  line-height: 1.4;
}
.page-lead a,
.key-points a {
  text-decoration: underline;
}
.page-lead a.btn,
.key-points a.btn {
  text-decoration: none;
}
.page-lead li > a,
.key-points li > a {
  text-decoration: none;
}
.page-lead ul:not(.dropdown-menu):not(.nav) li > a:not(.btn):hover,
.key-points ul:not(.dropdown-menu):not(.nav) li > a:not(.btn):hover,
.page-lead ul:not(.dropdown-menu):not(.nav) li > a:not(.btn):focus,
.key-points ul:not(.dropdown-menu):not(.nav) li > a:not(.btn):focus {
  text-decoration: underline;
}
.page-lead .container,
.key-points .container {
  padding-top: 26px;
  padding-bottom: 26px;
}
@media (min-width: 768px) {
  .page-lead .container,
  .key-points .container {
    padding-top: 52px;
    padding-bottom: 52px;
  }
}
.page-lead .container > :last-child,
.key-points .container > :last-child {
  margin-bottom: 0;
}
.page-lead .container > :first-child,
.key-points .container > :first-child {
  margin-top: 0;
}
.page-lead {
  text-align: center;
  font-family: "Stag Web", "Stag Sans Web", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
@media (min-width: 768px) {
  .page-lead .container {
    font-size: 24px;
    line-height: 1.33333333;
  }
}
.page-lead.with-navigation-tiles .container {
  padding-bottom: 78px;
}
@media (min-width: 768px) {
  .page-lead.with-navigation-tiles .container {
    padding-bottom: 104px;
  }
}
.deal-tiles-module .module-sub-title {
  margin-top: -26px;
}
.deal-tile-link,
.dark-bg .deal-tile-link,
.breakout.strong-bg .deal-tile-link,
.breakout-lg.strong-bg .deal-tile-link,
.breakout-sm.strong-bg .deal-tile-link {
  position: relative;
  margin-top: 18px;
  background: #fff;
  color: #425563;
  border-top: 4px solid #FFD100;
  display: flex;
  font-size: 14px;
  line-height: 1.42857143;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
}
.no-bg .deal-tile-link,
.no-bg .dark-bg .deal-tile-link,
.no-bg .breakout.strong-bg .deal-tile-link,
.no-bg .breakout-lg.strong-bg .deal-tile-link,
.no-bg .breakout-sm.strong-bg .deal-tile-link {
  border-left: 1px solid #D3D8DB;
  border-bottom: 1px solid #D3D8DB;
  border-right: 1px solid #D3D8DB;
  -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.1);
}
.deal-tile-link:hover,
.dark-bg .deal-tile-link:hover,
.deal-tile-link:focus,
.dark-bg .deal-tile-link:focus,
.breakout.strong-bg .deal-tile-link:hover,
.breakout.strong-bg .deal-tile-link:focus,
.breakout-lg.strong-bg .deal-tile-link:hover,
.breakout-lg.strong-bg .deal-tile-link:focus,
.breakout-sm.strong-bg .deal-tile-link:hover,
.breakout-sm.strong-bg .deal-tile-link:focus {
  color: #182D3C;
  text-decoration: none;
}
.deal-tile-link:hover .deal-title,
.dark-bg .deal-tile-link:hover .deal-title,
.deal-tile-link:focus .deal-title,
.dark-bg .deal-tile-link:focus .deal-title,
.breakout.strong-bg .deal-tile-link:hover .deal-title,
.breakout.strong-bg .deal-tile-link:focus .deal-title,
.breakout-lg.strong-bg .deal-tile-link:hover .deal-title,
.breakout-lg.strong-bg .deal-tile-link:focus .deal-title,
.breakout-sm.strong-bg .deal-tile-link:hover .deal-title,
.breakout-sm.strong-bg .deal-tile-link:focus .deal-title {
  color: #182D3C;
}
.deal-tile-details {
  padding: 10px 5px;
  overflow: hidden;
}
.deal-provider {
  margin: 0 0 3px 0;
  font-size: 14px;
  line-height: 1.42857143;
  font-weight: normal;
}
.deal-provider strong {
  font-weight: 500;
}
.deal-title {
  margin: 0;
  font-size: 16px;
  line-height: 20px;
  overflow: hidden;
  font-weight: 600;
  color: #425563;
  font-family: "Stag Sans Web", "Stag Sans Web", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.deal-type-icon {
  background: #FFD100;
  color: #425563;
  text-align: center;
  font-size: 16px;
  line-height: 16px;
  padding: 4px 0;
  width: 28px;
  position: absolute;
  top: -14px;
  right: 10px;
}
.deal-type-icon .fa-credit-card {
  font-size: 84%;
  transform: rotate(316deg);
}
.deal-tile-image-container {
  overflow: hidden;
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  align-items: center;
}
@media (max-width: 767px) {
  .deal-tile-details {
    order: 2;
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
  }
  .deal-tile-image-container {
    order: 1;
    flex: 0 0 auto;
    min-height: 100px;
    width: 36%;
    max-width: 160px;
  }
  .deal-tile-image-container .deal-photo {
    height: 100px;
    width: auto;
    flex: 1 1 auto;
  }
  .deal-tile-image-container .provider-logo {
    width: 100%;
    height: auto;
  }
}
@media (min-width: 768px) {
  .deal-tiles {
    margin-left: -10px;
    margin-right: -10px;
  }
  .deal-tiles .deal-tile {
    position: relative;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px;
  }
  .deal-tiles-module.narrow .deal-tile,
  .narrow .deal-tiles-module .deal-tile {
    position: relative;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px;
  }
  .deal-tiles-grid {
    margin-left: -10px;
    margin-right: -10px;
  }
  .deal-tiles-grid .deal-tile {
    position: relative;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px;
  }
  .deal-tile-link {
    text-align: center;
    margin-bottom: 6px;
    flex-flow: column nowrap;
    /*&:after {
      content: "";
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0;
      height: 0;
      background: @brand-primary; // @diesel-deep;
      transition: height ease-in 150ms;
    }
    .deal-photo,
    .provider-logo {
      //transition: all ease-out 50ms;
      opacity: 0.85;
    }*/
  }
  .deal-tile-link:hover,
  .deal-tile-link:focus {
    /*&:after {
        height: 4px;
      }*/
  }
  .deal-tile-link:hover .deal-photo,
  .deal-tile-link:focus .deal-photo,
  .deal-tile-link:hover .provider-logo,
  .deal-tile-link:focus .provider-logo {
    opacity: 1;
  }
  .deal-tile-details {
    padding: 18px 12px 6px 12px;
  }
  .deal-provider {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .deal-title {
    font-size: 18px;
    min-height: 40px;
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
  }
  .deal-tile-image-container {
    max-width: 100%;
    height: 140px;
  }
  .deal-tile-image-container .deal-photo {
    width: 100%;
    height: auto;
  }
  .deal-tile-image-container .provider-logo {
    width: auto;
    max-width: 100%;
    height: 110px;
    margin-bottom: 18px;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  .deal-tiles .deal-tile {
    float: left;
    width: 50%;
  }
}
@media (min-width: 768px) and (min-width: 992px) {
  .deal-tiles .deal-tile {
    float: left;
    width: 25%;
  }
}
@media (min-width: 768px) and (min-width: 992px) {
  .deal-tiles-module.narrow .deal-tile,
  .narrow .deal-tiles-module .deal-tile {
    float: left;
    width: 33.33333333%;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  .deal-tiles-grid .deal-tile {
    float: left;
    width: 50%;
  }
}
@media (min-width: 768px) and (min-width: 992px) {
  .deal-tiles-grid .deal-tile {
    float: left;
    width: 33.33333333%;
  }
}
@media (min-width: 768px) and (min-width: 1200px) {
  .deal-tiles-grid .deal-tile {
    float: left;
    width: 25%;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .deal-tiles-module .deal-tile-details {
    padding-left: 10px;
    padding-right: 10px;
  }
  .deal-tiles-module .deal-title {
    font-size: 16px;
  }
  .deal-tiles .deal-tile.deal-tile {
    padding-left: 5px;
    padding-right: 5px;
  }
  .deal-tile-image-container {
    height: 130px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .deal-tiles-module .deal-tile:nth-child(2n+1),
  .deal-tiles-grid .deal-tile:nth-child(2n+1) {
    clear: left;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .deal-tiles-grid .deal-tile:nth-child(3n+1),
  .narrow .deal-tiles-module .deal-tile:nth-child(3n+1) {
    clear: left;
  }
  .page-container:not(.narrow) .deal-tiles-module .deal-tile:nth-child(4n+1) {
    clear: left;
  }
}
@media (min-width: 1200px) {
  .deal-tiles-grid .deal-tile:nth-child(4n+1) {
    clear: left;
  }
}
.deal-finder-module .page-container,
.travel-product-finder-module .page-container {
  padding-bottom: 0;
}
.nav.icon-tabs {
  border: none;
  margin-bottom: -2px;
}
.nav.icon-tabs > li {
  display: table-cell;
  width: 1%;
  float: none;
}
.nav.icon-tabs > li a {
  color: #425563;
}
.nav.icon-tabs > li a:hover,
.nav.icon-tabs > li a:focus {
  color: #182D3C;
  text-decoration: none;
}
.nav.icon-tabs > li a.btn {
  text-decoration: none;
}
.nav.icon-tabs > li a.btn.btn-link {
  text-decoration: none;
}
.nav.icon-tabs > li > a {
  margin-right: 0;
  padding-left: 5px;
  padding-right: 5px;
  border-radius: 0;
  border-left-width: 0;
  border-right-width: 0;
  border-bottom: 2px solid transparent;
  border-top: 4px solid transparent;
  font-size: 14px;
  line-height: 1.42857143;
  text-align: center;
}
.nav.icon-tabs > li > a i,
.nav.icon-tabs > li > a .fa {
  display: block;
  opacity: 0.4;
  font-size: 18px;
  line-height: 1;
}
@media (min-width: 768px) {
  .nav.icon-tabs > li > a i,
  .nav.icon-tabs > li > a .fa {
    font-size: 24px;
    margin-bottom: 3px;
  }
}
.nav.icon-tabs > li > a:hover,
.nav.icon-tabs > li > a:focus {
  border-color: #dce4ea;
  background-color: #dce4ea;
}
.nav.icon-tabs > li > a:hover i,
.nav.icon-tabs > li > a:focus i,
.nav.icon-tabs > li > a:hover .fa,
.nav.icon-tabs > li > a:focus .fa {
  display: block;
  opacity: 1;
}
.nav.icon-tabs > li.active a {
  color: #182D3C;
}
.nav.icon-tabs > li.active a:hover,
.nav.icon-tabs > li.active a:focus {
  color: #182D3C;
  text-decoration: none;
}
.nav.icon-tabs > li.active a.btn {
  text-decoration: none;
}
.nav.icon-tabs > li.active a.btn.btn-link {
  text-decoration: none;
}
.nav.icon-tabs > li.active a,
.nav.icon-tabs > li.active a:hover,
.nav.icon-tabs > li.active a:focus {
  background: #E9EEF2;
  border-left-width: 0;
  border-right-width: 0;
  border-bottom: 2px solid #E9EEF2;
  border-top: 4px solid #FFD100;
  font-weight: 500;
}
.nav.icon-tabs > li.active a i,
.nav.icon-tabs > li.active a:hover i,
.nav.icon-tabs > li.active a:focus i,
.nav.icon-tabs > li.active a .fa,
.nav.icon-tabs > li.active a:hover .fa,
.nav.icon-tabs > li.active a:focus .fa {
  opacity: 1;
}
.nav.icon-tabs .tab-label {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.deal-tiles-tabs .tab-content,
.product-tiles-tabs .tab-content {
  padding: 26px 0 52px 0;
  background: #E9EEF2;
}
.deal-tiles-tabs .grid-filters,
.product-tiles-tabs .grid-filters {
  margin-top: 12px;
}
.deal-tiles-tabs .grid-filters .form-group,
.product-tiles-tabs .grid-filters .form-group {
  display: block;
  margin-left: -10px;
  margin-right: -10px;
}
.deal-tiles-tabs .grid-filters .select-container,
.product-tiles-tabs .grid-filters .select-container {
  display: block;
  margin-bottom: 15px;
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
}
@media (min-width: 768px) {
  .deal-tiles-tabs .grid-filters .select-container,
  .product-tiles-tabs .grid-filters .select-container {
    float: left;
    width: 50%;
  }
}
@media (min-width: 992px) {
  .deal-tiles-tabs .grid-filters .select-container,
  .product-tiles-tabs .grid-filters .select-container {
    float: left;
    width: 33.33333333%;
  }
}
@media (min-width: 992px) {
  .deal-tiles-tabs .grid-filters .select-container:first-of-type,
  .product-tiles-tabs .grid-filters .select-container:first-of-type {
    margin-left: 16.66666667%;
  }
}
@media (max-width: 767px) {
  .nav.icon-tabs {
    position: relative;
    padding-bottom: 30px;
    margin-left: -15px;
    margin-right: -15px;
  }
  .nav.icon-tabs > li {
    position: static;
  }
  .nav.icon-tabs > li > a {
    position: static;
  }
  .tab-label {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    display: none;
    background: #E9EEF2;
    padding-top: 10px;
  }
  .active .tab-label,
  a:hover .tab-label,
  a:focus .tab-label {
    display: block;
  }
  .deal-tiles-tabs .tab-content,
  .product-tiles-tabs .tab-content {
    padding-top: 13px;
  }
}
@media (min-width: 768px) {
  .feature-item-module.breakout,
  .feature-item-module.breakout-lg,
  .feature-item-module.breakout-sm {
    padding: 60px;
  }
}
.feature-item {
  margin-left: -30px;
  margin-right: -30px;
}
.feature-item .feature-item-image-container {
  position: relative;
  min-height: 1px;
  padding-left: 30px;
  padding-right: 30px;
}
@media (min-width: 768px) {
  .feature-item .feature-item-image-container {
    float: left;
    width: 41.66666667%;
  }
}
.feature-item .feature-item-image-container .feature-item-image {
  width: 100%;
  height: auto;
}
.feature-item-details {
  position: relative;
  min-height: 1px;
  padding-left: 30px;
  padding-right: 30px;
}
@media (min-width: 768px) {
  .feature-item-details {
    float: left;
    width: 58.33333333%;
  }
}
@media (max-width: 767px) {
  .feature-item-details p {
    margin-bottom: 13px;
  }
}
.feature-item-details .btn {
  margin-top: 13px;
}
.feature-item-details > :last-child {
  margin-bottom: 0;
}
.feature-item-details .feature-item-title {
  text-align: left;
  font-size: 24px;
  line-height: 1.33333333;
  margin-top: 19px;
  margin-bottom: 13px;
}
@media (min-width: 768px) {
  .feature-item-details .feature-item-title {
    margin-top: 0;
    margin-bottom: 19px;
    font-size: 28px;
    line-height: 1;
  }
}
.dark-bg .feature-item-title,
.breakout.strong-bg .feature-item-title,
.breakout-lg.strong-bg .feature-item-title,
.breakout-sm.strong-bg .feature-item-title {
  color: #FFD100;
}
.dark-bg .breakout .feature-item-title,
.breakout.strong-bg .breakout .feature-item-title,
.dark-bg .breakout-lg .feature-item-title,
.dark-bg .breakout-sm .feature-item-title,
.breakout-lg.strong-bg .breakout .feature-item-title,
.breakout-sm.strong-bg .breakout .feature-item-title {
  color: #425563;
}
.comparison-table {
  width: 100%;
  border-collapse: collapse;
}
.comparison-table.item-count-2 td {
  width: 50%;
}
@media (min-width: 768px) {
  .comparison-table.item-count-2 td {
    width: 33.33333333%;
  }
}
.comparison-table.item-count-3 td {
  width: 33.33333333%;
}
@media (min-width: 768px) {
  .comparison-table.item-count-3 td {
    width: 25%;
  }
}
.comparison-table.item-count-4 td {
  width: 25%;
}
@media (min-width: 768px) {
  .comparison-table.item-count-4 td {
    width: 20%;
  }
}
.comparison-table th,
.comparison-table td {
  text-align: center;
  border: 2px solid #fff;
  padding: 5px 3px;
  border-top-width: 1px;
  border-bottom-width: 1px;
}
@media (min-width: 768px) {
  .comparison-table th,
  .comparison-table td {
    border-left-width: 4px;
    border-right-width: 4px;
    padding: 5px 10px;
  }
}
@media (min-width: 992px) {
  .comparison-table th,
  .comparison-table td {
    padding: 10px 18px;
  }
}
.comparison-table thead th,
.comparison-table thead td {
  border-top-width: 0;
  border-bottom-width: 0;
  background: #E9EEF2;
}
.comparison-table thead th.ct-recommended,
.comparison-table thead td.ct-recommended {
  background: #FFD100;
  color: #33424D;
}
.comparison-table thead th.ct-label-cell,
.comparison-table thead td.ct-label-cell {
  background: none;
}
.comparison-table tbody td {
  background: #f4f7f9;
  line-height: 1;
  height: 50px;
  vertical-align: middle;
}
.comparison-table tbody td.ct-recommended {
  background: #E9EEF2;
}
@media (min-width: 768px) {
  .comparison-table tbody .fa {
    font-size: 18px;
  }
}
.comparison-table tbody th {
  text-align: left;
  font-size: 16px;
  line-height: 1.125;
}
.comparison-table tbody .ct-label-row th,
.comparison-table tbody .ct-heading-row th {
  padding: 10px 0 3px;
}
@media (min-width: 992px) {
  .comparison-table tbody .ct-label-row th,
  .comparison-table tbody .ct-heading-row th {
    padding: 20px 18px 5px;
  }
}
.comparison-table tbody .ct-label-cell {
  border-top-color: #E9EEF2;
  border-bottom-color: #E9EEF2;
  border-right-width: 0;
  font-size: 16px;
  line-height: 1.25;
}
.comparison-table tfoot td {
  padding: 5px;
}
@media (min-width: 768px) {
  .comparison-table tfoot td {
    padding: 10px;
    background: #E9EEF2;
  }
}
@media (min-width: 992px) {
  .comparison-table tfoot td {
    padding: 18px;
  }
}
.comparison-table tfoot .btn {
  color: #fff;
  background-color: #33424D;
  border-color: #29353e;
  display: block;
  font-size: 16px;
  line-height: 1.25;
}
.comparison-table tfoot .btn:focus,
.comparison-table tfoot .btn.focus {
  color: #fff;
  background-color: #415462;
  border-color: #1b2228;
}
.comparison-table tfoot .btn:hover {
  color: #fff;
  background-color: #415462;
  border-color: #29353e;
}
.comparison-table tfoot .btn:active,
.comparison-table tfoot .btn.active,
.open > .dropdown-toggle.comparison-table tfoot .btn {
  color: #fff;
  background-color: #415462;
  border-color: #29353e;
}
.comparison-table tfoot .btn:active:hover,
.comparison-table tfoot .btn.active:hover,
.open > .dropdown-toggle.comparison-table tfoot .btn:hover,
.comparison-table tfoot .btn:active:focus,
.comparison-table tfoot .btn.active:focus,
.open > .dropdown-toggle.comparison-table tfoot .btn:focus,
.comparison-table tfoot .btn:active.focus,
.comparison-table tfoot .btn.active.focus,
.open > .dropdown-toggle.comparison-table tfoot .btn.focus {
  color: #fff;
  background-color: #475c6c;
  border-color: #1b2228;
}
.comparison-table tfoot .btn:active,
.comparison-table tfoot .btn.active,
.open > .dropdown-toggle.comparison-table tfoot .btn {
  background-image: none;
}
.comparison-table tfoot .btn.disabled:hover,
.comparison-table tfoot .btn[disabled]:hover,
fieldset[disabled] .comparison-table tfoot .btn:hover,
.comparison-table tfoot .btn.disabled:focus,
.comparison-table tfoot .btn[disabled]:focus,
fieldset[disabled] .comparison-table tfoot .btn:focus,
.comparison-table tfoot .btn.disabled.focus,
.comparison-table tfoot .btn[disabled].focus,
fieldset[disabled] .comparison-table tfoot .btn.focus {
  background-color: #33424D;
  border-color: #29353e;
}
.comparison-table tfoot .btn .badge {
  color: #33424D;
  background-color: #fff;
}
@media (max-width: 767px) {
  .comparison-table tfoot .btn {
    padding: 5px 10px;
    font-size: 14px;
    line-height: 1.42857143;
    border-radius: 2px;
  }
}
.comparison-table tfoot .ct-more-link {
  display: block;
  font-size: 14px;
  line-height: 1.42857143;
  text-decoration: underline;
  margin-top: 0.5em;
}
@media (min-width: 768px) {
  .comparison-table tfoot .ct-recommended {
    background: #182D3C;
  }
  .comparison-table tfoot .ct-recommended .btn:hover,
  .comparison-table tfoot .ct-recommended .btn:focus {
    border-color: #FFD100;
  }
  .comparison-table tfoot .ct-recommended .ct-more-link {
    color: #ffffff;
    margin-top: 1em;
  }
  .comparison-table tfoot .ct-recommended .ct-more-link:hover,
  .comparison-table tfoot .ct-recommended .ct-more-link:focus {
    color: #FFD100;
  }
}
.comparison-table .ct-recommended .btn {
  color: #33424D;
  background-color: #FFD100;
  border-color: #e6bc00;
  transition: all ease-out 300ms;
}
.comparison-table .ct-recommended .btn:focus,
.comparison-table .ct-recommended .btn.focus {
  transition: none;
  color: #FFD100;
  background-color: #33424D;
  border-color: #0a0d10;
}
.dark-bg .comparison-table .ct-recommended .btn:focus,
.dark-bg .comparison-table .ct-recommended .btn.focus,
.navbar-inverse .comparison-table .ct-recommended .btn:focus,
.navbar-inverse .comparison-table .ct-recommended .btn.focus,
.breakout.strong-bg .comparison-table .ct-recommended .btn:focus,
.breakout.strong-bg .comparison-table .ct-recommended .btn.focus,
.breakout-lg.strong-bg .comparison-table .ct-recommended .btn:focus,
.breakout-lg.strong-bg .comparison-table .ct-recommended .btn.focus,
.breakout-sm.strong-bg .comparison-table .ct-recommended .btn:focus,
.breakout-sm.strong-bg .comparison-table .ct-recommended .btn.focus {
  border-color: #FFD100;
}
.comparison-table .ct-recommended .btn:hover {
  transition: all ease-out 200ms;
  color: #FFD100;
  background-color: #33424D;
  border-color: #1b2228;
}
.dark-bg .comparison-table .ct-recommended .btn:hover,
.breakout.strong-bg .comparison-table .ct-recommended .btn:hover,
.breakout-lg.strong-bg .comparison-table .ct-recommended .btn:hover,
.breakout-sm.strong-bg .comparison-table .ct-recommended .btn:hover {
  border-color: #FFD100;
}
.comparison-table .ct-recommended .btn:active,
.comparison-table .ct-recommended .btn.active,
.open > .dropdown-toggle.comparison-table .ct-recommended .btn {
  color: #FFD100;
  background-color: #33424D;
  border-color: #1b2228;
}
.comparison-table .ct-recommended .btn:active:hover,
.comparison-table .ct-recommended .btn.active:hover,
.open > .dropdown-toggle.comparison-table .ct-recommended .btn:hover,
.comparison-table .ct-recommended .btn:active:focus,
.comparison-table .ct-recommended .btn.active:focus,
.open > .dropdown-toggle.comparison-table .ct-recommended .btn:focus,
.comparison-table .ct-recommended .btn:active.focus,
.comparison-table .ct-recommended .btn.active.focus,
.open > .dropdown-toggle.comparison-table .ct-recommended .btn.focus {
  color: #FFD100;
  background-color: #1f282e;
  border-color: #0a0d10;
}
.comparison-table .ct-recommended .btn:focus .badge,
.comparison-table .ct-recommended .btn.focus .badge,
.comparison-table .ct-recommended .btn:hover .badge,
.comparison-table .ct-recommended .btn:active .badge,
.comparison-table .ct-recommended .btn.active .badge,
.open > .dropdown-toggle.comparison-table .ct-recommended .btn .badge {
  color: #33424D;
  background-color: #FFD100;
}
.comparison-table .ct-recommended .btn:active,
.comparison-table .ct-recommended .btn.active,
.open > .dropdown-toggle.comparison-table .ct-recommended .btn {
  background-image: none;
}
.comparison-table .ct-recommended .btn.disabled:hover,
.comparison-table .ct-recommended .btn[disabled]:hover,
fieldset[disabled] .comparison-table .ct-recommended .btn:hover,
.comparison-table .ct-recommended .btn.disabled:focus,
.comparison-table .ct-recommended .btn[disabled]:focus,
fieldset[disabled] .comparison-table .ct-recommended .btn:focus,
.comparison-table .ct-recommended .btn.disabled.focus,
.comparison-table .ct-recommended .btn[disabled].focus,
fieldset[disabled] .comparison-table .ct-recommended .btn.focus {
  background-color: #FFD100;
  border-color: #e6bc00;
}
.comparison-table .ct-recommended .btn .badge {
  color: #FFD100;
  background-color: #33424D;
}
.comparison-table .ct-check:before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f00c";
  display: block;
  font-size: 18px;
}
.comparison-table .ct-conditions {
  font-size: 12px;
}
.comparison-table .ct-label-cell {
  background: none;
}
.comparison-table .ct-label-cell:first-child {
  border-right-width: 0;
}
.comparison-table .ct-label-cell:first-child + td,
.comparison-table .ct-label-cell:first-child + th {
  border-left-width: 0;
}
@media (max-width: 767px) {
  .comparison-table .ct-label-cell.ct-label-cell {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
  }
}
.comparison-table .ct-heading-row th {
  text-align: left;
}
@media (max-width: 767px) {
  .comparison-table .ct-heading-row th {
    padding-bottom: 0;
  }
  .comparison-table .ct-heading-row th .ct-heading-text,
  .comparison-table .ct-heading-row th .ct-heading-sub-text {
    display: block;
  }
}
.comparison-table .ct-heading-row .ct-heading-text {
  font-weight: 600;
  font-size: 18px;
  color: #425563;
  padding-top: 5px;
}
@media (min-width: 992px) {
  .comparison-table .ct-heading-row .ct-heading-text {
    font-size: 24px;
  }
}
.comparison-table .ct-heading-row .ct-heading-sub-text {
  font-size: 14px;
  line-height: 1.14285714;
}
@media (min-width: 992px) {
  .comparison-table .ct-heading-row .ct-heading-sub-text {
    font-size: 18px;
    line-height: 1.22222222;
  }
}
@media (max-width: 767px) {
  .comparison-table .ct-value {
    font-size: 14px;
    font-weight: 400;
  }
}
@media (min-width: 768px) {
  .comparison-table .ct-label-cell .ct-conditions {
    display: block;
  }
  .comparison-table .ct-label-cell {
    display: table-cell;
  }
  .comparison-table .ct-label-row,
  .comparison-table .ct-label-row.ct-extra-detail {
    display: none;
  }
}
.ct-more-info-trigger {
  color: #65737e;
  position: absolute;
  top: 50%;
  right: 0.5em;
  margin-top: -0.5em;
  line-height: 1;
}
.ct-more-info-trigger:hover,
.ct-more-info-trigger:focus {
  color: #003865;
}
.comparison-table tbody .ct-label-cell,
.comparison-table tbody .ct-label-row th {
  position: relative;
  padding-right: 26px;
}
tr.ct-extra-detail {
  display: none;
  max-height: 0;
  transition: all ease-in 200ms;
}
.show-extra tr.ct-extra-detail {
  display: table-row;
  max-height: 1000px;
}
@media (max-width: 767px) {
  .comparison-table .comparison-recommended-product-indicator {
    font-size: 14px;
    line-height: 1.14285714;
  }
}
.comparison-table .comparison-recommended-product-indicator td {
  background: none;
}
.comparison-table .comparison-recommended-product-indicator .ct-recommended {
  color: #ffffff;
  background: #182D3C;
}
.comparison-product-titles th,
.comparison-product-titles td {
  padding-bottom: 0;
  position: relative;
  /*@media(max-width: @screen-xs-max) {
      text-align: left;
    }*/
}
@media (min-width: 768px) {
  .comparison-product-titles th,
  .comparison-product-titles td {
    height: auto !important;
  }
}
.comparison-product-title {
  display: block;
  font-size: 18px;
  font-weight: 600;
}
@media (max-width: 767px) {
  .comparison-product-title {
    position: absolute;
    left: 50%;
    top: 100%;
    transform: rotate(270deg) translateY(-50%) translateX(5px);
    transform-origin: top left;
    z-index: 1;
    line-height: 1;
  }
}
@media (min-width: 768px) {
  .comparison-product-title {
    padding-top: 10px;
  }
}
@media (min-width: 992px) {
  .comparison-product-title {
    font-size: 24px;
  }
}
/*.title-height-setter {
  display: block;
  float: left;
  width: 0px;
  @media(min-width: @screen-sm-min) {
    display: none;
  }
}*/
.comparison-product-price {
  font-size: 18px;
  font-weight: 700;
}
@media (min-width: 768px) {
  .comparison-product-price {
    font-size: 28px;
  }
}
@media (min-width: 992px) {
  .comparison-product-price {
    font-size: 40px;
  }
}
@media (max-width: 767px) {
  .comparison-product-price-units {
    font-size: 14px;
    line-height: 1.42857143;
  }
}
.comparison-product-descriptions {
  display: none;
}
@media (min-width: 768px) {
  .comparison-product-descriptions {
    display: table-row;
  }
}
.comparison-product-descriptions th,
.comparison-product-descriptions td {
  padding-top: 0;
}
.comparison-product-description {
  display: block;
  padding-bottom: 10px;
  font-weight: 400;
  font-size: 12px;
}
@media (min-width: 992px) {
  .comparison-product-description {
    font-size: 14px;
  }
}
.comparison-table-show-extra {
  text-align: center;
}
.comparison-table .comparison-table-show-extra td {
  background: none;
  border: none;
}
.comparison-table-show-extra-button,
.comparison-table-hide-extra-button {
  color: #0062b2;
  font-weight: normal;
  border-radius: 0;
  padding: 5px 10px;
}
.comparison-table-show-extra-button,
.comparison-table-hide-extra-button,
.comparison-table-show-extra-button:active,
.comparison-table-hide-extra-button:active,
.comparison-table-show-extra-button.active,
.comparison-table-hide-extra-button.active,
.comparison-table-show-extra-button[disabled],
.comparison-table-hide-extra-button[disabled],
fieldset[disabled] .comparison-table-show-extra-button,
fieldset[disabled] .comparison-table-hide-extra-button {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.comparison-table-show-extra-button,
.comparison-table-hide-extra-button,
.comparison-table-show-extra-button:hover,
.comparison-table-hide-extra-button:hover,
.comparison-table-show-extra-button:focus,
.comparison-table-hide-extra-button:focus,
.comparison-table-show-extra-button:active,
.comparison-table-hide-extra-button:active {
  border-color: transparent;
}
.comparison-table-show-extra-button:hover,
.comparison-table-hide-extra-button:hover,
.comparison-table-show-extra-button:focus,
.comparison-table-hide-extra-button:focus {
  color: #003865;
  text-decoration: underline;
  background-color: transparent;
}
.comparison-table-show-extra-button[disabled]:hover,
.comparison-table-hide-extra-button[disabled]:hover,
fieldset[disabled] .comparison-table-show-extra-button:hover,
fieldset[disabled] .comparison-table-hide-extra-button:hover,
.comparison-table-show-extra-button[disabled]:focus,
.comparison-table-hide-extra-button[disabled]:focus,
fieldset[disabled] .comparison-table-show-extra-button:focus,
fieldset[disabled] .comparison-table-hide-extra-button:focus {
  color: #6b7882;
  text-decoration: none;
}
.comparison-table-show-extra-button:before,
.comparison-table-hide-extra-button:before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f055";
  padding-right: 0.3em;
}
.comparison-table-show-extra-button:before {
  content: "\f055";
}
.show-extra .comparison-table-show-extra-button {
  display: none;
}
.comparison-table-hide-extra-button {
  display: none;
}
.comparison-table-hide-extra-button:before {
  content: "\f056";
}
.show-extra .comparison-table-hide-extra-button {
  display: inline-block;
}
.rich-text-module {
  /*.module-title {
    margin-bottom: floor((@line-height-computed*1.5));
  }*/
  /*.module-sub-title {
    margin-top: floor((0 - @line-height-computed*0.5));
  }*/
}
@media (min-width: 768px) {
  .rich-text-module .rich-text-module-content.breakout,
  .rich-text-module .rich-text-module-content.breakout-lg,
  .rich-text-module .rich-text-module-content.breakout-sm {
    padding: 60px;
  }
}
/*.icon-tile-navigation {
  overflow: hidden;
}*/
.icon-tile-items {
  padding-left: 0;
  list-style: none;
}
.icon-tile-item {
  width: 100%;
  display: block;
}
.icon-tile-item .tile,
.icon-tile-item .breakout,
.icon-tile-item .breakout-lg,
.icon-tile-item .breakout-sm {
  margin: 0 0 8px;
  display: block;
  color: #425563;
}
@media (max-width: 991px) {
  .icon-tile-item .tile,
  .icon-tile-item .breakout,
  .icon-tile-item .breakout-lg,
  .icon-tile-item .breakout-sm {
    padding: 15px;
  }
}
@media (min-width: 480px) {
  .icon-tile-item .tile,
  .icon-tile-item .breakout,
  .icon-tile-item .breakout-lg,
  .icon-tile-item .breakout-sm {
    text-align: center;
    margin-bottom: 10px;
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
.icon-tile-item .tile:hover,
.icon-tile-item .tile:focus,
.icon-tile-item .breakout:hover,
.icon-tile-item .breakout:focus,
.icon-tile-item .breakout-lg:hover,
.icon-tile-item .breakout-lg:focus,
.icon-tile-item .breakout-sm:hover,
.icon-tile-item .breakout-sm:focus {
  text-decoration: none;
  color: #182D3C;
}
.icon-tile-icon {
  font-weight: 700;
  text-align: center;
  display: inline-block;
  width: 1.5em;
}
@media (min-width: 480px) {
  .icon-tile-icon {
    font-size: 28px;
    line-height: 34px;
    margin-bottom: 5px;
  }
}
@media (min-width: 992px) {
  .icon-tile-icon {
    font-size: 40px;
    line-height: 1.1;
  }
}
.icon-tile-title {
  margin: 0;
}
@media (max-width: 767px) {
  .icon-tile-title {
    line-height: 1.22222222;
  }
}
@media (min-width: 1200px) {
  .icon-tile-title {
    font-size: 20px;
    line-height: 1.4;
  }
}
@media (min-width: 480px) {
  .icon-tile-items {
    margin-left: -5px;
    margin-right: -5px;
    display: flex;
    flex: 0 1 auto;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
  }
  .mod_flexbox .icon-tile-items:before,
  .mod_flexbox .icon-tile-items:after {
    display: inherit;
  }
  .icon-tile-item {
    float: left;
    width: 50%;
    position: relative;
    min-height: 1px;
    padding-left: 5px;
    padding-right: 5px;
    display: flex;
    flex-direction: column;
    flex: 0 1 auto;
  }
  .icon-tile-item .tile,
  .icon-tile-item .breakout,
  .icon-tile-item .breakout-lg,
  .icon-tile-item .breakout-sm {
    flex: 1 1 auto;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .icon-tile-icon {
    display: block;
    width: auto;
  }
}
@media (min-width: 480px) and (min-width: 768px) {
  .icon-tile-item {
    float: left;
    width: 25%;
  }
}
@media (min-width: 768px) {
  .item-count-3 .icon-tile-item,
  .item-count-5 .icon-tile-item,
  .item-count-6 .icon-tile-item,
  .item-count-9 .icon-tile-item {
    width: 33.333333333333%;
  }
}
/*.dark-bg {
  .icon-tile-item {
    .tile {
      color: @headings-color;
      &:hover,
      &:focus {
        color: @link-color;
      }
    }
  }
}*/
.accordion.faqs .panel-icon {
  display: block;
}
.accordion.faqs .panel-body,
.accordion.faqs .panel-heading {
  position: relative;
  padding-left: 48px;
}
.accordion.faqs .panel-body:before,
.accordion.faqs .panel-heading:before {
  font-size: 20px;
  line-height: 1.4;
  font-family: "Stag Sans Web", "Stag Sans Web", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
  position: absolute;
  left: 0;
  width: 48px;
  padding-left: 5px;
  text-align: center;
  text-shadow: 1px 1px 2px #ffffff;
}
@media (max-width: 767px) {
  .accordion.faqs .panel-body:before,
  .accordion.faqs .panel-heading:before {
    font-size: 18px;
    line-height: 1.44444444;
  }
}
.accordion.faqs .panel-heading:before {
  content: "Q";
  top: 18px;
  color: #FFD100;
}
.accordion.faqs .panel-body:before {
  content: "A";
  top: 0;
  color: #606d75;
}
@media (min-width: 768px) {
  .accordion.faqs .panel-body:before {
    top: -2px;
  }
}
.tag-list .nav {
  margin-left: -6px;
  margin-bottom: -6px;
}
.tag-list .nav li {
  float: left;
  padding-left: 6px;
  padding-bottom: 6px;
}
.tag-list .nav li a {
  color: #33424D;
  background-color: #E9EEF2;
  border-radius: 2px;
  font-size: 14px;
  line-height: 1.42857143;
}
.tag-list .nav li a:hover,
.tag-list .nav li a:focus {
  color: #33424D;
  background-color: #FFD100;
  text-decoration: none;
}
.tag-filters {
  margin-bottom: 26px;
}
.tag-filters .chosen-tag {
  margin-top: 0;
  margin-bottom: 26px;
}
.tag-filters .tag-list {
  margin: 0;
}
@media (min-width: 480px) {
  .tag-filters .tag-list {
    margin: 0 0 -6px -6px;
  }
}
.tag-filters .btn {
  padding: 9px 15px;
}
.tag-filters .clear-filters {
  float: left;
  padding-left: 6px;
  padding-bottom: 6px;
}
@media (max-width: 479px) {
  .tag-filters .clear-filters {
    display: none;
  }
}
.tag-filters .nav {
  display: inline;
  margin-left: 0;
}
@media (min-width: 480px) {
  .tag-filters .nav:before,
  .tag-filters .nav:after {
    display: none;
  }
}
@media (max-width: 479px) {
  .tag-filters .clear-filters,
  .tag-filters .nav {
    display: none;
  }
}
.tag-filters .more-tags .btn {
  display: block;
}
@media (max-width: 479px) {
  .tag-filters .more-tags .btn {
    width: 100%;
  }
  .tag-filters .more-tags .btn i,
  .tag-filters .more-tags .btn .fa {
    line-height: 20px;
    float: right;
  }
}
.tag-filters .more-tags .desktop {
  display: none;
}
@media (min-width: 480px) {
  .tag-filters .more-tags {
    display: none;
    float: left;
    padding-left: 6px;
    padding-bottom: 6px;
  }
  .tag-filters .more-tags .desktop {
    display: inline;
  }
  .tag-filters .more-tags .mobile {
    display: none;
  }
}
.tag-filters .dropdown-menu {
  font-size: 14px;
  right: 0;
}
@media (min-width: 480px) {
  .tag-filters .dropdown-menu {
    left: auto;
  }
}
.tag-filters .dropdown-menu > li > a {
  padding-top: 5px;
  padding-bottom: 5px;
  line-height: 26px;
}
.tag-filters .dropdown-menu > li > a:hover,
.tag-filters .dropdown-menu > li > a:focus {
  background: #FFD100;
}
.tag-filters .nav li:active > a,
.tag-filters .dropdown-menu li:active > a,
.tag-filters .nav li.active > a,
.tag-filters .dropdown-menu li.active > a {
  color: #33424D;
  background-color: #FFD100;
}
.tag-filters .nav li:active > a:after,
.tag-filters .dropdown-menu li:active > a:after,
.tag-filters .nav li.active > a:after,
.tag-filters .dropdown-menu li.active > a:after {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f00d";
  opacity: 0.5;
  margin-right: -0.5em;
  margin-left: 0.5em;
}
.tag-filters .nav li:active > a:hover,
.tag-filters .dropdown-menu li:active > a:hover,
.tag-filters .nav li.active > a:hover,
.tag-filters .dropdown-menu li.active > a:hover,
.tag-filters .nav li:active > a:focus,
.tag-filters .dropdown-menu li:active > a:focus,
.tag-filters .nav li.active > a:focus,
.tag-filters .dropdown-menu li.active > a:focus {
  background-color: #f0da75;
}
.tag-filters .nav li:active > a:hover:after,
.tag-filters .dropdown-menu li:active > a:hover:after,
.tag-filters .nav li.active > a:hover:after,
.tag-filters .dropdown-menu li.active > a:hover:after,
.tag-filters .nav li:active > a:focus:after,
.tag-filters .dropdown-menu li:active > a:focus:after,
.tag-filters .nav li.active > a:focus:after,
.tag-filters .dropdown-menu li.active > a:focus:after {
  opacity: 1;
}
.tag-filters .dropdown-menu li.active > a:after {
  float: right;
  line-height: 26px;
}
/*just for testing: dotted border*/
/*.feature-item-module > div {
    border: 1px dotted #808080;
}*/
.fin-calc {
  min-height: 14em;
  overflow: hidden;
}
@media (min-width: 768px) {
  .fin-calc {
    margin-left: -30px;
    margin-right: -30px;
  }
  .fin-calc .fc-options-container {
    position: relative;
    min-height: 1px;
    padding-left: 30px;
    padding-right: 30px;
  }
  .fin-calc .fc-result {
    position: relative;
    min-height: 1px;
    padding-left: 30px;
    padding-right: 30px;
  }
  .fin-calc .fc-cta {
    margin-top: 2.5em;
  }
  .fin-calc .slider.slider-horizontal {
    margin-top: 0.6em;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  .fin-calc .fc-options-container {
    float: left;
    width: 58.33333333%;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  .fin-calc .fc-result {
    float: left;
    width: 41.66666667%;
  }
}
.fin-calc .fc-options-container {
  min-height: 12em;
}
.fin-calc .fc-options-container .form-group {
  margin-left: -15px;
  margin-right: -15px;
}
.fin-calc .fc-options-container .control-label {
  position: relative;
  float: left;
  width: 33.33333333%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  text-align: right;
  padding-top: 11px;
}
.fin-calc .fc-options-container .form-control-container {
  position: relative;
  float: left;
  width: 66.66666667%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.fin-calc .fc-options-container .slider-horizontal {
  width: 100%;
}
.fin-calc .fc-options-container .fc-amount-container {
  min-height: 4em;
  padding-top: 1.5em;
}
.fin-calc .fc-options-container .fc-amount-container .tooltip-inner:before {
  content: "$";
}
.fin-calc .fc-options-container .fc-term-container {
  min-height: 4em;
  padding-top: 1em;
}
.fin-calc .fc-options-container .fc-term-container .tooltip-inner:after {
  content: " years";
}
@media (max-width: 767px) {
  .fin-calc .fc-options-container .fc-amount-container .form-control-container,
  .fin-calc .fc-options-container .fc-term-container .form-control-container {
    margin-top: .4em;
  }
  .fin-calc .fc-options-container .form-control-container {
    padding-right: 40px;
  }
  .fin-calc .fc-options-container .fc-slider-label {
    font-size: 14px;
  }
  .fin-calc .fc-options-container #LoanRepaymentFrequency {
    font-size: 16px;
  }
}
.fin-calc .fc-options-container .slider.slider-horizontal .slider-selection {
  background-image: none;
  background-color: #FFD100;
}
.fin-calc .fc-options-container .slider.slider-horizontal .slider-track-high {
  background-image: none;
  background-color: #A5B6C2;
}
.fin-calc .fc-options-container .slider.slider-horizontal .min-slider-handle {
  background-color: #182D3C;
  background-image: none;
  min-width: 2.75em;
  height: 2.25em;
  padding: 0.5em;
  font-family: FontAwesome;
  font-size: 0.65em;
  vertical-align: middle;
  color: #FFD100;
  letter-spacing: 4px;
  text-align: center;
}
.fin-calc .fc-options-container .slider.slider-horizontal .min-slider-handle:before {
  content: "\f053 ";
}
.fin-calc .fc-options-container .slider.slider-horizontal .min-slider-handle:after {
  content: "\f054";
}
.fin-calc .fc-options-container .slider.slider-horizontal .tooltip-inner {
  color: #182D3C;
  background-color: #fff;
  border-color: #A5B6C2;
  border-style: solid;
  border-width: 1px;
}
.fin-calc .fc-options-container .slider.slider-horizontal .tooltip-arrow {
  margin-left: -3px;
  border-top-color: #A5B6C2;
}
.fin-calc .fc-options-container .slider.slider-horizontal .tooltip.top {
  margin-top: -38px;
}
.fin-calc .fc-options-container .slider .tooltip.top {
  margin-top: -38px !important;
}
.fin-calc .fc-options-container .fc-freq-container {
  min-height: 2.5em;
  margin-top: 1.5em;
}
.fin-calc .fc-options-container .fc-freq-container .fc-freq-picker {
  padding-left: 0;
  font-size: 14px;
  margin-bottom: 1.85em;
}
.fin-calc #LoanInterestRate {
  font-weight: bold;
  color: #425563;
}
.fin-calc .fc-result {
  padding-top: 1.5em;
  text-align: center;
}
.fin-calc .fc-result .fc-repay-container .fc-repay-label {
  font-weight: 400;
  margin-bottom: 3.33333333px;
}
@media (max-width: 767px) {
  .fin-calc .fc-result .fc-repay-container .fc-repay-label {
    font-size: 16px;
  }
}
.fin-calc .fc-result .fc-repay-container .fc-repayments-display {
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
}
.fin-calc .fc-result #LoanRepaymentAmount {
  margin-top: auto;
  margin-bottom: auto;
  font-weight: 600;
  font-size: 40px;
  color: #425563;
}
.fin-calc .fc-result .fc-cta {
  margin-top: 1.85em;
  width: 100%;
}
.fin-calc .fc-result .fc-tc {
  text-align: center;
  font-size: 12px;
  margin-top: 1.25em;
}
.no-bg .fin-calc {
  background-color: #E9EEF2;
}
.no-bg .fin-calc .fc-repayments-display {
  background-color: #fff;
}
.alt-bg .fin-calc,
.dark-bg .fin-calc,
.breakout.strong-bg .fin-calc,
.breakout-lg.strong-bg .fin-calc,
.breakout-sm.strong-bg .fin-calc {
  background-color: #fff;
}
.alt-bg .fin-calc .fc-repayments-display,
.dark-bg .fin-calc .fc-repayments-display,
.breakout.strong-bg .fin-calc .fc-repayments-display,
.breakout-lg.strong-bg .fin-calc .fc-repayments-display,
.breakout-sm.strong-bg .fin-calc .fc-repayments-display {
  background-color: #E9EEF2;
}
.alt-bg .fin-calc .fc-repayments-display #LoanRepaymentAmount,
.dark-bg .fin-calc .fc-repayments-display #LoanRepaymentAmount,
.breakout.strong-bg .fin-calc .fc-repayments-display #LoanRepaymentAmount,
.breakout-lg.strong-bg .fin-calc .fc-repayments-display #LoanRepaymentAmount,
.breakout-sm.strong-bg .fin-calc .fc-repayments-display #LoanRepaymentAmount {
  color: #182D3C;
}
/* ==========================================================================
* M7 CHAT MODULE - DESKTOP
* ========================================================================== */
.chat-floating-container {
  position: fixed;
  left: 0;
  top: 29%;
  min-height: 80px;
  width: 80px;
  z-index: 299;
  float: left;
  right: auto;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-decoration: none;
  text-align: center;
  color: #fff;
  background-color: #182D3C;
  border-top: 1px solid #D3D8DB;
  border-right: 1px solid #D3D8DB;
  border-bottom: 1px solid #D3D8DB;
  border-radius: 0 5px 5px 0;
}
.chat-floating-container:hover,
.chat-floating-container:focus {
  color: #425563;
  background-color: #FFD100;
  border-top: 1px solid #425563;
  border-right: 1px solid #425563;
  border-bottom: 1px solid #425563;
  text-decoration: none;
}
.chat-floating-container span {
  position: relative;
  line-height: 1;
  font-size: 1.5rem;
  font-family: "Stag Sans Web", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  display: block;
  padding: 3px;
  padding-bottom: 11px;
}
.chat-floating-container span:before {
  font-size: 3rem;
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  font-stretch: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f0e6";
  padding: 11px;
  padding-bottom: 5px;
}
.chat-floating-container.offline,
.chat-floating-container.offline:active,
.chat-floating-container.offline:hover,
.chat-floating-container.busy,
.chat-floating-container.busy:active,
.chat-floating-container.busy:hover {
  color: #fff;
  background: #D3D8DB;
  border-color: #D3D8DB;
  opacity: 0.8;
}
.chat-floating-container.busy span {
  font-size: 1.25rem;
}
.chat-floating-container.narrow-desktop {
  visibility: visible;
  float: none;
  border: none;
}
@media (max-width: 768px) {
  .chat-floating-container {
    position: fixed;
    left: auto;
    top: auto;
    bottom: 0px;
    min-height: 10px;
    width: auto;
    float: right;
    right: 9px;
    padding-right: 8px;
    border-radius: 5px 5px 0 0;
    border-left: 1px solid #D3D8DB;
  }
  .chat-floating-container:hover,
  .chat-floating-container:focus {
    border-left: 1px solid #425563;
  }
  .chat-floating-container span {
    line-height: 1;
    font-size: 1.5rem;
    padding-bottom: 0px;
  }
  .chat-floating-container span:before {
    font-size: inherit;
    display: inline-block;
    font-family: FontAwesome;
    content: "\f0e6";
    padding: 8px;
    padding-bottom: 8px;
  }
}
.map-module {
  /* list colours*/
  /* Infowindow Roboto font override */
  /* Modal window */
}
.map-module > .page-container {
  padding-bottom: 0;
}
.map-module #GeoLocateButton {
  border-radius: 40px;
  width: 40px;
  height: 40px;
  font-size: 22px;
  padding: 0;
  color: #182D3C;
}
.map-module .geoLabel {
  padding-left: 10px;
}
.map-module .specialOpenHoursText {
  color: #ED8D00;
}
.map-module .bh-sl-loc-list li:nth-child(even) {
  background: #E9EEF2;
}
.map-module .gm-style div,
.map-module .gm-style span,
.map-module .gm-style label,
.map-module .gm-style a {
  font-family: "Stag Sans Web", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.map-module .bh-sl-error {
  clear: both;
  float: left;
  width: 100%;
  padding: 10px 0;
  color: #ED8D00;
  font-weight: bold;
}
.map-module .bh-sl-container {
  color: #182D3C;
  /* Avoid image issues with Google Maps and CSS resets */
  /* Avoid issues with Google Maps and CSS frameworks */
}
.map-module .bh-sl-container form {
  text-align: center;
}
.map-module .bh-sl-container .page-container {
  padding-top: 0;
}
.map-module .bh-sl-container img {
  max-width: none !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}
.map-module .bh-sl-container > * {
  box-sizing: content-box !important;
}
.map-module .bh-sl-container .jumbotron {
  padding: 0;
  padding-top: 30px;
  margin-bottom: 0px;
  background: #182D3C;
  color: white;
}
.map-module .bh-sl-container .form-input label {
  margin-right: 10px;
}
.map-module .bh-sl-container .form-input input,
.map-module .bh-sl-container .form-input select {
  border-bottom-right-radius: 0px;
  border-top-right-radius: 0px;
  margin-right: -8px;
}
.map-module .bh-sl-container .bh-sl-loading {
  float: left;
  margin: 4px 0 0 10px;
  width: 16px;
  height: 16px;
  background: url(../img/ajax-loader.gif) no-repeat;
}
.map-module .bh-sl-container .bh-sl-filters-container {
  clear: both;
  width: 100%;
  margin: 15px 0;
}
.map-module .bh-sl-container .bh-sl-filters-container img {
  width: 50px;
  height: 50px;
}
.map-module .bh-sl-container .bh-sl-filters-container .bh-sl-filters {
  padding: 0;
  margin: 0;
  clear: both;
  text-align: center;
}
.map-module .bh-sl-container .bh-sl-filters-container .bh-sl-filters li {
  display: inline-block;
  margin: 5px 0;
}
.map-module .bh-sl-container .bh-sl-filters-container .bh-sl-filters li label {
  display: inline;
}
.map-module .bh-sl-container .bh-sl-filters-container .bh-sl-filters li input {
  margin: 2px 8px 2px 0;
}
.map-module .bh-sl-container .bh-sl-map-container a {
  color: #005293;
  text-decoration: none;
}
.map-module .bh-sl-container .bh-sl-map-container a:hover,
.map-module .bh-sl-container .bh-sl-map-container a:active {
  text-decoration: underline;
}
.map-module .bh-sl-container .bh-sl-loc-list {
  height: 530px;
  overflow-x: auto;
  font-size: 13px;
  background: white;
}
.map-module .bh-sl-container .bh-sl-loc-list ul {
  display: block;
  clear: left;
  float: left;
  width: 100%;
  list-style: none;
  margin: 0;
  padding: 0;
}
.map-module .bh-sl-container .bh-sl-loc-list ul li {
  display: block;
  clear: left;
  float: left;
  margin: 3% 4%;
  cursor: pointer;
  width: 92%;
  border: 1px solid #ffffff;
  /* Adding this to prevent moving li elements when adding the list-focus class*/
}
.map-module .bh-sl-container .bh-sl-loc-list .list-label {
  float: left;
  margin: 10px 0 0 6px;
  padding: 4px;
  width: 27px;
  text-align: center;
  background: #182D3C;
  color: #ffffff;
  font-weight: normal;
  border-radius: 15px;
  font-family: fontawesome;
}
.map-module .category-Member-service-centre:after {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f007";
}
.map-module .category-Member-Service-centre:after {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f007";
}
.map-module .category-Travel-centre:after {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f072";
}
.map-module .category-Auto-Services-centre:after {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f1b9";
}
.map-module .category-Driving-centre:after {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f0e4";
}
.map-module .bh-sl-container .bh-sl-loc-list .list-details {
  float: left;
  margin-left: 6px;
  width: 80%;
}
.map-module .bh-sl-container .bh-sl-loc-list .list-details .list-content {
  padding: 10px;
}
.map-module .bh-sl-container .bh-sl-loc-list .list-details .loc-dist {
  color: #425563;
}
.map-module .bh-sl-container .bh-sl-loc-list .list-focus {
  border: 1px solid #425563;
  transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s;
}
.map-module .bh-sl-container .bh-sl-loc-list .bh-sl-close-directions-container {
  width: 100%;
  height: 20px;
  position: relative;
}
.map-module .bh-sl-container .bh-sl-loc-list .bh-sl-close-directions-container .bh-sl-close-icon {
  top: 0;
  right: 6px;
}
.map-module .bh-sl-container .bh-sl-loc-list .bh-sl-noresults-title {
  font-weight: bold;
}
.map-module .bh-sl-container .loc-name {
  /* Picked up by both list and infowindows */
  font-size: 15px;
  font-weight: 600;
}
.map-module .bh-sl-container .bh-sl-map {
  height: 530px;
}
.map-module .bh-sl-container .bh-sl-pagination-container {
  clear: both;
}
.map-module .bh-sl-container .bh-sl-pagination-container ol {
  list-style-type: none;
  text-align: center;
  margin: 0;
  padding: 10px 0;
}
.map-module .bh-sl-container .bh-sl-pagination-container ol li {
  display: inline-block;
  padding: 10px;
  cursor: pointer;
  font: bold 14px Arial, Helvetica, sans-serif;
  color: #005293;
}
.map-module .bh-sl-container .bh-sl-pagination-container ol .bh-sl-current {
  color: #E9EEF2;
  cursor: auto;
  text-decoration: none;
}
.map-module .bh-sl-overlay {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 10000;
  background: url(../img/overlay-bg.png) repeat;
}
.map-module .bh-sl-overlay .bh-sl-modal-window {
  position: absolute;
  left: 50%;
  margin-left: -460px;
  /* width divided by 2 */
  margin-top: 60px;
  width: 920px;
  height: 620px;
  z-index: 10010;
  background: #ffffff;
  border-radius: 10px;
  box-shadow: 0 0 10px #425563;
}
.map-module .bh-sl-overlay .bh-sl-modal-window .bh-sl-map-container {
  margin-top: 50px;
  /* increase map container margin */
}
.map-module .bh-sl-overlay .bh-sl-modal-window .bh-sl-modal-content {
  float: left;
  padding: 0 22px;
  /* there's already a margin on the top of the map-container div */
}
.map-module .bh-sl-overlay .bh-sl-modal-window .bh-sl-close-icon {
  top: 13px;
  right: 22px;
}
.map-module .bh-sl-close-icon {
  position: absolute;
  cursor: pointer;
  height: 24px;
  width: 24px;
}
.map-module .bh-sl-close-icon:after,
.map-module .bh-sl-close-icon:before {
  position: absolute;
  top: 3px;
  right: 3px;
  bottom: 0;
  left: 50%;
  background: #D3D8DB;
  content: '';
  display: block;
  height: 24px;
  margin: -3px 0 0 -1px;
  width: 3px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.map-module .bh-sl-close-icon:hover:after,
.map-module .bh-sl-close-icon:hover:before {
  background: #D3D8DB;
}
.map-module .bh-sl-close-icon:before {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
@media (max-width: 991px) {
  .map-module #bh-sl-map {
    display: none;
  }
  .map-module .bh-sl-container .bh-sl-filters-container .bh-sl-filters {
    display: none;
  }
}
@media (max-width: 767px) {
  .map-module #bh-sl-submit {
    float: right;
    margin-top: -48px;
  }
}
.pac-container {
  color: #182D3C;
}
.pac-icon {
  display: none;
  margin-left: 5px;
}
.pac-item {
  color: #425563;
  font-family: "Stag Sans Web", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
}
.pac-item-query {
  color: #182D3C;
  font-family: "Stag Sans Web", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 500;
}
.pac-matched {
  font-family: "Stag Sans Web", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 500;
}
@media (min-width: 991px) {
  .pac-container:after {
    /* Disclaimer: not needed to show 'powered by Google' if also a Google Map is shown */
    background-image: none !important;
    height: 0px;
  }
}
.iFrame-module-inner {
  margin-left: -15px;
  margin-right: -15px;
}
.iFrame-module-content {
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 768px) {
  .iFrame-module-content.breakout,
  .iFrame-module-content.breakout-lg,
  .iFrame-module-content.breakout-sm {
    padding: 60px;
  }
}
@media (max-width: 479px) {
  .iFrame-module-content {
    width: 320px;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .iFrame-module-content {
    width: 480px;
  }
}
.iFrame-module-content {
  padding-bottom: 400px;
}
.gallery-thumbnails {
  padding-left: 0;
  list-style: none;
}
.gallery-thumbnails > li > a {
  display: block;
  overflow: hidden;
}
.light-box-gallery {
  margin-left: -5px;
  margin-right: -5px;
}
.light-box-gallery > a,
.light-box-gallery .gallery-thumbnail {
  padding-top: 5px;
  padding-bottom: 5px;
  display: block;
  overflow: hidden;
  text-align: center;
  float: left;
  width: 50%;
  position: relative;
  min-height: 1px;
  padding-left: 5px;
  padding-right: 5px;
}
@media (min-width: 768px) {
  .light-box-gallery > a,
  .light-box-gallery .gallery-thumbnail {
    float: left;
    width: 33.33333333%;
  }
}
@media (min-width: 992px) {
  .light-box-gallery > a,
  .light-box-gallery .gallery-thumbnail {
    float: left;
    width: 25%;
  }
}
@media (min-width: 1200px) {
  .light-box-gallery > a,
  .light-box-gallery .gallery-thumbnail {
    float: left;
    width: 16.66666667%;
  }
}
@media (max-width: 767px) {
  .light-box-gallery > a:nth-child(2n-1),
  .light-box-gallery .gallery-thumbnail:nth-child(2n-1) {
    clear: left;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .light-box-gallery > a:nth-child(3n-2),
  .light-box-gallery .gallery-thumbnail:nth-child(3n-2) {
    clear: left;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .light-box-gallery > a:nth-child(4n-3),
  .light-box-gallery .gallery-thumbnail:nth-child(4n-3) {
    clear: left;
  }
}
@media (min-width: 1200px) {
  .light-box-gallery > a:nth-child(6n-5),
  .light-box-gallery .gallery-thumbnail:nth-child(6n-5) {
    clear: left;
  }
}
.article-grid-item {
  display: flex;
  flex-direction: column;
  flex: 0 1 auto;
}
@media (min-width: 768px) {
  .feature-item-count-1 .article-grid-item:nth-child(1) {
    width: 100%;
  }
  .feature-item-count-1 .article-grid-item:nth-child(1) .tile,
  .feature-item-count-1 .article-grid-item:nth-child(1) .breakout,
  .feature-item-count-1 .article-grid-item:nth-child(1) .breakout-lg,
  .feature-item-count-1 .article-grid-item:nth-child(1) .breakout-sm {
    flex-direction: row;
  }
  .feature-item-count-1 .article-grid-item:nth-child(1) .photo-tile-image-container {
    width: calc(66.6666666666% +  13.33333333px);
    flex: 1 0 auto;
    height: auto;
    padding-bottom: 25%;
  }
  .feature-item-count-2 .article-grid-item:nth-child(1),
  .feature-item-count-4 .article-grid-item:nth-child(1),
  .feature-item-count-5 .article-grid-item:nth-child(1) {
    width: 66.666666666666%;
  }
  .feature-item-count-4 .article-grid-item:nth-child(4) {
    width: 66.666666666666%;
  }
}
@media print {
  *:not(.promo-banner-image):not(.photo-tile-image-container):not(.photo-bg-tile),
  *: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) ")";
    color: #666;
    position: static;
    text-decoration: none;
    font-size: 14px;
    font-weight: normal;
    vertical-align: baseline;
  }
  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,
  .rich-text > table,
  .body-copy > table,
  .tab-pane > table,
  .panel-body > table,
  .rich-text-module-content > table,
  .rich-text .table-responsive > table,
  .body-copy .table-responsive > table,
  .tab-pane .table-responsive > table,
  .panel-body .table-responsive > table,
  .rich-text-module-content .table-responsive > table,
  .feature-item-details > table,
  .feature-item-details .table-responsive > table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th,
  .rich-text > table td,
  .rich-text > table th,
  .body-copy > table td,
  .body-copy > table th,
  .tab-pane > table td,
  .tab-pane > table th,
  .panel-body > table td,
  .panel-body > table th,
  .rich-text-module-content > table td,
  .rich-text-module-content > table th,
  .rich-text .table-responsive > table td,
  .rich-text .table-responsive > table th,
  .body-copy .table-responsive > table td,
  .body-copy .table-responsive > table th,
  .tab-pane .table-responsive > table td,
  .tab-pane .table-responsive > table th,
  .panel-body .table-responsive > table td,
  .panel-body .table-responsive > table th,
  .rich-text-module-content .table-responsive > table td,
  .rich-text-module-content .table-responsive > table th,
  .feature-item-details > table td,
  .feature-item-details > table th,
  .feature-item-details .table-responsive > table td,
  .feature-item-details .table-responsive > table th {
    background-color: #fff !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
@media print {
  .site-alert,
  .site-header,
  .footer-site-search-section,
  .footer-sitemap-section *,
  .footer-utilities-section,
  .modal[role='dialog'],
  .top-tasks,
  .beams-divider,
  .social-sharing,
  .banner-text .back-button {
    display: none;
  }
  .footer-sitemap-section #footer-desc,
  .footer-sitemap-section .footer-desc {
    display: block;
  }
  .page-header .banner-text {
    padding: 0;
  }
  .banner-footer {
    margin-top: 0;
  }
  .banner-form-container .register-login-module,
  .banner-footer .container,
  .banner-callout-container .banner-callout,
  .provider-logo-inner {
    transform: none;
    margin-bottom: 0;
  }
  .promo-banner-title {
    margin: 0;
  }
  .page-header .page-header-inner {
    min-height: 0;
  }
  .page-header .page-header-inner .banner-text {
    margin: 1em 0;
    text-align: center;
    min-height: 0;
    padding: 0;
  }
  .tile-grid .tile,
  .tile-grid .breakout,
  .tile-grid .breakout-lg,
  .tile-grid .breakout-sm {
    min-height: 0;
  }
  .page-header-inner .tile-grid {
    margin: 0.5em 0;
  }
  .tile,
  .btn,
  .breakout,
  .breakout-lg,
  .breakout-sm {
    border: 1px solid #999;
  }
  .deal-tile-link {
    border: 1px solid #999;
  }
  .deal-type-icon {
    top: 0;
    right: 0;
  }
  .product-tile a.photo-bg-tile {
    border: 1px solid #999;
    flex-flow: column;
  }
  .product-tile a.photo-bg-tile:after {
    background: #ffffff !important;
    display: block;
  }
  .product-tile a.photo-bg-tile .members-save {
    display: none;
  }
  .product-tile a.photo-bg-tile .photo-bg-tile-details {
    background: #ffffff !important;
    width: 100%;
    max-width: 100%;
  }
  .page-container {
    padding-top: 1.5em;
    padding-bottom: 1em;
  }
  .module-title {
    margin: 0.5em 0;
  }
  .module-sub-title {
    margin: 1em 0;
  }
  .accordion .panel .collapse,
  .panel-collapse.collapse {
    display: block;
  }
}
/*# sourceMappingURL=rac-bootstrap.css.map */