.account-settings {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.template-account-settings .footer-widgets {
  -webkit-box-shadow: inset 0 2px 0 #efefef;
          box-shadow: inset 0 2px 0 #efefef; }

.account-settings__body {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding: 4rem 2.5rem 4rem;
  background-color: #f5f8fb; }
  .account-settings__body h2 {
    margin-bottom: 0.75rem;
    font-size: 1.75rem;
    font-weight: 600;
    line-height: 34px; }
  .account-settings__body .sub-heading, .account-settings__body .body-section__profile .rcp_form legend {
    margin-bottom: 1.25rem;
    font-size: 1.25rem;
    font-weight: bold;
    line-height: 24px;
    border-bottom: 2px solid #ecf1f6; }
  .account-settings__body-content {
    display: none;
    margin-top: 3rem; }
    .account-settings__body-content.selected {
      display: block; }
    @media (min-width: 640px) {
      .account-settings__body-content {
        margin-top: 0; } }
  .account-settings__body .body-section {
    max-width: 75rem; }
    .account-settings__body .body-section .section-style, .account-settings__body .body-section .tabs__body-blurb, .account-settings__body .body-section .tabs__body-section {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      padding: 0 0 1.25rem;
      margin-bottom: 1.25rem;
      border-bottom: 2px solid #ecf1f6; }
      .account-settings__body .body-section .section-style h3, .account-settings__body .body-section .tabs__body-blurb h3, .account-settings__body .body-section .tabs__body-section h3 {
        margin-bottom: 0.75rem;
        font-size: 1.5625rem;
        font-weight: 600;
        line-height: 34px; }
      .account-settings__body .body-section .section-style p:last-child, .account-settings__body .body-section .tabs__body-blurb p:last-child, .account-settings__body .body-section .tabs__body-section p:last-child {
        margin-bottom: 0; }
    .account-settings__body .body-section .section-style-heading, .account-settings__body .body-section .tabs__body-section-heading {
      padding: 0 0 3rem;
      margin-bottom: 1.25rem;
      font-size: 1rem;
      border-bottom: 2px solid #ecf1f6; }
      .account-settings__body .body-section .section-style-heading p:last-child, .account-settings__body .body-section .tabs__body-section-heading p:last-child {
        margin-bottom: 0; }
    .account-settings__body .body-section__header {
      margin-bottom: 4rem; }

.account-settings__body .form-control, .account-settings__body .body-section__profile .rcp_form p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start !important;
      -ms-flex-align: start !important;
          align-items: flex-start !important;
  padding: 1.25rem 0;
  margin: 0;
  border-bottom: 2px solid #ecf1f6; }
  @media (min-width: 980px) {
    .account-settings__body .form-control, .account-settings__body .body-section__profile .rcp_form p {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row; } }
  .account-settings__body .form-control__field-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%; }
  .account-settings__body .form-control.hide, .account-settings__body .body-section__profile .rcp_form p.hide {
    display: none; }

.account-settings__body .form-label, .account-settings__body form label, .account-settings__body .body-section__profile .rcp_form label {
  min-width: 15.625rem;
  max-width: 15.625rem;
  margin: 0 0 1rem;
  font-size: 1rem;
  font-weight: 600;
  line-height: 19px; }
  @media (min-width: 980px) {
    .account-settings__body .form-label, .account-settings__body form label, .account-settings__body .body-section__profile .rcp_form label {
      margin: 0 2rem 0 0; } }
  .account-settings__body .form-label h4, .account-settings__body form label h4, .account-settings__body .body-section__profile .rcp_form label h4 {
    margin-bottom: 0.25rem;
    font-size: 1rem;
    font-weight: 600;
    line-height: 19px;
    color: #384a5d; }
  .account-settings__body .form-label__blurb {
    font-size: 0.875rem;
    font-weight: normal;
    line-height: 130%; }

.account-settings__body .form-input, .account-settings__body form input[type='text'],
.account-settings__body form input[type='email'],
.account-settings__body form input[type='password'], .account-settings__body .body-section__profile .rcp_form input[type='text'],
.account-settings__body .body-section__profile .rcp_form input[type='email'],
.account-settings__body .body-section__profile .rcp_form input[type='password'] {
  width: 100%;
  padding: 0.875rem 1.25rem;
  margin-left: auto;
  font-size: 1.125rem;
  line-height: 22px;
  border: 0.0625rem solid #384a5d;
  border-radius: 0.375rem; }

.account-settings__body .form-select, .account-settings__body form select, .account-settings__body .body-section__profile .rcp_form select {
  width: 100%;
  padding: 14px 20px;
  margin-left: auto;
  background-image: url(./../images/icons/caret.svg);
  background-repeat: no-repeat;
  background-position: right 1.125rem center;
  border: 0.0625rem solid #384a5d;
  border-radius: 0.375rem;
  -webkit-appearance: none; }

.account-settings__body .success-notice {
  display: none;
  padding: 1rem;
  margin: 1rem 0;
  color: #637334;
  background: #4caf5024;
  border: 1px solid #637334;
  border-radius: 4px;
  -webkit-transition: opacity 1s;
  transition: opacity 1s; }

.account-settings__body .account-settings__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-top: 4rem; }
  @media (min-width: 980px) {
    .account-settings__body .account-settings__buttons {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-box-pack: end;
          -ms-flex-pack: end;
              justify-content: flex-end; } }
  .account-settings__body .account-settings__buttons button {
    padding: 1.25rem 2.25rem;
    margin-right: 0;
    margin-bottom: 1rem;
    -webkit-box-shadow: 0 0.125rem 1.25rem rgba(0, 0, 0, 0.1);
            box-shadow: 0 0.125rem 1.25rem rgba(0, 0, 0, 0.1); }
    @media (min-width: 980px) {
      .account-settings__body .account-settings__buttons button {
        margin-right: 2.625rem;
        margin-bottom: 0; } }
    .account-settings__body .account-settings__buttons button:last-child {
      margin-right: 0;
      margin-bottom: 0; }

.account-settings__body .styled-switches {
  width: 100%;
  padding-bottom: 0;
  border: none; }
  .account-settings__body .styled-switches .tabs__body-section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-bottom: 0;
    border-bottom: none; }
    .account-settings__body .styled-switches .tabs__body-section label {
      min-width: 0;
      margin-right: 0;
      margin-left: auto; }
  .account-settings__body .styled-switches label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    max-width: none; }
  .account-settings__body .styled-switches .label-text {
    font-size: 1rem;
    font-weight: normal;
    line-height: 130%; }
  .account-settings__body .styled-switches input[type='checkbox'] {
    display: none; }
  .account-settings__body .styled-switches .switch {
    position: relative;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: inline-block;
    width: 2.9375rem;
    min-width: 2.9375rem;
    height: 1.5rem;
    margin-right: 2rem;
    cursor: pointer;
    background-color: #e3e3e3;
    border-radius: 2.125rem;
    -webkit-transition: 0.4s;
    transition: 0.4s; }
    .account-settings__body .styled-switches .switch::before {
      position: absolute;
      bottom: 0.125rem;
      left: 0.1875rem;
      width: 1.25rem;
      height: 1.25rem;
      content: '';
      background-color: white;
      border-radius: 50%;
      -webkit-transition: 0.4s;
      transition: 0.4s; }
  .account-settings__body .styled-switches input:checked + .switch {
    background-color: #6a7a34; }
  .account-settings__body .styled-switches input:checked + .switch::before {
    -webkit-transform: translateX(22px);
            transform: translateX(22px); }
  .account-settings__body .styled-switches .tabs__body-section {
    padding: 0; }

.account-settings__body .custom_rcp_form, .account-settings__body .body-section__members .rcp_form, .account-settings__body .body-section__other-settings .rcp_form {
  max-width: none;
  margin: 0; }
  .account-settings__body .custom_rcp_form label, .account-settings__body .body-section__members .rcp_form label, .account-settings__body .body-section__other-settings .rcp_form label {
    min-width: 15.625rem;
    max-width: none;
    margin-bottom: 1rem; }
  .account-settings__body .custom_rcp_form .input-wrap, .account-settings__body .body-section__members .rcp_form .input-wrap, .account-settings__body .body-section__other-settings .rcp_form .input-wrap {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1; }
    .account-settings__body .custom_rcp_form .input-wrap input, .account-settings__body .body-section__members .rcp_form .input-wrap input, .account-settings__body .body-section__other-settings .rcp_form .input-wrap input {
      margin-bottom: 1rem; }
  .account-settings__body .custom_rcp_form .form-control input, .account-settings__body .body-section__members .rcp_form .form-control input, .account-settings__body .body-section__other-settings .rcp_form .form-control input, .account-settings__body .custom_rcp_form .body-section__profile .rcp_form p input, .account-settings__body .body-section__profile .rcp_form .custom_rcp_form p input, .account-settings__body .body-section__members .body-section__profile .rcp_form p input, .account-settings__body .body-section__profile .body-section__members .rcp_form p input, .account-settings__body .body-section__other-settings .body-section__profile .rcp_form p input, .account-settings__body .body-section__profile .body-section__other-settings .rcp_form p input {
    margin-left: auto; }

.account-settings__nav {
  position: absolute;
  z-index: 10;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  min-width: none;
  background-color: white;
  border-right: none;
  border-bottom: none; }
  @media (min-width: 640px) {
    .account-settings__nav {
      position: relative;
      width: 20rem;
      min-width: 20rem;
      border-right: 2px solid #efefef; } }
  .account-settings__nav .account-settings__nav-list {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: none;
    min-width: 20rem;
    margin: 0;
    list-style-type: none; }
    @media (min-width: 640px) {
      .account-settings__nav .account-settings__nav-list {
        display: block; } }
    .account-settings__nav .account-settings__nav-list li {
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      min-width: 20rem;
      margin: 0;
      background-color: white;
      border-right: 2px solid #efefef;
      border-bottom: 2px solid #efefef; }
  .account-settings__nav .nav-list__heading {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
    padding: 1.5rem;
    cursor: pointer;
    border-bottom: 2px solid #efefef; }
    @media (min-width: 640px) {
      .account-settings__nav .nav-list__heading {
        cursor: initial; } }
    .account-settings__nav .nav-list__heading h2 {
      margin: 0;
      font-size: 28px;
      line-height: 32.81px; }
  .account-settings__nav .nav-list__chevron {
    display: block; }
    @media (min-width: 640px) {
      .account-settings__nav .nav-list__chevron {
        display: none; } }
  .account-settings__nav .nav-list__item {
    padding: 1.25rem;
    -webkit-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;
    -webkit-transition: border-color 0.1s ease;
    transition: border-color 0.1s ease; }
    .account-settings__nav .nav-list__item:hover {
      cursor: pointer;
      background-color: #f9fbfc; }
    .account-settings__nav .nav-list__item.selected {
      background-color: #f5f8fb;
      border-right-color: transparent;
      outline: 0; }
    .account-settings__nav .nav-list__item:last-child.selected {
      border-bottom-color: transparent; }
  .account-settings__nav .nav-list__item-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .account-settings__nav .nav-list__item-icon {
    top: -0.125rem;
    width: 1.125rem;
    min-width: 1.125rem;
    height: 1.125rem;
    min-height: 1.125rem;
    margin-right: 0.75rem; }
  .account-settings__nav .nav-list__item-text > div {
    line-height: 1; }
  .account-settings__nav .nav-list__item-text-title {
    margin-bottom: 0.5rem;
    font-size: 1rem;
    font-weight: bold;
    line-height: 19.36; }
  .account-settings__nav .nav-list__item-text-description {
    font-size: 0.875rem;
    line-height: 16.94; }

.tabs__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 0 1.25rem;
  list-style-type: none;
  border-bottom: 2px solid #ecf1f6; }
  @media (min-width: 980px) {
    .tabs__list {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row; } }

.tabs__list-item {
  display: block;
  padding: 0.1875rem 0.1875rem 0.875rem;
  margin: 0 0 1rem;
  font-size: 1rem;
  font-weight: 600;
  line-height: 19px;
  list-style: none;
  border-bottom: 2px solid #3f3f3f;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease; }
  @media (min-width: 980px) {
    .tabs__list-item {
      margin: 0 3rem 0 0;
      border-bottom: none; } }
  .tabs__list-item.selected {
    color: #3b82f6;
    border-bottom: 2px solid #3b82f6; }
    .tabs__list-item.selected:focus {
      outline: 0; }
  .tabs__list-item:hover {
    color: #3b82f6;
    cursor: pointer;
    border-color: #3b82f6; }
  .tabs__list-item:last-child {
    margin-right: 0; }

.tabs__body-content {
  display: none; }
  .tabs__body-content.selected {
    display: block; }

.tabs__body-section h3 {
  margin-bottom: 0.75rem;
  font-size: 1.5625rem;
  font-weight: 600;
  line-height: 34px; }

.account-settings__body .body-section .tabs__body-blurb {
  padding: 0 0 3rem; }

.account-settings__body .tabs__body .white-content-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 1.5rem; }
  .account-settings__body .tabs__body .white-content-box:hover {
    cursor: pointer; }

.account-settings__body .membership-line-layout, .account-settings__body .body-section .rcp_membership__stats, .account-settings__body .body-section .rcp_membership__actions, .account-settings__body .body-section .rcp_invoice__stats, .account-settings__body .body-section .rcp_invoice__actions, .account-settings__body .body-section__members .member-actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1rem;
  font-weight: bold;
  line-height: 19px;
  color: #384a5d; }

.account-settings__body .membership-line-margin, .account-settings__body .body-section .rcp_membership__type, .account-settings__body .body-section .rcp_membership__status, .account-settings__body .body-section .rcp_membership__expiration, .account-settings__body .body-section .rcp_membership__renew, .account-settings__body .body-section .rcp_invoice__date, .account-settings__body .body-section .rcp_invoice__id, .account-settings__body .body-section .rcp_invoice__status, .account-settings__body .body-section .rcp_invoice__type, .account-settings__body .body-section .rcp_invoice__amount {
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  margin-right: 1.5rem; }

.account-settings__body .membership-main-item, .account-settings__body .body-section .rcp_membership__type, .account-settings__body .body-section .rcp_invoice__id {
  font-size: 1.125rem;
  line-height: 1.375rem; }

.account-settings__body .body-section__rcp_membership h2, .account-settings__body .body-section__rcp_invoice h2 {
  margin-bottom: 2.5rem; }

.account-settings__body .body-section .rcp_membership__type, .account-settings__body .body-section .rcp_membership__status, .account-settings__body .body-section .rcp_membership__expiration, .account-settings__body .body-section .rcp_membership__renew {
  margin-top: 1rem; }
  @media (min-width: 1310px) {
    .account-settings__body .body-section .rcp_membership__type, .account-settings__body .body-section .rcp_membership__status, .account-settings__body .body-section .rcp_membership__expiration, .account-settings__body .body-section .rcp_membership__renew {
      margin-top: 0; } }

.account-settings__body .body-section .rcp_membership__actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-left: initial;
  font-weight: 600; }
  @media (min-width: 1310px) {
    .account-settings__body .body-section .rcp_membership__actions {
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      margin-left: auto; } }
  .account-settings__body .body-section .rcp_membership__actions a {
    display: block;
    margin-top: 2rem;
    margin-right: 1.5rem;
    text-decoration: underline;
    -webkit-transition: color 300ms ease, border-color 300ms ease;
    transition: color 300ms ease, border-color 300ms ease; }
    @media (min-width: 1310px) {
      .account-settings__body .body-section .rcp_membership__actions a {
        margin-top: 0; } }
    .account-settings__body .body-section .rcp_membership__actions a:last-child {
      margin-right: 0; }
    .account-settings__body .body-section .rcp_membership__actions a:hover {
      color: #3b82f6; }

.account-settings__body .body-section .rcp_invoice__date, .account-settings__body .body-section .rcp_invoice__id, .account-settings__body .body-section .rcp_invoice__status, .account-settings__body .body-section .rcp_invoice__type, .account-settings__body .body-section .rcp_invoice__amount {
  margin-top: 1rem; }
  @media (min-width: 1310px) {
    .account-settings__body .body-section .rcp_invoice__date, .account-settings__body .body-section .rcp_invoice__id, .account-settings__body .body-section .rcp_invoice__status, .account-settings__body .body-section .rcp_invoice__type, .account-settings__body .body-section .rcp_invoice__amount {
      margin-top: 0; } }

.account-settings__body .body-section .rcp_invoice__actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-left: initial;
  font-weight: 600; }
  @media (min-width: 1310px) {
    .account-settings__body .body-section .rcp_invoice__actions {
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      margin-left: auto; } }
  .account-settings__body .body-section .rcp_invoice__actions a {
    display: block;
    margin-top: 2rem;
    border-bottom: 1px solid #384a5d;
    -webkit-transition: color 300ms ease;
    transition: color 300ms ease;
    -webkit-transition: border-color 300ms ease;
    transition: border-color 300ms ease; }
    @media (min-width: 1310px) {
      .account-settings__body .body-section .rcp_invoice__actions a {
        margin-top: 0; } }
  .account-settings__body .body-section .rcp_invoice__actions:hover a {
    color: rgba(41, 61, 82, 0.8);
    border-color: rgba(41, 61, 82, 0.8); }

.account-settings__body .body-section__invoices .body-section__box:last-child {
  margin-bottom: 0; }

#rcp_profile_editor_form fieldset label {
  min-width: 15.625rem; }

.account-settings__body .body-section__profile .rcp_form {
  max-width: 100%;
  margin: 0; }
  .account-settings__body .body-section__profile .rcp_form fieldset:first-child legend {
    padding-top: 0; }
  .account-settings__body .body-section__profile .rcp_form legend {
    width: 100%;
    height: 2.75rem;
    padding: 2.5rem 0 1.25rem;
    margin-bottom: 0; }
  .account-settings__body .body-section__profile .rcp_form select {
    margin-bottom: 0; }

.account-settings__body .body-section__profile #rcp_profile_submit_wrap {
  float: right;
  padding: 2.5rem 0 0;
  margin-bottom: 0;
  border-bottom: none; }

.account-settings__body .body-section__members .member-top-actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  @media (min-width: 980px) {
    .account-settings__body .body-section__members .member-top-actions {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row; } }

.account-settings__body .body-section__members .member-role-links__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2; }
  @media (min-width: 980px) {
    .account-settings__body .body-section__members .member-role-links__wrap {
      -webkit-box-ordinal-group: 2;
          -ms-flex-order: 1;
              order: 1; } }

.account-settings__body .body-section__members .member-role-links__item {
  margin-right: 1.25rem;
  font-size: 1rem;
  font-weight: 600;
  line-height: 130%;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease; }
  .account-settings__body .body-section__members .member-role-links__item:last-child {
    margin-right: 0; }
  .account-settings__body .body-section__members .member-role-links__item:hover {
    color: #3b82f6; }

.account-settings__body .body-section__members .member-search__wrap {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  margin-bottom: 2rem; }
  @media (min-width: 980px) {
    .account-settings__body .body-section__members .member-search__wrap {
      -webkit-box-ordinal-group: 3;
          -ms-flex-order: 2;
              order: 2;
      margin-bottom: 0; } }

.account-settings__body .body-section__members .member-search__form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .account-settings__body .body-section__members .member-search__form input[type='search'] {
    width: 12.5rem;
    max-height: 43px;
    padding: 0.75rem 1.25rem;
    margin-right: 1rem;
    font-size: 1rem;
    line-height: 19px;
    border: 0.0625rem solid #384a5d;
    border-radius: 0.375rem; }
  .account-settings__body .body-section__members .member-search__form input[type='submit'] {
    max-height: 43px;
    padding: 0.75rem 1.25rem;
    font-size: 1rem;
    line-height: 19px;
    text-transform: uppercase;
    letter-spacing: 0.5px; }

.account-settings__body .body-section__members .body-section__box {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .account-settings__body .body-section__members .body-section__box:last-child {
    margin-bottom: 2rem; }

.account-settings__body .body-section__members .members-list__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-left: 0; }
  @media (min-width: 1024px) {
    .account-settings__body .body-section__members .members-list__right {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      margin-left: auto; } }

.account-settings__body .body-section__members .member-actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-weight: 600; }
  @media (min-width: 1024px) {
    .account-settings__body .body-section__members .member-actions {
      margin-top: 0;
      margin-left: 1.5rem; } }
  .account-settings__body .body-section__members .member-actions a {
    display: block;
    margin-top: 1rem;
    margin-right: 1.5rem;
    margin-left: 0;
    text-decoration: underline;
    -webkit-transition: color 300ms ease, border-color 300ms ease;
    transition: color 300ms ease, border-color 300ms ease; }
    @media (min-width: 1024px) {
      .account-settings__body .body-section__members .member-actions a {
        margin-top: 0;
        margin-right: 0;
        margin-left: 1.5rem; } }
    .account-settings__body .body-section__members .member-actions a:hover {
      color: #3b82f6; }
    .account-settings__body .body-section__members .member-actions a:last-child {
      margin-right: 0; }
    .account-settings__body .body-section__members .member-actions a:first-child {
      margin-left: 0; }
      @media (min-width: 1024px) {
        .account-settings__body .body-section__members .member-actions a:first-child {
          margin-left: 1.5rem; } }

.account-settings__body .body-section__members .member-pagination {
  display: block;
  clear: both;
  text-align: center; }
  .account-settings__body .body-section__members .member-pagination ul {
    margin: 0; }
  .account-settings__body .body-section__members .member-pagination li,
  .account-settings__body .body-section__members .member-pagination .pagination-next,
  .account-settings__body .body-section__members .member-pagination .pagination-previous {
    display: inline-block;
    margin-bottom: 0;
    background: white;
    border: 1px solid #293d52;
    border-radius: 0.25rem;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease; }
    .account-settings__body .body-section__members .member-pagination li a,
    .account-settings__body .body-section__members .member-pagination .pagination-next a,
    .account-settings__body .body-section__members .member-pagination .pagination-previous a {
      display: block;
      width: 100%;
      height: 100%;
      padding: 0.5rem 1rem; }
    .account-settings__body .body-section__members .member-pagination li.active, .account-settings__body .body-section__members .member-pagination li:hover, .account-settings__body .body-section__members .member-pagination li:focus,
    .account-settings__body .body-section__members .member-pagination .pagination-next.active,
    .account-settings__body .body-section__members .member-pagination .pagination-next:hover,
    .account-settings__body .body-section__members .member-pagination .pagination-next:focus,
    .account-settings__body .body-section__members .member-pagination .pagination-previous.active,
    .account-settings__body .body-section__members .member-pagination .pagination-previous:hover,
    .account-settings__body .body-section__members .member-pagination .pagination-previous:focus {
      background: #293d52; }
      .account-settings__body .body-section__members .member-pagination li.active a, .account-settings__body .body-section__members .member-pagination li:hover a, .account-settings__body .body-section__members .member-pagination li:focus a,
      .account-settings__body .body-section__members .member-pagination .pagination-next.active a,
      .account-settings__body .body-section__members .member-pagination .pagination-next:hover a,
      .account-settings__body .body-section__members .member-pagination .pagination-next:focus a,
      .account-settings__body .body-section__members .member-pagination .pagination-previous.active a,
      .account-settings__body .body-section__members .member-pagination .pagination-previous:hover a,
      .account-settings__body .body-section__members .member-pagination .pagination-previous:focus a {
        color: white; }
    .account-settings__body .body-section__members .member-pagination li:hover, .account-settings__body .body-section__members .member-pagination li:focus,
    .account-settings__body .body-section__members .member-pagination .pagination-next:hover,
    .account-settings__body .body-section__members .member-pagination .pagination-next:focus,
    .account-settings__body .body-section__members .member-pagination .pagination-previous:hover,
    .account-settings__body .body-section__members .member-pagination .pagination-previous:focus {
      border: 1px solid;
      border-color: #293d52; }
      .account-settings__body .body-section__members .member-pagination li:hover a, .account-settings__body .body-section__members .member-pagination li:focus a,
      .account-settings__body .body-section__members .member-pagination .pagination-next:hover a,
      .account-settings__body .body-section__members .member-pagination .pagination-next:focus a,
      .account-settings__body .body-section__members .member-pagination .pagination-previous:hover a,
      .account-settings__body .body-section__members .member-pagination .pagination-previous:focus a {
        color: white; }
    .account-settings__body .body-section__members .member-pagination li.active,
    .account-settings__body .body-section__members .member-pagination .pagination-next.active,
    .account-settings__body .body-section__members .member-pagination .pagination-previous.active {
      padding: 0.5rem 1rem;
      color: white;
      -webkit-transition: none;
      transition: none; }
    .account-settings__body .body-section__members .member-pagination li.pagination-omission,
    .account-settings__body .body-section__members .member-pagination .pagination-next.pagination-omission,
    .account-settings__body .body-section__members .member-pagination .pagination-previous.pagination-omission {
      border: 0; }
      .account-settings__body .body-section__members .member-pagination li.pagination-omission.active, .account-settings__body .body-section__members .member-pagination li.pagination-omission:hover, .account-settings__body .body-section__members .member-pagination li.pagination-omission:focus,
      .account-settings__body .body-section__members .member-pagination .pagination-next.pagination-omission.active,
      .account-settings__body .body-section__members .member-pagination .pagination-next.pagination-omission:hover,
      .account-settings__body .body-section__members .member-pagination .pagination-next.pagination-omission:focus,
      .account-settings__body .body-section__members .member-pagination .pagination-previous.pagination-omission.active,
      .account-settings__body .body-section__members .member-pagination .pagination-previous.pagination-omission:hover,
      .account-settings__body .body-section__members .member-pagination .pagination-previous.pagination-omission:focus {
        background: transparent; }

.account-settings__body .body-section__members .rcp_form label {
  margin-bottom: 0; }

.account-settings__body .body-section__members .body-section .member-name {
  margin-bottom: 1rem; }
  @media (min-width: 1024px) {
    .account-settings__body .body-section__members .body-section .member-name {
      margin-bottom: 0; } }

.account-settings__body .screen-reader-text {
  position: absolute;
  margin: 0;
  text-indent: -99999px;
  visibility: hidden !important; }

.account-settings__body .body-section__permissions .tabs__body-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }
  @media (min-width: 980px) {
    .account-settings__body .body-section__permissions .tabs__body-section {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row; } }

.account-settings__body .body-section__permissions .fields-wrap .tabs__body-section {
  border: none; }

.account-settings__body .body-section__permissions .fields-wrap .form-control, .account-settings__body .body-section__permissions .fields-wrap .body-section__profile .rcp_form p, .account-settings__body .body-section__profile .rcp_form .body-section__permissions .fields-wrap p {
  padding: 0;
  border: none; }

.account-settings__body .body-section__permissions .form-label, .account-settings__body .body-section__permissions form label, .account-settings__body form .body-section__permissions label, .account-settings__body .body-section__permissions .body-section__profile .rcp_form label, .account-settings__body .body-section__profile .rcp_form .body-section__permissions label {
  margin-bottom: 2rem; }
  @media (min-width: 980px) {
    .account-settings__body .body-section__permissions .form-label, .account-settings__body .body-section__permissions form label, .account-settings__body form .body-section__permissions label, .account-settings__body .body-section__permissions .body-section__profile .rcp_form label, .account-settings__body .body-section__profile .rcp_form .body-section__permissions label {
      margin-bottom: 0; } }

.account-settings__body .body-section__other-settings .styled-switches .tabs__body-section {
  margin-bottom: 0;
  border-bottom: none; }

.account-settings__body .body-section__integrations .white-content-box__left {
  padding-right: 1.5rem; }

.account-settings__body .body-section__integrations .white-content-box__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.account-settings__body .body-section__integrations .integration-settings {
  display: inline-block;
  width: 1.5rem;
  min-width: 1.5rem;
  height: 1.5rem;
  min-height: 1.5rem;
  margin-left: 2.0625rem; }

.account-settings__body .body-section__support .faqs__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%; }

.account-settings__body .body-section__support .faqs__body {
  display: none;
  padding-top: 1.25rem;
  font-size: 1.125rem;
  line-height: 22px; }
  .account-settings__body .body-section__support .faqs__body p:last-child {
    margin-bottom: 0; }

.account-settings__body .body-section__support .faqs__header {
  cursor: pointer; }

.account-settings__body .body-section__support .faqs .body-section__box {
  margin-top: 0; }

.account-settings__body .tabs__body-section-resource {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }

.file-upload-wrap {
  display: none; }

.pdf-generator-logo-preview-image-wrap,
.group-settings-pdf-logo-preview-image-wrap {
  max-height: 17.5rem; }

.logo-upload__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }

.pdf-generator-logo-preview-image,
.group-settings-pdf-logo-preview-image {
  position: relative;
  display: block;
  width: auto;
  height: auto;
  max-height: 12.5rem; }

.file-container {
  margin-top: 1.125rem; }
  .file-container .logo-upload-field {
    display: none; }
  .file-container .logo-btn {
    padding: 0 0.5rem;
    font-size: 1rem;
    font-weight: 600;
    line-height: 19px;
    color: #293d52;
    letter-spacing: 0.5px;
    background: none;
    background-color: transparent;
    border-right: 2px solid #293d52;
    border-radius: 0;
    -webkit-transition: color 0.3s ease;
    transition: color 0.3s ease; }
    .file-container .logo-btn:hover {
      color: #3b82f6;
      background: none;
      background-color: transparent; }
  .file-container .file-upload-mock-btn {
    border-right: none; }

.cropper-container {
  direction: ltr;
  font-size: 0;
  line-height: 0;
  position: relative;
  -ms-touch-action: none;
      touch-action: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none; }
  .cropper-container img {
    display: block;
    height: 100%;
    image-orientation: 0deg;
    max-height: none !important;
    max-width: none !important;
    min-height: 0 !important;
    min-width: 0 !important;
    width: 100%; }

.cropper-wrap-box, .cropper-canvas, .cropper-drag-box, .cropper-crop-box, .cropper-modal {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0; }

.cropper-wrap-box, .cropper-canvas {
  overflow: hidden; }

.cropper-drag-box {
  background-color: #fff;
  opacity: 0; }

.cropper-modal {
  background-color: #000;
  opacity: 0.5; }

.cropper-view-box {
  display: block;
  height: 100%;
  outline: 1px solid #39f;
  outline-color: rgba(51, 153, 255, 0.75);
  overflow: hidden;
  width: 100%; }

.cropper-dashed {
  border: 0 dashed #eee;
  display: block;
  opacity: 0.5;
  position: absolute; }
  .cropper-dashed.dashed-h {
    border-bottom-width: 1px;
    border-top-width: 1px;
    height: calc(100% / 3);
    left: 0;
    top: calc(100% / 3);
    width: 100%; }
  .cropper-dashed.dashed-v {
    border-left-width: 1px;
    border-right-width: 1px;
    height: 100%;
    left: calc(100% / 3);
    top: 0;
    width: calc(100% / 3); }

.cropper-center {
  display: block;
  height: 0;
  left: 50%;
  opacity: 0.75;
  position: absolute;
  top: 50%;
  width: 0; }
  .cropper-center::before, .cropper-center::after {
    background-color: #eee;
    content: ' ';
    display: block;
    position: absolute; }
  .cropper-center::before {
    height: 1px;
    left: -3px;
    top: 0;
    width: 7px; }
  .cropper-center::after {
    height: 7px;
    left: 0;
    top: -3px;
    width: 1px; }

.cropper-face, .cropper-line, .cropper-point {
  display: block;
  height: 100%;
  opacity: 0.1;
  position: absolute;
  width: 100%; }

.cropper-face {
  background-color: #fff;
  left: 0;
  top: 0; }

.cropper-line {
  background-color: #39f; }
  .cropper-line.line-e {
    cursor: ew-resize;
    right: -3px;
    top: 0;
    width: 5px; }
  .cropper-line.line-n {
    cursor: ns-resize;
    height: 5px;
    left: 0;
    top: -3px; }
  .cropper-line.line-w {
    cursor: ew-resize;
    left: -3px;
    top: 0;
    width: 5px; }
  .cropper-line.line-s {
    bottom: -3px;
    cursor: ns-resize;
    height: 5px;
    left: 0; }

.cropper-point {
  background-color: #39f;
  height: 5px;
  opacity: 0.75;
  width: 5px; }
  .cropper-point.point-e {
    cursor: ew-resize;
    margin-top: -3px;
    right: -3px;
    top: 50%; }
  .cropper-point.point-n {
    cursor: ns-resize;
    left: 50%;
    margin-left: -3px;
    top: -3px; }
  .cropper-point.point-w {
    cursor: ew-resize;
    left: -3px;
    margin-top: -3px;
    top: 50%; }
  .cropper-point.point-s {
    bottom: -3px;
    cursor: s-resize;
    left: 50%;
    margin-left: -3px; }
  .cropper-point.point-ne {
    cursor: nesw-resize;
    right: -3px;
    top: -3px; }
  .cropper-point.point-nw {
    cursor: nwse-resize;
    left: -3px;
    top: -3px; }
  .cropper-point.point-sw {
    bottom: -3px;
    cursor: nesw-resize;
    left: -3px; }
  .cropper-point.point-se {
    bottom: -3px;
    cursor: nwse-resize;
    height: 20px;
    opacity: 1;
    right: -3px;
    width: 20px; }
    @media (min-width: 768px) {
      .cropper-point.point-se {
        height: 15px;
        width: 15px; } }
    @media (min-width: 992px) {
      .cropper-point.point-se {
        height: 10px;
        width: 10px; } }
    @media (min-width: 1200px) {
      .cropper-point.point-se {
        height: 5px;
        opacity: 0.75;
        width: 5px; } }
  .cropper-point.point-se::before {
    background-color: #39f;
    bottom: -50%;
    content: ' ';
    display: block;
    height: 200%;
    opacity: 0;
    position: absolute;
    right: -50%;
    width: 200%; }

.cropper-invisible {
  opacity: 0; }

.cropper-hide {
  display: block;
  height: 0;
  position: absolute;
  width: 0; }

.cropper-hidden {
  display: none !important; }

.cropper-move {
  cursor: move; }

.cropper-crop {
  cursor: crosshair; }

.cropper-disabled .cropper-drag-box,
.cropper-disabled .cropper-face,
.cropper-disabled .cropper-line,
.cropper-disabled .cropper-point {
  cursor: not-allowed; }

.cropper-view-box {
  outline-width: 2px;
  outline-color: red; }
  .cropper-view-box img {
    z-index: -1; }

.pdf-generator-logo-modal-dialog,
.group-settings-pdf-logo-modal-dialog {
  outline: none; }
  .pdf-generator-logo-modal-dialog .pdf-generator-logo-modal-body,
  .pdf-generator-logo-modal-dialog .group-settings-pdf-logo-modal-body,
  .group-settings-pdf-logo-modal-dialog .pdf-generator-logo-modal-body,
  .group-settings-pdf-logo-modal-dialog .group-settings-pdf-logo-modal-body {
    margin: 2rem 0 0; }
  .pdf-generator-logo-modal-dialog .pdf-generator-logo-modal-header,
  .pdf-generator-logo-modal-dialog .group-settings-pdf-logo-modal-header,
  .group-settings-pdf-logo-modal-dialog .pdf-generator-logo-modal-header,
  .group-settings-pdf-logo-modal-dialog .group-settings-pdf-logo-modal-header {
    text-align: center; }
  .pdf-generator-logo-modal-dialog .pdf-generator-logo-modal-controls,
  .pdf-generator-logo-modal-dialog .group-settings-pdf-logo-modal-controls,
  .group-settings-pdf-logo-modal-dialog .pdf-generator-logo-modal-controls,
  .group-settings-pdf-logo-modal-dialog .group-settings-pdf-logo-modal-controls {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 0 auto; }
    .pdf-generator-logo-modal-dialog .pdf-generator-logo-modal-controls button,
    .pdf-generator-logo-modal-dialog .group-settings-pdf-logo-modal-controls button,
    .group-settings-pdf-logo-modal-dialog .pdf-generator-logo-modal-controls button,
    .group-settings-pdf-logo-modal-dialog .group-settings-pdf-logo-modal-controls button {
      padding: 0.8125rem 0.05rem;
      margin: 0.25rem;
      background: transparent; }
      .pdf-generator-logo-modal-dialog .pdf-generator-logo-modal-controls button .svg,
      .pdf-generator-logo-modal-dialog .group-settings-pdf-logo-modal-controls button .svg,
      .group-settings-pdf-logo-modal-dialog .pdf-generator-logo-modal-controls button .svg,
      .group-settings-pdf-logo-modal-dialog .group-settings-pdf-logo-modal-controls button .svg {
        position: relative;
        top: 3px; }
      .pdf-generator-logo-modal-dialog .pdf-generator-logo-modal-controls button .pdf-generator-logo-vert,
      .pdf-generator-logo-modal-dialog .pdf-generator-logo-modal-controls button .group-settings-pdf-logo-vert,
      .pdf-generator-logo-modal-dialog .group-settings-pdf-logo-modal-controls button .pdf-generator-logo-vert,
      .pdf-generator-logo-modal-dialog .group-settings-pdf-logo-modal-controls button .group-settings-pdf-logo-vert,
      .group-settings-pdf-logo-modal-dialog .pdf-generator-logo-modal-controls button .pdf-generator-logo-vert,
      .group-settings-pdf-logo-modal-dialog .pdf-generator-logo-modal-controls button .group-settings-pdf-logo-vert,
      .group-settings-pdf-logo-modal-dialog .group-settings-pdf-logo-modal-controls button .pdf-generator-logo-vert,
      .group-settings-pdf-logo-modal-dialog .group-settings-pdf-logo-modal-controls button .group-settings-pdf-logo-vert {
        -webkit-transform: rotate(90deg);
                transform: rotate(90deg); }
    .pdf-generator-logo-modal-dialog .pdf-generator-logo-modal-controls .form-button,
    .pdf-generator-logo-modal-dialog .group-settings-pdf-logo-modal-controls .form-button,
    .group-settings-pdf-logo-modal-dialog .pdf-generator-logo-modal-controls .form-button,
    .group-settings-pdf-logo-modal-dialog .group-settings-pdf-logo-modal-controls .form-button {
      color: #3f3f3f; }
      .pdf-generator-logo-modal-dialog .pdf-generator-logo-modal-controls .form-button:hover, .pdf-generator-logo-modal-dialog .pdf-generator-logo-modal-controls .form-button:active,
      .pdf-generator-logo-modal-dialog .group-settings-pdf-logo-modal-controls .form-button:hover,
      .pdf-generator-logo-modal-dialog .group-settings-pdf-logo-modal-controls .form-button:active,
      .group-settings-pdf-logo-modal-dialog .pdf-generator-logo-modal-controls .form-button:hover,
      .group-settings-pdf-logo-modal-dialog .pdf-generator-logo-modal-controls .form-button:active,
      .group-settings-pdf-logo-modal-dialog .group-settings-pdf-logo-modal-controls .form-button:hover,
      .group-settings-pdf-logo-modal-dialog .group-settings-pdf-logo-modal-controls .form-button:active {
        font-weight: 500;
        text-decoration: underline;
        -webkit-transition: none;
        transition: none; }
    .pdf-generator-logo-modal-dialog .pdf-generator-logo-modal-controls .pdf-generator-logo-crop-button,
    .pdf-generator-logo-modal-dialog .pdf-generator-logo-modal-controls .group-settings-pdf-logo-crop-button,
    .pdf-generator-logo-modal-dialog .group-settings-pdf-logo-modal-controls .pdf-generator-logo-crop-button,
    .pdf-generator-logo-modal-dialog .group-settings-pdf-logo-modal-controls .group-settings-pdf-logo-crop-button,
    .group-settings-pdf-logo-modal-dialog .pdf-generator-logo-modal-controls .pdf-generator-logo-crop-button,
    .group-settings-pdf-logo-modal-dialog .pdf-generator-logo-modal-controls .group-settings-pdf-logo-crop-button,
    .group-settings-pdf-logo-modal-dialog .group-settings-pdf-logo-modal-controls .pdf-generator-logo-crop-button,
    .group-settings-pdf-logo-modal-dialog .group-settings-pdf-logo-modal-controls .group-settings-pdf-logo-crop-button {
      margin-left: auto; }
    .pdf-generator-logo-modal-dialog .pdf-generator-logo-modal-controls .pdf-generator-logo-cancel-button,
    .pdf-generator-logo-modal-dialog .pdf-generator-logo-modal-controls .group-settings-pdf-logo-cancel-button,
    .pdf-generator-logo-modal-dialog .group-settings-pdf-logo-modal-controls .pdf-generator-logo-cancel-button,
    .pdf-generator-logo-modal-dialog .group-settings-pdf-logo-modal-controls .group-settings-pdf-logo-cancel-button,
    .group-settings-pdf-logo-modal-dialog .pdf-generator-logo-modal-controls .pdf-generator-logo-cancel-button,
    .group-settings-pdf-logo-modal-dialog .pdf-generator-logo-modal-controls .group-settings-pdf-logo-cancel-button,
    .group-settings-pdf-logo-modal-dialog .group-settings-pdf-logo-modal-controls .pdf-generator-logo-cancel-button,
    .group-settings-pdf-logo-modal-dialog .group-settings-pdf-logo-modal-controls .group-settings-pdf-logo-cancel-button {
      margin-right: auto; }

body .modaal-wrapper {
  overflow: hidden; }

body .modaal-inner-wrapper {
  padding-top: 0;
  padding-bottom: 0; }

body .modaal-container {
  max-width: px-to-rem(850);
  padding: 0;
  -webkit-box-shadow: none;
          box-shadow: none; }

.colors-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 37.5rem; }

.set-colors {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.25rem;
  margin: 0.625rem;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease; }
  .set-colors:hover {
    background-color: #7a2a2b; }
  .set-colors .selector {
    display: none; }
  .set-colors .colors {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 7.5rem;
    height: 7.5rem;
    overflow: hidden; }
    .set-colors .colors > div {
      width: 3.75rem;
      height: 3.75rem; }
  .set-colors.selected {
    background-color: #7a2a2b; }

.color-set .sp-replacer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.custom-color-box-button-wrap {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 8rem;
  height: 8rem;
  padding: 0.25rem;
  margin: 0.625rem;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease; }
  .custom-color-box-button-wrap:hover {
    background-color: #7a2a2b; }
  .custom-color-box-button-wrap button {
    position: relative;
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    font-size: 1rem;
    font-weight: bold;
    line-height: 19px;
    color: #293d52;
    background: white;
    border: 1px solid #293d52;
    border-radius: 0;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease; }
    .custom-color-box-button-wrap button::before {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      content: '';
      background-image: url(./../images/custom-color-bg.svg);
      background-size: cover;
      opacity: 0.15; }
    .custom-color-box-button-wrap button:hover {
      background-color: white;
      opacity: 1; }
    .custom-color-box-button-wrap button:focus {
      outline: none;
      -webkit-box-shadow: none;
              box-shadow: none; }
  .custom-color-box-button-wrap.selected {
    background-color: #7a2a2b; }

.custom-color-scheme-table-container-wrap {
  display: none;
  margin-top: 1rem; }
  .custom-color-scheme-table-container-wrap.show {
    display: block; }
  .custom-color-scheme-table-container-wrap .custom-color-scheme-btn-container {
    width: 100%; }
  .custom-color-scheme-table-container-wrap .custom-color-box-show-and-hide-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 1rem; }
    @media (min-width: 980px) {
      .custom-color-scheme-table-container-wrap .custom-color-box-show-and-hide-row {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; } }
    .custom-color-scheme-table-container-wrap .custom-color-box-show-and-hide-row .small-label {
      width: 15.625rem;
      margin-bottom: 1rem;
      font-size: 1rem;
      font-weight: 600; }
      @media (min-width: 980px) {
        .custom-color-scheme-table-container-wrap .custom-color-box-show-and-hide-row .small-label {
          margin-bottom: 0; } }
    .custom-color-scheme-table-container-wrap .custom-color-box-show-and-hide-row .custom-color-input-control {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-flex: 1;
          -ms-flex-positive: 1;
              flex-grow: 1;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      width: 100%;
      padding: 0.375rem 0.75rem;
      background: white;
      border: 1px solid #303030;
      border-radius: 4px; }
      @media (min-width: 980px) {
        .custom-color-scheme-table-container-wrap .custom-color-box-show-and-hide-row .custom-color-input-control {
          width: auto; } }
    .custom-color-scheme-table-container-wrap .custom-color-box-show-and-hide-row .custom-color-input {
      padding: 0;
      margin: 0;
      border: none;
      outline: none;
      -webkit-box-shadow: none;
              box-shadow: none; }

body .input-info-box-wrap {
  width: 100%; }
  body .input-info-box-wrap .form-control .jodit_container, body .input-info-box-wrap .account-settings__body .body-section__profile .rcp_form p .jodit_container, .account-settings__body .body-section__profile .rcp_form body .input-info-box-wrap p .jodit_container {
    width: 100%;
    border: 0.0625rem solid #293d52;
    border-radius: 0.25rem; }

.form-control .jodit-container:not(.jodit_inline), .account-settings__body .body-section__profile .rcp_form p .jodit-container:not(.jodit_inline) {
  border-color: #384a5d;
  border-radius: 0.375rem; }

.form-control .jodit-toolbar__box:not(:empty), .account-settings__body .body-section__profile .rcp_form p .jodit-toolbar__box:not(:empty) {
  background-color: white;
  border-color: #384a5d;
  border-radius: 0.375rem 0.375rem 0 0; }

.form-control .jodit_toolbar, .account-settings__body .body-section__profile .rcp_form p .jodit_toolbar,
.form-control .jodit_statusbar,
.account-settings__body .body-section__profile .rcp_form p .jodit_statusbar {
  background: #f9fbfc; }

.form-control .jodit-status-bar, .account-settings__body .body-section__profile .rcp_form p .jodit-status-bar {
  background-color: white;
  border-radius: 0 0 0.375rem 0.375rem; }

.form-control .jodit_toolbar, .account-settings__body .body-section__profile .rcp_form p .jodit_toolbar {
  border-bottom: 0.0625rem solid #293d52;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none; }


.form-control .jodit_statusbar,
.account-settings__body .body-section__profile .rcp_form p .jodit_statusbar {
  border-top: 0.0625rem solid #293d52; }

.form-control .jodit_container:not(.jodit_inline) .jodit_workplace, .account-settings__body .body-section__profile .rcp_form p .jodit_container:not(.jodit_inline) .jodit_workplace {
  min-height: 16rem !important;
  font-size: 1.125rem; }

.form-control .jodit_wysiwyg li, .account-settings__body .body-section__profile .rcp_form p .jodit_wysiwyg li {
  list-style-position: inside; }

button .jodit-toolbar-button__text {
  color: #4c4c4c !important; }

.account-settings__body .pill-button {
  padding: 0.625rem 0.875rem;
  font-size: 0.875rem;
  font-weight: bold;
  line-height: 100%;
  text-transform: uppercase;
  letter-spacing: 0.0625rem;
  background: none;
  background-color: none;
  border-radius: 6.25rem;
  -webkit-transition: none;
  transition: none; }
  .account-settings__body .pill-button__red, .account-settings__body .pill-button.active {
    color: white;
    background: #6a7a34; }
  .account-settings__body .pill-button__grey, .account-settings__body .pill-button.expired {
    color: #3f3f3f;
    background: #e3e3e3; }

.rcp_form {
  position: relative; }
  .rcp_form .rcp_submit_wrap,
  .rcp_form .rcp_form_wrap,
  .rcp_form #rcp_profile_submit_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    width: 100%;
    padding: 4rem 0; }
    .rcp_form .rcp_submit_wrap input[type='submit'],
    .rcp_form .rcp_form_wrap input[type='submit'],
    .rcp_form #rcp_profile_submit_wrap input[type='submit'] {
      display: inline-block;
      -webkit-appearance: none;
         -moz-appearance: none;
              appearance: none;
      width: 100%;
      padding: 1.25rem 2.25rem;
      font-family: 'museo-sans-rounded', 'Helvetica Neue', 'Helvetica', 'Roboto', 'Arial', sans-serif;
      font-size: 1.125rem;
      font-weight: 300;
      line-height: 1.375rem;
      color: #ffffff;
      text-align: center;
      text-decoration: none;
      text-transform: uppercase;
      vertical-align: middle;
      cursor: pointer;
      -webkit-user-select: none;
         -moz-user-select: none;
          -ms-user-select: none;
              user-select: none;
      background: linear-gradient(135deg, #294252 0%, #293d52 100%);
      background-color: #293d52;
      border: none;
      border-radius: 4px;
      -webkit-transition: all 300ms ease;
      transition: all 300ms ease; }
      @media (min-width: 980px) {
        .rcp_form .rcp_submit_wrap input[type='submit'],
        .rcp_form .rcp_form_wrap input[type='submit'],
        .rcp_form #rcp_profile_submit_wrap input[type='submit'] {
          width: auto; } }
      .rcp_form .rcp_submit_wrap input[type='submit']:hover, .rcp_form .rcp_submit_wrap input[type='submit']:focus,
      .rcp_form .rcp_form_wrap input[type='submit']:hover,
      .rcp_form .rcp_form_wrap input[type='submit']:focus,
      .rcp_form #rcp_profile_submit_wrap input[type='submit']:hover,
      .rcp_form #rcp_profile_submit_wrap input[type='submit']:focus {
        opacity: 0.9; }
      .rcp_form .rcp_submit_wrap input[type='submit']:disabled,
      .rcp_form .rcp_form_wrap input[type='submit']:disabled,
      .rcp_form #rcp_profile_submit_wrap input[type='submit']:disabled {
        cursor: not-allowed;
        opacity: 0.5; }
        .rcp_form .rcp_submit_wrap input[type='submit']:disabled:hover,
        .rcp_form .rcp_form_wrap input[type='submit']:disabled:hover,
        .rcp_form #rcp_profile_submit_wrap input[type='submit']:disabled:hover {
          background-color: transparent; }

.toggle-chevron {
  position: relative;
  width: 0.875rem;
  height: 0.25rem;
  margin-left: 1rem; }
  .toggle-chevron::before, .toggle-chevron::after {
    position: absolute;
    display: block;
    width: 0.875rem;
    height: 0.25rem;
    content: '';
    background: #3f3f3f;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease; }
  .toggle-chevron::before {
    right: 15px;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg); }
  .toggle-chevron::after {
    right: 7px;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg); }
  .opened .toggle-chevron::before {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg); }
  .opened .toggle-chevron::after {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg); }

.account-settings__body .white-content-box {
  padding: 1.5rem;
  margin-bottom: 2rem;
  background-color: white;
  border-radius: 0.25rem;
  -webkit-box-shadow: 0 0.1875rem 0.5rem rgba(0, 0, 0, 0.04);
          box-shadow: 0 0.1875rem 0.5rem rgba(0, 0, 0, 0.04); }
  .account-settings__body .white-content-box__inner {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%; }
    @media (min-width: 1024px) {
      .account-settings__body .white-content-box__inner {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; } }
  .account-settings__body .white-content-box__right {
    margin-top: 1rem;
    margin-left: 0; }
    @media (min-width: 1024px) {
      .account-settings__body .white-content-box__right {
        margin-top: 0;
        margin-left: auto; } }
  .account-settings__body .white-content-box h4 {
    margin-bottom: 0;
    font-size: 1.125rem;
    font-weight: bold;
    line-height: 22px; }
  .account-settings__body .white-content-box__disabled {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    cursor: not-allowed; }
  .account-settings__body .white-content-box__icon {
    width: 2rem;
    height: 2rem; }
    .account-settings__body .white-content-box__icon:hover {
      cursor: pointer; }

.account-settings .small-svg-icon {
  position: relative; }
  .account-settings .small-svg-icon svg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

#wpadminbar .ab-submenu .ab-item:hover,
#wpadminbar .ab-item.ab-empty-item:hover {
  color: #00b9eb;
  cursor: pointer; }

.working-overlay {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100vw;
  height: 100vh;
  background-color: rgba(16, 16, 16, 0.5); }

.working-spinner {
  position: relative;
  display: inline-block;
  width: 6.25rem;
  height: 6.25rem; }

.working-spinner div {
  position: absolute;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  width: 6.25rem;
  height: 6.25rem;
  margin: 0.5rem;
  border: 8px solid #ffffff;
  border-color: #ffffff transparent transparent transparent;
  border-radius: 50%;
  -webkit-animation: working-spinner 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
          animation: working-spinner 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite; }

.working-spinner div:nth-child(1) {
  -webkit-animation-delay: -0.45s;
          animation-delay: -0.45s; }

.working-spinner div:nth-child(2) {
  -webkit-animation-delay: -0.3s;
          animation-delay: -0.3s; }

.working-spinner div:nth-child(3) {
  -webkit-animation-delay: -0.15s;
          animation-delay: -0.15s; }

@-webkit-keyframes working-spinner {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

@keyframes working-spinner {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }


/*# sourceMappingURL=index.css.map*/