.price-grid > .row,
.price-grid > h3 {
	padding-top: 0.75rem;
	padding-bottom: 0.75rem;
}

.price-grid > .row:nth-child(even) {
	background-color: #d9edf7;
}

.price-grid details {
	margin-left: 1.45rem;
}
.price-grid details > summary {
  list-style-type: none;
  text-indent: -1.45rem;
  color: #00407a;
  cursor: pointer;
  font-weight: 600;
}

.price-grid details > summary::-webkit-details-marker {
  display: none;
}

.price-grid details > summary::before {
  content: '\2B9E\00A0';
}

.price-grid details[open] > summary::before {
  content: '\2B9F\00A0';
}

.price-grid details[open] > summary {
    margin-bottom: 0.5rem;
}

.price-grid details[open] p {
	margin-left: 1.5rem;
}

.price-grid .limit-width {
	max-width: 20rem;
	margin: auto;
}

#section_by_country_select_container {
	margin-top: 5rem;	
}

#section_by_country_select_container label {
	font-size: large;
	max-width: 80rem;
}
#section_by_country_select {
   -webkit-appearance:none;
   -moz-appearance:none;
   -ms-appearance:none;
   appearance:none;
   outline:0;
   box-shadow:none;
   border:0!important;
   background: #00407a;
   background-image: none;
   flex: 1;
   padding: 0 .5em;
   color:#fff;
   cursor:pointer;
   font-size: 1em;
   font-family: 'Open Sans', sans-serif;
}
#section_by_country_select::-ms-expand {
   display: none;
}
#section_by_country_select_wrapper {
   position: relative;
   margin: auto;
   display: flex;
   width: 30em;
   max-width: 100%;
   height: 3em;
   line-height: 3;
   background: #5c6664;
   overflow: hidden;
   border-radius: .25em;
}
#section_by_country_select_wrapper::after {
   content: '\25BC';
   position: absolute;
   top: 0;
   right: 0;
   padding: 0 1em;
   background: #2b2e2e;
   color: #fff;
   cursor:pointer;
   pointer-events:none;
   transition:.25s all ease;
}
#section_by_country_select_wrapper:hover::after {
   color: #00407a;
}

#section_by_country-_ .box {
	padding: 15rem 0;
	border: 1rem dashed grey;
	border-radius: 4rem;
}

.button-form {
	margin: 10rem auto;
	min-width: 25rem;
}

@media only screen and (max-width: 767px) {
  .benefit-row > div:nth-child(2)::before {
	  content: 'Level 1';
  	display: block;
	  font-weight: bold;
	  margin-top: 1rem;
  }
  .benefit-row > div:nth-child(3)::before {
	  content: 'Level 2';
  	display: block;
	  font-weight: bold;
	  margin-top: 1rem;
  }
  .benefit-row > div:nth-child(4)::before {
	  content: 'Level 3';
  	display: block;
	  font-weight: bold;
	  margin-top: 1rem;
  }
}

/* List of Institutional Members page */
.list-instmbr {
	min-height: 340px;
}
.list-instmbr .logo {
	height: 125px;
  display: flex;
  justify-content: center;
  align-items: center;

}
.list-instmbr .logo img {
	max-height: 125px;
	max-width: min(90%, 175px);
	display: block;
	margin: auto;
}