body {
  background-color: #F4F5F7;
  font-size: 16px;
}
header#header {
  border-top: 8px solid #00A2C7;
  background-color: #fff;
}
.navbar {
  padding: 6px 2.25rem;
}
.nav-link {
  font-size: 22px;
  font-weight: 500;
}
.footer {
  background-color: #66727E;
  padding: 49px 0;
}
p.footer_copyright {
  margin-top: 1rem;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  color: #fff;
}
p.footer_copyright a {
    color: #fff;
    text-decoration: underline;
}
.footer_social_icon a img {
  width: 28px;
}
.footer_social_icon a {
  margin-left: 0.625rem;
  margin-right: 0.625rem;
}
.home_page_container .form-control, .home_page_container .StripeElement {
  border: 1px solid #1F2426;
  border-radius: 4px;
  height: auto;
  padding: .4rem 0.875rem;
  font-size: 16px;
}
.floatinglabel{
  font-weight: 300;
  margin-bottom: .4rem;
}
.home_page_container .form-control:focus, .home_page_container .StripeElement:focus {
  border-color: #1F2426;
  outline: 0;
  box-shadow: none;
}
.itc .form-control{
  border: 1px solid #1F2426;
  border-radius: 4px;
  height: auto;
  padding: .4rem 0.875rem;
  font-size: 16px;
}
.itc .floating-label{
  
  margin-bottom: .4rem;
}
.itc .form-control:focus{
  border-color: #1F2426;
  outline: 0;
  box-shadow: none;
}
.note_info_p{
  font-style: italic;
  font-weight: 300;
  text-align: center;
  width: 100%;
}
.home_page_container .title_home img {
  width: 47px;
  margin-right: 3px;
}
.home_page_container .title_home .title_text {
  font-size: 30px;
  font-weight: 500;
}
.home_page_container .title_home {
  padding-bottom: 12px;
}
.homepage .content-pages-show-signup-wide {
  background: #fff;
  padding-left: 102px;
  padding-top: 70px;
  padding-bottom: 56px;
  box-shadow: 0px 2px 12px #00000008;
  border: 1px solid #EAEAEA;
}
.itc .dropzone-container {
    border-radius: 4px;
    border: 1px solid #1F2426;
}
.left_side_form_section {
  width: 68%;
  float: left;
  padding-right: 87px;
}
.box_redio_section {
  background-color: #00A2C7;
  color: #fff;
  padding: 40px 30px;
}
.right_side_form_section {
  width: 32%;
  float: left;
}
.right_side_q_title {
  line-height: 19px;
  padding-bottom: 17px;
}
.box_redio_section .custom-radio label.custom-control-label {
  font-size: 14px;
  font-weight: 300;
  line-height: 16px;
}
.box_redio_section .custom-control {
  min-height: 14px;
  padding-left: 1.4rem;
  line-height: 18px;
}
.box_redio_section .custom-control-label::before {
  left: -1.4rem;
  display: block;
  width: 14px;
  height: 14px;
}
.home_page_container .intro{
  padding-bottom: 20px;
  padding-right: 87px;
}
.main_inner_signup{
  padding: 0;
}
.btn-primary, .subnav li>a:hover, .analytics-consent .analytics-banner .submit button {
  color: #fff;
  background-color: #037aa2;
  border-radius: 4px;
}
.btn-primary:hover, .subnav li>a:hover, .analytics-consent .analytics-banner .submit button:hover {
  color: #fff;
  background-color: #037aa2;
  border-color: transparent;
}
.btn-primary:focus, .subnav li>a:focus:hover, .analytics-consent .analytics-banner .submit button:focus, .btn-primary.focus, .subnav li>a.focus:hover, .analytics-consent .analytics-banner .submit button.focus {
  box-shadow: none;
}
.btn, .analytics-consent .analytics-banner .submit button{
  padding: 10px 2rem;
  font-size: 18px;
}
.btn-primary:not(:disabled):not(.disabled):active:focus{
  box-shadow: none;
  background-color: #037aa2;
}
.btn-primary:not(:disabled):not(.disabled):active{
  background-color: #037aa2;
}
.form-row.align-items-center.btn_form_signup {
  margin-top: 30px;
  padding-left: 30px;
}
.form-group.col-sm-6.f_c_field,
.form-group.col-sm-6.e_c_field,
.form-group.col-sm-6.h_c_field
{
  padding-right: 17px;
}
.form-group.col-sm-6.l_c_field,
.form-group.col-sm-6.m_c_field,
.form-group.col-sm-6.c_c_field
{
  padding-left: 17px;
}

/**  basic page common css */

.content-pages-show-basic-wide{
  background: #fff;
  padding-left: 87px;
  padding-right: 87px;
  padding-top: 66px;
  padding-bottom: 66px;
  box-shadow: 0px 2px 12px #00000008;
  border: 1px solid #EAEAEA;
}
.content-pages-show-basic-wide .thank_you_page{

}
.content-pages-show-basic-wide .basic_page_title {
  padding-bottom: 16px;
}
.content-pages-show-basic-wide .basic_page_title .basic_page_title-title_text
{
  font-size: 32px;
  font-weight: 500;
  line-height :36px; 
}
.content-pages-show-basic-wide .button_group {
  margin-top:50px;
  margin-bottom: 70px;
}
.content-pages-show-basic-wide .button_group .button_group-btn:last-child {
  margin-right: 0px;
}
.content-pages-show-basic-wide .button_group .button_group-btn a{
  color: #FFFFFF;
  font: 16px/24px Roboto;
}
.content-pages-show-basic-wide .button_group .button_group-btn a:hover {
  text-decoration: none;
}
.content-pages-show-basic-wide .button_group .button_group-btn .icon{
  text-align: right;
  position: absolute;
  right: 20px;
  top: calc(50% - 7px); 
}
.content-pages-show-basic-wide .button_group .button_group-btn {
  padding-left: 20px;
  padding-right: 72px;
  padding-bottom: 15px;
  padding-top: 15px;
  border-radius: 20px;
  font: 16px/24px Roboto;
  position: relative;
  margin-right: 60px;
}
/**  survey page common css */
.next_question_title {
  font-size: 21px;
  line-height: 32px;
  color: #1F2326;
}
.question_sectionbox_inner {
  background-color: #fff;
  padding: 64px 52px;
  border: 1px solid #EAEAEA;
  min-height: 383px;
}
.ans_question_sectionbox_inner{
  background-color: #E4F4F7 ;
  padding: 64px 52px;
  border: 1px solid #DBE9EB;
  min-height: 383px;
  position: relative;
}
.btn_next_question{
  position: relative;
}
/*.btn_next_question {
    position: relative;
    width: 154px;
    float: right;
    margin-bottom: 0;
    margin-top: 16px;
}*/
.btn_next_question {
  position: absolute;
  width: 154px;
  float: right;
  margin-bottom: 0;
  margin-top: 16px;
  right: 53px;
  top: calc(78% - 28px);
}
.btn_next_question input.btn.btn-primary{
  padding: 0 1.25rem 0 0;
  font: 16px/24px Roboto;
  width: 154px;
  z-index: 99;
  position: relative;
  background-color: transparent;
  color: #037aa2;
}
.btn_next_question .btn-primary:not(:disabled):not(.disabled):active {
  background-color: transparent;
  color: #037aa2;
}
.btn_next_question:after {
  content: "";
  background-image: url(next_q.png);
  background-repeat: no-repeat;
  width: 32px;
  display: inline-block;
  height: 32px;
  position: absolute;
  top: -2px;
  right: 0;
}
.ans_question_sectionbox_inner textarea{
  border: 0.75px solid #B5B5B5;
  border-radius: 4px;
}
.ans_question_sectionbox_inner textarea:focus{
  border-color: #B5B5B5;
  outline: 0;
  box-shadow: none;
}
.page_survey_first .content-pages-show-survey-wide {
  background: #fff;
  padding-left: 102px;
  padding-top: 70px;
  padding-bottom: 56px;
  box-shadow: 0px 2px 12px #00000008;
  border: 1px solid #EAEAEA;
}
.page_survey_first .btn_form_signup .btn_next_question {
  position: relative;
  width: 154px;
  float: none;
  margin-bottom: 0;
  margin-top: 0;
  right: unset;
  top: unset;
}
.custom-radio.checkbox_style .custom-control-label::before {
  border-radius: 0;
  border: 0.75px solid #1F2426;
}
.ans_question_sectionbox_inner .custom-radio .custom-control-label::before{
  border: 0.75px solid #1F2426;
}
.ans_question_sectionbox_inner .form-group label {
  font-size: 18px;
}
.ans_question_sectionbox_inner .custom-control {
  min-height: 34px;
}
.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: none;
}
.custom-control-input:not(:disabled):active ~ .custom-control-label::before {
  color: #fff;
  background-color: #66727E;
  border-color: #1F2426;
}
.custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  border-color: #1F2426;
  background-color: #66727E;
}
.custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: none;
}
.home_page_container_survey{
  background: #fff;
  padding-left: 102px;
  padding-top: 70px;
  padding-bottom: 56px;
  box-shadow: 0px 2px 12px #00000008;
  border: 1px solid #EAEAEA;
}
.page_survey .content-pages-show-survey-wide .col-12.col-md{
  padding: 0;
}
.home_page_container_survey .box_redio_section {
  margin-right: 15px;
}
.home_page_container_survey .btn_form_signup .btn_next_question {
  position: relative;
  width: 154px;
  float: none;
  margin-bottom: 0;
  margin-top: 0;
  right: unset;
  top: unset;
}
.home_page_container.f .btn_form_signup .btn_next_question {
  position: relative;
  width: 154px;
  float: none;
  margin-bottom: 0;
  margin-top: 0;
  right: unset;
  top: unset;
}
.cep_home_page{
  background: #fff;
  padding-left: 102px;
  padding-top: 70px;
  padding-bottom: 56px;
  box-shadow: 0px 2px 12px #00000008;
  border: 1px solid #EAEAEA;
}
.cep_home_page .btn_next_question {
  position: relative;
  width: 154px;
  float: none;
  margin-bottom: 0;
  margin-top: 0;
  right: unset;
  top: unset;
}
.question_cep_ome {
  color: #1F2326;
  font-size: 18px;
  font-family: "Roboto",sans-serif;
  font-weight: 500;
  margin-top: 23px;
}
.language_assistance_form{
  background: #fff;
  padding-left: 80px;
  padding-right: 80px;
  padding-top: 70px;
  padding-bottom: 56px;
  box-shadow: 0px 2px 12px #00000008;
  border: 1px solid #EAEAEA;
}
.language_assistance_form .form-control, .language_assistance_form .StripeElement {
  border: 1px solid #1F2426;
  border-radius: 4px;
  height: auto;
  padding: .4rem 0.875rem;
  font-size: 16px;
}
.language_assistance_form .form-control:focus, .language_assistance_form .StripeElement:focus {
  border-color: #1F2426;
  outline: 0;
  box-shadow: none;
}
.language_assistance_form .labeled_tags_text{
  font-weight: 500;
}
.language_assistance_form select.custom-select{
  border: 1px solid #1F2426;
  border-radius: 4px;
  height: auto;
  padding: .4rem 0.875rem;
  font-size: 16px;
}
.language_assistance_form select.custom-select:focus {
  border-color: #1F2426;
  outline: 0;
  box-shadow: none;
}
.language_assistance_form label.floatinglabel.minheight_t {
  min-height: 48px;
}
.floatinglabel.Required_note {
  margin-bottom: 43px;
  margin-top: 10px;
}
.language_assistance_form .btn_next_question {
  text-align: right;
  position: relative;
  width: 100%;
  margin-top: 0;
  right: 0;
}
.language_assistance_form .form-row.align-items-center.btn_form_signup {
  margin-top: 0;
  padding-left: 0;
}
.language_assistance_form .custom-radio .custom-control-label::before {
  border: 0.75px solid #1F2426;
}
.portal_site_header {
  background-color: #62CAE2;
  text-align: center;
  padding: 54px 0 60px;
  margin-bottom: 54px;
  margin-top: -70px;
}
.portal_site_header_containt {
  width: 100%;
  max-width: 1040px;
  margin: auto;
  padding: 0 20px;
}
.portal_site_header_containt p {
  font-size: 18px;
  font-family: "Roboto",sans-serif;
  color: #fff;
  line-height: 22px;
  margin-bottom: 0;
  margin-top: 10px;
}
.welcome_back_message_link{
  color: #00A2C7;
  font-size: 18px;
}
.row.thank_you_page.cep_s {
  text-align: center;
  max-width: 900px;
  margin: auto;
}
.events_mb {
  margin-bottom: 43px;
}
.event_listing_page {
  background: #FFFFFF 0% 0% no-repeat padding-box;
  border: 1px solid #EAEAEA;
  border-radius: 1px;
}
.event_listing_text {
  padding: 30px 33px 39px;
}
.event_listing_title a {
  color: #66717E;
}
.event_listing_title h3 {
  font-family: "Roboto",sans-serif;
  font-size: 20px;
  line-height: 24px;
  font-weight: bold;
  margin: 0;
  padding: 0;
  color: #66717E;
}
.event_date {
  padding-bottom: 7px;
  padding-top: 16px;
}
.event_date span, .time_icon span {
  padding-left: 13px;
  vertical-align: middle;
}
.event_date, .time_icon {
  color: #505050;
  font-size: 16px;
  line-height: 24px;
}
.attend_event_btn {
  margin-top: 37px;
  text-align: center;
  background: #00A2C7 0% 0% no-repeat padding-box;
  border-radius: 100px;
}
.attend_event_btn a {
  font-size: 22px;
  line-height: 26px;
  font-weight: 500;
  color: #fff;
  text-decoration: none;
  text-align: center;
  display: block;
  padding: 17px 0;
}
.events_main_descreeption .events_intro_text p {
  font-size: 22px;
  line-height: 27px;
  color: #66717E;
  margin-bottom: 0;
  text-align: center;
}
.small_container {
  width: 100%;
  max-width: 1030px;
  margin: auto;
  padding: 0 15px;
}
.events_main_descreeption {
  padding: 30px 0 50px;
}
.event_listing_desc p {
  margin-bottom: 0;
  margin-top: 16px;
  font-size: 16px;
  color: #66717E;
}
h2.webinars_eventtitle {
  color: #404041;
  font-size: 32px;
  text-align: center;
  margin-bottom: 5px;
}
.webinars_header {
  background-color: #62CAE2;
  padding: 43px 0 43px;
  margin-bottom: 10px;
  margin-top: -70px;
}
.webinars_header .container{
  font-family: "Roboto",sans-serif;
  font-size: 28px;
  line-height: 33px;
  color: #fff;
  text-align: left;
  font-weight: bold;
}
.welcome_header_tow {
  background: #00BBE3 0% 0% no-repeat padding-box;
  width: 320px;
  font-size: 18px;
  padding: 22px 0 22px 83px;
  color: #fff;
  line-height: 20px;
  font-family: "Roboto",sans-serif;
  border-radius: 0px 100px 100px 0;
}
.customer_op .custom-radio .custom-control-label::before {
  border: 0.75px solid #1F2426;
}
label.floatinglabel.customer_op_qus {
  color: #1F2326;
  font-size: 16px;
  font-weight: 500;
  margin-top: 12px;
}
.form-row.align-items-center.btn_form_signup.CEP_btn_home {
  width: 100%;
  margin-top: 0;
  padding-left: 0;
  padding-right: 92px;
  position: relative;
}
.home_page_container.f .btn_form_signup.CEP_btn_home .btn_next_question {
  position: absolute;
  width: 138px;
  float: none;
  margin-bottom: 0;
  margin-top: 0;
  right: 89px;
  top: -35px;
}
.right_side_link_cep p {
  font-size: 14px;
  line-height: 16px;
  font-family: "Roboto",sans-serif;
  font-weight: 300;
  color:#FFFFFF;
}
.right_side_link_cep p a{
  color:#FFFFFF;
}
.right_side_link_cep p.link_text_highlight {
  font-size: 16px;
  line-height: 19px;
  font-weight: 500;
}
.tag_name_event{
  position: relative;
  font-size: 16px;
  color: #86909B;
  margin-bottom: 14px;
  padding-left: 22px;
}
.tag_name_event::before {
  background-color: #97E3C9;
  border-radius: 100px;
  position: absolute;
  top: 3px;
  left: 0;
  display: block;
  width: 15px;
  height: 15px;
  pointer-events: none;
  content: "";
}
.webinars_details_page {
  background: #fff;
  padding-left: 80px;
  padding-right: 80px;
  padding-top: 70px;
  padding-bottom: 56px;
  box-shadow: 0px 2px 12px #00000008;
  border: 1px solid #EAEAEA;
}
.detail_time_date {
  padding-bottom: 30px;
}
.where_event_detail {
  padding-left: 52px;
}
.detail_time_date .event_date_detail {
  float: left;
  width: 250px;
}
.event_date_detail, .time_icon_detail {
  color: #505050;
  font-size: 20px;
  line-height: 25px;
}
.event_date_detail span, .time_icon_detail span {
  padding-left: 13px;
  vertical-align: middle;
}
.detail_time_date .time_icon_detail {
  float: left;
}
.where_event_detail .subtext, .event_contact_detail .subtext {
  font-size: 20px;
  line-height: 29px;
  color: #505050;
}
.subhead_venue_name:before {
  content: "";
  background-image: url(location_icon.png);
  background-repeat: no-repeat;
  width: 28px;
  display: inline-block;
  height: 40px;
  position: absolute;
  background-size: 22px;
  top: 0;
  left: -45px;
}
.subhead_venue_name {
  padding-bottom: 17px;
}
.subhead_venue_name {
  position: relative;
}
.event_contact_detail .subtext:before {
  content: "";
  background-image: url(contact_icon.png);
  background-repeat: no-repeat;
  width: 24px;
  display: inline-block;
  height: 20px;
  position: absolute;
  background-size: 22px;
  top: 3px;
  left: -45px;
}
.event_contact_detail .subtext {
  position: relative;
}
.event_contact_detail {
  padding-left: 52px;
  padding-top: 16px;
}
.intro.event_detail_intro_text {
  font-size: 18px;
  line-height: 24px;
  color: #1F2326;
  margin-bottom: 38px;
}
.intro.event_detail_intro_text p{
  font-size: 18px;
  line-height: 24px;
  color: #1F2326;
  margin-bottom: 38px;
}
.event_detail_forms .form-control {
  padding: .6rem 10px;
  color: #505050;
  height: 40px;
  box-shadow: none;
  outline: none;
  font-size: 16px;
  background: #FFFFFF 0% 0% no-repeat padding-box;
  border: 0.75px solid #1F2426;
  border-radius: 4px;
}
.form_event_rsvp_box {
  border: 2px solid #EAEAEA;
  border-radius: 17px;
}
.event_date_time_secton {
  background: #FDB813 0% 0% no-repeat padding-box;
  border-radius: 17px 17px 0px 0px;
  padding: 42px 50px;
}
.event_date_right_icon {
  font-size: 20px;
  line-height: 26px;
  color: #fff;
  font-weight: bold;
  margin-bottom: 13px;
}
.event_time_right_icon {
  font-size: 20px;
  line-height: 26px;
  color: #fff;
  font-weight: bold;
}
.event_date_right_icon img, .event_time_right_icon img{
  margin-right: 18px;
  vertical-align: middle;
}
.rsvp_form_field_box {
  padding: 40px;
}
.form.event_detail_forms label {
  color: #1F2326;
  font-weight: 300;
  font-size: 16px;
}
.form.event_detail_forms .form-group {
  padding-right: 7px;
  padding-left: 7px;
}
input.btn.btn-primary.btn-block.submitbutton_rsvp {
  width: 200px;
  margin-top: 10px;
  text-align: center;
  background: #00A2C7 0% 0% no-repeat padding-box;
  border-radius: 100px;
}
.left_info_event_detail{
  padding-right: 60px;
}
.show_side_barsingup {
  background: #fff;
  padding-left: 80px;
  padding-right: 80px;
  padding-top: 70px;
  padding-bottom: 56px;
  box-shadow: 0px 2px 12px #00000008;
  border: 1px solid #EAEAEA;
}
.btn_next_question.overlaps_q_s{
  position: relative;
  right: 0;
}
.event_listing_bg {
  height: 198.14px;
}
.event_listing_bg img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.event_listing_img {
  height: 198.14px;
}
.event_listing_img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.attachment_event_image img{
  width: 100%;
}
select#signup_custom_values_language_from_the_drop_down_custom {
  border: 1px solid #1F2426;
  border-radius: 4px;
  height: auto;
  padding: .4rem 0.875rem;
  font-size: 16px;
}
#signup_custom_values_language_from_the_drop_down_custom {
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 1.2rem + .125rem);
  padding: .6rem 2.875rem .6rem 1.875rem;
  font-family: "Roboto",sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.5;
  color: #1F2326;
  vertical-align: middle;
  background:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 1.875rem center/8px 10px; 
  background-color: #fff;
  border: .0625rem solid #e9ecef;
  border-radius: 2.5rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.headline_title_privacy_policy {
    font-size: 32px;
    font-weight: 500;
    line-height: 36px;
  margin-bottom: 24px;
}

.take_action_iframe{
 
}
.take_action_iframe iframe{
 
}
.action_deq_image img {
    width: 100%;
}
.action_deq_image {
    margin-bottom: 20px;
}

.asked_questions_text {
    font-size: 18px;
    font-family: "Roboto",sans-serif;
    line-height: 22px;
    margin-bottom: 0;
    margin-top: 30px;
    padding-left: 74px;
}
.asked_questions_text a {
    text-decoration: underline;
}
.btn_next_question.spanish_Survey{
   width: 164px;
}
.btn_next_question.Russian_Survey {
    width: 185px;
}

.footer_copyright_customer{
    line-height: 18px;
    text-align: center;
    color: #fff;
    font-size: 15px;
    font-style: italic;
    margin-bottom: 0;
    margin-top: 10px;
}

@media screen and (max-width:991px) {
  .container {
    max-width: 95% !important;
    width: 95% !important;
  }
}

@media screen and (max-width:974px) {
  .take_action_iframe {
    margin-top: 30px;
  }
}


@media screen and (max-width:991px) and (min-width:768px) {
  .homepage .content-pages-show-signup-wide {
    padding-left: 60px;
  }
  .left_side_form_section {
    padding-right: 60px;
  }
  .language_assistance_form {
    padding-left: 60px;
    padding-right: 60px;
  }
  .left_info_event_detail {
    padding-right: 15px;
  }
  .col-12.col-md-5.pt-4.pt-md-0.pl-md-0.form_event_rsvp_box_main_s {
    max-width: 100%;
    flex: 100%;
    padding-left: 15px !important;
  }
  .asked_questions_text {
     padding-left: 0;
  }

}

@media screen and (max-width:767px) {

  .container {
    max-width: 95% !important;
    width: 95% !important;
  }
  .homepage .content-pages-show-signup-wide {
    padding-left: 15px;
    padding-top: 40px;
    padding-bottom: 50px;
  }
  .main_inner_signup {
    padding: 0 15px;
  }
  .home_page_container .intro {
    padding-right: 0;
  }

  .left_side_form_section {
    width: 100%;
    float: none;
    padding-right: 0;
  }
  .right_side_form_section {
    width: 100%;
    float: none;
  }
  .navbar-brand-container{
    text-align: center;
    margin: auto;
  }

  .question_sectionbox_inner {
    background-color: #fff;
    padding: 40px 40px;
    border: 1px solid #EAEAEA;
    min-height: auto;
  }
  .ans_question_sectionbox_inner {
    background-color: #E4F4F7;
    padding: 40px 40px;
    border: 1px solid #DBE9EB;
    min-height: auto;
  }
  .btn_next_question {
    position: absolute;
    width: 154px;
    float: right;
    margin-bottom: 0;
    margin-top: 16px;
    left: 0;
    right: 0;
    top: calc(109% - 28px);
    margin-left: auto;
    margin-right: auto;
  } 
  .content-pages-show-basic-wide {
    background: #fff;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .form-row.align-items-center.btn_form_signup.CEP_btn_home {
    padding-right: 0;
  }
  .home_page_container.f .btn_form_signup.CEP_btn_home .btn_next_question {
    position: relative;
    margin-top: 30px;
    right: unset;
    top: unset;
  }
  .language_assistance_form {
    padding-left: 15px;
    padding-right: 15px;
  }
  .left_info_event_detail {
    padding-right: 15px;
  }
  .webinars_details_page {
    background: #fff;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 40px;
  }
  .intro.event_detail_intro_text img {
    max-width: 100%;
    height: 100%;
  }
  .rsvp_form_field_box {
    padding: 30px;
  }
  .ans_question_sectionbox .btn_next_question {
    margin-top: 0;
  }
  .col-12.col-lg-6.mx-auto.ans_question_sectionbox {
    margin-top: 20px;
  }  
  .asked_questions_text {
     padding-left: 0;
  }
  
}

.contact_us_privacypage label.floating-label, .opt_out_pi label.floating-label {
    font-weight: 500;
}

.rights_request .floating-label {
    font-weight: 600;
    width: 100%;
}
.rights_request label.Labelmedium {
    font-weight: 500;
  width: 100%;
}
.rights_request label.Labelsmall {
    font-weight: 300;
  width: 100%;
}
.rights_request .form-control, .rights_request .StripeElement {
    border: 1px solid #1F2426;
    border-radius: 4px;
    height: auto;
    padding: 0.5rem 0.875rem;
    font-size: 16px;
}
.rights_request .form-control:focus, .rights_request .StripeElement:focus {
    border-color: #1F2426;
    outline: 0;
    box-shadow: none;
}
.rights_request .form-group {
    margin-bottom: 2rem;
}
.rights_request input[type="radio"], .rights_request input[type="checkbox"] {
    box-sizing: border-box;
    padding: 0;
    width: 18px;
    height: 18px;
    vertical-align: text-top;
    margin-right: 3px;
}
.rights_request p.policy a {
    text-decoration: underline;
}

.rights_request p.submitting_t_n {
    margin-bottom: 2rem;
}



