footer {
  display: none;
}

.elementor-widget-theme-site-logo a:after {
  opacity: 1 !important;
}
.elementor-location-header .elementor-sticky--active {
  pointer-events: none;
}
.elementor-location-header .elementor-sticky--active .elementor-widget-theme-site-logo + div > div {
  pointer-events: visible;
}

body.single-portal {
  background-color: #041d50;
}

.rcc-portal {
  width: 100%;
  max-width: 1500px;
  margin: 0 auto;
  padding: 0 20px 60px;
}

.rcc-portal hr {
  border: none;
  background-color: #0a1c4d;
  height: 1px;
  margin: 13px 0;
}

.rcc-portal__grid {
  display: grid;
  grid-template-columns: 260px 1fr;
  gap: 20px;
}

.rcc-portal__nav-wrapper {
  position: sticky;
  top: 111px;
  height: fit-content;
}
.rcc-portal__nav {
  border: 1px solid #e6e6e6;
  border-radius: 10px;
  padding: 10px;
  height: fit-content;
  background: #fff;
  margin-bottom: 20px;
}

.rcc-portal__nav a {
  display: block;
  padding: 10px 12px;
  border-radius: 8px;
  text-decoration: none;
  color: inherit;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 18px;
}
.rcc-portal__nav a:hover {
  color: #c6312d;
}

.rcc-portal__nav a.is-active {
  background: #f2f4f7;
  font-weight: 600;
}

.rcc-portal__panel {
  border: 1px solid #e6e6e6;
  border-radius: 10px;
  padding: 25px 0 0;
  background: #fff;
}

.rcc-portal__panel p code,
.rcc-portal__panel li code {
  font-size: 0.85em;
  background-color: #f2f4f7;
}

#rcc-portal-panel h2 {
  font-family: 'IBM Plex Serif';
}

.rcc-portal__iframe {
  width: 100%;
  height: 75vh;
  border: 1px solid #e6e6e6;
  border-radius: 10px;
}

.rcc-portal__toolbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  padding: 0 30px;
  margin-bottom: 14px;
}
.rcc-portal__tasks {
  padding: 0 30px 18px;
}

.rcc-portal__button,
#rcc-portal-panel .rcc-tasks-refresh {
  display: inline-block;
  text-decoration: none;
  border: 1.5px solid #041d50;
  border-radius: 50px;
  font-family: 'brandon-grotesque';
  text-transform: uppercase;
  font-weight: 700;
  line-height: 1;
  padding: 11px 17px 10px;
  background-color: #041D50;
  color: #fff;
}
.rcc-portal__button:hover {
  background-color: #ffffff00;
  color: #041D50;
}

#rcc-portal-panel .rcc-tasks-refresh {
  background-color: #ffffff00;
  color: #041D50;
}
#rcc-portal-panel .rcc-tasks-refresh:hover {
  background-color: #041D50;
  color: #fff;
}

.rcc-portal__note {
  color: #667085;
  font-size: 14px;
}

@media (max-width: 900px) {
  .rcc-portal__grid {
    grid-template-columns: 1fr;
  }

  .rcc-portal__nav {
    position: relative;
    top: auto;
  }
}


/*----------------------------
# Password Form
----------------------------*/

.post-password-form {
  min-height: calc(100vh - 265px);
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.post-password-form p:first-of-type {
  color: #fff;
}
.post-password-form p {
  display: flex;
  width: 100%;
  justify-content: center;
  gap: 10px;
  align-items: center;
}
.post-password-form label {
  width: 100%;
  max-width: 250px;
  font-size: 0;
}
.post-password-form input {
  border-radius: 50px !important;
  border: 1.5px solid #fff !important;
}
.post-password-form input[type="password"] {
  background-color: #fff !important;
  padding: 9px 17px !important;
  font-size: 18px;
  letter-spacing: 3px;
}
.post-password-form input[type="submit"] {
  width: initial !important;
  padding: 6px 15px;
  font-size: 15px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
}


/*----------------------------
# Memberpress Login Form
----------------------------*/

body.page-password-protected .mp_login_form {
  display: none;
}

.mp_login_form {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  max-width: 450px;
  margin: 0 auto;
}

body.logged-in .mp_login_form {
  position: relative;
  top: 0;
  left: 0;
  transform: none;
}

.mp_login_form form,
.mp_login_form .mepr-login-actions {
  padding: 0 30px;
}
.page-template-client-portal .mp_login_form label {
  display: block !important;
  margin-top: 20px;
  margin-bottom: 12px;
  color: #fff;
}
.mp_login_form .mp-spacer {
  height: 10px;
}
.mp_login_form #wp-submit {
  background-color: #C6312D;
  border: none;
  padding: 10px 25px;
  text-transform: uppercase;
}
.mp_login_form .mepr-login-actions a,
.mp_login_form .mepr-already-logged-in a {
  display: inline-block;
  margin-top: 3px;
  border: 1px solid #fff;
  padding: 7px 20px;
  color: #fff;
  border-radius: 50px;
}
.mp_login_form .mepr-login-actions a:hover,
.mp_login_form .mepr-already-logged-in a:hover {
  background-color: #ffffff1c;
}
.mp_login_form .mepr-already-logged-in {
  font-size: 0;
}
.mp_login_form .mepr-already-logged-in a {
  font-size: 16px;
}

/*----------------------------
# Overview Tab
----------------------------*/

#overview {
  display: flex;
  gap: 5%;
  padding-left: 30px;
  padding-right: 30px;
  padding-bottom: 15px;
}
#overview .main-overview {
  width: 300px;
  flex-grow: 1;
}
#overview h1 {
  font-family: 'IBM Plex Serif';
}
#overview h3 {
  font-family: 'IBM Plex Serif';
  font-size: 34px;
}
#overview p a {
  color: inherit;
  text-decoration: underline;
  text-decoration-color: #C6312D;
}


#overview .quick-details {
  width: 300px;
}
#overview .quick-details h3 {
  font-size: 30px;
  font-family: 'IBM Plex Serif';
}
#overview .quick-details h3 img {
  display: none !important;
  width: 24px !important;
  margin: 0 !important;
  margin-right: 4px !important;
}
#overview .quick-details h5 {
  margin-top: 20px;
  margin-bottom: 8px;
}
#overview .quick-details h5 strong {
  font-weight: 500;
}
#overview .quick-details .files-assets {
  margin-top: 25px;
  margin-bottom: 20px;
}
#overview .quick-details .files-assets p {
  margin-bottom: 10px;
}

/*----------------------------
# Overview Tab - Analysis
----------------------------*/

#analysis-wrapper {
  margin-top: 35px;
  margin-bottom: 26px;
  border-radius: 10px;
  padding: 10px 25px 5px;
  background-color: #f2f4f7;
  border: 1.5px solid #0a1c4d30;
}

.rcc-overview-analysis {
  margin-bottom: 20px;
}
.rcc-overview-analysis .tabs {
  list-style: none;
  padding: 0;
  margin: 0 0 18px;
  display: flex;
  gap: 16px;
}

.rcc-overview-analysis .tabs .rcc-tab {
  background: #f2f4f7;
  cursor: pointer;
  border: none;
  color: #0a1c4d;
  font-weight: 700;
  text-transform: uppercase;
  padding: 0 0 7px;
  padding-right: 45px;
  border-bottom: 1px solid;
  border-radius: 0;
}

.rcc-overview-analysis .tabs .rcc-tab.is-active {
  padding-bottom: 5px;
  border-bottom: 3px solid;
}

.rcc-overview-analysis__panels .rcc-panel {
  display: none;
}

.rcc-overview-analysis__panels .rcc-panel.is-active {
  display: block;
}

.quick-analysis-click {
  margin-top: 10px;
}
.quick-analysis-click a {
  color: #041d50;
}
.quick-analysis-click a:hover {
  color: #c02b0a;
}


/*----------------------------
# Overview Tab - Quick Links
----------------------------*/

#quick-link-wrapper {
  margin-top: 35px;
  margin-bottom: 26px;
  border-radius: 10px;
  padding: 10px 25px 5px;
  background-color: #fff;
  border: 1.5px solid #0a1c4d30;
}

#overview .rcc-portal__quicklinks {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  gap: 8px;
  margin-top: 20px;
  margin-bottom: 17px;
}
#overview .rcc-portal__quicklinks a:first-of-type {
  background-color: #ffffff00;
  color: #041D50;
}
#overview .rcc-portal__quicklinks a:first-of-type:hover {
  background-color: #041D50;
  color: #fff;
}

.quick-details .rcc-services {
  margin-bottom: 20px;
}
.quick-details .rcc-services__list {
  list-style: none;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  padding: 0;
}
.quick-details .rcc-services__list li {
  padding: 0;
}
.quick-details .rcc-services__list li:after {
  content: "•";
  color: #d1d4dd;
  padding: 0 5px;
}
.quick-details .rcc-services__list li:last-of-type:after {
  display: none;
}
.quick-details .rcc-services__list li a {
  color: #041d50;
  font-weight: 600;
}
.quick-details .rcc-services__list li a:hover {
  color: #c02b0a;
}

/*----------------------------
# Panels - Analysis Summary
----------------------------*/

.rcc-portal__analysis-summary {
  padding: 0 30px;
}
.rcc-portal__analysis-summary .rcc-portal__button {
  display: inline-block;
  border: 1.5px solid #041d50;
  border-radius: 50px;
  font-weight: 700;
  padding: 11px 17px 10px;
  background-color: #041D50 !important;
  color: #fff;
}
.rcc-portal__analysis-summary .rcc-portal__button:hover {
  background-color: #ffffff00 !important;
  color: #041D50;
}

.rcc-portal__analysis-excerpt {
  max-width: 660px;
}
.rcc-portal__analysis-excerpt P:first-of-type {
  font-size: 0.9em;
}
.rcc-portal__analysis-full {
  max-width: 760px;
  padding: 30px;
}
.rcc-portal__analysis-full h3 {
  font-family: 'IBM Plex Serif';
  font-size: 32px;
}
.rcc-portal__analysis-full h3:first-of-type {
  margin-top: 0;
}
.rcc-portal__analysis-full ul {
  margin-bottom: 15px;
}
/* .rcc-portal__analysis-full p:first-of-type {
  display: none;
} */


/*----------------------------
# Panels - Tasks
----------------------------*/

.rcc-tasks-table--outbox thead,
.rcc-tasks-table--stuck thead,
.rcc-tasks-table--done thead {
  display: none;
}
.rcc-tasks-table--outbox tr:first-of-type td,
.rcc-tasks-table--stuck tr:first-of-type td,
.rcc-tasks-table--done tr:first-of-type td {
  border-top: 2px solid #0a1c4d;
}


/*----------------------------
# Panels - Inactive Pitch
----------------------------*/

.rcc-portal__nav.rcc-portal__nav--inactive {
  background-color: #041d50;
  color: #fff;
}
.rcc-portal__nav a.is-active {
  color: #041d50;
  font-weight: 600;
}
.rcc-portal__nav-inactive-title {
  font-size: 18px;
  padding: 10px 10px 5px;
}
.rcc-portal__inactive-pitch {
  padding: 0 30px 30px;
}


/*----------------------------
# Form - Task Request
----------------------------*/

.rcc-portal__panel--task-request {
  max-width: 602px;
  margin-left: auto;
  margin-right: auto;
}

#rcc-portal-panel .rcc-portal__task-request {
  max-width: 600px;
  padding: 0 30px 27px;
}
#rcc-portal-panel form a {
  color: inherit;
  text-decoration: underline;
}
#rcc-portal-panel form .gfield_description {
  display: none;
}

#gform_fields_9 input[type="text"],
#gform_fields_9 input[type="email"],
#gform_fields_9 input[type="url"],
#gform_fields_9 input[type="radio"],
#gform_fields_9 textarea {
  border: 1px solid !important;
  border-radius: 3px !important;
}
.gform_wrapper input[type="radio"] {
  appearance: auto !important;
  -webkit-appearance: auto !important;
  accent-color: #1E4493;
  border-radius: 50px !important;
}

#field_9_5 .gchoice {
  margin-bottom: 12px;
}
#field_9_5 .gchoice strong {
  display: block;
  margin-bottom: 5px;
}
#field_9_5 input {
  vertical-align: top;
  transform: translateY(1.5px);
  margin-right: 4px;
}

#rcc-portal-panel #field_9_9 {
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 8px;
  padding: 10px 13px;
  background-color: #0a1c4d17;
  border-radius: 5px;
  margin-top: -20px;
  margin-bottom: 10px;
}
#field_9_9:before {
  content: '\f06a';
  display: inline-block;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font: var(--fa-font-solid);
  padding-top: 5px;
  color: #C6312D;
}

#rcc-portal-panel #gfield_description_9_4 {
  display: block !important;
}

#rcc-portal-panel .gpfup__droparea {
  background-color: #ffffffba;
  border-radius: 6px;
  border-color: #666666;
  border-width: 1px;
}

#rcc-portal-panel form .gform_fields {
  grid-row-gap: 25px;
}
#rcc-portal-panel form .gfield {
  display: flex;
  flex-direction: column;
  margin: 0;
}
#rcc-portal-panel form .gfield .ginput_container {
  order: 3;
}
#rcc-portal-panel form .gfield_description {
  padding-top: 0;
  margin-bottom: 10px;
}
#rcc-portal-panel form .gfield_required {
  font-style: normal;
}
#rcc-portal-panel form .gfield.hidden_label {
margin-top: 0;
}
#rcc-portal-panel form .gfield.hidden_label legend {
display: none;
}
#rcc-portal-panel form input,
#rcc-portal-panel form textarea {
  background-color: #ffffff80;
}
#rcc-portal-panel form .gform_drop_area {
      border: 1px solid #041d50;
  background-color: #ffffff80;
}
#rcc-portal-panel form .gform_button_select_files {
  color: #041d50;
  border: 1px solid #041d50;
  text-transform: initial;
  font-weight: 500;
  padding: 6px 15px 7px;
  background-color: rgba(255, 255, 255, 0);
}
#rcc-portal-panel form .gform_button_select_files:hover {
  color: #fff;
  background-color: #041d50;
}
#rcc-portal-panel form fieldset {
border: none;
padding: 0;
margin-bottom: 0;
}
#rcc-portal-panel form fieldset .ginput_left,
#rcc-portal-panel form fieldset .ginput_right {
display: block;
width: calc(50% - 5px);
}
#rcc-portal-panel form fieldset .ginput_left {
float: left;
}
#rcc-portal-panel form fieldset .ginput_right {
float: right;
}
#rcc-portal-panel form fieldset input {
  margin-bottom: 0;
}

@media screen and (max-width: 699px) {

  #rcc-portal-panel form fieldset .ginput_left,
  #rcc-portal-panel form fieldset .ginput_right {
    width: 100%;
  }
  #rcc-portal-panel form fieldset input {
    margin-bottom: 15px;
  }

}

#rcc-portal-panel form input[type="submit"] {
  text-transform: uppercase;
  margin-bottom: 0;
  background-color: #041d50 !important;
  color: #fff;
  border: none;
  border-radius: 50px !important;
  font-weight: 600;
  min-width: 90px;
  width: initial !important;
  padding-left: 20px;
  padding-right: 20px;
}
#rcc-portal-panel form .gform_footer {
  padding-bottom: 0;
}
#rcc-portal-panel .gform_footer {
  margin-top: 0;
}


/*----------------------------
# Form - Confirmation
----------------------------*/

#gform_82_validation_container h2 {
  color: #0a1c4d;
  font-size: 20px;
}
#gform_82_validation_container .gform-icon--circle-error:before {
  color: #c02b0a;
}
#rcc-portal-panel .gfield_description.validation_message {
  padding: 8px 12px;
}

#gform_confirmation_wrapper_82 > div {
  background: url(https://redclaycreative.com/wp-content/uploads/Task-Form-Background.png) top / cover no-repeat;
  border-radius: 10px;
  padding: 20px 10% 25px;
}
#gform_confirmation_wrapper_82 h2 {
  color: #041d50;
}
#gform_confirmation_wrapper_82 h4 {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
  text-transform: var(--e-global-typography-accent-text-transform);
  letter-spacing: var(--e-global-typography-accent-letter-spacing);
}


/*----------------------------
# Mobile
----------------------------*/

.rcc-portal__mobile-nav,
.rcc-portal__nav-wrapper hr {
  display: none;
}
.rcc-portal__mobile-nav span {
  position: relative;
}
.rcc-portal__mobile-nav i {
  transition: 0.5s all ease;
}
.rcc-portal__mobile-nav i.fa-plus {
  opacity: 1;
}
.rcc-portal__mobile-nav i.fa-plus.spin {
  opacity: 0;
}
.rcc-portal__mobile-nav i.fa-minus {
  position: absolute;
  top: calc(50% - 1px);
  left: 50%;
  transform: translate(-50%, -50%);
}
.rcc-portal__mobile-nav .spin {
  transform: rotate(360deg);
}

.rcc-portal__nav-wrapper hr {
  display: none;
  opacity: 0;
  margin: 0 12px;
  height: 1px;
  width: calc(100% - 24px);
  background-color: hsla(0, 0%, 50%, .502);
  transition: 0.5s all ease;
}

@media screen and (max-width: 900px) {

  .rcc-portal__nav-wrapper {
    position: relative;
    top: 10px;
  }
  .rcc-portal__mobile-nav {
    display: flex;
    justify-content: space-between;
    cursor: pointer;
    padding: 10px 12px;
    font-weight: 700;
    text-transform: uppercase;
    transition: 0.5s all ease;
  }
  .rcc-portal__nav-wrapper hr {
    display: block;
  }
  .rcc-portal__nav-wrapper hr.sep {
    opacity: 1;
  }
  .rcc-portal__desktop-nav {
    display: none;
  }

  .rcc-portal__panel {
    overflow-x: auto;
  }
  .rcc-portal__panel .rcc-tasks {
    min-width: 800px;
  }

}