/* 

Theme Name: Smarter Retirement Strategies
Author: Tucker Advisors
Version: 1.0.1
Description: Smarter retirement strategies is a digital tool designed to help users plan, manage, and track their financial readiness for life after work.

*/

/* Styles for Tablets (e.g., screen width below 980px) */
/* Styles for Mobile (e.g., screen width below 480px) */



  :root {
--primary-title-xl: 3.25rem;
--primary-title-lg: 2.5rem;
--primary-title-m: 2.2rem;
--primary-title-sm: 2rem;
--primary-text-xs:1.7rem;
--primary-body-p: 1rem;
--primary-text-mp: 0.7rem;
--strapline: 0.7rem;

--yellow: #FFD60A;
--dark_blue: #15294C;
--light_blue: #e7e9ed;
--font_grey: #333333;
--font-testing: red;

}


* {
  /* border: 1px solid red; */
    margin: 0;
    padding: 0;
    font-family: "Montserrat", sans-serif;
    text-decoration: none;
}

.center-align {
  display: flex;
  justify-content: center;
  align-items: center;
}

input {
  padding: .75rem;
  border: none;
}

p {
  font-size: var(--primary-body-p);
}

.srs-logo {
    width: 214px;
    padding-top: 21px;
    margin-left: 20px;
}

.srs-mobile-logo {
    
    display: none;
}

.nav-menu-link {
  color: #ffffff;
}

.nav_bar {
    width: 100%;
    height: 70px;
    background: #15294C;
    border-bottom: 10px solid #FFD60A;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    color: #ffffff;
}

.nav-menu-full {
  display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
    width: 63%;
}

.nav-menu-link {
  font-size: 1.4rem;
  font-weight: 600;

}

.welcome-main-section {
    color: #ffffff;
    width: 100%;
    display: flex;
    flex-direction: row;
    background-image: url("images/hero1.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    justify-content: center;
        
}

/* @media (min-width: 1000px) {

  .welcome-main-section {
    display: flex;
    flex-direction: column;
    color: purple;
  }

} */

.welcome-main-left {
    width: 55%;
    height: 600px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-position: center;
    flex-direction: column;
}

.welcome-main-right {
    width: 35%;
    /* height: 600px; */
    display: flex;
    justify-content: center;
    align-items: center;
    
}


.landing-main-left {
    width: 50%;
    height: 600px;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    background-position: center;
    flex-direction: column;
}

.landing-main-right {
    display: flex;
    justify-content: center;
    align-items: center;
}

.welcome-main-subarea {
  /* margin: 0 auto; */
  width: 90%;
  /* max-width: 525px; */
}

.partners-main-section {
    width: 100%;
    height: 30px;
    background: #FFD60A;
    display: flex;
    justify-content: center;
    align-items: center;
}

.partners-main-p {
    font-size: var(--primary-body-p);
    font-weight: 500;
}

.partners-sub-containers {
  width: 30%;
  min-width: 250px;
  height: 350pc;
}

.welcome-lefttext-box {
   height: 275px;
}

.welcome-h1-text {
    font-weight: 600;
    font-size: var(--primary-title-lg);
    line-height: 1.3;
  max-width: 610px;
}

.welcome-subheader-p {
    font-weight: 300;
    font-size: var(--primary-body-p);
    margin: 10px 0 0 0;
    width: 94%;
    max-width: 610px;
}

.welcome-h4-text {
    font-weight: 400;
    font-size: 1.75rem;
}

.section-intro-p {
    font-weight: 400;
    font-size: .7rem;
    color: #FFF;
    margin-bottom: 10px;
    line-height: 1.4;
}

.welcome-subheader-h4 {
    font-weight: 700;
    font-size: var(--primary-title-sm);
    /* margin-bottom: 18px; */
}

.yt {
    color: #FFD60A;
    font-style: italic;
    font-weight: 800;
}

.wc-c {
  background: #15294C;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 15px;
  padding: 70px 30px;
  width: 350px;
  max-width: 350px;
  min-width: 350px;
}

.welcome-form-container {
  display: flex;
  justify-content: center;
  flex-direction: column;
}

.welcome-form-input {
  border: 2px solid #ffffff;
  margin: 0 0 15px 0;
  border-radius: 10px;
  color: #808080;
  padding: .85rem;
}

.welcome-form-button {
  width: 100%;
  height: 45px;
  background: #FFD60A;
  /* margin: 5px 0; */
  border-radius: 10px;
  color: #15294C;
  border: none;
  font-weight: 600;
  border: 3px solid #FFD60A;
}

.keypeople-main-container {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
}

.keypeople-mobile-top {
  width: 63%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.keypeople-sc {
  width: 50%;
  display: flex;
  flex-direction: row;
  height: 500px;
}

.keypeople-right-text {
  width: 32%;
  display: flex;
  flex-direction: column;
  height: 375px;
}

.kp_sub_title {
  font-size: var(--strapline);
  margin-bottom: 5px;
  font-weight: 500;
}

.k-k {
  background-image: url("images/kk-pp.png");
  background-repeat: no-repeat;
  background-size: cover;
  height: 375px;
  width: 85%;
}

.k-middle-c {
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-size: 1.25rem;
  height: 375px;
  align-items: center;
}

.k-first-c {
   display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.yellow-bg {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 375px;
  width: 85%;
  background: #FFD60A;

}

.keypeople-sub {
   display: flex;
  flex-direction: column;
  width: 75%;
}

.keypeople-sub h5 {
  font-size: 4rem;
  font-weight: 600;
  width: 100%;
  text-align: center;
}

.keypeople-sub p {
  font-size: .9rem;
  width: 80%;
    text-align: center;
    margin: 0 auto;
}

.keypeople_sub_hr {
  border: none;
  height: 2px;             
  background-color: #eec300;
  width: 80%;
  margin: 17px auto;
}

.product_hr {
  height: 1.5px;             
  background-color: #607cbe;
  width: 90%;
  margin: 15px auto 25px auto;
}

.product_main_container {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.product_item_container {
  width: 90%;
  display: flex;
  flex-direction: row;
  margin: 0 0 30px 0;
  justify-content: space-between;
}

.product_text_container {
  width: 100%;
}

.product_text_container h5 {
    font-size: var(--primary-title-sm);
    width: 80%;
    line-height: 1.2;
    color: var(--font_grey);
    font-weight: 700;
    margin-top: 30px;
}

.product_text_container p {
  font-size: var(--primary-body-p);
  margin-top: 7px;
}

.p1 {
  background-image: url("images/happy-lifestyle.png");
  background-repeat: no-repeat;
  background-size: cover;
  height: 335px;
  border: 3px solid #15294C;
  border-radius: 15px;
}

.p2 {
  background-image: url("images/lifestyle2.png");
  background-repeat: no-repeat;
  background-size: cover;
  height: 335px;
  border: 3px solid #15294C;
  border-radius: 15px;
}

.p3 {
  background-image: url("images/lifestyle3.png");
  background-repeat: no-repeat;
  background-size: cover;
  height: 335px;
  border: 3px solid #15294C;
  border-radius: 15px;
}

.p_sub-c {
  /* width: 100%; */
  display: flex;
  justify-content: center;
  align-items: center;
}

.product-l-r {
  width: 48%;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
}


/* FIRST QOUTE SECTION */

.first_qoute_container {
  width: 100%;
  background: #15294C;
  color: #ffffff;
  padding: 25px 0;
  text-align: center;
  font: italic normal 300 40px/40px Helvetica Neue;
  letter-spacing: 0px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 20px 0px;
}

.qoute_text_box {
  width: 80%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.qoute_sub_container {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 5px;
}

.qoute_img_box {
  border-radius: 50%;
  width: 62px;
  height: 62px;
  background-image: url("images/george-foreman.png");
  background-repeat: no-repeat;
  background-size: cover;
  border: 2px solid #ffffff;
}

.q-t-b {
  display: flex;
  flex-direction: column;
  margin-left: 10px;
}

.qoute_text_h3 {
  font-size: 1.3rem;
  font-style: italic;
  font-weight: 200;
}

.q-t-b h5 {
  font-size: .9rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1;
  text-align: left;
}

.q-t-b p {
  font-size: .6rem;
  font-style: normal;
  font-weight: 300;
  line-height: 1;
  padding-left: 9px;
  padding-top: 5px;
}

/* *******How we do - CTA */

.how_main_container {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  padding: 25px 0;
}

.how_sub_container {
  width: 65%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.how-form-main {
  display: flex;
  align-items: center;
}

.how_stack_container {
  width: 80%;
}

.how_stack_container h5 {
  font-size: var(--primary-title-sm);
  font-weight: 700;
}

.how_stack_container p {
  font-size: var(--primary-body-p);
  font-weight: 300;
  width: 80%;
}

.how_catstack_container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 80%;
  align-items: flex-start;
}

.how_cat_container {
  width: 30%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 20px 0;
}

.how_icons_img {
  margin: 12px 0;
  height: 60px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 60px;
}

.how_cat_container p {
  font-size: .85rem;
}

.how_cat_container h5 {
  font-size: 1.1rem;
  font-weight: 700;
  margin-bottom: 5px;
}

.how_form_container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-color: #15294C;
  color: #ffffff;
  border-radius: 15px;
  padding: 70px 30px;
  width: 350px;
  max-width: 350px;
  min-width: 350px;
}

.how_form_container p {
  font-size: .6rem;
}

.input-style-1 {
  padding: .85rem;
    border-radius: 10px;
    margin: 5px 0;
    border: 2px solid #15294C;
}

.button-style-1 {
    padding: .85rem;
    border-radius: 10px;
}


/* ****** DIVIDE SECTION */

  .section-divide {
    width: 100%;
    display: flex;
    flex-direction: column;
  }

  .section-divide-top {
    width: 100%;
    height: 25px;
    background: #FFD60A;
  }

  .section-divide-bottom {
    width: 100%;
    height: 60px;
    background: #15294C;
  }

  .webinar_main_section {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .webinar_main_section h3 {
    width: 100%;
    font-size: var(--primary-title-m);
    text-align: center;
    font-weight: 800;
  }

.webinar_title_textsection {
  margin: 25px 0;
}

.webinar_parent_lr {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 95%;
}

  .webinar_left_section {
    width: 49%;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  .webinar_left_section h3 {
    width: 100%;
    font-size: 1.5rem;
    text-align: center;
  }

  .webinar_right_section {
    width: 49%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }

  .webinar_right_section h4 {
    font-size: var(--primary-title-sm);
    width: 60%;
    min-width: 395px;
    font-weight: 800;
    line-height: 1.2;
  }

  .webinar_speaker_textbox {
    display: flex;
    flex-direction: row;
    padding: 15px 0;
    justify-content: space-around;
  }

  .webinar_speaker_titlebox {
    color: #ffffff;
    min-width: 178px;
  }

    .webinar_speaker_titlebox h5 {
      font-size: 1.5rem;
  }
  .webinar_speaker_titlebox p {
      font-size: .8rem;
  }

  .webinar_fakeVideo_section {
    background-image: url("images/webinar-thumb.png");
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 385px;
    background-position: center;
  }

  .webinar_speaker_item {
    width: 99%;
    display: flex;
    flex-direction: row;
    margin: 10px 0;
  }

  .webinar_speaker_img {
    min-width: 100px;
    height: 100px;
  }


  .webinar_item_textbox {
    width: 78%;
    display: flex;
    flex-direction: column;
    border-left: 3px solid #15294C;
    margin-left: 10px;
    padding-left: 10px;
    height: 105px;
  }

  .webinar_item_textbox h5 {
    font-size: 1.05rem;
    font-weight: 700;
  } 

  .webinar_speaker_para {
    font-size: var(--primary-body-p);
    font-weight: 300;
    width: 84%;
    font-size: .85rem;
  }

  .webinar_speaker_title {
    font-size: .75rem;   
    font-weight: 500;
    font-style: italic;
  }

  .webinar_sub_section {
    background: #15294C;
  }

  .webinar_icon_img {
    width: 50px;
    height: 50px;
    background-size: contain;
    background-repeat: no-repeat;
    margin: 17px 0;
    /* border: 1px solid red; */
  }

    .how_icon_img {
    width: 45px;
    height: 45px;
    background-size: contain;
    background-repeat: no-repeat;
    /* margin: 17px 0; */
    /* border: 1px solid red; */
  }

  .webinar_icon_subheader {
    font-weight: 600;
    font-style: italic;
    margin-bottom: 9px;
    font-size: .85rem;
  }

  .kk-pp {
    background-image: url("images/Karlan_Tucker.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-size: contain;
    background-position: center center;
    border: 1px solid var(--dark_blue);
    width: 100px;
    height: 100px;
  }

    .bs-pp {
    background-image: url("images/brad-smith.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-size: contain;
    background-position: center center;
    border: 1px solid var(--dark_blue);
  }

  .webinar_leftsub_titletext {
    width: 100%;
    font-size: .95rem;
    text-align: center;
    font-weight: 600;
  }

  .webinar_subtitle_text {
    font-weight: 600;
    font-size: var(--strapline);
    margin: 5px 0 5px 0;
  }

  .webinar_rs-p {
    line-height: 1.1;
    margin: 5px 0px;
    font-weight: 600;
    font-style: italic;
    font-size: .85rem;
    width: 85%;
  }

  .gated_expect_img {
    width: 350px;
    height: 400px;
    background-size: contain;
    background-repeat: no-repeat;
  }

  .how_icons_img {
    width: 50px;
    height: 50px;
  }

  .webinar_title_para {
    width: 90%;
  }

  /* Key Benefits */

  .keybenefits_main_container {
    width: 100%;
  }

  .keybenefits_subcontainer {
    width: 85%;
    display: flex;
  }

  .keybenefits_title_container {
    text-align: center;
    font-size: 1.75rem;
    margin: 30px 0 0 0;
  }

  .keybenefits_subitem_container {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    width: 100%;
  }

    .keybenefits_item_container {
    width: 45%;
    display: flex;
    flex-direction: column;
    padding: 30px 0;
  }

  .keybenefits_item {
    margin: 0 0 15px 0;
    padding: 22px 30px;
    display: flex;
    justify-content: center;
    font-size: .85rem;
    border-radius: 10px;
    border: 1px solid #15294C;
    background: var(--light_blue);
  }

  /* ************SUB SECTION */

  .subscribe_main_section {
    width: 100%;
    background: #15294C;
    display: flex;
    flex-direction: row;
    color: #ffffff;
    justify-content: space-around;
  }

  .subscribe_sub_section {
    width: 49%;
    height: 450px;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .subscribe_sub_textbox {
    width: 60%;
    display: flex;
    flex-direction: column;
  }

  .subscribe_sub_textbox p {
    font-size: 1.1rem;
    font-weight: 300;
    line-height: 1.2;
  }

  .subscribe_sub_textbox h3 {
    font-size: 2.25rem;
    width: 60%;
    width: 280px;
    margin-bottom: 6px;
     line-height: 1.125;
  }

    .subscribe_sub_textbox h5 {
    font-size: 2.25rem;
    /* width: 60%; */
    margin-bottom: 6px;
    line-height: 1.125;
  }

  .subscribe_input {
    padding: .85rem;
    margin: 5px 0;
    border-radius: 10px;
  }

  .subscribe_button {
  padding: .75rem;
  border: 3px solid #FFD60A;
  margin: 5px 0;
  border-radius: 10px;
  background: #FFD60A;
  color: #15294C;
  }


.n-top-m {
  margin-top: 0 !important;
}

.sub-bottom-text {
  display: none;
}

  /* *********** FOOTER SECTION ********** */


  .footer_main_section {
    width: 100%;
    background: #15294C;
    border-top: 10px solid #eec300;
    display: flex;
    flex-direction: row;
  }

  .footer_sub_section {
    width: 49%;
    height: 90px;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .footer_sub_section h5 {
    color: #ffffff;
    font-size: 1rem;
    font-weight: 300;
  }


  /* ************* LANDING PAGE */


.landing_main_welcome {
  color: #ffffff;
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  background-image: url("images/beach.png");
  background-repeat: no-repeat;
  background-size: cover;
}

.webinar_key_benefits {
  width: 100%;
  /* height: 400px; */
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 35px 0px;
  background-position: bottom;
  background: var(--yellow);
  background-image: linear-gradient(white, white);
  background-repeat: no-repeat;
  border-bottom: 5px solid #15294C;
}

.webinar_key_benefits h3 {
  font-size: 1.75rem;
  /* width: 41%; */
  text-align: center;
}

.webinar_key_list {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 85%;
  margin-top: 20px;
}

.webinar_key_item {
  padding: 25px 0px;
  width: 18%;
  display: flex;
  flex-direction: column;
  max-width: 230px;
}

.webinar_key_item h5 {
  font-size: 1.7rem;
  width: 100%;
  font-weight: 900;
  margin-top: 12px;
}

.webinar_icon_container {
  width: 65px;
  height: 65px;
  background: #e7e9ed;
  border-radius: 50%;
  border: 2px solid #15294C;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 16px;
}

/* ***********************GATED CONTENT AREA******************* */


.gated_main-container {
  width: 100%;
  display: flex;
  justify-content: center;
}

.gated_video-container {
  height: 550px;
  width: 60%;
  margin-top: 25px;
  border: 1px solid var(--dark_blue);
}

.gated_title-content {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.gated_title-subcontainer {
  width: 60%;
  height: 170px; 
}

.gated_bodytitle-container {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  background: var(--light_blue);
  padding: 25px 0px;
}

.gated_bodytitle-subcontainer {
  width: 90%;
  display: flex;
  flex-direction: column;
}
 
.gated_speaker-container {
  width: 48%;
  display: flex;
  flex-direction: row;
}

.gated_event_speakers {
   width: 100%;
   display: flex;
   flex-direction: row;
   justify-content: space-between;
}

.gated_event-subcontainer {
  width: 49%;
  height: 550px;
}

.gated_expect_main {
  width: 100%;
  display: flex;
  flex-direction: row;
  background: var(--yellow);
}

.gated_expect_subsection {
  width: 50%;
  height: 500px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}


.gated_l_textcontainer {
   width: 80%;
}

.gated_l_textcontainer h3 {
  font-size: 2rem;
}

.gated_l_textcontainer p {
  font-size: 1rem;
  font-style: italic;
  margin: 7px 0px;
  width: 85%;
}

.gated_l_textcontainer ul {
  margin-left: 13px;
}

.gated_l_textcontainer ul li {
  line-height: 1.45;
}

.speaker_main_container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.gated_faq_main {
  width: 100%;
  border: 1px solid lightgreen;
      display: flex;
    justify-content: center;
}

.gated_faq_subsection {
  width: 90%;  
}

.gated_faq_title {
  border: 1px solid lightcoral;
  width: 100%;
  height: 90px;
}

.gated_faq_maincontainer {
  border: 1px solid blue;
  display: flex;
  flex-direction: row;
}

.faq-item-container {
  width: 50%;
}

.faq-item {
  border: 1px solid orange;
  
  padding: 30px;
}




    /* *********** MOBILE BREAKS ********** */ 

@media only screen and (max-width: 1365px) {

  /* .welcome-main-section {
    border: 1px dotted pink;
    flex-direction: column;
  } */


.webinar_speaker_titlebox h5 {
    font-size: 1.25rem;
}

.webinar_speaker_titlebox p {
    font-size: .65rem;
}


} /* ********** 1365 END */


@media only screen and (max-width: 965px) {

.welcome-h1-text {
    font-size: var(--primary-title-lg);
}

.welcome-subheader-p  {
  font-size: .9rem;
}

.welcome-subheader-h4 {
  font-size: var(--primary-text-xs);
}

.webinar_key_list {
    width: 90%;
  }

.webinar_title_para {
  width: 92%;
  font-weight: 300;
  margin-bottom: 15px;
  font-size: var(--primary-body-p);
}

.welcome-main-section {
  flex-direction: column !important;
  background-size: 100% 59%;
}

.welcome-main-right {
  width: 100%;
}

.welcome-main-left {
  width: 60%;
  margin: 0 auto;
}
 
.wc-c {
  width: 100%;
  max-width: none;
  min-width: fit-content;
  border-radius: 0px;
}

.how_main_container {
  flex-direction: column;
  align-items: center;
}

.how_form_container {
  width: 55%;
  max-width: none;
  min-width: fit-content;
  border-radius: 0px;
}

.how_sub_container {
    width: 100%; 
}

.how-form-main {
  background-color: #15294C;
}

.webinar_parent_lr {
  display: flex;
  flex-direction: column;
}


}  /* **********EndSection********** */



@media only screen and (max-width: 800px) {

  .welcome-h1-text {
    font-size: var(--primary-title-lg);
  }

  /* .welcome-main-section {
    flex-direction: column;
    color: pink;
  } */

  .welcome-main-left {
    width:100%;
    background-image: url(images/hero1.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    height: 560px;
    display: flex;
    flex-direction: column;
  }

  .welcome-main-right {
    width:100%;
    height: none;
  }
  
  .wc-c  {
    width: 100% !important;
    min-width: 300px;
    max-width: none;
    border-radius: 0px;
  }

  .welcome-form-container {
    height: min-content;
  }

  .keypeople-main-container {
    flex-direction: column;
  }

  .nav-menu-full {
    display: none;
  }

  .nav-menu-mobile {
    display: flex;
    width: 60%;
  }

  .text-box {
    width: 95%;
}

.keypeople-mobile-top {
  display: flex;
  flex-direction: row;
  width: 93%;
}

.keypeople-main-mid {
  width: 50%;
}

.keypeople-right-text {
  width: 85%;
  height: 30%;
  margin-bottom: 25px;
}

.product_item_container {
  flex-direction: column;
  align-items: center;
}

.product_container_column-reverse {
  display: flex;
  flex-direction: column-reverse;
}

.product-l-r {
  width: 90%;
}

.how_sub_container {
  width: 100%;
}

.how_sub-left {
  width: 75%;
}

.product_text_container  {
  width: 100%;
}

.webinar_parent_lr {
    display: flex;
    flex-direction: column;
}

.webinar_right_section {
    width: 100%;
}

.webinar_left_section {
    width: 100%;
}

.mobile-display-none {
  display: none;
}

.keybenefits_item_container {
  width: 80%;
}

.subscribe_main_section {
  display: flex;
  flex-direction: column;
}

.subscribe_sub_section {
    width: 100%;
}

.sub-top-box {
  display: none;
}

.sub-bottom-text {
  display: flex;
  font-size: 1.1rem;
  font-weight: 300;
  /* width: 67%; */
  line-height: 1.2;
  margin-bottom: 7px;
}

.product_text_container h5 {
  width: 100%;
}

.how_catstack_container {
  flex-direction: column;
  width: 90%;
}

 .webinar_right_section h4 {
    font-size: var(--primary-text-xs);
    /* width: 60%; */
    min-width: 350px;
    margin-top: 25px;
  }

.srs-logo {
    display: none;
}

.srs-mobile-logo {
    display: flex;
}

.keypeople-sc {
  height: 425px;
}

.how_cat_container {
  width: 90%;
  margin: 0 0 20px 0;
  padding: 25px;
  flex-direction: row;
}

.qoute_text_h3 {
    font-size: 1rem;
    line-height: 1.2;

}

.how_stack_container {
    width: 90%;
}

.how_icons_img {
  margin: 0px;
  margin-right: 20px;
  width: 95px;
}

.webinar_main_section h3{
  font-size: 1.8rem;
}

.webinar_leftsub_titletext {
  font-size: .75rem;
}

.webinar_speaker_para {

    font-size: .7rem;
  }

.keybenefits_title_container h4 {
  font-size: 1.5rem;
  width: 80%;
  margin: 0 auto;
}

.landing-main-left {
  width:100%;
  background-image: url('images/beach.png');
  background-repeat: no-repeat;
  background-size: cover;
  height: 560px;
  display: flex;
  flex-direction: column;
}

.welcome-main-subarea {
  
    width: 90%;
    max-width: none;
}

.welcome-h1-text {
    width: 80%;
    font-size: var(--primary-title-lg);
    min-width: 505px;
}

.welcome-subheader-p {
  width: 79%;
  min-width: 540px;
}

.webinar_key_list {
    flex-direction: column;
    width: 70%;
}

.webinar_key_item {
  max-width: none;
  width: 100%;
  flex-direction: row;
  padding: 10px 0px;
}

.webinar_icon_textbox {
  display: flex;
  flex-direction: column;
  width: 82%;
  margin: 0 auto;
}

.webinar_icon_subpara {
    font-size: .75rem;
    width: 90%;
    font-weight: 400;
    margin-top: 7px; 
}

.how_cat_container h5 {
    font-size: 1rem;
    font-weight: 700;
    margin-bottom: 5px;
}

.how_cat_container h5 {
    font-size: 1rem;
    font-weight: 700;
    margin-bottom: 5px;
}

.how_cat_container p {
    font-size: .75rem;
    font-weight: 400;
    margin-bottom: 5px;
    width: 90%;
}

.webinar_key_benefits {
  background: none;
}

.webinar_key_item h5 {
  margin-top: none;
}

.subscribe_sub_textbox {
  width: 80%;
}


} 

@media (min-width: 300px) and (max-width: 675px) {

      .welcome-h1-text {
        width: 100%;
        /* font-size: var(--primary-title-lg); */
        min-width: 349px;
        font-size: 2.25rem;
    }

      .welcome-subheader-p {
        width: 100%;
        min-width: 300px;
    }

}
