#membership-overview {
  border-radius: 2px;
  background-color: #ffffff;
  border: solid 1px #e7e7e7;
  padding: 0 22px 23px;
  margin-top: 34px; }
  #membership-overview .membership-status {
    padding: 15px; }
  #membership-overview img {
    position: relative;
    top: -2px;
    margin-right: 3px; }
  #membership-overview p small {
    font-size: 11px; }
  #membership-overview hr {
    margin: 30px 0 15px; }

.btn-membership-options {
  background-image: none;
  border: 1px solid #69ced0;
  color: #69ced0 !important; }

.btn-membership-options:hover {
  background-color: #69ced0;
  color: #FFF !important; }

.btn-red {
  background-image: none;
  border: 1px solid #ef6060;
  color: #ef6060 !important; }

.btn-red:hover {
  background-color: #ef6060;
  color: #FFF !important; }

#ciq-plan-selection h2 {
  margin-top: 0; }
#ciq-plan-selection #essentials, #ciq-plan-selection #inner-circle {
  float: left;
  width: 49%; }
#ciq-plan-selection #essentials {
  margin-right: 2%; }
#ciq-plan-selection h4 img {
  position: relative;
  top: -2px; }
#ciq-plan-selection #bundle {
  padding-top: 20px; }
  #ciq-plan-selection #bundle li {
    float: none;
    width: 100%; }
#ciq-plan-selection ul:after {
  clear: both; }
#ciq-plan-selection li {
  float: left;
  width: 49%;
  list-style: none; }
#ciq-plan-selection li.annual {
  margin-left: 2%; }
#ciq-plan-selection .blue h4, #ciq-plan-selection .blue span strong {
  color: #2dccd3; }
#ciq-plan-selection .purple h4, #ciq-plan-selection .purple span strong {
  color: #7289da; }
#ciq-plan-selection input[type="submit"] {
  margin-top: 15px;
  width: 100%; }
#ciq-plan-selection input[type="submit"]:before {
  clear: both;
  content: "";
  display: table; }

a.disabled {
  pointer-events: none;
  color: #CCC;
  opacity: 0.5; }
