/* --------Bootstrap common CSS Classes Begins------------- */
.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}
.container-fluid,
.container-sm,
.container-md,
.container-lg,
.container-xl {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  position: relative;
  z-index: 1;
}
@media (min-width: 576px) {
  .container,
  .container-sm {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container,
  .container-sm,
  .container-md {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container,
  .container-sm,
  .container-md,
  .container-lg {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container,
  .container-sm,
  .container-md,
  .container-lg,
  .container-xl {
    max-width: 1140px;
  }
}
.py-5 {
  padding-bottom: 3rem !important;
}
/* --------------Bootstrap common CSS Classes Ends-------- */
/*---Custom CSS---*/
.txtWhite {
  color: #fff;
}
.txtbrightGrey {
  color: #f4f6f6;
}
.txtlightGrey {
  color: #c9d4da;
}
.txtmediumGrey {
  color: #849aab;
}
.txtdarkGrey {
  color: #3d5567;
}
.txtBlue {
  color: #123663;
}
.txtOrange {
  color: #e87722;
}
.callout4upBorder {
  border: 1px solid #e87722;
}
.Slider_CalloutBorder {
  border: 1px solid #e87722;
}
.bgpaleWhite {
  background-color: #f9fafa;
}
.bgbrightGrey {
  background-color: #f4f6f6;
}
.bglightGrey {
  background-color: #c9d4da;
}
.bglighterGrey {
  background-color: #e9edec;
}
.bgdarkGrey {
  background-color: #3d5567;
}
.bgdarkerGrey {
  background-color: #122a3c;
}
.bodorange {
  border: 1px solid #e87722;
}
.bgOrange {
  background-color: #e87722;
}
.bgWhite {
  background-color: #fff;
}
.bodOrange {
  border: 1px solid #e87722 !important;
}
.bodLROrange {
  border-left: 1px solid #e87722 !important;
  border-right: 1px solid #e87722 !important;
}
.bodTopOrange {
  border-top: 1px solid #e87722 !important;
}
.bodBottomOrange {
  border-bottom: 1px solid #e87722 !important;
}
.bodRightOrange {
  border-right: 1px solid #e87722 !important;
}
.bodLeftOrange {
  border-left: 1px solid #e87722 !important;
}
.bodBlue {
  border: 1px solid #123663 !important;
}
.bold-highlight {
  font-family: LFTEtica-Bold;
  color: #e87722;
}
.mb2rem {
  margin-bottom: 2rem !important;
}
.mb40 {
  margin-bottom: 40px;
}
.py25rem {
  padding-top: 2.5rem !important;
  padding-bottom: 2.5rem !important;
}
.cus-grey-bold {
  color: #b0b0b0;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 1.1rem !important;
  font-weight: lighter;
}
.no-borders {
  border: 0px !important;
}
.vat {
  vertical-align: top;
}
.clr-both {
  clear: both;
}
.extlink {
  padding-left: 2px;
}
/*---------------------------------*/
@media (min-width: 1200px) {
  .w-xl-100 {
    width: 100% !important;
  }
  .w-xl-75 {
    width: 75% !important;
  }
  .w-xl-50 {
    width: 50% !important;
  }
  .w-xl-25 {
    width: 25% !important;
  }
}
@media (min-width: 1027px) {
  .d-dt-block {
    display: block !important;
  }
  .d-dt-none {
    display: none !important;
  }
  .pt-dt-5,
  .py-dt-5 {
    padding-top: 3rem !important;
  }
  .pb-dt-5,
  .py-dt-5 {
    padding-bottom: 3rem !important;
  }
  .pt-dt-1,
  .py-dt-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-dt-1,
  .py-dt-1 {
    padding-bottom: 0.25rem !important;
  }
}
@media (max-width: 1026px) {
  .col-dt-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (min-width: 415px) {
  .d-xs-block {
    display: block !important;
  }
  .d-xs-none {
    display: none !important;
  }
}
@media (min-width: 768px) {
  .w-md-100 {
    width: 100% !important;
  }
  .w-md-75 {
    width: 75% !important;
  }
  .w-md-50 {
    width: 50% !important;
  }
  .w-md-25 {
    width: 25% !important;
  }
}
/*--------------Global Code Begins--------------*/
body {
  font-family: LFTEtica;
  color: #3d5567;
}
a {
  color: inherit;
}
a:hover {
  color: inherit;
  text-decoration: none;
}
/*----------- cookie-compliance code begins -------*/
#sliding-popup {
  position: relative !important;
  height: auto !important;
  width: 100% !important;
  top: 0px !important;
}
.sliding-popup-bottom,
.sliding-popup-top {
  padding: 10px !important;
}
#sliding-popup {
  position: relative;
  height: auto;
  width: 100%;
  top: 0px;
}
/*-------header top navigation code begins----------*/
@media (min-width: 992px) and (max-width: 1199px) {
  .w14 {
    width: 14% !important;
  }
  .w86 {
    width: 86% !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .w15 {
    width: 15% !important;
  }
  .w85 {
    width: 85% !important;
  }
}

#block-atrithemeint-local-tasks ul li {
  list-style: none;
  display: inline;
  text-align: center;
  margin-right: 0.5rem;
}
#block-atrithemeint-local-tasks li a {
  text-decoration: none;
  color: #0a61a2;
}
#block-atrithemeint-local-tasks li a:hover {
  text-decoration: none;
  color: #000000;
  background-color: #33b5e5;
}
#block-atrithemeint-local-tasks .is-active {
  color: #181819;
}
.mm-width {
  width: 87%;
}
@media (max-width: 991px) {
  .mm-width {
    width: 100%;
  }
}
/*----------------Callout Code Begins---------------*/

#callout4up {
  background-position: center;
  background-size: cover;
}
#callout4up .callout4up_height {
  min-height: 270px;
  line-height: 35px;
}
#callout4up .callout4up_InnerLink1 {
  width: 90%;
  padding-top: 0.75rem !important;
}
#callout4up .callout4up_InnerLink2 {
  padding-top: 10px;
  width: 10%;
}
#callout4up .callout4up_InnerLink2 .callout4up_InnerLink_ArrowIcon {
  padding-left: 40%;
}
#callout4up .callout4up_InnerLink2 .callout4up_InnerLink_ArrowIcon #externalIcon_arrow {
  font-size: 33px;
}
#callout4up #callout4up_r1 {
  min-height: 230px;
}
#callout4up #callout4up_InnerTitle {
  color: rgb(130, 151, 167);
}
#callout4up #callout4up_InnerLink1 {
  width: 90%;
}
#callout4up #callout4up_InnerLink1 #callout4up_row_left_txt {
  padding-top: 13px;
}
#callout4up #callout4up_InnerLink1 #callout4up_row_left_txt a {
  text-decoration: none !important;
}
#callout4up #callout4up_InnerLink2 {
  height: 50px;
  padding-top: 10px;
  width: 10%;
}
#callout4up #callout4up_InnerLink2 #callout4up_InnerLink_ArrowIcon {
  padding-left: 40%;
}
#callout4up #callout4up_InnerLink2 #callout4up_InnerLink_ArrowIcon #externalIcon_arrow {
  font-size: 32px;
}
.callout4upBorder {
  border: 1px solid #e87722;
}
/*----------------------------------------------------*/
@media only screen and (max-width: 991px) and (min-width: 900px) {
  #callout4up_InnerLink1 #callout4up_row_left_txt {
    font-size: 90% !important;
    padding-top: 15px !important;
  }
}
@media (max-width: 899px) {
  #callout4up_InnerLink1 #callout4up_row_left_txt {
    font-size: 85% !important;
    padding-top: 15px !important;
  }
}
@media (max-width: 414px) {
  #callout4up_InnerLink1 #callout4up_row_left_txt {
    font-size: 80% !important;
  }
}
@media (max-width: 320px) {
  #callout4up_InnerLink1 #callout4up_row_left_txt {
    font-size: 75% !important;
  }
}
/*-----------------Callout Code Ends----------------*/

/*-----------------Download code begins------------------*/
#Downloads {
  background-image: url("../images/3_4-up-callouts_bg.jpg");
  background-position: center !important;
  background-size: cover !important;
}
#Downloads .Downloads_Title {
  text-transform: uppercase;
  font-family: LFTEtica-Bold;
  color: #849aab;
  margin-bottom: 10px;
  margin-left: 1rem;
}
#Downloads .Downloads_Content {
  color: #fff;
  font-size: 14px;
  height: 50px;
}
#Downloads .Downloads_Content:hover {
  background: rgba(0, 0, 0, 0.2) !important;
}
#Downloads .Downloads_Content:nth-child(odd) {
  background: rgba(255, 255, 255, 0.02);
}
#Downloads .Downloads_Content:nth-child(even) {
  background: rgba(0, 0, 0, 0.05);
}
#Downloads .Downloads_Content a {
  text-decoration: none !important;
}
div:nth-last-child(n + 2).Downloads_Content {
  border-top: 1px solid #e87722 !important;
}
div:nth-last-child(1).Downloads_Content {
  border-top: 1px solid #e87722 !important;
  border-bottom: 1px solid #e87722 !important;
}
.arrow-fwicon {
  font-size: 27px;
}
.arrow-to-bottom {
  font-size: 1.6875rem;
}
/*--------------------------------------------------------*/
@media (max-width: 414px) {
  .arrow-fwicon {
    font-size: 21px;
  }
}
@media (max-width: 320px) {
  .arrow-to-bottom {
    padding-left: 10px;
  }
}
/*----------------Download code ends-------------------*/
/*-----------------Ribbon strip code begins-------------*/
#Prod_Individual_Callout {
  color: #f4f6f6;
  border-bottom: 2px solid #3d5567;
  padding: 20px;
  font-size: 18px;
}
/*------------Ribbon strip code ends-------------------*/

/*--------------Lead in & social icon code begins-------------*/
#Lead-In .Lead-In_Title {
  font-size: 18px;
  font-family: LFTEtica-Bold;
  color: #3d5567;
}
#Lead-In .Lead-In_Icon .socIcon_Bg {
  padding-top: 5px !important;
  background-color: #e7ecee;
  color: #e87722;
}
#Lead-In .Lead-In_Content {
  font-size: 15px;
}
/*---------------Lead in & social icon code ends--------------*/

/*------------Static callout code begins-----------------*/
#primaryCallout {
  color: white;
  background-position: center !important;
  background-size: cover !important;
}
#primaryCallout a {
  text-decoration: none !important;
}
#primaryCallout .hospitalIcon {
  font-size: 245px;
}
#primaryCallout .hospitalIcon_txt h1 {
  font-family: Trola-Regular;
  font-size: 3rem;
}
#primaryCallout .hospitalIcon_txt .Callout_link {
  font-size: 1.25rem;
  height: 50px;
}
/*-----------------------------------------------------*/
@media only screen and (max-width: 1199px) and (min-width: 914px) {
  #primaryCallout .hospitalIcon_txt .callout-link {
    font-size: 1rem;
    padding-top: 13px !important;
  }
}
@media only screen and (max-width: 915px) and (min-width: 825px) {
  #primaryCallout .hospitalIcon_txt .callout-link {
    font-size: 0.85rem;
    padding-top: 14px !important;
  }
}

@media only screen and (max-width: 824px) and (min-width: 768px) {
  #primaryCallout .hospitalIcon_txt .callout-link {
    font-size: 0.75rem;
    padding-top: 15px !important;
  }
}
@media (max-width: 767px) {
  #primaryCallout .w100 {
    width: 100% !important;
  }
  #primaryCallout .hospitalIcon_txt .Callout_link {
    font-size: 1rem;
  }
}
@media (max-width: 375px) {
  #primaryCallout .hospitalIcon {
    font-size: 113px;
  }
  #primaryCallout .hospitalIcon_txt h1 {
    font-family: Trola-Regular;
    font-size: 35px;
  }
  #primaryCallout .hospitalIcon_txt .Callout_link {
    font-size: 0.9375rem;
  }
}
@media (max-width: 375px) {
  #primaryCallout .hospitalIcon_txt .callout-link {
    font-size: 0.85rem;
  }
}
@media (max-width: 320px) {
  #primaryCallout .hospitalIcon_txt .callout-link {
    font-size: 0.75rem;
  }
}
/*--------------Static callout code ends----------------*/
/*-------------Social media homepage block code begins ------------*/

/*--------------Therapy page Category List code begins-------------*/
#Category_List {
  color: #123663;
}
#Category_List .Block1 {
  background-color: #e7ecee;
  margin-bottom: 5px;
}
#Category_List .Block2 {
  background-color: #f9fafa;
  margin-bottom: 5px;
}
#Category_List .Cat_List_Title {
  font-family: Trola-Regular;
  font-size: 30px;
  line-height: 30px;
  padding-bottom: 10px;
}
#Category_List .chevron-right {
  font-size: 40px;
}
#Category_List .row :hover {
  background-color: #c9d4da;
}
#Category_List .hor_line {
  background-color: transparent !important;
}
#Category_List .Cat_List_Title a {
  text-decoration: none !important;
}
/*------------------------*/
@media (max-width: 767px) {
  #Category_List .Cat_List_Title {
    font-size: 28px;
  }
}
/*-------------Therapy page Category List Code ends--------------------*/
/*----------------Product list subtherapy code begins----------------*/
#Product_Lists table {
  color: #3d5567 !important;
  width: 99% !important;
}
#Product_Lists .tab_Header {
  color: #fff;
  text-transform: uppercase;
  font-family: LFTEtica-Bold;
  text-align: center;
  padding: 0.75em 0.75rem;
}
#Product_Lists .tab_row1 {
  background-color: #e7ecee;
  padding: 0.75em 0.75rem;
}
#Product_Lists .tab_row2 {
  background-color: #f4f6f6;
  padding: 0.75em 0.75rem;
}
#Product_Lists .table thead th {
  width: 60%;
  padding: 0.75em 0.75rem;
}
#Product_Lists .gry-tab {
  padding: 0px !important;
  width: 33.33%;
  background-color: #e7ecee;
}
/*-----------------*/
@media (max-width: 991px) {
  #Product_Lists .gry-tab .tab_Header {
    min-height: 70px;
    font-size: 90%;
  }
  #Product_Lists table .tab_row1 {
    min-height: 72px;
    font-size: 90%;
  }
  #Product_Lists table .tab_row2 {
    min-height: 72px;
    font-size: 90%;
  }
}
@media (max-width: 767px) {
  #Product_Lists .table thead th:nth-child(2) {
    color: transparent;
    font-size: 1px;
  }
  #Product_Lists .table thead th:nth-child(1) {
    width: 100%;
    border-right: 1px solid #e87722;
    height: auto;
  }
}
@media (max-width: 414px) {
  #Product_Lists table .tab_row1 {
    font-size: 85%;
  }
  #Product_Lists table .tab_row2 {
    font-size: 85%;
  }
}
@media (max-width: 320px) {
  #Product_Lists table .tab_row1 {
    font-size: 80%;
  }
  #Product_Lists table .tab_row2 {
    font-size: 80%;
  }
}
/*---------------Product list subtherapy code ends---------------*/
/*-------------Physician-Page code begins-----------------------*/
.physician-locator-hero-image {
  position: relative;
  height: 120px;
  background-color: mediumGrey;
  width: 100%;
}
#page .physician-locator-hero-image .FG-Bar .physician-locator-title {
  font-family: Trola-Light;
  font-size: 3.5rem;
  color: white;
  letter-spacing: 0.7px;
}
#page .physician-locator-hero-image .FG-Bar {
  background: none;
}
/*----------------Physician-Page code ends-----------------------*/
/*--------------News Rss Block code begins---------------------*/
#block-news-local-tasks .usa-news-tab {
  width: 50%;
}
#block-news-local-tasks .intl-news-tab {
  width: 50%;
}
#block-news-local-tasks .usa-news-content {
  background-color: #e9edec;
  font-size: 1.25rem;
}
#block-news-local-tasks .intl-news-content {
  background-color: #e9edec;
  font-size: 1.25rem;
}
#block-news-local-tasks #usa-news {
  background-color: #fff;
}
#block-news-local-tasks #intl-news {
  background-color: #e9edec;
}
#block-news-local-tasks .nav-tabs .nav-link {
  border: 0px;
  border-top-left-radius: 0rem;
}
#block-news-local-tasks .nav-tabs {
  border-bottom: 0px;
}
#block-news-local-tasks .nav-tabs .nav-link {
  border-top-right-radius: 0rem;
}
#block-news-local-tasks a {
  color: #3d5567;
  text-decoration: none;
}
#block-news-local-tasks a:active {
  color: #e87722;
  font-family: LFTEtica-Bold;
}
#block-news-local-tasks .nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: #e87722 !important;
  font-family: LFTEtica-Bold;
  background-color: #fff;
}
#block-news-local-tasks a:hover {
  color: #e87722;
  text-decoration: underline;
}
#block-news-content #usa-news {
  background-color: #fff;
  color: #123663;
  border-bottom: 5px solid #e9edec;
  line-height: 1.75rem;
}
#block-news-content #usa-news .field-content a {
  font-family: LFTEtica-BoldItalic;
  text-decoration: underline;
  font-size: 18px;
}
#block-news-content #intl-news {
  background-color: #fff;
  line-height: 1.75rem;
  border-bottom: 5px solid #fff;
}
#block-news-content #intl-news .field-content a {
  font-family: LFTEtica-BoldItalic;
  text-decoration: underline;
  font-size: 18px;
}
#block-news-content .block-a {
  background-color: #fff;
  margin-bottom: 5px;
}
#block-news-content #intl-news block-aa {
  background-color: #fff;
  padding-bottom: 5px;
}

#block-news-content .block-b {
  background-color: #f9fafa;
  margin-bottom: 5px;
}

#block-news-content #intl-news block-aa {
  background-color: #c9d4da;
  padding-bottom: 5px;
}

#block-news-content .news-entries-title .field-content {
  font-family: Trola-Regular;
  font-size: 30px;
  line-height: 30px;
  padding-bottom: 10px;
}

#block-news-content .chevron-right {
  font-size: 40px;
}

#block-news-content .hor_line {
  background-color: transparent !important;
}
/*--------------------------------------------*/
@media (max-width: 767px) {
  #block-news-local-tasks .usa-news-content {
    font-size: 1.125rem;
  }

  #block-news-local-tasks .intl-news-content {
    font-size: 1.125rem;
  }
}
@media (max-width: 390px) {
  #block-news-local-tasks .usa-news-content {
    height: 100%;
  }
}
/*-----------------News Rss Block code Ends-----------------*/
/*------------hcp tab code begins----------------*/
#LineInSelector {
  border-top: 30px solid #122a3c;
  font-size: 20px;
}

#LineInSelector .therapies-tab {
  width: 33.33%;
  text-align: center;
}
#LineInSelector .education-training-tab {
  width: 33.33%;
  text-align: center;
}
#LineInSelector .clinical-trials-tab {
  width: 33.33%;
  text-align: center;
}
#LineInSelector .therapies-content {
  background-color: #eaeeed;
  padding-top: 31px;
}
#LineInSelector .education-training-content {
  background-color: #f4f6f6;
  padding-top: 31px;
}
#LineInSelector .clinical-trials-content {
  background-color: #eaeeed;
  padding-top: 31px;
}
#LineInSelector .myTabContent {
  color: #3d5567;
  font-size: 1.25rem;
}
#LineInSelector .myTabContent #callout4up_InnerLink_ArrowIcon {
  padding: 0px !important;
  font-size: 2.0625rem;
}

#LineInSelector .myTabContent #callout4up_InnerLink_ArrowIcon a {
  text-decoration: none;
}
#LineInSelector #therapies {
  background-color: #fff;
}
#LineInSelector #education-training {
  background-color: #fff;
}
#LineInSelector #clinical-trials {
  background-color: #fff;
}
#LineInSelector .nav-tabs .nav-link {
  border: 0px;
  border-top-left-radius: 0rem;
  height: 90px;
}
#LineInSelector .nav-tabs {
  border-bottom: 0px;
}

#LineInSelector a {
  color: #3d5567;
  text-decoration: none;
}

#LineInSelector .nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: #e87722 !important;
  font-family: LFTEtica-Bold;
  background-color: #fff;
}

#LineInSelector .LineInSelector_Submit_Padding {
  padding-top: 0.75rem !important;
}

#LineInSelector #myTab a {
  text-decoration: none !important;
}

#block-atrithemeint-content #LineInSelector a {
  text-decoration: none !important;
}
/*-----------------------------------------*/
@media (max-width: 767px) {
  #LineInSelector {
    font-size: 15px;
  }

  #LineInSelector .myTabContent {
    font-size: 1.0625rem;
  }

  #LineInSelector .myTabContent #callout4up_InnerLink_ArrowIcon {
    font-size: 1.125rem;
    padding: 0.5rem !important;
  }

  #LineInSelector .nav-tabs .nav-link {
    height: 80px;
    padding-top: 16px;
  }
}
@media (max-width: 495px) {
  #LineInSelector .nav-tabs .nav-link {
    padding-top: 8px;
  }

  #LineInSelector .myTabContent .callout-link {
    font-size: 0.9375rem;
    padding-top: 12px !important;
  }
}

/*---------------hcp tab code ends---------------*/
/*-----------Contact us page starts--------------*/

#Lead-In .box1 {
  width: 280px;
}

#Lead-In .box2 {
  width: 280px;
}

#Lead-In .box3 {
  width: 280px;
}
/*---------------------------------*/
@media (min-width: 768px) {
  #Lead-In .ctbox {
    width: 30%;
  }
}
@media (max-width: 767px) {
  #Lead-In .ctbox {
    width: 100%;
  }
}
/*-----------Contact us page ends------------*/
/*----------Industry Endorsements code Begins-------------*/
.links-container {
  background-image: url(../images/3_4-up-callouts_bg.jpg);
  color: #fff;
}
.links-container-title {
  font-family: Trola-Regular;
  font-size: 30px;
  line-height: 30px;
  padding-bottom: 10px;
}
.links-container .links-container-content {
  color: #fff;
  font-size: 18px;
  height: 50px;
}
.links-container .links-contaner-content:hover {
  background-color: rgba(0, 0, 0, 0.3);
}

.links-container .externalIcon_arrow {
  font: size 2rem;
}
/*---------Industry Endorsements code Ends-----------*/
/*---------------FootNotes code begins-----------------*/
.page-identifier {
  font-size: 0.8125rem;
  border-top: 1px solid #c9d4da;
  border-bottom: 1px solid #c9d4da;
}

.foot-notes {
  font-size: 0.8125rem;
  letter-spacing: 0.26px;
}
.foot-notes ol,
.foot-notes p {
  margin-bottom: 0;
}
.foot-notes ol li:not(:last-child) {
  word-break: break-word;
  padding-bottom: 0.65rem;
}
.foot-notes a {
  color: inherit;
  text-decoration: underline;
}
/*-----------FootNotes code ends------------*/
/*---------Resource Form block-atrithemeint-content begins here-------------*/

#resource-center-image-form {
  color: #123663;
  background-color: #f9fafa;
  max-width: 930px;
  padding: 3rem !important;
  text-align: center;
  margin-left: auto !important;
  margin-right: auto !important;
}
#resource-center-image-form .rcif-title {
  font-size: 30px;
  font-family: Trola-Regular;
  padding-bottom: 3rem !important;
}
#resource-center-image-form .js-form-item label {
  visibility: hidden;
}
#resource-center-image-form .js-form-item .form-text {
  width: 100%;
  height: 50px;
  font-family: LFTEticaLt-Italic;
  font-size: 17px;
  color: rgba(18, 54, 99, 0.65);
}
#resource-center-image-form .form-submit {
  width: 137.5px !important;
  height: 50px !important;
  border: 1px solid #c9d4da !important;
  background-color: #f4f6f6 !important;
  margin-top: 3rem !important;
}
/*---------Resource Image Form Begins-----------*/
.form-radio {
  width: inherit !important;
  padding: inherit !important;
  line-height: inherit !important;
  height: 25px !important;
  float: left;
}

.form-radio label {
  display: inline-block !important;
  margin-left: 5px !important;
}

.download-resource-form {
  color: #123663;
  background-color: #fff;
}

.resource-img-form-title {
  font-size: 30px;
  font-family: Trola-Regular;
}

.copyright {
  background-color: #f4f6f6;
  max-width: 930px;
}

.intended-use {
  background-color: #f4f6f6;
  height: auto;
  max-width: 930px;
}

.form-control {
  height: 50px;
  border: 1px solid #ced4da;
  border-radius: 0px;
}
.image-gallery-icon {
  float: left;
  padding: 20px;
}

/*--------------Resource Image Form Ends------------*/
/*------------Find a Specialist Search result code Begins-----------*/
.scroll-box {
  background-color: #f9fafa;
  width: mw100;
  height: mh100;
  overflow: auto;
  height: 452px;
}

#phblock {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

#phblock .form-text {
  width: 69%;
  height: 40px;
  float: left;
  margin-bottom: 1.25rem;
  margin-top: unset;
}

#phblock .form-select {
  width: 15%;
  height: 40px;
  float: left;
  margin-left: 1.5rem;
}

#phblock .button {
  float: right;
  width: 14%;
  height: 40px;
  background-color: #c9d4da;
  border: none;
  text-transform: uppercase;
  margin: 0px 3px;
  border-radius: 1px;
}

#phblock .button:hover {
  background-color: #123663;
  color: #fff;
}

#phblock label {
  font-size: 1.5rem;
  display: none !important;
}

#phmap {
  width: 70%;
  padding-bottom: 4rem;
}

#phresult {
  width: 30%;
  padding-bottom: 4rem;
}

#phresult .views-row {
  padding-left: 0.75rem;
}

#phnrs {
  float: right;
  width: 30%;
  padding-left: 0.75rem;
}

.fasbtn {
  width: 29% !important;
}

/*--------------------------------------*/
@media (max-width: 767px) {
  #phmap {
    width: 100% !important;
    padding-bottom: 2rem !important;
  }

  #phresult {
    width: 100% !important;
    margin-bottom: 3rem !important;
  }

  #phnrs {
    padding-left: 0px;
    width: 100%;
  }

  #phblock {
    padding-bottom: 1rem;
  }

  #phblock .button {
    width: 25%;
  }

  #phblock .form-text {
    width: 46%;
    height: 40px;
    float: left;
    margin-bottom: 1.25rem;
    margin-top: unset;
  }

  .fasbtn {
    width: 52% !important;
  }
}

@media (max-width: 414px) {
  #phblock .form-select {
    width: 20%;
    margin-left: 1.25rem;
  }

  #phblock .form-text {
    width: 44%;
  }
}

@media (max-width: 375px) {
  #phblock .form-select {
    width: 23%;
    margin-left: 0.9rem;
  }
}

@media (max-width: 320px) {
  #phblock .form-select {
    width: 26%;
    margin-left: 0.5rem;
  }

  #phblock .button {
    font-size: small !important;
  }
}

/*------------Find a Specialist Search result code Ends-----------*/

/*-------------------IFU Block code Begins------------------*/
#block-ifus-nav .usa-news-tab {
  width: 50%;
}

#block-ifus-nav .intl-news-tab {
  width: 50%;
}

#block-ifus-nav .usa-news-content {
  background-color: #e9edec;
  font-size: 1.25rem;
}

#block-ifus-nav .intl-news-content {
  background-color: #e9edec;
  font-size: 1.25rem;
}

#block-ifus-nav #usa-news {
  background-color: #fff;
}

#block-ifus-nav #intl-news {
  background-color: #e9edec;
}

#block-ifus-nav .nav-tabs .nav-link {
  border: 0px;
  border-top-left-radius: 0rem;
}

#block-ifus-nav .nav-tabs {
  border-bottom: 0px;
}

#block-ifus-nav .nav-tabs .nav-link {
  border-top-right-radius: 0rem;
}

#block-ifus-nav a {
  color: #3d5567;
  text-decoration: none;
}

#block-ifus-nav a:active {
  color: #e87722;
  font-family: LFTEtica-Bold;
}

#block-ifus-nav .nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: #e87722 !important;
  font-family: LFTEtica-Bold;
  background-color: #fff;
}

#block-ifus-nav a:hover {
  color: #e87722;
  text-decoration: underline;
}

#accordion #usa-news {
  background-color: #fff;
  color: #123663;
  border-bottom: 5px solid #e9edec;
  line-height: 1.75rem;
}

#accordion #usa-news .field-content a {
  font-family: LFTEtica-BoldItalic;
  text-decoration: underline;
  font-size: 18px;
}

#accordion #intl-news {
  background-color: #fff;
  line-height: 1.75rem;
  border-bottom: 5px solid #fff;
}

#accordion #intl-news .field-content a {
  font-family: LFTEtica-BoldItalic;
  text-decoration: underline;
  font-size: 18px;
}

#accordion .block-a {
  background-color: #fff;
  margin-bottom: 5px;
}

#accordion #intl-news block-aa {
  background-color: #fff;
  padding-bottom: 5px;
}

#accordion .block-b {
  background-color: #f9fafa;
  margin-bottom: 5px;
}

#accordion #intl-news block-aa {
  background-color: #c9d4da;
  padding-bottom: 5px;
}

#accordion .news-entries-title .field-content {
  font-family: Trola-Regular;
  font-size: 30px;
  line-height: 30px;
  padding-bottom: 10px;
}

#accordion .chevron-right {
  font-size: 40px;
}

#accordion .hor_line {
  background-color: transparent !important;
}

/*--------------------------------------------*/

@media (max-width: 767px) {
  #block-ifus-nav .usa-news-content {
    font-size: 1.125rem;
  }

  #block-ifus-nav .intl-news-content {
    font-size: 1.125rem;
  }
}

/*----------------IFU Block code Ends----------------*/

/*--------------Modal_NewCode Begins-------------*/
#popup1 {
  border-radius: 0px;
  width: 335px;
}

#popup2 {
  border-radius: 0px;
  width: 335px;
}

/*-------------------------------------------*/

@media (min-width: 768px) {
  #popup1 {
    width: 480px !important;
    position: fixed;
  }

  #popup2 {
    width: 480px !important;
    position: fixed;
  }
}

@media only screen and (max-width: 767px) and (min-width: 500px) {
  #popup1 {
    width: 430px !important;
  }

  #popup2 {
    width: 430px !important;
  }
}

@media (max-width: 375px) {
  #popup1 {
    width: 320px !important;
  }

  #popup2 {
    width: 320px !important;
  }
}

@media (max-width: 320px) {
  #popup1 {
    width: 275px !important;
  }

  #popup2 {
    width: 275px !important;
  }
}

/*--------------Modal_NewCode Ends-------------*/

#sliding-popup {
  z-index: 1;
}

a.close {
  line-height: 1;
  font-size: 1.5em;
  position: absolute;
  top: 5%;
  right: 2%;
  text-decoration: none;
  color: #bbb;
}

a.close:hover {
  color: #222;
  -webkit-transition: color 1s ease;
  -moz-transition: color 1s ease;
  transition: color 1s ease;
}

#Shared_Content .non-print {
  display: block;
}

#Shared_Content .print {
  display: none !important;
}

#Shared_Content p img {
  max-width: 100%;
  height: auto;
}

/*-------------------------------------------------------------*/
@media (min-width: 2000px) {
  #Shared_Content {
    margin-top: 530px;
  }
}

@media only screen and (max-width: 1999px) and (min-width: 1680px) {
  #Shared_Content {
    margin-top: 470px;
  }
}

@media only screen and (max-width: 1680px) and (min-width: 1440px) {
  #Shared_Content {
    margin-top: 350px;
  }
}

@media only screen and (max-width: 1440px) and (min-width: 1280px) {
  #Shared_Content {
    margin-top: 310px;
  }
}

@media only screen and (max-width: 1280px) and (min-width: 1200px) {
  #Shared_Content {
    margin-top: 260px;
  }
}

@media (min-width: 1200px) {
  .atriclip-pro2 .PDP_Main-Product_AtriClip-PRO2top {
    position: absolute;
    top: 50px;
    z-index: 0;
  }
}

@media only screen and (max-width: 1199px) and (min-width: 992px) {
  #Shared_Content {
    margin-top: -120px;
  }
}

@media (max-width: 991px) {
  #Shared_Content {
    margin-top: 0px;
  }

  #Shared_Content .fancybox-txt h4 {
    font-size: 1.4rem;
  }
}

@media (max-width: 767px) {
  #Shared_Content .fancybox-txt h4 {
    font-size: 1.3rem;
  }
}

@media (max-width: 414px) {
  #Shared_Content .carousel-inner .d-inline .fancybox img {
    width: 125px !important;
    height: 125px !important;
  }

  #Shared_Content .fancybox-txt h4 {
    font-size: 1.25rem;
  }
}

@media (max-width: 374px) {
  #Shared_Content .carousel-inner .d-inline .fancybox img {
    width: 100px !important;
    height: 100px !important;
  }
}

@media (max-width: 320px) {
  #Shared_Content .fancybox-txt h4 {
    font-size: 1.1rem;
    font-weight: bold;
  }
}

/*------------------Additional Product Page Code Ends---------------*/

/*--------------------Careers PAge code Begins----------------------*/
#page .careers-download {
  background-image: url(../images/links-container_bg.jpg);
  background-position: center;
  background-size: cover;
}

#page .careers-download-content {
  color: #fff;
  font-size: 18px;
  height: 50px;
}

.careers-download-content .extlink {
  padding-left: 0px;
}

#page .careers-download-content a {
  text-decoration: none !important;
}

/*-------------------Careers PAge code Ends-------------------*/

/*------------------Management Page Code Begins--------------------*/
.team-img {
  margin-bottom: 20px;
  position: relative;
}

.team-img img.border {
  border-color: #fff !important;
}

/*----------------------------------------------------*/
@media (max-width: 767px) {
  .team-block {
    text-align: center !important;
  }
}

/*-------------------Management Page Code Ends----------------------*/

/*----------------------@media print begins-----------------*/

@media print {
  #sliding-popup {
    display: none;
  }

  #Shared_Content .img-slider {
    display: none;
  }

  #Shared_Content .print {
    display: block !important;
    margin-top: 300px;
  }

  #Shared_Content .non-print {
    display: none !important;
  }

  .Hero_Image2 .email-print .socIcon_Bg {
    display: none;
  }

  .table {
    width: auto !important;
    float: left !important;
  }

  #Product_Lists .tab_Header {
    color: inherit;
  }
}

/*-------------------@media print ends-------------------*/

/*----------Colorbox Code Starts-------------------*/

@media only screen and (min-width: 500px) and (max-width: 901px) {
  #cboxOverlay {
    opacity: 0.8 !important;
  }

  #colorbox {
    width: 99% !important;
    left: 4px !important;
  }

  #colorbox #cboxWrapper {
    width: 100% !important;
    height: 415px !important;
  }

  #colorbox #cboxWrapper #cboxTopLeft {
    height: auto !important;
  }

  #colorbox #cboxWrapper #cboxTopCenter {
    width: 98% !important;
    height: auto !important;
  }

  #colorbox #cboxWrapper #cboxContent {
    width: 96% !important;
    height: 390px !important;
  }

  #colorbox #cboxWrapper #cboxMiddleRight {
    width: 1%;
  }

  #colorbox #cboxWrapper #cboxContent #cboxLoadedContent {
    width: 100% !important;
    height: auto !important;
  }

  #colorbox #cboxWrapper #cboxContent #cboxLoadedContent iframe {
    width: 100% !important;
    height: 355px !important;
  }
}

@media only screen and (min-width: 640px) and (max-width: 700px) {
  #colorbox #cboxWrapper #cboxContent {
    width: 95.5% !important;
    height: auto !important;
  }
}

@media only screen and (min-width: 576px) and (max-width: 639px) {
  #colorbox #cboxWrapper #cboxContent {
    width: 95% !important;
    height: auto !important;
  }
}

@media only screen and (min-width: 500px) and (max-width: 575px) {
  #colorbox #cboxWrapper #cboxContent {
    width: 94% !important;
    height: auto !important;
  }
}

@media (max-width: 499px) {
  #cboxOverlay {
    opacity: 0.8 !important;
  }

  #colorbox {
    width: 98% !important;
    left: 4px !important;
  }

  #colorbox #cboxWrapper {
    width: 100% !important;
    height: 358px !important;
  }

  #colorbox #cboxWrapper #cboxTopLeft {
    height: auto !important;
  }

  #colorbox #cboxWrapper #cboxTopCenter {
    width: 98% !important;
    height: auto !important;
  }

  #colorbox #cboxWrapper #cboxContent {
    width: 93% !important;
    height: 100% !important;
  }

  #colorbox #cboxWrapper #cboxMiddleRight {
    width: 1%;
  }

  #colorbox #cboxWrapper #cboxContent #cboxLoadedContent {
    width: 100% !important;
    height: 320px !important;
  }

  #colorbox #cboxWrapper #cboxContent #cboxLoadedContent iframe {
    width: 100% !important;
    height: 313px !important;
  }

  #colorbox #cboxWrapper #cboxContent #cboxClose {
    height: 31px !important;
  }

  #cboxMiddleLeft {
    width: 13px !important;
  }
}

@media (max-width: 375px) {
  #colorbox #cboxWrapper #cboxContent {
    width: 92% !important;
    height: auto !important;
  }

  #cboxMiddleLeft {
    width: 13px !important;
  }
}

/*----------Colorbox Code Ends-------------------*/
.fas-cus {
  font-family: Trola-Regular;
  font-size: 3rem;
  font-weight: 500;
}

.fas-cus a {
  text-decoration: none !important;
}

.hide {
  display: none;
}

/*--------pgdes PAGE code Begins-------------*/

#pgdes h1 {
  font-size: 2.5rem;
}

#pgdes h2 {
  font-size: 2rem;
}

#pgdes h3 {
  font-size: 1.75rem;
}

#pgdes h4 {
  font-size: 1.5rem;
  margin-bottom: 0.25rem;
}

#pgdes h5 {
  font-size: 1.25rem;
  font-family: LFTEtica-Bold;
  font-weight: lighter;
}

#pgdes h6 {
  font-size: 1rem;
}

#pgdes p {
  font-size: 1rem;
  margin: 0 0 1.5em;
  padding: 0;
}

#pgdes p:last-of-type {
  margin: 0 0 0.5em !important;
}

#pgdes p:a {
  text-decoration: underline;
}

#pgdes b {
  font-family: LFTEtica-Bold;
}

#pgdes u {
  text-decoration: underline;
}

#pgdes table {
  margin-bottom: 1rem;
  width: 100%;
}

#pgdes table th,
table td {
  padding: 0.75rem;
}

#pgdes table td p {
  vertical-align: top;
  text-align: left;
}

#pgdes table tr {
  vertical-align: top;
  text-align: left;
}

#pgdes table thead {
  color: #fff;
  background-color: #3d5567;
  text-transform: uppercase;
  font-family: LFTEtica-Bold;
  text-align: center;
  vertical-align: middle;
}

#pgdes table .tab_row1 {
  background-color: #e7ecee;
}

#pgdes table .tab_row2 {
  background-color: #f4f6f6;
}

#pgdes a {
  /*color: inherit;*/
  text-decoration: underline;
}

#pgdes ul {
  display: block;
  list-style-type: disc;
  margin-bottom: 1.5rem;
  margin-left: 0;
  margin-right: 0;
  padding-left: 40px;
}

#pgdes ul li {
  display: list-item;
  text-align: -webkit-match-parent;
}

#pgdes ul li:hover {
  text-decoration: none;
}

#pgdes ul.hor-ul {
  display: flex;
  list-style-type: none;
  justify-content: space-around;
}

#pgdes img {
  max-width: 100%;
  height: auto;
}

#pgdes .bold-highlight {
  font-family: LFTEtica-Bold;
  color: #e87722;
}

#pgdes .highlight {
  color: #e87722;
}

#pgdes #Category_List .events-entry-module {
  padding-bottom: 1rem;
  font-family: LFTEtica-Italic;
}

#pgdes #videos {
  padding-bottom: 2rem !important;
}

#pgdes #videos iframe {
  padding-right: 1rem;
}

#pgdes #videos p {
  padding-bottom: 1rem;
}

/*------------------------------------*/

@media only screen and (max-width: 991px) and (min-width: 768px) {
  #pgdes h1 {
    font-size: 2.25rem;
  }

  #pgdes h2 {
    font-size: 1.85rem;
  }

  #pgdes h3 {
    font-size: 1.75rem;
  }

  #pgdes h4 {
    font-size: 1.4rem;
  }
}

@media only screen and (max-width: 767px) and (min-width: 415px) {
  #pgdes h1 {
    font-size: 2.15rem;
  }

  #pgdes h2 {
    font-size: 1.8rem;
  }

  #pgdes h3 {
    font-size: 1.5rem;
  }

  #pgdes h4 {
    font-size: 1.3rem;
  }
}

@media (max-width: 767px) {
  #pgdes ul.hor-ul {
    display: block;
    list-style-type: none;
    justify-content: unset;
  }

  #pgdes div .privacy-contact-table {
    font-size: 0.9rem;
  }

  #pgdes div .privacy-contact-table table td:nth-child(1) {
    word-break: word-wrap;
  }

  #pgdes div .privacy-contact-table table td:nth-child(2) {
    word-break: break-word;
  }

  #pgdes div .privacy-contact-table table td:nth-child(3) {
    word-break: break-all;
  }
}

@media only screen and (max-width: 414px) and (min-width: 321px) {
  #pgdes h1 {
    font-size: 2rem;
  }

  #pgdes h2 {
    font-size: 1.7rem;
  }

  #pgdes h3 {
    font-size: 1.3rem;
  }

  #pgdes h4 {
    font-size: 1.25rem;
  }

  #pgdes h5 {
    font-size: 1.125rem;
  }
}

@media (max-width: 414px) {
  #pgdes div .privacy-contact-table p {
    font-size: 0.7rem;
  }

  #pgdes div .privacy-contact-table table thead p {
    font-size: 0.5rem;
  }

  #pgdes .headingTwo1 h5 {
    font-size: 1.2rem;
  }
}

@media (max-width: 320px) {
  #pgdes h1 {
    font-size: 1.75rem;
  }

  #pgdes h2 {
    font-size: 1.5rem;
  }

  #pgdes h3 {
    font-size: 1.25rem;
  }

  #pgdes h4 {
    font-size: 1.1rem;
  }

  #pgdes h5 {
    font-size: 1rem;
  }

  #pgdes h6 {
    font-size: 0.95rem;
  }

  #pgdes table {
    word-break: break-word;
  }

  #pgdes .headingTwo1 h5 {
    font-size: 1rem;
  }
}

/*---------pgdes PAGE CODE ENDS-----------*/
/*----------------------------*/

#overlay11 {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  -moz-opacity: 0.75;
  -khtml-opacity: 0.75;
  opacity: 0.75;
  z-index: 10000;
  cursor: pointer;
}

/*----------------------------*/

.txttupp {
  text-transform: uppercase;
}

.notice-btn {
  position: absolute;
  right: 0px;
  z-index: 1;
  padding: 1px 15px;
  border-radius: 10px;
  border: 1px solid transparent;
  height: 22px;
  font-size: 12px;
  font-weight: bold;
}

.resource-center-video iframe,
.resource-center-video object,
.resource-center-video embed {
  top: 0;
  left: 0;
  width: 301px;
  height: 190px;
}

#block-globalsites .active-trail .sf-depth-1 {
  border-bottom: none !important;
}

#block-globalsites-3 .active-trail .sf-depth-1 {
  border-bottom: none !important;
}

/* Privacy notice page table border */
.tableBorder table td {
  border: 1px solid #dee2e6;
}

.tableBorder table {
  border: 1px solid #dee2e6;
}

/* End of Privacy notice page table border */

/* Main menu color and font size for germany end here*/

@media (max-width: 930px) {
  #superfish-international-location .sf-depth-1 {
    font-size: 13px;
  }
}

@media (max-width: 1200px) {
  #superfish-international-location .sf-depth-1 {
    font-size: 13px;
    padding: 5px 1px 2px 0px;
  }
}

/*  Product disclaimer text alignment For mobile view */
@media only screen and (max-width: 576px) {
  .prodInfoM {
    margin-left: 9px !important;
  }
}

/*  Product disclaimer text alignment For mobile view end here*/
.prodInfoM {
  max-width: 400px;
  font-size: 1rem;
  margin-left: 48px;
  padding-top: 28px;
  font-weight: bold;
}

/* Product disclaimer text alignment For desktop view end here */

/* Bullet points display consistent CSS */
.block-items ul {
  margin-bottom: 0px !important;
}
/* Bullet points display consistent CSS end here */

.form-item--error-message {
  color: #a51b00;
}

.fw-bold {
  font-weight: 700 !important;
}
.fw-normal {
  font-weight: 400 !important;
}

#converge-ide-trial-overview,
#procedural-performance,
#real-world-evidence,
#references,
#indications {
	padding-top: 3rem;
	padding-bottom: .2rem;
	scroll-margin-top: 3rem;
	margin-top: -1.5rem;
}

#arrhythmia-management-treating-afib-surgically, 
#hybrid-treatment-of-advanced-atrial-fibrillation-patients, 
#post-operative-pain-management, 
#cryo-nerve-post-operative-pain-management,
#cardiac-arrhythmia-treatment-summit,
#hybrid-ablation-therapies-summit
{
  padding-top: 6.25rem;
  margin-top: -5.625rem;
}

/* Resource page error block hide." */
div[role="contentinfo"] {
  background: #f9fafa;
  display: flex;
  justify-content: center;
  margin-bottom: 1rem;
  color: #a51b00;
  border: 1px solid #a51b00;
  padding: 5px;
  border-radius: 2px;
  display: none !important;
}
/* End of Resource page error block hide." */

/* Model Popup start */
.modal {
  background: rgba(0, 0, 0, 0.6);
}
.modal-backdrop {
  display: none;
}
.close-modal {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.5;
  padding: 1rem;
  margin: -1rem -1rem -1rem auto;
  background-color: transparent;
  border: 0;
  text-decoration: none !important;
  cursor: pointer;
}
.close-modal span {
  text-decoration: none !important;
  cursor: pointer;
}
.close-modal:focus, .close-modal:hover {
  color: #000;
  text-decoration: none;
  opacity: 0.75;
}
/* Model Popup end */

/* Basic page - Transitional Pain start */
.text-lblue {
  font-weight: 700;
  color: #008599;
}
.bg-gray {
  background: #97a4ad;
}
.bg-blue {
  background: #173863;
}
/* Basic page - Transitional Pain end */

/* Copy Text and Download Image start */
.cp-to-clip {
  background: #fff !important;
}
.cp-to-clip .copy_to_clipboard {
  position: relative;
  right: 0px;
  margin: 1rem 0rem;
  z-index: 0;
  float: left;
  display: block;
  width: 100%;
  background-position: left;
  color: #fff;
  background-color: transparent;
  border-color: #6c757d;
}
.cp-to-clip .copy_to_clipboard::before {
  content: "Copy Text";
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
  text-transform: none;
  border: none;
  border-radius: 5px;
  font-size: 16px;
  font-weight: 500;
  padding: 0.569rem 0.75rem;
}
/* Copy Text and Download Image end */

.clip-box {
	display: flex;
  align-items: center;
  min-height: 230px;
  height: 100% !important;
}
.social-main-block .social-item .social-inner-item {
  white-space: break-spaces;
}
.grecaptcha-badge {
  z-index: 9;
  bottom: 110px !important;
}
#backtotop {
  right:0 !important;
}
select {
  color: #000 !important;
   -webkit-text-fill-color: #000 !important;
}
@media (max-width: 575.98px) {
  #cryo-product-table h5 {
    font-size: 1rem;
    margin-bottom: 0;
  }
  #cryo-product-table.table th, #cryo-product-table.table td {
    padding: 0.5rem 0.3rem;
    font-size: 90%;
  }
  #cryo-product-table .btn {
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
    line-height: 1.5;
    border-radius: 0.2rem;
  }
}
.webform-submission-contact-us-int-form .recaptcha-no-badge-message {
    display: none !important;
}