@charset "UTF-8";
/* inlined file "packages/swat/styles/swat.css" */
.swat-hidden {
  display: none;
}
.swat-clear {
  clear: both;
}
img.swat-image-cell-renderer {
  vertical-align: middle;
}
.swat-none {
  color: #888;
}
option.swat-blank-option,
option.swat-flydown-option-divider {
  color: #888;
}
/* SwatFrame */
.swat-frame {
  margin: 1em 0;
  border: 1px solid #dcceb2;
  background: #fff url(../../packages/swat/images/swat-frame-background.png) top right no-repeat;
}
.swat-frame .swat-frame-title {
  margin: 1px 1px 0 1px;
  padding: 2px 6px;
  color: #6b5d40;
  background: #f8f6f0 url(../../packages/swat/images/swat-frame-header.png) bottom left repeat-x;
}
.swat-frame-contents {
  padding: 16px;
}
.swat-frame .swat-frame-subtitle {
  font-weight: normal;
}
/* SwatForm */
.swat-form {
  margin: 0;
  padding: 0;
}
.swat-form label {
  font-weight: bold;
  color: #333;
  cursor: default;
  /* For Konqueror */
}
.swat-form .swat-insensitive label {
  color: #999;
}
label.swat-control {
  font-weight: normal;
  display: inline;
}
span.swat-required,
span.swat-optional {
  font-weight: normal;
  color: #c4a000;
}
.swat-note {
  font-size: 85%;
  color: #666;
}
ul.swat-note {
  margin: 0;
  padding: 0.3em 0 0 1.5em;
}
div.swat-note {
  padding-top: 0.3em;
}
.swat-note ul {
  margin: 0.3em 0;
  padding-left: 2em;
}
.swat-form-field-checkbox {
  margin: 0 0 0.5em 0;
}
.swat-form-field-checkbox .swat-form-field-contents {
  display: inline;
  margin-right: 0.3em;
}
.swat-form-field-checkbox input {
  vertical-align: middle;
}
.swat-checkbox-list .swat-checkbox-list-column {
  float: left;
  padding-right: 1em;
}
.swat-checkbox-list ul,
.swat-checkbox-tree ul,
ul.swat-radio-list {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.swat-checkbox-list ul li,
.swat-checkbox-tree ul li,
ul.swat-radio-list li {
  list-style-type: none;
}
.swat-checkbox-list input,
.swat-checkbox-tree input,
.swat-radio-list input {
  vertical-align: middle;
}
.swat-checkbox-tree ul li ul li {
  margin-left: 1em;
}
.swat-check-all input {
  vertical-align: middle;
}
.swat-check-all label {
  display: inline;
}
.swat-extended-check-all {
  padding: 10px;
  margin: 10px;
  background-color: #fffbc9;
}
.swat-extended-check-all input {
  margin: 0 5px;
  vertical-align: text-bottom;
}
.swat-extended-check-all label {
  margin: 0 5px 0 0;
}
/* SwatFieldset */
.swat-fieldset,
.swat-grouping-form-field-fieldset {
  border: 1px solid #ccc;
  margin-bottom: 1em;
  padding: 0 1em 1em 1em;
  position: relative;
}
.swat-fieldset legend,
.swat-grouping-form-field legend {
  font-weight: bold;
  color: #666;
  padding: 0 0.3em;
  line-height: 2;
}
.swat-grouping-form-field .swat-form-field {
  padding-top: 1em;
}
.swat-grouping-form-field .swat-form-field label {
  color: #666;
  font-weight: normal;
}
/* Swat Date Entry and SwatTimeEntry*/
.swat-date-entry,
.swat-time-entry {
  white-space: nowrap;
}
/* Swat Actions */
.swat-actions {
  text-align: left;
}
.swat-actions-controls {
  margin-bottom: 0.5em;
}
.swat-actions,
.swat-header-form-field,
.swat-footer-form-field {
  padding: 1em 0;
}
.swat-frame .swat-actions,
.swat-frame .swat-header-form-field,
.swat-frame .swat-footer-form-field {
  background: #f1ebdf url(../../packages/swat/images/swat-form-footer.png) top left repeat-x;
  padding: 1em;
  margin: 15px -15px -15px -15px;
  position: relative;
}
.swat-frame .swat-header-form-field {
  background: #f7f5f3 url(../../packages/swat/images/swat-form-header.png) top left repeat-x;
  margin: -15px -15px 15px -15px;
  background-position: bottom left;
}
.swat-actions label {
  display: inline;
}
.swat-actions-note {
  color: #666;
  font-size: 85%;
  padding-top: 0.3em;
}
.swat-actions .swat-button-apply {
  font-weight: bold;
  color: #333;
}
/* Swat Buttons */
.swat-header-form-field input.swat-primary,
.swat-footer-form-field input.swat-primary {
  font-weight: bold;
}
.swat-header-form-field .swat-button,
.swat-footer-form-field .swat-button,
.swat-header-form-field .swat-reset-button,
.swat-footer-form-field .swat-reset-button {
  margin-right: 0.5em;
}
.swat-button-compact {
  font-size: 80%;
  padding: 0;
  border-width: 1px;
}
.swat-nowrap {
  white-space: nowrap;
}
.swat-button,
.swat-reset-button {
  vertical-align: middle;
}
.swat-button-processing-throbber {
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=0)';
  filter: alpha(opacity=0);
  opacity: 0;
  padding-left: 20px;
  margin-left: 0.5em;
  background: url(../../packages/swat/images/swat-button-throbber.gif) no-repeat 0 0;
  display: inline-block;
  /* This is needed for IE8 opacity to work */
}
.swat-image-button {
  cursor: pointer;
  cursor: hand;
}
input.swat-insensitive {
  cursor: default;
}
/* SwatFormField */
.swat-form-field {
  margin: 0 0 0.5em 0;
}
blockquote.swat-db-debug {
  border: 1px solid #666;
}
/* SwatAbstractOverlay */
.swat-overlay {
  background: #fff;
  border: 1px solid #ccc;
  padding: 0;
  margin: 0;
}
.swat-overlay-close-div {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
}
.swat-overlay .hd {
  text-align: right;
  padding: 2px;
}
.swat-overlay-close-link {
  font-weight: bold;
}
/* SwatRemoveInputCell */
.swat-remove-input-cell-remove {
  width: 22px;
  height: 22px;
  display: inline-block;
  background: transparent url(../../packages/swat/images/list-remove.png) no-repeat top left;
  overflow: hidden;
  text-indent: 110%;
  white-space: nowrap;
}
/* inlined file "packages/swat/styles/swat-details-view.css" */
/* SwatDetailsView */
.swat-details-view td {
  width: 70%;
}
.swat-details-view-field th,
.swat-details-view-vertical-field th,
.swat-details-view-vertical-field .swat-details-view-field-header {
  vertical-align: top;
  text-align: left;
  font-weight: bold;
  color: #666;
  width: 30%;
}
.swat-details-view-field th {
  text-align: right;
}
.swat-details-view-field ul {
  margin: 0;
  padding: 0 0 0 1.5em;
  list-style-type: circle;
}
/* inlined file "packages/swat/styles/swat-message.css" */
/* SwatMessage */
.swat-message-notification {
  zoom: 1;
  /* IE hack */
  border-color: #f0dca1;
  background-color: #fffbc9;
  background-image: url(../../packages/swat/images/tango/48/dialog-information.png);
}
.swat-message-warning {
  zoom: 1;
  /* IE hack */
  border-color: #facd00;
  background-color: #ff9;
  background-image: url(../../packages/swat/images/tango/48/dialog-warning.png);
}
.swat-message-error {
  zoom: 1;
  /* IE hack */
  border-color: #dc6e66;
  background-color: #ffe3e0;
  background-image: url(../../packages/swat/images/tango/48/dialog-error.png);
}
.swat-message-system-error {
  zoom: 1;
  /* IE hack */
  border-color: #dc6e66;
  background-color: #f33;
  background-image: url(../../packages/swat/images/tango/48/dialog-error.png);
}
.swat-message-cart {
  border-color: #f0dca1;
  background-color: #fffbc9;
  color: #7b4b09;
  background-image: url(../../packages/swat/images/swat-message-cart.png);
}
.swat-message-notification .swat-message-primary-content {
  color: #7b4b09;
}
.swat-message-warning .swat-message-primary-content {
  color: #533a15;
}
.swat-message-error .swat-message-primary-content {
  color: #e31b0c;
}
.swat-message-system-error .swat-message-primary-content {
  color: #fff;
}
.swat-message-cart .swat-message-primary-content {
  color: #7b4b09;
}
.swat-message-notification .swat-message-secondary-content {
  color: #947140;
}
.swat-message-warning .swat-message-secondary-content {
  color: #947140;
}
.swat-message-error .swat-message-secondary-content {
  color: #d44034;
}
.swat-message-system-error .swat-message-secondary-content {
  color: #eee;
}
.swat-message-cart .swat-message-secondary-content {
  color: #947140;
}
/* SwatFormField Messages */
.swat-form-field-messages,
.swat-table-view-input-row-messages {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.swat-form-field-messages .swat-message,
.swat-table-view-input-row-messages .swat-message {
  color: #c00;
  font-size: 85%;
  padding: 4px 4px 4px 24px;
  margin: 0.5em 0 0 0;
  list-style-type: none;
  background: transparent url(../../packages/swat/images/tango/16/dialog-error.png) 4px 4px no-repeat;
}
.swat-form-field-with-messages {
  position: relative;
  border: 1px solid #c00;
  background: #ffe3e0;
  padding: 0.5em;
  margin: 0.5em 0;
}
.swat-form-field-with-messages .swat-grouping-form-field-fieldset {
  margin-bottom: 0;
}
/* inlined file "packages/swat/styles/swat-message-display.css" */
/* SwatMessageDisplay */
.swat-message-display {
  margin: 1em 0 0 0;
  padding: 0;
}
.swat-message-display .swat-message {
  margin: 1em 0;
  position: relative;
  padding: 0;
  background-position: 8px 8px;
  background-repeat: no-repeat;
  border-width: 1px;
  border-style: solid;
  border-radius: 8px;
  overflow: hidden;
}
.swat-message-display .swat-message .swat-message-container {
  padding: 16px 12px 12px 64px;
  min-height: 32px;
}
.swat-message-display .swat-message-primary-content {
  margin: 0;
  font-weight: bold;
}
.swat-message-display .swat-message-with-secondary .swat-message-container {
  padding-top: 12px;
  min-height: 36px;
}
.swat-message-with-secondary .swat-message-display-dismiss-link {
  margin-top: 4px;
}
.swat-message-display-dismiss-link,
.swat-message-display-dismiss-link:link,
.swat-message-display-dismiss-link:visited {
  float: right;
  display: block;
  font-size: 85%;
  position: relative;
  top: -8px;
  right: -4px;
  height: 14px;
  width: 14px;
  background: url(../../packages/swat/images/dismiss.png) 0 0 no-repeat;
  text-indent: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-decoration: none;
  outline: none;
  line-height: 1;
}
.swat-message-display-dismiss-link:hover {
  background-position: 0 -14px;
}
/* inlined file "packages/swat/styles/swat-money-cell-renderer.css" */
.swat-money-cell-renderer {
  white-space: nowrap;
}
/* inlined file "packages/swat/styles/swat-null-text-cell-renderer.css" */
span.swat-null-text-cell-renderer {
  color: #888;
}
/* inlined file "packages/swat/styles/swat-radio-list.css" */
.swat-radio-list-divider {
  color: #ccc;
  margin-left: 21px;
}
/* inlined file "packages/swat/styles/swat-radio-table.css" */
td.swat-radio-table-input {
  vertical-align: top;
}
table.swat-radio-table .swat-radio-list-divider {
  margin-left: 0;
}
/* inlined file "packages/swat/styles/swat-search-entry.css" */
input.swat-search-entry-empty {
  color: #888;
}
/* inlined file "packages/swat/styles/swat-table-view.css" */
/* SwatTableView */
table.swat-table-view {
  width: 99%;
  /* this is not 100% because that makes IE choke on clears/floats */
}
.swat-table-view th,
.swat-table-view td {
  padding: 0.2em;
  text-align: left;
}
.swat-table-view thead th {
  border-bottom: 1px solid #eee;
}
.swat-table-view tbody tr {
  background: #fff url(../../packages/swat/images/swat-table-view-cell-background.png) bottom repeat-x;
}
.swat-table-view tbody tr.highlight,
.swat-table-view tbody tr.highlight-odd {
  background: #f7f5f3 url(../../packages/swat/images/swat-table-view-cell-highlight-background.png) bottom repeat-x;
}
.swat-table-view th {
  color: #666;
  font-size: 85%;
  font-weight: bold;
}
.swat-table-view thead th a:link,
.swat-table-view thead th a:visited {
  color: #333;
}
.swat-table-view thead th a:hover,
.swat-table-view thead th a:active {
  color: #000;
}
.swat-table-view td.swat-image-link-cell-renderer {
  width: 22px;
}
.swat-table-view td.swat-checkbox-cell-renderer {
  width: 24px;
}
.swat-table-view td.swat-radio-button-cell-renderer {
  width: 24px;
}
.swat-table-view .swat-table-view-group {
  font-weight: bold;
  padding-top: 1em;
  background: #fff;
  border-bottom: 1px solid #eee;
}
table.swat-table-view td.swat-boolean-cell-renderer,
table.swat-table-view th.swat-boolean-cell-renderer {
  text-align: center;
}
table.swat-table-view td.swat-numeric-cell-renderer,
table.swat-table-view th.swat-numeric-cell-renderer,
table.swat-table-view td.swat-money-cell-renderer,
table.swat-table-view th.swat-money-cell-renderer {
  text-align: right;
}
table.swat-table-view td.swat-rating-cell-renderer,
table.swat-table-view th.swat-rating-cell-renderer {
  text-align: left;
}
/* Error styling */
.swat-table-view tbody tr.swat-error {
  background-color: #ffe3e0;
  background-image: url(../../packages/swat/images/swat-table-view-cell-error-background.png);
}
.swat-table-view td.swat-error {
  background: #dc6e66;
}
tr.swat-table-view-input-row-messages {
  background-color: #ffe3e0;
  color: #e31b0c;
}
tfoot.swat-table-view-invalid-tfoot-ordering {
  display: table-row-group;
}
/* SwatTableViewSpanningColumn */
.swat-table-view .swat-table-view-spanning-column th {
  text-align: right;
}
/* Cell renderers in columns */
div.swat-table-view-column-renderer {
  display: inline;
}
.swat-table-view-orderable-column-title-last {
  background-image: url(../../packages/swat/images/swat-table-view-orderable-column.png);
  background-repeat: no-repeat;
  padding-right: 12px;
}
.swat-table-view-orderable-column-ascending .swat-table-view-orderable-column-title-last {
  background-position: 100% 25%;
}
.swat-table-view-orderable-column-descending .swat-table-view-orderable-column-title-last {
  background-position: 100% 75%;
}
/* inlined file "packages/swat/styles/swat-textarea.css" */
div.swat-textarea-container {
  line-height: 1;
}
div.swat-textarea-container textarea {
  margin: 0;
  padding: 0;
  resize: none;
}
div.swat-textarea-container textarea.swat-textarea-resizeable {
  resize: vertical;
}
.swat-textarea-editor-container .swat-textarea-container textarea.swat-textarea-editor-source-mode {
  width: 99.5%;
  max-width: 99.5%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: scroll;
  border: 0;
  resize: none;
  outline: none;
  padding: 1px;
}
/* inlined file "packages/swat/styles/swat-tool-link.css" */
/*
 * NOTE: Some SwatToolLink styles are overridden in swat-toolbar.css when
 *       SwatToolLinks are contained in a SwatToolbar, yo!
 */
.swat-tool-link,
.swat-tool-link-insensitive {
  line-height: 1;
  padding: 4px 8px;
  margin-right: 6px;
  border: 1px solid #f0eade;
  text-decoration: none;
  background-color: #f9f7f2;
  display: inline-block;
}
.swat-tool-link .swat-tool-link-icon {
  display: none;
  line-height: 1;
  margin: 0 6px 0 0;
  width: 16px;
  height: 16px;
  vertical-align: middle;
  background-image: url(../../packages/swat/images/swat-tool-link-icons.png);
  background-repeat: no-repeat;
}
.swat-tool-link .swat-tool-link-title {
  vertical-align: middle;
  line-height: 16px;
  display: inline-block;
  text-shadow: 0 1px 0 #fff;
}
.swat-tool-link-insensitive {
  color: #b4a386;
}
a.swat-tool-link:hover {
  background-color: #f3efe5;
}
a.swat-tool-link:hover .swat-tool-link-title {
  text-decoration: underline;
}
.swat-tool-link-cancel:link,
.swat-tool-link-cancel:visited,
.swat-toolbar .swat-tool-link-cancel:link,
.swat-toolbar .swat-tool-link-cancel:visited {
  color: #c00;
}
.swat-tool-link-add:link,
.swat-tool-link-add:visited,
.swat-tool-link-create:link,
.swat-tool-link-create:visited,
.swat-toolbar .swat-tool-link-add:link,
.swat-toolbar .swat-tool-link-add:visited,
.swat-toolbar .swat-tool-link-create:link,
.swat-toolbar .swat-tool-link-create:visited {
  color: #438d04;
}
.swat-tool-link-delete:link,
.swat-tool-link-delete:visited,
.swat-toolbar .swat-tool-link-delete:link,
.swat-toolbar .swat-tool-link-delete:visited {
  color: #c00;
}
/* Make the icons appear */
.swat-tool-link-cancel .swat-tool-link-icon,
.swat-tool-link-add .swat-tool-link-icon,
.swat-tool-link-create .swat-tool-link-icon,
.swat-tool-link-delete .swat-tool-link-icon,
.swat-tool-link-download .swat-tool-link-icon,
.swat-tool-link-edit .swat-tool-link-icon,
.swat-tool-link-email .swat-tool-link-icon,
.swat-tool-link-print .swat-tool-link-icon,
.swat-tool-link-change-order .swat-tool-link-icon {
  display: inline-block;
}
/* Icon styles */
.swat-tool-link-cancel .swat-tool-link-icon {
  background-position: 0 0;
}
.swat-tool-link-add .swat-tool-link-icon,
.swat-tool-link-create .swat-tool-link-icon {
  background-position: 0 -16px;
}
.swat-tool-link-delete .swat-tool-link-icon {
  background-position: 0 -32px;
}
.swat-tool-link-download .swat-tool-link-icon {
  background-position: 0 -48px;
}
.swat-tool-link-edit .swat-tool-link-icon {
  background-position: 0 -64px;
}
.swat-tool-link-email .swat-tool-link-icon {
  background-position: 0 -80px;
}
.swat-tool-link-print .swat-tool-link-icon {
  background-position: 0 -96px;
}
.swat-tool-link-change-order .swat-tool-link-icon {
  background-position: 0 -112px;
}
/* Insensitive icon styles */
.swat-tool-link-cancel .swat-tool-link-icon-insensitive {
  background-position: -16px 0;
}
.swat-tool-link-add .swat-tool-link-icon-insensitive,
.swat-tool-link-create .swat-tool-link-icon-insensitive {
  background-position: -16px -16px;
}
.swat-tool-link-delete .swat-tool-link-icon-insensitive {
  background-position: -16px -32px;
}
.swat-tool-link-download .swat-tool-link-icon-insensitive {
  background-position: -16px -48px;
}
.swat-tool-link-edit .swat-tool-link-icon-insensitive {
  background-position: -16px -64px;
}
.swat-tool-link-email .swat-tool-link-icon-insensitive {
  background-position: -16px -80px;
}
.swat-tool-link-print .swat-tool-link-icon-insensitive {
  background-position: -16px -96px;
}
.swat-tool-link-change-order .swat-tool-link-icon-insensitive {
  background-position: -16px -112px;
}
/* inlined file "packages/site/styles/site-account-login-page.css" */
/* Account Login page */
.account-login-page #password {
  vertical-align: middle;
}
.account-login-page #password_field a {
  margin-left: 10px;
  vertical-align: middle;
  display: inline-block;
}
.account-login-page #new_customers_frame p {
  margin: 0 0 1em 0;
}
.account-login-page .swat-footer-form-field .swat-button {
  vertical-align: middle;
}
/* inlined file "vendor/ionicons/css/ionicons.css" */
/*!
  Ionicons, v2.1.0
  Created by Ben Sperry for the Ionic Framework, http://ionicons.com/
  https://twitter.com/benjsperry  https://twitter.com/ionicframework
  MIT License: https://github.com/driftyco/ionicons

  Android-style icons originally built by Google’s
  Material Design Icons: https://github.com/google/material-design-icons
  used under CC BY http://creativecommons.org/licenses/by/4.0/
  Modified icons to fit ionicon’s grid from original.
*/
@font-face {
  font-family: "Ionicons";
  src: url("../../vendor/ionicons/fonts/ionicons.eot?v=2.1.0");
  src: url("../../vendor/ionicons/fonts/ionicons.eot?v=2.1.0#iefix") format("embedded-opentype"), url("../../vendor/ionicons/fonts/ionicons.ttf?v=2.1.0") format("truetype"), url("../../vendor/ionicons/fonts/ionicons.woff?v=2.1.0") format("woff"), url("../../vendor/ionicons/fonts/ionicons.svg?v=2.1.0#Ionicons") format("svg");
  font-weight: normal;
  font-style: normal;
}
.ion,
.ionicons,
.ion-checkmark-round:before,
.ion-chevron-down:before,
.ion-chevron-left:before,
.ion-chevron-right:before,
.ion-chevron-up:before,
.ion-document:before,
.ion-document-text:before,
.ion-email:before,
.ion-flag:before,
.ion-help-circled:before,
.ion-ios-circle-filled:before,
.ion-ios-circle-outline:before,
.ion-locked:before,
.ion-log-out:before,
.ion-navicon-round:before,
.ion-pause:before,
.ion-person-stalker:before,
.ion-play:before,
.ion-podcast:before,
.ion-radio-waves:before,
.ion-search:before,
.ion-skip-backward:before,
.ion-skip-forward:before,
.ion-social-facebook:before,
.ion-social-instagram:before,
.ion-social-rss:before,
.ion-social-tumblr:before,
.ion-social-twitter:before,
.ion-social-youtube:before,
.ion-videocamera:before {
  display: inline-block;
  font-family: "Ionicons";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  text-rendering: auto;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.ion-checkmark-round:before {
  content: "";
}
.ion-chevron-down:before {
  content: "";
}
.ion-chevron-left:before {
  content: "";
}
.ion-chevron-right:before {
  content: "";
}
.ion-chevron-up:before {
  content: "";
}
.ion-document:before {
  content: "";
}
.ion-document-text:before {
  content: "";
}
.ion-email:before {
  content: "";
}
.ion-flag:before {
  content: "";
}
.ion-help-circled:before {
  content: "";
}
.ion-ios-circle-filled:before {
  content: "";
}
.ion-ios-circle-outline:before {
  content: "";
}
.ion-locked:before {
  content: "";
}
.ion-log-out:before {
  content: "";
}
.ion-navicon-round:before {
  content: "";
}
.ion-pause:before {
  content: "";
}
.ion-person-stalker:before {
  content: "";
}
.ion-play:before {
  content: "";
}
.ion-podcast:before {
  content: "";
}
.ion-radio-waves:before {
  content: "";
}
.ion-search:before {
  content: "";
}
.ion-skip-backward:before {
  content: "";
}
.ion-skip-forward:before {
  content: "";
}
.ion-social-facebook:before {
  content: "";
}
.ion-social-instagram:before {
  content: "";
}
.ion-social-rss:before {
  content: "";
}
.ion-social-tumblr:before {
  content: "";
}
.ion-social-twitter:before {
  content: "";
}
.ion-social-youtube:before {
  content: "";
}
.ion-videocamera:before {
  content: "";
}
/*# sourceMappingURL=ionicons.css.map */
/* inlined file "packages/store/styles/store-account-address-edit-page.css" */
/* Address Verification */
.account-address-verified {
  margin: 0;
  padding: 0;
}
.account-address-verified span.address {
  display: block;
  padding: 0 0.5em 1em 1em;
}
.swat-message-display .address-verification-yes {
  margin-right: 0.5em;
  font-weight: bold;
}
/* inlined file "packages/store/styles/store-checkout-address-page.css" */
/* Billing & Shipping Addresses */
#billing_address_form,
#shipping_address_form {
  border: 0;
  padding: 0;
  /* Set a solid background color to make new address disclosure not */
  /* have Cleartype issues in Windows XP. Background must be overridden */
  /* On sites without a white background. */
  background: #fff;
}
.add-new {
  font-weight: bold;
}
.swat-form #mailing_subscriber_field {
  clear: left;
}
.swat-form #mailing_subscriber_field label {
  font-weight: normal;
}
/* Address Verification */
.checkout-address-verified {
  margin: 0;
  padding: 0;
}
.checkout-address-verified span.address {
  display: block;
  padding: 0 0 1em 1em;
}
.swat-message-display .address-verification-yes {
  margin-right: 0.5em;
  font-weight: bold;
}
/* inlined file "packages/store/styles/store-checkout-confirmation-page.css" */
.swat-fieldset address {
  font-style: normal;
}
#checkout_footer .swat-primary {
  font-weight: bold;
  font-size: 120%;
  margin: 0;
}
/* Multiple Payments Table */
.multiple-payment-table {
  margin: 0;
}
.multiple-payment-table th.payment {
  width: 98%;
}
.multiple-payment-table .payment-amount {
  text-align: right;
}
.multiple-payment-table tbody th {
  font-weight: normal;
}
.multiple-payment-table tbody th.payment,
.multiple-payment-table tbody td.payment-amount {
  border-bottom: 1px solid #ddd;
}
.multiple-payment-table tfoot th {
  text-align: right;
}
.multiple-payment-table tfoot td.payment-amount {
  font-weight: bold;
}
.multiple-payment-table .payment-remaining .payment-amount {
  background: #ffe3e0;
  color: #c00;
  font-weight: bold;
  border: 1px solid #dc6e66;
}
.new-payment-link {
  margin: 0.5em 0 0 0;
}
/* inlined file "packages/store/styles/store-checkout-payment-method-page.css" */
#payment_method_form {
  border: 0;
  padding: 0;
}
.add-new {
  font-weight: bold;
}
.swat-form #payment_method_save_field label {
  font-weight: normal;
}
.swat-footer-form-field {
  clear: both;
}
#card_verification_value_field .swat-entry,
#account_card_verification_value_field .swat-entry {
  width: auto;
}
#card_verification_value_field .swat-note img,
#account_card_verification_value_field .swat-note img {
  vertical-align: middle;
}
/* Multiple Payments Table */
.multiple-payment-table {
  margin: 0;
}
.multiple-payment-table th.payment {
  width: 98%;
}
.multiple-payment-table .payment-amount {
  text-align: right;
}
.multiple-payment-table tbody th {
  font-weight: normal;
}
.multiple-payment-table tbody th.payment,
.multiple-payment-table tbody td.payment-amount {
  border-bottom: 1px solid #ddd;
}
.multiple-payment-table tfoot th {
  text-align: right;
}
.multiple-payment-table tfoot td.payment-amount {
  font-weight: bold;
}
.multiple-payment-table .payment-remaining .payment-amount {
  background: #ffe3e0;
  color: #c00;
  font-weight: bold;
  border: 1px solid #dc6e66;
}
.new-payment-link {
  margin: 0.5em 0 0 0;
}
/* inlined file "packages/store/styles/store-order-payment-methods-cell-renderer.css" */
.store-order-payment-methods-cell-renderer {
  border-top: 1px solid #ddd;
}
.store-order-payment-methods-cell-renderer th,
.store-order-payment-methods-cell-renderer td {
  width: auto;
  padding: 0.5em;
}
.store-order-payment-methods-cell-renderer .payment-amount {
  text-align: right;
}
.store-order-payment-methods-cell-renderer tbody th {
  font-weight: normal;
  text-align: left;
}
.store-order-payment-methods-cell-renderer tbody th.payment,
.store-order-payment-methods-cell-renderer tbody td.payment-amount {
  border-bottom: 1px solid #ddd;
}
.store-order-payment-methods-cell-renderer tfoot th {
  text-align: right;
  font-weight: bold;
}
.store-order-payment-methods-cell-renderer tfoot td.payment-amount {
  font-weight: bold;
}
/* inlined file "packages/store/styles/store-total-row.css" */
.swat-table-view .store-total-row th {
  text-align: right;
}
.swat-table-view .store-total-row .note {
  font-weight: normal;
  color: #666;
}
/* inlined file "vendor/nouislider/js/nouislider.css" */
/*! nouislider - 10.1.0 - 2017-07-28 17:11:18 */
/* Functional styling;
 * These styles are required for noUiSlider to function.
 * You don't need to change these rules to apply your design.
 */
.noUi-target,
.noUi-target * {
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-user-select: none;
  -ms-touch-action: none;
  touch-action: none;
  -ms-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.noUi-target {
  position: relative;
  direction: ltr;
}
.noUi-base {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
  /* Fix 401 */
}
.noUi-connect {
  position: absolute;
  right: 0;
  top: 0;
  left: 0;
  bottom: 0;
}
.noUi-origin {
  position: absolute;
  height: 0;
  width: 0;
}
.noUi-handle {
  position: relative;
  z-index: 1;
}
.noUi-state-tap .noUi-connect,
.noUi-state-tap .noUi-origin {
  -webkit-transition: top 0.3s, right 0.3s, bottom 0.3s, left 0.3s;
  transition: top 0.3s, right 0.3s, bottom 0.3s, left 0.3s;
}
.noUi-state-drag * {
  cursor: inherit !important;
}
/* Painting and performance;
 * Browsers can paint handles in their own layer.
 */
.noUi-base,
.noUi-handle {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
/* Slider size and handle placement;
 */
.noUi-horizontal {
  height: 18px;
}
.noUi-horizontal .noUi-handle {
  width: 34px;
  height: 28px;
  left: -17px;
  top: -6px;
}
.noUi-vertical {
  width: 18px;
}
.noUi-vertical .noUi-handle {
  width: 28px;
  height: 34px;
  left: -6px;
  top: -17px;
}
/* Styling;
 */
.noUi-target {
  background: #FAFAFA;
  border-radius: 4px;
  border: 1px solid #D3D3D3;
  box-shadow: inset 0 1px 1px #F0F0F0, 0 3px 6px -5px #BBB;
}
.noUi-connect {
  background: #3FB8AF;
  border-radius: 4px;
  box-shadow: inset 0 0 3px rgba(51, 51, 51, 0.45);
  -webkit-transition: background 450ms;
  transition: background 450ms;
}
/* Handles and cursors;
 */
.noUi-draggable {
  cursor: ew-resize;
}
.noUi-vertical .noUi-draggable {
  cursor: ns-resize;
}
.noUi-handle {
  border: 1px solid #D9D9D9;
  border-radius: 3px;
  background: #FFF;
  cursor: default;
  box-shadow: inset 0 0 1px #FFF, inset 0 1px 7px #EBEBEB, 0 3px 6px -3px #BBB;
}
.noUi-active {
  box-shadow: inset 0 0 1px #FFF, inset 0 1px 7px #DDD, 0 3px 6px -3px #BBB;
}
/* Handle stripes;
 */
.noUi-handle:before,
.noUi-handle:after {
  content: "";
  display: block;
  position: absolute;
  height: 14px;
  width: 1px;
  background: #E8E7E6;
  left: 14px;
  top: 6px;
}
.noUi-handle:after {
  left: 17px;
}
.noUi-vertical .noUi-handle:before,
.noUi-vertical .noUi-handle:after {
  width: 14px;
  height: 1px;
  left: 6px;
  top: 14px;
}
.noUi-vertical .noUi-handle:after {
  top: 17px;
}
/* Disabled state;
 */
[disabled] .noUi-connect {
  background: #B8B8B8;
}
[disabled].noUi-target,
[disabled].noUi-handle,
[disabled] .noUi-handle {
  cursor: not-allowed;
}
/* Base;
 *
 */
.noUi-pips,
.noUi-pips * {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.noUi-pips {
  position: absolute;
  color: #999;
}
/* Values;
 *
 */
.noUi-value {
  position: absolute;
  white-space: nowrap;
  text-align: center;
}
.noUi-value-sub {
  color: #ccc;
  font-size: 10px;
}
/* Markings;
 *
 */
.noUi-marker {
  position: absolute;
  background: #CCC;
}
.noUi-marker-sub {
  background: #AAA;
}
.noUi-marker-large {
  background: #AAA;
}
/* Horizontal layout;
 *
 */
.noUi-pips-horizontal {
  padding: 10px 0;
  height: 80px;
  top: 100%;
  left: 0;
  width: 100%;
}
.noUi-value-horizontal {
  -webkit-transform: translate3d(-50%, 50%, 0);
  transform: translate3d(-50%, 50%, 0);
}
.noUi-marker-horizontal.noUi-marker {
  margin-left: -1px;
  width: 2px;
  height: 5px;
}
.noUi-marker-horizontal.noUi-marker-sub {
  height: 10px;
}
.noUi-marker-horizontal.noUi-marker-large {
  height: 15px;
}
/* Vertical layout;
 *
 */
.noUi-pips-vertical {
  padding: 0 10px;
  height: 100%;
  top: 0;
  left: 100%;
}
.noUi-value-vertical {
  -webkit-transform: translate3d(0, 50%, 0);
  transform: translate3d(0, 50%, 0);
  padding-left: 25px;
}
.noUi-marker-vertical.noUi-marker {
  width: 5px;
  height: 2px;
  margin-top: -1px;
}
.noUi-marker-vertical.noUi-marker-sub {
  width: 10px;
}
.noUi-marker-vertical.noUi-marker-large {
  width: 15px;
}
.noUi-tooltip {
  display: block;
  position: absolute;
  border: 1px solid #D9D9D9;
  border-radius: 3px;
  background: #fff;
  color: #000;
  padding: 5px;
  text-align: center;
  white-space: nowrap;
}
.noUi-horizontal .noUi-tooltip {
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  left: 50%;
  bottom: 120%;
}
.noUi-vertical .noUi-tooltip {
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  top: 50%;
  right: 120%;
}
/* inlined file "packages/rap/styles/rap-audio-player.less" */
/* at-import inlined file "packages/rap/styles/rap-mixins.less" */
/* at-import inlined file "vendor/bootstrap/less/variables.less" */
/* at-import inlined file "vendor/bootstrap/less/mixins.less" */
/* at-import inlined file "vendor/bootstrap/less/mixins/hide-text.less" */
/* at-import inlined file "vendor/bootstrap/less/mixins/opacity.less" */
/* at-import inlined file "vendor/bootstrap/less/mixins/image.less" */
/* at-import inlined file "vendor/bootstrap/less/mixins/labels.less" */
/* at-import inlined file "vendor/bootstrap/less/mixins/reset-filter.less" */
/* at-import inlined file "vendor/bootstrap/less/mixins/resize.less" */
/* at-import inlined file "vendor/bootstrap/less/mixins/responsive-visibility.less" */
/* at-import inlined file "vendor/bootstrap/less/mixins/size.less" */
/* at-import inlined file "vendor/bootstrap/less/mixins/tab-focus.less" */
/* at-import inlined file "vendor/bootstrap/less/mixins/reset-text.less" */
/* at-import inlined file "vendor/bootstrap/less/mixins/text-emphasis.less" */
/* at-import inlined file "vendor/bootstrap/less/mixins/text-overflow.less" */
/* at-import inlined file "vendor/bootstrap/less/mixins/vendor-prefixes.less" */
/* at-import inlined file "vendor/bootstrap/less/mixins/alerts.less" */
/* at-import inlined file "vendor/bootstrap/less/mixins/buttons.less" */
/* at-import inlined file "vendor/bootstrap/less/mixins/panels.less" */
/* at-import inlined file "vendor/bootstrap/less/mixins/pagination.less" */
/* at-import inlined file "vendor/bootstrap/less/mixins/list-group.less" */
/* at-import inlined file "vendor/bootstrap/less/mixins/nav-divider.less" */
/* at-import inlined file "vendor/bootstrap/less/mixins/forms.less" */
/* at-import inlined file "vendor/bootstrap/less/mixins/progress-bar.less" */
/* at-import inlined file "vendor/bootstrap/less/mixins/table-row.less" */
/* at-import inlined file "vendor/bootstrap/less/mixins/background-variant.less" */
/* at-import inlined file "vendor/bootstrap/less/mixins/border-radius.less" */
/* at-import inlined file "vendor/bootstrap/less/mixins/gradients.less" */
/* at-import inlined file "vendor/bootstrap/less/mixins/clearfix.less" */
/* at-import inlined file "vendor/bootstrap/less/mixins/center-block.less" */
/* at-import inlined file "vendor/bootstrap/less/mixins/nav-vertical-align.less" */
/* at-import inlined file "vendor/bootstrap/less/mixins/grid-framework.less" */
/* at-import inlined file "vendor/bootstrap/less/mixins/grid.less" */
body {
  counter-reset: subscribeSectionNumber;
}
/* at-import inlined file "styles/mixins.less" */
.rap-audio-player .noUi-target,
.rap-audio-player .noUi-handle {
  background: none;
  box-shadow: none;
  border: 0;
}
.rap-audio-player .noUi-target:before,
.rap-audio-player .noUi-handle:before,
.rap-audio-player .noUi-target:after,
.rap-audio-player .noUi-handle:after {
  display: none;
}
.rap-audio-player-slider-container .noUi-target,
.rap-audio-player-slider-container .noUi-target * {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-touch-action: none;
  -ms-user-select: none;
}
.rap-audio-player-slider-container .noUi-target {
  position: relative;
  direction: ltr;
  margin: 0 67px;
  height: 12px;
  background: #a8aeb8;
  border-radius: 6px;
}
.rap-audio-player-slider-container .noUi-base {
  width: 100%;
  height: 100%;
  position: relative;
}
.rap-audio-player-slider-container .noUi-origin {
  position: absolute;
  right: 0;
  top: 0;
  left: 0;
  bottom: 0;
  width: auto;
  height: auto;
  background: #dad7cf;
  border-radius: 6px;
}
.rap-audio-player-slider-container .noUi-handle {
  position: relative;
  z-index: 1;
  outline: none;
}
.rap-audio-player-slider-container .noUi-stacking .noUi-handle {
  z-index: 10;
}
.rap-audio-player-slider-container .noUi-state-tap .noUi-origin {
  transition: left 0.3s, top 0.3s;
}
.rap-audio-player-slider-container .noUi-state-drag * {
  cursor: inherit !important;
}
.rap-audio-player-slider-container .noUi-pips {
  padding: 3px 0;
  color: rgba(255, 255, 255, 0.6);
  font-size: 11px;
  font-weight: 200;
}
.rap-audio-player-slider-container .noUi-marker-normal {
  height: 2px;
  background: rgba(255, 255, 255, 0.2);
}
.rap-audio-player-slider-container .noUi-marker-large {
  height: 5px;
  background: rgba(255, 255, 255, 0.6);
}
.rap-audio-player-slider-container .noUi-base {
  transform: translate3d(0, 0, 0);
}
.rap-audio-player-slider-container .noUi-handle {
  width: 24px;
  height: 24px;
  left: -12px;
  top: -6px;
  border-radius: 50%;
  background: #ff6d2d;
  background: #5e6775;
}
.rap-audio-player-slider-container .noUi-target[disabled],
.rap-audio-player-slider-container .noUi-target[disabled] .noUi-origin,
.rap-audio-player-slider-container .noUi-target[disabled] .noUi-handle {
  background: #ecebe7;
}
.rap-audio-player:before,
.rap-audio-player:after {
  content: ' ';
  display: table;
}
.rap-audio-player:after {
  clear: both;
}
.rap-audio-player.rap-audio-player-hidden {
  display: none;
}
.rap-audio-player-remaining-time,
.rap-audio-player-negative-sign,
.rap-audio-player-current-time {
  position: absolute;
  top: 4px;
  display: inline-block;
  font-size: 12px;
}
.rap-audio-player-current-time {
  width: 45px;
  text-align: right;
  left: 0;
}
.rap-audio-player-negative-sign {
  right: 40px;
  width: 5px;
  text-align: right;
}
.rap-audio-player-remaining-time {
  width: 40px;
  text-align: left;
  right: 0;
}
.rap-audio-player-note {
  height: 0;
  overflow: hidden;
  clear: both;
}
.rap-audio-player-note.note-visible {
  height: auto;
  background-color: #fffbc9;
  margin: 0;
  border: solid 1px #f0dca1;
  border-radius: 6px;
  padding: 15px;
  color: #555;
}
.rap-audio-player-note h4 {
  margin: 0 0 5px;
  font-size: 18px;
}
.rap-audio-player-note p {
  margin: 5px 0 0;
  font-size: 12px;
}
#sm2-container {
  margin: 5px 0 0;
  background: #fff;
}
#sm2-container object,
#sm2-container embed {
  height: 100px;
  display: block;
}
#sm2-container object {
  width: 100%;
}
.rap-audio-player {
  background: #fff;
  border-radius: 6px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  margin-bottom: 10px;
  position: relative;
  min-height: 20px;
  font-size: 18px;
  line-height: 1.42857143;
  padding: 20px;
}
.rap-audio-player .rap-audio-player-buttons {
  text-align: center;
  margin-top: 15px;
}
.rap-audio-player .rap-audio-player-button-icon {
  background-image: url("../../packages/rap/images/player/rap-audio-player-controls.png");
  width: 36px;
  height: 36px;
  display: inline-block;
  position: relative;
  vertical-align: center;
  top: 50%;
  margin-top: -18px;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3/2), (min-device-pixel-ratio: 1.5), (min-resolution: 1.5dppx) {
  .rap-audio-player .rap-audio-player-button-icon {
    background-image: url("../../packages/rap/images/player/rap-audio-player-controls@2x.png");
    background-size: 72px 216px;
  }
}
.rap-audio-player .rap-audio-player-nav {
  vertical-align: middle;
  display: inline-block;
  width: 60px;
  height: 60px;
  text-align: center;
  white-space: nowrap;
  margin: 0;
  padding: 0;
}
.rap-audio-player a.rap-audio-player-previous .rap-audio-player-button-icon {
  background-position: 0 0;
}
.rap-audio-player .rap-audio-player-next {
  margin: 0 10px;
}
.rap-audio-player a.rap-audio-player-next .rap-audio-player-button-icon {
  background-position: 0 -36px;
}
.rap-audio-player span.rap-audio-player-previous .rap-audio-player-button-icon {
  background-position: -36px 0;
}
.rap-audio-player span.rap-audio-player-next .rap-audio-player-button-icon {
  background-position: -36px -36px;
}
.rap-audio-player .rap-audio-player-button {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  border: none;
  font-weight: 400;
  min-height: 40px;
  padding: 0 20px;
  background-color: #5e6775;
  color: #fff;
  -webkit-transition: box-shadow 0.3s ease-out;
  -o-transition: box-shadow 0.3s ease-out;
  transition: box-shadow 0.3s ease-out;
  vertical-align: middle;
  display: inline-block;
  width: 70px;
  height: 70px;
  text-indent: 0;
  text-align: center;
  margin: 0 20px;
  padding: 0;
  border-radius: 50%;
}
.rap-audio-player .rap-audio-player-button.disabled,
.rap-audio-player .rap-audio-player-button[disabled],
fieldset[disabled] .rap-audio-player .rap-audio-player-button {
  background-color: #aaa;
  cursor: not-allowed;
  pointer-events: none;
  filter: alpha(opacity=65);
  opacity: 0.65;
}
.rap-audio-player .rap-audio-player-button,
.rap-audio-player .rap-audio-player-button:active,
.rap-audio-player .rap-audio-player-button.active {
  outline: 0;
}
.rap-audio-player .rap-audio-player-button:focus,
.rap-audio-player .rap-audio-player-button:active:focus,
.rap-audio-player .rap-audio-player-button.active:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.rap-audio-player .rap-audio-player-button:hover,
.rap-audio-player .rap-audio-player-button:focus {
  color: #fff;
  text-decoration: none;
  -webkit-transition: all 0.1s ease-in;
  -o-transition: all 0.1s ease-in;
  transition: all 0.1s ease-in;
}
.rap-audio-player .rap-audio-player-button:hover,
.rap-audio-player .rap-audio-player-button:active,
.rap-audio-player .rap-audio-player-button:focus {
  background-color: #323b4b;
}
.rap-audio-player .rap-audio-player-button.play .rap-audio-player-button-icon {
  background-position: 0 -72px;
}
.rap-audio-player .rap-audio-player-button.pause .rap-audio-player-button-icon {
  background-position: 0 -108px;
}
.rap-audio-player .rap-audio-player-text {
  text-align: center;
  width: auto;
  margin-bottom: 15px;
}
.rap-audio-player .rap-audio-player-text h2 {
  margin: 0;
  font-weight: 400;
  font-size: 18px;
}
.rap-audio-player .edition-faculty {
  font-size: 14px;
  color: #7d7d7d;
}
.rap-audio-player .rap-audio-player-header {
  color: #999;
}
.rap-audio-player .rap-audio-player-slider-container {
  position: relative;
  text-align: center;
  color: #3c4557;
  padding: 6px 0;
}
.rap-audio-player .rap-audio-player-artwork-container {
  position: relative;
  text-align: center;
  padding-bottom: 20px;
}
.rap-audio-player .rap-audio-player-artwork {
  position: relative;
  z-index: 1;
  width: 180px;
  height: 180px;
  border-radius: 4px;
}
.rap-audio-player .rap-audio-player-artwork-container img {
  opacity: 0.5;
  transition: opacity 1s;
}
.rap-audio-player .rap-audio-player-button {
  transition: opacity 1s;
}
.rap-audio-player.playing .rap-audio-player-artwork-container img {
  opacity: 1;
}
.rap-audio-player.playing .rap-audio-player-button {
  opacity: 0;
}
.rap-audio-player:hover .rap-audio-player-button,
.rap-audio-player.clicked .rap-audio-player-button {
  opacity: 1;
}
.rap-audio-player:hover .rap-audio-player-artwork-container img,
.rap-audio-player.clicked .rap-audio-player-artwork-container img {
  opacity: 0.5;
}
.rap-audio-player-background {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: cover;
  background-position: center;
  filter: blur(10px);
  opacity: 0.2;
}
.rap-audio-player-insensitive {
  margin-bottom: 30px;
}
.rap-audio-player-insensitive .rap-audio-player-button {
  -webkit-transition: box-shadow 0.3s ease-out;
  -o-transition: box-shadow 0.3s ease-out;
  transition: box-shadow 0.3s ease-out;
  padding: 0;
  border-radius: 50%;
}
.rap-audio-player-insensitive .rap-audio-player-button.disabled {
  background: #ecebe7;
  border-color: transparent;
  filter: alpha(opacity=100);
  opacity: 1;
  box-shadow: none;
}
.rap-audio-player-playback-rate-button {
  font-size: 12px;
  font-weight: 600;
  display: block;
  margin: 15px auto 0;
  text-shadow: none;
  padding: 3px 12px;
  height: 30px;
  border: 1px solid hsla(240, 2%, 88%, 0.2);
  border-radius: 5px;
  background-color: #fff;
  -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
}
.rap-audio-player-playback-rate-button:focus,
.rap-audio-player-playback-rate-button:hover,
.rap-audio-player-playback-rate-button:active,
.rap-audio-player-playback-rate-button:active:hover {
  color: #438bbe;
}
.rap-audio-player-playback-rate-container {
  display: none;
  z-index: 2;
}
.rap-audio-player-playback-rate-container,
.rap-audio-player-insensitive-note-container {
  position: absolute;
  bottom: 30px;
  left: 0;
  padding: 0;
  width: 100%;
}
.rap-audio-player-playback-rate-container {
  bottom: 20px;
}
.rap-audio-player-playback-rate-container .noUi-base,
.rap-audio-player-playback-rate-container .noUi-origin {
  width: auto;
  height: 8px;
  background: #eee;
  border-radius: 4px;
}
.rap-audio-player-playback-rate-container .noUi-handle {
  top: -5px;
  left: -9px;
  width: 18px;
  height: 18px;
  background: #438bbe;
}
.rap-audio-player-playback-rate-inner-container,
.rap-audio-player-insensitive-note {
  position: relative;
}
.rap-audio-player-playback-rate-arrow,
.rap-audio-player-insensitive-note-arrow {
  position: absolute;
  top: 1px;
  left: 50%;
  width: 0;
  height: 0;
  margin-left: -10px;
  border: 10px solid transparent;
  border-top: 0;
  border-bottom-color: #1a90b6;
}
.rap-audio-player-playback-rate-arrow {
  border-bottom-color: #313131;
}
.rap-audio-player-playback-rate-content,
.rap-audio-player-insensitive-note-content {
  position: absolute;
  top: 10px;
  left: 50%;
  background: #1a90b6;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
  border-radius: 6px;
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  padding: 10px 20px;
  width: 280px;
  text-align: center;
  margin-left: -140px;
}
.rap-audio-player-playback-rate-content a,
.rap-audio-player-insensitive-note-content a {
  color: #fff;
  text-decoration: underline;
}
.rap-audio-player-playback-rate-content {
  background: #313131;
  padding-bottom: 40px;
}
.rap-audio-player-playback-rate-content h4 {
  margin-top: 5px;
  color: #fff;
  font-size: 14px;
}
.rap-audio-player-playback-rate-on-right .rap-audio-player-controls {
  position: relative;
}
.rap-audio-player-playback-rate-on-right .rap-audio-player-playback-rate-container {
  right: 0;
  top: 40px;
  left: auto;
  width: 280px;
}
.rap-audio-player-playback-rate-on-right .rap-audio-player-playback-rate-arrow {
  left: auto;
  right: 10px;
}
@media (min-width: 992px) {
  #secondary_audio .rap-audio-player .rap-audio-player-playback-rate-container,
  #secondary_audio .rap-audio-player .rap-audio-player-insensitive-note-container {
    padding-left: 65px;
  }
  #secondary_audio .rap-audio-player .rap-audio-player-text {
    margin-bottom: 5px;
    padding-left: 65px;
    text-align: left;
  }
  #secondary_audio .rap-audio-player .rap-audio-player-text h2 {
    display: inline;
    font-size: 18px;
    font-weight: 400;
  }
  #secondary_audio .rap-audio-player .rap-audio-player-text .edition-faculty {
    display: inline;
    font-size: 14px;
    font-weight: 300;
  }
  #secondary_audio .rap-audio-player .rap-audio-player-text .edition-faculty::before {
    content: ' - ';
  }
  #secondary_audio .rap-audio-player .rap-audio-player-controls {
    padding-left: 65px;
  }
  #secondary_audio .rap-audio-player .rap-audio-player-controls .rap-audio-player-buttons {
    position: absolute;
    top: 20px;
    left: 20px;
    margin: 0;
  }
  #secondary_audio .rap-audio-player .rap-audio-player-controls .rap-audio-player-buttons .rap-audio-player-button {
    width: 50px;
    height: 50px;
    margin: 0;
  }
  #secondary_audio .rap-audio-player .rap-audio-player-controls .rap-audio-player-buttons .rap-audio-player-button.play .rap-audio-player-button-icon {
    background-position: 0 -144px;
  }
  #secondary_audio .rap-audio-player .rap-audio-player-controls .rap-audio-player-buttons .rap-audio-player-button.pause .rap-audio-player-button-icon {
    background-position: 0 -180px;
  }
  #secondary_audio .rap-audio-player .rap-audio-player-controls .rap-audio-player-current-time {
    text-align: left;
  }
}
@media (max-width: 480px) {
  .rap-audio-player {
    padding: 15px;
  }
  .rap-audio-player .rap-audio-player-text {
    min-height: inherit;
  }
  .rap-audio-player .rap-audio-player-text h2 {
    font-size: 18px;
    margin-bottom: 5px;
  }
  .rap-audio-player .rap-audio-player-text p,
  .rap-audio-player .rap-audio-player-text div {
    font-size: 14px;
  }
  .rap-audio-player-insensitive-note-container {
    bottom: 25px;
  }
  .rap-audio-player-playback-rate-content,
  .rap-audio-player-insensitive-note-content {
    padding: 7.5px 15px 40px 15px;
  }
}
/* inlined file "packages/rap/styles/rap-about-menu-page.less" */
.rap-about-wrapper {
  margin-right: -15px;
  margin-left: -15px;
}
.rap-about-contents {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 768px) {
  .rap-about-contents {
    float: left;
    width: 66.66666667%;
  }
}
.rap-about-menu {
  display: none;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 768px) {
  .rap-about-menu {
    float: left;
    width: 33.33333333%;
  }
}
@media (min-width: 992px) {
  .rap-about-menu {
    float: left;
    width: 25%;
  }
}
@media (min-width: 992px) {
  .rap-about-menu {
    margin-left: 8.33333333%;
  }
}
.rap-about-menu li {
  list-style-type: none;
  margin-bottom: 5px;
}
.rap-about-menu a.rap-about-menu-link {
  color: #999;
}
.rap-about-menu .rap-about-menu-link {
  padding: 5px 10px;
  display: block;
  border-left: 2px solid transparent;
}
.rap-about-menu .rap-about-menu-selected {
  color: #7d7d7d;
  border-left: 2px solid #1a90b6;
}
@media (min-width: 768px) {
  .rap-about-menu {
    display: block;
  }
}
/* inlined file "packages/rap/styles/rap-certificate-page.less" */
.cme-certificate-page #submit_button {
  display: block;
  width: 100%;
}
.cme-certificate-page #credits_field {
  background: #fff;
  padding: 20px;
  border-radius: 6px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}
.cme-certificate-page .swat-checkbox-list .swat-checkbox-wrapper {
  display: inline-block;
}
.cme-certificate-page .swat-checkbox-list .swat-checkbox-wrapper input {
  margin: 0 10px 0 0;
}
.cme-certificate-page .swat-checkbox-list .swat-check-all {
  padding: 10px 10px 0;
}
.cme-certificate-page .swat-checkbox-list li {
  position: relative;
  border-bottom: 1px solid #ccc;
  cursor: pointer;
  padding: 0;
  margin: 0;
}
.cme-certificate-page .swat-checkbox-list li:hover {
  background: #eeeeeb;
}
.cme-certificate-page .swat-checkbox-list li label {
  cursor: pointer;
  padding: 10px;
  display: block;
  padding: 10px 10px 10px 35px;
  margin: 0;
}
.cme-certificate-page .swat-checkbox-list li .swat-checkbox-wrapper {
  position: absolute;
  left: 10px;
  top: 10px;
}
.cme-certificate-page .swat-checkbox-list li .episode-date {
  display: block;
  font-size: 12px;
  color: #999;
  font-weight: 400;
}
.cme-certificate-page .swat-checkbox-list li .hours {
  display: block;
  font-weight: 400;
}
.cme-certificate-page .swat-checkbox-list li.selected {
  border-color: #ff9999;
}
.cme-certificate-page .swat-checkbox-list li.selected label {
  background: #ffffff;
}
.cme-certificate-page .swat-checkbox-list li.selected label:hover {
  background: #ffe5e5;
}
.cme-certificate-page .cme-certificate {
  background: #fff;
  padding: 20px;
  border-radius: 6px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  text-align: center;
  margin-top: 30px;
}
.cme-certificate-page .cme-certificate .cme-certificate-center {
  width: 80%;
  margin: 1em auto;
  text-align: center;
}
.cme-certificate-page .cme-certificate .cme-certificate-body {
  width: 80%;
  margin: 1em auto;
  text-align: justify;
}
.cme-certificate-page .cme-certificate h2,
.cme-certificate-page .cme-certificate h3,
.cme-certificate-page .cme-certificate h4 {
  text-align: center;
  margin: 0;
}
.cme-certificate-page .cme-certificate h4 {
  font-size: 12.6px;
}
.cme-certificate-page .cme-certificate .cme-certificate-tags,
.cme-certificate-page .cme-certificate .cme-certificate-episodes {
  margin-top: 2em;
}
.cme-certificate-page .cme-certificate .cme-certificate-tags td,
.cme-certificate-page .cme-certificate .cme-certificate-episodes td {
  width: 33%;
}
.cme-certificate-page .cme-certificate .cme-certificate-tags th,
.cme-certificate-page .cme-certificate .cme-certificate-episodes th {
  text-align: center;
}
.cme-certificate-page .cme-certificate .cme-certificate-tags .cme-certificate-date,
.cme-certificate-page .cme-certificate .cme-certificate-episodes .cme-certificate-date {
  width: 34%;
}
.cme-certificate-page .rap-certificate {
  font-size: 9.8px;
  text-align: center;
}
.cme-certificate-page .rap-certificate h3 {
  margin-bottom: 30px;
}
.cme-certificate-page .rap-certificate .logo img {
  max-width: 100%;
  height: auto;
}
.cme-certificate-page .rap-certificate .certifying-board {
  margin-top: 10px;
  font-size: 12.6px;
}
.cme-certificate-page .rap-certificate .participated {
  margin-bottom: 20px;
}
.cme-certificate-page .rap-certificate .acknowledge,
.cme-certificate-page .rap-certificate .at,
.cme-certificate-page .rap-certificate .on,
.cme-certificate-page .rap-certificate .for,
.cme-certificate-page .rap-certificate .name {
  margin: 0;
}
.cme-certificate-page .rap-certificate .name {
  font-size: 27px;
}
.cme-certificate-page .rap-certificate .hours {
  font-size: 12.6px;
}
.cme-certificate-page .rap-certificate .hours .or {
  display: block;
  margin: 5px 0 0 0;
  font-size: 9.8px;
}
.cme-certificate-page .rap-certificate .program-title,
.cme-certificate-page .rap-certificate .program-location {
  font-size: 12.6px;
}
.cme-certificate-page .rap-certificate .program-title {
  font-weight: 700;
}
.cme-certificate-page .rap-certificate .cme-statement {
  text-align: left;
}
.cme-certificate-page .rap-certificate .signature {
  margin: 40px 0 0;
  text-align: left;
  font-size: 8.4px;
}
.cme-certificate-page .rap-certificate .signature .signature-name,
.cme-certificate-page .rap-certificate .signature .signature-date {
  margin: 0;
}
.cme-certificate-page .rap-certificate .signature .signature-name {
  margin: 10px 0 0 0;
}
.cme-certificate-page .rap-certificate .signature .signature-title {
  margin: 0;
  font-style: italic;
}
.cme-certificate-page .rap-certificate .swat-note {
  font-size: 8.4px;
  font-color: #999;
}
.cme-certificate-page .rap-certificate .rap-certificate-topics h3 {
  margin: 30px 0 0 0;
}
.cme-certificate-page .hippo-cme-certificate .awarded {
  font-size: 18px;
}
@media (min-width: 768px) {
  .cme-certificate-page #submit_button {
    display: inline-block;
    width: auto;
  }
}
@media print {
  .cme-certificate-page {
    background: #fff;
  }
  .cme-certificate-page .ft,
  .cme-certificate-page .primary-nav,
  .cme-certificate-page .status-header,
  .cme-certificate-page .page-header,
  .cme-certificate-page #certificate_form {
    display: none;
  }
  .cme-certificate-page .bd {
    margin: 0;
    padding: 0 0.5in;
  }
  .cme-certificate-page .container-fluid {
    margin: 0;
    padding: 0;
    max-width: none;
  }
  .cme-certificate-page .cme-certificate {
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 0;
    border: none;
    margin: 0 auto;
    padding: 0.5in 0 0 0;
    page-break-before: always;
  }
  .cme-certificate-page .cme-certificate:first-child {
    page-break-before: avoid;
  }
}
/* inlined file "packages/rap/styles/rap-chapter-page.less" */
/* at-import inlined file "packages/rap/styles/rap-dialog.less" */
.site-dialog-hidden,
.site-dialog-closed {
  display: none;
}
.site-dialog-overlay {
  background: #000;
  filter: alpha(opacity=50);
  opacity: 0.5;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.site-dialog-sentinel {
  position: absolute;
  width: 1px;
  height: 1px;
}
@media ('all') {
  .site-dialog-mq-detect {
    display: none;
  }
}
.rap-episode-chapter-page .chapter-wrapper {
  margin-right: -15px;
  margin-left: -15px;
}
.rap-episode-chapter-page .rap-chapter-container-link-wrapper {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.rap-episode-chapter-page .episode-chapters {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 768px) {
  .rap-episode-chapter-page .episode-chapters {
    float: left;
    width: 33.33333333%;
  }
}
@media (min-width: 768px) {
  .rap-episode-chapter-page .episode-chapters {
    left: 66.66666667%;
  }
}
@media (min-width: 992px) {
  .rap-episode-chapter-page .episode-chapters {
    float: left;
    width: 25%;
  }
}
@media (min-width: 992px) {
  .rap-episode-chapter-page .episode-chapters {
    left: 75%;
  }
}
.rap-episode-chapter-page .chapter-content {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 768px) {
  .rap-episode-chapter-page .chapter-content {
    float: left;
    width: 66.66666667%;
  }
}
@media (min-width: 768px) {
  .rap-episode-chapter-page .chapter-content {
    right: 33.33333333%;
  }
}
@media (min-width: 992px) {
  .rap-episode-chapter-page .chapter-content {
    float: left;
    width: 75%;
  }
}
@media (min-width: 992px) {
  .rap-episode-chapter-page .chapter-content {
    right: 25%;
  }
}
.rap-episode-chapter-page .episode-chapters {
  display: none;
}
.rap-episode-chapter-page .mobile-free-episode-note {
  margin: 0 15px;
}
.rap-episode-chapter-page .site-dialog-body .rap-episode-chapter-list-title,
.rap-episode-chapter-page .site-dialog-body .downloads-note {
  display: none;
}
.rap-episode-chapter-page .site-dialog-body .free-episode-note {
  display: none;
}
.rap-episode-chapter-page .rap-chapter-list {
  width: 100%;
  margin: 0;
  padding: 0 0 40px;
  counter-reset: li;
}
.rap-episode-chapter-page .rap-chapter-list li {
  list-style-type: none;
}
.rap-episode-chapter-page .rap-chapter-list .episode-chapter {
  position: relative;
  display: block;
  padding: 15px 20px 15px 50px;
  border-top: 1px #dedede solid;
  line-height: 1.2;
}
.rap-episode-chapter-page .rap-chapter-list a.episode-chapter,
.rap-episode-chapter-page .rap-chapter-list span.episode-chapter.disabled {
  text-decoration: none;
}
.rap-episode-chapter-page .rap-chapter-list a.episode-chapter:hover,
.rap-episode-chapter-page .rap-chapter-list span.episode-chapter.disabled:hover,
.rap-episode-chapter-page .rap-chapter-list a.episode-chapter:active,
.rap-episode-chapter-page .rap-chapter-list span.episode-chapter.disabled:active,
.rap-episode-chapter-page .rap-chapter-list a.episode-chapter:focus,
.rap-episode-chapter-page .rap-chapter-list span.episode-chapter.disabled:focus {
  color: #2e6286;
}
.rap-episode-chapter-page .rap-chapter-list a.episode-chapter:before,
.rap-episode-chapter-page .rap-chapter-list span.episode-chapter.disabled:before {
  content: counter(li);
  counter-increment: li;
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  background: #dedede;
  color: #4a4a4a;
  height: 2em;
  width: 2em;
  text-align: center;
  line-height: 2em;
  margin: -1em 0 0 5px;
  border-radius: 2em;
  z-index: 10;
}
.rap-episode-chapter-page .rap-chapter-list a.episode-chapter:hover:before,
.rap-episode-chapter-page .rap-chapter-list span.episode-chapter.disabled:hover:before {
  background: #cecece;
}
.rap-episode-chapter-page .rap-chapter-list .episode-chapter-selected .episode-chapter {
  background-color: #eee;
}
.rap-episode-chapter-page .rap-chapter-list .episode-chapter-selected .episode-chapter:before {
  content: counter(li);
  counter-increment: li;
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  background: #74c581;
  color: #fff;
  height: 2em;
  width: 2em;
  line-height: 2em;
  text-align: center;
  margin: -1em 0 0 5px;
  border-radius: 2em;
  z-index: 10;
}
.rap-episode-chapter-page .rap-chapter-list .episode-chapter-selected .episode-chapter:hover:before {
  background: #74c581;
}
.rap-episode-chapter-page .rap-chapter-list span.episode-chapter.disabled {
  color: #999;
}
.rap-episode-chapter-page .rap-chapter-list span.episode-chapter.disabled:hover,
.rap-episode-chapter-page .rap-chapter-list span.episode-chapter.disabled:active,
.rap-episode-chapter-page .rap-chapter-list span.episode-chapter.disabled:focus {
  color: #999;
}
.rap-episode-chapter-page .rap-chapter-list span.episode-chapter.disabled:hover:before {
  background: #dedede;
}
.rap-episode-chapter-page .rap-chapter-list span.episode-chapter-disbaled-note {
  display: block;
  color: #999;
}
.rap-episode-chapter-page .rap-chapter-list .episode-chapter-title-container {
  display: table-cell;
  width: 100%;
  font-weight: 400;
}
.rap-episode-chapter-page .rap-chapter-list .episode-chapter-free-note {
  padding-top: 2px;
  display: block;
  font-size: 10px;
  color: #7d7d7d;
}
.rap-episode-chapter-page .rap-chapter-list .episode-chapter-duration {
  display: table-cell;
  font-size: 12px;
  color: #999;
  margin-right: 0.3em;
}
.rap-episode-chapter-page .rap-chapter-list.free-subscriber li a.episode-chapter {
  color: #777;
}
.rap-episode-chapter-page .rap-chapter-list.free-subscriber li.episode-free-chapter a.episode-chapter {
  color: #438bbe;
}
.rap-episode-chapter-page .rap-chapter-list.free-subscriber li.episode-free-chapter a.episode-chapter:hover,
.rap-episode-chapter-page .rap-chapter-list.free-subscriber li.episode-free-chapter a.episode-chapter:active,
.rap-episode-chapter-page .rap-chapter-list.free-subscriber li.episode-free-chapter a.episode-chapter:focus {
  color: #1a90b6;
}
.rap-episode-chapter-page .rap-chapter-container-close-link {
  display: block;
  width: 100%;
  padding: 10px;
  background: #438bbe;
  color: #fff;
  border: 0;
  -webkit-box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.1);
}
.rap-episode-chapter-page .rap-chapter-container-link {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  border-radius: 6px;
  border: none;
  font-weight: 400;
  min-height: 40px;
  padding: 0 20px;
  background-color: #5e6775;
  color: #fff;
  font-size: 16px;
  padding: 10px 20px;
  margin-bottom: 10px;
}
.rap-episode-chapter-page .rap-chapter-container-link.disabled,
.rap-episode-chapter-page .rap-chapter-container-link[disabled],
fieldset[disabled] .rap-episode-chapter-page .rap-chapter-container-link {
  background-color: #aaa;
  cursor: not-allowed;
  pointer-events: none;
  filter: alpha(opacity=65);
  opacity: 0.65;
}
.rap-episode-chapter-page .rap-chapter-container-link,
.rap-episode-chapter-page .rap-chapter-container-link:active,
.rap-episode-chapter-page .rap-chapter-container-link.active {
  outline: 0;
}
.rap-episode-chapter-page .rap-chapter-container-link:focus,
.rap-episode-chapter-page .rap-chapter-container-link:active:focus,
.rap-episode-chapter-page .rap-chapter-container-link.active:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.rap-episode-chapter-page .rap-chapter-container-link:hover,
.rap-episode-chapter-page .rap-chapter-container-link:focus {
  color: #fff;
  text-decoration: none;
  -webkit-transition: all 0.1s ease-in;
  -o-transition: all 0.1s ease-in;
  transition: all 0.1s ease-in;
}
.rap-episode-chapter-page .rap-chapter-container-link:hover,
.rap-episode-chapter-page .rap-chapter-container-link:active,
.rap-episode-chapter-page .rap-chapter-container-link:focus {
  background-color: #323b4b;
}
.rap-episode-chapter-page .rap-chapter-container-link .badge {
  margin-top: 2px;
  background-color: #999;
}
.rap-episode-chapter-page .rap-mobile-chapter-menu .site-dialog-scroll {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  overflow-scrolling: touch;
}
.rap-episode-chapter-page .free-episode-note {
  position: relative;
  margin: 15px 0 5px 0;
  z-index: 2;
}
.rap-episode-chapter-page .free-episode-note .free-episode-note-arrow {
  position: absolute;
  bottom: -10px;
  left: 50%;
  width: 0;
  height: 0;
  margin-left: -10px;
  border: 10px solid transparent;
  border-bottom: 0;
  border-top-color: #74c581;
}
.rap-episode-chapter-page .free-episode-note #free_episode_note {
  display: block;
  text-align: center;
  padding: 10px;
  background: #74c581;
  border-radius: 6px;
  line-height: 1.2;
  color: #fff;
  text-decoration: none;
}
.rap-episode-chapter-page .free-episode-note #free_episode_note strong {
  display: block;
}
.rap-episode-chapter-page .free-episode-note #free_episode_note span {
  text-decoration: underline;
}
.rap-episode-chapter-page .downloads-note a {
  display: block;
  background-position: 0 2px;
  background-repeat: no-repeat;
  min-height: 48px;
  line-height: 1.2;
  color: #777;
  text-align: left;
  margin: 30px 0;
  padding: 3px 0 10px 56px;
  text-decoration: none;
}
.rap-episode-chapter-page .downloads-note a span {
  color: #438bbe;
}
.rap-episode-chapter-page .downloads-note a:hover span {
  text-decoration: underline;
}
.rap-episode-chapter-page .rap-cme-credit-menu {
  float: left;
  margin: 10px 60px 15px 0;
}
.rap-episode-chapter-page .rap-cme-credit-menu:last-child {
  padding-bottom: 20px;
}
.rap-episode-chapter-page .rap-cme-credit-menu .rap-cme-extra {
  margin-top: 0;
  margin-bottom: 5px;
}
.rap-episode-chapter-page .rap-cme-credit-menu .rap-cme-hours {
  margin: 0;
  padding: 0 20px 10px 0;
  font-size: 14px;
}
.rap-episode-chapter-page .rap-cme-credit-menu .rap-cme-credit-menu-menu {
  margin: 0 0 20px 0;
  list-style-type: none;
  padding: 0;
}
.rap-episode-chapter-page .rap-cme-credit-menu .rap-cme-credit-menu-item {
  display: block;
  list-style-type: none;
  color: #7d7d7d;
}
.rap-episode-chapter-page .rap-cme-credit-menu .rap-cme-credit-menu-item .action {
  display: block;
  padding: 5px 20px 5px 0;
}
.rap-episode-chapter-page .rap-cme-credit-menu .rap-cme-credit-menu-item a.action:hover .title {
  text-decoration: underline;
}
.rap-episode-chapter-page .rap-cme-credit-menu .rap-cme-credit-menu-item .icon {
  background-position: 0 0;
  background-repeat: no-repeat;
  display: inline-block;
  width: 32px;
  height: 32px;
  vertical-align: middle;
  margin-right: 6px;
}
.rap-episode-chapter-page .rap-cme-credit-menu .rap-cme-credit-menu-item .title {
  display: inline-block;
  vertical-align: middle;
}
.rap-episode-chapter-page .rap-cme-credit-menu .rap-cme-quiz a .icon {
  background-image: url("../../packages/rap/images/elements/quiz-icon-quiz-active.png");
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3/2), (min-device-pixel-ratio: 1.5), (min-resolution: 1.5dppx) {
  .rap-episode-chapter-page .rap-cme-credit-menu .rap-cme-quiz a .icon {
    background-image: url("../../packages/rap/images/elements/quiz-icon-quiz-active@2x.png");
    background-size: 32px 32px;
  }
}
.rap-episode-chapter-page .rap-cme-credit-menu .rap-cme-evaluation a .icon {
  background-image: url("../../packages/rap/images/elements/quiz-icon-evaluation-active.png");
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3/2), (min-device-pixel-ratio: 1.5), (min-resolution: 1.5dppx) {
  .rap-episode-chapter-page .rap-cme-credit-menu .rap-cme-evaluation a .icon {
    background-image: url("../../packages/rap/images/elements/quiz-icon-evaluation-active@2x.png");
    background-size: 32px 32px;
  }
}
.rap-episode-chapter-page .rap-cme-credit-menu .rap-cme-certificate a .icon {
  background-image: url("../../packages/rap/images/elements/quiz-icon-printer-active.png");
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3/2), (min-device-pixel-ratio: 1.5), (min-resolution: 1.5dppx) {
  .rap-episode-chapter-page .rap-cme-credit-menu .rap-cme-certificate a .icon {
    background-image: url("../../packages/rap/images/elements/quiz-icon-printer-active@2x.png");
    background-size: 32px 32px;
  }
}
.rap-episode-chapter-page .rap-cme-credit-menu .rap-cme-quiz span .icon {
  background-image: url("../../packages/rap/images/elements/quiz-icon-quiz-inactive.png");
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3/2), (min-device-pixel-ratio: 1.5), (min-resolution: 1.5dppx) {
  .rap-episode-chapter-page .rap-cme-credit-menu .rap-cme-quiz span .icon {
    background-image: url("../../packages/rap/images/elements/quiz-icon-quiz-inactive@2x.png");
    background-size: 32px 32px;
  }
}
.rap-episode-chapter-page .rap-cme-credit-menu .rap-cme-evaluation span .icon {
  background-image: url("../../packages/rap/images/elements/quiz-icon-evaluation-inactive.png");
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3/2), (min-device-pixel-ratio: 1.5), (min-resolution: 1.5dppx) {
  .rap-episode-chapter-page .rap-cme-credit-menu .rap-cme-evaluation span .icon {
    background-image: url("../../packages/rap/images/elements/quiz-icon-evaluation-inactive@2x.png");
    background-size: 32px 32px;
  }
}
.rap-episode-chapter-page .rap-cme-credit-menu .rap-cme-certificate span .icon {
  background-image: url("../../packages/rap/images/elements/quiz-icon-printer-inactive.png");
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3/2), (min-device-pixel-ratio: 1.5), (min-resolution: 1.5dppx) {
  .rap-episode-chapter-page .rap-cme-credit-menu .rap-cme-certificate span .icon {
    background-image: url("../../packages/rap/images/elements/quiz-icon-printer-inactive@2x.png");
    background-size: 32px 32px;
  }
}
.rap-episode-chapter-page .chapter-description,
.rap-episode-chapter-page .tag-list {
  margin: 10px auto;
}
.rap-episode-chapter-page .curator-message {
  background: #cc0000;
  margin-bottom: 20px;
  padding: 20px;
  border-radius: 6px;
  color: #fff;
  font-weight: 700;
}
.rap-episode-chapter-page .curator-message p:last-child {
  margin-bottom: 0;
}
.rap-episode-chapter-page .chapter-wrapper .yui-navset li em {
  font-style: italic;
}
.rap-episode-chapter-page .chapter-wrapper .yui-navset ul.yui-nav li em {
  font-style: normal;
}
.rap-episode-chapter-page .chapter-wrapper .yui-navset .yui-nav {
  margin: 20px 0;
  border-bottom: 1px #dedede solid;
}
.rap-episode-chapter-page .chapter-wrapper .yui-navset .yui-nav a {
  background: none;
  display: block;
  text-align: center;
}
.rap-episode-chapter-page .chapter-wrapper .yui-navset .yui-nav a:link,
.rap-episode-chapter-page .chapter-wrapper .yui-navset .yui-nav a:hover,
.rap-episode-chapter-page .chapter-wrapper .yui-navset .yui-nav a:active {
  text-decoration: none;
}
.rap-episode-chapter-page .chapter-wrapper .yui-navset .yui-nav a em {
  white-space: nowrap;
  padding: 5px;
  border-bottom: 3px solid transparent;
}
.rap-episode-chapter-page .chapter-wrapper .yui-navset .yui-nav a em span {
  color: #999;
  font-weight: 300;
}
.rap-episode-chapter-page .chapter-wrapper .yui-navset .yui-nav .selected a em {
  color: #4a4a4a;
  border-bottom: 3px solid #438bbe;
}
.rap-episode-chapter-page .chapter-wrapper .yui-navset .yui-nav li a,
.rap-episode-chapter-page .chapter-wrapper .yui-navset .yui-content {
  background: transparent;
  padding: 0;
  border: none;
}
.rap-episode-chapter-page #chapter_content .swat-note-book-page {
  display: flex;
  flex-direction: column;
}
@media (min-width: 480px) {
  .rap-episode-chapter-page #chapter_content .swat-note-book-page {
    display: block;
  }
}
.rap-episode-chapter-page #chapter_content .swat-note-book-page .featured-written-summary {
  order: 1;
}
@media (min-width: 480px) {
  .rap-episode-chapter-page #chapter_content .swat-note-book-page .featured-written-summary .downloads-file.downloads-application-pdf {
    float: right;
    max-width: 215px;
  }
}
.rap-episode-chapter-page #chapter_content .swat-note-book-page .featured-written-summary .downloads-file.downloads-application-pdf .icon,
.rap-episode-chapter-page #chapter_content .swat-note-book-page .featured-written-summary .downloads-file.downloads-application-pdf .downloads-file-title,
.rap-episode-chapter-page #chapter_content .swat-note-book-page .featured-written-summary .downloads-file.downloads-application-pdf .downloads-file-description {
  text-align: center;
  margin: auto;
}
.rap-episode-chapter-page #chapter_content .swat-note-book-page .featured-written-summary .downloads-file.downloads-application-pdf .icon {
  position: relative;
  top: 0;
  left: 0;
  margin-bottom: 5px;
}
.rap-episode-chapter-page #chapter_content .swat-note-book-page .rap-block-wrapper {
  margin-right: -15px;
  margin-left: -15px;
}
.rap-episode-chapter-page #chapter_content .swat-note-book-page .rap-block-wrapper:before,
.rap-episode-chapter-page #chapter_content .swat-note-book-page .rap-block-wrapper:after {
  display: table;
  content: " ";
}
.rap-episode-chapter-page #chapter_content .swat-note-book-page .rap-block-wrapper:after {
  clear: both;
}
.rap-episode-chapter-page #chapter_content .swat-note-book-page .building-block-view {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  margin: 0 0 30px;
}
@media (min-width: 768px) {
  .rap-episode-chapter-page #chapter_content .swat-note-book-page .building-block-view {
    float: left;
    width: 100%;
  }
}
.rap-episode-chapter-page #chapter_content .swat-note-book-page .rap-block-video-view-wrapper,
.rap-episode-chapter-page #chapter_content .swat-note-book-page .rap-block-image-view-wrapper {
  background: #f1f1f1;
  border-radius: 3px;
  padding: 20px;
}
.rap-episode-chapter-page #chapter_content .swat-note-book-page .rap-block-video-view-wrapper .rap-block-image-view-image,
.rap-episode-chapter-page #chapter_content .swat-note-book-page .rap-block-image-view-wrapper .rap-block-image-view-image {
  max-height: 400px;
  max-width: 100%;
}
.rap-episode-chapter-page #chapter_content .swat-note-book-page .building-block-video-title,
.rap-episode-chapter-page #chapter_content .swat-note-book-page .building-block-image-title {
  display: block;
  padding: 15px 0;
  font-size: 18px;
  font-weight: 700;
}
.rap-episode-chapter-page #chapter_content .swat-note-book-page .video-player-container,
.rap-episode-chapter-page #chapter_content .swat-note-book-page .rap-block-image-view-wrapper a {
  display: block;
  text-align: center;
  border-radius: 3px;
  background: #fff;
  padding: 15px;
}
.rap-episode-chapter-page #chapter_content .swat-note-book-page .rap-block-image-view-button {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  border-radius: 6px;
  border: none;
  font-weight: 400;
  min-height: 40px;
  padding: 0 20px;
  background-color: #5e6775;
  color: #fff;
  margin: 15px auto 0 auto;
}
.rap-episode-chapter-page #chapter_content .swat-note-book-page .rap-block-image-view-button.disabled,
.rap-episode-chapter-page #chapter_content .swat-note-book-page .rap-block-image-view-button[disabled],
fieldset[disabled] .rap-episode-chapter-page #chapter_content .swat-note-book-page .rap-block-image-view-button {
  background-color: #aaa;
  cursor: not-allowed;
  pointer-events: none;
  filter: alpha(opacity=65);
  opacity: 0.65;
}
.rap-episode-chapter-page #chapter_content .swat-note-book-page .rap-block-image-view-button,
.rap-episode-chapter-page #chapter_content .swat-note-book-page .rap-block-image-view-button:active,
.rap-episode-chapter-page #chapter_content .swat-note-book-page .rap-block-image-view-button.active {
  outline: 0;
}
.rap-episode-chapter-page #chapter_content .swat-note-book-page .rap-block-image-view-button:focus,
.rap-episode-chapter-page #chapter_content .swat-note-book-page .rap-block-image-view-button:active:focus,
.rap-episode-chapter-page #chapter_content .swat-note-book-page .rap-block-image-view-button.active:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.rap-episode-chapter-page #chapter_content .swat-note-book-page .rap-block-image-view-button:hover,
.rap-episode-chapter-page #chapter_content .swat-note-book-page .rap-block-image-view-button:focus {
  color: #fff;
  text-decoration: none;
  -webkit-transition: all 0.1s ease-in;
  -o-transition: all 0.1s ease-in;
  transition: all 0.1s ease-in;
}
.rap-episode-chapter-page #chapter_content .swat-note-book-page .rap-block-image-view-button:hover,
.rap-episode-chapter-page #chapter_content .swat-note-book-page .rap-block-image-view-button:active,
.rap-episode-chapter-page #chapter_content .swat-note-book-page .rap-block-image-view-button:focus {
  background-color: #323b4b;
}
.rap-episode-chapter-page #chapter_content .swat-note-book-page .building-block-video-description,
.rap-episode-chapter-page #chapter_content .swat-note-book-page .building-block-image-description {
  display: block;
  padding: 15px 0;
  font-size: 14px;
}
.rap-episode-chapter-page #chapter_content .swat-note-book-page .building-block-attachment-view {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 768px) {
  .rap-episode-chapter-page #chapter_content .swat-note-book-page .building-block-attachment-view {
    float: left;
    width: 50%;
  }
}
.rap-episode-chapter-page #chapter_content .swat-note-book-page .building-block-attachment-wrapper {
  display: block;
  text-decoration: none;
  min-height: 74px;
  padding: 5px;
  border-radius: 6px;
}
.rap-episode-chapter-page #chapter_content .swat-note-book-page .building-block-attachment-wrapper:hover {
  background: #e9e9e5;
}
.rap-episode-chapter-page #chapter_content .swat-note-book-page .building-block-attachment-wrapper .building-block-attachment-icon {
  background-image: url("../../packages/rap/images/elements/attachment.png");
  background-color: transparent;
  background-position: center center;
  background-repeat: no-repeat;
  width: 64px;
  height: 64px;
  display: block;
  float: left;
  margin-right: 8px;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3/2), (min-device-pixel-ratio: 1.5), (min-resolution: 1.5dppx) {
  .rap-episode-chapter-page #chapter_content .swat-note-book-page .building-block-attachment-wrapper .building-block-attachment-icon {
    background-image: url("../../packages/rap/images/elements/attachment@2x.png");
    background-size: 64px 64px;
  }
}
.rap-episode-chapter-page #chapter_content .swat-note-book-page .building-block-attachment-wrapper .building-block-attachment-icon-application-pdf {
  background-image: url("../../packages/rap/images/elements/attachment-pdf.png");
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3/2), (min-device-pixel-ratio: 1.5), (min-resolution: 1.5dppx) {
  .rap-episode-chapter-page #chapter_content .swat-note-book-page .building-block-attachment-wrapper .building-block-attachment-icon-application-pdf {
    background-image: url("../../packages/rap/images/elements/attachment-pdf@2x.png");
    background-size: 64px 64px;
  }
}
.rap-episode-chapter-page #chapter_content .swat-note-book-page .building-block-attachment-wrapper .building-block-attachment-icon-audio-mpeg {
  background-image: url("../../packages/rap/images/elements/attachment-mp3.png");
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3/2), (min-device-pixel-ratio: 1.5), (min-resolution: 1.5dppx) {
  .rap-episode-chapter-page #chapter_content .swat-note-book-page .building-block-attachment-wrapper .building-block-attachment-icon-audio-mpeg {
    background-image: url("../../packages/rap/images/elements/attachment-mp3@2x.png");
    background-size: 64px 64px;
  }
}
.rap-episode-chapter-page #chapter_content .swat-note-book-page .building-block-attachment-wrapper .building-block-attachment-icon-application-zip {
  background-image: url("../../packages/rap/images/elements/attachment-zip.png");
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3/2), (min-device-pixel-ratio: 1.5), (min-resolution: 1.5dppx) {
  .rap-episode-chapter-page #chapter_content .swat-note-book-page .building-block-attachment-wrapper .building-block-attachment-icon-application-zip {
    background-image: url("../../packages/rap/images/elements/attachment-zip@2x.png");
    background-size: 64px 64px;
  }
}
.rap-episode-chapter-page #chapter_content .swat-note-book-page .building-block-attachment-wrapper .building-block-attachment-description {
  display: block;
  overflow: hidden;
}
.rap-episode-chapter-page #chapter_content .swat-note-book-page .building-block-attachment-wrapper .building-block-attachment-description .building-block-attachment-title {
  font-weight: 400;
  display: block;
  line-height: 1.2;
}
.rap-episode-chapter-page #chapter_content .swat-note-book-page .building-block-attachment-wrapper .building-block-attachment-description .building-block-attachment-details {
  font-size: 12px;
  color: #999;
  display: block;
}
@media (min-width: 992px) {
  .rap-episode-chapter-page .chapter-wrapper .yui-navset .yui-nav a em {
    padding: 5px 15px;
  }
  .rap-episode-chapter-page .chapter-wrapper .building-block-attachment-view {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media (min-width: 992px) and (min-width: 768px) {
  .rap-episode-chapter-page .chapter-wrapper .building-block-attachment-view {
    float: left;
    width: 33.33333333%;
  }
}
@media (max-width: 992px) {
  .rap-episode-chapter-page .chapter-wrapper .yui-navset .yui-nav {
    font-size: 12px;
  }
  .rap-episode-chapter-page .chapter-wrapper .yui-navset .yui-nav li {
    width: 25%;
    margin: 0;
  }
  .rap-episode-chapter-page .chapter-wrapper .yui-navset .yui-nav li a em {
    padding: 5px 0;
  }
  .rap-episode-chapter-page .chapter-wrapper .yui-navset .yui-nav li a em span {
    display: none;
  }
}
@media (max-width: 480px) {
  .rap-episode-chapter-page .chapter-wrapper .yui-navset .yui-nav {
    font-size: 12px;
  }
  .rap-episode-chapter-page .chapter-wrapper .building-block-attachment-view {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
  }
  .rap-episode-chapter-page .chapter-wrapper .rap-block-video-view-wrapper,
  .rap-episode-chapter-page .chapter-wrapper .rap-block-image-view-wrapper {
    margin: 0 -15px;
    border-radius: 0;
  }
}
@media (max-width: 480px) and (min-width: 768px) {
  .rap-episode-chapter-page .chapter-wrapper .building-block-attachment-view {
    float: left;
    width: 100%;
  }
}
.rap-episode-chapter-page .rap-comments-locked-message {
  color: #999;
  font-style: italic;
  padding: 0 12px;
}
.rap-episode-chapter-page #comment_edit_form {
  margin-top: 20px;
}
.rap-episode-chapter-page #comment_edit_form #bodytext,
.rap-episode-chapter-page .comment-reply-form .swat-textarea {
  min-height: 80px;
}
.rap-episode-chapter-page #comment_edit_form #comment_bodytext_field {
  margin: 0;
}
.rap-episode-chapter-page #comment_edit_form .swat-message-display .swat-message-notification .swat-message-container {
  font-size: 12px;
  min-height: 13px;
  padding: 12px;
}
.rap-episode-chapter-page #comment_edit_form .swat-message-display .swat-message-primary-content {
  font-size: 12px;
}
.rap-episode-chapter-page .rap-comment-form-avatar {
  float: left;
  width: 30px;
  padding-right: 15px;
}
.rap-episode-chapter-page .rap-comment-form-avatar .comment-avatar-preview {
  border-radius: 5px;
  width: 30px;
  height: auto;
}
.rap-episode-chapter-page .rap-comment-form-controls {
  margin-left: 45px;
}
.rap-episode-chapter-page .rap-chapter-comment {
  margin: 0 -15px;
  padding: 0 15px 10px;
  overflow: hidden;
}
.rap-episode-chapter-page .rap-chapter-comment .comment-thread-start {
  padding-top: 10px;
}
.rap-episode-chapter-page .rap-chapter-comment .comment-thread-start:before,
.rap-episode-chapter-page .rap-chapter-comment .comment-thread-start:after {
  display: table;
  content: " ";
}
.rap-episode-chapter-page .rap-chapter-comment .comment-thread-start:after {
  clear: both;
}
.rap-episode-chapter-page .rap-chapter-comment .comment-replies {
  padding: 10px 0 0 15px;
}
.rap-episode-chapter-page .rap-chapter-comment .comment-pending {
  display: block;
  margin: 10px 0 5px 30px;
  padding: 0 7.5px;
  font-size: 12px;
  color: #ff6d2d;
}
.rap-episode-chapter-page .rap-chapter-comment .comment-moderation {
  margin: 5px 0 10px 30px;
}
.rap-episode-chapter-page .rap-chapter-comment .comment-moderation .btn {
  margin-right: 5px;
}
.rap-episode-chapter-page .rap-chapter-comment .comment-moderation-status {
  display: inline-block;
  font-size: 12px;
}
.rap-episode-chapter-page .rap-chapter-comment .comment-content {
  margin-left: 30px;
  padding: 0 7.5px;
}
.rap-episode-chapter-page .rap-chapter-comment .comment-content p:last-child {
  margin-bottom: 0;
}
.rap-episode-chapter-page .rap-chapter-comment .comment-title {
  font-size: 14px;
  font-weight: 400;
  margin: 5px 0 5px 30px;
  padding: 0 7.5px;
  border-bottom: none;
}
.rap-episode-chapter-page .rap-chapter-comment .comment .comment .comment-title,
.rap-episode-chapter-page .rap-chapter-comment .comment .comment .comment-content {
  margin-left: 32px;
}
.rap-episode-chapter-page .rap-chapter-comment .comment-avatar {
  float: left;
  margin-right: 7.5px;
  border-radius: 5px;
  width: 30px;
  height: auto;
}
.rap-episode-chapter-page .rap-chapter-comment .comment-author-chapter,
.rap-episode-chapter-page .rap-chapter-comment .permalink {
  display: inline;
  font-weight: 400;
  text-decoration: none;
}
.rap-episode-chapter-page .rap-chapter-comment .permalink {
  font-size: 12px;
  color: #999;
}
.rap-episode-chapter-page .rap-chapter-comment .permalink abbr[title] {
  border: 0;
}
.rap-episode-chapter-page .rap-chapter-comment .comment-author {
  display: inline;
  font-weight: 700;
}
.rap-episode-chapter-page .rap-chapter-comment .rap-comment-reply-form {
  margin: 0;
}
.rap-episode-chapter-page .rap-chapter-comment input.rap-chapter-comment-reply-open-button,
.rap-episode-chapter-page .rap-chapter-comment input.rap-chapter-comment-reply-submit-button {
  margin: 0 10px 0 0;
}
.rap-episode-chapter-page .comment-status-unpublished .comment-title,
.rap-episode-chapter-page .comment-status-unpublished .comment-avatar,
.rap-episode-chapter-page .comment-status-unpublished .comment-content {
  opacity: 0.3;
}
.rap-episode-chapter-page .comment-status-unpublished .comment-replies {
  display: none;
}
.rap-episode-chapter-page .comment-status-pending .comment-moderation-status {
  color: #ff6d2d;
}
.rap-episode-chapter-page .comment-status-published .comment-moderation-status {
  color: #74c581;
}
.rap-episode-chapter-page #subscription_status_comment_message {
  margin-top: 20px;
}
.rap-episode-chapter-page #editions_note {
  margin-top: -15px;
  margin-right: 10px;
  margin-left: 10px;
  padding: 13px;
  padding-bottom: 9px;
  font-size: 12px;
  color: #a8aeb8;
}
@media (min-width: 768px) {
  .rap-episode-chapter-page .rap-chapter-list {
    padding: 0;
  }
  .rap-episode-chapter-page .mobile-free-episode-note {
    display: none;
  }
  .rap-episode-chapter-page .rap-chapter-downloads .downloads-file {
    padding: 0;
    padding: 10px;
    border-bottom: 0;
  }
  .rap-episode-chapter-page .episode-chapters {
    display: block;
    font-size: 12px;
  }
  .rap-episode-chapter-page .episode-chapters .rap-episode-chapter-list-title {
    margin-top: 0;
  }
  .rap-episode-chapter-page .episode-chapters .rap-chapter-list {
    list-style: none;
    border-top: 1px #dedede solid;
    counter-reset: li;
  }
  .rap-episode-chapter-page .episode-chapters .rap-chapter-list li {
    display: table;
    width: 100%;
    vertical-align: middle;
    border-bottom: 1px #dedede solid;
  }
  .rap-episode-chapter-page .episode-chapters .rap-chapter-list li .episode-chapter {
    padding: 0 5px;
    border: 0;
  }
  .rap-episode-chapter-page .episode-chapters .rap-chapter-list li a.episode-chapter:hover,
  .rap-episode-chapter-page .episode-chapters .rap-chapter-list li a.episode-chapter:active,
  .rap-episode-chapter-page .episode-chapters .rap-chapter-list li a.episode-chapter:focus {
    color: inherit;
  }
  .rap-episode-chapter-page .episode-chapters .rap-chapter-list li a.episode-chapter:hover .episode-chapter-title,
  .rap-episode-chapter-page .episode-chapters .rap-chapter-list li a.episode-chapter:active .episode-chapter-title,
  .rap-episode-chapter-page .episode-chapters .rap-chapter-list li a.episode-chapter:focus .episode-chapter-title {
    text-decoration: underline;
  }
  .rap-episode-chapter-page .episode-chapters .rap-chapter-list li a.episode-chapter:hover .episode-chapter-title {
    text-decoration: none;
  }
  .rap-episode-chapter-page .episode-chapters .rap-chapter-list li a.episode-chapter:before {
    content: counter(li);
    counter-increment: li;
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    background: #dedede;
    color: #4a4a4a;
    height: 2em;
    width: 2em;
    text-align: center;
    line-height: 2em;
    margin: -1em 0 0 5px;
    border-radius: 2em;
    z-index: 10;
  }
  .rap-episode-chapter-page .episode-chapters .rap-chapter-list li a.episode-chapter:hover:before {
    background: #cecece;
  }
  .rap-episode-chapter-page .episode-chapters .rap-chapter-list li.episode-chapter-selected .episode-chapter {
    background-color: #eee;
  }
  .rap-episode-chapter-page .episode-chapters .rap-chapter-list li.episode-chapter-selected span.episode-chapter:before {
    content: counter(li);
    counter-increment: li;
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    background: #74c581;
    color: #fff;
    height: 2em;
    width: 2em;
    line-height: 2em;
    text-align: center;
    margin: -1em 0 0 5px;
    border-radius: 2em;
    z-index: 10;
  }
  .rap-episode-chapter-page .episode-chapters .rap-chapter-list li .episode-chapter-title-container {
    min-height: 2em;
    padding: 15px 50px 15px 32px;
    font-weight: 400;
  }
  .rap-episode-chapter-page .episode-chapters .rap-chapter-list li .episode-chapter-duration {
    position: absolute;
    top: 50%;
    right: 0;
    display: block;
    font-size: 12px;
    height: 14px;
    margin-top: -7px;
    padding: 0 10px;
  }
  .rap-episode-chapter-page .rap-chapter-container-choose,
  .rap-episode-chapter-page .rap-chapter-container-link,
  .rap-episode-chapter-page .rap-chapter-container-close-link {
    display: none;
  }
  .rap-episode-chapter-page .rap-chapter-comment .comment-avatar {
    margin-right: 15px;
    width: 60px;
  }
  .rap-episode-chapter-page .rap-chapter-comment .comment-pending,
  .rap-episode-chapter-page .rap-chapter-comment .comment-title,
  .rap-episode-chapter-page .rap-chapter-comment .comment-content,
  .rap-episode-chapter-page .rap-chapter-comment .comment-moderation {
    margin-left: 60px;
    padding: 0 15px;
  }
  .rap-episode-chapter-page .rap-chapter-comment .comment-replies {
    padding: 10px 0 0 75px;
  }
  .rap-episode-chapter-page .rap-comment-form-avatar {
    width: 60px;
  }
  .rap-episode-chapter-page .rap-comment-form-avatar .comment-avatar-preview {
    width: 60px;
  }
  .rap-episode-chapter-page .rap-comment-form-controls {
    margin-left: 75px;
  }
}
/* inlined file "packages/rap/styles/rap-contact-page.less" */
.contact-page #article_bodytext {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  padding-left: 0;
  padding-right: 0;
}
@media (min-width: 768px) {
  .contact-page #article_bodytext {
    float: left;
    width: 33.33333333%;
  }
}
.contact-page .contact-help-content {
  margin-bottom: 30px;
}
.contact-page #contact_form {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 1em;
}
@media (min-width: 768px) {
  .contact-page #contact_form {
    float: left;
    width: 66.66666667%;
  }
}
.contact-page #contact_form .swat-frame {
  margin-top: 0;
  margin-bottom: 0;
}
.contact-page #contact_form #email_to_field label {
  margin-right: 0.5em;
}
.contact-page #contact_form #email_to_field .swat-form-field-contents {
  display: inline;
  font-weight: 400;
  font-size: 14px;
}
.contact-page #contact_form .swat-button {
  width: 100%;
  display: block;
}
@media (min-width: 768px) {
  .contact-page #article_bodytext {
    padding-right: 15px;
  }
  .contact-page #contact_form {
    padding-left: 15px;
  }
  .contact-page #contact_form .swat-button {
    width: auto;
    display: inline-block;
  }
}
.contact-page .tel .type {
  display: none;
}
.contact-page dl.vcard {
  margin: 0 0 1em;
  padding: 0;
}
.contact-page dl.vcard ul,
.contact-page dl.vcard li {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.contact-page dl.vcard dt {
  margin-bottom: 5px;
}
.contact-page dl.vcard dd {
  margin: 0 0 20px 10px;
}
.contact-page dl.vcard p.adr {
  margin: 0 0 10px;
}
.contact-page dl.vcard abbr {
  border: 0;
}
/* inlined file "packages/rap/styles/rap-downloads.less" */
.downloads-file {
  position: relative;
  text-decoration: none;
  display: block;
  padding: 10px;
  min-height: 84px;
}
.downloads-file:before,
.downloads-file:after {
  display: table;
  content: " ";
}
.downloads-file:after {
  clear: both;
}
.downloads-file .icon {
  position: absolute;
  top: 10px;
  left: 10px;
  display: block;
  width: 64px;
  height: 64px;
  background-image: url("../../packages/rap/images/elements/attachment.png");
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3/2), (min-device-pixel-ratio: 1.5), (min-resolution: 1.5dppx) {
  .downloads-file .icon {
    background-image: url("../../packages/rap/images/elements/attachment@2x.png");
    background-size: 64px 64px;
  }
}
a.downloads-file:hover {
  text-decoration: none;
}
a.downloads-file:hover .downloads-file-title {
  text-decoration: underline;
}
span.downloads-file {
  opacity: 0.5;
}
.downloads-audio-mpeg .icon {
  background-image: url("../../packages/rap/images/elements/attachment-mp3.png");
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3/2), (min-device-pixel-ratio: 1.5), (min-resolution: 1.5dppx) {
  .downloads-audio-mpeg .icon {
    background-image: url("../../packages/rap/images/elements/attachment-mp3@2x.png");
    background-size: 64px 64px;
  }
}
.downloads-audio-mp4 .icon {
  background-image: url("../../packages/rap/images/elements/attachment-m4a.png");
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3/2), (min-device-pixel-ratio: 1.5), (min-resolution: 1.5dppx) {
  .downloads-audio-mp4 .icon {
    background-image: url("../../packages/rap/images/elements/attachment-m4a@2x.png");
    background-size: 64px 64px;
  }
}
.downloads-video-mp4 .icon {
  background-image: url("../../packages/rap/images/elements/attachment-mp4.png");
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3/2), (min-device-pixel-ratio: 1.5), (min-resolution: 1.5dppx) {
  .downloads-video-mp4 .icon {
    background-image: url("../../packages/rap/images/elements/attachment-mp4@2x.png");
    background-size: 64px 64px;
  }
}
.downloads-application-pdf .icon {
  background-image: url("../../packages/rap/images/elements/attachment-pdf.png");
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3/2), (min-device-pixel-ratio: 1.5), (min-resolution: 1.5dppx) {
  .downloads-application-pdf .icon {
    background-image: url("../../packages/rap/images/elements/attachment-pdf@2x.png");
    background-size: 64px 64px;
  }
}
.downloads-file-title,
.downloads-file-subtitle,
.downloads-file-description {
  display: block;
  margin-left: 80px;
  overflow-wrap: break-word;
}
.downloads-file-subtitle,
.downloads-file-description {
  display: block;
  font-size: 12px;
  color: #7d7d7d;
}
/* inlined file "packages/rap/styles/rap-referrals-page.less" */
.rap-referrals-page #description_container {
  font-size: 18px;
}
.rap-referrals-page .referral-title {
  margin-top: 5px;
  margin-bottom: 20px;
}
.rap-referrals-page #rewards_frame .donation-note,
.rap-referrals-page #rewards_frame .donation-type {
  font-size: 14px;
}
.rap-referrals-page #rewards_frame .donation-type {
  font-weight: 700;
}
.rap-referrals-page #referral_options {
  margin-right: -15px;
  margin-left: -15px;
  margin-bottom: 40px;
}
.rap-referrals-page #referral_options #referral_form,
.rap-referrals-page #referral_options #promotion_code_form {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 768px) {
  .rap-referrals-page #referral_options #referral_form,
  .rap-referrals-page #referral_options #promotion_code_form {
    float: left;
    width: 50%;
  }
}
.rap-referrals-page #referral_options #referral_form .swat-table-view thead th {
  border: 0;
  font-size: 18px;
  font-weight: 400;
}
.rap-referrals-page #referral_options #referral_form .swat-table-view #referral_view__enter_row .email-column {
  padding: 0;
}
.rap-referrals-page #referral_options #referral_form .swat-tool-link {
  background: none;
  border: 0;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  border-radius: 6px;
  border: none;
  min-height: 40px;
  padding: 0 20px;
  color: #438bbe;
  font-weight: 400;
  cursor: pointer;
  border-radius: 0;
  box-shadow: none;
}
.rap-referrals-page #referral_options #referral_form .swat-tool-link.disabled,
.rap-referrals-page #referral_options #referral_form .swat-tool-link[disabled],
fieldset[disabled] .rap-referrals-page #referral_options #referral_form .swat-tool-link {
  background-color: #aaa;
  cursor: not-allowed;
  pointer-events: none;
  filter: alpha(opacity=65);
  opacity: 0.65;
}
.rap-referrals-page #referral_options #referral_form .swat-tool-link,
.rap-referrals-page #referral_options #referral_form .swat-tool-link:active,
.rap-referrals-page #referral_options #referral_form .swat-tool-link.active {
  outline: 0;
}
.rap-referrals-page #referral_options #referral_form .swat-tool-link:focus,
.rap-referrals-page #referral_options #referral_form .swat-tool-link:active:focus,
.rap-referrals-page #referral_options #referral_form .swat-tool-link.active:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.rap-referrals-page #referral_options #referral_form .swat-tool-link:hover,
.rap-referrals-page #referral_options #referral_form .swat-tool-link:focus {
  color: #fff;
  text-decoration: none;
  -webkit-transition: all 0.1s ease-in;
  -o-transition: all 0.1s ease-in;
  transition: all 0.1s ease-in;
}
.rap-referrals-page #referral_options #referral_form .swat-tool-link,
.rap-referrals-page #referral_options #referral_form .swat-tool-link:active,
.rap-referrals-page #referral_options #referral_form .swat-tool-link[disabled],
fieldset[disabled] .rap-referrals-page #referral_options #referral_form .swat-tool-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.rap-referrals-page #referral_options #referral_form .swat-tool-link,
.rap-referrals-page #referral_options #referral_form .swat-tool-link:hover,
.rap-referrals-page #referral_options #referral_form .swat-tool-link:focus,
.rap-referrals-page #referral_options #referral_form .swat-tool-link:active {
  border-color: transparent;
}
.rap-referrals-page #referral_options #referral_form .swat-tool-link:hover,
.rap-referrals-page #referral_options #referral_form .swat-tool-link:focus {
  color: #2e6286;
  text-decoration: underline;
  background-color: transparent;
}
.rap-referrals-page #referral_options #referral_form .swat-tool-link[disabled]:hover,
fieldset[disabled] .rap-referrals-page #referral_options #referral_form .swat-tool-link:hover,
.rap-referrals-page #referral_options #referral_form .swat-tool-link[disabled]:focus,
fieldset[disabled] .rap-referrals-page #referral_options #referral_form .swat-tool-link:focus {
  color: #a8aeb8;
  text-decoration: none;
}
.rap-referrals-page #referral_options #referral_form .swat-tool-link-add .swat-tool-link-icon {
  background: none;
  font-weight: 700;
  font-size: 18px;
  line-height: 14px;
}
.rap-referrals-page #referral_options #referral_form .swat-tool-link-add .swat-tool-link-icon:before {
  content: '+';
}
.rap-referrals-page #referral_options #promotion_code_form label {
  font-size: 18px;
  font-weight: 400;
}
.rap-referrals-page #invites_frame {
  clear: left;
}
.rap-referrals-page #promotion_code:hover {
  cursor: default;
}
/* inlined file "packages/rap/styles/rap-evaluation-page.less" */
.cme-evaluation-page .question label {
  font-weight: 400;
}
.cme-evaluation-page .question .swat-checkbox-list li,
.cme-evaluation-page .question .swat-radio-list li {
  cursor: pointer;
  background: #fff;
  border: 1px solid #fff;
  border-left-width: 3px;
  position: relative;
  margin: 0 0 2px;
  padding-left: 0;
  border-radius: 6px;
}
.cme-evaluation-page .question .swat-checkbox-list li .swat-checkbox-wrapper,
.cme-evaluation-page .question .swat-radio-list li .swat-checkbox-wrapper,
.cme-evaluation-page .question .swat-checkbox-list li .swat-radio-wrapper,
.cme-evaluation-page .question .swat-radio-list li .swat-radio-wrapper {
  margin-left: 0;
}
.cme-evaluation-page .question .swat-checkbox-list li input,
.cme-evaluation-page .question .swat-radio-list li input {
  cursor: pointer;
  position: absolute;
  top: 7px;
  left: 8px;
  margin-top: 0;
}
.cme-evaluation-page .question .swat-checkbox-list li .inquisition-radio-entry-entry,
.cme-evaluation-page .question .swat-radio-list li .inquisition-radio-entry-entry {
  display: block;
  margin: 0 5px 5px 30px;
}
.cme-evaluation-page .question .swat-checkbox-list li input.swat-entry,
.cme-evaluation-page .question .swat-radio-list li input.swat-entry {
  position: static;
  width: 100%;
  cursor: text;
}
.cme-evaluation-page .question .swat-checkbox-list li label,
.cme-evaluation-page .question .swat-radio-list li label {
  cursor: pointer;
  display: block;
  margin: 0;
  padding: 5px 26px 5px 30px;
  font-weight: 700;
}
.cme-evaluation-page .question .swat-checkbox-list li:hover,
.cme-evaluation-page .question .swat-radio-list li:hover {
  background: #f5f5f3;
  border-color: #f5f5f3;
}
.cme-evaluation-page .question .swat-checkbox-list li.selected,
.cme-evaluation-page .question .swat-radio-list li.selected {
  background: #ffffff;
  border: 1px solid #438bbe;
  border-left-width: 3px;
}
.cme-evaluation-page .swat-button {
  width: 100%;
  display: block;
}
@media (min-width: 768px) {
  .cme-evaluation-page .swat-button {
    width: auto;
    display: inline-block;
  }
}
/* inlined file "packages/rap/styles/rap-first-run-disclosure.less" */
.rap-first-run-disclosure {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
.rap-first-run-disclosure .site-dialog-container {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
}
.rap-first-run-disclosure .site-dialog-header {
  position: relative;
  padding: 20px;
  text-align: center;
  background-color: #f8f8f8;
  background-image: linear-gradient(0deg, #f5f5f5 0%, #fff 100%);
  border-bottom: 1px solid #ddd;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}
.rap-first-run-disclosure .site-dialog-header h2 {
  margin: 0;
}
.rap-first-run-disclosure .site-dialog-header h3 {
  margin: 5px 0 0;
}
.rap-first-run-disclosure .site-dialog-scroll {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  overflow-scrolling: touch;
  background: #fff;
}
.rap-first-run-disclosure .site-dialog-body {
  padding: 20px;
}
.rap-first-run-disclosure .site-dialog-footer {
  background-color: #f8f8f8;
  background-image: linear-gradient(0deg, #fff 0%, #f5f5f5 100%);
  border-top: 1px solid #ddd;
  padding: 10px 20px;
  -webkit-box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.1);
}
.rap-first-run-disclosure .site-dialog-footer .btn {
  display: block;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  margin-bottom: 10px;
}
.rap-first-run-disclosure .site-dialog-footer .btn:last-child {
  margin-bottom: 0;
}
.rap-first-run-disclosure .site-dialog-footer .sign-out-button {
  display: block;
  width: 100%;
  margin-top: 10px;
  border: 0;
  background: transparent;
  color: #666;
  font-size: 12px;
}
.rap-first-run-disclosure .site-dialog-footer .sign-out-button:hover {
  color: #999;
  text-decoration: underline;
}
.rap-first-run-disclosure .rap-first-run-disclosure-customize-content {
  margin: 15px 0 0;
}
.rap-first-run-disclosure .rap-first-run-disclosure-content-note {
  margin: 0 0 1rem 0;
  padding: 15px 20px;
  background: #fffaad;
  border-radius: 6px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}
.rap-first-run-disclosure .rap-first-run-disclosure-legal-field-title {
  font-weight: 700;
}
@media (min-width: 768px) {
  .rap-first-run-disclosure {
    position: fixed;
  }
  .rap-first-run-disclosure .site-dialog-container {
    left: 50%;
    right: auto;
    width: 708px;
    margin: 30px 0 30px -354px;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 6px;
    overflow: hidden;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
  }
  .rap-first-run-disclosure .site-dialog-header,
  .rap-first-run-disclosure .site-dialog-footer {
    text-align: center;
    padding: 20px;
  }
  .rap-first-run-disclosure .site-dialog-header .btn,
  .rap-first-run-disclosure .site-dialog-footer .btn {
    display: inline-block;
    width: auto;
    padding-left: 12px;
    padding-right: 12px;
    margin-bottom: 0;
    margin-right: 15px;
  }
  .rap-first-run-disclosure .site-dialog-header .btn:last-child,
  .rap-first-run-disclosure .site-dialog-footer .btn:last-child {
    margin-right: 0;
  }
  .rap-first-run-disclosure .site-dialog-header .sign-out-button,
  .rap-first-run-disclosure .site-dialog-footer .sign-out-button {
    position: absolute;
    display: inline-block;
    top: 12px;
    right: 12px;
    width: auto;
    margin: 0;
  }
}
/* inlined file "packages/rap/styles/rap-front-matter-display.less" */
.cme-front-matter-display {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
}
.cme-front-matter-display .site-dialog-container {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
}
.cme-front-matter-display .site-dialog-header,
.cme-front-matter-display .site-dialog-footer {
  text-align: center;
  padding: 10px 20px;
  background: #f5f5f3;
}
.cme-front-matter-display .site-dialog-header {
  position: relative;
  background-color: #f8f8f8;
  background-image: linear-gradient(0deg, #f5f5f5 0%, #fff 100%);
  border-bottom: 1px solid #ddd;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}
.cme-front-matter-display .site-dialog-scroll {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  overflow-scrolling: touch;
  background: #fff;
}
.cme-front-matter-display .site-dialog-body table {
  width: 100%;
}
.cme-front-matter-display .site-dialog-body th {
  padding-right: 10px;
  padding-bottom: 5px;
  font-weight: 400;
  text-color: #999;
  text-align: right;
  vertical-align: bottom;
  line-height: 1.2;
}
.cme-front-matter-display .site-dialog-body td {
  padding-bottom: 5px;
  white-space: nowrap;
  vertical-align: bottom;
  line-height: 1.2;
}
.cme-front-matter-display .cme-front-matter-display-content {
  padding: 0 20px;
}
.cme-front-matter-display .site-dialog-footer {
  position: relative;
  background-color: #f8f8f8;
  background-image: linear-gradient(0deg, #fff 0%, #f5f5f5 100%);
  border-top: 1px solid #ddd;
  -webkit-box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.1);
}
.cme-front-matter-display .site-dialog-footer .btn {
  display: block;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  white-space: normal;
  padding-left: 12px;
  padding-right: 12px;
  margin-bottom: 10px;
}
.cme-front-matter-display .site-dialog-footer .btn:last-child {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .cme-front-matter-display {
    position: fixed;
  }
  .cme-front-matter-display .site-dialog-container {
    left: 50%;
    right: auto;
    width: 708px;
    margin: 30px 0 30px -354px;
    border: 1px solid #ddd;
    border-radius: 6px;
    overflow: hidden;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
  }
  .cme-front-matter-display .site-dialog-header {
    padding: 20px;
  }
  .cme-front-matter-display .site-dialog-body th {
    width: 60%;
  }
  .cme-front-matter-display .site-dialog-footer {
    padding: 20px;
  }
  .cme-front-matter-display .site-dialog-footer .btn {
    display: inline-block;
    width: auto;
    padding-left: 12px;
    padding-right: 12px;
    margin-bottom: 0;
    margin-left: 15px;
  }
  .cme-front-matter-display .site-dialog-footer .btn:first-child {
    margin-left: 0;
  }
}
/* inlined file "packages/rap/styles/rap-group-subscription-entry.less" */
table.group-subscription-entry {
  border-collapse: collapse;
  border-spacing: 0;
  border-top: 1px #dedede solid;
}
table.group-subscription-entry tr.item-total-row,
table.group-subscription-entry tr.subtotal-row {
  border-top: 1px #dedede solid;
}
table.group-subscription-entry th,
table.group-subscription-entry td {
  padding: 15px 5px;
}
table.group-subscription-entry th.description {
  text-align: left;
  padding-left: 0;
}
table.group-subscription-entry th.description .title {
  display: block;
}
table.group-subscription-entry th.description .note,
table.group-subscription-entry tr.has-physical-row .note {
  display: block;
  font-weight: 400;
}
table.group-subscription-entry td.price,
table.group-subscription-entry td.total {
  text-align: right;
}
table.group-subscription-entry td.total {
  width: 115px;
  padding-right: 0;
}
table.group-subscription-entry tr.item-total-row td.item-total,
table.group-subscription-entry tr.has-physical-row td.item-total {
  padding-right: 18px;
  width: auto;
}
table.group-subscription-entry tr.item-total-row td.item-total {
  border-top: none;
}
table.group-subscription-entry tr.discount-row td.total {
  color: #ff6d2d;
}
table.group-subscription-entry td.quantity input {
  width: 60px;
  text-align: right;
}
table.group-subscription-entry tr.item-total-row td.title,
table.group-subscription-entry tr.discount-row td.title,
table.group-subscription-entry tr.subtotal-row td.title {
  text-align: right;
}
table.group-subscription-entry tr.subtotal-row td {
  font-weight: 700;
}
/* inlined file "packages/rap/styles/rap-layout.less" */
/* at-import inlined file "packages/rap/styles/rap-page-header.less" */
.page-header {
  margin: 20px 0 10px;
  padding: 0 0 10px 0;
  border: 0;
}
.page-header .breadcrumb {
  display: none;
  background-color: transparent;
  font-size: 12px;
  font-weight: 300;
  margin: 0;
  padding: 0;
}
.page-header .breadcrumb .swat-navbar-first {
  font-weight: 400;
}
.page-header .page-title {
  margin: 5px 0 0 0;
  font-size: 28px;
}
.status-header {
  background: #fff;
  color: #7d7d7d;
  padding: 10px 0;
  margin-top: 0;
  border-radius: 6px;
}
.status-header p {
  padding: 10px 0;
}
.status-header .upgrade-button {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  border-radius: 6px;
  border: none;
  font-weight: 400;
  min-height: 40px;
  padding: 0 20px;
  background-color: #5e6775;
  color: #fff;
  width: 100%;
}
.status-header .upgrade-button.disabled,
.status-header .upgrade-button[disabled],
fieldset[disabled] .status-header .upgrade-button {
  background-color: #aaa;
  cursor: not-allowed;
  pointer-events: none;
  filter: alpha(opacity=65);
  opacity: 0.65;
}
.status-header .upgrade-button,
.status-header .upgrade-button:active,
.status-header .upgrade-button.active {
  outline: 0;
}
.status-header .upgrade-button:focus,
.status-header .upgrade-button:active:focus,
.status-header .upgrade-button.active:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.status-header .upgrade-button:hover,
.status-header .upgrade-button:focus {
  color: #fff;
  text-decoration: none;
  -webkit-transition: all 0.1s ease-in;
  -o-transition: all 0.1s ease-in;
  transition: all 0.1s ease-in;
}
.status-header .upgrade-button:hover,
.status-header .upgrade-button:active,
.status-header .upgrade-button:focus {
  background-color: #323b4b;
}
.status-header.renewal-header {
  padding: 15px;
  margin-top: 15px;
  overflow: auto;
  color: #fff;
  text-align: center;
  background: #105b73;
  border-radius: 6px;
}
.status-header.renewal-header p {
  padding: 0;
  margin: 0;
}
.status-header.renewal-header .upgrade-button {
  margin-bottom: 5px;
}
.status-header.renewal-header .automatic-renewal-link {
  color: #fff;
  text-decoration: underline;
}
.status-header.renewal-header .automatic-renewal-link:hover {
  color: #eee;
}
.referral-container {
  background-color: #fff;
}
#referral_header .swat-message-notification {
  padding: 0;
  margin: 10px 0 0 0;
  text-align: center;
  border-radius: 0;
  background-color: #fff;
  box-shadow: none;
}
#referral_header .swat-message-notification .swat-message-primary-content a,
#referral_header .swat-message-notification .swat-message-secondary-content a,
#referral_header .swat-message-notification .swat-message-primary-content a:link,
#referral_header .swat-message-notification .swat-message-secondary-content a:link,
#referral_header .swat-message-notification .swat-message-primary-content a:active,
#referral_header .swat-message-notification .swat-message-secondary-content a:active,
#referral_header .swat-message-notification .swat-message-primary-content a:visited,
#referral_header .swat-message-notification .swat-message-secondary-content a:visited,
#referral_header .swat-message-notification .swat-message-primary-content a:hover,
#referral_header .swat-message-notification .swat-message-secondary-content a:hover {
  text-decoration: none;
}
#referral_header .swat-message-notification .swat-message-primary-content {
  color: #4a4a4a;
  font-size: 18px;
  font-weight: 400;
}
#referral_header .swat-message-notification .swat-message-secondary-content {
  color: #7d7d7d;
}
#referral_header .swat-message-notification .buttons {
  margin: auto;
  padding: 0;
  max-width: 250px;
}
#referral_header .swat-message-notification .send-invites {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  border-radius: 6px;
  border: none;
  font-weight: 400;
  min-height: 40px;
  padding: 0 20px;
  background-color: #5e6775;
  color: #fff;
}
#referral_header .swat-message-notification .send-invites.disabled,
#referral_header .swat-message-notification .send-invites[disabled],
fieldset[disabled] #referral_header .swat-message-notification .send-invites {
  background-color: #aaa;
  cursor: not-allowed;
  pointer-events: none;
  filter: alpha(opacity=65);
  opacity: 0.65;
}
#referral_header .swat-message-notification .send-invites,
#referral_header .swat-message-notification .send-invites:active,
#referral_header .swat-message-notification .send-invites.active {
  outline: 0;
}
#referral_header .swat-message-notification .send-invites:focus,
#referral_header .swat-message-notification .send-invites:active:focus,
#referral_header .swat-message-notification .send-invites.active:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
#referral_header .swat-message-notification .send-invites:hover,
#referral_header .swat-message-notification .send-invites:focus {
  color: #fff;
  text-decoration: none;
  -webkit-transition: all 0.1s ease-in;
  -o-transition: all 0.1s ease-in;
  transition: all 0.1s ease-in;
}
#referral_header .swat-message-notification .send-invites:hover,
#referral_header .swat-message-notification .send-invites:active,
#referral_header .swat-message-notification .send-invites:focus {
  background-color: #323b4b;
}
#referral_header .swat-message-notification .not-now {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  border-radius: 6px;
  border: none;
  min-height: 40px;
  padding: 0 20px;
  color: #438bbe;
  font-weight: 400;
  cursor: pointer;
  border-radius: 0;
  box-shadow: none;
}
#referral_header .swat-message-notification .not-now.disabled,
#referral_header .swat-message-notification .not-now[disabled],
fieldset[disabled] #referral_header .swat-message-notification .not-now {
  background-color: #aaa;
  cursor: not-allowed;
  pointer-events: none;
  filter: alpha(opacity=65);
  opacity: 0.65;
}
#referral_header .swat-message-notification .not-now,
#referral_header .swat-message-notification .not-now:active,
#referral_header .swat-message-notification .not-now.active {
  outline: 0;
}
#referral_header .swat-message-notification .not-now:focus,
#referral_header .swat-message-notification .not-now:active:focus,
#referral_header .swat-message-notification .not-now.active:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
#referral_header .swat-message-notification .not-now:hover,
#referral_header .swat-message-notification .not-now:focus {
  color: #fff;
  text-decoration: none;
  -webkit-transition: all 0.1s ease-in;
  -o-transition: all 0.1s ease-in;
  transition: all 0.1s ease-in;
}
#referral_header .swat-message-notification .not-now,
#referral_header .swat-message-notification .not-now:active,
#referral_header .swat-message-notification .not-now[disabled],
fieldset[disabled] #referral_header .swat-message-notification .not-now {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
#referral_header .swat-message-notification .not-now,
#referral_header .swat-message-notification .not-now:hover,
#referral_header .swat-message-notification .not-now:focus,
#referral_header .swat-message-notification .not-now:active {
  border-color: transparent;
}
#referral_header .swat-message-notification .not-now:hover,
#referral_header .swat-message-notification .not-now:focus {
  color: #2e6286;
  text-decoration: underline;
  background-color: transparent;
}
#referral_header .swat-message-notification .not-now[disabled]:hover,
fieldset[disabled] #referral_header .swat-message-notification .not-now:hover,
#referral_header .swat-message-notification .not-now[disabled]:focus,
fieldset[disabled] #referral_header .swat-message-notification .not-now:focus {
  color: #a8aeb8;
  text-decoration: none;
}
#referral_header .swat-message-notification .swat-message-display-dismiss-link {
  display: none;
}
@media (min-width: 768px) {
  .page-header .breadcrumb {
    display: block;
  }
  .page-header .page-title {
    font-size: 36px;
  }
  .status-header {
    padding: 30px;
    margin-top: 0;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  }
  .status-header p {
    float: left;
    width: 60%;
    padding: 6px 0;
    margin: 0 2% 0 0;
  }
  .status-header .upgrade-button {
    float: right;
    width: auto;
    margin-right: 40px;
  }
  .status-header.renewal-header {
    padding: 15px;
    text-align: left;
  }
  .status-header.renewal-header p {
    float: none;
    width: auto;
    padding: 6px 0;
  }
  .status-header.renewal-header .upgrade-button {
    float: left;
    margin: 0 2% 0 0;
  }
}
/* at-import inlined file "packages/rap/styles/rap-page-footer.less" */
.ft {
  display: none;
}
@media (min-width: 768px) {
  .ft {
    display: flex;
    font-size: 12px;
    height: 80px;
    align-items: center;
    align-self: center;
    margin-top: 60px;
  }
}
.ft .page-footer {
  display: flex;
  align-items: center;
  flex-direction: column;
}
@media (min-width: 768px) {
  .ft .page-footer {
    flex-direction: column;
  }
}
@media (min-width: 992px) {
  .ft .page-footer {
    flex-direction: row-reverse;
    justify-content: space-between;
  }
}
.ft .page-footer ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: flex;
}
.ft .page-footer li a {
  padding: 10px;
  color: #777;
}
.ft .page-footer p {
  color: #999;
  font-weight: 300;
  margin-bottom: 0;
  margin-top: 10px;
}
@media (min-width: 768px) {
  .ft .page-footer p {
    margin-top: 0;
  }
}
html {
  position: relative;
  min-height: 100%;
  font-size: 16px;
}
body {
  background: #f5f5f3;
  font-family: 'proximasoft', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.42857143;
  margin: 0;
  padding: 0;
}
h1,
h2,
h3 {
  font-weight: 300;
}
ul,
ol {
  padding-left: 20px;
}
ul li,
ol li {
  line-height: 1.4;
}
ul.spaced li,
ol.spaced li {
  margin-bottom: 5px;
}
kbd {
  white-space: nowrap;
}
.uppercase {
  text-transform: uppercase;
}
.avatar {
  border-radius: 50%;
  border: 2px solid #fff;
  width: 28px;
  height: 28px;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3/2), (min-device-pixel-ratio: 1.5), (min-resolution: 1.5dppx) {
  .avatar {
    border-width: 1px;
  }
}
.button {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  border-radius: 6px;
  border: none;
  font-weight: 400;
  min-height: 40px;
  padding: 0 20px;
  background-color: #fff;
  color: #8a909a;
  border: solid 1px #a8aeb8;
}
.button.disabled,
.button[disabled],
fieldset[disabled] .button {
  background-color: #aaa;
  cursor: not-allowed;
  pointer-events: none;
  filter: alpha(opacity=65);
  opacity: 0.65;
}
.button,
.button:active,
.button.active {
  outline: 0;
}
.button:focus,
.button:active:focus,
.button.active:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.button:hover,
.button:focus {
  color: #fff;
  text-decoration: none;
  -webkit-transition: all 0.1s ease-in;
  -o-transition: all 0.1s ease-in;
  transition: all 0.1s ease-in;
}
.button:hover,
.button:active,
.button:focus {
  background-color: #8a909a;
  color: #fff;
}
.pager li > a,
.pager li > span {
  font-size: 85%;
}
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  background-color: rgba(255, 255, 255, 0.75);
  border-color: rgba(255, 255, 255, 0.75);
  cursor: auto;
}
.article-ab1195 #article_bodytext .uppercase {
  font-variant: small-caps;
}
.article-ab1195 #article_bodytext img {
  padding: 10px 0 20px;
  max-width: 100%;
  height: auto;
}
.article-ab1195 #article_bodytext a {
  width: 95%;
  word-wrap: break-word;
}
@media (min-width: 768px) {
  .avatar {
    width: auto;
    height: auto;
  }
  .article-ab1195 #article_bodytext a {
    width: auto;
    word-wrap: normal;
  }
}
:where(.global-feedback-bar) {
  color: var(--theme--text--color);
  font-family: var(--token--font-stack--primary);
  font-size: var(--token--font-size--step-0);
  font-weight: 400;
  line-height: 1.25;
}
:where(.global-feedback-bar) *,
:where(.global-feedback-bar) h2,
:where(.global-feedback-bar) p {
  padding: 0;
  margin: 0;
}
:where(.global-feedback-bar) img,
:where(.global-feedback-bar) picture,
:where(.global-feedback-bar) video,
:where(.global-feedback-bar) canvas,
:where(.global-feedback-bar) svg {
  display: block;
  max-width: 100%;
  height: auto;
}
.global-feedback-bar__content-container {
  min-height: 0 !important;
}
.global-feedback-bar__title {
  font-weight: bold;
}
.global-feedback-bar + .global-feedback-bar {
  margin-top: 10px;
}
.global-feedback-bar {
  opacity: 1;
  height: calc-size(auto, size);
  transition: all 0.35s ease-in-out;
  transition-behavior: allow-discrete;
}
.global-feedback-bar.closed {
  display: none;
  opacity: 0;
  height: 0;
}
/* inlined file "packages/rap/styles/rap-layout-default.less" */
.hd .container-fluid,
.bd .container-fluid,
.ft .container-fluid {
  max-width: 1170px;
}
.tag-list {
  font-weight: 400;
  color: #7d7d7d;
}
.tag-list .title {
  font-size: 12px;
  text-transform: uppercase;
}
.tag-list .title:after {
  content: ': ';
}
.tag,
.tag:link,
.tag:visited {
  white-space: nowrap;
  font-size: 12px;
  color: #7d7d7d;
}
@media (min-width: 768px) {
  .bd .container-fluid,
  .ft .container-fluid {
    margin-left: 15px;
    margin-right: 15px;
  }
}
@media (min-width: 1200px) {
  .bd .container-fluid,
  .ft .container-fluid {
    margin-left: 35px;
    margin-right: 35px;
  }
}
/* inlined file "packages/rap/styles/rap-mailing-list-sign-up-page.less" */
.mailing-list-sign-up #message_display {
  margin-right: -15px;
  margin-left: -15px;
}
.mailing-list-sign-up #newsletter_form {
  max-width: 768px;
}
.mailing-list-sign-up #newsletter_form .swat-frame-subtitle {
  display: block;
  margin-top: 10px;
  font-size: 14px;
}
.mailing-list-sign-up #newsletter_form .swat-button {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  border-radius: 6px;
  border: none;
  font-weight: 400;
  min-height: 40px;
  padding: 0 20px;
  background-color: #5e6775;
  color: #fff;
  display: block;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}
.mailing-list-sign-up #newsletter_form .swat-button.disabled,
.mailing-list-sign-up #newsletter_form .swat-button[disabled],
fieldset[disabled] .mailing-list-sign-up #newsletter_form .swat-button {
  background-color: #aaa;
  cursor: not-allowed;
  pointer-events: none;
  filter: alpha(opacity=65);
  opacity: 0.65;
}
.mailing-list-sign-up #newsletter_form .swat-button,
.mailing-list-sign-up #newsletter_form .swat-button:active,
.mailing-list-sign-up #newsletter_form .swat-button.active {
  outline: 0;
}
.mailing-list-sign-up #newsletter_form .swat-button:focus,
.mailing-list-sign-up #newsletter_form .swat-button:active:focus,
.mailing-list-sign-up #newsletter_form .swat-button.active:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.mailing-list-sign-up #newsletter_form .swat-button:hover,
.mailing-list-sign-up #newsletter_form .swat-button:focus {
  color: #fff;
  text-decoration: none;
  -webkit-transition: all 0.1s ease-in;
  -o-transition: all 0.1s ease-in;
  transition: all 0.1s ease-in;
}
.mailing-list-sign-up #newsletter_form .swat-button:hover,
.mailing-list-sign-up #newsletter_form .swat-button:active,
.mailing-list-sign-up #newsletter_form .swat-button:focus {
  background-color: #323b4b;
}
@media (min-width: 768px) {
  .mailing-list-sign-up #newsletter_form .swat-button {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    border-radius: 6px;
    border: none;
    font-weight: 400;
    min-height: 40px;
    padding: 0 20px;
    background-color: #5e6775;
    color: #fff;
    width: auto;
    display: inline-block;
  }
  .mailing-list-sign-up #newsletter_form .swat-button.disabled,
  .mailing-list-sign-up #newsletter_form .swat-button[disabled],
  fieldset[disabled] .mailing-list-sign-up #newsletter_form .swat-button {
    background-color: #aaa;
    cursor: not-allowed;
    pointer-events: none;
    filter: alpha(opacity=65);
    opacity: 0.65;
  }
  .mailing-list-sign-up #newsletter_form .swat-button,
  .mailing-list-sign-up #newsletter_form .swat-button:active,
  .mailing-list-sign-up #newsletter_form .swat-button.active {
    outline: 0;
  }
  .mailing-list-sign-up #newsletter_form .swat-button:focus,
  .mailing-list-sign-up #newsletter_form .swat-button:active:focus,
  .mailing-list-sign-up #newsletter_form .swat-button.active:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
  }
  .mailing-list-sign-up #newsletter_form .swat-button:hover,
  .mailing-list-sign-up #newsletter_form .swat-button:focus {
    color: #fff;
    text-decoration: none;
    -webkit-transition: all 0.1s ease-in;
    -o-transition: all 0.1s ease-in;
    transition: all 0.1s ease-in;
  }
  .mailing-list-sign-up #newsletter_form .swat-button:hover,
  .mailing-list-sign-up #newsletter_form .swat-button:active,
  .mailing-list-sign-up #newsletter_form .swat-button:focus {
    background-color: #323b4b;
  }
}
/* inlined file "packages/rap/styles/rap-mailing-list-unsubscribe-page.less" */
.mailing-list-unsubscribe .page-content {
  margin-right: -15px;
  margin-left: -15px;
}
.mailing-list-unsubscribe #article_bodytext {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 992px) {
  .mailing-list-unsubscribe #article_bodytext {
    float: left;
    width: 33.33333333%;
  }
}
.mailing-list-unsubscribe #unsubscribe_form {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 992px) {
  .mailing-list-unsubscribe #unsubscribe_form {
    float: left;
    width: 66.66666667%;
  }
}
.mailing-list-unsubscribe #unsubscribe_form .swat-footer-form-field .swat-note {
  padding-top: 10px;
}
.mailing-list-unsubscribe #unsubscribe_form .swat-button {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  border-radius: 6px;
  border: none;
  font-weight: 400;
  min-height: 40px;
  padding: 0 20px;
  background-color: #5e6775;
  color: #fff;
  display: block;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}
.mailing-list-unsubscribe #unsubscribe_form .swat-button.disabled,
.mailing-list-unsubscribe #unsubscribe_form .swat-button[disabled],
fieldset[disabled] .mailing-list-unsubscribe #unsubscribe_form .swat-button {
  background-color: #aaa;
  cursor: not-allowed;
  pointer-events: none;
  filter: alpha(opacity=65);
  opacity: 0.65;
}
.mailing-list-unsubscribe #unsubscribe_form .swat-button,
.mailing-list-unsubscribe #unsubscribe_form .swat-button:active,
.mailing-list-unsubscribe #unsubscribe_form .swat-button.active {
  outline: 0;
}
.mailing-list-unsubscribe #unsubscribe_form .swat-button:focus,
.mailing-list-unsubscribe #unsubscribe_form .swat-button:active:focus,
.mailing-list-unsubscribe #unsubscribe_form .swat-button.active:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.mailing-list-unsubscribe #unsubscribe_form .swat-button:hover,
.mailing-list-unsubscribe #unsubscribe_form .swat-button:focus {
  color: #fff;
  text-decoration: none;
  -webkit-transition: all 0.1s ease-in;
  -o-transition: all 0.1s ease-in;
  transition: all 0.1s ease-in;
}
.mailing-list-unsubscribe #unsubscribe_form .swat-button:hover,
.mailing-list-unsubscribe #unsubscribe_form .swat-button:active,
.mailing-list-unsubscribe #unsubscribe_form .swat-button:focus {
  background-color: #323b4b;
}
@media (min-width: 768px) {
  .mailing-list-unsubscribe #unsubscribe_form .swat-footer-form-field .swat-note,
  .mailing-list-unsubscribe #unsubscribe_form .swat-footer-form-field .swat-form-field-contents {
    display: inline;
  }
  .mailing-list-unsubscribe #unsubscribe_form .swat-footer-form-field .swat-note {
    font-size: 12px;
    padding: 0 0 0 10px;
  }
  .mailing-list-unsubscribe #unsubscribe_form .swat-button {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    border-radius: 6px;
    border: none;
    font-weight: 400;
    min-height: 40px;
    padding: 0 20px;
    background-color: #5e6775;
    color: #fff;
    width: auto;
    display: inline-block;
  }
  .mailing-list-unsubscribe #unsubscribe_form .swat-button.disabled,
  .mailing-list-unsubscribe #unsubscribe_form .swat-button[disabled],
  fieldset[disabled] .mailing-list-unsubscribe #unsubscribe_form .swat-button {
    background-color: #aaa;
    cursor: not-allowed;
    pointer-events: none;
    filter: alpha(opacity=65);
    opacity: 0.65;
  }
  .mailing-list-unsubscribe #unsubscribe_form .swat-button,
  .mailing-list-unsubscribe #unsubscribe_form .swat-button:active,
  .mailing-list-unsubscribe #unsubscribe_form .swat-button.active {
    outline: 0;
  }
  .mailing-list-unsubscribe #unsubscribe_form .swat-button:focus,
  .mailing-list-unsubscribe #unsubscribe_form .swat-button:active:focus,
  .mailing-list-unsubscribe #unsubscribe_form .swat-button.active:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
  }
  .mailing-list-unsubscribe #unsubscribe_form .swat-button:hover,
  .mailing-list-unsubscribe #unsubscribe_form .swat-button:focus {
    color: #fff;
    text-decoration: none;
    -webkit-transition: all 0.1s ease-in;
    -o-transition: all 0.1s ease-in;
    transition: all 0.1s ease-in;
  }
  .mailing-list-unsubscribe #unsubscribe_form .swat-button:hover,
  .mailing-list-unsubscribe #unsubscribe_form .swat-button:active,
  .mailing-list-unsubscribe #unsubscribe_form .swat-button:focus {
    background-color: #323b4b;
  }
}
/* inlined file "packages/rap/styles/rap-podcast-help-page.less" */
.podcast-help-page .rap-podcast-subscribe {
  background: #fff;
  padding: 20px;
  border-radius: 6px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  text-align: center;
}
.podcast-help-page .rap-podcast-subscribe p {
  margin: 0;
}
.podcast-help-page .rap-podcast-subscribe a.btn-primary {
  display: block;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  vertical-align: middle;
  font-size: 18px;
  margin-bottom: 15px;
  padding-top: 12px;
  padding-bottom: 12px;
}
.podcast-help-page .rap-podcast-subscribe a.app-link-ios,
.podcast-help-page .rap-podcast-subscribe a.app-link-android {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
  background-image: url("../../packages/rap/images/elements/app-store-banners-large.png");
  display: block;
  margin: 0 auto 15px auto;
  width: 200px;
  height: 60px;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3/2), (min-device-pixel-ratio: 1.5), (min-resolution: 1.5dppx) {
  .podcast-help-page .rap-podcast-subscribe a.app-link-ios,
  .podcast-help-page .rap-podcast-subscribe a.app-link-android {
    background-image: url("../../packages/rap/images/elements/app-store-banners-large@2x.png");
    background-size: 200px 60px;
  }
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3/2), (min-device-pixel-ratio: 1.5), (min-resolution: 1.5dppx) {
  .podcast-help-page .rap-podcast-subscribe a.app-link-ios,
  .podcast-help-page .rap-podcast-subscribe a.app-link-android {
    background-size: 200px 120px;
  }
}
.podcast-help-page .rap-podcast-subscribe a.app-link-android {
  background-position: 0 -60px;
}
.podcast-help-page .rap-podcast-subscribe a.iphone.btn-primary,
.podcast-help-page .rap-podcast-subscribe a.android.btn-primary {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  border-radius: 6px;
  border: none;
  font-weight: 400;
  min-height: 40px;
  padding: 0 20px;
  background-color: #fff;
  color: #8a909a;
  border: solid 1px #a8aeb8;
  margin-bottom: 15px;
}
.podcast-help-page .rap-podcast-subscribe a.iphone.btn-primary.disabled,
.podcast-help-page .rap-podcast-subscribe a.android.btn-primary.disabled,
.podcast-help-page .rap-podcast-subscribe a.iphone.btn-primary[disabled],
.podcast-help-page .rap-podcast-subscribe a.android.btn-primary[disabled],
fieldset[disabled] .podcast-help-page .rap-podcast-subscribe a.iphone.btn-primary,
fieldset[disabled] .podcast-help-page .rap-podcast-subscribe a.android.btn-primary {
  background-color: #aaa;
  cursor: not-allowed;
  pointer-events: none;
  filter: alpha(opacity=65);
  opacity: 0.65;
}
.podcast-help-page .rap-podcast-subscribe a.iphone.btn-primary,
.podcast-help-page .rap-podcast-subscribe a.android.btn-primary,
.podcast-help-page .rap-podcast-subscribe a.iphone.btn-primary:active,
.podcast-help-page .rap-podcast-subscribe a.android.btn-primary:active,
.podcast-help-page .rap-podcast-subscribe a.iphone.btn-primary.active,
.podcast-help-page .rap-podcast-subscribe a.android.btn-primary.active {
  outline: 0;
}
.podcast-help-page .rap-podcast-subscribe a.iphone.btn-primary:focus,
.podcast-help-page .rap-podcast-subscribe a.android.btn-primary:focus,
.podcast-help-page .rap-podcast-subscribe a.iphone.btn-primary:active:focus,
.podcast-help-page .rap-podcast-subscribe a.android.btn-primary:active:focus,
.podcast-help-page .rap-podcast-subscribe a.iphone.btn-primary.active:focus,
.podcast-help-page .rap-podcast-subscribe a.android.btn-primary.active:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.podcast-help-page .rap-podcast-subscribe a.iphone.btn-primary:hover,
.podcast-help-page .rap-podcast-subscribe a.android.btn-primary:hover,
.podcast-help-page .rap-podcast-subscribe a.iphone.btn-primary:focus,
.podcast-help-page .rap-podcast-subscribe a.android.btn-primary:focus {
  color: #fff;
  text-decoration: none;
  -webkit-transition: all 0.1s ease-in;
  -o-transition: all 0.1s ease-in;
  transition: all 0.1s ease-in;
}
.podcast-help-page .rap-podcast-subscribe a.iphone.btn-primary:hover,
.podcast-help-page .rap-podcast-subscribe a.android.btn-primary:hover,
.podcast-help-page .rap-podcast-subscribe a.iphone.btn-primary:active,
.podcast-help-page .rap-podcast-subscribe a.android.btn-primary:active,
.podcast-help-page .rap-podcast-subscribe a.iphone.btn-primary:focus,
.podcast-help-page .rap-podcast-subscribe a.android.btn-primary:focus {
  background-color: #8a909a;
  color: #fff;
}
.podcast-help-page .rap-podcast-subscribe .rap-podcast-help-or {
  display: block;
  font-size: 12px;
  color: #999;
  text-transform: uppercase;
  text-align: center;
  vertical-align: middle;
  margin-bottom: 15px;
}
.podcast-help-page .rap-podcast-subscribe .rap-podcast-help-other {
  display: block;
  text-align: center;
  vertical-align: middle;
}
.podcast-help-page .rap-podcast-subscribe .rap-podcast-help-other .rap-podcast-help-url {
  display: block;
  font-size: 12px;
  word-wrap: break-word;
}
.podcast-help-page .rap-podcast-subscribe .rap-podcast-help-other p {
  font-size: 12px;
  color: #999;
}
.podcast-help-page .rap-podcast-archive-links {
  margin-top: 15px;
  font-size: 12px;
}
.podcast-help-page .help-section {
  margin: 30px 0 60px 0;
}
.podcast-help-page #ios_videos .yui-nav {
  margin: 0 0 20px;
  border-top: 1px #dedede solid;
}
.podcast-help-page #ios_videos .yui-nav a {
  background: none;
  display: block;
  text-align: center;
}
.podcast-help-page #ios_videos .yui-nav a:link,
.podcast-help-page #ios_videos .yui-nav a:hover,
.podcast-help-page #ios_videos .yui-nav a:active {
  text-decoration: none;
}
.podcast-help-page #ios_videos .yui-nav a em {
  white-space: nowrap;
  padding: 5px;
  border-top: 3px solid transparent;
}
.podcast-help-page #ios_videos .yui-nav a em span {
  color: #999;
  font-weight: 300;
}
.podcast-help-page #ios_videos .yui-nav .selected a em {
  color: #4a4a4a;
  border-top: 3px solid #438bbe;
}
.podcast-help-page #ios_videos .yui-nav li a,
.podcast-help-page #ios_videos .yui-content {
  background: transparent;
  padding: 0;
  border: none;
}
@media (min-width: 768px) {
  .podcast-help-page .rap-podcast-subscribe a.btn-primary {
    display: inline-block;
    width: auto;
    padding-left: 12px;
    padding-right: 12px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px;
  }
  .podcast-help-page .rap-podcast-subscribe a.sign-up.btn-primary {
    float: left;
  }
  .podcast-help-page .rap-podcast-subscribe .rap-podcast-help-contact {
    display: block;
    text-align: left;
    padding-left: 156px;
  }
}
/* inlined file "packages/rap/styles/rap-quiz-page.less" */
.cme-quiz-page #quiz_frame,
.cme-quiz-page #quiz_response_container {
  background: transparent;
  border-radius: 0;
  box-shadow: none;
  margin-top: 0;
  margin-bottom: 0;
}
.cme-quiz-page #quiz_frame .swat-frame-contents,
.cme-quiz-page #quiz_response_container .swat-frame-contents {
  padding: 0;
}
.cme-quiz-page #quiz_form #message_display {
  margin: 20px;
}
.cme-quiz-page .quiz-hidden,
.cme-quiz-page .quiz-page {
  display: none;
}
.cme-quiz-page .quiz-page-intro .quiz-passing-grade {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 5px;
}
.cme-quiz-page .quiz-page-intro .quiz-intro-status {
  margin-bottom: 30px;
}
.cme-quiz-page .quiz-page-intro .quiz-button-continue {
  font-size: 18px;
  width: 100%;
}
.cme-quiz-page .quiz-page-quiz {
  background: #fff;
  padding: 20px;
  border-radius: 6px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}
.cme-quiz-page .quiz-container {
  position: relative;
  margin: 0;
}
.cme-quiz-page .quiz-question-container {
  position: relative;
  overflow: hidden;
}
.cme-quiz-page .quiz-question-container .swat-form-field {
  margin: 0;
}
.cme-quiz-page .quiz-question-container .question {
  position: relative;
}
.cme-quiz-page .quiz-question-container .question-bodytext,
.cme-quiz-page .quiz-question-dialog .question-bodytext {
  font-size: 12px;
  margin-bottom: 10px;
}
.cme-quiz-page .quiz-question-container .question-bodytext p,
.cme-quiz-page .quiz-question-dialog .question-bodytext p {
  margin: 0 0 10px;
}
.cme-quiz-page .quiz-question-container .question-bodytext *:last-child,
.cme-quiz-page .quiz-question-dialog .question-bodytext *:last-child {
  margin: 0;
}
.cme-quiz-page .quiz-keyboard-help {
  font-size: 12px;
  color: #999;
  margin-top: 10px;
}
.cme-quiz-page .question .swat-radio-list li {
  background: #fff;
  border: 1px solid #fff;
  border-left-width: 3px;
  position: relative;
  margin: 0 0 2px;
  padding-left: 0;
  border-radius: 6px;
}
.cme-quiz-page .question .swat-radio-list li .swat-radio-wrapper {
  margin-left: 0;
}
.cme-quiz-page .question .swat-radio-list li input {
  position: absolute;
  top: 7px;
  left: 8px;
  margin-top: 0;
}
.cme-quiz-page .question .swat-radio-list li label {
  display: block;
  margin: 0;
  padding: 5px 26px 5px 30px;
  cursor: pointer;
}
.cme-quiz-page .question .swat-radio-list li.hover {
  background: #f5f5f3;
  border-color: #f5f5f3;
}
.cme-quiz-page .question .swat-radio-list li.selected {
  background: #ffffff;
  border: 1px solid #438bbe;
  border-left-width: 3px;
}
.cme-quiz-page .question .question-saved-message {
  display: block;
  position: absolute;
  width: 16px;
  height: 16px;
  top: 6px;
  right: 8px;
  padding: 0;
  margin: 0;
  background-image: url("../../packages/rap/images/elements/quiz-throbber.gif");
  filter: alpha(opacity=0);
  opacity: 0;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3/2), (min-device-pixel-ratio: 1.5), (min-resolution: 1.5dppx) {
  .cme-quiz-page .question .question-saved-message {
    background-image: url("../../packages/rap/images/elements/quiz-throbber@2x.gif");
    background-size: 16px 16px;
  }
}
.cme-quiz-page .quiz-header,
.cme-quiz-page .quiz-review-header {
  background-color: #f8f8f8;
  background-image: linear-gradient(0deg, #f5f5f5 0%, #fff 100%);
  margin: -20px -20px 30px;
  padding: 15px 20px;
  border-bottom: 1px solid #e6e6e6;
}
.cme-quiz-page .quiz-header .quiz-intro-link {
  float: left;
}
.cme-quiz-page .quiz-header .quiz-status {
  float: right;
  color: #999;
  font-size: 12px;
  padding-top: 4px;
}
.cme-quiz-page .quiz-footer .quiz-button-prev {
  margin-bottom: 10px;
}
.cme-quiz-page .quiz-footer .quiz-button-prev,
.cme-quiz-page .quiz-footer .quiz-button-next {
  width: 100%;
  display: block;
}
.cme-quiz-page .quiz-footer .quiz-button-next {
  font-weight: 700;
}
.cme-quiz-page .quiz-page-review {
  background: #fff;
  padding: 20px;
  border-radius: 6px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}
.cme-quiz-page .quiz-review-content {
  margin: 0;
  padding-right: 20px;
  counter-reset: question;
  padding: 0;
  list-style-type: none;
}
.cme-quiz-page .quiz-review-content li {
  position: relative;
  list-style-type: none;
  margin-bottom: 40px;
}
.cme-quiz-page .quiz-review-content li::before {
  content: counter(question);
  counter-increment: question;
  display: block;
  position: relative;
  float: left;
  margin-right: 8px;
  top: 0;
  left: 0;
  background: #ff6d2d;
  color: #fff;
  font-weight: 300;
  font-size: 12px;
  height: 20px;
  width: 20px;
  border-radius: 50%;
  line-height: 20px;
  text-align: center;
}
.cme-quiz-page .quiz-review-content li.unanswered {
  color: #cc0000;
}
.cme-quiz-page .quiz-review-content li.unanswered .quiz-review-answer {
  display: none;
}
.cme-quiz-page .quiz-review-content li .quiz-review-question {
  font-size: 12px;
  margin-bottom: 10px;
}
.cme-quiz-page .quiz-review-content li .quiz-review-question p {
  margin: 0 0 10px;
}
.cme-quiz-page .quiz-review-content li .quiz-review-question *:last-child {
  margin: 0;
}
.cme-quiz-page .quiz-review-content .quiz-review-answer {
  margin: 0 0 0 20px;
}
.cme-quiz-page .quiz-review-content .quiz-review-change {
  float: right;
  margin-left: 10px;
}
.cme-quiz-page .quiz-review-footer {
  background-color: #f8f8f8;
  background-image: linear-gradient(0deg, #fff 0%, #f5f5f5 100%);
  margin: 20px -20px -20px;
  padding: 20px;
  border-top: 1px solid #e6e6e6;
}
.cme-quiz-page .quiz-review-footer:before,
.cme-quiz-page .quiz-review-footer:after {
  display: table;
  content: " ";
}
.cme-quiz-page .quiz-review-footer:after {
  clear: both;
}
.cme-quiz-page .quiz-review-status {
  color: #999;
  font-size: 12px;
}
.cme-quiz-page .swat-button.quiz-button-submit {
  width: 100%;
  margin-bottom: 10px;
  font-size: 18px;
}
.cme-quiz-page .quiz-question-dialog {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
}
.cme-quiz-page .quiz-question-dialog .site-dialog-container {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
}
.cme-quiz-page .quiz-question-dialog .site-dialog-header {
  background-color: #f8f8f8;
  background-image: linear-gradient(0deg, #f5f5f5 0%, #fff 100%);
  padding: 10px 20px;
  border-bottom: 1px solid #ddd;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}
.cme-quiz-page .quiz-question-dialog .quiz-question-dialog-title {
  font-size: 18px;
  font-weight: 700;
}
.cme-quiz-page .quiz-question-dialog .site-dialog-scroll {
  background: #fff;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  overflow-scrolling: touch;
}
.cme-quiz-page .quiz-question-dialog .quiz-question-dialog-content {
  margin: 20px;
}
.cme-quiz-page .quiz-question-dialog .site-dialog-footer {
  background-color: #f8f8f8;
  background-image: linear-gradient(0deg, #fff 0%, #f5f5f5 100%);
  padding: 10px 20px;
  border-top: 1px solid #ddd;
  -webkit-box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.1);
}
.cme-quiz-page .quiz-question-dialog .site-dialog-footer .btn {
  display: block;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}
.cme-quiz-page .quiz-response-certificate-link {
  vertical-align: top;
  margin-left: 10px;
}
.cme-quiz-page ol.quiz-response {
  counter-reset: review-question;
  list-style-type: none;
  margin: 20px 0 0;
  padding: 0;
}
.cme-quiz-page ol.quiz-response .quiz-response-question-icon {
  color: #1a90b6;
  position: relative;
  float: left;
  top: 2px;
  margin-right: 8px;
  margin-bottom: 4px;
}
.cme-quiz-page ol.quiz-response .quiz-question {
  position: relative;
  margin-bottom: 40px;
  list-style-type: none;
}
.cme-quiz-page ol.quiz-response .quiz-question::before {
  content: counter(review-question);
  counter-increment: review-question;
  display: block;
  position: relative;
  float: left;
  margin-right: 8px;
  top: 0;
  left: 0;
  background: #ff6d2d;
  color: #fff;
  font-weight: 300;
  font-size: 12px;
  height: 20px;
  width: 20px;
  border-radius: 50%;
  line-height: 20px;
  text-align: center;
}
.cme-quiz-page ol.quiz-response .quiz-question .quiz-question-question {
  font-size: 12px;
  margin-bottom: 10px;
}
.cme-quiz-page ol.quiz-response .quiz-question .quiz-question-question p {
  margin: 0 0 10px;
}
.cme-quiz-page ol.quiz-response .quiz-question .quiz-question-question *:last-child {
  margin: 0;
}
.cme-quiz-page ol.quiz-response .quiz-question dt {
  color: #4a4a4a;
  float: left;
  width: 7.5em;
}
.cme-quiz-page ol.quiz-response .quiz-question dd {
  color: #4a4a4a;
  margin-left: 8em;
}
.cme-quiz-page ol.quiz-response .quiz-question-correct .quiz-response-question-icon {
  background-position: 0 0;
}
.cme-quiz-page ol.quiz-response .quiz-question-incorrect {
  color: #cc0000;
}
.cme-quiz-page ol.quiz-response .quiz-question-incorrect .quiz-response-question-icon {
  color: #cc0000;
}
.cme-quiz-page ol.quiz-response .quiz-question-incorrect dt,
.cme-quiz-page ol.quiz-response .quiz-question-incorrect dd {
  color: #cc0000;
}
.cme-quiz-page ol.quiz-response .quiz-question-options {
  font-size: 12px;
}
.cme-quiz-page #quiz_response_container .quiz-response-grade {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 5px;
}
.cme-quiz-page #quiz_response_container .quiz-response-status,
.cme-quiz-page #quiz_response_container .quiz-response-failed {
  margin-bottom: 30px;
}
.cme-quiz-page #quiz_response_container .btn {
  font-size: 18px;
  display: block;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}
@media (min-width: 768px) {
  .cme-quiz-page .quiz-page-intro .quiz-button-continue {
    width: auto;
  }
  .cme-quiz-page .quiz-container {
    margin: 0 10px;
    overflow: auto;
    height: 250px;
  }
  .cme-quiz-page .quiz-footer .quiz-button-prev,
  .cme-quiz-page .quiz-footer .quiz-button-next {
    width: auto;
  }
  .cme-quiz-page .quiz-footer .quiz-button-prev {
    margin-bottom: 0;
    float: left;
  }
  .cme-quiz-page .quiz-footer .quiz-button-next {
    float: right;
  }
  .cme-quiz-page .quiz-question-container .question-bodytext,
  .cme-quiz-page .quiz-question-dialog .question-bodytext {
    font-size: 14px;
  }
  .cme-quiz-page .question .swat-radio-list li {
    margin: 0 0 7px;
  }
  .cme-quiz-page .question .swat-radio-list li input {
    top: 12px;
    left: 10px;
  }
  .cme-quiz-page .question .swat-radio-list li label {
    padding: 10px 50px 10px 35px;
  }
  .cme-quiz-page .question .swat-radio-list li .question-saved-message {
    top: 11px;
    right: 15px;
  }
  .cme-quiz-page .quiz-review-content li {
    padding-left: 30px;
  }
  .cme-quiz-page .quiz-review-content li::before {
    position: absolute;
    float: none;
    top: -3px;
    left: 0;
    margin-right: 0;
  }
  .cme-quiz-page .quiz-review-content li .quiz-review-question {
    margin-right: 70px;
  }
  .cme-quiz-page .quiz-review-content .quiz-review-change {
    position: absolute;
    top: 0;
    right: 0;
    margin-left: 0;
  }
  .cme-quiz-page .quiz-review-status {
    margin-right: 140px;
  }
  .cme-quiz-page .swat-button.quiz-button-submit {
    float: right;
    width: auto;
    margin-bottom: 0;
  }
  .cme-quiz-page .quiz-question-dialog {
    position: fixed;
    top: 170px;
  }
  .cme-quiz-page .quiz-question-dialog .site-dialog-container {
    left: 50%;
    right: auto;
    width: 708px;
    margin: 30px 0 30px -354px;
    border: 1px solid #ddd;
    border-radius: 6px;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
  }
  .cme-quiz-page .quiz-question-dialog .site-dialog-header {
    padding: 20px;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
  }
  .cme-quiz-page .quiz-question-dialog .site-dialog-footer {
    padding: 20px;
    border-bottom-right-radius: 6px;
    border-bottom-left-radius: 6px;
  }
  .cme-quiz-page .quiz-question-dialog .site-dialog-footer .btn {
    display: inline-block;
    width: auto;
    padding-left: 12px;
    padding-right: 12px;
  }
  .cme-quiz-page ol.quiz-response .quiz-response-question-icon {
    color: #1a90b6;
    display: inline-block;
    position: relative;
    float: left;
    top: 2px;
    margin-right: 8px;
    margin-bottom: 4px;
  }
  .cme-quiz-page ol.quiz-response .quiz-question {
    padding-left: 30px;
  }
  .cme-quiz-page ol.quiz-response .quiz-question::before {
    position: absolute;
    float: none;
    top: -3px;
    left: 0;
    margin-right: 0;
  }
  .cme-quiz-page ol.quiz-response .quiz-response-question-icon {
    position: absolute;
    top: 28px;
    left: 2px;
    margin: 0;
  }
  .cme-quiz-page ol.quiz-response .quiz-question-options {
    font-size: 14px;
  }
  .cme-quiz-page #quiz_response_container .btn {
    display: inline-block;
    width: auto;
    padding-left: 12px;
    padding-right: 12px;
  }
}
/* inlined file "packages/rap/styles/rap-subscription-billing-address-page.less" */
.subscribe #billing_address_form span.copy-container,
.subscribe #billing_address_form span.copied {
  -webkit-transition: box-shadow 1000ms linear;
  -o-transition: box-shadow 1000ms linear;
  transition: box-shadow 1000ms linear;
  box-shadow: none;
  display: block;
}
.subscribe #billing_address_form span.copied {
  box-shadow: 0px 0px 10px 0px #fbda40;
}
.subscribe #billing_address_form #billing_address_name_container span.copy-container,
.subscribe #billing_address_form #billing_address_name_container span.copied {
  display: block;
}
.subscribe #copy_shipping_address {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  border: none;
  font-weight: 400;
  min-height: 40px;
  padding: 0 20px;
  background-color: #fff;
  color: #8a909a;
  border: solid 1px #a8aeb8;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 6px;
  height: auto;
  margin-left: 10px;
}
.subscribe #copy_shipping_address.disabled,
.subscribe #copy_shipping_address[disabled],
fieldset[disabled] .subscribe #copy_shipping_address {
  background-color: #aaa;
  cursor: not-allowed;
  pointer-events: none;
  filter: alpha(opacity=65);
  opacity: 0.65;
}
.subscribe #copy_shipping_address,
.subscribe #copy_shipping_address:active,
.subscribe #copy_shipping_address.active {
  outline: 0;
}
.subscribe #copy_shipping_address:focus,
.subscribe #copy_shipping_address:active:focus,
.subscribe #copy_shipping_address.active:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.subscribe #copy_shipping_address:hover,
.subscribe #copy_shipping_address:focus {
  color: #fff;
  text-decoration: none;
  -webkit-transition: all 0.1s ease-in;
  -o-transition: all 0.1s ease-in;
  transition: all 0.1s ease-in;
}
.subscribe #copy_shipping_address:hover,
.subscribe #copy_shipping_address:active,
.subscribe #copy_shipping_address:focus {
  background-color: #8a909a;
  color: #fff;
}
.subscribe #copy_shipping_address.swat-hidden {
  display: none;
}
/* inlined file "packages/rap/styles/rap-subscription-payment-method-page.less" */
.subscribe .accepted-card-types {
  width: 222px;
  height: 32px;
  background-image: url("../../packages/rap/images/elements/card-logos-large.png");
  margin-top: 4px;
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3/2), (min-device-pixel-ratio: 1.5), (min-resolution: 1.5dppx) {
  .subscribe .accepted-card-types {
    background-image: url("../../packages/rap/images/elements/card-logos-large@2x.png");
    background-size: 222px 32px;
  }
}
.subscribe .card-verification-value {
  position: relative;
  padding-left: 41px;
}
.subscribe .card-verification-value .card-back-icon {
  position: absolute;
  top: 5px;
  left: 0;
  width: 31px;
  height: 21px;
  background-image: url("../../packages/rap/images/elements/card-verification-number.png");
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3/2), (min-device-pixel-ratio: 1.5), (min-resolution: 1.5dppx) {
  .subscribe .card-verification-value .card-back-icon {
    background-image: url("../../packages/rap/images/elements/card-verification-number@2x.png");
    background-size: 31px 21px;
  }
}
.subscribe #card_expiry .swat-date-entry-month:after {
  text-align: center;
  content: '/';
  display: inline-block;
  width: 20px;
  color: #999;
}
.subscribe #payment_method_container {
  margin-top: 0;
  margin-bottom: 30px;
}
.subscribe #payment_method_container .swat-frame-contents {
  background: #fffef0;
  padding: 0 20px;
  border-top: 1px solid #f0dca1;
  border-bottom: 1px solid #f0dca1;
}
.subscribe #payment_method_container .swat-frame-contents .security-message-large {
  font-size: 14px;
  color: #827652;
  margin: 15px 0;
  padding: 0;
}
@media (min-width: 992px) {
  .subscribe #payment_method_container .swat-frame-contents #card_number_field {
    overflow: auto;
    width: 100%;
  }
  .subscribe #payment_method_container .swat-frame-contents #card_number_field label {
    display: block;
  }
  .subscribe #payment_method_container .swat-frame-contents #card_number_field .swat-form-field-content-wrapper:before,
  .subscribe #payment_method_container .swat-frame-contents #card_number_field .swat-form-field-content-wrapper:after {
    display: table;
    content: " ";
  }
  .subscribe #payment_method_container .swat-frame-contents #card_number_field .swat-form-field-content-wrapper:after {
    clear: both;
  }
  .subscribe #payment_method_container .swat-frame-contents #card_number_field .swat-form-field-contents {
    display: inline-block;
    vertical-align: middle;
    width: 233px;
  }
  .subscribe #payment_method_container .swat-frame-contents #card_number_field .swat-note {
    display: inline-block;
    vertical-align: middle;
    padding: 0 0 0 15px;
  }
  .subscribe #payment_method_container .swat-frame-contents #card_number_field .swat-note .accepted-card-types {
    margin: 1px 0;
  }
  .subscribe #payment_method_container .swat-frame-contents #card_verification_value_field .swat-note {
    padding: 0;
  }
}
/* inlined file "packages/rap/styles/rap-subscription-shipping-address-page.less" */
#shipping_options_container #shipping_address_frame {
  margin: 0;
}
/* inlined file "packages/rap/styles/rap-subscribe.less" */
.subscribe {
  border-left: 4px solid #1a90b6;
}
.subscribe .subscribe-container {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 768px) {
  .subscribe .subscribe-container {
    float: left;
    width: 58.33333333%;
  }
}
.subscribe .subscribe-sidebar {
  display: none;
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  padding-left: 30px;
}
@media (min-width: 768px) {
  .subscribe .subscribe-sidebar {
    float: left;
    width: 41.66666667%;
  }
}
.subscribe .hd {
  background: #fff;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  margin-bottom: 20px;
}
.subscribe .hd .logo {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
  display: block;
  margin: 0;
  padding: 0;
}
.subscribe .page-header {
  padding-bottom: 0;
}
.subscribe .subscribe-sidebar {
  display: none;
}
.subscribe .subscribe-sidebar .swat-frame {
  margin-top: 0;
}
.subscribe .subscribe-sidebar .swat-frame .swat-frame-contents {
  padding-top: 10px;
}
.subscribe .subscribe-sidebar .free-subscription .swat-frame-contents {
  padding-top: 20px;
}
.subscribe .subscribe-sidebar .free-subscription .swat-frame-contents p:last-child {
  margin-bottom: 0;
}
.subscribe .subscribe-sidebar .swat-details-view-field th {
  text-align: left;
}
.subscribe .subscribe-sidebar .swat-details-view-field td {
  text-align: right;
}
.subscribe .subscribe-sidebar .order-view .description {
  font-weight: 400;
}
.subscribe .subscribe-sidebar .item-title,
.subscribe .subscribe-sidebar .subscription-type,
.subscribe .subscribe-sidebar .mailed-cds {
  display: block;
  font-weight: 700;
  font-size: 14px;
}
.subscribe .subscribe-sidebar .item-line {
  display: block;
  font-size: 14px;
}
.subscribe .subscribe-sidebar .expiration-date {
  display: block;
  font-size: 12px;
  color: #999;
}
.subscribe .subscribe-sidebar .total,
.subscribe .subscribe-sidebar .subscription-total {
  font-size: 18px;
  vertical-align: top;
}
.subscribe .subscribe-sidebar .store-total-row th {
  color: #999;
  text-align: left;
}
.subscribe .subscribe-sidebar .order-view tr {
  border-top: 1px solid #eee;
}
.subscribe .subscribe-sidebar .order-view td,
.subscribe .subscribe-sidebar .order-view th {
  padding: 10px 0;
}
.subscribe .subscribe-sidebar .order-view td.space,
.subscribe .subscribe-sidebar .order-view th.space {
  padding: 0;
}
.subscribe .subscribe-sidebar .order-view td.swat-money-cell-renderer,
.subscribe .subscribe-sidebar .order-view th.swat-money-cell-renderer {
  padding-left: 10px;
}
.subscribe .subscribe-sidebar td.store-free {
  text-transform: uppercase;
  color: #008e39;
}
.subscribe .subscribe-sidebar #group_details th {
  white-space: nowrap;
}
.subscribe .subscribe-sidebar .order-view-container {
  position: relative;
}
.subscribe .subscribe-sidebar .order-view-throbber {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: url("../../packages/rap/images/elements/order-view-loading.gif");
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-color: rgba(255, 255, 255, 0.8);
  -webkit-transition: opacity 0.25s ease-in-out;
  -o-transition: opacity 0.25s ease-in-out;
  transition: opacity 0.25s ease-in-out;
  opacity: 0;
  pointer-events: none;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3/2), (min-device-pixel-ratio: 1.5), (min-resolution: 1.5dppx) {
  .subscribe .subscribe-sidebar .order-view-throbber {
    background-image: url("../../packages/rap/images/elements/order-view-loading@2x.gif");
    background-size: 48px 48px;
  }
}
.subscribe .subscribe-sidebar .order-view-throbber.throbber-active {
  opacity: 1;
}
.subscribe .subscribe-sidebar .order-view-throbber.throbber-hidden {
  bottom: auto;
  height: 0;
}
.subscribe #promotion_disclosure {
  margin-top: -10px;
  margin-bottom: 20px;
}
.subscribe #promotion_disclosure .swat-form-field-contents {
  position: relative;
}
.subscribe #promotion_disclosure .promotion-details {
  padding-top: 10px;
}
.subscribe #promotion_disclosure .promotion-details h4,
.subscribe #promotion_disclosure .promotion-details p {
  font-weight: 400;
  margin: 0;
}
.subscribe #promotion_disclosure .promotion-throbber {
  position: absolute;
  top: 10px;
  right: 10px;
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
  background-image: url("../../packages/rap/images/elements/throbber.gif");
  background-position: 50% 50%;
  background-repeat: no-repeat;
  height: 16px;
  width: 16px;
  -webkit-transition: opacity 0.25s ease-in-out;
  -o-transition: opacity 0.25s ease-in-out;
  transition: opacity 0.25s ease-in-out;
  opacity: 0;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3/2), (min-device-pixel-ratio: 1.5), (min-resolution: 1.5dppx) {
  .subscribe #promotion_disclosure .promotion-throbber {
    background-image: url("../../packages/rap/images/elements/throbber@2x.gif");
    background-size: 16px 16px;
  }
}
.subscribe #promotion_disclosure .throbber-active .promotion-throbber {
  opacity: 1;
}
.subscribe #promotion_disclosure .throbber-active .swat-entry::-ms-clear {
  display: none;
}
.subscribe #promotion_disclosure .swat-form-field-with-messages .promotion-throbber {
  background-image: url("../../packages/rap/images/elements/throbber-error.gif");
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3/2), (min-device-pixel-ratio: 1.5), (min-resolution: 1.5dppx) {
  .subscribe #promotion_disclosure .swat-form-field-with-messages .promotion-throbber {
    background-image: url("../../packages/rap/images/elements/throbber-error@2x.gif");
    background-size: 16px 16px;
  }
}
.subscribe .ordering-information-links {
  margin: 0;
}
.subscribe .ordering-information-links .info {
  margin: 0 20px 40px;
  font-size: 14px;
}
.subscribe .ordering-information-links .info h3 {
  font-size: 18px;
  margin-top: 0;
}
.subscribe .ordering-information-links .info h4 {
  margin: 20px 0 5px 0;
  font-size: 14px;
  font-weight: 700;
}
.subscribe .ordering-information-links .info p .contact-link {
  white-space: nowrap;
}
.subscribe .ordering-information-links h5 {
  font-size: 18px;
  margin: 0 0 5px;
}
.subscribe .ordering-information-links .note,
.subscribe .ordering-information-links .info-payment-types p {
  font-size: 12px;
  color: #999;
}
.subscribe .ordering-information-links .info-payment-types .payment-card-logos {
  display: inline-block;
  width: 228px;
  height: 32px;
  background-image: url("../../packages/rap/images/elements/card-logos-large.png");
  margin-top: 4px;
  text-indent: 100%;
  overflow: hidden;
  white-space: nowrap;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3/2), (min-device-pixel-ratio: 1.5), (min-resolution: 1.5dppx) {
  .subscribe .ordering-information-links .info-payment-types .payment-card-logos {
    background-image: url("../../packages/rap/images/elements/card-logos-large@2x.png");
    background-size: 228px 32px;
  }
}
.subscribe .info .time {
  white-space: nowrap;
}
.subscribe .ordering-information-links .info-mailing p {
  margin-top: 8px;
}
.subscribe .ordering-information-links .info-mailing p.first {
  margin-top: 0;
}
.subscribe .subscribe-container .swat-frame {
  background: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 0;
  margin-bottom: 40px;
}
.subscribe .subscribe-container .swat-frame .swat-frame-title {
  padding: 0 0 10px 0;
}
.subscribe .subscribe-container .swat-frame .swat-frame-contents {
  padding: 0;
}
.subscribe #email_container,
.subscribe #subscription_container,
.subscribe #physical_shipping_container,
.subscribe #payment_billing_container,
.subscribe #basic_info_container {
  position: relative;
}
.subscribe #email_container > .swat-frame-title,
.subscribe #subscription_container > .swat-frame-title,
.subscribe #physical_shipping_container > .swat-frame-title,
.subscribe #payment_billing_container > .swat-frame-title,
.subscribe #basic_info_container > .swat-frame-title {
  display: inline;
}
.subscribe #email_container > .swat-frame-title:before,
.subscribe #subscription_container > .swat-frame-title:before,
.subscribe #physical_shipping_container > .swat-frame-title:before,
.subscribe #payment_billing_container > .swat-frame-title:before,
.subscribe #basic_info_container > .swat-frame-title:before {
  color: #999;
  counter-increment: subscribeSectionNumber;
  content: counter(subscribeSectionNumber) '. ';
}
@media (min-width: 768px) {
  .subscribe #email_container > .swat-frame-title,
  .subscribe #subscription_container > .swat-frame-title,
  .subscribe #physical_shipping_container > .swat-frame-title,
  .subscribe #payment_billing_container > .swat-frame-title,
  .subscribe #basic_info_container > .swat-frame-title {
    display: block;
  }
  .subscribe #email_container > .swat-frame-title:before,
  .subscribe #subscription_container > .swat-frame-title:before,
  .subscribe #physical_shipping_container > .swat-frame-title:before,
  .subscribe #payment_billing_container > .swat-frame-title:before,
  .subscribe #basic_info_container > .swat-frame-title:before {
    position: absolute;
    top: -5px;
    left: -40px;
    content: counter(subscribeSectionNumber);
    background: #ff6d2d;
    color: #fff;
    font-weight: 300;
    font-size: 18px;
    height: 30px;
    width: 30px;
    border-radius: 50%;
    line-height: 30px;
    text-align: center;
  }
}
.subscribe #email_container > .swat-frame-contents,
.subscribe #subscription_container > .swat-frame-contents,
.subscribe #physical_shipping_container > .swat-frame-contents,
.subscribe #payment_billing_container > .swat-frame-contents,
.subscribe #basic_info_container > .swat-frame-contents {
  padding-top: 10px;
}
.subscribe #email_container {
  margin-top: 0;
}
.subscribe #email_field .swat-form-field-contents {
  position: relative;
}
.subscribe .email-throbber {
  position: absolute;
  top: 10px;
  right: 10px;
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
  background-image: url("../../packages/rap/images/elements/throbber.gif");
  background-position: 50% 50%;
  background-repeat: no-repeat;
  height: 16px;
  width: 16px;
  -webkit-transition: opacity 0.25s ease-in-out;
  -o-transition: opacity 0.25s ease-in-out;
  transition: opacity 0.25s ease-in-out;
  opacity: 0;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3/2), (min-device-pixel-ratio: 1.5), (min-resolution: 1.5dppx) {
  .subscribe .email-throbber {
    background-image: url("../../packages/rap/images/elements/throbber@2x.gif");
    background-size: 16px 16px;
  }
}
.subscribe .throbber-active .swat-entry::-ms-clear {
  display: none;
}
.subscribe .throbber-active .email-throbber {
  opacity: 1;
}
.subscribe .swat-form-field-with-messages .email-throbber {
  background-image: url("../../packages/rap/images/elements/throbber-error.gif");
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3/2), (min-device-pixel-ratio: 1.5), (min-resolution: 1.5dppx) {
  .subscribe .swat-form-field-with-messages .email-throbber {
    background-image: url("../../packages/rap/images/elements/throbber-error@2x.gif");
    background-size: 16px 16px;
  }
}
.subscribe #subscription_type_change {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  border-radius: 6px;
  border: none;
  font-weight: 400;
  min-height: 40px;
  padding: 0 20px;
  background-color: #fff;
  color: #8a909a;
  border: solid 1px #a8aeb8;
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
  height: auto;
  vertical-align: bottom;
}
.subscribe #subscription_type_change.disabled,
.subscribe #subscription_type_change[disabled],
fieldset[disabled] .subscribe #subscription_type_change {
  background-color: #aaa;
  cursor: not-allowed;
  pointer-events: none;
  filter: alpha(opacity=65);
  opacity: 0.65;
}
.subscribe #subscription_type_change,
.subscribe #subscription_type_change:active,
.subscribe #subscription_type_change.active {
  outline: 0;
}
.subscribe #subscription_type_change:focus,
.subscribe #subscription_type_change:active:focus,
.subscribe #subscription_type_change.active:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.subscribe #subscription_type_change:hover,
.subscribe #subscription_type_change:focus {
  color: #fff;
  text-decoration: none;
  -webkit-transition: all 0.1s ease-in;
  -o-transition: all 0.1s ease-in;
  transition: all 0.1s ease-in;
}
.subscribe #subscription_type_change:hover,
.subscribe #subscription_type_change:active,
.subscribe #subscription_type_change:focus {
  background-color: #8a909a;
  color: #fff;
}
.subscribe #subscription_container .chosen-subscription-type {
  display: inline;
  margin-right: 0.5em;
}
.subscribe #subscription_type .swat-radio-wrapper {
  margin-left: auto;
}
.subscribe #subscription_type li {
  background: #fff;
  position: relative;
  margin: 0 0 7px;
  padding-left: 0;
  border-radius: 6px;
  -webkit-box-shadow: 0px -2px 0px rgba(0, 0, 0, 0.1) inset;
  box-shadow: 0px -2px 0px rgba(0, 0, 0, 0.1) inset;
}
.subscribe #subscription_type li input {
  position: absolute;
  top: 10px;
  left: 10px;
  margin-top: 2px;
}
.subscribe #subscription_type li label {
  display: block;
  margin: 0;
  padding: 10px 80px 10px 35px;
  cursor: pointer;
}
.subscribe #subscription_type li label .subscription-title {
  font-weight: 700;
}
.subscribe #subscription_type li label .subscription-price {
  position: absolute;
  top: 10px;
  right: 10px;
  text-align: right;
  font-weight: 400;
}
.subscribe #subscription_type li label .subscription-title {
  margin-right: 5px;
}
.subscribe #subscription_type li label .swat-note {
  font-weight: 400;
  color: #999;
}
.subscribe #subscription_type li:hover {
  background: #f9f9f9;
  border-color: #f9f9f9;
}
.subscribe #subscription_type li.selected {
  -webkit-box-shadow: 0px 0px 0px 1px #438bbe, 2px 0px 0px #438bbe inset;
  box-shadow: 0px 0px 0px 1px #438bbe, 2px 0px 0px #438bbe inset;
}
.subscribe #subscription_type li.selected label .subscription-title {
  color: #438bbe;
}
.subscribe #subscription_type .type_free label .subscription-price {
  color: #74c581;
  text-transform: uppercase;
}
.subscribe .physical-discontinued-note h4 {
  margin-top: 15px;
}
.subscribe #subscription_physical_container li {
  position: relative;
  padding-left: 0;
  margin-bottom: 10px;
}
.subscribe #subscription_physical_container .swat-radio-wrapper {
  margin-left: 0;
}
.subscribe #subscription_physical_container label {
  display: block;
  padding-left: 36px;
}
.subscribe #subscription_physical_container label span {
  display: block;
}
.subscribe #subscription_physical_container label .physical-title {
  font-weight: 700;
}
.subscribe #subscription_physical_container input {
  position: absolute;
  top: 2px;
  left: 8px;
}
.subscribe #shipping_address_container #shipping_address_postalcode_field {
  margin-bottom: 0;
}
.subscribe #billing_address_form,
.subscribe #shipping_address_form {
  background: #f5f5f3;
}
.subscribe .name-fields-container {
  margin-right: -5px;
  margin-left: -5px;
}
.subscribe .name-fields-container .first-name-field,
.subscribe .name-fields-container .last-name-field {
  position: relative;
  float: left;
  width: 50%;
  min-height: 1px;
  padding-right: 5px;
  padding-left: 5px;
}
.subscribe .name-fields-with-suffix-container {
  margin-right: -5px;
  margin-left: -5px;
  overflow: auto;
}
.subscribe .name-fields-with-suffix-container .first-name-field,
.subscribe .name-fields-with-suffix-container .last-name-field {
  position: relative;
  float: left;
  width: 41.66666667%;
  min-height: 1px;
  padding-right: 5px;
  padding-left: 5px;
}
.subscribe .name-fields-with-suffix-container .name-suffix-field {
  position: relative;
  float: left;
  width: 16.66666667%;
  min-height: 1px;
  padding-right: 5px;
  padding-left: 5px;
}
.subscribe #subscription_automatic_renewal li {
  position: relative;
  padding-left: 0;
  margin-bottom: 10px;
}
.subscribe #subscription_automatic_renewal .swat-radio-wrapper {
  margin-left: 0;
}
.subscribe #subscription_automatic_renewal label {
  display: block;
  padding-left: 36px;
}
.subscribe #subscription_automatic_renewal label .swat-note,
.subscribe #subscription_automatic_renewal label .renewal-title {
  display: block;
}
.subscribe #subscription_automatic_renewal label .renewal-title {
  font-weight: 700;
}
.subscribe #subscription_automatic_renewal label .renewal-date {
  white-space: nowrap;
}
.subscribe #subscription_automatic_renewal input {
  position: absolute;
  top: 2px;
  left: 8px;
}
.subscribe #subscription_automatic_renewal .renew-title {
  display: block;
}
.subscribe #subscription_automatic_renewal .save {
  display: inline-block;
  margin: 3px 0;
  padding: 3px 6px;
  background: #bce3c2;
  color: #2f713a;
  border-radius: 3px;
  white-space: nowrap;
}
.subscribe #subscription_automatic_renewal .no-option .swat-note,
.subscribe #subscription_automatic_renewal .no-option .renew-title {
  font-size: 12px;
}
.subscribe #basic_info_container #password_field {
  clear: left;
}
.subscribe.subscription-confirmation .swat-details-view .swat-details-view-vertical-field td,
.subscribe.subscription-confirmation .swat-details-view .swat-details-view-vertical-field .swat-details-view-vertical-field,
.subscribe.subscription-confirmation .swat-details-view .swat-details-view-vertical-field .swat-details-view-field-header {
  width: 100%;
}
.subscribe.subscription-confirmation .swat-details-view .swat-details-view-vertical-field td {
  padding-bottom: 10px;
}
.subscribe.subscription-confirmation .swat-details-view .swat-details-view-vertical-field .swat-details-view-field-header {
  font-weight: 700;
  font-size: 14px;
  color: #4a4a4a;
}
.subscribe.subscription-confirmation #physical_shipping_container .swat-note {
  display: block;
}
.subscribe .subscribe-form .subscribe-edit {
  margin-bottom: 10px;
}
.subscribe .subscribe-form .subscribe-edit,
.subscribe .subscribe-form .swat-button {
  display: block;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}
.subscribe .subscribe-form .subscribe-edit.swat-primary,
.subscribe .subscribe-form .swat-button.swat-primary {
  font-size: 18px;
}
@media (max-width: 480px) {
  .subscribe .name-fields-with-suffix-container {
    margin-right: -5px;
    margin-left: -5px;
  }
  .subscribe .name-fields-with-suffix-container .first-name-field label,
  .subscribe .name-fields-with-suffix-container .last-name-field label,
  .subscribe .name-fields-with-suffix-container .name-suffix-field label {
    font-size: 12px;
  }
  .subscribe .name-fields-with-suffix-container .first-name-field label .swat-required,
  .subscribe .name-fields-with-suffix-container .last-name-field label .swat-required,
  .subscribe .name-fields-with-suffix-container .name-suffix-field label .swat-required {
    font-size: 10px;
  }
}
@media (min-width: 768px) {
  .subscribe {
    border-left-width: 10px;
  }
  .subscribe .bd {
    margin-left: 0;
  }
  .subscribe .ft {
    padding-left: 0;
  }
  .subscribe .hd > .container-fluid,
  .subscribe .bd > .container-fluid,
  .subscribe .ft > .container-fluid {
    margin: auto;
    padding-left: 50px;
  }
  .subscribe .subscribe-sidebar {
    display: block;
  }
  .subscribe #email_container > .swat-frame-contents,
  .subscribe #subscription_container > .swat-frame-contents,
  .subscribe #physical_shipping_container > .swat-frame-contents,
  .subscribe #payment_billing_container > .swat-frame-contents,
  .subscribe #basic_info_container > .swat-frame-contents {
    padding-top: 0;
    padding-left: 0;
  }
  .subscribe .hd {
    margin-bottom: 40px;
  }
  .subscribe .hd .page-logo {
    float: left;
    margin: 0 40px 25px 0;
  }
  .subscribe .hd .page-title {
    float: left;
    padding-top: 15px;
    margin: 0;
    font-size: 30px;
  }
  .subscribe #footer_field {
    overflow: auto;
  }
  .subscribe #footer_field .swat-form-field-contents {
    float: left;
    width: 30%;
    padding-right: 15px;
  }
  .subscribe #footer_field .swat-form-field-contents .swat-button {
    width: 100%;
  }
  .subscribe #footer_field .swat-note {
    float: left;
    width: 70%;
  }
  .subscribe #card_verification_value_field label {
    display: block;
  }
  .subscribe #card_verification_value_field .swat-form-field-contents {
    float: left;
    width: 80px;
  }
  .subscribe #card_verification_value_field .swat-form-field-contents .swat-entry {
    width: 100%;
  }
  .subscribe #card_verification_value_field .swat-note {
    margin-left: 100px;
  }
  .subscribe .subscribe-form .swat-primary {
    display: inline-block;
    width: auto;
    padding-left: 12px;
    padding-right: 12px;
    font-size: 18px;
  }
  .subscribe .subscribe-form .subscribe-edit {
    display: inline-block;
    width: auto;
    padding-left: 12px;
    padding-right: 12px;
    display: flex;
    margin: 0;
    position: absolute;
    right: 0;
    z-index: 1;
  }
}
/* inlined file "packages/rap/styles/rap-swat-local.less" */
.swat-entry,
select.swat-flydown,
.swat-textarea {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.swat-entry:focus,
select.swat-flydown:focus,
.swat-textarea: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);
}
.swat-entry::-moz-placeholder,
select.swat-flydown::-moz-placeholder,
.swat-textarea::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.swat-entry:-ms-input-placeholder,
select.swat-flydown:-ms-input-placeholder,
.swat-textarea:-ms-input-placeholder {
  color: #999;
}
.swat-entry::-webkit-input-placeholder,
select.swat-flydown::-webkit-input-placeholder,
.swat-textarea::-webkit-input-placeholder {
  color: #999;
}
.swat-entry[disabled],
select.swat-flydown[disabled],
.swat-textarea[disabled],
.swat-entry[readonly],
select.swat-flydown[readonly],
.swat-textarea[readonly],
fieldset[disabled] .swat-entry,
fieldset[disabled] select.swat-flydown,
fieldset[disabled] .swat-textarea {
  cursor: not-allowed;
  background-color: #eeeeee;
  opacity: 1;
}
textarea.swat-entry,
textareaselect.swat-flydown,
textarea.swat-textarea {
  height: auto;
}
.swat-entry.swat-hidden,
select.swat-flydown.swat-hidden,
.swat-textarea.swat-hidden {
  display: none;
}
.swat-date-entry .swat-flydown {
  display: inline-block;
  width: auto;
}
.swat-form label {
  font-weight: 700;
  font-size: 14px;
}
.swat-form-field {
  margin-bottom: 15px;
}
.swat-form-field-messages .swat-message,
.swat-table-view-input-row-messages .swat-message {
  background-image: url("../../packages/rap/images/elements/form-field-error.png");
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3/2), (min-device-pixel-ratio: 1.5), (min-resolution: 1.5dppx) {
  .swat-form-field-messages .swat-message,
  .swat-table-view-input-row-messages .swat-message {
    background-image: url("../../packages/rap/images/elements/form-field-error@2x.png");
    background-size: 16px 16px;
  }
}
.swat-frame {
  background: #fff;
  padding: 20px;
  border-radius: 6px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  border: 0;
  padding: 0;
}
.swat-frame .swat-frame-title {
  margin: 0;
  padding: 20px 20px 0 20px;
  border: 0;
  background: none;
  color: #3c4557;
}
.swat-frame .swat-frame-title,
.swat-frame .swat-frame-title:before {
  font-size: 18px;
}
.swat-frame .swat-frame-contents {
  padding: 20px;
}
.swat-frame .swat-actions,
.swat-frame .swat-header-form-field,
.swat-frame .swat-footer-form-field {
  margin: 20px -20px -20px;
  background: none;
  padding: 20px;
}
.swat-frame .swat-header-form-field {
  margin: -20px -20px 20px -20px;
}
.swat-frame .swat-footer-form-field {
  background-color: #f8f8f8;
  background-image: linear-gradient(0deg, #fff 0%, #f5f5f5 100%);
  border-top: 1px solid #e6e6e6;
  border-bottom-right-radius: 6px;
  border-bottom-left-radius: 6px;
}
.swat-form-field-with-messages {
  background: transparent;
  border: none;
  margin-top: 0;
  padding: 0;
}
.swat-form-field-with-messages input,
.swat-form-field-with-messages textarea,
.swat-form-field-with-messages select {
  background: #ffe6e6;
  border: 1px solid #cc0000;
}
.swat-form-field-with-messages .swat-message {
  clear: both;
  margin-top: 4px;
  padding-top: 2px;
}
.swat-message-display {
  line-height: 1.2;
  margin-top: 0;
}
.swat-message-display .swat-message {
  background-image: none;
  margin: 0 0 20px;
  border: 0;
  border-radius: 6px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}
.swat-message-display .swat-message .swat-message-container {
  min-height: 0;
  padding: 15px 20px;
}
.swat-message-display .swat-message-primary-content {
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 5px;
}
.swat-message-display .swat-message-secondary-content {
  font-size: 16px;
}
.swat-message-display .swat-message-primary-content,
.swat-message-display .swat-message-secondary-content {
  color: #fff;
}
.swat-message-display .swat-message-primary-content a:link,
.swat-message-display .swat-message-secondary-content a:link,
.swat-message-display .swat-message-primary-content a:visited,
.swat-message-display .swat-message-secondary-content a:visited,
.swat-message-display .swat-message-primary-content a:hover,
.swat-message-display .swat-message-secondary-content a:hover,
.swat-message-display .swat-message-primary-content a:active,
.swat-message-display .swat-message-secondary-content a:active {
  color: #fff;
  text-decoration: underline;
}
.swat-message-display .swat-message-display-dismiss-link,
.swat-message-display .swat-message-display-dismiss-link:link,
.swat-message-display .swat-message-display-dismiss-link:visited {
  background-image: url("../../packages/rap/images/elements/dismiss.png");
  top: 0;
  right: -5px;
  height: 24px;
  width: 24px;
  margin: 0;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3/2), (min-device-pixel-ratio: 1.5), (min-resolution: 1.5dppx) {
  .swat-message-display .swat-message-display-dismiss-link,
  .swat-message-display .swat-message-display-dismiss-link:link,
  .swat-message-display .swat-message-display-dismiss-link:visited {
    background-image: url("../../packages/rap/images/elements/dismiss@2x.png");
    background-size: 24px 48px;
  }
}
.swat-message-display .swat-message-display-dismiss-link:hover {
  background-position: 0 -24px;
}
.swat-message-display .swat-message-notification {
  background: #74c581;
}
.swat-message-display .swat-message-warning {
  background: #fffaad;
}
.swat-message-display .swat-message-warning .swat-message-primary-content,
.swat-message-display .swat-message-warning .swat-message-secondary-content {
  color: #3c4557;
}
.swat-message-display .swat-message-warning .swat-message-primary-content a:link,
.swat-message-display .swat-message-warning .swat-message-secondary-content a:link,
.swat-message-display .swat-message-warning .swat-message-primary-content a:visited,
.swat-message-display .swat-message-warning .swat-message-secondary-content a:visited {
  color: #777;
}
.swat-message-display .swat-message-warning .swat-message-primary-content a:hover,
.swat-message-display .swat-message-warning .swat-message-secondary-content a:hover,
.swat-message-display .swat-message-warning .swat-message-primary-content a:active,
.swat-message-display .swat-message-warning .swat-message-secondary-content a:active {
  color: #444444;
}
.swat-message-display .swat-message-error,
.swat-message-display .swat-message-system-error {
  background: #cc0000;
}
.swat-header-form-field input.swat-primary,
.swat-footer-form-field input.swat-primary,
.swat-button,
.swat-button.swat-primary {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  border-radius: 6px;
  border: none;
  font-weight: 400;
  min-height: 40px;
  padding: 0 20px;
  background-color: #5e6775;
  color: #fff;
}
.swat-header-form-field input.swat-primary.disabled,
.swat-footer-form-field input.swat-primary.disabled,
.swat-button.disabled,
.swat-button.swat-primary.disabled,
.swat-header-form-field input.swat-primary[disabled],
.swat-footer-form-field input.swat-primary[disabled],
.swat-button[disabled],
.swat-button.swat-primary[disabled],
fieldset[disabled] .swat-header-form-field input.swat-primary,
fieldset[disabled] .swat-footer-form-field input.swat-primary,
fieldset[disabled] .swat-button,
fieldset[disabled] .swat-button.swat-primary {
  background-color: #aaa;
  cursor: not-allowed;
  pointer-events: none;
  filter: alpha(opacity=65);
  opacity: 0.65;
}
.swat-header-form-field input.swat-primary,
.swat-footer-form-field input.swat-primary,
.swat-button,
.swat-button.swat-primary,
.swat-header-form-field input.swat-primary:active,
.swat-footer-form-field input.swat-primary:active,
.swat-button:active,
.swat-button.swat-primary:active,
.swat-header-form-field input.swat-primary.active,
.swat-footer-form-field input.swat-primary.active,
.swat-button.active,
.swat-button.swat-primary.active {
  outline: 0;
}
.swat-header-form-field input.swat-primary:focus,
.swat-footer-form-field input.swat-primary:focus,
.swat-button:focus,
.swat-button.swat-primary:focus,
.swat-header-form-field input.swat-primary:active:focus,
.swat-footer-form-field input.swat-primary:active:focus,
.swat-button:active:focus,
.swat-button.swat-primary:active:focus,
.swat-header-form-field input.swat-primary.active:focus,
.swat-footer-form-field input.swat-primary.active:focus,
.swat-button.active:focus,
.swat-button.swat-primary.active:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.swat-header-form-field input.swat-primary:hover,
.swat-footer-form-field input.swat-primary:hover,
.swat-button:hover,
.swat-button.swat-primary:hover,
.swat-header-form-field input.swat-primary:focus,
.swat-footer-form-field input.swat-primary:focus,
.swat-button:focus,
.swat-button.swat-primary:focus {
  color: #fff;
  text-decoration: none;
  -webkit-transition: all 0.1s ease-in;
  -o-transition: all 0.1s ease-in;
  transition: all 0.1s ease-in;
}
.swat-header-form-field input.swat-primary:hover,
.swat-footer-form-field input.swat-primary:hover,
.swat-button:hover,
.swat-button.swat-primary:hover,
.swat-header-form-field input.swat-primary:active,
.swat-footer-form-field input.swat-primary:active,
.swat-button:active,
.swat-button.swat-primary:active,
.swat-header-form-field input.swat-primary:focus,
.swat-footer-form-field input.swat-primary:focus,
.swat-button:focus,
.swat-button.swat-primary:focus {
  background-color: #323b4b;
}
.swat-table-view tbody tr {
  background: none;
}
.swat-table-view th {
  font-weight: 400;
  color: #4a4a4a;
}
.swat-table-view .store-total-row .note {
  display: block;
  color: #999;
  font-size: 12px;
}
.swat-disclosure-span,
.swat-disclosure-anchor-opened,
.swat-disclosure-anchor-closed {
  background-color: #f5f5f3;
  background-position: 2px 50%;
  font-weight: 300;
  font-size: 18px;
  padding-left: 15px;
  color: #4a4a4a;
}
.swat-disclosure-anchor-closed {
  background-position: 0 50%;
}
.swat-disclosure-control-opened .swat-disclosure-container {
  border-radius: 4px;
}
.swat-disclosure-control-opened .swat-disclosure-padding-container {
  padding: 20px;
}
.swat-radio-list li,
.swat-checkbox-list li {
  padding-left: 20px;
}
.swat-radio-list input,
.swat-checkbox-list input {
  vertical-align: baseline;
  margin: 0;
}
.swat-radio-list .swat-radio-wrapper,
.swat-checkbox-list .swat-radio-wrapper,
.swat-radio-list .swat-checkbox-wrapper,
.swat-checkbox-list .swat-checkbox-wrapper {
  margin-left: -20px;
  position: absolute;
}
.swat-radio-list label.swat-control,
.swat-checkbox-list label.swat-control {
  margin-bottom: 0;
}
.swat-radio-list .swat-check-all,
.swat-checkbox-list .swat-check-all {
  padding-left: 20px;
}
.swat-check-all label .swat-checkbox-wrapper {
  font-size: 16px;
}
.swat-form-field-checkbox {
  padding-left: 20px;
}
.swat-form-field-checkbox > .swat-form-field-contents {
  margin-left: -20px;
  position: absolute;
}
.swat-form-field-checkbox .swat-checkbox {
  vertical-align: baseline;
  margin: 0;
}
div.swat-textarea-container textarea {
  padding: 6px 12px;
  resize: vertical;
}
.swat-pagination .swat-pagination-nextprev {
  background-color: #fff;
  padding: 5px 14px;
  border: 1px solid #ddd;
  border-radius: 6px;
}
a.swat-pagination .swat-pagination-nextprev:hover {
  text-decoration: none;
  background-color: #eeeeee;
}
.swat-pagination a.swat-pagination-nextprev {
  font-weight: 300;
}
.swat-pagination span.swat-pagination-nextprev {
  background-color: rgba(255, 255, 255, 0.75);
  color: #a8aeb8;
  border-color: rgba(255, 255, 255, 0.75);
}
.swat-fieldset legend {
  font-weight: 400;
  border: 0;
  width: auto;
}
.swat-note {
  font-size: 12px;
}
span.swat-required {
  font-size: 12px;
  color: #ff6d2d;
}
span.swat-optional {
  font-size: 12px;
  color: #999;
}
/* inlined file "packages/yui/container/assets/container-core.css" */
/*
Copyright (c) 2011, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.com/yui/license.html
version: 2.9.0
*/
.yui-overlay,
.yui-panel-container {
  visibility: hidden;
  position: absolute;
  z-index: 2;
}
.yui-panel {
  position: relative;
}
.yui-panel-container form {
  margin: 0;
}
.mask {
  z-index: 1;
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.mask.block-scrollbars {
  /*
        Application of "overflow:auto" prevents Mac scrollbars from bleeding
        through the modality mask in Gecko. The block-scollbars class is only 
        added for Gecko on MacOS
    */
  overflow: auto;
}
/* 
    PLEASE NOTE:

    1) ".masked select" is used to prevent <SELECT> elements bleeding through 
       the modality mask in IE 6. 

    2) ".drag select" is used to hide <SELECT> elements when dragging a 
       Panel in IE 6.  This is necessary to prevent some redraw problems with 
       the <SELECT> elements when a Panel instance is dragged.
    
    3) ".hide-select select" is appended to an Overlay instance's root HTML 
       element when it is being annimated by YAHOO.widget.ContainerEffect.  
       This is necessary because <SELECT> elements don't inherit their parent
       element's opacity in IE 6.

*/
.masked select,
.drag select,
.hide-select select {
  _visibility: hidden;
}
.yui-panel-container select {
  _visibility: inherit;
}
/*

There are two known issues with YAHOO.widget.Overlay (and its subclasses) that 
manifest in Gecko-based browsers on Mac OS X:

    1) Elements with scrollbars will poke through Overlay instances floating 
       above them.
    
    2) An Overlay's scrollbars and the scrollbars of its child nodes remain  
       visible when the Overlay is hidden.

To fix these bugs:

    1) The "overflow" property of an Overlay instance's root element and child 
       nodes is toggled between "hidden" and "auto" (through the application  
       and removal of the "hide-scrollbars" and "show-scrollbars" CSS classes)
       as its "visibility" configuration property is toggled between 
       "false" and "true."
    
    2) The "display" property of <SELECT> elements that are child nodes of the 
       Overlay instance's root element is set to "none" when it is hidden.

PLEASE NOTE:  
  
    1) The "hide-scrollbars" and "show-scrollbars" CSS classes classes are 
       applied only for Gecko on Mac OS X and are added/removed to/from the 
       Overlay's root HTML element (DIV) via the "hideMacGeckoScrollbars" and 
       "showMacGeckoScrollbars" methods of YAHOO.widget.Overlay.
    
    2) There may be instances where the CSS for a web page or application 
       contains style rules whose specificity override the rules implemented by 
       the Container CSS files to fix this bug.  In such cases, is necessary to 
       leverage the provided "hide-scrollbars" and "show-scrollbars" classes to 
       write custom style rules to guard against this bug.

** For more information on this issue, see:

   + https://bugzilla.mozilla.org/show_bug.cgi?id=187435
   + YUILibrary bug #1723530

*/
.hide-scrollbars,
.hide-scrollbars * {
  overflow: hidden;
}
.hide-scrollbars select {
  display: none;
}
.show-scrollbars {
  overflow: auto;
}
.yui-panel-container.show-scrollbars,
.yui-tt.show-scrollbars {
  overflow: visible;
}
.yui-panel-container.show-scrollbars .underlay,
.yui-tt.show-scrollbars .yui-tt-shadow {
  overflow: auto;
}
/* 
   Workaround for Safari 2.x - the yui-force-redraw class is applied, and then removed when
   the Panel's content changes, to force Safari 2.x to redraw the underlay.
   We attempt to choose a CSS property which has no visual impact when added,
   removed.
*/
.yui-panel-container.shadow .underlay.yui-force-redraw {
  padding-bottom: 1px;
}
.yui-effect-fade .underlay,
.yui-effect-fade .yui-tt-shadow {
  display: none;
}
/*
    PLEASE NOTE: The <DIV> element used for a Tooltip's shadow is appended 
    to its root element via JavaScript once it has been rendered.  The 
    code that creates the shadow lives in the Tooltip's public "onRender" 
    event handler that is a prototype method of YAHOO.widget.Tooltip.  
    Implementers wishing to remove a Tooltip's shadow or add any other markup
    required for a given skin for Tooltip should override the "onRender" method.
*/
.yui-tt-shadow {
  position: absolute;
}
.yui-override-padding {
  padding: 0 !important;
}
.yui-panel-container .container-close {
  overflow: hidden;
  text-indent: -10000em;
  text-decoration: none;
}
.yui-overlay.yui-force-redraw,
.yui-panel-container.yui-force-redraw {
  margin-bottom: 1px;
}
/* inlined file "packages/swat/styles/swat-radio-note-book.css" */
.swat-radio-note-book td {
  vertical-align: top;
}
/* inlined file "packages/rap/styles/rap-ios-layout.less" */
.rap-ios-layout .ft .page-footer p {
  text-align: left;
  padding: 10px 0;
}
.rap-ios-layout .ft .page-footer ul {
  float: right;
  margin-right: -10px;
}
.rap-ios-layout .ft .page-footer li {
  display: inline;
  padding: 0;
  line-height: 1.42857143;
}
.rap-ios-layout .ft .page-footer li a {
  display: inline-block;
  padding: 10px;
}
