section.personal .top_box {
  background: #EEF0F2;
}
section.personal .top {
  padding: 55px 35px;
  display: flex;
  justify-content: space-between;
  margin-bottom: 6px;
}
section.personal .top .left {
  display: flex;
  align-items: center;
}
section.personal .top .left img {
  border-radius: 50%;
  max-width: 112px;
  margin-right: 15px;
}
section.personal .top .left h3 {
  margin-bottom: 0;
}
section.personal .top .right {
  display: flex;
  margin-top: 15px;
  margin-right: 68px;
}
section.personal .top .right .qi {
  margin-right: 22px;
}
section.personal .top .right .content-box h4 {
  color: #7A5BBE;
  max-width: 400px;
  margin-bottom: 30px;
}
section.personal .top .right .content-box p {
  color: #000000;
}
section.personal .bottom {
  display: flex;
}
section.personal .bottom .sidebar {
  width: 20%;
  background: #F0F0F0;
  padding: 30px 35px;
}
section.personal .bottom .sidebar ul {
  margin: 0;
  display: flex;
  flex-direction: column;
  align-items: self-start;
}
section.personal .bottom .sidebar ul a {
  padding: 10px 20px;
  background: #FFFFFF;
  border-radius: 10px;
  margin-bottom: 20px;
}
section.personal .bottom .sidebar ul a.current {
  background: #130C1E;
}
section.personal .bottom .sidebar ul a.current li {
  color: #fff;
}
section.personal .bottom .forms {
  width: 80%;
  margin-bottom:10%
}
section.personal div.forms div.form_group .page-center div.details-section {
  flex-wrap: wrap;
}

section.personal div.forms div.form_group .page-center div.details-section .saved-details {
   width: 100%;
   margin: 10px;
   border-bottom: 2px solid #ddd;
   padding: 0px 0 20px;
   display:inline-flex;
   align-items: center;
}
section.personal div.forms div.form_group .page-center div.details-section .saved-details .content, section.personal div.forms div.form_group .page-center div.details-section .saved-details .edit {
  width:100%;
}
section.personal div.forms div.form_group .page-center div.details-section .edit {
  float:right;
  width:100%;
  /* temp */display:none;
}
/* Billing section -- Corporate members */
section.personal div.billing-box3 div.inner1 h5 {
  margin-top:10px;
}
section.personal div.billing-box3 div.details-section .saved-details.corporate_memberships div.companyname_member_details {
  margin-top:15px;
}
/* Billing box */ 
section.personal div.forms div.form_group.four h4 {
  padding-top:30px;
  padding-bottom:35px;
} 
section.personal div.billing-wrapper {
    display: inline-flex;
    width: 100%;
    justify-content: flex-start;
}
section.personal div.billing-box1 {
  width: 50%;
}
section.personal div.billing-box1 div.inner2 {
  display: inline-flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  color: #130c1e;
}
section.personal div.billing-box2 {
  width: 50%;
  padding-left: 10%;
  padding-bottom: 15px;
}
section.personal div.billing-box2 div.inner2{
  display: inline-flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  height:45px;
  color: #130c1e;
}
section.personal div.billing-box3 {
  width: 100%;
  padding-left: 0%;
  padding-bottom: 25px;
}
section.personal div.payment-method {
  width: 100%;
  display: inline-flex;
  align-items: flex-end;
  margin-top: 50px;
  flex-wrap:wrap;
}
section.personal div.payment-method div.text {
  width:50%;
}
section.personal div.payment-method div.buttn {
  width:50%;
  padding-left:10%;
}
section.personal div.cancel-payment {
  width: 100%;
  display: inline-flex;
  align-items: flex-end;
  margin-top: 50px;
}
section.personal div.cancel-payment div.text {
  width:50%;
}
section.personal div.cancel-payment div.buttn {
  width:50%;
  padding-left:10%;
}
section.personal div.forms #four {
  margin-bottom:20%;
}
/* Award Application */
section.personal div.custommodal.award {
  border-radius: 20px;
  background: #eef0f2;
  padding:45px 84px;
  margin-top:28px;
}
section.personal fieldset.form-columns-1 .hs-input {
    width: 100%;
}
section.personal div.award-form-text {
  padding-left:10%;
}
/*END*/
/* Qualifications, Experience & CPD button hover states */
img.qualificationsTrigger, img.cpdTrigger, img.experienceTrigger {
 content: url("https://9367493.fs1.hubspotusercontent-na1.net/hubfs/9367493/plusbutton.svg");
}
img.qualificationsTrigger:hover, img.cpdTrigger:hover, img.experienceTrigger:hover {
 content: url("https://9367493.fs1.hubspotusercontent-na1.net/hubfs/9367493/hover.svg") !important;
}
/* Qualifications, Experience & CPD Edit hover states */

/*END*/
@media (max-width: 960px) {
  section.personal div.billing-wrapper {
    flex-wrap: wrap;
  }
  section.personal div.billing-box1 {
    width: 100%;
  }
  section.personal div.billing-box2 {
    padding-left: 0;
    width: 100%;
    padding-top: 30px;
  }
  section.personal div.payment-method {
    flex-wrap:wrap;
  }
  section.personal div.payment-method div.text {
    width:100%
  }
  section.personal div.payment-method div.buttn {
    width:100%;
    padding-left:0;
  }
  section.personal div.cancel-payment {
    flex-wrap:wrap;
  }
  section.personal div.cancel-payment div.text {
    width:100%
  }
  section.personal div.cancel-payment div.buttn {
    width:100%;
    padding-left:0;
  }
}
/*END*/
@media (max-width: 1200px) {
  section.personal .bottom .sidebar {
    padding: 30px 20px;
  }
}
@media (max-width: 600px) {
  section.personal .top {
    display:none;
  }
  section.personal .bottom {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  section.personal .bottom .sidebar, section.personal .bottom .forms { 
    width:100%;
    margin-bottom:5%
  }
  section.personal .bottom .sidebar ul {
    flex-direction: column;
    align-items: self-start;
    display: grid;
    grid-template-columns: auto auto;
    grid-row: auto;
    grid-column-gap: 5px;
    grid-row-gap: 5px;
  }
  section.personal .bottom .sidebar ul li {
    font-size:13px;
    line-height:16px;
    min-height: 48px;
    font-weight:500;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width:100%;
  }
  section.personal .bottom .sidebar ul a {
    margin-bottom:0px;
    padding: 2px 16px;
    background: transparent;
    border-radius: 10px;
    border: solid 1px #7A5BBE;    
  }
  section.personal .bottom .sidebar ul a.current {
    background:#7A5BBE;
  }
}
/* Postcode Lookup CSS */
#memberflow .form .hs_zip .input {
    display: grid;
    grid-template-columns: 1.5fr 0.5fr;
    grid-template-rows: 1fr;
    gap: 0px 6px;
    grid-template-areas: ". .";
    width: 100%;
    height: 100%;
    text-transform: uppercase !important;;
}

#memberflow .form .hs-fieldtype-text input[name="zip"] {
  text-transform: uppercase !important;
}

#memberflow .form .hs-fieldtype-text input.buttonDisable {
    background-color: #b4b0a7 !important;
    color: white !important;
}

#memberflow .form .hs-fieldtype-text input.isError {
  -webkit-box-shadow: inset 0px 0px 0px 1px #f00 !important;
  -moz-box-shadow: inset 0px 0px 0px 1px #f00;
  box-shadow: inset 0px 0px 0px 1px #f00 !important;
  background-color: #c2010133 !important;
  color: white;
  text-transform: uppercase;
}

#memberflow .form .hs-fieldtype-text input[type="button"] {
    font: normal normal bold 14px/16px 'National 2';
    color: #4a1b78;
    padding: 14px 26px;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fec33c;
    border-radius: 10px;
    display: inline-block;
}

#memberflow .form .hs-fieldtype-text input[type="button"]:hover {
    cursor: pointer;
} 

@media (max-width: 500px){
  #memberflow .form .hs-fieldtype-text input[type="button"] {
      width: calc(100% - 12px) !important;
  }
}

@media (min-width: 992px){
  #memberflow .form .hs-fieldtype-text input[type="button"] {
      width: 90% !important;
  }
}
@media (min-width: 1480px){
#memberflow .step-outer {
    max-width: 1090px;
    background: #EEF0F2;
    border-radius: 20px;
    margin: 2em auto;
    width: 100%;
    padding: 2em 2em;
  }
}

#memberflow .modal .modal-dialog {
    padding: 10px 0;
    max-width: 70vw;
    margin: 10vh auto;
}

#memberflow .form ul.hs-error-msgs label {
    color: red !important;
}

#memberflow .form ul.hs-error-msgs {
    margin: 0 0px;
}

#postcodeModal .modal-footer .primary-btn {
    flex-direction: row;
    line-height: 20px;
    max-width: 180px;
    border: 2px solid #43196D;
    border-radius: 10px;
    background: #43196D;
    font-size: 18px;
    padding: 10px 20px;
    cursor: pointer;
    display: flex;
    justify-content: center;
    font-family: National\ 2;
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 25px;
    align-items: center;
    color: #FFFFFF;
    cursor: pointer;
    margin-bottom: 10px;
    transition: all .5s;
}

#memberflow .modal .modal-header,.modal .modal-header {
	background-color: #4a1b78;
	color: #FFFFFF
}

#postcodeModal #addressList option {
    cursor: pointer;
}

#memberflow .modalHeaderCloseIcon {
	color: #FFFFFF
}

#memberflow .modalHeaderCloseIcon:hover {
	color: #FFFFFF
}

#postcodeModal #addressList {
	width: 96%;
	margin: 0 2%;
	box-sizing: border-box;
	padding: 1% 1%;
  font: normal normal normal 18px/22px 'National 2';
}

#postcodeModal #addressList option.noAddr {
	width: 100%;
	background: none;
	color: #000;
	font-size: 27px;
	text-align: center
}

#postcodeModal .modal-footer {
	padding-bottom: 30px
}

#postcodeModal .modal-footer button {
	line-height: 20px;
	max-width: 180px
}

#postcodeModal .modal-footer #selectAdd {
	max-width: 180px
}

#postcodeModal .modal-header h3 {
	line-height: 50px;
  color: #fff;
}

#postcodeModal .modal-body {
	padding-top: 30px;
	padding-bottom: 30px
}

#memberflow .modal-open {
	overflow: hidden
}

#memberflow .modal-open .modal {
	overflow-x: hidden;
	overflow-y: auto
}

#memberflow .modal {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 9999;
	display: none;
	overflow: hidden;
	outline: 0
}

#memberflow .modal-dialog {
	position: relative;
	width: auto;
	margin: .5rem;
	pointer-events: none
}

div.step-app .step-outer .step-content form input.primary-btn.postcodeBtn {
    background: #43196D;
    border-radius: 10px;
    padding: 10px 20px;
    margin-left: 10px;
    width: 160px;
    color: white;
}

#memberflow .modal.fade .modal-dialog {
	transition: -webkit-transform .3s ease-out;
	transition: transform .3s ease-out;
	transition: transform .3s ease-out,-webkit-transform .3s ease-out;
	-webkit-transform: translate(0,-25%);
	transform: translate(0,-25%)
}

@media screen and (prefers-reduced-motion:reduce) {
	#memberflow .modal.fade .modal-dialog {
			transition: none
	}
}

#memberflow .modal.show .modal-dialog {
	-webkit-transform: translate(0,0);
	transform: translate(0,0)
}

#memberflow .modal-dialog-centered {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	min-height: calc(100% - (.5rem * 2))
}

#memberflow .modal-dialog-centered::before {
	display: block;
	height: calc(100vh - (.5rem * 2));
	content: ""
}

#memberflow .modal-content {
	position: relative;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	width: 100%;
	pointer-events: auto;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid rgba(0,0,0,.2);
	border-radius: .3rem;
	outline: 0
}

#memberflow .modal-backdrop {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1040;
	background-color: #000
}

#memberflow .modal-backdrop.fade {
	opacity: 0
}

#memberflow .modal-backdrop.show {
	opacity: .5
}

#memberflow .modal-header {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: start;
	align-items: flex-start;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 1rem;
	border-bottom: 1px solid #e9ecef;
	border-top-left-radius: .3rem;
	border-top-right-radius: .3rem
}

#memberflow .modal-header .close {
	padding: 1rem;
	margin: -1rem -1rem -1rem auto
}

#memberflow .modal-title {
	margin-bottom: 0;
	line-height: 1.5
}

#memberflow .modal-body {
	position: relative;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	padding: 1rem
}

#memberflow .modal-footer {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: end;
	justify-content: flex-end;
	padding: 1rem;
	border-top: 1px solid #e9ecef
}

#memberflow .modal-footer>:not(:first-child) {
	margin-left: .25rem
}

#memberflow .modal-footer>:not(:last-child) {
	margin-right: .25rem
}

#memberflow .modal-scrollbar-measure {
	position: absolute;
	top: -9999px;
	width: 50px;
	height: 50px;
	overflow: scroll
}

@media (min-width: 576px) {
	#memberflow .modal-dialog {
			max-width:500px;
			margin: 1.75rem auto
	}

	#memberflow .modal-dialog-centered {
			min-height: calc(100% - (1.75rem * 2))
	}

	#memberflow .modal-dialog-centered::before {
			height: calc(100vh - (1.75rem * 2))
	}

	#memberflow .modal-sm {
			max-width: 300px
	}
}

@media (min-width: 992px) {
	#memberflow .modal-lg {
			max-width:800px
	}
}
/* Mobile Fixes */
@media (max-width: 461px) {
	div.payment-div label[for="tabs2"] {
    margin-top: 0 !important;
  }
}
/* Find address button */ 
#memberflow input.primary-btn.postcodeBtn {
    background: #43196D;
    border-radius: 10px;
    padding: 10px 20px;
    margin-left: 10px;
    width: 160px;
    color: white;
}
/* Membership Levels Popup */
.membership-popup div.split-text {
    margin-top: 15px;
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
}
.membership-popup .split-text h3 {
    width: 34%;
    padding: 5px 0px 5px 5px;
    margin: 0;
}
.membership-popup .split-text p {
    width: 64%;
}
.membership-popup div.page-center {
  font-family: National\ 2;
}
div.membership-popup {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    opacity: 0;
    visibility: hidden;
    transform: scale(1.1);
}
div.membership-popup.showme {
    opacity: 1;
    visibility: visible;
    transform: scale(1.0);
    transition: visibility 0s linear 0s, opacity 0.25s 0s, transform 0.25s;
    z-index:2;
}
div.membership-popup .page-center {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: white;
    padding: 1rem 1.5rem;
    max-width: 760px;
    width: 100%;
    border-radius: 0.5rem;
    overflow-y: auto;
    max-height: 98vh;
    margin:auto;
}
.membership-popup p {
    padding: 10px 0;
}
/* Table Cells */
table {
  border-collapse: collapse;
  width: 100%;
  box-shadow: 0 0 10px rgb(0 0 0 / 25%);
  border: solid 1px transparent;
  border-radius: 20px;
}
th.strong, td.strong {
  font-weight:700;
}
td, th {
  border: 1px solid transparent;
  text-align: left;
  padding: 5px 15px;
  height:65px;
}

tr:nth-child(odd) {
  background-color: #EEF0F2;
}
tr:first-child td:first-child {
  border-radius: 20px 0px 0px 0px;
}
tr:first-child td:last-child {
  border-radius: 0 20px 0px 0px;
}
/* Payment table */
div.payment-method table {
    box-shadow: none;
    margin-top: 25px;
}
div.payment-method tr:nth-child(odd) {
  background-color: transparent;
}
div.payment-method th {
  padding: 5px 15px 15px 0px;
  color:#130c1e;
}
div.payment-method td {
    text-align: left;
    padding: 45px 15px 45px 0px;
    height: auto;
    color: #130c1e;
    border-top: solid 1.05px #A3A2A2;
    border-bottom: solid 1px #A3A2A2;
}
#four div.Card-details {
    display: inline-flex;
    width: 100%;
    align-items: center;
    justify-content: space-around;
}
#four div.Card-details div.col-1 {
    display: inline-flex;
    width: 52%;
    align-items: center;
    justify-content: flex-start;
    color: #130c1e; 
}
#four div.Card-details div.col-2 {
    display: inline-flex;
    width: 48%;
    align-items: center;
    justify-content: flex-start;  
}
#four div.Card-details div.col-1 p, #four div.Card-details div.col-2 p {
  padding:2px;
}
/* close button */
.close-button {
      float: right;
      width: 1.5rem;
      line-height: 1.5rem;
      text-align: center;
      cursor: pointer;
      border-radius: 0.25rem;
      background-color: lightgray;
    position: absolute;
    right: 10px;
    top: 10px;
  }

  .close-button:hover {
      background-color: darkgray;
  }