.account-dashboard-container .primary-container{
    display: flex;
  }
  .account-dashboard-container .primary-container > div{
    flex: 1;
    min-width: 0px;
  }
  .account-dashboard-container .primary-container > div.sidebar{
    width: 400px;
    max-width: 400px;
    float: none;
    background: #004474;
    background: linear-gradient(180deg,rgba(0, 68, 116, 1) 0%, rgba(3, 73, 119, 1) 47%, rgba(76, 170, 174, 1) 100%);
    padding: 25px;
  }
  .account-dashboard-container.full-width .primary-container > div.sidebar{
    display: none
  }
  .account-dashboard-container .primary-container > div.main-content{
    background-color: #f0f3fb;
    min-height: 100vh;
  }
  .account-dashboard-container .main-content > header{
    background: #f0f3fb;
    padding: 20px 40px 0;
  }
  .account-dashboard-container .main-content > header .row{
    background: #004474; margin: 0;
    padding: 20px;
    border-radius: 8px;
    color: #fff
  }
  .account-dashboard-container .account-dropdown > span,
  #page .account-dashboard-container .main-content > header ul.menu-icons a{
    color: #fff;
  }
  .account-dashboard-container .account-dropdown > span .fa{
    font-size: 20px;
    margin-right: 10px;
    position: relative;
    top: 1px;
  }
  .padding-30{
    padding: 30px;
  }
  .padding-0-30 {
    padding: 0 30px;
  }
  .lu-dashboard > header .row{
    align-items: center
  }
  .lu-dashboard > header{
    background: #171738;
  }
  .lu-dashboard > header *{
    color: #fff;
  }
  .edit-account .section, .lu-dashboard .section, .account-dashboard-content-wrapper{
    border-radius: 15px;
    background: #fff;
    margin-bottom: 30px;
    box-shadow: 0 0 25px rgba(0, 0, 0, 0.09);
  }
  .tracked-out{
    letter-spacing: 1px;
  }
  .account-dashboard-container .sidebar{
    padding: 40px 0 25px 0;
    box-shadow: 2px 0 20px rgba(0, 0, 0, 0.05);
    position: relative;
    z-index: 2
  }
  .account-dashboard-container .sidebar .links ul{
    margin: 0; padding: 0;
  }
  .account-dashboard-container .sidebar .links ul li{
    margin-bottom: 0;
    margin-top: 0;
    display: flex; flex-wrap: wrap; margin-bottom: 5px
  }
  .account-dashboard-container .sidebar .links ul li a{
    text-decoration: none;
    display: block;
    padding: 17px 26px 20px;
    text-decoration: none !important;
    flex-basis: 100%;
  }
  .account-dashboard-container .sidebar .links ul li span{
    flex: 1;
    position: relative; top: 2px;
    font-weight: bold;
    color: #fff;
    font-size: 16px;
  }
  .account-dashboard-container .sidebar .links ul li img{
    width: 22px;
    margin-right: 10px;
    filter: brightness(0) invert(1);
  }
  .account-dashboard-container .sidebar .links ul ul{
    flex-basis: 100%; padding-left: 40px; padding-top: 10px
  }
  .account-dashboard-container .sidebar .links ul ul a{
    padding: 10px 20px;
  }
  .account-dashboard-container .site-logo-div{
    margin-bottom: 40px;
    text-align: center
  }
  .account-dashboard-container .site-logo-div img{
    width: 100%; max-width: 280px;
  }
  .d-flex{
    display: flex;
    align-items: center;
  }
  #side-menu-container{
    margin-right: 25px;
    cursor: pointer;
    position: relative; top: 0;
  }
  #side-menu-container + h4{
    margin-bottom: 0;
    color: #fff
  }
  /* #side-menu-container + h4{
    margin-bottom: 0;
    color: #171738;
    font-weight: 600 !important;
    letter-spacing: 0
  } */
  .section-heading{
    display: flex;
    align-items: flex-start;
    color: #171738;
    font-weight: 600 !important;
    font-family: 'Montserrat', sans-serif !important;
    font-size: 1.5rem
  }
  .section-heading img{
    width: 35px;
    margin-right: 20px;
  }
  .lu-dashboard .welcome{
    font-size: 4rem
  }
  .account-dashboard-container .main-content > header .text-right{
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
  .account-dashboard-container .main-content > header .text-right > *:not(:last-child){
    margin-right:20px
  }
  .account-dashboard-container .main-content > header .col-sm-4{
    padding-top: 0;
  }
  .account-dashboard-container .main-content > header .text-right > form{
    margin-right: 0!important;
    position: relative;
    width: 300px;
  }
  .account-dashboard-container .main-content > header .text-right > form input,
  .member-search input{
    background: transparent; border: 1px solid #C6C6C6 !important;
    border-radius: 30px;
    box-shadow: none;
    outline: 0;
    width: 100%;
    padding-right: 40px;
    padding-left: 20px
  }
  .account-dashboard-container .main-content > header ul{
    margin: 0;
    padding: 0; width: 100px
  }
  .account-dashboard-container .account-dropdown > ul{
    min-width: 250px
  }
  .account-dashboard-container .main-content > header ul.menu-icons a{
    color: #171738; font-size: 20px
  }
  .account-dashboard-container .main-content > header ul li{
    list-style-type: none;
    color: #171738;
    display: inline-block;
    text-decoration: none;
  }
  .account-dashboard-container .main-content > header ul li{
    text-decoration: none;
  }
  .account-dashboard-container .main-content > header .account-dropdown ul li a{
    color: #0C243C !important;
  }
  .account-dashboard-container .main-content > header ul li:not(:last-child){
    margin-right: 20px;
  }
  .account-dashboard-container .main-content > header .row > div{
    margin-bottom: 0
  }
  .account-dropdown{
    position: relative;
    padding-right: 20px;
    cursor: pointer
  }
  .account-dropdown:before{
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    color: #fff;
    content: "\f078";
    position: absolute;
    top: 5px;
    right: 0;
    font-size: 12px;
  }
  .account-dropdown > span{
    font-size: 14px; color: #464646;
    font-weight: bold;
  }
  .account-dropdown ul{
    position: absolute;
    top: 100%;
    right: 0;
    min-width: 150px;
    display: none;
    background: #fff;
    padding: 20px !important;
    box-shadow: 0 0 16px rgb(0 0 0 / 16%);
    z-index: 999
  }
  .account-dropdown ul li{
    display: block !important;
    text-align: left;
    margin: 0 0 10px !important
  }
  .account-dropdown:hover ul{
    display: block;
  }
  .account-dashboard-container .main-content > header .text-right > form:after{
    content: "\f002";
    color: #171738;
    position: absolute;
    top: 9px;
    right: 14px;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
  }
  .account-dashboard-container .todos{
    padding-left: 10px
  }
  .account-dashboard-container .todos li, .checkbox-field{
    list-style-type: none;
    position: relative;
    padding-left: 20px;
  }
  .account-dashboard-container .todos li input, .checkbox-field input{
    position: absolute; top: 0; visibility: hidden;
  }
  .account-dashboard-container .todos li span, .checkbox-field span{
    position: relative;
  }
  
  .account-dashboard-container .todos li span:before, .checkbox-field span:before{
    font-weight: normal;
    color: #171738;
    content: "\f0c8";
    font-family: 'Font Awesome 5 Free';
    position: absolute;
    top: -6px;
    left: -32px;
    font-size: 20px;
  }
  .account-dashboard-container .todos li input:checked + span:before, .checkbox-field input:checked + span:before{
    content: "\f14a";
  }
  .account-dashboard-container #sidebar-wrapper li{
    margin-left: 0
  }
  .account-dashboard-container .main-content > header .text-right > form input{
    background: #fff
  }
  .account-dashboard-container .sidebar .links ul li a.active, .account-dashboard-container .sidebar .links ul li a:hover{
    background: #fff;
    color: #014675 !important;
    border-radius: 8px;
  }
  .account-dashboard-container .sidebar .links ul li a.active span, .account-dashboard-container .sidebar .links ul li a:hover span{
    color: #014675;
  }
  .account-dashboard-container .sidebar .links ul li a.active img, .account-dashboard-container .sidebar .links ul li a:hover img{
    filter: unset;
  }
  .padding-60{
    padding: 60px;
  }
  .dashboard-card{
    margin-bottom: 30px; 
  }
  .dashboard-card .wrapper, .ncaa-card{
    background: #fff; padding: 30px; border-radius: 15px;
    box-shadow: 0 3px 15px rgba(0, 0, 0, .1); height: 100%
  }
  .ncaa-card{
    height: auto
  }
  .featured-post{
    margin-bottom: 25px;
  }
  .featured-post .thumbnail{
    background: #0c243c
  }
  #page .dash-btn, #page .button{
    background: #4ba8ad;
    color: #fff !important;
    padding: 10px 20px;
    border-radius: 10px;
    display: inline-block;
    text-decoration: none;
    margin-bottom: 5px;
    border: 0;
    font-weight: 500;
    text-transform: uppercase; outline: 0
  }
  #page .dashboard-card .dash-btn{
    padding: 8px 20px; font-size: 15px
  }
  #page .dash-btn.active{
    background: #0C243C
  }
  .account-dashboard-container .overlay{
    position: absolute; top: 0; left: 0; right: 0; bottom: 0;
    background:#000; opacity: .5;
    display: none;
    z-index: 2;
  }
  .account-dashboard-container.mobile-menu-open .overlay{
    display: block
  }
#side-menu-container{
display: none
}
#sidebar-wrapper .user-details{
    padding: 15px 20px;
}
#sidebar-wrapper .user-details .d-flex{
    background: #fff;
    border-radius: 10px;
    gap: 20px;
    padding: 15px 30px;
}
#sidebar-wrapper .user-details .d-flex .avatar{
    border-radius: 50%;
    overflow: hidden;
}
#sidebar-wrapper .user-details h4{
    color: #F47321; margin-bottom: 10px;
    font-size: 1.3rem;
}
#sidebar-wrapper .user-details p{
    color: #9E9E9E;
    font-size: 15px; margin-bottom: 0
}
.padding-40{
    padding: 40px
}
.dashboard-overview .wrapper{
    padding: 30px 20px; margin-bottom: 30px;
    background: #f4b335;
    border-radius: 20px;
}
.dashboard-overview .d-flex{
    gap: 20px;
    align-items: center;
}
.dashboard-overview .d-flex p{
    margin-bottom: 0;
}
.dashboard-overview .d-flex .icon{
    width: 80px; height: 80px; display: flex; align-items: center;
    justify-content: center;
    background: #fff;
    border-radius: 50%; min-width: 80px;
}
.dashboard-overview .d-flex *{
    color: #fff;
}
.dashboard-overview .wrapper.pending-listings{
    background: #f26311
}
.dashboard-overview .wrapper.recently-updated-listings{
    background: #d40019
}
.two-columns-list{
    column-gap: 20px; column-count: 2;
}
.breakdown .two-columns-list{
    padding: 0
}
.breakdown .two-columns-list li{
    padding: 0; margin: 0; list-style-type: none; margin-left: 0; margin-bottom: 15px; margin-top: 0
}
.directory-edit-btn, .directory-view-listing{
  background: #F47321;
  border: none;
  padding: 10px 13px;
  color: white !important;
  cursor: pointer;
  width: 100px;
  border-radius: 0px;
  font-size: 14px;
  font-weight: bold; display: inline-block; text-align: center;
  text-decoration: none !important;
}
.directory-view-listing{
  background: #f4b335
}
.pagination-btn.active {
  background-color: #e44d26 !important;
  color: white;
  font-weight: bold;
}
.directory-delete-btn{
  background: #D40A19;
  border: none;
  padding: 10px 13px;
  color: white;
  cursor: pointer;
  width: 100px;
  border-radius: 0px;
  font-size: 14px;
  font-weight: bold;
  text-decoration: none;
}
.directory-delete-btn:hover {
  background: #a50c15;
}
.directory-table-container #pagination{
  text-align: left !important;
}
.directory-table-container #pagination button{
  font-size: 14px;
}
.directory{
  margin-top: 30px !important
}
.directory-search-container {
  /*             padding: 0px 35px 0px 35px; */
        position: relative;
    }
    .directory-search-container {
        position: relative;
        max-width: 450px;
        width: 100%;
    }
    
    .directory-controls input,
.search-container input[type=search],
.directory-search-container input{
        width: 100%;
        padding: 20px 40px;
  border-radius: 50px;
/*             border: 1px solid #ccc; */
        font-size: 16px;
  background-color: #fff;
        background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><circle cx="11" cy="11" r="8"></circle><line x1="21" y1="21" x2="16.65" y2="16.65"></line></svg>')!important;
        background-repeat: no-repeat!important;
        background-position: 10px center!important;
        background-size: 20px!important;
    }
input[type=search]:focus{
  background-color: #e9e9e9!important;
}
.directory-controls select{
        width: 100%;
  border-radius: 50px;
        font-size: 16px;
  background-color: #fff;
  padding: 15px 10px;
}
.directory-table-container {
  background: white;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
    .directory-table-container,
.notes-table-container,
.listing-form{
        background: white;
        border-radius: 5px;
        box-shadow: 0 2px 4px rgba(0,0,0,0.1);
        overflow: hidden;
    }

.listing-form input, #editForm input, .listing-form select, #editForm select, .listing-form textarea, #editForm textarea {
  width: 100%;
  padding: 14px!important;
  margin-bottom: 10px;
  border: 1px solid #A0A0A0!important;
  border-radius: 0px!important;
  background: #fff;
}
.grouped-fields {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}

.field-group {
  display: flex;
  flex-direction: column;
  flex: 1;
}

.field-group label {
  font-size: 14px;
  font-weight: bold;
  color: #333;
}

.field-group input, .field-group select {
  padding: 10px;
  font-size: 14px;
  border: 1px solid #ccc;
  border-radius: 4px;
  outline: none;
  box-sizing: border-box;
}

.field-group select {
  background-color: #fff;
}
.directory-controls > div:first-child {
  width: 30%;
}
.directory-controls > div:nth-child(2) {
  width: 18%;
}
.directory-controls > div:nth-child(3) {
  width: 16%;
}
.directory-controls > div:nth-child(4) {
  width: 15%;
}
.directory-controls > div:nth-child(5) {
  width: 10%;
}
.directory-controls > div{
  min-width: 200px;
}
table#directory-table > tbody > tr > td:last-child{
  width: 340px;
}
table#directory-table > tbody > tr > td, table#directory-table, table#directory-table > thead > tr > th,
table#note-table > tbody > tr > td, table#note-table, table#note-table > thead > tr > th {
      border: none;
    background: none;
    color: #000;
    padding: 10px 10px;
    font-size: 16px;
}
    td {
        padding: 10px 12px;
    }
table#directory-table > thead > tr > th, table#directory-table > thead > tr > td,
table#note-table thead > tr > th, table#note-table > thead > tr > td{
  font-size: 15px;
}
#page #gform_wrapper_4 .gform_footer{
  text-align: right; justify-content: right !important;
}
#page #gform_wrapper_4 .gform_footer input{
  text-transform: uppercase
}
#page #gform_wrapper_4 input, #page #gform_wrapper_4 select, #page #gform_wrapper_4 textarea{
  text-transform: unset
}
.export-btn.ncaa-button{
  width: 100%;
  background: #f26311;
  height: 100%;
  display: flex; align-items: center; justify-content: center
}
.close-btn{
  cursor: pointer;
  color: #D40A19
}
.ncaa-popup .view-listing-title{
  font-size: 1.8rem
}
#view-listing .content{
  max-width: 1000px;
}
.listing-details ul{
  margin: 0; padding: 0;
}
.listing-details ul li{
  list-style-type: none;
  margin: 0 0 15px; font-size: 14px
}
.listing-details .notes{
  padding-top: 20px; border-top: 1px solid #ccc; align-items: center;
}
#view-listing .ncaa-button{
  font-size: 13px;
  text-transform: uppercase; 
}
#view-listing tbody{
  max-height: 320px;
  overflow: auto;
}
#vendor-notes-iframe{
  width: 100%; height: 500px; border: 0
}
.page-id-1058 #wpadminbar{
  display: none !important;
}
.remove-note{
  background: #d40019
}
td{
  font-size: 16px;
}
.listing-details table tr > td:last-child{
  width: 220px;
}
.staff-notes ul{
  margin: 20px 0 0; padding: 0;
}
.staff-notes ul li{
  list-style-type: none; position: relative;
  padding-left: 30px; margin: 0 0 15px
}
.staff-notes ul li:before{
  content: '📝';
  position: absolute;
  top: 0; left: 0; 
}
.status-pending{
  color: #f47321
}
.most-common-vendor-issue{
  margin: 0; list-style-type: none; padding: 0
}
.most-common-vendor-issue li{
  margin-bottom: 15px; margin-left: 15px;
}
.notes-table #directory-table tr > td:last-child{
  width: 100px;
}
.directory-buttons{
  display: flex; flex-wrap: wrap; gap: 5px;
}
.listing-top-ctas .ncaa-button{
  margin: 0 5px 5px
}
#import-export-listing .inner{
  overflow: hidden;
}
.dashboard-card .icon{
  background: #004474;
  border-radius: 50%;
  width: 100px;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 20px; min-width: 100px;
}
.dashboard-card .icon img{
  filter: brightness(0) invert(1);
  scale: 1.8
}
.dashboard-card .d-flex{
  align-items: flex-start;
  position: relative; height:100%
}
.dashboard-card .d-flex .details{
  padding-bottom: 20px;
}
.dashboard-card .d-flex .details h4{
  margin-bottom: 10px
}
.dashboard-card .learn-more{
  position: absolute;
  bottom: -8px; right: 0;
  font-weight: bold; margin-bottom: 0
}
.dashboard-footer{
  background: #092C5A;
  padding: 20px;
  color: #fff;
  text-align: center; font-weight: bold;
}
.swhd-btn{
  background: #4CAAAE; color: #fff !important;
  border-radius: 30px; font-weight: 500;
  padding: 10px 35px;
  text-decoration: none !important;
  display: inline-block
}
.dashboard-card table{
  border: 0;
}
.dashboard-card table thead{
  margin-bottom: 20px;
}
.dashboard-card table thead tr{
  overflow: hidden;
  border-radius: 8px;
}
.dashboard-card table thead th{
  font-weight: bold;
  background: #004474;
  color: #fff;
  padding: 15px 20px;
  letter-spacing: 0; text-transform: unset; font-size: 16px;
  border: 0
}
.dashboard-card table thead tr > th:first-child{
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
}
.dashboard-card table thead tr > th:last-child{
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
}
.dashboard-card table td{
  padding: 20px 15px;
  border: 0;
  border-bottom: 1px solid #CFCFCF
}
.dashboard-card table tbody > tr:last-child > td{
  border-bottom: 0
}
.dashboard-card table tbody > tr:first-child > td{
  padding-top: 20px;
}
.member-search{
  max-width: 400px;
}
.member-search input{
  background: #fff
}
.members-grid .member{
  margin-bottom: 30px;
}
.members-grid .member .wrapper{
  height: 100%; background: #004474;
  border-radius: 10px;
  overflow: hidden; position: relative;
}
.members-grid .member .wrapper .thumbnail-cont{
  padding: 15px; background: #fff; margin-bottom: 5px
}
.members-grid .member .thumbnail:before{
  padding-bottom: 65%
}
.members-grid .member .wrapper .details{
  padding: 15px 20px 60px;
  color: #fff;
}
#page .members-grid .member .wrapper .details a{
  color: #fff;
}
.members-grid .member .view-profile{
  position: absolute;
  bottom: 20px;
  left: 20px; right: 0; margin-bottom: 0
}
#page .members-grid .member .wrapper .details .view-profile a{
  font-weight: bold; color: #4CAAAE
}
#page .members-grid .member .details h4{
  color: #fff;
}
.members-grid .member p{
  margin-bottom: 5px
}
#page .padding-40 > h3{
  color: #000
}
.single-topic #header-section, .single-topic #colophon{
  display: none !important
}
#bbpress-forums .bbp-template-notice.info, #bbpress-forums .bbp-admin-links,
.bbp-author-role, .bbp-reply-ip, #bbpress-forums .bbp-header, #bbpress-forums .bbp-footer{
  display: none !important
}
#bbpress-forums .bbp-reply-author{
  display: flex;
  width: 100% !important;
  background: #004474;
  padding: 10px 20px;
  border-radius: 10px;
  align-items: center; float: none !important;
  position: relative;
  z-index: 2;
}
#bbpress-forums ul.bbp-forums, #bbpress-forums ul.bbp-lead-topic, #bbpress-forums ul.bbp-replies, #bbpress-forums ul.bbp-search-results, #bbpress-forums ul.bbp-topics,
#bbpress-forums{
  font-size: 16px;
}
#bbpress-forums .bbp-reply-author a{
  width: 100%; display: flex; align-items: center; color: #fff !important;
  font-weight: bold;
}
#bbpress-forums .bbp-reply-author a > .bbp-author-avatar{
  max-width: 45px;
  border-radius: 50%;
  overflow: hidden;
  height: 45px;
  width: 45px;
  display: block;
  margin: 0;
}
#bbpress-forums .bbp-reply-author a{
  pointer-events: none;
}
#bbpress-forums .bbp-reply-author a > .bbp-author-avatar img{
  width: 100%; height: 100%; object-fit: cover;
  margin-top: 0
}
#bbpress-forums .bbp-reply-content{
  margin-left: 0 !important;
  background: #EFEFEF;
  padding: 30px 40px 20px !important;
  border-radius: 10px;
  margin-top: -10px;
}
div.bbp-forum-header, div.bbp-reply-header, div.bbp-topic-header, li.bbp-body div.hentry{
  padding: 0 !important;
  background: transparent
}
#bbpress-forumns .bp-reply-position-1{
  margin-bottom: 20px; 
}
#bbpress-forums div.reply {
  height: auto;
  box-sizing: border-box;
}
#bbpress-forums .bbp-reply-header{
  margin-top: 25px;
  border: 0;
  padding: 10px 0 !important;
  background: transparent !important;
  text-align: right;
  margin-bottom: -50px;
  position: relative;
  z-index: 99;
  margin-right: 16px;
  color: #fff;
}
#bbpress-forums .forums.bbp-replies{
  border: 0 !important
}
.member-search input{
  background-image: url(/wp-content/uploads/2025/06/search.svg);
  background-position: calc(100% - 20px) center;
  padding-right: 50px; background-repeat: no-repeat;
}
.members-grid .thumbnail{
  border-radius: 10px;
  overflow: hidden;
  background: #eee;
}
.members-grid .thumbnail-cont{
  position: relative;
}
.members-grid .thumbnail-cont .date{
  background: #4CAAAE;
  padding: 15px;
  text-align: center;
  color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9;
  font-size: 20px;
  line-height: 1;
  border-radius: 10px;
  text-transform: uppercase;
  min-width: 80px;
  font-weight: bold;
}
.members-grid .thumbnail-cont .date > span{
  font-size: 24px;
}
.account-quick-links{
  display: flex;
  align-items: center;
}
.account-quick-links > div:first-child{
  flex: 1; text-align: right; margin-right: 25px
}
.account-quick-links .avatar{
  width: 30px; height: 30px; overflow: hidden;
  border-radius: 50%;
}
.account-quick-links .avatar img{
  width: 100%; height: 100%; object-fit: cover;
}
.swhd-popup{
  position: fixed;
   top: 0; left: 0; right: 0; bottom: 0;
   z-index: 9999; display: none;
}
.swhd-popup.open{
  display: block
}
.swhd-popup .overlay{
  background: #000; position: absolute; top: 0; left: 0; right: 0; bottom: 0;
  z-index: 2;
  opacity: 0.6; cursor: pointer;
}
.swhd-popup .content{
  position: absolute;
  top: 50%; left: 50%; transform: translate(-50%, -50%);
  width: calc(100% - 60px); max-width: 800px;
  z-index: 10; background: #fff; border-radius: 10px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.16); padding: 25px;
}
.swhd-popup .close-btn{
  position: absolute; top: 20px; right: 20px;
  font-size: 20px; cursor: pointer;
}
.swhd-popup .inner{
  max-height: calc(100vh - 60px);
  overflow: auto;
}
#input_1_4{
  row-gap: 15px;
}
#input_1_4 > div:last-child{
  gap: 0
}
#input_1_4 > div:last-child label{
  display: none;
}
#input_1_4 > div:last-child input[type="radio"]{
  position: relative;
  top: 10px
}
#input_1_4 > div:last-child input[type="text"]{
  margin-left: 30px;
  position: relative;
  top: -19px;
}
#page .gform_fields{
  row-gap: 20px
}
#page select {
  appearance: auto; /* or remove 'appearance' entirely */
  -webkit-appearance: auto;
  -moz-appearance: auto;
}
div[class*="col-"] > .dashboard-card{
  height: 100%
}
div[class*="col-"]{
  margin-bottom: 30px
}
#new-proposal.view-proporal .gform_footer{
  display: none !important
}
@media (min-width: 840px){
  #gform_fields_4{
    position: relative;
    padding-left: 350px;
  }
  #field_4_25{
    position: absolute;
    top: 0; left: 0; width: 320px;
  }
}
@media (max-width: 1200px){
  #side-menu-container {
    display: block;
    color: #fff; font-size: 24px; margin-right: 15px;
  }
  .account-dashboard-container:not(.mobile-menu-open) .primary-container > div.sidebar{
    display: none;
  }
  .account-dashboard-container.full-width .primary-container > div.sidebar{
    display: block !important;
    position: fixed;
    top: 0; bottom: 0;
    z-index: 9999;
  }
}
@media (max-width: 990px){
  .dashboard-content .padding-40{
    padding : 20px
  }
  #directory-table thead, #view-listing table thead{
    display: none
  }
  #directory-table tbody, #directory-table tbody tr, #directory-table tbody td,
  #view-listing table tbody, #view-listing tbody tr, #view-listing tbody td{
    width: 100%; display: block
  }
  #directory-table tbody td, #view-listing tbody td{
    padding: 5px 0;
    border: 0;
  }
  #directory-table tbody td:before, #view-listing tbody td:before{
    content: attr(data-title); font-weight: bold
  }
  #directory-table tbody tr, #view-listing tbody tr{
    padding-bottom: 10px;
    border-bottom: 1px solid; margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .dashboard-card .wrapper, .ncaa-card {
    padding: 20px;
  }
  .account-dashboard-container .primary-container > div.sidebar{
    width: 100%;
    max-width: calc(100% - 100px)
  }
  .account-dashboard-container .main-content > header {
    padding: 20px 20px;
  }
  .directory {
    margin-top: 20px !important;
  }
  .ncaa-button {
    font-size: 13px;
  }
  .listing-top-ctas{
    text-align: left !important; margin-top: 15px
  }
  .directory-controls > div {
    width: 100% !important;
  }
  .grouped-fields {
    flex-direction: column;
  }
  .form-section {
    grid-template-columns: auto;
  }
  .field-group {
    width: 100%;
  }
  .directory-controls > div:first-child {
    width: 30%;
  }
  .directory-controls > div:nth-child(2) {
    width: 25%;
  }
  .directory-controls > div:nth-child(3) {
    width: 25%;
  }
  .directory-controls > div:nth-child(4) {
    width: 25%;
  }
  .directory-controls > div:nth-child(5) {
    width: 25%;
  }
  .account-dashboard-container .main-content > header .row > div{
    margin-bottom: 10px
  }
  .account-dashboard-container .main-content > header .row{
    padding: 15px 5px
  }
  .h3, h3 {
    font-size: 1.5rem;
  }
  .dashboard-card .wrapper{
    width: 100%; overflow: auto;
  }
  .account-dashboard-container .main-content > header {
    padding: 20px 20px 0;
  }
}

@media only screen and (max-width: 640px){
  .directory-controls > div:first-child {
    width: 100%;
  }
  .directory-controls > div:nth-child(2) {
    width: 45%;
  }
  .directory-controls > div:nth-child(3) {
    width: 45%;
  }
  .directory-controls > div:nth-child(4) {
    width: 40%;
  }
  .directory-controls > div:nth-child(5) {
    width: 20%;
  }
}
@media only screen and (max-width: 425px){

  .directory-controls > div:first-child {
    width: 100%;
  }
  .directory-controls > div:nth-child(2) {
    width: 100%;
  }
  .directory-controls > div:nth-child(3) {
    width: 100%;
  }
  .directory-controls > div:nth-child(4) {
    width: 50%;
  }
  .directory-controls > div:nth-child(5) {
    width: 40%;
  }
}