body {
  font-family:'Open Sans', sans-serif;
  color: #333;
  font-size: 16px;
  line-height: 22px;
}
h1 {
  margin-top: 0px;
  margin-bottom: 19px;
  font-size: 38px;
  line-height: 44px;
  font-weight: 500;
}
h2 {
  display: block;
  margin-top: 0px;
  margin-bottom: 10px;
  font-size: 30px;
  line-height: 36px;
  font-weight: 400;
/*   text-align: left; */
}
h3 {
  margin-top: 0px;
/*   margin-bottom: 15px; */
  color: #f05a2a;
  font-size: 22px;
  line-height: 30px;
  font-weight: 600;
}
h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
}
h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
}
h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 12px;
  line-height: 18px;
  font-weight: 700;
}
p {
  margin-top: 0px;
/*   margin-bottom: 5px; */
  padding-bottom: 15px;
  color: #969699;
  font-size: 17px;
  line-height: 24px;
}
a {
  color: #4078cc;
  text-decoration: none;
}
a:hover {
  color: #f5a623;
}
.button {
  display: inline-block;
  margin-top: 10px;
  margin-right: 14px;
  padding: 5px 15px;
  border: 1px solid #f05a2a;
  border-radius: 5px;
  background-color: transparent;
  box-shadow: rgba(0, 0, 0, 0.09) 0px 2px 1px 0px;
  -webkit-transition: background-color 300ms ease, box-shadow 300ms ease, color 300ms ease;
  transition: background-color 300ms ease, box-shadow 300ms ease, color 300ms ease;
  font-family:'Open Sans', sans-serif;
  color: #f05a2a;
  text-align: center;
  text-decoration: none;
}
.button:hover {
  background-color: #f05a2a;
  color: white;
}
.section {
  padding-top: 55px;
  padding-bottom: 55px;
}
.section.footer {
  padding-top: 42px;
  padding-bottom: 42px;
  background-color: #626469;
  color: #e4e8eb;
}
.section.footer.copyright {
  padding-top: 7px;
  padding-bottom: 7px;
  background-color: #fec042;  /*#f5a623*/
  color: #939596;
  font-size: 14px;
}
.section.subpg {
  margin-left: 2px;
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #fec042;  /*#f5a623*/
  background-image: url('../images/radi8-symbol-grp-1b2-xl.png');
  background-position: 15% 10px;
  background-size: 230px;
  background-repeat: no-repeat;
  background-attachment: scroll;
}
.section.intro {
  padding-bottom: 0px;
}
.section.product-features {
  padding-top: 40px;
  padding-bottom: 40px;
}
.section.support {
  padding-top: 0;
  padding-bottom: 40px;
}
.section.hero.home {
  position: relative;
  height: 545px;
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url('../images/hero-1b.jpg');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
}
.section.content-container.home {
  padding-top: 30px;
  padding-bottom: 40px;
}
/*
.section.whats-radi8 {
  background-color: #f05a2a;
  background-image: url('../images/radi8-symbol-grp-2-gold-xl.png');
  background-position: 50% -125px;
  background-size: 250px;
  background-repeat: no-repeat;
  text-align: center;
}
*/
.section.beta {
  background-color: #ffffff;
}
.section.valprop {
  padding-bottom: 0px;
}
.footer-form-heading {
  margin-bottom: 11px;
  color: #9c9c9c;
}
.footer-title {
  margin-top: 0px;
  font-weight: 400;
  text-transform: uppercase;
}
.page-link {
  border-bottom: 1px solid transparent;
  -webkit-transition: color 300ms ease, border 300ms ease;
  transition: color 300ms ease, border 300ms ease;
  color: #489fd9;
  text-decoration: none;
}
.page-link:hover {
  border-bottom-color: #489fd9;
}
.page-link.in-footer {
  display: block;
  color: #939596;
}
.page-link.in-footer:hover {
  border-bottom-color: transparent;
  color: #d2d7d9;
}
.email-field {
  width: 100%;
  height: 35px;
  float: left;
  border: 1px solid transparent;
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
/*   background-color: #e8e8e8; */
}
.email-field:focus {
  border-width: 1px;
  border-color: #09f;
  box-shadow: #489fd9 0px 0px 6px 0px;
}
.footer-form-button {
  width: 30%;
  height: 40px;
  padding: 9px 0px;
  float: left;
  border: 0px none black;
  border-radius: 5px;
  background-color: #8f939c;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  color: #d5d8db;
}
.footer-form-button:hover {
  background-color: #489fd9;
  color: white;
}
.email-form {
  width: 80%;
}
.success-message {
  background-color: #5f6166;
}
.feature {
  text-align: left;
}
.navbar {
  padding-top: 25px;
  padding-bottom: 15px;
  border-bottom: 1px solid #dcdae0;
  background-color: white;
}
.left-align {
  text-align: left;
}
.top-bar {
  height: 5px;
  background-color: #f05a2a;
}
.banner-container {
  position: static;
  top: 200px;
  right: 0px;
  border-left-style: none;
  /*border-left-color: #f05a2a;*/
  background-color: transparent;
  text-align: right;
}
.banner-title-text {
  display: block;
  margin-bottom: 0px;
  margin-left: 95px;
  padding: 60px 0px 20px;
/*   background-color: #f5a623; */
  color: white;
  line-height: 38px;
  font-weight: 300;
  text-align: right;
}
.logo {
  width: 92px;
  margin-top: 3px;
}
.copyright {
  color: white;
}
.logo-footer {
  width: 59px;
  margin-bottom: 15px;
}
.content-container.no-cols {
  padding-left: 95px;
}
.intro-text {
  color: #9a9ea7;
  font-size: 20px;
  line-height: 28px;
}
.intro-text.contact {
  margin-bottom: 20px;
}
.hero-txt-box {
  margin-top: 120px;
  margin-left: 50%;
  padding: 35px 0 40px 30px;
  border-left: 10px solid #f05a2a;
  background-color: rgba(245, 166, 35, 0.95);
}
.hero-txt {
  width: 350px;
  margin-bottom: 0px;
  color: white;
  font-size: 32px;
  line-height: 42px;
}
.hero-subtitle {
  margin-bottom: 0px;
  padding: 30px 9%;
  background-color: #f05a2a;
  color: white;
  font-size: 30px;
  line-height: 40px;
  font-weight: 400;
  text-align: center;
}
.circle {
  width: 240px;
  height: 240px;
  margin-right: auto;
  margin-left: auto;
  border-radius: 120px;
  background-color: #afb2b9;
  color: white;
}
.circle.sales {
  background-color: #6b6f7d;
  background-image: url('../images/icons-home-bottom-sales-1.png');
  background-position: 0px 0px;
  background-size: contain;
  background-repeat: no-repeat;
}
.circle.exec {
  background-color: #4c4c51;
  background-image: url('../images/icons-home-bottom-exec-1.png');
  background-position: 0px 0px;
  background-size: contain;
  background-repeat: no-repeat;
}
.circle.marketing {
  background-image: url('../images/icons-home-bottom-mktg-1.png');
  background-position: 0px 0px;
  background-size: contain;
  background-repeat: no-repeat;
}
.circle.feature {
  background-image: url('../images/example-bg.png');
  background-position: 0px 0px;
  background-size: 125px;
}
/*----------------------- ICONS : Overview page   ------------------*/
.circle.feature.sales {
  width: 300px;
  height: 300px;
  border-radius: 150px;
  background-image: url('../images/icons-home-bottom-sales-1.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}
.circle.feature.exec {
  width: 300px;
  height: 300px;
  border-radius: 150px;
  background-image: url('../images/icons-home-bottom-exec-1.png');
  background-size: contain;
  background-repeat: no-repeat;
}
.circle.feature.marketing {
  width: 300px;
  height: 300px;
  border-radius: 150px;
  background-color: #f05a2a;
  background-image: url('../images/icons-home-bottom-mktg-1.png');
  background-position: 0px 0px;
  background-size: contain;
  background-repeat: no-repeat;
}
.circle.feature.hr {
  width: 300px;
  height: 300px;
  border-radius: 150px;
  background-color: #f05a2a;
  background-image: url('../images/icons-home-bottom-mktg-1.png');
  background-position: 0px 0px;
  background-size: contain;
  background-repeat: no-repeat;
}
.circle.feature.tech {
  width: 300px;
  height: 300px;
  border-radius: 150px;
  background-color: #f05a2a;
  background-image: url('../images/icons-home-bottom-mktg-1.png');
  background-position: 0px 0px;
  background-size: contain;
  background-repeat: no-repeat;
}
.circle.feature.admin {
  width: 300px;
  height: 300px;
  border-radius: 150px;
  background-image: url('../images/icon-admin-1.png');
  background-size: contain;
  background-repeat: no-repeat;
}

/*--------------------- ICONS : Product page (OLD)   -----------------*/
.circle.product {
  width: 230px;
  height: 230px;
  border-radius: 0px;
  background-color: transparent;
}
.circle.product.radiate {
  background-image: url('../images/icon-product-radiate-lt-gold@2x.png');
  background-size: contain;
  background-repeat: no-repeat;
}
.circle.product.curate {
  background-image: url('../images/icon-product-curate-lt-gold@2x.png');
  background-size: contain;
  background-repeat: no-repeat;
}
.circle.product.leaderboard {
  background-image: url('../images/icon-product-leaderboard-lt-gold@2x.png');
  background-size: contain;
  background-repeat: no-repeat;
}
.circle.product.mobile {
  background-image: url('../images/icon-product-mobile-lt-gold@2x.png');
  background-position: 0px 0px;
  background-size: contain;
  background-repeat: no-repeat;
}

/*--------------------- ICONS : Product page (NEW)   -----------------*/
.circle.product {
  width: 230px;
  height: 230px;
  border-radius: 115px;
  background-color: #F05A2A;
}
.curated-news {
  background-image: url('../images/icon-prod-curated-news-1a-xl.png');
  background-position: 0px 0px;
  background-size: contain;
}
.social-selling {
  background-image: url('../images/icon-prod-social-selling-1a-xl.png');
  background-position: 0px 0px;
  background-size: contain;
}
.gamification {
  background-image: url('../images/icon-prod-gamification-1a-xl.png');
  background-position: 0px 0px;
  background-size: contain;
}
.insights {
  background-image: url('../images/icon-prod-insights-1a-xl.png');
  background-position: 0px 0px;
  background-size: contain;
}


.caption-heading {
  display: block;
  padding-top: 5%;
  padding-bottom: 1%;
  color: black;
  font-size: 22px;
  font-weight: 600;
  text-align: center;
}
.circle-caption {
  margin-top: 0px;
  margin-bottom: 40px;
  padding-right: 10%;
  padding-left: 10%;
  font-size: 18px;
  text-align: center;
}
.benefit-summary-subhead {
  padding-bottom: 10px;
  color: black;
  font-weight: 400;
  text-align: center;
}
.feature-head {
  padding-bottom: 12px;
  font-size: 38px;
  line-height: 42px;
}
.feature-head.white {
  color: white;
}
.section-head {
  margin-bottom: 0px;
  padding-bottom: 20px;
  font-size: 50px;
  line-height: 52px;
}
.section-head.white {
  color: white;
}
.large {
  font-size: 24px;
  line-height: 30px;
}
.large.white {
  color: white;
}
.large.white._95pct {
  background-color: transparent;
  opacity: 0.8;
}
.white {
  color: #ffffff;
}
.white._90pct {
  opacity: 0.9;
}
.footer-about {
  color: #b6b7b8;
  font-size: 14px;
  line-height: 22px;
  font-weight: 300;
}
.apple-badge {
  display: block;
  width: 65%;
}
.bullet-list {
  padding-left: 20px;
  color: #969699;
}
.navlink {
  padding-top: 20px;
  padding-bottom: 0px;
  color: #4a4a4a;
  font-size: 15px;
  text-transform: uppercase;
}
.navlink.w--current {
  color: #f05a2a;
}
.navlink.last {
  padding-right: 0px;
}
.product-feature {
  padding-bottom: 50px;
}
.request-beta-invite {
  color: white;
  text-decoration: underline;
}
.request-beta-invite:hover {
  color: #4078cc;
}
.field-label {
  padding-top: 5px;
  color: black;
  font-weight: 600;
}
.text-field {
  width: 60%;
  margin-right: 0px;
}
.semi-bold {
  color: #81838b;
  font-weight: 600;
}
.testimonial {
  padding-bottom: 30px;
}
.inner {
  margin-left: 20px;
  padding-right: 0px;
  padding-left: 75px;
  background-image: url('../images/quote-mark-blue-1@2x.png');
  background-position: 0px 0px;
  background-size: 65px;
  background-repeat: no-repeat;
}
.quote {
  color: #9a9ea7;
  font-size: 19px;
  line-height: 36px;
  font-style: italic;
  font-weight: 400;
}
.quote.green {
  color: #88b4d6;
}
.quote-head {
  color: #88b4d6;
  font-size: 28px;
  line-height: 38px;
  font-weight: 300;
}
.attribution {
  padding-top: 10px;
  color: #969699;
  font-size: 15px;
  font-weight: 600;
}
.stars {
  padding-top: 25%;
}
html.w-mod-js *[data-ix="fade-in-on-load"] {
  opacity: 0;
  -webkit-transform: translate(0px, 24px);
  -ms-transform: translate(0px, 24px);
  transform: translate(0px, 24px);
}
html.w-mod-js *[data-ix="fade-in-on-scroll"] {
  opacity: 0;
  -webkit-transform: translate(20px, 0px);
  -ms-transform: translate(20px, 0px);
  transform: translate(20px, 0px);
}
html.w-mod-js *[data-ix="fade-in-on-scroll-2"] {
  opacity: 0;
  -webkit-transform: translate(-20px, 0px);
  -ms-transform: translate(-20px, 0px);
  transform: translate(-20px, 0px);
}
html.w-mod-js *[data-ix="fade-in-on-scroll-3"] {
  opacity: 0;
  -webkit-transform: translate(20px, 0px);
  -ms-transform: translate(20px, 0px);
  transform: translate(20px, 0px);
}
html.w-mod-js *[data-ix="fade-in-on-scroll-4"] {
  opacity: 0;
  -webkit-transform: translate(-20px, 0px);
  -ms-transform: translate(-20px, 0px);
  transform: translate(-20px, 0px);
}
html.w-mod-js *[data-ix="fade-in-on-scroll-5"] {
  opacity: 0;
  -webkit-transform: translate(-20px, 0px);
  -ms-transform: translate(-20px, 0px);
  transform: translate(-20px, 0px);
}
html.w-mod-js *[data-ix="fade-in-on-scroll-6"] {
  opacity: 0;
  -webkit-transform: translate(-20px, 0px);
  -ms-transform: translate(-20px, 0px);
  transform: translate(-20px, 0px);
}
html.w-mod-js *[data-ix="popup"] {
  opacity: 0;
  -webkit-transform: scale(0.95);
  -ms-transform: scale(0.95);
  transform: scale(0.95);
}
html.w-mod-js *[data-ix="popup-2"] {
  opacity: 0;
  -webkit-transform: scale(0.95);
  -ms-transform: scale(0.95);
  transform: scale(0.95);
}
html.w-mod-js *[data-ix="popup-3"] {
  opacity: 0;
  -webkit-transform: scale(0.95);
  -ms-transform: scale(0.95);
  transform: scale(0.95);
}
/*------------------------------------------------------------------*/
/*--------------------------- Added styles -------------------------*/
/*------------------------------------------------------------------*/
.orange {
  color: #f05a2a;
}
.benefits {
  padding-bottom: 40px;
  text-align: center;
}
.section.radi8-img-home {
  height: 250px;
  background-image: url('../images/radi8-symbol-grp-1b2-xl.png');  /* radi8-symbol-grp-1b2-xl.png | radi8-symbol-grp-2-gold-xl.png*/
  background-position: 50% 0px;
  background-size: 500px;
  background-repeat: no-repeat;
}
.section.whats-radi8 {
  background-color: #f05a2a;
  background-image: url('../images/radi8-symbol-grp-2-gold-xl.png');  /* radi8-symbol-grp-xl-dk.png */
  background-position: 50% -250px;
  background-size: 500px;
  background-repeat: no-repeat;
  text-align: center;
  padding-top: 275px;
}
.large.white._95pct.whats-radi8 {
  padding: 0 18% 25px 18%; /* 35% */
  opacity: 0.95;
  font-weight: 200;
  font-size: 22px;
}

.checkmark {
  vertical-align: middle;
  padding-right: 15px;
  width: 60px;
  height: auto;
}
h2.section-head.benefits.orange {
  font-weight: 400;
  font-size: 55px;
  line-height: 60px;
}
/*
.section-head.white.whats-rad8 {
    text-align: center;
}
*/

.overview {
  padding: 0;
}
.list {
  padding-left: 20px;
}
ul.list li {
  color: #969699;
  font-size: 18px;
  padding-bottom: 10px;
}
ul.list li.white {
  color: #ffffff;
}

li.whats-radi8 {
  padding: 0 0 25px 10px;
  opacity: 0.95;
  font-weight: 200;
  font-size: 22px;
  line-height: 26px;
}
.list-box {
  width: 55%;
  margin: auto;
}
ul.list li.whats-radi8 {
  color: #ffffff;
  list-style-image: url(../images/icon-checkmark-xsmall-1.png);
  list-style-position:outside;
  font-size: 22px;
}

ul.list.centered {
  text-align: left;
  margin: auto;
  padding-bottom: 20px;
}
.blue {
  color: #88b4d6;
}
.alt-bg {
  background-color: #e3e5e7;
}
.content-container.home-main {
  text-align: center;
}
.title-home {
  color: #626469;
  font-size: 50px;
  text-align: center;
}
.main-mssg {
  padding-top: 35px;
  padding-right: 17%;
  padding-left: 17%;
  font-size: 19px;
  font-weight: 300;
  text-align: center;
}

._2nd-mssg {
  padding-top: 20px;
  font-size: 20px;
  font-weight: 400;
  text-align: center;
}

.btn-download-big {
  margin-top: 20px;
  padding: 20px 25px;
  border: 1px solid #f05a2a;
  border-radius: 7px;
  background-color: transparent;
  color: #f05a2a;
  font-size: 32px;
}

/*
.apple-badge-sm {
  width: 135px;
}

.button-holder {
  padding-top: 15px;
  padding-bottom: 15px;
}
*/

/*------------------- Section: Who Uses Radi8 ----------------------*/
.who-uses-parent {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.user-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 20px 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
}
.icon-user {
  width: 160px;
  padding: 0 0 15px 0;
  margin-right: auto;
  margin-left: auto;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
.users-block h2 {
	text-align: center;
}
/*----------------- Section: Radi8 Your Brand ----------------------*/

.section.radi8 {
  background-color: #fec042;/* #F5A623 */
  text-align: center;
  padding-top: 40px;
  padding-bottom: 245px;
  background-image: url('../images/radi8-symbol-grp-1b2-xl.png');  /* radi8-symbol-grp-1b2-xl.png | radi8-symbol-grp-2-gold-xl.png*/
  background-position: 50% 235px;
  background-size: 400px;
  background-repeat: no-repeat;
}
.btn-download-big.white {
  margin: 15px;
  padding: 20px 25px;
  border: 1px solid #ffffff;
  border-radius: 7px;
  background-color: transparent;
  color: #ffffff;
  font-size: 32px;
  font-weight: 200;
}

/*---------------------- Section: Home Banner ----------------------*/
.section.home-banner {
  background-color: #fec042;
  text-align: center;
  padding-top: 240px;
  padding-bottom: 20px;
  background-image: url('../images/radi8-symbol-grp-1b2-xl.png');  /* radi8-symbol-grp-1b2-xl.png | radi8-symbol-grp-2-gold-xl.png*/
  background-position: 50% -200px;
  background-size: 400px;
  background-repeat: no-repeat;  
}
.title-home.white {
  color: #ffffff;
}

.main-mssg.alt {
  padding-top: 0;
}
.heading-xl {
  font-size: 40px;
  line-height: 44px;
}

/*-------------------- Section: Home-Main 2-col --------------------*/
.home-main-2 {
  padding-bottom: 20px; 
}

.hm-col-left {
  padding: 0 20px 0 50px;
  text-align: right;
}
.hm-col-right {
  padding: 0 50px 0 20px;
  text-align: left;
}

.main-mssg-alt-2 {
  text-align: right;
  font-size: 20px;
  line-height: 28px;
/*   padding: 0 20px 0 45px; */
}
._2nd-mssg-alt-2 {
  padding: 0;
  font-size: 20px;
  font-weight: 400;
  text-align: left;
  color: #5d5d6a;
}
.btn-download-big-alt-2 {
  margin-top: 0;
  padding: 10px 85px;
  border: 1px solid #f05a2a;
  border-radius: 7px;
  background-color: transparent;
  color: #f05a2a;
  font-size: 20px;
}


/*================================================================= */
/*=======================  STYLES : MEDIUM ======================== */
/*================================================================= */
@media (max-width: 991px) {
  .section.subpg {
  background-image: url('../images/radi8-symbol-grp-1b2-xl.png');
  background-position: 7% 10px;
  background-size: 230px;
  background-attachment: scroll;
  }
  .section.hero.home {
    height: 470px;
    background-position: -78px 0px;
    background-size: 1080px;
  }
/*
  .section.whats-radi8 {
    background-position: 144% -30%;
    background-size: 415px;
    background-attachment: scroll;
  }
*/
  .navbar {
    padding-bottom: 13px;
  }
  .banner-title-text {
    margin-left: 101px;
    background-color: transparent;
  }
  .logo {
    width: 92px;
  }
  .content-container.no-cols {
    padding-left: 100px;
  }
  .hero-txt-box {
    margin-top: 120px;
    margin-left: 50%;
    padding-top: 20px;
    padding-bottom: 30px;
    padding-left: 15px;
  }
  .hero-txt {
    width: 260px;
    font-size: 24px;
    line-height: 30px;
  }
  .hero-subtitle {
    padding-right: 15%;
    padding-left: 15%;
    font-size: 26px;
    line-height: 38px;
  }
  .circle {
    width: 200px;
    height: 200px;
    border-radius: 100px;
  }
  .circle.feature {
    width: 250px;
    height: 250px;
    border-radius: 125px;
  }
  .circle.feature.curate {
    background-size: contain;
  }
  .circle.feature.share {
    background-size: contain;
  }
  .circle.feature.admin {
    background-size: contain;
  }
  .circle.product {
    width: 200px;
    height: 200px;
  }
  .caption-heading {
    font-size: 20px;
  }
  .benefit-summary-subhead {
    font-size: 20px;
    line-height: 28px;
  }
  .apple-badge {
    width: 70%;
  }
  .navlink {
    padding-bottom: 0px;
    color: #4a4a4a;
    font-size: 15px;
    font-weight: 400;
  }
  .navlink.last {
    font-size: 15px;
  }
  .hamburger {
    color: #4a4a4a;
    font-size: 40px;
    line-height: 40px;
  }
  .menu-btn {
    padding-top: 10px;
    padding-bottom: 0px;
  }
  .menu-btn.w--open {
    background-color: transparent;
  }
  .navmenu {
    background-color: transparent;
  }
  .text-field {
    width: 70%;
  }
  .inner {
    margin-left: 24px;
    background-size: 60px;
  }
  .quote.green {
    font-size: 18px;
    line-height: 34px;
  }
/*-----------------------   Home-2-col -----------------------------*/
  .home-main-2 {
    padding-bottom: 20px; 
  }
  .hm-col-left {
    padding: 0 15px 0 0;
    text-align: right;
  }
  .hm-col-right {
    padding: 0 0 0 15px;
    text-align: left;
  }
  
  .main-mssg-alt-2 {
    text-align: right;
    font-size: 17px;
    line-height: 28px;
  /*   padding: 0 20px 0 45px; */
  }
  ._2nd-mssg-alt-2 {
    padding: 0;
    font-size: 17px;
    font-weight: 400;
    text-align: left;
  }
  .btn-download-big-alt-2 {
    margin-top: 0;
    padding: 10px 85px;
    border: 1px solid #f05a2a;
    border-radius: 7px;
    background-color: transparent;
    color: #f05a2a;
    font-size: 17px;
  }
}

/*================================================================= */
/*========================  STYLES : SMALL ======================== */
/*================================================================= */
@media (max-width: 767px) {
  h3 {
    margin-bottom: 8px;
  }
  p {
    line-height: 24px;
  }
  .section {
    padding-top: 43px;
    padding-bottom: 43px;
    text-align: left;
  }
  .section.footer.copyright {
    padding-left: 20px;
  }
  .section.hero.home {
    height: 275px;
    background-position: -60px 0px;
    background-size: 770px;
    background-repeat: repeat-x;
  }
  .section.content-container.home {
    padding-top: 15px;
  }
  .section.content-container.home.benefits {
    padding-top: 25px;
  }
/*
  .section.whats-radi8 {
    background-position: 192% -8%;
    background-size: 370px;
    background-attachment: scroll;
  }
*/
  .footer-title {
    margin-top: 35px;
  }
  .page-link.in-footer {
    padding-bottom: 8px;
  }
  .email-form {
    display: block;
    margin-right: 0px;
    margin-left: 0px;
  }
  .feature {
    margin-bottom: 32px;
    text-align: center;
  }
  .navbar {
    padding-bottom: 10px;
  }
  .banner-title-text {
    margin-left: 116px;
    padding-right: 20px;
    font-size: 34px;
  }
  .logo {
    width: 88px;
  }
  .brand {
    padding-left: 20px;
  }
  .brand.w--current {
    padding-left: 20px;
  }
  .content-container {
    padding-right: 20px;
    padding-left: 20px;
  }
  .content-container.no-cols {
    padding-right: 20px;
    padding-left: 20px;
  }
  .answer {
    padding-right: 10px;
    padding-left: 10px;
  }
  .hero-txt-box {
    margin-top: 60px;
  }
  .hero-txt {
    width: 240px;
    font-size: 22px;
    line-height: 26px;
  }
  .hero-subtitle {
    margin-bottom: 0px;
    font-size: 20px;
    line-height: 28px;
  }
  .circle {
    width: 150px;
    height: 150px;
    border-radius: 75px;
  }
  .circle.feature.curate {
    width: 240px;
    height: 240px;
    border-radius: 120px;
    background-size: contain;
  }
  .circle.feature.share {
    width: 240px;
    height: 240px;
    border-radius: 120px;
    background-size: contain;
  }
  .circle.feature.game {
    width: 240px;
    height: 240px;
    background-size: contain;
  }
  .circle.feature.admin {
    width: 240px;
    height: 240px;
    border-radius: 120px;
    background-size: contain;
  }
  .circle.product {
    margin-bottom: 25px;
  }
  .caption-heading {
    padding-top: 12%;
    font-size: 19px;
  }
  .circle-caption {
    font-size: 16px;
  }
  .benefit-summary-subhead {
    font-size: 18px;
    line-height: 24px;
  }
  .feature-head {
    font-size: 32px;
    line-height: 34px;
  }
  .large.white._95pct {
    font-size: 22px;
  }
  .footer-about {
    font-size: 16px;
    line-height: 24px;
  }
  .apple-badge {
    width: 50%;
  }
  .navlink {
    padding-bottom: 20px;
    color: white;
    font-size: 22px;
    font-weight: 300;
  }
  .navlink.w--current {
    font-weight: 400;
  }
  .navlink.last {
    font-size: 22px;
  }
  .menu-btn {
    padding-top: 8px;
  }
  .navmenu {
    background-color: #6b6c70;
  }
  .text-field {
    width: 80%;
  }
  .inner {
    margin-left: 0px;
    padding-top: 85px;
    padding-left: 0px;
    background-position: 50% 0px;
    background-size: 80px;
  }
  .stars {
    width: 75%;
    padding-top: 0%;
  }
  .col-center {
    text-align: center;
  }
  .who-uses-parent {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
/*-----------------------   Home-2-col -----------------------------*/
  .home-main-2 {
    padding-bottom: 20px; 
  }
  .hm-col-left {
    padding: 0 15px 0 0;
    text-align: center;
    float: none;
  }
  .hm-col-right {
    padding: 0 0 0 15px;
    text-align: center;
    float: none;
  }
  
  .main-mssg-alt-2 {
    text-align: center;
    font-size: 17px;
    line-height: 24px;
  /*   padding: 0 20px 0 45px; */
  }
  ._2nd-mssg-alt-2 {
    padding: 0 0 10px 0;
    font-size: 17px;
    font-weight: 400;
    text-align: center;
  }
  .btn-download-big-alt-2 {
    margin-top: 0;
    padding: 10px 85px;
    border: 1px solid #f05a2a;
    border-radius: 7px;
    background-color: transparent;
    color: #f05a2a;
    font-size: 17px;
  }
}

/*================================================================= */
/*========================  STYLES : TINY  ======================== */
/*================================================================= */
@media (max-width: 479px) {
  h2 {
    font-size: 24px;
    line-height: 30px;
  }
  p {
    line-height: 25px;
  }
  .section {
    padding-top: 36px;
    padding-bottom: 36px;
  }
  .section.footer.copyright {
    padding-left: 20px;
  }
  .section.subpg {
    background-image: url('../images/radi8-symbol-grp-1b2-xl.png');
    background-position: 7% 20px;
    background-size: 180px;
    background-attachment: scroll;
  }
  .section.hero.home {
    height: 300px;
    background-position: -191px 50%;
    background-size: auto 420px;
  }
  .section.content-container.home {
    margin-top: 83px;
    padding-bottom: 15px;
  }
  .section.content-container.home.benefits {
    margin-top: 0px;
  }
/*
  .section.whats-radi8 {
    background-position: 326% 11%;
    background-size: 265px;
    background-attachment: scroll;
  }
*/
  .footer-form-button {
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .email-form {
    width: 100%;
  }
  .navbar {
    padding-top: 20px;
    padding-bottom: 5px;
  }
  .banner-title-text {
    margin-left: 95px;
    padding-top: 59px;
    font-size: 26px;
  }
  .logo {
    width: 80px;
    margin-top: 0;
    padding-top: 0;
  }
  .footer-form {
    width: 100%;
  }
  .intro-text {
    text-align: left;
  }
  .hero-txt-box {
    margin-top: 100px;
    margin-left: 40%;
    padding: 10px 2% 15px 8px;
    border-left: 8px solid #f05a2a;
    background-color: #f5a623;
  }
  .hero-txt {
    width: 175px;
    margin-right: 0;
    margin-left: 0;
    font-size: 16px;
    line-height: 20px;
    text-align: left;
  }
  .hero-subtitle {
    margin-bottom: 0px;
    font-size: 16px;
    line-height: 22px;
  }
  .circle {
    width: 220px;
    height: 220px;
    border-radius: 110px;
  }
  .circle.feature.game {
    background-size: contain;
  }
  .circle.product {
    width: 170px;
    height: 170px;
    margin-bottom: 15px;
  }
  .caption-heading {
    padding-top: 8%;
    font-size: 23px;
  }
  .circle-caption {
    margin-top: 15px;
  }
  .benefit-summary-subhead {
    font-size: 16px;
    line-height: 18px;
    font-weight: 600;
  }
  .feature-head {
    text-align: center;
  }
  .feature-head.white {
    font-size: 24px;
  }
  .section-head {
    font-size: 36px;
    line-height: 38px;
  }
  .section-head.white {
    text-align: center;
  }
/*
  .section-head.white.whats-rad8 {
    text-align: left;
  }
*/
  .large.white._95pct {
    font-size: 20px;
  }
  .large.white._95pct.whats-radi8 {
    padding: 0 0 20px 0;
    opacity: 1;
/*     text-align: left; */
  }
  .footer-about {
    text-align: left;
  }
  .feature-descr {
    text-align: center;
  }
  .hamburger {
    font-size: 36px;
    line-height: 40px;
  }
  .menu-btn {
    padding-top: 0px;
  }
  .text-field {
    width: 100%;
  }
  .inner {
    padding-top: 55px;
    padding-left: 0px;
    background-position: 50% 0px;
    background-size: 55px;
  }
  .quote.green {
    font-size: 17px;
    line-height: 29px;
  }
  .quote-head {
    font-size: 24px;
  }
  .title-home {
  font-size: 55px;
  line-height: 60px;
	}
	.main-mssg {
  padding-top: 25px;
  padding-right: 8%;
  padding-left: 8%;
  font-size: 21px;
  font-weight: 400;
	}
	._2nd-mssg {
  padding-top: 20px;
  font-size: 20px;
  font-weight: 600;
	}
	.btn-download-big {
/*   margin-top: 35px; */
  font-size: 28px;
	}
	.btn-download-big.white {
/*   margin-top: 35px; */
  font-size: 24px;
  font-weight: 400;
	}
	.list-box {
  width: 80%;
  }
  .section.radi8 {
  padding-top: 40px;
  padding-bottom: 230px;
  background-image: url('../images/radi8-symbol-grp-1b2-xl.png');  /* radi8-symbol-grp-1b2-xl.png | radi8-symbol-grp-2-gold-xl.png*/
  background-position: 50% 295px;
  }
/*-----------------------   Home-2-col -----------------------------*/
  .btn-download-big-alt-2 {
    margin-top: 0;
    padding: 10px 15%;
    border: 1px solid #f05a2a;
    border-radius: 7px;
    background-color: transparent;
    color: #f05a2a;
    font-size: 17px;
  }
}

