@charset "UTF-8";
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block; }

audio, canvas, progress, video {
  display: inline-block;
  vertical-align: baseline; }

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

[hidden], template {
  display: none; }

a {
  background-color: transparent; }

a:active, a:hover {
  outline: 0; }

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

b, strong {
  font-weight: 700; }

dfn {
  font-style: italic; }

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

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

small, .myacp-panel-user-info > span,
.myacp-sidebar > span,
.badge,
.view-display-id-block_1 .date-display-range,
.view-display-id-block_1 .date-display-single,
.view-news-releases div.views-field-created > span,
.view-news-releases-content- div.views-field-created > span,
.page-more-acp-news .view-acp-latest .views-field-created .field-content,
.view span.views-field-field-meeting-date .date-display-range,
.view span.views-field-field-meeting-date .date-display-single,
.username > span,
td.forum-number-topics a,
td.views-field-comment-count a,
span.marker {
  font-size: 80%; }

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

sup {
  top: -.5em; }

sub {
  bottom: -.25em; }

img {
  border: 0; }

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

figure {
  margin: 1em 40px; }

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

pre {
  overflow: auto; }

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

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

button {
  overflow: visible; }

button, select {
  text-transform: none; }

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

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

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

input {
  line-height: normal; }

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

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

input[type=search] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box; }

input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none; }

fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: .35em .625em .75em; }

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: 700; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

td, th {
  padding: 0; }

/*! jQuery UI - v1.11.4 - 2015-06-25
* http://jqueryui.com
* Includes: core.css, draggable.css, resizable.css, selectable.css, sortable.css, accordion.css, autocomplete.css, button.css, datepicker.css, dialog.css, menu.css, progressbar.css, selectmenu.css, slider.css, spinner.css, tabs.css, tooltip.css
* Copyright 2015 jQuery Foundation and other contributors; Licensed MIT */
/* Layout helpers
----------------------------------*/
.ui-helper-hidden {
  display: none; }

.ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.ui-helper-reset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  line-height: 1.3;
  text-decoration: none;
  font-size: 100%;
  list-style: none; }

.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
  content: "";
  display: table;
  border-collapse: collapse; }

.ui-helper-clearfix:after {
  clear: both; }

.ui-helper-clearfix {
  min-height: 0;
  /* support: IE7 */ }

.ui-helper-zfix {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  filter: Alpha(Opacity=0);
  /* support: IE8 */ }

.ui-front {
  z-index: 100; }

/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
  cursor: default !important; }

/* Icons
----------------------------------*/
/* states and images */
.ui-icon {
  display: block;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat; }

/* Misc visuals
----------------------------------*/
/* Overlays */
.ui-widget-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.ui-draggable-handle {
  -ms-touch-action: none;
  touch-action: none; }

.ui-resizable {
  position: relative; }

.ui-resizable-handle {
  position: absolute;
  font-size: 0.1px;
  display: block;
  -ms-touch-action: none;
  touch-action: none; }

.ui-resizable-disabled .ui-resizable-handle,
.ui-resizable-autohide .ui-resizable-handle {
  display: none; }

.ui-resizable-n {
  cursor: n-resize;
  height: 7px;
  width: 100%;
  top: -5px;
  left: 0; }

.ui-resizable-s {
  cursor: s-resize;
  height: 7px;
  width: 100%;
  bottom: -5px;
  left: 0; }

.ui-resizable-e {
  cursor: e-resize;
  width: 7px;
  right: -5px;
  top: 0;
  height: 100%; }

.ui-resizable-w {
  cursor: w-resize;
  width: 7px;
  left: -5px;
  top: 0;
  height: 100%; }

.ui-resizable-se {
  cursor: se-resize;
  width: 12px;
  height: 12px;
  right: 1px;
  bottom: 1px; }

.ui-resizable-sw {
  cursor: sw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  bottom: -5px; }

.ui-resizable-nw {
  cursor: nw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  top: -5px; }

.ui-resizable-ne {
  cursor: ne-resize;
  width: 9px;
  height: 9px;
  right: -5px;
  top: -5px; }

.ui-selectable {
  -ms-touch-action: none;
  touch-action: none; }

.ui-selectable-helper {
  position: absolute;
  z-index: 100;
  border: 1px dotted black; }

.ui-sortable-handle {
  -ms-touch-action: none;
  touch-action: none; }

.ui-accordion .ui-accordion-header {
  display: block;
  cursor: pointer;
  position: relative;
  margin: 2px 0 0 0;
  padding: .5em .5em .5em .7em;
  min-height: 0;
  /* support: IE7 */
  font-size: 100%; }

.ui-accordion .ui-accordion-icons {
  padding-left: 2.2em; }

.ui-accordion .ui-accordion-icons .ui-accordion-icons {
  padding-left: 2.2em; }

.ui-accordion .ui-accordion-header .ui-accordion-header-icon {
  position: absolute;
  left: .5em;
  top: 50%;
  margin-top: -8px; }

.ui-accordion .ui-accordion-content {
  padding: 1em 2.2em;
  border-top: 0;
  overflow: auto; }

.ui-autocomplete {
  position: absolute;
  top: 0;
  left: 0;
  cursor: default; }

.ui-button {
  display: inline-block;
  position: relative;
  padding: 0;
  line-height: normal;
  margin-right: .1em;
  cursor: pointer;
  vertical-align: middle;
  text-align: center;
  overflow: visible;
  /* removes extra width in IE */ }

.ui-button,
.ui-button:link,
.ui-button:visited,
.ui-button:hover,
.ui-button:active {
  text-decoration: none; }

/* to make room for the icon, a width needs to be set here */
.ui-button-icon-only {
  width: 2.2em; }

/* button elements seem to need a little more width */
button.ui-button-icon-only {
  width: 2.4em; }

.ui-button-icons-only {
  width: 3.4em; }

button.ui-button-icons-only {
  width: 3.7em; }

/* button text element */
.ui-button .ui-button-text {
  display: block;
  line-height: normal; }

.ui-button-text-only .ui-button-text {
  padding: .4em 1em; }

.ui-button-icon-only .ui-button-text,
.ui-button-icons-only .ui-button-text {
  padding: .4em;
  text-indent: -9999999px; }

.ui-button-text-icon-primary .ui-button-text,
.ui-button-text-icons .ui-button-text {
  padding: .4em 1em .4em 2.1em; }

.ui-button-text-icon-secondary .ui-button-text,
.ui-button-text-icons .ui-button-text {
  padding: .4em 2.1em .4em 1em; }

.ui-button-text-icons .ui-button-text {
  padding-left: 2.1em;
  padding-right: 2.1em; }

/* no icon support for input elements, provide padding by default */
input.ui-button {
  padding: .4em 1em; }

/* button icon element(s) */
.ui-button-icon-only .ui-icon,
.ui-button-text-icon-primary .ui-icon,
.ui-button-text-icon-secondary .ui-icon,
.ui-button-text-icons .ui-icon,
.ui-button-icons-only .ui-icon {
  position: absolute;
  top: 50%;
  margin-top: -8px; }

.ui-button-icon-only .ui-icon {
  left: 50%;
  margin-left: -8px; }

.ui-button-text-icon-primary .ui-button-icon-primary,
.ui-button-text-icons .ui-button-icon-primary,
.ui-button-icons-only .ui-button-icon-primary {
  left: .5em; }

.ui-button-text-icon-secondary .ui-button-icon-secondary,
.ui-button-text-icons .ui-button-icon-secondary,
.ui-button-icons-only .ui-button-icon-secondary {
  right: .5em; }

/* button sets */
.ui-buttonset {
  margin-right: 7px; }

.ui-buttonset .ui-button {
  margin-left: 0;
  margin-right: -.3em; }

/* workarounds */
/* reset extra padding in Firefox, see h5bp.com/l */
input.ui-button::-moz-focus-inner,
button.ui-button::-moz-focus-inner {
  border: 0;
  padding: 0; }

.ui-datepicker {
  width: 17em;
  padding: .2em .2em 0;
  display: none; }

.ui-datepicker .ui-datepicker-header {
  position: relative;
  padding: .2em 0; }

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
  position: absolute;
  top: 2px;
  width: 1.8em;
  height: 1.8em; }

.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
  top: 1px; }

.ui-datepicker .ui-datepicker-prev {
  left: 2px; }

.ui-datepicker .ui-datepicker-next {
  right: 2px; }

.ui-datepicker .ui-datepicker-prev-hover {
  left: 1px; }

.ui-datepicker .ui-datepicker-next-hover {
  right: 1px; }

.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -8px;
  top: 50%;
  margin-top: -8px; }

.ui-datepicker .ui-datepicker-title {
  margin: 0 2.3em;
  line-height: 1.8em;
  text-align: center; }

.ui-datepicker .ui-datepicker-title select {
  font-size: 1em;
  margin: 1px 0; }

.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
  width: 45%; }

.ui-datepicker table {
  width: 100%;
  font-size: .9em;
  border-collapse: collapse;
  margin: 0 0 .4em; }

.ui-datepicker th {
  padding: .7em .3em;
  text-align: center;
  font-weight: bold;
  border: 0; }

.ui-datepicker td {
  border: 0;
  padding: 1px; }

.ui-datepicker td span,
.ui-datepicker td a {
  display: block;
  padding: .2em;
  text-align: right;
  text-decoration: none; }

.ui-datepicker .ui-datepicker-buttonpane {
  background-image: none;
  margin: .7em 0 0 0;
  padding: 0 .2em;
  border-left: 0;
  border-right: 0;
  border-bottom: 0; }

.ui-datepicker .ui-datepicker-buttonpane button {
  float: right;
  margin: .5em .2em .4em;
  cursor: pointer;
  padding: .2em .6em .3em .6em;
  width: auto;
  overflow: visible; }

.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
  float: left; }

/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi {
  width: auto; }

.ui-datepicker-multi .ui-datepicker-group {
  float: left; }

.ui-datepicker-multi .ui-datepicker-group table {
  width: 95%;
  margin: 0 auto .4em; }

.ui-datepicker-multi-2 .ui-datepicker-group {
  width: 50%; }

.ui-datepicker-multi-3 .ui-datepicker-group {
  width: 33.3%; }

.ui-datepicker-multi-4 .ui-datepicker-group {
  width: 25%; }

.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
  border-left-width: 0; }

.ui-datepicker-multi .ui-datepicker-buttonpane {
  clear: left; }

.ui-datepicker-row-break {
  clear: both;
  width: 100%;
  font-size: 0; }

/* RTL support */
.ui-datepicker-rtl {
  direction: rtl; }

.ui-datepicker-rtl .ui-datepicker-prev {
  right: 2px;
  left: auto; }

.ui-datepicker-rtl .ui-datepicker-next {
  left: 2px;
  right: auto; }

.ui-datepicker-rtl .ui-datepicker-prev:hover {
  right: 1px;
  left: auto; }

.ui-datepicker-rtl .ui-datepicker-next:hover {
  left: 1px;
  right: auto; }

.ui-datepicker-rtl .ui-datepicker-buttonpane {
  clear: right; }

.ui-datepicker-rtl .ui-datepicker-buttonpane button {
  float: left; }

.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
  float: right; }

.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
  border-right-width: 0;
  border-left-width: 1px; }

.ui-dialog {
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  padding: .2em;
  outline: 0; }

.ui-dialog .ui-dialog-titlebar {
  padding: .4em 1em;
  position: relative; }

.ui-dialog .ui-dialog-title {
  float: left;
  margin: .1em 0;
  white-space: nowrap;
  width: 90%;
  overflow: hidden;
  text-overflow: ellipsis; }

.ui-dialog .ui-dialog-titlebar-close {
  position: absolute;
  right: .3em;
  top: 50%;
  width: 20px;
  margin: -10px 0 0 0;
  padding: 1px;
  height: 20px; }

.ui-dialog .ui-dialog-content {
  position: relative;
  border: 0;
  padding: .5em 1em;
  background: none;
  overflow: auto; }

.ui-dialog .ui-dialog-buttonpane {
  text-align: left;
  border-width: 1px 0 0 0;
  background-image: none;
  margin-top: .5em;
  padding: .3em 1em .5em .4em; }

.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
  float: right; }

.ui-dialog .ui-dialog-buttonpane button {
  margin: .5em .4em .5em 0;
  cursor: pointer; }

.ui-dialog .ui-resizable-se {
  width: 12px;
  height: 12px;
  right: -5px;
  bottom: -5px;
  background-position: 16px 16px; }

.ui-draggable .ui-dialog-titlebar {
  cursor: move; }

.ui-menu {
  list-style: none;
  padding: 0;
  margin: 0;
  display: block;
  outline: none; }

.ui-menu .ui-menu {
  position: absolute; }

.ui-menu .ui-menu-item {
  position: relative;
  margin: 0;
  padding: 3px 1em 3px .4em;
  cursor: pointer;
  min-height: 0;
  /* support: IE7 */
  /* support: IE10, see #8844 */
  list-style-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7"); }

.ui-menu .ui-menu-divider {
  margin: 5px 0;
  height: 0;
  font-size: 0;
  line-height: 0;
  border-width: 1px 0 0 0; }

/* icon support */
.ui-menu-icons {
  position: relative; }

.ui-menu-icons .ui-menu-item {
  padding-left: 2em; }

/* left-aligned */
.ui-menu .ui-icon {
  position: absolute;
  top: 0;
  bottom: 0;
  left: .2em;
  margin: auto 0; }

/* right-aligned */
.ui-menu .ui-menu-icon {
  left: auto;
  right: 0; }

.ui-progressbar {
  height: 2em;
  text-align: left;
  overflow: hidden; }

.ui-progressbar .ui-progressbar-value {
  margin: -1px;
  height: 100%; }

.ui-progressbar .ui-progressbar-overlay {
  background: url("data:image/gif;base64,R0lGODlhKAAoAIABAAAAAP///yH/C05FVFNDQVBFMi4wAwEAAAAh+QQJAQABACwAAAAAKAAoAAACkYwNqXrdC52DS06a7MFZI+4FHBCKoDeWKXqymPqGqxvJrXZbMx7Ttc+w9XgU2FB3lOyQRWET2IFGiU9m1frDVpxZZc6bfHwv4c1YXP6k1Vdy292Fb6UkuvFtXpvWSzA+HycXJHUXiGYIiMg2R6W459gnWGfHNdjIqDWVqemH2ekpObkpOlppWUqZiqr6edqqWQAAIfkECQEAAQAsAAAAACgAKAAAApSMgZnGfaqcg1E2uuzDmmHUBR8Qil95hiPKqWn3aqtLsS18y7G1SzNeowWBENtQd+T1JktP05nzPTdJZlR6vUxNWWjV+vUWhWNkWFwxl9VpZRedYcflIOLafaa28XdsH/ynlcc1uPVDZxQIR0K25+cICCmoqCe5mGhZOfeYSUh5yJcJyrkZWWpaR8doJ2o4NYq62lAAACH5BAkBAAEALAAAAAAoACgAAAKVDI4Yy22ZnINRNqosw0Bv7i1gyHUkFj7oSaWlu3ovC8GxNso5fluz3qLVhBVeT/Lz7ZTHyxL5dDalQWPVOsQWtRnuwXaFTj9jVVh8pma9JjZ4zYSj5ZOyma7uuolffh+IR5aW97cHuBUXKGKXlKjn+DiHWMcYJah4N0lYCMlJOXipGRr5qdgoSTrqWSq6WFl2ypoaUAAAIfkECQEAAQAsAAAAACgAKAAAApaEb6HLgd/iO7FNWtcFWe+ufODGjRfoiJ2akShbueb0wtI50zm02pbvwfWEMWBQ1zKGlLIhskiEPm9R6vRXxV4ZzWT2yHOGpWMyorblKlNp8HmHEb/lCXjcW7bmtXP8Xt229OVWR1fod2eWqNfHuMjXCPkIGNileOiImVmCOEmoSfn3yXlJWmoHGhqp6ilYuWYpmTqKUgAAIfkECQEAAQAsAAAAACgAKAAAApiEH6kb58biQ3FNWtMFWW3eNVcojuFGfqnZqSebuS06w5V80/X02pKe8zFwP6EFWOT1lDFk8rGERh1TTNOocQ61Hm4Xm2VexUHpzjymViHrFbiELsefVrn6XKfnt2Q9G/+Xdie499XHd2g4h7ioOGhXGJboGAnXSBnoBwKYyfioubZJ2Hn0RuRZaflZOil56Zp6iioKSXpUAAAh+QQJAQABACwAAAAAKAAoAAACkoQRqRvnxuI7kU1a1UU5bd5tnSeOZXhmn5lWK3qNTWvRdQxP8qvaC+/yaYQzXO7BMvaUEmJRd3TsiMAgswmNYrSgZdYrTX6tSHGZO73ezuAw2uxuQ+BbeZfMxsexY35+/Qe4J1inV0g4x3WHuMhIl2jXOKT2Q+VU5fgoSUI52VfZyfkJGkha6jmY+aaYdirq+lQAACH5BAkBAAEALAAAAAAoACgAAAKWBIKpYe0L3YNKToqswUlvznigd4wiR4KhZrKt9Upqip61i9E3vMvxRdHlbEFiEXfk9YARYxOZZD6VQ2pUunBmtRXo1Lf8hMVVcNl8JafV38aM2/Fu5V16Bn63r6xt97j09+MXSFi4BniGFae3hzbH9+hYBzkpuUh5aZmHuanZOZgIuvbGiNeomCnaxxap2upaCZsq+1kAACH5BAkBAAEALAAAAAAoACgAAAKXjI8By5zf4kOxTVrXNVlv1X0d8IGZGKLnNpYtm8Lr9cqVeuOSvfOW79D9aDHizNhDJidFZhNydEahOaDH6nomtJjp1tutKoNWkvA6JqfRVLHU/QUfau9l2x7G54d1fl995xcIGAdXqMfBNadoYrhH+Mg2KBlpVpbluCiXmMnZ2Sh4GBqJ+ckIOqqJ6LmKSllZmsoq6wpQAAAh+QQJAQABACwAAAAAKAAoAAAClYx/oLvoxuJDkU1a1YUZbJ59nSd2ZXhWqbRa2/gF8Gu2DY3iqs7yrq+xBYEkYvFSM8aSSObE+ZgRl1BHFZNr7pRCavZ5BW2142hY3AN/zWtsmf12p9XxxFl2lpLn1rseztfXZjdIWIf2s5dItwjYKBgo9yg5pHgzJXTEeGlZuenpyPmpGQoKOWkYmSpaSnqKileI2FAAACH5BAkBAAEALAAAAAAoACgAAAKVjB+gu+jG4kORTVrVhRlsnn2dJ3ZleFaptFrb+CXmO9OozeL5VfP99HvAWhpiUdcwkpBH3825AwYdU8xTqlLGhtCosArKMpvfa1mMRae9VvWZfeB2XfPkeLmm18lUcBj+p5dnN8jXZ3YIGEhYuOUn45aoCDkp16hl5IjYJvjWKcnoGQpqyPlpOhr3aElaqrq56Bq7VAAAOw==");
  height: 100%;
  filter: alpha(opacity=25);
  /* support: IE8 */
  opacity: 0.25; }

.ui-progressbar-indeterminate .ui-progressbar-value {
  background-image: none; }

.ui-selectmenu-menu {
  padding: 0;
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  display: none; }

.ui-selectmenu-menu .ui-menu {
  overflow: auto;
  /* Support: IE7 */
  overflow-x: hidden;
  padding-bottom: 1px; }

.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup {
  font-size: 1em;
  font-weight: bold;
  line-height: 1.5;
  padding: 2px 0.4em;
  margin: 0.5em 0 0 0;
  height: auto;
  border: 0; }

.ui-selectmenu-open {
  display: block; }

.ui-selectmenu-button {
  display: block;
  overflow: hidden;
  position: relative;
  text-decoration: none;
  cursor: pointer; }

.ui-selectmenu-button span.ui-icon {
  right: 0.5em;
  left: auto;
  margin-top: -8px;
  position: absolute;
  top: 50%; }

.ui-selectmenu-button span.ui-selectmenu-text {
  text-align: left;
  padding: 0.4em 2.1em 0.4em 1em;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.ui-slider {
  position: relative;
  text-align: left; }

.ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 1.2em;
  height: 1.2em;
  cursor: default;
  -ms-touch-action: none;
  touch-action: none; }

.ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  font-size: .7em;
  display: block;
  border: 0;
  background-position: 0 0; }

/* support: IE8 - See #6727 */
.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
  filter: inherit; }

.ui-slider-horizontal {
  height: .8em; }

.ui-slider-horizontal .ui-slider-handle {
  top: -.3em;
  margin-left: -.6em; }

.ui-slider-horizontal .ui-slider-range {
  top: 0;
  height: 100%; }

.ui-slider-horizontal .ui-slider-range-min {
  left: 0; }

.ui-slider-horizontal .ui-slider-range-max {
  right: 0; }

.ui-slider-vertical {
  width: .8em;
  height: 100px; }

.ui-slider-vertical .ui-slider-handle {
  left: -.3em;
  margin-left: 0;
  margin-bottom: -.6em; }

.ui-slider-vertical .ui-slider-range {
  left: 0;
  width: 100%; }

.ui-slider-vertical .ui-slider-range-min {
  bottom: 0; }

.ui-slider-vertical .ui-slider-range-max {
  top: 0; }

.ui-spinner {
  position: relative;
  display: inline-block;
  overflow: hidden;
  padding: 0;
  vertical-align: middle; }

.ui-spinner-input {
  border: none;
  background: none;
  color: inherit;
  padding: 0;
  margin: .2em 0;
  vertical-align: middle;
  margin-left: .4em;
  margin-right: 22px; }

.ui-spinner-button {
  width: 16px;
  height: 50%;
  font-size: .5em;
  padding: 0;
  margin: 0;
  text-align: center;
  position: absolute;
  cursor: default;
  display: block;
  overflow: hidden;
  right: 0; }

/* more specificity required here to override default borders */
.ui-spinner a.ui-spinner-button {
  border-top: none;
  border-bottom: none;
  border-right: none; }

/* vertically center icon */
.ui-spinner .ui-icon {
  position: absolute;
  margin-top: -8px;
  top: 50%;
  left: 0; }

.ui-spinner-up {
  top: 0; }

.ui-spinner-down {
  bottom: 0; }

/* TR overrides */
.ui-spinner .ui-icon-triangle-1-s {
  /* need to fix icons sprite */
  background-position: -65px -16px; }

.ui-tabs {
  position: relative;
  /* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
  padding: .2em; }

.ui-tabs .ui-tabs-nav {
  margin: 0;
  padding: .2em .2em 0; }

.ui-tabs .ui-tabs-nav li {
  list-style: none;
  float: left;
  position: relative;
  top: 0;
  margin: 1px .2em 0 0;
  border-bottom-width: 0;
  padding: 0;
  white-space: nowrap; }

.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
  float: left;
  padding: .5em 1em;
  text-decoration: none; }

.ui-tabs .ui-tabs-nav li.ui-tabs-active {
  margin-bottom: -1px;
  padding-bottom: 1px; }

.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor {
  cursor: text; }

.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
  cursor: pointer; }

.ui-tabs .ui-tabs-panel {
  display: block;
  border-width: 0;
  padding: 1em 1.4em;
  background: none; }

.ui-tooltip {
  padding: 8px;
  position: absolute;
  z-index: 9999;
  max-width: 300px;
  -webkit-box-shadow: 0 0 5px #aaa;
  box-shadow: 0 0 5px #aaa; }

body .ui-tooltip {
  border-width: 2px; }

/* 
 * 	Core Owl Carousel CSS File
 *	v1.3.3
 */
/* clearfix */
.owl-carousel .owl-wrapper:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

/* display none until init */
.owl-carousel {
  display: none;
  position: relative;
  width: 100%;
  -ms-touch-action: pan-y; }

.owl-carousel .owl-wrapper {
  display: none;
  position: relative;
  -webkit-transform: translate3d(0px, 0px, 0px); }

.owl-carousel .owl-wrapper-outer {
  overflow: hidden;
  position: relative;
  width: 100%; }

.owl-carousel .owl-wrapper-outer.autoHeight {
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out; }

.owl-carousel .owl-item {
  float: left; }

.owl-controls .owl-page,
.owl-controls .owl-buttons div {
  cursor: pointer; }

.owl-controls {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent; }

/* mouse grab icon */
.grabbing {
  cursor: url(grabbing.png) 8 8, move; }

/* fix */
.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0); }

/*
* 	Owl Carousel Owl Demo Theme 
*	v1.3.3
*/
.owl-theme .owl-controls {
  margin-top: 10px;
  text-align: center; }

/* Styling Next and Prev buttons */
.owl-theme .owl-controls .owl-buttons div {
  color: #FFF;
  display: inline-block;
  zoom: 1;
  *display: inline;
  /*IE7 life-saver */
  margin: 5px;
  padding: 3px 10px;
  font-size: 12px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  background: #869791;
  filter: Alpha(Opacity=50);
  /*IE7 fix*/
  opacity: 0.5; }

/* Clickable class fix problem with hover on touch devices */
/* Use it for non-touch hover action */
.owl-theme .owl-controls.clickable .owl-buttons div:hover {
  filter: Alpha(Opacity=100);
  /*IE7 fix*/
  opacity: 1;
  text-decoration: none; }

/* Styling Pagination*/
.owl-theme .owl-controls .owl-page {
  display: inline-block;
  zoom: 1;
  *display: inline;
  /*IE7 life-saver */ }

.owl-theme .owl-controls .owl-page span {
  display: block;
  width: 12px;
  height: 12px;
  margin: 5px 7px;
  filter: Alpha(Opacity=50);
  /*IE7 fix*/
  opacity: 0.5;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  background: #869791; }

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span {
  filter: Alpha(Opacity=100);
  /*IE7 fix*/
  opacity: 1; }

/* If PaginationNumbers is true */
.owl-theme .owl-controls .owl-page span.owl-numbers {
  height: auto;
  width: auto;
  color: #FFF;
  padding: 2px 10px;
  font-size: 12px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px; }

/* preloading images */
.owl-item.loading {
  min-height: 150px;
  background: url(AjaxLoader.gif) no-repeat center center; }

.faded-green {
  background-color: #007E66 !important; }

.acp-green, #myacp-header .login .login-button, #myacp-header .login .myacp-button, #myacp-header .myacp .login-button, #myacp-header .myacp .myacp-button {
  background-color: #007e66 !important; }

.acp-green-mid {
  background-color: #2eb135 !important; }

.acp-green-bright {
  background-color: #91c83c !important; }

.acp-green-light {
  background-color: #d7e241 !important; }

.acp-magenta {
  background-color: #d21146 !important; }

.acp-red {
  background-color: #dc291e !important; }

.acp-orange, td.forum-number-topics a,
td.views-field-comment-count a,
span.marker {
  background-color: #e66b00 !important; }

.acp-gold {
  background-color: #ffc82e !important; }

.acp-yellow {
  background-color: #ffe000 !important; }

.acp-blue-dark {
  background-color: #003479 !important; }

.acp-blue-mid {
  background-color: #0063be !important; }

.acp-blue-light {
  background-color: #00a0df !important; }

.acp-blue-lightest {
  background-color: #7cd0f3 !important; }

.acp-violet {
  background-color: #702785 !important; }

.acp-violet-mid {
  background-color: #95519e !important; }

.acp-brown {
  background-color: #60361d !important; }

.acp-brown-mid {
  background-color: #bf650f !important; }

.acp-brown-light {
  background-color: #cea98d !important; }

.acp-grey-dark {
  background-color: #575a5d !important; }

.acp-grey {
  background-color: #8e908f !important; }

.acp-grey-mid {
  background-color: #b5b7b4 !important; }

.acp-grey-mid-light {
  background-color: #b5b7b4 !important; }

.acp-grey-light {
  background-color: #e5e5e5 !important; }

h1,
.text--mega {
  font-size: 2rem;
  line-height: 1.25; }
  @media screen and (min-width: 780px) {
    h1,
    .text--mega {
      font-size: 2.5rem;
      line-height: 1.125; } }
  @media screen and (min-width: 960px) {
    h1,
    .text--mega {
      font-size: 3rem;
      line-height: 1.25; } }

h2,
.text--kilo {
  font-size: 1.625rem;
  line-height: 1.154; }
  @media screen and (min-width: 780px) {
    h2,
    .text--kilo {
      font-size: 2rem;
      line-height: 1.25; } }
  @media screen and (min-width: 960px) {
    h2,
    .text--kilo {
      font-size: 2.25rem;
      line-height: 1.25; } }

h3, .limit-search,
.text--hecto,
.button.large,
.content form input.large[type="submit"],
label.fancy select.large,
#main .node-webform .large.button_blue,
#main .node-webform .large.button_green,
#main .node-webform .large.button_remove,
#main .node-webform .form-actions input.large,
.joyride-tip-guide .joyride-content-wrapper a.large.joyride-next-tip,
.page-forum ul.action-links li a.large.subscription,
aside.side_nav_left h2,
aside.side_nav_right h2,
#main-menu ul.menu li .panel .panel-menu h2 {
  font-size: 1.375rem;
  line-height: 1.136; }
  @media screen and (min-width: 780px) {
    h3, .limit-search,
    .text--hecto,
    .button.large,
    .content form input.large[type="submit"],
    label.fancy select.large,
    #main .node-webform .large.button_blue,
    #main .node-webform .large.button_green,
    #main .node-webform .large.button_remove,
    #main .node-webform .form-actions input.large,
    .joyride-tip-guide .joyride-content-wrapper a.large.joyride-next-tip,
    .page-forum ul.action-links li a.large.subscription,
    aside.side_nav_left h2,
    aside.side_nav_right h2,
    #main-menu ul.menu li .panel .panel-menu h2 {
      font-size: 1.5rem;
      line-height: 1.25; } }
  @media screen and (min-width: 960px) {
    h3, .limit-search,
    .text--hecto,
    .button.large,
    .content form input.large[type="submit"],
    label.fancy select.large,
    #main .node-webform .large.button_blue,
    #main .node-webform .large.button_green,
    #main .node-webform .large.button_remove,
    #main .node-webform .form-actions input.large,
    .joyride-tip-guide .joyride-content-wrapper a.large.joyride-next-tip,
    .page-forum ul.action-links li a.large.subscription,
    aside.side_nav_left h2,
    aside.side_nav_right h2,
    #main-menu ul.menu li .panel .panel-menu h2 {
      font-size: 1.75rem;
      line-height: 1.25; } }

h4,
.text--deca,
.intro,
blockquote,
.node-online-learning-center .olc-accordion-container .olc-disclosures,
.node-online-learning-center .olc-accordion-container .olc-show-notes,
.node-online-learning-center #intro-text .field-item:first-child {
  font-size: 1rem;
  line-height: 1.25; }
  @media screen and (min-width: 780px) {
    h4,
    .text--deca,
    .intro,
    blockquote,
    .node-online-learning-center .olc-accordion-container .olc-disclosures,
    .node-online-learning-center .olc-accordion-container .olc-show-notes,
    .node-online-learning-center #intro-text .field-item:first-child {
      font-size: 1.375rem;
      line-height: 1.25; } }
  @media screen and (min-width: 1280px) {
    h4,
    .text--deca,
    .intro,
    blockquote,
    .node-online-learning-center .olc-accordion-container .olc-disclosures,
    .node-online-learning-center .olc-accordion-container .olc-show-notes,
    .node-online-learning-center #intro-text .field-item:first-child {
      font-size: 1.5rem;
      line-height: 1.25; } }

h5, .acc-sub-cat, .search-header, #landing_hero_2018 h2,
h6,
body,
.text--base,
.content form input[type="submit"],
.region-content .ui-helper-reset,
#main-menu ul.menu li .panel,
.node-type-homepage .hero .item .teaser h3,
.node-type-homepage .hero .item .teaser .limit-search {
  font-size: 0.9rem;
  line-height: 1.6; }
  @media screen and (min-width: 780px) {
    h5, .acc-sub-cat, .search-header, #landing_hero_2018 h2,
    h6,
    body,
    .text--base,
    .content form input[type="submit"],
    .region-content .ui-helper-reset,
    #main-menu ul.menu li .panel,
    .node-type-homepage .hero .item .teaser h3,
    .node-type-homepage .hero .item .teaser .limit-search {
      font-size: 1rem;
      line-height: 1.675; } }
  @media screen and (min-width: 1280px) {
    h5, .acc-sub-cat, .search-header, #landing_hero_2018 h2,
    h6,
    body,
    .text--base,
    .content form input[type="submit"],
    .region-content .ui-helper-reset,
    #main-menu ul.menu li .panel,
    .node-type-homepage .hero .item .teaser h3,
    .node-type-homepage .hero .item .teaser .limit-search {
      font-size: 1.1rem;
      line-height: 1.775; } }

.text--deci, .content form input, .content form textarea, ul.small, .detail_table, .ui-tooltip, aside.side_nav_left, aside.side_nav_left ul.menu li ul.menu, aside.side_nav_right, aside.side_nav_right ul.menu li ul.menu, .acp-latest .views-field-created, .centered-grouping .grid p, .centered-grouping #tabs.vertical > div p, .centered-grouping .ui-accordion-content p, .centered-grouping .view .ui-accordion .ui-accordion-content p, .view .ui-accordion .centered-grouping .ui-accordion-content p, .centered-grouping .split3 p, .centered-grouping .split2 p, .centered-grouping .page_content p, .centered-grouping .field-item p, .centered-grouping .node-type-chapter-top-level-page #landing_hero_area p, .node-type-chapter-top-level-page .centered-grouping #landing_hero_area p, .centered-grouping #landing_hero_2018 p, .centered-grouping #overall-rating p, .centered-grouping .filter-container p, .centered-grouping #review-list p, .node-type-custom #accordion > div, .node-type-custom #accordion-inactive > div {
  font-size: 0.875rem;
  line-height: 1.5; }

small, .myacp-panel-user-info > span,
.myacp-sidebar > span,
.badge,
.view-display-id-block_1 .date-display-range,
.view-display-id-block_1 .date-display-single,
.view-news-releases div.views-field-created > span,
.view-news-releases-content- div.views-field-created > span,
.page-more-acp-news .view-acp-latest .views-field-created .field-content,
.view span.views-field-field-meeting-date .date-display-range,
.view span.views-field-field-meeting-date .date-display-single,
.username > span,
td.forum-number-topics a,
td.views-field-comment-count a,
span.marker,
.text--centi,
.small {
  font-size: 0.75rem;
  line-height: 1.5; }

/* Generated by Font Squirrel (http://www.fontsquirrel.com) on January 29, 2016 */
/* LIGHT - 300 */
@font-face {
  font-family: 'Open Sans';
  src: url("../fonts/opensans-light-webfont.eot");
  src: url("../fonts/opensans-light-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/opensans-light-webfont.woff2") format("woff2"), url("../fonts/opensans-light-webfont.woff") format("woff"), url("../fonts/opensans-light-webfont.ttf") format("truetype"), url("../fonts/opensans-light-webfont.svg#open_sanslight") format("svg");
  font-weight: 300;
  font-style: normal; }
/* LIGHT - 300 - ITALICS  */
@font-face {
  font-family: 'Open Sans';
  src: url("../fonts/opensans-lightitalic-webfont.eot");
  src: url("../fonts/opensans-lightitalic-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/opensans-lightitalic-webfont.woff2") format("woff2"), url("../fonts/opensans-lightitalic-webfont.woff") format("woff"), url("../fonts/opensans-lightitalic-webfont.ttf") format("truetype"), url("../fonts/opensans-lightitalic-webfont.svg#open_sanslight_italic") format("svg");
  font-weight: 300;
  font-style: italic; }
/* REGULAR - 400 */
@font-face {
  font-family: 'Open Sans';
  src: url("../fonts/opensans-regular-webfont.eot");
  src: url("../fonts/opensans-regular-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/opensans-regular-webfont.woff2") format("woff2"), url("../fonts/opensans-regular-webfont.woff") format("woff"), url("../fonts/opensans-regular-webfont.ttf") format("truetype"), url("../fonts/opensans-regular-webfont.svg#open_sansregular") format("svg");
  font-weight: 400;
  font-style: normal; }
/* REGULAR - 400 - ITALICS */
@font-face {
  font-family: 'Open Sans';
  src: url("../fonts/opensans-italic-webfont.eot");
  src: url("../fonts/opensans-italic-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/opensans-italic-webfont.woff2") format("woff2"), url("../fonts/opensans-italic-webfont.woff") format("woff"), url("../fonts/opensans-italic-webfont.ttf") format("truetype"), url("opensans-italic-webfont.svg#open_sansitalic") format("svg");
  font-weight: 400;
  font-style: italic; }
/* SEMI-BOLD - 600 */
@font-face {
  font-family: 'Open Sans';
  src: url("../fonts/opensans-semibold-webfont.eot");
  src: url("../fonts/opensans-semibold-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/opensans-semibold-webfont.woff2") format("woff2"), url("../fonts/opensans-semibold-webfont.woff") format("woff"), url("../fonts/opensans-semibold-webfont.ttf") format("truetype"), url("../fonts/opensans-semibold-webfont.svg#open_sanssemibold") format("svg");
  font-weight: 600;
  font-style: normal; }
@font-face {
  font-family: 'KSAP-Core-Icons';
  src: url("../fonts/KSAP-Core-Icons.eot?9jvpm2");
  src: url("../fonts/KSAP-Core-Icons.eot?9jvpm2#iefix") format("embedded-opentype"), url("../fonts/KSAP-Core-Icons.ttf?9jvpm2") format("truetype"), url("../fonts/KSAP-Core-Icons.woff?9jvpm2") format("woff"), url("../fonts/KSAP-Core-Icons.svg?9jvpm2#KSAP-Core-Icons") format("svg");
  font-weight: normal;
  font-style: normal; }
i, .views-field-topic-icon span:before,
.forum-list-icon span span:before, .forum-topic-legend div:before,
.forum-list-icon-legend span span:before, tr.even td.forum-list-icon-default .forum-list-icon-wrapper span:before, tr.odd td.forum-list-icon-default .forum-list-icon-wrapper span:before, .forum-list-icon-legend .forum-list-icon-default:before, tr.even td.forum-list-icon-new-posts .forum-list-icon-wrapper span:before, tr.odd td.forum-list-icon-new-posts .forum-list-icon-wrapper span:before, .forum-list-icon-legend .forum-list-icon-new-posts:before, .i, a[target="_blank"]:after,
a[href$=".pdf"]:after,
a[href$=".ppt"]:after,
a[href$=".pptx"]:after,
a[href$=".pptm"]:after,
a[href$=".potx"]:after,
a[href$=".doc"]:after,
a[href$=".docx"]:after,
a[href$=".dotx"]:after,
a[href$=".dot"]:after,
a[href$=".xls"]:after,
a[href$=".xlsx"]:after, input[type="checkbox"]:checked + label:before, label.fancy:before, .auto-col-2 > li:before, .auto-col-3 > li:before, .auto-col-4 > li:before, .shift-arrow > li:before, .static-arrow > li:before, .bullet-lg > li:before, .bullet-md > li:before, .return:before, button.ui-dialog-titlebar-close, .ui-accordion .ui-accordion-header > span.ui-icon.ui-accordion-header-icon, .view .ui-accordion .ui-accordion-header span.ui-icon.ui-accordion-header-icon, .storeicon:before, .acp-latest .more-link a::after, ul.inline li.comment-agree a:before, ul li.comment-disagree a:before, .page-forum ul.action-links li a:before {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'KSAP-Core-Icons' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

i.space-right, .views-field-topic-icon span.space-right:before,
.forum-list-icon span span.space-right:before, .forum-topic-legend div.space-right:before,
.forum-list-icon-legend span span.space-right:before, tr.even td.forum-list-icon-default .forum-list-icon-wrapper span.space-right:before, tr.odd td.forum-list-icon-default .forum-list-icon-wrapper span.space-right:before, .forum-list-icon-legend .space-right.forum-list-icon-default:before, tr.even td.forum-list-icon-new-posts .forum-list-icon-wrapper span.space-right:before, tr.odd td.forum-list-icon-new-posts .forum-list-icon-wrapper span.space-right:before, .forum-list-icon-legend .space-right.forum-list-icon-new-posts:before {
  padding-right: .5em; }

.icon-comment-locked:before {
  content: "\e904"; }

.icon-comment-new:before {
  content: "\e905"; }

.icon-comment-pin:before {
  content: "\e906"; }

.icon-comments-new:before {
  content: "\e907"; }

.icon-folder-starred:before {
  content: "\e908"; }

.icon-folder:before {
  content: "\e909"; }

.icon-thumbs_down:before {
  content: "\e901"; }

.icon-thumbs_side:before {
  content: "\e902"; }

.icon-thumbs_up:before {
  content: "\e903"; }

.icon-Badge_Annals:before, .icon-annals:before {
  content: "\e800";
  color: #008185; }

.icon-Badge_Hospitalist:before, .icon-hospitalist:before {
  content: "\e801";
  color: #575A5D; }

.icon-Badge_Internist:before, .icon-internist:before {
  content: "\e802";
  color: #BF650F; }

.icon-doc:before {
  content: "\e600"; }

.icon-pdf:before {
  content: "\e601"; }

.icon-ppt:before {
  content: "\e602"; }

.icon-xls:before {
  content: "\e603"; }

.icon-google-plus:before {
  content: "\e617"; }

.icon-feed2:before {
  content: "\e618"; }

.icon-youtube:before {
  content: "\e619"; }

.icon-linkedin2:before {
  content: "\e61a"; }

.icon-carret_down_thin:before {
  content: "\e61b"; }

.icon-circle_full_arrow_right:before {
  content: "\e61c"; }

.icon-circle_open_arrow_right:before {
  content: "\e61d"; }

.icon-circle_open_carret_thin_left:before {
  content: "\e61e"; }

.icon-circle_open_carret_thin_right:before {
  content: "\e61f"; }

.icon-community:before {
  content: "\e620"; }

.icon-download_2:before {
  content: "\e621"; }

.icon-vine:before {
  content: "\e622"; }

.icon-marker:before {
  content: "\e60d"; }

.icon-marker-empty:before {
  content: "\e610"; }

.icon-light-bulb:before {
  content: "\e611"; }

.icon-star-empty:before {
  content: "\e08a";
  color: #ffc82e; }

.icon-star-half:before {
  content: "\e08b";
  color: #ffc82e; }

.icon-star:before {
  content: "\e089";
  color: #ffc82e; }

.icon-heart:before {
  content: "\e08c"; }

.icon-heart-empty:before {
  content: "\e08d"; }

.icon-flag:before {
  content: "\e08e"; }

.icon-flag-empty:before {
  content: "\e08f"; }

.icon-user-group:before {
  content: "\e012"; }

.icon-user:before {
  content: "\e011"; }

.icon-user-alert:before {
  content: "\e900"; }

.icon-user-sign-out:before {
  content: "\e014"; }

.icon-user-edit:before {
  content: "\e013"; }

.icon-home:before {
  content: "\e000"; }

.icon-pencil:before {
  content: "\e002"; }

.icon-edit:before {
  content: "\e003"; }

.icon-book:before {
  content: "\e001"; }

.icon-trash:before {
  content: "\e004"; }

.icon-bar-graph:before {
  content: "\e009"; }

.icon-settings:before {
  content: "\e005"; }

.icon-hospital:before {
  content: "\e016"; }

.icon-hvc:before {
  content: "\e006"; }

.icon-calendar:before {
  content: "\e00a"; }

.icon-tables:before {
  content: "\e007"; }

.icon-figures:before {
  content: "\e008"; }

.icon-grid-large:before {
  content: "\e021"; }

.icon-grid:before {
  content: "\e022"; }

.icon-list-group:before {
  content: "\e023"; }

.icon-list-settings:before {
  content: "\e024"; }

.icon-list-item-alt:before {
  content: "\e025"; }

.icon-list-item:before {
  content: "\e026"; }

.icon-menu:before {
  content: "\e027"; }

.icon-comment:before {
  content: "\e039"; }

.icon-comments:before {
  content: "\e03a"; }

.icon-comments-alt:before {
  content: "\e03b"; }

.icon-bookmark-empty:before {
  content: "\e03c"; }

.icon-bookmark:before {
  content: "\e03d"; }

.icon-bullet:before {
  content: "\e040"; }

.icon-bullet-med:before, .auto-col-2 > li:before, .auto-col-3 > li:before, .auto-col-4 > li:before {
  content: "\e03f"; }

.icon-bullet-lrg:before {
  content: "\e03e"; }

.icon-search:before {
  content: "\e052"; }

.icon-zoom-in:before {
  content: "\e053"; }

.icon-zoom-out:before {
  content: "\e054"; }

.icon-download-alt:before {
  content: "\e056"; }

.icon-upload-alt:before {
  content: "\e055"; }

.icon-arrow-left-circle-alt:before {
  content: "\e090"; }

.icon-arrow-right-circle-alt:before {
  content: "\e091"; }

.icon-eye-open:before {
  content: "\e05b"; }

.icon-eye-closed:before {
  content: "\e05c"; }

.icon-backward:before {
  content: "\e066"; }

.icon-forward:before {
  content: "\e067"; }

.icon-play:before {
  content: "\e068"; }

.icon-pause:before {
  content: "\e069"; }

.icon-eject:before {
  content: "\e063"; }

.icon-fast-backward:before {
  content: "\e064"; }

.icon-fast-forward:before {
  content: "\e065"; }

.icon-volume-off:before {
  content: "\e061"; }

.icon-volume-down:before {
  content: "\e060"; }

.icon-volume-up:before {
  content: "\e062"; }

.icon-sort-down:before {
  content: "\e06a"; }

.icon-sort-up:before {
  content: "\e06b"; }

.icon-caret-small-left:before {
  content: "\e073"; }

.icon-caret-small-right:before {
  content: "\e074"; }

.icon-sort:before {
  content: "\e06c"; }

.icon-cancel:before {
  content: "\e028"; }

.icon-warning:before {
  content: "\e02b"; }

.icon-exclamation-circle:before {
  content: "\e02c"; }

.icon-info-circle:before {
  content: "\e02d"; }

.icon-shape-bubble-empty:before {
  content: "\e041"; }

.icon-shape-bubble:before {
  content: "\e042"; }

.icon-shape-circle-empty:before {
  content: "\e043"; }

.icon-shape-circle:before {
  content: "\e044"; }

.icon-shape-square-empty:before {
  content: "\e045"; }

.icon-shape-square:before {
  content: "\e046"; }

.icon-upload:before {
  content: "\e057"; }

.icon-download:before {
  content: "\e058"; }

.icon-video:before {
  content: "\e059"; }

.icon-image:before {
  content: "\e05a"; }

.icon-caret-down-circle:before {
  content: "\e06d"; }

.icon-caret-up-circle:before {
  content: "\e06e"; }

.icon-caret-left-circle:before {
  content: "\e06f"; }

.icon-caret-right-circle:before {
  content: "\e070"; }

.icon-caret-small-down:before {
  content: "\e071"; }

.icon-caret-small-up:before {
  content: "\e072"; }

.icon-caret-down:before {
  content: "\e075"; }

.icon-caret-up:before {
  content: "\e076"; }

.icon-caret-left:before {
  content: "\e077"; }

.icon-caret-right:before {
  content: "\e078"; }

.icon-angle-down:before {
  content: "\e085"; }

.icon-angle-up:before {
  content: "\e086"; }

.icon-angle-left:before {
  content: "\e087"; }

.icon-angle-right:before {
  content: "\e088"; }

.icon-chevron-down:before {
  content: "\e081"; }

.icon-chevron-up:before {
  content: "\e082"; }

.icon-chevron-left:before {
  content: "\e083"; }

.icon-chevron-right:before {
  content: "\e084"; }

.icon-chevron-down-thin:before {
  content: "\e612"; }

.icon-chevron-up-thin:before {
  content: "\e613"; }

.icon-chevron-left-thin:before {
  content: "\e614"; }

.icon-chevron-right-thin:before {
  content: "\e615"; }

.icon-chevron-down-circle:before {
  content: "\e079"; }

.icon-chevron-up-circle:before {
  content: "\e07a"; }

.icon-chevron-left-circle:before {
  content: "\e07b"; }

.icon-chevron-right-circle:before {
  content: "\e07c"; }

.icon-question-circle:before {
  content: "\e02e"; }

.icon-check-circle:before {
  content: "\e02f"; }

.icon-remove-circle:before {
  content: "\e030"; }

.icon-plus-circle:before {
  content: "\e031"; }

.icon-minus-circle:before {
  content: "\e032"; }

.icon-check:before, input[type="checkbox"]:checked + label:before {
  content: "\e033"; }

.icon-remove:before {
  content: "\e034"; }

.icon-plus:before {
  content: "\e035"; }

.icon-minus:before {
  content: "\e036"; }

.icon-link:before {
  content: "\e00c"; }

.icon-link-ext:before {
  content: "\e00b"; }

.icon-new-window:before {
  content: "\e047"; }

.icon-new-window-square:before {
  content: "\e048"; }

.icon-share:before {
  content: "\e049"; }

.icon-refresh:before {
  content: "\e04a"; }

.icon-time:before {
  content: "\e038"; }

.icon-time-reset:before {
  content: "\e037"; }

.icon-save:before {
  content: "\e04b"; }

.icon-print:before {
  content: "\e04c"; }

.icon-envelope:before {
  content: "\e04d"; }

.icon-paper-clip:before {
  content: "\e04f"; }

.icon-tag:before {
  content: "\e050"; }

.icon-tags:before {
  content: "\e051"; }

.icon-sitemap:before {
  content: "\e04e"; }

.icon-resize-small:before {
  content: "\e05d"; }

.icon-resize-full:before {
  content: "\e05e"; }

.icon-quote-left:before {
  content: "\e01f"; }

.icon-quote_right:before {
  content: "\e020"; }

.icon-type-bold:before {
  content: "\e01e"; }

.icon-type-regular:before {
  content: "\e01d"; }

.icon-type-light:before {
  content: "\e01c"; }

.icon-type-scale:before {
  content: "\e01b"; }

.icon-certificate:before {
  content: "\e01a"; }

.icon-asterisk:before {
  content: "\e019"; }

.icon-bolt:before {
  content: "\e018"; }

.icon-wrench:before {
  content: "\e017"; }

.icon-stethoscope:before {
  content: "\e015"; }

.icon-airplane:before {
  content: "\e029"; }

.icon-bell:before {
  content: "\e02a"; }

.icon-arrow-down:before {
  content: "\e07d"; }

.icon-arrow_up:before {
  content: "\e07e"; }

.icon-arrow-left:before {
  content: "\e07f"; }

.icon-arrow-right:before {
  content: "\e080"; }

.icon-arrow-slim-down:before {
  content: "\e604"; }

.icon-arrow-slim-up:before {
  content: "\e605"; }

.icon-arrow-slim-left:before {
  content: "\e606"; }

.icon-arrow-slim-right:before {
  content: "\e607"; }

.icon-arrow-slim-down-circle:before {
  content: "\e608"; }

.icon-arrow-slim-up-circle:before {
  content: "\e609"; }

.icon-arrow-slim-left-circle:before {
  content: "\e60a"; }

.icon-arrow-slim-right-circle:before {
  content: "\e60b"; }

.icon-lock:before {
  content: "\e60c"; }

.icon-lock-open:before {
  content: "\e60e"; }

.icon-close-thin:before, button.ui-dialog-titlebar-close:before {
  content: "\e60f"; }

.icon-close-xtra-thin:before {
  content: "\e616"; }

.icon-presentation:before {
  content: "\e05f"; }

.icon-device-desktop:before {
  content: "\e623"; }

.icon-device-laptop:before {
  content: "\e624"; }

.icon-device-tablet:before {
  content: "\e625"; }

.icon-device-phone:before {
  content: "\e626"; }

.icon-facebook:before {
  content: "\e00d"; }

.icon-facebook-square:before {
  content: "\e00e"; }

.icon-twitter:before {
  content: "\e00f"; }

.icon-twitter-square:before {
  content: "\e010"; }

.icon-shopping_cart:before, .storeicon:before {
  content: "\e627"; }

.icon-timelapse:before {
  content: "\e422"; }

.icon-instagram:before {
  content: "\e90a"; }

.icon-thumbs_down_iso:before {
  content: "\e90b"; }

.icon-thumbs_up_iso:before {
  content: "\e90c"; }

.icon-thumbs_side_iso:before {
  content: "\e90d"; }

a[target="_blank"]:after,
a[href$=".pdf"]:after,
a[href$=".ppt"]:after,
a[href$=".pptx"]:after,
a[href$=".pptm"]:after,
a[href$=".potx"]:after,
a[href$=".doc"]:after,
a[href$=".docx"]:after,
a[href$=".dotx"]:after,
a[href$=".dot"]:after,
a[href$=".xls"]:after,
a[href$=".xlsx"]:after {
  padding-left: .5em; }

a.button[href$=".pdf"]:after, #main .node-webform a[href$=".pdf"].button_blue:after, #main .node-webform a[href$=".pdf"].button_green:after, #main .node-webform a[href$=".pdf"].button_remove:after, .joyride-tip-guide .joyride-content-wrapper a[href$=".pdf"].joyride-next-tip:after, .page-forum ul.action-links li a[href$=".pdf"].subscription:after,
a.button[href$=".ppt"]:after,
#main .node-webform a[href$=".ppt"].button_blue:after,
#main .node-webform a[href$=".ppt"].button_green:after,
#main .node-webform a[href$=".ppt"].button_remove:after,
.joyride-tip-guide .joyride-content-wrapper a[href$=".ppt"].joyride-next-tip:after,
.page-forum ul.action-links li a[href$=".ppt"].subscription:after,
a.button[href$=".pptx"]:after,
#main .node-webform a[href$=".pptx"].button_blue:after,
#main .node-webform a[href$=".pptx"].button_green:after,
#main .node-webform a[href$=".pptx"].button_remove:after,
.joyride-tip-guide .joyride-content-wrapper a[href$=".pptx"].joyride-next-tip:after,
.page-forum ul.action-links li a[href$=".pptx"].subscription:after,
a.button[href$=".pptm"]:after,
#main .node-webform a[href$=".pptm"].button_blue:after,
#main .node-webform a[href$=".pptm"].button_green:after,
#main .node-webform a[href$=".pptm"].button_remove:after,
.joyride-tip-guide .joyride-content-wrapper a[href$=".pptm"].joyride-next-tip:after,
.page-forum ul.action-links li a[href$=".pptm"].subscription:after,
a.button[href$=".potx"]:after,
#main .node-webform a[href$=".potx"].button_blue:after,
#main .node-webform a[href$=".potx"].button_green:after,
#main .node-webform a[href$=".potx"].button_remove:after,
.joyride-tip-guide .joyride-content-wrapper a[href$=".potx"].joyride-next-tip:after,
.page-forum ul.action-links li a[href$=".potx"].subscription:after,
a.button[href$=".doc"]:after,
#main .node-webform a[href$=".doc"].button_blue:after,
#main .node-webform a[href$=".doc"].button_green:after,
#main .node-webform a[href$=".doc"].button_remove:after,
.joyride-tip-guide .joyride-content-wrapper a[href$=".doc"].joyride-next-tip:after,
.page-forum ul.action-links li a[href$=".doc"].subscription:after,
a.button[href$=".docx"]:after,
#main .node-webform a[href$=".docx"].button_blue:after,
#main .node-webform a[href$=".docx"].button_green:after,
#main .node-webform a[href$=".docx"].button_remove:after,
.joyride-tip-guide .joyride-content-wrapper a[href$=".docx"].joyride-next-tip:after,
.page-forum ul.action-links li a[href$=".docx"].subscription:after,
a.button[href$=".dotx"]:after,
#main .node-webform a[href$=".dotx"].button_blue:after,
#main .node-webform a[href$=".dotx"].button_green:after,
#main .node-webform a[href$=".dotx"].button_remove:after,
.joyride-tip-guide .joyride-content-wrapper a[href$=".dotx"].joyride-next-tip:after,
.page-forum ul.action-links li a[href$=".dotx"].subscription:after,
a.button[href$=".dot"]:after,
#main .node-webform a[href$=".dot"].button_blue:after,
#main .node-webform a[href$=".dot"].button_green:after,
#main .node-webform a[href$=".dot"].button_remove:after,
.joyride-tip-guide .joyride-content-wrapper a[href$=".dot"].joyride-next-tip:after,
.page-forum ul.action-links li a[href$=".dot"].subscription:after,
a.button[href$=".xls"]:after,
#main .node-webform a[href$=".xls"].button_blue:after,
#main .node-webform a[href$=".xls"].button_green:after,
#main .node-webform a[href$=".xls"].button_remove:after,
.joyride-tip-guide .joyride-content-wrapper a[href$=".xls"].joyride-next-tip:after,
.page-forum ul.action-links li a[href$=".xls"].subscription:after,
a.button[href$=".xlsx"]:after,
#main .node-webform a[href$=".xlsx"].button_blue:after,
#main .node-webform a[href$=".xlsx"].button_green:after,
#main .node-webform a[href$=".xlsx"].button_remove:after,
.joyride-tip-guide .joyride-content-wrapper a[href$=".xlsx"].joyride-next-tip:after,
.page-forum ul.action-links li a[href$=".xlsx"].subscription:after {
  color: white; }

a[target="_blank"]:after {
  content: "\e00b"; }

.clearicon[target=_blank]:after,
.noicon[target=_blank]:after,
.split-right:after,
label.fancy select:after,
.split-left:after {
  content: none !important; }

a[href$=".doc"]:after,
a[href$=".docx"]:after,
a[href$=".dotx"]:after,
a[href$=".dot"]:after {
  content: "\e600"; }

a[href$=".pdf"]:after {
  content: "\e601";
  color: #d21146; }
  a[href$=".pdf"]:after:hover {
    color: #f15882; }

a[href$=".ppt"]:after,
a[href$=".pptx"]:after,
a[href$=".pptm"]:after,
a[href$=".potx"]:after {
  content: "\e602";
  color: #e66b00; }
  a[href$=".ppt"]:after:hover,
  a[href$=".pptx"]:after:hover,
  a[href$=".pptm"]:after:hover,
  a[href$=".potx"]:after:hover {
    color: #ffa04d; }

a[href$=".xls"]:after,
a[href$=".xlsx"]:after {
  content: "\e603";
  color: #2eb135; }
  a[href$=".xls"]:after:hover,
  a[href$=".xlsx"]:after:hover {
    color: #6cd972; }

.no-icon:after, footer .footer_social a:after {
  display: none; }

.disk {
  border: 10px solid;
  border-radius: 50px;
  height: 24px;
  width: 24px;
  float: left;
  margin-right: .5em;
  margin-top: .2em; }

.comm-margin {
  margin-left: -2em !important; }

.opener .icon-link-ext:before {
  font-size: 80%; }

.button, .content form input[type="submit"], label.fancy select, #main .node-webform .button_blue, #main .node-webform .form-actions input.button-primary, #main .node-webform .button_green, #main .node-webform .button_remove, #main .node-webform .form-actions input,
#main .node-webform button.button_blue, #main .node-webform button.button_green,
#main .node-webform input.button_blue, #main .node-webform input.button_green, #main .node-webform input.button_remove, .joyride-tip-guide .joyride-content-wrapper a.joyride-next-tip, .page-forum ul.action-links li a.subscription, button, .btn, .button_blue, #main .node-webform .form-actions input.button-primary, .button_green {
  background-color: #0063be;
  color: #fff;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  border-radius: 50px;
  padding: 0.5em 1.5em;
  display: inline-block;
  text-overflow: ellipsis;
  box-sizing: border-box;
  border: 0; }
  .button.split-right, .content form input.split-right[type="submit"], label.fancy select, #main .node-webform .split-right.button_blue, #main .node-webform label.fancy select.button_blue, label.fancy #main .node-webform select.button_blue, #main .node-webform .split-right.button_green, #main .node-webform label.fancy select.button_green, label.fancy #main .node-webform select.button_green, #main .node-webform .split-right.button_remove, #main .node-webform label.fancy select.button_remove, label.fancy #main .node-webform select.button_remove, #main .node-webform .form-actions input.split-right, .joyride-tip-guide .joyride-content-wrapper a.split-right.joyride-next-tip, .page-forum ul.action-links li a.split-right.subscription, button.split-right, .btn.split-right, label.fancy select.btn, .button_blue.split-right, label.fancy select.button_blue, #main .node-webform .form-actions input.split-right.button-primary, .button_green.split-right, label.fancy select.button_green {
    padding-right: 3em; }
    .button.split-right i, .content form input.split-right[type="submit"] i, label.fancy select i, #main .node-webform .split-right.button_blue i, #main .node-webform label.fancy select.button_blue i, label.fancy #main .node-webform select.button_blue i, #main .node-webform .form-actions input.split-right.button-primary i, #main .node-webform .split-right.button_green i, #main .node-webform label.fancy select.button_green i, label.fancy #main .node-webform select.button_green i, #main .node-webform .split-right.button_remove i, #main .node-webform label.fancy select.button_remove i, label.fancy #main .node-webform select.button_remove i, #main .node-webform .form-actions input.split-right i,
    #main .node-webform button.split-right.button_blue i, #main .node-webform button.split-right.button_green i,
    #main .node-webform input.split-right.button_blue i, #main .node-webform input.split-right.button_green i, #main .node-webform input.split-right.button_remove i, .joyride-tip-guide .joyride-content-wrapper a.split-right.joyride-next-tip i, .page-forum ul.action-links li a.split-right.subscription i, .button.split-right .views-field-topic-icon span:before, .views-field-topic-icon .button.split-right span:before, .content form input.split-right[type="submit"] .views-field-topic-icon span:before, .views-field-topic-icon .content form input.split-right[type="submit"] span:before, label.fancy select .views-field-topic-icon span:before, .views-field-topic-icon label.fancy select span:before, #main .node-webform .split-right.button_blue .views-field-topic-icon span:before, .views-field-topic-icon #main .node-webform .split-right.button_blue span:before, #main .node-webform label.fancy select.button_blue .views-field-topic-icon span:before, .views-field-topic-icon #main .node-webform label.fancy select.button_blue span:before, label.fancy #main .node-webform select.button_blue .views-field-topic-icon span:before, .views-field-topic-icon label.fancy #main .node-webform select.button_blue span:before, #main .node-webform .form-actions input.split-right.button-primary .views-field-topic-icon span:before, .views-field-topic-icon #main .node-webform .form-actions input.split-right.button-primary span:before, #main .node-webform .split-right.button_green .views-field-topic-icon span:before, .views-field-topic-icon #main .node-webform .split-right.button_green span:before, #main .node-webform label.fancy select.button_green .views-field-topic-icon span:before, .views-field-topic-icon #main .node-webform label.fancy select.button_green span:before, label.fancy #main .node-webform select.button_green .views-field-topic-icon span:before, .views-field-topic-icon label.fancy #main .node-webform select.button_green span:before, #main .node-webform .split-right.button_remove .views-field-topic-icon span:before, .views-field-topic-icon #main .node-webform .split-right.button_remove span:before, #main .node-webform label.fancy select.button_remove .views-field-topic-icon span:before, .views-field-topic-icon #main .node-webform label.fancy select.button_remove span:before, label.fancy #main .node-webform select.button_remove .views-field-topic-icon span:before, .views-field-topic-icon label.fancy #main .node-webform select.button_remove span:before, #main .node-webform .form-actions input.split-right .views-field-topic-icon span:before, .views-field-topic-icon #main .node-webform .form-actions input.split-right span:before,
    #main .node-webform button.split-right.button_blue .views-field-topic-icon span:before,
    .views-field-topic-icon #main .node-webform button.split-right.button_blue span:before, #main .node-webform button.split-right.button_green .views-field-topic-icon span:before, .views-field-topic-icon #main .node-webform button.split-right.button_green span:before,
    #main .node-webform input.split-right.button_blue .views-field-topic-icon span:before,
    .views-field-topic-icon #main .node-webform input.split-right.button_blue span:before, #main .node-webform input.split-right.button_green .views-field-topic-icon span:before, .views-field-topic-icon #main .node-webform input.split-right.button_green span:before, #main .node-webform input.split-right.button_remove .views-field-topic-icon span:before, .views-field-topic-icon #main .node-webform input.split-right.button_remove span:before, .joyride-tip-guide .joyride-content-wrapper a.split-right.joyride-next-tip .views-field-topic-icon span:before, .views-field-topic-icon .joyride-tip-guide .joyride-content-wrapper a.split-right.joyride-next-tip span:before, .page-forum ul.action-links li a.split-right.subscription .views-field-topic-icon span:before, .views-field-topic-icon .page-forum ul.action-links li a.split-right.subscription span:before,
    .button.split-right .forum-list-icon span span:before,
    .forum-list-icon span .button.split-right span:before,
    .content form input.split-right[type="submit"] .forum-list-icon span span:before,
    .forum-list-icon span .content form input.split-right[type="submit"] span:before,
    label.fancy select .forum-list-icon span span:before,
    .forum-list-icon span label.fancy select span:before,
    #main .node-webform .split-right.button_blue .forum-list-icon span span:before,
    .forum-list-icon span #main .node-webform .split-right.button_blue span:before,
    #main .node-webform label.fancy select.button_blue .forum-list-icon span span:before,
    .forum-list-icon span #main .node-webform label.fancy select.button_blue span:before,
    label.fancy #main .node-webform select.button_blue .forum-list-icon span span:before,
    .forum-list-icon span label.fancy #main .node-webform select.button_blue span:before,
    #main .node-webform .form-actions input.split-right.button-primary .forum-list-icon span span:before,
    .forum-list-icon span #main .node-webform .form-actions input.split-right.button-primary span:before,
    #main .node-webform .split-right.button_green .forum-list-icon span span:before,
    .forum-list-icon span #main .node-webform .split-right.button_green span:before,
    #main .node-webform label.fancy select.button_green .forum-list-icon span span:before,
    .forum-list-icon span #main .node-webform label.fancy select.button_green span:before,
    label.fancy #main .node-webform select.button_green .forum-list-icon span span:before,
    .forum-list-icon span label.fancy #main .node-webform select.button_green span:before,
    #main .node-webform .split-right.button_remove .forum-list-icon span span:before,
    .forum-list-icon span #main .node-webform .split-right.button_remove span:before,
    #main .node-webform label.fancy select.button_remove .forum-list-icon span span:before,
    .forum-list-icon span #main .node-webform label.fancy select.button_remove span:before,
    label.fancy #main .node-webform select.button_remove .forum-list-icon span span:before,
    .forum-list-icon span label.fancy #main .node-webform select.button_remove span:before,
    #main .node-webform .form-actions input.split-right .forum-list-icon span span:before,
    .forum-list-icon span #main .node-webform .form-actions input.split-right span:before,
    #main .node-webform button.split-right.button_blue .forum-list-icon span span:before,
    .forum-list-icon span #main .node-webform button.split-right.button_blue span:before,
    #main .node-webform button.split-right.button_green .forum-list-icon span span:before,
    .forum-list-icon span #main .node-webform button.split-right.button_green span:before,
    #main .node-webform input.split-right.button_blue .forum-list-icon span span:before,
    .forum-list-icon span #main .node-webform input.split-right.button_blue span:before,
    #main .node-webform input.split-right.button_green .forum-list-icon span span:before,
    .forum-list-icon span #main .node-webform input.split-right.button_green span:before,
    #main .node-webform input.split-right.button_remove .forum-list-icon span span:before,
    .forum-list-icon span #main .node-webform input.split-right.button_remove span:before,
    .joyride-tip-guide .joyride-content-wrapper a.split-right.joyride-next-tip .forum-list-icon span span:before,
    .forum-list-icon span .joyride-tip-guide .joyride-content-wrapper a.split-right.joyride-next-tip span:before,
    .page-forum ul.action-links li a.split-right.subscription .forum-list-icon span span:before,
    .forum-list-icon span .page-forum ul.action-links li a.split-right.subscription span:before, .button.split-right .forum-topic-legend div:before, .forum-topic-legend .button.split-right div:before, .content form input.split-right[type="submit"] .forum-topic-legend div:before, .forum-topic-legend .content form input.split-right[type="submit"] div:before, label.fancy select .forum-topic-legend div:before, .forum-topic-legend label.fancy select div:before, #main .node-webform .split-right.button_blue .forum-topic-legend div:before, .forum-topic-legend #main .node-webform .split-right.button_blue div:before, #main .node-webform label.fancy select.button_blue .forum-topic-legend div:before, .forum-topic-legend #main .node-webform label.fancy select.button_blue div:before, label.fancy #main .node-webform select.button_blue .forum-topic-legend div:before, .forum-topic-legend label.fancy #main .node-webform select.button_blue div:before, #main .node-webform .form-actions input.split-right.button-primary .forum-topic-legend div:before, .forum-topic-legend #main .node-webform .form-actions input.split-right.button-primary div:before, #main .node-webform .split-right.button_green .forum-topic-legend div:before, .forum-topic-legend #main .node-webform .split-right.button_green div:before, #main .node-webform label.fancy select.button_green .forum-topic-legend div:before, .forum-topic-legend #main .node-webform label.fancy select.button_green div:before, label.fancy #main .node-webform select.button_green .forum-topic-legend div:before, .forum-topic-legend label.fancy #main .node-webform select.button_green div:before, #main .node-webform .split-right.button_remove .forum-topic-legend div:before, .forum-topic-legend #main .node-webform .split-right.button_remove div:before, #main .node-webform label.fancy select.button_remove .forum-topic-legend div:before, .forum-topic-legend #main .node-webform label.fancy select.button_remove div:before, label.fancy #main .node-webform select.button_remove .forum-topic-legend div:before, .forum-topic-legend label.fancy #main .node-webform select.button_remove div:before, #main .node-webform .form-actions input.split-right .forum-topic-legend div:before, .forum-topic-legend #main .node-webform .form-actions input.split-right div:before,
    #main .node-webform button.split-right.button_blue .forum-topic-legend div:before,
    .forum-topic-legend #main .node-webform button.split-right.button_blue div:before, #main .node-webform button.split-right.button_green .forum-topic-legend div:before, .forum-topic-legend #main .node-webform button.split-right.button_green div:before,
    #main .node-webform input.split-right.button_blue .forum-topic-legend div:before,
    .forum-topic-legend #main .node-webform input.split-right.button_blue div:before, #main .node-webform input.split-right.button_green .forum-topic-legend div:before, .forum-topic-legend #main .node-webform input.split-right.button_green div:before, #main .node-webform input.split-right.button_remove .forum-topic-legend div:before, .forum-topic-legend #main .node-webform input.split-right.button_remove div:before, .joyride-tip-guide .joyride-content-wrapper a.split-right.joyride-next-tip .forum-topic-legend div:before, .forum-topic-legend .joyride-tip-guide .joyride-content-wrapper a.split-right.joyride-next-tip div:before, .page-forum ul.action-links li a.split-right.subscription .forum-topic-legend div:before, .forum-topic-legend .page-forum ul.action-links li a.split-right.subscription div:before,
    .button.split-right .forum-list-icon-legend span span:before,
    .forum-list-icon-legend span .button.split-right span:before,
    .content form input.split-right[type="submit"] .forum-list-icon-legend span span:before,
    .forum-list-icon-legend span .content form input.split-right[type="submit"] span:before,
    label.fancy select .forum-list-icon-legend span span:before,
    .forum-list-icon-legend span label.fancy select span:before,
    #main .node-webform .split-right.button_blue .forum-list-icon-legend span span:before,
    .forum-list-icon-legend span #main .node-webform .split-right.button_blue span:before,
    #main .node-webform label.fancy select.button_blue .forum-list-icon-legend span span:before,
    .forum-list-icon-legend span #main .node-webform label.fancy select.button_blue span:before,
    label.fancy #main .node-webform select.button_blue .forum-list-icon-legend span span:before,
    .forum-list-icon-legend span label.fancy #main .node-webform select.button_blue span:before,
    #main .node-webform .form-actions input.split-right.button-primary .forum-list-icon-legend span span:before,
    .forum-list-icon-legend span #main .node-webform .form-actions input.split-right.button-primary span:before,
    #main .node-webform .split-right.button_green .forum-list-icon-legend span span:before,
    .forum-list-icon-legend span #main .node-webform .split-right.button_green span:before,
    #main .node-webform label.fancy select.button_green .forum-list-icon-legend span span:before,
    .forum-list-icon-legend span #main .node-webform label.fancy select.button_green span:before,
    label.fancy #main .node-webform select.button_green .forum-list-icon-legend span span:before,
    .forum-list-icon-legend span label.fancy #main .node-webform select.button_green span:before,
    #main .node-webform .split-right.button_remove .forum-list-icon-legend span span:before,
    .forum-list-icon-legend span #main .node-webform .split-right.button_remove span:before,
    #main .node-webform label.fancy select.button_remove .forum-list-icon-legend span span:before,
    .forum-list-icon-legend span #main .node-webform label.fancy select.button_remove span:before,
    label.fancy #main .node-webform select.button_remove .forum-list-icon-legend span span:before,
    .forum-list-icon-legend span label.fancy #main .node-webform select.button_remove span:before,
    #main .node-webform .form-actions input.split-right .forum-list-icon-legend span span:before,
    .forum-list-icon-legend span #main .node-webform .form-actions input.split-right span:before,
    #main .node-webform button.split-right.button_blue .forum-list-icon-legend span span:before,
    .forum-list-icon-legend span #main .node-webform button.split-right.button_blue span:before,
    #main .node-webform button.split-right.button_green .forum-list-icon-legend span span:before,
    .forum-list-icon-legend span #main .node-webform button.split-right.button_green span:before,
    #main .node-webform input.split-right.button_blue .forum-list-icon-legend span span:before,
    .forum-list-icon-legend span #main .node-webform input.split-right.button_blue span:before,
    #main .node-webform input.split-right.button_green .forum-list-icon-legend span span:before,
    .forum-list-icon-legend span #main .node-webform input.split-right.button_green span:before,
    #main .node-webform input.split-right.button_remove .forum-list-icon-legend span span:before,
    .forum-list-icon-legend span #main .node-webform input.split-right.button_remove span:before,
    .joyride-tip-guide .joyride-content-wrapper a.split-right.joyride-next-tip .forum-list-icon-legend span span:before,
    .forum-list-icon-legend span .joyride-tip-guide .joyride-content-wrapper a.split-right.joyride-next-tip span:before,
    .page-forum ul.action-links li a.split-right.subscription .forum-list-icon-legend span span:before,
    .forum-list-icon-legend span .page-forum ul.action-links li a.split-right.subscription span:before, .button.split-right tr.even td.forum-list-icon-default .forum-list-icon-wrapper span:before, tr.even td.forum-list-icon-default .forum-list-icon-wrapper .button.split-right span:before, .content form input.split-right[type="submit"] tr.even td.forum-list-icon-default .forum-list-icon-wrapper span:before, tr.even td.forum-list-icon-default .forum-list-icon-wrapper .content form input.split-right[type="submit"] span:before, label.fancy select tr.even td.forum-list-icon-default .forum-list-icon-wrapper span:before, tr.even td.forum-list-icon-default .forum-list-icon-wrapper label.fancy select span:before, #main .node-webform .split-right.button_blue tr.even td.forum-list-icon-default .forum-list-icon-wrapper span:before, tr.even td.forum-list-icon-default .forum-list-icon-wrapper #main .node-webform .split-right.button_blue span:before, #main .node-webform label.fancy select.button_blue tr.even td.forum-list-icon-default .forum-list-icon-wrapper span:before, tr.even td.forum-list-icon-default .forum-list-icon-wrapper #main .node-webform label.fancy select.button_blue span:before, label.fancy #main .node-webform select.button_blue tr.even td.forum-list-icon-default .forum-list-icon-wrapper span:before, tr.even td.forum-list-icon-default .forum-list-icon-wrapper label.fancy #main .node-webform select.button_blue span:before, #main .node-webform .form-actions input.split-right.button-primary tr.even td.forum-list-icon-default .forum-list-icon-wrapper span:before, tr.even td.forum-list-icon-default .forum-list-icon-wrapper #main .node-webform .form-actions input.split-right.button-primary span:before, #main .node-webform .split-right.button_green tr.even td.forum-list-icon-default .forum-list-icon-wrapper span:before, tr.even td.forum-list-icon-default .forum-list-icon-wrapper #main .node-webform .split-right.button_green span:before, #main .node-webform label.fancy select.button_green tr.even td.forum-list-icon-default .forum-list-icon-wrapper span:before, tr.even td.forum-list-icon-default .forum-list-icon-wrapper #main .node-webform label.fancy select.button_green span:before, label.fancy #main .node-webform select.button_green tr.even td.forum-list-icon-default .forum-list-icon-wrapper span:before, tr.even td.forum-list-icon-default .forum-list-icon-wrapper label.fancy #main .node-webform select.button_green span:before, #main .node-webform .split-right.button_remove tr.even td.forum-list-icon-default .forum-list-icon-wrapper span:before, tr.even td.forum-list-icon-default .forum-list-icon-wrapper #main .node-webform .split-right.button_remove span:before, #main .node-webform label.fancy select.button_remove tr.even td.forum-list-icon-default .forum-list-icon-wrapper span:before, tr.even td.forum-list-icon-default .forum-list-icon-wrapper #main .node-webform label.fancy select.button_remove span:before, label.fancy #main .node-webform select.button_remove tr.even td.forum-list-icon-default .forum-list-icon-wrapper span:before, tr.even td.forum-list-icon-default .forum-list-icon-wrapper label.fancy #main .node-webform select.button_remove span:before, #main .node-webform .form-actions input.split-right tr.even td.forum-list-icon-default .forum-list-icon-wrapper span:before, tr.even td.forum-list-icon-default .forum-list-icon-wrapper #main .node-webform .form-actions input.split-right span:before,
    #main .node-webform button.split-right.button_blue tr.even td.forum-list-icon-default .forum-list-icon-wrapper span:before,
    tr.even td.forum-list-icon-default .forum-list-icon-wrapper #main .node-webform button.split-right.button_blue span:before, #main .node-webform button.split-right.button_green tr.even td.forum-list-icon-default .forum-list-icon-wrapper span:before, tr.even td.forum-list-icon-default .forum-list-icon-wrapper #main .node-webform button.split-right.button_green span:before,
    #main .node-webform input.split-right.button_blue tr.even td.forum-list-icon-default .forum-list-icon-wrapper span:before,
    tr.even td.forum-list-icon-default .forum-list-icon-wrapper #main .node-webform input.split-right.button_blue span:before, #main .node-webform input.split-right.button_green tr.even td.forum-list-icon-default .forum-list-icon-wrapper span:before, tr.even td.forum-list-icon-default .forum-list-icon-wrapper #main .node-webform input.split-right.button_green span:before, #main .node-webform input.split-right.button_remove tr.even td.forum-list-icon-default .forum-list-icon-wrapper span:before, tr.even td.forum-list-icon-default .forum-list-icon-wrapper #main .node-webform input.split-right.button_remove span:before, .joyride-tip-guide .joyride-content-wrapper a.split-right.joyride-next-tip tr.even td.forum-list-icon-default .forum-list-icon-wrapper span:before, tr.even td.forum-list-icon-default .forum-list-icon-wrapper .joyride-tip-guide .joyride-content-wrapper a.split-right.joyride-next-tip span:before, .page-forum ul.action-links li a.split-right.subscription tr.even td.forum-list-icon-default .forum-list-icon-wrapper span:before, tr.even td.forum-list-icon-default .forum-list-icon-wrapper .page-forum ul.action-links li a.split-right.subscription span:before, .button.split-right tr.odd td.forum-list-icon-default .forum-list-icon-wrapper span:before, tr.odd td.forum-list-icon-default .forum-list-icon-wrapper .button.split-right span:before, .content form input.split-right[type="submit"] tr.odd td.forum-list-icon-default .forum-list-icon-wrapper span:before, tr.odd td.forum-list-icon-default .forum-list-icon-wrapper .content form input.split-right[type="submit"] span:before, label.fancy select tr.odd td.forum-list-icon-default .forum-list-icon-wrapper span:before, tr.odd td.forum-list-icon-default .forum-list-icon-wrapper label.fancy select span:before, #main .node-webform .split-right.button_blue tr.odd td.forum-list-icon-default .forum-list-icon-wrapper span:before, tr.odd td.forum-list-icon-default .forum-list-icon-wrapper #main .node-webform .split-right.button_blue span:before, #main .node-webform label.fancy select.button_blue tr.odd td.forum-list-icon-default .forum-list-icon-wrapper span:before, tr.odd td.forum-list-icon-default .forum-list-icon-wrapper #main .node-webform label.fancy select.button_blue span:before, label.fancy #main .node-webform select.button_blue tr.odd td.forum-list-icon-default .forum-list-icon-wrapper span:before, tr.odd td.forum-list-icon-default .forum-list-icon-wrapper label.fancy #main .node-webform select.button_blue span:before, #main .node-webform .form-actions input.split-right.button-primary tr.odd td.forum-list-icon-default .forum-list-icon-wrapper span:before, tr.odd td.forum-list-icon-default .forum-list-icon-wrapper #main .node-webform .form-actions input.split-right.button-primary span:before, #main .node-webform .split-right.button_green tr.odd td.forum-list-icon-default .forum-list-icon-wrapper span:before, tr.odd td.forum-list-icon-default .forum-list-icon-wrapper #main .node-webform .split-right.button_green span:before, #main .node-webform label.fancy select.button_green tr.odd td.forum-list-icon-default .forum-list-icon-wrapper span:before, tr.odd td.forum-list-icon-default .forum-list-icon-wrapper #main .node-webform label.fancy select.button_green span:before, label.fancy #main .node-webform select.button_green tr.odd td.forum-list-icon-default .forum-list-icon-wrapper span:before, tr.odd td.forum-list-icon-default .forum-list-icon-wrapper label.fancy #main .node-webform select.button_green span:before, #main .node-webform .split-right.button_remove tr.odd td.forum-list-icon-default .forum-list-icon-wrapper span:before, tr.odd td.forum-list-icon-default .forum-list-icon-wrapper #main .node-webform .split-right.button_remove span:before, #main .node-webform label.fancy select.button_remove tr.odd td.forum-list-icon-default .forum-list-icon-wrapper span:before, tr.odd td.forum-list-icon-default .forum-list-icon-wrapper #main .node-webform label.fancy select.button_remove span:before, label.fancy #main .node-webform select.button_remove tr.odd td.forum-list-icon-default .forum-list-icon-wrapper span:before, tr.odd td.forum-list-icon-default .forum-list-icon-wrapper label.fancy #main .node-webform select.button_remove span:before, #main .node-webform .form-actions input.split-right tr.odd td.forum-list-icon-default .forum-list-icon-wrapper span:before, tr.odd td.forum-list-icon-default .forum-list-icon-wrapper #main .node-webform .form-actions input.split-right span:before,
    #main .node-webform button.split-right.button_blue tr.odd td.forum-list-icon-default .forum-list-icon-wrapper span:before,
    tr.odd td.forum-list-icon-default .forum-list-icon-wrapper #main .node-webform button.split-right.button_blue span:before, #main .node-webform button.split-right.button_green tr.odd td.forum-list-icon-default .forum-list-icon-wrapper span:before, tr.odd td.forum-list-icon-default .forum-list-icon-wrapper #main .node-webform button.split-right.button_green span:before,
    #main .node-webform input.split-right.button_blue tr.odd td.forum-list-icon-default .forum-list-icon-wrapper span:before,
    tr.odd td.forum-list-icon-default .forum-list-icon-wrapper #main .node-webform input.split-right.button_blue span:before, #main .node-webform input.split-right.button_green tr.odd td.forum-list-icon-default .forum-list-icon-wrapper span:before, tr.odd td.forum-list-icon-default .forum-list-icon-wrapper #main .node-webform input.split-right.button_green span:before, #main .node-webform input.split-right.button_remove tr.odd td.forum-list-icon-default .forum-list-icon-wrapper span:before, tr.odd td.forum-list-icon-default .forum-list-icon-wrapper #main .node-webform input.split-right.button_remove span:before, .joyride-tip-guide .joyride-content-wrapper a.split-right.joyride-next-tip tr.odd td.forum-list-icon-default .forum-list-icon-wrapper span:before, tr.odd td.forum-list-icon-default .forum-list-icon-wrapper .joyride-tip-guide .joyride-content-wrapper a.split-right.joyride-next-tip span:before, .page-forum ul.action-links li a.split-right.subscription tr.odd td.forum-list-icon-default .forum-list-icon-wrapper span:before, tr.odd td.forum-list-icon-default .forum-list-icon-wrapper .page-forum ul.action-links li a.split-right.subscription span:before, .button.split-right .forum-list-icon-legend .forum-list-icon-default:before, .forum-list-icon-legend .button.split-right .forum-list-icon-default:before, .content form input.split-right[type="submit"] .forum-list-icon-legend .forum-list-icon-default:before, .forum-list-icon-legend .content form input.split-right[type="submit"] .forum-list-icon-default:before, label.fancy select .forum-list-icon-legend .forum-list-icon-default:before, .forum-list-icon-legend label.fancy select .forum-list-icon-default:before, #main .node-webform .split-right.button_blue .forum-list-icon-legend .forum-list-icon-default:before, .forum-list-icon-legend #main .node-webform .split-right.button_blue .forum-list-icon-default:before, #main .node-webform label.fancy select.button_blue .forum-list-icon-legend .forum-list-icon-default:before, .forum-list-icon-legend #main .node-webform label.fancy select.button_blue .forum-list-icon-default:before, label.fancy #main .node-webform select.button_blue .forum-list-icon-legend .forum-list-icon-default:before, .forum-list-icon-legend label.fancy #main .node-webform select.button_blue .forum-list-icon-default:before, #main .node-webform .form-actions input.split-right.button-primary .forum-list-icon-legend .forum-list-icon-default:before, .forum-list-icon-legend #main .node-webform .form-actions input.split-right.button-primary .forum-list-icon-default:before, #main .node-webform .split-right.button_green .forum-list-icon-legend .forum-list-icon-default:before, .forum-list-icon-legend #main .node-webform .split-right.button_green .forum-list-icon-default:before, #main .node-webform label.fancy select.button_green .forum-list-icon-legend .forum-list-icon-default:before, .forum-list-icon-legend #main .node-webform label.fancy select.button_green .forum-list-icon-default:before, label.fancy #main .node-webform select.button_green .forum-list-icon-legend .forum-list-icon-default:before, .forum-list-icon-legend label.fancy #main .node-webform select.button_green .forum-list-icon-default:before, #main .node-webform .split-right.button_remove .forum-list-icon-legend .forum-list-icon-default:before, .forum-list-icon-legend #main .node-webform .split-right.button_remove .forum-list-icon-default:before, #main .node-webform label.fancy select.button_remove .forum-list-icon-legend .forum-list-icon-default:before, .forum-list-icon-legend #main .node-webform label.fancy select.button_remove .forum-list-icon-default:before, label.fancy #main .node-webform select.button_remove .forum-list-icon-legend .forum-list-icon-default:before, .forum-list-icon-legend label.fancy #main .node-webform select.button_remove .forum-list-icon-default:before, #main .node-webform .form-actions input.split-right .forum-list-icon-legend .forum-list-icon-default:before, .forum-list-icon-legend #main .node-webform .form-actions input.split-right .forum-list-icon-default:before,
    #main .node-webform button.split-right.button_blue .forum-list-icon-legend .forum-list-icon-default:before,
    .forum-list-icon-legend #main .node-webform button.split-right.button_blue .forum-list-icon-default:before, #main .node-webform button.split-right.button_green .forum-list-icon-legend .forum-list-icon-default:before, .forum-list-icon-legend #main .node-webform button.split-right.button_green .forum-list-icon-default:before,
    #main .node-webform input.split-right.button_blue .forum-list-icon-legend .forum-list-icon-default:before,
    .forum-list-icon-legend #main .node-webform input.split-right.button_blue .forum-list-icon-default:before, #main .node-webform input.split-right.button_green .forum-list-icon-legend .forum-list-icon-default:before, .forum-list-icon-legend #main .node-webform input.split-right.button_green .forum-list-icon-default:before, #main .node-webform input.split-right.button_remove .forum-list-icon-legend .forum-list-icon-default:before, .forum-list-icon-legend #main .node-webform input.split-right.button_remove .forum-list-icon-default:before, .joyride-tip-guide .joyride-content-wrapper a.split-right.joyride-next-tip .forum-list-icon-legend .forum-list-icon-default:before, .forum-list-icon-legend .joyride-tip-guide .joyride-content-wrapper a.split-right.joyride-next-tip .forum-list-icon-default:before, .page-forum ul.action-links li a.split-right.subscription .forum-list-icon-legend .forum-list-icon-default:before, .forum-list-icon-legend .page-forum ul.action-links li a.split-right.subscription .forum-list-icon-default:before, .button.split-right tr.even td.forum-list-icon-new-posts .forum-list-icon-wrapper span:before, tr.even td.forum-list-icon-new-posts .forum-list-icon-wrapper .button.split-right span:before, .content form input.split-right[type="submit"] tr.even td.forum-list-icon-new-posts .forum-list-icon-wrapper span:before, tr.even td.forum-list-icon-new-posts .forum-list-icon-wrapper .content form input.split-right[type="submit"] span:before, label.fancy select tr.even td.forum-list-icon-new-posts .forum-list-icon-wrapper span:before, tr.even td.forum-list-icon-new-posts .forum-list-icon-wrapper label.fancy select span:before, #main .node-webform .split-right.button_blue tr.even td.forum-list-icon-new-posts .forum-list-icon-wrapper span:before, tr.even td.forum-list-icon-new-posts .forum-list-icon-wrapper #main .node-webform .split-right.button_blue span:before, #main .node-webform label.fancy select.button_blue tr.even td.forum-list-icon-new-posts .forum-list-icon-wrapper span:before, tr.even td.forum-list-icon-new-posts .forum-list-icon-wrapper #main .node-webform label.fancy select.button_blue span:before, label.fancy #main .node-webform select.button_blue tr.even td.forum-list-icon-new-posts .forum-list-icon-wrapper span:before, tr.even td.forum-list-icon-new-posts .forum-list-icon-wrapper label.fancy #main .node-webform select.button_blue span:before, #main .node-webform .form-actions input.split-right.button-primary tr.even td.forum-list-icon-new-posts .forum-list-icon-wrapper span:before, tr.even td.forum-list-icon-new-posts .forum-list-icon-wrapper #main .node-webform .form-actions input.split-right.button-primary span:before, #main .node-webform .split-right.button_green tr.even td.forum-list-icon-new-posts .forum-list-icon-wrapper span:before, tr.even td.forum-list-icon-new-posts .forum-list-icon-wrapper #main .node-webform .split-right.button_green span:before, #main .node-webform label.fancy select.button_green tr.even td.forum-list-icon-new-posts .forum-list-icon-wrapper span:before, tr.even td.forum-list-icon-new-posts .forum-list-icon-wrapper #main .node-webform label.fancy select.button_green span:before, label.fancy #main .node-webform select.button_green tr.even td.forum-list-icon-new-posts .forum-list-icon-wrapper span:before, tr.even td.forum-list-icon-new-posts .forum-list-icon-wrapper label.fancy #main .node-webform select.button_green span:before, #main .node-webform .split-right.button_remove tr.even td.forum-list-icon-new-posts .forum-list-icon-wrapper span:before, tr.even td.forum-list-icon-new-posts .forum-list-icon-wrapper #main .node-webform .split-right.button_remove span:before, #main .node-webform label.fancy select.button_remove tr.even td.forum-list-icon-new-posts .forum-list-icon-wrapper span:before, tr.even td.forum-list-icon-new-posts .forum-list-icon-wrapper #main .node-webform label.fancy select.button_remove span:before, label.fancy #main .node-webform select.button_remove tr.even td.forum-list-icon-new-posts .forum-list-icon-wrapper span:before, tr.even td.forum-list-icon-new-posts .forum-list-icon-wrapper label.fancy #main .node-webform select.button_remove span:before, #main .node-webform .form-actions input.split-right tr.even td.forum-list-icon-new-posts .forum-list-icon-wrapper span:before, tr.even td.forum-list-icon-new-posts .forum-list-icon-wrapper #main .node-webform .form-actions input.split-right span:before,
    #main .node-webform button.split-right.button_blue tr.even td.forum-list-icon-new-posts .forum-list-icon-wrapper span:before,
    tr.even td.forum-list-icon-new-posts .forum-list-icon-wrapper #main .node-webform button.split-right.button_blue span:before, #main .node-webform button.split-right.button_green tr.even td.forum-list-icon-new-posts .forum-list-icon-wrapper span:before, tr.even td.forum-list-icon-new-posts .forum-list-icon-wrapper #main .node-webform button.split-right.button_green span:before,
    #main .node-webform input.split-right.button_blue tr.even td.forum-list-icon-new-posts .forum-list-icon-wrapper span:before,
    tr.even td.forum-list-icon-new-posts .forum-list-icon-wrapper #main .node-webform input.split-right.button_blue span:before, #main .node-webform input.split-right.button_green tr.even td.forum-list-icon-new-posts .forum-list-icon-wrapper span:before, tr.even td.forum-list-icon-new-posts .forum-list-icon-wrapper #main .node-webform input.split-right.button_green span:before, #main .node-webform input.split-right.button_remove tr.even td.forum-list-icon-new-posts .forum-list-icon-wrapper span:before, tr.even td.forum-list-icon-new-posts .forum-list-icon-wrapper #main .node-webform input.split-right.button_remove span:before, .joyride-tip-guide .joyride-content-wrapper a.split-right.joyride-next-tip tr.even td.forum-list-icon-new-posts .forum-list-icon-wrapper span:before, tr.even td.forum-list-icon-new-posts .forum-list-icon-wrapper .joyride-tip-guide .joyride-content-wrapper a.split-right.joyride-next-tip span:before, .page-forum ul.action-links li a.split-right.subscription tr.even td.forum-list-icon-new-posts .forum-list-icon-wrapper span:before, tr.even td.forum-list-icon-new-posts .forum-list-icon-wrapper .page-forum ul.action-links li a.split-right.subscription span:before, .button.split-right tr.odd td.forum-list-icon-new-posts .forum-list-icon-wrapper span:before, tr.odd td.forum-list-icon-new-posts .forum-list-icon-wrapper .button.split-right span:before, .content form input.split-right[type="submit"] tr.odd td.forum-list-icon-new-posts .forum-list-icon-wrapper span:before, tr.odd td.forum-list-icon-new-posts .forum-list-icon-wrapper .content form input.split-right[type="submit"] span:before, label.fancy select tr.odd td.forum-list-icon-new-posts .forum-list-icon-wrapper span:before, tr.odd td.forum-list-icon-new-posts .forum-list-icon-wrapper label.fancy select span:before, #main .node-webform .split-right.button_blue tr.odd td.forum-list-icon-new-posts .forum-list-icon-wrapper span:before, tr.odd td.forum-list-icon-new-posts .forum-list-icon-wrapper #main .node-webform .split-right.button_blue span:before, #main .node-webform label.fancy select.button_blue tr.odd td.forum-list-icon-new-posts .forum-list-icon-wrapper span:before, tr.odd td.forum-list-icon-new-posts .forum-list-icon-wrapper #main .node-webform label.fancy select.button_blue span:before, label.fancy #main .node-webform select.button_blue tr.odd td.forum-list-icon-new-posts .forum-list-icon-wrapper span:before, tr.odd td.forum-list-icon-new-posts .forum-list-icon-wrapper label.fancy #main .node-webform select.button_blue span:before, #main .node-webform .form-actions input.split-right.button-primary tr.odd td.forum-list-icon-new-posts .forum-list-icon-wrapper span:before, tr.odd td.forum-list-icon-new-posts .forum-list-icon-wrapper #main .node-webform .form-actions input.split-right.button-primary span:before, #main .node-webform .split-right.button_green tr.odd td.forum-list-icon-new-posts .forum-list-icon-wrapper span:before, tr.odd td.forum-list-icon-new-posts .forum-list-icon-wrapper #main .node-webform .split-right.button_green span:before, #main .node-webform label.fancy select.button_green tr.odd td.forum-list-icon-new-posts .forum-list-icon-wrapper span:before, tr.odd td.forum-list-icon-new-posts .forum-list-icon-wrapper #main .node-webform label.fancy select.button_green span:before, label.fancy #main .node-webform select.button_green tr.odd td.forum-list-icon-new-posts .forum-list-icon-wrapper span:before, tr.odd td.forum-list-icon-new-posts .forum-list-icon-wrapper label.fancy #main .node-webform select.button_green span:before, #main .node-webform .split-right.button_remove tr.odd td.forum-list-icon-new-posts .forum-list-icon-wrapper span:before, tr.odd td.forum-list-icon-new-posts .forum-list-icon-wrapper #main .node-webform .split-right.button_remove span:before, #main .node-webform label.fancy select.button_remove tr.odd td.forum-list-icon-new-posts .forum-list-icon-wrapper span:before, tr.odd td.forum-list-icon-new-posts .forum-list-icon-wrapper #main .node-webform label.fancy select.button_remove span:before, label.fancy #main .node-webform select.button_remove tr.odd td.forum-list-icon-new-posts .forum-list-icon-wrapper span:before, tr.odd td.forum-list-icon-new-posts .forum-list-icon-wrapper label.fancy #main .node-webform select.button_remove span:before, #main .node-webform .form-actions input.split-right tr.odd td.forum-list-icon-new-posts .forum-list-icon-wrapper span:before, tr.odd td.forum-list-icon-new-posts .forum-list-icon-wrapper #main .node-webform .form-actions input.split-right span:before,
    #main .node-webform button.split-right.button_blue tr.odd td.forum-list-icon-new-posts .forum-list-icon-wrapper span:before,
    tr.odd td.forum-list-icon-new-posts .forum-list-icon-wrapper #main .node-webform button.split-right.button_blue span:before, #main .node-webform button.split-right.button_green tr.odd td.forum-list-icon-new-posts .forum-list-icon-wrapper span:before, tr.odd td.forum-list-icon-new-posts .forum-list-icon-wrapper #main .node-webform button.split-right.button_green span:before,
    #main .node-webform input.split-right.button_blue tr.odd td.forum-list-icon-new-posts .forum-list-icon-wrapper span:before,
    tr.odd td.forum-list-icon-new-posts .forum-list-icon-wrapper #main .node-webform input.split-right.button_blue span:before, #main .node-webform input.split-right.button_green tr.odd td.forum-list-icon-new-posts .forum-list-icon-wrapper span:before, tr.odd td.forum-list-icon-new-posts .forum-list-icon-wrapper #main .node-webform input.split-right.button_green span:before, #main .node-webform input.split-right.button_remove tr.odd td.forum-list-icon-new-posts .forum-list-icon-wrapper span:before, tr.odd td.forum-list-icon-new-posts .forum-list-icon-wrapper #main .node-webform input.split-right.button_remove span:before, .joyride-tip-guide .joyride-content-wrapper a.split-right.joyride-next-tip tr.odd td.forum-list-icon-new-posts .forum-list-icon-wrapper span:before, tr.odd td.forum-list-icon-new-posts .forum-list-icon-wrapper .joyride-tip-guide .joyride-content-wrapper a.split-right.joyride-next-tip span:before, .page-forum ul.action-links li a.split-right.subscription tr.odd td.forum-list-icon-new-posts .forum-list-icon-wrapper span:before, tr.odd td.forum-list-icon-new-posts .forum-list-icon-wrapper .page-forum ul.action-links li a.split-right.subscription span:before, .button.split-right .forum-list-icon-legend .forum-list-icon-new-posts:before, .forum-list-icon-legend .button.split-right .forum-list-icon-new-posts:before, .content form input.split-right[type="submit"] .forum-list-icon-legend .forum-list-icon-new-posts:before, .forum-list-icon-legend .content form input.split-right[type="submit"] .forum-list-icon-new-posts:before, label.fancy select .forum-list-icon-legend .forum-list-icon-new-posts:before, .forum-list-icon-legend label.fancy select .forum-list-icon-new-posts:before, #main .node-webform .split-right.button_blue .forum-list-icon-legend .forum-list-icon-new-posts:before, .forum-list-icon-legend #main .node-webform .split-right.button_blue .forum-list-icon-new-posts:before, #main .node-webform label.fancy select.button_blue .forum-list-icon-legend .forum-list-icon-new-posts:before, .forum-list-icon-legend #main .node-webform label.fancy select.button_blue .forum-list-icon-new-posts:before, label.fancy #main .node-webform select.button_blue .forum-list-icon-legend .forum-list-icon-new-posts:before, .forum-list-icon-legend label.fancy #main .node-webform select.button_blue .forum-list-icon-new-posts:before, #main .node-webform .form-actions input.split-right.button-primary .forum-list-icon-legend .forum-list-icon-new-posts:before, .forum-list-icon-legend #main .node-webform .form-actions input.split-right.button-primary .forum-list-icon-new-posts:before, #main .node-webform .split-right.button_green .forum-list-icon-legend .forum-list-icon-new-posts:before, .forum-list-icon-legend #main .node-webform .split-right.button_green .forum-list-icon-new-posts:before, #main .node-webform label.fancy select.button_green .forum-list-icon-legend .forum-list-icon-new-posts:before, .forum-list-icon-legend #main .node-webform label.fancy select.button_green .forum-list-icon-new-posts:before, label.fancy #main .node-webform select.button_green .forum-list-icon-legend .forum-list-icon-new-posts:before, .forum-list-icon-legend label.fancy #main .node-webform select.button_green .forum-list-icon-new-posts:before, #main .node-webform .split-right.button_remove .forum-list-icon-legend .forum-list-icon-new-posts:before, .forum-list-icon-legend #main .node-webform .split-right.button_remove .forum-list-icon-new-posts:before, #main .node-webform label.fancy select.button_remove .forum-list-icon-legend .forum-list-icon-new-posts:before, .forum-list-icon-legend #main .node-webform label.fancy select.button_remove .forum-list-icon-new-posts:before, label.fancy #main .node-webform select.button_remove .forum-list-icon-legend .forum-list-icon-new-posts:before, .forum-list-icon-legend label.fancy #main .node-webform select.button_remove .forum-list-icon-new-posts:before, #main .node-webform .form-actions input.split-right .forum-list-icon-legend .forum-list-icon-new-posts:before, .forum-list-icon-legend #main .node-webform .form-actions input.split-right .forum-list-icon-new-posts:before,
    #main .node-webform button.split-right.button_blue .forum-list-icon-legend .forum-list-icon-new-posts:before,
    .forum-list-icon-legend #main .node-webform button.split-right.button_blue .forum-list-icon-new-posts:before, #main .node-webform button.split-right.button_green .forum-list-icon-legend .forum-list-icon-new-posts:before, .forum-list-icon-legend #main .node-webform button.split-right.button_green .forum-list-icon-new-posts:before,
    #main .node-webform input.split-right.button_blue .forum-list-icon-legend .forum-list-icon-new-posts:before,
    .forum-list-icon-legend #main .node-webform input.split-right.button_blue .forum-list-icon-new-posts:before, #main .node-webform input.split-right.button_green .forum-list-icon-legend .forum-list-icon-new-posts:before, .forum-list-icon-legend #main .node-webform input.split-right.button_green .forum-list-icon-new-posts:before, #main .node-webform input.split-right.button_remove .forum-list-icon-legend .forum-list-icon-new-posts:before, .forum-list-icon-legend #main .node-webform input.split-right.button_remove .forum-list-icon-new-posts:before, .joyride-tip-guide .joyride-content-wrapper a.split-right.joyride-next-tip .forum-list-icon-legend .forum-list-icon-new-posts:before, .forum-list-icon-legend .joyride-tip-guide .joyride-content-wrapper a.split-right.joyride-next-tip .forum-list-icon-new-posts:before, .page-forum ul.action-links li a.split-right.subscription .forum-list-icon-legend .forum-list-icon-new-posts:before, .forum-list-icon-legend .page-forum ul.action-links li a.split-right.subscription .forum-list-icon-new-posts:before, button.split-right i, button.split-right .views-field-topic-icon span:before, .views-field-topic-icon button.split-right span:before,
    button.split-right .forum-list-icon span span:before,
    .forum-list-icon span button.split-right span:before, button.split-right .forum-topic-legend div:before, .forum-topic-legend button.split-right div:before,
    button.split-right .forum-list-icon-legend span span:before,
    .forum-list-icon-legend span button.split-right span:before, button.split-right tr.even td.forum-list-icon-default .forum-list-icon-wrapper span:before, tr.even td.forum-list-icon-default .forum-list-icon-wrapper button.split-right span:before, button.split-right tr.odd td.forum-list-icon-default .forum-list-icon-wrapper span:before, tr.odd td.forum-list-icon-default .forum-list-icon-wrapper button.split-right span:before, button.split-right .forum-list-icon-legend .forum-list-icon-default:before, .forum-list-icon-legend button.split-right .forum-list-icon-default:before, button.split-right tr.even td.forum-list-icon-new-posts .forum-list-icon-wrapper span:before, tr.even td.forum-list-icon-new-posts .forum-list-icon-wrapper button.split-right span:before, button.split-right tr.odd td.forum-list-icon-new-posts .forum-list-icon-wrapper span:before, tr.odd td.forum-list-icon-new-posts .forum-list-icon-wrapper button.split-right span:before, button.split-right .forum-list-icon-legend .forum-list-icon-new-posts:before, .forum-list-icon-legend button.split-right .forum-list-icon-new-posts:before, .btn.split-right i, label.fancy select.btn i, .btn.split-right .views-field-topic-icon span:before, .views-field-topic-icon .btn.split-right span:before, label.fancy select.btn .views-field-topic-icon span:before, .views-field-topic-icon label.fancy select.btn span:before,
    .btn.split-right .forum-list-icon span span:before,
    .forum-list-icon span .btn.split-right span:before,
    label.fancy select.btn .forum-list-icon span span:before,
    .forum-list-icon span label.fancy select.btn span:before, .btn.split-right .forum-topic-legend div:before, .forum-topic-legend .btn.split-right div:before, label.fancy select.btn .forum-topic-legend div:before, .forum-topic-legend label.fancy select.btn div:before,
    .btn.split-right .forum-list-icon-legend span span:before,
    .forum-list-icon-legend span .btn.split-right span:before,
    label.fancy select.btn .forum-list-icon-legend span span:before,
    .forum-list-icon-legend span label.fancy select.btn span:before, .btn.split-right tr.even td.forum-list-icon-default .forum-list-icon-wrapper span:before, tr.even td.forum-list-icon-default .forum-list-icon-wrapper .btn.split-right span:before, label.fancy select.btn tr.even td.forum-list-icon-default .forum-list-icon-wrapper span:before, tr.even td.forum-list-icon-default .forum-list-icon-wrapper label.fancy select.btn span:before, .btn.split-right tr.odd td.forum-list-icon-default .forum-list-icon-wrapper span:before, tr.odd td.forum-list-icon-default .forum-list-icon-wrapper .btn.split-right span:before, label.fancy select.btn tr.odd td.forum-list-icon-default .forum-list-icon-wrapper span:before, tr.odd td.forum-list-icon-default .forum-list-icon-wrapper label.fancy select.btn span:before, .btn.split-right .forum-list-icon-legend .forum-list-icon-default:before, .forum-list-icon-legend .btn.split-right .forum-list-icon-default:before, label.fancy select.btn .forum-list-icon-legend .forum-list-icon-default:before, .forum-list-icon-legend label.fancy select.btn .forum-list-icon-default:before, .btn.split-right tr.even td.forum-list-icon-new-posts .forum-list-icon-wrapper span:before, tr.even td.forum-list-icon-new-posts .forum-list-icon-wrapper .btn.split-right span:before, label.fancy select.btn tr.even td.forum-list-icon-new-posts .forum-list-icon-wrapper span:before, tr.even td.forum-list-icon-new-posts .forum-list-icon-wrapper label.fancy select.btn span:before, .btn.split-right tr.odd td.forum-list-icon-new-posts .forum-list-icon-wrapper span:before, tr.odd td.forum-list-icon-new-posts .forum-list-icon-wrapper .btn.split-right span:before, label.fancy select.btn tr.odd td.forum-list-icon-new-posts .forum-list-icon-wrapper span:before, tr.odd td.forum-list-icon-new-posts .forum-list-icon-wrapper label.fancy select.btn span:before, .btn.split-right .forum-list-icon-legend .forum-list-icon-new-posts:before, .forum-list-icon-legend .btn.split-right .forum-list-icon-new-posts:before, label.fancy select.btn .forum-list-icon-legend .forum-list-icon-new-posts:before, .forum-list-icon-legend label.fancy select.btn .forum-list-icon-new-posts:before, .button_blue.split-right i, label.fancy select.button_blue i, #main .node-webform .form-actions input.split-right.button-primary i, .button_blue.split-right .views-field-topic-icon span:before, .views-field-topic-icon .button_blue.split-right span:before, label.fancy select.button_blue .views-field-topic-icon span:before, .views-field-topic-icon label.fancy select.button_blue span:before, #main .node-webform .form-actions input.split-right.button-primary .views-field-topic-icon span:before, .views-field-topic-icon #main .node-webform .form-actions input.split-right.button-primary span:before,
    .button_blue.split-right .forum-list-icon span span:before,
    .forum-list-icon span .button_blue.split-right span:before,
    label.fancy select.button_blue .forum-list-icon span span:before,
    .forum-list-icon span label.fancy select.button_blue span:before,
    #main .node-webform .form-actions input.split-right.button-primary .forum-list-icon span span:before,
    .forum-list-icon span #main .node-webform .form-actions input.split-right.button-primary span:before, .button_blue.split-right .forum-topic-legend div:before, .forum-topic-legend .button_blue.split-right div:before, label.fancy select.button_blue .forum-topic-legend div:before, .forum-topic-legend label.fancy select.button_blue div:before, #main .node-webform .form-actions input.split-right.button-primary .forum-topic-legend div:before, .forum-topic-legend #main .node-webform .form-actions input.split-right.button-primary div:before,
    .button_blue.split-right .forum-list-icon-legend span span:before,
    .forum-list-icon-legend span .button_blue.split-right span:before,
    label.fancy select.button_blue .forum-list-icon-legend span span:before,
    .forum-list-icon-legend span label.fancy select.button_blue span:before,
    #main .node-webform .form-actions input.split-right.button-primary .forum-list-icon-legend span span:before,
    .forum-list-icon-legend span #main .node-webform .form-actions input.split-right.button-primary span:before, .button_blue.split-right tr.even td.forum-list-icon-default .forum-list-icon-wrapper span:before, tr.even td.forum-list-icon-default .forum-list-icon-wrapper .button_blue.split-right span:before, label.fancy select.button_blue tr.even td.forum-list-icon-default .forum-list-icon-wrapper span:before, tr.even td.forum-list-icon-default .forum-list-icon-wrapper label.fancy select.button_blue span:before, #main .node-webform .form-actions input.split-right.button-primary tr.even td.forum-list-icon-default .forum-list-icon-wrapper span:before, tr.even td.forum-list-icon-default .forum-list-icon-wrapper #main .node-webform .form-actions input.split-right.button-primary span:before, .button_blue.split-right tr.odd td.forum-list-icon-default .forum-list-icon-wrapper span:before, tr.odd td.forum-list-icon-default .forum-list-icon-wrapper .button_blue.split-right span:before, label.fancy select.button_blue tr.odd td.forum-list-icon-default .forum-list-icon-wrapper span:before, tr.odd td.forum-list-icon-default .forum-list-icon-wrapper label.fancy select.button_blue span:before, #main .node-webform .form-actions input.split-right.button-primary tr.odd td.forum-list-icon-default .forum-list-icon-wrapper span:before, tr.odd td.forum-list-icon-default .forum-list-icon-wrapper #main .node-webform .form-actions input.split-right.button-primary span:before, .button_blue.split-right .forum-list-icon-legend .forum-list-icon-default:before, .forum-list-icon-legend .button_blue.split-right .forum-list-icon-default:before, label.fancy select.button_blue .forum-list-icon-legend .forum-list-icon-default:before, .forum-list-icon-legend label.fancy select.button_blue .forum-list-icon-default:before, #main .node-webform .form-actions input.split-right.button-primary .forum-list-icon-legend .forum-list-icon-default:before, .forum-list-icon-legend #main .node-webform .form-actions input.split-right.button-primary .forum-list-icon-default:before, .button_blue.split-right tr.even td.forum-list-icon-new-posts .forum-list-icon-wrapper span:before, tr.even td.forum-list-icon-new-posts .forum-list-icon-wrapper .button_blue.split-right span:before, label.fancy select.button_blue tr.even td.forum-list-icon-new-posts .forum-list-icon-wrapper span:before, tr.even td.forum-list-icon-new-posts .forum-list-icon-wrapper label.fancy select.button_blue span:before, #main .node-webform .form-actions input.split-right.button-primary tr.even td.forum-list-icon-new-posts .forum-list-icon-wrapper span:before, tr.even td.forum-list-icon-new-posts .forum-list-icon-wrapper #main .node-webform .form-actions input.split-right.button-primary span:before, .button_blue.split-right tr.odd td.forum-list-icon-new-posts .forum-list-icon-wrapper span:before, tr.odd td.forum-list-icon-new-posts .forum-list-icon-wrapper .button_blue.split-right span:before, label.fancy select.button_blue tr.odd td.forum-list-icon-new-posts .forum-list-icon-wrapper span:before, tr.odd td.forum-list-icon-new-posts .forum-list-icon-wrapper label.fancy select.button_blue span:before, #main .node-webform .form-actions input.split-right.button-primary tr.odd td.forum-list-icon-new-posts .forum-list-icon-wrapper span:before, tr.odd td.forum-list-icon-new-posts .forum-list-icon-wrapper #main .node-webform .form-actions input.split-right.button-primary span:before, .button_blue.split-right .forum-list-icon-legend .forum-list-icon-new-posts:before, .forum-list-icon-legend .button_blue.split-right .forum-list-icon-new-posts:before, label.fancy select.button_blue .forum-list-icon-legend .forum-list-icon-new-posts:before, .forum-list-icon-legend label.fancy select.button_blue .forum-list-icon-new-posts:before, #main .node-webform .form-actions input.split-right.button-primary .forum-list-icon-legend .forum-list-icon-new-posts:before, .forum-list-icon-legend #main .node-webform .form-actions input.split-right.button-primary .forum-list-icon-new-posts:before, .button_green.split-right i, label.fancy select.button_green i, .button_green.split-right .views-field-topic-icon span:before, .views-field-topic-icon .button_green.split-right span:before, label.fancy select.button_green .views-field-topic-icon span:before, .views-field-topic-icon label.fancy select.button_green span:before,
    .button_green.split-right .forum-list-icon span span:before,
    .forum-list-icon span .button_green.split-right span:before,
    label.fancy select.button_green .forum-list-icon span span:before,
    .forum-list-icon span label.fancy select.button_green span:before, .button_green.split-right .forum-topic-legend div:before, .forum-topic-legend .button_green.split-right div:before, label.fancy select.button_green .forum-topic-legend div:before, .forum-topic-legend label.fancy select.button_green div:before,
    .button_green.split-right .forum-list-icon-legend span span:before,
    .forum-list-icon-legend span .button_green.split-right span:before,
    label.fancy select.button_green .forum-list-icon-legend span span:before,
    .forum-list-icon-legend span label.fancy select.button_green span:before, .button_green.split-right tr.even td.forum-list-icon-default .forum-list-icon-wrapper span:before, tr.even td.forum-list-icon-default .forum-list-icon-wrapper .button_green.split-right span:before, label.fancy select.button_green tr.even td.forum-list-icon-default .forum-list-icon-wrapper span:before, tr.even td.forum-list-icon-default .forum-list-icon-wrapper label.fancy select.button_green span:before, .button_green.split-right tr.odd td.forum-list-icon-default .forum-list-icon-wrapper span:before, tr.odd td.forum-list-icon-default .forum-list-icon-wrapper .button_green.split-right span:before, label.fancy select.button_green tr.odd td.forum-list-icon-default .forum-list-icon-wrapper span:before, tr.odd td.forum-list-icon-default .forum-list-icon-wrapper label.fancy select.button_green span:before, .button_green.split-right .forum-list-icon-legend .forum-list-icon-default:before, .forum-list-icon-legend .button_green.split-right .forum-list-icon-default:before, label.fancy select.button_green .forum-list-icon-legend .forum-list-icon-default:before, .forum-list-icon-legend label.fancy select.button_green .forum-list-icon-default:before, .button_green.split-right tr.even td.forum-list-icon-new-posts .forum-list-icon-wrapper span:before, tr.even td.forum-list-icon-new-posts .forum-list-icon-wrapper .button_green.split-right span:before, label.fancy select.button_green tr.even td.forum-list-icon-new-posts .forum-list-icon-wrapper span:before, tr.even td.forum-list-icon-new-posts .forum-list-icon-wrapper label.fancy select.button_green span:before, .button_green.split-right tr.odd td.forum-list-icon-new-posts .forum-list-icon-wrapper span:before, tr.odd td.forum-list-icon-new-posts .forum-list-icon-wrapper .button_green.split-right span:before, label.fancy select.button_green tr.odd td.forum-list-icon-new-posts .forum-list-icon-wrapper span:before, tr.odd td.forum-list-icon-new-posts .forum-list-icon-wrapper label.fancy select.button_green span:before, .button_green.split-right .forum-list-icon-legend .forum-list-icon-new-posts:before, .forum-list-icon-legend .button_green.split-right .forum-list-icon-new-posts:before, label.fancy select.button_green .forum-list-icon-legend .forum-list-icon-new-posts:before, .forum-list-icon-legend label.fancy select.button_green .forum-list-icon-new-posts:before {
      margin-right: -2em; }
  .button.split-left, .content form input.split-left[type="submit"], label.fancy select.split-left, #main .node-webform .split-left.button_blue, #main .node-webform .split-left.button_green, #main .node-webform .split-left.button_remove, #main .node-webform .form-actions input.split-left, .joyride-tip-guide .joyride-content-wrapper a.split-left.joyride-next-tip, .page-forum ul.action-links li a.split-left.subscription, button.split-left, .btn.split-left, .button_blue.split-left, #main .node-webform .form-actions input.split-left.button-primary, .button_green.split-left {
    padding-left: 3.5em; }
    .button.split-left i, .content form input.split-left[type="submit"] i, label.fancy select.split-left i, #main .node-webform .split-left.button_blue i, #main .node-webform .form-actions input.split-left.button-primary i, #main .node-webform .split-left.button_green i, #main .node-webform .split-left.button_remove i, #main .node-webform .form-actions input.split-left i,
    #main .node-webform button.split-left.button_blue i, #main .node-webform button.split-left.button_green i,
    #main .node-webform input.split-left.button_blue i, #main .node-webform input.split-left.button_green i, #main .node-webform input.split-left.button_remove i, .joyride-tip-guide .joyride-content-wrapper a.split-left.joyride-next-tip i, .page-forum ul.action-links li a.split-left.subscription i, .button.split-left .views-field-topic-icon span:before, .views-field-topic-icon .button.split-left span:before, .content form input.split-left[type="submit"] .views-field-topic-icon span:before, .views-field-topic-icon .content form input.split-left[type="submit"] span:before, label.fancy select.split-left .views-field-topic-icon span:before, .views-field-topic-icon label.fancy select.split-left span:before, #main .node-webform .split-left.button_blue .views-field-topic-icon span:before, .views-field-topic-icon #main .node-webform .split-left.button_blue span:before, #main .node-webform .form-actions input.split-left.button-primary .views-field-topic-icon span:before, .views-field-topic-icon #main .node-webform .form-actions input.split-left.button-primary span:before, #main .node-webform .split-left.button_green .views-field-topic-icon span:before, .views-field-topic-icon #main .node-webform .split-left.button_green span:before, #main .node-webform .split-left.button_remove .views-field-topic-icon span:before, .views-field-topic-icon #main .node-webform .split-left.button_remove span:before, #main .node-webform .form-actions input.split-left .views-field-topic-icon span:before, .views-field-topic-icon #main .node-webform .form-actions input.split-left span:before,
    #main .node-webform button.split-left.button_blue .views-field-topic-icon span:before,
    .views-field-topic-icon #main .node-webform button.split-left.button_blue span:before, #main .node-webform button.split-left.button_green .views-field-topic-icon span:before, .views-field-topic-icon #main .node-webform button.split-left.button_green span:before,
    #main .node-webform input.split-left.button_blue .views-field-topic-icon span:before,
    .views-field-topic-icon #main .node-webform input.split-left.button_blue span:before, #main .node-webform input.split-left.button_green .views-field-topic-icon span:before, .views-field-topic-icon #main .node-webform input.split-left.button_green span:before, #main .node-webform input.split-left.button_remove .views-field-topic-icon span:before, .views-field-topic-icon #main .node-webform input.split-left.button_remove span:before, .joyride-tip-guide .joyride-content-wrapper a.split-left.joyride-next-tip .views-field-topic-icon span:before, .views-field-topic-icon .joyride-tip-guide .joyride-content-wrapper a.split-left.joyride-next-tip span:before, .page-forum ul.action-links li a.split-left.subscription .views-field-topic-icon span:before, .views-field-topic-icon .page-forum ul.action-links li a.split-left.subscription span:before,
    .button.split-left .forum-list-icon span span:before,
    .forum-list-icon span .button.split-left span:before,
    .content form input.split-left[type="submit"] .forum-list-icon span span:before,
    .forum-list-icon span .content form input.split-left[type="submit"] span:before,
    label.fancy select.split-left .forum-list-icon span span:before,
    .forum-list-icon span label.fancy select.split-left span:before,
    #main .node-webform .split-left.button_blue .forum-list-icon span span:before,
    .forum-list-icon span #main .node-webform .split-left.button_blue span:before,
    #main .node-webform .form-actions input.split-left.button-primary .forum-list-icon span span:before,
    .forum-list-icon span #main .node-webform .form-actions input.split-left.button-primary span:before,
    #main .node-webform .split-left.button_green .forum-list-icon span span:before,
    .forum-list-icon span #main .node-webform .split-left.button_green span:before,
    #main .node-webform .split-left.button_remove .forum-list-icon span span:before,
    .forum-list-icon span #main .node-webform .split-left.button_remove span:before,
    #main .node-webform .form-actions input.split-left .forum-list-icon span span:before,
    .forum-list-icon span #main .node-webform .form-actions input.split-left span:before,
    #main .node-webform button.split-left.button_blue .forum-list-icon span span:before,
    .forum-list-icon span #main .node-webform button.split-left.button_blue span:before,
    #main .node-webform button.split-left.button_green .forum-list-icon span span:before,
    .forum-list-icon span #main .node-webform button.split-left.button_green span:before,
    #main .node-webform input.split-left.button_blue .forum-list-icon span span:before,
    .forum-list-icon span #main .node-webform input.split-left.button_blue span:before,
    #main .node-webform input.split-left.button_green .forum-list-icon span span:before,
    .forum-list-icon span #main .node-webform input.split-left.button_green span:before,
    #main .node-webform input.split-left.button_remove .forum-list-icon span span:before,
    .forum-list-icon span #main .node-webform input.split-left.button_remove span:before,
    .joyride-tip-guide .joyride-content-wrapper a.split-left.joyride-next-tip .forum-list-icon span span:before,
    .forum-list-icon span .joyride-tip-guide .joyride-content-wrapper a.split-left.joyride-next-tip span:before,
    .page-forum ul.action-links li a.split-left.subscription .forum-list-icon span span:before,
    .forum-list-icon span .page-forum ul.action-links li a.split-left.subscription span:before, .button.split-left .forum-topic-legend div:before, .forum-topic-legend .button.split-left div:before, .content form input.split-left[type="submit"] .forum-topic-legend div:before, .forum-topic-legend .content form input.split-left[type="submit"] div:before, label.fancy select.split-left .forum-topic-legend div:before, .forum-topic-legend label.fancy select.split-left div:before, #main .node-webform .split-left.button_blue .forum-topic-legend div:before, .forum-topic-legend #main .node-webform .split-left.button_blue div:before, #main .node-webform .form-actions input.split-left.button-primary .forum-topic-legend div:before, .forum-topic-legend #main .node-webform .form-actions input.split-left.button-primary div:before, #main .node-webform .split-left.button_green .forum-topic-legend div:before, .forum-topic-legend #main .node-webform .split-left.button_green div:before, #main .node-webform .split-left.button_remove .forum-topic-legend div:before, .forum-topic-legend #main .node-webform .split-left.button_remove div:before, #main .node-webform .form-actions input.split-left .forum-topic-legend div:before, .forum-topic-legend #main .node-webform .form-actions input.split-left div:before,
    #main .node-webform button.split-left.button_blue .forum-topic-legend div:before,
    .forum-topic-legend #main .node-webform button.split-left.button_blue div:before, #main .node-webform button.split-left.button_green .forum-topic-legend div:before, .forum-topic-legend #main .node-webform button.split-left.button_green div:before,
    #main .node-webform input.split-left.button_blue .forum-topic-legend div:before,
    .forum-topic-legend #main .node-webform input.split-left.button_blue div:before, #main .node-webform input.split-left.button_green .forum-topic-legend div:before, .forum-topic-legend #main .node-webform input.split-left.button_green div:before, #main .node-webform input.split-left.button_remove .forum-topic-legend div:before, .forum-topic-legend #main .node-webform input.split-left.button_remove div:before, .joyride-tip-guide .joyride-content-wrapper a.split-left.joyride-next-tip .forum-topic-legend div:before, .forum-topic-legend .joyride-tip-guide .joyride-content-wrapper a.split-left.joyride-next-tip div:before, .page-forum ul.action-links li a.split-left.subscription .forum-topic-legend div:before, .forum-topic-legend .page-forum ul.action-links li a.split-left.subscription div:before,
    .button.split-left .forum-list-icon-legend span span:before,
    .forum-list-icon-legend span .button.split-left span:before,
    .content form input.split-left[type="submit"] .forum-list-icon-legend span span:before,
    .forum-list-icon-legend span .content form input.split-left[type="submit"] span:before,
    label.fancy select.split-left .forum-list-icon-legend span span:before,
    .forum-list-icon-legend span label.fancy select.split-left span:before,
    #main .node-webform .split-left.button_blue .forum-list-icon-legend span span:before,
    .forum-list-icon-legend span #main .node-webform .split-left.button_blue span:before,
    #main .node-webform .form-actions input.split-left.button-primary .forum-list-icon-legend span span:before,
    .forum-list-icon-legend span #main .node-webform .form-actions input.split-left.button-primary span:before,
    #main .node-webform .split-left.button_green .forum-list-icon-legend span span:before,
    .forum-list-icon-legend span #main .node-webform .split-left.button_green span:before,
    #main .node-webform .split-left.button_remove .forum-list-icon-legend span span:before,
    .forum-list-icon-legend span #main .node-webform .split-left.button_remove span:before,
    #main .node-webform .form-actions input.split-left .forum-list-icon-legend span span:before,
    .forum-list-icon-legend span #main .node-webform .form-actions input.split-left span:before,
    #main .node-webform button.split-left.button_blue .forum-list-icon-legend span span:before,
    .forum-list-icon-legend span #main .node-webform button.split-left.button_blue span:before,
    #main .node-webform button.split-left.button_green .forum-list-icon-legend span span:before,
    .forum-list-icon-legend span #main .node-webform button.split-left.button_green span:before,
    #main .node-webform input.split-left.button_blue .forum-list-icon-legend span span:before,
    .forum-list-icon-legend span #main .node-webform input.split-left.button_blue span:before,
    #main .node-webform input.split-left.button_green .forum-list-icon-legend span span:before,
    .forum-list-icon-legend span #main .node-webform input.split-left.button_green span:before,
    #main .node-webform input.split-left.button_remove .forum-list-icon-legend span span:before,
    .forum-list-icon-legend span #main .node-webform input.split-left.button_remove span:before,
    .joyride-tip-guide .joyride-content-wrapper a.split-left.joyride-next-tip .forum-list-icon-legend span span:before,
    .forum-list-icon-legend span .joyride-tip-guide .joyride-content-wrapper a.split-left.joyride-next-tip span:before,
    .page-forum ul.action-links li a.split-left.subscription .forum-list-icon-legend span span:before,
    .forum-list-icon-legend span .page-forum ul.action-links li a.split-left.subscription span:before, .button.split-left tr.even td.forum-list-icon-default .forum-list-icon-wrapper span:before, tr.even td.forum-list-icon-default .forum-list-icon-wrapper .button.split-left span:before, .content form input.split-left[type="submit"] tr.even td.forum-list-icon-default .forum-list-icon-wrapper span:before, tr.even td.forum-list-icon-default .forum-list-icon-wrapper .content form input.split-left[type="submit"] span:before, label.fancy select.split-left tr.even td.forum-list-icon-default .forum-list-icon-wrapper span:before, tr.even td.forum-list-icon-default .forum-list-icon-wrapper label.fancy select.split-left span:before, #main .node-webform .split-left.button_blue tr.even td.forum-list-icon-default .forum-list-icon-wrapper span:before, tr.even td.forum-list-icon-default .forum-list-icon-wrapper #main .node-webform .split-left.button_blue span:before, #main .node-webform .form-actions input.split-left.button-primary tr.even td.forum-list-icon-default .forum-list-icon-wrapper span:before, tr.even td.forum-list-icon-default .forum-list-icon-wrapper #main .node-webform .form-actions input.split-left.button-primary span:before, #main .node-webform .split-left.button_green tr.even td.forum-list-icon-default .forum-list-icon-wrapper span:before, tr.even td.forum-list-icon-default .forum-list-icon-wrapper #main .node-webform .split-left.button_green span:before, #main .node-webform .split-left.button_remove tr.even td.forum-list-icon-default .forum-list-icon-wrapper span:before, tr.even td.forum-list-icon-default .forum-list-icon-wrapper #main .node-webform .split-left.button_remove span:before, #main .node-webform .form-actions input.split-left tr.even td.forum-list-icon-default .forum-list-icon-wrapper span:before, tr.even td.forum-list-icon-default .forum-list-icon-wrapper #main .node-webform .form-actions input.split-left span:before,
    #main .node-webform button.split-left.button_blue tr.even td.forum-list-icon-default .forum-list-icon-wrapper span:before,
    tr.even td.forum-list-icon-default .forum-list-icon-wrapper #main .node-webform button.split-left.button_blue span:before, #main .node-webform button.split-left.button_green tr.even td.forum-list-icon-default .forum-list-icon-wrapper span:before, tr.even td.forum-list-icon-default .forum-list-icon-wrapper #main .node-webform button.split-left.button_green span:before,
    #main .node-webform input.split-left.button_blue tr.even td.forum-list-icon-default .forum-list-icon-wrapper span:before,
    tr.even td.forum-list-icon-default .forum-list-icon-wrapper #main .node-webform input.split-left.button_blue span:before, #main .node-webform input.split-left.button_green tr.even td.forum-list-icon-default .forum-list-icon-wrapper span:before, tr.even td.forum-list-icon-default .forum-list-icon-wrapper #main .node-webform input.split-left.button_green span:before, #main .node-webform input.split-left.button_remove tr.even td.forum-list-icon-default .forum-list-icon-wrapper span:before, tr.even td.forum-list-icon-default .forum-list-icon-wrapper #main .node-webform input.split-left.button_remove span:before, .joyride-tip-guide .joyride-content-wrapper a.split-left.joyride-next-tip tr.even td.forum-list-icon-default .forum-list-icon-wrapper span:before, tr.even td.forum-list-icon-default .forum-list-icon-wrapper .joyride-tip-guide .joyride-content-wrapper a.split-left.joyride-next-tip span:before, .page-forum ul.action-links li a.split-left.subscription tr.even td.forum-list-icon-default .forum-list-icon-wrapper span:before, tr.even td.forum-list-icon-default .forum-list-icon-wrapper .page-forum ul.action-links li a.split-left.subscription span:before, .button.split-left tr.odd td.forum-list-icon-default .forum-list-icon-wrapper span:before, tr.odd td.forum-list-icon-default .forum-list-icon-wrapper .button.split-left span:before, .content form input.split-left[type="submit"] tr.odd td.forum-list-icon-default .forum-list-icon-wrapper span:before, tr.odd td.forum-list-icon-default .forum-list-icon-wrapper .content form input.split-left[type="submit"] span:before, label.fancy select.split-left tr.odd td.forum-list-icon-default .forum-list-icon-wrapper span:before, tr.odd td.forum-list-icon-default .forum-list-icon-wrapper label.fancy select.split-left span:before, #main .node-webform .split-left.button_blue tr.odd td.forum-list-icon-default .forum-list-icon-wrapper span:before, tr.odd td.forum-list-icon-default .forum-list-icon-wrapper #main .node-webform .split-left.button_blue span:before, #main .node-webform .form-actions input.split-left.button-primary tr.odd td.forum-list-icon-default .forum-list-icon-wrapper span:before, tr.odd td.forum-list-icon-default .forum-list-icon-wrapper #main .node-webform .form-actions input.split-left.button-primary span:before, #main .node-webform .split-left.button_green tr.odd td.forum-list-icon-default .forum-list-icon-wrapper span:before, tr.odd td.forum-list-icon-default .forum-list-icon-wrapper #main .node-webform .split-left.button_green span:before, #main .node-webform .split-left.button_remove tr.odd td.forum-list-icon-default .forum-list-icon-wrapper span:before, tr.odd td.forum-list-icon-default .forum-list-icon-wrapper #main .node-webform .split-left.button_remove span:before, #main .node-webform .form-actions input.split-left tr.odd td.forum-list-icon-default .forum-list-icon-wrapper span:before, tr.odd td.forum-list-icon-default .forum-list-icon-wrapper #main .node-webform .form-actions input.split-left span:before,
    #main .node-webform button.split-left.button_blue tr.odd td.forum-list-icon-default .forum-list-icon-wrapper span:before,
    tr.odd td.forum-list-icon-default .forum-list-icon-wrapper #main .node-webform button.split-left.button_blue span:before, #main .node-webform button.split-left.button_green tr.odd td.forum-list-icon-default .forum-list-icon-wrapper span:before, tr.odd td.forum-list-icon-default .forum-list-icon-wrapper #main .node-webform button.split-left.button_green span:before,
    #main .node-webform input.split-left.button_blue tr.odd td.forum-list-icon-default .forum-list-icon-wrapper span:before,
    tr.odd td.forum-list-icon-default .forum-list-icon-wrapper #main .node-webform input.split-left.button_blue span:before, #main .node-webform input.split-left.button_green tr.odd td.forum-list-icon-default .forum-list-icon-wrapper span:before, tr.odd td.forum-list-icon-default .forum-list-icon-wrapper #main .node-webform input.split-left.button_green span:before, #main .node-webform input.split-left.button_remove tr.odd td.forum-list-icon-default .forum-list-icon-wrapper span:before, tr.odd td.forum-list-icon-default .forum-list-icon-wrapper #main .node-webform input.split-left.button_remove span:before, .joyride-tip-guide .joyride-content-wrapper a.split-left.joyride-next-tip tr.odd td.forum-list-icon-default .forum-list-icon-wrapper span:before, tr.odd td.forum-list-icon-default .forum-list-icon-wrapper .joyride-tip-guide .joyride-content-wrapper a.split-left.joyride-next-tip span:before, .page-forum ul.action-links li a.split-left.subscription tr.odd td.forum-list-icon-default .forum-list-icon-wrapper span:before, tr.odd td.forum-list-icon-default .forum-list-icon-wrapper .page-forum ul.action-links li a.split-left.subscription span:before, .button.split-left .forum-list-icon-legend .forum-list-icon-default:before, .forum-list-icon-legend .button.split-left .forum-list-icon-default:before, .content form input.split-left[type="submit"] .forum-list-icon-legend .forum-list-icon-default:before, .forum-list-icon-legend .content form input.split-left[type="submit"] .forum-list-icon-default:before, label.fancy select.split-left .forum-list-icon-legend .forum-list-icon-default:before, .forum-list-icon-legend label.fancy select.split-left .forum-list-icon-default:before, #main .node-webform .split-left.button_blue .forum-list-icon-legend .forum-list-icon-default:before, .forum-list-icon-legend #main .node-webform .split-left.button_blue .forum-list-icon-default:before, #main .node-webform .form-actions input.split-left.button-primary .forum-list-icon-legend .forum-list-icon-default:before, .forum-list-icon-legend #main .node-webform .form-actions input.split-left.button-primary .forum-list-icon-default:before, #main .node-webform .split-left.button_green .forum-list-icon-legend .forum-list-icon-default:before, .forum-list-icon-legend #main .node-webform .split-left.button_green .forum-list-icon-default:before, #main .node-webform .split-left.button_remove .forum-list-icon-legend .forum-list-icon-default:before, .forum-list-icon-legend #main .node-webform .split-left.button_remove .forum-list-icon-default:before, #main .node-webform .form-actions input.split-left .forum-list-icon-legend .forum-list-icon-default:before, .forum-list-icon-legend #main .node-webform .form-actions input.split-left .forum-list-icon-default:before,
    #main .node-webform button.split-left.button_blue .forum-list-icon-legend .forum-list-icon-default:before,
    .forum-list-icon-legend #main .node-webform button.split-left.button_blue .forum-list-icon-default:before, #main .node-webform button.split-left.button_green .forum-list-icon-legend .forum-list-icon-default:before, .forum-list-icon-legend #main .node-webform button.split-left.button_green .forum-list-icon-default:before,
    #main .node-webform input.split-left.button_blue .forum-list-icon-legend .forum-list-icon-default:before,
    .forum-list-icon-legend #main .node-webform input.split-left.button_blue .forum-list-icon-default:before, #main .node-webform input.split-left.button_green .forum-list-icon-legend .forum-list-icon-default:before, .forum-list-icon-legend #main .node-webform input.split-left.button_green .forum-list-icon-default:before, #main .node-webform input.split-left.button_remove .forum-list-icon-legend .forum-list-icon-default:before, .forum-list-icon-legend #main .node-webform input.split-left.button_remove .forum-list-icon-default:before, .joyride-tip-guide .joyride-content-wrapper a.split-left.joyride-next-tip .forum-list-icon-legend .forum-list-icon-default:before, .forum-list-icon-legend .joyride-tip-guide .joyride-content-wrapper a.split-left.joyride-next-tip .forum-list-icon-default:before, .page-forum ul.action-links li a.split-left.subscription .forum-list-icon-legend .forum-list-icon-default:before, .forum-list-icon-legend .page-forum ul.action-links li a.split-left.subscription .forum-list-icon-default:before, .button.split-left tr.even td.forum-list-icon-new-posts .forum-list-icon-wrapper span:before, tr.even td.forum-list-icon-new-posts .forum-list-icon-wrapper .button.split-left span:before, .content form input.split-left[type="submit"] tr.even td.forum-list-icon-new-posts .forum-list-icon-wrapper span:before, tr.even td.forum-list-icon-new-posts .forum-list-icon-wrapper .content form input.split-left[type="submit"] span:before, label.fancy select.split-left tr.even td.forum-list-icon-new-posts .forum-list-icon-wrapper span:before, tr.even td.forum-list-icon-new-posts .forum-list-icon-wrapper label.fancy select.split-left span:before, #main .node-webform .split-left.button_blue tr.even td.forum-list-icon-new-posts .forum-list-icon-wrapper span:before, tr.even td.forum-list-icon-new-posts .forum-list-icon-wrapper #main .node-webform .split-left.button_blue span:before, #main .node-webform .form-actions input.split-left.button-primary tr.even td.forum-list-icon-new-posts .forum-list-icon-wrapper span:before, tr.even td.forum-list-icon-new-posts .forum-list-icon-wrapper #main .node-webform .form-actions input.split-left.button-primary span:before, #main .node-webform .split-left.button_green tr.even td.forum-list-icon-new-posts .forum-list-icon-wrapper span:before, tr.even td.forum-list-icon-new-posts .forum-list-icon-wrapper #main .node-webform .split-left.button_green span:before, #main .node-webform .split-left.button_remove tr.even td.forum-list-icon-new-posts .forum-list-icon-wrapper span:before, tr.even td.forum-list-icon-new-posts .forum-list-icon-wrapper #main .node-webform .split-left.button_remove span:before, #main .node-webform .form-actions input.split-left tr.even td.forum-list-icon-new-posts .forum-list-icon-wrapper span:before, tr.even td.forum-list-icon-new-posts .forum-list-icon-wrapper #main .node-webform .form-actions input.split-left span:before,
    #main .node-webform button.split-left.button_blue tr.even td.forum-list-icon-new-posts .forum-list-icon-wrapper span:before,
    tr.even td.forum-list-icon-new-posts .forum-list-icon-wrapper #main .node-webform button.split-left.button_blue span:before, #main .node-webform button.split-left.button_green tr.even td.forum-list-icon-new-posts .forum-list-icon-wrapper span:before, tr.even td.forum-list-icon-new-posts .forum-list-icon-wrapper #main .node-webform button.split-left.button_green span:before,
    #main .node-webform input.split-left.button_blue tr.even td.forum-list-icon-new-posts .forum-list-icon-wrapper span:before,
    tr.even td.forum-list-icon-new-posts .forum-list-icon-wrapper #main .node-webform input.split-left.button_blue span:before, #main .node-webform input.split-left.button_green tr.even td.forum-list-icon-new-posts .forum-list-icon-wrapper span:before, tr.even td.forum-list-icon-new-posts .forum-list-icon-wrapper #main .node-webform input.split-left.button_green span:before, #main .node-webform input.split-left.button_remove tr.even td.forum-list-icon-new-posts .forum-list-icon-wrapper span:before, tr.even td.forum-list-icon-new-posts .forum-list-icon-wrapper #main .node-webform input.split-left.button_remove span:before, .joyride-tip-guide .joyride-content-wrapper a.split-left.joyride-next-tip tr.even td.forum-list-icon-new-posts .forum-list-icon-wrapper span:before, tr.even td.forum-list-icon-new-posts .forum-list-icon-wrapper .joyride-tip-guide .joyride-content-wrapper a.split-left.joyride-next-tip span:before, .page-forum ul.action-links li a.split-left.subscription tr.even td.forum-list-icon-new-posts .forum-list-icon-wrapper span:before, tr.even td.forum-list-icon-new-posts .forum-list-icon-wrapper .page-forum ul.action-links li a.split-left.subscription span:before, .button.split-left tr.odd td.forum-list-icon-new-posts .forum-list-icon-wrapper span:before, tr.odd td.forum-list-icon-new-posts .forum-list-icon-wrapper .button.split-left span:before, .content form input.split-left[type="submit"] tr.odd td.forum-list-icon-new-posts .forum-list-icon-wrapper span:before, tr.odd td.forum-list-icon-new-posts .forum-list-icon-wrapper .content form input.split-left[type="submit"] span:before, label.fancy select.split-left tr.odd td.forum-list-icon-new-posts .forum-list-icon-wrapper span:before, tr.odd td.forum-list-icon-new-posts .forum-list-icon-wrapper label.fancy select.split-left span:before, #main .node-webform .split-left.button_blue tr.odd td.forum-list-icon-new-posts .forum-list-icon-wrapper span:before, tr.odd td.forum-list-icon-new-posts .forum-list-icon-wrapper #main .node-webform .split-left.button_blue span:before, #main .node-webform .form-actions input.split-left.button-primary tr.odd td.forum-list-icon-new-posts .forum-list-icon-wrapper span:before, tr.odd td.forum-list-icon-new-posts .forum-list-icon-wrapper #main .node-webform .form-actions input.split-left.button-primary span:before, #main .node-webform .split-left.button_green tr.odd td.forum-list-icon-new-posts .forum-list-icon-wrapper span:before, tr.odd td.forum-list-icon-new-posts .forum-list-icon-wrapper #main .node-webform .split-left.button_green span:before, #main .node-webform .split-left.button_remove tr.odd td.forum-list-icon-new-posts .forum-list-icon-wrapper span:before, tr.odd td.forum-list-icon-new-posts .forum-list-icon-wrapper #main .node-webform .split-left.button_remove span:before, #main .node-webform .form-actions input.split-left tr.odd td.forum-list-icon-new-posts .forum-list-icon-wrapper span:before, tr.odd td.forum-list-icon-new-posts .forum-list-icon-wrapper #main .node-webform .form-actions input.split-left span:before,
    #main .node-webform button.split-left.button_blue tr.odd td.forum-list-icon-new-posts .forum-list-icon-wrapper span:before,
    tr.odd td.forum-list-icon-new-posts .forum-list-icon-wrapper #main .node-webform button.split-left.button_blue span:before, #main .node-webform button.split-left.button_green tr.odd td.forum-list-icon-new-posts .forum-list-icon-wrapper span:before, tr.odd td.forum-list-icon-new-posts .forum-list-icon-wrapper #main .node-webform button.split-left.button_green span:before,
    #main .node-webform input.split-left.button_blue tr.odd td.forum-list-icon-new-posts .forum-list-icon-wrapper span:before,
    tr.odd td.forum-list-icon-new-posts .forum-list-icon-wrapper #main .node-webform input.split-left.button_blue span:before, #main .node-webform input.split-left.button_green tr.odd td.forum-list-icon-new-posts .forum-list-icon-wrapper span:before, tr.odd td.forum-list-icon-new-posts .forum-list-icon-wrapper #main .node-webform input.split-left.button_green span:before, #main .node-webform input.split-left.button_remove tr.odd td.forum-list-icon-new-posts .forum-list-icon-wrapper span:before, tr.odd td.forum-list-icon-new-posts .forum-list-icon-wrapper #main .node-webform input.split-left.button_remove span:before, .joyride-tip-guide .joyride-content-wrapper a.split-left.joyride-next-tip tr.odd td.forum-list-icon-new-posts .forum-list-icon-wrapper span:before, tr.odd td.forum-list-icon-new-posts .forum-list-icon-wrapper .joyride-tip-guide .joyride-content-wrapper a.split-left.joyride-next-tip span:before, .page-forum ul.action-links li a.split-left.subscription tr.odd td.forum-list-icon-new-posts .forum-list-icon-wrapper span:before, tr.odd td.forum-list-icon-new-posts .forum-list-icon-wrapper .page-forum ul.action-links li a.split-left.subscription span:before, .button.split-left .forum-list-icon-legend .forum-list-icon-new-posts:before, .forum-list-icon-legend .button.split-left .forum-list-icon-new-posts:before, .content form input.split-left[type="submit"] .forum-list-icon-legend .forum-list-icon-new-posts:before, .forum-list-icon-legend .content form input.split-left[type="submit"] .forum-list-icon-new-posts:before, label.fancy select.split-left .forum-list-icon-legend .forum-list-icon-new-posts:before, .forum-list-icon-legend label.fancy select.split-left .forum-list-icon-new-posts:before, #main .node-webform .split-left.button_blue .forum-list-icon-legend .forum-list-icon-new-posts:before, .forum-list-icon-legend #main .node-webform .split-left.button_blue .forum-list-icon-new-posts:before, #main .node-webform .form-actions input.split-left.button-primary .forum-list-icon-legend .forum-list-icon-new-posts:before, .forum-list-icon-legend #main .node-webform .form-actions input.split-left.button-primary .forum-list-icon-new-posts:before, #main .node-webform .split-left.button_green .forum-list-icon-legend .forum-list-icon-new-posts:before, .forum-list-icon-legend #main .node-webform .split-left.button_green .forum-list-icon-new-posts:before, #main .node-webform .split-left.button_remove .forum-list-icon-legend .forum-list-icon-new-posts:before, .forum-list-icon-legend #main .node-webform .split-left.button_remove .forum-list-icon-new-posts:before, #main .node-webform .form-actions input.split-left .forum-list-icon-legend .forum-list-icon-new-posts:before, .forum-list-icon-legend #main .node-webform .form-actions input.split-left .forum-list-icon-new-posts:before,
    #main .node-webform button.split-left.button_blue .forum-list-icon-legend .forum-list-icon-new-posts:before,
    .forum-list-icon-legend #main .node-webform button.split-left.button_blue .forum-list-icon-new-posts:before, #main .node-webform button.split-left.button_green .forum-list-icon-legend .forum-list-icon-new-posts:before, .forum-list-icon-legend #main .node-webform button.split-left.button_green .forum-list-icon-new-posts:before,
    #main .node-webform input.split-left.button_blue .forum-list-icon-legend .forum-list-icon-new-posts:before,
    .forum-list-icon-legend #main .node-webform input.split-left.button_blue .forum-list-icon-new-posts:before, #main .node-webform input.split-left.button_green .forum-list-icon-legend .forum-list-icon-new-posts:before, .forum-list-icon-legend #main .node-webform input.split-left.button_green .forum-list-icon-new-posts:before, #main .node-webform input.split-left.button_remove .forum-list-icon-legend .forum-list-icon-new-posts:before, .forum-list-icon-legend #main .node-webform input.split-left.button_remove .forum-list-icon-new-posts:before, .joyride-tip-guide .joyride-content-wrapper a.split-left.joyride-next-tip .forum-list-icon-legend .forum-list-icon-new-posts:before, .forum-list-icon-legend .joyride-tip-guide .joyride-content-wrapper a.split-left.joyride-next-tip .forum-list-icon-new-posts:before, .page-forum ul.action-links li a.split-left.subscription .forum-list-icon-legend .forum-list-icon-new-posts:before, .forum-list-icon-legend .page-forum ul.action-links li a.split-left.subscription .forum-list-icon-new-posts:before, button.split-left i, button.split-left .views-field-topic-icon span:before, .views-field-topic-icon button.split-left span:before,
    button.split-left .forum-list-icon span span:before,
    .forum-list-icon span button.split-left span:before, button.split-left .forum-topic-legend div:before, .forum-topic-legend button.split-left div:before,
    button.split-left .forum-list-icon-legend span span:before,
    .forum-list-icon-legend span button.split-left span:before, button.split-left tr.even td.forum-list-icon-default .forum-list-icon-wrapper span:before, tr.even td.forum-list-icon-default .forum-list-icon-wrapper button.split-left span:before, button.split-left tr.odd td.forum-list-icon-default .forum-list-icon-wrapper span:before, tr.odd td.forum-list-icon-default .forum-list-icon-wrapper button.split-left span:before, button.split-left .forum-list-icon-legend .forum-list-icon-default:before, .forum-list-icon-legend button.split-left .forum-list-icon-default:before, button.split-left tr.even td.forum-list-icon-new-posts .forum-list-icon-wrapper span:before, tr.even td.forum-list-icon-new-posts .forum-list-icon-wrapper button.split-left span:before, button.split-left tr.odd td.forum-list-icon-new-posts .forum-list-icon-wrapper span:before, tr.odd td.forum-list-icon-new-posts .forum-list-icon-wrapper button.split-left span:before, button.split-left .forum-list-icon-legend .forum-list-icon-new-posts:before, .forum-list-icon-legend button.split-left .forum-list-icon-new-posts:before, .btn.split-left i, .btn.split-left .views-field-topic-icon span:before, .views-field-topic-icon .btn.split-left span:before,
    .btn.split-left .forum-list-icon span span:before,
    .forum-list-icon span .btn.split-left span:before, .btn.split-left .forum-topic-legend div:before, .forum-topic-legend .btn.split-left div:before,
    .btn.split-left .forum-list-icon-legend span span:before,
    .forum-list-icon-legend span .btn.split-left span:before, .btn.split-left tr.even td.forum-list-icon-default .forum-list-icon-wrapper span:before, tr.even td.forum-list-icon-default .forum-list-icon-wrapper .btn.split-left span:before, .btn.split-left tr.odd td.forum-list-icon-default .forum-list-icon-wrapper span:before, tr.odd td.forum-list-icon-default .forum-list-icon-wrapper .btn.split-left span:before, .btn.split-left .forum-list-icon-legend .forum-list-icon-default:before, .forum-list-icon-legend .btn.split-left .forum-list-icon-default:before, .btn.split-left tr.even td.forum-list-icon-new-posts .forum-list-icon-wrapper span:before, tr.even td.forum-list-icon-new-posts .forum-list-icon-wrapper .btn.split-left span:before, .btn.split-left tr.odd td.forum-list-icon-new-posts .forum-list-icon-wrapper span:before, tr.odd td.forum-list-icon-new-posts .forum-list-icon-wrapper .btn.split-left span:before, .btn.split-left .forum-list-icon-legend .forum-list-icon-new-posts:before, .forum-list-icon-legend .btn.split-left .forum-list-icon-new-posts:before, .button_blue.split-left i, #main .node-webform .form-actions input.split-left.button-primary i, .button_blue.split-left .views-field-topic-icon span:before, .views-field-topic-icon .button_blue.split-left span:before, #main .node-webform .form-actions input.split-left.button-primary .views-field-topic-icon span:before, .views-field-topic-icon #main .node-webform .form-actions input.split-left.button-primary span:before,
    .button_blue.split-left .forum-list-icon span span:before,
    .forum-list-icon span .button_blue.split-left span:before,
    #main .node-webform .form-actions input.split-left.button-primary .forum-list-icon span span:before,
    .forum-list-icon span #main .node-webform .form-actions input.split-left.button-primary span:before, .button_blue.split-left .forum-topic-legend div:before, .forum-topic-legend .button_blue.split-left div:before, #main .node-webform .form-actions input.split-left.button-primary .forum-topic-legend div:before, .forum-topic-legend #main .node-webform .form-actions input.split-left.button-primary div:before,
    .button_blue.split-left .forum-list-icon-legend span span:before,
    .forum-list-icon-legend span .button_blue.split-left span:before,
    #main .node-webform .form-actions input.split-left.button-primary .forum-list-icon-legend span span:before,
    .forum-list-icon-legend span #main .node-webform .form-actions input.split-left.button-primary span:before, .button_blue.split-left tr.even td.forum-list-icon-default .forum-list-icon-wrapper span:before, tr.even td.forum-list-icon-default .forum-list-icon-wrapper .button_blue.split-left span:before, #main .node-webform .form-actions input.split-left.button-primary tr.even td.forum-list-icon-default .forum-list-icon-wrapper span:before, tr.even td.forum-list-icon-default .forum-list-icon-wrapper #main .node-webform .form-actions input.split-left.button-primary span:before, .button_blue.split-left tr.odd td.forum-list-icon-default .forum-list-icon-wrapper span:before, tr.odd td.forum-list-icon-default .forum-list-icon-wrapper .button_blue.split-left span:before, #main .node-webform .form-actions input.split-left.button-primary tr.odd td.forum-list-icon-default .forum-list-icon-wrapper span:before, tr.odd td.forum-list-icon-default .forum-list-icon-wrapper #main .node-webform .form-actions input.split-left.button-primary span:before, .button_blue.split-left .forum-list-icon-legend .forum-list-icon-default:before, .forum-list-icon-legend .button_blue.split-left .forum-list-icon-default:before, #main .node-webform .form-actions input.split-left.button-primary .forum-list-icon-legend .forum-list-icon-default:before, .forum-list-icon-legend #main .node-webform .form-actions input.split-left.button-primary .forum-list-icon-default:before, .button_blue.split-left tr.even td.forum-list-icon-new-posts .forum-list-icon-wrapper span:before, tr.even td.forum-list-icon-new-posts .forum-list-icon-wrapper .button_blue.split-left span:before, #main .node-webform .form-actions input.split-left.button-primary tr.even td.forum-list-icon-new-posts .forum-list-icon-wrapper span:before, tr.even td.forum-list-icon-new-posts .forum-list-icon-wrapper #main .node-webform .form-actions input.split-left.button-primary span:before, .button_blue.split-left tr.odd td.forum-list-icon-new-posts .forum-list-icon-wrapper span:before, tr.odd td.forum-list-icon-new-posts .forum-list-icon-wrapper .button_blue.split-left span:before, #main .node-webform .form-actions input.split-left.button-primary tr.odd td.forum-list-icon-new-posts .forum-list-icon-wrapper span:before, tr.odd td.forum-list-icon-new-posts .forum-list-icon-wrapper #main .node-webform .form-actions input.split-left.button-primary span:before, .button_blue.split-left .forum-list-icon-legend .forum-list-icon-new-posts:before, .forum-list-icon-legend .button_blue.split-left .forum-list-icon-new-posts:before, #main .node-webform .form-actions input.split-left.button-primary .forum-list-icon-legend .forum-list-icon-new-posts:before, .forum-list-icon-legend #main .node-webform .form-actions input.split-left.button-primary .forum-list-icon-new-posts:before, .button_green.split-left i, .button_green.split-left .views-field-topic-icon span:before, .views-field-topic-icon .button_green.split-left span:before,
    .button_green.split-left .forum-list-icon span span:before,
    .forum-list-icon span .button_green.split-left span:before, .button_green.split-left .forum-topic-legend div:before, .forum-topic-legend .button_green.split-left div:before,
    .button_green.split-left .forum-list-icon-legend span span:before,
    .forum-list-icon-legend span .button_green.split-left span:before, .button_green.split-left tr.even td.forum-list-icon-default .forum-list-icon-wrapper span:before, tr.even td.forum-list-icon-default .forum-list-icon-wrapper .button_green.split-left span:before, .button_green.split-left tr.odd td.forum-list-icon-default .forum-list-icon-wrapper span:before, tr.odd td.forum-list-icon-default .forum-list-icon-wrapper .button_green.split-left span:before, .button_green.split-left .forum-list-icon-legend .forum-list-icon-default:before, .forum-list-icon-legend .button_green.split-left .forum-list-icon-default:before, .button_green.split-left tr.even td.forum-list-icon-new-posts .forum-list-icon-wrapper span:before, tr.even td.forum-list-icon-new-posts .forum-list-icon-wrapper .button_green.split-left span:before, .button_green.split-left tr.odd td.forum-list-icon-new-posts .forum-list-icon-wrapper span:before, tr.odd td.forum-list-icon-new-posts .forum-list-icon-wrapper .button_green.split-left span:before, .button_green.split-left .forum-list-icon-legend .forum-list-icon-new-posts:before, .forum-list-icon-legend .button_green.split-left .forum-list-icon-new-posts:before {
      margin-left: -2em; }
  .button:hover, .content form input[type="submit"]:hover, label.fancy select:hover, #main .node-webform .button_blue:hover, #main .node-webform .button_green:hover, #main .node-webform .button_remove:hover, #main .node-webform .form-actions input:hover, .joyride-tip-guide .joyride-content-wrapper a.joyride-next-tip:hover, .page-forum ul.action-links li a.subscription:hover, button:hover, .btn:hover, .button_blue:hover, #main .node-webform .form-actions input.button-primary:hover, .button_green:hover {
    background-color: #2597ff;
    color: #fff; }

a.button.no-hover, #main .node-webform a.no-hover.button_blue, #main .node-webform a.no-hover.button_green, #main .node-webform a.no-hover.button_remove, .joyride-tip-guide .joyride-content-wrapper a.no-hover.joyride-next-tip, .page-forum ul.action-links li a.no-hover.subscription {
  background-color: #2597ff;
  color: #fff; }
  a.button.no-hover:hover, #main .node-webform a.no-hover.button_blue:hover, #main .node-webform a.no-hover.button_green:hover, #main .node-webform a.no-hover.button_remove:hover, .joyride-tip-guide .joyride-content-wrapper a.no-hover.joyride-next-tip:hover, .page-forum ul.action-links li a.no-hover.subscription:hover {
    background-color: #2597ff;
    color: #fff; }
  a.button.no-hover.orange, #main .node-webform a.no-hover.orange.button_blue, #main .node-webform a.no-hover.orange.button_green, #main .node-webform a.no-hover.orange.button_remove, .joyride-tip-guide .joyride-content-wrapper a.no-hover.orange.joyride-next-tip, .page-forum ul.action-links li a.no-hover.orange.subscription {
    background-color: #ffa04d;
    color: #fff; }
    a.button.no-hover.orange:hover, #main .node-webform a.no-hover.orange.button_blue:hover, #main .node-webform a.no-hover.orange.button_green:hover, #main .node-webform a.no-hover.orange.button_remove:hover, .joyride-tip-guide .joyride-content-wrapper a.no-hover.orange.joyride-next-tip:hover, .page-forum ul.action-links li a.no-hover.orange.subscription:hover {
      background-color: #ffa04d;
      color: #fff; }
  a.button.no-hover.green, #main .node-webform a.no-hover.green.button_blue, #main .node-webform a.no-hover.green.button_green, #main .node-webform a.no-hover.green.button_remove, .joyride-tip-guide .joyride-content-wrapper a.no-hover.green.joyride-next-tip, .page-forum ul.action-links li a.no-hover.green.subscription, a.button.no-hover.faded-green, #main .node-webform a.no-hover.faded-green.button_blue, #main .node-webform a.no-hover.faded-green.button_green, #main .node-webform a.no-hover.faded-green.button_remove, .joyride-tip-guide .joyride-content-wrapper a.no-hover.faded-green.joyride-next-tip, .page-forum ul.action-links li a.no-hover.faded-green.subscription {
    background-color: #00e4b9;
    color: #fff; }
    a.button.no-hover.green:hover, #main .node-webform a.no-hover.green.button_blue:hover, #main .node-webform a.no-hover.green.button_green:hover, #main .node-webform a.no-hover.green.button_remove:hover, .joyride-tip-guide .joyride-content-wrapper a.no-hover.green.joyride-next-tip:hover, .page-forum ul.action-links li a.no-hover.green.subscription:hover, a.button.no-hover.faded-green:hover, #main .node-webform a.no-hover.faded-green.button_blue:hover, #main .node-webform a.no-hover.faded-green.button_green:hover, #main .node-webform a.no-hover.faded-green.button_remove:hover, .joyride-tip-guide .joyride-content-wrapper a.no-hover.faded-green.joyride-next-tip:hover, .page-forum ul.action-links li a.no-hover.faded-green.subscription:hover {
      background-color: #00e4b9;
      color: #fff; }
  a.button.no-hover.grey, #main .node-webform a.no-hover.grey.button_blue, #main .node-webform a.no-hover.grey.button_green, #main .node-webform a.no-hover.grey.button_remove, .joyride-tip-guide .joyride-content-wrapper a.no-hover.grey.joyride-next-tip, .page-forum ul.action-links li a.no-hover.grey.subscription {
    background-color: #c1c3c2;
    color: #fff; }
    a.button.no-hover.grey:hover, #main .node-webform a.no-hover.grey.button_blue:hover, #main .node-webform a.no-hover.grey.button_green:hover, #main .node-webform a.no-hover.grey.button_remove:hover, .joyride-tip-guide .joyride-content-wrapper a.no-hover.grey.joyride-next-tip:hover, .page-forum ul.action-links li a.no-hover.grey.subscription:hover {
      background-color: #c1c3c2;
      color: #fff; }
  a.button.no-hover.violet, #main .node-webform a.no-hover.violet.button_blue, #main .node-webform a.no-hover.violet.button_green, #main .node-webform a.no-hover.violet.button_remove, .joyride-tip-guide .joyride-content-wrapper a.no-hover.violet.joyride-next-tip, .page-forum ul.action-links li a.no-hover.violet.subscription {
    background-color: #ad49c9;
    color: #fff; }
    a.button.no-hover.violet:hover, #main .node-webform a.no-hover.violet.button_blue:hover, #main .node-webform a.no-hover.violet.button_green:hover, #main .node-webform a.no-hover.violet.button_remove:hover, .joyride-tip-guide .joyride-content-wrapper a.no-hover.violet.joyride-next-tip:hover, .page-forum ul.action-links li a.no-hover.violet.subscription:hover {
      background-color: #ad49c9;
      color: #fff; }

.split-right, label.fancy select {
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjEuMCIgeTE9IjAuNSIgeDI9IjAuMCIgeTI9IjAuNSI+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjMDA0ODhiIi8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjMDA2M2JlIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 100% 50%, 0% 50%, color-stop(100%, #00488b), color-stop(100%, #0063be));
  background-image: -moz-linear-gradient(right, #00488b 3em, #0063be 3em);
  background-image: -webkit-linear-gradient(right, #00488b 3em, #0063be 3em);
  background-image: linear-gradient(to left, #00488b 3em, #0063be 3em);
  padding-right: 1em; }
  .split-right i, label.fancy select i, .split-right .views-field-topic-icon span:before, .views-field-topic-icon .split-right span:before, label.fancy select .views-field-topic-icon span:before, .views-field-topic-icon label.fancy select span:before,
  .split-right .forum-list-icon span span:before,
  .forum-list-icon span .split-right span:before,
  label.fancy select .forum-list-icon span span:before,
  .forum-list-icon span label.fancy select span:before, .split-right .forum-topic-legend div:before, .forum-topic-legend .split-right div:before, label.fancy select .forum-topic-legend div:before, .forum-topic-legend label.fancy select div:before,
  .split-right .forum-list-icon-legend span span:before,
  .forum-list-icon-legend span .split-right span:before,
  label.fancy select .forum-list-icon-legend span span:before,
  .forum-list-icon-legend span label.fancy select span:before, .split-right tr.even td.forum-list-icon-default .forum-list-icon-wrapper span:before, tr.even td.forum-list-icon-default .forum-list-icon-wrapper .split-right span:before, label.fancy select tr.even td.forum-list-icon-default .forum-list-icon-wrapper span:before, tr.even td.forum-list-icon-default .forum-list-icon-wrapper label.fancy select span:before, .split-right tr.odd td.forum-list-icon-default .forum-list-icon-wrapper span:before, tr.odd td.forum-list-icon-default .forum-list-icon-wrapper .split-right span:before, label.fancy select tr.odd td.forum-list-icon-default .forum-list-icon-wrapper span:before, tr.odd td.forum-list-icon-default .forum-list-icon-wrapper label.fancy select span:before, .split-right .forum-list-icon-legend .forum-list-icon-default:before, .forum-list-icon-legend .split-right .forum-list-icon-default:before, label.fancy select .forum-list-icon-legend .forum-list-icon-default:before, .forum-list-icon-legend label.fancy select .forum-list-icon-default:before, .split-right tr.even td.forum-list-icon-new-posts .forum-list-icon-wrapper span:before, tr.even td.forum-list-icon-new-posts .forum-list-icon-wrapper .split-right span:before, label.fancy select tr.even td.forum-list-icon-new-posts .forum-list-icon-wrapper span:before, tr.even td.forum-list-icon-new-posts .forum-list-icon-wrapper label.fancy select span:before, .split-right tr.odd td.forum-list-icon-new-posts .forum-list-icon-wrapper span:before, tr.odd td.forum-list-icon-new-posts .forum-list-icon-wrapper .split-right span:before, label.fancy select tr.odd td.forum-list-icon-new-posts .forum-list-icon-wrapper span:before, tr.odd td.forum-list-icon-new-posts .forum-list-icon-wrapper label.fancy select span:before, .split-right .forum-list-icon-legend .forum-list-icon-new-posts:before, .forum-list-icon-legend .split-right .forum-list-icon-new-posts:before, label.fancy select .forum-list-icon-legend .forum-list-icon-new-posts:before, .forum-list-icon-legend label.fancy select .forum-list-icon-new-posts:before {
    padding-left: 1.5em;
    float: right;
    line-height: 1.7em; }
  .split-right:hover, label.fancy select:hover {
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjEuMCIgeTE9IjAuNSIgeDI9IjAuMCIgeTI9IjAuNSI+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjMDA2M2JlIi8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjMjU5N2ZmIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g');
    background-size: 100%;
    background-image: -webkit-gradient(linear, 100% 50%, 0% 50%, color-stop(100%, #0063be), color-stop(100%, #2597ff));
    background-image: -moz-linear-gradient(right, #0063be 3em, #2597ff 3em);
    background-image: -webkit-linear-gradient(right, #0063be 3em, #2597ff 3em);
    background-image: linear-gradient(to left, #0063be 3em, #2597ff 3em); }

.split-left {
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuMCIgeTE9IjAuNSIgeDI9IjEuMCIgeTI9IjAuNSI+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjMDA0ODhiIi8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjMDA2M2JlIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(100%, #00488b), color-stop(100%, #0063be));
  background-image: -moz-linear-gradient(left, #00488b 3em, #0063be 3em);
  background-image: -webkit-linear-gradient(left, #00488b 3em, #0063be 3em);
  background-image: linear-gradient(to right, #00488b 3em, #0063be 3em); }
  .split-left i, .split-left .views-field-topic-icon span:before, .views-field-topic-icon .split-left span:before,
  .split-left .forum-list-icon span span:before,
  .forum-list-icon span .split-left span:before, .split-left .forum-topic-legend div:before, .forum-topic-legend .split-left div:before,
  .split-left .forum-list-icon-legend span span:before,
  .forum-list-icon-legend span .split-left span:before, .split-left tr.even td.forum-list-icon-default .forum-list-icon-wrapper span:before, tr.even td.forum-list-icon-default .forum-list-icon-wrapper .split-left span:before, .split-left tr.odd td.forum-list-icon-default .forum-list-icon-wrapper span:before, tr.odd td.forum-list-icon-default .forum-list-icon-wrapper .split-left span:before, .split-left .forum-list-icon-legend .forum-list-icon-default:before, .forum-list-icon-legend .split-left .forum-list-icon-default:before, .split-left tr.even td.forum-list-icon-new-posts .forum-list-icon-wrapper span:before, tr.even td.forum-list-icon-new-posts .forum-list-icon-wrapper .split-left span:before, .split-left tr.odd td.forum-list-icon-new-posts .forum-list-icon-wrapper span:before, tr.odd td.forum-list-icon-new-posts .forum-list-icon-wrapper .split-left span:before, .split-left .forum-list-icon-legend .forum-list-icon-new-posts:before, .forum-list-icon-legend .split-left .forum-list-icon-new-posts:before {
    padding-right: 1.5em;
    left: -0.4em;
    position: relative;
    line-height: 1.6em;
    float: left; }
  .split-left:hover {
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuMCIgeTE9IjAuNSIgeDI9IjEuMCIgeTI9IjAuNSI+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjMDA2M2JlIi8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjMjU5N2ZmIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g');
    background-size: 100%;
    background-image: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(100%, #0063be), color-stop(100%, #2597ff));
    background-image: -moz-linear-gradient(left, #0063be 3em, #2597ff 3em);
    background-image: -webkit-linear-gradient(left, #0063be 3em, #2597ff 3em);
    background-image: linear-gradient(to right, #0063be 3em, #2597ff 3em); }

.button.green, .content form input.green[type="submit"], label.fancy select.green, #main .node-webform .green.button_blue, #main .node-webform .green.button_green, #main .node-webform .green.button_remove, #main .node-webform .form-actions input.green, .joyride-tip-guide .joyride-content-wrapper a.green.joyride-next-tip, .page-forum ul.action-links li a.green.subscription, .green-button, .button.faded-green, .content form input.faded-green[type="submit"], label.fancy select.faded-green, #main .node-webform .faded-green.button_blue, #main .node-webform .faded-green.button_green, #main .node-webform .faded-green.button_remove, #main .node-webform .form-actions input.faded-green, .joyride-tip-guide .joyride-content-wrapper a.faded-green.joyride-next-tip, .page-forum ul.action-links li a.faded-green.subscription, .faded-green-button, .theme-green .button, .theme-green .content form input[type="submit"], .content form .theme-green input[type="submit"], .theme-green label.fancy select, label.fancy .theme-green select, .theme-green #main .node-webform .button_blue, #main .node-webform .theme-green .button_blue, .theme-green #main .node-webform .button_green, #main .node-webform .theme-green .button_green, .theme-green #main .node-webform .button_remove, #main .node-webform .theme-green .button_remove, .theme-green #main .node-webform .form-actions input, #main .node-webform .form-actions .theme-green input, .theme-green .joyride-tip-guide .joyride-content-wrapper a.joyride-next-tip, .joyride-tip-guide .joyride-content-wrapper .theme-green a.joyride-next-tip, .theme-green .page-forum ul.action-links li a.subscription, .page-forum ul.action-links li .theme-green a.subscription {
  background-color: #007e66; }
  .button.green:hover, .content form input.green[type="submit"]:hover, label.fancy select.green:hover, #main .node-webform .green.button_blue:hover, #main .node-webform .green.button_green:hover, #main .node-webform .green.button_remove:hover, #main .node-webform .form-actions input.green:hover, .joyride-tip-guide .joyride-content-wrapper a.green.joyride-next-tip:hover, .page-forum ul.action-links li a.green.subscription:hover, .green-button:hover, .button.faded-green:hover, .content form input.faded-green[type="submit"]:hover, label.fancy select.faded-green:hover, #main .node-webform .faded-green.button_blue:hover, #main .node-webform .faded-green.button_green:hover, #main .node-webform .faded-green.button_remove:hover, #main .node-webform .form-actions input.faded-green:hover, .joyride-tip-guide .joyride-content-wrapper a.faded-green.joyride-next-tip:hover, .page-forum ul.action-links li a.faded-green.subscription:hover, .faded-green-button:hover, .theme-green .button:hover, .theme-green .content form input[type="submit"]:hover, .content form .theme-green input[type="submit"]:hover, .theme-green label.fancy select:hover, label.fancy .theme-green select:hover, .theme-green #main .node-webform .button_blue:hover, #main .node-webform .theme-green .button_blue:hover, .theme-green #main .node-webform .button_green:hover, #main .node-webform .theme-green .button_green:hover, .theme-green #main .node-webform .button_remove:hover, #main .node-webform .theme-green .button_remove:hover, .theme-green #main .node-webform .form-actions input:hover, #main .node-webform .form-actions .theme-green input:hover, .theme-green .joyride-tip-guide .joyride-content-wrapper a.joyride-next-tip:hover, .joyride-tip-guide .joyride-content-wrapper .theme-green a.joyride-next-tip:hover, .theme-green .page-forum ul.action-links li a.subscription:hover, .page-forum ul.action-links li .theme-green a.subscription:hover {
    background-color: #00b18f; }
  .button.green.split-right, .content form input.green.split-right[type="submit"], label.fancy select.green, #main .node-webform .green.split-right.button_blue, #main .node-webform label.fancy select.green.button_blue, label.fancy #main .node-webform select.green.button_blue, #main .node-webform .green.split-right.button_green, #main .node-webform label.fancy select.green.button_green, label.fancy #main .node-webform select.green.button_green, #main .node-webform .green.split-right.button_remove, #main .node-webform label.fancy select.green.button_remove, label.fancy #main .node-webform select.green.button_remove, #main .node-webform .form-actions input.green.split-right, .joyride-tip-guide .joyride-content-wrapper a.green.split-right.joyride-next-tip, .page-forum ul.action-links li a.green.split-right.subscription, .green-button.split-right, label.fancy select.green-button, .button.faded-green.split-right, .content form input.faded-green.split-right[type="submit"], label.fancy select.faded-green, #main .node-webform .faded-green.split-right.button_blue, #main .node-webform label.fancy select.faded-green.button_blue, label.fancy #main .node-webform select.faded-green.button_blue, #main .node-webform .faded-green.split-right.button_green, #main .node-webform label.fancy select.faded-green.button_green, label.fancy #main .node-webform select.faded-green.button_green, #main .node-webform .faded-green.split-right.button_remove, #main .node-webform label.fancy select.faded-green.button_remove, label.fancy #main .node-webform select.faded-green.button_remove, #main .node-webform .form-actions input.faded-green.split-right, .joyride-tip-guide .joyride-content-wrapper a.faded-green.split-right.joyride-next-tip, .page-forum ul.action-links li a.faded-green.split-right.subscription, .faded-green-button.split-right, label.fancy select.faded-green-button, .theme-green label.fancy select, label.fancy .theme-green select, label.fancy .theme-green #main .node-webform select.button_blue, .theme-green #main .node-webform label.fancy select.button_blue, label.fancy #main .node-webform .theme-green select.button_blue, #main .node-webform .theme-green label.fancy select.button_blue, label.fancy .theme-green #main .node-webform select.button_green, .theme-green #main .node-webform label.fancy select.button_green, label.fancy #main .node-webform .theme-green select.button_green, #main .node-webform .theme-green label.fancy select.button_green, label.fancy .theme-green #main .node-webform select.button_remove, .theme-green #main .node-webform label.fancy select.button_remove, label.fancy #main .node-webform .theme-green select.button_remove, #main .node-webform .theme-green label.fancy select.button_remove, .theme-green .split-right.button, .theme-green .content form input.split-right[type="submit"], .content form .theme-green input.split-right[type="submit"], .theme-green #main .node-webform .split-right.button_blue, #main .node-webform .theme-green .split-right.button_blue, #main .node-webform label.fancy .theme-green select.button_blue, .theme-green label.fancy #main .node-webform select.button_blue, .theme-green #main .node-webform .split-right.button_green, #main .node-webform .theme-green .split-right.button_green, #main .node-webform label.fancy .theme-green select.button_green, .theme-green label.fancy #main .node-webform select.button_green, .theme-green #main .node-webform .split-right.button_remove, #main .node-webform .theme-green .split-right.button_remove, #main .node-webform label.fancy .theme-green select.button_remove, .theme-green label.fancy #main .node-webform select.button_remove, .theme-green #main .node-webform .form-actions input.split-right, #main .node-webform .form-actions .theme-green input.split-right, .theme-green .joyride-tip-guide .joyride-content-wrapper a.split-right.joyride-next-tip, .joyride-tip-guide .joyride-content-wrapper .theme-green a.split-right.joyride-next-tip, .theme-green .page-forum ul.action-links li a.split-right.subscription, .page-forum ul.action-links li .theme-green a.split-right.subscription {
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjEuMCIgeTE9IjAuNSIgeDI9IjAuMCIgeTI9IjAuNSI+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjMDA0YjNkIi8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjMDA3ZTY2Ii8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g');
    background-size: 100%;
    background-image: -webkit-gradient(linear, 100% 50%, 0% 50%, color-stop(100%, #004b3d), color-stop(100%, #007e66));
    background-image: -moz-linear-gradient(right, #004b3d 3em, #007e66 3em);
    background-image: -webkit-linear-gradient(right, #004b3d 3em, #007e66 3em);
    background-image: linear-gradient(to left, #004b3d 3em, #007e66 3em); }
    .button.green.split-right:hover, .content form input.green.split-right[type="submit"]:hover, label.fancy select.green:hover, #main .node-webform .green.split-right.button_blue:hover, #main .node-webform label.fancy select.green.button_blue:hover, label.fancy #main .node-webform select.green.button_blue:hover, #main .node-webform .green.split-right.button_green:hover, #main .node-webform label.fancy select.green.button_green:hover, label.fancy #main .node-webform select.green.button_green:hover, #main .node-webform .green.split-right.button_remove:hover, #main .node-webform label.fancy select.green.button_remove:hover, label.fancy #main .node-webform select.green.button_remove:hover, #main .node-webform .form-actions input.green.split-right:hover, .joyride-tip-guide .joyride-content-wrapper a.green.split-right.joyride-next-tip:hover, .page-forum ul.action-links li a.green.split-right.subscription:hover, .green-button.split-right:hover, label.fancy select.green-button:hover, .button.faded-green.split-right:hover, .content form input.faded-green.split-right[type="submit"]:hover, label.fancy select.faded-green:hover, #main .node-webform .faded-green.split-right.button_blue:hover, #main .node-webform label.fancy select.faded-green.button_blue:hover, label.fancy #main .node-webform select.faded-green.button_blue:hover, #main .node-webform .faded-green.split-right.button_green:hover, #main .node-webform label.fancy select.faded-green.button_green:hover, label.fancy #main .node-webform select.faded-green.button_green:hover, #main .node-webform .faded-green.split-right.button_remove:hover, #main .node-webform label.fancy select.faded-green.button_remove:hover, label.fancy #main .node-webform select.faded-green.button_remove:hover, #main .node-webform .form-actions input.faded-green.split-right:hover, .joyride-tip-guide .joyride-content-wrapper a.faded-green.split-right.joyride-next-tip:hover, .page-forum ul.action-links li a.faded-green.split-right.subscription:hover, .faded-green-button.split-right:hover, label.fancy select.faded-green-button:hover, .theme-green label.fancy select:hover, label.fancy .theme-green select:hover, label.fancy .theme-green #main .node-webform select.button_blue:hover, .theme-green #main .node-webform label.fancy select.button_blue:hover, label.fancy #main .node-webform .theme-green select.button_blue:hover, #main .node-webform .theme-green label.fancy select.button_blue:hover, label.fancy .theme-green #main .node-webform select.button_green:hover, .theme-green #main .node-webform label.fancy select.button_green:hover, label.fancy #main .node-webform .theme-green select.button_green:hover, #main .node-webform .theme-green label.fancy select.button_green:hover, label.fancy .theme-green #main .node-webform select.button_remove:hover, .theme-green #main .node-webform label.fancy select.button_remove:hover, label.fancy #main .node-webform .theme-green select.button_remove:hover, #main .node-webform .theme-green label.fancy select.button_remove:hover, .theme-green .split-right.button:hover, .theme-green .content form input.split-right[type="submit"]:hover, .content form .theme-green input.split-right[type="submit"]:hover, .theme-green #main .node-webform .split-right.button_blue:hover, #main .node-webform .theme-green .split-right.button_blue:hover, #main .node-webform label.fancy .theme-green select.button_blue:hover, .theme-green label.fancy #main .node-webform select.button_blue:hover, .theme-green #main .node-webform .split-right.button_green:hover, #main .node-webform .theme-green .split-right.button_green:hover, #main .node-webform label.fancy .theme-green select.button_green:hover, .theme-green label.fancy #main .node-webform select.button_green:hover, .theme-green #main .node-webform .split-right.button_remove:hover, #main .node-webform .theme-green .split-right.button_remove:hover, #main .node-webform label.fancy .theme-green select.button_remove:hover, .theme-green label.fancy #main .node-webform select.button_remove:hover, .theme-green #main .node-webform .form-actions input.split-right:hover, #main .node-webform .form-actions .theme-green input.split-right:hover, .theme-green .joyride-tip-guide .joyride-content-wrapper a.split-right.joyride-next-tip:hover, .joyride-tip-guide .joyride-content-wrapper .theme-green a.split-right.joyride-next-tip:hover, .theme-green .page-forum ul.action-links li a.split-right.subscription:hover, .page-forum ul.action-links li .theme-green a.split-right.subscription:hover {
      background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjEuMCIgeTE9IjAuNSIgeDI9IjAuMCIgeTI9IjAuNSI+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjMDA3ZTY2Ii8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjMDBiMThmIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g');
      background-size: 100%;
      background-image: -webkit-gradient(linear, 100% 50%, 0% 50%, color-stop(100%, #007e66), color-stop(100%, #00b18f));
      background-image: -moz-linear-gradient(right, #007e66 3em, #00b18f 3em);
      background-image: -webkit-linear-gradient(right, #007e66 3em, #00b18f 3em);
      background-image: linear-gradient(to left, #007e66 3em, #00b18f 3em); }
  .button.green.split-left, .content form input.green.split-left[type="submit"], label.fancy select.green.split-left, #main .node-webform .green.split-left.button_blue, #main .node-webform .green.split-left.button_green, #main .node-webform .green.split-left.button_remove, #main .node-webform .form-actions input.green.split-left, .joyride-tip-guide .joyride-content-wrapper a.green.split-left.joyride-next-tip, .page-forum ul.action-links li a.green.split-left.subscription, .green-button.split-left, .button.faded-green.split-left, .content form input.faded-green.split-left[type="submit"], label.fancy select.faded-green.split-left, #main .node-webform .faded-green.split-left.button_blue, #main .node-webform .faded-green.split-left.button_green, #main .node-webform .faded-green.split-left.button_remove, #main .node-webform .form-actions input.faded-green.split-left, .joyride-tip-guide .joyride-content-wrapper a.faded-green.split-left.joyride-next-tip, .page-forum ul.action-links li a.faded-green.split-left.subscription, .faded-green-button.split-left, .theme-green .split-left.button, .theme-green .content form input.split-left[type="submit"], .content form .theme-green input.split-left[type="submit"], .theme-green label.fancy select.split-left, label.fancy .theme-green select.split-left, .theme-green #main .node-webform .split-left.button_blue, #main .node-webform .theme-green .split-left.button_blue, .theme-green #main .node-webform .split-left.button_green, #main .node-webform .theme-green .split-left.button_green, .theme-green #main .node-webform .split-left.button_remove, #main .node-webform .theme-green .split-left.button_remove, .theme-green #main .node-webform .form-actions input.split-left, #main .node-webform .form-actions .theme-green input.split-left, .theme-green .joyride-tip-guide .joyride-content-wrapper a.split-left.joyride-next-tip, .joyride-tip-guide .joyride-content-wrapper .theme-green a.split-left.joyride-next-tip, .theme-green .page-forum ul.action-links li a.split-left.subscription, .page-forum ul.action-links li .theme-green a.split-left.subscription {
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuMCIgeTE9IjAuNSIgeDI9IjEuMCIgeTI9IjAuNSI+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjMDA0YjNkIi8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjMDA3ZTY2Ii8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g');
    background-size: 100%;
    background-image: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(100%, #004b3d), color-stop(100%, #007e66));
    background-image: -moz-linear-gradient(left, #004b3d 3em, #007e66 3em);
    background-image: -webkit-linear-gradient(left, #004b3d 3em, #007e66 3em);
    background-image: linear-gradient(to right, #004b3d 3em, #007e66 3em); }
    .button.green.split-left:hover, .content form input.green.split-left[type="submit"]:hover, label.fancy select.green.split-left:hover, #main .node-webform .green.split-left.button_blue:hover, #main .node-webform .green.split-left.button_green:hover, #main .node-webform .green.split-left.button_remove:hover, #main .node-webform .form-actions input.green.split-left:hover, .joyride-tip-guide .joyride-content-wrapper a.green.split-left.joyride-next-tip:hover, .page-forum ul.action-links li a.green.split-left.subscription:hover, .green-button.split-left:hover, .button.faded-green.split-left:hover, .content form input.faded-green.split-left[type="submit"]:hover, label.fancy select.faded-green.split-left:hover, #main .node-webform .faded-green.split-left.button_blue:hover, #main .node-webform .faded-green.split-left.button_green:hover, #main .node-webform .faded-green.split-left.button_remove:hover, #main .node-webform .form-actions input.faded-green.split-left:hover, .joyride-tip-guide .joyride-content-wrapper a.faded-green.split-left.joyride-next-tip:hover, .page-forum ul.action-links li a.faded-green.split-left.subscription:hover, .faded-green-button.split-left:hover, .theme-green .split-left.button:hover, .theme-green .content form input.split-left[type="submit"]:hover, .content form .theme-green input.split-left[type="submit"]:hover, .theme-green label.fancy select.split-left:hover, label.fancy .theme-green select.split-left:hover, .theme-green #main .node-webform .split-left.button_blue:hover, #main .node-webform .theme-green .split-left.button_blue:hover, .theme-green #main .node-webform .split-left.button_green:hover, #main .node-webform .theme-green .split-left.button_green:hover, .theme-green #main .node-webform .split-left.button_remove:hover, #main .node-webform .theme-green .split-left.button_remove:hover, .theme-green #main .node-webform .form-actions input.split-left:hover, #main .node-webform .form-actions .theme-green input.split-left:hover, .theme-green .joyride-tip-guide .joyride-content-wrapper a.split-left.joyride-next-tip:hover, .joyride-tip-guide .joyride-content-wrapper .theme-green a.split-left.joyride-next-tip:hover, .theme-green .page-forum ul.action-links li a.split-left.subscription:hover, .page-forum ul.action-links li .theme-green a.split-left.subscription:hover {
      background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuMCIgeTE9IjAuNSIgeDI9IjEuMCIgeTI9IjAuNSI+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjMDA3ZTY2Ii8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjMDBiMThmIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g');
      background-size: 100%;
      background-image: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(100%, #007e66), color-stop(100%, #00b18f));
      background-image: -moz-linear-gradient(left, #007e66 3em, #00b18f 3em);
      background-image: -webkit-linear-gradient(left, #007e66 3em, #00b18f 3em);
      background-image: linear-gradient(to right, #007e66 3em, #00b18f 3em); }

.button.orange, .content form input.orange[type="submit"], label.fancy select.orange, #main .node-webform .orange.button_blue, #main .node-webform .orange.button_green, #main .node-webform .orange.button_remove, #main .node-webform .form-actions input.orange, .joyride-tip-guide .joyride-content-wrapper a.orange.joyride-next-tip, .page-forum ul.action-links li a.orange.subscription, .orange-button, .theme-orange .button, .theme-orange .content form input[type="submit"], .content form .theme-orange input[type="submit"], .theme-orange label.fancy select, label.fancy .theme-orange select, .theme-orange #main .node-webform .button_blue, #main .node-webform .theme-orange .button_blue, .theme-orange #main .node-webform .button_green, #main .node-webform .theme-orange .button_green, .theme-orange #main .node-webform .button_remove, #main .node-webform .theme-orange .button_remove, .theme-orange #main .node-webform .form-actions input, #main .node-webform .form-actions .theme-orange input, .theme-orange .joyride-tip-guide .joyride-content-wrapper a.joyride-next-tip, .joyride-tip-guide .joyride-content-wrapper .theme-orange a.joyride-next-tip, .theme-orange .page-forum ul.action-links li a.subscription, .page-forum ul.action-links li .theme-orange a.subscription {
  background-color: #e66b00; }
  .button.orange:hover, .content form input.orange[type="submit"]:hover, label.fancy select.orange:hover, #main .node-webform .orange.button_blue:hover, #main .node-webform .orange.button_green:hover, #main .node-webform .orange.button_remove:hover, #main .node-webform .form-actions input.orange:hover, .joyride-tip-guide .joyride-content-wrapper a.orange.joyride-next-tip:hover, .page-forum ul.action-links li a.orange.subscription:hover, .orange-button:hover, .theme-orange .button:hover, .theme-orange .content form input[type="submit"]:hover, .content form .theme-orange input[type="submit"]:hover, .theme-orange label.fancy select:hover, label.fancy .theme-orange select:hover, .theme-orange #main .node-webform .button_blue:hover, #main .node-webform .theme-orange .button_blue:hover, .theme-orange #main .node-webform .button_green:hover, #main .node-webform .theme-orange .button_green:hover, .theme-orange #main .node-webform .button_remove:hover, #main .node-webform .theme-orange .button_remove:hover, .theme-orange #main .node-webform .form-actions input:hover, #main .node-webform .form-actions .theme-orange input:hover, .theme-orange .joyride-tip-guide .joyride-content-wrapper a.joyride-next-tip:hover, .joyride-tip-guide .joyride-content-wrapper .theme-orange a.joyride-next-tip:hover, .theme-orange .page-forum ul.action-links li a.subscription:hover, .page-forum ul.action-links li .theme-orange a.subscription:hover {
    background-color: #ff851a; }
  .button.orange.split-right, .content form input.orange.split-right[type="submit"], label.fancy select.orange, #main .node-webform .orange.split-right.button_blue, #main .node-webform label.fancy select.orange.button_blue, label.fancy #main .node-webform select.orange.button_blue, #main .node-webform .orange.split-right.button_green, #main .node-webform label.fancy select.orange.button_green, label.fancy #main .node-webform select.orange.button_green, #main .node-webform .orange.split-right.button_remove, #main .node-webform label.fancy select.orange.button_remove, label.fancy #main .node-webform select.orange.button_remove, #main .node-webform .form-actions input.orange.split-right, .joyride-tip-guide .joyride-content-wrapper a.orange.split-right.joyride-next-tip, .page-forum ul.action-links li a.orange.split-right.subscription, .orange-button.split-right, label.fancy select.orange-button, .theme-orange label.fancy select, label.fancy .theme-orange select, label.fancy .theme-orange #main .node-webform select.button_blue, .theme-orange #main .node-webform label.fancy select.button_blue, label.fancy #main .node-webform .theme-orange select.button_blue, #main .node-webform .theme-orange label.fancy select.button_blue, label.fancy .theme-orange #main .node-webform select.button_green, .theme-orange #main .node-webform label.fancy select.button_green, label.fancy #main .node-webform .theme-orange select.button_green, #main .node-webform .theme-orange label.fancy select.button_green, label.fancy .theme-orange #main .node-webform select.button_remove, .theme-orange #main .node-webform label.fancy select.button_remove, label.fancy #main .node-webform .theme-orange select.button_remove, #main .node-webform .theme-orange label.fancy select.button_remove, .theme-orange .split-right.button, .theme-orange .content form input.split-right[type="submit"], .content form .theme-orange input.split-right[type="submit"], .theme-orange #main .node-webform .split-right.button_blue, #main .node-webform .theme-orange .split-right.button_blue, #main .node-webform label.fancy .theme-orange select.button_blue, .theme-orange label.fancy #main .node-webform select.button_blue, .theme-orange #main .node-webform .split-right.button_green, #main .node-webform .theme-orange .split-right.button_green, #main .node-webform label.fancy .theme-orange select.button_green, .theme-orange label.fancy #main .node-webform select.button_green, .theme-orange #main .node-webform .split-right.button_remove, #main .node-webform .theme-orange .split-right.button_remove, #main .node-webform label.fancy .theme-orange select.button_remove, .theme-orange label.fancy #main .node-webform select.button_remove, .theme-orange #main .node-webform .form-actions input.split-right, #main .node-webform .form-actions .theme-orange input.split-right, .theme-orange .joyride-tip-guide .joyride-content-wrapper a.split-right.joyride-next-tip, .joyride-tip-guide .joyride-content-wrapper .theme-orange a.split-right.joyride-next-tip, .theme-orange .page-forum ul.action-links li a.split-right.subscription, .page-forum ul.action-links li .theme-orange a.split-right.subscription {
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjEuMCIgeTE9IjAuNSIgeDI9IjAuMCIgeTI9IjAuNSI+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjYjM1MzAwIi8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjZTY2YjAwIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g');
    background-size: 100%;
    background-image: -webkit-gradient(linear, 100% 50%, 0% 50%, color-stop(100%, #b35300), color-stop(100%, #e66b00));
    background-image: -moz-linear-gradient(right, #b35300 3em, #e66b00 3em);
    background-image: -webkit-linear-gradient(right, #b35300 3em, #e66b00 3em);
    background-image: linear-gradient(to left, #b35300 3em, #e66b00 3em); }
    .button.orange.split-right:hover, .content form input.orange.split-right[type="submit"]:hover, label.fancy select.orange:hover, #main .node-webform .orange.split-right.button_blue:hover, #main .node-webform label.fancy select.orange.button_blue:hover, label.fancy #main .node-webform select.orange.button_blue:hover, #main .node-webform .orange.split-right.button_green:hover, #main .node-webform label.fancy select.orange.button_green:hover, label.fancy #main .node-webform select.orange.button_green:hover, #main .node-webform .orange.split-right.button_remove:hover, #main .node-webform label.fancy select.orange.button_remove:hover, label.fancy #main .node-webform select.orange.button_remove:hover, #main .node-webform .form-actions input.orange.split-right:hover, .joyride-tip-guide .joyride-content-wrapper a.orange.split-right.joyride-next-tip:hover, .page-forum ul.action-links li a.orange.split-right.subscription:hover, .orange-button.split-right:hover, label.fancy select.orange-button:hover, .theme-orange label.fancy select:hover, label.fancy .theme-orange select:hover, label.fancy .theme-orange #main .node-webform select.button_blue:hover, .theme-orange #main .node-webform label.fancy select.button_blue:hover, label.fancy #main .node-webform .theme-orange select.button_blue:hover, #main .node-webform .theme-orange label.fancy select.button_blue:hover, label.fancy .theme-orange #main .node-webform select.button_green:hover, .theme-orange #main .node-webform label.fancy select.button_green:hover, label.fancy #main .node-webform .theme-orange select.button_green:hover, #main .node-webform .theme-orange label.fancy select.button_green:hover, label.fancy .theme-orange #main .node-webform select.button_remove:hover, .theme-orange #main .node-webform label.fancy select.button_remove:hover, label.fancy #main .node-webform .theme-orange select.button_remove:hover, #main .node-webform .theme-orange label.fancy select.button_remove:hover, .theme-orange .split-right.button:hover, .theme-orange .content form input.split-right[type="submit"]:hover, .content form .theme-orange input.split-right[type="submit"]:hover, .theme-orange #main .node-webform .split-right.button_blue:hover, #main .node-webform .theme-orange .split-right.button_blue:hover, #main .node-webform label.fancy .theme-orange select.button_blue:hover, .theme-orange label.fancy #main .node-webform select.button_blue:hover, .theme-orange #main .node-webform .split-right.button_green:hover, #main .node-webform .theme-orange .split-right.button_green:hover, #main .node-webform label.fancy .theme-orange select.button_green:hover, .theme-orange label.fancy #main .node-webform select.button_green:hover, .theme-orange #main .node-webform .split-right.button_remove:hover, #main .node-webform .theme-orange .split-right.button_remove:hover, #main .node-webform label.fancy .theme-orange select.button_remove:hover, .theme-orange label.fancy #main .node-webform select.button_remove:hover, .theme-orange #main .node-webform .form-actions input.split-right:hover, #main .node-webform .form-actions .theme-orange input.split-right:hover, .theme-orange .joyride-tip-guide .joyride-content-wrapper a.split-right.joyride-next-tip:hover, .joyride-tip-guide .joyride-content-wrapper .theme-orange a.split-right.joyride-next-tip:hover, .theme-orange .page-forum ul.action-links li a.split-right.subscription:hover, .page-forum ul.action-links li .theme-orange a.split-right.subscription:hover {
      background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjEuMCIgeTE9IjAuNSIgeDI9IjAuMCIgeTI9IjAuNSI+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjZTY2YjAwIi8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjZmY4NTFhIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g');
      background-size: 100%;
      background-image: -webkit-gradient(linear, 100% 50%, 0% 50%, color-stop(100%, #e66b00), color-stop(100%, #ff851a));
      background-image: -moz-linear-gradient(right, #e66b00 3em, #ff851a 3em);
      background-image: -webkit-linear-gradient(right, #e66b00 3em, #ff851a 3em);
      background-image: linear-gradient(to left, #e66b00 3em, #ff851a 3em); }
  .button.orange.split-left, .content form input.orange.split-left[type="submit"], label.fancy select.orange.split-left, #main .node-webform .orange.split-left.button_blue, #main .node-webform .orange.split-left.button_green, #main .node-webform .orange.split-left.button_remove, #main .node-webform .form-actions input.orange.split-left, .joyride-tip-guide .joyride-content-wrapper a.orange.split-left.joyride-next-tip, .page-forum ul.action-links li a.orange.split-left.subscription, .orange-button.split-left, .theme-orange .split-left.button, .theme-orange .content form input.split-left[type="submit"], .content form .theme-orange input.split-left[type="submit"], .theme-orange label.fancy select.split-left, label.fancy .theme-orange select.split-left, .theme-orange #main .node-webform .split-left.button_blue, #main .node-webform .theme-orange .split-left.button_blue, .theme-orange #main .node-webform .split-left.button_green, #main .node-webform .theme-orange .split-left.button_green, .theme-orange #main .node-webform .split-left.button_remove, #main .node-webform .theme-orange .split-left.button_remove, .theme-orange #main .node-webform .form-actions input.split-left, #main .node-webform .form-actions .theme-orange input.split-left, .theme-orange .joyride-tip-guide .joyride-content-wrapper a.split-left.joyride-next-tip, .joyride-tip-guide .joyride-content-wrapper .theme-orange a.split-left.joyride-next-tip, .theme-orange .page-forum ul.action-links li a.split-left.subscription, .page-forum ul.action-links li .theme-orange a.split-left.subscription {
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuMCIgeTE9IjAuNSIgeDI9IjEuMCIgeTI9IjAuNSI+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjYjM1MzAwIi8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjZTY2YjAwIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g');
    background-size: 100%;
    background-image: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(100%, #b35300), color-stop(100%, #e66b00));
    background-image: -moz-linear-gradient(left, #b35300 3em, #e66b00 3em);
    background-image: -webkit-linear-gradient(left, #b35300 3em, #e66b00 3em);
    background-image: linear-gradient(to right, #b35300 3em, #e66b00 3em); }
    .button.orange.split-left:hover, .content form input.orange.split-left[type="submit"]:hover, label.fancy select.orange.split-left:hover, #main .node-webform .orange.split-left.button_blue:hover, #main .node-webform .orange.split-left.button_green:hover, #main .node-webform .orange.split-left.button_remove:hover, #main .node-webform .form-actions input.orange.split-left:hover, .joyride-tip-guide .joyride-content-wrapper a.orange.split-left.joyride-next-tip:hover, .page-forum ul.action-links li a.orange.split-left.subscription:hover, .orange-button.split-left:hover, .theme-orange .split-left.button:hover, .theme-orange .content form input.split-left[type="submit"]:hover, .content form .theme-orange input.split-left[type="submit"]:hover, .theme-orange label.fancy select.split-left:hover, label.fancy .theme-orange select.split-left:hover, .theme-orange #main .node-webform .split-left.button_blue:hover, #main .node-webform .theme-orange .split-left.button_blue:hover, .theme-orange #main .node-webform .split-left.button_green:hover, #main .node-webform .theme-orange .split-left.button_green:hover, .theme-orange #main .node-webform .split-left.button_remove:hover, #main .node-webform .theme-orange .split-left.button_remove:hover, .theme-orange #main .node-webform .form-actions input.split-left:hover, #main .node-webform .form-actions .theme-orange input.split-left:hover, .theme-orange .joyride-tip-guide .joyride-content-wrapper a.split-left.joyride-next-tip:hover, .joyride-tip-guide .joyride-content-wrapper .theme-orange a.split-left.joyride-next-tip:hover, .theme-orange .page-forum ul.action-links li a.split-left.subscription:hover, .page-forum ul.action-links li .theme-orange a.split-left.subscription:hover {
      background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuMCIgeTE9IjAuNSIgeDI9IjEuMCIgeTI9IjAuNSI+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjZTY2YjAwIi8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjZmY4NTFhIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g');
      background-size: 100%;
      background-image: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(100%, #e66b00), color-stop(100%, #ff851a));
      background-image: -moz-linear-gradient(left, #e66b00 3em, #ff851a 3em);
      background-image: -webkit-linear-gradient(left, #e66b00 3em, #ff851a 3em);
      background-image: linear-gradient(to right, #e66b00 3em, #ff851a 3em); }

.button.grey, .content form input.grey[type="submit"], label.fancy select.grey, #main .node-webform .grey.button_blue, #main .node-webform .grey.button_green, #main .node-webform .grey.button_remove, #main .node-webform .form-actions input.grey, .joyride-tip-guide .joyride-content-wrapper a.grey.joyride-next-tip, .page-forum ul.action-links li a.grey.subscription {
  background-color: #b5b7b4;
  color: #575A5D; }
  .button.grey:hover, .content form input.grey[type="submit"]:hover, label.fancy select.grey:hover, #main .node-webform .grey.button_blue:hover, #main .node-webform .grey.button_green:hover, #main .node-webform .grey.button_remove:hover, #main .node-webform .form-actions input.grey:hover, .joyride-tip-guide .joyride-content-wrapper a.grey.joyride-next-tip:hover, .page-forum ul.action-links li a.grey.subscription:hover {
    background-color: #e8e9e8; }

.button.large, .content form input.large[type="submit"], label.fancy select.large, #main .node-webform .large.button_blue, #main .node-webform .large.button_green, #main .node-webform .large.button_remove, #main .node-webform .form-actions input.large, .joyride-tip-guide .joyride-content-wrapper a.large.joyride-next-tip, .page-forum ul.action-links li a.large.subscription {
  font-weight: 300; }
  .button.large.split-right, .content form input.large.split-right[type="submit"], label.fancy select.large, #main .node-webform .large.split-right.button_blue, #main .node-webform label.fancy select.large.button_blue, label.fancy #main .node-webform select.large.button_blue, #main .node-webform .large.split-right.button_green, #main .node-webform label.fancy select.large.button_green, label.fancy #main .node-webform select.large.button_green, #main .node-webform .large.split-right.button_remove, #main .node-webform label.fancy select.large.button_remove, label.fancy #main .node-webform select.large.button_remove, #main .node-webform .form-actions input.large.split-right, .joyride-tip-guide .joyride-content-wrapper a.large.split-right.joyride-next-tip, .page-forum ul.action-links li a.large.split-right.subscription, .button.large.split-left, .content form input.large.split-left[type="submit"], label.fancy select.large.split-left, #main .node-webform .large.split-left.button_blue, #main .node-webform .large.split-left.button_green, #main .node-webform .large.split-left.button_remove, #main .node-webform .form-actions input.large.split-left, .joyride-tip-guide .joyride-content-wrapper a.large.split-left.joyride-next-tip, .page-forum ul.action-links li a.large.split-left.subscription {
    padding-top: 0.75em; }
    .button.large.split-right i, .content form input.large.split-right[type="submit"] i, label.fancy select.large i, #main .node-webform .large.split-right.button_blue i, #main .node-webform label.fancy select.large.button_blue i, label.fancy #main .node-webform select.large.button_blue i, #main .node-webform .form-actions input.large.split-right.button-primary i, #main .node-webform .large.split-right.button_green i, #main .node-webform label.fancy select.large.button_green i, label.fancy #main .node-webform select.large.button_green i, #main .node-webform .large.split-right.button_remove i, #main .node-webform label.fancy select.large.button_remove i, label.fancy #main .node-webform select.large.button_remove i, #main .node-webform .form-actions input.large.split-right i,
    #main .node-webform button.large.split-right.button_blue i, #main .node-webform button.large.split-right.button_green i,
    #main .node-webform input.large.split-right.button_blue i, #main .node-webform input.large.split-right.button_green i, #main .node-webform input.large.split-right.button_remove i, .joyride-tip-guide .joyride-content-wrapper a.large.split-right.joyride-next-tip i, .page-forum ul.action-links li a.large.split-right.subscription i, .button.large.split-right .views-field-topic-icon span:before, .views-field-topic-icon .button.large.split-right span:before, .content form input.large.split-right[type="submit"] .views-field-topic-icon span:before, .views-field-topic-icon .content form input.large.split-right[type="submit"] span:before, label.fancy select.large .views-field-topic-icon span:before, .views-field-topic-icon label.fancy select.large span:before, #main .node-webform .large.split-right.button_blue .views-field-topic-icon span:before, .views-field-topic-icon #main .node-webform .large.split-right.button_blue span:before, #main .node-webform label.fancy select.large.button_blue .views-field-topic-icon span:before, .views-field-topic-icon #main .node-webform label.fancy select.large.button_blue span:before, label.fancy #main .node-webform select.large.button_blue .views-field-topic-icon span:before, .views-field-topic-icon label.fancy #main .node-webform select.large.button_blue span:before, #main .node-webform .form-actions input.large.split-right.button-primary .views-field-topic-icon span:before, .views-field-topic-icon #main .node-webform .form-actions input.large.split-right.button-primary span:before, #main .node-webform .large.split-right.button_green .views-field-topic-icon span:before, .views-field-topic-icon #main .node-webform .large.split-right.button_green span:before, #main .node-webform label.fancy select.large.button_green .views-field-topic-icon span:before, .views-field-topic-icon #main .node-webform label.fancy select.large.button_green span:before, label.fancy #main .node-webform select.large.button_green .views-field-topic-icon span:before, .views-field-topic-icon label.fancy #main .node-webform select.large.button_green span:before, #main .node-webform .large.split-right.button_remove .views-field-topic-icon span:before, .views-field-topic-icon #main .node-webform .large.split-right.button_remove span:before, #main .node-webform label.fancy select.large.button_remove .views-field-topic-icon span:before, .views-field-topic-icon #main .node-webform label.fancy select.large.button_remove span:before, label.fancy #main .node-webform select.large.button_remove .views-field-topic-icon span:before, .views-field-topic-icon label.fancy #main .node-webform select.large.button_remove span:before, #main .node-webform .form-actions input.large.split-right .views-field-topic-icon span:before, .views-field-topic-icon #main .node-webform .form-actions input.large.split-right span:before,
    #main .node-webform button.large.split-right.button_blue .views-field-topic-icon span:before,
    .views-field-topic-icon #main .node-webform button.large.split-right.button_blue span:before, #main .node-webform button.large.split-right.button_green .views-field-topic-icon span:before, .views-field-topic-icon #main .node-webform button.large.split-right.button_green span:before,
    #main .node-webform input.large.split-right.button_blue .views-field-topic-icon span:before,
    .views-field-topic-icon #main .node-webform input.large.split-right.button_blue span:before, #main .node-webform input.large.split-right.button_green .views-field-topic-icon span:before, .views-field-topic-icon #main .node-webform input.large.split-right.button_green span:before, #main .node-webform input.large.split-right.button_remove .views-field-topic-icon span:before, .views-field-topic-icon #main .node-webform input.large.split-right.button_remove span:before, .joyride-tip-guide .joyride-content-wrapper a.large.split-right.joyride-next-tip .views-field-topic-icon span:before, .views-field-topic-icon .joyride-tip-guide .joyride-content-wrapper a.large.split-right.joyride-next-tip span:before, .page-forum ul.action-links li a.large.split-right.subscription .views-field-topic-icon span:before, .views-field-topic-icon .page-forum ul.action-links li a.large.split-right.subscription span:before,
    .button.large.split-right .forum-list-icon span span:before,
    .forum-list-icon span .button.large.split-right span:before,
    .content form input.large.split-right[type="submit"] .forum-list-icon span span:before,
    .forum-list-icon span .content form input.large.split-right[type="submit"] span:before,
    label.fancy select.large .forum-list-icon span span:before,
    .forum-list-icon span label.fancy select.large span:before,
    #main .node-webform .large.split-right.button_blue .forum-list-icon span span:before,
    .forum-list-icon span #main .node-webform .large.split-right.button_blue span:before,
    #main .node-webform label.fancy select.large.button_blue .forum-list-icon span span:before,
    .forum-list-icon span #main .node-webform label.fancy select.large.button_blue span:before,
    label.fancy #main .node-webform select.large.button_blue .forum-list-icon span span:before,
    .forum-list-icon span label.fancy #main .node-webform select.large.button_blue span:before,
    #main .node-webform .form-actions input.large.split-right.button-primary .forum-list-icon span span:before,
    .forum-list-icon span #main .node-webform .form-actions input.large.split-right.button-primary span:before,
    #main .node-webform .large.split-right.button_green .forum-list-icon span span:before,
    .forum-list-icon span #main .node-webform .large.split-right.button_green span:before,
    #main .node-webform label.fancy select.large.button_green .forum-list-icon span span:before,
    .forum-list-icon span #main .node-webform label.fancy select.large.button_green span:before,
    label.fancy #main .node-webform select.large.button_green .forum-list-icon span span:before,
    .forum-list-icon span label.fancy #main .node-webform select.large.button_green span:before,
    #main .node-webform .large.split-right.button_remove .forum-list-icon span span:before,
    .forum-list-icon span #main .node-webform .large.split-right.button_remove span:before,
    #main .node-webform label.fancy select.large.button_remove .forum-list-icon span span:before,
    .forum-list-icon span #main .node-webform label.fancy select.large.button_remove span:before,
    label.fancy #main .node-webform select.large.button_remove .forum-list-icon span span:before,
    .forum-list-icon span label.fancy #main .node-webform select.large.button_remove span:before,
    #main .node-webform .form-actions input.large.split-right .forum-list-icon span span:before,
    .forum-list-icon span #main .node-webform .form-actions input.large.split-right span:before,
    #main .node-webform button.large.split-right.button_blue .forum-list-icon span span:before,
    .forum-list-icon span #main .node-webform button.large.split-right.button_blue span:before,
    #main .node-webform button.large.split-right.button_green .forum-list-icon span span:before,
    .forum-list-icon span #main .node-webform button.large.split-right.button_green span:before,
    #main .node-webform input.large.split-right.button_blue .forum-list-icon span span:before,
    .forum-list-icon span #main .node-webform input.large.split-right.button_blue span:before,
    #main .node-webform input.large.split-right.button_green .forum-list-icon span span:before,
    .forum-list-icon span #main .node-webform input.large.split-right.button_green span:before,
    #main .node-webform input.large.split-right.button_remove .forum-list-icon span span:before,
    .forum-list-icon span #main .node-webform input.large.split-right.button_remove span:before,
    .joyride-tip-guide .joyride-content-wrapper a.large.split-right.joyride-next-tip .forum-list-icon span span:before,
    .forum-list-icon span .joyride-tip-guide .joyride-content-wrapper a.large.split-right.joyride-next-tip span:before,
    .page-forum ul.action-links li a.large.split-right.subscription .forum-list-icon span span:before,
    .forum-list-icon span .page-forum ul.action-links li a.large.split-right.subscription span:before, .button.large.split-right .forum-topic-legend div:before, .forum-topic-legend .button.large.split-right div:before, .content form input.large.split-right[type="submit"] .forum-topic-legend div:before, .forum-topic-legend .content form input.large.split-right[type="submit"] div:before, label.fancy select.large .forum-topic-legend div:before, .forum-topic-legend label.fancy select.large div:before, #main .node-webform .large.split-right.button_blue .forum-topic-legend div:before, .forum-topic-legend #main .node-webform .large.split-right.button_blue div:before, #main .node-webform label.fancy select.large.button_blue .forum-topic-legend div:before, .forum-topic-legend #main .node-webform label.fancy select.large.button_blue div:before, label.fancy #main .node-webform select.large.button_blue .forum-topic-legend div:before, .forum-topic-legend label.fancy #main .node-webform select.large.button_blue div:before, #main .node-webform .form-actions input.large.split-right.button-primary .forum-topic-legend div:before, .forum-topic-legend #main .node-webform .form-actions input.large.split-right.button-primary div:before, #main .node-webform .large.split-right.button_green .forum-topic-legend div:before, .forum-topic-legend #main .node-webform .large.split-right.button_green div:before, #main .node-webform label.fancy select.large.button_green .forum-topic-legend div:before, .forum-topic-legend #main .node-webform label.fancy select.large.button_green div:before, label.fancy #main .node-webform select.large.button_green .forum-topic-legend div:before, .forum-topic-legend label.fancy #main .node-webform select.large.button_green div:before, #main .node-webform .large.split-right.button_remove .forum-topic-legend div:before, .forum-topic-legend #main .node-webform .large.split-right.button_remove div:before, #main .node-webform label.fancy select.large.button_remove .forum-topic-legend div:before, .forum-topic-legend #main .node-webform label.fancy select.large.button_remove div:before, label.fancy #main .node-webform select.large.button_remove .forum-topic-legend div:before, .forum-topic-legend label.fancy #main .node-webform select.large.button_remove div:before, #main .node-webform .form-actions input.large.split-right .forum-topic-legend div:before, .forum-topic-legend #main .node-webform .form-actions input.large.split-right div:before,
    #main .node-webform button.large.split-right.button_blue .forum-topic-legend div:before,
    .forum-topic-legend #main .node-webform button.large.split-right.button_blue div:before, #main .node-webform button.large.split-right.button_green .forum-topic-legend div:before, .forum-topic-legend #main .node-webform button.large.split-right.button_green div:before,
    #main .node-webform input.large.split-right.button_blue .forum-topic-legend div:before,
    .forum-topic-legend #main .node-webform input.large.split-right.button_blue div:before, #main .node-webform input.large.split-right.button_green .forum-topic-legend div:before, .forum-topic-legend #main .node-webform input.large.split-right.button_green div:before, #main .node-webform input.large.split-right.button_remove .forum-topic-legend div:before, .forum-topic-legend #main .node-webform input.large.split-right.button_remove div:before, .joyride-tip-guide .joyride-content-wrapper a.large.split-right.joyride-next-tip .forum-topic-legend div:before, .forum-topic-legend .joyride-tip-guide .joyride-content-wrapper a.large.split-right.joyride-next-tip div:before, .page-forum ul.action-links li a.large.split-right.subscription .forum-topic-legend div:before, .forum-topic-legend .page-forum ul.action-links li a.large.split-right.subscription div:before,
    .button.large.split-right .forum-list-icon-legend span span:before,
    .forum-list-icon-legend span .button.large.split-right span:before,
    .content form input.large.split-right[type="submit"] .forum-list-icon-legend span span:before,
    .forum-list-icon-legend span .content form input.large.split-right[type="submit"] span:before,
    label.fancy select.large .forum-list-icon-legend span span:before,
    .forum-list-icon-legend span label.fancy select.large span:before,
    #main .node-webform .large.split-right.button_blue .forum-list-icon-legend span span:before,
    .forum-list-icon-legend span #main .node-webform .large.split-right.button_blue span:before,
    #main .node-webform label.fancy select.large.button_blue .forum-list-icon-legend span span:before,
    .forum-list-icon-legend span #main .node-webform label.fancy select.large.button_blue span:before,
    label.fancy #main .node-webform select.large.button_blue .forum-list-icon-legend span span:before,
    .forum-list-icon-legend span label.fancy #main .node-webform select.large.button_blue span:before,
    #main .node-webform .form-actions input.large.split-right.button-primary .forum-list-icon-legend span span:before,
    .forum-list-icon-legend span #main .node-webform .form-actions input.large.split-right.button-primary span:before,
    #main .node-webform .large.split-right.button_green .forum-list-icon-legend span span:before,
    .forum-list-icon-legend span #main .node-webform .large.split-right.button_green span:before,
    #main .node-webform label.fancy select.large.button_green .forum-list-icon-legend span span:before,
    .forum-list-icon-legend span #main .node-webform label.fancy select.large.button_green span:before,
    label.fancy #main .node-webform select.large.button_green .forum-list-icon-legend span span:before,
    .forum-list-icon-legend span label.fancy #main .node-webform select.large.button_green span:before,
    #main .node-webform .large.split-right.button_remove .forum-list-icon-legend span span:before,
    .forum-list-icon-legend span #main .node-webform .large.split-right.button_remove span:before,
    #main .node-webform label.fancy select.large.button_remove .forum-list-icon-legend span span:before,
    .forum-list-icon-legend span #main .node-webform label.fancy select.large.button_remove span:before,
    label.fancy #main .node-webform select.large.button_remove .forum-list-icon-legend span span:before,
    .forum-list-icon-legend span label.fancy #main .node-webform select.large.button_remove span:before,
    #main .node-webform .form-actions input.large.split-right .forum-list-icon-legend span span:before,
    .forum-list-icon-legend span #main .node-webform .form-actions input.large.split-right span:before,
    #main .node-webform button.large.split-right.button_blue .forum-list-icon-legend span span:before,
    .forum-list-icon-legend span #main .node-webform button.large.split-right.button_blue span:before,
    #main .node-webform button.large.split-right.button_green .forum-list-icon-legend span span:before,
    .forum-list-icon-legend span #main .node-webform button.large.split-right.button_green span:before,
    #main .node-webform input.large.split-right.button_blue .forum-list-icon-legend span span:before,
    .forum-list-icon-legend span #main .node-webform input.large.split-right.button_blue span:before,
    #main .node-webform input.large.split-right.button_green .forum-list-icon-legend span span:before,
    .forum-list-icon-legend span #main .node-webform input.large.split-right.button_green span:before,
    #main .node-webform input.large.split-right.button_remove .forum-list-icon-legend span span:before,
    .forum-list-icon-legend span #main .node-webform input.large.split-right.button_remove span:before,
    .joyride-tip-guide .joyride-content-wrapper a.large.split-right.joyride-next-tip .forum-list-icon-legend span span:before,
    .forum-list-icon-legend span .joyride-tip-guide .joyride-content-wrapper a.large.split-right.joyride-next-tip span:before,
    .page-forum ul.action-links li a.large.split-right.subscription .forum-list-icon-legend span span:before,
    .forum-list-icon-legend span .page-forum ul.action-links li a.large.split-right.subscription span:before, .button.large.split-right tr.even td.forum-list-icon-default .forum-list-icon-wrapper span:before, tr.even td.forum-list-icon-default .forum-list-icon-wrapper .button.large.split-right span:before, .content form input.large.split-right[type="submit"] tr.even td.forum-list-icon-default .forum-list-icon-wrapper span:before, tr.even td.forum-list-icon-default .forum-list-icon-wrapper .content form input.large.split-right[type="submit"] span:before, label.fancy select.large tr.even td.forum-list-icon-default .forum-list-icon-wrapper span:before, tr.even td.forum-list-icon-default .forum-list-icon-wrapper label.fancy select.large span:before, #main .node-webform .large.split-right.button_blue tr.even td.forum-list-icon-default .forum-list-icon-wrapper span:before, tr.even td.forum-list-icon-default .forum-list-icon-wrapper #main .node-webform .large.split-right.button_blue span:before, #main .node-webform label.fancy select.large.button_blue tr.even td.forum-list-icon-default .forum-list-icon-wrapper span:before, tr.even td.forum-list-icon-default .forum-list-icon-wrapper #main .node-webform label.fancy select.large.button_blue span:before, label.fancy #main .node-webform select.large.button_blue tr.even td.forum-list-icon-default .forum-list-icon-wrapper span:before, tr.even td.forum-list-icon-default .forum-list-icon-wrapper label.fancy #main .node-webform select.large.button_blue span:before, #main .node-webform .form-actions input.large.split-right.button-primary tr.even td.forum-list-icon-default .forum-list-icon-wrapper span:before, tr.even td.forum-list-icon-default .forum-list-icon-wrapper #main .node-webform .form-actions input.large.split-right.button-primary span:before, #main .node-webform .large.split-right.button_green tr.even td.forum-list-icon-default .forum-list-icon-wrapper span:before, tr.even td.forum-list-icon-default .forum-list-icon-wrapper #main .node-webform .large.split-right.button_green span:before, #main .node-webform label.fancy select.large.button_green tr.even td.forum-list-icon-default .forum-list-icon-wrapper span:before, tr.even td.forum-list-icon-default .forum-list-icon-wrapper #main .node-webform label.fancy select.large.button_green span:before, label.fancy #main .node-webform select.large.button_green tr.even td.forum-list-icon-default .forum-list-icon-wrapper span:before, tr.even td.forum-list-icon-default .forum-list-icon-wrapper label.fancy #main .node-webform select.large.button_green span:before, #main .node-webform .large.split-right.button_remove tr.even td.forum-list-icon-default .forum-list-icon-wrapper span:before, tr.even td.forum-list-icon-default .forum-list-icon-wrapper #main .node-webform .large.split-right.button_remove span:before, #main .node-webform label.fancy select.large.button_remove tr.even td.forum-list-icon-default .forum-list-icon-wrapper span:before, tr.even td.forum-list-icon-default .forum-list-icon-wrapper #main .node-webform label.fancy select.large.button_remove span:before, label.fancy #main .node-webform select.large.button_remove tr.even td.forum-list-icon-default .forum-list-icon-wrapper span:before, tr.even td.forum-list-icon-default .forum-list-icon-wrapper label.fancy #main .node-webform select.large.button_remove span:before, #main .node-webform .form-actions input.large.split-right tr.even td.forum-list-icon-default .forum-list-icon-wrapper span:before, tr.even td.forum-list-icon-default .forum-list-icon-wrapper #main .node-webform .form-actions input.large.split-right span:before,
    #main .node-webform button.large.split-right.button_blue tr.even td.forum-list-icon-default .forum-list-icon-wrapper span:before,
    tr.even td.forum-list-icon-default .forum-list-icon-wrapper #main .node-webform button.large.split-right.button_blue span:before, #main .node-webform button.large.split-right.button_green tr.even td.forum-list-icon-default .forum-list-icon-wrapper span:before, tr.even td.forum-list-icon-default .forum-list-icon-wrapper #main .node-webform button.large.split-right.button_green span:before,
    #main .node-webform input.large.split-right.button_blue tr.even td.forum-list-icon-default .forum-list-icon-wrapper span:before,
    tr.even td.forum-list-icon-default .forum-list-icon-wrapper #main .node-webform input.large.split-right.button_blue span:before, #main .node-webform input.large.split-right.button_green tr.even td.forum-list-icon-default .forum-list-icon-wrapper span:before, tr.even td.forum-list-icon-default .forum-list-icon-wrapper #main .node-webform input.large.split-right.button_green span:before, #main .node-webform input.large.split-right.button_remove tr.even td.forum-list-icon-default .forum-list-icon-wrapper span:before, tr.even td.forum-list-icon-default .forum-list-icon-wrapper #main .node-webform input.large.split-right.button_remove span:before, .joyride-tip-guide .joyride-content-wrapper a.large.split-right.joyride-next-tip tr.even td.forum-list-icon-default .forum-list-icon-wrapper span:before, tr.even td.forum-list-icon-default .forum-list-icon-wrapper .joyride-tip-guide .joyride-content-wrapper a.large.split-right.joyride-next-tip span:before, .page-forum ul.action-links li a.large.split-right.subscription tr.even td.forum-list-icon-default .forum-list-icon-wrapper span:before, tr.even td.forum-list-icon-default .forum-list-icon-wrapper .page-forum ul.action-links li a.large.split-right.subscription span:before, .button.large.split-right tr.odd td.forum-list-icon-default .forum-list-icon-wrapper span:before, tr.odd td.forum-list-icon-default .forum-list-icon-wrapper .button.large.split-right span:before, .content form input.large.split-right[type="submit"] tr.odd td.forum-list-icon-default .forum-list-icon-wrapper span:before, tr.odd td.forum-list-icon-default .forum-list-icon-wrapper .content form input.large.split-right[type="submit"] span:before, label.fancy select.large tr.odd td.forum-list-icon-default .forum-list-icon-wrapper span:before, tr.odd td.forum-list-icon-default .forum-list-icon-wrapper label.fancy select.large span:before, #main .node-webform .large.split-right.button_blue tr.odd td.forum-list-icon-default .forum-list-icon-wrapper span:before, tr.odd td.forum-list-icon-default .forum-list-icon-wrapper #main .node-webform .large.split-right.button_blue span:before, #main .node-webform label.fancy select.large.button_blue tr.odd td.forum-list-icon-default .forum-list-icon-wrapper span:before, tr.odd td.forum-list-icon-default .forum-list-icon-wrapper #main .node-webform label.fancy select.large.button_blue span:before, label.fancy #main .node-webform select.large.button_blue tr.odd td.forum-list-icon-default .forum-list-icon-wrapper span:before, tr.odd td.forum-list-icon-default .forum-list-icon-wrapper label.fancy #main .node-webform select.large.button_blue span:before, #main .node-webform .form-actions input.large.split-right.button-primary tr.odd td.forum-list-icon-default .forum-list-icon-wrapper span:before, tr.odd td.forum-list-icon-default .forum-list-icon-wrapper #main .node-webform .form-actions input.large.split-right.button-primary span:before, #main .node-webform .large.split-right.button_green tr.odd td.forum-list-icon-default .forum-list-icon-wrapper span:before, tr.odd td.forum-list-icon-default .forum-list-icon-wrapper #main .node-webform .large.split-right.button_green span:before, #main .node-webform label.fancy select.large.button_green tr.odd td.forum-list-icon-default .forum-list-icon-wrapper span:before, tr.odd td.forum-list-icon-default .forum-list-icon-wrapper #main .node-webform label.fancy select.large.button_green span:before, label.fancy #main .node-webform select.large.button_green tr.odd td.forum-list-icon-default .forum-list-icon-wrapper span:before, tr.odd td.forum-list-icon-default .forum-list-icon-wrapper label.fancy #main .node-webform select.large.button_green span:before, #main .node-webform .large.split-right.button_remove tr.odd td.forum-list-icon-default .forum-list-icon-wrapper span:before, tr.odd td.forum-list-icon-default .forum-list-icon-wrapper #main .node-webform .large.split-right.button_remove span:before, #main .node-webform label.fancy select.large.button_remove tr.odd td.forum-list-icon-default .forum-list-icon-wrapper span:before, tr.odd td.forum-list-icon-default .forum-list-icon-wrapper #main .node-webform label.fancy select.large.button_remove span:before, label.fancy #main .node-webform select.large.button_remove tr.odd td.forum-list-icon-default .forum-list-icon-wrapper span:before, tr.odd td.forum-list-icon-default .forum-list-icon-wrapper label.fancy #main .node-webform select.large.button_remove span:before, #main .node-webform .form-actions input.large.split-right tr.odd td.forum-list-icon-default .forum-list-icon-wrapper span:before, tr.odd td.forum-list-icon-default .forum-list-icon-wrapper #main .node-webform .form-actions input.large.split-right span:before,
    #main .node-webform button.large.split-right.button_blue tr.odd td.forum-list-icon-default .forum-list-icon-wrapper span:before,
    tr.odd td.forum-list-icon-default .forum-list-icon-wrapper #main .node-webform button.large.split-right.button_blue span:before, #main .node-webform button.large.split-right.button_green tr.odd td.forum-list-icon-default .forum-list-icon-wrapper span:before, tr.odd td.forum-list-icon-default .forum-list-icon-wrapper #main .node-webform button.large.split-right.button_green span:before,
    #main .node-webform input.large.split-right.button_blue tr.odd td.forum-list-icon-default .forum-list-icon-wrapper span:before,
    tr.odd td.forum-list-icon-default .forum-list-icon-wrapper #main .node-webform input.large.split-right.button_blue span:before, #main .node-webform input.large.split-right.button_green tr.odd td.forum-list-icon-default .forum-list-icon-wrapper span:before, tr.odd td.forum-list-icon-default .forum-list-icon-wrapper #main .node-webform input.large.split-right.button_green span:before, #main .node-webform input.large.split-right.button_remove tr.odd td.forum-list-icon-default .forum-list-icon-wrapper span:before, tr.odd td.forum-list-icon-default .forum-list-icon-wrapper #main .node-webform input.large.split-right.button_remove span:before, .joyride-tip-guide .joyride-content-wrapper a.large.split-right.joyride-next-tip tr.odd td.forum-list-icon-default .forum-list-icon-wrapper span:before, tr.odd td.forum-list-icon-default .forum-list-icon-wrapper .joyride-tip-guide .joyride-content-wrapper a.large.split-right.joyride-next-tip span:before, .page-forum ul.action-links li a.large.split-right.subscription tr.odd td.forum-list-icon-default .forum-list-icon-wrapper span:before, tr.odd td.forum-list-icon-default .forum-list-icon-wrapper .page-forum ul.action-links li a.large.split-right.subscription span:before, .button.large.split-right .forum-list-icon-legend .forum-list-icon-default:before, .forum-list-icon-legend .button.large.split-right .forum-list-icon-default:before, .content form input.large.split-right[type="submit"] .forum-list-icon-legend .forum-list-icon-default:before, .forum-list-icon-legend .content form input.large.split-right[type="submit"] .forum-list-icon-default:before, label.fancy select.large .forum-list-icon-legend .forum-list-icon-default:before, .forum-list-icon-legend label.fancy select.large .forum-list-icon-default:before, #main .node-webform .large.split-right.button_blue .forum-list-icon-legend .forum-list-icon-default:before, .forum-list-icon-legend #main .node-webform .large.split-right.button_blue .forum-list-icon-default:before, #main .node-webform label.fancy select.large.button_blue .forum-list-icon-legend .forum-list-icon-default:before, .forum-list-icon-legend #main .node-webform label.fancy select.large.button_blue .forum-list-icon-default:before, label.fancy #main .node-webform select.large.button_blue .forum-list-icon-legend .forum-list-icon-default:before, .forum-list-icon-legend label.fancy #main .node-webform select.large.button_blue .forum-list-icon-default:before, #main .node-webform .form-actions input.large.split-right.button-primary .forum-list-icon-legend .forum-list-icon-default:before, .forum-list-icon-legend #main .node-webform .form-actions input.large.split-right.button-primary .forum-list-icon-default:before, #main .node-webform .large.split-right.button_green .forum-list-icon-legend .forum-list-icon-default:before, .forum-list-icon-legend #main .node-webform .large.split-right.button_green .forum-list-icon-default:before, #main .node-webform label.fancy select.large.button_green .forum-list-icon-legend .forum-list-icon-default:before, .forum-list-icon-legend #main .node-webform label.fancy select.large.button_green .forum-list-icon-default:before, label.fancy #main .node-webform select.large.button_green .forum-list-icon-legend .forum-list-icon-default:before, .forum-list-icon-legend label.fancy #main .node-webform select.large.button_green .forum-list-icon-default:before, #main .node-webform .large.split-right.button_remove .forum-list-icon-legend .forum-list-icon-default:before, .forum-list-icon-legend #main .node-webform .large.split-right.button_remove .forum-list-icon-default:before, #main .node-webform label.fancy select.large.button_remove .forum-list-icon-legend .forum-list-icon-default:before, .forum-list-icon-legend #main .node-webform label.fancy select.large.button_remove .forum-list-icon-default:before, label.fancy #main .node-webform select.large.button_remove .forum-list-icon-legend .forum-list-icon-default:before, .forum-list-icon-legend label.fancy #main .node-webform select.large.button_remove .forum-list-icon-default:before, #main .node-webform .form-actions input.large.split-right .forum-list-icon-legend .forum-list-icon-default:before, .forum-list-icon-legend #main .node-webform .form-actions input.large.split-right .forum-list-icon-default:before,
    #main .node-webform button.large.split-right.button_blue .forum-list-icon-legend .forum-list-icon-default:before,
    .forum-list-icon-legend #main .node-webform button.large.split-right.button_blue .forum-list-icon-default:before, #main .node-webform button.large.split-right.button_green .forum-list-icon-legend .forum-list-icon-default:before, .forum-list-icon-legend #main .node-webform button.large.split-right.button_green .forum-list-icon-default:before,
    #main .node-webform input.large.split-right.button_blue .forum-list-icon-legend .forum-list-icon-default:before,
    .forum-list-icon-legend #main .node-webform input.large.split-right.button_blue .forum-list-icon-default:before, #main .node-webform input.large.split-right.button_green .forum-list-icon-legend .forum-list-icon-default:before, .forum-list-icon-legend #main .node-webform input.large.split-right.button_green .forum-list-icon-default:before, #main .node-webform input.large.split-right.button_remove .forum-list-icon-legend .forum-list-icon-default:before, .forum-list-icon-legend #main .node-webform input.large.split-right.button_remove .forum-list-icon-default:before, .joyride-tip-guide .joyride-content-wrapper a.large.split-right.joyride-next-tip .forum-list-icon-legend .forum-list-icon-default:before, .forum-list-icon-legend .joyride-tip-guide .joyride-content-wrapper a.large.split-right.joyride-next-tip .forum-list-icon-default:before, .page-forum ul.action-links li a.large.split-right.subscription .forum-list-icon-legend .forum-list-icon-default:before, .forum-list-icon-legend .page-forum ul.action-links li a.large.split-right.subscription .forum-list-icon-default:before, .button.large.split-right tr.even td.forum-list-icon-new-posts .forum-list-icon-wrapper span:before, tr.even td.forum-list-icon-new-posts .forum-list-icon-wrapper .button.large.split-right span:before, .content form input.large.split-right[type="submit"] tr.even td.forum-list-icon-new-posts .forum-list-icon-wrapper span:before, tr.even td.forum-list-icon-new-posts .forum-list-icon-wrapper .content form input.large.split-right[type="submit"] span:before, label.fancy select.large tr.even td.forum-list-icon-new-posts .forum-list-icon-wrapper span:before, tr.even td.forum-list-icon-new-posts .forum-list-icon-wrapper label.fancy select.large span:before, #main .node-webform .large.split-right.button_blue tr.even td.forum-list-icon-new-posts .forum-list-icon-wrapper span:before, tr.even td.forum-list-icon-new-posts .forum-list-icon-wrapper #main .node-webform .large.split-right.button_blue span:before, #main .node-webform label.fancy select.large.button_blue tr.even td.forum-list-icon-new-posts .forum-list-icon-wrapper span:before, tr.even td.forum-list-icon-new-posts .forum-list-icon-wrapper #main .node-webform label.fancy select.large.button_blue span:before, label.fancy #main .node-webform select.large.button_blue tr.even td.forum-list-icon-new-posts .forum-list-icon-wrapper span:before, tr.even td.forum-list-icon-new-posts .forum-list-icon-wrapper label.fancy #main .node-webform select.large.button_blue span:before, #main .node-webform .form-actions input.large.split-right.button-primary tr.even td.forum-list-icon-new-posts .forum-list-icon-wrapper span:before, tr.even td.forum-list-icon-new-posts .forum-list-icon-wrapper #main .node-webform .form-actions input.large.split-right.button-primary span:before, #main .node-webform .large.split-right.button_green tr.even td.forum-list-icon-new-posts .forum-list-icon-wrapper span:before, tr.even td.forum-list-icon-new-posts .forum-list-icon-wrapper #main .node-webform .large.split-right.button_green span:before, #main .node-webform label.fancy select.large.button_green tr.even td.forum-list-icon-new-posts .forum-list-icon-wrapper span:before, tr.even td.forum-list-icon-new-posts .forum-list-icon-wrapper #main .node-webform label.fancy select.large.button_green span:before, label.fancy #main .node-webform select.large.button_green tr.even td.forum-list-icon-new-posts .forum-list-icon-wrapper span:before, tr.even td.forum-list-icon-new-posts .forum-list-icon-wrapper label.fancy #main .node-webform select.large.button_green span:before, #main .node-webform .large.split-right.button_remove tr.even td.forum-list-icon-new-posts .forum-list-icon-wrapper span:before, tr.even td.forum-list-icon-new-posts .forum-list-icon-wrapper #main .node-webform .large.split-right.button_remove span:before, #main .node-webform label.fancy select.large.button_remove tr.even td.forum-list-icon-new-posts .forum-list-icon-wrapper span:before, tr.even td.forum-list-icon-new-posts .forum-list-icon-wrapper #main .node-webform label.fancy select.large.button_remove span:before, label.fancy #main .node-webform select.large.button_remove tr.even td.forum-list-icon-new-posts .forum-list-icon-wrapper span:before, tr.even td.forum-list-icon-new-posts .forum-list-icon-wrapper label.fancy #main .node-webform select.large.button_remove span:before, #main .node-webform .form-actions input.large.split-right tr.even td.forum-list-icon-new-posts .forum-list-icon-wrapper span:before, tr.even td.forum-list-icon-new-posts .forum-list-icon-wrapper #main .node-webform .form-actions input.large.split-right span:before,
    #main .node-webform button.large.split-right.button_blue tr.even td.forum-list-icon-new-posts .forum-list-icon-wrapper span:before,
    tr.even td.forum-list-icon-new-posts .forum-list-icon-wrapper #main .node-webform button.large.split-right.button_blue span:before, #main .node-webform button.large.split-right.button_green tr.even td.forum-list-icon-new-posts .forum-list-icon-wrapper span:before, tr.even td.forum-list-icon-new-posts .forum-list-icon-wrapper #main .node-webform button.large.split-right.button_green span:before,
    #main .node-webform input.large.split-right.button_blue tr.even td.forum-list-icon-new-posts .forum-list-icon-wrapper span:before,
    tr.even td.forum-list-icon-new-posts .forum-list-icon-wrapper #main .node-webform input.large.split-right.button_blue span:before, #main .node-webform input.large.split-right.button_green tr.even td.forum-list-icon-new-posts .forum-list-icon-wrapper span:before, tr.even td.forum-list-icon-new-posts .forum-list-icon-wrapper #main .node-webform input.large.split-right.button_green span:before, #main .node-webform input.large.split-right.button_remove tr.even td.forum-list-icon-new-posts .forum-list-icon-wrapper span:before, tr.even td.forum-list-icon-new-posts .forum-list-icon-wrapper #main .node-webform input.large.split-right.button_remove span:before, .joyride-tip-guide .joyride-content-wrapper a.large.split-right.joyride-next-tip tr.even td.forum-list-icon-new-posts .forum-list-icon-wrapper span:before, tr.even td.forum-list-icon-new-posts .forum-list-icon-wrapper .joyride-tip-guide .joyride-content-wrapper a.large.split-right.joyride-next-tip span:before, .page-forum ul.action-links li a.large.split-right.subscription tr.even td.forum-list-icon-new-posts .forum-list-icon-wrapper span:before, tr.even td.forum-list-icon-new-posts .forum-list-icon-wrapper .page-forum ul.action-links li a.large.split-right.subscription span:before, .button.large.split-right tr.odd td.forum-list-icon-new-posts .forum-list-icon-wrapper span:before, tr.odd td.forum-list-icon-new-posts .forum-list-icon-wrapper .button.large.split-right span:before, .content form input.large.split-right[type="submit"] tr.odd td.forum-list-icon-new-posts .forum-list-icon-wrapper span:before, tr.odd td.forum-list-icon-new-posts .forum-list-icon-wrapper .content form input.large.split-right[type="submit"] span:before, label.fancy select.large tr.odd td.forum-list-icon-new-posts .forum-list-icon-wrapper span:before, tr.odd td.forum-list-icon-new-posts .forum-list-icon-wrapper label.fancy select.large span:before, #main .node-webform .large.split-right.button_blue tr.odd td.forum-list-icon-new-posts .forum-list-icon-wrapper span:before, tr.odd td.forum-list-icon-new-posts .forum-list-icon-wrapper #main .node-webform .large.split-right.button_blue span:before, #main .node-webform label.fancy select.large.button_blue tr.odd td.forum-list-icon-new-posts .forum-list-icon-wrapper span:before, tr.odd td.forum-list-icon-new-posts .forum-list-icon-wrapper #main .node-webform label.fancy select.large.button_blue span:before, label.fancy #main .node-webform select.large.button_blue tr.odd td.forum-list-icon-new-posts .forum-list-icon-wrapper span:before, tr.odd td.forum-list-icon-new-posts .forum-list-icon-wrapper label.fancy #main .node-webform select.large.button_blue span:before, #main .node-webform .form-actions input.large.split-right.button-primary tr.odd td.forum-list-icon-new-posts .forum-list-icon-wrapper span:before, tr.odd td.forum-list-icon-new-posts .forum-list-icon-wrapper #main .node-webform .form-actions input.large.split-right.button-primary span:before, #main .node-webform .large.split-right.button_green tr.odd td.forum-list-icon-new-posts .forum-list-icon-wrapper span:before, tr.odd td.forum-list-icon-new-posts .forum-list-icon-wrapper #main .node-webform .large.split-right.button_green span:before, #main .node-webform label.fancy select.large.button_green tr.odd td.forum-list-icon-new-posts .forum-list-icon-wrapper span:before, tr.odd td.forum-list-icon-new-posts .forum-list-icon-wrapper #main .node-webform label.fancy select.large.button_green span:before, label.fancy #main .node-webform select.large.button_green tr.odd td.forum-list-icon-new-posts .forum-list-icon-wrapper span:before, tr.odd td.forum-list-icon-new-posts .forum-list-icon-wrapper label.fancy #main .node-webform select.large.button_green span:before, #main .node-webform .large.split-right.button_remove tr.odd td.forum-list-icon-new-posts .forum-list-icon-wrapper span:before, tr.odd td.forum-list-icon-new-posts .forum-list-icon-wrapper #main .node-webform .large.split-right.button_remove span:before, #main .node-webform label.fancy select.large.button_remove tr.odd td.forum-list-icon-new-posts .forum-list-icon-wrapper span:before, tr.odd td.forum-list-icon-new-posts .forum-list-icon-wrapper #main .node-webform label.fancy select.large.button_remove span:before, label.fancy #main .node-webform select.large.button_remove tr.odd td.forum-list-icon-new-posts .forum-list-icon-wrapper span:before, tr.odd td.forum-list-icon-new-posts .forum-list-icon-wrapper label.fancy #main .node-webform select.large.button_remove span:before, #main .node-webform .form-actions input.large.split-right tr.odd td.forum-list-icon-new-posts .forum-list-icon-wrapper span:before, tr.odd td.forum-list-icon-new-posts .forum-list-icon-wrapper #main .node-webform .form-actions input.large.split-right span:before,
    #main .node-webform button.large.split-right.button_blue tr.odd td.forum-list-icon-new-posts .forum-list-icon-wrapper span:before,
    tr.odd td.forum-list-icon-new-posts .forum-list-icon-wrapper #main .node-webform button.large.split-right.button_blue span:before, #main .node-webform button.large.split-right.button_green tr.odd td.forum-list-icon-new-posts .forum-list-icon-wrapper span:before, tr.odd td.forum-list-icon-new-posts .forum-list-icon-wrapper #main .node-webform button.large.split-right.button_green span:before,
    #main .node-webform input.large.split-right.button_blue tr.odd td.forum-list-icon-new-posts .forum-list-icon-wrapper span:before,
    tr.odd td.forum-list-icon-new-posts .forum-list-icon-wrapper #main .node-webform input.large.split-right.button_blue span:before, #main .node-webform input.large.split-right.button_green tr.odd td.forum-list-icon-new-posts .forum-list-icon-wrapper span:before, tr.odd td.forum-list-icon-new-posts .forum-list-icon-wrapper #main .node-webform input.large.split-right.button_green span:before, #main .node-webform input.large.split-right.button_remove tr.odd td.forum-list-icon-new-posts .forum-list-icon-wrapper span:before, tr.odd td.forum-list-icon-new-posts .forum-list-icon-wrapper #main .node-webform input.large.split-right.button_remove span:before, .joyride-tip-guide .joyride-content-wrapper a.large.split-right.joyride-next-tip tr.odd td.forum-list-icon-new-posts .forum-list-icon-wrapper span:before, tr.odd td.forum-list-icon-new-posts .forum-list-icon-wrapper .joyride-tip-guide .joyride-content-wrapper a.large.split-right.joyride-next-tip span:before, .page-forum ul.action-links li a.large.split-right.subscription tr.odd td.forum-list-icon-new-posts .forum-list-icon-wrapper span:before, tr.odd td.forum-list-icon-new-posts .forum-list-icon-wrapper .page-forum ul.action-links li a.large.split-right.subscription span:before, .button.large.split-right .forum-list-icon-legend .forum-list-icon-new-posts:before, .forum-list-icon-legend .button.large.split-right .forum-list-icon-new-posts:before, .content form input.large.split-right[type="submit"] .forum-list-icon-legend .forum-list-icon-new-posts:before, .forum-list-icon-legend .content form input.large.split-right[type="submit"] .forum-list-icon-new-posts:before, label.fancy select.large .forum-list-icon-legend .forum-list-icon-new-posts:before, .forum-list-icon-legend label.fancy select.large .forum-list-icon-new-posts:before, #main .node-webform .large.split-right.button_blue .forum-list-icon-legend .forum-list-icon-new-posts:before, .forum-list-icon-legend #main .node-webform .large.split-right.button_blue .forum-list-icon-new-posts:before, #main .node-webform label.fancy select.large.button_blue .forum-list-icon-legend .forum-list-icon-new-posts:before, .forum-list-icon-legend #main .node-webform label.fancy select.large.button_blue .forum-list-icon-new-posts:before, label.fancy #main .node-webform select.large.button_blue .forum-list-icon-legend .forum-list-icon-new-posts:before, .forum-list-icon-legend label.fancy #main .node-webform select.large.button_blue .forum-list-icon-new-posts:before, #main .node-webform .form-actions input.large.split-right.button-primary .forum-list-icon-legend .forum-list-icon-new-posts:before, .forum-list-icon-legend #main .node-webform .form-actions input.large.split-right.button-primary .forum-list-icon-new-posts:before, #main .node-webform .large.split-right.button_green .forum-list-icon-legend .forum-list-icon-new-posts:before, .forum-list-icon-legend #main .node-webform .large.split-right.button_green .forum-list-icon-new-posts:before, #main .node-webform label.fancy select.large.button_green .forum-list-icon-legend .forum-list-icon-new-posts:before, .forum-list-icon-legend #main .node-webform label.fancy select.large.button_green .forum-list-icon-new-posts:before, label.fancy #main .node-webform select.large.button_green .forum-list-icon-legend .forum-list-icon-new-posts:before, .forum-list-icon-legend label.fancy #main .node-webform select.large.button_green .forum-list-icon-new-posts:before, #main .node-webform .large.split-right.button_remove .forum-list-icon-legend .forum-list-icon-new-posts:before, .forum-list-icon-legend #main .node-webform .large.split-right.button_remove .forum-list-icon-new-posts:before, #main .node-webform label.fancy select.large.button_remove .forum-list-icon-legend .forum-list-icon-new-posts:before, .forum-list-icon-legend #main .node-webform label.fancy select.large.button_remove .forum-list-icon-new-posts:before, label.fancy #main .node-webform select.large.button_remove .forum-list-icon-legend .forum-list-icon-new-posts:before, .forum-list-icon-legend label.fancy #main .node-webform select.large.button_remove .forum-list-icon-new-posts:before, #main .node-webform .form-actions input.large.split-right .forum-list-icon-legend .forum-list-icon-new-posts:before, .forum-list-icon-legend #main .node-webform .form-actions input.large.split-right .forum-list-icon-new-posts:before,
    #main .node-webform button.large.split-right.button_blue .forum-list-icon-legend .forum-list-icon-new-posts:before,
    .forum-list-icon-legend #main .node-webform button.large.split-right.button_blue .forum-list-icon-new-posts:before, #main .node-webform button.large.split-right.button_green .forum-list-icon-legend .forum-list-icon-new-posts:before, .forum-list-icon-legend #main .node-webform button.large.split-right.button_green .forum-list-icon-new-posts:before,
    #main .node-webform input.large.split-right.button_blue .forum-list-icon-legend .forum-list-icon-new-posts:before,
    .forum-list-icon-legend #main .node-webform input.large.split-right.button_blue .forum-list-icon-new-posts:before, #main .node-webform input.large.split-right.button_green .forum-list-icon-legend .forum-list-icon-new-posts:before, .forum-list-icon-legend #main .node-webform input.large.split-right.button_green .forum-list-icon-new-posts:before, #main .node-webform input.large.split-right.button_remove .forum-list-icon-legend .forum-list-icon-new-posts:before, .forum-list-icon-legend #main .node-webform input.large.split-right.button_remove .forum-list-icon-new-posts:before, .joyride-tip-guide .joyride-content-wrapper a.large.split-right.joyride-next-tip .forum-list-icon-legend .forum-list-icon-new-posts:before, .forum-list-icon-legend .joyride-tip-guide .joyride-content-wrapper a.large.split-right.joyride-next-tip .forum-list-icon-new-posts:before, .page-forum ul.action-links li a.large.split-right.subscription .forum-list-icon-legend .forum-list-icon-new-posts:before, .forum-list-icon-legend .page-forum ul.action-links li a.large.split-right.subscription .forum-list-icon-new-posts:before, .button.large.split-left i, .content form input.large.split-left[type="submit"] i, label.fancy select.large.split-left i, #main .node-webform .large.split-left.button_blue i, #main .node-webform .form-actions input.large.split-left.button-primary i, #main .node-webform .large.split-left.button_green i, #main .node-webform .large.split-left.button_remove i, #main .node-webform .form-actions input.large.split-left i,
    #main .node-webform button.large.split-left.button_blue i, #main .node-webform button.large.split-left.button_green i,
    #main .node-webform input.large.split-left.button_blue i, #main .node-webform input.large.split-left.button_green i, #main .node-webform input.large.split-left.button_remove i, .joyride-tip-guide .joyride-content-wrapper a.large.split-left.joyride-next-tip i, .page-forum ul.action-links li a.large.split-left.subscription i, .button.large.split-left .views-field-topic-icon span:before, .views-field-topic-icon .button.large.split-left span:before, .content form input.large.split-left[type="submit"] .views-field-topic-icon span:before, .views-field-topic-icon .content form input.large.split-left[type="submit"] span:before, label.fancy select.large.split-left .views-field-topic-icon span:before, .views-field-topic-icon label.fancy select.large.split-left span:before, #main .node-webform .large.split-left.button_blue .views-field-topic-icon span:before, .views-field-topic-icon #main .node-webform .large.split-left.button_blue span:before, #main .node-webform .form-actions input.large.split-left.button-primary .views-field-topic-icon span:before, .views-field-topic-icon #main .node-webform .form-actions input.large.split-left.button-primary span:before, #main .node-webform .large.split-left.button_green .views-field-topic-icon span:before, .views-field-topic-icon #main .node-webform .large.split-left.button_green span:before, #main .node-webform .large.split-left.button_remove .views-field-topic-icon span:before, .views-field-topic-icon #main .node-webform .large.split-left.button_remove span:before, #main .node-webform .form-actions input.large.split-left .views-field-topic-icon span:before, .views-field-topic-icon #main .node-webform .form-actions input.large.split-left span:before,
    #main .node-webform button.large.split-left.button_blue .views-field-topic-icon span:before,
    .views-field-topic-icon #main .node-webform button.large.split-left.button_blue span:before, #main .node-webform button.large.split-left.button_green .views-field-topic-icon span:before, .views-field-topic-icon #main .node-webform button.large.split-left.button_green span:before,
    #main .node-webform input.large.split-left.button_blue .views-field-topic-icon span:before,
    .views-field-topic-icon #main .node-webform input.large.split-left.button_blue span:before, #main .node-webform input.large.split-left.button_green .views-field-topic-icon span:before, .views-field-topic-icon #main .node-webform input.large.split-left.button_green span:before, #main .node-webform input.large.split-left.button_remove .views-field-topic-icon span:before, .views-field-topic-icon #main .node-webform input.large.split-left.button_remove span:before, .joyride-tip-guide .joyride-content-wrapper a.large.split-left.joyride-next-tip .views-field-topic-icon span:before, .views-field-topic-icon .joyride-tip-guide .joyride-content-wrapper a.large.split-left.joyride-next-tip span:before, .page-forum ul.action-links li a.large.split-left.subscription .views-field-topic-icon span:before, .views-field-topic-icon .page-forum ul.action-links li a.large.split-left.subscription span:before,
    .button.large.split-left .forum-list-icon span span:before,
    .forum-list-icon span .button.large.split-left span:before,
    .content form input.large.split-left[type="submit"] .forum-list-icon span span:before,
    .forum-list-icon span .content form input.large.split-left[type="submit"] span:before,
    label.fancy select.large.split-left .forum-list-icon span span:before,
    .forum-list-icon span label.fancy select.large.split-left span:before,
    #main .node-webform .large.split-left.button_blue .forum-list-icon span span:before,
    .forum-list-icon span #main .node-webform .large.split-left.button_blue span:before,
    #main .node-webform .form-actions input.large.split-left.button-primary .forum-list-icon span span:before,
    .forum-list-icon span #main .node-webform .form-actions input.large.split-left.button-primary span:before,
    #main .node-webform .large.split-left.button_green .forum-list-icon span span:before,
    .forum-list-icon span #main .node-webform .large.split-left.button_green span:before,
    #main .node-webform .large.split-left.button_remove .forum-list-icon span span:before,
    .forum-list-icon span #main .node-webform .large.split-left.button_remove span:before,
    #main .node-webform .form-actions input.large.split-left .forum-list-icon span span:before,
    .forum-list-icon span #main .node-webform .form-actions input.large.split-left span:before,
    #main .node-webform button.large.split-left.button_blue .forum-list-icon span span:before,
    .forum-list-icon span #main .node-webform button.large.split-left.button_blue span:before,
    #main .node-webform button.large.split-left.button_green .forum-list-icon span span:before,
    .forum-list-icon span #main .node-webform button.large.split-left.button_green span:before,
    #main .node-webform input.large.split-left.button_blue .forum-list-icon span span:before,
    .forum-list-icon span #main .node-webform input.large.split-left.button_blue span:before,
    #main .node-webform input.large.split-left.button_green .forum-list-icon span span:before,
    .forum-list-icon span #main .node-webform input.large.split-left.button_green span:before,
    #main .node-webform input.large.split-left.button_remove .forum-list-icon span span:before,
    .forum-list-icon span #main .node-webform input.large.split-left.button_remove span:before,
    .joyride-tip-guide .joyride-content-wrapper a.large.split-left.joyride-next-tip .forum-list-icon span span:before,
    .forum-list-icon span .joyride-tip-guide .joyride-content-wrapper a.large.split-left.joyride-next-tip span:before,
    .page-forum ul.action-links li a.large.split-left.subscription .forum-list-icon span span:before,
    .forum-list-icon span .page-forum ul.action-links li a.large.split-left.subscription span:before, .button.large.split-left .forum-topic-legend div:before, .forum-topic-legend .button.large.split-left div:before, .content form input.large.split-left[type="submit"] .forum-topic-legend div:before, .forum-topic-legend .content form input.large.split-left[type="submit"] div:before, label.fancy select.large.split-left .forum-topic-legend div:before, .forum-topic-legend label.fancy select.large.split-left div:before, #main .node-webform .large.split-left.button_blue .forum-topic-legend div:before, .forum-topic-legend #main .node-webform .large.split-left.button_blue div:before, #main .node-webform .form-actions input.large.split-left.button-primary .forum-topic-legend div:before, .forum-topic-legend #main .node-webform .form-actions input.large.split-left.button-primary div:before, #main .node-webform .large.split-left.button_green .forum-topic-legend div:before, .forum-topic-legend #main .node-webform .large.split-left.button_green div:before, #main .node-webform .large.split-left.button_remove .forum-topic-legend div:before, .forum-topic-legend #main .node-webform .large.split-left.button_remove div:before, #main .node-webform .form-actions input.large.split-left .forum-topic-legend div:before, .forum-topic-legend #main .node-webform .form-actions input.large.split-left div:before,
    #main .node-webform button.large.split-left.button_blue .forum-topic-legend div:before,
    .forum-topic-legend #main .node-webform button.large.split-left.button_blue div:before, #main .node-webform button.large.split-left.button_green .forum-topic-legend div:before, .forum-topic-legend #main .node-webform button.large.split-left.button_green div:before,
    #main .node-webform input.large.split-left.button_blue .forum-topic-legend div:before,
    .forum-topic-legend #main .node-webform input.large.split-left.button_blue div:before, #main .node-webform input.large.split-left.button_green .forum-topic-legend div:before, .forum-topic-legend #main .node-webform input.large.split-left.button_green div:before, #main .node-webform input.large.split-left.button_remove .forum-topic-legend div:before, .forum-topic-legend #main .node-webform input.large.split-left.button_remove div:before, .joyride-tip-guide .joyride-content-wrapper a.large.split-left.joyride-next-tip .forum-topic-legend div:before, .forum-topic-legend .joyride-tip-guide .joyride-content-wrapper a.large.split-left.joyride-next-tip div:before, .page-forum ul.action-links li a.large.split-left.subscription .forum-topic-legend div:before, .forum-topic-legend .page-forum ul.action-links li a.large.split-left.subscription div:before,
    .button.large.split-left .forum-list-icon-legend span span:before,
    .forum-list-icon-legend span .button.large.split-left span:before,
    .content form input.large.split-left[type="submit"] .forum-list-icon-legend span span:before,
    .forum-list-icon-legend span .content form input.large.split-left[type="submit"] span:before,
    label.fancy select.large.split-left .forum-list-icon-legend span span:before,
    .forum-list-icon-legend span label.fancy select.large.split-left span:before,
    #main .node-webform .large.split-left.button_blue .forum-list-icon-legend span span:before,
    .forum-list-icon-legend span #main .node-webform .large.split-left.button_blue span:before,
    #main .node-webform .form-actions input.large.split-left.button-primary .forum-list-icon-legend span span:before,
    .forum-list-icon-legend span #main .node-webform .form-actions input.large.split-left.button-primary span:before,
    #main .node-webform .large.split-left.button_green .forum-list-icon-legend span span:before,
    .forum-list-icon-legend span #main .node-webform .large.split-left.button_green span:before,
    #main .node-webform .large.split-left.button_remove .forum-list-icon-legend span span:before,
    .forum-list-icon-legend span #main .node-webform .large.split-left.button_remove span:before,
    #main .node-webform .form-actions input.large.split-left .forum-list-icon-legend span span:before,
    .forum-list-icon-legend span #main .node-webform .form-actions input.large.split-left span:before,
    #main .node-webform button.large.split-left.button_blue .forum-list-icon-legend span span:before,
    .forum-list-icon-legend span #main .node-webform button.large.split-left.button_blue span:before,
    #main .node-webform button.large.split-left.button_green .forum-list-icon-legend span span:before,
    .forum-list-icon-legend span #main .node-webform button.large.split-left.button_green span:before,
    #main .node-webform input.large.split-left.button_blue .forum-list-icon-legend span span:before,
    .forum-list-icon-legend span #main .node-webform input.large.split-left.button_blue span:before,
    #main .node-webform input.large.split-left.button_green .forum-list-icon-legend span span:before,
    .forum-list-icon-legend span #main .node-webform input.large.split-left.button_green span:before,
    #main .node-webform input.large.split-left.button_remove .forum-list-icon-legend span span:before,
    .forum-list-icon-legend span #main .node-webform input.large.split-left.button_remove span:before,
    .joyride-tip-guide .joyride-content-wrapper a.large.split-left.joyride-next-tip .forum-list-icon-legend span span:before,
    .forum-list-icon-legend span .joyride-tip-guide .joyride-content-wrapper a.large.split-left.joyride-next-tip span:before,
    .page-forum ul.action-links li a.large.split-left.subscription .forum-list-icon-legend span span:before,
    .forum-list-icon-legend span .page-forum ul.action-links li a.large.split-left.subscription span:before, .button.large.split-left tr.even td.forum-list-icon-default .forum-list-icon-wrapper span:before, tr.even td.forum-list-icon-default .forum-list-icon-wrapper .button.large.split-left span:before, .content form input.large.split-left[type="submit"] tr.even td.forum-list-icon-default .forum-list-icon-wrapper span:before, tr.even td.forum-list-icon-default .forum-list-icon-wrapper .content form input.large.split-left[type="submit"] span:before, label.fancy select.large.split-left tr.even td.forum-list-icon-default .forum-list-icon-wrapper span:before, tr.even td.forum-list-icon-default .forum-list-icon-wrapper label.fancy select.large.split-left span:before, #main .node-webform .large.split-left.button_blue tr.even td.forum-list-icon-default .forum-list-icon-wrapper span:before, tr.even td.forum-list-icon-default .forum-list-icon-wrapper #main .node-webform .large.split-left.button_blue span:before, #main .node-webform .form-actions input.large.split-left.button-primary tr.even td.forum-list-icon-default .forum-list-icon-wrapper span:before, tr.even td.forum-list-icon-default .forum-list-icon-wrapper #main .node-webform .form-actions input.large.split-left.button-primary span:before, #main .node-webform .large.split-left.button_green tr.even td.forum-list-icon-default .forum-list-icon-wrapper span:before, tr.even td.forum-list-icon-default .forum-list-icon-wrapper #main .node-webform .large.split-left.button_green span:before, #main .node-webform .large.split-left.button_remove tr.even td.forum-list-icon-default .forum-list-icon-wrapper span:before, tr.even td.forum-list-icon-default .forum-list-icon-wrapper #main .node-webform .large.split-left.button_remove span:before, #main .node-webform .form-actions input.large.split-left tr.even td.forum-list-icon-default .forum-list-icon-wrapper span:before, tr.even td.forum-list-icon-default .forum-list-icon-wrapper #main .node-webform .form-actions input.large.split-left span:before,
    #main .node-webform button.large.split-left.button_blue tr.even td.forum-list-icon-default .forum-list-icon-wrapper span:before,
    tr.even td.forum-list-icon-default .forum-list-icon-wrapper #main .node-webform button.large.split-left.button_blue span:before, #main .node-webform button.large.split-left.button_green tr.even td.forum-list-icon-default .forum-list-icon-wrapper span:before, tr.even td.forum-list-icon-default .forum-list-icon-wrapper #main .node-webform button.large.split-left.button_green span:before,
    #main .node-webform input.large.split-left.button_blue tr.even td.forum-list-icon-default .forum-list-icon-wrapper span:before,
    tr.even td.forum-list-icon-default .forum-list-icon-wrapper #main .node-webform input.large.split-left.button_blue span:before, #main .node-webform input.large.split-left.button_green tr.even td.forum-list-icon-default .forum-list-icon-wrapper span:before, tr.even td.forum-list-icon-default .forum-list-icon-wrapper #main .node-webform input.large.split-left.button_green span:before, #main .node-webform input.large.split-left.button_remove tr.even td.forum-list-icon-default .forum-list-icon-wrapper span:before, tr.even td.forum-list-icon-default .forum-list-icon-wrapper #main .node-webform input.large.split-left.button_remove span:before, .joyride-tip-guide .joyride-content-wrapper a.large.split-left.joyride-next-tip tr.even td.forum-list-icon-default .forum-list-icon-wrapper span:before, tr.even td.forum-list-icon-default .forum-list-icon-wrapper .joyride-tip-guide .joyride-content-wrapper a.large.split-left.joyride-next-tip span:before, .page-forum ul.action-links li a.large.split-left.subscription tr.even td.forum-list-icon-default .forum-list-icon-wrapper span:before, tr.even td.forum-list-icon-default .forum-list-icon-wrapper .page-forum ul.action-links li a.large.split-left.subscription span:before, .button.large.split-left tr.odd td.forum-list-icon-default .forum-list-icon-wrapper span:before, tr.odd td.forum-list-icon-default .forum-list-icon-wrapper .button.large.split-left span:before, .content form input.large.split-left[type="submit"] tr.odd td.forum-list-icon-default .forum-list-icon-wrapper span:before, tr.odd td.forum-list-icon-default .forum-list-icon-wrapper .content form input.large.split-left[type="submit"] span:before, label.fancy select.large.split-left tr.odd td.forum-list-icon-default .forum-list-icon-wrapper span:before, tr.odd td.forum-list-icon-default .forum-list-icon-wrapper label.fancy select.large.split-left span:before, #main .node-webform .large.split-left.button_blue tr.odd td.forum-list-icon-default .forum-list-icon-wrapper span:before, tr.odd td.forum-list-icon-default .forum-list-icon-wrapper #main .node-webform .large.split-left.button_blue span:before, #main .node-webform .form-actions input.large.split-left.button-primary tr.odd td.forum-list-icon-default .forum-list-icon-wrapper span:before, tr.odd td.forum-list-icon-default .forum-list-icon-wrapper #main .node-webform .form-actions input.large.split-left.button-primary span:before, #main .node-webform .large.split-left.button_green tr.odd td.forum-list-icon-default .forum-list-icon-wrapper span:before, tr.odd td.forum-list-icon-default .forum-list-icon-wrapper #main .node-webform .large.split-left.button_green span:before, #main .node-webform .large.split-left.button_remove tr.odd td.forum-list-icon-default .forum-list-icon-wrapper span:before, tr.odd td.forum-list-icon-default .forum-list-icon-wrapper #main .node-webform .large.split-left.button_remove span:before, #main .node-webform .form-actions input.large.split-left tr.odd td.forum-list-icon-default .forum-list-icon-wrapper span:before, tr.odd td.forum-list-icon-default .forum-list-icon-wrapper #main .node-webform .form-actions input.large.split-left span:before,
    #main .node-webform button.large.split-left.button_blue tr.odd td.forum-list-icon-default .forum-list-icon-wrapper span:before,
    tr.odd td.forum-list-icon-default .forum-list-icon-wrapper #main .node-webform button.large.split-left.button_blue span:before, #main .node-webform button.large.split-left.button_green tr.odd td.forum-list-icon-default .forum-list-icon-wrapper span:before, tr.odd td.forum-list-icon-default .forum-list-icon-wrapper #main .node-webform button.large.split-left.button_green span:before,
    #main .node-webform input.large.split-left.button_blue tr.odd td.forum-list-icon-default .forum-list-icon-wrapper span:before,
    tr.odd td.forum-list-icon-default .forum-list-icon-wrapper #main .node-webform input.large.split-left.button_blue span:before, #main .node-webform input.large.split-left.button_green tr.odd td.forum-list-icon-default .forum-list-icon-wrapper span:before, tr.odd td.forum-list-icon-default .forum-list-icon-wrapper #main .node-webform input.large.split-left.button_green span:before, #main .node-webform input.large.split-left.button_remove tr.odd td.forum-list-icon-default .forum-list-icon-wrapper span:before, tr.odd td.forum-list-icon-default .forum-list-icon-wrapper #main .node-webform input.large.split-left.button_remove span:before, .joyride-tip-guide .joyride-content-wrapper a.large.split-left.joyride-next-tip tr.odd td.forum-list-icon-default .forum-list-icon-wrapper span:before, tr.odd td.forum-list-icon-default .forum-list-icon-wrapper .joyride-tip-guide .joyride-content-wrapper a.large.split-left.joyride-next-tip span:before, .page-forum ul.action-links li a.large.split-left.subscription tr.odd td.forum-list-icon-default .forum-list-icon-wrapper span:before, tr.odd td.forum-list-icon-default .forum-list-icon-wrapper .page-forum ul.action-links li a.large.split-left.subscription span:before, .button.large.split-left .forum-list-icon-legend .forum-list-icon-default:before, .forum-list-icon-legend .button.large.split-left .forum-list-icon-default:before, .content form input.large.split-left[type="submit"] .forum-list-icon-legend .forum-list-icon-default:before, .forum-list-icon-legend .content form input.large.split-left[type="submit"] .forum-list-icon-default:before, label.fancy select.large.split-left .forum-list-icon-legend .forum-list-icon-default:before, .forum-list-icon-legend label.fancy select.large.split-left .forum-list-icon-default:before, #main .node-webform .large.split-left.button_blue .forum-list-icon-legend .forum-list-icon-default:before, .forum-list-icon-legend #main .node-webform .large.split-left.button_blue .forum-list-icon-default:before, #main .node-webform .form-actions input.large.split-left.button-primary .forum-list-icon-legend .forum-list-icon-default:before, .forum-list-icon-legend #main .node-webform .form-actions input.large.split-left.button-primary .forum-list-icon-default:before, #main .node-webform .large.split-left.button_green .forum-list-icon-legend .forum-list-icon-default:before, .forum-list-icon-legend #main .node-webform .large.split-left.button_green .forum-list-icon-default:before, #main .node-webform .large.split-left.button_remove .forum-list-icon-legend .forum-list-icon-default:before, .forum-list-icon-legend #main .node-webform .large.split-left.button_remove .forum-list-icon-default:before, #main .node-webform .form-actions input.large.split-left .forum-list-icon-legend .forum-list-icon-default:before, .forum-list-icon-legend #main .node-webform .form-actions input.large.split-left .forum-list-icon-default:before,
    #main .node-webform button.large.split-left.button_blue .forum-list-icon-legend .forum-list-icon-default:before,
    .forum-list-icon-legend #main .node-webform button.large.split-left.button_blue .forum-list-icon-default:before, #main .node-webform button.large.split-left.button_green .forum-list-icon-legend .forum-list-icon-default:before, .forum-list-icon-legend #main .node-webform button.large.split-left.button_green .forum-list-icon-default:before,
    #main .node-webform input.large.split-left.button_blue .forum-list-icon-legend .forum-list-icon-default:before,
    .forum-list-icon-legend #main .node-webform input.large.split-left.button_blue .forum-list-icon-default:before, #main .node-webform input.large.split-left.button_green .forum-list-icon-legend .forum-list-icon-default:before, .forum-list-icon-legend #main .node-webform input.large.split-left.button_green .forum-list-icon-default:before, #main .node-webform input.large.split-left.button_remove .forum-list-icon-legend .forum-list-icon-default:before, .forum-list-icon-legend #main .node-webform input.large.split-left.button_remove .forum-list-icon-default:before, .joyride-tip-guide .joyride-content-wrapper a.large.split-left.joyride-next-tip .forum-list-icon-legend .forum-list-icon-default:before, .forum-list-icon-legend .joyride-tip-guide .joyride-content-wrapper a.large.split-left.joyride-next-tip .forum-list-icon-default:before, .page-forum ul.action-links li a.large.split-left.subscription .forum-list-icon-legend .forum-list-icon-default:before, .forum-list-icon-legend .page-forum ul.action-links li a.large.split-left.subscription .forum-list-icon-default:before, .button.large.split-left tr.even td.forum-list-icon-new-posts .forum-list-icon-wrapper span:before, tr.even td.forum-list-icon-new-posts .forum-list-icon-wrapper .button.large.split-left span:before, .content form input.large.split-left[type="submit"] tr.even td.forum-list-icon-new-posts .forum-list-icon-wrapper span:before, tr.even td.forum-list-icon-new-posts .forum-list-icon-wrapper .content form input.large.split-left[type="submit"] span:before, label.fancy select.large.split-left tr.even td.forum-list-icon-new-posts .forum-list-icon-wrapper span:before, tr.even td.forum-list-icon-new-posts .forum-list-icon-wrapper label.fancy select.large.split-left span:before, #main .node-webform .large.split-left.button_blue tr.even td.forum-list-icon-new-posts .forum-list-icon-wrapper span:before, tr.even td.forum-list-icon-new-posts .forum-list-icon-wrapper #main .node-webform .large.split-left.button_blue span:before, #main .node-webform .form-actions input.large.split-left.button-primary tr.even td.forum-list-icon-new-posts .forum-list-icon-wrapper span:before, tr.even td.forum-list-icon-new-posts .forum-list-icon-wrapper #main .node-webform .form-actions input.large.split-left.button-primary span:before, #main .node-webform .large.split-left.button_green tr.even td.forum-list-icon-new-posts .forum-list-icon-wrapper span:before, tr.even td.forum-list-icon-new-posts .forum-list-icon-wrapper #main .node-webform .large.split-left.button_green span:before, #main .node-webform .large.split-left.button_remove tr.even td.forum-list-icon-new-posts .forum-list-icon-wrapper span:before, tr.even td.forum-list-icon-new-posts .forum-list-icon-wrapper #main .node-webform .large.split-left.button_remove span:before, #main .node-webform .form-actions input.large.split-left tr.even td.forum-list-icon-new-posts .forum-list-icon-wrapper span:before, tr.even td.forum-list-icon-new-posts .forum-list-icon-wrapper #main .node-webform .form-actions input.large.split-left span:before,
    #main .node-webform button.large.split-left.button_blue tr.even td.forum-list-icon-new-posts .forum-list-icon-wrapper span:before,
    tr.even td.forum-list-icon-new-posts .forum-list-icon-wrapper #main .node-webform button.large.split-left.button_blue span:before, #main .node-webform button.large.split-left.button_green tr.even td.forum-list-icon-new-posts .forum-list-icon-wrapper span:before, tr.even td.forum-list-icon-new-posts .forum-list-icon-wrapper #main .node-webform button.large.split-left.button_green span:before,
    #main .node-webform input.large.split-left.button_blue tr.even td.forum-list-icon-new-posts .forum-list-icon-wrapper span:before,
    tr.even td.forum-list-icon-new-posts .forum-list-icon-wrapper #main .node-webform input.large.split-left.button_blue span:before, #main .node-webform input.large.split-left.button_green tr.even td.forum-list-icon-new-posts .forum-list-icon-wrapper span:before, tr.even td.forum-list-icon-new-posts .forum-list-icon-wrapper #main .node-webform input.large.split-left.button_green span:before, #main .node-webform input.large.split-left.button_remove tr.even td.forum-list-icon-new-posts .forum-list-icon-wrapper span:before, tr.even td.forum-list-icon-new-posts .forum-list-icon-wrapper #main .node-webform input.large.split-left.button_remove span:before, .joyride-tip-guide .joyride-content-wrapper a.large.split-left.joyride-next-tip tr.even td.forum-list-icon-new-posts .forum-list-icon-wrapper span:before, tr.even td.forum-list-icon-new-posts .forum-list-icon-wrapper .joyride-tip-guide .joyride-content-wrapper a.large.split-left.joyride-next-tip span:before, .page-forum ul.action-links li a.large.split-left.subscription tr.even td.forum-list-icon-new-posts .forum-list-icon-wrapper span:before, tr.even td.forum-list-icon-new-posts .forum-list-icon-wrapper .page-forum ul.action-links li a.large.split-left.subscription span:before, .button.large.split-left tr.odd td.forum-list-icon-new-posts .forum-list-icon-wrapper span:before, tr.odd td.forum-list-icon-new-posts .forum-list-icon-wrapper .button.large.split-left span:before, .content form input.large.split-left[type="submit"] tr.odd td.forum-list-icon-new-posts .forum-list-icon-wrapper span:before, tr.odd td.forum-list-icon-new-posts .forum-list-icon-wrapper .content form input.large.split-left[type="submit"] span:before, label.fancy select.large.split-left tr.odd td.forum-list-icon-new-posts .forum-list-icon-wrapper span:before, tr.odd td.forum-list-icon-new-posts .forum-list-icon-wrapper label.fancy select.large.split-left span:before, #main .node-webform .large.split-left.button_blue tr.odd td.forum-list-icon-new-posts .forum-list-icon-wrapper span:before, tr.odd td.forum-list-icon-new-posts .forum-list-icon-wrapper #main .node-webform .large.split-left.button_blue span:before, #main .node-webform .form-actions input.large.split-left.button-primary tr.odd td.forum-list-icon-new-posts .forum-list-icon-wrapper span:before, tr.odd td.forum-list-icon-new-posts .forum-list-icon-wrapper #main .node-webform .form-actions input.large.split-left.button-primary span:before, #main .node-webform .large.split-left.button_green tr.odd td.forum-list-icon-new-posts .forum-list-icon-wrapper span:before, tr.odd td.forum-list-icon-new-posts .forum-list-icon-wrapper #main .node-webform .large.split-left.button_green span:before, #main .node-webform .large.split-left.button_remove tr.odd td.forum-list-icon-new-posts .forum-list-icon-wrapper span:before, tr.odd td.forum-list-icon-new-posts .forum-list-icon-wrapper #main .node-webform .large.split-left.button_remove span:before, #main .node-webform .form-actions input.large.split-left tr.odd td.forum-list-icon-new-posts .forum-list-icon-wrapper span:before, tr.odd td.forum-list-icon-new-posts .forum-list-icon-wrapper #main .node-webform .form-actions input.large.split-left span:before,
    #main .node-webform button.large.split-left.button_blue tr.odd td.forum-list-icon-new-posts .forum-list-icon-wrapper span:before,
    tr.odd td.forum-list-icon-new-posts .forum-list-icon-wrapper #main .node-webform button.large.split-left.button_blue span:before, #main .node-webform button.large.split-left.button_green tr.odd td.forum-list-icon-new-posts .forum-list-icon-wrapper span:before, tr.odd td.forum-list-icon-new-posts .forum-list-icon-wrapper #main .node-webform button.large.split-left.button_green span:before,
    #main .node-webform input.large.split-left.button_blue tr.odd td.forum-list-icon-new-posts .forum-list-icon-wrapper span:before,
    tr.odd td.forum-list-icon-new-posts .forum-list-icon-wrapper #main .node-webform input.large.split-left.button_blue span:before, #main .node-webform input.large.split-left.button_green tr.odd td.forum-list-icon-new-posts .forum-list-icon-wrapper span:before, tr.odd td.forum-list-icon-new-posts .forum-list-icon-wrapper #main .node-webform input.large.split-left.button_green span:before, #main .node-webform input.large.split-left.button_remove tr.odd td.forum-list-icon-new-posts .forum-list-icon-wrapper span:before, tr.odd td.forum-list-icon-new-posts .forum-list-icon-wrapper #main .node-webform input.large.split-left.button_remove span:before, .joyride-tip-guide .joyride-content-wrapper a.large.split-left.joyride-next-tip tr.odd td.forum-list-icon-new-posts .forum-list-icon-wrapper span:before, tr.odd td.forum-list-icon-new-posts .forum-list-icon-wrapper .joyride-tip-guide .joyride-content-wrapper a.large.split-left.joyride-next-tip span:before, .page-forum ul.action-links li a.large.split-left.subscription tr.odd td.forum-list-icon-new-posts .forum-list-icon-wrapper span:before, tr.odd td.forum-list-icon-new-posts .forum-list-icon-wrapper .page-forum ul.action-links li a.large.split-left.subscription span:before, .button.large.split-left .forum-list-icon-legend .forum-list-icon-new-posts:before, .forum-list-icon-legend .button.large.split-left .forum-list-icon-new-posts:before, .content form input.large.split-left[type="submit"] .forum-list-icon-legend .forum-list-icon-new-posts:before, .forum-list-icon-legend .content form input.large.split-left[type="submit"] .forum-list-icon-new-posts:before, label.fancy select.large.split-left .forum-list-icon-legend .forum-list-icon-new-posts:before, .forum-list-icon-legend label.fancy select.large.split-left .forum-list-icon-new-posts:before, #main .node-webform .large.split-left.button_blue .forum-list-icon-legend .forum-list-icon-new-posts:before, .forum-list-icon-legend #main .node-webform .large.split-left.button_blue .forum-list-icon-new-posts:before, #main .node-webform .form-actions input.large.split-left.button-primary .forum-list-icon-legend .forum-list-icon-new-posts:before, .forum-list-icon-legend #main .node-webform .form-actions input.large.split-left.button-primary .forum-list-icon-new-posts:before, #main .node-webform .large.split-left.button_green .forum-list-icon-legend .forum-list-icon-new-posts:before, .forum-list-icon-legend #main .node-webform .large.split-left.button_green .forum-list-icon-new-posts:before, #main .node-webform .large.split-left.button_remove .forum-list-icon-legend .forum-list-icon-new-posts:before, .forum-list-icon-legend #main .node-webform .large.split-left.button_remove .forum-list-icon-new-posts:before, #main .node-webform .form-actions input.large.split-left .forum-list-icon-legend .forum-list-icon-new-posts:before, .forum-list-icon-legend #main .node-webform .form-actions input.large.split-left .forum-list-icon-new-posts:before,
    #main .node-webform button.large.split-left.button_blue .forum-list-icon-legend .forum-list-icon-new-posts:before,
    .forum-list-icon-legend #main .node-webform button.large.split-left.button_blue .forum-list-icon-new-posts:before, #main .node-webform button.large.split-left.button_green .forum-list-icon-legend .forum-list-icon-new-posts:before, .forum-list-icon-legend #main .node-webform button.large.split-left.button_green .forum-list-icon-new-posts:before,
    #main .node-webform input.large.split-left.button_blue .forum-list-icon-legend .forum-list-icon-new-posts:before,
    .forum-list-icon-legend #main .node-webform input.large.split-left.button_blue .forum-list-icon-new-posts:before, #main .node-webform input.large.split-left.button_green .forum-list-icon-legend .forum-list-icon-new-posts:before, .forum-list-icon-legend #main .node-webform input.large.split-left.button_green .forum-list-icon-new-posts:before, #main .node-webform input.large.split-left.button_remove .forum-list-icon-legend .forum-list-icon-new-posts:before, .forum-list-icon-legend #main .node-webform input.large.split-left.button_remove .forum-list-icon-new-posts:before, .joyride-tip-guide .joyride-content-wrapper a.large.split-left.joyride-next-tip .forum-list-icon-legend .forum-list-icon-new-posts:before, .forum-list-icon-legend .joyride-tip-guide .joyride-content-wrapper a.large.split-left.joyride-next-tip .forum-list-icon-new-posts:before, .page-forum ul.action-links li a.large.split-left.subscription .forum-list-icon-legend .forum-list-icon-new-posts:before, .forum-list-icon-legend .page-forum ul.action-links li a.large.split-left.subscription .forum-list-icon-new-posts:before {
      margin-top: -0.2em; }

.button.small, .content form input.small[type="submit"], label.fancy select.small, #main .node-webform .small.button_blue, #main .node-webform .small.button_green, #main .node-webform .small.button_remove, #main .node-webform .form-actions input.small, .joyride-tip-guide .joyride-content-wrapper a.small.joyride-next-tip, .page-forum ul.action-links li a.small.subscription {
  font-size: 0.75rem;
  line-height: 1.5;
  letter-spacing: .13em;
  text-transform: uppercase;
  text-align: center !important;
  width: 100%;
  margin-top: 1em; }
  .button.small.split-right, .content form input.small.split-right[type="submit"], label.fancy select.small, #main .node-webform .small.split-right.button_blue, #main .node-webform label.fancy select.small.button_blue, label.fancy #main .node-webform select.small.button_blue, #main .node-webform .small.split-right.button_green, #main .node-webform label.fancy select.small.button_green, label.fancy #main .node-webform select.small.button_green, #main .node-webform .small.split-right.button_remove, #main .node-webform label.fancy select.small.button_remove, label.fancy #main .node-webform select.small.button_remove, #main .node-webform .form-actions input.small.split-right, .joyride-tip-guide .joyride-content-wrapper a.small.split-right.joyride-next-tip, .page-forum ul.action-links li a.small.split-right.subscription, .button.small.split-left, .content form input.small.split-left[type="submit"], label.fancy select.small.split-left, #main .node-webform .small.split-left.button_blue, #main .node-webform .small.split-left.button_green, #main .node-webform .small.split-left.button_remove, #main .node-webform .form-actions input.small.split-left, .joyride-tip-guide .joyride-content-wrapper a.small.split-left.joyride-next-tip, .page-forum ul.action-links li a.small.split-left.subscription {
    padding-top: 0.75em; }
    .button.small.split-right i, .content form input.small.split-right[type="submit"] i, label.fancy select.small i, #main .node-webform .small.split-right.button_blue i, #main .node-webform label.fancy select.small.button_blue i, label.fancy #main .node-webform select.small.button_blue i, #main .node-webform .form-actions input.small.split-right.button-primary i, #main .node-webform .small.split-right.button_green i, #main .node-webform label.fancy select.small.button_green i, label.fancy #main .node-webform select.small.button_green i, #main .node-webform .small.split-right.button_remove i, #main .node-webform label.fancy select.small.button_remove i, label.fancy #main .node-webform select.small.button_remove i, #main .node-webform .form-actions input.small.split-right i,
    #main .node-webform button.small.split-right.button_blue i, #main .node-webform button.small.split-right.button_green i,
    #main .node-webform input.small.split-right.button_blue i, #main .node-webform input.small.split-right.button_green i, #main .node-webform input.small.split-right.button_remove i, .joyride-tip-guide .joyride-content-wrapper a.small.split-right.joyride-next-tip i, .page-forum ul.action-links li a.small.split-right.subscription i, .button.small.split-right .views-field-topic-icon span:before, .views-field-topic-icon .button.small.split-right span:before, .content form input.small.split-right[type="submit"] .views-field-topic-icon span:before, .views-field-topic-icon .content form input.small.split-right[type="submit"] span:before, label.fancy select.small .views-field-topic-icon span:before, .views-field-topic-icon label.fancy select.small span:before, #main .node-webform .small.split-right.button_blue .views-field-topic-icon span:before, .views-field-topic-icon #main .node-webform .small.split-right.button_blue span:before, #main .node-webform label.fancy select.small.button_blue .views-field-topic-icon span:before, .views-field-topic-icon #main .node-webform label.fancy select.small.button_blue span:before, label.fancy #main .node-webform select.small.button_blue .views-field-topic-icon span:before, .views-field-topic-icon label.fancy #main .node-webform select.small.button_blue span:before, #main .node-webform .form-actions input.small.split-right.button-primary .views-field-topic-icon span:before, .views-field-topic-icon #main .node-webform .form-actions input.small.split-right.button-primary span:before, #main .node-webform .small.split-right.button_green .views-field-topic-icon span:before, .views-field-topic-icon #main .node-webform .small.split-right.button_green span:before, #main .node-webform label.fancy select.small.button_green .views-field-topic-icon span:before, .views-field-topic-icon #main .node-webform label.fancy select.small.button_green span:before, label.fancy #main .node-webform select.small.button_green .views-field-topic-icon span:before, .views-field-topic-icon label.fancy #main .node-webform select.small.button_green span:before, #main .node-webform .small.split-right.button_remove .views-field-topic-icon span:before, .views-field-topic-icon #main .node-webform .small.split-right.button_remove span:before, #main .node-webform label.fancy select.small.button_remove .views-field-topic-icon span:before, .views-field-topic-icon #main .node-webform label.fancy select.small.button_remove span:before, label.fancy #main .node-webform select.small.button_remove .views-field-topic-icon span:before, .views-field-topic-icon label.fancy #main .node-webform select.small.button_remove span:before, #main .node-webform .form-actions input.small.split-right .views-field-topic-icon span:before, .views-field-topic-icon #main .node-webform .form-actions input.small.split-right span:before,
    #main .node-webform button.small.split-right.button_blue .views-field-topic-icon span:before,
    .views-field-topic-icon #main .node-webform button.small.split-right.button_blue span:before, #main .node-webform button.small.split-right.button_green .views-field-topic-icon span:before, .views-field-topic-icon #main .node-webform button.small.split-right.button_green span:before,
    #main .node-webform input.small.split-right.button_blue .views-field-topic-icon span:before,
    .views-field-topic-icon #main .node-webform input.small.split-right.button_blue span:before, #main .node-webform input.small.split-right.button_green .views-field-topic-icon span:before, .views-field-topic-icon #main .node-webform input.small.split-right.button_green span:before, #main .node-webform input.small.split-right.button_remove .views-field-topic-icon span:before, .views-field-topic-icon #main .node-webform input.small.split-right.button_remove span:before, .joyride-tip-guide .joyride-content-wrapper a.small.split-right.joyride-next-tip .views-field-topic-icon span:before, .views-field-topic-icon .joyride-tip-guide .joyride-content-wrapper a.small.split-right.joyride-next-tip span:before, .page-forum ul.action-links li a.small.split-right.subscription .views-field-topic-icon span:before, .views-field-topic-icon .page-forum ul.action-links li a.small.split-right.subscription span:before,
    .button.small.split-right .forum-list-icon span span:before,
    .forum-list-icon span .button.small.split-right span:before,
    .content form input.small.split-right[type="submit"] .forum-list-icon span span:before,
    .forum-list-icon span .content form input.small.split-right[type="submit"] span:before,
    label.fancy select.small .forum-list-icon span span:before,
    .forum-list-icon span label.fancy select.small span:before,
    #main .node-webform .small.split-right.button_blue .forum-list-icon span span:before,
    .forum-list-icon span #main .node-webform .small.split-right.button_blue span:before,
    #main .node-webform label.fancy select.small.button_blue .forum-list-icon span span:before,
    .forum-list-icon span #main .node-webform label.fancy select.small.button_blue span:before,
    label.fancy #main .node-webform select.small.button_blue .forum-list-icon span span:before,
    .forum-list-icon span label.fancy #main .node-webform select.small.button_blue span:before,
    #main .node-webform .form-actions input.small.split-right.button-primary .forum-list-icon span span:before,
    .forum-list-icon span #main .node-webform .form-actions input.small.split-right.button-primary span:before,
    #main .node-webform .small.split-right.button_green .forum-list-icon span span:before,
    .forum-list-icon span #main .node-webform .small.split-right.button_green span:before,
    #main .node-webform label.fancy select.small.button_green .forum-list-icon span span:before,
    .forum-list-icon span #main .node-webform label.fancy select.small.button_green span:before,
    label.fancy #main .node-webform select.small.button_green .forum-list-icon span span:before,
    .forum-list-icon span label.fancy #main .node-webform select.small.button_green span:before,
    #main .node-webform .small.split-right.button_remove .forum-list-icon span span:before,
    .forum-list-icon span #main .node-webform .small.split-right.button_remove span:before,
    #main .node-webform label.fancy select.small.button_remove .forum-list-icon span span:before,
    .forum-list-icon span #main .node-webform label.fancy select.small.button_remove span:before,
    label.fancy #main .node-webform select.small.button_remove .forum-list-icon span span:before,
    .forum-list-icon span label.fancy #main .node-webform select.small.button_remove span:before,
    #main .node-webform .form-actions input.small.split-right .forum-list-icon span span:before,
    .forum-list-icon span #main .node-webform .form-actions input.small.split-right span:before,
    #main .node-webform button.small.split-right.button_blue .forum-list-icon span span:before,
    .forum-list-icon span #main .node-webform button.small.split-right.button_blue span:before,
    #main .node-webform button.small.split-right.button_green .forum-list-icon span span:before,
    .forum-list-icon span #main .node-webform button.small.split-right.button_green span:before,
    #main .node-webform input.small.split-right.button_blue .forum-list-icon span span:before,
    .forum-list-icon span #main .node-webform input.small.split-right.button_blue span:before,
    #main .node-webform input.small.split-right.button_green .forum-list-icon span span:before,
    .forum-list-icon span #main .node-webform input.small.split-right.button_green span:before,
    #main .node-webform input.small.split-right.button_remove .forum-list-icon span span:before,
    .forum-list-icon span #main .node-webform input.small.split-right.button_remove span:before,
    .joyride-tip-guide .joyride-content-wrapper a.small.split-right.joyride-next-tip .forum-list-icon span span:before,
    .forum-list-icon span .joyride-tip-guide .joyride-content-wrapper a.small.split-right.joyride-next-tip span:before,
    .page-forum ul.action-links li a.small.split-right.subscription .forum-list-icon span span:before,
    .forum-list-icon span .page-forum ul.action-links li a.small.split-right.subscription span:before, .button.small.split-right .forum-topic-legend div:before, .forum-topic-legend .button.small.split-right div:before, .content form input.small.split-right[type="submit"] .forum-topic-legend div:before, .forum-topic-legend .content form input.small.split-right[type="submit"] div:before, label.fancy select.small .forum-topic-legend div:before, .forum-topic-legend label.fancy select.small div:before, #main .node-webform .small.split-right.button_blue .forum-topic-legend div:before, .forum-topic-legend #main .node-webform .small.split-right.button_blue div:before, #main .node-webform label.fancy select.small.button_blue .forum-topic-legend div:before, .forum-topic-legend #main .node-webform label.fancy select.small.button_blue div:before, label.fancy #main .node-webform select.small.button_blue .forum-topic-legend div:before, .forum-topic-legend label.fancy #main .node-webform select.small.button_blue div:before, #main .node-webform .form-actions input.small.split-right.button-primary .forum-topic-legend div:before, .forum-topic-legend #main .node-webform .form-actions input.small.split-right.button-primary div:before, #main .node-webform .small.split-right.button_green .forum-topic-legend div:before, .forum-topic-legend #main .node-webform .small.split-right.button_green div:before, #main .node-webform label.fancy select.small.button_green .forum-topic-legend div:before, .forum-topic-legend #main .node-webform label.fancy select.small.button_green div:before, label.fancy #main .node-webform select.small.button_green .forum-topic-legend div:before, .forum-topic-legend label.fancy #main .node-webform select.small.button_green div:before, #main .node-webform .small.split-right.button_remove .forum-topic-legend div:before, .forum-topic-legend #main .node-webform .small.split-right.button_remove div:before, #main .node-webform label.fancy select.small.button_remove .forum-topic-legend div:before, .forum-topic-legend #main .node-webform label.fancy select.small.button_remove div:before, label.fancy #main .node-webform select.small.button_remove .forum-topic-legend div:before, .forum-topic-legend label.fancy #main .node-webform select.small.button_remove div:before, #main .node-webform .form-actions input.small.split-right .forum-topic-legend div:before, .forum-topic-legend #main .node-webform .form-actions input.small.split-right div:before,
    #main .node-webform button.small.split-right.button_blue .forum-topic-legend div:before,
    .forum-topic-legend #main .node-webform button.small.split-right.button_blue div:before, #main .node-webform button.small.split-right.button_green .forum-topic-legend div:before, .forum-topic-legend #main .node-webform button.small.split-right.button_green div:before,
    #main .node-webform input.small.split-right.button_blue .forum-topic-legend div:before,
    .forum-topic-legend #main .node-webform input.small.split-right.button_blue div:before, #main .node-webform input.small.split-right.button_green .forum-topic-legend div:before, .forum-topic-legend #main .node-webform input.small.split-right.button_green div:before, #main .node-webform input.small.split-right.button_remove .forum-topic-legend div:before, .forum-topic-legend #main .node-webform input.small.split-right.button_remove div:before, .joyride-tip-guide .joyride-content-wrapper a.small.split-right.joyride-next-tip .forum-topic-legend div:before, .forum-topic-legend .joyride-tip-guide .joyride-content-wrapper a.small.split-right.joyride-next-tip div:before, .page-forum ul.action-links li a.small.split-right.subscription .forum-topic-legend div:before, .forum-topic-legend .page-forum ul.action-links li a.small.split-right.subscription div:before,
    .button.small.split-right .forum-list-icon-legend span span:before,
    .forum-list-icon-legend span .button.small.split-right span:before,
    .content form input.small.split-right[type="submit"] .forum-list-icon-legend span span:before,
    .forum-list-icon-legend span .content form input.small.split-right[type="submit"] span:before,
    label.fancy select.small .forum-list-icon-legend span span:before,
    .forum-list-icon-legend span label.fancy select.small span:before,
    #main .node-webform .small.split-right.button_blue .forum-list-icon-legend span span:before,
    .forum-list-icon-legend span #main .node-webform .small.split-right.button_blue span:before,
    #main .node-webform label.fancy select.small.button_blue .forum-list-icon-legend span span:before,
    .forum-list-icon-legend span #main .node-webform label.fancy select.small.button_blue span:before,
    label.fancy #main .node-webform select.small.button_blue .forum-list-icon-legend span span:before,
    .forum-list-icon-legend span label.fancy #main .node-webform select.small.button_blue span:before,
    #main .node-webform .form-actions input.small.split-right.button-primary .forum-list-icon-legend span span:before,
    .forum-list-icon-legend span #main .node-webform .form-actions input.small.split-right.button-primary span:before,
    #main .node-webform .small.split-right.button_green .forum-list-icon-legend span span:before,
    .forum-list-icon-legend span #main .node-webform .small.split-right.button_green span:before,
    #main .node-webform label.fancy select.small.button_green .forum-list-icon-legend span span:before,
    .forum-list-icon-legend span #main .node-webform label.fancy select.small.button_green span:before,
    label.fancy #main .node-webform select.small.button_green .forum-list-icon-legend span span:before,
    .forum-list-icon-legend span label.fancy #main .node-webform select.small.button_green span:before,
    #main .node-webform .small.split-right.button_remove .forum-list-icon-legend span span:before,
    .forum-list-icon-legend span #main .node-webform .small.split-right.button_remove span:before,
    #main .node-webform label.fancy select.small.button_remove .forum-list-icon-legend span span:before,
    .forum-list-icon-legend span #main .node-webform label.fancy select.small.button_remove span:before,
    label.fancy #main .node-webform select.small.button_remove .forum-list-icon-legend span span:before,
    .forum-list-icon-legend span label.fancy #main .node-webform select.small.button_remove span:before,
    #main .node-webform .form-actions input.small.split-right .forum-list-icon-legend span span:before,
    .forum-list-icon-legend span #main .node-webform .form-actions input.small.split-right span:before,
    #main .node-webform button.small.split-right.button_blue .forum-list-icon-legend span span:before,
    .forum-list-icon-legend span #main .node-webform button.small.split-right.button_blue span:before,
    #main .node-webform button.small.split-right.button_green .forum-list-icon-legend span span:before,
    .forum-list-icon-legend span #main .node-webform button.small.split-right.button_green span:before,
    #main .node-webform input.small.split-right.button_blue .forum-list-icon-legend span span:before,
    .forum-list-icon-legend span #main .node-webform input.small.split-right.button_blue span:before,
    #main .node-webform input.small.split-right.button_green .forum-list-icon-legend span span:before,
    .forum-list-icon-legend span #main .node-webform input.small.split-right.button_green span:before,
    #main .node-webform input.small.split-right.button_remove .forum-list-icon-legend span span:before,
    .forum-list-icon-legend span #main .node-webform input.small.split-right.button_remove span:before,
    .joyride-tip-guide .joyride-content-wrapper a.small.split-right.joyride-next-tip .forum-list-icon-legend span span:before,
    .forum-list-icon-legend span .joyride-tip-guide .joyride-content-wrapper a.small.split-right.joyride-next-tip span:before,
    .page-forum ul.action-links li a.small.split-right.subscription .forum-list-icon-legend span span:before,
    .forum-list-icon-legend span .page-forum ul.action-links li a.small.split-right.subscription span:before, .button.small.split-right tr.even td.forum-list-icon-default .forum-list-icon-wrapper span:before, tr.even td.forum-list-icon-default .forum-list-icon-wrapper .button.small.split-right span:before, .content form input.small.split-right[type="submit"] tr.even td.forum-list-icon-default .forum-list-icon-wrapper span:before, tr.even td.forum-list-icon-default .forum-list-icon-wrapper .content form input.small.split-right[type="submit"] span:before, label.fancy select.small tr.even td.forum-list-icon-default .forum-list-icon-wrapper span:before, tr.even td.forum-list-icon-default .forum-list-icon-wrapper label.fancy select.small span:before, #main .node-webform .small.split-right.button_blue tr.even td.forum-list-icon-default .forum-list-icon-wrapper span:before, tr.even td.forum-list-icon-default .forum-list-icon-wrapper #main .node-webform .small.split-right.button_blue span:before, #main .node-webform label.fancy select.small.button_blue tr.even td.forum-list-icon-default .forum-list-icon-wrapper span:before, tr.even td.forum-list-icon-default .forum-list-icon-wrapper #main .node-webform label.fancy select.small.button_blue span:before, label.fancy #main .node-webform select.small.button_blue tr.even td.forum-list-icon-default .forum-list-icon-wrapper span:before, tr.even td.forum-list-icon-default .forum-list-icon-wrapper label.fancy #main .node-webform select.small.button_blue span:before, #main .node-webform .form-actions input.small.split-right.button-primary tr.even td.forum-list-icon-default .forum-list-icon-wrapper span:before, tr.even td.forum-list-icon-default .forum-list-icon-wrapper #main .node-webform .form-actions input.small.split-right.button-primary span:before, #main .node-webform .small.split-right.button_green tr.even td.forum-list-icon-default .forum-list-icon-wrapper span:before, tr.even td.forum-list-icon-default .forum-list-icon-wrapper #main .node-webform .small.split-right.button_green span:before, #main .node-webform label.fancy select.small.button_green tr.even td.forum-list-icon-default .forum-list-icon-wrapper span:before, tr.even td.forum-list-icon-default .forum-list-icon-wrapper #main .node-webform label.fancy select.small.button_green span:before, label.fancy #main .node-webform select.small.button_green tr.even td.forum-list-icon-default .forum-list-icon-wrapper span:before, tr.even td.forum-list-icon-default .forum-list-icon-wrapper label.fancy #main .node-webform select.small.button_green span:before, #main .node-webform .small.split-right.button_remove tr.even td.forum-list-icon-default .forum-list-icon-wrapper span:before, tr.even td.forum-list-icon-default .forum-list-icon-wrapper #main .node-webform .small.split-right.button_remove span:before, #main .node-webform label.fancy select.small.button_remove tr.even td.forum-list-icon-default .forum-list-icon-wrapper span:before, tr.even td.forum-list-icon-default .forum-list-icon-wrapper #main .node-webform label.fancy select.small.button_remove span:before, label.fancy #main .node-webform select.small.button_remove tr.even td.forum-list-icon-default .forum-list-icon-wrapper span:before, tr.even td.forum-list-icon-default .forum-list-icon-wrapper label.fancy #main .node-webform select.small.button_remove span:before, #main .node-webform .form-actions input.small.split-right tr.even td.forum-list-icon-default .forum-list-icon-wrapper span:before, tr.even td.forum-list-icon-default .forum-list-icon-wrapper #main .node-webform .form-actions input.small.split-right span:before,
    #main .node-webform button.small.split-right.button_blue tr.even td.forum-list-icon-default .forum-list-icon-wrapper span:before,
    tr.even td.forum-list-icon-default .forum-list-icon-wrapper #main .node-webform button.small.split-right.button_blue span:before, #main .node-webform button.small.split-right.button_green tr.even td.forum-list-icon-default .forum-list-icon-wrapper span:before, tr.even td.forum-list-icon-default .forum-list-icon-wrapper #main .node-webform button.small.split-right.button_green span:before,
    #main .node-webform input.small.split-right.button_blue tr.even td.forum-list-icon-default .forum-list-icon-wrapper span:before,
    tr.even td.forum-list-icon-default .forum-list-icon-wrapper #main .node-webform input.small.split-right.button_blue span:before, #main .node-webform input.small.split-right.button_green tr.even td.forum-list-icon-default .forum-list-icon-wrapper span:before, tr.even td.forum-list-icon-default .forum-list-icon-wrapper #main .node-webform input.small.split-right.button_green span:before, #main .node-webform input.small.split-right.button_remove tr.even td.forum-list-icon-default .forum-list-icon-wrapper span:before, tr.even td.forum-list-icon-default .forum-list-icon-wrapper #main .node-webform input.small.split-right.button_remove span:before, .joyride-tip-guide .joyride-content-wrapper a.small.split-right.joyride-next-tip tr.even td.forum-list-icon-default .forum-list-icon-wrapper span:before, tr.even td.forum-list-icon-default .forum-list-icon-wrapper .joyride-tip-guide .joyride-content-wrapper a.small.split-right.joyride-next-tip span:before, .page-forum ul.action-links li a.small.split-right.subscription tr.even td.forum-list-icon-default .forum-list-icon-wrapper span:before, tr.even td.forum-list-icon-default .forum-list-icon-wrapper .page-forum ul.action-links li a.small.split-right.subscription span:before, .button.small.split-right tr.odd td.forum-list-icon-default .forum-list-icon-wrapper span:before, tr.odd td.forum-list-icon-default .forum-list-icon-wrapper .button.small.split-right span:before, .content form input.small.split-right[type="submit"] tr.odd td.forum-list-icon-default .forum-list-icon-wrapper span:before, tr.odd td.forum-list-icon-default .forum-list-icon-wrapper .content form input.small.split-right[type="submit"] span:before, label.fancy select.small tr.odd td.forum-list-icon-default .forum-list-icon-wrapper span:before, tr.odd td.forum-list-icon-default .forum-list-icon-wrapper label.fancy select.small span:before, #main .node-webform .small.split-right.button_blue tr.odd td.forum-list-icon-default .forum-list-icon-wrapper span:before, tr.odd td.forum-list-icon-default .forum-list-icon-wrapper #main .node-webform .small.split-right.button_blue span:before, #main .node-webform label.fancy select.small.button_blue tr.odd td.forum-list-icon-default .forum-list-icon-wrapper span:before, tr.odd td.forum-list-icon-default .forum-list-icon-wrapper #main .node-webform label.fancy select.small.button_blue span:before, label.fancy #main .node-webform select.small.button_blue tr.odd td.forum-list-icon-default .forum-list-icon-wrapper span:before, tr.odd td.forum-list-icon-default .forum-list-icon-wrapper label.fancy #main .node-webform select.small.button_blue span:before, #main .node-webform .form-actions input.small.split-right.button-primary tr.odd td.forum-list-icon-default .forum-list-icon-wrapper span:before, tr.odd td.forum-list-icon-default .forum-list-icon-wrapper #main .node-webform .form-actions input.small.split-right.button-primary span:before, #main .node-webform .small.split-right.button_green tr.odd td.forum-list-icon-default .forum-list-icon-wrapper span:before, tr.odd td.forum-list-icon-default .forum-list-icon-wrapper #main .node-webform .small.split-right.button_green span:before, #main .node-webform label.fancy select.small.button_green tr.odd td.forum-list-icon-default .forum-list-icon-wrapper span:before, tr.odd td.forum-list-icon-default .forum-list-icon-wrapper #main .node-webform label.fancy select.small.button_green span:before, label.fancy #main .node-webform select.small.button_green tr.odd td.forum-list-icon-default .forum-list-icon-wrapper span:before, tr.odd td.forum-list-icon-default .forum-list-icon-wrapper label.fancy #main .node-webform select.small.button_green span:before, #main .node-webform .small.split-right.button_remove tr.odd td.forum-list-icon-default .forum-list-icon-wrapper span:before, tr.odd td.forum-list-icon-default .forum-list-icon-wrapper #main .node-webform .small.split-right.button_remove span:before, #main .node-webform label.fancy select.small.button_remove tr.odd td.forum-list-icon-default .forum-list-icon-wrapper span:before, tr.odd td.forum-list-icon-default .forum-list-icon-wrapper #main .node-webform label.fancy select.small.button_remove span:before, label.fancy #main .node-webform select.small.button_remove tr.odd td.forum-list-icon-default .forum-list-icon-wrapper span:before, tr.odd td.forum-list-icon-default .forum-list-icon-wrapper label.fancy #main .node-webform select.small.button_remove span:before, #main .node-webform .form-actions input.small.split-right tr.odd td.forum-list-icon-default .forum-list-icon-wrapper span:before, tr.odd td.forum-list-icon-default .forum-list-icon-wrapper #main .node-webform .form-actions input.small.split-right span:before,
    #main .node-webform button.small.split-right.button_blue tr.odd td.forum-list-icon-default .forum-list-icon-wrapper span:before,
    tr.odd td.forum-list-icon-default .forum-list-icon-wrapper #main .node-webform button.small.split-right.button_blue span:before, #main .node-webform button.small.split-right.button_green tr.odd td.forum-list-icon-default .forum-list-icon-wrapper span:before, tr.odd td.forum-list-icon-default .forum-list-icon-wrapper #main .node-webform button.small.split-right.button_green span:before,
    #main .node-webform input.small.split-right.button_blue tr.odd td.forum-list-icon-default .forum-list-icon-wrapper span:before,
    tr.odd td.forum-list-icon-default .forum-list-icon-wrapper #main .node-webform input.small.split-right.button_blue span:before, #main .node-webform input.small.split-right.button_green tr.odd td.forum-list-icon-default .forum-list-icon-wrapper span:before, tr.odd td.forum-list-icon-default .forum-list-icon-wrapper #main .node-webform input.small.split-right.button_green span:before, #main .node-webform input.small.split-right.button_remove tr.odd td.forum-list-icon-default .forum-list-icon-wrapper span:before, tr.odd td.forum-list-icon-default .forum-list-icon-wrapper #main .node-webform input.small.split-right.button_remove span:before, .joyride-tip-guide .joyride-content-wrapper a.small.split-right.joyride-next-tip tr.odd td.forum-list-icon-default .forum-list-icon-wrapper span:before, tr.odd td.forum-list-icon-default .forum-list-icon-wrapper .joyride-tip-guide .joyride-content-wrapper a.small.split-right.joyride-next-tip span:before, .page-forum ul.action-links li a.small.split-right.subscription tr.odd td.forum-list-icon-default .forum-list-icon-wrapper span:before, tr.odd td.forum-list-icon-default .forum-list-icon-wrapper .page-forum ul.action-links li a.small.split-right.subscription span:before, .button.small.split-right .forum-list-icon-legend .forum-list-icon-default:before, .forum-list-icon-legend .button.small.split-right .forum-list-icon-default:before, .content form input.small.split-right[type="submit"] .forum-list-icon-legend .forum-list-icon-default:before, .forum-list-icon-legend .content form input.small.split-right[type="submit"] .forum-list-icon-default:before, label.fancy select.small .forum-list-icon-legend .forum-list-icon-default:before, .forum-list-icon-legend label.fancy select.small .forum-list-icon-default:before, #main .node-webform .small.split-right.button_blue .forum-list-icon-legend .forum-list-icon-default:before, .forum-list-icon-legend #main .node-webform .small.split-right.button_blue .forum-list-icon-default:before, #main .node-webform label.fancy select.small.button_blue .forum-list-icon-legend .forum-list-icon-default:before, .forum-list-icon-legend #main .node-webform label.fancy select.small.button_blue .forum-list-icon-default:before, label.fancy #main .node-webform select.small.button_blue .forum-list-icon-legend .forum-list-icon-default:before, .forum-list-icon-legend label.fancy #main .node-webform select.small.button_blue .forum-list-icon-default:before, #main .node-webform .form-actions input.small.split-right.button-primary .forum-list-icon-legend .forum-list-icon-default:before, .forum-list-icon-legend #main .node-webform .form-actions input.small.split-right.button-primary .forum-list-icon-default:before, #main .node-webform .small.split-right.button_green .forum-list-icon-legend .forum-list-icon-default:before, .forum-list-icon-legend #main .node-webform .small.split-right.button_green .forum-list-icon-default:before, #main .node-webform label.fancy select.small.button_green .forum-list-icon-legend .forum-list-icon-default:before, .forum-list-icon-legend #main .node-webform label.fancy select.small.button_green .forum-list-icon-default:before, label.fancy #main .node-webform select.small.button_green .forum-list-icon-legend .forum-list-icon-default:before, .forum-list-icon-legend label.fancy #main .node-webform select.small.button_green .forum-list-icon-default:before, #main .node-webform .small.split-right.button_remove .forum-list-icon-legend .forum-list-icon-default:before, .forum-list-icon-legend #main .node-webform .small.split-right.button_remove .forum-list-icon-default:before, #main .node-webform label.fancy select.small.button_remove .forum-list-icon-legend .forum-list-icon-default:before, .forum-list-icon-legend #main .node-webform label.fancy select.small.button_remove .forum-list-icon-default:before, label.fancy #main .node-webform select.small.button_remove .forum-list-icon-legend .forum-list-icon-default:before, .forum-list-icon-legend label.fancy #main .node-webform select.small.button_remove .forum-list-icon-default:before, #main .node-webform .form-actions input.small.split-right .forum-list-icon-legend .forum-list-icon-default:before, .forum-list-icon-legend #main .node-webform .form-actions input.small.split-right .forum-list-icon-default:before,
    #main .node-webform button.small.split-right.button_blue .forum-list-icon-legend .forum-list-icon-default:before,
    .forum-list-icon-legend #main .node-webform button.small.split-right.button_blue .forum-list-icon-default:before, #main .node-webform button.small.split-right.button_green .forum-list-icon-legend .forum-list-icon-default:before, .forum-list-icon-legend #main .node-webform button.small.split-right.button_green .forum-list-icon-default:before,
    #main .node-webform input.small.split-right.button_blue .forum-list-icon-legend .forum-list-icon-default:before,
    .forum-list-icon-legend #main .node-webform input.small.split-right.button_blue .forum-list-icon-default:before, #main .node-webform input.small.split-right.button_green .forum-list-icon-legend .forum-list-icon-default:before, .forum-list-icon-legend #main .node-webform input.small.split-right.button_green .forum-list-icon-default:before, #main .node-webform input.small.split-right.button_remove .forum-list-icon-legend .forum-list-icon-default:before, .forum-list-icon-legend #main .node-webform input.small.split-right.button_remove .forum-list-icon-default:before, .joyride-tip-guide .joyride-content-wrapper a.small.split-right.joyride-next-tip .forum-list-icon-legend .forum-list-icon-default:before, .forum-list-icon-legend .joyride-tip-guide .joyride-content-wrapper a.small.split-right.joyride-next-tip .forum-list-icon-default:before, .page-forum ul.action-links li a.small.split-right.subscription .forum-list-icon-legend .forum-list-icon-default:before, .forum-list-icon-legend .page-forum ul.action-links li a.small.split-right.subscription .forum-list-icon-default:before, .button.small.split-right tr.even td.forum-list-icon-new-posts .forum-list-icon-wrapper span:before, tr.even td.forum-list-icon-new-posts .forum-list-icon-wrapper .button.small.split-right span:before, .content form input.small.split-right[type="submit"] tr.even td.forum-list-icon-new-posts .forum-list-icon-wrapper span:before, tr.even td.forum-list-icon-new-posts .forum-list-icon-wrapper .content form input.small.split-right[type="submit"] span:before, label.fancy select.small tr.even td.forum-list-icon-new-posts .forum-list-icon-wrapper span:before, tr.even td.forum-list-icon-new-posts .forum-list-icon-wrapper label.fancy select.small span:before, #main .node-webform .small.split-right.button_blue tr.even td.forum-list-icon-new-posts .forum-list-icon-wrapper span:before, tr.even td.forum-list-icon-new-posts .forum-list-icon-wrapper #main .node-webform .small.split-right.button_blue span:before, #main .node-webform label.fancy select.small.button_blue tr.even td.forum-list-icon-new-posts .forum-list-icon-wrapper span:before, tr.even td.forum-list-icon-new-posts .forum-list-icon-wrapper #main .node-webform label.fancy select.small.button_blue span:before, label.fancy #main .node-webform select.small.button_blue tr.even td.forum-list-icon-new-posts .forum-list-icon-wrapper span:before, tr.even td.forum-list-icon-new-posts .forum-list-icon-wrapper label.fancy #main .node-webform select.small.button_blue span:before, #main .node-webform .form-actions input.small.split-right.button-primary tr.even td.forum-list-icon-new-posts .forum-list-icon-wrapper span:before, tr.even td.forum-list-icon-new-posts .forum-list-icon-wrapper #main .node-webform .form-actions input.small.split-right.button-primary span:before, #main .node-webform .small.split-right.button_green tr.even td.forum-list-icon-new-posts .forum-list-icon-wrapper span:before, tr.even td.forum-list-icon-new-posts .forum-list-icon-wrapper #main .node-webform .small.split-right.button_green span:before, #main .node-webform label.fancy select.small.button_green tr.even td.forum-list-icon-new-posts .forum-list-icon-wrapper span:before, tr.even td.forum-list-icon-new-posts .forum-list-icon-wrapper #main .node-webform label.fancy select.small.button_green span:before, label.fancy #main .node-webform select.small.button_green tr.even td.forum-list-icon-new-posts .forum-list-icon-wrapper span:before, tr.even td.forum-list-icon-new-posts .forum-list-icon-wrapper label.fancy #main .node-webform select.small.button_green span:before, #main .node-webform .small.split-right.button_remove tr.even td.forum-list-icon-new-posts .forum-list-icon-wrapper span:before, tr.even td.forum-list-icon-new-posts .forum-list-icon-wrapper #main .node-webform .small.split-right.button_remove span:before, #main .node-webform label.fancy select.small.button_remove tr.even td.forum-list-icon-new-posts .forum-list-icon-wrapper span:before, tr.even td.forum-list-icon-new-posts .forum-list-icon-wrapper #main .node-webform label.fancy select.small.button_remove span:before, label.fancy #main .node-webform select.small.button_remove tr.even td.forum-list-icon-new-posts .forum-list-icon-wrapper span:before, tr.even td.forum-list-icon-new-posts .forum-list-icon-wrapper label.fancy #main .node-webform select.small.button_remove span:before, #main .node-webform .form-actions input.small.split-right tr.even td.forum-list-icon-new-posts .forum-list-icon-wrapper span:before, tr.even td.forum-list-icon-new-posts .forum-list-icon-wrapper #main .node-webform .form-actions input.small.split-right span:before,
    #main .node-webform button.small.split-right.button_blue tr.even td.forum-list-icon-new-posts .forum-list-icon-wrapper span:before,
    tr.even td.forum-list-icon-new-posts .forum-list-icon-wrapper #main .node-webform button.small.split-right.button_blue span:before, #main .node-webform button.small.split-right.button_green tr.even td.forum-list-icon-new-posts .forum-list-icon-wrapper span:before, tr.even td.forum-list-icon-new-posts .forum-list-icon-wrapper #main .node-webform button.small.split-right.button_green span:before,
    #main .node-webform input.small.split-right.button_blue tr.even td.forum-list-icon-new-posts .forum-list-icon-wrapper span:before,
    tr.even td.forum-list-icon-new-posts .forum-list-icon-wrapper #main .node-webform input.small.split-right.button_blue span:before, #main .node-webform input.small.split-right.button_green tr.even td.forum-list-icon-new-posts .forum-list-icon-wrapper span:before, tr.even td.forum-list-icon-new-posts .forum-list-icon-wrapper #main .node-webform input.small.split-right.button_green span:before, #main .node-webform input.small.split-right.button_remove tr.even td.forum-list-icon-new-posts .forum-list-icon-wrapper span:before, tr.even td.forum-list-icon-new-posts .forum-list-icon-wrapper #main .node-webform input.small.split-right.button_remove span:before, .joyride-tip-guide .joyride-content-wrapper a.small.split-right.joyride-next-tip tr.even td.forum-list-icon-new-posts .forum-list-icon-wrapper span:before, tr.even td.forum-list-icon-new-posts .forum-list-icon-wrapper .joyride-tip-guide .joyride-content-wrapper a.small.split-right.joyride-next-tip span:before, .page-forum ul.action-links li a.small.split-right.subscription tr.even td.forum-list-icon-new-posts .forum-list-icon-wrapper span:before, tr.even td.forum-list-icon-new-posts .forum-list-icon-wrapper .page-forum ul.action-links li a.small.split-right.subscription span:before, .button.small.split-right tr.odd td.forum-list-icon-new-posts .forum-list-icon-wrapper span:before, tr.odd td.forum-list-icon-new-posts .forum-list-icon-wrapper .button.small.split-right span:before, .content form input.small.split-right[type="submit"] tr.odd td.forum-list-icon-new-posts .forum-list-icon-wrapper span:before, tr.odd td.forum-list-icon-new-posts .forum-list-icon-wrapper .content form input.small.split-right[type="submit"] span:before, label.fancy select.small tr.odd td.forum-list-icon-new-posts .forum-list-icon-wrapper span:before, tr.odd td.forum-list-icon-new-posts .forum-list-icon-wrapper label.fancy select.small span:before, #main .node-webform .small.split-right.button_blue tr.odd td.forum-list-icon-new-posts .forum-list-icon-wrapper span:before, tr.odd td.forum-list-icon-new-posts .forum-list-icon-wrapper #main .node-webform .small.split-right.button_blue span:before, #main .node-webform label.fancy select.small.button_blue tr.odd td.forum-list-icon-new-posts .forum-list-icon-wrapper span:before, tr.odd td.forum-list-icon-new-posts .forum-list-icon-wrapper #main .node-webform label.fancy select.small.button_blue span:before, label.fancy #main .node-webform select.small.button_blue tr.odd td.forum-list-icon-new-posts .forum-list-icon-wrapper span:before, tr.odd td.forum-list-icon-new-posts .forum-list-icon-wrapper label.fancy #main .node-webform select.small.button_blue span:before, #main .node-webform .form-actions input.small.split-right.button-primary tr.odd td.forum-list-icon-new-posts .forum-list-icon-wrapper span:before, tr.odd td.forum-list-icon-new-posts .forum-list-icon-wrapper #main .node-webform .form-actions input.small.split-right.button-primary span:before, #main .node-webform .small.split-right.button_green tr.odd td.forum-list-icon-new-posts .forum-list-icon-wrapper span:before, tr.odd td.forum-list-icon-new-posts .forum-list-icon-wrapper #main .node-webform .small.split-right.button_green span:before, #main .node-webform label.fancy select.small.button_green tr.odd td.forum-list-icon-new-posts .forum-list-icon-wrapper span:before, tr.odd td.forum-list-icon-new-posts .forum-list-icon-wrapper #main .node-webform label.fancy select.small.button_green span:before, label.fancy #main .node-webform select.small.button_green tr.odd td.forum-list-icon-new-posts .forum-list-icon-wrapper span:before, tr.odd td.forum-list-icon-new-posts .forum-list-icon-wrapper label.fancy #main .node-webform select.small.button_green span:before, #main .node-webform .small.split-right.button_remove tr.odd td.forum-list-icon-new-posts .forum-list-icon-wrapper span:before, tr.odd td.forum-list-icon-new-posts .forum-list-icon-wrapper #main .node-webform .small.split-right.button_remove span:before, #main .node-webform label.fancy select.small.button_remove tr.odd td.forum-list-icon-new-posts .forum-list-icon-wrapper span:before, tr.odd td.forum-list-icon-new-posts .forum-list-icon-wrapper #main .node-webform label.fancy select.small.button_remove span:before, label.fancy #main .node-webform select.small.button_remove tr.odd td.forum-list-icon-new-posts .forum-list-icon-wrapper span:before, tr.odd td.forum-list-icon-new-posts .forum-list-icon-wrapper label.fancy #main .node-webform select.small.button_remove span:before, #main .node-webform .form-actions input.small.split-right tr.odd td.forum-list-icon-new-posts .forum-list-icon-wrapper span:before, tr.odd td.forum-list-icon-new-posts .forum-list-icon-wrapper #main .node-webform .form-actions input.small.split-right span:before,
    #main .node-webform button.small.split-right.button_blue tr.odd td.forum-list-icon-new-posts .forum-list-icon-wrapper span:before,
    tr.odd td.forum-list-icon-new-posts .forum-list-icon-wrapper #main .node-webform button.small.split-right.button_blue span:before, #main .node-webform button.small.split-right.button_green tr.odd td.forum-list-icon-new-posts .forum-list-icon-wrapper span:before, tr.odd td.forum-list-icon-new-posts .forum-list-icon-wrapper #main .node-webform button.small.split-right.button_green span:before,
    #main .node-webform input.small.split-right.button_blue tr.odd td.forum-list-icon-new-posts .forum-list-icon-wrapper span:before,
    tr.odd td.forum-list-icon-new-posts .forum-list-icon-wrapper #main .node-webform input.small.split-right.button_blue span:before, #main .node-webform input.small.split-right.button_green tr.odd td.forum-list-icon-new-posts .forum-list-icon-wrapper span:before, tr.odd td.forum-list-icon-new-posts .forum-list-icon-wrapper #main .node-webform input.small.split-right.button_green span:before, #main .node-webform input.small.split-right.button_remove tr.odd td.forum-list-icon-new-posts .forum-list-icon-wrapper span:before, tr.odd td.forum-list-icon-new-posts .forum-list-icon-wrapper #main .node-webform input.small.split-right.button_remove span:before, .joyride-tip-guide .joyride-content-wrapper a.small.split-right.joyride-next-tip tr.odd td.forum-list-icon-new-posts .forum-list-icon-wrapper span:before, tr.odd td.forum-list-icon-new-posts .forum-list-icon-wrapper .joyride-tip-guide .joyride-content-wrapper a.small.split-right.joyride-next-tip span:before, .page-forum ul.action-links li a.small.split-right.subscription tr.odd td.forum-list-icon-new-posts .forum-list-icon-wrapper span:before, tr.odd td.forum-list-icon-new-posts .forum-list-icon-wrapper .page-forum ul.action-links li a.small.split-right.subscription span:before, .button.small.split-right .forum-list-icon-legend .forum-list-icon-new-posts:before, .forum-list-icon-legend .button.small.split-right .forum-list-icon-new-posts:before, .content form input.small.split-right[type="submit"] .forum-list-icon-legend .forum-list-icon-new-posts:before, .forum-list-icon-legend .content form input.small.split-right[type="submit"] .forum-list-icon-new-posts:before, label.fancy select.small .forum-list-icon-legend .forum-list-icon-new-posts:before, .forum-list-icon-legend label.fancy select.small .forum-list-icon-new-posts:before, #main .node-webform .small.split-right.button_blue .forum-list-icon-legend .forum-list-icon-new-posts:before, .forum-list-icon-legend #main .node-webform .small.split-right.button_blue .forum-list-icon-new-posts:before, #main .node-webform label.fancy select.small.button_blue .forum-list-icon-legend .forum-list-icon-new-posts:before, .forum-list-icon-legend #main .node-webform label.fancy select.small.button_blue .forum-list-icon-new-posts:before, label.fancy #main .node-webform select.small.button_blue .forum-list-icon-legend .forum-list-icon-new-posts:before, .forum-list-icon-legend label.fancy #main .node-webform select.small.button_blue .forum-list-icon-new-posts:before, #main .node-webform .form-actions input.small.split-right.button-primary .forum-list-icon-legend .forum-list-icon-new-posts:before, .forum-list-icon-legend #main .node-webform .form-actions input.small.split-right.button-primary .forum-list-icon-new-posts:before, #main .node-webform .small.split-right.button_green .forum-list-icon-legend .forum-list-icon-new-posts:before, .forum-list-icon-legend #main .node-webform .small.split-right.button_green .forum-list-icon-new-posts:before, #main .node-webform label.fancy select.small.button_green .forum-list-icon-legend .forum-list-icon-new-posts:before, .forum-list-icon-legend #main .node-webform label.fancy select.small.button_green .forum-list-icon-new-posts:before, label.fancy #main .node-webform select.small.button_green .forum-list-icon-legend .forum-list-icon-new-posts:before, .forum-list-icon-legend label.fancy #main .node-webform select.small.button_green .forum-list-icon-new-posts:before, #main .node-webform .small.split-right.button_remove .forum-list-icon-legend .forum-list-icon-new-posts:before, .forum-list-icon-legend #main .node-webform .small.split-right.button_remove .forum-list-icon-new-posts:before, #main .node-webform label.fancy select.small.button_remove .forum-list-icon-legend .forum-list-icon-new-posts:before, .forum-list-icon-legend #main .node-webform label.fancy select.small.button_remove .forum-list-icon-new-posts:before, label.fancy #main .node-webform select.small.button_remove .forum-list-icon-legend .forum-list-icon-new-posts:before, .forum-list-icon-legend label.fancy #main .node-webform select.small.button_remove .forum-list-icon-new-posts:before, #main .node-webform .form-actions input.small.split-right .forum-list-icon-legend .forum-list-icon-new-posts:before, .forum-list-icon-legend #main .node-webform .form-actions input.small.split-right .forum-list-icon-new-posts:before,
    #main .node-webform button.small.split-right.button_blue .forum-list-icon-legend .forum-list-icon-new-posts:before,
    .forum-list-icon-legend #main .node-webform button.small.split-right.button_blue .forum-list-icon-new-posts:before, #main .node-webform button.small.split-right.button_green .forum-list-icon-legend .forum-list-icon-new-posts:before, .forum-list-icon-legend #main .node-webform button.small.split-right.button_green .forum-list-icon-new-posts:before,
    #main .node-webform input.small.split-right.button_blue .forum-list-icon-legend .forum-list-icon-new-posts:before,
    .forum-list-icon-legend #main .node-webform input.small.split-right.button_blue .forum-list-icon-new-posts:before, #main .node-webform input.small.split-right.button_green .forum-list-icon-legend .forum-list-icon-new-posts:before, .forum-list-icon-legend #main .node-webform input.small.split-right.button_green .forum-list-icon-new-posts:before, #main .node-webform input.small.split-right.button_remove .forum-list-icon-legend .forum-list-icon-new-posts:before, .forum-list-icon-legend #main .node-webform input.small.split-right.button_remove .forum-list-icon-new-posts:before, .joyride-tip-guide .joyride-content-wrapper a.small.split-right.joyride-next-tip .forum-list-icon-legend .forum-list-icon-new-posts:before, .forum-list-icon-legend .joyride-tip-guide .joyride-content-wrapper a.small.split-right.joyride-next-tip .forum-list-icon-new-posts:before, .page-forum ul.action-links li a.small.split-right.subscription .forum-list-icon-legend .forum-list-icon-new-posts:before, .forum-list-icon-legend .page-forum ul.action-links li a.small.split-right.subscription .forum-list-icon-new-posts:before, .button.small.split-left i, .content form input.small.split-left[type="submit"] i, label.fancy select.small.split-left i, #main .node-webform .small.split-left.button_blue i, #main .node-webform .form-actions input.small.split-left.button-primary i, #main .node-webform .small.split-left.button_green i, #main .node-webform .small.split-left.button_remove i, #main .node-webform .form-actions input.small.split-left i,
    #main .node-webform button.small.split-left.button_blue i, #main .node-webform button.small.split-left.button_green i,
    #main .node-webform input.small.split-left.button_blue i, #main .node-webform input.small.split-left.button_green i, #main .node-webform input.small.split-left.button_remove i, .joyride-tip-guide .joyride-content-wrapper a.small.split-left.joyride-next-tip i, .page-forum ul.action-links li a.small.split-left.subscription i, .button.small.split-left .views-field-topic-icon span:before, .views-field-topic-icon .button.small.split-left span:before, .content form input.small.split-left[type="submit"] .views-field-topic-icon span:before, .views-field-topic-icon .content form input.small.split-left[type="submit"] span:before, label.fancy select.small.split-left .views-field-topic-icon span:before, .views-field-topic-icon label.fancy select.small.split-left span:before, #main .node-webform .small.split-left.button_blue .views-field-topic-icon span:before, .views-field-topic-icon #main .node-webform .small.split-left.button_blue span:before, #main .node-webform .form-actions input.small.split-left.button-primary .views-field-topic-icon span:before, .views-field-topic-icon #main .node-webform .form-actions input.small.split-left.button-primary span:before, #main .node-webform .small.split-left.button_green .views-field-topic-icon span:before, .views-field-topic-icon #main .node-webform .small.split-left.button_green span:before, #main .node-webform .small.split-left.button_remove .views-field-topic-icon span:before, .views-field-topic-icon #main .node-webform .small.split-left.button_remove span:before, #main .node-webform .form-actions input.small.split-left .views-field-topic-icon span:before, .views-field-topic-icon #main .node-webform .form-actions input.small.split-left span:before,
    #main .node-webform button.small.split-left.button_blue .views-field-topic-icon span:before,
    .views-field-topic-icon #main .node-webform button.small.split-left.button_blue span:before, #main .node-webform button.small.split-left.button_green .views-field-topic-icon span:before, .views-field-topic-icon #main .node-webform button.small.split-left.button_green span:before,
    #main .node-webform input.small.split-left.button_blue .views-field-topic-icon span:before,
    .views-field-topic-icon #main .node-webform input.small.split-left.button_blue span:before, #main .node-webform input.small.split-left.button_green .views-field-topic-icon span:before, .views-field-topic-icon #main .node-webform input.small.split-left.button_green span:before, #main .node-webform input.small.split-left.button_remove .views-field-topic-icon span:before, .views-field-topic-icon #main .node-webform input.small.split-left.button_remove span:before, .joyride-tip-guide .joyride-content-wrapper a.small.split-left.joyride-next-tip .views-field-topic-icon span:before, .views-field-topic-icon .joyride-tip-guide .joyride-content-wrapper a.small.split-left.joyride-next-tip span:before, .page-forum ul.action-links li a.small.split-left.subscription .views-field-topic-icon span:before, .views-field-topic-icon .page-forum ul.action-links li a.small.split-left.subscription span:before,
    .button.small.split-left .forum-list-icon span span:before,
    .forum-list-icon span .button.small.split-left span:before,
    .content form input.small.split-left[type="submit"] .forum-list-icon span span:before,
    .forum-list-icon span .content form input.small.split-left[type="submit"] span:before,
    label.fancy select.small.split-left .forum-list-icon span span:before,
    .forum-list-icon span label.fancy select.small.split-left span:before,
    #main .node-webform .small.split-left.button_blue .forum-list-icon span span:before,
    .forum-list-icon span #main .node-webform .small.split-left.button_blue span:before,
    #main .node-webform .form-actions input.small.split-left.button-primary .forum-list-icon span span:before,
    .forum-list-icon span #main .node-webform .form-actions input.small.split-left.button-primary span:before,
    #main .node-webform .small.split-left.button_green .forum-list-icon span span:before,
    .forum-list-icon span #main .node-webform .small.split-left.button_green span:before,
    #main .node-webform .small.split-left.button_remove .forum-list-icon span span:before,
    .forum-list-icon span #main .node-webform .small.split-left.button_remove span:before,
    #main .node-webform .form-actions input.small.split-left .forum-list-icon span span:before,
    .forum-list-icon span #main .node-webform .form-actions input.small.split-left span:before,
    #main .node-webform button.small.split-left.button_blue .forum-list-icon span span:before,
    .forum-list-icon span #main .node-webform button.small.split-left.button_blue span:before,
    #main .node-webform button.small.split-left.button_green .forum-list-icon span span:before,
    .forum-list-icon span #main .node-webform button.small.split-left.button_green span:before,
    #main .node-webform input.small.split-left.button_blue .forum-list-icon span span:before,
    .forum-list-icon span #main .node-webform input.small.split-left.button_blue span:before,
    #main .node-webform input.small.split-left.button_green .forum-list-icon span span:before,
    .forum-list-icon span #main .node-webform input.small.split-left.button_green span:before,
    #main .node-webform input.small.split-left.button_remove .forum-list-icon span span:before,
    .forum-list-icon span #main .node-webform input.small.split-left.button_remove span:before,
    .joyride-tip-guide .joyride-content-wrapper a.small.split-left.joyride-next-tip .forum-list-icon span span:before,
    .forum-list-icon span .joyride-tip-guide .joyride-content-wrapper a.small.split-left.joyride-next-tip span:before,
    .page-forum ul.action-links li a.small.split-left.subscription .forum-list-icon span span:before,
    .forum-list-icon span .page-forum ul.action-links li a.small.split-left.subscription span:before, .button.small.split-left .forum-topic-legend div:before, .forum-topic-legend .button.small.split-left div:before, .content form input.small.split-left[type="submit"] .forum-topic-legend div:before, .forum-topic-legend .content form input.small.split-left[type="submit"] div:before, label.fancy select.small.split-left .forum-topic-legend div:before, .forum-topic-legend label.fancy select.small.split-left div:before, #main .node-webform .small.split-left.button_blue .forum-topic-legend div:before, .forum-topic-legend #main .node-webform .small.split-left.button_blue div:before, #main .node-webform .form-actions input.small.split-left.button-primary .forum-topic-legend div:before, .forum-topic-legend #main .node-webform .form-actions input.small.split-left.button-primary div:before, #main .node-webform .small.split-left.button_green .forum-topic-legend div:before, .forum-topic-legend #main .node-webform .small.split-left.button_green div:before, #main .node-webform .small.split-left.button_remove .forum-topic-legend div:before, .forum-topic-legend #main .node-webform .small.split-left.button_remove div:before, #main .node-webform .form-actions input.small.split-left .forum-topic-legend div:before, .forum-topic-legend #main .node-webform .form-actions input.small.split-left div:before,
    #main .node-webform button.small.split-left.button_blue .forum-topic-legend div:before,
    .forum-topic-legend #main .node-webform button.small.split-left.button_blue div:before, #main .node-webform button.small.split-left.button_green .forum-topic-legend div:before, .forum-topic-legend #main .node-webform button.small.split-left.button_green div:before,
    #main .node-webform input.small.split-left.button_blue .forum-topic-legend div:before,
    .forum-topic-legend #main .node-webform input.small.split-left.button_blue div:before, #main .node-webform input.small.split-left.button_green .forum-topic-legend div:before, .forum-topic-legend #main .node-webform input.small.split-left.button_green div:before, #main .node-webform input.small.split-left.button_remove .forum-topic-legend div:before, .forum-topic-legend #main .node-webform input.small.split-left.button_remove div:before, .joyride-tip-guide .joyride-content-wrapper a.small.split-left.joyride-next-tip .forum-topic-legend div:before, .forum-topic-legend .joyride-tip-guide .joyride-content-wrapper a.small.split-left.joyride-next-tip div:before, .page-forum ul.action-links li a.small.split-left.subscription .forum-topic-legend div:before, .forum-topic-legend .page-forum ul.action-links li a.small.split-left.subscription div:before,
    .button.small.split-left .forum-list-icon-legend span span:before,
    .forum-list-icon-legend span .button.small.split-left span:before,
    .content form input.small.split-left[type="submit"] .forum-list-icon-legend span span:before,
    .forum-list-icon-legend span .content form input.small.split-left[type="submit"] span:before,
    label.fancy select.small.split-left .forum-list-icon-legend span span:before,
    .forum-list-icon-legend span label.fancy select.small.split-left span:before,
    #main .node-webform .small.split-left.button_blue .forum-list-icon-legend span span:before,
    .forum-list-icon-legend span #main .node-webform .small.split-left.button_blue span:before,
    #main .node-webform .form-actions input.small.split-left.button-primary .forum-list-icon-legend span span:before,
    .forum-list-icon-legend span #main .node-webform .form-actions input.small.split-left.button-primary span:before,
    #main .node-webform .small.split-left.button_green .forum-list-icon-legend span span:before,
    .forum-list-icon-legend span #main .node-webform .small.split-left.button_green span:before,
    #main .node-webform .small.split-left.button_remove .forum-list-icon-legend span span:before,
    .forum-list-icon-legend span #main .node-webform .small.split-left.button_remove span:before,
    #main .node-webform .form-actions input.small.split-left .forum-list-icon-legend span span:before,
    .forum-list-icon-legend span #main .node-webform .form-actions input.small.split-left span:before,
    #main .node-webform button.small.split-left.button_blue .forum-list-icon-legend span span:before,
    .forum-list-icon-legend span #main .node-webform button.small.split-left.button_blue span:before,
    #main .node-webform button.small.split-left.button_green .forum-list-icon-legend span span:before,
    .forum-list-icon-legend span #main .node-webform button.small.split-left.button_green span:before,
    #main .node-webform input.small.split-left.button_blue .forum-list-icon-legend span span:before,
    .forum-list-icon-legend span #main .node-webform input.small.split-left.button_blue span:before,
    #main .node-webform input.small.split-left.button_green .forum-list-icon-legend span span:before,
    .forum-list-icon-legend span #main .node-webform input.small.split-left.button_green span:before,
    #main .node-webform input.small.split-left.button_remove .forum-list-icon-legend span span:before,
    .forum-list-icon-legend span #main .node-webform input.small.split-left.button_remove span:before,
    .joyride-tip-guide .joyride-content-wrapper a.small.split-left.joyride-next-tip .forum-list-icon-legend span span:before,
    .forum-list-icon-legend span .joyride-tip-guide .joyride-content-wrapper a.small.split-left.joyride-next-tip span:before,
    .page-forum ul.action-links li a.small.split-left.subscription .forum-list-icon-legend span span:before,
    .forum-list-icon-legend span .page-forum ul.action-links li a.small.split-left.subscription span:before, .button.small.split-left tr.even td.forum-list-icon-default .forum-list-icon-wrapper span:before, tr.even td.forum-list-icon-default .forum-list-icon-wrapper .button.small.split-left span:before, .content form input.small.split-left[type="submit"] tr.even td.forum-list-icon-default .forum-list-icon-wrapper span:before, tr.even td.forum-list-icon-default .forum-list-icon-wrapper .content form input.small.split-left[type="submit"] span:before, label.fancy select.small.split-left tr.even td.forum-list-icon-default .forum-list-icon-wrapper span:before, tr.even td.forum-list-icon-default .forum-list-icon-wrapper label.fancy select.small.split-left span:before, #main .node-webform .small.split-left.button_blue tr.even td.forum-list-icon-default .forum-list-icon-wrapper span:before, tr.even td.forum-list-icon-default .forum-list-icon-wrapper #main .node-webform .small.split-left.button_blue span:before, #main .node-webform .form-actions input.small.split-left.button-primary tr.even td.forum-list-icon-default .forum-list-icon-wrapper span:before, tr.even td.forum-list-icon-default .forum-list-icon-wrapper #main .node-webform .form-actions input.small.split-left.button-primary span:before, #main .node-webform .small.split-left.button_green tr.even td.forum-list-icon-default .forum-list-icon-wrapper span:before, tr.even td.forum-list-icon-default .forum-list-icon-wrapper #main .node-webform .small.split-left.button_green span:before, #main .node-webform .small.split-left.button_remove tr.even td.forum-list-icon-default .forum-list-icon-wrapper span:before, tr.even td.forum-list-icon-default .forum-list-icon-wrapper #main .node-webform .small.split-left.button_remove span:before, #main .node-webform .form-actions input.small.split-left tr.even td.forum-list-icon-default .forum-list-icon-wrapper span:before, tr.even td.forum-list-icon-default .forum-list-icon-wrapper #main .node-webform .form-actions input.small.split-left span:before,
    #main .node-webform button.small.split-left.button_blue tr.even td.forum-list-icon-default .forum-list-icon-wrapper span:before,
    tr.even td.forum-list-icon-default .forum-list-icon-wrapper #main .node-webform button.small.split-left.button_blue span:before, #main .node-webform button.small.split-left.button_green tr.even td.forum-list-icon-default .forum-list-icon-wrapper span:before, tr.even td.forum-list-icon-default .forum-list-icon-wrapper #main .node-webform button.small.split-left.button_green span:before,
    #main .node-webform input.small.split-left.button_blue tr.even td.forum-list-icon-default .forum-list-icon-wrapper span:before,
    tr.even td.forum-list-icon-default .forum-list-icon-wrapper #main .node-webform input.small.split-left.button_blue span:before, #main .node-webform input.small.split-left.button_green tr.even td.forum-list-icon-default .forum-list-icon-wrapper span:before, tr.even td.forum-list-icon-default .forum-list-icon-wrapper #main .node-webform input.small.split-left.button_green span:before, #main .node-webform input.small.split-left.button_remove tr.even td.forum-list-icon-default .forum-list-icon-wrapper span:before, tr.even td.forum-list-icon-default .forum-list-icon-wrapper #main .node-webform input.small.split-left.button_remove span:before, .joyride-tip-guide .joyride-content-wrapper a.small.split-left.joyride-next-tip tr.even td.forum-list-icon-default .forum-list-icon-wrapper span:before, tr.even td.forum-list-icon-default .forum-list-icon-wrapper .joyride-tip-guide .joyride-content-wrapper a.small.split-left.joyride-next-tip span:before, .page-forum ul.action-links li a.small.split-left.subscription tr.even td.forum-list-icon-default .forum-list-icon-wrapper span:before, tr.even td.forum-list-icon-default .forum-list-icon-wrapper .page-forum ul.action-links li a.small.split-left.subscription span:before, .button.small.split-left tr.odd td.forum-list-icon-default .forum-list-icon-wrapper span:before, tr.odd td.forum-list-icon-default .forum-list-icon-wrapper .button.small.split-left span:before, .content form input.small.split-left[type="submit"] tr.odd td.forum-list-icon-default .forum-list-icon-wrapper span:before, tr.odd td.forum-list-icon-default .forum-list-icon-wrapper .content form input.small.split-left[type="submit"] span:before, label.fancy select.small.split-left tr.odd td.forum-list-icon-default .forum-list-icon-wrapper span:before, tr.odd td.forum-list-icon-default .forum-list-icon-wrapper label.fancy select.small.split-left span:before, #main .node-webform .small.split-left.button_blue tr.odd td.forum-list-icon-default .forum-list-icon-wrapper span:before, tr.odd td.forum-list-icon-default .forum-list-icon-wrapper #main .node-webform .small.split-left.button_blue span:before, #main .node-webform .form-actions input.small.split-left.button-primary tr.odd td.forum-list-icon-default .forum-list-icon-wrapper span:before, tr.odd td.forum-list-icon-default .forum-list-icon-wrapper #main .node-webform .form-actions input.small.split-left.button-primary span:before, #main .node-webform .small.split-left.button_green tr.odd td.forum-list-icon-default .forum-list-icon-wrapper span:before, tr.odd td.forum-list-icon-default .forum-list-icon-wrapper #main .node-webform .small.split-left.button_green span:before, #main .node-webform .small.split-left.button_remove tr.odd td.forum-list-icon-default .forum-list-icon-wrapper span:before, tr.odd td.forum-list-icon-default .forum-list-icon-wrapper #main .node-webform .small.split-left.button_remove span:before, #main .node-webform .form-actions input.small.split-left tr.odd td.forum-list-icon-default .forum-list-icon-wrapper span:before, tr.odd td.forum-list-icon-default .forum-list-icon-wrapper #main .node-webform .form-actions input.small.split-left span:before,
    #main .node-webform button.small.split-left.button_blue tr.odd td.forum-list-icon-default .forum-list-icon-wrapper span:before,
    tr.odd td.forum-list-icon-default .forum-list-icon-wrapper #main .node-webform button.small.split-left.button_blue span:before, #main .node-webform button.small.split-left.button_green tr.odd td.forum-list-icon-default .forum-list-icon-wrapper span:before, tr.odd td.forum-list-icon-default .forum-list-icon-wrapper #main .node-webform button.small.split-left.button_green span:before,
    #main .node-webform input.small.split-left.button_blue tr.odd td.forum-list-icon-default .forum-list-icon-wrapper span:before,
    tr.odd td.forum-list-icon-default .forum-list-icon-wrapper #main .node-webform input.small.split-left.button_blue span:before, #main .node-webform input.small.split-left.button_green tr.odd td.forum-list-icon-default .forum-list-icon-wrapper span:before, tr.odd td.forum-list-icon-default .forum-list-icon-wrapper #main .node-webform input.small.split-left.button_green span:before, #main .node-webform input.small.split-left.button_remove tr.odd td.forum-list-icon-default .forum-list-icon-wrapper span:before, tr.odd td.forum-list-icon-default .forum-list-icon-wrapper #main .node-webform input.small.split-left.button_remove span:before, .joyride-tip-guide .joyride-content-wrapper a.small.split-left.joyride-next-tip tr.odd td.forum-list-icon-default .forum-list-icon-wrapper span:before, tr.odd td.forum-list-icon-default .forum-list-icon-wrapper .joyride-tip-guide .joyride-content-wrapper a.small.split-left.joyride-next-tip span:before, .page-forum ul.action-links li a.small.split-left.subscription tr.odd td.forum-list-icon-default .forum-list-icon-wrapper span:before, tr.odd td.forum-list-icon-default .forum-list-icon-wrapper .page-forum ul.action-links li a.small.split-left.subscription span:before, .button.small.split-left .forum-list-icon-legend .forum-list-icon-default:before, .forum-list-icon-legend .button.small.split-left .forum-list-icon-default:before, .content form input.small.split-left[type="submit"] .forum-list-icon-legend .forum-list-icon-default:before, .forum-list-icon-legend .content form input.small.split-left[type="submit"] .forum-list-icon-default:before, label.fancy select.small.split-left .forum-list-icon-legend .forum-list-icon-default:before, .forum-list-icon-legend label.fancy select.small.split-left .forum-list-icon-default:before, #main .node-webform .small.split-left.button_blue .forum-list-icon-legend .forum-list-icon-default:before, .forum-list-icon-legend #main .node-webform .small.split-left.button_blue .forum-list-icon-default:before, #main .node-webform .form-actions input.small.split-left.button-primary .forum-list-icon-legend .forum-list-icon-default:before, .forum-list-icon-legend #main .node-webform .form-actions input.small.split-left.button-primary .forum-list-icon-default:before, #main .node-webform .small.split-left.button_green .forum-list-icon-legend .forum-list-icon-default:before, .forum-list-icon-legend #main .node-webform .small.split-left.button_green .forum-list-icon-default:before, #main .node-webform .small.split-left.button_remove .forum-list-icon-legend .forum-list-icon-default:before, .forum-list-icon-legend #main .node-webform .small.split-left.button_remove .forum-list-icon-default:before, #main .node-webform .form-actions input.small.split-left .forum-list-icon-legend .forum-list-icon-default:before, .forum-list-icon-legend #main .node-webform .form-actions input.small.split-left .forum-list-icon-default:before,
    #main .node-webform button.small.split-left.button_blue .forum-list-icon-legend .forum-list-icon-default:before,
    .forum-list-icon-legend #main .node-webform button.small.split-left.button_blue .forum-list-icon-default:before, #main .node-webform button.small.split-left.button_green .forum-list-icon-legend .forum-list-icon-default:before, .forum-list-icon-legend #main .node-webform button.small.split-left.button_green .forum-list-icon-default:before,
    #main .node-webform input.small.split-left.button_blue .forum-list-icon-legend .forum-list-icon-default:before,
    .forum-list-icon-legend #main .node-webform input.small.split-left.button_blue .forum-list-icon-default:before, #main .node-webform input.small.split-left.button_green .forum-list-icon-legend .forum-list-icon-default:before, .forum-list-icon-legend #main .node-webform input.small.split-left.button_green .forum-list-icon-default:before, #main .node-webform input.small.split-left.button_remove .forum-list-icon-legend .forum-list-icon-default:before, .forum-list-icon-legend #main .node-webform input.small.split-left.button_remove .forum-list-icon-default:before, .joyride-tip-guide .joyride-content-wrapper a.small.split-left.joyride-next-tip .forum-list-icon-legend .forum-list-icon-default:before, .forum-list-icon-legend .joyride-tip-guide .joyride-content-wrapper a.small.split-left.joyride-next-tip .forum-list-icon-default:before, .page-forum ul.action-links li a.small.split-left.subscription .forum-list-icon-legend .forum-list-icon-default:before, .forum-list-icon-legend .page-forum ul.action-links li a.small.split-left.subscription .forum-list-icon-default:before, .button.small.split-left tr.even td.forum-list-icon-new-posts .forum-list-icon-wrapper span:before, tr.even td.forum-list-icon-new-posts .forum-list-icon-wrapper .button.small.split-left span:before, .content form input.small.split-left[type="submit"] tr.even td.forum-list-icon-new-posts .forum-list-icon-wrapper span:before, tr.even td.forum-list-icon-new-posts .forum-list-icon-wrapper .content form input.small.split-left[type="submit"] span:before, label.fancy select.small.split-left tr.even td.forum-list-icon-new-posts .forum-list-icon-wrapper span:before, tr.even td.forum-list-icon-new-posts .forum-list-icon-wrapper label.fancy select.small.split-left span:before, #main .node-webform .small.split-left.button_blue tr.even td.forum-list-icon-new-posts .forum-list-icon-wrapper span:before, tr.even td.forum-list-icon-new-posts .forum-list-icon-wrapper #main .node-webform .small.split-left.button_blue span:before, #main .node-webform .form-actions input.small.split-left.button-primary tr.even td.forum-list-icon-new-posts .forum-list-icon-wrapper span:before, tr.even td.forum-list-icon-new-posts .forum-list-icon-wrapper #main .node-webform .form-actions input.small.split-left.button-primary span:before, #main .node-webform .small.split-left.button_green tr.even td.forum-list-icon-new-posts .forum-list-icon-wrapper span:before, tr.even td.forum-list-icon-new-posts .forum-list-icon-wrapper #main .node-webform .small.split-left.button_green span:before, #main .node-webform .small.split-left.button_remove tr.even td.forum-list-icon-new-posts .forum-list-icon-wrapper span:before, tr.even td.forum-list-icon-new-posts .forum-list-icon-wrapper #main .node-webform .small.split-left.button_remove span:before, #main .node-webform .form-actions input.small.split-left tr.even td.forum-list-icon-new-posts .forum-list-icon-wrapper span:before, tr.even td.forum-list-icon-new-posts .forum-list-icon-wrapper #main .node-webform .form-actions input.small.split-left span:before,
    #main .node-webform button.small.split-left.button_blue tr.even td.forum-list-icon-new-posts .forum-list-icon-wrapper span:before,
    tr.even td.forum-list-icon-new-posts .forum-list-icon-wrapper #main .node-webform button.small.split-left.button_blue span:before, #main .node-webform button.small.split-left.button_green tr.even td.forum-list-icon-new-posts .forum-list-icon-wrapper span:before, tr.even td.forum-list-icon-new-posts .forum-list-icon-wrapper #main .node-webform button.small.split-left.button_green span:before,
    #main .node-webform input.small.split-left.button_blue tr.even td.forum-list-icon-new-posts .forum-list-icon-wrapper span:before,
    tr.even td.forum-list-icon-new-posts .forum-list-icon-wrapper #main .node-webform input.small.split-left.button_blue span:before, #main .node-webform input.small.split-left.button_green tr.even td.forum-list-icon-new-posts .forum-list-icon-wrapper span:before, tr.even td.forum-list-icon-new-posts .forum-list-icon-wrapper #main .node-webform input.small.split-left.button_green span:before, #main .node-webform input.small.split-left.button_remove tr.even td.forum-list-icon-new-posts .forum-list-icon-wrapper span:before, tr.even td.forum-list-icon-new-posts .forum-list-icon-wrapper #main .node-webform input.small.split-left.button_remove span:before, .joyride-tip-guide .joyride-content-wrapper a.small.split-left.joyride-next-tip tr.even td.forum-list-icon-new-posts .forum-list-icon-wrapper span:before, tr.even td.forum-list-icon-new-posts .forum-list-icon-wrapper .joyride-tip-guide .joyride-content-wrapper a.small.split-left.joyride-next-tip span:before, .page-forum ul.action-links li a.small.split-left.subscription tr.even td.forum-list-icon-new-posts .forum-list-icon-wrapper span:before, tr.even td.forum-list-icon-new-posts .forum-list-icon-wrapper .page-forum ul.action-links li a.small.split-left.subscription span:before, .button.small.split-left tr.odd td.forum-list-icon-new-posts .forum-list-icon-wrapper span:before, tr.odd td.forum-list-icon-new-posts .forum-list-icon-wrapper .button.small.split-left span:before, .content form input.small.split-left[type="submit"] tr.odd td.forum-list-icon-new-posts .forum-list-icon-wrapper span:before, tr.odd td.forum-list-icon-new-posts .forum-list-icon-wrapper .content form input.small.split-left[type="submit"] span:before, label.fancy select.small.split-left tr.odd td.forum-list-icon-new-posts .forum-list-icon-wrapper span:before, tr.odd td.forum-list-icon-new-posts .forum-list-icon-wrapper label.fancy select.small.split-left span:before, #main .node-webform .small.split-left.button_blue tr.odd td.forum-list-icon-new-posts .forum-list-icon-wrapper span:before, tr.odd td.forum-list-icon-new-posts .forum-list-icon-wrapper #main .node-webform .small.split-left.button_blue span:before, #main .node-webform .form-actions input.small.split-left.button-primary tr.odd td.forum-list-icon-new-posts .forum-list-icon-wrapper span:before, tr.odd td.forum-list-icon-new-posts .forum-list-icon-wrapper #main .node-webform .form-actions input.small.split-left.button-primary span:before, #main .node-webform .small.split-left.button_green tr.odd td.forum-list-icon-new-posts .forum-list-icon-wrapper span:before, tr.odd td.forum-list-icon-new-posts .forum-list-icon-wrapper #main .node-webform .small.split-left.button_green span:before, #main .node-webform .small.split-left.button_remove tr.odd td.forum-list-icon-new-posts .forum-list-icon-wrapper span:before, tr.odd td.forum-list-icon-new-posts .forum-list-icon-wrapper #main .node-webform .small.split-left.button_remove span:before, #main .node-webform .form-actions input.small.split-left tr.odd td.forum-list-icon-new-posts .forum-list-icon-wrapper span:before, tr.odd td.forum-list-icon-new-posts .forum-list-icon-wrapper #main .node-webform .form-actions input.small.split-left span:before,
    #main .node-webform button.small.split-left.button_blue tr.odd td.forum-list-icon-new-posts .forum-list-icon-wrapper span:before,
    tr.odd td.forum-list-icon-new-posts .forum-list-icon-wrapper #main .node-webform button.small.split-left.button_blue span:before, #main .node-webform button.small.split-left.button_green tr.odd td.forum-list-icon-new-posts .forum-list-icon-wrapper span:before, tr.odd td.forum-list-icon-new-posts .forum-list-icon-wrapper #main .node-webform button.small.split-left.button_green span:before,
    #main .node-webform input.small.split-left.button_blue tr.odd td.forum-list-icon-new-posts .forum-list-icon-wrapper span:before,
    tr.odd td.forum-list-icon-new-posts .forum-list-icon-wrapper #main .node-webform input.small.split-left.button_blue span:before, #main .node-webform input.small.split-left.button_green tr.odd td.forum-list-icon-new-posts .forum-list-icon-wrapper span:before, tr.odd td.forum-list-icon-new-posts .forum-list-icon-wrapper #main .node-webform input.small.split-left.button_green span:before, #main .node-webform input.small.split-left.button_remove tr.odd td.forum-list-icon-new-posts .forum-list-icon-wrapper span:before, tr.odd td.forum-list-icon-new-posts .forum-list-icon-wrapper #main .node-webform input.small.split-left.button_remove span:before, .joyride-tip-guide .joyride-content-wrapper a.small.split-left.joyride-next-tip tr.odd td.forum-list-icon-new-posts .forum-list-icon-wrapper span:before, tr.odd td.forum-list-icon-new-posts .forum-list-icon-wrapper .joyride-tip-guide .joyride-content-wrapper a.small.split-left.joyride-next-tip span:before, .page-forum ul.action-links li a.small.split-left.subscription tr.odd td.forum-list-icon-new-posts .forum-list-icon-wrapper span:before, tr.odd td.forum-list-icon-new-posts .forum-list-icon-wrapper .page-forum ul.action-links li a.small.split-left.subscription span:before, .button.small.split-left .forum-list-icon-legend .forum-list-icon-new-posts:before, .forum-list-icon-legend .button.small.split-left .forum-list-icon-new-posts:before, .content form input.small.split-left[type="submit"] .forum-list-icon-legend .forum-list-icon-new-posts:before, .forum-list-icon-legend .content form input.small.split-left[type="submit"] .forum-list-icon-new-posts:before, label.fancy select.small.split-left .forum-list-icon-legend .forum-list-icon-new-posts:before, .forum-list-icon-legend label.fancy select.small.split-left .forum-list-icon-new-posts:before, #main .node-webform .small.split-left.button_blue .forum-list-icon-legend .forum-list-icon-new-posts:before, .forum-list-icon-legend #main .node-webform .small.split-left.button_blue .forum-list-icon-new-posts:before, #main .node-webform .form-actions input.small.split-left.button-primary .forum-list-icon-legend .forum-list-icon-new-posts:before, .forum-list-icon-legend #main .node-webform .form-actions input.small.split-left.button-primary .forum-list-icon-new-posts:before, #main .node-webform .small.split-left.button_green .forum-list-icon-legend .forum-list-icon-new-posts:before, .forum-list-icon-legend #main .node-webform .small.split-left.button_green .forum-list-icon-new-posts:before, #main .node-webform .small.split-left.button_remove .forum-list-icon-legend .forum-list-icon-new-posts:before, .forum-list-icon-legend #main .node-webform .small.split-left.button_remove .forum-list-icon-new-posts:before, #main .node-webform .form-actions input.small.split-left .forum-list-icon-legend .forum-list-icon-new-posts:before, .forum-list-icon-legend #main .node-webform .form-actions input.small.split-left .forum-list-icon-new-posts:before,
    #main .node-webform button.small.split-left.button_blue .forum-list-icon-legend .forum-list-icon-new-posts:before,
    .forum-list-icon-legend #main .node-webform button.small.split-left.button_blue .forum-list-icon-new-posts:before, #main .node-webform button.small.split-left.button_green .forum-list-icon-legend .forum-list-icon-new-posts:before, .forum-list-icon-legend #main .node-webform button.small.split-left.button_green .forum-list-icon-new-posts:before,
    #main .node-webform input.small.split-left.button_blue .forum-list-icon-legend .forum-list-icon-new-posts:before,
    .forum-list-icon-legend #main .node-webform input.small.split-left.button_blue .forum-list-icon-new-posts:before, #main .node-webform input.small.split-left.button_green .forum-list-icon-legend .forum-list-icon-new-posts:before, .forum-list-icon-legend #main .node-webform input.small.split-left.button_green .forum-list-icon-new-posts:before, #main .node-webform input.small.split-left.button_remove .forum-list-icon-legend .forum-list-icon-new-posts:before, .forum-list-icon-legend #main .node-webform input.small.split-left.button_remove .forum-list-icon-new-posts:before, .joyride-tip-guide .joyride-content-wrapper a.small.split-left.joyride-next-tip .forum-list-icon-legend .forum-list-icon-new-posts:before, .forum-list-icon-legend .joyride-tip-guide .joyride-content-wrapper a.small.split-left.joyride-next-tip .forum-list-icon-new-posts:before, .page-forum ul.action-links li a.small.split-left.subscription .forum-list-icon-legend .forum-list-icon-new-posts:before, .forum-list-icon-legend .page-forum ul.action-links li a.small.split-left.subscription .forum-list-icon-new-posts:before {
      margin-top: -0.25em; }

a.extended_text.small, header.desktop #navigation ul.menu > li > a.small {
  display: block;
  text-align: center !important;
  width: 100%;
  margin-top: 1em; }
  a.extended_text.small.uncenter, header.desktop #navigation ul.menu > li > a.small.uncenter {
    text-align: left !important;
    display: inline; }

.button-full-width {
  width: 100%; }

@media screen and (max-width: 780px) {
  .btn-780 {
    width: 70%; } }
.button-inverse, .page-forum ul.action-links li a.subscription, .btn-inverse, .button_blue-inverse, .button_green-inverse {
  background-color: #fff;
  color: #0063be;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  border-radius: 50px;
  padding: 0.35em 1.5em;
  display: inline-block;
  text-overflow: ellipsis;
  box-sizing: border-box;
  border: 2px solid #0063be;
  -webkit-transition: all .15s ease-in-out;
  transition: all .15s ease-in-out; }
  .button-inverse.split-right, label.fancy select.button-inverse, .page-forum ul.action-links li a.split-right.subscription, .btn-inverse.split-right, label.fancy select.btn-inverse, .button_blue-inverse.split-right, label.fancy select.button_blue-inverse, .button_green-inverse.split-right, label.fancy select.button_green-inverse {
    padding-right: 3em; }
    .button-inverse.split-right i, label.fancy select.button-inverse i, .page-forum ul.action-links li a.split-right.subscription i, .button-inverse.split-right .views-field-topic-icon span:before, .views-field-topic-icon .button-inverse.split-right span:before, label.fancy select.button-inverse .views-field-topic-icon span:before, .views-field-topic-icon label.fancy select.button-inverse span:before, .page-forum ul.action-links li a.split-right.subscription .views-field-topic-icon span:before, .views-field-topic-icon .page-forum ul.action-links li a.split-right.subscription span:before,
    .button-inverse.split-right .forum-list-icon span span:before,
    .forum-list-icon span .button-inverse.split-right span:before,
    label.fancy select.button-inverse .forum-list-icon span span:before,
    .forum-list-icon span label.fancy select.button-inverse span:before,
    .page-forum ul.action-links li a.split-right.subscription .forum-list-icon span span:before,
    .forum-list-icon span .page-forum ul.action-links li a.split-right.subscription span:before, .button-inverse.split-right .forum-topic-legend div:before, .forum-topic-legend .button-inverse.split-right div:before, label.fancy select.button-inverse .forum-topic-legend div:before, .forum-topic-legend label.fancy select.button-inverse div:before, .page-forum ul.action-links li a.split-right.subscription .forum-topic-legend div:before, .forum-topic-legend .page-forum ul.action-links li a.split-right.subscription div:before,
    .button-inverse.split-right .forum-list-icon-legend span span:before,
    .forum-list-icon-legend span .button-inverse.split-right span:before,
    label.fancy select.button-inverse .forum-list-icon-legend span span:before,
    .forum-list-icon-legend span label.fancy select.button-inverse span:before,
    .page-forum ul.action-links li a.split-right.subscription .forum-list-icon-legend span span:before,
    .forum-list-icon-legend span .page-forum ul.action-links li a.split-right.subscription span:before, .button-inverse.split-right tr.even td.forum-list-icon-default .forum-list-icon-wrapper span:before, tr.even td.forum-list-icon-default .forum-list-icon-wrapper .button-inverse.split-right span:before, label.fancy select.button-inverse tr.even td.forum-list-icon-default .forum-list-icon-wrapper span:before, tr.even td.forum-list-icon-default .forum-list-icon-wrapper label.fancy select.button-inverse span:before, .page-forum ul.action-links li a.split-right.subscription tr.even td.forum-list-icon-default .forum-list-icon-wrapper span:before, tr.even td.forum-list-icon-default .forum-list-icon-wrapper .page-forum ul.action-links li a.split-right.subscription span:before, .button-inverse.split-right tr.odd td.forum-list-icon-default .forum-list-icon-wrapper span:before, tr.odd td.forum-list-icon-default .forum-list-icon-wrapper .button-inverse.split-right span:before, label.fancy select.button-inverse tr.odd td.forum-list-icon-default .forum-list-icon-wrapper span:before, tr.odd td.forum-list-icon-default .forum-list-icon-wrapper label.fancy select.button-inverse span:before, .page-forum ul.action-links li a.split-right.subscription tr.odd td.forum-list-icon-default .forum-list-icon-wrapper span:before, tr.odd td.forum-list-icon-default .forum-list-icon-wrapper .page-forum ul.action-links li a.split-right.subscription span:before, .button-inverse.split-right .forum-list-icon-legend .forum-list-icon-default:before, .forum-list-icon-legend .button-inverse.split-right .forum-list-icon-default:before, label.fancy select.button-inverse .forum-list-icon-legend .forum-list-icon-default:before, .forum-list-icon-legend label.fancy select.button-inverse .forum-list-icon-default:before, .page-forum ul.action-links li a.split-right.subscription .forum-list-icon-legend .forum-list-icon-default:before, .forum-list-icon-legend .page-forum ul.action-links li a.split-right.subscription .forum-list-icon-default:before, .button-inverse.split-right tr.even td.forum-list-icon-new-posts .forum-list-icon-wrapper span:before, tr.even td.forum-list-icon-new-posts .forum-list-icon-wrapper .button-inverse.split-right span:before, label.fancy select.button-inverse tr.even td.forum-list-icon-new-posts .forum-list-icon-wrapper span:before, tr.even td.forum-list-icon-new-posts .forum-list-icon-wrapper label.fancy select.button-inverse span:before, .page-forum ul.action-links li a.split-right.subscription tr.even td.forum-list-icon-new-posts .forum-list-icon-wrapper span:before, tr.even td.forum-list-icon-new-posts .forum-list-icon-wrapper .page-forum ul.action-links li a.split-right.subscription span:before, .button-inverse.split-right tr.odd td.forum-list-icon-new-posts .forum-list-icon-wrapper span:before, tr.odd td.forum-list-icon-new-posts .forum-list-icon-wrapper .button-inverse.split-right span:before, label.fancy select.button-inverse tr.odd td.forum-list-icon-new-posts .forum-list-icon-wrapper span:before, tr.odd td.forum-list-icon-new-posts .forum-list-icon-wrapper label.fancy select.button-inverse span:before, .page-forum ul.action-links li a.split-right.subscription tr.odd td.forum-list-icon-new-posts .forum-list-icon-wrapper span:before, tr.odd td.forum-list-icon-new-posts .forum-list-icon-wrapper .page-forum ul.action-links li a.split-right.subscription span:before, .button-inverse.split-right .forum-list-icon-legend .forum-list-icon-new-posts:before, .forum-list-icon-legend .button-inverse.split-right .forum-list-icon-new-posts:before, label.fancy select.button-inverse .forum-list-icon-legend .forum-list-icon-new-posts:before, .forum-list-icon-legend label.fancy select.button-inverse .forum-list-icon-new-posts:before, .page-forum ul.action-links li a.split-right.subscription .forum-list-icon-legend .forum-list-icon-new-posts:before, .forum-list-icon-legend .page-forum ul.action-links li a.split-right.subscription .forum-list-icon-new-posts:before, .btn-inverse.split-right i, label.fancy select.btn-inverse i, .btn-inverse.split-right .views-field-topic-icon span:before, .views-field-topic-icon .btn-inverse.split-right span:before, label.fancy select.btn-inverse .views-field-topic-icon span:before, .views-field-topic-icon label.fancy select.btn-inverse span:before,
    .btn-inverse.split-right .forum-list-icon span span:before,
    .forum-list-icon span .btn-inverse.split-right span:before,
    label.fancy select.btn-inverse .forum-list-icon span span:before,
    .forum-list-icon span label.fancy select.btn-inverse span:before, .btn-inverse.split-right .forum-topic-legend div:before, .forum-topic-legend .btn-inverse.split-right div:before, label.fancy select.btn-inverse .forum-topic-legend div:before, .forum-topic-legend label.fancy select.btn-inverse div:before,
    .btn-inverse.split-right .forum-list-icon-legend span span:before,
    .forum-list-icon-legend span .btn-inverse.split-right span:before,
    label.fancy select.btn-inverse .forum-list-icon-legend span span:before,
    .forum-list-icon-legend span label.fancy select.btn-inverse span:before, .btn-inverse.split-right tr.even td.forum-list-icon-default .forum-list-icon-wrapper span:before, tr.even td.forum-list-icon-default .forum-list-icon-wrapper .btn-inverse.split-right span:before, label.fancy select.btn-inverse tr.even td.forum-list-icon-default .forum-list-icon-wrapper span:before, tr.even td.forum-list-icon-default .forum-list-icon-wrapper label.fancy select.btn-inverse span:before, .btn-inverse.split-right tr.odd td.forum-list-icon-default .forum-list-icon-wrapper span:before, tr.odd td.forum-list-icon-default .forum-list-icon-wrapper .btn-inverse.split-right span:before, label.fancy select.btn-inverse tr.odd td.forum-list-icon-default .forum-list-icon-wrapper span:before, tr.odd td.forum-list-icon-default .forum-list-icon-wrapper label.fancy select.btn-inverse span:before, .btn-inverse.split-right .forum-list-icon-legend .forum-list-icon-default:before, .forum-list-icon-legend .btn-inverse.split-right .forum-list-icon-default:before, label.fancy select.btn-inverse .forum-list-icon-legend .forum-list-icon-default:before, .forum-list-icon-legend label.fancy select.btn-inverse .forum-list-icon-default:before, .btn-inverse.split-right tr.even td.forum-list-icon-new-posts .forum-list-icon-wrapper span:before, tr.even td.forum-list-icon-new-posts .forum-list-icon-wrapper .btn-inverse.split-right span:before, label.fancy select.btn-inverse tr.even td.forum-list-icon-new-posts .forum-list-icon-wrapper span:before, tr.even td.forum-list-icon-new-posts .forum-list-icon-wrapper label.fancy select.btn-inverse span:before, .btn-inverse.split-right tr.odd td.forum-list-icon-new-posts .forum-list-icon-wrapper span:before, tr.odd td.forum-list-icon-new-posts .forum-list-icon-wrapper .btn-inverse.split-right span:before, label.fancy select.btn-inverse tr.odd td.forum-list-icon-new-posts .forum-list-icon-wrapper span:before, tr.odd td.forum-list-icon-new-posts .forum-list-icon-wrapper label.fancy select.btn-inverse span:before, .btn-inverse.split-right .forum-list-icon-legend .forum-list-icon-new-posts:before, .forum-list-icon-legend .btn-inverse.split-right .forum-list-icon-new-posts:before, label.fancy select.btn-inverse .forum-list-icon-legend .forum-list-icon-new-posts:before, .forum-list-icon-legend label.fancy select.btn-inverse .forum-list-icon-new-posts:before, .button_blue-inverse.split-right i, label.fancy select.button_blue-inverse i, .button_blue-inverse.split-right .views-field-topic-icon span:before, .views-field-topic-icon .button_blue-inverse.split-right span:before, label.fancy select.button_blue-inverse .views-field-topic-icon span:before, .views-field-topic-icon label.fancy select.button_blue-inverse span:before,
    .button_blue-inverse.split-right .forum-list-icon span span:before,
    .forum-list-icon span .button_blue-inverse.split-right span:before,
    label.fancy select.button_blue-inverse .forum-list-icon span span:before,
    .forum-list-icon span label.fancy select.button_blue-inverse span:before, .button_blue-inverse.split-right .forum-topic-legend div:before, .forum-topic-legend .button_blue-inverse.split-right div:before, label.fancy select.button_blue-inverse .forum-topic-legend div:before, .forum-topic-legend label.fancy select.button_blue-inverse div:before,
    .button_blue-inverse.split-right .forum-list-icon-legend span span:before,
    .forum-list-icon-legend span .button_blue-inverse.split-right span:before,
    label.fancy select.button_blue-inverse .forum-list-icon-legend span span:before,
    .forum-list-icon-legend span label.fancy select.button_blue-inverse span:before, .button_blue-inverse.split-right tr.even td.forum-list-icon-default .forum-list-icon-wrapper span:before, tr.even td.forum-list-icon-default .forum-list-icon-wrapper .button_blue-inverse.split-right span:before, label.fancy select.button_blue-inverse tr.even td.forum-list-icon-default .forum-list-icon-wrapper span:before, tr.even td.forum-list-icon-default .forum-list-icon-wrapper label.fancy select.button_blue-inverse span:before, .button_blue-inverse.split-right tr.odd td.forum-list-icon-default .forum-list-icon-wrapper span:before, tr.odd td.forum-list-icon-default .forum-list-icon-wrapper .button_blue-inverse.split-right span:before, label.fancy select.button_blue-inverse tr.odd td.forum-list-icon-default .forum-list-icon-wrapper span:before, tr.odd td.forum-list-icon-default .forum-list-icon-wrapper label.fancy select.button_blue-inverse span:before, .button_blue-inverse.split-right .forum-list-icon-legend .forum-list-icon-default:before, .forum-list-icon-legend .button_blue-inverse.split-right .forum-list-icon-default:before, label.fancy select.button_blue-inverse .forum-list-icon-legend .forum-list-icon-default:before, .forum-list-icon-legend label.fancy select.button_blue-inverse .forum-list-icon-default:before, .button_blue-inverse.split-right tr.even td.forum-list-icon-new-posts .forum-list-icon-wrapper span:before, tr.even td.forum-list-icon-new-posts .forum-list-icon-wrapper .button_blue-inverse.split-right span:before, label.fancy select.button_blue-inverse tr.even td.forum-list-icon-new-posts .forum-list-icon-wrapper span:before, tr.even td.forum-list-icon-new-posts .forum-list-icon-wrapper label.fancy select.button_blue-inverse span:before, .button_blue-inverse.split-right tr.odd td.forum-list-icon-new-posts .forum-list-icon-wrapper span:before, tr.odd td.forum-list-icon-new-posts .forum-list-icon-wrapper .button_blue-inverse.split-right span:before, label.fancy select.button_blue-inverse tr.odd td.forum-list-icon-new-posts .forum-list-icon-wrapper span:before, tr.odd td.forum-list-icon-new-posts .forum-list-icon-wrapper label.fancy select.button_blue-inverse span:before, .button_blue-inverse.split-right .forum-list-icon-legend .forum-list-icon-new-posts:before, .forum-list-icon-legend .button_blue-inverse.split-right .forum-list-icon-new-posts:before, label.fancy select.button_blue-inverse .forum-list-icon-legend .forum-list-icon-new-posts:before, .forum-list-icon-legend label.fancy select.button_blue-inverse .forum-list-icon-new-posts:before, .button_green-inverse.split-right i, label.fancy select.button_green-inverse i, .button_green-inverse.split-right .views-field-topic-icon span:before, .views-field-topic-icon .button_green-inverse.split-right span:before, label.fancy select.button_green-inverse .views-field-topic-icon span:before, .views-field-topic-icon label.fancy select.button_green-inverse span:before,
    .button_green-inverse.split-right .forum-list-icon span span:before,
    .forum-list-icon span .button_green-inverse.split-right span:before,
    label.fancy select.button_green-inverse .forum-list-icon span span:before,
    .forum-list-icon span label.fancy select.button_green-inverse span:before, .button_green-inverse.split-right .forum-topic-legend div:before, .forum-topic-legend .button_green-inverse.split-right div:before, label.fancy select.button_green-inverse .forum-topic-legend div:before, .forum-topic-legend label.fancy select.button_green-inverse div:before,
    .button_green-inverse.split-right .forum-list-icon-legend span span:before,
    .forum-list-icon-legend span .button_green-inverse.split-right span:before,
    label.fancy select.button_green-inverse .forum-list-icon-legend span span:before,
    .forum-list-icon-legend span label.fancy select.button_green-inverse span:before, .button_green-inverse.split-right tr.even td.forum-list-icon-default .forum-list-icon-wrapper span:before, tr.even td.forum-list-icon-default .forum-list-icon-wrapper .button_green-inverse.split-right span:before, label.fancy select.button_green-inverse tr.even td.forum-list-icon-default .forum-list-icon-wrapper span:before, tr.even td.forum-list-icon-default .forum-list-icon-wrapper label.fancy select.button_green-inverse span:before, .button_green-inverse.split-right tr.odd td.forum-list-icon-default .forum-list-icon-wrapper span:before, tr.odd td.forum-list-icon-default .forum-list-icon-wrapper .button_green-inverse.split-right span:before, label.fancy select.button_green-inverse tr.odd td.forum-list-icon-default .forum-list-icon-wrapper span:before, tr.odd td.forum-list-icon-default .forum-list-icon-wrapper label.fancy select.button_green-inverse span:before, .button_green-inverse.split-right .forum-list-icon-legend .forum-list-icon-default:before, .forum-list-icon-legend .button_green-inverse.split-right .forum-list-icon-default:before, label.fancy select.button_green-inverse .forum-list-icon-legend .forum-list-icon-default:before, .forum-list-icon-legend label.fancy select.button_green-inverse .forum-list-icon-default:before, .button_green-inverse.split-right tr.even td.forum-list-icon-new-posts .forum-list-icon-wrapper span:before, tr.even td.forum-list-icon-new-posts .forum-list-icon-wrapper .button_green-inverse.split-right span:before, label.fancy select.button_green-inverse tr.even td.forum-list-icon-new-posts .forum-list-icon-wrapper span:before, tr.even td.forum-list-icon-new-posts .forum-list-icon-wrapper label.fancy select.button_green-inverse span:before, .button_green-inverse.split-right tr.odd td.forum-list-icon-new-posts .forum-list-icon-wrapper span:before, tr.odd td.forum-list-icon-new-posts .forum-list-icon-wrapper .button_green-inverse.split-right span:before, label.fancy select.button_green-inverse tr.odd td.forum-list-icon-new-posts .forum-list-icon-wrapper span:before, tr.odd td.forum-list-icon-new-posts .forum-list-icon-wrapper label.fancy select.button_green-inverse span:before, .button_green-inverse.split-right .forum-list-icon-legend .forum-list-icon-new-posts:before, .forum-list-icon-legend .button_green-inverse.split-right .forum-list-icon-new-posts:before, label.fancy select.button_green-inverse .forum-list-icon-legend .forum-list-icon-new-posts:before, .forum-list-icon-legend label.fancy select.button_green-inverse .forum-list-icon-new-posts:before {
      margin-right: -2em; }
  .button-inverse.split-left, .page-forum ul.action-links li a.split-left.subscription, .btn-inverse.split-left, .button_blue-inverse.split-left, .button_green-inverse.split-left {
    padding-left: 3.5em; }
    .button-inverse.split-left i, .page-forum ul.action-links li a.split-left.subscription i, .button-inverse.split-left .views-field-topic-icon span:before, .views-field-topic-icon .button-inverse.split-left span:before, .page-forum ul.action-links li a.split-left.subscription .views-field-topic-icon span:before, .views-field-topic-icon .page-forum ul.action-links li a.split-left.subscription span:before,
    .button-inverse.split-left .forum-list-icon span span:before,
    .forum-list-icon span .button-inverse.split-left span:before,
    .page-forum ul.action-links li a.split-left.subscription .forum-list-icon span span:before,
    .forum-list-icon span .page-forum ul.action-links li a.split-left.subscription span:before, .button-inverse.split-left .forum-topic-legend div:before, .forum-topic-legend .button-inverse.split-left div:before, .page-forum ul.action-links li a.split-left.subscription .forum-topic-legend div:before, .forum-topic-legend .page-forum ul.action-links li a.split-left.subscription div:before,
    .button-inverse.split-left .forum-list-icon-legend span span:before,
    .forum-list-icon-legend span .button-inverse.split-left span:before,
    .page-forum ul.action-links li a.split-left.subscription .forum-list-icon-legend span span:before,
    .forum-list-icon-legend span .page-forum ul.action-links li a.split-left.subscription span:before, .button-inverse.split-left tr.even td.forum-list-icon-default .forum-list-icon-wrapper span:before, tr.even td.forum-list-icon-default .forum-list-icon-wrapper .button-inverse.split-left span:before, .page-forum ul.action-links li a.split-left.subscription tr.even td.forum-list-icon-default .forum-list-icon-wrapper span:before, tr.even td.forum-list-icon-default .forum-list-icon-wrapper .page-forum ul.action-links li a.split-left.subscription span:before, .button-inverse.split-left tr.odd td.forum-list-icon-default .forum-list-icon-wrapper span:before, tr.odd td.forum-list-icon-default .forum-list-icon-wrapper .button-inverse.split-left span:before, .page-forum ul.action-links li a.split-left.subscription tr.odd td.forum-list-icon-default .forum-list-icon-wrapper span:before, tr.odd td.forum-list-icon-default .forum-list-icon-wrapper .page-forum ul.action-links li a.split-left.subscription span:before, .button-inverse.split-left .forum-list-icon-legend .forum-list-icon-default:before, .forum-list-icon-legend .button-inverse.split-left .forum-list-icon-default:before, .page-forum ul.action-links li a.split-left.subscription .forum-list-icon-legend .forum-list-icon-default:before, .forum-list-icon-legend .page-forum ul.action-links li a.split-left.subscription .forum-list-icon-default:before, .button-inverse.split-left tr.even td.forum-list-icon-new-posts .forum-list-icon-wrapper span:before, tr.even td.forum-list-icon-new-posts .forum-list-icon-wrapper .button-inverse.split-left span:before, .page-forum ul.action-links li a.split-left.subscription tr.even td.forum-list-icon-new-posts .forum-list-icon-wrapper span:before, tr.even td.forum-list-icon-new-posts .forum-list-icon-wrapper .page-forum ul.action-links li a.split-left.subscription span:before, .button-inverse.split-left tr.odd td.forum-list-icon-new-posts .forum-list-icon-wrapper span:before, tr.odd td.forum-list-icon-new-posts .forum-list-icon-wrapper .button-inverse.split-left span:before, .page-forum ul.action-links li a.split-left.subscription tr.odd td.forum-list-icon-new-posts .forum-list-icon-wrapper span:before, tr.odd td.forum-list-icon-new-posts .forum-list-icon-wrapper .page-forum ul.action-links li a.split-left.subscription span:before, .button-inverse.split-left .forum-list-icon-legend .forum-list-icon-new-posts:before, .forum-list-icon-legend .button-inverse.split-left .forum-list-icon-new-posts:before, .page-forum ul.action-links li a.split-left.subscription .forum-list-icon-legend .forum-list-icon-new-posts:before, .forum-list-icon-legend .page-forum ul.action-links li a.split-left.subscription .forum-list-icon-new-posts:before, .btn-inverse.split-left i, .btn-inverse.split-left .views-field-topic-icon span:before, .views-field-topic-icon .btn-inverse.split-left span:before,
    .btn-inverse.split-left .forum-list-icon span span:before,
    .forum-list-icon span .btn-inverse.split-left span:before, .btn-inverse.split-left .forum-topic-legend div:before, .forum-topic-legend .btn-inverse.split-left div:before,
    .btn-inverse.split-left .forum-list-icon-legend span span:before,
    .forum-list-icon-legend span .btn-inverse.split-left span:before, .btn-inverse.split-left tr.even td.forum-list-icon-default .forum-list-icon-wrapper span:before, tr.even td.forum-list-icon-default .forum-list-icon-wrapper .btn-inverse.split-left span:before, .btn-inverse.split-left tr.odd td.forum-list-icon-default .forum-list-icon-wrapper span:before, tr.odd td.forum-list-icon-default .forum-list-icon-wrapper .btn-inverse.split-left span:before, .btn-inverse.split-left .forum-list-icon-legend .forum-list-icon-default:before, .forum-list-icon-legend .btn-inverse.split-left .forum-list-icon-default:before, .btn-inverse.split-left tr.even td.forum-list-icon-new-posts .forum-list-icon-wrapper span:before, tr.even td.forum-list-icon-new-posts .forum-list-icon-wrapper .btn-inverse.split-left span:before, .btn-inverse.split-left tr.odd td.forum-list-icon-new-posts .forum-list-icon-wrapper span:before, tr.odd td.forum-list-icon-new-posts .forum-list-icon-wrapper .btn-inverse.split-left span:before, .btn-inverse.split-left .forum-list-icon-legend .forum-list-icon-new-posts:before, .forum-list-icon-legend .btn-inverse.split-left .forum-list-icon-new-posts:before, .button_blue-inverse.split-left i, .button_blue-inverse.split-left .views-field-topic-icon span:before, .views-field-topic-icon .button_blue-inverse.split-left span:before,
    .button_blue-inverse.split-left .forum-list-icon span span:before,
    .forum-list-icon span .button_blue-inverse.split-left span:before, .button_blue-inverse.split-left .forum-topic-legend div:before, .forum-topic-legend .button_blue-inverse.split-left div:before,
    .button_blue-inverse.split-left .forum-list-icon-legend span span:before,
    .forum-list-icon-legend span .button_blue-inverse.split-left span:before, .button_blue-inverse.split-left tr.even td.forum-list-icon-default .forum-list-icon-wrapper span:before, tr.even td.forum-list-icon-default .forum-list-icon-wrapper .button_blue-inverse.split-left span:before, .button_blue-inverse.split-left tr.odd td.forum-list-icon-default .forum-list-icon-wrapper span:before, tr.odd td.forum-list-icon-default .forum-list-icon-wrapper .button_blue-inverse.split-left span:before, .button_blue-inverse.split-left .forum-list-icon-legend .forum-list-icon-default:before, .forum-list-icon-legend .button_blue-inverse.split-left .forum-list-icon-default:before, .button_blue-inverse.split-left tr.even td.forum-list-icon-new-posts .forum-list-icon-wrapper span:before, tr.even td.forum-list-icon-new-posts .forum-list-icon-wrapper .button_blue-inverse.split-left span:before, .button_blue-inverse.split-left tr.odd td.forum-list-icon-new-posts .forum-list-icon-wrapper span:before, tr.odd td.forum-list-icon-new-posts .forum-list-icon-wrapper .button_blue-inverse.split-left span:before, .button_blue-inverse.split-left .forum-list-icon-legend .forum-list-icon-new-posts:before, .forum-list-icon-legend .button_blue-inverse.split-left .forum-list-icon-new-posts:before, .button_green-inverse.split-left i, .button_green-inverse.split-left .views-field-topic-icon span:before, .views-field-topic-icon .button_green-inverse.split-left span:before,
    .button_green-inverse.split-left .forum-list-icon span span:before,
    .forum-list-icon span .button_green-inverse.split-left span:before, .button_green-inverse.split-left .forum-topic-legend div:before, .forum-topic-legend .button_green-inverse.split-left div:before,
    .button_green-inverse.split-left .forum-list-icon-legend span span:before,
    .forum-list-icon-legend span .button_green-inverse.split-left span:before, .button_green-inverse.split-left tr.even td.forum-list-icon-default .forum-list-icon-wrapper span:before, tr.even td.forum-list-icon-default .forum-list-icon-wrapper .button_green-inverse.split-left span:before, .button_green-inverse.split-left tr.odd td.forum-list-icon-default .forum-list-icon-wrapper span:before, tr.odd td.forum-list-icon-default .forum-list-icon-wrapper .button_green-inverse.split-left span:before, .button_green-inverse.split-left .forum-list-icon-legend .forum-list-icon-default:before, .forum-list-icon-legend .button_green-inverse.split-left .forum-list-icon-default:before, .button_green-inverse.split-left tr.even td.forum-list-icon-new-posts .forum-list-icon-wrapper span:before, tr.even td.forum-list-icon-new-posts .forum-list-icon-wrapper .button_green-inverse.split-left span:before, .button_green-inverse.split-left tr.odd td.forum-list-icon-new-posts .forum-list-icon-wrapper span:before, tr.odd td.forum-list-icon-new-posts .forum-list-icon-wrapper .button_green-inverse.split-left span:before, .button_green-inverse.split-left .forum-list-icon-legend .forum-list-icon-new-posts:before, .forum-list-icon-legend .button_green-inverse.split-left .forum-list-icon-new-posts:before {
      margin-left: -2em; }
  .button-inverse:hover, .page-forum ul.action-links li a.subscription:hover, .btn-inverse:hover, .button_blue-inverse:hover, .button_green-inverse:hover {
    background-color: #0063be;
    color: #fff; }

.less-round .button, .less-round .content form input[type="submit"], .content form .less-round input[type="submit"], .less-round label.fancy select, label.fancy .less-round select, .less-round #main .node-webform .button_blue, #main .node-webform .less-round .button_blue, .less-round #main .node-webform .button_green, #main .node-webform .less-round .button_green, .less-round #main .node-webform .button_remove, #main .node-webform .less-round .button_remove, .less-round #main .node-webform .form-actions input, #main .node-webform .form-actions .less-round input, .less-round .joyride-tip-guide .joyride-content-wrapper a.joyride-next-tip, .joyride-tip-guide .joyride-content-wrapper .less-round a.joyride-next-tip, .less-round .page-forum ul.action-links li a.subscription, .page-forum ul.action-links li .less-round a.subscription {
  -moz-border-radius: 25px;
  -webkit-border-radius: 25px;
  border-radius: 25px;
  padding: 0.75em 1.5em;
  line-height: 1.25em; }

.disabled {
  background-color: #c1c3c2;
  color: #fff;
  pointer-events: none; }

form input, form textarea {
  background-color: #ffffff;
  font-size: 0.75rem;
  line-height: 1.5;
  padding: 1em 1.5em;
  border: 1px solid #b5b7b4;
  -moz-border-radius: 0.5em;
  -webkit-border-radius: 0.5em;
  border-radius: 0.5em;
  max-width: 100%; }

.content form input, .content form textarea {
  color: #8e908f;
  margin: .5em 0; }
.content form input[type="submit"] {
  border: none;
  font-weight: normal; }
.content form .description {
  font-size: 0.75rem;
  line-height: 1.5; }

input[type="checkbox"] {
  opacity: 0;
  position: absolute;
  -webkit-appearance: checkbox; }

input[type="checkbox"] + label:before {
  content: "";
  display: inline-block;
  width: 14px;
  height: 14px;
  padding: 0 0 3px 3px !important;
  background-color: #ffffff;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  border: 1px solid #b5b7b4;
  cursor: pointer;
  vertical-align: middle;
  margin: -0.3em 0.5em 0 0;
  font-size: 16px;
  overflow: hidden; }

input[type="checkbox"]:checked + label:before {
  color: #0063be; }

input.vbo-select[type="checkbox"] {
  display: block; }

label.fancy {
  position: relative;
  background-color: #0063be; }
  label.fancy:before {
    content: "\e612";
    padding-top: 1em;
    right: 1em;
    color: #ffffff;
    position: absolute;
    pointer-events: none;
    z-index: 8; }
  label.fancy select {
    margin: 0;
    font-weight: normal;
    border: none;
    outline: none;
    display: inline-block;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
    padding-right: 3em; }

form.combo-box {
  margin: 0.5em 0; }
  form.combo-box input {
    float: left;
    margin: 0;
    height: 50px;
    width: 50%;
    -moz-border-radius-topleft: 50px;
    -webkit-border-top-left-radius: 50px;
    border-top-left-radius: 50px;
    -moz-border-radius-bottomleft: 50px;
    -webkit-border-bottom-left-radius: 50px;
    border-bottom-left-radius: 50px;
    -moz-border-radius-topright: 0;
    -webkit-border-top-right-radius: 0;
    border-top-right-radius: 0;
    -moz-border-radius-bottomright: 0;
    -webkit-border-bottom-right-radius: 0;
    border-bottom-right-radius: 0; }
  form.combo-box label.fancy {
    float: left;
    font-weight: normal;
    height: 50px;
    background-color: #0063be; }
    form.combo-box label.fancy:after {
      padding-top: 0.95em; }
    form.combo-box label.fancy select {
      height: 50px;
      width: 120%;
      font-size: 0.75rem;
      line-height: 1.5;
      -moz-border-radius: 0;
      -webkit-border-radius: 0;
      border-radius: 0;
      border-top: 1px solid #0063be;
      border-bottom: 1px solid #0063be; }
  form.combo-box input[type="submit"] {
    float: left;
    height: 50px;
    width: 15%;
    font-size: 0.75rem;
    line-height: 1.5;
    -moz-border-radius-topleft: 0;
    -webkit-border-top-left-radius: 0;
    border-top-left-radius: 0;
    -moz-border-radius-bottomleft: 0;
    -webkit-border-bottom-left-radius: 0;
    border-bottom-left-radius: 0;
    background-color: #00488b; }

input.main-search-submit {
  height: 50px;
  border-radius: 0 30px 30px 0;
  border: none;
  width: 15%;
  color: #fff;
  background-color: #007bac;
  padding: 0 1em; }
  input.main-search-submit:hover {
    background-color: #46cbff; }

.main-search-drop > .form-item {
  margin-top: 0; }

#main .clear {
  clear: both;
  display: block;
  float: left;
  height: 0;
  text-indent: -9999px;
  visibility: hidden;
  width: 0; }
#main .webform-progressbar {
  margin-bottom: 55px; }
#main form input[readonly='readonly'] {
  background-color: #e5e5e5;
  border: none;
  padding: 3px 10px;
  border-radius: 3px;
  cursor: not-allowed; }
#main form .webform-component, #main form .form-actions {
  border-top: 1px solid #e5e5e5;
  padding-top: 20px;
  clear: both; }
  #main form .webform-component .description, #main form .form-actions .description {
    padding: 10px 0; }
  #main form .webform-component:first-of-type, #main form .webform-component.first-item, #main form .form-actions:first-of-type, #main form .form-actions.first-item {
    border: none;
    padding-top: 0; }
#main .border-override {
  padding-top: 20px !important;
  border-top: 1px solid #e5e5e5 !important; }
#main .webform-progressbar-page .webform-progressbar-page-label {
  display: inline-block;
  width: 150px;
  font-size: 12px;
  line-height: 17px; }
#main .webform-confirmation {
  border: 1px solid #ffe000;
  background-color: #fff399;
  padding: 20px;
  font-size: 18px;
  text-align: center; }
#main .node-webform form .left, #main .node-webform form #myacp-header .login-panel .my-account, #myacp-header .login-panel #main .node-webform form .my-account, #main .node-webform form #myacp-header .myacp-panel .my-account, #myacp-header .myacp-panel #main .node-webform form .my-account {
  clear: none;
  float: left;
  margin-right: 30px; }
#main .node-webform form .right {
  clear: none;
  float: right;
  margin-left: 30px; }
#main .node-webform form fieldset.half, #main .node-webform form fieldset.third {
  width: 50%;
  float: left;
  margin: auto 0;
  padding: 0;
  border: 0;
  clear: none;
  background-color: transparent; }
  #main .node-webform form fieldset.half input, #main .node-webform form fieldset.third input {
    width: 90%; }
#main .node-webform form fieldset.third {
  width: 33.333%; }
  #main .node-webform form fieldset.third input {
    width: 90%; }
#main .node-webform form fieldset.simple {
  border: 1px solid #e5e5e5;
  background-color: transparent; }
  #main .node-webform form fieldset.simple legend {
    color: #575a5d; }
#main .node-webform form fieldset.no_border .form-item {
  border: 0; }
#main .node-webform .two-column {
  -moz-column-count: 2;
  -webkit-column-count: 2;
  column-count: 2; }
#main .node-webform .three-column {
  -moz-column-count: 3;
  -webkit-column-count: 3;
  column-count: 3; }
#main .node-webform .four-column {
  -moz-column-count: 4;
  -webkit-column-count: 4;
  column-count: 4; }
#main .node-webform fieldset {
  max-width: 100%;
  margin: 15px 0;
  border-color: #007e66;
  background-color: #E6F2F0;
  clear: both; }
  #main .node-webform fieldset legend {
    color: #007e66;
    font-size: 20px; }
  #main .node-webform fieldset fieldset {
    border-color: #2eb135;
    background-color: #EBF7EB; }
    #main .node-webform fieldset fieldset legend {
      color: #2eb135;
      font-size: 20px; }
    #main .node-webform fieldset fieldset fieldset {
      border-color: #91c83c;
      background-color: #F4FBE6; }
      #main .node-webform fieldset fieldset fieldset legend {
        color: #91c83c;
        font-size: 20px; }
      #main .node-webform fieldset fieldset fieldset fieldset {
        border-color: #d7e241;
        background-color: #FBFCEC; }
        #main .node-webform fieldset fieldset fieldset fieldset legend {
          color: #d7e241;
          font-size: 20px; }
@media all and (max-width: 820px) {
  #main .node-webform .webform-progressbar-page .webform-progressbar-page-label {
    width: 100px; } }
@media all and (max-width: 640px) {
  #main .node-webform .webform-progressbar-page .webform-progressbar-page-label {
    width: 75px;
    font-size: 11px;
    line-height: 12px; } }
@media all and (max-width: 480px) {
  #main .node-webform .webform-progressbar-page .webform-progressbar-page-label {
    width: 60px; }
  #main .node-webform form .webform-component label, #main .node-webform form .form-actions label {
    display: auto; }
  #main .node-webform form .webform-component .form-radios, #main .node-webform form .form-actions .form-radios {
    display: auto;
    width: auto; }
  #main .node-webform form fieldset input {
    width: 245px; }
  #main .node-webform form fieldset.half, #main .node-webform form fieldset.third {
    width: 100%; }
    #main .node-webform form fieldset.half input, #main .node-webform form fieldset.third input {
      width: auto; } }
#main .node-webform .button_remove, #main .node-webform .form-actions input {
  background-color: #e5e5e5;
  border: 1px solid #e5e5e5;
  color: #0063be; }
  #main .node-webform .button_remove:hover, #main .node-webform .form-actions input:hover {
    background-color: #ffffff; }
#main .node-webform .form-actions input {
  margin: 0 5px 0 0; }
#main .node-webform .lt-ie8 .webform-progressbar-page-label {
  display: none; }
#main .node-webform table {
  border-collapse: collapse;
  width: 100%; }
  #main .node-webform table tbody tr:nth-child(odd) {
    background: #e5e5e5; }
  #main .node-webform table tr th, #main .node-webform table tr td {
    padding: 0.25rem;
    text-align: left;
    border: 1px solid #ccc; }

.node-type-homepage .join-acp {
  margin-top: 5em; }

#mem-drop {
  padding-left: 0;
  width: 100%;
  margin: 0.7em 0 0 0;
  border-radius: 25px 25px 25px 25px;
  font-weight: normal; }

#mem-join {
  width: 100%;
  margin: 1em 0 0 0; }

#filter-button {
  width: 100% !important;
  border-radius: 25px 25px 25px 25px; }

.droplist, label.fancy {
  border-radius: 25px 25px 25px 25px;
  font-weight: normal; }

label.fancy {
  background: none !important;
  text-overflow: ellipsis; }

#filter-button {
  background-color: #0063be; }

#filter-button[aria-expanded="true"] {
  border-radius: 25px 25px 0px 0px; }

@media screen and (max-width: 780px) {
  #mem-drop .ui-selectmenu-button span.ui-selectmenu-text {
    text-align: center !important;
    padding: 0.9em 0 0 0; } }
@media screen and (max-width: 480px) {
  .node-type-custom .membership-join-acp input[type="submit"] {
    width: 100%; } }
@media screen and (max-width: 1149px) {
  label.fancy#mem-drop {
    margin-left: 0;
    margin-top: 0.7em; }

  .node-type-custom .membership-join-acp input[type="submit"] {
    float: none;
    margin-top: 1em;
    width: 14em; }

  input[type="email"] {
    margin-bottom: 1em; }

  .node-type-homepage .join-acp {
    margin-top: 2em !important; } }
@media screen and (max-width: 760px) {
  .node-type-custom .membership-join-acp input[type="submit"] {
    width: 100%; } }
.page-node-82784 .ui-menu-item:first-child {
  display: none; }

.page-node-109052 .ui-menu-item:first-child {
  display: none; }

@media screen and (max-width: 1149px) {
  label.droplist {
    width: 100%;
    margin-left: 0; } }
#policy-search {
  max-width: 800px; }
  #policy-search form {
    clear: both; }
  #policy-search input.form-control {
    max-width: 90%;
    border: 1px solid #ccc !important;
    float: left;
    line-height: 39px;
    padding-top: 0;
    padding-bottom: 0; }
  #policy-search input.form-submit {
    border-radius: 0 40px 40px 0;
    float: right;
    margin-top: -3.92em;
    position: relative;
    z-index: 30;
    line-height: 40px;
    height: auto !important;
    padding-top: 0;
    padding-bottom: 0; }

h4.ques {
  padding: 1em 1em 0 1.5em; }

ul.ques {
  padding: 1em 2em 0 2em !important; }

.button.ques, .content form input.ques[type="submit"], label.fancy select.ques, #main .node-webform .ques.button_blue, #main .node-webform .ques.button_green, #main .node-webform .ques.button_remove, #main .node-webform .form-actions input.ques, .joyride-tip-guide .joyride-content-wrapper a.ques.joyride-next-tip, .page-forum ul.action-links li a.ques.subscription {
  margin: 0 2em 2em; }

.moc-search {
  margin-top: 2em !important;
  float: none !important;
  padding: 0 2em 1em;
  text-align: center;
  clear: both; }
  .moc-search p, .moc-search h3, .moc-search .limit-search {
    padding: 1em 0;
    margin-top: 0; }
  .moc-search button {
    width: 10em; }
  .moc-search input.form-control {
    border: 1px solid #e5e5e5 !important; }

form label.fancy > span.ui-selectmenu-button:nth-of-type(2) {
  display: none; }

fieldset[id^="edit-search-options"] {
  border: none; }

#overflow_hide {
  overflow-x: hidden; }

.container, .page_content {
  max-width: 1500px;
  padding: 0 1em;
  margin: 0 auto; }

.page_content {
  margin-top: 120px;
  margin-bottom: 2em; }

span.line {
  display: inline-block; }

figure {
  max-width: 100%; }
  figure img {
    max-width: 100%; }
  figure.right {
    float: right;
    margin: 0 0 1.5em 1.5em; }
  figure.left, #myacp-header .login-panel figure.my-account, #myacp-header .myacp-panel figure.my-account {
    float: left;
    margin: 0 1.5em 1.5em 0; }
  figure.right, figure.left, #myacp-header .login-panel figure.my-account, #myacp-header .myacp-panel figure.my-account {
    max-width: 65%;
    position: relative;
    z-index: 50; }
    @media (max-width: 480px) {
      figure.right, figure.left, #myacp-header .login-panel figure.my-account, #myacp-header .myacp-panel figure.my-account {
        max-width: 100%; } }
  figure.full {
    margin: 0 0 1.5em 0;
    width: 100%;
    float: left;
    clear: both; }
    figure.full figcaption {
      width: 100%; }
    figure.full h3, figure.full .limit-search, figure.full h4 {
      border-top: 4px solid #e5e5e5;
      margin-bottom: -0.25em;
      padding-top: 0.5em;
      font-weight: 400; }
    figure.full p {
      font-size: 0.875rem;
      line-height: 1.5;
      color: #b5b7b4; }
  figure figcaption {
    font-size: 0.75rem;
    line-height: 1.5;
    color: #8e908f;
    border-bottom: 3px solid #e5e5e5;
    padding: 0.5em 0;
    width: 100%; }
  figure.improud figcaption {
    border-bottom: none;
    width: 200px;
    top: -2em;
    position: relative; }

object {
  max-width: 100%;
  z-index: 0;
  position: relative;
  display: table-row; }
  @media (max-width: 630px) {
    object {
      height: 300px; } }
  @media (max-width: 480px) {
    object {
      height: 200px; } }
  object embed {
    max-width: 100%; }

video {
  max-width: 100%;
  height: auto; }

ol.vjs-playlist.vjs-csspointerevents.vjs-mouse {
  max-height: 300px; }

figure.vidfig:not(.full) {
  width: 50%;
  min-width: 50%;
  max-width: 100%; }

.bcouter {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
  /*  background-color: #e5e5e5;*/ }

/* tabbed menu */
.bcouter #bcmenu {
  padding: 0;
  padding-right: 15px;
  /*    margin: 0;*/
  font-family: arial, helvetica, sans-serif;
  white-space: nowrap;
  list-style-type: none; }

.bcouter #bcmenu li {
  display: inline; }

.bcouter #bcmenu li input {
  min-width: 10em;
  height: 5em;
  padding: 0.2em 1em;
  text-decoration: none;
  float: left;
  border: 0;
  border-top: 3px solid #b5b7b4;
  border-right: 1px solid #fff;
  background: #e5e5e5;
  color: #55616d;
  font-size: 0.6em; }

/* set the player to be responsive */
.myplayer {
  width: 100%;
  display: block;
  position: absolute;
  margin: 0;
  float: left; }

.video-js {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
  float: left; }

.vjs-playlist.vjs-playlist {
  color: #55616d;
  background: #e5e5e5; }

/* playlist stacked below the player */
@media only screen and (max-width: 49.999em) and (min-width: 20em) {
  .bcouter {
    overflow-y: hidden; }

  .bcvidWrapper {
    height: 100%; }

  .myplayer {
    position: relative; }

  .bcplaylist-wrapper {
    width: 100%;
    overflow-y: scroll;
    clear: left;
    height: 100%;
    overflow-y: hidden; }

  .vjs-playlist {
    max-height: 433px !important;
    position: relative;
    top: 15px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    margin-top: 0; }

  .vjs-playlist .vjs-playlist-item {
    min-height: 100px; }

  .vjs-playlist-item.vjs-selected {
    background: #b5b7b4;
    color: #424647; }

  .vjs-mouse.vjs-playlist .vjs-playlist-description {
    white-space: normal;
    min-height: 99px; } }
/* horizontal playlist below the player */
@media only screen and (max-width: 74.999em) and (min-width: 50em) {
  .bcouter {
    height: 0; }

  .myplayer {
    width: 100%;
    position: relative; }

  .bcplaylist-wrapper {
    width: 100%;
    overflow-x: ellipsis;
    overflow-y: scroll;
    float: left;
    max-height: 300px; }

  .vjs-playlist.vjs-playlist {
    width: 100%;
    display: block;
    white-space: nowrap;
    position: relative;
    margin-top: 0; }

  .vjs-playlist-item {
    height: 75px; } }
/* vertical playlist to the right of the player */
@media only screen and (max-width: 2500px) and (min-width: 75em) {
  .bcouter {
    overflow-y: hidden; }

  /* the player */
  .myplayer {
    position: relative; }

  /* the player */
  .video-js {
    float: left; }

  /* the playlist */
  .bcplaylist-wrapper {
    height: 100%; }

  .vjs-mouse.vjs-playlist {
    max-height: 300px; } }
@media screen and (max-width: 1090px) {
  #bcmenu li input {
    min-width: 25%; } }
img[align=left], img.left, #myacp-header .login-panel img.my-account, #myacp-header .myacp-panel img.my-account {
  margin: 0 1.5em 1.5em 0; }
  img[align=left].tight, img.left.tight, #myacp-header .login-panel img.tight.my-account, #myacp-header .myacp-panel img.tight.my-account {
    margin: -0.3em .75em 0.25em 0; }
    @media (max-width: 780px) {
      img[align=left].tight, img.left.tight, #myacp-header .login-panel img.tight.my-account, #myacp-header .myacp-panel img.tight.my-account {
        width: 35px; } }

img[align=right], img.right {
  margin: 0 0 1.5em 1.5em; }

img.left, #myacp-header .login-panel img.my-account, #myacp-header .myacp-panel img.my-account {
  float: left; }

img.right {
  float: right; }

img.max, img.img-responsive {
  max-width: 100%; }

img.round, .featured figure img {
  -moz-border-radius: 999px;
  -webkit-border-radius: 999px;
  border-radius: 999px; }

hr {
  border-color: #e5e5e5;
  border-image: none;
  border-style: solid none none;
  border-width: 1px 0 0;
  clear: both;
  width: 100%;
  border-top: 1px solid #e5e5e5;
  margin: 2em 0; }
  hr.dashed {
    border-style: dashed none none;
    border-color: #e5e5e5;
    margin: 0em 0 .5em 0; }
  hr.grid.full-width, hr.full-width.ui-accordion-content, .node-type-homepage hr.ui-accordion-content.hero_full, .view .ui-accordion hr.full-width.ui-accordion-content, hr.full-width.split3, .node-type-homepage hr.split3.hero_full, hr.full-width.split2, .node-type-homepage hr.split2.hero_full, hr.full-width.page_content, .node-type-homepage hr.page_content.hero_full, hr.full-width.field-item, .node-type-homepage hr.field-item.hero_full, .node-type-chapter-top-level-page hr#landing_hero_area, hr#landing_hero_2018, .node-type-homepage hr.grid.hero_full, .node-type-homepage hr.hero_full#overall-rating, .node-type-homepage hr.hero_full.filter-container, .node-type-homepage hr.hero_full#review-list, hr.full-width#overall-rating, hr.full-width.filter-container, hr.full-width#review-list {
    padding-top: 0;
    padding-bottom: 0;
    margin-top: 0;
    margin-bottom: 1.5em; }
    hr.grid.full-width.thick, hr.full-width.thick.ui-accordion-content, .node-type-homepage hr.thick.ui-accordion-content.hero_full, hr.full-width.thick.split3, .node-type-homepage hr.thick.split3.hero_full, hr.full-width.thick.split2, .node-type-homepage hr.thick.split2.hero_full, hr.full-width.thick.page_content, .node-type-homepage hr.thick.page_content.hero_full, hr.full-width.thick.field-item, .node-type-homepage hr.thick.field-item.hero_full, .node-type-chapter-top-level-page hr.thick#landing_hero_area, hr.thick#landing_hero_2018, .node-type-homepage hr.grid.thick.hero_full, .node-type-homepage hr.thick.hero_full#overall-rating, .node-type-homepage hr.thick.hero_full.filter-container, .node-type-homepage hr.thick.hero_full#review-list, hr.full-width.thick#overall-rating, hr.full-width.thick.filter-container, hr.full-width.thick#review-list {
      padding-bottom: 15px;
      padding-top: 0; }

ol.breadcrumb {
  font-size: .7em;
  text-transform: uppercase;
  margin: 3em 0 0;
  padding: 0;
  display: inline-block; }
  ol.breadcrumb li {
    display: inline; }
    ol.breadcrumb li a::after {
      content: "\e615";
      -moz-osx-font-smoothing: grayscale;
      font-family: "KSAP-Core-Icons";
      font-style: normal;
      font-variant: normal;
      font-weight: normal;
      line-height: 1;
      text-transform: none;
      color: #575A5D;
      padding: 0 0.5em; }

.node-type-top-level-page ol.breadcrumb {
  display: none; }

h1, .thin, .node-type-homepage .hero .item .teaser h3, .node-type-homepage .hero .item .teaser .limit-search, .node-type-custom .membership-join-acp h2, .view span.views-field-title {
  font-weight: 300; }

body {
  font-family: "Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
  font-weight: 400;
  color: #575A5D; }

h2, h3, .limit-search, h4, h5, .acc-sub-cat, .search-header, #landing_hero_2018 h2, strong, b {
  font-weight: 600; }

h5, .acc-sub-cat, .search-header, #landing_hero_2018 h2 {
  color: #747674;
  text-transform: uppercase;
  font-size: 0.875rem;
  line-height: 1.5; }

.bold, form input.form-submit, form textarea.form-submit {
  font-weight: 700; }

h2, h3, .limit-search, h4, h5, .acc-sub-cat, .search-header, #landing_hero_2018 h2 {
  margin: 1.25em 0 0.75em; }

.no-top-margin, .node-type-custom .membership-join-acp h2, .node-type-custom .already-a-member .acp-grey-light h4 {
  margin-top: 1em; }

h1 + h2, h2 + h3, h2 + .limit-search, h3 + h4, .limit-search + h4, h4 + h5, h4 + .acc-sub-cat, h4 + .search-header, #landing_hero_2018 h4 + h2,
h1 + h2, h1 + h3, h1 + .limit-search, h1 + h4, h1 + h5, h1 + .acc-sub-cat, h1 + .search-header, #landing_hero_2018 h1 + h2,
h2 + h3,
h2 + .limit-search, h2 + h4, h2 + h5, h2 + .acc-sub-cat, h2 + .search-header, #landing_hero_2018 h2 + h2,
h3 + h4,
.limit-search + h4, h3 + h5, .limit-search + h5, h3 + .acc-sub-cat, .limit-search + .acc-sub-cat, h3 + .search-header, .limit-search + .search-header, #landing_hero_2018 h3 + h2, #landing_hero_2018 .limit-search + h2,
h2 + h2,
.field-item + h2, .field-item + h3, .field-item + .limit-search, .field-item + h4, .field-item + h5, .field-item + .acc-sub-cat, .field-item + .search-header, #landing_hero_2018 .field-item + h2 {
  margin-top: -0.5em; }

.fakeh1 {
  font-size: 3em;
  font-weight: 300; }

.full-width, .node-type-chapter-top-level-page #landing_hero_area, #landing_hero_2018, .node-type-homepage .hero_full {
  background-color: #e5e5e5;
  padding-left: 10000px;
  margin-left: -10000px;
  padding-right: 10000px;
  margin-right: -10000px; }

.field-item .full-width, .field-item .node-type-chapter-top-level-page #landing_hero_area, .node-type-chapter-top-level-page .field-item #landing_hero_area, .field-item #landing_hero_2018, .field-item .node-type-homepage .hero_full, .node-type-homepage .field-item .hero_full {
  margin-bottom: 1em;
  margin-top: 4em;
  padding-bottom: 3em;
  padding-top: 1em; }

.myacp-panel-user-info > span,
.myacp-sidebar > span,
.badge,
.view-display-id-block_1 .date-display-range,
.view-display-id-block_1 .date-display-single,
.view-news-releases div.views-field-created > span,
.view-news-releases-content- div.views-field-created > span,
.page-more-acp-news .view-acp-latest .views-field-created .field-content,
.view span.views-field-field-meeting-date .date-display-range,
.view span.views-field-field-meeting-date .date-display-single,
.username > span,
td.forum-number-topics a,
td.views-field-comment-count a,
span.marker {
  -moz-border-radius: 25px;
  -webkit-border-radius: 25px;
  border-radius: 25px;
  background-color: #91c83c;
  color: #000000;
  font-weight: 400;
  padding: 0.2em 0.7em;
  text-transform: uppercase;
  margin-right: .5em;
  white-space: nowrap; }
  .myacp-panel-user-info > span.right,
  .myacp-sidebar > span.right,
  .badge.right,
  .view-display-id-block_1 .right.date-display-range,
  .view-display-id-block_1 .right.date-display-single,
  .view-news-releases div.views-field-created > span.right,
  .view-news-releases-content- div.views-field-created > span.right,
  .page-more-acp-news .view-acp-latest .views-field-created .right.field-content,
  .view span.views-field-field-meeting-date .right.date-display-range,
  .view span.views-field-field-meeting-date .right.date-display-single,
  .username > span.right,
  td.forum-number-topics a.right,
  td.views-field-comment-count a.right,
  span.right.marker {
    float: right;
    margin-left: .5em; }
  .myacp-panel-user-info > span.left, #myacp-header .login-panel .myacp-panel-user-info > span.my-account, #myacp-header .myacp-panel .myacp-panel-user-info > span.my-account,
  .myacp-sidebar > span.left,
  #myacp-header .login-panel .myacp-sidebar > span.my-account,
  #myacp-header .myacp-panel .myacp-sidebar > span.my-account,
  .badge.left,
  .view-display-id-block_1 .left.date-display-range,
  .view-display-id-block_1 #myacp-header .login-panel .date-display-range.my-account,
  #myacp-header .login-panel .view-display-id-block_1 .date-display-range.my-account,
  .view-display-id-block_1 #myacp-header .myacp-panel .date-display-range.my-account,
  #myacp-header .myacp-panel .view-display-id-block_1 .date-display-range.my-account,
  .view-display-id-block_1 .left.date-display-single,
  .view-display-id-block_1 #myacp-header .login-panel .date-display-single.my-account,
  #myacp-header .login-panel .view-display-id-block_1 .date-display-single.my-account,
  .view-display-id-block_1 #myacp-header .myacp-panel .date-display-single.my-account,
  #myacp-header .myacp-panel .view-display-id-block_1 .date-display-single.my-account,
  .view-news-releases div.views-field-created > span.left,
  .view-news-releases #myacp-header .login-panel div.views-field-created > span.my-account,
  #myacp-header .login-panel .view-news-releases div.views-field-created > span.my-account,
  .view-news-releases #myacp-header .myacp-panel div.views-field-created > span.my-account,
  #myacp-header .myacp-panel .view-news-releases div.views-field-created > span.my-account,
  .view-news-releases-content- div.views-field-created > span.left,
  .view-news-releases-content- #myacp-header .login-panel div.views-field-created > span.my-account,
  #myacp-header .login-panel .view-news-releases-content- div.views-field-created > span.my-account,
  .view-news-releases-content- #myacp-header .myacp-panel div.views-field-created > span.my-account,
  #myacp-header .myacp-panel .view-news-releases-content- div.views-field-created > span.my-account,
  .page-more-acp-news .view-acp-latest .views-field-created .left.field-content,
  .page-more-acp-news .view-acp-latest .views-field-created #myacp-header .login-panel .field-content.my-account,
  #myacp-header .login-panel .page-more-acp-news .view-acp-latest .views-field-created .field-content.my-account,
  .page-more-acp-news .view-acp-latest .views-field-created #myacp-header .myacp-panel .field-content.my-account,
  #myacp-header .myacp-panel .page-more-acp-news .view-acp-latest .views-field-created .field-content.my-account,
  #myacp-header .login-panel .badge.my-account,
  #myacp-header .login-panel .view span.views-field-field-meeting-date .my-account.date-display-range,
  .view span.views-field-field-meeting-date #myacp-header .login-panel .my-account.date-display-range,
  #myacp-header .login-panel .view span.views-field-field-meeting-date .my-account.date-display-single,
  .view span.views-field-field-meeting-date #myacp-header .login-panel .my-account.date-display-single,
  #myacp-header .login-panel .username > span.my-account,
  #myacp-header .login-panel td.forum-number-topics a.my-account,
  td.forum-number-topics #myacp-header .login-panel a.my-account,
  #myacp-header .login-panel td.views-field-comment-count a.my-account,
  td.views-field-comment-count #myacp-header .login-panel a.my-account,
  #myacp-header .login-panel span.my-account.marker,
  #myacp-header .myacp-panel .badge.my-account,
  #myacp-header .myacp-panel .view span.views-field-field-meeting-date .my-account.date-display-range,
  .view span.views-field-field-meeting-date #myacp-header .myacp-panel .my-account.date-display-range,
  #myacp-header .myacp-panel .view span.views-field-field-meeting-date .my-account.date-display-single,
  .view span.views-field-field-meeting-date #myacp-header .myacp-panel .my-account.date-display-single,
  #myacp-header .myacp-panel .username > span.my-account,
  #myacp-header .myacp-panel td.forum-number-topics a.my-account,
  td.forum-number-topics #myacp-header .myacp-panel a.my-account,
  #myacp-header .myacp-panel td.views-field-comment-count a.my-account,
  td.views-field-comment-count #myacp-header .myacp-panel a.my-account,
  #myacp-header .myacp-panel span.my-account.marker,
  .view span.views-field-field-meeting-date .left.date-display-range,
  .view span.views-field-field-meeting-date .left.date-display-single,
  .username > span.left,
  td.forum-number-topics a.left,
  td.views-field-comment-count a.left,
  span.left.marker {
    float: left; }
  .myacp-panel-user-info > span.badge_staff, .myacp-panel-user-info > span.staff,
  .myacp-sidebar > span.badge_staff,
  .myacp-sidebar > span.staff,
  .badge.badge_staff,
  .view-display-id-block_1 .badge_staff.date-display-range,
  .view-display-id-block_1 .badge_staff.date-display-single,
  .view-news-releases div.views-field-created > span.badge_staff,
  .view-news-releases-content- div.views-field-created > span.badge_staff,
  .page-more-acp-news .view-acp-latest .views-field-created .badge_staff.field-content,
  .view span.views-field-field-meeting-date .badge_staff.date-display-range,
  .view span.views-field-field-meeting-date .badge_staff.date-display-single,
  .username > span.badge_staff,
  td.forum-number-topics a.badge_staff,
  td.views-field-comment-count a.badge_staff,
  span.badge_staff.marker,
  .badge.staff,
  .view-display-id-block_1 .staff.date-display-range,
  .view-display-id-block_1 .staff.date-display-single,
  .view-news-releases div.views-field-created > span.staff,
  .view-news-releases-content- div.views-field-created > span.staff,
  .page-more-acp-news .view-acp-latest .views-field-created .staff.field-content,
  .view span.views-field-field-meeting-date .staff.date-display-range,
  .view span.views-field-field-meeting-date .staff.date-display-single,
  .username > span.staff,
  td.forum-number-topics a.staff,
  td.views-field-comment-count a.staff,
  span.staff.marker {
    background-color: #ffc82e; }
  .myacp-panel-user-info > span.member,
  .myacp-sidebar > span.member,
  .badge.member,
  .view-display-id-block_1 .member.date-display-range,
  .view-display-id-block_1 .member.date-display-single,
  .view-news-releases div.views-field-created > span.member,
  .view-news-releases-content- div.views-field-created > span.member,
  .page-more-acp-news .view-acp-latest .views-field-created .member.field-content,
  .view span.views-field-field-meeting-date .member.date-display-range,
  .view span.views-field-field-meeting-date .member.date-display-single,
  .username > span.member,
  td.forum-number-topics a.member,
  td.views-field-comment-count a.member,
  span.member.marker {
    background-color: #000000;
    color: #ffffff; }
  .myacp-panel-user-info > span.master,
  .myacp-sidebar > span.master,
  .badge.master,
  .view-display-id-block_1 .master.date-display-range,
  .view-display-id-block_1 .master.date-display-single,
  .view-news-releases div.views-field-created > span.master,
  .view-news-releases-content- div.views-field-created > span.master,
  .page-more-acp-news .view-acp-latest .views-field-created .master.field-content,
  .view span.views-field-field-meeting-date .master.date-display-range,
  .view span.views-field-field-meeting-date .master.date-display-single,
  .username > span.master,
  td.forum-number-topics a.master,
  td.views-field-comment-count a.master,
  span.master.marker {
    background-color: #dc291e;
    color: #ffffff; }
  .myacp-panel-user-info > span.fellow,
  .myacp-sidebar > span.fellow,
  .badge.fellow,
  .view-display-id-block_1 .fellow.date-display-range,
  .view-display-id-block_1 .fellow.date-display-single,
  .view-news-releases div.views-field-created > span.fellow,
  .view-news-releases-content- div.views-field-created > span.fellow,
  .page-more-acp-news .view-acp-latest .views-field-created .fellow.field-content,
  .view span.views-field-field-meeting-date .fellow.date-display-range,
  .view span.views-field-field-meeting-date .fellow.date-display-single,
  .username > span.fellow,
  td.forum-number-topics a.fellow,
  td.views-field-comment-count a.fellow,
  span.fellow.marker {
    background-color: #007e66;
    color: #ffffff; }
  .myacp-panel-user-info > span.medical_student_member,
  .myacp-sidebar > span.medical_student_member,
  .badge.medical_student_member,
  .view-display-id-block_1 .medical_student_member.date-display-range,
  .view-display-id-block_1 .medical_student_member.date-display-single,
  .view-news-releases div.views-field-created > span.medical_student_member,
  .view-news-releases-content- div.views-field-created > span.medical_student_member,
  .page-more-acp-news .view-acp-latest .views-field-created .medical_student_member.field-content,
  .view span.views-field-field-meeting-date .medical_student_member.date-display-range,
  .view span.views-field-field-meeting-date .medical_student_member.date-display-single,
  .username > span.medical_student_member,
  td.forum-number-topics a.medical_student_member,
  td.views-field-comment-count a.medical_student_member,
  span.medical_student_member.marker {
    background-color: #91c83c; }
  .myacp-panel-user-info > span.affiliate,
  .myacp-sidebar > span.affiliate,
  .badge.affiliate,
  .view-display-id-block_1 .affiliate.date-display-range,
  .view-display-id-block_1 .affiliate.date-display-single,
  .view-news-releases div.views-field-created > span.affiliate,
  .view-news-releases-content- div.views-field-created > span.affiliate,
  .page-more-acp-news .view-acp-latest .views-field-created .affiliate.field-content,
  .view span.views-field-field-meeting-date .affiliate.date-display-range,
  .view span.views-field-field-meeting-date .affiliate.date-display-single,
  .username > span.affiliate,
  td.forum-number-topics a.affiliate,
  td.views-field-comment-count a.affiliate,
  span.affiliate.marker {
    background-color: #bf650f; }
  .myacp-panel-user-info > span.resident_fellow_member,
  .myacp-sidebar > span.resident_fellow_member,
  .badge.resident_fellow_member,
  .view-display-id-block_1 .resident_fellow_member.date-display-range,
  .view-display-id-block_1 .resident_fellow_member.date-display-single,
  .view-news-releases div.views-field-created > span.resident_fellow_member,
  .view-news-releases-content- div.views-field-created > span.resident_fellow_member,
  .page-more-acp-news .view-acp-latest .views-field-created .resident_fellow_member.field-content,
  .view span.views-field-field-meeting-date .resident_fellow_member.date-display-range,
  .view span.views-field-field-meeting-date .resident_fellow_member.date-display-single,
  .username > span.resident_fellow_member,
  td.forum-number-topics a.resident_fellow_member,
  td.views-field-comment-count a.resident_fellow_member,
  span.resident_fellow_member.marker {
    background-color: #702785;
    color: #ffffff; }
  .myacp-panel-user-info > span.transitional_medical_graduate_member,
  .myacp-sidebar > span.transitional_medical_graduate_member,
  .badge.transitional_medical_graduate_member,
  .view-display-id-block_1 .transitional_medical_graduate_member.date-display-range,
  .view-display-id-block_1 .transitional_medical_graduate_member.date-display-single,
  .view-news-releases div.views-field-created > span.transitional_medical_graduate_member,
  .view-news-releases-content- div.views-field-created > span.transitional_medical_graduate_member,
  .page-more-acp-news .view-acp-latest .views-field-created .transitional_medical_graduate_member.field-content,
  .view span.views-field-field-meeting-date .transitional_medical_graduate_member.date-display-range,
  .view span.views-field-field-meeting-date .transitional_medical_graduate_member.date-display-single,
  .username > span.transitional_medical_graduate_member,
  td.forum-number-topics a.transitional_medical_graduate_member,
  td.views-field-comment-count a.transitional_medical_graduate_member,
  span.transitional_medical_graduate_member.marker {
    background-color: #cea98d;
    overflow: hidden;
    max-width: 100%;
    display: inline-block;
    text-overflow: ellipsis; }
  .myacp-panel-user-info > span.badge_facilitator, .myacp-panel-user-info > span.facilitator,
  .myacp-sidebar > span.badge_facilitator,
  .myacp-sidebar > span.facilitator,
  .badge.badge_facilitator,
  .view-display-id-block_1 .badge_facilitator.date-display-range,
  .view-display-id-block_1 .badge_facilitator.date-display-single,
  .view-news-releases div.views-field-created > span.badge_facilitator,
  .view-news-releases-content- div.views-field-created > span.badge_facilitator,
  .page-more-acp-news .view-acp-latest .views-field-created .badge_facilitator.field-content,
  .view span.views-field-field-meeting-date .badge_facilitator.date-display-range,
  .view span.views-field-field-meeting-date .badge_facilitator.date-display-single,
  .username > span.badge_facilitator,
  td.forum-number-topics a.badge_facilitator,
  td.views-field-comment-count a.badge_facilitator,
  span.badge_facilitator.marker,
  .badge.facilitator,
  .view-display-id-block_1 .facilitator.date-display-range,
  .view-display-id-block_1 .facilitator.date-display-single,
  .view-news-releases div.views-field-created > span.facilitator,
  .view-news-releases-content- div.views-field-created > span.facilitator,
  .page-more-acp-news .view-acp-latest .views-field-created .facilitator.field-content,
  .view span.views-field-field-meeting-date .facilitator.date-display-range,
  .view span.views-field-field-meeting-date .facilitator.date-display-single,
  .username > span.facilitator,
  td.forum-number-topics a.facilitator,
  td.views-field-comment-count a.facilitator,
  span.facilitator.marker {
    background-color: #fff;
    border: 1px solid black; }
  .myacp-panel-user-info > span.badge_green,
  .myacp-sidebar > span.badge_green,
  .badge.badge_green,
  .view-display-id-block_1 .badge_green.date-display-range,
  .view-display-id-block_1 .badge_green.date-display-single,
  .view-news-releases div.views-field-created > span.badge_green,
  .view-news-releases-content- div.views-field-created > span.badge_green,
  .page-more-acp-news .view-acp-latest .views-field-created .badge_green.field-content,
  .view span.views-field-field-meeting-date .badge_green.date-display-range,
  .view span.views-field-field-meeting-date .badge_green.date-display-single,
  .username > span.badge_green,
  td.forum-number-topics a.badge_green,
  td.views-field-comment-count a.badge_green,
  span.badge_green.marker {
    background-color: #004D3E;
    color: #ffffff; }
  .myacp-panel-user-info > span.green_inverse,
  .myacp-sidebar > span.green_inverse,
  .badge.green_inverse,
  .view-display-id-block_1 .green_inverse.date-display-range,
  .view-display-id-block_1 .green_inverse.date-display-single,
  .view-news-releases div.views-field-created > span.green_inverse,
  .view-news-releases-content- div.views-field-created > span.green_inverse,
  .page-more-acp-news .view-acp-latest .views-field-created .green_inverse.field-content,
  .view span.views-field-field-meeting-date .green_inverse.date-display-range,
  .view span.views-field-field-meeting-date .green_inverse.date-display-single,
  .username > span.green_inverse,
  td.forum-number-topics a.green_inverse,
  td.views-field-comment-count a.green_inverse,
  span.green_inverse.marker {
    background-color: transparent;
    border: 1px solid #007e66;
    color: #007e66; }
  .myacp-panel-user-info > span.orange_inverse,
  .myacp-sidebar > span.orange_inverse,
  .badge.orange_inverse,
  .view-display-id-block_1 .orange_inverse.date-display-range,
  .view-display-id-block_1 .orange_inverse.date-display-single,
  .view-news-releases div.views-field-created > span.orange_inverse,
  .view-news-releases-content- div.views-field-created > span.orange_inverse,
  .page-more-acp-news .view-acp-latest .views-field-created .orange_inverse.field-content,
  .view span.views-field-field-meeting-date .orange_inverse.date-display-range,
  .view span.views-field-field-meeting-date .orange_inverse.date-display-single,
  .username > span.orange_inverse,
  td.forum-number-topics a.orange_inverse,
  td.views-field-comment-count a.orange_inverse,
  span.orange_inverse.marker {
    background-color: transparent;
    border: 1px solid #60361d;
    color: #60361d; }
  .myacp-panel-user-info > span.grey_inverse,
  .myacp-sidebar > span.grey_inverse,
  .badge.grey_inverse,
  .view-display-id-block_1 .grey_inverse.date-display-range,
  .view-display-id-block_1 .grey_inverse.date-display-single,
  .view-news-releases div.views-field-created > span.grey_inverse,
  .view-news-releases-content- div.views-field-created > span.grey_inverse,
  .page-more-acp-news .view-acp-latest .views-field-created .grey_inverse.field-content,
  .view span.views-field-field-meeting-date .grey_inverse.date-display-range,
  .view span.views-field-field-meeting-date .grey_inverse.date-display-single,
  .username > span.grey_inverse,
  td.forum-number-topics a.grey_inverse,
  td.views-field-comment-count a.grey_inverse,
  span.grey_inverse.marker {
    background-color: transparent;
    border: 1px solid #8e908f;
    color: #8e908f; }

.myacp-panel-user-info > span.badge_facilitator,
.myacp-sidebar > span.badge_facilitator {
  display: none !important; }

.unavailable {
  opacity: .25; }

.faded {
  opacity: .5; }

a.unavailable:hover, a.faded:hover {
  color: #0063be;
  cursor: not-allowed; }

a.button.unavailable:hover, #main .node-webform a.unavailable.button_blue:hover, #main .node-webform a.unavailable.button_green:hover, #main .node-webform a.unavailable.button_remove:hover, .joyride-tip-guide .joyride-content-wrapper a.unavailable.joyride-next-tip:hover, .page-forum ul.action-links li a.unavailable.subscription:hover, a.button.faded:hover, #main .node-webform a.faded.button_blue:hover, #main .node-webform a.faded.button_green:hover, #main .node-webform a.faded.button_remove:hover, .joyride-tip-guide .joyride-content-wrapper a.faded.joyride-next-tip:hover, .page-forum ul.action-links li a.faded.subscription:hover {
  color: white;
  background-color: #0063be; }

.acp-callouts-highlight,
.highlight {
  border: 1px solid #ffe000;
  background-color: #fff080;
  padding: 2em; }
  .acp-callouts-highlight *:first-of-type,
  .highlight *:first-of-type {
    margin-top: 0; }
  .acp-callouts-highlight *:last-of-type,
  .highlight *:last-of-type {
    margin-bottom: 0; }

.clear {
  float: left;
  clear: both;
  height: 1px; }

p * {
  max-width: 100%; }

.intro, blockquote, .node-online-learning-center .olc-accordion-container .olc-disclosures, .node-online-learning-center .olc-accordion-container .olc-show-notes, .node-online-learning-center #intro-text .field-item:first-child {
  font-weight: 300;
  color: #747674; }

a {
  text-decoration: none;
  color: #0063be; }
  a:hover {
    color: #2597ff; }

a.anchor {
  display: block;
  position: relative;
  top: -145px;
  visibility: hidden; }
  @media (max-width: 780px) {
    a.anchor {
      top: 0px; } }

p a.anchor {
  height: 0; }

.ui-accordion .ui-accordion-header a.anchor {
  height: 0; }

.ia {
  display: block;
  text-indent: -999999px;
  height: 0; }

.accessibility_hidden, .acp-latest span.icon-txt {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden; }

@media (max-width: 780px) {
  .node-chapter-top-level-page a.anchor {
    top: -60px; } }

blockquote {
  border-top: 5px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  margin: 1.5em 0;
  padding: 1em 0;
  quotes: "“" "”" "‘" "’"; }
  blockquote:before {
    color: #e5e5e5;
    content: open-quote;
    font-size: 4em;
    line-height: 0.1em;
    margin-right: 0.25em;
    vertical-align: -0.4em; }
  blockquote:after {
    color: #e5e5e5;
    content: close-quote;
    font-size: 4em;
    line-height: 0.1em;
    margin-left: 0.25em;
    vertical-align: -0.55em; }
  blockquote p {
    display: inline; }
  blockquote.right, blockquote.left, #myacp-header .login-panel blockquote.my-account, #myacp-header .myacp-panel blockquote.my-account {
    width: 40%;
    margin-top: .5em; }
  blockquote.right {
    float: right;
    margin-left: 1.5em; }
  blockquote.left, #myacp-header .login-panel blockquote.my-account, #myacp-header .myacp-panel blockquote.my-account {
    float: left;
    margin-right: 1.5em; }

.auto-col-2, .auto-col-3, .auto-col-4 {
  -moz-column-count: 2;
  -webkit-column-count: 2;
  column-count: 2;
  -moz-column-gap: 3em;
  -webkit-column-gap: 3em;
  column-gap: 3em;
  -moz-column-rule: 1px solid #e5e5e5;
  -webkit-column-rule: 1px solid #e5e5e5;
  column-rule: 1px solid #e5e5e5; }
  .auto-col-2 > *, .auto-col-3 > *, .auto-col-4 > * {
    display: inline-block;
    width: 100%; }
  .auto-col-2 > li:before, .auto-col-3 > li:before, .auto-col-4 > li:before {
    padding-right: .5em; }

.auto-col-3 {
  -moz-column-count: 3;
  -webkit-column-count: 3;
  column-count: 3; }

.auto-col-4 {
  -moz-column-count: 4;
  -webkit-column-count: 4;
  column-count: 4; }

@media (max-width: 780px) {
  .auto-col-4 {
    -moz-column-count: 2;
    -webkit-column-count: 2;
    column-count: 2; } }
@media (max-width: 480px) {
  .auto-col-2, .auto-col-3, .auto-col-4 {
    -moz-column-count: 1;
    -webkit-column-count: 1;
    column-count: 1; } }
table {
  border-collapse: collapse;
  width: 100%; }
  table tbody tr:nth-child(odd) {
    background: #e5e5e5; }
  table tr th, table tr td {
    padding: 0.25rem;
    text-align: left;
    border: 1px solid #ccc; }

.election .democrat {
  background-color: #003479; }
.election .republican {
  background-color: #dc291e; }
.election .na {
  color: #ccc; }
.election .icon-remove {
  color: #dc291e; }
.election .icon-minus {
  color: orange; }

#price-matrix th {
  text-align: center;
  border: 0;
  width: 15%;
  font-weight: 300;
  text-transform: uppercase;
  font-size: 0.875rem;
  line-height: 1.5;
  padding: 1.5em; }
  #price-matrix th.product {
    border-top: 0;
    border-left: 0;
    width: auto; }
  #price-matrix th.member {
    background-color: #fff080;
    -moz-border-radius: 7px 7px 0 0;
    -webkit-border-radius: 7px;
    border-radius: 7px 7px 0 0; }
#price-matrix td {
  text-align: center; }
  #price-matrix td.product {
    text-align: left; }
    #price-matrix td.product h5, #price-matrix td.product .acc-sub-cat, #price-matrix td.product .search-header, #price-matrix td.product #landing_hero_2018 h2, #landing_hero_2018 #price-matrix td.product h2 {
      margin: 1em;
      text-transform: none;
      color: inherit; }
    #price-matrix td.product em {
      font-weight: 300;
      font-style: normal;
      color: #8e908f; }
  #price-matrix td.member {
    background-color: #fff080; }
@media (max-width: 630px) {
  #price-matrix th, #price-matrix td {
    padding: .25em;
    font-size: 0.75rem;
    line-height: 1.5; }
    #price-matrix th h5, #price-matrix th .acc-sub-cat, #price-matrix th .search-header, #price-matrix th #landing_hero_2018 h2, #landing_hero_2018 #price-matrix th h2, #price-matrix td h5, #price-matrix td .acc-sub-cat, #price-matrix td .search-header, #price-matrix td #landing_hero_2018 h2, #landing_hero_2018 #price-matrix td h2 {
      margin-right: 0;
      margin-left: 0; } }

#presentation_table h5, #presentation_table .acc-sub-cat, #presentation_table .search-header, #presentation_table #landing_hero_2018 h2, #landing_hero_2018 #presentation_table h2 {
  text-align: center; }
#presentation_table .begin_presentation {
  float: right;
  padding-right: 1em;
  font-size: 0.875rem;
  line-height: 1.5; }
#presentation_table div.ui-accordion-content {
  font-size: 0.875rem;
  line-height: 1.5; }

ul {
  padding-left: 1em; }
  ul li i, ul li .views-field-topic-icon span:before, .views-field-topic-icon ul li span:before,
  ul li .forum-list-icon span span:before,
  .forum-list-icon span ul li span:before, ul li .forum-topic-legend div:before, .forum-topic-legend ul li div:before,
  ul li .forum-list-icon-legend span span:before,
  .forum-list-icon-legend span ul li span:before, ul li tr.even td.forum-list-icon-default .forum-list-icon-wrapper span:before, tr.even td.forum-list-icon-default .forum-list-icon-wrapper ul li span:before, ul li tr.odd td.forum-list-icon-default .forum-list-icon-wrapper span:before, tr.odd td.forum-list-icon-default .forum-list-icon-wrapper ul li span:before, ul li .forum-list-icon-legend .forum-list-icon-default:before, .forum-list-icon-legend ul li .forum-list-icon-default:before, ul li tr.even td.forum-list-icon-new-posts .forum-list-icon-wrapper span:before, tr.even td.forum-list-icon-new-posts .forum-list-icon-wrapper ul li span:before, ul li tr.odd td.forum-list-icon-new-posts .forum-list-icon-wrapper span:before, tr.odd td.forum-list-icon-new-posts .forum-list-icon-wrapper ul li span:before, ul li .forum-list-icon-legend .forum-list-icon-new-posts:before, .forum-list-icon-legend ul li .forum-list-icon-new-posts:before {
    padding-right: 1.5em; }
  ul li a.button, ul li #main .node-webform a.button_blue, #main .node-webform ul li a.button_blue, ul li #main .node-webform a.button_green, #main .node-webform ul li a.button_green, ul li #main .node-webform a.button_remove, #main .node-webform ul li a.button_remove, ul li .joyride-tip-guide .joyride-content-wrapper a.joyride-next-tip, .joyride-tip-guide .joyride-content-wrapper ul li a.joyride-next-tip, .page-forum ul.action-links li a.subscription {
    width: 100%; }
    ul li a.button i, ul li #main .node-webform a.button_blue i, #main .node-webform ul li a.button_blue i, ul li #main .node-webform a.button_green i, #main .node-webform ul li a.button_green i, ul li #main .node-webform a.button_remove i, #main .node-webform ul li a.button_remove i, ul li .joyride-tip-guide .joyride-content-wrapper a.joyride-next-tip i, .joyride-tip-guide .joyride-content-wrapper ul li a.joyride-next-tip i, .page-forum ul.action-links li a.subscription i, ul li a.button .views-field-topic-icon span:before, .views-field-topic-icon ul li a.button span:before, ul li #main .node-webform a.button_blue .views-field-topic-icon span:before, .views-field-topic-icon ul li #main .node-webform a.button_blue span:before, #main .node-webform ul li a.button_blue .views-field-topic-icon span:before, .views-field-topic-icon #main .node-webform ul li a.button_blue span:before, ul li #main .node-webform a.button_green .views-field-topic-icon span:before, .views-field-topic-icon ul li #main .node-webform a.button_green span:before, #main .node-webform ul li a.button_green .views-field-topic-icon span:before, .views-field-topic-icon #main .node-webform ul li a.button_green span:before, ul li #main .node-webform a.button_remove .views-field-topic-icon span:before, .views-field-topic-icon ul li #main .node-webform a.button_remove span:before, #main .node-webform ul li a.button_remove .views-field-topic-icon span:before, .views-field-topic-icon #main .node-webform ul li a.button_remove span:before, ul li .joyride-tip-guide .joyride-content-wrapper a.joyride-next-tip .views-field-topic-icon span:before, .views-field-topic-icon ul li .joyride-tip-guide .joyride-content-wrapper a.joyride-next-tip span:before, .joyride-tip-guide .joyride-content-wrapper ul li a.joyride-next-tip .views-field-topic-icon span:before, .views-field-topic-icon .joyride-tip-guide .joyride-content-wrapper ul li a.joyride-next-tip span:before, .page-forum ul.action-links li a.subscription .views-field-topic-icon span:before, .views-field-topic-icon .page-forum ul.action-links li a.subscription span:before,
    ul li a.button .forum-list-icon span span:before,
    .forum-list-icon span ul li a.button span:before,
    ul li #main .node-webform a.button_blue .forum-list-icon span span:before,
    .forum-list-icon span ul li #main .node-webform a.button_blue span:before,
    #main .node-webform ul li a.button_blue .forum-list-icon span span:before,
    .forum-list-icon span #main .node-webform ul li a.button_blue span:before,
    ul li #main .node-webform a.button_green .forum-list-icon span span:before,
    .forum-list-icon span ul li #main .node-webform a.button_green span:before,
    #main .node-webform ul li a.button_green .forum-list-icon span span:before,
    .forum-list-icon span #main .node-webform ul li a.button_green span:before,
    ul li #main .node-webform a.button_remove .forum-list-icon span span:before,
    .forum-list-icon span ul li #main .node-webform a.button_remove span:before,
    #main .node-webform ul li a.button_remove .forum-list-icon span span:before,
    .forum-list-icon span #main .node-webform ul li a.button_remove span:before,
    ul li .joyride-tip-guide .joyride-content-wrapper a.joyride-next-tip .forum-list-icon span span:before,
    .forum-list-icon span ul li .joyride-tip-guide .joyride-content-wrapper a.joyride-next-tip span:before,
    .joyride-tip-guide .joyride-content-wrapper ul li a.joyride-next-tip .forum-list-icon span span:before,
    .forum-list-icon span .joyride-tip-guide .joyride-content-wrapper ul li a.joyride-next-tip span:before,
    .page-forum ul.action-links li a.subscription .forum-list-icon span span:before,
    .forum-list-icon span .page-forum ul.action-links li a.subscription span:before, ul li a.button .forum-topic-legend div:before, .forum-topic-legend ul li a.button div:before, ul li #main .node-webform a.button_blue .forum-topic-legend div:before, .forum-topic-legend ul li #main .node-webform a.button_blue div:before, #main .node-webform ul li a.button_blue .forum-topic-legend div:before, .forum-topic-legend #main .node-webform ul li a.button_blue div:before, ul li #main .node-webform a.button_green .forum-topic-legend div:before, .forum-topic-legend ul li #main .node-webform a.button_green div:before, #main .node-webform ul li a.button_green .forum-topic-legend div:before, .forum-topic-legend #main .node-webform ul li a.button_green div:before, ul li #main .node-webform a.button_remove .forum-topic-legend div:before, .forum-topic-legend ul li #main .node-webform a.button_remove div:before, #main .node-webform ul li a.button_remove .forum-topic-legend div:before, .forum-topic-legend #main .node-webform ul li a.button_remove div:before, ul li .joyride-tip-guide .joyride-content-wrapper a.joyride-next-tip .forum-topic-legend div:before, .forum-topic-legend ul li .joyride-tip-guide .joyride-content-wrapper a.joyride-next-tip div:before, .joyride-tip-guide .joyride-content-wrapper ul li a.joyride-next-tip .forum-topic-legend div:before, .forum-topic-legend .joyride-tip-guide .joyride-content-wrapper ul li a.joyride-next-tip div:before, .page-forum ul.action-links li a.subscription .forum-topic-legend div:before, .forum-topic-legend .page-forum ul.action-links li a.subscription div:before,
    ul li a.button .forum-list-icon-legend span span:before,
    .forum-list-icon-legend span ul li a.button span:before,
    ul li #main .node-webform a.button_blue .forum-list-icon-legend span span:before,
    .forum-list-icon-legend span ul li #main .node-webform a.button_blue span:before,
    #main .node-webform ul li a.button_blue .forum-list-icon-legend span span:before,
    .forum-list-icon-legend span #main .node-webform ul li a.button_blue span:before,
    ul li #main .node-webform a.button_green .forum-list-icon-legend span span:before,
    .forum-list-icon-legend span ul li #main .node-webform a.button_green span:before,
    #main .node-webform ul li a.button_green .forum-list-icon-legend span span:before,
    .forum-list-icon-legend span #main .node-webform ul li a.button_green span:before,
    ul li #main .node-webform a.button_remove .forum-list-icon-legend span span:before,
    .forum-list-icon-legend span ul li #main .node-webform a.button_remove span:before,
    #main .node-webform ul li a.button_remove .forum-list-icon-legend span span:before,
    .forum-list-icon-legend span #main .node-webform ul li a.button_remove span:before,
    ul li .joyride-tip-guide .joyride-content-wrapper a.joyride-next-tip .forum-list-icon-legend span span:before,
    .forum-list-icon-legend span ul li .joyride-tip-guide .joyride-content-wrapper a.joyride-next-tip span:before,
    .joyride-tip-guide .joyride-content-wrapper ul li a.joyride-next-tip .forum-list-icon-legend span span:before,
    .forum-list-icon-legend span .joyride-tip-guide .joyride-content-wrapper ul li a.joyride-next-tip span:before,
    .page-forum ul.action-links li a.subscription .forum-list-icon-legend span span:before,
    .forum-list-icon-legend span .page-forum ul.action-links li a.subscription span:before, ul li a.button tr.even td.forum-list-icon-default .forum-list-icon-wrapper span:before, tr.even td.forum-list-icon-default .forum-list-icon-wrapper ul li a.button span:before, ul li #main .node-webform a.button_blue tr.even td.forum-list-icon-default .forum-list-icon-wrapper span:before, tr.even td.forum-list-icon-default .forum-list-icon-wrapper ul li #main .node-webform a.button_blue span:before, #main .node-webform ul li a.button_blue tr.even td.forum-list-icon-default .forum-list-icon-wrapper span:before, tr.even td.forum-list-icon-default .forum-list-icon-wrapper #main .node-webform ul li a.button_blue span:before, ul li #main .node-webform a.button_green tr.even td.forum-list-icon-default .forum-list-icon-wrapper span:before, tr.even td.forum-list-icon-default .forum-list-icon-wrapper ul li #main .node-webform a.button_green span:before, #main .node-webform ul li a.button_green tr.even td.forum-list-icon-default .forum-list-icon-wrapper span:before, tr.even td.forum-list-icon-default .forum-list-icon-wrapper #main .node-webform ul li a.button_green span:before, ul li #main .node-webform a.button_remove tr.even td.forum-list-icon-default .forum-list-icon-wrapper span:before, tr.even td.forum-list-icon-default .forum-list-icon-wrapper ul li #main .node-webform a.button_remove span:before, #main .node-webform ul li a.button_remove tr.even td.forum-list-icon-default .forum-list-icon-wrapper span:before, tr.even td.forum-list-icon-default .forum-list-icon-wrapper #main .node-webform ul li a.button_remove span:before, ul li .joyride-tip-guide .joyride-content-wrapper a.joyride-next-tip tr.even td.forum-list-icon-default .forum-list-icon-wrapper span:before, tr.even td.forum-list-icon-default .forum-list-icon-wrapper ul li .joyride-tip-guide .joyride-content-wrapper a.joyride-next-tip span:before, .joyride-tip-guide .joyride-content-wrapper ul li a.joyride-next-tip tr.even td.forum-list-icon-default .forum-list-icon-wrapper span:before, tr.even td.forum-list-icon-default .forum-list-icon-wrapper .joyride-tip-guide .joyride-content-wrapper ul li a.joyride-next-tip span:before, .page-forum ul.action-links li a.subscription tr.even td.forum-list-icon-default .forum-list-icon-wrapper span:before, tr.even td.forum-list-icon-default .forum-list-icon-wrapper .page-forum ul.action-links li a.subscription span:before, ul li a.button tr.odd td.forum-list-icon-default .forum-list-icon-wrapper span:before, tr.odd td.forum-list-icon-default .forum-list-icon-wrapper ul li a.button span:before, ul li #main .node-webform a.button_blue tr.odd td.forum-list-icon-default .forum-list-icon-wrapper span:before, tr.odd td.forum-list-icon-default .forum-list-icon-wrapper ul li #main .node-webform a.button_blue span:before, #main .node-webform ul li a.button_blue tr.odd td.forum-list-icon-default .forum-list-icon-wrapper span:before, tr.odd td.forum-list-icon-default .forum-list-icon-wrapper #main .node-webform ul li a.button_blue span:before, ul li #main .node-webform a.button_green tr.odd td.forum-list-icon-default .forum-list-icon-wrapper span:before, tr.odd td.forum-list-icon-default .forum-list-icon-wrapper ul li #main .node-webform a.button_green span:before, #main .node-webform ul li a.button_green tr.odd td.forum-list-icon-default .forum-list-icon-wrapper span:before, tr.odd td.forum-list-icon-default .forum-list-icon-wrapper #main .node-webform ul li a.button_green span:before, ul li #main .node-webform a.button_remove tr.odd td.forum-list-icon-default .forum-list-icon-wrapper span:before, tr.odd td.forum-list-icon-default .forum-list-icon-wrapper ul li #main .node-webform a.button_remove span:before, #main .node-webform ul li a.button_remove tr.odd td.forum-list-icon-default .forum-list-icon-wrapper span:before, tr.odd td.forum-list-icon-default .forum-list-icon-wrapper #main .node-webform ul li a.button_remove span:before, ul li .joyride-tip-guide .joyride-content-wrapper a.joyride-next-tip tr.odd td.forum-list-icon-default .forum-list-icon-wrapper span:before, tr.odd td.forum-list-icon-default .forum-list-icon-wrapper ul li .joyride-tip-guide .joyride-content-wrapper a.joyride-next-tip span:before, .joyride-tip-guide .joyride-content-wrapper ul li a.joyride-next-tip tr.odd td.forum-list-icon-default .forum-list-icon-wrapper span:before, tr.odd td.forum-list-icon-default .forum-list-icon-wrapper .joyride-tip-guide .joyride-content-wrapper ul li a.joyride-next-tip span:before, .page-forum ul.action-links li a.subscription tr.odd td.forum-list-icon-default .forum-list-icon-wrapper span:before, tr.odd td.forum-list-icon-default .forum-list-icon-wrapper .page-forum ul.action-links li a.subscription span:before, ul li a.button .forum-list-icon-legend .forum-list-icon-default:before, .forum-list-icon-legend ul li a.button .forum-list-icon-default:before, ul li #main .node-webform a.button_blue .forum-list-icon-legend .forum-list-icon-default:before, .forum-list-icon-legend ul li #main .node-webform a.button_blue .forum-list-icon-default:before, #main .node-webform ul li a.button_blue .forum-list-icon-legend .forum-list-icon-default:before, .forum-list-icon-legend #main .node-webform ul li a.button_blue .forum-list-icon-default:before, ul li #main .node-webform a.button_green .forum-list-icon-legend .forum-list-icon-default:before, .forum-list-icon-legend ul li #main .node-webform a.button_green .forum-list-icon-default:before, #main .node-webform ul li a.button_green .forum-list-icon-legend .forum-list-icon-default:before, .forum-list-icon-legend #main .node-webform ul li a.button_green .forum-list-icon-default:before, ul li #main .node-webform a.button_remove .forum-list-icon-legend .forum-list-icon-default:before, .forum-list-icon-legend ul li #main .node-webform a.button_remove .forum-list-icon-default:before, #main .node-webform ul li a.button_remove .forum-list-icon-legend .forum-list-icon-default:before, .forum-list-icon-legend #main .node-webform ul li a.button_remove .forum-list-icon-default:before, ul li .joyride-tip-guide .joyride-content-wrapper a.joyride-next-tip .forum-list-icon-legend .forum-list-icon-default:before, .forum-list-icon-legend ul li .joyride-tip-guide .joyride-content-wrapper a.joyride-next-tip .forum-list-icon-default:before, .joyride-tip-guide .joyride-content-wrapper ul li a.joyride-next-tip .forum-list-icon-legend .forum-list-icon-default:before, .forum-list-icon-legend .joyride-tip-guide .joyride-content-wrapper ul li a.joyride-next-tip .forum-list-icon-default:before, .page-forum ul.action-links li a.subscription .forum-list-icon-legend .forum-list-icon-default:before, .forum-list-icon-legend .page-forum ul.action-links li a.subscription .forum-list-icon-default:before, ul li a.button tr.even td.forum-list-icon-new-posts .forum-list-icon-wrapper span:before, tr.even td.forum-list-icon-new-posts .forum-list-icon-wrapper ul li a.button span:before, ul li #main .node-webform a.button_blue tr.even td.forum-list-icon-new-posts .forum-list-icon-wrapper span:before, tr.even td.forum-list-icon-new-posts .forum-list-icon-wrapper ul li #main .node-webform a.button_blue span:before, #main .node-webform ul li a.button_blue tr.even td.forum-list-icon-new-posts .forum-list-icon-wrapper span:before, tr.even td.forum-list-icon-new-posts .forum-list-icon-wrapper #main .node-webform ul li a.button_blue span:before, ul li #main .node-webform a.button_green tr.even td.forum-list-icon-new-posts .forum-list-icon-wrapper span:before, tr.even td.forum-list-icon-new-posts .forum-list-icon-wrapper ul li #main .node-webform a.button_green span:before, #main .node-webform ul li a.button_green tr.even td.forum-list-icon-new-posts .forum-list-icon-wrapper span:before, tr.even td.forum-list-icon-new-posts .forum-list-icon-wrapper #main .node-webform ul li a.button_green span:before, ul li #main .node-webform a.button_remove tr.even td.forum-list-icon-new-posts .forum-list-icon-wrapper span:before, tr.even td.forum-list-icon-new-posts .forum-list-icon-wrapper ul li #main .node-webform a.button_remove span:before, #main .node-webform ul li a.button_remove tr.even td.forum-list-icon-new-posts .forum-list-icon-wrapper span:before, tr.even td.forum-list-icon-new-posts .forum-list-icon-wrapper #main .node-webform ul li a.button_remove span:before, ul li .joyride-tip-guide .joyride-content-wrapper a.joyride-next-tip tr.even td.forum-list-icon-new-posts .forum-list-icon-wrapper span:before, tr.even td.forum-list-icon-new-posts .forum-list-icon-wrapper ul li .joyride-tip-guide .joyride-content-wrapper a.joyride-next-tip span:before, .joyride-tip-guide .joyride-content-wrapper ul li a.joyride-next-tip tr.even td.forum-list-icon-new-posts .forum-list-icon-wrapper span:before, tr.even td.forum-list-icon-new-posts .forum-list-icon-wrapper .joyride-tip-guide .joyride-content-wrapper ul li a.joyride-next-tip span:before, .page-forum ul.action-links li a.subscription tr.even td.forum-list-icon-new-posts .forum-list-icon-wrapper span:before, tr.even td.forum-list-icon-new-posts .forum-list-icon-wrapper .page-forum ul.action-links li a.subscription span:before, ul li a.button tr.odd td.forum-list-icon-new-posts .forum-list-icon-wrapper span:before, tr.odd td.forum-list-icon-new-posts .forum-list-icon-wrapper ul li a.button span:before, ul li #main .node-webform a.button_blue tr.odd td.forum-list-icon-new-posts .forum-list-icon-wrapper span:before, tr.odd td.forum-list-icon-new-posts .forum-list-icon-wrapper ul li #main .node-webform a.button_blue span:before, #main .node-webform ul li a.button_blue tr.odd td.forum-list-icon-new-posts .forum-list-icon-wrapper span:before, tr.odd td.forum-list-icon-new-posts .forum-list-icon-wrapper #main .node-webform ul li a.button_blue span:before, ul li #main .node-webform a.button_green tr.odd td.forum-list-icon-new-posts .forum-list-icon-wrapper span:before, tr.odd td.forum-list-icon-new-posts .forum-list-icon-wrapper ul li #main .node-webform a.button_green span:before, #main .node-webform ul li a.button_green tr.odd td.forum-list-icon-new-posts .forum-list-icon-wrapper span:before, tr.odd td.forum-list-icon-new-posts .forum-list-icon-wrapper #main .node-webform ul li a.button_green span:before, ul li #main .node-webform a.button_remove tr.odd td.forum-list-icon-new-posts .forum-list-icon-wrapper span:before, tr.odd td.forum-list-icon-new-posts .forum-list-icon-wrapper ul li #main .node-webform a.button_remove span:before, #main .node-webform ul li a.button_remove tr.odd td.forum-list-icon-new-posts .forum-list-icon-wrapper span:before, tr.odd td.forum-list-icon-new-posts .forum-list-icon-wrapper #main .node-webform ul li a.button_remove span:before, ul li .joyride-tip-guide .joyride-content-wrapper a.joyride-next-tip tr.odd td.forum-list-icon-new-posts .forum-list-icon-wrapper span:before, tr.odd td.forum-list-icon-new-posts .forum-list-icon-wrapper ul li .joyride-tip-guide .joyride-content-wrapper a.joyride-next-tip span:before, .joyride-tip-guide .joyride-content-wrapper ul li a.joyride-next-tip tr.odd td.forum-list-icon-new-posts .forum-list-icon-wrapper span:before, tr.odd td.forum-list-icon-new-posts .forum-list-icon-wrapper .joyride-tip-guide .joyride-content-wrapper ul li a.joyride-next-tip span:before, .page-forum ul.action-links li a.subscription tr.odd td.forum-list-icon-new-posts .forum-list-icon-wrapper span:before, tr.odd td.forum-list-icon-new-posts .forum-list-icon-wrapper .page-forum ul.action-links li a.subscription span:before, ul li a.button .forum-list-icon-legend .forum-list-icon-new-posts:before, .forum-list-icon-legend ul li a.button .forum-list-icon-new-posts:before, ul li #main .node-webform a.button_blue .forum-list-icon-legend .forum-list-icon-new-posts:before, .forum-list-icon-legend ul li #main .node-webform a.button_blue .forum-list-icon-new-posts:before, #main .node-webform ul li a.button_blue .forum-list-icon-legend .forum-list-icon-new-posts:before, .forum-list-icon-legend #main .node-webform ul li a.button_blue .forum-list-icon-new-posts:before, ul li #main .node-webform a.button_green .forum-list-icon-legend .forum-list-icon-new-posts:before, .forum-list-icon-legend ul li #main .node-webform a.button_green .forum-list-icon-new-posts:before, #main .node-webform ul li a.button_green .forum-list-icon-legend .forum-list-icon-new-posts:before, .forum-list-icon-legend #main .node-webform ul li a.button_green .forum-list-icon-new-posts:before, ul li #main .node-webform a.button_remove .forum-list-icon-legend .forum-list-icon-new-posts:before, .forum-list-icon-legend ul li #main .node-webform a.button_remove .forum-list-icon-new-posts:before, #main .node-webform ul li a.button_remove .forum-list-icon-legend .forum-list-icon-new-posts:before, .forum-list-icon-legend #main .node-webform ul li a.button_remove .forum-list-icon-new-posts:before, ul li .joyride-tip-guide .joyride-content-wrapper a.joyride-next-tip .forum-list-icon-legend .forum-list-icon-new-posts:before, .forum-list-icon-legend ul li .joyride-tip-guide .joyride-content-wrapper a.joyride-next-tip .forum-list-icon-new-posts:before, .joyride-tip-guide .joyride-content-wrapper ul li a.joyride-next-tip .forum-list-icon-legend .forum-list-icon-new-posts:before, .forum-list-icon-legend .joyride-tip-guide .joyride-content-wrapper ul li a.joyride-next-tip .forum-list-icon-new-posts:before, .page-forum ul.action-links li a.subscription .forum-list-icon-legend .forum-list-icon-new-posts:before, .forum-list-icon-legend .page-forum ul.action-links li a.subscription .forum-list-icon-new-posts:before {
      padding-right: 0; }
  ul li img {
    vertical-align: middle;
    padding-right: .5em; }

ul.no-style, ul.assets_table, .node-type-custom .already-a-member .acp-grey-light ul, .view-news-releases div ul, .view-news-releases-content- > div ul, .page-forum ul.action-links {
  padding: 0;
  padding-bottom: .5em; }
  ul.no-style li, ul.assets_table li, .node-type-custom .already-a-member .acp-grey-light ul li, .view-news-releases div ul li, .view-news-releases-content- > div ul li, .page-forum ul.action-links li {
    list-style: none;
    margin: 0;
    padding: .25em 0; }
    ul.no-style li i.icon-shape-circle, ul.assets_table li i.icon-shape-circle, .node-type-custom .already-a-member .acp-grey-light ul li i.icon-shape-circle, .view-news-releases div ul li i.icon-shape-circle, .view-news-releases-content- > div ul li i.icon-shape-circle, .page-forum ul.action-links li i.icon-shape-circle, ul.no-style li .views-field-topic-icon span.icon-shape-circle:before, .views-field-topic-icon ul.no-style li span.icon-shape-circle:before, ul.assets_table li .views-field-topic-icon span.icon-shape-circle:before, .views-field-topic-icon ul.assets_table li span.icon-shape-circle:before, .node-type-custom .already-a-member .acp-grey-light ul li .views-field-topic-icon span.icon-shape-circle:before, .views-field-topic-icon .node-type-custom .already-a-member .acp-grey-light ul li span.icon-shape-circle:before, .view-news-releases div ul li .views-field-topic-icon span.icon-shape-circle:before, .views-field-topic-icon .view-news-releases div ul li span.icon-shape-circle:before, .view-news-releases-content- > div ul li .views-field-topic-icon span.icon-shape-circle:before, .views-field-topic-icon .view-news-releases-content- > div ul li span.icon-shape-circle:before, .page-forum ul.action-links li .views-field-topic-icon span.icon-shape-circle:before, .views-field-topic-icon .page-forum ul.action-links li span.icon-shape-circle:before,
    ul.no-style li .forum-list-icon span span.icon-shape-circle:before,
    .forum-list-icon span ul.no-style li span.icon-shape-circle:before,
    ul.assets_table li .forum-list-icon span span.icon-shape-circle:before,
    .forum-list-icon span ul.assets_table li span.icon-shape-circle:before,
    .node-type-custom .already-a-member .acp-grey-light ul li .forum-list-icon span span.icon-shape-circle:before,
    .forum-list-icon span .node-type-custom .already-a-member .acp-grey-light ul li span.icon-shape-circle:before,
    .view-news-releases div ul li .forum-list-icon span span.icon-shape-circle:before,
    .forum-list-icon span .view-news-releases div ul li span.icon-shape-circle:before,
    .view-news-releases-content- > div ul li .forum-list-icon span span.icon-shape-circle:before,
    .forum-list-icon span .view-news-releases-content- > div ul li span.icon-shape-circle:before,
    .page-forum ul.action-links li .forum-list-icon span span.icon-shape-circle:before,
    .forum-list-icon span .page-forum ul.action-links li span.icon-shape-circle:before, ul.no-style li .forum-topic-legend div.icon-shape-circle:before, .forum-topic-legend ul.no-style li div.icon-shape-circle:before, ul.assets_table li .forum-topic-legend div.icon-shape-circle:before, .forum-topic-legend ul.assets_table li div.icon-shape-circle:before, .node-type-custom .already-a-member .acp-grey-light ul li .forum-topic-legend div.icon-shape-circle:before, .forum-topic-legend .node-type-custom .already-a-member .acp-grey-light ul li div.icon-shape-circle:before, .view-news-releases div ul li .forum-topic-legend div.icon-shape-circle:before, .forum-topic-legend .view-news-releases div ul li div.icon-shape-circle:before, .view-news-releases-content- > div ul li .forum-topic-legend div.icon-shape-circle:before, .forum-topic-legend .view-news-releases-content- > div ul li div.icon-shape-circle:before, .page-forum ul.action-links li .forum-topic-legend div.icon-shape-circle:before, .forum-topic-legend .page-forum ul.action-links li div.icon-shape-circle:before,
    ul.no-style li .forum-list-icon-legend span span.icon-shape-circle:before,
    .forum-list-icon-legend span ul.no-style li span.icon-shape-circle:before,
    ul.assets_table li .forum-list-icon-legend span span.icon-shape-circle:before,
    .forum-list-icon-legend span ul.assets_table li span.icon-shape-circle:before,
    .node-type-custom .already-a-member .acp-grey-light ul li .forum-list-icon-legend span span.icon-shape-circle:before,
    .forum-list-icon-legend span .node-type-custom .already-a-member .acp-grey-light ul li span.icon-shape-circle:before,
    .view-news-releases div ul li .forum-list-icon-legend span span.icon-shape-circle:before,
    .forum-list-icon-legend span .view-news-releases div ul li span.icon-shape-circle:before,
    .view-news-releases-content- > div ul li .forum-list-icon-legend span span.icon-shape-circle:before,
    .forum-list-icon-legend span .view-news-releases-content- > div ul li span.icon-shape-circle:before,
    .page-forum ul.action-links li .forum-list-icon-legend span span.icon-shape-circle:before,
    .forum-list-icon-legend span .page-forum ul.action-links li span.icon-shape-circle:before, ul.no-style li tr.even td.forum-list-icon-default .forum-list-icon-wrapper span.icon-shape-circle:before, tr.even td.forum-list-icon-default .forum-list-icon-wrapper ul.no-style li span.icon-shape-circle:before, ul.assets_table li tr.even td.forum-list-icon-default .forum-list-icon-wrapper span.icon-shape-circle:before, tr.even td.forum-list-icon-default .forum-list-icon-wrapper ul.assets_table li span.icon-shape-circle:before, .node-type-custom .already-a-member .acp-grey-light ul li tr.even td.forum-list-icon-default .forum-list-icon-wrapper span.icon-shape-circle:before, tr.even td.forum-list-icon-default .forum-list-icon-wrapper .node-type-custom .already-a-member .acp-grey-light ul li span.icon-shape-circle:before, .view-news-releases div ul li tr.even td.forum-list-icon-default .forum-list-icon-wrapper span.icon-shape-circle:before, tr.even td.forum-list-icon-default .forum-list-icon-wrapper .view-news-releases div ul li span.icon-shape-circle:before, .view-news-releases-content- > div ul li tr.even td.forum-list-icon-default .forum-list-icon-wrapper span.icon-shape-circle:before, tr.even td.forum-list-icon-default .forum-list-icon-wrapper .view-news-releases-content- > div ul li span.icon-shape-circle:before, .page-forum ul.action-links li tr.even td.forum-list-icon-default .forum-list-icon-wrapper span.icon-shape-circle:before, tr.even td.forum-list-icon-default .forum-list-icon-wrapper .page-forum ul.action-links li span.icon-shape-circle:before, ul.no-style li tr.odd td.forum-list-icon-default .forum-list-icon-wrapper span.icon-shape-circle:before, tr.odd td.forum-list-icon-default .forum-list-icon-wrapper ul.no-style li span.icon-shape-circle:before, ul.assets_table li tr.odd td.forum-list-icon-default .forum-list-icon-wrapper span.icon-shape-circle:before, tr.odd td.forum-list-icon-default .forum-list-icon-wrapper ul.assets_table li span.icon-shape-circle:before, .node-type-custom .already-a-member .acp-grey-light ul li tr.odd td.forum-list-icon-default .forum-list-icon-wrapper span.icon-shape-circle:before, tr.odd td.forum-list-icon-default .forum-list-icon-wrapper .node-type-custom .already-a-member .acp-grey-light ul li span.icon-shape-circle:before, .view-news-releases div ul li tr.odd td.forum-list-icon-default .forum-list-icon-wrapper span.icon-shape-circle:before, tr.odd td.forum-list-icon-default .forum-list-icon-wrapper .view-news-releases div ul li span.icon-shape-circle:before, .view-news-releases-content- > div ul li tr.odd td.forum-list-icon-default .forum-list-icon-wrapper span.icon-shape-circle:before, tr.odd td.forum-list-icon-default .forum-list-icon-wrapper .view-news-releases-content- > div ul li span.icon-shape-circle:before, .page-forum ul.action-links li tr.odd td.forum-list-icon-default .forum-list-icon-wrapper span.icon-shape-circle:before, tr.odd td.forum-list-icon-default .forum-list-icon-wrapper .page-forum ul.action-links li span.icon-shape-circle:before, ul.no-style li .forum-list-icon-legend .icon-shape-circle.forum-list-icon-default:before, .forum-list-icon-legend ul.no-style li .icon-shape-circle.forum-list-icon-default:before, ul.assets_table li .forum-list-icon-legend .icon-shape-circle.forum-list-icon-default:before, .forum-list-icon-legend ul.assets_table li .icon-shape-circle.forum-list-icon-default:before, .node-type-custom .already-a-member .acp-grey-light ul li .forum-list-icon-legend .icon-shape-circle.forum-list-icon-default:before, .forum-list-icon-legend .node-type-custom .already-a-member .acp-grey-light ul li .icon-shape-circle.forum-list-icon-default:before, .view-news-releases div ul li .forum-list-icon-legend .icon-shape-circle.forum-list-icon-default:before, .forum-list-icon-legend .view-news-releases div ul li .icon-shape-circle.forum-list-icon-default:before, .view-news-releases-content- > div ul li .forum-list-icon-legend .icon-shape-circle.forum-list-icon-default:before, .forum-list-icon-legend .view-news-releases-content- > div ul li .icon-shape-circle.forum-list-icon-default:before, .page-forum ul.action-links li .forum-list-icon-legend .icon-shape-circle.forum-list-icon-default:before, .forum-list-icon-legend .page-forum ul.action-links li .icon-shape-circle.forum-list-icon-default:before, ul.no-style li tr.even td.forum-list-icon-new-posts .forum-list-icon-wrapper span.icon-shape-circle:before, tr.even td.forum-list-icon-new-posts .forum-list-icon-wrapper ul.no-style li span.icon-shape-circle:before, ul.assets_table li tr.even td.forum-list-icon-new-posts .forum-list-icon-wrapper span.icon-shape-circle:before, tr.even td.forum-list-icon-new-posts .forum-list-icon-wrapper ul.assets_table li span.icon-shape-circle:before, .node-type-custom .already-a-member .acp-grey-light ul li tr.even td.forum-list-icon-new-posts .forum-list-icon-wrapper span.icon-shape-circle:before, tr.even td.forum-list-icon-new-posts .forum-list-icon-wrapper .node-type-custom .already-a-member .acp-grey-light ul li span.icon-shape-circle:before, .view-news-releases div ul li tr.even td.forum-list-icon-new-posts .forum-list-icon-wrapper span.icon-shape-circle:before, tr.even td.forum-list-icon-new-posts .forum-list-icon-wrapper .view-news-releases div ul li span.icon-shape-circle:before, .view-news-releases-content- > div ul li tr.even td.forum-list-icon-new-posts .forum-list-icon-wrapper span.icon-shape-circle:before, tr.even td.forum-list-icon-new-posts .forum-list-icon-wrapper .view-news-releases-content- > div ul li span.icon-shape-circle:before, .page-forum ul.action-links li tr.even td.forum-list-icon-new-posts .forum-list-icon-wrapper span.icon-shape-circle:before, tr.even td.forum-list-icon-new-posts .forum-list-icon-wrapper .page-forum ul.action-links li span.icon-shape-circle:before, ul.no-style li tr.odd td.forum-list-icon-new-posts .forum-list-icon-wrapper span.icon-shape-circle:before, tr.odd td.forum-list-icon-new-posts .forum-list-icon-wrapper ul.no-style li span.icon-shape-circle:before, ul.assets_table li tr.odd td.forum-list-icon-new-posts .forum-list-icon-wrapper span.icon-shape-circle:before, tr.odd td.forum-list-icon-new-posts .forum-list-icon-wrapper ul.assets_table li span.icon-shape-circle:before, .node-type-custom .already-a-member .acp-grey-light ul li tr.odd td.forum-list-icon-new-posts .forum-list-icon-wrapper span.icon-shape-circle:before, tr.odd td.forum-list-icon-new-posts .forum-list-icon-wrapper .node-type-custom .already-a-member .acp-grey-light ul li span.icon-shape-circle:before, .view-news-releases div ul li tr.odd td.forum-list-icon-new-posts .forum-list-icon-wrapper span.icon-shape-circle:before, tr.odd td.forum-list-icon-new-posts .forum-list-icon-wrapper .view-news-releases div ul li span.icon-shape-circle:before, .view-news-releases-content- > div ul li tr.odd td.forum-list-icon-new-posts .forum-list-icon-wrapper span.icon-shape-circle:before, tr.odd td.forum-list-icon-new-posts .forum-list-icon-wrapper .view-news-releases-content- > div ul li span.icon-shape-circle:before, .page-forum ul.action-links li tr.odd td.forum-list-icon-new-posts .forum-list-icon-wrapper span.icon-shape-circle:before, tr.odd td.forum-list-icon-new-posts .forum-list-icon-wrapper .page-forum ul.action-links li span.icon-shape-circle:before, ul.no-style li .forum-list-icon-legend .icon-shape-circle.forum-list-icon-new-posts:before, .forum-list-icon-legend ul.no-style li .icon-shape-circle.forum-list-icon-new-posts:before, ul.assets_table li .forum-list-icon-legend .icon-shape-circle.forum-list-icon-new-posts:before, .forum-list-icon-legend ul.assets_table li .icon-shape-circle.forum-list-icon-new-posts:before, .node-type-custom .already-a-member .acp-grey-light ul li .forum-list-icon-legend .icon-shape-circle.forum-list-icon-new-posts:before, .forum-list-icon-legend .node-type-custom .already-a-member .acp-grey-light ul li .icon-shape-circle.forum-list-icon-new-posts:before, .view-news-releases div ul li .forum-list-icon-legend .icon-shape-circle.forum-list-icon-new-posts:before, .forum-list-icon-legend .view-news-releases div ul li .icon-shape-circle.forum-list-icon-new-posts:before, .view-news-releases-content- > div ul li .forum-list-icon-legend .icon-shape-circle.forum-list-icon-new-posts:before, .forum-list-icon-legend .view-news-releases-content- > div ul li .icon-shape-circle.forum-list-icon-new-posts:before, .page-forum ul.action-links li .forum-list-icon-legend .icon-shape-circle.forum-list-icon-new-posts:before, .forum-list-icon-legend .page-forum ul.action-links li .icon-shape-circle.forum-list-icon-new-posts:before {
      color: #007E66; }

ul.dividers li {
  border-top: 1px solid #ffffff; }
  ul.dividers li:first-of-type {
    border: 0; }

ul.assets_table {
  font-size: 0.75rem;
  line-height: 1.5;
  margin-top: 0;
  font-weight: 600; }
  ul.assets_table li:first-of-type {
    padding-bottom: 1em; }
  ul.assets_table i, ul.assets_table .views-field-topic-icon span:before, .views-field-topic-icon ul.assets_table span:before,
  ul.assets_table .forum-list-icon span span:before,
  .forum-list-icon span ul.assets_table span:before, ul.assets_table .forum-topic-legend div:before, .forum-topic-legend ul.assets_table div:before,
  ul.assets_table .forum-list-icon-legend span span:before,
  .forum-list-icon-legend span ul.assets_table span:before, ul.assets_table tr.even td.forum-list-icon-default .forum-list-icon-wrapper span:before, tr.even td.forum-list-icon-default .forum-list-icon-wrapper ul.assets_table span:before, ul.assets_table tr.odd td.forum-list-icon-default .forum-list-icon-wrapper span:before, tr.odd td.forum-list-icon-default .forum-list-icon-wrapper ul.assets_table span:before, ul.assets_table .forum-list-icon-legend .forum-list-icon-default:before, .forum-list-icon-legend ul.assets_table .forum-list-icon-default:before, ul.assets_table tr.even td.forum-list-icon-new-posts .forum-list-icon-wrapper span:before, tr.even td.forum-list-icon-new-posts .forum-list-icon-wrapper ul.assets_table span:before, ul.assets_table tr.odd td.forum-list-icon-new-posts .forum-list-icon-wrapper span:before, tr.odd td.forum-list-icon-new-posts .forum-list-icon-wrapper ul.assets_table span:before, ul.assets_table .forum-list-icon-legend .forum-list-icon-new-posts:before, .forum-list-icon-legend ul.assets_table .forum-list-icon-new-posts:before {
    padding-right: 0.5em; }
  ul.assets_table span.badge, ul.assets_table .view-display-id-block_1 span.date-display-range, .view-display-id-block_1 ul.assets_table span.date-display-range,
  ul.assets_table .view-display-id-block_1 span.date-display-single,
  .view-display-id-block_1 ul.assets_table span.date-display-single, ul.assets_table .view-news-releases div.views-field-created > span, .view-news-releases ul.assets_table div.views-field-created > span, ul.assets_table .view-news-releases-content- div.views-field-created > span, .view-news-releases-content- ul.assets_table div.views-field-created > span, ul.assets_table .page-more-acp-news .view-acp-latest .views-field-created span.field-content, .page-more-acp-news .view-acp-latest .views-field-created ul.assets_table span.field-content, ul.assets_table .view span.views-field-field-meeting-date span.date-display-range, .view span.views-field-field-meeting-date ul.assets_table span.date-display-range,
  ul.assets_table .view span.views-field-field-meeting-date span.date-display-single,
  .view span.views-field-field-meeting-date ul.assets_table span.date-display-single, ul.assets_table .username > span,
  ul.assets_table span.marker {
    display: inline-block;
    margin-bottom: 0.25em; }

ul.extra-spacing li, ul.assets_table li, #myacp-header .login-panel .my-account ul li, #myacp-header .myacp-panel .my-account ul li {
  padding: .5em 0; }

ul.inline li {
  margin: 0 .5em 0 0;
  padding: 0 .5em 0 0;
  border-right: 1px solid #e5e5e5; }
  ul.inline li:last-of-type {
    border: none; }

.country-listing {
  height: 300px;
  overflow: auto;
  border: 1px solid #e5e5e5;
  padding: 1em; }

.shift-arrow, .static-arrow {
  list-style: none;
  margin-left: 1em;
  position: relative; }
  .shift-arrow > li:before, .static-arrow > li:before {
    content: '\e080';
    margin-top: 0.3em;
    position: absolute;
    left: -1em; }
  .shift-arrow.blue-arrow > li:before, .static-arrow.blue-arrow > li:before {
    color: #0063be; }

.shift-arrow > li:before {
  -moz-transition: left 0.2s ease;
  -o-transition: left 0.2s ease;
  -webkit-transition: left 0.2s ease;
  transition: left 0.2s ease; }
.shift-arrow > li:hover:before {
  left: -.25em; }

.blue-list > li:before {
  color: #0063be; }

.green-list > li:before {
  color: #007e66; }

.orange-list > li:before {
  color: #e66b00; }

.violet-list > li:before {
  color: #702785; }

.bullet-lg {
  list-style: none;
  padding-left: 0;
  position: relative; }
  .bullet-lg > li:before {
    content: '\e03e';
    padding-right: 1em; }

.bullet-md {
  list-style: none;
  padding-left: 0;
  position: relative; }
  .bullet-md > li:before {
    content: '\e03f';
    padding-right: 1em; }

#accordion ul.inline, #accordion-inactive ul.inline {
  margin-top: -1em;
  margin-bottom: 2em;
  display: block; }

.codeblock {
  margin: 2em 0;
  width: 100%; }

pre, code {
  font-family: "Courier New" Courier monospace;
  font-size: 0.75rem;
  line-height: 1.5;
  color: #bf650f; }
  pre div.codeblock, code div.codeblock {
    background-color: #fbe6d2;
    border: 1px dotted #bf650f; }

table pre div.codeblock, table code div.codeblock {
  background-color: transparent;
  border: 0; }

.extended_text, form.combo-box label.fancy select, form.combo-box input[type="submit"], header.desktop .utility ul li, header.desktop #navigation ul.menu > li > a, .acp-latest .more-link a {
  letter-spacing: .13em;
  text-transform: uppercase; }

.border-dotted.right, #myacp-header .login-panel .my-interests, #myacp-header .myacp-panel .my-interests {
  border-right: 2px dotted #b5b7b4; }
.border-dotted.left, #myacp-header .login-panel .border-dotted.my-account, #myacp-header .myacp-panel .border-dotted.my-account {
  border-left: 2px dotted #b5b7b4; }

.meetings-courses:after {
  content: 'Live & Recorded';
  color: #8e908f;
  padding-left: .5em; }

.promo-shift {
  width: 75%;
  margin: 0 auto; }

@media screen and (max-width: 780px) {
  .stack-780 {
    width: 100% !important; }

  .center-780 {
    text-align: center;
    padding-right: 0 !important; } }
.return {
  text-align: center;
  display: block; }
  .return:before {
    content: '\e07e';
    padding-right: .5em; }

.theme-green ul > li:before {
  color: #007e66; }
.theme-green h3, .theme-green .limit-search {
  color: #007e66; }
.theme-green span.ui-accordion-header-icon.ui-icon.icon-chevron-down:before {
  color: .theme-green span.ui-accordion-header-icon.ui-icon.icon-chevron-down:before acp_green; }

.theme-orange ul > li:before {
  color: #e66b00; }
.theme-orange h3, .theme-orange .limit-search {
  color: #e66b00; }
.theme-orange span.ui-accordion-header-icon.ui-icon.icon-chevron-down:before {
  color: #e66b00; }

.theme-blue ul > li:before {
  color: #003479; }
.theme-blue h3, .theme-blue .limit-search {
  color: #003479; }
.theme-blue span.ui-accordion-header-icon.ui-icon.icon-chevron-down:before {
  color: #0063be; }

.theme-violet ul > li:before {
  color: #702785; }
.theme-violet h3, .theme-violet .limit-search {
  color: #702785; }
.theme-violet span.ui-accordion-header-icon.ui-icon.icon-chevron-down:before {
  color: #702785; }
.theme-violet .button, .theme-violet .content form input[type="submit"], .content form .theme-violet input[type="submit"], .theme-violet label.fancy select, label.fancy .theme-violet select, .theme-violet #main .node-webform .button_blue, #main .node-webform .theme-violet .button_blue, .theme-violet #main .node-webform .button_green, #main .node-webform .theme-violet .button_green, .theme-violet #main .node-webform .button_remove, #main .node-webform .theme-violet .button_remove, .theme-violet #main .node-webform .form-actions input, #main .node-webform .form-actions .theme-violet input, .theme-violet .joyride-tip-guide .joyride-content-wrapper a.joyride-next-tip, .joyride-tip-guide .joyride-content-wrapper .theme-violet a.joyride-next-tip, .theme-violet .page-forum ul.action-links li a.subscription, .page-forum ul.action-links li .theme-violet a.subscription {
  background-color: #702785; }
  .theme-violet .button:hover, .theme-violet .content form input[type="submit"]:hover, .content form .theme-violet input[type="submit"]:hover, .theme-violet label.fancy select:hover, label.fancy .theme-violet select:hover, .theme-violet #main .node-webform .button_blue:hover, #main .node-webform .theme-violet .button_blue:hover, .theme-violet #main .node-webform .button_green:hover, #main .node-webform .theme-violet .button_green:hover, .theme-violet #main .node-webform .button_remove:hover, #main .node-webform .theme-violet .button_remove:hover, .theme-violet #main .node-webform .form-actions input:hover, #main .node-webform .form-actions .theme-violet input:hover, .theme-violet .joyride-tip-guide .joyride-content-wrapper a.joyride-next-tip:hover, .joyride-tip-guide .joyride-content-wrapper .theme-violet a.joyride-next-tip:hover, .theme-violet .page-forum ul.action-links li a.subscription:hover, .page-forum ul.action-links li .theme-violet a.subscription:hover {
    background-color: #ad49c9; }
  .theme-violet .button.split-right, .theme-violet .content form input.split-right[type="submit"], .content form .theme-violet input.split-right[type="submit"], .theme-violet label.fancy select, label.fancy .theme-violet select, .theme-violet #main .node-webform .split-right.button_blue, #main .node-webform .theme-violet .split-right.button_blue, .theme-violet #main .node-webform label.fancy select.button_blue, #main .node-webform label.fancy .theme-violet select.button_blue, .theme-violet label.fancy #main .node-webform select.button_blue, label.fancy #main .node-webform .theme-violet select.button_blue, .theme-violet #main .node-webform .split-right.button_green, #main .node-webform .theme-violet .split-right.button_green, .theme-violet #main .node-webform label.fancy select.button_green, #main .node-webform label.fancy .theme-violet select.button_green, .theme-violet label.fancy #main .node-webform select.button_green, label.fancy #main .node-webform .theme-violet select.button_green, .theme-violet #main .node-webform .split-right.button_remove, #main .node-webform .theme-violet .split-right.button_remove, .theme-violet #main .node-webform label.fancy select.button_remove, #main .node-webform label.fancy .theme-violet select.button_remove, .theme-violet label.fancy #main .node-webform select.button_remove, label.fancy #main .node-webform .theme-violet select.button_remove, .theme-violet #main .node-webform .form-actions input.split-right, #main .node-webform .form-actions .theme-violet input.split-right, .theme-violet .joyride-tip-guide .joyride-content-wrapper a.split-right.joyride-next-tip, .joyride-tip-guide .joyride-content-wrapper .theme-violet a.split-right.joyride-next-tip, .theme-violet .page-forum ul.action-links li a.split-right.subscription, .page-forum ul.action-links li .theme-violet a.split-right.subscription {
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjEuMCIgeTE9IjAuNSIgeDI9IjAuMCIgeTI9IjAuNSI+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjNGYxYjVlIi8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjNzAyNzg1Ii8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g');
    background-size: 100%;
    background-image: -webkit-gradient(linear, 100% 50%, 0% 50%, color-stop(100%, #4f1b5e), color-stop(100%, #702785));
    background-image: -moz-linear-gradient(right, #4f1b5e 3em, #702785 3em);
    background-image: -webkit-linear-gradient(right, #4f1b5e 3em, #702785 3em);
    background-image: linear-gradient(to left, #4f1b5e 3em, #702785 3em); }
    .theme-violet .button.split-right:hover, .theme-violet .content form input.split-right[type="submit"]:hover, .content form .theme-violet input.split-right[type="submit"]:hover, .theme-violet label.fancy select:hover, label.fancy .theme-violet select:hover, .theme-violet #main .node-webform .split-right.button_blue:hover, #main .node-webform .theme-violet .split-right.button_blue:hover, .theme-violet #main .node-webform label.fancy select.button_blue:hover, #main .node-webform label.fancy .theme-violet select.button_blue:hover, .theme-violet label.fancy #main .node-webform select.button_blue:hover, label.fancy #main .node-webform .theme-violet select.button_blue:hover, .theme-violet #main .node-webform .split-right.button_green:hover, #main .node-webform .theme-violet .split-right.button_green:hover, .theme-violet #main .node-webform label.fancy select.button_green:hover, #main .node-webform label.fancy .theme-violet select.button_green:hover, .theme-violet label.fancy #main .node-webform select.button_green:hover, label.fancy #main .node-webform .theme-violet select.button_green:hover, .theme-violet #main .node-webform .split-right.button_remove:hover, #main .node-webform .theme-violet .split-right.button_remove:hover, .theme-violet #main .node-webform label.fancy select.button_remove:hover, #main .node-webform label.fancy .theme-violet select.button_remove:hover, .theme-violet label.fancy #main .node-webform select.button_remove:hover, label.fancy #main .node-webform .theme-violet select.button_remove:hover, .theme-violet #main .node-webform .form-actions input.split-right:hover, #main .node-webform .form-actions .theme-violet input.split-right:hover, .theme-violet .joyride-tip-guide .joyride-content-wrapper a.split-right.joyride-next-tip:hover, .joyride-tip-guide .joyride-content-wrapper .theme-violet a.split-right.joyride-next-tip:hover, .theme-violet .page-forum ul.action-links li a.split-right.subscription:hover, .page-forum ul.action-links li .theme-violet a.split-right.subscription:hover {
      background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjEuMCIgeTE9IjAuNSIgeDI9IjAuMCIgeTI9IjAuNSI+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjNzAyNzg1Ii8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjYWQ0OWM5Ii8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g');
      background-size: 100%;
      background-image: -webkit-gradient(linear, 100% 50%, 0% 50%, color-stop(100%, #702785), color-stop(100%, #ad49c9));
      background-image: -moz-linear-gradient(right, #702785 3em, #ad49c9 3em);
      background-image: -webkit-linear-gradient(right, #702785 3em, #ad49c9 3em);
      background-image: linear-gradient(to left, #702785 3em, #ad49c9 3em); }
  .theme-violet .button.split-left, .theme-violet .content form input.split-left[type="submit"], .content form .theme-violet input.split-left[type="submit"], .theme-violet label.fancy select.split-left, label.fancy .theme-violet select.split-left, .theme-violet #main .node-webform .split-left.button_blue, #main .node-webform .theme-violet .split-left.button_blue, .theme-violet #main .node-webform .split-left.button_green, #main .node-webform .theme-violet .split-left.button_green, .theme-violet #main .node-webform .split-left.button_remove, #main .node-webform .theme-violet .split-left.button_remove, .theme-violet #main .node-webform .form-actions input.split-left, #main .node-webform .form-actions .theme-violet input.split-left, .theme-violet .joyride-tip-guide .joyride-content-wrapper a.split-left.joyride-next-tip, .joyride-tip-guide .joyride-content-wrapper .theme-violet a.split-left.joyride-next-tip, .theme-violet .page-forum ul.action-links li a.split-left.subscription, .page-forum ul.action-links li .theme-violet a.split-left.subscription {
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuMCIgeTE9IjAuNSIgeDI9IjEuMCIgeTI9IjAuNSI+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjNGYxYjVlIi8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjNzAyNzg1Ii8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g');
    background-size: 100%;
    background-image: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(100%, #4f1b5e), color-stop(100%, #702785));
    background-image: -moz-linear-gradient(left, #4f1b5e 3em, #702785 3em);
    background-image: -webkit-linear-gradient(left, #4f1b5e 3em, #702785 3em);
    background-image: linear-gradient(to right, #4f1b5e 3em, #702785 3em); }
    .theme-violet .button.split-left:hover, .theme-violet .content form input.split-left[type="submit"]:hover, .content form .theme-violet input.split-left[type="submit"]:hover, .theme-violet label.fancy select.split-left:hover, label.fancy .theme-violet select.split-left:hover, .theme-violet #main .node-webform .split-left.button_blue:hover, #main .node-webform .theme-violet .split-left.button_blue:hover, .theme-violet #main .node-webform .split-left.button_green:hover, #main .node-webform .theme-violet .split-left.button_green:hover, .theme-violet #main .node-webform .split-left.button_remove:hover, #main .node-webform .theme-violet .split-left.button_remove:hover, .theme-violet #main .node-webform .form-actions input.split-left:hover, #main .node-webform .form-actions .theme-violet input.split-left:hover, .theme-violet .joyride-tip-guide .joyride-content-wrapper a.split-left.joyride-next-tip:hover, .joyride-tip-guide .joyride-content-wrapper .theme-violet a.split-left.joyride-next-tip:hover, .theme-violet .page-forum ul.action-links li a.split-left.subscription:hover, .page-forum ul.action-links li .theme-violet a.split-left.subscription:hover {
      background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuMCIgeTE9IjAuNSIgeDI9IjEuMCIgeTI9IjAuNSI+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjNzAyNzg1Ii8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjYWQ0OWM5Ii8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g');
      background-size: 100%;
      background-image: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(100%, #702785), color-stop(100%, #ad49c9));
      background-image: -moz-linear-gradient(left, #702785 3em, #ad49c9 3em);
      background-image: -webkit-linear-gradient(left, #702785 3em, #ad49c9 3em);
      background-image: linear-gradient(to right, #702785 3em, #ad49c9 3em); }

.theme-blue #accordion h3, .theme-blue #accordion .limit-search, .theme-orange #accordion h3, .theme-orange #accordion .limit-search, .theme-green #accordion h3, .theme-green #accordion .limit-search, .theme-violet #accordion h3, .theme-violet #accordion .limit-search {
  color: #55616D; }
.theme-blue #accordion-inactive h3, .theme-blue #accordion-inactive .limit-search, .theme-orange #accordion-inactive h3, .theme-orange #accordion-inactive .limit-search, .theme-green #accordion-inactive h3, .theme-green #accordion-inactive .limit-search, .theme-violet #accordion-inactive h3, .theme-violet #accordion-inactive .limit-search {
  color: #55616D; }

.acc-sub-cat {
  color: #2eb135;
  border-bottom: 1px solid #2eb135; }

p.search-info {
  display: none; }

ol.search-results {
  padding-left: 0; }
  ol.search-results span.badge, ol.search-results .view-display-id-block_1 span.date-display-range, .view-display-id-block_1 ol.search-results span.date-display-range,
  ol.search-results .view-display-id-block_1 span.date-display-single,
  .view-display-id-block_1 ol.search-results span.date-display-single, ol.search-results .view-news-releases div.views-field-created > span, .view-news-releases ol.search-results div.views-field-created > span, ol.search-results .view-news-releases-content- div.views-field-created > span, .view-news-releases-content- ol.search-results div.views-field-created > span, ol.search-results .page-more-acp-news .view-acp-latest .views-field-created span.field-content, .page-more-acp-news .view-acp-latest .views-field-created ol.search-results span.field-content, ol.search-results .view span.views-field-field-meeting-date span.date-display-range, .view span.views-field-field-meeting-date ol.search-results span.date-display-range,
  ol.search-results .view span.views-field-field-meeting-date span.date-display-single,
  .view span.views-field-field-meeting-date ol.search-results span.date-display-single, ol.search-results .username > span,
  ol.search-results span.marker {
    float: left;
    margin-top: 0.2em; }

.synonyms ul li {
  margin-right: 0.25em; }
  .synonyms ul li a::after {
    content: ", "; }
  .synonyms ul li:last-of-type a::after {
    content: none; }

.spelling-suggestion a {
  font-size: 0; }
  .spelling-suggestion a b i, .spelling-suggestion a b .views-field-topic-icon span:before, .views-field-topic-icon .spelling-suggestion a b span:before,
  .spelling-suggestion a b .forum-list-icon span span:before,
  .forum-list-icon span .spelling-suggestion a b span:before, .spelling-suggestion a b .forum-topic-legend div:before, .forum-topic-legend .spelling-suggestion a b div:before,
  .spelling-suggestion a b .forum-list-icon-legend span span:before,
  .forum-list-icon-legend span .spelling-suggestion a b span:before, .spelling-suggestion a b tr.even td.forum-list-icon-default .forum-list-icon-wrapper span:before, tr.even td.forum-list-icon-default .forum-list-icon-wrapper .spelling-suggestion a b span:before, .spelling-suggestion a b tr.odd td.forum-list-icon-default .forum-list-icon-wrapper span:before, tr.odd td.forum-list-icon-default .forum-list-icon-wrapper .spelling-suggestion a b span:before, .spelling-suggestion a b .forum-list-icon-legend .forum-list-icon-default:before, .forum-list-icon-legend .spelling-suggestion a b .forum-list-icon-default:before, .spelling-suggestion a b tr.even td.forum-list-icon-new-posts .forum-list-icon-wrapper span:before, tr.even td.forum-list-icon-new-posts .forum-list-icon-wrapper .spelling-suggestion a b span:before, .spelling-suggestion a b tr.odd td.forum-list-icon-new-posts .forum-list-icon-wrapper span:before, tr.odd td.forum-list-icon-new-posts .forum-list-icon-wrapper .spelling-suggestion a b span:before, .spelling-suggestion a b .forum-list-icon-legend .forum-list-icon-new-posts:before, .forum-list-icon-legend .spelling-suggestion a b .forum-list-icon-new-posts:before {
    font-size: 0.9rem;
    line-height: 1.6;
    font-family: "Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 400;
    -webkit-font-smoothing: inherit;
    -moz-osx-font-smoothing: inherit; }
    @media screen and (min-width: 780px) {
      .spelling-suggestion a b i, .spelling-suggestion a b .views-field-topic-icon span:before, .views-field-topic-icon .spelling-suggestion a b span:before,
      .spelling-suggestion a b .forum-list-icon span span:before,
      .forum-list-icon span .spelling-suggestion a b span:before, .spelling-suggestion a b .forum-topic-legend div:before, .forum-topic-legend .spelling-suggestion a b div:before,
      .spelling-suggestion a b .forum-list-icon-legend span span:before,
      .forum-list-icon-legend span .spelling-suggestion a b span:before, .spelling-suggestion a b tr.even td.forum-list-icon-default .forum-list-icon-wrapper span:before, tr.even td.forum-list-icon-default .forum-list-icon-wrapper .spelling-suggestion a b span:before, .spelling-suggestion a b tr.odd td.forum-list-icon-default .forum-list-icon-wrapper span:before, tr.odd td.forum-list-icon-default .forum-list-icon-wrapper .spelling-suggestion a b span:before, .spelling-suggestion a b .forum-list-icon-legend .forum-list-icon-default:before, .forum-list-icon-legend .spelling-suggestion a b .forum-list-icon-default:before, .spelling-suggestion a b tr.even td.forum-list-icon-new-posts .forum-list-icon-wrapper span:before, tr.even td.forum-list-icon-new-posts .forum-list-icon-wrapper .spelling-suggestion a b span:before, .spelling-suggestion a b tr.odd td.forum-list-icon-new-posts .forum-list-icon-wrapper span:before, tr.odd td.forum-list-icon-new-posts .forum-list-icon-wrapper .spelling-suggestion a b span:before, .spelling-suggestion a b .forum-list-icon-legend .forum-list-icon-new-posts:before, .forum-list-icon-legend .spelling-suggestion a b .forum-list-icon-new-posts:before {
        font-size: 1rem;
        line-height: 1.675; } }
    @media screen and (min-width: 1280px) {
      .spelling-suggestion a b i, .spelling-suggestion a b .views-field-topic-icon span:before, .views-field-topic-icon .spelling-suggestion a b span:before,
      .spelling-suggestion a b .forum-list-icon span span:before,
      .forum-list-icon span .spelling-suggestion a b span:before, .spelling-suggestion a b .forum-topic-legend div:before, .forum-topic-legend .spelling-suggestion a b div:before,
      .spelling-suggestion a b .forum-list-icon-legend span span:before,
      .forum-list-icon-legend span .spelling-suggestion a b span:before, .spelling-suggestion a b tr.even td.forum-list-icon-default .forum-list-icon-wrapper span:before, tr.even td.forum-list-icon-default .forum-list-icon-wrapper .spelling-suggestion a b span:before, .spelling-suggestion a b tr.odd td.forum-list-icon-default .forum-list-icon-wrapper span:before, tr.odd td.forum-list-icon-default .forum-list-icon-wrapper .spelling-suggestion a b span:before, .spelling-suggestion a b .forum-list-icon-legend .forum-list-icon-default:before, .forum-list-icon-legend .spelling-suggestion a b .forum-list-icon-default:before, .spelling-suggestion a b tr.even td.forum-list-icon-new-posts .forum-list-icon-wrapper span:before, tr.even td.forum-list-icon-new-posts .forum-list-icon-wrapper .spelling-suggestion a b span:before, .spelling-suggestion a b tr.odd td.forum-list-icon-new-posts .forum-list-icon-wrapper span:before, tr.odd td.forum-list-icon-new-posts .forum-list-icon-wrapper .spelling-suggestion a b span:before, .spelling-suggestion a b .forum-list-icon-legend .forum-list-icon-new-posts:before, .forum-list-icon-legend .spelling-suggestion a b .forum-list-icon-new-posts:before {
        font-size: 1.1rem;
        line-height: 1.775; } }

@media (max-width: 480px) {
  .mobile-hide {
    display: none; } }
.ui-dialog {
  box-sizing: border-box;
  background-color: #ffffff;
  margin: 0 3em;
  border-top: 5px solid #2eb135;
  -moz-box-shadow: 0 0 15px 5px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 0 0 15px 5px rgba(0, 0, 0, 0.25);
  box-shadow: 0 0 15px 5px rgba(0, 0, 0, 0.25);
  max-width: 1500px; }
  .ui-dialog img[align=right] {
    max-width: 45%; }

.ui-dialog-titlebar {
  float: right;
  margin-top: -5px; }

button.ui-dialog-titlebar-close {
  background-color: transparent;
  color: #0063be; }
  button.ui-dialog-titlebar-close:hover {
    color: #2597ff; }

.ui-dialog-content {
  padding-top: 0; }

.ui-tabs {
  padding: 0; }

#tabs {
  margin: 2em 0;
  float: left; }
  #tabs > ul {
    padding: 0; }
    #tabs > ul li {
      margin-right: 1px;
      margin-top: 0;
      border-top: 4px solid #e5e5e5;
      background-color: #f5f5f5; }
      #tabs > ul li a {
        color: #575A5D;
        padding: 1.25em; }
        #tabs > ul li a span {
          font-size: 0.75rem;
          line-height: 1.5;
          display: block;
          line-height: 0.7em;
          font-weight: 300;
          padding-bottom: 1em; }
      #tabs > ul li.ui-tabs-active, #tabs > ul li.ui-tabs-active:hover {
        background-color: #e5e5e5;
        border-top: 4px solid #2eb135; }
      #tabs > ul li:hover {
        background-color: #e5e5e5;
        border-top: 4px solid #b5b7b4; }
  #tabs > div {
    float: left;
    background-color: #e5e5e5; }
  #tabs.vertical > ul {
    float: left;
    width: 25%; }
    #tabs.vertical > ul li {
      width: 100%;
      margin-bottom: 1px;
      margin-right: 0;
      border-left: 4px solid #e5e5e5;
      border-top: 0;
      white-space: normal; }
      #tabs.vertical > ul li a {
        display: block;
        width: 100%; }
      #tabs.vertical > ul li:hover {
        border-top: 0;
        border-left: 4px solid #b5b7b4; }
      #tabs.vertical > ul li.ui-tabs-active, #tabs.vertical > ul li.ui-tabs-active:hover {
        border-top: 0;
        border-left: 4px solid #2eb135; }
  #tabs.vertical > div {
    width: 75%; }

.ui-accordion {
  margin: 2em 0; }

.ui-accordion .ui-accordion-header {
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  padding: 1.5em 0 1.5em 3em;
  margin: -1px 0 0; }
  .ui-accordion .ui-accordion-header > span {
    font-size: 0.9rem;
    line-height: 1.25;
    font-weight: 300; }
  .ui-accordion .ui-accordion-header > span.ui-icon.ui-accordion-header-icon {
    text-indent: 0;
    left: 1em;
    color: #2eb135;
    -moz-transition-property: margin-top;
    -o-transition-property: margin-top;
    -webkit-transition-property: margin-top;
    transition-property: margin-top;
    -moz-transition-duration: 0.4s;
    -o-transition-duration: 0.4s;
    -webkit-transition-duration: 0.4s;
    transition-duration: 0.4s; }
  .ui-accordion .ui-accordion-header.ui-accordion-header-active {
    background-color: #f5f5f5; }
    .ui-accordion .ui-accordion-header.ui-accordion-header-active span.ui-icon.ui-accordion-header-icon {
      color: #b5b7b4; }
  .ui-accordion .ui-accordion-header:hover span.ui-icon.ui-accordion-header-icon.icon-chevron-down {
    margin-top: -3px; }

.ui-accordion-content {
  background-color: #f5f5f5;
  padding-left: 3em;
  padding-top: 0; }

.view .ui-accordion {
  background-color: #f5f5f5;
  font-family: "Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif; }
  .view .ui-accordion .ui-accordion-header {
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
    border-right: 0;
    border-left: 0;
    border-radius: 0;
    padding: 1.5em 0 1.5em 3em;
    margin: -1px 0 0;
    background: #ffffff;
    color: #575A5D; }
    .view .ui-accordion .ui-accordion-header span.ui-icon.ui-accordion-header-icon {
      text-indent: 0;
      left: 1em;
      height: 1em;
      width: 1.1em;
      color: #2eb135 !important;
      background-image: none;
      -moz-transition-property: margin-top;
      -o-transition-property: margin-top;
      -webkit-transition-property: margin-top;
      transition-property: margin-top;
      -moz-transition-duration: 0.4s;
      -o-transition-duration: 0.4s;
      -webkit-transition-duration: 0.4s;
      transition-duration: 0.4s; }
    .view .ui-accordion .ui-accordion-header:hover span.ui-icon.ui-accordion-header-icon.icon-chevron-down {
      margin-top: -3px; }
    .view .ui-accordion .ui-accordion-header a {
      color: #575A5D;
      font-weight: 600; }
  .view .ui-accordion .ui-accordion-header-active {
    background-color: #f5f5f5;
    border-bottom: none; }
    .view .ui-accordion .ui-accordion-header-active span.ui-icon.ui-accordion-header-icon {
      color: #b5b7b4 !important; }
  .view .ui-accordion .ui-accordion-content {
    background: #f5f5f5;
    padding-left: 3em;
    padding-top: 0;
    color: #575A5D; }

.view.date-sort .ui-accordion,
.view.chapter-name-sort .ui-accordion {
  background-color: #ffffff; }
  .view.date-sort .ui-accordion .views-row,
  .view.chapter-name-sort .ui-accordion .views-row {
    padding-bottom: 1.5em;
    float: left; }
  .view.date-sort .ui-accordion .ui-accordion-header-active,
  .view.chapter-name-sort .ui-accordion .ui-accordion-header-active {
    background-color: #f5f5f5;
    border-bottom: 1px solid #e5e5e5; }
  .view.date-sort .ui-accordion .ui-accordion-content,
  .view.chapter-name-sort .ui-accordion .ui-accordion-content {
    padding-top: 1em; }
    .view.date-sort .ui-accordion .ui-accordion-content .views-field,
    .view.chapter-name-sort .ui-accordion .ui-accordion-content .views-field {
      font-size: 0.875rem;
      line-height: 1.5;
      padding: .25em 0;
      float: left;
      width: 100%; }
      .view.date-sort .ui-accordion .ui-accordion-content .views-field.views-field-body,
      .view.chapter-name-sort .ui-accordion .ui-accordion-content .views-field.views-field-body {
        padding: 0; }
    .view.date-sort .ui-accordion .ui-accordion-content .views-field-title,
    .view.chapter-name-sort .ui-accordion .ui-accordion-content .views-field-title {
      margin-bottom: 0.5em;
      font-size: 0.9rem;
      line-height: 1.6; }
      @media screen and (min-width: 780px) {
        .view.date-sort .ui-accordion .ui-accordion-content .views-field-title,
        .view.chapter-name-sort .ui-accordion .ui-accordion-content .views-field-title {
          font-size: 1rem;
          line-height: 1.675; } }
      @media screen and (min-width: 1280px) {
        .view.date-sort .ui-accordion .ui-accordion-content .views-field-title,
        .view.chapter-name-sort .ui-accordion .ui-accordion-content .views-field-title {
          font-size: 1.1rem;
          line-height: 1.775; } }
    .view.date-sort .ui-accordion .ui-accordion-content span.views-label,
    .view.chapter-name-sort .ui-accordion .ui-accordion-content span.views-label {
      float: left;
      margin-right: 1em;
      text-transform: uppercase;
      color: #8e908f; }

.ui-tabs img,
.ui-accordion img {
  max-width: 100%; }
.ui-tabs .button.wide, .ui-tabs .content form input.wide[type="submit"], .content form .ui-tabs input.wide[type="submit"], .ui-tabs label.fancy select.wide, label.fancy .ui-tabs select.wide, .ui-tabs #main .node-webform .wide.button_blue, #main .node-webform .ui-tabs .wide.button_blue, .ui-tabs #main .node-webform .wide.button_green, #main .node-webform .ui-tabs .wide.button_green, .ui-tabs #main .node-webform .wide.button_remove, #main .node-webform .ui-tabs .wide.button_remove, .ui-tabs #main .node-webform .form-actions input.wide, #main .node-webform .form-actions .ui-tabs input.wide, .ui-tabs .joyride-tip-guide .joyride-content-wrapper a.wide.joyride-next-tip, .joyride-tip-guide .joyride-content-wrapper .ui-tabs a.wide.joyride-next-tip, .ui-tabs .page-forum ul.action-links li a.wide.subscription, .page-forum ul.action-links li .ui-tabs a.wide.subscription,
.ui-accordion .button.wide,
.ui-accordion .content form input.wide[type="submit"],
.content form .ui-accordion input.wide[type="submit"],
.ui-accordion label.fancy select.wide,
label.fancy .ui-accordion select.wide,
.ui-accordion #main .node-webform .wide.button_blue,
#main .node-webform .ui-accordion .wide.button_blue,
.ui-accordion #main .node-webform .wide.button_green,
#main .node-webform .ui-accordion .wide.button_green,
.ui-accordion #main .node-webform .wide.button_remove,
#main .node-webform .ui-accordion .wide.button_remove,
.ui-accordion #main .node-webform .form-actions input.wide,
#main .node-webform .form-actions .ui-accordion input.wide,
.ui-accordion .joyride-tip-guide .joyride-content-wrapper a.wide.joyride-next-tip,
.joyride-tip-guide .joyride-content-wrapper .ui-accordion a.wide.joyride-next-tip,
.ui-accordion .page-forum ul.action-links li a.wide.subscription,
.page-forum ul.action-links li .ui-accordion a.wide.subscription {
  width: 95%; }

#filter-button {
  width: 15em;
  height: 50px; }
  #filter-button:hover {
    background-color: #46cbff; }

.ui-selectmenu-text {
  color: #fff !important; }

.ui-state-disabled {
  opacity: .5; }

#filter-menu {
  width: 13.6em;
  color: #fff;
  background-color: #0070d8;
  margin-top: -0.25em;
  max-height: 390px;
  border-radius: 0px 0px 25px 25px; }

.ui-selectmenu-button span.ui-selectmenu-text {
  padding: 0.7em 3em 0.55em 1em;
  height: 50px; }

@media screen and (min-width: 1279px) {
  .ui-selectmenu-button span.ui-selectmenu-text {
    padding-top: 0.58em; } }
@media screen and (max-width: 779px) {
  .ui-selectmenu-button span.ui-selectmenu-text {
    padding-top: 0.9em; } }
.ui-menu-item:hover {
  background-color: #46cbff; }

.ui-menu .ui-menu-item {
  padding: 0.6em 1em 0.6em 1em; }

.ui-menu-item {
  border-top: 2px solid #0056a5;
  margin-top: 4px;
  z-index: 102; }

.ui-menu .ui-menu-item:last-child {
  border-radius: 0px 0px 25px 25px;
  padding: 0.6em 1em 0.7em 1em;
  margin-top: 0; }

.detail_table .grid, .detail_table #tabs.vertical > div, .detail_table .ui-accordion-content, .detail_table .view .ui-accordion .ui-accordion-content, .view .ui-accordion .detail_table .ui-accordion-content, .detail_table .split3, .detail_table .split2, .detail_table .page_content, .detail_table .field-item, .detail_table .node-type-chapter-top-level-page #landing_hero_area, .node-type-chapter-top-level-page .detail_table #landing_hero_area, .detail_table #landing_hero_2018, .detail_table #overall-rating, .detail_table .filter-container, .detail_table #review-list {
  background-color: #ffffff;
  margin-bottom: 1em;
  padding: 1em;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px; }
@media (max-width: 780px) {
  .detail_table .grid > *, .detail_table #tabs.vertical > div > *, .detail_table .ui-accordion-content > *, .detail_table .view .ui-accordion .ui-accordion-content > *, .view .ui-accordion .detail_table .ui-accordion-content > *, .detail_table .split3 > *, .detail_table .split2 > *, .detail_table .page_content > *, .detail_table .field-item > *, .detail_table .node-type-chapter-top-level-page #landing_hero_area > *, .node-type-chapter-top-level-page .detail_table #landing_hero_area > *, .detail_table #landing_hero_2018 > *, .detail_table #overall-rating > *, .detail_table .filter-container > *, .detail_table #review-list > * {
    padding-bottom: 0;
    margin-bottom: 0;
    padding-top: 0; }
    .detail_table .grid > *:first-of-type, .detail_table #tabs.vertical > div > *:first-of-type, .detail_table .ui-accordion-content > *:first-of-type, .detail_table .view .ui-accordion .ui-accordion-content > *:first-of-type, .detail_table .split3 > *:first-of-type, .detail_table .split2 > *:first-of-type, .detail_table .page_content > *:first-of-type, .detail_table .field-item > *:first-of-type, .detail_table .node-type-chapter-top-level-page #landing_hero_area > *:first-of-type, .node-type-chapter-top-level-page .detail_table #landing_hero_area > *:first-of-type, .detail_table #landing_hero_2018 > *:first-of-type, .detail_table #overall-rating > *:first-of-type, .detail_table .filter-container > *:first-of-type, .detail_table #review-list > *:first-of-type {
      padding-top: 1em; } }
.detail_table h4:first-of-type {
  margin-top: 0; }
.detail_table .col-3-4:first-of-type, .detail_table .node-type-chapter-top-level-page #landing_hero_area .container .region-hero:first-of-type, .node-type-chapter-top-level-page #landing_hero_area .container .detail_table .region-hero:first-of-type, .detail_table .col-1-4:first-of-type, .detail_table .page_content aside.side_nav_left:first-of-type, .page_content .detail_table aside.side_nav_left:first-of-type, .detail_table .node-type-chapter-top-level-page #landing_hero_area .container aside.side_nav_left:first-of-type, .node-type-chapter-top-level-page #landing_hero_area .container .detail_table aside.side_nav_left:first-of-type, .detail_table .col-1-2:first-of-type, .detail_table .split2 ul:first-of-type, .split2 .detail_table ul:first-of-type, .detail_table .split2 .col1:first-of-type, .split2 .detail_table .col1:first-of-type, .detail_table .split2 .col2:first-of-type, .split2 .detail_table .col2:first-of-type, .detail_table #myacp-header .login-panel .my-interests:first-of-type, #myacp-header .login-panel .detail_table .my-interests:first-of-type, .detail_table #myacp-header .myacp-panel .my-interests:first-of-type, #myacp-header .myacp-panel .detail_table .my-interests:first-of-type, .detail_table #myacp-header .login-panel .my-account:first-of-type, #myacp-header .login-panel .detail_table .my-account:first-of-type, .detail_table #myacp-header .myacp-panel .my-account:first-of-type, #myacp-header .myacp-panel .detail_table .my-account:first-of-type {
  padding-right: 2em; }
.detail_table h4 {
  margin-bottom: 0; }

.ui-tooltip {
  box-shadow: 0px 0px 10px #b5b7b4;
  border-radius: 3px;
  background: #ffffff;
  margin-top: -1em; }
  .ui-tooltip .ui-tooltip-content {
    padding: .5em 1em; }

.opener {
  cursor: pointer; }

.owl-theme .owl-controls .owl-page span {
  background-color: #0063be; }

#tabs {
  display: none; }

.grid *, #tabs.vertical > div *, .ui-accordion-content *, .view .ui-accordion .ui-accordion-content *, .split3 *, .split2 *, .page_content *, .field-item *, .node-type-chapter-top-level-page #landing_hero_area *, #landing_hero_2018 *, #overall-rating *, .filter-container *, #review-list * {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.padding, #myacp-header .login-panel .my-account, #myacp-header .myacp-panel .my-account {
  padding: 0 3em; }
  .padding.right, #myacp-header .login-panel .right.my-account, #myacp-header .myacp-panel .right.my-account {
    padding: 0 3em 0 0 !important; }
  .padding.left, #myacp-header .login-panel .my-account, #myacp-header .myacp-panel .my-account {
    padding: 0 0 0 3em !important; }

.interior-padding {
  padding: 0 1.5em !important; }

.centered-grouping {
  width: 66.66%;
  margin-left: 16.66%;
  text-align: center; }
  @media (max-width: 480px) {
    .centered-grouping {
      width: 100%;
      margin-left: 0; } }

.full-interior-padding {
  padding: 1.5em 3em; }

.even-interior-padding {
  padding: 1.5em; }

.grid:after, #tabs.vertical > div:after, .ui-accordion-content:after, .view .ui-accordion .ui-accordion-content:after, .split3:after, .split2:after, .page_content:after, .field-item:after, .node-type-chapter-top-level-page #landing_hero_area:after, #landing_hero_2018:after, #overall-rating:after, .filter-container:after, #review-list:after {
  /* Or @extend clearfix */
  content: "";
  display: table;
  clear: both; }

.grid-item, .col-2-3, .page_content section#main, .col-1-3, .split3 ul, .split3 .col1, .split3 .col2, .split3 .col3, .col-1-2, .split2 ul, .split2 .col1, .split2 .col2, #myacp-header .login-panel .my-interests, #myacp-header .myacp-panel .my-interests, #myacp-header .login-panel .my-account, #myacp-header .myacp-panel .my-account, .col-1-4, .page_content aside.side_nav_left, .node-type-chapter-top-level-page #landing_hero_area .container aside.side_nav_left, .col-1-5, .col-3-4, .node-type-chapter-top-level-page #landing_hero_area .container .region-hero, .col-1-8, .col-full, #landing_hero_2018 .half, #landing_hero_2018 .half.hero_bkgd .hero_bkgd_fade, #landing_hero_2018 .half.hero_bkgd.not_map .hero_bkgd_fade {
  float: left;
  margin-bottom: 1em;
  padding-right: 3em; }
  .grid-item.tight, .tight.col-2-3, .page_content section.tight#main, .tight.col-1-3, .split3 ul.tight, .split3 .tight.col1, .split3 .tight.col2, .split3 .tight.col3, .tight.col-1-2, .split2 ul.tight, .split2 .tight.col1, .split2 .tight.col2, #myacp-header .login-panel .tight.my-interests, #myacp-header .myacp-panel .tight.my-interests, #myacp-header .login-panel .tight.my-account, #myacp-header .myacp-panel .tight.my-account, .tight.col-1-4, .page_content aside.tight.side_nav_left, .node-type-chapter-top-level-page #landing_hero_area .container aside.tight.side_nav_left, .tight.col-1-5, .tight.col-3-4, .node-type-chapter-top-level-page #landing_hero_area .container .tight.region-hero, .tight.col-1-8, .tight.col-full, #landing_hero_2018 .tight.half, #landing_hero_2018 .half.hero_bkgd .tight.hero_bkgd_fade {
    padding-right: 1em; }

.grid-item:last-of-type, .col-2-3:last-of-type, .page_content section#main:last-of-type, .col-1-3:last-of-type, .split3 ul:last-of-type, .split3 .col1:last-of-type, .split3 .col2:last-of-type, .split3 .col3:last-of-type, .col-1-2:last-of-type, .split2 ul:last-of-type, .split2 .col1:last-of-type, .split2 .col2:last-of-type, #myacp-header .login-panel .my-interests:last-of-type, #myacp-header .myacp-panel .my-interests:last-of-type, #myacp-header .login-panel .my-account:last-of-type, #myacp-header .myacp-panel .my-account:last-of-type, .col-1-4:last-of-type, .page_content aside.side_nav_left:last-of-type, .node-type-chapter-top-level-page #landing_hero_area .container aside.side_nav_left:last-of-type, .col-1-5:last-of-type, .col-3-4:last-of-type, .node-type-chapter-top-level-page #landing_hero_area .container .region-hero:last-of-type, .col-1-8:last-of-type, .col-full:last-of-type, #landing_hero_2018 .half:last-of-type, #landing_hero_2018 .half.hero_bkgd .hero_bkgd_fade:last-of-type {
  padding-right: 0;
  margin-right: 0; }

.col-2-3, .page_content section#main {
  width: 66.66%; }

.col-1-3, .split3 ul, .split3 .col1, .split3 .col2, .split3 .col3 {
  width: 33.33%; }

.col-1-2, .split2 ul, .split2 .col1, .split2 .col2, #myacp-header .login-panel .my-interests, #myacp-header .myacp-panel .my-interests, #myacp-header .login-panel .my-account, #myacp-header .myacp-panel .my-account {
  width: 50%; }

.col-1-4, .page_content aside.side_nav_left, .node-type-chapter-top-level-page #landing_hero_area .container aside.side_nav_left {
  width: 25%; }

.col-1-5 {
  width: 20%; }

.col-3-4, .node-type-chapter-top-level-page #landing_hero_area .container .region-hero {
  width: 75%; }

.col-1-8 {
  width: 12.5%; }

.col-full {
  width: 100%; }

.col1 h2:first-child, .col1 h3:first-child, .col1 .limit-search:first-child, .col1 h4:first-child, .col1 h5:first-child, .col1 .acc-sub-cat:first-child, .col1 .search-header:first-child, .col1 #landing_hero_2018 h2:first-child, #landing_hero_2018 .col1 h2:first-child, .col2 h2:first-child, .col2 h3:first-child, .col2 .limit-search:first-child, .col2 h4:first-child, .col2 h5:first-child, .col2 .acc-sub-cat:first-child, .col2 .search-header:first-child, .col2 #landing_hero_2018 h2:first-child, #landing_hero_2018 .col2 h2:first-child, .col3 h2:first-child, .col3 h3:first-child, .col3 .limit-search:first-child, .col3 h4:first-child, .col3 h5:first-child, .col3 .acc-sub-cat:first-child, .col3 .search-header:first-child, .col3 #landing_hero_2018 h2:first-child, #landing_hero_2018 .col3 h2:first-child {
  margin-top: 0; }

@media (max-width: 780px) {
  .col-1-8 {
    width: 50%; }

  .col-1-4, .page_content aside.side_nav_left, .node-type-chapter-top-level-page #landing_hero_area .container aside.side_nav_left {
    width: 50%; }
    .col-1-4:nth-of-type(odd), .page_content aside.side_nav_left:nth-of-type(odd), .node-type-chapter-top-level-page #landing_hero_area .container aside.side_nav_left:nth-of-type(odd) {
      clear: left; }

  .uneven .col-1-4, .uneven .page_content aside.side_nav_left, .page_content .uneven aside.side_nav_left, .uneven .node-type-chapter-top-level-page #landing_hero_area .container aside.side_nav_left, .node-type-chapter-top-level-page #landing_hero_area .container .uneven aside.side_nav_left {
    width: 100%; }

  .col-3-4, .node-type-chapter-top-level-page #landing_hero_area .container .region-hero,
  .node-type-top-level-page .page_content #landing_hero_area .container .region-hero,
  .node-type-chapter-top-level-page .page_content #landing_hero_area .container .region-hero {
    width: 100%; }

  .col-2-3.alt, .page_content section.alt#main {
    width: 100%; }

  .grid.img-left-content .col-1-4, #tabs.vertical > div.img-left-content .col-1-4, .img-left-content.ui-accordion-content .col-1-4, .img-left-content.split3 .col-1-4, .img-left-content.split2 .col-1-4, .img-left-content.page_content .col-1-4, .img-left-content.field-item .col-1-4, .node-type-chapter-top-level-page .img-left-content#landing_hero_area .col-1-4, .img-left-content#landing_hero_2018 .col-1-4, .img-left-content#overall-rating .col-1-4, .img-left-content.filter-container .col-1-4, .img-left-content#review-list .col-1-4, .grid.img-left-content .page_content aside.side_nav_left, .page_content .grid.img-left-content aside.side_nav_left, #tabs.vertical > div.img-left-content .page_content aside.side_nav_left, .page_content #tabs.vertical > div.img-left-content aside.side_nav_left, .img-left-content.ui-accordion-content .page_content aside.side_nav_left, .page_content .img-left-content.ui-accordion-content aside.side_nav_left, .img-left-content.split3 .page_content aside.side_nav_left, .page_content .img-left-content.split3 aside.side_nav_left, .img-left-content.split2 .page_content aside.side_nav_left, .page_content .img-left-content.split2 aside.side_nav_left, .img-left-content.page_content aside.side_nav_left, .img-left-content.field-item .page_content aside.side_nav_left, .page_content .img-left-content.field-item aside.side_nav_left, .node-type-chapter-top-level-page .img-left-content#landing_hero_area .page_content aside.side_nav_left, .page_content .node-type-chapter-top-level-page .img-left-content#landing_hero_area aside.side_nav_left, .img-left-content#landing_hero_2018 .page_content aside.side_nav_left, .page_content .img-left-content#landing_hero_2018 aside.side_nav_left, .img-left-content#overall-rating .page_content aside.side_nav_left, .page_content .img-left-content#overall-rating aside.side_nav_left, .img-left-content.filter-container .page_content aside.side_nav_left, .page_content .img-left-content.filter-container aside.side_nav_left, .img-left-content#review-list .page_content aside.side_nav_left, .page_content .img-left-content#review-list aside.side_nav_left, .grid.img-left-content .node-type-chapter-top-level-page #landing_hero_area .container aside.side_nav_left, .node-type-chapter-top-level-page #landing_hero_area .container .grid.img-left-content aside.side_nav_left, #tabs.vertical > div.img-left-content .node-type-chapter-top-level-page #landing_hero_area .container aside.side_nav_left, .node-type-chapter-top-level-page #landing_hero_area .container #tabs.vertical > div.img-left-content aside.side_nav_left, .img-left-content.ui-accordion-content .node-type-chapter-top-level-page #landing_hero_area .container aside.side_nav_left, .node-type-chapter-top-level-page #landing_hero_area .container .img-left-content.ui-accordion-content aside.side_nav_left, .img-left-content.split3 .node-type-chapter-top-level-page #landing_hero_area .container aside.side_nav_left, .node-type-chapter-top-level-page #landing_hero_area .container .img-left-content.split3 aside.side_nav_left, .img-left-content.split2 .node-type-chapter-top-level-page #landing_hero_area .container aside.side_nav_left, .node-type-chapter-top-level-page #landing_hero_area .container .img-left-content.split2 aside.side_nav_left, .img-left-content.page_content .node-type-chapter-top-level-page #landing_hero_area .container aside.side_nav_left, .node-type-chapter-top-level-page #landing_hero_area .container .img-left-content.page_content aside.side_nav_left, .img-left-content.field-item .node-type-chapter-top-level-page #landing_hero_area .container aside.side_nav_left, .node-type-chapter-top-level-page #landing_hero_area .container .img-left-content.field-item aside.side_nav_left, .node-type-chapter-top-level-page .img-left-content#landing_hero_area .container aside.side_nav_left, .img-left-content#landing_hero_2018 .node-type-chapter-top-level-page #landing_hero_area .container aside.side_nav_left, .node-type-chapter-top-level-page #landing_hero_area .container .img-left-content#landing_hero_2018 aside.side_nav_left, .img-left-content#overall-rating .node-type-chapter-top-level-page #landing_hero_area .container aside.side_nav_left, .node-type-chapter-top-level-page #landing_hero_area .container .img-left-content#overall-rating aside.side_nav_left, .img-left-content.filter-container .node-type-chapter-top-level-page #landing_hero_area .container aside.side_nav_left, .node-type-chapter-top-level-page #landing_hero_area .container .img-left-content.filter-container aside.side_nav_left, .img-left-content#review-list .node-type-chapter-top-level-page #landing_hero_area .container aside.side_nav_left, .node-type-chapter-top-level-page #landing_hero_area .container .img-left-content#review-list aside.side_nav_left {
    width: 25%; }
  .grid.img-left-content .col-3-4, #tabs.vertical > div.img-left-content .col-3-4, .img-left-content.ui-accordion-content .col-3-4, .img-left-content.split3 .col-3-4, .img-left-content.split2 .col-3-4, .img-left-content.page_content .col-3-4, .img-left-content.field-item .col-3-4, .node-type-chapter-top-level-page .img-left-content#landing_hero_area .col-3-4, .img-left-content#landing_hero_2018 .col-3-4, .img-left-content#overall-rating .col-3-4, .img-left-content.filter-container .col-3-4, .img-left-content#review-list .col-3-4, .grid.img-left-content .node-type-chapter-top-level-page #landing_hero_area .container .region-hero, .node-type-chapter-top-level-page #landing_hero_area .container .grid.img-left-content .region-hero, #tabs.vertical > div.img-left-content .node-type-chapter-top-level-page #landing_hero_area .container .region-hero, .node-type-chapter-top-level-page #landing_hero_area .container #tabs.vertical > div.img-left-content .region-hero, .img-left-content.ui-accordion-content .node-type-chapter-top-level-page #landing_hero_area .container .region-hero, .node-type-chapter-top-level-page #landing_hero_area .container .img-left-content.ui-accordion-content .region-hero, .img-left-content.split3 .node-type-chapter-top-level-page #landing_hero_area .container .region-hero, .node-type-chapter-top-level-page #landing_hero_area .container .img-left-content.split3 .region-hero, .img-left-content.split2 .node-type-chapter-top-level-page #landing_hero_area .container .region-hero, .node-type-chapter-top-level-page #landing_hero_area .container .img-left-content.split2 .region-hero, .img-left-content.page_content .node-type-chapter-top-level-page #landing_hero_area .container .region-hero, .node-type-chapter-top-level-page #landing_hero_area .container .img-left-content.page_content .region-hero, .img-left-content.field-item .node-type-chapter-top-level-page #landing_hero_area .container .region-hero, .node-type-chapter-top-level-page #landing_hero_area .container .img-left-content.field-item .region-hero, .node-type-chapter-top-level-page .img-left-content#landing_hero_area .container .region-hero, .img-left-content#landing_hero_2018 .node-type-chapter-top-level-page #landing_hero_area .container .region-hero, .node-type-chapter-top-level-page #landing_hero_area .container .img-left-content#landing_hero_2018 .region-hero, .img-left-content#overall-rating .node-type-chapter-top-level-page #landing_hero_area .container .region-hero, .node-type-chapter-top-level-page #landing_hero_area .container .img-left-content#overall-rating .region-hero, .img-left-content.filter-container .node-type-chapter-top-level-page #landing_hero_area .container .region-hero, .node-type-chapter-top-level-page #landing_hero_area .container .img-left-content.filter-container .region-hero, .img-left-content#review-list .node-type-chapter-top-level-page #landing_hero_area .container .region-hero, .node-type-chapter-top-level-page #landing_hero_area .container .img-left-content#review-list .region-hero {
    width: 75%; } }
@media (max-width: 630px) {
  .col-1-3, .split3 ul, .split3 .col1, .split3 .col2, .split3 .col3 {
    width: 100%; }

  .col-2-3, .page_content section#main {
    width: 100%; }

  .col-1-3[style], .split3 ul[style], .split3 [style].col1, .split3 [style].col2, .split3 [style].col3, .col-2-3[style], .page_content section[style]#main {
    border-right: 0 !important; } }
@media (max-width: 480px) {
  .col-2-3, .page_content section#main, .col-1-2, .split2 ul, .split2 .col1, .split2 .col2, #myacp-header .login-panel .my-interests, #myacp-header .myacp-panel .my-interests, #myacp-header .login-panel .my-account, #myacp-header .myacp-panel .my-account, .col-1-4, .page_content aside.side_nav_left, .node-type-chapter-top-level-page #landing_hero_area .container aside.side_nav_left, .col-3-4, .node-type-chapter-top-level-page #landing_hero_area .container .region-hero, .col-1-8 {
    width: 100%;
    float: none;
    margin-bottom: 0;
    padding-right: 0; }
    .col-2-3[style], .page_content section[style]#main, .col-1-2[style], .split2 ul[style], .split2 [style].col1, .split2 [style].col2, #myacp-header .login-panel [style].my-interests, #myacp-header .myacp-panel [style].my-interests, #myacp-header .login-panel [style].my-account, #myacp-header .myacp-panel [style].my-account, .col-1-4[style], .page_content aside[style].side_nav_left, .node-type-chapter-top-level-page #landing_hero_area .container aside[style].side_nav_left, .col-3-4[style], .node-type-chapter-top-level-page #landing_hero_area .container [style].region-hero, .col-1-8[style] {
      border-right: 0 !important; }

  .padding, #myacp-header .login-panel .my-account, #myacp-header .myacp-panel .my-account, .padding.right, #myacp-header .login-panel .right.my-account, #myacp-header .myacp-panel .right.my-account, .padding.left, #myacp-header .login-panel .my-account, #myacp-header .myacp-panel .my-account {
    padding: 0; }

  .border-dotted, .border-dotted.right, #myacp-header .login-panel .my-interests, #myacp-header .myacp-panel .my-interests, .border-dotted.left, #myacp-header .login-panel .border-dotted.my-account, #myacp-header .myacp-panel .border-dotted.my-account {
    border: 0; }

  .padding, #myacp-header .login-panel .my-account, #myacp-header .myacp-panel .my-account {
    padding: 0; }
    .padding.right, #myacp-header .login-panel .right.my-account, #myacp-header .myacp-panel .right.my-account {
      padding: 0 !important; }
    .padding.left, #myacp-header .login-panel .my-account, #myacp-header .myacp-panel .my-account {
      padding: 0 !important; }

  .grid.img-left-content .col-1-4, #tabs.vertical > div.img-left-content .col-1-4, .img-left-content.ui-accordion-content .col-1-4, .img-left-content.split3 .col-1-4, .img-left-content.split2 .col-1-4, .img-left-content.page_content .col-1-4, .img-left-content.field-item .col-1-4, .node-type-chapter-top-level-page .img-left-content#landing_hero_area .col-1-4, .img-left-content#landing_hero_2018 .col-1-4, .img-left-content#overall-rating .col-1-4, .img-left-content.filter-container .col-1-4, .img-left-content#review-list .col-1-4, .grid.img-left-content .page_content aside.side_nav_left, .page_content .grid.img-left-content aside.side_nav_left, #tabs.vertical > div.img-left-content .page_content aside.side_nav_left, .page_content #tabs.vertical > div.img-left-content aside.side_nav_left, .img-left-content.ui-accordion-content .page_content aside.side_nav_left, .page_content .img-left-content.ui-accordion-content aside.side_nav_left, .img-left-content.split3 .page_content aside.side_nav_left, .page_content .img-left-content.split3 aside.side_nav_left, .img-left-content.split2 .page_content aside.side_nav_left, .page_content .img-left-content.split2 aside.side_nav_left, .img-left-content.page_content aside.side_nav_left, .img-left-content.field-item .page_content aside.side_nav_left, .page_content .img-left-content.field-item aside.side_nav_left, .node-type-chapter-top-level-page .img-left-content#landing_hero_area .page_content aside.side_nav_left, .page_content .node-type-chapter-top-level-page .img-left-content#landing_hero_area aside.side_nav_left, .img-left-content#landing_hero_2018 .page_content aside.side_nav_left, .page_content .img-left-content#landing_hero_2018 aside.side_nav_left, .img-left-content#overall-rating .page_content aside.side_nav_left, .page_content .img-left-content#overall-rating aside.side_nav_left, .img-left-content.filter-container .page_content aside.side_nav_left, .page_content .img-left-content.filter-container aside.side_nav_left, .img-left-content#review-list .page_content aside.side_nav_left, .page_content .img-left-content#review-list aside.side_nav_left, .grid.img-left-content .node-type-chapter-top-level-page #landing_hero_area .container aside.side_nav_left, .node-type-chapter-top-level-page #landing_hero_area .container .grid.img-left-content aside.side_nav_left, #tabs.vertical > div.img-left-content .node-type-chapter-top-level-page #landing_hero_area .container aside.side_nav_left, .node-type-chapter-top-level-page #landing_hero_area .container #tabs.vertical > div.img-left-content aside.side_nav_left, .img-left-content.ui-accordion-content .node-type-chapter-top-level-page #landing_hero_area .container aside.side_nav_left, .node-type-chapter-top-level-page #landing_hero_area .container .img-left-content.ui-accordion-content aside.side_nav_left, .img-left-content.split3 .node-type-chapter-top-level-page #landing_hero_area .container aside.side_nav_left, .node-type-chapter-top-level-page #landing_hero_area .container .img-left-content.split3 aside.side_nav_left, .img-left-content.split2 .node-type-chapter-top-level-page #landing_hero_area .container aside.side_nav_left, .node-type-chapter-top-level-page #landing_hero_area .container .img-left-content.split2 aside.side_nav_left, .img-left-content.page_content .node-type-chapter-top-level-page #landing_hero_area .container aside.side_nav_left, .node-type-chapter-top-level-page #landing_hero_area .container .img-left-content.page_content aside.side_nav_left, .img-left-content.field-item .node-type-chapter-top-level-page #landing_hero_area .container aside.side_nav_left, .node-type-chapter-top-level-page #landing_hero_area .container .img-left-content.field-item aside.side_nav_left, .node-type-chapter-top-level-page .img-left-content#landing_hero_area .container aside.side_nav_left, .img-left-content#landing_hero_2018 .node-type-chapter-top-level-page #landing_hero_area .container aside.side_nav_left, .node-type-chapter-top-level-page #landing_hero_area .container .img-left-content#landing_hero_2018 aside.side_nav_left, .img-left-content#overall-rating .node-type-chapter-top-level-page #landing_hero_area .container aside.side_nav_left, .node-type-chapter-top-level-page #landing_hero_area .container .img-left-content#overall-rating aside.side_nav_left, .img-left-content.filter-container .node-type-chapter-top-level-page #landing_hero_area .container aside.side_nav_left, .node-type-chapter-top-level-page #landing_hero_area .container .img-left-content.filter-container aside.side_nav_left, .img-left-content#review-list .node-type-chapter-top-level-page #landing_hero_area .container aside.side_nav_left, .node-type-chapter-top-level-page #landing_hero_area .container .img-left-content#review-list aside.side_nav_left {
    width: 100%; }
    .grid.img-left-content .col-1-4 figure.full img, #tabs.vertical > div.img-left-content .col-1-4 figure.full img, .img-left-content.ui-accordion-content .col-1-4 figure.full img, .img-left-content.split3 .col-1-4 figure.full img, .img-left-content.split2 .col-1-4 figure.full img, .img-left-content.page_content .col-1-4 figure.full img, .img-left-content.field-item .col-1-4 figure.full img, .node-type-chapter-top-level-page .img-left-content#landing_hero_area .col-1-4 figure.full img, .img-left-content#landing_hero_2018 .col-1-4 figure.full img, .img-left-content#overall-rating .col-1-4 figure.full img, .img-left-content.filter-container .col-1-4 figure.full img, .img-left-content#review-list .col-1-4 figure.full img, .grid.img-left-content .page_content aside.side_nav_left figure.full img, .page_content .grid.img-left-content aside.side_nav_left figure.full img, #tabs.vertical > div.img-left-content .page_content aside.side_nav_left figure.full img, .page_content #tabs.vertical > div.img-left-content aside.side_nav_left figure.full img, .img-left-content.ui-accordion-content .page_content aside.side_nav_left figure.full img, .page_content .img-left-content.ui-accordion-content aside.side_nav_left figure.full img, .img-left-content.split3 .page_content aside.side_nav_left figure.full img, .page_content .img-left-content.split3 aside.side_nav_left figure.full img, .img-left-content.split2 .page_content aside.side_nav_left figure.full img, .page_content .img-left-content.split2 aside.side_nav_left figure.full img, .img-left-content.page_content aside.side_nav_left figure.full img, .img-left-content.field-item .page_content aside.side_nav_left figure.full img, .page_content .img-left-content.field-item aside.side_nav_left figure.full img, .node-type-chapter-top-level-page .img-left-content#landing_hero_area .page_content aside.side_nav_left figure.full img, .page_content .node-type-chapter-top-level-page .img-left-content#landing_hero_area aside.side_nav_left figure.full img, .img-left-content#landing_hero_2018 .page_content aside.side_nav_left figure.full img, .page_content .img-left-content#landing_hero_2018 aside.side_nav_left figure.full img, .img-left-content#overall-rating .page_content aside.side_nav_left figure.full img, .page_content .img-left-content#overall-rating aside.side_nav_left figure.full img, .img-left-content.filter-container .page_content aside.side_nav_left figure.full img, .page_content .img-left-content.filter-container aside.side_nav_left figure.full img, .img-left-content#review-list .page_content aside.side_nav_left figure.full img, .page_content .img-left-content#review-list aside.side_nav_left figure.full img, .grid.img-left-content .node-type-chapter-top-level-page #landing_hero_area .container aside.side_nav_left figure.full img, .node-type-chapter-top-level-page #landing_hero_area .container .grid.img-left-content aside.side_nav_left figure.full img, #tabs.vertical > div.img-left-content .node-type-chapter-top-level-page #landing_hero_area .container aside.side_nav_left figure.full img, .node-type-chapter-top-level-page #landing_hero_area .container #tabs.vertical > div.img-left-content aside.side_nav_left figure.full img, .img-left-content.ui-accordion-content .node-type-chapter-top-level-page #landing_hero_area .container aside.side_nav_left figure.full img, .node-type-chapter-top-level-page #landing_hero_area .container .img-left-content.ui-accordion-content aside.side_nav_left figure.full img, .img-left-content.split3 .node-type-chapter-top-level-page #landing_hero_area .container aside.side_nav_left figure.full img, .node-type-chapter-top-level-page #landing_hero_area .container .img-left-content.split3 aside.side_nav_left figure.full img, .img-left-content.split2 .node-type-chapter-top-level-page #landing_hero_area .container aside.side_nav_left figure.full img, .node-type-chapter-top-level-page #landing_hero_area .container .img-left-content.split2 aside.side_nav_left figure.full img, .img-left-content.page_content .node-type-chapter-top-level-page #landing_hero_area .container aside.side_nav_left figure.full img, .node-type-chapter-top-level-page #landing_hero_area .container .img-left-content.page_content aside.side_nav_left figure.full img, .img-left-content.field-item .node-type-chapter-top-level-page #landing_hero_area .container aside.side_nav_left figure.full img, .node-type-chapter-top-level-page #landing_hero_area .container .img-left-content.field-item aside.side_nav_left figure.full img, .node-type-chapter-top-level-page .img-left-content#landing_hero_area .container aside.side_nav_left figure.full img, .img-left-content#landing_hero_2018 .node-type-chapter-top-level-page #landing_hero_area .container aside.side_nav_left figure.full img, .node-type-chapter-top-level-page #landing_hero_area .container .img-left-content#landing_hero_2018 aside.side_nav_left figure.full img, .img-left-content#overall-rating .node-type-chapter-top-level-page #landing_hero_area .container aside.side_nav_left figure.full img, .node-type-chapter-top-level-page #landing_hero_area .container .img-left-content#overall-rating aside.side_nav_left figure.full img, .img-left-content.filter-container .node-type-chapter-top-level-page #landing_hero_area .container aside.side_nav_left figure.full img, .node-type-chapter-top-level-page #landing_hero_area .container .img-left-content.filter-container aside.side_nav_left figure.full img, .img-left-content#review-list .node-type-chapter-top-level-page #landing_hero_area .container aside.side_nav_left figure.full img, .node-type-chapter-top-level-page #landing_hero_area .container .img-left-content#review-list aside.side_nav_left figure.full img {
      width: 50vw;
      margin: 0 auto;
      display: block; }
  .grid.img-left-content .col-3-4, #tabs.vertical > div.img-left-content .col-3-4, .img-left-content.ui-accordion-content .col-3-4, .img-left-content.split3 .col-3-4, .img-left-content.split2 .col-3-4, .img-left-content.page_content .col-3-4, .img-left-content.field-item .col-3-4, .node-type-chapter-top-level-page .img-left-content#landing_hero_area .col-3-4, .img-left-content#landing_hero_2018 .col-3-4, .img-left-content#overall-rating .col-3-4, .img-left-content.filter-container .col-3-4, .img-left-content#review-list .col-3-4, .grid.img-left-content .node-type-chapter-top-level-page #landing_hero_area .container .region-hero, .node-type-chapter-top-level-page #landing_hero_area .container .grid.img-left-content .region-hero, #tabs.vertical > div.img-left-content .node-type-chapter-top-level-page #landing_hero_area .container .region-hero, .node-type-chapter-top-level-page #landing_hero_area .container #tabs.vertical > div.img-left-content .region-hero, .img-left-content.ui-accordion-content .node-type-chapter-top-level-page #landing_hero_area .container .region-hero, .node-type-chapter-top-level-page #landing_hero_area .container .img-left-content.ui-accordion-content .region-hero, .img-left-content.split3 .node-type-chapter-top-level-page #landing_hero_area .container .region-hero, .node-type-chapter-top-level-page #landing_hero_area .container .img-left-content.split3 .region-hero, .img-left-content.split2 .node-type-chapter-top-level-page #landing_hero_area .container .region-hero, .node-type-chapter-top-level-page #landing_hero_area .container .img-left-content.split2 .region-hero, .img-left-content.page_content .node-type-chapter-top-level-page #landing_hero_area .container .region-hero, .node-type-chapter-top-level-page #landing_hero_area .container .img-left-content.page_content .region-hero, .img-left-content.field-item .node-type-chapter-top-level-page #landing_hero_area .container .region-hero, .node-type-chapter-top-level-page #landing_hero_area .container .img-left-content.field-item .region-hero, .node-type-chapter-top-level-page .img-left-content#landing_hero_area .container .region-hero, .img-left-content#landing_hero_2018 .node-type-chapter-top-level-page #landing_hero_area .container .region-hero, .node-type-chapter-top-level-page #landing_hero_area .container .img-left-content#landing_hero_2018 .region-hero, .img-left-content#overall-rating .node-type-chapter-top-level-page #landing_hero_area .container .region-hero, .node-type-chapter-top-level-page #landing_hero_area .container .img-left-content#overall-rating .region-hero, .img-left-content.filter-container .node-type-chapter-top-level-page #landing_hero_area .container .region-hero, .node-type-chapter-top-level-page #landing_hero_area .container .img-left-content.filter-container .region-hero, .img-left-content#review-list .node-type-chapter-top-level-page #landing_hero_area .container .region-hero, .node-type-chapter-top-level-page #landing_hero_area .container .img-left-content#review-list .region-hero {
    width: 100%; } }
@media (max-width: 780px) {
  .page_content aside.side_nav_left {
    width: 95%; } }
@media (max-width: 780px) {
  .page_content section#main {
    width: 100%; } }

.page-full-width.node-type-page .page_content section#main, .page-full-width.page-gsearch .page_content section#main, .page-full-width.page-forum .page_content section#main, .page-full-width.node-type-forum .page_content section#main {
  margin-left: 18%; }
@media (max-width: 1280px) {
  .page-full-width.node-type-page .page_content section#main, .page-full-width.page-gsearch .page_content section#main, .page-full-width.page-forum .page_content section#main, .page-full-width.node-type-forum .page_content section#main {
    width: 100%;
    margin-left: 0; } }

.node-type-top-level-page .page_content aside.side_nav_left, .front .page_content aside.side_nav_left, .node-type-chapter-top-level-page .page_content aside.side_nav_left {
  display: none; }
.node-type-top-level-page .page_content section#main, .front .page_content section#main, .node-type-chapter-top-level-page .page_content section#main {
  width: auto; }
  @media (max-width: 480px) {
    .node-type-top-level-page .page_content section#main, .front .page_content section#main, .node-type-chapter-top-level-page .page_content section#main {
      width: 100%; } }

.padding-alt {
  padding: 0 2em; }

.col-1-4.padding-alt, .page_content aside.padding-alt.side_nav_left, .node-type-chapter-top-level-page #landing_hero_area .container aside.padding-alt.side_nav_left {
  margin-bottom: 0; }

.height-fix {
  height: 15em; }

@media screen and (max-width: 480px) {
  .no-border {
    border: none !important; } }
.mem-pad {
  padding-right: 1em !important; }

.right-pad .col-1-3:last-of-type, .right-pad .split3 ul:last-of-type, .split3 .right-pad ul:last-of-type, .right-pad .split3 .col1:last-of-type, .split3 .right-pad .col1:last-of-type, .right-pad .split3 .col2:last-of-type, .split3 .right-pad .col2:last-of-type, .right-pad .split3 .col3:last-of-type, .split3 .right-pad .col3:last-of-type {
  padding-right: 3em; }
.right-pad .col-1-2:last-of-type, .right-pad .split2 ul:last-of-type, .split2 .right-pad ul:last-of-type, .right-pad .split2 .col1:last-of-type, .split2 .right-pad .col1:last-of-type, .right-pad .split2 .col2:last-of-type, .split2 .right-pad .col2:last-of-type, .right-pad #myacp-header .login-panel .my-interests:last-of-type, #myacp-header .login-panel .right-pad .my-interests:last-of-type, .right-pad #myacp-header .myacp-panel .my-interests:last-of-type, #myacp-header .myacp-panel .right-pad .my-interests:last-of-type, .right-pad #myacp-header .login-panel .my-account:last-of-type, #myacp-header .login-panel .right-pad .my-account:last-of-type, .right-pad #myacp-header .myacp-panel .my-account:last-of-type, #myacp-header .myacp-panel .right-pad .my-account:last-of-type {
  padding-right: 3em; }
.right-pad .col-1-4:last-of-type, .right-pad .page_content aside.side_nav_left:last-of-type, .page_content .right-pad aside.side_nav_left:last-of-type, .right-pad .node-type-chapter-top-level-page #landing_hero_area .container aside.side_nav_left:last-of-type, .node-type-chapter-top-level-page #landing_hero_area .container .right-pad aside.side_nav_left:last-of-type {
  padding-right: 2em; }

.extrapad {
  padding-bottom: 2em; }

header.mobile {
  display: none; }

@media (max-width: 780px) {
  header.desktop {
    display: none; }

  header.mobile {
    display: block; } }
form#search-block-form {
  margin: .9em 0;
  float: right; }
  form#search-block-form h2.element-invisible {
    display: none; }
  form#search-block-form .container-inline div {
    display: block;
    float: left;
    margin: 0; }
    form#search-block-form .container-inline div input {
      background-color: #fff;
      border: 1px solid #b5b7b4;
      border-radius: 40px 0 0px 40px;
      font-size: 0.75em;
      height: 1em;
      line-height: 1em;
      overflow: hidden;
      line-height: initial; }
      form#search-block-form .container-inline div input.form-submit {
        background-color: #0063be;
        border: 1px solid #0063be;
        font-weight: 400;
        border-radius: 0 40px 40px 0; }
        form#search-block-form .container-inline div input.form-submit:hover {
          background-color: #2597ff;
          border-color: #2597ff; }

header.desktop {
  background-color: #fff;
  position: fixed;
  z-index: 100;
  top: 0;
  width: 100%; }
  header.desktop .container {
    height: 72px;
    overflow: hidden; }
  header.desktop #navigation .container {
    height: auto; }
  header.desktop .brand a {
    display: block;
    float: left;
    height: 72px;
    width: 315px; }
    @media (max-width: 960px) {
      header.desktop .brand a {
        margin-top: 2px;
        width: 285px; } }
    header.desktop .brand a img {
      margin-top: 17px;
      max-width: 100%; }
  header.desktop .utility {
    font-size: .9em; }
    @media (min-width: 1280px) {
      header.desktop .utility {
        margin-top: -3px; } }
    header.desktop .utility .content {
      float: right; }
    header.desktop .utility ul {
      float: left;
      margin: 1.5em 0;
      padding-left: 0; }
      header.desktop .utility ul li {
        display: inline;
        text-transform: uppercase;
        font-size: .8em;
        border-right: 1px solid #b5b7b4;
        margin-right: .8em;
        padding-right: .8em; }
        header.desktop .utility ul li:last-of-type {
          border: 0;
          margin-right: 0; }
        header.desktop .utility ul li.user-greeting a {
          letter-spacing: normal;
          text-transform: none; }
    header.desktop .utility:first-of-type a.button, header.desktop .utility:first-of-type #main .node-webform a.button_blue, #main .node-webform header.desktop .utility:first-of-type a.button_blue, header.desktop .utility:first-of-type #main .node-webform a.button_green, #main .node-webform header.desktop .utility:first-of-type a.button_green, header.desktop .utility:first-of-type #main .node-webform a.button_remove, #main .node-webform header.desktop .utility:first-of-type a.button_remove, header.desktop .utility:first-of-type .joyride-tip-guide .joyride-content-wrapper a.joyride-next-tip, .joyride-tip-guide .joyride-content-wrapper header.desktop .utility:first-of-type a.joyride-next-tip, header.desktop .utility:first-of-type .page-forum ul.action-links li a.subscription, .page-forum ul.action-links li header.desktop .utility:first-of-type a.subscription {
      font-size: .9em;
      float: left;
      margin: 1.3em .8em 1.3em 0; }
  header.desktop #navigation {
    background-color: #575a5d;
    clear: both; }
    header.desktop #navigation ul.menu {
      padding: 0;
      margin: 0;
      display: -webkit-flex;
      display: flex;
      -webkit-align-items: stretch;
      align-items: stretch; }
      header.desktop #navigation ul.menu > li {
        display: inline-block;
        display: -webkit-flex;
        display: flex;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-align-items: center;
        align-items: center;
        -webkit-flex-grow: 1;
        flex-grow: 1;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        list-style: none;
        margin: 0;
        padding: 0;
        height: 50px;
        font-size: .7em;
        line-height: 1.1em;
        text-align: center;
        border-right: 1px solid #686E70; }
        header.desktop #navigation ul.menu > li:first-of-type {
          border-left: 1px solid #686E70; }
        header.desktop #navigation ul.menu > li:hover, header.desktop #navigation ul.menu > li.active-trail:hover {
          background-color: #e5e5e5;
          background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSI4JSIgc3RvcC1jb2xvcj0iIzAwN2U2NiIvPjxzdG9wIG9mZnNldD0iOCUiIHN0b3AtY29sb3I9IiNmOWY5ZjkiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmOWY5ZjkiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA=');
          background-size: 100%;
          background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(8%, #007e66), color-stop(8%, #f9f9f9), color-stop(100%, #f9f9f9));
          background-image: -moz-linear-gradient(top, #007e66 8%, #f9f9f9 8%, #f9f9f9 100%);
          background-image: -webkit-linear-gradient(top, #007e66 8%, #f9f9f9 8%, #f9f9f9 100%);
          background-image: linear-gradient(to bottom, #007e66 8%, #f9f9f9 8%, #f9f9f9 100%); }
          header.desktop #navigation ul.menu > li:hover > a, header.desktop #navigation ul.menu > li.active-trail:hover > a {
            color: #575a5d; }
        header.desktop #navigation ul.menu > li.active-trail {
          background-color: #e5e5e5;
          background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSI4JSIgc3RvcC1jb2xvcj0iIzAwN2U2NiIvPjxzdG9wIG9mZnNldD0iOCUiIHN0b3AtY29sb3I9IiNlNWU1ZTUiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlNWU1ZTUiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA=');
          background-size: 100%;
          background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(8%, #007e66), color-stop(8%, #e5e5e5), color-stop(100%, #e5e5e5));
          background-image: -moz-linear-gradient(top, #007e66 8%, #e5e5e5 8%, #e5e5e5 100%);
          background-image: -webkit-linear-gradient(top, #007e66 8%, #e5e5e5 8%, #e5e5e5 100%);
          background-image: linear-gradient(to bottom, #007e66 8%, #e5e5e5 8%, #e5e5e5 100%); }
          header.desktop #navigation ul.menu > li.active-trail > a {
            color: #575a5d; }
        header.desktop #navigation ul.menu > li > a {
          padding: 3em 1.5em;
          width: 100%;
          color: #F9F9F9; }
          header.desktop #navigation ul.menu > li > a:hover {
            color: #575a5d; }
        @media (max-width: 960px) {
          header.desktop #navigation ul.menu > li.last {
            text-align: center; } }

.storeicon:before {
  font-size: 110%;
  padding-right: 0.5em !important; }

@media (max-width: 780px) {
  body {
    position: absolute;
    left: 0;
    width: 100%;
    -moz-transition-property: all;
    -o-transition-property: all;
    -webkit-transition-property: all;
    transition-property: all;
    -moz-transition-duration: 0.4s;
    -o-transition-duration: 0.4s;
    -webkit-transition-duration: 0.4s;
    transition-duration: 0.4s; }
    body.active_nav {
      left: 270px;
      overflow: hidden;
      position: fixed; }
    body .page_content {
      z-index: 1;
      position: relative;
      background-color: #fff;
      margin-top: 58px;
      min-height: 93vh; }

  header.mobile a.menu {
    color: #007e66;
    float: left;
    cursor: pointer;
    font-size: 1.3em;
    padding: 0.25em 0.5em;
    margin: 0.5em 0 0.25em -0.5em; }
    header.mobile a.menu:hover {
      color: #2eb135; }
  header.mobile .container {
    position: fixed;
    top: 0;
    z-index: 100;
    width: 100%;
    transition: top 0.5s ease-in-out;
    border-bottom: 1px solid #e5e5e5;
    background-color: #ffffff;
    -moz-transition-property: all;
    -o-transition-property: all;
    -webkit-transition-property: all;
    transition-property: all;
    -moz-transition-duration: 0.4s;
    -o-transition-duration: 0.4s;
    -webkit-transition-duration: 0.4s;
    transition-duration: 0.4s; }
  header.mobile.nav-up .container {
    top: -60px; }
  header.mobile .brand a {
    display: block;
    float: none;
    margin: 0 auto;
    height: 58px;
    width: 138px; }
    header.mobile .brand a img {
      margin-top: 10px;
      max-width: 100%; }
  header.mobile #mobile_nav {
    background: url("../images/mobile_gradient.gif") repeat-y right white;
    position: fixed;
    top: 0;
    bottom: 0;
    left: -270px;
    width: 270px;
    max-height: 100vh;
    overflow-x: hidden;
    overflow-y: auto;
    -moz-transition-property: left;
    -o-transition-property: left;
    -webkit-transition-property: left;
    transition-property: left;
    -moz-transition-duration: 0.4s;
    -o-transition-duration: 0.4s;
    -webkit-transition-duration: 0.4s;
    transition-duration: 0.4s; }
    header.mobile #mobile_nav .brand {
      border-bottom: 1px solid #e5e5e5; }
      header.mobile #mobile_nav .brand a {
        width: 235px; }
        header.mobile #mobile_nav .brand a img {
          margin-top: 15px;
          height: 28px; }
    header.mobile #mobile_nav #main-menu {
      width: 100%;
      float: left;
      margin-bottom: .5em;
      position: relative;
      z-index: 0; }
    header.mobile #mobile_nav ul.menu {
      float: left;
      clear: both;
      padding-left: 2em;
      margin-top: 1em; }
      header.mobile #mobile_nav ul.menu li {
        list-style: none;
        padding: 0.4em 0;
        margin: 0; }
        header.mobile #mobile_nav ul.menu li a {
          font-size: .9em;
          letter-spacing: .13em;
          text-transform: uppercase; }
    header.mobile #mobile_nav .region-utility {
      float: left; }
      header.mobile #mobile_nav .region-utility ul {
        list-style: none;
        float: left;
        margin-top: 0.5em; }
        header.mobile #mobile_nav .region-utility ul li {
          display: inline-block;
          padding: 0 0.5em; }
          header.mobile #mobile_nav .region-utility ul li a {
            font-size: .9em;
            letter-spacing: .13em;
            text-transform: uppercase; }
          header.mobile #mobile_nav .region-utility ul li.user-greeting {
            border-left: 1px solid #b5b7b4; }
            header.mobile #mobile_nav .region-utility ul li.user-greeting a {
              letter-spacing: normal;
              text-transform: none;
              width: auto; }
      header.mobile #mobile_nav .region-utility .button, header.mobile #mobile_nav .region-utility .content form input[type="submit"], .content form header.mobile #mobile_nav .region-utility input[type="submit"], header.mobile #mobile_nav .region-utility label.fancy select, label.fancy header.mobile #mobile_nav .region-utility select, header.mobile #mobile_nav .region-utility #main .node-webform .button_blue, #main .node-webform header.mobile #mobile_nav .region-utility .button_blue, header.mobile #mobile_nav .region-utility #main .node-webform .button_green, #main .node-webform header.mobile #mobile_nav .region-utility .button_green, header.mobile #mobile_nav .region-utility #main .node-webform .button_remove, #main .node-webform header.mobile #mobile_nav .region-utility .button_remove, header.mobile #mobile_nav .region-utility #main .node-webform .form-actions input, #main .node-webform .form-actions header.mobile #mobile_nav .region-utility input, header.mobile #mobile_nav .region-utility .joyride-tip-guide .joyride-content-wrapper a.joyride-next-tip, .joyride-tip-guide .joyride-content-wrapper header.mobile #mobile_nav .region-utility a.joyride-next-tip, header.mobile #mobile_nav .region-utility .page-forum ul.action-links li a.subscription, .page-forum ul.action-links li header.mobile #mobile_nav .region-utility a.subscription {
        font-size: .8em;
        float: left;
        margin: 1em 0; }
    header.mobile #mobile_nav form#search-block-form {
      width: 100%;
      float: left;
      margin: 0;
      border-top: 1px solid #e5e5e5;
      border-bottom: 1px solid #e5e5e5;
      padding: 1.5em 0 1em; }
      header.mobile #mobile_nav form#search-block-form .container-inline {
        margin: 0 1em; }
        header.mobile #mobile_nav form#search-block-form .container-inline div input {
          width: 144px; }
          header.mobile #mobile_nav form#search-block-form .container-inline div input.form-submit {
            width: auto; }
    header.mobile #mobile_nav .footer_social {
      font-size: 0.9rem;
      line-height: 1.6;
      float: left;
      padding: 1em 0 1em 1em;
      text-align: center;
      width: 80%; } }
    @media screen and (max-width: 780px) and (min-width: 780px) {
      header.mobile #mobile_nav .footer_social {
        font-size: 1rem;
        line-height: 1.675; } }
    @media screen and (max-width: 780px) and (min-width: 1280px) {
      header.mobile #mobile_nav .footer_social {
        font-size: 1.1rem;
        line-height: 1.775; } }
@media (max-width: 780px) {
      header.mobile #mobile_nav .footer_social a {
        margin-right: .5em; }
        header.mobile #mobile_nav .footer_social a:after {
          display: none; }
    header.mobile #mobile_nav ul.no-style, header.mobile #mobile_nav ul.assets_table, header.mobile #mobile_nav .node-type-custom .already-a-member .acp-grey-light ul, .node-type-custom .already-a-member .acp-grey-light header.mobile #mobile_nav ul, header.mobile #mobile_nav .view-news-releases div ul, .view-news-releases div header.mobile #mobile_nav ul, header.mobile #mobile_nav .view-news-releases-content- > div ul, .view-news-releases-content- > div header.mobile #mobile_nav ul, header.mobile #mobile_nav .page-forum ul.action-links, .page-forum header.mobile #mobile_nav ul.action-links {
      font-size: 0.75rem;
      line-height: 1.5;
      float: left;
      padding: 0 2em;
      text-align: center;
      width: 200px; }
    header.mobile #mobile_nav .region-copyright {
      font-size: .6em;
      color: #8e908f;
      text-align: center;
      padding: 1em 3em;
      opacity: .5;
      float: left; }
      header.mobile #mobile_nav .region-copyright hr {
        display: none; }
      header.mobile #mobile_nav .region-copyright .block-menu-block, header.mobile #mobile_nav .region-copyright .block-menu {
        display: none; }

  body.active_nav header.mobile #mobile_nav {
    left: 0; }

  body.active_nav header.mobile .container {
    position: absolute; } }
html {
  background-color: #2F3537; }
  html body {
    background-color: white; }
    html body > iframe {
      display: block;
      height: 0; }
  @media (max-width: 780px) {
    html {
      background-color: white; } }

footer {
  background-color: #2F3537;
  font-size: .55em;
  padding: 0 3em; }
  footer .col-3-4, footer .node-type-chapter-top-level-page #landing_hero_area .container .region-hero, .node-type-chapter-top-level-page #landing_hero_area .container footer .region-hero, footer .col-1-4, footer .page_content aside.side_nav_left, .page_content footer aside.side_nav_left, footer .node-type-chapter-top-level-page #landing_hero_area .container aside.side_nav_left, .node-type-chapter-top-level-page #landing_hero_area .container footer aside.side_nav_left {
    margin-bottom: 0; }
  footer .footer_social {
    font-size: 0.9rem;
    line-height: 1.6;
    padding: .75em 0 .75em 1em;
    float: right; }
    @media screen and (min-width: 780px) {
      footer .footer_social {
        font-size: 1rem;
        line-height: 1.675; } }
    @media screen and (min-width: 1280px) {
      footer .footer_social {
        font-size: 1.1rem;
        line-height: 1.775; } }
    footer .footer_social a {
      color: white;
      margin-right: .75em; }
      footer .footer_social a:hover {
        color: #0063be; }
  footer ul.no-style, footer ul.assets_table, footer .node-type-custom .already-a-member .acp-grey-light ul, .node-type-custom .already-a-member .acp-grey-light footer ul, footer .view-news-releases div ul, .view-news-releases div footer ul, footer .view-news-releases-content- > div ul, .view-news-releases-content- > div footer ul, footer .page-forum ul.action-links, .page-forum footer ul.action-links {
    display: none; }
  footer ul.static_links {
    padding: 1.5em 0;
    margin: 0;
    font-size: 1.15em; }
    footer ul.static_links li {
      display: inline;
      border-right: 1px solid #4AAE9C;
      margin-right: 1em;
      padding-right: 1em; }
      footer ul.static_links li:last-of-type {
        border: none; }
      footer ul.static_links li a, footer ul.static_links li a:hover {
        color: #4AAE9C; }
        footer ul.static_links li a:hover, footer ul.static_links li a:hover:hover {
          text-decoration: underline; }
    @media (max-width: 780px) {
      footer ul.static_links li {
        border: none; } }
  footer hr {
    position: absolute;
    left: 0;
    right: 0;
    border: 0;
    border-bottom: 1px solid #8e908f;
    opacity: .5;
    margin: 0; }
    @media (max-width: 780px) {
      footer hr {
        display: none;
        line-height: 2em; } }
  footer ul.menu {
    display: inline-block;
    margin: 1.5em 0 0 0;
    padding: 0; }
    footer ul.menu li {
      margin: 1em 0 1em 0;
      list-style: none !important;
      float: left;
      width: 16%;
      display: inline; }
      footer ul.menu li a, footer ul.menu li a:hover {
        color: #B5B7B4;
        text-transform: uppercase;
        float: left;
        width: 100%;
        line-height: 1.25em; }
        footer ul.menu li a:hover, footer ul.menu li a:hover:hover {
          text-decoration: underline; }
      footer ul.menu li:nth-child(7) {
        clear: both; }
      footer ul.menu li ul.menu {
        display: inline-block;
        margin-top: 0.25em; }
        footer ul.menu li ul.menu li {
          float: left;
          width: 100%;
          margin: 0;
          padding: 0.5em 1em 0.5em 0;
          box-sizing: border-box;
          font-size: 1.3em; }
          footer ul.menu li ul.menu li a, footer ul.menu li ul.menu li a:hover {
            color: #4AAE9C;
            text-transform: none; }
            footer ul.menu li ul.menu li a:hover, footer ul.menu li ul.menu li a:hover:hover {
              text-decoration: underline; }
      @media (max-width: 960px) {
        footer ul.menu li {
          width: 19%; }
          footer ul.menu li:nth-child(6) {
            clear: both; }
          footer ul.menu li:nth-child(7) {
            clear: none; } }
      @media (max-width: 780px) {
        footer ul.menu li {
          display: none; } }
  footer div.block:last-of-type div.content p {
    color: #B5B7B4;
    margin: 0;
    padding: 1.5em 0; }
  @media (max-width: 780px) {
    footer div.block:last-of-type {
      display: none; } }
  @media (max-width: 780px) {
    footer {
      display: none; } }

aside.side_nav_left h2 {
  margin: 1em 0 0.5em;
  padding: 0 2em 0 0; }
  aside.side_nav_left h2 a {
    color: #007e66; }
    aside.side_nav_left h2 a:hover {
      color: #00987b; }
    aside.side_nav_left h2 a.active {
      color: #575A5D; }
      aside.side_nav_left h2 a.active:hover {
        text-decoration: none;
        cursor: default; }
aside.side_nav_left ul.menu {
  padding: 0 2em 0 0;
  margin: 0; }
  aside.side_nav_left ul.menu li {
    list-style: none;
    margin: 0;
    padding: .8em 0; }
    aside.side_nav_left ul.menu li a.active {
      color: #575A5D;
      font-weight: 600; }
    aside.side_nav_left ul.menu li ul.menu {
      margin-top: 1em;
      padding-left: 2em;
      font-size: .9em; }

aside.side_nav_left select {
  display: none; }
  .page-calendar aside.side_nav_left select {
    display: block; }

@media (max-width: 780px) {
  aside.side_nav_left {
    bottom: 0;
    position: absolute;
    left: 1em;
    padding-left: 0 !important;
    margin-bottom: 0 !important; }
    aside.side_nav_left h2 {
      float: left;
      font-size: 0.9em;
      margin-top: 0.5em;
      font-weight: 600 !important; }
    aside.side_nav_left ul {
      display: none; }
    aside.side_nav_left select {
      display: block;
      margin-top: 1em;
      max-width: 60%; }

  .node-type-page section#main {
    border-bottom: 1px solid #e5e5e5; }

  section#main {
    margin-bottom: 3.5em !important;
    padding-bottom: 3em; } }
/********************/
/* Aside Right Side */
/********************/
aside.side_nav_right h2 {
  margin: 1em 0.5em 0 0;
  padding: 0 0 0 2em; }
  aside.side_nav_right h2 a {
    color: #007e66; }
    aside.side_nav_right h2 a:hover {
      color: #00987b; }
    aside.side_nav_right h2 a.active {
      color: #575A5D; }
      aside.side_nav_right h2 a.active:hover {
        text-decoration: none;
        cursor: default; }
aside.side_nav_right ul.menu {
  padding: 0 0 0 2em;
  margin: 0; }
  aside.side_nav_right ul.menu li {
    list-style: none;
    margin: 0;
    padding: .8em 0; }
    aside.side_nav_right ul.menu li a.active {
      color: #575A5D;
      font-weight: 600; }
    aside.side_nav_right ul.menu li ul.menu {
      margin-top: 1em;
      padding-right: 2em;
      font-size: .9em; }

.side_nav_right {
  width: 25%;
  float: left;
  margin: 0 0 0 6%; }
  .side_nav_right select {
    display: none; }
  .side_nav_right::after {
    content: '';
    clear: both; }

@media (max-width: 780px) {
  .side_nav_right {
    width: 100%;
    float: none; } }
#main-menu ul.menu li .panel {
  margin: 0 auto;
  position: fixed;
  top: 122px;
  left: 1em;
  right: 1em;
  text-align: center;
  z-index: -1;
  visibility: hidden;
  opacity: 0;
  padding: 1em;
  display: inline-block;
  text-align: left;
  width: calc('100% - 2em');
  max-width: 1500px;
  -moz-box-shadow: rgba(0, 0, 0, 0.25) 0px 0px 15px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.25) 0px 0px 15px;
  box-shadow: rgba(0, 0, 0, 0.25) 0px 0px 15px;
  background-color: #F9F9F9;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }
  #main-menu ul.menu li .panel .grid, #main-menu ul.menu li .panel #tabs.vertical > div, #main-menu ul.menu li .panel .ui-accordion-content, #main-menu ul.menu li .panel .split3, #main-menu ul.menu li .panel .split2, #main-menu ul.menu li .panel .page_content, #main-menu ul.menu li .panel .field-item, #main-menu ul.menu li .panel .node-type-chapter-top-level-page #landing_hero_area, .node-type-chapter-top-level-page #main-menu ul.menu li .panel #landing_hero_area, #main-menu ul.menu li .panel #landing_hero_2018, #main-menu ul.menu li .panel #overall-rating, #main-menu ul.menu li .panel .filter-container, #main-menu ul.menu li .panel #review-list {
    display: -webkit-flex;
    display: flex; }
    #main-menu ul.menu li .panel .grid > *, #main-menu ul.menu li .panel #tabs.vertical > div > *, #main-menu ul.menu li .panel .ui-accordion-content > *, #main-menu ul.menu li .panel .view .ui-accordion .ui-accordion-content > *, #main-menu ul.menu li .panel .split3 > *, #main-menu ul.menu li .panel .split2 > *, #main-menu ul.menu li .panel .page_content > *, #main-menu ul.menu li .panel .field-item > *, #main-menu ul.menu li .panel .node-type-chapter-top-level-page #landing_hero_area > *, .node-type-chapter-top-level-page #main-menu ul.menu li .panel #landing_hero_area > *, #main-menu ul.menu li .panel #landing_hero_2018 > *, #main-menu ul.menu li .panel #overall-rating > *, #main-menu ul.menu li .panel .filter-container > *, #main-menu ul.menu li .panel #review-list > * {
      display: -webkit-flex;
      display: flex;
      -webkit-flex-direction: column;
      flex-direction: column;
      margin-bottom: 0; }
  #main-menu ul.menu li .panel p {
    margin-top: -0.5em; }
  #main-menu ul.menu li .panel h2, #main-menu ul.menu li .panel h3, #main-menu ul.menu li .panel .limit-search, #main-menu ul.menu li .panel h4, #main-menu ul.menu li .panel h5, #main-menu ul.menu li .panel .acc-sub-cat, #main-menu ul.menu li .panel .search-header, #main-menu ul.menu li .panel #landing_hero_2018 h2, #landing_hero_2018 #main-menu ul.menu li .panel h2 {
    margin-top: .5em; }
  #main-menu ul.menu li .panel img {
    box-sizing: unset;
    max-width: 100%; }
  #main-menu ul.menu li .panel .panel-menu {
    background-color: #e5e5e5;
    padding: 1.5em; }
    #main-menu ul.menu li .panel .panel-menu h2 {
      font-weight: 300;
      margin: 0em 0 0.5em;
      padding: 0 2em 0 0; }
    #main-menu ul.menu li .panel .panel-menu ul {
      padding: 0 2em 0 0;
      margin: 0; }
      #main-menu ul.menu li .panel .panel-menu ul li {
        list-style: none;
        margin: 0;
        padding: .6em 0;
        line-height: 1.3em; }
#main-menu ul.menu li:hover .panel, #main-menu ul.menu li:focus .panel, #main-menu ul.menu li:active .panel {
  opacity: 1;
  visibility: visible;
  -moz-transition: all 0.2s linear 0.3s;
  -o-transition: all 0.2s linear 0.3s;
  -webkit-transition: all 0.2s linear;
  -webkit-transition-delay: 0.3s;
  transition: all 0.2s linear 0.3s; }
@media (max-height: 600px) {
  #main-menu ul.menu li:hover .panel, #main-menu ul.menu li:focus .panel, #main-menu ul.menu li:active .panel {
    max-height: 55vh;
    overflow: auto; } }

@media (max-width: 780px) {
  .panel {
    display: none !important; } }
/*.content.ui-tabs.ui-widget.ui-widget-content.ui-corner-all {
  background-color: #d5d5d5;
  padding-left: 1.5em;
  padding-bottom: 1.5em;
  margin-bottom: 0.5em;
  margin-top: 1.5em;
  border-radius: 10px;
}*/
.radio, .checkbox {
  margin-top: 10px;
  margin-bottom: 10px; }

@media (max-width: 960px) {
  form#short-clinical-search h4, form.moc-search h4, #facet-search-form h4 {
    font-size: 0.9rem;
    line-height: 1.6; } }
  @media screen and (max-width: 960px) and (min-width: 780px) {
    form#short-clinical-search h4, form.moc-search h4, #facet-search-form h4 {
      font-size: 1rem;
      line-height: 1.675; } }
  @media screen and (max-width: 960px) and (min-width: 1280px) {
    form#short-clinical-search h4, form.moc-search h4, #facet-search-form h4 {
      font-size: 1.1rem;
      line-height: 1.775; } }

@media (max-width: 780px) {
  form#short-clinical-search h4, form.moc-search h4, #facet-search-form h4 {
    font-size: 1rem;
    line-height: 1.25;
    text-align: center; } }
  @media screen and (max-width: 780px) and (min-width: 780px) {
    form#short-clinical-search h4, form.moc-search h4, #facet-search-form h4 {
      font-size: 1.375rem;
      line-height: 1.25; } }
  @media screen and (max-width: 780px) and (min-width: 1280px) {
    form#short-clinical-search h4, form.moc-search h4, #facet-search-form h4 {
      font-size: 1.5rem;
      line-height: 1.25; } }

@media (max-width: 780px) {
  form#short-clinical-search .clinical-search-panel.hero_element_copy > .grid > .col-1-2, form.moc-search .clinical-search-panel.hero_element_copy > .grid > .col-1-2, form#short-clinical-search #tabs.vertical.clinical-search-panel.hero_element_copy > div > .col-1-2, form.moc-search #tabs.vertical.clinical-search-panel.hero_element_copy > div > .col-1-2, form#short-clinical-search .clinical-search-panel.hero_element_copy > .ui-accordion-content > .col-1-2, form.moc-search .clinical-search-panel.hero_element_copy > .ui-accordion-content > .col-1-2, form#short-clinical-search .view .ui-accordion .clinical-search-panel.hero_element_copy > .ui-accordion-content > .col-1-2, .view .ui-accordion form#short-clinical-search .clinical-search-panel.hero_element_copy > .ui-accordion-content > .col-1-2, form.moc-search .view .ui-accordion .clinical-search-panel.hero_element_copy > .ui-accordion-content > .col-1-2, .view .ui-accordion form.moc-search .clinical-search-panel.hero_element_copy > .ui-accordion-content > .col-1-2, form#short-clinical-search .clinical-search-panel.hero_element_copy > .split3 > .col-1-2, form.moc-search .clinical-search-panel.hero_element_copy > .split3 > .col-1-2, form#short-clinical-search .clinical-search-panel.hero_element_copy > .split2 > .col-1-2, form.moc-search .clinical-search-panel.hero_element_copy > .split2 > .col-1-2, form#short-clinical-search .clinical-search-panel.hero_element_copy > .page_content > .col-1-2, form.moc-search .clinical-search-panel.hero_element_copy > .page_content > .col-1-2, form#short-clinical-search .clinical-search-panel.hero_element_copy > .field-item > .col-1-2, form.moc-search .clinical-search-panel.hero_element_copy > .field-item > .col-1-2, form#short-clinical-search .node-type-chapter-top-level-page .clinical-search-panel.hero_element_copy > #landing_hero_area > .col-1-2, .node-type-chapter-top-level-page form#short-clinical-search .clinical-search-panel.hero_element_copy > #landing_hero_area > .col-1-2, form.moc-search .node-type-chapter-top-level-page .clinical-search-panel.hero_element_copy > #landing_hero_area > .col-1-2, .node-type-chapter-top-level-page form.moc-search .clinical-search-panel.hero_element_copy > #landing_hero_area > .col-1-2, form#short-clinical-search .clinical-search-panel.hero_element_copy > #landing_hero_2018 > .col-1-2, form.moc-search .clinical-search-panel.hero_element_copy > #landing_hero_2018 > .col-1-2, form#short-clinical-search .clinical-search-panel.hero_element_copy > #overall-rating > .col-1-2, form.moc-search .clinical-search-panel.hero_element_copy > #overall-rating > .col-1-2, form#short-clinical-search .clinical-search-panel.hero_element_copy > .filter-container > .col-1-2, form.moc-search .clinical-search-panel.hero_element_copy > .filter-container > .col-1-2, form#short-clinical-search .clinical-search-panel.hero_element_copy > #review-list > .col-1-2, form.moc-search .clinical-search-panel.hero_element_copy > #review-list > .col-1-2, form#short-clinical-search .split2 .clinical-search-panel.hero_element_copy > .grid > ul, .split2 form#short-clinical-search .clinical-search-panel.hero_element_copy > .grid > ul, form.moc-search .split2 .clinical-search-panel.hero_element_copy > .grid > ul, .split2 form.moc-search .clinical-search-panel.hero_element_copy > .grid > ul, form#short-clinical-search .split2 #tabs.vertical.clinical-search-panel.hero_element_copy > div > ul, .split2 form#short-clinical-search #tabs.vertical.clinical-search-panel.hero_element_copy > div > ul, form.moc-search .split2 #tabs.vertical.clinical-search-panel.hero_element_copy > div > ul, .split2 form.moc-search #tabs.vertical.clinical-search-panel.hero_element_copy > div > ul, form#short-clinical-search .split2 .clinical-search-panel.hero_element_copy > .ui-accordion-content > ul, .split2 form#short-clinical-search .clinical-search-panel.hero_element_copy > .ui-accordion-content > ul, form.moc-search .split2 .clinical-search-panel.hero_element_copy > .ui-accordion-content > ul, .split2 form.moc-search .clinical-search-panel.hero_element_copy > .ui-accordion-content > ul, form#short-clinical-search .view .ui-accordion .split2 .clinical-search-panel.hero_element_copy > .ui-accordion-content > ul, .split2 form#short-clinical-search .view .ui-accordion .clinical-search-panel.hero_element_copy > .ui-accordion-content > ul, .view .ui-accordion form#short-clinical-search .split2 .clinical-search-panel.hero_element_copy > .ui-accordion-content > ul, .split2 .view .ui-accordion form#short-clinical-search .clinical-search-panel.hero_element_copy > .ui-accordion-content > ul, form.moc-search .view .ui-accordion .split2 .clinical-search-panel.hero_element_copy > .ui-accordion-content > ul, .split2 form.moc-search .view .ui-accordion .clinical-search-panel.hero_element_copy > .ui-accordion-content > ul, .view .ui-accordion form.moc-search .split2 .clinical-search-panel.hero_element_copy > .ui-accordion-content > ul, .split2 .view .ui-accordion form.moc-search .clinical-search-panel.hero_element_copy > .ui-accordion-content > ul, form#short-clinical-search .split2 .clinical-search-panel.hero_element_copy > .split3 > ul, .split2 form#short-clinical-search .clinical-search-panel.hero_element_copy > .split3 > ul, form.moc-search .split2 .clinical-search-panel.hero_element_copy > .split3 > ul, .split2 form.moc-search .clinical-search-panel.hero_element_copy > .split3 > ul, form#short-clinical-search .clinical-search-panel.hero_element_copy > .split2 > ul, form.moc-search .clinical-search-panel.hero_element_copy > .split2 > ul, form#short-clinical-search .split2 .clinical-search-panel.hero_element_copy > .page_content > ul, .split2 form#short-clinical-search .clinical-search-panel.hero_element_copy > .page_content > ul, form.moc-search .split2 .clinical-search-panel.hero_element_copy > .page_content > ul, .split2 form.moc-search .clinical-search-panel.hero_element_copy > .page_content > ul, form#short-clinical-search .split2 .clinical-search-panel.hero_element_copy > .field-item > ul, .split2 form#short-clinical-search .clinical-search-panel.hero_element_copy > .field-item > ul, form.moc-search .split2 .clinical-search-panel.hero_element_copy > .field-item > ul, .split2 form.moc-search .clinical-search-panel.hero_element_copy > .field-item > ul, form#short-clinical-search .node-type-chapter-top-level-page .split2 .clinical-search-panel.hero_element_copy > #landing_hero_area > ul, .split2 form#short-clinical-search .node-type-chapter-top-level-page .clinical-search-panel.hero_element_copy > #landing_hero_area > ul, .node-type-chapter-top-level-page form#short-clinical-search .split2 .clinical-search-panel.hero_element_copy > #landing_hero_area > ul, .split2 .node-type-chapter-top-level-page form#short-clinical-search .clinical-search-panel.hero_element_copy > #landing_hero_area > ul, form.moc-search .node-type-chapter-top-level-page .split2 .clinical-search-panel.hero_element_copy > #landing_hero_area > ul, .split2 form.moc-search .node-type-chapter-top-level-page .clinical-search-panel.hero_element_copy > #landing_hero_area > ul, .node-type-chapter-top-level-page form.moc-search .split2 .clinical-search-panel.hero_element_copy > #landing_hero_area > ul, .split2 .node-type-chapter-top-level-page form.moc-search .clinical-search-panel.hero_element_copy > #landing_hero_area > ul, form#short-clinical-search .split2 .clinical-search-panel.hero_element_copy > #landing_hero_2018 > ul, .split2 form#short-clinical-search .clinical-search-panel.hero_element_copy > #landing_hero_2018 > ul, form.moc-search .split2 .clinical-search-panel.hero_element_copy > #landing_hero_2018 > ul, .split2 form.moc-search .clinical-search-panel.hero_element_copy > #landing_hero_2018 > ul, form#short-clinical-search .split2 .clinical-search-panel.hero_element_copy > #overall-rating > ul, .split2 form#short-clinical-search .clinical-search-panel.hero_element_copy > #overall-rating > ul, form.moc-search .split2 .clinical-search-panel.hero_element_copy > #overall-rating > ul, .split2 form.moc-search .clinical-search-panel.hero_element_copy > #overall-rating > ul, form#short-clinical-search .split2 .clinical-search-panel.hero_element_copy > .filter-container > ul, .split2 form#short-clinical-search .clinical-search-panel.hero_element_copy > .filter-container > ul, form.moc-search .split2 .clinical-search-panel.hero_element_copy > .filter-container > ul, .split2 form.moc-search .clinical-search-panel.hero_element_copy > .filter-container > ul, form#short-clinical-search .split2 .clinical-search-panel.hero_element_copy > #review-list > ul, .split2 form#short-clinical-search .clinical-search-panel.hero_element_copy > #review-list > ul, form.moc-search .split2 .clinical-search-panel.hero_element_copy > #review-list > ul, .split2 form.moc-search .clinical-search-panel.hero_element_copy > #review-list > ul, form#short-clinical-search .split2 .clinical-search-panel.hero_element_copy > .grid > .col1, .split2 form#short-clinical-search .clinical-search-panel.hero_element_copy > .grid > .col1, form.moc-search .split2 .clinical-search-panel.hero_element_copy > .grid > .col1, .split2 form.moc-search .clinical-search-panel.hero_element_copy > .grid > .col1, form#short-clinical-search .split2 #tabs.vertical.clinical-search-panel.hero_element_copy > div > .col1, .split2 form#short-clinical-search #tabs.vertical.clinical-search-panel.hero_element_copy > div > .col1, form.moc-search .split2 #tabs.vertical.clinical-search-panel.hero_element_copy > div > .col1, .split2 form.moc-search #tabs.vertical.clinical-search-panel.hero_element_copy > div > .col1, form#short-clinical-search .split2 .clinical-search-panel.hero_element_copy > .ui-accordion-content > .col1, .split2 form#short-clinical-search .clinical-search-panel.hero_element_copy > .ui-accordion-content > .col1, form.moc-search .split2 .clinical-search-panel.hero_element_copy > .ui-accordion-content > .col1, .split2 form.moc-search .clinical-search-panel.hero_element_copy > .ui-accordion-content > .col1, form#short-clinical-search .view .ui-accordion .split2 .clinical-search-panel.hero_element_copy > .ui-accordion-content > .col1, .split2 form#short-clinical-search .view .ui-accordion .clinical-search-panel.hero_element_copy > .ui-accordion-content > .col1, .view .ui-accordion form#short-clinical-search .split2 .clinical-search-panel.hero_element_copy > .ui-accordion-content > .col1, .split2 .view .ui-accordion form#short-clinical-search .clinical-search-panel.hero_element_copy > .ui-accordion-content > .col1, form.moc-search .view .ui-accordion .split2 .clinical-search-panel.hero_element_copy > .ui-accordion-content > .col1, .split2 form.moc-search .view .ui-accordion .clinical-search-panel.hero_element_copy > .ui-accordion-content > .col1, .view .ui-accordion form.moc-search .split2 .clinical-search-panel.hero_element_copy > .ui-accordion-content > .col1, .split2 .view .ui-accordion form.moc-search .clinical-search-panel.hero_element_copy > .ui-accordion-content > .col1, form#short-clinical-search .split2 .clinical-search-panel.hero_element_copy > .split3 > .col1, .split2 form#short-clinical-search .clinical-search-panel.hero_element_copy > .split3 > .col1, form.moc-search .split2 .clinical-search-panel.hero_element_copy > .split3 > .col1, .split2 form.moc-search .clinical-search-panel.hero_element_copy > .split3 > .col1, form#short-clinical-search .clinical-search-panel.hero_element_copy > .split2 > .col1, form.moc-search .clinical-search-panel.hero_element_copy > .split2 > .col1, form#short-clinical-search .split2 .clinical-search-panel.hero_element_copy > .page_content > .col1, .split2 form#short-clinical-search .clinical-search-panel.hero_element_copy > .page_content > .col1, form.moc-search .split2 .clinical-search-panel.hero_element_copy > .page_content > .col1, .split2 form.moc-search .clinical-search-panel.hero_element_copy > .page_content > .col1, form#short-clinical-search .split2 .clinical-search-panel.hero_element_copy > .field-item > .col1, .split2 form#short-clinical-search .clinical-search-panel.hero_element_copy > .field-item > .col1, form.moc-search .split2 .clinical-search-panel.hero_element_copy > .field-item > .col1, .split2 form.moc-search .clinical-search-panel.hero_element_copy > .field-item > .col1, form#short-clinical-search .node-type-chapter-top-level-page .split2 .clinical-search-panel.hero_element_copy > #landing_hero_area > .col1, .split2 form#short-clinical-search .node-type-chapter-top-level-page .clinical-search-panel.hero_element_copy > #landing_hero_area > .col1, .node-type-chapter-top-level-page form#short-clinical-search .split2 .clinical-search-panel.hero_element_copy > #landing_hero_area > .col1, .split2 .node-type-chapter-top-level-page form#short-clinical-search .clinical-search-panel.hero_element_copy > #landing_hero_area > .col1, form.moc-search .node-type-chapter-top-level-page .split2 .clinical-search-panel.hero_element_copy > #landing_hero_area > .col1, .split2 form.moc-search .node-type-chapter-top-level-page .clinical-search-panel.hero_element_copy > #landing_hero_area > .col1, .node-type-chapter-top-level-page form.moc-search .split2 .clinical-search-panel.hero_element_copy > #landing_hero_area > .col1, .split2 .node-type-chapter-top-level-page form.moc-search .clinical-search-panel.hero_element_copy > #landing_hero_area > .col1, form#short-clinical-search .split2 .clinical-search-panel.hero_element_copy > #landing_hero_2018 > .col1, .split2 form#short-clinical-search .clinical-search-panel.hero_element_copy > #landing_hero_2018 > .col1, form.moc-search .split2 .clinical-search-panel.hero_element_copy > #landing_hero_2018 > .col1, .split2 form.moc-search .clinical-search-panel.hero_element_copy > #landing_hero_2018 > .col1, form#short-clinical-search .split2 .clinical-search-panel.hero_element_copy > #overall-rating > .col1, .split2 form#short-clinical-search .clinical-search-panel.hero_element_copy > #overall-rating > .col1, form.moc-search .split2 .clinical-search-panel.hero_element_copy > #overall-rating > .col1, .split2 form.moc-search .clinical-search-panel.hero_element_copy > #overall-rating > .col1, form#short-clinical-search .split2 .clinical-search-panel.hero_element_copy > .filter-container > .col1, .split2 form#short-clinical-search .clinical-search-panel.hero_element_copy > .filter-container > .col1, form.moc-search .split2 .clinical-search-panel.hero_element_copy > .filter-container > .col1, .split2 form.moc-search .clinical-search-panel.hero_element_copy > .filter-container > .col1, form#short-clinical-search .split2 .clinical-search-panel.hero_element_copy > #review-list > .col1, .split2 form#short-clinical-search .clinical-search-panel.hero_element_copy > #review-list > .col1, form.moc-search .split2 .clinical-search-panel.hero_element_copy > #review-list > .col1, .split2 form.moc-search .clinical-search-panel.hero_element_copy > #review-list > .col1, form#short-clinical-search .split2 .clinical-search-panel.hero_element_copy > .grid > .col2, .split2 form#short-clinical-search .clinical-search-panel.hero_element_copy > .grid > .col2, form.moc-search .split2 .clinical-search-panel.hero_element_copy > .grid > .col2, .split2 form.moc-search .clinical-search-panel.hero_element_copy > .grid > .col2, form#short-clinical-search .split2 #tabs.vertical.clinical-search-panel.hero_element_copy > div > .col2, .split2 form#short-clinical-search #tabs.vertical.clinical-search-panel.hero_element_copy > div > .col2, form.moc-search .split2 #tabs.vertical.clinical-search-panel.hero_element_copy > div > .col2, .split2 form.moc-search #tabs.vertical.clinical-search-panel.hero_element_copy > div > .col2, form#short-clinical-search .split2 .clinical-search-panel.hero_element_copy > .ui-accordion-content > .col2, .split2 form#short-clinical-search .clinical-search-panel.hero_element_copy > .ui-accordion-content > .col2, form.moc-search .split2 .clinical-search-panel.hero_element_copy > .ui-accordion-content > .col2, .split2 form.moc-search .clinical-search-panel.hero_element_copy > .ui-accordion-content > .col2, form#short-clinical-search .view .ui-accordion .split2 .clinical-search-panel.hero_element_copy > .ui-accordion-content > .col2, .split2 form#short-clinical-search .view .ui-accordion .clinical-search-panel.hero_element_copy > .ui-accordion-content > .col2, .view .ui-accordion form#short-clinical-search .split2 .clinical-search-panel.hero_element_copy > .ui-accordion-content > .col2, .split2 .view .ui-accordion form#short-clinical-search .clinical-search-panel.hero_element_copy > .ui-accordion-content > .col2, form.moc-search .view .ui-accordion .split2 .clinical-search-panel.hero_element_copy > .ui-accordion-content > .col2, .split2 form.moc-search .view .ui-accordion .clinical-search-panel.hero_element_copy > .ui-accordion-content > .col2, .view .ui-accordion form.moc-search .split2 .clinical-search-panel.hero_element_copy > .ui-accordion-content > .col2, .split2 .view .ui-accordion form.moc-search .clinical-search-panel.hero_element_copy > .ui-accordion-content > .col2, form#short-clinical-search .split2 .clinical-search-panel.hero_element_copy > .split3 > .col2, .split2 form#short-clinical-search .clinical-search-panel.hero_element_copy > .split3 > .col2, form.moc-search .split2 .clinical-search-panel.hero_element_copy > .split3 > .col2, .split2 form.moc-search .clinical-search-panel.hero_element_copy > .split3 > .col2, form#short-clinical-search .clinical-search-panel.hero_element_copy > .split2 > .col2, form.moc-search .clinical-search-panel.hero_element_copy > .split2 > .col2, form#short-clinical-search .split2 .clinical-search-panel.hero_element_copy > .page_content > .col2, .split2 form#short-clinical-search .clinical-search-panel.hero_element_copy > .page_content > .col2, form.moc-search .split2 .clinical-search-panel.hero_element_copy > .page_content > .col2, .split2 form.moc-search .clinical-search-panel.hero_element_copy > .page_content > .col2, form#short-clinical-search .split2 .clinical-search-panel.hero_element_copy > .field-item > .col2, .split2 form#short-clinical-search .clinical-search-panel.hero_element_copy > .field-item > .col2, form.moc-search .split2 .clinical-search-panel.hero_element_copy > .field-item > .col2, .split2 form.moc-search .clinical-search-panel.hero_element_copy > .field-item > .col2, form#short-clinical-search .node-type-chapter-top-level-page .split2 .clinical-search-panel.hero_element_copy > #landing_hero_area > .col2, .split2 form#short-clinical-search .node-type-chapter-top-level-page .clinical-search-panel.hero_element_copy > #landing_hero_area > .col2, .node-type-chapter-top-level-page form#short-clinical-search .split2 .clinical-search-panel.hero_element_copy > #landing_hero_area > .col2, .split2 .node-type-chapter-top-level-page form#short-clinical-search .clinical-search-panel.hero_element_copy > #landing_hero_area > .col2, form.moc-search .node-type-chapter-top-level-page .split2 .clinical-search-panel.hero_element_copy > #landing_hero_area > .col2, .split2 form.moc-search .node-type-chapter-top-level-page .clinical-search-panel.hero_element_copy > #landing_hero_area > .col2, .node-type-chapter-top-level-page form.moc-search .split2 .clinical-search-panel.hero_element_copy > #landing_hero_area > .col2, .split2 .node-type-chapter-top-level-page form.moc-search .clinical-search-panel.hero_element_copy > #landing_hero_area > .col2, form#short-clinical-search .split2 .clinical-search-panel.hero_element_copy > #landing_hero_2018 > .col2, .split2 form#short-clinical-search .clinical-search-panel.hero_element_copy > #landing_hero_2018 > .col2, form.moc-search .split2 .clinical-search-panel.hero_element_copy > #landing_hero_2018 > .col2, .split2 form.moc-search .clinical-search-panel.hero_element_copy > #landing_hero_2018 > .col2, form#short-clinical-search .split2 .clinical-search-panel.hero_element_copy > #overall-rating > .col2, .split2 form#short-clinical-search .clinical-search-panel.hero_element_copy > #overall-rating > .col2, form.moc-search .split2 .clinical-search-panel.hero_element_copy > #overall-rating > .col2, .split2 form.moc-search .clinical-search-panel.hero_element_copy > #overall-rating > .col2, form#short-clinical-search .split2 .clinical-search-panel.hero_element_copy > .filter-container > .col2, .split2 form#short-clinical-search .clinical-search-panel.hero_element_copy > .filter-container > .col2, form.moc-search .split2 .clinical-search-panel.hero_element_copy > .filter-container > .col2, .split2 form.moc-search .clinical-search-panel.hero_element_copy > .filter-container > .col2, form#short-clinical-search .split2 .clinical-search-panel.hero_element_copy > #review-list > .col2, .split2 form#short-clinical-search .clinical-search-panel.hero_element_copy > #review-list > .col2, form.moc-search .split2 .clinical-search-panel.hero_element_copy > #review-list > .col2, .split2 form.moc-search .clinical-search-panel.hero_element_copy > #review-list > .col2, form#short-clinical-search #myacp-header .login-panel .clinical-search-panel.hero_element_copy > .grid > .my-interests, #myacp-header .login-panel form#short-clinical-search .clinical-search-panel.hero_element_copy > .grid > .my-interests, form.moc-search #myacp-header .login-panel .clinical-search-panel.hero_element_copy > .grid > .my-interests, #myacp-header .login-panel form.moc-search .clinical-search-panel.hero_element_copy > .grid > .my-interests, form#short-clinical-search #myacp-header .login-panel #tabs.vertical.clinical-search-panel.hero_element_copy > div > .my-interests, #myacp-header .login-panel form#short-clinical-search #tabs.vertical.clinical-search-panel.hero_element_copy > div > .my-interests, form.moc-search #myacp-header .login-panel #tabs.vertical.clinical-search-panel.hero_element_copy > div > .my-interests, #myacp-header .login-panel form.moc-search #tabs.vertical.clinical-search-panel.hero_element_copy > div > .my-interests, form#short-clinical-search #myacp-header .login-panel .clinical-search-panel.hero_element_copy > .ui-accordion-content > .my-interests, #myacp-header .login-panel form#short-clinical-search .clinical-search-panel.hero_element_copy > .ui-accordion-content > .my-interests, form.moc-search #myacp-header .login-panel .clinical-search-panel.hero_element_copy > .ui-accordion-content > .my-interests, #myacp-header .login-panel form.moc-search .clinical-search-panel.hero_element_copy > .ui-accordion-content > .my-interests, form#short-clinical-search .view .ui-accordion #myacp-header .login-panel .clinical-search-panel.hero_element_copy > .ui-accordion-content > .my-interests, #myacp-header .login-panel form#short-clinical-search .view .ui-accordion .clinical-search-panel.hero_element_copy > .ui-accordion-content > .my-interests, .view .ui-accordion form#short-clinical-search #myacp-header .login-panel .clinical-search-panel.hero_element_copy > .ui-accordion-content > .my-interests, #myacp-header .login-panel .view .ui-accordion form#short-clinical-search .clinical-search-panel.hero_element_copy > .ui-accordion-content > .my-interests, form.moc-search .view .ui-accordion #myacp-header .login-panel .clinical-search-panel.hero_element_copy > .ui-accordion-content > .my-interests, #myacp-header .login-panel form.moc-search .view .ui-accordion .clinical-search-panel.hero_element_copy > .ui-accordion-content > .my-interests, .view .ui-accordion form.moc-search #myacp-header .login-panel .clinical-search-panel.hero_element_copy > .ui-accordion-content > .my-interests, #myacp-header .login-panel .view .ui-accordion form.moc-search .clinical-search-panel.hero_element_copy > .ui-accordion-content > .my-interests, form#short-clinical-search #myacp-header .login-panel .clinical-search-panel.hero_element_copy > .split3 > .my-interests, #myacp-header .login-panel form#short-clinical-search .clinical-search-panel.hero_element_copy > .split3 > .my-interests, form.moc-search #myacp-header .login-panel .clinical-search-panel.hero_element_copy > .split3 > .my-interests, #myacp-header .login-panel form.moc-search .clinical-search-panel.hero_element_copy > .split3 > .my-interests, form#short-clinical-search #myacp-header .login-panel .clinical-search-panel.hero_element_copy > .split2 > .my-interests, #myacp-header .login-panel form#short-clinical-search .clinical-search-panel.hero_element_copy > .split2 > .my-interests, form.moc-search #myacp-header .login-panel .clinical-search-panel.hero_element_copy > .split2 > .my-interests, #myacp-header .login-panel form.moc-search .clinical-search-panel.hero_element_copy > .split2 > .my-interests, form#short-clinical-search #myacp-header .login-panel .clinical-search-panel.hero_element_copy > .page_content > .my-interests, #myacp-header .login-panel form#short-clinical-search .clinical-search-panel.hero_element_copy > .page_content > .my-interests, form.moc-search #myacp-header .login-panel .clinical-search-panel.hero_element_copy > .page_content > .my-interests, #myacp-header .login-panel form.moc-search .clinical-search-panel.hero_element_copy > .page_content > .my-interests, form#short-clinical-search #myacp-header .login-panel .clinical-search-panel.hero_element_copy > .field-item > .my-interests, #myacp-header .login-panel form#short-clinical-search .clinical-search-panel.hero_element_copy > .field-item > .my-interests, form.moc-search #myacp-header .login-panel .clinical-search-panel.hero_element_copy > .field-item > .my-interests, #myacp-header .login-panel form.moc-search .clinical-search-panel.hero_element_copy > .field-item > .my-interests, form#short-clinical-search .node-type-chapter-top-level-page #myacp-header .login-panel .clinical-search-panel.hero_element_copy > #landing_hero_area > .my-interests, #myacp-header .login-panel form#short-clinical-search .node-type-chapter-top-level-page .clinical-search-panel.hero_element_copy > #landing_hero_area > .my-interests, .node-type-chapter-top-level-page form#short-clinical-search #myacp-header .login-panel .clinical-search-panel.hero_element_copy > #landing_hero_area > .my-interests, #myacp-header .login-panel .node-type-chapter-top-level-page form#short-clinical-search .clinical-search-panel.hero_element_copy > #landing_hero_area > .my-interests, form.moc-search .node-type-chapter-top-level-page #myacp-header .login-panel .clinical-search-panel.hero_element_copy > #landing_hero_area > .my-interests, #myacp-header .login-panel form.moc-search .node-type-chapter-top-level-page .clinical-search-panel.hero_element_copy > #landing_hero_area > .my-interests, .node-type-chapter-top-level-page form.moc-search #myacp-header .login-panel .clinical-search-panel.hero_element_copy > #landing_hero_area > .my-interests, #myacp-header .login-panel .node-type-chapter-top-level-page form.moc-search .clinical-search-panel.hero_element_copy > #landing_hero_area > .my-interests, form#short-clinical-search #myacp-header .login-panel .clinical-search-panel.hero_element_copy > #landing_hero_2018 > .my-interests, #myacp-header .login-panel form#short-clinical-search .clinical-search-panel.hero_element_copy > #landing_hero_2018 > .my-interests, form.moc-search #myacp-header .login-panel .clinical-search-panel.hero_element_copy > #landing_hero_2018 > .my-interests, #myacp-header .login-panel form.moc-search .clinical-search-panel.hero_element_copy > #landing_hero_2018 > .my-interests, form#short-clinical-search #myacp-header .login-panel .clinical-search-panel.hero_element_copy > #overall-rating > .my-interests, #myacp-header .login-panel form#short-clinical-search .clinical-search-panel.hero_element_copy > #overall-rating > .my-interests, form.moc-search #myacp-header .login-panel .clinical-search-panel.hero_element_copy > #overall-rating > .my-interests, #myacp-header .login-panel form.moc-search .clinical-search-panel.hero_element_copy > #overall-rating > .my-interests, form#short-clinical-search #myacp-header .login-panel .clinical-search-panel.hero_element_copy > .filter-container > .my-interests, #myacp-header .login-panel form#short-clinical-search .clinical-search-panel.hero_element_copy > .filter-container > .my-interests, form.moc-search #myacp-header .login-panel .clinical-search-panel.hero_element_copy > .filter-container > .my-interests, #myacp-header .login-panel form.moc-search .clinical-search-panel.hero_element_copy > .filter-container > .my-interests, form#short-clinical-search #myacp-header .login-panel .clinical-search-panel.hero_element_copy > #review-list > .my-interests, #myacp-header .login-panel form#short-clinical-search .clinical-search-panel.hero_element_copy > #review-list > .my-interests, form.moc-search #myacp-header .login-panel .clinical-search-panel.hero_element_copy > #review-list > .my-interests, #myacp-header .login-panel form.moc-search .clinical-search-panel.hero_element_copy > #review-list > .my-interests, form#short-clinical-search #myacp-header .myacp-panel .clinical-search-panel.hero_element_copy > .grid > .my-interests, #myacp-header .myacp-panel form#short-clinical-search .clinical-search-panel.hero_element_copy > .grid > .my-interests, form.moc-search #myacp-header .myacp-panel .clinical-search-panel.hero_element_copy > .grid > .my-interests, #myacp-header .myacp-panel form.moc-search .clinical-search-panel.hero_element_copy > .grid > .my-interests, form#short-clinical-search #myacp-header .myacp-panel #tabs.vertical.clinical-search-panel.hero_element_copy > div > .my-interests, #myacp-header .myacp-panel form#short-clinical-search #tabs.vertical.clinical-search-panel.hero_element_copy > div > .my-interests, form.moc-search #myacp-header .myacp-panel #tabs.vertical.clinical-search-panel.hero_element_copy > div > .my-interests, #myacp-header .myacp-panel form.moc-search #tabs.vertical.clinical-search-panel.hero_element_copy > div > .my-interests, form#short-clinical-search #myacp-header .myacp-panel .clinical-search-panel.hero_element_copy > .ui-accordion-content > .my-interests, #myacp-header .myacp-panel form#short-clinical-search .clinical-search-panel.hero_element_copy > .ui-accordion-content > .my-interests, form.moc-search #myacp-header .myacp-panel .clinical-search-panel.hero_element_copy > .ui-accordion-content > .my-interests, #myacp-header .myacp-panel form.moc-search .clinical-search-panel.hero_element_copy > .ui-accordion-content > .my-interests, form#short-clinical-search .view .ui-accordion #myacp-header .myacp-panel .clinical-search-panel.hero_element_copy > .ui-accordion-content > .my-interests, #myacp-header .myacp-panel form#short-clinical-search .view .ui-accordion .clinical-search-panel.hero_element_copy > .ui-accordion-content > .my-interests, .view .ui-accordion form#short-clinical-search #myacp-header .myacp-panel .clinical-search-panel.hero_element_copy > .ui-accordion-content > .my-interests, #myacp-header .myacp-panel .view .ui-accordion form#short-clinical-search .clinical-search-panel.hero_element_copy > .ui-accordion-content > .my-interests, form.moc-search .view .ui-accordion #myacp-header .myacp-panel .clinical-search-panel.hero_element_copy > .ui-accordion-content > .my-interests, #myacp-header .myacp-panel form.moc-search .view .ui-accordion .clinical-search-panel.hero_element_copy > .ui-accordion-content > .my-interests, .view .ui-accordion form.moc-search #myacp-header .myacp-panel .clinical-search-panel.hero_element_copy > .ui-accordion-content > .my-interests, #myacp-header .myacp-panel .view .ui-accordion form.moc-search .clinical-search-panel.hero_element_copy > .ui-accordion-content > .my-interests, form#short-clinical-search #myacp-header .myacp-panel .clinical-search-panel.hero_element_copy > .split3 > .my-interests, #myacp-header .myacp-panel form#short-clinical-search .clinical-search-panel.hero_element_copy > .split3 > .my-interests, form.moc-search #myacp-header .myacp-panel .clinical-search-panel.hero_element_copy > .split3 > .my-interests, #myacp-header .myacp-panel form.moc-search .clinical-search-panel.hero_element_copy > .split3 > .my-interests, form#short-clinical-search #myacp-header .myacp-panel .clinical-search-panel.hero_element_copy > .split2 > .my-interests, #myacp-header .myacp-panel form#short-clinical-search .clinical-search-panel.hero_element_copy > .split2 > .my-interests, form.moc-search #myacp-header .myacp-panel .clinical-search-panel.hero_element_copy > .split2 > .my-interests, #myacp-header .myacp-panel form.moc-search .clinical-search-panel.hero_element_copy > .split2 > .my-interests, form#short-clinical-search #myacp-header .myacp-panel .clinical-search-panel.hero_element_copy > .page_content > .my-interests, #myacp-header .myacp-panel form#short-clinical-search .clinical-search-panel.hero_element_copy > .page_content > .my-interests, form.moc-search #myacp-header .myacp-panel .clinical-search-panel.hero_element_copy > .page_content > .my-interests, #myacp-header .myacp-panel form.moc-search .clinical-search-panel.hero_element_copy > .page_content > .my-interests, form#short-clinical-search #myacp-header .myacp-panel .clinical-search-panel.hero_element_copy > .field-item > .my-interests, #myacp-header .myacp-panel form#short-clinical-search .clinical-search-panel.hero_element_copy > .field-item > .my-interests, form.moc-search #myacp-header .myacp-panel .clinical-search-panel.hero_element_copy > .field-item > .my-interests, #myacp-header .myacp-panel form.moc-search .clinical-search-panel.hero_element_copy > .field-item > .my-interests, form#short-clinical-search .node-type-chapter-top-level-page #myacp-header .myacp-panel .clinical-search-panel.hero_element_copy > #landing_hero_area > .my-interests, #myacp-header .myacp-panel form#short-clinical-search .node-type-chapter-top-level-page .clinical-search-panel.hero_element_copy > #landing_hero_area > .my-interests, .node-type-chapter-top-level-page form#short-clinical-search #myacp-header .myacp-panel .clinical-search-panel.hero_element_copy > #landing_hero_area > .my-interests, #myacp-header .myacp-panel .node-type-chapter-top-level-page form#short-clinical-search .clinical-search-panel.hero_element_copy > #landing_hero_area > .my-interests, form.moc-search .node-type-chapter-top-level-page #myacp-header .myacp-panel .clinical-search-panel.hero_element_copy > #landing_hero_area > .my-interests, #myacp-header .myacp-panel form.moc-search .node-type-chapter-top-level-page .clinical-search-panel.hero_element_copy > #landing_hero_area > .my-interests, .node-type-chapter-top-level-page form.moc-search #myacp-header .myacp-panel .clinical-search-panel.hero_element_copy > #landing_hero_area > .my-interests, #myacp-header .myacp-panel .node-type-chapter-top-level-page form.moc-search .clinical-search-panel.hero_element_copy > #landing_hero_area > .my-interests, form#short-clinical-search #myacp-header .myacp-panel .clinical-search-panel.hero_element_copy > #landing_hero_2018 > .my-interests, #myacp-header .myacp-panel form#short-clinical-search .clinical-search-panel.hero_element_copy > #landing_hero_2018 > .my-interests, form.moc-search #myacp-header .myacp-panel .clinical-search-panel.hero_element_copy > #landing_hero_2018 > .my-interests, #myacp-header .myacp-panel form.moc-search .clinical-search-panel.hero_element_copy > #landing_hero_2018 > .my-interests, form#short-clinical-search #myacp-header .myacp-panel .clinical-search-panel.hero_element_copy > #overall-rating > .my-interests, #myacp-header .myacp-panel form#short-clinical-search .clinical-search-panel.hero_element_copy > #overall-rating > .my-interests, form.moc-search #myacp-header .myacp-panel .clinical-search-panel.hero_element_copy > #overall-rating > .my-interests, #myacp-header .myacp-panel form.moc-search .clinical-search-panel.hero_element_copy > #overall-rating > .my-interests, form#short-clinical-search #myacp-header .myacp-panel .clinical-search-panel.hero_element_copy > .filter-container > .my-interests, #myacp-header .myacp-panel form#short-clinical-search .clinical-search-panel.hero_element_copy > .filter-container > .my-interests, form.moc-search #myacp-header .myacp-panel .clinical-search-panel.hero_element_copy > .filter-container > .my-interests, #myacp-header .myacp-panel form.moc-search .clinical-search-panel.hero_element_copy > .filter-container > .my-interests, form#short-clinical-search #myacp-header .myacp-panel .clinical-search-panel.hero_element_copy > #review-list > .my-interests, #myacp-header .myacp-panel form#short-clinical-search .clinical-search-panel.hero_element_copy > #review-list > .my-interests, form.moc-search #myacp-header .myacp-panel .clinical-search-panel.hero_element_copy > #review-list > .my-interests, #myacp-header .myacp-panel form.moc-search .clinical-search-panel.hero_element_copy > #review-list > .my-interests, form#short-clinical-search #myacp-header .login-panel .clinical-search-panel.hero_element_copy > .grid > .my-account, #myacp-header .login-panel form#short-clinical-search .clinical-search-panel.hero_element_copy > .grid > .my-account, form.moc-search #myacp-header .login-panel .clinical-search-panel.hero_element_copy > .grid > .my-account, #myacp-header .login-panel form.moc-search .clinical-search-panel.hero_element_copy > .grid > .my-account, form#short-clinical-search #myacp-header .login-panel #tabs.vertical.clinical-search-panel.hero_element_copy > div > .my-account, #myacp-header .login-panel form#short-clinical-search #tabs.vertical.clinical-search-panel.hero_element_copy > div > .my-account, form.moc-search #myacp-header .login-panel #tabs.vertical.clinical-search-panel.hero_element_copy > div > .my-account, #myacp-header .login-panel form.moc-search #tabs.vertical.clinical-search-panel.hero_element_copy > div > .my-account, form#short-clinical-search #myacp-header .login-panel .clinical-search-panel.hero_element_copy > .ui-accordion-content > .my-account, #myacp-header .login-panel form#short-clinical-search .clinical-search-panel.hero_element_copy > .ui-accordion-content > .my-account, form.moc-search #myacp-header .login-panel .clinical-search-panel.hero_element_copy > .ui-accordion-content > .my-account, #myacp-header .login-panel form.moc-search .clinical-search-panel.hero_element_copy > .ui-accordion-content > .my-account, form#short-clinical-search .view .ui-accordion #myacp-header .login-panel .clinical-search-panel.hero_element_copy > .ui-accordion-content > .my-account, #myacp-header .login-panel form#short-clinical-search .view .ui-accordion .clinical-search-panel.hero_element_copy > .ui-accordion-content > .my-account, .view .ui-accordion form#short-clinical-search #myacp-header .login-panel .clinical-search-panel.hero_element_copy > .ui-accordion-content > .my-account, #myacp-header .login-panel .view .ui-accordion form#short-clinical-search .clinical-search-panel.hero_element_copy > .ui-accordion-content > .my-account, form.moc-search .view .ui-accordion #myacp-header .login-panel .clinical-search-panel.hero_element_copy > .ui-accordion-content > .my-account, #myacp-header .login-panel form.moc-search .view .ui-accordion .clinical-search-panel.hero_element_copy > .ui-accordion-content > .my-account, .view .ui-accordion form.moc-search #myacp-header .login-panel .clinical-search-panel.hero_element_copy > .ui-accordion-content > .my-account, #myacp-header .login-panel .view .ui-accordion form.moc-search .clinical-search-panel.hero_element_copy > .ui-accordion-content > .my-account, form#short-clinical-search #myacp-header .login-panel .clinical-search-panel.hero_element_copy > .split3 > .my-account, #myacp-header .login-panel form#short-clinical-search .clinical-search-panel.hero_element_copy > .split3 > .my-account, form.moc-search #myacp-header .login-panel .clinical-search-panel.hero_element_copy > .split3 > .my-account, #myacp-header .login-panel form.moc-search .clinical-search-panel.hero_element_copy > .split3 > .my-account, form#short-clinical-search #myacp-header .login-panel .clinical-search-panel.hero_element_copy > .split2 > .my-account, #myacp-header .login-panel form#short-clinical-search .clinical-search-panel.hero_element_copy > .split2 > .my-account, form.moc-search #myacp-header .login-panel .clinical-search-panel.hero_element_copy > .split2 > .my-account, #myacp-header .login-panel form.moc-search .clinical-search-panel.hero_element_copy > .split2 > .my-account, form#short-clinical-search #myacp-header .login-panel .clinical-search-panel.hero_element_copy > .page_content > .my-account, #myacp-header .login-panel form#short-clinical-search .clinical-search-panel.hero_element_copy > .page_content > .my-account, form.moc-search #myacp-header .login-panel .clinical-search-panel.hero_element_copy > .page_content > .my-account, #myacp-header .login-panel form.moc-search .clinical-search-panel.hero_element_copy > .page_content > .my-account, form#short-clinical-search #myacp-header .login-panel .clinical-search-panel.hero_element_copy > .field-item > .my-account, #myacp-header .login-panel form#short-clinical-search .clinical-search-panel.hero_element_copy > .field-item > .my-account, form.moc-search #myacp-header .login-panel .clinical-search-panel.hero_element_copy > .field-item > .my-account, #myacp-header .login-panel form.moc-search .clinical-search-panel.hero_element_copy > .field-item > .my-account, form#short-clinical-search .node-type-chapter-top-level-page #myacp-header .login-panel .clinical-search-panel.hero_element_copy > #landing_hero_area > .my-account, #myacp-header .login-panel form#short-clinical-search .node-type-chapter-top-level-page .clinical-search-panel.hero_element_copy > #landing_hero_area > .my-account, .node-type-chapter-top-level-page form#short-clinical-search #myacp-header .login-panel .clinical-search-panel.hero_element_copy > #landing_hero_area > .my-account, #myacp-header .login-panel .node-type-chapter-top-level-page form#short-clinical-search .clinical-search-panel.hero_element_copy > #landing_hero_area > .my-account, form.moc-search .node-type-chapter-top-level-page #myacp-header .login-panel .clinical-search-panel.hero_element_copy > #landing_hero_area > .my-account, #myacp-header .login-panel form.moc-search .node-type-chapter-top-level-page .clinical-search-panel.hero_element_copy > #landing_hero_area > .my-account, .node-type-chapter-top-level-page form.moc-search #myacp-header .login-panel .clinical-search-panel.hero_element_copy > #landing_hero_area > .my-account, #myacp-header .login-panel .node-type-chapter-top-level-page form.moc-search .clinical-search-panel.hero_element_copy > #landing_hero_area > .my-account, form#short-clinical-search #myacp-header .login-panel .clinical-search-panel.hero_element_copy > #landing_hero_2018 > .my-account, #myacp-header .login-panel form#short-clinical-search .clinical-search-panel.hero_element_copy > #landing_hero_2018 > .my-account, form.moc-search #myacp-header .login-panel .clinical-search-panel.hero_element_copy > #landing_hero_2018 > .my-account, #myacp-header .login-panel form.moc-search .clinical-search-panel.hero_element_copy > #landing_hero_2018 > .my-account, form#short-clinical-search #myacp-header .login-panel .clinical-search-panel.hero_element_copy > #overall-rating > .my-account, #myacp-header .login-panel form#short-clinical-search .clinical-search-panel.hero_element_copy > #overall-rating > .my-account, form.moc-search #myacp-header .login-panel .clinical-search-panel.hero_element_copy > #overall-rating > .my-account, #myacp-header .login-panel form.moc-search .clinical-search-panel.hero_element_copy > #overall-rating > .my-account, form#short-clinical-search #myacp-header .login-panel .clinical-search-panel.hero_element_copy > .filter-container > .my-account, #myacp-header .login-panel form#short-clinical-search .clinical-search-panel.hero_element_copy > .filter-container > .my-account, form.moc-search #myacp-header .login-panel .clinical-search-panel.hero_element_copy > .filter-container > .my-account, #myacp-header .login-panel form.moc-search .clinical-search-panel.hero_element_copy > .filter-container > .my-account, form#short-clinical-search #myacp-header .login-panel .clinical-search-panel.hero_element_copy > #review-list > .my-account, #myacp-header .login-panel form#short-clinical-search .clinical-search-panel.hero_element_copy > #review-list > .my-account, form.moc-search #myacp-header .login-panel .clinical-search-panel.hero_element_copy > #review-list > .my-account, #myacp-header .login-panel form.moc-search .clinical-search-panel.hero_element_copy > #review-list > .my-account, form#short-clinical-search #myacp-header .myacp-panel .clinical-search-panel.hero_element_copy > .grid > .my-account, #myacp-header .myacp-panel form#short-clinical-search .clinical-search-panel.hero_element_copy > .grid > .my-account, form.moc-search #myacp-header .myacp-panel .clinical-search-panel.hero_element_copy > .grid > .my-account, #myacp-header .myacp-panel form.moc-search .clinical-search-panel.hero_element_copy > .grid > .my-account, form#short-clinical-search #myacp-header .myacp-panel #tabs.vertical.clinical-search-panel.hero_element_copy > div > .my-account, #myacp-header .myacp-panel form#short-clinical-search #tabs.vertical.clinical-search-panel.hero_element_copy > div > .my-account, form.moc-search #myacp-header .myacp-panel #tabs.vertical.clinical-search-panel.hero_element_copy > div > .my-account, #myacp-header .myacp-panel form.moc-search #tabs.vertical.clinical-search-panel.hero_element_copy > div > .my-account, form#short-clinical-search #myacp-header .myacp-panel .clinical-search-panel.hero_element_copy > .ui-accordion-content > .my-account, #myacp-header .myacp-panel form#short-clinical-search .clinical-search-panel.hero_element_copy > .ui-accordion-content > .my-account, form.moc-search #myacp-header .myacp-panel .clinical-search-panel.hero_element_copy > .ui-accordion-content > .my-account, #myacp-header .myacp-panel form.moc-search .clinical-search-panel.hero_element_copy > .ui-accordion-content > .my-account, form#short-clinical-search .view .ui-accordion #myacp-header .myacp-panel .clinical-search-panel.hero_element_copy > .ui-accordion-content > .my-account, #myacp-header .myacp-panel form#short-clinical-search .view .ui-accordion .clinical-search-panel.hero_element_copy > .ui-accordion-content > .my-account, .view .ui-accordion form#short-clinical-search #myacp-header .myacp-panel .clinical-search-panel.hero_element_copy > .ui-accordion-content > .my-account, #myacp-header .myacp-panel .view .ui-accordion form#short-clinical-search .clinical-search-panel.hero_element_copy > .ui-accordion-content > .my-account, form.moc-search .view .ui-accordion #myacp-header .myacp-panel .clinical-search-panel.hero_element_copy > .ui-accordion-content > .my-account, #myacp-header .myacp-panel form.moc-search .view .ui-accordion .clinical-search-panel.hero_element_copy > .ui-accordion-content > .my-account, .view .ui-accordion form.moc-search #myacp-header .myacp-panel .clinical-search-panel.hero_element_copy > .ui-accordion-content > .my-account, #myacp-header .myacp-panel .view .ui-accordion form.moc-search .clinical-search-panel.hero_element_copy > .ui-accordion-content > .my-account, form#short-clinical-search #myacp-header .myacp-panel .clinical-search-panel.hero_element_copy > .split3 > .my-account, #myacp-header .myacp-panel form#short-clinical-search .clinical-search-panel.hero_element_copy > .split3 > .my-account, form.moc-search #myacp-header .myacp-panel .clinical-search-panel.hero_element_copy > .split3 > .my-account, #myacp-header .myacp-panel form.moc-search .clinical-search-panel.hero_element_copy > .split3 > .my-account, form#short-clinical-search #myacp-header .myacp-panel .clinical-search-panel.hero_element_copy > .split2 > .my-account, #myacp-header .myacp-panel form#short-clinical-search .clinical-search-panel.hero_element_copy > .split2 > .my-account, form.moc-search #myacp-header .myacp-panel .clinical-search-panel.hero_element_copy > .split2 > .my-account, #myacp-header .myacp-panel form.moc-search .clinical-search-panel.hero_element_copy > .split2 > .my-account, form#short-clinical-search #myacp-header .myacp-panel .clinical-search-panel.hero_element_copy > .page_content > .my-account, #myacp-header .myacp-panel form#short-clinical-search .clinical-search-panel.hero_element_copy > .page_content > .my-account, form.moc-search #myacp-header .myacp-panel .clinical-search-panel.hero_element_copy > .page_content > .my-account, #myacp-header .myacp-panel form.moc-search .clinical-search-panel.hero_element_copy > .page_content > .my-account, form#short-clinical-search #myacp-header .myacp-panel .clinical-search-panel.hero_element_copy > .field-item > .my-account, #myacp-header .myacp-panel form#short-clinical-search .clinical-search-panel.hero_element_copy > .field-item > .my-account, form.moc-search #myacp-header .myacp-panel .clinical-search-panel.hero_element_copy > .field-item > .my-account, #myacp-header .myacp-panel form.moc-search .clinical-search-panel.hero_element_copy > .field-item > .my-account, form#short-clinical-search .node-type-chapter-top-level-page #myacp-header .myacp-panel .clinical-search-panel.hero_element_copy > #landing_hero_area > .my-account, #myacp-header .myacp-panel form#short-clinical-search .node-type-chapter-top-level-page .clinical-search-panel.hero_element_copy > #landing_hero_area > .my-account, .node-type-chapter-top-level-page form#short-clinical-search #myacp-header .myacp-panel .clinical-search-panel.hero_element_copy > #landing_hero_area > .my-account, #myacp-header .myacp-panel .node-type-chapter-top-level-page form#short-clinical-search .clinical-search-panel.hero_element_copy > #landing_hero_area > .my-account, form.moc-search .node-type-chapter-top-level-page #myacp-header .myacp-panel .clinical-search-panel.hero_element_copy > #landing_hero_area > .my-account, #myacp-header .myacp-panel form.moc-search .node-type-chapter-top-level-page .clinical-search-panel.hero_element_copy > #landing_hero_area > .my-account, .node-type-chapter-top-level-page form.moc-search #myacp-header .myacp-panel .clinical-search-panel.hero_element_copy > #landing_hero_area > .my-account, #myacp-header .myacp-panel .node-type-chapter-top-level-page form.moc-search .clinical-search-panel.hero_element_copy > #landing_hero_area > .my-account, form#short-clinical-search #myacp-header .myacp-panel .clinical-search-panel.hero_element_copy > #landing_hero_2018 > .my-account, #myacp-header .myacp-panel form#short-clinical-search .clinical-search-panel.hero_element_copy > #landing_hero_2018 > .my-account, form.moc-search #myacp-header .myacp-panel .clinical-search-panel.hero_element_copy > #landing_hero_2018 > .my-account, #myacp-header .myacp-panel form.moc-search .clinical-search-panel.hero_element_copy > #landing_hero_2018 > .my-account, form#short-clinical-search #myacp-header .myacp-panel .clinical-search-panel.hero_element_copy > #overall-rating > .my-account, #myacp-header .myacp-panel form#short-clinical-search .clinical-search-panel.hero_element_copy > #overall-rating > .my-account, form.moc-search #myacp-header .myacp-panel .clinical-search-panel.hero_element_copy > #overall-rating > .my-account, #myacp-header .myacp-panel form.moc-search .clinical-search-panel.hero_element_copy > #overall-rating > .my-account, form#short-clinical-search #myacp-header .myacp-panel .clinical-search-panel.hero_element_copy > .filter-container > .my-account, #myacp-header .myacp-panel form#short-clinical-search .clinical-search-panel.hero_element_copy > .filter-container > .my-account, form.moc-search #myacp-header .myacp-panel .clinical-search-panel.hero_element_copy > .filter-container > .my-account, #myacp-header .myacp-panel form.moc-search .clinical-search-panel.hero_element_copy > .filter-container > .my-account, form#short-clinical-search #myacp-header .myacp-panel .clinical-search-panel.hero_element_copy > #review-list > .my-account, #myacp-header .myacp-panel form#short-clinical-search .clinical-search-panel.hero_element_copy > #review-list > .my-account, form.moc-search #myacp-header .myacp-panel .clinical-search-panel.hero_element_copy > #review-list > .my-account, #myacp-header .myacp-panel form.moc-search .clinical-search-panel.hero_element_copy > #review-list > .my-account, #facet-search-form .clinical-search-panel.hero_element_copy > .grid > .col-1-2, #facet-search-form #tabs.vertical.clinical-search-panel.hero_element_copy > div > .col-1-2, #facet-search-form .clinical-search-panel.hero_element_copy > .ui-accordion-content > .col-1-2, #facet-search-form .view .ui-accordion .clinical-search-panel.hero_element_copy > .ui-accordion-content > .col-1-2, .view .ui-accordion #facet-search-form .clinical-search-panel.hero_element_copy > .ui-accordion-content > .col-1-2, #facet-search-form .clinical-search-panel.hero_element_copy > .split3 > .col-1-2, #facet-search-form .clinical-search-panel.hero_element_copy > .split2 > .col-1-2, #facet-search-form .clinical-search-panel.hero_element_copy > .page_content > .col-1-2, #facet-search-form .clinical-search-panel.hero_element_copy > .field-item > .col-1-2, #facet-search-form .node-type-chapter-top-level-page .clinical-search-panel.hero_element_copy > #landing_hero_area > .col-1-2, .node-type-chapter-top-level-page #facet-search-form .clinical-search-panel.hero_element_copy > #landing_hero_area > .col-1-2, #facet-search-form .clinical-search-panel.hero_element_copy > #landing_hero_2018 > .col-1-2, #facet-search-form .clinical-search-panel.hero_element_copy > #overall-rating > .col-1-2, #facet-search-form .clinical-search-panel.hero_element_copy > .filter-container > .col-1-2, #facet-search-form .clinical-search-panel.hero_element_copy > #review-list > .col-1-2, #facet-search-form .split2 .clinical-search-panel.hero_element_copy > .grid > ul, .split2 #facet-search-form .clinical-search-panel.hero_element_copy > .grid > ul, #facet-search-form .split2 #tabs.vertical.clinical-search-panel.hero_element_copy > div > ul, .split2 #facet-search-form #tabs.vertical.clinical-search-panel.hero_element_copy > div > ul, #facet-search-form .split2 .clinical-search-panel.hero_element_copy > .ui-accordion-content > ul, .split2 #facet-search-form .clinical-search-panel.hero_element_copy > .ui-accordion-content > ul, #facet-search-form .view .ui-accordion .split2 .clinical-search-panel.hero_element_copy > .ui-accordion-content > ul, .split2 #facet-search-form .view .ui-accordion .clinical-search-panel.hero_element_copy > .ui-accordion-content > ul, .view .ui-accordion #facet-search-form .split2 .clinical-search-panel.hero_element_copy > .ui-accordion-content > ul, .split2 .view .ui-accordion #facet-search-form .clinical-search-panel.hero_element_copy > .ui-accordion-content > ul, #facet-search-form .split2 .clinical-search-panel.hero_element_copy > .split3 > ul, .split2 #facet-search-form .clinical-search-panel.hero_element_copy > .split3 > ul, #facet-search-form .clinical-search-panel.hero_element_copy > .split2 > ul, #facet-search-form .split2 .clinical-search-panel.hero_element_copy > .page_content > ul, .split2 #facet-search-form .clinical-search-panel.hero_element_copy > .page_content > ul, #facet-search-form .split2 .clinical-search-panel.hero_element_copy > .field-item > ul, .split2 #facet-search-form .clinical-search-panel.hero_element_copy > .field-item > ul, #facet-search-form .node-type-chapter-top-level-page .split2 .clinical-search-panel.hero_element_copy > #landing_hero_area > ul, .split2 #facet-search-form .node-type-chapter-top-level-page .clinical-search-panel.hero_element_copy > #landing_hero_area > ul, .node-type-chapter-top-level-page #facet-search-form .split2 .clinical-search-panel.hero_element_copy > #landing_hero_area > ul, .split2 .node-type-chapter-top-level-page #facet-search-form .clinical-search-panel.hero_element_copy > #landing_hero_area > ul, #facet-search-form .split2 .clinical-search-panel.hero_element_copy > #landing_hero_2018 > ul, .split2 #facet-search-form .clinical-search-panel.hero_element_copy > #landing_hero_2018 > ul, #facet-search-form .split2 .clinical-search-panel.hero_element_copy > #overall-rating > ul, .split2 #facet-search-form .clinical-search-panel.hero_element_copy > #overall-rating > ul, #facet-search-form .split2 .clinical-search-panel.hero_element_copy > .filter-container > ul, .split2 #facet-search-form .clinical-search-panel.hero_element_copy > .filter-container > ul, #facet-search-form .split2 .clinical-search-panel.hero_element_copy > #review-list > ul, .split2 #facet-search-form .clinical-search-panel.hero_element_copy > #review-list > ul, #facet-search-form .split2 .clinical-search-panel.hero_element_copy > .grid > .col1, .split2 #facet-search-form .clinical-search-panel.hero_element_copy > .grid > .col1, #facet-search-form .split2 #tabs.vertical.clinical-search-panel.hero_element_copy > div > .col1, .split2 #facet-search-form #tabs.vertical.clinical-search-panel.hero_element_copy > div > .col1, #facet-search-form .split2 .clinical-search-panel.hero_element_copy > .ui-accordion-content > .col1, .split2 #facet-search-form .clinical-search-panel.hero_element_copy > .ui-accordion-content > .col1, #facet-search-form .view .ui-accordion .split2 .clinical-search-panel.hero_element_copy > .ui-accordion-content > .col1, .split2 #facet-search-form .view .ui-accordion .clinical-search-panel.hero_element_copy > .ui-accordion-content > .col1, .view .ui-accordion #facet-search-form .split2 .clinical-search-panel.hero_element_copy > .ui-accordion-content > .col1, .split2 .view .ui-accordion #facet-search-form .clinical-search-panel.hero_element_copy > .ui-accordion-content > .col1, #facet-search-form .split2 .clinical-search-panel.hero_element_copy > .split3 > .col1, .split2 #facet-search-form .clinical-search-panel.hero_element_copy > .split3 > .col1, #facet-search-form .clinical-search-panel.hero_element_copy > .split2 > .col1, #facet-search-form .split2 .clinical-search-panel.hero_element_copy > .page_content > .col1, .split2 #facet-search-form .clinical-search-panel.hero_element_copy > .page_content > .col1, #facet-search-form .split2 .clinical-search-panel.hero_element_copy > .field-item > .col1, .split2 #facet-search-form .clinical-search-panel.hero_element_copy > .field-item > .col1, #facet-search-form .node-type-chapter-top-level-page .split2 .clinical-search-panel.hero_element_copy > #landing_hero_area > .col1, .split2 #facet-search-form .node-type-chapter-top-level-page .clinical-search-panel.hero_element_copy > #landing_hero_area > .col1, .node-type-chapter-top-level-page #facet-search-form .split2 .clinical-search-panel.hero_element_copy > #landing_hero_area > .col1, .split2 .node-type-chapter-top-level-page #facet-search-form .clinical-search-panel.hero_element_copy > #landing_hero_area > .col1, #facet-search-form .split2 .clinical-search-panel.hero_element_copy > #landing_hero_2018 > .col1, .split2 #facet-search-form .clinical-search-panel.hero_element_copy > #landing_hero_2018 > .col1, #facet-search-form .split2 .clinical-search-panel.hero_element_copy > #overall-rating > .col1, .split2 #facet-search-form .clinical-search-panel.hero_element_copy > #overall-rating > .col1, #facet-search-form .split2 .clinical-search-panel.hero_element_copy > .filter-container > .col1, .split2 #facet-search-form .clinical-search-panel.hero_element_copy > .filter-container > .col1, #facet-search-form .split2 .clinical-search-panel.hero_element_copy > #review-list > .col1, .split2 #facet-search-form .clinical-search-panel.hero_element_copy > #review-list > .col1, #facet-search-form .split2 .clinical-search-panel.hero_element_copy > .grid > .col2, .split2 #facet-search-form .clinical-search-panel.hero_element_copy > .grid > .col2, #facet-search-form .split2 #tabs.vertical.clinical-search-panel.hero_element_copy > div > .col2, .split2 #facet-search-form #tabs.vertical.clinical-search-panel.hero_element_copy > div > .col2, #facet-search-form .split2 .clinical-search-panel.hero_element_copy > .ui-accordion-content > .col2, .split2 #facet-search-form .clinical-search-panel.hero_element_copy > .ui-accordion-content > .col2, #facet-search-form .view .ui-accordion .split2 .clinical-search-panel.hero_element_copy > .ui-accordion-content > .col2, .split2 #facet-search-form .view .ui-accordion .clinical-search-panel.hero_element_copy > .ui-accordion-content > .col2, .view .ui-accordion #facet-search-form .split2 .clinical-search-panel.hero_element_copy > .ui-accordion-content > .col2, .split2 .view .ui-accordion #facet-search-form .clinical-search-panel.hero_element_copy > .ui-accordion-content > .col2, #facet-search-form .split2 .clinical-search-panel.hero_element_copy > .split3 > .col2, .split2 #facet-search-form .clinical-search-panel.hero_element_copy > .split3 > .col2, #facet-search-form .clinical-search-panel.hero_element_copy > .split2 > .col2, #facet-search-form .split2 .clinical-search-panel.hero_element_copy > .page_content > .col2, .split2 #facet-search-form .clinical-search-panel.hero_element_copy > .page_content > .col2, #facet-search-form .split2 .clinical-search-panel.hero_element_copy > .field-item > .col2, .split2 #facet-search-form .clinical-search-panel.hero_element_copy > .field-item > .col2, #facet-search-form .node-type-chapter-top-level-page .split2 .clinical-search-panel.hero_element_copy > #landing_hero_area > .col2, .split2 #facet-search-form .node-type-chapter-top-level-page .clinical-search-panel.hero_element_copy > #landing_hero_area > .col2, .node-type-chapter-top-level-page #facet-search-form .split2 .clinical-search-panel.hero_element_copy > #landing_hero_area > .col2, .split2 .node-type-chapter-top-level-page #facet-search-form .clinical-search-panel.hero_element_copy > #landing_hero_area > .col2, #facet-search-form .split2 .clinical-search-panel.hero_element_copy > #landing_hero_2018 > .col2, .split2 #facet-search-form .clinical-search-panel.hero_element_copy > #landing_hero_2018 > .col2, #facet-search-form .split2 .clinical-search-panel.hero_element_copy > #overall-rating > .col2, .split2 #facet-search-form .clinical-search-panel.hero_element_copy > #overall-rating > .col2, #facet-search-form .split2 .clinical-search-panel.hero_element_copy > .filter-container > .col2, .split2 #facet-search-form .clinical-search-panel.hero_element_copy > .filter-container > .col2, #facet-search-form .split2 .clinical-search-panel.hero_element_copy > #review-list > .col2, .split2 #facet-search-form .clinical-search-panel.hero_element_copy > #review-list > .col2, #facet-search-form #myacp-header .login-panel .clinical-search-panel.hero_element_copy > .grid > .my-interests, #myacp-header .login-panel #facet-search-form .clinical-search-panel.hero_element_copy > .grid > .my-interests, #facet-search-form #myacp-header .login-panel #tabs.vertical.clinical-search-panel.hero_element_copy > div > .my-interests, #myacp-header .login-panel #facet-search-form #tabs.vertical.clinical-search-panel.hero_element_copy > div > .my-interests, #facet-search-form #myacp-header .login-panel .clinical-search-panel.hero_element_copy > .ui-accordion-content > .my-interests, #myacp-header .login-panel #facet-search-form .clinical-search-panel.hero_element_copy > .ui-accordion-content > .my-interests, #facet-search-form .view .ui-accordion #myacp-header .login-panel .clinical-search-panel.hero_element_copy > .ui-accordion-content > .my-interests, #myacp-header .login-panel #facet-search-form .view .ui-accordion .clinical-search-panel.hero_element_copy > .ui-accordion-content > .my-interests, .view .ui-accordion #facet-search-form #myacp-header .login-panel .clinical-search-panel.hero_element_copy > .ui-accordion-content > .my-interests, #myacp-header .login-panel .view .ui-accordion #facet-search-form .clinical-search-panel.hero_element_copy > .ui-accordion-content > .my-interests, #facet-search-form #myacp-header .login-panel .clinical-search-panel.hero_element_copy > .split3 > .my-interests, #myacp-header .login-panel #facet-search-form .clinical-search-panel.hero_element_copy > .split3 > .my-interests, #facet-search-form #myacp-header .login-panel .clinical-search-panel.hero_element_copy > .split2 > .my-interests, #myacp-header .login-panel #facet-search-form .clinical-search-panel.hero_element_copy > .split2 > .my-interests, #facet-search-form #myacp-header .login-panel .clinical-search-panel.hero_element_copy > .page_content > .my-interests, #myacp-header .login-panel #facet-search-form .clinical-search-panel.hero_element_copy > .page_content > .my-interests, #facet-search-form #myacp-header .login-panel .clinical-search-panel.hero_element_copy > .field-item > .my-interests, #myacp-header .login-panel #facet-search-form .clinical-search-panel.hero_element_copy > .field-item > .my-interests, #facet-search-form .node-type-chapter-top-level-page #myacp-header .login-panel .clinical-search-panel.hero_element_copy > #landing_hero_area > .my-interests, #myacp-header .login-panel #facet-search-form .node-type-chapter-top-level-page .clinical-search-panel.hero_element_copy > #landing_hero_area > .my-interests, .node-type-chapter-top-level-page #facet-search-form #myacp-header .login-panel .clinical-search-panel.hero_element_copy > #landing_hero_area > .my-interests, #myacp-header .login-panel .node-type-chapter-top-level-page #facet-search-form .clinical-search-panel.hero_element_copy > #landing_hero_area > .my-interests, #facet-search-form #myacp-header .login-panel .clinical-search-panel.hero_element_copy > #landing_hero_2018 > .my-interests, #myacp-header .login-panel #facet-search-form .clinical-search-panel.hero_element_copy > #landing_hero_2018 > .my-interests, #facet-search-form #myacp-header .login-panel .clinical-search-panel.hero_element_copy > #overall-rating > .my-interests, #myacp-header .login-panel #facet-search-form .clinical-search-panel.hero_element_copy > #overall-rating > .my-interests, #facet-search-form #myacp-header .login-panel .clinical-search-panel.hero_element_copy > .filter-container > .my-interests, #myacp-header .login-panel #facet-search-form .clinical-search-panel.hero_element_copy > .filter-container > .my-interests, #facet-search-form #myacp-header .login-panel .clinical-search-panel.hero_element_copy > #review-list > .my-interests, #myacp-header .login-panel #facet-search-form .clinical-search-panel.hero_element_copy > #review-list > .my-interests, #facet-search-form #myacp-header .myacp-panel .clinical-search-panel.hero_element_copy > .grid > .my-interests, #myacp-header .myacp-panel #facet-search-form .clinical-search-panel.hero_element_copy > .grid > .my-interests, #facet-search-form #myacp-header .myacp-panel #tabs.vertical.clinical-search-panel.hero_element_copy > div > .my-interests, #myacp-header .myacp-panel #facet-search-form #tabs.vertical.clinical-search-panel.hero_element_copy > div > .my-interests, #facet-search-form #myacp-header .myacp-panel .clinical-search-panel.hero_element_copy > .ui-accordion-content > .my-interests, #myacp-header .myacp-panel #facet-search-form .clinical-search-panel.hero_element_copy > .ui-accordion-content > .my-interests, #facet-search-form .view .ui-accordion #myacp-header .myacp-panel .clinical-search-panel.hero_element_copy > .ui-accordion-content > .my-interests, #myacp-header .myacp-panel #facet-search-form .view .ui-accordion .clinical-search-panel.hero_element_copy > .ui-accordion-content > .my-interests, .view .ui-accordion #facet-search-form #myacp-header .myacp-panel .clinical-search-panel.hero_element_copy > .ui-accordion-content > .my-interests, #myacp-header .myacp-panel .view .ui-accordion #facet-search-form .clinical-search-panel.hero_element_copy > .ui-accordion-content > .my-interests, #facet-search-form #myacp-header .myacp-panel .clinical-search-panel.hero_element_copy > .split3 > .my-interests, #myacp-header .myacp-panel #facet-search-form .clinical-search-panel.hero_element_copy > .split3 > .my-interests, #facet-search-form #myacp-header .myacp-panel .clinical-search-panel.hero_element_copy > .split2 > .my-interests, #myacp-header .myacp-panel #facet-search-form .clinical-search-panel.hero_element_copy > .split2 > .my-interests, #facet-search-form #myacp-header .myacp-panel .clinical-search-panel.hero_element_copy > .page_content > .my-interests, #myacp-header .myacp-panel #facet-search-form .clinical-search-panel.hero_element_copy > .page_content > .my-interests, #facet-search-form #myacp-header .myacp-panel .clinical-search-panel.hero_element_copy > .field-item > .my-interests, #myacp-header .myacp-panel #facet-search-form .clinical-search-panel.hero_element_copy > .field-item > .my-interests, #facet-search-form .node-type-chapter-top-level-page #myacp-header .myacp-panel .clinical-search-panel.hero_element_copy > #landing_hero_area > .my-interests, #myacp-header .myacp-panel #facet-search-form .node-type-chapter-top-level-page .clinical-search-panel.hero_element_copy > #landing_hero_area > .my-interests, .node-type-chapter-top-level-page #facet-search-form #myacp-header .myacp-panel .clinical-search-panel.hero_element_copy > #landing_hero_area > .my-interests, #myacp-header .myacp-panel .node-type-chapter-top-level-page #facet-search-form .clinical-search-panel.hero_element_copy > #landing_hero_area > .my-interests, #facet-search-form #myacp-header .myacp-panel .clinical-search-panel.hero_element_copy > #landing_hero_2018 > .my-interests, #myacp-header .myacp-panel #facet-search-form .clinical-search-panel.hero_element_copy > #landing_hero_2018 > .my-interests, #facet-search-form #myacp-header .myacp-panel .clinical-search-panel.hero_element_copy > #overall-rating > .my-interests, #myacp-header .myacp-panel #facet-search-form .clinical-search-panel.hero_element_copy > #overall-rating > .my-interests, #facet-search-form #myacp-header .myacp-panel .clinical-search-panel.hero_element_copy > .filter-container > .my-interests, #myacp-header .myacp-panel #facet-search-form .clinical-search-panel.hero_element_copy > .filter-container > .my-interests, #facet-search-form #myacp-header .myacp-panel .clinical-search-panel.hero_element_copy > #review-list > .my-interests, #myacp-header .myacp-panel #facet-search-form .clinical-search-panel.hero_element_copy > #review-list > .my-interests, #facet-search-form #myacp-header .login-panel .clinical-search-panel.hero_element_copy > .grid > .my-account, #myacp-header .login-panel #facet-search-form .clinical-search-panel.hero_element_copy > .grid > .my-account, #facet-search-form #myacp-header .login-panel #tabs.vertical.clinical-search-panel.hero_element_copy > div > .my-account, #myacp-header .login-panel #facet-search-form #tabs.vertical.clinical-search-panel.hero_element_copy > div > .my-account, #facet-search-form #myacp-header .login-panel .clinical-search-panel.hero_element_copy > .ui-accordion-content > .my-account, #myacp-header .login-panel #facet-search-form .clinical-search-panel.hero_element_copy > .ui-accordion-content > .my-account, #facet-search-form .view .ui-accordion #myacp-header .login-panel .clinical-search-panel.hero_element_copy > .ui-accordion-content > .my-account, #myacp-header .login-panel #facet-search-form .view .ui-accordion .clinical-search-panel.hero_element_copy > .ui-accordion-content > .my-account, .view .ui-accordion #facet-search-form #myacp-header .login-panel .clinical-search-panel.hero_element_copy > .ui-accordion-content > .my-account, #myacp-header .login-panel .view .ui-accordion #facet-search-form .clinical-search-panel.hero_element_copy > .ui-accordion-content > .my-account, #facet-search-form #myacp-header .login-panel .clinical-search-panel.hero_element_copy > .split3 > .my-account, #myacp-header .login-panel #facet-search-form .clinical-search-panel.hero_element_copy > .split3 > .my-account, #facet-search-form #myacp-header .login-panel .clinical-search-panel.hero_element_copy > .split2 > .my-account, #myacp-header .login-panel #facet-search-form .clinical-search-panel.hero_element_copy > .split2 > .my-account, #facet-search-form #myacp-header .login-panel .clinical-search-panel.hero_element_copy > .page_content > .my-account, #myacp-header .login-panel #facet-search-form .clinical-search-panel.hero_element_copy > .page_content > .my-account, #facet-search-form #myacp-header .login-panel .clinical-search-panel.hero_element_copy > .field-item > .my-account, #myacp-header .login-panel #facet-search-form .clinical-search-panel.hero_element_copy > .field-item > .my-account, #facet-search-form .node-type-chapter-top-level-page #myacp-header .login-panel .clinical-search-panel.hero_element_copy > #landing_hero_area > .my-account, #myacp-header .login-panel #facet-search-form .node-type-chapter-top-level-page .clinical-search-panel.hero_element_copy > #landing_hero_area > .my-account, .node-type-chapter-top-level-page #facet-search-form #myacp-header .login-panel .clinical-search-panel.hero_element_copy > #landing_hero_area > .my-account, #myacp-header .login-panel .node-type-chapter-top-level-page #facet-search-form .clinical-search-panel.hero_element_copy > #landing_hero_area > .my-account, #facet-search-form #myacp-header .login-panel .clinical-search-panel.hero_element_copy > #landing_hero_2018 > .my-account, #myacp-header .login-panel #facet-search-form .clinical-search-panel.hero_element_copy > #landing_hero_2018 > .my-account, #facet-search-form #myacp-header .login-panel .clinical-search-panel.hero_element_copy > #overall-rating > .my-account, #myacp-header .login-panel #facet-search-form .clinical-search-panel.hero_element_copy > #overall-rating > .my-account, #facet-search-form #myacp-header .login-panel .clinical-search-panel.hero_element_copy > .filter-container > .my-account, #myacp-header .login-panel #facet-search-form .clinical-search-panel.hero_element_copy > .filter-container > .my-account, #facet-search-form #myacp-header .login-panel .clinical-search-panel.hero_element_copy > #review-list > .my-account, #myacp-header .login-panel #facet-search-form .clinical-search-panel.hero_element_copy > #review-list > .my-account, #facet-search-form #myacp-header .myacp-panel .clinical-search-panel.hero_element_copy > .grid > .my-account, #myacp-header .myacp-panel #facet-search-form .clinical-search-panel.hero_element_copy > .grid > .my-account, #facet-search-form #myacp-header .myacp-panel #tabs.vertical.clinical-search-panel.hero_element_copy > div > .my-account, #myacp-header .myacp-panel #facet-search-form #tabs.vertical.clinical-search-panel.hero_element_copy > div > .my-account, #facet-search-form #myacp-header .myacp-panel .clinical-search-panel.hero_element_copy > .ui-accordion-content > .my-account, #myacp-header .myacp-panel #facet-search-form .clinical-search-panel.hero_element_copy > .ui-accordion-content > .my-account, #facet-search-form .view .ui-accordion #myacp-header .myacp-panel .clinical-search-panel.hero_element_copy > .ui-accordion-content > .my-account, #myacp-header .myacp-panel #facet-search-form .view .ui-accordion .clinical-search-panel.hero_element_copy > .ui-accordion-content > .my-account, .view .ui-accordion #facet-search-form #myacp-header .myacp-panel .clinical-search-panel.hero_element_copy > .ui-accordion-content > .my-account, #myacp-header .myacp-panel .view .ui-accordion #facet-search-form .clinical-search-panel.hero_element_copy > .ui-accordion-content > .my-account, #facet-search-form #myacp-header .myacp-panel .clinical-search-panel.hero_element_copy > .split3 > .my-account, #myacp-header .myacp-panel #facet-search-form .clinical-search-panel.hero_element_copy > .split3 > .my-account, #facet-search-form #myacp-header .myacp-panel .clinical-search-panel.hero_element_copy > .split2 > .my-account, #myacp-header .myacp-panel #facet-search-form .clinical-search-panel.hero_element_copy > .split2 > .my-account, #facet-search-form #myacp-header .myacp-panel .clinical-search-panel.hero_element_copy > .page_content > .my-account, #myacp-header .myacp-panel #facet-search-form .clinical-search-panel.hero_element_copy > .page_content > .my-account, #facet-search-form #myacp-header .myacp-panel .clinical-search-panel.hero_element_copy > .field-item > .my-account, #myacp-header .myacp-panel #facet-search-form .clinical-search-panel.hero_element_copy > .field-item > .my-account, #facet-search-form .node-type-chapter-top-level-page #myacp-header .myacp-panel .clinical-search-panel.hero_element_copy > #landing_hero_area > .my-account, #myacp-header .myacp-panel #facet-search-form .node-type-chapter-top-level-page .clinical-search-panel.hero_element_copy > #landing_hero_area > .my-account, .node-type-chapter-top-level-page #facet-search-form #myacp-header .myacp-panel .clinical-search-panel.hero_element_copy > #landing_hero_area > .my-account, #myacp-header .myacp-panel .node-type-chapter-top-level-page #facet-search-form .clinical-search-panel.hero_element_copy > #landing_hero_area > .my-account, #facet-search-form #myacp-header .myacp-panel .clinical-search-panel.hero_element_copy > #landing_hero_2018 > .my-account, #myacp-header .myacp-panel #facet-search-form .clinical-search-panel.hero_element_copy > #landing_hero_2018 > .my-account, #facet-search-form #myacp-header .myacp-panel .clinical-search-panel.hero_element_copy > #overall-rating > .my-account, #myacp-header .myacp-panel #facet-search-form .clinical-search-panel.hero_element_copy > #overall-rating > .my-account, #facet-search-form #myacp-header .myacp-panel .clinical-search-panel.hero_element_copy > .filter-container > .my-account, #myacp-header .myacp-panel #facet-search-form .clinical-search-panel.hero_element_copy > .filter-container > .my-account, #facet-search-form #myacp-header .myacp-panel .clinical-search-panel.hero_element_copy > #review-list > .my-account, #myacp-header .myacp-panel #facet-search-form .clinical-search-panel.hero_element_copy > #review-list > .my-account {
    width: 100%;
    float: none;
    margin-bottom: 0;
    padding-right: 0; }
    form#short-clinical-search .clinical-search-panel.hero_element_copy > .grid > .col-1-2:last-of-type, form.moc-search .clinical-search-panel.hero_element_copy > .grid > .col-1-2:last-of-type, form#short-clinical-search #tabs.vertical.clinical-search-panel.hero_element_copy > div > .col-1-2:last-of-type, form.moc-search #tabs.vertical.clinical-search-panel.hero_element_copy > div > .col-1-2:last-of-type, form#short-clinical-search .clinical-search-panel.hero_element_copy > .ui-accordion-content > .col-1-2:last-of-type, form.moc-search .clinical-search-panel.hero_element_copy > .ui-accordion-content > .col-1-2:last-of-type, form#short-clinical-search .view .ui-accordion .clinical-search-panel.hero_element_copy > .ui-accordion-content > .col-1-2:last-of-type, .view .ui-accordion form#short-clinical-search .clinical-search-panel.hero_element_copy > .ui-accordion-content > .col-1-2:last-of-type, form.moc-search .view .ui-accordion .clinical-search-panel.hero_element_copy > .ui-accordion-content > .col-1-2:last-of-type, .view .ui-accordion form.moc-search .clinical-search-panel.hero_element_copy > .ui-accordion-content > .col-1-2:last-of-type, form#short-clinical-search .clinical-search-panel.hero_element_copy > .split3 > .col-1-2:last-of-type, form.moc-search .clinical-search-panel.hero_element_copy > .split3 > .col-1-2:last-of-type, form#short-clinical-search .clinical-search-panel.hero_element_copy > .split2 > .col-1-2:last-of-type, form.moc-search .clinical-search-panel.hero_element_copy > .split2 > .col-1-2:last-of-type, form#short-clinical-search .clinical-search-panel.hero_element_copy > .page_content > .col-1-2:last-of-type, form.moc-search .clinical-search-panel.hero_element_copy > .page_content > .col-1-2:last-of-type, form#short-clinical-search .clinical-search-panel.hero_element_copy > .field-item > .col-1-2:last-of-type, form.moc-search .clinical-search-panel.hero_element_copy > .field-item > .col-1-2:last-of-type, form#short-clinical-search .node-type-chapter-top-level-page .clinical-search-panel.hero_element_copy > #landing_hero_area > .col-1-2:last-of-type, .node-type-chapter-top-level-page form#short-clinical-search .clinical-search-panel.hero_element_copy > #landing_hero_area > .col-1-2:last-of-type, form.moc-search .node-type-chapter-top-level-page .clinical-search-panel.hero_element_copy > #landing_hero_area > .col-1-2:last-of-type, .node-type-chapter-top-level-page form.moc-search .clinical-search-panel.hero_element_copy > #landing_hero_area > .col-1-2:last-of-type, form#short-clinical-search .clinical-search-panel.hero_element_copy > #landing_hero_2018 > .col-1-2:last-of-type, form.moc-search .clinical-search-panel.hero_element_copy > #landing_hero_2018 > .col-1-2:last-of-type, form#short-clinical-search .clinical-search-panel.hero_element_copy > #overall-rating > .col-1-2:last-of-type, form.moc-search .clinical-search-panel.hero_element_copy > #overall-rating > .col-1-2:last-of-type, form#short-clinical-search .clinical-search-panel.hero_element_copy > .filter-container > .col-1-2:last-of-type, form.moc-search .clinical-search-panel.hero_element_copy > .filter-container > .col-1-2:last-of-type, form#short-clinical-search .clinical-search-panel.hero_element_copy > #review-list > .col-1-2:last-of-type, form.moc-search .clinical-search-panel.hero_element_copy > #review-list > .col-1-2:last-of-type, form#short-clinical-search .split2 .clinical-search-panel.hero_element_copy > .grid > ul:last-of-type, .split2 form#short-clinical-search .clinical-search-panel.hero_element_copy > .grid > ul:last-of-type, form.moc-search .split2 .clinical-search-panel.hero_element_copy > .grid > ul:last-of-type, .split2 form.moc-search .clinical-search-panel.hero_element_copy > .grid > ul:last-of-type, form#short-clinical-search .split2 #tabs.vertical.clinical-search-panel.hero_element_copy > div > ul:last-of-type, .split2 form#short-clinical-search #tabs.vertical.clinical-search-panel.hero_element_copy > div > ul:last-of-type, form.moc-search .split2 #tabs.vertical.clinical-search-panel.hero_element_copy > div > ul:last-of-type, .split2 form.moc-search #tabs.vertical.clinical-search-panel.hero_element_copy > div > ul:last-of-type, form#short-clinical-search .split2 .clinical-search-panel.hero_element_copy > .ui-accordion-content > ul:last-of-type, .split2 form#short-clinical-search .clinical-search-panel.hero_element_copy > .ui-accordion-content > ul:last-of-type, form.moc-search .split2 .clinical-search-panel.hero_element_copy > .ui-accordion-content > ul:last-of-type, .split2 form.moc-search .clinical-search-panel.hero_element_copy > .ui-accordion-content > ul:last-of-type, form#short-clinical-search .view .ui-accordion .split2 .clinical-search-panel.hero_element_copy > .ui-accordion-content > ul:last-of-type, .split2 form#short-clinical-search .view .ui-accordion .clinical-search-panel.hero_element_copy > .ui-accordion-content > ul:last-of-type, .view .ui-accordion form#short-clinical-search .split2 .clinical-search-panel.hero_element_copy > .ui-accordion-content > ul:last-of-type, .split2 .view .ui-accordion form#short-clinical-search .clinical-search-panel.hero_element_copy > .ui-accordion-content > ul:last-of-type, form.moc-search .view .ui-accordion .split2 .clinical-search-panel.hero_element_copy > .ui-accordion-content > ul:last-of-type, .split2 form.moc-search .view .ui-accordion .clinical-search-panel.hero_element_copy > .ui-accordion-content > ul:last-of-type, .view .ui-accordion form.moc-search .split2 .clinical-search-panel.hero_element_copy > .ui-accordion-content > ul:last-of-type, .split2 .view .ui-accordion form.moc-search .clinical-search-panel.hero_element_copy > .ui-accordion-content > ul:last-of-type, form#short-clinical-search .split2 .clinical-search-panel.hero_element_copy > .split3 > ul:last-of-type, .split2 form#short-clinical-search .clinical-search-panel.hero_element_copy > .split3 > ul:last-of-type, form.moc-search .split2 .clinical-search-panel.hero_element_copy > .split3 > ul:last-of-type, .split2 form.moc-search .clinical-search-panel.hero_element_copy > .split3 > ul:last-of-type, form#short-clinical-search .clinical-search-panel.hero_element_copy > .split2 > ul:last-of-type, form.moc-search .clinical-search-panel.hero_element_copy > .split2 > ul:last-of-type, form#short-clinical-search .split2 .clinical-search-panel.hero_element_copy > .page_content > ul:last-of-type, .split2 form#short-clinical-search .clinical-search-panel.hero_element_copy > .page_content > ul:last-of-type, form.moc-search .split2 .clinical-search-panel.hero_element_copy > .page_content > ul:last-of-type, .split2 form.moc-search .clinical-search-panel.hero_element_copy > .page_content > ul:last-of-type, form#short-clinical-search .split2 .clinical-search-panel.hero_element_copy > .field-item > ul:last-of-type, .split2 form#short-clinical-search .clinical-search-panel.hero_element_copy > .field-item > ul:last-of-type, form.moc-search .split2 .clinical-search-panel.hero_element_copy > .field-item > ul:last-of-type, .split2 form.moc-search .clinical-search-panel.hero_element_copy > .field-item > ul:last-of-type, form#short-clinical-search .node-type-chapter-top-level-page .split2 .clinical-search-panel.hero_element_copy > #landing_hero_area > ul:last-of-type, .split2 form#short-clinical-search .node-type-chapter-top-level-page .clinical-search-panel.hero_element_copy > #landing_hero_area > ul:last-of-type, .node-type-chapter-top-level-page form#short-clinical-search .split2 .clinical-search-panel.hero_element_copy > #landing_hero_area > ul:last-of-type, .split2 .node-type-chapter-top-level-page form#short-clinical-search .clinical-search-panel.hero_element_copy > #landing_hero_area > ul:last-of-type, form.moc-search .node-type-chapter-top-level-page .split2 .clinical-search-panel.hero_element_copy > #landing_hero_area > ul:last-of-type, .split2 form.moc-search .node-type-chapter-top-level-page .clinical-search-panel.hero_element_copy > #landing_hero_area > ul:last-of-type, .node-type-chapter-top-level-page form.moc-search .split2 .clinical-search-panel.hero_element_copy > #landing_hero_area > ul:last-of-type, .split2 .node-type-chapter-top-level-page form.moc-search .clinical-search-panel.hero_element_copy > #landing_hero_area > ul:last-of-type, form#short-clinical-search .split2 .clinical-search-panel.hero_element_copy > #landing_hero_2018 > ul:last-of-type, .split2 form#short-clinical-search .clinical-search-panel.hero_element_copy > #landing_hero_2018 > ul:last-of-type, form.moc-search .split2 .clinical-search-panel.hero_element_copy > #landing_hero_2018 > ul:last-of-type, .split2 form.moc-search .clinical-search-panel.hero_element_copy > #landing_hero_2018 > ul:last-of-type, form#short-clinical-search .split2 .clinical-search-panel.hero_element_copy > #overall-rating > ul:last-of-type, .split2 form#short-clinical-search .clinical-search-panel.hero_element_copy > #overall-rating > ul:last-of-type, form.moc-search .split2 .clinical-search-panel.hero_element_copy > #overall-rating > ul:last-of-type, .split2 form.moc-search .clinical-search-panel.hero_element_copy > #overall-rating > ul:last-of-type, form#short-clinical-search .split2 .clinical-search-panel.hero_element_copy > .filter-container > ul:last-of-type, .split2 form#short-clinical-search .clinical-search-panel.hero_element_copy > .filter-container > ul:last-of-type, form.moc-search .split2 .clinical-search-panel.hero_element_copy > .filter-container > ul:last-of-type, .split2 form.moc-search .clinical-search-panel.hero_element_copy > .filter-container > ul:last-of-type, form#short-clinical-search .split2 .clinical-search-panel.hero_element_copy > #review-list > ul:last-of-type, .split2 form#short-clinical-search .clinical-search-panel.hero_element_copy > #review-list > ul:last-of-type, form.moc-search .split2 .clinical-search-panel.hero_element_copy > #review-list > ul:last-of-type, .split2 form.moc-search .clinical-search-panel.hero_element_copy > #review-list > ul:last-of-type, form#short-clinical-search .split2 .clinical-search-panel.hero_element_copy > .grid > .col1:last-of-type, .split2 form#short-clinical-search .clinical-search-panel.hero_element_copy > .grid > .col1:last-of-type, form.moc-search .split2 .clinical-search-panel.hero_element_copy > .grid > .col1:last-of-type, .split2 form.moc-search .clinical-search-panel.hero_element_copy > .grid > .col1:last-of-type, form#short-clinical-search .split2 #tabs.vertical.clinical-search-panel.hero_element_copy > div > .col1:last-of-type, .split2 form#short-clinical-search #tabs.vertical.clinical-search-panel.hero_element_copy > div > .col1:last-of-type, form.moc-search .split2 #tabs.vertical.clinical-search-panel.hero_element_copy > div > .col1:last-of-type, .split2 form.moc-search #tabs.vertical.clinical-search-panel.hero_element_copy > div > .col1:last-of-type, form#short-clinical-search .split2 .clinical-search-panel.hero_element_copy > .ui-accordion-content > .col1:last-of-type, .split2 form#short-clinical-search .clinical-search-panel.hero_element_copy > .ui-accordion-content > .col1:last-of-type, form.moc-search .split2 .clinical-search-panel.hero_element_copy > .ui-accordion-content > .col1:last-of-type, .split2 form.moc-search .clinical-search-panel.hero_element_copy > .ui-accordion-content > .col1:last-of-type, form#short-clinical-search .view .ui-accordion .split2 .clinical-search-panel.hero_element_copy > .ui-accordion-content > .col1:last-of-type, .split2 form#short-clinical-search .view .ui-accordion .clinical-search-panel.hero_element_copy > .ui-accordion-content > .col1:last-of-type, .view .ui-accordion form#short-clinical-search .split2 .clinical-search-panel.hero_element_copy > .ui-accordion-content > .col1:last-of-type, .split2 .view .ui-accordion form#short-clinical-search .clinical-search-panel.hero_element_copy > .ui-accordion-content > .col1:last-of-type, form.moc-search .view .ui-accordion .split2 .clinical-search-panel.hero_element_copy > .ui-accordion-content > .col1:last-of-type, .split2 form.moc-search .view .ui-accordion .clinical-search-panel.hero_element_copy > .ui-accordion-content > .col1:last-of-type, .view .ui-accordion form.moc-search .split2 .clinical-search-panel.hero_element_copy > .ui-accordion-content > .col1:last-of-type, .split2 .view .ui-accordion form.moc-search .clinical-search-panel.hero_element_copy > .ui-accordion-content > .col1:last-of-type, form#short-clinical-search .split2 .clinical-search-panel.hero_element_copy > .split3 > .col1:last-of-type, .split2 form#short-clinical-search .clinical-search-panel.hero_element_copy > .split3 > .col1:last-of-type, form.moc-search .split2 .clinical-search-panel.hero_element_copy > .split3 > .col1:last-of-type, .split2 form.moc-search .clinical-search-panel.hero_element_copy > .split3 > .col1:last-of-type, form#short-clinical-search .clinical-search-panel.hero_element_copy > .split2 > .col1:last-of-type, form.moc-search .clinical-search-panel.hero_element_copy > .split2 > .col1:last-of-type, form#short-clinical-search .split2 .clinical-search-panel.hero_element_copy > .page_content > .col1:last-of-type, .split2 form#short-clinical-search .clinical-search-panel.hero_element_copy > .page_content > .col1:last-of-type, form.moc-search .split2 .clinical-search-panel.hero_element_copy > .page_content > .col1:last-of-type, .split2 form.moc-search .clinical-search-panel.hero_element_copy > .page_content > .col1:last-of-type, form#short-clinical-search .split2 .clinical-search-panel.hero_element_copy > .field-item > .col1:last-of-type, .split2 form#short-clinical-search .clinical-search-panel.hero_element_copy > .field-item > .col1:last-of-type, form.moc-search .split2 .clinical-search-panel.hero_element_copy > .field-item > .col1:last-of-type, .split2 form.moc-search .clinical-search-panel.hero_element_copy > .field-item > .col1:last-of-type, form#short-clinical-search .node-type-chapter-top-level-page .split2 .clinical-search-panel.hero_element_copy > #landing_hero_area > .col1:last-of-type, .split2 form#short-clinical-search .node-type-chapter-top-level-page .clinical-search-panel.hero_element_copy > #landing_hero_area > .col1:last-of-type, .node-type-chapter-top-level-page form#short-clinical-search .split2 .clinical-search-panel.hero_element_copy > #landing_hero_area > .col1:last-of-type, .split2 .node-type-chapter-top-level-page form#short-clinical-search .clinical-search-panel.hero_element_copy > #landing_hero_area > .col1:last-of-type, form.moc-search .node-type-chapter-top-level-page .split2 .clinical-search-panel.hero_element_copy > #landing_hero_area > .col1:last-of-type, .split2 form.moc-search .node-type-chapter-top-level-page .clinical-search-panel.hero_element_copy > #landing_hero_area > .col1:last-of-type, .node-type-chapter-top-level-page form.moc-search .split2 .clinical-search-panel.hero_element_copy > #landing_hero_area > .col1:last-of-type, .split2 .node-type-chapter-top-level-page form.moc-search .clinical-search-panel.hero_element_copy > #landing_hero_area > .col1:last-of-type, form#short-clinical-search .split2 .clinical-search-panel.hero_element_copy > #landing_hero_2018 > .col1:last-of-type, .split2 form#short-clinical-search .clinical-search-panel.hero_element_copy > #landing_hero_2018 > .col1:last-of-type, form.moc-search .split2 .clinical-search-panel.hero_element_copy > #landing_hero_2018 > .col1:last-of-type, .split2 form.moc-search .clinical-search-panel.hero_element_copy > #landing_hero_2018 > .col1:last-of-type, form#short-clinical-search .split2 .clinical-search-panel.hero_element_copy > #overall-rating > .col1:last-of-type, .split2 form#short-clinical-search .clinical-search-panel.hero_element_copy > #overall-rating > .col1:last-of-type, form.moc-search .split2 .clinical-search-panel.hero_element_copy > #overall-rating > .col1:last-of-type, .split2 form.moc-search .clinical-search-panel.hero_element_copy > #overall-rating > .col1:last-of-type, form#short-clinical-search .split2 .clinical-search-panel.hero_element_copy > .filter-container > .col1:last-of-type, .split2 form#short-clinical-search .clinical-search-panel.hero_element_copy > .filter-container > .col1:last-of-type, form.moc-search .split2 .clinical-search-panel.hero_element_copy > .filter-container > .col1:last-of-type, .split2 form.moc-search .clinical-search-panel.hero_element_copy > .filter-container > .col1:last-of-type, form#short-clinical-search .split2 .clinical-search-panel.hero_element_copy > #review-list > .col1:last-of-type, .split2 form#short-clinical-search .clinical-search-panel.hero_element_copy > #review-list > .col1:last-of-type, form.moc-search .split2 .clinical-search-panel.hero_element_copy > #review-list > .col1:last-of-type, .split2 form.moc-search .clinical-search-panel.hero_element_copy > #review-list > .col1:last-of-type, form#short-clinical-search .split2 .clinical-search-panel.hero_element_copy > .grid > .col2:last-of-type, .split2 form#short-clinical-search .clinical-search-panel.hero_element_copy > .grid > .col2:last-of-type, form.moc-search .split2 .clinical-search-panel.hero_element_copy > .grid > .col2:last-of-type, .split2 form.moc-search .clinical-search-panel.hero_element_copy > .grid > .col2:last-of-type, form#short-clinical-search .split2 #tabs.vertical.clinical-search-panel.hero_element_copy > div > .col2:last-of-type, .split2 form#short-clinical-search #tabs.vertical.clinical-search-panel.hero_element_copy > div > .col2:last-of-type, form.moc-search .split2 #tabs.vertical.clinical-search-panel.hero_element_copy > div > .col2:last-of-type, .split2 form.moc-search #tabs.vertical.clinical-search-panel.hero_element_copy > div > .col2:last-of-type, form#short-clinical-search .split2 .clinical-search-panel.hero_element_copy > .ui-accordion-content > .col2:last-of-type, .split2 form#short-clinical-search .clinical-search-panel.hero_element_copy > .ui-accordion-content > .col2:last-of-type, form.moc-search .split2 .clinical-search-panel.hero_element_copy > .ui-accordion-content > .col2:last-of-type, .split2 form.moc-search .clinical-search-panel.hero_element_copy > .ui-accordion-content > .col2:last-of-type, form#short-clinical-search .view .ui-accordion .split2 .clinical-search-panel.hero_element_copy > .ui-accordion-content > .col2:last-of-type, .split2 form#short-clinical-search .view .ui-accordion .clinical-search-panel.hero_element_copy > .ui-accordion-content > .col2:last-of-type, .view .ui-accordion form#short-clinical-search .split2 .clinical-search-panel.hero_element_copy > .ui-accordion-content > .col2:last-of-type, .split2 .view .ui-accordion form#short-clinical-search .clinical-search-panel.hero_element_copy > .ui-accordion-content > .col2:last-of-type, form.moc-search .view .ui-accordion .split2 .clinical-search-panel.hero_element_copy > .ui-accordion-content > .col2:last-of-type, .split2 form.moc-search .view .ui-accordion .clinical-search-panel.hero_element_copy > .ui-accordion-content > .col2:last-of-type, .view .ui-accordion form.moc-search .split2 .clinical-search-panel.hero_element_copy > .ui-accordion-content > .col2:last-of-type, .split2 .view .ui-accordion form.moc-search .clinical-search-panel.hero_element_copy > .ui-accordion-content > .col2:last-of-type, form#short-clinical-search .split2 .clinical-search-panel.hero_element_copy > .split3 > .col2:last-of-type, .split2 form#short-clinical-search .clinical-search-panel.hero_element_copy > .split3 > .col2:last-of-type, form.moc-search .split2 .clinical-search-panel.hero_element_copy > .split3 > .col2:last-of-type, .split2 form.moc-search .clinical-search-panel.hero_element_copy > .split3 > .col2:last-of-type, form#short-clinical-search .clinical-search-panel.hero_element_copy > .split2 > .col2:last-of-type, form.moc-search .clinical-search-panel.hero_element_copy > .split2 > .col2:last-of-type, form#short-clinical-search .split2 .clinical-search-panel.hero_element_copy > .page_content > .col2:last-of-type, .split2 form#short-clinical-search .clinical-search-panel.hero_element_copy > .page_content > .col2:last-of-type, form.moc-search .split2 .clinical-search-panel.hero_element_copy > .page_content > .col2:last-of-type, .split2 form.moc-search .clinical-search-panel.hero_element_copy > .page_content > .col2:last-of-type, form#short-clinical-search .split2 .clinical-search-panel.hero_element_copy > .field-item > .col2:last-of-type, .split2 form#short-clinical-search .clinical-search-panel.hero_element_copy > .field-item > .col2:last-of-type, form.moc-search .split2 .clinical-search-panel.hero_element_copy > .field-item > .col2:last-of-type, .split2 form.moc-search .clinical-search-panel.hero_element_copy > .field-item > .col2:last-of-type, form#short-clinical-search .node-type-chapter-top-level-page .split2 .clinical-search-panel.hero_element_copy > #landing_hero_area > .col2:last-of-type, .split2 form#short-clinical-search .node-type-chapter-top-level-page .clinical-search-panel.hero_element_copy > #landing_hero_area > .col2:last-of-type, .node-type-chapter-top-level-page form#short-clinical-search .split2 .clinical-search-panel.hero_element_copy > #landing_hero_area > .col2:last-of-type, .split2 .node-type-chapter-top-level-page form#short-clinical-search .clinical-search-panel.hero_element_copy > #landing_hero_area > .col2:last-of-type, form.moc-search .node-type-chapter-top-level-page .split2 .clinical-search-panel.hero_element_copy > #landing_hero_area > .col2:last-of-type, .split2 form.moc-search .node-type-chapter-top-level-page .clinical-search-panel.hero_element_copy > #landing_hero_area > .col2:last-of-type, .node-type-chapter-top-level-page form.moc-search .split2 .clinical-search-panel.hero_element_copy > #landing_hero_area > .col2:last-of-type, .split2 .node-type-chapter-top-level-page form.moc-search .clinical-search-panel.hero_element_copy > #landing_hero_area > .col2:last-of-type, form#short-clinical-search .split2 .clinical-search-panel.hero_element_copy > #landing_hero_2018 > .col2:last-of-type, .split2 form#short-clinical-search .clinical-search-panel.hero_element_copy > #landing_hero_2018 > .col2:last-of-type, form.moc-search .split2 .clinical-search-panel.hero_element_copy > #landing_hero_2018 > .col2:last-of-type, .split2 form.moc-search .clinical-search-panel.hero_element_copy > #landing_hero_2018 > .col2:last-of-type, form#short-clinical-search .split2 .clinical-search-panel.hero_element_copy > #overall-rating > .col2:last-of-type, .split2 form#short-clinical-search .clinical-search-panel.hero_element_copy > #overall-rating > .col2:last-of-type, form.moc-search .split2 .clinical-search-panel.hero_element_copy > #overall-rating > .col2:last-of-type, .split2 form.moc-search .clinical-search-panel.hero_element_copy > #overall-rating > .col2:last-of-type, form#short-clinical-search .split2 .clinical-search-panel.hero_element_copy > .filter-container > .col2:last-of-type, .split2 form#short-clinical-search .clinical-search-panel.hero_element_copy > .filter-container > .col2:last-of-type, form.moc-search .split2 .clinical-search-panel.hero_element_copy > .filter-container > .col2:last-of-type, .split2 form.moc-search .clinical-search-panel.hero_element_copy > .filter-container > .col2:last-of-type, form#short-clinical-search .split2 .clinical-search-panel.hero_element_copy > #review-list > .col2:last-of-type, .split2 form#short-clinical-search .clinical-search-panel.hero_element_copy > #review-list > .col2:last-of-type, form.moc-search .split2 .clinical-search-panel.hero_element_copy > #review-list > .col2:last-of-type, .split2 form.moc-search .clinical-search-panel.hero_element_copy > #review-list > .col2:last-of-type, form#short-clinical-search #myacp-header .login-panel .clinical-search-panel.hero_element_copy > .grid > .my-interests:last-of-type, #myacp-header .login-panel form#short-clinical-search .clinical-search-panel.hero_element_copy > .grid > .my-interests:last-of-type, form.moc-search #myacp-header .login-panel .clinical-search-panel.hero_element_copy > .grid > .my-interests:last-of-type, #myacp-header .login-panel form.moc-search .clinical-search-panel.hero_element_copy > .grid > .my-interests:last-of-type, form#short-clinical-search #myacp-header .login-panel #tabs.vertical.clinical-search-panel.hero_element_copy > div > .my-interests:last-of-type, #myacp-header .login-panel form#short-clinical-search #tabs.vertical.clinical-search-panel.hero_element_copy > div > .my-interests:last-of-type, form.moc-search #myacp-header .login-panel #tabs.vertical.clinical-search-panel.hero_element_copy > div > .my-interests:last-of-type, #myacp-header .login-panel form.moc-search #tabs.vertical.clinical-search-panel.hero_element_copy > div > .my-interests:last-of-type, form#short-clinical-search #myacp-header .login-panel .clinical-search-panel.hero_element_copy > .ui-accordion-content > .my-interests:last-of-type, #myacp-header .login-panel form#short-clinical-search .clinical-search-panel.hero_element_copy > .ui-accordion-content > .my-interests:last-of-type, form.moc-search #myacp-header .login-panel .clinical-search-panel.hero_element_copy > .ui-accordion-content > .my-interests:last-of-type, #myacp-header .login-panel form.moc-search .clinical-search-panel.hero_element_copy > .ui-accordion-content > .my-interests:last-of-type, form#short-clinical-search .view .ui-accordion #myacp-header .login-panel .clinical-search-panel.hero_element_copy > .ui-accordion-content > .my-interests:last-of-type, #myacp-header .login-panel form#short-clinical-search .view .ui-accordion .clinical-search-panel.hero_element_copy > .ui-accordion-content > .my-interests:last-of-type, .view .ui-accordion form#short-clinical-search #myacp-header .login-panel .clinical-search-panel.hero_element_copy > .ui-accordion-content > .my-interests:last-of-type, #myacp-header .login-panel .view .ui-accordion form#short-clinical-search .clinical-search-panel.hero_element_copy > .ui-accordion-content > .my-interests:last-of-type, form.moc-search .view .ui-accordion #myacp-header .login-panel .clinical-search-panel.hero_element_copy > .ui-accordion-content > .my-interests:last-of-type, #myacp-header .login-panel form.moc-search .view .ui-accordion .clinical-search-panel.hero_element_copy > .ui-accordion-content > .my-interests:last-of-type, .view .ui-accordion form.moc-search #myacp-header .login-panel .clinical-search-panel.hero_element_copy > .ui-accordion-content > .my-interests:last-of-type, #myacp-header .login-panel .view .ui-accordion form.moc-search .clinical-search-panel.hero_element_copy > .ui-accordion-content > .my-interests:last-of-type, form#short-clinical-search #myacp-header .login-panel .clinical-search-panel.hero_element_copy > .split3 > .my-interests:last-of-type, #myacp-header .login-panel form#short-clinical-search .clinical-search-panel.hero_element_copy > .split3 > .my-interests:last-of-type, form.moc-search #myacp-header .login-panel .clinical-search-panel.hero_element_copy > .split3 > .my-interests:last-of-type, #myacp-header .login-panel form.moc-search .clinical-search-panel.hero_element_copy > .split3 > .my-interests:last-of-type, form#short-clinical-search #myacp-header .login-panel .clinical-search-panel.hero_element_copy > .split2 > .my-interests:last-of-type, #myacp-header .login-panel form#short-clinical-search .clinical-search-panel.hero_element_copy > .split2 > .my-interests:last-of-type, form.moc-search #myacp-header .login-panel .clinical-search-panel.hero_element_copy > .split2 > .my-interests:last-of-type, #myacp-header .login-panel form.moc-search .clinical-search-panel.hero_element_copy > .split2 > .my-interests:last-of-type, form#short-clinical-search #myacp-header .login-panel .clinical-search-panel.hero_element_copy > .page_content > .my-interests:last-of-type, #myacp-header .login-panel form#short-clinical-search .clinical-search-panel.hero_element_copy > .page_content > .my-interests:last-of-type, form.moc-search #myacp-header .login-panel .clinical-search-panel.hero_element_copy > .page_content > .my-interests:last-of-type, #myacp-header .login-panel form.moc-search .clinical-search-panel.hero_element_copy > .page_content > .my-interests:last-of-type, form#short-clinical-search #myacp-header .login-panel .clinical-search-panel.hero_element_copy > .field-item > .my-interests:last-of-type, #myacp-header .login-panel form#short-clinical-search .clinical-search-panel.hero_element_copy > .field-item > .my-interests:last-of-type, form.moc-search #myacp-header .login-panel .clinical-search-panel.hero_element_copy > .field-item > .my-interests:last-of-type, #myacp-header .login-panel form.moc-search .clinical-search-panel.hero_element_copy > .field-item > .my-interests:last-of-type, form#short-clinical-search .node-type-chapter-top-level-page #myacp-header .login-panel .clinical-search-panel.hero_element_copy > #landing_hero_area > .my-interests:last-of-type, #myacp-header .login-panel form#short-clinical-search .node-type-chapter-top-level-page .clinical-search-panel.hero_element_copy > #landing_hero_area > .my-interests:last-of-type, .node-type-chapter-top-level-page form#short-clinical-search #myacp-header .login-panel .clinical-search-panel.hero_element_copy > #landing_hero_area > .my-interests:last-of-type, #myacp-header .login-panel .node-type-chapter-top-level-page form#short-clinical-search .clinical-search-panel.hero_element_copy > #landing_hero_area > .my-interests:last-of-type, form.moc-search .node-type-chapter-top-level-page #myacp-header .login-panel .clinical-search-panel.hero_element_copy > #landing_hero_area > .my-interests:last-of-type, #myacp-header .login-panel form.moc-search .node-type-chapter-top-level-page .clinical-search-panel.hero_element_copy > #landing_hero_area > .my-interests:last-of-type, .node-type-chapter-top-level-page form.moc-search #myacp-header .login-panel .clinical-search-panel.hero_element_copy > #landing_hero_area > .my-interests:last-of-type, #myacp-header .login-panel .node-type-chapter-top-level-page form.moc-search .clinical-search-panel.hero_element_copy > #landing_hero_area > .my-interests:last-of-type, form#short-clinical-search #myacp-header .login-panel .clinical-search-panel.hero_element_copy > #landing_hero_2018 > .my-interests:last-of-type, #myacp-header .login-panel form#short-clinical-search .clinical-search-panel.hero_element_copy > #landing_hero_2018 > .my-interests:last-of-type, form.moc-search #myacp-header .login-panel .clinical-search-panel.hero_element_copy > #landing_hero_2018 > .my-interests:last-of-type, #myacp-header .login-panel form.moc-search .clinical-search-panel.hero_element_copy > #landing_hero_2018 > .my-interests:last-of-type, form#short-clinical-search #myacp-header .login-panel .clinical-search-panel.hero_element_copy > #overall-rating > .my-interests:last-of-type, #myacp-header .login-panel form#short-clinical-search .clinical-search-panel.hero_element_copy > #overall-rating > .my-interests:last-of-type, form.moc-search #myacp-header .login-panel .clinical-search-panel.hero_element_copy > #overall-rating > .my-interests:last-of-type, #myacp-header .login-panel form.moc-search .clinical-search-panel.hero_element_copy > #overall-rating > .my-interests:last-of-type, form#short-clinical-search #myacp-header .login-panel .clinical-search-panel.hero_element_copy > .filter-container > .my-interests:last-of-type, #myacp-header .login-panel form#short-clinical-search .clinical-search-panel.hero_element_copy > .filter-container > .my-interests:last-of-type, form.moc-search #myacp-header .login-panel .clinical-search-panel.hero_element_copy > .filter-container > .my-interests:last-of-type, #myacp-header .login-panel form.moc-search .clinical-search-panel.hero_element_copy > .filter-container > .my-interests:last-of-type, form#short-clinical-search #myacp-header .login-panel .clinical-search-panel.hero_element_copy > #review-list > .my-interests:last-of-type, #myacp-header .login-panel form#short-clinical-search .clinical-search-panel.hero_element_copy > #review-list > .my-interests:last-of-type, form.moc-search #myacp-header .login-panel .clinical-search-panel.hero_element_copy > #review-list > .my-interests:last-of-type, #myacp-header .login-panel form.moc-search .clinical-search-panel.hero_element_copy > #review-list > .my-interests:last-of-type, form#short-clinical-search #myacp-header .myacp-panel .clinical-search-panel.hero_element_copy > .grid > .my-interests:last-of-type, #myacp-header .myacp-panel form#short-clinical-search .clinical-search-panel.hero_element_copy > .grid > .my-interests:last-of-type, form.moc-search #myacp-header .myacp-panel .clinical-search-panel.hero_element_copy > .grid > .my-interests:last-of-type, #myacp-header .myacp-panel form.moc-search .clinical-search-panel.hero_element_copy > .grid > .my-interests:last-of-type, form#short-clinical-search #myacp-header .myacp-panel #tabs.vertical.clinical-search-panel.hero_element_copy > div > .my-interests:last-of-type, #myacp-header .myacp-panel form#short-clinical-search #tabs.vertical.clinical-search-panel.hero_element_copy > div > .my-interests:last-of-type, form.moc-search #myacp-header .myacp-panel #tabs.vertical.clinical-search-panel.hero_element_copy > div > .my-interests:last-of-type, #myacp-header .myacp-panel form.moc-search #tabs.vertical.clinical-search-panel.hero_element_copy > div > .my-interests:last-of-type, form#short-clinical-search #myacp-header .myacp-panel .clinical-search-panel.hero_element_copy > .ui-accordion-content > .my-interests:last-of-type, #myacp-header .myacp-panel form#short-clinical-search .clinical-search-panel.hero_element_copy > .ui-accordion-content > .my-interests:last-of-type, form.moc-search #myacp-header .myacp-panel .clinical-search-panel.hero_element_copy > .ui-accordion-content > .my-interests:last-of-type, #myacp-header .myacp-panel form.moc-search .clinical-search-panel.hero_element_copy > .ui-accordion-content > .my-interests:last-of-type, form#short-clinical-search .view .ui-accordion #myacp-header .myacp-panel .clinical-search-panel.hero_element_copy > .ui-accordion-content > .my-interests:last-of-type, #myacp-header .myacp-panel form#short-clinical-search .view .ui-accordion .clinical-search-panel.hero_element_copy > .ui-accordion-content > .my-interests:last-of-type, .view .ui-accordion form#short-clinical-search #myacp-header .myacp-panel .clinical-search-panel.hero_element_copy > .ui-accordion-content > .my-interests:last-of-type, #myacp-header .myacp-panel .view .ui-accordion form#short-clinical-search .clinical-search-panel.hero_element_copy > .ui-accordion-content > .my-interests:last-of-type, form.moc-search .view .ui-accordion #myacp-header .myacp-panel .clinical-search-panel.hero_element_copy > .ui-accordion-content > .my-interests:last-of-type, #myacp-header .myacp-panel form.moc-search .view .ui-accordion .clinical-search-panel.hero_element_copy > .ui-accordion-content > .my-interests:last-of-type, .view .ui-accordion form.moc-search #myacp-header .myacp-panel .clinical-search-panel.hero_element_copy > .ui-accordion-content > .my-interests:last-of-type, #myacp-header .myacp-panel .view .ui-accordion form.moc-search .clinical-search-panel.hero_element_copy > .ui-accordion-content > .my-interests:last-of-type, form#short-clinical-search #myacp-header .myacp-panel .clinical-search-panel.hero_element_copy > .split3 > .my-interests:last-of-type, #myacp-header .myacp-panel form#short-clinical-search .clinical-search-panel.hero_element_copy > .split3 > .my-interests:last-of-type, form.moc-search #myacp-header .myacp-panel .clinical-search-panel.hero_element_copy > .split3 > .my-interests:last-of-type, #myacp-header .myacp-panel form.moc-search .clinical-search-panel.hero_element_copy > .split3 > .my-interests:last-of-type, form#short-clinical-search #myacp-header .myacp-panel .clinical-search-panel.hero_element_copy > .split2 > .my-interests:last-of-type, #myacp-header .myacp-panel form#short-clinical-search .clinical-search-panel.hero_element_copy > .split2 > .my-interests:last-of-type, form.moc-search #myacp-header .myacp-panel .clinical-search-panel.hero_element_copy > .split2 > .my-interests:last-of-type, #myacp-header .myacp-panel form.moc-search .clinical-search-panel.hero_element_copy > .split2 > .my-interests:last-of-type, form#short-clinical-search #myacp-header .myacp-panel .clinical-search-panel.hero_element_copy > .page_content > .my-interests:last-of-type, #myacp-header .myacp-panel form#short-clinical-search .clinical-search-panel.hero_element_copy > .page_content > .my-interests:last-of-type, form.moc-search #myacp-header .myacp-panel .clinical-search-panel.hero_element_copy > .page_content > .my-interests:last-of-type, #myacp-header .myacp-panel form.moc-search .clinical-search-panel.hero_element_copy > .page_content > .my-interests:last-of-type, form#short-clinical-search #myacp-header .myacp-panel .clinical-search-panel.hero_element_copy > .field-item > .my-interests:last-of-type, #myacp-header .myacp-panel form#short-clinical-search .clinical-search-panel.hero_element_copy > .field-item > .my-interests:last-of-type, form.moc-search #myacp-header .myacp-panel .clinical-search-panel.hero_element_copy > .field-item > .my-interests:last-of-type, #myacp-header .myacp-panel form.moc-search .clinical-search-panel.hero_element_copy > .field-item > .my-interests:last-of-type, form#short-clinical-search .node-type-chapter-top-level-page #myacp-header .myacp-panel .clinical-search-panel.hero_element_copy > #landing_hero_area > .my-interests:last-of-type, #myacp-header .myacp-panel form#short-clinical-search .node-type-chapter-top-level-page .clinical-search-panel.hero_element_copy > #landing_hero_area > .my-interests:last-of-type, .node-type-chapter-top-level-page form#short-clinical-search #myacp-header .myacp-panel .clinical-search-panel.hero_element_copy > #landing_hero_area > .my-interests:last-of-type, #myacp-header .myacp-panel .node-type-chapter-top-level-page form#short-clinical-search .clinical-search-panel.hero_element_copy > #landing_hero_area > .my-interests:last-of-type, form.moc-search .node-type-chapter-top-level-page #myacp-header .myacp-panel .clinical-search-panel.hero_element_copy > #landing_hero_area > .my-interests:last-of-type, #myacp-header .myacp-panel form.moc-search .node-type-chapter-top-level-page .clinical-search-panel.hero_element_copy > #landing_hero_area > .my-interests:last-of-type, .node-type-chapter-top-level-page form.moc-search #myacp-header .myacp-panel .clinical-search-panel.hero_element_copy > #landing_hero_area > .my-interests:last-of-type, #myacp-header .myacp-panel .node-type-chapter-top-level-page form.moc-search .clinical-search-panel.hero_element_copy > #landing_hero_area > .my-interests:last-of-type, form#short-clinical-search #myacp-header .myacp-panel .clinical-search-panel.hero_element_copy > #landing_hero_2018 > .my-interests:last-of-type, #myacp-header .myacp-panel form#short-clinical-search .clinical-search-panel.hero_element_copy > #landing_hero_2018 > .my-interests:last-of-type, form.moc-search #myacp-header .myacp-panel .clinical-search-panel.hero_element_copy > #landing_hero_2018 > .my-interests:last-of-type, #myacp-header .myacp-panel form.moc-search .clinical-search-panel.hero_element_copy > #landing_hero_2018 > .my-interests:last-of-type, form#short-clinical-search #myacp-header .myacp-panel .clinical-search-panel.hero_element_copy > #overall-rating > .my-interests:last-of-type, #myacp-header .myacp-panel form#short-clinical-search .clinical-search-panel.hero_element_copy > #overall-rating > .my-interests:last-of-type, form.moc-search #myacp-header .myacp-panel .clinical-search-panel.hero_element_copy > #overall-rating > .my-interests:last-of-type, #myacp-header .myacp-panel form.moc-search .clinical-search-panel.hero_element_copy > #overall-rating > .my-interests:last-of-type, form#short-clinical-search #myacp-header .myacp-panel .clinical-search-panel.hero_element_copy > .filter-container > .my-interests:last-of-type, #myacp-header .myacp-panel form#short-clinical-search .clinical-search-panel.hero_element_copy > .filter-container > .my-interests:last-of-type, form.moc-search #myacp-header .myacp-panel .clinical-search-panel.hero_element_copy > .filter-container > .my-interests:last-of-type, #myacp-header .myacp-panel form.moc-search .clinical-search-panel.hero_element_copy > .filter-container > .my-interests:last-of-type, form#short-clinical-search #myacp-header .myacp-panel .clinical-search-panel.hero_element_copy > #review-list > .my-interests:last-of-type, #myacp-header .myacp-panel form#short-clinical-search .clinical-search-panel.hero_element_copy > #review-list > .my-interests:last-of-type, form.moc-search #myacp-header .myacp-panel .clinical-search-panel.hero_element_copy > #review-list > .my-interests:last-of-type, #myacp-header .myacp-panel form.moc-search .clinical-search-panel.hero_element_copy > #review-list > .my-interests:last-of-type, form#short-clinical-search #myacp-header .login-panel .clinical-search-panel.hero_element_copy > .grid > .my-account:last-of-type, #myacp-header .login-panel form#short-clinical-search .clinical-search-panel.hero_element_copy > .grid > .my-account:last-of-type, form.moc-search #myacp-header .login-panel .clinical-search-panel.hero_element_copy > .grid > .my-account:last-of-type, #myacp-header .login-panel form.moc-search .clinical-search-panel.hero_element_copy > .grid > .my-account:last-of-type, form#short-clinical-search #myacp-header .login-panel #tabs.vertical.clinical-search-panel.hero_element_copy > div > .my-account:last-of-type, #myacp-header .login-panel form#short-clinical-search #tabs.vertical.clinical-search-panel.hero_element_copy > div > .my-account:last-of-type, form.moc-search #myacp-header .login-panel #tabs.vertical.clinical-search-panel.hero_element_copy > div > .my-account:last-of-type, #myacp-header .login-panel form.moc-search #tabs.vertical.clinical-search-panel.hero_element_copy > div > .my-account:last-of-type, form#short-clinical-search #myacp-header .login-panel .clinical-search-panel.hero_element_copy > .ui-accordion-content > .my-account:last-of-type, #myacp-header .login-panel form#short-clinical-search .clinical-search-panel.hero_element_copy > .ui-accordion-content > .my-account:last-of-type, form.moc-search #myacp-header .login-panel .clinical-search-panel.hero_element_copy > .ui-accordion-content > .my-account:last-of-type, #myacp-header .login-panel form.moc-search .clinical-search-panel.hero_element_copy > .ui-accordion-content > .my-account:last-of-type, form#short-clinical-search .view .ui-accordion #myacp-header .login-panel .clinical-search-panel.hero_element_copy > .ui-accordion-content > .my-account:last-of-type, #myacp-header .login-panel form#short-clinical-search .view .ui-accordion .clinical-search-panel.hero_element_copy > .ui-accordion-content > .my-account:last-of-type, .view .ui-accordion form#short-clinical-search #myacp-header .login-panel .clinical-search-panel.hero_element_copy > .ui-accordion-content > .my-account:last-of-type, #myacp-header .login-panel .view .ui-accordion form#short-clinical-search .clinical-search-panel.hero_element_copy > .ui-accordion-content > .my-account:last-of-type, form.moc-search .view .ui-accordion #myacp-header .login-panel .clinical-search-panel.hero_element_copy > .ui-accordion-content > .my-account:last-of-type, #myacp-header .login-panel form.moc-search .view .ui-accordion .clinical-search-panel.hero_element_copy > .ui-accordion-content > .my-account:last-of-type, .view .ui-accordion form.moc-search #myacp-header .login-panel .clinical-search-panel.hero_element_copy > .ui-accordion-content > .my-account:last-of-type, #myacp-header .login-panel .view .ui-accordion form.moc-search .clinical-search-panel.hero_element_copy > .ui-accordion-content > .my-account:last-of-type, form#short-clinical-search #myacp-header .login-panel .clinical-search-panel.hero_element_copy > .split3 > .my-account:last-of-type, #myacp-header .login-panel form#short-clinical-search .clinical-search-panel.hero_element_copy > .split3 > .my-account:last-of-type, form.moc-search #myacp-header .login-panel .clinical-search-panel.hero_element_copy > .split3 > .my-account:last-of-type, #myacp-header .login-panel form.moc-search .clinical-search-panel.hero_element_copy > .split3 > .my-account:last-of-type, form#short-clinical-search #myacp-header .login-panel .clinical-search-panel.hero_element_copy > .split2 > .my-account:last-of-type, #myacp-header .login-panel form#short-clinical-search .clinical-search-panel.hero_element_copy > .split2 > .my-account:last-of-type, form.moc-search #myacp-header .login-panel .clinical-search-panel.hero_element_copy > .split2 > .my-account:last-of-type, #myacp-header .login-panel form.moc-search .clinical-search-panel.hero_element_copy > .split2 > .my-account:last-of-type, form#short-clinical-search #myacp-header .login-panel .clinical-search-panel.hero_element_copy > .page_content > .my-account:last-of-type, #myacp-header .login-panel form#short-clinical-search .clinical-search-panel.hero_element_copy > .page_content > .my-account:last-of-type, form.moc-search #myacp-header .login-panel .clinical-search-panel.hero_element_copy > .page_content > .my-account:last-of-type, #myacp-header .login-panel form.moc-search .clinical-search-panel.hero_element_copy > .page_content > .my-account:last-of-type, form#short-clinical-search #myacp-header .login-panel .clinical-search-panel.hero_element_copy > .field-item > .my-account:last-of-type, #myacp-header .login-panel form#short-clinical-search .clinical-search-panel.hero_element_copy > .field-item > .my-account:last-of-type, form.moc-search #myacp-header .login-panel .clinical-search-panel.hero_element_copy > .field-item > .my-account:last-of-type, #myacp-header .login-panel form.moc-search .clinical-search-panel.hero_element_copy > .field-item > .my-account:last-of-type, form#short-clinical-search .node-type-chapter-top-level-page #myacp-header .login-panel .clinical-search-panel.hero_element_copy > #landing_hero_area > .my-account:last-of-type, #myacp-header .login-panel form#short-clinical-search .node-type-chapter-top-level-page .clinical-search-panel.hero_element_copy > #landing_hero_area > .my-account:last-of-type, .node-type-chapter-top-level-page form#short-clinical-search #myacp-header .login-panel .clinical-search-panel.hero_element_copy > #landing_hero_area > .my-account:last-of-type, #myacp-header .login-panel .node-type-chapter-top-level-page form#short-clinical-search .clinical-search-panel.hero_element_copy > #landing_hero_area > .my-account:last-of-type, form.moc-search .node-type-chapter-top-level-page #myacp-header .login-panel .clinical-search-panel.hero_element_copy > #landing_hero_area > .my-account:last-of-type, #myacp-header .login-panel form.moc-search .node-type-chapter-top-level-page .clinical-search-panel.hero_element_copy > #landing_hero_area > .my-account:last-of-type, .node-type-chapter-top-level-page form.moc-search #myacp-header .login-panel .clinical-search-panel.hero_element_copy > #landing_hero_area > .my-account:last-of-type, #myacp-header .login-panel .node-type-chapter-top-level-page form.moc-search .clinical-search-panel.hero_element_copy > #landing_hero_area > .my-account:last-of-type, form#short-clinical-search #myacp-header .login-panel .clinical-search-panel.hero_element_copy > #landing_hero_2018 > .my-account:last-of-type, #myacp-header .login-panel form#short-clinical-search .clinical-search-panel.hero_element_copy > #landing_hero_2018 > .my-account:last-of-type, form.moc-search #myacp-header .login-panel .clinical-search-panel.hero_element_copy > #landing_hero_2018 > .my-account:last-of-type, #myacp-header .login-panel form.moc-search .clinical-search-panel.hero_element_copy > #landing_hero_2018 > .my-account:last-of-type, form#short-clinical-search #myacp-header .login-panel .clinical-search-panel.hero_element_copy > #overall-rating > .my-account:last-of-type, #myacp-header .login-panel form#short-clinical-search .clinical-search-panel.hero_element_copy > #overall-rating > .my-account:last-of-type, form.moc-search #myacp-header .login-panel .clinical-search-panel.hero_element_copy > #overall-rating > .my-account:last-of-type, #myacp-header .login-panel form.moc-search .clinical-search-panel.hero_element_copy > #overall-rating > .my-account:last-of-type, form#short-clinical-search #myacp-header .login-panel .clinical-search-panel.hero_element_copy > .filter-container > .my-account:last-of-type, #myacp-header .login-panel form#short-clinical-search .clinical-search-panel.hero_element_copy > .filter-container > .my-account:last-of-type, form.moc-search #myacp-header .login-panel .clinical-search-panel.hero_element_copy > .filter-container > .my-account:last-of-type, #myacp-header .login-panel form.moc-search .clinical-search-panel.hero_element_copy > .filter-container > .my-account:last-of-type, form#short-clinical-search #myacp-header .login-panel .clinical-search-panel.hero_element_copy > #review-list > .my-account:last-of-type, #myacp-header .login-panel form#short-clinical-search .clinical-search-panel.hero_element_copy > #review-list > .my-account:last-of-type, form.moc-search #myacp-header .login-panel .clinical-search-panel.hero_element_copy > #review-list > .my-account:last-of-type, #myacp-header .login-panel form.moc-search .clinical-search-panel.hero_element_copy > #review-list > .my-account:last-of-type, form#short-clinical-search #myacp-header .myacp-panel .clinical-search-panel.hero_element_copy > .grid > .my-account:last-of-type, #myacp-header .myacp-panel form#short-clinical-search .clinical-search-panel.hero_element_copy > .grid > .my-account:last-of-type, form.moc-search #myacp-header .myacp-panel .clinical-search-panel.hero_element_copy > .grid > .my-account:last-of-type, #myacp-header .myacp-panel form.moc-search .clinical-search-panel.hero_element_copy > .grid > .my-account:last-of-type, form#short-clinical-search #myacp-header .myacp-panel #tabs.vertical.clinical-search-panel.hero_element_copy > div > .my-account:last-of-type, #myacp-header .myacp-panel form#short-clinical-search #tabs.vertical.clinical-search-panel.hero_element_copy > div > .my-account:last-of-type, form.moc-search #myacp-header .myacp-panel #tabs.vertical.clinical-search-panel.hero_element_copy > div > .my-account:last-of-type, #myacp-header .myacp-panel form.moc-search #tabs.vertical.clinical-search-panel.hero_element_copy > div > .my-account:last-of-type, form#short-clinical-search #myacp-header .myacp-panel .clinical-search-panel.hero_element_copy > .ui-accordion-content > .my-account:last-of-type, #myacp-header .myacp-panel form#short-clinical-search .clinical-search-panel.hero_element_copy > .ui-accordion-content > .my-account:last-of-type, form.moc-search #myacp-header .myacp-panel .clinical-search-panel.hero_element_copy > .ui-accordion-content > .my-account:last-of-type, #myacp-header .myacp-panel form.moc-search .clinical-search-panel.hero_element_copy > .ui-accordion-content > .my-account:last-of-type, form#short-clinical-search .view .ui-accordion #myacp-header .myacp-panel .clinical-search-panel.hero_element_copy > .ui-accordion-content > .my-account:last-of-type, #myacp-header .myacp-panel form#short-clinical-search .view .ui-accordion .clinical-search-panel.hero_element_copy > .ui-accordion-content > .my-account:last-of-type, .view .ui-accordion form#short-clinical-search #myacp-header .myacp-panel .clinical-search-panel.hero_element_copy > .ui-accordion-content > .my-account:last-of-type, #myacp-header .myacp-panel .view .ui-accordion form#short-clinical-search .clinical-search-panel.hero_element_copy > .ui-accordion-content > .my-account:last-of-type, form.moc-search .view .ui-accordion #myacp-header .myacp-panel .clinical-search-panel.hero_element_copy > .ui-accordion-content > .my-account:last-of-type, #myacp-header .myacp-panel form.moc-search .view .ui-accordion .clinical-search-panel.hero_element_copy > .ui-accordion-content > .my-account:last-of-type, .view .ui-accordion form.moc-search #myacp-header .myacp-panel .clinical-search-panel.hero_element_copy > .ui-accordion-content > .my-account:last-of-type, #myacp-header .myacp-panel .view .ui-accordion form.moc-search .clinical-search-panel.hero_element_copy > .ui-accordion-content > .my-account:last-of-type, form#short-clinical-search #myacp-header .myacp-panel .clinical-search-panel.hero_element_copy > .split3 > .my-account:last-of-type, #myacp-header .myacp-panel form#short-clinical-search .clinical-search-panel.hero_element_copy > .split3 > .my-account:last-of-type, form.moc-search #myacp-header .myacp-panel .clinical-search-panel.hero_element_copy > .split3 > .my-account:last-of-type, #myacp-header .myacp-panel form.moc-search .clinical-search-panel.hero_element_copy > .split3 > .my-account:last-of-type, form#short-clinical-search #myacp-header .myacp-panel .clinical-search-panel.hero_element_copy > .split2 > .my-account:last-of-type, #myacp-header .myacp-panel form#short-clinical-search .clinical-search-panel.hero_element_copy > .split2 > .my-account:last-of-type, form.moc-search #myacp-header .myacp-panel .clinical-search-panel.hero_element_copy > .split2 > .my-account:last-of-type, #myacp-header .myacp-panel form.moc-search .clinical-search-panel.hero_element_copy > .split2 > .my-account:last-of-type, form#short-clinical-search #myacp-header .myacp-panel .clinical-search-panel.hero_element_copy > .page_content > .my-account:last-of-type, #myacp-header .myacp-panel form#short-clinical-search .clinical-search-panel.hero_element_copy > .page_content > .my-account:last-of-type, form.moc-search #myacp-header .myacp-panel .clinical-search-panel.hero_element_copy > .page_content > .my-account:last-of-type, #myacp-header .myacp-panel form.moc-search .clinical-search-panel.hero_element_copy > .page_content > .my-account:last-of-type, form#short-clinical-search #myacp-header .myacp-panel .clinical-search-panel.hero_element_copy > .field-item > .my-account:last-of-type, #myacp-header .myacp-panel form#short-clinical-search .clinical-search-panel.hero_element_copy > .field-item > .my-account:last-of-type, form.moc-search #myacp-header .myacp-panel .clinical-search-panel.hero_element_copy > .field-item > .my-account:last-of-type, #myacp-header .myacp-panel form.moc-search .clinical-search-panel.hero_element_copy > .field-item > .my-account:last-of-type, form#short-clinical-search .node-type-chapter-top-level-page #myacp-header .myacp-panel .clinical-search-panel.hero_element_copy > #landing_hero_area > .my-account:last-of-type, #myacp-header .myacp-panel form#short-clinical-search .node-type-chapter-top-level-page .clinical-search-panel.hero_element_copy > #landing_hero_area > .my-account:last-of-type, .node-type-chapter-top-level-page form#short-clinical-search #myacp-header .myacp-panel .clinical-search-panel.hero_element_copy > #landing_hero_area > .my-account:last-of-type, #myacp-header .myacp-panel .node-type-chapter-top-level-page form#short-clinical-search .clinical-search-panel.hero_element_copy > #landing_hero_area > .my-account:last-of-type, form.moc-search .node-type-chapter-top-level-page #myacp-header .myacp-panel .clinical-search-panel.hero_element_copy > #landing_hero_area > .my-account:last-of-type, #myacp-header .myacp-panel form.moc-search .node-type-chapter-top-level-page .clinical-search-panel.hero_element_copy > #landing_hero_area > .my-account:last-of-type, .node-type-chapter-top-level-page form.moc-search #myacp-header .myacp-panel .clinical-search-panel.hero_element_copy > #landing_hero_area > .my-account:last-of-type, #myacp-header .myacp-panel .node-type-chapter-top-level-page form.moc-search .clinical-search-panel.hero_element_copy > #landing_hero_area > .my-account:last-of-type, form#short-clinical-search #myacp-header .myacp-panel .clinical-search-panel.hero_element_copy > #landing_hero_2018 > .my-account:last-of-type, #myacp-header .myacp-panel form#short-clinical-search .clinical-search-panel.hero_element_copy > #landing_hero_2018 > .my-account:last-of-type, form.moc-search #myacp-header .myacp-panel .clinical-search-panel.hero_element_copy > #landing_hero_2018 > .my-account:last-of-type, #myacp-header .myacp-panel form.moc-search .clinical-search-panel.hero_element_copy > #landing_hero_2018 > .my-account:last-of-type, form#short-clinical-search #myacp-header .myacp-panel .clinical-search-panel.hero_element_copy > #overall-rating > .my-account:last-of-type, #myacp-header .myacp-panel form#short-clinical-search .clinical-search-panel.hero_element_copy > #overall-rating > .my-account:last-of-type, form.moc-search #myacp-header .myacp-panel .clinical-search-panel.hero_element_copy > #overall-rating > .my-account:last-of-type, #myacp-header .myacp-panel form.moc-search .clinical-search-panel.hero_element_copy > #overall-rating > .my-account:last-of-type, form#short-clinical-search #myacp-header .myacp-panel .clinical-search-panel.hero_element_copy > .filter-container > .my-account:last-of-type, #myacp-header .myacp-panel form#short-clinical-search .clinical-search-panel.hero_element_copy > .filter-container > .my-account:last-of-type, form.moc-search #myacp-header .myacp-panel .clinical-search-panel.hero_element_copy > .filter-container > .my-account:last-of-type, #myacp-header .myacp-panel form.moc-search .clinical-search-panel.hero_element_copy > .filter-container > .my-account:last-of-type, form#short-clinical-search #myacp-header .myacp-panel .clinical-search-panel.hero_element_copy > #review-list > .my-account:last-of-type, #myacp-header .myacp-panel form#short-clinical-search .clinical-search-panel.hero_element_copy > #review-list > .my-account:last-of-type, form.moc-search #myacp-header .myacp-panel .clinical-search-panel.hero_element_copy > #review-list > .my-account:last-of-type, #myacp-header .myacp-panel form.moc-search .clinical-search-panel.hero_element_copy > #review-list > .my-account:last-of-type, #facet-search-form .clinical-search-panel.hero_element_copy > .grid > .col-1-2:last-of-type, #facet-search-form #tabs.vertical.clinical-search-panel.hero_element_copy > div > .col-1-2:last-of-type, #facet-search-form .clinical-search-panel.hero_element_copy > .ui-accordion-content > .col-1-2:last-of-type, #facet-search-form .view .ui-accordion .clinical-search-panel.hero_element_copy > .ui-accordion-content > .col-1-2:last-of-type, .view .ui-accordion #facet-search-form .clinical-search-panel.hero_element_copy > .ui-accordion-content > .col-1-2:last-of-type, #facet-search-form .clinical-search-panel.hero_element_copy > .split3 > .col-1-2:last-of-type, #facet-search-form .clinical-search-panel.hero_element_copy > .split2 > .col-1-2:last-of-type, #facet-search-form .clinical-search-panel.hero_element_copy > .page_content > .col-1-2:last-of-type, #facet-search-form .clinical-search-panel.hero_element_copy > .field-item > .col-1-2:last-of-type, #facet-search-form .node-type-chapter-top-level-page .clinical-search-panel.hero_element_copy > #landing_hero_area > .col-1-2:last-of-type, .node-type-chapter-top-level-page #facet-search-form .clinical-search-panel.hero_element_copy > #landing_hero_area > .col-1-2:last-of-type, #facet-search-form .clinical-search-panel.hero_element_copy > #landing_hero_2018 > .col-1-2:last-of-type, #facet-search-form .clinical-search-panel.hero_element_copy > #overall-rating > .col-1-2:last-of-type, #facet-search-form .clinical-search-panel.hero_element_copy > .filter-container > .col-1-2:last-of-type, #facet-search-form .clinical-search-panel.hero_element_copy > #review-list > .col-1-2:last-of-type, #facet-search-form .split2 .clinical-search-panel.hero_element_copy > .grid > ul:last-of-type, .split2 #facet-search-form .clinical-search-panel.hero_element_copy > .grid > ul:last-of-type, #facet-search-form .split2 #tabs.vertical.clinical-search-panel.hero_element_copy > div > ul:last-of-type, .split2 #facet-search-form #tabs.vertical.clinical-search-panel.hero_element_copy > div > ul:last-of-type, #facet-search-form .split2 .clinical-search-panel.hero_element_copy > .ui-accordion-content > ul:last-of-type, .split2 #facet-search-form .clinical-search-panel.hero_element_copy > .ui-accordion-content > ul:last-of-type, #facet-search-form .view .ui-accordion .split2 .clinical-search-panel.hero_element_copy > .ui-accordion-content > ul:last-of-type, .split2 #facet-search-form .view .ui-accordion .clinical-search-panel.hero_element_copy > .ui-accordion-content > ul:last-of-type, .view .ui-accordion #facet-search-form .split2 .clinical-search-panel.hero_element_copy > .ui-accordion-content > ul:last-of-type, .split2 .view .ui-accordion #facet-search-form .clinical-search-panel.hero_element_copy > .ui-accordion-content > ul:last-of-type, #facet-search-form .split2 .clinical-search-panel.hero_element_copy > .split3 > ul:last-of-type, .split2 #facet-search-form .clinical-search-panel.hero_element_copy > .split3 > ul:last-of-type, #facet-search-form .clinical-search-panel.hero_element_copy > .split2 > ul:last-of-type, #facet-search-form .split2 .clinical-search-panel.hero_element_copy > .page_content > ul:last-of-type, .split2 #facet-search-form .clinical-search-panel.hero_element_copy > .page_content > ul:last-of-type, #facet-search-form .split2 .clinical-search-panel.hero_element_copy > .field-item > ul:last-of-type, .split2 #facet-search-form .clinical-search-panel.hero_element_copy > .field-item > ul:last-of-type, #facet-search-form .node-type-chapter-top-level-page .split2 .clinical-search-panel.hero_element_copy > #landing_hero_area > ul:last-of-type, .split2 #facet-search-form .node-type-chapter-top-level-page .clinical-search-panel.hero_element_copy > #landing_hero_area > ul:last-of-type, .node-type-chapter-top-level-page #facet-search-form .split2 .clinical-search-panel.hero_element_copy > #landing_hero_area > ul:last-of-type, .split2 .node-type-chapter-top-level-page #facet-search-form .clinical-search-panel.hero_element_copy > #landing_hero_area > ul:last-of-type, #facet-search-form .split2 .clinical-search-panel.hero_element_copy > #landing_hero_2018 > ul:last-of-type, .split2 #facet-search-form .clinical-search-panel.hero_element_copy > #landing_hero_2018 > ul:last-of-type, #facet-search-form .split2 .clinical-search-panel.hero_element_copy > #overall-rating > ul:last-of-type, .split2 #facet-search-form .clinical-search-panel.hero_element_copy > #overall-rating > ul:last-of-type, #facet-search-form .split2 .clinical-search-panel.hero_element_copy > .filter-container > ul:last-of-type, .split2 #facet-search-form .clinical-search-panel.hero_element_copy > .filter-container > ul:last-of-type, #facet-search-form .split2 .clinical-search-panel.hero_element_copy > #review-list > ul:last-of-type, .split2 #facet-search-form .clinical-search-panel.hero_element_copy > #review-list > ul:last-of-type, #facet-search-form .split2 .clinical-search-panel.hero_element_copy > .grid > .col1:last-of-type, .split2 #facet-search-form .clinical-search-panel.hero_element_copy > .grid > .col1:last-of-type, #facet-search-form .split2 #tabs.vertical.clinical-search-panel.hero_element_copy > div > .col1:last-of-type, .split2 #facet-search-form #tabs.vertical.clinical-search-panel.hero_element_copy > div > .col1:last-of-type, #facet-search-form .split2 .clinical-search-panel.hero_element_copy > .ui-accordion-content > .col1:last-of-type, .split2 #facet-search-form .clinical-search-panel.hero_element_copy > .ui-accordion-content > .col1:last-of-type, #facet-search-form .view .ui-accordion .split2 .clinical-search-panel.hero_element_copy > .ui-accordion-content > .col1:last-of-type, .split2 #facet-search-form .view .ui-accordion .clinical-search-panel.hero_element_copy > .ui-accordion-content > .col1:last-of-type, .view .ui-accordion #facet-search-form .split2 .clinical-search-panel.hero_element_copy > .ui-accordion-content > .col1:last-of-type, .split2 .view .ui-accordion #facet-search-form .clinical-search-panel.hero_element_copy > .ui-accordion-content > .col1:last-of-type, #facet-search-form .split2 .clinical-search-panel.hero_element_copy > .split3 > .col1:last-of-type, .split2 #facet-search-form .clinical-search-panel.hero_element_copy > .split3 > .col1:last-of-type, #facet-search-form .clinical-search-panel.hero_element_copy > .split2 > .col1:last-of-type, #facet-search-form .split2 .clinical-search-panel.hero_element_copy > .page_content > .col1:last-of-type, .split2 #facet-search-form .clinical-search-panel.hero_element_copy > .page_content > .col1:last-of-type, #facet-search-form .split2 .clinical-search-panel.hero_element_copy > .field-item > .col1:last-of-type, .split2 #facet-search-form .clinical-search-panel.hero_element_copy > .field-item > .col1:last-of-type, #facet-search-form .node-type-chapter-top-level-page .split2 .clinical-search-panel.hero_element_copy > #landing_hero_area > .col1:last-of-type, .split2 #facet-search-form .node-type-chapter-top-level-page .clinical-search-panel.hero_element_copy > #landing_hero_area > .col1:last-of-type, .node-type-chapter-top-level-page #facet-search-form .split2 .clinical-search-panel.hero_element_copy > #landing_hero_area > .col1:last-of-type, .split2 .node-type-chapter-top-level-page #facet-search-form .clinical-search-panel.hero_element_copy > #landing_hero_area > .col1:last-of-type, #facet-search-form .split2 .clinical-search-panel.hero_element_copy > #landing_hero_2018 > .col1:last-of-type, .split2 #facet-search-form .clinical-search-panel.hero_element_copy > #landing_hero_2018 > .col1:last-of-type, #facet-search-form .split2 .clinical-search-panel.hero_element_copy > #overall-rating > .col1:last-of-type, .split2 #facet-search-form .clinical-search-panel.hero_element_copy > #overall-rating > .col1:last-of-type, #facet-search-form .split2 .clinical-search-panel.hero_element_copy > .filter-container > .col1:last-of-type, .split2 #facet-search-form .clinical-search-panel.hero_element_copy > .filter-container > .col1:last-of-type, #facet-search-form .split2 .clinical-search-panel.hero_element_copy > #review-list > .col1:last-of-type, .split2 #facet-search-form .clinical-search-panel.hero_element_copy > #review-list > .col1:last-of-type, #facet-search-form .split2 .clinical-search-panel.hero_element_copy > .grid > .col2:last-of-type, .split2 #facet-search-form .clinical-search-panel.hero_element_copy > .grid > .col2:last-of-type, #facet-search-form .split2 #tabs.vertical.clinical-search-panel.hero_element_copy > div > .col2:last-of-type, .split2 #facet-search-form #tabs.vertical.clinical-search-panel.hero_element_copy > div > .col2:last-of-type, #facet-search-form .split2 .clinical-search-panel.hero_element_copy > .ui-accordion-content > .col2:last-of-type, .split2 #facet-search-form .clinical-search-panel.hero_element_copy > .ui-accordion-content > .col2:last-of-type, #facet-search-form .view .ui-accordion .split2 .clinical-search-panel.hero_element_copy > .ui-accordion-content > .col2:last-of-type, .split2 #facet-search-form .view .ui-accordion .clinical-search-panel.hero_element_copy > .ui-accordion-content > .col2:last-of-type, .view .ui-accordion #facet-search-form .split2 .clinical-search-panel.hero_element_copy > .ui-accordion-content > .col2:last-of-type, .split2 .view .ui-accordion #facet-search-form .clinical-search-panel.hero_element_copy > .ui-accordion-content > .col2:last-of-type, #facet-search-form .split2 .clinical-search-panel.hero_element_copy > .split3 > .col2:last-of-type, .split2 #facet-search-form .clinical-search-panel.hero_element_copy > .split3 > .col2:last-of-type, #facet-search-form .clinical-search-panel.hero_element_copy > .split2 > .col2:last-of-type, #facet-search-form .split2 .clinical-search-panel.hero_element_copy > .page_content > .col2:last-of-type, .split2 #facet-search-form .clinical-search-panel.hero_element_copy > .page_content > .col2:last-of-type, #facet-search-form .split2 .clinical-search-panel.hero_element_copy > .field-item > .col2:last-of-type, .split2 #facet-search-form .clinical-search-panel.hero_element_copy > .field-item > .col2:last-of-type, #facet-search-form .node-type-chapter-top-level-page .split2 .clinical-search-panel.hero_element_copy > #landing_hero_area > .col2:last-of-type, .split2 #facet-search-form .node-type-chapter-top-level-page .clinical-search-panel.hero_element_copy > #landing_hero_area > .col2:last-of-type, .node-type-chapter-top-level-page #facet-search-form .split2 .clinical-search-panel.hero_element_copy > #landing_hero_area > .col2:last-of-type, .split2 .node-type-chapter-top-level-page #facet-search-form .clinical-search-panel.hero_element_copy > #landing_hero_area > .col2:last-of-type, #facet-search-form .split2 .clinical-search-panel.hero_element_copy > #landing_hero_2018 > .col2:last-of-type, .split2 #facet-search-form .clinical-search-panel.hero_element_copy > #landing_hero_2018 > .col2:last-of-type, #facet-search-form .split2 .clinical-search-panel.hero_element_copy > #overall-rating > .col2:last-of-type, .split2 #facet-search-form .clinical-search-panel.hero_element_copy > #overall-rating > .col2:last-of-type, #facet-search-form .split2 .clinical-search-panel.hero_element_copy > .filter-container > .col2:last-of-type, .split2 #facet-search-form .clinical-search-panel.hero_element_copy > .filter-container > .col2:last-of-type, #facet-search-form .split2 .clinical-search-panel.hero_element_copy > #review-list > .col2:last-of-type, .split2 #facet-search-form .clinical-search-panel.hero_element_copy > #review-list > .col2:last-of-type, #facet-search-form #myacp-header .login-panel .clinical-search-panel.hero_element_copy > .grid > .my-interests:last-of-type, #myacp-header .login-panel #facet-search-form .clinical-search-panel.hero_element_copy > .grid > .my-interests:last-of-type, #facet-search-form #myacp-header .login-panel #tabs.vertical.clinical-search-panel.hero_element_copy > div > .my-interests:last-of-type, #myacp-header .login-panel #facet-search-form #tabs.vertical.clinical-search-panel.hero_element_copy > div > .my-interests:last-of-type, #facet-search-form #myacp-header .login-panel .clinical-search-panel.hero_element_copy > .ui-accordion-content > .my-interests:last-of-type, #myacp-header .login-panel #facet-search-form .clinical-search-panel.hero_element_copy > .ui-accordion-content > .my-interests:last-of-type, #facet-search-form .view .ui-accordion #myacp-header .login-panel .clinical-search-panel.hero_element_copy > .ui-accordion-content > .my-interests:last-of-type, #myacp-header .login-panel #facet-search-form .view .ui-accordion .clinical-search-panel.hero_element_copy > .ui-accordion-content > .my-interests:last-of-type, .view .ui-accordion #facet-search-form #myacp-header .login-panel .clinical-search-panel.hero_element_copy > .ui-accordion-content > .my-interests:last-of-type, #myacp-header .login-panel .view .ui-accordion #facet-search-form .clinical-search-panel.hero_element_copy > .ui-accordion-content > .my-interests:last-of-type, #facet-search-form #myacp-header .login-panel .clinical-search-panel.hero_element_copy > .split3 > .my-interests:last-of-type, #myacp-header .login-panel #facet-search-form .clinical-search-panel.hero_element_copy > .split3 > .my-interests:last-of-type, #facet-search-form #myacp-header .login-panel .clinical-search-panel.hero_element_copy > .split2 > .my-interests:last-of-type, #myacp-header .login-panel #facet-search-form .clinical-search-panel.hero_element_copy > .split2 > .my-interests:last-of-type, #facet-search-form #myacp-header .login-panel .clinical-search-panel.hero_element_copy > .page_content > .my-interests:last-of-type, #myacp-header .login-panel #facet-search-form .clinical-search-panel.hero_element_copy > .page_content > .my-interests:last-of-type, #facet-search-form #myacp-header .login-panel .clinical-search-panel.hero_element_copy > .field-item > .my-interests:last-of-type, #myacp-header .login-panel #facet-search-form .clinical-search-panel.hero_element_copy > .field-item > .my-interests:last-of-type, #facet-search-form .node-type-chapter-top-level-page #myacp-header .login-panel .clinical-search-panel.hero_element_copy > #landing_hero_area > .my-interests:last-of-type, #myacp-header .login-panel #facet-search-form .node-type-chapter-top-level-page .clinical-search-panel.hero_element_copy > #landing_hero_area > .my-interests:last-of-type, .node-type-chapter-top-level-page #facet-search-form #myacp-header .login-panel .clinical-search-panel.hero_element_copy > #landing_hero_area > .my-interests:last-of-type, #myacp-header .login-panel .node-type-chapter-top-level-page #facet-search-form .clinical-search-panel.hero_element_copy > #landing_hero_area > .my-interests:last-of-type, #facet-search-form #myacp-header .login-panel .clinical-search-panel.hero_element_copy > #landing_hero_2018 > .my-interests:last-of-type, #myacp-header .login-panel #facet-search-form .clinical-search-panel.hero_element_copy > #landing_hero_2018 > .my-interests:last-of-type, #facet-search-form #myacp-header .login-panel .clinical-search-panel.hero_element_copy > #overall-rating > .my-interests:last-of-type, #myacp-header .login-panel #facet-search-form .clinical-search-panel.hero_element_copy > #overall-rating > .my-interests:last-of-type, #facet-search-form #myacp-header .login-panel .clinical-search-panel.hero_element_copy > .filter-container > .my-interests:last-of-type, #myacp-header .login-panel #facet-search-form .clinical-search-panel.hero_element_copy > .filter-container > .my-interests:last-of-type, #facet-search-form #myacp-header .login-panel .clinical-search-panel.hero_element_copy > #review-list > .my-interests:last-of-type, #myacp-header .login-panel #facet-search-form .clinical-search-panel.hero_element_copy > #review-list > .my-interests:last-of-type, #facet-search-form #myacp-header .myacp-panel .clinical-search-panel.hero_element_copy > .grid > .my-interests:last-of-type, #myacp-header .myacp-panel #facet-search-form .clinical-search-panel.hero_element_copy > .grid > .my-interests:last-of-type, #facet-search-form #myacp-header .myacp-panel #tabs.vertical.clinical-search-panel.hero_element_copy > div > .my-interests:last-of-type, #myacp-header .myacp-panel #facet-search-form #tabs.vertical.clinical-search-panel.hero_element_copy > div > .my-interests:last-of-type, #facet-search-form #myacp-header .myacp-panel .clinical-search-panel.hero_element_copy > .ui-accordion-content > .my-interests:last-of-type, #myacp-header .myacp-panel #facet-search-form .clinical-search-panel.hero_element_copy > .ui-accordion-content > .my-interests:last-of-type, #facet-search-form .view .ui-accordion #myacp-header .myacp-panel .clinical-search-panel.hero_element_copy > .ui-accordion-content > .my-interests:last-of-type, #myacp-header .myacp-panel #facet-search-form .view .ui-accordion .clinical-search-panel.hero_element_copy > .ui-accordion-content > .my-interests:last-of-type, .view .ui-accordion #facet-search-form #myacp-header .myacp-panel .clinical-search-panel.hero_element_copy > .ui-accordion-content > .my-interests:last-of-type, #myacp-header .myacp-panel .view .ui-accordion #facet-search-form .clinical-search-panel.hero_element_copy > .ui-accordion-content > .my-interests:last-of-type, #facet-search-form #myacp-header .myacp-panel .clinical-search-panel.hero_element_copy > .split3 > .my-interests:last-of-type, #myacp-header .myacp-panel #facet-search-form .clinical-search-panel.hero_element_copy > .split3 > .my-interests:last-of-type, #facet-search-form #myacp-header .myacp-panel .clinical-search-panel.hero_element_copy > .split2 > .my-interests:last-of-type, #myacp-header .myacp-panel #facet-search-form .clinical-search-panel.hero_element_copy > .split2 > .my-interests:last-of-type, #facet-search-form #myacp-header .myacp-panel .clinical-search-panel.hero_element_copy > .page_content > .my-interests:last-of-type, #myacp-header .myacp-panel #facet-search-form .clinical-search-panel.hero_element_copy > .page_content > .my-interests:last-of-type, #facet-search-form #myacp-header .myacp-panel .clinical-search-panel.hero_element_copy > .field-item > .my-interests:last-of-type, #myacp-header .myacp-panel #facet-search-form .clinical-search-panel.hero_element_copy > .field-item > .my-interests:last-of-type, #facet-search-form .node-type-chapter-top-level-page #myacp-header .myacp-panel .clinical-search-panel.hero_element_copy > #landing_hero_area > .my-interests:last-of-type, #myacp-header .myacp-panel #facet-search-form .node-type-chapter-top-level-page .clinical-search-panel.hero_element_copy > #landing_hero_area > .my-interests:last-of-type, .node-type-chapter-top-level-page #facet-search-form #myacp-header .myacp-panel .clinical-search-panel.hero_element_copy > #landing_hero_area > .my-interests:last-of-type, #myacp-header .myacp-panel .node-type-chapter-top-level-page #facet-search-form .clinical-search-panel.hero_element_copy > #landing_hero_area > .my-interests:last-of-type, #facet-search-form #myacp-header .myacp-panel .clinical-search-panel.hero_element_copy > #landing_hero_2018 > .my-interests:last-of-type, #myacp-header .myacp-panel #facet-search-form .clinical-search-panel.hero_element_copy > #landing_hero_2018 > .my-interests:last-of-type, #facet-search-form #myacp-header .myacp-panel .clinical-search-panel.hero_element_copy > #overall-rating > .my-interests:last-of-type, #myacp-header .myacp-panel #facet-search-form .clinical-search-panel.hero_element_copy > #overall-rating > .my-interests:last-of-type, #facet-search-form #myacp-header .myacp-panel .clinical-search-panel.hero_element_copy > .filter-container > .my-interests:last-of-type, #myacp-header .myacp-panel #facet-search-form .clinical-search-panel.hero_element_copy > .filter-container > .my-interests:last-of-type, #facet-search-form #myacp-header .myacp-panel .clinical-search-panel.hero_element_copy > #review-list > .my-interests:last-of-type, #myacp-header .myacp-panel #facet-search-form .clinical-search-panel.hero_element_copy > #review-list > .my-interests:last-of-type, #facet-search-form #myacp-header .login-panel .clinical-search-panel.hero_element_copy > .grid > .my-account:last-of-type, #myacp-header .login-panel #facet-search-form .clinical-search-panel.hero_element_copy > .grid > .my-account:last-of-type, #facet-search-form #myacp-header .login-panel #tabs.vertical.clinical-search-panel.hero_element_copy > div > .my-account:last-of-type, #myacp-header .login-panel #facet-search-form #tabs.vertical.clinical-search-panel.hero_element_copy > div > .my-account:last-of-type, #facet-search-form #myacp-header .login-panel .clinical-search-panel.hero_element_copy > .ui-accordion-content > .my-account:last-of-type, #myacp-header .login-panel #facet-search-form .clinical-search-panel.hero_element_copy > .ui-accordion-content > .my-account:last-of-type, #facet-search-form .view .ui-accordion #myacp-header .login-panel .clinical-search-panel.hero_element_copy > .ui-accordion-content > .my-account:last-of-type, #myacp-header .login-panel #facet-search-form .view .ui-accordion .clinical-search-panel.hero_element_copy > .ui-accordion-content > .my-account:last-of-type, .view .ui-accordion #facet-search-form #myacp-header .login-panel .clinical-search-panel.hero_element_copy > .ui-accordion-content > .my-account:last-of-type, #myacp-header .login-panel .view .ui-accordion #facet-search-form .clinical-search-panel.hero_element_copy > .ui-accordion-content > .my-account:last-of-type, #facet-search-form #myacp-header .login-panel .clinical-search-panel.hero_element_copy > .split3 > .my-account:last-of-type, #myacp-header .login-panel #facet-search-form .clinical-search-panel.hero_element_copy > .split3 > .my-account:last-of-type, #facet-search-form #myacp-header .login-panel .clinical-search-panel.hero_element_copy > .split2 > .my-account:last-of-type, #myacp-header .login-panel #facet-search-form .clinical-search-panel.hero_element_copy > .split2 > .my-account:last-of-type, #facet-search-form #myacp-header .login-panel .clinical-search-panel.hero_element_copy > .page_content > .my-account:last-of-type, #myacp-header .login-panel #facet-search-form .clinical-search-panel.hero_element_copy > .page_content > .my-account:last-of-type, #facet-search-form #myacp-header .login-panel .clinical-search-panel.hero_element_copy > .field-item > .my-account:last-of-type, #myacp-header .login-panel #facet-search-form .clinical-search-panel.hero_element_copy > .field-item > .my-account:last-of-type, #facet-search-form .node-type-chapter-top-level-page #myacp-header .login-panel .clinical-search-panel.hero_element_copy > #landing_hero_area > .my-account:last-of-type, #myacp-header .login-panel #facet-search-form .node-type-chapter-top-level-page .clinical-search-panel.hero_element_copy > #landing_hero_area > .my-account:last-of-type, .node-type-chapter-top-level-page #facet-search-form #myacp-header .login-panel .clinical-search-panel.hero_element_copy > #landing_hero_area > .my-account:last-of-type, #myacp-header .login-panel .node-type-chapter-top-level-page #facet-search-form .clinical-search-panel.hero_element_copy > #landing_hero_area > .my-account:last-of-type, #facet-search-form #myacp-header .login-panel .clinical-search-panel.hero_element_copy > #landing_hero_2018 > .my-account:last-of-type, #myacp-header .login-panel #facet-search-form .clinical-search-panel.hero_element_copy > #landing_hero_2018 > .my-account:last-of-type, #facet-search-form #myacp-header .login-panel .clinical-search-panel.hero_element_copy > #overall-rating > .my-account:last-of-type, #myacp-header .login-panel #facet-search-form .clinical-search-panel.hero_element_copy > #overall-rating > .my-account:last-of-type, #facet-search-form #myacp-header .login-panel .clinical-search-panel.hero_element_copy > .filter-container > .my-account:last-of-type, #myacp-header .login-panel #facet-search-form .clinical-search-panel.hero_element_copy > .filter-container > .my-account:last-of-type, #facet-search-form #myacp-header .login-panel .clinical-search-panel.hero_element_copy > #review-list > .my-account:last-of-type, #myacp-header .login-panel #facet-search-form .clinical-search-panel.hero_element_copy > #review-list > .my-account:last-of-type, #facet-search-form #myacp-header .myacp-panel .clinical-search-panel.hero_element_copy > .grid > .my-account:last-of-type, #myacp-header .myacp-panel #facet-search-form .clinical-search-panel.hero_element_copy > .grid > .my-account:last-of-type, #facet-search-form #myacp-header .myacp-panel #tabs.vertical.clinical-search-panel.hero_element_copy > div > .my-account:last-of-type, #myacp-header .myacp-panel #facet-search-form #tabs.vertical.clinical-search-panel.hero_element_copy > div > .my-account:last-of-type, #facet-search-form #myacp-header .myacp-panel .clinical-search-panel.hero_element_copy > .ui-accordion-content > .my-account:last-of-type, #myacp-header .myacp-panel #facet-search-form .clinical-search-panel.hero_element_copy > .ui-accordion-content > .my-account:last-of-type, #facet-search-form .view .ui-accordion #myacp-header .myacp-panel .clinical-search-panel.hero_element_copy > .ui-accordion-content > .my-account:last-of-type, #myacp-header .myacp-panel #facet-search-form .view .ui-accordion .clinical-search-panel.hero_element_copy > .ui-accordion-content > .my-account:last-of-type, .view .ui-accordion #facet-search-form #myacp-header .myacp-panel .clinical-search-panel.hero_element_copy > .ui-accordion-content > .my-account:last-of-type, #myacp-header .myacp-panel .view .ui-accordion #facet-search-form .clinical-search-panel.hero_element_copy > .ui-accordion-content > .my-account:last-of-type, #facet-search-form #myacp-header .myacp-panel .clinical-search-panel.hero_element_copy > .split3 > .my-account:last-of-type, #myacp-header .myacp-panel #facet-search-form .clinical-search-panel.hero_element_copy > .split3 > .my-account:last-of-type, #facet-search-form #myacp-header .myacp-panel .clinical-search-panel.hero_element_copy > .split2 > .my-account:last-of-type, #myacp-header .myacp-panel #facet-search-form .clinical-search-panel.hero_element_copy > .split2 > .my-account:last-of-type, #facet-search-form #myacp-header .myacp-panel .clinical-search-panel.hero_element_copy > .page_content > .my-account:last-of-type, #myacp-header .myacp-panel #facet-search-form .clinical-search-panel.hero_element_copy > .page_content > .my-account:last-of-type, #facet-search-form #myacp-header .myacp-panel .clinical-search-panel.hero_element_copy > .field-item > .my-account:last-of-type, #myacp-header .myacp-panel #facet-search-form .clinical-search-panel.hero_element_copy > .field-item > .my-account:last-of-type, #facet-search-form .node-type-chapter-top-level-page #myacp-header .myacp-panel .clinical-search-panel.hero_element_copy > #landing_hero_area > .my-account:last-of-type, #myacp-header .myacp-panel #facet-search-form .node-type-chapter-top-level-page .clinical-search-panel.hero_element_copy > #landing_hero_area > .my-account:last-of-type, .node-type-chapter-top-level-page #facet-search-form #myacp-header .myacp-panel .clinical-search-panel.hero_element_copy > #landing_hero_area > .my-account:last-of-type, #myacp-header .myacp-panel .node-type-chapter-top-level-page #facet-search-form .clinical-search-panel.hero_element_copy > #landing_hero_area > .my-account:last-of-type, #facet-search-form #myacp-header .myacp-panel .clinical-search-panel.hero_element_copy > #landing_hero_2018 > .my-account:last-of-type, #myacp-header .myacp-panel #facet-search-form .clinical-search-panel.hero_element_copy > #landing_hero_2018 > .my-account:last-of-type, #facet-search-form #myacp-header .myacp-panel .clinical-search-panel.hero_element_copy > #overall-rating > .my-account:last-of-type, #myacp-header .myacp-panel #facet-search-form .clinical-search-panel.hero_element_copy > #overall-rating > .my-account:last-of-type, #facet-search-form #myacp-header .myacp-panel .clinical-search-panel.hero_element_copy > .filter-container > .my-account:last-of-type, #myacp-header .myacp-panel #facet-search-form .clinical-search-panel.hero_element_copy > .filter-container > .my-account:last-of-type, #facet-search-form #myacp-header .myacp-panel .clinical-search-panel.hero_element_copy > #review-list > .my-account:last-of-type, #myacp-header .myacp-panel #facet-search-form .clinical-search-panel.hero_element_copy > #review-list > .my-account:last-of-type {
      margin-bottom: 1em; } }
form#short-clinical-search input.form-control, form.moc-search input.form-control, form#short-clinical-search .form-text, form.moc-search .form-text, #facet-search-form input.form-control, #facet-search-form .form-text {
  border-radius: 40px 0px 0 40px;
  color: #b5b7b4;
  padding-left: 45px;
  line-height: 40px;
  height: 40px;
  padding-top: 0;
  padding-bottom: 0; }
form#short-clinical-search button.dropdown-toggle, form.moc-search button.dropdown-toggle, #facet-search-form button.dropdown-toggle {
  border-radius: 0;
  text-transform: uppercase;
  text-align: left;
  font-size: 12px;
  letter-spacing: .1em;
  height: 41px;
  width: 260px;
  padding-right: 1.5em; }
form#short-clinical-search .input-group-btn, form.moc-search .input-group-btn, #facet-search-form .input-group-btn {
  color: #fff; }
  form#short-clinical-search .input-group-btn button.btn-primary-darker, form.moc-search .input-group-btn button.btn-primary-darker,
  form#short-clinical-search .input-group-btn input#edit-submit,
  form.moc-search .input-group-btn input#edit-submit, #facet-search-form .input-group-btn button.btn-primary-darker,
  #facet-search-form .input-group-btn input#edit-submit {
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: .1em;
    height: 40px;
    border: none; }
    form#short-clinical-search .input-group-btn button.btn-primary-darker:hover, form.moc-search .input-group-btn button.btn-primary-darker:hover,
    form#short-clinical-search .input-group-btn input#edit-submit:hover,
    form.moc-search .input-group-btn input#edit-submit:hover, #facet-search-form .input-group-btn button.btn-primary-darker:hover,
    #facet-search-form .input-group-btn input#edit-submit:hover {
      color: #fff; }
form#short-clinical-search ul.dropdown-menu, form.moc-search ul.dropdown-menu, #facet-search-form ul.dropdown-menu {
  min-width: 100%; }
form#short-clinical-search.mini input.form-control, form.mini.moc-search input.form-control, #facet-search-form.mini input.form-control {
  background-image: none;
  padding-left: 1em; }

#short-clinical-search .input-group-btn, .moc-search .input-group-btn {
  color: #fff; }

.input-group-btn {
  float: right;
  width: 180px;
  letter-spacing: normal;
  font-size: 13px;
  text-align: center;
  text-transform: none;
  border-radius: 40px 0 0 40px;
  border-color: #b5b7b4;
  color: #fff;
  box-sizing: border-box;
  vertical-align: middle; }

.input-group, .input-group-search {
  display: table;
  width: 100%; }

.input-group-search {
  margin: 1em 0 0 0; }

.form-control {
  width: 90%; }

.btn-primary-darker {
  float: right;
  margin-top: -3.92em;
  border-radius: 0px 40px 40px 0px;
  position: relative;
  z-index: 30; }

.checkbox label {
  font-size: 0.9em;
  font-weight: normal; }
  .checkbox label em {
    white-space: nowrap; }

.limit-search {
  font-size: 80%;
  text-transform: uppercase;
  padding: 1em;
  margin: -2em 0 1em -2.5em;
  color: #8e908f;
  background-color: #e5e5e5; }

.search-header {
  font-size: 90%;
  display: inline;
  color: #55616d; }

.clinical-search-filters {
  padding: 0 1.5em 0.5em;
  background-color: #e5e5e5;
  border-radius: 10px;
  max-width: 1000px;
  margin: 0 auto; }
  .clinical-search-filters label {
    font-size: 0.875rem;
    line-height: 1.5; }
    .clinical-search-filters label em small, .clinical-search-filters label em .myacp-panel-user-info > span,
    .clinical-search-filters label em .myacp-sidebar > span,
    .clinical-search-filters label em .badge,
    .clinical-search-filters label em .view-display-id-block_1 .date-display-range,
    .view-display-id-block_1 .clinical-search-filters label em .date-display-range,
    .clinical-search-filters label em .view-display-id-block_1 .date-display-single,
    .view-display-id-block_1 .clinical-search-filters label em .date-display-single,
    .clinical-search-filters label em .view-news-releases div.views-field-created > span,
    .view-news-releases .clinical-search-filters label em div.views-field-created > span,
    .clinical-search-filters label em .view-news-releases-content- div.views-field-created > span,
    .view-news-releases-content- .clinical-search-filters label em div.views-field-created > span,
    .clinical-search-filters label em .page-more-acp-news .view-acp-latest .views-field-created .field-content,
    .page-more-acp-news .view-acp-latest .views-field-created .clinical-search-filters label em .field-content,
    .clinical-search-filters label em .view span.views-field-field-meeting-date .date-display-range,
    .view span.views-field-field-meeting-date .clinical-search-filters label em .date-display-range,
    .clinical-search-filters label em .view span.views-field-field-meeting-date .date-display-single,
    .view span.views-field-field-meeting-date .clinical-search-filters label em .date-display-single,
    .clinical-search-filters label em .username > span,
    .clinical-search-filters label em td.forum-number-topics a,
    td.forum-number-topics .clinical-search-filters label em a,
    .clinical-search-filters label em td.views-field-comment-count a,
    td.views-field-comment-count .clinical-search-filters label em a,
    .clinical-search-filters label em span.marker {
      color: #8e908f; }
  .clinical-search-filters .col-1-3, .clinical-search-filters .split3 ul, .split3 .clinical-search-filters ul, .clinical-search-filters .split3 .col1, .split3 .clinical-search-filters .col1, .clinical-search-filters .split3 .col2, .split3 .clinical-search-filters .col2, .clinical-search-filters .split3 .col3, .split3 .clinical-search-filters .col3 {
    margin-top: 1em; }
    .clinical-search-filters .col-1-3:first-of-type, .clinical-search-filters .split3 ul:first-of-type, .split3 .clinical-search-filters ul:first-of-type, .clinical-search-filters .split3 .col1:first-of-type, .split3 .clinical-search-filters .col1:first-of-type, .clinical-search-filters .split3 .col2:first-of-type, .split3 .clinical-search-filters .col2:first-of-type, .clinical-search-filters .split3 .col3:first-of-type, .split3 .clinical-search-filters .col3:first-of-type {
      border-right: 1px solid white; }
    .clinical-search-filters .col-1-3:last-of-type, .clinical-search-filters .split3 ul:last-of-type, .split3 .clinical-search-filters ul:last-of-type, .clinical-search-filters .split3 .col1:last-of-type, .split3 .clinical-search-filters .col1:last-of-type, .clinical-search-filters .split3 .col2:last-of-type, .split3 .clinical-search-filters .col2:last-of-type, .clinical-search-filters .split3 .col3:last-of-type, .split3 .clinical-search-filters .col3:last-of-type {
      border-left: 1px solid white; }
    @media (max-width: 630px) {
      .clinical-search-filters .col-1-3, .clinical-search-filters .split3 ul, .split3 .clinical-search-filters ul, .clinical-search-filters .split3 .col1, .split3 .clinical-search-filters .col1, .clinical-search-filters .split3 .col2, .split3 .clinical-search-filters .col2, .clinical-search-filters .split3 .col3, .split3 .clinical-search-filters .col3 {
        margin: 0;
        padding: 1em 0 0 0 !important; }
        .clinical-search-filters .col-1-3:last-of-type, .clinical-search-filters .split3 ul:last-of-type, .split3 .clinical-search-filters ul:last-of-type, .clinical-search-filters .split3 .col1:last-of-type, .split3 .clinical-search-filters .col1:last-of-type, .clinical-search-filters .split3 .col2:last-of-type, .split3 .clinical-search-filters .col2:last-of-type, .clinical-search-filters .split3 .col3:last-of-type, .split3 .clinical-search-filters .col3:last-of-type, .clinical-search-filters .col-1-3:first-of-type, .clinical-search-filters .split3 ul:first-of-type, .split3 .clinical-search-filters ul:first-of-type, .clinical-search-filters .split3 .col1:first-of-type, .split3 .clinical-search-filters .col1:first-of-type, .clinical-search-filters .split3 .col2:first-of-type, .split3 .clinical-search-filters .col2:first-of-type, .clinical-search-filters .split3 .col3:first-of-type, .split3 .clinical-search-filters .col3:first-of-type {
          border: 0; } }

.clinical_cutout {
  color: #8e908f;
  font-size: 0.875rem;
  line-height: 1.5;
  text-transform: uppercase;
  font-weight: 600;
  text-align: center; }

.clinical_list {
  font-size: 0.75rem;
  line-height: 1.5;
  margin-left: 2.3em;
  margin-top: 0.5em;
  color: #8e908f;
  font-style: italic; }

.policy_library {
  line-height: 1.5em;
  margin-top: 1.5em;
  margin-bottom: 2em;
  text-align: center;
  font-size: 0.75rem;
  line-height: 1.5; }

.whiteborder-3 {
  border-right: 1px solid #F5F6F7;
  border-left: 1px solid #F5F6F7; }

nav form#short-clinical-search .form-type-textfield, nav form.moc-search .form-type-textfield {
  margin-right: 10em; }
  nav form#short-clinical-search .form-type-textfield input, nav form.moc-search .form-type-textfield input {
    border: 1px solid #b5b7b4;
    line-height: 40px;
    padding: 0 0 0 45px; }
    nav form#short-clinical-search .form-type-textfield input[style], nav form.moc-search .form-type-textfield input[style] {
      margin-right: 1em;
      box-sizing: border-box; }
nav form#short-clinical-search .input-group-btn input, nav form.moc-search .input-group-btn input {
  border-radius: 0px 40px 40px 0px;
  line-height: 40px;
  font-size: 12px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding-top: 0;
  padding-bottom: 0;
  margin-top: -4.8em; }
  @media (max-width: 1280px) {
    nav form#short-clinical-search .input-group-btn input, nav form.moc-search .input-group-btn input {
      margin-top: -4.65em; } }

@media screen and (max-width: 600px) {
  .col-md-4e, .whiteborder-3 {
    float: none;
    width: 100%; }

  .limit-search {
    margin: -2em 12em 1em -2.5em; } }
@media screen and (max-width: 480px) {
  .jw-promo {
    margin-top: 2em; } }
.c-tools .col-1-3 img, .c-tools .split3 ul img, .split3 .c-tools ul img, .c-tools .split3 .col1 img, .split3 .c-tools .col1 img, .c-tools .split3 .col2 img, .split3 .c-tools .col2 img, .c-tools .split3 .col3 img, .split3 .c-tools .col3 img {
  max-width: 100%;
  height: auto; }

@media screen and (max-width: 780px) {
  .c-tools .col-1-3, .c-tools .split3 ul, .split3 .c-tools ul, .c-tools .split3 .col1, .split3 .c-tools .col1, .c-tools .split3 .col2, .split3 .c-tools .col2, .c-tools .split3 .col3, .split3 .c-tools .col3 {
    border: none !important;
    width: 100%; } }
@media screen and (max-width: 630px) {
  .promo.col-1-3.jw-promo, .split3 ul.promo.jw-promo, .split3 .promo.jw-promo.col1, .split3 .promo.jw-promo.col2, .split3 .promo.jw-promo.col3 {
    border: 1px solid #8fd400 !important; } }
#landing_hero_area {
  display: none; }

.flex_align, .node-type-chapter-top-level-page #landing_hero_area .container, .node-type-chapter-top-level-page #landing_hero_area .container .region-hero, .node-type-chapter-top-level-page #landing_hero_area .container .region-hero .content, .node-type-chapter-top-level-page #landing_hero_area .container .region-hero .hero_element, #landing_hero_2018 .container, #landing_hero_2018 .half.hero_bkgd, #landing_hero_2018 .half.hero_bkgd.not_map {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: stretch;
  align-items: stretch; }

html {
  height: 100%; }

.node-type-top-level-page .page_content #page-title, .node-type-chapter-top-level-page .page_content #page-title {
  display: none; }
.node-type-top-level-page .page_content #landing_hero_area, .node-type-chapter-top-level-page .page_content #landing_hero_area {
  display: block; }
.node-type-top-level-page .page_content h2.thin, .node-type-top-level-page .page_content .node-type-custom .membership-join-acp h2, .node-type-custom .membership-join-acp .node-type-top-level-page .page_content h2, .node-type-chapter-top-level-page .page_content h2.thin, .node-type-chapter-top-level-page .page_content .node-type-custom .membership-join-acp h2, .node-type-custom .membership-join-acp .node-type-chapter-top-level-page .page_content h2 {
  font-weight: 300;
  margin: 0.5em 0 0.25em; }

.node-type-chapter-top-level-page #landing_hero_area {
  display: block; }
  @media (max-width: 780px) {
    .node-type-chapter-top-level-page #landing_hero_area .container {
      padding-right: 0;
      margin-right: -1em; } }
  .node-type-chapter-top-level-page #landing_hero_area .container .region-hero {
    margin-bottom: 0; }
    @media (max-width: 780px) {
      .node-type-chapter-top-level-page #landing_hero_area .container .region-hero {
        width: 100%; } }
    .node-type-chapter-top-level-page #landing_hero_area .container .region-hero .content {
      width: 100%;
      padding: 0; }
    .node-type-chapter-top-level-page #landing_hero_area .container .region-hero .hero_element {
      width: 100%;
      background-repeat: no-repeat;
      background-position: right center; }
      @media (max-width: 780px) {
        .node-type-chapter-top-level-page #landing_hero_area .container .region-hero .hero_element {
          margin-top: -1px;
          -moz-background-size: cover;
          -o-background-size: cover;
          -webkit-background-size: cover;
          background-size: cover; } }
      .node-type-chapter-top-level-page #landing_hero_area .container .region-hero .hero_element .hero_element_copy {
        top: 0;
        bottom: 0;
        width: 70%;
        padding-right: 5em;
        padding-bottom: 2em;
        background: url("/sites/all/themes/acp_scratch/images/hero_fade.png") repeat-y right center; }
        @media (max-width: 780px) {
          .node-type-chapter-top-level-page #landing_hero_area .container .region-hero .hero_element .hero_element_copy {
            margin: 0 0 0 -2px;
            display: inline-block; } }
        .node-type-chapter-top-level-page #landing_hero_area .container .region-hero .hero_element .hero_element_copy img, .node-type-chapter-top-level-page #landing_hero_area .container .region-hero .hero_element .hero_element_copy .btn {
          max-width: 100%; }
        .node-type-chapter-top-level-page #landing_hero_area .container .region-hero .hero_element .hero_element_copy h2 {
          font-weight: 300;
          margin-top: 1.25em; }
        @media (max-width: 780px) {
          .node-type-chapter-top-level-page #landing_hero_area .container .region-hero .hero_element .hero_element_copy {
            width: 100%; } }
  .node-type-chapter-top-level-page #landing_hero_area .container aside.side_nav_left {
    display: block;
    padding-left: 2em; }
    .node-type-chapter-top-level-page #landing_hero_area .container aside.side_nav_left h2 {
      font-weight: 300; }
    .node-type-chapter-top-level-page #landing_hero_area .container aside.side_nav_left ul.menu {
      margin-bottom: 2em;
      min-height: 250px; }

#landing_hero_2018 {
  padding-right: calc(10000px - 1em); }
  #landing_hero_2018 .container {
    padding: 0; }
  #landing_hero_2018 .half {
    width: 60%;
    margin-bottom: 0;
    padding-bottom: 1em;
    padding-right: 0; }
    #landing_hero_2018 .half .breadcrumb {
      display: block !important; }
    #landing_hero_2018 .half h1 {
      display: block !important;
      margin: .25em 0; }
    #landing_hero_2018 .half.hero_bkgd, #landing_hero_2018 .half.hero_bkgd.not_map {
      background-repeat: no-repeat;
      background-position: top left;
      background-size: cover;
      width: 40%;
      padding: 0; }
      #landing_hero_2018 .half.hero_bkgd .hero_bkgd_fade, #landing_hero_2018 .half.hero_bkgd.not_map .hero_bkgd_fade {
        background: url("../images/hero_fade.png") repeat-y right top;
        background-size: 700px;
        width: 100px;
        margin: 0; }
    @media (max-width: 1280px) {
      #landing_hero_2018 .half {
        width: 70%; } }
    @media (max-width: 780px) {
      #landing_hero_2018 .half {
        width: 75%; } }
    @media (max-width: 480px) {
      #landing_hero_2018 .half {
        width: 100%; } }
    @media (max-width: 1280px) {
      #landing_hero_2018 .half.hero_bkgd, #landing_hero_2018 .half.hero_bkgd.not_map {
        background-position: center center;
        width: 30%; } }
    @media (max-width: 780px) {
      #landing_hero_2018 .half.hero_bkgd, #landing_hero_2018 .half.hero_bkgd.not_map {
        width: 25%; } }
    @media (max-width: 480px) {
      #landing_hero_2018 .half.hero_bkgd, #landing_hero_2018 .half.hero_bkgd.not_map {
        width: calc(100% - 1em);
        height: 100px;
        margin-bottom: 1em; }
        #landing_hero_2018 .half.hero_bkgd .hero_bkgd_fade, #landing_hero_2018 .half.hero_bkgd.not_map .hero_bkgd_fade {
          display: none; } }
  #landing_hero_2018 ul {
    font-size: 0.875rem;
    line-height: 1.5;
    padding: 0;
    -webkit-columns: 2 300px;
    -moz-columns: 2 300px;
    columns: 2 300px; }
    #landing_hero_2018 ul li {
      list-style: none;
      margin: 0;
      padding: .5em 0; }

@media (max-width: 480px) {
  .page-node-29024 #landing_hero_2018 .half.hero_bkgd {
    background-position-y: -5em; } }

@media (max-width: 1280px) {
  .page-node-82784 #landing_hero_2018 .half.hero_bkgd {
    background-position: -5em center; } }
@media (max-width: 960px) {
  .page-node-82784 #landing_hero_2018 .half.hero_bkgd {
    background-position: -12em center; } }
@media (max-width: 780px) {
  .page-node-82784 #landing_hero_2018 .half.hero_bkgd {
    background-position: -17em center; } }
@media (max-width: 480px) {
  .page-node-82784 #landing_hero_2018 .half.hero_bkgd {
    background-position: center center; } }

@media (max-width: 1280px) {
  .page-node-295119 #landing_hero_2018 .half {
    width: 60%; } }
@media (max-width: 780px) {
  .page-node-295119 #landing_hero_2018 .half {
    width: 50%; } }
@media (max-width: 480px) {
  .page-node-295119 #landing_hero_2018 .half {
    width: 100%; } }
@media (max-width: 1280px) {
  .page-node-295119 #landing_hero_2018 .half.hero_bkgd {
    background-position: center center;
    width: 40%; } }
@media (max-width: 780px) {
  .page-node-295119 #landing_hero_2018 .half.hero_bkgd {
    width: 50%; } }
@media (max-width: 480px) {
  .page-node-295119 #landing_hero_2018 .half.hero_bkgd {
    height: 200px;
    width: 100%; } }

@media (min-width: 480px) {
  .page-node-343596 #landing_hero_2018 .half, .page-node-341112 #landing_hero_2018 .half, .page-node-344483 #landing_hero_2018 .half {
    width: 80% !important; } }

@media (max-width: 480px) {
  .page-node-29026 #landing_hero_2018 .half.hero_bkgd {
    background-position: center -3em; } }

.featured {
  float: left;
  padding: 1em 0; }
  .featured:first-of-type {
    width: 50%;
    padding-right: 1.5em; }
  .featured:last-of-type {
    width: 50%;
    padding-left: 1.5em; }
  .featured:first-of-type:last-of-type {
    width: 100%;
    padding: 0; }
  @media (max-width: 630px) {
    .featured {
      width: 100% !important;
      padding: 0 !important; } }
  .featured figure {
    float: left;
    width: 30%;
    max-width: 180px;
    margin: 0;
    padding-right: 1em; }
    .featured figure span {
      position: relative;
      top: 2em; }
  .featured > div {
    float: left;
    width: 70%; }
    .featured > div p {
      font-size: 0.875rem;
      line-height: 1.5; }
    .featured > div a.button.small, .featured > div #main .node-webform a.small.button_blue, #main .node-webform .featured > div a.small.button_blue, .featured > div #main .node-webform a.small.button_green, #main .node-webform .featured > div a.small.button_green, .featured > div #main .node-webform a.small.button_remove, #main .node-webform .featured > div a.small.button_remove, .featured > div .joyride-tip-guide .joyride-content-wrapper a.small.joyride-next-tip, .joyride-tip-guide .joyride-content-wrapper .featured > div a.small.joyride-next-tip, .featured > div .page-forum ul.action-links li a.small.subscription, .page-forum ul.action-links li .featured > div a.small.subscription {
      max-width: 250px; }

.full-width.hr, .node-type-chapter-top-level-page .hr#landing_hero_area, .hr#landing_hero_2018, .node-type-homepage .hr.hero_full {
  margin-bottom: .5em;
  margin-top: 1em;
  padding-top: .25em;
  padding-bottom: .25em; }

a.nowrap.extended_text.small, header.desktop #navigation ul.menu > li > a.nowrap.small {
  display: inline;
  margin-left: .75em;
  white-space: nowrap; }

.news-listing li span {
  color: #b5b7b4;
  font-size: 0.875rem;
  line-height: 1.5; }

.node-type-chapter-top-level-page .hero_element {
  background: none !important; }
.node-type-chapter-top-level-page .hero_element_copy h2 {
  display: none; }
.node-type-chapter-top-level-page .hero_element_copy p {
  font-size: 1rem;
  line-height: 1.25;
  font-weight: 300;
  color: #8e908f; }
  @media screen and (min-width: 780px) {
    .node-type-chapter-top-level-page .hero_element_copy p {
      font-size: 1.375rem;
      line-height: 1.25; } }
  @media screen and (min-width: 1280px) {
    .node-type-chapter-top-level-page .hero_element_copy p {
      font-size: 1.5rem;
      line-height: 1.25; } }
  .node-type-chapter-top-level-page .hero_element_copy p.hide-from-members {
    display: none; }
.node-type-chapter-top-level-page .hero_element_copy p + p {
  margin-top: -.75em; }
.node-type-chapter-top-level-page #landing_hero_2018 .half.hero_bkgd {
  background-position: center right; }
  @media (max-width: 1280px) {
    .node-type-chapter-top-level-page #landing_hero_2018 .half.hero_bkgd {
      background-position: center right; } }

.node-type-chapter-top-level-page #landing_hero_2018 {
  margin-bottom: 1em; }
.node-type-chapter-top-level-page .page_content h2.thin, .node-type-chapter-top-level-page .page_content .node-type-custom .membership-join-acp h2, .node-type-custom .membership-join-acp .node-type-chapter-top-level-page .page_content h2 {
  margin: 1.25em 0 0.75em; }

#section-blue table.release-chapter tbody tr td {
  text-align: left; }

#section-blue table.release-chapter tbody tr th {
  background-color: #0063be; }

#section-orange table.release-chapter tbody tr th {
  background-color: #e66b00; }

#section-violet .cme-points {
  margin-top: 0;
  background: #702785; }

#section-violet .cme-label {
  color: #702785; }

.field-item .full-width.register-centered, .field-item .node-type-chapter-top-level-page .register-centered#landing_hero_area, .node-type-chapter-top-level-page .field-item .register-centered#landing_hero_area, .field-item .register-centered#landing_hero_2018, .field-item .node-type-homepage .register-centered.hero_full, .node-type-homepage .field-item .register-centered.hero_full {
  padding-bottom: 1em; }

.register-centered .padding, .register-centered #myacp-header .login-panel .my-account, #myacp-header .login-panel .register-centered .my-account, .register-centered #myacp-header .myacp-panel .my-account, #myacp-header .myacp-panel .register-centered .my-account {
  margin: 0 auto; }

#tabs {
  width: 100%; }
  #tabs > div {
    width: 100%; }

.membership_sections {
  margin-left: -1em; }
  .membership_sections .ui-accordion-content {
    padding: 1em 0; }

.rec-promo {
  background-color: #008066;
  padding: 2em 2em 2em 2em !important;
  text-align: center; }
  .rec-promo h2 {
    color: #fff;
    margin: 0; }
  .rec-promo p {
    color: #ffc425;
    margin-top: 0; }
  .rec-promo p.intro, .rec-promo .node-online-learning-center .olc-accordion-container p.olc-disclosures, .node-online-learning-center .olc-accordion-container .rec-promo p.olc-disclosures, .rec-promo .node-online-learning-center .olc-accordion-container p.olc-show-notes, .node-online-learning-center .olc-accordion-container .rec-promo p.olc-show-notes, .rec-promo .node-online-learning-center #intro-text p.field-item:first-child, .node-online-learning-center #intro-text .rec-promo p.field-item:first-child {
    color: #8fcfc4;
    font-size: 150%; }
  .rec-promo .button, .rec-promo .content form input[type="submit"], .content form .rec-promo input[type="submit"], .rec-promo label.fancy select, label.fancy .rec-promo select, .rec-promo #main .node-webform .button_blue, #main .node-webform .rec-promo .button_blue, .rec-promo #main .node-webform .button_green, #main .node-webform .rec-promo .button_green, .rec-promo #main .node-webform .button_remove, #main .node-webform .rec-promo .button_remove, .rec-promo #main .node-webform .form-actions input, #main .node-webform .form-actions .rec-promo input, .rec-promo .joyride-tip-guide .joyride-content-wrapper a.joyride-next-tip, .joyride-tip-guide .joyride-content-wrapper .rec-promo a.joyride-next-tip, .rec-promo .page-forum ul.action-links li a.subscription, .page-forum ul.action-links li .rec-promo a.subscription {
    background-color: #ffc425; }
    .rec-promo .button:hover, .rec-promo .content form input[type="submit"]:hover, .content form .rec-promo input[type="submit"]:hover, .rec-promo label.fancy select:hover, label.fancy .rec-promo select:hover, .rec-promo #main .node-webform .button_blue:hover, #main .node-webform .rec-promo .button_blue:hover, .rec-promo #main .node-webform .button_green:hover, #main .node-webform .rec-promo .button_green:hover, .rec-promo #main .node-webform .button_remove:hover, #main .node-webform .rec-promo .button_remove:hover, .rec-promo #main .node-webform .form-actions input:hover, #main .node-webform .form-actions .rec-promo input:hover, .rec-promo .joyride-tip-guide .joyride-content-wrapper a.joyride-next-tip:hover, .joyride-tip-guide .joyride-content-wrapper .rec-promo a.joyride-next-tip:hover, .rec-promo .page-forum ul.action-links li a.subscription:hover, .page-forum ul.action-links li .rec-promo a.subscription:hover {
      background-color: #ffd258; }

@media screen and (max-width: 649px) {
  .more-moc .col-1-2, .more-moc .split2 ul, .split2 .more-moc ul, .more-moc .split2 .col1, .split2 .more-moc .col1, .more-moc .split2 .col2, .split2 .more-moc .col2, .more-moc #myacp-header .login-panel .my-interests, #myacp-header .login-panel .more-moc .my-interests, .more-moc #myacp-header .myacp-panel .my-interests, #myacp-header .myacp-panel .more-moc .my-interests, .more-moc #myacp-header .login-panel .my-account, #myacp-header .login-panel .more-moc .my-account, .more-moc #myacp-header .myacp-panel .my-account, #myacp-header .myacp-panel .more-moc .my-account {
    width: 100%; }
    .more-moc .col-1-2 > h2, .more-moc .split2 ul > h2, .split2 .more-moc ul > h2, .more-moc .split2 .col1 > h2, .split2 .more-moc .col1 > h2, .more-moc .split2 .col2 > h2, .split2 .more-moc .col2 > h2, .more-moc #myacp-header .login-panel .my-interests > h2, #myacp-header .login-panel .more-moc .my-interests > h2, .more-moc #myacp-header .myacp-panel .my-interests > h2, #myacp-header .myacp-panel .more-moc .my-interests > h2, .more-moc #myacp-header .login-panel .my-account > h2, #myacp-header .login-panel .more-moc .my-account > h2, .more-moc #myacp-header .myacp-panel .my-account > h2, #myacp-header .myacp-panel .more-moc .my-account > h2 {
      text-align: center; } }
.page-node-29026 .field-item .col-1-2.no-border, .page-node-29026 .field-item .split2 ul.no-border, .split2 .page-node-29026 .field-item ul.no-border, .page-node-29026 .field-item .split2 .no-border.col1, .split2 .page-node-29026 .field-item .no-border.col1, .page-node-29026 .field-item .split2 .no-border.col2, .split2 .page-node-29026 .field-item .no-border.col2, .page-node-29026 .field-item #myacp-header .login-panel .no-border.my-interests, #myacp-header .login-panel .page-node-29026 .field-item .no-border.my-interests, .page-node-29026 .field-item #myacp-header .myacp-panel .no-border.my-interests, #myacp-header .myacp-panel .page-node-29026 .field-item .no-border.my-interests, .page-node-29026 .field-item #myacp-header .login-panel .no-border.my-account, #myacp-header .login-panel .page-node-29026 .field-item .no-border.my-account, .page-node-29026 .field-item #myacp-header .myacp-panel .no-border.my-account, #myacp-header .myacp-panel .page-node-29026 .field-item .no-border.my-account {
  padding-right: 0; }

@media screen and (max-width: 630px) and (min-width: 440px) {
  img.max.immlogo {
    margin-top: -3em; } }
@media (max-width: 960px) {
  .featured-search h4 {
    font-size: 0.9rem;
    line-height: 1.6; } }
  @media screen and (max-width: 960px) and (min-width: 780px) {
    .featured-search h4 {
      font-size: 1rem;
      line-height: 1.675; } }
  @media screen and (max-width: 960px) and (min-width: 1280px) {
    .featured-search h4 {
      font-size: 1.1rem;
      line-height: 1.775; } }

@media (max-width: 780px) {
  .featured-search h4 {
    font-size: 1rem;
    line-height: 1.25;
    text-align: center; } }
  @media screen and (max-width: 780px) and (min-width: 780px) {
    .featured-search h4 {
      font-size: 1.375rem;
      line-height: 1.25; } }
  @media screen and (max-width: 780px) and (min-width: 1280px) {
    .featured-search h4 {
      font-size: 1.5rem;
      line-height: 1.25; } }

.featured-search input#edit-submit[style] {
  width: auto !important; }
@media (max-width: 780px) {
  .featured-search .col-1-2, .featured-search .split2 ul, .split2 .featured-search ul, .featured-search .split2 .col1, .split2 .featured-search .col1, .featured-search .split2 .col2, .split2 .featured-search .col2, .featured-search #myacp-header .login-panel .my-interests, #myacp-header .login-panel .featured-search .my-interests, .featured-search #myacp-header .myacp-panel .my-interests, #myacp-header .myacp-panel .featured-search .my-interests, .featured-search #myacp-header .login-panel .my-account, #myacp-header .login-panel .featured-search .my-account, .featured-search #myacp-header .myacp-panel .my-account, #myacp-header .myacp-panel .featured-search .my-account {
    width: 100%;
    float: none;
    margin-bottom: 0;
    padding-right: 0; }
    .featured-search .col-1-2:last-of-type, .featured-search .split2 ul:last-of-type, .split2 .featured-search ul:last-of-type, .featured-search .split2 .col1:last-of-type, .split2 .featured-search .col1:last-of-type, .featured-search .split2 .col2:last-of-type, .split2 .featured-search .col2:last-of-type, .featured-search #myacp-header .login-panel .my-interests:last-of-type, #myacp-header .login-panel .featured-search .my-interests:last-of-type, .featured-search #myacp-header .myacp-panel .my-interests:last-of-type, #myacp-header .myacp-panel .featured-search .my-interests:last-of-type, .featured-search #myacp-header .login-panel .my-account:last-of-type, #myacp-header .login-panel .featured-search .my-account:last-of-type, .featured-search #myacp-header .myacp-panel .my-account:last-of-type, #myacp-header .myacp-panel .featured-search .my-account:last-of-type {
      margin-bottom: 1em; }
    .featured-search .col-1-2 .form-item, .featured-search .split2 ul .form-item, .split2 .featured-search ul .form-item, .featured-search .split2 .col1 .form-item, .split2 .featured-search .col1 .form-item, .featured-search .split2 .col2 .form-item, .split2 .featured-search .col2 .form-item, .featured-search #myacp-header .login-panel .my-interests .form-item, #myacp-header .login-panel .featured-search .my-interests .form-item, .featured-search #myacp-header .myacp-panel .my-interests .form-item, #myacp-header .myacp-panel .featured-search .my-interests .form-item, .featured-search #myacp-header .login-panel .my-account .form-item, #myacp-header .login-panel .featured-search .my-account .form-item, .featured-search #myacp-header .myacp-panel .my-account .form-item, #myacp-header .myacp-panel .featured-search .my-account .form-item {
      margin: 0; } }

.facp-registration-box {
  padding: 3em 1.5em;
  text-align: center;
  box-shadow: 0 0 14px #b5b7b4;
  margin: 1.5em 0; }
  .facp-registration-box label {
    font-weight: normal; }

.node-type-homepage .hero_height, .node-type-homepage .hero, .node-type-homepage .hero .item, .node-type-homepage .hero .item > * {
  height: 400px; }
.node-type-homepage .hero_full {
  background-color: #424647;
  color: #ffffff;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important; }
.node-type-homepage .hero {
  overflow: hidden;
  position: relative; }
  .node-type-homepage .hero .item {
    float: left;
    width: 66.666%;
    background-color: #424647;
    position: absolute; }
    .node-type-homepage .hero .item .teaser {
      width: 25%;
      float: left;
      background-position: center top;
      background-repeat: no-repeat; }
      .node-type-homepage .hero .item .teaser .cover {
        opacity: 0.8;
        width: 25%;
        height: 100%;
        position: absolute;
        -moz-transition: opacity 0.5s ease-in-out;
        -o-transition: opacity 0.5s ease-in-out;
        -webkit-transition: opacity 0.5s ease-in-out;
        transition: opacity 0.5s ease-in-out;
        -moz-transition-delay: 0.5s;
        -o-transition-delay: 0.5s;
        -webkit-transition-delay: 0.5s;
        transition-delay: 0.5s; }
      .node-type-homepage .hero .item .teaser h3, .node-type-homepage .hero .item .teaser .limit-search {
        margin: 25px;
        padding-top: 25px;
        border-top: 7px solid rgba(255, 255, 255, 0.25);
        color: #fff;
        height: 286px;
        opacity: 1;
        position: relative;
        -moz-transition: opacity 0.5s ease-in-out;
        -o-transition: opacity 0.5s ease-in-out;
        -webkit-transition: opacity 0.5s ease-in-out;
        transition: opacity 0.5s ease-in-out;
        -moz-transition-delay: 0.5s;
        -o-transition-delay: 0.5s;
        -webkit-transition-delay: 0.5s;
        transition-delay: 0.5s; }
    .node-type-homepage .hero .item .full {
      width: 75%;
      float: left;
      padding: 25px 1.5em; }
      .node-type-homepage .hero .item .full h3, .node-type-homepage .hero .item .full .limit-search {
        margin: 0 0 .5em 0;
        padding-top: 25px;
        border-top: 7px solid #575a5d; }
      .node-type-homepage .hero .item .full h5, .node-type-homepage .hero .item .full .acc-sub-cat, .node-type-homepage .hero .item .full .search-header, .node-type-homepage .hero .item .full #landing_hero_2018 h2, #landing_hero_2018 .node-type-homepage .hero .item .full h2 {
        margin-top: 0; }
    .node-type-homepage .hero .item.one {
      z-index: 1; }
      .node-type-homepage .hero .item.one .teaser .cover {
        opacity: 0; }
      .node-type-homepage .hero .item.one .teaser h3, .node-type-homepage .hero .item.one .teaser .limit-search {
        opacity: 0; }
    .node-type-homepage .hero .item.two {
      margin-left: 66.666%;
      z-index: 2; }
      .node-type-homepage .hero .item.two:hover {
        margin-left: 16.666%; }
        .node-type-homepage .hero .item.two:hover ~ .one .teaser .cover {
          opacity: .8; }
        .node-type-homepage .hero .item.two:hover ~ .one .teaser h3, .node-type-homepage .hero .item.two:hover ~ .one .teaser .limit-search {
          opacity: 1; }
    .node-type-homepage .hero .item.three {
      margin-left: 83.333%;
      z-index: 3; }
      .node-type-homepage .hero .item.three:hover {
        margin-left: 33.333%; }
        .node-type-homepage .hero .item.three:hover ~ .two {
          margin-left: 16.666%; }
        .node-type-homepage .hero .item.three:hover ~ .one .teaser .cover {
          opacity: .8; }
        .node-type-homepage .hero .item.three:hover ~ .one .teaser h3, .node-type-homepage .hero .item.three:hover ~ .one .teaser .limit-search {
          opacity: 1; }
    .node-type-homepage .hero .item.two, .node-type-homepage .hero .item.three, .node-type-homepage .hero .item.three ~ .two {
      -moz-transition-property: margin-left;
      -o-transition-property: margin-left;
      -webkit-transition-property: margin-left;
      transition-property: margin-left;
      -moz-transition-duration: 0.4s;
      -o-transition-duration: 0.4s;
      -webkit-transition-duration: 0.4s;
      transition-duration: 0.4s;
      -moz-transition-delay: 0.5s;
      -o-transition-delay: 0.5s;
      -webkit-transition-delay: 0.5s;
      transition-delay: 0.5s; }
    .node-type-homepage .hero .item.two:hover .teaser .cover, .node-type-homepage .hero .item.three:hover .teaser .cover, .node-type-homepage .hero .item.three ~ .two:hover .teaser .cover {
      opacity: 0; }
    .node-type-homepage .hero .item.two:hover .teaser h3, .node-type-homepage .hero .item.two:hover .teaser .limit-search, .node-type-homepage .hero .item.three:hover .teaser h3, .node-type-homepage .hero .item.three:hover .teaser .limit-search, .node-type-homepage .hero .item.three ~ .two:hover .teaser h3, .node-type-homepage .hero .item.three ~ .two:hover .teaser .limit-search {
      opacity: 0; }
@media (min-width: 780px) {
  .node-type-homepage .heroOnload .one .cover {
    opacity: 0.8 !important; }
  .node-type-homepage .heroOnload .one h3, .node-type-homepage .heroOnload .one .limit-search {
    opacity: 1 !important; }
  .node-type-homepage .heroOnload .two {
    margin-left: 16.666% !important; }
  .node-type-homepage .heroOnload .three {
    margin-left: 33.333% !important; }
  .node-type-homepage .threeOnload .full {
    display: none; } }
.node-type-homepage #page-title {
  display: none; }
.node-type-homepage .hmpg-profile {
  margin-top: 2.5em;
  min-height: 220px; }
  .node-type-homepage .hmpg-profile figure {
    margin-bottom: 0; }
    .node-type-homepage .hmpg-profile figure img {
      max-width: 165px; }
  .node-type-homepage .hmpg-profile p.intro, .node-type-homepage .hmpg-profile .node-online-learning-center .olc-accordion-container p.olc-disclosures, .node-online-learning-center .olc-accordion-container .node-type-homepage .hmpg-profile p.olc-disclosures, .node-type-homepage .hmpg-profile .node-online-learning-center .olc-accordion-container p.olc-show-notes, .node-online-learning-center .olc-accordion-container .node-type-homepage .hmpg-profile p.olc-show-notes, .node-type-homepage .hmpg-profile .node-online-learning-center #intro-text p.field-item:first-child, .node-online-learning-center #intro-text .node-type-homepage .hmpg-profile p.field-item:first-child {
    margin-top: .5em; }
  .node-type-homepage .hmpg-profile a.button, .node-type-homepage .hmpg-profile #main .node-webform a.button_blue, #main .node-webform .node-type-homepage .hmpg-profile a.button_blue, .node-type-homepage .hmpg-profile #main .node-webform a.button_green, #main .node-webform .node-type-homepage .hmpg-profile a.button_green, .node-type-homepage .hmpg-profile #main .node-webform a.button_remove, #main .node-webform .node-type-homepage .hmpg-profile a.button_remove, .node-type-homepage .hmpg-profile .joyride-tip-guide .joyride-content-wrapper a.joyride-next-tip, .joyride-tip-guide .joyride-content-wrapper .node-type-homepage .hmpg-profile a.joyride-next-tip, .node-type-homepage .hmpg-profile .page-forum ul.action-links li a.subscription, .page-forum ul.action-links li .node-type-homepage .hmpg-profile a.subscription {
    margin-right: .5em; }
  .node-type-homepage .hmpg-profile a.nowrap {
    white-space: nowrap;
    line-height: 3em; }
.node-type-homepage .join-acp {
  padding: 1em 1em 0 1em;
  margin-top: 1em;
  margin-bottom: 1em; }
  .node-type-homepage .join-acp h2 {
    margin-top: .5em; }
  .node-type-homepage .join-acp .button, .node-type-homepage .join-acp .content form input[type="submit"], .content form .node-type-homepage .join-acp input[type="submit"], .node-type-homepage .join-acp label.fancy select, label.fancy .node-type-homepage .join-acp select, .node-type-homepage .join-acp #main .node-webform .button_blue, #main .node-webform .node-type-homepage .join-acp .button_blue, .node-type-homepage .join-acp #main .node-webform .button_green, #main .node-webform .node-type-homepage .join-acp .button_green, .node-type-homepage .join-acp #main .node-webform .button_remove, #main .node-webform .node-type-homepage .join-acp .button_remove, .node-type-homepage .join-acp #main .node-webform .form-actions input, #main .node-webform .form-actions .node-type-homepage .join-acp input, .node-type-homepage .join-acp .joyride-tip-guide .joyride-content-wrapper a.joyride-next-tip, .joyride-tip-guide .joyride-content-wrapper .node-type-homepage .join-acp a.joyride-next-tip, .node-type-homepage .join-acp .page-forum ul.action-links li a.subscription, .page-forum ul.action-links li .node-type-homepage .join-acp a.subscription {
    margin-bottom: 1em; }
.node-type-homepage .pub_button {
  clear: both;
  float: left;
  margin-top: 2em;
  text-align: center;
  width: 100%; }
.node-type-homepage .publications {
  padding: 2em 0;
  float: left;
  width: 100%;
  max-width: 948px; }
  .node-type-homepage .publications img {
    max-width: 100%; }
  .node-type-homepage .publications .col-1-3 > p, .node-type-homepage .publications .split3 ul > p, .split3 .node-type-homepage .publications ul > p, .node-type-homepage .publications .split3 .col1 > p, .split3 .node-type-homepage .publications .col1 > p, .node-type-homepage .publications .split3 .col2 > p, .split3 .node-type-homepage .publications .col2 > p, .node-type-homepage .publications .split3 .col3 > p, .split3 .node-type-homepage .publications .col3 > p {
    color: #8e908f;
    text-transform: uppercase;
    margin: 0 0 0.5em;
    font-size: 0.75rem;
    line-height: 1.5; }
  .node-type-homepage .publications .owl-controls {
    margin-top: -1.4em;
    text-align: right;
    position: relative; }
    .node-type-homepage .publications .owl-controls .owl-pagination {
      opacity: 0;
      -moz-transition: opacity 0.5s ease-in-out;
      -o-transition: opacity 0.5s ease-in-out;
      -webkit-transition: opacity 0.5s ease-in-out;
      transition: opacity 0.5s ease-in-out; }
  .node-type-homepage .publications .owl-carousel {
    border: 1px solid #b5b7b4;
    margin-bottom: 1em; }
    .node-type-homepage .publications .owl-carousel:hover .owl-pagination {
      opacity: 1;
      -moz-transition: opacity 0.5s ease-in-out;
      -o-transition: opacity 0.5s ease-in-out;
      -webkit-transition: opacity 0.5s ease-in-out;
      transition: opacity 0.5s ease-in-out; }
    .node-type-homepage .publications .owl-carousel .owl-wrapper-outer {
      width: 99%; }
  .node-type-homepage .publications .item {
    float: left;
    width: 100%;
    background-position: center left;
    background-repeat: no-repeat; }
  .node-type-homepage .publications .pub_gradient {
    float: right;
    width: 80%;
    background: url("/sites/default/files/images/homepage/publications_fade.png") center left repeat-y transparent; }
    .node-type-homepage .publications .pub_gradient p {
      width: 90%;
      float: right;
      padding: 0 .5em 0 1em;
      margin: 0.5em 0;
      font-size: 0.875rem;
      line-height: 1.5; }
      .node-type-homepage .publications .pub_gradient p a {
        color: #575A5D; }
        .node-type-homepage .publications .pub_gradient p a:hover {
          color: #0063be; }
  .node-type-homepage .publications .owl-carousel {
    height: 110px; }
  .node-type-homepage .publications .item, .node-type-homepage .publications .pub_gradient {
    height: 108px; }
.node-type-homepage .clinical-search {
  text-align: center;
  padding-top: 3em;
  padding-bottom: 5em;
  margin-bottom: -3em; }
  .node-type-homepage .clinical-search form.combo-box {
    margin: 0.5em auto;
    width: 900px;
    max-width: 100%; }
  .node-type-homepage .clinical-search #filter-button {
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0; }
  .node-type-homepage .clinical-search input.main-search-submit {
    -moz-border-radius: 0 50px 50px 0;
    -webkit-border-radius: 0;
    border-radius: 0 50px 50px 0; }
  @media (max-width: 960px) {
    .node-type-homepage .clinical-search form.combo-box {
      width: 700px; } }
  @media (max-width: 780px) {
    .node-type-homepage .clinical-search {
      margin-bottom: 0;
      padding-bottom: 3.5em; }
      .node-type-homepage .clinical-search form.combo-box {
        width: 430px; }
      .node-type-homepage .clinical-search #filter-button {
        -moz-border-radius: 0 50px 50px 0;
        -webkit-border-radius: 0;
        border-radius: 0 50px 50px 0; }
      .node-type-homepage .clinical-search input.main-search-submit {
        -moz-border-radius: 50px !important;
        -webkit-border-radius: 50px;
        border-radius: 50px !important;
        width: 150px !important;
        margin: 1em auto;
        clear: both; } }
  @media (max-width: 630px) {
    .node-type-homepage .clinical-search #filter-button {
      display: none; }
    .node-type-homepage .clinical-search input.main-search-submit {
      -moz-border-radius: 0 50px 50px 0 !important;
      -webkit-border-radius: 0;
      border-radius: 0 50px 50px 0 !important;
      margin: 0;
      clear: none; } }

.acp-latest {
  border-right: 1px solid #b5b7b4;
  border-left: 1px solid #b5b7b4;
  margin-bottom: 0; }
  .acp-latest h2 {
    padding-left: .5em;
    margin-top: 1em; }
  .acp-latest ul.no-style, .acp-latest ul.assets_table, .acp-latest .node-type-custom .already-a-member .acp-grey-light ul, .node-type-custom .already-a-member .acp-grey-light .acp-latest ul, .acp-latest .view-news-releases div ul, .view-news-releases div .acp-latest ul, .acp-latest .view-news-releases-content- > div ul, .view-news-releases-content- > div .acp-latest ul, .acp-latest .page-forum ul.action-links, .page-forum .acp-latest ul.action-links {
    max-height: 885px;
    overflow-y: scroll;
    margin-bottom: 0;
    margin-top: 0;
    padding-bottom: 0;
    border-bottom: 1px solid #b5b7b4; }
    .acp-latest ul.no-style li, .acp-latest ul.assets_table li, .acp-latest .node-type-custom .already-a-member .acp-grey-light ul li, .node-type-custom .already-a-member .acp-grey-light .acp-latest ul li, .acp-latest .view-news-releases div ul li, .view-news-releases div .acp-latest ul li, .acp-latest .view-news-releases-content- > div ul li, .view-news-releases-content- > div .acp-latest ul li, .acp-latest .page-forum ul.action-links li, .page-forum .acp-latest ul.action-links li {
      border-top: 1px solid #b5b7b4;
      padding: 1em;
      float: left;
      width: 100%; }
      .acp-latest ul.no-style li a, .acp-latest ul.assets_table li a, .acp-latest .node-type-custom .already-a-member .acp-grey-light ul li a, .node-type-custom .already-a-member .acp-grey-light .acp-latest ul li a, .acp-latest .view-news-releases div ul li a, .view-news-releases div .acp-latest ul li a, .acp-latest .view-news-releases-content- > div ul li a, .view-news-releases-content- > div .acp-latest ul li a, .acp-latest .page-forum ul.action-links li a, .page-forum .acp-latest ul.action-links li a {
        display: block; }
  .acp-latest .views-field-field-alternate-title {
    margin-bottom: 3px; }
  .acp-latest .views-field-created {
    color: #b5b7b4;
    font-weight: 600;
    padding-right: 1em;
    float: left; }
  .acp-latest .views-field-field-acp-lastest-link-type i, .acp-latest .views-field-field-acp-lastest-link-type .views-field-topic-icon span:before, .views-field-topic-icon .acp-latest .views-field-field-acp-lastest-link-type span:before,
  .acp-latest .views-field-field-acp-lastest-link-type .forum-list-icon span span:before,
  .forum-list-icon span .acp-latest .views-field-field-acp-lastest-link-type span:before, .acp-latest .views-field-field-acp-lastest-link-type .forum-topic-legend div:before, .forum-topic-legend .acp-latest .views-field-field-acp-lastest-link-type div:before,
  .acp-latest .views-field-field-acp-lastest-link-type .forum-list-icon-legend span span:before,
  .forum-list-icon-legend span .acp-latest .views-field-field-acp-lastest-link-type span:before, .acp-latest .views-field-field-acp-lastest-link-type tr.even td.forum-list-icon-default .forum-list-icon-wrapper span:before, tr.even td.forum-list-icon-default .forum-list-icon-wrapper .acp-latest .views-field-field-acp-lastest-link-type span:before, .acp-latest .views-field-field-acp-lastest-link-type tr.odd td.forum-list-icon-default .forum-list-icon-wrapper span:before, tr.odd td.forum-list-icon-default .forum-list-icon-wrapper .acp-latest .views-field-field-acp-lastest-link-type span:before, .acp-latest .views-field-field-acp-lastest-link-type .forum-list-icon-legend .forum-list-icon-default:before, .forum-list-icon-legend .acp-latest .views-field-field-acp-lastest-link-type .forum-list-icon-default:before, .acp-latest .views-field-field-acp-lastest-link-type tr.even td.forum-list-icon-new-posts .forum-list-icon-wrapper span:before, tr.even td.forum-list-icon-new-posts .forum-list-icon-wrapper .acp-latest .views-field-field-acp-lastest-link-type span:before, .acp-latest .views-field-field-acp-lastest-link-type tr.odd td.forum-list-icon-new-posts .forum-list-icon-wrapper span:before, tr.odd td.forum-list-icon-new-posts .forum-list-icon-wrapper .acp-latest .views-field-field-acp-lastest-link-type span:before, .acp-latest .views-field-field-acp-lastest-link-type .forum-list-icon-legend .forum-list-icon-new-posts:before, .forum-list-icon-legend .acp-latest .views-field-field-acp-lastest-link-type .forum-list-icon-new-posts:before {
    float: left;
    margin-top: 0;
    display: block; }
  .acp-latest .more-link a {
    display: block;
    padding: 1em;
    position: relative;
    text-align: center;
    z-index: 1;
    font-size: 0.875rem;
    line-height: 1.5; }
    .acp-latest .more-link a::after {
      content: "\e61c";
      padding-left: .25em; }

.gradient {
  height: 25px;
  width: 100%;
  position: relative;
  margin-top: -25px; }
  .gradient.top {
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwLjAiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA=');
    background-size: 100%;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(100%, rgba(255, 255, 255, 0)));
    background-image: -moz-linear-gradient(top, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
    background-image: -webkit-linear-gradient(top, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
    background-image: linear-gradient(to bottom, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
    top: 25px;
    border-top: 1px solid #b5b7b4; }
  .gradient.bottom {
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwLjAiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA=');
    background-size: 100%;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(100%, #ffffff));
    background-image: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
    background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
    border-bottom: 1px solid #b5b7b4;
    margin-top: -74px; }

@media (max-width: 480px) {
  .node-type-homepage .hero .item {
    width: 100% !important;
    margin-left: 0 !important; }
    .node-type-homepage .hero .item.one {
      z-index: 4; } }
@media (min-width: 960px) and (max-width: 1280px) {
  .node-type-homepage .publications .item, .node-type-homepage .publications .pub_gradient,
  .node-type-homepage .publications .pub_gradient p {
    height: 138px; }

  .node-type-homepage .publications .owl-carousel {
    height: 140px; } }
@media (min-width: 630px) and (max-width: 960px) {
  .node-type-homepage .publications {
    width: 100%;
    position: absolute; }

  .node-type-homepage .publications .item, .node-type-homepage .publications .pub_gradient,
  .node-type-homepage .publications .pub_gradient p {
    height: 108px; }

  .node-type-homepage .publications .owl-carousel {
    height: 110px; }

  .acp-latest ul.no-style, .acp-latest ul.assets_table, .acp-latest .node-type-custom .already-a-member .acp-grey-light ul, .node-type-custom .already-a-member .acp-grey-light .acp-latest ul, .acp-latest .view-news-releases div ul, .view-news-releases div .acp-latest ul, .acp-latest .view-news-releases-content- > div ul, .view-news-releases-content- > div .acp-latest ul, .acp-latest .page-forum ul.action-links, .page-forum .acp-latest ul.action-links {
    max-height: 450px; }

  .acp-latest {
    margin-bottom: 30em; }

  footer {
    margin-top: 3em; } }
@media (max-width: 960px) {
  .clinical-search {
    margin-top: 5em; } }
@media (min-width: 780px) and (max-width: 960px) {
  .pub_gradient {
    width: 85%; } }
@media (max-width: 780px) {
  .acp-latest ul.no-style, .acp-latest ul.assets_table, .acp-latest .node-type-custom .already-a-member .acp-grey-light ul, .node-type-custom .already-a-member .acp-grey-light .acp-latest ul, .acp-latest .view-news-releases div ul, .view-news-releases div .acp-latest ul, .acp-latest .view-news-releases-content- > div ul, .view-news-releases-content- > div .acp-latest ul, .acp-latest .page-forum ul.action-links, .page-forum .acp-latest ul.action-links {
    max-height: 650px; }

  .acp-latest {
    margin-bottom: 30em; } }
@media (max-width: 630px) {
  .front .page_content section#main {
    width: 100%; }

  .acp-latest {
    border-top: 1px solid #b5b7b4;
    margin-bottom: 0; }
    .acp-latest ul.no-style, .acp-latest ul.assets_table, .acp-latest .node-type-custom .already-a-member .acp-grey-light ul, .node-type-custom .already-a-member .acp-grey-light .acp-latest ul, .acp-latest .view-news-releases div ul, .view-news-releases div .acp-latest ul, .acp-latest .view-news-releases-content- > div ul, .view-news-releases-content- > div .acp-latest ul, .acp-latest .page-forum ul.action-links, .page-forum .acp-latest ul.action-links {
      max-height: none;
      overflow: auto; } }
@media (min-width: 780px) and (max-width: 1280px) {
  .join-acp img {
    max-width: 50%; } }
@media (min-width: 630px) and (max-width: 780px) {
  .join-acp h2 {
    clear: both; }

  .join-acp img {
    max-width: 100%; } }
.touch .node-type-homepage .publications .owl-controls .owl-pagination {
  opacity: 1; }

#hmpg_2019 a.nowrap.extended_text.small, #hmpg_2019 header.desktop #navigation ul.menu > li > a.nowrap.small, header.desktop #navigation #hmpg_2019 ul.menu > li > a.nowrap.small {
  display: inline;
  margin-left: .75em;
  white-space: nowrap; }
#hmpg_2019 .heroes {
  background-color: #424647;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0; }
  #hmpg_2019 .heroes .container {
    padding: 0; }
  #hmpg_2019 .heroes .container .content > div {
    padding: 1em 0;
    display: grid;
    grid-gap: 1em;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: 11em 11em; }
    #hmpg_2019 .heroes .container .content > div .hero_1, #hmpg_2019 .heroes .container .content > div .hero_2, #hmpg_2019 .heroes .container .content > div .hero_3 {
      opacity: 0;
      -moz-transition: opacity 0.5s;
      -o-transition: opacity 0.5s;
      -webkit-transition: opacity 0.5s;
      transition: opacity 0.5s; }
    #hmpg_2019 .heroes .container .content > div.two_up .hero_1, #hmpg_2019 .heroes .container .content > div.two_up .hero_2, #hmpg_2019 .heroes .container .content > div.two_up .hero_3, #hmpg_2019 .heroes .container .content > div.three_up .hero_1, #hmpg_2019 .heroes .container .content > div.three_up .hero_2, #hmpg_2019 .heroes .container .content > div.three_up .hero_3 {
      opacity: 1; }
    #hmpg_2019 .heroes .container .content > div .hero_1, #hmpg_2019 .heroes .container .content > div .hero_2, #hmpg_2019 .heroes .container .content > div .hero_3 {
      display: grid;
      grid-template-columns: 1fr;
      grid-template-rows: 1fr;
      overflow: hidden; }
      #hmpg_2019 .heroes .container .content > div .hero_1 .hero_bkgd, #hmpg_2019 .heroes .container .content > div .hero_2 .hero_bkgd, #hmpg_2019 .heroes .container .content > div .hero_3 .hero_bkgd {
        grid-column: 1;
        grid-row: 1;
        background: no-repeat center;
        background-size: auto 100%;
        -moz-transition: all 0.5s;
        -o-transition: all 0.5s;
        -webkit-transition: all 0.5s;
        transition: all 0.5s;
        z-index: 1;
        position: relative; }
      #hmpg_2019 .heroes .container .content > div .hero_1 .hero_overlay, #hmpg_2019 .heroes .container .content > div .hero_2 .hero_overlay, #hmpg_2019 .heroes .container .content > div .hero_3 .hero_overlay {
        grid-column: 1;
        grid-row: 1;
        z-index: 2;
        position: relative;
        -moz-transition: all 0.5s;
        -o-transition: all 0.5s;
        -webkit-transition: all 0.5s;
        transition: all 0.5s; }
        #hmpg_2019 .heroes .container .content > div .hero_1 .hero_overlay.violet, #hmpg_2019 .heroes .container .content > div .hero_2 .hero_overlay.violet, #hmpg_2019 .heroes .container .content > div .hero_3 .hero_overlay.violet {
          background-color: rgba(112, 39, 133, 0.5); }
        #hmpg_2019 .heroes .container .content > div .hero_1 .hero_overlay.orange, #hmpg_2019 .heroes .container .content > div .hero_2 .hero_overlay.orange, #hmpg_2019 .heroes .container .content > div .hero_3 .hero_overlay.orange {
          background-color: rgba(255, 121, 0, 0.5); }
        #hmpg_2019 .heroes .container .content > div .hero_1 .hero_overlay.blue, #hmpg_2019 .heroes .container .content > div .hero_2 .hero_overlay.blue, #hmpg_2019 .heroes .container .content > div .hero_3 .hero_overlay.blue {
          background-color: rgba(0, 160, 223, 0.5); }
        #hmpg_2019 .heroes .container .content > div .hero_1 .hero_overlay.gold, #hmpg_2019 .heroes .container .content > div .hero_2 .hero_overlay.gold, #hmpg_2019 .heroes .container .content > div .hero_3 .hero_overlay.gold {
          background-color: rgba(255, 200, 46, 0.5); }
        #hmpg_2019 .heroes .container .content > div .hero_1 .hero_overlay.green, #hmpg_2019 .heroes .container .content > div .hero_2 .hero_overlay.green, #hmpg_2019 .heroes .container .content > div .hero_3 .hero_overlay.green {
          background-color: rgba(46, 177, 53, 0.5); }
      #hmpg_2019 .heroes .container .content > div .hero_1 .copy_area, #hmpg_2019 .heroes .container .content > div .hero_2 .copy_area, #hmpg_2019 .heroes .container .content > div .hero_3 .copy_area {
        grid-column: 1;
        grid-row: 1;
        align-self: end;
        width: 100%;
        padding: 1em;
        z-index: 3;
        position: relative;
        background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjAiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC43NSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
        background-size: 100%;
        background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0.75)));
        background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.75) 100%);
        background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.75) 100%);
        background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.75) 100%); }
        #hmpg_2019 .heroes .container .content > div .hero_1 .copy_area h5, #hmpg_2019 .heroes .container .content > div .hero_1 .copy_area .acc-sub-cat, #hmpg_2019 .heroes .container .content > div .hero_1 .copy_area .search-header, #hmpg_2019 .heroes .container .content > div .hero_1 .copy_area #landing_hero_2018 h2, #landing_hero_2018 #hmpg_2019 .heroes .container .content > div .hero_1 .copy_area h2, #hmpg_2019 .heroes .container .content > div .hero_1 .copy_area h4, #hmpg_2019 .heroes .container .content > div .hero_2 .copy_area h5, #hmpg_2019 .heroes .container .content > div .hero_2 .copy_area .acc-sub-cat, #hmpg_2019 .heroes .container .content > div .hero_2 .copy_area .search-header, #hmpg_2019 .heroes .container .content > div .hero_2 .copy_area #landing_hero_2018 h2, #landing_hero_2018 #hmpg_2019 .heroes .container .content > div .hero_2 .copy_area h2, #hmpg_2019 .heroes .container .content > div .hero_2 .copy_area h4, #hmpg_2019 .heroes .container .content > div .hero_3 .copy_area h5, #hmpg_2019 .heroes .container .content > div .hero_3 .copy_area .acc-sub-cat, #hmpg_2019 .heroes .container .content > div .hero_3 .copy_area .search-header, #hmpg_2019 .heroes .container .content > div .hero_3 .copy_area #landing_hero_2018 h2, #landing_hero_2018 #hmpg_2019 .heroes .container .content > div .hero_3 .copy_area h2, #hmpg_2019 .heroes .container .content > div .hero_3 .copy_area h4 {
          margin: 0;
          color: white; }
      #hmpg_2019 .heroes .container .content > div .hero_1:hover .hero_bkgd, #hmpg_2019 .heroes .container .content > div .hero_1:focus .hero_bkgd, #hmpg_2019 .heroes .container .content > div .hero_2:hover .hero_bkgd, #hmpg_2019 .heroes .container .content > div .hero_2:focus .hero_bkgd, #hmpg_2019 .heroes .container .content > div .hero_3:hover .hero_bkgd, #hmpg_2019 .heroes .container .content > div .hero_3:focus .hero_bkgd {
        transform: scale(1.05); }
      #hmpg_2019 .heroes .container .content > div .hero_1:hover .hero_overlay, #hmpg_2019 .heroes .container .content > div .hero_1:focus .hero_overlay, #hmpg_2019 .heroes .container .content > div .hero_2:hover .hero_overlay, #hmpg_2019 .heroes .container .content > div .hero_2:focus .hero_overlay, #hmpg_2019 .heroes .container .content > div .hero_3:hover .hero_overlay, #hmpg_2019 .heroes .container .content > div .hero_3:focus .hero_overlay {
        background-color: transparent; }
      #hmpg_2019 .heroes .container .content > div .hero_1:hover h4, #hmpg_2019 .heroes .container .content > div .hero_1:focus h4, #hmpg_2019 .heroes .container .content > div .hero_2:hover h4, #hmpg_2019 .heroes .container .content > div .hero_2:focus h4, #hmpg_2019 .heroes .container .content > div .hero_3:hover h4, #hmpg_2019 .heroes .container .content > div .hero_3:focus h4 {
        text-decoration: underline; }
    #hmpg_2019 .heroes .container .content > div .hero_1 {
      grid-column: 1 / span 2;
      grid-row: 1 / span 2; }
    #hmpg_2019 .heroes .container .content > div .hero_2 {
      grid-column: 3;
      grid-row: 1; }
    #hmpg_2019 .heroes .container .content > div .hero_3 {
      grid-column: 3;
      grid-row: 2; }
    #hmpg_2019 .heroes .container .content > div.two_up .hero_2 {
      grid-column: 3;
      grid-row: 1 / span 2; }
    @media (max-width: 960px) {
      #hmpg_2019 .heroes .container .content > div.two_up {
        grid-template-rows: 14em; } }
    @media (max-width: 780px) {
      #hmpg_2019 .heroes .container .content > div {
        grid-template-columns: 1fr 1fr;
        grid-template-rows: 21em 11em; }
        #hmpg_2019 .heroes .container .content > div .hero_1 {
          grid-column: 1 / span 2;
          grid-row: 1 / span 1; }
        #hmpg_2019 .heroes .container .content > div .hero_2 {
          grid-column: 1;
          grid-row: 2; }
        #hmpg_2019 .heroes .container .content > div .hero_3 {
          grid-column: 2;
          grid-row: 2; }
        #hmpg_2019 .heroes .container .content > div.two_up {
          grid-template-columns: 1fr 1fr 1fr; }
          #hmpg_2019 .heroes .container .content > div.two_up .hero_1 {
            grid-column: 1 / span 2;
            grid-row: 1; }
          #hmpg_2019 .heroes .container .content > div.two_up .hero_2 {
            grid-column: 3;
            grid-row: 1; } }
    @media (max-width: 630px) {
      #hmpg_2019 .heroes .container .content > div.two_up {
        grid-template-columns: 1fr 1fr;
        grid-template-rows: 11em; }
        #hmpg_2019 .heroes .container .content > div.two_up .hero_1 {
          grid-column: 1;
          grid-row: 1; }
        #hmpg_2019 .heroes .container .content > div.two_up .hero_2 {
          grid-column: 2;
          grid-row: 1; } }
    @media (max-width: 480px) {
      #hmpg_2019 .heroes .container .content > div {
        display: block; }
        #hmpg_2019 .heroes .container .content > div .hero_1, #hmpg_2019 .heroes .container .content > div .hero_2 {
          height: 13em;
          margin-bottom: 1em; }
        #hmpg_2019 .heroes .container .content > div .hero_3 {
          height: 13em;
          margin-bottom: 0; }
        #hmpg_2019 .heroes .container .content > div.two_up .hero_2 {
          margin-bottom: 0; } }
#hmpg_2019 .middle {
  padding: 1.5em 0;
  display: grid;
  grid-gap: 1em;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: 1fr 1.75fr; }
  #hmpg_2019 .middle > * {
    display: block; }
  #hmpg_2019 .middle .im_proud_profile {
    grid-column: span 2; }
    #hmpg_2019 .middle .im_proud_profile blockquote {
      border: none;
      margin: .5em 250px 0 0;
      padding-bottom: 0; }
      #hmpg_2019 .middle .im_proud_profile blockquote p {
        margin-bottom: 0; }
        #hmpg_2019 .middle .im_proud_profile blockquote p small, #hmpg_2019 .middle .im_proud_profile blockquote p .myacp-panel-user-info > span,
        #hmpg_2019 .middle .im_proud_profile blockquote p .myacp-sidebar > span,
        #hmpg_2019 .middle .im_proud_profile blockquote p .badge,
        #hmpg_2019 .middle .im_proud_profile blockquote p .view-display-id-block_1 .date-display-range,
        .view-display-id-block_1 #hmpg_2019 .middle .im_proud_profile blockquote p .date-display-range,
        #hmpg_2019 .middle .im_proud_profile blockquote p .view-display-id-block_1 .date-display-single,
        .view-display-id-block_1 #hmpg_2019 .middle .im_proud_profile blockquote p .date-display-single,
        #hmpg_2019 .middle .im_proud_profile blockquote p .view-news-releases div.views-field-created > span,
        .view-news-releases #hmpg_2019 .middle .im_proud_profile blockquote p div.views-field-created > span,
        #hmpg_2019 .middle .im_proud_profile blockquote p .view-news-releases-content- div.views-field-created > span,
        .view-news-releases-content- #hmpg_2019 .middle .im_proud_profile blockquote p div.views-field-created > span,
        #hmpg_2019 .middle .im_proud_profile blockquote p .page-more-acp-news .view-acp-latest .views-field-created .field-content,
        .page-more-acp-news .view-acp-latest .views-field-created #hmpg_2019 .middle .im_proud_profile blockquote p .field-content,
        #hmpg_2019 .middle .im_proud_profile blockquote p .view span.views-field-field-meeting-date .date-display-range,
        .view span.views-field-field-meeting-date #hmpg_2019 .middle .im_proud_profile blockquote p .date-display-range,
        #hmpg_2019 .middle .im_proud_profile blockquote p .view span.views-field-field-meeting-date .date-display-single,
        .view span.views-field-field-meeting-date #hmpg_2019 .middle .im_proud_profile blockquote p .date-display-single,
        #hmpg_2019 .middle .im_proud_profile blockquote p .username > span,
        #hmpg_2019 .middle .im_proud_profile blockquote p td.forum-number-topics a,
        td.forum-number-topics #hmpg_2019 .middle .im_proud_profile blockquote p a,
        #hmpg_2019 .middle .im_proud_profile blockquote p td.views-field-comment-count a,
        td.views-field-comment-count #hmpg_2019 .middle .im_proud_profile blockquote p a,
        #hmpg_2019 .middle .im_proud_profile blockquote p span.marker {
          break-inside: avoid;
          display: inline-block; }
      #hmpg_2019 .middle .im_proud_profile blockquote:after {
        float: right;
        position: relative;
        left: .25em;
        bottom: -.45em; }
    #hmpg_2019 .middle .im_proud_profile .btn_container {
      margin: 1em 250px 0 0;
      text-align: center; }
      #hmpg_2019 .middle .im_proud_profile .btn_container a.button.small, #hmpg_2019 .middle .im_proud_profile .btn_container #main .node-webform a.small.button_blue, #main .node-webform #hmpg_2019 .middle .im_proud_profile .btn_container a.small.button_blue, #hmpg_2019 .middle .im_proud_profile .btn_container #main .node-webform a.small.button_green, #main .node-webform #hmpg_2019 .middle .im_proud_profile .btn_container a.small.button_green, #hmpg_2019 .middle .im_proud_profile .btn_container #main .node-webform a.small.button_remove, #main .node-webform #hmpg_2019 .middle .im_proud_profile .btn_container a.small.button_remove, #hmpg_2019 .middle .im_proud_profile .btn_container .joyride-tip-guide .joyride-content-wrapper a.small.joyride-next-tip, .joyride-tip-guide .joyride-content-wrapper #hmpg_2019 .middle .im_proud_profile .btn_container a.small.joyride-next-tip, #hmpg_2019 .middle .im_proud_profile .btn_container .page-forum ul.action-links li a.small.subscription, .page-forum ul.action-links li #hmpg_2019 .middle .im_proud_profile .btn_container a.small.subscription {
        width: auto;
        margin-top: 0; }
    #hmpg_2019 .middle .im_proud_profile .im_proud_image {
      float: right;
      margin-bottom: .5em; }
      #hmpg_2019 .middle .im_proud_profile .im_proud_image img {
        border-radius: 200px; }
      #hmpg_2019 .middle .im_proud_profile .im_proud_image:after {
        content: url("/sites/all/themes/acp_scratch/images/IM_Proud_stack.svg");
        display: inline-block;
        width: 60px;
        margin-top: -45px;
        margin-left: -40px;
        position: relative; }
  #hmpg_2019 .middle .join_prop {
    grid-column: span 2;
    display: flex;
    background: url("/sites/all/themes/acp_scratch/images/background/hmpg_join_hassidim.jpg") center no-repeat; }
    #hmpg_2019 .middle .join_prop .transparent_box {
      background-color: rgba(255, 255, 255, 0.75);
      border-top: 0.5em solid #e66b00;
      padding: 0 1.5em 1.5em 1em;
      align-self: center; }
    #hmpg_2019 .middle .join_prop.join_prop_members {
      background: url("/sites/all/themes/acp_scratch/images/background/hmpg_myacp_killion.jpg") center no-repeat; }
  #hmpg_2019 .middle .acp_news {
    padding-left: 1em;
    grid-column: 3;
    grid-row: 1 / span 2; }
    #hmpg_2019 .middle .acp_news h3, #hmpg_2019 .middle .acp_news .limit-search {
      margin-top: .5em;
      display: inline-block; }
    #hmpg_2019 .middle .acp_news .view-header {
      display: none; }
    #hmpg_2019 .middle .acp_news ul.no-style, #hmpg_2019 .middle .acp_news ul.assets_table, #hmpg_2019 .middle .acp_news .node-type-custom .already-a-member .acp-grey-light ul, .node-type-custom .already-a-member .acp-grey-light #hmpg_2019 .middle .acp_news ul, #hmpg_2019 .middle .acp_news .view-news-releases div ul, .view-news-releases div #hmpg_2019 .middle .acp_news ul, #hmpg_2019 .middle .acp_news .view-news-releases-content- > div ul, .view-news-releases-content- > div #hmpg_2019 .middle .acp_news ul, #hmpg_2019 .middle .acp_news .page-forum ul.action-links, .page-forum #hmpg_2019 .middle .acp_news ul.action-links {
      margin: 0;
      padding-bottom: 0; }
      #hmpg_2019 .middle .acp_news ul.no-style li, #hmpg_2019 .middle .acp_news ul.assets_table li, #hmpg_2019 .middle .acp_news .node-type-custom .already-a-member .acp-grey-light ul li, .node-type-custom .already-a-member .acp-grey-light #hmpg_2019 .middle .acp_news ul li, #hmpg_2019 .middle .acp_news .view-news-releases div ul li, .view-news-releases div #hmpg_2019 .middle .acp_news ul li, #hmpg_2019 .middle .acp_news .view-news-releases-content- > div ul li, .view-news-releases-content- > div #hmpg_2019 .middle .acp_news ul li, #hmpg_2019 .middle .acp_news .page-forum ul.action-links li, .page-forum #hmpg_2019 .middle .acp_news ul.action-links li {
        display: block;
        padding: .58em 0; }
        #hmpg_2019 .middle .acp_news ul.no-style li *, #hmpg_2019 .middle .acp_news ul.assets_table li *, #hmpg_2019 .middle .acp_news .node-type-custom .already-a-member .acp-grey-light ul li *, .node-type-custom .already-a-member .acp-grey-light #hmpg_2019 .middle .acp_news ul li *, #hmpg_2019 .middle .acp_news .view-news-releases div ul li *, .view-news-releases div #hmpg_2019 .middle .acp_news ul li *, #hmpg_2019 .middle .acp_news .view-news-releases-content- > div ul li *, .view-news-releases-content- > div #hmpg_2019 .middle .acp_news ul li *, #hmpg_2019 .middle .acp_news .page-forum ul.action-links li *, .page-forum #hmpg_2019 .middle .acp_news ul.action-links li * {
          display: inline;
          line-height: 1.7; }
          #hmpg_2019 .middle .acp_news ul.no-style li * span.field-content, #hmpg_2019 .middle .acp_news ul.assets_table li * span.field-content, #hmpg_2019 .middle .acp_news .node-type-custom .already-a-member .acp-grey-light ul li * span.field-content, .node-type-custom .already-a-member .acp-grey-light #hmpg_2019 .middle .acp_news ul li * span.field-content, #hmpg_2019 .middle .acp_news .view-news-releases div ul li * span.field-content, .view-news-releases div #hmpg_2019 .middle .acp_news ul li * span.field-content, #hmpg_2019 .middle .acp_news .view-news-releases-content- > div ul li * span.field-content, .view-news-releases-content- > div #hmpg_2019 .middle .acp_news ul li * span.field-content, #hmpg_2019 .middle .acp_news .page-forum ul.action-links li * span.field-content, .page-forum #hmpg_2019 .middle .acp_news ul.action-links li * span.field-content {
            color: #747674;
            font-size: 0.875rem;
            line-height: 1.5;
            font-weight: 600; }
  @media (max-width: 960px) and (min-width: 780px) {
    #hmpg_2019 .middle {
      grid-template-rows: 1fr 1fr; }
      #hmpg_2019 .middle .im_proud_profile {
        text-align: center; }
        #hmpg_2019 .middle .im_proud_profile blockquote {
          margin-top: 0em; }
        #hmpg_2019 .middle .im_proud_profile blockquote, #hmpg_2019 .middle .im_proud_profile .btn_container {
          margin-right: 1em; }
        #hmpg_2019 .middle .im_proud_profile .im_proud_profile {
          margin-bottom: 3em; }
        #hmpg_2019 .middle .im_proud_profile .im_proud_image {
          float: none;
          margin-bottom: 0 !important; } }
  @media (max-width: 780px) {
    #hmpg_2019 .middle {
      display: block; }
      #hmpg_2019 .middle > * {
        width: 100%; }
      #hmpg_2019 .middle .im_proud_profile, #hmpg_2019 .middle .im_proud_profile .im_proud_image, #hmpg_2019 .middle .join_prop {
        margin-bottom: 2em; }
      #hmpg_2019 .middle .join_prop .transparent_box {
        margin: 4em 0; } }
  @media (max-width: 480px) {
    #hmpg_2019 .middle .im_proud_profile {
      text-align: center;
      margin-bottom: 3em; }
      #hmpg_2019 .middle .im_proud_profile blockquote, #hmpg_2019 .middle .im_proud_profile .btn_container {
        margin-right: 1em; }
      #hmpg_2019 .middle .im_proud_profile .im_proud_image {
        float: none;
        margin-bottom: 0 !important; }
    #hmpg_2019 .middle .join_prop, #hmpg_2019 .middle .join_prop.join_prop_members {
      background-size: 100%;
      background-position: top; }
      #hmpg_2019 .middle .join_prop .transparent_box, #hmpg_2019 .middle .join_prop.join_prop_members .transparent_box {
        margin: 36vw 0 0 0;
        background-color: #efefef;
        width: 100%; } }
#hmpg_2019 .acp_publications {
  padding: 1em 0;
  display: grid;
  grid-gap: 1em;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: auto 15em; }
  #hmpg_2019 .acp_publications .header {
    grid-column: span 3; }
    #hmpg_2019 .acp_publications .header h3, #hmpg_2019 .acp_publications .header .limit-search {
      margin: .5em 0 0 0;
      display: inline-block; }
  #hmpg_2019 .acp_publications .annals, #hmpg_2019 .acp_publications .hospitalist, #hmpg_2019 .acp_publications .internist {
    background: no-repeat center;
    background-size: auto 100%;
    display: flex;
    overflow: hidden;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out; }
    #hmpg_2019 .acp_publications .annals:hover, #hmpg_2019 .acp_publications .annals:focus, #hmpg_2019 .acp_publications .hospitalist:hover, #hmpg_2019 .acp_publications .hospitalist:focus, #hmpg_2019 .acp_publications .internist:hover, #hmpg_2019 .acp_publications .internist:focus {
      box-shadow: inset 0 0 0 1000px transparent !important;
      background-size: auto 103.5%; }
      #hmpg_2019 .acp_publications .annals:hover h4, #hmpg_2019 .acp_publications .annals:focus h4, #hmpg_2019 .acp_publications .hospitalist:hover h4, #hmpg_2019 .acp_publications .hospitalist:focus h4, #hmpg_2019 .acp_publications .internist:hover h4, #hmpg_2019 .acp_publications .internist:focus h4 {
        text-decoration: underline; }
    #hmpg_2019 .acp_publications .annals .publication_logo, #hmpg_2019 .acp_publications .hospitalist .publication_logo, #hmpg_2019 .acp_publications .internist .publication_logo {
      height: 60px;
      position: absolute;
      width: 32%;
      max-width: 490px;
      background: no-repeat 1em center rgba(255, 255, 255, 0.75); }
    #hmpg_2019 .acp_publications .annals .copy_area, #hmpg_2019 .acp_publications .hospitalist .copy_area, #hmpg_2019 .acp_publications .internist .copy_area {
      align-self: flex-end;
      width: 100%;
      padding: 3em 1em 1em 1em;
      z-index: 2;
      background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjAiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC43NSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
      background-size: 100%;
      background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0.75)));
      background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.75) 100%);
      background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.75) 100%);
      background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.75) 100%); }
      #hmpg_2019 .acp_publications .annals .copy_area h4, #hmpg_2019 .acp_publications .hospitalist .copy_area h4, #hmpg_2019 .acp_publications .internist .copy_area h4 {
        margin: 0;
        color: white; }
  #hmpg_2019 .acp_publications .annals .publication_logo {
    background-image: url("/sites/all/themes/acp_scratch/images/logo_annals.svg");
    background-size: auto 20px; }
    @media (max-width: 960px) and (min-width: 780px) {
      #hmpg_2019 .acp_publications .annals .publication_logo {
        background-size: auto 15px; } }
    @media (max-width: 780px) and (min-width: 630px) {
      #hmpg_2019 .acp_publications .annals .publication_logo {
        background-size: auto 13px; } }
    @media (max-width: 630px) and (min-width: 480px) {
      #hmpg_2019 .acp_publications .annals .publication_logo {
        background-size: auto 16px;
        background-image: url("/sites/all/themes/acp_scratch/images/logo_annals_short.svg"); } }
  #hmpg_2019 .acp_publications .hospitalist .publication_logo {
    background-image: url("/sites/all/themes/acp_scratch/images/logo_hospitalist.svg");
    background-size: auto 30px;
    background-position-y: calc(100% - 13px); }
    @media (max-width: 780px) and (min-width: 630px) {
      #hmpg_2019 .acp_publications .hospitalist .publication_logo {
        background-size: auto 23px;
        background-position-y: calc(100% - 16px); } }
    @media (max-width: 630px) and (min-width: 480px) {
      #hmpg_2019 .acp_publications .hospitalist .publication_logo {
        background-size: auto 17px;
        background-position-y: calc(100% - 19px); } }
  #hmpg_2019 .acp_publications .internist .publication_logo {
    background-image: url("/sites/all/themes/acp_scratch/images/logo_internist.svg");
    background-size: auto 21px; }
    @media (max-width: 780px) and (min-width: 630px) {
      #hmpg_2019 .acp_publications .internist .publication_logo {
        background-size: auto 16px; } }
    @media (max-width: 630px) and (min-width: 480px) {
      #hmpg_2019 .acp_publications .internist .publication_logo {
        background-size: auto 13px; } }
  @media (max-width: 480px) {
    #hmpg_2019 .acp_publications {
      display: block; }
      #hmpg_2019 .acp_publications .annals, #hmpg_2019 .acp_publications .hospitalist, #hmpg_2019 .acp_publications .internist {
        height: 17em;
        margin: 1em 0 0 0; }
        #hmpg_2019 .acp_publications .annals .publication_logo, #hmpg_2019 .acp_publications .hospitalist .publication_logo, #hmpg_2019 .acp_publications .internist .publication_logo {
          height: 60px;
          width: 100%; } }

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  #hmpg_2019 .heroes .container .content > div {
    display: -ms-grid;
    -ms-grid-columns: 1fr 1fr 1fr;
    -ms-grid-rows: 210px 210px; }
    #hmpg_2019 .heroes .container .content > div .hero_1, #hmpg_2019 .heroes .container .content > div .hero_2, #hmpg_2019 .heroes .container .content > div .hero_3 {
      display: -ms-grid;
      -ms-grid-columns: 1fr;
      -ms-grid-rows: 1fr 1fr auto; }
    #hmpg_2019 .heroes .container .content > div .hero_1 {
      -ms-grid-column-span: 2;
      -ms-grid-row-span: 2;
      margin-right: .5em; }
    #hmpg_2019 .heroes .container .content > div .hero_2 {
      -ms-grid-column: 3;
      -ms-grid-row: 1;
      margin-left: .5em;
      margin-bottom: .5em; }
    #hmpg_2019 .heroes .container .content > div .hero_3 {
      -ms-grid-column: 3;
      -ms-grid-row: 2;
      margin-left: .5em;
      margin-top: .5em; }
    #hmpg_2019 .heroes .container .content > div .hero_bkgd {
      -ms-grid-column: 1;
      -ms-grid-row: 1;
      -ms-grid-row-span: 3; }
    #hmpg_2019 .heroes .container .content > div .hero_overlay {
      -ms-grid-column: 1;
      -ms-grid-row: 1;
      -ms-grid-row-span: 3; }
    #hmpg_2019 .heroes .container .content > div .copy_area {
      -ms-grid-column: 1;
      -ms-grid-row: 3; }
    #hmpg_2019 .heroes .container .content > div.two_up .hero_2 {
      -ms-grid-column: 3;
      -ms-grid-row: 1;
      -ms-grid-row-span: 2;
      margin-bottom: 0; } }
  @media all and (-ms-high-contrast: none) and (max-width: 960px), (-ms-high-contrast: active) and (max-width: 960px) {
    #hmpg_2019 .heroes .container .content > div.two_up {
      -ms-grid-rows: 14em; } }
  @media all and (-ms-high-contrast: none) and (max-width: 780px) and (min-width: 480px), (-ms-high-contrast: active) and (max-width: 780px) and (min-width: 480px) {
    #hmpg_2019 .heroes .container .content > div {
      -ms-grid-columns: 1fr 1fr;
      -ms-grid-rows: 420px 210px; }
      #hmpg_2019 .heroes .container .content > div .hero_1 {
        -ms-grid-column: 1;
        -ms-grid-column-span: 2;
        -ms-grid-row: 1;
        -ms-grid-row-span: 1;
        margin: 0 0 .5em 0; }
      #hmpg_2019 .heroes .container .content > div .hero_2 {
        -ms-grid-column: 1;
        -ms-grid-row: 2;
        margin: .5em .5em 0 0; }
      #hmpg_2019 .heroes .container .content > div .hero_3 {
        -ms-grid-column: 2;
        -ms-grid-row: 2;
        margin: .5em 0 0 .5em; }
      #hmpg_2019 .heroes .container .content > div.two_up {
        -ms-grid-columns: 1fr 1fr 1fr;
        -ms-grid-rows: 235px; }
        #hmpg_2019 .heroes .container .content > div.two_up .hero_1 {
          -ms-grid-column: 1;
          -ms-grid-column-span: 2;
          -ms-grid-row: 1;
          margin: 0 .5em 0 0; }
        #hmpg_2019 .heroes .container .content > div.two_up .hero_2 {
          -ms-grid-column: 3;
          -ms-grid-row: 1;
          margin: 0 0 0 .5em; } }
  @media all and (-ms-high-contrast: none) and (max-width: 630px), (-ms-high-contrast: active) and (max-width: 630px) {
    #hmpg_2019 .heroes .container .content > div.two_up {
      -ms-grid-columns: 1fr 1fr;
      -ms-grid-rows: 160px; }
      #hmpg_2019 .heroes .container .content > div.two_up .hero_1 {
        -ms-grid-column: 1;
        -ms-grid-column-span: 1;
        -ms-grid-row: 1; }
      #hmpg_2019 .heroes .container .content > div.two_up .hero_2 {
        -ms-grid-column: 2;
        -ms-grid-row: 1; } }
  @media all and (-ms-high-contrast: none) and (max-width: 480px), (-ms-high-contrast: active) and (max-width: 480px) {
    #hmpg_2019 .heroes .container .content > div {
      display: block; }
      #hmpg_2019 .heroes .container .content > div .hero_1, #hmpg_2019 .heroes .container .content > div .hero_2, #hmpg_2019 .heroes .container .content > div .hero_3 {
        height: 13em; }
      #hmpg_2019 .heroes .container .content > div .hero_1, #hmpg_2019 .heroes .container .content > div .hero_2 {
        margin: 0 0 1em 0; }
      #hmpg_2019 .heroes .container .content > div .hero_3 {
        margin: 0; }
      #hmpg_2019 .heroes .container .content > div.two_up .hero_2 {
        margin-bottom: 0; } }
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  #hmpg_2019 .middle {
    padding: 1em 0;
    display: -ms-grid;
    -ms-grid-columns: 1fr 1fr 1fr;
    -ms-grid-rows: auto auto; }
    #hmpg_2019 .middle .im_proud_profile {
      -ms-grid-column: 1;
      -ms-grid-column-span: 2;
      -ms-grid-row: 1;
      margin-right: .5em;
      margin-bottom: .5em; }
    #hmpg_2019 .middle .join_prop {
      -ms-grid-column: 1;
      -ms-grid-column-span: 2;
      -ms-grid-row: 2;
      margin-right: .5em;
      margin-top: .5em; }
    #hmpg_2019 .middle .acp_news {
      -ms-grid-column: 3;
      -ms-grid-row: 1;
      -ms-grid-row-span: 2;
      margin-left: .5em; } }
  @media all and (-ms-high-contrast: none) and (max-width: 960px) and (min-width: 780px), (-ms-high-contrast: active) and (max-width: 960px) and (min-width: 780px) {
    #hmpg_2019 .middle {
      -ms-grid-rows: 1fr 1fr; } }
  @media all and (-ms-high-contrast: none) and (max-width: 780px), (-ms-high-contrast: active) and (max-width: 780px) {
    #hmpg_2019 .middle {
      display: block; }
      #hmpg_2019 .middle > * {
        width: 100%; }
      #hmpg_2019 .middle .im_proud_profile {
        margin-bottom: 3em; } }
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  #hmpg_2019 .acp_publications {
    display: -ms-grid;
    -ms-grid-columns: 1fr 1fr 1fr;
    -ms-grid-rows: auto 285px; }
    #hmpg_2019 .acp_publications .header {
      -ms-grid-column-span: 3;
      -ms-grid-column: 1;
      -ms-grid-row: 1; }
    #hmpg_2019 .acp_publications .annals {
      margin: 1em .5em 0 0;
      -ms-grid-column: 1;
      -ms-grid-row: 2; }
    #hmpg_2019 .acp_publications .hospitalist {
      margin: 1em .5em 0 .5em;
      -ms-grid-column: 2;
      -ms-grid-row: 2; }
    #hmpg_2019 .acp_publications .internist {
      margin: 1em 0 0 .5em;
      -ms-grid-column: 3;
      -ms-grid-row: 2; } }
  @media all and (-ms-high-contrast: none) and (max-width: 480px), (-ms-high-contrast: active) and (max-width: 480px) {
    #hmpg_2019 .acp_publications {
      display: block; }
      #hmpg_2019 .acp_publications .annals, #hmpg_2019 .acp_publications .hospitalist, #hmpg_2019 .acp_publications .internist {
        height: 17em;
        margin: 1em 0 0 0; } }

.centered-grouping p.intro, .centered-grouping .node-online-learning-center .olc-accordion-container p.olc-disclosures, .node-online-learning-center .olc-accordion-container .centered-grouping p.olc-disclosures, .centered-grouping .node-online-learning-center .olc-accordion-container p.olc-show-notes, .node-online-learning-center .olc-accordion-container .centered-grouping p.olc-show-notes, .centered-grouping .node-online-learning-center #intro-text p.field-item:first-child, .node-online-learning-center #intro-text .centered-grouping p.field-item:first-child {
  margin: 0 auto 1.5em; }
.centered-grouping .grid, .centered-grouping #tabs.vertical > div, .centered-grouping .ui-accordion-content, .centered-grouping .view .ui-accordion .ui-accordion-content, .view .ui-accordion .centered-grouping .ui-accordion-content, .centered-grouping .split3, .centered-grouping .split2, .centered-grouping .page_content, .centered-grouping .field-item, .centered-grouping .node-type-chapter-top-level-page #landing_hero_area, .node-type-chapter-top-level-page .centered-grouping #landing_hero_area, .centered-grouping #landing_hero_2018, .centered-grouping #overall-rating, .centered-grouping .filter-container, .centered-grouping #review-list {
  margin-top: 3em; }
.centered-grouping h5, .centered-grouping .acc-sub-cat, .centered-grouping .search-header, .centered-grouping #landing_hero_2018 h2, #landing_hero_2018 .centered-grouping h2 {
  color: #ffffff; }
.centered-grouping .grid p, .centered-grouping #tabs.vertical > div p, .centered-grouping .ui-accordion-content p, .centered-grouping .view .ui-accordion .ui-accordion-content p, .view .ui-accordion .centered-grouping .ui-accordion-content p, .centered-grouping .split3 p, .centered-grouping .split2 p, .centered-grouping .page_content p, .centered-grouping .field-item p, .centered-grouping .node-type-chapter-top-level-page #landing_hero_area p, .node-type-chapter-top-level-page .centered-grouping #landing_hero_area p, .centered-grouping #landing_hero_2018 p, .centered-grouping #overall-rating p, .centered-grouping .filter-container p, .centered-grouping #review-list p {
  color: #ffffff;
  font-weight: 300; }

@media (max-width: 480px) {
  .flex_align, .node-type-chapter-top-level-page #landing_hero_area .container, .node-type-chapter-top-level-page #landing_hero_area .container .region-hero, .node-type-chapter-top-level-page #landing_hero_area .container .region-hero .content, .node-type-chapter-top-level-page #landing_hero_area .container .region-hero .hero_element, #landing_hero_2018 .container, #landing_hero_2018 .half.hero_bkgd, #landing_hero_2018 .half.hero_bkgd.not_map {
    display: inline-block; }
    .flex_align .col-1-3.interior-padding, .node-type-chapter-top-level-page #landing_hero_area .container .col-1-3.interior-padding, #landing_hero_2018 .container .col-1-3.interior-padding, #landing_hero_2018 .half.hero_bkgd .col-1-3.interior-padding, .flex_align .split3 ul.interior-padding, .split3 .flex_align ul.interior-padding, .node-type-chapter-top-level-page #landing_hero_area .container .split3 ul.interior-padding, .split3 .node-type-chapter-top-level-page #landing_hero_area .container ul.interior-padding, #landing_hero_2018 .container .split3 ul.interior-padding, .split3 #landing_hero_2018 .container ul.interior-padding, #landing_hero_2018 .half.hero_bkgd .split3 ul.interior-padding, .split3 #landing_hero_2018 .half.hero_bkgd ul.interior-padding, .flex_align .split3 .interior-padding.col1, .split3 .flex_align .interior-padding.col1, .node-type-chapter-top-level-page #landing_hero_area .container .split3 .interior-padding.col1, .split3 .node-type-chapter-top-level-page #landing_hero_area .container .interior-padding.col1, #landing_hero_2018 .container .split3 .interior-padding.col1, .split3 #landing_hero_2018 .container .interior-padding.col1, #landing_hero_2018 .half.hero_bkgd .split3 .interior-padding.col1, .split3 #landing_hero_2018 .half.hero_bkgd .interior-padding.col1, .flex_align .split3 .interior-padding.col2, .split3 .flex_align .interior-padding.col2, .node-type-chapter-top-level-page #landing_hero_area .container .split3 .interior-padding.col2, .split3 .node-type-chapter-top-level-page #landing_hero_area .container .interior-padding.col2, #landing_hero_2018 .container .split3 .interior-padding.col2, .split3 #landing_hero_2018 .container .interior-padding.col2, #landing_hero_2018 .half.hero_bkgd .split3 .interior-padding.col2, .split3 #landing_hero_2018 .half.hero_bkgd .interior-padding.col2, .flex_align .split3 .interior-padding.col3, .split3 .flex_align .interior-padding.col3, .node-type-chapter-top-level-page #landing_hero_area .container .split3 .interior-padding.col3, .split3 .node-type-chapter-top-level-page #landing_hero_area .container .interior-padding.col3, #landing_hero_2018 .container .split3 .interior-padding.col3, .split3 #landing_hero_2018 .container .interior-padding.col3, #landing_hero_2018 .half.hero_bkgd .split3 .interior-padding.col3, .split3 #landing_hero_2018 .half.hero_bkgd .interior-padding.col3 {
      padding: 0.3em 1.3em !important; } }
.node-type-custom #page-title {
  display: none; }
.node-type-custom h1 {
  margin-top: 1.5em; }
.node-type-custom .breadcrumb {
  position: absolute; }
.node-type-custom .page_content #main {
  width: 100%; }
.node-type-custom .membership-join-acp h2 {
  text-align: center; }
.node-type-custom .membership-join-acp input[type="email"],
.node-type-custom .membership-join-acp label.fancy select.form-control {
  width: 100%; }
.node-type-custom .membership-join-acp input[type="submit"] {
  margin: 2em 17% 0 17%;
  width: 66%; }
.node-type-custom .annual-dues .card {
  background-color: transparent;
  border: 0;
  box-shadow: none;
  padding: 0; }
.node-type-custom .annual-dues .col-1-2:first-of-type, .node-type-custom .annual-dues .split2 ul:first-of-type, .split2 .node-type-custom .annual-dues ul:first-of-type, .node-type-custom .annual-dues .split2 .col1:first-of-type, .split2 .node-type-custom .annual-dues .col1:first-of-type, .node-type-custom .annual-dues .split2 .col2:first-of-type, .split2 .node-type-custom .annual-dues .col2:first-of-type, .node-type-custom .annual-dues #myacp-header .login-panel .my-interests:first-of-type, #myacp-header .login-panel .node-type-custom .annual-dues .my-interests:first-of-type, .node-type-custom .annual-dues #myacp-header .myacp-panel .my-interests:first-of-type, #myacp-header .myacp-panel .node-type-custom .annual-dues .my-interests:first-of-type, .node-type-custom .annual-dues #myacp-header .login-panel .my-account:first-of-type, #myacp-header .login-panel .node-type-custom .annual-dues .my-account:first-of-type, .node-type-custom .annual-dues #myacp-header .myacp-panel .my-account:first-of-type, #myacp-header .myacp-panel .node-type-custom .annual-dues .my-account:first-of-type {
  padding-left: 3em; }
.node-type-custom .annual-dues .col-1-2:last-of-type, .node-type-custom .annual-dues .split2 ul:last-of-type, .split2 .node-type-custom .annual-dues ul:last-of-type, .node-type-custom .annual-dues .split2 .col1:last-of-type, .split2 .node-type-custom .annual-dues .col1:last-of-type, .node-type-custom .annual-dues .split2 .col2:last-of-type, .split2 .node-type-custom .annual-dues .col2:last-of-type, .node-type-custom .annual-dues #myacp-header .login-panel .my-interests:last-of-type, #myacp-header .login-panel .node-type-custom .annual-dues .my-interests:last-of-type, .node-type-custom .annual-dues #myacp-header .myacp-panel .my-interests:last-of-type, #myacp-header .myacp-panel .node-type-custom .annual-dues .my-interests:last-of-type, .node-type-custom .annual-dues #myacp-header .login-panel .my-account:last-of-type, #myacp-header .login-panel .node-type-custom .annual-dues .my-account:last-of-type, .node-type-custom .annual-dues #myacp-header .myacp-panel .my-account:last-of-type, #myacp-header .myacp-panel .node-type-custom .annual-dues .my-account:last-of-type {
  padding-right: 2em; }
.node-type-custom .annual-dues .col-full .small {
  position: relative;
  bottom: 2px; }
.node-type-custom .annual-dues sup.small {
  right: 5px;
  vertical-align: super; }
  .node-type-custom .annual-dues sup.small a {
    cursor: pointer;
    display: inline-block; }
.node-type-custom .annual-dues .tip {
  margin: 0; }
@media (min-width: 1280px) {
  .node-type-custom .annual-dues .col-1-2:first-of-type, .node-type-custom .annual-dues .split2 ul:first-of-type, .split2 .node-type-custom .annual-dues ul:first-of-type, .node-type-custom .annual-dues .split2 .col1:first-of-type, .split2 .node-type-custom .annual-dues .col1:first-of-type, .node-type-custom .annual-dues .split2 .col2:first-of-type, .split2 .node-type-custom .annual-dues .col2:first-of-type, .node-type-custom .annual-dues #myacp-header .login-panel .my-interests:first-of-type, #myacp-header .login-panel .node-type-custom .annual-dues .my-interests:first-of-type, .node-type-custom .annual-dues #myacp-header .myacp-panel .my-interests:first-of-type, #myacp-header .myacp-panel .node-type-custom .annual-dues .my-interests:first-of-type, .node-type-custom .annual-dues #myacp-header .login-panel .my-account:first-of-type, #myacp-header .login-panel .node-type-custom .annual-dues .my-account:first-of-type, .node-type-custom .annual-dues #myacp-header .myacp-panel .my-account:first-of-type, #myacp-header .myacp-panel .node-type-custom .annual-dues .my-account:first-of-type {
    padding-left: 2.5em; } }
@media (max-width: 960px) {
  .node-type-custom .annual-dues .col-1-2:first-of-type, .node-type-custom .annual-dues .split2 ul:first-of-type, .split2 .node-type-custom .annual-dues ul:first-of-type, .node-type-custom .annual-dues .split2 .col1:first-of-type, .split2 .node-type-custom .annual-dues .col1:first-of-type, .node-type-custom .annual-dues .split2 .col2:first-of-type, .split2 .node-type-custom .annual-dues .col2:first-of-type, .node-type-custom .annual-dues #myacp-header .login-panel .my-interests:first-of-type, #myacp-header .login-panel .node-type-custom .annual-dues .my-interests:first-of-type, .node-type-custom .annual-dues #myacp-header .myacp-panel .my-interests:first-of-type, #myacp-header .myacp-panel .node-type-custom .annual-dues .my-interests:first-of-type, .node-type-custom .annual-dues #myacp-header .login-panel .my-account:first-of-type, #myacp-header .login-panel .node-type-custom .annual-dues .my-account:first-of-type, .node-type-custom .annual-dues #myacp-header .myacp-panel .my-account:first-of-type, #myacp-header .myacp-panel .node-type-custom .annual-dues .my-account:first-of-type,
  .node-type-custom .annual-dues .col-1-2:last-of-type,
  .node-type-custom .annual-dues .split2 ul:last-of-type,
  .split2 .node-type-custom .annual-dues ul:last-of-type,
  .node-type-custom .annual-dues .split2 .col1:last-of-type,
  .split2 .node-type-custom .annual-dues .col1:last-of-type,
  .node-type-custom .annual-dues .split2 .col2:last-of-type,
  .split2 .node-type-custom .annual-dues .col2:last-of-type,
  .node-type-custom .annual-dues #myacp-header .login-panel .my-interests:last-of-type,
  #myacp-header .login-panel .node-type-custom .annual-dues .my-interests:last-of-type,
  .node-type-custom .annual-dues #myacp-header .myacp-panel .my-interests:last-of-type,
  #myacp-header .myacp-panel .node-type-custom .annual-dues .my-interests:last-of-type,
  .node-type-custom .annual-dues #myacp-header .login-panel .my-account:last-of-type,
  #myacp-header .login-panel .node-type-custom .annual-dues .my-account:last-of-type,
  .node-type-custom .annual-dues #myacp-header .myacp-panel .my-account:last-of-type,
  #myacp-header .myacp-panel .node-type-custom .annual-dues .my-account:last-of-type {
    border: 0;
    float: none;
    padding: 0;
    width: 100%; }
  .node-type-custom .annual-dues .small a {
    font-size: 100%;
    display: inline-block; } }
@media (min-width: 960px) and (max-width: 1280px) {
  .node-type-custom .annual-dues .col-1-2:first-of-type, .node-type-custom .annual-dues .split2 ul:first-of-type, .split2 .node-type-custom .annual-dues ul:first-of-type, .node-type-custom .annual-dues .split2 .col1:first-of-type, .split2 .node-type-custom .annual-dues .col1:first-of-type, .node-type-custom .annual-dues .split2 .col2:first-of-type, .split2 .node-type-custom .annual-dues .col2:first-of-type, .node-type-custom .annual-dues #myacp-header .login-panel .my-interests:first-of-type, #myacp-header .login-panel .node-type-custom .annual-dues .my-interests:first-of-type, .node-type-custom .annual-dues #myacp-header .myacp-panel .my-interests:first-of-type, #myacp-header .myacp-panel .node-type-custom .annual-dues .my-interests:first-of-type, .node-type-custom .annual-dues #myacp-header .login-panel .my-account:first-of-type, #myacp-header .login-panel .node-type-custom .annual-dues .my-account:first-of-type, .node-type-custom .annual-dues #myacp-header .myacp-panel .my-account:first-of-type, #myacp-header .myacp-panel .node-type-custom .annual-dues .my-account:first-of-type {
    padding-left: 0; }
  .node-type-custom .annual-dues .col-1-2:last-of-type, .node-type-custom .annual-dues .split2 ul:last-of-type, .split2 .node-type-custom .annual-dues ul:last-of-type, .node-type-custom .annual-dues .split2 .col1:last-of-type, .split2 .node-type-custom .annual-dues .col1:last-of-type, .node-type-custom .annual-dues .split2 .col2:last-of-type, .split2 .node-type-custom .annual-dues .col2:last-of-type, .node-type-custom .annual-dues #myacp-header .login-panel .my-interests:last-of-type, #myacp-header .login-panel .node-type-custom .annual-dues .my-interests:last-of-type, .node-type-custom .annual-dues #myacp-header .myacp-panel .my-interests:last-of-type, #myacp-header .myacp-panel .node-type-custom .annual-dues .my-interests:last-of-type, .node-type-custom .annual-dues #myacp-header .login-panel .my-account:last-of-type, #myacp-header .login-panel .node-type-custom .annual-dues .my-account:last-of-type, .node-type-custom .annual-dues #myacp-header .myacp-panel .my-account:last-of-type, #myacp-header .myacp-panel .node-type-custom .annual-dues .my-account:last-of-type {
    padding-right: 0; } }
@media (max-width: 630px) {
  .node-type-custom .annual-dues .col-1-2:first-of-type, .node-type-custom .annual-dues .split2 ul:first-of-type, .split2 .node-type-custom .annual-dues ul:first-of-type, .node-type-custom .annual-dues .split2 .col1:first-of-type, .split2 .node-type-custom .annual-dues .col1:first-of-type, .node-type-custom .annual-dues .split2 .col2:first-of-type, .split2 .node-type-custom .annual-dues .col2:first-of-type, .node-type-custom .annual-dues #myacp-header .login-panel .my-interests:first-of-type, #myacp-header .login-panel .node-type-custom .annual-dues .my-interests:first-of-type, .node-type-custom .annual-dues #myacp-header .myacp-panel .my-interests:first-of-type, #myacp-header .myacp-panel .node-type-custom .annual-dues .my-interests:first-of-type, .node-type-custom .annual-dues #myacp-header .login-panel .my-account:first-of-type, #myacp-header .login-panel .node-type-custom .annual-dues .my-account:first-of-type, .node-type-custom .annual-dues #myacp-header .myacp-panel .my-account:first-of-type, #myacp-header .myacp-panel .node-type-custom .annual-dues .my-account:first-of-type,
  .node-type-custom .annual-dues .col-1-2:last-of-type,
  .node-type-custom .annual-dues .split2 ul:last-of-type,
  .split2 .node-type-custom .annual-dues ul:last-of-type,
  .node-type-custom .annual-dues .split2 .col1:last-of-type,
  .split2 .node-type-custom .annual-dues .col1:last-of-type,
  .node-type-custom .annual-dues .split2 .col2:last-of-type,
  .split2 .node-type-custom .annual-dues .col2:last-of-type,
  .node-type-custom .annual-dues #myacp-header .login-panel .my-interests:last-of-type,
  #myacp-header .login-panel .node-type-custom .annual-dues .my-interests:last-of-type,
  .node-type-custom .annual-dues #myacp-header .myacp-panel .my-interests:last-of-type,
  #myacp-header .myacp-panel .node-type-custom .annual-dues .my-interests:last-of-type,
  .node-type-custom .annual-dues #myacp-header .login-panel .my-account:last-of-type,
  #myacp-header .login-panel .node-type-custom .annual-dues .my-account:last-of-type,
  .node-type-custom .annual-dues #myacp-header .myacp-panel .my-account:last-of-type,
  #myacp-header .myacp-panel .node-type-custom .annual-dues .my-account:last-of-type {
    float: left;
    width: 50%; }
    .node-type-custom .annual-dues .col-1-2:first-of-type sup.small, .node-type-custom .annual-dues .split2 ul:first-of-type sup.small, .split2 .node-type-custom .annual-dues ul:first-of-type sup.small, .node-type-custom .annual-dues .split2 .col1:first-of-type sup.small, .split2 .node-type-custom .annual-dues .col1:first-of-type sup.small, .node-type-custom .annual-dues .split2 .col2:first-of-type sup.small, .split2 .node-type-custom .annual-dues .col2:first-of-type sup.small, .node-type-custom .annual-dues #myacp-header .login-panel .my-interests:first-of-type sup.small, #myacp-header .login-panel .node-type-custom .annual-dues .my-interests:first-of-type sup.small, .node-type-custom .annual-dues #myacp-header .myacp-panel .my-interests:first-of-type sup.small, #myacp-header .myacp-panel .node-type-custom .annual-dues .my-interests:first-of-type sup.small, .node-type-custom .annual-dues #myacp-header .login-panel .my-account:first-of-type sup.small, #myacp-header .login-panel .node-type-custom .annual-dues .my-account:first-of-type sup.small, .node-type-custom .annual-dues #myacp-header .myacp-panel .my-account:first-of-type sup.small, #myacp-header .myacp-panel .node-type-custom .annual-dues .my-account:first-of-type sup.small,
    .node-type-custom .annual-dues .col-1-2:last-of-type sup.small,
    .node-type-custom .annual-dues .split2 ul:last-of-type sup.small,
    .split2 .node-type-custom .annual-dues ul:last-of-type sup.small,
    .node-type-custom .annual-dues .split2 .col1:last-of-type sup.small,
    .split2 .node-type-custom .annual-dues .col1:last-of-type sup.small,
    .node-type-custom .annual-dues .split2 .col2:last-of-type sup.small,
    .split2 .node-type-custom .annual-dues .col2:last-of-type sup.small,
    .node-type-custom .annual-dues #myacp-header .login-panel .my-interests:last-of-type sup.small,
    #myacp-header .login-panel .node-type-custom .annual-dues .my-interests:last-of-type sup.small,
    .node-type-custom .annual-dues #myacp-header .myacp-panel .my-interests:last-of-type sup.small,
    #myacp-header .myacp-panel .node-type-custom .annual-dues .my-interests:last-of-type sup.small,
    .node-type-custom .annual-dues #myacp-header .login-panel .my-account:last-of-type sup.small,
    #myacp-header .login-panel .node-type-custom .annual-dues .my-account:last-of-type sup.small,
    .node-type-custom .annual-dues #myacp-header .myacp-panel .my-account:last-of-type sup.small,
    #myacp-header .myacp-panel .node-type-custom .annual-dues .my-account:last-of-type sup.small {
      right: 1px;
      vertical-align: middle;
      font-size: 100%;
      top: -3px; }
  .node-type-custom .annual-dues .col-1-2:first-of-type, .node-type-custom .annual-dues .split2 ul:first-of-type, .split2 .node-type-custom .annual-dues ul:first-of-type, .node-type-custom .annual-dues .split2 .col1:first-of-type, .split2 .node-type-custom .annual-dues .col1:first-of-type, .node-type-custom .annual-dues .split2 .col2:first-of-type, .split2 .node-type-custom .annual-dues .col2:first-of-type, .node-type-custom .annual-dues #myacp-header .login-panel .my-interests:first-of-type, #myacp-header .login-panel .node-type-custom .annual-dues .my-interests:first-of-type, .node-type-custom .annual-dues #myacp-header .myacp-panel .my-interests:first-of-type, #myacp-header .myacp-panel .node-type-custom .annual-dues .my-interests:first-of-type, .node-type-custom .annual-dues #myacp-header .login-panel .my-account:first-of-type, #myacp-header .login-panel .node-type-custom .annual-dues .my-account:first-of-type, .node-type-custom .annual-dues #myacp-header .myacp-panel .my-account:first-of-type, #myacp-header .myacp-panel .node-type-custom .annual-dues .my-account:first-of-type {
    border-right: 2px dotted #b5b7b4;
    padding-left: 6em; }
  .node-type-custom .annual-dues .col-1-2:last-of-type, .node-type-custom .annual-dues .split2 ul:last-of-type, .split2 .node-type-custom .annual-dues ul:last-of-type, .node-type-custom .annual-dues .split2 .col1:last-of-type, .split2 .node-type-custom .annual-dues .col1:last-of-type, .node-type-custom .annual-dues .split2 .col2:last-of-type, .split2 .node-type-custom .annual-dues .col2:last-of-type, .node-type-custom .annual-dues #myacp-header .login-panel .my-interests:last-of-type, #myacp-header .login-panel .node-type-custom .annual-dues .my-interests:last-of-type, .node-type-custom .annual-dues #myacp-header .myacp-panel .my-interests:last-of-type, #myacp-header .myacp-panel .node-type-custom .annual-dues .my-interests:last-of-type, .node-type-custom .annual-dues #myacp-header .login-panel .my-account:last-of-type, #myacp-header .login-panel .node-type-custom .annual-dues .my-account:last-of-type, .node-type-custom .annual-dues #myacp-header .myacp-panel .my-account:last-of-type, #myacp-header .myacp-panel .node-type-custom .annual-dues .my-account:last-of-type {
    padding-right: 6em; } }
.node-type-custom .already-a-member .acp-grey-light {
  padding: 1em 1em 3em; }
  .node-type-custom .already-a-member .acp-grey-light h4 {
    text-align: center; }
  .node-type-custom .already-a-member .acp-grey-light ul {
    margin: 0 auto;
    width: 180px;
    max-width: 100%; }
    .node-type-custom .already-a-member .acp-grey-light ul li a i, .node-type-custom .already-a-member .acp-grey-light ul li a .views-field-topic-icon span:before, .views-field-topic-icon .node-type-custom .already-a-member .acp-grey-light ul li a span:before,
    .node-type-custom .already-a-member .acp-grey-light ul li a .forum-list-icon span span:before,
    .forum-list-icon span .node-type-custom .already-a-member .acp-grey-light ul li a span:before, .node-type-custom .already-a-member .acp-grey-light ul li a .forum-topic-legend div:before, .forum-topic-legend .node-type-custom .already-a-member .acp-grey-light ul li a div:before,
    .node-type-custom .already-a-member .acp-grey-light ul li a .forum-list-icon-legend span span:before,
    .forum-list-icon-legend span .node-type-custom .already-a-member .acp-grey-light ul li a span:before, .node-type-custom .already-a-member .acp-grey-light ul li a tr.even td.forum-list-icon-default .forum-list-icon-wrapper span:before, tr.even td.forum-list-icon-default .forum-list-icon-wrapper .node-type-custom .already-a-member .acp-grey-light ul li a span:before, .node-type-custom .already-a-member .acp-grey-light ul li a tr.odd td.forum-list-icon-default .forum-list-icon-wrapper span:before, tr.odd td.forum-list-icon-default .forum-list-icon-wrapper .node-type-custom .already-a-member .acp-grey-light ul li a span:before, .node-type-custom .already-a-member .acp-grey-light ul li a .forum-list-icon-legend .forum-list-icon-default:before, .forum-list-icon-legend .node-type-custom .already-a-member .acp-grey-light ul li a .forum-list-icon-default:before, .node-type-custom .already-a-member .acp-grey-light ul li a tr.even td.forum-list-icon-new-posts .forum-list-icon-wrapper span:before, tr.even td.forum-list-icon-new-posts .forum-list-icon-wrapper .node-type-custom .already-a-member .acp-grey-light ul li a span:before, .node-type-custom .already-a-member .acp-grey-light ul li a tr.odd td.forum-list-icon-new-posts .forum-list-icon-wrapper span:before, tr.odd td.forum-list-icon-new-posts .forum-list-icon-wrapper .node-type-custom .already-a-member .acp-grey-light ul li a span:before, .node-type-custom .already-a-member .acp-grey-light ul li a .forum-list-icon-legend .forum-list-icon-new-posts:before, .forum-list-icon-legend .node-type-custom .already-a-member .acp-grey-light ul li a .forum-list-icon-new-posts:before {
      padding-right: .5em; }
.node-type-custom #accordion, .node-type-custom #accordion-inactive {
  border-top: 5px solid #8e908f; }

.membership-hero {
  background: url("/sites/default/files/images/membership_doctors_1.jpg") right bottom no-repeat transparent;
  display: inline-block;
  width: 100%;
  padding-top: 2em; }
  @media (max-width: 1280px) {
    .membership-hero {
      background-position: right -150px bottom; } }
  @media (max-width: 960px) {
    .membership-hero {
      background-position: right -300px bottom; } }
  @media (max-width: 780px) {
    .membership-hero {
      background-size: 55% auto;
      background-position: right bottom; } }
  @media (max-width: 630px) {
    .membership-hero {
      background-size: 115% auto;
      background-position: right -300px bottom; } }
  @media (max-width: 480px) {
    .membership-hero {
      background: none; } }

.membership-hero-2 {
  background: url("/sites/default/files/images/membership/membership_img_18.jpg") right bottom no-repeat transparent;
  display: inline-block;
  width: 100%;
  padding-top: 2em; }
  @media (max-width: 1460px) {
    .membership-hero-2 {
      background-position: right -200px center; } }
  @media (max-width: 1155px) {
    .membership-hero-2 {
      background-position: right -300px center; } }
  @media (max-width: 900px) {
    .membership-hero-2 {
      background-position: top center;
      background-size: 100%; }
      .membership-hero-2 .col-1-2, .membership-hero-2 .split2 ul, .split2 .membership-hero-2 ul, .membership-hero-2 .split2 .col1, .split2 .membership-hero-2 .col1, .membership-hero-2 .split2 .col2, .split2 .membership-hero-2 .col2, .membership-hero-2 #myacp-header .login-panel .my-interests, #myacp-header .login-panel .membership-hero-2 .my-interests, .membership-hero-2 #myacp-header .myacp-panel .my-interests, #myacp-header .myacp-panel .membership-hero-2 .my-interests, .membership-hero-2 #myacp-header .login-panel .my-account, #myacp-header .login-panel .membership-hero-2 .my-account, .membership-hero-2 #myacp-header .myacp-panel .my-account, #myacp-header .myacp-panel .membership-hero-2 .my-account {
        margin-top: 15em;
        background-color: white;
        width: 100%; } }
  @media (max-width: 550px) {
    .membership-hero-2 .col-1-2, .membership-hero-2 .split2 ul, .split2 .membership-hero-2 ul, .membership-hero-2 .split2 .col1, .split2 .membership-hero-2 .col1, .membership-hero-2 .split2 .col2, .split2 .membership-hero-2 .col2, .membership-hero-2 #myacp-header .login-panel .my-interests, #myacp-header .login-panel .membership-hero-2 .my-interests, .membership-hero-2 #myacp-header .myacp-panel .my-interests, #myacp-header .myacp-panel .membership-hero-2 .my-interests, .membership-hero-2 #myacp-header .login-panel .my-account, #myacp-header .login-panel .membership-hero-2 .my-account, .membership-hero-2 #myacp-header .myacp-panel .my-account, #myacp-header .myacp-panel .membership-hero-2 .my-account {
      margin-top: 10em; } }

.membership-types + .sticky-wrapper .join-follow.stuck {
  -moz-box-shadow: 0 0 15px 5px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 0 0 15px 5px rgba(0, 0, 0, 0.25);
  box-shadow: 0 0 15px 5px rgba(0, 0, 0, 0.25); }

.join-follow {
  right: 2em;
  left: auto;
  width: 310px;
  text-align: center;
  background: #fff;
  padding: 1em;
  border-radius: 0 0 20px 20px;
  -moz-box-shadow: 0 0 15px 5px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 0 0 15px 5px rgba(0, 0, 0, 0.25);
  box-shadow: 0 0 15px 5px rgba(0, 0, 0, 0.25); }
  .join-follow.stuck {
    right: 2em;
    left: auto;
    padding: 1em; }
  @media (max-width: 780px) {
    .join-follow {
      width: 100%;
      margin-top: -5em;
      box-shadow: none;
      background: none; }
      .join-follow.stuck {
        font-size: 0.875rem;
        line-height: 1.5;
        border-radius: 0;
        right: 0;
        left: 0;
        padding: 0 1em;
        min-height: 62px; }
        .join-follow.stuck p {
          display: inline-block; }
          .join-follow.stuck p:first-of-type {
            margin-right: .5em;
            margin-bottom: 0; }
        .join-follow.stuck a.button.large, .join-follow.stuck #main .node-webform a.large.button_blue, #main .node-webform .join-follow.stuck a.large.button_blue, .join-follow.stuck #main .node-webform a.large.button_green, #main .node-webform .join-follow.stuck a.large.button_green, .join-follow.stuck #main .node-webform a.large.button_remove, #main .node-webform .join-follow.stuck a.large.button_remove, .join-follow.stuck .joyride-tip-guide .joyride-content-wrapper a.large.joyride-next-tip, .joyride-tip-guide .joyride-content-wrapper .join-follow.stuck a.large.joyride-next-tip, .join-follow.stuck .page-forum ul.action-links li a.large.subscription, .page-forum ul.action-links li .join-follow.stuck a.large.subscription {
          font-size: 1rem;
          line-height: 1.25; } }
      @media screen and (max-width: 780px) and (min-width: 780px) {
        .join-follow.stuck a.button.large, .join-follow.stuck #main .node-webform a.large.button_blue, #main .node-webform .join-follow.stuck a.large.button_blue, .join-follow.stuck #main .node-webform a.large.button_green, #main .node-webform .join-follow.stuck a.large.button_green, .join-follow.stuck #main .node-webform a.large.button_remove, #main .node-webform .join-follow.stuck a.large.button_remove, .join-follow.stuck .joyride-tip-guide .joyride-content-wrapper a.large.joyride-next-tip, .joyride-tip-guide .joyride-content-wrapper .join-follow.stuck a.large.joyride-next-tip, .join-follow.stuck .page-forum ul.action-links li a.large.subscription, .page-forum ul.action-links li .join-follow.stuck a.large.subscription {
          font-size: 1.375rem;
          line-height: 1.25; } }
      @media screen and (max-width: 780px) and (min-width: 1280px) {
        .join-follow.stuck a.button.large, .join-follow.stuck #main .node-webform a.large.button_blue, #main .node-webform .join-follow.stuck a.large.button_blue, .join-follow.stuck #main .node-webform a.large.button_green, #main .node-webform .join-follow.stuck a.large.button_green, .join-follow.stuck #main .node-webform a.large.button_remove, #main .node-webform .join-follow.stuck a.large.button_remove, .join-follow.stuck .joyride-tip-guide .joyride-content-wrapper a.large.joyride-next-tip, .joyride-tip-guide .joyride-content-wrapper .join-follow.stuck a.large.joyride-next-tip, .join-follow.stuck .page-forum ul.action-links li a.large.subscription, .page-forum ul.action-links li .join-follow.stuck a.large.subscription {
          font-size: 1.5rem;
          line-height: 1.25; } }

  @media (min-width: 780px) and (max-width: 960px) {
    .join-follow {
      position: fixed;
      top: 122px;
      width: 250px; }
      .join-follow a.button.large, .join-follow #main .node-webform a.large.button_blue, #main .node-webform .join-follow a.large.button_blue, .join-follow #main .node-webform a.large.button_green, #main .node-webform .join-follow a.large.button_green, .join-follow #main .node-webform a.large.button_remove, #main .node-webform .join-follow a.large.button_remove, .join-follow .joyride-tip-guide .joyride-content-wrapper a.large.joyride-next-tip, .joyride-tip-guide .joyride-content-wrapper .join-follow a.large.joyride-next-tip, .join-follow .page-forum ul.action-links li a.large.subscription, .page-forum ul.action-links li .join-follow a.large.subscription {
        font-size: 1rem;
        line-height: 1.25; } }
    @media screen and (min-width: 780px) and (max-width: 960px) and (min-width: 780px) {
      .join-follow a.button.large, .join-follow #main .node-webform a.large.button_blue, #main .node-webform .join-follow a.large.button_blue, .join-follow #main .node-webform a.large.button_green, #main .node-webform .join-follow a.large.button_green, .join-follow #main .node-webform a.large.button_remove, #main .node-webform .join-follow a.large.button_remove, .join-follow .joyride-tip-guide .joyride-content-wrapper a.large.joyride-next-tip, .joyride-tip-guide .joyride-content-wrapper .join-follow a.large.joyride-next-tip, .join-follow .page-forum ul.action-links li a.large.subscription, .page-forum ul.action-links li .join-follow a.large.subscription {
        font-size: 1.375rem;
        line-height: 1.25; } }
    @media screen and (min-width: 780px) and (max-width: 960px) and (min-width: 1280px) {
      .join-follow a.button.large, .join-follow #main .node-webform a.large.button_blue, #main .node-webform .join-follow a.large.button_blue, .join-follow #main .node-webform a.large.button_green, #main .node-webform .join-follow a.large.button_green, .join-follow #main .node-webform a.large.button_remove, #main .node-webform .join-follow a.large.button_remove, .join-follow .joyride-tip-guide .joyride-content-wrapper a.large.joyride-next-tip, .joyride-tip-guide .joyride-content-wrapper .join-follow a.large.joyride-next-tip, .join-follow .page-forum ul.action-links li a.large.subscription, .page-forum ul.action-links li .join-follow a.large.subscription {
        font-size: 1.5rem;
        line-height: 1.25; } }

  @media (min-width: 960px) {
    .join-follow {
      position: fixed;
      top: 122px; } }

@media (min-width: 960px) {
  .membership-types + .sticky-wrapper {
    height: 0 !important; } }
.field-item .full-width.pull-forward-from-sticky, .field-item .node-type-chapter-top-level-page .pull-forward-from-sticky#landing_hero_area, .node-type-chapter-top-level-page .field-item .pull-forward-from-sticky#landing_hero_area, .field-item .pull-forward-from-sticky#landing_hero_2018, .field-item .node-type-homepage .pull-forward-from-sticky.hero_full, .node-type-homepage .field-item .pull-forward-from-sticky.hero_full {
  z-index: 99;
  position: relative;
  box-shadow: 0 0 3em 3em white;
  margin-bottom: 3em; }

.field-item .full-width.membership-types, .field-item .node-type-chapter-top-level-page .membership-types#landing_hero_area, .node-type-chapter-top-level-page .field-item .membership-types#landing_hero_area, .field-item .membership-types#landing_hero_2018, .field-item .node-type-homepage .membership-types.hero_full, .node-type-homepage .field-item .membership-types.hero_full {
  margin-top: 0;
  padding-top: 2em;
  background-color: #EDEEEC;
  background-repeat: no-repeat;
  background-position: center center; }
  .field-item .full-width.membership-types .col-2-3, .field-item .node-type-chapter-top-level-page .membership-types#landing_hero_area .col-2-3, .node-type-chapter-top-level-page .field-item .membership-types#landing_hero_area .col-2-3, .field-item .membership-types#landing_hero_2018 .col-2-3, .field-item .node-type-homepage .membership-types.hero_full .col-2-3, .node-type-homepage .field-item .membership-types.hero_full .col-2-3, .field-item .full-width.membership-types .page_content section#main, .page_content .field-item .full-width.membership-types section#main, .field-item .node-type-chapter-top-level-page .membership-types#landing_hero_area .page_content section#main, .page_content .field-item .node-type-chapter-top-level-page .membership-types#landing_hero_area section#main, .node-type-chapter-top-level-page .field-item .membership-types#landing_hero_area .page_content section#main, .page_content .node-type-chapter-top-level-page .field-item .membership-types#landing_hero_area section#main, .field-item .membership-types#landing_hero_2018 .page_content section#main, .page_content .field-item .membership-types#landing_hero_2018 section#main, .field-item .node-type-homepage .membership-types.hero_full .page_content section#main, .page_content .field-item .node-type-homepage .membership-types.hero_full section#main, .node-type-homepage .field-item .membership-types.hero_full .page_content section#main, .page_content .node-type-homepage .field-item .membership-types.hero_full section#main {
    padding-right: 3em;
    text-shadow: #ffffff 0px 0px 5px; }
    @media (max-width: 780px) {
      .field-item .full-width.membership-types .col-2-3, .field-item .node-type-chapter-top-level-page .membership-types#landing_hero_area .col-2-3, .node-type-chapter-top-level-page .field-item .membership-types#landing_hero_area .col-2-3, .field-item .membership-types#landing_hero_2018 .col-2-3, .field-item .node-type-homepage .membership-types.hero_full .col-2-3, .node-type-homepage .field-item .membership-types.hero_full .col-2-3, .field-item .full-width.membership-types .page_content section#main, .page_content .field-item .full-width.membership-types section#main, .field-item .node-type-chapter-top-level-page .membership-types#landing_hero_area .page_content section#main, .page_content .field-item .node-type-chapter-top-level-page .membership-types#landing_hero_area section#main, .node-type-chapter-top-level-page .field-item .membership-types#landing_hero_area .page_content section#main, .page_content .node-type-chapter-top-level-page .field-item .membership-types#landing_hero_area section#main, .field-item .membership-types#landing_hero_2018 .page_content section#main, .page_content .field-item .membership-types#landing_hero_2018 section#main, .field-item .node-type-homepage .membership-types.hero_full .page_content section#main, .page_content .field-item .node-type-homepage .membership-types.hero_full section#main, .node-type-homepage .field-item .membership-types.hero_full .page_content section#main, .page_content .node-type-homepage .field-item .membership-types.hero_full section#main {
        padding-right: 1em;
        text-align: center; } }
  .field-item .full-width.membership-types .col-1-3, .field-item .node-type-chapter-top-level-page .membership-types#landing_hero_area .col-1-3, .node-type-chapter-top-level-page .field-item .membership-types#landing_hero_area .col-1-3, .field-item .membership-types#landing_hero_2018 .col-1-3, .field-item .node-type-homepage .membership-types.hero_full .col-1-3, .node-type-homepage .field-item .membership-types.hero_full .col-1-3, .field-item .full-width.membership-types .split3 ul, .split3 .field-item .full-width.membership-types ul, .field-item .node-type-chapter-top-level-page .membership-types#landing_hero_area .split3 ul, .split3 .field-item .node-type-chapter-top-level-page .membership-types#landing_hero_area ul, .node-type-chapter-top-level-page .field-item .membership-types#landing_hero_area .split3 ul, .split3 .node-type-chapter-top-level-page .field-item .membership-types#landing_hero_area ul, .field-item .membership-types#landing_hero_2018 .split3 ul, .split3 .field-item .membership-types#landing_hero_2018 ul, .field-item .node-type-homepage .membership-types.hero_full .split3 ul, .split3 .field-item .node-type-homepage .membership-types.hero_full ul, .node-type-homepage .field-item .membership-types.hero_full .split3 ul, .split3 .node-type-homepage .field-item .membership-types.hero_full ul, .field-item .full-width.membership-types .split3 .col1, .split3 .field-item .full-width.membership-types .col1, .field-item .node-type-chapter-top-level-page .membership-types#landing_hero_area .split3 .col1, .split3 .field-item .node-type-chapter-top-level-page .membership-types#landing_hero_area .col1, .node-type-chapter-top-level-page .field-item .membership-types#landing_hero_area .split3 .col1, .split3 .node-type-chapter-top-level-page .field-item .membership-types#landing_hero_area .col1, .field-item .membership-types#landing_hero_2018 .split3 .col1, .split3 .field-item .membership-types#landing_hero_2018 .col1, .field-item .node-type-homepage .membership-types.hero_full .split3 .col1, .split3 .field-item .node-type-homepage .membership-types.hero_full .col1, .node-type-homepage .field-item .membership-types.hero_full .split3 .col1, .split3 .node-type-homepage .field-item .membership-types.hero_full .col1, .field-item .full-width.membership-types .split3 .col2, .split3 .field-item .full-width.membership-types .col2, .field-item .node-type-chapter-top-level-page .membership-types#landing_hero_area .split3 .col2, .split3 .field-item .node-type-chapter-top-level-page .membership-types#landing_hero_area .col2, .node-type-chapter-top-level-page .field-item .membership-types#landing_hero_area .split3 .col2, .split3 .node-type-chapter-top-level-page .field-item .membership-types#landing_hero_area .col2, .field-item .membership-types#landing_hero_2018 .split3 .col2, .split3 .field-item .membership-types#landing_hero_2018 .col2, .field-item .node-type-homepage .membership-types.hero_full .split3 .col2, .split3 .field-item .node-type-homepage .membership-types.hero_full .col2, .node-type-homepage .field-item .membership-types.hero_full .split3 .col2, .split3 .node-type-homepage .field-item .membership-types.hero_full .col2, .field-item .full-width.membership-types .split3 .col3, .split3 .field-item .full-width.membership-types .col3, .field-item .node-type-chapter-top-level-page .membership-types#landing_hero_area .split3 .col3, .split3 .field-item .node-type-chapter-top-level-page .membership-types#landing_hero_area .col3, .node-type-chapter-top-level-page .field-item .membership-types#landing_hero_area .split3 .col3, .split3 .node-type-chapter-top-level-page .field-item .membership-types#landing_hero_area .col3, .field-item .membership-types#landing_hero_2018 .split3 .col3, .split3 .field-item .membership-types#landing_hero_2018 .col3, .field-item .node-type-homepage .membership-types.hero_full .split3 .col3, .split3 .field-item .node-type-homepage .membership-types.hero_full .col3, .node-type-homepage .field-item .membership-types.hero_full .split3 .col3, .split3 .node-type-homepage .field-item .membership-types.hero_full .col3 {
    text-align: center; }
  @media (max-width: 780px) {
    .field-item .full-width.membership-types, .field-item .node-type-chapter-top-level-page .membership-types#landing_hero_area, .node-type-chapter-top-level-page .field-item .membership-types#landing_hero_area, .field-item .membership-types#landing_hero_2018, .field-item .node-type-homepage .membership-types.hero_full, .node-type-homepage .field-item .membership-types.hero_full {
      background-position: bottom center; } }
  .field-item .full-width.membership-types.physicians-bg, .field-item .node-type-chapter-top-level-page .membership-types.physicians-bg#landing_hero_area, .node-type-chapter-top-level-page .field-item .membership-types.physicians-bg#landing_hero_area, .field-item .membership-types.physicians-bg#landing_hero_2018, .field-item .node-type-homepage .membership-types.physicians-bg.hero_full, .node-type-homepage .field-item .membership-types.physicians-bg.hero_full {
    background-image: url("../images/background/hero_physicians.jpg"); }
  .field-item .full-width.membership-types.residents-bg, .field-item .node-type-chapter-top-level-page .membership-types.residents-bg#landing_hero_area, .node-type-chapter-top-level-page .field-item .membership-types.residents-bg#landing_hero_area, .field-item .membership-types.residents-bg#landing_hero_2018, .field-item .node-type-homepage .membership-types.residents-bg.hero_full, .node-type-homepage .field-item .membership-types.residents-bg.hero_full {
    background-image: url("../images/background/hero_residents.jpg"); }
  .field-item .full-width.membership-types.students-bg, .field-item .node-type-chapter-top-level-page .membership-types.students-bg#landing_hero_area, .node-type-chapter-top-level-page .field-item .membership-types.students-bg#landing_hero_area, .field-item .membership-types.students-bg#landing_hero_2018, .field-item .node-type-homepage .membership-types.students-bg.hero_full, .node-type-homepage .field-item .membership-types.students-bg.hero_full {
    background-image: url("../images/background/hero_students.jpg"); }
  .field-item .full-width.membership-types.international-bg, .field-item .node-type-chapter-top-level-page .membership-types.international-bg#landing_hero_area, .node-type-chapter-top-level-page .field-item .membership-types.international-bg#landing_hero_area, .field-item .membership-types.international-bg#landing_hero_2018, .field-item .node-type-homepage .membership-types.international-bg.hero_full, .node-type-homepage .field-item .membership-types.international-bg.hero_full {
    background-image: url("../images/background/hero_international.jpg"); }
  .field-item .full-width.membership-types.nurses-bg, .field-item .node-type-chapter-top-level-page .membership-types.nurses-bg#landing_hero_area, .node-type-chapter-top-level-page .field-item .membership-types.nurses-bg#landing_hero_area, .field-item .membership-types.nurses-bg#landing_hero_2018, .field-item .node-type-homepage .membership-types.nurses-bg.hero_full, .node-type-homepage .field-item .membership-types.nurses-bg.hero_full {
    background-image: url("../images/background/hero_nurses.jpg");
    background-color: #C8D0D2; }
  .field-item .full-width.membership-types.affiliate-bg, .field-item .node-type-chapter-top-level-page .membership-types.affiliate-bg#landing_hero_area, .node-type-chapter-top-level-page .field-item .membership-types.affiliate-bg#landing_hero_area, .field-item .membership-types.affiliate-bg#landing_hero_2018, .field-item .node-type-homepage .membership-types.affiliate-bg.hero_full, .node-type-homepage .field-item .membership-types.affiliate-bg.hero_full {
    background-image: url("../images/background/hero_affiliate.jpg"); }
  .field-item .full-width.membership-types.transitional-bg, .field-item .node-type-chapter-top-level-page .membership-types.transitional-bg#landing_hero_area, .node-type-chapter-top-level-page .field-item .membership-types.transitional-bg#landing_hero_area, .field-item .membership-types.transitional-bg#landing_hero_2018, .field-item .node-type-homepage .membership-types.transitional-bg.hero_full, .node-type-homepage .field-item .membership-types.transitional-bg.hero_full {
    background-image: url("../images/background/hero_transition.png"); }

.jump-tabs {
  display: -webkit-box !important;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box !important;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox !important;
  /* TWEENER - IE 10 */
  display: -webkit-flex !important;
  /* NEW - Chrome */
  display: flex !important;
  align-items: stretch;
  margin: 0 auto; }
  .jump-tabs * {
    text-align: center;
    width: 100%; }
  .jump-tabs i, .jump-tabs .views-field-topic-icon span:before, .views-field-topic-icon .jump-tabs span:before,
  .jump-tabs .forum-list-icon span span:before,
  .forum-list-icon span .jump-tabs span:before, .jump-tabs .forum-topic-legend div:before, .forum-topic-legend .jump-tabs div:before,
  .jump-tabs .forum-list-icon-legend span span:before,
  .forum-list-icon-legend span .jump-tabs span:before, .jump-tabs tr.even td.forum-list-icon-default .forum-list-icon-wrapper span:before, tr.even td.forum-list-icon-default .forum-list-icon-wrapper .jump-tabs span:before, .jump-tabs tr.odd td.forum-list-icon-default .forum-list-icon-wrapper span:before, tr.odd td.forum-list-icon-default .forum-list-icon-wrapper .jump-tabs span:before, .jump-tabs .forum-list-icon-legend .forum-list-icon-default:before, .forum-list-icon-legend .jump-tabs .forum-list-icon-default:before, .jump-tabs tr.even td.forum-list-icon-new-posts .forum-list-icon-wrapper span:before, tr.even td.forum-list-icon-new-posts .forum-list-icon-wrapper .jump-tabs span:before, .jump-tabs tr.odd td.forum-list-icon-new-posts .forum-list-icon-wrapper span:before, tr.odd td.forum-list-icon-new-posts .forum-list-icon-wrapper .jump-tabs span:before, .jump-tabs .forum-list-icon-legend .forum-list-icon-new-posts:before, .forum-list-icon-legend .jump-tabs .forum-list-icon-new-posts:before {
    font-size: 1.625rem;
    line-height: 1.154; }
    @media screen and (min-width: 780px) {
      .jump-tabs i, .jump-tabs .views-field-topic-icon span:before, .views-field-topic-icon .jump-tabs span:before,
      .jump-tabs .forum-list-icon span span:before,
      .forum-list-icon span .jump-tabs span:before, .jump-tabs .forum-topic-legend div:before, .forum-topic-legend .jump-tabs div:before,
      .jump-tabs .forum-list-icon-legend span span:before,
      .forum-list-icon-legend span .jump-tabs span:before, .jump-tabs tr.even td.forum-list-icon-default .forum-list-icon-wrapper span:before, tr.even td.forum-list-icon-default .forum-list-icon-wrapper .jump-tabs span:before, .jump-tabs tr.odd td.forum-list-icon-default .forum-list-icon-wrapper span:before, tr.odd td.forum-list-icon-default .forum-list-icon-wrapper .jump-tabs span:before, .jump-tabs .forum-list-icon-legend .forum-list-icon-default:before, .forum-list-icon-legend .jump-tabs .forum-list-icon-default:before, .jump-tabs tr.even td.forum-list-icon-new-posts .forum-list-icon-wrapper span:before, tr.even td.forum-list-icon-new-posts .forum-list-icon-wrapper .jump-tabs span:before, .jump-tabs tr.odd td.forum-list-icon-new-posts .forum-list-icon-wrapper span:before, tr.odd td.forum-list-icon-new-posts .forum-list-icon-wrapper .jump-tabs span:before, .jump-tabs .forum-list-icon-legend .forum-list-icon-new-posts:before, .forum-list-icon-legend .jump-tabs .forum-list-icon-new-posts:before {
        font-size: 2rem;
        line-height: 1.25; } }
    @media screen and (min-width: 960px) {
      .jump-tabs i, .jump-tabs .views-field-topic-icon span:before, .views-field-topic-icon .jump-tabs span:before,
      .jump-tabs .forum-list-icon span span:before,
      .forum-list-icon span .jump-tabs span:before, .jump-tabs .forum-topic-legend div:before, .forum-topic-legend .jump-tabs div:before,
      .jump-tabs .forum-list-icon-legend span span:before,
      .forum-list-icon-legend span .jump-tabs span:before, .jump-tabs tr.even td.forum-list-icon-default .forum-list-icon-wrapper span:before, tr.even td.forum-list-icon-default .forum-list-icon-wrapper .jump-tabs span:before, .jump-tabs tr.odd td.forum-list-icon-default .forum-list-icon-wrapper span:before, tr.odd td.forum-list-icon-default .forum-list-icon-wrapper .jump-tabs span:before, .jump-tabs .forum-list-icon-legend .forum-list-icon-default:before, .forum-list-icon-legend .jump-tabs .forum-list-icon-default:before, .jump-tabs tr.even td.forum-list-icon-new-posts .forum-list-icon-wrapper span:before, tr.even td.forum-list-icon-new-posts .forum-list-icon-wrapper .jump-tabs span:before, .jump-tabs tr.odd td.forum-list-icon-new-posts .forum-list-icon-wrapper span:before, tr.odd td.forum-list-icon-new-posts .forum-list-icon-wrapper .jump-tabs span:before, .jump-tabs .forum-list-icon-legend .forum-list-icon-new-posts:before, .forum-list-icon-legend .jump-tabs .forum-list-icon-new-posts:before {
        font-size: 2.25rem;
        line-height: 1.25; } }
  .jump-tabs h5, .jump-tabs .acc-sub-cat, .jump-tabs .search-header, .jump-tabs #landing_hero_2018 h2, #landing_hero_2018 .jump-tabs h2 {
    margin-top: 0; }
  .jump-tabs a {
    display: -webkit-box !important;
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box !important;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox !important;
    /* TWEENER - IE 10 */
    display: -webkit-flex !important;
    /* NEW - Chrome */
    display: flex !important;
    align-items: stretch; }
  .jump-tabs a > div {
    padding-top: 1em !important;
    padding-bottom: 1em !important;
    margin-top: -1em;
    margin-bottom: 0;
    border-top: 4px solid transparent; }
    .jump-tabs a > div:hover {
      background-color: #e5e5e5; }
  @media (max-width: 780px) {
    .jump-tabs p {
      height: 0;
      margin: 0;
      visibility: hidden; } }
  @media (max-width: 480px) {
    .jump-tabs a {
      display: block;
      width: 25%; }
    .jump-tabs a > div {
      display: block;
      width: 100%; }
    .jump-tabs h5, .jump-tabs .acc-sub-cat, .jump-tabs .search-header, .jump-tabs #landing_hero_2018 h2, #landing_hero_2018 .jump-tabs h2 {
      display: none; } }

#jump-green * {
  color: #007e66; }
#jump-green:hover, #jump-green.active {
  border-top: 4px solid #007e66; }

#jump-red * {
  color: #dc291e; }
#jump-red:hover, #jump-red.active {
  border-top: 4px solid #dc291e; }

#jump-orange *, #jump-magenta * {
  color: #d21146; }
#jump-orange:hover, #jump-orange.active, #jump-magenta:hover, #jump-magenta.active {
  border-top: 4px solid #d21146; }

#jump-blue * {
  color: #0063be; }
#jump-blue:hover, #jump-blue.active {
  border-top: 4px solid #0063be; }

#jump-violet * {
  color: #702785; }
#jump-violet:hover, #jump-violet.active {
  border-top: 4px solid #702785; }

#jump-blue-mksap * {
  color: #00327B; }
#jump-blue-mksap:hover, #jump-blue-mksap.active {
  border-top: 4px solid #00327B; }

.full-width.border, .node-type-chapter-top-level-page .border#landing_hero_area, .border#landing_hero_2018, .node-type-homepage .border.hero_full {
  height: 4px;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0; }

.membership_sections {
  padding-left: 5em;
  position: relative;
  margin-bottom: 3em; }
  @media (max-width: 480px) {
    .membership_sections {
      padding-left: 1em; } }
  .membership_sections h2.thin, .membership_sections .node-type-custom .membership-join-acp h2, .node-type-custom .membership-join-acp .membership_sections h2 {
    font-size: 2rem;
    line-height: 1.25; }
    @media screen and (min-width: 780px) {
      .membership_sections h2.thin, .membership_sections .node-type-custom .membership-join-acp h2, .node-type-custom .membership-join-acp .membership_sections h2 {
        font-size: 2.5rem;
        line-height: 1.125; } }
    @media screen and (min-width: 960px) {
      .membership_sections h2.thin, .membership_sections .node-type-custom .membership-join-acp h2, .node-type-custom .membership-join-acp .membership_sections h2 {
        font-size: 3rem;
        line-height: 1.25; } }
    @media (max-width: 480px) {
      .membership_sections h2.thin, .membership_sections .node-type-custom .membership-join-acp h2, .node-type-custom .membership-join-acp .membership_sections h2 {
        margin-left: 1.5em !important; } }
  .membership_sections h2 > i, .membership_sections .views-field-topic-icon h2 > span:before, .views-field-topic-icon .membership_sections h2 > span:before,
  .membership_sections .forum-list-icon span h2 > span:before,
  .forum-list-icon span .membership_sections h2 > span:before, .membership_sections .forum-topic-legend h2 > div:before, .forum-topic-legend .membership_sections h2 > div:before,
  .membership_sections .forum-list-icon-legend span h2 > span:before,
  .forum-list-icon-legend span .membership_sections h2 > span:before, .membership_sections tr.even td.forum-list-icon-default .forum-list-icon-wrapper h2 > span:before, tr.even td.forum-list-icon-default .forum-list-icon-wrapper .membership_sections h2 > span:before, .membership_sections tr.odd td.forum-list-icon-default .forum-list-icon-wrapper h2 > span:before, tr.odd td.forum-list-icon-default .forum-list-icon-wrapper .membership_sections h2 > span:before, .membership_sections .forum-list-icon-legend h2 > .forum-list-icon-default:before, .forum-list-icon-legend .membership_sections h2 > .forum-list-icon-default:before, .membership_sections tr.even td.forum-list-icon-new-posts .forum-list-icon-wrapper h2 > span:before, tr.even td.forum-list-icon-new-posts .forum-list-icon-wrapper .membership_sections h2 > span:before, .membership_sections tr.odd td.forum-list-icon-new-posts .forum-list-icon-wrapper h2 > span:before, tr.odd td.forum-list-icon-new-posts .forum-list-icon-wrapper .membership_sections h2 > span:before, .membership_sections .forum-list-icon-legend h2 > .forum-list-icon-new-posts:before, .forum-list-icon-legend .membership_sections h2 > .forum-list-icon-new-posts:before {
    margin-left: -1.5em;
    position: absolute;
    font-size: 2rem;
    line-height: 1.25; }
    @media screen and (min-width: 780px) {
      .membership_sections h2 > i, .membership_sections .views-field-topic-icon h2 > span:before, .views-field-topic-icon .membership_sections h2 > span:before,
      .membership_sections .forum-list-icon span h2 > span:before,
      .forum-list-icon span .membership_sections h2 > span:before, .membership_sections .forum-topic-legend h2 > div:before, .forum-topic-legend .membership_sections h2 > div:before,
      .membership_sections .forum-list-icon-legend span h2 > span:before,
      .forum-list-icon-legend span .membership_sections h2 > span:before, .membership_sections tr.even td.forum-list-icon-default .forum-list-icon-wrapper h2 > span:before, tr.even td.forum-list-icon-default .forum-list-icon-wrapper .membership_sections h2 > span:before, .membership_sections tr.odd td.forum-list-icon-default .forum-list-icon-wrapper h2 > span:before, tr.odd td.forum-list-icon-default .forum-list-icon-wrapper .membership_sections h2 > span:before, .membership_sections .forum-list-icon-legend h2 > .forum-list-icon-default:before, .forum-list-icon-legend .membership_sections h2 > .forum-list-icon-default:before, .membership_sections tr.even td.forum-list-icon-new-posts .forum-list-icon-wrapper h2 > span:before, tr.even td.forum-list-icon-new-posts .forum-list-icon-wrapper .membership_sections h2 > span:before, .membership_sections tr.odd td.forum-list-icon-new-posts .forum-list-icon-wrapper h2 > span:before, tr.odd td.forum-list-icon-new-posts .forum-list-icon-wrapper .membership_sections h2 > span:before, .membership_sections .forum-list-icon-legend h2 > .forum-list-icon-new-posts:before, .forum-list-icon-legend .membership_sections h2 > .forum-list-icon-new-posts:before {
        font-size: 2.5rem;
        line-height: 1.125; } }
    @media screen and (min-width: 960px) {
      .membership_sections h2 > i, .membership_sections .views-field-topic-icon h2 > span:before, .views-field-topic-icon .membership_sections h2 > span:before,
      .membership_sections .forum-list-icon span h2 > span:before,
      .forum-list-icon span .membership_sections h2 > span:before, .membership_sections .forum-topic-legend h2 > div:before, .forum-topic-legend .membership_sections h2 > div:before,
      .membership_sections .forum-list-icon-legend span h2 > span:before,
      .forum-list-icon-legend span .membership_sections h2 > span:before, .membership_sections tr.even td.forum-list-icon-default .forum-list-icon-wrapper h2 > span:before, tr.even td.forum-list-icon-default .forum-list-icon-wrapper .membership_sections h2 > span:before, .membership_sections tr.odd td.forum-list-icon-default .forum-list-icon-wrapper h2 > span:before, tr.odd td.forum-list-icon-default .forum-list-icon-wrapper .membership_sections h2 > span:before, .membership_sections .forum-list-icon-legend h2 > .forum-list-icon-default:before, .forum-list-icon-legend .membership_sections h2 > .forum-list-icon-default:before, .membership_sections tr.even td.forum-list-icon-new-posts .forum-list-icon-wrapper h2 > span:before, tr.even td.forum-list-icon-new-posts .forum-list-icon-wrapper .membership_sections h2 > span:before, .membership_sections tr.odd td.forum-list-icon-new-posts .forum-list-icon-wrapper h2 > span:before, tr.odd td.forum-list-icon-new-posts .forum-list-icon-wrapper .membership_sections h2 > span:before, .membership_sections .forum-list-icon-legend h2 > .forum-list-icon-new-posts:before, .forum-list-icon-legend .membership_sections h2 > .forum-list-icon-new-posts:before {
        font-size: 3rem;
        line-height: 1.25; } }
  .membership_sections .grid, .membership_sections #tabs.vertical > div, .membership_sections .ui-accordion-content, .membership_sections .view .ui-accordion .ui-accordion-content, .view .ui-accordion .membership_sections .ui-accordion-content, .membership_sections .split3, .membership_sections .split2, .membership_sections .page_content, .membership_sections .field-item, .membership_sections .node-type-chapter-top-level-page #landing_hero_area, .node-type-chapter-top-level-page .membership_sections #landing_hero_area, .membership_sections #landing_hero_2018, .membership_sections #overall-rating, .membership_sections .filter-container, .membership_sections #review-list,
  .membership_sections .grid > .tight,
  .membership_sections #tabs.vertical > div > .tight,
  .membership_sections .ui-accordion-content > .tight,
  .membership_sections .view .ui-accordion .ui-accordion-content > .tight,
  .membership_sections .split3 > .tight,
  .membership_sections .split2 > .tight,
  .membership_sections .page_content > .tight,
  .membership_sections .field-item > .tight,
  .membership_sections .node-type-chapter-top-level-page #landing_hero_area > .tight,
  .node-type-chapter-top-level-page .membership_sections #landing_hero_area > .tight,
  .membership_sections #landing_hero_2018 > .tight,
  .membership_sections #overall-rating > .tight,
  .membership_sections .filter-container > .tight,
  .membership_sections #review-list > .tight {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: stretch;
    align-items: stretch;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap; }
  .membership_sections .grid > div > div, .membership_sections #tabs.vertical > div > div > div, .membership_sections .ui-accordion-content > div > div, .membership_sections .view .ui-accordion .ui-accordion-content > div > div, .view .ui-accordion .membership_sections .ui-accordion-content > div > div, .membership_sections .split3 > div > div, .membership_sections .split2 > div > div, .membership_sections .page_content > div > div, .membership_sections .field-item > div > div, .membership_sections .node-type-chapter-top-level-page #landing_hero_area > div > div, .node-type-chapter-top-level-page .membership_sections #landing_hero_area > div > div, .membership_sections #landing_hero_2018 > div > div, .membership_sections #overall-rating > div > div, .membership_sections .filter-container > div > div, .membership_sections #review-list > div > div {
    padding-bottom: 3.5em; }
  .membership_sections .grid > div p, .membership_sections #tabs.vertical > div > div p, .membership_sections .ui-accordion-content > div p, .membership_sections .view .ui-accordion .ui-accordion-content > div p, .view .ui-accordion .membership_sections .ui-accordion-content > div p, .membership_sections .split3 > div p, .membership_sections .split2 > div p, .membership_sections .page_content > div p, .membership_sections .field-item > div p, .membership_sections .node-type-chapter-top-level-page #landing_hero_area > div p, .node-type-chapter-top-level-page .membership_sections #landing_hero_area > div p, .membership_sections #landing_hero_2018 > div p, .membership_sections #overall-rating > div p, .membership_sections .filter-container > div p, .membership_sections #review-list > div p {
    color: #f5f5f5; }
  .membership_sections .grid .tight div > a.opener, .membership_sections #tabs.vertical > div .tight div > a.opener, .membership_sections .ui-accordion-content .tight div > a.opener, .membership_sections .split3 .tight div > a.opener, .membership_sections .split2 .tight div > a.opener, .membership_sections .page_content .tight div > a.opener, .membership_sections .field-item .tight div > a.opener, .membership_sections .node-type-chapter-top-level-page #landing_hero_area .tight div > a.opener, .node-type-chapter-top-level-page .membership_sections #landing_hero_area .tight div > a.opener, .membership_sections #landing_hero_2018 .tight div > a.opener, .membership_sections #overall-rating .tight div > a.opener, .membership_sections .filter-container .tight div > a.opener, .membership_sections #review-list .tight div > a.opener {
    color: #ffffff;
    opacity: .5;
    font-size: 1.625rem;
    line-height: 1.154;
    position: absolute;
    bottom: 0.5em; }
    @media screen and (min-width: 780px) {
      .membership_sections .grid .tight div > a.opener, .membership_sections #tabs.vertical > div .tight div > a.opener, .membership_sections .ui-accordion-content .tight div > a.opener, .membership_sections .split3 .tight div > a.opener, .membership_sections .split2 .tight div > a.opener, .membership_sections .page_content .tight div > a.opener, .membership_sections .field-item .tight div > a.opener, .membership_sections .node-type-chapter-top-level-page #landing_hero_area .tight div > a.opener, .node-type-chapter-top-level-page .membership_sections #landing_hero_area .tight div > a.opener, .membership_sections #landing_hero_2018 .tight div > a.opener, .membership_sections #overall-rating .tight div > a.opener, .membership_sections .filter-container .tight div > a.opener, .membership_sections #review-list .tight div > a.opener {
        font-size: 2rem;
        line-height: 1.25; } }
    @media screen and (min-width: 960px) {
      .membership_sections .grid .tight div > a.opener, .membership_sections #tabs.vertical > div .tight div > a.opener, .membership_sections .ui-accordion-content .tight div > a.opener, .membership_sections .split3 .tight div > a.opener, .membership_sections .split2 .tight div > a.opener, .membership_sections .page_content .tight div > a.opener, .membership_sections .field-item .tight div > a.opener, .membership_sections .node-type-chapter-top-level-page #landing_hero_area .tight div > a.opener, .node-type-chapter-top-level-page .membership_sections #landing_hero_area .tight div > a.opener, .membership_sections #landing_hero_2018 .tight div > a.opener, .membership_sections #overall-rating .tight div > a.opener, .membership_sections .filter-container .tight div > a.opener, .membership_sections #review-list .tight div > a.opener {
        font-size: 2.25rem;
        line-height: 1.25; } }
    .membership_sections .grid .tight div > a.opener:hover, .membership_sections #tabs.vertical > div .tight div > a.opener:hover, .membership_sections .ui-accordion-content .tight div > a.opener:hover, .membership_sections .split3 .tight div > a.opener:hover, .membership_sections .split2 .tight div > a.opener:hover, .membership_sections .page_content .tight div > a.opener:hover, .membership_sections .field-item .tight div > a.opener:hover, .membership_sections .node-type-chapter-top-level-page #landing_hero_area .tight div > a.opener:hover, .node-type-chapter-top-level-page .membership_sections #landing_hero_area .tight div > a.opener:hover, .membership_sections #landing_hero_2018 .tight div > a.opener:hover, .membership_sections #overall-rating .tight div > a.opener:hover, .membership_sections .filter-container .tight div > a.opener:hover, .membership_sections #review-list .tight div > a.opener:hover {
      opacity: 1; }
  .membership_sections .grid .tight h4, .membership_sections #tabs.vertical > div .tight h4, .membership_sections .ui-accordion-content .tight h4, .membership_sections .split3 .tight h4, .membership_sections .split2 .tight h4, .membership_sections .page_content .tight h4, .membership_sections .field-item .tight h4, .membership_sections .node-type-chapter-top-level-page #landing_hero_area .tight h4, .node-type-chapter-top-level-page .membership_sections #landing_hero_area .tight h4, .membership_sections #landing_hero_2018 .tight h4, .membership_sections #overall-rating .tight h4, .membership_sections .filter-container .tight h4, .membership_sections #review-list .tight h4,
  .membership_sections .grid .tight h4 > a,
  .membership_sections #tabs.vertical > div .tight h4 > a,
  .membership_sections .ui-accordion-content .tight h4 > a,
  .membership_sections .split3 .tight h4 > a,
  .membership_sections .split2 .tight h4 > a,
  .membership_sections .page_content .tight h4 > a,
  .membership_sections .field-item .tight h4 > a,
  .membership_sections .node-type-chapter-top-level-page #landing_hero_area .tight h4 > a,
  .node-type-chapter-top-level-page .membership_sections #landing_hero_area .tight h4 > a,
  .membership_sections #landing_hero_2018 .tight h4 > a,
  .membership_sections #overall-rating .tight h4 > a,
  .membership_sections .filter-container .tight h4 > a,
  .membership_sections #review-list .tight h4 > a {
    color: #ffffff;
    margin-top: 0;
    font-weight: 300;
    font-size: 1.625rem; }
    .membership_sections .grid .tight h4 sup a, .membership_sections #tabs.vertical > div .tight h4 sup a, .membership_sections .ui-accordion-content .tight h4 sup a, .membership_sections .split3 .tight h4 sup a, .membership_sections .split2 .tight h4 sup a, .membership_sections .page_content .tight h4 sup a, .membership_sections .field-item .tight h4 sup a, .membership_sections .node-type-chapter-top-level-page #landing_hero_area .tight h4 sup a, .node-type-chapter-top-level-page .membership_sections #landing_hero_area .tight h4 sup a, .membership_sections #landing_hero_2018 .tight h4 sup a, .membership_sections #overall-rating .tight h4 sup a, .membership_sections .filter-container .tight h4 sup a, .membership_sections #review-list .tight h4 sup a,
    .membership_sections .grid .tight h4 > a sup a,
    .membership_sections #tabs.vertical > div .tight h4 > a sup a,
    .membership_sections .ui-accordion-content .tight h4 > a sup a,
    .membership_sections .split3 .tight h4 > a sup a,
    .membership_sections .split2 .tight h4 > a sup a,
    .membership_sections .page_content .tight h4 > a sup a,
    .membership_sections .field-item .tight h4 > a sup a,
    .membership_sections .node-type-chapter-top-level-page #landing_hero_area .tight h4 > a sup a,
    .node-type-chapter-top-level-page .membership_sections #landing_hero_area .tight h4 > a sup a,
    .membership_sections #landing_hero_2018 .tight h4 > a sup a,
    .membership_sections #overall-rating .tight h4 > a sup a,
    .membership_sections .filter-container .tight h4 > a sup a,
    .membership_sections #review-list .tight h4 > a sup a {
      color: #ffffff; }
  @media (max-width: 780px) {
    .membership_sections .grid > .tight:last-of-type, .membership_sections #tabs.vertical > div > .tight:last-of-type, .membership_sections .ui-accordion-content > .tight:last-of-type, .membership_sections .view .ui-accordion .ui-accordion-content > .tight:last-of-type, .membership_sections .split3 > .tight:last-of-type, .membership_sections .split2 > .tight:last-of-type, .membership_sections .page_content > .tight:last-of-type, .membership_sections .field-item > .tight:last-of-type, .membership_sections .node-type-chapter-top-level-page #landing_hero_area > .tight:last-of-type, .node-type-chapter-top-level-page .membership_sections #landing_hero_area > .tight:last-of-type, .membership_sections #landing_hero_2018 > .tight:last-of-type, .membership_sections #overall-rating > .tight:last-of-type, .membership_sections .filter-container > .tight:last-of-type, .membership_sections #review-list > .tight:last-of-type {
      padding-right: 1em; }
    .membership_sections a {
      bottom: 0;
      position: relative; } }
  @media (max-width: 480px) {
    .membership_sections .grid > .tight, .membership_sections #tabs.vertical > div > .tight, .membership_sections .ui-accordion-content > .tight, .membership_sections .view .ui-accordion .ui-accordion-content > .tight, .membership_sections .split3 > .tight, .membership_sections .split2 > .tight, .membership_sections .page_content > .tight, .membership_sections .field-item > .tight, .membership_sections .node-type-chapter-top-level-page #landing_hero_area > .tight, .node-type-chapter-top-level-page .membership_sections #landing_hero_area > .tight, .membership_sections #landing_hero_2018 > .tight, .membership_sections #overall-rating > .tight, .membership_sections .filter-container > .tight, .membership_sections #review-list > .tight {
      margin-bottom: 1em; } }

#section-green h2 > i, #section-green .views-field-topic-icon h2 > span:before, .views-field-topic-icon #section-green h2 > span:before,
#section-green .forum-list-icon span h2 > span:before,
.forum-list-icon span #section-green h2 > span:before, #section-green .forum-topic-legend h2 > div:before, .forum-topic-legend #section-green h2 > div:before,
#section-green .forum-list-icon-legend span h2 > span:before,
.forum-list-icon-legend span #section-green h2 > span:before, #section-green tr.even td.forum-list-icon-default .forum-list-icon-wrapper h2 > span:before, tr.even td.forum-list-icon-default .forum-list-icon-wrapper #section-green h2 > span:before, #section-green tr.odd td.forum-list-icon-default .forum-list-icon-wrapper h2 > span:before, tr.odd td.forum-list-icon-default .forum-list-icon-wrapper #section-green h2 > span:before, #section-green .forum-list-icon-legend h2 > .forum-list-icon-default:before, .forum-list-icon-legend #section-green h2 > .forum-list-icon-default:before, #section-green tr.even td.forum-list-icon-new-posts .forum-list-icon-wrapper h2 > span:before, tr.even td.forum-list-icon-new-posts .forum-list-icon-wrapper #section-green h2 > span:before, #section-green tr.odd td.forum-list-icon-new-posts .forum-list-icon-wrapper h2 > span:before, tr.odd td.forum-list-icon-new-posts .forum-list-icon-wrapper #section-green h2 > span:before, #section-green .forum-list-icon-legend h2 > .forum-list-icon-new-posts:before, .forum-list-icon-legend #section-green h2 > .forum-list-icon-new-posts:before {
  color: #007e66; }
#section-green .grid > div > div, #section-green #tabs.vertical > div > div > div, #section-green .ui-accordion-content > div > div, #section-green .split3 > div > div, #section-green .split2 > div > div, #section-green .page_content > div > div, #section-green .field-item > div > div, #section-green .node-type-chapter-top-level-page #landing_hero_area > div > div, .node-type-chapter-top-level-page #section-green #landing_hero_area > div > div, #section-green #landing_hero_2018 > div > div, #section-green #overall-rating > div > div, #section-green .filter-container > div > div, #section-green #review-list > div > div {
  background-color: #007e66; }

#section-red h2 > i, #section-red .views-field-topic-icon h2 > span:before, .views-field-topic-icon #section-red h2 > span:before,
#section-red .forum-list-icon span h2 > span:before,
.forum-list-icon span #section-red h2 > span:before, #section-red .forum-topic-legend h2 > div:before, .forum-topic-legend #section-red h2 > div:before,
#section-red .forum-list-icon-legend span h2 > span:before,
.forum-list-icon-legend span #section-red h2 > span:before, #section-red tr.even td.forum-list-icon-default .forum-list-icon-wrapper h2 > span:before, tr.even td.forum-list-icon-default .forum-list-icon-wrapper #section-red h2 > span:before, #section-red tr.odd td.forum-list-icon-default .forum-list-icon-wrapper h2 > span:before, tr.odd td.forum-list-icon-default .forum-list-icon-wrapper #section-red h2 > span:before, #section-red .forum-list-icon-legend h2 > .forum-list-icon-default:before, .forum-list-icon-legend #section-red h2 > .forum-list-icon-default:before, #section-red tr.even td.forum-list-icon-new-posts .forum-list-icon-wrapper h2 > span:before, tr.even td.forum-list-icon-new-posts .forum-list-icon-wrapper #section-red h2 > span:before, #section-red tr.odd td.forum-list-icon-new-posts .forum-list-icon-wrapper h2 > span:before, tr.odd td.forum-list-icon-new-posts .forum-list-icon-wrapper #section-red h2 > span:before, #section-red .forum-list-icon-legend h2 > .forum-list-icon-new-posts:before, .forum-list-icon-legend #section-red h2 > .forum-list-icon-new-posts:before {
  color: #dc291e; }
#section-red .grid > div > div, #section-red #tabs.vertical > div > div > div, #section-red .ui-accordion-content > div > div, #section-red .split3 > div > div, #section-red .split2 > div > div, #section-red .page_content > div > div, #section-red .field-item > div > div, #section-red .node-type-chapter-top-level-page #landing_hero_area > div > div, .node-type-chapter-top-level-page #section-red #landing_hero_area > div > div, #section-red #landing_hero_2018 > div > div, #section-red #overall-rating > div > div, #section-red .filter-container > div > div, #section-red #review-list > div > div {
  background-color: #dc291e; }

#section-orange h2 > i, #section-orange .views-field-topic-icon h2 > span:before, .views-field-topic-icon #section-orange h2 > span:before,
#section-orange .forum-list-icon span h2 > span:before,
.forum-list-icon span #section-orange h2 > span:before, #section-orange .forum-topic-legend h2 > div:before, .forum-topic-legend #section-orange h2 > div:before,
#section-orange .forum-list-icon-legend span h2 > span:before,
.forum-list-icon-legend span #section-orange h2 > span:before, #section-orange tr.even td.forum-list-icon-default .forum-list-icon-wrapper h2 > span:before, tr.even td.forum-list-icon-default .forum-list-icon-wrapper #section-orange h2 > span:before, #section-orange tr.odd td.forum-list-icon-default .forum-list-icon-wrapper h2 > span:before, tr.odd td.forum-list-icon-default .forum-list-icon-wrapper #section-orange h2 > span:before, #section-orange .forum-list-icon-legend h2 > .forum-list-icon-default:before, .forum-list-icon-legend #section-orange h2 > .forum-list-icon-default:before, #section-orange tr.even td.forum-list-icon-new-posts .forum-list-icon-wrapper h2 > span:before, tr.even td.forum-list-icon-new-posts .forum-list-icon-wrapper #section-orange h2 > span:before, #section-orange tr.odd td.forum-list-icon-new-posts .forum-list-icon-wrapper h2 > span:before, tr.odd td.forum-list-icon-new-posts .forum-list-icon-wrapper #section-orange h2 > span:before, #section-orange .forum-list-icon-legend h2 > .forum-list-icon-new-posts:before, .forum-list-icon-legend #section-orange h2 > .forum-list-icon-new-posts:before, #section-magenta h2 > i, #section-magenta .views-field-topic-icon h2 > span:before, .views-field-topic-icon #section-magenta h2 > span:before,
#section-magenta .forum-list-icon span h2 > span:before,
.forum-list-icon span #section-magenta h2 > span:before, #section-magenta .forum-topic-legend h2 > div:before, .forum-topic-legend #section-magenta h2 > div:before,
#section-magenta .forum-list-icon-legend span h2 > span:before,
.forum-list-icon-legend span #section-magenta h2 > span:before, #section-magenta tr.even td.forum-list-icon-default .forum-list-icon-wrapper h2 > span:before, tr.even td.forum-list-icon-default .forum-list-icon-wrapper #section-magenta h2 > span:before, #section-magenta tr.odd td.forum-list-icon-default .forum-list-icon-wrapper h2 > span:before, tr.odd td.forum-list-icon-default .forum-list-icon-wrapper #section-magenta h2 > span:before, #section-magenta .forum-list-icon-legend h2 > .forum-list-icon-default:before, .forum-list-icon-legend #section-magenta h2 > .forum-list-icon-default:before, #section-magenta tr.even td.forum-list-icon-new-posts .forum-list-icon-wrapper h2 > span:before, tr.even td.forum-list-icon-new-posts .forum-list-icon-wrapper #section-magenta h2 > span:before, #section-magenta tr.odd td.forum-list-icon-new-posts .forum-list-icon-wrapper h2 > span:before, tr.odd td.forum-list-icon-new-posts .forum-list-icon-wrapper #section-magenta h2 > span:before, #section-magenta .forum-list-icon-legend h2 > .forum-list-icon-new-posts:before, .forum-list-icon-legend #section-magenta h2 > .forum-list-icon-new-posts:before {
  color: #d21146; }
#section-orange .grid > div > div, #section-orange #tabs.vertical > div > div > div, #section-orange .ui-accordion-content > div > div, #section-orange .split3 > div > div, #section-orange .split2 > div > div, #section-orange .page_content > div > div, #section-orange .field-item > div > div, #section-orange .node-type-chapter-top-level-page #landing_hero_area > div > div, .node-type-chapter-top-level-page #section-orange #landing_hero_area > div > div, #section-orange #landing_hero_2018 > div > div, #section-orange #overall-rating > div > div, #section-orange .filter-container > div > div, #section-orange #review-list > div > div, #section-magenta .grid > div > div, #section-magenta #tabs.vertical > div > div > div, #section-magenta .ui-accordion-content > div > div, #section-magenta .split3 > div > div, #section-magenta .split2 > div > div, #section-magenta .page_content > div > div, #section-magenta .field-item > div > div, #section-magenta .node-type-chapter-top-level-page #landing_hero_area > div > div, .node-type-chapter-top-level-page #section-magenta #landing_hero_area > div > div, #section-magenta #landing_hero_2018 > div > div, #section-magenta #overall-rating > div > div, #section-magenta .filter-container > div > div, #section-magenta #review-list > div > div {
  background-color: #d21146; }

#section-blue.prac h4 {
  color: #0063be; }
  #section-blue.prac h4 > a {
    color: #0063be; }
    #section-blue.prac h4 > a:hover {
      color: #0063be; }
#section-blue.prac .col-1-3 p, #section-blue.prac .split3 ul p, .split3 #section-blue.prac ul p, #section-blue.prac .split3 .col1 p, .split3 #section-blue.prac .col1 p, #section-blue.prac .split3 .col2 p, .split3 #section-blue.prac .col2 p, #section-blue.prac .split3 .col3 p, .split3 #section-blue.prac .col3 p {
  color: #575A5D; }
#section-blue h2 > i, #section-blue .views-field-topic-icon h2 > span:before, .views-field-topic-icon #section-blue h2 > span:before,
#section-blue .forum-list-icon span h2 > span:before,
.forum-list-icon span #section-blue h2 > span:before, #section-blue .forum-topic-legend h2 > div:before, .forum-topic-legend #section-blue h2 > div:before,
#section-blue .forum-list-icon-legend span h2 > span:before,
.forum-list-icon-legend span #section-blue h2 > span:before, #section-blue tr.even td.forum-list-icon-default .forum-list-icon-wrapper h2 > span:before, tr.even td.forum-list-icon-default .forum-list-icon-wrapper #section-blue h2 > span:before, #section-blue tr.odd td.forum-list-icon-default .forum-list-icon-wrapper h2 > span:before, tr.odd td.forum-list-icon-default .forum-list-icon-wrapper #section-blue h2 > span:before, #section-blue .forum-list-icon-legend h2 > .forum-list-icon-default:before, .forum-list-icon-legend #section-blue h2 > .forum-list-icon-default:before, #section-blue tr.even td.forum-list-icon-new-posts .forum-list-icon-wrapper h2 > span:before, tr.even td.forum-list-icon-new-posts .forum-list-icon-wrapper #section-blue h2 > span:before, #section-blue tr.odd td.forum-list-icon-new-posts .forum-list-icon-wrapper h2 > span:before, tr.odd td.forum-list-icon-new-posts .forum-list-icon-wrapper #section-blue h2 > span:before, #section-blue .forum-list-icon-legend h2 > .forum-list-icon-new-posts:before, .forum-list-icon-legend #section-blue h2 > .forum-list-icon-new-posts:before {
  color: #0063be; }
#section-blue .grid > div > div, #section-blue #tabs.vertical > div > div > div, #section-blue .ui-accordion-content > div > div, #section-blue .split3 > div > div, #section-blue .split2 > div > div, #section-blue .page_content > div > div, #section-blue .field-item > div > div, #section-blue .node-type-chapter-top-level-page #landing_hero_area > div > div, .node-type-chapter-top-level-page #section-blue #landing_hero_area > div > div, #section-blue #landing_hero_2018 > div > div, #section-blue #overall-rating > div > div, #section-blue .filter-container > div > div, #section-blue #review-list > div > div {
  background-color: #0063be; }

#section-blue-mksap h2 > i, #section-blue-mksap .views-field-topic-icon h2 > span:before, .views-field-topic-icon #section-blue-mksap h2 > span:before,
#section-blue-mksap .forum-list-icon span h2 > span:before,
.forum-list-icon span #section-blue-mksap h2 > span:before, #section-blue-mksap .forum-topic-legend h2 > div:before, .forum-topic-legend #section-blue-mksap h2 > div:before,
#section-blue-mksap .forum-list-icon-legend span h2 > span:before,
.forum-list-icon-legend span #section-blue-mksap h2 > span:before, #section-blue-mksap tr.even td.forum-list-icon-default .forum-list-icon-wrapper h2 > span:before, tr.even td.forum-list-icon-default .forum-list-icon-wrapper #section-blue-mksap h2 > span:before, #section-blue-mksap tr.odd td.forum-list-icon-default .forum-list-icon-wrapper h2 > span:before, tr.odd td.forum-list-icon-default .forum-list-icon-wrapper #section-blue-mksap h2 > span:before, #section-blue-mksap .forum-list-icon-legend h2 > .forum-list-icon-default:before, .forum-list-icon-legend #section-blue-mksap h2 > .forum-list-icon-default:before, #section-blue-mksap tr.even td.forum-list-icon-new-posts .forum-list-icon-wrapper h2 > span:before, tr.even td.forum-list-icon-new-posts .forum-list-icon-wrapper #section-blue-mksap h2 > span:before, #section-blue-mksap tr.odd td.forum-list-icon-new-posts .forum-list-icon-wrapper h2 > span:before, tr.odd td.forum-list-icon-new-posts .forum-list-icon-wrapper #section-blue-mksap h2 > span:before, #section-blue-mksap .forum-list-icon-legend h2 > .forum-list-icon-new-posts:before, .forum-list-icon-legend #section-blue-mksap h2 > .forum-list-icon-new-posts:before {
  color: #00327B; }
#section-blue-mksap .grid > div > div, #section-blue-mksap #tabs.vertical > div > div > div, #section-blue-mksap .ui-accordion-content > div > div, #section-blue-mksap .split3 > div > div, #section-blue-mksap .split2 > div > div, #section-blue-mksap .page_content > div > div, #section-blue-mksap .field-item > div > div, #section-blue-mksap .node-type-chapter-top-level-page #landing_hero_area > div > div, .node-type-chapter-top-level-page #section-blue-mksap #landing_hero_area > div > div, #section-blue-mksap #landing_hero_2018 > div > div, #section-blue-mksap #overall-rating > div > div, #section-blue-mksap .filter-container > div > div, #section-blue-mksap #review-list > div > div {
  background-color: #00327B; }

#section-violet h2 > i, #section-violet .views-field-topic-icon h2 > span:before, .views-field-topic-icon #section-violet h2 > span:before,
#section-violet .forum-list-icon span h2 > span:before,
.forum-list-icon span #section-violet h2 > span:before, #section-violet .forum-topic-legend h2 > div:before, .forum-topic-legend #section-violet h2 > div:before,
#section-violet .forum-list-icon-legend span h2 > span:before,
.forum-list-icon-legend span #section-violet h2 > span:before, #section-violet tr.even td.forum-list-icon-default .forum-list-icon-wrapper h2 > span:before, tr.even td.forum-list-icon-default .forum-list-icon-wrapper #section-violet h2 > span:before, #section-violet tr.odd td.forum-list-icon-default .forum-list-icon-wrapper h2 > span:before, tr.odd td.forum-list-icon-default .forum-list-icon-wrapper #section-violet h2 > span:before, #section-violet .forum-list-icon-legend h2 > .forum-list-icon-default:before, .forum-list-icon-legend #section-violet h2 > .forum-list-icon-default:before, #section-violet tr.even td.forum-list-icon-new-posts .forum-list-icon-wrapper h2 > span:before, tr.even td.forum-list-icon-new-posts .forum-list-icon-wrapper #section-violet h2 > span:before, #section-violet tr.odd td.forum-list-icon-new-posts .forum-list-icon-wrapper h2 > span:before, tr.odd td.forum-list-icon-new-posts .forum-list-icon-wrapper #section-violet h2 > span:before, #section-violet .forum-list-icon-legend h2 > .forum-list-icon-new-posts:before, .forum-list-icon-legend #section-violet h2 > .forum-list-icon-new-posts:before {
  color: #702785; }
#section-violet h4 {
  color: #702785; }
  #section-violet h4 a {
    color: #702785; }
    #section-violet h4 a:hover {
      color: #702785; }
#section-violet .grid p, #section-violet #tabs.vertical > div p, #section-violet .ui-accordion-content p, #section-violet .split3 p, #section-violet .split2 p, #section-violet .page_content p, #section-violet .field-item p, #section-violet .node-type-chapter-top-level-page #landing_hero_area p, .node-type-chapter-top-level-page #section-violet #landing_hero_area p, #section-violet #landing_hero_2018 p, #section-violet #overall-rating p, #section-violet .filter-container p, #section-violet #review-list p {
  color: #575A5D; }

.card {
  background-color: #ffffff;
  -moz-box-shadow: 0 0 15px 5px rgba(0, 0, 0, 0.025);
  -webkit-box-shadow: 0 0 15px 5px rgba(0, 0, 0, 0.025);
  box-shadow: 0 0 15px 5px rgba(0, 0, 0, 0.025);
  border: 1px solid #e5e5e5;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  padding: 1em; }
  .card p {
    color: #8e908f !important; }
  .card .grid, .card #tabs.vertical > div, .card .ui-accordion-content, .card .view .ui-accordion .ui-accordion-content, .view .ui-accordion .card .ui-accordion-content, .card .split3, .card .split2, .card .page_content, .card .field-item, .card .node-type-chapter-top-level-page #landing_hero_area, .node-type-chapter-top-level-page .card #landing_hero_area, .card #landing_hero_2018, .card #overall-rating, .card .filter-container, .card #review-list {
    margin-top: 2em;
    text-align: center; }
  .card .col-1-2:last-of-type, .card .split2 ul:last-of-type, .split2 .card ul:last-of-type, .card .split2 .col1:last-of-type, .split2 .card .col1:last-of-type, .card .split2 .col2:last-of-type, .split2 .card .col2:last-of-type, .card #myacp-header .login-panel .my-interests:last-of-type, #myacp-header .login-panel .card .my-interests:last-of-type, .card #myacp-header .myacp-panel .my-interests:last-of-type, #myacp-header .myacp-panel .card .my-interests:last-of-type, .card #myacp-header .login-panel .my-account:last-of-type, #myacp-header .login-panel .card .my-account:last-of-type, .card #myacp-header .myacp-panel .my-account:last-of-type, #myacp-header .myacp-panel .card .my-account:last-of-type {
    padding-right: 3em; }
    @media (max-width: 780px) {
      .card .col-1-2:last-of-type, .card .split2 ul:last-of-type, .split2 .card ul:last-of-type, .card .split2 .col1:last-of-type, .split2 .card .col1:last-of-type, .card .split2 .col2:last-of-type, .split2 .card .col2:last-of-type, .card #myacp-header .login-panel .my-interests:last-of-type, #myacp-header .login-panel .card .my-interests:last-of-type, .card #myacp-header .myacp-panel .my-interests:last-of-type, #myacp-header .myacp-panel .card .my-interests:last-of-type, .card #myacp-header .login-panel .my-account:last-of-type, #myacp-header .login-panel .card .my-account:last-of-type, .card #myacp-header .myacp-panel .my-account:last-of-type, #myacp-header .myacp-panel .card .my-account:last-of-type {
        padding-right: 0; } }
  .card .col-1-2:first-of-type, .card .split2 ul:first-of-type, .split2 .card ul:first-of-type, .card .split2 .col1:first-of-type, .split2 .card .col1:first-of-type, .card .split2 .col2:first-of-type, .split2 .card .col2:first-of-type, .card #myacp-header .login-panel .my-interests:first-of-type, #myacp-header .login-panel .card .my-interests:first-of-type, .card #myacp-header .myacp-panel .my-interests:first-of-type, #myacp-header .myacp-panel .card .my-interests:first-of-type, .card #myacp-header .login-panel .my-account:first-of-type, #myacp-header .login-panel .card .my-account:first-of-type, .card #myacp-header .myacp-panel .my-account:first-of-type, #myacp-header .myacp-panel .card .my-account:first-of-type {
    border-right: 2px dotted #b5b7b4;
    padding-right: 0;
    padding-left: 3em; }
    @media (max-width: 780px) {
      .card .col-1-2:first-of-type, .card .split2 ul:first-of-type, .split2 .card ul:first-of-type, .card .split2 .col1:first-of-type, .split2 .card .col1:first-of-type, .card .split2 .col2:first-of-type, .split2 .card .col2:first-of-type, .card #myacp-header .login-panel .my-interests:first-of-type, #myacp-header .login-panel .card .my-interests:first-of-type, .card #myacp-header .myacp-panel .my-interests:first-of-type, #myacp-header .myacp-panel .card .my-interests:first-of-type, .card #myacp-header .login-panel .my-account:first-of-type, #myacp-header .login-panel .card .my-account:first-of-type, .card #myacp-header .myacp-panel .my-account:first-of-type, #myacp-header .myacp-panel .card .my-account:first-of-type {
        padding-left: 0; } }
    @media (max-width: 480px) {
      .card .col-1-2:first-of-type, .card .split2 ul:first-of-type, .split2 .card ul:first-of-type, .card .split2 .col1:first-of-type, .split2 .card .col1:first-of-type, .card .split2 .col2:first-of-type, .split2 .card .col2:first-of-type, .card #myacp-header .login-panel .my-interests:first-of-type, #myacp-header .login-panel .card .my-interests:first-of-type, .card #myacp-header .myacp-panel .my-interests:first-of-type, #myacp-header .myacp-panel .card .my-interests:first-of-type, .card #myacp-header .login-panel .my-account:first-of-type, #myacp-header .login-panel .card .my-account:first-of-type, .card #myacp-header .myacp-panel .my-account:first-of-type, #myacp-header .myacp-panel .card .my-account:first-of-type {
        border-right: 0;
        margin-bottom: .5em; } }
  .card span.orange, .card span.magenta {
    color: #d21146; }
  .card span.text--kilo.orange {
    color: #e66b00; }
  .card span.grey {
    color: #8e908f; }

.centered-grouping .grid .dues-bits, .centered-grouping #tabs.vertical > div .dues-bits, .centered-grouping .ui-accordion-content .dues-bits, .centered-grouping .split3 .dues-bits, .centered-grouping .split2 .dues-bits, .centered-grouping .page_content .dues-bits, .centered-grouping .field-item .dues-bits, .centered-grouping .node-type-chapter-top-level-page #landing_hero_area .dues-bits, .node-type-chapter-top-level-page .centered-grouping #landing_hero_area .dues-bits, .centered-grouping #landing_hero_2018 .dues-bits, .centered-grouping #overall-rating .dues-bits, .centered-grouping .filter-container .dues-bits, .centered-grouping #review-list .dues-bits {
  max-width: 600px;
  margin-right: auto;
  margin-left: auto; }
  .centered-grouping .grid .dues-bits p, .centered-grouping #tabs.vertical > div .dues-bits p, .centered-grouping .ui-accordion-content .dues-bits p, .centered-grouping .split3 .dues-bits p, .centered-grouping .split2 .dues-bits p, .centered-grouping .page_content .dues-bits p, .centered-grouping .field-item .dues-bits p, .centered-grouping .node-type-chapter-top-level-page #landing_hero_area .dues-bits p, .node-type-chapter-top-level-page .centered-grouping #landing_hero_area .dues-bits p, .centered-grouping #landing_hero_2018 .dues-bits p, .centered-grouping #overall-rating .dues-bits p, .centered-grouping .filter-container .dues-bits p, .centered-grouping #review-list .dues-bits p {
    font-size: 0.9rem;
    line-height: 1.6;
    color: #575A5D; }
    @media screen and (min-width: 780px) {
      .centered-grouping .grid .dues-bits p, .centered-grouping #tabs.vertical > div .dues-bits p, .centered-grouping .ui-accordion-content .dues-bits p, .centered-grouping .split3 .dues-bits p, .centered-grouping .split2 .dues-bits p, .centered-grouping .page_content .dues-bits p, .centered-grouping .field-item .dues-bits p, .centered-grouping .node-type-chapter-top-level-page #landing_hero_area .dues-bits p, .node-type-chapter-top-level-page .centered-grouping #landing_hero_area .dues-bits p, .centered-grouping #landing_hero_2018 .dues-bits p, .centered-grouping #overall-rating .dues-bits p, .centered-grouping .filter-container .dues-bits p, .centered-grouping #review-list .dues-bits p {
        font-size: 1rem;
        line-height: 1.675; } }
    @media screen and (min-width: 1280px) {
      .centered-grouping .grid .dues-bits p, .centered-grouping #tabs.vertical > div .dues-bits p, .centered-grouping .ui-accordion-content .dues-bits p, .centered-grouping .split3 .dues-bits p, .centered-grouping .split2 .dues-bits p, .centered-grouping .page_content .dues-bits p, .centered-grouping .field-item .dues-bits p, .centered-grouping .node-type-chapter-top-level-page #landing_hero_area .dues-bits p, .node-type-chapter-top-level-page .centered-grouping #landing_hero_area .dues-bits p, .centered-grouping #landing_hero_2018 .dues-bits p, .centered-grouping #overall-rating .dues-bits p, .centered-grouping .filter-container .dues-bits p, .centered-grouping #review-list .dues-bits p {
        font-size: 1.1rem;
        line-height: 1.775; } }
    .centered-grouping .grid .dues-bits p a.button, .centered-grouping #tabs.vertical > div .dues-bits p a.button, .centered-grouping .ui-accordion-content .dues-bits p a.button, .centered-grouping .split3 .dues-bits p a.button, .centered-grouping .split2 .dues-bits p a.button, .centered-grouping .page_content .dues-bits p a.button, .centered-grouping .field-item .dues-bits p a.button, .centered-grouping .node-type-chapter-top-level-page #landing_hero_area .dues-bits p a.button, .node-type-chapter-top-level-page .centered-grouping #landing_hero_area .dues-bits p a.button, .centered-grouping #landing_hero_2018 .dues-bits p a.button, .centered-grouping #overall-rating .dues-bits p a.button, .centered-grouping .filter-container .dues-bits p a.button, .centered-grouping #review-list .dues-bits p a.button, .centered-grouping .grid .dues-bits p #main .node-webform a.button_blue, #main .node-webform .centered-grouping .grid .dues-bits p a.button_blue, .centered-grouping #tabs.vertical > div .dues-bits p #main .node-webform a.button_blue, #main .node-webform .centered-grouping #tabs.vertical > div .dues-bits p a.button_blue, .centered-grouping .ui-accordion-content .dues-bits p #main .node-webform a.button_blue, #main .node-webform .centered-grouping .ui-accordion-content .dues-bits p a.button_blue, .centered-grouping .split3 .dues-bits p #main .node-webform a.button_blue, #main .node-webform .centered-grouping .split3 .dues-bits p a.button_blue, .centered-grouping .split2 .dues-bits p #main .node-webform a.button_blue, #main .node-webform .centered-grouping .split2 .dues-bits p a.button_blue, .centered-grouping .page_content .dues-bits p #main .node-webform a.button_blue, #main .node-webform .centered-grouping .page_content .dues-bits p a.button_blue, .centered-grouping .field-item .dues-bits p #main .node-webform a.button_blue, #main .node-webform .centered-grouping .field-item .dues-bits p a.button_blue, .centered-grouping .node-type-chapter-top-level-page #landing_hero_area .dues-bits p #main .node-webform a.button_blue, #main .node-webform .centered-grouping .node-type-chapter-top-level-page #landing_hero_area .dues-bits p a.button_blue, .node-type-chapter-top-level-page .centered-grouping #landing_hero_area .dues-bits p #main .node-webform a.button_blue, #main .node-webform .node-type-chapter-top-level-page .centered-grouping #landing_hero_area .dues-bits p a.button_blue, .centered-grouping #landing_hero_2018 .dues-bits p #main .node-webform a.button_blue, #main .node-webform .centered-grouping #landing_hero_2018 .dues-bits p a.button_blue, .centered-grouping #overall-rating .dues-bits p #main .node-webform a.button_blue, #main .node-webform .centered-grouping #overall-rating .dues-bits p a.button_blue, .centered-grouping .filter-container .dues-bits p #main .node-webform a.button_blue, #main .node-webform .centered-grouping .filter-container .dues-bits p a.button_blue, .centered-grouping #review-list .dues-bits p #main .node-webform a.button_blue, #main .node-webform .centered-grouping #review-list .dues-bits p a.button_blue, .centered-grouping .grid .dues-bits p #main .node-webform a.button_green, #main .node-webform .centered-grouping .grid .dues-bits p a.button_green, .centered-grouping #tabs.vertical > div .dues-bits p #main .node-webform a.button_green, #main .node-webform .centered-grouping #tabs.vertical > div .dues-bits p a.button_green, .centered-grouping .ui-accordion-content .dues-bits p #main .node-webform a.button_green, #main .node-webform .centered-grouping .ui-accordion-content .dues-bits p a.button_green, .centered-grouping .split3 .dues-bits p #main .node-webform a.button_green, #main .node-webform .centered-grouping .split3 .dues-bits p a.button_green, .centered-grouping .split2 .dues-bits p #main .node-webform a.button_green, #main .node-webform .centered-grouping .split2 .dues-bits p a.button_green, .centered-grouping .page_content .dues-bits p #main .node-webform a.button_green, #main .node-webform .centered-grouping .page_content .dues-bits p a.button_green, .centered-grouping .field-item .dues-bits p #main .node-webform a.button_green, #main .node-webform .centered-grouping .field-item .dues-bits p a.button_green, .centered-grouping .node-type-chapter-top-level-page #landing_hero_area .dues-bits p #main .node-webform a.button_green, #main .node-webform .centered-grouping .node-type-chapter-top-level-page #landing_hero_area .dues-bits p a.button_green, .node-type-chapter-top-level-page .centered-grouping #landing_hero_area .dues-bits p #main .node-webform a.button_green, #main .node-webform .node-type-chapter-top-level-page .centered-grouping #landing_hero_area .dues-bits p a.button_green, .centered-grouping #landing_hero_2018 .dues-bits p #main .node-webform a.button_green, #main .node-webform .centered-grouping #landing_hero_2018 .dues-bits p a.button_green, .centered-grouping #overall-rating .dues-bits p #main .node-webform a.button_green, #main .node-webform .centered-grouping #overall-rating .dues-bits p a.button_green, .centered-grouping .filter-container .dues-bits p #main .node-webform a.button_green, #main .node-webform .centered-grouping .filter-container .dues-bits p a.button_green, .centered-grouping #review-list .dues-bits p #main .node-webform a.button_green, #main .node-webform .centered-grouping #review-list .dues-bits p a.button_green, .centered-grouping .grid .dues-bits p #main .node-webform a.button_remove, #main .node-webform .centered-grouping .grid .dues-bits p a.button_remove, .centered-grouping #tabs.vertical > div .dues-bits p #main .node-webform a.button_remove, #main .node-webform .centered-grouping #tabs.vertical > div .dues-bits p a.button_remove, .centered-grouping .ui-accordion-content .dues-bits p #main .node-webform a.button_remove, #main .node-webform .centered-grouping .ui-accordion-content .dues-bits p a.button_remove, .centered-grouping .split3 .dues-bits p #main .node-webform a.button_remove, #main .node-webform .centered-grouping .split3 .dues-bits p a.button_remove, .centered-grouping .split2 .dues-bits p #main .node-webform a.button_remove, #main .node-webform .centered-grouping .split2 .dues-bits p a.button_remove, .centered-grouping .page_content .dues-bits p #main .node-webform a.button_remove, #main .node-webform .centered-grouping .page_content .dues-bits p a.button_remove, .centered-grouping .field-item .dues-bits p #main .node-webform a.button_remove, #main .node-webform .centered-grouping .field-item .dues-bits p a.button_remove, .centered-grouping .node-type-chapter-top-level-page #landing_hero_area .dues-bits p #main .node-webform a.button_remove, #main .node-webform .centered-grouping .node-type-chapter-top-level-page #landing_hero_area .dues-bits p a.button_remove, .node-type-chapter-top-level-page .centered-grouping #landing_hero_area .dues-bits p #main .node-webform a.button_remove, #main .node-webform .node-type-chapter-top-level-page .centered-grouping #landing_hero_area .dues-bits p a.button_remove, .centered-grouping #landing_hero_2018 .dues-bits p #main .node-webform a.button_remove, #main .node-webform .centered-grouping #landing_hero_2018 .dues-bits p a.button_remove, .centered-grouping #overall-rating .dues-bits p #main .node-webform a.button_remove, #main .node-webform .centered-grouping #overall-rating .dues-bits p a.button_remove, .centered-grouping .filter-container .dues-bits p #main .node-webform a.button_remove, #main .node-webform .centered-grouping .filter-container .dues-bits p a.button_remove, .centered-grouping #review-list .dues-bits p #main .node-webform a.button_remove, #main .node-webform .centered-grouping #review-list .dues-bits p a.button_remove, .centered-grouping .grid .dues-bits p .joyride-tip-guide .joyride-content-wrapper a.joyride-next-tip, .joyride-tip-guide .joyride-content-wrapper .centered-grouping .grid .dues-bits p a.joyride-next-tip, .centered-grouping #tabs.vertical > div .dues-bits p .joyride-tip-guide .joyride-content-wrapper a.joyride-next-tip, .joyride-tip-guide .joyride-content-wrapper .centered-grouping #tabs.vertical > div .dues-bits p a.joyride-next-tip, .centered-grouping .ui-accordion-content .dues-bits p .joyride-tip-guide .joyride-content-wrapper a.joyride-next-tip, .joyride-tip-guide .joyride-content-wrapper .centered-grouping .ui-accordion-content .dues-bits p a.joyride-next-tip, .centered-grouping .split3 .dues-bits p .joyride-tip-guide .joyride-content-wrapper a.joyride-next-tip, .joyride-tip-guide .joyride-content-wrapper .centered-grouping .split3 .dues-bits p a.joyride-next-tip, .centered-grouping .split2 .dues-bits p .joyride-tip-guide .joyride-content-wrapper a.joyride-next-tip, .joyride-tip-guide .joyride-content-wrapper .centered-grouping .split2 .dues-bits p a.joyride-next-tip, .centered-grouping .page_content .dues-bits p .joyride-tip-guide .joyride-content-wrapper a.joyride-next-tip, .joyride-tip-guide .joyride-content-wrapper .centered-grouping .page_content .dues-bits p a.joyride-next-tip, .centered-grouping .field-item .dues-bits p .joyride-tip-guide .joyride-content-wrapper a.joyride-next-tip, .joyride-tip-guide .joyride-content-wrapper .centered-grouping .field-item .dues-bits p a.joyride-next-tip, .centered-grouping .node-type-chapter-top-level-page #landing_hero_area .dues-bits p .joyride-tip-guide .joyride-content-wrapper a.joyride-next-tip, .joyride-tip-guide .joyride-content-wrapper .centered-grouping .node-type-chapter-top-level-page #landing_hero_area .dues-bits p a.joyride-next-tip, .node-type-chapter-top-level-page .centered-grouping #landing_hero_area .dues-bits p .joyride-tip-guide .joyride-content-wrapper a.joyride-next-tip, .joyride-tip-guide .joyride-content-wrapper .node-type-chapter-top-level-page .centered-grouping #landing_hero_area .dues-bits p a.joyride-next-tip, .centered-grouping #landing_hero_2018 .dues-bits p .joyride-tip-guide .joyride-content-wrapper a.joyride-next-tip, .joyride-tip-guide .joyride-content-wrapper .centered-grouping #landing_hero_2018 .dues-bits p a.joyride-next-tip, .centered-grouping #overall-rating .dues-bits p .joyride-tip-guide .joyride-content-wrapper a.joyride-next-tip, .joyride-tip-guide .joyride-content-wrapper .centered-grouping #overall-rating .dues-bits p a.joyride-next-tip, .centered-grouping .filter-container .dues-bits p .joyride-tip-guide .joyride-content-wrapper a.joyride-next-tip, .joyride-tip-guide .joyride-content-wrapper .centered-grouping .filter-container .dues-bits p a.joyride-next-tip, .centered-grouping #review-list .dues-bits p .joyride-tip-guide .joyride-content-wrapper a.joyride-next-tip, .joyride-tip-guide .joyride-content-wrapper .centered-grouping #review-list .dues-bits p a.joyride-next-tip, .centered-grouping .grid .dues-bits p .page-forum ul.action-links li a.subscription, .page-forum ul.action-links li .centered-grouping .grid .dues-bits p a.subscription, .centered-grouping #tabs.vertical > div .dues-bits p .page-forum ul.action-links li a.subscription, .page-forum ul.action-links li .centered-grouping #tabs.vertical > div .dues-bits p a.subscription, .centered-grouping .ui-accordion-content .dues-bits p .page-forum ul.action-links li a.subscription, .page-forum ul.action-links li .centered-grouping .ui-accordion-content .dues-bits p a.subscription, .centered-grouping .split3 .dues-bits p .page-forum ul.action-links li a.subscription, .page-forum ul.action-links li .centered-grouping .split3 .dues-bits p a.subscription, .centered-grouping .split2 .dues-bits p .page-forum ul.action-links li a.subscription, .page-forum ul.action-links li .centered-grouping .split2 .dues-bits p a.subscription, .centered-grouping .page_content .dues-bits p .page-forum ul.action-links li a.subscription, .page-forum ul.action-links li .centered-grouping .page_content .dues-bits p a.subscription, .centered-grouping .field-item .dues-bits p .page-forum ul.action-links li a.subscription, .page-forum ul.action-links li .centered-grouping .field-item .dues-bits p a.subscription, .centered-grouping .node-type-chapter-top-level-page #landing_hero_area .dues-bits p .page-forum ul.action-links li a.subscription, .page-forum ul.action-links li .centered-grouping .node-type-chapter-top-level-page #landing_hero_area .dues-bits p a.subscription, .node-type-chapter-top-level-page .centered-grouping #landing_hero_area .dues-bits p .page-forum ul.action-links li a.subscription, .page-forum ul.action-links li .node-type-chapter-top-level-page .centered-grouping #landing_hero_area .dues-bits p a.subscription, .centered-grouping #landing_hero_2018 .dues-bits p .page-forum ul.action-links li a.subscription, .page-forum ul.action-links li .centered-grouping #landing_hero_2018 .dues-bits p a.subscription, .centered-grouping #overall-rating .dues-bits p .page-forum ul.action-links li a.subscription, .page-forum ul.action-links li .centered-grouping #overall-rating .dues-bits p a.subscription, .centered-grouping .filter-container .dues-bits p .page-forum ul.action-links li a.subscription, .page-forum ul.action-links li .centered-grouping .filter-container .dues-bits p a.subscription, .centered-grouping #review-list .dues-bits p .page-forum ul.action-links li a.subscription, .page-forum ul.action-links li .centered-grouping #review-list .dues-bits p a.subscription {
      font-size: 0.875rem;
      line-height: 1.5;
      margin-top: .5em;
      margin-bottom: 2em; }
    .centered-grouping .grid .dues-bits p i, .centered-grouping #tabs.vertical > div .dues-bits p i, .centered-grouping .ui-accordion-content .dues-bits p i, .centered-grouping .view .ui-accordion .ui-accordion-content .dues-bits p i, .view .ui-accordion .centered-grouping .ui-accordion-content .dues-bits p i, .centered-grouping .split3 .dues-bits p i, .centered-grouping .split2 .dues-bits p i, .centered-grouping .page_content .dues-bits p i, .centered-grouping .field-item .dues-bits p i, .centered-grouping .node-type-chapter-top-level-page #landing_hero_area .dues-bits p i, .node-type-chapter-top-level-page .centered-grouping #landing_hero_area .dues-bits p i, .centered-grouping #landing_hero_2018 .dues-bits p i, .centered-grouping #overall-rating .dues-bits p i, .centered-grouping .filter-container .dues-bits p i, .centered-grouping #review-list .dues-bits p i, .centered-grouping .grid .dues-bits p .views-field-topic-icon span:before, .views-field-topic-icon .centered-grouping .grid .dues-bits p span:before, .centered-grouping #tabs.vertical > div .dues-bits p .views-field-topic-icon span:before, .views-field-topic-icon .centered-grouping #tabs.vertical > div .dues-bits p span:before, .centered-grouping .ui-accordion-content .dues-bits p .views-field-topic-icon span:before, .views-field-topic-icon .centered-grouping .ui-accordion-content .dues-bits p span:before, .centered-grouping .view .ui-accordion .ui-accordion-content .dues-bits p .views-field-topic-icon span:before, .views-field-topic-icon .centered-grouping .view .ui-accordion .ui-accordion-content .dues-bits p span:before, .view .ui-accordion .centered-grouping .ui-accordion-content .dues-bits p .views-field-topic-icon span:before, .views-field-topic-icon .view .ui-accordion .centered-grouping .ui-accordion-content .dues-bits p span:before, .centered-grouping .split3 .dues-bits p .views-field-topic-icon span:before, .views-field-topic-icon .centered-grouping .split3 .dues-bits p span:before, .centered-grouping .split2 .dues-bits p .views-field-topic-icon span:before, .views-field-topic-icon .centered-grouping .split2 .dues-bits p span:before, .centered-grouping .page_content .dues-bits p .views-field-topic-icon span:before, .views-field-topic-icon .centered-grouping .page_content .dues-bits p span:before, .centered-grouping .field-item .dues-bits p .views-field-topic-icon span:before, .views-field-topic-icon .centered-grouping .field-item .dues-bits p span:before, .centered-grouping .node-type-chapter-top-level-page #landing_hero_area .dues-bits p .views-field-topic-icon span:before, .views-field-topic-icon .centered-grouping .node-type-chapter-top-level-page #landing_hero_area .dues-bits p span:before, .node-type-chapter-top-level-page .centered-grouping #landing_hero_area .dues-bits p .views-field-topic-icon span:before, .views-field-topic-icon .node-type-chapter-top-level-page .centered-grouping #landing_hero_area .dues-bits p span:before, .centered-grouping #landing_hero_2018 .dues-bits p .views-field-topic-icon span:before, .views-field-topic-icon .centered-grouping #landing_hero_2018 .dues-bits p span:before, .centered-grouping #overall-rating .dues-bits p .views-field-topic-icon span:before, .views-field-topic-icon .centered-grouping #overall-rating .dues-bits p span:before, .centered-grouping .filter-container .dues-bits p .views-field-topic-icon span:before, .views-field-topic-icon .centered-grouping .filter-container .dues-bits p span:before, .centered-grouping #review-list .dues-bits p .views-field-topic-icon span:before, .views-field-topic-icon .centered-grouping #review-list .dues-bits p span:before,
    .centered-grouping .grid .dues-bits p .forum-list-icon span span:before,
    .forum-list-icon span .centered-grouping .grid .dues-bits p span:before,
    .centered-grouping #tabs.vertical > div .dues-bits p .forum-list-icon span span:before,
    .forum-list-icon span .centered-grouping #tabs.vertical > div .dues-bits p span:before,
    .centered-grouping .ui-accordion-content .dues-bits p .forum-list-icon span span:before,
    .forum-list-icon span .centered-grouping .ui-accordion-content .dues-bits p span:before,
    .centered-grouping .view .ui-accordion .ui-accordion-content .dues-bits p .forum-list-icon span span:before,
    .forum-list-icon span .centered-grouping .view .ui-accordion .ui-accordion-content .dues-bits p span:before,
    .view .ui-accordion .centered-grouping .ui-accordion-content .dues-bits p .forum-list-icon span span:before,
    .forum-list-icon span .view .ui-accordion .centered-grouping .ui-accordion-content .dues-bits p span:before,
    .centered-grouping .split3 .dues-bits p .forum-list-icon span span:before,
    .forum-list-icon span .centered-grouping .split3 .dues-bits p span:before,
    .centered-grouping .split2 .dues-bits p .forum-list-icon span span:before,
    .forum-list-icon span .centered-grouping .split2 .dues-bits p span:before,
    .centered-grouping .page_content .dues-bits p .forum-list-icon span span:before,
    .forum-list-icon span .centered-grouping .page_content .dues-bits p span:before,
    .centered-grouping .field-item .dues-bits p .forum-list-icon span span:before,
    .forum-list-icon span .centered-grouping .field-item .dues-bits p span:before,
    .centered-grouping .node-type-chapter-top-level-page #landing_hero_area .dues-bits p .forum-list-icon span span:before,
    .forum-list-icon span .centered-grouping .node-type-chapter-top-level-page #landing_hero_area .dues-bits p span:before,
    .node-type-chapter-top-level-page .centered-grouping #landing_hero_area .dues-bits p .forum-list-icon span span:before,
    .forum-list-icon span .node-type-chapter-top-level-page .centered-grouping #landing_hero_area .dues-bits p span:before,
    .centered-grouping #landing_hero_2018 .dues-bits p .forum-list-icon span span:before,
    .forum-list-icon span .centered-grouping #landing_hero_2018 .dues-bits p span:before,
    .centered-grouping #overall-rating .dues-bits p .forum-list-icon span span:before,
    .forum-list-icon span .centered-grouping #overall-rating .dues-bits p span:before,
    .centered-grouping .filter-container .dues-bits p .forum-list-icon span span:before,
    .forum-list-icon span .centered-grouping .filter-container .dues-bits p span:before,
    .centered-grouping #review-list .dues-bits p .forum-list-icon span span:before,
    .forum-list-icon span .centered-grouping #review-list .dues-bits p span:before, .centered-grouping .grid .dues-bits p .forum-topic-legend div:before, .forum-topic-legend .centered-grouping .grid .dues-bits p div:before, .centered-grouping #tabs.vertical > div .dues-bits p .forum-topic-legend div:before, .forum-topic-legend .centered-grouping #tabs.vertical > div .dues-bits p div:before, .centered-grouping .ui-accordion-content .dues-bits p .forum-topic-legend div:before, .forum-topic-legend .centered-grouping .ui-accordion-content .dues-bits p div:before, .centered-grouping .view .ui-accordion .ui-accordion-content .dues-bits p .forum-topic-legend div:before, .forum-topic-legend .centered-grouping .view .ui-accordion .ui-accordion-content .dues-bits p div:before, .view .ui-accordion .centered-grouping .ui-accordion-content .dues-bits p .forum-topic-legend div:before, .forum-topic-legend .view .ui-accordion .centered-grouping .ui-accordion-content .dues-bits p div:before, .centered-grouping .split3 .dues-bits p .forum-topic-legend div:before, .forum-topic-legend .centered-grouping .split3 .dues-bits p div:before, .centered-grouping .split2 .dues-bits p .forum-topic-legend div:before, .forum-topic-legend .centered-grouping .split2 .dues-bits p div:before, .centered-grouping .page_content .dues-bits p .forum-topic-legend div:before, .forum-topic-legend .centered-grouping .page_content .dues-bits p div:before, .centered-grouping .field-item .dues-bits p .forum-topic-legend div:before, .forum-topic-legend .centered-grouping .field-item .dues-bits p div:before, .centered-grouping .node-type-chapter-top-level-page #landing_hero_area .dues-bits p .forum-topic-legend div:before, .forum-topic-legend .centered-grouping .node-type-chapter-top-level-page #landing_hero_area .dues-bits p div:before, .node-type-chapter-top-level-page .centered-grouping #landing_hero_area .dues-bits p .forum-topic-legend div:before, .forum-topic-legend .node-type-chapter-top-level-page .centered-grouping #landing_hero_area .dues-bits p div:before, .centered-grouping #landing_hero_2018 .dues-bits p .forum-topic-legend div:before, .forum-topic-legend .centered-grouping #landing_hero_2018 .dues-bits p div:before, .centered-grouping #overall-rating .dues-bits p .forum-topic-legend div:before, .forum-topic-legend .centered-grouping #overall-rating .dues-bits p div:before, .centered-grouping .filter-container .dues-bits p .forum-topic-legend div:before, .forum-topic-legend .centered-grouping .filter-container .dues-bits p div:before, .centered-grouping #review-list .dues-bits p .forum-topic-legend div:before, .forum-topic-legend .centered-grouping #review-list .dues-bits p div:before,
    .centered-grouping .grid .dues-bits p .forum-list-icon-legend span span:before,
    .forum-list-icon-legend span .centered-grouping .grid .dues-bits p span:before,
    .centered-grouping #tabs.vertical > div .dues-bits p .forum-list-icon-legend span span:before,
    .forum-list-icon-legend span .centered-grouping #tabs.vertical > div .dues-bits p span:before,
    .centered-grouping .ui-accordion-content .dues-bits p .forum-list-icon-legend span span:before,
    .forum-list-icon-legend span .centered-grouping .ui-accordion-content .dues-bits p span:before,
    .centered-grouping .view .ui-accordion .ui-accordion-content .dues-bits p .forum-list-icon-legend span span:before,
    .forum-list-icon-legend span .centered-grouping .view .ui-accordion .ui-accordion-content .dues-bits p span:before,
    .view .ui-accordion .centered-grouping .ui-accordion-content .dues-bits p .forum-list-icon-legend span span:before,
    .forum-list-icon-legend span .view .ui-accordion .centered-grouping .ui-accordion-content .dues-bits p span:before,
    .centered-grouping .split3 .dues-bits p .forum-list-icon-legend span span:before,
    .forum-list-icon-legend span .centered-grouping .split3 .dues-bits p span:before,
    .centered-grouping .split2 .dues-bits p .forum-list-icon-legend span span:before,
    .forum-list-icon-legend span .centered-grouping .split2 .dues-bits p span:before,
    .centered-grouping .page_content .dues-bits p .forum-list-icon-legend span span:before,
    .forum-list-icon-legend span .centered-grouping .page_content .dues-bits p span:before,
    .centered-grouping .field-item .dues-bits p .forum-list-icon-legend span span:before,
    .forum-list-icon-legend span .centered-grouping .field-item .dues-bits p span:before,
    .centered-grouping .node-type-chapter-top-level-page #landing_hero_area .dues-bits p .forum-list-icon-legend span span:before,
    .forum-list-icon-legend span .centered-grouping .node-type-chapter-top-level-page #landing_hero_area .dues-bits p span:before,
    .node-type-chapter-top-level-page .centered-grouping #landing_hero_area .dues-bits p .forum-list-icon-legend span span:before,
    .forum-list-icon-legend span .node-type-chapter-top-level-page .centered-grouping #landing_hero_area .dues-bits p span:before,
    .centered-grouping #landing_hero_2018 .dues-bits p .forum-list-icon-legend span span:before,
    .forum-list-icon-legend span .centered-grouping #landing_hero_2018 .dues-bits p span:before,
    .centered-grouping #overall-rating .dues-bits p .forum-list-icon-legend span span:before,
    .forum-list-icon-legend span .centered-grouping #overall-rating .dues-bits p span:before,
    .centered-grouping .filter-container .dues-bits p .forum-list-icon-legend span span:before,
    .forum-list-icon-legend span .centered-grouping .filter-container .dues-bits p span:before,
    .centered-grouping #review-list .dues-bits p .forum-list-icon-legend span span:before,
    .forum-list-icon-legend span .centered-grouping #review-list .dues-bits p span:before, .centered-grouping .grid .dues-bits p tr.even td.forum-list-icon-default .forum-list-icon-wrapper span:before, tr.even td.forum-list-icon-default .forum-list-icon-wrapper .centered-grouping .grid .dues-bits p span:before, .centered-grouping #tabs.vertical > div .dues-bits p tr.even td.forum-list-icon-default .forum-list-icon-wrapper span:before, tr.even td.forum-list-icon-default .forum-list-icon-wrapper .centered-grouping #tabs.vertical > div .dues-bits p span:before, .centered-grouping .ui-accordion-content .dues-bits p tr.even td.forum-list-icon-default .forum-list-icon-wrapper span:before, tr.even td.forum-list-icon-default .forum-list-icon-wrapper .centered-grouping .ui-accordion-content .dues-bits p span:before, .centered-grouping .view .ui-accordion .ui-accordion-content .dues-bits p tr.even td.forum-list-icon-default .forum-list-icon-wrapper span:before, tr.even td.forum-list-icon-default .forum-list-icon-wrapper .centered-grouping .view .ui-accordion .ui-accordion-content .dues-bits p span:before, .view .ui-accordion .centered-grouping .ui-accordion-content .dues-bits p tr.even td.forum-list-icon-default .forum-list-icon-wrapper span:before, tr.even td.forum-list-icon-default .forum-list-icon-wrapper .view .ui-accordion .centered-grouping .ui-accordion-content .dues-bits p span:before, .centered-grouping .split3 .dues-bits p tr.even td.forum-list-icon-default .forum-list-icon-wrapper span:before, tr.even td.forum-list-icon-default .forum-list-icon-wrapper .centered-grouping .split3 .dues-bits p span:before, .centered-grouping .split2 .dues-bits p tr.even td.forum-list-icon-default .forum-list-icon-wrapper span:before, tr.even td.forum-list-icon-default .forum-list-icon-wrapper .centered-grouping .split2 .dues-bits p span:before, .centered-grouping .page_content .dues-bits p tr.even td.forum-list-icon-default .forum-list-icon-wrapper span:before, tr.even td.forum-list-icon-default .forum-list-icon-wrapper .centered-grouping .page_content .dues-bits p span:before, .centered-grouping .field-item .dues-bits p tr.even td.forum-list-icon-default .forum-list-icon-wrapper span:before, tr.even td.forum-list-icon-default .forum-list-icon-wrapper .centered-grouping .field-item .dues-bits p span:before, .centered-grouping .node-type-chapter-top-level-page #landing_hero_area .dues-bits p tr.even td.forum-list-icon-default .forum-list-icon-wrapper span:before, tr.even td.forum-list-icon-default .forum-list-icon-wrapper .centered-grouping .node-type-chapter-top-level-page #landing_hero_area .dues-bits p span:before, .node-type-chapter-top-level-page .centered-grouping #landing_hero_area .dues-bits p tr.even td.forum-list-icon-default .forum-list-icon-wrapper span:before, tr.even td.forum-list-icon-default .forum-list-icon-wrapper .node-type-chapter-top-level-page .centered-grouping #landing_hero_area .dues-bits p span:before, .centered-grouping #landing_hero_2018 .dues-bits p tr.even td.forum-list-icon-default .forum-list-icon-wrapper span:before, tr.even td.forum-list-icon-default .forum-list-icon-wrapper .centered-grouping #landing_hero_2018 .dues-bits p span:before, .centered-grouping #overall-rating .dues-bits p tr.even td.forum-list-icon-default .forum-list-icon-wrapper span:before, tr.even td.forum-list-icon-default .forum-list-icon-wrapper .centered-grouping #overall-rating .dues-bits p span:before, .centered-grouping .filter-container .dues-bits p tr.even td.forum-list-icon-default .forum-list-icon-wrapper span:before, tr.even td.forum-list-icon-default .forum-list-icon-wrapper .centered-grouping .filter-container .dues-bits p span:before, .centered-grouping #review-list .dues-bits p tr.even td.forum-list-icon-default .forum-list-icon-wrapper span:before, tr.even td.forum-list-icon-default .forum-list-icon-wrapper .centered-grouping #review-list .dues-bits p span:before, .centered-grouping .grid .dues-bits p tr.odd td.forum-list-icon-default .forum-list-icon-wrapper span:before, tr.odd td.forum-list-icon-default .forum-list-icon-wrapper .centered-grouping .grid .dues-bits p span:before, .centered-grouping #tabs.vertical > div .dues-bits p tr.odd td.forum-list-icon-default .forum-list-icon-wrapper span:before, tr.odd td.forum-list-icon-default .forum-list-icon-wrapper .centered-grouping #tabs.vertical > div .dues-bits p span:before, .centered-grouping .ui-accordion-content .dues-bits p tr.odd td.forum-list-icon-default .forum-list-icon-wrapper span:before, tr.odd td.forum-list-icon-default .forum-list-icon-wrapper .centered-grouping .ui-accordion-content .dues-bits p span:before, .centered-grouping .view .ui-accordion .ui-accordion-content .dues-bits p tr.odd td.forum-list-icon-default .forum-list-icon-wrapper span:before, tr.odd td.forum-list-icon-default .forum-list-icon-wrapper .centered-grouping .view .ui-accordion .ui-accordion-content .dues-bits p span:before, .view .ui-accordion .centered-grouping .ui-accordion-content .dues-bits p tr.odd td.forum-list-icon-default .forum-list-icon-wrapper span:before, tr.odd td.forum-list-icon-default .forum-list-icon-wrapper .view .ui-accordion .centered-grouping .ui-accordion-content .dues-bits p span:before, .centered-grouping .split3 .dues-bits p tr.odd td.forum-list-icon-default .forum-list-icon-wrapper span:before, tr.odd td.forum-list-icon-default .forum-list-icon-wrapper .centered-grouping .split3 .dues-bits p span:before, .centered-grouping .split2 .dues-bits p tr.odd td.forum-list-icon-default .forum-list-icon-wrapper span:before, tr.odd td.forum-list-icon-default .forum-list-icon-wrapper .centered-grouping .split2 .dues-bits p span:before, .centered-grouping .page_content .dues-bits p tr.odd td.forum-list-icon-default .forum-list-icon-wrapper span:before, tr.odd td.forum-list-icon-default .forum-list-icon-wrapper .centered-grouping .page_content .dues-bits p span:before, .centered-grouping .field-item .dues-bits p tr.odd td.forum-list-icon-default .forum-list-icon-wrapper span:before, tr.odd td.forum-list-icon-default .forum-list-icon-wrapper .centered-grouping .field-item .dues-bits p span:before, .centered-grouping .node-type-chapter-top-level-page #landing_hero_area .dues-bits p tr.odd td.forum-list-icon-default .forum-list-icon-wrapper span:before, tr.odd td.forum-list-icon-default .forum-list-icon-wrapper .centered-grouping .node-type-chapter-top-level-page #landing_hero_area .dues-bits p span:before, .node-type-chapter-top-level-page .centered-grouping #landing_hero_area .dues-bits p tr.odd td.forum-list-icon-default .forum-list-icon-wrapper span:before, tr.odd td.forum-list-icon-default .forum-list-icon-wrapper .node-type-chapter-top-level-page .centered-grouping #landing_hero_area .dues-bits p span:before, .centered-grouping #landing_hero_2018 .dues-bits p tr.odd td.forum-list-icon-default .forum-list-icon-wrapper span:before, tr.odd td.forum-list-icon-default .forum-list-icon-wrapper .centered-grouping #landing_hero_2018 .dues-bits p span:before, .centered-grouping #overall-rating .dues-bits p tr.odd td.forum-list-icon-default .forum-list-icon-wrapper span:before, tr.odd td.forum-list-icon-default .forum-list-icon-wrapper .centered-grouping #overall-rating .dues-bits p span:before, .centered-grouping .filter-container .dues-bits p tr.odd td.forum-list-icon-default .forum-list-icon-wrapper span:before, tr.odd td.forum-list-icon-default .forum-list-icon-wrapper .centered-grouping .filter-container .dues-bits p span:before, .centered-grouping #review-list .dues-bits p tr.odd td.forum-list-icon-default .forum-list-icon-wrapper span:before, tr.odd td.forum-list-icon-default .forum-list-icon-wrapper .centered-grouping #review-list .dues-bits p span:before, .centered-grouping .grid .dues-bits p .forum-list-icon-legend .forum-list-icon-default:before, .forum-list-icon-legend .centered-grouping .grid .dues-bits p .forum-list-icon-default:before, .centered-grouping #tabs.vertical > div .dues-bits p .forum-list-icon-legend .forum-list-icon-default:before, .forum-list-icon-legend .centered-grouping #tabs.vertical > div .dues-bits p .forum-list-icon-default:before, .centered-grouping .ui-accordion-content .dues-bits p .forum-list-icon-legend .forum-list-icon-default:before, .forum-list-icon-legend .centered-grouping .ui-accordion-content .dues-bits p .forum-list-icon-default:before, .centered-grouping .view .ui-accordion .ui-accordion-content .dues-bits p .forum-list-icon-legend .forum-list-icon-default:before, .forum-list-icon-legend .centered-grouping .view .ui-accordion .ui-accordion-content .dues-bits p .forum-list-icon-default:before, .view .ui-accordion .centered-grouping .ui-accordion-content .dues-bits p .forum-list-icon-legend .forum-list-icon-default:before, .forum-list-icon-legend .view .ui-accordion .centered-grouping .ui-accordion-content .dues-bits p .forum-list-icon-default:before, .centered-grouping .split3 .dues-bits p .forum-list-icon-legend .forum-list-icon-default:before, .forum-list-icon-legend .centered-grouping .split3 .dues-bits p .forum-list-icon-default:before, .centered-grouping .split2 .dues-bits p .forum-list-icon-legend .forum-list-icon-default:before, .forum-list-icon-legend .centered-grouping .split2 .dues-bits p .forum-list-icon-default:before, .centered-grouping .page_content .dues-bits p .forum-list-icon-legend .forum-list-icon-default:before, .forum-list-icon-legend .centered-grouping .page_content .dues-bits p .forum-list-icon-default:before, .centered-grouping .field-item .dues-bits p .forum-list-icon-legend .forum-list-icon-default:before, .forum-list-icon-legend .centered-grouping .field-item .dues-bits p .forum-list-icon-default:before, .centered-grouping .node-type-chapter-top-level-page #landing_hero_area .dues-bits p .forum-list-icon-legend .forum-list-icon-default:before, .forum-list-icon-legend .centered-grouping .node-type-chapter-top-level-page #landing_hero_area .dues-bits p .forum-list-icon-default:before, .node-type-chapter-top-level-page .centered-grouping #landing_hero_area .dues-bits p .forum-list-icon-legend .forum-list-icon-default:before, .forum-list-icon-legend .node-type-chapter-top-level-page .centered-grouping #landing_hero_area .dues-bits p .forum-list-icon-default:before, .centered-grouping #landing_hero_2018 .dues-bits p .forum-list-icon-legend .forum-list-icon-default:before, .forum-list-icon-legend .centered-grouping #landing_hero_2018 .dues-bits p .forum-list-icon-default:before, .centered-grouping #overall-rating .dues-bits p .forum-list-icon-legend .forum-list-icon-default:before, .forum-list-icon-legend .centered-grouping #overall-rating .dues-bits p .forum-list-icon-default:before, .centered-grouping .filter-container .dues-bits p .forum-list-icon-legend .forum-list-icon-default:before, .forum-list-icon-legend .centered-grouping .filter-container .dues-bits p .forum-list-icon-default:before, .centered-grouping #review-list .dues-bits p .forum-list-icon-legend .forum-list-icon-default:before, .forum-list-icon-legend .centered-grouping #review-list .dues-bits p .forum-list-icon-default:before, .centered-grouping .grid .dues-bits p tr.even td.forum-list-icon-new-posts .forum-list-icon-wrapper span:before, tr.even td.forum-list-icon-new-posts .forum-list-icon-wrapper .centered-grouping .grid .dues-bits p span:before, .centered-grouping #tabs.vertical > div .dues-bits p tr.even td.forum-list-icon-new-posts .forum-list-icon-wrapper span:before, tr.even td.forum-list-icon-new-posts .forum-list-icon-wrapper .centered-grouping #tabs.vertical > div .dues-bits p span:before, .centered-grouping .ui-accordion-content .dues-bits p tr.even td.forum-list-icon-new-posts .forum-list-icon-wrapper span:before, tr.even td.forum-list-icon-new-posts .forum-list-icon-wrapper .centered-grouping .ui-accordion-content .dues-bits p span:before, .centered-grouping .view .ui-accordion .ui-accordion-content .dues-bits p tr.even td.forum-list-icon-new-posts .forum-list-icon-wrapper span:before, tr.even td.forum-list-icon-new-posts .forum-list-icon-wrapper .centered-grouping .view .ui-accordion .ui-accordion-content .dues-bits p span:before, .view .ui-accordion .centered-grouping .ui-accordion-content .dues-bits p tr.even td.forum-list-icon-new-posts .forum-list-icon-wrapper span:before, tr.even td.forum-list-icon-new-posts .forum-list-icon-wrapper .view .ui-accordion .centered-grouping .ui-accordion-content .dues-bits p span:before, .centered-grouping .split3 .dues-bits p tr.even td.forum-list-icon-new-posts .forum-list-icon-wrapper span:before, tr.even td.forum-list-icon-new-posts .forum-list-icon-wrapper .centered-grouping .split3 .dues-bits p span:before, .centered-grouping .split2 .dues-bits p tr.even td.forum-list-icon-new-posts .forum-list-icon-wrapper span:before, tr.even td.forum-list-icon-new-posts .forum-list-icon-wrapper .centered-grouping .split2 .dues-bits p span:before, .centered-grouping .page_content .dues-bits p tr.even td.forum-list-icon-new-posts .forum-list-icon-wrapper span:before, tr.even td.forum-list-icon-new-posts .forum-list-icon-wrapper .centered-grouping .page_content .dues-bits p span:before, .centered-grouping .field-item .dues-bits p tr.even td.forum-list-icon-new-posts .forum-list-icon-wrapper span:before, tr.even td.forum-list-icon-new-posts .forum-list-icon-wrapper .centered-grouping .field-item .dues-bits p span:before, .centered-grouping .node-type-chapter-top-level-page #landing_hero_area .dues-bits p tr.even td.forum-list-icon-new-posts .forum-list-icon-wrapper span:before, tr.even td.forum-list-icon-new-posts .forum-list-icon-wrapper .centered-grouping .node-type-chapter-top-level-page #landing_hero_area .dues-bits p span:before, .node-type-chapter-top-level-page .centered-grouping #landing_hero_area .dues-bits p tr.even td.forum-list-icon-new-posts .forum-list-icon-wrapper span:before, tr.even td.forum-list-icon-new-posts .forum-list-icon-wrapper .node-type-chapter-top-level-page .centered-grouping #landing_hero_area .dues-bits p span:before, .centered-grouping #landing_hero_2018 .dues-bits p tr.even td.forum-list-icon-new-posts .forum-list-icon-wrapper span:before, tr.even td.forum-list-icon-new-posts .forum-list-icon-wrapper .centered-grouping #landing_hero_2018 .dues-bits p span:before, .centered-grouping #overall-rating .dues-bits p tr.even td.forum-list-icon-new-posts .forum-list-icon-wrapper span:before, tr.even td.forum-list-icon-new-posts .forum-list-icon-wrapper .centered-grouping #overall-rating .dues-bits p span:before, .centered-grouping .filter-container .dues-bits p tr.even td.forum-list-icon-new-posts .forum-list-icon-wrapper span:before, tr.even td.forum-list-icon-new-posts .forum-list-icon-wrapper .centered-grouping .filter-container .dues-bits p span:before, .centered-grouping #review-list .dues-bits p tr.even td.forum-list-icon-new-posts .forum-list-icon-wrapper span:before, tr.even td.forum-list-icon-new-posts .forum-list-icon-wrapper .centered-grouping #review-list .dues-bits p span:before, .centered-grouping .grid .dues-bits p tr.odd td.forum-list-icon-new-posts .forum-list-icon-wrapper span:before, tr.odd td.forum-list-icon-new-posts .forum-list-icon-wrapper .centered-grouping .grid .dues-bits p span:before, .centered-grouping #tabs.vertical > div .dues-bits p tr.odd td.forum-list-icon-new-posts .forum-list-icon-wrapper span:before, tr.odd td.forum-list-icon-new-posts .forum-list-icon-wrapper .centered-grouping #tabs.vertical > div .dues-bits p span:before, .centered-grouping .ui-accordion-content .dues-bits p tr.odd td.forum-list-icon-new-posts .forum-list-icon-wrapper span:before, tr.odd td.forum-list-icon-new-posts .forum-list-icon-wrapper .centered-grouping .ui-accordion-content .dues-bits p span:before, .centered-grouping .view .ui-accordion .ui-accordion-content .dues-bits p tr.odd td.forum-list-icon-new-posts .forum-list-icon-wrapper span:before, tr.odd td.forum-list-icon-new-posts .forum-list-icon-wrapper .centered-grouping .view .ui-accordion .ui-accordion-content .dues-bits p span:before, .view .ui-accordion .centered-grouping .ui-accordion-content .dues-bits p tr.odd td.forum-list-icon-new-posts .forum-list-icon-wrapper span:before, tr.odd td.forum-list-icon-new-posts .forum-list-icon-wrapper .view .ui-accordion .centered-grouping .ui-accordion-content .dues-bits p span:before, .centered-grouping .split3 .dues-bits p tr.odd td.forum-list-icon-new-posts .forum-list-icon-wrapper span:before, tr.odd td.forum-list-icon-new-posts .forum-list-icon-wrapper .centered-grouping .split3 .dues-bits p span:before, .centered-grouping .split2 .dues-bits p tr.odd td.forum-list-icon-new-posts .forum-list-icon-wrapper span:before, tr.odd td.forum-list-icon-new-posts .forum-list-icon-wrapper .centered-grouping .split2 .dues-bits p span:before, .centered-grouping .page_content .dues-bits p tr.odd td.forum-list-icon-new-posts .forum-list-icon-wrapper span:before, tr.odd td.forum-list-icon-new-posts .forum-list-icon-wrapper .centered-grouping .page_content .dues-bits p span:before, .centered-grouping .field-item .dues-bits p tr.odd td.forum-list-icon-new-posts .forum-list-icon-wrapper span:before, tr.odd td.forum-list-icon-new-posts .forum-list-icon-wrapper .centered-grouping .field-item .dues-bits p span:before, .centered-grouping .node-type-chapter-top-level-page #landing_hero_area .dues-bits p tr.odd td.forum-list-icon-new-posts .forum-list-icon-wrapper span:before, tr.odd td.forum-list-icon-new-posts .forum-list-icon-wrapper .centered-grouping .node-type-chapter-top-level-page #landing_hero_area .dues-bits p span:before, .node-type-chapter-top-level-page .centered-grouping #landing_hero_area .dues-bits p tr.odd td.forum-list-icon-new-posts .forum-list-icon-wrapper span:before, tr.odd td.forum-list-icon-new-posts .forum-list-icon-wrapper .node-type-chapter-top-level-page .centered-grouping #landing_hero_area .dues-bits p span:before, .centered-grouping #landing_hero_2018 .dues-bits p tr.odd td.forum-list-icon-new-posts .forum-list-icon-wrapper span:before, tr.odd td.forum-list-icon-new-posts .forum-list-icon-wrapper .centered-grouping #landing_hero_2018 .dues-bits p span:before, .centered-grouping #overall-rating .dues-bits p tr.odd td.forum-list-icon-new-posts .forum-list-icon-wrapper span:before, tr.odd td.forum-list-icon-new-posts .forum-list-icon-wrapper .centered-grouping #overall-rating .dues-bits p span:before, .centered-grouping .filter-container .dues-bits p tr.odd td.forum-list-icon-new-posts .forum-list-icon-wrapper span:before, tr.odd td.forum-list-icon-new-posts .forum-list-icon-wrapper .centered-grouping .filter-container .dues-bits p span:before, .centered-grouping #review-list .dues-bits p tr.odd td.forum-list-icon-new-posts .forum-list-icon-wrapper span:before, tr.odd td.forum-list-icon-new-posts .forum-list-icon-wrapper .centered-grouping #review-list .dues-bits p span:before, .centered-grouping .grid .dues-bits p .forum-list-icon-legend .forum-list-icon-new-posts:before, .forum-list-icon-legend .centered-grouping .grid .dues-bits p .forum-list-icon-new-posts:before, .centered-grouping #tabs.vertical > div .dues-bits p .forum-list-icon-legend .forum-list-icon-new-posts:before, .forum-list-icon-legend .centered-grouping #tabs.vertical > div .dues-bits p .forum-list-icon-new-posts:before, .centered-grouping .ui-accordion-content .dues-bits p .forum-list-icon-legend .forum-list-icon-new-posts:before, .forum-list-icon-legend .centered-grouping .ui-accordion-content .dues-bits p .forum-list-icon-new-posts:before, .centered-grouping .view .ui-accordion .ui-accordion-content .dues-bits p .forum-list-icon-legend .forum-list-icon-new-posts:before, .forum-list-icon-legend .centered-grouping .view .ui-accordion .ui-accordion-content .dues-bits p .forum-list-icon-new-posts:before, .view .ui-accordion .centered-grouping .ui-accordion-content .dues-bits p .forum-list-icon-legend .forum-list-icon-new-posts:before, .forum-list-icon-legend .view .ui-accordion .centered-grouping .ui-accordion-content .dues-bits p .forum-list-icon-new-posts:before, .centered-grouping .split3 .dues-bits p .forum-list-icon-legend .forum-list-icon-new-posts:before, .forum-list-icon-legend .centered-grouping .split3 .dues-bits p .forum-list-icon-new-posts:before, .centered-grouping .split2 .dues-bits p .forum-list-icon-legend .forum-list-icon-new-posts:before, .forum-list-icon-legend .centered-grouping .split2 .dues-bits p .forum-list-icon-new-posts:before, .centered-grouping .page_content .dues-bits p .forum-list-icon-legend .forum-list-icon-new-posts:before, .forum-list-icon-legend .centered-grouping .page_content .dues-bits p .forum-list-icon-new-posts:before, .centered-grouping .field-item .dues-bits p .forum-list-icon-legend .forum-list-icon-new-posts:before, .forum-list-icon-legend .centered-grouping .field-item .dues-bits p .forum-list-icon-new-posts:before, .centered-grouping .node-type-chapter-top-level-page #landing_hero_area .dues-bits p .forum-list-icon-legend .forum-list-icon-new-posts:before, .forum-list-icon-legend .centered-grouping .node-type-chapter-top-level-page #landing_hero_area .dues-bits p .forum-list-icon-new-posts:before, .node-type-chapter-top-level-page .centered-grouping #landing_hero_area .dues-bits p .forum-list-icon-legend .forum-list-icon-new-posts:before, .forum-list-icon-legend .node-type-chapter-top-level-page .centered-grouping #landing_hero_area .dues-bits p .forum-list-icon-new-posts:before, .centered-grouping #landing_hero_2018 .dues-bits p .forum-list-icon-legend .forum-list-icon-new-posts:before, .forum-list-icon-legend .centered-grouping #landing_hero_2018 .dues-bits p .forum-list-icon-new-posts:before, .centered-grouping #overall-rating .dues-bits p .forum-list-icon-legend .forum-list-icon-new-posts:before, .forum-list-icon-legend .centered-grouping #overall-rating .dues-bits p .forum-list-icon-new-posts:before, .centered-grouping .filter-container .dues-bits p .forum-list-icon-legend .forum-list-icon-new-posts:before, .forum-list-icon-legend .centered-grouping .filter-container .dues-bits p .forum-list-icon-new-posts:before, .centered-grouping #review-list .dues-bits p .forum-list-icon-legend .forum-list-icon-new-posts:before, .forum-list-icon-legend .centered-grouping #review-list .dues-bits p .forum-list-icon-new-posts:before {
      float: left;
      padding-right: .1em;
      margin-top: -.1em;
      font-size: 2rem;
      line-height: 1.25; }
      @media screen and (min-width: 780px) {
        .centered-grouping .grid .dues-bits p i, .centered-grouping #tabs.vertical > div .dues-bits p i, .centered-grouping .ui-accordion-content .dues-bits p i, .centered-grouping .view .ui-accordion .ui-accordion-content .dues-bits p i, .view .ui-accordion .centered-grouping .ui-accordion-content .dues-bits p i, .centered-grouping .split3 .dues-bits p i, .centered-grouping .split2 .dues-bits p i, .centered-grouping .page_content .dues-bits p i, .centered-grouping .field-item .dues-bits p i, .centered-grouping .node-type-chapter-top-level-page #landing_hero_area .dues-bits p i, .node-type-chapter-top-level-page .centered-grouping #landing_hero_area .dues-bits p i, .centered-grouping #landing_hero_2018 .dues-bits p i, .centered-grouping #overall-rating .dues-bits p i, .centered-grouping .filter-container .dues-bits p i, .centered-grouping #review-list .dues-bits p i, .centered-grouping .grid .dues-bits p .views-field-topic-icon span:before, .views-field-topic-icon .centered-grouping .grid .dues-bits p span:before, .centered-grouping #tabs.vertical > div .dues-bits p .views-field-topic-icon span:before, .views-field-topic-icon .centered-grouping #tabs.vertical > div .dues-bits p span:before, .centered-grouping .ui-accordion-content .dues-bits p .views-field-topic-icon span:before, .views-field-topic-icon .centered-grouping .ui-accordion-content .dues-bits p span:before, .centered-grouping .view .ui-accordion .ui-accordion-content .dues-bits p .views-field-topic-icon span:before, .views-field-topic-icon .centered-grouping .view .ui-accordion .ui-accordion-content .dues-bits p span:before, .view .ui-accordion .centered-grouping .ui-accordion-content .dues-bits p .views-field-topic-icon span:before, .views-field-topic-icon .view .ui-accordion .centered-grouping .ui-accordion-content .dues-bits p span:before, .centered-grouping .split3 .dues-bits p .views-field-topic-icon span:before, .views-field-topic-icon .centered-grouping .split3 .dues-bits p span:before, .centered-grouping .split2 .dues-bits p .views-field-topic-icon span:before, .views-field-topic-icon .centered-grouping .split2 .dues-bits p span:before, .centered-grouping .page_content .dues-bits p .views-field-topic-icon span:before, .views-field-topic-icon .centered-grouping .page_content .dues-bits p span:before, .centered-grouping .field-item .dues-bits p .views-field-topic-icon span:before, .views-field-topic-icon .centered-grouping .field-item .dues-bits p span:before, .centered-grouping .node-type-chapter-top-level-page #landing_hero_area .dues-bits p .views-field-topic-icon span:before, .views-field-topic-icon .centered-grouping .node-type-chapter-top-level-page #landing_hero_area .dues-bits p span:before, .node-type-chapter-top-level-page .centered-grouping #landing_hero_area .dues-bits p .views-field-topic-icon span:before, .views-field-topic-icon .node-type-chapter-top-level-page .centered-grouping #landing_hero_area .dues-bits p span:before, .centered-grouping #landing_hero_2018 .dues-bits p .views-field-topic-icon span:before, .views-field-topic-icon .centered-grouping #landing_hero_2018 .dues-bits p span:before, .centered-grouping #overall-rating .dues-bits p .views-field-topic-icon span:before, .views-field-topic-icon .centered-grouping #overall-rating .dues-bits p span:before, .centered-grouping .filter-container .dues-bits p .views-field-topic-icon span:before, .views-field-topic-icon .centered-grouping .filter-container .dues-bits p span:before, .centered-grouping #review-list .dues-bits p .views-field-topic-icon span:before, .views-field-topic-icon .centered-grouping #review-list .dues-bits p span:before,
        .centered-grouping .grid .dues-bits p .forum-list-icon span span:before,
        .forum-list-icon span .centered-grouping .grid .dues-bits p span:before,
        .centered-grouping #tabs.vertical > div .dues-bits p .forum-list-icon span span:before,
        .forum-list-icon span .centered-grouping #tabs.vertical > div .dues-bits p span:before,
        .centered-grouping .ui-accordion-content .dues-bits p .forum-list-icon span span:before,
        .forum-list-icon span .centered-grouping .ui-accordion-content .dues-bits p span:before,
        .centered-grouping .view .ui-accordion .ui-accordion-content .dues-bits p .forum-list-icon span span:before,
        .forum-list-icon span .centered-grouping .view .ui-accordion .ui-accordion-content .dues-bits p span:before,
        .view .ui-accordion .centered-grouping .ui-accordion-content .dues-bits p .forum-list-icon span span:before,
        .forum-list-icon span .view .ui-accordion .centered-grouping .ui-accordion-content .dues-bits p span:before,
        .centered-grouping .split3 .dues-bits p .forum-list-icon span span:before,
        .forum-list-icon span .centered-grouping .split3 .dues-bits p span:before,
        .centered-grouping .split2 .dues-bits p .forum-list-icon span span:before,
        .forum-list-icon span .centered-grouping .split2 .dues-bits p span:before,
        .centered-grouping .page_content .dues-bits p .forum-list-icon span span:before,
        .forum-list-icon span .centered-grouping .page_content .dues-bits p span:before,
        .centered-grouping .field-item .dues-bits p .forum-list-icon span span:before,
        .forum-list-icon span .centered-grouping .field-item .dues-bits p span:before,
        .centered-grouping .node-type-chapter-top-level-page #landing_hero_area .dues-bits p .forum-list-icon span span:before,
        .forum-list-icon span .centered-grouping .node-type-chapter-top-level-page #landing_hero_area .dues-bits p span:before,
        .node-type-chapter-top-level-page .centered-grouping #landing_hero_area .dues-bits p .forum-list-icon span span:before,
        .forum-list-icon span .node-type-chapter-top-level-page .centered-grouping #landing_hero_area .dues-bits p span:before,
        .centered-grouping #landing_hero_2018 .dues-bits p .forum-list-icon span span:before,
        .forum-list-icon span .centered-grouping #landing_hero_2018 .dues-bits p span:before,
        .centered-grouping #overall-rating .dues-bits p .forum-list-icon span span:before,
        .forum-list-icon span .centered-grouping #overall-rating .dues-bits p span:before,
        .centered-grouping .filter-container .dues-bits p .forum-list-icon span span:before,
        .forum-list-icon span .centered-grouping .filter-container .dues-bits p span:before,
        .centered-grouping #review-list .dues-bits p .forum-list-icon span span:before,
        .forum-list-icon span .centered-grouping #review-list .dues-bits p span:before, .centered-grouping .grid .dues-bits p .forum-topic-legend div:before, .forum-topic-legend .centered-grouping .grid .dues-bits p div:before, .centered-grouping #tabs.vertical > div .dues-bits p .forum-topic-legend div:before, .forum-topic-legend .centered-grouping #tabs.vertical > div .dues-bits p div:before, .centered-grouping .ui-accordion-content .dues-bits p .forum-topic-legend div:before, .forum-topic-legend .centered-grouping .ui-accordion-content .dues-bits p div:before, .centered-grouping .view .ui-accordion .ui-accordion-content .dues-bits p .forum-topic-legend div:before, .forum-topic-legend .centered-grouping .view .ui-accordion .ui-accordion-content .dues-bits p div:before, .view .ui-accordion .centered-grouping .ui-accordion-content .dues-bits p .forum-topic-legend div:before, .forum-topic-legend .view .ui-accordion .centered-grouping .ui-accordion-content .dues-bits p div:before, .centered-grouping .split3 .dues-bits p .forum-topic-legend div:before, .forum-topic-legend .centered-grouping .split3 .dues-bits p div:before, .centered-grouping .split2 .dues-bits p .forum-topic-legend div:before, .forum-topic-legend .centered-grouping .split2 .dues-bits p div:before, .centered-grouping .page_content .dues-bits p .forum-topic-legend div:before, .forum-topic-legend .centered-grouping .page_content .dues-bits p div:before, .centered-grouping .field-item .dues-bits p .forum-topic-legend div:before, .forum-topic-legend .centered-grouping .field-item .dues-bits p div:before, .centered-grouping .node-type-chapter-top-level-page #landing_hero_area .dues-bits p .forum-topic-legend div:before, .forum-topic-legend .centered-grouping .node-type-chapter-top-level-page #landing_hero_area .dues-bits p div:before, .node-type-chapter-top-level-page .centered-grouping #landing_hero_area .dues-bits p .forum-topic-legend div:before, .forum-topic-legend .node-type-chapter-top-level-page .centered-grouping #landing_hero_area .dues-bits p div:before, .centered-grouping #landing_hero_2018 .dues-bits p .forum-topic-legend div:before, .forum-topic-legend .centered-grouping #landing_hero_2018 .dues-bits p div:before, .centered-grouping #overall-rating .dues-bits p .forum-topic-legend div:before, .forum-topic-legend .centered-grouping #overall-rating .dues-bits p div:before, .centered-grouping .filter-container .dues-bits p .forum-topic-legend div:before, .forum-topic-legend .centered-grouping .filter-container .dues-bits p div:before, .centered-grouping #review-list .dues-bits p .forum-topic-legend div:before, .forum-topic-legend .centered-grouping #review-list .dues-bits p div:before,
        .centered-grouping .grid .dues-bits p .forum-list-icon-legend span span:before,
        .forum-list-icon-legend span .centered-grouping .grid .dues-bits p span:before,
        .centered-grouping #tabs.vertical > div .dues-bits p .forum-list-icon-legend span span:before,
        .forum-list-icon-legend span .centered-grouping #tabs.vertical > div .dues-bits p span:before,
        .centered-grouping .ui-accordion-content .dues-bits p .forum-list-icon-legend span span:before,
        .forum-list-icon-legend span .centered-grouping .ui-accordion-content .dues-bits p span:before,
        .centered-grouping .view .ui-accordion .ui-accordion-content .dues-bits p .forum-list-icon-legend span span:before,
        .forum-list-icon-legend span .centered-grouping .view .ui-accordion .ui-accordion-content .dues-bits p span:before,
        .view .ui-accordion .centered-grouping .ui-accordion-content .dues-bits p .forum-list-icon-legend span span:before,
        .forum-list-icon-legend span .view .ui-accordion .centered-grouping .ui-accordion-content .dues-bits p span:before,
        .centered-grouping .split3 .dues-bits p .forum-list-icon-legend span span:before,
        .forum-list-icon-legend span .centered-grouping .split3 .dues-bits p span:before,
        .centered-grouping .split2 .dues-bits p .forum-list-icon-legend span span:before,
        .forum-list-icon-legend span .centered-grouping .split2 .dues-bits p span:before,
        .centered-grouping .page_content .dues-bits p .forum-list-icon-legend span span:before,
        .forum-list-icon-legend span .centered-grouping .page_content .dues-bits p span:before,
        .centered-grouping .field-item .dues-bits p .forum-list-icon-legend span span:before,
        .forum-list-icon-legend span .centered-grouping .field-item .dues-bits p span:before,
        .centered-grouping .node-type-chapter-top-level-page #landing_hero_area .dues-bits p .forum-list-icon-legend span span:before,
        .forum-list-icon-legend span .centered-grouping .node-type-chapter-top-level-page #landing_hero_area .dues-bits p span:before,
        .node-type-chapter-top-level-page .centered-grouping #landing_hero_area .dues-bits p .forum-list-icon-legend span span:before,
        .forum-list-icon-legend span .node-type-chapter-top-level-page .centered-grouping #landing_hero_area .dues-bits p span:before,
        .centered-grouping #landing_hero_2018 .dues-bits p .forum-list-icon-legend span span:before,
        .forum-list-icon-legend span .centered-grouping #landing_hero_2018 .dues-bits p span:before,
        .centered-grouping #overall-rating .dues-bits p .forum-list-icon-legend span span:before,
        .forum-list-icon-legend span .centered-grouping #overall-rating .dues-bits p span:before,
        .centered-grouping .filter-container .dues-bits p .forum-list-icon-legend span span:before,
        .forum-list-icon-legend span .centered-grouping .filter-container .dues-bits p span:before,
        .centered-grouping #review-list .dues-bits p .forum-list-icon-legend span span:before,
        .forum-list-icon-legend span .centered-grouping #review-list .dues-bits p span:before, .centered-grouping .grid .dues-bits p tr.even td.forum-list-icon-default .forum-list-icon-wrapper span:before, tr.even td.forum-list-icon-default .forum-list-icon-wrapper .centered-grouping .grid .dues-bits p span:before, .centered-grouping #tabs.vertical > div .dues-bits p tr.even td.forum-list-icon-default .forum-list-icon-wrapper span:before, tr.even td.forum-list-icon-default .forum-list-icon-wrapper .centered-grouping #tabs.vertical > div .dues-bits p span:before, .centered-grouping .ui-accordion-content .dues-bits p tr.even td.forum-list-icon-default .forum-list-icon-wrapper span:before, tr.even td.forum-list-icon-default .forum-list-icon-wrapper .centered-grouping .ui-accordion-content .dues-bits p span:before, .centered-grouping .view .ui-accordion .ui-accordion-content .dues-bits p tr.even td.forum-list-icon-default .forum-list-icon-wrapper span:before, tr.even td.forum-list-icon-default .forum-list-icon-wrapper .centered-grouping .view .ui-accordion .ui-accordion-content .dues-bits p span:before, .view .ui-accordion .centered-grouping .ui-accordion-content .dues-bits p tr.even td.forum-list-icon-default .forum-list-icon-wrapper span:before, tr.even td.forum-list-icon-default .forum-list-icon-wrapper .view .ui-accordion .centered-grouping .ui-accordion-content .dues-bits p span:before, .centered-grouping .split3 .dues-bits p tr.even td.forum-list-icon-default .forum-list-icon-wrapper span:before, tr.even td.forum-list-icon-default .forum-list-icon-wrapper .centered-grouping .split3 .dues-bits p span:before, .centered-grouping .split2 .dues-bits p tr.even td.forum-list-icon-default .forum-list-icon-wrapper span:before, tr.even td.forum-list-icon-default .forum-list-icon-wrapper .centered-grouping .split2 .dues-bits p span:before, .centered-grouping .page_content .dues-bits p tr.even td.forum-list-icon-default .forum-list-icon-wrapper span:before, tr.even td.forum-list-icon-default .forum-list-icon-wrapper .centered-grouping .page_content .dues-bits p span:before, .centered-grouping .field-item .dues-bits p tr.even td.forum-list-icon-default .forum-list-icon-wrapper span:before, tr.even td.forum-list-icon-default .forum-list-icon-wrapper .centered-grouping .field-item .dues-bits p span:before, .centered-grouping .node-type-chapter-top-level-page #landing_hero_area .dues-bits p tr.even td.forum-list-icon-default .forum-list-icon-wrapper span:before, tr.even td.forum-list-icon-default .forum-list-icon-wrapper .centered-grouping .node-type-chapter-top-level-page #landing_hero_area .dues-bits p span:before, .node-type-chapter-top-level-page .centered-grouping #landing_hero_area .dues-bits p tr.even td.forum-list-icon-default .forum-list-icon-wrapper span:before, tr.even td.forum-list-icon-default .forum-list-icon-wrapper .node-type-chapter-top-level-page .centered-grouping #landing_hero_area .dues-bits p span:before, .centered-grouping #landing_hero_2018 .dues-bits p tr.even td.forum-list-icon-default .forum-list-icon-wrapper span:before, tr.even td.forum-list-icon-default .forum-list-icon-wrapper .centered-grouping #landing_hero_2018 .dues-bits p span:before, .centered-grouping #overall-rating .dues-bits p tr.even td.forum-list-icon-default .forum-list-icon-wrapper span:before, tr.even td.forum-list-icon-default .forum-list-icon-wrapper .centered-grouping #overall-rating .dues-bits p span:before, .centered-grouping .filter-container .dues-bits p tr.even td.forum-list-icon-default .forum-list-icon-wrapper span:before, tr.even td.forum-list-icon-default .forum-list-icon-wrapper .centered-grouping .filter-container .dues-bits p span:before, .centered-grouping #review-list .dues-bits p tr.even td.forum-list-icon-default .forum-list-icon-wrapper span:before, tr.even td.forum-list-icon-default .forum-list-icon-wrapper .centered-grouping #review-list .dues-bits p span:before, .centered-grouping .grid .dues-bits p tr.odd td.forum-list-icon-default .forum-list-icon-wrapper span:before, tr.odd td.forum-list-icon-default .forum-list-icon-wrapper .centered-grouping .grid .dues-bits p span:before, .centered-grouping #tabs.vertical > div .dues-bits p tr.odd td.forum-list-icon-default .forum-list-icon-wrapper span:before, tr.odd td.forum-list-icon-default .forum-list-icon-wrapper .centered-grouping #tabs.vertical > div .dues-bits p span:before, .centered-grouping .ui-accordion-content .dues-bits p tr.odd td.forum-list-icon-default .forum-list-icon-wrapper span:before, tr.odd td.forum-list-icon-default .forum-list-icon-wrapper .centered-grouping .ui-accordion-content .dues-bits p span:before, .centered-grouping .view .ui-accordion .ui-accordion-content .dues-bits p tr.odd td.forum-list-icon-default .forum-list-icon-wrapper span:before, tr.odd td.forum-list-icon-default .forum-list-icon-wrapper .centered-grouping .view .ui-accordion .ui-accordion-content .dues-bits p span:before, .view .ui-accordion .centered-grouping .ui-accordion-content .dues-bits p tr.odd td.forum-list-icon-default .forum-list-icon-wrapper span:before, tr.odd td.forum-list-icon-default .forum-list-icon-wrapper .view .ui-accordion .centered-grouping .ui-accordion-content .dues-bits p span:before, .centered-grouping .split3 .dues-bits p tr.odd td.forum-list-icon-default .forum-list-icon-wrapper span:before, tr.odd td.forum-list-icon-default .forum-list-icon-wrapper .centered-grouping .split3 .dues-bits p span:before, .centered-grouping .split2 .dues-bits p tr.odd td.forum-list-icon-default .forum-list-icon-wrapper span:before, tr.odd td.forum-list-icon-default .forum-list-icon-wrapper .centered-grouping .split2 .dues-bits p span:before, .centered-grouping .page_content .dues-bits p tr.odd td.forum-list-icon-default .forum-list-icon-wrapper span:before, tr.odd td.forum-list-icon-default .forum-list-icon-wrapper .centered-grouping .page_content .dues-bits p span:before, .centered-grouping .field-item .dues-bits p tr.odd td.forum-list-icon-default .forum-list-icon-wrapper span:before, tr.odd td.forum-list-icon-default .forum-list-icon-wrapper .centered-grouping .field-item .dues-bits p span:before, .centered-grouping .node-type-chapter-top-level-page #landing_hero_area .dues-bits p tr.odd td.forum-list-icon-default .forum-list-icon-wrapper span:before, tr.odd td.forum-list-icon-default .forum-list-icon-wrapper .centered-grouping .node-type-chapter-top-level-page #landing_hero_area .dues-bits p span:before, .node-type-chapter-top-level-page .centered-grouping #landing_hero_area .dues-bits p tr.odd td.forum-list-icon-default .forum-list-icon-wrapper span:before, tr.odd td.forum-list-icon-default .forum-list-icon-wrapper .node-type-chapter-top-level-page .centered-grouping #landing_hero_area .dues-bits p span:before, .centered-grouping #landing_hero_2018 .dues-bits p tr.odd td.forum-list-icon-default .forum-list-icon-wrapper span:before, tr.odd td.forum-list-icon-default .forum-list-icon-wrapper .centered-grouping #landing_hero_2018 .dues-bits p span:before, .centered-grouping #overall-rating .dues-bits p tr.odd td.forum-list-icon-default .forum-list-icon-wrapper span:before, tr.odd td.forum-list-icon-default .forum-list-icon-wrapper .centered-grouping #overall-rating .dues-bits p span:before, .centered-grouping .filter-container .dues-bits p tr.odd td.forum-list-icon-default .forum-list-icon-wrapper span:before, tr.odd td.forum-list-icon-default .forum-list-icon-wrapper .centered-grouping .filter-container .dues-bits p span:before, .centered-grouping #review-list .dues-bits p tr.odd td.forum-list-icon-default .forum-list-icon-wrapper span:before, tr.odd td.forum-list-icon-default .forum-list-icon-wrapper .centered-grouping #review-list .dues-bits p span:before, .centered-grouping .grid .dues-bits p .forum-list-icon-legend .forum-list-icon-default:before, .forum-list-icon-legend .centered-grouping .grid .dues-bits p .forum-list-icon-default:before, .centered-grouping #tabs.vertical > div .dues-bits p .forum-list-icon-legend .forum-list-icon-default:before, .forum-list-icon-legend .centered-grouping #tabs.vertical > div .dues-bits p .forum-list-icon-default:before, .centered-grouping .ui-accordion-content .dues-bits p .forum-list-icon-legend .forum-list-icon-default:before, .forum-list-icon-legend .centered-grouping .ui-accordion-content .dues-bits p .forum-list-icon-default:before, .centered-grouping .view .ui-accordion .ui-accordion-content .dues-bits p .forum-list-icon-legend .forum-list-icon-default:before, .forum-list-icon-legend .centered-grouping .view .ui-accordion .ui-accordion-content .dues-bits p .forum-list-icon-default:before, .view .ui-accordion .centered-grouping .ui-accordion-content .dues-bits p .forum-list-icon-legend .forum-list-icon-default:before, .forum-list-icon-legend .view .ui-accordion .centered-grouping .ui-accordion-content .dues-bits p .forum-list-icon-default:before, .centered-grouping .split3 .dues-bits p .forum-list-icon-legend .forum-list-icon-default:before, .forum-list-icon-legend .centered-grouping .split3 .dues-bits p .forum-list-icon-default:before, .centered-grouping .split2 .dues-bits p .forum-list-icon-legend .forum-list-icon-default:before, .forum-list-icon-legend .centered-grouping .split2 .dues-bits p .forum-list-icon-default:before, .centered-grouping .page_content .dues-bits p .forum-list-icon-legend .forum-list-icon-default:before, .forum-list-icon-legend .centered-grouping .page_content .dues-bits p .forum-list-icon-default:before, .centered-grouping .field-item .dues-bits p .forum-list-icon-legend .forum-list-icon-default:before, .forum-list-icon-legend .centered-grouping .field-item .dues-bits p .forum-list-icon-default:before, .centered-grouping .node-type-chapter-top-level-page #landing_hero_area .dues-bits p .forum-list-icon-legend .forum-list-icon-default:before, .forum-list-icon-legend .centered-grouping .node-type-chapter-top-level-page #landing_hero_area .dues-bits p .forum-list-icon-default:before, .node-type-chapter-top-level-page .centered-grouping #landing_hero_area .dues-bits p .forum-list-icon-legend .forum-list-icon-default:before, .forum-list-icon-legend .node-type-chapter-top-level-page .centered-grouping #landing_hero_area .dues-bits p .forum-list-icon-default:before, .centered-grouping #landing_hero_2018 .dues-bits p .forum-list-icon-legend .forum-list-icon-default:before, .forum-list-icon-legend .centered-grouping #landing_hero_2018 .dues-bits p .forum-list-icon-default:before, .centered-grouping #overall-rating .dues-bits p .forum-list-icon-legend .forum-list-icon-default:before, .forum-list-icon-legend .centered-grouping #overall-rating .dues-bits p .forum-list-icon-default:before, .centered-grouping .filter-container .dues-bits p .forum-list-icon-legend .forum-list-icon-default:before, .forum-list-icon-legend .centered-grouping .filter-container .dues-bits p .forum-list-icon-default:before, .centered-grouping #review-list .dues-bits p .forum-list-icon-legend .forum-list-icon-default:before, .forum-list-icon-legend .centered-grouping #review-list .dues-bits p .forum-list-icon-default:before, .centered-grouping .grid .dues-bits p tr.even td.forum-list-icon-new-posts .forum-list-icon-wrapper span:before, tr.even td.forum-list-icon-new-posts .forum-list-icon-wrapper .centered-grouping .grid .dues-bits p span:before, .centered-grouping #tabs.vertical > div .dues-bits p tr.even td.forum-list-icon-new-posts .forum-list-icon-wrapper span:before, tr.even td.forum-list-icon-new-posts .forum-list-icon-wrapper .centered-grouping #tabs.vertical > div .dues-bits p span:before, .centered-grouping .ui-accordion-content .dues-bits p tr.even td.forum-list-icon-new-posts .forum-list-icon-wrapper span:before, tr.even td.forum-list-icon-new-posts .forum-list-icon-wrapper .centered-grouping .ui-accordion-content .dues-bits p span:before, .centered-grouping .view .ui-accordion .ui-accordion-content .dues-bits p tr.even td.forum-list-icon-new-posts .forum-list-icon-wrapper span:before, tr.even td.forum-list-icon-new-posts .forum-list-icon-wrapper .centered-grouping .view .ui-accordion .ui-accordion-content .dues-bits p span:before, .view .ui-accordion .centered-grouping .ui-accordion-content .dues-bits p tr.even td.forum-list-icon-new-posts .forum-list-icon-wrapper span:before, tr.even td.forum-list-icon-new-posts .forum-list-icon-wrapper .view .ui-accordion .centered-grouping .ui-accordion-content .dues-bits p span:before, .centered-grouping .split3 .dues-bits p tr.even td.forum-list-icon-new-posts .forum-list-icon-wrapper span:before, tr.even td.forum-list-icon-new-posts .forum-list-icon-wrapper .centered-grouping .split3 .dues-bits p span:before, .centered-grouping .split2 .dues-bits p tr.even td.forum-list-icon-new-posts .forum-list-icon-wrapper span:before, tr.even td.forum-list-icon-new-posts .forum-list-icon-wrapper .centered-grouping .split2 .dues-bits p span:before, .centered-grouping .page_content .dues-bits p tr.even td.forum-list-icon-new-posts .forum-list-icon-wrapper span:before, tr.even td.forum-list-icon-new-posts .forum-list-icon-wrapper .centered-grouping .page_content .dues-bits p span:before, .centered-grouping .field-item .dues-bits p tr.even td.forum-list-icon-new-posts .forum-list-icon-wrapper span:before, tr.even td.forum-list-icon-new-posts .forum-list-icon-wrapper .centered-grouping .field-item .dues-bits p span:before, .centered-grouping .node-type-chapter-top-level-page #landing_hero_area .dues-bits p tr.even td.forum-list-icon-new-posts .forum-list-icon-wrapper span:before, tr.even td.forum-list-icon-new-posts .forum-list-icon-wrapper .centered-grouping .node-type-chapter-top-level-page #landing_hero_area .dues-bits p span:before, .node-type-chapter-top-level-page .centered-grouping #landing_hero_area .dues-bits p tr.even td.forum-list-icon-new-posts .forum-list-icon-wrapper span:before, tr.even td.forum-list-icon-new-posts .forum-list-icon-wrapper .node-type-chapter-top-level-page .centered-grouping #landing_hero_area .dues-bits p span:before, .centered-grouping #landing_hero_2018 .dues-bits p tr.even td.forum-list-icon-new-posts .forum-list-icon-wrapper span:before, tr.even td.forum-list-icon-new-posts .forum-list-icon-wrapper .centered-grouping #landing_hero_2018 .dues-bits p span:before, .centered-grouping #overall-rating .dues-bits p tr.even td.forum-list-icon-new-posts .forum-list-icon-wrapper span:before, tr.even td.forum-list-icon-new-posts .forum-list-icon-wrapper .centered-grouping #overall-rating .dues-bits p span:before, .centered-grouping .filter-container .dues-bits p tr.even td.forum-list-icon-new-posts .forum-list-icon-wrapper span:before, tr.even td.forum-list-icon-new-posts .forum-list-icon-wrapper .centered-grouping .filter-container .dues-bits p span:before, .centered-grouping #review-list .dues-bits p tr.even td.forum-list-icon-new-posts .forum-list-icon-wrapper span:before, tr.even td.forum-list-icon-new-posts .forum-list-icon-wrapper .centered-grouping #review-list .dues-bits p span:before, .centered-grouping .grid .dues-bits p tr.odd td.forum-list-icon-new-posts .forum-list-icon-wrapper span:before, tr.odd td.forum-list-icon-new-posts .forum-list-icon-wrapper .centered-grouping .grid .dues-bits p span:before, .centered-grouping #tabs.vertical > div .dues-bits p tr.odd td.forum-list-icon-new-posts .forum-list-icon-wrapper span:before, tr.odd td.forum-list-icon-new-posts .forum-list-icon-wrapper .centered-grouping #tabs.vertical > div .dues-bits p span:before, .centered-grouping .ui-accordion-content .dues-bits p tr.odd td.forum-list-icon-new-posts .forum-list-icon-wrapper span:before, tr.odd td.forum-list-icon-new-posts .forum-list-icon-wrapper .centered-grouping .ui-accordion-content .dues-bits p span:before, .centered-grouping .view .ui-accordion .ui-accordion-content .dues-bits p tr.odd td.forum-list-icon-new-posts .forum-list-icon-wrapper span:before, tr.odd td.forum-list-icon-new-posts .forum-list-icon-wrapper .centered-grouping .view .ui-accordion .ui-accordion-content .dues-bits p span:before, .view .ui-accordion .centered-grouping .ui-accordion-content .dues-bits p tr.odd td.forum-list-icon-new-posts .forum-list-icon-wrapper span:before, tr.odd td.forum-list-icon-new-posts .forum-list-icon-wrapper .view .ui-accordion .centered-grouping .ui-accordion-content .dues-bits p span:before, .centered-grouping .split3 .dues-bits p tr.odd td.forum-list-icon-new-posts .forum-list-icon-wrapper span:before, tr.odd td.forum-list-icon-new-posts .forum-list-icon-wrapper .centered-grouping .split3 .dues-bits p span:before, .centered-grouping .split2 .dues-bits p tr.odd td.forum-list-icon-new-posts .forum-list-icon-wrapper span:before, tr.odd td.forum-list-icon-new-posts .forum-list-icon-wrapper .centered-grouping .split2 .dues-bits p span:before, .centered-grouping .page_content .dues-bits p tr.odd td.forum-list-icon-new-posts .forum-list-icon-wrapper span:before, tr.odd td.forum-list-icon-new-posts .forum-list-icon-wrapper .centered-grouping .page_content .dues-bits p span:before, .centered-grouping .field-item .dues-bits p tr.odd td.forum-list-icon-new-posts .forum-list-icon-wrapper span:before, tr.odd td.forum-list-icon-new-posts .forum-list-icon-wrapper .centered-grouping .field-item .dues-bits p span:before, .centered-grouping .node-type-chapter-top-level-page #landing_hero_area .dues-bits p tr.odd td.forum-list-icon-new-posts .forum-list-icon-wrapper span:before, tr.odd td.forum-list-icon-new-posts .forum-list-icon-wrapper .centered-grouping .node-type-chapter-top-level-page #landing_hero_area .dues-bits p span:before, .node-type-chapter-top-level-page .centered-grouping #landing_hero_area .dues-bits p tr.odd td.forum-list-icon-new-posts .forum-list-icon-wrapper span:before, tr.odd td.forum-list-icon-new-posts .forum-list-icon-wrapper .node-type-chapter-top-level-page .centered-grouping #landing_hero_area .dues-bits p span:before, .centered-grouping #landing_hero_2018 .dues-bits p tr.odd td.forum-list-icon-new-posts .forum-list-icon-wrapper span:before, tr.odd td.forum-list-icon-new-posts .forum-list-icon-wrapper .centered-grouping #landing_hero_2018 .dues-bits p span:before, .centered-grouping #overall-rating .dues-bits p tr.odd td.forum-list-icon-new-posts .forum-list-icon-wrapper span:before, tr.odd td.forum-list-icon-new-posts .forum-list-icon-wrapper .centered-grouping #overall-rating .dues-bits p span:before, .centered-grouping .filter-container .dues-bits p tr.odd td.forum-list-icon-new-posts .forum-list-icon-wrapper span:before, tr.odd td.forum-list-icon-new-posts .forum-list-icon-wrapper .centered-grouping .filter-container .dues-bits p span:before, .centered-grouping #review-list .dues-bits p tr.odd td.forum-list-icon-new-posts .forum-list-icon-wrapper span:before, tr.odd td.forum-list-icon-new-posts .forum-list-icon-wrapper .centered-grouping #review-list .dues-bits p span:before, .centered-grouping .grid .dues-bits p .forum-list-icon-legend .forum-list-icon-new-posts:before, .forum-list-icon-legend .centered-grouping .grid .dues-bits p .forum-list-icon-new-posts:before, .centered-grouping #tabs.vertical > div .dues-bits p .forum-list-icon-legend .forum-list-icon-new-posts:before, .forum-list-icon-legend .centered-grouping #tabs.vertical > div .dues-bits p .forum-list-icon-new-posts:before, .centered-grouping .ui-accordion-content .dues-bits p .forum-list-icon-legend .forum-list-icon-new-posts:before, .forum-list-icon-legend .centered-grouping .ui-accordion-content .dues-bits p .forum-list-icon-new-posts:before, .centered-grouping .view .ui-accordion .ui-accordion-content .dues-bits p .forum-list-icon-legend .forum-list-icon-new-posts:before, .forum-list-icon-legend .centered-grouping .view .ui-accordion .ui-accordion-content .dues-bits p .forum-list-icon-new-posts:before, .view .ui-accordion .centered-grouping .ui-accordion-content .dues-bits p .forum-list-icon-legend .forum-list-icon-new-posts:before, .forum-list-icon-legend .view .ui-accordion .centered-grouping .ui-accordion-content .dues-bits p .forum-list-icon-new-posts:before, .centered-grouping .split3 .dues-bits p .forum-list-icon-legend .forum-list-icon-new-posts:before, .forum-list-icon-legend .centered-grouping .split3 .dues-bits p .forum-list-icon-new-posts:before, .centered-grouping .split2 .dues-bits p .forum-list-icon-legend .forum-list-icon-new-posts:before, .forum-list-icon-legend .centered-grouping .split2 .dues-bits p .forum-list-icon-new-posts:before, .centered-grouping .page_content .dues-bits p .forum-list-icon-legend .forum-list-icon-new-posts:before, .forum-list-icon-legend .centered-grouping .page_content .dues-bits p .forum-list-icon-new-posts:before, .centered-grouping .field-item .dues-bits p .forum-list-icon-legend .forum-list-icon-new-posts:before, .forum-list-icon-legend .centered-grouping .field-item .dues-bits p .forum-list-icon-new-posts:before, .centered-grouping .node-type-chapter-top-level-page #landing_hero_area .dues-bits p .forum-list-icon-legend .forum-list-icon-new-posts:before, .forum-list-icon-legend .centered-grouping .node-type-chapter-top-level-page #landing_hero_area .dues-bits p .forum-list-icon-new-posts:before, .node-type-chapter-top-level-page .centered-grouping #landing_hero_area .dues-bits p .forum-list-icon-legend .forum-list-icon-new-posts:before, .forum-list-icon-legend .node-type-chapter-top-level-page .centered-grouping #landing_hero_area .dues-bits p .forum-list-icon-new-posts:before, .centered-grouping #landing_hero_2018 .dues-bits p .forum-list-icon-legend .forum-list-icon-new-posts:before, .forum-list-icon-legend .centered-grouping #landing_hero_2018 .dues-bits p .forum-list-icon-new-posts:before, .centered-grouping #overall-rating .dues-bits p .forum-list-icon-legend .forum-list-icon-new-posts:before, .forum-list-icon-legend .centered-grouping #overall-rating .dues-bits p .forum-list-icon-new-posts:before, .centered-grouping .filter-container .dues-bits p .forum-list-icon-legend .forum-list-icon-new-posts:before, .forum-list-icon-legend .centered-grouping .filter-container .dues-bits p .forum-list-icon-new-posts:before, .centered-grouping #review-list .dues-bits p .forum-list-icon-legend .forum-list-icon-new-posts:before, .forum-list-icon-legend .centered-grouping #review-list .dues-bits p .forum-list-icon-new-posts:before {
          font-size: 2.5rem;
          line-height: 1.125; } }
      @media screen and (min-width: 960px) {
        .centered-grouping .grid .dues-bits p i, .centered-grouping #tabs.vertical > div .dues-bits p i, .centered-grouping .ui-accordion-content .dues-bits p i, .centered-grouping .view .ui-accordion .ui-accordion-content .dues-bits p i, .view .ui-accordion .centered-grouping .ui-accordion-content .dues-bits p i, .centered-grouping .split3 .dues-bits p i, .centered-grouping .split2 .dues-bits p i, .centered-grouping .page_content .dues-bits p i, .centered-grouping .field-item .dues-bits p i, .centered-grouping .node-type-chapter-top-level-page #landing_hero_area .dues-bits p i, .node-type-chapter-top-level-page .centered-grouping #landing_hero_area .dues-bits p i, .centered-grouping #landing_hero_2018 .dues-bits p i, .centered-grouping #overall-rating .dues-bits p i, .centered-grouping .filter-container .dues-bits p i, .centered-grouping #review-list .dues-bits p i, .centered-grouping .grid .dues-bits p .views-field-topic-icon span:before, .views-field-topic-icon .centered-grouping .grid .dues-bits p span:before, .centered-grouping #tabs.vertical > div .dues-bits p .views-field-topic-icon span:before, .views-field-topic-icon .centered-grouping #tabs.vertical > div .dues-bits p span:before, .centered-grouping .ui-accordion-content .dues-bits p .views-field-topic-icon span:before, .views-field-topic-icon .centered-grouping .ui-accordion-content .dues-bits p span:before, .centered-grouping .view .ui-accordion .ui-accordion-content .dues-bits p .views-field-topic-icon span:before, .views-field-topic-icon .centered-grouping .view .ui-accordion .ui-accordion-content .dues-bits p span:before, .view .ui-accordion .centered-grouping .ui-accordion-content .dues-bits p .views-field-topic-icon span:before, .views-field-topic-icon .view .ui-accordion .centered-grouping .ui-accordion-content .dues-bits p span:before, .centered-grouping .split3 .dues-bits p .views-field-topic-icon span:before, .views-field-topic-icon .centered-grouping .split3 .dues-bits p span:before, .centered-grouping .split2 .dues-bits p .views-field-topic-icon span:before, .views-field-topic-icon .centered-grouping .split2 .dues-bits p span:before, .centered-grouping .page_content .dues-bits p .views-field-topic-icon span:before, .views-field-topic-icon .centered-grouping .page_content .dues-bits p span:before, .centered-grouping .field-item .dues-bits p .views-field-topic-icon span:before, .views-field-topic-icon .centered-grouping .field-item .dues-bits p span:before, .centered-grouping .node-type-chapter-top-level-page #landing_hero_area .dues-bits p .views-field-topic-icon span:before, .views-field-topic-icon .centered-grouping .node-type-chapter-top-level-page #landing_hero_area .dues-bits p span:before, .node-type-chapter-top-level-page .centered-grouping #landing_hero_area .dues-bits p .views-field-topic-icon span:before, .views-field-topic-icon .node-type-chapter-top-level-page .centered-grouping #landing_hero_area .dues-bits p span:before, .centered-grouping #landing_hero_2018 .dues-bits p .views-field-topic-icon span:before, .views-field-topic-icon .centered-grouping #landing_hero_2018 .dues-bits p span:before, .centered-grouping #overall-rating .dues-bits p .views-field-topic-icon span:before, .views-field-topic-icon .centered-grouping #overall-rating .dues-bits p span:before, .centered-grouping .filter-container .dues-bits p .views-field-topic-icon span:before, .views-field-topic-icon .centered-grouping .filter-container .dues-bits p span:before, .centered-grouping #review-list .dues-bits p .views-field-topic-icon span:before, .views-field-topic-icon .centered-grouping #review-list .dues-bits p span:before,
        .centered-grouping .grid .dues-bits p .forum-list-icon span span:before,
        .forum-list-icon span .centered-grouping .grid .dues-bits p span:before,
        .centered-grouping #tabs.vertical > div .dues-bits p .forum-list-icon span span:before,
        .forum-list-icon span .centered-grouping #tabs.vertical > div .dues-bits p span:before,
        .centered-grouping .ui-accordion-content .dues-bits p .forum-list-icon span span:before,
        .forum-list-icon span .centered-grouping .ui-accordion-content .dues-bits p span:before,
        .centered-grouping .view .ui-accordion .ui-accordion-content .dues-bits p .forum-list-icon span span:before,
        .forum-list-icon span .centered-grouping .view .ui-accordion .ui-accordion-content .dues-bits p span:before,
        .view .ui-accordion .centered-grouping .ui-accordion-content .dues-bits p .forum-list-icon span span:before,
        .forum-list-icon span .view .ui-accordion .centered-grouping .ui-accordion-content .dues-bits p span:before,
        .centered-grouping .split3 .dues-bits p .forum-list-icon span span:before,
        .forum-list-icon span .centered-grouping .split3 .dues-bits p span:before,
        .centered-grouping .split2 .dues-bits p .forum-list-icon span span:before,
        .forum-list-icon span .centered-grouping .split2 .dues-bits p span:before,
        .centered-grouping .page_content .dues-bits p .forum-list-icon span span:before,
        .forum-list-icon span .centered-grouping .page_content .dues-bits p span:before,
        .centered-grouping .field-item .dues-bits p .forum-list-icon span span:before,
        .forum-list-icon span .centered-grouping .field-item .dues-bits p span:before,
        .centered-grouping .node-type-chapter-top-level-page #landing_hero_area .dues-bits p .forum-list-icon span span:before,
        .forum-list-icon span .centered-grouping .node-type-chapter-top-level-page #landing_hero_area .dues-bits p span:before,
        .node-type-chapter-top-level-page .centered-grouping #landing_hero_area .dues-bits p .forum-list-icon span span:before,
        .forum-list-icon span .node-type-chapter-top-level-page .centered-grouping #landing_hero_area .dues-bits p span:before,
        .centered-grouping #landing_hero_2018 .dues-bits p .forum-list-icon span span:before,
        .forum-list-icon span .centered-grouping #landing_hero_2018 .dues-bits p span:before,
        .centered-grouping #overall-rating .dues-bits p .forum-list-icon span span:before,
        .forum-list-icon span .centered-grouping #overall-rating .dues-bits p span:before,
        .centered-grouping .filter-container .dues-bits p .forum-list-icon span span:before,
        .forum-list-icon span .centered-grouping .filter-container .dues-bits p span:before,
        .centered-grouping #review-list .dues-bits p .forum-list-icon span span:before,
        .forum-list-icon span .centered-grouping #review-list .dues-bits p span:before, .centered-grouping .grid .dues-bits p .forum-topic-legend div:before, .forum-topic-legend .centered-grouping .grid .dues-bits p div:before, .centered-grouping #tabs.vertical > div .dues-bits p .forum-topic-legend div:before, .forum-topic-legend .centered-grouping #tabs.vertical > div .dues-bits p div:before, .centered-grouping .ui-accordion-content .dues-bits p .forum-topic-legend div:before, .forum-topic-legend .centered-grouping .ui-accordion-content .dues-bits p div:before, .centered-grouping .view .ui-accordion .ui-accordion-content .dues-bits p .forum-topic-legend div:before, .forum-topic-legend .centered-grouping .view .ui-accordion .ui-accordion-content .dues-bits p div:before, .view .ui-accordion .centered-grouping .ui-accordion-content .dues-bits p .forum-topic-legend div:before, .forum-topic-legend .view .ui-accordion .centered-grouping .ui-accordion-content .dues-bits p div:before, .centered-grouping .split3 .dues-bits p .forum-topic-legend div:before, .forum-topic-legend .centered-grouping .split3 .dues-bits p div:before, .centered-grouping .split2 .dues-bits p .forum-topic-legend div:before, .forum-topic-legend .centered-grouping .split2 .dues-bits p div:before, .centered-grouping .page_content .dues-bits p .forum-topic-legend div:before, .forum-topic-legend .centered-grouping .page_content .dues-bits p div:before, .centered-grouping .field-item .dues-bits p .forum-topic-legend div:before, .forum-topic-legend .centered-grouping .field-item .dues-bits p div:before, .centered-grouping .node-type-chapter-top-level-page #landing_hero_area .dues-bits p .forum-topic-legend div:before, .forum-topic-legend .centered-grouping .node-type-chapter-top-level-page #landing_hero_area .dues-bits p div:before, .node-type-chapter-top-level-page .centered-grouping #landing_hero_area .dues-bits p .forum-topic-legend div:before, .forum-topic-legend .node-type-chapter-top-level-page .centered-grouping #landing_hero_area .dues-bits p div:before, .centered-grouping #landing_hero_2018 .dues-bits p .forum-topic-legend div:before, .forum-topic-legend .centered-grouping #landing_hero_2018 .dues-bits p div:before, .centered-grouping #overall-rating .dues-bits p .forum-topic-legend div:before, .forum-topic-legend .centered-grouping #overall-rating .dues-bits p div:before, .centered-grouping .filter-container .dues-bits p .forum-topic-legend div:before, .forum-topic-legend .centered-grouping .filter-container .dues-bits p div:before, .centered-grouping #review-list .dues-bits p .forum-topic-legend div:before, .forum-topic-legend .centered-grouping #review-list .dues-bits p div:before,
        .centered-grouping .grid .dues-bits p .forum-list-icon-legend span span:before,
        .forum-list-icon-legend span .centered-grouping .grid .dues-bits p span:before,
        .centered-grouping #tabs.vertical > div .dues-bits p .forum-list-icon-legend span span:before,
        .forum-list-icon-legend span .centered-grouping #tabs.vertical > div .dues-bits p span:before,
        .centered-grouping .ui-accordion-content .dues-bits p .forum-list-icon-legend span span:before,
        .forum-list-icon-legend span .centered-grouping .ui-accordion-content .dues-bits p span:before,
        .centered-grouping .view .ui-accordion .ui-accordion-content .dues-bits p .forum-list-icon-legend span span:before,
        .forum-list-icon-legend span .centered-grouping .view .ui-accordion .ui-accordion-content .dues-bits p span:before,
        .view .ui-accordion .centered-grouping .ui-accordion-content .dues-bits p .forum-list-icon-legend span span:before,
        .forum-list-icon-legend span .view .ui-accordion .centered-grouping .ui-accordion-content .dues-bits p span:before,
        .centered-grouping .split3 .dues-bits p .forum-list-icon-legend span span:before,
        .forum-list-icon-legend span .centered-grouping .split3 .dues-bits p span:before,
        .centered-grouping .split2 .dues-bits p .forum-list-icon-legend span span:before,
        .forum-list-icon-legend span .centered-grouping .split2 .dues-bits p span:before,
        .centered-grouping .page_content .dues-bits p .forum-list-icon-legend span span:before,
        .forum-list-icon-legend span .centered-grouping .page_content .dues-bits p span:before,
        .centered-grouping .field-item .dues-bits p .forum-list-icon-legend span span:before,
        .forum-list-icon-legend span .centered-grouping .field-item .dues-bits p span:before,
        .centered-grouping .node-type-chapter-top-level-page #landing_hero_area .dues-bits p .forum-list-icon-legend span span:before,
        .forum-list-icon-legend span .centered-grouping .node-type-chapter-top-level-page #landing_hero_area .dues-bits p span:before,
        .node-type-chapter-top-level-page .centered-grouping #landing_hero_area .dues-bits p .forum-list-icon-legend span span:before,
        .forum-list-icon-legend span .node-type-chapter-top-level-page .centered-grouping #landing_hero_area .dues-bits p span:before,
        .centered-grouping #landing_hero_2018 .dues-bits p .forum-list-icon-legend span span:before,
        .forum-list-icon-legend span .centered-grouping #landing_hero_2018 .dues-bits p span:before,
        .centered-grouping #overall-rating .dues-bits p .forum-list-icon-legend span span:before,
        .forum-list-icon-legend span .centered-grouping #overall-rating .dues-bits p span:before,
        .centered-grouping .filter-container .dues-bits p .forum-list-icon-legend span span:before,
        .forum-list-icon-legend span .centered-grouping .filter-container .dues-bits p span:before,
        .centered-grouping #review-list .dues-bits p .forum-list-icon-legend span span:before,
        .forum-list-icon-legend span .centered-grouping #review-list .dues-bits p span:before, .centered-grouping .grid .dues-bits p tr.even td.forum-list-icon-default .forum-list-icon-wrapper span:before, tr.even td.forum-list-icon-default .forum-list-icon-wrapper .centered-grouping .grid .dues-bits p span:before, .centered-grouping #tabs.vertical > div .dues-bits p tr.even td.forum-list-icon-default .forum-list-icon-wrapper span:before, tr.even td.forum-list-icon-default .forum-list-icon-wrapper .centered-grouping #tabs.vertical > div .dues-bits p span:before, .centered-grouping .ui-accordion-content .dues-bits p tr.even td.forum-list-icon-default .forum-list-icon-wrapper span:before, tr.even td.forum-list-icon-default .forum-list-icon-wrapper .centered-grouping .ui-accordion-content .dues-bits p span:before, .centered-grouping .view .ui-accordion .ui-accordion-content .dues-bits p tr.even td.forum-list-icon-default .forum-list-icon-wrapper span:before, tr.even td.forum-list-icon-default .forum-list-icon-wrapper .centered-grouping .view .ui-accordion .ui-accordion-content .dues-bits p span:before, .view .ui-accordion .centered-grouping .ui-accordion-content .dues-bits p tr.even td.forum-list-icon-default .forum-list-icon-wrapper span:before, tr.even td.forum-list-icon-default .forum-list-icon-wrapper .view .ui-accordion .centered-grouping .ui-accordion-content .dues-bits p span:before, .centered-grouping .split3 .dues-bits p tr.even td.forum-list-icon-default .forum-list-icon-wrapper span:before, tr.even td.forum-list-icon-default .forum-list-icon-wrapper .centered-grouping .split3 .dues-bits p span:before, .centered-grouping .split2 .dues-bits p tr.even td.forum-list-icon-default .forum-list-icon-wrapper span:before, tr.even td.forum-list-icon-default .forum-list-icon-wrapper .centered-grouping .split2 .dues-bits p span:before, .centered-grouping .page_content .dues-bits p tr.even td.forum-list-icon-default .forum-list-icon-wrapper span:before, tr.even td.forum-list-icon-default .forum-list-icon-wrapper .centered-grouping .page_content .dues-bits p span:before, .centered-grouping .field-item .dues-bits p tr.even td.forum-list-icon-default .forum-list-icon-wrapper span:before, tr.even td.forum-list-icon-default .forum-list-icon-wrapper .centered-grouping .field-item .dues-bits p span:before, .centered-grouping .node-type-chapter-top-level-page #landing_hero_area .dues-bits p tr.even td.forum-list-icon-default .forum-list-icon-wrapper span:before, tr.even td.forum-list-icon-default .forum-list-icon-wrapper .centered-grouping .node-type-chapter-top-level-page #landing_hero_area .dues-bits p span:before, .node-type-chapter-top-level-page .centered-grouping #landing_hero_area .dues-bits p tr.even td.forum-list-icon-default .forum-list-icon-wrapper span:before, tr.even td.forum-list-icon-default .forum-list-icon-wrapper .node-type-chapter-top-level-page .centered-grouping #landing_hero_area .dues-bits p span:before, .centered-grouping #landing_hero_2018 .dues-bits p tr.even td.forum-list-icon-default .forum-list-icon-wrapper span:before, tr.even td.forum-list-icon-default .forum-list-icon-wrapper .centered-grouping #landing_hero_2018 .dues-bits p span:before, .centered-grouping #overall-rating .dues-bits p tr.even td.forum-list-icon-default .forum-list-icon-wrapper span:before, tr.even td.forum-list-icon-default .forum-list-icon-wrapper .centered-grouping #overall-rating .dues-bits p span:before, .centered-grouping .filter-container .dues-bits p tr.even td.forum-list-icon-default .forum-list-icon-wrapper span:before, tr.even td.forum-list-icon-default .forum-list-icon-wrapper .centered-grouping .filter-container .dues-bits p span:before, .centered-grouping #review-list .dues-bits p tr.even td.forum-list-icon-default .forum-list-icon-wrapper span:before, tr.even td.forum-list-icon-default .forum-list-icon-wrapper .centered-grouping #review-list .dues-bits p span:before, .centered-grouping .grid .dues-bits p tr.odd td.forum-list-icon-default .forum-list-icon-wrapper span:before, tr.odd td.forum-list-icon-default .forum-list-icon-wrapper .centered-grouping .grid .dues-bits p span:before, .centered-grouping #tabs.vertical > div .dues-bits p tr.odd td.forum-list-icon-default .forum-list-icon-wrapper span:before, tr.odd td.forum-list-icon-default .forum-list-icon-wrapper .centered-grouping #tabs.vertical > div .dues-bits p span:before, .centered-grouping .ui-accordion-content .dues-bits p tr.odd td.forum-list-icon-default .forum-list-icon-wrapper span:before, tr.odd td.forum-list-icon-default .forum-list-icon-wrapper .centered-grouping .ui-accordion-content .dues-bits p span:before, .centered-grouping .view .ui-accordion .ui-accordion-content .dues-bits p tr.odd td.forum-list-icon-default .forum-list-icon-wrapper span:before, tr.odd td.forum-list-icon-default .forum-list-icon-wrapper .centered-grouping .view .ui-accordion .ui-accordion-content .dues-bits p span:before, .view .ui-accordion .centered-grouping .ui-accordion-content .dues-bits p tr.odd td.forum-list-icon-default .forum-list-icon-wrapper span:before, tr.odd td.forum-list-icon-default .forum-list-icon-wrapper .view .ui-accordion .centered-grouping .ui-accordion-content .dues-bits p span:before, .centered-grouping .split3 .dues-bits p tr.odd td.forum-list-icon-default .forum-list-icon-wrapper span:before, tr.odd td.forum-list-icon-default .forum-list-icon-wrapper .centered-grouping .split3 .dues-bits p span:before, .centered-grouping .split2 .dues-bits p tr.odd td.forum-list-icon-default .forum-list-icon-wrapper span:before, tr.odd td.forum-list-icon-default .forum-list-icon-wrapper .centered-grouping .split2 .dues-bits p span:before, .centered-grouping .page_content .dues-bits p tr.odd td.forum-list-icon-default .forum-list-icon-wrapper span:before, tr.odd td.forum-list-icon-default .forum-list-icon-wrapper .centered-grouping .page_content .dues-bits p span:before, .centered-grouping .field-item .dues-bits p tr.odd td.forum-list-icon-default .forum-list-icon-wrapper span:before, tr.odd td.forum-list-icon-default .forum-list-icon-wrapper .centered-grouping .field-item .dues-bits p span:before, .centered-grouping .node-type-chapter-top-level-page #landing_hero_area .dues-bits p tr.odd td.forum-list-icon-default .forum-list-icon-wrapper span:before, tr.odd td.forum-list-icon-default .forum-list-icon-wrapper .centered-grouping .node-type-chapter-top-level-page #landing_hero_area .dues-bits p span:before, .node-type-chapter-top-level-page .centered-grouping #landing_hero_area .dues-bits p tr.odd td.forum-list-icon-default .forum-list-icon-wrapper span:before, tr.odd td.forum-list-icon-default .forum-list-icon-wrapper .node-type-chapter-top-level-page .centered-grouping #landing_hero_area .dues-bits p span:before, .centered-grouping #landing_hero_2018 .dues-bits p tr.odd td.forum-list-icon-default .forum-list-icon-wrapper span:before, tr.odd td.forum-list-icon-default .forum-list-icon-wrapper .centered-grouping #landing_hero_2018 .dues-bits p span:before, .centered-grouping #overall-rating .dues-bits p tr.odd td.forum-list-icon-default .forum-list-icon-wrapper span:before, tr.odd td.forum-list-icon-default .forum-list-icon-wrapper .centered-grouping #overall-rating .dues-bits p span:before, .centered-grouping .filter-container .dues-bits p tr.odd td.forum-list-icon-default .forum-list-icon-wrapper span:before, tr.odd td.forum-list-icon-default .forum-list-icon-wrapper .centered-grouping .filter-container .dues-bits p span:before, .centered-grouping #review-list .dues-bits p tr.odd td.forum-list-icon-default .forum-list-icon-wrapper span:before, tr.odd td.forum-list-icon-default .forum-list-icon-wrapper .centered-grouping #review-list .dues-bits p span:before, .centered-grouping .grid .dues-bits p .forum-list-icon-legend .forum-list-icon-default:before, .forum-list-icon-legend .centered-grouping .grid .dues-bits p .forum-list-icon-default:before, .centered-grouping #tabs.vertical > div .dues-bits p .forum-list-icon-legend .forum-list-icon-default:before, .forum-list-icon-legend .centered-grouping #tabs.vertical > div .dues-bits p .forum-list-icon-default:before, .centered-grouping .ui-accordion-content .dues-bits p .forum-list-icon-legend .forum-list-icon-default:before, .forum-list-icon-legend .centered-grouping .ui-accordion-content .dues-bits p .forum-list-icon-default:before, .centered-grouping .view .ui-accordion .ui-accordion-content .dues-bits p .forum-list-icon-legend .forum-list-icon-default:before, .forum-list-icon-legend .centered-grouping .view .ui-accordion .ui-accordion-content .dues-bits p .forum-list-icon-default:before, .view .ui-accordion .centered-grouping .ui-accordion-content .dues-bits p .forum-list-icon-legend .forum-list-icon-default:before, .forum-list-icon-legend .view .ui-accordion .centered-grouping .ui-accordion-content .dues-bits p .forum-list-icon-default:before, .centered-grouping .split3 .dues-bits p .forum-list-icon-legend .forum-list-icon-default:before, .forum-list-icon-legend .centered-grouping .split3 .dues-bits p .forum-list-icon-default:before, .centered-grouping .split2 .dues-bits p .forum-list-icon-legend .forum-list-icon-default:before, .forum-list-icon-legend .centered-grouping .split2 .dues-bits p .forum-list-icon-default:before, .centered-grouping .page_content .dues-bits p .forum-list-icon-legend .forum-list-icon-default:before, .forum-list-icon-legend .centered-grouping .page_content .dues-bits p .forum-list-icon-default:before, .centered-grouping .field-item .dues-bits p .forum-list-icon-legend .forum-list-icon-default:before, .forum-list-icon-legend .centered-grouping .field-item .dues-bits p .forum-list-icon-default:before, .centered-grouping .node-type-chapter-top-level-page #landing_hero_area .dues-bits p .forum-list-icon-legend .forum-list-icon-default:before, .forum-list-icon-legend .centered-grouping .node-type-chapter-top-level-page #landing_hero_area .dues-bits p .forum-list-icon-default:before, .node-type-chapter-top-level-page .centered-grouping #landing_hero_area .dues-bits p .forum-list-icon-legend .forum-list-icon-default:before, .forum-list-icon-legend .node-type-chapter-top-level-page .centered-grouping #landing_hero_area .dues-bits p .forum-list-icon-default:before, .centered-grouping #landing_hero_2018 .dues-bits p .forum-list-icon-legend .forum-list-icon-default:before, .forum-list-icon-legend .centered-grouping #landing_hero_2018 .dues-bits p .forum-list-icon-default:before, .centered-grouping #overall-rating .dues-bits p .forum-list-icon-legend .forum-list-icon-default:before, .forum-list-icon-legend .centered-grouping #overall-rating .dues-bits p .forum-list-icon-default:before, .centered-grouping .filter-container .dues-bits p .forum-list-icon-legend .forum-list-icon-default:before, .forum-list-icon-legend .centered-grouping .filter-container .dues-bits p .forum-list-icon-default:before, .centered-grouping #review-list .dues-bits p .forum-list-icon-legend .forum-list-icon-default:before, .forum-list-icon-legend .centered-grouping #review-list .dues-bits p .forum-list-icon-default:before, .centered-grouping .grid .dues-bits p tr.even td.forum-list-icon-new-posts .forum-list-icon-wrapper span:before, tr.even td.forum-list-icon-new-posts .forum-list-icon-wrapper .centered-grouping .grid .dues-bits p span:before, .centered-grouping #tabs.vertical > div .dues-bits p tr.even td.forum-list-icon-new-posts .forum-list-icon-wrapper span:before, tr.even td.forum-list-icon-new-posts .forum-list-icon-wrapper .centered-grouping #tabs.vertical > div .dues-bits p span:before, .centered-grouping .ui-accordion-content .dues-bits p tr.even td.forum-list-icon-new-posts .forum-list-icon-wrapper span:before, tr.even td.forum-list-icon-new-posts .forum-list-icon-wrapper .centered-grouping .ui-accordion-content .dues-bits p span:before, .centered-grouping .view .ui-accordion .ui-accordion-content .dues-bits p tr.even td.forum-list-icon-new-posts .forum-list-icon-wrapper span:before, tr.even td.forum-list-icon-new-posts .forum-list-icon-wrapper .centered-grouping .view .ui-accordion .ui-accordion-content .dues-bits p span:before, .view .ui-accordion .centered-grouping .ui-accordion-content .dues-bits p tr.even td.forum-list-icon-new-posts .forum-list-icon-wrapper span:before, tr.even td.forum-list-icon-new-posts .forum-list-icon-wrapper .view .ui-accordion .centered-grouping .ui-accordion-content .dues-bits p span:before, .centered-grouping .split3 .dues-bits p tr.even td.forum-list-icon-new-posts .forum-list-icon-wrapper span:before, tr.even td.forum-list-icon-new-posts .forum-list-icon-wrapper .centered-grouping .split3 .dues-bits p span:before, .centered-grouping .split2 .dues-bits p tr.even td.forum-list-icon-new-posts .forum-list-icon-wrapper span:before, tr.even td.forum-list-icon-new-posts .forum-list-icon-wrapper .centered-grouping .split2 .dues-bits p span:before, .centered-grouping .page_content .dues-bits p tr.even td.forum-list-icon-new-posts .forum-list-icon-wrapper span:before, tr.even td.forum-list-icon-new-posts .forum-list-icon-wrapper .centered-grouping .page_content .dues-bits p span:before, .centered-grouping .field-item .dues-bits p tr.even td.forum-list-icon-new-posts .forum-list-icon-wrapper span:before, tr.even td.forum-list-icon-new-posts .forum-list-icon-wrapper .centered-grouping .field-item .dues-bits p span:before, .centered-grouping .node-type-chapter-top-level-page #landing_hero_area .dues-bits p tr.even td.forum-list-icon-new-posts .forum-list-icon-wrapper span:before, tr.even td.forum-list-icon-new-posts .forum-list-icon-wrapper .centered-grouping .node-type-chapter-top-level-page #landing_hero_area .dues-bits p span:before, .node-type-chapter-top-level-page .centered-grouping #landing_hero_area .dues-bits p tr.even td.forum-list-icon-new-posts .forum-list-icon-wrapper span:before, tr.even td.forum-list-icon-new-posts .forum-list-icon-wrapper .node-type-chapter-top-level-page .centered-grouping #landing_hero_area .dues-bits p span:before, .centered-grouping #landing_hero_2018 .dues-bits p tr.even td.forum-list-icon-new-posts .forum-list-icon-wrapper span:before, tr.even td.forum-list-icon-new-posts .forum-list-icon-wrapper .centered-grouping #landing_hero_2018 .dues-bits p span:before, .centered-grouping #overall-rating .dues-bits p tr.even td.forum-list-icon-new-posts .forum-list-icon-wrapper span:before, tr.even td.forum-list-icon-new-posts .forum-list-icon-wrapper .centered-grouping #overall-rating .dues-bits p span:before, .centered-grouping .filter-container .dues-bits p tr.even td.forum-list-icon-new-posts .forum-list-icon-wrapper span:before, tr.even td.forum-list-icon-new-posts .forum-list-icon-wrapper .centered-grouping .filter-container .dues-bits p span:before, .centered-grouping #review-list .dues-bits p tr.even td.forum-list-icon-new-posts .forum-list-icon-wrapper span:before, tr.even td.forum-list-icon-new-posts .forum-list-icon-wrapper .centered-grouping #review-list .dues-bits p span:before, .centered-grouping .grid .dues-bits p tr.odd td.forum-list-icon-new-posts .forum-list-icon-wrapper span:before, tr.odd td.forum-list-icon-new-posts .forum-list-icon-wrapper .centered-grouping .grid .dues-bits p span:before, .centered-grouping #tabs.vertical > div .dues-bits p tr.odd td.forum-list-icon-new-posts .forum-list-icon-wrapper span:before, tr.odd td.forum-list-icon-new-posts .forum-list-icon-wrapper .centered-grouping #tabs.vertical > div .dues-bits p span:before, .centered-grouping .ui-accordion-content .dues-bits p tr.odd td.forum-list-icon-new-posts .forum-list-icon-wrapper span:before, tr.odd td.forum-list-icon-new-posts .forum-list-icon-wrapper .centered-grouping .ui-accordion-content .dues-bits p span:before, .centered-grouping .view .ui-accordion .ui-accordion-content .dues-bits p tr.odd td.forum-list-icon-new-posts .forum-list-icon-wrapper span:before, tr.odd td.forum-list-icon-new-posts .forum-list-icon-wrapper .centered-grouping .view .ui-accordion .ui-accordion-content .dues-bits p span:before, .view .ui-accordion .centered-grouping .ui-accordion-content .dues-bits p tr.odd td.forum-list-icon-new-posts .forum-list-icon-wrapper span:before, tr.odd td.forum-list-icon-new-posts .forum-list-icon-wrapper .view .ui-accordion .centered-grouping .ui-accordion-content .dues-bits p span:before, .centered-grouping .split3 .dues-bits p tr.odd td.forum-list-icon-new-posts .forum-list-icon-wrapper span:before, tr.odd td.forum-list-icon-new-posts .forum-list-icon-wrapper .centered-grouping .split3 .dues-bits p span:before, .centered-grouping .split2 .dues-bits p tr.odd td.forum-list-icon-new-posts .forum-list-icon-wrapper span:before, tr.odd td.forum-list-icon-new-posts .forum-list-icon-wrapper .centered-grouping .split2 .dues-bits p span:before, .centered-grouping .page_content .dues-bits p tr.odd td.forum-list-icon-new-posts .forum-list-icon-wrapper span:before, tr.odd td.forum-list-icon-new-posts .forum-list-icon-wrapper .centered-grouping .page_content .dues-bits p span:before, .centered-grouping .field-item .dues-bits p tr.odd td.forum-list-icon-new-posts .forum-list-icon-wrapper span:before, tr.odd td.forum-list-icon-new-posts .forum-list-icon-wrapper .centered-grouping .field-item .dues-bits p span:before, .centered-grouping .node-type-chapter-top-level-page #landing_hero_area .dues-bits p tr.odd td.forum-list-icon-new-posts .forum-list-icon-wrapper span:before, tr.odd td.forum-list-icon-new-posts .forum-list-icon-wrapper .centered-grouping .node-type-chapter-top-level-page #landing_hero_area .dues-bits p span:before, .node-type-chapter-top-level-page .centered-grouping #landing_hero_area .dues-bits p tr.odd td.forum-list-icon-new-posts .forum-list-icon-wrapper span:before, tr.odd td.forum-list-icon-new-posts .forum-list-icon-wrapper .node-type-chapter-top-level-page .centered-grouping #landing_hero_area .dues-bits p span:before, .centered-grouping #landing_hero_2018 .dues-bits p tr.odd td.forum-list-icon-new-posts .forum-list-icon-wrapper span:before, tr.odd td.forum-list-icon-new-posts .forum-list-icon-wrapper .centered-grouping #landing_hero_2018 .dues-bits p span:before, .centered-grouping #overall-rating .dues-bits p tr.odd td.forum-list-icon-new-posts .forum-list-icon-wrapper span:before, tr.odd td.forum-list-icon-new-posts .forum-list-icon-wrapper .centered-grouping #overall-rating .dues-bits p span:before, .centered-grouping .filter-container .dues-bits p tr.odd td.forum-list-icon-new-posts .forum-list-icon-wrapper span:before, tr.odd td.forum-list-icon-new-posts .forum-list-icon-wrapper .centered-grouping .filter-container .dues-bits p span:before, .centered-grouping #review-list .dues-bits p tr.odd td.forum-list-icon-new-posts .forum-list-icon-wrapper span:before, tr.odd td.forum-list-icon-new-posts .forum-list-icon-wrapper .centered-grouping #review-list .dues-bits p span:before, .centered-grouping .grid .dues-bits p .forum-list-icon-legend .forum-list-icon-new-posts:before, .forum-list-icon-legend .centered-grouping .grid .dues-bits p .forum-list-icon-new-posts:before, .centered-grouping #tabs.vertical > div .dues-bits p .forum-list-icon-legend .forum-list-icon-new-posts:before, .forum-list-icon-legend .centered-grouping #tabs.vertical > div .dues-bits p .forum-list-icon-new-posts:before, .centered-grouping .ui-accordion-content .dues-bits p .forum-list-icon-legend .forum-list-icon-new-posts:before, .forum-list-icon-legend .centered-grouping .ui-accordion-content .dues-bits p .forum-list-icon-new-posts:before, .centered-grouping .view .ui-accordion .ui-accordion-content .dues-bits p .forum-list-icon-legend .forum-list-icon-new-posts:before, .forum-list-icon-legend .centered-grouping .view .ui-accordion .ui-accordion-content .dues-bits p .forum-list-icon-new-posts:before, .view .ui-accordion .centered-grouping .ui-accordion-content .dues-bits p .forum-list-icon-legend .forum-list-icon-new-posts:before, .forum-list-icon-legend .view .ui-accordion .centered-grouping .ui-accordion-content .dues-bits p .forum-list-icon-new-posts:before, .centered-grouping .split3 .dues-bits p .forum-list-icon-legend .forum-list-icon-new-posts:before, .forum-list-icon-legend .centered-grouping .split3 .dues-bits p .forum-list-icon-new-posts:before, .centered-grouping .split2 .dues-bits p .forum-list-icon-legend .forum-list-icon-new-posts:before, .forum-list-icon-legend .centered-grouping .split2 .dues-bits p .forum-list-icon-new-posts:before, .centered-grouping .page_content .dues-bits p .forum-list-icon-legend .forum-list-icon-new-posts:before, .forum-list-icon-legend .centered-grouping .page_content .dues-bits p .forum-list-icon-new-posts:before, .centered-grouping .field-item .dues-bits p .forum-list-icon-legend .forum-list-icon-new-posts:before, .forum-list-icon-legend .centered-grouping .field-item .dues-bits p .forum-list-icon-new-posts:before, .centered-grouping .node-type-chapter-top-level-page #landing_hero_area .dues-bits p .forum-list-icon-legend .forum-list-icon-new-posts:before, .forum-list-icon-legend .centered-grouping .node-type-chapter-top-level-page #landing_hero_area .dues-bits p .forum-list-icon-new-posts:before, .node-type-chapter-top-level-page .centered-grouping #landing_hero_area .dues-bits p .forum-list-icon-legend .forum-list-icon-new-posts:before, .forum-list-icon-legend .node-type-chapter-top-level-page .centered-grouping #landing_hero_area .dues-bits p .forum-list-icon-new-posts:before, .centered-grouping #landing_hero_2018 .dues-bits p .forum-list-icon-legend .forum-list-icon-new-posts:before, .forum-list-icon-legend .centered-grouping #landing_hero_2018 .dues-bits p .forum-list-icon-new-posts:before, .centered-grouping #overall-rating .dues-bits p .forum-list-icon-legend .forum-list-icon-new-posts:before, .forum-list-icon-legend .centered-grouping #overall-rating .dues-bits p .forum-list-icon-new-posts:before, .centered-grouping .filter-container .dues-bits p .forum-list-icon-legend .forum-list-icon-new-posts:before, .forum-list-icon-legend .centered-grouping .filter-container .dues-bits p .forum-list-icon-new-posts:before, .centered-grouping #review-list .dues-bits p .forum-list-icon-legend .forum-list-icon-new-posts:before, .forum-list-icon-legend .centered-grouping #review-list .dues-bits p .forum-list-icon-new-posts:before {
          font-size: 3rem;
          line-height: 1.25; } }

.membership_sections .even-interior-padding {
  width: 100%; }

.membership_sections .tight {
  position: relative; }

/*some sections had more than 4 boxes, requiring a second line. This caused
uneven padding at the right, since the last-of-type selector only caught
the last one. Use these classes to fix, using the class that has the
number of boxes in the top row of your section layout.*/
.stack-top-3:nth-of-type(3) {
  padding-right: 1em; }

.stack-top-2:nth-of-type(2) {
  padding-right: 1em; }

.prac .grid p, .prac #tabs.vertical > div p, .prac .ui-accordion-content p, .prac .view .ui-accordion .ui-accordion-content p, .view .ui-accordion .prac .ui-accordion-content p, .prac .split3 p, .prac .split2 p, .prac .page_content p, .prac .field-item p, .prac .node-type-chapter-top-level-page #landing_hero_area p, .node-type-chapter-top-level-page .prac #landing_hero_area p, .prac #landing_hero_2018 p, .prac #overall-rating p, .prac .filter-container p, .prac #review-list p {
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 1em; }
  .prac .grid p:last-of-type, .prac #tabs.vertical > div p:last-of-type, .prac .ui-accordion-content p:last-of-type, .prac .split3 p:last-of-type, .prac .split2 p:last-of-type, .prac .page_content p:last-of-type, .prac .field-item p:last-of-type, .prac .node-type-chapter-top-level-page #landing_hero_area p:last-of-type, .node-type-chapter-top-level-page .prac #landing_hero_area p:last-of-type, .prac #landing_hero_2018 p:last-of-type, .prac #overall-rating p:last-of-type, .prac .filter-container p:last-of-type, .prac #review-list p:last-of-type {
    border-bottom: none;
    padding-bottom: 0; }

.globalhome .grid > div > div, .globalhome #tabs.vertical > div > div > div, .globalhome .ui-accordion-content > div > div, .globalhome .view .ui-accordion .ui-accordion-content > div > div, .view .ui-accordion .globalhome .ui-accordion-content > div > div, .globalhome .split3 > div > div, .globalhome .split2 > div > div, .globalhome .page_content > div > div, .globalhome .field-item > div > div, .globalhome .node-type-chapter-top-level-page #landing_hero_area > div > div, .node-type-chapter-top-level-page .globalhome #landing_hero_area > div > div, .globalhome #landing_hero_2018 > div > div, .globalhome #overall-rating > div > div, .globalhome .filter-container > div > div, .globalhome #review-list > div > div {
  background: none !important; }

.view-acp-advocate-blog > div > div, .view-acp-advocate-newsletter > div > div {
  padding: 1em 0 1em 0;
  border-bottom: 1px solid #e5e5e5; }
  .view-acp-advocate-blog > div > div:last-of-type, .view-acp-advocate-newsletter > div > div:last-of-type {
    border-bottom: none; }

.view-display-id-block_1 .views-row {
  margin-bottom: 1em; }
.view-display-id-block_1 .date-display-range,
.view-display-id-block_1 .date-display-single {
  float: left; }
.view-display-id-block_1 .views-field-field-meeting-location {
  font-size: 0.875rem;
  line-height: 1.5;
  clear: both;
  padding-top: 0.5em; }

.view-news-releases-content- > div > .views-row {
  position: relative; }

.view-news-releases > div > .views-row {
  position: relative; }

.view-news-releases div.views-field-created > span {
  position: absolute;
  float: left;
  left: 0;
  margin-top: 0.35em;
  margin-left: 0.5em; }

.view-news-releases-content- div.views-field-created > span {
  position: absolute;
  float: left;
  left: 0;
  margin-top: 0.4em;
  margin-left: 0.5em; }

.view-news-releases div.views-field-title {
  max-width: 85%;
  padding: 1em 0; }
  .view-news-releases div.views-field-title > span {
    position: relative;
    left: 4.5em; }

.view-news-releases-content- div.views-field-title {
  max-width: 85%;
  padding: 1em 0; }
  .view-news-releases-content- div.views-field-title > span {
    position: relative;
    left: 4.5em; }

.view-news-releases-content- div.views-field-created > span {
  top: 0.75em; }

.view-news-releases li.views-row-odd {
  background-color: #efefef; }

.view-news-releases-content- div.views-row-odd {
  background-color: #efefef; }

@media screen and (min-width: 780px) {
  .view-news-releases-content- div.views-field-created > span {
    top: 1.1em; } }
@media screen and (min-width: 1280px) {
  .view-news-releases-content- div.views-field-created > span {
    top: 1.5em; } }
@media screen and (max-width: 600px) {
  .view-news-releases > div > div > ul > li > div.views-field-title {
    max-width: 70%; }

  .view-news-releases-content- div.views-field-title {
    max-width: 70%; } }
@media screen and (max-width: 1279px) {
  .view-news-releases div.views-field-title > span {
    left: 5em; }

  .view-news-releases-content- div.views-field-title > span {
    left: 5em; } }
@media screen and (max-width: 779px) {
  .view-news-releases div.views-field-title > span {
    left: 5.5em; }

  .view-news-releases-content- div.views-field-title > span {
    left: 5.5em; } }
.page-more-acp-news .view-acp-latest .views-field-field-alternate-title {
  max-width: 85%;
  padding: 1em 0; }
  .page-more-acp-news .view-acp-latest .views-field-field-alternate-title .field-content {
    left: 4.5em;
    position: relative; }
.page-more-acp-news .view-acp-latest .views-field-created .field-content {
  position: absolute;
  float: left;
  left: 0;
  margin-left: 0.5em;
  margin-top: 0.4em;
  z-index: 2;
  top: 1.1em; }
.page-more-acp-news .view-acp-latest ul.no-style > li:nth-child(odd), .page-more-acp-news .view-acp-latest ul.assets_table > li:nth-child(odd), .page-more-acp-news .view-acp-latest .node-type-custom .already-a-member .acp-grey-light ul > li:nth-child(odd), .node-type-custom .already-a-member .acp-grey-light .page-more-acp-news .view-acp-latest ul > li:nth-child(odd), .page-more-acp-news .view-acp-latest .view-news-releases div ul > li:nth-child(odd), .view-news-releases div .page-more-acp-news .view-acp-latest ul > li:nth-child(odd), .page-more-acp-news .view-acp-latest .view-news-releases-content- > div ul > li:nth-child(odd), .view-news-releases-content- > div .page-more-acp-news .view-acp-latest ul > li:nth-child(odd), .page-more-acp-news .view-acp-latest .page-forum ul.action-links > li:nth-child(odd), .page-forum .page-more-acp-news .view-acp-latest ul.action-links > li:nth-child(odd) {
  background-color: #efefef; }
.page-more-acp-news .view-acp-latest ul.no-style > li, .page-more-acp-news .view-acp-latest ul.assets_table > li, .page-more-acp-news .view-acp-latest .node-type-custom .already-a-member .acp-grey-light ul > li, .node-type-custom .already-a-member .acp-grey-light .page-more-acp-news .view-acp-latest ul > li, .page-more-acp-news .view-acp-latest .view-news-releases div ul > li, .view-news-releases div .page-more-acp-news .view-acp-latest ul > li, .page-more-acp-news .view-acp-latest .view-news-releases-content- > div ul > li, .view-news-releases-content- > div .page-more-acp-news .view-acp-latest ul > li, .page-more-acp-news .view-acp-latest .page-forum ul.action-links > li, .page-forum .page-more-acp-news .view-acp-latest ul.action-links > li {
  position: relative; }

@media screen and (max-width: 1280px) {
  .page-more-acp-news .view-acp-latest .views-field-field-alternate-title .field-content {
    left: 5em; } }
@media screen and (min-width: 1280px) {
  .page-more-acp-news .view-acp-latest .views-field-created .field-content {
    top: 1.8em; } }
@media screen and (max-width: 780px) {
  .page-more-acp-news .view-acp-latest .views-field-field-alternate-title .field-content {
    left: 5.5em; } }
@media screen and (max-width: 630px) {
  .page-more-acp-news .view-acp-latest .views-field-field-alternate-title {
    max-width: 70%; } }
select.jobsearch {
  width: 240px;
  padding: 0.5em 0em;
  margin-top: 1em; }

.jobsearchform {
  text-align: center;
  padding: 2em;
  background-color: #efefef; }
  .jobsearchform > form > .button-blue[type="submit"] {
    padding: 0.5em 6em; }
  .jobsearchform > form > div > .col-1-2:first-of-type, .split2 .jobsearchform > form > div > ul:first-of-type, .split2 .jobsearchform > form > div > .col1:first-of-type, .split2 .jobsearchform > form > div > .col2:first-of-type, #myacp-header .login-panel .jobsearchform > form > div > .my-interests:first-of-type, #myacp-header .myacp-panel .jobsearchform > form > div > .my-interests:first-of-type, #myacp-header .login-panel .jobsearchform > form > div > .my-account:first-of-type, #myacp-header .myacp-panel .jobsearchform > form > div > .my-account:first-of-type {
    border-right: 1px solid #B5B7B4;
    padding-right: 0; }

@media screen and (max-width: 480px) {
  .page-node-29029 .col-1-3.acp-grey-light, .page-node-29029 .split3 ul.acp-grey-light, .split3 .page-node-29029 ul.acp-grey-light, .page-node-29029 .split3 .acp-grey-light.col1, .split3 .page-node-29029 .acp-grey-light.col1, .page-node-29029 .split3 .acp-grey-light.col2, .split3 .page-node-29029 .acp-grey-light.col2, .page-node-29029 .split3 .acp-grey-light.col3, .split3 .page-node-29029 .acp-grey-light.col3 {
    padding: 1em 2em 0em 0.5em; } }
@media screen and (min-width: 443px) and (max-width: 630px) {
  .page-node-29029 img.max {
    margin-top: -3em; } }
.membership-types h2.text--mega {
  margin-top: 0; }

.staff-contact {
  text-align: center; }

.staff-contact img {
  max-width: 128px;
  min-width: 127px; }

.staff-contact h3, .staff-contact .limit-search {
  margin-top: 0.5em; }

.staff-container .grid, .staff-container #tabs.vertical > div, .staff-container .ui-accordion-content, .staff-container .view .ui-accordion .ui-accordion-content, .view .ui-accordion .staff-container .ui-accordion-content, .staff-container .split3, .staff-container .split2, .staff-container .page_content, .staff-container .field-item, .staff-container .node-type-chapter-top-level-page #landing_hero_area, .node-type-chapter-top-level-page .staff-container #landing_hero_area, .staff-container #landing_hero_2018, .staff-container #overall-rating, .staff-container .filter-container, .staff-container #review-list {
  margin-bottom: 3em; }

.measures .grid, .measures #tabs.vertical > div, .measures .ui-accordion-content, .measures .view .ui-accordion .ui-accordion-content, .view .ui-accordion .measures .ui-accordion-content, .measures .split3, .measures .split2, .measures .page_content, .measures .field-item, .measures .node-type-chapter-top-level-page #landing_hero_area, .node-type-chapter-top-level-page .measures #landing_hero_area, .measures #landing_hero_2018, .measures #overall-rating, .measures .filter-container, .measures #review-list {
  padding: 1em 1em 0 1em;
  background: #efefef; }

.measures .grid:nth-child(even), .measures #tabs.vertical > div:nth-child(even), .measures .ui-accordion-content:nth-child(even), .measures .split3:nth-child(even), .measures .split2:nth-child(even), .measures .page_content:nth-child(even), .measures .field-item:nth-child(even), .measures .node-type-chapter-top-level-page #landing_hero_area:nth-child(even), .node-type-chapter-top-level-page .measures #landing_hero_area:nth-child(even), .measures #landing_hero_2018:nth-child(even), .measures #overall-rating:nth-child(even), .measures .filter-container:nth-child(even), .measures #review-list:nth-child(even) {
  background: #f9f9f9; }

.measures div.col-1-3, .measures .split3 div.col1, .split3 .measures div.col1, .measures .split3 div.col2, .split3 .measures div.col2, .measures .split3 div.col3, .split3 .measures div.col3 {
  text-align: center;
  padding-right: 1em; }

.measures img {
  width: 50px;
  max-width: 80%; }

.memCardContainer {
  max-width: 325px;
  max-height: 201px;
  border: 1px solid #55616d;
  min-height: 200px;
  position: relative; }

.memCardContainer img.cardimage {
  position: absolute;
  top: 100px;
  left: 5px;
  width: 318px;
  height: 94px;
  z-index: 4; }

.memCardContainer img.cardgreybox {
  position: absolute;
  top: 33px;
  left: 0;
  overflow: hidden;
  width: 323px;
  height: 165px;
  z-index: 2; }

.memCardContainer img.cardgreentop {
  position: absolute;
  top: 0;
  left: 0;
  width: 323px;
  height: 33px;
  z-index: 12;
  border-bottom: 3px solid #fcdc41; }

.memCardHead td {
  padding-left: 11px;
  z-index: 15;
  position: relative; }

.memCardContainer svg {
  position: relative;
  z-index: 16; }

.memCardText {
  border: 0;
  padding-top: 0; }

.memCardText p {
  font-size: 14px;
  position: relative;
  z-index: 9;
  margin-left: 5px;
  margin-top: 0; }

.memCardName {
  font-size: 20px;
  z-index: 7;
  position: relative; }

tr.memCardFoot {
  background: none !important; }

tr.memCardFoot td {
  border: 0; }

.page-node-109052.node-type-custom.breadcrumb {
  position: inherit; }
.page-node-109052 h2.thin.text--mega, .page-node-109052 .node-type-custom .membership-join-acp h2.text--mega, .node-type-custom .membership-join-acp .page-node-109052 h2.text--mega {
  margin: 1.15em 0 .25em 0; }
.page-node-109052 .full-width:first-of-type, .page-node-109052 .node-type-chapter-top-level-page #landing_hero_area:first-of-type, .node-type-chapter-top-level-page .page-node-109052 #landing_hero_area:first-of-type, .page-node-109052 #landing_hero_2018:first-of-type, .page-node-109052 .node-type-homepage .hero_full:first-of-type, .node-type-homepage .page-node-109052 .hero_full:first-of-type {
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 0; }
  .page-node-109052 .full-width:first-of-type .col-1-2:first-of-type, .page-node-109052 .node-type-chapter-top-level-page #landing_hero_area:first-of-type .col-1-2:first-of-type, .node-type-chapter-top-level-page .page-node-109052 #landing_hero_area:first-of-type .col-1-2:first-of-type, .page-node-109052 #landing_hero_2018:first-of-type .col-1-2:first-of-type, .page-node-109052 .node-type-homepage .hero_full:first-of-type .col-1-2:first-of-type, .node-type-homepage .page-node-109052 .hero_full:first-of-type .col-1-2:first-of-type, .page-node-109052 .full-width:first-of-type .split2 ul:first-of-type, .split2 .page-node-109052 .full-width:first-of-type ul:first-of-type, .page-node-109052 .node-type-chapter-top-level-page #landing_hero_area:first-of-type .split2 ul:first-of-type, .split2 .page-node-109052 .node-type-chapter-top-level-page #landing_hero_area:first-of-type ul:first-of-type, .node-type-chapter-top-level-page .page-node-109052 #landing_hero_area:first-of-type .split2 ul:first-of-type, .split2 .node-type-chapter-top-level-page .page-node-109052 #landing_hero_area:first-of-type ul:first-of-type, .page-node-109052 #landing_hero_2018:first-of-type .split2 ul:first-of-type, .split2 .page-node-109052 #landing_hero_2018:first-of-type ul:first-of-type, .page-node-109052 .node-type-homepage .hero_full:first-of-type .split2 ul:first-of-type, .split2 .page-node-109052 .node-type-homepage .hero_full:first-of-type ul:first-of-type, .node-type-homepage .page-node-109052 .hero_full:first-of-type .split2 ul:first-of-type, .split2 .node-type-homepage .page-node-109052 .hero_full:first-of-type ul:first-of-type, .page-node-109052 .full-width:first-of-type .split2 .col1:first-of-type, .split2 .page-node-109052 .full-width:first-of-type .col1:first-of-type, .page-node-109052 .node-type-chapter-top-level-page #landing_hero_area:first-of-type .split2 .col1:first-of-type, .split2 .page-node-109052 .node-type-chapter-top-level-page #landing_hero_area:first-of-type .col1:first-of-type, .node-type-chapter-top-level-page .page-node-109052 #landing_hero_area:first-of-type .split2 .col1:first-of-type, .split2 .node-type-chapter-top-level-page .page-node-109052 #landing_hero_area:first-of-type .col1:first-of-type, .page-node-109052 #landing_hero_2018:first-of-type .split2 .col1:first-of-type, .split2 .page-node-109052 #landing_hero_2018:first-of-type .col1:first-of-type, .page-node-109052 .node-type-homepage .hero_full:first-of-type .split2 .col1:first-of-type, .split2 .page-node-109052 .node-type-homepage .hero_full:first-of-type .col1:first-of-type, .node-type-homepage .page-node-109052 .hero_full:first-of-type .split2 .col1:first-of-type, .split2 .node-type-homepage .page-node-109052 .hero_full:first-of-type .col1:first-of-type, .page-node-109052 .full-width:first-of-type .split2 .col2:first-of-type, .split2 .page-node-109052 .full-width:first-of-type .col2:first-of-type, .page-node-109052 .node-type-chapter-top-level-page #landing_hero_area:first-of-type .split2 .col2:first-of-type, .split2 .page-node-109052 .node-type-chapter-top-level-page #landing_hero_area:first-of-type .col2:first-of-type, .node-type-chapter-top-level-page .page-node-109052 #landing_hero_area:first-of-type .split2 .col2:first-of-type, .split2 .node-type-chapter-top-level-page .page-node-109052 #landing_hero_area:first-of-type .col2:first-of-type, .page-node-109052 #landing_hero_2018:first-of-type .split2 .col2:first-of-type, .split2 .page-node-109052 #landing_hero_2018:first-of-type .col2:first-of-type, .page-node-109052 .node-type-homepage .hero_full:first-of-type .split2 .col2:first-of-type, .split2 .page-node-109052 .node-type-homepage .hero_full:first-of-type .col2:first-of-type, .node-type-homepage .page-node-109052 .hero_full:first-of-type .split2 .col2:first-of-type, .split2 .node-type-homepage .page-node-109052 .hero_full:first-of-type .col2:first-of-type, .page-node-109052 .full-width:first-of-type #myacp-header .login-panel .my-interests:first-of-type, #myacp-header .login-panel .page-node-109052 .full-width:first-of-type .my-interests:first-of-type, .page-node-109052 .node-type-chapter-top-level-page #landing_hero_area:first-of-type #myacp-header .login-panel .my-interests:first-of-type, #myacp-header .login-panel .page-node-109052 .node-type-chapter-top-level-page #landing_hero_area:first-of-type .my-interests:first-of-type, .node-type-chapter-top-level-page .page-node-109052 #landing_hero_area:first-of-type #myacp-header .login-panel .my-interests:first-of-type, #myacp-header .login-panel .node-type-chapter-top-level-page .page-node-109052 #landing_hero_area:first-of-type .my-interests:first-of-type, .page-node-109052 #landing_hero_2018:first-of-type #myacp-header .login-panel .my-interests:first-of-type, #myacp-header .login-panel .page-node-109052 #landing_hero_2018:first-of-type .my-interests:first-of-type, .page-node-109052 .node-type-homepage .hero_full:first-of-type #myacp-header .login-panel .my-interests:first-of-type, #myacp-header .login-panel .page-node-109052 .node-type-homepage .hero_full:first-of-type .my-interests:first-of-type, .node-type-homepage .page-node-109052 .hero_full:first-of-type #myacp-header .login-panel .my-interests:first-of-type, #myacp-header .login-panel .node-type-homepage .page-node-109052 .hero_full:first-of-type .my-interests:first-of-type, .page-node-109052 .full-width:first-of-type #myacp-header .myacp-panel .my-interests:first-of-type, #myacp-header .myacp-panel .page-node-109052 .full-width:first-of-type .my-interests:first-of-type, .page-node-109052 .node-type-chapter-top-level-page #landing_hero_area:first-of-type #myacp-header .myacp-panel .my-interests:first-of-type, #myacp-header .myacp-panel .page-node-109052 .node-type-chapter-top-level-page #landing_hero_area:first-of-type .my-interests:first-of-type, .node-type-chapter-top-level-page .page-node-109052 #landing_hero_area:first-of-type #myacp-header .myacp-panel .my-interests:first-of-type, #myacp-header .myacp-panel .node-type-chapter-top-level-page .page-node-109052 #landing_hero_area:first-of-type .my-interests:first-of-type, .page-node-109052 #landing_hero_2018:first-of-type #myacp-header .myacp-panel .my-interests:first-of-type, #myacp-header .myacp-panel .page-node-109052 #landing_hero_2018:first-of-type .my-interests:first-of-type, .page-node-109052 .node-type-homepage .hero_full:first-of-type #myacp-header .myacp-panel .my-interests:first-of-type, #myacp-header .myacp-panel .page-node-109052 .node-type-homepage .hero_full:first-of-type .my-interests:first-of-type, .node-type-homepage .page-node-109052 .hero_full:first-of-type #myacp-header .myacp-panel .my-interests:first-of-type, #myacp-header .myacp-panel .node-type-homepage .page-node-109052 .hero_full:first-of-type .my-interests:first-of-type, .page-node-109052 .full-width:first-of-type #myacp-header .login-panel .my-account:first-of-type, #myacp-header .login-panel .page-node-109052 .full-width:first-of-type .my-account:first-of-type, .page-node-109052 .node-type-chapter-top-level-page #landing_hero_area:first-of-type #myacp-header .login-panel .my-account:first-of-type, #myacp-header .login-panel .page-node-109052 .node-type-chapter-top-level-page #landing_hero_area:first-of-type .my-account:first-of-type, .node-type-chapter-top-level-page .page-node-109052 #landing_hero_area:first-of-type #myacp-header .login-panel .my-account:first-of-type, #myacp-header .login-panel .node-type-chapter-top-level-page .page-node-109052 #landing_hero_area:first-of-type .my-account:first-of-type, .page-node-109052 #landing_hero_2018:first-of-type #myacp-header .login-panel .my-account:first-of-type, #myacp-header .login-panel .page-node-109052 #landing_hero_2018:first-of-type .my-account:first-of-type, .page-node-109052 .node-type-homepage .hero_full:first-of-type #myacp-header .login-panel .my-account:first-of-type, #myacp-header .login-panel .page-node-109052 .node-type-homepage .hero_full:first-of-type .my-account:first-of-type, .node-type-homepage .page-node-109052 .hero_full:first-of-type #myacp-header .login-panel .my-account:first-of-type, #myacp-header .login-panel .node-type-homepage .page-node-109052 .hero_full:first-of-type .my-account:first-of-type, .page-node-109052 .full-width:first-of-type #myacp-header .myacp-panel .my-account:first-of-type, #myacp-header .myacp-panel .page-node-109052 .full-width:first-of-type .my-account:first-of-type, .page-node-109052 .node-type-chapter-top-level-page #landing_hero_area:first-of-type #myacp-header .myacp-panel .my-account:first-of-type, #myacp-header .myacp-panel .page-node-109052 .node-type-chapter-top-level-page #landing_hero_area:first-of-type .my-account:first-of-type, .node-type-chapter-top-level-page .page-node-109052 #landing_hero_area:first-of-type #myacp-header .myacp-panel .my-account:first-of-type, #myacp-header .myacp-panel .node-type-chapter-top-level-page .page-node-109052 #landing_hero_area:first-of-type .my-account:first-of-type, .page-node-109052 #landing_hero_2018:first-of-type #myacp-header .myacp-panel .my-account:first-of-type, #myacp-header .myacp-panel .page-node-109052 #landing_hero_2018:first-of-type .my-account:first-of-type, .page-node-109052 .node-type-homepage .hero_full:first-of-type #myacp-header .myacp-panel .my-account:first-of-type, #myacp-header .myacp-panel .page-node-109052 .node-type-homepage .hero_full:first-of-type .my-account:first-of-type, .node-type-homepage .page-node-109052 .hero_full:first-of-type #myacp-header .myacp-panel .my-account:first-of-type, #myacp-header .myacp-panel .node-type-homepage .page-node-109052 .hero_full:first-of-type .my-account:first-of-type {
    padding-bottom: 1em; }
  .page-node-109052 .full-width:first-of-type .col-1-2:last-of-type, .page-node-109052 .node-type-chapter-top-level-page #landing_hero_area:first-of-type .col-1-2:last-of-type, .node-type-chapter-top-level-page .page-node-109052 #landing_hero_area:first-of-type .col-1-2:last-of-type, .page-node-109052 #landing_hero_2018:first-of-type .col-1-2:last-of-type, .page-node-109052 .node-type-homepage .hero_full:first-of-type .col-1-2:last-of-type, .node-type-homepage .page-node-109052 .hero_full:first-of-type .col-1-2:last-of-type, .page-node-109052 .full-width:first-of-type .split2 ul:last-of-type, .split2 .page-node-109052 .full-width:first-of-type ul:last-of-type, .page-node-109052 .node-type-chapter-top-level-page #landing_hero_area:first-of-type .split2 ul:last-of-type, .split2 .page-node-109052 .node-type-chapter-top-level-page #landing_hero_area:first-of-type ul:last-of-type, .node-type-chapter-top-level-page .page-node-109052 #landing_hero_area:first-of-type .split2 ul:last-of-type, .split2 .node-type-chapter-top-level-page .page-node-109052 #landing_hero_area:first-of-type ul:last-of-type, .page-node-109052 #landing_hero_2018:first-of-type .split2 ul:last-of-type, .split2 .page-node-109052 #landing_hero_2018:first-of-type ul:last-of-type, .page-node-109052 .node-type-homepage .hero_full:first-of-type .split2 ul:last-of-type, .split2 .page-node-109052 .node-type-homepage .hero_full:first-of-type ul:last-of-type, .node-type-homepage .page-node-109052 .hero_full:first-of-type .split2 ul:last-of-type, .split2 .node-type-homepage .page-node-109052 .hero_full:first-of-type ul:last-of-type, .page-node-109052 .full-width:first-of-type .split2 .col1:last-of-type, .split2 .page-node-109052 .full-width:first-of-type .col1:last-of-type, .page-node-109052 .node-type-chapter-top-level-page #landing_hero_area:first-of-type .split2 .col1:last-of-type, .split2 .page-node-109052 .node-type-chapter-top-level-page #landing_hero_area:first-of-type .col1:last-of-type, .node-type-chapter-top-level-page .page-node-109052 #landing_hero_area:first-of-type .split2 .col1:last-of-type, .split2 .node-type-chapter-top-level-page .page-node-109052 #landing_hero_area:first-of-type .col1:last-of-type, .page-node-109052 #landing_hero_2018:first-of-type .split2 .col1:last-of-type, .split2 .page-node-109052 #landing_hero_2018:first-of-type .col1:last-of-type, .page-node-109052 .node-type-homepage .hero_full:first-of-type .split2 .col1:last-of-type, .split2 .page-node-109052 .node-type-homepage .hero_full:first-of-type .col1:last-of-type, .node-type-homepage .page-node-109052 .hero_full:first-of-type .split2 .col1:last-of-type, .split2 .node-type-homepage .page-node-109052 .hero_full:first-of-type .col1:last-of-type, .page-node-109052 .full-width:first-of-type .split2 .col2:last-of-type, .split2 .page-node-109052 .full-width:first-of-type .col2:last-of-type, .page-node-109052 .node-type-chapter-top-level-page #landing_hero_area:first-of-type .split2 .col2:last-of-type, .split2 .page-node-109052 .node-type-chapter-top-level-page #landing_hero_area:first-of-type .col2:last-of-type, .node-type-chapter-top-level-page .page-node-109052 #landing_hero_area:first-of-type .split2 .col2:last-of-type, .split2 .node-type-chapter-top-level-page .page-node-109052 #landing_hero_area:first-of-type .col2:last-of-type, .page-node-109052 #landing_hero_2018:first-of-type .split2 .col2:last-of-type, .split2 .page-node-109052 #landing_hero_2018:first-of-type .col2:last-of-type, .page-node-109052 .node-type-homepage .hero_full:first-of-type .split2 .col2:last-of-type, .split2 .page-node-109052 .node-type-homepage .hero_full:first-of-type .col2:last-of-type, .node-type-homepage .page-node-109052 .hero_full:first-of-type .split2 .col2:last-of-type, .split2 .node-type-homepage .page-node-109052 .hero_full:first-of-type .col2:last-of-type, .page-node-109052 .full-width:first-of-type #myacp-header .login-panel .my-interests:last-of-type, #myacp-header .login-panel .page-node-109052 .full-width:first-of-type .my-interests:last-of-type, .page-node-109052 .node-type-chapter-top-level-page #landing_hero_area:first-of-type #myacp-header .login-panel .my-interests:last-of-type, #myacp-header .login-panel .page-node-109052 .node-type-chapter-top-level-page #landing_hero_area:first-of-type .my-interests:last-of-type, .node-type-chapter-top-level-page .page-node-109052 #landing_hero_area:first-of-type #myacp-header .login-panel .my-interests:last-of-type, #myacp-header .login-panel .node-type-chapter-top-level-page .page-node-109052 #landing_hero_area:first-of-type .my-interests:last-of-type, .page-node-109052 #landing_hero_2018:first-of-type #myacp-header .login-panel .my-interests:last-of-type, #myacp-header .login-panel .page-node-109052 #landing_hero_2018:first-of-type .my-interests:last-of-type, .page-node-109052 .node-type-homepage .hero_full:first-of-type #myacp-header .login-panel .my-interests:last-of-type, #myacp-header .login-panel .page-node-109052 .node-type-homepage .hero_full:first-of-type .my-interests:last-of-type, .node-type-homepage .page-node-109052 .hero_full:first-of-type #myacp-header .login-panel .my-interests:last-of-type, #myacp-header .login-panel .node-type-homepage .page-node-109052 .hero_full:first-of-type .my-interests:last-of-type, .page-node-109052 .full-width:first-of-type #myacp-header .myacp-panel .my-interests:last-of-type, #myacp-header .myacp-panel .page-node-109052 .full-width:first-of-type .my-interests:last-of-type, .page-node-109052 .node-type-chapter-top-level-page #landing_hero_area:first-of-type #myacp-header .myacp-panel .my-interests:last-of-type, #myacp-header .myacp-panel .page-node-109052 .node-type-chapter-top-level-page #landing_hero_area:first-of-type .my-interests:last-of-type, .node-type-chapter-top-level-page .page-node-109052 #landing_hero_area:first-of-type #myacp-header .myacp-panel .my-interests:last-of-type, #myacp-header .myacp-panel .node-type-chapter-top-level-page .page-node-109052 #landing_hero_area:first-of-type .my-interests:last-of-type, .page-node-109052 #landing_hero_2018:first-of-type #myacp-header .myacp-panel .my-interests:last-of-type, #myacp-header .myacp-panel .page-node-109052 #landing_hero_2018:first-of-type .my-interests:last-of-type, .page-node-109052 .node-type-homepage .hero_full:first-of-type #myacp-header .myacp-panel .my-interests:last-of-type, #myacp-header .myacp-panel .page-node-109052 .node-type-homepage .hero_full:first-of-type .my-interests:last-of-type, .node-type-homepage .page-node-109052 .hero_full:first-of-type #myacp-header .myacp-panel .my-interests:last-of-type, #myacp-header .myacp-panel .node-type-homepage .page-node-109052 .hero_full:first-of-type .my-interests:last-of-type, .page-node-109052 .full-width:first-of-type #myacp-header .login-panel .my-account:last-of-type, #myacp-header .login-panel .page-node-109052 .full-width:first-of-type .my-account:last-of-type, .page-node-109052 .node-type-chapter-top-level-page #landing_hero_area:first-of-type #myacp-header .login-panel .my-account:last-of-type, #myacp-header .login-panel .page-node-109052 .node-type-chapter-top-level-page #landing_hero_area:first-of-type .my-account:last-of-type, .node-type-chapter-top-level-page .page-node-109052 #landing_hero_area:first-of-type #myacp-header .login-panel .my-account:last-of-type, #myacp-header .login-panel .node-type-chapter-top-level-page .page-node-109052 #landing_hero_area:first-of-type .my-account:last-of-type, .page-node-109052 #landing_hero_2018:first-of-type #myacp-header .login-panel .my-account:last-of-type, #myacp-header .login-panel .page-node-109052 #landing_hero_2018:first-of-type .my-account:last-of-type, .page-node-109052 .node-type-homepage .hero_full:first-of-type #myacp-header .login-panel .my-account:last-of-type, #myacp-header .login-panel .page-node-109052 .node-type-homepage .hero_full:first-of-type .my-account:last-of-type, .node-type-homepage .page-node-109052 .hero_full:first-of-type #myacp-header .login-panel .my-account:last-of-type, #myacp-header .login-panel .node-type-homepage .page-node-109052 .hero_full:first-of-type .my-account:last-of-type, .page-node-109052 .full-width:first-of-type #myacp-header .myacp-panel .my-account:last-of-type, #myacp-header .myacp-panel .page-node-109052 .full-width:first-of-type .my-account:last-of-type, .page-node-109052 .node-type-chapter-top-level-page #landing_hero_area:first-of-type #myacp-header .myacp-panel .my-account:last-of-type, #myacp-header .myacp-panel .page-node-109052 .node-type-chapter-top-level-page #landing_hero_area:first-of-type .my-account:last-of-type, .node-type-chapter-top-level-page .page-node-109052 #landing_hero_area:first-of-type #myacp-header .myacp-panel .my-account:last-of-type, #myacp-header .myacp-panel .node-type-chapter-top-level-page .page-node-109052 #landing_hero_area:first-of-type .my-account:last-of-type, .page-node-109052 #landing_hero_2018:first-of-type #myacp-header .myacp-panel .my-account:last-of-type, #myacp-header .myacp-panel .page-node-109052 #landing_hero_2018:first-of-type .my-account:last-of-type, .page-node-109052 .node-type-homepage .hero_full:first-of-type #myacp-header .myacp-panel .my-account:last-of-type, #myacp-header .myacp-panel .page-node-109052 .node-type-homepage .hero_full:first-of-type .my-account:last-of-type, .node-type-homepage .page-node-109052 .hero_full:first-of-type #myacp-header .myacp-panel .my-account:last-of-type, #myacp-header .myacp-panel .node-type-homepage .page-node-109052 .hero_full:first-of-type .my-account:last-of-type {
    margin-bottom: 0; }
.page-node-109052 .full-width:last-of-type, .page-node-109052 .node-type-chapter-top-level-page #landing_hero_area:last-of-type, .node-type-chapter-top-level-page .page-node-109052 #landing_hero_area:last-of-type, .page-node-109052 #landing_hero_2018:last-of-type, .page-node-109052 .node-type-homepage .hero_full:last-of-type, .node-type-homepage .page-node-109052 .hero_full:last-of-type {
  margin-bottom: -3em;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0; }
.page-node-109052 .full-width .grid, .page-node-109052 .node-type-chapter-top-level-page #landing_hero_area .grid, .node-type-chapter-top-level-page .page-node-109052 #landing_hero_area .grid, .page-node-109052 #landing_hero_2018 .grid, .page-node-109052 .node-type-homepage .hero_full .grid, .node-type-homepage .page-node-109052 .hero_full .grid, .page-node-109052 .full-width #tabs.vertical > div, .page-node-109052 .node-type-chapter-top-level-page #landing_hero_area #tabs.vertical > div, .node-type-chapter-top-level-page .page-node-109052 #landing_hero_area #tabs.vertical > div, .page-node-109052 #landing_hero_2018 #tabs.vertical > div, .page-node-109052 .node-type-homepage .hero_full #tabs.vertical > div, .node-type-homepage .page-node-109052 .hero_full #tabs.vertical > div, .page-node-109052 .full-width .ui-accordion-content, .page-node-109052 .node-type-chapter-top-level-page #landing_hero_area .ui-accordion-content, .node-type-chapter-top-level-page .page-node-109052 #landing_hero_area .ui-accordion-content, .page-node-109052 #landing_hero_2018 .ui-accordion-content, .page-node-109052 .node-type-homepage .hero_full .ui-accordion-content, .node-type-homepage .page-node-109052 .hero_full .ui-accordion-content, .page-node-109052 .full-width .split3, .page-node-109052 .node-type-chapter-top-level-page #landing_hero_area .split3, .node-type-chapter-top-level-page .page-node-109052 #landing_hero_area .split3, .page-node-109052 #landing_hero_2018 .split3, .page-node-109052 .node-type-homepage .hero_full .split3, .node-type-homepage .page-node-109052 .hero_full .split3, .page-node-109052 .full-width .split2, .page-node-109052 .node-type-chapter-top-level-page #landing_hero_area .split2, .node-type-chapter-top-level-page .page-node-109052 #landing_hero_area .split2, .page-node-109052 #landing_hero_2018 .split2, .page-node-109052 .node-type-homepage .hero_full .split2, .node-type-homepage .page-node-109052 .hero_full .split2, .page-node-109052 .full-width .page_content, .page-node-109052 .node-type-chapter-top-level-page #landing_hero_area .page_content, .node-type-chapter-top-level-page .page-node-109052 #landing_hero_area .page_content, .page-node-109052 #landing_hero_2018 .page_content, .page-node-109052 .node-type-homepage .hero_full .page_content, .node-type-homepage .page-node-109052 .hero_full .page_content, .page-node-109052 .full-width .field-item, .page-node-109052 .node-type-chapter-top-level-page #landing_hero_area .field-item, .node-type-chapter-top-level-page .page-node-109052 #landing_hero_area .field-item, .page-node-109052 #landing_hero_2018 .field-item, .page-node-109052 .node-type-homepage .hero_full .field-item, .node-type-homepage .page-node-109052 .hero_full .field-item, .page-node-109052 .full-width .node-type-chapter-top-level-page #landing_hero_area, .node-type-chapter-top-level-page .page-node-109052 .full-width #landing_hero_area, .page-node-109052 .node-type-chapter-top-level-page #landing_hero_area #landing_hero_area, .node-type-chapter-top-level-page .page-node-109052 #landing_hero_area #landing_hero_area, .page-node-109052 #landing_hero_2018 .node-type-chapter-top-level-page #landing_hero_area, .node-type-chapter-top-level-page .page-node-109052 #landing_hero_2018 #landing_hero_area, .page-node-109052 .node-type-homepage .hero_full .node-type-chapter-top-level-page #landing_hero_area, .node-type-chapter-top-level-page .page-node-109052 .node-type-homepage .hero_full #landing_hero_area, .node-type-homepage .page-node-109052 .hero_full .node-type-chapter-top-level-page #landing_hero_area, .node-type-chapter-top-level-page .node-type-homepage .page-node-109052 .hero_full #landing_hero_area, .page-node-109052 .full-width #landing_hero_2018, .page-node-109052 .node-type-chapter-top-level-page #landing_hero_area #landing_hero_2018, .node-type-chapter-top-level-page .page-node-109052 #landing_hero_area #landing_hero_2018, .page-node-109052 #landing_hero_2018 #landing_hero_2018, .page-node-109052 .node-type-homepage .hero_full #landing_hero_2018, .node-type-homepage .page-node-109052 .hero_full #landing_hero_2018, .page-node-109052 .full-width #overall-rating, .page-node-109052 .node-type-chapter-top-level-page #landing_hero_area #overall-rating, .node-type-chapter-top-level-page .page-node-109052 #landing_hero_area #overall-rating, .page-node-109052 #landing_hero_2018 #overall-rating, .page-node-109052 .node-type-homepage .hero_full #overall-rating, .node-type-homepage .page-node-109052 .hero_full #overall-rating, .page-node-109052 .full-width .filter-container, .page-node-109052 .node-type-chapter-top-level-page #landing_hero_area .filter-container, .node-type-chapter-top-level-page .page-node-109052 #landing_hero_area .filter-container, .page-node-109052 #landing_hero_2018 .filter-container, .page-node-109052 .node-type-homepage .hero_full .filter-container, .node-type-homepage .page-node-109052 .hero_full .filter-container, .page-node-109052 .full-width #review-list, .page-node-109052 .node-type-chapter-top-level-page #landing_hero_area #review-list, .node-type-chapter-top-level-page .page-node-109052 #landing_hero_area #review-list, .page-node-109052 #landing_hero_2018 #review-list, .page-node-109052 .node-type-homepage .hero_full #review-list, .node-type-homepage .page-node-109052 .hero_full #review-list {
  display: flex; }
  @media (max-width: 780px) {
    .page-node-109052 .full-width .grid, .page-node-109052 .node-type-chapter-top-level-page #landing_hero_area .grid, .node-type-chapter-top-level-page .page-node-109052 #landing_hero_area .grid, .page-node-109052 #landing_hero_2018 .grid, .page-node-109052 .node-type-homepage .hero_full .grid, .node-type-homepage .page-node-109052 .hero_full .grid, .page-node-109052 .full-width #tabs.vertical > div, .page-node-109052 .node-type-chapter-top-level-page #landing_hero_area #tabs.vertical > div, .node-type-chapter-top-level-page .page-node-109052 #landing_hero_area #tabs.vertical > div, .page-node-109052 #landing_hero_2018 #tabs.vertical > div, .page-node-109052 .node-type-homepage .hero_full #tabs.vertical > div, .node-type-homepage .page-node-109052 .hero_full #tabs.vertical > div, .page-node-109052 .full-width .ui-accordion-content, .page-node-109052 .node-type-chapter-top-level-page #landing_hero_area .ui-accordion-content, .node-type-chapter-top-level-page .page-node-109052 #landing_hero_area .ui-accordion-content, .page-node-109052 #landing_hero_2018 .ui-accordion-content, .page-node-109052 .node-type-homepage .hero_full .ui-accordion-content, .node-type-homepage .page-node-109052 .hero_full .ui-accordion-content, .page-node-109052 .full-width .split3, .page-node-109052 .node-type-chapter-top-level-page #landing_hero_area .split3, .node-type-chapter-top-level-page .page-node-109052 #landing_hero_area .split3, .page-node-109052 #landing_hero_2018 .split3, .page-node-109052 .node-type-homepage .hero_full .split3, .node-type-homepage .page-node-109052 .hero_full .split3, .page-node-109052 .full-width .split2, .page-node-109052 .node-type-chapter-top-level-page #landing_hero_area .split2, .node-type-chapter-top-level-page .page-node-109052 #landing_hero_area .split2, .page-node-109052 #landing_hero_2018 .split2, .page-node-109052 .node-type-homepage .hero_full .split2, .node-type-homepage .page-node-109052 .hero_full .split2, .page-node-109052 .full-width .page_content, .page-node-109052 .node-type-chapter-top-level-page #landing_hero_area .page_content, .node-type-chapter-top-level-page .page-node-109052 #landing_hero_area .page_content, .page-node-109052 #landing_hero_2018 .page_content, .page-node-109052 .node-type-homepage .hero_full .page_content, .node-type-homepage .page-node-109052 .hero_full .page_content, .page-node-109052 .full-width .field-item, .page-node-109052 .node-type-chapter-top-level-page #landing_hero_area .field-item, .node-type-chapter-top-level-page .page-node-109052 #landing_hero_area .field-item, .page-node-109052 #landing_hero_2018 .field-item, .page-node-109052 .node-type-homepage .hero_full .field-item, .node-type-homepage .page-node-109052 .hero_full .field-item, .page-node-109052 .full-width .node-type-chapter-top-level-page #landing_hero_area, .node-type-chapter-top-level-page .page-node-109052 .full-width #landing_hero_area, .page-node-109052 .node-type-chapter-top-level-page #landing_hero_area #landing_hero_area, .node-type-chapter-top-level-page .page-node-109052 #landing_hero_area #landing_hero_area, .page-node-109052 #landing_hero_2018 .node-type-chapter-top-level-page #landing_hero_area, .node-type-chapter-top-level-page .page-node-109052 #landing_hero_2018 #landing_hero_area, .page-node-109052 .node-type-homepage .hero_full .node-type-chapter-top-level-page #landing_hero_area, .node-type-chapter-top-level-page .page-node-109052 .node-type-homepage .hero_full #landing_hero_area, .node-type-homepage .page-node-109052 .hero_full .node-type-chapter-top-level-page #landing_hero_area, .node-type-chapter-top-level-page .node-type-homepage .page-node-109052 .hero_full #landing_hero_area, .page-node-109052 .full-width #landing_hero_2018, .page-node-109052 .node-type-chapter-top-level-page #landing_hero_area #landing_hero_2018, .node-type-chapter-top-level-page .page-node-109052 #landing_hero_area #landing_hero_2018, .page-node-109052 #landing_hero_2018 #landing_hero_2018, .page-node-109052 .node-type-homepage .hero_full #landing_hero_2018, .node-type-homepage .page-node-109052 .hero_full #landing_hero_2018, .page-node-109052 .full-width #overall-rating, .page-node-109052 .node-type-chapter-top-level-page #landing_hero_area #overall-rating, .node-type-chapter-top-level-page .page-node-109052 #landing_hero_area #overall-rating, .page-node-109052 #landing_hero_2018 #overall-rating, .page-node-109052 .node-type-homepage .hero_full #overall-rating, .node-type-homepage .page-node-109052 .hero_full #overall-rating, .page-node-109052 .full-width .filter-container, .page-node-109052 .node-type-chapter-top-level-page #landing_hero_area .filter-container, .node-type-chapter-top-level-page .page-node-109052 #landing_hero_area .filter-container, .page-node-109052 #landing_hero_2018 .filter-container, .page-node-109052 .node-type-homepage .hero_full .filter-container, .node-type-homepage .page-node-109052 .hero_full .filter-container, .page-node-109052 .full-width #review-list, .page-node-109052 .node-type-chapter-top-level-page #landing_hero_area #review-list, .node-type-chapter-top-level-page .page-node-109052 #landing_hero_area #review-list, .page-node-109052 #landing_hero_2018 #review-list, .page-node-109052 .node-type-homepage .hero_full #review-list, .node-type-homepage .page-node-109052 .hero_full #review-list {
      display: inline-block; } }
.page-node-109052 .animation-col {
  display: flex;
  align-self: flex-end; }
  .page-node-109052 .animation-col .animation-container {
    position: relative;
    display: flex;
    align-self: flex-end;
    /* from animate.css */ }
    @media (max-width: 780px) {
      .page-node-109052 .animation-col .animation-container {
        bottom: -6px; } }
    .page-node-109052 .animation-col .animation-container .globe {
      width: 100%;
      position: relative;
      align-self: center; }
    .page-node-109052 .animation-col .animation-container .pin {
      width: 6%;
      position: absolute;
      visibility: hidden; }
    .page-node-109052 .animation-col .animation-container .animated {
      visibility: visible;
      -webkit-animation-duration: 1s;
      animation-duration: 1s;
      -webkit-animation-fill-mode: both;
      animation-fill-mode: both; }
@-webkit-keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
@keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
    .page-node-109052 .animation-col .animation-container .fadeInDownBig {
      -webkit-animation-name: fadeInDownBig;
      animation-name: fadeInDownBig; }
.page-node-109052 .key-benefits {
  padding: .5em 0 2em 0; }
  .page-node-109052 .key-benefits li {
    display: flex; }
    .page-node-109052 .key-benefits li .icon-shape-circle {
      padding-top: .3em; }
  @media screen and (min-width: 1280px) {
    .page-node-109052 .key-benefits {
      background: linear-gradient(to left, rgba(255, 255, 255, 0) 30%, rgba(255, 255, 255, 0.5) 35%, #ffffff 50%), url("/sites/default/files/images/membership/membership_members_walking.jpg") no-repeat right top;
      background-size: auto 100%;
      margin-right: -1em; } }
  @media screen and (min-width: 960px) and (max-width: 1280px) {
    .page-node-109052 .key-benefits {
      background: linear-gradient(to left, rgba(255, 255, 255, 0) 30%, rgba(255, 255, 255, 0.5) 35%, #ffffff 50%), url("/sites/default/files/images/membership/membership_members_walking.jpg") no-repeat right -6em top;
      background-size: auto 100%;
      margin-right: -1em; }
      .page-node-109052 .key-benefits ul {
        float: left;
        max-width: 55%; } }
  @media screen and (min-width: 630px) and (max-width: 960px) {
    .page-node-109052 .key-benefits {
      background: linear-gradient(to left, rgba(255, 255, 255, 0) 30%, rgba(255, 255, 255, 0.5) 35%, #ffffff 50%), url("/sites/default/files/images/membership/membership_members_walking.jpg") no-repeat right -16em top;
      background-size: auto 100%;
      margin-right: -1em; }
      .page-node-109052 .key-benefits ul {
        float: left;
        max-width: 55%; } }
  @media screen and (max-width: 630px) {
    .page-node-109052 .key-benefits {
      background: url("/sites/default/files/images/membership/membership_members_walking.jpg") no-repeat;
      background-size: auto 350px;
      background-position: calc(50% - -33%) bottom;
      padding-bottom: 350px;
      margin: 0 -1em; }
      .page-node-109052 .key-benefits ul, .page-node-109052 .key-benefits h3, .page-node-109052 .key-benefits .limit-search {
        margin-left: 1em;
        margin-right: 1em; } }
.page-node-109052 .discover-benefits {
  padding: .5em 0 2em 0; }
  .page-node-109052 .discover-benefits .grid .col-1-2, .page-node-109052 .discover-benefits #tabs.vertical > div .col-1-2, .page-node-109052 .discover-benefits .ui-accordion-content .col-1-2, .page-node-109052 .discover-benefits .view .ui-accordion .ui-accordion-content .col-1-2, .view .ui-accordion .page-node-109052 .discover-benefits .ui-accordion-content .col-1-2, .page-node-109052 .discover-benefits .split3 .col-1-2, .page-node-109052 .discover-benefits .split2 .col-1-2, .page-node-109052 .discover-benefits .page_content .col-1-2, .page-node-109052 .discover-benefits .field-item .col-1-2, .page-node-109052 .discover-benefits .node-type-chapter-top-level-page #landing_hero_area .col-1-2, .node-type-chapter-top-level-page .page-node-109052 .discover-benefits #landing_hero_area .col-1-2, .page-node-109052 .discover-benefits #landing_hero_2018 .col-1-2, .page-node-109052 .discover-benefits #overall-rating .col-1-2, .page-node-109052 .discover-benefits .filter-container .col-1-2, .page-node-109052 .discover-benefits #review-list .col-1-2, .page-node-109052 .discover-benefits .grid .split2 ul, .split2 .page-node-109052 .discover-benefits .grid ul, .page-node-109052 .discover-benefits #tabs.vertical > div .split2 ul, .split2 .page-node-109052 .discover-benefits #tabs.vertical > div ul, .page-node-109052 .discover-benefits .ui-accordion-content .split2 ul, .split2 .page-node-109052 .discover-benefits .ui-accordion-content ul, .page-node-109052 .discover-benefits .view .ui-accordion .ui-accordion-content .split2 ul, .split2 .page-node-109052 .discover-benefits .view .ui-accordion .ui-accordion-content ul, .view .ui-accordion .page-node-109052 .discover-benefits .ui-accordion-content .split2 ul, .split2 .view .ui-accordion .page-node-109052 .discover-benefits .ui-accordion-content ul, .page-node-109052 .discover-benefits .split3 .split2 ul, .split2 .page-node-109052 .discover-benefits .split3 ul, .page-node-109052 .discover-benefits .split2 ul, .page-node-109052 .discover-benefits .page_content .split2 ul, .split2 .page-node-109052 .discover-benefits .page_content ul, .page-node-109052 .discover-benefits .field-item .split2 ul, .split2 .page-node-109052 .discover-benefits .field-item ul, .page-node-109052 .discover-benefits .node-type-chapter-top-level-page #landing_hero_area .split2 ul, .split2 .page-node-109052 .discover-benefits .node-type-chapter-top-level-page #landing_hero_area ul, .node-type-chapter-top-level-page .page-node-109052 .discover-benefits #landing_hero_area .split2 ul, .split2 .node-type-chapter-top-level-page .page-node-109052 .discover-benefits #landing_hero_area ul, .page-node-109052 .discover-benefits #landing_hero_2018 .split2 ul, .split2 .page-node-109052 .discover-benefits #landing_hero_2018 ul, .page-node-109052 .discover-benefits #overall-rating .split2 ul, .split2 .page-node-109052 .discover-benefits #overall-rating ul, .page-node-109052 .discover-benefits .filter-container .split2 ul, .split2 .page-node-109052 .discover-benefits .filter-container ul, .page-node-109052 .discover-benefits #review-list .split2 ul, .split2 .page-node-109052 .discover-benefits #review-list ul, .page-node-109052 .discover-benefits .grid .split2 .col1, .split2 .page-node-109052 .discover-benefits .grid .col1, .page-node-109052 .discover-benefits #tabs.vertical > div .split2 .col1, .split2 .page-node-109052 .discover-benefits #tabs.vertical > div .col1, .page-node-109052 .discover-benefits .ui-accordion-content .split2 .col1, .split2 .page-node-109052 .discover-benefits .ui-accordion-content .col1, .page-node-109052 .discover-benefits .view .ui-accordion .ui-accordion-content .split2 .col1, .split2 .page-node-109052 .discover-benefits .view .ui-accordion .ui-accordion-content .col1, .view .ui-accordion .page-node-109052 .discover-benefits .ui-accordion-content .split2 .col1, .split2 .view .ui-accordion .page-node-109052 .discover-benefits .ui-accordion-content .col1, .page-node-109052 .discover-benefits .split3 .split2 .col1, .split2 .page-node-109052 .discover-benefits .split3 .col1, .page-node-109052 .discover-benefits .split2 .col1, .page-node-109052 .discover-benefits .page_content .split2 .col1, .split2 .page-node-109052 .discover-benefits .page_content .col1, .page-node-109052 .discover-benefits .field-item .split2 .col1, .split2 .page-node-109052 .discover-benefits .field-item .col1, .page-node-109052 .discover-benefits .node-type-chapter-top-level-page #landing_hero_area .split2 .col1, .split2 .page-node-109052 .discover-benefits .node-type-chapter-top-level-page #landing_hero_area .col1, .node-type-chapter-top-level-page .page-node-109052 .discover-benefits #landing_hero_area .split2 .col1, .split2 .node-type-chapter-top-level-page .page-node-109052 .discover-benefits #landing_hero_area .col1, .page-node-109052 .discover-benefits #landing_hero_2018 .split2 .col1, .split2 .page-node-109052 .discover-benefits #landing_hero_2018 .col1, .page-node-109052 .discover-benefits #overall-rating .split2 .col1, .split2 .page-node-109052 .discover-benefits #overall-rating .col1, .page-node-109052 .discover-benefits .filter-container .split2 .col1, .split2 .page-node-109052 .discover-benefits .filter-container .col1, .page-node-109052 .discover-benefits #review-list .split2 .col1, .split2 .page-node-109052 .discover-benefits #review-list .col1, .page-node-109052 .discover-benefits .grid .split2 .col2, .split2 .page-node-109052 .discover-benefits .grid .col2, .page-node-109052 .discover-benefits #tabs.vertical > div .split2 .col2, .split2 .page-node-109052 .discover-benefits #tabs.vertical > div .col2, .page-node-109052 .discover-benefits .ui-accordion-content .split2 .col2, .split2 .page-node-109052 .discover-benefits .ui-accordion-content .col2, .page-node-109052 .discover-benefits .view .ui-accordion .ui-accordion-content .split2 .col2, .split2 .page-node-109052 .discover-benefits .view .ui-accordion .ui-accordion-content .col2, .view .ui-accordion .page-node-109052 .discover-benefits .ui-accordion-content .split2 .col2, .split2 .view .ui-accordion .page-node-109052 .discover-benefits .ui-accordion-content .col2, .page-node-109052 .discover-benefits .split3 .split2 .col2, .split2 .page-node-109052 .discover-benefits .split3 .col2, .page-node-109052 .discover-benefits .split2 .col2, .page-node-109052 .discover-benefits .page_content .split2 .col2, .split2 .page-node-109052 .discover-benefits .page_content .col2, .page-node-109052 .discover-benefits .field-item .split2 .col2, .split2 .page-node-109052 .discover-benefits .field-item .col2, .page-node-109052 .discover-benefits .node-type-chapter-top-level-page #landing_hero_area .split2 .col2, .split2 .page-node-109052 .discover-benefits .node-type-chapter-top-level-page #landing_hero_area .col2, .node-type-chapter-top-level-page .page-node-109052 .discover-benefits #landing_hero_area .split2 .col2, .split2 .node-type-chapter-top-level-page .page-node-109052 .discover-benefits #landing_hero_area .col2, .page-node-109052 .discover-benefits #landing_hero_2018 .split2 .col2, .split2 .page-node-109052 .discover-benefits #landing_hero_2018 .col2, .page-node-109052 .discover-benefits #overall-rating .split2 .col2, .split2 .page-node-109052 .discover-benefits #overall-rating .col2, .page-node-109052 .discover-benefits .filter-container .split2 .col2, .split2 .page-node-109052 .discover-benefits .filter-container .col2, .page-node-109052 .discover-benefits #review-list .split2 .col2, .split2 .page-node-109052 .discover-benefits #review-list .col2, .page-node-109052 .discover-benefits .grid #myacp-header .login-panel .my-interests, #myacp-header .login-panel .page-node-109052 .discover-benefits .grid .my-interests, .page-node-109052 .discover-benefits #tabs.vertical > div #myacp-header .login-panel .my-interests, #myacp-header .login-panel .page-node-109052 .discover-benefits #tabs.vertical > div .my-interests, .page-node-109052 .discover-benefits .ui-accordion-content #myacp-header .login-panel .my-interests, #myacp-header .login-panel .page-node-109052 .discover-benefits .ui-accordion-content .my-interests, .page-node-109052 .discover-benefits .view .ui-accordion .ui-accordion-content #myacp-header .login-panel .my-interests, #myacp-header .login-panel .page-node-109052 .discover-benefits .view .ui-accordion .ui-accordion-content .my-interests, .view .ui-accordion .page-node-109052 .discover-benefits .ui-accordion-content #myacp-header .login-panel .my-interests, #myacp-header .login-panel .view .ui-accordion .page-node-109052 .discover-benefits .ui-accordion-content .my-interests, .page-node-109052 .discover-benefits .split3 #myacp-header .login-panel .my-interests, #myacp-header .login-panel .page-node-109052 .discover-benefits .split3 .my-interests, .page-node-109052 .discover-benefits .split2 #myacp-header .login-panel .my-interests, #myacp-header .login-panel .page-node-109052 .discover-benefits .split2 .my-interests, .page-node-109052 .discover-benefits .page_content #myacp-header .login-panel .my-interests, #myacp-header .login-panel .page-node-109052 .discover-benefits .page_content .my-interests, .page-node-109052 .discover-benefits .field-item #myacp-header .login-panel .my-interests, #myacp-header .login-panel .page-node-109052 .discover-benefits .field-item .my-interests, .page-node-109052 .discover-benefits .node-type-chapter-top-level-page #landing_hero_area #myacp-header .login-panel .my-interests, #myacp-header .login-panel .page-node-109052 .discover-benefits .node-type-chapter-top-level-page #landing_hero_area .my-interests, .node-type-chapter-top-level-page .page-node-109052 .discover-benefits #landing_hero_area #myacp-header .login-panel .my-interests, #myacp-header .login-panel .node-type-chapter-top-level-page .page-node-109052 .discover-benefits #landing_hero_area .my-interests, .page-node-109052 .discover-benefits #landing_hero_2018 #myacp-header .login-panel .my-interests, #myacp-header .login-panel .page-node-109052 .discover-benefits #landing_hero_2018 .my-interests, .page-node-109052 .discover-benefits #overall-rating #myacp-header .login-panel .my-interests, #myacp-header .login-panel .page-node-109052 .discover-benefits #overall-rating .my-interests, .page-node-109052 .discover-benefits .filter-container #myacp-header .login-panel .my-interests, #myacp-header .login-panel .page-node-109052 .discover-benefits .filter-container .my-interests, .page-node-109052 .discover-benefits #review-list #myacp-header .login-panel .my-interests, #myacp-header .login-panel .page-node-109052 .discover-benefits #review-list .my-interests, .page-node-109052 .discover-benefits .grid #myacp-header .myacp-panel .my-interests, #myacp-header .myacp-panel .page-node-109052 .discover-benefits .grid .my-interests, .page-node-109052 .discover-benefits #tabs.vertical > div #myacp-header .myacp-panel .my-interests, #myacp-header .myacp-panel .page-node-109052 .discover-benefits #tabs.vertical > div .my-interests, .page-node-109052 .discover-benefits .ui-accordion-content #myacp-header .myacp-panel .my-interests, #myacp-header .myacp-panel .page-node-109052 .discover-benefits .ui-accordion-content .my-interests, .page-node-109052 .discover-benefits .view .ui-accordion .ui-accordion-content #myacp-header .myacp-panel .my-interests, #myacp-header .myacp-panel .page-node-109052 .discover-benefits .view .ui-accordion .ui-accordion-content .my-interests, .view .ui-accordion .page-node-109052 .discover-benefits .ui-accordion-content #myacp-header .myacp-panel .my-interests, #myacp-header .myacp-panel .view .ui-accordion .page-node-109052 .discover-benefits .ui-accordion-content .my-interests, .page-node-109052 .discover-benefits .split3 #myacp-header .myacp-panel .my-interests, #myacp-header .myacp-panel .page-node-109052 .discover-benefits .split3 .my-interests, .page-node-109052 .discover-benefits .split2 #myacp-header .myacp-panel .my-interests, #myacp-header .myacp-panel .page-node-109052 .discover-benefits .split2 .my-interests, .page-node-109052 .discover-benefits .page_content #myacp-header .myacp-panel .my-interests, #myacp-header .myacp-panel .page-node-109052 .discover-benefits .page_content .my-interests, .page-node-109052 .discover-benefits .field-item #myacp-header .myacp-panel .my-interests, #myacp-header .myacp-panel .page-node-109052 .discover-benefits .field-item .my-interests, .page-node-109052 .discover-benefits .node-type-chapter-top-level-page #landing_hero_area #myacp-header .myacp-panel .my-interests, #myacp-header .myacp-panel .page-node-109052 .discover-benefits .node-type-chapter-top-level-page #landing_hero_area .my-interests, .node-type-chapter-top-level-page .page-node-109052 .discover-benefits #landing_hero_area #myacp-header .myacp-panel .my-interests, #myacp-header .myacp-panel .node-type-chapter-top-level-page .page-node-109052 .discover-benefits #landing_hero_area .my-interests, .page-node-109052 .discover-benefits #landing_hero_2018 #myacp-header .myacp-panel .my-interests, #myacp-header .myacp-panel .page-node-109052 .discover-benefits #landing_hero_2018 .my-interests, .page-node-109052 .discover-benefits #overall-rating #myacp-header .myacp-panel .my-interests, #myacp-header .myacp-panel .page-node-109052 .discover-benefits #overall-rating .my-interests, .page-node-109052 .discover-benefits .filter-container #myacp-header .myacp-panel .my-interests, #myacp-header .myacp-panel .page-node-109052 .discover-benefits .filter-container .my-interests, .page-node-109052 .discover-benefits #review-list #myacp-header .myacp-panel .my-interests, #myacp-header .myacp-panel .page-node-109052 .discover-benefits #review-list .my-interests, .page-node-109052 .discover-benefits .grid #myacp-header .login-panel .my-account, #myacp-header .login-panel .page-node-109052 .discover-benefits .grid .my-account, .page-node-109052 .discover-benefits #tabs.vertical > div #myacp-header .login-panel .my-account, #myacp-header .login-panel .page-node-109052 .discover-benefits #tabs.vertical > div .my-account, .page-node-109052 .discover-benefits .ui-accordion-content #myacp-header .login-panel .my-account, #myacp-header .login-panel .page-node-109052 .discover-benefits .ui-accordion-content .my-account, .page-node-109052 .discover-benefits .view .ui-accordion .ui-accordion-content #myacp-header .login-panel .my-account, #myacp-header .login-panel .page-node-109052 .discover-benefits .view .ui-accordion .ui-accordion-content .my-account, .view .ui-accordion .page-node-109052 .discover-benefits .ui-accordion-content #myacp-header .login-panel .my-account, #myacp-header .login-panel .view .ui-accordion .page-node-109052 .discover-benefits .ui-accordion-content .my-account, .page-node-109052 .discover-benefits .split3 #myacp-header .login-panel .my-account, #myacp-header .login-panel .page-node-109052 .discover-benefits .split3 .my-account, .page-node-109052 .discover-benefits .split2 #myacp-header .login-panel .my-account, #myacp-header .login-panel .page-node-109052 .discover-benefits .split2 .my-account, .page-node-109052 .discover-benefits .page_content #myacp-header .login-panel .my-account, #myacp-header .login-panel .page-node-109052 .discover-benefits .page_content .my-account, .page-node-109052 .discover-benefits .field-item #myacp-header .login-panel .my-account, #myacp-header .login-panel .page-node-109052 .discover-benefits .field-item .my-account, .page-node-109052 .discover-benefits .node-type-chapter-top-level-page #landing_hero_area #myacp-header .login-panel .my-account, #myacp-header .login-panel .page-node-109052 .discover-benefits .node-type-chapter-top-level-page #landing_hero_area .my-account, .node-type-chapter-top-level-page .page-node-109052 .discover-benefits #landing_hero_area #myacp-header .login-panel .my-account, #myacp-header .login-panel .node-type-chapter-top-level-page .page-node-109052 .discover-benefits #landing_hero_area .my-account, .page-node-109052 .discover-benefits #landing_hero_2018 #myacp-header .login-panel .my-account, #myacp-header .login-panel .page-node-109052 .discover-benefits #landing_hero_2018 .my-account, .page-node-109052 .discover-benefits #overall-rating #myacp-header .login-panel .my-account, #myacp-header .login-panel .page-node-109052 .discover-benefits #overall-rating .my-account, .page-node-109052 .discover-benefits .filter-container #myacp-header .login-panel .my-account, #myacp-header .login-panel .page-node-109052 .discover-benefits .filter-container .my-account, .page-node-109052 .discover-benefits #review-list #myacp-header .login-panel .my-account, #myacp-header .login-panel .page-node-109052 .discover-benefits #review-list .my-account, .page-node-109052 .discover-benefits .grid #myacp-header .myacp-panel .my-account, #myacp-header .myacp-panel .page-node-109052 .discover-benefits .grid .my-account, .page-node-109052 .discover-benefits #tabs.vertical > div #myacp-header .myacp-panel .my-account, #myacp-header .myacp-panel .page-node-109052 .discover-benefits #tabs.vertical > div .my-account, .page-node-109052 .discover-benefits .ui-accordion-content #myacp-header .myacp-panel .my-account, #myacp-header .myacp-panel .page-node-109052 .discover-benefits .ui-accordion-content .my-account, .page-node-109052 .discover-benefits .view .ui-accordion .ui-accordion-content #myacp-header .myacp-panel .my-account, #myacp-header .myacp-panel .page-node-109052 .discover-benefits .view .ui-accordion .ui-accordion-content .my-account, .view .ui-accordion .page-node-109052 .discover-benefits .ui-accordion-content #myacp-header .myacp-panel .my-account, #myacp-header .myacp-panel .view .ui-accordion .page-node-109052 .discover-benefits .ui-accordion-content .my-account, .page-node-109052 .discover-benefits .split3 #myacp-header .myacp-panel .my-account, #myacp-header .myacp-panel .page-node-109052 .discover-benefits .split3 .my-account, .page-node-109052 .discover-benefits .split2 #myacp-header .myacp-panel .my-account, #myacp-header .myacp-panel .page-node-109052 .discover-benefits .split2 .my-account, .page-node-109052 .discover-benefits .page_content #myacp-header .myacp-panel .my-account, #myacp-header .myacp-panel .page-node-109052 .discover-benefits .page_content .my-account, .page-node-109052 .discover-benefits .field-item #myacp-header .myacp-panel .my-account, #myacp-header .myacp-panel .page-node-109052 .discover-benefits .field-item .my-account, .page-node-109052 .discover-benefits .node-type-chapter-top-level-page #landing_hero_area #myacp-header .myacp-panel .my-account, #myacp-header .myacp-panel .page-node-109052 .discover-benefits .node-type-chapter-top-level-page #landing_hero_area .my-account, .node-type-chapter-top-level-page .page-node-109052 .discover-benefits #landing_hero_area #myacp-header .myacp-panel .my-account, #myacp-header .myacp-panel .node-type-chapter-top-level-page .page-node-109052 .discover-benefits #landing_hero_area .my-account, .page-node-109052 .discover-benefits #landing_hero_2018 #myacp-header .myacp-panel .my-account, #myacp-header .myacp-panel .page-node-109052 .discover-benefits #landing_hero_2018 .my-account, .page-node-109052 .discover-benefits #overall-rating #myacp-header .myacp-panel .my-account, #myacp-header .myacp-panel .page-node-109052 .discover-benefits #overall-rating .my-account, .page-node-109052 .discover-benefits .filter-container #myacp-header .myacp-panel .my-account, #myacp-header .myacp-panel .page-node-109052 .discover-benefits .filter-container .my-account, .page-node-109052 .discover-benefits #review-list #myacp-header .myacp-panel .my-account, #myacp-header .myacp-panel .page-node-109052 .discover-benefits #review-list .my-account {
    margin-bottom: 0; }
  .page-node-109052 .discover-benefits .grid .col-1-2:first-of-type, .page-node-109052 .discover-benefits #tabs.vertical > div .col-1-2:first-of-type, .page-node-109052 .discover-benefits .ui-accordion-content .col-1-2:first-of-type, .page-node-109052 .discover-benefits .view .ui-accordion .ui-accordion-content .col-1-2:first-of-type, .view .ui-accordion .page-node-109052 .discover-benefits .ui-accordion-content .col-1-2:first-of-type, .page-node-109052 .discover-benefits .split3 .col-1-2:first-of-type, .page-node-109052 .discover-benefits .split2 .col-1-2:first-of-type, .page-node-109052 .discover-benefits .page_content .col-1-2:first-of-type, .page-node-109052 .discover-benefits .field-item .col-1-2:first-of-type, .page-node-109052 .discover-benefits .node-type-chapter-top-level-page #landing_hero_area .col-1-2:first-of-type, .node-type-chapter-top-level-page .page-node-109052 .discover-benefits #landing_hero_area .col-1-2:first-of-type, .page-node-109052 .discover-benefits #landing_hero_2018 .col-1-2:first-of-type, .page-node-109052 .discover-benefits #overall-rating .col-1-2:first-of-type, .page-node-109052 .discover-benefits .filter-container .col-1-2:first-of-type, .page-node-109052 .discover-benefits #review-list .col-1-2:first-of-type, .page-node-109052 .discover-benefits .grid .split2 ul:first-of-type, .split2 .page-node-109052 .discover-benefits .grid ul:first-of-type, .page-node-109052 .discover-benefits #tabs.vertical > div .split2 ul:first-of-type, .split2 .page-node-109052 .discover-benefits #tabs.vertical > div ul:first-of-type, .page-node-109052 .discover-benefits .ui-accordion-content .split2 ul:first-of-type, .split2 .page-node-109052 .discover-benefits .ui-accordion-content ul:first-of-type, .page-node-109052 .discover-benefits .view .ui-accordion .ui-accordion-content .split2 ul:first-of-type, .split2 .page-node-109052 .discover-benefits .view .ui-accordion .ui-accordion-content ul:first-of-type, .view .ui-accordion .page-node-109052 .discover-benefits .ui-accordion-content .split2 ul:first-of-type, .split2 .view .ui-accordion .page-node-109052 .discover-benefits .ui-accordion-content ul:first-of-type, .page-node-109052 .discover-benefits .split3 .split2 ul:first-of-type, .split2 .page-node-109052 .discover-benefits .split3 ul:first-of-type, .page-node-109052 .discover-benefits .split2 ul:first-of-type, .page-node-109052 .discover-benefits .page_content .split2 ul:first-of-type, .split2 .page-node-109052 .discover-benefits .page_content ul:first-of-type, .page-node-109052 .discover-benefits .field-item .split2 ul:first-of-type, .split2 .page-node-109052 .discover-benefits .field-item ul:first-of-type, .page-node-109052 .discover-benefits .node-type-chapter-top-level-page #landing_hero_area .split2 ul:first-of-type, .split2 .page-node-109052 .discover-benefits .node-type-chapter-top-level-page #landing_hero_area ul:first-of-type, .node-type-chapter-top-level-page .page-node-109052 .discover-benefits #landing_hero_area .split2 ul:first-of-type, .split2 .node-type-chapter-top-level-page .page-node-109052 .discover-benefits #landing_hero_area ul:first-of-type, .page-node-109052 .discover-benefits #landing_hero_2018 .split2 ul:first-of-type, .split2 .page-node-109052 .discover-benefits #landing_hero_2018 ul:first-of-type, .page-node-109052 .discover-benefits #overall-rating .split2 ul:first-of-type, .split2 .page-node-109052 .discover-benefits #overall-rating ul:first-of-type, .page-node-109052 .discover-benefits .filter-container .split2 ul:first-of-type, .split2 .page-node-109052 .discover-benefits .filter-container ul:first-of-type, .page-node-109052 .discover-benefits #review-list .split2 ul:first-of-type, .split2 .page-node-109052 .discover-benefits #review-list ul:first-of-type, .page-node-109052 .discover-benefits .grid .split2 .col1:first-of-type, .split2 .page-node-109052 .discover-benefits .grid .col1:first-of-type, .page-node-109052 .discover-benefits #tabs.vertical > div .split2 .col1:first-of-type, .split2 .page-node-109052 .discover-benefits #tabs.vertical > div .col1:first-of-type, .page-node-109052 .discover-benefits .ui-accordion-content .split2 .col1:first-of-type, .split2 .page-node-109052 .discover-benefits .ui-accordion-content .col1:first-of-type, .page-node-109052 .discover-benefits .view .ui-accordion .ui-accordion-content .split2 .col1:first-of-type, .split2 .page-node-109052 .discover-benefits .view .ui-accordion .ui-accordion-content .col1:first-of-type, .view .ui-accordion .page-node-109052 .discover-benefits .ui-accordion-content .split2 .col1:first-of-type, .split2 .view .ui-accordion .page-node-109052 .discover-benefits .ui-accordion-content .col1:first-of-type, .page-node-109052 .discover-benefits .split3 .split2 .col1:first-of-type, .split2 .page-node-109052 .discover-benefits .split3 .col1:first-of-type, .page-node-109052 .discover-benefits .split2 .col1:first-of-type, .page-node-109052 .discover-benefits .page_content .split2 .col1:first-of-type, .split2 .page-node-109052 .discover-benefits .page_content .col1:first-of-type, .page-node-109052 .discover-benefits .field-item .split2 .col1:first-of-type, .split2 .page-node-109052 .discover-benefits .field-item .col1:first-of-type, .page-node-109052 .discover-benefits .node-type-chapter-top-level-page #landing_hero_area .split2 .col1:first-of-type, .split2 .page-node-109052 .discover-benefits .node-type-chapter-top-level-page #landing_hero_area .col1:first-of-type, .node-type-chapter-top-level-page .page-node-109052 .discover-benefits #landing_hero_area .split2 .col1:first-of-type, .split2 .node-type-chapter-top-level-page .page-node-109052 .discover-benefits #landing_hero_area .col1:first-of-type, .page-node-109052 .discover-benefits #landing_hero_2018 .split2 .col1:first-of-type, .split2 .page-node-109052 .discover-benefits #landing_hero_2018 .col1:first-of-type, .page-node-109052 .discover-benefits #overall-rating .split2 .col1:first-of-type, .split2 .page-node-109052 .discover-benefits #overall-rating .col1:first-of-type, .page-node-109052 .discover-benefits .filter-container .split2 .col1:first-of-type, .split2 .page-node-109052 .discover-benefits .filter-container .col1:first-of-type, .page-node-109052 .discover-benefits #review-list .split2 .col1:first-of-type, .split2 .page-node-109052 .discover-benefits #review-list .col1:first-of-type, .page-node-109052 .discover-benefits .grid .split2 .col2:first-of-type, .split2 .page-node-109052 .discover-benefits .grid .col2:first-of-type, .page-node-109052 .discover-benefits #tabs.vertical > div .split2 .col2:first-of-type, .split2 .page-node-109052 .discover-benefits #tabs.vertical > div .col2:first-of-type, .page-node-109052 .discover-benefits .ui-accordion-content .split2 .col2:first-of-type, .split2 .page-node-109052 .discover-benefits .ui-accordion-content .col2:first-of-type, .page-node-109052 .discover-benefits .view .ui-accordion .ui-accordion-content .split2 .col2:first-of-type, .split2 .page-node-109052 .discover-benefits .view .ui-accordion .ui-accordion-content .col2:first-of-type, .view .ui-accordion .page-node-109052 .discover-benefits .ui-accordion-content .split2 .col2:first-of-type, .split2 .view .ui-accordion .page-node-109052 .discover-benefits .ui-accordion-content .col2:first-of-type, .page-node-109052 .discover-benefits .split3 .split2 .col2:first-of-type, .split2 .page-node-109052 .discover-benefits .split3 .col2:first-of-type, .page-node-109052 .discover-benefits .split2 .col2:first-of-type, .page-node-109052 .discover-benefits .page_content .split2 .col2:first-of-type, .split2 .page-node-109052 .discover-benefits .page_content .col2:first-of-type, .page-node-109052 .discover-benefits .field-item .split2 .col2:first-of-type, .split2 .page-node-109052 .discover-benefits .field-item .col2:first-of-type, .page-node-109052 .discover-benefits .node-type-chapter-top-level-page #landing_hero_area .split2 .col2:first-of-type, .split2 .page-node-109052 .discover-benefits .node-type-chapter-top-level-page #landing_hero_area .col2:first-of-type, .node-type-chapter-top-level-page .page-node-109052 .discover-benefits #landing_hero_area .split2 .col2:first-of-type, .split2 .node-type-chapter-top-level-page .page-node-109052 .discover-benefits #landing_hero_area .col2:first-of-type, .page-node-109052 .discover-benefits #landing_hero_2018 .split2 .col2:first-of-type, .split2 .page-node-109052 .discover-benefits #landing_hero_2018 .col2:first-of-type, .page-node-109052 .discover-benefits #overall-rating .split2 .col2:first-of-type, .split2 .page-node-109052 .discover-benefits #overall-rating .col2:first-of-type, .page-node-109052 .discover-benefits .filter-container .split2 .col2:first-of-type, .split2 .page-node-109052 .discover-benefits .filter-container .col2:first-of-type, .page-node-109052 .discover-benefits #review-list .split2 .col2:first-of-type, .split2 .page-node-109052 .discover-benefits #review-list .col2:first-of-type, .page-node-109052 .discover-benefits .grid #myacp-header .login-panel .my-interests:first-of-type, #myacp-header .login-panel .page-node-109052 .discover-benefits .grid .my-interests:first-of-type, .page-node-109052 .discover-benefits #tabs.vertical > div #myacp-header .login-panel .my-interests:first-of-type, #myacp-header .login-panel .page-node-109052 .discover-benefits #tabs.vertical > div .my-interests:first-of-type, .page-node-109052 .discover-benefits .ui-accordion-content #myacp-header .login-panel .my-interests:first-of-type, #myacp-header .login-panel .page-node-109052 .discover-benefits .ui-accordion-content .my-interests:first-of-type, .page-node-109052 .discover-benefits .view .ui-accordion .ui-accordion-content #myacp-header .login-panel .my-interests:first-of-type, #myacp-header .login-panel .page-node-109052 .discover-benefits .view .ui-accordion .ui-accordion-content .my-interests:first-of-type, .view .ui-accordion .page-node-109052 .discover-benefits .ui-accordion-content #myacp-header .login-panel .my-interests:first-of-type, #myacp-header .login-panel .view .ui-accordion .page-node-109052 .discover-benefits .ui-accordion-content .my-interests:first-of-type, .page-node-109052 .discover-benefits .split3 #myacp-header .login-panel .my-interests:first-of-type, #myacp-header .login-panel .page-node-109052 .discover-benefits .split3 .my-interests:first-of-type, .page-node-109052 .discover-benefits .split2 #myacp-header .login-panel .my-interests:first-of-type, #myacp-header .login-panel .page-node-109052 .discover-benefits .split2 .my-interests:first-of-type, .page-node-109052 .discover-benefits .page_content #myacp-header .login-panel .my-interests:first-of-type, #myacp-header .login-panel .page-node-109052 .discover-benefits .page_content .my-interests:first-of-type, .page-node-109052 .discover-benefits .field-item #myacp-header .login-panel .my-interests:first-of-type, #myacp-header .login-panel .page-node-109052 .discover-benefits .field-item .my-interests:first-of-type, .page-node-109052 .discover-benefits .node-type-chapter-top-level-page #landing_hero_area #myacp-header .login-panel .my-interests:first-of-type, #myacp-header .login-panel .page-node-109052 .discover-benefits .node-type-chapter-top-level-page #landing_hero_area .my-interests:first-of-type, .node-type-chapter-top-level-page .page-node-109052 .discover-benefits #landing_hero_area #myacp-header .login-panel .my-interests:first-of-type, #myacp-header .login-panel .node-type-chapter-top-level-page .page-node-109052 .discover-benefits #landing_hero_area .my-interests:first-of-type, .page-node-109052 .discover-benefits #landing_hero_2018 #myacp-header .login-panel .my-interests:first-of-type, #myacp-header .login-panel .page-node-109052 .discover-benefits #landing_hero_2018 .my-interests:first-of-type, .page-node-109052 .discover-benefits #overall-rating #myacp-header .login-panel .my-interests:first-of-type, #myacp-header .login-panel .page-node-109052 .discover-benefits #overall-rating .my-interests:first-of-type, .page-node-109052 .discover-benefits .filter-container #myacp-header .login-panel .my-interests:first-of-type, #myacp-header .login-panel .page-node-109052 .discover-benefits .filter-container .my-interests:first-of-type, .page-node-109052 .discover-benefits #review-list #myacp-header .login-panel .my-interests:first-of-type, #myacp-header .login-panel .page-node-109052 .discover-benefits #review-list .my-interests:first-of-type, .page-node-109052 .discover-benefits .grid #myacp-header .myacp-panel .my-interests:first-of-type, #myacp-header .myacp-panel .page-node-109052 .discover-benefits .grid .my-interests:first-of-type, .page-node-109052 .discover-benefits #tabs.vertical > div #myacp-header .myacp-panel .my-interests:first-of-type, #myacp-header .myacp-panel .page-node-109052 .discover-benefits #tabs.vertical > div .my-interests:first-of-type, .page-node-109052 .discover-benefits .ui-accordion-content #myacp-header .myacp-panel .my-interests:first-of-type, #myacp-header .myacp-panel .page-node-109052 .discover-benefits .ui-accordion-content .my-interests:first-of-type, .page-node-109052 .discover-benefits .view .ui-accordion .ui-accordion-content #myacp-header .myacp-panel .my-interests:first-of-type, #myacp-header .myacp-panel .page-node-109052 .discover-benefits .view .ui-accordion .ui-accordion-content .my-interests:first-of-type, .view .ui-accordion .page-node-109052 .discover-benefits .ui-accordion-content #myacp-header .myacp-panel .my-interests:first-of-type, #myacp-header .myacp-panel .view .ui-accordion .page-node-109052 .discover-benefits .ui-accordion-content .my-interests:first-of-type, .page-node-109052 .discover-benefits .split3 #myacp-header .myacp-panel .my-interests:first-of-type, #myacp-header .myacp-panel .page-node-109052 .discover-benefits .split3 .my-interests:first-of-type, .page-node-109052 .discover-benefits .split2 #myacp-header .myacp-panel .my-interests:first-of-type, #myacp-header .myacp-panel .page-node-109052 .discover-benefits .split2 .my-interests:first-of-type, .page-node-109052 .discover-benefits .page_content #myacp-header .myacp-panel .my-interests:first-of-type, #myacp-header .myacp-panel .page-node-109052 .discover-benefits .page_content .my-interests:first-of-type, .page-node-109052 .discover-benefits .field-item #myacp-header .myacp-panel .my-interests:first-of-type, #myacp-header .myacp-panel .page-node-109052 .discover-benefits .field-item .my-interests:first-of-type, .page-node-109052 .discover-benefits .node-type-chapter-top-level-page #landing_hero_area #myacp-header .myacp-panel .my-interests:first-of-type, #myacp-header .myacp-panel .page-node-109052 .discover-benefits .node-type-chapter-top-level-page #landing_hero_area .my-interests:first-of-type, .node-type-chapter-top-level-page .page-node-109052 .discover-benefits #landing_hero_area #myacp-header .myacp-panel .my-interests:first-of-type, #myacp-header .myacp-panel .node-type-chapter-top-level-page .page-node-109052 .discover-benefits #landing_hero_area .my-interests:first-of-type, .page-node-109052 .discover-benefits #landing_hero_2018 #myacp-header .myacp-panel .my-interests:first-of-type, #myacp-header .myacp-panel .page-node-109052 .discover-benefits #landing_hero_2018 .my-interests:first-of-type, .page-node-109052 .discover-benefits #overall-rating #myacp-header .myacp-panel .my-interests:first-of-type, #myacp-header .myacp-panel .page-node-109052 .discover-benefits #overall-rating .my-interests:first-of-type, .page-node-109052 .discover-benefits .filter-container #myacp-header .myacp-panel .my-interests:first-of-type, #myacp-header .myacp-panel .page-node-109052 .discover-benefits .filter-container .my-interests:first-of-type, .page-node-109052 .discover-benefits #review-list #myacp-header .myacp-panel .my-interests:first-of-type, #myacp-header .myacp-panel .page-node-109052 .discover-benefits #review-list .my-interests:first-of-type, .page-node-109052 .discover-benefits .grid #myacp-header .login-panel .my-account:first-of-type, #myacp-header .login-panel .page-node-109052 .discover-benefits .grid .my-account:first-of-type, .page-node-109052 .discover-benefits #tabs.vertical > div #myacp-header .login-panel .my-account:first-of-type, #myacp-header .login-panel .page-node-109052 .discover-benefits #tabs.vertical > div .my-account:first-of-type, .page-node-109052 .discover-benefits .ui-accordion-content #myacp-header .login-panel .my-account:first-of-type, #myacp-header .login-panel .page-node-109052 .discover-benefits .ui-accordion-content .my-account:first-of-type, .page-node-109052 .discover-benefits .view .ui-accordion .ui-accordion-content #myacp-header .login-panel .my-account:first-of-type, #myacp-header .login-panel .page-node-109052 .discover-benefits .view .ui-accordion .ui-accordion-content .my-account:first-of-type, .view .ui-accordion .page-node-109052 .discover-benefits .ui-accordion-content #myacp-header .login-panel .my-account:first-of-type, #myacp-header .login-panel .view .ui-accordion .page-node-109052 .discover-benefits .ui-accordion-content .my-account:first-of-type, .page-node-109052 .discover-benefits .split3 #myacp-header .login-panel .my-account:first-of-type, #myacp-header .login-panel .page-node-109052 .discover-benefits .split3 .my-account:first-of-type, .page-node-109052 .discover-benefits .split2 #myacp-header .login-panel .my-account:first-of-type, #myacp-header .login-panel .page-node-109052 .discover-benefits .split2 .my-account:first-of-type, .page-node-109052 .discover-benefits .page_content #myacp-header .login-panel .my-account:first-of-type, #myacp-header .login-panel .page-node-109052 .discover-benefits .page_content .my-account:first-of-type, .page-node-109052 .discover-benefits .field-item #myacp-header .login-panel .my-account:first-of-type, #myacp-header .login-panel .page-node-109052 .discover-benefits .field-item .my-account:first-of-type, .page-node-109052 .discover-benefits .node-type-chapter-top-level-page #landing_hero_area #myacp-header .login-panel .my-account:first-of-type, #myacp-header .login-panel .page-node-109052 .discover-benefits .node-type-chapter-top-level-page #landing_hero_area .my-account:first-of-type, .node-type-chapter-top-level-page .page-node-109052 .discover-benefits #landing_hero_area #myacp-header .login-panel .my-account:first-of-type, #myacp-header .login-panel .node-type-chapter-top-level-page .page-node-109052 .discover-benefits #landing_hero_area .my-account:first-of-type, .page-node-109052 .discover-benefits #landing_hero_2018 #myacp-header .login-panel .my-account:first-of-type, #myacp-header .login-panel .page-node-109052 .discover-benefits #landing_hero_2018 .my-account:first-of-type, .page-node-109052 .discover-benefits #overall-rating #myacp-header .login-panel .my-account:first-of-type, #myacp-header .login-panel .page-node-109052 .discover-benefits #overall-rating .my-account:first-of-type, .page-node-109052 .discover-benefits .filter-container #myacp-header .login-panel .my-account:first-of-type, #myacp-header .login-panel .page-node-109052 .discover-benefits .filter-container .my-account:first-of-type, .page-node-109052 .discover-benefits #review-list #myacp-header .login-panel .my-account:first-of-type, #myacp-header .login-panel .page-node-109052 .discover-benefits #review-list .my-account:first-of-type, .page-node-109052 .discover-benefits .grid #myacp-header .myacp-panel .my-account:first-of-type, #myacp-header .myacp-panel .page-node-109052 .discover-benefits .grid .my-account:first-of-type, .page-node-109052 .discover-benefits #tabs.vertical > div #myacp-header .myacp-panel .my-account:first-of-type, #myacp-header .myacp-panel .page-node-109052 .discover-benefits #tabs.vertical > div .my-account:first-of-type, .page-node-109052 .discover-benefits .ui-accordion-content #myacp-header .myacp-panel .my-account:first-of-type, #myacp-header .myacp-panel .page-node-109052 .discover-benefits .ui-accordion-content .my-account:first-of-type, .page-node-109052 .discover-benefits .view .ui-accordion .ui-accordion-content #myacp-header .myacp-panel .my-account:first-of-type, #myacp-header .myacp-panel .page-node-109052 .discover-benefits .view .ui-accordion .ui-accordion-content .my-account:first-of-type, .view .ui-accordion .page-node-109052 .discover-benefits .ui-accordion-content #myacp-header .myacp-panel .my-account:first-of-type, #myacp-header .myacp-panel .view .ui-accordion .page-node-109052 .discover-benefits .ui-accordion-content .my-account:first-of-type, .page-node-109052 .discover-benefits .split3 #myacp-header .myacp-panel .my-account:first-of-type, #myacp-header .myacp-panel .page-node-109052 .discover-benefits .split3 .my-account:first-of-type, .page-node-109052 .discover-benefits .split2 #myacp-header .myacp-panel .my-account:first-of-type, #myacp-header .myacp-panel .page-node-109052 .discover-benefits .split2 .my-account:first-of-type, .page-node-109052 .discover-benefits .page_content #myacp-header .myacp-panel .my-account:first-of-type, #myacp-header .myacp-panel .page-node-109052 .discover-benefits .page_content .my-account:first-of-type, .page-node-109052 .discover-benefits .field-item #myacp-header .myacp-panel .my-account:first-of-type, #myacp-header .myacp-panel .page-node-109052 .discover-benefits .field-item .my-account:first-of-type, .page-node-109052 .discover-benefits .node-type-chapter-top-level-page #landing_hero_area #myacp-header .myacp-panel .my-account:first-of-type, #myacp-header .myacp-panel .page-node-109052 .discover-benefits .node-type-chapter-top-level-page #landing_hero_area .my-account:first-of-type, .node-type-chapter-top-level-page .page-node-109052 .discover-benefits #landing_hero_area #myacp-header .myacp-panel .my-account:first-of-type, #myacp-header .myacp-panel .node-type-chapter-top-level-page .page-node-109052 .discover-benefits #landing_hero_area .my-account:first-of-type, .page-node-109052 .discover-benefits #landing_hero_2018 #myacp-header .myacp-panel .my-account:first-of-type, #myacp-header .myacp-panel .page-node-109052 .discover-benefits #landing_hero_2018 .my-account:first-of-type, .page-node-109052 .discover-benefits #overall-rating #myacp-header .myacp-panel .my-account:first-of-type, #myacp-header .myacp-panel .page-node-109052 .discover-benefits #overall-rating .my-account:first-of-type, .page-node-109052 .discover-benefits .filter-container #myacp-header .myacp-panel .my-account:first-of-type, #myacp-header .myacp-panel .page-node-109052 .discover-benefits .filter-container .my-account:first-of-type, .page-node-109052 .discover-benefits #review-list #myacp-header .myacp-panel .my-account:first-of-type, #myacp-header .myacp-panel .page-node-109052 .discover-benefits #review-list .my-account:first-of-type {
    padding-right: 2em;
    font-size: 1.375rem;
    line-height: 1.136; }
    @media screen and (min-width: 780px) {
      .page-node-109052 .discover-benefits .grid .col-1-2:first-of-type, .page-node-109052 .discover-benefits #tabs.vertical > div .col-1-2:first-of-type, .page-node-109052 .discover-benefits .ui-accordion-content .col-1-2:first-of-type, .page-node-109052 .discover-benefits .view .ui-accordion .ui-accordion-content .col-1-2:first-of-type, .view .ui-accordion .page-node-109052 .discover-benefits .ui-accordion-content .col-1-2:first-of-type, .page-node-109052 .discover-benefits .split3 .col-1-2:first-of-type, .page-node-109052 .discover-benefits .split2 .col-1-2:first-of-type, .page-node-109052 .discover-benefits .page_content .col-1-2:first-of-type, .page-node-109052 .discover-benefits .field-item .col-1-2:first-of-type, .page-node-109052 .discover-benefits .node-type-chapter-top-level-page #landing_hero_area .col-1-2:first-of-type, .node-type-chapter-top-level-page .page-node-109052 .discover-benefits #landing_hero_area .col-1-2:first-of-type, .page-node-109052 .discover-benefits #landing_hero_2018 .col-1-2:first-of-type, .page-node-109052 .discover-benefits #overall-rating .col-1-2:first-of-type, .page-node-109052 .discover-benefits .filter-container .col-1-2:first-of-type, .page-node-109052 .discover-benefits #review-list .col-1-2:first-of-type, .page-node-109052 .discover-benefits .grid .split2 ul:first-of-type, .split2 .page-node-109052 .discover-benefits .grid ul:first-of-type, .page-node-109052 .discover-benefits #tabs.vertical > div .split2 ul:first-of-type, .split2 .page-node-109052 .discover-benefits #tabs.vertical > div ul:first-of-type, .page-node-109052 .discover-benefits .ui-accordion-content .split2 ul:first-of-type, .split2 .page-node-109052 .discover-benefits .ui-accordion-content ul:first-of-type, .page-node-109052 .discover-benefits .view .ui-accordion .ui-accordion-content .split2 ul:first-of-type, .split2 .page-node-109052 .discover-benefits .view .ui-accordion .ui-accordion-content ul:first-of-type, .view .ui-accordion .page-node-109052 .discover-benefits .ui-accordion-content .split2 ul:first-of-type, .split2 .view .ui-accordion .page-node-109052 .discover-benefits .ui-accordion-content ul:first-of-type, .page-node-109052 .discover-benefits .split3 .split2 ul:first-of-type, .split2 .page-node-109052 .discover-benefits .split3 ul:first-of-type, .page-node-109052 .discover-benefits .split2 ul:first-of-type, .page-node-109052 .discover-benefits .page_content .split2 ul:first-of-type, .split2 .page-node-109052 .discover-benefits .page_content ul:first-of-type, .page-node-109052 .discover-benefits .field-item .split2 ul:first-of-type, .split2 .page-node-109052 .discover-benefits .field-item ul:first-of-type, .page-node-109052 .discover-benefits .node-type-chapter-top-level-page #landing_hero_area .split2 ul:first-of-type, .split2 .page-node-109052 .discover-benefits .node-type-chapter-top-level-page #landing_hero_area ul:first-of-type, .node-type-chapter-top-level-page .page-node-109052 .discover-benefits #landing_hero_area .split2 ul:first-of-type, .split2 .node-type-chapter-top-level-page .page-node-109052 .discover-benefits #landing_hero_area ul:first-of-type, .page-node-109052 .discover-benefits #landing_hero_2018 .split2 ul:first-of-type, .split2 .page-node-109052 .discover-benefits #landing_hero_2018 ul:first-of-type, .page-node-109052 .discover-benefits #overall-rating .split2 ul:first-of-type, .split2 .page-node-109052 .discover-benefits #overall-rating ul:first-of-type, .page-node-109052 .discover-benefits .filter-container .split2 ul:first-of-type, .split2 .page-node-109052 .discover-benefits .filter-container ul:first-of-type, .page-node-109052 .discover-benefits #review-list .split2 ul:first-of-type, .split2 .page-node-109052 .discover-benefits #review-list ul:first-of-type, .page-node-109052 .discover-benefits .grid .split2 .col1:first-of-type, .split2 .page-node-109052 .discover-benefits .grid .col1:first-of-type, .page-node-109052 .discover-benefits #tabs.vertical > div .split2 .col1:first-of-type, .split2 .page-node-109052 .discover-benefits #tabs.vertical > div .col1:first-of-type, .page-node-109052 .discover-benefits .ui-accordion-content .split2 .col1:first-of-type, .split2 .page-node-109052 .discover-benefits .ui-accordion-content .col1:first-of-type, .page-node-109052 .discover-benefits .view .ui-accordion .ui-accordion-content .split2 .col1:first-of-type, .split2 .page-node-109052 .discover-benefits .view .ui-accordion .ui-accordion-content .col1:first-of-type, .view .ui-accordion .page-node-109052 .discover-benefits .ui-accordion-content .split2 .col1:first-of-type, .split2 .view .ui-accordion .page-node-109052 .discover-benefits .ui-accordion-content .col1:first-of-type, .page-node-109052 .discover-benefits .split3 .split2 .col1:first-of-type, .split2 .page-node-109052 .discover-benefits .split3 .col1:first-of-type, .page-node-109052 .discover-benefits .split2 .col1:first-of-type, .page-node-109052 .discover-benefits .page_content .split2 .col1:first-of-type, .split2 .page-node-109052 .discover-benefits .page_content .col1:first-of-type, .page-node-109052 .discover-benefits .field-item .split2 .col1:first-of-type, .split2 .page-node-109052 .discover-benefits .field-item .col1:first-of-type, .page-node-109052 .discover-benefits .node-type-chapter-top-level-page #landing_hero_area .split2 .col1:first-of-type, .split2 .page-node-109052 .discover-benefits .node-type-chapter-top-level-page #landing_hero_area .col1:first-of-type, .node-type-chapter-top-level-page .page-node-109052 .discover-benefits #landing_hero_area .split2 .col1:first-of-type, .split2 .node-type-chapter-top-level-page .page-node-109052 .discover-benefits #landing_hero_area .col1:first-of-type, .page-node-109052 .discover-benefits #landing_hero_2018 .split2 .col1:first-of-type, .split2 .page-node-109052 .discover-benefits #landing_hero_2018 .col1:first-of-type, .page-node-109052 .discover-benefits #overall-rating .split2 .col1:first-of-type, .split2 .page-node-109052 .discover-benefits #overall-rating .col1:first-of-type, .page-node-109052 .discover-benefits .filter-container .split2 .col1:first-of-type, .split2 .page-node-109052 .discover-benefits .filter-container .col1:first-of-type, .page-node-109052 .discover-benefits #review-list .split2 .col1:first-of-type, .split2 .page-node-109052 .discover-benefits #review-list .col1:first-of-type, .page-node-109052 .discover-benefits .grid .split2 .col2:first-of-type, .split2 .page-node-109052 .discover-benefits .grid .col2:first-of-type, .page-node-109052 .discover-benefits #tabs.vertical > div .split2 .col2:first-of-type, .split2 .page-node-109052 .discover-benefits #tabs.vertical > div .col2:first-of-type, .page-node-109052 .discover-benefits .ui-accordion-content .split2 .col2:first-of-type, .split2 .page-node-109052 .discover-benefits .ui-accordion-content .col2:first-of-type, .page-node-109052 .discover-benefits .view .ui-accordion .ui-accordion-content .split2 .col2:first-of-type, .split2 .page-node-109052 .discover-benefits .view .ui-accordion .ui-accordion-content .col2:first-of-type, .view .ui-accordion .page-node-109052 .discover-benefits .ui-accordion-content .split2 .col2:first-of-type, .split2 .view .ui-accordion .page-node-109052 .discover-benefits .ui-accordion-content .col2:first-of-type, .page-node-109052 .discover-benefits .split3 .split2 .col2:first-of-type, .split2 .page-node-109052 .discover-benefits .split3 .col2:first-of-type, .page-node-109052 .discover-benefits .split2 .col2:first-of-type, .page-node-109052 .discover-benefits .page_content .split2 .col2:first-of-type, .split2 .page-node-109052 .discover-benefits .page_content .col2:first-of-type, .page-node-109052 .discover-benefits .field-item .split2 .col2:first-of-type, .split2 .page-node-109052 .discover-benefits .field-item .col2:first-of-type, .page-node-109052 .discover-benefits .node-type-chapter-top-level-page #landing_hero_area .split2 .col2:first-of-type, .split2 .page-node-109052 .discover-benefits .node-type-chapter-top-level-page #landing_hero_area .col2:first-of-type, .node-type-chapter-top-level-page .page-node-109052 .discover-benefits #landing_hero_area .split2 .col2:first-of-type, .split2 .node-type-chapter-top-level-page .page-node-109052 .discover-benefits #landing_hero_area .col2:first-of-type, .page-node-109052 .discover-benefits #landing_hero_2018 .split2 .col2:first-of-type, .split2 .page-node-109052 .discover-benefits #landing_hero_2018 .col2:first-of-type, .page-node-109052 .discover-benefits #overall-rating .split2 .col2:first-of-type, .split2 .page-node-109052 .discover-benefits #overall-rating .col2:first-of-type, .page-node-109052 .discover-benefits .filter-container .split2 .col2:first-of-type, .split2 .page-node-109052 .discover-benefits .filter-container .col2:first-of-type, .page-node-109052 .discover-benefits #review-list .split2 .col2:first-of-type, .split2 .page-node-109052 .discover-benefits #review-list .col2:first-of-type, .page-node-109052 .discover-benefits .grid #myacp-header .login-panel .my-interests:first-of-type, #myacp-header .login-panel .page-node-109052 .discover-benefits .grid .my-interests:first-of-type, .page-node-109052 .discover-benefits #tabs.vertical > div #myacp-header .login-panel .my-interests:first-of-type, #myacp-header .login-panel .page-node-109052 .discover-benefits #tabs.vertical > div .my-interests:first-of-type, .page-node-109052 .discover-benefits .ui-accordion-content #myacp-header .login-panel .my-interests:first-of-type, #myacp-header .login-panel .page-node-109052 .discover-benefits .ui-accordion-content .my-interests:first-of-type, .page-node-109052 .discover-benefits .view .ui-accordion .ui-accordion-content #myacp-header .login-panel .my-interests:first-of-type, #myacp-header .login-panel .page-node-109052 .discover-benefits .view .ui-accordion .ui-accordion-content .my-interests:first-of-type, .view .ui-accordion .page-node-109052 .discover-benefits .ui-accordion-content #myacp-header .login-panel .my-interests:first-of-type, #myacp-header .login-panel .view .ui-accordion .page-node-109052 .discover-benefits .ui-accordion-content .my-interests:first-of-type, .page-node-109052 .discover-benefits .split3 #myacp-header .login-panel .my-interests:first-of-type, #myacp-header .login-panel .page-node-109052 .discover-benefits .split3 .my-interests:first-of-type, .page-node-109052 .discover-benefits .split2 #myacp-header .login-panel .my-interests:first-of-type, #myacp-header .login-panel .page-node-109052 .discover-benefits .split2 .my-interests:first-of-type, .page-node-109052 .discover-benefits .page_content #myacp-header .login-panel .my-interests:first-of-type, #myacp-header .login-panel .page-node-109052 .discover-benefits .page_content .my-interests:first-of-type, .page-node-109052 .discover-benefits .field-item #myacp-header .login-panel .my-interests:first-of-type, #myacp-header .login-panel .page-node-109052 .discover-benefits .field-item .my-interests:first-of-type, .page-node-109052 .discover-benefits .node-type-chapter-top-level-page #landing_hero_area #myacp-header .login-panel .my-interests:first-of-type, #myacp-header .login-panel .page-node-109052 .discover-benefits .node-type-chapter-top-level-page #landing_hero_area .my-interests:first-of-type, .node-type-chapter-top-level-page .page-node-109052 .discover-benefits #landing_hero_area #myacp-header .login-panel .my-interests:first-of-type, #myacp-header .login-panel .node-type-chapter-top-level-page .page-node-109052 .discover-benefits #landing_hero_area .my-interests:first-of-type, .page-node-109052 .discover-benefits #landing_hero_2018 #myacp-header .login-panel .my-interests:first-of-type, #myacp-header .login-panel .page-node-109052 .discover-benefits #landing_hero_2018 .my-interests:first-of-type, .page-node-109052 .discover-benefits #overall-rating #myacp-header .login-panel .my-interests:first-of-type, #myacp-header .login-panel .page-node-109052 .discover-benefits #overall-rating .my-interests:first-of-type, .page-node-109052 .discover-benefits .filter-container #myacp-header .login-panel .my-interests:first-of-type, #myacp-header .login-panel .page-node-109052 .discover-benefits .filter-container .my-interests:first-of-type, .page-node-109052 .discover-benefits #review-list #myacp-header .login-panel .my-interests:first-of-type, #myacp-header .login-panel .page-node-109052 .discover-benefits #review-list .my-interests:first-of-type, .page-node-109052 .discover-benefits .grid #myacp-header .myacp-panel .my-interests:first-of-type, #myacp-header .myacp-panel .page-node-109052 .discover-benefits .grid .my-interests:first-of-type, .page-node-109052 .discover-benefits #tabs.vertical > div #myacp-header .myacp-panel .my-interests:first-of-type, #myacp-header .myacp-panel .page-node-109052 .discover-benefits #tabs.vertical > div .my-interests:first-of-type, .page-node-109052 .discover-benefits .ui-accordion-content #myacp-header .myacp-panel .my-interests:first-of-type, #myacp-header .myacp-panel .page-node-109052 .discover-benefits .ui-accordion-content .my-interests:first-of-type, .page-node-109052 .discover-benefits .view .ui-accordion .ui-accordion-content #myacp-header .myacp-panel .my-interests:first-of-type, #myacp-header .myacp-panel .page-node-109052 .discover-benefits .view .ui-accordion .ui-accordion-content .my-interests:first-of-type, .view .ui-accordion .page-node-109052 .discover-benefits .ui-accordion-content #myacp-header .myacp-panel .my-interests:first-of-type, #myacp-header .myacp-panel .view .ui-accordion .page-node-109052 .discover-benefits .ui-accordion-content .my-interests:first-of-type, .page-node-109052 .discover-benefits .split3 #myacp-header .myacp-panel .my-interests:first-of-type, #myacp-header .myacp-panel .page-node-109052 .discover-benefits .split3 .my-interests:first-of-type, .page-node-109052 .discover-benefits .split2 #myacp-header .myacp-panel .my-interests:first-of-type, #myacp-header .myacp-panel .page-node-109052 .discover-benefits .split2 .my-interests:first-of-type, .page-node-109052 .discover-benefits .page_content #myacp-header .myacp-panel .my-interests:first-of-type, #myacp-header .myacp-panel .page-node-109052 .discover-benefits .page_content .my-interests:first-of-type, .page-node-109052 .discover-benefits .field-item #myacp-header .myacp-panel .my-interests:first-of-type, #myacp-header .myacp-panel .page-node-109052 .discover-benefits .field-item .my-interests:first-of-type, .page-node-109052 .discover-benefits .node-type-chapter-top-level-page #landing_hero_area #myacp-header .myacp-panel .my-interests:first-of-type, #myacp-header .myacp-panel .page-node-109052 .discover-benefits .node-type-chapter-top-level-page #landing_hero_area .my-interests:first-of-type, .node-type-chapter-top-level-page .page-node-109052 .discover-benefits #landing_hero_area #myacp-header .myacp-panel .my-interests:first-of-type, #myacp-header .myacp-panel .node-type-chapter-top-level-page .page-node-109052 .discover-benefits #landing_hero_area .my-interests:first-of-type, .page-node-109052 .discover-benefits #landing_hero_2018 #myacp-header .myacp-panel .my-interests:first-of-type, #myacp-header .myacp-panel .page-node-109052 .discover-benefits #landing_hero_2018 .my-interests:first-of-type, .page-node-109052 .discover-benefits #overall-rating #myacp-header .myacp-panel .my-interests:first-of-type, #myacp-header .myacp-panel .page-node-109052 .discover-benefits #overall-rating .my-interests:first-of-type, .page-node-109052 .discover-benefits .filter-container #myacp-header .myacp-panel .my-interests:first-of-type, #myacp-header .myacp-panel .page-node-109052 .discover-benefits .filter-container .my-interests:first-of-type, .page-node-109052 .discover-benefits #review-list #myacp-header .myacp-panel .my-interests:first-of-type, #myacp-header .myacp-panel .page-node-109052 .discover-benefits #review-list .my-interests:first-of-type, .page-node-109052 .discover-benefits .grid #myacp-header .login-panel .my-account:first-of-type, #myacp-header .login-panel .page-node-109052 .discover-benefits .grid .my-account:first-of-type, .page-node-109052 .discover-benefits #tabs.vertical > div #myacp-header .login-panel .my-account:first-of-type, #myacp-header .login-panel .page-node-109052 .discover-benefits #tabs.vertical > div .my-account:first-of-type, .page-node-109052 .discover-benefits .ui-accordion-content #myacp-header .login-panel .my-account:first-of-type, #myacp-header .login-panel .page-node-109052 .discover-benefits .ui-accordion-content .my-account:first-of-type, .page-node-109052 .discover-benefits .view .ui-accordion .ui-accordion-content #myacp-header .login-panel .my-account:first-of-type, #myacp-header .login-panel .page-node-109052 .discover-benefits .view .ui-accordion .ui-accordion-content .my-account:first-of-type, .view .ui-accordion .page-node-109052 .discover-benefits .ui-accordion-content #myacp-header .login-panel .my-account:first-of-type, #myacp-header .login-panel .view .ui-accordion .page-node-109052 .discover-benefits .ui-accordion-content .my-account:first-of-type, .page-node-109052 .discover-benefits .split3 #myacp-header .login-panel .my-account:first-of-type, #myacp-header .login-panel .page-node-109052 .discover-benefits .split3 .my-account:first-of-type, .page-node-109052 .discover-benefits .split2 #myacp-header .login-panel .my-account:first-of-type, #myacp-header .login-panel .page-node-109052 .discover-benefits .split2 .my-account:first-of-type, .page-node-109052 .discover-benefits .page_content #myacp-header .login-panel .my-account:first-of-type, #myacp-header .login-panel .page-node-109052 .discover-benefits .page_content .my-account:first-of-type, .page-node-109052 .discover-benefits .field-item #myacp-header .login-panel .my-account:first-of-type, #myacp-header .login-panel .page-node-109052 .discover-benefits .field-item .my-account:first-of-type, .page-node-109052 .discover-benefits .node-type-chapter-top-level-page #landing_hero_area #myacp-header .login-panel .my-account:first-of-type, #myacp-header .login-panel .page-node-109052 .discover-benefits .node-type-chapter-top-level-page #landing_hero_area .my-account:first-of-type, .node-type-chapter-top-level-page .page-node-109052 .discover-benefits #landing_hero_area #myacp-header .login-panel .my-account:first-of-type, #myacp-header .login-panel .node-type-chapter-top-level-page .page-node-109052 .discover-benefits #landing_hero_area .my-account:first-of-type, .page-node-109052 .discover-benefits #landing_hero_2018 #myacp-header .login-panel .my-account:first-of-type, #myacp-header .login-panel .page-node-109052 .discover-benefits #landing_hero_2018 .my-account:first-of-type, .page-node-109052 .discover-benefits #overall-rating #myacp-header .login-panel .my-account:first-of-type, #myacp-header .login-panel .page-node-109052 .discover-benefits #overall-rating .my-account:first-of-type, .page-node-109052 .discover-benefits .filter-container #myacp-header .login-panel .my-account:first-of-type, #myacp-header .login-panel .page-node-109052 .discover-benefits .filter-container .my-account:first-of-type, .page-node-109052 .discover-benefits #review-list #myacp-header .login-panel .my-account:first-of-type, #myacp-header .login-panel .page-node-109052 .discover-benefits #review-list .my-account:first-of-type, .page-node-109052 .discover-benefits .grid #myacp-header .myacp-panel .my-account:first-of-type, #myacp-header .myacp-panel .page-node-109052 .discover-benefits .grid .my-account:first-of-type, .page-node-109052 .discover-benefits #tabs.vertical > div #myacp-header .myacp-panel .my-account:first-of-type, #myacp-header .myacp-panel .page-node-109052 .discover-benefits #tabs.vertical > div .my-account:first-of-type, .page-node-109052 .discover-benefits .ui-accordion-content #myacp-header .myacp-panel .my-account:first-of-type, #myacp-header .myacp-panel .page-node-109052 .discover-benefits .ui-accordion-content .my-account:first-of-type, .page-node-109052 .discover-benefits .view .ui-accordion .ui-accordion-content #myacp-header .myacp-panel .my-account:first-of-type, #myacp-header .myacp-panel .page-node-109052 .discover-benefits .view .ui-accordion .ui-accordion-content .my-account:first-of-type, .view .ui-accordion .page-node-109052 .discover-benefits .ui-accordion-content #myacp-header .myacp-panel .my-account:first-of-type, #myacp-header .myacp-panel .view .ui-accordion .page-node-109052 .discover-benefits .ui-accordion-content .my-account:first-of-type, .page-node-109052 .discover-benefits .split3 #myacp-header .myacp-panel .my-account:first-of-type, #myacp-header .myacp-panel .page-node-109052 .discover-benefits .split3 .my-account:first-of-type, .page-node-109052 .discover-benefits .split2 #myacp-header .myacp-panel .my-account:first-of-type, #myacp-header .myacp-panel .page-node-109052 .discover-benefits .split2 .my-account:first-of-type, .page-node-109052 .discover-benefits .page_content #myacp-header .myacp-panel .my-account:first-of-type, #myacp-header .myacp-panel .page-node-109052 .discover-benefits .page_content .my-account:first-of-type, .page-node-109052 .discover-benefits .field-item #myacp-header .myacp-panel .my-account:first-of-type, #myacp-header .myacp-panel .page-node-109052 .discover-benefits .field-item .my-account:first-of-type, .page-node-109052 .discover-benefits .node-type-chapter-top-level-page #landing_hero_area #myacp-header .myacp-panel .my-account:first-of-type, #myacp-header .myacp-panel .page-node-109052 .discover-benefits .node-type-chapter-top-level-page #landing_hero_area .my-account:first-of-type, .node-type-chapter-top-level-page .page-node-109052 .discover-benefits #landing_hero_area #myacp-header .myacp-panel .my-account:first-of-type, #myacp-header .myacp-panel .node-type-chapter-top-level-page .page-node-109052 .discover-benefits #landing_hero_area .my-account:first-of-type, .page-node-109052 .discover-benefits #landing_hero_2018 #myacp-header .myacp-panel .my-account:first-of-type, #myacp-header .myacp-panel .page-node-109052 .discover-benefits #landing_hero_2018 .my-account:first-of-type, .page-node-109052 .discover-benefits #overall-rating #myacp-header .myacp-panel .my-account:first-of-type, #myacp-header .myacp-panel .page-node-109052 .discover-benefits #overall-rating .my-account:first-of-type, .page-node-109052 .discover-benefits .filter-container #myacp-header .myacp-panel .my-account:first-of-type, #myacp-header .myacp-panel .page-node-109052 .discover-benefits .filter-container .my-account:first-of-type, .page-node-109052 .discover-benefits #review-list #myacp-header .myacp-panel .my-account:first-of-type, #myacp-header .myacp-panel .page-node-109052 .discover-benefits #review-list .my-account:first-of-type {
        font-size: 1.5rem;
        line-height: 1.25; } }
    @media screen and (min-width: 960px) {
      .page-node-109052 .discover-benefits .grid .col-1-2:first-of-type, .page-node-109052 .discover-benefits #tabs.vertical > div .col-1-2:first-of-type, .page-node-109052 .discover-benefits .ui-accordion-content .col-1-2:first-of-type, .page-node-109052 .discover-benefits .view .ui-accordion .ui-accordion-content .col-1-2:first-of-type, .view .ui-accordion .page-node-109052 .discover-benefits .ui-accordion-content .col-1-2:first-of-type, .page-node-109052 .discover-benefits .split3 .col-1-2:first-of-type, .page-node-109052 .discover-benefits .split2 .col-1-2:first-of-type, .page-node-109052 .discover-benefits .page_content .col-1-2:first-of-type, .page-node-109052 .discover-benefits .field-item .col-1-2:first-of-type, .page-node-109052 .discover-benefits .node-type-chapter-top-level-page #landing_hero_area .col-1-2:first-of-type, .node-type-chapter-top-level-page .page-node-109052 .discover-benefits #landing_hero_area .col-1-2:first-of-type, .page-node-109052 .discover-benefits #landing_hero_2018 .col-1-2:first-of-type, .page-node-109052 .discover-benefits #overall-rating .col-1-2:first-of-type, .page-node-109052 .discover-benefits .filter-container .col-1-2:first-of-type, .page-node-109052 .discover-benefits #review-list .col-1-2:first-of-type, .page-node-109052 .discover-benefits .grid .split2 ul:first-of-type, .split2 .page-node-109052 .discover-benefits .grid ul:first-of-type, .page-node-109052 .discover-benefits #tabs.vertical > div .split2 ul:first-of-type, .split2 .page-node-109052 .discover-benefits #tabs.vertical > div ul:first-of-type, .page-node-109052 .discover-benefits .ui-accordion-content .split2 ul:first-of-type, .split2 .page-node-109052 .discover-benefits .ui-accordion-content ul:first-of-type, .page-node-109052 .discover-benefits .view .ui-accordion .ui-accordion-content .split2 ul:first-of-type, .split2 .page-node-109052 .discover-benefits .view .ui-accordion .ui-accordion-content ul:first-of-type, .view .ui-accordion .page-node-109052 .discover-benefits .ui-accordion-content .split2 ul:first-of-type, .split2 .view .ui-accordion .page-node-109052 .discover-benefits .ui-accordion-content ul:first-of-type, .page-node-109052 .discover-benefits .split3 .split2 ul:first-of-type, .split2 .page-node-109052 .discover-benefits .split3 ul:first-of-type, .page-node-109052 .discover-benefits .split2 ul:first-of-type, .page-node-109052 .discover-benefits .page_content .split2 ul:first-of-type, .split2 .page-node-109052 .discover-benefits .page_content ul:first-of-type, .page-node-109052 .discover-benefits .field-item .split2 ul:first-of-type, .split2 .page-node-109052 .discover-benefits .field-item ul:first-of-type, .page-node-109052 .discover-benefits .node-type-chapter-top-level-page #landing_hero_area .split2 ul:first-of-type, .split2 .page-node-109052 .discover-benefits .node-type-chapter-top-level-page #landing_hero_area ul:first-of-type, .node-type-chapter-top-level-page .page-node-109052 .discover-benefits #landing_hero_area .split2 ul:first-of-type, .split2 .node-type-chapter-top-level-page .page-node-109052 .discover-benefits #landing_hero_area ul:first-of-type, .page-node-109052 .discover-benefits #landing_hero_2018 .split2 ul:first-of-type, .split2 .page-node-109052 .discover-benefits #landing_hero_2018 ul:first-of-type, .page-node-109052 .discover-benefits #overall-rating .split2 ul:first-of-type, .split2 .page-node-109052 .discover-benefits #overall-rating ul:first-of-type, .page-node-109052 .discover-benefits .filter-container .split2 ul:first-of-type, .split2 .page-node-109052 .discover-benefits .filter-container ul:first-of-type, .page-node-109052 .discover-benefits #review-list .split2 ul:first-of-type, .split2 .page-node-109052 .discover-benefits #review-list ul:first-of-type, .page-node-109052 .discover-benefits .grid .split2 .col1:first-of-type, .split2 .page-node-109052 .discover-benefits .grid .col1:first-of-type, .page-node-109052 .discover-benefits #tabs.vertical > div .split2 .col1:first-of-type, .split2 .page-node-109052 .discover-benefits #tabs.vertical > div .col1:first-of-type, .page-node-109052 .discover-benefits .ui-accordion-content .split2 .col1:first-of-type, .split2 .page-node-109052 .discover-benefits .ui-accordion-content .col1:first-of-type, .page-node-109052 .discover-benefits .view .ui-accordion .ui-accordion-content .split2 .col1:first-of-type, .split2 .page-node-109052 .discover-benefits .view .ui-accordion .ui-accordion-content .col1:first-of-type, .view .ui-accordion .page-node-109052 .discover-benefits .ui-accordion-content .split2 .col1:first-of-type, .split2 .view .ui-accordion .page-node-109052 .discover-benefits .ui-accordion-content .col1:first-of-type, .page-node-109052 .discover-benefits .split3 .split2 .col1:first-of-type, .split2 .page-node-109052 .discover-benefits .split3 .col1:first-of-type, .page-node-109052 .discover-benefits .split2 .col1:first-of-type, .page-node-109052 .discover-benefits .page_content .split2 .col1:first-of-type, .split2 .page-node-109052 .discover-benefits .page_content .col1:first-of-type, .page-node-109052 .discover-benefits .field-item .split2 .col1:first-of-type, .split2 .page-node-109052 .discover-benefits .field-item .col1:first-of-type, .page-node-109052 .discover-benefits .node-type-chapter-top-level-page #landing_hero_area .split2 .col1:first-of-type, .split2 .page-node-109052 .discover-benefits .node-type-chapter-top-level-page #landing_hero_area .col1:first-of-type, .node-type-chapter-top-level-page .page-node-109052 .discover-benefits #landing_hero_area .split2 .col1:first-of-type, .split2 .node-type-chapter-top-level-page .page-node-109052 .discover-benefits #landing_hero_area .col1:first-of-type, .page-node-109052 .discover-benefits #landing_hero_2018 .split2 .col1:first-of-type, .split2 .page-node-109052 .discover-benefits #landing_hero_2018 .col1:first-of-type, .page-node-109052 .discover-benefits #overall-rating .split2 .col1:first-of-type, .split2 .page-node-109052 .discover-benefits #overall-rating .col1:first-of-type, .page-node-109052 .discover-benefits .filter-container .split2 .col1:first-of-type, .split2 .page-node-109052 .discover-benefits .filter-container .col1:first-of-type, .page-node-109052 .discover-benefits #review-list .split2 .col1:first-of-type, .split2 .page-node-109052 .discover-benefits #review-list .col1:first-of-type, .page-node-109052 .discover-benefits .grid .split2 .col2:first-of-type, .split2 .page-node-109052 .discover-benefits .grid .col2:first-of-type, .page-node-109052 .discover-benefits #tabs.vertical > div .split2 .col2:first-of-type, .split2 .page-node-109052 .discover-benefits #tabs.vertical > div .col2:first-of-type, .page-node-109052 .discover-benefits .ui-accordion-content .split2 .col2:first-of-type, .split2 .page-node-109052 .discover-benefits .ui-accordion-content .col2:first-of-type, .page-node-109052 .discover-benefits .view .ui-accordion .ui-accordion-content .split2 .col2:first-of-type, .split2 .page-node-109052 .discover-benefits .view .ui-accordion .ui-accordion-content .col2:first-of-type, .view .ui-accordion .page-node-109052 .discover-benefits .ui-accordion-content .split2 .col2:first-of-type, .split2 .view .ui-accordion .page-node-109052 .discover-benefits .ui-accordion-content .col2:first-of-type, .page-node-109052 .discover-benefits .split3 .split2 .col2:first-of-type, .split2 .page-node-109052 .discover-benefits .split3 .col2:first-of-type, .page-node-109052 .discover-benefits .split2 .col2:first-of-type, .page-node-109052 .discover-benefits .page_content .split2 .col2:first-of-type, .split2 .page-node-109052 .discover-benefits .page_content .col2:first-of-type, .page-node-109052 .discover-benefits .field-item .split2 .col2:first-of-type, .split2 .page-node-109052 .discover-benefits .field-item .col2:first-of-type, .page-node-109052 .discover-benefits .node-type-chapter-top-level-page #landing_hero_area .split2 .col2:first-of-type, .split2 .page-node-109052 .discover-benefits .node-type-chapter-top-level-page #landing_hero_area .col2:first-of-type, .node-type-chapter-top-level-page .page-node-109052 .discover-benefits #landing_hero_area .split2 .col2:first-of-type, .split2 .node-type-chapter-top-level-page .page-node-109052 .discover-benefits #landing_hero_area .col2:first-of-type, .page-node-109052 .discover-benefits #landing_hero_2018 .split2 .col2:first-of-type, .split2 .page-node-109052 .discover-benefits #landing_hero_2018 .col2:first-of-type, .page-node-109052 .discover-benefits #overall-rating .split2 .col2:first-of-type, .split2 .page-node-109052 .discover-benefits #overall-rating .col2:first-of-type, .page-node-109052 .discover-benefits .filter-container .split2 .col2:first-of-type, .split2 .page-node-109052 .discover-benefits .filter-container .col2:first-of-type, .page-node-109052 .discover-benefits #review-list .split2 .col2:first-of-type, .split2 .page-node-109052 .discover-benefits #review-list .col2:first-of-type, .page-node-109052 .discover-benefits .grid #myacp-header .login-panel .my-interests:first-of-type, #myacp-header .login-panel .page-node-109052 .discover-benefits .grid .my-interests:first-of-type, .page-node-109052 .discover-benefits #tabs.vertical > div #myacp-header .login-panel .my-interests:first-of-type, #myacp-header .login-panel .page-node-109052 .discover-benefits #tabs.vertical > div .my-interests:first-of-type, .page-node-109052 .discover-benefits .ui-accordion-content #myacp-header .login-panel .my-interests:first-of-type, #myacp-header .login-panel .page-node-109052 .discover-benefits .ui-accordion-content .my-interests:first-of-type, .page-node-109052 .discover-benefits .view .ui-accordion .ui-accordion-content #myacp-header .login-panel .my-interests:first-of-type, #myacp-header .login-panel .page-node-109052 .discover-benefits .view .ui-accordion .ui-accordion-content .my-interests:first-of-type, .view .ui-accordion .page-node-109052 .discover-benefits .ui-accordion-content #myacp-header .login-panel .my-interests:first-of-type, #myacp-header .login-panel .view .ui-accordion .page-node-109052 .discover-benefits .ui-accordion-content .my-interests:first-of-type, .page-node-109052 .discover-benefits .split3 #myacp-header .login-panel .my-interests:first-of-type, #myacp-header .login-panel .page-node-109052 .discover-benefits .split3 .my-interests:first-of-type, .page-node-109052 .discover-benefits .split2 #myacp-header .login-panel .my-interests:first-of-type, #myacp-header .login-panel .page-node-109052 .discover-benefits .split2 .my-interests:first-of-type, .page-node-109052 .discover-benefits .page_content #myacp-header .login-panel .my-interests:first-of-type, #myacp-header .login-panel .page-node-109052 .discover-benefits .page_content .my-interests:first-of-type, .page-node-109052 .discover-benefits .field-item #myacp-header .login-panel .my-interests:first-of-type, #myacp-header .login-panel .page-node-109052 .discover-benefits .field-item .my-interests:first-of-type, .page-node-109052 .discover-benefits .node-type-chapter-top-level-page #landing_hero_area #myacp-header .login-panel .my-interests:first-of-type, #myacp-header .login-panel .page-node-109052 .discover-benefits .node-type-chapter-top-level-page #landing_hero_area .my-interests:first-of-type, .node-type-chapter-top-level-page .page-node-109052 .discover-benefits #landing_hero_area #myacp-header .login-panel .my-interests:first-of-type, #myacp-header .login-panel .node-type-chapter-top-level-page .page-node-109052 .discover-benefits #landing_hero_area .my-interests:first-of-type, .page-node-109052 .discover-benefits #landing_hero_2018 #myacp-header .login-panel .my-interests:first-of-type, #myacp-header .login-panel .page-node-109052 .discover-benefits #landing_hero_2018 .my-interests:first-of-type, .page-node-109052 .discover-benefits #overall-rating #myacp-header .login-panel .my-interests:first-of-type, #myacp-header .login-panel .page-node-109052 .discover-benefits #overall-rating .my-interests:first-of-type, .page-node-109052 .discover-benefits .filter-container #myacp-header .login-panel .my-interests:first-of-type, #myacp-header .login-panel .page-node-109052 .discover-benefits .filter-container .my-interests:first-of-type, .page-node-109052 .discover-benefits #review-list #myacp-header .login-panel .my-interests:first-of-type, #myacp-header .login-panel .page-node-109052 .discover-benefits #review-list .my-interests:first-of-type, .page-node-109052 .discover-benefits .grid #myacp-header .myacp-panel .my-interests:first-of-type, #myacp-header .myacp-panel .page-node-109052 .discover-benefits .grid .my-interests:first-of-type, .page-node-109052 .discover-benefits #tabs.vertical > div #myacp-header .myacp-panel .my-interests:first-of-type, #myacp-header .myacp-panel .page-node-109052 .discover-benefits #tabs.vertical > div .my-interests:first-of-type, .page-node-109052 .discover-benefits .ui-accordion-content #myacp-header .myacp-panel .my-interests:first-of-type, #myacp-header .myacp-panel .page-node-109052 .discover-benefits .ui-accordion-content .my-interests:first-of-type, .page-node-109052 .discover-benefits .view .ui-accordion .ui-accordion-content #myacp-header .myacp-panel .my-interests:first-of-type, #myacp-header .myacp-panel .page-node-109052 .discover-benefits .view .ui-accordion .ui-accordion-content .my-interests:first-of-type, .view .ui-accordion .page-node-109052 .discover-benefits .ui-accordion-content #myacp-header .myacp-panel .my-interests:first-of-type, #myacp-header .myacp-panel .view .ui-accordion .page-node-109052 .discover-benefits .ui-accordion-content .my-interests:first-of-type, .page-node-109052 .discover-benefits .split3 #myacp-header .myacp-panel .my-interests:first-of-type, #myacp-header .myacp-panel .page-node-109052 .discover-benefits .split3 .my-interests:first-of-type, .page-node-109052 .discover-benefits .split2 #myacp-header .myacp-panel .my-interests:first-of-type, #myacp-header .myacp-panel .page-node-109052 .discover-benefits .split2 .my-interests:first-of-type, .page-node-109052 .discover-benefits .page_content #myacp-header .myacp-panel .my-interests:first-of-type, #myacp-header .myacp-panel .page-node-109052 .discover-benefits .page_content .my-interests:first-of-type, .page-node-109052 .discover-benefits .field-item #myacp-header .myacp-panel .my-interests:first-of-type, #myacp-header .myacp-panel .page-node-109052 .discover-benefits .field-item .my-interests:first-of-type, .page-node-109052 .discover-benefits .node-type-chapter-top-level-page #landing_hero_area #myacp-header .myacp-panel .my-interests:first-of-type, #myacp-header .myacp-panel .page-node-109052 .discover-benefits .node-type-chapter-top-level-page #landing_hero_area .my-interests:first-of-type, .node-type-chapter-top-level-page .page-node-109052 .discover-benefits #landing_hero_area #myacp-header .myacp-panel .my-interests:first-of-type, #myacp-header .myacp-panel .node-type-chapter-top-level-page .page-node-109052 .discover-benefits #landing_hero_area .my-interests:first-of-type, .page-node-109052 .discover-benefits #landing_hero_2018 #myacp-header .myacp-panel .my-interests:first-of-type, #myacp-header .myacp-panel .page-node-109052 .discover-benefits #landing_hero_2018 .my-interests:first-of-type, .page-node-109052 .discover-benefits #overall-rating #myacp-header .myacp-panel .my-interests:first-of-type, #myacp-header .myacp-panel .page-node-109052 .discover-benefits #overall-rating .my-interests:first-of-type, .page-node-109052 .discover-benefits .filter-container #myacp-header .myacp-panel .my-interests:first-of-type, #myacp-header .myacp-panel .page-node-109052 .discover-benefits .filter-container .my-interests:first-of-type, .page-node-109052 .discover-benefits #review-list #myacp-header .myacp-panel .my-interests:first-of-type, #myacp-header .myacp-panel .page-node-109052 .discover-benefits #review-list .my-interests:first-of-type, .page-node-109052 .discover-benefits .grid #myacp-header .login-panel .my-account:first-of-type, #myacp-header .login-panel .page-node-109052 .discover-benefits .grid .my-account:first-of-type, .page-node-109052 .discover-benefits #tabs.vertical > div #myacp-header .login-panel .my-account:first-of-type, #myacp-header .login-panel .page-node-109052 .discover-benefits #tabs.vertical > div .my-account:first-of-type, .page-node-109052 .discover-benefits .ui-accordion-content #myacp-header .login-panel .my-account:first-of-type, #myacp-header .login-panel .page-node-109052 .discover-benefits .ui-accordion-content .my-account:first-of-type, .page-node-109052 .discover-benefits .view .ui-accordion .ui-accordion-content #myacp-header .login-panel .my-account:first-of-type, #myacp-header .login-panel .page-node-109052 .discover-benefits .view .ui-accordion .ui-accordion-content .my-account:first-of-type, .view .ui-accordion .page-node-109052 .discover-benefits .ui-accordion-content #myacp-header .login-panel .my-account:first-of-type, #myacp-header .login-panel .view .ui-accordion .page-node-109052 .discover-benefits .ui-accordion-content .my-account:first-of-type, .page-node-109052 .discover-benefits .split3 #myacp-header .login-panel .my-account:first-of-type, #myacp-header .login-panel .page-node-109052 .discover-benefits .split3 .my-account:first-of-type, .page-node-109052 .discover-benefits .split2 #myacp-header .login-panel .my-account:first-of-type, #myacp-header .login-panel .page-node-109052 .discover-benefits .split2 .my-account:first-of-type, .page-node-109052 .discover-benefits .page_content #myacp-header .login-panel .my-account:first-of-type, #myacp-header .login-panel .page-node-109052 .discover-benefits .page_content .my-account:first-of-type, .page-node-109052 .discover-benefits .field-item #myacp-header .login-panel .my-account:first-of-type, #myacp-header .login-panel .page-node-109052 .discover-benefits .field-item .my-account:first-of-type, .page-node-109052 .discover-benefits .node-type-chapter-top-level-page #landing_hero_area #myacp-header .login-panel .my-account:first-of-type, #myacp-header .login-panel .page-node-109052 .discover-benefits .node-type-chapter-top-level-page #landing_hero_area .my-account:first-of-type, .node-type-chapter-top-level-page .page-node-109052 .discover-benefits #landing_hero_area #myacp-header .login-panel .my-account:first-of-type, #myacp-header .login-panel .node-type-chapter-top-level-page .page-node-109052 .discover-benefits #landing_hero_area .my-account:first-of-type, .page-node-109052 .discover-benefits #landing_hero_2018 #myacp-header .login-panel .my-account:first-of-type, #myacp-header .login-panel .page-node-109052 .discover-benefits #landing_hero_2018 .my-account:first-of-type, .page-node-109052 .discover-benefits #overall-rating #myacp-header .login-panel .my-account:first-of-type, #myacp-header .login-panel .page-node-109052 .discover-benefits #overall-rating .my-account:first-of-type, .page-node-109052 .discover-benefits .filter-container #myacp-header .login-panel .my-account:first-of-type, #myacp-header .login-panel .page-node-109052 .discover-benefits .filter-container .my-account:first-of-type, .page-node-109052 .discover-benefits #review-list #myacp-header .login-panel .my-account:first-of-type, #myacp-header .login-panel .page-node-109052 .discover-benefits #review-list .my-account:first-of-type, .page-node-109052 .discover-benefits .grid #myacp-header .myacp-panel .my-account:first-of-type, #myacp-header .myacp-panel .page-node-109052 .discover-benefits .grid .my-account:first-of-type, .page-node-109052 .discover-benefits #tabs.vertical > div #myacp-header .myacp-panel .my-account:first-of-type, #myacp-header .myacp-panel .page-node-109052 .discover-benefits #tabs.vertical > div .my-account:first-of-type, .page-node-109052 .discover-benefits .ui-accordion-content #myacp-header .myacp-panel .my-account:first-of-type, #myacp-header .myacp-panel .page-node-109052 .discover-benefits .ui-accordion-content .my-account:first-of-type, .page-node-109052 .discover-benefits .view .ui-accordion .ui-accordion-content #myacp-header .myacp-panel .my-account:first-of-type, #myacp-header .myacp-panel .page-node-109052 .discover-benefits .view .ui-accordion .ui-accordion-content .my-account:first-of-type, .view .ui-accordion .page-node-109052 .discover-benefits .ui-accordion-content #myacp-header .myacp-panel .my-account:first-of-type, #myacp-header .myacp-panel .view .ui-accordion .page-node-109052 .discover-benefits .ui-accordion-content .my-account:first-of-type, .page-node-109052 .discover-benefits .split3 #myacp-header .myacp-panel .my-account:first-of-type, #myacp-header .myacp-panel .page-node-109052 .discover-benefits .split3 .my-account:first-of-type, .page-node-109052 .discover-benefits .split2 #myacp-header .myacp-panel .my-account:first-of-type, #myacp-header .myacp-panel .page-node-109052 .discover-benefits .split2 .my-account:first-of-type, .page-node-109052 .discover-benefits .page_content #myacp-header .myacp-panel .my-account:first-of-type, #myacp-header .myacp-panel .page-node-109052 .discover-benefits .page_content .my-account:first-of-type, .page-node-109052 .discover-benefits .field-item #myacp-header .myacp-panel .my-account:first-of-type, #myacp-header .myacp-panel .page-node-109052 .discover-benefits .field-item .my-account:first-of-type, .page-node-109052 .discover-benefits .node-type-chapter-top-level-page #landing_hero_area #myacp-header .myacp-panel .my-account:first-of-type, #myacp-header .myacp-panel .page-node-109052 .discover-benefits .node-type-chapter-top-level-page #landing_hero_area .my-account:first-of-type, .node-type-chapter-top-level-page .page-node-109052 .discover-benefits #landing_hero_area #myacp-header .myacp-panel .my-account:first-of-type, #myacp-header .myacp-panel .node-type-chapter-top-level-page .page-node-109052 .discover-benefits #landing_hero_area .my-account:first-of-type, .page-node-109052 .discover-benefits #landing_hero_2018 #myacp-header .myacp-panel .my-account:first-of-type, #myacp-header .myacp-panel .page-node-109052 .discover-benefits #landing_hero_2018 .my-account:first-of-type, .page-node-109052 .discover-benefits #overall-rating #myacp-header .myacp-panel .my-account:first-of-type, #myacp-header .myacp-panel .page-node-109052 .discover-benefits #overall-rating .my-account:first-of-type, .page-node-109052 .discover-benefits .filter-container #myacp-header .myacp-panel .my-account:first-of-type, #myacp-header .myacp-panel .page-node-109052 .discover-benefits .filter-container .my-account:first-of-type, .page-node-109052 .discover-benefits #review-list #myacp-header .myacp-panel .my-account:first-of-type, #myacp-header .myacp-panel .page-node-109052 .discover-benefits #review-list .my-account:first-of-type {
        font-size: 1.75rem;
        line-height: 1.25; } }
  .page-node-109052 .discover-benefits .grid .col-1-2:last-of-type, .page-node-109052 .discover-benefits #tabs.vertical > div .col-1-2:last-of-type, .page-node-109052 .discover-benefits .ui-accordion-content .col-1-2:last-of-type, .page-node-109052 .discover-benefits .view .ui-accordion .ui-accordion-content .col-1-2:last-of-type, .view .ui-accordion .page-node-109052 .discover-benefits .ui-accordion-content .col-1-2:last-of-type, .page-node-109052 .discover-benefits .split3 .col-1-2:last-of-type, .page-node-109052 .discover-benefits .split2 .col-1-2:last-of-type, .page-node-109052 .discover-benefits .page_content .col-1-2:last-of-type, .page-node-109052 .discover-benefits .field-item .col-1-2:last-of-type, .page-node-109052 .discover-benefits .node-type-chapter-top-level-page #landing_hero_area .col-1-2:last-of-type, .node-type-chapter-top-level-page .page-node-109052 .discover-benefits #landing_hero_area .col-1-2:last-of-type, .page-node-109052 .discover-benefits #landing_hero_2018 .col-1-2:last-of-type, .page-node-109052 .discover-benefits #overall-rating .col-1-2:last-of-type, .page-node-109052 .discover-benefits .filter-container .col-1-2:last-of-type, .page-node-109052 .discover-benefits #review-list .col-1-2:last-of-type, .page-node-109052 .discover-benefits .grid .split2 ul:last-of-type, .split2 .page-node-109052 .discover-benefits .grid ul:last-of-type, .page-node-109052 .discover-benefits #tabs.vertical > div .split2 ul:last-of-type, .split2 .page-node-109052 .discover-benefits #tabs.vertical > div ul:last-of-type, .page-node-109052 .discover-benefits .ui-accordion-content .split2 ul:last-of-type, .split2 .page-node-109052 .discover-benefits .ui-accordion-content ul:last-of-type, .page-node-109052 .discover-benefits .view .ui-accordion .ui-accordion-content .split2 ul:last-of-type, .split2 .page-node-109052 .discover-benefits .view .ui-accordion .ui-accordion-content ul:last-of-type, .view .ui-accordion .page-node-109052 .discover-benefits .ui-accordion-content .split2 ul:last-of-type, .split2 .view .ui-accordion .page-node-109052 .discover-benefits .ui-accordion-content ul:last-of-type, .page-node-109052 .discover-benefits .split3 .split2 ul:last-of-type, .split2 .page-node-109052 .discover-benefits .split3 ul:last-of-type, .page-node-109052 .discover-benefits .split2 ul:last-of-type, .page-node-109052 .discover-benefits .page_content .split2 ul:last-of-type, .split2 .page-node-109052 .discover-benefits .page_content ul:last-of-type, .page-node-109052 .discover-benefits .field-item .split2 ul:last-of-type, .split2 .page-node-109052 .discover-benefits .field-item ul:last-of-type, .page-node-109052 .discover-benefits .node-type-chapter-top-level-page #landing_hero_area .split2 ul:last-of-type, .split2 .page-node-109052 .discover-benefits .node-type-chapter-top-level-page #landing_hero_area ul:last-of-type, .node-type-chapter-top-level-page .page-node-109052 .discover-benefits #landing_hero_area .split2 ul:last-of-type, .split2 .node-type-chapter-top-level-page .page-node-109052 .discover-benefits #landing_hero_area ul:last-of-type, .page-node-109052 .discover-benefits #landing_hero_2018 .split2 ul:last-of-type, .split2 .page-node-109052 .discover-benefits #landing_hero_2018 ul:last-of-type, .page-node-109052 .discover-benefits #overall-rating .split2 ul:last-of-type, .split2 .page-node-109052 .discover-benefits #overall-rating ul:last-of-type, .page-node-109052 .discover-benefits .filter-container .split2 ul:last-of-type, .split2 .page-node-109052 .discover-benefits .filter-container ul:last-of-type, .page-node-109052 .discover-benefits #review-list .split2 ul:last-of-type, .split2 .page-node-109052 .discover-benefits #review-list ul:last-of-type, .page-node-109052 .discover-benefits .grid .split2 .col1:last-of-type, .split2 .page-node-109052 .discover-benefits .grid .col1:last-of-type, .page-node-109052 .discover-benefits #tabs.vertical > div .split2 .col1:last-of-type, .split2 .page-node-109052 .discover-benefits #tabs.vertical > div .col1:last-of-type, .page-node-109052 .discover-benefits .ui-accordion-content .split2 .col1:last-of-type, .split2 .page-node-109052 .discover-benefits .ui-accordion-content .col1:last-of-type, .page-node-109052 .discover-benefits .view .ui-accordion .ui-accordion-content .split2 .col1:last-of-type, .split2 .page-node-109052 .discover-benefits .view .ui-accordion .ui-accordion-content .col1:last-of-type, .view .ui-accordion .page-node-109052 .discover-benefits .ui-accordion-content .split2 .col1:last-of-type, .split2 .view .ui-accordion .page-node-109052 .discover-benefits .ui-accordion-content .col1:last-of-type, .page-node-109052 .discover-benefits .split3 .split2 .col1:last-of-type, .split2 .page-node-109052 .discover-benefits .split3 .col1:last-of-type, .page-node-109052 .discover-benefits .split2 .col1:last-of-type, .page-node-109052 .discover-benefits .page_content .split2 .col1:last-of-type, .split2 .page-node-109052 .discover-benefits .page_content .col1:last-of-type, .page-node-109052 .discover-benefits .field-item .split2 .col1:last-of-type, .split2 .page-node-109052 .discover-benefits .field-item .col1:last-of-type, .page-node-109052 .discover-benefits .node-type-chapter-top-level-page #landing_hero_area .split2 .col1:last-of-type, .split2 .page-node-109052 .discover-benefits .node-type-chapter-top-level-page #landing_hero_area .col1:last-of-type, .node-type-chapter-top-level-page .page-node-109052 .discover-benefits #landing_hero_area .split2 .col1:last-of-type, .split2 .node-type-chapter-top-level-page .page-node-109052 .discover-benefits #landing_hero_area .col1:last-of-type, .page-node-109052 .discover-benefits #landing_hero_2018 .split2 .col1:last-of-type, .split2 .page-node-109052 .discover-benefits #landing_hero_2018 .col1:last-of-type, .page-node-109052 .discover-benefits #overall-rating .split2 .col1:last-of-type, .split2 .page-node-109052 .discover-benefits #overall-rating .col1:last-of-type, .page-node-109052 .discover-benefits .filter-container .split2 .col1:last-of-type, .split2 .page-node-109052 .discover-benefits .filter-container .col1:last-of-type, .page-node-109052 .discover-benefits #review-list .split2 .col1:last-of-type, .split2 .page-node-109052 .discover-benefits #review-list .col1:last-of-type, .page-node-109052 .discover-benefits .grid .split2 .col2:last-of-type, .split2 .page-node-109052 .discover-benefits .grid .col2:last-of-type, .page-node-109052 .discover-benefits #tabs.vertical > div .split2 .col2:last-of-type, .split2 .page-node-109052 .discover-benefits #tabs.vertical > div .col2:last-of-type, .page-node-109052 .discover-benefits .ui-accordion-content .split2 .col2:last-of-type, .split2 .page-node-109052 .discover-benefits .ui-accordion-content .col2:last-of-type, .page-node-109052 .discover-benefits .view .ui-accordion .ui-accordion-content .split2 .col2:last-of-type, .split2 .page-node-109052 .discover-benefits .view .ui-accordion .ui-accordion-content .col2:last-of-type, .view .ui-accordion .page-node-109052 .discover-benefits .ui-accordion-content .split2 .col2:last-of-type, .split2 .view .ui-accordion .page-node-109052 .discover-benefits .ui-accordion-content .col2:last-of-type, .page-node-109052 .discover-benefits .split3 .split2 .col2:last-of-type, .split2 .page-node-109052 .discover-benefits .split3 .col2:last-of-type, .page-node-109052 .discover-benefits .split2 .col2:last-of-type, .page-node-109052 .discover-benefits .page_content .split2 .col2:last-of-type, .split2 .page-node-109052 .discover-benefits .page_content .col2:last-of-type, .page-node-109052 .discover-benefits .field-item .split2 .col2:last-of-type, .split2 .page-node-109052 .discover-benefits .field-item .col2:last-of-type, .page-node-109052 .discover-benefits .node-type-chapter-top-level-page #landing_hero_area .split2 .col2:last-of-type, .split2 .page-node-109052 .discover-benefits .node-type-chapter-top-level-page #landing_hero_area .col2:last-of-type, .node-type-chapter-top-level-page .page-node-109052 .discover-benefits #landing_hero_area .split2 .col2:last-of-type, .split2 .node-type-chapter-top-level-page .page-node-109052 .discover-benefits #landing_hero_area .col2:last-of-type, .page-node-109052 .discover-benefits #landing_hero_2018 .split2 .col2:last-of-type, .split2 .page-node-109052 .discover-benefits #landing_hero_2018 .col2:last-of-type, .page-node-109052 .discover-benefits #overall-rating .split2 .col2:last-of-type, .split2 .page-node-109052 .discover-benefits #overall-rating .col2:last-of-type, .page-node-109052 .discover-benefits .filter-container .split2 .col2:last-of-type, .split2 .page-node-109052 .discover-benefits .filter-container .col2:last-of-type, .page-node-109052 .discover-benefits #review-list .split2 .col2:last-of-type, .split2 .page-node-109052 .discover-benefits #review-list .col2:last-of-type, .page-node-109052 .discover-benefits .grid #myacp-header .login-panel .my-interests:last-of-type, #myacp-header .login-panel .page-node-109052 .discover-benefits .grid .my-interests:last-of-type, .page-node-109052 .discover-benefits #tabs.vertical > div #myacp-header .login-panel .my-interests:last-of-type, #myacp-header .login-panel .page-node-109052 .discover-benefits #tabs.vertical > div .my-interests:last-of-type, .page-node-109052 .discover-benefits .ui-accordion-content #myacp-header .login-panel .my-interests:last-of-type, #myacp-header .login-panel .page-node-109052 .discover-benefits .ui-accordion-content .my-interests:last-of-type, .page-node-109052 .discover-benefits .view .ui-accordion .ui-accordion-content #myacp-header .login-panel .my-interests:last-of-type, #myacp-header .login-panel .page-node-109052 .discover-benefits .view .ui-accordion .ui-accordion-content .my-interests:last-of-type, .view .ui-accordion .page-node-109052 .discover-benefits .ui-accordion-content #myacp-header .login-panel .my-interests:last-of-type, #myacp-header .login-panel .view .ui-accordion .page-node-109052 .discover-benefits .ui-accordion-content .my-interests:last-of-type, .page-node-109052 .discover-benefits .split3 #myacp-header .login-panel .my-interests:last-of-type, #myacp-header .login-panel .page-node-109052 .discover-benefits .split3 .my-interests:last-of-type, .page-node-109052 .discover-benefits .split2 #myacp-header .login-panel .my-interests:last-of-type, #myacp-header .login-panel .page-node-109052 .discover-benefits .split2 .my-interests:last-of-type, .page-node-109052 .discover-benefits .page_content #myacp-header .login-panel .my-interests:last-of-type, #myacp-header .login-panel .page-node-109052 .discover-benefits .page_content .my-interests:last-of-type, .page-node-109052 .discover-benefits .field-item #myacp-header .login-panel .my-interests:last-of-type, #myacp-header .login-panel .page-node-109052 .discover-benefits .field-item .my-interests:last-of-type, .page-node-109052 .discover-benefits .node-type-chapter-top-level-page #landing_hero_area #myacp-header .login-panel .my-interests:last-of-type, #myacp-header .login-panel .page-node-109052 .discover-benefits .node-type-chapter-top-level-page #landing_hero_area .my-interests:last-of-type, .node-type-chapter-top-level-page .page-node-109052 .discover-benefits #landing_hero_area #myacp-header .login-panel .my-interests:last-of-type, #myacp-header .login-panel .node-type-chapter-top-level-page .page-node-109052 .discover-benefits #landing_hero_area .my-interests:last-of-type, .page-node-109052 .discover-benefits #landing_hero_2018 #myacp-header .login-panel .my-interests:last-of-type, #myacp-header .login-panel .page-node-109052 .discover-benefits #landing_hero_2018 .my-interests:last-of-type, .page-node-109052 .discover-benefits #overall-rating #myacp-header .login-panel .my-interests:last-of-type, #myacp-header .login-panel .page-node-109052 .discover-benefits #overall-rating .my-interests:last-of-type, .page-node-109052 .discover-benefits .filter-container #myacp-header .login-panel .my-interests:last-of-type, #myacp-header .login-panel .page-node-109052 .discover-benefits .filter-container .my-interests:last-of-type, .page-node-109052 .discover-benefits #review-list #myacp-header .login-panel .my-interests:last-of-type, #myacp-header .login-panel .page-node-109052 .discover-benefits #review-list .my-interests:last-of-type, .page-node-109052 .discover-benefits .grid #myacp-header .myacp-panel .my-interests:last-of-type, #myacp-header .myacp-panel .page-node-109052 .discover-benefits .grid .my-interests:last-of-type, .page-node-109052 .discover-benefits #tabs.vertical > div #myacp-header .myacp-panel .my-interests:last-of-type, #myacp-header .myacp-panel .page-node-109052 .discover-benefits #tabs.vertical > div .my-interests:last-of-type, .page-node-109052 .discover-benefits .ui-accordion-content #myacp-header .myacp-panel .my-interests:last-of-type, #myacp-header .myacp-panel .page-node-109052 .discover-benefits .ui-accordion-content .my-interests:last-of-type, .page-node-109052 .discover-benefits .view .ui-accordion .ui-accordion-content #myacp-header .myacp-panel .my-interests:last-of-type, #myacp-header .myacp-panel .page-node-109052 .discover-benefits .view .ui-accordion .ui-accordion-content .my-interests:last-of-type, .view .ui-accordion .page-node-109052 .discover-benefits .ui-accordion-content #myacp-header .myacp-panel .my-interests:last-of-type, #myacp-header .myacp-panel .view .ui-accordion .page-node-109052 .discover-benefits .ui-accordion-content .my-interests:last-of-type, .page-node-109052 .discover-benefits .split3 #myacp-header .myacp-panel .my-interests:last-of-type, #myacp-header .myacp-panel .page-node-109052 .discover-benefits .split3 .my-interests:last-of-type, .page-node-109052 .discover-benefits .split2 #myacp-header .myacp-panel .my-interests:last-of-type, #myacp-header .myacp-panel .page-node-109052 .discover-benefits .split2 .my-interests:last-of-type, .page-node-109052 .discover-benefits .page_content #myacp-header .myacp-panel .my-interests:last-of-type, #myacp-header .myacp-panel .page-node-109052 .discover-benefits .page_content .my-interests:last-of-type, .page-node-109052 .discover-benefits .field-item #myacp-header .myacp-panel .my-interests:last-of-type, #myacp-header .myacp-panel .page-node-109052 .discover-benefits .field-item .my-interests:last-of-type, .page-node-109052 .discover-benefits .node-type-chapter-top-level-page #landing_hero_area #myacp-header .myacp-panel .my-interests:last-of-type, #myacp-header .myacp-panel .page-node-109052 .discover-benefits .node-type-chapter-top-level-page #landing_hero_area .my-interests:last-of-type, .node-type-chapter-top-level-page .page-node-109052 .discover-benefits #landing_hero_area #myacp-header .myacp-panel .my-interests:last-of-type, #myacp-header .myacp-panel .node-type-chapter-top-level-page .page-node-109052 .discover-benefits #landing_hero_area .my-interests:last-of-type, .page-node-109052 .discover-benefits #landing_hero_2018 #myacp-header .myacp-panel .my-interests:last-of-type, #myacp-header .myacp-panel .page-node-109052 .discover-benefits #landing_hero_2018 .my-interests:last-of-type, .page-node-109052 .discover-benefits #overall-rating #myacp-header .myacp-panel .my-interests:last-of-type, #myacp-header .myacp-panel .page-node-109052 .discover-benefits #overall-rating .my-interests:last-of-type, .page-node-109052 .discover-benefits .filter-container #myacp-header .myacp-panel .my-interests:last-of-type, #myacp-header .myacp-panel .page-node-109052 .discover-benefits .filter-container .my-interests:last-of-type, .page-node-109052 .discover-benefits #review-list #myacp-header .myacp-panel .my-interests:last-of-type, #myacp-header .myacp-panel .page-node-109052 .discover-benefits #review-list .my-interests:last-of-type, .page-node-109052 .discover-benefits .grid #myacp-header .login-panel .my-account:last-of-type, #myacp-header .login-panel .page-node-109052 .discover-benefits .grid .my-account:last-of-type, .page-node-109052 .discover-benefits #tabs.vertical > div #myacp-header .login-panel .my-account:last-of-type, #myacp-header .login-panel .page-node-109052 .discover-benefits #tabs.vertical > div .my-account:last-of-type, .page-node-109052 .discover-benefits .ui-accordion-content #myacp-header .login-panel .my-account:last-of-type, #myacp-header .login-panel .page-node-109052 .discover-benefits .ui-accordion-content .my-account:last-of-type, .page-node-109052 .discover-benefits .view .ui-accordion .ui-accordion-content #myacp-header .login-panel .my-account:last-of-type, #myacp-header .login-panel .page-node-109052 .discover-benefits .view .ui-accordion .ui-accordion-content .my-account:last-of-type, .view .ui-accordion .page-node-109052 .discover-benefits .ui-accordion-content #myacp-header .login-panel .my-account:last-of-type, #myacp-header .login-panel .view .ui-accordion .page-node-109052 .discover-benefits .ui-accordion-content .my-account:last-of-type, .page-node-109052 .discover-benefits .split3 #myacp-header .login-panel .my-account:last-of-type, #myacp-header .login-panel .page-node-109052 .discover-benefits .split3 .my-account:last-of-type, .page-node-109052 .discover-benefits .split2 #myacp-header .login-panel .my-account:last-of-type, #myacp-header .login-panel .page-node-109052 .discover-benefits .split2 .my-account:last-of-type, .page-node-109052 .discover-benefits .page_content #myacp-header .login-panel .my-account:last-of-type, #myacp-header .login-panel .page-node-109052 .discover-benefits .page_content .my-account:last-of-type, .page-node-109052 .discover-benefits .field-item #myacp-header .login-panel .my-account:last-of-type, #myacp-header .login-panel .page-node-109052 .discover-benefits .field-item .my-account:last-of-type, .page-node-109052 .discover-benefits .node-type-chapter-top-level-page #landing_hero_area #myacp-header .login-panel .my-account:last-of-type, #myacp-header .login-panel .page-node-109052 .discover-benefits .node-type-chapter-top-level-page #landing_hero_area .my-account:last-of-type, .node-type-chapter-top-level-page .page-node-109052 .discover-benefits #landing_hero_area #myacp-header .login-panel .my-account:last-of-type, #myacp-header .login-panel .node-type-chapter-top-level-page .page-node-109052 .discover-benefits #landing_hero_area .my-account:last-of-type, .page-node-109052 .discover-benefits #landing_hero_2018 #myacp-header .login-panel .my-account:last-of-type, #myacp-header .login-panel .page-node-109052 .discover-benefits #landing_hero_2018 .my-account:last-of-type, .page-node-109052 .discover-benefits #overall-rating #myacp-header .login-panel .my-account:last-of-type, #myacp-header .login-panel .page-node-109052 .discover-benefits #overall-rating .my-account:last-of-type, .page-node-109052 .discover-benefits .filter-container #myacp-header .login-panel .my-account:last-of-type, #myacp-header .login-panel .page-node-109052 .discover-benefits .filter-container .my-account:last-of-type, .page-node-109052 .discover-benefits #review-list #myacp-header .login-panel .my-account:last-of-type, #myacp-header .login-panel .page-node-109052 .discover-benefits #review-list .my-account:last-of-type, .page-node-109052 .discover-benefits .grid #myacp-header .myacp-panel .my-account:last-of-type, #myacp-header .myacp-panel .page-node-109052 .discover-benefits .grid .my-account:last-of-type, .page-node-109052 .discover-benefits #tabs.vertical > div #myacp-header .myacp-panel .my-account:last-of-type, #myacp-header .myacp-panel .page-node-109052 .discover-benefits #tabs.vertical > div .my-account:last-of-type, .page-node-109052 .discover-benefits .ui-accordion-content #myacp-header .myacp-panel .my-account:last-of-type, #myacp-header .myacp-panel .page-node-109052 .discover-benefits .ui-accordion-content .my-account:last-of-type, .page-node-109052 .discover-benefits .view .ui-accordion .ui-accordion-content #myacp-header .myacp-panel .my-account:last-of-type, #myacp-header .myacp-panel .page-node-109052 .discover-benefits .view .ui-accordion .ui-accordion-content .my-account:last-of-type, .view .ui-accordion .page-node-109052 .discover-benefits .ui-accordion-content #myacp-header .myacp-panel .my-account:last-of-type, #myacp-header .myacp-panel .view .ui-accordion .page-node-109052 .discover-benefits .ui-accordion-content .my-account:last-of-type, .page-node-109052 .discover-benefits .split3 #myacp-header .myacp-panel .my-account:last-of-type, #myacp-header .myacp-panel .page-node-109052 .discover-benefits .split3 .my-account:last-of-type, .page-node-109052 .discover-benefits .split2 #myacp-header .myacp-panel .my-account:last-of-type, #myacp-header .myacp-panel .page-node-109052 .discover-benefits .split2 .my-account:last-of-type, .page-node-109052 .discover-benefits .page_content #myacp-header .myacp-panel .my-account:last-of-type, #myacp-header .myacp-panel .page-node-109052 .discover-benefits .page_content .my-account:last-of-type, .page-node-109052 .discover-benefits .field-item #myacp-header .myacp-panel .my-account:last-of-type, #myacp-header .myacp-panel .page-node-109052 .discover-benefits .field-item .my-account:last-of-type, .page-node-109052 .discover-benefits .node-type-chapter-top-level-page #landing_hero_area #myacp-header .myacp-panel .my-account:last-of-type, #myacp-header .myacp-panel .page-node-109052 .discover-benefits .node-type-chapter-top-level-page #landing_hero_area .my-account:last-of-type, .node-type-chapter-top-level-page .page-node-109052 .discover-benefits #landing_hero_area #myacp-header .myacp-panel .my-account:last-of-type, #myacp-header .myacp-panel .node-type-chapter-top-level-page .page-node-109052 .discover-benefits #landing_hero_area .my-account:last-of-type, .page-node-109052 .discover-benefits #landing_hero_2018 #myacp-header .myacp-panel .my-account:last-of-type, #myacp-header .myacp-panel .page-node-109052 .discover-benefits #landing_hero_2018 .my-account:last-of-type, .page-node-109052 .discover-benefits #overall-rating #myacp-header .myacp-panel .my-account:last-of-type, #myacp-header .myacp-panel .page-node-109052 .discover-benefits #overall-rating .my-account:last-of-type, .page-node-109052 .discover-benefits .filter-container #myacp-header .myacp-panel .my-account:last-of-type, #myacp-header .myacp-panel .page-node-109052 .discover-benefits .filter-container .my-account:last-of-type, .page-node-109052 .discover-benefits #review-list #myacp-header .myacp-panel .my-account:last-of-type, #myacp-header .myacp-panel .page-node-109052 .discover-benefits #review-list .my-account:last-of-type {
    font-size: 0.875rem;
    line-height: 1.5; }
  .page-node-109052 .discover-benefits ul.no-style, .page-node-109052 .discover-benefits ul.assets_table, .page-node-109052 .discover-benefits .node-type-custom .already-a-member .acp-grey-light ul, .node-type-custom .already-a-member .acp-grey-light .page-node-109052 .discover-benefits ul, .page-node-109052 .discover-benefits .view-news-releases div ul, .view-news-releases div .page-node-109052 .discover-benefits ul, .page-node-109052 .discover-benefits .view-news-releases-content- > div ul, .view-news-releases-content- > div .page-node-109052 .discover-benefits ul, .page-node-109052 .discover-benefits .page-forum ul.action-links, .page-forum .page-node-109052 .discover-benefits ul.action-links {
    margin: 0;
    padding: 0; }
  @media screen and (min-width: 780px) and (max-width: 1183px) {
    .page-node-109052 .discover-benefits .grid .col-1-2:first-of-type, .page-node-109052 .discover-benefits #tabs.vertical > div .col-1-2:first-of-type, .page-node-109052 .discover-benefits .ui-accordion-content .col-1-2:first-of-type, .page-node-109052 .discover-benefits .view .ui-accordion .ui-accordion-content .col-1-2:first-of-type, .view .ui-accordion .page-node-109052 .discover-benefits .ui-accordion-content .col-1-2:first-of-type, .page-node-109052 .discover-benefits .split3 .col-1-2:first-of-type, .page-node-109052 .discover-benefits .split2 .col-1-2:first-of-type, .page-node-109052 .discover-benefits .page_content .col-1-2:first-of-type, .page-node-109052 .discover-benefits .field-item .col-1-2:first-of-type, .page-node-109052 .discover-benefits .node-type-chapter-top-level-page #landing_hero_area .col-1-2:first-of-type, .node-type-chapter-top-level-page .page-node-109052 .discover-benefits #landing_hero_area .col-1-2:first-of-type, .page-node-109052 .discover-benefits #landing_hero_2018 .col-1-2:first-of-type, .page-node-109052 .discover-benefits #overall-rating .col-1-2:first-of-type, .page-node-109052 .discover-benefits .filter-container .col-1-2:first-of-type, .page-node-109052 .discover-benefits #review-list .col-1-2:first-of-type, .page-node-109052 .discover-benefits .grid .split2 ul:first-of-type, .split2 .page-node-109052 .discover-benefits .grid ul:first-of-type, .page-node-109052 .discover-benefits #tabs.vertical > div .split2 ul:first-of-type, .split2 .page-node-109052 .discover-benefits #tabs.vertical > div ul:first-of-type, .page-node-109052 .discover-benefits .ui-accordion-content .split2 ul:first-of-type, .split2 .page-node-109052 .discover-benefits .ui-accordion-content ul:first-of-type, .page-node-109052 .discover-benefits .view .ui-accordion .ui-accordion-content .split2 ul:first-of-type, .split2 .page-node-109052 .discover-benefits .view .ui-accordion .ui-accordion-content ul:first-of-type, .view .ui-accordion .page-node-109052 .discover-benefits .ui-accordion-content .split2 ul:first-of-type, .split2 .view .ui-accordion .page-node-109052 .discover-benefits .ui-accordion-content ul:first-of-type, .page-node-109052 .discover-benefits .split3 .split2 ul:first-of-type, .split2 .page-node-109052 .discover-benefits .split3 ul:first-of-type, .page-node-109052 .discover-benefits .split2 ul:first-of-type, .page-node-109052 .discover-benefits .page_content .split2 ul:first-of-type, .split2 .page-node-109052 .discover-benefits .page_content ul:first-of-type, .page-node-109052 .discover-benefits .field-item .split2 ul:first-of-type, .split2 .page-node-109052 .discover-benefits .field-item ul:first-of-type, .page-node-109052 .discover-benefits .node-type-chapter-top-level-page #landing_hero_area .split2 ul:first-of-type, .split2 .page-node-109052 .discover-benefits .node-type-chapter-top-level-page #landing_hero_area ul:first-of-type, .node-type-chapter-top-level-page .page-node-109052 .discover-benefits #landing_hero_area .split2 ul:first-of-type, .split2 .node-type-chapter-top-level-page .page-node-109052 .discover-benefits #landing_hero_area ul:first-of-type, .page-node-109052 .discover-benefits #landing_hero_2018 .split2 ul:first-of-type, .split2 .page-node-109052 .discover-benefits #landing_hero_2018 ul:first-of-type, .page-node-109052 .discover-benefits #overall-rating .split2 ul:first-of-type, .split2 .page-node-109052 .discover-benefits #overall-rating ul:first-of-type, .page-node-109052 .discover-benefits .filter-container .split2 ul:first-of-type, .split2 .page-node-109052 .discover-benefits .filter-container ul:first-of-type, .page-node-109052 .discover-benefits #review-list .split2 ul:first-of-type, .split2 .page-node-109052 .discover-benefits #review-list ul:first-of-type, .page-node-109052 .discover-benefits .grid .split2 .col1:first-of-type, .split2 .page-node-109052 .discover-benefits .grid .col1:first-of-type, .page-node-109052 .discover-benefits #tabs.vertical > div .split2 .col1:first-of-type, .split2 .page-node-109052 .discover-benefits #tabs.vertical > div .col1:first-of-type, .page-node-109052 .discover-benefits .ui-accordion-content .split2 .col1:first-of-type, .split2 .page-node-109052 .discover-benefits .ui-accordion-content .col1:first-of-type, .page-node-109052 .discover-benefits .view .ui-accordion .ui-accordion-content .split2 .col1:first-of-type, .split2 .page-node-109052 .discover-benefits .view .ui-accordion .ui-accordion-content .col1:first-of-type, .view .ui-accordion .page-node-109052 .discover-benefits .ui-accordion-content .split2 .col1:first-of-type, .split2 .view .ui-accordion .page-node-109052 .discover-benefits .ui-accordion-content .col1:first-of-type, .page-node-109052 .discover-benefits .split3 .split2 .col1:first-of-type, .split2 .page-node-109052 .discover-benefits .split3 .col1:first-of-type, .page-node-109052 .discover-benefits .split2 .col1:first-of-type, .page-node-109052 .discover-benefits .page_content .split2 .col1:first-of-type, .split2 .page-node-109052 .discover-benefits .page_content .col1:first-of-type, .page-node-109052 .discover-benefits .field-item .split2 .col1:first-of-type, .split2 .page-node-109052 .discover-benefits .field-item .col1:first-of-type, .page-node-109052 .discover-benefits .node-type-chapter-top-level-page #landing_hero_area .split2 .col1:first-of-type, .split2 .page-node-109052 .discover-benefits .node-type-chapter-top-level-page #landing_hero_area .col1:first-of-type, .node-type-chapter-top-level-page .page-node-109052 .discover-benefits #landing_hero_area .split2 .col1:first-of-type, .split2 .node-type-chapter-top-level-page .page-node-109052 .discover-benefits #landing_hero_area .col1:first-of-type, .page-node-109052 .discover-benefits #landing_hero_2018 .split2 .col1:first-of-type, .split2 .page-node-109052 .discover-benefits #landing_hero_2018 .col1:first-of-type, .page-node-109052 .discover-benefits #overall-rating .split2 .col1:first-of-type, .split2 .page-node-109052 .discover-benefits #overall-rating .col1:first-of-type, .page-node-109052 .discover-benefits .filter-container .split2 .col1:first-of-type, .split2 .page-node-109052 .discover-benefits .filter-container .col1:first-of-type, .page-node-109052 .discover-benefits #review-list .split2 .col1:first-of-type, .split2 .page-node-109052 .discover-benefits #review-list .col1:first-of-type, .page-node-109052 .discover-benefits .grid .split2 .col2:first-of-type, .split2 .page-node-109052 .discover-benefits .grid .col2:first-of-type, .page-node-109052 .discover-benefits #tabs.vertical > div .split2 .col2:first-of-type, .split2 .page-node-109052 .discover-benefits #tabs.vertical > div .col2:first-of-type, .page-node-109052 .discover-benefits .ui-accordion-content .split2 .col2:first-of-type, .split2 .page-node-109052 .discover-benefits .ui-accordion-content .col2:first-of-type, .page-node-109052 .discover-benefits .view .ui-accordion .ui-accordion-content .split2 .col2:first-of-type, .split2 .page-node-109052 .discover-benefits .view .ui-accordion .ui-accordion-content .col2:first-of-type, .view .ui-accordion .page-node-109052 .discover-benefits .ui-accordion-content .split2 .col2:first-of-type, .split2 .view .ui-accordion .page-node-109052 .discover-benefits .ui-accordion-content .col2:first-of-type, .page-node-109052 .discover-benefits .split3 .split2 .col2:first-of-type, .split2 .page-node-109052 .discover-benefits .split3 .col2:first-of-type, .page-node-109052 .discover-benefits .split2 .col2:first-of-type, .page-node-109052 .discover-benefits .page_content .split2 .col2:first-of-type, .split2 .page-node-109052 .discover-benefits .page_content .col2:first-of-type, .page-node-109052 .discover-benefits .field-item .split2 .col2:first-of-type, .split2 .page-node-109052 .discover-benefits .field-item .col2:first-of-type, .page-node-109052 .discover-benefits .node-type-chapter-top-level-page #landing_hero_area .split2 .col2:first-of-type, .split2 .page-node-109052 .discover-benefits .node-type-chapter-top-level-page #landing_hero_area .col2:first-of-type, .node-type-chapter-top-level-page .page-node-109052 .discover-benefits #landing_hero_area .split2 .col2:first-of-type, .split2 .node-type-chapter-top-level-page .page-node-109052 .discover-benefits #landing_hero_area .col2:first-of-type, .page-node-109052 .discover-benefits #landing_hero_2018 .split2 .col2:first-of-type, .split2 .page-node-109052 .discover-benefits #landing_hero_2018 .col2:first-of-type, .page-node-109052 .discover-benefits #overall-rating .split2 .col2:first-of-type, .split2 .page-node-109052 .discover-benefits #overall-rating .col2:first-of-type, .page-node-109052 .discover-benefits .filter-container .split2 .col2:first-of-type, .split2 .page-node-109052 .discover-benefits .filter-container .col2:first-of-type, .page-node-109052 .discover-benefits #review-list .split2 .col2:first-of-type, .split2 .page-node-109052 .discover-benefits #review-list .col2:first-of-type, .page-node-109052 .discover-benefits .grid #myacp-header .login-panel .my-interests:first-of-type, #myacp-header .login-panel .page-node-109052 .discover-benefits .grid .my-interests:first-of-type, .page-node-109052 .discover-benefits #tabs.vertical > div #myacp-header .login-panel .my-interests:first-of-type, #myacp-header .login-panel .page-node-109052 .discover-benefits #tabs.vertical > div .my-interests:first-of-type, .page-node-109052 .discover-benefits .ui-accordion-content #myacp-header .login-panel .my-interests:first-of-type, #myacp-header .login-panel .page-node-109052 .discover-benefits .ui-accordion-content .my-interests:first-of-type, .page-node-109052 .discover-benefits .view .ui-accordion .ui-accordion-content #myacp-header .login-panel .my-interests:first-of-type, #myacp-header .login-panel .page-node-109052 .discover-benefits .view .ui-accordion .ui-accordion-content .my-interests:first-of-type, .view .ui-accordion .page-node-109052 .discover-benefits .ui-accordion-content #myacp-header .login-panel .my-interests:first-of-type, #myacp-header .login-panel .view .ui-accordion .page-node-109052 .discover-benefits .ui-accordion-content .my-interests:first-of-type, .page-node-109052 .discover-benefits .split3 #myacp-header .login-panel .my-interests:first-of-type, #myacp-header .login-panel .page-node-109052 .discover-benefits .split3 .my-interests:first-of-type, .page-node-109052 .discover-benefits .split2 #myacp-header .login-panel .my-interests:first-of-type, #myacp-header .login-panel .page-node-109052 .discover-benefits .split2 .my-interests:first-of-type, .page-node-109052 .discover-benefits .page_content #myacp-header .login-panel .my-interests:first-of-type, #myacp-header .login-panel .page-node-109052 .discover-benefits .page_content .my-interests:first-of-type, .page-node-109052 .discover-benefits .field-item #myacp-header .login-panel .my-interests:first-of-type, #myacp-header .login-panel .page-node-109052 .discover-benefits .field-item .my-interests:first-of-type, .page-node-109052 .discover-benefits .node-type-chapter-top-level-page #landing_hero_area #myacp-header .login-panel .my-interests:first-of-type, #myacp-header .login-panel .page-node-109052 .discover-benefits .node-type-chapter-top-level-page #landing_hero_area .my-interests:first-of-type, .node-type-chapter-top-level-page .page-node-109052 .discover-benefits #landing_hero_area #myacp-header .login-panel .my-interests:first-of-type, #myacp-header .login-panel .node-type-chapter-top-level-page .page-node-109052 .discover-benefits #landing_hero_area .my-interests:first-of-type, .page-node-109052 .discover-benefits #landing_hero_2018 #myacp-header .login-panel .my-interests:first-of-type, #myacp-header .login-panel .page-node-109052 .discover-benefits #landing_hero_2018 .my-interests:first-of-type, .page-node-109052 .discover-benefits #overall-rating #myacp-header .login-panel .my-interests:first-of-type, #myacp-header .login-panel .page-node-109052 .discover-benefits #overall-rating .my-interests:first-of-type, .page-node-109052 .discover-benefits .filter-container #myacp-header .login-panel .my-interests:first-of-type, #myacp-header .login-panel .page-node-109052 .discover-benefits .filter-container .my-interests:first-of-type, .page-node-109052 .discover-benefits #review-list #myacp-header .login-panel .my-interests:first-of-type, #myacp-header .login-panel .page-node-109052 .discover-benefits #review-list .my-interests:first-of-type, .page-node-109052 .discover-benefits .grid #myacp-header .myacp-panel .my-interests:first-of-type, #myacp-header .myacp-panel .page-node-109052 .discover-benefits .grid .my-interests:first-of-type, .page-node-109052 .discover-benefits #tabs.vertical > div #myacp-header .myacp-panel .my-interests:first-of-type, #myacp-header .myacp-panel .page-node-109052 .discover-benefits #tabs.vertical > div .my-interests:first-of-type, .page-node-109052 .discover-benefits .ui-accordion-content #myacp-header .myacp-panel .my-interests:first-of-type, #myacp-header .myacp-panel .page-node-109052 .discover-benefits .ui-accordion-content .my-interests:first-of-type, .page-node-109052 .discover-benefits .view .ui-accordion .ui-accordion-content #myacp-header .myacp-panel .my-interests:first-of-type, #myacp-header .myacp-panel .page-node-109052 .discover-benefits .view .ui-accordion .ui-accordion-content .my-interests:first-of-type, .view .ui-accordion .page-node-109052 .discover-benefits .ui-accordion-content #myacp-header .myacp-panel .my-interests:first-of-type, #myacp-header .myacp-panel .view .ui-accordion .page-node-109052 .discover-benefits .ui-accordion-content .my-interests:first-of-type, .page-node-109052 .discover-benefits .split3 #myacp-header .myacp-panel .my-interests:first-of-type, #myacp-header .myacp-panel .page-node-109052 .discover-benefits .split3 .my-interests:first-of-type, .page-node-109052 .discover-benefits .split2 #myacp-header .myacp-panel .my-interests:first-of-type, #myacp-header .myacp-panel .page-node-109052 .discover-benefits .split2 .my-interests:first-of-type, .page-node-109052 .discover-benefits .page_content #myacp-header .myacp-panel .my-interests:first-of-type, #myacp-header .myacp-panel .page-node-109052 .discover-benefits .page_content .my-interests:first-of-type, .page-node-109052 .discover-benefits .field-item #myacp-header .myacp-panel .my-interests:first-of-type, #myacp-header .myacp-panel .page-node-109052 .discover-benefits .field-item .my-interests:first-of-type, .page-node-109052 .discover-benefits .node-type-chapter-top-level-page #landing_hero_area #myacp-header .myacp-panel .my-interests:first-of-type, #myacp-header .myacp-panel .page-node-109052 .discover-benefits .node-type-chapter-top-level-page #landing_hero_area .my-interests:first-of-type, .node-type-chapter-top-level-page .page-node-109052 .discover-benefits #landing_hero_area #myacp-header .myacp-panel .my-interests:first-of-type, #myacp-header .myacp-panel .node-type-chapter-top-level-page .page-node-109052 .discover-benefits #landing_hero_area .my-interests:first-of-type, .page-node-109052 .discover-benefits #landing_hero_2018 #myacp-header .myacp-panel .my-interests:first-of-type, #myacp-header .myacp-panel .page-node-109052 .discover-benefits #landing_hero_2018 .my-interests:first-of-type, .page-node-109052 .discover-benefits #overall-rating #myacp-header .myacp-panel .my-interests:first-of-type, #myacp-header .myacp-panel .page-node-109052 .discover-benefits #overall-rating .my-interests:first-of-type, .page-node-109052 .discover-benefits .filter-container #myacp-header .myacp-panel .my-interests:first-of-type, #myacp-header .myacp-panel .page-node-109052 .discover-benefits .filter-container .my-interests:first-of-type, .page-node-109052 .discover-benefits #review-list #myacp-header .myacp-panel .my-interests:first-of-type, #myacp-header .myacp-panel .page-node-109052 .discover-benefits #review-list .my-interests:first-of-type, .page-node-109052 .discover-benefits .grid #myacp-header .login-panel .my-account:first-of-type, #myacp-header .login-panel .page-node-109052 .discover-benefits .grid .my-account:first-of-type, .page-node-109052 .discover-benefits #tabs.vertical > div #myacp-header .login-panel .my-account:first-of-type, #myacp-header .login-panel .page-node-109052 .discover-benefits #tabs.vertical > div .my-account:first-of-type, .page-node-109052 .discover-benefits .ui-accordion-content #myacp-header .login-panel .my-account:first-of-type, #myacp-header .login-panel .page-node-109052 .discover-benefits .ui-accordion-content .my-account:first-of-type, .page-node-109052 .discover-benefits .view .ui-accordion .ui-accordion-content #myacp-header .login-panel .my-account:first-of-type, #myacp-header .login-panel .page-node-109052 .discover-benefits .view .ui-accordion .ui-accordion-content .my-account:first-of-type, .view .ui-accordion .page-node-109052 .discover-benefits .ui-accordion-content #myacp-header .login-panel .my-account:first-of-type, #myacp-header .login-panel .view .ui-accordion .page-node-109052 .discover-benefits .ui-accordion-content .my-account:first-of-type, .page-node-109052 .discover-benefits .split3 #myacp-header .login-panel .my-account:first-of-type, #myacp-header .login-panel .page-node-109052 .discover-benefits .split3 .my-account:first-of-type, .page-node-109052 .discover-benefits .split2 #myacp-header .login-panel .my-account:first-of-type, #myacp-header .login-panel .page-node-109052 .discover-benefits .split2 .my-account:first-of-type, .page-node-109052 .discover-benefits .page_content #myacp-header .login-panel .my-account:first-of-type, #myacp-header .login-panel .page-node-109052 .discover-benefits .page_content .my-account:first-of-type, .page-node-109052 .discover-benefits .field-item #myacp-header .login-panel .my-account:first-of-type, #myacp-header .login-panel .page-node-109052 .discover-benefits .field-item .my-account:first-of-type, .page-node-109052 .discover-benefits .node-type-chapter-top-level-page #landing_hero_area #myacp-header .login-panel .my-account:first-of-type, #myacp-header .login-panel .page-node-109052 .discover-benefits .node-type-chapter-top-level-page #landing_hero_area .my-account:first-of-type, .node-type-chapter-top-level-page .page-node-109052 .discover-benefits #landing_hero_area #myacp-header .login-panel .my-account:first-of-type, #myacp-header .login-panel .node-type-chapter-top-level-page .page-node-109052 .discover-benefits #landing_hero_area .my-account:first-of-type, .page-node-109052 .discover-benefits #landing_hero_2018 #myacp-header .login-panel .my-account:first-of-type, #myacp-header .login-panel .page-node-109052 .discover-benefits #landing_hero_2018 .my-account:first-of-type, .page-node-109052 .discover-benefits #overall-rating #myacp-header .login-panel .my-account:first-of-type, #myacp-header .login-panel .page-node-109052 .discover-benefits #overall-rating .my-account:first-of-type, .page-node-109052 .discover-benefits .filter-container #myacp-header .login-panel .my-account:first-of-type, #myacp-header .login-panel .page-node-109052 .discover-benefits .filter-container .my-account:first-of-type, .page-node-109052 .discover-benefits #review-list #myacp-header .login-panel .my-account:first-of-type, #myacp-header .login-panel .page-node-109052 .discover-benefits #review-list .my-account:first-of-type, .page-node-109052 .discover-benefits .grid #myacp-header .myacp-panel .my-account:first-of-type, #myacp-header .myacp-panel .page-node-109052 .discover-benefits .grid .my-account:first-of-type, .page-node-109052 .discover-benefits #tabs.vertical > div #myacp-header .myacp-panel .my-account:first-of-type, #myacp-header .myacp-panel .page-node-109052 .discover-benefits #tabs.vertical > div .my-account:first-of-type, .page-node-109052 .discover-benefits .ui-accordion-content #myacp-header .myacp-panel .my-account:first-of-type, #myacp-header .myacp-panel .page-node-109052 .discover-benefits .ui-accordion-content .my-account:first-of-type, .page-node-109052 .discover-benefits .view .ui-accordion .ui-accordion-content #myacp-header .myacp-panel .my-account:first-of-type, #myacp-header .myacp-panel .page-node-109052 .discover-benefits .view .ui-accordion .ui-accordion-content .my-account:first-of-type, .view .ui-accordion .page-node-109052 .discover-benefits .ui-accordion-content #myacp-header .myacp-panel .my-account:first-of-type, #myacp-header .myacp-panel .view .ui-accordion .page-node-109052 .discover-benefits .ui-accordion-content .my-account:first-of-type, .page-node-109052 .discover-benefits .split3 #myacp-header .myacp-panel .my-account:first-of-type, #myacp-header .myacp-panel .page-node-109052 .discover-benefits .split3 .my-account:first-of-type, .page-node-109052 .discover-benefits .split2 #myacp-header .myacp-panel .my-account:first-of-type, #myacp-header .myacp-panel .page-node-109052 .discover-benefits .split2 .my-account:first-of-type, .page-node-109052 .discover-benefits .page_content #myacp-header .myacp-panel .my-account:first-of-type, #myacp-header .myacp-panel .page-node-109052 .discover-benefits .page_content .my-account:first-of-type, .page-node-109052 .discover-benefits .field-item #myacp-header .myacp-panel .my-account:first-of-type, #myacp-header .myacp-panel .page-node-109052 .discover-benefits .field-item .my-account:first-of-type, .page-node-109052 .discover-benefits .node-type-chapter-top-level-page #landing_hero_area #myacp-header .myacp-panel .my-account:first-of-type, #myacp-header .myacp-panel .page-node-109052 .discover-benefits .node-type-chapter-top-level-page #landing_hero_area .my-account:first-of-type, .node-type-chapter-top-level-page .page-node-109052 .discover-benefits #landing_hero_area #myacp-header .myacp-panel .my-account:first-of-type, #myacp-header .myacp-panel .node-type-chapter-top-level-page .page-node-109052 .discover-benefits #landing_hero_area .my-account:first-of-type, .page-node-109052 .discover-benefits #landing_hero_2018 #myacp-header .myacp-panel .my-account:first-of-type, #myacp-header .myacp-panel .page-node-109052 .discover-benefits #landing_hero_2018 .my-account:first-of-type, .page-node-109052 .discover-benefits #overall-rating #myacp-header .myacp-panel .my-account:first-of-type, #myacp-header .myacp-panel .page-node-109052 .discover-benefits #overall-rating .my-account:first-of-type, .page-node-109052 .discover-benefits .filter-container #myacp-header .myacp-panel .my-account:first-of-type, #myacp-header .myacp-panel .page-node-109052 .discover-benefits .filter-container .my-account:first-of-type, .page-node-109052 .discover-benefits #review-list #myacp-header .myacp-panel .my-account:first-of-type, #myacp-header .myacp-panel .page-node-109052 .discover-benefits #review-list .my-account:first-of-type {
      width: 65%; }
    .page-node-109052 .discover-benefits .grid .col-1-2:last-of-type, .page-node-109052 .discover-benefits #tabs.vertical > div .col-1-2:last-of-type, .page-node-109052 .discover-benefits .ui-accordion-content .col-1-2:last-of-type, .page-node-109052 .discover-benefits .view .ui-accordion .ui-accordion-content .col-1-2:last-of-type, .view .ui-accordion .page-node-109052 .discover-benefits .ui-accordion-content .col-1-2:last-of-type, .page-node-109052 .discover-benefits .split3 .col-1-2:last-of-type, .page-node-109052 .discover-benefits .split2 .col-1-2:last-of-type, .page-node-109052 .discover-benefits .page_content .col-1-2:last-of-type, .page-node-109052 .discover-benefits .field-item .col-1-2:last-of-type, .page-node-109052 .discover-benefits .node-type-chapter-top-level-page #landing_hero_area .col-1-2:last-of-type, .node-type-chapter-top-level-page .page-node-109052 .discover-benefits #landing_hero_area .col-1-2:last-of-type, .page-node-109052 .discover-benefits #landing_hero_2018 .col-1-2:last-of-type, .page-node-109052 .discover-benefits #overall-rating .col-1-2:last-of-type, .page-node-109052 .discover-benefits .filter-container .col-1-2:last-of-type, .page-node-109052 .discover-benefits #review-list .col-1-2:last-of-type, .page-node-109052 .discover-benefits .grid .split2 ul:last-of-type, .split2 .page-node-109052 .discover-benefits .grid ul:last-of-type, .page-node-109052 .discover-benefits #tabs.vertical > div .split2 ul:last-of-type, .split2 .page-node-109052 .discover-benefits #tabs.vertical > div ul:last-of-type, .page-node-109052 .discover-benefits .ui-accordion-content .split2 ul:last-of-type, .split2 .page-node-109052 .discover-benefits .ui-accordion-content ul:last-of-type, .page-node-109052 .discover-benefits .view .ui-accordion .ui-accordion-content .split2 ul:last-of-type, .split2 .page-node-109052 .discover-benefits .view .ui-accordion .ui-accordion-content ul:last-of-type, .view .ui-accordion .page-node-109052 .discover-benefits .ui-accordion-content .split2 ul:last-of-type, .split2 .view .ui-accordion .page-node-109052 .discover-benefits .ui-accordion-content ul:last-of-type, .page-node-109052 .discover-benefits .split3 .split2 ul:last-of-type, .split2 .page-node-109052 .discover-benefits .split3 ul:last-of-type, .page-node-109052 .discover-benefits .split2 ul:last-of-type, .page-node-109052 .discover-benefits .page_content .split2 ul:last-of-type, .split2 .page-node-109052 .discover-benefits .page_content ul:last-of-type, .page-node-109052 .discover-benefits .field-item .split2 ul:last-of-type, .split2 .page-node-109052 .discover-benefits .field-item ul:last-of-type, .page-node-109052 .discover-benefits .node-type-chapter-top-level-page #landing_hero_area .split2 ul:last-of-type, .split2 .page-node-109052 .discover-benefits .node-type-chapter-top-level-page #landing_hero_area ul:last-of-type, .node-type-chapter-top-level-page .page-node-109052 .discover-benefits #landing_hero_area .split2 ul:last-of-type, .split2 .node-type-chapter-top-level-page .page-node-109052 .discover-benefits #landing_hero_area ul:last-of-type, .page-node-109052 .discover-benefits #landing_hero_2018 .split2 ul:last-of-type, .split2 .page-node-109052 .discover-benefits #landing_hero_2018 ul:last-of-type, .page-node-109052 .discover-benefits #overall-rating .split2 ul:last-of-type, .split2 .page-node-109052 .discover-benefits #overall-rating ul:last-of-type, .page-node-109052 .discover-benefits .filter-container .split2 ul:last-of-type, .split2 .page-node-109052 .discover-benefits .filter-container ul:last-of-type, .page-node-109052 .discover-benefits #review-list .split2 ul:last-of-type, .split2 .page-node-109052 .discover-benefits #review-list ul:last-of-type, .page-node-109052 .discover-benefits .grid .split2 .col1:last-of-type, .split2 .page-node-109052 .discover-benefits .grid .col1:last-of-type, .page-node-109052 .discover-benefits #tabs.vertical > div .split2 .col1:last-of-type, .split2 .page-node-109052 .discover-benefits #tabs.vertical > div .col1:last-of-type, .page-node-109052 .discover-benefits .ui-accordion-content .split2 .col1:last-of-type, .split2 .page-node-109052 .discover-benefits .ui-accordion-content .col1:last-of-type, .page-node-109052 .discover-benefits .view .ui-accordion .ui-accordion-content .split2 .col1:last-of-type, .split2 .page-node-109052 .discover-benefits .view .ui-accordion .ui-accordion-content .col1:last-of-type, .view .ui-accordion .page-node-109052 .discover-benefits .ui-accordion-content .split2 .col1:last-of-type, .split2 .view .ui-accordion .page-node-109052 .discover-benefits .ui-accordion-content .col1:last-of-type, .page-node-109052 .discover-benefits .split3 .split2 .col1:last-of-type, .split2 .page-node-109052 .discover-benefits .split3 .col1:last-of-type, .page-node-109052 .discover-benefits .split2 .col1:last-of-type, .page-node-109052 .discover-benefits .page_content .split2 .col1:last-of-type, .split2 .page-node-109052 .discover-benefits .page_content .col1:last-of-type, .page-node-109052 .discover-benefits .field-item .split2 .col1:last-of-type, .split2 .page-node-109052 .discover-benefits .field-item .col1:last-of-type, .page-node-109052 .discover-benefits .node-type-chapter-top-level-page #landing_hero_area .split2 .col1:last-of-type, .split2 .page-node-109052 .discover-benefits .node-type-chapter-top-level-page #landing_hero_area .col1:last-of-type, .node-type-chapter-top-level-page .page-node-109052 .discover-benefits #landing_hero_area .split2 .col1:last-of-type, .split2 .node-type-chapter-top-level-page .page-node-109052 .discover-benefits #landing_hero_area .col1:last-of-type, .page-node-109052 .discover-benefits #landing_hero_2018 .split2 .col1:last-of-type, .split2 .page-node-109052 .discover-benefits #landing_hero_2018 .col1:last-of-type, .page-node-109052 .discover-benefits #overall-rating .split2 .col1:last-of-type, .split2 .page-node-109052 .discover-benefits #overall-rating .col1:last-of-type, .page-node-109052 .discover-benefits .filter-container .split2 .col1:last-of-type, .split2 .page-node-109052 .discover-benefits .filter-container .col1:last-of-type, .page-node-109052 .discover-benefits #review-list .split2 .col1:last-of-type, .split2 .page-node-109052 .discover-benefits #review-list .col1:last-of-type, .page-node-109052 .discover-benefits .grid .split2 .col2:last-of-type, .split2 .page-node-109052 .discover-benefits .grid .col2:last-of-type, .page-node-109052 .discover-benefits #tabs.vertical > div .split2 .col2:last-of-type, .split2 .page-node-109052 .discover-benefits #tabs.vertical > div .col2:last-of-type, .page-node-109052 .discover-benefits .ui-accordion-content .split2 .col2:last-of-type, .split2 .page-node-109052 .discover-benefits .ui-accordion-content .col2:last-of-type, .page-node-109052 .discover-benefits .view .ui-accordion .ui-accordion-content .split2 .col2:last-of-type, .split2 .page-node-109052 .discover-benefits .view .ui-accordion .ui-accordion-content .col2:last-of-type, .view .ui-accordion .page-node-109052 .discover-benefits .ui-accordion-content .split2 .col2:last-of-type, .split2 .view .ui-accordion .page-node-109052 .discover-benefits .ui-accordion-content .col2:last-of-type, .page-node-109052 .discover-benefits .split3 .split2 .col2:last-of-type, .split2 .page-node-109052 .discover-benefits .split3 .col2:last-of-type, .page-node-109052 .discover-benefits .split2 .col2:last-of-type, .page-node-109052 .discover-benefits .page_content .split2 .col2:last-of-type, .split2 .page-node-109052 .discover-benefits .page_content .col2:last-of-type, .page-node-109052 .discover-benefits .field-item .split2 .col2:last-of-type, .split2 .page-node-109052 .discover-benefits .field-item .col2:last-of-type, .page-node-109052 .discover-benefits .node-type-chapter-top-level-page #landing_hero_area .split2 .col2:last-of-type, .split2 .page-node-109052 .discover-benefits .node-type-chapter-top-level-page #landing_hero_area .col2:last-of-type, .node-type-chapter-top-level-page .page-node-109052 .discover-benefits #landing_hero_area .split2 .col2:last-of-type, .split2 .node-type-chapter-top-level-page .page-node-109052 .discover-benefits #landing_hero_area .col2:last-of-type, .page-node-109052 .discover-benefits #landing_hero_2018 .split2 .col2:last-of-type, .split2 .page-node-109052 .discover-benefits #landing_hero_2018 .col2:last-of-type, .page-node-109052 .discover-benefits #overall-rating .split2 .col2:last-of-type, .split2 .page-node-109052 .discover-benefits #overall-rating .col2:last-of-type, .page-node-109052 .discover-benefits .filter-container .split2 .col2:last-of-type, .split2 .page-node-109052 .discover-benefits .filter-container .col2:last-of-type, .page-node-109052 .discover-benefits #review-list .split2 .col2:last-of-type, .split2 .page-node-109052 .discover-benefits #review-list .col2:last-of-type, .page-node-109052 .discover-benefits .grid #myacp-header .login-panel .my-interests:last-of-type, #myacp-header .login-panel .page-node-109052 .discover-benefits .grid .my-interests:last-of-type, .page-node-109052 .discover-benefits #tabs.vertical > div #myacp-header .login-panel .my-interests:last-of-type, #myacp-header .login-panel .page-node-109052 .discover-benefits #tabs.vertical > div .my-interests:last-of-type, .page-node-109052 .discover-benefits .ui-accordion-content #myacp-header .login-panel .my-interests:last-of-type, #myacp-header .login-panel .page-node-109052 .discover-benefits .ui-accordion-content .my-interests:last-of-type, .page-node-109052 .discover-benefits .view .ui-accordion .ui-accordion-content #myacp-header .login-panel .my-interests:last-of-type, #myacp-header .login-panel .page-node-109052 .discover-benefits .view .ui-accordion .ui-accordion-content .my-interests:last-of-type, .view .ui-accordion .page-node-109052 .discover-benefits .ui-accordion-content #myacp-header .login-panel .my-interests:last-of-type, #myacp-header .login-panel .view .ui-accordion .page-node-109052 .discover-benefits .ui-accordion-content .my-interests:last-of-type, .page-node-109052 .discover-benefits .split3 #myacp-header .login-panel .my-interests:last-of-type, #myacp-header .login-panel .page-node-109052 .discover-benefits .split3 .my-interests:last-of-type, .page-node-109052 .discover-benefits .split2 #myacp-header .login-panel .my-interests:last-of-type, #myacp-header .login-panel .page-node-109052 .discover-benefits .split2 .my-interests:last-of-type, .page-node-109052 .discover-benefits .page_content #myacp-header .login-panel .my-interests:last-of-type, #myacp-header .login-panel .page-node-109052 .discover-benefits .page_content .my-interests:last-of-type, .page-node-109052 .discover-benefits .field-item #myacp-header .login-panel .my-interests:last-of-type, #myacp-header .login-panel .page-node-109052 .discover-benefits .field-item .my-interests:last-of-type, .page-node-109052 .discover-benefits .node-type-chapter-top-level-page #landing_hero_area #myacp-header .login-panel .my-interests:last-of-type, #myacp-header .login-panel .page-node-109052 .discover-benefits .node-type-chapter-top-level-page #landing_hero_area .my-interests:last-of-type, .node-type-chapter-top-level-page .page-node-109052 .discover-benefits #landing_hero_area #myacp-header .login-panel .my-interests:last-of-type, #myacp-header .login-panel .node-type-chapter-top-level-page .page-node-109052 .discover-benefits #landing_hero_area .my-interests:last-of-type, .page-node-109052 .discover-benefits #landing_hero_2018 #myacp-header .login-panel .my-interests:last-of-type, #myacp-header .login-panel .page-node-109052 .discover-benefits #landing_hero_2018 .my-interests:last-of-type, .page-node-109052 .discover-benefits #overall-rating #myacp-header .login-panel .my-interests:last-of-type, #myacp-header .login-panel .page-node-109052 .discover-benefits #overall-rating .my-interests:last-of-type, .page-node-109052 .discover-benefits .filter-container #myacp-header .login-panel .my-interests:last-of-type, #myacp-header .login-panel .page-node-109052 .discover-benefits .filter-container .my-interests:last-of-type, .page-node-109052 .discover-benefits #review-list #myacp-header .login-panel .my-interests:last-of-type, #myacp-header .login-panel .page-node-109052 .discover-benefits #review-list .my-interests:last-of-type, .page-node-109052 .discover-benefits .grid #myacp-header .myacp-panel .my-interests:last-of-type, #myacp-header .myacp-panel .page-node-109052 .discover-benefits .grid .my-interests:last-of-type, .page-node-109052 .discover-benefits #tabs.vertical > div #myacp-header .myacp-panel .my-interests:last-of-type, #myacp-header .myacp-panel .page-node-109052 .discover-benefits #tabs.vertical > div .my-interests:last-of-type, .page-node-109052 .discover-benefits .ui-accordion-content #myacp-header .myacp-panel .my-interests:last-of-type, #myacp-header .myacp-panel .page-node-109052 .discover-benefits .ui-accordion-content .my-interests:last-of-type, .page-node-109052 .discover-benefits .view .ui-accordion .ui-accordion-content #myacp-header .myacp-panel .my-interests:last-of-type, #myacp-header .myacp-panel .page-node-109052 .discover-benefits .view .ui-accordion .ui-accordion-content .my-interests:last-of-type, .view .ui-accordion .page-node-109052 .discover-benefits .ui-accordion-content #myacp-header .myacp-panel .my-interests:last-of-type, #myacp-header .myacp-panel .view .ui-accordion .page-node-109052 .discover-benefits .ui-accordion-content .my-interests:last-of-type, .page-node-109052 .discover-benefits .split3 #myacp-header .myacp-panel .my-interests:last-of-type, #myacp-header .myacp-panel .page-node-109052 .discover-benefits .split3 .my-interests:last-of-type, .page-node-109052 .discover-benefits .split2 #myacp-header .myacp-panel .my-interests:last-of-type, #myacp-header .myacp-panel .page-node-109052 .discover-benefits .split2 .my-interests:last-of-type, .page-node-109052 .discover-benefits .page_content #myacp-header .myacp-panel .my-interests:last-of-type, #myacp-header .myacp-panel .page-node-109052 .discover-benefits .page_content .my-interests:last-of-type, .page-node-109052 .discover-benefits .field-item #myacp-header .myacp-panel .my-interests:last-of-type, #myacp-header .myacp-panel .page-node-109052 .discover-benefits .field-item .my-interests:last-of-type, .page-node-109052 .discover-benefits .node-type-chapter-top-level-page #landing_hero_area #myacp-header .myacp-panel .my-interests:last-of-type, #myacp-header .myacp-panel .page-node-109052 .discover-benefits .node-type-chapter-top-level-page #landing_hero_area .my-interests:last-of-type, .node-type-chapter-top-level-page .page-node-109052 .discover-benefits #landing_hero_area #myacp-header .myacp-panel .my-interests:last-of-type, #myacp-header .myacp-panel .node-type-chapter-top-level-page .page-node-109052 .discover-benefits #landing_hero_area .my-interests:last-of-type, .page-node-109052 .discover-benefits #landing_hero_2018 #myacp-header .myacp-panel .my-interests:last-of-type, #myacp-header .myacp-panel .page-node-109052 .discover-benefits #landing_hero_2018 .my-interests:last-of-type, .page-node-109052 .discover-benefits #overall-rating #myacp-header .myacp-panel .my-interests:last-of-type, #myacp-header .myacp-panel .page-node-109052 .discover-benefits #overall-rating .my-interests:last-of-type, .page-node-109052 .discover-benefits .filter-container #myacp-header .myacp-panel .my-interests:last-of-type, #myacp-header .myacp-panel .page-node-109052 .discover-benefits .filter-container .my-interests:last-of-type, .page-node-109052 .discover-benefits #review-list #myacp-header .myacp-panel .my-interests:last-of-type, #myacp-header .myacp-panel .page-node-109052 .discover-benefits #review-list .my-interests:last-of-type, .page-node-109052 .discover-benefits .grid #myacp-header .login-panel .my-account:last-of-type, #myacp-header .login-panel .page-node-109052 .discover-benefits .grid .my-account:last-of-type, .page-node-109052 .discover-benefits #tabs.vertical > div #myacp-header .login-panel .my-account:last-of-type, #myacp-header .login-panel .page-node-109052 .discover-benefits #tabs.vertical > div .my-account:last-of-type, .page-node-109052 .discover-benefits .ui-accordion-content #myacp-header .login-panel .my-account:last-of-type, #myacp-header .login-panel .page-node-109052 .discover-benefits .ui-accordion-content .my-account:last-of-type, .page-node-109052 .discover-benefits .view .ui-accordion .ui-accordion-content #myacp-header .login-panel .my-account:last-of-type, #myacp-header .login-panel .page-node-109052 .discover-benefits .view .ui-accordion .ui-accordion-content .my-account:last-of-type, .view .ui-accordion .page-node-109052 .discover-benefits .ui-accordion-content #myacp-header .login-panel .my-account:last-of-type, #myacp-header .login-panel .view .ui-accordion .page-node-109052 .discover-benefits .ui-accordion-content .my-account:last-of-type, .page-node-109052 .discover-benefits .split3 #myacp-header .login-panel .my-account:last-of-type, #myacp-header .login-panel .page-node-109052 .discover-benefits .split3 .my-account:last-of-type, .page-node-109052 .discover-benefits .split2 #myacp-header .login-panel .my-account:last-of-type, #myacp-header .login-panel .page-node-109052 .discover-benefits .split2 .my-account:last-of-type, .page-node-109052 .discover-benefits .page_content #myacp-header .login-panel .my-account:last-of-type, #myacp-header .login-panel .page-node-109052 .discover-benefits .page_content .my-account:last-of-type, .page-node-109052 .discover-benefits .field-item #myacp-header .login-panel .my-account:last-of-type, #myacp-header .login-panel .page-node-109052 .discover-benefits .field-item .my-account:last-of-type, .page-node-109052 .discover-benefits .node-type-chapter-top-level-page #landing_hero_area #myacp-header .login-panel .my-account:last-of-type, #myacp-header .login-panel .page-node-109052 .discover-benefits .node-type-chapter-top-level-page #landing_hero_area .my-account:last-of-type, .node-type-chapter-top-level-page .page-node-109052 .discover-benefits #landing_hero_area #myacp-header .login-panel .my-account:last-of-type, #myacp-header .login-panel .node-type-chapter-top-level-page .page-node-109052 .discover-benefits #landing_hero_area .my-account:last-of-type, .page-node-109052 .discover-benefits #landing_hero_2018 #myacp-header .login-panel .my-account:last-of-type, #myacp-header .login-panel .page-node-109052 .discover-benefits #landing_hero_2018 .my-account:last-of-type, .page-node-109052 .discover-benefits #overall-rating #myacp-header .login-panel .my-account:last-of-type, #myacp-header .login-panel .page-node-109052 .discover-benefits #overall-rating .my-account:last-of-type, .page-node-109052 .discover-benefits .filter-container #myacp-header .login-panel .my-account:last-of-type, #myacp-header .login-panel .page-node-109052 .discover-benefits .filter-container .my-account:last-of-type, .page-node-109052 .discover-benefits #review-list #myacp-header .login-panel .my-account:last-of-type, #myacp-header .login-panel .page-node-109052 .discover-benefits #review-list .my-account:last-of-type, .page-node-109052 .discover-benefits .grid #myacp-header .myacp-panel .my-account:last-of-type, #myacp-header .myacp-panel .page-node-109052 .discover-benefits .grid .my-account:last-of-type, .page-node-109052 .discover-benefits #tabs.vertical > div #myacp-header .myacp-panel .my-account:last-of-type, #myacp-header .myacp-panel .page-node-109052 .discover-benefits #tabs.vertical > div .my-account:last-of-type, .page-node-109052 .discover-benefits .ui-accordion-content #myacp-header .myacp-panel .my-account:last-of-type, #myacp-header .myacp-panel .page-node-109052 .discover-benefits .ui-accordion-content .my-account:last-of-type, .page-node-109052 .discover-benefits .view .ui-accordion .ui-accordion-content #myacp-header .myacp-panel .my-account:last-of-type, #myacp-header .myacp-panel .page-node-109052 .discover-benefits .view .ui-accordion .ui-accordion-content .my-account:last-of-type, .view .ui-accordion .page-node-109052 .discover-benefits .ui-accordion-content #myacp-header .myacp-panel .my-account:last-of-type, #myacp-header .myacp-panel .view .ui-accordion .page-node-109052 .discover-benefits .ui-accordion-content .my-account:last-of-type, .page-node-109052 .discover-benefits .split3 #myacp-header .myacp-panel .my-account:last-of-type, #myacp-header .myacp-panel .page-node-109052 .discover-benefits .split3 .my-account:last-of-type, .page-node-109052 .discover-benefits .split2 #myacp-header .myacp-panel .my-account:last-of-type, #myacp-header .myacp-panel .page-node-109052 .discover-benefits .split2 .my-account:last-of-type, .page-node-109052 .discover-benefits .page_content #myacp-header .myacp-panel .my-account:last-of-type, #myacp-header .myacp-panel .page-node-109052 .discover-benefits .page_content .my-account:last-of-type, .page-node-109052 .discover-benefits .field-item #myacp-header .myacp-panel .my-account:last-of-type, #myacp-header .myacp-panel .page-node-109052 .discover-benefits .field-item .my-account:last-of-type, .page-node-109052 .discover-benefits .node-type-chapter-top-level-page #landing_hero_area #myacp-header .myacp-panel .my-account:last-of-type, #myacp-header .myacp-panel .page-node-109052 .discover-benefits .node-type-chapter-top-level-page #landing_hero_area .my-account:last-of-type, .node-type-chapter-top-level-page .page-node-109052 .discover-benefits #landing_hero_area #myacp-header .myacp-panel .my-account:last-of-type, #myacp-header .myacp-panel .node-type-chapter-top-level-page .page-node-109052 .discover-benefits #landing_hero_area .my-account:last-of-type, .page-node-109052 .discover-benefits #landing_hero_2018 #myacp-header .myacp-panel .my-account:last-of-type, #myacp-header .myacp-panel .page-node-109052 .discover-benefits #landing_hero_2018 .my-account:last-of-type, .page-node-109052 .discover-benefits #overall-rating #myacp-header .myacp-panel .my-account:last-of-type, #myacp-header .myacp-panel .page-node-109052 .discover-benefits #overall-rating .my-account:last-of-type, .page-node-109052 .discover-benefits .filter-container #myacp-header .myacp-panel .my-account:last-of-type, #myacp-header .myacp-panel .page-node-109052 .discover-benefits .filter-container .my-account:last-of-type, .page-node-109052 .discover-benefits #review-list #myacp-header .myacp-panel .my-account:last-of-type, #myacp-header .myacp-panel .page-node-109052 .discover-benefits #review-list .my-account:last-of-type {
      width: 35%; } }
  @media screen and (max-width: 780px) {
    .page-node-109052 .discover-benefits .grid .col-1-2:first-of-type, .page-node-109052 .discover-benefits #tabs.vertical > div .col-1-2:first-of-type, .page-node-109052 .discover-benefits .ui-accordion-content .col-1-2:first-of-type, .page-node-109052 .discover-benefits .view .ui-accordion .ui-accordion-content .col-1-2:first-of-type, .view .ui-accordion .page-node-109052 .discover-benefits .ui-accordion-content .col-1-2:first-of-type, .page-node-109052 .discover-benefits .split3 .col-1-2:first-of-type, .page-node-109052 .discover-benefits .split2 .col-1-2:first-of-type, .page-node-109052 .discover-benefits .page_content .col-1-2:first-of-type, .page-node-109052 .discover-benefits .field-item .col-1-2:first-of-type, .page-node-109052 .discover-benefits .node-type-chapter-top-level-page #landing_hero_area .col-1-2:first-of-type, .node-type-chapter-top-level-page .page-node-109052 .discover-benefits #landing_hero_area .col-1-2:first-of-type, .page-node-109052 .discover-benefits #landing_hero_2018 .col-1-2:first-of-type, .page-node-109052 .discover-benefits #overall-rating .col-1-2:first-of-type, .page-node-109052 .discover-benefits .filter-container .col-1-2:first-of-type, .page-node-109052 .discover-benefits #review-list .col-1-2:first-of-type, .page-node-109052 .discover-benefits .grid .split2 ul:first-of-type, .split2 .page-node-109052 .discover-benefits .grid ul:first-of-type, .page-node-109052 .discover-benefits #tabs.vertical > div .split2 ul:first-of-type, .split2 .page-node-109052 .discover-benefits #tabs.vertical > div ul:first-of-type, .page-node-109052 .discover-benefits .ui-accordion-content .split2 ul:first-of-type, .split2 .page-node-109052 .discover-benefits .ui-accordion-content ul:first-of-type, .page-node-109052 .discover-benefits .view .ui-accordion .ui-accordion-content .split2 ul:first-of-type, .split2 .page-node-109052 .discover-benefits .view .ui-accordion .ui-accordion-content ul:first-of-type, .view .ui-accordion .page-node-109052 .discover-benefits .ui-accordion-content .split2 ul:first-of-type, .split2 .view .ui-accordion .page-node-109052 .discover-benefits .ui-accordion-content ul:first-of-type, .page-node-109052 .discover-benefits .split3 .split2 ul:first-of-type, .split2 .page-node-109052 .discover-benefits .split3 ul:first-of-type, .page-node-109052 .discover-benefits .split2 ul:first-of-type, .page-node-109052 .discover-benefits .page_content .split2 ul:first-of-type, .split2 .page-node-109052 .discover-benefits .page_content ul:first-of-type, .page-node-109052 .discover-benefits .field-item .split2 ul:first-of-type, .split2 .page-node-109052 .discover-benefits .field-item ul:first-of-type, .page-node-109052 .discover-benefits .node-type-chapter-top-level-page #landing_hero_area .split2 ul:first-of-type, .split2 .page-node-109052 .discover-benefits .node-type-chapter-top-level-page #landing_hero_area ul:first-of-type, .node-type-chapter-top-level-page .page-node-109052 .discover-benefits #landing_hero_area .split2 ul:first-of-type, .split2 .node-type-chapter-top-level-page .page-node-109052 .discover-benefits #landing_hero_area ul:first-of-type, .page-node-109052 .discover-benefits #landing_hero_2018 .split2 ul:first-of-type, .split2 .page-node-109052 .discover-benefits #landing_hero_2018 ul:first-of-type, .page-node-109052 .discover-benefits #overall-rating .split2 ul:first-of-type, .split2 .page-node-109052 .discover-benefits #overall-rating ul:first-of-type, .page-node-109052 .discover-benefits .filter-container .split2 ul:first-of-type, .split2 .page-node-109052 .discover-benefits .filter-container ul:first-of-type, .page-node-109052 .discover-benefits #review-list .split2 ul:first-of-type, .split2 .page-node-109052 .discover-benefits #review-list ul:first-of-type, .page-node-109052 .discover-benefits .grid .split2 .col1:first-of-type, .split2 .page-node-109052 .discover-benefits .grid .col1:first-of-type, .page-node-109052 .discover-benefits #tabs.vertical > div .split2 .col1:first-of-type, .split2 .page-node-109052 .discover-benefits #tabs.vertical > div .col1:first-of-type, .page-node-109052 .discover-benefits .ui-accordion-content .split2 .col1:first-of-type, .split2 .page-node-109052 .discover-benefits .ui-accordion-content .col1:first-of-type, .page-node-109052 .discover-benefits .view .ui-accordion .ui-accordion-content .split2 .col1:first-of-type, .split2 .page-node-109052 .discover-benefits .view .ui-accordion .ui-accordion-content .col1:first-of-type, .view .ui-accordion .page-node-109052 .discover-benefits .ui-accordion-content .split2 .col1:first-of-type, .split2 .view .ui-accordion .page-node-109052 .discover-benefits .ui-accordion-content .col1:first-of-type, .page-node-109052 .discover-benefits .split3 .split2 .col1:first-of-type, .split2 .page-node-109052 .discover-benefits .split3 .col1:first-of-type, .page-node-109052 .discover-benefits .split2 .col1:first-of-type, .page-node-109052 .discover-benefits .page_content .split2 .col1:first-of-type, .split2 .page-node-109052 .discover-benefits .page_content .col1:first-of-type, .page-node-109052 .discover-benefits .field-item .split2 .col1:first-of-type, .split2 .page-node-109052 .discover-benefits .field-item .col1:first-of-type, .page-node-109052 .discover-benefits .node-type-chapter-top-level-page #landing_hero_area .split2 .col1:first-of-type, .split2 .page-node-109052 .discover-benefits .node-type-chapter-top-level-page #landing_hero_area .col1:first-of-type, .node-type-chapter-top-level-page .page-node-109052 .discover-benefits #landing_hero_area .split2 .col1:first-of-type, .split2 .node-type-chapter-top-level-page .page-node-109052 .discover-benefits #landing_hero_area .col1:first-of-type, .page-node-109052 .discover-benefits #landing_hero_2018 .split2 .col1:first-of-type, .split2 .page-node-109052 .discover-benefits #landing_hero_2018 .col1:first-of-type, .page-node-109052 .discover-benefits #overall-rating .split2 .col1:first-of-type, .split2 .page-node-109052 .discover-benefits #overall-rating .col1:first-of-type, .page-node-109052 .discover-benefits .filter-container .split2 .col1:first-of-type, .split2 .page-node-109052 .discover-benefits .filter-container .col1:first-of-type, .page-node-109052 .discover-benefits #review-list .split2 .col1:first-of-type, .split2 .page-node-109052 .discover-benefits #review-list .col1:first-of-type, .page-node-109052 .discover-benefits .grid .split2 .col2:first-of-type, .split2 .page-node-109052 .discover-benefits .grid .col2:first-of-type, .page-node-109052 .discover-benefits #tabs.vertical > div .split2 .col2:first-of-type, .split2 .page-node-109052 .discover-benefits #tabs.vertical > div .col2:first-of-type, .page-node-109052 .discover-benefits .ui-accordion-content .split2 .col2:first-of-type, .split2 .page-node-109052 .discover-benefits .ui-accordion-content .col2:first-of-type, .page-node-109052 .discover-benefits .view .ui-accordion .ui-accordion-content .split2 .col2:first-of-type, .split2 .page-node-109052 .discover-benefits .view .ui-accordion .ui-accordion-content .col2:first-of-type, .view .ui-accordion .page-node-109052 .discover-benefits .ui-accordion-content .split2 .col2:first-of-type, .split2 .view .ui-accordion .page-node-109052 .discover-benefits .ui-accordion-content .col2:first-of-type, .page-node-109052 .discover-benefits .split3 .split2 .col2:first-of-type, .split2 .page-node-109052 .discover-benefits .split3 .col2:first-of-type, .page-node-109052 .discover-benefits .split2 .col2:first-of-type, .page-node-109052 .discover-benefits .page_content .split2 .col2:first-of-type, .split2 .page-node-109052 .discover-benefits .page_content .col2:first-of-type, .page-node-109052 .discover-benefits .field-item .split2 .col2:first-of-type, .split2 .page-node-109052 .discover-benefits .field-item .col2:first-of-type, .page-node-109052 .discover-benefits .node-type-chapter-top-level-page #landing_hero_area .split2 .col2:first-of-type, .split2 .page-node-109052 .discover-benefits .node-type-chapter-top-level-page #landing_hero_area .col2:first-of-type, .node-type-chapter-top-level-page .page-node-109052 .discover-benefits #landing_hero_area .split2 .col2:first-of-type, .split2 .node-type-chapter-top-level-page .page-node-109052 .discover-benefits #landing_hero_area .col2:first-of-type, .page-node-109052 .discover-benefits #landing_hero_2018 .split2 .col2:first-of-type, .split2 .page-node-109052 .discover-benefits #landing_hero_2018 .col2:first-of-type, .page-node-109052 .discover-benefits #overall-rating .split2 .col2:first-of-type, .split2 .page-node-109052 .discover-benefits #overall-rating .col2:first-of-type, .page-node-109052 .discover-benefits .filter-container .split2 .col2:first-of-type, .split2 .page-node-109052 .discover-benefits .filter-container .col2:first-of-type, .page-node-109052 .discover-benefits #review-list .split2 .col2:first-of-type, .split2 .page-node-109052 .discover-benefits #review-list .col2:first-of-type, .page-node-109052 .discover-benefits .grid #myacp-header .login-panel .my-interests:first-of-type, #myacp-header .login-panel .page-node-109052 .discover-benefits .grid .my-interests:first-of-type, .page-node-109052 .discover-benefits #tabs.vertical > div #myacp-header .login-panel .my-interests:first-of-type, #myacp-header .login-panel .page-node-109052 .discover-benefits #tabs.vertical > div .my-interests:first-of-type, .page-node-109052 .discover-benefits .ui-accordion-content #myacp-header .login-panel .my-interests:first-of-type, #myacp-header .login-panel .page-node-109052 .discover-benefits .ui-accordion-content .my-interests:first-of-type, .page-node-109052 .discover-benefits .view .ui-accordion .ui-accordion-content #myacp-header .login-panel .my-interests:first-of-type, #myacp-header .login-panel .page-node-109052 .discover-benefits .view .ui-accordion .ui-accordion-content .my-interests:first-of-type, .view .ui-accordion .page-node-109052 .discover-benefits .ui-accordion-content #myacp-header .login-panel .my-interests:first-of-type, #myacp-header .login-panel .view .ui-accordion .page-node-109052 .discover-benefits .ui-accordion-content .my-interests:first-of-type, .page-node-109052 .discover-benefits .split3 #myacp-header .login-panel .my-interests:first-of-type, #myacp-header .login-panel .page-node-109052 .discover-benefits .split3 .my-interests:first-of-type, .page-node-109052 .discover-benefits .split2 #myacp-header .login-panel .my-interests:first-of-type, #myacp-header .login-panel .page-node-109052 .discover-benefits .split2 .my-interests:first-of-type, .page-node-109052 .discover-benefits .page_content #myacp-header .login-panel .my-interests:first-of-type, #myacp-header .login-panel .page-node-109052 .discover-benefits .page_content .my-interests:first-of-type, .page-node-109052 .discover-benefits .field-item #myacp-header .login-panel .my-interests:first-of-type, #myacp-header .login-panel .page-node-109052 .discover-benefits .field-item .my-interests:first-of-type, .page-node-109052 .discover-benefits .node-type-chapter-top-level-page #landing_hero_area #myacp-header .login-panel .my-interests:first-of-type, #myacp-header .login-panel .page-node-109052 .discover-benefits .node-type-chapter-top-level-page #landing_hero_area .my-interests:first-of-type, .node-type-chapter-top-level-page .page-node-109052 .discover-benefits #landing_hero_area #myacp-header .login-panel .my-interests:first-of-type, #myacp-header .login-panel .node-type-chapter-top-level-page .page-node-109052 .discover-benefits #landing_hero_area .my-interests:first-of-type, .page-node-109052 .discover-benefits #landing_hero_2018 #myacp-header .login-panel .my-interests:first-of-type, #myacp-header .login-panel .page-node-109052 .discover-benefits #landing_hero_2018 .my-interests:first-of-type, .page-node-109052 .discover-benefits #overall-rating #myacp-header .login-panel .my-interests:first-of-type, #myacp-header .login-panel .page-node-109052 .discover-benefits #overall-rating .my-interests:first-of-type, .page-node-109052 .discover-benefits .filter-container #myacp-header .login-panel .my-interests:first-of-type, #myacp-header .login-panel .page-node-109052 .discover-benefits .filter-container .my-interests:first-of-type, .page-node-109052 .discover-benefits #review-list #myacp-header .login-panel .my-interests:first-of-type, #myacp-header .login-panel .page-node-109052 .discover-benefits #review-list .my-interests:first-of-type, .page-node-109052 .discover-benefits .grid #myacp-header .myacp-panel .my-interests:first-of-type, #myacp-header .myacp-panel .page-node-109052 .discover-benefits .grid .my-interests:first-of-type, .page-node-109052 .discover-benefits #tabs.vertical > div #myacp-header .myacp-panel .my-interests:first-of-type, #myacp-header .myacp-panel .page-node-109052 .discover-benefits #tabs.vertical > div .my-interests:first-of-type, .page-node-109052 .discover-benefits .ui-accordion-content #myacp-header .myacp-panel .my-interests:first-of-type, #myacp-header .myacp-panel .page-node-109052 .discover-benefits .ui-accordion-content .my-interests:first-of-type, .page-node-109052 .discover-benefits .view .ui-accordion .ui-accordion-content #myacp-header .myacp-panel .my-interests:first-of-type, #myacp-header .myacp-panel .page-node-109052 .discover-benefits .view .ui-accordion .ui-accordion-content .my-interests:first-of-type, .view .ui-accordion .page-node-109052 .discover-benefits .ui-accordion-content #myacp-header .myacp-panel .my-interests:first-of-type, #myacp-header .myacp-panel .view .ui-accordion .page-node-109052 .discover-benefits .ui-accordion-content .my-interests:first-of-type, .page-node-109052 .discover-benefits .split3 #myacp-header .myacp-panel .my-interests:first-of-type, #myacp-header .myacp-panel .page-node-109052 .discover-benefits .split3 .my-interests:first-of-type, .page-node-109052 .discover-benefits .split2 #myacp-header .myacp-panel .my-interests:first-of-type, #myacp-header .myacp-panel .page-node-109052 .discover-benefits .split2 .my-interests:first-of-type, .page-node-109052 .discover-benefits .page_content #myacp-header .myacp-panel .my-interests:first-of-type, #myacp-header .myacp-panel .page-node-109052 .discover-benefits .page_content .my-interests:first-of-type, .page-node-109052 .discover-benefits .field-item #myacp-header .myacp-panel .my-interests:first-of-type, #myacp-header .myacp-panel .page-node-109052 .discover-benefits .field-item .my-interests:first-of-type, .page-node-109052 .discover-benefits .node-type-chapter-top-level-page #landing_hero_area #myacp-header .myacp-panel .my-interests:first-of-type, #myacp-header .myacp-panel .page-node-109052 .discover-benefits .node-type-chapter-top-level-page #landing_hero_area .my-interests:first-of-type, .node-type-chapter-top-level-page .page-node-109052 .discover-benefits #landing_hero_area #myacp-header .myacp-panel .my-interests:first-of-type, #myacp-header .myacp-panel .node-type-chapter-top-level-page .page-node-109052 .discover-benefits #landing_hero_area .my-interests:first-of-type, .page-node-109052 .discover-benefits #landing_hero_2018 #myacp-header .myacp-panel .my-interests:first-of-type, #myacp-header .myacp-panel .page-node-109052 .discover-benefits #landing_hero_2018 .my-interests:first-of-type, .page-node-109052 .discover-benefits #overall-rating #myacp-header .myacp-panel .my-interests:first-of-type, #myacp-header .myacp-panel .page-node-109052 .discover-benefits #overall-rating .my-interests:first-of-type, .page-node-109052 .discover-benefits .filter-container #myacp-header .myacp-panel .my-interests:first-of-type, #myacp-header .myacp-panel .page-node-109052 .discover-benefits .filter-container .my-interests:first-of-type, .page-node-109052 .discover-benefits #review-list #myacp-header .myacp-panel .my-interests:first-of-type, #myacp-header .myacp-panel .page-node-109052 .discover-benefits #review-list .my-interests:first-of-type, .page-node-109052 .discover-benefits .grid #myacp-header .login-panel .my-account:first-of-type, #myacp-header .login-panel .page-node-109052 .discover-benefits .grid .my-account:first-of-type, .page-node-109052 .discover-benefits #tabs.vertical > div #myacp-header .login-panel .my-account:first-of-type, #myacp-header .login-panel .page-node-109052 .discover-benefits #tabs.vertical > div .my-account:first-of-type, .page-node-109052 .discover-benefits .ui-accordion-content #myacp-header .login-panel .my-account:first-of-type, #myacp-header .login-panel .page-node-109052 .discover-benefits .ui-accordion-content .my-account:first-of-type, .page-node-109052 .discover-benefits .view .ui-accordion .ui-accordion-content #myacp-header .login-panel .my-account:first-of-type, #myacp-header .login-panel .page-node-109052 .discover-benefits .view .ui-accordion .ui-accordion-content .my-account:first-of-type, .view .ui-accordion .page-node-109052 .discover-benefits .ui-accordion-content #myacp-header .login-panel .my-account:first-of-type, #myacp-header .login-panel .view .ui-accordion .page-node-109052 .discover-benefits .ui-accordion-content .my-account:first-of-type, .page-node-109052 .discover-benefits .split3 #myacp-header .login-panel .my-account:first-of-type, #myacp-header .login-panel .page-node-109052 .discover-benefits .split3 .my-account:first-of-type, .page-node-109052 .discover-benefits .split2 #myacp-header .login-panel .my-account:first-of-type, #myacp-header .login-panel .page-node-109052 .discover-benefits .split2 .my-account:first-of-type, .page-node-109052 .discover-benefits .page_content #myacp-header .login-panel .my-account:first-of-type, #myacp-header .login-panel .page-node-109052 .discover-benefits .page_content .my-account:first-of-type, .page-node-109052 .discover-benefits .field-item #myacp-header .login-panel .my-account:first-of-type, #myacp-header .login-panel .page-node-109052 .discover-benefits .field-item .my-account:first-of-type, .page-node-109052 .discover-benefits .node-type-chapter-top-level-page #landing_hero_area #myacp-header .login-panel .my-account:first-of-type, #myacp-header .login-panel .page-node-109052 .discover-benefits .node-type-chapter-top-level-page #landing_hero_area .my-account:first-of-type, .node-type-chapter-top-level-page .page-node-109052 .discover-benefits #landing_hero_area #myacp-header .login-panel .my-account:first-of-type, #myacp-header .login-panel .node-type-chapter-top-level-page .page-node-109052 .discover-benefits #landing_hero_area .my-account:first-of-type, .page-node-109052 .discover-benefits #landing_hero_2018 #myacp-header .login-panel .my-account:first-of-type, #myacp-header .login-panel .page-node-109052 .discover-benefits #landing_hero_2018 .my-account:first-of-type, .page-node-109052 .discover-benefits #overall-rating #myacp-header .login-panel .my-account:first-of-type, #myacp-header .login-panel .page-node-109052 .discover-benefits #overall-rating .my-account:first-of-type, .page-node-109052 .discover-benefits .filter-container #myacp-header .login-panel .my-account:first-of-type, #myacp-header .login-panel .page-node-109052 .discover-benefits .filter-container .my-account:first-of-type, .page-node-109052 .discover-benefits #review-list #myacp-header .login-panel .my-account:first-of-type, #myacp-header .login-panel .page-node-109052 .discover-benefits #review-list .my-account:first-of-type, .page-node-109052 .discover-benefits .grid #myacp-header .myacp-panel .my-account:first-of-type, #myacp-header .myacp-panel .page-node-109052 .discover-benefits .grid .my-account:first-of-type, .page-node-109052 .discover-benefits #tabs.vertical > div #myacp-header .myacp-panel .my-account:first-of-type, #myacp-header .myacp-panel .page-node-109052 .discover-benefits #tabs.vertical > div .my-account:first-of-type, .page-node-109052 .discover-benefits .ui-accordion-content #myacp-header .myacp-panel .my-account:first-of-type, #myacp-header .myacp-panel .page-node-109052 .discover-benefits .ui-accordion-content .my-account:first-of-type, .page-node-109052 .discover-benefits .view .ui-accordion .ui-accordion-content #myacp-header .myacp-panel .my-account:first-of-type, #myacp-header .myacp-panel .page-node-109052 .discover-benefits .view .ui-accordion .ui-accordion-content .my-account:first-of-type, .view .ui-accordion .page-node-109052 .discover-benefits .ui-accordion-content #myacp-header .myacp-panel .my-account:first-of-type, #myacp-header .myacp-panel .view .ui-accordion .page-node-109052 .discover-benefits .ui-accordion-content .my-account:first-of-type, .page-node-109052 .discover-benefits .split3 #myacp-header .myacp-panel .my-account:first-of-type, #myacp-header .myacp-panel .page-node-109052 .discover-benefits .split3 .my-account:first-of-type, .page-node-109052 .discover-benefits .split2 #myacp-header .myacp-panel .my-account:first-of-type, #myacp-header .myacp-panel .page-node-109052 .discover-benefits .split2 .my-account:first-of-type, .page-node-109052 .discover-benefits .page_content #myacp-header .myacp-panel .my-account:first-of-type, #myacp-header .myacp-panel .page-node-109052 .discover-benefits .page_content .my-account:first-of-type, .page-node-109052 .discover-benefits .field-item #myacp-header .myacp-panel .my-account:first-of-type, #myacp-header .myacp-panel .page-node-109052 .discover-benefits .field-item .my-account:first-of-type, .page-node-109052 .discover-benefits .node-type-chapter-top-level-page #landing_hero_area #myacp-header .myacp-panel .my-account:first-of-type, #myacp-header .myacp-panel .page-node-109052 .discover-benefits .node-type-chapter-top-level-page #landing_hero_area .my-account:first-of-type, .node-type-chapter-top-level-page .page-node-109052 .discover-benefits #landing_hero_area #myacp-header .myacp-panel .my-account:first-of-type, #myacp-header .myacp-panel .node-type-chapter-top-level-page .page-node-109052 .discover-benefits #landing_hero_area .my-account:first-of-type, .page-node-109052 .discover-benefits #landing_hero_2018 #myacp-header .myacp-panel .my-account:first-of-type, #myacp-header .myacp-panel .page-node-109052 .discover-benefits #landing_hero_2018 .my-account:first-of-type, .page-node-109052 .discover-benefits #overall-rating #myacp-header .myacp-panel .my-account:first-of-type, #myacp-header .myacp-panel .page-node-109052 .discover-benefits #overall-rating .my-account:first-of-type, .page-node-109052 .discover-benefits .filter-container #myacp-header .myacp-panel .my-account:first-of-type, #myacp-header .myacp-panel .page-node-109052 .discover-benefits .filter-container .my-account:first-of-type, .page-node-109052 .discover-benefits #review-list #myacp-header .myacp-panel .my-account:first-of-type, #myacp-header .myacp-panel .page-node-109052 .discover-benefits #review-list .my-account:first-of-type,
    .page-node-109052 .discover-benefits .grid .col-1-2:last-of-type,
    .page-node-109052 .discover-benefits #tabs.vertical > div .col-1-2:last-of-type,
    .page-node-109052 .discover-benefits .ui-accordion-content .col-1-2:last-of-type,
    .page-node-109052 .discover-benefits .view .ui-accordion .ui-accordion-content .col-1-2:last-of-type,
    .view .ui-accordion .page-node-109052 .discover-benefits .ui-accordion-content .col-1-2:last-of-type,
    .page-node-109052 .discover-benefits .split3 .col-1-2:last-of-type,
    .page-node-109052 .discover-benefits .split2 .col-1-2:last-of-type,
    .page-node-109052 .discover-benefits .page_content .col-1-2:last-of-type,
    .page-node-109052 .discover-benefits .field-item .col-1-2:last-of-type,
    .page-node-109052 .discover-benefits .node-type-chapter-top-level-page #landing_hero_area .col-1-2:last-of-type,
    .node-type-chapter-top-level-page .page-node-109052 .discover-benefits #landing_hero_area .col-1-2:last-of-type,
    .page-node-109052 .discover-benefits #landing_hero_2018 .col-1-2:last-of-type,
    .page-node-109052 .discover-benefits #overall-rating .col-1-2:last-of-type,
    .page-node-109052 .discover-benefits .filter-container .col-1-2:last-of-type,
    .page-node-109052 .discover-benefits #review-list .col-1-2:last-of-type,
    .page-node-109052 .discover-benefits .grid .split2 ul:last-of-type,
    .split2 .page-node-109052 .discover-benefits .grid ul:last-of-type,
    .page-node-109052 .discover-benefits #tabs.vertical > div .split2 ul:last-of-type,
    .split2 .page-node-109052 .discover-benefits #tabs.vertical > div ul:last-of-type,
    .page-node-109052 .discover-benefits .ui-accordion-content .split2 ul:last-of-type,
    .split2 .page-node-109052 .discover-benefits .ui-accordion-content ul:last-of-type,
    .page-node-109052 .discover-benefits .view .ui-accordion .ui-accordion-content .split2 ul:last-of-type,
    .split2 .page-node-109052 .discover-benefits .view .ui-accordion .ui-accordion-content ul:last-of-type,
    .view .ui-accordion .page-node-109052 .discover-benefits .ui-accordion-content .split2 ul:last-of-type,
    .split2 .view .ui-accordion .page-node-109052 .discover-benefits .ui-accordion-content ul:last-of-type,
    .page-node-109052 .discover-benefits .split3 .split2 ul:last-of-type,
    .split2 .page-node-109052 .discover-benefits .split3 ul:last-of-type,
    .page-node-109052 .discover-benefits .split2 ul:last-of-type,
    .page-node-109052 .discover-benefits .page_content .split2 ul:last-of-type,
    .split2 .page-node-109052 .discover-benefits .page_content ul:last-of-type,
    .page-node-109052 .discover-benefits .field-item .split2 ul:last-of-type,
    .split2 .page-node-109052 .discover-benefits .field-item ul:last-of-type,
    .page-node-109052 .discover-benefits .node-type-chapter-top-level-page #landing_hero_area .split2 ul:last-of-type,
    .split2 .page-node-109052 .discover-benefits .node-type-chapter-top-level-page #landing_hero_area ul:last-of-type,
    .node-type-chapter-top-level-page .page-node-109052 .discover-benefits #landing_hero_area .split2 ul:last-of-type,
    .split2 .node-type-chapter-top-level-page .page-node-109052 .discover-benefits #landing_hero_area ul:last-of-type,
    .page-node-109052 .discover-benefits #landing_hero_2018 .split2 ul:last-of-type,
    .split2 .page-node-109052 .discover-benefits #landing_hero_2018 ul:last-of-type,
    .page-node-109052 .discover-benefits #overall-rating .split2 ul:last-of-type,
    .split2 .page-node-109052 .discover-benefits #overall-rating ul:last-of-type,
    .page-node-109052 .discover-benefits .filter-container .split2 ul:last-of-type,
    .split2 .page-node-109052 .discover-benefits .filter-container ul:last-of-type,
    .page-node-109052 .discover-benefits #review-list .split2 ul:last-of-type,
    .split2 .page-node-109052 .discover-benefits #review-list ul:last-of-type,
    .page-node-109052 .discover-benefits .grid .split2 .col1:last-of-type,
    .split2 .page-node-109052 .discover-benefits .grid .col1:last-of-type,
    .page-node-109052 .discover-benefits #tabs.vertical > div .split2 .col1:last-of-type,
    .split2 .page-node-109052 .discover-benefits #tabs.vertical > div .col1:last-of-type,
    .page-node-109052 .discover-benefits .ui-accordion-content .split2 .col1:last-of-type,
    .split2 .page-node-109052 .discover-benefits .ui-accordion-content .col1:last-of-type,
    .page-node-109052 .discover-benefits .view .ui-accordion .ui-accordion-content .split2 .col1:last-of-type,
    .split2 .page-node-109052 .discover-benefits .view .ui-accordion .ui-accordion-content .col1:last-of-type,
    .view .ui-accordion .page-node-109052 .discover-benefits .ui-accordion-content .split2 .col1:last-of-type,
    .split2 .view .ui-accordion .page-node-109052 .discover-benefits .ui-accordion-content .col1:last-of-type,
    .page-node-109052 .discover-benefits .split3 .split2 .col1:last-of-type,
    .split2 .page-node-109052 .discover-benefits .split3 .col1:last-of-type,
    .page-node-109052 .discover-benefits .split2 .col1:last-of-type,
    .page-node-109052 .discover-benefits .page_content .split2 .col1:last-of-type,
    .split2 .page-node-109052 .discover-benefits .page_content .col1:last-of-type,
    .page-node-109052 .discover-benefits .field-item .split2 .col1:last-of-type,
    .split2 .page-node-109052 .discover-benefits .field-item .col1:last-of-type,
    .page-node-109052 .discover-benefits .node-type-chapter-top-level-page #landing_hero_area .split2 .col1:last-of-type,
    .split2 .page-node-109052 .discover-benefits .node-type-chapter-top-level-page #landing_hero_area .col1:last-of-type,
    .node-type-chapter-top-level-page .page-node-109052 .discover-benefits #landing_hero_area .split2 .col1:last-of-type,
    .split2 .node-type-chapter-top-level-page .page-node-109052 .discover-benefits #landing_hero_area .col1:last-of-type,
    .page-node-109052 .discover-benefits #landing_hero_2018 .split2 .col1:last-of-type,
    .split2 .page-node-109052 .discover-benefits #landing_hero_2018 .col1:last-of-type,
    .page-node-109052 .discover-benefits #overall-rating .split2 .col1:last-of-type,
    .split2 .page-node-109052 .discover-benefits #overall-rating .col1:last-of-type,
    .page-node-109052 .discover-benefits .filter-container .split2 .col1:last-of-type,
    .split2 .page-node-109052 .discover-benefits .filter-container .col1:last-of-type,
    .page-node-109052 .discover-benefits #review-list .split2 .col1:last-of-type,
    .split2 .page-node-109052 .discover-benefits #review-list .col1:last-of-type,
    .page-node-109052 .discover-benefits .grid .split2 .col2:last-of-type,
    .split2 .page-node-109052 .discover-benefits .grid .col2:last-of-type,
    .page-node-109052 .discover-benefits #tabs.vertical > div .split2 .col2:last-of-type,
    .split2 .page-node-109052 .discover-benefits #tabs.vertical > div .col2:last-of-type,
    .page-node-109052 .discover-benefits .ui-accordion-content .split2 .col2:last-of-type,
    .split2 .page-node-109052 .discover-benefits .ui-accordion-content .col2:last-of-type,
    .page-node-109052 .discover-benefits .view .ui-accordion .ui-accordion-content .split2 .col2:last-of-type,
    .split2 .page-node-109052 .discover-benefits .view .ui-accordion .ui-accordion-content .col2:last-of-type,
    .view .ui-accordion .page-node-109052 .discover-benefits .ui-accordion-content .split2 .col2:last-of-type,
    .split2 .view .ui-accordion .page-node-109052 .discover-benefits .ui-accordion-content .col2:last-of-type,
    .page-node-109052 .discover-benefits .split3 .split2 .col2:last-of-type,
    .split2 .page-node-109052 .discover-benefits .split3 .col2:last-of-type,
    .page-node-109052 .discover-benefits .split2 .col2:last-of-type,
    .page-node-109052 .discover-benefits .page_content .split2 .col2:last-of-type,
    .split2 .page-node-109052 .discover-benefits .page_content .col2:last-of-type,
    .page-node-109052 .discover-benefits .field-item .split2 .col2:last-of-type,
    .split2 .page-node-109052 .discover-benefits .field-item .col2:last-of-type,
    .page-node-109052 .discover-benefits .node-type-chapter-top-level-page #landing_hero_area .split2 .col2:last-of-type,
    .split2 .page-node-109052 .discover-benefits .node-type-chapter-top-level-page #landing_hero_area .col2:last-of-type,
    .node-type-chapter-top-level-page .page-node-109052 .discover-benefits #landing_hero_area .split2 .col2:last-of-type,
    .split2 .node-type-chapter-top-level-page .page-node-109052 .discover-benefits #landing_hero_area .col2:last-of-type,
    .page-node-109052 .discover-benefits #landing_hero_2018 .split2 .col2:last-of-type,
    .split2 .page-node-109052 .discover-benefits #landing_hero_2018 .col2:last-of-type,
    .page-node-109052 .discover-benefits #overall-rating .split2 .col2:last-of-type,
    .split2 .page-node-109052 .discover-benefits #overall-rating .col2:last-of-type,
    .page-node-109052 .discover-benefits .filter-container .split2 .col2:last-of-type,
    .split2 .page-node-109052 .discover-benefits .filter-container .col2:last-of-type,
    .page-node-109052 .discover-benefits #review-list .split2 .col2:last-of-type,
    .split2 .page-node-109052 .discover-benefits #review-list .col2:last-of-type,
    .page-node-109052 .discover-benefits .grid #myacp-header .login-panel .my-interests:last-of-type,
    #myacp-header .login-panel .page-node-109052 .discover-benefits .grid .my-interests:last-of-type,
    .page-node-109052 .discover-benefits #tabs.vertical > div #myacp-header .login-panel .my-interests:last-of-type,
    #myacp-header .login-panel .page-node-109052 .discover-benefits #tabs.vertical > div .my-interests:last-of-type,
    .page-node-109052 .discover-benefits .ui-accordion-content #myacp-header .login-panel .my-interests:last-of-type,
    #myacp-header .login-panel .page-node-109052 .discover-benefits .ui-accordion-content .my-interests:last-of-type,
    .page-node-109052 .discover-benefits .view .ui-accordion .ui-accordion-content #myacp-header .login-panel .my-interests:last-of-type,
    #myacp-header .login-panel .page-node-109052 .discover-benefits .view .ui-accordion .ui-accordion-content .my-interests:last-of-type,
    .view .ui-accordion .page-node-109052 .discover-benefits .ui-accordion-content #myacp-header .login-panel .my-interests:last-of-type,
    #myacp-header .login-panel .view .ui-accordion .page-node-109052 .discover-benefits .ui-accordion-content .my-interests:last-of-type,
    .page-node-109052 .discover-benefits .split3 #myacp-header .login-panel .my-interests:last-of-type,
    #myacp-header .login-panel .page-node-109052 .discover-benefits .split3 .my-interests:last-of-type,
    .page-node-109052 .discover-benefits .split2 #myacp-header .login-panel .my-interests:last-of-type,
    #myacp-header .login-panel .page-node-109052 .discover-benefits .split2 .my-interests:last-of-type,
    .page-node-109052 .discover-benefits .page_content #myacp-header .login-panel .my-interests:last-of-type,
    #myacp-header .login-panel .page-node-109052 .discover-benefits .page_content .my-interests:last-of-type,
    .page-node-109052 .discover-benefits .field-item #myacp-header .login-panel .my-interests:last-of-type,
    #myacp-header .login-panel .page-node-109052 .discover-benefits .field-item .my-interests:last-of-type,
    .page-node-109052 .discover-benefits .node-type-chapter-top-level-page #landing_hero_area #myacp-header .login-panel .my-interests:last-of-type,
    #myacp-header .login-panel .page-node-109052 .discover-benefits .node-type-chapter-top-level-page #landing_hero_area .my-interests:last-of-type,
    .node-type-chapter-top-level-page .page-node-109052 .discover-benefits #landing_hero_area #myacp-header .login-panel .my-interests:last-of-type,
    #myacp-header .login-panel .node-type-chapter-top-level-page .page-node-109052 .discover-benefits #landing_hero_area .my-interests:last-of-type,
    .page-node-109052 .discover-benefits #landing_hero_2018 #myacp-header .login-panel .my-interests:last-of-type,
    #myacp-header .login-panel .page-node-109052 .discover-benefits #landing_hero_2018 .my-interests:last-of-type,
    .page-node-109052 .discover-benefits #overall-rating #myacp-header .login-panel .my-interests:last-of-type,
    #myacp-header .login-panel .page-node-109052 .discover-benefits #overall-rating .my-interests:last-of-type,
    .page-node-109052 .discover-benefits .filter-container #myacp-header .login-panel .my-interests:last-of-type,
    #myacp-header .login-panel .page-node-109052 .discover-benefits .filter-container .my-interests:last-of-type,
    .page-node-109052 .discover-benefits #review-list #myacp-header .login-panel .my-interests:last-of-type,
    #myacp-header .login-panel .page-node-109052 .discover-benefits #review-list .my-interests:last-of-type,
    .page-node-109052 .discover-benefits .grid #myacp-header .myacp-panel .my-interests:last-of-type,
    #myacp-header .myacp-panel .page-node-109052 .discover-benefits .grid .my-interests:last-of-type,
    .page-node-109052 .discover-benefits #tabs.vertical > div #myacp-header .myacp-panel .my-interests:last-of-type,
    #myacp-header .myacp-panel .page-node-109052 .discover-benefits #tabs.vertical > div .my-interests:last-of-type,
    .page-node-109052 .discover-benefits .ui-accordion-content #myacp-header .myacp-panel .my-interests:last-of-type,
    #myacp-header .myacp-panel .page-node-109052 .discover-benefits .ui-accordion-content .my-interests:last-of-type,
    .page-node-109052 .discover-benefits .view .ui-accordion .ui-accordion-content #myacp-header .myacp-panel .my-interests:last-of-type,
    #myacp-header .myacp-panel .page-node-109052 .discover-benefits .view .ui-accordion .ui-accordion-content .my-interests:last-of-type,
    .view .ui-accordion .page-node-109052 .discover-benefits .ui-accordion-content #myacp-header .myacp-panel .my-interests:last-of-type,
    #myacp-header .myacp-panel .view .ui-accordion .page-node-109052 .discover-benefits .ui-accordion-content .my-interests:last-of-type,
    .page-node-109052 .discover-benefits .split3 #myacp-header .myacp-panel .my-interests:last-of-type,
    #myacp-header .myacp-panel .page-node-109052 .discover-benefits .split3 .my-interests:last-of-type,
    .page-node-109052 .discover-benefits .split2 #myacp-header .myacp-panel .my-interests:last-of-type,
    #myacp-header .myacp-panel .page-node-109052 .discover-benefits .split2 .my-interests:last-of-type,
    .page-node-109052 .discover-benefits .page_content #myacp-header .myacp-panel .my-interests:last-of-type,
    #myacp-header .myacp-panel .page-node-109052 .discover-benefits .page_content .my-interests:last-of-type,
    .page-node-109052 .discover-benefits .field-item #myacp-header .myacp-panel .my-interests:last-of-type,
    #myacp-header .myacp-panel .page-node-109052 .discover-benefits .field-item .my-interests:last-of-type,
    .page-node-109052 .discover-benefits .node-type-chapter-top-level-page #landing_hero_area #myacp-header .myacp-panel .my-interests:last-of-type,
    #myacp-header .myacp-panel .page-node-109052 .discover-benefits .node-type-chapter-top-level-page #landing_hero_area .my-interests:last-of-type,
    .node-type-chapter-top-level-page .page-node-109052 .discover-benefits #landing_hero_area #myacp-header .myacp-panel .my-interests:last-of-type,
    #myacp-header .myacp-panel .node-type-chapter-top-level-page .page-node-109052 .discover-benefits #landing_hero_area .my-interests:last-of-type,
    .page-node-109052 .discover-benefits #landing_hero_2018 #myacp-header .myacp-panel .my-interests:last-of-type,
    #myacp-header .myacp-panel .page-node-109052 .discover-benefits #landing_hero_2018 .my-interests:last-of-type,
    .page-node-109052 .discover-benefits #overall-rating #myacp-header .myacp-panel .my-interests:last-of-type,
    #myacp-header .myacp-panel .page-node-109052 .discover-benefits #overall-rating .my-interests:last-of-type,
    .page-node-109052 .discover-benefits .filter-container #myacp-header .myacp-panel .my-interests:last-of-type,
    #myacp-header .myacp-panel .page-node-109052 .discover-benefits .filter-container .my-interests:last-of-type,
    .page-node-109052 .discover-benefits #review-list #myacp-header .myacp-panel .my-interests:last-of-type,
    #myacp-header .myacp-panel .page-node-109052 .discover-benefits #review-list .my-interests:last-of-type,
    .page-node-109052 .discover-benefits .grid #myacp-header .login-panel .my-account:last-of-type,
    #myacp-header .login-panel .page-node-109052 .discover-benefits .grid .my-account:last-of-type,
    .page-node-109052 .discover-benefits #tabs.vertical > div #myacp-header .login-panel .my-account:last-of-type,
    #myacp-header .login-panel .page-node-109052 .discover-benefits #tabs.vertical > div .my-account:last-of-type,
    .page-node-109052 .discover-benefits .ui-accordion-content #myacp-header .login-panel .my-account:last-of-type,
    #myacp-header .login-panel .page-node-109052 .discover-benefits .ui-accordion-content .my-account:last-of-type,
    .page-node-109052 .discover-benefits .view .ui-accordion .ui-accordion-content #myacp-header .login-panel .my-account:last-of-type,
    #myacp-header .login-panel .page-node-109052 .discover-benefits .view .ui-accordion .ui-accordion-content .my-account:last-of-type,
    .view .ui-accordion .page-node-109052 .discover-benefits .ui-accordion-content #myacp-header .login-panel .my-account:last-of-type,
    #myacp-header .login-panel .view .ui-accordion .page-node-109052 .discover-benefits .ui-accordion-content .my-account:last-of-type,
    .page-node-109052 .discover-benefits .split3 #myacp-header .login-panel .my-account:last-of-type,
    #myacp-header .login-panel .page-node-109052 .discover-benefits .split3 .my-account:last-of-type,
    .page-node-109052 .discover-benefits .split2 #myacp-header .login-panel .my-account:last-of-type,
    #myacp-header .login-panel .page-node-109052 .discover-benefits .split2 .my-account:last-of-type,
    .page-node-109052 .discover-benefits .page_content #myacp-header .login-panel .my-account:last-of-type,
    #myacp-header .login-panel .page-node-109052 .discover-benefits .page_content .my-account:last-of-type,
    .page-node-109052 .discover-benefits .field-item #myacp-header .login-panel .my-account:last-of-type,
    #myacp-header .login-panel .page-node-109052 .discover-benefits .field-item .my-account:last-of-type,
    .page-node-109052 .discover-benefits .node-type-chapter-top-level-page #landing_hero_area #myacp-header .login-panel .my-account:last-of-type,
    #myacp-header .login-panel .page-node-109052 .discover-benefits .node-type-chapter-top-level-page #landing_hero_area .my-account:last-of-type,
    .node-type-chapter-top-level-page .page-node-109052 .discover-benefits #landing_hero_area #myacp-header .login-panel .my-account:last-of-type,
    #myacp-header .login-panel .node-type-chapter-top-level-page .page-node-109052 .discover-benefits #landing_hero_area .my-account:last-of-type,
    .page-node-109052 .discover-benefits #landing_hero_2018 #myacp-header .login-panel .my-account:last-of-type,
    #myacp-header .login-panel .page-node-109052 .discover-benefits #landing_hero_2018 .my-account:last-of-type,
    .page-node-109052 .discover-benefits #overall-rating #myacp-header .login-panel .my-account:last-of-type,
    #myacp-header .login-panel .page-node-109052 .discover-benefits #overall-rating .my-account:last-of-type,
    .page-node-109052 .discover-benefits .filter-container #myacp-header .login-panel .my-account:last-of-type,
    #myacp-header .login-panel .page-node-109052 .discover-benefits .filter-container .my-account:last-of-type,
    .page-node-109052 .discover-benefits #review-list #myacp-header .login-panel .my-account:last-of-type,
    #myacp-header .login-panel .page-node-109052 .discover-benefits #review-list .my-account:last-of-type,
    .page-node-109052 .discover-benefits .grid #myacp-header .myacp-panel .my-account:last-of-type,
    #myacp-header .myacp-panel .page-node-109052 .discover-benefits .grid .my-account:last-of-type,
    .page-node-109052 .discover-benefits #tabs.vertical > div #myacp-header .myacp-panel .my-account:last-of-type,
    #myacp-header .myacp-panel .page-node-109052 .discover-benefits #tabs.vertical > div .my-account:last-of-type,
    .page-node-109052 .discover-benefits .ui-accordion-content #myacp-header .myacp-panel .my-account:last-of-type,
    #myacp-header .myacp-panel .page-node-109052 .discover-benefits .ui-accordion-content .my-account:last-of-type,
    .page-node-109052 .discover-benefits .view .ui-accordion .ui-accordion-content #myacp-header .myacp-panel .my-account:last-of-type,
    #myacp-header .myacp-panel .page-node-109052 .discover-benefits .view .ui-accordion .ui-accordion-content .my-account:last-of-type,
    .view .ui-accordion .page-node-109052 .discover-benefits .ui-accordion-content #myacp-header .myacp-panel .my-account:last-of-type,
    #myacp-header .myacp-panel .view .ui-accordion .page-node-109052 .discover-benefits .ui-accordion-content .my-account:last-of-type,
    .page-node-109052 .discover-benefits .split3 #myacp-header .myacp-panel .my-account:last-of-type,
    #myacp-header .myacp-panel .page-node-109052 .discover-benefits .split3 .my-account:last-of-type,
    .page-node-109052 .discover-benefits .split2 #myacp-header .myacp-panel .my-account:last-of-type,
    #myacp-header .myacp-panel .page-node-109052 .discover-benefits .split2 .my-account:last-of-type,
    .page-node-109052 .discover-benefits .page_content #myacp-header .myacp-panel .my-account:last-of-type,
    #myacp-header .myacp-panel .page-node-109052 .discover-benefits .page_content .my-account:last-of-type,
    .page-node-109052 .discover-benefits .field-item #myacp-header .myacp-panel .my-account:last-of-type,
    #myacp-header .myacp-panel .page-node-109052 .discover-benefits .field-item .my-account:last-of-type,
    .page-node-109052 .discover-benefits .node-type-chapter-top-level-page #landing_hero_area #myacp-header .myacp-panel .my-account:last-of-type,
    #myacp-header .myacp-panel .page-node-109052 .discover-benefits .node-type-chapter-top-level-page #landing_hero_area .my-account:last-of-type,
    .node-type-chapter-top-level-page .page-node-109052 .discover-benefits #landing_hero_area #myacp-header .myacp-panel .my-account:last-of-type,
    #myacp-header .myacp-panel .node-type-chapter-top-level-page .page-node-109052 .discover-benefits #landing_hero_area .my-account:last-of-type,
    .page-node-109052 .discover-benefits #landing_hero_2018 #myacp-header .myacp-panel .my-account:last-of-type,
    #myacp-header .myacp-panel .page-node-109052 .discover-benefits #landing_hero_2018 .my-account:last-of-type,
    .page-node-109052 .discover-benefits #overall-rating #myacp-header .myacp-panel .my-account:last-of-type,
    #myacp-header .myacp-panel .page-node-109052 .discover-benefits #overall-rating .my-account:last-of-type,
    .page-node-109052 .discover-benefits .filter-container #myacp-header .myacp-panel .my-account:last-of-type,
    #myacp-header .myacp-panel .page-node-109052 .discover-benefits .filter-container .my-account:last-of-type,
    .page-node-109052 .discover-benefits #review-list #myacp-header .myacp-panel .my-account:last-of-type,
    #myacp-header .myacp-panel .page-node-109052 .discover-benefits #review-list .my-account:last-of-type {
      width: 100%;
      margin: 0;
      padding: 0; } }
.page-node-109052 .testimonial {
  display: flex;
  flex-direction: row-reverse; }
  .page-node-109052 .testimonial img {
    margin: 1.5em 10% 0 0;
    width: 268px;
    height: 211px;
    align-self: flex-end;
    flex-shrink: 0; }
  .page-node-109052 .testimonial blockquote {
    border: none;
    margin: 0 0 0 10%;
    align-self: center; }
    .page-node-109052 .testimonial blockquote small, .page-node-109052 .testimonial blockquote .myacp-panel-user-info > span,
    .page-node-109052 .testimonial blockquote .myacp-sidebar > span,
    .page-node-109052 .testimonial blockquote .badge,
    .page-node-109052 .testimonial blockquote .view-display-id-block_1 .date-display-range,
    .view-display-id-block_1 .page-node-109052 .testimonial blockquote .date-display-range,
    .page-node-109052 .testimonial blockquote .view-display-id-block_1 .date-display-single,
    .view-display-id-block_1 .page-node-109052 .testimonial blockquote .date-display-single,
    .page-node-109052 .testimonial blockquote .view-news-releases div.views-field-created > span,
    .view-news-releases .page-node-109052 .testimonial blockquote div.views-field-created > span,
    .page-node-109052 .testimonial blockquote .view-news-releases-content- div.views-field-created > span,
    .view-news-releases-content- .page-node-109052 .testimonial blockquote div.views-field-created > span,
    .page-node-109052 .testimonial blockquote .page-more-acp-news .view-acp-latest .views-field-created .field-content,
    .page-more-acp-news .view-acp-latest .views-field-created .page-node-109052 .testimonial blockquote .field-content,
    .page-node-109052 .testimonial blockquote .view span.views-field-field-meeting-date .date-display-range,
    .view span.views-field-field-meeting-date .page-node-109052 .testimonial blockquote .date-display-range,
    .page-node-109052 .testimonial blockquote .view span.views-field-field-meeting-date .date-display-single,
    .view span.views-field-field-meeting-date .page-node-109052 .testimonial blockquote .date-display-single,
    .page-node-109052 .testimonial blockquote .username > span,
    .page-node-109052 .testimonial blockquote td.forum-number-topics a,
    td.forum-number-topics .page-node-109052 .testimonial blockquote a,
    .page-node-109052 .testimonial blockquote td.views-field-comment-count a,
    td.views-field-comment-count .page-node-109052 .testimonial blockquote a,
    .page-node-109052 .testimonial blockquote span.marker {
      white-space: nowrap;
      font-size: 0.875rem;
      line-height: 1.5; }
  @media screen and (max-width: 780px) {
    .page-node-109052 .testimonial {
      display: block;
      text-align: center; }
      .page-node-109052 .testimonial img {
        margin: 1.5em 0 0 1em;
        width: 220px;
        height: auto; }
      .page-node-109052 .testimonial blockquote {
        margin-left: 0; } }
.page-node-109052 .professional-home {
  display: flex; }
  .page-node-109052 .professional-home .col-2-3, .page-node-109052 .professional-home .page_content section#main, .page_content .page-node-109052 .professional-home section#main {
    border-right: 3px solid white;
    padding: 2em 0;
    margin-bottom: 0; }
    .page-node-109052 .professional-home .col-2-3 .text--hecto, .page-node-109052 .professional-home .page_content section#main .text--hecto, .page_content .page-node-109052 .professional-home section#main .text--hecto, .page-node-109052 .professional-home .col-2-3 .button.large, .page-node-109052 .professional-home .page_content section#main .button.large, .page_content .page-node-109052 .professional-home section#main .button.large, .page-node-109052 .professional-home .col-2-3 .content form input.large[type="submit"], .content form .page-node-109052 .professional-home .col-2-3 input.large[type="submit"], .page-node-109052 .professional-home .page_content section#main .content form input.large[type="submit"], .content form .page-node-109052 .professional-home .page_content section#main input.large[type="submit"], .page_content .page-node-109052 .professional-home section#main .content form input.large[type="submit"], .content form .page_content .page-node-109052 .professional-home section#main input.large[type="submit"], .page-node-109052 .professional-home .col-2-3 label.fancy select.large, label.fancy .page-node-109052 .professional-home .col-2-3 select.large, .page-node-109052 .professional-home .page_content section#main label.fancy select.large, label.fancy .page-node-109052 .professional-home .page_content section#main select.large, .page_content .page-node-109052 .professional-home section#main label.fancy select.large, label.fancy .page_content .page-node-109052 .professional-home section#main select.large, .page-node-109052 .professional-home .col-2-3 #main .node-webform .large.button_blue, #main .node-webform .page-node-109052 .professional-home .col-2-3 .large.button_blue, .page-node-109052 .professional-home .page_content section#main .node-webform .large.button_blue, .page_content .page-node-109052 .professional-home section#main .node-webform .large.button_blue, .page-node-109052 .professional-home .col-2-3 #main .node-webform .large.button_green, #main .node-webform .page-node-109052 .professional-home .col-2-3 .large.button_green, .page-node-109052 .professional-home .page_content section#main .node-webform .large.button_green, .page_content .page-node-109052 .professional-home section#main .node-webform .large.button_green, .page-node-109052 .professional-home .col-2-3 #main .node-webform .large.button_remove, #main .node-webform .page-node-109052 .professional-home .col-2-3 .large.button_remove, .page-node-109052 .professional-home .page_content section#main .node-webform .large.button_remove, .page_content .page-node-109052 .professional-home section#main .node-webform .large.button_remove, .page-node-109052 .professional-home .col-2-3 #main .node-webform .form-actions input.large, #main .node-webform .form-actions .page-node-109052 .professional-home .col-2-3 input.large, .page-node-109052 .professional-home .page_content section#main .node-webform .form-actions input.large, .page_content .page-node-109052 .professional-home section#main .node-webform .form-actions input.large, .page-node-109052 .professional-home .col-2-3 .joyride-tip-guide .joyride-content-wrapper a.large.joyride-next-tip, .joyride-tip-guide .joyride-content-wrapper .page-node-109052 .professional-home .col-2-3 a.large.joyride-next-tip, .page-node-109052 .professional-home .page_content section#main .joyride-tip-guide .joyride-content-wrapper a.large.joyride-next-tip, .joyride-tip-guide .joyride-content-wrapper .page-node-109052 .professional-home .page_content section#main a.large.joyride-next-tip, .page_content .page-node-109052 .professional-home section#main .joyride-tip-guide .joyride-content-wrapper a.large.joyride-next-tip, .joyride-tip-guide .joyride-content-wrapper .page_content .page-node-109052 .professional-home section#main a.large.joyride-next-tip, .page-node-109052 .professional-home .col-2-3 .page-forum ul.action-links li a.large.subscription, .page-forum ul.action-links li .page-node-109052 .professional-home .col-2-3 a.large.subscription, .page-node-109052 .professional-home .page_content section#main .page-forum ul.action-links li a.large.subscription, .page-forum ul.action-links li .page-node-109052 .professional-home .page_content section#main a.large.subscription, .page_content .page-node-109052 .professional-home section#main .page-forum ul.action-links li a.large.subscription, .page-forum ul.action-links li .page_content .page-node-109052 .professional-home section#main a.large.subscription, .page-node-109052 .professional-home .col-2-3 aside.side_nav_left h2, aside.side_nav_left .page-node-109052 .professional-home .col-2-3 h2, .page-node-109052 .professional-home .page_content section#main aside.side_nav_left h2, aside.side_nav_left .page-node-109052 .professional-home .page_content section#main h2, .page_content .page-node-109052 .professional-home section#main aside.side_nav_left h2, aside.side_nav_left .page_content .page-node-109052 .professional-home section#main h2, .page-node-109052 .professional-home .col-2-3 aside.side_nav_right h2, aside.side_nav_right .page-node-109052 .professional-home .col-2-3 h2, .page-node-109052 .professional-home .page_content section#main aside.side_nav_right h2, aside.side_nav_right .page-node-109052 .professional-home .page_content section#main h2, .page_content .page-node-109052 .professional-home section#main aside.side_nav_right h2, aside.side_nav_right .page_content .page-node-109052 .professional-home section#main h2, .page-node-109052 .professional-home .col-2-3 #main-menu ul.menu li .panel .panel-menu h2, #main-menu ul.menu li .panel .panel-menu .page-node-109052 .professional-home .col-2-3 h2, .page-node-109052 .professional-home .page_content section#main #main-menu ul.menu li .panel .panel-menu h2, #main-menu ul.menu li .panel .panel-menu .page-node-109052 .professional-home .page_content section#main h2, .page_content .page-node-109052 .professional-home section#main #main-menu ul.menu li .panel .panel-menu h2, #main-menu ul.menu li .panel .panel-menu .page_content .page-node-109052 .professional-home section#main h2 {
      font-weight: 600; }
  .page-node-109052 .professional-home .col-1-3, .page-node-109052 .professional-home .split3 ul, .split3 .page-node-109052 .professional-home ul, .page-node-109052 .professional-home .split3 .col1, .split3 .page-node-109052 .professional-home .col1, .page-node-109052 .professional-home .split3 .col2, .split3 .page-node-109052 .professional-home .col2, .page-node-109052 .professional-home .split3 .col3, .split3 .page-node-109052 .professional-home .col3 {
    padding: 2em; }
  @media screen and (max-width: 630px) {
    .page-node-109052 .professional-home {
      display: block; }
      .page-node-109052 .professional-home .col-2-3, .page-node-109052 .professional-home .page_content section#main, .page_content .page-node-109052 .professional-home section#main {
        padding: 2em;
        border-right: none;
        border-bottom: 3px solid white; } }

.field-name-field-image-gallery .field-items, .image-gallery-wrapper {
  text-align: center; }
  .field-name-field-image-gallery .field-items .field-item, .field-name-field-image-gallery .field-items .gallery-image, .image-gallery-wrapper .field-item, .image-gallery-wrapper .gallery-image {
    margin-bottom: 10px;
    width: 100%;
    height: auto; }
    .field-name-field-image-gallery .field-items .field-item img, .field-name-field-image-gallery .field-items .gallery-image img, .image-gallery-wrapper .field-item img, .image-gallery-wrapper .gallery-image img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      transition: transform 400ms ease-out; }
    .field-name-field-image-gallery .field-items .field-item img:hover, .field-name-field-image-gallery .field-items .gallery-image img:hover, .image-gallery-wrapper .field-item img:hover, .image-gallery-wrapper .gallery-image img:hover {
      transform: scale(1.1); }
    @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
      .field-name-field-image-gallery .field-items .field-item img, .field-name-field-image-gallery .field-items .gallery-image img, .image-gallery-wrapper .field-item img, .image-gallery-wrapper .gallery-image img {
        width: auto;
        height: 500px !important; } }

@media screen and (min-width: 630px) {
  .field-name-field-image-gallery .field-items, .image-gallery-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: left;
    text-align: left; }
    .field-name-field-image-gallery .field-items .field-item, .field-name-field-image-gallery .field-items .gallery-image, .image-gallery-wrapper .field-item, .image-gallery-wrapper .gallery-image {
      width: 31%;
      margin: 0 15px 15px 0;
      height: 250px;
      overflow: hidden; } }
.node-type-cme-activity .content {
  display: flex;
  flex-direction: column; }
.node-type-cme-activity .field {
  margin-bottom: 1em; }
.node-type-cme-activity .field-collection-view {
  margin: 0; }
  .node-type-cme-activity .field-collection-view .field-label {
    width: 50%; }
.node-type-cme-activity .field-type-field-collection > .field-label {
  font-size: 0; }
  .node-type-cme-activity .field-type-field-collection > .field-label:before {
    display: inline;
    font-size: 1.5rem; }
.node-type-cme-activity .field-type-field-collection.field-name-field-education-design-collectio .field-collection-container {
  border-bottom: none; }
.node-type-cme-activity .field-type-field-collection.field-name-field-education-design-collectio > .field-label:before {
  content: "Education Design"; }
.node-type-cme-activity .field-type-field-collection.field-name-field-moc-collection > .field-label:before {
  content: "MOC Collection"; }
.node-type-cme-activity .field-type-field-collection.field-name-field-location-collection > .field-label:before {
  content: "Location/Event Details"; }
.node-type-cme-activity .field-type-field-collection.field-name-field-coi-collection > .field-label:before {
  content: "COI Disclosures"; }
.node-type-cme-activity .field-type-field-collection.field-name-field-financial-collection > .field-label:before {
  content: "Financial Details"; }
.node-type-cme-activity .field-name-field-activity-collection {
  border-top: 1px solid #D3D7D9;
  padding-top: 1em; }
  .node-type-cme-activity .field-name-field-activity-collection:before {
    content: "Activity Details";
    display: inline;
    font-size: 1.5rem;
    font-weight: bold; }
.node-type-cme-activity .field-type-list-text .field-item {
  list-style-type: disc;
  display: list-item;
  list-style-position: inside; }
.node-type-cme-activity .field-type-text-long .field-items,
.node-type-cme-activity .field-type-text .field-items,
.node-type-cme-activity .field-type-list-text .field-items,
.node-type-cme-activity .field-type-datetime .field-items,
.node-type-cme-activity .field-type-number-decimal .field-items,
.node-type-cme-activity .field-type-taxonomy-term-reference .field-items,
.node-type-cme-activity .field-type-list-boolean .field-items {
  font-style: italic; }
.node-type-cme-activity .field-name-field-practice-gaps:before {
  content: "Practice Gap(s):";
  display: inline;
  font-weight: bold; }
.node-type-cme-activity .field-name-field-practice-gaps .field-collection-view {
  border-bottom: none; }
.node-type-cme-activity .field-collection-item-field-practice-gaps .content {
  flex-direction: row; }
  .node-type-cme-activity .field-collection-item-field-practice-gaps .content .field {
    width: 50%; }
  .node-type-cme-activity .field-collection-item-field-practice-gaps .content .field-label {
    width: 100%; }

.node-type-event .field {
  margin-top: 2em; }

.field-item .product-hero {
  background: url("../images/background/hero_products_mksap17.jpg") center center no-repeat #2A0E02;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 2em; }
  .field-item .product-hero .breadcrumb {
    color: #ffffff; }
    .field-item .product-hero .breadcrumb a::after {
      color: #ffffff; }
  .field-item .product-hero img {
    display: block;
    margin: 3em 0 2em 0;
    max-width: 420px;
    width: 77vw;
    padding: 1em;
    background-color: #E8E0DE;
    -moz-box-shadow: #2A0E02 0px 0px 5px;
    -webkit-box-shadow: #2A0E02 0px 0px 5px;
    box-shadow: #2A0E02 0px 0px 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px; }
  .field-item .product-hero .col-2-3, .field-item .product-hero .page_content section#main, .page_content .field-item .product-hero section#main {
    color: #E8E0DE;
    padding-right: 8em; }
    .field-item .product-hero .col-2-3 .thin, .field-item .product-hero .page_content section#main .thin, .page_content .field-item .product-hero section#main .thin, .field-item .product-hero .col-2-3 .node-type-homepage .hero .item .teaser h3, .node-type-homepage .hero .item .teaser .field-item .product-hero .col-2-3 h3, .field-item .product-hero .page_content section#main .node-type-homepage .hero .item .teaser h3, .node-type-homepage .hero .item .teaser .field-item .product-hero .page_content section#main h3, .page_content .field-item .product-hero section#main .node-type-homepage .hero .item .teaser h3, .node-type-homepage .hero .item .teaser .page_content .field-item .product-hero section#main h3, .field-item .product-hero .col-2-3 .node-type-homepage .hero .item .teaser .limit-search, .node-type-homepage .hero .item .teaser .field-item .product-hero .col-2-3 .limit-search, .field-item .product-hero .page_content section#main .node-type-homepage .hero .item .teaser .limit-search, .node-type-homepage .hero .item .teaser .field-item .product-hero .page_content section#main .limit-search, .page_content .field-item .product-hero section#main .node-type-homepage .hero .item .teaser .limit-search, .node-type-homepage .hero .item .teaser .page_content .field-item .product-hero section#main .limit-search, .field-item .product-hero .col-2-3 .node-type-custom .membership-join-acp h2, .node-type-custom .membership-join-acp .field-item .product-hero .col-2-3 h2, .field-item .product-hero .page_content section#main .node-type-custom .membership-join-acp h2, .node-type-custom .membership-join-acp .field-item .product-hero .page_content section#main h2, .page_content .field-item .product-hero section#main .node-type-custom .membership-join-acp h2, .node-type-custom .membership-join-acp .page_content .field-item .product-hero section#main h2, .field-item .product-hero .col-2-3 .view span.views-field-title, .view .field-item .product-hero .col-2-3 span.views-field-title, .field-item .product-hero .page_content section#main .view span.views-field-title, .view .field-item .product-hero .page_content section#main span.views-field-title, .page_content .field-item .product-hero section#main .view span.views-field-title, .view .page_content .field-item .product-hero section#main span.views-field-title {
      text-shadow: #2A0E02 0px 0px 5px; }
    @media (max-width: 780px) {
      .field-item .product-hero .col-2-3, .field-item .product-hero .page_content section#main, .page_content .field-item .product-hero section#main {
        padding-right: 3em;
        text-align: center; } }
  @media (max-width: 780px) {
    .field-item .product-hero {
      background-position: bottom center; } }

.field-item .product-hero.mksap18 {
  background: url("../images/background/hero_mksap18_lp_full_curtains.jpg") center center no-repeat #280002;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 3em; }
  .field-item .product-hero.mksap18 .breadcrumb {
    color: #ffffff; }
    .field-item .product-hero.mksap18 .breadcrumb a::after {
      color: #ffffff; }
  .field-item .product-hero.mksap18 img {
    display: block;
    margin: 3em 0 2em 0;
    max-width: 420px;
    width: 77vw;
    padding: 1em 0 0 0;
    background-color: transparent;
    box-shadow: none;
    border-radius: none; }
  .field-item .product-hero.mksap18 .col-2-3, .field-item .product-hero.mksap18 .page_content section#main, .page_content .field-item .product-hero.mksap18 section#main {
    color: #575A5D;
    padding-right: 10em; }
    .field-item .product-hero.mksap18 .col-2-3 .thin, .field-item .product-hero.mksap18 .page_content section#main .thin, .page_content .field-item .product-hero.mksap18 section#main .thin, .field-item .product-hero.mksap18 .col-2-3 .node-type-homepage .hero .item .teaser h3, .node-type-homepage .hero .item .teaser .field-item .product-hero.mksap18 .col-2-3 h3, .field-item .product-hero.mksap18 .page_content section#main .node-type-homepage .hero .item .teaser h3, .node-type-homepage .hero .item .teaser .field-item .product-hero.mksap18 .page_content section#main h3, .page_content .field-item .product-hero.mksap18 section#main .node-type-homepage .hero .item .teaser h3, .node-type-homepage .hero .item .teaser .page_content .field-item .product-hero.mksap18 section#main h3, .field-item .product-hero.mksap18 .col-2-3 .node-type-homepage .hero .item .teaser .limit-search, .node-type-homepage .hero .item .teaser .field-item .product-hero.mksap18 .col-2-3 .limit-search, .field-item .product-hero.mksap18 .page_content section#main .node-type-homepage .hero .item .teaser .limit-search, .node-type-homepage .hero .item .teaser .field-item .product-hero.mksap18 .page_content section#main .limit-search, .page_content .field-item .product-hero.mksap18 section#main .node-type-homepage .hero .item .teaser .limit-search, .node-type-homepage .hero .item .teaser .page_content .field-item .product-hero.mksap18 section#main .limit-search, .field-item .product-hero.mksap18 .col-2-3 .node-type-custom .membership-join-acp h2, .node-type-custom .membership-join-acp .field-item .product-hero.mksap18 .col-2-3 h2, .field-item .product-hero.mksap18 .page_content section#main .node-type-custom .membership-join-acp h2, .node-type-custom .membership-join-acp .field-item .product-hero.mksap18 .page_content section#main h2, .page_content .field-item .product-hero.mksap18 section#main .node-type-custom .membership-join-acp h2, .node-type-custom .membership-join-acp .page_content .field-item .product-hero.mksap18 section#main h2, .field-item .product-hero.mksap18 .col-2-3 .view span.views-field-title, .view .field-item .product-hero.mksap18 .col-2-3 span.views-field-title, .field-item .product-hero.mksap18 .page_content section#main .view span.views-field-title, .view .field-item .product-hero.mksap18 .page_content section#main span.views-field-title, .page_content .field-item .product-hero.mksap18 section#main .view span.views-field-title, .view .page_content .field-item .product-hero.mksap18 section#main span.views-field-title {
      text-shadow: none; }
    .field-item .product-hero.mksap18 .col-2-3 a.extended_text.small, .field-item .product-hero.mksap18 .page_content section#main a.extended_text.small, .page_content .field-item .product-hero.mksap18 section#main a.extended_text.small, .field-item .product-hero.mksap18 .col-2-3 header.desktop #navigation ul.menu > li > a.small, header.desktop #navigation .field-item .product-hero.mksap18 .col-2-3 ul.menu > li > a.small, .field-item .product-hero.mksap18 .page_content section#main header.desktop #navigation ul.menu > li > a.small, header.desktop #navigation .field-item .product-hero.mksap18 .page_content section#main ul.menu > li > a.small, .page_content .field-item .product-hero.mksap18 section#main header.desktop #navigation ul.menu > li > a.small, header.desktop #navigation .page_content .field-item .product-hero.mksap18 section#main ul.menu > li > a.small {
      text-align: left;
      margin-left: 11em; }
    @media (max-width: 960px) {
      .field-item .product-hero.mksap18 .col-2-3 a.extended_text.small, .field-item .product-hero.mksap18 .page_content section#main a.extended_text.small, .page_content .field-item .product-hero.mksap18 section#main a.extended_text.small, .field-item .product-hero.mksap18 .col-2-3 header.desktop #navigation ul.menu > li > a.small, header.desktop #navigation .field-item .product-hero.mksap18 .col-2-3 ul.menu > li > a.small, .field-item .product-hero.mksap18 .page_content section#main header.desktop #navigation ul.menu > li > a.small, header.desktop #navigation .field-item .product-hero.mksap18 .page_content section#main ul.menu > li > a.small, .page_content .field-item .product-hero.mksap18 section#main header.desktop #navigation ul.menu > li > a.small, header.desktop #navigation .page_content .field-item .product-hero.mksap18 section#main ul.menu > li > a.small {
        margin-left: 8em; } }
    @media (max-width: 780px) {
      .field-item .product-hero.mksap18 .col-2-3, .field-item .product-hero.mksap18 .page_content section#main, .page_content .field-item .product-hero.mksap18 section#main {
        padding-right: 0;
        width: 100%;
        text-align: center; }
        .field-item .product-hero.mksap18 .col-2-3 .img, .field-item .product-hero.mksap18 .page_content section#main .img, .page_content .field-item .product-hero.mksap18 section#main .img {
          margin: 0 auto; }
        .field-item .product-hero.mksap18 .col-2-3 a.extended_text.small, .field-item .product-hero.mksap18 .page_content section#main a.extended_text.small, .page_content .field-item .product-hero.mksap18 section#main a.extended_text.small, .field-item .product-hero.mksap18 .col-2-3 header.desktop #navigation ul.menu > li > a.small, header.desktop #navigation .field-item .product-hero.mksap18 .col-2-3 ul.menu > li > a.small, .field-item .product-hero.mksap18 .page_content section#main header.desktop #navigation ul.menu > li > a.small, header.desktop #navigation .field-item .product-hero.mksap18 .page_content section#main ul.menu > li > a.small, .page_content .field-item .product-hero.mksap18 section#main header.desktop #navigation ul.menu > li > a.small, header.desktop #navigation .page_content .field-item .product-hero.mksap18 section#main ul.menu > li > a.small {
          margin-left: 0;
          text-align: center; } }
  @media (max-width: 780px) {
    .field-item .product-hero.mksap18 {
      background-position: 52% center; } }

.field-item .ime {
  background: url("../images/background/hero_products_ime.jpg") center center no-repeat #D53801; }
  .field-item .ime img {
    -moz-box-shadow: #ffffff 0px 0px 0px;
    -webkit-box-shadow: #ffffff 0px 0px 0px;
    box-shadow: #ffffff 0px 0px 0px;
    margin: 2em 0 1em; }
  .field-item .ime .col-2-3 .thin, .field-item .ime .page_content section#main .thin, .page_content .field-item .ime section#main .thin, .field-item .ime .col-2-3 .node-type-homepage .hero .item .teaser h3, .node-type-homepage .hero .item .teaser .field-item .ime .col-2-3 h3, .field-item .ime .page_content section#main .node-type-homepage .hero .item .teaser h3, .node-type-homepage .hero .item .teaser .field-item .ime .page_content section#main h3, .page_content .field-item .ime section#main .node-type-homepage .hero .item .teaser h3, .node-type-homepage .hero .item .teaser .page_content .field-item .ime section#main h3, .field-item .ime .col-2-3 .node-type-homepage .hero .item .teaser .limit-search, .node-type-homepage .hero .item .teaser .field-item .ime .col-2-3 .limit-search, .field-item .ime .page_content section#main .node-type-homepage .hero .item .teaser .limit-search, .node-type-homepage .hero .item .teaser .field-item .ime .page_content section#main .limit-search, .page_content .field-item .ime section#main .node-type-homepage .hero .item .teaser .limit-search, .node-type-homepage .hero .item .teaser .page_content .field-item .ime section#main .limit-search, .field-item .ime .col-2-3 .node-type-custom .membership-join-acp h2, .node-type-custom .membership-join-acp .field-item .ime .col-2-3 h2, .field-item .ime .page_content section#main .node-type-custom .membership-join-acp h2, .node-type-custom .membership-join-acp .field-item .ime .page_content section#main h2, .page_content .field-item .ime section#main .node-type-custom .membership-join-acp h2, .node-type-custom .membership-join-acp .page_content .field-item .ime section#main h2, .field-item .ime .col-2-3 .view span.views-field-title, .view .field-item .ime .col-2-3 span.views-field-title, .field-item .ime .page_content section#main .view span.views-field-title, .view .field-item .ime .page_content section#main span.views-field-title, .page_content .field-item .ime section#main .view span.views-field-title, .view .page_content .field-item .ime section#main span.views-field-title {
    text-shadow: #ffffff 0px 0px 3px;
    color: #575a5d; }

.field-item .full-width.already, .field-item .node-type-chapter-top-level-page .already#landing_hero_area, .node-type-chapter-top-level-page .field-item .already#landing_hero_area, .field-item .already#landing_hero_2018, .field-item .node-type-homepage .already.hero_full, .node-type-homepage .field-item .already.hero_full {
  border-top: 1px solid #2A0E02;
  margin-bottom: 1em;
  margin-top: 0;
  padding-bottom: 0.05em;
  padding-top: 0;
  text-align: right; }

.mksap_icon_product {
  margin-left: -1.5em;
  margin-top: 0.15em;
  position: absolute; }

#section-orange .no-boxes > div {
  text-align: center;
  background-color: transparent;
  padding: 2em 1.5em; }
  @media (max-width: 630px) {
    #section-orange .no-boxes > div {
      padding: .25em 1.5em; } }
  #section-orange .no-boxes > div:first-of-type {
    padding-left: 0; }
  #section-orange .no-boxes > div p {
    color: #575A5D;
    font-size: inherit;
    line-height: inherit; }
  #section-orange .no-boxes > div.product_important {
    background-color: #e5e5e5;
    -moz-border-radius: 1em;
    -webkit-border-radius: 1em;
    border-radius: 1em; }
  #section-orange .no-boxes > div a.small {
    font-size: small; }

.pricing_container {
  background-color: #e5e5e5;
  border-radius: 1em;
  padding: 1em; }

.book-bkgd-text {
  background: url("../images/background/IM-Essentials-Questions-Cover-3d.jpg") no-repeat center -15px transparent; }

.book-bkgd-questions {
  background: url("../images/background/IM-Essentials-Text-Cover-3d.jpg") no-repeat center -15px transparent; }

.book-bkgd-online {
  background: url("../images/background/IM-Essentials-Online-Computer.jpg") no-repeat center -20px transparent; }

.mksap-print-bkgd {
  background: url("../images/background/mksap17_product_print.jpg") no-repeat center -15px transparent; }

.mksap-digital-bkgd {
  background: url("../images/background/mksap17_product_digital.jpg") no-repeat center -15px transparent; }

.mksap-complete-bkgd {
  background: url("../images/background/mksap17_product_complete.jpg") no-repeat center -20px transparent; }

.book-bkgd-text, .book-bkgd-questions, .book-bkgd-online,
.mksap-print-bkgd, .mksap-digital-bkgd, .mksap-complete-bkgd {
  padding-top: 130px !important;
  margin-top: 1em; }

#section-green .static-arrow strong {
  color: #007e66;
  font-weight: 600; }

table.release tbody tr, table.release-chapter tbody tr {
  background-color: white; }
  table.release tbody tr th, table.release-chapter tbody tr th {
    background-color: #702785;
    color: #ffffff;
    font-weight: 400; }
  table.release tbody tr.sub-headers, table.release-chapter tbody tr.sub-headers {
    background-color: #f5f5f5;
    color: #ffffff;
    text-transform: uppercase; }
    table.release tbody tr.sub-headers.shorter td, table.release-chapter tbody tr.sub-headers.shorter td {
      padding: .5em 0.25rem; }
    table.release tbody tr.sub-headers td, table.release-chapter tbody tr.sub-headers td {
      font-size: 0.75rem;
      line-height: 1.5;
      color: #8e908f;
      text-align: center;
      padding: 1em 0.25rem; }
      table.release tbody tr.sub-headers td.also-includes, table.release-chapter tbody tr.sub-headers td.also-includes {
        text-align: left;
        padding-left: 50px; }
  table.release tbody tr td.member, table.release-chapter tbody tr td.member {
    color: #702785;
    font-weight: 600; }
  table.release tbody tr td.sub-item, table.release-chapter tbody tr td.sub-item {
    font-size: 0.875rem;
    line-height: 1.5;
    padding-left: 50px;
    font-weight: 400; }
  table.release tbody tr td, table.release tbody tr th, table.release-chapter tbody tr td, table.release-chapter tbody tr th {
    text-align: center;
    padding: .5em .75em; }
  table.release tbody tr td:first-of-type, table.release-chapter tbody tr td:first-of-type {
    text-align: left; }
  table.release tbody tr td.name, table.release-chapter tbody tr td.name {
    font-weight: 300;
    font-size: 1rem;
    line-height: 1.25;
    text-align: left; }
    @media screen and (min-width: 780px) {
      table.release tbody tr td.name, table.release-chapter tbody tr td.name {
        font-size: 1.375rem;
        line-height: 1.25; } }
    @media screen and (min-width: 1280px) {
      table.release tbody tr td.name, table.release-chapter tbody tr td.name {
        font-size: 1.5rem;
        line-height: 1.25; } }
table.release tbody .icon-check, table.release tbody input[type="checkbox"]:checked + label:before, table.release-chapter tbody .icon-check, table.release-chapter tbody input[type="checkbox"]:checked + label:before {
  color: #2eb135; }
table.release tbody .icon-minus-circle, table.release-chapter tbody .icon-minus-circle {
  color: #dc291e; }

.key {
  background-color: #e5e5e5;
  border-radius: 5px;
  font-size: small;
  margin-top: 2em;
  padding: 0.25em 1.5em; }
  .key .icon-check, .key input[type="checkbox"]:checked + label:before {
    color: #2eb135; }
  .key .icon-minus-circle {
    color: #dc291e; }
  .key .icon-time {
    color: #0063be; }

@media (max-width: 480px) {
  table.release-chapter tbody tr.sub-headers td {
    transform: rotate(-90deg);
    height: 100px;
    padding: 0; }

  table.release {
    display: block; }
    table.release tbody, table.release th, table.release td, table.release tr {
      display: block;
      text-align: left; }
    table.release tbody {
      /*
      Label the data
      */ }
      table.release tbody th, table.release tbody tr.sub-headers {
        position: absolute;
        top: -9999px;
        left: -9999px; }
      table.release tbody tr {
        border: 1px solid #ccc; }
      table.release tbody tr td {
        padding: 0.5em 2em 0.5em 0.75em;
        text-align: right; }
      table.release tbody td {
        /* Behave  like a "row" */
        border: none;
        border-bottom: 1px solid #e5e5e5;
        position: relative;
        padding-left: 50%; }
      table.release tbody td:before {
        /* Now like a table header */
        position: absolute;
        /* Top/left values mimic padding */
        left: 2em;
        text-align: left;
        width: 45%;
        padding-right: 10px;
        white-space: nowrap; }
      table.release tbody tr td.sub-item {
        padding-left: 1em;
        font-size: 1rem;
        font-weight: 300;
        line-height: 1.25;
        background-color: #f5f5f5; }
      table.release tbody tr td.name {
        background-color: #702785;
        color: #ffffff; }
      table.release tbody td:nth-of-type(2):before {
        content: "Part A Release"; }
      table.release tbody td:nth-of-type(3):before {
        content: "Part B Release"; }
      table.release tbody td:nth-of-type(4):before {
        content: "Resident/Fellow Pricing"; }
      table.release tbody td:nth-of-type(5):before {
        content: "Member Pricing"; }
      table.release tbody td:nth-of-type(6):before {
        content: "Nonmember Pricing"; }
      table.release tbody tr.mobile-sub td:nth-of-type(2):before {
        content: "Full Release"; }
      table.release tbody tr.mobile-sub td:nth-of-type(3):before {
        content: "Complete Subscribers Only"; }
      table.release tbody tr.mobile-sub td:nth-of-type(4):before {
        content: "Print/Digital Subscribers"; } }
.stuck {
  background-color: #ffffff;
  right: 0;
  left: 0;
  position: fixed;
  z-index: 75;
  top: 122px;
  padding-top: 16px;
  -moz-box-shadow: #8e908f 0px 0px 1em;
  -webkit-box-shadow: #8e908f 0px 0px 1em;
  box-shadow: #8e908f 0px 0px 1em; }

.admin-menu .stuck {
  top: 149px; }

.stuck .jump-tabs {
  max-width: 1500px; }
  .stuck .jump-tabs img, .stuck .jump-tabs i, .stuck .jump-tabs .views-field-topic-icon span:before, .views-field-topic-icon .stuck .jump-tabs span:before,
  .stuck .jump-tabs .forum-list-icon span span:before,
  .forum-list-icon span .stuck .jump-tabs span:before, .stuck .jump-tabs .forum-topic-legend div:before, .forum-topic-legend .stuck .jump-tabs div:before,
  .stuck .jump-tabs .forum-list-icon-legend span span:before,
  .forum-list-icon-legend span .stuck .jump-tabs span:before, .stuck .jump-tabs tr.even td.forum-list-icon-default .forum-list-icon-wrapper span:before, tr.even td.forum-list-icon-default .forum-list-icon-wrapper .stuck .jump-tabs span:before, .stuck .jump-tabs tr.odd td.forum-list-icon-default .forum-list-icon-wrapper span:before, tr.odd td.forum-list-icon-default .forum-list-icon-wrapper .stuck .jump-tabs span:before, .stuck .jump-tabs .forum-list-icon-legend .forum-list-icon-default:before, .forum-list-icon-legend .stuck .jump-tabs .forum-list-icon-default:before, .stuck .jump-tabs tr.even td.forum-list-icon-new-posts .forum-list-icon-wrapper span:before, tr.even td.forum-list-icon-new-posts .forum-list-icon-wrapper .stuck .jump-tabs span:before, .stuck .jump-tabs tr.odd td.forum-list-icon-new-posts .forum-list-icon-wrapper span:before, tr.odd td.forum-list-icon-new-posts .forum-list-icon-wrapper .stuck .jump-tabs span:before, .stuck .jump-tabs .forum-list-icon-legend .forum-list-icon-new-posts:before, .forum-list-icon-legend .stuck .jump-tabs .forum-list-icon-new-posts:before {
    opacity: .15; }
  .stuck .jump-tabs h5, .stuck .jump-tabs .acc-sub-cat, .stuck .jump-tabs .search-header, .stuck .jump-tabs #landing_hero_2018 h2, #landing_hero_2018 .stuck .jump-tabs h2 {
    margin-top: -2.2em; }
  .stuck .jump-tabs p {
    height: 0;
    margin: 0;
    visibility: hidden; }

@media (max-width: 780px) {
  .stuck {
    top: -2px; }

  .stuck.no-sticky-extra-margin {
    margin-top: 0;
    -moz-transition-property: margin-top;
    -o-transition-property: margin-top;
    -webkit-transition-property: margin-top;
    transition-property: margin-top;
    -moz-transition-duration: 0.4s;
    -o-transition-duration: 0.4s;
    -webkit-transition-duration: 0.4s;
    transition-duration: 0.4s; }

  .stuck.sticky-extra-margin {
    margin-top: 59px;
    -moz-transition-property: margin-top;
    -o-transition-property: margin-top;
    -webkit-transition-property: margin-top;
    transition-property: margin-top;
    -moz-transition-duration: 0.7s;
    -o-transition-duration: 0.7s;
    -webkit-transition-duration: 0.7s;
    transition-duration: 0.7s; } }
@media (max-width: 480px) {
  .stuck .jump-tabs img, .stuck .jump-tabs i, .stuck .jump-tabs .views-field-topic-icon span:before, .views-field-topic-icon .stuck .jump-tabs span:before,
  .stuck .jump-tabs .forum-list-icon span span:before,
  .forum-list-icon span .stuck .jump-tabs span:before, .stuck .jump-tabs .forum-topic-legend div:before, .forum-topic-legend .stuck .jump-tabs div:before,
  .stuck .jump-tabs .forum-list-icon-legend span span:before,
  .forum-list-icon-legend span .stuck .jump-tabs span:before, .stuck .jump-tabs tr.even td.forum-list-icon-default .forum-list-icon-wrapper span:before, tr.even td.forum-list-icon-default .forum-list-icon-wrapper .stuck .jump-tabs span:before, .stuck .jump-tabs tr.odd td.forum-list-icon-default .forum-list-icon-wrapper span:before, tr.odd td.forum-list-icon-default .forum-list-icon-wrapper .stuck .jump-tabs span:before, .stuck .jump-tabs .forum-list-icon-legend .forum-list-icon-default:before, .forum-list-icon-legend .stuck .jump-tabs .forum-list-icon-default:before, .stuck .jump-tabs tr.even td.forum-list-icon-new-posts .forum-list-icon-wrapper span:before, tr.even td.forum-list-icon-new-posts .forum-list-icon-wrapper .stuck .jump-tabs span:before, .stuck .jump-tabs tr.odd td.forum-list-icon-new-posts .forum-list-icon-wrapper span:before, tr.odd td.forum-list-icon-new-posts .forum-list-icon-wrapper .stuck .jump-tabs span:before, .stuck .jump-tabs .forum-list-icon-legend .forum-list-icon-new-posts:before, .forum-list-icon-legend .stuck .jump-tabs .forum-list-icon-new-posts:before {
    opacity: 1; }
  .stuck .jump-tabs p {
    display: none; }

  .stuck {
    left: 0;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
    width: 100%; } }
table.mksapvs tbody {
  line-height: 1.4em;
  font-size: 0.8em; }
  table.mksapvs tbody tr {
    background-color: white; }
    table.mksapvs tbody tr th, table.mksapvs tbody tr td {
      text-align: center;
      padding: 0.5em, 0.75em; }
    table.mksapvs tbody tr th {
      background-color: #702785;
      color: #fff;
      font-weight: 400; }
    table.mksapvs tbody tr td:first-of-type {
      text-align: left;
      background-color: #e5e5e5; }

.dialog.extra-bottom-pad {
  padding-bottom: 2em; }

.mksap-star-rating div.col-1-2, .mksap-star-rating .split2 div.col1, .split2 .mksap-star-rating div.col1, .mksap-star-rating .split2 div.col2, .split2 .mksap-star-rating div.col2, .mksap-star-rating #myacp-header .login-panel div.my-interests, #myacp-header .login-panel .mksap-star-rating div.my-interests, .mksap-star-rating #myacp-header .myacp-panel div.my-interests, #myacp-header .myacp-panel .mksap-star-rating div.my-interests, .mksap-star-rating #myacp-header .login-panel div.my-account, #myacp-header .login-panel .mksap-star-rating div.my-account, .mksap-star-rating #myacp-header .myacp-panel div.my-account, #myacp-header .myacp-panel .mksap-star-rating div.my-account {
  margin-bottom: 0; }
.mksap-star-rating span.star-rating {
  margin-left: -1em; }
.mksap-star-rating p {
  color: #575A5D !important;
  padding-left: 1em; }
  .mksap-star-rating p a {
    font-size: 0.875rem;
    line-height: 1.5; }

table.ratings_table {
  font-size: 0.875rem;
  line-height: 1.5;
  margin-bottom: 1em; }
  table.ratings_table td {
    width: 50px;
    white-space: nowrap; }
    table.ratings_table td.star_bar {
      width: auto;
      padding-left: 0; }
      table.ratings_table td.star_bar div {
        width: 0%;
        -moz-transition-property: width;
        -o-transition-property: width;
        -webkit-transition-property: width;
        transition-property: width;
        -moz-transition-duration: 1s;
        -o-transition-duration: 1s;
        -webkit-transition-duration: 1s;
        transition-duration: 1s;
        -moz-transition-timing-function: ease;
        -o-transition-timing-function: ease;
        -webkit-transition-timing-function: ease;
        transition-timing-function: ease;
        background-color: #ffc82e;
        border-radius: 0 2px 2px 0; }

#overall-rating .left, #overall-rating #myacp-header .login-panel .my-account, #myacp-header .login-panel #overall-rating .my-account, #overall-rating #myacp-header .myacp-panel .my-account, #myacp-header .myacp-panel #overall-rating .my-account {
  height: 35px;
  line-height: 35px;
  float: left; }

.filter-container {
  background-color: #e5e5e5;
  padding: .5em 1em;
  margin-bottom: 2em; }
  .filter-container .filter-number {
    float: left;
    width: 30%;
    padding-top: .26em;
    font-size: 0.875rem;
    line-height: 1.5; }
  .filter-container .right {
    float: right;
    width: 70%; }
  .filter-container .filter-by, .filter-container .sort-by {
    float: right;
    width: 220px;
    text-align: right;
    padding-top: .26em;
    font-size: 0.875rem;
    line-height: 1.5; }
    .filter-container .filter-by label, .filter-container .sort-by label {
      float: right;
      font-weight: normal;
      margin: -0.1em 0 .25em .5em; }

#review-list {
  opacity: 0;
  margin: 1em 0;
  display: auto; }
  #review-list.fade-in {
    opacity: 1;
    -moz-transition-property: opacity;
    -o-transition-property: opacity;
    -webkit-transition-property: opacity;
    transition-property: opacity;
    -moz-transition-duration: 1s;
    -o-transition-duration: 1s;
    -webkit-transition-duration: 1s;
    transition-duration: 1s;
    -moz-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease; }
  #review-list .left, #review-list #myacp-header .login-panel .my-account, #myacp-header .login-panel #review-list .my-account, #review-list #myacp-header .myacp-panel .my-account, #myacp-header .myacp-panel #review-list .my-account {
    float: left;
    height: 20px;
    line-height: 20px; }
    #review-list .left p, #review-list #myacp-header .login-panel .my-account p, #myacp-header .login-panel #review-list .my-account p, #review-list #myacp-header .myacp-panel .my-account p, #myacp-header .myacp-panel #review-list .my-account p {
      height: 20px;
      line-height: 20px;
      margin: 0;
      padding: 0 0 0 0.5em;
      color: #8e908f;
      font-size: 0.875rem;
      line-height: 1.5; }
  #review-list p {
    float: left;
    width: 100%;
    margin-top: .25em;
    margin-bottom: 2em;
    font-size: 0.875rem;
    line-height: 1.5; }

ul#page-link-list {
  margin: 0;
  padding: 0; }
  ul#page-link-list li {
    display: inline;
    float: left;
    padding: 0 .5em; }
    ul#page-link-list li.active {
      background-color: #ffffff;
      border-radius: 3px; }

@-webkit-keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
@keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
.product-grid {
  border-top: 1px solid #efefef;
  padding-top: 2em; }
  .product-grid figure img {
    width: 90%; }
  .product-grid h3, .product-grid .limit-search {
    margin: 0; }
  .product-grid h5, .product-grid .acc-sub-cat, .product-grid .search-header, .product-grid #landing_hero_2018 h2, #landing_hero_2018 .product-grid h2 {
    margin-top: 0; }
  .product-grid p {
    margin: .25em 0; }
  .product-grid ul {
    margin-top: 0; }
    .product-grid ul li {
      margin-right: .75em;
      display: inline-block; }
      .product-grid ul li:last-of-type {
        margin-right: 0; }
      .product-grid ul li img {
        padding-right: 0;
        border-bottom: 5px solid #ffffff; }
        .product-grid ul li img:hover {
          cursor: pointer;
          border-bottom: 5px solid #2EB135; }
        .product-grid ul li img.chosen {
          border-bottom: 5px solid #2EB135; }
      .product-grid ul li a.button, .product-grid ul li #main .node-webform a.button_blue, #main .node-webform .product-grid ul li a.button_blue, .product-grid ul li #main .node-webform a.button_green, #main .node-webform .product-grid ul li a.button_green, .product-grid ul li #main .node-webform a.button_remove, #main .node-webform .product-grid ul li a.button_remove, .product-grid ul li .joyride-tip-guide .joyride-content-wrapper a.joyride-next-tip, .joyride-tip-guide .joyride-content-wrapper .product-grid ul li a.joyride-next-tip, .product-grid .page-forum ul.action-links li a.subscription, .page-forum .product-grid ul.action-links li a.subscription {
        display: none; }
        .product-grid ul li a.button.chosen, .product-grid ul li #main .node-webform a.chosen.button_blue, #main .node-webform .product-grid ul li a.chosen.button_blue, .product-grid ul li #main .node-webform a.chosen.button_green, #main .node-webform .product-grid ul li a.chosen.button_green, .product-grid ul li #main .node-webform a.chosen.button_remove, #main .node-webform .product-grid ul li a.chosen.button_remove, .product-grid ul li .joyride-tip-guide .joyride-content-wrapper a.chosen.joyride-next-tip, .joyride-tip-guide .joyride-content-wrapper .product-grid ul li a.chosen.joyride-next-tip, .product-grid .page-forum ul.action-links li a.chosen.subscription, .page-forum .product-grid ul.action-links li a.chosen.subscription {
          display: block;
          -webkit-animation: fadeIn 1s;
          animation: fadeIn 1s; }

/* Custom Grid */
.product-grouping {
  width: 38%;
  float: left; }

.product-details {
  width: 62%;
  float: left; }

@media (max-width: 630px) {
  .product-grouping, .product-details, .product-grid figure img {
    width: 100%; } }
ol#joyride-tips-content {
  display: none; }

.joyride-tip-guide {
  font-family: "Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
  font-weight: 300; }
  .joyride-tip-guide .joyride-content-wrapper {
    padding: 1em; }
    .joyride-tip-guide .joyride-content-wrapper h2 {
      font-size: 1rem;
      line-height: 1.25;
      margin-bottom: .5em; }
      @media screen and (min-width: 780px) {
        .joyride-tip-guide .joyride-content-wrapper h2 {
          font-size: 1.375rem;
          line-height: 1.25; } }
      @media screen and (min-width: 1280px) {
        .joyride-tip-guide .joyride-content-wrapper h2 {
          font-size: 1.5rem;
          line-height: 1.25; } }
    .joyride-tip-guide .joyride-content-wrapper img {
      max-width: 100%; }
    .joyride-tip-guide .joyride-content-wrapper ul li {
      font-size: 13px;
      padding: .25em 0; }
      .joyride-tip-guide .joyride-content-wrapper ul li i, .joyride-tip-guide .joyride-content-wrapper ul li .views-field-topic-icon span:before, .views-field-topic-icon .joyride-tip-guide .joyride-content-wrapper ul li span:before,
      .joyride-tip-guide .joyride-content-wrapper ul li .forum-list-icon span span:before,
      .forum-list-icon span .joyride-tip-guide .joyride-content-wrapper ul li span:before, .joyride-tip-guide .joyride-content-wrapper ul li .forum-topic-legend div:before, .forum-topic-legend .joyride-tip-guide .joyride-content-wrapper ul li div:before,
      .joyride-tip-guide .joyride-content-wrapper ul li .forum-list-icon-legend span span:before,
      .forum-list-icon-legend span .joyride-tip-guide .joyride-content-wrapper ul li span:before, .joyride-tip-guide .joyride-content-wrapper ul li tr.even td.forum-list-icon-default .forum-list-icon-wrapper span:before, tr.even td.forum-list-icon-default .forum-list-icon-wrapper .joyride-tip-guide .joyride-content-wrapper ul li span:before, .joyride-tip-guide .joyride-content-wrapper ul li tr.odd td.forum-list-icon-default .forum-list-icon-wrapper span:before, tr.odd td.forum-list-icon-default .forum-list-icon-wrapper .joyride-tip-guide .joyride-content-wrapper ul li span:before, .joyride-tip-guide .joyride-content-wrapper ul li .forum-list-icon-legend .forum-list-icon-default:before, .forum-list-icon-legend .joyride-tip-guide .joyride-content-wrapper ul li .forum-list-icon-default:before, .joyride-tip-guide .joyride-content-wrapper ul li tr.even td.forum-list-icon-new-posts .forum-list-icon-wrapper span:before, tr.even td.forum-list-icon-new-posts .forum-list-icon-wrapper .joyride-tip-guide .joyride-content-wrapper ul li span:before, .joyride-tip-guide .joyride-content-wrapper ul li tr.odd td.forum-list-icon-new-posts .forum-list-icon-wrapper span:before, tr.odd td.forum-list-icon-new-posts .forum-list-icon-wrapper .joyride-tip-guide .joyride-content-wrapper ul li span:before, .joyride-tip-guide .joyride-content-wrapper ul li .forum-list-icon-legend .forum-list-icon-new-posts:before, .forum-list-icon-legend .joyride-tip-guide .joyride-content-wrapper ul li .forum-list-icon-new-posts:before {
        padding-right: 0; }
      .joyride-tip-guide .joyride-content-wrapper ul li img {
        margin-top: -0.5em;
        padding-left: 0.25em; }
    .joyride-tip-guide .joyride-content-wrapper a.joyride-next-tip {
      box-shadow: 0;
      text-shadow: 0;
      color: #fff; }
      .joyride-tip-guide .joyride-content-wrapper a.joyride-next-tip:hover {
        border: 0 !important; }

.alert-count {
  display: inline-block;
  font-weight: 900;
  text-align: center;
  color: white;
  background-color: #0063be;
  border-radius: 50%;
  height: 1.75em;
  width: 1.75em;
  line-height: 1.75em;
  margin-left: 0.5em; }

#myacp-header {
  float: right; }
  #myacp-header .login, #myacp-header .myacp {
    cursor: pointer;
    font-size: 0.85em;
    margin: 1.5em 0.5em 1.5em 0; }
    #myacp-header .login i, #myacp-header .login .views-field-topic-icon span:before, .views-field-topic-icon #myacp-header .login span:before,
    #myacp-header .login .forum-list-icon span span:before,
    .forum-list-icon span #myacp-header .login span:before, #myacp-header .login .forum-topic-legend div:before, .forum-topic-legend #myacp-header .login div:before,
    #myacp-header .login .forum-list-icon-legend span span:before,
    .forum-list-icon-legend span #myacp-header .login span:before, #myacp-header .login tr.even td.forum-list-icon-default .forum-list-icon-wrapper span:before, tr.even td.forum-list-icon-default .forum-list-icon-wrapper #myacp-header .login span:before, #myacp-header .login tr.odd td.forum-list-icon-default .forum-list-icon-wrapper span:before, tr.odd td.forum-list-icon-default .forum-list-icon-wrapper #myacp-header .login span:before, #myacp-header .login .forum-list-icon-legend .forum-list-icon-default:before, .forum-list-icon-legend #myacp-header .login .forum-list-icon-default:before, #myacp-header .login tr.even td.forum-list-icon-new-posts .forum-list-icon-wrapper span:before, tr.even td.forum-list-icon-new-posts .forum-list-icon-wrapper #myacp-header .login span:before, #myacp-header .login tr.odd td.forum-list-icon-new-posts .forum-list-icon-wrapper span:before, tr.odd td.forum-list-icon-new-posts .forum-list-icon-wrapper #myacp-header .login span:before, #myacp-header .login .forum-list-icon-legend .forum-list-icon-new-posts:before, .forum-list-icon-legend #myacp-header .login .forum-list-icon-new-posts:before, #myacp-header .myacp i, #myacp-header .myacp .views-field-topic-icon span:before, .views-field-topic-icon #myacp-header .myacp span:before,
    #myacp-header .myacp .forum-list-icon span span:before,
    .forum-list-icon span #myacp-header .myacp span:before, #myacp-header .myacp .forum-topic-legend div:before, .forum-topic-legend #myacp-header .myacp div:before,
    #myacp-header .myacp .forum-list-icon-legend span span:before,
    .forum-list-icon-legend span #myacp-header .myacp span:before, #myacp-header .myacp tr.even td.forum-list-icon-default .forum-list-icon-wrapper span:before, tr.even td.forum-list-icon-default .forum-list-icon-wrapper #myacp-header .myacp span:before, #myacp-header .myacp tr.odd td.forum-list-icon-default .forum-list-icon-wrapper span:before, tr.odd td.forum-list-icon-default .forum-list-icon-wrapper #myacp-header .myacp span:before, #myacp-header .myacp .forum-list-icon-legend .forum-list-icon-default:before, .forum-list-icon-legend #myacp-header .myacp .forum-list-icon-default:before, #myacp-header .myacp tr.even td.forum-list-icon-new-posts .forum-list-icon-wrapper span:before, tr.even td.forum-list-icon-new-posts .forum-list-icon-wrapper #myacp-header .myacp span:before, #myacp-header .myacp tr.odd td.forum-list-icon-new-posts .forum-list-icon-wrapper span:before, tr.odd td.forum-list-icon-new-posts .forum-list-icon-wrapper #myacp-header .myacp span:before, #myacp-header .myacp .forum-list-icon-legend .forum-list-icon-new-posts:before, .forum-list-icon-legend #myacp-header .myacp .forum-list-icon-new-posts:before {
      padding-left: 0.5em; }
    #myacp-header .login .login-button, #myacp-header .login .myacp-button, #myacp-header .myacp .login-button, #myacp-header .myacp .myacp-button {
      z-index: 2; }
    @media (max-width: 960px) {
      #myacp-header .login .myacp-button i, #myacp-header .login .myacp-button .views-field-topic-icon span:before, .views-field-topic-icon #myacp-header .login .myacp-button span:before,
      #myacp-header .login .myacp-button .forum-list-icon span span:before,
      .forum-list-icon span #myacp-header .login .myacp-button span:before, #myacp-header .login .myacp-button .forum-topic-legend div:before, .forum-topic-legend #myacp-header .login .myacp-button div:before,
      #myacp-header .login .myacp-button .forum-list-icon-legend span span:before,
      .forum-list-icon-legend span #myacp-header .login .myacp-button span:before, #myacp-header .login .myacp-button tr.even td.forum-list-icon-default .forum-list-icon-wrapper span:before, tr.even td.forum-list-icon-default .forum-list-icon-wrapper #myacp-header .login .myacp-button span:before, #myacp-header .login .myacp-button tr.odd td.forum-list-icon-default .forum-list-icon-wrapper span:before, tr.odd td.forum-list-icon-default .forum-list-icon-wrapper #myacp-header .login .myacp-button span:before, #myacp-header .login .myacp-button .forum-list-icon-legend .forum-list-icon-default:before, .forum-list-icon-legend #myacp-header .login .myacp-button .forum-list-icon-default:before, #myacp-header .login .myacp-button tr.even td.forum-list-icon-new-posts .forum-list-icon-wrapper span:before, tr.even td.forum-list-icon-new-posts .forum-list-icon-wrapper #myacp-header .login .myacp-button span:before, #myacp-header .login .myacp-button tr.odd td.forum-list-icon-new-posts .forum-list-icon-wrapper span:before, tr.odd td.forum-list-icon-new-posts .forum-list-icon-wrapper #myacp-header .login .myacp-button span:before, #myacp-header .login .myacp-button .forum-list-icon-legend .forum-list-icon-new-posts:before, .forum-list-icon-legend #myacp-header .login .myacp-button .forum-list-icon-new-posts:before, #myacp-header .myacp .myacp-button i, #myacp-header .myacp .myacp-button .views-field-topic-icon span:before, .views-field-topic-icon #myacp-header .myacp .myacp-button span:before,
      #myacp-header .myacp .myacp-button .forum-list-icon span span:before,
      .forum-list-icon span #myacp-header .myacp .myacp-button span:before, #myacp-header .myacp .myacp-button .forum-topic-legend div:before, .forum-topic-legend #myacp-header .myacp .myacp-button div:before,
      #myacp-header .myacp .myacp-button .forum-list-icon-legend span span:before,
      .forum-list-icon-legend span #myacp-header .myacp .myacp-button span:before, #myacp-header .myacp .myacp-button tr.even td.forum-list-icon-default .forum-list-icon-wrapper span:before, tr.even td.forum-list-icon-default .forum-list-icon-wrapper #myacp-header .myacp .myacp-button span:before, #myacp-header .myacp .myacp-button tr.odd td.forum-list-icon-default .forum-list-icon-wrapper span:before, tr.odd td.forum-list-icon-default .forum-list-icon-wrapper #myacp-header .myacp .myacp-button span:before, #myacp-header .myacp .myacp-button .forum-list-icon-legend .forum-list-icon-default:before, .forum-list-icon-legend #myacp-header .myacp .myacp-button .forum-list-icon-default:before, #myacp-header .myacp .myacp-button tr.even td.forum-list-icon-new-posts .forum-list-icon-wrapper span:before, tr.even td.forum-list-icon-new-posts .forum-list-icon-wrapper #myacp-header .myacp .myacp-button span:before, #myacp-header .myacp .myacp-button tr.odd td.forum-list-icon-new-posts .forum-list-icon-wrapper span:before, tr.odd td.forum-list-icon-new-posts .forum-list-icon-wrapper #myacp-header .myacp .myacp-button span:before, #myacp-header .myacp .myacp-button .forum-list-icon-legend .forum-list-icon-new-posts:before, .forum-list-icon-legend #myacp-header .myacp .myacp-button .forum-list-icon-new-posts:before {
        display: none; } }
    #myacp-header .login .login-panel, #myacp-header .login .myacp-panel, #myacp-header .myacp .login-panel, #myacp-header .myacp .myacp-panel {
      -moz-box-shadow: 15px 15px 15px -15px rgba(0, 0, 0, 0.25), -15px 15px 15px -15px rgba(0, 0, 0, 0.25), 0px 0 0 0px rgba(0, 0, 0, 0.25), 0 0px 0px 0px rgba(0, 0, 0, 0.25);
      -webkit-box-shadow: 15px 15px 15px -15px rgba(0, 0, 0, 0.25), -15px 15px 15px -15px rgba(0, 0, 0, 0.25), 0px 0 0 0px rgba(0, 0, 0, 0.25), 0 0px 0px 0px rgba(0, 0, 0, 0.25);
      box-shadow: 15px 15px 15px -15px rgba(0, 0, 0, 0.25), -15px 15px 15px -15px rgba(0, 0, 0, 0.25), 0px 0 0 0px rgba(0, 0, 0, 0.25), 0 0px 0px 0px rgba(0, 0, 0, 0.25);
      opacity: 0;
      visibility: hidden;
      background-color: #ffffff;
      border-top: 5px solid #007e66;
      border: 1px solid #007e66;
      color: #575A5D;
      cursor: auto;
      margin-top: 0.5em;
      max-width: 100%;
      padding: 0;
      position: fixed;
      z-index: 10; }
    #myacp-header .login .login-panel, #myacp-header .myacp .login-panel {
      margin-left: -218px;
      padding: 1em;
      width: 250px; }
      #myacp-header .login .login-panel input[type="submit"], #myacp-header .login .login-panel input[type="text"], #myacp-header .login .login-panel input[type="password"], #myacp-header .myacp .login-panel input[type="submit"], #myacp-header .myacp .login-panel input[type="text"], #myacp-header .myacp .login-panel input[type="password"] {
        width: 80%; }
    #myacp-header .login .myacp-panel, #myacp-header .myacp .myacp-panel {
      width: 650px;
      margin-left: -495px; }
      #myacp-header .login .myacp-panel .myacp-icon-block, #myacp-header .myacp .myacp-panel .myacp-icon-block {
        padding: 1em; }
    #myacp-header .login:hover .login-button, #myacp-header .login:hover .myacp-button, #myacp-header .login.hover-active .login-button, #myacp-header .login.hover-active .myacp-button, #myacp-header .myacp:hover .login-button, #myacp-header .myacp:hover .myacp-button, #myacp-header .myacp.hover-active .login-button, #myacp-header .myacp.hover-active .myacp-button {
      -moz-border-radius-topleft: 17px;
      -webkit-border-top-left-radius: 17px;
      border-top-left-radius: 17px;
      -moz-border-radius-topright: 17px;
      -webkit-border-top-right-radius: 17px;
      border-top-right-radius: 17px;
      -moz-border-radius-bottomleft: 0;
      -webkit-border-bottom-left-radius: 0;
      border-bottom-left-radius: 0;
      -moz-border-radius-bottomright: 0;
      -webkit-border-bottom-right-radius: 0;
      border-bottom-right-radius: 0;
      background-color: #007e66;
      -moz-transition-property: all;
      -o-transition-property: all;
      -webkit-transition-property: all;
      transition-property: all;
      -moz-transition-delay: 0.3s;
      -o-transition-delay: 0.3s;
      -webkit-transition-delay: 0.3s;
      transition-delay: 0.3s; }
    #myacp-header .login:hover .login-panel, #myacp-header .login:hover .myacp-panel, #myacp-header .login.hover-active .login-panel, #myacp-header .login.hover-active .myacp-panel, #myacp-header .myacp:hover .login-panel, #myacp-header .myacp:hover .myacp-panel, #myacp-header .myacp.hover-active .login-panel, #myacp-header .myacp.hover-active .myacp-panel {
      opacity: 1;
      visibility: visible;
      -moz-transition: all 0.2s linear 0.3s;
      -o-transition: all 0.2s linear 0.3s;
      -webkit-transition: all 0.2s linear;
      -webkit-transition-delay: 0.3s;
      transition: all 0.2s linear 0.3s; }
    #myacp-header .login .login-panel:hover, #myacp-header .login .myacp-panel:hover, #myacp-header .login .myacp-panel-icon-grid:hover, #myacp-header .login .myacp-panel-icon-grid.hover-active, #myacp-header .myacp .login-panel:hover, #myacp-header .myacp .myacp-panel:hover, #myacp-header .myacp .myacp-panel-icon-grid:hover, #myacp-header .myacp .myacp-panel-icon-grid.hover-active {
      opacity: 1;
      visibility: visible; }
  #myacp-header .login-panel a[target="_blank"]::after, #myacp-header .myacp-panel a[target="_blank"]::after {
    content: ""; }
  #myacp-header .login-panel h5, #myacp-header .login-panel .acc-sub-cat, #myacp-header .login-panel .search-header, #myacp-header .login-panel #landing_hero_2018 h2, #landing_hero_2018 #myacp-header .login-panel h2, #myacp-header .myacp-panel h5, #myacp-header .myacp-panel .acc-sub-cat, #myacp-header .myacp-panel .search-header, #myacp-header .myacp-panel #landing_hero_2018 h2, #landing_hero_2018 #myacp-header .myacp-panel h2 {
    border-bottom: 1px solid #e5e5e5;
    clear: both;
    font-size: 1.1em;
    letter-spacing: 0;
    margin-top: 5px;
    margin-bottom: 5px;
    text-transform: none; }
  #myacp-header .login-panel i, #myacp-header .login-panel .views-field-topic-icon span:before, .views-field-topic-icon #myacp-header .login-panel span:before,
  #myacp-header .login-panel .forum-list-icon span span:before,
  .forum-list-icon span #myacp-header .login-panel span:before, #myacp-header .login-panel .forum-topic-legend div:before, .forum-topic-legend #myacp-header .login-panel div:before,
  #myacp-header .login-panel .forum-list-icon-legend span span:before,
  .forum-list-icon-legend span #myacp-header .login-panel span:before, #myacp-header .login-panel tr.even td.forum-list-icon-default .forum-list-icon-wrapper span:before, tr.even td.forum-list-icon-default .forum-list-icon-wrapper #myacp-header .login-panel span:before, #myacp-header .login-panel tr.odd td.forum-list-icon-default .forum-list-icon-wrapper span:before, tr.odd td.forum-list-icon-default .forum-list-icon-wrapper #myacp-header .login-panel span:before, #myacp-header .login-panel .forum-list-icon-legend .forum-list-icon-default:before, .forum-list-icon-legend #myacp-header .login-panel .forum-list-icon-default:before, #myacp-header .login-panel tr.even td.forum-list-icon-new-posts .forum-list-icon-wrapper span:before, tr.even td.forum-list-icon-new-posts .forum-list-icon-wrapper #myacp-header .login-panel span:before, #myacp-header .login-panel tr.odd td.forum-list-icon-new-posts .forum-list-icon-wrapper span:before, tr.odd td.forum-list-icon-new-posts .forum-list-icon-wrapper #myacp-header .login-panel span:before, #myacp-header .login-panel .forum-list-icon-legend .forum-list-icon-new-posts:before, .forum-list-icon-legend #myacp-header .login-panel .forum-list-icon-new-posts:before, #myacp-header .myacp-panel i, #myacp-header .myacp-panel .views-field-topic-icon span:before, .views-field-topic-icon #myacp-header .myacp-panel span:before,
  #myacp-header .myacp-panel .forum-list-icon span span:before,
  .forum-list-icon span #myacp-header .myacp-panel span:before, #myacp-header .myacp-panel .forum-topic-legend div:before, .forum-topic-legend #myacp-header .myacp-panel div:before,
  #myacp-header .myacp-panel .forum-list-icon-legend span span:before,
  .forum-list-icon-legend span #myacp-header .myacp-panel span:before, #myacp-header .myacp-panel tr.even td.forum-list-icon-default .forum-list-icon-wrapper span:before, tr.even td.forum-list-icon-default .forum-list-icon-wrapper #myacp-header .myacp-panel span:before, #myacp-header .myacp-panel tr.odd td.forum-list-icon-default .forum-list-icon-wrapper span:before, tr.odd td.forum-list-icon-default .forum-list-icon-wrapper #myacp-header .myacp-panel span:before, #myacp-header .myacp-panel .forum-list-icon-legend .forum-list-icon-default:before, .forum-list-icon-legend #myacp-header .myacp-panel .forum-list-icon-default:before, #myacp-header .myacp-panel tr.even td.forum-list-icon-new-posts .forum-list-icon-wrapper span:before, tr.even td.forum-list-icon-new-posts .forum-list-icon-wrapper #myacp-header .myacp-panel span:before, #myacp-header .myacp-panel tr.odd td.forum-list-icon-new-posts .forum-list-icon-wrapper span:before, tr.odd td.forum-list-icon-new-posts .forum-list-icon-wrapper #myacp-header .myacp-panel span:before, #myacp-header .myacp-panel .forum-list-icon-legend .forum-list-icon-new-posts:before, .forum-list-icon-legend #myacp-header .myacp-panel .forum-list-icon-new-posts:before {
    padding-right: 10px; }
  #myacp-header .login-panel ul, #myacp-header .myacp-panel ul {
    display: block;
    clear: both;
    margin-top: 0; }
    #myacp-header .login-panel ul li, #myacp-header .myacp-panel ul li {
      display: block;
      border: none;
      font-size: 1.1em;
      letter-spacing: 0;
      text-transform: none; }
  #myacp-header .login-panel .acp-sign-out, #myacp-header .myacp-panel .acp-sign-out {
    float: right; }
    #myacp-header .login-panel .acp-sign-out i, #myacp-header .login-panel .acp-sign-out .views-field-topic-icon span:before, .views-field-topic-icon #myacp-header .login-panel .acp-sign-out span:before,
    #myacp-header .login-panel .acp-sign-out .forum-list-icon span span:before,
    .forum-list-icon span #myacp-header .login-panel .acp-sign-out span:before, #myacp-header .login-panel .acp-sign-out .forum-topic-legend div:before, .forum-topic-legend #myacp-header .login-panel .acp-sign-out div:before,
    #myacp-header .login-panel .acp-sign-out .forum-list-icon-legend span span:before,
    .forum-list-icon-legend span #myacp-header .login-panel .acp-sign-out span:before, #myacp-header .login-panel .acp-sign-out tr.even td.forum-list-icon-default .forum-list-icon-wrapper span:before, tr.even td.forum-list-icon-default .forum-list-icon-wrapper #myacp-header .login-panel .acp-sign-out span:before, #myacp-header .login-panel .acp-sign-out tr.odd td.forum-list-icon-default .forum-list-icon-wrapper span:before, tr.odd td.forum-list-icon-default .forum-list-icon-wrapper #myacp-header .login-panel .acp-sign-out span:before, #myacp-header .login-panel .acp-sign-out .forum-list-icon-legend .forum-list-icon-default:before, .forum-list-icon-legend #myacp-header .login-panel .acp-sign-out .forum-list-icon-default:before, #myacp-header .login-panel .acp-sign-out tr.even td.forum-list-icon-new-posts .forum-list-icon-wrapper span:before, tr.even td.forum-list-icon-new-posts .forum-list-icon-wrapper #myacp-header .login-panel .acp-sign-out span:before, #myacp-header .login-panel .acp-sign-out tr.odd td.forum-list-icon-new-posts .forum-list-icon-wrapper span:before, tr.odd td.forum-list-icon-new-posts .forum-list-icon-wrapper #myacp-header .login-panel .acp-sign-out span:before, #myacp-header .login-panel .acp-sign-out .forum-list-icon-legend .forum-list-icon-new-posts:before, .forum-list-icon-legend #myacp-header .login-panel .acp-sign-out .forum-list-icon-new-posts:before, #myacp-header .myacp-panel .acp-sign-out i, #myacp-header .myacp-panel .acp-sign-out .views-field-topic-icon span:before, .views-field-topic-icon #myacp-header .myacp-panel .acp-sign-out span:before,
    #myacp-header .myacp-panel .acp-sign-out .forum-list-icon span span:before,
    .forum-list-icon span #myacp-header .myacp-panel .acp-sign-out span:before, #myacp-header .myacp-panel .acp-sign-out .forum-topic-legend div:before, .forum-topic-legend #myacp-header .myacp-panel .acp-sign-out div:before,
    #myacp-header .myacp-panel .acp-sign-out .forum-list-icon-legend span span:before,
    .forum-list-icon-legend span #myacp-header .myacp-panel .acp-sign-out span:before, #myacp-header .myacp-panel .acp-sign-out tr.even td.forum-list-icon-default .forum-list-icon-wrapper span:before, tr.even td.forum-list-icon-default .forum-list-icon-wrapper #myacp-header .myacp-panel .acp-sign-out span:before, #myacp-header .myacp-panel .acp-sign-out tr.odd td.forum-list-icon-default .forum-list-icon-wrapper span:before, tr.odd td.forum-list-icon-default .forum-list-icon-wrapper #myacp-header .myacp-panel .acp-sign-out span:before, #myacp-header .myacp-panel .acp-sign-out .forum-list-icon-legend .forum-list-icon-default:before, .forum-list-icon-legend #myacp-header .myacp-panel .acp-sign-out .forum-list-icon-default:before, #myacp-header .myacp-panel .acp-sign-out tr.even td.forum-list-icon-new-posts .forum-list-icon-wrapper span:before, tr.even td.forum-list-icon-new-posts .forum-list-icon-wrapper #myacp-header .myacp-panel .acp-sign-out span:before, #myacp-header .myacp-panel .acp-sign-out tr.odd td.forum-list-icon-new-posts .forum-list-icon-wrapper span:before, tr.odd td.forum-list-icon-new-posts .forum-list-icon-wrapper #myacp-header .myacp-panel .acp-sign-out span:before, #myacp-header .myacp-panel .acp-sign-out .forum-list-icon-legend .forum-list-icon-new-posts:before, .forum-list-icon-legend #myacp-header .myacp-panel .acp-sign-out .forum-list-icon-new-posts:before {
      padding-left: 0; }
  #myacp-header .login-panel .my-interests, #myacp-header .myacp-panel .my-interests {
    line-height: 1.7em; }
  #myacp-header .login-panel .my-account a.button, #myacp-header .login-panel .my-account #main .node-webform a.button_blue, #main .node-webform #myacp-header .login-panel .my-account a.button_blue, #myacp-header .login-panel .my-account #main .node-webform a.button_green, #main .node-webform #myacp-header .login-panel .my-account a.button_green, #myacp-header .login-panel .my-account #main .node-webform a.button_remove, #main .node-webform #myacp-header .login-panel .my-account a.button_remove, #myacp-header .login-panel .my-account .joyride-tip-guide .joyride-content-wrapper a.joyride-next-tip, .joyride-tip-guide .joyride-content-wrapper #myacp-header .login-panel .my-account a.joyride-next-tip, #myacp-header .login-panel .my-account .page-forum ul.action-links li a.subscription, .page-forum ul.action-links li #myacp-header .login-panel .my-account a.subscription, #myacp-header .myacp-panel .my-account a.button, #myacp-header .myacp-panel .my-account #main .node-webform a.button_blue, #main .node-webform #myacp-header .myacp-panel .my-account a.button_blue, #myacp-header .myacp-panel .my-account #main .node-webform a.button_green, #main .node-webform #myacp-header .myacp-panel .my-account a.button_green, #myacp-header .myacp-panel .my-account #main .node-webform a.button_remove, #main .node-webform #myacp-header .myacp-panel .my-account a.button_remove, #myacp-header .myacp-panel .my-account .joyride-tip-guide .joyride-content-wrapper a.joyride-next-tip, .joyride-tip-guide .joyride-content-wrapper #myacp-header .myacp-panel .my-account a.joyride-next-tip, #myacp-header .myacp-panel .my-account .page-forum ul.action-links li a.subscription, .page-forum ul.action-links li #myacp-header .myacp-panel .my-account a.subscription {
    clear: both;
    float: left; }

.mobile_login, .mobile_myacp, .mobile_signout {
  display: none; }

@media (max-width: 780px) {
  .login {
    display: none; }

  .myacp-button {
    display: none; }

  .mobile_login a.button.faded-green, .mobile_login #main .node-webform a.faded-green.button_blue, #main .node-webform .mobile_login a.faded-green.button_blue, .mobile_login #main .node-webform a.faded-green.button_green, #main .node-webform .mobile_login a.faded-green.button_green, .mobile_login #main .node-webform a.faded-green.button_remove, #main .node-webform .mobile_login a.faded-green.button_remove, .mobile_login .joyride-tip-guide .joyride-content-wrapper a.faded-green.joyride-next-tip, .joyride-tip-guide .joyride-content-wrapper .mobile_login a.faded-green.joyride-next-tip, .mobile_login .page-forum ul.action-links li a.faded-green.subscription, .page-forum ul.action-links li .mobile_login a.faded-green.subscription, .mobile_myacp a.button.faded-green, .mobile_myacp #main .node-webform a.faded-green.button_blue, #main .node-webform .mobile_myacp a.faded-green.button_blue, .mobile_myacp #main .node-webform a.faded-green.button_green, #main .node-webform .mobile_myacp a.faded-green.button_green, .mobile_myacp #main .node-webform a.faded-green.button_remove, #main .node-webform .mobile_myacp a.faded-green.button_remove, .mobile_myacp .joyride-tip-guide .joyride-content-wrapper a.faded-green.joyride-next-tip, .joyride-tip-guide .joyride-content-wrapper .mobile_myacp a.faded-green.joyride-next-tip, .mobile_myacp .page-forum ul.action-links li a.faded-green.subscription, .page-forum ul.action-links li .mobile_myacp a.faded-green.subscription, .mobile_signout a.button.faded-green, .mobile_signout #main .node-webform a.faded-green.button_blue, #main .node-webform .mobile_signout a.faded-green.button_blue, .mobile_signout #main .node-webform a.faded-green.button_green, #main .node-webform .mobile_signout a.faded-green.button_green, .mobile_signout #main .node-webform a.faded-green.button_remove, #main .node-webform .mobile_signout a.faded-green.button_remove, .mobile_signout .joyride-tip-guide .joyride-content-wrapper a.faded-green.joyride-next-tip, .joyride-tip-guide .joyride-content-wrapper .mobile_signout a.faded-green.joyride-next-tip, .mobile_signout .page-forum ul.action-links li a.faded-green.subscription, .page-forum ul.action-links li .mobile_signout a.faded-green.subscription {
    float: left;
    margin-left: 5% !important;
    text-align: center;
    width: 95%; }

  .logged-in .mobile_login {
    display: none !important; }
  .logged-in .mobile_myacp, .logged-in .mobile_signout {
    display: block !important; }

  .not-logged-in .mobile_login {
    display: block !important; }
  .not-logged-in .mobile_myacp, .not-logged-in .mobile_signout {
    display: none !important; } }
#myacp-panel {
  box-sizing: border-box; }

.myacp-panel-launchpad {
  padding-right: 1.5em !important; }

.myacp-panel-icon-grid {
  height: 275px !important;
  margin: 1.5em 0 0 0 !important;
  overflow-y: auto; }
  .myacp-panel-icon-grid::-webkit-scrollbar {
    width: 1em; }
  .myacp-panel-icon-grid::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3); }
  .myacp-panel-icon-grid::-webkit-scrollbar-thumb {
    background-color: darkgrey;
    outline: 1px solid slategrey; }

.myacp-panel-account {
  padding: 1em !important; }
  .myacp-panel-account ul {
    width: 100%; }
    .myacp-panel-account ul li a {
      margin-top: 1em;
      width: auto; }
      .myacp-panel-account ul li a i, .myacp-panel-account ul li a .views-field-topic-icon span:before, .views-field-topic-icon .myacp-panel-account ul li a span:before,
      .myacp-panel-account ul li a .forum-list-icon span span:before,
      .forum-list-icon span .myacp-panel-account ul li a span:before, .myacp-panel-account ul li a .forum-topic-legend div:before, .forum-topic-legend .myacp-panel-account ul li a div:before,
      .myacp-panel-account ul li a .forum-list-icon-legend span span:before,
      .forum-list-icon-legend span .myacp-panel-account ul li a span:before, .myacp-panel-account ul li a tr.even td.forum-list-icon-default .forum-list-icon-wrapper span:before, tr.even td.forum-list-icon-default .forum-list-icon-wrapper .myacp-panel-account ul li a span:before, .myacp-panel-account ul li a tr.odd td.forum-list-icon-default .forum-list-icon-wrapper span:before, tr.odd td.forum-list-icon-default .forum-list-icon-wrapper .myacp-panel-account ul li a span:before, .myacp-panel-account ul li a .forum-list-icon-legend .forum-list-icon-default:before, .forum-list-icon-legend .myacp-panel-account ul li a .forum-list-icon-default:before, .myacp-panel-account ul li a tr.even td.forum-list-icon-new-posts .forum-list-icon-wrapper span:before, tr.even td.forum-list-icon-new-posts .forum-list-icon-wrapper .myacp-panel-account ul li a span:before, .myacp-panel-account ul li a tr.odd td.forum-list-icon-new-posts .forum-list-icon-wrapper span:before, tr.odd td.forum-list-icon-new-posts .forum-list-icon-wrapper .myacp-panel-account ul li a span:before, .myacp-panel-account ul li a .forum-list-icon-legend .forum-list-icon-new-posts:before, .forum-list-icon-legend .myacp-panel-account ul li a .forum-list-icon-new-posts:before {
        margin-right: 0.5em;
        padding-right: 0 !important; }

.myacp-panel-user-info {
  margin-bottom: 2em; }
  .myacp-panel-user-info h4 {
    font-weight: normal;
    margin: 0.25em 0 !important; }
  .myacp-panel-user-info span.badge, .myacp-panel-user-info .view-display-id-block_1 span.date-display-range, .view-display-id-block_1 .myacp-panel-user-info span.date-display-range,
  .myacp-panel-user-info .view-display-id-block_1 span.date-display-single,
  .view-display-id-block_1 .myacp-panel-user-info span.date-display-single, .myacp-panel-user-info .view-news-releases div.views-field-created > span, .view-news-releases .myacp-panel-user-info div.views-field-created > span, .myacp-panel-user-info .view-news-releases-content- div.views-field-created > span, .view-news-releases-content- .myacp-panel-user-info div.views-field-created > span, .myacp-panel-user-info .page-more-acp-news .view-acp-latest .views-field-created span.field-content, .page-more-acp-news .view-acp-latest .views-field-created .myacp-panel-user-info span.field-content, .myacp-panel-user-info .view span.views-field-field-meeting-date span.date-display-range, .view span.views-field-field-meeting-date .myacp-panel-user-info span.date-display-range,
  .myacp-panel-user-info .view span.views-field-field-meeting-date span.date-display-single,
  .view span.views-field-field-meeting-date .myacp-panel-user-info span.date-display-single, .myacp-panel-user-info .username > span,
  .myacp-panel-user-info span.marker {
    background-color: #000;
    font-weight: 700; }

.captioned-icon {
  height: 6.5em;
  padding: 0 0.75em; }
  .captioned-icon.col-1-3:last-of-type, .split3 ul.captioned-icon:last-of-type, .split3 .captioned-icon.col1:last-of-type, .split3 .captioned-icon.col2:last-of-type, .split3 .captioned-icon.col3:last-of-type {
    padding: inherit !important; }
  .captioned-icon a {
    display: block;
    text-align: center; }
  .captioned-icon img {
    height: 50px;
    width: 50px; }
  .captioned-icon span {
    display: block;
    color: #000;
    font-size: 9px;
    font-weight: 700;
    min-height: 2em;
    line-height: 1.0 !important;
    text-align: center;
    width: 100%; }
  .captioned-icon .blank-icon {
    background-color: #e5e5e5;
    border-radius: 5px;
    height: 50px;
    padding: 13px;
    width: 50px;
    margin: 0 auto; }
    .captioned-icon .blank-icon i, .captioned-icon .blank-icon .views-field-topic-icon span:before, .views-field-topic-icon .captioned-icon .blank-icon span:before,
    .captioned-icon .blank-icon .forum-list-icon span span:before,
    .forum-list-icon span .captioned-icon .blank-icon span:before, .captioned-icon .blank-icon .forum-topic-legend div:before, .forum-topic-legend .captioned-icon .blank-icon div:before,
    .captioned-icon .blank-icon .forum-list-icon-legend span span:before,
    .forum-list-icon-legend span .captioned-icon .blank-icon span:before, .captioned-icon .blank-icon tr.even td.forum-list-icon-default .forum-list-icon-wrapper span:before, tr.even td.forum-list-icon-default .forum-list-icon-wrapper .captioned-icon .blank-icon span:before, .captioned-icon .blank-icon tr.odd td.forum-list-icon-default .forum-list-icon-wrapper span:before, tr.odd td.forum-list-icon-default .forum-list-icon-wrapper .captioned-icon .blank-icon span:before, .captioned-icon .blank-icon .forum-list-icon-legend .forum-list-icon-default:before, .forum-list-icon-legend .captioned-icon .blank-icon .forum-list-icon-default:before, .captioned-icon .blank-icon tr.even td.forum-list-icon-new-posts .forum-list-icon-wrapper span:before, tr.even td.forum-list-icon-new-posts .forum-list-icon-wrapper .captioned-icon .blank-icon span:before, .captioned-icon .blank-icon tr.odd td.forum-list-icon-new-posts .forum-list-icon-wrapper span:before, tr.odd td.forum-list-icon-new-posts .forum-list-icon-wrapper .captioned-icon .blank-icon span:before, .captioned-icon .blank-icon .forum-list-icon-legend .forum-list-icon-new-posts:before, .forum-list-icon-legend .captioned-icon .blank-icon .forum-list-icon-new-posts:before {
      color: #fff; }

.myacp-panel-footer {
  background-color: #e5e5e5;
  margin-bottom: 0;
  padding: 2em 0;
  text-align: center; }
  .myacp-panel-footer a {
    font-size: 1rem;
    font-weight: 700; }
    .myacp-panel-footer a.button, .myacp-panel-footer #main .node-webform a.button_blue, #main .node-webform .myacp-panel-footer a.button_blue, .myacp-panel-footer #main .node-webform a.button_green, #main .node-webform .myacp-panel-footer a.button_green, .myacp-panel-footer #main .node-webform a.button_remove, #main .node-webform .myacp-panel-footer a.button_remove, .myacp-panel-footer .joyride-tip-guide .joyride-content-wrapper a.joyride-next-tip, .joyride-tip-guide .joyride-content-wrapper .myacp-panel-footer a.joyride-next-tip, .myacp-panel-footer .page-forum ul.action-links li a.subscription, .page-forum ul.action-links li .myacp-panel-footer a.subscription {
      width: 15em; }
  .myacp-panel-footer .myacp-visit-page {
    display: inline-block;
    margin-right: 1em; }

.myacp-panel-promo {
  font-size: 0.9rem;
  line-height: 1.6;
  text-align: center;
  background-color: #007e66;
  color: white;
  padding: 0.25em 1.25em; }
  @media screen and (min-width: 780px) {
    .myacp-panel-promo {
      font-size: 1rem;
      line-height: 1.675; } }
  @media screen and (min-width: 1280px) {
    .myacp-panel-promo {
      font-size: 1.1rem;
      line-height: 1.775; } }
  .myacp-panel-promo .button-inverse, .myacp-panel-promo .page-forum ul.action-links li a.subscription, .page-forum ul.action-links li .myacp-panel-promo a.subscription {
    padding: .25em 1.5em; }

.login-panel .myacp-panel-promo {
  border-radius: 5px; }

body.page-user #page-title {
  display: none; }

.page-myacp .page_content, .page-myacp #main {
  margin-bottom: 0 !important; }

.myacp-join .grid, .myacp-join #tabs.vertical > div, .myacp-join .ui-accordion-content, .myacp-join .view .ui-accordion .ui-accordion-content, .view .ui-accordion .myacp-join .ui-accordion-content, .myacp-join .split3, .myacp-join .split2, .myacp-join .page_content, .myacp-join .field-item, .myacp-join .node-type-chapter-top-level-page #landing_hero_area, .node-type-chapter-top-level-page .myacp-join #landing_hero_area, .myacp-join #landing_hero_2018, .myacp-join #overall-rating, .myacp-join .filter-container, .myacp-join #review-list {
  background: url("/sites/all/modules/acp/myacp/img/physicians.png") no-repeat bottom right; }

.myacp-page-promo .grid.image, .myacp-page-promo #tabs.vertical > div.image, .myacp-page-promo .image.ui-accordion-content, .myacp-page-promo .image.split3, .myacp-page-promo .image.split2, .myacp-page-promo .image.page_content, .myacp-page-promo .image.field-item, .myacp-page-promo .node-type-chapter-top-level-page .image#landing_hero_area, .node-type-chapter-top-level-page .myacp-page-promo .image#landing_hero_area, .myacp-page-promo .image#landing_hero_2018, .myacp-page-promo .image#overall-rating, .myacp-page-promo .image.filter-container, .myacp-page-promo .image#review-list {
  background: url("/sites/all/themes/acp_scratch/images/tour/promo_myacp_pg.png") no-repeat bottom right; }

.myacp-join {
  padding-top: 0 !important;
  padding-bottom: 0 !important; }
  .myacp-join .col-3-4, .myacp-join .node-type-chapter-top-level-page #landing_hero_area .container .region-hero, .node-type-chapter-top-level-page #landing_hero_area .container .myacp-join .region-hero {
    margin-bottom: 0; }
    .myacp-join .col-3-4 p, .myacp-join .node-type-chapter-top-level-page #landing_hero_area .container .region-hero p, .node-type-chapter-top-level-page #landing_hero_area .container .myacp-join .region-hero p {
      text-align: center; }
      .myacp-join .col-3-4 p a.button, .myacp-join .node-type-chapter-top-level-page #landing_hero_area .container .region-hero p a.button, .node-type-chapter-top-level-page #landing_hero_area .container .myacp-join .region-hero p a.button, .myacp-join .col-3-4 p #main .node-webform a.button_blue, #main .node-webform .myacp-join .col-3-4 p a.button_blue, .myacp-join .node-type-chapter-top-level-page #landing_hero_area .container .region-hero p #main .node-webform a.button_blue, #main .node-webform .myacp-join .node-type-chapter-top-level-page #landing_hero_area .container .region-hero p a.button_blue, .node-type-chapter-top-level-page #landing_hero_area .container .myacp-join .region-hero p #main .node-webform a.button_blue, #main .node-webform .node-type-chapter-top-level-page #landing_hero_area .container .myacp-join .region-hero p a.button_blue, .myacp-join .col-3-4 p #main .node-webform a.button_green, #main .node-webform .myacp-join .col-3-4 p a.button_green, .myacp-join .node-type-chapter-top-level-page #landing_hero_area .container .region-hero p #main .node-webform a.button_green, #main .node-webform .myacp-join .node-type-chapter-top-level-page #landing_hero_area .container .region-hero p a.button_green, .node-type-chapter-top-level-page #landing_hero_area .container .myacp-join .region-hero p #main .node-webform a.button_green, #main .node-webform .node-type-chapter-top-level-page #landing_hero_area .container .myacp-join .region-hero p a.button_green, .myacp-join .col-3-4 p #main .node-webform a.button_remove, #main .node-webform .myacp-join .col-3-4 p a.button_remove, .myacp-join .node-type-chapter-top-level-page #landing_hero_area .container .region-hero p #main .node-webform a.button_remove, #main .node-webform .myacp-join .node-type-chapter-top-level-page #landing_hero_area .container .region-hero p a.button_remove, .node-type-chapter-top-level-page #landing_hero_area .container .myacp-join .region-hero p #main .node-webform a.button_remove, #main .node-webform .node-type-chapter-top-level-page #landing_hero_area .container .myacp-join .region-hero p a.button_remove, .myacp-join .col-3-4 p .joyride-tip-guide .joyride-content-wrapper a.joyride-next-tip, .joyride-tip-guide .joyride-content-wrapper .myacp-join .col-3-4 p a.joyride-next-tip, .myacp-join .node-type-chapter-top-level-page #landing_hero_area .container .region-hero p .joyride-tip-guide .joyride-content-wrapper a.joyride-next-tip, .joyride-tip-guide .joyride-content-wrapper .myacp-join .node-type-chapter-top-level-page #landing_hero_area .container .region-hero p a.joyride-next-tip, .node-type-chapter-top-level-page #landing_hero_area .container .myacp-join .region-hero p .joyride-tip-guide .joyride-content-wrapper a.joyride-next-tip, .joyride-tip-guide .joyride-content-wrapper .node-type-chapter-top-level-page #landing_hero_area .container .myacp-join .region-hero p a.joyride-next-tip, .myacp-join .col-3-4 p .page-forum ul.action-links li a.subscription, .page-forum ul.action-links li .myacp-join .col-3-4 p a.subscription, .myacp-join .node-type-chapter-top-level-page #landing_hero_area .container .region-hero p .page-forum ul.action-links li a.subscription, .page-forum ul.action-links li .myacp-join .node-type-chapter-top-level-page #landing_hero_area .container .region-hero p a.subscription, .node-type-chapter-top-level-page #landing_hero_area .container .myacp-join .region-hero p .page-forum ul.action-links li a.subscription, .page-forum ul.action-links li .node-type-chapter-top-level-page #landing_hero_area .container .myacp-join .region-hero p a.subscription {
        margin-left: 0.5em; }
  @media (max-width: 960px) {
    .myacp-join .grid .col-3-4, .myacp-join #tabs.vertical > div .col-3-4, .myacp-join .ui-accordion-content .col-3-4, .myacp-join .split3 .col-3-4, .myacp-join .split2 .col-3-4, .myacp-join .page_content .col-3-4, .myacp-join .field-item .col-3-4, .myacp-join .node-type-chapter-top-level-page #landing_hero_area .col-3-4, .node-type-chapter-top-level-page .myacp-join #landing_hero_area .col-3-4, .myacp-join #landing_hero_2018 .col-3-4, .myacp-join #overall-rating .col-3-4, .myacp-join .filter-container .col-3-4, .myacp-join #review-list .col-3-4, .node-type-chapter-top-level-page #landing_hero_area .container .myacp-join .grid .region-hero, .node-type-chapter-top-level-page #landing_hero_area .container .myacp-join #tabs.vertical > div .region-hero, .node-type-chapter-top-level-page #landing_hero_area .container .myacp-join .ui-accordion-content .region-hero, .node-type-chapter-top-level-page #landing_hero_area .container .myacp-join .split3 .region-hero, .node-type-chapter-top-level-page #landing_hero_area .container .myacp-join .split2 .region-hero, .node-type-chapter-top-level-page #landing_hero_area .container .myacp-join .page_content .region-hero, .node-type-chapter-top-level-page #landing_hero_area .container .myacp-join .field-item .region-hero, .myacp-join .node-type-chapter-top-level-page #landing_hero_area .container .region-hero, .node-type-chapter-top-level-page .myacp-join #landing_hero_area .container .region-hero, .node-type-chapter-top-level-page #landing_hero_area .container .myacp-join #landing_hero_2018 .region-hero, .node-type-chapter-top-level-page #landing_hero_area .container .myacp-join #overall-rating .region-hero, .node-type-chapter-top-level-page #landing_hero_area .container .myacp-join .filter-container .region-hero, .node-type-chapter-top-level-page #landing_hero_area .container .myacp-join #review-list .region-hero {
      padding-right: 30%; } }
  @media (max-width: 780px) {
    .myacp-join .grid, .myacp-join #tabs.vertical > div, .myacp-join .ui-accordion-content, .myacp-join .view .ui-accordion .ui-accordion-content, .view .ui-accordion .myacp-join .ui-accordion-content, .myacp-join .split3, .myacp-join .split2, .myacp-join .page_content, .myacp-join .field-item, .myacp-join .node-type-chapter-top-level-page #landing_hero_area, .node-type-chapter-top-level-page .myacp-join #landing_hero_area, .myacp-join #landing_hero_2018, .myacp-join #overall-rating, .myacp-join .filter-container, .myacp-join #review-list {
      background-position: 125% bottom; }
      .myacp-join .grid .col-3-4, .myacp-join #tabs.vertical > div .col-3-4, .myacp-join .ui-accordion-content .col-3-4, .myacp-join .split3 .col-3-4, .myacp-join .split2 .col-3-4, .myacp-join .page_content .col-3-4, .myacp-join .field-item .col-3-4, .myacp-join .node-type-chapter-top-level-page #landing_hero_area .col-3-4, .node-type-chapter-top-level-page .myacp-join #landing_hero_area .col-3-4, .myacp-join #landing_hero_2018 .col-3-4, .myacp-join #overall-rating .col-3-4, .myacp-join .filter-container .col-3-4, .myacp-join #review-list .col-3-4, .node-type-chapter-top-level-page #landing_hero_area .container .myacp-join .grid .region-hero, .node-type-chapter-top-level-page #landing_hero_area .container .myacp-join #tabs.vertical > div .region-hero, .node-type-chapter-top-level-page #landing_hero_area .container .myacp-join .ui-accordion-content .region-hero, .node-type-chapter-top-level-page #landing_hero_area .container .myacp-join .split3 .region-hero, .node-type-chapter-top-level-page #landing_hero_area .container .myacp-join .split2 .region-hero, .node-type-chapter-top-level-page #landing_hero_area .container .myacp-join .page_content .region-hero, .node-type-chapter-top-level-page #landing_hero_area .container .myacp-join .field-item .region-hero, .myacp-join .node-type-chapter-top-level-page #landing_hero_area .container .region-hero, .node-type-chapter-top-level-page .myacp-join #landing_hero_area .container .region-hero, .node-type-chapter-top-level-page #landing_hero_area .container .myacp-join #landing_hero_2018 .region-hero, .node-type-chapter-top-level-page #landing_hero_area .container .myacp-join #overall-rating .region-hero, .node-type-chapter-top-level-page #landing_hero_area .container .myacp-join .filter-container .region-hero, .node-type-chapter-top-level-page #landing_hero_area .container .myacp-join #review-list .region-hero {
        padding-right: 50%; } }
  @media (max-width: 630px) {
    .myacp-join .grid, .myacp-join #tabs.vertical > div, .myacp-join .ui-accordion-content, .myacp-join .view .ui-accordion .ui-accordion-content, .view .ui-accordion .myacp-join .ui-accordion-content, .myacp-join .split3, .myacp-join .split2, .myacp-join .page_content, .myacp-join .field-item, .myacp-join .node-type-chapter-top-level-page #landing_hero_area, .node-type-chapter-top-level-page .myacp-join #landing_hero_area, .myacp-join #landing_hero_2018, .myacp-join #overall-rating, .myacp-join .filter-container, .myacp-join #review-list {
      background-image: none; }
      .myacp-join .grid .col-3-4, .myacp-join #tabs.vertical > div .col-3-4, .myacp-join .ui-accordion-content .col-3-4, .myacp-join .split3 .col-3-4, .myacp-join .split2 .col-3-4, .myacp-join .page_content .col-3-4, .myacp-join .field-item .col-3-4, .myacp-join .node-type-chapter-top-level-page #landing_hero_area .col-3-4, .node-type-chapter-top-level-page .myacp-join #landing_hero_area .col-3-4, .myacp-join #landing_hero_2018 .col-3-4, .myacp-join #overall-rating .col-3-4, .myacp-join .filter-container .col-3-4, .myacp-join #review-list .col-3-4, .node-type-chapter-top-level-page #landing_hero_area .container .myacp-join .grid .region-hero, .node-type-chapter-top-level-page #landing_hero_area .container .myacp-join #tabs.vertical > div .region-hero, .node-type-chapter-top-level-page #landing_hero_area .container .myacp-join .ui-accordion-content .region-hero, .node-type-chapter-top-level-page #landing_hero_area .container .myacp-join .split3 .region-hero, .node-type-chapter-top-level-page #landing_hero_area .container .myacp-join .split2 .region-hero, .node-type-chapter-top-level-page #landing_hero_area .container .myacp-join .page_content .region-hero, .node-type-chapter-top-level-page #landing_hero_area .container .myacp-join .field-item .region-hero, .myacp-join .node-type-chapter-top-level-page #landing_hero_area .container .region-hero, .node-type-chapter-top-level-page .myacp-join #landing_hero_area .container .region-hero, .node-type-chapter-top-level-page #landing_hero_area .container .myacp-join #landing_hero_2018 .region-hero, .node-type-chapter-top-level-page #landing_hero_area .container .myacp-join #overall-rating .region-hero, .node-type-chapter-top-level-page #landing_hero_area .container .myacp-join .filter-container .region-hero, .node-type-chapter-top-level-page #landing_hero_area .container .myacp-join #review-list .region-hero {
        padding-right: 0;
        padding-top: 1em;
        padding-bottom: 1em; } }

.myacp-page-promo {
  padding: 1em;
  margin-bottom: 1em; }

@media (min-width: 780px) {
  .myacp-grid-top {
    margin-top: 4.5em; } }
@media (max-width: 780px) {
  .page-myacp .breadcrumb {
    position: relative; } }
.myacp-sidebar {
  padding-right: 1.5em;
  text-align: center; }
  .myacp-sidebar .picture_container {
    height: 195px;
    display: block; }
    .myacp-sidebar .picture_container img {
      max-width: 180px;
      z-index: -1; }
    .myacp-sidebar .picture_container span {
      display: block;
      position: relative;
      opacity: 0;
      margin: 0 auto;
      width: 180px;
      box-shadow: 0px -11px 9px white;
      background-color: white;
      top: -25px;
      font-size: 0.875rem;
      line-height: 1.5; }
  .myacp-sidebar a.picture_container img, .myacp-sidebar a.picture_container span {
    -moz-transition-property: opacity;
    -o-transition-property: opacity;
    -webkit-transition-property: opacity;
    transition-property: opacity;
    -moz-transition-duration: 0.4s;
    -o-transition-duration: 0.4s;
    -webkit-transition-duration: 0.4s;
    transition-duration: 0.4s; }
  .myacp-sidebar a.picture_container:hover img {
    opacity: .5; }
  .myacp-sidebar a.picture_container:hover span {
    opacity: 1; }
  .myacp-sidebar h3, .myacp-sidebar .limit-search {
    margin: 0.25em 0 0.25em; }
  .myacp-sidebar ul:last-of-type {
    text-align: left;
    font-size: 0.875rem;
    line-height: 1.5;
    display: table;
    margin: 0 auto; }
  .myacp-sidebar ul li a i.icon-eye-open, .myacp-sidebar ul li a .views-field-topic-icon span.icon-eye-open:before, .views-field-topic-icon .myacp-sidebar ul li a span.icon-eye-open:before,
  .myacp-sidebar ul li a .forum-list-icon span span.icon-eye-open:before,
  .forum-list-icon span .myacp-sidebar ul li a span.icon-eye-open:before, .myacp-sidebar ul li a .forum-topic-legend div.icon-eye-open:before, .forum-topic-legend .myacp-sidebar ul li a div.icon-eye-open:before,
  .myacp-sidebar ul li a .forum-list-icon-legend span span.icon-eye-open:before,
  .forum-list-icon-legend span .myacp-sidebar ul li a span.icon-eye-open:before, .myacp-sidebar ul li a tr.even td.forum-list-icon-default .forum-list-icon-wrapper span.icon-eye-open:before, tr.even td.forum-list-icon-default .forum-list-icon-wrapper .myacp-sidebar ul li a span.icon-eye-open:before, .myacp-sidebar ul li a tr.odd td.forum-list-icon-default .forum-list-icon-wrapper span.icon-eye-open:before, tr.odd td.forum-list-icon-default .forum-list-icon-wrapper .myacp-sidebar ul li a span.icon-eye-open:before, .myacp-sidebar ul li a .forum-list-icon-legend .icon-eye-open.forum-list-icon-default:before, .forum-list-icon-legend .myacp-sidebar ul li a .icon-eye-open.forum-list-icon-default:before, .myacp-sidebar ul li a tr.even td.forum-list-icon-new-posts .forum-list-icon-wrapper span.icon-eye-open:before, tr.even td.forum-list-icon-new-posts .forum-list-icon-wrapper .myacp-sidebar ul li a span.icon-eye-open:before, .myacp-sidebar ul li a tr.odd td.forum-list-icon-new-posts .forum-list-icon-wrapper span.icon-eye-open:before, tr.odd td.forum-list-icon-new-posts .forum-list-icon-wrapper .myacp-sidebar ul li a span.icon-eye-open:before, .myacp-sidebar ul li a .forum-list-icon-legend .icon-eye-open.forum-list-icon-new-posts:before, .forum-list-icon-legend .myacp-sidebar ul li a .icon-eye-open.forum-list-icon-new-posts:before {
    font-size: 13px; }
  @media (max-width: 780px) {
    .myacp-sidebar {
      width: 100%;
      float: left; }
      .myacp-sidebar hr {
        padding: 0;
        border: 0;
        margin: 0; }
      .myacp-sidebar .picture_container {
        height: 100px;
        width: 100px;
        float: left;
        margin-top: 1em; }
        .myacp-sidebar .picture_container img {
          max-width: 80px;
          float: left; }
      .myacp-sidebar h3, .myacp-sidebar .limit-search {
        text-align: left;
        margin-top: 1em; }
      .myacp-sidebar span {
        float: left;
        top: -7px !important; } }
  @media only screen and (min-width: 480px) and (max-width: 780px) {
    .myacp-sidebar ul {
      width: 50%;
      float: left;
      margin: 1em 0; } }

.myacp-body {
  border-left: 2px dotted #b5b7b4;
  padding-left: 1.5em; }
  .myacp-body h1 {
    margin-top: 0; }
  @media (max-width: 780px) {
    .myacp-body {
      border-left: 0;
      padding-left: 0; } }

.myacp-body .myacp-panel-icon-grid {
  display: none; }

@media (max-width: 780px) {
  .myacp-body .myacp-panel-icon-grid {
    display: block;
    height: auto !important; }
    .myacp-body .myacp-panel-icon-grid .captioned-icon.col-1-3, .myacp-body .myacp-panel-icon-grid .split3 ul.captioned-icon, .split3 .myacp-body .myacp-panel-icon-grid ul.captioned-icon, .myacp-body .myacp-panel-icon-grid .split3 .captioned-icon.col1, .split3 .myacp-body .myacp-panel-icon-grid .captioned-icon.col1, .myacp-body .myacp-panel-icon-grid .split3 .captioned-icon.col2, .split3 .myacp-body .myacp-panel-icon-grid .captioned-icon.col2, .myacp-body .myacp-panel-icon-grid .split3 .captioned-icon.col3, .split3 .myacp-body .myacp-panel-icon-grid .captioned-icon.col3 {
      width: 33.33%; }

  .myacp-mobile-hide {
    width: 100%;
    max-height: 30px;
    overflow: hidden;
    transition: max-height 0.5s ease;
    background-color: #e5e5e5;
    border-radius: 15px;
    padding: 8px 1.5em 15px 1.5em;
    margin-bottom: 1em; }
    .myacp-mobile-hide ul > li:first-of-type > strong {
      color: #55616D !important; }
    .myacp-mobile-hide::before {
      content: "View more";
      color: #0063be;
      font-size: 0.75rem;
      line-height: 1.5;
      letter-spacing: .13em;
      text-transform: uppercase;
      text-align: center !important;
      width: 100%;
      display: block;
      cursor: pointer;
      padding-bottom: 10px; }
    .myacp-mobile-hide.active {
      max-height: 999px; }
      .myacp-mobile-hide.active::before {
        content: "View less"; }

  .grid.myacp-mobile-hide::before, #tabs.vertical > div.myacp-mobile-hide::before, .myacp-mobile-hide.ui-accordion-content::before, .view .ui-accordion .myacp-mobile-hide.ui-accordion-content::before, .myacp-mobile-hide.split3::before, .myacp-mobile-hide.split2::before, .myacp-mobile-hide.page_content::before, .myacp-mobile-hide.field-item::before, .node-type-chapter-top-level-page .myacp-mobile-hide#landing_hero_area::before, .myacp-mobile-hide#landing_hero_2018::before, .myacp-mobile-hide#overall-rating::before, .myacp-mobile-hide.filter-container::before, .myacp-mobile-hide#review-list::before {
    content: "View Account Information"; }
  .grid.myacp-mobile-hide.active::before, #tabs.vertical > div.myacp-mobile-hide.active::before, .myacp-mobile-hide.active.ui-accordion-content::before, .myacp-mobile-hide.active.split3::before, .myacp-mobile-hide.active.split2::before, .myacp-mobile-hide.active.page_content::before, .myacp-mobile-hide.active.field-item::before, .node-type-chapter-top-level-page .myacp-mobile-hide.active#landing_hero_area::before, .myacp-mobile-hide.active#landing_hero_2018::before, .myacp-mobile-hide.active#overall-rating::before, .myacp-mobile-hide.active.filter-container::before, .myacp-mobile-hide.active#review-list::before {
    content: "Hide Account Information"; } }
.myacp-benefits {
  display: inline-block;
  letter-spacing: 1px;
  margin-left: 2em;
  text-transform: uppercase; }

.intro div, blockquote div, .node-online-learning-center .olc-accordion-container .olc-disclosures div, .node-online-learning-center .olc-accordion-container .olc-show-notes div, .node-online-learning-center #intro-text .field-item:first-child div {
  margin-bottom: -5px !important; }
.intro .full-width p, blockquote .full-width p, .node-online-learning-center .olc-accordion-container .olc-disclosures .full-width p, .node-online-learning-center .olc-accordion-container .olc-show-notes .full-width p, .node-online-learning-center #intro-text .field-item:first-child .full-width p, .intro .node-type-chapter-top-level-page #landing_hero_area p, .node-type-chapter-top-level-page .intro #landing_hero_area p, blockquote .node-type-chapter-top-level-page #landing_hero_area p, .node-type-chapter-top-level-page blockquote #landing_hero_area p, .node-online-learning-center .olc-accordion-container .olc-disclosures .node-type-chapter-top-level-page #landing_hero_area p, .node-type-chapter-top-level-page .node-online-learning-center .olc-accordion-container .olc-disclosures #landing_hero_area p, .node-online-learning-center .olc-accordion-container .olc-show-notes .node-type-chapter-top-level-page #landing_hero_area p, .node-type-chapter-top-level-page .node-online-learning-center .olc-accordion-container .olc-show-notes #landing_hero_area p, .node-online-learning-center #intro-text .field-item:first-child .node-type-chapter-top-level-page #landing_hero_area p, .node-type-chapter-top-level-page .node-online-learning-center #intro-text .field-item:first-child #landing_hero_area p, .intro #landing_hero_2018 p, blockquote #landing_hero_2018 p, .node-online-learning-center .olc-accordion-container .olc-disclosures #landing_hero_2018 p, .node-online-learning-center .olc-accordion-container .olc-show-notes #landing_hero_2018 p, .node-online-learning-center #intro-text .field-item:first-child #landing_hero_2018 p, .intro .node-type-homepage .hero_full p, .node-type-homepage .intro .hero_full p, blockquote .node-type-homepage .hero_full p, .node-type-homepage blockquote .hero_full p, .node-online-learning-center .olc-accordion-container .olc-disclosures .node-type-homepage .hero_full p, .node-type-homepage .node-online-learning-center .olc-accordion-container .olc-disclosures .hero_full p, .node-online-learning-center .olc-accordion-container .olc-show-notes .node-type-homepage .hero_full p, .node-type-homepage .node-online-learning-center .olc-accordion-container .olc-show-notes .hero_full p, .node-online-learning-center #intro-text .field-item:first-child .node-type-homepage .hero_full p, .node-type-homepage .node-online-learning-center #intro-text .field-item:first-child .hero_full p {
  font-size: 0.75em !important;
  margin-bottom: 0 !important; }

#myacp-alerts, #myacp-tasks {
  margin-top: 2em; }
  #myacp-alerts h5, #myacp-alerts .acc-sub-cat, #myacp-alerts .search-header, #myacp-alerts #landing_hero_2018 h2, #landing_hero_2018 #myacp-alerts h2, #myacp-tasks h5, #myacp-tasks .acc-sub-cat, #myacp-tasks .search-header, #myacp-tasks #landing_hero_2018 h2, #landing_hero_2018 #myacp-tasks h2 {
    margin-top: 0; }
  #myacp-alerts .highlight, #myacp-tasks .highlight {
    position: relative;
    padding: 1em;
    border-radius: .3em;
    margin-bottom: .5em; }
    #myacp-alerts .highlight img, #myacp-tasks .highlight img {
      width: 30px;
      float: left;
      margin-right: 1em; }
    #myacp-alerts .highlight a i, #myacp-alerts .highlight a .views-field-topic-icon span:before, .views-field-topic-icon #myacp-alerts .highlight a span:before,
    #myacp-alerts .highlight a .forum-list-icon span span:before,
    .forum-list-icon span #myacp-alerts .highlight a span:before, #myacp-alerts .highlight a .forum-topic-legend div:before, .forum-topic-legend #myacp-alerts .highlight a div:before,
    #myacp-alerts .highlight a .forum-list-icon-legend span span:before,
    .forum-list-icon-legend span #myacp-alerts .highlight a span:before, #myacp-alerts .highlight a tr.even td.forum-list-icon-default .forum-list-icon-wrapper span:before, tr.even td.forum-list-icon-default .forum-list-icon-wrapper #myacp-alerts .highlight a span:before, #myacp-alerts .highlight a tr.odd td.forum-list-icon-default .forum-list-icon-wrapper span:before, tr.odd td.forum-list-icon-default .forum-list-icon-wrapper #myacp-alerts .highlight a span:before, #myacp-alerts .highlight a .forum-list-icon-legend .forum-list-icon-default:before, .forum-list-icon-legend #myacp-alerts .highlight a .forum-list-icon-default:before, #myacp-alerts .highlight a tr.even td.forum-list-icon-new-posts .forum-list-icon-wrapper span:before, tr.even td.forum-list-icon-new-posts .forum-list-icon-wrapper #myacp-alerts .highlight a span:before, #myacp-alerts .highlight a tr.odd td.forum-list-icon-new-posts .forum-list-icon-wrapper span:before, tr.odd td.forum-list-icon-new-posts .forum-list-icon-wrapper #myacp-alerts .highlight a span:before, #myacp-alerts .highlight a .forum-list-icon-legend .forum-list-icon-new-posts:before, .forum-list-icon-legend #myacp-alerts .highlight a .forum-list-icon-new-posts:before, #myacp-tasks .highlight a i, #myacp-tasks .highlight a .views-field-topic-icon span:before, .views-field-topic-icon #myacp-tasks .highlight a span:before,
    #myacp-tasks .highlight a .forum-list-icon span span:before,
    .forum-list-icon span #myacp-tasks .highlight a span:before, #myacp-tasks .highlight a .forum-topic-legend div:before, .forum-topic-legend #myacp-tasks .highlight a div:before,
    #myacp-tasks .highlight a .forum-list-icon-legend span span:before,
    .forum-list-icon-legend span #myacp-tasks .highlight a span:before, #myacp-tasks .highlight a tr.even td.forum-list-icon-default .forum-list-icon-wrapper span:before, tr.even td.forum-list-icon-default .forum-list-icon-wrapper #myacp-tasks .highlight a span:before, #myacp-tasks .highlight a tr.odd td.forum-list-icon-default .forum-list-icon-wrapper span:before, tr.odd td.forum-list-icon-default .forum-list-icon-wrapper #myacp-tasks .highlight a span:before, #myacp-tasks .highlight a .forum-list-icon-legend .forum-list-icon-default:before, .forum-list-icon-legend #myacp-tasks .highlight a .forum-list-icon-default:before, #myacp-tasks .highlight a tr.even td.forum-list-icon-new-posts .forum-list-icon-wrapper span:before, tr.even td.forum-list-icon-new-posts .forum-list-icon-wrapper #myacp-tasks .highlight a span:before, #myacp-tasks .highlight a tr.odd td.forum-list-icon-new-posts .forum-list-icon-wrapper span:before, tr.odd td.forum-list-icon-new-posts .forum-list-icon-wrapper #myacp-tasks .highlight a span:before, #myacp-tasks .highlight a .forum-list-icon-legend .forum-list-icon-new-posts:before, .forum-list-icon-legend #myacp-tasks .highlight a .forum-list-icon-new-posts:before {
      position: absolute;
      padding: .5em;
      right: .25em;
      top: 0;
      font-size: 0.875rem;
      line-height: 1.5;
      cursor: pointer; }

.myacp-task {
  border: 1px solid #0063be;
  background-color: #a5d4ff;
  display: block;
  height: auto; }
  .myacp-task:nth-of-type(n+4) {
    display: none; }
  .myacp-task .myacp-task-checkbox {
    width: 30px;
    float: left;
    margin: .3em 1em 0 0; }
  .myacp-task .myacp-dismiss-alert {
    display: none; }
  .myacp-task.checked .myacp-dismiss-alert {
    display: inline; }
  .myacp-task .myacp-task-content {
    float: none;
    margin-left: 45px; }
    .myacp-task .myacp-task-content .myacp-task-tag {
      border-radius: 25px;
      padding: 0.2em 0.7em;
      margin-right: .5em;
      white-space: nowrap;
      font-size: 0.75rem;
      line-height: 3; }
      .myacp-task .myacp-task-content .myacp-task-tag.due-date::before {
        content: "Due: "; }
    .myacp-task .myacp-task-content .due-date {
      background-color: #0063be;
      color: #ffffff; }
      .myacp-task .myacp-task-content .due-date.overdue {
        background-color: #dc291e; }
    .myacp-task .myacp-task-content .high-priority {
      border: 1px solid #dc291e;
      color: #dc291e;
      padding: .15em 0.7em; }
    .myacp-task .myacp-task-content .myacp-task-category {
      display: inline-block;
      font-weight: bold;
      padding-left: 0;
      text-transform: uppercase; }
    .myacp-task .myacp-task-content p {
      margin-top: 0; }
  .myacp-task .clearfix:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden; }
  .myacp-task.checked {
    border: 1px solid white;
    background-color: #c8e5ff;
    color: #7c8084; }
    .myacp-task.checked .due-date {
      border: 1px solid #0063be;
      color: #0063be;
      background: none !important;
      padding: .15em 0.7em; }
    .myacp-task.checked .myacp-task-tag.due-date::before {
      content: "COMPLETED | Due: "; }

#myacp-task-icons {
  height: 2em;
  padding-top: 0.75em;
  white-space: nowrap; }
  #myacp-task-icons a {
    margin-left: 1.5em;
    float: right; }
  #myacp-task-icons img {
    display: inline-block;
    height: 1.5em;
    margin-right: 0.5em;
    position: relative;
    top: 5px; }
  #myacp-task-icons #myacp-toggle-show-more {
    display: none;
    float: none;
    font-weight: bold;
    margin-left: 0;
    padding-top: 0.25em;
    text-transform: uppercase; }
    #myacp-task-icons #myacp-toggle-show-more.show-all {
      display: none; }

.myacp-join {
  margin-top: 2em !important; }

.myacp-account-details ul {
  list-style: none outside none;
  padding-left: 0; }
  .myacp-account-details ul li a {
    margin-top: 1em;
    width: auto; }
    .myacp-account-details ul li a i, .myacp-account-details ul li a .views-field-topic-icon span:before, .views-field-topic-icon .myacp-account-details ul li a span:before,
    .myacp-account-details ul li a .forum-list-icon span span:before,
    .forum-list-icon span .myacp-account-details ul li a span:before, .myacp-account-details ul li a .forum-topic-legend div:before, .forum-topic-legend .myacp-account-details ul li a div:before,
    .myacp-account-details ul li a .forum-list-icon-legend span span:before,
    .forum-list-icon-legend span .myacp-account-details ul li a span:before, .myacp-account-details ul li a tr.even td.forum-list-icon-default .forum-list-icon-wrapper span:before, tr.even td.forum-list-icon-default .forum-list-icon-wrapper .myacp-account-details ul li a span:before, .myacp-account-details ul li a tr.odd td.forum-list-icon-default .forum-list-icon-wrapper span:before, tr.odd td.forum-list-icon-default .forum-list-icon-wrapper .myacp-account-details ul li a span:before, .myacp-account-details ul li a .forum-list-icon-legend .forum-list-icon-default:before, .forum-list-icon-legend .myacp-account-details ul li a .forum-list-icon-default:before, .myacp-account-details ul li a tr.even td.forum-list-icon-new-posts .forum-list-icon-wrapper span:before, tr.even td.forum-list-icon-new-posts .forum-list-icon-wrapper .myacp-account-details ul li a span:before, .myacp-account-details ul li a tr.odd td.forum-list-icon-new-posts .forum-list-icon-wrapper span:before, tr.odd td.forum-list-icon-new-posts .forum-list-icon-wrapper .myacp-account-details ul li a span:before, .myacp-account-details ul li a .forum-list-icon-legend .forum-list-icon-new-posts:before, .forum-list-icon-legend .myacp-account-details ul li a .forum-list-icon-new-posts:before {
      margin-right: 0.5em; }

.myacp-contact-info a[target="_blank"]::after,
.myacp-account-details a[target="_blank"]::after {
  content: "";
  display: block; }

.myacp-contact-info p {
  margin-top: 0 !important; }

.myacp-products p {
  margin-top: 0 !important; }

.myacp-products-heading,
.myacp-recommendations-heading {
  margin-bottom: 2em; }
  .myacp-products-heading h2,
  .myacp-recommendations-heading h2 {
    display: inline-block;
    padding-right: 0.5em;
    margin-bottom: 0; }
  .myacp-products-heading a,
  .myacp-recommendations-heading a {
    white-space: nowrap; }

#myacp-recommendations {
  padding-top: 2em; }

.recent-forum-activity h4, .recent-cme-activity h4 {
  margin-top: 0; }

.myacp-forum-activity, .myacp-cme-activity {
  margin-bottom: 3em; }

.myacp-cme-credit, .myacp-forum-post {
  line-height: 1.5;
  margin-bottom: 0.75em;
  padding-bottom: 0.75em;
  border-bottom: 1px solid #e5e5e5; }
  .myacp-cme-credit .myacp-cme-credit-details .myacp-cme-credit-title, .myacp-cme-credit .myacp-cme-credit-details .myacp-forum-post-title, .myacp-cme-credit .myacp-forum-post-details .myacp-cme-credit-title, .myacp-cme-credit .myacp-forum-post-details .myacp-forum-post-title, .myacp-forum-post .myacp-cme-credit-details .myacp-cme-credit-title, .myacp-forum-post .myacp-cme-credit-details .myacp-forum-post-title, .myacp-forum-post .myacp-forum-post-details .myacp-cme-credit-title, .myacp-forum-post .myacp-forum-post-details .myacp-forum-post-title {
    font-weight: 700; }
  .myacp-cme-credit .myacp-cme-credit-details .myacp-cme-credit-date, .myacp-cme-credit .myacp-cme-credit-details .myacp-forum-post-date, .myacp-cme-credit .myacp-forum-post-details .myacp-cme-credit-date, .myacp-cme-credit .myacp-forum-post-details .myacp-forum-post-date, .myacp-forum-post .myacp-cme-credit-details .myacp-cme-credit-date, .myacp-forum-post .myacp-cme-credit-details .myacp-forum-post-date, .myacp-forum-post .myacp-forum-post-details .myacp-cme-credit-date, .myacp-forum-post .myacp-forum-post-details .myacp-forum-post-date {
    color: #b5b7b4; }
  .myacp-cme-credit .myacp-cme-credit-details p, .myacp-cme-credit .myacp-forum-post-details p, .myacp-forum-post .myacp-cme-credit-details p, .myacp-forum-post .myacp-forum-post-details p {
    margin-top: 0.25em; }
  .myacp-cme-credit:last-of-type, .myacp-forum-post:last-of-type {
    border-bottom: none; }

.myacp-recent-activity,
#myacp-recommendations,
.myacp-products {
  padding-top: 2em; }
  .myacp-recent-activity > .grid, #tabs.vertical.myacp-recent-activity > div, .myacp-recent-activity > .ui-accordion-content, .view .ui-accordion .myacp-recent-activity > .ui-accordion-content, .myacp-recent-activity > .split3, .myacp-recent-activity > .split2, .myacp-recent-activity > .page_content, .myacp-recent-activity > .field-item, .node-type-chapter-top-level-page .myacp-recent-activity > #landing_hero_area, .myacp-recent-activity > #landing_hero_2018, .myacp-recent-activity > #overall-rating, .myacp-recent-activity > .filter-container, .myacp-recent-activity > #review-list,
  #myacp-recommendations > .grid,
  #myacp-recommendations > .ui-accordion-content,
  .view .ui-accordion #myacp-recommendations > .ui-accordion-content,
  #myacp-recommendations > .split3,
  #myacp-recommendations > .split2,
  #myacp-recommendations > .page_content,
  #myacp-recommendations > .field-item,
  .node-type-chapter-top-level-page #myacp-recommendations > #landing_hero_area,
  #myacp-recommendations > #landing_hero_2018,
  #myacp-recommendations > #overall-rating,
  #myacp-recommendations > .filter-container,
  #myacp-recommendations > #review-list,
  .myacp-products > .grid,
  #tabs.vertical.myacp-products > div,
  .myacp-products > .ui-accordion-content,
  .view .ui-accordion .myacp-products > .ui-accordion-content,
  .myacp-products > .split3,
  .myacp-products > .split2,
  .myacp-products > .page_content,
  .myacp-products > .field-item,
  .node-type-chapter-top-level-page .myacp-products > #landing_hero_area,
  .myacp-products > #landing_hero_2018,
  .myacp-products > #overall-rating,
  .myacp-products > .filter-container,
  .myacp-products > #review-list {
    padding: 0 2em; }
    @media (max-width: 780px) {
      .myacp-recent-activity > .grid, #tabs.vertical.myacp-recent-activity > div, .myacp-recent-activity > .ui-accordion-content, .view .ui-accordion .myacp-recent-activity > .ui-accordion-content, .myacp-recent-activity > .split3, .myacp-recent-activity > .split2, .myacp-recent-activity > .page_content, .myacp-recent-activity > .field-item, .node-type-chapter-top-level-page .myacp-recent-activity > #landing_hero_area, .myacp-recent-activity > #landing_hero_2018, .myacp-recent-activity > #overall-rating, .myacp-recent-activity > .filter-container, .myacp-recent-activity > #review-list,
      #myacp-recommendations > .grid,
      #myacp-recommendations > .ui-accordion-content,
      .view .ui-accordion #myacp-recommendations > .ui-accordion-content,
      #myacp-recommendations > .split3,
      #myacp-recommendations > .split2,
      #myacp-recommendations > .page_content,
      #myacp-recommendations > .field-item,
      .node-type-chapter-top-level-page #myacp-recommendations > #landing_hero_area,
      #myacp-recommendations > #landing_hero_2018,
      #myacp-recommendations > #overall-rating,
      #myacp-recommendations > .filter-container,
      #myacp-recommendations > #review-list,
      .myacp-products > .grid,
      #tabs.vertical.myacp-products > div,
      .myacp-products > .ui-accordion-content,
      .view .ui-accordion .myacp-products > .ui-accordion-content,
      .myacp-products > .split3,
      .myacp-products > .split2,
      .myacp-products > .page_content,
      .myacp-products > .field-item,
      .node-type-chapter-top-level-page .myacp-products > #landing_hero_area,
      .myacp-products > #landing_hero_2018,
      .myacp-products > #overall-rating,
      .myacp-products > .filter-container,
      .myacp-products > #review-list {
        padding: 0; } }

.myacp-heading h4 {
  margin-bottom: 2em;
  text-transform: uppercase; }

.myacp-rec {
  padding: 0;
  padding-right: 2em;
  margin-bottom: 1em; }
  .myacp-rec:last-of-type {
    padding-left: 2em;
    padding-right: 0; }
  @media (max-width: 480px) {
    .myacp-rec {
      padding: 0; }
      .myacp-rec:last-of-type {
        padding: 0; } }
  .myacp-rec .myacp-rec-icon {
    width: 75px;
    margin: 0;
    padding: 0;
    float: left; }

.myacp-rec p {
  margin: 0; }

.myacp-rec-name {
  margin: 0;
  padding: 0 25px 0 0; }

.myacp-rec-details {
  position: relative;
  width: calc(100% - 75px);
  float: left; }

body.not-logged-in .myacp-pinnable, body.not-logged-in .myacp-pinnable-container {
  display: none; }

.myacp-pinnable.button.pinned::before, .content form input.myacp-pinnable.pinned[type="submit"]::before, label.fancy select.myacp-pinnable.pinned::before, #main .node-webform .myacp-pinnable.pinned.button_blue::before, #main .node-webform .myacp-pinnable.pinned.button_green::before, #main .node-webform .myacp-pinnable.pinned.button_remove::before, #main .node-webform .form-actions input.myacp-pinnable.pinned::before, .joyride-tip-guide .joyride-content-wrapper a.myacp-pinnable.pinned.joyride-next-tip::before, .page-forum ul.action-links li a.myacp-pinnable.pinned.subscription::before {
  content: 'Unpin from MyACP '; }

.myacp-pinnable.button.not-pinned::before, .content form input.myacp-pinnable.not-pinned[type="submit"]::before, label.fancy select.myacp-pinnable.not-pinned::before, #main .node-webform .myacp-pinnable.not-pinned.button_blue::before, #main .node-webform .myacp-pinnable.not-pinned.button_green::before, #main .node-webform .myacp-pinnable.not-pinned.button_remove::before, #main .node-webform .form-actions input.myacp-pinnable.not-pinned::before, .joyride-tip-guide .joyride-content-wrapper a.myacp-pinnable.not-pinned.joyride-next-tip::before, .page-forum ul.action-links li a.myacp-pinnable.not-pinned.subscription::before {
  content: 'Pin to MyACP '; }

.myacp-pinnable-container, .myacp-pinnable, .myacp-pinnable span, .myacp-pinnable img {
  margin: 0;
  padding: 0; }

.myacp-pinnable-container::after {
  clear: both; }

.myacp-pinnable {
  cursor: pointer;
  display: none; }

.myacp-rec .myacp-pinnable {
  display: inline;
  position: absolute;
  right: 0;
  top: 0; }
  @media (max-width: 780px) {
    .myacp-rec .myacp-pinnable {
      width: 30px; } }

.myacp-pinnable span {
  color: #0063be; }

.myacp-rec .myacp-pinnable span {
  position: absolute;
  top: 5px;
  right: 28px;
  width: 130px;
  text-align: right; }
  @media (max-width: 780px) {
    .myacp-rec .myacp-pinnable span {
      top: -16px;
      right: 4px; } }

.myacp-pinnable img {
  height: 20px;
  width: 20px; }

.myacp-rec .myacp-pinnable img {
  position: absolute;
  top: 0;
  right: 0; }

.myacp-pinnable img {
  display: inline; }
.myacp-pinnable span {
  display: inline; }

.myacp-rec .myacp-pinnable.pinned img {
  display: inline; }
.myacp-rec .myacp-pinnable.pinned span {
  display: none; }

.myacp-rec .myacp-pinnable.not-pinned img {
  display: none; }
.myacp-rec .myacp-pinnable.not-pinned span {
  display: none; }

.myacp-pinnable.pin-right {
  float: right; }

.myacp-customize {
  display: none; }
  .myacp-customize .myacp-customize-choices, .myacp-customize .myacp-customize-info {
    padding: 1em 3em 0 3em; }
  @media (max-width: 630px) {
    .myacp-customize .myacp-customize-choices {
      padding-left: 0;
      padding-right: 0; } }
  .myacp-customize .myacp-customize-choices li > span {
    color: #b5b7b4;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 0.875rem;
    line-height: 1.5; }
  @media (max-width: 630px) {
    .myacp-customize .myacp-customize-info {
      padding-left: 0;
      padding-right: 0; } }

.myacp-customize-choices {
  border-right: 1px dotted #b5b7b4; }
  @media (max-width: 630px) {
    .myacp-customize-choices {
      border-right: 0px solid transparent; } }
  .myacp-customize-choices h4 {
    margin-top: 0; }
  .myacp-customize-choices input[type="radio"] {
    font-weight: bold !important;
    margin-right: 8px; }
  .myacp-customize-choices ul {
    list-style: none;
    margin-bottom: 2em; }
    .myacp-customize-choices ul label {
      display: inline; }
    .myacp-customize-choices ul ul {
      margin-bottom: 0; }
    .myacp-customize-choices ul li {
      margin-bottom: 0.5rem; }
  .myacp-customize-choices input[type="checkbox"][disabled] {
    color: green; }
    .myacp-customize-choices input[type="checkbox"][disabled] + label:before {
      color: #b5b7b4; }
    .myacp-customize-choices input[type="checkbox"][disabled] + label {
      color: #b5b7b4; }

.myacp-alert {
  overflow: hidden; }

.myacp-new-member-choice {
  opacity: 1; }

.myacp-new-member .grid, .myacp-new-member #tabs.vertical > div, .myacp-new-member .ui-accordion-content, .myacp-new-member .view .ui-accordion .ui-accordion-content, .view .ui-accordion .myacp-new-member .ui-accordion-content, .myacp-new-member .split3, .myacp-new-member .split2, .myacp-new-member .page_content, .myacp-new-member .field-item, .myacp-new-member .node-type-chapter-top-level-page #landing_hero_area, .node-type-chapter-top-level-page .myacp-new-member #landing_hero_area, .myacp-new-member #landing_hero_2018, .myacp-new-member #overall-rating, .myacp-new-member .filter-container, .myacp-new-member #review-list, .myacp-new-member-choice .grid, .myacp-new-member-choice #tabs.vertical > div, .myacp-new-member-choice .ui-accordion-content, .myacp-new-member-choice .view .ui-accordion .ui-accordion-content, .view .ui-accordion .myacp-new-member-choice .ui-accordion-content, .myacp-new-member-choice .split3, .myacp-new-member-choice .split2, .myacp-new-member-choice .page_content, .myacp-new-member-choice .field-item, .myacp-new-member-choice .node-type-chapter-top-level-page #landing_hero_area, .node-type-chapter-top-level-page .myacp-new-member-choice #landing_hero_area, .myacp-new-member-choice #landing_hero_2018, .myacp-new-member-choice #overall-rating, .myacp-new-member-choice .filter-container, .myacp-new-member-choice #review-list {
  display: flex;
  align-items: stretch; }
  @media (max-width: 480px) {
    .myacp-new-member .grid, .myacp-new-member #tabs.vertical > div, .myacp-new-member .ui-accordion-content, .myacp-new-member .view .ui-accordion .ui-accordion-content, .view .ui-accordion .myacp-new-member .ui-accordion-content, .myacp-new-member .split3, .myacp-new-member .split2, .myacp-new-member .page_content, .myacp-new-member .field-item, .myacp-new-member .node-type-chapter-top-level-page #landing_hero_area, .node-type-chapter-top-level-page .myacp-new-member #landing_hero_area, .myacp-new-member #landing_hero_2018, .myacp-new-member #overall-rating, .myacp-new-member .filter-container, .myacp-new-member #review-list, .myacp-new-member-choice .grid, .myacp-new-member-choice #tabs.vertical > div, .myacp-new-member-choice .ui-accordion-content, .myacp-new-member-choice .view .ui-accordion .ui-accordion-content, .view .ui-accordion .myacp-new-member-choice .ui-accordion-content, .myacp-new-member-choice .split3, .myacp-new-member-choice .split2, .myacp-new-member-choice .page_content, .myacp-new-member-choice .field-item, .myacp-new-member-choice .node-type-chapter-top-level-page #landing_hero_area, .node-type-chapter-top-level-page .myacp-new-member-choice #landing_hero_area, .myacp-new-member-choice #landing_hero_2018, .myacp-new-member-choice #overall-rating, .myacp-new-member-choice .filter-container, .myacp-new-member-choice #review-list {
      display: inline-block; } }
.myacp-new-member.inactive, .myacp-new-member-choice.inactive {
  visibility: hidden;
  height: 0px;
  float: left;
  opacity: 0;
  transition: opacity 0.5s ease; }
.myacp-new-member a, .myacp-new-member-choice a {
  cursor: pointer; }
.myacp-new-member figure, .myacp-new-member-choice figure {
  background-color: white;
  margin: 0;
  text-align: center; }

@media (max-width: 480px) {
  .myacp-new-member-panel {
    border-bottom: 1px solid white; } }
.myacp-new-member-confirm {
  visibility: hidden;
  height: 0px;
  float: left;
  text-align: center;
  margin: 0 auto;
  width: 100%;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0; }
  .myacp-new-member-confirm.active {
    visibility: visible;
    height: auto;
    opacity: 1;
    transition: opacity 0.5s ease; }

.ui-dialog.hide-x .ui-dialog-titlebar {
  visibility: hidden;
  width: 0;
  padding: 0; }

.myacp-user-display-title {
  font-size: 1rem;
  font-style: italic;
  padding-top: 1em; }
  .myacp-user-display-title span {
    display: block;
    line-height: 1.25;
    padding: 0.5rem; }

.myacp-savehomescreen-container {
  display: none; }

.myacp-savehomescreen {
  background-color: #585A5D;
  color: white;
  font-size: .75em;
  display: flex;
  flex-direction: row;
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw; }

.myacp-savehomescreen-dismiss {
  margin: auto 1.5em auto 1.5em; }

.myacp-savehomescreen-dismiss i, .myacp-savehomescreen-dismiss .views-field-topic-icon span:before, .views-field-topic-icon .myacp-savehomescreen-dismiss span:before,
.myacp-savehomescreen-dismiss .forum-list-icon span span:before,
.forum-list-icon span .myacp-savehomescreen-dismiss span:before, .myacp-savehomescreen-dismiss .forum-topic-legend div:before, .forum-topic-legend .myacp-savehomescreen-dismiss div:before,
.myacp-savehomescreen-dismiss .forum-list-icon-legend span span:before,
.forum-list-icon-legend span .myacp-savehomescreen-dismiss span:before, .myacp-savehomescreen-dismiss tr.even td.forum-list-icon-default .forum-list-icon-wrapper span:before, tr.even td.forum-list-icon-default .forum-list-icon-wrapper .myacp-savehomescreen-dismiss span:before, .myacp-savehomescreen-dismiss tr.odd td.forum-list-icon-default .forum-list-icon-wrapper span:before, tr.odd td.forum-list-icon-default .forum-list-icon-wrapper .myacp-savehomescreen-dismiss span:before, .myacp-savehomescreen-dismiss .forum-list-icon-legend .forum-list-icon-default:before, .forum-list-icon-legend .myacp-savehomescreen-dismiss .forum-list-icon-default:before, .myacp-savehomescreen-dismiss tr.even td.forum-list-icon-new-posts .forum-list-icon-wrapper span:before, tr.even td.forum-list-icon-new-posts .forum-list-icon-wrapper .myacp-savehomescreen-dismiss span:before, .myacp-savehomescreen-dismiss tr.odd td.forum-list-icon-new-posts .forum-list-icon-wrapper span:before, tr.odd td.forum-list-icon-new-posts .forum-list-icon-wrapper .myacp-savehomescreen-dismiss span:before, .myacp-savehomescreen-dismiss .forum-list-icon-legend .forum-list-icon-new-posts:before, .forum-list-icon-legend .myacp-savehomescreen-dismiss .forum-list-icon-new-posts:before {
  color: white; }

.myacp-savehomescreen-content {
  margin: 10px 10px 10px 0px; }

.myacp-savehomescreen-content p {
  display: inline; }

.myacp-savehomescreen-content button {
  font-size: .8em;
  padding: 3px 10px 3px 10px; }

.myacp-savehomescreen-dialog {
  margin: 30px 0 0 30px !important;
  padding: 0 !important;
  height: 425px !important; }

.myacp-savehomescreen-instructions {
  width: 220px; }

.myacp-profile-questions {
  margin-top: 2em;
  font-style: italic;
  float: left;
  clear: both; }

.myacp-user-main-display-title {
  line-height: 1.5 !important;
  margin-top: 1em; }

.myacp-user-display-titles {
  line-height: 1.5 !important;
  font-style: italic; }
  .myacp-user-display-titles a {
    display: block;
    margin-bottom: 0.75em; }
  .myacp-user-display-titles hr {
    border-top: dotted 1px;
    width: 50%;
    margin: 1em auto; }

.page-user .page_content section#main {
  width: 100%; }
.page-user .myacp-user-display-titles {
  float: left;
  width: 100%; }
  .page-user .myacp-user-display-titles h5, .page-user .myacp-user-display-titles .acc-sub-cat, .page-user .myacp-user-display-titles .search-header, .page-user .myacp-user-display-titles #landing_hero_2018 h2, #landing_hero_2018 .page-user .myacp-user-display-titles h2 {
    font-style: normal; }
  .page-user .myacp-user-display-titles hr {
    display: none; }
  .page-user .myacp-user-display-titles a, .page-user .myacp-user-display-titles h5, .page-user .myacp-user-display-titles .acc-sub-cat, .page-user .myacp-user-display-titles .search-header, .page-user .myacp-user-display-titles #landing_hero_2018 h2, #landing_hero_2018 .page-user .myacp-user-display-titles h2 {
    float: left;
    clear: both; }
.page-user .myacp-profile-data strong {
  text-align: right; }
@media (max-width: 780px) {
  .page-user #user-profile {
    border-top: 2px dotted #b5b7b4;
    float: left;
    margin-top: 1em;
    width: 100%; }
  .page-user .myacp-sidebar {
    text-align: left; }
  .page-user .myacp-user-main-display-title {
    float: left;
    width: 100%; }
  .page-user .myacp-user-display-titles hr {
    display: block; } }

.myacp-profile-picture {
  display: none;
  height: auto !important;
  margin-left: 1em;
  max-width: 800px !important; }

.myacp-profile-picture-tools {
  margin-top: 2em; }

.myacp-profile-picture-upload {
  border-right: 1px dotted #b5b7b4; }
  @media (max-width: 630px) {
    .myacp-profile-picture-upload {
      border-right: none;
      padding-right: 0; } }

#myacp-profile-picture-selector {
  margin-top: 1em;
  max-width: 320px;
  overflow: auto; }
  @media (max-width: 780px) {
    #myacp-profile-picture-selector {
      max-width: 190px; } }

.myacp-profile-picture-error {
  height: 2em;
  margin-top: 0.25em; }
  .myacp-profile-picture-error span {
    color: #d21146;
    display: none;
    font-style: italic; }

#myacp-profile-picture-cropper {
  height: 360px;
  max-width: 100%;
  width: 100%; }

#myacp-profile-picture-cropper-container {
  background-color: #708090;
  height: 360px;
  margin-bottom: 2em;
  width: 100%; }

.cropper-crop-box {
  border: 2px solid #fff;
  border-radius: 50%; }

.cropper-view-box {
  border-radius: 50%;
  box-shadow: 0 0 0 1px #555;
  outline: 0; }

#myacp-profile-picture-zoom {
  margin-bottom: 0.75em; }

.myacp-profile-picture-rotate-buttons button {
  width: auto !important; }
  .myacp-profile-picture-rotate-buttons button:last-of-type {
    float: right; }
.myacp-profile-picture-rotate-buttons:after {
  content: " ";
  display: block;
  height: 0;
  clear: both; }

#myacp-profile-picture-zoom {
  background-color: #bdcddd;
  border: 1px solid #708090;
  border-radius: 5px; }
  #myacp-profile-picture-zoom .ui-slider-handle {
    background-color: #708090;
    border-radius: 50%; }

.myacp-image-loading {
  display: none;
  margin-top: 1.5em;
  text-align: center; }

.myacp-profile-picture-crop-instructions {
  padding-left: 3em; }
  @media (max-width: 630px) {
    .myacp-profile-picture-crop-instructions {
      padding-left: 0; } }

.myacp-profile-picture-guidelines {
  font-style: italic;
  margin-top: 2em;
  padding-top: 1em;
  border-top: 1px solid #e5e5e5; }

#block-myacp-block-myacp-panel .dues-unpaid .myacp .myacp-button.button, #block-myacp-block-myacp-panel .dues-unpaid .myacp .content form input.myacp-button[type="submit"], .content form #block-myacp-block-myacp-panel .dues-unpaid .myacp input.myacp-button[type="submit"], #block-myacp-block-myacp-panel .dues-unpaid .myacp label.fancy select.myacp-button, label.fancy #block-myacp-block-myacp-panel .dues-unpaid .myacp select.myacp-button, #block-myacp-block-myacp-panel .dues-unpaid .myacp #main .node-webform .myacp-button.button_blue, #main .node-webform #block-myacp-block-myacp-panel .dues-unpaid .myacp .myacp-button.button_blue, #block-myacp-block-myacp-panel .dues-unpaid .myacp #main .node-webform .myacp-button.button_green, #main .node-webform #block-myacp-block-myacp-panel .dues-unpaid .myacp .myacp-button.button_green, #block-myacp-block-myacp-panel .dues-unpaid .myacp #main .node-webform .myacp-button.button_remove, #main .node-webform #block-myacp-block-myacp-panel .dues-unpaid .myacp .myacp-button.button_remove, #block-myacp-block-myacp-panel .dues-unpaid .myacp #main .node-webform .form-actions input.myacp-button, #main .node-webform .form-actions #block-myacp-block-myacp-panel .dues-unpaid .myacp input.myacp-button, #block-myacp-block-myacp-panel .dues-unpaid .myacp .joyride-tip-guide .joyride-content-wrapper a.myacp-button.joyride-next-tip, .joyride-tip-guide .joyride-content-wrapper #block-myacp-block-myacp-panel .dues-unpaid .myacp a.myacp-button.joyride-next-tip, #block-myacp-block-myacp-panel .dues-unpaid .myacp .page-forum ul.action-links li a.myacp-button.subscription, .page-forum ul.action-links li #block-myacp-block-myacp-panel .dues-unpaid .myacp a.myacp-button.subscription {
  background-color: #e66b00 !important; }
  #block-myacp-block-myacp-panel .dues-unpaid .myacp .myacp-button.button > i.icon-grid:before, #block-myacp-block-myacp-panel .dues-unpaid .myacp .content form input.myacp-button[type="submit"] > i.icon-grid:before, .content form #block-myacp-block-myacp-panel .dues-unpaid .myacp input.myacp-button[type="submit"] > i.icon-grid:before, #block-myacp-block-myacp-panel .dues-unpaid .myacp label.fancy select.myacp-button > i.icon-grid:before, label.fancy #block-myacp-block-myacp-panel .dues-unpaid .myacp select.myacp-button > i.icon-grid:before, #block-myacp-block-myacp-panel .dues-unpaid .myacp #main .node-webform .myacp-button.button_blue > i.icon-grid:before, #main .node-webform #block-myacp-block-myacp-panel .dues-unpaid .myacp .myacp-button.button_blue > i.icon-grid:before, #block-myacp-block-myacp-panel .dues-unpaid .myacp #main .node-webform .form-actions input.myacp-button.button-primary > i.icon-grid:before, #main .node-webform .form-actions #block-myacp-block-myacp-panel .dues-unpaid .myacp input.myacp-button.button-primary > i.icon-grid:before, #block-myacp-block-myacp-panel .dues-unpaid .myacp #main .node-webform .myacp-button.button_green > i.icon-grid:before, #main .node-webform #block-myacp-block-myacp-panel .dues-unpaid .myacp .myacp-button.button_green > i.icon-grid:before, #block-myacp-block-myacp-panel .dues-unpaid .myacp #main .node-webform .myacp-button.button_remove > i.icon-grid:before, #main .node-webform #block-myacp-block-myacp-panel .dues-unpaid .myacp .myacp-button.button_remove > i.icon-grid:before, #block-myacp-block-myacp-panel .dues-unpaid .myacp #main .node-webform .form-actions input.myacp-button > i.icon-grid:before, #main .node-webform .form-actions #block-myacp-block-myacp-panel .dues-unpaid .myacp input.myacp-button > i.icon-grid:before,
  #block-myacp-block-myacp-panel .dues-unpaid .myacp #main .node-webform button.myacp-button.button_blue > i.icon-grid:before,
  #main .node-webform #block-myacp-block-myacp-panel .dues-unpaid .myacp button.myacp-button.button_blue > i.icon-grid:before, #block-myacp-block-myacp-panel .dues-unpaid .myacp #main .node-webform button.myacp-button.button_green > i.icon-grid:before, #main .node-webform #block-myacp-block-myacp-panel .dues-unpaid .myacp button.myacp-button.button_green > i.icon-grid:before,
  #block-myacp-block-myacp-panel .dues-unpaid .myacp #main .node-webform input.myacp-button.button_blue > i.icon-grid:before,
  #main .node-webform #block-myacp-block-myacp-panel .dues-unpaid .myacp input.myacp-button.button_blue > i.icon-grid:before, #block-myacp-block-myacp-panel .dues-unpaid .myacp #main .node-webform input.myacp-button.button_green > i.icon-grid:before, #main .node-webform #block-myacp-block-myacp-panel .dues-unpaid .myacp input.myacp-button.button_green > i.icon-grid:before, #block-myacp-block-myacp-panel .dues-unpaid .myacp #main .node-webform input.myacp-button.button_remove > i.icon-grid:before, #main .node-webform #block-myacp-block-myacp-panel .dues-unpaid .myacp input.myacp-button.button_remove > i.icon-grid:before, #block-myacp-block-myacp-panel .dues-unpaid .myacp .joyride-tip-guide .joyride-content-wrapper a.myacp-button.joyride-next-tip > i.icon-grid:before, .joyride-tip-guide .joyride-content-wrapper #block-myacp-block-myacp-panel .dues-unpaid .myacp a.myacp-button.joyride-next-tip > i.icon-grid:before, #block-myacp-block-myacp-panel .dues-unpaid .myacp .page-forum ul.action-links li a.myacp-button.subscription > i.icon-grid:before, .page-forum ul.action-links li #block-myacp-block-myacp-panel .dues-unpaid .myacp a.myacp-button.subscription > i.icon-grid:before, #block-myacp-block-myacp-panel .dues-unpaid .myacp .views-field-topic-icon .myacp-button.button > span.icon-grid:before, .views-field-topic-icon #block-myacp-block-myacp-panel .dues-unpaid .myacp .myacp-button.button > span.icon-grid:before, #block-myacp-block-myacp-panel .dues-unpaid .myacp .content form .views-field-topic-icon input.myacp-button[type="submit"] > span.icon-grid:before, .views-field-topic-icon #block-myacp-block-myacp-panel .dues-unpaid .myacp .content form input.myacp-button[type="submit"] > span.icon-grid:before, .content form #block-myacp-block-myacp-panel .dues-unpaid .myacp .views-field-topic-icon input.myacp-button[type="submit"] > span.icon-grid:before, .views-field-topic-icon .content form #block-myacp-block-myacp-panel .dues-unpaid .myacp input.myacp-button[type="submit"] > span.icon-grid:before, #block-myacp-block-myacp-panel .dues-unpaid .myacp label.fancy .views-field-topic-icon select.myacp-button > span.icon-grid:before, .views-field-topic-icon #block-myacp-block-myacp-panel .dues-unpaid .myacp label.fancy select.myacp-button > span.icon-grid:before, label.fancy #block-myacp-block-myacp-panel .dues-unpaid .myacp .views-field-topic-icon select.myacp-button > span.icon-grid:before, .views-field-topic-icon label.fancy #block-myacp-block-myacp-panel .dues-unpaid .myacp select.myacp-button > span.icon-grid:before, #block-myacp-block-myacp-panel .dues-unpaid .myacp #main .node-webform .views-field-topic-icon .myacp-button.button_blue > span.icon-grid:before, .views-field-topic-icon #block-myacp-block-myacp-panel .dues-unpaid .myacp #main .node-webform .myacp-button.button_blue > span.icon-grid:before, #main .node-webform #block-myacp-block-myacp-panel .dues-unpaid .myacp .views-field-topic-icon .myacp-button.button_blue > span.icon-grid:before, .views-field-topic-icon #main .node-webform #block-myacp-block-myacp-panel .dues-unpaid .myacp .myacp-button.button_blue > span.icon-grid:before, #block-myacp-block-myacp-panel .dues-unpaid .myacp #main .node-webform .form-actions .views-field-topic-icon input.myacp-button.button-primary > span.icon-grid:before, .views-field-topic-icon #block-myacp-block-myacp-panel .dues-unpaid .myacp #main .node-webform .form-actions input.myacp-button.button-primary > span.icon-grid:before, #main .node-webform .form-actions #block-myacp-block-myacp-panel .dues-unpaid .myacp .views-field-topic-icon input.myacp-button.button-primary > span.icon-grid:before, .views-field-topic-icon #main .node-webform .form-actions #block-myacp-block-myacp-panel .dues-unpaid .myacp input.myacp-button.button-primary > span.icon-grid:before, #block-myacp-block-myacp-panel .dues-unpaid .myacp #main .node-webform .views-field-topic-icon .myacp-button.button_green > span.icon-grid:before, .views-field-topic-icon #block-myacp-block-myacp-panel .dues-unpaid .myacp #main .node-webform .myacp-button.button_green > span.icon-grid:before, #main .node-webform #block-myacp-block-myacp-panel .dues-unpaid .myacp .views-field-topic-icon .myacp-button.button_green > span.icon-grid:before, .views-field-topic-icon #main .node-webform #block-myacp-block-myacp-panel .dues-unpaid .myacp .myacp-button.button_green > span.icon-grid:before, #block-myacp-block-myacp-panel .dues-unpaid .myacp #main .node-webform .views-field-topic-icon .myacp-button.button_remove > span.icon-grid:before, .views-field-topic-icon #block-myacp-block-myacp-panel .dues-unpaid .myacp #main .node-webform .myacp-button.button_remove > span.icon-grid:before, #main .node-webform #block-myacp-block-myacp-panel .dues-unpaid .myacp .views-field-topic-icon .myacp-button.button_remove > span.icon-grid:before, .views-field-topic-icon #main .node-webform #block-myacp-block-myacp-panel .dues-unpaid .myacp .myacp-button.button_remove > span.icon-grid:before, #block-myacp-block-myacp-panel .dues-unpaid .myacp #main .node-webform .form-actions .views-field-topic-icon input.myacp-button > span.icon-grid:before, .views-field-topic-icon #block-myacp-block-myacp-panel .dues-unpaid .myacp #main .node-webform .form-actions input.myacp-button > span.icon-grid:before, #main .node-webform .form-actions #block-myacp-block-myacp-panel .dues-unpaid .myacp .views-field-topic-icon input.myacp-button > span.icon-grid:before, .views-field-topic-icon #main .node-webform .form-actions #block-myacp-block-myacp-panel .dues-unpaid .myacp input.myacp-button > span.icon-grid:before,
  #block-myacp-block-myacp-panel .dues-unpaid .myacp #main .node-webform .views-field-topic-icon button.myacp-button.button_blue > span.icon-grid:before,
  .views-field-topic-icon #block-myacp-block-myacp-panel .dues-unpaid .myacp #main .node-webform button.myacp-button.button_blue > span.icon-grid:before,
  #main .node-webform #block-myacp-block-myacp-panel .dues-unpaid .myacp .views-field-topic-icon button.myacp-button.button_blue > span.icon-grid:before,
  .views-field-topic-icon #main .node-webform #block-myacp-block-myacp-panel .dues-unpaid .myacp button.myacp-button.button_blue > span.icon-grid:before, #block-myacp-block-myacp-panel .dues-unpaid .myacp #main .node-webform .views-field-topic-icon button.myacp-button.button_green > span.icon-grid:before, .views-field-topic-icon #block-myacp-block-myacp-panel .dues-unpaid .myacp #main .node-webform button.myacp-button.button_green > span.icon-grid:before, #main .node-webform #block-myacp-block-myacp-panel .dues-unpaid .myacp .views-field-topic-icon button.myacp-button.button_green > span.icon-grid:before, .views-field-topic-icon #main .node-webform #block-myacp-block-myacp-panel .dues-unpaid .myacp button.myacp-button.button_green > span.icon-grid:before,
  #block-myacp-block-myacp-panel .dues-unpaid .myacp #main .node-webform .views-field-topic-icon input.myacp-button.button_blue > span.icon-grid:before,
  .views-field-topic-icon #block-myacp-block-myacp-panel .dues-unpaid .myacp #main .node-webform input.myacp-button.button_blue > span.icon-grid:before,
  #main .node-webform #block-myacp-block-myacp-panel .dues-unpaid .myacp .views-field-topic-icon input.myacp-button.button_blue > span.icon-grid:before,
  .views-field-topic-icon #main .node-webform #block-myacp-block-myacp-panel .dues-unpaid .myacp input.myacp-button.button_blue > span.icon-grid:before, #block-myacp-block-myacp-panel .dues-unpaid .myacp #main .node-webform .views-field-topic-icon input.myacp-button.button_green > span.icon-grid:before, .views-field-topic-icon #block-myacp-block-myacp-panel .dues-unpaid .myacp #main .node-webform input.myacp-button.button_green > span.icon-grid:before, #main .node-webform #block-myacp-block-myacp-panel .dues-unpaid .myacp .views-field-topic-icon input.myacp-button.button_green > span.icon-grid:before, .views-field-topic-icon #main .node-webform #block-myacp-block-myacp-panel .dues-unpaid .myacp input.myacp-button.button_green > span.icon-grid:before, #block-myacp-block-myacp-panel .dues-unpaid .myacp #main .node-webform .views-field-topic-icon input.myacp-button.button_remove > span.icon-grid:before, .views-field-topic-icon #block-myacp-block-myacp-panel .dues-unpaid .myacp #main .node-webform input.myacp-button.button_remove > span.icon-grid:before, #main .node-webform #block-myacp-block-myacp-panel .dues-unpaid .myacp .views-field-topic-icon input.myacp-button.button_remove > span.icon-grid:before, .views-field-topic-icon #main .node-webform #block-myacp-block-myacp-panel .dues-unpaid .myacp input.myacp-button.button_remove > span.icon-grid:before, #block-myacp-block-myacp-panel .dues-unpaid .myacp .joyride-tip-guide .joyride-content-wrapper .views-field-topic-icon a.myacp-button.joyride-next-tip > span.icon-grid:before, .views-field-topic-icon #block-myacp-block-myacp-panel .dues-unpaid .myacp .joyride-tip-guide .joyride-content-wrapper a.myacp-button.joyride-next-tip > span.icon-grid:before, .joyride-tip-guide .joyride-content-wrapper #block-myacp-block-myacp-panel .dues-unpaid .myacp .views-field-topic-icon a.myacp-button.joyride-next-tip > span.icon-grid:before, .views-field-topic-icon .joyride-tip-guide .joyride-content-wrapper #block-myacp-block-myacp-panel .dues-unpaid .myacp a.myacp-button.joyride-next-tip > span.icon-grid:before, #block-myacp-block-myacp-panel .dues-unpaid .myacp .page-forum ul.action-links li .views-field-topic-icon a.myacp-button.subscription > span.icon-grid:before, .views-field-topic-icon #block-myacp-block-myacp-panel .dues-unpaid .myacp .page-forum ul.action-links li a.myacp-button.subscription > span.icon-grid:before, .page-forum ul.action-links li #block-myacp-block-myacp-panel .dues-unpaid .myacp .views-field-topic-icon a.myacp-button.subscription > span.icon-grid:before, .views-field-topic-icon .page-forum ul.action-links li #block-myacp-block-myacp-panel .dues-unpaid .myacp a.myacp-button.subscription > span.icon-grid:before,
  #block-myacp-block-myacp-panel .dues-unpaid .myacp .forum-list-icon span .myacp-button.button > span.icon-grid:before,
  .forum-list-icon span #block-myacp-block-myacp-panel .dues-unpaid .myacp .myacp-button.button > span.icon-grid:before,
  #block-myacp-block-myacp-panel .dues-unpaid .myacp .content form .forum-list-icon span input.myacp-button[type="submit"] > span.icon-grid:before,
  .forum-list-icon span #block-myacp-block-myacp-panel .dues-unpaid .myacp .content form input.myacp-button[type="submit"] > span.icon-grid:before,
  .content form #block-myacp-block-myacp-panel .dues-unpaid .myacp .forum-list-icon span input.myacp-button[type="submit"] > span.icon-grid:before,
  .forum-list-icon span .content form #block-myacp-block-myacp-panel .dues-unpaid .myacp input.myacp-button[type="submit"] > span.icon-grid:before,
  #block-myacp-block-myacp-panel .dues-unpaid .myacp label.fancy .forum-list-icon span select.myacp-button > span.icon-grid:before,
  .forum-list-icon span #block-myacp-block-myacp-panel .dues-unpaid .myacp label.fancy select.myacp-button > span.icon-grid:before,
  label.fancy #block-myacp-block-myacp-panel .dues-unpaid .myacp .forum-list-icon span select.myacp-button > span.icon-grid:before,
  .forum-list-icon span label.fancy #block-myacp-block-myacp-panel .dues-unpaid .myacp select.myacp-button > span.icon-grid:before,
  #block-myacp-block-myacp-panel .dues-unpaid .myacp #main .node-webform .forum-list-icon span .myacp-button.button_blue > span.icon-grid:before,
  .forum-list-icon span #block-myacp-block-myacp-panel .dues-unpaid .myacp #main .node-webform .myacp-button.button_blue > span.icon-grid:before,
  #main .node-webform #block-myacp-block-myacp-panel .dues-unpaid .myacp .forum-list-icon span .myacp-button.button_blue > span.icon-grid:before,
  .forum-list-icon span #main .node-webform #block-myacp-block-myacp-panel .dues-unpaid .myacp .myacp-button.button_blue > span.icon-grid:before,
  #block-myacp-block-myacp-panel .dues-unpaid .myacp #main .node-webform .form-actions .forum-list-icon span input.myacp-button.button-primary > span.icon-grid:before,
  .forum-list-icon span #block-myacp-block-myacp-panel .dues-unpaid .myacp #main .node-webform .form-actions input.myacp-button.button-primary > span.icon-grid:before,
  #main .node-webform .form-actions #block-myacp-block-myacp-panel .dues-unpaid .myacp .forum-list-icon span input.myacp-button.button-primary > span.icon-grid:before,
  .forum-list-icon span #main .node-webform .form-actions #block-myacp-block-myacp-panel .dues-unpaid .myacp input.myacp-button.button-primary > span.icon-grid:before,
  #block-myacp-block-myacp-panel .dues-unpaid .myacp #main .node-webform .forum-list-icon span .myacp-button.button_green > span.icon-grid:before,
  .forum-list-icon span #block-myacp-block-myacp-panel .dues-unpaid .myacp #main .node-webform .myacp-button.button_green > span.icon-grid:before,
  #main .node-webform #block-myacp-block-myacp-panel .dues-unpaid .myacp .forum-list-icon span .myacp-button.button_green > span.icon-grid:before,
  .forum-list-icon span #main .node-webform #block-myacp-block-myacp-panel .dues-unpaid .myacp .myacp-button.button_green > span.icon-grid:before,
  #block-myacp-block-myacp-panel .dues-unpaid .myacp #main .node-webform .forum-list-icon span .myacp-button.button_remove > span.icon-grid:before,
  .forum-list-icon span #block-myacp-block-myacp-panel .dues-unpaid .myacp #main .node-webform .myacp-button.button_remove > span.icon-grid:before,
  #main .node-webform #block-myacp-block-myacp-panel .dues-unpaid .myacp .forum-list-icon span .myacp-button.button_remove > span.icon-grid:before,
  .forum-list-icon span #main .node-webform #block-myacp-block-myacp-panel .dues-unpaid .myacp .myacp-button.button_remove > span.icon-grid:before,
  #block-myacp-block-myacp-panel .dues-unpaid .myacp #main .node-webform .form-actions .forum-list-icon span input.myacp-button > span.icon-grid:before,
  .forum-list-icon span #block-myacp-block-myacp-panel .dues-unpaid .myacp #main .node-webform .form-actions input.myacp-button > span.icon-grid:before,
  #main .node-webform .form-actions #block-myacp-block-myacp-panel .dues-unpaid .myacp .forum-list-icon span input.myacp-button > span.icon-grid:before,
  .forum-list-icon span #main .node-webform .form-actions #block-myacp-block-myacp-panel .dues-unpaid .myacp input.myacp-button > span.icon-grid:before,
  #block-myacp-block-myacp-panel .dues-unpaid .myacp #main .node-webform .forum-list-icon span button.myacp-button.button_blue > span.icon-grid:before,
  .forum-list-icon span #block-myacp-block-myacp-panel .dues-unpaid .myacp #main .node-webform button.myacp-button.button_blue > span.icon-grid:before,
  #main .node-webform #block-myacp-block-myacp-panel .dues-unpaid .myacp .forum-list-icon span button.myacp-button.button_blue > span.icon-grid:before,
  .forum-list-icon span #main .node-webform #block-myacp-block-myacp-panel .dues-unpaid .myacp button.myacp-button.button_blue > span.icon-grid:before,
  #block-myacp-block-myacp-panel .dues-unpaid .myacp #main .node-webform .forum-list-icon span button.myacp-button.button_green > span.icon-grid:before,
  .forum-list-icon span #block-myacp-block-myacp-panel .dues-unpaid .myacp #main .node-webform button.myacp-button.button_green > span.icon-grid:before,
  #main .node-webform #block-myacp-block-myacp-panel .dues-unpaid .myacp .forum-list-icon span button.myacp-button.button_green > span.icon-grid:before,
  .forum-list-icon span #main .node-webform #block-myacp-block-myacp-panel .dues-unpaid .myacp button.myacp-button.button_green > span.icon-grid:before,
  #block-myacp-block-myacp-panel .dues-unpaid .myacp #main .node-webform .forum-list-icon span input.myacp-button.button_blue > span.icon-grid:before,
  .forum-list-icon span #block-myacp-block-myacp-panel .dues-unpaid .myacp #main .node-webform input.myacp-button.button_blue > span.icon-grid:before,
  #main .node-webform #block-myacp-block-myacp-panel .dues-unpaid .myacp .forum-list-icon span input.myacp-button.button_blue > span.icon-grid:before,
  .forum-list-icon span #main .node-webform #block-myacp-block-myacp-panel .dues-unpaid .myacp input.myacp-button.button_blue > span.icon-grid:before,
  #block-myacp-block-myacp-panel .dues-unpaid .myacp #main .node-webform .forum-list-icon span input.myacp-button.button_green > span.icon-grid:before,
  .forum-list-icon span #block-myacp-block-myacp-panel .dues-unpaid .myacp #main .node-webform input.myacp-button.button_green > span.icon-grid:before,
  #main .node-webform #block-myacp-block-myacp-panel .dues-unpaid .myacp .forum-list-icon span input.myacp-button.button_green > span.icon-grid:before,
  .forum-list-icon span #main .node-webform #block-myacp-block-myacp-panel .dues-unpaid .myacp input.myacp-button.button_green > span.icon-grid:before,
  #block-myacp-block-myacp-panel .dues-unpaid .myacp #main .node-webform .forum-list-icon span input.myacp-button.button_remove > span.icon-grid:before,
  .forum-list-icon span #block-myacp-block-myacp-panel .dues-unpaid .myacp #main .node-webform input.myacp-button.button_remove > span.icon-grid:before,
  #main .node-webform #block-myacp-block-myacp-panel .dues-unpaid .myacp .forum-list-icon span input.myacp-button.button_remove > span.icon-grid:before,
  .forum-list-icon span #main .node-webform #block-myacp-block-myacp-panel .dues-unpaid .myacp input.myacp-button.button_remove > span.icon-grid:before,
  #block-myacp-block-myacp-panel .dues-unpaid .myacp .joyride-tip-guide .joyride-content-wrapper .forum-list-icon span a.myacp-button.joyride-next-tip > span.icon-grid:before,
  .forum-list-icon span #block-myacp-block-myacp-panel .dues-unpaid .myacp .joyride-tip-guide .joyride-content-wrapper a.myacp-button.joyride-next-tip > span.icon-grid:before,
  .joyride-tip-guide .joyride-content-wrapper #block-myacp-block-myacp-panel .dues-unpaid .myacp .forum-list-icon span a.myacp-button.joyride-next-tip > span.icon-grid:before,
  .forum-list-icon span .joyride-tip-guide .joyride-content-wrapper #block-myacp-block-myacp-panel .dues-unpaid .myacp a.myacp-button.joyride-next-tip > span.icon-grid:before,
  #block-myacp-block-myacp-panel .dues-unpaid .myacp .page-forum ul.action-links li .forum-list-icon span a.myacp-button.subscription > span.icon-grid:before,
  .forum-list-icon span #block-myacp-block-myacp-panel .dues-unpaid .myacp .page-forum ul.action-links li a.myacp-button.subscription > span.icon-grid:before,
  .page-forum ul.action-links li #block-myacp-block-myacp-panel .dues-unpaid .myacp .forum-list-icon span a.myacp-button.subscription > span.icon-grid:before,
  .forum-list-icon span .page-forum ul.action-links li #block-myacp-block-myacp-panel .dues-unpaid .myacp a.myacp-button.subscription > span.icon-grid:before, #block-myacp-block-myacp-panel .dues-unpaid .myacp .forum-topic-legend .myacp-button.button > div.icon-grid:before, .forum-topic-legend #block-myacp-block-myacp-panel .dues-unpaid .myacp .myacp-button.button > div.icon-grid:before, #block-myacp-block-myacp-panel .dues-unpaid .myacp .content form .forum-topic-legend input.myacp-button[type="submit"] > div.icon-grid:before, .forum-topic-legend #block-myacp-block-myacp-panel .dues-unpaid .myacp .content form input.myacp-button[type="submit"] > div.icon-grid:before, .content form #block-myacp-block-myacp-panel .dues-unpaid .myacp .forum-topic-legend input.myacp-button[type="submit"] > div.icon-grid:before, .forum-topic-legend .content form #block-myacp-block-myacp-panel .dues-unpaid .myacp input.myacp-button[type="submit"] > div.icon-grid:before, #block-myacp-block-myacp-panel .dues-unpaid .myacp label.fancy .forum-topic-legend select.myacp-button > div.icon-grid:before, .forum-topic-legend #block-myacp-block-myacp-panel .dues-unpaid .myacp label.fancy select.myacp-button > div.icon-grid:before, label.fancy #block-myacp-block-myacp-panel .dues-unpaid .myacp .forum-topic-legend select.myacp-button > div.icon-grid:before, .forum-topic-legend label.fancy #block-myacp-block-myacp-panel .dues-unpaid .myacp select.myacp-button > div.icon-grid:before, #block-myacp-block-myacp-panel .dues-unpaid .myacp #main .node-webform .forum-topic-legend .myacp-button.button_blue > div.icon-grid:before, .forum-topic-legend #block-myacp-block-myacp-panel .dues-unpaid .myacp #main .node-webform .myacp-button.button_blue > div.icon-grid:before, #main .node-webform #block-myacp-block-myacp-panel .dues-unpaid .myacp .forum-topic-legend .myacp-button.button_blue > div.icon-grid:before, .forum-topic-legend #main .node-webform #block-myacp-block-myacp-panel .dues-unpaid .myacp .myacp-button.button_blue > div.icon-grid:before, #block-myacp-block-myacp-panel .dues-unpaid .myacp #main .node-webform .form-actions .forum-topic-legend input.myacp-button.button-primary > div.icon-grid:before, .forum-topic-legend #block-myacp-block-myacp-panel .dues-unpaid .myacp #main .node-webform .form-actions input.myacp-button.button-primary > div.icon-grid:before, #main .node-webform .form-actions #block-myacp-block-myacp-panel .dues-unpaid .myacp .forum-topic-legend input.myacp-button.button-primary > div.icon-grid:before, .forum-topic-legend #main .node-webform .form-actions #block-myacp-block-myacp-panel .dues-unpaid .myacp input.myacp-button.button-primary > div.icon-grid:before, #block-myacp-block-myacp-panel .dues-unpaid .myacp #main .node-webform .forum-topic-legend .myacp-button.button_green > div.icon-grid:before, .forum-topic-legend #block-myacp-block-myacp-panel .dues-unpaid .myacp #main .node-webform .myacp-button.button_green > div.icon-grid:before, #main .node-webform #block-myacp-block-myacp-panel .dues-unpaid .myacp .forum-topic-legend .myacp-button.button_green > div.icon-grid:before, .forum-topic-legend #main .node-webform #block-myacp-block-myacp-panel .dues-unpaid .myacp .myacp-button.button_green > div.icon-grid:before, #block-myacp-block-myacp-panel .dues-unpaid .myacp #main .node-webform .forum-topic-legend .myacp-button.button_remove > div.icon-grid:before, .forum-topic-legend #block-myacp-block-myacp-panel .dues-unpaid .myacp #main .node-webform .myacp-button.button_remove > div.icon-grid:before, #main .node-webform #block-myacp-block-myacp-panel .dues-unpaid .myacp .forum-topic-legend .myacp-button.button_remove > div.icon-grid:before, .forum-topic-legend #main .node-webform #block-myacp-block-myacp-panel .dues-unpaid .myacp .myacp-button.button_remove > div.icon-grid:before, #block-myacp-block-myacp-panel .dues-unpaid .myacp #main .node-webform .form-actions .forum-topic-legend input.myacp-button > div.icon-grid:before, .forum-topic-legend #block-myacp-block-myacp-panel .dues-unpaid .myacp #main .node-webform .form-actions input.myacp-button > div.icon-grid:before, #main .node-webform .form-actions #block-myacp-block-myacp-panel .dues-unpaid .myacp .forum-topic-legend input.myacp-button > div.icon-grid:before, .forum-topic-legend #main .node-webform .form-actions #block-myacp-block-myacp-panel .dues-unpaid .myacp input.myacp-button > div.icon-grid:before,
  #block-myacp-block-myacp-panel .dues-unpaid .myacp #main .node-webform .forum-topic-legend button.myacp-button.button_blue > div.icon-grid:before,
  .forum-topic-legend #block-myacp-block-myacp-panel .dues-unpaid .myacp #main .node-webform button.myacp-button.button_blue > div.icon-grid:before,
  #main .node-webform #block-myacp-block-myacp-panel .dues-unpaid .myacp .forum-topic-legend button.myacp-button.button_blue > div.icon-grid:before,
  .forum-topic-legend #main .node-webform #block-myacp-block-myacp-panel .dues-unpaid .myacp button.myacp-button.button_blue > div.icon-grid:before, #block-myacp-block-myacp-panel .dues-unpaid .myacp #main .node-webform .forum-topic-legend button.myacp-button.button_green > div.icon-grid:before, .forum-topic-legend #block-myacp-block-myacp-panel .dues-unpaid .myacp #main .node-webform button.myacp-button.button_green > div.icon-grid:before, #main .node-webform #block-myacp-block-myacp-panel .dues-unpaid .myacp .forum-topic-legend button.myacp-button.button_green > div.icon-grid:before, .forum-topic-legend #main .node-webform #block-myacp-block-myacp-panel .dues-unpaid .myacp button.myacp-button.button_green > div.icon-grid:before,
  #block-myacp-block-myacp-panel .dues-unpaid .myacp #main .node-webform .forum-topic-legend input.myacp-button.button_blue > div.icon-grid:before,
  .forum-topic-legend #block-myacp-block-myacp-panel .dues-unpaid .myacp #main .node-webform input.myacp-button.button_blue > div.icon-grid:before,
  #main .node-webform #block-myacp-block-myacp-panel .dues-unpaid .myacp .forum-topic-legend input.myacp-button.button_blue > div.icon-grid:before,
  .forum-topic-legend #main .node-webform #block-myacp-block-myacp-panel .dues-unpaid .myacp input.myacp-button.button_blue > div.icon-grid:before, #block-myacp-block-myacp-panel .dues-unpaid .myacp #main .node-webform .forum-topic-legend input.myacp-button.button_green > div.icon-grid:before, .forum-topic-legend #block-myacp-block-myacp-panel .dues-unpaid .myacp #main .node-webform input.myacp-button.button_green > div.icon-grid:before, #main .node-webform #block-myacp-block-myacp-panel .dues-unpaid .myacp .forum-topic-legend input.myacp-button.button_green > div.icon-grid:before, .forum-topic-legend #main .node-webform #block-myacp-block-myacp-panel .dues-unpaid .myacp input.myacp-button.button_green > div.icon-grid:before, #block-myacp-block-myacp-panel .dues-unpaid .myacp #main .node-webform .forum-topic-legend input.myacp-button.button_remove > div.icon-grid:before, .forum-topic-legend #block-myacp-block-myacp-panel .dues-unpaid .myacp #main .node-webform input.myacp-button.button_remove > div.icon-grid:before, #main .node-webform #block-myacp-block-myacp-panel .dues-unpaid .myacp .forum-topic-legend input.myacp-button.button_remove > div.icon-grid:before, .forum-topic-legend #main .node-webform #block-myacp-block-myacp-panel .dues-unpaid .myacp input.myacp-button.button_remove > div.icon-grid:before, #block-myacp-block-myacp-panel .dues-unpaid .myacp .joyride-tip-guide .joyride-content-wrapper .forum-topic-legend a.myacp-button.joyride-next-tip > div.icon-grid:before, .forum-topic-legend #block-myacp-block-myacp-panel .dues-unpaid .myacp .joyride-tip-guide .joyride-content-wrapper a.myacp-button.joyride-next-tip > div.icon-grid:before, .joyride-tip-guide .joyride-content-wrapper #block-myacp-block-myacp-panel .dues-unpaid .myacp .forum-topic-legend a.myacp-button.joyride-next-tip > div.icon-grid:before, .forum-topic-legend .joyride-tip-guide .joyride-content-wrapper #block-myacp-block-myacp-panel .dues-unpaid .myacp a.myacp-button.joyride-next-tip > div.icon-grid:before, #block-myacp-block-myacp-panel .dues-unpaid .myacp .page-forum ul.action-links li .forum-topic-legend a.myacp-button.subscription > div.icon-grid:before, .forum-topic-legend #block-myacp-block-myacp-panel .dues-unpaid .myacp .page-forum ul.action-links li a.myacp-button.subscription > div.icon-grid:before, .page-forum ul.action-links li #block-myacp-block-myacp-panel .dues-unpaid .myacp .forum-topic-legend a.myacp-button.subscription > div.icon-grid:before, .forum-topic-legend .page-forum ul.action-links li #block-myacp-block-myacp-panel .dues-unpaid .myacp a.myacp-button.subscription > div.icon-grid:before,
  #block-myacp-block-myacp-panel .dues-unpaid .myacp .forum-list-icon-legend span .myacp-button.button > span.icon-grid:before,
  .forum-list-icon-legend span #block-myacp-block-myacp-panel .dues-unpaid .myacp .myacp-button.button > span.icon-grid:before,
  #block-myacp-block-myacp-panel .dues-unpaid .myacp .content form .forum-list-icon-legend span input.myacp-button[type="submit"] > span.icon-grid:before,
  .forum-list-icon-legend span #block-myacp-block-myacp-panel .dues-unpaid .myacp .content form input.myacp-button[type="submit"] > span.icon-grid:before,
  .content form #block-myacp-block-myacp-panel .dues-unpaid .myacp .forum-list-icon-legend span input.myacp-button[type="submit"] > span.icon-grid:before,
  .forum-list-icon-legend span .content form #block-myacp-block-myacp-panel .dues-unpaid .myacp input.myacp-button[type="submit"] > span.icon-grid:before,
  #block-myacp-block-myacp-panel .dues-unpaid .myacp label.fancy .forum-list-icon-legend span select.myacp-button > span.icon-grid:before,
  .forum-list-icon-legend span #block-myacp-block-myacp-panel .dues-unpaid .myacp label.fancy select.myacp-button > span.icon-grid:before,
  label.fancy #block-myacp-block-myacp-panel .dues-unpaid .myacp .forum-list-icon-legend span select.myacp-button > span.icon-grid:before,
  .forum-list-icon-legend span label.fancy #block-myacp-block-myacp-panel .dues-unpaid .myacp select.myacp-button > span.icon-grid:before,
  #block-myacp-block-myacp-panel .dues-unpaid .myacp #main .node-webform .forum-list-icon-legend span .myacp-button.button_blue > span.icon-grid:before,
  .forum-list-icon-legend span #block-myacp-block-myacp-panel .dues-unpaid .myacp #main .node-webform .myacp-button.button_blue > span.icon-grid:before,
  #main .node-webform #block-myacp-block-myacp-panel .dues-unpaid .myacp .forum-list-icon-legend span .myacp-button.button_blue > span.icon-grid:before,
  .forum-list-icon-legend span #main .node-webform #block-myacp-block-myacp-panel .dues-unpaid .myacp .myacp-button.button_blue > span.icon-grid:before,
  #block-myacp-block-myacp-panel .dues-unpaid .myacp #main .node-webform .form-actions .forum-list-icon-legend span input.myacp-button.button-primary > span.icon-grid:before,
  .forum-list-icon-legend span #block-myacp-block-myacp-panel .dues-unpaid .myacp #main .node-webform .form-actions input.myacp-button.button-primary > span.icon-grid:before,
  #main .node-webform .form-actions #block-myacp-block-myacp-panel .dues-unpaid .myacp .forum-list-icon-legend span input.myacp-button.button-primary > span.icon-grid:before,
  .forum-list-icon-legend span #main .node-webform .form-actions #block-myacp-block-myacp-panel .dues-unpaid .myacp input.myacp-button.button-primary > span.icon-grid:before,
  #block-myacp-block-myacp-panel .dues-unpaid .myacp #main .node-webform .forum-list-icon-legend span .myacp-button.button_green > span.icon-grid:before,
  .forum-list-icon-legend span #block-myacp-block-myacp-panel .dues-unpaid .myacp #main .node-webform .myacp-button.button_green > span.icon-grid:before,
  #main .node-webform #block-myacp-block-myacp-panel .dues-unpaid .myacp .forum-list-icon-legend span .myacp-button.button_green > span.icon-grid:before,
  .forum-list-icon-legend span #main .node-webform #block-myacp-block-myacp-panel .dues-unpaid .myacp .myacp-button.button_green > span.icon-grid:before,
  #block-myacp-block-myacp-panel .dues-unpaid .myacp #main .node-webform .forum-list-icon-legend span .myacp-button.button_remove > span.icon-grid:before,
  .forum-list-icon-legend span #block-myacp-block-myacp-panel .dues-unpaid .myacp #main .node-webform .myacp-button.button_remove > span.icon-grid:before,
  #main .node-webform #block-myacp-block-myacp-panel .dues-unpaid .myacp .forum-list-icon-legend span .myacp-button.button_remove > span.icon-grid:before,
  .forum-list-icon-legend span #main .node-webform #block-myacp-block-myacp-panel .dues-unpaid .myacp .myacp-button.button_remove > span.icon-grid:before,
  #block-myacp-block-myacp-panel .dues-unpaid .myacp #main .node-webform .form-actions .forum-list-icon-legend span input.myacp-button > span.icon-grid:before,
  .forum-list-icon-legend span #block-myacp-block-myacp-panel .dues-unpaid .myacp #main .node-webform .form-actions input.myacp-button > span.icon-grid:before,
  #main .node-webform .form-actions #block-myacp-block-myacp-panel .dues-unpaid .myacp .forum-list-icon-legend span input.myacp-button > span.icon-grid:before,
  .forum-list-icon-legend span #main .node-webform .form-actions #block-myacp-block-myacp-panel .dues-unpaid .myacp input.myacp-button > span.icon-grid:before,
  #block-myacp-block-myacp-panel .dues-unpaid .myacp #main .node-webform .forum-list-icon-legend span button.myacp-button.button_blue > span.icon-grid:before,
  .forum-list-icon-legend span #block-myacp-block-myacp-panel .dues-unpaid .myacp #main .node-webform button.myacp-button.button_blue > span.icon-grid:before,
  #main .node-webform #block-myacp-block-myacp-panel .dues-unpaid .myacp .forum-list-icon-legend span button.myacp-button.button_blue > span.icon-grid:before,
  .forum-list-icon-legend span #main .node-webform #block-myacp-block-myacp-panel .dues-unpaid .myacp button.myacp-button.button_blue > span.icon-grid:before,
  #block-myacp-block-myacp-panel .dues-unpaid .myacp #main .node-webform .forum-list-icon-legend span button.myacp-button.button_green > span.icon-grid:before,
  .forum-list-icon-legend span #block-myacp-block-myacp-panel .dues-unpaid .myacp #main .node-webform button.myacp-button.button_green > span.icon-grid:before,
  #main .node-webform #block-myacp-block-myacp-panel .dues-unpaid .myacp .forum-list-icon-legend span button.myacp-button.button_green > span.icon-grid:before,
  .forum-list-icon-legend span #main .node-webform #block-myacp-block-myacp-panel .dues-unpaid .myacp button.myacp-button.button_green > span.icon-grid:before,
  #block-myacp-block-myacp-panel .dues-unpaid .myacp #main .node-webform .forum-list-icon-legend span input.myacp-button.button_blue > span.icon-grid:before,
  .forum-list-icon-legend span #block-myacp-block-myacp-panel .dues-unpaid .myacp #main .node-webform input.myacp-button.button_blue > span.icon-grid:before,
  #main .node-webform #block-myacp-block-myacp-panel .dues-unpaid .myacp .forum-list-icon-legend span input.myacp-button.button_blue > span.icon-grid:before,
  .forum-list-icon-legend span #main .node-webform #block-myacp-block-myacp-panel .dues-unpaid .myacp input.myacp-button.button_blue > span.icon-grid:before,
  #block-myacp-block-myacp-panel .dues-unpaid .myacp #main .node-webform .forum-list-icon-legend span input.myacp-button.button_green > span.icon-grid:before,
  .forum-list-icon-legend span #block-myacp-block-myacp-panel .dues-unpaid .myacp #main .node-webform input.myacp-button.button_green > span.icon-grid:before,
  #main .node-webform #block-myacp-block-myacp-panel .dues-unpaid .myacp .forum-list-icon-legend span input.myacp-button.button_green > span.icon-grid:before,
  .forum-list-icon-legend span #main .node-webform #block-myacp-block-myacp-panel .dues-unpaid .myacp input.myacp-button.button_green > span.icon-grid:before,
  #block-myacp-block-myacp-panel .dues-unpaid .myacp #main .node-webform .forum-list-icon-legend span input.myacp-button.button_remove > span.icon-grid:before,
  .forum-list-icon-legend span #block-myacp-block-myacp-panel .dues-unpaid .myacp #main .node-webform input.myacp-button.button_remove > span.icon-grid:before,
  #main .node-webform #block-myacp-block-myacp-panel .dues-unpaid .myacp .forum-list-icon-legend span input.myacp-button.button_remove > span.icon-grid:before,
  .forum-list-icon-legend span #main .node-webform #block-myacp-block-myacp-panel .dues-unpaid .myacp input.myacp-button.button_remove > span.icon-grid:before,
  #block-myacp-block-myacp-panel .dues-unpaid .myacp .joyride-tip-guide .joyride-content-wrapper .forum-list-icon-legend span a.myacp-button.joyride-next-tip > span.icon-grid:before,
  .forum-list-icon-legend span #block-myacp-block-myacp-panel .dues-unpaid .myacp .joyride-tip-guide .joyride-content-wrapper a.myacp-button.joyride-next-tip > span.icon-grid:before,
  .joyride-tip-guide .joyride-content-wrapper #block-myacp-block-myacp-panel .dues-unpaid .myacp .forum-list-icon-legend span a.myacp-button.joyride-next-tip > span.icon-grid:before,
  .forum-list-icon-legend span .joyride-tip-guide .joyride-content-wrapper #block-myacp-block-myacp-panel .dues-unpaid .myacp a.myacp-button.joyride-next-tip > span.icon-grid:before,
  #block-myacp-block-myacp-panel .dues-unpaid .myacp .page-forum ul.action-links li .forum-list-icon-legend span a.myacp-button.subscription > span.icon-grid:before,
  .forum-list-icon-legend span #block-myacp-block-myacp-panel .dues-unpaid .myacp .page-forum ul.action-links li a.myacp-button.subscription > span.icon-grid:before,
  .page-forum ul.action-links li #block-myacp-block-myacp-panel .dues-unpaid .myacp .forum-list-icon-legend span a.myacp-button.subscription > span.icon-grid:before,
  .forum-list-icon-legend span .page-forum ul.action-links li #block-myacp-block-myacp-panel .dues-unpaid .myacp a.myacp-button.subscription > span.icon-grid:before, #block-myacp-block-myacp-panel .dues-unpaid .myacp tr.even td.forum-list-icon-default .forum-list-icon-wrapper .myacp-button.button > span.icon-grid:before, tr.even td.forum-list-icon-default .forum-list-icon-wrapper #block-myacp-block-myacp-panel .dues-unpaid .myacp .myacp-button.button > span.icon-grid:before, #block-myacp-block-myacp-panel .dues-unpaid .myacp .content form tr.even td.forum-list-icon-default .forum-list-icon-wrapper input.myacp-button[type="submit"] > span.icon-grid:before, tr.even td.forum-list-icon-default .forum-list-icon-wrapper #block-myacp-block-myacp-panel .dues-unpaid .myacp .content form input.myacp-button[type="submit"] > span.icon-grid:before, .content form #block-myacp-block-myacp-panel .dues-unpaid .myacp tr.even td.forum-list-icon-default .forum-list-icon-wrapper input.myacp-button[type="submit"] > span.icon-grid:before, tr.even td.forum-list-icon-default .forum-list-icon-wrapper .content form #block-myacp-block-myacp-panel .dues-unpaid .myacp input.myacp-button[type="submit"] > span.icon-grid:before, #block-myacp-block-myacp-panel .dues-unpaid .myacp label.fancy tr.even td.forum-list-icon-default .forum-list-icon-wrapper select.myacp-button > span.icon-grid:before, tr.even td.forum-list-icon-default .forum-list-icon-wrapper #block-myacp-block-myacp-panel .dues-unpaid .myacp label.fancy select.myacp-button > span.icon-grid:before, label.fancy #block-myacp-block-myacp-panel .dues-unpaid .myacp tr.even td.forum-list-icon-default .forum-list-icon-wrapper select.myacp-button > span.icon-grid:before, tr.even td.forum-list-icon-default .forum-list-icon-wrapper label.fancy #block-myacp-block-myacp-panel .dues-unpaid .myacp select.myacp-button > span.icon-grid:before, #block-myacp-block-myacp-panel .dues-unpaid .myacp #main .node-webform tr.even td.forum-list-icon-default .forum-list-icon-wrapper .myacp-button.button_blue > span.icon-grid:before, tr.even td.forum-list-icon-default .forum-list-icon-wrapper #block-myacp-block-myacp-panel .dues-unpaid .myacp #main .node-webform .myacp-button.button_blue > span.icon-grid:before, #main .node-webform #block-myacp-block-myacp-panel .dues-unpaid .myacp tr.even td.forum-list-icon-default .forum-list-icon-wrapper .myacp-button.button_blue > span.icon-grid:before, tr.even td.forum-list-icon-default .forum-list-icon-wrapper #main .node-webform #block-myacp-block-myacp-panel .dues-unpaid .myacp .myacp-button.button_blue > span.icon-grid:before, #block-myacp-block-myacp-panel .dues-unpaid .myacp #main .node-webform .form-actions tr.even td.forum-list-icon-default .forum-list-icon-wrapper input.myacp-button.button-primary > span.icon-grid:before, tr.even td.forum-list-icon-default .forum-list-icon-wrapper #block-myacp-block-myacp-panel .dues-unpaid .myacp #main .node-webform .form-actions input.myacp-button.button-primary > span.icon-grid:before, #main .node-webform .form-actions #block-myacp-block-myacp-panel .dues-unpaid .myacp tr.even td.forum-list-icon-default .forum-list-icon-wrapper input.myacp-button.button-primary > span.icon-grid:before, tr.even td.forum-list-icon-default .forum-list-icon-wrapper #main .node-webform .form-actions #block-myacp-block-myacp-panel .dues-unpaid .myacp input.myacp-button.button-primary > span.icon-grid:before, #block-myacp-block-myacp-panel .dues-unpaid .myacp #main .node-webform tr.even td.forum-list-icon-default .forum-list-icon-wrapper .myacp-button.button_green > span.icon-grid:before, tr.even td.forum-list-icon-default .forum-list-icon-wrapper #block-myacp-block-myacp-panel .dues-unpaid .myacp #main .node-webform .myacp-button.button_green > span.icon-grid:before, #main .node-webform #block-myacp-block-myacp-panel .dues-unpaid .myacp tr.even td.forum-list-icon-default .forum-list-icon-wrapper .myacp-button.button_green > span.icon-grid:before, tr.even td.forum-list-icon-default .forum-list-icon-wrapper #main .node-webform #block-myacp-block-myacp-panel .dues-unpaid .myacp .myacp-button.button_green > span.icon-grid:before, #block-myacp-block-myacp-panel .dues-unpaid .myacp #main .node-webform tr.even td.forum-list-icon-default .forum-list-icon-wrapper .myacp-button.button_remove > span.icon-grid:before, tr.even td.forum-list-icon-default .forum-list-icon-wrapper #block-myacp-block-myacp-panel .dues-unpaid .myacp #main .node-webform .myacp-button.button_remove > span.icon-grid:before, #main .node-webform #block-myacp-block-myacp-panel .dues-unpaid .myacp tr.even td.forum-list-icon-default .forum-list-icon-wrapper .myacp-button.button_remove > span.icon-grid:before, tr.even td.forum-list-icon-default .forum-list-icon-wrapper #main .node-webform #block-myacp-block-myacp-panel .dues-unpaid .myacp .myacp-button.button_remove > span.icon-grid:before, #block-myacp-block-myacp-panel .dues-unpaid .myacp #main .node-webform .form-actions tr.even td.forum-list-icon-default .forum-list-icon-wrapper input.myacp-button > span.icon-grid:before, tr.even td.forum-list-icon-default .forum-list-icon-wrapper #block-myacp-block-myacp-panel .dues-unpaid .myacp #main .node-webform .form-actions input.myacp-button > span.icon-grid:before, #main .node-webform .form-actions #block-myacp-block-myacp-panel .dues-unpaid .myacp tr.even td.forum-list-icon-default .forum-list-icon-wrapper input.myacp-button > span.icon-grid:before, tr.even td.forum-list-icon-default .forum-list-icon-wrapper #main .node-webform .form-actions #block-myacp-block-myacp-panel .dues-unpaid .myacp input.myacp-button > span.icon-grid:before,
  #block-myacp-block-myacp-panel .dues-unpaid .myacp #main .node-webform tr.even td.forum-list-icon-default .forum-list-icon-wrapper button.myacp-button.button_blue > span.icon-grid:before,
  tr.even td.forum-list-icon-default .forum-list-icon-wrapper #block-myacp-block-myacp-panel .dues-unpaid .myacp #main .node-webform button.myacp-button.button_blue > span.icon-grid:before,
  #main .node-webform #block-myacp-block-myacp-panel .dues-unpaid .myacp tr.even td.forum-list-icon-default .forum-list-icon-wrapper button.myacp-button.button_blue > span.icon-grid:before,
  tr.even td.forum-list-icon-default .forum-list-icon-wrapper #main .node-webform #block-myacp-block-myacp-panel .dues-unpaid .myacp button.myacp-button.button_blue > span.icon-grid:before, #block-myacp-block-myacp-panel .dues-unpaid .myacp #main .node-webform tr.even td.forum-list-icon-default .forum-list-icon-wrapper button.myacp-button.button_green > span.icon-grid:before, tr.even td.forum-list-icon-default .forum-list-icon-wrapper #block-myacp-block-myacp-panel .dues-unpaid .myacp #main .node-webform button.myacp-button.button_green > span.icon-grid:before, #main .node-webform #block-myacp-block-myacp-panel .dues-unpaid .myacp tr.even td.forum-list-icon-default .forum-list-icon-wrapper button.myacp-button.button_green > span.icon-grid:before, tr.even td.forum-list-icon-default .forum-list-icon-wrapper #main .node-webform #block-myacp-block-myacp-panel .dues-unpaid .myacp button.myacp-button.button_green > span.icon-grid:before,
  #block-myacp-block-myacp-panel .dues-unpaid .myacp #main .node-webform tr.even td.forum-list-icon-default .forum-list-icon-wrapper input.myacp-button.button_blue > span.icon-grid:before,
  tr.even td.forum-list-icon-default .forum-list-icon-wrapper #block-myacp-block-myacp-panel .dues-unpaid .myacp #main .node-webform input.myacp-button.button_blue > span.icon-grid:before,
  #main .node-webform #block-myacp-block-myacp-panel .dues-unpaid .myacp tr.even td.forum-list-icon-default .forum-list-icon-wrapper input.myacp-button.button_blue > span.icon-grid:before,
  tr.even td.forum-list-icon-default .forum-list-icon-wrapper #main .node-webform #block-myacp-block-myacp-panel .dues-unpaid .myacp input.myacp-button.button_blue > span.icon-grid:before, #block-myacp-block-myacp-panel .dues-unpaid .myacp #main .node-webform tr.even td.forum-list-icon-default .forum-list-icon-wrapper input.myacp-button.button_green > span.icon-grid:before, tr.even td.forum-list-icon-default .forum-list-icon-wrapper #block-myacp-block-myacp-panel .dues-unpaid .myacp #main .node-webform input.myacp-button.button_green > span.icon-grid:before, #main .node-webform #block-myacp-block-myacp-panel .dues-unpaid .myacp tr.even td.forum-list-icon-default .forum-list-icon-wrapper input.myacp-button.button_green > span.icon-grid:before, tr.even td.forum-list-icon-default .forum-list-icon-wrapper #main .node-webform #block-myacp-block-myacp-panel .dues-unpaid .myacp input.myacp-button.button_green > span.icon-grid:before, #block-myacp-block-myacp-panel .dues-unpaid .myacp #main .node-webform tr.even td.forum-list-icon-default .forum-list-icon-wrapper input.myacp-button.button_remove > span.icon-grid:before, tr.even td.forum-list-icon-default .forum-list-icon-wrapper #block-myacp-block-myacp-panel .dues-unpaid .myacp #main .node-webform input.myacp-button.button_remove > span.icon-grid:before, #main .node-webform #block-myacp-block-myacp-panel .dues-unpaid .myacp tr.even td.forum-list-icon-default .forum-list-icon-wrapper input.myacp-button.button_remove > span.icon-grid:before, tr.even td.forum-list-icon-default .forum-list-icon-wrapper #main .node-webform #block-myacp-block-myacp-panel .dues-unpaid .myacp input.myacp-button.button_remove > span.icon-grid:before, #block-myacp-block-myacp-panel .dues-unpaid .myacp .joyride-tip-guide .joyride-content-wrapper tr.even td.forum-list-icon-default .forum-list-icon-wrapper a.myacp-button.joyride-next-tip > span.icon-grid:before, tr.even td.forum-list-icon-default .forum-list-icon-wrapper #block-myacp-block-myacp-panel .dues-unpaid .myacp .joyride-tip-guide .joyride-content-wrapper a.myacp-button.joyride-next-tip > span.icon-grid:before, .joyride-tip-guide .joyride-content-wrapper #block-myacp-block-myacp-panel .dues-unpaid .myacp tr.even td.forum-list-icon-default .forum-list-icon-wrapper a.myacp-button.joyride-next-tip > span.icon-grid:before, tr.even td.forum-list-icon-default .forum-list-icon-wrapper .joyride-tip-guide .joyride-content-wrapper #block-myacp-block-myacp-panel .dues-unpaid .myacp a.myacp-button.joyride-next-tip > span.icon-grid:before, #block-myacp-block-myacp-panel .dues-unpaid .myacp .page-forum ul.action-links li tr.even td.forum-list-icon-default .forum-list-icon-wrapper a.myacp-button.subscription > span.icon-grid:before, tr.even td.forum-list-icon-default .forum-list-icon-wrapper #block-myacp-block-myacp-panel .dues-unpaid .myacp .page-forum ul.action-links li a.myacp-button.subscription > span.icon-grid:before, .page-forum ul.action-links li #block-myacp-block-myacp-panel .dues-unpaid .myacp tr.even td.forum-list-icon-default .forum-list-icon-wrapper a.myacp-button.subscription > span.icon-grid:before, tr.even td.forum-list-icon-default .forum-list-icon-wrapper .page-forum ul.action-links li #block-myacp-block-myacp-panel .dues-unpaid .myacp a.myacp-button.subscription > span.icon-grid:before, #block-myacp-block-myacp-panel .dues-unpaid .myacp tr.odd td.forum-list-icon-default .forum-list-icon-wrapper .myacp-button.button > span.icon-grid:before, tr.odd td.forum-list-icon-default .forum-list-icon-wrapper #block-myacp-block-myacp-panel .dues-unpaid .myacp .myacp-button.button > span.icon-grid:before, #block-myacp-block-myacp-panel .dues-unpaid .myacp .content form tr.odd td.forum-list-icon-default .forum-list-icon-wrapper input.myacp-button[type="submit"] > span.icon-grid:before, tr.odd td.forum-list-icon-default .forum-list-icon-wrapper #block-myacp-block-myacp-panel .dues-unpaid .myacp .content form input.myacp-button[type="submit"] > span.icon-grid:before, .content form #block-myacp-block-myacp-panel .dues-unpaid .myacp tr.odd td.forum-list-icon-default .forum-list-icon-wrapper input.myacp-button[type="submit"] > span.icon-grid:before, tr.odd td.forum-list-icon-default .forum-list-icon-wrapper .content form #block-myacp-block-myacp-panel .dues-unpaid .myacp input.myacp-button[type="submit"] > span.icon-grid:before, #block-myacp-block-myacp-panel .dues-unpaid .myacp label.fancy tr.odd td.forum-list-icon-default .forum-list-icon-wrapper select.myacp-button > span.icon-grid:before, tr.odd td.forum-list-icon-default .forum-list-icon-wrapper #block-myacp-block-myacp-panel .dues-unpaid .myacp label.fancy select.myacp-button > span.icon-grid:before, label.fancy #block-myacp-block-myacp-panel .dues-unpaid .myacp tr.odd td.forum-list-icon-default .forum-list-icon-wrapper select.myacp-button > span.icon-grid:before, tr.odd td.forum-list-icon-default .forum-list-icon-wrapper label.fancy #block-myacp-block-myacp-panel .dues-unpaid .myacp select.myacp-button > span.icon-grid:before, #block-myacp-block-myacp-panel .dues-unpaid .myacp #main .node-webform tr.odd td.forum-list-icon-default .forum-list-icon-wrapper .myacp-button.button_blue > span.icon-grid:before, tr.odd td.forum-list-icon-default .forum-list-icon-wrapper #block-myacp-block-myacp-panel .dues-unpaid .myacp #main .node-webform .myacp-button.button_blue > span.icon-grid:before, #main .node-webform #block-myacp-block-myacp-panel .dues-unpaid .myacp tr.odd td.forum-list-icon-default .forum-list-icon-wrapper .myacp-button.button_blue > span.icon-grid:before, tr.odd td.forum-list-icon-default .forum-list-icon-wrapper #main .node-webform #block-myacp-block-myacp-panel .dues-unpaid .myacp .myacp-button.button_blue > span.icon-grid:before, #block-myacp-block-myacp-panel .dues-unpaid .myacp #main .node-webform .form-actions tr.odd td.forum-list-icon-default .forum-list-icon-wrapper input.myacp-button.button-primary > span.icon-grid:before, tr.odd td.forum-list-icon-default .forum-list-icon-wrapper #block-myacp-block-myacp-panel .dues-unpaid .myacp #main .node-webform .form-actions input.myacp-button.button-primary > span.icon-grid:before, #main .node-webform .form-actions #block-myacp-block-myacp-panel .dues-unpaid .myacp tr.odd td.forum-list-icon-default .forum-list-icon-wrapper input.myacp-button.button-primary > span.icon-grid:before, tr.odd td.forum-list-icon-default .forum-list-icon-wrapper #main .node-webform .form-actions #block-myacp-block-myacp-panel .dues-unpaid .myacp input.myacp-button.button-primary > span.icon-grid:before, #block-myacp-block-myacp-panel .dues-unpaid .myacp #main .node-webform tr.odd td.forum-list-icon-default .forum-list-icon-wrapper .myacp-button.button_green > span.icon-grid:before, tr.odd td.forum-list-icon-default .forum-list-icon-wrapper #block-myacp-block-myacp-panel .dues-unpaid .myacp #main .node-webform .myacp-button.button_green > span.icon-grid:before, #main .node-webform #block-myacp-block-myacp-panel .dues-unpaid .myacp tr.odd td.forum-list-icon-default .forum-list-icon-wrapper .myacp-button.button_green > span.icon-grid:before, tr.odd td.forum-list-icon-default .forum-list-icon-wrapper #main .node-webform #block-myacp-block-myacp-panel .dues-unpaid .myacp .myacp-button.button_green > span.icon-grid:before, #block-myacp-block-myacp-panel .dues-unpaid .myacp #main .node-webform tr.odd td.forum-list-icon-default .forum-list-icon-wrapper .myacp-button.button_remove > span.icon-grid:before, tr.odd td.forum-list-icon-default .forum-list-icon-wrapper #block-myacp-block-myacp-panel .dues-unpaid .myacp #main .node-webform .myacp-button.button_remove > span.icon-grid:before, #main .node-webform #block-myacp-block-myacp-panel .dues-unpaid .myacp tr.odd td.forum-list-icon-default .forum-list-icon-wrapper .myacp-button.button_remove > span.icon-grid:before, tr.odd td.forum-list-icon-default .forum-list-icon-wrapper #main .node-webform #block-myacp-block-myacp-panel .dues-unpaid .myacp .myacp-button.button_remove > span.icon-grid:before, #block-myacp-block-myacp-panel .dues-unpaid .myacp #main .node-webform .form-actions tr.odd td.forum-list-icon-default .forum-list-icon-wrapper input.myacp-button > span.icon-grid:before, tr.odd td.forum-list-icon-default .forum-list-icon-wrapper #block-myacp-block-myacp-panel .dues-unpaid .myacp #main .node-webform .form-actions input.myacp-button > span.icon-grid:before, #main .node-webform .form-actions #block-myacp-block-myacp-panel .dues-unpaid .myacp tr.odd td.forum-list-icon-default .forum-list-icon-wrapper input.myacp-button > span.icon-grid:before, tr.odd td.forum-list-icon-default .forum-list-icon-wrapper #main .node-webform .form-actions #block-myacp-block-myacp-panel .dues-unpaid .myacp input.myacp-button > span.icon-grid:before,
  #block-myacp-block-myacp-panel .dues-unpaid .myacp #main .node-webform tr.odd td.forum-list-icon-default .forum-list-icon-wrapper button.myacp-button.button_blue > span.icon-grid:before,
  tr.odd td.forum-list-icon-default .forum-list-icon-wrapper #block-myacp-block-myacp-panel .dues-unpaid .myacp #main .node-webform button.myacp-button.button_blue > span.icon-grid:before,
  #main .node-webform #block-myacp-block-myacp-panel .dues-unpaid .myacp tr.odd td.forum-list-icon-default .forum-list-icon-wrapper button.myacp-button.button_blue > span.icon-grid:before,
  tr.odd td.forum-list-icon-default .forum-list-icon-wrapper #main .node-webform #block-myacp-block-myacp-panel .dues-unpaid .myacp button.myacp-button.button_blue > span.icon-grid:before, #block-myacp-block-myacp-panel .dues-unpaid .myacp #main .node-webform tr.odd td.forum-list-icon-default .forum-list-icon-wrapper button.myacp-button.button_green > span.icon-grid:before, tr.odd td.forum-list-icon-default .forum-list-icon-wrapper #block-myacp-block-myacp-panel .dues-unpaid .myacp #main .node-webform button.myacp-button.button_green > span.icon-grid:before, #main .node-webform #block-myacp-block-myacp-panel .dues-unpaid .myacp tr.odd td.forum-list-icon-default .forum-list-icon-wrapper button.myacp-button.button_green > span.icon-grid:before, tr.odd td.forum-list-icon-default .forum-list-icon-wrapper #main .node-webform #block-myacp-block-myacp-panel .dues-unpaid .myacp button.myacp-button.button_green > span.icon-grid:before,
  #block-myacp-block-myacp-panel .dues-unpaid .myacp #main .node-webform tr.odd td.forum-list-icon-default .forum-list-icon-wrapper input.myacp-button.button_blue > span.icon-grid:before,
  tr.odd td.forum-list-icon-default .forum-list-icon-wrapper #block-myacp-block-myacp-panel .dues-unpaid .myacp #main .node-webform input.myacp-button.button_blue > span.icon-grid:before,
  #main .node-webform #block-myacp-block-myacp-panel .dues-unpaid .myacp tr.odd td.forum-list-icon-default .forum-list-icon-wrapper input.myacp-button.button_blue > span.icon-grid:before,
  tr.odd td.forum-list-icon-default .forum-list-icon-wrapper #main .node-webform #block-myacp-block-myacp-panel .dues-unpaid .myacp input.myacp-button.button_blue > span.icon-grid:before, #block-myacp-block-myacp-panel .dues-unpaid .myacp #main .node-webform tr.odd td.forum-list-icon-default .forum-list-icon-wrapper input.myacp-button.button_green > span.icon-grid:before, tr.odd td.forum-list-icon-default .forum-list-icon-wrapper #block-myacp-block-myacp-panel .dues-unpaid .myacp #main .node-webform input.myacp-button.button_green > span.icon-grid:before, #main .node-webform #block-myacp-block-myacp-panel .dues-unpaid .myacp tr.odd td.forum-list-icon-default .forum-list-icon-wrapper input.myacp-button.button_green > span.icon-grid:before, tr.odd td.forum-list-icon-default .forum-list-icon-wrapper #main .node-webform #block-myacp-block-myacp-panel .dues-unpaid .myacp input.myacp-button.button_green > span.icon-grid:before, #block-myacp-block-myacp-panel .dues-unpaid .myacp #main .node-webform tr.odd td.forum-list-icon-default .forum-list-icon-wrapper input.myacp-button.button_remove > span.icon-grid:before, tr.odd td.forum-list-icon-default .forum-list-icon-wrapper #block-myacp-block-myacp-panel .dues-unpaid .myacp #main .node-webform input.myacp-button.button_remove > span.icon-grid:before, #main .node-webform #block-myacp-block-myacp-panel .dues-unpaid .myacp tr.odd td.forum-list-icon-default .forum-list-icon-wrapper input.myacp-button.button_remove > span.icon-grid:before, tr.odd td.forum-list-icon-default .forum-list-icon-wrapper #main .node-webform #block-myacp-block-myacp-panel .dues-unpaid .myacp input.myacp-button.button_remove > span.icon-grid:before, #block-myacp-block-myacp-panel .dues-unpaid .myacp .joyride-tip-guide .joyride-content-wrapper tr.odd td.forum-list-icon-default .forum-list-icon-wrapper a.myacp-button.joyride-next-tip > span.icon-grid:before, tr.odd td.forum-list-icon-default .forum-list-icon-wrapper #block-myacp-block-myacp-panel .dues-unpaid .myacp .joyride-tip-guide .joyride-content-wrapper a.myacp-button.joyride-next-tip > span.icon-grid:before, .joyride-tip-guide .joyride-content-wrapper #block-myacp-block-myacp-panel .dues-unpaid .myacp tr.odd td.forum-list-icon-default .forum-list-icon-wrapper a.myacp-button.joyride-next-tip > span.icon-grid:before, tr.odd td.forum-list-icon-default .forum-list-icon-wrapper .joyride-tip-guide .joyride-content-wrapper #block-myacp-block-myacp-panel .dues-unpaid .myacp a.myacp-button.joyride-next-tip > span.icon-grid:before, #block-myacp-block-myacp-panel .dues-unpaid .myacp .page-forum ul.action-links li tr.odd td.forum-list-icon-default .forum-list-icon-wrapper a.myacp-button.subscription > span.icon-grid:before, tr.odd td.forum-list-icon-default .forum-list-icon-wrapper #block-myacp-block-myacp-panel .dues-unpaid .myacp .page-forum ul.action-links li a.myacp-button.subscription > span.icon-grid:before, .page-forum ul.action-links li #block-myacp-block-myacp-panel .dues-unpaid .myacp tr.odd td.forum-list-icon-default .forum-list-icon-wrapper a.myacp-button.subscription > span.icon-grid:before, tr.odd td.forum-list-icon-default .forum-list-icon-wrapper .page-forum ul.action-links li #block-myacp-block-myacp-panel .dues-unpaid .myacp a.myacp-button.subscription > span.icon-grid:before, #block-myacp-block-myacp-panel .dues-unpaid .myacp .forum-list-icon-legend .myacp-button.button > .icon-grid.forum-list-icon-default:before, .forum-list-icon-legend #block-myacp-block-myacp-panel .dues-unpaid .myacp .myacp-button.button > .icon-grid.forum-list-icon-default:before, #block-myacp-block-myacp-panel .dues-unpaid .myacp .content form .forum-list-icon-legend input.myacp-button[type="submit"] > .icon-grid.forum-list-icon-default:before, .forum-list-icon-legend #block-myacp-block-myacp-panel .dues-unpaid .myacp .content form input.myacp-button[type="submit"] > .icon-grid.forum-list-icon-default:before, .content form #block-myacp-block-myacp-panel .dues-unpaid .myacp .forum-list-icon-legend input.myacp-button[type="submit"] > .icon-grid.forum-list-icon-default:before, .forum-list-icon-legend .content form #block-myacp-block-myacp-panel .dues-unpaid .myacp input.myacp-button[type="submit"] > .icon-grid.forum-list-icon-default:before, #block-myacp-block-myacp-panel .dues-unpaid .myacp label.fancy .forum-list-icon-legend select.myacp-button > .icon-grid.forum-list-icon-default:before, .forum-list-icon-legend #block-myacp-block-myacp-panel .dues-unpaid .myacp label.fancy select.myacp-button > .icon-grid.forum-list-icon-default:before, label.fancy #block-myacp-block-myacp-panel .dues-unpaid .myacp .forum-list-icon-legend select.myacp-button > .icon-grid.forum-list-icon-default:before, .forum-list-icon-legend label.fancy #block-myacp-block-myacp-panel .dues-unpaid .myacp select.myacp-button > .icon-grid.forum-list-icon-default:before, #block-myacp-block-myacp-panel .dues-unpaid .myacp #main .node-webform .forum-list-icon-legend .myacp-button.button_blue > .icon-grid.forum-list-icon-default:before, .forum-list-icon-legend #block-myacp-block-myacp-panel .dues-unpaid .myacp #main .node-webform .myacp-button.button_blue > .icon-grid.forum-list-icon-default:before, #main .node-webform #block-myacp-block-myacp-panel .dues-unpaid .myacp .forum-list-icon-legend .myacp-button.button_blue > .icon-grid.forum-list-icon-default:before, .forum-list-icon-legend #main .node-webform #block-myacp-block-myacp-panel .dues-unpaid .myacp .myacp-button.button_blue > .icon-grid.forum-list-icon-default:before, #block-myacp-block-myacp-panel .dues-unpaid .myacp #main .node-webform .form-actions .forum-list-icon-legend input.myacp-button.button-primary > .icon-grid.forum-list-icon-default:before, .forum-list-icon-legend #block-myacp-block-myacp-panel .dues-unpaid .myacp #main .node-webform .form-actions input.myacp-button.button-primary > .icon-grid.forum-list-icon-default:before, #main .node-webform .form-actions #block-myacp-block-myacp-panel .dues-unpaid .myacp .forum-list-icon-legend input.myacp-button.button-primary > .icon-grid.forum-list-icon-default:before, .forum-list-icon-legend #main .node-webform .form-actions #block-myacp-block-myacp-panel .dues-unpaid .myacp input.myacp-button.button-primary > .icon-grid.forum-list-icon-default:before, #block-myacp-block-myacp-panel .dues-unpaid .myacp #main .node-webform .forum-list-icon-legend .myacp-button.button_green > .icon-grid.forum-list-icon-default:before, .forum-list-icon-legend #block-myacp-block-myacp-panel .dues-unpaid .myacp #main .node-webform .myacp-button.button_green > .icon-grid.forum-list-icon-default:before, #main .node-webform #block-myacp-block-myacp-panel .dues-unpaid .myacp .forum-list-icon-legend .myacp-button.button_green > .icon-grid.forum-list-icon-default:before, .forum-list-icon-legend #main .node-webform #block-myacp-block-myacp-panel .dues-unpaid .myacp .myacp-button.button_green > .icon-grid.forum-list-icon-default:before, #block-myacp-block-myacp-panel .dues-unpaid .myacp #main .node-webform .forum-list-icon-legend .myacp-button.button_remove > .icon-grid.forum-list-icon-default:before, .forum-list-icon-legend #block-myacp-block-myacp-panel .dues-unpaid .myacp #main .node-webform .myacp-button.button_remove > .icon-grid.forum-list-icon-default:before, #main .node-webform #block-myacp-block-myacp-panel .dues-unpaid .myacp .forum-list-icon-legend .myacp-button.button_remove > .icon-grid.forum-list-icon-default:before, .forum-list-icon-legend #main .node-webform #block-myacp-block-myacp-panel .dues-unpaid .myacp .myacp-button.button_remove > .icon-grid.forum-list-icon-default:before, #block-myacp-block-myacp-panel .dues-unpaid .myacp #main .node-webform .form-actions .forum-list-icon-legend input.myacp-button > .icon-grid.forum-list-icon-default:before, .forum-list-icon-legend #block-myacp-block-myacp-panel .dues-unpaid .myacp #main .node-webform .form-actions input.myacp-button > .icon-grid.forum-list-icon-default:before, #main .node-webform .form-actions #block-myacp-block-myacp-panel .dues-unpaid .myacp .forum-list-icon-legend input.myacp-button > .icon-grid.forum-list-icon-default:before, .forum-list-icon-legend #main .node-webform .form-actions #block-myacp-block-myacp-panel .dues-unpaid .myacp input.myacp-button > .icon-grid.forum-list-icon-default:before,
  #block-myacp-block-myacp-panel .dues-unpaid .myacp #main .node-webform .forum-list-icon-legend button.myacp-button.button_blue > .icon-grid.forum-list-icon-default:before,
  .forum-list-icon-legend #block-myacp-block-myacp-panel .dues-unpaid .myacp #main .node-webform button.myacp-button.button_blue > .icon-grid.forum-list-icon-default:before,
  #main .node-webform #block-myacp-block-myacp-panel .dues-unpaid .myacp .forum-list-icon-legend button.myacp-button.button_blue > .icon-grid.forum-list-icon-default:before,
  .forum-list-icon-legend #main .node-webform #block-myacp-block-myacp-panel .dues-unpaid .myacp button.myacp-button.button_blue > .icon-grid.forum-list-icon-default:before, #block-myacp-block-myacp-panel .dues-unpaid .myacp #main .node-webform .forum-list-icon-legend button.myacp-button.button_green > .icon-grid.forum-list-icon-default:before, .forum-list-icon-legend #block-myacp-block-myacp-panel .dues-unpaid .myacp #main .node-webform button.myacp-button.button_green > .icon-grid.forum-list-icon-default:before, #main .node-webform #block-myacp-block-myacp-panel .dues-unpaid .myacp .forum-list-icon-legend button.myacp-button.button_green > .icon-grid.forum-list-icon-default:before, .forum-list-icon-legend #main .node-webform #block-myacp-block-myacp-panel .dues-unpaid .myacp button.myacp-button.button_green > .icon-grid.forum-list-icon-default:before,
  #block-myacp-block-myacp-panel .dues-unpaid .myacp #main .node-webform .forum-list-icon-legend input.myacp-button.button_blue > .icon-grid.forum-list-icon-default:before,
  .forum-list-icon-legend #block-myacp-block-myacp-panel .dues-unpaid .myacp #main .node-webform input.myacp-button.button_blue > .icon-grid.forum-list-icon-default:before,
  #main .node-webform #block-myacp-block-myacp-panel .dues-unpaid .myacp .forum-list-icon-legend input.myacp-button.button_blue > .icon-grid.forum-list-icon-default:before,
  .forum-list-icon-legend #main .node-webform #block-myacp-block-myacp-panel .dues-unpaid .myacp input.myacp-button.button_blue > .icon-grid.forum-list-icon-default:before, #block-myacp-block-myacp-panel .dues-unpaid .myacp #main .node-webform .forum-list-icon-legend input.myacp-button.button_green > .icon-grid.forum-list-icon-default:before, .forum-list-icon-legend #block-myacp-block-myacp-panel .dues-unpaid .myacp #main .node-webform input.myacp-button.button_green > .icon-grid.forum-list-icon-default:before, #main .node-webform #block-myacp-block-myacp-panel .dues-unpaid .myacp .forum-list-icon-legend input.myacp-button.button_green > .icon-grid.forum-list-icon-default:before, .forum-list-icon-legend #main .node-webform #block-myacp-block-myacp-panel .dues-unpaid .myacp input.myacp-button.button_green > .icon-grid.forum-list-icon-default:before, #block-myacp-block-myacp-panel .dues-unpaid .myacp #main .node-webform .forum-list-icon-legend input.myacp-button.button_remove > .icon-grid.forum-list-icon-default:before, .forum-list-icon-legend #block-myacp-block-myacp-panel .dues-unpaid .myacp #main .node-webform input.myacp-button.button_remove > .icon-grid.forum-list-icon-default:before, #main .node-webform #block-myacp-block-myacp-panel .dues-unpaid .myacp .forum-list-icon-legend input.myacp-button.button_remove > .icon-grid.forum-list-icon-default:before, .forum-list-icon-legend #main .node-webform #block-myacp-block-myacp-panel .dues-unpaid .myacp input.myacp-button.button_remove > .icon-grid.forum-list-icon-default:before, #block-myacp-block-myacp-panel .dues-unpaid .myacp .joyride-tip-guide .joyride-content-wrapper .forum-list-icon-legend a.myacp-button.joyride-next-tip > .icon-grid.forum-list-icon-default:before, .forum-list-icon-legend #block-myacp-block-myacp-panel .dues-unpaid .myacp .joyride-tip-guide .joyride-content-wrapper a.myacp-button.joyride-next-tip > .icon-grid.forum-list-icon-default:before, .joyride-tip-guide .joyride-content-wrapper #block-myacp-block-myacp-panel .dues-unpaid .myacp .forum-list-icon-legend a.myacp-button.joyride-next-tip > .icon-grid.forum-list-icon-default:before, .forum-list-icon-legend .joyride-tip-guide .joyride-content-wrapper #block-myacp-block-myacp-panel .dues-unpaid .myacp a.myacp-button.joyride-next-tip > .icon-grid.forum-list-icon-default:before, #block-myacp-block-myacp-panel .dues-unpaid .myacp .page-forum ul.action-links li .forum-list-icon-legend a.myacp-button.subscription > .icon-grid.forum-list-icon-default:before, .forum-list-icon-legend #block-myacp-block-myacp-panel .dues-unpaid .myacp .page-forum ul.action-links li a.myacp-button.subscription > .icon-grid.forum-list-icon-default:before, .page-forum ul.action-links li #block-myacp-block-myacp-panel .dues-unpaid .myacp .forum-list-icon-legend a.myacp-button.subscription > .icon-grid.forum-list-icon-default:before, .forum-list-icon-legend .page-forum ul.action-links li #block-myacp-block-myacp-panel .dues-unpaid .myacp a.myacp-button.subscription > .icon-grid.forum-list-icon-default:before, #block-myacp-block-myacp-panel .dues-unpaid .myacp tr.even td.forum-list-icon-new-posts .forum-list-icon-wrapper .myacp-button.button > span.icon-grid:before, tr.even td.forum-list-icon-new-posts .forum-list-icon-wrapper #block-myacp-block-myacp-panel .dues-unpaid .myacp .myacp-button.button > span.icon-grid:before, #block-myacp-block-myacp-panel .dues-unpaid .myacp .content form tr.even td.forum-list-icon-new-posts .forum-list-icon-wrapper input.myacp-button[type="submit"] > span.icon-grid:before, tr.even td.forum-list-icon-new-posts .forum-list-icon-wrapper #block-myacp-block-myacp-panel .dues-unpaid .myacp .content form input.myacp-button[type="submit"] > span.icon-grid:before, .content form #block-myacp-block-myacp-panel .dues-unpaid .myacp tr.even td.forum-list-icon-new-posts .forum-list-icon-wrapper input.myacp-button[type="submit"] > span.icon-grid:before, tr.even td.forum-list-icon-new-posts .forum-list-icon-wrapper .content form #block-myacp-block-myacp-panel .dues-unpaid .myacp input.myacp-button[type="submit"] > span.icon-grid:before, #block-myacp-block-myacp-panel .dues-unpaid .myacp label.fancy tr.even td.forum-list-icon-new-posts .forum-list-icon-wrapper select.myacp-button > span.icon-grid:before, tr.even td.forum-list-icon-new-posts .forum-list-icon-wrapper #block-myacp-block-myacp-panel .dues-unpaid .myacp label.fancy select.myacp-button > span.icon-grid:before, label.fancy #block-myacp-block-myacp-panel .dues-unpaid .myacp tr.even td.forum-list-icon-new-posts .forum-list-icon-wrapper select.myacp-button > span.icon-grid:before, tr.even td.forum-list-icon-new-posts .forum-list-icon-wrapper label.fancy #block-myacp-block-myacp-panel .dues-unpaid .myacp select.myacp-button > span.icon-grid:before, #block-myacp-block-myacp-panel .dues-unpaid .myacp #main .node-webform tr.even td.forum-list-icon-new-posts .forum-list-icon-wrapper .myacp-button.button_blue > span.icon-grid:before, tr.even td.forum-list-icon-new-posts .forum-list-icon-wrapper #block-myacp-block-myacp-panel .dues-unpaid .myacp #main .node-webform .myacp-button.button_blue > span.icon-grid:before, #main .node-webform #block-myacp-block-myacp-panel .dues-unpaid .myacp tr.even td.forum-list-icon-new-posts .forum-list-icon-wrapper .myacp-button.button_blue > span.icon-grid:before, tr.even td.forum-list-icon-new-posts .forum-list-icon-wrapper #main .node-webform #block-myacp-block-myacp-panel .dues-unpaid .myacp .myacp-button.button_blue > span.icon-grid:before, #block-myacp-block-myacp-panel .dues-unpaid .myacp #main .node-webform .form-actions tr.even td.forum-list-icon-new-posts .forum-list-icon-wrapper input.myacp-button.button-primary > span.icon-grid:before, tr.even td.forum-list-icon-new-posts .forum-list-icon-wrapper #block-myacp-block-myacp-panel .dues-unpaid .myacp #main .node-webform .form-actions input.myacp-button.button-primary > span.icon-grid:before, #main .node-webform .form-actions #block-myacp-block-myacp-panel .dues-unpaid .myacp tr.even td.forum-list-icon-new-posts .forum-list-icon-wrapper input.myacp-button.button-primary > span.icon-grid:before, tr.even td.forum-list-icon-new-posts .forum-list-icon-wrapper #main .node-webform .form-actions #block-myacp-block-myacp-panel .dues-unpaid .myacp input.myacp-button.button-primary > span.icon-grid:before, #block-myacp-block-myacp-panel .dues-unpaid .myacp #main .node-webform tr.even td.forum-list-icon-new-posts .forum-list-icon-wrapper .myacp-button.button_green > span.icon-grid:before, tr.even td.forum-list-icon-new-posts .forum-list-icon-wrapper #block-myacp-block-myacp-panel .dues-unpaid .myacp #main .node-webform .myacp-button.button_green > span.icon-grid:before, #main .node-webform #block-myacp-block-myacp-panel .dues-unpaid .myacp tr.even td.forum-list-icon-new-posts .forum-list-icon-wrapper .myacp-button.button_green > span.icon-grid:before, tr.even td.forum-list-icon-new-posts .forum-list-icon-wrapper #main .node-webform #block-myacp-block-myacp-panel .dues-unpaid .myacp .myacp-button.button_green > span.icon-grid:before, #block-myacp-block-myacp-panel .dues-unpaid .myacp #main .node-webform tr.even td.forum-list-icon-new-posts .forum-list-icon-wrapper .myacp-button.button_remove > span.icon-grid:before, tr.even td.forum-list-icon-new-posts .forum-list-icon-wrapper #block-myacp-block-myacp-panel .dues-unpaid .myacp #main .node-webform .myacp-button.button_remove > span.icon-grid:before, #main .node-webform #block-myacp-block-myacp-panel .dues-unpaid .myacp tr.even td.forum-list-icon-new-posts .forum-list-icon-wrapper .myacp-button.button_remove > span.icon-grid:before, tr.even td.forum-list-icon-new-posts .forum-list-icon-wrapper #main .node-webform #block-myacp-block-myacp-panel .dues-unpaid .myacp .myacp-button.button_remove > span.icon-grid:before, #block-myacp-block-myacp-panel .dues-unpaid .myacp #main .node-webform .form-actions tr.even td.forum-list-icon-new-posts .forum-list-icon-wrapper input.myacp-button > span.icon-grid:before, tr.even td.forum-list-icon-new-posts .forum-list-icon-wrapper #block-myacp-block-myacp-panel .dues-unpaid .myacp #main .node-webform .form-actions input.myacp-button > span.icon-grid:before, #main .node-webform .form-actions #block-myacp-block-myacp-panel .dues-unpaid .myacp tr.even td.forum-list-icon-new-posts .forum-list-icon-wrapper input.myacp-button > span.icon-grid:before, tr.even td.forum-list-icon-new-posts .forum-list-icon-wrapper #main .node-webform .form-actions #block-myacp-block-myacp-panel .dues-unpaid .myacp input.myacp-button > span.icon-grid:before,
  #block-myacp-block-myacp-panel .dues-unpaid .myacp #main .node-webform tr.even td.forum-list-icon-new-posts .forum-list-icon-wrapper button.myacp-button.button_blue > span.icon-grid:before,
  tr.even td.forum-list-icon-new-posts .forum-list-icon-wrapper #block-myacp-block-myacp-panel .dues-unpaid .myacp #main .node-webform button.myacp-button.button_blue > span.icon-grid:before,
  #main .node-webform #block-myacp-block-myacp-panel .dues-unpaid .myacp tr.even td.forum-list-icon-new-posts .forum-list-icon-wrapper button.myacp-button.button_blue > span.icon-grid:before,
  tr.even td.forum-list-icon-new-posts .forum-list-icon-wrapper #main .node-webform #block-myacp-block-myacp-panel .dues-unpaid .myacp button.myacp-button.button_blue > span.icon-grid:before, #block-myacp-block-myacp-panel .dues-unpaid .myacp #main .node-webform tr.even td.forum-list-icon-new-posts .forum-list-icon-wrapper button.myacp-button.button_green > span.icon-grid:before, tr.even td.forum-list-icon-new-posts .forum-list-icon-wrapper #block-myacp-block-myacp-panel .dues-unpaid .myacp #main .node-webform button.myacp-button.button_green > span.icon-grid:before, #main .node-webform #block-myacp-block-myacp-panel .dues-unpaid .myacp tr.even td.forum-list-icon-new-posts .forum-list-icon-wrapper button.myacp-button.button_green > span.icon-grid:before, tr.even td.forum-list-icon-new-posts .forum-list-icon-wrapper #main .node-webform #block-myacp-block-myacp-panel .dues-unpaid .myacp button.myacp-button.button_green > span.icon-grid:before,
  #block-myacp-block-myacp-panel .dues-unpaid .myacp #main .node-webform tr.even td.forum-list-icon-new-posts .forum-list-icon-wrapper input.myacp-button.button_blue > span.icon-grid:before,
  tr.even td.forum-list-icon-new-posts .forum-list-icon-wrapper #block-myacp-block-myacp-panel .dues-unpaid .myacp #main .node-webform input.myacp-button.button_blue > span.icon-grid:before,
  #main .node-webform #block-myacp-block-myacp-panel .dues-unpaid .myacp tr.even td.forum-list-icon-new-posts .forum-list-icon-wrapper input.myacp-button.button_blue > span.icon-grid:before,
  tr.even td.forum-list-icon-new-posts .forum-list-icon-wrapper #main .node-webform #block-myacp-block-myacp-panel .dues-unpaid .myacp input.myacp-button.button_blue > span.icon-grid:before, #block-myacp-block-myacp-panel .dues-unpaid .myacp #main .node-webform tr.even td.forum-list-icon-new-posts .forum-list-icon-wrapper input.myacp-button.button_green > span.icon-grid:before, tr.even td.forum-list-icon-new-posts .forum-list-icon-wrapper #block-myacp-block-myacp-panel .dues-unpaid .myacp #main .node-webform input.myacp-button.button_green > span.icon-grid:before, #main .node-webform #block-myacp-block-myacp-panel .dues-unpaid .myacp tr.even td.forum-list-icon-new-posts .forum-list-icon-wrapper input.myacp-button.button_green > span.icon-grid:before, tr.even td.forum-list-icon-new-posts .forum-list-icon-wrapper #main .node-webform #block-myacp-block-myacp-panel .dues-unpaid .myacp input.myacp-button.button_green > span.icon-grid:before, #block-myacp-block-myacp-panel .dues-unpaid .myacp #main .node-webform tr.even td.forum-list-icon-new-posts .forum-list-icon-wrapper input.myacp-button.button_remove > span.icon-grid:before, tr.even td.forum-list-icon-new-posts .forum-list-icon-wrapper #block-myacp-block-myacp-panel .dues-unpaid .myacp #main .node-webform input.myacp-button.button_remove > span.icon-grid:before, #main .node-webform #block-myacp-block-myacp-panel .dues-unpaid .myacp tr.even td.forum-list-icon-new-posts .forum-list-icon-wrapper input.myacp-button.button_remove > span.icon-grid:before, tr.even td.forum-list-icon-new-posts .forum-list-icon-wrapper #main .node-webform #block-myacp-block-myacp-panel .dues-unpaid .myacp input.myacp-button.button_remove > span.icon-grid:before, #block-myacp-block-myacp-panel .dues-unpaid .myacp .joyride-tip-guide .joyride-content-wrapper tr.even td.forum-list-icon-new-posts .forum-list-icon-wrapper a.myacp-button.joyride-next-tip > span.icon-grid:before, tr.even td.forum-list-icon-new-posts .forum-list-icon-wrapper #block-myacp-block-myacp-panel .dues-unpaid .myacp .joyride-tip-guide .joyride-content-wrapper a.myacp-button.joyride-next-tip > span.icon-grid:before, .joyride-tip-guide .joyride-content-wrapper #block-myacp-block-myacp-panel .dues-unpaid .myacp tr.even td.forum-list-icon-new-posts .forum-list-icon-wrapper a.myacp-button.joyride-next-tip > span.icon-grid:before, tr.even td.forum-list-icon-new-posts .forum-list-icon-wrapper .joyride-tip-guide .joyride-content-wrapper #block-myacp-block-myacp-panel .dues-unpaid .myacp a.myacp-button.joyride-next-tip > span.icon-grid:before, #block-myacp-block-myacp-panel .dues-unpaid .myacp .page-forum ul.action-links li tr.even td.forum-list-icon-new-posts .forum-list-icon-wrapper a.myacp-button.subscription > span.icon-grid:before, tr.even td.forum-list-icon-new-posts .forum-list-icon-wrapper #block-myacp-block-myacp-panel .dues-unpaid .myacp .page-forum ul.action-links li a.myacp-button.subscription > span.icon-grid:before, .page-forum ul.action-links li #block-myacp-block-myacp-panel .dues-unpaid .myacp tr.even td.forum-list-icon-new-posts .forum-list-icon-wrapper a.myacp-button.subscription > span.icon-grid:before, tr.even td.forum-list-icon-new-posts .forum-list-icon-wrapper .page-forum ul.action-links li #block-myacp-block-myacp-panel .dues-unpaid .myacp a.myacp-button.subscription > span.icon-grid:before, #block-myacp-block-myacp-panel .dues-unpaid .myacp tr.odd td.forum-list-icon-new-posts .forum-list-icon-wrapper .myacp-button.button > span.icon-grid:before, tr.odd td.forum-list-icon-new-posts .forum-list-icon-wrapper #block-myacp-block-myacp-panel .dues-unpaid .myacp .myacp-button.button > span.icon-grid:before, #block-myacp-block-myacp-panel .dues-unpaid .myacp .content form tr.odd td.forum-list-icon-new-posts .forum-list-icon-wrapper input.myacp-button[type="submit"] > span.icon-grid:before, tr.odd td.forum-list-icon-new-posts .forum-list-icon-wrapper #block-myacp-block-myacp-panel .dues-unpaid .myacp .content form input.myacp-button[type="submit"] > span.icon-grid:before, .content form #block-myacp-block-myacp-panel .dues-unpaid .myacp tr.odd td.forum-list-icon-new-posts .forum-list-icon-wrapper input.myacp-button[type="submit"] > span.icon-grid:before, tr.odd td.forum-list-icon-new-posts .forum-list-icon-wrapper .content form #block-myacp-block-myacp-panel .dues-unpaid .myacp input.myacp-button[type="submit"] > span.icon-grid:before, #block-myacp-block-myacp-panel .dues-unpaid .myacp label.fancy tr.odd td.forum-list-icon-new-posts .forum-list-icon-wrapper select.myacp-button > span.icon-grid:before, tr.odd td.forum-list-icon-new-posts .forum-list-icon-wrapper #block-myacp-block-myacp-panel .dues-unpaid .myacp label.fancy select.myacp-button > span.icon-grid:before, label.fancy #block-myacp-block-myacp-panel .dues-unpaid .myacp tr.odd td.forum-list-icon-new-posts .forum-list-icon-wrapper select.myacp-button > span.icon-grid:before, tr.odd td.forum-list-icon-new-posts .forum-list-icon-wrapper label.fancy #block-myacp-block-myacp-panel .dues-unpaid .myacp select.myacp-button > span.icon-grid:before, #block-myacp-block-myacp-panel .dues-unpaid .myacp #main .node-webform tr.odd td.forum-list-icon-new-posts .forum-list-icon-wrapper .myacp-button.button_blue > span.icon-grid:before, tr.odd td.forum-list-icon-new-posts .forum-list-icon-wrapper #block-myacp-block-myacp-panel .dues-unpaid .myacp #main .node-webform .myacp-button.button_blue > span.icon-grid:before, #main .node-webform #block-myacp-block-myacp-panel .dues-unpaid .myacp tr.odd td.forum-list-icon-new-posts .forum-list-icon-wrapper .myacp-button.button_blue > span.icon-grid:before, tr.odd td.forum-list-icon-new-posts .forum-list-icon-wrapper #main .node-webform #block-myacp-block-myacp-panel .dues-unpaid .myacp .myacp-button.button_blue > span.icon-grid:before, #block-myacp-block-myacp-panel .dues-unpaid .myacp #main .node-webform .form-actions tr.odd td.forum-list-icon-new-posts .forum-list-icon-wrapper input.myacp-button.button-primary > span.icon-grid:before, tr.odd td.forum-list-icon-new-posts .forum-list-icon-wrapper #block-myacp-block-myacp-panel .dues-unpaid .myacp #main .node-webform .form-actions input.myacp-button.button-primary > span.icon-grid:before, #main .node-webform .form-actions #block-myacp-block-myacp-panel .dues-unpaid .myacp tr.odd td.forum-list-icon-new-posts .forum-list-icon-wrapper input.myacp-button.button-primary > span.icon-grid:before, tr.odd td.forum-list-icon-new-posts .forum-list-icon-wrapper #main .node-webform .form-actions #block-myacp-block-myacp-panel .dues-unpaid .myacp input.myacp-button.button-primary > span.icon-grid:before, #block-myacp-block-myacp-panel .dues-unpaid .myacp #main .node-webform tr.odd td.forum-list-icon-new-posts .forum-list-icon-wrapper .myacp-button.button_green > span.icon-grid:before, tr.odd td.forum-list-icon-new-posts .forum-list-icon-wrapper #block-myacp-block-myacp-panel .dues-unpaid .myacp #main .node-webform .myacp-button.button_green > span.icon-grid:before, #main .node-webform #block-myacp-block-myacp-panel .dues-unpaid .myacp tr.odd td.forum-list-icon-new-posts .forum-list-icon-wrapper .myacp-button.button_green > span.icon-grid:before, tr.odd td.forum-list-icon-new-posts .forum-list-icon-wrapper #main .node-webform #block-myacp-block-myacp-panel .dues-unpaid .myacp .myacp-button.button_green > span.icon-grid:before, #block-myacp-block-myacp-panel .dues-unpaid .myacp #main .node-webform tr.odd td.forum-list-icon-new-posts .forum-list-icon-wrapper .myacp-button.button_remove > span.icon-grid:before, tr.odd td.forum-list-icon-new-posts .forum-list-icon-wrapper #block-myacp-block-myacp-panel .dues-unpaid .myacp #main .node-webform .myacp-button.button_remove > span.icon-grid:before, #main .node-webform #block-myacp-block-myacp-panel .dues-unpaid .myacp tr.odd td.forum-list-icon-new-posts .forum-list-icon-wrapper .myacp-button.button_remove > span.icon-grid:before, tr.odd td.forum-list-icon-new-posts .forum-list-icon-wrapper #main .node-webform #block-myacp-block-myacp-panel .dues-unpaid .myacp .myacp-button.button_remove > span.icon-grid:before, #block-myacp-block-myacp-panel .dues-unpaid .myacp #main .node-webform .form-actions tr.odd td.forum-list-icon-new-posts .forum-list-icon-wrapper input.myacp-button > span.icon-grid:before, tr.odd td.forum-list-icon-new-posts .forum-list-icon-wrapper #block-myacp-block-myacp-panel .dues-unpaid .myacp #main .node-webform .form-actions input.myacp-button > span.icon-grid:before, #main .node-webform .form-actions #block-myacp-block-myacp-panel .dues-unpaid .myacp tr.odd td.forum-list-icon-new-posts .forum-list-icon-wrapper input.myacp-button > span.icon-grid:before, tr.odd td.forum-list-icon-new-posts .forum-list-icon-wrapper #main .node-webform .form-actions #block-myacp-block-myacp-panel .dues-unpaid .myacp input.myacp-button > span.icon-grid:before,
  #block-myacp-block-myacp-panel .dues-unpaid .myacp #main .node-webform tr.odd td.forum-list-icon-new-posts .forum-list-icon-wrapper button.myacp-button.button_blue > span.icon-grid:before,
  tr.odd td.forum-list-icon-new-posts .forum-list-icon-wrapper #block-myacp-block-myacp-panel .dues-unpaid .myacp #main .node-webform button.myacp-button.button_blue > span.icon-grid:before,
  #main .node-webform #block-myacp-block-myacp-panel .dues-unpaid .myacp tr.odd td.forum-list-icon-new-posts .forum-list-icon-wrapper button.myacp-button.button_blue > span.icon-grid:before,
  tr.odd td.forum-list-icon-new-posts .forum-list-icon-wrapper #main .node-webform #block-myacp-block-myacp-panel .dues-unpaid .myacp button.myacp-button.button_blue > span.icon-grid:before, #block-myacp-block-myacp-panel .dues-unpaid .myacp #main .node-webform tr.odd td.forum-list-icon-new-posts .forum-list-icon-wrapper button.myacp-button.button_green > span.icon-grid:before, tr.odd td.forum-list-icon-new-posts .forum-list-icon-wrapper #block-myacp-block-myacp-panel .dues-unpaid .myacp #main .node-webform button.myacp-button.button_green > span.icon-grid:before, #main .node-webform #block-myacp-block-myacp-panel .dues-unpaid .myacp tr.odd td.forum-list-icon-new-posts .forum-list-icon-wrapper button.myacp-button.button_green > span.icon-grid:before, tr.odd td.forum-list-icon-new-posts .forum-list-icon-wrapper #main .node-webform #block-myacp-block-myacp-panel .dues-unpaid .myacp button.myacp-button.button_green > span.icon-grid:before,
  #block-myacp-block-myacp-panel .dues-unpaid .myacp #main .node-webform tr.odd td.forum-list-icon-new-posts .forum-list-icon-wrapper input.myacp-button.button_blue > span.icon-grid:before,
  tr.odd td.forum-list-icon-new-posts .forum-list-icon-wrapper #block-myacp-block-myacp-panel .dues-unpaid .myacp #main .node-webform input.myacp-button.button_blue > span.icon-grid:before,
  #main .node-webform #block-myacp-block-myacp-panel .dues-unpaid .myacp tr.odd td.forum-list-icon-new-posts .forum-list-icon-wrapper input.myacp-button.button_blue > span.icon-grid:before,
  tr.odd td.forum-list-icon-new-posts .forum-list-icon-wrapper #main .node-webform #block-myacp-block-myacp-panel .dues-unpaid .myacp input.myacp-button.button_blue > span.icon-grid:before, #block-myacp-block-myacp-panel .dues-unpaid .myacp #main .node-webform tr.odd td.forum-list-icon-new-posts .forum-list-icon-wrapper input.myacp-button.button_green > span.icon-grid:before, tr.odd td.forum-list-icon-new-posts .forum-list-icon-wrapper #block-myacp-block-myacp-panel .dues-unpaid .myacp #main .node-webform input.myacp-button.button_green > span.icon-grid:before, #main .node-webform #block-myacp-block-myacp-panel .dues-unpaid .myacp tr.odd td.forum-list-icon-new-posts .forum-list-icon-wrapper input.myacp-button.button_green > span.icon-grid:before, tr.odd td.forum-list-icon-new-posts .forum-list-icon-wrapper #main .node-webform #block-myacp-block-myacp-panel .dues-unpaid .myacp input.myacp-button.button_green > span.icon-grid:before, #block-myacp-block-myacp-panel .dues-unpaid .myacp #main .node-webform tr.odd td.forum-list-icon-new-posts .forum-list-icon-wrapper input.myacp-button.button_remove > span.icon-grid:before, tr.odd td.forum-list-icon-new-posts .forum-list-icon-wrapper #block-myacp-block-myacp-panel .dues-unpaid .myacp #main .node-webform input.myacp-button.button_remove > span.icon-grid:before, #main .node-webform #block-myacp-block-myacp-panel .dues-unpaid .myacp tr.odd td.forum-list-icon-new-posts .forum-list-icon-wrapper input.myacp-button.button_remove > span.icon-grid:before, tr.odd td.forum-list-icon-new-posts .forum-list-icon-wrapper #main .node-webform #block-myacp-block-myacp-panel .dues-unpaid .myacp input.myacp-button.button_remove > span.icon-grid:before, #block-myacp-block-myacp-panel .dues-unpaid .myacp .joyride-tip-guide .joyride-content-wrapper tr.odd td.forum-list-icon-new-posts .forum-list-icon-wrapper a.myacp-button.joyride-next-tip > span.icon-grid:before, tr.odd td.forum-list-icon-new-posts .forum-list-icon-wrapper #block-myacp-block-myacp-panel .dues-unpaid .myacp .joyride-tip-guide .joyride-content-wrapper a.myacp-button.joyride-next-tip > span.icon-grid:before, .joyride-tip-guide .joyride-content-wrapper #block-myacp-block-myacp-panel .dues-unpaid .myacp tr.odd td.forum-list-icon-new-posts .forum-list-icon-wrapper a.myacp-button.joyride-next-tip > span.icon-grid:before, tr.odd td.forum-list-icon-new-posts .forum-list-icon-wrapper .joyride-tip-guide .joyride-content-wrapper #block-myacp-block-myacp-panel .dues-unpaid .myacp a.myacp-button.joyride-next-tip > span.icon-grid:before, #block-myacp-block-myacp-panel .dues-unpaid .myacp .page-forum ul.action-links li tr.odd td.forum-list-icon-new-posts .forum-list-icon-wrapper a.myacp-button.subscription > span.icon-grid:before, tr.odd td.forum-list-icon-new-posts .forum-list-icon-wrapper #block-myacp-block-myacp-panel .dues-unpaid .myacp .page-forum ul.action-links li a.myacp-button.subscription > span.icon-grid:before, .page-forum ul.action-links li #block-myacp-block-myacp-panel .dues-unpaid .myacp tr.odd td.forum-list-icon-new-posts .forum-list-icon-wrapper a.myacp-button.subscription > span.icon-grid:before, tr.odd td.forum-list-icon-new-posts .forum-list-icon-wrapper .page-forum ul.action-links li #block-myacp-block-myacp-panel .dues-unpaid .myacp a.myacp-button.subscription > span.icon-grid:before, #block-myacp-block-myacp-panel .dues-unpaid .myacp .forum-list-icon-legend .myacp-button.button > .icon-grid.forum-list-icon-new-posts:before, .forum-list-icon-legend #block-myacp-block-myacp-panel .dues-unpaid .myacp .myacp-button.button > .icon-grid.forum-list-icon-new-posts:before, #block-myacp-block-myacp-panel .dues-unpaid .myacp .content form .forum-list-icon-legend input.myacp-button[type="submit"] > .icon-grid.forum-list-icon-new-posts:before, .forum-list-icon-legend #block-myacp-block-myacp-panel .dues-unpaid .myacp .content form input.myacp-button[type="submit"] > .icon-grid.forum-list-icon-new-posts:before, .content form #block-myacp-block-myacp-panel .dues-unpaid .myacp .forum-list-icon-legend input.myacp-button[type="submit"] > .icon-grid.forum-list-icon-new-posts:before, .forum-list-icon-legend .content form #block-myacp-block-myacp-panel .dues-unpaid .myacp input.myacp-button[type="submit"] > .icon-grid.forum-list-icon-new-posts:before, #block-myacp-block-myacp-panel .dues-unpaid .myacp label.fancy .forum-list-icon-legend select.myacp-button > .icon-grid.forum-list-icon-new-posts:before, .forum-list-icon-legend #block-myacp-block-myacp-panel .dues-unpaid .myacp label.fancy select.myacp-button > .icon-grid.forum-list-icon-new-posts:before, label.fancy #block-myacp-block-myacp-panel .dues-unpaid .myacp .forum-list-icon-legend select.myacp-button > .icon-grid.forum-list-icon-new-posts:before, .forum-list-icon-legend label.fancy #block-myacp-block-myacp-panel .dues-unpaid .myacp select.myacp-button > .icon-grid.forum-list-icon-new-posts:before, #block-myacp-block-myacp-panel .dues-unpaid .myacp #main .node-webform .forum-list-icon-legend .myacp-button.button_blue > .icon-grid.forum-list-icon-new-posts:before, .forum-list-icon-legend #block-myacp-block-myacp-panel .dues-unpaid .myacp #main .node-webform .myacp-button.button_blue > .icon-grid.forum-list-icon-new-posts:before, #main .node-webform #block-myacp-block-myacp-panel .dues-unpaid .myacp .forum-list-icon-legend .myacp-button.button_blue > .icon-grid.forum-list-icon-new-posts:before, .forum-list-icon-legend #main .node-webform #block-myacp-block-myacp-panel .dues-unpaid .myacp .myacp-button.button_blue > .icon-grid.forum-list-icon-new-posts:before, #block-myacp-block-myacp-panel .dues-unpaid .myacp #main .node-webform .form-actions .forum-list-icon-legend input.myacp-button.button-primary > .icon-grid.forum-list-icon-new-posts:before, .forum-list-icon-legend #block-myacp-block-myacp-panel .dues-unpaid .myacp #main .node-webform .form-actions input.myacp-button.button-primary > .icon-grid.forum-list-icon-new-posts:before, #main .node-webform .form-actions #block-myacp-block-myacp-panel .dues-unpaid .myacp .forum-list-icon-legend input.myacp-button.button-primary > .icon-grid.forum-list-icon-new-posts:before, .forum-list-icon-legend #main .node-webform .form-actions #block-myacp-block-myacp-panel .dues-unpaid .myacp input.myacp-button.button-primary > .icon-grid.forum-list-icon-new-posts:before, #block-myacp-block-myacp-panel .dues-unpaid .myacp #main .node-webform .forum-list-icon-legend .myacp-button.button_green > .icon-grid.forum-list-icon-new-posts:before, .forum-list-icon-legend #block-myacp-block-myacp-panel .dues-unpaid .myacp #main .node-webform .myacp-button.button_green > .icon-grid.forum-list-icon-new-posts:before, #main .node-webform #block-myacp-block-myacp-panel .dues-unpaid .myacp .forum-list-icon-legend .myacp-button.button_green > .icon-grid.forum-list-icon-new-posts:before, .forum-list-icon-legend #main .node-webform #block-myacp-block-myacp-panel .dues-unpaid .myacp .myacp-button.button_green > .icon-grid.forum-list-icon-new-posts:before, #block-myacp-block-myacp-panel .dues-unpaid .myacp #main .node-webform .forum-list-icon-legend .myacp-button.button_remove > .icon-grid.forum-list-icon-new-posts:before, .forum-list-icon-legend #block-myacp-block-myacp-panel .dues-unpaid .myacp #main .node-webform .myacp-button.button_remove > .icon-grid.forum-list-icon-new-posts:before, #main .node-webform #block-myacp-block-myacp-panel .dues-unpaid .myacp .forum-list-icon-legend .myacp-button.button_remove > .icon-grid.forum-list-icon-new-posts:before, .forum-list-icon-legend #main .node-webform #block-myacp-block-myacp-panel .dues-unpaid .myacp .myacp-button.button_remove > .icon-grid.forum-list-icon-new-posts:before, #block-myacp-block-myacp-panel .dues-unpaid .myacp #main .node-webform .form-actions .forum-list-icon-legend input.myacp-button > .icon-grid.forum-list-icon-new-posts:before, .forum-list-icon-legend #block-myacp-block-myacp-panel .dues-unpaid .myacp #main .node-webform .form-actions input.myacp-button > .icon-grid.forum-list-icon-new-posts:before, #main .node-webform .form-actions #block-myacp-block-myacp-panel .dues-unpaid .myacp .forum-list-icon-legend input.myacp-button > .icon-grid.forum-list-icon-new-posts:before, .forum-list-icon-legend #main .node-webform .form-actions #block-myacp-block-myacp-panel .dues-unpaid .myacp input.myacp-button > .icon-grid.forum-list-icon-new-posts:before,
  #block-myacp-block-myacp-panel .dues-unpaid .myacp #main .node-webform .forum-list-icon-legend button.myacp-button.button_blue > .icon-grid.forum-list-icon-new-posts:before,
  .forum-list-icon-legend #block-myacp-block-myacp-panel .dues-unpaid .myacp #main .node-webform button.myacp-button.button_blue > .icon-grid.forum-list-icon-new-posts:before,
  #main .node-webform #block-myacp-block-myacp-panel .dues-unpaid .myacp .forum-list-icon-legend button.myacp-button.button_blue > .icon-grid.forum-list-icon-new-posts:before,
  .forum-list-icon-legend #main .node-webform #block-myacp-block-myacp-panel .dues-unpaid .myacp button.myacp-button.button_blue > .icon-grid.forum-list-icon-new-posts:before, #block-myacp-block-myacp-panel .dues-unpaid .myacp #main .node-webform .forum-list-icon-legend button.myacp-button.button_green > .icon-grid.forum-list-icon-new-posts:before, .forum-list-icon-legend #block-myacp-block-myacp-panel .dues-unpaid .myacp #main .node-webform button.myacp-button.button_green > .icon-grid.forum-list-icon-new-posts:before, #main .node-webform #block-myacp-block-myacp-panel .dues-unpaid .myacp .forum-list-icon-legend button.myacp-button.button_green > .icon-grid.forum-list-icon-new-posts:before, .forum-list-icon-legend #main .node-webform #block-myacp-block-myacp-panel .dues-unpaid .myacp button.myacp-button.button_green > .icon-grid.forum-list-icon-new-posts:before,
  #block-myacp-block-myacp-panel .dues-unpaid .myacp #main .node-webform .forum-list-icon-legend input.myacp-button.button_blue > .icon-grid.forum-list-icon-new-posts:before,
  .forum-list-icon-legend #block-myacp-block-myacp-panel .dues-unpaid .myacp #main .node-webform input.myacp-button.button_blue > .icon-grid.forum-list-icon-new-posts:before,
  #main .node-webform #block-myacp-block-myacp-panel .dues-unpaid .myacp .forum-list-icon-legend input.myacp-button.button_blue > .icon-grid.forum-list-icon-new-posts:before,
  .forum-list-icon-legend #main .node-webform #block-myacp-block-myacp-panel .dues-unpaid .myacp input.myacp-button.button_blue > .icon-grid.forum-list-icon-new-posts:before, #block-myacp-block-myacp-panel .dues-unpaid .myacp #main .node-webform .forum-list-icon-legend input.myacp-button.button_green > .icon-grid.forum-list-icon-new-posts:before, .forum-list-icon-legend #block-myacp-block-myacp-panel .dues-unpaid .myacp #main .node-webform input.myacp-button.button_green > .icon-grid.forum-list-icon-new-posts:before, #main .node-webform #block-myacp-block-myacp-panel .dues-unpaid .myacp .forum-list-icon-legend input.myacp-button.button_green > .icon-grid.forum-list-icon-new-posts:before, .forum-list-icon-legend #main .node-webform #block-myacp-block-myacp-panel .dues-unpaid .myacp input.myacp-button.button_green > .icon-grid.forum-list-icon-new-posts:before, #block-myacp-block-myacp-panel .dues-unpaid .myacp #main .node-webform .forum-list-icon-legend input.myacp-button.button_remove > .icon-grid.forum-list-icon-new-posts:before, .forum-list-icon-legend #block-myacp-block-myacp-panel .dues-unpaid .myacp #main .node-webform input.myacp-button.button_remove > .icon-grid.forum-list-icon-new-posts:before, #main .node-webform #block-myacp-block-myacp-panel .dues-unpaid .myacp .forum-list-icon-legend input.myacp-button.button_remove > .icon-grid.forum-list-icon-new-posts:before, .forum-list-icon-legend #main .node-webform #block-myacp-block-myacp-panel .dues-unpaid .myacp input.myacp-button.button_remove > .icon-grid.forum-list-icon-new-posts:before, #block-myacp-block-myacp-panel .dues-unpaid .myacp .joyride-tip-guide .joyride-content-wrapper .forum-list-icon-legend a.myacp-button.joyride-next-tip > .icon-grid.forum-list-icon-new-posts:before, .forum-list-icon-legend #block-myacp-block-myacp-panel .dues-unpaid .myacp .joyride-tip-guide .joyride-content-wrapper a.myacp-button.joyride-next-tip > .icon-grid.forum-list-icon-new-posts:before, .joyride-tip-guide .joyride-content-wrapper #block-myacp-block-myacp-panel .dues-unpaid .myacp .forum-list-icon-legend a.myacp-button.joyride-next-tip > .icon-grid.forum-list-icon-new-posts:before, .forum-list-icon-legend .joyride-tip-guide .joyride-content-wrapper #block-myacp-block-myacp-panel .dues-unpaid .myacp a.myacp-button.joyride-next-tip > .icon-grid.forum-list-icon-new-posts:before, #block-myacp-block-myacp-panel .dues-unpaid .myacp .page-forum ul.action-links li .forum-list-icon-legend a.myacp-button.subscription > .icon-grid.forum-list-icon-new-posts:before, .forum-list-icon-legend #block-myacp-block-myacp-panel .dues-unpaid .myacp .page-forum ul.action-links li a.myacp-button.subscription > .icon-grid.forum-list-icon-new-posts:before, .page-forum ul.action-links li #block-myacp-block-myacp-panel .dues-unpaid .myacp .forum-list-icon-legend a.myacp-button.subscription > .icon-grid.forum-list-icon-new-posts:before, .forum-list-icon-legend .page-forum ul.action-links li #block-myacp-block-myacp-panel .dues-unpaid .myacp a.myacp-button.subscription > .icon-grid.forum-list-icon-new-posts:before {
    content: "\e02b"; }
  #block-myacp-block-myacp-panel .dues-unpaid .myacp .myacp-button.button .myacp-panel, #block-myacp-block-myacp-panel .dues-unpaid .myacp .content form input.myacp-button[type="submit"] .myacp-panel, .content form #block-myacp-block-myacp-panel .dues-unpaid .myacp input.myacp-button[type="submit"] .myacp-panel, #block-myacp-block-myacp-panel .dues-unpaid .myacp label.fancy select.myacp-button .myacp-panel, label.fancy #block-myacp-block-myacp-panel .dues-unpaid .myacp select.myacp-button .myacp-panel, #block-myacp-block-myacp-panel .dues-unpaid .myacp #main .node-webform .myacp-button.button_blue .myacp-panel, #main .node-webform #block-myacp-block-myacp-panel .dues-unpaid .myacp .myacp-button.button_blue .myacp-panel, #block-myacp-block-myacp-panel .dues-unpaid .myacp #main .node-webform .myacp-button.button_green .myacp-panel, #main .node-webform #block-myacp-block-myacp-panel .dues-unpaid .myacp .myacp-button.button_green .myacp-panel, #block-myacp-block-myacp-panel .dues-unpaid .myacp #main .node-webform .myacp-button.button_remove .myacp-panel, #main .node-webform #block-myacp-block-myacp-panel .dues-unpaid .myacp .myacp-button.button_remove .myacp-panel, #block-myacp-block-myacp-panel .dues-unpaid .myacp #main .node-webform .form-actions input.myacp-button .myacp-panel, #main .node-webform .form-actions #block-myacp-block-myacp-panel .dues-unpaid .myacp input.myacp-button .myacp-panel, #block-myacp-block-myacp-panel .dues-unpaid .myacp .joyride-tip-guide .joyride-content-wrapper a.myacp-button.joyride-next-tip .myacp-panel, .joyride-tip-guide .joyride-content-wrapper #block-myacp-block-myacp-panel .dues-unpaid .myacp a.myacp-button.joyride-next-tip .myacp-panel, #block-myacp-block-myacp-panel .dues-unpaid .myacp .page-forum ul.action-links li a.myacp-button.subscription .myacp-panel, .page-forum ul.action-links li #block-myacp-block-myacp-panel .dues-unpaid .myacp a.myacp-button.subscription .myacp-panel {
    border-color: #e66b00; }
  #block-myacp-block-myacp-panel .dues-unpaid .myacp .myacp-button.button .myacp-panel-promo, #block-myacp-block-myacp-panel .dues-unpaid .myacp .content form input.myacp-button[type="submit"] .myacp-panel-promo, .content form #block-myacp-block-myacp-panel .dues-unpaid .myacp input.myacp-button[type="submit"] .myacp-panel-promo, #block-myacp-block-myacp-panel .dues-unpaid .myacp label.fancy select.myacp-button .myacp-panel-promo, label.fancy #block-myacp-block-myacp-panel .dues-unpaid .myacp select.myacp-button .myacp-panel-promo, #block-myacp-block-myacp-panel .dues-unpaid .myacp #main .node-webform .myacp-button.button_blue .myacp-panel-promo, #main .node-webform #block-myacp-block-myacp-panel .dues-unpaid .myacp .myacp-button.button_blue .myacp-panel-promo, #block-myacp-block-myacp-panel .dues-unpaid .myacp #main .node-webform .myacp-button.button_green .myacp-panel-promo, #main .node-webform #block-myacp-block-myacp-panel .dues-unpaid .myacp .myacp-button.button_green .myacp-panel-promo, #block-myacp-block-myacp-panel .dues-unpaid .myacp #main .node-webform .myacp-button.button_remove .myacp-panel-promo, #main .node-webform #block-myacp-block-myacp-panel .dues-unpaid .myacp .myacp-button.button_remove .myacp-panel-promo, #block-myacp-block-myacp-panel .dues-unpaid .myacp #main .node-webform .form-actions input.myacp-button .myacp-panel-promo, #main .node-webform .form-actions #block-myacp-block-myacp-panel .dues-unpaid .myacp input.myacp-button .myacp-panel-promo, #block-myacp-block-myacp-panel .dues-unpaid .myacp .joyride-tip-guide .joyride-content-wrapper a.myacp-button.joyride-next-tip .myacp-panel-promo, .joyride-tip-guide .joyride-content-wrapper #block-myacp-block-myacp-panel .dues-unpaid .myacp a.myacp-button.joyride-next-tip .myacp-panel-promo, #block-myacp-block-myacp-panel .dues-unpaid .myacp .page-forum ul.action-links li a.myacp-button.subscription .myacp-panel-promo, .page-forum ul.action-links li #block-myacp-block-myacp-panel .dues-unpaid .myacp a.myacp-button.subscription .myacp-panel-promo {
    background-color: #e66b00; }

.myacp-dues-msg {
  background-color: #ffffff;
  border-top: 5px solid #e66b00;
  overflow: visible;
  padding: 15px 35px;
  position: fixed;
  text-align: center;
  width: 400px;
  z-index: 9;
  -moz-transition: opacity 0.2s linear 0.3s;
  -o-transition: opacity 0.2s linear 0.3s;
  -webkit-transition: opacity 0.2s linear;
  -webkit-transition-delay: 0.3s;
  transition: opacity 0.2s linear 0.3s;
  -moz-box-shadow: 15px 15px 15px -15px rgba(0, 0, 0, 0.25), -15px 15px 15px -15px rgba(0, 0, 0, 0.25), 0px 0 0 0px rgba(0, 0, 0, 0.25), 0 0px 0px 0px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 15px 15px 15px -15px rgba(0, 0, 0, 0.25), -15px 15px 15px -15px rgba(0, 0, 0, 0.25), 0px 0 0 0px rgba(0, 0, 0, 0.25), 0 0px 0px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 15px 15px 15px -15px rgba(0, 0, 0, 0.25), -15px 15px 15px -15px rgba(0, 0, 0, 0.25), 0px 0 0 0px rgba(0, 0, 0, 0.25), 0 0px 0px 0px rgba(0, 0, 0, 0.25);
  opacity: 1;
  visibility: visible;
  right: calc(50% - 617px);
  margin-top: 67px; }
  @media (max-width: 1500px) {
    .myacp-dues-msg {
      right: 148px; } }
  @media (max-width: 1280px) {
    .myacp-dues-msg {
      right: 135px;
      margin-top: 61px; } }
  @media (max-width: 960px) {
    .myacp-dues-msg {
      right: 122px; } }
  .myacp-dues-msg::after {
    bottom: 100%;
    left: 70%;
    border: solid transparent;
    content: " ";
    height: 0px;
    width: 0px;
    position: absolute;
    border-color: rgba(255, 255, 255, 0);
    border-bottom-color: #e66b00;
    border-width: 15px;
    margin-left: 15px; }
  .myacp-dues-msg .myacp-dues-msg_main {
    -moz-transition-property: all;
    -o-transition-property: all;
    -webkit-transition-property: all;
    transition-property: all; }
  .myacp-dues-msg .myacp-dues-msg_followup {
    display: none;
    -moz-transition-property: all;
    -o-transition-property: all;
    -webkit-transition-property: all;
    transition-property: all; }
    .myacp-dues-msg .myacp-dues-msg_followup span {
      padding-right: 1em; }
  .myacp-dues-msg .myacp-dues-msg_remind-me:hover, .myacp-dues-msg .myacp-dues-msg_close:hover {
    cursor: pointer; }

#my_kind {
  /* Profiles */ }
  #my_kind ul#select-anchor.card {
    padding: 1em 1.5em;
    margin: 0;
    width: 100%;
    float: left; }
    #my_kind ul#select-anchor.card li {
      display: inline;
      float: left;
      padding-right: 1em;
      margin-right: 1em;
      border-right: 1px solid #8e908f; }
      #my_kind ul#select-anchor.card li:last-of-type {
        border: none; }
  #my_kind h3.card, #my_kind .card.limit-search {
    text-align: center;
    margin: 0 0 1em 0; }
  #my_kind .profile_container {
    width: 100%;
    border-bottom: 1px dotted #e5e5e5;
    display: inline-block;
    padding: 10px 0; }
    #my_kind .profile_container .profile_info {
      float: left;
      width: 80%; }
      #my_kind .profile_container .profile_info p {
        float: left;
        padding-top: 3px; }
      #my_kind .profile_container .profile_info > img {
        width: 50px;
        height: 50px; }
      #my_kind .profile_container .profile_info a.name {
        font-size: 14px;
        padding-top: 12px;
        float: left;
        width: 80%; }
        #my_kind .profile_container .profile_info a.name.two_lines {
          padding-top: 3px; }
      #my_kind .profile_container .profile_info img {
        float: left;
        margin: 0 10px 0 0; }
      #my_kind .profile_container .profile_info a.video img {
        float: none;
        border: 0; }
    #my_kind .profile_container .date {
      float: right;
      margin-top: 15px;
      width: 20%;
      text-align: right; }

.iframe_cover {
  cursor: pointer;
  display: inline-block;
  float: left;
  height: 125px;
  position: relative;
  width: 200px;
  margin-bottom: 1.5em; }

.iframe-container {
  float: left;
  margin-left: -200px;
  height: 125px; }

.view span.views-field-title {
  font-size: 1rem;
  line-height: 1.25;
  float: left;
  width: 100%; }
  @media screen and (min-width: 780px) {
    .view span.views-field-title {
      font-size: 1.375rem;
      line-height: 1.25; } }
  @media screen and (min-width: 1280px) {
    .view span.views-field-title {
      font-size: 1.5rem;
      line-height: 1.25; } }
.view span.views-field-field-meeting-date {
  float: left;
  width: 100%; }
  .view span.views-field-field-meeting-date .date-display-range,
  .view span.views-field-field-meeting-date .date-display-single {
    margin: .75em 0;
    display: inline-block; }
.view span.views-field-field-chapter-website-url {
  margin: 0 .5em 0 0;
  padding: 0 .5em 0 0;
  border-right: 1px solid #e5e5e5; }
.view span.views-field-field-meeting-location .views-label {
  display: none; }
.view span.views-field-field-meeting-location span.field-content {
  float: left;
  width: 100%;
  font-style: italic; }
.view span.views-field-field-meeting-program img {
  display: none; }
.view span.views-field-field-meeting-program span {
  visibility: hidden; }
  .view span.views-field-field-meeting-program span span {
    visibility: visible;
    margin: 0 .5em 0 0;
    padding: 0 .5em 0 0;
    border-right: 1px solid #e5e5e5; }
.view .ui-widget-content a {
  color: #0063be; }
  .view .ui-widget-content a:hover {
    color: #2597ff; }

/* container for the tabbed menu, player and playlist */
.bcouter {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
  /*	background-color: #e5e5e5;*/ }

/* tabbed menu */
#bcmenu {
  padding: 0;
  padding-right: 15px;
  /*    margin: 0;*/
  font-family: arial, helvetica, sans-serif;
  white-space: nowrap;
  list-style-type: none; }

#bcmenu li {
  display: inline; }

/* default */
#bcmenu li input {
  min-width: 10em;
  height: 5em;
  padding: 0.2em 1em;
  text-decoration: none;
  float: left;
  border: 0;
  border-top: 3px solid #b5b7b4;
  border-right: 1px solid #fff;
  background: #e5e5e5;
  color: #55616d;
  font-size: 0.6em; }

/* selected */
#bcmenu li input.selected {
  border-top: 3px solid #2EB135;
  background: #e5e5e5; }

/* not selected */
#bcmenu li input.not-selected {
  border-top: 3px solid #B5B7B4;
  background: #f5f5f5; }

/* set the player to be responsive */
.myplayer {
  width: 100%;
  display: block;
  position: absolute;
  margin: 0;
  float: left; }

.video-js {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
  float: left; }

.vjs-playlist.vjs-playlist {
  color: #55616d;
  background: #e5e5e5; }

.vjs-playlist-duration, .vjs-playlist-now-playing, .vjs-icon-play {
  color: #fff; }

/* playlist stacked below the player */
@media only screen and (max-width: 49.999em) and (min-width: 20em) {
  .bcouter {
    overflow-y: hidden; }

  .bcvidWrapper {
    height: 100%; }

  .myplayer {
    position: relative; }

  .bcplaylist-wrapper {
    width: 100%;
    overflow-y: scroll;
    clear: left;
    height: 100%;
    overflow-y: hidden; }

  .vjs-playlist {
    max-height: 433px !important;
    position: relative;
    top: 15px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    margin-top: 0; }

  .vjs-playlist .vjs-playlist-item {
    min-height: 100px; }

  .vjs-playlist-item.vjs-selected {
    background: #b5b7b4;
    color: #424647; }

  .vjs-mouse.vjs-playlist .vjs-playlist-description {
    white-space: normal;
    min-height: 99px; } }
/* horizontal playlist below the player */
@media only screen and (max-width: 74.999em) and (min-width: 50em) {
  .bcouter {
    height: 0; }

  .myplayer {
    width: 100%;
    position: relative; }

  .bcplaylist-wrapper {
    width: 100%;
    overflow-x: ellipsis;
    overflow-y: scroll;
    float: left;
    max-height: 320px; }

  .vjs-playlist.vjs-playlist {
    width: 100%;
    display: block;
    white-space: nowrap;
    position: relative;
    margin-top: 0; }

  .vjs-playlist-item {
    height: 75px; } }
/* vertical playlist to the right of the player */
@media only screen and (max-width: 2500px) and (min-width: 75em) {
  .bcouter {
    overflow-y: hidden; }

  /* the player */
  .myplayer {
    position: relative; }

  /* the player */
  .video-js {
    float: left; }

  /* the playlist */
  .bcplaylist-wrapper {
    height: 100%; }

  .vjs-mouse.vjs-playlist {
    max-height: 320px; } }
@media screen and (max-width: 1090px) {
  #bcmenu li input {
    min-width: 25%; } }
/* updates for version 6.3 */
.bc-player-NjIvPvaul_default *,
.bc-player-NjIvPvaul_default :after,
.bc-player-NjIvPvaul_default :before {
  box-sizing: inherit;
  font-size: inherit;
  color: inherit;
  line-height: inherit; }

.bc-player-NjIvPvaul_default {
  width: 300px;
  height: 150px;
  font-size: 14px;
  overflow: hidden; }

.bc-iframe,
.bc-iframe body,
.bc-player-NjIvPvaul_default {
  background-color: #151B17; }

.bc-iframe,
.bc-iframe .bc-player-NjIvPvaul_default,
.bc-iframe body {
  margin: 0;
  width: 100%;
  height: 100%;
  overflow: hidden; }

.bc-player-NjIvPvaul_default.vjs-fullscreen,
.bc-player-NjIvPvaul_default.vjs-fullscreen .vjs-tech {
  width: 100% !important;
  height: 100% !important; }

.bc-player-NjIvPvaul_default .vjs-control-bar {
  background-color: rgba(0, 0, 0, 0.45);
  color: #fff; }

.bc-player-NjIvPvaul_default .vjs-control {
  color: inherit; }

.bc-player-NjIvPvaul_default .vjs-mouse-display:after,
.bc-player-NjIvPvaul_default .vjs-play-progress:after {
  border-radius: 0; }

.bc-player-NjIvPvaul_default .vjs-menu-button-inline.vjs-slider-active,
.bc-player-NjIvPvaul_default .vjs-menu-button-inline:focus,
.bc-player-NjIvPvaul_default .vjs-menu-button-inline:hover,
.bc-player-NjIvPvaul_default.vjs-no-flex .vjs-menu-button-inline {
  width: 8.35em; }

.bc-player-NjIvPvaul_default .vjs-volume-menu-button.vjs-volume-menu-button-horizontal:hover .vjs-menu .vjs-menu-content {
  height: 3em;
  width: 6.35em; }

.bc-player-NjIvPvaul_default.vjs-ios[muted] .vjs-volume-menu-button {
  width: 4em; }

.bc-player-NjIvPvaul_default.vjs-ios[muted] .vjs-volume-menu-button .vjs-menu {
  display: none; }

.bc-player-NjIvPvaul_default .vjs-control:focus:before,
.bc-player-NjIvPvaul_default .vjs-control:hover:before {
  text-shadow: none !important; }

.bc-player-NjIvPvaul_default .vjs-spacer {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-flex: 1 1 auto;
  -moz-box-flex: 1 1 auto;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto; }

.bc-player-NjIvPvaul_default .vjs-time-control {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-flex: 0 1 auto;
  -moz-box-flex: 0 1 auto;
  -webkit-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  width: auto; }

.bc-player-NjIvPvaul_default .vjs-time-control.vjs-time-divider {
  width: 14px; }

.bc-player-NjIvPvaul_default .vjs-time-control.vjs-time-divider div {
  width: 100%;
  text-align: center; }

.bc-player-NjIvPvaul_default .vjs-time-control.vjs-current-time {
  margin-left: 1em; }

.bc-player-NjIvPvaul_default .vjs-time-control .vjs-current-time-display,
.bc-player-NjIvPvaul_default .vjs-time-control .vjs-duration-display {
  width: 100%; }

.bc-player-NjIvPvaul_default .vjs-time-control .vjs-current-time-display {
  text-align: right; }

.bc-player-NjIvPvaul_default .vjs-time-control .vjs-duration-display {
  text-align: left; }

.bc-player-NjIvPvaul_default .vjs-remaining-time {
  display: none; }

.bc-player-NjIvPvaul_default.vjs-no-flex .vjs-time-control.vjs-remaining-time {
  display: none; }

.bc-player-NjIvPvaul_default.vjs-no-flex .vjs-time-control {
  display: table-cell;
  width: 4em; }

.bc-player-NjIvPvaul_default .vjs-play-progress,
.bc-player-NjIvPvaul_default .vjs-volume-level {
  background-color: #4bad9b; }

.bc-player-NjIvPvaul_default .vjs-play-progress:before,
.bc-player-NjIvPvaul_default .vjs-volume-level:before {
  display: none; }

.bc-player-NjIvPvaul_default .vjs-volume-level:after {
  display: none; }

.bc-player-NjIvPvaul_default .vjs-progress-control {
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  height: 1.5em;
  top: -1.5em; }

.bc-player-NjIvPvaul_default .vjs-progress-control .vjs-load-progress,
.bc-player-NjIvPvaul_default .vjs-progress-control .vjs-play-progress,
.bc-player-NjIvPvaul_default .vjs-progress-control .vjs-progress-holder {
  height: 100%; }

.bc-player-NjIvPvaul_default .vjs-progress-control .vjs-progress-holder {
  margin: 0; }

.bc-player-NjIvPvaul_default .vjs-progress-control:hover {
  height: 1.5em;
  top: -1.5em; }

.bc-player-NjIvPvaul_default .vjs-control-bar {
  -webkit-transition: -webkit-transform .1s ease 0s;
  -moz-transition: -moz-transform .1s ease 0s;
  -ms-transition: -ms-transform .1s ease 0s;
  -o-transition: -o-transform .1s ease 0s;
  transition: transform 0.1s ease 0s; }

.bc-player-NjIvPvaul_default.not-hover.vjs-has-started.vjs-paused.vjs-user-active .vjs-control-bar,
.bc-player-NjIvPvaul_default.not-hover.vjs-has-started.vjs-paused.vjs-user-inactive .vjs-control-bar,
.bc-player-NjIvPvaul_default.not-hover.vjs-has-started.vjs-playing.vjs-user-active .vjs-control-bar,
.bc-player-NjIvPvaul_default.not-hover.vjs-has-started.vjs-playing.vjs-user-inactive .vjs-control-bar,
.bc-player-NjIvPvaul_default.vjs-has-started.vjs-paused.vjs-ad-playing.vjs-user-inactive .vjs-control-bar,
.bc-player-NjIvPvaul_default.vjs-has-started.vjs-playing.vjs-user-inactive .vjs-control-bar {
  visibility: visible;
  opacity: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateY(3em);
  -moz-transform: translateY(3em);
  -ms-transform: translateY(3em);
  -o-transform: translateY(3em);
  transform: translateY(3em);
  -webkit-transition: -webkit-transform 1s ease 0s;
  -moz-transition: -moz-transform 1s ease 0s;
  -ms-transition: -ms-transform 1s ease 0s;
  -o-transition: -o-transform 1s ease 0s;
  transition: transform 1s ease 0s; }

.bc-player-NjIvPvaul_default.not-hover.vjs-has-started.vjs-paused.vjs-user-active .vjs-progress-control,
.bc-player-NjIvPvaul_default.not-hover.vjs-has-started.vjs-paused.vjs-user-inactive .vjs-progress-control,
.bc-player-NjIvPvaul_default.not-hover.vjs-has-started.vjs-playing.vjs-user-active .vjs-progress-control,
.bc-player-NjIvPvaul_default.not-hover.vjs-has-started.vjs-playing.vjs-user-inactive .vjs-progress-control,
.bc-player-NjIvPvaul_default.vjs-has-started.vjs-paused.vjs-ad-playing.vjs-user-inactive .vjs-progress-control,
.bc-player-NjIvPvaul_default.vjs-has-started.vjs-playing.vjs-user-inactive .vjs-progress-control {
  height: .3em;
  top: -.3em;
  pointer-events: none;
  -webkit-transition: height 1s,top 1s;
  -moz-transition: height 1s,top 1s;
  -ms-transition: height 1s,top 1s;
  -o-transition: height 1s,top 1s;
  transition: height 1s, top 1s; }

.bc-player-NjIvPvaul_default.not-hover.vjs-has-started.vjs-paused.vjs-user-active.vjs-fullscreen .vjs-progress-control,
.bc-player-NjIvPvaul_default.not-hover.vjs-has-started.vjs-paused.vjs-user-inactive.vjs-fullscreen .vjs-progress-control,
.bc-player-NjIvPvaul_default.not-hover.vjs-has-started.vjs-playing.vjs-user-active.vjs-fullscreen .vjs-progress-control,
.bc-player-NjIvPvaul_default.not-hover.vjs-has-started.vjs-playing.vjs-user-inactive.vjs-fullscreen .vjs-progress-control,
.bc-player-NjIvPvaul_default.vjs-has-started.vjs-playing.vjs-user-inactive.vjs-fullscreen .vjs-progress-control {
  opacity: 0;
  -webkit-transition: opacity 1s ease 1s;
  -moz-transition: opacity 1s ease 1s;
  -ms-transition: opacity 1s ease 1s;
  -o-transition: opacity 1s ease 1s;
  transition: opacity 1s ease 1s; }

.bc-player-NjIvPvaul_default.vjs-live .vjs-live-control {
  margin-left: 1em; }

.bc-player-NjIvPvaul_default.vjs-live .vjs-time-control.vjs-current-time,
.bc-player-NjIvPvaul_default.vjs-live .vjs-time-control.vjs-duration,
.bc-player-NjIvPvaul_default.vjs-live .vjs-time-control.vjs-time-divider {
  display: none; }

.bc-player-NjIvPvaul_default .vjs-big-play-button {
  top: 50%;
  left: 50%;
  margin-left: -1em;
  margin-top: -1em;
  width: 2em;
  height: 2em;
  line-height: 2em;
  border: none;
  border-radius: 50%;
  font-size: 3.5em;
  background-color: rgba(0, 0, 0, 0.45);
  color: #fff;
  -webkit-transition: border-color .4s,outline .4s,background-color .4s;
  -moz-transition: border-color .4s,outline .4s,background-color .4s;
  -ms-transition: border-color .4s,outline .4s,background-color .4s;
  -o-transition: border-color .4s,outline .4s,background-color .4s;
  transition: border-color 0.4s, outline 0.4s, background-color 0.4s; }

.bc-player-NjIvPvaul_default .vjs-big-play-button:active,
.bc-player-NjIvPvaul_default .vjs-big-play-button:focus,
.bc-player-NjIvPvaul_default:active .vjs-big-play-button,
.bc-player-NjIvPvaul_default:hover .vjs-big-play-button {
  background-color: #4bad9b; }

.bc-player-NjIvPvaul_default .vjs-menu-button-popup .vjs-menu {
  left: -3em; }

.bc-player-NjIvPvaul_default .vjs-menu-button-popup .vjs-menu .vjs-menu-content {
  background-color: transparent;
  width: 12em;
  left: -1.5em;
  padding-bottom: 0.5em; }

.bc-player-NjIvPvaul_default .vjs-menu-button-popup .vjs-menu .vjs-menu-item,
.bc-player-NjIvPvaul_default .vjs-menu-button-popup .vjs-menu .vjs-menu-title {
  background-color: #151B17;
  margin: .3em 0;
  padding: .5em;
  border-radius: 0.3em; }

.bc-player-NjIvPvaul_default .vjs-menu-button-popup .vjs-menu .vjs-menu-item.vjs-selected {
  background-color: #4bad9b; }

.bc-player-NjIvPvaul_default .vjs-menu-button-popup .vjs-menu .vjs-menu-item:active,
.bc-player-NjIvPvaul_default .vjs-menu-button-popup .vjs-menu .vjs-menu-item:focus,
.bc-player-NjIvPvaul_default .vjs-menu-button-popup .vjs-menu .vjs-menu-item:hover {
  text-shadow: none !important;
  color: #000; }

.bc-player-NjIvPvaul_default .vjs-caption-settings {
  position: absolute;
  left: 50%;
  margin: 0;
  margin-left: -20em;
  z-index: 1; }

.bc-player-NjIvPvaul_default .vjs-caption-settings select {
  color: #000; }

.bc-player-NjIvPvaul_default .vjs-tracksettings-controls {
  position: absolute;
  bottom: 0;
  text-align: right; }

@media only screen and (max-width: 480px) {
  .bc-player-NjIvPvaul_default .vjs-caption-settings {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 1;
    margin: 0;
    height: 100%;
    width: 100%; }

  .bc-player-NjIvPvaul_default .vjs-tracksettings,
  .bc-player-NjIvPvaul_default .vjs-tracksettings-controls {
    left: 35px;
    right: 35px; }

  .bc-player-NjIvPvaul_default .vjs-tracksettings {
    top: 20px;
    bottom: 40px; }

  .bc-player-NjIvPvaul_default .vjs-tracksettings-controls {
    padding: 5px 0;
    bottom: 0; } }
.bc-player-NjIvPvaul_default .vjs-caption-settings .vjs-tracksetting {
  margin: 5px;
  padding: 3px;
  min-height: 40px; }

.bc-player-NjIvPvaul_default .vjs-caption-settings .vjs-tracksetting label {
  display: block;
  width: 100px;
  margin-bottom: 5px; }

.bc-player-NjIvPvaul_default .vjs-caption-settings .vjs-tracksetting span {
  display: inline;
  margin-left: 5px; }

.bc-player-NjIvPvaul_default .vjs-caption-settings .vjs-tracksetting > div {
  margin-bottom: 5px;
  min-height: 20px; }

.bc-player-NjIvPvaul_default .vjs-caption-settings .vjs-tracksetting > div:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  min-height: 0; }

.bc-player-NjIvPvaul_default .vjs-caption-settings label > input {
  margin-right: 10px; }

.bc-player-NjIvPvaul_default .vjs-caption-settings input[type=button] {
  width: 40px;
  height: 40px; }

.bc-player-NjIvPvaul_default .vjs-tracksettings .vjs-label {
  display: block; }

.bc-player-NjIvPvaul_default .vjs-tracksettings-colors,
.bc-player-NjIvPvaul_default .vjs-tracksettings-font {
  box-sizing: border-box;
  float: left;
  width: 50%;
  padding: 3px;
  min-height: 40px;
  min-width: 280px; }

.bc-player-NjIvPvaul_default .vjs-tracksettings-colors:after,
.bc-player-NjIvPvaul_default .vjs-tracksettings-controls:after,
.bc-player-NjIvPvaul_default .vjs-tracksettings-font:after {
  clear: both; }

.bc-player-NjIvPvaul_default .vjs-tracksetting {
  margin-bottom: 16px;
  min-height: 20px; }

.bc-player-NjIvPvaul_default .vjs-opacity {
  margin-left: 10px; }

.bc-player-NjIvPvaul_default .vjs-tracksetting button,
.bc-player-NjIvPvaul_default .vjs-tracksetting input,
.bc-player-NjIvPvaul_default .vjs-tracksetting select,
.bc-player-NjIvPvaul_default .vjs-tracksettings-controls button {
  margin-top: 6px;
  font: inherit;
  border-radius: 2px;
  background-color: #fff;
  padding: 0 9px;
  line-height: 24px;
  height: 24px;
  border: none;
  color: #515151;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.bc-player-NjIvPvaul_default .vjs-edge-style select,
.bc-player-NjIvPvaul_default .vjs-font-family select {
  display: block; }

.bc-player-NjIvPvaul_default .vjs-caption-settings button {
  margin-right: 10px; }

.bc-player-NjIvPvaul_default .vjs-caption-settings .vjs-done-button {
  margin-right: 0; }

.bc-player-NjIvPvaul_default.vjs-ad-playing .vjs-mouse-display,
.bc-player-NjIvPvaul_default.vjs-ad-playing .vjs-mouse-display:after {
  display: none; }

.bc-player-NjIvPvaul_default.vjs-ad-playing.vjs-ad-playing .vjs-progress-control:after {
  pointer-events: auto;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  content: " ";
  user-select: none;
  -ms-user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none; }

.ie8.bc-player-NjIvPvaul_default.not-hover.vjs-has-started.vjs-paused.vjs-user-active .vjs-progress-control,
.ie8.bc-player-NjIvPvaul_default.not-hover.vjs-has-started.vjs-paused.vjs-user-inactive .vjs-progress-control,
.ie8.bc-player-NjIvPvaul_default.not-hover.vjs-has-started.vjs-playing.vjs-user-active .vjs-progress-control,
.ie8.bc-player-NjIvPvaul_default.not-hover.vjs-has-started.vjs-playing.vjs-user-inactive .vjs-progress-control,
.ie8.bc-player-NjIvPvaul_default.vjs-has-started.vjs-playing.vjs-user-inactive .vjs-progress-control {
  height: .5em;
  top: -0.5em; }

.ie8.bc-player-NjIvPvaul_default.vjs-has-started.vjs-playing.vjs-user-inactive .vjs-control-bar {
  display: none; }

.ie8.bc-player-NjIvPvaul_default .vjs-control:focus:before,
.ie8.bc-player-NjIvPvaul_default .vjs-control:hover:before {
  border: 2px solid #FFF; }

.ie8.bc-player-NjIvPvaul_default .vjs-menu-button-popup .vjs-menu {
  margin: 0; }

.ie8.bc-player-NjIvPvaul_default .vjs-menu-button-popup .vjs-menu .vjs-menu-item {
  margin: 0; }

.ie8.bc-player-NjIvPvaul_default .vjs-menu-button-popup .vjs-menu .vjs-menu-item:active,
.ie8.bc-player-NjIvPvaul_default .vjs-menu-button-popup .vjs-menu .vjs-menu-item:focus,
.ie8.bc-player-NjIvPvaul_default .vjs-menu-button-popup .vjs-menu .vjs-menu-item:hover {
  border: 2px solid #FFF; }

.bc-player-NjIvPvaul_default.vjs-no-flex .vjs-spacer {
  display: table-cell; }

.bc-player-NjIvPvaul_default.vjs-no-flex .vjs-time-control {
  display: table-cell;
  width: 4em; }

.bc-player-NjIvPvaul_default.vjs-no-flex .vjs-remaining-time {
  display: none; }

.vjs-mouse.bc-player-NjIvPvaul_default .vjs-control-bar {
  font-size: 10px; }

.vjs-mouse.bc-player-NjIvPvaul_default .vjs-progress-control {
  height: .5em;
  top: -0.5em; }

.vjs-mouse.bc-player-NjIvPvaul_default .vjs-progress-control:hover {
  height: 1.5em;
  top: -1.5em; }

.bc-player-NjIvPvaul_default select {
  width: inherit; }

.vjs-playlist {
  list-style-type: none;
  overflow: auto;
  position: relative; }

.vjs-playlist .vjs-playlist-item {
  cursor: pointer;
  overflow: hidden;
  position: relative; }

.vjs-playlist .vjs-playlist-thumbnail {
  background-color: #a6a6a6;
  display: block;
  float: left; }

.vjs-playlist .vjs-playlist-thumbnail:before {
  display: block;
  position: absolute;
  background-color: rgba(26, 26, 26, 0.5);
  text-align: center; }

.vjs-playlist img {
  width: 100%;
  height: 100%; }

.vjs-playlist .vjs-playlist-duration {
  background-color: rgba(26, 26, 26, 0.8);
  left: 0;
  padding: 2px 8px;
  position: absolute;
  top: 0; }

.vjs-playlist .vjs-selected .vjs-playlist-duration {
  display: none; }

.vjs-playlist cite {
  display: block;
  font-style: normal;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.vjs-playlist .vjs-playlist-description {
  color: #a6a6a6;
  text-overflow: ellipsis;
  overflow: hidden;
  margin: 0;
  white-space: nowrap; }

.vjs-playlist.vjs-ad-playing {
  overflow: hidden; }

.vjs-playlist.vjs-ad-playing.vjs-csspointerevents {
  pointer-events: none;
  overflow: auto; }

.vjs-playlist.vjs-ad-playing .vjs-playlist-ad-overlay {
  display: none; }

.vjs-playlist.vjs-ad-playing .vjs-playlist-ad-overlay {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #1a1a1a;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  background-color: rgba(0, 0, 0, 0.5); }

.vjs-playlist {
  font-size: 14px;
  min-width: 238px;
  color: #fff;
  padding: 14px 14px 0 14px; }

.vjs-playlist .vjs-playlist-item {
  height: 56px;
  margin-bottom: 14px; }

.vjs-playlist .vjs-playlist-thumbnail {
  height: 56px;
  font-size: 11px;
  margin-right: 14px;
  width: 100px; }

.vjs-playlist .vjs-selected .vjs-playlist-thumbnail:before {
  height: 56px;
  line-height: 56px;
  width: 100px; }

.vjs-playlist time {
  font-size: 11px; }

.vjs-playlist cite {
  height: 14px;
  line-height: 14px; }

.vjs-playlist .vjs-playlist-description {
  height: 42px;
  line-height: 21px; }

.vjs-mouse.vjs-playlist {
  font-size: 17px;
  min-width: 289px;
  color: #fff;
  padding: 17px 17px 0 17px; }

.vjs-mouse.vjs-playlist .vjs-playlist-item {
  height: 68px;
  margin-bottom: 17px; }

.vjs-mouse.vjs-playlist .vjs-playlist-thumbnail {
  height: 68px;
  font-size: 13px;
  margin-right: 17px;
  width: 121px; }

.vjs-mouse.vjs-playlist .vjs-selected .vjs-playlist-thumbnail:before {
  height: 68px;
  line-height: 68px;
  width: 121px; }

.vjs-mouse.vjs-playlist time {
  font-size: 13px; }

.vjs-mouse.vjs-playlist cite, .vjs-playlist cite {
  height: 17px;
  line-height: 17px;
  color: #55616d;
  text-shadow: none !important;
  font-size: 15px;
  padding-left: 120px;
  padding-bottom: 40px; }

.vjs-playlist .vjs-up-next .vjs-up-next-text {
  display: none; }

.vjs-playlist .vjs-selected .vjs-playlist-now-playing-text {
  display: block;
  padding-left: 12px;
  padding-top: 9px; }

.vjs-playlist .vjs-selected, .vjs-playlist.vjs-mouse .vjs-selected {
  background-color: #e5e5e5; }

.vjs-mouse.vjs-playlist .vjs-playlist-description {
  height: 51px;
  line-height: 26px; }

.vjs-playlist-item:hover {
  background-color: #f2f2f2; }

.vjs-mouse.vjs-playlist .vjs-playlist-item:focus .vjs-playlist-thumbnail:before,
.vjs-mouse.vjs-playlist .vjs-playlist-item:hover .vjs-playlist-thumbnail:before {
  border-radius: 5px;
  font-family: VideoJS;
  height: 34px;
  left: 40.5px;
  line-height: 34px;
  top: 17px;
  width: 40px; }

@media only screen and (max-width: 74.999em) and (min-width: 50em) {
  .bcplaylist-wrapper {
    width: 100%;
    overflow-x: ellipsis;
    overflow-y: auto;
    float: left;
    max-height: 320px; }

  .vjs-playlist {
    font-family: HelveticaNeue-Light, "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; }

  .bc-iframe .vjs-playlist-enabled {
    width: 70%; }

  .bc-iframe .vjs-playlist-enabled.vjs-fullscreen {
    width: 100% !important; }

  .bc-iframe .vjs-playlist {
    position: absolute;
    box-sizing: border-box;
    right: 0;
    top: 0;
    margin: 0;
    width: 30%;
    height: 100%;
    min-width: 0; } }
@media (max-width: 640px) {
  .bc-iframe .vjs-playlist-enabled {
    width: 100%; }

  .bc-iframe .vjs-playlist {
    display: none; } }
.vjs-error-display {
  color: #fff;
  display: none;
  font-family: Helvetica,Arial,sans serif;
  font-size: 16px;
  line-height: 1.428; }

.vjs-error .vjs-error-display {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5); }

.vjs-error .vjs-error-display .vjs-modal-dialog-content {
  font-size: 14px; }

.vjs-errors-dialog {
  text-align: left;
  border: 1px #999 solid;
  overflow: hidden;
  position: absolute;
  top: 2%;
  bottom: 2%;
  left: 5%;
  right: 5%;
  padding-left: 1%;
  padding-right: 1%;
  background: rgba(24, 24, 24, 0.8);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#CC000000, endColorstr=#CC000000)"; }

.vjs-errors-details {
  margin-top: 15px; }

.vjs-errors-message {
  border: 1px #999 solid;
  background-color: #2c2c2c;
  overflow: auto;
  margin-top: 15px;
  padding: 15px; }

.vjs-errors-ok-button-container {
  display: block;
  position: absolute;
  bottom: 15px;
  left: 15px;
  right: 15px;
  text-align: center; }

.vjs-errors-ok-button {
  display: block;
  margin: 0 auto;
  width: 80px;
  height: 36px;
  background-color: #000;
  border: 1px #999 solid;
  border-radius: 5px;
  color: #999;
  font-size: 14px;
  cursor: pointer; }

.vjs-errors-ok-button:hover {
  border: 1px #FFF solid;
  color: #CCC; }

.vjs-errors-content-container {
  overflow: auto;
  position: absolute;
  padding-bottom: 15px;
  top: 0;
  left: 15px;
  right: 15px;
  bottom: 61px; }

.vjs-errors-headline {
  font-size: 14px;
  font-weight: 700;
  padding-right: 3em; }

.vjs-errors-dialog .vjs-control.vjs-close-button {
  width: 3em;
  height: 3em;
  top: 0; }

.vjs-errors-flashmessage {
  float: right;
  font-size: 9px;
  font-style: italic; }

.vjs-xs.vjs-error-display {
  font-size: 14px;
  background-color: #000; }

.vjs-xs.vjs-error-display .vjs-errors-details,
.vjs-xs.vjs-error-display .vjs-errors-message {
  display: none; }

.vjs-xs .vjs-errors-content-container {
  top: 0; }

.vjs-xs .vjs-errors-headline {
  font-size: 16px;
  font-weight: 700; }

.vjs-xs .vjs-errors-dialog {
  border: none;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0; }

.vjs-xs.vjs-errors-flashmessage {
  display: none; }

@media (max-width: 600px), (max-height: 250px) {
  .vjs-error-display {
    font-size: 14px;
    background-color: #000; }

  .vjs-error-display .vjs-errors-details,
  .vjs-error-display .vjs-errors-message {
    display: none; }

  .vjs-error-display .vjs-errors-content-container {
    top: 15px; }

  .vjs-error-display .vjs-errors-headline {
    font-size: 16px;
    font-weight: 700; }

  .vjs-error-display .vjs-errors-dialog {
    border: none;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0; }

  .vjs-errors-flashmessage {
    display: none; } }
.vjs-errors-ref-id {
  color: rgba(255, 255, 255, 0.5);
  font-size: .75em;
  margin: 0.5em 0 0; }

.video-js .vjs-dock-shelf,
.video-js .vjs-dock-text {
  font-size: 1.8em;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  pointer-events: none;
  position: absolute;
  top: 0;
  -webkit-transition: opacity .1s;
  -moz-transition: opacity .1s;
  -o-transition: opacity .1s;
  transition: opacity 0.1s; }

.video-js .vjs-dock-text {
  left: 0;
  margin: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.8);
  background: -webkit-linear-gradient(to bottom, rgba(0, 0, 0, 0.8) 0, rgba(0, 0, 0, 0.7) 30%, rgba(0, 0, 0, 0.7) 70%, transparent 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.7) 30%, rgba(0, 0, 0, 0.7) 70%, rgba(0, 0, 0, 0) 100%);
  padding: 1em 25% 2em 1em; }

.video-js.vjs-no-flex .vjs-dock-text {
  padding-bottom: 1em; }

.video-js .vjs-dock-shelf {
  padding: 1em 1em;
  right: 0;
  text-align: right;
  width: 25%; }

.video-js .vjs-dock-shelf * {
  pointer-events: auto; }

.video-js .vjs-dock-description,
.video-js .vjs-dock-title {
  margin: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.video-js .vjs-dock-title {
  font-weight: 700;
  letter-spacing: 1px;
  line-height: 1.333;
  margin-bottom: 0.333em; }

.video-js .vjs-dock-description {
  font-weight: 400;
  line-height: 1.5; }

.vjs-playing.vjs-user-inactive .vjs-dock-shelf,
.vjs-playing.vjs-user-inactive .vjs-dock-text {
  opacity: 0;
  -webkit-transition: opacity 1s;
  -moz-transition: opacity 1s;
  -o-transition: opacity 1s;
  transition: opacity 1s; }

.vjs-playing.vjs-no-flex.vjs-user-inactive .vjs-dock-shelf,
.vjs-playing.vjs-no-flex.vjs-user-inactive .vjs-dock-text {
  display: none; }

.video-js .vjs-dock-shelf,
.video-js .vjs-dock-text {
  font-size: 1em; }

.vjs-has-started.not-hover .vjs-dock-shelf,
.vjs-has-started.not-hover .vjs-dock-text {
  opacity: 0;
  -webkit-transition: opacity 1s;
  -moz-transition: opacity 1s;
  -ms-transition: opacity 1s;
  -o-transition: opacity 1s;
  transition: opacity 1s; }

.vjs-contextmenu-ui-menu {
  position: absolute; }

.vjs-contextmenu-ui-menu .vjs-menu-content {
  background-color: #2B333F;
  background-color: rgba(43, 51, 63, 0.7);
  border-radius: .3em;
  padding: 0.25em; }

.vjs-contextmenu-ui-menu .vjs-menu-item {
  border-radius: .3em;
  cursor: pointer;
  margin: 0 0 1px;
  padding: .5em 1em;
  font-size: 1em;
  line-height: 1.2;
  text-transform: none; }

.vjs-contextmenu-ui-menu .vjs-menu-item:active,
.vjs-contextmenu-ui-menu .vjs-menu-item:hover {
  background-color: rgba(0, 0, 0, 0.5);
  text-shadow: none !important; }

.vjs-modal-dialog.vjs-player-info-modal {
  background: rgba(0, 0, 0, 0.9);
  font-size: 10px; }

.vjs-modal-dialog.vjs-player-info-modal .vjs-modal-dialog-content {
  overflow: auto; }

.vjs-modal-dialog.vjs-player-info-modal .vjs-pi-section {
  float: left;
  width: 49%; }

.vjs-modal-dialog.vjs-player-info-modal .vjs-pi-section:nth-child(2n+1) {
  float: right; }

.vjs-modal-dialog.vjs-player-info-modal .vjs-pi-section.vjs-pi-section--source {
  float: none;
  clear: both;
  width: auto; }

.vjs-modal-dialog.vjs-player-info-modal .vjs-pi-section.vjs-pi-section--source td:first-child {
  min-width: 150px; }

.vjs-modal-dialog.vjs-player-info-modal table {
  border-collapse: collapse;
  margin-bottom: 1em;
  width: 100%; }

.vjs-modal-dialog.vjs-player-info-modal th {
  font-weight: 400;
  text-align: left; }

.vjs-modal-dialog.vjs-player-info-modal td {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  opacity: 0.5; }

.vjs-modal-dialog.vjs-player-info-modal tr:last-child td {
  border-bottom: 0; }

.vjs-modal-dialog.vjs-player-info-modal tr:hover td {
  opacity: 1; }

.vjs-playlist-title-container, .vjs-playlist .vjs-playlist-title-container {
  text-shadow: none !important; }

.node-leadership-roster {
  text-align: center; }
  .node-leadership-roster img {
    -moz-border-radius: 999px;
    -webkit-border-radius: 999px;
    border-radius: 999px;
    margin-top: 15px;
    margin-bottom: 5px;
    width: 128px;
    height: 128px; }
  .node-leadership-roster h2 {
    font-weight: 300;
    margin: .5em 0 0 0; }
  .node-leadership-roster .field-name-field-spouse-of,
  .node-leadership-roster .field-name-field-partner-of {
    font-style: italic; }

.page-node-301451 .field-content img, .page-node-301462 .field-content img, .page-node-301452 .field-content img, .page-node-301455 .field-content img, .page-node-301453 .field-content img, .page-node-308148 .field-content img {
  -moz-border-radius: 999px;
  -webkit-border-radius: 999px;
  border-radius: 999px;
  margin-top: 15px;
  margin-bottom: 5px;
  width: 128px;
  height: 128px; }
.page-node-301451 .views-field-title, .page-node-301462 .views-field-title, .page-node-301452 .views-field-title, .page-node-301455 .views-field-title, .page-node-301453 .views-field-title, .page-node-308148 .views-field-title {
  font-weight: 300;
  font-size: 1rem;
  line-height: 1.25; }
  @media screen and (min-width: 780px) {
    .page-node-301451 .views-field-title, .page-node-301462 .views-field-title, .page-node-301452 .views-field-title, .page-node-301455 .views-field-title, .page-node-301453 .views-field-title, .page-node-308148 .views-field-title {
      font-size: 1.375rem;
      line-height: 1.25; } }
  @media screen and (min-width: 1280px) {
    .page-node-301451 .views-field-title, .page-node-301462 .views-field-title, .page-node-301452 .views-field-title, .page-node-301455 .views-field-title, .page-node-301453 .views-field-title, .page-node-308148 .views-field-title {
      font-size: 1.5rem;
      line-height: 1.25; } }
.page-node-301451 .views-field-field-leadership-type,
.page-node-301451 .views-field-field-chapter-name,
.page-node-301451 .views-field-field-chaptername,
.page-node-301451 .views-field-field-additional-title, .page-node-301462 .views-field-field-leadership-type,
.page-node-301462 .views-field-field-chapter-name,
.page-node-301462 .views-field-field-chaptername,
.page-node-301462 .views-field-field-additional-title, .page-node-301452 .views-field-field-leadership-type,
.page-node-301452 .views-field-field-chapter-name,
.page-node-301452 .views-field-field-chaptername,
.page-node-301452 .views-field-field-additional-title, .page-node-301455 .views-field-field-leadership-type,
.page-node-301455 .views-field-field-chapter-name,
.page-node-301455 .views-field-field-chaptername,
.page-node-301455 .views-field-field-additional-title, .page-node-301453 .views-field-field-leadership-type,
.page-node-301453 .views-field-field-chapter-name,
.page-node-301453 .views-field-field-chaptername,
.page-node-301453 .views-field-field-additional-title, .page-node-308148 .views-field-field-leadership-type,
.page-node-308148 .views-field-field-chapter-name,
.page-node-308148 .views-field-field-chaptername,
.page-node-308148 .views-field-field-additional-title {
  font-style: italic; }
.page-node-301451 .views-field-field-term-year-expiration,
.page-node-301451 .views-field-field-department, .page-node-301462 .views-field-field-term-year-expiration,
.page-node-301462 .views-field-field-department, .page-node-301452 .views-field-field-term-year-expiration,
.page-node-301452 .views-field-field-department, .page-node-301455 .views-field-field-term-year-expiration,
.page-node-301455 .views-field-field-department, .page-node-301453 .views-field-field-term-year-expiration,
.page-node-301453 .views-field-field-department, .page-node-308148 .views-field-field-term-year-expiration,
.page-node-308148 .views-field-field-department {
  font-weight: 700;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #b5b7b4; }
.page-node-301451 .views-field-field-specialty-field, .page-node-301462 .views-field-field-specialty-field, .page-node-301452 .views-field-field-specialty-field, .page-node-301455 .views-field-field-specialty-field, .page-node-301453 .views-field-field-specialty-field, .page-node-308148 .views-field-field-specialty-field {
  font-size: 0.875rem;
  line-height: 1.5; }
.page-node-301451 .field-content p, .page-node-301462 .field-content p, .page-node-301452 .field-content p, .page-node-301455 .field-content p, .page-node-301453 .field-content p, .page-node-308148 .field-content p {
  margin: 0;
  padding: 10px; }
.page-node-301451 .views-row, .page-node-301462 .views-row, .page-node-301452 .views-row, .page-node-301455 .views-row, .page-node-301453 .views-row, .page-node-308148 .views-row {
  text-align: center;
  padding: 0 .75em;
  width: 50%;
  float: left;
  height: 360px;
  margin-bottom: 0; }
  .page-node-301451 .views-row .views-field, .page-node-301462 .views-row .views-field, .page-node-301452 .views-row .views-field, .page-node-301455 .views-row .views-field, .page-node-301453 .views-row .views-field, .page-node-308148 .views-row .views-field {
    z-index: 90;
    position: relative; }
  .page-node-301451 .views-row .views-field-field-short-version,
  .page-node-301451 .views-row .views-field-field-long-version-details,
  .page-node-301451 .views-row .views-field-field-relationship,
  .page-node-301451 .views-row .views-field-field-spouse-of, .page-node-301462 .views-row .views-field-field-short-version,
  .page-node-301462 .views-row .views-field-field-long-version-details,
  .page-node-301462 .views-row .views-field-field-relationship,
  .page-node-301462 .views-row .views-field-field-spouse-of, .page-node-301452 .views-row .views-field-field-short-version,
  .page-node-301452 .views-row .views-field-field-long-version-details,
  .page-node-301452 .views-row .views-field-field-relationship,
  .page-node-301452 .views-row .views-field-field-spouse-of, .page-node-301455 .views-row .views-field-field-short-version,
  .page-node-301455 .views-row .views-field-field-long-version-details,
  .page-node-301455 .views-row .views-field-field-relationship,
  .page-node-301455 .views-row .views-field-field-spouse-of, .page-node-301453 .views-row .views-field-field-short-version,
  .page-node-301453 .views-row .views-field-field-long-version-details,
  .page-node-301453 .views-row .views-field-field-relationship,
  .page-node-301453 .views-row .views-field-field-spouse-of, .page-node-308148 .views-row .views-field-field-short-version,
  .page-node-308148 .views-row .views-field-field-long-version-details,
  .page-node-308148 .views-row .views-field-field-relationship,
  .page-node-308148 .views-row .views-field-field-spouse-of {
    font-size: 0.875rem;
    line-height: 1.5;
    display: none;
    z-index: 91; }
  .page-node-301451 .views-row .view-contact, .page-node-301462 .views-row .view-contact, .page-node-301452 .views-row .view-contact, .page-node-301455 .views-row .view-contact, .page-node-301453 .views-row .view-contact, .page-node-308148 .views-row .view-contact {
    font-size: 0.75rem;
    line-height: 1.5;
    z-index: 90;
    position: relative;
    padding-top: 1em; }
    .page-node-301451 .views-row .view-contact a:hover, .page-node-301462 .views-row .view-contact a:hover, .page-node-301452 .views-row .view-contact a:hover, .page-node-301455 .views-row .view-contact a:hover, .page-node-301453 .views-row .view-contact a:hover, .page-node-308148 .views-row .view-contact a:hover {
      cursor: pointer; }
  .page-node-301451 .views-row.details, .page-node-301462 .views-row.details, .page-node-301452 .views-row.details, .page-node-301455 .views-row.details, .page-node-301453 .views-row.details, .page-node-308148 .views-row.details {
    position: fixed;
    top: 175px;
    height: auto;
    max-height: 70%;
    left: 30%;
    width: 40%;
    margin-bottom: 0;
    background-color: white;
    overflow-y: auto;
    border: 1px solid #e5e5e5;
    padding: 1em 0 2em 0;
    -moz-box-shadow: 0 0 15px 5px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 0 15px 5px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 15px 5px rgba(0, 0, 0, 0.1);
    z-index: 91 !important; }
    @media (max-width: 960px) {
      .page-node-301451 .views-row.details, .page-node-301462 .views-row.details, .page-node-301452 .views-row.details, .page-node-301455 .views-row.details, .page-node-301453 .views-row.details, .page-node-308148 .views-row.details {
        left: 25%;
        width: 50%; } }
    @media (max-width: 780px) {
      .page-node-301451 .views-row.details, .page-node-301462 .views-row.details, .page-node-301452 .views-row.details, .page-node-301455 .views-row.details, .page-node-301453 .views-row.details, .page-node-308148 .views-row.details {
        left: 10%;
        width: 80%; } }
    @media (max-width: 630px) {
      .page-node-301451 .views-row.details, .page-node-301462 .views-row.details, .page-node-301452 .views-row.details, .page-node-301455 .views-row.details, .page-node-301453 .views-row.details, .page-node-308148 .views-row.details {
        left: 5%;
        width: 90%; } }
    .page-node-301451 .views-row.details .views-field-field-short-version,
    .page-node-301451 .views-row.details .views-field-field-long-version-details,
    .page-node-301451 .views-row.details .views-field-field-relationship,
    .page-node-301451 .views-row.details .views-field-field-spouse-of,
    .page-node-301451 .views-row.details .views-field-field-chapter-name,
    .page-node-301451 .views-row.details .views-field-field-chaptername, .page-node-301462 .views-row.details .views-field-field-short-version,
    .page-node-301462 .views-row.details .views-field-field-long-version-details,
    .page-node-301462 .views-row.details .views-field-field-relationship,
    .page-node-301462 .views-row.details .views-field-field-spouse-of,
    .page-node-301462 .views-row.details .views-field-field-chapter-name,
    .page-node-301462 .views-row.details .views-field-field-chaptername, .page-node-301452 .views-row.details .views-field-field-short-version,
    .page-node-301452 .views-row.details .views-field-field-long-version-details,
    .page-node-301452 .views-row.details .views-field-field-relationship,
    .page-node-301452 .views-row.details .views-field-field-spouse-of,
    .page-node-301452 .views-row.details .views-field-field-chapter-name,
    .page-node-301452 .views-row.details .views-field-field-chaptername, .page-node-301455 .views-row.details .views-field-field-short-version,
    .page-node-301455 .views-row.details .views-field-field-long-version-details,
    .page-node-301455 .views-row.details .views-field-field-relationship,
    .page-node-301455 .views-row.details .views-field-field-spouse-of,
    .page-node-301455 .views-row.details .views-field-field-chapter-name,
    .page-node-301455 .views-row.details .views-field-field-chaptername, .page-node-301453 .views-row.details .views-field-field-short-version,
    .page-node-301453 .views-row.details .views-field-field-long-version-details,
    .page-node-301453 .views-row.details .views-field-field-relationship,
    .page-node-301453 .views-row.details .views-field-field-spouse-of,
    .page-node-301453 .views-row.details .views-field-field-chapter-name,
    .page-node-301453 .views-row.details .views-field-field-chaptername, .page-node-308148 .views-row.details .views-field-field-short-version,
    .page-node-308148 .views-row.details .views-field-field-long-version-details,
    .page-node-308148 .views-row.details .views-field-field-relationship,
    .page-node-308148 .views-row.details .views-field-field-spouse-of,
    .page-node-308148 .views-row.details .views-field-field-chapter-name,
    .page-node-308148 .views-row.details .views-field-field-chaptername {
      display: block;
      z-index: 99 !important; }
    .page-node-301451 .views-row.details .close-contact, .page-node-301462 .views-row.details .close-contact, .page-node-301452 .views-row.details .close-contact, .page-node-301455 .views-row.details .close-contact, .page-node-301453 .views-row.details .close-contact, .page-node-308148 .views-row.details .close-contact {
      color: #0063be;
      cursor: pointer;
      display: block;
      z-index: 9999;
      position: absolute;
      margin-top: -1em;
      right: 0;
      height: 35px;
      width: 35px;
      padding: .75em .4em; }
    .page-node-301451 .views-row.details .views-field, .page-node-301462 .views-row.details .views-field, .page-node-301452 .views-row.details .views-field, .page-node-301455 .views-row.details .views-field, .page-node-301453 .views-row.details .views-field, .page-node-308148 .views-row.details .views-field {
      z-index: 999; }
    .page-node-301451 .views-row.details > .view-contact, .page-node-301462 .views-row.details > .view-contact, .page-node-301452 .views-row.details > .view-contact, .page-node-301455 .views-row.details > .view-contact, .page-node-301453 .views-row.details > .view-contact, .page-node-308148 .views-row.details > .view-contact {
      display: none; }
  @media (max-width: 630px) {
    .page-node-301451 .views-row, .page-node-301462 .views-row, .page-node-301452 .views-row, .page-node-301455 .views-row, .page-node-301453 .views-row, .page-node-308148 .views-row {
      height: auto !important;
      margin-bottom: 3em;
      width: 100%; } }
.page-node-301451 h2, .page-node-301462 h2, .page-node-301452 h2, .page-node-301455 h2, .page-node-301453 h2, .page-node-308148 h2 {
  float: left;
  width: 100%; }
  .page-node-301451 h2.element-invisible, .page-node-301462 h2.element-invisible, .page-node-301452 h2.element-invisible, .page-node-301455 h2.element-invisible, .page-node-301453 h2.element-invisible, .page-node-308148 h2.element-invisible {
    width: auto; }

.page-node-301462 .views-row .views-field-field-relationship,
.page-node-301462 .views-row .views-field-field-spouse-of {
  display: block; }

.grid.pm-key-alignment .key, #tabs.vertical > div.pm-key-alignment .key, .pm-key-alignment.ui-accordion-content .key, .pm-key-alignment.split3 .key, .pm-key-alignment.split2 .key, .pm-key-alignment.page_content .key, .pm-key-alignment.field-item .key, .node-type-chapter-top-level-page .pm-key-alignment#landing_hero_area .key, .pm-key-alignment#landing_hero_2018 .key, .pm-key-alignment#overall-rating .key, .pm-key-alignment.filter-container .key, .pm-key-alignment#review-list .key {
  margin-top: 2.7em;
  display: flex;
  align-items: center; }
  @media (min-width: 1280px) {
    .grid.pm-key-alignment .key, #tabs.vertical > div.pm-key-alignment .key, .pm-key-alignment.ui-accordion-content .key, .pm-key-alignment.split3 .key, .pm-key-alignment.split2 .key, .pm-key-alignment.page_content .key, .pm-key-alignment.field-item .key, .node-type-chapter-top-level-page .pm-key-alignment#landing_hero_area .key, .pm-key-alignment#landing_hero_2018 .key, .pm-key-alignment#overall-rating .key, .pm-key-alignment.filter-container .key, .pm-key-alignment#review-list .key {
      height: 222px; } }
  @media (min-width: 960px) and (max-width: 1280px) {
    .grid.pm-key-alignment .key, #tabs.vertical > div.pm-key-alignment .key, .pm-key-alignment.ui-accordion-content .key, .pm-key-alignment.split3 .key, .pm-key-alignment.split2 .key, .pm-key-alignment.page_content .key, .pm-key-alignment.field-item .key, .node-type-chapter-top-level-page .pm-key-alignment#landing_hero_area .key, .pm-key-alignment#landing_hero_2018 .key, .pm-key-alignment#overall-rating .key, .pm-key-alignment.filter-container .key, .pm-key-alignment#review-list .key {
      height: 197px; }
      .grid.pm-key-alignment .key p, #tabs.vertical > div.pm-key-alignment .key p, .pm-key-alignment.ui-accordion-content .key p, .pm-key-alignment.split3 .key p, .pm-key-alignment.split2 .key p, .pm-key-alignment.page_content .key p, .pm-key-alignment.field-item .key p, .node-type-chapter-top-level-page .pm-key-alignment#landing_hero_area .key p, .pm-key-alignment#landing_hero_2018 .key p, .pm-key-alignment#overall-rating .key p, .pm-key-alignment.filter-container .key p, .pm-key-alignment#review-list .key p {
        margin: .5em 0;
        line-height: 1.4em; } }
@media (max-width: 960px) {
  .grid.pm-key-alignment .key, #tabs.vertical > div.pm-key-alignment .key, .pm-key-alignment.ui-accordion-content .key, .pm-key-alignment.split3 .key, .pm-key-alignment.split2 .key, .pm-key-alignment.page_content .key, .pm-key-alignment.field-item .key, .node-type-chapter-top-level-page .pm-key-alignment#landing_hero_area .key, .pm-key-alignment#landing_hero_2018 .key, .pm-key-alignment#overall-rating .key, .pm-key-alignment.filter-container .key, .pm-key-alignment#review-list .key {
    margin-top: 0; }
  .grid.pm-key-alignment .col-3-4, #tabs.vertical > div.pm-key-alignment .col-3-4, .pm-key-alignment.ui-accordion-content .col-3-4, .pm-key-alignment.split3 .col-3-4, .pm-key-alignment.split2 .col-3-4, .pm-key-alignment.page_content .col-3-4, .pm-key-alignment.field-item .col-3-4, .node-type-chapter-top-level-page .pm-key-alignment#landing_hero_area .col-3-4, .pm-key-alignment#landing_hero_2018 .col-3-4, .pm-key-alignment#overall-rating .col-3-4, .pm-key-alignment.filter-container .col-3-4, .pm-key-alignment#review-list .col-3-4, .grid.pm-key-alignment .node-type-chapter-top-level-page #landing_hero_area .container .region-hero, .node-type-chapter-top-level-page #landing_hero_area .container .grid.pm-key-alignment .region-hero, #tabs.vertical > div.pm-key-alignment .node-type-chapter-top-level-page #landing_hero_area .container .region-hero, .node-type-chapter-top-level-page #landing_hero_area .container #tabs.vertical > div.pm-key-alignment .region-hero, .pm-key-alignment.ui-accordion-content .node-type-chapter-top-level-page #landing_hero_area .container .region-hero, .node-type-chapter-top-level-page #landing_hero_area .container .pm-key-alignment.ui-accordion-content .region-hero, .pm-key-alignment.split3 .node-type-chapter-top-level-page #landing_hero_area .container .region-hero, .node-type-chapter-top-level-page #landing_hero_area .container .pm-key-alignment.split3 .region-hero, .pm-key-alignment.split2 .node-type-chapter-top-level-page #landing_hero_area .container .region-hero, .node-type-chapter-top-level-page #landing_hero_area .container .pm-key-alignment.split2 .region-hero, .pm-key-alignment.page_content .node-type-chapter-top-level-page #landing_hero_area .container .region-hero, .node-type-chapter-top-level-page #landing_hero_area .container .pm-key-alignment.page_content .region-hero, .pm-key-alignment.field-item .node-type-chapter-top-level-page #landing_hero_area .container .region-hero, .node-type-chapter-top-level-page #landing_hero_area .container .pm-key-alignment.field-item .region-hero, .node-type-chapter-top-level-page .pm-key-alignment#landing_hero_area .container .region-hero, .pm-key-alignment#landing_hero_2018 .node-type-chapter-top-level-page #landing_hero_area .container .region-hero, .node-type-chapter-top-level-page #landing_hero_area .container .pm-key-alignment#landing_hero_2018 .region-hero, .pm-key-alignment#overall-rating .node-type-chapter-top-level-page #landing_hero_area .container .region-hero, .node-type-chapter-top-level-page #landing_hero_area .container .pm-key-alignment#overall-rating .region-hero, .pm-key-alignment.filter-container .node-type-chapter-top-level-page #landing_hero_area .container .region-hero, .node-type-chapter-top-level-page #landing_hero_area .container .pm-key-alignment.filter-container .region-hero, .pm-key-alignment#review-list .node-type-chapter-top-level-page #landing_hero_area .container .region-hero, .node-type-chapter-top-level-page #landing_hero_area .container .pm-key-alignment#review-list .region-hero, .grid.pm-key-alignment .col-1-4, #tabs.vertical > div.pm-key-alignment .col-1-4, .pm-key-alignment.ui-accordion-content .col-1-4, .pm-key-alignment.split3 .col-1-4, .pm-key-alignment.split2 .col-1-4, .pm-key-alignment.page_content .col-1-4, .pm-key-alignment.field-item .col-1-4, .node-type-chapter-top-level-page .pm-key-alignment#landing_hero_area .col-1-4, .pm-key-alignment#landing_hero_2018 .col-1-4, .pm-key-alignment#overall-rating .col-1-4, .pm-key-alignment.filter-container .col-1-4, .pm-key-alignment#review-list .col-1-4, .grid.pm-key-alignment .page_content aside.side_nav_left, .page_content .grid.pm-key-alignment aside.side_nav_left, #tabs.vertical > div.pm-key-alignment .page_content aside.side_nav_left, .page_content #tabs.vertical > div.pm-key-alignment aside.side_nav_left, .pm-key-alignment.ui-accordion-content .page_content aside.side_nav_left, .page_content .pm-key-alignment.ui-accordion-content aside.side_nav_left, .pm-key-alignment.split3 .page_content aside.side_nav_left, .page_content .pm-key-alignment.split3 aside.side_nav_left, .pm-key-alignment.split2 .page_content aside.side_nav_left, .page_content .pm-key-alignment.split2 aside.side_nav_left, .pm-key-alignment.page_content aside.side_nav_left, .pm-key-alignment.field-item .page_content aside.side_nav_left, .page_content .pm-key-alignment.field-item aside.side_nav_left, .node-type-chapter-top-level-page .pm-key-alignment#landing_hero_area .page_content aside.side_nav_left, .page_content .node-type-chapter-top-level-page .pm-key-alignment#landing_hero_area aside.side_nav_left, .pm-key-alignment#landing_hero_2018 .page_content aside.side_nav_left, .page_content .pm-key-alignment#landing_hero_2018 aside.side_nav_left, .pm-key-alignment#overall-rating .page_content aside.side_nav_left, .page_content .pm-key-alignment#overall-rating aside.side_nav_left, .pm-key-alignment.filter-container .page_content aside.side_nav_left, .page_content .pm-key-alignment.filter-container aside.side_nav_left, .pm-key-alignment#review-list .page_content aside.side_nav_left, .page_content .pm-key-alignment#review-list aside.side_nav_left, .grid.pm-key-alignment .node-type-chapter-top-level-page #landing_hero_area .container aside.side_nav_left, .node-type-chapter-top-level-page #landing_hero_area .container .grid.pm-key-alignment aside.side_nav_left, #tabs.vertical > div.pm-key-alignment .node-type-chapter-top-level-page #landing_hero_area .container aside.side_nav_left, .node-type-chapter-top-level-page #landing_hero_area .container #tabs.vertical > div.pm-key-alignment aside.side_nav_left, .pm-key-alignment.ui-accordion-content .node-type-chapter-top-level-page #landing_hero_area .container aside.side_nav_left, .node-type-chapter-top-level-page #landing_hero_area .container .pm-key-alignment.ui-accordion-content aside.side_nav_left, .pm-key-alignment.split3 .node-type-chapter-top-level-page #landing_hero_area .container aside.side_nav_left, .node-type-chapter-top-level-page #landing_hero_area .container .pm-key-alignment.split3 aside.side_nav_left, .pm-key-alignment.split2 .node-type-chapter-top-level-page #landing_hero_area .container aside.side_nav_left, .node-type-chapter-top-level-page #landing_hero_area .container .pm-key-alignment.split2 aside.side_nav_left, .pm-key-alignment.page_content .node-type-chapter-top-level-page #landing_hero_area .container aside.side_nav_left, .node-type-chapter-top-level-page #landing_hero_area .container .pm-key-alignment.page_content aside.side_nav_left, .pm-key-alignment.field-item .node-type-chapter-top-level-page #landing_hero_area .container aside.side_nav_left, .node-type-chapter-top-level-page #landing_hero_area .container .pm-key-alignment.field-item aside.side_nav_left, .node-type-chapter-top-level-page .pm-key-alignment#landing_hero_area .container aside.side_nav_left, .pm-key-alignment#landing_hero_2018 .node-type-chapter-top-level-page #landing_hero_area .container aside.side_nav_left, .node-type-chapter-top-level-page #landing_hero_area .container .pm-key-alignment#landing_hero_2018 aside.side_nav_left, .pm-key-alignment#overall-rating .node-type-chapter-top-level-page #landing_hero_area .container aside.side_nav_left, .node-type-chapter-top-level-page #landing_hero_area .container .pm-key-alignment#overall-rating aside.side_nav_left, .pm-key-alignment.filter-container .node-type-chapter-top-level-page #landing_hero_area .container aside.side_nav_left, .node-type-chapter-top-level-page #landing_hero_area .container .pm-key-alignment.filter-container aside.side_nav_left, .pm-key-alignment#review-list .node-type-chapter-top-level-page #landing_hero_area .container aside.side_nav_left, .node-type-chapter-top-level-page #landing_hero_area .container .pm-key-alignment#review-list aside.side_nav_left {
    width: 100%;
    padding-right: 0; }
    .grid.pm-key-alignment .col-3-4 #tabs, #tabs.vertical > div.pm-key-alignment .col-3-4 #tabs, .pm-key-alignment.ui-accordion-content .col-3-4 #tabs, .pm-key-alignment.split3 .col-3-4 #tabs, .pm-key-alignment.split2 .col-3-4 #tabs, .pm-key-alignment.page_content .col-3-4 #tabs, .pm-key-alignment.field-item .col-3-4 #tabs, .node-type-chapter-top-level-page .pm-key-alignment#landing_hero_area .col-3-4 #tabs, .pm-key-alignment#landing_hero_2018 .col-3-4 #tabs, .pm-key-alignment#overall-rating .col-3-4 #tabs, .pm-key-alignment.filter-container .col-3-4 #tabs, .pm-key-alignment#review-list .col-3-4 #tabs, .grid.pm-key-alignment .node-type-chapter-top-level-page #landing_hero_area .container .region-hero #tabs, .node-type-chapter-top-level-page #landing_hero_area .container .grid.pm-key-alignment .region-hero #tabs, #tabs.vertical > div.pm-key-alignment .node-type-chapter-top-level-page #landing_hero_area .container .region-hero #tabs, .node-type-chapter-top-level-page #landing_hero_area .container #tabs.vertical > div.pm-key-alignment .region-hero #tabs, .pm-key-alignment.ui-accordion-content .node-type-chapter-top-level-page #landing_hero_area .container .region-hero #tabs, .node-type-chapter-top-level-page #landing_hero_area .container .pm-key-alignment.ui-accordion-content .region-hero #tabs, .pm-key-alignment.split3 .node-type-chapter-top-level-page #landing_hero_area .container .region-hero #tabs, .node-type-chapter-top-level-page #landing_hero_area .container .pm-key-alignment.split3 .region-hero #tabs, .pm-key-alignment.split2 .node-type-chapter-top-level-page #landing_hero_area .container .region-hero #tabs, .node-type-chapter-top-level-page #landing_hero_area .container .pm-key-alignment.split2 .region-hero #tabs, .pm-key-alignment.page_content .node-type-chapter-top-level-page #landing_hero_area .container .region-hero #tabs, .node-type-chapter-top-level-page #landing_hero_area .container .pm-key-alignment.page_content .region-hero #tabs, .pm-key-alignment.field-item .node-type-chapter-top-level-page #landing_hero_area .container .region-hero #tabs, .node-type-chapter-top-level-page #landing_hero_area .container .pm-key-alignment.field-item .region-hero #tabs, .node-type-chapter-top-level-page .pm-key-alignment#landing_hero_area .container .region-hero #tabs, .pm-key-alignment#landing_hero_2018 .node-type-chapter-top-level-page #landing_hero_area .container .region-hero #tabs, .node-type-chapter-top-level-page #landing_hero_area .container .pm-key-alignment#landing_hero_2018 .region-hero #tabs, .pm-key-alignment#overall-rating .node-type-chapter-top-level-page #landing_hero_area .container .region-hero #tabs, .node-type-chapter-top-level-page #landing_hero_area .container .pm-key-alignment#overall-rating .region-hero #tabs, .pm-key-alignment.filter-container .node-type-chapter-top-level-page #landing_hero_area .container .region-hero #tabs, .node-type-chapter-top-level-page #landing_hero_area .container .pm-key-alignment.filter-container .region-hero #tabs, .pm-key-alignment#review-list .node-type-chapter-top-level-page #landing_hero_area .container .region-hero #tabs, .node-type-chapter-top-level-page #landing_hero_area .container .pm-key-alignment#review-list .region-hero #tabs, .grid.pm-key-alignment .col-1-4 #tabs, #tabs.vertical > div.pm-key-alignment .col-1-4 #tabs, .pm-key-alignment.ui-accordion-content .col-1-4 #tabs, .pm-key-alignment.split3 .col-1-4 #tabs, .pm-key-alignment.split2 .col-1-4 #tabs, .pm-key-alignment.page_content .col-1-4 #tabs, .pm-key-alignment.field-item .col-1-4 #tabs, .node-type-chapter-top-level-page .pm-key-alignment#landing_hero_area .col-1-4 #tabs, .pm-key-alignment#landing_hero_2018 .col-1-4 #tabs, .pm-key-alignment#overall-rating .col-1-4 #tabs, .pm-key-alignment.filter-container .col-1-4 #tabs, .pm-key-alignment#review-list .col-1-4 #tabs, .grid.pm-key-alignment .page_content aside.side_nav_left #tabs, .page_content .grid.pm-key-alignment aside.side_nav_left #tabs, #tabs.vertical > div.pm-key-alignment .page_content aside.side_nav_left #tabs, .page_content #tabs.vertical > div.pm-key-alignment aside.side_nav_left #tabs, .pm-key-alignment.ui-accordion-content .page_content aside.side_nav_left #tabs, .page_content .pm-key-alignment.ui-accordion-content aside.side_nav_left #tabs, .pm-key-alignment.split3 .page_content aside.side_nav_left #tabs, .page_content .pm-key-alignment.split3 aside.side_nav_left #tabs, .pm-key-alignment.split2 .page_content aside.side_nav_left #tabs, .page_content .pm-key-alignment.split2 aside.side_nav_left #tabs, .pm-key-alignment.page_content aside.side_nav_left #tabs, .pm-key-alignment.field-item .page_content aside.side_nav_left #tabs, .page_content .pm-key-alignment.field-item aside.side_nav_left #tabs, .node-type-chapter-top-level-page .pm-key-alignment#landing_hero_area .page_content aside.side_nav_left #tabs, .page_content .node-type-chapter-top-level-page .pm-key-alignment#landing_hero_area aside.side_nav_left #tabs, .pm-key-alignment#landing_hero_2018 .page_content aside.side_nav_left #tabs, .page_content .pm-key-alignment#landing_hero_2018 aside.side_nav_left #tabs, .pm-key-alignment#overall-rating .page_content aside.side_nav_left #tabs, .page_content .pm-key-alignment#overall-rating aside.side_nav_left #tabs, .pm-key-alignment.filter-container .page_content aside.side_nav_left #tabs, .page_content .pm-key-alignment.filter-container aside.side_nav_left #tabs, .pm-key-alignment#review-list .page_content aside.side_nav_left #tabs, .page_content .pm-key-alignment#review-list aside.side_nav_left #tabs, .grid.pm-key-alignment .node-type-chapter-top-level-page #landing_hero_area .container aside.side_nav_left #tabs, .node-type-chapter-top-level-page #landing_hero_area .container .grid.pm-key-alignment aside.side_nav_left #tabs, #tabs.vertical > div.pm-key-alignment .node-type-chapter-top-level-page #landing_hero_area .container aside.side_nav_left #tabs, .node-type-chapter-top-level-page #landing_hero_area .container #tabs.vertical > div.pm-key-alignment aside.side_nav_left #tabs, .pm-key-alignment.ui-accordion-content .node-type-chapter-top-level-page #landing_hero_area .container aside.side_nav_left #tabs, .node-type-chapter-top-level-page #landing_hero_area .container .pm-key-alignment.ui-accordion-content aside.side_nav_left #tabs, .pm-key-alignment.split3 .node-type-chapter-top-level-page #landing_hero_area .container aside.side_nav_left #tabs, .node-type-chapter-top-level-page #landing_hero_area .container .pm-key-alignment.split3 aside.side_nav_left #tabs, .pm-key-alignment.split2 .node-type-chapter-top-level-page #landing_hero_area .container aside.side_nav_left #tabs, .node-type-chapter-top-level-page #landing_hero_area .container .pm-key-alignment.split2 aside.side_nav_left #tabs, .pm-key-alignment.field-item .node-type-chapter-top-level-page #landing_hero_area .container aside.side_nav_left #tabs, .node-type-chapter-top-level-page #landing_hero_area .container .pm-key-alignment.field-item aside.side_nav_left #tabs, .node-type-chapter-top-level-page .pm-key-alignment#landing_hero_area .container aside.side_nav_left #tabs, .pm-key-alignment#landing_hero_2018 .node-type-chapter-top-level-page #landing_hero_area .container aside.side_nav_left #tabs, .node-type-chapter-top-level-page #landing_hero_area .container .pm-key-alignment#landing_hero_2018 aside.side_nav_left #tabs, .pm-key-alignment#overall-rating .node-type-chapter-top-level-page #landing_hero_area .container aside.side_nav_left #tabs, .node-type-chapter-top-level-page #landing_hero_area .container .pm-key-alignment#overall-rating aside.side_nav_left #tabs, .pm-key-alignment.filter-container .node-type-chapter-top-level-page #landing_hero_area .container aside.side_nav_left #tabs, .node-type-chapter-top-level-page #landing_hero_area .container .pm-key-alignment.filter-container aside.side_nav_left #tabs, .pm-key-alignment#review-list .node-type-chapter-top-level-page #landing_hero_area .container aside.side_nav_left #tabs, .node-type-chapter-top-level-page #landing_hero_area .container .pm-key-alignment#review-list aside.side_nav_left #tabs {
      margin-bottom: 0; } }

.performance_measure:nth-of-type(odd) {
  background-color: #efefef; }
.performance_measure:nth-of-type(even) {
  background-color: #f9f9f9; }

.view-performance-measures .performance_measure {
  background-color: transparent; }
.view-performance-measures .views-row-odd {
  background-color: #efefef; }
.view-performance-measures .views-row-even {
  background-color: #f9f9f9; }

.performance_measure,
.node-performance-measures.node-teaser .performance_measure {
  float: left;
  width: 100%; }
  .performance_measure .recommendations,
  .node-performance-measures.node-teaser .performance_measure .recommendations {
    float: left;
    padding: 1.5em;
    width: 30%; }
    .performance_measure .recommendations > div,
    .node-performance-measures.node-teaser .performance_measure .recommendations > div {
      width: 100%;
      float: left; }
      .performance_measure .recommendations > div ul,
      .node-performance-measures.node-teaser .performance_measure .recommendations > div ul {
        float: left;
        margin-top: 0;
        margin-left: 1em;
        max-width: calc(100% - 3em);
        font-size: 0.75rem;
        line-height: 1.5; }
        @media (max-width: 480px) {
          .performance_measure .recommendations > div ul,
          .node-performance-measures.node-teaser .performance_measure .recommendations > div ul {
            margin: 2em -1em;
            float: none; } }
      .performance_measure .recommendations > div:before,
      .node-performance-measures.node-teaser .performance_measure .recommendations > div:before {
        float: left;
        /* use !important to prevent issues with browser extensions that change fonts */
        font-family: 'KSAP-Core-Icons' !important;
        speak: none;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        line-height: 1;
        /* Better Font Rendering =========== */
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
        @media (max-width: 480px) {
          .performance_measure .recommendations > div:before,
          .node-performance-measures.node-teaser .performance_measure .recommendations > div:before {
            margin-left: -.75em; } }
    .performance_measure .recommendations .recommended-1:before,
    .node-performance-measures.node-teaser .performance_measure .recommendations .recommended-1:before {
      content: "\e90c";
      color: #2eb135; }
    .performance_measure .recommendations .recommended-1 div.replace,
    .node-performance-measures.node-teaser .performance_measure .recommendations .recommended-1 div.replace {
      display: none; }
    .performance_measure .recommendations .recommended-2:before,
    .node-performance-measures.node-teaser .performance_measure .recommendations .recommended-2:before {
      content: "\e90b";
      color: #dc291e;
      margin-top: 4px; }
    .performance_measure .recommendations .recommended-2 div.replace,
    .node-performance-measures.node-teaser .performance_measure .recommendations .recommended-2 div.replace {
      display: none; }
    .performance_measure .recommendations .recommended-3:before,
    .node-performance-measures.node-teaser .performance_measure .recommendations .recommended-3:before {
      content: "\e90b";
      color: #ffc82e; }
    .performance_measure .recommendations .recommended-3 div.replace,
    .node-performance-measures.node-teaser .performance_measure .recommendations .recommended-3 div.replace {
      display: none; }
  .performance_measure .measure-details,
  .node-performance-measures.node-teaser .performance_measure .measure-details {
    float: left;
    width: 70%;
    padding: 0 1.5em 1.5em 0; }
    .performance_measure .measure-details h4,
    .node-performance-measures.node-teaser .performance_measure .measure-details h4 {
      margin-top: 1.5em;
      font-size: 1rem;
      line-height: 1.25; }
      @media screen and (min-width: 780px) {
        .performance_measure .measure-details h4,
        .node-performance-measures.node-teaser .performance_measure .measure-details h4 {
          font-size: 1.375rem;
          line-height: 1.25; } }
      @media screen and (min-width: 1280px) {
        .performance_measure .measure-details h4,
        .node-performance-measures.node-teaser .performance_measure .measure-details h4 {
          font-size: 1.5rem;
          line-height: 1.25; } }
    .performance_measure .measure-details .date,
    .node-performance-measures.node-teaser .performance_measure .measure-details .date {
      font-size: 0.75rem;
      line-height: 1.5; }

.node-performance-measures .content .reviewed-date {
  margin-bottom: 2em; }
.node-performance-measures .content .recommendations {
  margin-bottom: 3em; }
  .node-performance-measures .content .recommendations > div {
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
    margin-top: -1px;
    padding: 1.25em 0; }
    .node-performance-measures .content .recommendations > div:before {
      float: left;
      font-size: 35px;
      width: 35px;
      margin-right: 20px;
      margin-bottom: 1em;
      /* use !important to prevent issues with browser extensions that change fonts */
      font-family: 'KSAP-Core-Icons' !important;
      speak: none;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      line-height: 1;
      /* Better Font Rendering =========== */
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale; }
    .node-performance-measures .content .recommendations > div > div.replace {
      font-size: 0; }
      .node-performance-measures .content .recommendations > div > div.replace:before {
        font-size: 1.375rem;
        line-height: 1.136;
        visibility: visible; }
        @media screen and (min-width: 780px) {
          .node-performance-measures .content .recommendations > div > div.replace:before {
            font-size: 1.5rem;
            line-height: 1.25; } }
        @media screen and (min-width: 960px) {
          .node-performance-measures .content .recommendations > div > div.replace:before {
            font-size: 1.75rem;
            line-height: 1.25; } }
    .node-performance-measures .content .recommendations > div .loas {
      font-size: 0.75rem;
      line-height: 1.5;
      color: #8e908f;
      font-weight: 600;
      margin-left: 55px;
      margin-top: .3em; }
      .node-performance-measures .content .recommendations > div .loas:before {
        content: "Attribution: ";
        font-weight: 400; }
      .node-performance-measures .content .recommendations > div .loas span:after {
        content: ", "; }
      .node-performance-measures .content .recommendations > div .loas span:last-of-type:after {
        content: none; }
  .node-performance-measures .content .recommendations .recommended-1:before {
    content: "\e90c";
    color: #2eb135; }
  .node-performance-measures .content .recommendations .recommended-1 > div.replace:before {
    content: "ACP Supports This Measure"; }
  .node-performance-measures .content .recommendations .recommended-2:before {
    content: "\e90b";
    color: #dc291e; }
  .node-performance-measures .content .recommendations .recommended-2 > div.replace:before {
    content: "ACP Does Not Support This Measure"; }
  .node-performance-measures .content .recommendations .recommended-3:before {
    content: "\e90b";
    color: #ffc82e; }
  .node-performance-measures .content .recommendations .recommended-3 > div.replace:before {
    content: "ACP Does Not Support This Measure: Uncertain Validity"; }
.node-performance-measures .content .measure-info {
  float: right;
  width: 40%;
  min-width: 260px;
  background-color: #f9f9f9;
  margin: 0 0 1.5em 1.5em; }
  .node-performance-measures .content .measure-info h4 {
    background-color: #efefef;
    margin: 0;
    padding: .5em 1em;
    text-align: center; }
  .node-performance-measures .content .measure-info > div {
    padding: 1em; }
    .node-performance-measures .content .measure-info > div hr {
      margin: 1em 0; }
    .node-performance-measures .content .measure-info > div span.badge, .node-performance-measures .content .measure-info > div .view-display-id-block_1 span.date-display-range, .view-display-id-block_1 .node-performance-measures .content .measure-info > div span.date-display-range,
    .node-performance-measures .content .measure-info > div .view-display-id-block_1 span.date-display-single,
    .view-display-id-block_1 .node-performance-measures .content .measure-info > div span.date-display-single, .node-performance-measures .content .view-news-releases .measure-info > div.views-field-created > span, .view-news-releases .node-performance-measures .content .measure-info > div.views-field-created > span, .node-performance-measures .content .view-news-releases-content- .measure-info > div.views-field-created > span, .view-news-releases-content- .node-performance-measures .content .measure-info > div.views-field-created > span, .node-performance-measures .content .measure-info > div .page-more-acp-news .view-acp-latest .views-field-created span.field-content, .page-more-acp-news .view-acp-latest .views-field-created .node-performance-measures .content .measure-info > div span.field-content, .node-performance-measures .content .measure-info > div .view span.views-field-field-meeting-date span.date-display-range, .view span.views-field-field-meeting-date .node-performance-measures .content .measure-info > div span.date-display-range,
    .node-performance-measures .content .measure-info > div .view span.views-field-field-meeting-date span.date-display-single,
    .view span.views-field-field-meeting-date .node-performance-measures .content .measure-info > div span.date-display-single, .node-performance-measures .content .measure-info > div .username > span,
    .node-performance-measures .content .measure-info > div span.marker {
      display: inline-block; }
      .node-performance-measures .content .measure-info > div span.badge:last-of-type, .node-performance-measures .content .measure-info > div .view-display-id-block_1 span.date-display-range:last-of-type, .view-display-id-block_1 .node-performance-measures .content .measure-info > div span.date-display-range:last-of-type,
      .node-performance-measures .content .measure-info > div .view-display-id-block_1 span.date-display-single:last-of-type,
      .view-display-id-block_1 .node-performance-measures .content .measure-info > div span.date-display-single:last-of-type, .node-performance-measures .content .view-news-releases .measure-info > div.views-field-created > span:last-of-type, .view-news-releases .node-performance-measures .content .measure-info > div.views-field-created > span:last-of-type, .node-performance-measures .content .view-news-releases-content- .measure-info > div.views-field-created > span:last-of-type, .view-news-releases-content- .node-performance-measures .content .measure-info > div.views-field-created > span:last-of-type, .node-performance-measures .content .measure-info > div .page-more-acp-news .view-acp-latest .views-field-created span.field-content:last-of-type, .page-more-acp-news .view-acp-latest .views-field-created .node-performance-measures .content .measure-info > div span.field-content:last-of-type, .node-performance-measures .content .measure-info > div .view span.views-field-field-meeting-date span.date-display-range:last-of-type, .view span.views-field-field-meeting-date .node-performance-measures .content .measure-info > div span.date-display-range:last-of-type,
      .node-performance-measures .content .measure-info > div .view span.views-field-field-meeting-date span.date-display-single:last-of-type,
      .view span.views-field-field-meeting-date .node-performance-measures .content .measure-info > div span.date-display-single:last-of-type, .node-performance-measures .content .measure-info > div .username > span:last-of-type,
      .node-performance-measures .content .measure-info > div span.marker:last-of-type {
        margin-bottom: 1.5em; }
  .node-performance-measures .content .measure-info > div > div .field-items {
    margin-bottom: .5em; }
    .node-performance-measures .content .measure-info > div > div .field-items .field-item {
      display: inline-block;
      margin-right: .5em;
      color: #8e908f; }
      .node-performance-measures .content .measure-info > div > div .field-items .field-item:after {
        content: ", ";
        float: right; }
      .node-performance-measures .content .measure-info > div > div .field-items .field-item:last-of-type:after {
        content: none; }
  @media (max-width: 480px) {
    .node-performance-measures .content .measure-info {
      width: 100%;
      margin: 0 0 2em 0; } }

.full-tabs #tabs,
.full-tabs #tabs > div {
  width: 100%; }
.full-tabs #tabs > div {
  padding: 2.5em 2em;
  height: 8em; }
.full-tabs #accordion > div {
  padding: 2em 1em;
  height: 7em; }

.menu-drop {
  background-color: #0063be;
  color: #fff;
  -moz-border-radius: 1.3em;
  -webkit-border-radius: 1.3em;
  border-radius: 1.3em;
  display: inline-block;
  text-overflow: ellipsis;
  box-sizing: border-box;
  width: calc(100% - 4em);
  position: absolute;
  overflow: hidden; }
  .menu-drop span {
    padding: 0.5em 1.5em;
    display: inline-block;
    width: 100%;
    cursor: pointer; }
    .menu-drop span:after {
      content: "\e612";
      float: right;
      padding-top: 8px;
      font-family: 'KSAP-Core-Icons' !important;
      speak: none;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      line-height: 1;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale; }
  .menu-drop ul.menu {
    margin: 0;
    padding: 0;
    max-height: 0;
    overflow: hidden;
    z-index: 1;
    position: relative;
    -moz-transition: max-height 0.2s ease;
    -o-transition: max-height 0.2s ease;
    -webkit-transition: max-height 0.2s ease;
    transition: max-height 0.2s ease; }
    .menu-drop ul.menu li, .menu-drop ul.menu li.leaf {
      list-style: none;
      margin: 0;
      padding: 0; }
      .menu-drop ul.menu li a, .menu-drop ul.menu li.leaf a {
        color: #fff;
        padding: 0.5em 1.5em;
        display: block;
        border-bottom: 2px solid #0056a5;
        background-color: #0070d8; }
        .menu-drop ul.menu li a:hover, .menu-drop ul.menu li.leaf a:hover {
          background-color: #2597ff; }
      .menu-drop ul.menu li.last a, .menu-drop ul.menu li.leaf.last a {
        border-bottom: none; }
    .menu-drop ul.menu li.expanded > a:after {
      content: "\e612";
      padding-left: 1em;
      padding-top: 9px;
      font-family: 'KSAP-Core-Icons' !important;
      speak: none;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      line-height: 1;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale; }
    .menu-drop ul.menu li.expanded ul.menu {
      max-height: 0;
      overflow: hidden;
      -moz-transition: max-height 0.2s ease;
      -o-transition: max-height 0.2s ease;
      -webkit-transition: max-height 0.2s ease;
      transition: max-height 0.2s ease; }
    .menu-drop ul.menu li.expanded.active > a {
      background-color: #0063be;
      border-bottom: 2px solid #0056a5; }
      .menu-drop ul.menu li.expanded.active > a:after {
        content: "\e613"; }
    .menu-drop ul.menu li.expanded.active ul.menu {
      max-height: 999px;
      overflow: auto; }
      .menu-drop ul.menu li.expanded.active ul.menu li a, .menu-drop ul.menu li.expanded.active ul.menu li.leaf a {
        padding-left: 3.5em;
        border-bottom: 2px solid #0056a5; }
    .menu-drop ul.menu li.last.expanded.active ul.menu li.last a {
      border-bottom: none; }
  .menu-drop.active span {
    border-bottom: 2px solid #00488b; }
    .menu-drop.active span:after {
      content: "\e613"; }
  .menu-drop.active ul.menu {
    max-height: 400px;
    overflow: auto; }

@media (min-width: 780px) {
  .full-tabs #accordion > div .menu-drop {
    max-width: 55vw; } }
.forum-table-wrap .forum-table-superheader, .forum-table-topics thead tr {
  background: white;
  border: 0; }
  .forum-table-wrap .forum-table-superheader a, .forum-table-topics thead tr a {
    color: #0063be;
    font-weight: normal; }
    .forum-table-wrap .forum-table-superheader a:hover, .forum-table-topics thead tr a:hover {
      color: #46cbff; }

.forum-table-name a {
  margin-left: -0.55em; }

.forum-table thead tr a, .forum-table thead tr a:visited, .forum-table thead tr a:link {
  color: #575A5D; }

#forum table tr td, #forum table tr th {
  padding: .25em .5em; }

#forum table.forum-table-topics tr td {
  padding: .5em; }

.forum-table thead tr {
  background: #ffffff;
  font-size: 0.875rem;
  line-height: 1.5;
  text-transform: uppercase; }

.forum-table tr.even,
.forum-table.forum-table-topics tr.odd {
  background: #f5f5f5; }

.forum-table tr.odd,
.forum-table.forum-table-topics tr.even {
  background: #ffffff; }

.forum-table-wrap span.forum-collapsible {
  background: url("/sites/all/themes/acp_scratch/images/adv_forum/chevron-right.png") no-repeat 0 0 transparent;
  width: 14px;
  height: 14px;
  margin-top: 0.65em;
  cursor: pointer; }

.forum-table-wrap span.container-collapsed {
  background: url("/sites/all/themes/acp_scratch/images/adv_forum/chevron-down.png") no-repeat 0 0 transparent;
  width: 14px;
  height: 14px;
  margin-top: 0.65em;
  cursor: pointer; }

.views-field-topic-icon span,
.forum-list-icon span span {
  background: none;
  visibility: hidden;
  color: #8e908f;
  text-indent: 0 !important;
  font-size: 1rem;
  line-height: 1.25; }
  @media screen and (min-width: 780px) {
    .views-field-topic-icon span,
    .forum-list-icon span span {
      font-size: 1.375rem;
      line-height: 1.25; } }
  @media screen and (min-width: 1280px) {
    .views-field-topic-icon span,
    .forum-list-icon span span {
      font-size: 1.5rem;
      line-height: 1.25; } }
  .views-field-topic-icon span:before,
  .forum-list-icon span span:before {
    visibility: visible; }
  .views-field-topic-icon span.topic-icon-default:before,
  .forum-list-icon span span.topic-icon-default:before {
    content: "\e039"; }
  .views-field-topic-icon span.topic-icon-new:before,
  .forum-list-icon span span.topic-icon-new:before {
    content: "\e905"; }
  .views-field-topic-icon span.topic-icon-hot:before,
  .forum-list-icon span span.topic-icon-hot:before {
    content: "\e03a"; }
  .views-field-topic-icon span.topic-icon-hot-new:before,
  .forum-list-icon span span.topic-icon-hot-new:before {
    content: "\e907"; }
  .views-field-topic-icon span.topic-icon-sticky:before,
  .forum-list-icon span span.topic-icon-sticky:before {
    content: "\e906"; }
  .views-field-topic-icon span.topic-icon-closed:before,
  .forum-list-icon span span.topic-icon-closed:before {
    content: "\e904"; }

.forum-topic-legend div,
.forum-list-icon-legend span span {
  background-image: none;
  padding-left: 0;
  color: #8e908f; }
  .forum-topic-legend div:before,
  .forum-list-icon-legend span span:before {
    margin-right: .5em; }
  .forum-topic-legend div.topic-icon-default:before,
  .forum-list-icon-legend span span.topic-icon-default:before {
    content: "\e039"; }
  .forum-topic-legend div.topic-icon-new:before,
  .forum-list-icon-legend span span.topic-icon-new:before {
    content: "\e905"; }
  .forum-topic-legend div.topic-icon-hot:before,
  .forum-list-icon-legend span span.topic-icon-hot:before {
    content: "\e03a"; }
  .forum-topic-legend div.topic-icon-hot-new:before,
  .forum-list-icon-legend span span.topic-icon-hot-new:before {
    content: "\e907"; }
  .forum-topic-legend div.topic-icon-sticky:before,
  .forum-list-icon-legend span span.topic-icon-sticky:before {
    content: "\e906"; }
  .forum-topic-legend div.topic-icon-closed:before,
  .forum-list-icon-legend span span.topic-icon-closed:before {
    content: "\e904"; }

.forum-list-icon-wrapper {
  background: none;
  border: 0;
  color: transparent;
  box-shadow: none; }
  .forum-list-icon-wrapper span {
    text-indent: 0;
    height: 40px; }

tr.even td.forum-list-icon-default .forum-list-icon-wrapper span, tr.odd td.forum-list-icon-default .forum-list-icon-wrapper span, .forum-list-icon-legend .forum-list-icon-default {
  background-image: none;
  padding-top: .25em;
  margin-left: .5em; }
  tr.even td.forum-list-icon-default .forum-list-icon-wrapper span:before, tr.odd td.forum-list-icon-default .forum-list-icon-wrapper span:before, .forum-list-icon-legend .forum-list-icon-default:before {
    content: "\e909";
    font-size: 27px; }

tr.even td.forum-list-icon-new-posts .forum-list-icon-wrapper span, tr.odd td.forum-list-icon-new-posts .forum-list-icon-wrapper span, .forum-list-icon-legend .forum-list-icon-new-posts {
  background-image: none;
  padding-top: .25em;
  margin-left: .5em; }
  tr.even td.forum-list-icon-new-posts .forum-list-icon-wrapper span:before, tr.odd td.forum-list-icon-new-posts .forum-list-icon-wrapper span:before, .forum-list-icon-legend .forum-list-icon-new-posts:before {
    content: "\e908";
    font-size: 27px; }

td.forum-last-reply, td.views-field-last-updated, .forum-table-topics td.views-field-title, .author-pane {
  font-size: 0.75rem;
  line-height: 1.5; }
  td.forum-last-reply a, td.views-field-last-updated a, .forum-table-topics td.views-field-title a, .author-pane a {
    font-size: 0.9rem;
    line-height: 1.6; }
    @media screen and (min-width: 780px) {
      td.forum-last-reply a, td.views-field-last-updated a, .forum-table-topics td.views-field-title a, .author-pane a {
        font-size: 1rem;
        line-height: 1.675; } }
    @media screen and (min-width: 1280px) {
      td.forum-last-reply a, td.views-field-last-updated a, .forum-table-topics td.views-field-title a, .author-pane a {
        font-size: 1.1rem;
        line-height: 1.775; } }
  td.forum-last-reply a.username, td.views-field-last-updated a.username, .forum-table-topics td.views-field-title a.username, .author-pane a.username {
    font-size: 0.75rem;
    line-height: 1.5; }

.forum-post-panel-main {
  margin-left: 180px; }

.forum-post-panel-sub {
  width: 180px; }

.username > span {
  margin-left: .5em;
  font-size: .8em; }
  .username > span.badge_staff {
    background-color: #ffc82e; }
  .username > span.member {
    background-color: #000000; }
  .username > span.master {
    background-color: #dc291e; }
  .username > span.fellow {
    background-color: #007e66; }
  .username > span.affiliate {
    background-color: #bf650f; }
  .username > span.resident_fellow_member {
    background-color: #702785; }
  .username > span.transitional_medical_graduate_member {
    background-color: #cea98d;
    overflow: hidden;
    max-width: 100%;
    display: inline-block;
    text-overflow: ellipsis; }
  .username > span.badge_facilitator {
    background-color: #fff;
    border: 1px solid black;
    color: #000; }

.author-pane .username span {
  display: table;
  left: -5px;
  position: relative;
  margin-bottom: 0.25em; }

td.forum-number-topics a,
td.views-field-comment-count a,
span.marker {
  font-size: 0.75rem;
  line-height: 1.5;
  margin: 0; }

td.views-field-comment-count a {
  background-color: #0063be; }

.view-advanced-forum-topic-list,
.forum-topic-legend {
  float: left;
  width: 100%; }

.forum-list-icon-legend,
.forum-topic-legend {
  font-size: 0.875rem;
  line-height: 1.5;
  margin-top: 2em; }
  .forum-list-icon-legend .forum-list-icon-wrapper,
  .forum-topic-legend .forum-list-icon-wrapper {
    margin-bottom: 0; }
  .forum-list-icon-legend .forum-list-icon-new-posts,
  .forum-list-icon-legend .forum-list-icon-default,
  .forum-topic-legend .forum-list-icon-new-posts,
  .forum-topic-legend .forum-list-icon-default {
    margin-left: .75em; }
  .forum-list-icon-legend .forum-list-icon-default,
  .forum-topic-legend .forum-list-icon-default {
    margin-left: 1.5em; }
  .forum-list-icon-legend::before,
  .forum-topic-legend::before {
    content: "Legend:";
    float: left;
    clear: both;
    font-size: 0.9rem;
    line-height: 1.6;
    font-weight: bold;
    margin-bottom: 1em; }
    @media screen and (min-width: 780px) {
      .forum-list-icon-legend::before,
      .forum-topic-legend::before {
        font-size: 1rem;
        line-height: 1.675; } }
    @media screen and (min-width: 1280px) {
      .forum-list-icon-legend::before,
      .forum-topic-legend::before {
        font-size: 1.1rem;
        line-height: 1.775; } }
  .forum-list-icon-legend div,
  .forum-topic-legend div {
    padding-right: 2.25em; }

.forum-tools,
#forum-statistics,
#forum-sort {
  margin-top: 1em;
  font-size: 0.875rem;
  line-height: 1.5; }
  .forum-tools #sort-topic-submit,
  #forum-statistics #sort-topic-submit,
  #forum-sort #sort-topic-submit {
    font-size: 0.875rem;
    line-height: 1.5; }

.forum-post-info {
  padding: 0.5em 1em; }

.forum-posted-on,
.forum-in-reply-to {
  font-size: 0.875rem;
  line-height: 1.5;
  font-weight: normal;
  float: left; }

.forum-post-number {
  font-size: 0.875rem;
  line-height: 1.5; }

a.af-button-large,
a.af-button-large:link,
a.af-button-large:visited,
a.author-pane-link,
a.author-pane-link:link,
a.author-pane-link:visited {
  background-color: #0063be;
  color: #fff;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  border-radius: 50px;
  padding: 0.5em 1.5em;
  display: inline-block;
  text-overflow: ellipsis;
  box-sizing: border-box;
  border: 0;
  box-shadow: none;
  text-shadow: none;
  background-image: none;
  font-family: inherit;
  margin-bottom: 1em; }
  a.af-button-large:hover,
  a.af-button-large:link:hover,
  a.af-button-large:visited:hover,
  a.author-pane-link:hover,
  a.author-pane-link:link:hover,
  a.author-pane-link:visited:hover {
    background-color: #2597ff;
    color: #fff; }
  a.af-button-large span,
  a.af-button-large:link span,
  a.af-button-large:visited span,
  a.author-pane-link span,
  a.author-pane-link:link span,
  a.author-pane-link:visited span {
    font-size: 0.875rem;
    line-height: 1.5;
    margin: 0; }

a.af-button-small,
a.af-button-small:link,
a.af-button-small:visited {
  font-size: 0.75rem;
  line-height: 1.5;
  letter-spacing: .13em;
  text-transform: uppercase;
  text-align: center !important;
  width: 100%;
  margin-top: 1em;
  color: #fff;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  border-radius: 50px;
  padding: 0.5em 1.5em;
  display: inline-block;
  text-overflow: ellipsis;
  box-sizing: border-box;
  border: 0;
  background-color: #007E66;
  box-shadow: none;
  text-shadow: none;
  background-image: none;
  font-family: inherit;
  margin-bottom: 1em; }
  a.af-button-small span,
  a.af-button-small:link span,
  a.af-button-small:visited span {
    font-size: 0.75rem;
    line-height: 1.5;
    margin: 0;
    padding: 0 0 0 1.75em; }
  a.af-button-small:hover,
  a.af-button-small:link:hover,
  a.af-button-small:visited:hover {
    background-color: #00e4b9 !important; }

.forum-node-create-links {
  display: none;
  width: auto; }

.forum-jump-links {
  margin: 10px 0 5px 5px; }

.forum-node-create-links.forum-node-create-links-top {
  display: block; }

.last-post-link a.af-button-large,
.last-post-link a.af-button-small,
.forum-post-footer a.af-button-large,
.forum-post-footer a.af-button-small {
  background-color: white;
  padding-left: 1em; }
  .last-post-link a.af-button-large:hover,
  .last-post-link a.af-button-small:hover,
  .forum-post-footer a.af-button-large:hover,
  .forum-post-footer a.af-button-small:hover {
    background-color: white !important; }
  .last-post-link a.af-button-large span,
  .last-post-link a.af-button-small span,
  .forum-post-footer a.af-button-large span,
  .forum-post-footer a.af-button-small span {
    color: #0063be; }
    .last-post-link a.af-button-large span:hover,
    .last-post-link a.af-button-small span:hover,
    .forum-post-footer a.af-button-large span:hover,
    .forum-post-footer a.af-button-small span:hover {
      color: #46cbff; }

.last-post-link a {
  clear: both;
  padding: 0;
  margin: 0; }

#edit-actions input#edit-preview {
  background-color: white;
  padding-left: 1em;
  color: #0063be; }
  #edit-actions input#edit-preview:hover {
    color: #46cbff;
    background-color: white; }

.post-edited {
  font-size: 0.75rem;
  line-height: 1.5; }

.forum-add-node a.af-button-large {
  margin-bottom: 2em;
  padding-bottom: 0.25em;
  padding-top: 0.25em; }

ul li.comment-agree a,
ul li.comment-disagree a {
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  border-radius: 50px;
  padding: 0.5em 1.5em;
  display: inline-block;
  text-overflow: ellipsis;
  box-sizing: border-box;
  border: 0;
  font-size: 0.75rem;
  line-height: 1.5;
  letter-spacing: .13em;
  text-transform: uppercase;
  text-align: center !important;
  width: 100%;
  margin-top: 1em;
  background-color: #e5e5e5;
  padding-left: 1em;
  margin-bottom: 1em;
  color: #0063be; }
  ul li.comment-agree a:hover,
  ul li.comment-disagree a:hover {
    background-color: #0063be;
    color: white; }

ul.inline li.comment-agree {
  border-right: 0;
  margin-right: 0; }
  ul.inline li.comment-agree a:before {
    content: "\e033";
    padding-right: .25em;
    color: #2eb135; }

ul li.comment-disagree a:before {
  content: "\e028";
  padding-right: .25em;
  color: #dc291e;
  font-size: 0.75rem;
  line-height: 1.5; }

.auto-agree .forum-post-panel-main {
  min-height: 75px; }
.auto-agree .forum-post-title {
  display: none; }

.not-logged-in table.forum-table,
.not-logged-in .forum-list-icon-legend,
.not-logged-in .forum-table-superheader span,
.not-logged-in .forum-tools {
  display: none; }
.not-logged-in .forum-table-wrap {
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  margin: -1px 0 0; }

.page-forum ul.action-links {
  font-size: 0.875rem;
  line-height: 1.5;
  float: left;
  margin: 0; }
  .page-forum ul.action-links li {
    display: inline;
    float: right; }
    .page-forum ul.action-links li a {
      background-color: #0063be;
      color: #fff;
      -moz-border-radius: 50px;
      -webkit-border-radius: 50px;
      border-radius: 50px;
      padding: 0.5em 1.5em;
      display: inline-block;
      text-overflow: ellipsis;
      box-sizing: border-box;
      border: 0; }
      .page-forum ul.action-links li a:hover {
        background-color: #2597ff;
        color: #fff; }
      .page-forum ul.action-links li a:before {
        content: "\e031";
        padding-right: .5em; }
      .page-forum ul.action-links li a.subscription:before {
        content: none; }

.forum-node-create-links-top {
  padding-top: 0; }

form#subscriptions-del-form input#edit-submit {
  margin-right: 1em; }

.forum-table {
  border: 0;
  margin: 1em 0 4em 0; }

.forum-table tr.even,
.forum-table tr.odd,
.forum-table-wrap thead tr,
table.forum-table tbody {
  border: 0; }

#forum table tr td, #forum table tr th {
  border: 0; }

.forum-table tr.even, .forum-table.forum-table-topics tr.odd {
  background: #eff9fd; }

.forum-table tr.odd, .forum-table.forum-table-topics tr.even {
  background: #ffffff; }

.forum-table-wrap .forum-table-superheader {
  padding-left: 0; }

.forum-table-superheader .forum-table-description,
.forum-table-name a,
.forum-table-superheader .forum-table-name {
  margin-left: 0; }

.forum-table-wrap .forum-table-superheader .forum-table-name a {
  color: #575a5d;
  font-size: 1.375rem;
  line-height: 1.136; }
  @media screen and (min-width: 780px) {
    .forum-table-wrap .forum-table-superheader .forum-table-name a {
      font-size: 1.5rem;
      line-height: 1.25; } }
  @media screen and (min-width: 960px) {
    .forum-table-wrap .forum-table-superheader .forum-table-name a {
      font-size: 1.75rem;
      line-height: 1.25; } }
  .forum-table-wrap .forum-table-superheader .forum-table-name a:hover {
    color: #575a5d;
    text-decoration: underline; }

.forum-table-superheader .forum-table-description {
  font-size: 0.875rem;
  line-height: 1.5; }

#forum table.forum-table-topics tr td {
  font-size: 0.75rem;
  line-height: 1.5; }

.forum-table .forum-name,
#forum table tr td a {
  line-height: 22px; }

#forum table tr th,
.forum-table thead tr a, .forum-table thead tr a:visited, .forum-table thead tr a:link {
  color: #b5b7b4; }

#forum table.forum-table-topics tr td,
#forum table tr td {
  padding: 1.5em .5em; }

.forum-table-topics td.views-field-title a {
  margin-bottom: .5em;
  display: inline-block; }

.forum-table-topics span.topic-icon {
  display: block;
  padding: .5em;
  width: 2em;
  height: 2em; }

td.forum-number-topics a,
td.views-field-comment-count a {
  background-color: transparent !important;
  color: #0063be;
  text-transform: capitalize;
  border: 1px solid #0063be; }
  td.forum-number-topics a:hover,
  td.views-field-comment-count a:hover {
    opacity: .5; }

.username > span.badge_engagement {
  margin-right: 0; }

span.marker {
  display: none; }

td.views-field-comment-count a {
  display: none; }

div.forum-post,
.forum-post-info,
.forum-post-panel-main,
.forum-post-title,
.forum-post-footer {
  border: 0; }

.forum-post-info {
  background: #eff9fd; }

.forum-post-panel-sub .author-pane {
  text-align: center;
  display: flex;
  flex-direction: column-reverse; }

.author-pane a.username,
.author-pane span.username {
  font-size: 0.875rem;
  line-height: 1.5; }

.author-pane .username span {
  width: 100%;
  margin-top: .5em; }

.forum-post-wrapper {
  background: transparent; }

.forum-post-panel-main {
  background: transparent; }

.forum-pager ul.pager li {
  font-size: 0.875rem;
  line-height: 1.5; }
  .forum-pager ul.pager li a:link {
    background: none;
    padding: .25em .75em .25em .5em;
    border-right: 1px solid #e5e5e5;
    background: none;
    border-left: none;
    border-top: none;
    border-bottom: none; }
  .forum-pager ul.pager li a:hover {
    color: #2597ff !important; }
  .forum-pager ul.pager li.pager-current {
    padding: .25em .75em .25em .5em;
    background: transparent;
    color: #575A5D !important;
    border-right: 1px solid #e5e5e5; }
  .forum-pager ul.pager li.pager-last, .forum-pager ul.pager li.pager-last.last a, .forum-pager ul.pager li.pager-current.last {
    border: none; }

#forum-pager-bottom ul.pager {
  width: 100%;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  padding: .5em 0;
  margin: .5em 0; }

.author-pane .user-picture img {
  width: 50px;
  margin-bottom: -.25em;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  border-radius: 50px; }

body.node-type-capstone-project-proposal section.comments .comment_header {
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 1em;
  margin-bottom: 1em; }
  body.node-type-capstone-project-proposal section.comments .comment_header a.scroll {
    background-color: #0063be;
    color: #fff;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    border-radius: 50px;
    padding: 0.5em 1.5em;
    display: inline-block;
    text-overflow: ellipsis;
    box-sizing: border-box;
    border: 0; }
    body.node-type-capstone-project-proposal section.comments .comment_header a.scroll:hover {
      background-color: #2597ff;
      color: #fff; }
body.node-type-capstone-project-proposal section.comments .comment {
  border: 1px solid #eff9fd;
  margin-bottom: 2em; }
  body.node-type-capstone-project-proposal section.comments .comment h3, body.node-type-capstone-project-proposal section.comments .comment .limit-search {
    display: none; }
body.node-type-capstone-project-proposal section.comments ul.links.inline li.comment-agree,
body.node-type-capstone-project-proposal section.comments ul.links.inline li.comment-disagree {
  display: none; }
body.node-type-capstone-project-proposal section.comments ul.inline, body.node-type-capstone-project-proposal section.comments ul.links.inline {
  font-size: 0.875rem;
  line-height: 1.5;
  float: right; }
  body.node-type-capstone-project-proposal section.comments ul.inline li.comment-reply, body.node-type-capstone-project-proposal section.comments ul.links.inline li.comment-reply {
    border: 0; }
body.node-type-capstone-project-proposal section.comments .submitted {
  background: #eff9fd;
  padding: 0.5em 1em;
  font-size: 0.875rem;
  line-height: 1.5; }
  body.node-type-capstone-project-proposal section.comments .submitted a.permalink {
    display: none; }
body.node-type-capstone-project-proposal section.comments .content {
  padding: 0.5em 1em; }

#subscriptions-ui-node-form .description {
  display: none; }

@media (max-width: 480px) {
  th.forum-topics,
  th.forum-posts,
  th.forum-last-post {
    display: none; }

  .author-pane .username span:first-of-type {
    margin: 0; }
  .author-pane .username span {
    display: inline-block;
    left: 0;
    margin: 0 0 0 0.25em; }

  .forum-post-panel-sub {
    width: 100%; }

  .forum-post-panel-main {
    margin-left: -1px; }

  td.forum-details,
  th.forum-details,
  td.forum-number-topics,
  td.forum-number-posts,
  td.forum-last-reply {
    display: block; }

  td.forum-details {
    padding-bottom: 1em !important; }

  td.forum-number-topics,
  td.forum-number-posts {
    width: 50%;
    float: left;
    padding-top: 0 !important;
    padding-bottom: 1em !important;
    text-align: left;
    font-size: 0.75rem;
    line-height: 1.5; }

  td.forum-number-topics .forum-number-new-topics {
    float: left;
    margin-right: .5em;
    margin-top: -.25em; }

  td.forum-last-reply {
    clear: both; }
    td.forum-last-reply > a {
      font-size: 0.75rem;
      line-height: 1.5; }

  td.forum-list-icon,
  td.views-field.views-field-topic-icon {
    vertical-align: top;
    padding-right: 0 !important; }
    td.forum-list-icon *,
    td.views-field.views-field-topic-icon * {
      margin: 0;
      padding: 0; }

  td.forum-number-topics > *:after {
    content: "topics"; }

  td.forum-number-posts:after {
    content: "posts"; }

  td.forum-last-reply:before {
    content: "Last Post: ";
    font-weight: bold; }

  th.views-field.views-field-comment-count {
    display: none; }

  th.views-field.views-field-last-updated {
    position: absolute;
    margin: 0em -7em; }

  td.views-field.views-field-comment-count br {
    display: none; }
  td.views-field.views-field-comment-count:after {
    content: "replies"; }

  td.views-field.views-field-last-updated:before {
    content: "Last post"; }

  td.views-field.views-field-comment-count {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    text-align: left;
    font-weight: bold; }

  td.views-field.views-field-title,
  td.views-field.views-field-comment-count,
  td.views-field.views-field-last-updated {
    display: block;
    width: 100%; } }
.page-cme-moc-online-learning-center .page_content section#main, .page-taxonomy-term .page_content section#main {
  width: 100%;
  margin-bottom: 0;
  padding-bottom: 0; }

.page_content.online_learning_center section#main, .page-olc .page_content section#main {
  width: 100%;
  margin: 0 auto; }

.node-type-online-learning-center .page_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .node-type-online-learning-center .page_content section#main {
    margin: 0 auto;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }

@media screen and (min-width: 630px) {
  .myacp-pinnable-container {
    margin-top: -3.5em; } }
@media screen and (max-width: 630px) {
  .myacp-pinnable.pin-right {
    float: left; } }
#block-block-58 .myacp-pinnable-container {
  position: absolute;
  z-index: 1;
  right: 0;
  top: 20px;
  margin-top: 0;
  float: none; }

.olc-hero h1 {
  margin: .25em 0; }
.olc-hero .olc-col-2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
.olc-hero .olc-illustration {
  width: 70%;
  height: 1%;
  padding-top: 30px; }
.olc-hero .accme-logo {
  width: 20%;
  height: 1%; }
@media screen and (min-width: 1280px) {
  .olc-hero .olc-col-2 {
    margin-bottom: 0; }
  .olc-hero .olc-illustration {
    padding-top: 0;
    position: relative;
    left: -50px;
    top: -30px; }
  .olc-hero .accme-logo {
    position: relative;
    top: -30px; } }

.olc-tabs .menu-drop {
  max-width: 825px;
  z-index: 2;
  font-size: 1rem; }
.olc-tabs .block-menu > h2 {
  display: none; }
.olc-tabs #tabs {
  margin: 2em 0; }
.olc-tabs .icon-search {
  padding-right: 0;
  padding-left: .2rem;
  font-size: 90%; }
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .olc-tabs #policy-search .input-group-btn {
    margin-left: -5px; } }

.block-facet-search h2, .block-facet-search label[for="edit-search-term"] {
  display: none; }
.block-facet-search .form-item {
  margin: 0;
  display: inline-block; }
.block-facet-search .form-text {
  margin: 0;
  padding-left: 1.5em !important;
  width: 100%; }
.block-facet-search .form-submit {
  margin: 0 !important;
  position: absolute;
  border-radius: 0px 40px 40px 0px !important;
  font-size: 12px !important;
  text-transform: uppercase;
  letter-spacing: .1em;
  height: 40px; }
.block-facet-search #facet-search-form {
  padding-right: 6em;
  white-space: nowrap; }
  .block-facet-search #facet-search-form > div {
    display: table;
    width: 100%; }

@media screen and (max-width: 1139px) {
  .page-practice-resources .combo-box input.clinical-search, .page-cme-moc-online-learning-center .combo-box input.clinical-search {
    border-bottom-right-radius: 0 !important;
    border-top-right-radius: 0;
    float: none; }
  .page-practice-resources .combo-box input.clinical-submit, .page-cme-moc-online-learning-center .combo-box input.clinical-submit {
    float: none; } }

.olc-tabs #tabs-4 {
  padding: 0 2em 1em 2em !important;
  height: auto !important; }

.block-olc-state-requirements .cme-instructions {
  font-size: 0.875rem;
  line-height: 1.5; }
.block-olc-state-requirements .button, .block-olc-state-requirements .content form input[type="submit"], .content form .block-olc-state-requirements input[type="submit"], .block-olc-state-requirements label.fancy select, label.fancy .block-olc-state-requirements select, .block-olc-state-requirements #main .node-webform .button_blue, #main .node-webform .block-olc-state-requirements .button_blue, .block-olc-state-requirements #main .node-webform .button_green, #main .node-webform .block-olc-state-requirements .button_green, .block-olc-state-requirements #main .node-webform .button_remove, #main .node-webform .block-olc-state-requirements .button_remove, .block-olc-state-requirements #main .node-webform .form-actions input, #main .node-webform .form-actions .block-olc-state-requirements input, .block-olc-state-requirements .joyride-tip-guide .joyride-content-wrapper a.joyride-next-tip, .joyride-tip-guide .joyride-content-wrapper .block-olc-state-requirements a.joyride-next-tip, .block-olc-state-requirements .page-forum ul.action-links li a.subscription, .page-forum ul.action-links li .block-olc-state-requirements a.subscription {
  margin: 0 1em 1em 0;
  background-color: none; }

/*.view-online-learning-center, .view-patient-ed .view-content{
  width: 100%;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-gap: 2vw;
  // position card and featured grids on top of each other
  .view-header, .view-content, .patient-edu-index{
    grid-column: 1/6;
    grid-row: 1;
  }
  .view-header, .view-content ul, .patient-edu-index ul{
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-gap: 2vw;
  }
  // featured section + psuedoelement for spacing
  .pop-olc, .view-content ul::before, .pop-topics, .patient-edu-index ul::before {
    content: "";
    grid-column: 4/6;
    grid-row: 1/3;
  }
  @media (max-width: $medium) {
    .view-content ul, .patient-edu-index ul{
      grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
      grid-gap: 3vw;
    }
    .view-content, .patient-edu-index{
      grid-row: 2;
    }
    .pop-olc, .pop-topics{
      grid-column: 1/6 !important;
      grid-row: 1;
    }
    .view-content ul::before, .patient-edu-index ul::before{
      display: none;
    }
  }
}

//ie fixes- grid
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .view-online-learning-center, .view-patient-ed .view-content{
    //hide grid psuedoelement
    .view-content ul::before, .patient-edu-index ul::before {
      display: none;
    }
    .view-header, .pop-topics{
      width: 35%;
      float: right;
      margin-bottom: 2em;
    }
    .view-content, .patient-edu-index{
      width: 63%;
      float: left;
      ul{
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        li{
          width: 31%;
          margin-bottom: 2vw;
        }
      }
    }
    @media (max-width: $medium) {
      .view-header, .view-content, .pop-topics, .patient-edu-index{
        width: 100%;
        ul li{
          width: 48.5%;
          margin-bottom: 3vw;
        }
      }
    }
    @media (max-width: $small-ish) {
      .view-header, .view-content, .pop-topics, .patient-edu-index{
        ul li{
          width: 100%;
        }
      }
    }
  }
}
*/
@media screen and (min-width: 780px) {
  .view-online-learning-center {
    width: 100%;
    display: grid;
    display: -ms-grid;
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 2em; }
    .view-online-learning-center > .view-content {
      -ms-grid-column: 1;
      -ms-grid-column-span: 1;
      grid-column: 1/2;
      -ms-grid-row: 1;
      grid-row: 1; } }
    @media screen and (min-width: 780px) and (-ms-high-contrast: none), screen and (min-width: 780px) and (-ms-high-contrast: active) {
      .view-online-learning-center > .view-content {
        margin-right: 2em; } }
@media screen and (min-width: 780px) {
      @supports (-ms-accelerator: true) {
        .view-online-learning-center > .view-content {
          margin-right: 2em; } }
      @supports (-ms-ime-align: auto) {
        .view-online-learning-center > .view-content {
          margin-right: 2em; } }
    .view-online-learning-center > .view-header {
      -ms-grid-column: 2;
      -ms-grid-column-span: 2;
      grid-column: 2/4;
      -ms-grid-row: 1;
      grid-row: 1; } }
.view-online-learning-center .inner-div-for-pop-topics .featured-topic {
  border: 1px solid #e5e5e5;
  position: relative;
  padding: 10px;
  margin: 0 auto;
  background: #fff;
  display: block; }

.view-olc-widgets > .view-content hr {
  margin: 20px 0; }
.view-olc-widgets > .view-content h2, .view-olc-widgets > .view-content h4, .view-olc-widgets > .view-content h6 {
  margin: 0; }
.view-olc-widgets > .view-content h2 {
  font-size: 18px; }
.view-olc-widgets > .view-content h5, .view-olc-widgets > .view-content .acc-sub-cat, .view-olc-widgets > .view-content .search-header, .view-olc-widgets > .view-content #landing_hero_2018 h2, #landing_hero_2018 .view-olc-widgets > .view-content h2, .view-olc-widgets > .view-content p, .view-olc-widgets > .view-content li {
  font-size: 0.875rem;
  line-height: 1.5; }
.view-olc-widgets > .view-content .button, .view-olc-widgets > .view-content .content form input[type="submit"], .content form .view-olc-widgets > .view-content input[type="submit"], .view-olc-widgets > .view-content label.fancy select, label.fancy .view-olc-widgets > .view-content select, .view-olc-widgets > .view-content #main .node-webform .button_blue, #main .node-webform .view-olc-widgets > .view-content .button_blue, .view-olc-widgets > .view-content #main .node-webform .button_green, #main .node-webform .view-olc-widgets > .view-content .button_green, .view-olc-widgets > .view-content #main .node-webform .button_remove, #main .node-webform .view-olc-widgets > .view-content .button_remove, .view-olc-widgets > .view-content #main .node-webform .form-actions input, #main .node-webform .form-actions .view-olc-widgets > .view-content input, .view-olc-widgets > .view-content .joyride-tip-guide .joyride-content-wrapper a.joyride-next-tip, .joyride-tip-guide .joyride-content-wrapper .view-olc-widgets > .view-content a.joyride-next-tip, .view-olc-widgets > .view-content .page-forum ul.action-links li a.subscription, .page-forum ul.action-links li .view-olc-widgets > .view-content a.subscription {
  margin-top: 10px; }
.view-olc-widgets > .view-content .olc-box {
  border: 1px solid #b5b7b4;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
  margin-bottom: 2em; }
  .view-olc-widgets > .view-content .olc-box .olc-box-text {
    padding: 1em !important; }
.view-olc-widgets > .view-content .one-col .olc-img-left, .view-olc-widgets > .view-content .one-col .olc-img-right {
  line-height: 0; }
  .view-olc-widgets > .view-content .one-col .olc-img-left img, .view-olc-widgets > .view-content .one-col .olc-img-right img {
    width: 100%; }
@media screen and (min-width: 480px) {
  .view-olc-widgets > .view-content .one-col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .view-olc-widgets > .view-content .one-col .olc-img-left, .view-olc-widgets > .view-content .one-col .olc-img-right, .view-olc-widgets > .view-content .one-col .olc-box-text {
      width: 50%; }
      .view-olc-widgets > .view-content .one-col .olc-img-left img, .view-olc-widgets > .view-content .one-col .olc-img-right img, .view-olc-widgets > .view-content .one-col .olc-box-text img {
        height: 100%;
        width: 100%;
        -o-object-fit: cover;
        object-fit: cover; } }
    @media screen and (min-width: 480px) and (-ms-high-contrast: none), screen and (min-width: 480px) and (-ms-high-contrast: active) {
      .view-olc-widgets > .view-content .one-col .olc-img-left, .view-olc-widgets > .view-content .one-col .olc-img-right, .view-olc-widgets > .view-content .one-col .olc-box-text {
        overflow: hidden; }
        .view-olc-widgets > .view-content .one-col .olc-img-left img, .view-olc-widgets > .view-content .one-col .olc-img-right img, .view-olc-widgets > .view-content .one-col .olc-box-text img {
          width: auto;
          max-height: 350px; } }

.view-olc-widgets > .view-content .two-col .olc-box {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 0px;
  flex: 1 1 0; }
  @supports (-ms-accelerator: true) {
    .view-olc-widgets > .view-content .two-col .olc-box {
      -webkit-box-flex: 1;
      -ms-flex: 1 1;
      flex: 1 1; } }
  @supports (-ms-ime-align: auto) {
    .view-olc-widgets > .view-content .two-col .olc-box {
      -webkit-box-flex: 1;
      -ms-flex: 1 1;
      flex: 1 1; } }
@media screen and (min-width: 780px) {
  .view-olc-widgets > .view-content .two-col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .view-olc-widgets > .view-content .two-col .olc-box:first-child {
      margin-right: 2em; } }
.view-olc-widgets > .view-content .featured-activity {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0 0 2em 0; }
.view-olc-widgets > .view-content .no-image h6 {
  margin: 10px 20px 0 0; }
.view-olc-widgets > .view-content .featured-topic {
  display: block; }
  .view-olc-widgets > .view-content .featured-topic .new-tag {
    display: none; }
  @media screen and (min-width: 480px) {
    .view-olc-widgets > .view-content .featured-topic {
      position: relative;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: stretch;
      -ms-flex-align: stretch;
      align-items: stretch;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      margin: 0 0 2em 0; }
      .view-olc-widgets > .view-content .featured-topic .new-tag {
        display: block; } }
.view-olc-widgets > .view-content .wellbeing-box {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0 0 2em 0; }
  .view-olc-widgets > .view-content .wellbeing-box .wellbeing-logo {
    width: 100px;
    background: #007e66 url("../images/logo_wbpf.png") bottom no-repeat;
    background-size: contain; }
.view-olc-widgets > .view-content .annals-box {
  padding: 0 10px 10px 0;
  background: url("../images/logo_annals.png") bottom right no-repeat;
  background-size: 200px;
  background-origin: content-box; }
.view-olc-widgets > .view-content .new-tag {
  position: absolute;
  right: 0;
  height: 70px !important;
  width: 70px !important; }
.view-olc-widgets > .view-content .has-new-tag .olc-box-text {
  margin-right: 32px; }
.view-olc-widgets > .view-content .olc-podcasts {
  background-color: #e5e5e5;
  padding: 1em;
  display: table; }
  .view-olc-widgets > .view-content .olc-podcasts .one-col {
    margin-top: 1em; }
    .view-olc-widgets > .view-content .olc-podcasts .one-col .olc-box {
      background-color: #ffffff;
      padding: 1em;
      margin-bottom: 10px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
      .view-olc-widgets > .view-content .olc-podcasts .one-col .olc-box img {
        width: 25%;
        height: 25%;
        margin-right: 20px; }
  @media screen and (min-width: 480px) {
    .view-olc-widgets > .view-content .olc-podcasts {
      display: block;
      text-align: center; }
      .view-olc-widgets > .view-content .olc-podcasts .one-col .olc-box {
        margin-bottom: 0;
        display: block; }
        .view-olc-widgets > .view-content .olc-podcasts .one-col .olc-box img {
          width: 50%;
          height: auto;
          padding-right: 0;
          margin-right: 0px; }
        .view-olc-widgets > .view-content .olc-podcasts .one-col .olc-box:not(:last-child) {
          margin-right: 1em; } }

.node-olc-widget h2 {
  display: none; }

.olc-index ul {
  -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12); }
  .olc-index ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    list-style-type: none;
    border: 1px solid #b5b7b4;
    padding: 10px;
    margin: 0;
    cursor: pointer; }
    .olc-index ul li:hover {
      background: rgba(229, 229, 229, 0.5);
      -webkit-transition: background .25s;
      -o-transition: background .25s;
      transition: background .25s; }
    .olc-index ul li a {
      font-size: 0.875rem;
      line-height: 1.5; }
.olc-index .views-field-field-thumbnail .field-content {
  width: 40px;
  height: 40px;
  border-radius: 40px;
  text-align: center; }
  .olc-index .views-field-field-thumbnail .field-content a {
    word-wrap: break-word; }
  .olc-index .views-field-field-thumbnail .field-content img {
    width: 27px;
    height: auto;
    margin: 7px;
    padding: 0; }
.olc-index .views-field-name {
  margin-left: 10px; }
.olc-index li:nth-child(4n+1) .views-field-field-thumbnail .field-content {
  background: #0063be; }
.olc-index li:nth-child(4n+2) .views-field-field-thumbnail .field-content {
  background: #007e66; }
.olc-index li:nth-child(4n+3) .views-field-field-thumbnail .field-content {
  background: #8c539d; }
.olc-index li:nth-child(4n+4) .views-field-field-thumbnail .field-content {
  background: #2eb135; }
.olc-index.olc_wrapper li:nth-child(4n+1) .views-field-field-thumbnail .field-content {
  background: #0063be; }
.olc-index.olc_wrapper li:nth-child(4n+2) .views-field-field-thumbnail .field-content {
  background: #91c83c; }
.olc-index.olc_wrapper li:nth-child(4n+3) .views-field-field-thumbnail .field-content {
  background: #46cbff; }
.olc-index.olc_wrapper li:nth-child(4n+4) .views-field-field-thumbnail .field-content {
  background: #2eb135; }
.olc-index .ripple-effect {
  position: absolute;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  background: white;
  animation: ripple-animation 3s; }
@keyframes ripple-animation {
  from {
    transform: scale(1);
    opacity: 0.3; }
  to {
    transform: scale(100);
    opacity: 0; } }
.olc-index .views-row-* .field-content {
  opacity: 0.5;
  background: #2eb135; }
  .olc-index .views-row-* .field-content:hover {
    opacity: 1; }

.views-row .node-online-learning-center {
  transition: box-shadow .25s;
  margin: 15px auto;
  background-color: #fff;
  list-style-type: none;
  width: 100%;
  max-width: 1300px;
  position: relative;
  text-align: left;
  border: 1px solid #b5b7b4;
  border-radius: 4px;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12); }
  .views-row .node-online-learning-center:hover {
    box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.2); }
.node-online-learning-center .truncate {
  margin: 0 auto;
  font-size: 26px; }
  @media (max-width: 500px) {
    .node-online-learning-center .truncate {
      height: auto;
      max-width: auto; } }
.node-online-learning-center .field-name-field-product-logo .field-label {
  display: none; }
.node-online-learning-center .field-name-field-product-logo img {
  max-height: 100px;
  width: auto; }
.node-online-learning-center .olc-accordion-container {
  padding-bottom: .25em;
  margin-bottom: 2em;
  border-bottom: 1px solid #e5e5e5; }
  .node-online-learning-center .olc-accordion-container .olc-disclosures #accordion, .node-online-learning-center .olc-accordion-container .olc-show-notes #accordion {
    color: #575A5D;
    margin-top: 0; }
    .node-online-learning-center .olc-accordion-container .olc-disclosures #accordion .ui-accordion-content, .node-online-learning-center .olc-accordion-container .olc-show-notes #accordion .ui-accordion-content {
      font-size: 0.875rem;
      line-height: 1.5; }
    .node-online-learning-center .olc-accordion-container .olc-disclosures #accordion h3.ui-state-default, .node-online-learning-center .olc-accordion-container .olc-disclosures #accordion .ui-state-default.limit-search, .node-online-learning-center .olc-accordion-container .olc-show-notes #accordion h3.ui-state-default, .node-online-learning-center .olc-accordion-container .olc-show-notes #accordion .ui-state-default.limit-search {
      border-bottom: none; }
    .node-online-learning-center .olc-accordion-container .olc-disclosures #accordion h3.ui-state-active, .node-online-learning-center .olc-accordion-container .olc-disclosures #accordion .ui-state-active.limit-search, .node-online-learning-center .olc-accordion-container .olc-show-notes #accordion h3.ui-state-active, .node-online-learning-center .olc-accordion-container .olc-show-notes #accordion .ui-state-active.limit-search {
      border-bottom: 1px solid #e5e5e5; }
  .node-online-learning-center .olc-accordion-container .olc-accordion:first-child #accordion {
    margin: -2em 0 0 0; }
.node-online-learning-center .button, .node-online-learning-center .content form input[type="submit"], .content form .node-online-learning-center input[type="submit"], .node-online-learning-center label.fancy select, label.fancy .node-online-learning-center select, .node-online-learning-center #main .node-webform .button_blue, #main .node-webform .node-online-learning-center .button_blue, .node-online-learning-center #main .node-webform .button_green, #main .node-webform .node-online-learning-center .button_green, .node-online-learning-center #main .node-webform .button_remove, #main .node-webform .node-online-learning-center .button_remove, .node-online-learning-center #main .node-webform .form-actions input, #main .node-webform .form-actions .node-online-learning-center input, .node-online-learning-center .joyride-tip-guide .joyride-content-wrapper a.joyride-next-tip, .joyride-tip-guide .joyride-content-wrapper .node-online-learning-center a.joyride-next-tip, .node-online-learning-center .page-forum ul.action-links li a.subscription, .page-forum ul.action-links li .node-online-learning-center a.subscription {
  text-align: center; }
.node-online-learning-center .olc-activity-tabs .ui-tabs-nav a {
  padding: 1em; }
.node-online-learning-center .olc-details-tab h5, .node-online-learning-center .olc-details-tab .acc-sub-cat, .node-online-learning-center .olc-details-tab .search-header, .node-online-learning-center .olc-details-tab #landing_hero_2018 h2, #landing_hero_2018 .node-online-learning-center .olc-details-tab h2 {
  margin-top: 0;
  color: #8e908f; }
.node-online-learning-center .olc-details-tab .col-1-4, .node-online-learning-center .olc-details-tab .page_content aside.side_nav_left, .page_content .node-online-learning-center .olc-details-tab aside.side_nav_left, .node-online-learning-center .olc-details-tab .node-type-chapter-top-level-page #landing_hero_area .container aside.side_nav_left, .node-type-chapter-top-level-page #landing_hero_area .container .node-online-learning-center .olc-details-tab aside.side_nav_left, .node-online-learning-center .olc-details-tab .col-3-4, .node-online-learning-center .olc-details-tab .node-type-chapter-top-level-page #landing_hero_area .container .region-hero, .node-type-chapter-top-level-page #landing_hero_area .container .node-online-learning-center .olc-details-tab .region-hero {
  margin-bottom: 0; }
.node-online-learning-center .olc-details-tab .col-1-4 p, .node-online-learning-center .olc-details-tab .page_content aside.side_nav_left p, .page_content .node-online-learning-center .olc-details-tab aside.side_nav_left p, .node-online-learning-center .olc-details-tab .node-type-chapter-top-level-page #landing_hero_area .container aside.side_nav_left p, .node-type-chapter-top-level-page #landing_hero_area .container .node-online-learning-center .olc-details-tab aside.side_nav_left p {
  margin-bottom: 0; }
.node-online-learning-center #intro-text {
  padding-bottom: .25em;
  margin-bottom: 2em; }
  .node-online-learning-center #intro-text p {
    font-size: 1rem;
    color: #575A5D; }
  .node-online-learning-center #intro-text .field-item:first-child #accordion {
    color: #575A5D; }
    .node-online-learning-center #intro-text .field-item:first-child #accordion .ui-accordion-content {
      font-size: 0.875rem;
      line-height: 1.5; }
    .node-online-learning-center #intro-text .field-item:first-child #accordion h2.ui-state-default {
      border-bottom: none; }
    .node-online-learning-center #intro-text .field-item:first-child #accordion h2.ui-state-active {
      border-bottom: 1px solid #e5e5e5; }

.ellipsis {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }
  .ellipsis span.package {
    font-style: italic;
    display: block; }

.level2cards .card-title.activator {
  cursor: pointer;
  position: relative; }
.level2cards .card-link {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  text-decoration: none;
  z-index: 10;
  background-color: white;
  opacity: 0;
  filter: alpha(opacity=0); }
.level2cards .card-content {
  padding: 30px;
  border-radius: 0 0 2px 2px; }
  .level2cards .card-content .free-to-members-flag {
    width: 155px;
    margin-left: -41px;
    top: 10px;
    position: absolute; }
  .level2cards .card-content .card-container {
    display: grid;
    display: -ms-grid;
    grid-template-columns: 90px minmax(0, 1000px) 175px;
    -ms-grid-columns: 90px minmax(0, 1000px) 170px; }
    .level2cards .card-content .card-container.free-to-members {
      padding-top: 10px; }
    .level2cards .card-content .card-container .icon-content {
      grid-column: 1 / span 1;
      -ms-grid-column: 1;
      -ms-grid-column-span: 1;
      grid-row: 1;
      -ms-grid-row: 1;
      align-self: center;
      -ms-flex-item-align: center;
      -ms-grid-row-align: center; }
      .level2cards .card-content .card-container .icon-content img {
        z-index: 2;
        width: 60px; }
    .level2cards .card-content .card-container .text-content {
      grid-column: 2 / span 1;
      -ms-grid-column: 2;
      -ms-grid-column-span: 1;
      margin-right: 20px;
      align-self: center;
      -ms-flex-item-align: center;
      -ms-grid-row-align: center; }
      .level2cards .card-content .card-container .text-content .card-title {
        display: block;
        font-size: 20px;
        font-weight: 300;
        line-height: 1.2;
        margin-bottom: 8px;
        overflow: hidden; }
        @media (max-width: 960px) {
          .level2cards .card-content .card-container .text-content .card-title {
            font-size: 19px; } }
      .level2cards .card-content .card-container .text-content p {
        color: inherit;
        line-height: 1.3;
        font-size: 0.8rem;
        margin-bottom: 0; }
        @media (960px) {
          .level2cards .card-content .card-container .text-content p {
            font-size: 0.7rem;
            overflow: hidden; } }
        .level2cards .card-content .card-container .text-content p.product {
          color: #b5b7b4; }
    .level2cards .card-content .card-container .moc-content {
      grid-column: 3 / span 1;
      -ms-grid-column: 3;
      -ms-grid-column-span: 1;
      align-self: center;
      -ms-flex-item-align: center;
      -ms-grid-row-align: center; }
      .level2cards .card-content .card-container .moc-content .moc {
        font-size: 0.9rem;
        font-weight: 700;
        text-align: right; }
        .level2cards .card-content .card-container .moc-content .moc.earned {
          background-color: #2eb135;
          color: white;
          padding: .15em .5em;
          border-radius: 5px;
          font-size: 0.8rem;
          max-width: 175px;
          text-align: center; }
          .level2cards .card-content .card-container .moc-content .moc.earned:before {
            content: "\e02f";
            font-family: 'KSAP-Core-Icons' !important;
            speak: none;
            font-style: normal;
            font-weight: normal;
            font-variant: normal;
            text-transform: none;
            line-height: 1;
            margin-right: .5em;
            /* Better Font Rendering =========== */
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale; }
  @media (max-width: 480px) {
    .level2cards .card-content {
      padding: 30px 20px; }
      .level2cards .card-content .free-to-members-flag {
        margin-left: -31px; }
      .level2cards .card-content .card-container {
        display: inline-block;
        width: 100%; }
        .level2cards .card-content .card-container .icon-content {
          position: absolute;
          bottom: 20px;
          right: 20px; }
        .level2cards .card-content .card-container .moc-content .moc {
          text-align: left; } }

.view-Curbsiders-Podcasts-CMEMOC-Page .node-online-learning-center, .view-bedside-rounds-podcasts-cme-moc-page-3 .node-online-learning-center, .view-core-im .node-online-learning-center {
  max-width: 1100px; }

#olc-filters-container .form-item {
  display: inline-block;
  font-size: .8rem;
  padding: 10px 30px 5px 0;
  margin: 0; }
  #olc-filters-container .form-item label {
    cursor: pointer;
    white-space: nowrap; }
  @media screen and (max-width: 480px) {
    #olc-filters-container .form-item {
      display: block; } }
#olc-filters-container hr {
  margin: 10px 0; }

.node-online-learning-center .col-1-2 p, .node-online-learning-center .split2 ul p, .split2 .node-online-learning-center ul p, .node-online-learning-center .split2 .col1 p, .split2 .node-online-learning-center .col1 p, .node-online-learning-center .split2 .col2 p, .split2 .node-online-learning-center .col2 p, .node-online-learning-center #myacp-header .login-panel .my-interests p, #myacp-header .login-panel .node-online-learning-center .my-interests p, .node-online-learning-center #myacp-header .myacp-panel .my-interests p, #myacp-header .myacp-panel .node-online-learning-center .my-interests p, .node-online-learning-center #myacp-header .login-panel .my-account p, #myacp-header .login-panel .node-online-learning-center .my-account p, .node-online-learning-center #myacp-header .myacp-panel .my-account p, #myacp-header .myacp-panel .node-online-learning-center .my-account p {
  text-align: center; }
  .node-online-learning-center .col-1-2 p .button.faded-blue, .node-online-learning-center .split2 ul p .button.faded-blue, .split2 .node-online-learning-center ul p .button.faded-blue, .node-online-learning-center .split2 .col1 p .button.faded-blue, .split2 .node-online-learning-center .col1 p .button.faded-blue, .node-online-learning-center .split2 .col2 p .button.faded-blue, .split2 .node-online-learning-center .col2 p .button.faded-blue, .node-online-learning-center #myacp-header .login-panel .my-interests p .button.faded-blue, #myacp-header .login-panel .node-online-learning-center .my-interests p .button.faded-blue, .node-online-learning-center #myacp-header .myacp-panel .my-interests p .button.faded-blue, #myacp-header .myacp-panel .node-online-learning-center .my-interests p .button.faded-blue, .node-online-learning-center #myacp-header .login-panel .my-account p .button.faded-blue, #myacp-header .login-panel .node-online-learning-center .my-account p .button.faded-blue, .node-online-learning-center #myacp-header .myacp-panel .my-account p .button.faded-blue, #myacp-header .myacp-panel .node-online-learning-center .my-account p .button.faded-blue, .node-online-learning-center .col-1-2 p .content form input.faded-blue[type="submit"], .content form .node-online-learning-center .col-1-2 p input.faded-blue[type="submit"], .node-online-learning-center .split2 ul p .content form input.faded-blue[type="submit"], .content form .node-online-learning-center .split2 ul p input.faded-blue[type="submit"], .split2 .node-online-learning-center ul p .content form input.faded-blue[type="submit"], .content form .split2 .node-online-learning-center ul p input.faded-blue[type="submit"], .node-online-learning-center .split2 .col1 p .content form input.faded-blue[type="submit"], .content form .node-online-learning-center .split2 .col1 p input.faded-blue[type="submit"], .split2 .node-online-learning-center .col1 p .content form input.faded-blue[type="submit"], .content form .split2 .node-online-learning-center .col1 p input.faded-blue[type="submit"], .node-online-learning-center .split2 .col2 p .content form input.faded-blue[type="submit"], .content form .node-online-learning-center .split2 .col2 p input.faded-blue[type="submit"], .split2 .node-online-learning-center .col2 p .content form input.faded-blue[type="submit"], .content form .split2 .node-online-learning-center .col2 p input.faded-blue[type="submit"], .node-online-learning-center #myacp-header .login-panel .my-interests p .content form input.faded-blue[type="submit"], .content form .node-online-learning-center #myacp-header .login-panel .my-interests p input.faded-blue[type="submit"], #myacp-header .login-panel .node-online-learning-center .my-interests p .content form input.faded-blue[type="submit"], .content form #myacp-header .login-panel .node-online-learning-center .my-interests p input.faded-blue[type="submit"], .node-online-learning-center #myacp-header .myacp-panel .my-interests p .content form input.faded-blue[type="submit"], .content form .node-online-learning-center #myacp-header .myacp-panel .my-interests p input.faded-blue[type="submit"], #myacp-header .myacp-panel .node-online-learning-center .my-interests p .content form input.faded-blue[type="submit"], .content form #myacp-header .myacp-panel .node-online-learning-center .my-interests p input.faded-blue[type="submit"], .node-online-learning-center #myacp-header .login-panel .my-account p .content form input.faded-blue[type="submit"], .content form .node-online-learning-center #myacp-header .login-panel .my-account p input.faded-blue[type="submit"], #myacp-header .login-panel .node-online-learning-center .my-account p .content form input.faded-blue[type="submit"], .content form #myacp-header .login-panel .node-online-learning-center .my-account p input.faded-blue[type="submit"], .node-online-learning-center #myacp-header .myacp-panel .my-account p .content form input.faded-blue[type="submit"], .content form .node-online-learning-center #myacp-header .myacp-panel .my-account p input.faded-blue[type="submit"], #myacp-header .myacp-panel .node-online-learning-center .my-account p .content form input.faded-blue[type="submit"], .content form #myacp-header .myacp-panel .node-online-learning-center .my-account p input.faded-blue[type="submit"], .node-online-learning-center .col-1-2 p label.fancy select.faded-blue, label.fancy .node-online-learning-center .col-1-2 p select.faded-blue, .node-online-learning-center .split2 ul p label.fancy select.faded-blue, label.fancy .node-online-learning-center .split2 ul p select.faded-blue, .split2 .node-online-learning-center ul p label.fancy select.faded-blue, label.fancy .split2 .node-online-learning-center ul p select.faded-blue, .node-online-learning-center .split2 .col1 p label.fancy select.faded-blue, label.fancy .node-online-learning-center .split2 .col1 p select.faded-blue, .split2 .node-online-learning-center .col1 p label.fancy select.faded-blue, label.fancy .split2 .node-online-learning-center .col1 p select.faded-blue, .node-online-learning-center .split2 .col2 p label.fancy select.faded-blue, label.fancy .node-online-learning-center .split2 .col2 p select.faded-blue, .split2 .node-online-learning-center .col2 p label.fancy select.faded-blue, label.fancy .split2 .node-online-learning-center .col2 p select.faded-blue, .node-online-learning-center #myacp-header .login-panel .my-interests p label.fancy select.faded-blue, label.fancy .node-online-learning-center #myacp-header .login-panel .my-interests p select.faded-blue, #myacp-header .login-panel .node-online-learning-center .my-interests p label.fancy select.faded-blue, label.fancy #myacp-header .login-panel .node-online-learning-center .my-interests p select.faded-blue, .node-online-learning-center #myacp-header .myacp-panel .my-interests p label.fancy select.faded-blue, label.fancy .node-online-learning-center #myacp-header .myacp-panel .my-interests p select.faded-blue, #myacp-header .myacp-panel .node-online-learning-center .my-interests p label.fancy select.faded-blue, label.fancy #myacp-header .myacp-panel .node-online-learning-center .my-interests p select.faded-blue, .node-online-learning-center #myacp-header .login-panel .my-account p label.fancy select.faded-blue, label.fancy .node-online-learning-center #myacp-header .login-panel .my-account p select.faded-blue, #myacp-header .login-panel .node-online-learning-center .my-account p label.fancy select.faded-blue, label.fancy #myacp-header .login-panel .node-online-learning-center .my-account p select.faded-blue, .node-online-learning-center #myacp-header .myacp-panel .my-account p label.fancy select.faded-blue, label.fancy .node-online-learning-center #myacp-header .myacp-panel .my-account p select.faded-blue, #myacp-header .myacp-panel .node-online-learning-center .my-account p label.fancy select.faded-blue, label.fancy #myacp-header .myacp-panel .node-online-learning-center .my-account p select.faded-blue, .node-online-learning-center .col-1-2 p #main .node-webform .faded-blue.button_blue, #main .node-webform .node-online-learning-center .col-1-2 p .faded-blue.button_blue, .node-online-learning-center .split2 ul p #main .node-webform .faded-blue.button_blue, #main .node-webform .node-online-learning-center .split2 ul p .faded-blue.button_blue, .split2 .node-online-learning-center ul p #main .node-webform .faded-blue.button_blue, #main .node-webform .split2 .node-online-learning-center ul p .faded-blue.button_blue, .node-online-learning-center .split2 .col1 p #main .node-webform .faded-blue.button_blue, #main .node-webform .node-online-learning-center .split2 .col1 p .faded-blue.button_blue, .split2 .node-online-learning-center .col1 p #main .node-webform .faded-blue.button_blue, #main .node-webform .split2 .node-online-learning-center .col1 p .faded-blue.button_blue, .node-online-learning-center .split2 .col2 p #main .node-webform .faded-blue.button_blue, #main .node-webform .node-online-learning-center .split2 .col2 p .faded-blue.button_blue, .split2 .node-online-learning-center .col2 p #main .node-webform .faded-blue.button_blue, #main .node-webform .split2 .node-online-learning-center .col2 p .faded-blue.button_blue, .node-online-learning-center #myacp-header .login-panel .my-interests p #main .node-webform .faded-blue.button_blue, #main .node-webform .node-online-learning-center #myacp-header .login-panel .my-interests p .faded-blue.button_blue, #myacp-header .login-panel .node-online-learning-center .my-interests p #main .node-webform .faded-blue.button_blue, #main .node-webform #myacp-header .login-panel .node-online-learning-center .my-interests p .faded-blue.button_blue, .node-online-learning-center #myacp-header .myacp-panel .my-interests p #main .node-webform .faded-blue.button_blue, #main .node-webform .node-online-learning-center #myacp-header .myacp-panel .my-interests p .faded-blue.button_blue, #myacp-header .myacp-panel .node-online-learning-center .my-interests p #main .node-webform .faded-blue.button_blue, #main .node-webform #myacp-header .myacp-panel .node-online-learning-center .my-interests p .faded-blue.button_blue, .node-online-learning-center #myacp-header .login-panel .my-account p #main .node-webform .faded-blue.button_blue, #main .node-webform .node-online-learning-center #myacp-header .login-panel .my-account p .faded-blue.button_blue, #myacp-header .login-panel .node-online-learning-center .my-account p #main .node-webform .faded-blue.button_blue, #main .node-webform #myacp-header .login-panel .node-online-learning-center .my-account p .faded-blue.button_blue, .node-online-learning-center #myacp-header .myacp-panel .my-account p #main .node-webform .faded-blue.button_blue, #main .node-webform .node-online-learning-center #myacp-header .myacp-panel .my-account p .faded-blue.button_blue, #myacp-header .myacp-panel .node-online-learning-center .my-account p #main .node-webform .faded-blue.button_blue, #main .node-webform #myacp-header .myacp-panel .node-online-learning-center .my-account p .faded-blue.button_blue, .node-online-learning-center .col-1-2 p #main .node-webform .form-actions input.faded-blue.button-primary, #main .node-webform .form-actions .node-online-learning-center .col-1-2 p input.faded-blue.button-primary, .node-online-learning-center .split2 ul p #main .node-webform .form-actions input.faded-blue.button-primary, #main .node-webform .form-actions .node-online-learning-center .split2 ul p input.faded-blue.button-primary, .split2 .node-online-learning-center ul p #main .node-webform .form-actions input.faded-blue.button-primary, #main .node-webform .form-actions .split2 .node-online-learning-center ul p input.faded-blue.button-primary, .node-online-learning-center .split2 .col1 p #main .node-webform .form-actions input.faded-blue.button-primary, #main .node-webform .form-actions .node-online-learning-center .split2 .col1 p input.faded-blue.button-primary, .split2 .node-online-learning-center .col1 p #main .node-webform .form-actions input.faded-blue.button-primary, #main .node-webform .form-actions .split2 .node-online-learning-center .col1 p input.faded-blue.button-primary, .node-online-learning-center .split2 .col2 p #main .node-webform .form-actions input.faded-blue.button-primary, #main .node-webform .form-actions .node-online-learning-center .split2 .col2 p input.faded-blue.button-primary, .split2 .node-online-learning-center .col2 p #main .node-webform .form-actions input.faded-blue.button-primary, #main .node-webform .form-actions .split2 .node-online-learning-center .col2 p input.faded-blue.button-primary, .node-online-learning-center #myacp-header .login-panel .my-interests p #main .node-webform .form-actions input.faded-blue.button-primary, #main .node-webform .form-actions .node-online-learning-center #myacp-header .login-panel .my-interests p input.faded-blue.button-primary, #myacp-header .login-panel .node-online-learning-center .my-interests p #main .node-webform .form-actions input.faded-blue.button-primary, #main .node-webform .form-actions #myacp-header .login-panel .node-online-learning-center .my-interests p input.faded-blue.button-primary, .node-online-learning-center #myacp-header .myacp-panel .my-interests p #main .node-webform .form-actions input.faded-blue.button-primary, #main .node-webform .form-actions .node-online-learning-center #myacp-header .myacp-panel .my-interests p input.faded-blue.button-primary, #myacp-header .myacp-panel .node-online-learning-center .my-interests p #main .node-webform .form-actions input.faded-blue.button-primary, #main .node-webform .form-actions #myacp-header .myacp-panel .node-online-learning-center .my-interests p input.faded-blue.button-primary, .node-online-learning-center #myacp-header .login-panel .my-account p #main .node-webform .form-actions input.faded-blue.button-primary, #main .node-webform .form-actions .node-online-learning-center #myacp-header .login-panel .my-account p input.faded-blue.button-primary, #myacp-header .login-panel .node-online-learning-center .my-account p #main .node-webform .form-actions input.faded-blue.button-primary, #main .node-webform .form-actions #myacp-header .login-panel .node-online-learning-center .my-account p input.faded-blue.button-primary, .node-online-learning-center #myacp-header .myacp-panel .my-account p #main .node-webform .form-actions input.faded-blue.button-primary, #main .node-webform .form-actions .node-online-learning-center #myacp-header .myacp-panel .my-account p input.faded-blue.button-primary, #myacp-header .myacp-panel .node-online-learning-center .my-account p #main .node-webform .form-actions input.faded-blue.button-primary, #main .node-webform .form-actions #myacp-header .myacp-panel .node-online-learning-center .my-account p input.faded-blue.button-primary, .node-online-learning-center .col-1-2 p #main .node-webform .faded-blue.button_green, #main .node-webform .node-online-learning-center .col-1-2 p .faded-blue.button_green, .node-online-learning-center .split2 ul p #main .node-webform .faded-blue.button_green, #main .node-webform .node-online-learning-center .split2 ul p .faded-blue.button_green, .split2 .node-online-learning-center ul p #main .node-webform .faded-blue.button_green, #main .node-webform .split2 .node-online-learning-center ul p .faded-blue.button_green, .node-online-learning-center .split2 .col1 p #main .node-webform .faded-blue.button_green, #main .node-webform .node-online-learning-center .split2 .col1 p .faded-blue.button_green, .split2 .node-online-learning-center .col1 p #main .node-webform .faded-blue.button_green, #main .node-webform .split2 .node-online-learning-center .col1 p .faded-blue.button_green, .node-online-learning-center .split2 .col2 p #main .node-webform .faded-blue.button_green, #main .node-webform .node-online-learning-center .split2 .col2 p .faded-blue.button_green, .split2 .node-online-learning-center .col2 p #main .node-webform .faded-blue.button_green, #main .node-webform .split2 .node-online-learning-center .col2 p .faded-blue.button_green, .node-online-learning-center #myacp-header .login-panel .my-interests p #main .node-webform .faded-blue.button_green, #main .node-webform .node-online-learning-center #myacp-header .login-panel .my-interests p .faded-blue.button_green, #myacp-header .login-panel .node-online-learning-center .my-interests p #main .node-webform .faded-blue.button_green, #main .node-webform #myacp-header .login-panel .node-online-learning-center .my-interests p .faded-blue.button_green, .node-online-learning-center #myacp-header .myacp-panel .my-interests p #main .node-webform .faded-blue.button_green, #main .node-webform .node-online-learning-center #myacp-header .myacp-panel .my-interests p .faded-blue.button_green, #myacp-header .myacp-panel .node-online-learning-center .my-interests p #main .node-webform .faded-blue.button_green, #main .node-webform #myacp-header .myacp-panel .node-online-learning-center .my-interests p .faded-blue.button_green, .node-online-learning-center #myacp-header .login-panel .my-account p #main .node-webform .faded-blue.button_green, #main .node-webform .node-online-learning-center #myacp-header .login-panel .my-account p .faded-blue.button_green, #myacp-header .login-panel .node-online-learning-center .my-account p #main .node-webform .faded-blue.button_green, #main .node-webform #myacp-header .login-panel .node-online-learning-center .my-account p .faded-blue.button_green, .node-online-learning-center #myacp-header .myacp-panel .my-account p #main .node-webform .faded-blue.button_green, #main .node-webform .node-online-learning-center #myacp-header .myacp-panel .my-account p .faded-blue.button_green, #myacp-header .myacp-panel .node-online-learning-center .my-account p #main .node-webform .faded-blue.button_green, #main .node-webform #myacp-header .myacp-panel .node-online-learning-center .my-account p .faded-blue.button_green, .node-online-learning-center .col-1-2 p #main .node-webform .faded-blue.button_remove, #main .node-webform .node-online-learning-center .col-1-2 p .faded-blue.button_remove, .node-online-learning-center .split2 ul p #main .node-webform .faded-blue.button_remove, #main .node-webform .node-online-learning-center .split2 ul p .faded-blue.button_remove, .split2 .node-online-learning-center ul p #main .node-webform .faded-blue.button_remove, #main .node-webform .split2 .node-online-learning-center ul p .faded-blue.button_remove, .node-online-learning-center .split2 .col1 p #main .node-webform .faded-blue.button_remove, #main .node-webform .node-online-learning-center .split2 .col1 p .faded-blue.button_remove, .split2 .node-online-learning-center .col1 p #main .node-webform .faded-blue.button_remove, #main .node-webform .split2 .node-online-learning-center .col1 p .faded-blue.button_remove, .node-online-learning-center .split2 .col2 p #main .node-webform .faded-blue.button_remove, #main .node-webform .node-online-learning-center .split2 .col2 p .faded-blue.button_remove, .split2 .node-online-learning-center .col2 p #main .node-webform .faded-blue.button_remove, #main .node-webform .split2 .node-online-learning-center .col2 p .faded-blue.button_remove, .node-online-learning-center #myacp-header .login-panel .my-interests p #main .node-webform .faded-blue.button_remove, #main .node-webform .node-online-learning-center #myacp-header .login-panel .my-interests p .faded-blue.button_remove, #myacp-header .login-panel .node-online-learning-center .my-interests p #main .node-webform .faded-blue.button_remove, #main .node-webform #myacp-header .login-panel .node-online-learning-center .my-interests p .faded-blue.button_remove, .node-online-learning-center #myacp-header .myacp-panel .my-interests p #main .node-webform .faded-blue.button_remove, #main .node-webform .node-online-learning-center #myacp-header .myacp-panel .my-interests p .faded-blue.button_remove, #myacp-header .myacp-panel .node-online-learning-center .my-interests p #main .node-webform .faded-blue.button_remove, #main .node-webform #myacp-header .myacp-panel .node-online-learning-center .my-interests p .faded-blue.button_remove, .node-online-learning-center #myacp-header .login-panel .my-account p #main .node-webform .faded-blue.button_remove, #main .node-webform .node-online-learning-center #myacp-header .login-panel .my-account p .faded-blue.button_remove, #myacp-header .login-panel .node-online-learning-center .my-account p #main .node-webform .faded-blue.button_remove, #main .node-webform #myacp-header .login-panel .node-online-learning-center .my-account p .faded-blue.button_remove, .node-online-learning-center #myacp-header .myacp-panel .my-account p #main .node-webform .faded-blue.button_remove, #main .node-webform .node-online-learning-center #myacp-header .myacp-panel .my-account p .faded-blue.button_remove, #myacp-header .myacp-panel .node-online-learning-center .my-account p #main .node-webform .faded-blue.button_remove, #main .node-webform #myacp-header .myacp-panel .node-online-learning-center .my-account p .faded-blue.button_remove, .node-online-learning-center .col-1-2 p #main .node-webform .form-actions input.faded-blue, #main .node-webform .form-actions .node-online-learning-center .col-1-2 p input.faded-blue, .node-online-learning-center .split2 ul p #main .node-webform .form-actions input.faded-blue, #main .node-webform .form-actions .node-online-learning-center .split2 ul p input.faded-blue, .split2 .node-online-learning-center ul p #main .node-webform .form-actions input.faded-blue, #main .node-webform .form-actions .split2 .node-online-learning-center ul p input.faded-blue, .node-online-learning-center .split2 .col1 p #main .node-webform .form-actions input.faded-blue, #main .node-webform .form-actions .node-online-learning-center .split2 .col1 p input.faded-blue, .split2 .node-online-learning-center .col1 p #main .node-webform .form-actions input.faded-blue, #main .node-webform .form-actions .split2 .node-online-learning-center .col1 p input.faded-blue, .node-online-learning-center .split2 .col2 p #main .node-webform .form-actions input.faded-blue, #main .node-webform .form-actions .node-online-learning-center .split2 .col2 p input.faded-blue, .split2 .node-online-learning-center .col2 p #main .node-webform .form-actions input.faded-blue, #main .node-webform .form-actions .split2 .node-online-learning-center .col2 p input.faded-blue, .node-online-learning-center #myacp-header .login-panel .my-interests p #main .node-webform .form-actions input.faded-blue, #main .node-webform .form-actions .node-online-learning-center #myacp-header .login-panel .my-interests p input.faded-blue, #myacp-header .login-panel .node-online-learning-center .my-interests p #main .node-webform .form-actions input.faded-blue, #main .node-webform .form-actions #myacp-header .login-panel .node-online-learning-center .my-interests p input.faded-blue, .node-online-learning-center #myacp-header .myacp-panel .my-interests p #main .node-webform .form-actions input.faded-blue, #main .node-webform .form-actions .node-online-learning-center #myacp-header .myacp-panel .my-interests p input.faded-blue, #myacp-header .myacp-panel .node-online-learning-center .my-interests p #main .node-webform .form-actions input.faded-blue, #main .node-webform .form-actions #myacp-header .myacp-panel .node-online-learning-center .my-interests p input.faded-blue, .node-online-learning-center #myacp-header .login-panel .my-account p #main .node-webform .form-actions input.faded-blue, #main .node-webform .form-actions .node-online-learning-center #myacp-header .login-panel .my-account p input.faded-blue, #myacp-header .login-panel .node-online-learning-center .my-account p #main .node-webform .form-actions input.faded-blue, #main .node-webform .form-actions #myacp-header .login-panel .node-online-learning-center .my-account p input.faded-blue, .node-online-learning-center #myacp-header .myacp-panel .my-account p #main .node-webform .form-actions input.faded-blue, #main .node-webform .form-actions .node-online-learning-center #myacp-header .myacp-panel .my-account p input.faded-blue, #myacp-header .myacp-panel .node-online-learning-center .my-account p #main .node-webform .form-actions input.faded-blue, #main .node-webform .form-actions #myacp-header .myacp-panel .node-online-learning-center .my-account p input.faded-blue,
  .node-online-learning-center .col-1-2 p #main .node-webform button.faded-blue.button_blue,
  #main .node-webform .node-online-learning-center .col-1-2 p button.faded-blue.button_blue,
  .node-online-learning-center .split2 ul p #main .node-webform button.faded-blue.button_blue,
  #main .node-webform .node-online-learning-center .split2 ul p button.faded-blue.button_blue,
  .split2 .node-online-learning-center ul p #main .node-webform button.faded-blue.button_blue,
  #main .node-webform .split2 .node-online-learning-center ul p button.faded-blue.button_blue,
  .node-online-learning-center .split2 .col1 p #main .node-webform button.faded-blue.button_blue,
  #main .node-webform .node-online-learning-center .split2 .col1 p button.faded-blue.button_blue,
  .split2 .node-online-learning-center .col1 p #main .node-webform button.faded-blue.button_blue,
  #main .node-webform .split2 .node-online-learning-center .col1 p button.faded-blue.button_blue,
  .node-online-learning-center .split2 .col2 p #main .node-webform button.faded-blue.button_blue,
  #main .node-webform .node-online-learning-center .split2 .col2 p button.faded-blue.button_blue,
  .split2 .node-online-learning-center .col2 p #main .node-webform button.faded-blue.button_blue,
  #main .node-webform .split2 .node-online-learning-center .col2 p button.faded-blue.button_blue,
  .node-online-learning-center #myacp-header .login-panel .my-interests p #main .node-webform button.faded-blue.button_blue,
  #main .node-webform .node-online-learning-center #myacp-header .login-panel .my-interests p button.faded-blue.button_blue,
  #myacp-header .login-panel .node-online-learning-center .my-interests p #main .node-webform button.faded-blue.button_blue,
  #main .node-webform #myacp-header .login-panel .node-online-learning-center .my-interests p button.faded-blue.button_blue,
  .node-online-learning-center #myacp-header .myacp-panel .my-interests p #main .node-webform button.faded-blue.button_blue,
  #main .node-webform .node-online-learning-center #myacp-header .myacp-panel .my-interests p button.faded-blue.button_blue,
  #myacp-header .myacp-panel .node-online-learning-center .my-interests p #main .node-webform button.faded-blue.button_blue,
  #main .node-webform #myacp-header .myacp-panel .node-online-learning-center .my-interests p button.faded-blue.button_blue,
  .node-online-learning-center #myacp-header .login-panel .my-account p #main .node-webform button.faded-blue.button_blue,
  #main .node-webform .node-online-learning-center #myacp-header .login-panel .my-account p button.faded-blue.button_blue,
  #myacp-header .login-panel .node-online-learning-center .my-account p #main .node-webform button.faded-blue.button_blue,
  #main .node-webform #myacp-header .login-panel .node-online-learning-center .my-account p button.faded-blue.button_blue,
  .node-online-learning-center #myacp-header .myacp-panel .my-account p #main .node-webform button.faded-blue.button_blue,
  #main .node-webform .node-online-learning-center #myacp-header .myacp-panel .my-account p button.faded-blue.button_blue,
  #myacp-header .myacp-panel .node-online-learning-center .my-account p #main .node-webform button.faded-blue.button_blue,
  #main .node-webform #myacp-header .myacp-panel .node-online-learning-center .my-account p button.faded-blue.button_blue, .node-online-learning-center .col-1-2 p #main .node-webform button.faded-blue.button_green, #main .node-webform .node-online-learning-center .col-1-2 p button.faded-blue.button_green, .node-online-learning-center .split2 ul p #main .node-webform button.faded-blue.button_green, #main .node-webform .node-online-learning-center .split2 ul p button.faded-blue.button_green, .split2 .node-online-learning-center ul p #main .node-webform button.faded-blue.button_green, #main .node-webform .split2 .node-online-learning-center ul p button.faded-blue.button_green, .node-online-learning-center .split2 .col1 p #main .node-webform button.faded-blue.button_green, #main .node-webform .node-online-learning-center .split2 .col1 p button.faded-blue.button_green, .split2 .node-online-learning-center .col1 p #main .node-webform button.faded-blue.button_green, #main .node-webform .split2 .node-online-learning-center .col1 p button.faded-blue.button_green, .node-online-learning-center .split2 .col2 p #main .node-webform button.faded-blue.button_green, #main .node-webform .node-online-learning-center .split2 .col2 p button.faded-blue.button_green, .split2 .node-online-learning-center .col2 p #main .node-webform button.faded-blue.button_green, #main .node-webform .split2 .node-online-learning-center .col2 p button.faded-blue.button_green, .node-online-learning-center #myacp-header .login-panel .my-interests p #main .node-webform button.faded-blue.button_green, #main .node-webform .node-online-learning-center #myacp-header .login-panel .my-interests p button.faded-blue.button_green, #myacp-header .login-panel .node-online-learning-center .my-interests p #main .node-webform button.faded-blue.button_green, #main .node-webform #myacp-header .login-panel .node-online-learning-center .my-interests p button.faded-blue.button_green, .node-online-learning-center #myacp-header .myacp-panel .my-interests p #main .node-webform button.faded-blue.button_green, #main .node-webform .node-online-learning-center #myacp-header .myacp-panel .my-interests p button.faded-blue.button_green, #myacp-header .myacp-panel .node-online-learning-center .my-interests p #main .node-webform button.faded-blue.button_green, #main .node-webform #myacp-header .myacp-panel .node-online-learning-center .my-interests p button.faded-blue.button_green, .node-online-learning-center #myacp-header .login-panel .my-account p #main .node-webform button.faded-blue.button_green, #main .node-webform .node-online-learning-center #myacp-header .login-panel .my-account p button.faded-blue.button_green, #myacp-header .login-panel .node-online-learning-center .my-account p #main .node-webform button.faded-blue.button_green, #main .node-webform #myacp-header .login-panel .node-online-learning-center .my-account p button.faded-blue.button_green, .node-online-learning-center #myacp-header .myacp-panel .my-account p #main .node-webform button.faded-blue.button_green, #main .node-webform .node-online-learning-center #myacp-header .myacp-panel .my-account p button.faded-blue.button_green, #myacp-header .myacp-panel .node-online-learning-center .my-account p #main .node-webform button.faded-blue.button_green, #main .node-webform #myacp-header .myacp-panel .node-online-learning-center .my-account p button.faded-blue.button_green,
  .node-online-learning-center .col-1-2 p #main .node-webform input.faded-blue.button_blue,
  #main .node-webform .node-online-learning-center .col-1-2 p input.faded-blue.button_blue,
  .node-online-learning-center .split2 ul p #main .node-webform input.faded-blue.button_blue,
  #main .node-webform .node-online-learning-center .split2 ul p input.faded-blue.button_blue,
  .split2 .node-online-learning-center ul p #main .node-webform input.faded-blue.button_blue,
  #main .node-webform .split2 .node-online-learning-center ul p input.faded-blue.button_blue,
  .node-online-learning-center .split2 .col1 p #main .node-webform input.faded-blue.button_blue,
  #main .node-webform .node-online-learning-center .split2 .col1 p input.faded-blue.button_blue,
  .split2 .node-online-learning-center .col1 p #main .node-webform input.faded-blue.button_blue,
  #main .node-webform .split2 .node-online-learning-center .col1 p input.faded-blue.button_blue,
  .node-online-learning-center .split2 .col2 p #main .node-webform input.faded-blue.button_blue,
  #main .node-webform .node-online-learning-center .split2 .col2 p input.faded-blue.button_blue,
  .split2 .node-online-learning-center .col2 p #main .node-webform input.faded-blue.button_blue,
  #main .node-webform .split2 .node-online-learning-center .col2 p input.faded-blue.button_blue,
  .node-online-learning-center #myacp-header .login-panel .my-interests p #main .node-webform input.faded-blue.button_blue,
  #main .node-webform .node-online-learning-center #myacp-header .login-panel .my-interests p input.faded-blue.button_blue,
  #myacp-header .login-panel .node-online-learning-center .my-interests p #main .node-webform input.faded-blue.button_blue,
  #main .node-webform #myacp-header .login-panel .node-online-learning-center .my-interests p input.faded-blue.button_blue,
  .node-online-learning-center #myacp-header .myacp-panel .my-interests p #main .node-webform input.faded-blue.button_blue,
  #main .node-webform .node-online-learning-center #myacp-header .myacp-panel .my-interests p input.faded-blue.button_blue,
  #myacp-header .myacp-panel .node-online-learning-center .my-interests p #main .node-webform input.faded-blue.button_blue,
  #main .node-webform #myacp-header .myacp-panel .node-online-learning-center .my-interests p input.faded-blue.button_blue,
  .node-online-learning-center #myacp-header .login-panel .my-account p #main .node-webform input.faded-blue.button_blue,
  #main .node-webform .node-online-learning-center #myacp-header .login-panel .my-account p input.faded-blue.button_blue,
  #myacp-header .login-panel .node-online-learning-center .my-account p #main .node-webform input.faded-blue.button_blue,
  #main .node-webform #myacp-header .login-panel .node-online-learning-center .my-account p input.faded-blue.button_blue,
  .node-online-learning-center #myacp-header .myacp-panel .my-account p #main .node-webform input.faded-blue.button_blue,
  #main .node-webform .node-online-learning-center #myacp-header .myacp-panel .my-account p input.faded-blue.button_blue,
  #myacp-header .myacp-panel .node-online-learning-center .my-account p #main .node-webform input.faded-blue.button_blue,
  #main .node-webform #myacp-header .myacp-panel .node-online-learning-center .my-account p input.faded-blue.button_blue, .node-online-learning-center .col-1-2 p #main .node-webform input.faded-blue.button_green, #main .node-webform .node-online-learning-center .col-1-2 p input.faded-blue.button_green, .node-online-learning-center .split2 ul p #main .node-webform input.faded-blue.button_green, #main .node-webform .node-online-learning-center .split2 ul p input.faded-blue.button_green, .split2 .node-online-learning-center ul p #main .node-webform input.faded-blue.button_green, #main .node-webform .split2 .node-online-learning-center ul p input.faded-blue.button_green, .node-online-learning-center .split2 .col1 p #main .node-webform input.faded-blue.button_green, #main .node-webform .node-online-learning-center .split2 .col1 p input.faded-blue.button_green, .split2 .node-online-learning-center .col1 p #main .node-webform input.faded-blue.button_green, #main .node-webform .split2 .node-online-learning-center .col1 p input.faded-blue.button_green, .node-online-learning-center .split2 .col2 p #main .node-webform input.faded-blue.button_green, #main .node-webform .node-online-learning-center .split2 .col2 p input.faded-blue.button_green, .split2 .node-online-learning-center .col2 p #main .node-webform input.faded-blue.button_green, #main .node-webform .split2 .node-online-learning-center .col2 p input.faded-blue.button_green, .node-online-learning-center #myacp-header .login-panel .my-interests p #main .node-webform input.faded-blue.button_green, #main .node-webform .node-online-learning-center #myacp-header .login-panel .my-interests p input.faded-blue.button_green, #myacp-header .login-panel .node-online-learning-center .my-interests p #main .node-webform input.faded-blue.button_green, #main .node-webform #myacp-header .login-panel .node-online-learning-center .my-interests p input.faded-blue.button_green, .node-online-learning-center #myacp-header .myacp-panel .my-interests p #main .node-webform input.faded-blue.button_green, #main .node-webform .node-online-learning-center #myacp-header .myacp-panel .my-interests p input.faded-blue.button_green, #myacp-header .myacp-panel .node-online-learning-center .my-interests p #main .node-webform input.faded-blue.button_green, #main .node-webform #myacp-header .myacp-panel .node-online-learning-center .my-interests p input.faded-blue.button_green, .node-online-learning-center #myacp-header .login-panel .my-account p #main .node-webform input.faded-blue.button_green, #main .node-webform .node-online-learning-center #myacp-header .login-panel .my-account p input.faded-blue.button_green, #myacp-header .login-panel .node-online-learning-center .my-account p #main .node-webform input.faded-blue.button_green, #main .node-webform #myacp-header .login-panel .node-online-learning-center .my-account p input.faded-blue.button_green, .node-online-learning-center #myacp-header .myacp-panel .my-account p #main .node-webform input.faded-blue.button_green, #main .node-webform .node-online-learning-center #myacp-header .myacp-panel .my-account p input.faded-blue.button_green, #myacp-header .myacp-panel .node-online-learning-center .my-account p #main .node-webform input.faded-blue.button_green, #main .node-webform #myacp-header .myacp-panel .node-online-learning-center .my-account p input.faded-blue.button_green, .node-online-learning-center .col-1-2 p #main .node-webform input.faded-blue.button_remove, #main .node-webform .node-online-learning-center .col-1-2 p input.faded-blue.button_remove, .node-online-learning-center .split2 ul p #main .node-webform input.faded-blue.button_remove, #main .node-webform .node-online-learning-center .split2 ul p input.faded-blue.button_remove, .split2 .node-online-learning-center ul p #main .node-webform input.faded-blue.button_remove, #main .node-webform .split2 .node-online-learning-center ul p input.faded-blue.button_remove, .node-online-learning-center .split2 .col1 p #main .node-webform input.faded-blue.button_remove, #main .node-webform .node-online-learning-center .split2 .col1 p input.faded-blue.button_remove, .split2 .node-online-learning-center .col1 p #main .node-webform input.faded-blue.button_remove, #main .node-webform .split2 .node-online-learning-center .col1 p input.faded-blue.button_remove, .node-online-learning-center .split2 .col2 p #main .node-webform input.faded-blue.button_remove, #main .node-webform .node-online-learning-center .split2 .col2 p input.faded-blue.button_remove, .split2 .node-online-learning-center .col2 p #main .node-webform input.faded-blue.button_remove, #main .node-webform .split2 .node-online-learning-center .col2 p input.faded-blue.button_remove, .node-online-learning-center #myacp-header .login-panel .my-interests p #main .node-webform input.faded-blue.button_remove, #main .node-webform .node-online-learning-center #myacp-header .login-panel .my-interests p input.faded-blue.button_remove, #myacp-header .login-panel .node-online-learning-center .my-interests p #main .node-webform input.faded-blue.button_remove, #main .node-webform #myacp-header .login-panel .node-online-learning-center .my-interests p input.faded-blue.button_remove, .node-online-learning-center #myacp-header .myacp-panel .my-interests p #main .node-webform input.faded-blue.button_remove, #main .node-webform .node-online-learning-center #myacp-header .myacp-panel .my-interests p input.faded-blue.button_remove, #myacp-header .myacp-panel .node-online-learning-center .my-interests p #main .node-webform input.faded-blue.button_remove, #main .node-webform #myacp-header .myacp-panel .node-online-learning-center .my-interests p input.faded-blue.button_remove, .node-online-learning-center #myacp-header .login-panel .my-account p #main .node-webform input.faded-blue.button_remove, #main .node-webform .node-online-learning-center #myacp-header .login-panel .my-account p input.faded-blue.button_remove, #myacp-header .login-panel .node-online-learning-center .my-account p #main .node-webform input.faded-blue.button_remove, #main .node-webform #myacp-header .login-panel .node-online-learning-center .my-account p input.faded-blue.button_remove, .node-online-learning-center #myacp-header .myacp-panel .my-account p #main .node-webform input.faded-blue.button_remove, #main .node-webform .node-online-learning-center #myacp-header .myacp-panel .my-account p input.faded-blue.button_remove, #myacp-header .myacp-panel .node-online-learning-center .my-account p #main .node-webform input.faded-blue.button_remove, #main .node-webform #myacp-header .myacp-panel .node-online-learning-center .my-account p input.faded-blue.button_remove, .node-online-learning-center .col-1-2 p .joyride-tip-guide .joyride-content-wrapper a.faded-blue.joyride-next-tip, .joyride-tip-guide .joyride-content-wrapper .node-online-learning-center .col-1-2 p a.faded-blue.joyride-next-tip, .node-online-learning-center .split2 ul p .joyride-tip-guide .joyride-content-wrapper a.faded-blue.joyride-next-tip, .joyride-tip-guide .joyride-content-wrapper .node-online-learning-center .split2 ul p a.faded-blue.joyride-next-tip, .split2 .node-online-learning-center ul p .joyride-tip-guide .joyride-content-wrapper a.faded-blue.joyride-next-tip, .joyride-tip-guide .joyride-content-wrapper .split2 .node-online-learning-center ul p a.faded-blue.joyride-next-tip, .node-online-learning-center .split2 .col1 p .joyride-tip-guide .joyride-content-wrapper a.faded-blue.joyride-next-tip, .joyride-tip-guide .joyride-content-wrapper .node-online-learning-center .split2 .col1 p a.faded-blue.joyride-next-tip, .split2 .node-online-learning-center .col1 p .joyride-tip-guide .joyride-content-wrapper a.faded-blue.joyride-next-tip, .joyride-tip-guide .joyride-content-wrapper .split2 .node-online-learning-center .col1 p a.faded-blue.joyride-next-tip, .node-online-learning-center .split2 .col2 p .joyride-tip-guide .joyride-content-wrapper a.faded-blue.joyride-next-tip, .joyride-tip-guide .joyride-content-wrapper .node-online-learning-center .split2 .col2 p a.faded-blue.joyride-next-tip, .split2 .node-online-learning-center .col2 p .joyride-tip-guide .joyride-content-wrapper a.faded-blue.joyride-next-tip, .joyride-tip-guide .joyride-content-wrapper .split2 .node-online-learning-center .col2 p a.faded-blue.joyride-next-tip, .node-online-learning-center #myacp-header .login-panel .my-interests p .joyride-tip-guide .joyride-content-wrapper a.faded-blue.joyride-next-tip, .joyride-tip-guide .joyride-content-wrapper .node-online-learning-center #myacp-header .login-panel .my-interests p a.faded-blue.joyride-next-tip, #myacp-header .login-panel .node-online-learning-center .my-interests p .joyride-tip-guide .joyride-content-wrapper a.faded-blue.joyride-next-tip, .joyride-tip-guide .joyride-content-wrapper #myacp-header .login-panel .node-online-learning-center .my-interests p a.faded-blue.joyride-next-tip, .node-online-learning-center #myacp-header .myacp-panel .my-interests p .joyride-tip-guide .joyride-content-wrapper a.faded-blue.joyride-next-tip, .joyride-tip-guide .joyride-content-wrapper .node-online-learning-center #myacp-header .myacp-panel .my-interests p a.faded-blue.joyride-next-tip, #myacp-header .myacp-panel .node-online-learning-center .my-interests p .joyride-tip-guide .joyride-content-wrapper a.faded-blue.joyride-next-tip, .joyride-tip-guide .joyride-content-wrapper #myacp-header .myacp-panel .node-online-learning-center .my-interests p a.faded-blue.joyride-next-tip, .node-online-learning-center #myacp-header .login-panel .my-account p .joyride-tip-guide .joyride-content-wrapper a.faded-blue.joyride-next-tip, .joyride-tip-guide .joyride-content-wrapper .node-online-learning-center #myacp-header .login-panel .my-account p a.faded-blue.joyride-next-tip, #myacp-header .login-panel .node-online-learning-center .my-account p .joyride-tip-guide .joyride-content-wrapper a.faded-blue.joyride-next-tip, .joyride-tip-guide .joyride-content-wrapper #myacp-header .login-panel .node-online-learning-center .my-account p a.faded-blue.joyride-next-tip, .node-online-learning-center #myacp-header .myacp-panel .my-account p .joyride-tip-guide .joyride-content-wrapper a.faded-blue.joyride-next-tip, .joyride-tip-guide .joyride-content-wrapper .node-online-learning-center #myacp-header .myacp-panel .my-account p a.faded-blue.joyride-next-tip, #myacp-header .myacp-panel .node-online-learning-center .my-account p .joyride-tip-guide .joyride-content-wrapper a.faded-blue.joyride-next-tip, .joyride-tip-guide .joyride-content-wrapper #myacp-header .myacp-panel .node-online-learning-center .my-account p a.faded-blue.joyride-next-tip, .node-online-learning-center .col-1-2 p .page-forum ul.action-links li a.faded-blue.subscription, .page-forum ul.action-links li .node-online-learning-center .col-1-2 p a.faded-blue.subscription, .node-online-learning-center .split2 .page-forum ul.action-links p li a.faded-blue.subscription, .page-forum .node-online-learning-center .split2 ul.action-links p li a.faded-blue.subscription, .node-online-learning-center .split2 .page-forum ul.action-links li p a.faded-blue.subscription, .page-forum .node-online-learning-center .split2 ul.action-links li p a.faded-blue.subscription, .split2 .node-online-learning-center .page-forum ul.action-links p li a.faded-blue.subscription, .page-forum .split2 .node-online-learning-center ul.action-links p li a.faded-blue.subscription, .split2 .node-online-learning-center .page-forum ul.action-links li p a.faded-blue.subscription, .page-forum .split2 .node-online-learning-center ul.action-links li p a.faded-blue.subscription, .node-online-learning-center .split2 .col1 p .page-forum ul.action-links li a.faded-blue.subscription, .page-forum ul.action-links li .node-online-learning-center .split2 .col1 p a.faded-blue.subscription, .split2 .node-online-learning-center .col1 p .page-forum ul.action-links li a.faded-blue.subscription, .page-forum ul.action-links li .split2 .node-online-learning-center .col1 p a.faded-blue.subscription, .node-online-learning-center .split2 .col2 p .page-forum ul.action-links li a.faded-blue.subscription, .page-forum ul.action-links li .node-online-learning-center .split2 .col2 p a.faded-blue.subscription, .split2 .node-online-learning-center .col2 p .page-forum ul.action-links li a.faded-blue.subscription, .page-forum ul.action-links li .split2 .node-online-learning-center .col2 p a.faded-blue.subscription, .node-online-learning-center #myacp-header .login-panel .my-interests p .page-forum ul.action-links li a.faded-blue.subscription, .page-forum ul.action-links li .node-online-learning-center #myacp-header .login-panel .my-interests p a.faded-blue.subscription, #myacp-header .login-panel .node-online-learning-center .my-interests p .page-forum ul.action-links li a.faded-blue.subscription, .page-forum ul.action-links li #myacp-header .login-panel .node-online-learning-center .my-interests p a.faded-blue.subscription, .node-online-learning-center #myacp-header .myacp-panel .my-interests p .page-forum ul.action-links li a.faded-blue.subscription, .page-forum ul.action-links li .node-online-learning-center #myacp-header .myacp-panel .my-interests p a.faded-blue.subscription, #myacp-header .myacp-panel .node-online-learning-center .my-interests p .page-forum ul.action-links li a.faded-blue.subscription, .page-forum ul.action-links li #myacp-header .myacp-panel .node-online-learning-center .my-interests p a.faded-blue.subscription, .node-online-learning-center #myacp-header .login-panel .my-account p .page-forum ul.action-links li a.faded-blue.subscription, .page-forum ul.action-links li .node-online-learning-center #myacp-header .login-panel .my-account p a.faded-blue.subscription, #myacp-header .login-panel .node-online-learning-center .my-account p .page-forum ul.action-links li a.faded-blue.subscription, .page-forum ul.action-links li #myacp-header .login-panel .node-online-learning-center .my-account p a.faded-blue.subscription, .node-online-learning-center #myacp-header .myacp-panel .my-account p .page-forum ul.action-links li a.faded-blue.subscription, .page-forum ul.action-links li .node-online-learning-center #myacp-header .myacp-panel .my-account p a.faded-blue.subscription, #myacp-header .myacp-panel .node-online-learning-center .my-account p .page-forum ul.action-links li a.faded-blue.subscription, .page-forum ul.action-links li #myacp-header .myacp-panel .node-online-learning-center .my-account p a.faded-blue.subscription {
    display: block; }
.node-online-learning-center .button, .node-online-learning-center .content form input[type="submit"], .content form .node-online-learning-center input[type="submit"], .node-online-learning-center label.fancy select, label.fancy .node-online-learning-center select, .node-online-learning-center #main .node-webform .button_blue, #main .node-webform .node-online-learning-center .button_blue, .node-online-learning-center #main .node-webform .button_green, #main .node-webform .node-online-learning-center .button_green, .node-online-learning-center #main .node-webform .button_remove, #main .node-webform .node-online-learning-center .button_remove, .node-online-learning-center #main .node-webform .form-actions input, #main .node-webform .form-actions .node-online-learning-center input, .node-online-learning-center .joyride-tip-guide .joyride-content-wrapper a.joyride-next-tip, .joyride-tip-guide .joyride-content-wrapper .node-online-learning-center a.joyride-next-tip, .node-online-learning-center .page-forum ul.action-links li a.subscription, .page-forum ul.action-links li .node-online-learning-center a.subscription {
  display: block;
  margin-top: 5%; }

@media screen and (min-width: 780px) {
  .olc-product-grid {
    display: grid;
    display: -ms-grid;
    grid-template-columns: 1fr 1fr 1fr;
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-gap: 2rem; }
    .olc-product-grid .product-description {
      grid-row: 1;
      -ms-grid-row: 1;
      grid-column: 1/3;
      -ms-grid-column: 1;
      -ms-grid-column-span: 2; } }
    @media screen and (min-width: 780px) and (-ms-high-contrast: none), screen and (min-width: 780px) and (-ms-high-contrast: active) {
      .olc-product-grid .product-description {
        margin-right: 2em; } }
@media screen and (min-width: 780px) {
      @supports (-ms-accelerator: true) {
        .olc-product-grid .product-description {
          margin-right: 2em; } }
      @supports (-ms-ime-align: auto) {
        .olc-product-grid .product-description {
          margin-right: 2em; } }
    .olc-product-grid .product-image-buttons {
      grid-row: 1;
      -ms-grid-row: 1;
      grid-column: 3/4;
      -ms-grid-column: 3;
      -ms-grid-column-span: 1; } }

#tabs-details p {
  margin: 0; }

.cme-label {
  display: inline-block;
  position: relative;
  top: 2px;
  padding: 0;
  font-size: 20px;
  margin: 0 0 2% 0;
  color: #007e66; }

.cme-points {
  display: inline-block;
  color: white;
  background: #007e66;
  padding: 0 10px;
  border-radius: 5px; }
  p .cme-points {
    margin-top: 7%; }

.icon-check:before, input[type="checkbox"]:checked + label:before {
  color: #007e66; }

.auto-col-2 li::before {
  content: '' !important; }

.sample-link {
  border: 1px solid #0063be;
  border-radius: 50px; }

.field-name-field-product-logo img {
  max-width: 250px;
  height: auto; }

.olc-details .field-name-field-category .field-label {
  display: none; }
.olc-details .field-name-field-category .field-item {
  background: transparent;
  padding: 0 0 18px 0; }
.olc-details .field-name-field-pricing-model .field-item {
  background: transparent;
  padding: 1em 0; }
.olc-details .field-name-field-dates-active .field-item {
  padding: 0 0 18px 0; }
.olc-details .col-1-3 p, .olc-details .split3 ul p, .split3 .olc-details ul p, .olc-details .split3 .col1 p, .split3 .olc-details .col1 p, .olc-details .split3 .col2 p, .split3 .olc-details .col2 p, .olc-details .split3 .col3 p, .split3 .olc-details .col3 p {
  text-align: left;
  font-weight: 900; }
.olc-details .col-2-3 p.earned, .olc-details .page_content section#main p.earned, .page_content .olc-details section#main p.earned {
  margin-top: 1em;
  padding-top: 1em;
  border-top: 1px solid #e5e5e5; }
  .olc-details .col-2-3 p.earned span, .olc-details .page_content section#main p.earned span, .page_content .olc-details section#main p.earned span {
    color: #2eb135;
    padding-right: .15em; }
  .olc-details .col-2-3 p.earned a, .olc-details .page_content section#main p.earned a, .page_content .olc-details section#main p.earned a {
    font-size: 0.875rem;
    line-height: 1.5; }

.olc-related-topics {
  display: inline-block; }
  .olc-related-topics .field-label {
    display: none; }
  .olc-related-topics .field-item {
    display: inline-block;
    margin: 0 0 0.65em 0.65em; }
    .olc-related-topics .field-item a {
      padding: 3px 8px;
      margin: 5px 0;
      font-size: 1rem;
      background-color: #f5f5f5;
      border-radius: 3px; }

.view-olc-terms-per-node {
  /* Product Filter */
  /* Filters */
  /* Result Table */ }
  .view-olc-terms-per-node .view-header .view-content {
    font-size: .75em;
    line-height: 1.2em;
    margin: .25em 0 2em; }
  .view-olc-terms-per-node .view-filters {
    max-width: none;
    margin-bottom: 2em; }
    .view-olc-terms-per-node .view-filters form .views-submit-button input#edit-submit-olc-terms-per-node {
      font-size: .9em;
      margin-top: .5em; }
    .view-olc-terms-per-node .view-filters form .views-reset-button input#edit-reset {
      font-size: .9em;
      background: none;
      color: #0063be;
      text-transform: uppercase;
      margin: .5em 0 0 0;
      padding-left: 0; }
    .view-olc-terms-per-node .view-filters form .views-exposed-form label {
      height: 22px !important;
      font-size: 0.8em; }
  .view-olc-terms-per-node .view-content table.cols-5 {
    font-size: .85em;
    line-height: 1.25em; }

.online_learning_center .block-online-learning-center-logic, .page-olc .block-online-learning-center-logic {
  float: left;
  width: 300px; }
  @media (min-width: 960px) {
    .online_learning_center .block-online-learning-center-logic, .page-olc .block-online-learning-center-logic {
      padding-left: 2em; }
      .online_learning_center .block-online-learning-center-logic .item-list .sub-cat-tag, .page-olc .block-online-learning-center-logic .item-list .sub-cat-tag {
        float: left;
        padding: 20px 0;
        width: 100%; }
        .online_learning_center .block-online-learning-center-logic .item-list .sub-cat-tag:before, .page-olc .block-online-learning-center-logic .item-list .sub-cat-tag:before {
          content: 'Related topics: ';
          font-size: inherit;
          font-weight: 600;
          padding-bottom: .5em;
          display: block; }
        .online_learning_center .block-online-learning-center-logic .item-list .sub-cat-tag li, .page-olc .block-online-learning-center-logic .item-list .sub-cat-tag li {
          display: list-item;
          text-align: left;
          margin: 0 0 0.25em 0;
          padding-right: 1.25em;
          list-style-type: none;
          padding: 0; }
          .online_learning_center .block-online-learning-center-logic .item-list .sub-cat-tag li a, .page-olc .block-online-learning-center-logic .item-list .sub-cat-tag li a {
            background: none;
            padding: 0;
            margin: 0;
            line-height: 1.25em;
            font-size: .8rem;
            border-radius: 3px; }
          .online_learning_center .block-online-learning-center-logic .item-list .sub-cat-tag li:hover, .page-olc .block-online-learning-center-logic .item-list .sub-cat-tag li:hover {
            text-decoration: underline; } }
.online_learning_center #block-system-main, .page-olc #block-system-main {
  float: left;
  width: calc(100% - 300px); }
@media (max-width: 960px) {
  .online_learning_center .block-online-learning-center-logic, .page-olc .block-online-learning-center-logic {
    width: 100%;
    margin-top: -1.5em; }
    .online_learning_center .block-online-learning-center-logic ul, .page-olc .block-online-learning-center-logic ul {
      width: calc(100% - 1.5em);
      padding: 0 1.5em 0 0;
      max-height: 44px;
      overflow-y: hidden;
      transition: max-height 0.5s ease;
      display: block; }
      .online_learning_center .block-online-learning-center-logic ul li, .page-olc .block-online-learning-center-logic ul li {
        list-style-type: none;
        display: inline-block;
        text-align: center;
        margin: 0 0 0.25em 0.65em;
        padding: 0; }
        .online_learning_center .block-online-learning-center-logic ul li a, .page-olc .block-online-learning-center-logic ul li a {
          display: inline-block;
          padding: 3px 8px;
          margin: 5px 0;
          font-size: 0.8rem;
          background-color: #f5f5f5;
          border-radius: 3px; }
          .online_learning_center .block-online-learning-center-logic ul li a:hover, .page-olc .block-online-learning-center-logic ul li a:hover {
            text-decoration: underline; } }
        @media (max-width: 960px) and (max-width: 500px) {
          .online_learning_center .block-online-learning-center-logic ul li a, .page-olc .block-online-learning-center-logic ul li a {
            padding: 10px; } }
@media (max-width: 960px) {
  .online_learning_center .mobile_toggle, .page-olc .mobile_toggle {
    color: #0063be;
    text-align: center;
    cursor: pointer;
    height: 1.5em;
    width: 1.5em;
    position: relative;
    top: 1.75em;
    float: right;
    margin-right: 1em;
    font-size: 1.25em; }
    .online_learning_center .mobile_toggle:before, .page-olc .mobile_toggle:before {
      content: "\e085";
      font-family: 'KSAP-Core-Icons' !important;
      speak: none;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      line-height: 1;
      /* Better Font Rendering =========== */
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale; }
    .online_learning_center .mobile_toggle.active:before, .page-olc .mobile_toggle.active:before {
      content: "\e086"; }
    .online_learning_center .mobile_toggle.active + ul, .page-olc .mobile_toggle.active + ul {
      max-height: 999px; }
  .online_learning_center #block-system-main, .page-olc #block-system-main {
    width: 100%; } }

ul.olc_search_results h4 {
  font-size: 0.9rem;
  line-height: 1.6; }
  @media screen and (min-width: 780px) {
    ul.olc_search_results h4 {
      font-size: 1rem;
      line-height: 1.675; } }
  @media screen and (min-width: 1280px) {
    ul.olc_search_results h4 {
      font-size: 1.1rem;
      line-height: 1.775; } }
ul.olc_search_results p {
  font-size: 0.875rem;
  line-height: 1.5; }

#facet_search_results {
  margin-top: 2.5em; }
  #facet_search_results h3, #facet_search_results .limit-search, #facet_search_results h4, #facet_search_results p {
    margin-top: 0;
    margin-bottom: 0; }
  #facet_search_results ul {
    list-style: none;
    padding-left: 0; }
    #facet_search_results ul li {
      margin-bottom: 24px; }
    #facet_search_results ul .text-success {
      font-style: italic;
      color: #007e66; }

.page-cme-transcript .page_content {
  margin: 0 0 1em 0;
  position: relative; }
.page-cme-transcript #main-cme-transcript {
  /* -- Material Design Table style -------------- */
  /* -- Error state style ------------------------------- */
  /* -- Empty state style ------------------------------- */
  /* -- Demo style ------------------------------- */
  /* -- Material Design Table style -------------- */ }
  .page-cme-transcript #main-cme-transcript h1 span {
    display: block;
    font-size: 76%;
    line-height: 1.5; }
  .page-cme-transcript #main-cme-transcript #demo {
    margin: 20px auto;
    max-width: 960px; }
  .page-cme-transcript #main-cme-transcript #demo h1 {
    font-size: 2.4rem;
    line-height: 3.2rem;
    letter-spacing: 0;
    font-weight: 300;
    color: #212121;
    text-transform: inherit;
    margin-bottom: 1rem;
    text-align: center; }
  .page-cme-transcript #main-cme-transcript #demo h2 {
    font-size: 1.5rem;
    line-height: 2.8rem;
    letter-spacing: 0.01rem;
    font-weight: 400;
    color: #212121;
    text-align: center; }
  .page-cme-transcript #main-cme-transcript .table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 2rem;
    background-color: #fff;
    border: none; }
  .page-cme-transcript #main-cme-transcript .table > thead > tr,
  .page-cme-transcript #main-cme-transcript .table > tbody > tr,
  .page-cme-transcript #main-cme-transcript .table > tfoot > tr {
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease; }
  .page-cme-transcript #main-cme-transcript .table > thead > tr > th,
  .page-cme-transcript #main-cme-transcript .table > tbody > tr > th,
  .page-cme-transcript #main-cme-transcript .table > tfoot > tr > th,
  .page-cme-transcript #main-cme-transcript .table > thead > tr > td,
  .page-cme-transcript #main-cme-transcript .table > tbody > tr > td,
  .page-cme-transcript #main-cme-transcript .table > tfoot > tr > td {
    text-align: left;
    padding: 1.6rem;
    vertical-align: top;
    border-top: 0;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease; }
  .page-cme-transcript #main-cme-transcript .table > thead > tr > th {
    font-weight: 400;
    color: #757575;
    vertical-align: bottom;
    border-bottom: 0; }
  .page-cme-transcript #main-cme-transcript .table > caption + thead > tr:first-child > th,
  .page-cme-transcript #main-cme-transcript .table > colgroup + thead > tr:first-child > th,
  .page-cme-transcript #main-cme-transcript .table > thead:first-child > tr:first-child > th,
  .page-cme-transcript #main-cme-transcript .table > caption + thead > tr:first-child > td,
  .page-cme-transcript #main-cme-transcript .table > colgroup + thead > tr:first-child > td,
  .page-cme-transcript #main-cme-transcript .table > thead:first-child > tr:first-child > td {
    border-top: 0; }
  .page-cme-transcript #main-cme-transcript .table > tbody + tbody {
    border-top: 0; }
  .page-cme-transcript #main-cme-transcript .table .table {
    background-color: #fff; }
  .page-cme-transcript #main-cme-transcript .table .no-border {
    border: 0; }
  .page-cme-transcript #main-cme-transcript .table-condensed > thead > tr > th,
  .page-cme-transcript #main-cme-transcript .table-condensed > tbody > tr > th,
  .page-cme-transcript #main-cme-transcript .table-condensed > tfoot > tr > th,
  .page-cme-transcript #main-cme-transcript .table-condensed > thead > tr > td,
  .page-cme-transcript #main-cme-transcript .table-condensed > tbody > tr > td,
  .page-cme-transcript #main-cme-transcript .table-condensed > tfoot > tr > td {
    padding: 0.8rem; }
  .page-cme-transcript #main-cme-transcript .table-bordered {
    border: 0; }
  .page-cme-transcript #main-cme-transcript .table-bordered > thead > tr > th,
  .page-cme-transcript #main-cme-transcript .table-bordered > thead > tr > td {
    border-bottom-width: 0; }
  .page-cme-transcript #main-cme-transcript .table-hover > tbody > tr:nth-child(odd) > td,
  .page-cme-transcript #main-cme-transcript .table-hover > tbody > tr:nth-child(odd) > th {
    background-color: #fff; }
  .page-cme-transcript #main-cme-transcript tr.even,
  .page-cme-transcript #main-cme-transcript tr.odd {
    border: 0; }
  @media screen and (max-width: 768px) {
    .page-cme-transcript #main-cme-transcript .table-responsive-vertical > .table {
      margin-bottom: 0;
      background-color: transparent; }
    .page-cme-transcript #main-cme-transcript .table-responsive-vertical > .table > thead,
    .page-cme-transcript #main-cme-transcript .table-responsive-vertical > .table > tfoot {
      display: none; }
    .page-cme-transcript #main-cme-transcript .table-responsive-vertical > .table > tbody {
      display: block; }
    .page-cme-transcript #main-cme-transcript .table-responsive-vertical > .table > tbody > tr {
      display: block;
      border: 1px solid #e0e0e0;
      border-radius: 2px;
      margin-bottom: 1.6rem; }
    .page-cme-transcript #main-cme-transcript .table-responsive-vertical > .table > tbody > tr > td {
      background-color: #fff;
      display: block;
      vertical-align: middle;
      text-align: right; }
    .page-cme-transcript #main-cme-transcript .table-responsive-vertical > .table > tbody > tr > td[data-title]:before {
      content: attr(data-title);
      float: left;
      font-size: inherit;
      font-weight: 400;
      color: #757575; }
    .page-cme-transcript #main-cme-transcript .table-responsive-vertical > .table-bordered {
      border: 0; }
    .page-cme-transcript #main-cme-transcript .table-responsive-vertical > .table-bordered > tbody > tr > td {
      border: 0;
      border-bottom: 1px solid #e0e0e0; }
    .page-cme-transcript #main-cme-transcript .table-responsive-vertical > .table-bordered > tbody > tr > td:last-child {
      border-bottom: 0; }
    .page-cme-transcript #main-cme-transcript .table-responsive-vertical > .table-striped > tbody > tr > td,
    .page-cme-transcript #main-cme-transcript .table-responsive-vertical > .table-striped > tbody > tr:nth-child(odd) {
      background-color: #fff; }
    .page-cme-transcript #main-cme-transcript .table-responsive-vertical > .table-striped > tbody > tr > td:nth-child(odd) {
      background-color: #f5f5f5; } }
  .page-cme-transcript #main-cme-transcript #cme-transcript-form {
    position: relative;
    padding: 5%;
    z-index: 3; }
  .page-cme-transcript #main-cme-transcript .container-inline-date {
    display: inline; }
    .page-cme-transcript #main-cme-transcript .container-inline-date .form-item-start-d label {
      display: none; }
    .page-cme-transcript #main-cme-transcript .container-inline-date .form-item-start-d-date label {
      display: none; }
    .page-cme-transcript #main-cme-transcript .container-inline-date .form-item-start-d-date:before {
      content: 'From:';
      display: inline;
      margin: 0 1em 0 0; }
    .page-cme-transcript #main-cme-transcript .container-inline-date .form-item-end-d label {
      display: none; }
    .page-cme-transcript #main-cme-transcript .container-inline-date .form-item-end-d-date label {
      display: none; }
    .page-cme-transcript #main-cme-transcript .container-inline-date .form-item-end-d-date:before {
      content: 'To:';
      display: inline;
      margin: 0 1em 0 0; }
  .page-cme-transcript #main-cme-transcript .form-type-radios,
  .page-cme-transcript #main-cme-transcript .form-submit {
    display: inline; }
  .page-cme-transcript #main-cme-transcript .description {
    text-align: center; }
  .page-cme-transcript #main-cme-transcript .intro-text {
    font-weight: 700; }
  .page-cme-transcript #main-cme-transcript .form-type-radios {
    position: absolute;
    top: 21%;
    left: 50%; }
    @media all and (max-width: 1220px) and (min-width: 960px) {
      .page-cme-transcript #main-cme-transcript .form-type-radios {
        left: 65%; } }
    @media all and (max-width: 960px) {
      .page-cme-transcript #main-cme-transcript .form-type-radios {
        position: relative;
        display: block;
        padding: 20px 0;
        left: 0;
        top: 0; } }
  .page-cme-transcript #main-cme-transcript #edit-submit {
    position: absolute;
    right: 4%; }
    @media all and (max-width: 1220px) and (min-width: 960px) {
      .page-cme-transcript #main-cme-transcript #edit-submit {
        right: 1%; } }
    @media all and (max-width: 959px) and (min-width: 501px) {
      .page-cme-transcript #main-cme-transcript #edit-submit {
        margin: 0;
        position: relative;
        right: 0;
        display: block; } }
    @media all and (max-width: 500px) {
      .page-cme-transcript #main-cme-transcript #edit-submit {
        position: relative;
        display: block;
        right: 0;
        margin: 0 auto; } }
  .page-cme-transcript #main-cme-transcript .print-invert {
    display: none; }
  .page-cme-transcript #main-cme-transcript .error-wrap {
    color: #484848;
    text-align: center;
    padding: 10px 10px 20px 10px;
    background: #f8d0c8; }
  .page-cme-transcript #main-cme-transcript .error-wrap p {
    margin: 10px 0 0 0;
    padding: 0;
    font-size: 16px;
    font-weight: 700; }
  .page-cme-transcript #main-cme-transcript .error-wrap p span {
    font-size: 20px; }
  .page-cme-transcript #main-cme-transcript .error-wrap .error-msg {
    font-weight: 700; }
  .page-cme-transcript #main-cme-transcript .datepicker-error {
    border: 1px solid red;
    background: #f8d0c8; }
  .page-cme-transcript #main-cme-transcript #cme-no-results {
    text-align: center;
    background: #e5e5e5;
    padding: 20px;
    margin: 20px; }
  .page-cme-transcript #main-cme-transcript #cme-no-results p {
    margin: 0.25em 0 0.25em 0;
    font-weight: 700;
    font-size: 24px; }
  .page-cme-transcript #main-cme-transcript #cme-no-results img {
    width: 33%;
    max-width: 200px;
    margin-top: 40px; }
  .page-cme-transcript #main-cme-transcript .watermark {
    opacity: 0.05;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    position: absolute;
    bottom: 15%;
    height: 700px; }
  .page-cme-transcript #main-cme-transcript .seal {
    text-align: right; }
  .page-cme-transcript #main-cme-transcript .personal_info {
    padding-top: 15px; }
  .page-cme-transcript #main-cme-transcript .personal_info .name {
    font-size: 36px;
    line-height: 1; }
  .page-cme-transcript #main-cme-transcript .personal_info p {
    padding: 0;
    margin: 0; }
  .page-cme-transcript #main-cme-transcript .personal_info .badge, .page-cme-transcript #main-cme-transcript .personal_info .view-display-id-block_1 .date-display-range, .view-display-id-block_1 .page-cme-transcript #main-cme-transcript .personal_info .date-display-range,
  .page-cme-transcript #main-cme-transcript .personal_info .view-display-id-block_1 .date-display-single,
  .view-display-id-block_1 .page-cme-transcript #main-cme-transcript .personal_info .date-display-single, .page-cme-transcript #main-cme-transcript .personal_info .view-news-releases div.views-field-created > span, .view-news-releases .page-cme-transcript #main-cme-transcript .personal_info div.views-field-created > span, .page-cme-transcript #main-cme-transcript .personal_info .view-news-releases-content- div.views-field-created > span, .view-news-releases-content- .page-cme-transcript #main-cme-transcript .personal_info div.views-field-created > span, .page-cme-transcript #main-cme-transcript .personal_info .page-more-acp-news .view-acp-latest .views-field-created .field-content, .page-more-acp-news .view-acp-latest .views-field-created .page-cme-transcript #main-cme-transcript .personal_info .field-content, .page-cme-transcript #main-cme-transcript .personal_info .view span.views-field-field-meeting-date .date-display-range, .view span.views-field-field-meeting-date .page-cme-transcript #main-cme-transcript .personal_info .date-display-range,
  .page-cme-transcript #main-cme-transcript .personal_info .view span.views-field-field-meeting-date .date-display-single,
  .view span.views-field-field-meeting-date .page-cme-transcript #main-cme-transcript .personal_info .date-display-single, .page-cme-transcript #main-cme-transcript .personal_info .username > span, .page-cme-transcript #main-cme-transcript .personal_info td.forum-number-topics a, td.forum-number-topics .page-cme-transcript #main-cme-transcript .personal_info a,
  .page-cme-transcript #main-cme-transcript .personal_info td.views-field-comment-count a,
  td.views-field-comment-count .page-cme-transcript #main-cme-transcript .personal_info a,
  .page-cme-transcript #main-cme-transcript .personal_info span.marker {
    padding: 5px 10px;
    display: inline-block; }
  .page-cme-transcript #main-cme-transcript .total-credits {
    font-size: 32px;
    font-weight: 700;
    margin-top: 10px; }
  .page-cme-transcript #main-cme-transcript .total-credits span {
    font-size: 22px;
    font-weight: 300; }
  .page-cme-transcript #main-cme-transcript .col-1-1 {
    padding: 0;
    margin: 0; }
  .page-cme-transcript #main-cme-transcript .text-right {
    text-align: right; }
  @media (max-width: 780px) {
    .page-cme-transcript #main-cme-transcript .text-right {
      text-align: center; } }
  .page-cme-transcript #main-cme-transcript #demo {
    margin: 0 auto; }
  .page-cme-transcript #main-cme-transcript .transcript-grid {
    border: 1px solid #e5e5e5; }
  .page-cme-transcript #main-cme-transcript .year.header, .page-cme-transcript #main-cme-transcript .year.header input {
    font-size: 1rem; }
  .page-cme-transcript #main-cme-transcript table tr th, .page-cme-transcript #main-cme-transcript table tr td {
    border: 0; }
  .page-cme-transcript #main-cme-transcript .table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 2rem; }
  .page-cme-transcript #main-cme-transcript .table > thead > tr,
  .page-cme-transcript #main-cme-transcript .table > tbody > tr,
  .page-cme-transcript #main-cme-transcript .table > tfoot > tr {
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease; }
  .page-cme-transcript #main-cme-transcript .table > thead > tr > th,
  .page-cme-transcript #main-cme-transcript .table > tbody > tr > th,
  .page-cme-transcript #main-cme-transcript .table > tfoot > tr > th,
  .page-cme-transcript #main-cme-transcript .table > thead > tr > td,
  .page-cme-transcript #main-cme-transcript .table > tbody > tr > td,
  .page-cme-transcript #main-cme-transcript .table > tfoot > tr > td {
    text-align: left;
    padding: 1.6rem;
    vertical-align: top;
    border-top: 0;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease; }
  .page-cme-transcript #main-cme-transcript .table > thead > tr > th {
    font-weight: 400;
    color: #757575;
    vertical-align: bottom;
    /* border-bottom: 1px solid rgba(0, 0, 0, 0.12); */ }
  .page-cme-transcript #main-cme-transcript .table > caption + thead > tr:first-child > th,
  .page-cme-transcript #main-cme-transcript .table > colgroup + thead > tr:first-child > th,
  .page-cme-transcript #main-cme-transcript .table > thead:first-child > tr:first-child > th,
  .page-cme-transcript #main-cme-transcript .table > caption + thead > tr:first-child > td,
  .page-cme-transcript #main-cme-transcript .table > colgroup + thead > tr:first-child > td,
  .page-cme-transcript #main-cme-transcript .table > thead:first-child > tr:first-child > td {
    border-top: 0;
    font-weight: bold; }
  .page-cme-transcript #main-cme-transcript .table > tbody + tbody {
    border-top: 1px solid rgba(0, 0, 0, 0.12); }
  .page-cme-transcript #main-cme-transcript .table .no-border {
    border: 0; }
  .page-cme-transcript #main-cme-transcript .table-bordered {
    border: 0; }
  .page-cme-transcript #main-cme-transcript .table-bordered > thead > tr > th,
  .page-cme-transcript #main-cme-transcript .table-bordered > tbody > tr > th,
  .page-cme-transcript #main-cme-transcript .table-bordered > tfoot > tr > th,
  .page-cme-transcript #main-cme-transcript .table-bordered > thead > tr > td,
  .page-cme-transcript #main-cme-transcript .table-bordered > tbody > tr > td,
  .page-cme-transcript #main-cme-transcript .table-bordered > tfoot > tr > td {
    border: 0;
    border-bottom: 1px solid #e0e0e0; }
  .page-cme-transcript #main-cme-transcript .table-bordered > thead > tr > th,
  .page-cme-transcript #main-cme-transcript .table-bordered > thead > tr > td {
    border-bottom-width: 2px; }
  .page-cme-transcript #main-cme-transcript .table-striped > tbody > tr:nth-child(odd) > td,
  .page-cme-transcript #main-cme-transcript .table-striped > tbody > tr:nth-child(odd) > th {
    background-color: #f5f5f5; }
  @media screen and (max-width: 780px) {
    .page-cme-transcript #main-cme-transcript .table-responsive-vertical > .table {
      margin-bottom: 0;
      background-color: transparent; }
    .page-cme-transcript #main-cme-transcript .table-responsive-vertical > .table > thead,
    .page-cme-transcript #main-cme-transcript .table-responsive-vertical > .table > tfoot {
      display: none; }
    .page-cme-transcript #main-cme-transcript .table-responsive-vertical > .table > tbody {
      display: block; }
    .page-cme-transcript #main-cme-transcript .table-responsive-vertical > .table > tbody > tr {
      display: block;
      border: 1px solid #e0e0e0;
      border-radius: 2px;
      margin-bottom: 1.6rem; }
    .page-cme-transcript #main-cme-transcript .table-responsive-vertical > .table > tbody > tr > td {
      background-color: #ffffff;
      display: block;
      vertical-align: middle;
      text-align: right; }
    .page-cme-transcript #main-cme-transcript .table-responsive-vertical > .table > tbody > tr > td[data-title]:before {
      content: attr(data-title);
      float: left;
      font-size: inherit;
      font-weight: 400;
      color: #757575;
      font-weight: 700;
      padding: 0 10px 0 0; }
    .page-cme-transcript #main-cme-transcript .table-responsive-vertical > .table-bordered {
      border: 0; }
    .page-cme-transcript #main-cme-transcript .table-responsive-vertical > .table-bordered > tbody > tr > td {
      border: 0;
      border-bottom: 1px solid #e0e0e0; }
    .page-cme-transcript #main-cme-transcript .table-responsive-vertical > .table-bordered > tbody > tr > td:last-child {
      border-bottom: 0; }
    .page-cme-transcript #main-cme-transcript .table-responsive-vertical > .table-hover > tbody > tr:hover > td,
    .page-cme-transcript #main-cme-transcript .table-responsive-vertical > .table-hover > tbody > tr:hover {
      background-color: #ffffff; }
    .page-cme-transcript #main-cme-transcript table tbody td:nth-child(odd) {
      background: #e5e5e5 !important; } }
  @media print {
    .page-cme-transcript #main-cme-transcript body, .page-cme-transcript #main-cme-transcript * {
      color: #000 !important; }
    .page-cme-transcript #main-cme-transcript body {
      font-size: 14px !important; }
    .page-cme-transcript #main-cme-transcript .print {
      display: none !important; }
    .page-cme-transcript #main-cme-transcript .table > thead > tr > th,
    .page-cme-transcript #main-cme-transcript .table > tbody > tr > td,
    .page-cme-transcript #main-cme-transcript .table > tfoot > tr > td {
      padding: 10px !important; }
    .page-cme-transcript #main-cme-transcript body .table > thead:first-child > tr:first-child > th {
      font-size: 12px; }
    .page-cme-transcript #main-cme-transcript header {
      height: auto !important;
      text-align: left !important; }
    .page-cme-transcript #main-cme-transcript header.without .container #logo {
      width: 0 !important; }
    .page-cme-transcript #main-cme-transcript footer {
      position: relative; }
    .page-cme-transcript #main-cme-transcript a {
      color: #55616D !important; }
    .page-cme-transcript #main-cme-transcript .badge, .page-cme-transcript #main-cme-transcript .view-display-id-block_1 .date-display-range, .view-display-id-block_1 .page-cme-transcript #main-cme-transcript .date-display-range,
    .page-cme-transcript #main-cme-transcript .view-display-id-block_1 .date-display-single,
    .view-display-id-block_1 .page-cme-transcript #main-cme-transcript .date-display-single, .page-cme-transcript #main-cme-transcript .view-news-releases div.views-field-created > span, .view-news-releases .page-cme-transcript #main-cme-transcript div.views-field-created > span, .page-cme-transcript #main-cme-transcript .view-news-releases-content- div.views-field-created > span, .view-news-releases-content- .page-cme-transcript #main-cme-transcript div.views-field-created > span, .page-cme-transcript #main-cme-transcript .page-more-acp-news .view-acp-latest .views-field-created .field-content, .page-more-acp-news .view-acp-latest .views-field-created .page-cme-transcript #main-cme-transcript .field-content, .page-cme-transcript #main-cme-transcript .view span.views-field-field-meeting-date .date-display-range, .view span.views-field-field-meeting-date .page-cme-transcript #main-cme-transcript .date-display-range,
    .page-cme-transcript #main-cme-transcript .view span.views-field-field-meeting-date .date-display-single,
    .view span.views-field-field-meeting-date .page-cme-transcript #main-cme-transcript .date-display-single, .page-cme-transcript #main-cme-transcript .username > span, .page-cme-transcript #main-cme-transcript td.forum-number-topics a, td.forum-number-topics .page-cme-transcript #main-cme-transcript a,
    .page-cme-transcript #main-cme-transcript td.views-field-comment-count a,
    td.views-field-comment-count .page-cme-transcript #main-cme-transcript a,
    .page-cme-transcript #main-cme-transcript span.marker {
      padding: 0 !important; }
    .page-cme-transcript #main-cme-transcript .seal {
      position: relative;
      margin-top: 10px !important; }
    .page-cme-transcript #main-cme-transcript .col-1-1 {
      padding-top: 0 !important;
      margin-top: 0 !important;
      text-align: left !important; }
    .page-cme-transcript #main-cme-transcript .col-3-4, .page-cme-transcript #main-cme-transcript .node-type-chapter-top-level-page #landing_hero_area .container .region-hero, .node-type-chapter-top-level-page #landing_hero_area .container .page-cme-transcript #main-cme-transcript .region-hero, .page-cme-transcript #main-cme-transcript .col-1-4, .page-cme-transcript #main-cme-transcript .page_content aside.side_nav_left, .page_content .page-cme-transcript #main-cme-transcript aside.side_nav_left, .page-cme-transcript #main-cme-transcript .node-type-chapter-top-level-page #landing_hero_area .container aside.side_nav_left, .node-type-chapter-top-level-page #landing_hero_area .container .page-cme-transcript #main-cme-transcript aside.side_nav_left {
      padding: 0 !important;
      width: 50% !important; }
    .page-cme-transcript #main-cme-transcript .col-1-4, .page-cme-transcript #main-cme-transcript .page_content aside.side_nav_left, .page_content .page-cme-transcript #main-cme-transcript aside.side_nav_left, .page-cme-transcript #main-cme-transcript .node-type-chapter-top-level-page #landing_hero_area .container aside.side_nav_left, .node-type-chapter-top-level-page #landing_hero_area .container .page-cme-transcript #main-cme-transcript aside.side_nav_left {
      text-align: right; }
    .page-cme-transcript #main-cme-transcript .col-1-3, .page-cme-transcript #main-cme-transcript .split3 ul, .split3 .page-cme-transcript #main-cme-transcript ul, .page-cme-transcript #main-cme-transcript .split3 .col1, .split3 .page-cme-transcript #main-cme-transcript .col1, .page-cme-transcript #main-cme-transcript .split3 .col2, .split3 .page-cme-transcript #main-cme-transcript .col2, .page-cme-transcript #main-cme-transcript .split3 .col3, .split3 .page-cme-transcript #main-cme-transcript .col3 {
      width: 50%; }
    .page-cme-transcript #main-cme-transcript .name {
      font-size: 24px !important;
      line-height: 1 !important; }
    .page-cme-transcript #main-cme-transcript .total-credits {
      font-size: 28px; }
    .page-cme-transcript #main-cme-transcript .watermark {
      position: fixed;
      bottom: 25%;
      height: 40%; }
    .page-cme-transcript #main-cme-transcript footer {
      background: transparent; }
    .page-cme-transcript #main-cme-transcript table tbody tr:nth-child(odd) {
      background: transparent; }
    .page-cme-transcript #main-cme-transcript .print-invert {
      display: block; } }
  @media screen and (max-width: 550px) {
    .page-cme-transcript #main-cme-transcript body, .page-cme-transcript #main-cme-transcript * {
      text-align: center; }
    .page-cme-transcript #main-cme-transcript .watermark {
      display: none; }
    .page-cme-transcript #main-cme-transcript .text-right {
      text-align: center; }
    .page-cme-transcript #main-cme-transcript label {
      display: block; }
    .page-cme-transcript #main-cme-transcript .col-1-4, .page-cme-transcript #main-cme-transcript .page_content aside.side_nav_left, .page_content .page-cme-transcript #main-cme-transcript aside.side_nav_left, .page-cme-transcript #main-cme-transcript .node-type-chapter-top-level-page #landing_hero_area .container aside.side_nav_left, .node-type-chapter-top-level-page #landing_hero_area .container .page-cme-transcript #main-cme-transcript aside.side_nav_left {
      width: 100%; } }

.calendar-calendar .month-view .full td.multi-day div.monthview, .calendar-calendar .week-view .full td.multi-day div.weekview, .calendar-calendar .day-view .full td.multi-day div.dayview, .calendar-calendar .month-view .full td.single-day div.monthview, .calendar-calendar .week-view .full td.single-day div.weekview, .calendar-calendar .day-view .full td.single-day div.dayview {
  background: #efefef; }

.calendar-calendar .month-view .full td.multi-day .inner .monthview .continues, .calendar-calendar .month-view .full td.multi-day .inner .monthview .cutoff, .calendar-calendar .week-view .full td.multi-day .inner .weekview .continues, .calendar-calendar .week-view .full td.multi-day .inner .weekview .cutoff, .calendar-calendar .month-view .full td.single-day .inner .monthview .continues, .calendar-calendar .month-view .full td.single-day .inner .monthview .cutoff, .calendar-calendar .week-view .full td.single-day .inner .weekview .continues, .calendar-calendar .week-view .full td.single-day .inner .weekview .cutoff {
  background: #efefef;
  padding-left: 2px;
  color: #0063be; }

.continuation {
  color: #0063be; }

.calendar-calendar table tbody tr:nth-child(2n+1) {
  background: none; }

.calendar-calendar table tbody tr.date-box {
  background: none; }

.calendar-calendar td {
  color: #747674; }

.calendar-calendar .day-view td .stripe,
.calendar-calendar .month-view .full td .stripe,
.calendar-calendar .week-view .full td .stripe {
  height: 3px;
  border-radius: 0px; }

.calendar-calendar .month-view .full td.single-day div.monthview {
  padding: 0; }

.calendar-calendar .inner .item {
  margin-bottom: 3px; }

.calendar-calendar .month-view .full td.single-day .calendar.monthview .contents,
.calendar-calendar .week-view .full td.single-day .calendar.weekview .contents {
  padding: 2px; }

.calendar-calendar .inner p {
  color: #575A5D; }

.calendar-calendar .views-field-field-event-category, .calendar-calendar .views-field-body {
  display: none; }

.view .date-nav-wrapper .date-prev a, .view .date-nav-wrapper .date-next a {
  color: #0063be; }
  .view .date-nav-wrapper .date-prev a:hover, .view .date-nav-wrapper .date-next a:hover {
    color: #2597ff; }

.view .date-nav-wrapper .date-prev a {
  margin-right: 10px; }

.view .date-nav-wrapper .date-next a {
  margin-left: 10px; }

.jump-to-today {
  font-size: 0.875rem;
  line-height: 1.5; }

.page-calendar .qtip-light .qtip-titlebar {
  font-size: 0.875rem;
  line-height: 1.5;
  background-color: #ffffff;
  color: #575A5D;
  text-transform: none;
  margin-top: .5em;
  padding-bottom: 0; }
.page-calendar .qtip-content p {
  font-size: 0.75rem;
  line-height: 1.5;
  color: #575A5D; }
  .page-calendar .qtip-content p a {
    color: #575A5D; }

.page-calendar .page_content aside.side_nav_left {
  margin-right: 2em; }
.page-calendar .views-exposed-form {
  border: 1px solid #d1d4d3;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
  margin: 2em 0 0 0;
  padding: 1em .5em 1em 1em; }
  .page-calendar .views-exposed-form select {
    margin-top: .25em;
    width: 100%;
    max-width: 100%;
    display: block !important; }
  .page-calendar .views-exposed-form input#edit-submit-calendar, .page-calendar .views-exposed-form input#edit-reset {
    margin-top: .5em;
    font-size: 0.875rem;
    line-height: 1.5; }
  .page-calendar .views-exposed-form input#edit-reset {
    background-color: transparent;
    color: #0063be;
    padding-left: .25em;
    padding-right: .25em; }
    .page-calendar .views-exposed-form input#edit-reset:hover {
      background-color: transparent; }
.page-calendar #block-calendar-calendar-legend {
  margin: 2em 0 0 0; }
  .page-calendar #block-calendar-calendar-legend h2 {
    font-size: 0.875rem;
    line-height: 1.5;
    font-weight: 600; }
  .page-calendar #block-calendar-calendar-legend .calendar.legend {
    width: 100%; }
  .page-calendar #block-calendar-calendar-legend thead {
    display: none; }
  .page-calendar #block-calendar-calendar-legend .calendar td {
    padding: inherit;
    word-break: break-word; }
  .page-calendar #block-calendar-calendar-legend .stripe {
    width: 20px; }
@media (max-width: 780px) {
  .page-calendar .page_content {
    display: flex;
    flex-direction: column; }
  .page-calendar aside.side_nav_left {
    order: 2;
    bottom: auto;
    position: relative;
    left: 0;
    margin-right: 0;
    width: 100%; }
    .page-calendar aside.side_nav_left .views-exposed-form {
      margin-top: 0; }
  .page-calendar section#main {
    order: 1;
    margin-bottom: 0 !important; } }

html[data-useragent*='MSIE 10.0'] header.desktop nav ul.menu > li, .lt-ie10 header.desktop nav ul.menu > li {
  line-height: 50px; }
  @media (max-width: 1280px) {
    html[data-useragent*='MSIE 10.0'] header.desktop nav ul.menu > li, .lt-ie10 header.desktop nav ul.menu > li {
      font-size: .6em; } }
  @media (max-width: 960px) {
    html[data-useragent*='MSIE 10.0'] header.desktop nav ul.menu > li, .lt-ie10 header.desktop nav ul.menu > li {
      font-size: .5em; } }
  @media (max-width: 780px) {
    html[data-useragent*='MSIE 10.0'] header.desktop nav ul.menu > li, .lt-ie10 header.desktop nav ul.menu > li {
      font-size: .4em; } }
html[data-useragent*='MSIE 10.0'] #landing_hero_area .region-hero .hero_element .hero_element_copy, .lt-ie10 #landing_hero_area .region-hero .hero_element .hero_element_copy {
  min-height: 400px;
  padding-top: 1em; }
html[data-useragent*='MSIE 10.0'] .jump-tabs, .lt-ie10 .jump-tabs {
  display: block; }
  html[data-useragent*='MSIE 10.0'] .jump-tabs a, .lt-ie10 .jump-tabs a {
    width: 25%;
    display: inline-block !important;
    float: left; }
html[data-useragent*='MSIE 10.0'] .membership_sections a, .lt-ie10 .membership_sections a {
  bottom: auto; }
html[data-useragent*='MSIE 10.0'] .membership_sections .grid > .tight, html[data-useragent*='MSIE 10.0'] .membership_sections #tabs.vertical > div > .tight, html[data-useragent*='MSIE 10.0'] .membership_sections .ui-accordion-content > .tight, html[data-useragent*='MSIE 10.0'] .membership_sections .view .ui-accordion .ui-accordion-content > .tight, html[data-useragent*='MSIE 10.0'] .membership_sections .split3 > .tight, html[data-useragent*='MSIE 10.0'] .membership_sections .split2 > .tight, html[data-useragent*='MSIE 10.0'] .membership_sections .page_content > .tight, html[data-useragent*='MSIE 10.0'] .membership_sections .field-item > .tight, html[data-useragent*='MSIE 10.0'] .membership_sections .node-type-chapter-top-level-page #landing_hero_area > .tight, .node-type-chapter-top-level-page html[data-useragent*='MSIE 10.0'] .membership_sections #landing_hero_area > .tight, html[data-useragent*='MSIE 10.0'] .membership_sections #landing_hero_2018 > .tight, html[data-useragent*='MSIE 10.0'] .membership_sections #overall-rating > .tight, html[data-useragent*='MSIE 10.0'] .membership_sections .filter-container > .tight, html[data-useragent*='MSIE 10.0'] .membership_sections #review-list > .tight, .lt-ie10 .membership_sections .grid > .tight, .lt-ie10 .membership_sections #tabs.vertical > div > .tight, .lt-ie10 .membership_sections .ui-accordion-content > .tight, .lt-ie10 .membership_sections .view .ui-accordion .ui-accordion-content > .tight, .lt-ie10 .membership_sections .split3 > .tight, .lt-ie10 .membership_sections .split2 > .tight, .lt-ie10 .membership_sections .page_content > .tight, .lt-ie10 .membership_sections .field-item > .tight, .lt-ie10 .membership_sections .node-type-chapter-top-level-page #landing_hero_area > .tight, .node-type-chapter-top-level-page .lt-ie10 .membership_sections #landing_hero_area > .tight, .lt-ie10 .membership_sections #landing_hero_2018 > .tight, .lt-ie10 .membership_sections #overall-rating > .tight, .lt-ie10 .membership_sections .filter-container > .tight, .lt-ie10 .membership_sections #review-list > .tight {
  display: inline-block;
  float: left; }

.lt-ie10 header.desktop nav ul.menu > li {
  display: inline-block; }
  @media (max-width: 1280px) {
    .lt-ie10 header.desktop nav ul.menu > li a {
      padding-left: .5em;
      padding-right: .5em; } }
.lt-ie10 .node-type-homepage .acp-latest .gradient,
.lt-ie10 header.desktop nav ul.menu > li.active-trail,
.lt-ie10 header.desktop nav ul.menu > li.active-trail:hover,
.lt-ie10 header.desktop nav ul.menu > li:hover {
  filter: none; }
.lt-ie10 .button.split-right, .lt-ie10 .content form input.split-right[type="submit"], .content form .lt-ie10 input.split-right[type="submit"], .lt-ie10 label.fancy select, label.fancy .lt-ie10 select, .lt-ie10 #main .node-webform .split-right.button_blue, #main .node-webform .lt-ie10 .split-right.button_blue, .lt-ie10 #main .node-webform label.fancy select.button_blue, #main .node-webform label.fancy .lt-ie10 select.button_blue, .lt-ie10 label.fancy #main .node-webform select.button_blue, label.fancy #main .node-webform .lt-ie10 select.button_blue, .lt-ie10 #main .node-webform .split-right.button_green, #main .node-webform .lt-ie10 .split-right.button_green, .lt-ie10 #main .node-webform label.fancy select.button_green, #main .node-webform label.fancy .lt-ie10 select.button_green, .lt-ie10 label.fancy #main .node-webform select.button_green, label.fancy #main .node-webform .lt-ie10 select.button_green, .lt-ie10 #main .node-webform .split-right.button_remove, #main .node-webform .lt-ie10 .split-right.button_remove, .lt-ie10 #main .node-webform label.fancy select.button_remove, #main .node-webform label.fancy .lt-ie10 select.button_remove, .lt-ie10 label.fancy #main .node-webform select.button_remove, label.fancy #main .node-webform .lt-ie10 select.button_remove, .lt-ie10 #main .node-webform .form-actions input.split-right, #main .node-webform .form-actions .lt-ie10 input.split-right, .lt-ie10 .joyride-tip-guide .joyride-content-wrapper a.split-right.joyride-next-tip, .joyride-tip-guide .joyride-content-wrapper .lt-ie10 a.split-right.joyride-next-tip, .lt-ie10 .page-forum ul.action-links li a.split-right.subscription, .page-forum ul.action-links li .lt-ie10 a.split-right.subscription,
.lt-ie10 .button.split-left,
.lt-ie10 .content form input.split-left[type="submit"],
.content form .lt-ie10 input.split-left[type="submit"],
.lt-ie10 label.fancy select.split-left,
label.fancy .lt-ie10 select.split-left,
.lt-ie10 #main .node-webform .split-left.button_blue,
#main .node-webform .lt-ie10 .split-left.button_blue,
.lt-ie10 #main .node-webform .split-left.button_green,
#main .node-webform .lt-ie10 .split-left.button_green,
.lt-ie10 #main .node-webform .split-left.button_remove,
#main .node-webform .lt-ie10 .split-left.button_remove,
.lt-ie10 #main .node-webform .form-actions input.split-left,
#main .node-webform .form-actions .lt-ie10 input.split-left,
.lt-ie10 .joyride-tip-guide .joyride-content-wrapper a.split-left.joyride-next-tip,
.joyride-tip-guide .joyride-content-wrapper .lt-ie10 a.split-left.joyride-next-tip,
.lt-ie10 .page-forum ul.action-links li a.split-left.subscription,
.page-forum ul.action-links li .lt-ie10 a.split-left.subscription {
  background: #0063be !important; }
  .lt-ie10 .button.split-right:hover, .lt-ie10 .content form input.split-right[type="submit"]:hover, .content form .lt-ie10 input.split-right[type="submit"]:hover, .lt-ie10 label.fancy select:hover, label.fancy .lt-ie10 select:hover, .lt-ie10 #main .node-webform .split-right.button_blue:hover, #main .node-webform .lt-ie10 .split-right.button_blue:hover, .lt-ie10 #main .node-webform label.fancy select.button_blue:hover, #main .node-webform label.fancy .lt-ie10 select.button_blue:hover, .lt-ie10 label.fancy #main .node-webform select.button_blue:hover, label.fancy #main .node-webform .lt-ie10 select.button_blue:hover, .lt-ie10 #main .node-webform .split-right.button_green:hover, #main .node-webform .lt-ie10 .split-right.button_green:hover, .lt-ie10 #main .node-webform label.fancy select.button_green:hover, #main .node-webform label.fancy .lt-ie10 select.button_green:hover, .lt-ie10 label.fancy #main .node-webform select.button_green:hover, label.fancy #main .node-webform .lt-ie10 select.button_green:hover, .lt-ie10 #main .node-webform .split-right.button_remove:hover, #main .node-webform .lt-ie10 .split-right.button_remove:hover, .lt-ie10 #main .node-webform label.fancy select.button_remove:hover, #main .node-webform label.fancy .lt-ie10 select.button_remove:hover, .lt-ie10 label.fancy #main .node-webform select.button_remove:hover, label.fancy #main .node-webform .lt-ie10 select.button_remove:hover, .lt-ie10 #main .node-webform .form-actions input.split-right:hover, #main .node-webform .form-actions .lt-ie10 input.split-right:hover, .lt-ie10 .joyride-tip-guide .joyride-content-wrapper a.split-right.joyride-next-tip:hover, .joyride-tip-guide .joyride-content-wrapper .lt-ie10 a.split-right.joyride-next-tip:hover, .lt-ie10 .page-forum ul.action-links li a.split-right.subscription:hover, .page-forum ul.action-links li .lt-ie10 a.split-right.subscription:hover,
  .lt-ie10 .button.split-left:hover,
  .lt-ie10 .content form input.split-left[type="submit"]:hover,
  .content form .lt-ie10 input.split-left[type="submit"]:hover,
  .lt-ie10 label.fancy select.split-left:hover,
  label.fancy .lt-ie10 select.split-left:hover,
  .lt-ie10 #main .node-webform .split-left.button_blue:hover,
  #main .node-webform .lt-ie10 .split-left.button_blue:hover,
  .lt-ie10 #main .node-webform .split-left.button_green:hover,
  #main .node-webform .lt-ie10 .split-left.button_green:hover,
  .lt-ie10 #main .node-webform .split-left.button_remove:hover,
  #main .node-webform .lt-ie10 .split-left.button_remove:hover,
  .lt-ie10 #main .node-webform .form-actions input.split-left:hover,
  #main .node-webform .form-actions .lt-ie10 input.split-left:hover,
  .lt-ie10 .joyride-tip-guide .joyride-content-wrapper a.split-left.joyride-next-tip:hover,
  .joyride-tip-guide .joyride-content-wrapper .lt-ie10 a.split-left.joyride-next-tip:hover,
  .lt-ie10 .page-forum ul.action-links li a.split-left.subscription:hover,
  .page-forum ul.action-links li .lt-ie10 a.split-left.subscription:hover {
    background: #2597ff !important; }
  .lt-ie10 .button.split-right.orange, .lt-ie10 .content form input.split-right.orange[type="submit"], .content form .lt-ie10 input.split-right.orange[type="submit"], .lt-ie10 label.fancy select.orange, label.fancy .lt-ie10 select.orange, .lt-ie10 #main .node-webform .split-right.orange.button_blue, #main .node-webform .lt-ie10 .split-right.orange.button_blue, .lt-ie10 #main .node-webform label.fancy select.orange.button_blue, #main .node-webform label.fancy .lt-ie10 select.orange.button_blue, .lt-ie10 label.fancy #main .node-webform select.orange.button_blue, label.fancy #main .node-webform .lt-ie10 select.orange.button_blue, .lt-ie10 #main .node-webform .split-right.orange.button_green, #main .node-webform .lt-ie10 .split-right.orange.button_green, .lt-ie10 #main .node-webform label.fancy select.orange.button_green, #main .node-webform label.fancy .lt-ie10 select.orange.button_green, .lt-ie10 label.fancy #main .node-webform select.orange.button_green, label.fancy #main .node-webform .lt-ie10 select.orange.button_green, .lt-ie10 #main .node-webform .split-right.orange.button_remove, #main .node-webform .lt-ie10 .split-right.orange.button_remove, .lt-ie10 #main .node-webform label.fancy select.orange.button_remove, #main .node-webform label.fancy .lt-ie10 select.orange.button_remove, .lt-ie10 label.fancy #main .node-webform select.orange.button_remove, label.fancy #main .node-webform .lt-ie10 select.orange.button_remove, .lt-ie10 #main .node-webform .form-actions input.split-right.orange, #main .node-webform .form-actions .lt-ie10 input.split-right.orange, .lt-ie10 .joyride-tip-guide .joyride-content-wrapper a.split-right.orange.joyride-next-tip, .joyride-tip-guide .joyride-content-wrapper .lt-ie10 a.split-right.orange.joyride-next-tip, .lt-ie10 .page-forum ul.action-links li a.split-right.orange.subscription, .page-forum ul.action-links li .lt-ie10 a.split-right.orange.subscription,
  .lt-ie10 .button.split-left.orange,
  .lt-ie10 .content form input.split-left.orange[type="submit"],
  .content form .lt-ie10 input.split-left.orange[type="submit"],
  .lt-ie10 label.fancy select.split-left.orange,
  label.fancy .lt-ie10 select.split-left.orange,
  .lt-ie10 #main .node-webform .split-left.orange.button_blue,
  #main .node-webform .lt-ie10 .split-left.orange.button_blue,
  .lt-ie10 #main .node-webform .split-left.orange.button_green,
  #main .node-webform .lt-ie10 .split-left.orange.button_green,
  .lt-ie10 #main .node-webform .split-left.orange.button_remove,
  #main .node-webform .lt-ie10 .split-left.orange.button_remove,
  .lt-ie10 #main .node-webform .form-actions input.split-left.orange,
  #main .node-webform .form-actions .lt-ie10 input.split-left.orange,
  .lt-ie10 .joyride-tip-guide .joyride-content-wrapper a.split-left.orange.joyride-next-tip,
  .joyride-tip-guide .joyride-content-wrapper .lt-ie10 a.split-left.orange.joyride-next-tip,
  .lt-ie10 .page-forum ul.action-links li a.split-left.orange.subscription,
  .page-forum ul.action-links li .lt-ie10 a.split-left.orange.subscription {
    background: #e66b00 !important; }
    .lt-ie10 .button.split-right.orange:hover, .lt-ie10 .content form input.split-right.orange[type="submit"]:hover, .content form .lt-ie10 input.split-right.orange[type="submit"]:hover, .lt-ie10 label.fancy select.orange:hover, label.fancy .lt-ie10 select.orange:hover, .lt-ie10 #main .node-webform .split-right.orange.button_blue:hover, #main .node-webform .lt-ie10 .split-right.orange.button_blue:hover, .lt-ie10 #main .node-webform label.fancy select.orange.button_blue:hover, #main .node-webform label.fancy .lt-ie10 select.orange.button_blue:hover, .lt-ie10 label.fancy #main .node-webform select.orange.button_blue:hover, label.fancy #main .node-webform .lt-ie10 select.orange.button_blue:hover, .lt-ie10 #main .node-webform .split-right.orange.button_green:hover, #main .node-webform .lt-ie10 .split-right.orange.button_green:hover, .lt-ie10 #main .node-webform label.fancy select.orange.button_green:hover, #main .node-webform label.fancy .lt-ie10 select.orange.button_green:hover, .lt-ie10 label.fancy #main .node-webform select.orange.button_green:hover, label.fancy #main .node-webform .lt-ie10 select.orange.button_green:hover, .lt-ie10 #main .node-webform .split-right.orange.button_remove:hover, #main .node-webform .lt-ie10 .split-right.orange.button_remove:hover, .lt-ie10 #main .node-webform label.fancy select.orange.button_remove:hover, #main .node-webform label.fancy .lt-ie10 select.orange.button_remove:hover, .lt-ie10 label.fancy #main .node-webform select.orange.button_remove:hover, label.fancy #main .node-webform .lt-ie10 select.orange.button_remove:hover, .lt-ie10 #main .node-webform .form-actions input.split-right.orange:hover, #main .node-webform .form-actions .lt-ie10 input.split-right.orange:hover, .lt-ie10 .joyride-tip-guide .joyride-content-wrapper a.split-right.orange.joyride-next-tip:hover, .joyride-tip-guide .joyride-content-wrapper .lt-ie10 a.split-right.orange.joyride-next-tip:hover, .lt-ie10 .page-forum ul.action-links li a.split-right.orange.subscription:hover, .page-forum ul.action-links li .lt-ie10 a.split-right.orange.subscription:hover,
    .lt-ie10 .button.split-left.orange:hover,
    .lt-ie10 .content form input.split-left.orange[type="submit"]:hover,
    .content form .lt-ie10 input.split-left.orange[type="submit"]:hover,
    .lt-ie10 label.fancy select.split-left.orange:hover,
    label.fancy .lt-ie10 select.split-left.orange:hover,
    .lt-ie10 #main .node-webform .split-left.orange.button_blue:hover,
    #main .node-webform .lt-ie10 .split-left.orange.button_blue:hover,
    .lt-ie10 #main .node-webform .split-left.orange.button_green:hover,
    #main .node-webform .lt-ie10 .split-left.orange.button_green:hover,
    .lt-ie10 #main .node-webform .split-left.orange.button_remove:hover,
    #main .node-webform .lt-ie10 .split-left.orange.button_remove:hover,
    .lt-ie10 #main .node-webform .form-actions input.split-left.orange:hover,
    #main .node-webform .form-actions .lt-ie10 input.split-left.orange:hover,
    .lt-ie10 .joyride-tip-guide .joyride-content-wrapper a.split-left.orange.joyride-next-tip:hover,
    .joyride-tip-guide .joyride-content-wrapper .lt-ie10 a.split-left.orange.joyride-next-tip:hover,
    .lt-ie10 .page-forum ul.action-links li a.split-left.orange.subscription:hover,
    .page-forum ul.action-links li .lt-ie10 a.split-left.orange.subscription:hover {
      background: #ffa04d !important; }
  .lt-ie10 .button.split-right.green, .lt-ie10 .content form input.split-right.green[type="submit"], .content form .lt-ie10 input.split-right.green[type="submit"], .lt-ie10 label.fancy select.green, label.fancy .lt-ie10 select.green, .lt-ie10 #main .node-webform .split-right.green.button_blue, #main .node-webform .lt-ie10 .split-right.green.button_blue, .lt-ie10 #main .node-webform label.fancy select.green.button_blue, #main .node-webform label.fancy .lt-ie10 select.green.button_blue, .lt-ie10 label.fancy #main .node-webform select.green.button_blue, label.fancy #main .node-webform .lt-ie10 select.green.button_blue, .lt-ie10 #main .node-webform .split-right.green.button_green, #main .node-webform .lt-ie10 .split-right.green.button_green, .lt-ie10 #main .node-webform label.fancy select.green.button_green, #main .node-webform label.fancy .lt-ie10 select.green.button_green, .lt-ie10 label.fancy #main .node-webform select.green.button_green, label.fancy #main .node-webform .lt-ie10 select.green.button_green, .lt-ie10 #main .node-webform .split-right.green.button_remove, #main .node-webform .lt-ie10 .split-right.green.button_remove, .lt-ie10 #main .node-webform label.fancy select.green.button_remove, #main .node-webform label.fancy .lt-ie10 select.green.button_remove, .lt-ie10 label.fancy #main .node-webform select.green.button_remove, label.fancy #main .node-webform .lt-ie10 select.green.button_remove, .lt-ie10 #main .node-webform .form-actions input.split-right.green, #main .node-webform .form-actions .lt-ie10 input.split-right.green, .lt-ie10 .joyride-tip-guide .joyride-content-wrapper a.split-right.green.joyride-next-tip, .joyride-tip-guide .joyride-content-wrapper .lt-ie10 a.split-right.green.joyride-next-tip, .lt-ie10 .page-forum ul.action-links li a.split-right.green.subscription, .page-forum ul.action-links li .lt-ie10 a.split-right.green.subscription,
  .lt-ie10 .button.split-left.green,
  .lt-ie10 .content form input.split-left.green[type="submit"],
  .content form .lt-ie10 input.split-left.green[type="submit"],
  .lt-ie10 label.fancy select.split-left.green,
  label.fancy .lt-ie10 select.split-left.green,
  .lt-ie10 #main .node-webform .split-left.green.button_blue,
  #main .node-webform .lt-ie10 .split-left.green.button_blue,
  .lt-ie10 #main .node-webform .split-left.green.button_green,
  #main .node-webform .lt-ie10 .split-left.green.button_green,
  .lt-ie10 #main .node-webform .split-left.green.button_remove,
  #main .node-webform .lt-ie10 .split-left.green.button_remove,
  .lt-ie10 #main .node-webform .form-actions input.split-left.green,
  #main .node-webform .form-actions .lt-ie10 input.split-left.green,
  .lt-ie10 .joyride-tip-guide .joyride-content-wrapper a.split-left.green.joyride-next-tip,
  .joyride-tip-guide .joyride-content-wrapper .lt-ie10 a.split-left.green.joyride-next-tip,
  .lt-ie10 .page-forum ul.action-links li a.split-left.green.subscription,
  .page-forum ul.action-links li .lt-ie10 a.split-left.green.subscription {
    background: #007e66 !important; }
    .lt-ie10 .button.split-right.green:hover, .lt-ie10 .content form input.split-right.green[type="submit"]:hover, .content form .lt-ie10 input.split-right.green[type="submit"]:hover, .lt-ie10 label.fancy select.green:hover, label.fancy .lt-ie10 select.green:hover, .lt-ie10 #main .node-webform .split-right.green.button_blue:hover, #main .node-webform .lt-ie10 .split-right.green.button_blue:hover, .lt-ie10 #main .node-webform label.fancy select.green.button_blue:hover, #main .node-webform label.fancy .lt-ie10 select.green.button_blue:hover, .lt-ie10 label.fancy #main .node-webform select.green.button_blue:hover, label.fancy #main .node-webform .lt-ie10 select.green.button_blue:hover, .lt-ie10 #main .node-webform .split-right.green.button_green:hover, #main .node-webform .lt-ie10 .split-right.green.button_green:hover, .lt-ie10 #main .node-webform label.fancy select.green.button_green:hover, #main .node-webform label.fancy .lt-ie10 select.green.button_green:hover, .lt-ie10 label.fancy #main .node-webform select.green.button_green:hover, label.fancy #main .node-webform .lt-ie10 select.green.button_green:hover, .lt-ie10 #main .node-webform .split-right.green.button_remove:hover, #main .node-webform .lt-ie10 .split-right.green.button_remove:hover, .lt-ie10 #main .node-webform label.fancy select.green.button_remove:hover, #main .node-webform label.fancy .lt-ie10 select.green.button_remove:hover, .lt-ie10 label.fancy #main .node-webform select.green.button_remove:hover, label.fancy #main .node-webform .lt-ie10 select.green.button_remove:hover, .lt-ie10 #main .node-webform .form-actions input.split-right.green:hover, #main .node-webform .form-actions .lt-ie10 input.split-right.green:hover, .lt-ie10 .joyride-tip-guide .joyride-content-wrapper a.split-right.green.joyride-next-tip:hover, .joyride-tip-guide .joyride-content-wrapper .lt-ie10 a.split-right.green.joyride-next-tip:hover, .lt-ie10 .page-forum ul.action-links li a.split-right.green.subscription:hover, .page-forum ul.action-links li .lt-ie10 a.split-right.green.subscription:hover,
    .lt-ie10 .button.split-left.green:hover,
    .lt-ie10 .content form input.split-left.green[type="submit"]:hover,
    .content form .lt-ie10 input.split-left.green[type="submit"]:hover,
    .lt-ie10 label.fancy select.split-left.green:hover,
    label.fancy .lt-ie10 select.split-left.green:hover,
    .lt-ie10 #main .node-webform .split-left.green.button_blue:hover,
    #main .node-webform .lt-ie10 .split-left.green.button_blue:hover,
    .lt-ie10 #main .node-webform .split-left.green.button_green:hover,
    #main .node-webform .lt-ie10 .split-left.green.button_green:hover,
    .lt-ie10 #main .node-webform .split-left.green.button_remove:hover,
    #main .node-webform .lt-ie10 .split-left.green.button_remove:hover,
    .lt-ie10 #main .node-webform .form-actions input.split-left.green:hover,
    #main .node-webform .form-actions .lt-ie10 input.split-left.green:hover,
    .lt-ie10 .joyride-tip-guide .joyride-content-wrapper a.split-left.green.joyride-next-tip:hover,
    .joyride-tip-guide .joyride-content-wrapper .lt-ie10 a.split-left.green.joyride-next-tip:hover,
    .lt-ie10 .page-forum ul.action-links li a.split-left.green.subscription:hover,
    .page-forum ul.action-links li .lt-ie10 a.split-left.green.subscription:hover {
      background: #00e4b9 !important; }
  .lt-ie10 .button.split-right.faded-green, .lt-ie10 .content form input.split-right.faded-green[type="submit"], .content form .lt-ie10 input.split-right.faded-green[type="submit"], .lt-ie10 label.fancy select.faded-green, label.fancy .lt-ie10 select.faded-green, .lt-ie10 #main .node-webform .split-right.faded-green.button_blue, #main .node-webform .lt-ie10 .split-right.faded-green.button_blue, .lt-ie10 #main .node-webform label.fancy select.faded-green.button_blue, #main .node-webform label.fancy .lt-ie10 select.faded-green.button_blue, .lt-ie10 label.fancy #main .node-webform select.faded-green.button_blue, label.fancy #main .node-webform .lt-ie10 select.faded-green.button_blue, .lt-ie10 #main .node-webform .split-right.faded-green.button_green, #main .node-webform .lt-ie10 .split-right.faded-green.button_green, .lt-ie10 #main .node-webform label.fancy select.faded-green.button_green, #main .node-webform label.fancy .lt-ie10 select.faded-green.button_green, .lt-ie10 label.fancy #main .node-webform select.faded-green.button_green, label.fancy #main .node-webform .lt-ie10 select.faded-green.button_green, .lt-ie10 #main .node-webform .split-right.faded-green.button_remove, #main .node-webform .lt-ie10 .split-right.faded-green.button_remove, .lt-ie10 #main .node-webform label.fancy select.faded-green.button_remove, #main .node-webform label.fancy .lt-ie10 select.faded-green.button_remove, .lt-ie10 label.fancy #main .node-webform select.faded-green.button_remove, label.fancy #main .node-webform .lt-ie10 select.faded-green.button_remove, .lt-ie10 #main .node-webform .form-actions input.split-right.faded-green, #main .node-webform .form-actions .lt-ie10 input.split-right.faded-green, .lt-ie10 .joyride-tip-guide .joyride-content-wrapper a.split-right.faded-green.joyride-next-tip, .joyride-tip-guide .joyride-content-wrapper .lt-ie10 a.split-right.faded-green.joyride-next-tip, .lt-ie10 .page-forum ul.action-links li a.split-right.faded-green.subscription, .page-forum ul.action-links li .lt-ie10 a.split-right.faded-green.subscription,
  .lt-ie10 .button.split-left.faded-green,
  .lt-ie10 .content form input.split-left.faded-green[type="submit"],
  .content form .lt-ie10 input.split-left.faded-green[type="submit"],
  .lt-ie10 label.fancy select.split-left.faded-green,
  label.fancy .lt-ie10 select.split-left.faded-green,
  .lt-ie10 #main .node-webform .split-left.faded-green.button_blue,
  #main .node-webform .lt-ie10 .split-left.faded-green.button_blue,
  .lt-ie10 #main .node-webform .split-left.faded-green.button_green,
  #main .node-webform .lt-ie10 .split-left.faded-green.button_green,
  .lt-ie10 #main .node-webform .split-left.faded-green.button_remove,
  #main .node-webform .lt-ie10 .split-left.faded-green.button_remove,
  .lt-ie10 #main .node-webform .form-actions input.split-left.faded-green,
  #main .node-webform .form-actions .lt-ie10 input.split-left.faded-green,
  .lt-ie10 .joyride-tip-guide .joyride-content-wrapper a.split-left.faded-green.joyride-next-tip,
  .joyride-tip-guide .joyride-content-wrapper .lt-ie10 a.split-left.faded-green.joyride-next-tip,
  .lt-ie10 .page-forum ul.action-links li a.split-left.faded-green.subscription,
  .page-forum ul.action-links li .lt-ie10 a.split-left.faded-green.subscription {
    background: #007E66 !important; }
    .lt-ie10 .button.split-right.faded-green:hover, .lt-ie10 .content form input.split-right.faded-green[type="submit"]:hover, .content form .lt-ie10 input.split-right.faded-green[type="submit"]:hover, .lt-ie10 label.fancy select.faded-green:hover, label.fancy .lt-ie10 select.faded-green:hover, .lt-ie10 #main .node-webform .split-right.faded-green.button_blue:hover, #main .node-webform .lt-ie10 .split-right.faded-green.button_blue:hover, .lt-ie10 #main .node-webform label.fancy select.faded-green.button_blue:hover, #main .node-webform label.fancy .lt-ie10 select.faded-green.button_blue:hover, .lt-ie10 label.fancy #main .node-webform select.faded-green.button_blue:hover, label.fancy #main .node-webform .lt-ie10 select.faded-green.button_blue:hover, .lt-ie10 #main .node-webform .split-right.faded-green.button_green:hover, #main .node-webform .lt-ie10 .split-right.faded-green.button_green:hover, .lt-ie10 #main .node-webform label.fancy select.faded-green.button_green:hover, #main .node-webform label.fancy .lt-ie10 select.faded-green.button_green:hover, .lt-ie10 label.fancy #main .node-webform select.faded-green.button_green:hover, label.fancy #main .node-webform .lt-ie10 select.faded-green.button_green:hover, .lt-ie10 #main .node-webform .split-right.faded-green.button_remove:hover, #main .node-webform .lt-ie10 .split-right.faded-green.button_remove:hover, .lt-ie10 #main .node-webform label.fancy select.faded-green.button_remove:hover, #main .node-webform label.fancy .lt-ie10 select.faded-green.button_remove:hover, .lt-ie10 label.fancy #main .node-webform select.faded-green.button_remove:hover, label.fancy #main .node-webform .lt-ie10 select.faded-green.button_remove:hover, .lt-ie10 #main .node-webform .form-actions input.split-right.faded-green:hover, #main .node-webform .form-actions .lt-ie10 input.split-right.faded-green:hover, .lt-ie10 .joyride-tip-guide .joyride-content-wrapper a.split-right.faded-green.joyride-next-tip:hover, .joyride-tip-guide .joyride-content-wrapper .lt-ie10 a.split-right.faded-green.joyride-next-tip:hover, .lt-ie10 .page-forum ul.action-links li a.split-right.faded-green.subscription:hover, .page-forum ul.action-links li .lt-ie10 a.split-right.faded-green.subscription:hover,
    .lt-ie10 .button.split-left.faded-green:hover,
    .lt-ie10 .content form input.split-left.faded-green[type="submit"]:hover,
    .content form .lt-ie10 input.split-left.faded-green[type="submit"]:hover,
    .lt-ie10 label.fancy select.split-left.faded-green:hover,
    label.fancy .lt-ie10 select.split-left.faded-green:hover,
    .lt-ie10 #main .node-webform .split-left.faded-green.button_blue:hover,
    #main .node-webform .lt-ie10 .split-left.faded-green.button_blue:hover,
    .lt-ie10 #main .node-webform .split-left.faded-green.button_green:hover,
    #main .node-webform .lt-ie10 .split-left.faded-green.button_green:hover,
    .lt-ie10 #main .node-webform .split-left.faded-green.button_remove:hover,
    #main .node-webform .lt-ie10 .split-left.faded-green.button_remove:hover,
    .lt-ie10 #main .node-webform .form-actions input.split-left.faded-green:hover,
    #main .node-webform .form-actions .lt-ie10 input.split-left.faded-green:hover,
    .lt-ie10 .joyride-tip-guide .joyride-content-wrapper a.split-left.faded-green.joyride-next-tip:hover,
    .joyride-tip-guide .joyride-content-wrapper .lt-ie10 a.split-left.faded-green.joyride-next-tip:hover,
    .lt-ie10 .page-forum ul.action-links li a.split-left.faded-green.subscription:hover,
    .page-forum ul.action-links li .lt-ie10 a.split-left.faded-green.subscription:hover {
      background: #00e4b9 !important; }

/* ==========================================================================
   ACP Online DOES NOT SUPPORT IE 8 and below!
   ========================================================================== */
.lt-ie9 .browserupgrade {
  display: block; }

/* ==========================================================================
// Modified 9/18 for SSL Upgrades... (>ie11 and older versions of all other browsers)
   ========================================================================== */
/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */
.browserupgrade {
  display: none;
  background: url("../images/acp-logo-stacked-4c-short.png") center 1em no-repeat #ffffff;
  bottom: 0;
  color: #000;
  left: 0;
  margin: 0.2em 0;
  padding: 5em 0 0.2em;
  position: fixed;
  text-align: center;
  top: 0;
  width: 100%;
  z-index: 999; }

.browserupgrade-soft {
  display: none;
  background: #ffffff;
  color: #000;
  top: 0;
  right: 15%;
  left: 15%;
  position: fixed;
  text-align: center;
  padding: 3em 0;
  margin-top: 200px;
  z-index: 999;
  -moz-box-shadow: 0 0 15px 5px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 0 0 15px 5px rgba(0, 0, 0, 0.25);
  box-shadow: 0 0 15px 5px rgba(0, 0, 0, 0.25); }
  .browserupgrade-soft .browserupgrade-close {
    cursor: pointer;
    float: right;
    width: 35px;
    height: 35px;
    padding: 0 1em 0 0;
    margin-top: -2em; }
    .browserupgrade-soft .browserupgrade-close i, .browserupgrade-soft .browserupgrade-close .views-field-topic-icon span:before, .views-field-topic-icon .browserupgrade-soft .browserupgrade-close span:before,
    .browserupgrade-soft .browserupgrade-close .forum-list-icon span span:before,
    .forum-list-icon span .browserupgrade-soft .browserupgrade-close span:before, .browserupgrade-soft .browserupgrade-close .forum-topic-legend div:before, .forum-topic-legend .browserupgrade-soft .browserupgrade-close div:before,
    .browserupgrade-soft .browserupgrade-close .forum-list-icon-legend span span:before,
    .forum-list-icon-legend span .browserupgrade-soft .browserupgrade-close span:before, .browserupgrade-soft .browserupgrade-close tr.even td.forum-list-icon-default .forum-list-icon-wrapper span:before, tr.even td.forum-list-icon-default .forum-list-icon-wrapper .browserupgrade-soft .browserupgrade-close span:before, .browserupgrade-soft .browserupgrade-close tr.odd td.forum-list-icon-default .forum-list-icon-wrapper span:before, tr.odd td.forum-list-icon-default .forum-list-icon-wrapper .browserupgrade-soft .browserupgrade-close span:before, .browserupgrade-soft .browserupgrade-close .forum-list-icon-legend .forum-list-icon-default:before, .forum-list-icon-legend .browserupgrade-soft .browserupgrade-close .forum-list-icon-default:before, .browserupgrade-soft .browserupgrade-close tr.even td.forum-list-icon-new-posts .forum-list-icon-wrapper span:before, tr.even td.forum-list-icon-new-posts .forum-list-icon-wrapper .browserupgrade-soft .browserupgrade-close span:before, .browserupgrade-soft .browserupgrade-close tr.odd td.forum-list-icon-new-posts .forum-list-icon-wrapper span:before, tr.odd td.forum-list-icon-new-posts .forum-list-icon-wrapper .browserupgrade-soft .browserupgrade-close span:before, .browserupgrade-soft .browserupgrade-close .forum-list-icon-legend .forum-list-icon-new-posts:before, .forum-list-icon-legend .browserupgrade-soft .browserupgrade-close .forum-list-icon-new-posts:before {
      color: #0063be; }
      .browserupgrade-soft .browserupgrade-close i:hover, .browserupgrade-soft .browserupgrade-close .views-field-topic-icon span:hover:before, .views-field-topic-icon .browserupgrade-soft .browserupgrade-close span:hover:before,
      .browserupgrade-soft .browserupgrade-close .forum-list-icon span span:hover:before,
      .forum-list-icon span .browserupgrade-soft .browserupgrade-close span:hover:before, .browserupgrade-soft .browserupgrade-close .forum-topic-legend div:hover:before, .forum-topic-legend .browserupgrade-soft .browserupgrade-close div:hover:before,
      .browserupgrade-soft .browserupgrade-close .forum-list-icon-legend span span:hover:before,
      .forum-list-icon-legend span .browserupgrade-soft .browserupgrade-close span:hover:before, .browserupgrade-soft .browserupgrade-close tr.even td.forum-list-icon-default .forum-list-icon-wrapper span:hover:before, tr.even td.forum-list-icon-default .forum-list-icon-wrapper .browserupgrade-soft .browserupgrade-close span:hover:before, .browserupgrade-soft .browserupgrade-close tr.odd td.forum-list-icon-default .forum-list-icon-wrapper span:hover:before, tr.odd td.forum-list-icon-default .forum-list-icon-wrapper .browserupgrade-soft .browserupgrade-close span:hover:before, .browserupgrade-soft .browserupgrade-close .forum-list-icon-legend .forum-list-icon-default:hover:before, .forum-list-icon-legend .browserupgrade-soft .browserupgrade-close .forum-list-icon-default:hover:before, .browserupgrade-soft .browserupgrade-close tr.even td.forum-list-icon-new-posts .forum-list-icon-wrapper span:hover:before, tr.even td.forum-list-icon-new-posts .forum-list-icon-wrapper .browserupgrade-soft .browserupgrade-close span:hover:before, .browserupgrade-soft .browserupgrade-close tr.odd td.forum-list-icon-new-posts .forum-list-icon-wrapper span:hover:before, tr.odd td.forum-list-icon-new-posts .forum-list-icon-wrapper .browserupgrade-soft .browserupgrade-close span:hover:before, .browserupgrade-soft .browserupgrade-close .forum-list-icon-legend .forum-list-icon-new-posts:hover:before, .forum-list-icon-legend .browserupgrade-soft .browserupgrade-close .forum-list-icon-new-posts:hover:before {
        color: #2597ff; }
  .browserupgrade-soft h4 {
    margin: 0; }
    .browserupgrade-soft h4 i, .browserupgrade-soft h4 .views-field-topic-icon span:before, .views-field-topic-icon .browserupgrade-soft h4 span:before,
    .browserupgrade-soft h4 .forum-list-icon span span:before,
    .forum-list-icon span .browserupgrade-soft h4 span:before, .browserupgrade-soft h4 .forum-topic-legend div:before, .forum-topic-legend .browserupgrade-soft h4 div:before,
    .browserupgrade-soft h4 .forum-list-icon-legend span span:before,
    .forum-list-icon-legend span .browserupgrade-soft h4 span:before, .browserupgrade-soft h4 tr.even td.forum-list-icon-default .forum-list-icon-wrapper span:before, tr.even td.forum-list-icon-default .forum-list-icon-wrapper .browserupgrade-soft h4 span:before, .browserupgrade-soft h4 tr.odd td.forum-list-icon-default .forum-list-icon-wrapper span:before, tr.odd td.forum-list-icon-default .forum-list-icon-wrapper .browserupgrade-soft h4 span:before, .browserupgrade-soft h4 .forum-list-icon-legend .forum-list-icon-default:before, .forum-list-icon-legend .browserupgrade-soft h4 .forum-list-icon-default:before, .browserupgrade-soft h4 tr.even td.forum-list-icon-new-posts .forum-list-icon-wrapper span:before, tr.even td.forum-list-icon-new-posts .forum-list-icon-wrapper .browserupgrade-soft h4 span:before, .browserupgrade-soft h4 tr.odd td.forum-list-icon-new-posts .forum-list-icon-wrapper span:before, tr.odd td.forum-list-icon-new-posts .forum-list-icon-wrapper .browserupgrade-soft h4 span:before, .browserupgrade-soft h4 .forum-list-icon-legend .forum-list-icon-new-posts:before, .forum-list-icon-legend .browserupgrade-soft h4 .forum-list-icon-new-posts:before {
      color: #dc291e; }
  .browserupgrade-soft p {
    padding: .25em 15%;
    margin: 0; }

.no-flexbox .browserupgrade-soft, html[data-useragent*='MSIE 10.0'] .browserupgrade-soft, .lt-ie10 .browserupgrade-soft {
  display: block; }
  .no-flexbox .browserupgrade-soft.browserupgrade-hide, html[data-useragent*='MSIE 10.0'] .browserupgrade-soft.browserupgrade-hide, .lt-ie10 .browserupgrade-soft.browserupgrade-hide {
    display: none; }

.lt-ie9 .browserupgrade-soft {
  display: none; }

select::-ms-expand {
  display: none; }

.page-practice-resources #policy-search .form-control.form-text {
  width: 102% !important; }

@media (min-width: 780px) {
  .admin-menu header.desktop {
    top: 27px; }
  .admin-menu nav#main-menu ul.menu li .panel {
    top: 149px; }

  .admin-menu-with-shortcuts header.desktop {
    top: 63px; }
  .admin-menu-with-shortcuts nav#main-menu ul.menu li .panel {
    top: 185px; } }
ul.tabs.primary {
  background-color: #333333;
  -moz-border-radius: 0 10px 10px 0;
  -webkit-border-radius: 0;
  border-radius: 0 10px 10px 0;
  -moz-box-shadow: #333333 0 0 5px;
  -webkit-box-shadow: #333333 0 0 5px;
  box-shadow: #333333 0 0 5px;
  border: 0;
  padding: 3px 3px 5px 0;
  position: fixed;
  white-space: unset;
  top: 80px;
  left: 0;
  margin-left: -125px;
  transition: margin-left 0.5s ease;
  z-index: 100;
  background-image: none; }
  ul.tabs.primary:before {
    content: "";
    display: block;
    background-image: url("../images/icons/menu-alt-512.png");
    background-repeat: no-repeat;
    background-size: 24px 24px;
    background-position: center;
    width: 37px;
    height: 28px;
    float: right;
    cursor: pointer; }
  ul.tabs.primary li {
    clear: both;
    height: 0;
    transition: height 0.5s ease;
    overflow: hidden;
    float: left;
    border: 0;
    margin-left: 0;
    border-left: none;
    -moz-border-radius: 0 0;
    -webkit-border-radius: 0;
    border-radius: 0 0; }
    ul.tabs.primary li a {
      width: 160px;
      padding: 5px 10px;
      background-color: #dedede;
      line-height: 18px;
      display: block;
      -moz-border-radius: 0 5px 5px 0;
      -webkit-border-radius: 0;
      border-radius: 0 5px 5px 0; }
      ul.tabs.primary li a.is-active {
        background-color: white; }
      ul.tabs.primary li a:hover {
        color: #0063be; }
  ul.tabs.primary:hover {
    margin-left: 0px; }
    ul.tabs.primary:hover li {
      height: 30px; }

p.unpublished {
  color: #d8d8d8;
  font-family: Impact,"Arial Narrow",Helvetica,sans-serif;
  font-size: 75px;
  font-weight: bold;
  height: 0;
  line-height: 1;
  overflow: visible;
  text-align: center;
  text-transform: uppercase;
  word-wrap: break-word;
  margin: 0; }

.page-node-draft p.unpublished {
  display: none; }
.page-node-draft .node .content {
  background-color: #fff4f4; }
  .page-node-draft .node .content::before {
    content: "UNPUBLISHED";
    float: left;
    width: 100%;
    color: #d8d8d8;
    font-family: Impact,"Arial Narrow",Helvetica,sans-serif;
    font-size: 80px;
    font-weight: bold;
    height: 0;
    line-height: 1;
    overflow: visible;
    text-align: center;
    text-transform: uppercase;
    word-wrap: break-word;
    margin: 0; }

.role-member .hide-from-members {
  display: none; }

.show-to-members {
  display: none; }

.role-member .show-to-members {
  display: block; }

.role-member #hmpg_2019 .middle .join_prop.hide-from-members {
  display: none; }

#hmpg_2019 .middle .join_prop.show-to-members {
  display: none; }

.role-member #hmpg_2019 .middle .join_prop.show-to-members {
  display: block; }

@media print {
  .myacp-pinnable-container, nav, .block-subscriptions-ui, .region-utility, footer, .header.mobile, aside.side_nav_left, figure.vidfig, .state-drop, .clinical-search, .combo-box, .button, .content form input[type="submit"], label.fancy select, #main .node-webform .button_blue, #main .node-webform .form-actions input.button-primary, #main .node-webform .button_green, #main .node-webform .button_remove, #main .node-webform .form-actions input,
  #main .node-webform button.button_blue, #main .node-webform button.button_green,
  #main .node-webform input.button_blue, #main .node-webform input.button_green, #main .node-webform input.button_remove, .joyride-tip-guide .joyride-content-wrapper a.joyride-next-tip, .page-forum ul.action-links li a.subscription, .sticky-full-width, .jump-tabs, .opener i, .opener .views-field-topic-icon span:before, .views-field-topic-icon .opener span:before,
  .opener .forum-list-icon span span:before,
  .forum-list-icon span .opener span:before, .opener .forum-topic-legend div:before, .forum-topic-legend .opener div:before,
  .opener .forum-list-icon-legend span span:before,
  .forum-list-icon-legend span .opener span:before, .opener tr.even td.forum-list-icon-default .forum-list-icon-wrapper span:before, tr.even td.forum-list-icon-default .forum-list-icon-wrapper .opener span:before, .opener tr.odd td.forum-list-icon-default .forum-list-icon-wrapper span:before, tr.odd td.forum-list-icon-default .forum-list-icon-wrapper .opener span:before, .opener .forum-list-icon-legend .forum-list-icon-default:before, .forum-list-icon-legend .opener .forum-list-icon-default:before, .opener tr.even td.forum-list-icon-new-posts .forum-list-icon-wrapper span:before, tr.even td.forum-list-icon-new-posts .forum-list-icon-wrapper .opener span:before, .opener tr.odd td.forum-list-icon-new-posts .forum-list-icon-wrapper span:before, tr.odd td.forum-list-icon-new-posts .forum-list-icon-wrapper .opener span:before, .opener .forum-list-icon-legend .forum-list-icon-new-posts:before, .forum-list-icon-legend .opener .forum-list-icon-new-posts:before, .return, #subscribe {
    display: none; }

  .region-hero .ui-tabs-nav,
  ul.tabs.primary,
  ul.tabs.primary:before {
    display: none; }

  a.header__logo {
    display: block;
    position: absolute;
    top: 5em;
    left: 5em; }

  .staff-contact {
    page-break-inside: avoid; }

  .badge, .view-display-id-block_1 .date-display-range,
  .view-display-id-block_1 .date-display-single, .view-news-releases div.views-field-created > span, .view-news-releases-content- div.views-field-created > span, .page-more-acp-news .view-acp-latest .views-field-created .field-content, .view span.views-field-field-meeting-date .date-display-range,
  .view span.views-field-field-meeting-date .date-display-single, .username > span, td.forum-number-topics a,
  td.views-field-comment-count a,
  span.marker {
    color: #55616d;
    border: 2px solid #55616d; }

  .ui-accordion-content {
    display: block; }

  .ui-accordion-content ul.inline {
    visibility: hidden;
    margin-bottom: 0;
    margin-top: -2em; }

  header.desktop {
    position: relative;
    display: block; }

  .admin-menu header.desktop {
    top: 0; }

  header.desktop .brand a {
    position: absolute;
    top: 0;
    left: 0.915em; }

  .page__title, .breadcrumb {
    display: block; }

  ol.breadcrumb {
    margin-top: 0; }

  .page_content {
    margin-top: 0;
    margin-bottom: 0; }

  #overflow_hide div.page_content section#main {
    width: 100%;
    /* margin-bottom: 0 !important; */ }

  .show-print {
    display: block; }

  .no-print {
    display: none; }

  .hide-print {
    display: block;
    visibility: hidden; }

  .no-break-print {
    page-break-inside: avoid; }

  #landing_hero_area .container {
    margin-right: 1em; }

  #landing_hero_area .container .region-hero {
    border: 2px solid #55616d;
    padding-left: 2em;
    padding-top: 2em;
    margin-bottom: 1em;
    margin-left: 0;
    width: 100%; }

  .container .region-hero .hero_element .hero_element_copy {
    width: 100%; }

  .full-width, .node-type-chapter-top-level-page #landing_hero_area, #landing_hero_2018, .node-type-homepage .hero_full {
    margin-top: 0;
    padding-bottom: 0; }

  h2 {
    margin-top: 0; }

  h2.fakeh1 {
    margin-top: 0.5em; }

  .page-node-29026 .field-item.odd .col-1-2, .page-node-29026 .field-item.odd .split2 ul, .split2 .page-node-29026 .field-item.odd ul, .page-node-29026 .field-item.odd .split2 .col1, .split2 .page-node-29026 .field-item.odd .col1, .page-node-29026 .field-item.odd .split2 .col2, .split2 .page-node-29026 .field-item.odd .col2, .page-node-29026 .field-item.odd #myacp-header .login-panel .my-interests, #myacp-header .login-panel .page-node-29026 .field-item.odd .my-interests, .page-node-29026 .field-item.odd #myacp-header .myacp-panel .my-interests, #myacp-header .myacp-panel .page-node-29026 .field-item.odd .my-interests, .page-node-29026 .field-item.odd #myacp-header .login-panel .my-account, #myacp-header .login-panel .page-node-29026 .field-item.odd .my-account, .page-node-29026 .field-item.odd #myacp-header .myacp-panel .my-account, #myacp-header .myacp-panel .page-node-29026 .field-item.odd .my-account {
    width: 100%; }
  .page-node-29026 hr {
    margin: 0.5em; }

  .membership-types .col-2-3, .membership-types .page_content section#main, .page_content .membership-types section#main, .membership-types .col-1-3, .membership-types .split3 ul, .split3 .membership-types ul, .membership-types .split3 .col1, .split3 .membership-types .col1, .membership-types .split3 .col2, .split3 .membership-types .col2, .membership-types .split3 .col3, .split3 .membership-types .col3, .membership-types .col-1-2, .membership-types .split2 ul, .split2 .membership-types ul, .membership-types .split2 .col1, .split2 .membership-types .col1, .membership-types .split2 .col2, .split2 .membership-types .col2, .membership-types #myacp-header .login-panel .my-interests, #myacp-header .login-panel .membership-types .my-interests, .membership-types #myacp-header .myacp-panel .my-interests, #myacp-header .myacp-panel .membership-types .my-interests, .membership-types #myacp-header .login-panel .my-account, #myacp-header .login-panel .membership-types .my-account, .membership-types #myacp-header .myacp-panel .my-account, #myacp-header .myacp-panel .membership-types .my-account {
    width: 100%; }

  .field-item .product-hero img {
    box-shadow: none;
    border: none;
    width: 30vw;
    margin: 0; }

  .full-width .padding, .node-type-chapter-top-level-page #landing_hero_area .padding, #landing_hero_2018 .padding, .node-type-homepage .hero_full .padding, .full-width #myacp-header .login-panel .my-account, #myacp-header .login-panel .full-width .my-account, .node-type-chapter-top-level-page #landing_hero_area #myacp-header .login-panel .my-account, #myacp-header .login-panel .node-type-chapter-top-level-page #landing_hero_area .my-account, #landing_hero_2018 #myacp-header .login-panel .my-account, #myacp-header .login-panel #landing_hero_2018 .my-account, .node-type-homepage .hero_full #myacp-header .login-panel .my-account, #myacp-header .login-panel .node-type-homepage .hero_full .my-account, .full-width #myacp-header .myacp-panel .my-account, #myacp-header .myacp-panel .full-width .my-account, .node-type-chapter-top-level-page #landing_hero_area #myacp-header .myacp-panel .my-account, #myacp-header .myacp-panel .node-type-chapter-top-level-page #landing_hero_area .my-account, #landing_hero_2018 #myacp-header .myacp-panel .my-account, #myacp-header .myacp-panel #landing_hero_2018 .my-account, .node-type-homepage .hero_full #myacp-header .myacp-panel .my-account, #myacp-header .myacp-panel .node-type-homepage .hero_full .my-account {
    padding: 0; }

  .membership_sections {
    margin-top: -3em;
    padding-left: 4em; }
    .membership_sections h2 {
      margin-top: 0; }
    .membership_sections .col-1-3, .membership_sections .split3 ul, .split3 .membership_sections ul, .membership_sections .split3 .col1, .split3 .membership_sections .col1, .membership_sections .split3 .col2, .split3 .membership_sections .col2, .membership_sections .split3 .col3, .split3 .membership_sections .col3, .membership_sections .col-2-3, .membership_sections .page_content section#main, .page_content .membership_sections section#main {
      width: 100%; }
    .membership_sections .col-1-4, .membership_sections .page_content aside.side_nav_left, .page_content .membership_sections aside.side_nav_left, .membership_sections .node-type-chapter-top-level-page #landing_hero_area .container aside.side_nav_left, .node-type-chapter-top-level-page #landing_hero_area .container .membership_sections aside.side_nav_left {
      width: 100%; }
    .membership_sections .even-interior-padding {
      padding: 0; }
      .membership_sections .even-interior-padding h4, .membership_sections .even-interior-padding p {
        color: #55616d; }
      .membership_sections .even-interior-padding h4 > a {
        color: #55616d; }
    .membership_sections .grid > div > div, .membership_sections #tabs.vertical > div > div > div, .membership_sections .ui-accordion-content > div > div, .membership_sections .view .ui-accordion .ui-accordion-content > div > div, .view .ui-accordion .membership_sections .ui-accordion-content > div > div, .membership_sections .split3 > div > div, .membership_sections .split2 > div > div, .membership_sections .page_content > div > div, .membership_sections .field-item > div > div, .membership_sections .node-type-chapter-top-level-page #landing_hero_area > div > div, .node-type-chapter-top-level-page .membership_sections #landing_hero_area > div > div, .membership_sections #landing_hero_2018 > div > div, .membership_sections #overall-rating > div > div, .membership_sections .filter-container > div > div, .membership_sections #review-list > div > div {
      padding-bottom: 1em; }

  .mksap-print-bkgd, .mksap-complete-bkgd, .mksap-digital-bkgd {
    padding-top: 0;
    width: 33%; }

  .page-node-151783 #section-orange.membership_sections div.col-1-3, .page-node-151783 #section-orange.membership_sections .split3 div.col1, .split3 .page-node-151783 #section-orange.membership_sections div.col1, .page-node-151783 #section-orange.membership_sections .split3 div.col2, .split3 .page-node-151783 #section-orange.membership_sections div.col2, .page-node-151783 #section-orange.membership_sections .split3 div.col3, .split3 .page-node-151783 #section-orange.membership_sections div.col3 {
    padding: 0;
    width: 33%; }

  .page-node-29023 #landing_hero_area .container .region.region-hero {
    display: none; }

  .jw-promo {
    border: none;
    padding: 0;
    margin-top: 0; }

  .promo-shift {
    width: 100%; }

  #short-clinical-search, .moc-search {
    display: none; }

  .c-tools .col-1-4, .c-tools .page_content aside.side_nav_left, .page_content .c-tools aside.side_nav_left, .c-tools .node-type-chapter-top-level-page #landing_hero_area .container aside.side_nav_left, .node-type-chapter-top-level-page #landing_hero_area .container .c-tools aside.side_nav_left {
    border: none; }

  #policy-search {
    display: none; }

  .page-node-29027 .col-1-1 {
    display: none; }

  .already-a-member, #mem-drop {
    display: none; }

  .membership-hero .col-1-2, .membership-hero .split2 ul, .split2 .membership-hero ul, .membership-hero .split2 .col1, .split2 .membership-hero .col1, .membership-hero .split2 .col2, .split2 .membership-hero .col2, .membership-hero #myacp-header .login-panel .my-interests, #myacp-header .login-panel .membership-hero .my-interests, .membership-hero #myacp-header .myacp-panel .my-interests, #myacp-header .myacp-panel .membership-hero .my-interests, .membership-hero #myacp-header .login-panel .my-account, #myacp-header .login-panel .membership-hero .my-account, .membership-hero #myacp-header .myacp-panel .my-account, #myacp-header .myacp-panel .membership-hero .my-account {
    width: 100%; }

  .page-node-82784 img {
    max-width: 250px; }

  .grid::after, #tabs.vertical > div::after, .ui-accordion-content::after, .view .ui-accordion .ui-accordion-content::after, .split3::after, .split2::after, .page_content::after, .field-item::after, .node-type-chapter-top-level-page #landing_hero_area::after, #landing_hero_2018::after, #overall-rating::after, .filter-container::after, #review-list::after, .grid::before, #tabs.vertical > div::before, .ui-accordion-content::before, .view .ui-accordion .ui-accordion-content::before, .split3::before, .split2::before, .page_content::before, .field-item::before, .node-type-chapter-top-level-page #landing_hero_area::before, #landing_hero_2018::before, #overall-rating::before, .filter-container::before, #review-list::before {
    height: 0; }

  .even-interior-padding {
    padding-top: 0; }

  p.intro, .node-online-learning-center .olc-accordion-container p.olc-disclosures, .node-online-learning-center .olc-accordion-container p.olc-show-notes, .node-online-learning-center #intro-text p.field-item:first-child {
    margin: 0; }

  h2, .grid, #tabs.vertical > div, .ui-accordion-content, .view .ui-accordion .ui-accordion-content, .split3, .split2, .page_content, .field-item, .node-type-chapter-top-level-page #landing_hero_area, #landing_hero_2018, #overall-rating, .filter-container, #review-list, .intro, blockquote, .node-online-learning-center .olc-accordion-container .olc-disclosures, .node-online-learning-center .olc-accordion-container .olc-show-notes, .node-online-learning-center #intro-text .field-item:first-child {
    display: block; }

  .col-1-* {
    width: 100%;
    display: block; } }
@media print {
  body .memNoPrint {
    display: none; }

  .side_nav_left, #block-block-31 {
    display: none; }

  .memCardContainer {
    margin-top: 3em;
    margin-left: 0.5em;
    margin-bottom: 0.5em; }

  .memCardHead td {
    color: #ffffff; } }
@media print {
  .page-node-301451 h2, .page-node-301462 h2, .page-node-301452 h2, .page-node-301455 h2, .page-node-301453 h2, .page-node-308148 h2 {
    margin-top: 2em;
    /*---- Fixes header ordering (case 94995) ----*/
    float: left; }
  .page-node-301451 .views-row, .page-node-301462 .views-row, .page-node-301452 .views-row, .page-node-301455 .views-row, .page-node-301453 .views-row, .page-node-308148 .views-row {
    height: auto !important;
    text-align: left;
    width: 100%;
    float: left;
    margin-bottom: 1em;
    overflow: visible;
    /*---- Fixes overlap on short bios ----*/
    min-height: 135px; }
    .page-node-301451 .views-row .view-contact, .page-node-301462 .views-row .view-contact, .page-node-301452 .views-row .view-contact, .page-node-301455 .views-row .view-contact, .page-node-301453 .views-row .view-contact, .page-node-308148 .views-row .view-contact {
      display: none; }
    .page-node-301451 .views-row .field-content img, .page-node-301462 .views-row .field-content img, .page-node-301452 .views-row .field-content img, .page-node-301455 .views-row .field-content img, .page-node-301453 .views-row .field-content img, .page-node-308148 .views-row .field-content img {
      margin-right: 2em;
      width: 100px;
      height: 100px;
      -webkit-column-break-inside: avoid;
      /* Chrome, Safari, Opera */
      page-break-inside: avoid;
      /* Firefox */
      break-inside: avoid;
      /* IE 10+ */ }
    .page-node-301451 .views-row .views-field-field-leadership-type,
    .page-node-301451 .views-row .views-field-field-short-version,
    .page-node-301451 .views-row .views-field-field-long-version-details,
    .page-node-301451 .views-row .views-field-field-relationship,
    .page-node-301451 .views-row .views-field-field-spouse-of,
    .page-node-301451 .views-row .views-field-field-chapter-name,
    .page-node-301451 .views-row .views-field-field-chaptername,
    .page-node-301451 .views-row .views-field-field-term-year-expiration,
    .page-node-301451 .views-row .views-field-field-department,
    .page-node-301451 .views-row .views-field-field-specialty-field,
    .page-node-301451 .views-row .views-field-field-additional-title, .page-node-301462 .views-row .views-field-field-leadership-type,
    .page-node-301462 .views-row .views-field-field-short-version,
    .page-node-301462 .views-row .views-field-field-long-version-details,
    .page-node-301462 .views-row .views-field-field-relationship,
    .page-node-301462 .views-row .views-field-field-spouse-of,
    .page-node-301462 .views-row .views-field-field-chapter-name,
    .page-node-301462 .views-row .views-field-field-chaptername,
    .page-node-301462 .views-row .views-field-field-term-year-expiration,
    .page-node-301462 .views-row .views-field-field-department,
    .page-node-301462 .views-row .views-field-field-specialty-field,
    .page-node-301462 .views-row .views-field-field-additional-title, .page-node-301452 .views-row .views-field-field-leadership-type,
    .page-node-301452 .views-row .views-field-field-short-version,
    .page-node-301452 .views-row .views-field-field-long-version-details,
    .page-node-301452 .views-row .views-field-field-relationship,
    .page-node-301452 .views-row .views-field-field-spouse-of,
    .page-node-301452 .views-row .views-field-field-chapter-name,
    .page-node-301452 .views-row .views-field-field-chaptername,
    .page-node-301452 .views-row .views-field-field-term-year-expiration,
    .page-node-301452 .views-row .views-field-field-department,
    .page-node-301452 .views-row .views-field-field-specialty-field,
    .page-node-301452 .views-row .views-field-field-additional-title, .page-node-301455 .views-row .views-field-field-leadership-type,
    .page-node-301455 .views-row .views-field-field-short-version,
    .page-node-301455 .views-row .views-field-field-long-version-details,
    .page-node-301455 .views-row .views-field-field-relationship,
    .page-node-301455 .views-row .views-field-field-spouse-of,
    .page-node-301455 .views-row .views-field-field-chapter-name,
    .page-node-301455 .views-row .views-field-field-chaptername,
    .page-node-301455 .views-row .views-field-field-term-year-expiration,
    .page-node-301455 .views-row .views-field-field-department,
    .page-node-301455 .views-row .views-field-field-specialty-field,
    .page-node-301455 .views-row .views-field-field-additional-title, .page-node-301453 .views-row .views-field-field-leadership-type,
    .page-node-301453 .views-row .views-field-field-short-version,
    .page-node-301453 .views-row .views-field-field-long-version-details,
    .page-node-301453 .views-row .views-field-field-relationship,
    .page-node-301453 .views-row .views-field-field-spouse-of,
    .page-node-301453 .views-row .views-field-field-chapter-name,
    .page-node-301453 .views-row .views-field-field-chaptername,
    .page-node-301453 .views-row .views-field-field-term-year-expiration,
    .page-node-301453 .views-row .views-field-field-department,
    .page-node-301453 .views-row .views-field-field-specialty-field,
    .page-node-301453 .views-row .views-field-field-additional-title, .page-node-308148 .views-row .views-field-field-leadership-type,
    .page-node-308148 .views-row .views-field-field-short-version,
    .page-node-308148 .views-row .views-field-field-long-version-details,
    .page-node-308148 .views-row .views-field-field-relationship,
    .page-node-308148 .views-row .views-field-field-spouse-of,
    .page-node-308148 .views-row .views-field-field-chapter-name,
    .page-node-308148 .views-row .views-field-field-chaptername,
    .page-node-308148 .views-row .views-field-field-term-year-expiration,
    .page-node-308148 .views-row .views-field-field-department,
    .page-node-308148 .views-row .views-field-field-specialty-field,
    .page-node-308148 .views-row .views-field-field-additional-title {
      font-size: 0.75rem;
      line-height: 1.5;
      display: block;
      margin-left: 130px; }
    .page-node-301451 .views-row .views-field-title, .page-node-301462 .views-row .views-field-title, .page-node-301452 .views-row .views-field-title, .page-node-301455 .views-row .views-field-title, .page-node-301453 .views-row .views-field-title, .page-node-308148 .views-row .views-field-title {
      margin-top: -100px;
      margin-left: 130px; }
    .page-node-301451 .views-row .views-field, .page-node-301462 .views-row .views-field, .page-node-301452 .views-row .views-field, .page-node-301455 .views-row .views-field, .page-node-301453 .views-row .views-field, .page-node-308148 .views-row .views-field {
      background: transparent; }
    .page-node-301451 .views-row .views-field-field-long-version-details,
    .page-node-301451 .views-row .views-field-field-short-version, .page-node-301462 .views-row .views-field-field-long-version-details,
    .page-node-301462 .views-row .views-field-field-short-version, .page-node-301452 .views-row .views-field-field-long-version-details,
    .page-node-301452 .views-row .views-field-field-short-version, .page-node-301455 .views-row .views-field-field-long-version-details,
    .page-node-301455 .views-row .views-field-field-short-version, .page-node-301453 .views-row .views-field-field-long-version-details,
    .page-node-301453 .views-row .views-field-field-short-version, .page-node-308148 .views-row .views-field-field-long-version-details,
    .page-node-308148 .views-row .views-field-field-short-version {
      height: auto; }
      .page-node-301451 .views-row .views-field-field-long-version-details.active,
      .page-node-301451 .views-row .views-field-field-short-version.active, .page-node-301462 .views-row .views-field-field-long-version-details.active,
      .page-node-301462 .views-row .views-field-field-short-version.active, .page-node-301452 .views-row .views-field-field-long-version-details.active,
      .page-node-301452 .views-row .views-field-field-short-version.active, .page-node-301455 .views-row .views-field-field-long-version-details.active,
      .page-node-301455 .views-row .views-field-field-short-version.active, .page-node-301453 .views-row .views-field-field-long-version-details.active,
      .page-node-301453 .views-row .views-field-field-short-version.active, .page-node-308148 .views-row .views-field-field-long-version-details.active,
      .page-node-308148 .views-row .views-field-field-short-version.active {
        border: none;
        padding-bottom: 0; }
      .page-node-301451 .views-row .views-field-field-long-version-details p,
      .page-node-301451 .views-row .views-field-field-short-version p, .page-node-301462 .views-row .views-field-field-long-version-details p,
      .page-node-301462 .views-row .views-field-field-short-version p, .page-node-301452 .views-row .views-field-field-long-version-details p,
      .page-node-301452 .views-row .views-field-field-short-version p, .page-node-301455 .views-row .views-field-field-long-version-details p,
      .page-node-301455 .views-row .views-field-field-short-version p, .page-node-301453 .views-row .views-field-field-long-version-details p,
      .page-node-301453 .views-row .views-field-field-short-version p, .page-node-308148 .views-row .views-field-field-long-version-details p,
      .page-node-308148 .views-row .views-field-field-short-version p {
        padding-left: 0;
        padding-right: 0; }
      .page-node-301451 .views-row .views-field-field-long-version-details:before,
      .page-node-301451 .views-row .views-field-field-short-version:before, .page-node-301462 .views-row .views-field-field-long-version-details:before,
      .page-node-301462 .views-row .views-field-field-short-version:before, .page-node-301452 .views-row .views-field-field-long-version-details:before,
      .page-node-301452 .views-row .views-field-field-short-version:before, .page-node-301455 .views-row .views-field-field-long-version-details:before,
      .page-node-301455 .views-row .views-field-field-short-version:before, .page-node-301453 .views-row .views-field-field-long-version-details:before,
      .page-node-301453 .views-row .views-field-field-short-version:before, .page-node-308148 .views-row .views-field-field-long-version-details:before,
      .page-node-308148 .views-row .views-field-field-short-version:before {
        content: "";
        box-shadow: none;
        height: 0; } }
@media print {
  .node-cme_activity-form .horizontal-tab-hidden {
    position: static; } }
