body {
  background-color: #f0f2f2;
  font-family: klavikaRegular, Helvetica, Arial, sans-serif;
}
#wrapper_sleeve>.container .inner-sleeve, #wrapper_sleeve>.container #ninja-slider {
	background-color: #f0f2f2;
}

.htmlContent {
	text-align: center;	
}

.choose-your-subscrip {
  font-family: 'HelveticaNeue', sans-serif;
  font-size: 2.375em;
  font-weight: bold;
  color: #f45b24;
  line-height: 1.1em;
}

.unparalleled-insight {
  font-size: 3.5em;
  color: #000000;
  line-height: 1.1em;
}

.individual_and_corporate_subs_card_wrapper {
  color: #444444;
  text-align: center;
  overflow: hidden;
  margin: 0 auto;
  width: 95%;
}

.firmly-at-the-heart {
 padding: 2em;
 color: #888888;
 font-family: 'HelveticaNeue', sans-serif;
}

.firmly-at-the-heart > h2 {
 font-family: 'HelveticaNeue', sans-serif;
 margin-bottom: 1em;
 color: inherit;
 font-size: 1.5em;
 font-weight: bold;
}

.firmly-at-the-heart > p {
 font-family: 'HelveticaNeue', sans-serif;
 font-size: 1.06em;
 font-weight: bold;
}

#individual_and_corporate_subs_card {
  display:inline-block;
  vertical-align: top;
  font-size: 1.2em;
  width: 45%;
  height: 70%;
  margin: 0.5em;
  background-color: white;
  box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.1);
}

#register_free_card {
  display:inline-block;
  vertical-align: top;
  font-size: 1.2em;
  width: 92.5%;
  height: 37%;
  margin: 0.5em;
  background-color: white;
  box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.1);
}

#individual_and_corporate_subs_card > h2, #register_free_card > h2 {
  font-size: 30px;
  color: #367c81;
  padding: 15px;
  margin:0;
}

#individual_and_corporate_subs_card > h4, #register_free_card > h4 {
  min-height: 4em;
  padding-top: 1em;
  margin: 0;
}

.orange_subscription_button {
  background-color: #F8722E;
  text-transform: uppercase;
  padding: 10px;
  font-size: 1em;
  margin: auto;
  width: 85%;
  color: white !important;
}

.white-link > a {
  color: white !important;
  text-decoration: none;
}

.subscription_benefits {
  min-height: 20px;
  padding-right: 10px;
  list-style-type: none;
  padding-left: 2em;
}

.subscription_benefits > li {
  position: relative;
  font-family: 'HelveticaNeue', sans-serif;
  padding-left: 25px;
  padding-top: 0.7em;
  margin-bottom: 10px;
  text-align: left;
  font-size: 16px;
}

.subscription_benefits > li:before {
  position: absolute;
  left: 0;
  font-size: 20px;
  font-family: 'Material Icons';
  content: "done";
  -webkit-font-feature-settings: 'liga';
  color: #367c81;
}

.left_icon_div {
  display: inline-block;
  font-size: 1em;
  max-width: 400px;
  text-align: left;
  padding: 10px;
  margin: 15px;
  vertical-align: top;
  color: #888888;
  font-family: inherit;
}

.right_icon_div {
  display: inline-block;
  font-size: 1em;
  max-width: 400px;
  text-align: left;
  padding: 10px;
  margin: 15px;
  color: #888888;
  font-family: inherit;
}

*{
  -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;    /* Firefox, other Gecko */
  box-sizing: border-box;
}

.first_li_child_bold {
  font-weight: bold;
  color: #367c81;
}

.our-clients > h2 {
  font-family: 'HelveticaNeue', sans-serif;
  font-size: 30px;
  font-weight: bold;
  color: #888888;
}

@media screen and (max-width: 750px) {	
  #individual_and_corporate_subs_card {
    height: 80%;
  }

  #register_free_card {
    width: 93%;
    height: 40%;
  }

 .choose-your-subscrip {
   font-size: 1.3em;
 }

 .unparalleled-insight {
	font-size: 2em;
 }
}

  @media screen and (max-width: 600px) {
   .our-clients > h2 {
     display: none;
     visibility: hidden;
   }

    #individual_and_corporate_subs_card {
      width: 95%;
      height: 70%;
    }

  #register_free_card {
    width: 95%;
   }

  .firmly-at-the-heart {
    padding: 1em;
  }

  .left_icon_div, .right_icon_div {
     max-width: 100%;
  }
  }
