/* Minification failed. Returning unminified contents.
(30275,52): run-time error CSS1030: Expected identifier, found '.'
(30275,65): run-time error CSS1031: Expected selector, found ')'
(30275,65): run-time error CSS1025: Expected comma or open brace, found ')'
(32739,15): run-time error CSS1039: Token not allowed after unary operator: '-Color-Product-UI-Primary-Black'
(32742,21): run-time error CSS1039: Token not allowed after unary operator: '-font-font-family-accent'
(32743,19): run-time error CSS1039: Token not allowed after unary operator: '-font-size-small'
(32746,21): run-time error CSS1039: Token not allowed after unary operator: '-line-height-small'
(32757,15): run-time error CSS1039: Token not allowed after unary operator: '-bds-text-primary'
(32761,19): run-time error CSS1039: Token not allowed after unary operator: '-font-size-body-regular'
(32764,21): run-time error CSS1039: Token not allowed after unary operator: '-line-height-body-regular'
(34127,19): run-time error CSS1039: Token not allowed after unary operator: '-font-size-metadata'
(34130,21): run-time error CSS1039: Token not allowed after unary operator: '-line-height-metadata'
(34587,20): run-time error CSS1039: Token not allowed after unary operator: '-bds-global-dark-green'
(34605,19): run-time error CSS1039: Token not allowed after unary operator: '-font-size-metadata'
(34608,21): run-time error CSS1039: Token not allowed after unary operator: '-line-height-metadata'
(34624,15): run-time error CSS1039: Token not allowed after unary operator: '-bds-grays-white'
 */
.stateface:before {
    font-family: StateFaceRegular;
    margin-right: 5px;
}

.stateface-replace {
    text-indent: -999em;
    display: inline-block;
    position: relative;
    min-width: 1em;
}

    .stateface-replace:before {
        position: absolute;
        left: 0;
        top: 0;
        text-indent: 0;
    }

.stateface-ak:before {
    content: "A";
}

.stateface-al:before {
    content: "B";
}

.stateface-ar:before {
    content: "C";
}

.stateface-az:before {
    content: "D";
}

.stateface-ca:before {
    content: "E";
}

.stateface-co:before {
    content: "F";
}

.stateface-ct:before {
    content: "G";
}

.stateface-dc:before {
    content: "y";
}

.stateface-de:before {
    content: "H";
}

.stateface-fl:before {
    content: "I";
}

.stateface-ga:before {
    content: "J";
}

.stateface-hi:before {
    content: "K";
}

.stateface-ia:before {
    content: "L";
}

.stateface-id:before {
    content: "M";
}

.stateface-il:before {
    content: "N";
}

.stateface-in:before {
    content: "O";
}

.stateface-ks:before {
    content: "P";
}

.stateface-ky:before {
    content: "Q";
}

.stateface-la:before {
    content: "R";
}

.stateface-ma:before {
    content: "S";
}

.stateface-md:before {
    content: "T";
}

.stateface-me:before {
    content: "U";
}

.stateface-mi:before {
    content: "V";
}

.stateface-mn:before {
    content: "W";
}

.stateface-mo:before {
    content: "X";
}

.stateface-ms:before {
    content: "Y";
}

.stateface-mt:before {
    content: "Z";
}

.stateface-nc:before {
    content: "a";
}

.stateface-nd:before {
    content: "b";
}

.stateface-ne:before {
    content: "c";
}

.stateface-nh:before {
    content: "d";
}

.stateface-nj:before {
    content: "e";
}

.stateface-nm:before {
    content: "f";
}

.stateface-nv:before {
    content: "g";
}

.stateface-ny:before {
    content: "h";
}

.stateface-oh:before {
    content: "i";
}

.stateface-ok:before {
    content: "j";
}

.stateface-or:before {
    content: "k";
}

.stateface-pa:before {
    content: "l";
}

.stateface-ri:before {
    content: "m";
}

.stateface-sc:before {
    content: "n";
}

.stateface-sd:before {
    content: "o";
}

.stateface-tn:before {
    content: "p";
}

.stateface-tx:before {
    content: "q";
}

.stateface-us:before {
    content: "z";
}

.stateface-ut:before {
    content: "r";
}

.stateface-va:before {
    content: "s";
}

.stateface-vt:before {
    content: "t";
}

.stateface-wa:before {
    content: "u";
}

.stateface-wi:before {
    content: "v";
}

.stateface-wv:before {
    content: "w";
}

.stateface-wy:before {
    content: "x";
}

/**************************************Responsive styles - Always at the bottom of the style sheet*******************************************************/
@media screen and (min-width: 1025px) {
     .browserOnly{
        display:block;
    }
    .mobileOnly{
        display:none;
    }   
     
     .iframeClass iframe.mediumModalWindow,#modalWindowContainer
    {
        margin: 0px 28%!important;
        width: 610px!important;
     }
     .rightAreaBox {
    display:none!important;
    }
      #topBar,.slideRight  {
        margin-left:0px!important;
    }
    
}


@media only screen and (min-width: 995px) 
{
    
     .browserOnly{
        display:block;
    }
    .mobileOnly{
        display:none;
    }
    .leftAreaBox {
    display: block;
    margin-left:0px!important;
    }

    .leftAreaNav {
    width: 168px;
    min-height: 400px;
    margin: 0;
    background: none;
    
    }
    .rightNavHambergerMenuBox
    {
        display:none;
    }
    
    #topBarData
    {
    margin-left:0px!important; 
    }
    .myYearTaxTop
    {
    display:none!important;
    }
    .rightAreaBox {
    display:none!important;
    }
     #topBar,.slideRight  {
        margin-left:0px!important;
    }
}

@media only screen and (min-width: 810px) and (max-width: 994px) 
{ 
    .browserOnly{
        display:block;
    }
    .mobileOnly{
        display:none;
    }
    .iframeClass #iframeLoadingDiv
    {
         margin :0 16% !important;
    }
    .iframeClass iframe
    {
        margin :0 16% !important;
    }
    .iframeClass iframe #ArticleContainer
    {
    width:90%;
    }
   
     .iframeClass iframe.mediumModalWindow,#modalWindowContainer
    {
        margin: 0px 25%!important;
        width: 450px!important;
       height: 500px!important;
     }
    #navConatiner,#LastLoginDate
    {
      margin-left: 10px;
        }
    #userInfoContainer
    {
      padding-left: 13px;
  padding-top: 35px;
    }
    .refundometerArea
    {
     width: 163px;
margin-left: 13px;  }
    #footerBox
    {
    width:100%}
   
    .dataContainer, .loginContainer {
    width: 100%;
    }
    .myYearTaxTop,#taxInfoBox
    {
    display:none !important;
    margin-left:-182px;
    }

 
    #prodinfoContainer
    {
    top:83px;   
    }
    .userInfoContainer
    {
    display:none;
    }
    #topBarData
    {
    width:auto;
    }
    #FAQSearch .searchBox, .searchBox input#faqSearchText {
    width: auto;
    }

    #mainContentsBoxBorder,.footerBox {
    overflow: auto;
    margin: 0 auto;
    float: none;
    }

    #logoBox, #partnerLogo {
    margin: 0 auto;
    
    }

     #logoBox img, #partnerLogo img {
    margin-left:10px;
    }

    #dataContainer {
    position: relative;
    }

    #userInfoBox {
    position: absolute;
    top: 0px;
    right:10px;
    }

    .leftAreaBox {
    display: none;
    position:absolute;
    top:-17px;
    margin-left:-252px;
    width: 182px;
    height:100vh;
    }

    .leftAreaNav {
    width: 182px;
    }
     .rightNavHambergerMenuBox
    {
        display:none;
    }
    #saveandQuit,.searchBox {
    display: none !important;
    }

    #myAccount {
    border: none;
    }

    #sideNavHambergerMenu, #searchBoxWide {
    display: block;
    }
   
    .rightAreaBox {
    display:none!important;
    }
     #topBar,.slideRight  {
        margin-left:0px!important;
    }

}

@media only screen and (min-width: 631px ) and (max-width:809px ) {
    .mainCarWrap img{
        width:inherit;
        height:inherit;
    }
    
    .container-fluid {
        padding-left: 20px !important;
        padding-right: 20px !important;
    }
  
    .aolContainer .aolHeader > div , .aolMainContent{
       width: auto !important;
   }

     .aolContainer .aolHeader > div{       
       padding: 23px 20px 0px 20px;
   }

    .aolContainer .taxProInfo .taxProContent{
            width: 76%;    
    }


     .browserOnly{
        display:block;
    }
    .mobileOnly{
        display:none;
    }
    .iframeClass #iframeLoadingDiv
    {
         margin :0 7% !important;
    }

    .iframeClass iframe
    {
        margin:0px 7% !important;
    }
    
     .iframeClass iframe.mediumModalWindow,#modalWindowContainer
    {
        margin: 0px 20%!important;
        width: 60%!important;
     }
    .buttonSpacer
    {
        display:none!important;}
        
    .span6.rightButtons
    {
        width: 56.882682%!important;
    }
    .btnNext
    {
        margin-left:20px;
    }
    #userInfoContainer
    {
     padding-left: 13px;
  padding-top: 35px;
    }
     #navConatiner,#LastLoginDate
    {
      margin-left: 10px;
        }
    .refundometerArea
    {
     width: 163px;
margin-left: 13px;  }
    .dataContainer, .loginContainer, #FAQSearch .searchBox, .searchBox input#faqSearchText,  #loginMainContentsBox, #menuPanel, #subMenuPanel ul {
    width: auto!important;
    }

      .loginTemplate>#dataBox>.container, .loginTemplate>#dataBox>.container>#footerBox {
          width: auto;
  }


    #mainContentsBoxBorder,.footerBox 
    {
    width:100%;}
    #mainContentsBox
    {
    width:96%;
    margin:1% 2%;
    }
    #prodinfoContainer
    {
    top:83px;
    }
    .myYearTaxTop,#taxInfoBox
    {
    display:none !important;
     margin-left:-182px;
    }
    
     .userInfoContainer
    {
    display:none;
    }
    #topBarData
    {
    width:auto;
    }
    #mainMenu, #mainmenuPanel {
        display: none;
    }
    #resNavMainMenu
    {
    display:block;
    }
  
    #logoBox, #partnerLogo {
    margin: 0 auto;
    
    }

    #logoBox img, #partnerLogo img {
    margin-left:10px;
    }

    #dataContainer {
    position: relative;
    }

    #userInfoBox {
    position: absolute;
    top: 0px;
    right: 10px;
    }

    .leftAreaBox {
    display: none;
    position:absolute;
    top:-17px;
    margin-left:-252px;
    width: 252px;
    height:100vh;
    }

    .leftAreaNav {
    width: 252px;
    }
     .rightNavHambergerMenuBox
    {
        display:none;
    }
    #saveandQuit,.searchBox {
    display: none !important;
    }

    #myAccount {
    border: none;
    }

    #sideNavHambergerMenu, #searchBoxWide {
    display: block;
    }
    .rightAreaBox {
    display:none!important;
    }
     #topBar,.slideRight  {
        margin-left:0px!important;
    }
      footer.dataContainer {
    width: 100%!important;
    text-align: center;
    }
    #footerBox.contentDataBox {
    width:auto!important;
    }
    #footerBox .pullLeft {
        float: none !important;
    }
    a.editButtonStyle {
    margin: 8px 10px 0 0px !important;
}
    /*.FlipDeleteBtnDiv .redButtonStyle
    {        
        margin-bottom: 0px !important;
    }
    .FlipDeleteBtnDiv .greyButtonStyle
    {   
        margin-right: 15px !important;
    }*/
    ul.refundNav li:last-child 
    {
        border: none;
    }
    .activeTopic a
    {
        border-bottom: none !important;
        padding-bottom: 0px !important;
        font-weight: normal;
    }
    #resNavSubMenu > li > a
    {
        color : #5e5e5e;
        line-height: 26px !important;
        vertical-align: middle !important;
        font-size: 12px;
        
    }
    #resNavSubMenu > li > a.selected 
    {
        color : #277bbb;        
    }
    ul#resNavThrdLvl
    {
        margin-left: 25px !important;
    }
    .myYearTaxTop
    {
        width: 220px;
    }

    .radioButtonList.taxprocard .hrbradio {
        min-width: 264px !important;
        min-height: 280px !important;
    }

    .radioButtonList.taxprocard .labelContainer div{
            max-height: 195px !important;
    }
    
    #StackPanelpnlHubCardButtons .row-fluid .span2{
        margin-right:8px;
    }
}

@media only screen and (min-width: 481px ) and (max-width: 630px) 
{
    .mainCarWrap img {
        width: inherit;
        height: inherit;
    }

    .container-fluid{
        padding-left:20px !important;
        padding-right:20px !important;
    }
    #pageFooter a.secondaryButtonStyle {
        display: block !important;
    }
    .browserOnly
    {
        display:block;
    }
    .mobileOnly{
        display:none;
    }
    
    .iframeClass iframe
    {
        margin:0px !important;
        width:100%;
    }
    .iframeClass #iframeLoadingDiv
    {
         margin :0px !important;
    }


   .iframeClass iframe.mediumModalWindow,
    #modalWindowContainer
    {        
       width: 80%!important;
margin: 0px 9%!important;
    }   
    
  
    #userInfoContainer
    {
     padding-left: 13px;
  padding-top: 35px;
    }
     #navConatiner,#LastLoginDate
    {
      margin-left: 13px;
        }
    .refundometerArea
    {
     width: 163px;
margin-left: 13px;   }
    .leftAreaBox {
    display: none;
    position:absolute;
    top:-17px;
    margin-left:-252px;
    width: 252px;
    height:100vh;
    }
 
    .leftAreaNav {
    width: 252px;

    }

    .userInfoContainer
    {
    display:none;
    }
    .dataContainer, .loginContainer {
    width:930px;
    }
    .myYearTaxTop,#taxInfoBox
    {
    display:none !important;
    margin-left:-182px;
    }
    #mainContentsBoxBorder {
    width: 100%;
    }
    #modalContainer #mainContentsBoxBorder 
    {
    width: 100% !important;
    }
    
    .dataContainer, .loginContainer, #FAQSearch .searchBox, .searchBox input#faqSearchText, #loginMainContentsBox, #menuPanel, #subMenuPanel ul {
width: auto!important;
}

      .loginTemplate>#dataBox>.container, .loginTemplate>#dataBox>.container>#footerBox {
      width: 100% !important;
  }


   #mainContentsBox
    {
    width:96%;
    margin:1% 2%;
    }
    .footerBox {
    width: 100%;
    }
    #modalContainer #mainContentsBox 
    {
        width: 100% !important;
        margin: 0px;
    }
    #topBarData
    {
    width:auto;
    }
    .searchBox input#faqSearchText {
    width: auto!important;
    }

    #logoBox, #partnerLogo {
    margin: 0 auto;
   
    }

    #logoBox img, #partnerLogo img {
    margin-left:10px;
    }

    #dataContainer {
    position: relative;
    }

    #userInfoBox {
    position: absolute;
    top: 0px;
    right: 0px;
    }
    
    #saveandQuit, .searchBox {
    display: none !important;
    }
     .rightNavHambergerMenuBox
    {
        display:none;
    }
    #myAccount {
    border: none;
    }

    .footerNav,#sideNavHambergerMenu, #searchBoxWide {
    display: block;
    }
    #mainMenu, #mainmenuPanel {
        display: none;
    }
    #resNavMainMenu
    {
    display:block;
    }
    .rightAreaBox {
        display:none!important;
}
    #topBar,.slideRight  {
        margin-left:0px!important;
    }
    footer.dataContainer {
    width: 100%!important;
    text-align: center;
    }
    #footerBox.contentDataBox {
    width:100%!important;
    }
    #footerBox .pullLeft,#footerBox .pullRight {
        float: none !important;
    }

    table.dgtableStyle.mig a.editButtonStyle,
    table.dgtableStyle.mig a.deleteButtonStyle { 
        margin: 0 !important;
        padding: 0 !important;
        background-position:0 center !important;
        height: 15px !important;
    } 

    table.dgtableStyle.mig a.deleteButtonStyle span, 
    table.dgtableStyle.mig a.editButtonStyle span {
         padding-left:20px;
         vertical-align: top !important;
    }
     table.dgtableStyle.mig a.editButtonStyle
      {
          margin-bottom:10px!important;
      }

    .iframeScroll:not(.previousYearReturnFrame) {
        -webkit-overflow-scrolling: touch;
        overflow-y: scroll;
        overflow-x: hidden;
        width: 100%;
        height: 430px;
        padding-right: 50px;
    }
    /*.FlipDeleteBtnDiv .redButtonStyle
    {        
        margin-bottom: 0px !important;
        font-size: 13px;
        padding: 5px !important;
    }
    .FlipDeleteBtnDiv .greyButtonStyle
    {        
        margin-right: 5px !important;
        font-size: 13px;
         padding: 5px !important;
    }*/
    ul.refundNav li:last-child 
    {
        border: none;
    }
    .dataContainer
    {
        overflow: hidden;
    }
    .activeTopic a
    {
        border-bottom: none !important;
        padding-bottom: 0px !important;
        font-weight: normal;
    }
    #resNavSubMenu > li > a
    {
        color : #5e5e5e;
        line-height: 26px !important;
        vertical-align: middle !important;
        font-size: 12px;
        
    }
    #resNavSubMenu > li > a.selected 
    {
        color : #277bbb;        
    }
    ul#resNavThrdLvl
    {
        margin-left: 25px !important;
    }
    .myYearTaxTop
    {
        width: 220px;
    }

      .aolContainer .taxProInfo .taxProContent{
       margin-left: auto;
       margin-right: auto;
       padding-top: 28px; 
       float: none;
       width: 100%;
       padding-left:0px;
       padding-right:0px;
       padding-bottom: 8px;
   }

    .aolContainer .taxProName {       
        line-height: 25px;   
    }

   .aolContainer .taxProInfo .taxProText{
       display:block;
       float:none;
       margin-left: auto;
       margin-right: auto;
       text-align: center; 
       margin-top: 5px;
   }

   .aolContainer .taxProInfo .taxProImage{
        display:block;
       float:none;
       margin-left: auto;
    margin-right: auto;
    /* text-align: center; */
    margin-top: 0px;
   }

   .aolContainer .aolHeader > div , .aolMainContent{
       width: auto !important;
   }

   .aolContainer .aolHeader > div{       
       padding: 23px 20px 0px 20px;
   }

   img#XImageStateImage{
       max-width: 100%;
   }

    a.ctaButtonStyle{
        display: block;
        width: 212px !important;
        margin-left: 0px !important;
        padding-left: 23px !important;
        background: url(/hrblock/Templates/Premium/Images/Buttons/Button_CTA_default.png) no-repeat scroll -42px 0 rgba(0, 0, 0, 0) !important;
    }

    #StackPanelMainMenuPanel img{
        max-width: 100%;
    }
}

@media only screen and (min-width: 320px) and (max-width: 480px) {
    .mainCarWrap img {
        width: inherit;
        height: inherit;
    }
    .container-fluid {
        padding-left: 20px !important;
        padding-right: 20px !important;
    }
    #pageFooter a.secondaryButtonStyle {
        display: block !important;
    }
    .stateImage img{
        width:80%;
    }    

     .taxproCommentBox .taxproText{
        margin-left: 6px;
        display: block;
    }

    .taxproCommentBox{
        padding: 4px;
        display:block;
        margin-bottom: 15px;
    }

    .taxproCommentBox img{
        width:10% !important;
    }

    .taxproCommentBox > span{
        display:inline-block;
    }
    
    .taxproCommentBox .taxproText span{
        display:block;
    }

    .commentBox{
        margin-left : 0px !important;
    }

    .rmMarginBottom {
        margin-bottom:25px;
        display:block;
    }
     .browserOnly
    {
        display:none !important;
    }
    .mobileOnly{
        display:block;
    }
    
    .commonQuestionsContent .expAdvImage img{
        max-width:inherit;
    }

    .mainMenuContainer > div {
        width :100% !important;
    }

   .aolContainer .taxProInfo .taxProContent{
       margin-left: auto;
       margin-right: auto;
       padding-top: 28px; 
       float: none;
       width: 100%;
       padding-left:0px;
       padding-right:0px;
       padding-bottom: 8px;
   }

   .aolContainer .taxProInfo .taxProText{
       display:block;
       float:none;
       margin-left: auto;
       margin-right: auto;
       text-align: center; 
       margin-top: 5px;
   }

   .aolContainer .taxProName {      	
        line-height: 25px;   
    }

   .aolContainer .taxProInfo .taxProImage{
        display:block;
       float:none;
       margin-left: auto;
    margin-right: auto;
    /* text-align: center; */
    margin-top: 0px;
   }

   .aolContainer .aolHeader > div , .aolMainContent{
       width: auto !important;
   }

   .aolContainer .aolHeader > div{       
       padding: 23px 20px 0px 20px;
   }

   .aolRefundMeterContent span span, .aolRefundMeterTitle span span{
       width:91px;
   }


  .dataContainer, .loginContainer, #FAQSearch .searchBox, .searchBox input#faqSearchText, #loginMainContentsBox, #menuPanel, #subMenuPanel ul {
    width: auto !important;
  }

  .loginTemplate>#dataBox>.container, .loginTemplate>#dataBox>.container>#footerBox {
      width: 100% !important;
  }

  .leftAreaBox {
    display: none;
    position: absolute;
    top: -17px;
    margin-left: -252px;
    width: 252px;
    height: 100vh;
  }

  .leftAreaNav {
    width: 252px;
  }
   .rightNavHambergerMenuBox
    {
        display:block;
    }
  #userInfoContainer {
     padding-left: 13px;
  padding-top: 35px;
  }

  #resNavMainMenu {
    display: block;
  }

  #navConatiner, #LastLoginDate {
    margin-left: 10px;
  }

  #mainContentsBoxBorder,.footerBox{
    width: 100%;
  }
    .refundometerArea {
        margin-left:13px;
    }
    #footerBoxUserOption .span3{
        margin-left: 34%!important;
         margin-bottom: 20px!important;
        float:none;
        width:200px!important;
    }
    #footerBoxPrivacyLinks .span4,#footerBoxPrivacyLinks .span3, #footerBoxPrivacyLinks .span2 {
    text-align:center!important;
    }
  #mainContentsBox
    {
    width:96%;
    margin:1% 2%;
    }

  .aolMainContent{
       width:96%;
  }

    #mainMenu, #mainmenuPanel {
        display: none;
    }

  a.needHelpLink {
    display:none;
  }

  #topBarData {
    width: auto;
  }

  
    .myYearTaxTop, #taxInfoBox {
    display: none !important;
    margin-left: -182px;
  }

  #sideNavHambergerMenu, #searchBoxWide {
    display: block;
  }

  #logoBox, #partnerLogo {
    margin: 0 auto;
  }

  #userInfoBox {
    position: absolute;
    top: 0px;
    right: 10px;
    width: 195px;
  }

  .navigationfooter.container-fluid {
    margin: 0px;
  }

  #sideNavHambergerMenu {
    width: 36px;
    margin-right: 10px;
  }

  /*Rearranges everything with class span* to single column, except the elements with '.noWrap'*/
  .row-fluid [class*="span"]:not(.noWrap) {
    clear: both;
    margin-left: 0px !important;
    width: 100% !important;
  }

  [class*="span"] img.errorIcon {
    width: auto;
  }

  .persInfoBodySliderImage, .incomeBodySliderImage, .adjDednsSliderImage, .creditsSliderImage, .taxesSliderImage, .wrapUpSliderImage {
    background-size: 462px 204px !important;
  }

  .rightButtons, .leftButtons, #pageFooter div[class*="span"]  {
    clear: both;
    margin-left: 0 !important;
    display: block !important;
  }

    #StackPanelEinSearchNavButtons a.buttonStyle {
        clear: both;
        margin-left: 0 !important;
        display: block !important;
    }

  #pageFooter a.buttonStyle {
    display: block !important;
  }

  .row-fluid .span1 {
    width: 9.284916%;
  }

  .iframeClass iframe {
     margin:0px !important;
     width:320px!important; 
     min-width:100%;    
  }
  .iframeClass #iframeLoadingDiv
    {
         margin :0px !important;
    }
  
  iframe.searchModalWindow
  {
      height: 1075px !important;
  } 

  #modalWindowContainer {
    width: 88% !important;
    margin: 0 6% !important;
    overflow-x: hidden;
  }

  section#mainContents.container-fluid.noPadding{
    padding: 30px 40px 30px 40px;
  }

  div#StackPanelMobPageTitle {
    display:block !important;
  }
  img
  {
      max-width:100%;
  }

  /*******Tabular Data grid styles******/
  table.dgtableStyle.dgBox tfoot td 
  {
      text-align:left !important;
      padding: 0! important;
  }

  table.dgtableStyle.dgBox tbody tr td ,table.dgtableStyle.vertical tbody tr td 
  {
      text-align:left !important;
      border-bottom:none !important;
      height:auto !important;
      min-height:0 ! important;
      padding-left:0 !important;
  }
  
   table.dgtableStyle.dgBox tbody td:last-child 
  {     
      /*border-bottom:1px solid #ccc !important;*/
      margin-bottom:10px !important;
      padding-bottom:10px;
  }

   table.dgtableStyle.dgBox tbody tr 
  {
      text-align:left !important;     
  }

  table.dgtableStyle.dgBox tbody tr.dgRow2 td 
  {
    background:none !important;
  }

 table.dgtableStyle.dgBox tbody tr td > div
 {
    height:auto !important;
 } 

  table.dgtableStyle.dgBox td:not(.noWrap) > .dgTableBaseDiv[data-header]:before {
        display:inline-block !important;   
    }
  
  /*******Tabular Data grid styles******/
  
  /*******Table styles******/
  div.desktop, .desktop {
    display: none !important;
  }

  div.mobile, .mobile {
    display: block !important;
  }

  .mobile .FgWhite {
    color: #3f3f3f;
   }

  .mobHide, table.tableStyle tbody tr td.mobHide {
    display: none !important;
  }

  .pageTitle, #pageHeader h1 {
    letter-spacing: -1px; 
    /*font-family:'Roboto';*/
    font-size: 28px ;
    font-weight: 600 ;
    color: #3F3F3F;
  }


  #StackPanelAnimationPanel{
    display:none;
  }


  /* Product Selector Style */

  div.mobile .mobProdName {
    font-weight: bold;
    text-transform: uppercase;
    font-size: 21px;
    display: block;
    padding-top:10px;
  }

  div.mobile .mobProdPrice {
    font-size: 28px !important;
    color: #5e5e5e;
    padding-bottom: 5px;
    display: block;
    float:left;
  }

  div.mobile .mobProdDescriptor {
    font-size: 14px;
    color: #3f3f3f;
    font-weight: bold;
    padding-bottom: 10px;
    display: block;
  }

  div.mobile .mobProdStateFeeText {
    font-size: 11px;
    color: #3f3f3f;
    padding-bottom: 10px;
    display: block;
  }

  div.mobile .availableFeaturesTitle {
    font-size: 13px;
    text-transform: uppercase;
    color: #3f3f3f;
    font-weight: bold;
    padding-bottom:10px;
    display:block;
  }

  div.mobile .availableFeaturesList {
    font-size: 13px;
    color: #3f3f3f;
    padding-left: 12px;
    margin-left:5px;
  }

  div.mobile .availableFeaturesList li{
    padding-bottom:15px;
  }

  div.mobile .prodTile {
    background-color: #f5f5f5;
    padding: 20px;
    margin-top:10px;
    cursor:pointer;
    box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.26);
  }

  div.mobile .prodTile.usedLastYear{
    background-color: #d4e5f5;
  }

  div.mobile .RecommendedText {
    text-align: right;
    height: 20px;
    padding-right: 5px;
    font-size: 13px;
    margin-bottom: -10px;
  }

  div.mobile .RecommendedText span{
    display:block;
  }

  div.mobile .mobArrowButton {
    display: block;
    width: 15px;
    height: 15px;
    border-top: 2px solid #5e5e5e;
    border-right: 2px solid #5e5e5e;
    border-width: 2px;
    -moz-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
    float:right;
    margin-top:7px;
    cursor:pointer;
  }

   div.mobile .mobArrowButton.upArrow {
    display: block;
    width: 15px;
    height: 15px;
    border-top: 2px solid #5e5e5e;
    border-right: 2px solid #5e5e5e;
    border-width: 2px;
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    margin-top:17px;
  }

  div.mobile .prodFeatures {
    background-color: #f9f9f9;
    padding:20px;
    display:none;
    box-shadow: 0 3px 9px 0 rgba(0, 0, 0, 0.26);
  }


   div.mobile .mobRecommended {      
    font-size: 14px;
    background-color:#3f3f3f;
    color:#82bc00;
   }

  #topNav {
    display: none;
  }

  #rightNavHambergerMenu {
    background: url(/hrblock/Templates/Premium/Images/panels/icon_account_mobile.svg) no-repeat center center;
    width: 35px;
    height: 37px;
    display: inline-block;
  }
  #rightNavHambergerMenuHelp {
    background: url(/hrblock/Templates/Premium/Images/panels/icon_help_mobile.svg) no-repeat center center;
    width: 35px;
    height: 37px;
    display: inline-block;
  }
    #rightNavHambergerMenuMsg {
    display: inline-block;
    }

     .aolContainer  #rightNavHambergerMenuMsg a {
         position: relative;
           background: url(/hrblock/Templates/Premium/Images/AolIcons/Messaging.png) no-repeat 0px 3px;
           width: 40px;
        }

     .aolContainer #rightNavHambergerMenu{
        background: url(/hrblock/Templates/Premium/Images/AolIcons/UserIcon.png) no-repeat 5px 3px;
            width: 40px;

    }

     .aolContainer #rightNavHambergerMenu a{
        display: block;
        height: 37px;
        width: 40px;
     }

     .aolContainer  #rightNavHambergerMenuMsg a .msgCount{
         right:0;
        }

   #rightNavHambergerMenuMsg a {
    background:url(/hrblock/Templates/Premium/Images/panels/icon_message_mobile.svg) no-repeat  5px 10px;   
    width: 35px;
    height: 37px;
    display:block;
  }
    #rightNavHambergerMenuMsg a .msgCount { 
    position:absolute;
   font-size:10px;
   color:white;
   width:18px;height:18px;
   text-align:center;
   line-height:18px;
   border-radius:50%;
     background-color: #277EBB;
     border:2px solid #fff;
  }

  #rightNavHambergerMenu:focus, #rightNavHambergerMenuHelp:focus
  {
      outline:#bbb 1px dotted;
  }

  #logoBox {
    left: 46px;
    position: absolute;
    width: 135px;
  }

  footer.dataContainer {
    width: 100% !important;
    text-align: center;
  }

  #footerBox.contentDataBox {
    width: 100% !important;
  }

  #footerBox .pullLeft, #footerBox .pullRight {
    float: none !important;
  }

  #btnNext {
    position: static;
  }

  /*TCF  upgrade styles*/
   div.upgradePanel table thead{
     display:block;
 } 
 /*TCF  upgrade styles*/
 /**********Payment Basket**********/
 div.basketPanel table thead, div.upgradePanel table thead, div.taxReformPanel table thead{
     display:block;
 } 
 div.taxReformPanel table.tableStyle tbody tr td{
     padding : 0px !important;
 }
 div.taxReformPanel table.tableStyle tbody .dgTableBaseDiv{
     margin: 5px 0px; 
 }
 div.lastChanceUpsell table thead{
     display: table-header-group;
 }

 div.lastChanceUpsell table thead tr th{
         vertical-align: top !important; 
 }

  div.basketPanel table tbody tr td:not(:nth-child(2n+1)){       
      height:inherit;
      padding-left:5px;
 } 
   div.basketPanel table tbody tr td .SummaryTotal
   {
       font-size:13px;
   }
 /**********Payment Basket**********/

    a.ctaButtonStyle, a.ctaLargeButtonStyle {
        background: url("/hrblock/Templates/Premium/Images/Buttons/Button_CTA_default.png") no-repeat scroll -49px 0 rgba(0, 0, 0, 0) !important;
        color: rgb(255, 255, 255);
        display: block;
        font-size: 19px;
        font-weight: bold;
        height: 78px !important;
        margin-bottom: 20px;
        padding-left: 15px !important;
        padding-top: 20px !important;
        text-decoration: none;
        vertical-align: middle;
        width: 204px !important;
        margin-left: 0px !important;
    }
    a.ctaButtonStyle:hover,a.ctaLargeButtonStyle:hover {
        background: url('/hrblock/Templates/Premium/Images/Buttons/Button_CTA_hover.png') no-repeat scroll -49px 0 rgba(0, 0, 0, 0) !important;
    }

    .iframeScroll:not(.previousYearReturnFrame) {
        -webkit-overflow-scrolling: touch;
        overflow-y: scroll;
        overflow-x: hidden;
        width: 100%;
        height: 430px;
        padding-right: 50px;
    }

    /*captcha resize fix for mobile portrait*/
    .ac-image
    {
        margin-left:0 !important; 
        margin-right:0 !important;
    }
    #awesome-captcha
    {
        margin:0 !important;
        width:auto !important;
    }

     div#modalWindowContainer .buttonPanel .buttonStyle {
        margin-right: 19px !important;
    }
    div#modalWindowContainer .buttonPanel  .greyButtonStyle {
        margin-right: 19px !important;
    }
     .documentList li {
    float:left;
    width:auto;
    margin-left:0;
    text-align:left;    
    }

    .documentList li img {
    padding-left: 0;
    }    
    .flip .card
    {
        margin-bottom: 20px;
    }
    /*.FlipDeleteBtnDiv .redButtonStyle
    {        
        margin-bottom: 0px !important;
        font-size: 13px;
        padding: 5px !important;
    }
    .FlipDeleteBtnDiv .greyButtonStyle
    {        
        margin-right: 5px !important;
        font-size: 13px;
         padding: 5px !important;
    }*/
    .SaveAndQuitBlue
    {
        background-color: #277bbb !important;
        line-height: 14px !important;
    }
    .SaveAndQuitRed
    {
        background-color: #e70000 !important;
        line-height: 14px !important;
    }
    #quickLinkBox
    {
        display: none;
    }
    ul.refundNav li:last-child 
    {
        border: none;
    }
    .dataContainer
    {
        overflow: hidden;
    }
    .contactUsBack
    {
        /*padding-top: 35px !important;*/
    }
    .activeTopic a
    {
        border-bottom: none !important;
        padding-bottom: 0px !important;
        font-weight: normal;
    }
    #resNavSubMenu > li > a
    {
        color : #5e5e5e;
        line-height: 26px !important;
        vertical-align: middle !important;
        font-size: 12px;
        
    }
    #resNavSubMenu > li > a.selected 
    {
        color : #277bbb;        
    }
    ul#resNavThrdLvl
    {
        margin-left: 25px !important;
    }
    .myYearTaxTop
    {
        width: 225px;
    }

    .radioButtonList.ratingbutton .listBox {
        padding-left: 10px !important;
    }
    .federalIcon /*to make horizontal align left in Mobile view */
    { 
        text-align: left;
        display: block;
    } 
    .securityContentOuter
    {
        text-align: left;
    }
    #modalContainer .headerBox
    {
         padding-right: 50px; 
    }    

    .applepay_button {
        height: 52px;
        width: 227px;
    }

    .radioButtonList.taxprocard .hrbradio{
        min-width: 100% !important;
        min-height: 265px !important;
    }

    .radioButtonList.taxprocard .hrbradio .taxproPersonalInfo {
            padding-right: 12px;
    }

    /*.radioButtonList.taxprocard .taxproPersonalInfo span:first-child{
        width: 100% !important;
    }*/

    .radioButtonList.taxprocard .taxProImage img{
        width:70px !important;
        height:70px !important;
    }

    .radioButtonList.taxprocard .hrbradio .labelContainer{
        height: 245px !important;
    }

    .radioButtonList.taxprocard .labelContainer div{
        max-height: 187px !important;
    }

    .tpSearchBar {
        margin-left: 0% !important;
        width: 78% !important;
        margin-right: 10px;
    }

    .tpSearchBtn{
        width: 16% !important;
    }

    .taxproStatus .span2{
        width: 31.84% !important;
    }

    .taxproStatus .span2:first-child{
        margin-left: 0% !important;
    }

    #ShowHidePanelFixedDiagsPanel img{
        max-width:inherit;
    }
    #ShowHidePanelFixedDiagsPanel .diagTitle{
        white-space:inherit;
    }

    .amStepText {
        width: 50% !important;
        clear: none !important;
        padding-top: 0px;
    }
    .amPrice,.amPriceTotal {
        width: 50% !important;
        clear: none !important;
        /*padding-top :10px;*/
    }

    .btnMob a {
        display:block !important;
    }

    .amTextPadTop {
         padding-top: 0px !important;
    }

    .efileTable .tableStyle td:nth-child(2){
        padding-left: 12px;
    }
    .amStepTextMob {
        display: block !important;
    }

    .amRemainingFund {
        float: left;
        width: 74.5%;
        padding-bottom: 8px;
    }
  
    #expAdvIcon{
        display:none;
    }

    .labelContainer .recommendedTopic{
        top: unset !important;
    }

    span.productDetailsPnl .row-fluid div.span6 , span.basketPnl .row-fluid div.span6{
        width: 48% !important;
        float: left;
        clear: none !important;
    }

     span.basketPnl div.span6:first-child ,span.productSummaryPnl div.span6:first-child ,span.bgGrayBox div.span6:first-child {
    width: 74.441341% !important;
    display: inline-block;
    clear: unset;
}
    span.productSummaryPnl.paymentConfirmPnl div.span6:first-child{
        width: 58% !important;
    }

    span.basketPnl div.span6:nth-child(2), span.productSummaryPnl div.span6:nth-child(2) , span.bgGrayBox div.span6:nth-child(2) {
        width: 23.324022346368718% !important;
        display: inline-block;
        clear: none;
        margin-left: 2% !important;
    }

    span.productSummaryPnl.paymentConfirmPnl div.span6:nth-child(2) {
        width: 40% !important;
    }

    .printBtnPnl .secondaryButtonStyle {
        padding-left: 32px;
        padding-right: 20px;
    }

     .printBtnPnl .secondaryButtonStyle img {
            width: 16px;
            float: right;
            padding-top:2px;
    }

     .brkMobileOnly{
         display:block;
             height: 0px;
     }


     span.refundSummaryDetails div.row-fluid td.span7{
        width : 50% !important;
     }

     span.refundSummaryDetails div.row-fluid td.span4{
        width : 37.8% !important;
     }

     span.refundSummaryDetails div.row-fluid td.span1{
        width : 10.2% !important;
     }
   
     .welcomeMsgOffSeason{
        color: #000000;
        font-size: 32px;
        line-height: 30px;
    }

    .offseasonSubText{
        font-size:15px;
    }

    .welcomeText{
        font-size: 28px;
    }

    .offSeasonEmail .buttonStyle, .offSeasonEmail .hyperlinkStyle{
        height: 46px;
        line-height: 40px !important;
    }

    .offSeasonReturnBox #StackPanelMyAccountPanel .span4,  .offSeasonReturnBox #StackPanelMyAccountPanel .span6 {
        width: 50% !important;
        float: left;
        clear: unset;
    }

    #StackPanelStateEfileNotSuppport .cbxContainer .labelContainer {
        display: table-cell;
    }

    #StackPanelStateEfileNotSuppport .cbxContainer .labelContainer {
           text-align: left;
    }

    #StackPanelpnlReviewReturnPDF .cardActionDiv {
            width: 100% !important;
            height: auto !important;
    }

    .iconRows .iconImage img{
        max-width: 65px;
    }

    .photocapturePnlMob .photocaptureLink{
        display : table-cell !important;
    }

    .photocapturePnlDesktop{
        display:none;
    }

    .bgBanner{        
        padding-top: 15px;
        padding-bottom: 15px;
        box-sizing: border-box;
        min-height: 174px;
    }

    .bgBanner .contentText{
        width: 70% !important;
    }

    .bgBanner .contentIcon{
        top: 50px !important;
    }

    .arrowBtnPnl .icon{      
        top: 23px !important;
     }
    
    #StackPanelpnlTSCMobileView{
        display: block !important;
    }

    #StackPanelpnlTSCDesktopView{
        display: none !important;
    }

    #modalContainer .btnCloseDiv {
      right: 6px !important;
      top: 13px !important;
    }

    #StackPanelpnlLongForm td{
        padding-top: 0px;
    }

    #StackPanelpnlLongForm table.tableStyle tbody tr td{
        height: auto !important;
    }

    #StackPanelpnlLongForm table thead{
         display: table-header-group !important;
    }

    #StackPanelpnlLongForm table thead th{
         display: none !important;
    }
    #StackPanelpnlShortForm .shortFormClm {
        clear: both;
        width: 100% !important;
        margin: 8px;
        margin-left: 0px !important;
    }

    #StackPanelFederalStatePanal.SummaryTableStyle table.tableStyle tbody a.learnMore {
        display: inline-block;
    }

    #StackPanelpnlLastChanceUpsellConfirm .supremeButtonBlue{
       padding: 14px 0px 14px 0px !important;
    }

    a.buttonStyle.uploadButton {
        padding: 19px 10px!important;
    }


    #StackPanelUpgradePanel .iconImage img{
        width: 22px;
        max-width:none;

    }

    .bstUpsellHelperText{
        text-align:left;
        display:block;
    }
}

@media only screen and (min-width: 120px) and (max-width:321px) {

   
    .row-fluid [class*="span"]:not(.noWrap) {
    clear: both;
    margin-left: 0px !important;
    width: 100% !important;
    }
    .iframeScroll
    {
        -webkit-overflow-scrolling: touch;
        overflow-y: scroll;
        overflow-x:hidden;
        width: 100%;
        height:430px;
    }
    .iframeSearchScroll
    {
        -webkit-overflow-scrolling: touch;
  	    overflow-y: scroll;
        width: 100%;
        height: 645px;
    }
}


@media only screen and (min-width:0) and (max-width:757px){
    #roDetailsContainer{
        z-index:99999 !important;
        width:100% !important;
        margin:0 !important;
        padding:0 !important;
        position:absolute;
        top:0;
        left:0;
        height:100vh;
    }

    #roDetailsDiscpBox{
        width:100% !important;
        margin:0 !important;
        height:100vh;
    }

    #flyOutWindowContent{
        width:100% !important;
        height:100vh;
    }

    #roClose{
        position: fixed !important;
        top: 5px !important;
        right: 10px !important;
        left:80%;
        z-index:1234567;
        background-color:#cdcdcd;
        border:1px solid white;
        padding:5px;
    }
}


/**********************************Responsive styles***************************************/
/**/
@media print {

    html{
        font-size:1.15em !important;
    }

    .topBarBox, div#footerBoxSecond {
        display: none !important;
    }

    #mainMenu {
        display: none !important;
    }

    footer {
        display: none !important;
    }

    #userInfoContainer {
        display: none !important;
    }

    #resNavMainMenu {
        display: none !important;
    }

    #navConatiner {
        display: none !important;
    }

    .sidebarBox{
        display:none !important;
    }

    #mainContents{
        width:100% !important;
    }

    .buttonStyle {display:none !important}
    .redButtonStyle{display:none !important}
    #mainContentsBox.shawdowBox
    {
        width: 100% !important;
        padding-right: 80px;
    }
    #StackPanelpnlTSCDesktopView_BVersion table {
        page-break-inside: avoid;
    }

}
@charset "UTF-8";
@font-face {
  font-family: "Graphik";
  font-style: normal;
  font-weight: 500;
  src: url("/hrblock/styles/fonts/Graphik-Medium-Web.woff") format("woff"), url("/hrblock/styles/fonts/Graphik-Medium-Web.woff2") format("woff2");
}
@font-face {
  font-family: "Graphik";
  font-style: italic;
  font-weight: 500;
  src: url("/hrblock/styles/fonts/Graphik-Medium-Italic-Web.woff") format("woff"), url("/hrblock/styles/fonts/Graphik-Medium-Italic-Web.woff2") format("woff2");
}
@font-face {
  font-family: "Graphik";
  font-style: normal;
  font-weight: 400;
  src: url("/hrblock/styles/fonts/Graphik-Regular-Web.woff") format("woff"), url("/hrblock/styles/fonts/Graphik-Regular-Web.woff2") format("woff2");
}
@font-face {
  font-family: "Graphik";
  font-style: italic;
  font-weight: 400;
  src: url("/hrblock/styles/fonts/Graphik-Regular-Italic-Web.woff") format("woff"), url("/hrblock/styles/fonts/Graphik-Regular-Italic-Web.woff2") format("woff2");
}
@font-face {
  font-family: "Graphik";
  font-style: normal;
  font-weight: 600;
  src: url("/hrblock/styles/fonts/Graphik-Semibold-Web.woff") format("woff"), url("/hrblock/styles/fonts/Graphik-Semibold-Web.woff2") format("woff2");
}
@font-face {
  font-family: "Graphik";
  font-style: italic;
  font-weight: 600;
  src: url("/hrblock/styles/fonts/Graphik-Semibold-Italic-Web.woff") format("woff"), url("/hrblock/styles/fonts/Graphik-Semibold-Italic-Web.woff2") format("woff2");
}
@-webkit-keyframes hotspot-vertical-top {
  0%, 30%, 40%, 53.3%, 66.667%, 100% {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-animation-timing-function: ease-out;
    -moz-animation-timing-function: ease-out;
    -ms-animation-timing-function: ease-out;
    -o-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  35% {
    -webkit-transform: translate3d(0, 25px, 0);
    -moz-transform: translate3d(0, 25px, 0);
    -ms-transform: translate3d(0, 25px, 0);
    -o-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
    -webkit-animation-timing-function: ease-in;
    -moz-animation-timing-function: ease-in;
    -ms-animation-timing-function: ease-in;
    -o-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  46.667% {
    -webkit-transform: translate3d(0, 12.5px, 0);
    -moz-transform: translate3d(0, 12.5px, 0);
    -ms-transform: translate3d(0, 12.5px, 0);
    -o-transform: translate3d(0, 12.5px, 0);
    transform: translate3d(0, 12.5px, 0);
    -webkit-animation-timing-function: ease-in;
    -moz-animation-timing-function: ease-in;
    -ms-animation-timing-function: ease-in;
    -o-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: translate3d(0, 6.25px, 0);
    -moz-transform: translate3d(0, 6.25px, 0);
    -ms-transform: translate3d(0, 6.25px, 0);
    -o-transform: translate3d(0, 6.25px, 0);
    transform: translate3d(0, 6.25px, 0);
    -webkit-animation-timing-function: ease-in;
    -moz-animation-timing-function: ease-in;
    -ms-animation-timing-function: ease-in;
    -o-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
@-moz-keyframes hotspot-vertical-top {
  0%, 30%, 40%, 53.3%, 66.667%, 100% {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-animation-timing-function: ease-out;
    -moz-animation-timing-function: ease-out;
    -ms-animation-timing-function: ease-out;
    -o-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  35% {
    -webkit-transform: translate3d(0, 25px, 0);
    -moz-transform: translate3d(0, 25px, 0);
    -ms-transform: translate3d(0, 25px, 0);
    -o-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
    -webkit-animation-timing-function: ease-in;
    -moz-animation-timing-function: ease-in;
    -ms-animation-timing-function: ease-in;
    -o-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  46.667% {
    -webkit-transform: translate3d(0, 12.5px, 0);
    -moz-transform: translate3d(0, 12.5px, 0);
    -ms-transform: translate3d(0, 12.5px, 0);
    -o-transform: translate3d(0, 12.5px, 0);
    transform: translate3d(0, 12.5px, 0);
    -webkit-animation-timing-function: ease-in;
    -moz-animation-timing-function: ease-in;
    -ms-animation-timing-function: ease-in;
    -o-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: translate3d(0, 6.25px, 0);
    -moz-transform: translate3d(0, 6.25px, 0);
    -ms-transform: translate3d(0, 6.25px, 0);
    -o-transform: translate3d(0, 6.25px, 0);
    transform: translate3d(0, 6.25px, 0);
    -webkit-animation-timing-function: ease-in;
    -moz-animation-timing-function: ease-in;
    -ms-animation-timing-function: ease-in;
    -o-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
@-ms-keyframes hotspot-vertical-top {
  0%, 30%, 40%, 53.3%, 66.667%, 100% {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-animation-timing-function: ease-out;
    -moz-animation-timing-function: ease-out;
    -ms-animation-timing-function: ease-out;
    -o-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  35% {
    -webkit-transform: translate3d(0, 25px, 0);
    -moz-transform: translate3d(0, 25px, 0);
    -ms-transform: translate3d(0, 25px, 0);
    -o-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
    -webkit-animation-timing-function: ease-in;
    -moz-animation-timing-function: ease-in;
    -ms-animation-timing-function: ease-in;
    -o-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  46.667% {
    -webkit-transform: translate3d(0, 12.5px, 0);
    -moz-transform: translate3d(0, 12.5px, 0);
    -ms-transform: translate3d(0, 12.5px, 0);
    -o-transform: translate3d(0, 12.5px, 0);
    transform: translate3d(0, 12.5px, 0);
    -webkit-animation-timing-function: ease-in;
    -moz-animation-timing-function: ease-in;
    -ms-animation-timing-function: ease-in;
    -o-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: translate3d(0, 6.25px, 0);
    -moz-transform: translate3d(0, 6.25px, 0);
    -ms-transform: translate3d(0, 6.25px, 0);
    -o-transform: translate3d(0, 6.25px, 0);
    transform: translate3d(0, 6.25px, 0);
    -webkit-animation-timing-function: ease-in;
    -moz-animation-timing-function: ease-in;
    -ms-animation-timing-function: ease-in;
    -o-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
@keyframes hotspot-vertical-top {
  0%, 30%, 40%, 53.3%, 66.667%, 100% {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-animation-timing-function: ease-out;
    -moz-animation-timing-function: ease-out;
    -ms-animation-timing-function: ease-out;
    -o-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  35% {
    -webkit-transform: translate3d(0, 25px, 0);
    -moz-transform: translate3d(0, 25px, 0);
    -ms-transform: translate3d(0, 25px, 0);
    -o-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
    -webkit-animation-timing-function: ease-in;
    -moz-animation-timing-function: ease-in;
    -ms-animation-timing-function: ease-in;
    -o-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  46.667% {
    -webkit-transform: translate3d(0, 12.5px, 0);
    -moz-transform: translate3d(0, 12.5px, 0);
    -ms-transform: translate3d(0, 12.5px, 0);
    -o-transform: translate3d(0, 12.5px, 0);
    transform: translate3d(0, 12.5px, 0);
    -webkit-animation-timing-function: ease-in;
    -moz-animation-timing-function: ease-in;
    -ms-animation-timing-function: ease-in;
    -o-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: translate3d(0, 6.25px, 0);
    -moz-transform: translate3d(0, 6.25px, 0);
    -ms-transform: translate3d(0, 6.25px, 0);
    -o-transform: translate3d(0, 6.25px, 0);
    transform: translate3d(0, 6.25px, 0);
    -webkit-animation-timing-function: ease-in;
    -moz-animation-timing-function: ease-in;
    -ms-animation-timing-function: ease-in;
    -o-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
@-ms-keyframes spin {
  from {
    -ms-transform: rotate(0deg);
  }
  to {
    -ms-transform: rotate(360deg);
  }
}
@-moz-keyframes spin {
  from {
    -moz-transform: rotate(0deg);
  }
  to {
    -moz-transform: rotate(360deg);
  }
}
@-webkit-keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.icon {
  font-size: 25px;
  color: #262626;
}
.icon:hover, .icon:focus {
  color: #6E6E6E;
}

.icondescription {
  padding: 0px 5px 0px 5px;
  display: none;
}
@media (max-width: 481px) {
  .icondescription {
    display: inline-block;
  }
}

.brand-green-icon .icon {
  color: #008427;
}
.brand-green-icon .icon:hover, .brand-green-icon .icon:focus {
  color: #008427;
}

@font-face {
  font-family: "HRBO";
  src: url("/hrblock/styles/fonts/HRBO.eot?ylrnh2");
  src: url("/hrblock/styles/fonts/HRBO.eot?ylrnh2#iefix") format("embedded-opentype"), url("/hrblock/styles/fonts/HRBO.ttf?ylrnh2") format("truetype"), url("/hrblock/styles/fonts/HRBO.woff?ylrnh2") format("woff"), url("/hrblock/styles/fonts/HRBO.svg?ylrnh2#HRBO") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
[class^=hrbo-icon-], [class*=" hrbo-icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "HRBO" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

@font-face {
  font-family: "StateFaceRegular";
  src: url("/hrblock/styles/fonts/stateface-regular-webfont.eot");
  src: url("/hrblock/styles/fonts/stateface-regular-webfont.eot?#iefix") format("embedded-opentype"), url("/hrblock/styles/fonts/stateface-regular-webfont.woff") format("woff"), url("/hrblock/styles/fonts/stateface-regular-webfont.ttf") format("truetype"), url("/hrblock/styles/fonts/stateface-regular-webfont.svg#StateFaceRegular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
.hrbo-icon-account:before {
  content: "\e962";
}

.hrbo-icon-accurate-calculations:before {
  content: "\e964";
}

.hrbo-icon-add:before {
  content: "\e965";
}

.hrbo-icon-xdelete1:before {
  content: "\e95d";
}

.hrbo-icon-xdelete1:before {
  content: "\e95d";
}

.hrbo-icon-alert:before {
  content: "\e967";
}

.hrbo-icon-arrow-left:before {
  content: "\e968";
}

.hrbo-icon-arrow-right:before {
  content: "\e969";
}

.hrbo-icon-atm:before {
  content: "\e96a";
}

.hrbo-icon-atp-chat:before {
  content: "\e96b";
}

.hrbo-icon-atp-confirmation:before {
  content: "\e96c";
}

.hrbo-icon-back:before {
  content: "\e96d";
}

.hrbo-icon-back-editions:before {
  content: "\e96e";
}

.hrbo-icon-bell:before {
  content: "\e970";
}

.hrbo-icon-best-of-both:before {
  content: "\e971";
}

.hrbo-icon-block-live-and-chat:before {
  content: "\e973";
}

.hrbo-icon-bowtie:before, .hrbo-icon-pyimporthrb:before {
  content: "\e974";
}

.hrbo-icon-business:before {
  content: "\e975";
}

.hrbo-icon-business-tax-service:before {
  content: "\e977";
}

.hrbo-icon-calculator:before {
  content: "\e978";
}

.hrbo-icon-camera:before {
  content: "\e979";
}

.hrbo-icon-cart:before {
  content: "\e97a";
}

.hrbo-icon-chat-support:before {
  content: "\e981";
}

.hrbo-icon-check:before {
  content: "\e982";
}

.hrbo-icon-check-circle .path1:before {
  content: "\e984";
  color: rgb(0, 0, 0);
}

.hrbo-icon-check-circle .path2:before {
  content: "\e985";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}

.hrbo-icon-check-circle .path3:before {
  content: "\e986";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}

.hrbo-icon-checklist:before {
  content: "\e987";
}

.hrbo-icon-chevron_left:before {
  content: "\e989";
}

.hrbo-icon-chevron_right:before {
  content: "\e98a";
}

.hrbo-icon-clock:before {
  content: "\e98c";
}

.hrbo-icon-close:before, .hrbo-icon-tsNone:before {
  content: "\e98d";
}

.hrbo-icon-compass:before {
  content: "\e98e";
}

.hrbo-icon-compass-2:before {
  content: "\e98f";
}

.hrbo-icon-computer:before, .hrbo-icon-pyimportdigital:before {
  content: "\e991";
}

.hrbo-icon-contact:before {
  content: "\e992";
}

.hrbo-icon-deductions:before {
  content: "\e994";
}

.hrbo-icon-delete:before {
  content: "\e995";
}

.hrbo-icon-document:before {
  content: "\e996";
}

.hrbo-icon-documents:before {
  content: "\e997";
}

.hrbo-icon-download-software:before {
  content: "\e998";
}

.hrbo-icon-download-updates:before {
  content: "\e999";
}

.hrbo-icon-early-refund-options:before {
  content: "\e99a";
}

.hrbo-icon-edit:before {
  content: "\e99d";
}

.hrbo-icon-education:before {
  content: "\e99f";
}

.hrbo-icon-e-file:before {
  content: "\e9a1";
}

.hrbo-icon-e-file-document:before {
  content: "\e9a2";
}

.hrbo-icon-emerald-advance:before {
  content: "\e9a3";
}

.hrbo-icon-emerald-card:before {
  content: "\e9a4";
}

.hrbo-icon-financial-solutions:before {
  content: "\e9a6";
}

.hrbo-icon-find-an-office:before {
  content: "\e9a7";
}

.hrbo-icon-firsttime:before, .hrbo-icon-pyimportfirsttime:before {
  content: "\e9a8";
}

.hrbo-icon-five-percent-bonus-back:before {
  content: "\e9a9";
}

.hrbo-icon-forms:before {
  content: "\e9ae";
}

.hrbo-icon-free-in-person-audit-support:before {
  content: "\e9af";
}

.hrbo-icon-free-itin-application:before {
  content: "\e9b0";
}

.hrbo-icon-generic-product-icon:before {
  content: "\e9b3";
}

.hrbo-icon-get-answers:before {
  content: "\e9b4";
}

.hrbo-icon-gohealth-program:before {
  content: "\e9b5";
}

.hrbo-icon-guarantee:before {
  content: "\e9b6";
}

.hrbo-icon-hamburger:before {
  content: "\e9b7";
}

.hrbo-icon-healpth:before {
  content: "\e9b8";
}

.hrbo-icon-health-care-impact:before {
  content: "\e9ba";
}

.hrbo-icon-healthcare-solutions:before {
  content: "\e9bb";
}

.hrbo-icon-healthcare-tax:before {
  content: "\e9bc";
}

.hrbo-icon-help:before {
  content: "\e9bd";
}

.hrbo-icon-help-circle .path1:before {
  content: "\e9be";
  color: rgb(0, 0, 0);
}

.hrbo-icon-help-circle .path2:before {
  content: "\e9bf";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}

.hrbo-icon-help-circle .path3:before {
  content: "\e9c0";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}

.hrbo-icon-help-circle .path4:before {
  content: "\e9c1";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}

.hrbo-icon-hoh:before {
  content: "\e9c3";
}

.hrbo-icon-home:before {
  content: "\e9c4";
}

.hrbo-icon-icon_pencil_mini:before {
  content: "\e9cc";
}

.hrbo-icon-icon_pic_mini:before {
  content: "\e9cd";
}

.hrbo-icon-icon_upload_mini:before {
  content: "\e9ce";
}

.hrbo-icon-Import:before {
  content: "\e9d0";
}

.hrbo-icon-income:before {
  content: "\e9d2";
}

.hrbo-icon-information-circle:before {
  content: "\e9d4";
}

.hrbo-icon-integrated-solution:before {
  content: "\e9d5";
}

.hrbo-icon-lending-and-credit:before {
  content: "\e9db";
}

.hrbo-icon-location:before {
  content: "\e9dc";
}

.hrbo-icon-mail:before {
  content: "\e9df";
}

.hrbo-icon-married-joint:before {
  content: "\e9e2";
}

.hrbo-icon-married-seperate:before {
  content: "\e9e3";
}

.hrbo-icon-messages:before {
  content: "\e9e7";
}

.hrbo-icon-mobile-apps:before {
  content: "\e9e8";
}

.hrbo-icon-nav-calculator:before {
  content: "\e900";
}

.hrbo-icon-nav-deductions:before, .hrbo-icon-tsmaxcredit:before {
  content: "\e901";
}

.hrbo-icon-nav-income:before {
  content: "\e902";
}

.hrbo-icon-nav-piggybank:before {
  content: "\e903";
}

.hrbo-icon-nav-wrapup:before {
  content: "\e904";
}

.hrbo-icon-nav-your-info:before {
  content: "\e905";
}

.hrbo-icon-no-cost:before {
  content: "\e90b";
}

.hrbo-icon-office-solutions:before {
  content: "\e90f";
}

.hrbo-icon-peace-of-mind:before {
  content: "\e911";
}

.hrbo-icon-pencil_1:before {
  content: "\e912";
}

.hrbo-icon-personal-tax-prep:before {
  content: "\e913";
}

.hrbo-icon-phone:before {
  content: "\e914";
}

.hrbo-icon-pom-logo:before {
  content: "\e916";
}

.hrbo-icon-pricetag:before {
  content: "\e917";
}

.hrbo-icon-privacy:before {
  content: "\e918";
}

.hrbo-icon-privacy-alternate:before {
  content: "\e919";
}

.hrbo-icon-refund-and-payment:before {
  content: "\e91c";
}

.hrbo-icon-refund-reveal:before {
  content: "\e91d";
}

.hrbo-icon-review:before {
  content: "\e923";
}

.hrbo-icon-satisfaction-guarantee:before {
  content: "\e927";
}

.hrbo-icon-screen-share:before {
  content: "\e929";
}

.hrbo-icon-search:before {
  content: "\e92a";
}

.hrbo-icon-second-look:before {
  content: "\e92b";
}

.hrbo-icon-settings-gear:before {
  content: "\e92d";
}

.hrbo-icon-shopping-cart:before {
  content: "\e92e";
}

.hrbo-icon-signout:before {
  content: "\e92f";
}

.hrbo-icon-single:before {
  content: "\e930";
}

.hrbo-icon-software:before {
  content: "\e933";
}

.hrbo-icon-tablet-apps:before {
  content: "\e937";
}

.hrbo-icon-tax-audit-support:before {
  content: "\e938";
}

.hrbo-icon-tax-calculator:before {
  content: "\e939";
}

.hrbo-icon-tax-id-shield:before {
  content: "\e93b";
}

.hrbo-icon-tax-payment-options:before {
  content: "\e93c";
}

.hrbo-icon-ten-percent-bonus-back:before {
  content: "\e93e";
}

.hrbo-icon-thumbs-up:before {
  content: "\e940";
}

.hrbo-icon-time:before {
  content: "\e942";
}

.hrbo-icon-tpr-logo:before {
  content: "\e944";
}

.hrbo-icon-trash:before {
  content: "\e947";
}

.hrbo-icon-upload:before {
  content: "\e94a";
}

.hrbo-icon-upload_1:before {
  content: "\e94b";
}

.hrbo-icon-user:before {
  content: "\e94d";
}

.hrbo-icon-video:before {
  content: "\e950";
}

.hrbo-icon-w-2-early-access:before {
  content: "\e952";
}

.hrbo-icon-warning:before {
  content: "\e953";
}

.hrbo-icon-web-chat:before {
  content: "\e957";
}

.hrbo-icon-welcome-help .path1:before {
  content: "\e958";
  color: rgb(17, 17, 17);
}

.hrbo-icon-welcome-help .path2:before {
  content: "\e959";
  margin-left: -1em;
  color: rgb(32, 32, 32);
}

.hrbo-icon-wfas-logo:before {
  content: "\e95a";
}

.hrbo-icon-widower:before {
  content: "\e95b";
}

.hrbo-icon-wrapup:before {
  content: "\e95c";
}

.hrbo-icon-year-round-support:before {
  content: "\e95e";
}

.hrbo-icon-yourinfo:before, .hrbo-icon-tstpr:before {
  content: "\e95f";
}

.hrbo-icon-nav-business:before, .hrbo-icon-tsbusiness:before {
  content: "\e931";
}

.hrbo-icon-wave-logo:before {
  content: "\e956";
}

.hrbo-icon-wave-export:before {
  content: "\e954";
}

.hrbo-icon-direct-deposit:before {
  content: "\e955";
}

.hrbo-icon-text-chat:before {
  content: "\e93f";
}

.hrbo-icon-plus-upgrade:before {
  content: "\e915";
}

.hrbo-icon-folder:before {
  content: "\e9aa";
}

.hrbo-icon-export-help:before {
  content: "\e9a5";
}

.hrbo-icon-hsa-savings:before, .hrbo-icon-tssavings:before {
  content: "\e9ca";
}

.hrbo-icon-user-quit:before {
  content: "\e94f";
}

.hrbo-icon-user-accordian-up:before {
  content: "\e94e";
}

.hrbo-icon-backward-time:before, .hrbo-icon-tplater:before {
  content: "\e96f";
}

.hrbo-icon-chat-icon .path1:before {
  content: "\e97e";
}

.hrbo-icon-chat-icon .path2:before {
  content: "\e97f";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}

.hrbo-icon-chat-icon .path3:before {
  content: "\e980";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}

.hrbo-icon-w2upload:before {
  content: "\e94c";
}

.hrbo-icon-w2addphoto:before {
  content: "\e914";
}

.hrbo-icon-w2manual:before {
  content: "\e99d";
}

.hrbo-icon-tshome:before {
  content: "\e9c5";
}

.hrbo-icon-tsstudentfee:before {
  content: "\e936";
}

.hrbo-icon-tscharity:before {
  content: "\e97d";
}

.hrbo-icon-tschildren:before {
  content: "\e98b";
}

.hrbo-icon-tsinvestments:before {
  content: "\e9d9";
}

.hrbo-icon-tsrental:before {
  content: "\e91f";
}

.hrbo-icon-tsselfemp:before {
  content: "\e92c";
}

.hrbo-icon-tsfreelancer:before {
  content: "\e9b1";
}

.hrbo-icon-right-arrow:before {
  content: "\e924";
}

.hrbo-icon-z1-Care:before {
  content: "\e960";
}

.hrbo-icon-security:before {
  content: "\e961";
}

.hrbo-icon-accounting-software:before {
  content: "\e963";
}

.hrbo-icon-business-insurance:before {
  content: "\e976";
}

.hrbo-icon-check1:before {
  content: "\e983";
}

.hrbo-icon-complicated:before {
  content: "\e990";
}

.hrbo-icon-easy-payroll:before {
  content: "\e99c";
}

.hrbo-icon-earned-income:before {
  content: "\e99b";
}

.hrbo-icon-how-we-got-this:before {
  content: "\e9c9";
}

.hrbo-icon-household-changes:before {
  content: "\e9c7";
}

.hrbo-icon-i-have-kids:before {
  content: "\e9cf";
}

.hrbo-icon-interest-income:before {
  content: "\e9d7";
}

.hrbo-icon-medical-expense:before {
  content: "\e9e6";
}

.hrbo-icon-product:before {
  content: "\e91a";
}

.hrbo-icon-education2:before {
  content: "\e9a0";
}

.hrbo-icon-location2:before {
  content: "\e9dd";
}

.hrbo-icon-health-care:before {
  content: "\e9b9";
}

.hrbo-icon-home-owner:before {
  content: "\e9c6";
}

.hrbo-icon-retirement:before {
  content: "\e922";
}

.hrbo-icon-refund-reveal2:before {
  content: "\e91e";
}

.hrbo-icon-check-to-card:before {
  content: "\e988";
}

.hrbo-icon-refund-payment:before {
  content: "\e91b";
}

.hrbo-icon-tpr-doc:before {
  content: "\e943";
}

.hrbo-icon-tpr-review:before {
  content: "\e945";
}

.hrbo-icon-tpr-signature:before {
  content: "\e946";
}

.hrbo-icon-log-in:before {
  content: "\e9de";
}

.hrbo-icon-taxes:before {
  content: "\e93a";
}

.hrbo-icon-married:before {
  content: "\e9e1";
}

.hrbo-icon-marital-status:before {
  content: "\e9e0";
}

.hrbo-icon-office:before {
  content: "\e90d";
}

.hrbo-icon-video-call:before {
  content: "\e951";
}

.hrbo-icon-import-doc:before {
  content: "\e9d1";
}

.hrbo-icon-adopted:before {
  content: "\e966";
}

.hrbo-icon-changed-jobs:before {
  content: "\e97b";
}

.hrbo-icon-charitable-donors:before {
  content: "\e97c";
}

.hrbo-icon-edit-white:before {
  content: "\e99e";
}

.hrbo-icon-help-small:before {
  content: "\e9c2";
}

.hrbo-icon-household-changes-small:before {
  content: "\e9c8";
}

.hrbo-icon-hsa-savings-small:before {
  content: "\e9cb";
}

.hrbo-icon-Interest-income-small:before {
  content: "\e9d6";
}

.hrbo-icon-investments-small:before {
  content: "\e9da";
}

.hrbo-icon-married-small:before {
  content: "\e9e4";
}

.hrbo-icon-max-refund:before {
  content: "\e9e5";
}

.hrbo-icon-office-large:before {
  content: "\e90e";
}

.hrbo-icon-rental-property:before {
  content: "\e920";
}

.hrbo-icon-scan:before {
  content: "\e928";
}

.hrbo-icon-something-else:before {
  content: "\e934";
}

.hrbo-icon-step-guidance:before {
  content: "\e935";
}

.hrbo-icon-tax-pro-title:before {
  content: "\e93d";
}

.hrbo-icon-tick-black:before {
  content: "\e941";
}

.hrbo-icon-trash-white:before {
  content: "\e948";
}

.hrbo-icon-unemployment:before {
  content: "\e949";
}

.hrbo-icon-black-tick:before {
  content: "\e972";
}

.hrbo-icon-foreign-income .path1:before {
  content: "\e9ab";
  color: rgb(255, 255, 255);
}

.hrbo-icon-foreign-income .path2:before {
  content: "\e9ac";
  margin-left: -1em;
  color: rgb(38, 38, 38);
}

.hrbo-icon-foreign-income .path3:before {
  content: "\e9ad";
  margin-left: -1em;
  color: rgb(38, 38, 38);
}

.hrbo-icon-investment:before {
  content: "\e9d8";
}

.hrbo-icon-new-chat-support:before {
  content: "\e906";
}

.hrbo-icon-new-folder:before {
  content: "\e907";
}

.hrbo-icon-new-settings-gear:before {
  content: "\e908";
}

.hrbo-icon-new-user:before {
  content: "\e909";
}

.hrbo-icon-new-user-quit:before {
  content: "\e90a";
}

.hrbo-icon-info:before {
  content: "\e9d3";
}

.hrbo-icon-retiremcrypto:before {
  content: "\e921";
}

.hrbo-icon-gambling:before {
  content: "\e9b2";
}

.hrbo-icon-saleofhome:before {
  content: "\e925";
}

.hrbo-icon-debtcancel:before {
  content: "\e993";
}

.hrbo-icon-otherlesscommon:before {
  content: "\e910";
}

.hrbo-icon-saleortransferasset:before {
  content: "\e926";
}

.hrbo-icon-smallbusins:before {
  content: "\e932";
}

.hrbo-icon-note:before {
  content: "\e90c";
}

.hrbo-icon-two-way-arrow:before {
  content: "\e9e9";
}

.brand-green {
  color: #008427;
}

.brand-teal {
  color: #3BC0F8;
}

.brand-gold {
  color: #FDBC29;
}

.brand-blue {
  color: #0b7eb3;
}

.brand-purple {
  color: #893b90;
}

.brand-yellow {
  color: #F5CC02;
}

.brand-tealBlue {
  color: #264c59;
}

.brand-trv {
  color: #379956;
}

.brand-dark-green {
  color: #005D1F;
}

.brand-sand {
  background-color: #F0EEE1;
}

.brand-dark-blue {
  color: #0060C6;
}

.dark-gray {
  color: #6E6E6E;
}

.brand-white {
  color: #ffffff;
}

.secondary-gray {
  color: #595854;
}

.brand-light-green {
  color: #00E95C;
}

.brand-deep-green {
  color: #003512;
}

.brand-bg-green {
  background-color: #008427;
}

.brand-bg-teal {
  background-color: #3BC0F8;
}

.brand-bg-gold {
  background-color: #FDBC29;
}

.brand-bg-blue {
  background-color: #0b7eb3;
}

.brand-bg-purple {
  background-color: #893b90;
}

.brand-bg-yellow {
  background-color: #F5CC02;
}

.brand-bg-tealBlue {
  background-color: #264c59;
}

.brand-bg-trv {
  background-color: #379956;
}

.brand-bg-dark-green {
  background-color: #005D1F;
}

.brand-bg-light-green {
  background-color: #00E95C;
}

.brand-red {
  color: #AA1800;
}

.ico-lg {
  font-size: 1em;
}

.ico-1x {
  font-size: 1em;
}

.ico-2x {
  font-size: 2em;
}

.ico-3x {
  font-size: 3em;
}

.ico-4x {
  font-size: 4em;
}

.ico-5x {
  font-size: 5em;
}

.ico-6x {
  font-size: 6em;
}

.ico-7x {
  font-size: 7em;
}

.ico-8x {
  font-size: 8em;
}

.ico-9x {
  font-size: 9em;
}

.ico-10x {
  font-size: 10em;
}

.uppercase {
  text-transform: uppercase;
}

b {
  font-family: "Graphik", "Helvetica Neue", "Helvetica", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  line-height: 22px;
}

.FontBold {
  font-weight: 600;
}

h1 {
  font-family: "Graphik", "Helvetica Neue", "Helvetica", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 32px;
  line-height: 35px;
}
h1 b {
  font-family: "Graphik", "Helvetica Neue", "Helvetica", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 32px;
  line-height: 35px;
}

h2 {
  font-family: "Graphik", "Helvetica Neue", "Helvetica", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 30px;
  padding: 20px 0 15px 0;
}
h2 b {
  font-family: "Graphik", "Helvetica Neue", "Helvetica", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 30px;
}

h3 {
  font-family: "Graphik", "Helvetica Neue", "Helvetica", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 26px;
  padding: 20px 0 10px 0;
}
h3 b {
  font-family: "Graphik", "Helvetica Neue", "Helvetica", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 26px;
}

h4 {
  font-family: "Graphik", "Helvetica Neue", "Helvetica", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 25px;
}

h5 {
  font-family: "Graphik", "Helvetica Neue", "Helvetica", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
}

h6 {
  font-family: "Graphik", "Helvetica Neue", "Helvetica", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 17px;
}

a {
  cursor: pointer;
  border: none;
  outline: none;
}
a:focus {
  outline: 1px dotted gray;
}
a {
  text-decoration: none;
  color: inherit;
}
a.blueLink {
  color: #6BDBD8;
}
a .icondescription {
  color: #005D1F;
  font-size: 14px;
}
a .icondescription:hover {
  box-shadow: inset 0 -1px 0 #005D1F;
}

.cardtable .dgTableBaseDiv a.LoNotSensitive, .SummaryTableStyle .dgTableBaseDiv a.LoNotSensitive {
  -webkit-box-shadow: none;
  box-shadow: none;
}

a.hyperlinkStyle, a.previousTaxesLink, .blockCareIdLink a, #StackPanelpaymentCartPanel .cardtable .dgTableBaseDiv a, .SummaryTableStyle#StackPanelTuitionTablePanel .dgTableBaseDiv a, .hyperlinklabel {
  display: inline;
  position: relative;
  -webkit-box-shadow: inset 0 -1px 0 #005D1F;
  box-shadow: inset 0 -1px 0 #005D1F;
  line-height: 1.2;
  -webkit-transition: all 0.2s cubic-bezier(0.33, 0.66, 0.66, 1);
  transition: all 0.2s cubic-bezier(0.33, 0.66, 0.66, 1);
  overflow-wrap: break-word;
  word-break: break-word;
  word-wrap: break-word;
  opacity: 1;
  color: #005D1F;
  font-size: 15px;
  font-weight: 400;
}
a.hyperlinkStyle:hover, a.previousTaxesLink:hover, .blockCareIdLink a:hover, #StackPanelpaymentCartPanel .cardtable .dgTableBaseDiv a:hover, .SummaryTableStyle#StackPanelTuitionTablePanel .dgTableBaseDiv a:hover, .hyperlinklabel:hover {
  outline: 0;
  box-shadow: none;
}
a.hyperlinkStyle:focus, a.previousTaxesLink:focus, .blockCareIdLink a:focus, #StackPanelpaymentCartPanel .cardtable .dgTableBaseDiv a:focus, .SummaryTableStyle#StackPanelTuitionTablePanel .dgTableBaseDiv a:focus, .hyperlinklabel:focus {
  box-shadow: none;
}

#StackPanelIconHyperLinkTable table.tableStyle a.hyperlinkStyle, .blockCareIdLink a {
  box-shadow: none;
}

a.learnMore, a.glossaryInBody, .blockCareIdLink a, .commonQuestionsContent a {
  display: inline;
  position: relative;
  -webkit-box-shadow: inset 0 -1px 0 #005D1F;
  box-shadow: inset 0 -1px 0 #005D1F;
  line-height: 1.2;
  -webkit-transition: all 0.2s cubic-bezier(0.33, 0.66, 0.66, 1);
  transition: all 0.2s cubic-bezier(0.33, 0.66, 0.66, 1);
  overflow-wrap: break-word;
  word-break: break-word;
  word-wrap: break-word;
  opacity: 1;
  font-family: "Graphik", "Helvetica Neue", "Helvetica", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: autopx;
  color: #005D1F;
  font-size: 16px;
  font-weight: 400;
}
a.learnMore:hover, a.glossaryInBody:hover, .blockCareIdLink a:hover, .commonQuestionsContent a:hover {
  outline: 0;
  box-shadow: none;
}
a.learnMore:focus, a.glossaryInBody:focus, .blockCareIdLink a:focus, .commonQuestionsContent a:focus {
  box-shadow: none;
}
a.learnMore.standAlone, a.glossaryInBody.standAlone, .blockCareIdLink a.standAlone, .commonQuestionsContent a.standAlone {
  margin-left: 3px;
}

label {
  font-family: "Graphik", "Helvetica Neue", "Helvetica", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  margin-bottom: 12px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

fieldset {
  border: none;
}

legend {
  color: #3f3f3f !important;
}

textarea {
  resize: none;
}

.formFieldLabel {
  font-family: "Graphik", "Helvetica Neue", "Helvetica", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  margin-bottom: 12px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.formFieldLabel > span {
  margin-bottom: 12px;
  display: inline-block;
}

.formFieldBox {
  margin-bottom: 25px;
  position: relative;
}
.formFieldBox a.learnMore {
  margin-left: 10px;
}

.errorDataField {
  font-family: "Graphik", "Helvetica Neue", "Helvetica", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  margin-bottom: 12px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  color: #DC1F00;
}

.errorDataFieldText {
  font-size: 12px;
  font-weight: 600;
  color: #DC1F00;
}

.errorFields {
  font-family: "Graphik", "Helvetica Neue", "Helvetica", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  margin-bottom: 12px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  color: #DC1F00;
  display: inline-block;
}

.helpText {
  font-family: "Graphik", "Helvetica Neue", "Helvetica", sans-serif;
  font-style: italic;
  font-weight: 400;
  font-size: 15px;
  line-height: 21px;
  color: #6E6E6E;
  font-style: italic;
  margin-left: 10px;
  clear: both;
}
.checkListTopicItem .helpText {
  margin-left: 0px;
}

.style2 {
  font-family: "Graphik", "Helvetica Neue", "Helvetica", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 30px;
}

.migSpan {
  color: rgba(32, 32, 32, 0.65);
}
.migSpan:hover, .migSpan:focus {
  color: #202020;
}
.migSpan:active {
  color: #5D5D5F;
}

.NoBreakText {
  white-space: nowrap;
}

.plus {
  color: #F5CC02;
}

.premium {
  color: #0b7eb3;
}

.deluxe {
  color: #893b90;
}

.review {
  color: #008427 !important;
}

.selfemployed {
  color: #264c59;
}

.free {
  color: #3BC0F8;
}

.trv {
  color: #379956;
}

.black {
  color: #000000;
}

.paddingTop10 {
  display: block;
  padding-top: 10px;
}

.pricechange {
  color: #6BDBD8;
}

.lineThroughText {
  text-decoration: line-through;
}

a.navyBlueLink {
  /*@extend %shared-shadow;*/
  transition: all 0.2s cubic-bezier(0.33, 0.66, 0.66, 1);
  -webkit-transition: all 0.2s cubic-bezier(0.33, 0.66, 0.66, 1);
}
a.navyBlueLink:hover {
  outline: 0;
}

label[for=XCheckBoxchkOtp], label[for=XCheckBoxsingleConsent] {
  font-weight: 400 !important;
}

.consentPanel label {
  font-weight: 400 !important;
}

@media (max-width: 481px) {
  .previousTaxesLink {
    margin-left: 8px;
  }
}

.receiptLinkContainer {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
}
.receiptLinkContainer .previousTaxesLink {
  margin: 8px 0 0;
}

@media (max-width: 767px) {
  #StackPanelStimulusContainer .stimulusLink {
    margin-left: 10%;
    margin-right: 10%;
    display: block;
  }
}
#StackPanelStimulusContainer h3 {
  font-weight: 400;
}

#StackPanelStimulusPDFPanel {
  /*@media (min-width:$tablets-min-res) {*/
  border: 3px solid #008427;
  /*}*/
  margin-top: 10px;
  padding: 15px;
  background-color: white;
}
#StackPanelStimulusPDFPanel .stimulusPdfHeading {
  font-weight: 400;
  display: block;
  margin-bottom: 5px;
}
#StackPanelStimulusPDFPanel .stimulusText {
  margin-bottom: 10px;
  display: block;
}
#StackPanelStimulusPDFPanel .learnMore {
  margin-left: 0px;
}
#StackPanelStimulusPDFPanel .secondaryButtonStyle {
  margin-bottom: 7px;
  min-height: 10px;
  padding: 8px 24px 8px 24px;
}

.refundText {
  color: #008427;
}

.balanceDueText {
  color: #AA1800;
}

a.summaryLink {
  font-size: 14px;
  color: #005D1F;
  font-weight: 500;
}
a.summaryLink > span {
  padding-right: 7px;
  vertical-align: text-bottom;
}
a.summaryLink .icon {
  font-size: 17px;
  color: #005D1F;
}

[class*=span] {
  float: left;
  min-height: 1px;
  margin-left: 16px;
}

.row {
  margin-left: -16px;
  *zoom: 1;
  margin-bottom: 25px;
}
.row:before, .row:after {
  display: table;
  content: "";
  line-height: 0;
}
.row:after {
  clear: both;
}

.span12 {
  width: 716px;
}

.span11 {
  width: 655px;
}

.span10 {
  width: 594px;
}

.span9 {
  width: 533px;
}

.span8 {
  width: 472px;
}

.span7 {
  width: 411px;
}

.span6 {
  width: 350px;
}

.span5 {
  width: 289px;
}

.span4 {
  width: 228px;
}

.span3 {
  width: 167px;
}

.span2 {
  width: 106px;
}

.span1 {
  width: 45px;
}

.offset12 {
  margin-left: 748px;
}

.offset11 {
  margin-left: 687px;
}

.offset10 {
  margin-left: 626px;
}

.offset9 {
  margin-left: 565px;
}

.offset8 {
  margin-left: 504px;
}

.offset7 {
  margin-left: 443px;
}

.offset6 {
  margin-left: 382px;
}

.offset5 {
  margin-left: 321px;
}

.offset4 {
  margin-left: 260px;
}

.offset3 {
  margin-left: 199px;
}

.offset2 {
  margin-left: 138px;
}

.offset1 {
  margin-left: 77px;
}

.row-fluid {
  width: 100%;
  *zoom: 1;
}

.row-fluid:before,
.row-fluid:after {
  display: table;
  content: "";
  line-height: 0;
}

.row-fluid:after {
  clear: both;
}

.row-fluid [class*=span] {
  display: block;
  width: 100%;
  min-height: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  margin-left: 2.2346368715%;
  *margin-left: 2.1648044693%;
}

.row-fluid [class*=span]:first-child {
  margin-left: 0;
}

.row-fluid .controls-row [class*=span] + [class*=span] {
  margin-left: 2.2346368715%;
}

.row-fluid .span12 {
  width: 100%;
  *width: 99.9301675978%;
}

.row-fluid .span11 {
  width: 91.4804469274%;
  *width: 91.4106145251%;
}

.row-fluid .span10 {
  width: 82.9608938547%;
  *width: 82.8910614525%;
}

.row-fluid .span9 {
  width: 74.4413407821%;
  *width: 74.3715083799%;
}

.row-fluid .span8 {
  width: 65.9217877095%;
  *width: 65.8519553073%;
}

.row-fluid .span7 {
  width: 57.4022346369%;
  *width: 57.3324022346%;
}

.row-fluid .span6 {
  width: 48.8826815642%;
  *width: 48.812849162%;
}

.row-fluid .span5 {
  width: 40.3631284916%;
  *width: 40.2932960894%;
}

.row-fluid .span4 {
  width: 31.843575419%;
  *width: 31.7737430168%;
}

.row-fluid .span3 {
  width: 23.3240223464%;
  *width: 23.2541899441%;
}

.row-fluid .span2 {
  width: 14.8044692737%;
  *width: 14.7346368715%;
}

.row-fluid .span1 {
  width: 6.2849162011%;
  *width: 6.2150837989%;
}

.row-fluid .offset12 {
  margin-left: 104.469273743%;
  *margin-left: 104.3296089385%;
}

.row-fluid .offset12:first-child {
  margin-left: 102.2346368715%;
  *margin-left: 102.094972067%;
}

.row-fluid .offset11 {
  margin-left: 95.9497206704%;
  *margin-left: 95.8100558659%;
}

.row-fluid .offset11:first-child {
  margin-left: 93.7150837989%;
  *margin-left: 93.5754189944%;
}

.row-fluid .offset10 {
  margin-left: 87.4301675978%;
  *margin-left: 87.2905027933%;
}

.row-fluid .offset10:first-child {
  margin-left: 85.1955307263%;
  *margin-left: 85.0558659218%;
}

.row-fluid .offset9 {
  margin-left: 78.9106145251%;
  *margin-left: 78.7709497207%;
}

.row-fluid .offset9:first-child {
  margin-left: 76.6759776536%;
  *margin-left: 76.5363128492%;
}

.row-fluid .offset8 {
  margin-left: 70.3910614525%;
  *margin-left: 70.251396648%;
}

.row-fluid .offset8:first-child {
  margin-left: 68.156424581%;
  *margin-left: 68.0167597765%;
}

.row-fluid .offset7 {
  margin-left: 61.8715083799%;
  *margin-left: 61.7318435754%;
}

.row-fluid .offset7:first-child {
  margin-left: 59.6368715084%;
  *margin-left: 59.4972067039%;
}

.row-fluid .offset6 {
  margin-left: 53.3519553073%;
  *margin-left: 53.2122905028%;
}

.row-fluid .offset6:first-child {
  margin-left: 51.1173184358%;
  *margin-left: 50.9776536313%;
}

.row-fluid .offset5 {
  margin-left: 44.8324022346%;
  *margin-left: 44.6927374302%;
}

.row-fluid .offset5:first-child {
  margin-left: 42.5977653631%;
  *margin-left: 42.4581005587%;
}

.row-fluid .offset4 {
  margin-left: 36.312849162%;
  *margin-left: 36.1731843575%;
}

.row-fluid .offset4:first-child {
  margin-left: 34.0782122905%;
  *margin-left: 33.938547486%;
}

.row-fluid .offset3 {
  margin-left: 27.7932960894%;
  *margin-left: 27.6536312849%;
}

.row-fluid .offset3:first-child {
  margin-left: 25.5586592179%;
  *margin-left: 25.4189944134%;
}

.row-fluid .offset2 {
  margin-left: 19.2737430168%;
  *margin-left: 19.1340782123%;
}

.row-fluid .offset2:first-child {
  margin-left: 17.0391061453%;
  *margin-left: 16.8994413408%;
}

.row-fluid .offset1 {
  margin-left: 10.7541899441%;
  *margin-left: 10.6145251397%;
}

.row-fluid .offset1:first-child {
  margin-left: 8.5195530726%;
  *margin-left: 8.3798882682%;
}

[class*=span].hide,
.row-fluid [class*=span].hide {
  display: none;
}

[class*=span].pull-right,
.row-fluid [class*=span].pull-right {
  float: right;
}

@media (max-width: 1366px) {
  .frame.showtabview #mainMenu {
    display: none !important;
  }
}
@media (max-width: 1205px) {
  .frame.hidetabview #mainMenu {
    display: none !important;
  }
}

.ui-menu {
  list-style: none;
  padding: 0;
  margin: 0;
  display: block;
  position: absolute;
  max-height: 168px;
  background-color: #ffffff;
  border: 2px solid;
  border-top: 0;
  border-color: #b4c6cf;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
  overflow-x: hidden;
  overflow-y: auto;
  left: 0;
}
.ui-menu .ui-menu-item {
  text-align: left;
  /*padding: 0 20px;*/
  line-height: 20px;
  position: relative;
  display: flex;
  align-items: center;
  /*min-height: 40px;*/
  font-size: 13px;
  font-weight: 700;
  transition: all 0.2s cubic-bezier(0.33, 0.66, 0.66, 1);
  -webkit-transition: all 0.2s cubic-bezier(0.33, 0.66, 0.66, 1);
  -moz-transition: all 0.2s cubic-bezier(0.33, 0.66, 0.66, 1);
  -ms-transition: all 0.2s cubic-bezier(0.33, 0.66, 0.66, 1);
  cursor: pointer;
  z-index: 2;
}
.ui-menu .ui-menu-item div.ui-menu-item-wrapper {
  width: 100%;
  padding: 0 20px;
  min-height: 40px;
  display: flex;
  align-items: center;
  transition: all 0.2s cubic-bezier(0.33, 0.66, 0.66, 1);
  -webkit-transition: all 0.2s cubic-bezier(0.33, 0.66, 0.66, 1);
  -moz-transition: all 0.2s cubic-bezier(0.33, 0.66, 0.66, 1);
  -ms-transition: all 0.2s cubic-bezier(0.33, 0.66, 0.66, 1);
}
@media (max-width: 995px) {
  .ui-menu .ui-menu-item {
    line-height: 28px;
  }
}
.ui-menu .ui-menu-item:hover, .ui-menu .ui-menu-item::selection, .ui-menu .ui-menu-item div.ui-state-active {
  background-color: #eee;
  cursor: pointer;
}

.ui-autocomplete div.ui-state-active {
  color: #262626;
  font-size: 13px;
  font-weight: 700;
  border: none;
}

/*AutoCompleteBox Style*/
.ui-helper-hidden-accessible {
  position: absolute;
  left: -9999px;
}

.ui-menu .ui-menu-item a {
  text-decoration: none;
  display: block;
  padding: 0.2em 0.8em;
  /*line-height:1.7;*/
  font-size: 14px;
  color: #3f3f3f;
}

.ui-menu .ui-menu-item a.ui-state-hover,
.ui-menu .ui-menu-item a.ui-state-active {
  margin: -1px 0px;
}

.ui-menu .ui-menu-item a.ui-state-focus {
  background-color: #efefef;
}

/* AutoCompleteBox Style Ends */
/*JQuery UI Tabs Style*/
.ui-tabs {
  position: relative;
}

.ui-tabs .ui-tabs-nav {
  margin: 0;
  padding: 2px 0 0 30px;
  height: 60px;
  background-color: #C35409;
}

.ui-tabs .ui-tabs-nav li {
  list-style: none;
  float: left;
  position: relative;
  top: 8px;
  margin: 1px 0 0 0;
  padding: 0;
  white-space: nowrap;
  border: none;
  height: 50px;
  font-size: 20px;
}

.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
  float: left;
  padding: 15px 30px 0 30px;
  text-decoration: none;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-active {
  margin-bottom: -1px;
  padding-bottom: 1px;
  background-color: #fff;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor, .ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor, .ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor {
  cursor: text;
}

.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
  cursor: pointer;
}

.ui-tabs .ui-tabs-panel {
  display: block;
  border-width: 0;
  padding: 2px 0 0 0;
  background: none;
  width: 600px;
  height: 187px;
}

.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited {
  color: #fff;
  text-decoration: none;
}

.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
  color: #C35409;
  text-decoration: none;
}

#SearchFAQTabs {
  height: 250px;
}

.ui-datepicker {
  width: 17em;
  padding: 0.2em 0.2em 0;
  display: none;
  background-color: white;
}

.ui-datepicker .ui-datepicker-header {
  position: relative;
  padding: 0.2em 0;
}

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
  position: absolute;
  top: 2px;
  width: 1.8em;
  height: 1.8em;
}

.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
  top: 1px;
}

.ui-datepicker .ui-datepicker-prev {
  left: 2px;
}

.ui-datepicker .ui-datepicker-next {
  right: 2px;
}

.ui-datepicker .ui-datepicker-prev-hover {
  left: 1px;
}

.ui-datepicker .ui-datepicker-next-hover {
  right: 1px;
}

.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -8px;
  top: 50%;
  margin-top: -8px;
}

.ui-datepicker .ui-datepicker-title {
  margin: 0 2.3em;
  line-height: 1.8em;
  text-align: center;
}

.ui-datepicker .ui-datepicker-title select {
  font-size: 1em;
  margin: 1px 0;
}

.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
  width: 45%;
}

.ui-datepicker table {
  width: 100%;
  font-size: 0.9em;
  border-collapse: collapse;
  margin: 0 0 0.4em;
}

.ui-datepicker th {
  padding: 0.7em 0.3em;
  text-align: center;
  font-weight: bold;
  border: 0;
}

.ui-datepicker td {
  border: 0;
  padding: 1px;
}

.ui-datepicker td span,
.ui-datepicker td a {
  display: block;
  padding: 0.2em;
  text-align: right;
  text-decoration: none;
}

.ui-datepicker .ui-datepicker-buttonpane {
  background-image: none;
  margin: 0.7em 0 0 0;
  padding: 0 0.2em;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
}

.ui-datepicker .ui-datepicker-buttonpane button {
  float: right;
  margin: 0.5em 0.2em 0.4em;
  cursor: pointer;
  padding: 0.2em 0.6em 0.3em 0.6em;
  width: auto;
  overflow: visible;
}

.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
  float: left;
}

/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi {
  width: auto;
}

.ui-datepicker-multi .ui-datepicker-group {
  float: left;
}

.ui-datepicker-multi .ui-datepicker-group table {
  width: 95%;
  margin: 0 auto 0.4em;
}

.ui-datepicker-multi-2 .ui-datepicker-group {
  width: 50%;
}

.ui-datepicker-multi-3 .ui-datepicker-group {
  width: 33.3%;
}

.ui-datepicker-multi-4 .ui-datepicker-group {
  width: 25%;
}

.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
  border-left-width: 0;
}

.ui-datepicker-multi .ui-datepicker-buttonpane {
  clear: left;
}

.ui-datepicker-row-break {
  clear: both;
  width: 100%;
  font-size: 0;
}

/* RTL support */
.ui-datepicker-rtl {
  direction: rtl;
}

.ui-datepicker-rtl .ui-datepicker-prev {
  right: 2px;
  left: auto;
}

.ui-datepicker-rtl .ui-datepicker-next {
  left: 2px;
  right: auto;
}

.ui-datepicker-rtl .ui-datepicker-prev:hover {
  right: 1px;
  left: auto;
}

.ui-datepicker-rtl .ui-datepicker-next:hover {
  left: 1px;
  right: auto;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane {
  clear: right;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button {
  float: left;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
  float: right;
}

.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
  border-right-width: 0;
  border-left-width: 1px;
}

/* Icons */
.ui-datepicker .ui-icon {
  display: block;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
  left: 0.5em;
  top: 0.3em;
}

.ui-widget-header {
  border: 1px solid #dddddd;
  background: #e9e9e9;
  color: #333333;
  font-weight: bold;
}

.ui-widget-header a {
  color: #333333;
}

/* Interaction states
----------------------------------*/
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
  border: 1px solid #c5c5c5;
  background: #f6f6f6;
  font-weight: normal;
  color: #454545;
}

.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited,
a.ui-button,
a:link.ui-button,
a:visited.ui-button,
.ui-button {
  color: #454545;
  text-decoration: none;
}

.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus,
.ui-button:hover,
.ui-button:focus {
  border: 1px solid #cccccc;
  background: #ededed;
  font-weight: normal;
  color: #2b2b2b;
}

.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited,
a.ui-button:hover,
a.ui-button:focus {
  color: #2b2b2b;
  text-decoration: none;
}

.ui-visual-focus {
  box-shadow: 0 0 3px 1px rgb(94, 158, 214);
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
  border: 1px solid #003eff;
  background: #007fff;
  font-weight: normal;
  color: #ffffff;
}

.ui-icon-background,
.ui-state-active .ui-icon-background {
  border: #003eff;
  background-color: #ffffff;
}

.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
  color: #ffffff;
  text-decoration: none;
}

/* Interaction Cues
----------------------------------*/
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
  border: 1px solid #dad55e;
  background: #fffa90;
  color: #777620;
}

.ui-state-checked {
  border: 1px solid #dad55e;
  background: #fffa90;
}

.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
  color: #777620;
}

.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
  border: 1px solid #f1a899;
  background: #fddfdf;
  color: #5f3f3f;
}

.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
  color: #5f3f3f;
}

.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
  color: #5f3f3f;
}

.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
  font-weight: bold;
}

.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
  opacity: 0.7;
  -ms-filter: "alpha(opacity=70)"; /* support: IE8 */
  font-weight: normal;
}

.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
  opacity: 0.35;
  -ms-filter: "alpha(opacity=35)"; /* support: IE8 */
  background-image: none;
}

.ui-state-disabled .ui-icon {
  -ms-filter: "alpha(opacity=35)"; /* support: IE8 - See #6059 */
}

/* Icons
----------------------------------*/
/* states and images */
.ui-icon {
  width: 16px;
  height: 16px;
}

.ui-icon,
.ui-widget-content .ui-icon {
  background-image: url("/hrblock/Templates/Premium/Images/jquery_ui.png");
}

.ui-widget-header .ui-icon {
  background-image: url("/hrblock/Templates/Premium/Images/jquery_ui.png");
}

.ui-icon-seek-start {
  background-position: -80px -160px;
}

/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
.ui-icon-seek-first {
  background-position: -80px -160px;
}

.ui-icon-stop {
  background-position: -96px -160px;
}

.ui-icon-eject {
  background-position: -112px -160px;
}

.ui-icon-volume-off {
  background-position: -128px -160px;
}

.ui-icon-volume-on {
  background-position: -144px -160px;
}

.ui-icon-power {
  background-position: 0 -176px;
}

.ui-icon-signal-diag {
  background-position: -16px -176px;
}

.ui-icon-signal {
  background-position: -32px -176px;
}

.ui-icon-battery-0 {
  background-position: -48px -176px;
}

.ui-icon-battery-1 {
  background-position: -64px -176px;
}

.ui-icon-battery-2 {
  background-position: -80px -176px;
}

.ui-icon-battery-3 {
  background-position: -96px -176px;
}

.ui-icon-circle-plus {
  background-position: 0 -192px;
}

.ui-icon-circle-minus {
  background-position: -16px -192px;
}

.ui-icon-circle-close {
  background-position: -32px -192px;
}

.ui-icon-circle-triangle-e {
  background-position: -48px -192px;
}

.ui-icon-circle-triangle-s {
  background-position: -64px -192px;
}

.ui-icon-circle-triangle-w {
  background-position: -80px -192px;
}

.ui-icon-circle-triangle-n {
  background-position: -96px -192px;
}

.ui-icon-circle-arrow-e {
  background-position: -112px -192px;
}

.ui-icon-circle-arrow-s {
  background-position: -128px -192px;
}

.ui-icon-circle-arrow-w {
  background-position: -144px -192px;
}

.ui-icon-circle-arrow-n {
  background-position: -160px -192px;
}

.ui-icon-circle-zoomin {
  background-position: -176px -192px;
}

.ui-icon-circle-zoomout {
  background-position: -192px -192px;
}

.ui-icon-circle-check {
  background-position: -208px -192px;
}

.ui-icon-circlesmall-plus {
  background-position: 0 -208px;
}

.ui-icon-circlesmall-minus {
  background-position: -16px -208px;
}

.ui-icon-circlesmall-close {
  background-position: -32px -208px;
}

.ui-icon-squaresmall-plus {
  background-position: -48px -208px;
}

.ui-icon-squaresmall-minus {
  background-position: -64px -208px;
}

.ui-icon-squaresmall-close {
  background-position: -80px -208px;
}

.ui-icon-grip-dotted-vertical {
  background-position: 0 -224px;
}

.ui-icon-grip-dotted-horizontal {
  background-position: -16px -224px;
}

.ui-icon-grip-solid-vertical {
  background-position: -32px -224px;
}

.ui-icon-grip-solid-horizontal {
  background-position: -48px -224px;
}

.ui-icon-gripsmall-diagonal-se {
  background-position: -64px -224px;
}

.ui-icon-grip-diagonal-se {
  background-position: -80px -224px;
}

/*JQuery UI Tabs Style Ends*/
/*#region Mixins*/
/*#endregion Mixins*/
.container,
.navbar-static-top .container,
.navbar-fixed-top .container,
.navbar-fixed-bottom .container {
  width: 716px;
}

.ADAHide {
  height: 1px;
  left: -10000px;
  overflow: hidden;
  position: absolute;
  top: -10000px;
  width: 1px;
}

div.desktop, .desktop {
  display: normal;
}

div.mobile, .mobile {
  display: none;
}

.topBarBox {
  height: 40px;
  width: 100%;
  float: left;
}

/*#region frame level styles*/
.frame {
  position: relative;
  text-align: center;
  background-color: #F1F5F7;
  line-height: auto;
  margin: 0 auto;
  -webkit-text-size-adjust: none;
}
.frame .resNavHeader, .frame .topHeaderBox {
  background-color: #ffffff;
}
@media (min-width: 1367px) {
  .frame .resNavHeader, .frame .topHeaderBox {
    display: none;
  }
}
@media print {
  .frame .topHeaderBox {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 1366px) {
  .frame .topHeaderBox .navMainMenuMob {
    right: 0;
    width: 300px !important;
    position: fixed !important;
    min-height: 350px !important;
    z-index: 500 !important;
    border-top: 1px solid #F1F5F7;
    border-left: 1px solid #F1F5F7;
  }
}
@media (max-width: 1366px) {
  .frame .topHeaderBox .menuClosePnl {
    height: 40px;
    align-items: center;
    border-bottom: 1px solid #e6e1e1;
    overflow: hidden;
    border: none !important;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
  }
  .frame .topHeaderBox .menuClosePnl .closeIcon {
    width: 100%;
  }
  .frame .topHeaderBox .menuClosePnl .closeIcon a {
    float: right;
    margin-right: 24px;
    font-weight: 400;
    font-size: 25px;
    color: #000000;
  }
  .frame .topHeaderBox .menuClosePnl .closeIcon a .icon {
    font-size: 20px;
  }
  .frame .topHeaderBox #navbarMobLink {
    pointer-events: none;
  }
  .frame .topHeaderBox .navMainMenuMob {
    overflow: auto;
    background-color: #ffffff;
    height: 100%;
    position: fixed;
    top: -101%;
    display: none;
    z-index: 2;
    width: 100%;
  }
  .frame .topHeaderBox .navMainMenuMob li {
    font-size: 18px;
    line-height: 24px;
    text-transform: capitalize;
    vertical-align: middle;
    list-style-type: none;
    text-align: left;
    cursor: pointer;
  }
  .frame .topHeaderBox .navMainMenuMob li a.activeMenu:not(.accordion), .frame .topHeaderBox .navMainMenuMob li a.disabled, .frame .topHeaderBox .navMainMenuMob li a.mainAccordion {
    outline: none;
  }
  .frame .topHeaderBox .navMainMenuMob li a, .frame .topHeaderBox .navMainMenuMob li .accordian {
    color: #6E6E6E;
    font-size: 24px;
    line-height: 24px;
    padding: 18px;
    padding-left: 1px;
    border-bottom: 1px solid #D6DAE0 !important;
    border-top: 0px !important;
    margin-left: 20px;
    margin-right: 20px;
    font-weight: normal;
    width: 84% !important;
    display: table;
    font-weight: 600;
  }
  .frame .topHeaderBox .navMainMenuMob li .accordian > span:first-child {
    display: table-cell;
    vertical-align: middle;
    width: 85%;
  }
  .frame .topHeaderBox .navMainMenuMob li .accordian > span:last-child {
    display: table-cell;
    vertical-align: middle;
    width: 6%;
  }
  .frame .topHeaderBox .navMainMenuMob #resNavSubMenu, .frame .topHeaderBox .navMainMenuMob #resNavSubMenuRes {
    width: 100% !important;
    background: #fff;
  }
  .frame .topHeaderBox .navMainMenuMob #resNavSubMenu > li, .frame .topHeaderBox .navMainMenuMob #resNavSubMenuRes > li {
    width: 100% !important;
  }
  .frame .topHeaderBox .navMainMenuMob #resNavSubMenu > li:last-of-type a, .frame .topHeaderBox .navMainMenuMob #resNavSubMenuRes > li:last-of-type a {
    border-bottom: 0px !important;
  }
  .frame .topHeaderBox .navMainMenuMob #resNavSubMenu > li > a, .frame .topHeaderBox .navMainMenuMob #resNavSubMenuRes > li > a {
    color: #3F3F3F;
    width: 78% !important;
    line-height: 26px !important;
    vertical-align: middle !important;
    font-size: 15px;
    padding-left: 8px;
  }
  .frame .topHeaderBox .navMainMenuMob #resNavSubMenu > li > a.selected, .frame .topHeaderBox .navMainMenuMob #resNavSubMenuRes > li > a.selected {
    color: #3F3F3F;
    font-size: 15px;
    font-weight: bold;
  }
  .frame .topHeaderBox .navMainMenuMob #resNavSubMenu > li > a.expandIcon:after, .frame .topHeaderBox .navMainMenuMob #resNavSubMenuRes > li > a.expandIcon:after {
    width: 7px;
    height: 7px;
  }
  .frame .topHeaderBox .navMainMenuMob #resNavSubMenu > li .accordian, .frame .topHeaderBox .navMainMenuMob #resNavSubMenuRes > li .accordian {
    border-bottom: 1px solid #D6DAE0 !important;
    display: table;
    padding: 0;
    height: 63px;
    color: #3F3F3F;
    width: 84% !important;
    line-height: 26px !important;
    font-size: 15px;
    font-weight: 500;
  }
  .frame .topHeaderBox .navMainMenuMob #resNavSubMenu > li .accordian.selected, .frame .topHeaderBox .navMainMenuMob #resNavSubMenuRes > li .accordian.selected {
    color: #3F3F3F;
    font-size: 15px;
    font-weight: bold;
  }
  .frame .topHeaderBox .navMainMenuMob #resNavSubMenu > li .accordian a, .frame .topHeaderBox .navMainMenuMob #resNavSubMenuRes > li .accordian a {
    padding: 0;
    display: inline-block;
  }
  .frame .topHeaderBox .navMainMenuMob #resNavSubMenu > li .accordian .accordianIcon .icon, .frame .topHeaderBox .navMainMenuMob #resNavSubMenuRes > li .accordian .accordianIcon .icon {
    font-size: 15px;
  }
  .frame .topHeaderBox .navMainMenuMob #resNavSubMenu > li .accordian > span:first-child, .frame .topHeaderBox .navMainMenuMob #resNavSubMenuRes > li .accordian > span:first-child {
    display: table-cell;
    vertical-align: middle;
    width: 85%;
    padding-left: 8px;
  }
  .frame .topHeaderBox .navMainMenuMob #resNavSubMenu > li .accordian > span:last-child, .frame .topHeaderBox .navMainMenuMob #resNavSubMenuRes > li .accordian > span:last-child {
    display: table-cell;
    vertical-align: middle;
    width: 13%;
    text-align: right;
  }
  .frame .topHeaderBox .navMainMenuMob #resNavSubMenu #resNavThrdLvl li, .frame .topHeaderBox .navMainMenuMob #resNavSubMenuRes #resNavThrdLvl li {
    background: white !important;
  }
  .frame .topHeaderBox .navMainMenuMob #resNavSubMenu #resNavThrdLvl a, .frame .topHeaderBox .navMainMenuMob #resNavSubMenuRes #resNavThrdLvl a {
    border: none !important;
    padding: 0;
    padding-top: 8px;
    font-size: 13px;
    display: inline-block;
    font-weight: 500;
  }
  .frame .topHeaderBox .navMainMenuMob #resNavSubMenu #resNavThrdLvl .activeTopic > a, .frame .topHeaderBox .navMainMenuMob #resNavSubMenuRes #resNavThrdLvl .activeTopic > a {
    color: #3F3F3F;
    font-weight: bold;
  }
  .frame .topHeaderBox .navMainMenuMob li a.activeMenu {
    font-weight: bold;
  }
  .frame .topHeaderBox .navMainMenuMob li a.activeMenu.collapsed {
    border-bottom: 1px solid #B7B9BF !important;
  }
  .frame .topHeaderBox .navMainMenuMob li .accordian.activeMenu {
    border-bottom: none !important;
    font-weight: bold;
    display: table;
    width: 85%;
    padding: 0;
    height: 63px;
  }
  .frame .topHeaderBox .navMainMenuMob li .accordian.activeMenu.collapsed {
    border-bottom: 1px solid #B7B9BF !important;
  }
  .frame .topHeaderBox .navMainMenuMob li .accordian.activeMenu > span:first-child {
    display: table-cell;
    vertical-align: middle;
    width: 85%;
    color: #262626;
  }
  .frame .topHeaderBox .navMainMenuMob li .accordian.activeMenu > span:last-child {
    display: table-cell;
    vertical-align: middle;
    width: 6%;
    color: #262626;
  }
  .frame .topHeaderBox .navMainMenuMob li .accordian .accordianIcon .icon {
    font-size: 22px;
    display: inline-block;
  }
  .frame .topHeaderBox .navMainMenuMob #resNavSubMenu li a:after, .frame .topHeaderBox .navMainMenuMob #resNavSubMenuRes li a:after {
    content: "";
    width: 0;
    border: 0;
  }
  .frame .topHeaderBox .navMainMenuMob .topBoxnavbar {
    background-color: #EBEDEF;
  }
}
.frame #emptyContentDiv {
  display: none;
}
.frame.ieFix #emptyContentDiv {
  display: block;
}
.frame #dataBox {
  position: relative;
  padding-top: 0 !important;
}
.frame #mainContentsBox.shawdowBox {
  border: none !important;
  box-shadow: none !important;
}
.frame #footerBoxFirst, .frame #footerBoxSecond, .frame #footerBoxThird, .frame #footerBox, .frame #btnMyAccount {
  display: none !important;
}
.frame #modalWindowContainer {
  top: 0 !important;
  right: 0;
  margin-left: auto !important;
  margin-right: auto !important;
}
@media only screen and (max-width: 767px) {
  .frame #modalWindowContainer {
    width: 100% !important;
    margin: 0 !important;
  }
}
@media (max-width: 1205px) {
  .frame #ssmDiv {
    top: 108px;
  }
}
.frame .resNavHeader.hideRespNav {
  display: none !important;
}
.frame .frameHeader {
  height: 64px;
}
@media (max-width: 1366px) {
  .frame .frameHeader {
    height: 120px;
  }
  .frame .frameHeader.extension {
    height: 50px;
  }
  .frame .frameHeader.extension #topBar, .frame .frameHeader.extension #topBarData {
    height: 50px;
  }
  .frame .frameHeader.extension .resNavHeader {
    display: none !important;
  }
}
.frame .frameHeader #partnerLogo {
  margin-left: 10px;
  height: 64px;
  padding-right: 15px;
  background-position: left center;
  display: none;
}
@media (max-width: 1205px) {
  .frame .frameHeader #partnerLogo {
    top: 0px !important;
    padding: 0px;
    position: relative;
    left: 10px;
    top: 10px;
  }
}
.frame .frameHeader #topBar {
  height: 64px;
  background-color: #F1F5F7;
}
@media (max-width: 1366px) {
  .frame .frameHeader #topBar {
    transition: 0.24s top ease-in-out;
    background-color: #ffffff;
    -webkit-box-shadow: 0 4px 40px 0 rgba(0, 0, 0, 0.08);
    -moz-box-shadow: 0 4px 40px 0 rgba(0, 0, 0, 0.08);
    box-shadow: 0 4px 40px 0 rgba(0, 0, 0, 0.08);
    z-index: 17;
  }
}
@media (max-width: 481px) {
  .frame .frameHeader #topBar .topBoxnavbar .refundValueBox {
    min-width: 90px;
  }
  .frame .frameHeader #topBar .topBoxnavbar .romBox {
    width: 70%;
  }
  .frame .frameHeader #topBar a:active, .frame .frameHeader #topBar a:focus {
    outline: none;
  }
}
@media (max-width: 1366px) {
  .frame .frameHeader #topBar {
    height: 120px;
    display: block;
    float: left;
    width: 100%;
    transition: all 0.2s cubic-bezier(0.33, 0.66, 0.66, 1);
    -webkit-transition: all 0.2s cubic-bezier(0.33, 0.66, 0.66, 1);
    -moz-transition: all 0.2s cubic-bezier(0.33, 0.66, 0.66, 1);
    -ms-transition: all 0.2s cubic-bezier(0.33, 0.66, 0.66, 1);
    overflow: hidden;
  }
  .frame .frameHeader #topBar a:active {
    outline: none;
  }
  .frame .frameHeader #topBar {
    /*&.romWrapper {
        width: calc(100% - 300px);

        & .fixedPanel {
            width: calc(100% - 300px);
            transition: width 0.2s ease;
        }
    }*/
  }
  .frame .frameHeader #topBar .resNavHeader {
    float: left;
    width: 100%;
    display: block;
  }
  .frame .frameHeader #topBar.fixHeightScroll, .frame .frameHeader #topBar .fixHeightScroll {
    height: 70px;
  }
  .frame .frameHeader #topBar .headerIconsRow {
    display: none;
  }
  .frame .frameHeader #topBar .headerIconsRow .userIcon {
    position: absolute;
    left: 10px;
    top: 10px;
  }
  .frame .frameHeader #topBar .headerIconsRow .rightIcons {
    position: absolute;
    right: 20px;
    top: 10px;
  }
  .frame .frameHeader #topBar .headerIconsRow .rightIcons .cart {
    width: 55px;
  }
  .frame .frameHeader #topBar .headerIconsRow div {
    display: inline-block;
  }
  .frame .frameHeader #topBar .headerText {
    background: #008427 url(/hrblock/Templates/Premium/Images/Menu/menubar.svg) repeat top center;
    height: 24px;
  }
  .frame .frameHeader #topBar .headerText span {
    padding-top: 5px;
    display: block;
    color: #FFFFFF;
    font-size: 13px;
    font-weight: 900;
  }
  .frame .frameHeader #topBar .topBoxnavbar, .frame .frameHeader #topBar .menuClosePnl {
    height: 39px;
    align-items: center;
    border-bottom: 1px solid #e6e1e1;
    overflow: hidden;
    background-color: #fff;
    display: flex;
    flex-wrap: wrap;
  }
  .frame .frameHeader #topBar .topBoxnavbar .refundValueBox, .frame .frameHeader #topBar .menuClosePnl .refundValueBox {
    width: 20%;
    float: left;
    font-size: 18px;
    font-weight: 900;
    height: 39px;
    min-width: 105px;
    max-width: 165px;
  }
  .frame .frameHeader #topBar .topBoxnavbar .refundValueBox a, .frame .frameHeader #topBar .menuClosePnl .refundValueBox a {
    display: table;
    width: 100%;
    height: 39px;
    color: unset;
  }
  .frame .frameHeader #topBar .topBoxnavbar .refundValueBox div, .frame .frameHeader #topBar .menuClosePnl .refundValueBox div {
    display: table-cell;
    vertical-align: middle;
  }
  .frame .frameHeader #topBar .topBoxnavbar .refundValueBox sup, .frame .frameHeader #topBar .menuClosePnl .refundValueBox sup {
    font-size: 11px;
  }
  .frame .frameHeader #topBar .topBoxnavbar .refundValueBox .refundIcon, .frame .frameHeader #topBar .menuClosePnl .refundValueBox .refundIcon {
    display: table-cell;
    vertical-align: middle;
    text-align: left;
    padding-right: 5px;
  }
  .frame .frameHeader #topBar .topBoxnavbar .romBox, .frame .frameHeader #topBar .menuClosePnl .romBox {
    display: block;
    float: left;
    flex-grow: 1;
    background-image: url(/hrblock/Templates/Premium/Images/Menu/thingreylines.svg);
    background-repeat: repeat-x;
    background-color: #FDFDFD;
    height: 39px;
  }
  .frame .frameHeader #topBar .topBoxnavbar .navbarMobText2, .frame .frameHeader #topBar .menuClosePnl .navbarMobText2 {
    width: 85%;
    float: left;
    font-size: 15px;
    font-weight: 900;
    text-align: left;
    padding-left: 9px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    padding-top: 9px;
    display: inline-block;
  }
  .frame .frameHeader #topBar .topBoxnavbar .navbarMobText2 a, .frame .frameHeader #topBar .topBoxnavbar .navbarMobText2 span, .frame .frameHeader #topBar .menuClosePnl .navbarMobText2 a, .frame .frameHeader #topBar .menuClosePnl .navbarMobText2 span {
    color: #262626;
    vertical-align: middle;
  }
  .frame .frameHeader #topBar .topBoxnavbar .closeIcon, .frame .frameHeader #topBar .menuClosePnl .closeIcon {
    width: 100%;
  }
  .frame .frameHeader #topBar .topBoxnavbar .closeIcon a, .frame .frameHeader #topBar .menuClosePnl .closeIcon a {
    float: right;
    margin-right: 24px;
    font-weight: 400;
    font-size: 25px;
    color: #000000;
  }
  .frame .frameHeader #topBar .topBoxnavbar .closeIcon a .icon, .frame .frameHeader #topBar .menuClosePnl .closeIcon a .icon {
    font-size: 20px;
    color: #D6DAE0;
  }
  .frame .frameHeader #topBar .topBoxnavbar .navbardots, .frame .frameHeader #topBar .menuClosePnl .navbardots {
    float: right;
    width: 9%;
    height: 39px;
    display: none;
  }
  .frame .frameHeader #topBar .topBoxnavbar .navbardots a, .frame .frameHeader #topBar .menuClosePnl .navbardots a {
    display: block;
    width: 100%;
    height: 100%;
    background: url(/hrblock/Templates/Premium/Images/Menu/ellipsis.svg) no-repeat center center;
  }
  .frame .frameHeader #topBar .menuClosePnl {
    height: 32px;
    padding-top: 10px;
    border: none;
  }
  .frame .frameHeader #topBar .navBarMobPanel {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    opacity: 1;
    margin-bottom: 12px;
    overflow: hidden;
    padding-bottom: 10px;
    box-sizing: border-box;
    transition: all 0.2s cubic-bezier(0.33, 0.66, 0.66, 1);
    -webkit-transition: all 0.2s cubic-bezier(0.33, 0.66, 0.66, 1);
    -moz-transition: all 0.2s cubic-bezier(0.33, 0.66, 0.66, 1);
    -ms-transition: all 0.2s cubic-bezier(0.33, 0.66, 0.66, 1);
  }
  .frame .frameHeader #topBar .navBarMobPanel a {
    color: #262626;
  }
  .frame .frameHeader #topBar .navBarMobPanel #navbarHeadingLeft {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    -webkit-flex: 1;
    flex: 1;
    display: inline-block;
    padding: 8px 24px;
    opacity: 1;
    min-width: 65%;
  }
  .frame .frameHeader #topBar .navBarMobPanel #navbarHeadingRight {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    -webkit-flex: 1;
    flex: 1;
    display: inline-block;
    padding: 8px 24px;
    opacity: 1;
    border-left: 2px solid #D6DAE0;
  }
  .frame .frameHeader #topBar .navBarMobPanel .navHeading {
    color: #9FA4AA;
    font-size: 12px;
    font-weight: 500;
    margin-bottom: 4px;
  }
  .frame .frameHeader #topBar .navBarMobPanel .navHeading .navHeadingText {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
  }
  .frame .frameHeader #topBar .navBarMobPanel .navHeading .icon {
    font-size: 12px;
    color: #9FA4AA;
  }
  .frame .frameHeader #topBar .navBarMobPanel .navTitle {
    font-size: 24px;
    font-weight: 600;
    max-width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: left;
    line-height: 26px;
  }
}
.frame .frameHeader #topBar #logoBox {
  padding: 14px;
  width: 38px;
}
.frame .frameHeader #topBar #logoBox .topProductLogo {
  width: 36px;
  height: 36px;
}
@media (max-width: 1205px) {
  .frame .frameHeader #topBar #logoBox {
    width: 36px;
    position: relative;
    left: 10px;
    top: 8px;
    padding: 0px;
  }
  .frame .frameHeader #topBar #logoBox img {
    margin-left: 0;
    max-width: 100%;
  }
  .frame .frameHeader #topBar #logoBox .topProductLogo {
    width: 36px;
    height: 36px;
  }
}
.frame .frameHeader #topBar .iconPnl {
  width: 63px;
  display: inline-block;
  align-self: center;
  text-align: right;
  vertical-align: middle;
}
@media (max-width: 1205px) {
  .frame .frameHeader #topBar .iconPnl {
    width: auto;
  }
}
@media (max-width: 767px) {
  .frame .frameHeader #topBar .iconPnl {
    width: 26px;
  }
}
.frame .frameHeader #topBar #helpCenterTopNavContainer {
  position: relative;
}
.frame .frameHeader #topBar #helpCenterTopNavContainer .ai-img {
  max-width: 28px;
  margin-bottom: -8px;
}
.frame .frameHeader #topBar #helpCenterTopNavContainer .toast-close {
  color: #FFF;
  font-size: 12px;
  margin-left: 10px;
  margin-right: 10px;
}
.frame .frameHeader #topBar #helpCenterTopNavContainer .tooltip_wrapper {
  position: absolute;
  background-color: #003010;
  padding: 10px;
  top: -8px;
  right: 100%;
  width: 230px;
  margin-right: 20px;
  border-radius: 15px;
  text-align: center;
  color: white;
  display: none;
}
.frame .frameHeader #topBar #helpCenterTopNavContainer .tooltip_wrapper .tooltip_icon_right {
  position: absolute;
  width: 0;
  height: 0;
  border-top: 15px solid transparent;
  border-left: 20px solid #003010;
  border-bottom: 15px solid transparent;
  top: 6px;
  right: -10px;
}
.frame .frameHeader #topBar #helpCenterTopNavContainer .tooltip_wrapper .aitoasttext {
  color: #00E95C;
}
.frame .frameHeader #topBar #helpCenterTopNavContainer .newHelpcenter-wrapper {
  text-align: center;
  background-color: #003512;
  border-radius: 80px;
  overflow: hidden;
  justify-content: center;
  align-items: center;
  display: inline-block;
  vertical-align: middle;
  margin-right: 20px;
  box-sizing: content-box !important;
}
.frame .frameHeader #topBar #helpCenterTopNavContainer .newHelpcenter-wrapper #quickHelpLink {
  display: none;
  width: 216px;
  padding: 8px 0px 8px 0px;
}
@media (min-width: 768px) {
  .frame .frameHeader #topBar #helpCenterTopNavContainer .newHelpcenter-wrapper #quickHelpLink {
    border: 2px solid #003512;
  }
}
@media (max-device-width: 768px) {
  .frame .frameHeader #topBar #helpCenterTopNavContainer .newHelpcenter-wrapper #quickHelpLink {
    display: block;
    width: 23px;
    padding: 2px;
  }
}
.frame .frameHeader #topBar #helpCenterTopNavContainer .newHelpcenter-wrapper #quickHelpLink:hover {
  background-color: #F1F5F7;
  border-radius: 80px;
}
.frame .frameHeader #topBar #helpCenterTopNavContainer .newHelpcenter-wrapper #quickHelpLink:hover .new-helpcenter-iconMsg {
  color: #003512;
}
.frame .frameHeader #topBar #helpCenterTopNavContainer .newHelpcenter-wrapper #quickHelpLink:hover .search-img {
  display: none !important;
}
.frame .frameHeader #topBar #helpCenterTopNavContainer .newHelpcenter-wrapper #quickHelpLink:hover .search-img-hover {
  max-width: 18px;
  padding: 2px;
  display: inline-block !important;
}
.frame .frameHeader #topBar #helpCenterTopNavContainer .newHelpcenter-wrapper .search-img {
  max-width: 18px;
  padding: 2px;
  display: inline-block !important;
}
@media (max-device-width: 768px) {
  .frame .frameHeader #topBar #helpCenterTopNavContainer .newHelpcenter-wrapper .search-img {
    max-width: 17px;
    padding: 3px;
  }
}
.frame .frameHeader #topBar #helpCenterTopNavContainer .newHelpcenter-wrapper .search-img-hover {
  display: none;
}
.frame .frameHeader #topBar #helpCenterTopNavContainer .newHelpcenter-wrapper .new-helpcenter-iconMsg {
  display: none;
}
@media (min-width: 768px) {
  .frame .frameHeader #topBar #helpCenterTopNavContainer .newHelpcenter-wrapper .new-helpcenter-iconMsg {
    font-size: 14px;
    padding-left: 8px;
    padding-bottom: 16px;
    vertical-align: middle;
    display: inline-block !important;
    height: 23px;
    font-weight: 500;
    color: white;
    line-height: 22px;
    word-wrap: break-word;
    text-align: center;
  }
}
.frame .frameHeader #topBar #helpCenterTopNavContainer .newHelpcenter-default #quickHelpLink {
  display: none;
  width: 121px;
  padding: 8px 0px 8px 0px;
}
@media (max-device-width: 768px) {
  .frame .frameHeader #topBar #helpCenterTopNavContainer .newHelpcenter-default #quickHelpLink {
    display: block;
    width: 23px;
    padding: 2px;
  }
}
@media (max-width: 1366px) {
  .frame .frameHeader #topBar #leftIconBox .iconPnl {
    width: 40px;
  }
}
@media (max-width: 767px) {
  .frame .frameHeader #topBar #leftIconBox .iconPnl {
    width: 32px;
  }
}
.frame .frameHeader #topBar #ssmLink {
  float: none;
  height: auto;
}
.frame .frameHeader #topBar #ssmLink a {
  line-height: unset;
  background: none;
  padding-left: 0 !important;
  float: right;
}
.frame .frameHeader #topBar #ssmLink #unreadMsgIcon {
  height: 6px;
  margin-top: -6px;
  width: 6px;
  position: absolute;
  border-radius: 66px;
  background-color: #FDBC29;
  margin-left: 8px;
  display: none;
}
@media (max-width: 1205px) {
  .frame .frameHeader #topBar #ssmLink #unreadMsgIcon {
    margin-left: 7px;
  }
}
.frame .frameHeader #topBar #ssmLink .messageIcon {
  background-image: url(/hrblock/Templates/Premium/Images/menu/messages.svg);
  width: 25px;
  height: 25px;
  display: block;
  background-repeat: no-repeat;
  background-position: top;
  background-size: contain;
}
@media (max-width: 1205px) {
  .frame .frameHeader #topBar #ssmLink .messageIcon {
    width: 20px;
    height: 20px;
  }
}
.frame .frameHeader #topBar .icon {
  display: inline-block;
  vertical-align: middle;
}
@media (max-width: 1366px) {
  .frame .frameHeader #topBar .icon {
    font-size: 20px;
  }
}
.frame .frameHeader #topBar #leftIconBox {
  display: none;
}
@media (max-width: 1366px) {
  .frame .frameHeader #topBar #leftIconBox {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: center;
    float: left;
    height: 100%;
  }
}
.frame .frameHeader #topBar #rightIconBox {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
  height: 100%;
  justify-content: space-between;
  margin-right: 30px;
  display: none;
}
@media (max-width: 767px) {
  .frame .frameHeader #topBar #rightIconBox {
    margin-right: 20px;
  }
}
.frame .frameHeader #topBar .productInfoBox {
  font-size: 20px;
  font-weight: 600;
  float: left;
  display: table;
  height: 100%;
}
.frame .frameHeader #topBar .productInfoBox.hide {
  display: none;
}
.frame .frameHeader #topBar .productInfoBox.show {
  display: table;
}
@media (max-width: 1205px) {
  .frame .frameHeader #topBar .productInfoBox {
    display: none;
  }
  .frame .frameHeader #topBar .productInfoBox.show {
    display: none;
  }
}
.frame .frameHeader #topBar .productInfoBox .productInfoBoxSubContainer {
  display: table-cell;
  vertical-align: middle;
}
.frame .frameHeader #topBar .productInfoBox .productInfoSubText {
  font-size: 15px;
  font-weight: bold;
}
.frame .frameHeader #topBar .productInfoBox .productInfoSubText a {
  color: #000000;
}
@media (max-width: 1366px) {
  .frame .frameHeader .rightNavHambergerMenuBox {
    display: none !important;
  }
}
.frame .frameHeader #topBarData {
  height: 64px !important;
}
@media (max-width: 1366px) {
  .frame .frameHeader #topBarData {
    height: 50px !important;
    width: 100%;
  }
  .frame .frameHeader #topBarData #topNav {
    display: block;
  }
}
.frame .frameHeader #topBarData .dataContainer {
  width: 100% !important;
  height: 100%;
}
@media (min-width: 1367px) {
  .frame .frameHeader .helpPannelOpened, .frame .frameHeader .copilotOpened, .frame .frameHeader .txoNotesPanelOpened {
    width: calc(100% - 420px) !important;
  }
}
@media (min-width: 1366px) and (max-width: 1408px) {
  .frame .frameHeader .helpPannelOpened {
    width: 79.5% !important;
    max-width: calc(100% - 282px) !important;
  }
}
.frame .frameBody {
  font-variant-ligatures: none;
}
.frame .frameBody #mainContents {
  max-width: 796px;
  margin: 0 auto;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-top: 25px;
  clear: both;
}
@media print {
  .frame .frameBody #mainContents {
    padding: 0;
  }
}
@media (min-width: 1206px) {
  .frame .frameBody #mainContents[data-pagename=diy_TaxSituationWithRecommendation] {
    max-width: 1100px;
  }
}
.frame .frameBody .navigationfooter.container-fluid {
  max-width: 796px;
  margin: 0 auto;
}
.frame .frameBody .leftAreaBox {
  display: none !important;
}
.frame .frameBody .leftPanelFixed {
  position: fixed;
  top: 0px !important;
  z-index: 18 !important;
  background-color: white !important;
}
@media (min-width: 1367px) {
  .frame .frameBody .leftPanelFixed {
    width: 22.22%;
    min-width: 230px;
    max-width: 300px;
    box-sizing: border-box;
    padding: 25px;
    padding-bottom: 0px !important;
  }
  .frame .frameBody .leftPanelFixed #upsellQuickLink a {
    display: none;
  }
}
@media (max-width: 1366px) {
  .frame .frameBody .leftPanelFixed {
    position: relative;
  }
}
@media (min-width: 1367px) and (max-width: 1408px) {
  .frame .frameBody .leftPanelFixed {
    max-width: 280px;
    max-height: 83%;
  }
}
@media (min-width: 1206px) and (max-height: 655px) {
  .frame .frameBody .leftPanelFixed {
    width: 100%;
  }
}
@media (max-width: 1366px) {
  .frame .frameBody .leftPanelFixed #upsellQuickLink {
    display: none !important;
  }
}
.frame .frameBody .leftPanelFixed #logoBox {
  width: 38px;
  padding-bottom: 25px;
  margin-top: 10px;
}
@media (max-width: 1366px) {
  .frame .frameBody .leftPanelFixed #logoBox {
    display: none !important;
  }
}
.frame .frameBody .leftPanelFixed .productInfoBox {
  font-size: 20px !important;
  font-weight: 600 !important;
  float: left !important;
  display: table !important;
  padding-left: 12px;
  padding-top: 5px;
  margin-top: 5px;
  line-height: 26px;
}
@media (max-width: 1366px) {
  .frame .frameBody .leftPanelFixed .productInfoBox {
    display: none !important;
  }
}
.frame .frameBody .leftPanelFixed .productInfoBoxSubContainer {
  display: table-cell !important;
  vertical-align: middle !important;
}
.frame .frameBody .leftPanelFixed #partnerLogo {
  margin-left: 10px;
  height: 64px;
  padding-right: 15px;
  background-position: left center;
  display: none;
}
@media (max-width: 1205px) {
  .frame .frameBody .leftPanelFixed #partnerLogo {
    top: 0px !important;
    padding: 0px;
    position: relative;
    left: 10px;
    top: 10px;
  }
}
.frame .frameBody .contentDataBox {
  width: auto;
}
@media (max-width: 481px) {
  .frame .frameBody .contentDataBox {
    width: 100%;
  }
}
.frame .frameBody .dataContainer {
  width: 100% !important;
  display: flex;
  -webkit-box-align: stretch;
}
.frame .frameBody .rightSelfServiceMicroAppPanel {
  overflow: hidden;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -moz-box-direction: normal;
  -moz-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  display: none;
  width: 0;
  background-color: #FFFFFF;
  box-shadow: -1px 3px 6px 0 rgba(54, 54, 54, 0.36);
  min-width: 0;
  max-width: 0;
  transition-duration: width 0.2s;
  height: 0;
  z-index: 16;
}
@media print {
  .frame .frameBody .rightSelfServiceMicroAppPanel {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .frame .frameBody .rightSelfServiceMicroAppPanel {
    z-index: 100;
  }
}
.frame .frameBody .rightSelfServiceMicroAppPanel .rightSelfServiceMicroAppPanelFixed {
  position: fixed;
  height: 100%;
}
@media (max-width: 1366px) {
  .frame .frameBody .rightSelfServiceMicroAppPanel .rightSelfServiceMicroAppPanelFixed {
    position: relative;
  }
}
.frame .frameBody .rightSelfServiceMicroAppPanel .greenBarTop {
  height: 7px;
  background-color: #3BC0F8;
}
.frame .frameBody .rightSelfServiceMicroAppPanel.expand {
  width: 21.9%;
  min-width: 420px;
  max-width: 420px;
  -webkit-transition: width 0.2s ease, max-width 0.2s ease, min-width 0.2s ease;
  -webkit-transition-timing-function: linear;
  transition: width 0.2s ease, max-width 0.2s ease, min-width 0.2s ease;
  transition-timing-function: linear;
  height: auto;
  z-index: 16;
  position: relative;
  display: block;
}
@media (min-width: 1367px) {
  .frame .frameBody .rightSelfServiceMicroAppPanel.expand {
    top: -64px;
    margin-bottom: -64px;
  }
  .frame .frameBody .rightSelfServiceMicroAppPanel.expand .rightSelfServiceMicroAppPanelFixed {
    width: 21.9%;
    min-width: 420px;
    max-width: 420px;
  }
}
@media (min-width: 1366px) and (max-width: 1408px) {
  .frame .frameBody .rightSelfServiceMicroAppPanel.expand {
    width: 20.5%;
    min-width: 420px;
  }
  .frame .frameBody .rightSelfServiceMicroAppPanel.expand .rightSelfServiceMicroAppPanelFixed {
    width: 20.5%;
    min-width: 420px;
  }
}
@media (max-width: 1205px) {
  .frame .frameBody .rightSelfServiceMicroAppPanel.expand {
    margin-top: 0px;
    right: 0;
    min-height: calc(100vh - 50px);
    position: relative;
    z-index: 16;
  }
}
@media (max-width: 767px) {
  .frame .frameBody .rightSelfServiceMicroAppPanel.expand {
    width: 100%;
    position: fixed;
    top: 0px;
    width: 100%;
    height: 100%;
    background-color: white;
    z-index: 20;
    margin-top: 0;
    min-width: 100%;
  }
}
.frame .frameBody .helpUINudge {
  display: none;
  z-index: 16;
}
.frame .frameBody .helpUINudge.expand {
  display: block !important;
  z-index: 20;
}
.frame .frameBody .HelpAgentMessageToast {
  display: none;
  z-index: 16;
}
.frame .frameBody .HelpAgentMessageToast.expand {
  display: block;
  position: fixed;
  top: 55px;
  right: 290px;
  z-index: 18;
}
@media only screen and (max-device-width: 481px) {
  .frame .frameBody .HelpAgentMessageToast.expand {
    display: block;
    position: fixed;
    top: 39px;
    right: 223px;
    z-index: 17;
  }
}
@media only screen and (min-device-width: 482px) and (max-device-width: 767px) {
  .frame .frameBody .HelpAgentMessageToast.expand {
    display: block;
    position: fixed;
    top: 40px;
    right: 215px;
    z-index: 17;
  }
}
@media only screen and (min-device-width: 767px) and (max-device-width: 768px) {
  .frame .frameBody .HelpAgentMessageToast.expand {
    display: block;
    position: fixed;
    top: 42px;
    right: 247px;
    z-index: 17;
  }
}
@media only screen and (min-device-width: 769px) and (max-device-width: 1205px) {
  .frame .frameBody .HelpAgentMessageToast.expand {
    display: block;
    position: fixed;
    top: 48px;
    right: 290px;
    z-index: 17;
  }
}
.frame .frameBody .footerInfoPopUp {
  margin-top: -17px;
  width: auto;
  z-index: 100;
  position: fixed;
  margin-left: -11px;
  vertical-align: middle;
  display: none;
  height: 57px;
  border-radius: 28.5px;
  background-color: #5D5D5F;
  color: white;
  padding: 8px;
  box-sizing: border-box;
  bottom: 60px;
  left: 15px;
}
.frame .frameBody .footerInfoPopUp .icon {
  color: white;
  font-size: 22px;
}
.frame .frameBody .footerInfoPopUp > div {
  display: table;
}
.frame .frameBody .footerInfoPopUp > div > a {
  display: table-cell;
  padding-top: 10px;
  padding-left: 10px;
}
.frame .frameBody .footerInfoPopUp #pageNameInnerDiv, .frame .frameBody .footerInfoPopUp #footerInfoInnerDiv {
  padding-left: 10px;
  vertical-align: middle;
  display: table-cell;
}
.frame .frameBody .footerInfoPopUp .footerLinks, .frame .frameBody .footerInfoPopUp .footerCopyInfo {
  color: #ffffff;
  font-size: 13px;
}
.frame .frameBody .footerInfoPopUp .footerRow .seperator {
  width: 1px;
  height: 9px;
  display: inline-block;
  margin-left: 3px;
  margin-right: 3px;
  background: #D4D7D9;
}
.frame .frameBody #topUpsellLink {
  background-color: #D0EED8;
  text-align: center;
  display: none;
  clear: both;
}
@media (min-width: 1367px) {
  .frame .frameBody #topUpsellLink {
    display: block;
  }
}
.frame .frameBody #topUpsellLink a {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0;
  padding-top: 5px;
  padding-bottom: 5px;
  color: initial;
}
.frame .frameBody #topUpsellLink a .icon {
  font-size: 18px;
  padding-right: 8px;
}
.frame .frameBody #topUpsellLink a img.upwardArrow {
  width: 23px;
  height: 34px;
  display: inline-block;
  vertical-align: middle;
}
.frame .frameBody #topUpsellLink a span {
  display: inline-block;
  vertical-align: middle;
  padding-left: 7px;
}
.frame .frameBody #topUpsellLink a img.guaranteePlusUpsell {
  width: 24px;
  height: 34px;
  display: inline-block;
  vertical-align: middle;
}
.frame .frameBody #topUpsellLink a img.plusUpsellChevronRight {
  width: 24px;
  height: 20px;
  display: inline-block;
  vertical-align: middle;
  padding-left: 4px;
  padding-top: 2px;
}
.frame .frameBody #topUpsellLinkRes {
  display: none;
  color: black;
  width: 100%;
}
.frame .frameBody #topUpsellLinkRes .icon {
  position: initial;
  right: unset;
  display: inline;
  color: black;
}
.frame .frameBody #topUpsellLinkRes a {
  color: black;
  width: 100%;
}
.frame .frameBody #topUpsellLinkRes #topUpsellLink {
  display: block !important;
  margin-bottom: 10px;
}
@media (max-width: 1366px) {
  .frame .frameBody #topUpsellLinkRes {
    display: block;
  }
}
.frame .frameBody .leftPanel {
  overflow: hidden;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -moz-box-direction: normal;
  -moz-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: #ffffff;
  display: block;
  min-height: calc(100vh - 64px);
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
}
.frame .frameBody .leftPanel .productInfoTitleBoxRes {
  display: none;
}
.frame .frameBody .leftPanel .productInfoTitleBoxRes.hide {
  display: none;
}
.frame .frameBody .leftPanel .leftNavLinks {
  clear: both;
  font-weight: 500;
}
.frame .frameBody .leftPanel .leftNavLinks.plusUpgrade ul li {
  margin-bottom: 0px;
  padding-left: 22px;
}
.frame .frameBody .leftPanel .footerInfoBox {
  bottom: 10px;
  position: absolute;
  padding-left: 25px;
}
.frame .frameBody .leftPanel .footerInfoBox .footerInfoIcon {
  display: none;
}
.frame .frameBody .leftPanel .footerInfoBox .footerInfoPopUp {
  width: 309px !important;
}
.frame .frameBody .leftPanel .footerInfoBox .footerInfoInnerDiv .footerRow a {
  letter-spacing: 1px;
}
.frame .frameBody .leftPanel .footerInfoBox .pageName {
  margin-top: -17px;
  width: auto;
  z-index: 100;
  position: absolute;
  margin-left: -11px;
  vertical-align: middle;
  display: none;
  height: 57px;
  border-radius: 28.5px;
  background-color: #5D5D5F;
  color: white;
  padding: 15px;
  box-sizing: border-box;
}
@media (max-width: 1205px) {
  .frame .frameBody .leftPanel .footerInfoBox .pageName {
    position: fixed;
  }
}
.frame .frameBody .leftPanel .footerInfoBox .pageName .icon {
  color: white;
}
.frame .frameBody .leftPanel .footerInfoBox .pageName > div {
  display: table;
}
.frame .frameBody .leftPanel .footerInfoBox .pageName > div > a {
  display: table-cell;
}
.frame .frameBody .leftPanel .footerInfoBox .pageName #pageNameInnerDiv, .frame .frameBody .leftPanel .footerInfoBox .pageName #footerInfoInnerDiv {
  padding-left: 10px;
  vertical-align: middle;
  display: table-cell;
}
.frame .frameBody .leftPanel .footerInfoBox .footerCopyInfo {
  color: #6E6E6E;
  font-size: 12px;
  font-weight: 500;
  padding-top: 9px;
}
.frame .frameBody .leftPanel .footerInfoBox .footerRow {
  margin-top: 5px;
}
.frame .frameBody .leftPanel .footerInfoBox .footerRow .seperator {
  width: 1px;
  height: 9px;
  display: inline-block;
  margin-left: 3px;
  margin-right: 3px;
  background: #9FA4AA;
}
.frame .frameBody .leftPanel .footerInfoBox .footerLinks {
  color: #005D1F;
}
.frame .frameBody .leftPanel .footerInfoBox .pageNameDisplay {
  color: #F1F5F7;
  font-size: 12px;
  font-weight: bold;
  line-height: 14px;
  display: inline-block;
}
@media (max-width: 1205px) {
  .frame .frameBody .leftPanel .footerInfoBox .pageNameDisplay {
    color: #777575;
  }
}
@media only screen and (min-device-width: 320px) and (max-device-width: 846px) and (orientation: landscape) {
  .frame .frameBody .leftPanel .footerInfoBox {
    position: relative;
    bottom: auto;
    padding-top: 25px;
  }
}
@media (min-width: 1206px) and (max-height: 655px) {
  .frame .frameBody .leftPanel .footerInfoBox {
    position: absolute;
    bottom: 20px;
  }
}
.frame .frameBody .leftPanel .newShareScreenBox {
  position: relative;
}
.frame .frameBody .leftPanel .newShareScreenBox .newShareScreenCollapse {
  display: none;
}
.frame .frameBody .leftPanel .newShareScreenBox .newShareScreenExpand {
  text-align: center;
  overflow: hidden;
  align-items: center;
  display: flex;
  vertical-align: middle;
  box-sizing: content-box !important;
  padding: 15px 0px;
}
.frame .frameBody .leftPanel .newShareScreenBox .newShareScreenExpand #screenShareExpandLink {
  width: 156px;
  height: 52px;
  padding: 10px 10px 0px 5px;
  display: inline-flex;
  align-items: center;
}
.frame .frameBody .leftPanel .newShareScreenBox .newShareScreenExpand #screenShareExpandLink:hover {
  border-radius: 80px;
}
.frame .frameBody .leftPanel .newShareScreenBox .newShareScreenExpand #screenShareExpandLink:hover .sharescreen-Msg {
  color: #003512;
}
.frame .frameBody .leftPanel .newShareScreenBox .newShareScreenExpand #screenShareExpandLink:hover .sharescreen-expand-img {
  display: none !important;
}
.frame .frameBody .leftPanel .newShareScreenBox .newShareScreenExpand #screenShareExpandLink:hover .sharescreen-expand-img-hover {
  display: inline-block !important;
}
.frame .frameBody .leftPanel .newShareScreenBox .newShareScreenExpand #screenShareExpandDisabledLink {
  width: 156px;
  height: 52px;
  display: inline-flex;
  align-items: center;
  border: none;
}
.frame .frameBody .leftPanel .newShareScreenBox .newShareScreenExpand #screenShareExpandDisabledLink .sharescreen-Msg {
  color: #909498 !important;
}
.frame .frameBody .leftPanel .newShareScreenBox .newShareScreenExpand .sharescreen-expand-img {
  display: inline-block !important;
}
.frame .frameBody .leftPanel .newShareScreenBox .newShareScreenExpand .sharescreen-expand-img-hover {
  display: none;
}
.frame .frameBody .leftPanel .newShareScreenBox .newShareScreenExpand .sharescreen-Msg {
  font-size: 14px;
  padding-left: 12px;
  vertical-align: middle;
  display: inline-block !important;
  height: 23px;
  font-weight: 500;
  color: black;
  line-height: 22px;
  word-wrap: break-word;
  text-align: center;
}
.frame .frameBody .leftPanel .refundMeterBox {
  margin: 19px 0px 0px 0px;
}
.frame .frameBody .leftPanel .refundMeterBox .refundometerArea {
  float: none;
  width: auto !important;
}
.frame .frameBody .leftPanel .refundMeterBox .refundometerArea #ro_drawer {
  display: block;
  font-size: 12px !important;
  margin-top: 8px;
  background: transparent;
  text-transform: initial;
  line-height: 17px;
  font-weight: 500;
}
.frame .frameBody .leftPanel .refundMeterBox .refundometerArea #ro_drawer #ro_change {
  font-size: 12px;
}
.frame .frameBody .leftPanel .refundMeterBox .refundometerArea #ro_drawer #ro_dollar {
  color: #F1F5F7;
}
.frame .frameBody .leftPanel .refundMeterBox .refundometerArea ul.refundNav {
  float: none;
  width: auto !important;
}
.frame .frameBody .leftPanel .refundMeterBox .refundometerArea ul.refundNav li {
  display: inline-block;
  width: 100%;
}
.frame .frameBody .leftPanel .refundMeterBox .refundometerArea ul.refundNav li a {
  display: table-cell;
  vertical-align: top;
  background-position: top 4px left 0;
  width: 64px;
  text-align: center;
}
.frame .frameBody .leftPanel .refundMeterBox .refundometerArea ul.refundNav li:last-child {
  padding-bottom: 10px;
  border-bottom: 1px solid #D6DAE0 !important;
}
.frame .frameBody .leftPanel .refundMeterBox .refundometerArea ul.refundNav li:nth-child(2) {
  border: none;
  padding-top: 0px;
}
.frame .frameBody .leftPanel .refundMeterBox .refundometerArea ul.refundNav li:not(:first-child) {
  margin-bottom: 0px;
}
.frame .frameBody .leftPanel .refundMeterBox .refundometerArea ul.refundNav li:not(:first-child) a {
  background-position: top 0 left 0;
  height: 25px;
}
.frame .frameBody .leftPanel .refundMeterBox .refundometerArea ul.refundNav li span.federalTitle, .frame .frameBody .leftPanel .refundMeterBox .refundometerArea ul.refundNav li span.stateTitle {
  display: table-cell;
  vertical-align: top;
  font-size: 12px;
  font-weight: 500;
  width: 85%;
}
.frame .frameBody .leftPanel .refundMeterBox .refundometerArea ul.refundNav li span.federalTitle > span, .frame .frameBody .leftPanel .refundMeterBox .refundometerArea ul.refundNav li span.stateTitle > span {
  padding-top: 8px;
  display: inline-block;
}
.frame .frameBody .leftPanel .refundMeterBox .refundometerArea ul.refundNav li span.refundAmount, .frame .frameBody .leftPanel .refundMeterBox .refundometerArea ul.refundNav li span.oweAmount {
  display: table-cell;
  vertical-align: top;
  color: #262626;
  padding-left: 10px;
  font-size: 20px;
  font-weight: 600;
  float: right;
}
.frame .frameBody .leftPanel .leftNavLinks, .frame .frameBody .leftPanel .leftNavLinkSignOut, .frame .frameBody .leftPanel .changeProductPanel ul {
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -moz-box-direction: normal;
  -moz-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1 1 auto;
  -moz-box-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  -webkit-flex: 1 1 auto;
  flex: 1 1 auto;
}
.frame .frameBody .leftPanel .leftNavLinks li, .frame .frameBody .leftPanel .leftNavLinkSignOut li, .frame .frameBody .leftPanel .changeProductPanel ul li {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  display: block;
}
.frame .frameBody .leftPanel .leftNavLinks li a, .frame .frameBody .leftPanel .leftNavLinkSignOut li a, .frame .frameBody .leftPanel .changeProductPanel ul li a {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-box-flex: 0 1 auto;
  -moz-box-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  -webkit-flex: 0 1 auto;
  flex: 0 1 auto;
  position: relative;
  padding: 15px;
  font-size: 14px;
  font-weight: 400;
  color: #262626;
  align-items: center;
  line-height: 20px;
}
.frame .frameBody .leftPanel .leftNavLinks li a:hover, .frame .frameBody .leftPanel .leftNavLinkSignOut li a:hover, .frame .frameBody .leftPanel .changeProductPanel ul li a:hover {
  background-color: #F1F5F7;
}
.frame .frameBody .leftPanel .leftNavLinks li#upsellQuickLink a, .frame .frameBody .leftPanel .leftNavLinkSignOut li#upsellQuickLink a, .frame .frameBody .leftPanel .changeProductPanel ul li#upsellQuickLink a {
  border-radius: 6px;
  background-color: #D0EED8;
  width: 52px;
  padding: 6px 7px;
  padding-bottom: 4px;
  margin-left: -10px;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 12px;
  box-sizing: border-box;
  margin-top: 12px;
}
.frame .frameBody .leftPanel .leftNavLinks li#upsellQuickLink a:hover, .frame .frameBody .leftPanel .leftNavLinkSignOut li#upsellQuickLink a:hover, .frame .frameBody .leftPanel .changeProductPanel ul li#upsellQuickLink a:hover {
  background-image: none;
}
.frame .frameBody .leftPanel .leftNavLinks li#upsellQuickLink a:hover:after, .frame .frameBody .leftPanel .leftNavLinkSignOut li#upsellQuickLink a:hover:after, .frame .frameBody .leftPanel .changeProductPanel ul li#upsellQuickLink a:hover:after {
  opacity: 0;
}
.frame .frameBody .leftPanel .leftNavLinks li#upsellQuickLink a img, .frame .frameBody .leftPanel .leftNavLinkSignOut li#upsellQuickLink a img, .frame .frameBody .leftPanel .changeProductPanel ul li#upsellQuickLink a img {
  width: 20px;
  height: 29px;
}
.frame .frameBody .leftPanel .leftNavLinks li#upsellQuickLink a .icon, .frame .frameBody .leftPanel .leftNavLinkSignOut li#upsellQuickLink a .icon, .frame .frameBody .leftPanel .changeProductPanel ul li#upsellQuickLink a .icon {
  padding-bottom: 4px;
  font-size: 24px;
}
.frame .frameBody .leftPanel .leftNavLinks li#upsellQuickLink a .content, .frame .frameBody .leftPanel .leftNavLinkSignOut li#upsellQuickLink a .content, .frame .frameBody .leftPanel .changeProductPanel ul li#upsellQuickLink a .content {
  display: block;
  color: black;
  font-size: 14px;
  margin-top: -2px;
}
@media (max-width: 1365px) {
  .frame.ieFix .frame .frameBody .leftPanel .leftNavLinks li a, .frame.ieFix .frame .frameBody .leftPanel .leftNavLinkSignOut li a, .frame.ieFix .frame .frameBody .leftPanel .changeProductPanel ul li a {
    display: inline-block;
  }
}
.frame.ieFix .frame .frameBody .leftPanel .leftNavLinks li a, .frame.ieFix .frame .frameBody .leftPanel .leftNavLinkSignOut li a, .frame.ieFix .frame .frameBody .leftPanel .changeProductPanel ul li a {
  width: 100%;
  box-sizing: border-box;
}
.frame.ieFix .frame .frameBody .leftPanel .leftNavLinks li a:after, .frame.ieFix .frame .frameBody .leftPanel .leftNavLinkSignOut li a:after, .frame.ieFix .frame .frameBody .leftPanel .changeProductPanel ul li a:after {
  display: none;
}
.frame .frameBody .leftPanel .leftNavLinks li .icon, .frame .frameBody .leftPanel .leftNavLinkSignOut li .icon, .frame .frameBody .leftPanel .changeProductPanel ul li .icon {
  -webkit-box-flex: 0;
  -ms-flex-grow: 0;
  flex-grow: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  font-size: 20px;
  color: #262626;
  z-index: 1;
}
.frame .frameBody .leftPanel .leftNavLinks li div, .frame .frameBody .leftPanel .leftNavLinkSignOut li div, .frame .frameBody .leftPanel .changeProductPanel ul li div {
  -webkit-box-flex: 0 1 auto;
  -moz-box-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  -webkit-flex: 0 1 auto;
  flex: 0 1 auto;
  padding-left: 10px;
  z-index: 1;
}
.frame.ieFix .frame .frameBody .leftPanel .leftNavLinks li div, .frame.ieFix .frame .frameBody .leftPanel .leftNavLinkSignOut li div, .frame.ieFix .frame .frameBody .leftPanel .changeProductPanel ul li div {
  display: inline-block;
  padding-left: 5px;
}
@media (max-width: 1365px) {
  .frame.ieFix .frame .frameBody .leftPanel .leftNavLinks:not(.plusUpgrade) a {
    display: inline-block !important;
  }
}
.frame .frameBody .leftPanel.expand {
  width: 22.22%;
  min-width: 230px;
  max-width: 300px;
  -webkit-box-flex: 0 0 auto;
  -moz-box-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  -webkit-flex: 0 0 auto;
  flex: 0 0 auto;
}
.frame .frameBody .leftPanel.expand .collapseSideBar {
  display: block;
}
.frame .frameBody .leftPanel.expand .expandSideBar {
  display: none;
}
.frame .frameBody .leftPanel.expand .yearElement {
  display: inline;
  padding: 0;
  color: #262626;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
}
.frame .frameBody .leftPanel.expand .leftPanelFixed {
  width: 22.22%;
  min-width: 230px;
  max-width: 300px;
  box-sizing: border-box;
  padding: 25px;
  padding-bottom: 0px !important;
}
@media (min-width: 1366px) and (max-width: 1408px) {
  .frame .frameBody .leftPanel.expand .leftPanelFixed {
    max-width: 280px;
  }
}
@media (max-width: 767px) {
  .frame .frameBody .leftPanel.expand .leftPanelFixed {
    width: 100%;
    max-width: none;
  }
}
@media (min-width: 768px) and (max-width: 1205px) {
  .frame .frameBody .leftPanel.expand .leftPanelFixed {
    max-width: none;
    width: auto;
  }
}
@media (min-width: 1206px) and (max-height: 655px) {
  .frame .frameBody .leftPanel.expand .leftPanelFixed {
    width: 100%;
  }
}
@media (min-width: 1366px) and (max-width: 1408px) {
  .frame .frameBody .leftPanel.expand {
    max-width: 280px;
  }
}
@media (min-width: 1366px) {
  .frame .frameBody .leftPanel.expand #topUpsellLink {
    display: block;
  }
}
@media (min-width: 1366px) {
  .frame .frameBody .leftPanel.expand #upsellQuickLink a {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .frame .frameBody .leftPanel.expand {
    position: fixed;
    top: 0px;
    width: 100%;
    left: -100%;
    min-height: 100vh;
    z-index: 100;
    color: #fff;
    top: 0;
    max-width: none;
  }
  .frame .frameBody .leftPanel.expand .collapseSideBar {
    display: none;
  }
  .frame .frameBody .leftPanel.expand .yearElement {
    display: inline-block;
    padding: 22px 20px 9px;
  }
}
@media (min-width: 768px) and (max-width: 1205px) {
  .frame .frameBody .leftPanel.expand {
    position: fixed;
    top: 0px;
    width: 100%;
    left: -100%;
    min-height: 100vh;
    z-index: 100;
    color: #fff;
    width: 300px;
    left: -310px;
    max-width: none;
  }
  .frame .frameBody .leftPanel.expand .collapseSideBar {
    display: none;
  }
  .frame .frameBody .leftPanel.expand .yearElement {
    display: inline-block;
    padding: 22px 20px 9px;
  }
}
.frame .frameBody .leftPanel.collapse {
  width: 80px !important;
  min-width: 80px !important;
  box-sizing: border-box;
  padding-top: 0px !important;
  padding: 0px !important;
}
.frame .frameBody .leftPanel.collapse .leftNavLinks li, .frame .frameBody .leftPanel.collapse .leftNavLinkSignOut li, .frame .frameBody .leftPanel.collapse .changeProductPanel ul li {
  margin-bottom: 25px;
}
.frame .frameBody .leftPanel.collapse .leftNavLinks li div, .frame .frameBody .leftPanel.collapse .leftNavLinkSignOut li div, .frame .frameBody .leftPanel.collapse .changeProductPanel ul li div {
  padding-left: 0px;
}
.frame .frameBody .leftPanel.collapse .leftNavLinks li a, .frame .frameBody .leftPanel.collapse .leftNavLinkSignOut li a, .frame .frameBody .leftPanel.collapse .changeProductPanel ul li a {
  padding: 5px 0px;
  display: block;
  font-size: 12px;
  line-height: 17px;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  align-items: center;
}
@media (min-width: 1367px) {
  .frame .frameBody .leftPanel.collapse .leftNavLinks li .hideCollapseText, .frame .frameBody .leftPanel.collapse .leftNavLinkSignOut li .hideCollapseText, .frame .frameBody .leftPanel.collapse .changeProductPanel ul li .hideCollapseText {
    display: none;
  }
}
.frame .frameBody .leftPanel.collapse .collapseSideBar, .frame .frameBody .leftPanel.collapse .footerInfoContent {
  display: none !important;
}
.frame .frameBody .leftPanel.collapse .collapseSideBar, .frame .frameBody .leftPanel.collapse .newShareScreenExpand {
  display: none !important;
}
.frame .frameBody .leftPanel.collapse .footerInfoBox .footerInfoIcon {
  display: block !important;
}
.frame .frameBody .leftPanel.collapse .newShareScreenBox .newShareScreenCollapse {
  text-align: center;
  overflow: hidden;
  justify-content: center;
  align-items: center;
  display: flex;
  vertical-align: middle;
  box-sizing: content-box !important;
}
.frame .frameBody .leftPanel.collapse .newShareScreenBox .newShareScreenCollapse #screenShareCollapseLink {
  width: 52px;
  height: 52px;
}
.frame .frameBody .leftPanel.collapse .newShareScreenBox .newShareScreenCollapse #screenShareCollapseLink:hover {
  border-radius: 4px;
}
.frame .frameBody .leftPanel.collapse .newShareScreenBox .newShareScreenCollapse #screenShareCollapseLink:hover .sharescreen-collapse-img {
  display: none !important;
}
.frame .frameBody .leftPanel.collapse .newShareScreenBox .newShareScreenCollapse #screenShareCollapseLink:hover .sharescreen-collapse-img-hover {
  display: inline-block !important;
}
.frame .frameBody .leftPanel.collapse .newShareScreenBox .newShareScreenCollapse #screenShareCollapseDisabledLink {
  width: 52px;
  height: 52px;
  border: none;
  display: contents;
}
.frame .frameBody .leftPanel.collapse .newShareScreenBox .newShareScreenCollapse .sharescreen-collapse-img {
  display: inline-block !important;
}
.frame .frameBody .leftPanel.collapse .newShareScreenBox .newShareScreenCollapse .sharescreen-collapse-img-hover {
  display: none;
}
.frame .frameBody .leftPanel.collapse .expandSideBar {
  display: none !important;
}
.frame .frameBody .leftPanel.collapse .refundMeterBox {
  padding: 18px 0px;
  margin: 0;
  margin-bottom: 7px;
}
.frame .frameBody .leftPanel.collapse .refundMeterBox .refundometerArea ul.refundNav a.btnSpruceStandAlone {
  display: block !important;
  border-radius: 12px;
  line-height: 13px;
  height: auto !important;
  min-width: 5px !important;
  width: auto !important;
}
.frame .frameBody .leftPanel.collapse .refundMeterBox .refundometerArea ul.refundNav a.btnSpruceStandAlone .icon {
  padding-top: 7px;
  display: none !important;
  line-height: 5px;
}
.frame .frameBody .leftPanel.collapse .refundMeterBox .refundometerArea ul.refundNav a.btnSpruceStandAlone .spruceText {
  font-size: 12px !important;
  padding-top: 8px;
  display: none !important;
  font-weight: 500 !important;
  width: auto !important;
  text-align: center !important;
  padding-right: 0px !important;
  padding-left: 0px !important;
  line-height: normal;
  letter-spacing: -0.22px;
}
.frame .frameBody .leftPanel.collapse .refundMeterBox .refundometerArea ul.refundNav li a {
  display: block;
  height: 28px;
  font-size: 28px;
  text-align: center;
}
.frame .frameBody .leftPanel.collapse .refundMeterBox .refundometerArea ul.refundNav li a span {
  font-size: 28px;
}
.frame .frameBody .leftPanel.collapse .refundMeterBox .refundometerArea ul.refundNav li .federalTitle {
  display: block !important;
  width: 100% !important;
  font-size: 15px;
}
.frame .frameBody .leftPanel.collapse .refundMeterBox .refundometerArea ul.refundNav li .federalTitle span:first-child {
  display: none !important;
}
.frame .frameBody .leftPanel.collapse .refundMeterBox .refundometerArea ul.refundNav li .stateTitle {
  width: 100% !important;
  display: block !important;
  padding-top: 5px;
  font-size: 15px;
}
.frame .frameBody .leftPanel.collapse .refundMeterBox .refundometerArea ul.refundNav li .stateTitle span:first-child, .frame .frameBody .leftPanel.collapse .refundMeterBox .refundometerArea ul.refundNav li #ro_drawer {
  display: none !important;
}
.frame .frameBody .leftPanel.collapse .refundMeterBox .refundometerArea ul.refundNav li span.refundAmount, .frame .frameBody .leftPanel.collapse .refundMeterBox .refundometerArea ul.refundNav li span.oweAmount {
  font-size: 12px;
  padding: 0;
  display: block !important;
  text-align: center;
  float: none;
}
.frame .frameBody .leftPanel.collapse .refundMeterBox .refundometerArea ul.refundNav li span.refund-state-wrapper {
  padding-left: 8px;
}
.frame .frameBody .leftPanel.collapse #topUpsellLink a {
  font-size: 18px;
}
.frame .frameBody .leftPanel.collapse .productInfoBox {
  display: none !important;
}
.frame .frameBody .leftPanel.collapse .btnSpruceStandAlone img {
  width: 20px;
}
.frame .frameBody .leftPanel.collapse #spruceCardInnerPanel {
  height: auto;
  background: none;
  border: 0px;
}
.frame .frameBody .leftPanel.collapse .btnSpruceCard .icon {
  display: none;
}
.frame .frameBody .leftPanel.collapse .btnSpruceCard img {
  display: inline-block !important;
}
.frame .frameBody .leftPanel.collapse .spruceCardText, .frame .frameBody .leftPanel.collapse .spruceSubText, .frame .frameBody .leftPanel.collapse .spruceDismisslink {
  display: none !important;
}
.frame .frameBody .leftPanel.collapse #changeProductLink .expandIcon, .frame .frameBody .leftPanel.collapse #changeProductLink .collapseIcon {
  display: none;
}
.frame .frameBody .leftPanel.collapse .leftPanelFixed, .frame .frameBody .leftPanel.collapse .leftNavLinkSignOut, .frame .frameBody .leftPanel.collapse .changeProductPanel {
  width: 80px !important;
  min-width: 80px !important;
  box-sizing: border-box;
  padding-top: 0px !important;
  padding: 0px !important;
}
@media (max-width: 767px) {
  .frame .frameBody .leftPanel.collapse .leftPanelFixed, .frame .frameBody .leftPanel.collapse .leftNavLinkSignOut, .frame .frameBody .leftPanel.collapse .changeProductPanel {
    width: 100% !important;
    max-width: none !important;
  }
  .frame .frameBody .leftPanel.collapse .leftPanelFixed .expandSideBar, .frame .frameBody .leftPanel.collapse .leftNavLinkSignOut .expandSideBar, .frame .frameBody .leftPanel.collapse .changeProductPanel .expandSideBar {
    display: none !important;
  }
  .frame .frameBody .leftPanel.collapse .leftPanelFixed .leftNavLinks li div, .frame .frameBody .leftPanel.collapse .leftPanelFixed .leftNavLinkSignOut li div, .frame .frameBody .leftPanel.collapse .leftPanelFixed .changeProductPanel ul li div, .frame .frameBody .leftPanel.collapse .leftNavLinkSignOut .leftNavLinks li div, .frame .frameBody .leftPanel.collapse .leftNavLinkSignOut .leftNavLinkSignOut li div, .frame .frameBody .leftPanel.collapse .leftNavLinkSignOut .changeProductPanel ul li div, .frame .frameBody .leftPanel.collapse .changeProductPanel .leftNavLinks li div, .frame .frameBody .leftPanel.collapse .changeProductPanel .leftNavLinkSignOut li div, .frame .frameBody .leftPanel.collapse .changeProductPanel .changeProductPanel ul li div {
    display: inline-block !important;
  }
  .frame .frameBody .leftPanel.collapse .leftPanelFixed .leftNavLinks li a, .frame .frameBody .leftPanel.collapse .leftPanelFixed .leftNavLinkSignOut li a, .frame .frameBody .leftPanel.collapse .leftPanelFixed .changeProductPanel ul li a, .frame .frameBody .leftPanel.collapse .leftNavLinkSignOut .leftNavLinks li a, .frame .frameBody .leftPanel.collapse .leftNavLinkSignOut .leftNavLinkSignOut li a, .frame .frameBody .leftPanel.collapse .leftNavLinkSignOut .changeProductPanel ul li a, .frame .frameBody .leftPanel.collapse .changeProductPanel .leftNavLinks li a, .frame .frameBody .leftPanel.collapse .changeProductPanel .leftNavLinkSignOut li a, .frame .frameBody .leftPanel.collapse .changeProductPanel .changeProductPanel ul li a {
    padding: 15px 0px;
  }
}
@media (min-width: 768px) and (max-width: 1205px) {
  .frame .frameBody .leftPanel.collapse .leftPanelFixed, .frame .frameBody .leftPanel.collapse .leftNavLinkSignOut, .frame .frameBody .leftPanel.collapse .changeProductPanel {
    max-width: none !important;
    width: auto !important;
  }
  .frame .frameBody .leftPanel.collapse .leftPanelFixed .expandSideBar, .frame .frameBody .leftPanel.collapse .leftNavLinkSignOut .expandSideBar, .frame .frameBody .leftPanel.collapse .changeProductPanel .expandSideBar {
    display: none !important;
  }
  .frame .frameBody .leftPanel.collapse .leftPanelFixed .leftNavLinks li div, .frame .frameBody .leftPanel.collapse .leftPanelFixed .leftNavLinkSignOut li div, .frame .frameBody .leftPanel.collapse .leftPanelFixed .changeProductPanel ul li div, .frame .frameBody .leftPanel.collapse .leftNavLinkSignOut .leftNavLinks li div, .frame .frameBody .leftPanel.collapse .leftNavLinkSignOut .leftNavLinkSignOut li div, .frame .frameBody .leftPanel.collapse .leftNavLinkSignOut .changeProductPanel ul li div, .frame .frameBody .leftPanel.collapse .changeProductPanel .leftNavLinks li div, .frame .frameBody .leftPanel.collapse .changeProductPanel .leftNavLinkSignOut li div, .frame .frameBody .leftPanel.collapse .changeProductPanel .changeProductPanel ul li div {
    display: inline-block !important;
  }
  .frame .frameBody .leftPanel.collapse .leftPanelFixed .leftNavLinks li a, .frame .frameBody .leftPanel.collapse .leftPanelFixed .leftNavLinkSignOut li a, .frame .frameBody .leftPanel.collapse .leftPanelFixed .changeProductPanel ul li a, .frame .frameBody .leftPanel.collapse .leftNavLinkSignOut .leftNavLinks li a, .frame .frameBody .leftPanel.collapse .leftNavLinkSignOut .leftNavLinkSignOut li a, .frame .frameBody .leftPanel.collapse .leftNavLinkSignOut .changeProductPanel ul li a, .frame .frameBody .leftPanel.collapse .changeProductPanel .leftNavLinks li a, .frame .frameBody .leftPanel.collapse .changeProductPanel .leftNavLinkSignOut li a, .frame .frameBody .leftPanel.collapse .changeProductPanel .changeProductPanel ul li a {
    padding: 15px 0px;
  }
}
.frame .frameBody .leftPanel.collapse #topUpsellLink {
  display: none;
}
.frame .frameBody .leftPanel.collapse #upsellQuickLink a {
  display: flex !important;
}
.frame .frameBody .leftPanel.collapse .productInfoBox {
  display: none !important;
}
.frame .frameBody .leftPanel.collapse #logoBox {
  padding-left: 20px;
}
@media (max-width: 767px) {
  .frame .frameBody .leftPanel.collapse {
    position: fixed;
    top: 0px;
    width: 100%;
    left: -100%;
    min-height: 100vh;
    z-index: 100;
    color: #fff;
    top: 0;
    width: 100% !important;
    max-width: none !important;
  }
  .frame .frameBody .leftPanel.collapse .collapseSideBar {
    display: none;
  }
  .frame .frameBody .leftPanel.collapse .yearElement {
    display: inline-block;
    padding: 22px 20px 9px;
  }
  .frame .frameBody .leftPanel.collapse .footerInfoIcon {
    display: none !important;
  }
  .frame .frameBody .leftPanel.collapse .footerInfoContent {
    display: block !important;
  }
  .frame .frameBody .leftPanel.collapse .newShareScreenCollapse {
    display: none !important;
  }
  .frame .frameBody .leftPanel.collapse .newShareScreenExpand {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 1205px) {
  .frame .frameBody .leftPanel.collapse {
    position: fixed;
    top: 0px;
    width: 100%;
    left: -100%;
    min-height: 100vh;
    z-index: 100;
    color: #fff;
    width: 300px !important;
    left: -310px;
    max-width: none !important;
  }
  .frame .frameBody .leftPanel.collapse .collapseSideBar {
    display: none;
  }
  .frame .frameBody .leftPanel.collapse .yearElement {
    display: inline-block;
    padding: 22px 20px 9px;
  }
  .frame .frameBody .leftPanel.collapse .footerInfoIcon {
    display: none !important;
  }
  .frame .frameBody .leftPanel.collapse .footerInfoContent {
    display: block !important;
  }
  .frame .frameBody .leftPanel.collapse .newShareScreenCollapse {
    display: none !important;
  }
  .frame .frameBody .leftPanel.collapse .newShareScreenExpand {
    display: block !important;
  }
}
.frame .frameBody .leftPanel.collapse.tprAdded .leftNavLinkSignOut, .frame .frameBody .leftPanel.collapse.tprAdded .changeProductPanel {
  background: #003010;
}
.frame .frameBody .leftPanel .closeSideBar {
  display: none;
}
.frame .frameBody .leftPanel .expandSideBar a {
  display: block;
  width: 100%;
  height: 20px;
  background-repeat: no-repeat;
  background-position: center;
  margin-top: 20px;
  text-align: center;
  background-color: #E8EEF1;
  padding-top: 9px;
}
.frame .frameBody .leftPanel .expandSideBar a span {
  font-size: 18px;
}
.frame .frameBody .leftPanel .expandSideBar div {
  background: #E8EEF1;
  text-align: center;
  color: #262626;
  font-size: 18px;
  font-weight: 500;
  padding-top: 8px;
  padding-bottom: 8px;
}
.frame .frameBody .leftPanel .expandSideBar div span {
  display: block;
  font-weight: 500;
  font-size: 18px;
  color: #262626;
}
.frame .frameBody .leftPanel .collapseSideBar {
  display: none;
  padding: 19px 0px 30px 0px;
}
.frame .frameBody .leftPanel .collapseSideBar span {
  color: #262626;
  font-size: 14px;
}
.frame .frameBody .leftPanel .collapseSideBar a {
  /*background-image: url('/hrblock/Templates/Premium/Images/Frame/arrow-left.svg');*/
  height: 20px;
  background-repeat: no-repeat;
  background-position: center;
  display: block;
  float: right;
  width: 20px;
  padding-left: 6px;
}
@media (max-width: 767px) {
  .frame .frameBody .leftPanel {
    transition-duration: unset;
    position: fixed;
    top: 0px;
    width: 100%;
    left: -100%;
    min-height: 100vh;
    z-index: 100;
    color: #fff;
    top: 0;
  }
  .frame .frameBody .leftPanel .refundMeterBox {
    display: none;
  }
  .frame .frameBody .leftPanel .productInfoTitleBoxRes {
    height: 65px;
    padding-left: 20px;
    padding-right: 20px;
    display: table;
    color: #FFFFFF;
    font-size: 18px;
    font-weight: 900;
    width: 100%;
    box-sizing: border-box;
    text-transform: uppercase;
  }
  .frame .frameBody .leftPanel .productInfoTitleBoxRes.show {
    display: table;
  }
  .frame .frameBody .leftPanel .productInfoTitleBoxRes #productLabel {
    display: table-cell;
    padding-left: 15px;
    height: 100%;
    vertical-align: middle;
  }
  .frame .frameBody .leftPanel .productInfoTitleBoxRes a {
    color: #FFFFFF;
  }
  .frame .frameBody .leftPanel .leftNavLinks {
    margin-top: 0;
  }
  .frame .frameBody .leftPanel .leftNavLinks ul li:first-child a {
    /*@include SideBarElementBorder;*/
  }
  .frame .frameBody .leftPanel .leftNavLinks ul li a {
    /*color: #777575;*/
    margin-left: 20px;
    margin-right: 20px;
    /*@include SideBarElementBorder;*/
    padding: 0;
    padding-bottom: 15px;
    padding-top: 15px;
  }
  .frame .frameBody .leftPanel .leftNavLinks ul li div {
    padding-top: 0px;
  }
  .frame .frameBody .leftPanel .yearElement {
    padding: 25px 20px 15px;
    color: #262626;
    font-weight: 500;
    font-size: 18px;
  }
  .frame .frameBody .leftPanel .expandSideBar, .frame .frameBody .leftPanel .collapseSideBar {
    display: none;
  }
  .frame .frameBody .leftPanel .closeSideBar {
    display: block;
    font-size: 20px;
    margin-left: 0px;
    margin-bottom: 0;
    padding: 0;
  }
  .frame .frameBody .leftPanel .closeSideBar a {
    float: none;
    width: -moz-fit-content;
    width: fit-content;
  }
  .frame .frameBody .leftPanel .closeSideBar a .icon {
    color: #262626;
    font-size: 20px;
    display: block;
    position: absolute;
    top: 19px;
    right: 18px;
  }
}
@media (min-width: 768px) and (max-width: 1366px) {
  .frame .frameBody .leftPanel {
    position: fixed;
    top: 0px;
    width: 100%;
    left: -100%;
    min-height: 100vh;
    z-index: 100;
    color: #fff;
    width: 300px;
    left: -310px;
    box-shadow: 1px 3px 6px 0 rgba(54, 54, 54, 0.36);
  }
  .frame .frameBody .leftPanel .refundMeterBox {
    display: none;
  }
  .frame .frameBody .leftPanel .productInfoTitleBoxRes {
    height: 65px;
    margin: 20px;
    display: table;
    color: #FFFFFF;
    font-size: 18px;
    font-weight: 900;
    width: 260px;
    text-transform: uppercase;
  }
  .frame .frameBody .leftPanel .productInfoTitleBoxRes.show {
    display: table;
  }
  .frame .frameBody .leftPanel .productInfoTitleBoxRes #productLabel {
    display: table-cell;
    padding-left: 15px;
    height: 100%;
    vertical-align: middle;
  }
  .frame .frameBody .leftPanel .productInfoTitleBoxRes a {
    color: #FFFFFF;
  }
  .frame .frameBody .leftPanel .leftNavLinks {
    margin-top: 0;
  }
  .frame .frameBody .leftPanel .leftNavLinks ul li:first-child a {
    /*@include SideBarElementBorder;*/
  }
  .frame .frameBody .leftPanel .leftNavLinks ul li a {
    /*color: #777575;*/
    margin-left: 20px;
    margin-right: 20px;
    /*@include SideBarElementBorder;*/
    padding: 0;
    padding-bottom: 15px;
    padding-top: 15px;
  }
  .frame .frameBody .leftPanel .leftNavLinks ul li div {
    padding-top: 3px;
  }
  .frame .frameBody .leftPanel .productInfoSubText {
    font-weight: normal;
  }
  .frame .frameBody .leftPanel .yearElement {
    padding: 22px 20px 9px;
    color: #262626;
    font-weight: 500;
  }
  .frame .frameBody .leftPanel .expandSideBar, .frame .frameBody .leftPanel .collapseSideBar {
    display: none;
  }
  .frame .frameBody .leftPanel .closeSideBar {
    display: block;
    font-size: 18px;
    margin-left: 0;
    margin-bottom: 0;
    padding: 0;
  }
  .frame .frameBody .leftPanel .closeSideBar span {
    /*color:white;*/
    /*color: #3F3F3F;
    font-weight: 300;*/
  }
  .frame .frameBody .leftPanel .closeSideBar a {
    float: none;
    /*color: $white;*/
  }
  .frame .frameBody .leftPanel .closeSideBar a .icon {
    font-size: 16px;
    position: absolute;
    top: 19px;
    right: 15px;
  }
}
@media (min-width: 1366px) {
  .frame .frameBody .leftPanel ul.refundNav li a.federalMap {
    background: url(/hrblock/Templates/Premium/Images/maps/refundowemeter/leftNav_Federal_White.svg) no-repeat 0 center;
  }
  .frame .frameBody .leftPanel ul.refundNav li a.ak {
    background: url(/hrblock/Templates/Premium/Images/StateMap/WhiteIcons/ak.svg) no-repeat 0 center;
    height: 25px;
  }
  .frame .frameBody .leftPanel ul.refundNav li a.al {
    background: url(/hrblock/Templates/Premium/Images/StateMap/WhiteIcons/al.svg) no-repeat 0 center;
    height: 25px;
  }
  .frame .frameBody .leftPanel ul.refundNav li a.ar {
    background: url(/hrblock/Templates/Premium/Images/StateMap/WhiteIcons/ar.svg) no-repeat 0 center;
    height: 25px;
  }
  .frame .frameBody .leftPanel ul.refundNav li a.az {
    background: url(/hrblock/Templates/Premium/Images/StateMap/WhiteIcons/az.svg) no-repeat 0 center;
    height: 25px;
  }
  .frame .frameBody .leftPanel ul.refundNav li a.ca {
    background: url(/hrblock/Templates/Premium/Images/StateMap/WhiteIcons/ca.svg) no-repeat 0 center;
    height: 25px;
  }
  .frame .frameBody .leftPanel ul.refundNav li a.co {
    background: url(/hrblock/Templates/Premium/Images/StateMap/WhiteIcons/co.svg) no-repeat 0 center;
    height: 25px;
  }
  .frame .frameBody .leftPanel ul.refundNav li a.ct {
    background: url(/hrblock/Templates/Premium/Images/StateMap/WhiteIcons/ct.svg) no-repeat 0 center;
    height: 25px;
  }
  .frame .frameBody .leftPanel ul.refundNav li a.dc {
    background: url(/hrblock/Templates/Premium/Images/StateMap/WhiteIcons/dc.svg) no-repeat 0 center;
    height: 25px;
  }
  .frame .frameBody .leftPanel ul.refundNav li a.de {
    background: url(/hrblock/Templates/Premium/Images/StateMap/WhiteIcons/de.svg) no-repeat 0 center;
    height: 25px;
  }
  .frame .frameBody .leftPanel ul.refundNav li a.fl {
    background: url(/hrblock/Templates/Premium/Images/StateMap/WhiteIcons/fl.svg) no-repeat 0 center;
    height: 25px;
  }
  .frame .frameBody .leftPanel ul.refundNav li a.ga {
    background: url(/hrblock/Templates/Premium/Images/StateMap/WhiteIcons/ga.svg) no-repeat 0 center;
    height: 25px;
  }
  .frame .frameBody .leftPanel ul.refundNav li a.hi {
    background: url(/hrblock/Templates/Premium/Images/StateMap/WhiteIcons/hi.svg) no-repeat 0 center;
    height: 25px;
  }
  .frame .frameBody .leftPanel ul.refundNav li a.ia {
    background: url(/hrblock/Templates/Premium/Images/StateMap/WhiteIcons/ia.svg) no-repeat 0 center;
    height: 25px;
  }
  .frame .frameBody .leftPanel ul.refundNav li a.id {
    background: url(/hrblock/Templates/Premium/Images/StateMap/WhiteIcons/id.svg) no-repeat 0 center;
    height: 25px;
  }
  .frame .frameBody .leftPanel ul.refundNav li a.il {
    background: url(/hrblock/Templates/Premium/Images/StateMap/WhiteIcons/il.svg) no-repeat 0 center;
    height: 25px;
  }
  .frame .frameBody .leftPanel ul.refundNav li a.in {
    background: url(/hrblock/Templates/Premium/Images/StateMap/WhiteIcons/in.svg) no-repeat 0 center;
    height: 25px;
  }
  .frame .frameBody .leftPanel ul.refundNav li a.ks {
    background: url(/hrblock/Templates/Premium/Images/StateMap/WhiteIcons/ks.svg) no-repeat 0 center;
    height: 25px;
  }
  .frame .frameBody .leftPanel ul.refundNav li a.ky {
    background: url(/hrblock/Templates/Premium/Images/StateMap/WhiteIcons/ky.svg) no-repeat 0 center;
    height: 25px;
  }
  .frame .frameBody .leftPanel ul.refundNav li a.la {
    background: url(/hrblock/Templates/Premium/Images/StateMap/WhiteIcons/la.svg) no-repeat 0 center;
    height: 25px;
  }
  .frame .frameBody .leftPanel ul.refundNav li a.ma {
    background: url(/hrblock/Templates/Premium/Images/StateMap/WhiteIcons/ma.svg) no-repeat 0 center;
    height: 25px;
  }
  .frame .frameBody .leftPanel ul.refundNav li a.md {
    background: url(/hrblock/Templates/Premium/Images/StateMap/WhiteIcons/md.svg) no-repeat 0 center;
    height: 25px;
  }
  .frame .frameBody .leftPanel ul.refundNav li a.me {
    background: url(/hrblock/Templates/Premium/Images/StateMap/WhiteIcons/me.svg) no-repeat 0 center;
    height: 25px;
  }
  .frame .frameBody .leftPanel ul.refundNav li a.mi {
    background: url(/hrblock/Templates/Premium/Images/StateMap/WhiteIcons/mi.svg) no-repeat 0 center;
    height: 25px;
  }
  .frame .frameBody .leftPanel ul.refundNav li a.mn {
    background: url(/hrblock/Templates/Premium/Images/StateMap/WhiteIcons/mn.svg) no-repeat 0 center;
    height: 25px;
  }
  .frame .frameBody .leftPanel ul.refundNav li a.mo {
    background: url(/hrblock/Templates/Premium/Images/StateMap/WhiteIcons/mo.svg) no-repeat 0 center;
    height: 25px;
  }
  .frame .frameBody .leftPanel ul.refundNav li a.ms {
    background: url(/hrblock/Templates/Premium/Images/StateMap/WhiteIcons/ms.svg) no-repeat 0 center;
    height: 25px;
  }
  .frame .frameBody .leftPanel ul.refundNav li a.mt {
    background: url(/hrblock/Templates/Premium/Images/StateMap/WhiteIcons/mt.svg) no-repeat 0 center;
    height: 25px;
  }
  .frame .frameBody .leftPanel ul.refundNav li a.nc {
    background: url(/hrblock/Templates/Premium/Images/StateMap/WhiteIcons/nc.svg) no-repeat 0 center;
    height: 25px;
  }
  .frame .frameBody .leftPanel ul.refundNav li a.nd {
    background: url(/hrblock/Templates/Premium/Images/StateMap/WhiteIcons/nd.svg) no-repeat 0 center;
    height: 25px;
  }
  .frame .frameBody .leftPanel ul.refundNav li a.ne {
    background: url(/hrblock/Templates/Premium/Images/StateMap/WhiteIcons/ne.svg) no-repeat 0 center;
    height: 25px;
  }
  .frame .frameBody .leftPanel ul.refundNav li a.nh {
    background: url(/hrblock/Templates/Premium/Images/StateMap/WhiteIcons/nh.svg) no-repeat 0 center;
    height: 25px;
  }
  .frame .frameBody .leftPanel ul.refundNav li a.nj {
    background: url(/hrblock/Templates/Premium/Images/StateMap/WhiteIcons/nj.svg) no-repeat 0 center;
    height: 25px;
  }
  .frame .frameBody .leftPanel ul.refundNav li a.nm {
    background: url(/hrblock/Templates/Premium/Images/StateMap/WhiteIcons/nm.svg) no-repeat 0 center;
    height: 25px;
  }
  .frame .frameBody .leftPanel ul.refundNav li a.nv {
    background: url(/hrblock/Templates/Premium/Images/StateMap/WhiteIcons/nv.svg) no-repeat 0 center;
    height: 25px;
  }
  .frame .frameBody .leftPanel ul.refundNav li a.ny {
    background: url(/hrblock/Templates/Premium/Images/StateMap/WhiteIcons/ny.svg) no-repeat 0 center;
    height: 25px;
  }
  .frame .frameBody .leftPanel ul.refundNav li a.oh {
    background: url(/hrblock/Templates/Premium/Images/StateMap/WhiteIcons/oh.svg) no-repeat 0 center;
    height: 25px;
  }
  .frame .frameBody .leftPanel ul.refundNav li a.ok {
    background: url(/hrblock/Templates/Premium/Images/StateMap/WhiteIcons/ok.svg) no-repeat 0 center;
    height: 25px;
  }
  .frame .frameBody .leftPanel ul.refundNav li a.or {
    background: url(/hrblock/Templates/Premium/Images/StateMap/WhiteIcons/or.svg) no-repeat 0 center;
    height: 25px;
  }
  .frame .frameBody .leftPanel ul.refundNav li a.pa {
    background: url(/hrblock/Templates/Premium/Images/StateMap/WhiteIcons/pa.svg) no-repeat 0 center;
    height: 25px;
  }
  .frame .frameBody .leftPanel ul.refundNav li a.ri {
    background: url(/hrblock/Templates/Premium/Images/StateMap/WhiteIcons/ri.svg) no-repeat 0 center;
    height: 25px;
  }
  .frame .frameBody .leftPanel ul.refundNav li a.sc {
    background: url(/hrblock/Templates/Premium/Images/StateMap/WhiteIcons/sc.svg) no-repeat 0 center;
    height: 25px;
  }
  .frame .frameBody .leftPanel ul.refundNav li a.sd {
    background: url(/hrblock/Templates/Premium/Images/StateMap/WhiteIcons/sd.svg) no-repeat 0 center;
    height: 25px;
  }
  .frame .frameBody .leftPanel ul.refundNav li a.tn {
    background: url(/hrblock/Templates/Premium/Images/StateMap/WhiteIcons/tn.svg) no-repeat 0 center;
    height: 25px;
  }
  .frame .frameBody .leftPanel ul.refundNav li a.tx {
    background: url(/hrblock/Templates/Premium/Images/StateMap/WhiteIcons/tx.svg) no-repeat 0 center;
    height: 25px;
  }
  .frame .frameBody .leftPanel ul.refundNav li a.ut {
    background: url(/hrblock/Templates/Premium/Images/StateMap/WhiteIcons/ut.svg) no-repeat 0 center;
    height: 25px;
  }
  .frame .frameBody .leftPanel ul.refundNav li a.va {
    background: url(/hrblock/Templates/Premium/Images/StateMap/WhiteIcons/va.svg) no-repeat 0 center;
    height: 25px;
  }
  .frame .frameBody .leftPanel ul.refundNav li a.vt {
    background: url(/hrblock/Templates/Premium/Images/StateMap/WhiteIcons/vt.svg) no-repeat 0 center;
    height: 25px;
  }
  .frame .frameBody .leftPanel ul.refundNav li a.wa {
    background: url(/hrblock/Templates/Premium/Images/StateMap/WhiteIcons/wa.svg) no-repeat 0 center;
    height: 25px;
  }
  .frame .frameBody .leftPanel ul.refundNav li a.wi {
    background: url(/hrblock/Templates/Premium/Images/StateMap/WhiteIcons/wi.svg) no-repeat 0 center;
    height: 25px;
  }
  .frame .frameBody .leftPanel ul.refundNav li a.wv {
    background: url(/hrblock/Templates/Premium/Images/StateMap/WhiteIcons/wv.svg) no-repeat 0 center;
    height: 25px;
  }
  .frame .frameBody .leftPanel ul.refundNav li a.wy {
    background: url(/hrblock/Templates/Premium/Images/StateMap/WhiteIcons/wy.svg) no-repeat 0 center;
    height: 25px;
  }
}
@media (min-width: 1367px) {
  .frame .frameBody .leftPanel {
    width: 22.22%;
    min-width: 230px;
    max-width: 300px;
    -webkit-box-flex: 0 0 auto;
    -moz-box-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    -webkit-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .frame .frameBody .leftPanel .collapseSideBar {
    display: block;
  }
  .frame .frameBody .leftPanel .expandSideBar {
    display: none;
  }
  .frame .frameBody .leftPanel .yearElement {
    display: inline;
    padding: 0;
    color: #262626;
    font-size: 14px;
    font-weight: 500;
    line-height: 24px;
  }
}
@media only screen and (min-device-width: 320px) and (max-device-width: 846px) and (orientation: landscape) {
  .frame .frameBody .leftPanel {
    height: 100%;
    overflow: auto;
  }
}
@media (min-width: 1367px) and (max-width: 1408px) {
  .frame .frameBody .leftPanel {
    max-width: 280px;
  }
}
@media (min-width: 1367px) {
  .frame .frameBody .leftPanel.shortPanel, .frame .frameBody .leftPanel.shortPanel .leftPanelFixed {
    width: 102px !important;
    max-width: none;
    min-width: auto;
  }
  .frame .frameBody .leftPanel.shortPanel #logoBox, .frame .frameBody .leftPanel.shortPanel .leftPanelFixed #logoBox {
    padding-left: 8px !important;
  }
  .frame .frameBody .leftPanel.shortPanel .leftNavLinkSignOut, .frame .frameBody .leftPanel.shortPanel .changeProductPanel, .frame .frameBody .leftPanel.shortPanel .leftPanelFixed .leftNavLinkSignOut, .frame .frameBody .leftPanel.shortPanel .leftPanelFixed .changeProductPanel {
    width: 102px !important;
  }
  .frame .frameBody .leftPanel.shortPanel .hideCollapseText, .frame .frameBody .leftPanel.shortPanel .leftPanelFixed .hideCollapseText {
    display: none;
  }
  .frame .frameBody .leftPanel.shortPanel .productInfoBox, .frame .frameBody .leftPanel.shortPanel .scrollList, .frame .frameBody .leftPanel.shortPanel .leftPanelFixed .productInfoBox, .frame .frameBody .leftPanel.shortPanel .leftPanelFixed .scrollList {
    display: none !important;
  }
}
.frame .frameBody .leftPanel.tprAdded {
  background: #003010;
}
.frame .frameBody .leftPanel.tprAdded .leftPanelFixed {
  background: #003010 !important;
  color: white !important;
}
.frame .frameBody .leftPanel.tprAdded .leftPanelFixed .productInfoSubText {
  color: #00E95C;
}
.frame .frameBody .leftPanel.tprAdded .leftPanelFixed .productLabelText, .frame .frameBody .leftPanel.tprAdded .leftPanelFixed .yearElement, .frame .frameBody .leftPanel.tprAdded .leftPanelFixed .yearElement .lpFirstElmt {
  color: white !important;
}
.frame .frameBody .leftPanel.tprAdded .leftPanelFixed .leftNavLinks #spruceCardPanel {
  background: rgba(0, 93, 31, 0.4);
}
.frame .frameBody .leftPanel.tprAdded .leftPanelFixed .leftNavLinks #spruceCardPanel #spruceCardInnerPanel {
  border: 1px solid rgba(0, 93, 31, 0.4);
  background: rgba(0, 93, 31, 0.4);
}
@media (min-width: 1206px) and (max-width: 1365px) {
  .frame .frameBody .leftPanel.tprAdded .leftPanelFixed .leftNavLinks #spruceCardPanel #spruceCardInnerPanel {
    background: #003010 !important;
    border-color: #003010;
  }
  .frame .frameBody .leftPanel.tprAdded .leftPanelFixed .leftNavLinks #spruceCardPanel #spruceCardInnerPanel .sprucSignUpLink {
    padding-left: 20px;
  }
}
.frame .frameBody .leftPanel.tprAdded .leftPanelFixed .leftNavLinks #spruceCardPanel .spruceCardText, .frame .frameBody .leftPanel.tprAdded .leftPanelFixed .leftNavLinks #spruceCardPanel .spruceSubText, .frame .frameBody .leftPanel.tprAdded .leftPanelFixed .leftNavLinks #spruceCardPanel .btnSpruceCard .icon {
  color: white !important;
}
.frame .frameBody .leftPanel.tprAdded .leftPanelFixed .leftNavLinks #spruceCardPanel .tprspruceImgContainer {
  width: 36px;
  box-sizing: border-box;
  height: 36px;
  background-color: #D0EED8;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 15px;
}
.frame .frameBody .leftPanel.tprAdded .leftPanelFixed .leftNavLinks #spruceCardPanel .tprspruceImgContainer img {
  width: 24px;
  height: 24px;
  margin-bottom: 0px !important;
}
.frame .frameBody .leftPanel.tprAdded .leftPanelFixed .newShareScreenBox .newShareScreenExpand .sharescreen-Msg {
  color: white !important;
}
.frame .frameBody .leftPanel.tprAdded .leftNavLinks li a, .frame .frameBody .leftPanel.tprAdded #signOutQuickLink a, .frame .frameBody .leftPanel.tprAdded .changeProductPanel a {
  color: white !important;
}
.frame .frameBody .leftPanel.tprAdded .leftNavLinks li a:hover, .frame .frameBody .leftPanel.tprAdded #signOutQuickLink a:hover, .frame .frameBody .leftPanel.tprAdded .changeProductPanel a:hover {
  background-color: transparent !important;
}
.frame .frameBody .leftPanel.tprAdded .leftNavLinks li a .icon, .frame .frameBody .leftPanel.tprAdded #signOutQuickLink a .icon, .frame .frameBody .leftPanel.tprAdded .changeProductPanel a .icon {
  color: #00E95C !important;
}
.frame .frameBody .leftPanel.tprAdded ul.refundNav li span.refund-state-wrapper {
  color: #00E95C;
}
.frame .frameBody .leftPanel.tprAdded ul.refundNav li span.federalTitle > span, .frame .frameBody .leftPanel.tprAdded ul.refundNav li span.stateTitle > span {
  color: white !important;
}
.frame .frameBody .leftPanel.tprAdded .btnSpruceStandAlone img {
  background-color: white;
}
@media (min-width: 1206px) and (max-width: 1365px) {
  .frame .frameBody .leftPanel.tprAdded .leftNavLinkSignOut, .frame .frameBody .leftPanel.tprAdded .changeProductPanel {
    background: #003010;
  }
}
.frame .frameBody .leftPanel.tprAdded .closeSideBar a .icon {
  color: #00E95C !important;
}
.frame .frameBody .leftPanel.tprAdded #changeProductLink .expandIcon, .frame .frameBody .leftPanel.tprAdded #changeProductLink .collapseIcon {
  border-color: #00E95C !important;
}
.frame .frameBody .contentDataBox {
  flex-basis: 100%;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -moz-box-direction: normal;
  -moz-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1 1 auto;
  -moz-box-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  -webkit-flex: 1 1 auto;
  flex: 1 1 auto;
}
.frame .frameBody .footerRowDebugLinks {
  text-align: center;
  padding-top: 20px;
  padding-bottom: 10px;
}
.frame .frameBody .footerRowDebugLinks span {
  display: inline-block;
}
.frame .frameBody .footerRowDebugLinks .seperator {
  padding: 12px;
}
.frame .frameBody .footerRowDebugLinks .pageNameDisplay {
  color: gray;
  text-align: center;
  display: none;
}
.frame .frameBody #mainContentsBox {
  margin: 0 auto;
  float: none;
  width: auto;
  /*max-width: 796px;*/
}
.frame .frameBody #helpBubbleButton {
  display: none;
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 15;
}
@media (max-width: 768px) {
  .frame .frameBody #helpBubbleButton {
    display: none;
  }
}
.frame .leftPanelTop {
  height: 60px;
  padding: 12px 0 11px 11px;
  font-weight: 900;
  -webkit-box-shadow: 0 4px 40px 0 rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0 4px 40px 0 rgba(0, 0, 0, 0.08);
  box-shadow: 0 4px 40px 0 rgba(0, 0, 0, 0.08);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.frame .leftPanelTop #productLabelText, .frame .leftPanelTop .productLabelText {
  font-size: 18px;
}
@media (max-width: 481px) {
  .frame .leftPanelTop #productLabelText, .frame .leftPanelTop .productLabelText {
    padding-right: 40px;
  }
}
.frame .leftPanelTop .leftProductInfo {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -moz-box-direction: normal;
  -moz-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -moz-justify-content: center;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 11px;
  height: 37px;
  color: #262626;
}
.frame .leftPanelTop .leftProductInfo #productInfoSubTextRes {
  font-size: 14px;
}
.frame .leftPanelTop img {
  width: 36px;
  height: 36px;
}
@media (min-width: 1367px) {
  .frame .leftPanelTop {
    display: none;
  }
}
.frame .leftNavLinkSignOut, .frame .changeProductPanel {
  position: fixed;
  bottom: 0px;
}
@media (min-width: 1367px) {
  .frame .leftNavLinkSignOut, .frame .changeProductPanel {
    width: 22.22%;
    min-width: 230px;
    max-width: 300px;
    box-sizing: border-box;
    padding: 25px;
    padding-bottom: 0px !important;
    padding-bottom: 25px !important;
    padding-top: 0px !important;
  }
}
@media (max-width: 1366px) {
  .frame .leftNavLinkSignOut, .frame .changeProductPanel {
    bottom: 40px;
    position: absolute;
    padding-left: 12px;
  }
}
@media (min-width: 1366px) {
  .leftPanel.collapse .frame .leftNavLinkSignOut, .leftPanel.collapse .frame .changeProductPanel {
    z-index: 18;
    background-color: white;
    padding-bottom: 0px !important;
  }
}
@media (min-width: 1206px) and (max-width: 1365px) {
  .frame #logoBox {
    padding-left: 20px;
  }
}
.frame .scrollList {
  height: calc(100vh - 335px);
  overflow-y: scroll;
  clear: both;
}
@media (max-height: 450px) {
  .frame .scrollList {
    height: calc(100vh - 250px);
  }
}
.frame .scrollList::-webkit-scrollbar {
  display: none;
}
.frame #mainContents[data-pagename=diy_DiagsModal] .navigationfooter {
  display: none;
}
.frame .primaryMenuItems {
  width: 172px;
  position: relative;
}
.frame .accordianMenuItems {
  height: 60px;
  justify-content: space-between;
  align-items: center;
  align-self: stretch;
  display: flex;
  width: 172px;
  padding: 0px 20px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  box-sizing: border-box;
  border-radius: 16px;
  border: 1px solid #262626;
  color: #6E6E6E;
  font-size: 18px;
  font-weight: 400;
  text-transform: capitalize;
  line-height: 28px;
}
.frame .accordianMenuItems.expanded {
  background-color: white;
}
.frame .accordianMenuItems span.expand {
  vertical-align: middle;
  background-color: transparent !important;
}
.frame .accordianMenuItems span.expand .expandIcon {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  height: 10px;
  width: 10px;
  border-style: solid;
  border-color: black;
  border-width: 0px 2px 2px 0px;
  transition: border-width 150ms ease-in-out;
  margin-left: 30px;
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  display: inline-block;
  vertical-align: middle;
  position: absolute;
  right: 30px;
  top: 23px;
}
.frame .accordianMenuItems span.collapsed .expandIcon {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  height: 10px;
  width: 10px;
  border-style: solid;
  border-color: black;
  border-width: 0px 2px 2px 0px;
  transition: border-width 150ms ease-in-out;
  margin-left: 30px;
  -moz-transform: rotate(225deg);
  -o-transform: rotate(225deg);
  -ms-transform: rotate(225deg);
  -webkit-transform: rotate(225deg);
  transform: rotate(225deg);
  display: inline-block;
  vertical-align: middle;
  position: absolute;
  right: 30px;
  top: 29px;
}
.frame .accordianContents {
  display: flex;
  width: 172px;
  padding: 16px 20px;
  flex-direction: column;
  align-items: flex-start;
  border-radius: 16px;
  background: #FFF;
  box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.08);
  box-sizing: border-box;
  margin-top: 5px;
  gap: 21px;
  color: #6E6E6E;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  text-transform: capitalize;
  position: absolute;
  height: 228px;
}
.frame .accordianContents .navMenuItem {
  height: 32px;
  width: 100%;
  line-height: 28px;
}
.frame .accordianContents .navMenuItem a {
  display: block;
  width: 100%;
}
.frame .accordianContents .activeMenu {
  font-weight: 500;
  color: #262626;
}
.frame #mainmenuContent {
  padding-top: 20px;
  display: flex;
  justify-content: center;
}
.frame .txoNotesModelPanel {
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -moz-box-direction: normal;
  -moz-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  display: none;
  transition-duration: width 0.2s;
}
@media print {
  .frame .txoNotesModelPanel {
    display: none !important;
  }
}
.frame .txoNotesModelPanel {
  z-index: 16;
}
.frame .txoNotesModelPanel.expand {
  transition: width 0.2s ease, max-width 0.2s ease, min-width 0.2s ease;
  transition-timing-function: linear;
  height: 100vh;
  display: block;
  position: fixed;
  right: 0;
}
@media (max-width: 767px) {
  .frame .txoNotesModelPanel.expand {
    width: 100%;
    position: fixed;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 20;
    margin-top: 0;
    min-width: 100%;
    max-width: 420px;
  }
}
@media (min-width: 1206px) {
  .frame .txoNotesModelPanel.expand {
    top: -14px;
    background-color: #fff;
  }
}
.frame .txoNotesModelPanel {
  position: relative;
}
@media (max-width: 1205px) {
  .frame .txoNotesModelPanel {
    position: relative;
  }
}
.frame .txonoteapp {
  display: none;
  margin-right: 16px;
}
.frame .txonoteapp .icon {
  font-size: 21px;
}
.frame .txonoteapp .iconMsg {
  font-size: 13px !important;
  padding-left: 4px;
  vertical-align: middle;
  display: inline-block;
  height: 23px;
  font-weight: 500;
}
@media (max-width: 768px) {
  .frame .txonoteapp .iconMsg {
    display: none !important;
  }
}
.frame .showtxonote {
  display: block;
}
.frame .showtprnotestoast {
  display: block !important;
  opacity: 1;
}
.frame .tprnotestoast {
  display: none;
  margin-right: 16px;
  background-color: #003512;
  width: 277px;
  height: 23px;
  border-radius: 16PX;
  padding: 10px 10px 10px 20px;
  margin-right: 10px;
  z-index: 18;
}
.frame .tprnotestoast .tprnotestoastcontent {
  color: #fff;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: 0.12px;
  flex-direction: row;
  display: flex;
}
.frame .tprnotestoast .tprnotestoastcontent span {
  color: #00e95c;
}
.frame #tprnotestoastArrow {
  display: none;
  transform: rotate(140deg);
  flex-shrink: 0;
  background-color: #003512;
  width: 15px;
  height: 15px;
  border-radius: 2px;
  z-index: 18;
}
@media (max-width: 1205px) {
  .frame #tprnotestoastArrow {
    transform: rotate(45deg);
  }
}
.frame #tprnotestoastClose {
  color: #fff;
  padding-right: 10px;
  top: 14px;
  right: 8px;
  position: absolute;
  font-size: medium;
}
.frame .NotesToolTipLeft {
  display: flex;
  margin-right: -12px;
}
.frame .NotesToolTipLeft #tprnotestoastArrow {
  position: relative;
  top: 16px;
  display: none;
  left: -19px;
}
.frame .NotesToolTipLeft .tprnotestoastcontent {
  display: flex;
}
.frame .NotesToolTipLeft .tprtoastcontent {
  min-width: 254px;
}
.frame .NotesToolTipLeft #tprnotestoastClose, .frame .NotesToolTipLeft .tprnotestoastClose {
  position: relative !important;
  top: 0px;
  left: 0px;
}
@media (max-width: 1205px) {
  .frame .NotesToolTipLeft {
    display: none !important;
  }
}
.frame .NotesToolTipBottom {
  display: none;
}
@media (max-width: 1205px) {
  .frame .NotesToolTipBottom {
    display: block !important;
  }
}
.frame #changeProductLink .icon {
  font-size: 14px;
}
.frame #changeProductLink :focus, .frame #changeProductLink :active {
  outline: none;
}
.frame #changeProductLink .expandIcon {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  height: 10px;
  width: 10px;
  border-style: solid;
  border-color: black;
  border-width: 0px 2px 2px 0px;
  transition: border-width 150ms ease-in-out;
  margin-left: 30px;
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  display: table-cell;
  vertical-align: middle;
}
.frame #changeProductLink .collapseIcon {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  height: 10px;
  width: 10px;
  border-style: solid;
  border-color: black;
  border-width: 0px 2px 2px 0px;
  transition: border-width 150ms ease-in-out;
  margin-left: 30px;
  -moz-transform: rotate(225deg);
  -o-transform: rotate(225deg);
  -ms-transform: rotate(225deg);
  -webkit-transform: rotate(225deg);
  transform: rotate(225deg);
  display: table-cell;
  vertical-align: middle;
}
.frame #changeProductLink .expandIcon {
  position: absolute;
  right: 8px;
  top: 16px;
}
.frame #changeProductLink .collapseIcon {
  position: absolute;
  right: 8px;
  top: 25px;
}
.frame #downgradeLink .hideCollapseText, .frame #clearAndStartOverLink .hideCollapseText {
  padding-left: 0px;
}
.frame #downgradeLink :focus, .frame #clearAndStartOverLink :focus {
  outline: none;
}
.frame .changeProductPanel {
  position: fixed;
  bottom: 50px;
  width: 22.22%;
  min-width: 230px;
  max-width: 300px;
  box-sizing: border-box;
  padding: 25px;
}
@media (max-width: 1366px) {
  .frame .changeProductPanel {
    padding-left: 12px;
    bottom: 65px;
    position: absolute !important;
  }
}

/*#endregion frame level styles*/
.tprUpsellModelPanel {
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -moz-box-direction: normal;
  -moz-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  display: none;
  transition-duration: width 0.2s;
}
@media print {
  .tprUpsellModelPanel {
    display: none !important;
  }
}
@media (max-device-width: 1205px) {
  .tprUpsellModelPanel {
    z-index: 100;
  }
}
.tprUpsellModelPanel.expand {
  transition: width 0.2s ease, max-width 0.2s ease, min-width 0.2s ease;
  transition-timing-function: linear;
  height: auto;
  position: relative;
  display: block;
}

@media (max-width: 481px) {
  #ssmDiv {
    height: 100vh;
    -webkit-translate: translate3d(0, 0, 0);
    position: absolute;
  }
}
#XImageBullseye {
  margin-bottom: 25px;
}

.container {
  margin-right: auto;
  margin-left: auto;
  *zoom: 1;
}
.container:before, .container:after {
  display: table;
  content: "";
  line-height: 0;
}
.container:after {
  clear: both;
}

.container-fluid {
  padding: 30px 40px 30px 40px;
  *zoom: 1;
}
.container-fluid:before, .container-fluid:after {
  display: table;
  content: "";
  line-height: 0;
}
.container-fluid:after {
  clear: both;
}

.navigationfooter.container-fluid {
  min-height: 50px;
  margin-bottom: 5px;
  padding: 0 40px;
  *zoom: 1;
}

.headerBox div.span3 {
  width: auto !important;
  max-width: 19.3240223464%;
  min-width: 14.8044692737%;
}

.headerBox div.span9 {
  width: 78.4413407821%;
}

.taxFormHeader {
  padding: 0px 15px 10px 0px;
  word-wrap: break-word;
}

/*Refundometer styles -- obselete - Need to removed */
#ro_drawer {
  width: 146px;
  background-color: #f5f5f5;
  margin-right: auto;
  margin-top: -8px;
  border-collapse: separate;
  height: 35px;
  overflow: hidden;
  height: 0px;
}

/*Refundometer styles -- End */
/*Save and quit styles -- obselete - Need to removed */
.SavenQuit, .SavenQuitMob {
  position: absolute;
  border: 1px solid #f5f5f5;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
  background: #fff;
  width: 250px;
  line-height: 14pt;
}

.SavenQuit li, .SavenQuitMob li {
  margin: 0 !important;
  list-style: none;
  float: none !important;
  display: block;
  padding: 0 15px;
  border-bottom: 1px solid #cdcdcd;
  font-size: 12px !important;
  height: 36px;
}

.SavenQuit li:last-child, .SavenQuitMob li:last-child {
  border-bottom: none;
}

.SavenQuit a, .SavenQuitMob a {
  background-image: none !important;
  padding: 0 !important;
  color: #468522;
}

.SavenQuit a:hover, .SavenQuitMob a:hover {
  color: #62a61f;
}

.SavenQuitMob {
  border: none !important;
  width: 210px !important;
}

.SavenQuitMob li {
  padding-right: 0 !important;
}

.SaveAndQuitBlue, .SaveAndQuitRed {
  background-color: #277bbb;
  color: #fff;
  display: table-cell !important;
  height: 44px !important;
  vertical-align: middle;
  width: 20%;
}

.SaveAndQuitRed {
  background-color: #e70000;
  height: 60px !important;
}

/*Save and quit styles - end*/
/*Secure Messaging styles*/
#ssmDiv {
  width: 100%;
  height: auto;
  display: none;
  right: 0;
  top: 0px;
  position: fixed;
  z-index: 99;
  background-color: #FFFFFF;
  box-shadow: -2px 0px 5px #A6A6A6;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  min-height: 100vh;
}

#ssmFrame {
  width: 100%;
  height: auto;
  border: 0;
  -webkit-overflow-scrolling: touch;
}

.ssmHeader {
  display: block;
  top: 0;
  right: 0;
  padding: 10px;
  position: absolute;
}

.ssmHeader .closeLink, .ssmHeader .maxMinLink {
  padding-right: 10px;
  width: 20px;
  height: 20px;
  display: inline-block;
}

.ssmHeader .closeLink {
  background: url("/hrblock/Templates/Premium/Images/icon_close.png") no-repeat;
}

.ssmHeader .maxLinkImg {
  background: url("/hrblock/Templates/Premium/Images/icon_fullscreen.png") no-repeat;
}

.ssmHeader .minLinkImg {
  background: url("/hrblock/Templates/Premium/Images/icon_fullscreen_exit.png") no-repeat;
}

/*Secure Messaging styles end*/
/*GSA search style - obselete need to removed*/
#FaqOuterPanel .ss-gac-m {
  margin: -30px 0 0 0;
}

.ss-gac-m {
  background: white;
  border: 1px solid #C2C2C2;
  box-shadow: -2px 3px 12px 0 #C2C2C2;
  padding: 0px;
  cursor: default;
  font-size: 13px;
  line-height: 17px;
  position: absolute;
  z-index: 10;
  width: 512px;
}

div#NeedHelpSearchpanel .ss-gac-m {
  width: 550px;
}

.ss-gac-b {
  color: #000;
  background: -moz-linear-gradient(left, #EBEBEB, #ffffff);
  background: -webkit-gradient(left, #EBEBEB, #ffffff);
  background: -webkit-linear-gradient(left, #EBEBEB, #ffffff);
  background: -ms-linear-gradient(left, #EBEBEB, #ffffff);
  background-color: #EBEBEB;
}

.ss-gac-b td {
  /*border-left : 5px solid #D45D0D;*/
}

.ss-gac-c {
  overflow: hidden;
  padding: 2px 2px 2px 10px;
  text-align: left;
  white-space: nowrap;
  width: 164px;
  font-size: 10pt;
  height: 25px;
  cursor: pointer;
}

.ss-gac-d {
  color: green;
  font-size: 10px;
  overflow: hidden;
  padding: 0 3px;
  text-align: right;
  white-space: nowrap;
}

.ss-gac-e td {
  font-size: 10px;
  line-height: 15px;
  padding: 0 3px 2px;
  text-align: right;
}

.ss-gac-e span {
  color: #00c;
  cursor: pointer;
  text-decoration: underline;
}

#SearchTab input {
  line-height: 18px;
  margin: 8px 0 0 0;
  width: 100%;
}

.lineTagStyle {
  color: #CDCDCD;
  margin: 15px 0;
}

.searchTextStyle {
  font-size: 18px;
  color: #3f3f3f;
}

.searchOuterPanel .searchTextStyle {
  padding: 30px 0 0 0;
}

a.needHelpLink {
  float: right;
  font-size: 14px;
  font-weight: bold;
  color: #c35409;
  margin-top: 3px;
}

a.needHelpLink:focus {
  outline: 1px #bbb dotted;
}

.NeedHelpIcon {
  background: none repeat scroll 0 0 #FFFFFF;
  border: 2px solid #C35409;
  border-radius: 35px;
  color: #D45D0D;
  cursor: pointer;
  display: inline-block;
  float: right;
  font-size: 13px;
  font-weight: normal;
  height: 10px;
  line-height: 9px;
  margin: 0 0 0 3px;
  padding: 3px;
  width: 10px;
  text-align: center;
  font-weight: bold;
}

.GSASearchOuterPanel {
  display: none;
  line-height: 14pt;
  height: 250px;
  position: absolute;
  z-index: 5;
  width: 600px;
  background-color: #fff;
  -moz-box-shadow: 0 4px 10px 0 #666666;
  -webkit-box-shadow: 0 4px 10px 0 #666666;
  box-shadow: 0 4px 10px 0 #666666;
}

/*GSA search styles end*/
/*View myblock docs style - obselete need to be removed*/
#viewMyBlockDocs {
  width: 450px;
  display: none;
  right: 0;
  top: 0;
  position: absolute;
  z-index: 1;
  background-color: #FFFFFF;
  box-shadow: -2px 0px 5px #A6A6A6;
}

#viewMyBlockFrame {
  padding: 20px;
}

#viewDocsLink {
  width: 100px;
  background-color: rgb(79, 130, 59);
  color: rgb(255, 255, 255);
  height: 40px;
  line-height: 34px;
  padding-left: 26px;
  display: none;
}

.viewDocsHeader {
  width: 450px;
  height: 50px;
  background-color: #efefef;
}

div.viewDocsHeader a.xBoxclose {
  color: #468522;
  float: right;
  font-size: 36px;
  margin: 8px 17px 0 0;
  padding: 0px 8px;
}

div.viewDocsHeader a.xBoxclose:hover {
  color: #000;
  text-decoration: none;
}

div.viewDocsHeader a.xBoxclose:focus {
  outline: #bbb dotted 1px;
}

.viewDocsTitle {
  font-weight: 200;
  font-size: 18px;
  color: #3f3f3f;
  line-height: 3;
  padding-left: 20px;
}

div#StackPanelviewMyBlocDocName {
  display: table-cell;
  padding-right: 20px;
  width: 80%;
}

div#StackPanelviewMyBlocDocLink {
  display: table-cell;
  vertical-align: middle;
  width: 19%;
}

div#StackPanelviewMyBlocDocLink a {
  color: #468522;
}

#viewDocSearch {
  width: 93% !important;
  border: none;
  border-bottom: 1px solid #cdcdcd;
  box-shadow: none;
  background-color: #fff;
  text-indent: 0px;
  border-radius: 1px;
}

.viewDocSearchDiv {
  margin-top: 20px;
  padding-left: 30px;
  padding-right: 20px;
}

.viewDocBack {
  display: none;
  padding-bottom: 5px;
}

.ViewDocDeailsIcon {
  background-color: #efefef;
  box-shadow: 2px 3px 5px #a6a6a6;
  display: block;
  height: 50px;
  width: 380px;
  margin-left: 6px;
  margin-bottom: 15px;
  padding: 10px 0 0 10px;
  font-weight: 700;
  font-size: 13px;
  color: #3f3f3f;
}

.ViewDocDeailsIcon img {
  opacity: 0.55;
}

.SearchMaterial {
  color: #cdcdcd;
  float: left;
  margin-top: 9px;
  width: 7%;
}

.ViewDocBackMaterial {
  font-size: 40px;
  margin-top: -9px;
}

/*View myblock docs style END*/
#ssmLink a {
  line-height: 40px;
}

#ssmLink a:hover {
  color: #62a61f;
}

#ssmLink a:focus {
  color: #62a61f;
  outline: #bbb dotted 1px;
}

#ssmLink {
  display: none;
  width: 105px;
  height: 40px;
  float: left;
}

#ssmLink a {
  font-size: 13px;
  padding-left: 20px;
  background-size: 15%;
  background-repeat: no-repeat;
  background-position: 3px 4px;
  background-image: url(/hrblock/Templates/Premium/Images/panels/icon_message.svg);
}

/*****Expert Advice HelpCenter Pop Up styles******/
#expAdvHelpCenter {
  display: none;
  position: absolute;
  top: 40px;
  right: 75px;
  margin-top: 7px;
  z-index: 7;
}

#expAdvHelpCenter:before, #expAdvHelpCenter:after {
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #fff;
  top: -8px;
  content: "";
  left: 70%;
  margin-left: -10px;
  position: absolute;
}

#expAdvHelpCenter:before {
  border-left: 13px solid transparent;
  border-right: 13px solid transparent;
  border-bottom: 13px solid;
  border-bottom-color: #ccc;
  top: -11px;
  margin-left: -13px;
}

.expAdvHcContent {
  padding: 15px;
  width: 300px;
  height: 130px;
  background: #fff;
  border: 2px solid #ccc;
  box-shadow: 0px 3px 13px rgba(0, 0, 0, 0.3) !important;
}

.expAdvHcContent .expAdvHcTitle {
  font-size: 14px;
  font-weight: bold;
  display: block;
  padding-bottom: 10px;
}

.expAdvHcContent .expAdvHcBody {
  font-size: 12px;
  display: block;
  padding-bottom: 15px;
}

.expAdvHcContent .expAdvHcBtn a.greyButtonStyle {
  line-height: normal;
  padding: 10px;
}

/*****Expert Advice HelpCenter Pop Up styles******/
a.quickHelpLink {
  display: none;
  background-repeat: no-repeat;
  text-decoration: none;
  padding: 7px 0 7px 0px;
  outline: none;
  font-weight: 700;
  font-size: 13px;
  color: #468522;
}

a.quickHelpLink:hover, a.quickHelpLink:focus {
  background-repeat: no-repeat;
  text-decoration: underline;
}

#LastLoginDate {
  float: left;
  line-height: 45px;
  width: 168px;
  color: #5e5e5e;
  font-size: 7pt;
}

#pageFooter {
  display: none;
  height: auto;
}
#pageFooter .backButton {
  display: inline-block;
}

.myYearTaxTop {
  display: none !important;
}

#skiptToMainContent:focus {
  height: auto;
  left: 0px;
  top: 0px;
  width: auto;
  z-index: 10;
  outline: #bbb 1px dotted;
  z-index: 20;
  background-color: #FFFFFF;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  padding: 15px 23px 14px;
  top: 10px;
  left: 10px;
}

#chatFramePanel {
  bottom: 0px;
  right: 0px;
  position: fixed;
  z-index: 20;
  display: none;
  height: 100%;
}
#chatFramePanel #chatFrame {
  width: 100%;
  height: 100%;
  border: none;
  display: block;
}
@media (max-width: 481px) {
  #chatFramePanel {
    z-index: 120;
    display: none;
  }
}
@media (max-width: 481px) {
  #chatFramePanel.expand {
    left: 0;
    top: 0;
  }
}
@media (max-width: 481px) {
  #chatFramePanel.expand #chatFrame {
    width: 100% !important;
    height: 100% !important;
  }
}

.highlightDebugLinks {
  display: inline-block;
  border: 3px solid red;
}

.highlightDebugText {
  text-align: center;
}

.smbProductLogo {
  display: none;
  margin-top: 9px;
  width: 110px;
}
.closeSideBar .smbProductLogo {
  width: 90px;
}

#StackPanelStateContentImg img {
  max-width: 100%;
}
@media only screen and (max-width: 767px) {
  #StackPanelStateContentImg h1 {
    font-size: 24px !important;
  }
  #StackPanelStateContentImg img {
    max-width: 170px !important;
  }
}

@media (min-width: 1206px) {
  #helpCenterTopNavContainer {
    width: auto !important;
  }
}

#tprInfoSubText {
  font-size: 15px;
  font-weight: bold;
  padding-top: 8px;
}

#StackPanelStateContentImg_B img#XImageStateContentImage_B, #StackPanelStateContentImg_B #XImageROMStateImageMobile_B, #StackPanelStateContentImg_B #XImageStateImageMobile_B {
  max-width: 100%;
}
@media only screen and (max-width: 481px) {
  #StackPanelStateContentImg_B h1 {
    font-size: 24px !important;
  }
  #StackPanelStateContentImg_B img {
    max-width: 170px !important;
  }
  #StackPanelStateContentImg_B .imgCenter {
    display: flex !important;
    align-items: center;
    justify-content: center;
  }
}

#StackPanelStateContentImgPaid_C img#XImageStateContentImagePaid_C, #StackPanelStateContentImgPaid_C #XImageROMStateImageMobilePaid_C, #StackPanelStateContentImgPaid_C #XImageStateImageMobilePaid_C {
  max-width: 100%;
}
@media only screen and (max-width: 481px) {
  #StackPanelStateContentImgPaid_C h1 {
    font-size: 24px !important;
  }
  #StackPanelStateContentImgPaid_C img {
    max-width: 170px !important;
  }
  #StackPanelStateContentImgPaid_C .imgCenter {
    display: flex !important;
    align-items: center;
    justify-content: center;
  }
}
#StackPanelStateContentImgPaid_C .StateContentValueProp {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

#StackPanelStateContentImgFree_C img#XImageStateContentImageFree_C, #StackPanelStateContentImgFree_C #XImageROMStateImageMobileFree_C, #StackPanelStateContentImgFree_C #XImageStateImageMobileFree_C {
  max-width: 100%;
}
@media only screen and (max-width: 481px) {
  #StackPanelStateContentImgFree_C h1 {
    font-size: 24px !important;
  }
  #StackPanelStateContentImgFree_C img {
    max-width: 170px !important;
  }
  #StackPanelStateContentImgFree_C .imgCenter {
    display: flex !important;
    align-items: center;
    justify-content: center;
  }
}
#StackPanelStateContentImgFree_C .StateContentValueProp {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.footerInfoContent {
  text-align: center;
}
.footerInfoContent .footerCopyInfo {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}
.footerInfoContent .footerLinks {
  font-size: 14px;
  font-weight: 400;
  line-height: 28px;
  color: green;
}

.footerInfoBox {
  margin-bottom: 25px;
}

@media (min-width: 1206px) and (max-width: 1365px) {
  .helpOpened.secondaryNavMenu .subMenuItemDesktop {
    margin-left: 50px !important;
  }
  .helpOpened.secondaryNavMenu .subMenuItemDesktopWave {
    margin-left: 40px !important;
  }
  .helpOpened.secondaryNavMenu {
    min-width: 70% !important;
  }
}
@media (min-width: 1366px) and (max-width: 1495px) {
  .helpOpened.secondaryNavMenu .subMenuItemDesktopWave {
    margin-left: 33px !important;
  }
  .helpOpened {
    min-width: 68% !important;
  }
}

.footerInfoBox {
  margin-bottom: 25px;
}

.spruceCardText {
  display: inline-block;
  width: 90%;
  color: #262626;
  font-size: 14px !important;
  font-weight: 600;
  line-height: 20px;
  letter-spacing: -0.22px;
}
@media (max-width: 1205px) {
  .spruceCardText {
    width: 85%;
  }
}

.spruceSubText {
  display: block;
  margin-top: 15px;
  color: #262626;
  font-size: 14px !important;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: -0.22px;
}
@media (max-width: 1205px) {
  .spruceSubText {
    margin-left: 20px;
    margin-right: 20px;
  }
}

.spruceDismisslink {
  color: #6E6E6E !important;
  font-size: 14px !important;
  font-weight: 400 !important;
  line-height: 20px !important;
  letter-spacing: -0.22px;
  padding: 15px 0px 0px 0px !important;
  display: block;
}
.spruceDismisslink:hover {
  background: none !important;
}

.spruceCardLink {
  display: flex;
  padding: 15px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 16px;
  align-self: stretch;
}
@media (max-width: 1205px) {
  .spruceCardLink {
    padding: 16px 0px 16px 0px;
  }
}

.btnSpruceCard {
  display: block !important;
  position: relative;
  padding: 0 !important;
}
.btnSpruceCard img {
  display: block !important;
  margin-bottom: 15px;
  vertical-align: middle;
  border-radius: 4px;
  width: 52px;
  height: 52px;
}
.btnSpruceCard .icon {
  position: absolute;
  top: 36px;
  justify-content: center;
  align-items: center;
  margin-top: 45px;
  display: inline-block;
  font-size: 15px !important;
  color: inherit;
  padding-right: 5px;
  vertical-align: inherit;
}
@media (max-width: 1205px) {
  .btnSpruceCard .icon {
    margin-left: 30px;
  }
}
.btnSpruceCard:hover {
  background: none !important;
}

#spruceCardInnerPanel {
  background: #ffffff;
  border: 1px solid #D6DAE0;
  border-radius: 4px;
}
#spruceCardInnerPanel #sprucSignUpLink {
  margin-top: 0px;
}

#spruceCardPanel {
  margin-top: 10px;
}
@media (max-width: 1205px) {
  #spruceCardPanel {
    display: block;
    margin: 20px;
  }
}

#subMenuPanel {
  max-width: 100% !important;
}
#subMenuPanel ul {
  width: 100% !important;
}

@media (max-width: 481px) {
  html {
    background: white;
  }
  #dataBox {
    padding-top: 0 !important;
    background-color: #F1F5F7;
  }
  #mainContentsBox {
    margin: 0 !important;
    width: 100% !important;
  }
  #mainContentsBox.shawdowBox {
    border: none !important;
    box-shadow: unset !important;
  }
  #footerBoxSecond, #footerBoxThird, .footerBox.contentDataBox {
    display: none !important;
  }
  .leftAreaBox {
    top: -84px !important;
    background: whitesmoke;
  }
  #resNavMainMenu {
    display: none !important;
  }
}
.isHidden {
  display: none !important;
}

html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  text-size-adjust: 100%;
  color: #3f3f3f;
  font-size: 13px;
}

*,
*:after,
*:before {
  padding: 0;
  margin: 0;
}

* {
  outline: none;
}

legend {
  width: 100%;
}

body.pageBackground {
  position: relative;
  text-align: center;
  background: #5E5E5E;
  line-height: auto;
  margin: 0 auto;
  -webkit-text-size-adjust: none;
}

body.popupPage .contentBox, body.popupPage #topBar {
  background-color: #F1F5F7;
}
@media print {
  body.popupPage #mainContentsBox {
    box-shadow: none;
  }
}

::-webkit-input-placeholder {
  font-weight: normal;
  font-style: italic;
  color: #5e5e5e;
}

:-moz-placeholder { /* Firefox 18- */
  font-weight: normal;
  font-style: italic;
  color: #5e5e5e;
}

::-moz-placeholder { /* Firefox 19+ */
  font-weight: normal;
  font-style: italic;
  color: #5e5e5e;
}

:-ms-input-placeholder {
  font-weight: normal;
  font-style: italic;
  color: #5e5e5e;
}

:focus::-webkit-input-placeholder {
  font-style: normal;
}

:focus::-moz-placeholder {
  font-style: normal;
}

:-ms-input-placeholder:focus {
  font-style: normal;
}

sub, sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
  display: block;
}

#topBar {
  width: 100%;
  height: 40px;
  background-color: #fff;
}

#topBarData {
  height: 40px;
  width: 100%;
  float: left;
}

#topNav {
  margin: 0;
  padding: 0;
  position: relative;
}
#topNav li {
  margin-left: 58px;
  float: left;
}

#logoBox, #partnerLogo {
  height: 40px;
  vertical-align: middle;
  line-height: 40px;
}

#partnerLogo {
  width: 170px;
}

#hrBox {
  float: left;
  width: 38px;
  height: 36px;
  background: #6BB623;
  margin-top: 10px;
  margin-left: 10px;
}

.nav ul {
  position: relative;
  display: block;
  float: left;
  list-style: none;
  font-size: 11px;
  margin: 0;
}

.headerBox {
  overflow: auto;
}

.pixelFrame {
  position: absolute;
  visibility: hidden;
  top: -100px;
  left: -100px;
}

#mainContentsBox, #loginMainContentsBox {
  position: relative;
  width: 796px;
  height: auto;
  float: left;
  margin: 3px 7px;
}

#mainContentsBox.shawdowBox {
  border: 1px solid #cdcdcd;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}

#mainContents {
  min-height: 200px;
}

.fixedTop {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 11;
  margin-bottom: 0;
  top: 0px;
}

.contentDataBox, .loginSpan9 {
  float: left;
  min-height: 1px;
}

.contentDataBox {
  width: 810px;
}

.contentBox {
  width: 100%;
  float: left;
}

.dataContainer, .loginContainer {
  width: 978px;
  margin-right: auto;
  margin-left: auto;
  height: auto;
  text-align: left;
}

#dataBox {
  padding-top: 15px;
  position: relative;
}

.loginTemplate #dataBox {
  background: none !important;
}

.loginTemplate > #dataBox > .container, .loginTemplate > #dataBox > .container > #footerBox {
  width: 790px;
}

body.pageBackground.greyOutScreen, body.greyOutScreen {
  background-color: #E2E2E2 !important;
}
body.pageBackground.greyOutScreen > .contentBox, body.greyOutScreen > .contentBox {
  background-color: #E2E2E2 !important;
}

.greyOutScreen {
  background-color: #E2E2E2 !important;
}
.greyOutScreen #StackPanelError {
  background-color: #ffffff;
  padding: 15px;
  border-radius: 10px;
}
.greyOutScreen #XFormatTextBoxTPFName, .greyOutScreen #XFormatTextBoxTPLName, .greyOutScreen #XFormatTextBoxTPCurrentDate, .greyOutScreen .hrbcheckbox {
  background-color: #E2E2E2 !important;
  border: 2px solid #cdced0;
}
.greyOutScreen .nothighlightpanel, .greyOutScreen .nothighlightpanel > div {
  background-color: #E2E2E2 !important;
}
.greyOutScreen .nothighlightpanel::-webkit-scrollbar-track, .greyOutScreen .nothighlightpanel > div::-webkit-scrollbar-track {
  background-color: #E2E2E2 !important;
}
.greyOutScreen #XFormatTextBlockPersonalizedCheckBox:not(.nothighlightpanel) .hrbcheckbox, .greyOutScreen #XFormatTextBlockQuickCheckBox:not(.nothighlightpanel) .hrbcheckbox {
  background-color: #ffffff !important;
  border: 2px solid #cdced0;
}

input.formField:read-only {
  background-color: #E8EEF1;
  border: 1px solid #D6DAE0;
}

@media print {
  .scrollPanelPrint {
    border-width: 0px !important;
  }
  #pageFooter {
    display: none !important;
  }
}
.screenshare {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 99999999999;
  pointer-events: none;
  border: 8px solid #00E95C;
  display: none;
}

.screenshare-footer {
  position: fixed;
  display: flex;
  width: 420px;
  height: 60px;
  padding: 20px;
  justify-content: center;
  align-items: center;
  gap: 30px;
  width: 100%;
  bottom: -8px;
}

.screenshare-footer-center-item {
  background: #00E95C;
  padding: 20px;
  width: 420px;
  align-items: center;
  display: flex;
  justify-content: start;
  gap: 20px;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.ScreenShareText {
  color: #003512;
  font-feature-settings: "liga" off, "clig" off;
  /* Body / Desktop / Regular */
  font-family: Graphik;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px; /* 155.556% */
  letter-spacing: -0.1px;
  cursor: pointer;
}

.ScreenShareActionButtons {
  display: flex;
  padding-left: 11px;
  align-items: flex-start;
  gap: 20px;
  pointer-events: all;
}

.ScreenSharingActionButton {
  color: #262626;
  font-feature-settings: "liga" off, "clig" off;
  /* body-strong */
  font-family: Graphik;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px; /* 155.556% */
  letter-spacing: 0.12px;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: none;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
  cursor: pointer;
}

.loginTemplate #loginMainContentsBox {
  background-color: #F1F5F7;
}

.loginContainer {
  box-shadow: 0 1px 10px #D3D3D3;
  -webkit-box-shadow: 0 1px 10px #D3D3D3;
  -moz-box-shadow: 0 1px 10px #D3D3D3;
  width: 834px;
}

.loginSpan9 {
  box-shadow: 0 1px 10px #D3D3D3;
  -webkit-box-shadow: 0 1px 10px #D3D3D3;
  -moz-box-shadow: 0 1px 10px #D3D3D3;
  width: 100%;
}

#loginMainContentsBox {
  box-shadow: 0 1px 6px #DEDEDE;
  -webkit-box-shadow: 0 1px 6px #DEDEDE;
  -moz-box-shadow: 0 1px 6px #DEDEDE;
  width: 820px;
  min-height: 435px;
}

.loginFooterBox {
  width: 970px;
}

div#loginMainContentsBox #mainContents {
  min-height: 400px;
}

#loginMainContentsBox .pageHeader .headerBox h1 {
  line-height: normal;
}

#tertiaryNavMenuPanel a {
  font-size: 12px;
}

body.ieFix .helpOpen #mainMenu {
  width: calc(100% - 382px);
}
@media (min-width: 1366px) {
  body.ieFix .helpOpen #mainMenu {
    width: calc(100% - 602px);
  }
}
@media (min-width: 1206px) and (max-width: 1365px) {
  body.ieFix .helpOpen #mainMenu {
    width: calc(100% - 382px);
  }
}
body.ieFix .sidebarOpen #mainMenu {
  width: calc(100% - 300px);
}
body.ieFix .sidebarHide #mainMenu {
  width: calc(100% - 80px);
}
body.ieFix .helpOpen.sidebarOpen #mainMenu {
  width: calc(100% - 602px);
}
body.ieFix .helpOpen.sidebarHide #mainMenu {
  width: calc(100% - 380px);
}
@media (min-width: 1366px) {
  body.ieFix .helpOpen.sidebarHide #mainMenu {
    width: calc(100% - 300px);
  }
}
body.ieFix #mainMenu {
  position: fixed;
  width: calc(100% - 80px);
}
@media (min-width: 1366px) {
  body.ieFix #mainMenu {
    width: calc(100% - 300px);
  }
}
@media (min-width: 1206px) and (max-width: 1365px) {
  body.ieFix #mainMenu {
    width: calc(100% - 80px);
  }
}

#mainMenu {
  background: #f1f5f7;
  position: fixed;
  width: inherit;
  z-index: 15;
  position: -webkit-sticky;
  position: sticky;
  top: 64px;
  transition: width 0.2s ease, max-width 0.2s ease, min-width 0.2s ease;
}
#mainMenu .primaryNavMenu {
  position: relative;
  z-index: 9;
  float: left;
  width: 173px;
  margin-bottom: 25px;
}
#mainMenu .primaryNavMenu #menuPanel {
  max-width: 796px;
  margin: 0 auto;
}
#mainMenu .primaryNavMenu #menuPanel a:hover {
  outline: 0;
  opacity: 1;
}
#mainMenu .primaryNavMenu #menuPanel a:hover span:after {
  content: "";
  height: 4px;
  width: 56px;
  background: #6E6E6E;
  display: block;
  position: absolute;
  bottom: 0px;
  margin: 0 auto;
  left: 0;
  right: 0;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
#mainMenu .primaryNavMenu #menuPanel a:hover span.overview:after {
  width: 70px;
}
#mainMenu .primaryNavMenu #menuPanel a:hover span.state:after {
  width: 42px;
}
#mainMenu .primaryNavMenu #menuPanel a:hover span.file:after {
  width: 34px;
}
#mainMenu .secondaryNavMenu {
  background-color: #ffffff;
  z-index: 8;
  position: relative;
  float: left;
  background-color: #F1F5F7;
  margin-top: 6px;
  min-width: 668px;
}
#mainMenu .secondaryNavMenu .iconContainer {
  width: 48px;
  border-radius: 50%;
  height: 48px;
  margin: 0 auto;
  background-color: #D6DAE0;
  text-align: center;
  -webkit-transition: all 0.2s cubic-bezier(0.33, 0.66, 0.66, 1);
  transition: all 0.2s cubic-bezier(0.33, 0.66, 0.66, 1);
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 8px;
  overflow: hidden;
}
#mainMenu .secondaryNavMenu .iconContainer .icon {
  font-size: 22px;
}
#mainMenu .secondaryNavMenu #subMenuPanel {
  max-width: 796px;
  margin: 0 auto;
}
#mainMenu #tertiaryNavMenuPanel {
  background-color: #F1F5F7;
  max-width: 796px;
  margin: 0 auto;
}
#mainMenu .tertiaryMenuPanel {
  position: relative;
}
#mainMenu .tertiaryMenuPanel:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  /*background-image: -webkit-gradient(linear,left top,left bottom,color-stop(94%,#fafafa),to(hsla(0,0%,98%,0)));
  background-image: linear-gradient(180deg,#fafafa 94%,hsla(0,0%,98%,0));*/
  z-index: -1;
}

.menutabs {
  overflow: hidden;
}
.menutabs ul {
  text-transform: capitalize;
  letter-spacing: 0px;
  width: 100%;
  list-style: none;
  float: left;
  margin: 0;
  padding: 0;
}
.menutabs li {
  display: inline;
  float: left;
  line-height: 21px;
  text-align: center;
  cursor: pointer;
  margin: 0;
  padding: 0;
  font-size: 14px;
  font-weight: 400;
}
.menutabs span {
  display: block;
  text-decoration: none;
  letter-spacing: 0px;
  text-align: center;
  word-wrap: break-word;
  vertical-align: middle;
}

#menuPanel, #subMenuPanel, #resNavMenu, #resNavSubMenu {
  margin: 0;
  padding: 0;
}

#menuPanel #resNavSubMenu {
  display: none;
}

#menuPanel ul li a:active span, .menutabs li a.activeMenu span,
#menuPanel ul li a:hover span, #menuPanel ul li a:focus span {
  font-weight: 600;
}

#menuPanel ul li a:focus, #menuPanel ul li a:hover {
  /*background: #fff;*/
}

/*.menutabs li:last-child {
    border: none;
    position: absolute;
    right: 0px;
}*/
.menutabs li:first-child {
  left: 0px !important;
}

#menuPanel ul li a {
  position: relative;
  width: 199px;
  display: inline-block;
  outline: none;
  transition: all 0.2s cubic-bezier(0.33, 0.66, 0.66, 1);
  -webkit-transition: all 0.2s cubic-bezier(0.33, 0.66, 0.66, 1);
  -moz-transition: all 0.2s cubic-bezier(0.33, 0.66, 0.66, 1);
  -ms-transition: all 0.2s cubic-bezier(0.33, 0.66, 0.66, 1);
  color: initial;
}

#menuPanel ul li a.activeMenu {
  border-bottom: none;
  padding-top: 1px;
  opacity: 1;
  font-weight: 700;
  position: relative;
}
#menuPanel ul li a.activeMenu span:after {
  content: "";
  height: 4px;
  width: 56px;
  background: #008427;
  display: block;
  position: absolute;
  bottom: 0px;
  margin: 0 auto;
  left: 0;
  right: 0;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
#menuPanel ul li a.activeMenu span.overview:after {
  width: 70px;
}
#menuPanel ul li a.activeMenu span.state:after {
  width: 42px;
}
#menuPanel ul li a.activeMenu span.file:after {
  width: 34px;
}
#menuPanel ul li a.activeMenu span:after {
  background: #008427 !important;
}

#menuPanel ul li a.activeMenu:focus {
  background: #ffffff !important;
}

/*.menutabs li a.disabled span {
color:#888!important;
}*/
/*.menutabs span {
    color:$gray2;
    display: block;
    text-decoration: none;
    letter-spacing: 0px;
    text-align: center;
    word-wrap: break-word;
    vertical-align: middle;
    padding-bottom: 5px;

}*/
#menuPanel {
  width: 796px;
  height: auto;
  /*background: #fff;*/
}

.container #FAQSearch {
  height: 56px;
  margin: 0;
  padding: 0;
}

#subMenuPanel ul {
  width: 796px;
  padding-left: 2px;
  z-index: 20;
  /*border-bottom: 1px solid $gray6;*/
}

#subMenuPanel ul li.emptyMenu {
  border-bottom: 1px solid #CCC;
  height: 73px;
  cursor: auto;
}

#subMenuPanel ul li:last-child {
  right: 2px;
}

#subMenuPanel ul li:hover span {
  color: #000;
}

.subMenuItemDesktopWave {
  border: none;
  /*height: 80px;*/
  outline: none;
  display: block;
  margin-left: 6px !important;
  margin-right: 6px !important;
}

#subMenuPanel ul li {
  border: none;
  outline: none;
  display: block;
  max-width: 132px;
  margin-left: 10px;
  margin-right: 10px;
  position: relative;
  min-width: 90px;
  text-align: center;
}
#subMenuPanel ul li img {
  width: 24px;
  height: 24px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: inline-block;
  position: relative;
  margin-right: 10px;
  vertical-align: middle;
}
#subMenuPanel ul li .menuCompleted {
  color: #262626 !important;
  font-weight: 400 !important;
}

#subMenuPanel ul li a {
  display: inline-block;
  padding: 16px 0px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 16px;
  align-self: stretch;
  position: relative;
}
#subMenuPanel ul li a .subMenuDescription {
  font-size: 14px;
  color: #6E6E6E;
  margin-top: -10px;
  line-height: 21px;
}
#subMenuPanel ul li a.selected .subMenuDescription {
  color: #262626;
  font-weight: 500 !important;
}
#subMenuPanel ul li a.selected:after {
  width: 100%;
  display: block;
  content: "";
  border-radius: 3px;
  border-bottom: 4px solid #005D1F;
  margin-top: 16px;
  position: absolute;
  bottom: 0;
}
#subMenuPanel ul li a:active {
  outline: none;
}
#subMenuPanel ul li a:focus, #subMenuPanel ul li a.focus {
  outline: none;
}

.MenuOuterPod {
  border: 1px solid #cdcdcd;
  display: block;
}

.MenuHeaderPod {
  background-color: #EFEFEF;
  border-bottom: 1px solid #CDCDCD;
  display: block;
  min-height: 29px;
  padding: 9px 10px 1px;
  vertical-align: middle;
}

.MenuBodyPod {
  padding: 10px 5px 5px;
  display: block;
  min-height: 43px;
}

.MenuHeaderPod .IconText {
  top: -5px !important;
}

.MenuProgressBar {
  background-color: #CDCDCD;
  border-bottom: 1px solid #C2C2C2;
  border-top: 1px solid #C2C2C2;
  padding-left: 5px;
  display: block;
  height: 50px;
}

.MenuProgressBarActive {
  background-color: #FFFFFF;
  display: block;
  padding-bottom: 8px;
  padding-top: 6px;
  color: #277ecc;
}

.MenuProgressBarInActive {
  display: block;
  padding-bottom: 8px;
  padding-top: 6px;
}

.MenuProgressBarActive:after {
  content: "";
  display: block;
  position: absolute;
  top: 39px;
  left: 41%;
  width: 0;
  height: 0;
  border-color: transparent transparent #fff transparent;
  border-style: solid;
  border-width: 6px;
}

.MenuProgressBarActive:before {
  content: "";
  display: block;
  position: absolute;
  top: 35px;
  left: 39%;
  width: 0;
  height: 0;
  border-color: transparent transparent #ddd transparent;
  border-style: solid;
  border-width: 8px;
}

.MenuProgressBar [class*=span] {
  position: relative;
}

.paragraphStyleForBlock {
  display: block;
  padding-top: 7px;
  padding-bottom: 6px;
}

/* Third level Navigation Styles - START*/
/* jcarousel styles */
#sl-thumbs li {
  cursor: pointer;
  max-width: 150px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  padding: 16px 10px;
}

#sl-thumbs li.selected {
  background-color: #FFFFFF;
  cursor: default;
}

#sl-thumbs li img {
  height: 75px;
  padding: 2px;
  width: 75px;
}

.jcarousel-container {
  margin: 0px;
  padding: 0px;
}

.jcarousel-clip {
  height: 30px !important;
  background-color: white;
  overflow: hidden;
}

.jcarousel-prev-horizontal, .jcarousel-next-horizontal {
  cursor: pointer;
  position: absolute;
  top: 0px;
  z-index: 0;
  width: 40px;
  height: 30px;
  background: #efefef;
}

.jcarousel-prev:hover, .jcarousel-next:hover {
  background: #277ecc;
}

.jcarousel-next:hover .triangleRight {
  border-color: transparent transparent transparent #fff !important;
}

.jcarousel-prev:hover .triangleLeft {
  border-color: transparent #fff transparent transparent !important;
}

.jcarousel-next:hover .triangleRight div {
  border-color: transparent transparent transparent #277ecc;
}

.jcarousel-prev:hover .triangleLeft div {
  border-color: transparent #277ecc transparent transparent;
}

.jcarousel-prev-horizontal {
  left: 0px;
}

.jcarousel-next-horizontal {
  right: 0px;
}

.jcarousel-prev-disabled-horizontal,
.jcarousel-prev-disabled-horizontal:hover,
.jcarousel-prev-disabled-horizontal:focus,
.jcarousel-prev-disabled-horizontal:active {
  cursor: default;
  visibility: hidden;
}

.jcarousel-next-disabled-horizontal,
.jcarousel-next-disabled-horizontal:hover,
.jcarousel-next-disabled-horizontal:focus,
.jcarousel-next-disabled-horizontal:active {
  cursor: default;
  visibility: hidden;
}

#sl-thumbs {
  height: 30px !important;
}

#sl-thumbs span {
  vertical-align: middle;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.triangleLeft {
  border-color: transparent #5e5e5e transparent transparent;
  border-style: solid;
  border-width: 8px;
  width: 0;
  height: 0;
  margin-left: 6px;
  margin-top: 8px;
}

.triangleLeft div {
  border-color: transparent #efefef transparent transparent;
  border-style: solid;
  border-width: 6px;
  width: 0;
  height: 0;
  position: relative;
  top: -6px;
  left: -4px;
}

.triangleRight {
  border-color: transparent transparent transparent #5e5e5e;
  border-style: solid;
  border-width: 8px;
  width: 0;
  height: 0;
  margin-left: 17px;
  margin-top: 8px;
}

.triangleRight div {
  border-color: transparent transparent transparent #efefef;
  border-style: solid;
  border-width: 6px;
  width: 0;
  height: 0;
  position: relative;
  top: -6px;
  left: -8px;
}

.triangleTop {
  border-color: transparent transparent #5e5e5e transparent;
  border-style: solid;
  border-width: 10px;
  width: 0;
  height: 0;
  margin-left: 8px;
  margin-top: 3px;
  float: left;
}

.triangleTop div {
  border-color: transparent transparent #999 transparent;
  border-style: solid;
  border-width: 9px;
  width: 0;
  height: 0;
  position: relative;
  top: -6px;
  left: -9px;
}

.inActiveTopic {
  font-size: 11px;
  color: #6E6E6E;
  font-weight: bold;
}

.inActiveTopic a {
  color: #6E6E6E;
}

.inActiveTopic a:focus {
  color: #000000;
}

.inActiveTopic a:hover {
  color: #000000;
}

.activeTopic a {
  color: #262626;
  padding-bottom: 7px;
}

.activeBar {
  border-bottom: 3px solid #4588ba;
  margin-bottom: 10px;
}

#tertiaryNavMenuPanel {
  font-size: 12px;
  line-height: 14px;
  font-weight: 600;
}
#tertiaryNavMenuPanel .popover.bottom .popover-title {
  color: #6E6E6E;
}
#tertiaryNavMenuPanel .jcarousel-clip {
  background-color: transparent;
  font-weight: 500;
}

#topNav a {
  height: 23px;
  display: inline-block;
  color: initial;
}
#topNav a .icon {
  color: #000000;
  font-size: 21px;
  transition: all 0.2s cubic-bezier(0.33, 0.66, 0.66, 1);
  -webkit-transition: all 0.2s cubic-bezier(0.33, 0.66, 0.66, 1);
  -moz-transition: all 0.2s cubic-bezier(0.33, 0.66, 0.66, 1);
  -ms-transition: all 0.2s cubic-bezier(0.33, 0.66, 0.66, 1);
}
#topNav a:hover .icon, #topNav a:hover .cartCount, #topNav a:hover .iconMsg {
  color: #6E6E6E;
}
#topNav a .iconMsg {
  display: none;
}
@media (min-width: 768px) {
  #topNav a .iconMsg {
    font-size: 13px;
    padding-left: 8px;
    vertical-align: middle;
    display: inline-block;
    height: 23px;
    font-weight: 500;
  }
}

#resNavSubMenu {
  width: 250px;
  background: #fff;
  border-bottom: 1px solid #cdcdcd;
}

#resNavSubMenu > li, #resNavSubMenu > li > a {
  border: none;
  background: #fff;
  width: 240px;
  min-height: 26px;
  outline: none;
  position: relative;
  display: inline-block;
  overflow: hidden;
  padding-left: 10px;
}

#resNavSubMenu > li > a {
  border-top: 1px solid #cdcdcd;
}

ul#resNavThrdLvl {
  margin-left: 47px;
}

ul#resNavThrdLvl > li > a {
  font-size: 12px;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 160px;
  min-height: 30px;
  line-height: 30px;
  overflow: hidden;
}

ul#resNavThrdLvl > li.activeTopic > a {
  color: #277bbb;
}

.footerLinks, .footerCopyInfo {
  color: #A6A6A6;
  font-size: 15px;
  font-weight: normal;
}

.footerCopyInfo {
  font-weight: normal;
}

.footerLinks {
  text-decoration: underline;
}

.footerLinks:focus {
  outline: #bbb dotted 1px;
}

/*AOL New Template Styles - Start*/
.pageBackgroundGrey {
  background-color: #292829;
}

.aolContainer {
  background-color: #FFFFFF;
}

.aolContainer .aolHeader {
  border: 0px;
  height: 80px;
  position: fixed;
  float: left;
  width: 100%;
  top: 0;
  z-index: 9;
  background-color: white;
}

.aolContainer .aolHeader .dataContainer, .aolContainer .aolFooter > div {
  /*width: 978px;*/
  margin-right: auto;
  margin-left: auto;
  padding: 23px 0 5px 0;
}

.aolContainer .aolHeader .aolLogo {
  float: left;
}

.aolContainer .aolHeader .messages, .aolContainer .aolHeader .logout {
  float: right;
  line-height: 40px;
}

.aolContainer .bgGrey > div {
  background-color: #E3E3E3;
  padding: 10px;
}

#aolMessages, .aolContainer #ssmLink a {
  background: url(/hrblock/Templates/Premium/Images/AolIcons/Messaging.png) no-repeat 5px 3px;
  padding-left: 47px !important;
  font-size: 14px;
  line-height: inherit;
}

#btnProfile {
  background: url(/hrblock/Templates/Premium/Images/AolIcons/UserIcon.png) no-repeat 5px 3px;
  height: 37px;
}

#aolMessages .msgCount {
  position: absolute;
  font-size: 10px;
  color: white;
  width: 18px;
  text-align: center;
  line-height: 18px;
  border-radius: 50%;
  background-color: #277EBB;
  border: 2px solid #fff;
  right: 4px;
  top: 0;
}

#aolMessages, #btnProfile {
  font-size: 13px;
  padding-left: 45px;
  position: relative;
  display: block;
  color: #676767;
  font-size: 14px;
  font-weight: 500;
  margin-left: 12px;
}

#btnProfile:hover {
  color: #0C777A;
}

.aolContainer .taxProInfo {
  min-height: 216px;
  margin-top: 80px;
  text-align: center;
}

.aolContainer .taxProInfo .taxProContent {
  padding: 40px 40px 40px 40px;
  margin-left: auto;
  margin-right: auto;
  max-width: 796px;
  background-image: url(/hrblock/Templates/Premium/Images/AolIcons/myb_banner_bg_d.png);
  background-repeat: no-repeat;
  background-position: center;
}

.aolContainer #ssmDiv {
  border-top: 1px solid #cacaca;
}

.aolContainer .taxProInfo .taxProImage {
  border-radius: 75px;
  width: 100px;
  height: 100px;
  overflow: hidden;
  display: inline-block;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  border: 4px solid #EBEBEB;
}

.aolContainer .taxProInfo .taxProText {
  display: inline-block;
  font-size: 16px;
  line-height: 22px;
  vertical-align: top;
  margin-left: 15px;
  /*/*width: 60%;*/
  text-align: left;
  margin-top: 22px;
}

.aolContainer .taxProInfo .verLine {
  display: inline-block;
  box-sizing: border-box;
  height: 70px;
  width: 1px;
  border: 1px solid #4A4A4A;
  vertical-align: top;
  margin-top: 28px;
  margin-left: 15px;
  margin-right: 7px;
}

.aolContainer .taxProInfo .taxProTextSecond {
  display: inline-block;
  color: #4A4A4A;
  vertical-align: top;
  font-size: 24px;
  margin-top: 21px;
}

.aolContainer .taxProInfo img {
  /*border-radius:75px;*/
  width: 120px;
}

.aolContainer .aolFooter {
  /*height:77px;*/
  background-color: #292829;
}

.aolContainer .aolFooter img {
  width: 100px;
}

.aolMainContent {
  padding: 0px 40px 30px 40px;
  margin-left: auto;
  margin-right: auto;
  width: 796px;
}

.aolMainContent .pageBody {
  min-height: 350px;
}

.aolContainer .taxProTextSecond sup {
  font-size: 11px;
}

.aolContainer .taxProName {
  margin-left: 6px;
  color: #FFFFFF;
  font-size: 32px;
  font-weight: 900;
  line-height: 43px;
}

.aolContainer .taxProText img {
  display: inline-block;
  vertical-align: middle;
  width: auto;
  height: 40px;
}

.aolContainer .greenText {
  color: #468522;
}

.aolContainer .taxProSubText {
  margin-left: 6px;
  color: #FFFFFF;
  font-size: 18px;
  line-height: 24px;
}

.aolContainer .formFieldTextArea {
  background: white !important;
  border-width: 1px;
}

.aolContainer .taxProSubText span:first-child {
  font-weight: bold;
}

.aolRefundMeterTitle span span {
  color: #9B9B9B;
  font-size: 16px;
  text-align: center;
  width: 105px;
  padding-top: 10px;
  padding-bottom: 25px;
  display: inline-block;
  vertical-align: middle;
}

.aolRefundMeterContent span span {
  color: #3F3F3F;
  font-size: 20px;
  font-weight: 100;
  width: 105px;
  padding-top: 8px;
  padding-bottom: 25px;
  display: inline-block;
  vertical-align: middle;
}

.aolRefundMeterTitle .tpName {
  color: #468522;
  border-bottom: 0px !important;
  border: 1px solid #468522;
}

.aolRefundMeterTitle .tpName span {
  color: #468522 !important;
}

.aolRefundMeterContent .refundPrice {
  border-top: 0px !important;
  border-bottom: 0px !important;
  border: 1px solid #468522;
  font-weight: 500;
}

.aolRefundMeterContent .refundPrice.lastContent {
  border-bottom: 1px solid #468522 !important;
}

.aolRefundMeterContent .refundPrice span {
  font-weight: 500 !important;
  color: #3F3F3F !important;
}

.aolContainer .horizontalLine {
  margin-top: 0px !important;
  margin-bottom: 0px !important;
}

.aolContainer .aolRefundText {
  margin-bottom: 5px;
  display: block;
  color: #000000;
  font-size: 12px;
}

.aolContainer #ssmDiv {
  top: 80px !important;
}

.aolRefundMeterBox {
  display: block;
  border: 1px solid #468522;
  text-align: center;
  padding: 15px;
  border-top: 0px;
  font-weight: 500;
  color: #000000;
  font-size: 12px;
}

.aolRefundMeterBoxTitle {
  display: block;
  border: 1px solid #468522;
  text-align: center;
  padding: 15px;
  color: #468522;
  font-size: 16px;
  font-weight: bold;
}

.aolRefundMeterBoxPrice {
  font-size: 20px;
  color: #3F3F3F;
}

.aolContainer .footerCopyInfo {
  line-height: 18px;
}

.aolContainer .footerCopyInfo a {
  font-weight: normal;
}

.aolContainer #ssmLink {
  width: auto;
  height: auto;
  float: none;
}

.aolContainer .secondaryButtonStyle {
  /*display: block;*/
}

.aolContainer .navigationfooter.container-fluid {
  padding: 0px;
}

.aolContainer a.ctaButtonStyle {
  background-image: inherit !important;
  width: 160px;
  height: 75px;
  background-color: #468522 !important;
}

.aolContainer a.ctaButtonStyle:hover, .aolContainer a.ctaButtonStyle:focus, .aolContainer a.ctaButtonStyle:active {
  background-image: unset !important;
  background-color: #62a61f !important;
}

.aolContainer #mainContentsBox {
  width: auto !important;
  margin: 0px !important;
  float: none !important;
  background: transparent !important;
}

/*AOL New Template Styles - End*/
.sepProductBox {
  height: 70px;
  width: 70px;
  display: block;
  background-color: #264c59;
  margin-top: 25px;
}

.tprTrademark sup {
  font-size: 12px;
  top: -13px;
}

.aolSubMenuBox {
  height: 86px;
  background-color: #fff;
  border-top: 1px solid #dbdbdb;
  text-align: center;
  width: 100%;
  z-index: 1;
  display: none;
  box-shadow: 0 8px 6px -6px #9a9494;
}

.aolSignout {
  padding: 20px 60px;
  color: #676767;
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
  padding: 19px;
  display: inline-block;
}

.aolSubMenu {
  position: absolute;
  width: 100%;
  top: 80px;
}

.aolSubMenulist {
  list-style-type: none;
}

.signout_icon {
  width: 24px;
  height: 24px;
  margin: 0 0 10px 0;
  padding: 0;
  display: block;
  background: url(/hrblock/Templates/Premium/Images/AolIcons/signout_gray.svg) 0 0 no-repeat;
  clear: both;
  margin-left: 50%;
  transform: translateX(-50%);
}

.aolSignout:hover .signout_icon {
  background: url(/hrblock/Templates/Premium/Images/AolIcons/signout_green.svg) 0 0 no-repeat;
}

.aolSignout:hover {
  color: #468522;
}

.aolsideMenu {
  background-color: #363636;
  color: #fff;
  width: 270px;
  height: 100%;
  overflow-y: auto;
  position: fixed;
  top: 0;
  z-index: 20;
  margin-right: -270px;
  display: none;
  right: 0;
}

.aolsideMenuContainer {
  background: none;
  margin: 0;
  padding: 0;
  bottom: 0;
  border-top: 1px solid #4A4A4A;
}

.aolsideMenuContent {
  background: #404040;
  border-bottom: 1px solid #4A4A4A;
  font-weight: bold;
  float: left;
  width: 100%;
}

.aolsideMenuContent span.aolsideMenuUserName {
  color: #fff;
  font-weight: bold;
  float: left;
  width: 100%;
  padding: 30px 5px 26px 20px;
}

.aolsideMenuContent a {
  color: #16A5AA !important;
  font-weight: bold !important;
  text-decoration: none;
  cursor: pointer;
  text-transform: uppercase;
  float: left;
  width: 100%;
  padding: 15px 5px 15px 20px;
}

.aolSubMenuBox {
  height: 86px;
  background-color: #fff;
  border-top: 1px solid #dbdbdb;
  text-align: center;
  width: 100%;
  z-index: 1;
  display: none;
  box-shadow: 0 8px 6px -6px #9a9494;
}

.aolSignout {
  padding: 20px 60px;
  color: #676767;
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
  padding: 19px;
  display: inline-block;
}

.aolSubMenu {
  position: absolute;
  width: 100%;
  top: 80px;
}

.aolSubMenulist {
  list-style-type: none;
}

.signout_icon {
  width: 24px;
  height: 24px;
  margin: 0 0 10px 0;
  padding: 0;
  display: block;
  background: url(/hrblock/Templates/Premium/Images/AolIcons/signout_gray.svg) 0 0 no-repeat;
  clear: both;
  margin-left: 50%;
  transform: translateX(-50%);
}

.aolSignout:hover .signout_icon {
  background: url(/hrblock/Templates/Premium/Images/AolIcons/signout_green.svg) 0 0 no-repeat;
}

.aolSignout:hover {
  color: #468522;
}

.aolsideMenu {
  background-color: #363636;
  color: #fff;
  width: 270px;
  height: 100%;
  overflow-y: auto;
  position: fixed;
  top: 0;
  z-index: 20;
  margin-right: -270px;
  display: none;
  right: 0;
}

.aolsideMenuContainer {
  background: none;
  margin: 0;
  padding: 0;
  bottom: 0;
  border-top: 1px solid #4A4A4A;
}

.aolsideMenuContent {
  background: #404040;
  border-bottom: 1px solid #4A4A4A;
  font-weight: bold;
  float: left;
  width: 100%;
}

.aolsideMenuContent span.aolsideMenuUserName {
  color: #fff;
  font-weight: bold;
  float: left;
  width: 100%;
  padding: 30px 5px 26px 20px;
}

.aolsideMenuContent a {
  color: #16A5AA !important;
  font-weight: bold !important;
  text-decoration: none;
  cursor: pointer;
  text-transform: uppercase;
  float: left;
  width: 100%;
  padding: 15px 5px 15px 20px;
}

.aolContainer #modalWindowContainer {
  top: 100px;
}

.aolContainer .productSummaryPnl .row-fluid:nth-child(2), .aolContainer .productDetailsPnl .row-fluid:nth-child(2) {
  margin-bottom: 10px !important;
}

.aolContainer .bgGrayBox .horizontalLine {
  margin-bottom: 10px !important;
}

.aolRightHelpPanel {
  top: 0px !important;
  right: 0px !important;
  position: fixed !important;
  z-index: 100 !important;
  min-height: calc(100vh - 0px) !important;
  margin-top: 0px !important;
}

.aolRighthelpPanelFixed {
  width: 100% !important;
  position: absolute !important;
  min-height: calc(100vh - 0px) !important;
  top: 0px !important;
}

.aolFrameBody #search_box_partial {
  display: none !important;
}

.aolFrameBody .leftIconBox {
  display: none !important;
}

.aolFrameBody #hc-searchbutton {
  display: none !important;
}

.aolFrameBody #rank_footer {
  display: none !important;
}

.AOLButton a {
  min-width: 200px !important;
}

.aolContainer .pageNameDisplay {
  text-align: center;
}

.aolContainer .pageName {
  min-height: 20px;
  height: auto;
}

#logoBox,
.formField,
input.select,
.ui-autocomplete-input {
  box-sizing: revert;
}

#menuPanel ul li a {
  line-height: revert;
}

.FreeProductBgColor {
  background-color: #16a5aa;
  padding: 10px;
}

.PlusProductBgColor {
  background-color: #fbad18;
  padding: 10px;
}

.bgGreen {
  background-color: #7cc242;
  padding: 10px;
}

.DeluxeProductBgColor {
  background-color: #893b90;
  padding: 10px;
}

.PremiumProductBgColor {
  background-color: #0b7eb3;
  padding: 10px;
}

.ttLogoPadding {
  padding-right: 96px;
}

.FgWhite {
  color: white;
}

.MarginBottom10 {
  margin-bottom: 10px;
}

.textCenter {
  text-align: center;
}

.textRight {
  text-align: right;
}

.chevron {
  display: inline-block;
  width: 19px;
  height: 23px;
  position: relative;
  right: -80px;
  bottom: 12px;
}
.chevron:before, .chevron:after {
  display: block;
  content: "";
  width: 0;
  height: 0em;
  border-style: solid;
  position: absolute;
}
.chevron:before {
  right: 0;
  border-width: 16px 0 16px 16px;
  border-color: transparent transparent transparent #fff;
}
.chevron:after {
  left: 0;
  border-width: 16px 0 16px 16px;
  border-color: transparent transparent transparent #62A03E;
}

/* Common styles for tooltip and popover*/
.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.input-block-level {
  display: block;
  width: 100%;
  min-height: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/*End of common styles for tooltip and popover*/
.lineBreakStyle {
  height: 25px;
}

.taxForm {
  position: relative;
  top: 0px;
  font-weight: bold;
}

.taxForm, .formNameText {
  font-size: 10px;
  color: #3f3f3f;
  text-transform: uppercase;
}

.formNameText {
  font-size: 10px;
  display: none;
  text-transform: uppercase;
  float: left;
}

.migTopMargin {
  margin-top: 40px;
}

.AlternateRowColor {
  background-color: #E9E9E9;
}

IMG.printer_iconImageStyle {
  background-image: url(/HRBlock/Images/printer_icon.gif);
  width: 16px;
  height: 16px;
}

.pageName {
  margin-top: -11px;
  width: auto;
  z-index: 100;
  position: absolute;
  margin-left: 417px;
  height: 20px;
  vertical-align: middle;
  background-color: #C2D3E6;
  border-radius: 5px 5px 5px 5px;
  display: none;
}

.flyOutWindowContent {
  display: none;
}

.box {
  position: fixed;
  top: -200px;
  left: 30%;
  right: 30%;
  background-color: #fff;
  color: #7F7F7F;
  padding: 20px;
  border: 2px solid #ccc;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  -khtml-border-radius: 20px;
  -moz-box-shadow: 0 1px 5px #333;
  -webkit-box-shadow: 0 1px 5px #333;
  z-index: 101;
}

a.boxclose {
  background: none repeat scroll 0 0 #D45D0D;
  border: 1px solid #D45D0D;
  border-radius: 5px 5px 5px 5px;
  color: #FFFFFF;
  cursor: pointer;
  display: inline-block;
  float: right;
  font-size: 15px;
  font-weight: normal;
  line-height: 0;
  margin-right: -11px;
  margin-top: -11px;
  padding: 6px 1px 7px;
}

.boxclose:before {
  content: "×";
}

.FlagIcon {
  display: inline-block;
  margin: 0 10px 0;
}

.IconText {
  position: relative;
  top: -8px;
  padding-left: 7px;
}

.resolved-body {
  text-decoration: line-through;
}

.resolved-label {
  font-size: 13px !important;
  color: #277ecc !important;
  font-weight: bold !important;
}

.noPadding {
  padding: 0px;
}

#bottomLine {
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 20px;
  height: 4px !important;
  background: #277ecc;
  display: none;
}

.pdfWrapper {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  overflow: auto;
  padding: 0;
  margin: 0;
  -webkit-overflow-scrolling: touch;
}

.pdfWrapper > iframe {
  width: 100%;
  margin: 0;
  padding: 0;
  -webkit-transform: scale(1);
}

.horizontalLine {
  border-style: solid;
  border-width: 1px;
  border-bottom-width: 0px;
  border-color: #cdcdcd;
  margin-top: 5px;
  margin-bottom: 15px;
}

.moreInfoClass {
  position: relative !important;
  right: 0px !important;
  float: right !important;
  background: #fff !important;
  padding: 0 0 0 50px !important;
  color: #468522;
  display: block;
  top: 22px !important;
}
.moreInfoClass:hover, .moreInfoClass:focus {
  text-decoration: underline;
}

.green_bulletImageStyle {
  background-image: url("/hrblock/Templates/Premium/Images/pdficon_large.png");
  width: 32px;
  height: 32px;
}

#StackPanelproductDescriptionPanel {
  margin-top: 5px;
}

.mobShow {
  display: none;
}

div#StackPanelMobPageTitle {
  display: none;
}

.green_HeaderTextStyle {
  color: #468522;
}

.TopFAQHead {
  font-size: 24px;
  padding: 30px 0 10px;
  display: block;
}

img#XImagecardimg {
  width: 100%;
}

.MenuHeaderPod h3 {
  font-size: 13px;
  padding: 0;
}

div#StackPanelAttachmentTablePanel .iconImage {
  margin-left: 11px;
  padding-right: 5px;
}

div#StackPanelAttachmentTablePanel .iconText {
  padding-left: 0px;
  font-weight: bold;
  font-size: 11px;
  vertical-align: bottom;
  text-align: center;
  box-shadow: inset 0 -6px 0 rgba(107, 219, 216, 0.4);
  transition: all 0.2s cubic-bezier(0.33, 0.66, 0.66, 1);
}

div#StackPanelAttachmentTablePanel .iconText:hover {
  -webkit-box-shadow: inset 0 -24px 0 #6bdbd8;
  box-shadow: inset 0 -24px 0 #6bdbd8;
}

.DeleteFontRed {
  color: #e70000;
}

.ViewTaxReturn {
  display: inline !important;
}

.underline {
  text-decoration: underline;
}

.contactUsBack {
  float: left;
  padding: 28px 0px 0px 15px;
  min-height: 22px;
  background-color: #3f3f3f;
  display: none;
  font-weight: bold;
  overflow: auto;
}
.contactUsBack a {
  color: #fff;
}

.forRefundOptions {
  padding-left: 90px;
  display: block;
}

.refundOptionLinks {
  padding-left: 100px;
  display: block;
}

.sfContentText {
  font-size: 18px;
}

.sfHelpText {
  font-size: 18px;
  font-weight: 500;
  color: #C35409;
  text-align: center;
}

.sfHelperContentText {
  font-size: 15px;
  font-weight: 400;
  color: #3F3F3F;
  text-align: center;
  font-style: italic;
}

.chatTextBold {
  font-size: 18px;
}

.grayedOut {
  opacity: 0.3;
}

.bgGrey > div {
  background-color: #F2F2F2;
  padding: 10px;
}

.PlusIcon .iconImage img {
  height: 12px;
}

.PlusIcon .learnMore {
  margin-left: 22px;
}

.TableHeaderCenter {
  text-align: center;
  display: block;
}

/* Added for Lending Tree*/
.fgGrey {
  color: #77777A;
  margin-top: 8px;
  display: block;
}

/*#endregion */
.blueBorder {
  border: 2px solid #277ECC;
}

.grayBorder {
  border: 2px solid #686663;
}

.LastUpsellCellGrey {
  background-color: #efefef;
}

table.tableStyle .LastUpsellCellHeader span.tableHeaderStyle {
  display: block !important;
  text-align: center;
}

.lastChanceUpsell table.tableStyle tbody tr td {
  display: table-cell !important;
}

.lastChanceUpsell table thead tr {
  display: table-row !important;
}

.lastChanceUpsell table thead tr th {
  float: none !important;
  clear: both;
  padding-top: 10px;
  padding-bottom: 10px;
}

.lastChanceUpsell table.tableStyle .dgTableBaseDiv {
  margin-top: 10px;
  margin-bottom: 10px;
}

#DocCenterLink #XImageDocCenterCamera {
  vertical-align: bottom;
  position: absolute;
  left: -30px;
  top: -5px;
}

.bgYellowBorderBox {
  display: block;
  padding: 0px 15px 15px 15px;
  border: 1px solid #FDBC29;
}

.slotListContainer {
  list-style: none;
  width: auto;
  margin-top: 30px;
  text-align: center;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  height: auto;
}

.singleSlot {
  height: 30px;
  width: 30%;
  border-radius: 46px;
  background-color: #0C777A;
  margin: 4px 4px 4px 4px;
  color: #FFFFFF;
  text-align: center;
  line-height: 30px;
  float: left;
}

.singleSlotPicked {
  background-color: #0B575A;
}

.singleSlot a {
  color: white;
}

.boxSizingBorderBox a {
  box-sizing: border-box;
}

.tableHeaderAlignCenter .tableHeaderStyle {
  text-align: center !important;
}

.listItem {
  display: list-item;
  margin: 0 0 0 30px;
}

.vAlignMiddle {
  display: inline-block;
  vertical-align: middle;
}

.vAlignTop {
  display: inline-block;
  vertical-align: top;
}

#StackPanelUpgradePanel table.tableStyle thead tr {
  border-bottom: none;
}

#StackPaneltbWrapup .formFieldBox a.learnMore {
  margin-left: 0;
}

#StackPanelAttachmentTablePanel table.tableStyle .attachmentName {
  word-break: break-all;
}

.pullRight {
  float: right;
}

.floatLeft {
  float: left;
}

.notoSans {
  font-weight: 400;
}

.notoSansBold {
  font-weight: 700;
}

#btnNext {
  float: right;
}

#btnBack {
  float: left;
}

#StackPanelFederalConfirmationHeading .printIconPnl img {
  width: auto;
}

#ShowHidePanelNewAccountPanel .accountPanel .row-fluid [class*=span], #StackPanelNewAccountPanel .row-fluid [class*=span], #ShowHidePanelNewAccountPanelState .accountPanel .row-fluid [class*=span] {
  float: none !important;
  display: inline-block;
}

span.resImgPanel img {
  height: 75px;
  width: 75px;
}

#StackPanelpnlTPRRefundReveal img {
  width: 105px;
}

#StackPanelpnlReviewReturnPDF h2, #StackPanelpnlLastChanceUpsell h2, #StackPanelpnlLastChanceUpsellConfirm h2 {
  padding-bottom: 0px;
  padding-top: 8px;
}

#StackPanelpnlReviewReturnPDF h3 {
  padding-top: 8px;
}

#StackPanelTaxReformPanel .tableStyle thead .tableHeaderStyle {
  padding: 10px;
}

.noBorderTablePnl table, .noBorderTablePnl table.tableStyle tr {
  border-bottom: none !important;
}

.noBorderTablePnl table tr td {
  margin-bottom: 15px;
}

#StackPanelpanelDecrease .digitsRefundDollar, #StackPanelpanelNoChange .digitsRefundDollar {
  font-size: 19px;
  vertical-align: middle;
}

#StackPanelformsPanel table.tableAll thead tr {
  display: table-row;
}

#StackPanelformsPanel table.tableAll .tableHeaderStyle {
  font-size: 16px;
}

#StackPanelformsPanel table.tableAll th:not(:first-child) .tableHeaderStyle {
  display: block !important;
  text-align: center;
}

#StackPaneltcfUpgradeOffer table.tableAll thead tr {
  display: table-row;
}

.borderTopBox {
  background-color: #F5F5F7;
  border-top: 5px solid #D4D7D9;
  padding: 10px;
  display: block;
}

.borderTopBox .iconImage {
  vertical-align: top !important;
}

.borderTopBox .iconText {
  padding-left: 15px !important;
}

.borderTopBox .iconRows img {
  max-width: 12px !important;
}

.borderTopBox .iconRows {
  padding-bottom: 10px;
  display: block;
}

#StackPanelpnlTSCMobileView {
  display: none;
}

.recommendedText {
  background-color: #3f3f3f;
  color: #82bc00;
  font-size: 14px;
  padding: 3px 6px;
  word-break: normal;
}

.arrowIconPnl img {
  width: 12px;
}

.FontsizeStyle {
  font-size: 15px;
}

.alignmentclassTRP {
  padding: 0px 2px 0px 3px;
}

#StackPanelpnlShortForm .shortFormClm {
  width: 20%;
  float: left;
  font-size: 18px;
}

#StackPanelpnlShortForm .shortFormClm:first-child {
  width: 22%;
}

#StackPanelpnlShortForm .shortFormClm:last-child {
  width: 18%;
}

#StackPanelpnlLongForm .horizontalLine {
  margin-bottom: 10px;
}

#StackPanelpnlLongForm table a {
  font-size: 12px;
}

#StackPanelpnlShortFormFirst table.tableStyle tbody tr:last-child {
  border-bottom: 2px solid #cdcdcd;
}

.superScriptAlign {
  display: inline-block;
  vertical-align: top;
}

#StackPanelpnlLastChanceUpsell .borderTopBox {
  min-height: 263px;
}

#StackPanelpnlLastChanceUpsellConfirm .supremeButtonBlue {
  padding: 10px 0 10px 0;
}

.previousTaxesLink {
  line-height: 35px;
}

.arrowBtnPnl .icon {
  font-size: 11px;
  position: absolute;
  right: 15px;
  color: #202020;
  top: 18px;
}

.refundSummaryDetails .dgTableBaseDiv a img {
  float: right;
}

.infoBoxGray {
  border: 1px solid #CCCCCC;
  background-color: #EFEFEF;
  box-shadow: 2px 2px 5px 0 rgba(0, 0, 0, 0.08);
  display: block;
  padding: 10px;
  min-height: 114px;
  box-sizing: border-box;
}

.infoBoxGray .headerText {
  font-size: 22px;
}

.infoBoxGray .subText {
  font-size: 13px;
}

.infoBoxGray a {
  color: #5E5E5E !important;
  font-family: "Noto Sans";
  font-size: 13px;
}

.bgLightGrey {
  background-color: #F2F2F2;
  display: block;
  padding: 10px;
}

.amText .formField:focus {
  background-color: #efefef;
  border: 1px solid #cdcdcd;
}

.amPriceTotal {
  width: 25.3%;
  text-align: right;
  float: left;
  display: block;
  padding-bottom: 10px;
}

.amRemainingFund {
  float: left;
  width: 74.5%;
  padding-bottom: 7px;
}

.featuresList .iconTextBlock {
  padding-bottom: 25px;
  font-size: 15px;
  font-weight: 300;
}

.featuresList .iconImage img {
  display: block;
}

.featuresList .iconImage {
  min-width: 30px;
}

.bgGrayBox {
  background-color: #F7F7F7;
  display: block;
  padding: 15px;
  border: 1px solid #979797;
}

.basketPnl .row-fluid {
  margin-bottom: 12px;
}

.printBtnPnl .secondaryButtonStyle {
  padding-left: 32px;
  padding-right: 10px;
}

.printBtnPnl .secondaryButtonStyle .printIconPnl {
  vertical-align: middle;
}

.printBtnPnl .secondaryButtonStyle img {
  width: 16px;
}

.brkMobileOnly {
  display: none;
}

.productSummaryPnl .row-fluid, .productRecieptPnl .row-fluid, .productDetailsPnl .row-fluid {
  margin-bottom: 12px;
}

.productDetailsPnl .row-fluid:nth-child(2) {
  margin-bottom: 0px;
}

.amContentColor {
  color: #5D5D5D;
}

.fgPlusGreen {
  color: #7CC242;
  font-weight: 500;
}

.amText {
  float: left;
  width: 75%;
  margin-top: 7px;
}

.fgPlusIcon {
  float: left;
  width: 18%;
  margin-top: 2px;
  margin-right: 7px;
}

.amTextPadTop {
  display: block;
  padding-top: 13px;
}

.amPrice, .amRemainingAmt {
  width: 25.3%;
  text-align: right;
  float: left;
  display: block;
}

.amStepText, .amStepTextTotal {
  float: left;
  width: 74.5%;
  padding-top: 14px;
}

.efileTable .tableStyle td {
  padding-top: 20px;
  margin-bottom: 18px;
}

.efileTable .tableStyle td:first-child {
  text-align: center;
}

.amiconSmall {
  background-size: cover;
  background-position: center;
  width: 63.4px;
  height: 40px;
  display: block;
  background-image: url(/hrblock/Templates/Premium/Images/amazon_icon.svg);
}

.sepProductBox {
  height: 70px;
  width: 70px;
  display: block;
  background-color: #264c59;
  margin-top: 25px;
}

.tprTrademark sup {
  font-size: 12px;
  top: -13px;
}

.applepay_button {
  background: url(/hrblock/Templates/Premium/Images/ApplePayBTN.png) 0px center no-repeat;
  height: 64px;
  width: 280px;
  display: block;
  background-size: cover;
}

.rejectionMsgText textarea {
  border: 1px solid #cdcdcd;
}

.upgradePanel table.tableStyle tbody tr td {
  padding: 12px 0px !important;
}

.upgradePanel table.tableStyle span.tableHeaderStyle {
  text-align: center !important;
  display: block !important;
}

#StackPanelProductRecommendation .iconImage, #StackPanelpanelVersionB .iconImage, #StackPanelpanelVersionC .iconImage, #StackPanelPlusInfo .iconImage, #StackPanelProformaPlusInfo .iconImage {
  padding-top: 5px;
  width: 24px;
}

#StackPanelProductRecommendation #StackPanelProductName, #StackPanelpanelVersionB #StackPanelProductName, #StackPanelpanelVersionC #StackPanelProductName {
  margin-bottom: 8px;
  margin-top: 10px;
}

#StackPanelProductRecommendation .ProductPrice, #StackPanelpanelVersionB .ProductPrice, #StackPanelpanelVersionC .ProductPrice, #StackPanelPlusInfo .ProductPrice, #StackPanelProformaPlusInfo .ProductPrice {
  font-size: 31px !important;
}

#StackPanelpanelVersionB .btnFullLength .buttonStyle, #StackPanelProformaPlusInfo .btnFullLength .buttonStyle {
  padding-left: 28px;
  padding-right: 28px;
}

#StackPanelBSTTaxProReviewConfirm .radioButtonList {
  margin-top: 10px;
}

#StackPanelFederalStatePanal td.SummaryCell .dgTableBaseDiv,
#StackPanelFederalStatePanal td.SummaryCellGrey .dgTableBaseDiv {
  width: 100% !important;
  text-align: center !important;
}

#StackPanelTaxReformPanel td.span3 .dgTableBaseDiv,
#StackPanelLastChanceUpsell td.span3 .dgTableBaseDiv {
  text-align: center;
}

td.UpgradeCell, th.UpgradeCell {
  min-height: 65px !important;
}

.taxIdentityCareList {
  display: block;
  background-color: #efefef;
  padding: 15px;
}

.radioButtonList.squarecard .hrbradio .labelContainer.taxIdentityBundle > label {
  padding: 75px 9px 0px 9px !important;
}

.radioButtonList.squarecard .hrbradio .labelContainer.taxIdentity {
  height: 154px !important;
}

.emeraldCardimg .dgTableBaseDiv > div, .emeraldCardimg {
  vertical-align: top !important;
}

.competitorImport b, .competitorImport .FontBold {
  color: #277ebb;
  font-weight: bold;
}

.UpgradeTaxPrepFree {
  background-color: #16a5aa;
  padding: 0px 10px !important;
}

.commentBox {
  background-color: #19A5E4;
  font-size: 18px;
  line-height: 22px;
  display: block;
  padding: 20px;
  color: white;
  border-radius: 28px;
  position: relative;
  border: 1px solid #E4E9EC;
  margin-left: 10px;
  min-height: 58px;
}

.commentBox:before {
  content: "";
  position: absolute;
  z-index: 6;
  bottom: -15px;
  left: -2px;
  width: 32px;
  height: 32px;
  background: #fff;
  -webkit-border-bottom-right-radius: 93px 67px;
  -moz-border-radius-bottomright: 93px 67px;
  border-bottom-right-radius: 93px 67px;
  -webkit-transform: translate(-30px, -10px);
  -moz-transform: translate(-30px, -10px);
  -ms-transform: translate(-30px, -10px);
  -o-transform: translate(-30px, -10px);
  transform: translate(-30px, -10px);
}

.commentBox:after {
  content: "";
  position: absolute;
  z-index: 5;
  bottom: 2px;
  left: -18px;
  height: 23px;
  border-right: 42px solid #19a5e4;
  background: #19a5e4;
  -webkit-border-bottom-right-radius: 66px 37px;
  -moz-border-radius-bottomright: 66px 37px;
  border-bottom-right-radius: 66px 37px;
  display: block;
  width: 0;
  transform: skew(37deg);
}

.arrow a {
  border: solid #5e5e5e;
  border-width: 0 5px 5px 0;
  display: inline-block;
  padding: 8px;
}

.leftArrow a {
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
}

.rightArrow a {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}

.skip-to-approval a {
  color: #468522 !important;
  font-size: 13px;
  font-weight: bold;
  line-height: 18px;
  text-align: center;
}

.oval-transparent {
  height: 10px;
  width: 10px;
  border-radius: 16px;
  display: inline-block;
  margin-right: 8px;
  background-color: #EFEFEF;
  margin-bottom: 4px;
}

.oval-filled {
  height: 10px;
  width: 10px;
  border-radius: 16px;
  display: inline-block;
  margin-right: 8px;
  margin-bottom: 4px;
  background-color: #277EBB;
}

.differenceValueRefund {
  font-size: 17px;
  display: inline-block;
  height: 44px;
  color: green;
  text-align: center;
  vertical-align: middle;
}

.borderBox {
  border: 1px solid #EDEDED;
  display: block;
  margin-bottom: 14px;
  display: table;
  width: 100%;
}

.borderBox > div {
  padding: 10px 10px 10px 20px;
}

.borderBox .contentText {
  font-size: 15px;
  padding-top: 8px;
  font-weight: bold;
  display: table-cell;
  vertical-align: middle;
  color: #3F3F3F;
}

.borderBox .contentAmount {
  font-size: 32px;
  font-weight: 300;
  display: table-cell;
  vertical-align: middle;
  color: #3F3F3F;
}

.fileNameLink {
  color: #3182c6;
  width: 160px;
  word-wrap: break-word;
}

.fileRemoveLink {
  color: #e70400;
}

.ratingButtonRightText, .ratingButtonLeftText {
  padding-top: 15px;
  display: block;
}

.EfileTransition {
  color: #277ecc;
}

.chatNow {
  color: #33CC33;
}

/*Text border for ThankYou Screens */
.textBorder {
  border: 1px solid #999999;
  padding-left: 5px;
  display: block;
}

/* media queries have been moved to seperate style sheet file (hrbo.mediaqueries.css) */
.securityContentOuter .iconImage {
  padding-bottom: 3px;
}

span.TaxIdIconText > div {
  color: #959595;
  height: auto;
  float: left;
  max-width: 67px;
  margin: 15px 0px 0px 62px;
}

span.TaxIdImage > div {
  height: auto;
  float: left;
}

span.TaxIdBottomText > div {
  clear: both;
  color: #7cc243;
  font-size: 18px;
  margin-left: 62px;
}

.refundRevealDown, .refundRevealUp {
  clear: both;
}

.refundRevealDown:before {
  content: "•";
  color: #888;
  padding-right: 10px;
  float: left;
  margin: 1px;
  font-weight: 900;
}

.refundRevealUp:before {
  content: "•";
  color: #277ebb;
  padding-right: 10px;
  float: left;
  margin: 1px;
  font-weight: 900;
}

.brand {
  font-size: 12px;
  padding-right: 0;
  padding-left: 0;
  margin-left: 5px;
  font-weight: bold;
  color: #000;
}

#myYearTax, .myYearTax {
  color: #3f3f3f;
  margin: 0;
  padding-top: 10px;
  font-size: 18px;
}

#myYearTax .bold, .myYearTax .bold {
  font-weight: bold;
}

#taxInfoBox {
  float: left;
  height: auto;
  text-align: left;
  padding: 0 !important;
}

#footerBox {
  overflow: auto;
}

#footerBox p, #footerBox a {
  color: #fff;
}

.pullLeft, .productDiscp, #quickLinkBox {
  float: left;
}

#quickLinkBox {
  position: relative;
  width: 175px;
}

#taxInfoBox h2, #productInfoDiscpBox ul {
  margin: 0;
  padding: 0;
}

.arrowUp {
  border-bottom: 8px solid white;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  margin-left: 48%;
  margin-top: -8px;
  width: 0;
  height: 0;
  position: absolute;
}

.lineShadow {
  border-top: 1px solid #fff;
  margin: 5px 0px 0px 12px;
  width: 78%;
  display: block;
}

.migWizardSummaryTable table.tableStyle tbody tr td > div {
  display: block !important;
  height: auto !important;
}

.EcActiveCards {
  display: block;
  padding-top: 10px;
  height: 32px;
}

.alignRight {
  text-align: right;
}

#bottomLinePanel {
  padding-bottom: 15px;
  border-bottom: 1px solid #ccc;
  background-position: 1px 4px;
  display: block;
}

#btnTaxProChat {
  padding-left: 20px;
  margin-top: 15px;
  display: block;
  background-image: url(/hrblock/Templates/Premium/Images/panels/ChatIcon_sm.png);
  background-position: 0px 4px;
  background-repeat: no-repeat;
  font-size: 13px;
  width: 145px;
  color: #5e5e5e;
  background-size: 10%;
  display: none;
}

.browserOnly {
  display: block;
}

.mobileOnly {
  display: none;
}

.StateTransfer img {
  width: 200px !important;
  height: 200px !important;
}

.StateRemove img {
  padding-top: 34px;
  width: 87px;
  height: 76px;
}

.upgradeHeader {
  font-size: 24px;
  color: #3f3f3f;
}

.upgradeHeaderImage img {
  width: 100%;
  /*height: 100%; */ /*commented for safari issue*/
}

.fillingOption {
  display: block;
  min-height: 280px;
  background-color: #efefef;
  padding: 15px;
}

.EicUpgradeBasicText {
  color: #EEA114;
  font-weight: bold;
}

.UpgradeDeluxeText {
  color: #9174ad;
  font-weight: bold;
}

.EicUpgradeFreeText {
  color: #959595;
  font-weight: bold;
}

th.productHeader img {
  min-height: 70px;
}

th.productHeaderTCFUpgrade img {
  min-height: 70px;
}

th.productHeaderTCFUpgrade {
  padding-left: 14px;
}

.TCFEicUpgradeFreeText {
  color: #959595;
  font-weight: bold;
  font-size: 14px;
}

.TCFEicUpgradeBasicText {
  color: #EEA114;
  font-weight: bold;
  font-size: 14px;
}

.TCFUpgradeDeluxeText {
  color: #9174ad;
  font-weight: bold;
  font-size: 14px;
}

.TCFUpgradePremiumText {
  color: #0e82b7;
  font-weight: bold;
  font-size: 14px;
}

.TCFUpgradeBoBText {
  color: #468522;
  font-weight: bold;
  font-size: 14px;
}

.PerformaUpgradeIcon {
  display: block;
  margin: 7px 0 0 15px;
}

.CustomRowHeight {
  line-height: 30px;
}

a.uibPaymentBuy, a.uibPaymentBuy:hover, a.uibPaymentBuy:active {
  width: 80px;
  height: 62px;
  background-image: url(/hrblock/Templates/Premium/Images/buttonsipad/Button_pmt_buy.gif);
  background-position: 0 0;
  background-repeat: no-repeat;
  display: block;
}

.ProcessingImageStyleTable {
  width: 100%;
}
.ProcessingImageStyleTable .ProcessingImageStyle {
  animation-name: spin;
  animation-duration: 800ms;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

.pageHeader {
  vertical-align: top;
  padding-bottom: 15px;
}

.SummaryOuterHeader, .SummaryOuterHeaderGrey { /*Fix for Tax Summary Screen - Longer State Names Not Displaying Correctly*/
  height: inherit !important;
}

.TaxSummaryColHeader span.tableHeaderStyle {
  font-size: 19px !important;
}

.pageNameDisplay {
  text-align: right;
  color: #fff;
  display: none;
  /*visibility: hidden;*/
}

#XImageiconDocSignature {
  width: 19px;
}

#XImageTangoImage {
  width: 100%;
}

.PaymentTransitionText1 {
  font-size: 14px;
  font-weight: bold;
}

.PaymentTransitionText2 {
  font-size: 16px;
  font-weight: bold;
}

.documentList li {
  float: left;
  width: 120px;
  margin-left: 16px;
  text-align: center;
}

.documentList li img {
  padding-left: 30px;
}

.priceRed {
  color: red;
}

.priceBlue {
  color: deepskyblue;
}

.needMoreInfoText {
  font-size: 18px;
  color: #e70000;
}

.taxIdentityCareList ul.xlistStyle {
  margin: 0px;
}

.refundSummaryInfo span:nth-of-type(2) {
  font-size: 12px;
  color: #5D5D5F;
  font-weight: bold;
}

.refundSummaryInfo {
  margin-bottom: 10px;
  margin-top: 10px;
  display: block;
}

.refundOverviewTable h3 {
  padding: 3px 0 10px 0;
}

.refundOverviewTable:nth-child(2) {
  display: inline-block;
  text-align: right;
}

.photocapturePnlMob > span {
  display: table;
  width: 100%;
}

.photocapturePnlMob .photocaptureHeader {
  display: table-cell;
  vertical-align: middle;
  word-break: break-word;
}

.photocapturePnlMob .photocaptureLink {
  text-align: right;
  vertical-align: middle;
  display: none;
  min-width: 135px;
}

.photocapturePnlMob #thephotocapturediv {
  display: none;
}

.highlightDebugLinks {
  display: inline-block;
  /*visibility: hidden;*/
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 5px;
}

.highlightDebugText {
  display: block;
  visibility: hidden;
}

.nyDirectDepositConfirm table thead tr .span2:not(:last-child), .nyDirectDepositConfirm table tbody tr .span2:not(:last-child) {
  width: 20%;
}
.nyDirectDepositConfirm table thead tr .span2:first-child, .nyDirectDepositConfirm table tbody tr .span2:first-child {
  width: 9%;
}
.nyDirectDepositConfirm table thead tr .span4, .nyDirectDepositConfirm table tbody tr .span4 {
  width: 34%;
}

.ssmCloseNav {
  position: absolute;
  right: 20px;
  top: 5px;
}

.frame .basketPanel .tableStyle tbody tr td img {
  width: 30px !important;
}
.frame .basketPanel .tableStyle tbody tr td a.hyperlinkStyle {
  font-size: 12px;
  margin-top: 10px;
  display: inline-block;
}
.frame .basketPanel .tableStyle tbody tr td:first-child .dgTableBaseDiv {
  text-align: center;
}
.frame .basketPanel .tableStyle tbody tr td:first-child {
  vertical-align: top;
}
.frame .basketPanel .tableStyle tbody tr td:nth-child(2) .dgTableBaseDiv > div > span:first-child {
  margin-bottom: 5px;
  display: inline-block;
}
.frame .basketPanel .tableStyle tbody tr td {
  margin-top: 10px;
  margin-bottom: 10px;
}

.subTotalContent {
  margin-bottom: 0px !important;
}

.fgGreen {
  color: #00861A;
}

.cartWhitebox hr, #StackPanelpricepreviewTotalPanel hr {
  margin-bottom: 0px;
}
.cartWhitebox .row-fluid, #StackPanelpricepreviewTotalPanel .row-fluid {
  margin-bottom: 15px;
}
.frame .cartWhitebox, .mobileTemp .cartWhitebox, .frame #StackPanelpricepreviewTotalPanel, .mobileTemp #StackPanelpricepreviewTotalPanel {
  background-color: white;
  /*border: 1px solid #9FA4AA;*/
  border-top: 8px solid #262626;
  /*border-radius: 16px*/
  padding-top: 42px;
}

@media (max-width: 481px) {
  .frame .cartWhitebox, .mobileTemp .cartWhitebox {
    padding: 25px;
  }
  .cartWhitebox .row-fluid .cartContainer {
    display: flex;
    align-items: center;
  }
  .cartWhitebox .row-fluid .cartText {
    font-size: 16px;
  }
  .cartWhitebox .row-fluid .cartHeader {
    font-size: 18px;
  }
}

.BasketItemsUpgradePanel .row-fluid:last-child {
  margin-bottom: 0px;
}

.ssmCloseNav {
  position: absolute;
  right: 20px;
  top: 5px;
}

#StackPanelBasketPanel table.tableStyle tr td:nth-child(3) > div {
  text-align: right;
}

@media (min-width: 482px) {
  #StackPanelpnlAutoImport .supremeButton, #StackPanelCryptoImportPartnerPanel .supremeButton, #StackPanelCoinbasePartnerPanel .supremeButton {
    padding-right: 24px;
    padding-left: 24px;
  }
}

#StackPanelCryptoImportPartnerPanel a.backButton {
  display: inline-block;
}
#StackPanelCryptoImportPartnerPanel .TableHeaderCenter {
  text-align: left;
}

#StackPanelCoinbasePartnerPanel a.backButton {
  display: inline-block;
}
#StackPanelCoinbasePartnerPanel .TableHeaderCenter {
  text-align: left !important;
}

#StackPanelSkuUpgradeModal .icon {
  font-size: 12px;
  color: black;
  padding-right: 8px;
}

.cardContent {
  margin-top: 15px;
  display: inline-block;
}
@media (max-width: 481px) {
  .cardContent {
    text-align: center;
    display: block;
  }
}

#lottieParent {
  display: none;
}
#lottieParent .lottie {
  height: 200px;
  width: 200px;
}
.ieFix #lottieParent .lottie {
  height: 130px;
}
#lottieParent.confetti {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
}
#lottieParent.confetti .lottie {
  height: auto !important;
  width: auto !important;
}

@media (max-width: 481px) {
  #StackPanelPanelAccountHolder {
    text-align: left !important;
  }
}

.diagFormLabel {
  color: #468522;
}

#CardStackPanelErrorsPanel .cardText, #CardStackPanelErrorsCardPanel .cardText, #StackPanelContentPanel .cardText, #ShowHidePanelFixedErrorsPanel .cardText {
  display: inline-block;
  float: none;
  clear: both;
  vertical-align: middle;
}
#CardStackPanelErrorsPanel .cardButton, #CardStackPanelErrorsCardPanel .cardButton, #StackPanelContentPanel .cardButton, #ShowHidePanelFixedErrorsPanel .cardButton {
  display: inline-block;
  vertical-align: middle;
  float: none;
  clear: both;
  height: 100%;
}
@media (max-width: 481px) {
  #CardStackPanelErrorsPanel .cardButton, #CardStackPanelErrorsCardPanel .cardButton, #StackPanelContentPanel .cardButton, #ShowHidePanelFixedErrorsPanel .cardButton {
    margin-top: 15px;
  }
}
#CardStackPanelErrorsPanel .textCenter, #CardStackPanelErrorsCardPanel .textCenter, #StackPanelContentPanel .textCenter, #ShowHidePanelFixedErrorsPanel .textCenter {
  text-align: left;
}
@media (max-width: 481px) {
  #CardStackPanelErrorsPanel .textCenter, #CardStackPanelErrorsCardPanel .textCenter, #StackPanelContentPanel .textCenter, #ShowHidePanelFixedErrorsPanel .textCenter {
    text-align: center;
  }
}
#CardStackPanelErrorsPanel a.buttonStyle, #CardStackPanelErrorsCardPanel a.buttonStyle, #StackPanelContentPanel a.buttonStyle, #ShowHidePanelFixedErrorsPanel a.buttonStyle {
  margin-bottom: 0px !important;
}

.summaryLMIcon .icon {
  color: #000000;
  font-size: 18px;
  padding-top: 2px;
  display: inline-block;
  vertical-align: middle;
  padding-right: 3px;
}

.iconLMText {
  display: inline-block;
  vertical-align: middle;
  padding-left: 8px;
}

.boxPadding {
  padding: 15px 27px;
}
@media (max-width: 481px) {
  .boxPadding {
    padding: 16px;
  }
}
.boxPadding.textBorder {
  border-color: #000000;
}

.leftMargin {
  margin-left: 40px;
}

.semiBold {
  font-weight: 500;
}

.alignCenterRes {
  text-align: left;
}
@media (max-width: 481px) {
  .alignCenterRes {
    text-align: center;
    display: block;
  }
}

#StackPanelARHeaderPanel sup {
  font-size: 16px;
  top: -0.8em;
}

.returningUserLoaderImageStyle img {
  width: 65px;
  margin-top: 10px;
  animation-name: spin;
  animation-duration: 800ms;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

.trashLink {
  text-decoration: none;
}

.cartText {
  font-size: 18px;
}

.cartHeader {
  font-size: 24px;
}

#StackPanelPaymentSummaryTransactionPanel, .PaymentSummaryTransactionPanel {
  background-color: white;
  /*border: 1px solid #9FA4AA;*/
  border-top: 8px solid #262626;
  /*border-radius: 16px;*/
  padding: 24px;
}
#StackPanelPaymentSummaryTransactionPanel .row-fluid .paymentText, .PaymentSummaryTransactionPanel .row-fluid .paymentText {
  font-size: 18px;
}

@media (max-width: 481px) {
  .frame #StackPanelPaymentSummaryTransactionPanel, .frame .PaymentSummaryTransactionPanel {
    padding: 24px;
  }
  #StackPanelPaymentSummaryTransactionPanel .row-fluid .paymentText, .PaymentSummaryTransactionPanel .row-fluid .paymentText {
    font-size: 14px;
  }
  #StackPanelPaymentSummaryTransactionPanel .row-fluid .cartHeader, .PaymentSummaryTransactionPanel .row-fluid .cartHeader {
    font-size: 18px;
  }
  #StackPanelPaymentSummaryTransactionPanel .row-fluid .cartText, .PaymentSummaryTransactionPanel .row-fluid .cartText {
    font-size: 16px;
  }
}

#StackPanelSpruceAccountList .cardStackPanel .listBox {
  padding-left: 0px;
}
@media (min-width: 1206px) {
  #StackPanelSpruceAccountList .rbNormal .listBox {
    padding: 0px;
    margin-top: 10px;
  }
}
#StackPanelSpruceAccountList .pad-bottom {
  padding-bottom: 5px;
}
@media (max-width: 481px) {
  #StackPanelSpruceAccountList .leftMargin {
    margin-left: 0px;
  }
}
#StackPanelSpruceAccountList .desktop .row-fluid {
  border: 1px solid #E8ECEF;
}
#StackPanelSpruceAccountList .desktop .row-fluid:last-child {
  border-top-width: 0px;
}

.spruceAccounts {
  display: block;
  margin-bottom: 12px;
  margin-top: 12px;
}

@media (max-width: 481px) {
  .noWrapText a.learnMore {
    white-space: nowrap;
    margin-left: 0px;
  }
}

#StackPanelspConsentPanel .readmore, #StackPanelpersonalizedConsentPanel .readmore, #StackPaneloffshoreConsentPanel .readmore {
  margin-bottom: 0px;
}

.bgBrandGreen {
  background-color: #008427;
}

.customProgressBarOuter {
  border-radius: 25px;
  width: 100%;
  background-color: white;
  height: 6px;
  display: block;
  text-align: left;
}
.customProgressBarOuter .customProgressBarInner {
  transition: width 3.5s ease-in-out;
  background-color: black;
  width: 0%;
  height: 6px;
  border-radius: 25px;
  display: block;
}

.SectionView {
  display: none;
}

#StackPanelProductRecommendationSKUABTest .dataCard {
  width: 324px;
  display: inline-block;
  vertical-align: middle;
  margin-left: 11px;
  margin-right: 11px;
}
@media only screen and (max-width: 481px) {
  #StackPanelProductRecommendationSKUABTest .dataCard {
    width: 100%;
    margin: 0;
  }
}
#StackPanelProductRecommendationSKUABTest .dataCard .iconImage {
  vertical-align: top !important;
}

@media only screen and (max-width: 481px) {
  .whiteSpaceInitial a {
    white-space: normal !important;
    padding: 14px 30px 14px 19px !important;
    line-height: normal !important;
    border-radius: 40px !important;
  }
}

@media (min-width: 768px) and (max-width: 1205px) {
  .bannerPosition {
    position: relative;
  }
}

.overlayLM {
  background-color: #D2FA52;
  padding: 5px 20px;
  border-radius: 30px;
  display: inline-block;
  position: relative;
  top: -90px;
  left: -23px;
}
@media only screen and (max-width: 481px) {
  .overlayLM {
    top: -220px;
    left: 62px;
    height: 18px;
    padding: 0px 18px;
  }
}
@media (min-width: 768px) and (max-width: 1205px) {
  .overlayLM {
    bottom: 19%;
  }
}
@media (min-width: 482px) and (max-width: 767px) {
  .overlayLM {
    position: relative;
    left: 12px;
    top: -67px;
    padding: 3px 20px;
  }
}
.overlayLM a {
  font-size: 14px;
  font-weight: 500;
  box-shadow: none;
}
@media only screen and (max-width: 481px) {
  .overlayLM a {
    font-size: 10px;
    display: inline-block;
    vertical-align: top;
    line-height: 16px;
  }
}

@media only screen and (max-width: 481px) {
  .tprWhiteSpaceInitial a {
    white-space: normal !important;
    padding: 19px 22px 19px 5px !important;
  }
}

#StackPanelSkuTPRRFree {
  min-height: 289px;
}

#ShowHidePanelTitle1 .iconRows .iconImage, #ShowHidePanelshp_hardstop .iconRows .iconImage {
  width: 54px;
}
#ShowHidePanelTitle1 .iconRows, #ShowHidePanelshp_hardstop .iconRows {
  margin-bottom: 17px;
  display: block;
}

.HelpLinkGlossary a {
  margin-left: 0px !important;
  font-size: 15px;
}

.switchlinks {
  background: #E8EEF1;
  border-radius: 88px;
  padding: 10px;
  letter-spacing: -0.1px;
  display: inline-block;
}
@media (max-width: 374px) {
  .switchlinks {
    padding: 7px;
  }
}
.switchlinks a {
  padding: 12px;
  box-sizing: border-box;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  box-shadow: none;
  display: inline-block;
  color: #262626;
  border: 2px solid #E8EEF1;
  transition: none !important;
}
@media (max-width: 374px) {
  .switchlinks a {
    padding: 9px;
  }
}
.switchlinks a.active {
  border-radius: 68px;
  background-color: #ffffff;
  border: 2px solid #262626;
  border-radius: 68px;
}
.switchlinks span.hyperlinkStyle {
  padding: 15px;
  font-weight: 500;
  font-size: 18px;
  display: inline-block;
  color: #b2a8a8;
  border: 2px solid #E8EEF1;
}

.switchlinkContents > div:not(:first-child) {
  display: none;
}
@media screen and (max-device-width: 1024px) {
  .switchlinkContents .scrollabletableOuter {
    width: 100% !important;
    box-shadow: none !important;
  }
  .switchlinkContents .scrollabletableOuter::-webkit-scrollbar {
    height: 8px !important;
  }
  .switchlinkContents .scrollabletableOuter::-webkit-scrollbar-thumb {
    background-color: #408657 !important;
    width: 14px !important;
    border-radius: 11px !important;
  }
  .switchlinkContents .scrollabletableOuter::-webkit-scrollbar-track {
    background-color: #D9D9D9 !important;
    border-radius: 11px !important;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  .switchlinkContents .tabScrollOuter {
    width: 100% !important;
    box-shadow: none !important;
  }
  .switchlinkContents .tabScrollOuter::-webkit-scrollbar {
    height: 8px !important;
  }
  .switchlinkContents .tabScrollOuter::-webkit-scrollbar-thumb {
    background-color: #408657 !important;
    width: 14px !important;
    border-radius: 11px !important;
  }
  .switchlinkContents .tabScrollOuter::-webkit-scrollbar-track {
    background-color: #D9D9D9 !important;
    border-radius: 11px !important;
  }
}

@media screen and (max-device-width: 1024px) {
  .comparisonSubTextTT {
    line-height: 20px;
    padding: 5px;
    display: block !important;
  }
}

.tableHeadingContent {
  font-size: 24px;
}
@media screen and (max-device-width: 1024px) {
  .tableHeadingContent {
    font-size: 18px !important;
  }
}

.responsiveContent {
  display: none;
}
@media screen and (max-device-width: 1024px) {
  .responsiveContent {
    display: inline-block;
  }
}
.responsiveContent .icon {
  font-size: 12px;
  vertical-align: top;
  display: block;
  padding-left: 3px;
  font-weight: 500;
}

.lineAdjust {
  line-height: 28px !important;
}

@media screen and (max-device-width: 1024px) {
  .tabScrollOuter {
    overflow-x: scroll;
    width: 95%;
    float: left;
  }
}
#StackPanelStateSellVersionB {
  display: none;
}

#StackPanelPnlSKUUpgrade .content {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 102px;
  padding: 0px !important;
  text-align: center !important;
}
#StackPanelPnlSKUUpgrade .content .iconTextBlock {
  padding-bottom: 0px !important;
}
#StackPanelPnlSKUUpgrade .content .iconTextBlock .iconImage {
  padding-top: 5px;
}
#StackPanelPnlSKUUpgrade .content .iconTextBlock .iconImage img {
  width: 100%;
  height: 100%;
}

#StackPanelPnlPurchase .btnNextPurchase a:disabled, #StackPanelPnlPurchase .btnNextPurchase a[disabled] {
  pointer-events: none;
}

@media (max-width: 481px) {
  #StackPanelCiamManageAccount {
    height: 75vh;
  }
}
#StackPanelCiamManageAccount {
  height: 55vh;
  overflow: auto;
  position: relative;
}

@media (max-width: 481px) {
  #StackPanelMyAccountPanel .iconText {
    padding-left: 15px !important;
  }
}
@media (max-width: 481px) {
  #StackPanelMyAccountPanel .previousTaxesLink {
    margin-left: 0px;
  }
}

#atomicFramePanel {
  width: 374px;
  background-color: #FFFFFF;
  -webkit-box-shadow: 0 0 30px -5px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 0 30px -5px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 30px -5px rgba(0, 0, 0, 0.15);
  position: fixed;
  box-sizing: border-box;
  height: calc(100vh - 64px);
  overflow: auto;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: none;
  z-index: 1001;
}
@media (max-width: 767px) {
  #atomicFramePanel {
    top: 30px !important;
    transform: translate(-50%) !important;
  }
}

#atomic-transact-iframe {
  width: 374px !important;
  position: fixed !important;
  top: 30px !important;
  left: 50% !important;
  transform: translate(-50%) !important;
  z-index: 1002 !important;
  height: calc(100vh - 64px) !important;
}
@media (max-width: 767px) {
  #atomic-transact-iframe {
    height: calc(100vh - 125px) !important;
  }
}

.loading_spinner {
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  animation-name: spin;
  animation-duration: 800ms;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

.atomicModalClose {
  display: inline-block;
  position: absolute;
  right: 30px;
  top: 30px;
}
.atomicModalClose .icon {
  font-size: 17px;
}

.notifyModalLoaderImageStyle img {
  width: 54px;
  margin-top: 10px;
  animation-name: spin;
  animation-duration: 800ms;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

.signForm8453OL {
  position: absolute !important;
  right: 25px;
  top: 20px;
}

#StackPanelAtomicPayroll .dataCard .icon {
  font-size: 30px;
}

#ShowHidePanelTimeoutNotifyPopUpPanel .signForm8453OL {
  right: 25px;
  top: 23px;
}

#ShowHidePanelNewFullSummary tr {
  border-bottom: 0px !important;
}
#ShowHidePanelNewFullSummary td {
  padding: 2px !important;
}
#ShowHidePanelNewFullSummary td:first-child {
  padding-left: 0px;
}
#ShowHidePanelNewFullSummary #XFormatTextBlockStateHeading {
  font-weight: 600;
}
#ShowHidePanelNewFullSummary .fontWeight600 {
  font-weight: 600;
}
#ShowHidePanelNewFullSummary .fullLengthLine {
  width: 100%;
}

.fontWeight600 {
  font-weight: 600 !important;
}

/*.accordianSummary {
    width: 844px !important;
}*/
@media (max-width: 995px) {
  .accordianSummary {
    width: 550px !important;
  }
}
@media (max-width: 630px) {
  .accordianSummary {
    width: 335px !important;
  }
}

#ShowHidePanelNewSummary .row-fluid:first-child, #ShowHidePanelNewSummary .row-fluid:nth-child(2), #ShowHidePanelNewSummary .row-fluid:nth-child(3), #ShowHidePanelNewSummary .row-fluid:nth-child(4) {
  line-height: 16px;
}
#ShowHidePanelNewSummary #ViewFullSummaryLink {
  border-bottom: 1px solid #008427;
  font-size: 15px;
  line-height: 22px;
}

#StackPanelpanelFederal table.tableAll td.span5 {
  text-align: right;
}

#ShowHidePanelNewSummary #StackPanelNewState1 table.tableAll td.span5,
#ShowHidePanelNewSummary #StackPanelNewState2 table.tableAll td.span5,
#ShowHidePanelNewSummary #StackPanelNewState3 table.tableAll td.span5,
#ShowHidePanelNewSummary #StackPanelNewState4 table.tableAll td.span5,
#ShowHidePanelNewSummary #StackPanelNewState5 table.tableAll td.span5 {
  text-align: right;
}

#CardStackPanelFederalSummary .tableAll tbody tr td.span4 {
  text-align: right;
}

#StackPanelFederalStatePanal #ShowHidePanelNewSummary .row-fluid:first-child, #StackPanelFederalStatePanal #ShowHidePanelNewSummary .row-fluid:nth-child(4) {
  padding-bottom: 10px;
  border-bottom: 1px solid #cdcdcd;
}
#StackPanelFederalStatePanal #ShowHidePanelNewSummary .row-fluid:nth-child(5) {
  padding-bottom: 15px;
}
#StackPanelFederalStatePanal .NewFullSummaryStack #CardStackPanelStateTaxFullSummaryCard {
  border-radius: 4px;
}
#StackPanelFederalStatePanal .NewFullSummaryStack #CardStackPanelStateTaxFullSummaryCard td.span4 {
  text-align: right;
}

#XFormatTextBlockStateRefundCYDataField, #XFormatTextBlockStateRefundCurrentYear {
  font-weight: 600;
  /*color: #262626;*/
}

.agrLinks {
  max-width: 600px;
  display: flex;
  margin: 0 auto;
}
.agrLinks a {
  font-size: 18px;
  color: #008427;
}

.FontsizeStyle18 {
  font-size: 18px !important;
  color: darkgreen !important;
}

#ShowHidePanelSeeMoreItem .iconPanel img, #ShowHidePanelHideMoreItem .iconPanel img {
  width: 28px;
  height: 28px;
  vertical-align: middle;
  margin-left: 8px;
}

.priceTag, .rtVersionTag {
  background-color: #D0EED8;
  display: inline-block;
  line-height: 28px;
  color: #008427;
  width: max-content;
  border-radius: 5px;
  padding-left: 5px;
  padding-right: 5px;
}
@media (max-width: 995px) {
  #StackPanellistOfItemsPanel .priceTag, #StackPanellistOfItemsPanel .rtVersionTag {
    font-size: 14px !important;
  }
}
@media (max-width: 995px) {
  #StackPanelpanelBasketItemsRac .priceTag, #StackPanelpanelBasketItemsRac .rtVersionTag {
    font-size: 14px !important;
  }
}

.rtVersionTag {
  background-color: lightgreen;
  color: #000000;
}

.leftBar {
  border-left: 2px solid #262626;
  padding-left: 16px;
}

.addBtnAlign {
  width: 280px;
  margin: 0 auto;
  height: 85px;
  overflow: hidden;
}

@media (max-width: 482px) {
  .addBtnAlign {
    padding-bottom: 10px;
  }
}
#StackPanelEditSummaryMig .accordianSummary {
  width: auto;
}

#StackPanelRTContentBanner {
  background-color: #E8EEF1;
  border-radius: 8px;
  padding: 16px 24px 16px 24px;
}

@media (max-width: 481px) {
  .filterDisplay {
    display: none;
  }
}
#ShowHidePanelpnlCompetitorUploadCriteria .iconImage {
  padding-top: 8px;
}

#StackPanelPhotoBooth .horizontalLine {
  margin-bottom: 0px;
  border-color: #85c79d;
}
@media (max-width: 481px) {
  #StackPanelPhotoBooth #iframePhotoBooth {
    height: 720px !important;
  }
}
@media only screen and (min-device-width: 482px) and (max-device-width: 846px) {
  #StackPanelPhotoBooth #iframePhotoBooth {
    height: 1250px !important;
  }
}

.helpTextNormal {
  font-weight: 400;
  font-size: 13px;
  color: #6E6E6E;
}

#StackPanelspBusSelection .hrbradio label {
  word-break: break-all;
}

@media (max-width: 481px) {
  .tprIcon {
    width: 11% !important;
    margin-right: 5px;
  }
}

@media (max-width: 481px) {
  .tprText {
    width: 85% !important;
  }
}

#StackPanelW2Capture .badge, #StackPanelCryptoCapture .badge {
  background-color: #008427;
  padding: 3.76px 10.027px;
  min-width: 67px;
  text-align: center;
  border-radius: 5.013px;
  font-weight: normal;
  align-items: center;
}

.stateImgPanel img {
  height: 94px;
  width: 150px;
}

.addStateSubHeading {
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: -0.1px;
}

#StackPanelNew_StateAddBtn .secondaryButtonStyle {
  display: flex !important;
  align-items: center;
  flex-direction: row-reverse;
  line-height: 22px;
  column-gap: 10px;
  font-size: 19px;
  font-weight: 500;
  padding: 16px 20px 16px 20px;
  margin-bottom: 32px;
}
#StackPanelNew_StateAddBtn .secondaryButtonStyle .icon {
  font-size: 20px;
}

.infoCardWithWhiteButtons .buttonsDiv .icon {
  font-size: 20px;
  color: black;
}
.infoCardWithWhiteButtons .buttonsDiv .icondescription {
  color: black;
  font-size: 18px !important;
  font-weight: 500;
}
.infoCardWithWhiteButtons .buttonsDiv .icondescription:hover {
  box-shadow: inset 0 -1px 0 black;
}

#productInfoTooltipBoxPanel {
  background-color: white;
  width: 459px;
  height: auto;
  position: absolute;
  border: 8px;
  border-radius: 16px;
  z-index: 1;
  text-align: left;
  box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.25);
}
@media only screen and (max-width: 481px) {
  #productInfoTooltipBoxPanel {
    width: 95%;
  }
}
#productInfoTooltipBoxPanel .productInfoTooltipBoxInnerPanel {
  padding: 44px 50px 58px 49px;
}
#productInfoTooltipBoxPanel .productInfoHeading {
  display: block;
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 34px;
}
#productInfoTooltipBoxPanel .productInfoSubHeading, #productInfoTooltipBoxPanel .productInfoContent, #productInfoTooltipBoxPanel .productBenefitItems, #productInfoTooltipBoxPanel .productExplore {
  font-size: 16px;
  line-height: 19.2px;
}
#productInfoTooltipBoxPanel .productInfoSubHeading, #productInfoTooltipBoxPanel .productInfoBenefits {
  display: block;
  margin-bottom: 20px;
  font-weight: 600;
}
#productInfoTooltipBoxPanel .productInfoBenefits, #productInfoTooltipBoxPanel .productExplore {
  display: block;
  margin-top: 20px;
}
#productInfoTooltipBoxPanel .productExplore {
  width: 85%;
}

#productTooltipClose {
  position: absolute;
  right: 20px;
  top: 20px;
  font-size: 24px;
}

.productTooltipDetails {
  display: none;
}

.productTooltipPanel {
  font-size: 18px;
  font-weight: 500;
}
.productTooltipPanel .icon {
  font-size: 16px;
  font-weight: bold;
}

#ShowHidePanelNewAccountPanel .row-fluid [class*=span] .formFieldBox {
  min-height: 115px;
}

#StackPanelNewAccountPanelConfirm .row-fluid [class*=span] .formFieldBox {
  min-height: 92px;
}

#StackPanelLastChance .dataCard {
  padding: 80px 40px 80px 80px;
  box-sizing: border-box;
}
#StackPanelLastChance .dataCard #innerContenPanel {
  padding: 0px;
}
#StackPanelLastChance #StackPanelGraySeperator {
  padding-left: 40px;
  margin-left: 26px;
}
@media (max-width: 481px) {
  #StackPanelLastChance .dataCard {
    padding: 50px 30px;
    box-sizing: border-box;
  }
  #StackPanelLastChance #StackPanelGraySeperator {
    padding-left: 0px;
    margin-left: 0px;
  }
}
#StackPanelLastChance .secondaryButtonStyle {
  font-size: 19px;
}
#StackPanelLastChance a.buttonStyle {
  font-size: 19px;
  line-height: 18px;
  background-color: #005D1F;
}
#StackPanelLastChance .greyTextTaxProduct {
  text-decoration: line-through;
  padding-left: 10px;
}
#StackPanelLastChance .tclPrice {
  color: #005D1F;
}
#StackPanelLastChance .greyTextTcl {
  font-size: 14px;
  font-style: italic;
  color: #6E6E6E;
}

#TextBlockSingleSummaryTitle {
  margin-bottom: 22px;
  display: block;
}

#StackPanelIDScanMainContainer .idscanImage {
  padding-top: 140px;
  display: block;
}
@media (max-width: 481px) {
  #StackPanelIDScanMainContainer .idscanImage {
    padding-top: 0px;
  }
}
#StackPanelIDScanMainContainer .idscanRightConentBody {
  padding-top: 10px;
  display: block;
}
#StackPanelIDScanMainContainer #StackPanelIDScanBodyContent {
  margin-bottom: 13px;
  margin-top: 13px;
  display: block;
}

#StackPanelIDScanMobileBodyContent .iconText {
  padding-left: 16px;
}

#ShowHidePanelshpDefaultStdActual ul li {
  font-weight: normal;
}

#StackPanelStateSellVersionA img {
  width: 157px;
  height: 164px;
}

#StackPanelStateSellVersionC img {
  width: 153px;
  height: 153px;
}

#StackPanelpayrollProviderSimplified #cardHeaderPanel {
  text-align: center;
  margin-top: 12px;
}
#StackPanelpayrollProviderSimplified #cardContentPanel .buttonStyle {
  background-color: #005D1F;
  font-size: 19px;
  letter-spacing: -0.3px;
}
#StackPanelpayrollProviderSimplified #cardContentPanel .secondaryButtonStyle {
  font-size: 19px;
  letter-spacing: -0.3px;
}
#StackPanelpayrollProviderSimplified #cardActionPanel {
  display: none;
}
#StackPanelpayrollProviderSimplified .orLText {
  font-size: 18px;
  top: -7px;
  position: relative;
}
#StackPanelpayrollProviderSimplified .secColGrid {
  display: inline-block;
  width: calc(100% - 36px);
  vertical-align: top;
}

.MaxEF52ImageSeparator {
  margin-bottom: 5px;
  display: block;
}

.AGIRejectionEF1ImageSeparator {
  margin-bottom: 5px;
  display: block;
}

.AGIRejectionEF1ListContentSeparator {
  margin-top: 16px;
  display: block;
}

.h1h2separator {
  margin-bottom: 8px;
  display: block;
}

.RButtonOptionsSeparator {
  margin-bottom: 15px;
  display: block;
}

#TextBlockIDScanHardstop {
  line-height: 44px;
  font-weight: bold;
  font-size: 35px;
}

#StackPanelpnlAutoImport #XImageimgBankImage {
  max-width: 250px;
  max-height: 100px;
}
#StackPanelpnlAutoImport .lblFiTextBoxName {
  display: inline-block;
  min-height: 50px;
}
#StackPanelpnlAutoImport #TextBlocktxtMessageFrom, #StackPanelpnlAutoImport #TextBlocktxtErrorCode, #StackPanelpnlAutoImport #TextBlocktxtErrorMsg {
  color: #AA1800;
}
#StackPanelpnlAutoImport #TextBlocktxtMessageFrom {
  font-size: 20px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 0.12px;
  display: inline-block;
  margin-bottom: 18px;
  margin-left: 8px;
  vertical-align: top;
}
@media (max-width: 995px) {
  #StackPanelpnlAutoImport #TextBlocktxtMessageFrom {
    width: calc(100% - 50px);
  }
}
#StackPanelpnlAutoImport #TextBlocktxtErrorCode, #StackPanelpnlAutoImport #TextBlocktxtErrorMsg {
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.12px;
  display: inline-block;
  margin-bottom: 18px;
}
@media (max-width: 995px) {
  #StackPanelpnlAutoImport #TextBlocktxtErrorCode, #StackPanelpnlAutoImport #TextBlocktxtErrorMsg {
    width: 100%;
    text-align: left;
  }
}
#StackPanelpnlAutoImport #TextBlocktxtErrorCode {
  font-weight: 500;
}
#StackPanelpnlAutoImport .warningImgBlock img {
  position: relative;
  right: 0px;
  top: 1px;
}
@media (max-width: 995px) {
  #StackPanelpnlAutoImport .warningImgBlock img {
    top: 2px;
  }
}
#StackPanelpnlAutoImport .addNewItem .icon {
  font-size: 15px;
  color: #005D1F;
  margin-left: 4px;
  display: inline-block;
  vertical-align: middle;
}
#StackPanelpnlAutoImport a.hyperlinkStyle {
  box-shadow: none;
}

#StackPanelpnlAutoImport .cardStackPanel {
  max-width: 600px;
  width: 100%;
  margin: 0 auto 25px;
}
#StackPanelpnlAutoImport .cardStackPanel #CardStackPanelredesign {
  padding: 24px;
  max-width: 552px;
  width: 100%;
  margin: 0;
}
#StackPanelpnlAutoImport .cardStackPanel #CardStackPanelredesign [id^=TextBlockimportText] {
  text-indent: -1.1em;
  padding-left: 1.5em;
}

@media (min-width: 1206px) {
  #divAgi {
    margin-left: 20px;
  }
}

#lnkAccuracy .helpText {
  margin-left: 0px !important;
}

#XImageimgBankImageOauth {
  max-width: 250px;
  max-height: 100px;
}

@media (max-width: 995px) {
  #StackPanelPYPlusReminder, #StackPanelPYPlusUpgradeWindow, #StackPanelMidInterview_WWUCUpsell, #StackPanelTPRFreePromo {
    padding: 25px;
    text-align: center;
  }
}
@media (max-width: 767px) {
  #StackPanelPYPlusReminder #StackPanelPricePanel .pricePanel, #StackPanelPYPlusUpgradeWindow #StackPanelPricePanel .pricePanel, #StackPanelMidInterview_WWUCUpsell #StackPanelPricePanel .pricePanel, #StackPanelTPRFreePromo #StackPanelPricePanel .pricePanel {
    display: block;
    text-align: center;
  }
}
#StackPanelPYPlusReminder, #StackPanelPYPlusUpgradeWindow, #StackPanelMidInterview_WWUCUpsell, #StackPanelTPRFreePromo {
  line-height: 28px;
}
#StackPanelPYPlusReminder .marginTop31, #StackPanelPYPlusUpgradeWindow .marginTop31, #StackPanelMidInterview_WWUCUpsell .marginTop31, #StackPanelTPRFreePromo .marginTop31 {
  margin-top: 31px;
  display: block;
}
#StackPanelPYPlusReminder .MainHeading, #StackPanelPYPlusUpgradeWindow .MainHeading, #StackPanelMidInterview_WWUCUpsell .MainHeading, #StackPanelTPRFreePromo .MainHeading {
  line-height: 44px !important;
}
#StackPanelPYPlusReminder .pyReminderOfferIcon, #StackPanelPYPlusUpgradeWindow .pyReminderOfferIcon, #StackPanelMidInterview_WWUCUpsell .pyReminderOfferIcon, #StackPanelTPRFreePromo .pyReminderOfferIcon {
  display: inline-block;
  width: 30px;
  vertical-align: top;
  margin-top: 5px;
}
#StackPanelPYPlusReminder .pyReminderOfferContent, #StackPanelPYPlusUpgradeWindow .pyReminderOfferContent, #StackPanelMidInterview_WWUCUpsell .pyReminderOfferContent, #StackPanelTPRFreePromo .pyReminderOfferContent {
  display: inline-block;
  margin-top: 5px;
  width: calc(100% - 30px);
}
#StackPanelPYPlusReminder.bgDarkGreen, #StackPanelPYPlusUpgradeWindow.bgDarkGreen, #StackPanelMidInterview_WWUCUpsell.bgDarkGreen, #StackPanelTPRFreePromo.bgDarkGreen {
  background-color: #003512;
}
#StackPanelPYPlusReminder .iconContainerPanel, #StackPanelPYPlusUpgradeWindow .iconContainerPanel, #StackPanelMidInterview_WWUCUpsell .iconContainerPanel, #StackPanelTPRFreePromo .iconContainerPanel {
  vertical-align: middle !important;
}
#StackPanelPYPlusReminder .contentContainerPanel, #StackPanelPYPlusUpgradeWindow .contentContainerPanel, #StackPanelMidInterview_WWUCUpsell .contentContainerPanel, #StackPanelTPRFreePromo .contentContainerPanel {
  vertical-align: middle !important;
}

#StackPanelPYPlusReminder .supremeButton {
  background-color: #00E95C;
  color: #262626;
  font-weight: 600;
  font-size: 19px;
  line-height: 22px;
  letter-spacing: -0.1px;
}
#StackPanelPYPlusReminder .secondaryButtonStyle {
  border-color: #FFFFFF;
  font-weight: 600;
  font-size: 19px;
  line-height: 22px;
  letter-spacing: -0.1px;
  color: #FFFFFF;
}

.tprOuterPanel {
  padding: 1px 8px;
  background: #00E95C;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 600;
  display: inline-block;
}

.bgWgiteClose .icon {
  color: #FFFFFF !important;
}

#StackPanelDoYouKnowYourAGIPanel .radioButtonList .tooltipiconContainer {
  top: 40px;
}

.tprReminderHeader {
  font-size: 38px;
}
@media (max-width: 481px) {
  .tprReminderHeader {
    text-align: center;
    display: block;
    font-size: 32px;
  }
}

.tprReminderPrice {
  color: #005D1F;
}
@media (max-width: 481px) {
  .tprReminderPrice {
    display: block;
    text-align: center;
  }
}

#StackPanelNotVisitedSection h2, #StackPanelVisitedSection h2 {
  padding: 0px !important;
}
#StackPanelNotVisitedSection .formNotifyContent, #StackPanelVisitedSection .formNotifyContent {
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: -0.1px;
}

.mb-31 {
  margin-bottom: 31px;
  display: block;
}

.fw-600 {
  font-weight: 600;
}

.hrLText {
  font-size: 18px;
  top: -7px;
  position: relative;
}

.formNotifyButton .buttonStyle, .formNotifyButton .secondaryButtonStyle {
  font-size: 19px !important;
  font-weight: 500 !important;
  line-height: 22px !important;
  letter-spacing: -0.3px !important;
}

.tooltipElementPanel {
  position: relative !important;
  margin-left: 12px;
  top: 2px !important;
  right: 0px !important;
}

.txtCardNumber .formFieldBox {
  margin-bottom: 8px !important;
}

.creditCardType {
  font-weight: 400;
  font-size: 14px;
  font-style: italic;
  color: #6E6E6E;
  display: block;
  height: 28px;
}

.tprBulletPoints .iconTextBlock .iconImage {
  vertical-align: Top !important;
}

.dynamicscTitleColumn {
  font-size: 18px;
  font-weight: 400;
  color: #6E6E6E;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 75%;
  cursor: text;
  display: inline-block;
  vertical-align: bottom;
}

.tooltipParent .tooltipiconContainer {
  top: 0;
  position: relative;
  margin-left: 10px;
  right: unset;
}

#StackPanelRefundMaximizerResultsPanel .disabled {
  background: #ffffff;
  border: 2px solid black;
}
#StackPanelRefundMaximizerResultsPanel .AddedItem {
  color: #000000;
  padding: 15px;
}

#CardStackPanelipPinPanel span.hrbo-icon-edit-white, #CardStackPanelPYAGIPanel span.hrbo-icon-edit-white {
  font-size: 15px;
  color: #005D1F;
}

.lh28 {
  line-height: 28px;
}

.ls12 {
  letter-spacing: 0.12px;
}

.mb-15 {
  margin-bottom: 15px !important;
  display: block;
}

.mb-8 {
  margin-bottom: 8px !important;
  display: block;
}

.lh40 {
  line-height: 40px;
}

#StackPanelPlusUpsellSecondLookPanel .chevronIconPanel .icon {
  margin-left: 10px;
  color: #ffffff !important;
  font-size: 10px;
}

#CardStackPanelSecondLookContentPanel {
  padding: 36px !important;
}

.tprfreepromobanner {
  min-height: 35px;
  display: block;
  text-align: left !important;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 31px;
  line-height: normal;
}
.tprfreepromobanner img {
  width: 44px;
  display: inline-block;
  vertical-align: middle;
  position: absolute;
  top: -6px;
}
@media (max-width: 481px) {
  .tprfreepromobanner img {
    width: 35px;
  }
}
.tprfreepromobanner > span {
  display: inline-block;
  margin-left: 52px;
  vertical-align: middle;
  width: calc(100% - 20px);
  line-height: 25px;
}
@media (max-width: 481px) {
  .tprfreepromobanner > span {
    margin-left: 40px;
    display: inline;
    line-height: 25px;
  }
}
@media (max-width: 995px) {
  .tprfreepromobanner {
    font-size: 12px !important;
  }
}

@media (max-width: 995px) {
  #StackPanelTPRFreePromo {
    padding: 0px !important;
  }
}

.mcLabelContainer {
  padding: 8px 12px;
}

#StackPanelSMBInfoGrid a.hyperlinkStyle {
  box-shadow: none;
}
#StackPanelSMBInfoGrid .addNewIconStyle .icon {
  font-size: 15px;
  color: #005D1F;
  margin-left: 4px;
  display: inline-block;
  vertical-align: middle;
}

#StackPanelSpruceConsentAccordian .dataCard #innerContenPanel {
  padding: 36px;
}
#StackPanelSpruceConsentAccordian #StackPanelSpruceOfferPanel {
  padding-bottom: 32px;
  padding-top: 32px;
}
#StackPanelSpruceConsentAccordian .iconText {
  padding-top: 3px !important;
  display: inline-block !important;
  vertical-align: middle !important;
}
@media (max-width: 481px) {
  #StackPanelSpruceConsentAccordian .iconText {
    padding-top: 0px !important;
  }
}
@media (max-width: 481px) {
  #StackPanelSpruceConsentAccordian .iconImage {
    padding-top: 12px !important;
  }
}
#StackPanelSpruceConsentAccordian #StackPanelSpruceContentPanel {
  padding-top: 32px;
}

.customSpruceFooterNote .iconText {
  display: inline-block !important;
  vertical-align: middle !important;
  padding-bottom: 2px !important;
}

#StackPanelNewSpruceConsentPanel .cardStackPanel .innerDiv, #StackPanelNewSpruceConsentPanel .diagsMessagePanel .innerDiv {
  padding: 2px 0px 8px 0px !important;
}
@media (max-width: 995px) {
  #StackPanelNewSpruceConsentPanel .cardStackPanel .innerDiv, #StackPanelNewSpruceConsentPanel .diagsMessagePanel .innerDiv {
    padding: 0px 20px 20px 20px !important;
  }
}

a.diagButtonStyle {
  min-width: 140px;
  display: block;
}

#ShowHidePanelFixedDiagsPanel img {
  height: 25px;
  width: 25px;
}

#ShowHidePanelFixedDiagsPanel .iconTextBlock {
  width: 100% !important;
  table-layout: fixed;
}

#ShowHidePanelFixedDiagsPanel .iconImage {
  width: 25px;
}

a.diagButtonStyle {
  margin-top: 15px;
}

.diagTitle {
  color: #5F5E63;
  font-size: 18px;
  line-height: 24px;
  display: block;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.diagsMessagePanel {
  margin-bottom: 10px;
  display: none;
}

.diagsMessagePanel .errorTitleText {
  font-family: "Graphik", "Helvetica Neue", "Helvetica", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 26px;
  color: #000000;
  padding: 0px;
}

.diagsMessagePanel .errorTitle {
  padding: 0px;
  text-align: center;
}
@media (max-width: 481px) {
  .diagsMessagePanel .errorTitle {
    padding-left: 8px;
  }
}

.diagsMessagePanel .errorMessageBar {
  border: none;
}

.diagsMessagePanel .errorMessageInfo {
  color: #262626;
  font-family: "Graphik", "Helvetica Neue", "Helvetica", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
}

.diagsMessagePanel .errorMessageList {
  list-style: none;
  margin-bottom: 5px;
  margin-left: 17px;
}
@media (max-width: 481px) {
  .diagsMessagePanel .errorMessageList {
    margin-left: 8px;
  }
}

.diagsMessagePanel #errorsButtonDiv {
  margin-left: 5px;
}

.diagsMessagePanel .accuracyImageIcon {
  width: 27px;
  height: 27px;
  padding-left: 5px;
}

.diagsMessagePanel sup {
  font-size: 14px;
}

.leftArrowIcon {
  padding-right: 5px;
  font-size: 12px !important;
  vertical-align: middle;
  color: #262626;
}
.leftArrowIcon:hover, .leftArrowIcon:focus {
  color: #262626;
}

.diagsMessagePanel .rightArrowIcon {
  padding-left: 5px;
  font-size: 12px;
  vertical-align: middle;
  color: #005D1F;
}
.diagsMessagePanel .rightArrowIcon:hover, .diagsMessagePanel .rightArrowIcon:focus {
  color: #005D1F;
}

.diagsMessagePanel .errorNumberSpan {
  font-family: "Graphik", "Helvetica Neue", "Helvetica", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  color: #262626;
  display: inline-block;
  width: 50px;
  vertical-align: top;
  margin-top: 3px;
}

.diagsMessagePanel .errorTextSpan {
  font-family: "Graphik", "Helvetica Neue", "Helvetica", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 22px;
  color: #000000;
  display: inline-block;
  width: calc(100% - 50px);
}

#ShowHidePanelFixedDiagsPanel .icon {
  display: block;
  padding: 13px 0 13px 0;
  font-size: 22px;
}

.mainMenupode {
  float: left;
  margin: 9px;
  min-height: 105px;
  width: 169px;
  background-image: url(/HRBlock/Templates/Premium/Images/MainMenu/OverviewPod.png);
  background-repeat: no-repeat;
}

.mainMenuPodeTitle {
  color: #404040;
  font-weight: 500;
  vertical-align: middle;
  padding-bottom: 10px;
  margin-right: 5px;
}

.podContentPanel {
  padding: 10px;
}

.welcomeMsgPanel {
  padding: 20px 5px 25px 25px;
}

.resourcesContentPanel {
  margin-left: 5px;
}

.resourcesTitlePanel {
  margin-left: 15px;
}

.returnStatusContent {
  padding-top: 20px;
}

a.printReceipt {
  text-align: left;
  text-decoration: none;
  padding-left: 40px;
  padding-bottom: 15px;
}

.MainMenuActiveStep {
  padding-left: 15px;
  background-color: #262626;
  height: 54px;
  display: flex;
  align-items: center;
  color: #ffffff;
  margin-bottom: 20px;
  font-family: "Graphik", "Helvetica Neue", "Helvetica", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 26px;
}

.MainMenuInActiveStep {
  padding-top: 10px;
  padding-left: 15px;
  background-color: #EFEFEF;
  height: 30px;
  display: block;
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 10px;
}

.securityContentGlossary {
  text-align: left;
  display: block;
  margin-left: -5px;
  padding-bottom: 12px;
}

.securityContent {
  font-size: 18px;
  font-weight: normal;
}

.returnStatusSection {
  background: url(/hrblock/Templates/Premium/Images/MainMenu/returnStatus.png);
  background-repeat: no-repeat;
  width: 732px;
  margin-left: 15px;
  /*height:160px;  */
}

.returnStatusSectionPhone {
  background: url(/hrblock/Templates/Premium/Images/MainMenu/returnstatusPhone.png);
  background-repeat: no-repeat;
  width: 732px;
  margin-left: 15px;
}

a.continueTaxes {
  background-image: url("/HRBlock/Templates/Premium/Images/Buttons/MMOverviewButton.png");
  background-repeat: no-repeat;
  text-decoration: none;
  display: block;
  height: 108px;
  width: 312px;
}

a.continueTaxes:hover {
  background-image: url("/HRBlock/Templates/Premium/Images/Buttons/MMOverviewButtonActive.png");
  text-decoration: none;
}

.continueTaxesLink, .extContinueTaxesLink {
  color: #FFFFFF;
  display: block;
  padding: 20px 160px 5px 67px;
}

.extContinueTaxesLink {
  padding: 10px 160px 5px 67px;
}

.continueTaxesLinkTextBold {
  font-weight: 700;
  display: block;
}

.continueTaxesLinkText {
  font-weight: 400;
  display: block;
}

#StackPanelMainMenuPanel .supremeButton .icon {
  float: right;
  margin-left: 12px;
  color: #ffffff !important;
  font-size: 19px;
}
#StackPanelMainMenuPanel .iconText {
  padding-left: 20px !important;
}
#StackPanelMainMenuPanel .welcomeMsg {
  margin-bottom: 25px;
  line-height: 35px;
}

.resourcePanelBox > div {
  background: #ffffff;
  box-shadow: 0px 15px 25px rgba(0, 0, 0, 0.05);
  border-radius: 16px;
  padding-left: 20px;
  padding-bottom: 20px;
}

.resourcePanelBox {
  position: relative;
  width: 100%;
  display: inline-block;
}

.resourcePanelBox:before {
  content: "";
  display: block;
  position: absolute;
  height: 6px;
  width: 100%;
  background-color: #008427;
  top: 0;
  left: 0;
  z-index: 1;
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
}

#StackPanelMainMenuPanel .resorceContent > span {
  display: block;
  margin-bottom: 5px;
}

#StackPanelMainMenuPanel a.supremeButton {
  width: 320px;
  font-family: "Graphik", "Helvetica Neue", "Helvetica", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 19px;
  line-height: 14px;
}
@media (max-width: 481px) {
  #StackPanelMainMenuPanel a.supremeButton {
    width: 100%;
  }
}

.returnStatusHeaderStyle {
  font-family: "Graphik", "Helvetica Neue", "Helvetica", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 26px;
}

#StackPanelMainMenuPanel #StackPanelReturnStatusPanel table.tableStyle, #StackPanelMainMenuPanel #StackPanelAmendedReturnPanel table.tableStyle {
  text-align: center;
}
@media (max-width: 481px) {
  #StackPanelMainMenuPanel #StackPanelReturnStatusPanel table.tableStyle td:not(.noWrap) > div.dgTableBaseDiv[data-header]:before, #StackPanelMainMenuPanel #StackPanelAmendedReturnPanel table.tableStyle td:not(.noWrap) > div.dgTableBaseDiv[data-header]:before {
    text-align: center;
  }
  #StackPanelMainMenuPanel #StackPanelReturnStatusPanel table.tableStyle td:not(.noWrap) > .dgTableBaseDiv > div, #StackPanelMainMenuPanel #StackPanelAmendedReturnPanel table.tableStyle td:not(.noWrap) > .dgTableBaseDiv > div {
    text-align: center;
  }
}
@media (min-width: 768px) {
  #StackPanelMainMenuPanel #StackPanelReturnStatusPanel table.tableStyle thead .tableHeaderStyle, #StackPanelMainMenuPanel #StackPanelAmendedReturnPanel table.tableStyle thead .tableHeaderStyle {
    display: flex !important;
    justify-content: center;
  }
}
#StackPanelMainMenuPanel #StackPanelReturnStatusPanel table.tableStyle .dgTableBaseDiv > div .iconTextBlock, #StackPanelMainMenuPanel #StackPanelAmendedReturnPanel table.tableStyle .dgTableBaseDiv > div .iconTextBlock {
  display: flex !important;
  justify-content: center;
}
#StackPanelMainMenuPanel #StackPanelReturnStatusPanel table.tableStyle .dgTableBaseDiv > div .iconText, #StackPanelMainMenuPanel #StackPanelAmendedReturnPanel table.tableStyle .dgTableBaseDiv > div .iconText {
  padding-left: 10px !important;
}

/************************myPreviousTaxes Styles************/
#myPreviousTaxesPanel {
  border: 1px solid #C2C2C2;
  display: none;
  line-height: 14pt;
  color: #1e7da0;
  height: 500px;
  max-height: 350px;
  overflow: auto;
  margin-left: 15px;
  margin-right: 6px;
  position: absolute;
  z-index: 10;
  width: 340px;
  background-color: #fff;
  /*padding: 5px;*/
  overflow: hidden;
}

#myPrevTaxflyoutBox {
  width: 280px;
}

.MyPrevTaxesBorder {
  border-bottom: 1px solid #000;
  padding-bottom: 10px;
}

.flyoutBoxTitle {
  font-size: 15pt;
  text-align: left;
  padding-bottom: 15px;
}

.MyPreviousEnableLink, .MyPreviousDisableLink, .MyPreviousLabelGray {
  font-size: 15px;
  text-align: left;
  text-decoration: none;
  padding-bottom: 8px;
  padding-top: 8px;
  display: block;
  font-weight: bold;
}

.MyPreviousDisableLink, .MyPreviousLabelGray {
  color: #777;
}

.MyPreviousBuyCell, .MyPreviousPdfCell, .MyPreviousPdfIconCell {
  border-bottom: 1px solid #ddd;
}

.MyPreviousPdfCell {
  width: 270px;
}

.MyPreviousPdfIconCell {
  width: 50px;
}

/************************myPreviousTaxes Styles End************/
#StackPanelSMBBanner {
  background-color: white;
  padding: 20px;
}
@media (max-width: 481px) {
  #StackPanelSMBBanner {
    text-align: center;
  }
  #StackPanelSMBBanner div[class*=span] {
    margin-bottom: 8px;
  }
}
@media (min-width: 768px) {
  #StackPanelSMBBanner .row-fluid {
    display: flex;
    align-items: center;
  }
  #StackPanelSMBBanner .row-fluid .secondaryButtonStyle {
    margin-bottom: 0px;
  }
  #StackPanelSMBBanner .row-fluid div[class*=span]:nth-child(2) {
    margin-left: 0px;
  }
}

#StackPanelSAFBanner {
  background-color: white;
  padding: 20px;
  border-radius: 16px;
}
#StackPanelSAFBanner .headText {
  font-size: 18px;
  font-weight: 500;
}
#StackPanelSAFBanner .contText {
  font-weight: 500;
}
#StackPanelSAFBanner .hyperlinkStyle {
  font-weight: 700;
}
#StackPanelSAFBanner .iconText {
  padding-left: 35px;
}
@media (max-width: 481px) {
  #StackPanelSAFBanner {
    text-align: center;
  }
  #StackPanelSAFBanner div[class*=span] {
    margin-bottom: 8px;
  }
  #StackPanelSAFBanner .iconImage {
    display: block !important;
  }
  #StackPanelSAFBanner .hyperlinkStyle {
    display: inline-block !important;
    margin-top: 10px;
  }
  #StackPanelSAFBanner .iconText {
    padding-left: 0px;
  }
}
@media (min-width: 768px) {
  #StackPanelSAFBanner .row-fluid {
    display: flex;
    align-items: center;
  }
  #StackPanelSAFBanner .row-fluid .secondaryButtonStyle {
    margin-bottom: 0px;
  }
  #StackPanelSAFBanner .row-fluid div[class*=span]:nth-child(2) {
    margin-left: 0px;
  }
}

.SummaryTotal, .SummaryTotalGrey {
  font-weight: bold;
  font-size: 20px;
  margin: -3px 0;
  display: inline-block;
}

.RefundSummaryTotal {
  /*color: #277bbb;*/
}

.SummaryTotalGrey {
  color: #3f3f3f;
}

.SummaryHeader {
  color: #FFFFFF;
  display: table-cell;
  text-align: center;
  width: 106px;
}

.TaxReformHeader {
  color: #FFFFFF;
  display: table-cell;
  text-align: center;
  width: 106px;
  height: 35px;
  vertical-align: middle;
}

.SummaryCell {
  background-color: #d4e5f5;
  min-height: 50px !important;
  height: inherit;
}

.SummaryCellGrey {
  background-color: #efefef;
  min-height: 50px !important;
  height: inherit;
}

.SummaryCellTeal {
  background-color: #16a5aa;
  min-height: 50px !important;
  height: inherit;
}

.SummaryCellWhite {
  background-color: white;
}

.SummaryOuterHeader {
  background-color: #277ECC;
  height: 29px;
}

.SummaryOuterHeaderGrey {
  background-color: #5e5e5e;
  height: 29px;
}

#StackPanelDiyAnimations {
  min-height: 100vh;
  overflow: hidden;
}
#StackPanelDiyAnimations .welcomeLogo {
  margin: 20px;
}
@media only screen and (max-width: 481px) {
  #StackPanelDiyAnimations .welcomeLogo {
    margin-bottom: 35px;
    display: inline-block;
  }
}
#StackPanelDiyAnimations .welcomeSubText {
  font-size: 20px;
}
@media only screen and (max-width: 481px) {
  #StackPanelDiyAnimations .welcomeSubText {
    white-space: normal;
  }
}

#StackPanelFreeProformaDiyAnimations .welcomeLogo {
  margin: 20px;
}
@media only screen and (max-width: 481px) {
  #StackPanelFreeProformaDiyAnimations .welcomeLogo {
    margin-bottom: 35px;
    display: inline-block;
  }
}
#StackPanelFreeProformaDiyAnimations #welcomeTxt {
  font-weight: bold;
}

.welcomeAnimation {
  height: 300px;
}

.welcome-anmiation {
  position: relative;
  text-align: center;
  height: 100%;
  display: flex;
  justify-content: center;
  width: 100%;
  margin-top: 0;
  flex-direction: column;
  align-items: center;
}
.welcome-anmiation h1#heading {
  font-size: 56px;
  line-height: 66px;
  font-weight: 500;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
}
@media only screen and (max-width: 481px) {
  .welcome-anmiation h1#heading {
    font-size: 32px;
    line-height: 30px;
    white-space: nowrap;
  }
}
.welcome-anmiation h1#heading.headingFirst {
  position: absolute;
  top: 0;
}
@media only screen and (max-width: 481px) {
  .welcome-anmiation h1#heading.headingFirst {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.welcome-anmiation #welcome-text {
  position: relative;
  margin-top: 180px;
  text-align: left;
}
@media only screen and (max-width: 481px) {
  .welcome-anmiation #welcome-text {
    margin-top: 80px !important;
    text-align: left;
    padding: 40px 20px;
  }
}
.welcome-anmiation #welcome-text li {
  margin-bottom: 25px;
  list-style: none;
  font-size: 20px;
  font-weight: 500;
  line-height: 26px;
  color: #000000;
}
@media only screen and (max-width: 481px) {
  .welcome-anmiation #welcome-text li {
    padding-left: 40px;
    margin-bottom: 35px;
  }
}
.welcome-anmiation #welcome-text li .icon {
  margin-right: 15px;
  color: #000000;
  display: inline-block;
  vertical-align: middle;
  font-size: 24px;
}
@media only screen and (max-width: 481px) {
  .welcome-anmiation #welcome-text li .icon {
    position: absolute;
    left: 20px;
    margin-top: 3px;
  }
}
.welcome-anmiation #welcome-text li#startTax {
  text-align: center;
}
.welcome-anmiation #skipLink {
  font-weight: bold;
  width: 35px;
  display: block;
  margin-top: 50px;
}
@media only screen and (max-width: 481px) {
  .welcome-anmiation #skipLink {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 58px;
    margin: 0 auto;
  }
}
.welcome-anmiation .supremeButton {
  width: 320px;
  margin-top: 50px;
  font-size: 18px;
}
@media only screen and (max-width: 481px) {
  .welcome-anmiation .supremeButton {
    position: fixed;
    bottom: 110px;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
}
.welcome-anmiation .secondaryButtonStyle {
  width: 320px;
  font-size: 18px;
}
@media only screen and (max-width: 481px) {
  .welcome-anmiation .secondaryButtonStyle {
    position: fixed;
    bottom: 24px;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
}
.welcome-anmiation #newUserContent1 {
  display: none;
}

.oaWelcomeAnimation {
  position: relative;
}
.oaWelcomeAnimation .no-drag {
  user-select: none;
  -moz-user-select: none;
  -webkit-user-drag: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}
.oaWelcomeAnimation .not-shown {
  display: none !important;
}
.oaWelcomeAnimation .hidden {
  opacity: 0 !important;
  pointer-events: none !important;
  cursor: default !important;
  -webkit-transform: translateY(48px);
  transform: translateY(48px);
}
.oaWelcomeAnimation .oa-wrap {
  display: flex;
  flex-direction: column;
  height: 100vh;
  overflow: hidden;
  transition: all 1s cubic-bezier(0.6, 0.05, 0.01, 0.99);
  opacity: 0;
}
.oaWelcomeAnimation .oa-wrap.is-active {
  opacity: 1;
}
.oaWelcomeAnimation .oa-wrap.is-co-browse-mode {
  padding-top: 56px;
}
.oaWelcomeAnimation .oa-container {
  display: flex;
  flex-direction: column;
  flex: 1;
  max-width: 1440px;
  width: 100%;
  padding: 0;
  margin: 0 auto;
}
.oaWelcomeAnimation .oa-co-browse-header {
  position: fixed;
  top: 0;
  width: 100%;
  display: flex;
  align-items: center;
  background-color: #202020;
  padding: 12px 20px 16px 20px;
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
  transition: all 1s cubic-bezier(0.6, 0.05, 0.01, 0.99);
  z-index: 999;
  left: 0;
}
.oaWelcomeAnimation .oa-co-browse-header.is-shown {
  -webkit-transform: translateY(0%);
  transform: translateY(0%);
}
.oaWelcomeAnimation .oa-co-browse-header .live-dot {
  width: 8px;
  height: 8px;
  background-color: #b54040;
  border-radius: 50%;
  margin-right: 16px;
}
.oaWelcomeAnimation .oa-co-browse-header p {
  color: #ffffff;
  font-size: 18px;
  line-height: 28px;
}
.oaWelcomeAnimation .oa-header {
  position: fixed;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 32px;
  z-index: 99;
}
.oaWelcomeAnimation .oa-header .logo {
  position: relative;
  z-index: 100;
}
.oaWelcomeAnimation .smb-header {
  position: fixed;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 32px;
  z-index: 99;
}
.oaWelcomeAnimation .smb-header .logo {
  position: relative;
  z-index: 100;
  width: 175px;
  height: 175px;
}
.oaWelcomeAnimation .chat-button {
  position: absolute;
  top: 32px;
  right: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  transition: top 1s cubic-bezier(0.6, 0.05, 0.01, 0.99);
}
.oaWelcomeAnimation .chat-button.is-co-browse-mode {
  top: 88px;
}
.oaWelcomeAnimation .chat-button__icon {
  position: absolute;
  width: 96px;
  height: 96px;
  -webkit-transform: scale(0.25);
  transform: scale(0.25);
  transition-delay: 0.1s;
  z-index: 99;
}
.oaWelcomeAnimation .chat-button__icon.has-transition {
  transition: all 1.2s cubic-bezier(0.6, 0.05, 0.01, 0.99);
}
.oaWelcomeAnimation .chat-button__icon .user,
.oaWelcomeAnimation .chat-button__icon .chat-bubble {
  position: absolute;
}
.oaWelcomeAnimation .chat-button__icon .user {
  left: 0;
  bottom: 0;
  transition: all 1.2s cubic-bezier(0.6, 0.05, 0.01, 0.99);
}
.oaWelcomeAnimation .chat-button__icon .user.left-nudge {
  left: 24px;
}
.oaWelcomeAnimation .chat-button__icon .chat-bubble {
  top: 0;
  right: -24px;
  opacity: 0;
  transition: all 1.2s cubic-bezier(0.6, 0.05, 0.01, 0.99);
  transition-delay: 0.2s;
}
.oaWelcomeAnimation .chat-button__icon .chat-bubble.is-shown {
  right: 0;
  opacity: 1;
}
.oaWelcomeAnimation .chat-button__bg {
  position: absolute;
  width: 48px;
  height: 48px;
  background-color: #3BC0F8;
  border-radius: 12px;
  -webkit-transform: scale(1);
  transform: scale(1);
  transition: all 1.2s cubic-bezier(0.6, 0.05, 0.01, 0.99);
  z-index: 98;
}
.oaWelcomeAnimation .chat-button__bg.is-scaled {
  -webkit-transform: scale(100);
  transform: scale(100);
  border-radius: 600px;
}
.oaWelcomeAnimation .oa-body-content {
  position: relative;
  display: flex;
  flex: 1;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  z-index: 99;
}
.oaWelcomeAnimation .oa-slide-carousel {
  position: absolute;
  top: 0;
  width: 100%;
  display: flex;
  height: 100vh;
  justify-content: center;
  align-items: center;
  transition: all 1.2s cubic-bezier(0.6, 0.05, 0.01, 0.99);
  cursor: -webkit-grab;
  cursor: grab;
}
@media only screen and (max-width: 481px) {
  .oaWelcomeAnimation .oa-slide-carousel {
    transition: all 0s;
    -webkit-transition: all 0s;
    -moz-transition: all 0s;
    -ms-transition: all 0s;
  }
}
.oaWelcomeAnimation .oa-slide-carousel:active {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}
.oaWelcomeAnimation .slide-group {
  margin-bottom: 48px;
}
.oaWelcomeAnimation .slide-group.hidden {
  -webkit-transform: translateY(48px);
  transform: translateY(48px);
}
.oaWelcomeAnimation .slide-group p {
  max-width: 376px;
  font-size: 32px;
  line-height: 40px;
  text-align: center;
  padding: 0 32px;
  margin: 0 auto;
  font-weight: normal;
  box-sizing: border-box;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: default;
}
.oaWelcomeAnimation .slide-group p strong {
  font-weight: 700;
}
.oaWelcomeAnimation .tns-outer {
  width: 100%;
}
.oaWelcomeAnimation .oa-slider__nav-button {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border: 0;
  background-color: #D6DAE0;
  transition: all 1s cubic-bezier(0.6, 0.05, 0.01, 0.99);
  cursor: pointer;
}
.oaWelcomeAnimation .oa-slider__nav-button:active {
  -webkit-transform: translateY(4px);
  transform: translateY(4px);
}
.oaWelcomeAnimation .oa-slider__nav-button:disabled {
  display: none;
}
.oaWelcomeAnimation .oa-slider__nav-button.on-green {
  background-color: #ffffff;
}
.oaWelcomeAnimation .oa-slider__nav-button--prev {
  left: 32px;
}
.oaWelcomeAnimation .oa-slider__nav-button--next {
  right: 32px;
}
.oaWelcomeAnimation .oa-pagination {
  display: flex;
  justify-content: center;
  padding: 432px 32px 72px;
  transition: all 1.2s cubic-bezier(0.6, 0.05, 0.01, 0.99);
  box-sizing: border-box;
}
.oaWelcomeAnimation .oa-pagination.on-green .pagination-item {
  background-color: #ffffff;
}
.oaWelcomeAnimation .oa-pagination .pagination-item {
  position: relative;
  width: 24px;
  height: 6px;
  background-color: #D6DAE0;
  border-radius: 3px;
  margin: 4px;
  transition: all 1s cubic-bezier(0.6, 0.05, 0.01, 0.99);
  overflow: hidden;
  cursor: pointer;
}
.oaWelcomeAnimation .oa-pagination .pagination-item.is-active, .oaWelcomeAnimation .oa-pagination .pagination-item.tns-nav-active {
  width: 48px;
}
.oaWelcomeAnimation .oa-pagination .pagination-item.is-active .pagination-item__inner, .oaWelcomeAnimation .oa-pagination .pagination-item.tns-nav-active .pagination-item__inner {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
.oaWelcomeAnimation .oa-pagination .pagination-item.is-complete .pagination-item__inner {
  transition: all 1s linear;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}
.oaWelcomeAnimation .oa-pagination .pagination-item.no-transition .pagination-item__inner {
  transition: none !important;
}
.oaWelcomeAnimation .oa-pagination .pagination-item .pagination-item__inner {
  position: absolute;
  width: calc(100% + 12px);
  height: 6px;
  background-color: #202020;
  border-radius: 3px;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  transition: all 5s linear;
  transition-delay: 1s;
}
.oaWelcomeAnimation .oa-button-wrap {
  display: flex;
  justify-content: center;
  transition: all 1s cubic-bezier(0.6, 0.05, 0.01, 0.99);
  box-sizing: border-box;
}
.oaWelcomeAnimation .button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-width: 240px;
  height: 48px;
  font-size: 14px;
  font-weight: 600;
  line-height: 2;
  border-radius: 6px;
  border: 0;
  padding: 8px 32px;
  transition: all 0.2s cubic-bezier(0.6, 0.05, 0.01, 0.99);
  opacity: 1;
  cursor: pointer;
  box-sizing: border-box;
  z-index: 10;
}
.oaWelcomeAnimation .button:active {
  -webkit-transform: translateY(4px);
  transform: translateY(4px);
}
.oaWelcomeAnimation .button--primary-main {
  color: #202020;
  background-color: #3BC0F8;
}
.oaWelcomeAnimation .button--primary-main:hover, .oaWelcomeAnimation .button--primary-main:focus {
  background-color: #202020;
  color: #ffffff;
}
@media only screen and (min-width: 768px) {
  .oaWelcomeAnimation .chat-button {
    right: 32px;
    bottom: 30px;
    top: auto;
  }
  .oaWelcomeAnimation .chat-button.is-co-browse-mode {
    bottom: 30px;
    top: auto;
  }
  .oaWelcomeAnimation .chat-button .chat-button__bg {
    width: 72px;
    height: 72px;
    border-radius: 50%;
  }
}
@media only screen and (max-width: 767px) {
  .oaWelcomeAnimation .oa-slider__nav-button {
    display: none;
  }
  .oaWelcomeAnimation .oa-pagination {
    position: absolute;
    bottom: 80px;
    padding: 32px;
  }
  .oaWelcomeAnimation .oa-button-wrap {
    position: absolute;
    bottom: 32px;
  }
}
@media only screen and (max-width: 414px) {
  .oaWelcomeAnimation .slide-group {
    margin-bottom: 0;
  }
  .oaWelcomeAnimation .slide-group p {
    max-width: 300px;
    font-size: 24px;
    line-height: 32px;
  }
  .oaWelcomeAnimation .oa-button-wrap {
    width: 100%;
    padding: 0 32px;
  }
  .oaWelcomeAnimation .button {
    min-width: 100%;
    width: 100%;
  }
}
@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(0.96);
    transform: scale(0.96);
    box-shadow: 0 0 0 0 #3BC0F8;
  }
  68% {
    -webkit-transform: scale(1);
    transform: scale(1);
    box-shadow: 0 0 0 24px rgba(125, 193, 66, 0);
  }
  100% {
    -webkit-transform: scale(0.96);
    transform: scale(0.96);
    box-shadow: 0 0 0 0 rgba(125, 193, 66, 0);
  }
}
@keyframes pulse {
  0% {
    -webkit-transform: scale(0.96);
    transform: scale(0.96);
    box-shadow: 0 0 0 0 #3BC0F8;
  }
  68% {
    -webkit-transform: scale(1);
    transform: scale(1);
    box-shadow: 0 0 0 24px rgba(125, 193, 66, 0);
  }
  100% {
    -webkit-transform: scale(0.96);
    transform: scale(0.96);
    box-shadow: 0 0 0 0 rgba(125, 193, 66, 0);
  }
}
@-webkit-keyframes ssPulse {
  0% {
    -webkit-transform: scale(0.96);
    transform: scale(0.96);
    box-shadow: 0 0 0 0 #d32222;
  }
  68% {
    -webkit-transform: scale(1);
    transform: scale(1);
    box-shadow: 0 0 0 12px rgba(211, 34, 34, 0);
  }
  100% {
    -webkit-transform: scale(0.96);
    transform: scale(0.96);
    box-shadow: 0 0 0 0 rgba(211, 34, 34, 0);
  }
}
@keyframes ssPulse {
  0% {
    -webkit-transform: scale(0.96);
    transform: scale(0.96);
    box-shadow: 0 0 0 0 #d32222;
  }
  68% {
    -webkit-transform: scale(1);
    transform: scale(1);
    box-shadow: 0 0 0 12px rgba(211, 34, 34, 0);
  }
  100% {
    -webkit-transform: scale(0.96);
    transform: scale(0.96);
    box-shadow: 0 0 0 0 rgba(211, 34, 34, 0);
  }
}

@media only screen and (max-width: 767px) {
  .herowelcome-anmiation {
    padding: 20px;
  }
}
.herowelcome-anmiation .oa-container {
  max-width: none;
}
@media only screen and (min-width: 767px) {
  .herowelcome-anmiation .slide-group {
    justify-content: center;
    flex-direction: column;
    align-items: center;
  }
}
.herowelcome-anmiation .slide-group li {
  font-size: 30px;
  font-weight: normal;
  margin-bottom: 15px;
}
@media only screen and (max-width: 767px) {
  .herowelcome-anmiation .slide-group li {
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .herowelcome-anmiation .slide-group li span {
    width: calc(100% - 90px);
    margin-left: 20px;
    font-size: 18px;
  }
}
.herowelcome-anmiation .slide-group li span {
  display: inline-block;
  vertical-align: middle;
  width: 52%;
}
@media only screen and (max-width: 767px) {
  .herowelcome-anmiation .slide-group li span:first-child {
    width: 60px;
    margin-left: 0px;
  }
  .herowelcome-anmiation .slide-group li span:first-child img {
    max-width: 100%;
  }
}
.herowelcome-anmiation .slide-group li span:first-child {
  width: 14%;
  margin-left: 15%;
}
@media only screen and (max-width: 767px) {
  .herowelcome-anmiation .slide-group h2 {
    font-size: 32px;
  }
}
.herowelcome-anmiation .slide-group h2 {
  font-size: 40px;
  font-weight: normal;
  padding: 0px;
  text-align: center;
}
.herowelcome-anmiation .slide-group.slide-group--1 {
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .herowelcome-anmiation .slide-group .slide-group-text {
    font-size: 18px;
  }
}
.herowelcome-anmiation .slide-group .slide-group-text {
  font-size: 30px;
  font-weight: normal;
  max-width: 700px;
  display: block;
  text-align: center;
  margin: 0 auto;
}
.herowelcome-anmiation .slide-group #welcome-text {
  max-width: 1205px;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .herowelcome-anmiation .slide-group-animationimg {
    width: 181px;
  }
}
.herowelcome-anmiation .oa-slide-carousel {
  height: auto;
  align-items: start;
  position: relative !important;
}
.herowelcome-anmiation .oa-slider__nav-button {
  top: 35%;
}
.herowelcome-anmiation .oa-wrap {
  height: calc(100vh - 130px);
  overflow-y: initial;
}
.herowelcome-anmiation .oa-pagination {
  position: relative;
  bottom: auto;
  padding: 0;
}
@media only screen and (min-width: 767px) {
  .herowelcome-anmiation .oa-pagination {
    display: flex;
    justify-content: center;
    padding: 0 !important;
    transition: all 1.2s cubic-bezier(0.6, 0.05, 0.01, 0.99);
    box-sizing: border-box;
  }
}
.herowelcome-anmiation a.button {
  background-color: black;
  color: white;
}
.herowelcome-anmiation a.button:hover, .herowelcome-anmiation a.button:focus {
  background-color: rgba(32, 32, 32, 0.8);
}
.herowelcome-anmiation .oa-button-wrap {
  margin-top: 15px;
  position: relative;
  bottom: auto;
}

.ieFix .chat-button__icon {
  right: -15px;
  bottom: -13px;
}
.ieFix .chat-button__bg {
  right: 0;
  bottom: 0;
}

.tns-item {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .oaWelcomeAnimation .oa-slider__nav-button--prev, .oaWelcomeAnimation .oa-slider__nav-button--next {
    top: 47%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .chat-button.is-centered .chat-button__icon .user {
    bottom: 50px;
  }
  .chat-button.is-centered .chat-button__icon .chat-bubble {
    top: -50px;
  }
}
.smbWelcome .oa-slider__nav-button {
  background-color: #D6DAE0 !important;
}

.smbWelcome .chat-button__bg.is-scaled {
  background-color: #ffffff !important;
}

.smbWelcome .oa-pagination.on-green .pagination-item {
  background-color: #D6DAE0;
}

.errorMessagePanel {
  display: none;
  border-radius: 3px;
  height: auto;
  margin-bottom: 5px;
}

.errorTitle {
  font-size: 14px;
  font-weight: bold;
  display: block;
  padding: 10px 0 5px 0;
  color: #DC1F00;
}

.errorTitleText {
  position: relative;
  top: -4px;
  padding: 0 0 0 6px;
}

.errorMessageList {
  margin-top: 5px;
  margin-left: 25px;
}

.errorMessageInfo {
  font-size: 13px;
  color: #DC1F00;
  padding-bottom: 10px;
  padding-right: 10px;
}

.errorMessageBar {
  background-color: white;
  border: 1px solid #DC1F00;
  border-top-width: 3px;
  display: block;
  padding: 5px 0 5px 0;
}

.errorTitleBar {
  display: block;
}

.takeaPicErrorHeader {
  font-size: 24px;
  text-align: left;
  font-weight: 600;
}

.takeaPicErrorContent {
  text-align: left;
  font-size: 12px;
  margin-top: 12px;
  display: block;
  font-weight: 400;
}

.takeaPicErrorIcon {
  text-align: left;
  margin-bottom: 18px;
  display: table;
}
.takeaPicErrorIcon .icon {
  font-size: 14px;
  display: table-cell;
}
.takeaPicErrorIcon span {
  display: inline-block;
  vertical-align: bottom;
}
.takeaPicErrorIcon span:last-child {
  padding-left: 3px;
  font-size: 14px;
  font-weight: 600;
  line-height: 14px;
}

.takeaPicButtons a {
  box-sizing: border-box;
  min-width: 65px;
  padding: 19px 13px 19px 13px;
  width: auto !important;
  float: left;
}
.takeaPicButtons > span {
  width: 50%;
  float: left;
}
.takeaPicButtons > span:last-child a {
  float: right;
}

.clearfix {
  *zoom: 1;
}
.clearfix:before, .clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}

.errorFormFieldLabel {
  font-size: 12px;
  font-weight: bold;
  color: #e70000;
}
body.ie8 .errorFormFieldLabel {
  border-color: #e70000;
  border-width: thin;
}

body.ie8 .formField:focus {
  border-color: #277ecc;
  border-width: thin;
}

a.Exit {
  width: 64px;
  height: 27px;
  display: block;
  background-repeat: no-repeat;
  background-position: 0 0px;
  background-image: url(/HRBlock/Templates/Premium/Images/ExitBtn.gif);
}

a.Exit:hover {
  background-image: url(/HRBlock/Templates/Premium/Images/ExitBtn.gif);
  background-position: 0 -27px;
}

a.Exit:active {
  background-image: url(/HRBlock/Templates/Premium/Images/ExitBtn.gif);
  background-position: 0 -54px;
}

.offSeasonEmail .formFieldBox {
  display: inline-block;
  width: 84%;
}

.offSeasonEmail .buttonStyle, .offSeasonEmail .hyperlinkStyle {
  min-width: 15px;
  width: 40px;
  height: 37px;
  padding: 0px;
  margin-bottom: 0px;
  /*border-bottom: 2px solid #82BC00;*/
  vertical-align: top;
  margin-top: 0;
  margin-bottom: 5px;
  line-height: 30px;
  box-sizing: content-box;
  background-image: url(/hrblock/Templates/Premium/Images/MainMenu/Arrow.svg);
  display: inline-block;
  border-radius: 0px;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
  min-height: 47px;
}
@media (min-width: 768px) and (max-width: 1205px) {
  .offSeasonEmail .buttonStyle, .offSeasonEmail .hyperlinkStyle {
    height: 56px;
    line-height: 40px;
  }
}
@media (max-width: 767px) {
  .offSeasonEmail .buttonStyle, .offSeasonEmail .hyperlinkStyle {
    min-height: 55px;
  }
}

.offSeasonEmail img {
  vertical-align: middle;
  padding-top: 13px;
}

.offSeasonReturnBox {
  border: 2px solid #4D9B02;
  padding: 10px;
  min-height: 20px;
  display: block;
  padding-bottom: 20px;
}
.offSeasonReturnBox a {
  display: inline-block !important;
  text-align: center;
}
.offSeasonReturnBox div[class*=span] {
  text-align: center;
}

.offSeasonReturnBox .iconImage, .offSeasonReturnBox .iconText, .offSeasonReturnBox .iconTextBlock {
  display: block !important;
  text-align: center;
}

.offSeasonReturnBox .iconImage {
  padding-top: 5px;
}

.offSeasonReturnBox a {
  font-weight: 500;
}

.offSeasonReturnBox .span6 {
  margin-left: 0px !important;
  margin-top: 10px;
}

a.navyBlueLink {
  color: #147999;
}

.offSeasonReturnBox .headingRow {
  color: #4D9B02;
  font-weight: 500;
  margin-bottom: 10px;
  display: block;
}

.welcomeMsgOffSeason {
  color: #000000;
  font-size: 46px;
  line-height: 50px;
}

.offseasonSubText {
  font-size: 24px;
}

.welcomeText {
  font-size: 40px;
}

.offSeasonReturnBox #StackPanelMyAccountPanel .span6:only-child {
  width: 100% !important;
}

.offSeasonEmail .formFieldLabel span {
  display: none;
}

.inputBtnPnl .formFieldBox {
  width: 75% !important;
}

.inputBtnPnl .formField {
  border: 1px solid #147999 !important;
  height: 50px;
  box-sizing: border-box;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  padding-right: 5px;
}

.inputBtnPnl a {
  background-color: #147999 !important;
  padding-left: 10px !important;
  padding-right: 10px !important;
  color: #FFFFFF !important;
  line-height: 52px !important;
  height: 50px !important;
  background-image: none !important;
  box-shadow: none !important;
}

.cominSoonImageStyle img {
  width: 402px;
  height: 340px;
}

.offSeasonSignUp a.buttonStyle {
  width: 304px;
  height: 60px;
  font-size: 19px;
  line-height: 22px;
}
@media (max-width: 481px) {
  .offSeasonSignUp a.buttonStyle {
    width: 100%;
  }
}

@media (min-width: 768px) {
  .offSeasonTxtEmail .formFieldBox {
    display: inline-block;
  }
}
.offSeasonTxtEmail .formField {
  display: block;
  width: 335px;
  height: 54px;
  border: 1px solid #E8EEF1;
  border-radius: 16px;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
}
@media (max-width: 481px) {
  .offSeasonTxtEmail .formField {
    width: 100%;
  }
}
.offSeasonTxtEmail .formFieldLabel span {
  display: none;
}
.offSeasonTxtEmail .errorFormField {
  border-color: #DC1F00;
}

.FreeProductColor {
  color: #16a5aa;
}

.PlusProductColor {
  color: #fbad18;
}

.DeluxeProductColor {
  color: #893b90;
}

.PremiumProductColor {
  color: #0b7eb3;
}

.SelfEmployedProductColor {
  color: #264c59;
}

.bgBanner {
  box-shadow: 0 1px 4px 1px #BDBDBF;
  min-height: 142px;
  display: table;
  height: 100%;
  overflow: hidden;
  position: relative;
}

.bgBanner > span {
  display: table;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.bgBanner .contentText {
  padding-left: 20px;
  box-sizing: border-box;
  display: table-cell;
  vertical-align: middle;
  width: 80%;
}

.bgBanner .contentIcon {
  display: table-cell;
  vertical-align: middle;
  text-align: right;
  position: absolute;
  top: 38px;
  right: 7px;
}

.bgBanner .bgCurve {
  width: 120px;
  display: block;
  position: absolute;
  height: 222px;
  background-color: #F5F5F7;
  border-top-left-radius: 110px;
  border-bottom-left-radius: 110px;
  margin-top: -40px;
}

.prodSelector.amStepText, .prodSelector.amStepTextTotal {
  padding-top: 0px !important;
}

.prodSelector.amPrice {
  text-align: center;
}

.oppProdName, .basketOppProdName {
  font-size: 14px;
  color: #0b7eb3;
  font-weight: bold;
}

.sigProdName, .basketSigProdName {
  font-size: 14px;
  color: #7cc242;
  font-weight: bold;
}

.tcdProdName, .basketTcdProdName {
  font-size: 14px;
  color: #893b90;
  font-weight: bold;
}

.tclProdName, .basketTclProdName {
  font-size: 14px;
  color: #fbad18;
  font-weight: bold;
}

.tcfProdName, .basketTcfProdName {
  font-size: 14px;
  color: #16a5aa;
  font-weight: bold;
}

.ffaProdName {
  font-size: 14px;
  font-weight: bold;
}

.sepProdName {
  font-size: 14px;
  color: #264c59;
  font-weight: bold;
}

.basketOppProdName, .basketSigProdName, .basketTcdProdName, .basketTclProdName, .basketTcfProdName {
  text-transform: uppercase;
}

.hrbText, .basketHrbText {
  font-size: 10px;
  color: #5e5e5e;
}

.basketHrbText {
  text-transform: uppercase;
}

.basketTurboText, .basketTurboTextSup {
  font-size: 11px;
  color: red;
}

.basketTurboTextSup span {
  vertical-align: super !important;
}

.productDescription {
  font-size: 10px;
  color: #3f3f3f;
  font-weight: bold;
}

.stateFee {
  font-size: 10px;
  color: #3f3f3f;
}

.UnavilableProduct {
  font-size: 10px;
  font-style: italic;
  color: #3f3f3f;
}

.RecommendedText {
  background-color: #277ecc;
  font-size: 10px;
  margin-top: 10px;
  font-weight: bold;
  color: white;
  display: block;
  text-align: center;
  height: 22px;
  padding-top: 6px;
}

td.RecommendedCell {
  padding-bottom: 0px !important;
  margin-top: 5px;
}

.font20 {
  font-size: 20px;
}

.productPrice {
  font-size: 20px;
  color: #5e5e5e;
}

.font10 {
  font-size: 10px;
}

.lastYearPrice {
  font-size: 32px;
  color: #5e5e5e;
}

.productInfo {
  margin-top: 60px;
  margin-left: 15px;
  color: #fff;
  line-height: 12px;
}

.productName {
  margin-top: 8px;
  display: block;
}

.productBoxPanel {
  float: left;
  width: 100%;
}

.prodSelector img {
  width: 100%;
}

.psEmptyColumn {
  margin-top: 10px;
}

.newProductPrice {
  color: #00861A;
  font-size: 66.36px;
  font-weight: 600;
}

#StackPanelProductSelector table.tableStyle td.SummaryCell div, #StackPanelProductSelector table.tableStyle td.SummaryCellGrey div {
  width: 8% !important;
}

#StackPanelUpgradeToPlus img {
  height: 179px;
  width: 150px;
  margin-bottom: 10px;
}
@media (max-device-width: 481px) {
  #StackPanelUpgradeToPlus img {
    height: 120px;
    width: 100px;
  }
}
@media (max-device-width: 481px) {
  #StackPanelUpgradeToPlus .alignedBox {
    display: block;
    max-width: 287px;
    margin: 0 auto;
  }
}
#StackPanelUpgradeToPlus .iconTextBlock {
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 11px;
}
#StackPanelUpgradeToPlus .iconTextBlock .iconImage {
  vertical-align: top !important;
}
@media (max-device-width: 481px) {
  #StackPanelUpgradeToPlus .iconTextBlock {
    max-width: 248px;
    margin: 0 auto;
    margin-bottom: 11px;
    font-size: 15px;
    font-weight: normal;
  }
}
@media (max-device-width: 481px) {
  #StackPanelUpgradeToPlus .mobileOnly {
    display: block;
  }
}
#StackPanelUpgradeToPlus hr {
  border-color: #b7b5b5;
  border-width: 1pt;
  border-left: 0px;
  border-right: 0px;
  margin-top: 0px;
  margin-bottom: 22px;
  border-bottom-width: 0px;
}
#StackPanelUpgradeToPlus .supremeButton, #StackPanelUpgradeToPlus .secondaryButtonStyle {
  min-height: 59px;
  font-size: 19px;
  font-weight: 500;
  letter-spacing: 0;
  margin-bottom: 15px;
  margin-top: 4px;
}
#StackPanelUpgradeToPlus .HeadingContent {
  font-size: 40px;
  font-weight: 600;
  line-height: 40px;
}
#StackPanelUpgradeToPlus .tickmarkGreen {
  padding-right: 10px;
}
#StackPanelUpgradeToPlus .tickmarkGreen img {
  width: 20px;
  height: 20px;
  vertical-align: middle;
}

#StackPanelProductRecommendation .iconTextBlock {
  font-weight: normal;
  margin-bottom: 12px;
}
#StackPanelProductRecommendation .iconTextBlock .iconImage {
  vertical-align: top !important;
}

#StackPanelProductSelectorMobile .accordianContainer {
  background-color: white;
  border-top: 6px solid #262626;
  border-radius: 6px;
  box-shadow: 0px 15px 25px rgba(0, 0, 0, 0.05);
  border-radius: 6px;
  padding: 13px;
  box-sizing: border-box;
  margin-bottom: 18px;
}
#StackPanelProductSelectorMobile .accordianContainer a.supremeButton {
  font-size: 14px;
  font-weight: bold;
}
#StackPanelProductSelectorMobile .accordianContainer .hcAccordianCheckList {
  border-bottom: none;
}
#StackPanelProductSelectorMobile .accordianContainer .hcAccordianCheckList .span6.noWrap {
  font-size: 12px;
  font-weight: 500;
  color: black;
}
#StackPanelProductSelectorMobile .accordianContainer .hcAccordianCheckList .span6.noWrap > span:nth-child(2) {
  font-size: 20px;
  font-weight: bold;
}
#StackPanelProductSelectorMobile .accordianContainer .hcAccordianCheckList .span6.noWrap:last-child {
  font-size: 20px;
  display: flex;
  justify-content: flex-end;
  padding-right: 15px;
  padding-top: 10px;
}
#StackPanelProductSelectorMobile .accordianContainer .hcAccordianCheckList .expand {
  vertical-align: top;
}
#StackPanelProductSelectorMobile .accordianContainer .hcAccordianCheckList .expand .expandIcon {
  border-color: black;
  position: relative;
  top: 14px;
}
#StackPanelProductSelectorMobile .accordianContainer .hcAccordianContent {
  padding-left: 0px;
}
#StackPanelProductSelectorMobile .accordianContainer .hcAccordianContent .iconTextBlock {
  padding-bottom: 20px;
  line-height: 20px;
}
#StackPanelProductSelectorMobile .accordianContainer .hcAccordianContent .iconTextBlock .iconText {
  padding-left: 14px;
  color: black;
  font-size: 14px;
}
#StackPanelProductSelectorMobile .accordianContainer .hcAccordianContent .iconTextBlock .iconImage {
  vertical-align: top !important;
}
#StackPanelProductSelectorMobile .accordianContainer .hcAccordianContent .iconTextBlock .iconImage img {
  width: 24px;
  height: 24px;
}

#StackPanelDoubleCardPlusUpsell .dataCard {
  max-width: 326px;
  display: inline-block;
  margin-right: 11px;
  margin-left: 11px;
}
#StackPanelDoubleCardPlusUpsell .dataCard .cardTitleDiv {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 18px;
}
#StackPanelDoubleCardPlusUpsell .dataCard .subText {
  font-size: 18px;
}
#StackPanelDoubleCardPlusUpsell .dataCard #cardContentPanel {
  text-align: left;
}
#StackPanelDoubleCardPlusUpsell .dataCard .iconTextBlock {
  margin-bottom: 18px;
}
#StackPanelDoubleCardPlusUpsell .dataCard .iconTextBlock .iconImage {
  vertical-align: top !important;
  min-width: 23px;
}
#StackPanelDoubleCardPlusUpsell .dataCard #innerContenPanel {
  padding-top: 3px;
  padding-left: 23px;
  padding-right: 23px;
}

#StackPanelGraySeperator {
  border-left: 2px solid rgba(0, 0, 0, 0.1);
  padding-left: 30px;
}
@media (max-device-width: 481px) {
  #StackPanelGraySeperator {
    border-top: 2px solid rgba(0, 0, 0, 0.1);
    border-left: 0px;
    padding-top: 40px;
    padding-left: 0px;
    margin-top: 40px;
  }
}

#StackPanelPYProformaUpsell .dataCard {
  min-height: 436px;
}

.PYHeading {
  height: 64px;
}

.AIHelp a {
  font-size: 16.59px;
  color: #6E6E6E;
  font-weight: 600;
}

.ProdCardSubheadRight {
  font-size: 22.254px;
  font-weight: 600;
}

.stateFeeText {
  font-size: 16.59px;
  font-weight: 400;
  color: #6E6E6E;
}

.stateFiledText {
  font-size: 16px;
  font-weight: 400;
  color: #6E6E6E;
  letter-spacing: -0.261px;
  padding-top: 5px;
  line-height: 23.7px;
}

.ProductPriceText {
  font-size: 66px;
  font-weight: bold;
  letter-spacing: -0.948px;
  line-height: 66.36px;
}

.ProductNameText {
  font-size: 32px;
  line-height: 32px;
  letter-spacing: -0.57px;
}

.DPSSubHeader {
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 0.12px;
}

.DPSSubHeaderMargin {
  margin-top: 8px;
}

.DPSMainHeader {
  font-size: 40px;
  letter-spacing: -0.8px;
  font-weight: bold;
  line-height: 40px;
}

.TaxProDiscountPanel {
  display: inline-block;
  font-size: 14px;
  letter-spacing: 0.12px;
  padding-bottom: 7.5px;
  padding-top: 12px;
}

#StackPanelCheckboxList .checkBoxList {
  margin-bottom: 0px;
}
#StackPanelCheckboxList .checkBoxList .cblifestylecard .listBox {
  padding: 0px 14px 14px 0px;
}

#StackPanelProductSelectorTiles #StackPanelrecommendedTile {
  margin-left: 0px !important;
  margin-top: 0px !important;
}
@media (max-width: 481px) {
  #StackPanelProductSelectorTiles #StackPanelrecommendedTile {
    border-left: 0px !important;
    padding-left: 0px !important;
  }
}

#StackPanelSubHeaderDiv div {
  margin-top: 8px;
}

#StackPanelRecommendedBanner .dataCard #bannerPanel {
  height: 35px;
  background-color: #262626;
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  font-size: 14px;
  line-height: 14px;
  color: #fff;
  display: flex !important;
  align-items: center;
  justify-content: center;
}
#StackPanelRecommendedBanner .dataCard #innerContenPanel {
  border-radius: 16px;
  background: #fff;
}
#StackPanelRecommendedBanner .baseCard {
  background: #262626;
}

#StackPanelTprPanel .baseCard {
  margin-top: 57px;
}

.DowngradeContent {
  margin-top: 20px;
  display: block;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0.12px;
}

#StackPanelNewClientWelcome h4 {
  font-weight: 400 !important;
}
#StackPanelNewClientWelcome a.backButton {
  font-size: 19px;
  font-style: normal;
  font-weight: 600;
  line-height: 54px;
}
#StackPanelNewClientWelcome .BulletsPanel {
  display: flex;
  gap: 20px;
  flex-basis: auto;
  align-items: flex-start;
}
@media (max-device-width: 481px) {
  #StackPanelNewClientWelcome .BulletsPanel {
    display: block;
    max-width: 287px;
    margin: 0 auto;
  }
}
#StackPanelNewClientWelcome .BulletsPanel .BulletContent {
  display: flex;
  flex: 1 0 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
#StackPanelNewClientWelcome .BulletsPanel .BulletContent img {
  display: flex;
  width: 140px;
  height: 140px;
  padding: 36px 24px;
  justify-content: center;
  align-items: center;
}
#StackPanelNewClientWelcome .BulletsPanel .BulletContent .Bullethead {
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
}
#StackPanelNewClientWelcome .BulletsPanel .BulletContent .Bullettext {
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
}

#StackPanelTPRPlusViewbackbtn a.backButton {
  line-height: 30px;
}

.dargreenPlusRibbonPanel {
  display: flex;
  padding: 12px;
  align-items: center;
  align-self: stretch;
  background: #003512;
  border-radius: 12px;
  color: #ffffff;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
}
.dargreenPlusRibbonPanel .emptyLabelCheckBoxWrap {
  padding: 0px !important;
  position: absolute;
  right: 50px;
}
.dargreenPlusRibbonPanel .formFieldBox {
  margin-bottom: 0px !important;
}
.dargreenPlusRibbonPanel .iconTextBlock {
  position: relative;
  left: 0;
  text-align: left;
  width: calc(100% - 45px);
}

.leftCardExperthelp .emptyLabelCheckBoxWrap {
  padding: 0px !important;
}
.leftCardExperthelp .formFieldBox {
  margin-bottom: 0px !important;
}

.showMoreDPS {
  padding-left: 10px;
  font-size: 18px;
  text-decoration: none;
}

.formsDPS {
  padding-bottom: 10px;
  display: inline-block;
}
.formsDPS img {
  vertical-align: middle;
}

#StackPanelNewClientSimplifiedWelcome .taxLawBanner {
  display: flex;
  align-items: center;
  background-color: #00e85f; /* bright green */
  color: #001b0d; /* dark text */
  padding: 12px 24px;
  font-size: 16px;
  font-weight: 500;
}
#StackPanelNewClientSimplifiedWelcome .taxLawBanner img {
  margin-right: 12px;
}
#StackPanelNewClientSimplifiedWelcome .taxLawBanner a {
  margin-left: 8px;
}
#StackPanelNewClientSimplifiedWelcome .taxLawBanner a:hover {
  text-decoration: none;
}
#StackPanelNewClientSimplifiedWelcome .taxLawBanner #taxLawBannerClose {
  margin-left: auto; /* takes remaining space */
  text-decoration: none; /* no underline */
  box-shadow: none;
}
#StackPanelNewClientSimplifiedWelcome .taxLawBanner #taxLawBannerClose .icon {
  font-size: 15px;
}
@media (max-device-width: 481px) {
  #StackPanelNewClientSimplifiedWelcome .taxLawBanner {
    flex-wrap: wrap;
  }
  #StackPanelNewClientSimplifiedWelcome .taxLawBanner img {
    flex: 0;
  }
  #StackPanelNewClientSimplifiedWelcome .taxLawBanner #taxLawBannerClose {
    position: absolute;
    right: 30px;
    top: 46px;
  }
  #StackPanelNewClientSimplifiedWelcome .taxLawBannerText {
    flex: 1;
    padding-right: 30px;
  }
  #StackPanelNewClientSimplifiedWelcome a:hover {
    text-decoration: none;
  }
  #StackPanelNewClientSimplifiedWelcome .taxLawBannerGlossary {
    flex: 100%;
    margin-top: 8px;
    margin-left: 32px;
  }
  #StackPanelNewClientSimplifiedWelcome .taxLawBannerGlossaryReturning {
    flex: 100%;
    margin-top: 8px;
    margin-right: 152px;
  }
  #StackPanelNewClientSimplifiedWelcome .taxLawBannerTextReturning {
    flex: 1;
    margin-right: 100px;
  }
}
#StackPanelNewClientSimplifiedWelcome a.backButton {
  font-size: 19px;
  font-style: normal;
  font-weight: 600;
  line-height: 54px;
}
#StackPanelNewClientSimplifiedWelcome a.nextButton {
  background-color: #005D1F;
}
#StackPanelNewClientSimplifiedWelcome .Subheadtext {
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
}

#StackPanelMainmenuBannerPanel .mainMenuBanner {
  display: flex;
  align-items: center;
  background-color: #003512;
  color: white;
  padding: 13px 20px;
  font-size: 18px;
}
#StackPanelMainmenuBannerPanel .mainMenuBanner .mainmenuBannerTextTPR {
  font-size: 18px;
  font-weight: 500;
}
#StackPanelMainmenuBannerPanel .mainMenuBanner img {
  margin-right: 12px;
}
#StackPanelMainmenuBannerPanel .mainMenuBanner a {
  margin-left: 8px;
}
#StackPanelMainmenuBannerPanel .mainMenuBanner a:hover {
  text-decoration: none;
}
#StackPanelMainmenuBannerPanel .mainMenuBanner #mainmenuBannerClose {
  margin-left: auto; /* takes remaining space */
  text-decoration: none; /* no underline */
  box-shadow: none;
}
#StackPanelMainmenuBannerPanel .mainMenuBanner #mainmenuBannerClose .icon {
  font-size: 15px;
  color: white;
}
@media (max-device-width: 481px) {
  #StackPanelMainmenuBannerPanel .mainMenuBanner {
    flex-wrap: wrap;
  }
  #StackPanelMainmenuBannerPanel .mainMenuBanner img {
    flex: 0;
  }
  #StackPanelMainmenuBannerPanel .mainMenuBanner #mainMenuBanner {
    position: absolute;
    right: 30px;
    top: 46px;
  }
  #StackPanelMainmenuBannerPanel .mainmenuBannerText {
    flex: 1;
    padding-right: 30px;
  }
  #StackPanelMainmenuBannerPanel a:hover {
    text-decoration: none;
  }
}

.promoBtn {
  display: inline-block !important;
  width: 100%;
  padding-top: 8px;
  box-sizing: border-box;
}
.promoBtn span {
  display: inline !important;
}

.printReceiptAlign {
  display: block !important;
}

@media (max-width: 481px) {
  #StackPanelCachedCheckboxList .checkBoxList.lifestylecard .cblifestylecard {
    display: block;
    width: 100%;
  }
}
@media (max-width: 481px) {
  #StackPanelCachedCheckboxList .checkBoxList.lifestylecard .cblifestylecard .cbxContainer:not(.helpTextPnl) {
    display: block;
  }
}
#StackPanelCachedCheckboxList .checkBoxList.lifestylecard .cblifestylecard .labelContainer {
  display: block;
  width: 100%;
}
@media (max-width: 481px) {
  #StackPanelCachedCheckboxList .checkBoxList.lifestylecard .cblifestylecard .formFieldBox.listBox {
    padding-left: 0px !important;
  }
}

#StackPanelQuickProductView .dataCard #cardContentPanel {
  min-height: 0px !important;
}
#StackPanelQuickProductView .baseCard {
  margin: 0px !important;
  min-height: 230px !important;
}

.QuickviewproductScroll {
  display: inline-block;
  box-shadow: none;
  top: 6px;
  padding-left: 9px;
  position: absolute;
  right: 0;
}

.MarginBottom16 {
  margin-bottom: 16px;
}

.QuickviewContent {
  font-weight: bold;
  position: relative;
}

.QuickviewName {
  margin-right: 50px;
}

.overlayBoxPanel {
  position: fixed;
  bottom: 0;
  z-index: 100;
  background-color: #ffffff;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  width: 100%;
  height: 118px;
  box-sizing: border-box;
}
.overlayBoxPanel .ProductNameText {
  font-size: 20px !important;
  font-weight: 500 !important;
  line-height: 24px !important;
  letter-spacing: 0.12px !important;
  text-align: left;
}
.overlayBoxPanel .QuickviewproductScroll {
  top: -5px !important;
}
.overlayBoxPanel .popularTextElement {
  top: -42px;
}
.overlayBoxPanel .cardInnerPanel {
  display: block;
  background-color: #ffffff;
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  padding: 24px;
  margin-top: -15px;
}

#StackPanelTPRfreecard .comparisonCard {
  max-width: 386px !important;
}
#StackPanelTPRfreecard a.buttonStyle {
  background-color: #005D1F !important;
  color: #ffffff !important;
}

.cardBullet {
  font-size: 18px;
  font-weight: 400;
}

.DowngradeBegUpsell {
  font-size: 18px !important;
  font-weight: 500 !important;
}

#StackPanelTableUpsell td.span4.RecommendedCell {
  border-left: 2px solid #005D1F;
  border-right: 2px solid #005D1F;
  padding: 0px;
  margin-top: 0px;
  height: 100%;
  min-height: 115px;
  background-color: white;
}
#StackPanelTableUpsell td.span4.FreeLeftCell {
  border-right: 1px solid #D6DAE0;
  padding: 0px;
  margin-top: 0px;
  height: 100%;
  min-height: 115px;
}
#StackPanelTableUpsell .tableAll th .tableHeaderStyle {
  display: block !important;
  padding: 0;
  margin: 0 auto;
  text-align: center !important;
}
#StackPanelTableUpsell .tableAll .dgTableBaseDiv {
  height: 105px !important;
}
#StackPanelTableUpsell table.tableStyle tbody tr:last-child {
  border-bottom: 0px !important;
}
#StackPanelTableUpsell table.tableStyle tbody tr:last-child td.span4.RecommendedCell {
  border-bottom: 2px solid #005D1F;
}
@media (max-width: 481px) {
  #StackPanelTableUpsell table.tableStyle thead {
    display: table-header-group !important;
  }
}
#StackPanelTableUpsell table.tableStyle th {
  padding-bottom: 0px !important;
}
#StackPanelTableUpsell a.buttonStyle {
  background-color: #005D1F;
}

.PlusHeading {
  font-weight: 500;
  background-color: #005D1F;
  display: block;
  color: #ffffff;
  width: 100%;
  padding: 10px 0px 10px 0px;
}

.PlusHeadingMob {
  display: flex;
  background-color: #005D1F;
  padding: 8px 35.5px;
  flex-direction: column;
  color: #ffffff;
  align-items: flex-start;
  gap: 28px;
  font-weight: 500;
}

.FreeHeading {
  font-weight: 500;
  background-color: #0073C5;
  display: block;
  color: #ffffff;
  /* width: 100%;*/
  padding: 10px 0px 10px 0px;
  margin-left: -18px;
}

.FreeHeadingMob {
  margin-left: -9px !important;
}

.PlusTableRecommendedBanner {
  justify-content: center;
  align-items: center;
  display: block;
  margin: 0;
  color: #ffffff;
  border-radius: 12px 12px 0 0;
}

.PlusTableStateNote {
  margin-top: 20px;
  display: block;
  font-size: 12px;
  font-weight: 500;
  line-height: 18px;
  letter-spacing: 0.12px;
}

#StackPanelWaveAnimations, #StackPanelWaveDDOAnimations {
  display: none;
}
#StackPanelWaveAnimations #waveAnimation .button, #StackPanelWaveAnimations #waveDDOAnimation .button, #StackPanelWaveDDOAnimations #waveAnimation .button, #StackPanelWaveDDOAnimations #waveDDOAnimation .button {
  position: fixed;
  bottom: 130px;
  height: 60px;
  width: 347px;
  border-radius: 40px;
  background-color: #11A63D;
  text-align: center;
  vertical-align: middle;
  padding-top: 20px;
  box-sizing: border-box;
  color: white;
  left: 50%;
  transform: translateX(-50%);
}
#StackPanelWaveAnimations #waveAnimation .body-content, #StackPanelWaveAnimations #waveDDOAnimation .body-content, #StackPanelWaveDDOAnimations #waveAnimation .body-content, #StackPanelWaveDDOAnimations #waveDDOAnimation .body-content {
  display: flex;
  margin: 0 auto;
  align-items: center;
  justify-content: center;
  height: 100vh;
}
#StackPanelWaveAnimations #waveAnimation .body-content .bg_square, #StackPanelWaveAnimations #waveDDOAnimation .body-content .bg_square, #StackPanelWaveDDOAnimations #waveAnimation .body-content .bg_square, #StackPanelWaveDDOAnimations #waveDDOAnimation .body-content .bg_square {
  position: absolute;
  width: 4vw;
  height: 5vh;
  background-color: #F1F5F6;
  z-index: 99;
  transition: all 2.2s cubic-bezier(0.6, 0.05, 0.01, 0.99);
  transform: scale(0);
}
@media only screen and (max-width: 481px) {
  #StackPanelWaveAnimations #waveAnimation .body-content .bg_square, #StackPanelWaveAnimations #waveDDOAnimation .body-content .bg_square, #StackPanelWaveDDOAnimations #waveAnimation .body-content .bg_square, #StackPanelWaveDDOAnimations #waveDDOAnimation .body-content .bg_square {
    width: 5vw;
  }
}
#StackPanelWaveAnimations #waveAnimation .body-content .bg_square.is-scaled, #StackPanelWaveAnimations #waveDDOAnimation .body-content .bg_square.is-scaled, #StackPanelWaveDDOAnimations #waveAnimation .body-content .bg_square.is-scaled, #StackPanelWaveDDOAnimations #waveDDOAnimation .body-content .bg_square.is-scaled {
  -webkit-transform: scale(22);
  transform: scale(22);
  z-index: 98;
  top: 0;
}
#StackPanelWaveAnimations #waveAnimation .body-content .bg_square_green, #StackPanelWaveAnimations #waveDDOAnimation .body-content .bg_square_green, #StackPanelWaveDDOAnimations #waveAnimation .body-content .bg_square_green, #StackPanelWaveDDOAnimations #waveDDOAnimation .body-content .bg_square_green {
  position: absolute;
  width: 5vw;
  height: 5vh;
  background-color: #11A63D;
  z-index: 99;
  transition: all 2.2s cubic-bezier(0.6, 0.05, 0.01, 0.99);
  transform: scale(0);
}
#StackPanelWaveAnimations #waveAnimation .body-content .bg_square_green.is-scaled, #StackPanelWaveAnimations #waveDDOAnimation .body-content .bg_square_green.is-scaled, #StackPanelWaveDDOAnimations #waveAnimation .body-content .bg_square_green.is-scaled, #StackPanelWaveDDOAnimations #waveDDOAnimation .body-content .bg_square_green.is-scaled {
  -webkit-transform: scale(22);
  transform: scale(22);
  z-index: 98;
  top: 100%;
}
@media only screen and (max-width: 481px) {
  #StackPanelWaveAnimations #waveAnimation .body-content .bg_square_green.is-scaled, #StackPanelWaveAnimations #waveDDOAnimation .body-content .bg_square_green.is-scaled, #StackPanelWaveDDOAnimations #waveAnimation .body-content .bg_square_green.is-scaled, #StackPanelWaveDDOAnimations #waveDDOAnimation .body-content .bg_square_green.is-scaled {
    top: 150%;
  }
}
#StackPanelWaveAnimations #waveAnimation .body-content .waveLogo, #StackPanelWaveAnimations #waveDDOAnimation .body-content .waveLogo, #StackPanelWaveDDOAnimations #waveAnimation .body-content .waveLogo, #StackPanelWaveDDOAnimations #waveDDOAnimation .body-content .waveLogo {
  width: 184px;
  height: 160px;
  position: relative;
}
@media only screen and (max-width: 481px) {
  #StackPanelWaveAnimations #waveAnimation .body-content .waveLogo, #StackPanelWaveAnimations #waveDDOAnimation .body-content .waveLogo, #StackPanelWaveDDOAnimations #waveAnimation .body-content .waveLogo, #StackPanelWaveDDOAnimations #waveDDOAnimation .body-content .waveLogo {
    width: 120px;
    height: 104px;
  }
}
#StackPanelWaveAnimations #waveAnimation .body-content .baLogo, #StackPanelWaveAnimations #waveDDOAnimation .body-content .baLogo, #StackPanelWaveDDOAnimations #waveAnimation .body-content .baLogo, #StackPanelWaveDDOAnimations #waveDDOAnimation .body-content .baLogo {
  height: 184px;
  width: 208px;
  position: relative;
  z-index: 99;
}
@media only screen and (max-width: 481px) {
  #StackPanelWaveAnimations #waveAnimation .body-content .baLogo, #StackPanelWaveAnimations #waveDDOAnimation .body-content .baLogo, #StackPanelWaveDDOAnimations #waveAnimation .body-content .baLogo, #StackPanelWaveDDOAnimations #waveDDOAnimation .body-content .baLogo {
    width: 136px;
    height: 120px;
  }
}
#StackPanelWaveAnimations #waveAnimation .body-content .lineContainer, #StackPanelWaveAnimations #waveDDOAnimation .body-content .lineContainer, #StackPanelWaveDDOAnimations #waveAnimation .body-content .lineContainer, #StackPanelWaveDDOAnimations #waveDDOAnimation .body-content .lineContainer {
  height: 140px;
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  justify-content: center;
  align-items: center;
  position: relative;
}
@media only screen and (max-width: 481px) {
  #StackPanelWaveAnimations #waveAnimation .body-content .lineContainer, #StackPanelWaveAnimations #waveDDOAnimation .body-content .lineContainer, #StackPanelWaveDDOAnimations #waveAnimation .body-content .lineContainer, #StackPanelWaveDDOAnimations #waveDDOAnimation .body-content .lineContainer {
    height: 60px;
    margin-bottom: 12px;
  }
}
#StackPanelWaveAnimations #waveAnimation .body-content .lineContainer .line, #StackPanelWaveAnimations #waveDDOAnimation .body-content .lineContainer .line, #StackPanelWaveDDOAnimations #waveAnimation .body-content .lineContainer .line, #StackPanelWaveDDOAnimations #waveDDOAnimation .body-content .lineContainer .line {
  height: 45px;
  width: 1px;
  border: 0.6px solid #6B6B6B;
  box-sizing: border-box;
}
@media only screen and (max-width: 481px) {
  #StackPanelWaveAnimations #waveAnimation .body-content .lineContainer .line, #StackPanelWaveAnimations #waveDDOAnimation .body-content .lineContainer .line, #StackPanelWaveDDOAnimations #waveAnimation .body-content .lineContainer .line, #StackPanelWaveDDOAnimations #waveDDOAnimation .body-content .lineContainer .line {
    height: 30px;
  }
}
#StackPanelWaveAnimations #waveAnimation .body-content .mainContainer, #StackPanelWaveAnimations #waveDDOAnimation .body-content .mainContainer, #StackPanelWaveDDOAnimations #waveAnimation .body-content .mainContainer, #StackPanelWaveDDOAnimations #waveDDOAnimation .body-content .mainContainer {
  text-align: center;
  opacity: 0.15;
  z-index: 99;
  transition: all 0.2s cubic-bezier(0.33, 0.66, 0.66, 1);
}
#StackPanelWaveAnimations, #StackPanelWaveDDOAnimations {
  min-height: 100vh;
  overflow: hidden;
  background-color: #F1F5F7;
}

#StackPanelWaveDDOAnimations #waveDDOAnimation .body-content .mainContainer {
  opacity: 1;
}

#eltTracker {
  height: 1px;
  width: 1px;
  display: block;
  visibility: hidden;
  position: absolute;
  left: 10vw;
  top: 0;
}

.bg_bubble {
  position: absolute;
  transform: scale(0);
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: white;
  transition: all 2.5s cubic-bezier(0.6, 0.05, 0.01, 0.99);
  left: 0;
  margin-left: auto;
  margin-right: auto;
}
.bg_bubble.is-scaled {
  -webkit-transform: scale(100);
  transform: scale(100);
  transition: all 2.5s cubic-bezier(0.6, 0.05, 0.01, 0.99);
  z-index: 98;
}

#StackPanelWaveWelcomeAnimations {
  min-height: 100vh;
  background-color: #F1F5F7;
}

.waveWelcomeAnimation {
  position: relative;
  background-color: #F1F5F7;
}
.waveWelcomeAnimation .no-drag {
  user-select: none;
  -moz-user-select: none;
  -webkit-user-drag: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}
.waveWelcomeAnimation .not-shown {
  display: none !important;
}
.waveWelcomeAnimation .hidden {
  opacity: 0 !important;
  pointer-events: none !important;
  cursor: default !important;
  -webkit-transform: translateY(48px);
  transform: translateY(48px);
}
.waveWelcomeAnimation .wave-wrap {
  display: flex;
  flex-direction: column;
  min-height: 670px;
  height: -webkit-fill-available;
  overflow: hidden;
  transition: all 1s cubic-bezier(0.6, 0.05, 0.01, 0.99);
  opacity: 0;
}
@media only screen and (max-width: 481px) {
  .waveWelcomeAnimation .wave-wrap {
    min-height: 100vh;
  }
}
.waveWelcomeAnimation .wave-wrap.is-active {
  opacity: 1;
}
.waveWelcomeAnimation .wave-wrap.is-co-browse-mode {
  padding-top: 56px;
}
.waveWelcomeAnimation .wave-container {
  display: flex;
  flex-direction: column;
  flex: 1;
  max-width: 1440px;
  width: 100%;
  padding: 0;
  margin: 0 auto;
}
.waveWelcomeAnimation .wave-header {
  position: fixed;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 32px;
  z-index: 99;
}
.waveWelcomeAnimation .wave-header .logo {
  position: relative;
  z-index: 100;
  width: 195px;
}
@media only screen and (max-width: 481px) {
  .waveWelcomeAnimation .wave-header .logo {
    width: 154px;
  }
}
.waveWelcomeAnimation .wave-body-content {
  position: relative;
  display: flex;
  flex: 1;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  z-index: 99;
  min-height: 100vh;
}
.waveWelcomeAnimation .wave-slide-carousel {
  position: absolute;
  top: 0;
  width: 100%;
  display: flex;
  height: 100vh;
  justify-content: center;
  align-items: center;
  transition: all 1.2s cubic-bezier(0.6, 0.05, 0.01, 0.99);
  cursor: -webkit-grab;
  cursor: grab;
}
@media only screen and (max-width: 481px) {
  .waveWelcomeAnimation .wave-slide-carousel {
    transition: all 0s;
    -webkit-transition: all 0s;
    -moz-transition: all 0s;
    -ms-transition: all 0s;
  }
}
.waveWelcomeAnimation .wave-slide-carousel:active {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}
.waveWelcomeAnimation .slide-group {
  margin-bottom: 20px;
}
.waveWelcomeAnimation .slide-group.hidden {
  -webkit-transform: translateY(48px);
  transform: translateY(48px);
}
.waveWelcomeAnimation .slide-group p {
  color: black;
  max-width: 448px;
  font-size: 40px;
  line-height: 45px;
  text-align: center;
  padding: 0 28px;
  margin: 0 auto;
  font-weight: normal;
  box-sizing: border-box;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: default;
  margin-top: 40px;
}
.waveWelcomeAnimation .slide-group p.subContent {
  font-size: 16px;
  margin-top: 24px;
  letter-spacing: 0;
  line-height: 21px;
}
.waveWelcomeAnimation .slide-group p strong {
  font-weight: 700;
}
.waveWelcomeAnimation .slide-group-img-container {
  margin: 0 auto;
  text-align: center;
}
@media only screen and (max-width: 481px) {
  .waveWelcomeAnimation .slide-group-img-container {
    display: none;
  }
}
.waveWelcomeAnimation .slide-group-img-container-mobile {
  display: none;
  margin: 0 auto;
  text-align: center;
}
@media only screen and (max-width: 481px) {
  .waveWelcomeAnimation .slide-group-img-container-mobile {
    display: block;
    margin-top: 28px;
  }
  .waveWelcomeAnimation .slide-group-img-container-mobile img {
    max-width: 240px;
  }
}
.waveWelcomeAnimation .tns-outer {
  width: 100%;
}
.waveWelcomeAnimation .wave-slider__nav-button {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border: 0;
  background-color: #D6DAE0;
  transition: all 1s cubic-bezier(0.6, 0.05, 0.01, 0.99);
  cursor: pointer;
}
.waveWelcomeAnimation .wave-slider__nav-button:active {
  -webkit-transform: translateY(4px);
  transform: translateY(4px);
}
.waveWelcomeAnimation .wave-slider__nav-button:disabled {
  display: none;
}
.waveWelcomeAnimation .wave-slider__nav-button.on-green {
  background-color: #ffffff;
}
.waveWelcomeAnimation .wave-slider__nav-button--prev {
  left: 32px;
}
.waveWelcomeAnimation .wave-slider__nav-button--next {
  right: 32px;
}
.waveWelcomeAnimation .wave-pagination {
  display: flex;
  justify-content: center;
  padding: 550px 32px 0px;
  transition: all 1.2s cubic-bezier(0.6, 0.05, 0.01, 0.99);
  box-sizing: border-box;
  top: 0;
  left: 0;
  right: 0;
}
@media (min-height: 680px) {
  .waveWelcomeAnimation .wave-pagination {
    padding: 610px 32px 0px;
  }
}
.waveWelcomeAnimation .wave-pagination .pagination-item {
  position: relative;
  width: 24px;
  height: 6px;
  background-color: #D6DAE0;
  border-radius: 3px;
  margin: 4px;
  transition: all 1s cubic-bezier(0.6, 0.05, 0.01, 0.99);
  overflow: hidden;
  cursor: pointer;
}
.waveWelcomeAnimation .wave-pagination .pagination-item.is-active, .waveWelcomeAnimation .wave-pagination .pagination-item.tns-nav-active {
  width: 48px;
}
.waveWelcomeAnimation .wave-pagination .pagination-item.is-active .pagination-item__inner, .waveWelcomeAnimation .wave-pagination .pagination-item.tns-nav-active .pagination-item__inner {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
.waveWelcomeAnimation .wave-pagination .pagination-item.is-complete .pagination-item__inner {
  transition: all 1s linear;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}
.waveWelcomeAnimation .wave-pagination .pagination-item.no-transition .pagination-item__inner {
  transition: none !important;
}
.waveWelcomeAnimation .wave-pagination .pagination-item .pagination-item__inner {
  position: absolute;
  width: calc(100% + 12px);
  height: 6px;
  background-color: #202020;
  border-radius: 3px;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  transition: all 5s linear;
  transition-delay: 1s;
}
.waveWelcomeAnimation .wave-button-wrap {
  display: flex;
  justify-content: center;
  transition: all 1s cubic-bezier(0.6, 0.05, 0.01, 0.99);
  box-sizing: border-box;
  margin-top: -15px;
  left: 0;
  right: 0;
}
.waveWelcomeAnimation .button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  font-weight: 600;
  line-height: 2;
  border-radius: 6px;
  border: 0;
  padding: 8px 32px;
  transition: all 0.2s cubic-bezier(0.6, 0.05, 0.01, 0.99);
  opacity: 1;
  cursor: pointer;
  box-sizing: border-box;
  z-index: 10;
  height: 48px;
  width: 320px;
  background-color: #111111;
  color: white;
}
.waveWelcomeAnimation .button:active {
  -webkit-transform: translateY(4px);
  transform: translateY(4px);
}
@media only screen and (max-width: 767px) {
  .waveWelcomeAnimation .wave-slider__nav-button {
    display: none;
  }
  .waveWelcomeAnimation .wave-pagination {
    position: absolute;
    bottom: 28px;
    padding: 32px;
    top: unset;
  }
  .waveWelcomeAnimation .wave-button-wrap {
    position: absolute;
    bottom: 28px;
  }
}
@media only screen and (max-width: 414px) {
  .waveWelcomeAnimation .slide-group {
    margin-bottom: 0;
  }
  .waveWelcomeAnimation .slide-group p {
    max-width: 343px;
    font-size: 32px;
    line-height: 32px;
  }
  .waveWelcomeAnimation .wave-button-wrap {
    width: 100%;
    padding: 0 32px;
  }
  .waveWelcomeAnimation .button {
    min-width: 100%;
    width: 100%;
  }
}

.tns-item {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .waveWelcomeAnimation .wave-slider__nav-button--prev, .waveWelcomeAnimation .wave-slider__nav-button--next {
    top: 47%;
  }
}

.finalAnimationPanel {
  height: 100vh;
  position: relative;
  width: 100%;
  font-size: 50px;
  color: black;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
  z-index: 100;
  display: none;
}

@media (max-height: 630px) {
  .ieFix .wave-body-content {
    min-height: 670px;
  }
}

#StackPanelBodyContent, #StackPanelNoBusinessContent {
  background-color: #F1F5F7;
  margin: 0 auto;
  min-height: 100vh;
}
#StackPanelBodyContent > div:nth-child(2), #StackPanelNoBusinessContent > div:nth-child(2) {
  width: 410px;
  margin: 0 auto;
  border-radius: 15px;
  background-color: #FFFFFF;
  box-shadow: 0 4px 40px 0 rgba(0, 0, 0, 0.15);
  padding: 34px;
  box-sizing: border-box;
}
@media only screen and (max-width: 481px) {
  #StackPanelBodyContent > div:nth-child(2), #StackPanelNoBusinessContent > div:nth-child(2) {
    background-color: #F1F5F7;
    box-shadow: none;
    width: 100%;
    padding: 25px;
  }
}
@media only screen and (max-width: 481px) {
  #StackPanelBodyContent > div:first-child, #StackPanelNoBusinessContent > div:first-child {
    width: 100%;
  }
}
#StackPanelBodyContent > div:first-child .topImagePanel, #StackPanelNoBusinessContent > div:first-child .topImagePanel {
  display: flex;
  text-align: center;
  align-items: center;
  align-content: center;
  margin-bottom: 82px;
  margin-top: 47px;
}
#StackPanelBodyContent > div:first-child .topImagePanel img, #StackPanelNoBusinessContent > div:first-child .topImagePanel img {
  height: 41px;
}
#StackPanelBodyContent > div:first-child .topImagePanel img:first-of-type, #StackPanelNoBusinessContent > div:first-child .topImagePanel img:first-of-type {
  margin-right: 14.15px;
  margin-left: 10%;
  width: 176px;
}
#StackPanelBodyContent > div:first-child .topImagePanel img:nth-of-type(2), #StackPanelNoBusinessContent > div:first-child .topImagePanel img:nth-of-type(2) {
  margin-left: 15.26px;
}
@media only screen and (max-width: 481px) {
  #StackPanelBodyContent > div:first-child .topImagePanel img, #StackPanelNoBusinessContent > div:first-child .topImagePanel img {
    height: 30px;
  }
}
@media only screen and (max-width: 481px) {
  #StackPanelBodyContent > div:first-child .topImagePanel, #StackPanelNoBusinessContent > div:first-child .topImagePanel {
    margin-left: 25px;
    justify-content: flex-start;
    margin-top: 28px;
    margin-bottom: 21px;
  }
  #StackPanelBodyContent > div:first-child .topImagePanel img, #StackPanelNoBusinessContent > div:first-child .topImagePanel img {
    height: 30px;
  }
  #StackPanelBodyContent > div:first-child .topImagePanel img:first-of-type, #StackPanelNoBusinessContent > div:first-child .topImagePanel img:first-of-type {
    margin-right: 10.09px;
    margin-left: 0px;
  }
  #StackPanelBodyContent > div:first-child .topImagePanel img:nth-of-type(2), #StackPanelNoBusinessContent > div:first-child .topImagePanel img:nth-of-type(2) {
    margin-left: 11.43px;
  }
}
#StackPanelBodyContent > div:first-child .topImagePanel .lineBorder, #StackPanelNoBusinessContent > div:first-child .topImagePanel .lineBorder {
  height: 24.96px;
  width: 1px;
  border: 0.6px solid #6E6E6E;
  box-sizing: border-box;
}
@media only screen and (max-width: 481px) {
  #StackPanelBodyContent > div:first-child .topImagePanel .lineBorder, #StackPanelNoBusinessContent > div:first-child .topImagePanel .lineBorder {
    height: 18.26px;
  }
}
#StackPanelBodyContent .featuresList .iconTextBlock, #StackPanelNoBusinessContent .featuresList .iconTextBlock {
  padding-bottom: 22px;
  color: #000000;
}
#StackPanelBodyContent .bgGrey > div, #StackPanelNoBusinessContent .bgGrey > div {
  border: 2px solid #11A63D;
  border-radius: 15px;
  background-color: white;
  padding: 28px 24px 28px 28px;
  font-size: 18px;
  min-height: 96px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  text-align: left;
  cursor: pointer;
}
#StackPanelBodyContent .bgGrey > div.grey, #StackPanelNoBusinessContent .bgGrey > div.grey {
  border-color: #EDEDED;
}
#StackPanelBodyContent .bgGrey > div > div, #StackPanelNoBusinessContent .bgGrey > div > div {
  width: 100%;
}
#StackPanelBodyContent .bgGrey > div span:first-child, #StackPanelNoBusinessContent .bgGrey > div span:first-child {
  position: relative;
  display: inline-block;
  width: 28px;
  vertical-align: top;
}
#StackPanelBodyContent .bgGrey > div span:first-child:before, #StackPanelNoBusinessContent .bgGrey > div span:first-child:before {
  content: "";
  position: absolute;
  height: 40px;
  width: 38px;
  background-color: #D1EED9;
  z-index: 0;
  top: -6px;
  left: -6px;
  border-radius: 8px;
}
#StackPanelBodyContent .bgGrey > div span:first-child img, #StackPanelNoBusinessContent .bgGrey > div span:first-child img {
  position: relative;
  padding-top: 5px;
}
#StackPanelBodyContent .bgGrey > div span:nth-child(2), #StackPanelNoBusinessContent .bgGrey > div span:nth-child(2) {
  font-weight: bold;
  display: inline-block;
  width: calc(100% - 56px);
  vertical-align: top;
  word-break: break-all;
  padding: 3px 12px 0px 25px;
  box-sizing: border-box;
  text-align: left;
}
#StackPanelBodyContent .bgGrey > div span:last-child, #StackPanelNoBusinessContent .bgGrey > div span:last-child {
  position: relative;
  display: inline-block;
  width: 28px;
  vertical-align: top;
}
#StackPanelBodyContent .bgGrey > div span:last-child .emptyLabelCheckBoxWrap, #StackPanelNoBusinessContent .bgGrey > div span:last-child .emptyLabelCheckBoxWrap {
  padding: 0px;
  margin-bottom: 0px;
}
#StackPanelBodyContent .bgGrey > div span:last-child .emptyLabelCheckBoxWrap .hrbcheckbox, #StackPanelNoBusinessContent .bgGrey > div span:last-child .emptyLabelCheckBoxWrap .hrbcheckbox {
  height: 28px;
  width: 28px;
  border-color: #EDEDED;
  border-radius: 50%;
  margin-top: 0px;
  margin-right: 0px;
}
#StackPanelBodyContent .bgGrey > div span:last-child .emptyLabelCheckBoxWrap .hrbcheckbox.checked, #StackPanelNoBusinessContent .bgGrey > div span:last-child .emptyLabelCheckBoxWrap .hrbcheckbox.checked {
  background-color: #11A63D;
  border-color: #11A63D;
}
#StackPanelBodyContent .bgGrey > div span:last-child .emptyLabelCheckBoxWrap .hrbcheckbox .xcheckbox, #StackPanelNoBusinessContent .bgGrey > div span:last-child .emptyLabelCheckBoxWrap .hrbcheckbox .xcheckbox {
  width: 18px;
  height: 18px;
  pointer-events: none;
}
#StackPanelBodyContent .bgGrey > div span:last-child .emptyLabelCheckBoxWrap .hrbcheckbox.checked:after, #StackPanelNoBusinessContent .bgGrey > div span:last-child .emptyLabelCheckBoxWrap .hrbcheckbox.checked:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border-color: white;
}
#StackPanelBodyContent .bgGrey > div span span:last-child, #StackPanelNoBusinessContent .bgGrey > div span span:last-child {
  float: none;
}
#StackPanelBodyContent .bgGrey > div span span:last-child:before, #StackPanelNoBusinessContent .bgGrey > div span span:last-child:before {
  content: none;
}
@media only screen and (max-width: 481px) {
  #StackPanelBodyContent .bgGrey > div, #StackPanelNoBusinessContent .bgGrey > div {
    background-color: #FFFFFF;
    box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.08);
  }
}
#StackPanelBodyContent .supremeButton, #StackPanelBodyContent .transparentButton, #StackPanelNoBusinessContent .supremeButton, #StackPanelNoBusinessContent .transparentButton {
  height: 60px;
  width: 347px;
  border-radius: 40px;
  background-color: #11A63D;
  font-size: 16px;
  color: white;
  font-weight: 500;
  margin-bottom: 15px;
  line-height: 30px;
}
@media only screen and (max-width: 481px) {
  #StackPanelBodyContent .supremeButton, #StackPanelBodyContent .transparentButton, #StackPanelNoBusinessContent .supremeButton, #StackPanelNoBusinessContent .transparentButton {
    width: 100%;
  }
}
#StackPanelBodyContent .transparentButton, #StackPanelNoBusinessContent .transparentButton {
  background-color: #FFFFFF;
  border: 2px solid #000000;
  color: black;
}
#StackPanelBodyContent .info, #StackPanelNoBusinessContent .info {
  line-height: 26px;
}

#WaveDDOTaxProMatching {
  background-color: #11A63D;
  display: none;
  display: flex;
  margin: 0 auto;
  align-items: center;
  justify-content: center;
  height: 100vh;
  position: absolute;
  width: 100%;
  z-index: 100;
}
#WaveDDOTaxProMatching .tpMatchStart {
  display: none;
  height: 112px;
  width: 486px;
  align-content: center;
}
@media only screen and (max-width: 481px) {
  #WaveDDOTaxProMatching .tpMatchStart {
    max-height: 132px;
    max-width: 265px;
  }
}
#WaveDDOTaxProMatching .tpMatchStart h1 {
  font-size: 56px;
  color: #FFFFFF;
  line-height: 56px;
  font-weight: 600;
  text-align: center;
  margin-left: 5%;
  margin-right: 5%;
  letter-spacing: 1.04px;
}
@media only screen and (max-width: 481px) {
  #WaveDDOTaxProMatching .tpMatchStart h1 {
    font-size: 44px;
    line-height: 44px;
    margin-left: 10%;
    margin-right: 10%;
  }
}

#StackPanelWaveDDOTaxProMatched {
  background-color: #11A63D;
  min-height: 100vh;
}
#StackPanelWaveDDOTaxProMatched > div {
  text-align: center;
  align-items: center;
  align-content: center;
  margin: 0 auto;
}
#StackPanelWaveDDOTaxProMatched > div:first-child {
  font-weight: 600;
  font-size: 40px;
  line-height: 40px;
  letter-spacing: 0.57px;
  max-width: 520px;
}
#StackPanelWaveDDOTaxProMatched > div:first-child > div > div:only-child {
  margin-top: 140px;
  margin-bottom: 40px;
}
@media only screen and (max-width: 481px) {
  #StackPanelWaveDDOTaxProMatched > div:first-child > div > div:only-child {
    margin-top: 166px;
    margin-bottom: 42px;
  }
}
@media only screen and (max-width: 481px) {
  #StackPanelWaveDDOTaxProMatched > div:first-child {
    font-size: 32px;
    line-height: 32px;
    max-width: 330px;
    letter-spacing: 0.46px;
  }
}
#StackPanelWaveDDOTaxProMatched > div:nth-child(2) {
  border-radius: 16px;
  background-color: #005D1F;
  height: auto;
  max-width: 600px;
  width: 70%;
  font-weight: 600;
}
#StackPanelWaveDDOTaxProMatched > div:nth-child(2) #TextBlocktpName {
  margin-top: 262px;
  margin-bottom: 8px;
  font-size: 32px;
  line-height: 32px;
  letter-spacing: 0.33px;
}
@media only screen and (max-width: 481px) {
  #StackPanelWaveDDOTaxProMatched > div:nth-child(2) #TextBlocktpName {
    font-size: 24px;
    line-height: 24px;
    letter-spacing: 0.34px;
    margin-bottom: 7px;
    margin-top: 225px;
  }
}
#StackPanelWaveDDOTaxProMatched > div:nth-child(2) #TextBlocktpDesignation {
  font-weight: 400;
  line-height: 28px;
  font-size: 18px;
  letter-spacing: 0.1px;
  margin-bottom: 115px;
}
@media only screen and (max-width: 481px) {
  #StackPanelWaveDDOTaxProMatched > div:nth-child(2) #TextBlocktpDesignation {
    margin-bottom: 54px;
  }
}
@media only screen and (max-width: 481px) {
  #StackPanelWaveDDOTaxProMatched > div:nth-child(2) {
    max-width: 330px;
  }
}
#StackPanelWaveDDOTaxProMatched > div > div span {
  color: #FFFFFF;
  display: block;
}

#StackPanelTaxProImage {
  width: 120px;
  height: 120px;
  left: 50%;
  margin-left: -60px;
  border-radius: 16px;
  position: absolute;
  top: 370px;
}
@media only screen and (max-width: 481px) {
  #StackPanelTaxProImage {
    top: 332px;
  }
}
#StackPanelTaxProImage .tpSummary img {
  width: 120px;
  height: 120px;
  border-radius: 16px;
}
#StackPanelTaxProImage.animate {
  transform: translateY(-298px) scale(0.6);
  transition: all 1.5s cubic-bezier(0.33, 0.66, 0.66, 1);
}
@media only screen and (max-width: 481px) {
  #StackPanelTaxProImage.animate {
    transform: translateY(-290px) scale(0.35);
  }
}

#StackPanelWaveDDOTaxProMatchedLetter {
  background-color: #11A63D;
  min-height: 100vh;
}
#StackPanelWaveDDOTaxProMatchedLetter > div {
  text-align: center;
  align-items: center;
  align-content: center;
  margin: 0 auto;
}
#StackPanelWaveDDOTaxProMatchedLetter > div:first-child {
  width: 450px;
  height: 368px;
  font-weight: 500;
  line-height: 26px;
  font-size: 18px;
  text-align: left;
  letter-spacing: 0.1px;
  padding-top: 208px;
}
@media only screen and (max-width: 481px) {
  #StackPanelWaveDDOTaxProMatchedLetter > div:first-child {
    width: 319px;
    height: 433px;
    padding-top: 164px;
  }
}
#StackPanelWaveDDOTaxProMatchedLetter > div:first-child > div > div > span:first-child {
  margin-bottom: 28px;
  font-weight: 600;
  line-height: 40px;
  font-size: 40px;
  letter-spacing: 0.8px;
}
@media only screen and (max-width: 481px) {
  #StackPanelWaveDDOTaxProMatchedLetter > div:first-child > div > div > span:first-child {
    font-size: 32px;
    letter-spacing: 0.46px;
    margin-bottom: 25px;
  }
}
#StackPanelWaveDDOTaxProMatchedLetter > div:first-child > div > div > span:nth-child(2), #StackPanelWaveDDOTaxProMatchedLetter > div:first-child > div > div > span:nth-child(3) {
  margin-bottom: 26px;
}
#StackPanelWaveDDOTaxProMatchedLetter > div:nth-child(2) {
  margin-top: 96px;
}
#StackPanelWaveDDOTaxProMatchedLetter > div > div span {
  color: #FFFFFF;
  display: block;
}
#StackPanelWaveDDOTaxProMatchedLetter .transparentButton {
  height: 60px;
  width: 340px;
  border-radius: 80px;
  background-color: #FFFFFF;
  font-size: 16px;
  color: black;
  font-weight: 500;
  margin-bottom: 52px;
  line-height: 30px;
  border: 2px solid white;
}
@media only screen and (max-width: 995px) {
  #StackPanelWaveDDOTaxProMatchedLetter .transparentButton {
    line-height: 22px;
  }
}
#StackPanelWaveDDOTaxProMatchedLetter .transparentButton > span {
  color: black;
}
@media only screen and (max-width: 481px) {
  #StackPanelWaveDDOTaxProMatchedLetter .transparentButton {
    width: 100%;
    max-width: 330px;
  }
}

#StackPanelBusinessListContainer {
  margin: 0 auto;
}
#StackPanelBusinessListContainer > div > div:nth-child(2) {
  margin: 0 auto;
  max-width: 600px;
}
#StackPanelBusinessListContainer > div > div:nth-child(3) {
  margin: 0 auto;
  max-width: 454px;
  line-height: 28px;
  font-size: 18px;
  color: #6E6E6E;
}
@media only screen and (max-width: 481px) {
  #StackPanelBusinessListContainer > div > div:nth-child(3) > div {
    text-align: left;
  }
}
#StackPanelBusinessListContainer > div > div:nth-child(3) .dataInfo ul.xlistStyle li {
  text-align: left;
}
#StackPanelBusinessListContainer > div > div:nth-child(3) .dataInfo ul.xlistStyle li::marker {
  color: #262626;
}
#StackPanelBusinessListContainer {
  /*.tpDetails img {
      border: 5px solid #F1F5F7;
  }*/
}

#StackPanelBusinessListContent > div {
  margin: 0 auto;
  max-width: 600px;
  align-items: center;
  text-align: left;
}
#StackPanelBusinessListContent > div:first-child {
  font-size: 18px;
  font-weight: 600;
  line-height: 28px;
}
#StackPanelBusinessListContent .bgWhite > div {
  margin: 0 auto;
  border: 2px solid #FFFFFF;
  border-radius: 15px;
  background-color: white;
  box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.08);
  font-size: 18px;
  min-height: 96px;
  box-sizing: border-box;
  cursor: pointer;
}
#StackPanelBusinessListContent .bgWhite > div > div {
  width: 100%;
}
#StackPanelBusinessListContent .bgWhite > div span:first-child {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 40px;
  vertical-align: top;
  padding: 28px 19px 28px 29px;
}
#StackPanelBusinessListContent .bgWhite > div span:first-child:before {
  content: "";
  position: absolute;
  height: 40px;
  width: 40px;
  z-index: 0;
  border-radius: 6px;
}
#StackPanelBusinessListContent .bgWhite > div span:first-child img {
  position: relative;
}
#StackPanelBusinessListContent .bgWhite > div span:nth-child(2) {
  font-weight: bold;
  display: inline-block;
  width: calc(100% - 182px);
  vertical-align: top;
  word-break: break-all;
  padding: 34px 0px 34px 0px;
  box-sizing: border-box;
  text-align: left;
  line-height: 28px;
}
#StackPanelBusinessListContent .bgWhite > div span:last-child {
  position: relative;
  display: inline-block;
  width: 32px;
  height: 32px;
  padding: 32px 28px 32px 30px;
  vertical-align: top;
}
#StackPanelBusinessListContent .bgWhite > div span:last-child .emptyLabelCheckBoxWrap {
  padding: 0px;
  margin-bottom: 0px;
}
#StackPanelBusinessListContent .bgWhite > div span:last-child .emptyLabelCheckBoxWrap .hrbcheckbox {
  height: 28px;
  width: 28px;
  border-color: #EDEDED;
  border-radius: 50%;
  margin-top: 0px;
  margin-right: 0px;
}
#StackPanelBusinessListContent .bgWhite > div span:last-child .emptyLabelCheckBoxWrap .hrbcheckbox.checked {
  background-color: #11A63D;
  border-color: #11A63D;
}
#StackPanelBusinessListContent .bgWhite > div span:last-child .emptyLabelCheckBoxWrap .hrbcheckbox .xcheckbox {
  width: 18px;
  height: 18px;
  pointer-events: none;
}
#StackPanelBusinessListContent .bgWhite > div span:last-child .emptyLabelCheckBoxWrap .hrbcheckbox.checked:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border-color: white;
}
#StackPanelBusinessListContent .bgWhite > div span span:last-child {
  float: none;
}
#StackPanelBusinessListContent .bgWhite > div span span:last-child:before {
  content: none;
}
@media only screen and (max-width: 481px) {
  #StackPanelBusinessListContent .bgWhite > div {
    background-color: #FFFFFF;
    box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.08);
  }
}

#StackPanelstkWaveWelcome1, #StackPanelstkWaveWelcome2, #StackPanelstkWaveWelcome3 {
  margin-top: 42px;
  line-height: 28px;
  letter-spacing: 0.1px;
  display: flex;
  align-items: center;
  max-width: 500px;
}
@media only screen and (max-width: 481px) {
  #StackPanelstkWaveWelcome1, #StackPanelstkWaveWelcome2, #StackPanelstkWaveWelcome3 {
    margin-top: 30px;
  }
}
@media only screen and (max-width: 481px) {
  #StackPanelstkWaveWelcome1 img, #StackPanelstkWaveWelcome2 img, #StackPanelstkWaveWelcome3 img {
    margin-left: 20px;
    max-width: 105px;
  }
}

#XImageimgHelpMeChoose {
  margin-left: 20px;
  width: 126px;
}

#XImageimgDataImport {
  margin-left: 20px;
  width: 139px;
}

#XImageimgFrame {
  margin-left: 20px;
  width: 125px;
}

#StackPanelProformaUpgrade .dataCard, #StackPanelProformaUpgradeMobile .dataCard {
  width: 350px;
  display: inline-block;
  vertical-align: middle;
  margin-left: 11px;
  margin-right: 11px;
  text-align: left;
}
@media only screen and (max-width: 481px) {
  #StackPanelProformaUpgrade .dataCard, #StackPanelProformaUpgradeMobile .dataCard {
    width: 100%;
    margin: 0;
  }
}
#StackPanelProformaUpgrade .dataCard .iconTextBlock, #StackPanelProformaUpgradeMobile .dataCard .iconTextBlock {
  margin-bottom: 8px;
}
#StackPanelProformaUpgrade .dataCard .iconImage, #StackPanelProformaUpgradeMobile .dataCard .iconImage {
  vertical-align: top !important;
}
#StackPanelProformaUpgrade .dataCard .supremeButton, #StackPanelProformaUpgrade .dataCard .secondaryButtonStyle, #StackPanelProformaUpgradeMobile .dataCard .supremeButton, #StackPanelProformaUpgradeMobile .dataCard .secondaryButtonStyle {
  padding: 10px;
  min-height: 40px;
  font-size: 13px;
  font-weight: bold;
  letter-spacing: 0;
}
#StackPanelProformaUpgrade .dataCard .subText, #StackPanelProformaUpgradeMobile .dataCard .subText {
  font-size: 15px;
  font-weight: normal;
  display: block;
}
#StackPanelProformaUpgrade .dataCard #cardContentPanel, #StackPanelProformaUpgradeMobile .dataCard #cardContentPanel {
  margin-left: 13px;
}
#StackPanelProformaUpgrade .dataCard #cardActionPanel, #StackPanelProformaUpgrade .dataCard #footerPanel, #StackPanelProformaUpgradeMobile .dataCard #cardActionPanel, #StackPanelProformaUpgradeMobile .dataCard #footerPanel {
  margin-left: 22px;
  margin-right: 22px;
}
#StackPanelProformaUpgrade .dataCard #innerContenPanel, #StackPanelProformaUpgradeMobile .dataCard #innerContenPanel {
  padding: 17px;
  padding-bottom: 20px;
}
#StackPanelProformaUpgrade .dataCard #bannerPanel .iconTextBlock, #StackPanelProformaUpgradeMobile .dataCard #bannerPanel .iconTextBlock {
  margin-bottom: 0px;
}
#StackPanelProformaUpgrade .mainCarWrap, #StackPanelProformaUpgradeMobile .mainCarWrap {
  background-color: #ffffff;
}
#StackPanelProformaUpgrade #mainCarContent, #StackPanelProformaUpgradeMobile #mainCarContent {
  margin: 0;
  margin-top: 15px;
}
#StackPanelProformaUpgrade #leftArrow, #StackPanelProformaUpgrade #rightArrow, #StackPanelProformaUpgradeMobile #leftArrow, #StackPanelProformaUpgradeMobile #rightArrow {
  display: none;
}

@media only screen and (max-width: 481px) {
  #StackPanelProformaUpgradeMobile {
    display: block;
  }
  #StackPanelProformaUpgradeMobile .dataCard {
    box-shadow: none !important;
    margin: 0 auto;
    max-width: 315px;
  }
  #StackPanelProformaUpgradeMobile .dataCard .subText {
    font-size: 14px;
  }
  #StackPanelProformaUpgradeMobile .dataCard .iconText {
    padding-left: 7px;
  }
  #StackPanelProformaUpgradeMobile .dataCard .iconTextBlock {
    margin-bottom: 6px;
  }
  #StackPanelProformaUpgradeMobile .dataCard #cardContentPanel {
    margin-left: 6px;
  }
  #StackPanelProformaUpgradeMobile .dataCard #footerPanel {
    margin-left: 14px;
    margin-right: 14px;
  }
  #StackPanelProformaUpgradeMobile .carousel-inner {
    box-shadow: 0 0 30px -5px rgba(0, 0, 0, 0.15);
    margin: 0 auto;
    max-width: 315px;
  }
  #StackPanelProformaUpgradeMobile .carousel-indicators .active {
    background-color: #000000;
  }
}

#StackPanelTCFUpgradeSecondChance {
  color: #000000;
}
#StackPanelTCFUpgradeSecondChance .supremeButton, #StackPanelTCFUpgradeSecondChance .greyButtonStyle, #StackPanelTCFUpgradeSecondChance .secondaryButtonStyle {
  min-height: 42px;
  padding: 12px 0px 12px 0px;
  margin-bottom: 10px;
  letter-spacing: 0px;
  font-size: 19px;
  width: 90%;
}
#StackPanelTCFUpgradeSecondChance .greyButtonStyle {
  background-color: #E8EEF1;
}
#StackPanelTCFUpgradeSecondChance .viewMobile {
  display: none;
  padding-top: 4px;
}
@media (max-device-width: 481px) {
  #StackPanelTCFUpgradeSecondChance .viewMobile {
    display: block;
  }
  #StackPanelTCFUpgradeSecondChance .viewDesktop {
    display: none;
  }
}

#StackPanelStorageUpgrade_Bversion table .supremeButton, #StackPanelStorageUpgrade_Bversion table .secondaryButtonStyle, #StackPanelSkuUpgradeOptions table .supremeButton, #StackPanelSkuUpgradeOptions table .secondaryButtonStyle {
  padding-top: 11px;
  padding-bottom: 11px;
  min-height: 40px;
  margin-bottom: 15px;
}
#StackPanelStorageUpgrade_Bversion table thead .highlightColumn, #StackPanelSkuUpgradeOptions table thead .highlightColumn {
  position: relative;
}
#StackPanelStorageUpgrade_Bversion table thead .highlightColumn::before, #StackPanelSkuUpgradeOptions table thead .highlightColumn::before {
  content: "";
  display: block;
  position: absolute;
  width: 10px;
  left: 0;
  box-shadow: -5px 3px 8px -1px rgba(0, 0, 0, 0.15);
  height: 66%;
  bottom: 0px;
}
#StackPanelStorageUpgrade_Bversion table thead .highlightColumn:after, #StackPanelSkuUpgradeOptions table thead .highlightColumn:after {
  content: "";
  display: block;
  position: absolute;
  width: 10px;
  right: 0;
  box-shadow: 6px 5px 9px -1px rgba(0, 0, 0, 0.15);
  height: 66%;
  bottom: 0;
}
#StackPanelStorageUpgrade_Bversion table thead .highlightColumn .tableHeaderStyle, #StackPanelSkuUpgradeOptions table thead .highlightColumn .tableHeaderStyle {
  font-size: 20px;
  font-weight: 500;
  text-align: center;
  display: flex !important;
  justify-content: center;
  position: relative;
  background-color: #008427;
  padding-bottom: 23px;
  bottom: -20px;
  padding-top: 7px;
  color: white;
}
#StackPanelStorageUpgrade_Bversion table thead .highlightColumn.UpgradeCell, #StackPanelSkuUpgradeOptions table thead .highlightColumn.UpgradeCell {
  min-height: 20px !important;
}
#StackPanelStorageUpgrade_Bversion table thead th.upgradeFreeHeader, #StackPanelSkuUpgradeOptions table thead th.upgradeFreeHeader {
  min-height: 20px !important;
  position: relative;
}
#StackPanelStorageUpgrade_Bversion table thead th.upgradeFreeHeader .tableHeaderStyle, #StackPanelSkuUpgradeOptions table thead th.upgradeFreeHeader .tableHeaderStyle {
  font-size: 20px;
  font-weight: 500;
  text-align: center;
  display: flex !important;
  justify-content: center;
  position: relative;
  bottom: -38px;
  left: -18px;
  margin-right: -18px;
  padding-top: 9px;
  background-color: #3BC0F8;
  padding-bottom: 7px;
}
#StackPanelStorageUpgrade_Bversion table tbody, #StackPanelSkuUpgradeOptions table tbody {
  font-weight: normal;
}
#StackPanelStorageUpgrade_Bversion table tbody tr td.upgradeFreeColumn, #StackPanelSkuUpgradeOptions table tbody tr td.upgradeFreeColumn {
  background-color: #F1F5F6;
}
#StackPanelStorageUpgrade_Bversion table tbody tr td.upgradeFreeColumn .dgTableBaseDiv, #StackPanelSkuUpgradeOptions table tbody tr td.upgradeFreeColumn .dgTableBaseDiv {
  margin-left: -18px;
  background-color: #F1F5F6;
  width: calc(100% + 18px);
}
#StackPanelStorageUpgrade_Bversion table tbody tr td.highlightColumn, #StackPanelSkuUpgradeOptions table tbody tr td.highlightColumn {
  border-left: 3px solid #008427;
  border-right: 3px solid #008427;
  position: relative;
  background-color: white;
}
#StackPanelStorageUpgrade_Bversion table tbody tr td.highlightColumn::before, #StackPanelSkuUpgradeOptions table tbody tr td.highlightColumn::before {
  content: "";
  display: block;
  position: absolute;
  width: 10px;
  left: 0;
  box-shadow: -7px -1px 8px -1px rgba(0, 0, 0, 0.15);
  height: 100%;
  top: 0;
}
#StackPanelStorageUpgrade_Bversion table tbody tr td.highlightColumn:after, #StackPanelSkuUpgradeOptions table tbody tr td.highlightColumn:after {
  content: "";
  display: block;
  position: absolute;
  width: 10px;
  right: 0;
  box-shadow: 8px -1px 9px -1px rgba(0, 0, 0, 0.15);
  height: 100%;
  top: 0;
}
#StackPanelStorageUpgrade_Bversion table tbody tr td.highlightColumn .dgTableBaseDiv, #StackPanelSkuUpgradeOptions table tbody tr td.highlightColumn .dgTableBaseDiv {
  min-height: 72px;
  position: relative;
  z-index: 2;
  background-color: white;
}
#StackPanelStorageUpgrade_Bversion table tbody tr td.highlightColumn.recommendedColumn, #StackPanelSkuUpgradeOptions table tbody tr td.highlightColumn.recommendedColumn {
  background-color: #F1F5F6;
}
#StackPanelStorageUpgrade_Bversion table tbody tr td.highlightColumn.recommendedColumn .dgTableBaseDiv, #StackPanelSkuUpgradeOptions table tbody tr td.highlightColumn.recommendedColumn .dgTableBaseDiv {
  background-color: #F1F5F6;
  border-top: none;
}
#StackPanelStorageUpgrade_Bversion table tbody tr td.highlightColumn.recommendedColumn .recommendedSubText, #StackPanelSkuUpgradeOptions table tbody tr td.highlightColumn.recommendedColumn .recommendedSubText {
  margin-bottom: 16px;
  margin-top: 5px;
  display: block;
}
#StackPanelStorageUpgrade_Bversion table tbody tr td.highlightColumn:not(.recommendedColumn), #StackPanelSkuUpgradeOptions table tbody tr td.highlightColumn:not(.recommendedColumn) {
  min-height: 72px;
}
#StackPanelStorageUpgrade_Bversion table tbody tr td.highlightColumn:not(.recommendedColumn) .dgTableBaseDiv, #StackPanelSkuUpgradeOptions table tbody tr td.highlightColumn:not(.recommendedColumn) .dgTableBaseDiv {
  position: absolute;
  border-top: 1px solid #cccccc;
  top: -10px;
}
#StackPanelStorageUpgrade_Bversion table tbody tr:first-child td:first-child, #StackPanelSkuUpgradeOptions table tbody tr:first-child td:first-child {
  line-height: 30px;
}
#StackPanelStorageUpgrade_Bversion table tbody tr:first-child td:first-child .dgTableBaseDiv, #StackPanelSkuUpgradeOptions table tbody tr:first-child td:first-child .dgTableBaseDiv {
  height: 100% !important;
}
#StackPanelStorageUpgrade_Bversion table tbody tr:last-child, #StackPanelSkuUpgradeOptions table tbody tr:last-child {
  border: none !important;
}
#StackPanelStorageUpgrade_Bversion table tbody tr:last-child td.highlightColumn, #StackPanelSkuUpgradeOptions table tbody tr:last-child td.highlightColumn {
  border-bottom: 3px solid #008427;
}
#StackPanelStorageUpgrade_Bversion table tbody tr .dgTableBaseDiv, #StackPanelSkuUpgradeOptions table tbody tr .dgTableBaseDiv {
  min-height: 60px;
}

#StackPanelProformaPlusUpgrade .dataCard {
  width: 375px;
  display: inline-block;
  vertical-align: middle;
  margin-left: 11px;
  margin-right: 11px;
  text-align: left;
}
#StackPanelProformaPlusUpgrade .dataCard:first-child {
  vertical-align: top;
}
@media only screen and (max-width: 481px) {
  #StackPanelProformaPlusUpgrade .dataCard {
    width: 100%;
    margin: 0;
  }
}
#StackPanelProformaPlusUpgrade .dataCard .iconTextBlock {
  margin-bottom: 8px;
  min-height: 40px;
}
#StackPanelProformaPlusUpgrade .dataCard .iconText {
  padding-left: 20px;
}
#StackPanelProformaPlusUpgrade .dataCard .iconImage {
  vertical-align: top !important;
}
#StackPanelProformaPlusUpgrade .dataCard .subText {
  font-size: 14px;
  font-weight: 500;
  display: block;
}
#StackPanelProformaPlusUpgrade .dataCard #cardContentPanel {
  margin-left: 13px;
}
#StackPanelProformaPlusUpgrade .dataCard #cardActionPanel, #StackPanelProformaPlusUpgrade .dataCard #footerPanel {
  margin-left: 22px;
  margin-right: 22px;
}
#StackPanelProformaPlusUpgrade .dataCard #cardActionPanel {
  margin-top: 13px;
}
#StackPanelProformaPlusUpgrade .dataCard #cardActionPanel .secondaryButtonStyle {
  margin-bottom: 8px;
}
#StackPanelProformaPlusUpgrade .dataCard #innerContenPanel {
  padding: 0px;
  padding-bottom: 20px;
}
#StackPanelProformaPlusUpgrade .dataCard #innerContenPanel > div {
  padding-left: 17px;
  padding-right: 17px;
}
#StackPanelProformaPlusUpgrade .dataCard #bannerPanel .iconTextBlock {
  margin-bottom: 0px;
}
#StackPanelProformaPlusUpgrade .dataCard #cardHeaderPanel {
  text-align: center;
  padding-top: 9px !important;
  padding-bottom: 8px !important;
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
#StackPanelProformaPlusUpgrade .dataCard #cardHeaderPanel .cardTitleDiv {
  display: flex;
  flex-direction: row;
  align-items: center;
  /*#TextBlockPlusTitle {
      color: #262626;
  }*/
}
#StackPanelProformaPlusUpgrade .dataCard #cardHeaderPanel .cardTitleDiv #XFormatTextBlockPlus #XImagePlusImg {
  width: 85px;
  height: 120px;
}
#StackPanelProformaPlusUpgrade .dataCard #cardHeaderPanel .cardTitleDiv #TextBlockPlusTitle {
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #262626;
}
#StackPanelProformaPlusUpgrade .dataCard:not(:first-child) #cardHeaderPanel {
  color: #ffffff;
}
#StackPanelProformaPlusUpgrade .dataCard hr {
  margin-bottom: 20px;
}
#StackPanelProformaPlusUpgrade #StackPanelUpgradeButtons .span5.btnFullLength:first-child {
  margin-left: 40px;
}
#StackPanelProformaPlusUpgrade #StackPanelUpgradeButtons .span5.btnFullLength:last-child {
  margin-left: 75px;
}
@media only screen and (max-width: 767px) {
  #StackPanelProformaPlusUpgrade #StackPanelUpgradeButtons {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  #StackPanelProformaPlusUpgrade #StackPanelUpgradeButtons .btnFullLength {
    flex: 1;
    width: 100% !important;
    margin: 0px !important;
  }
}
#StackPanelProformaPlusUpgrade .mainCarWrap {
  background-color: #ffffff;
}
#StackPanelProformaPlusUpgrade #mainCarContent {
  margin: 0;
  margin-top: 15px;
}
#StackPanelProformaPlusUpgrade #leftArrow, #StackPanelProformaPlusUpgrade #rightArrow {
  display: none;
}
#StackPanelProformaPlusUpgrade .baseCard {
  border-radius: 16px;
}
#StackPanelProformaPlusUpgrade .buttonContainer {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}
#StackPanelProformaPlusUpgrade .buttonContainer .supremeButton {
  margin-right: 20px;
}
#StackPanelProformaPlusUpgrade .supremeButton, #StackPanelProformaPlusUpgrade .secondaryButtonStyle {
  display: block;
  padding: 15px;
  min-height: 48px;
  font-size: 13px;
  font-weight: bold;
  letter-spacing: 0;
  text-align: center;
  width: 100%;
}

@media only screen and (max-width: 481px) {
  #StackPanelProformaPlusUpgradeMobile {
    display: block;
    font-weight: normal;
  }
  #StackPanelProformaPlusUpgradeMobile .tcfHeader {
    padding: 5px;
    font-weight: 500;
    padding-top: 9px;
    padding-bottom: 7px;
    margin-bottom: 12px;
  }
  #StackPanelProformaPlusUpgradeMobile .tclHeader {
    padding: 5px;
    font-weight: 500;
    padding-top: 9px;
    padding-bottom: 7px;
    margin-bottom: 12px;
  }
  #StackPanelProformaPlusUpgradeMobile .subText {
    font-size: 14px;
    display: block;
  }
  #StackPanelProformaPlusUpgradeMobile .iconTextBlock {
    display: table !important;
    height: 100% !important;
    vertical-align: middle;
    padding-right: 10px;
    padding-left: 10px;
    line-height: 22px;
    margin-top: 3px;
    margin-bottom: 3px;
  }
  #StackPanelProformaPlusUpgradeMobile .row-fluid:not(:first-child):not(:last-child) .span6 {
    display: flex;
    height: 100%;
    min-height: 100px;
    align-items: center;
  }
}
@media only screen and (max-width: 481px) and (max-width: 378px) {
  #StackPanelProformaPlusUpgradeMobile .row-fluid:not(:first-child):not(:last-child) .span6.heightFix {
    min-height: 144px;
  }
}
@media only screen and (max-width: 481px) {
  #StackPanelProformaPlusUpgradeMobile #XFormatTextBlockPlus #XImagePlusImg {
    width: 75px;
    height: 95px;
  }
  #StackPanelProformaPlusUpgradeMobile #TextBlockPlusTitle {
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #262626;
  }
}

#StackPanelTPRProductRecommendation .dataCard {
  max-width: 326px;
  display: inline-block;
  margin-right: 11px;
  margin-left: 11px;
}
#StackPanelTPRProductRecommendation .dataCard .cardTitleDiv {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 18px;
}
#StackPanelTPRProductRecommendation .dataCard .subText {
  font-size: 18px;
}
#StackPanelTPRProductRecommendation .dataCard #cardContentPanel {
  text-align: left;
  min-height: 308px;
}
#StackPanelTPRProductRecommendation .dataCard .iconTextBlock {
  margin-bottom: 18px;
}
#StackPanelTPRProductRecommendation .dataCard .iconImage {
  vertical-align: top !important;
  min-width: 23px;
}
#StackPanelTPRProductRecommendation .dataCard #innerContenPanel {
  padding-top: 3px;
  padding-left: 23px;
  padding-right: 23px;
}
#StackPanelTPRProductRecommendation .dataCard:first-child #cardContentPanel > div > div:first-child {
  height: 235px;
}

@media only screen and (max-device-width: 1205px) {
  #StackPanelSkuUpgradeOptions {
    display: none;
  }
}
#StackPanelSkuUpgradeOptions table.tableStyle thead tr {
  border-bottom: none;
}
#StackPanelSkuUpgradeOptions table.tableStyle thead tr th:before, #StackPanelSkuUpgradeOptions table.tableStyle thead tr th:after {
  display: none;
}
#StackPanelSkuUpgradeOptions table.tableStyle thead tr th.highlightColumn:last-child {
  margin-left: 0px;
}
@media (min-width: 482px) and (max-width: 767px) {
  #StackPanelSkuUpgradeOptions table tbody tr td.highlightColumn:not(.recommendedColumn) {
    min-height: 97px;
  }
  #StackPanelSkuUpgradeOptions table tbody tr td.highlightColumn:not(.recommendedColumn) .dgTableBaseDiv {
    min-height: 86px;
  }
}
#StackPanelSkuUpgradeOptions table tbody tr td.highlightColumn:not(.recommendedColumn) .dgTableBaseDiv {
  position: static;
  border-top: none;
  top: 0;
}
#StackPanelSkuUpgradeOptions table tbody tr td.highlightColumn:not(.recommendedColumn):before, #StackPanelSkuUpgradeOptions table tbody tr td.highlightColumn:not(.recommendedColumn):after {
  display: none;
}
#StackPanelSkuUpgradeOptions table tbody tr td.highlightColumn:not(.recommendedColumn):not(:last-child) {
  border-right: none;
}
#StackPanelSkuUpgradeOptions table tbody tr td.highlightColumn:not(.recommendedColumn):last-child {
  border-left: 3px solid #CCCCCC;
  margin-left: 0px;
}
#StackPanelSkuUpgradeOptions td.span4:first-child, #StackPanelSkuUpgradeOptions th.span4:first-child {
  width: 34.5%;
}
#StackPanelSkuUpgradeOptions td.span4:nth-child(2), #StackPanelSkuUpgradeOptions th.span4:nth-child(2) {
  margin-left: 1.5%;
}
#StackPanelSkuUpgradeOptions table .supremeButton {
  font-size: 19px;
  background-color: #008427;
  margin-bottom: 25px;
  padding-right: 20px;
  padding-left: 30px;
}
#StackPanelSkuUpgradeOptions .priceContainer {
  font-weight: 500;
}

#StackPanelSkuUpgradeOptionsMobile {
  display: none;
}
@media only screen and (max-device-width: 1205px) {
  #StackPanelSkuUpgradeOptionsMobile {
    display: block;
  }
}
#StackPanelSkuUpgradeOptionsMobile .upgradeHeader {
  background-color: #008427;
  color: #ffffff;
  min-height: 76px;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 17px;
}
#StackPanelSkuUpgradeOptionsMobile .row-fluid:not(:first-child):not(:last-child) .span6.noWrap {
  position: relative;
}
#StackPanelSkuUpgradeOptionsMobile .row-fluid:not(:first-child):not(:last-child) .span6.noWrap:last-child:before {
  height: 100%;
  width: 2px;
  content: "";
  display: block;
  position: absolute;
  left: -6px;
  top: 0;
  background-color: rgba(0, 0, 0, 0.1);
  height: 105%;
}
#StackPanelSkuUpgradeOptionsMobile .row-fluid:not(:first-child):not(:last-child) .span6.noWrap {
  display: inline-block;
  min-height: 76px;
  padding-top: 12px;
  padding-bottom: 10px;
}
#StackPanelSkuUpgradeOptionsMobile .row-fluid:not(:first-child):not(:last-child) .iconText {
  min-height: 65px;
  display: block !important;
}
#StackPanelSkuUpgradeOptionsMobile .horizontalLine {
  margin-bottom: 0px;
}
#StackPanelSkuUpgradeOptionsMobile .priceContainer {
  font-weight: 500;
}

#StackPanelcompetitorPDFImport .baseCard {
  width: 670px;
}
@media only screen and (max-width: 767px) {
  #StackPanelcompetitorPDFImport .baseCard {
    width: 100%;
  }
}

#StackPanelTNSProformaPlusUpgrade #StackPanelProformaPlusUpgrade .dataCard {
  vertical-align: top;
}
#StackPanelTNSProformaPlusUpgrade #StackPanelProformaPlusUpgrade .iconText .dark-green {
  color: #005D1F;
}
#StackPanelTNSProformaPlusUpgrade #StackPanelProformaPlusUpgradeMobile .iconText .dark-green {
  color: #005D1F;
}

.iconTextEmpty {
  justify-content: center;
}

#StackPanelTTCordcontent .row-fluid:not(:last-child) {
  margin-bottom: 28px;
}
#StackPanelTTCordcontent .row-fluid:last-child {
  margin-bottom: 24px;
}
#StackPanelTTCordcontent .row-fluid:first-child {
  margin-top: 24px;
}
#StackPanelTTCordcontent .TTiconTextBlock {
  font-size: 18px;
}
#StackPanelTTCordcontent .TTOrderBlock {
  font-weight: 600;
  padding-right: 12px;
  display: inline-block;
  width: 20px;
  vertical-align: top;
}
#StackPanelTTCordcontent .TTTextBlock {
  display: inline-block;
  width: calc(100% - 32px);
}

.TTLinks {
  margin: 0 auto;
}
.TTLinks a {
  font-size: 15px;
  color: #008427;
}

#StackPanelTTDirectloginCord .dataCard #innerContenPanel {
  padding: 36px;
}
#StackPanelTTDirectloginCord .dataCard #innerContenPanel a.supremeButton {
  margin-bottom: 24px;
}
#StackPanelTTDirectloginCord #footerPanel > span {
  margin-top: 24px;
}

.TTPrivacyLink {
  color: #6E6E6E;
  font-size: 14px;
}
.TTPrivacyLink a {
  FontSize: 14px !important;
  color: #6E6E6E;
  font-style: italic;
}

#StackPanelTTImportsucessImage {
  display: flex;
  width: 137px;
  height: 126.509px;
  justify-content: center;
}

#StackPanelTTImportsucessbtn a.nextButton .rightArrow {
  margin-bottom: 2px;
  height: 8px;
  width: 8px;
}

#StackPanelOffshoreConsentAgreement {
  font-size: 14px;
  font-weight: normal;
}
#StackPanelOffshoreConsentAgreement .formFieldLabel {
  font-size: 14px;
}
#StackPanelOffshoreConsentAgreement #XImageAImg {
  height: 85px;
  padding-top: 60px;
}
@media (max-width: 481px) {
  #StackPanelOffshoreConsentAgreement #XImageAImg {
    height: 60px;
  }
}

#StackPanelBMSellScreen .bmList {
  margin-bottom: 15px;
  display: block;
  line-height: 26px;
}
#StackPanelBMSellScreen .bmList .icon {
  font-size: 14px;
  opacity: 0.73;
}
#StackPanelBMSellScreen .bmList .icon:hover {
  color: #262626;
}
#StackPanelBMSellScreen .bmList sup {
  top: -0.6em;
  font-size: 13px;
}
#StackPanelBMSellScreen #StackPanelSpruceList {
  margin-top: 36px;
}
#StackPanelBMSellScreen .headerImg {
  background-image: url("/HRBlock/Templates/Premium/Images/BlockMoney/SellScreen-BackGround-Header.svg");
  display: block;
  padding-top: 25px;
  padding-bottom: 25px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
}
#StackPanelBMSellScreen .subHeader sup {
  top: -0.6em;
  font-size: 13px;
}

#StackPanelBMSignIn {
  padding: 10px;
}
#StackPanelBMSignIn .bmList {
  margin-bottom: 15px;
  display: block;
  line-height: 26px;
}
#StackPanelBMSignIn .bmList .icon {
  font-size: 18px;
  opacity: 0.73;
  color: #008427;
}
#StackPanelBMSignIn .bmList .icon:hover {
  color: #008427;
}
#StackPanelBMSignIn .bmList sup {
  top: -0.6em;
  font-size: 13px;
}

.headerImgSpruce {
  display: block;
  padding-top: 25px;
  padding-bottom: 25px;
}
.headerImgSpruce img {
  max-width: 100%;
}

.rbSpruceLogo {
  display: block;
}
.rbSpruceLogo img {
  width: 67px;
}

.spruceRefundOption .radioButtonList > div:first-child .rbNormal > div:first-child .labelContainer {
  background-color: #F0EEE1;
}

#StackPanelBMAccountSetup .spruceContainer {
  display: block;
  text-align: center;
  position: relative;
}
#StackPanelBMAccountSetup .spruceContainer .spruceContent {
  font-size: 12px;
  position: absolute;
  display: block;
  bottom: 127px;
  right: 83px;
  width: 300px;
}
#StackPanelBMAccountSetup .spruceContainer img {
  display: inline-block;
}
#StackPanelBMAccountSetup .spruceContainer .nextButton {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 150px;
}
@media only screen and (max-width: 481px) {
  #StackPanelBMAccountSetup .spruceContainer img {
    width: 98%;
  }
  #StackPanelBMAccountSetup .spruceContainer .nextButton {
    position: absolute;
    bottom: -75px;
    right: 0;
    width: 100%;
  }
  #StackPanelBMAccountSetup .spruceContainer .spruceContent {
    position: absolute;
    display: block;
    bottom: 73px;
    right: -4px;
    width: 173px;
  }
}
@media (min-width: 768px) and (max-width: 1205px) {
  #StackPanelBMAccountSetup .spruceContainer .spruceContent {
    right: 45px;
    bottom: 125px;
  }
}
@media (min-width: 482px) and (max-width: 767px) {
  #StackPanelBMAccountSetup .spruceContainer .spruceContent {
    bottom: 65px;
    right: 41px;
    width: 190px;
  }
  #StackPanelBMAccountSetup .spruceContainer .nextButton {
    width: 100%;
    bottom: -71px;
  }
}

@media print {
  .no-print {
    display: none !important;
  }
}

.alignLeft {
  text-align: left;
}

.customSpruceSetupInfo {
  display: inline-block !important;
  vertical-align: middle;
  float: none !important;
}

#StackPanelSpruceDisclaimerContents {
  color: #6E6E6E;
}
#StackPanelSpruceDisclaimerContents a.hyperlinkStyle {
  font-size: 14px;
}

.sprucetag {
  color: #008427;
  font-style: normal;
  font-weight: 500;
}

.spruceTickmarkGreen img {
  width: 10px;
  height: 10px;
  vertical-align: middle;
}

#StackPanelRefundOptionsForNonRT_B sup {
  color: #008427;
  font-size: 55%;
}

#StackPanelSpruceRadioOptionB .span12 {
  clear: none;
}

#StackPanelDisclaimerContents_B {
  color: #6E6E6E;
}

@media (min-width: 768px) {
  .disclaimerNumber {
    text-align: right;
  }
}

#ShowHidePanelPaid h1 span {
  line-height: 40px;
}

#StackPanelInfoText #XLineBreaklineBreak {
  height: 24px !important;
}

.nextButton span:first-child {
  line-height: 22px;
}

#XFormatTextBlocktitle {
  line-height: 40px;
}

#XFormatTextBlockdescreption {
  line-height: 28px !important;
}

#XLineBreaklineBrk {
  height: 18px !important;
}

.frame .diagActive #mainContents, .mobileTemp .diagActive #mainContents {
  border: 2px solid #D6DAE0;
  border-bottom: none;
  border-radius: 16px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  padding: 48px;
}
@media only screen and (max-width: 995px) {
  .frame .diagActive #mainContents, .mobileTemp .diagActive #mainContents {
    margin-left: 10px !important;
    margin-right: 10px !important;
  }
}
.frame .diagActive #navigationfooter, .mobileTemp .diagActive #navigationfooter {
  border: 2px solid #D6DAE0;
  border-top: none;
  border-radius: 16px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  padding: 48px;
}
@media only screen and (max-width: 995px) {
  .frame .diagActive #navigationfooter, .mobileTemp .diagActive #navigationfooter {
    margin-left: 10px !important;
    margin-right: 10px !important;
  }
}
.frame .diagActive .diagsMessagePanel .innerDiv, .mobileTemp .diagActive .diagsMessagePanel .innerDiv {
  margin-bottom: 48px;
  background: #F1F5F7 !important;
  box-shadow: none !important;
  padding: 0px !important;
  border-radius: 0px !important;
  border-bottom: 2px solid #D6DAE0;
}
.frame .diagActive .diagsMessagePanel .innerDiv #errorsButtonDiv, .mobileTemp .diagActive .diagsMessagePanel .innerDiv #errorsButtonDiv {
  margin-bottom: 48px !important;
  margin-left: 0px !important;
}
.frame .diagActive .diagsMessagePanel .innerDiv .accuracyBannerImg, .mobileTemp .diagActive .diagsMessagePanel .innerDiv .accuracyBannerImg {
  width: 38px;
  height: 39px;
}
.frame .diagActive .diagsMessagePanel .innerDiv .errorMessageBar, .mobileTemp .diagActive .diagsMessagePanel .innerDiv .errorMessageBar {
  background: #F1F5F7 !important;
}
.frame .diagActive .diagsMessagePanel .innerDiv .errorTextSpan, .mobileTemp .diagActive .diagsMessagePanel .innerDiv .errorTextSpan {
  font-size: 18px !important;
  font-weight: 600 !important;
  line-height: 24px;
  text-align: center;
}
@media only screen and (max-width: 481px) {
  .frame .diagActive .diagsMessagePanel .innerDiv .errorTextSpan, .mobileTemp .diagActive .diagsMessagePanel .innerDiv .errorTextSpan {
    width: 100%;
    text-align: left;
  }
}
.frame .diagActive .diagsMessagePanel .innerDiv .errorNumberSpan, .mobileTemp .diagActive .diagsMessagePanel .innerDiv .errorNumberSpan {
  display: none;
}
.frame .diagActive .diagsMessagePanel .innerDiv #btnFinishErrors, .frame .diagActive .diagsMessagePanel .innerDiv #btnNextIssue, .mobileTemp .diagActive .diagsMessagePanel .innerDiv #btnFinishErrors, .mobileTemp .diagActive .diagsMessagePanel .innerDiv #btnNextIssue {
  font-size: 19px !important;
  font-weight: 500 !important;
  line-height: 22px;
}
@media only screen and (max-width: 481px) {
  .frame .diagActive .diagsMessagePanel .innerDiv #btnFinishErrors, .frame .diagActive .diagsMessagePanel .innerDiv #btnNextIssue, .mobileTemp .diagActive .diagsMessagePanel .innerDiv #btnFinishErrors, .mobileTemp .diagActive .diagsMessagePanel .innerDiv #btnNextIssue {
    width: 100%;
    text-align: center;
  }
}
.frame .diagActive .diagsMessagePanel .innerDiv #btnFinishErrors .icon, .frame .diagActive .diagsMessagePanel .innerDiv #btnNextIssue .icon, .mobileTemp .diagActive .diagsMessagePanel .innerDiv #btnFinishErrors .icon, .mobileTemp .diagActive .diagsMessagePanel .innerDiv #btnNextIssue .icon {
  font-size: 20px !important;
}
.frame .diagActive .diagsMessagePanel .innerDiv .errorTitleText, .mobileTemp .diagActive .diagsMessagePanel .innerDiv .errorTitleText {
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
  margin-left: 10px;
  top: -12px;
}
.frame .diagActive .diagsMessagePanel .innerDiv .errorTitleBar, .frame .diagActive .diagsMessagePanel .innerDiv .errorMessageList, .frame .diagActive .diagsMessagePanel .innerDiv .errorMessageInfo, .mobileTemp .diagActive .diagsMessagePanel .innerDiv .errorTitleBar, .mobileTemp .diagActive .diagsMessagePanel .innerDiv .errorMessageList, .mobileTemp .diagActive .diagsMessagePanel .innerDiv .errorMessageInfo {
  margin-bottom: 24px;
}
.frame .diagActive .diagsMessagePanel .innerDiv .errorMessageList, .mobileTemp .diagActive .diagsMessagePanel .innerDiv .errorMessageList {
  margin-top: 0px;
}
.frame .diagActive .diagsMessagePanel .innerDiv #btnNextIssue, .mobileTemp .diagActive .diagsMessagePanel .innerDiv #btnNextIssue {
  color: black !important;
}
.frame .diagActive .diagsMessagePanel .innerDiv #btnNextIssue .rightArrowIcon, .mobileTemp .diagActive .diagsMessagePanel .innerDiv #btnNextIssue .rightArrowIcon {
  color: black !important;
}
.frame .diagActive .diagsMessagePanel .innerDiv .messageContent, .mobileTemp .diagActive .diagsMessagePanel .innerDiv .messageContent {
  display: none;
}
.frame .diagActive .footerCopyInfo, .mobileTemp .diagActive .footerCopyInfo {
  margin-top: 50px;
}

.extendedDiagHeaderPanel .mainHeading {
  font-size: 39px;
  font-weight: 600;
  line-height: 40px;
  letter-spacing: -0.8px;
  margin-bottom: 18px;
  display: inline-block;
}
.extendedDiagHeaderPanel .subHeading {
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: 0.12px;
}
.extendedDiagHeaderPanel .SF, .extendedDiagHeaderPanel .img {
  margin-bottom: 7px;
}

.extendedCardDiagList .diagFormLabel {
  font-size: 18px;
  color: black;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: -0.25px;
  margin-bottom: 18px;
  display: inline-block;
  word-break: break-all;
}
.extendedCardDiagList .cardText {
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: -0.1px;
}
.extendedCardDiagList .cardButton .hyperlinkText {
  font-size: 19px;
  font-weight: 500;
  line-height: 22px;
  letter-spacing: -0.3px;
}
.extendedCardDiagList .horizontalLine {
  margin-top: 19px;
  margin-bottom: 44px;
}

#CardStackPanelErrorsPanel, #CardStackPanelErrorsCardPanel {
  padding: 60px 44px;
}

#StackPanelSkipNextDiag .alignCenterRes {
  display: block;
  margin-bottom: 31px;
}

@media only screen and (max-width: 481px) {
  .diagsMessagePanel #btnFinishErrors, .diagsMessagePanel #btnNextIssue {
    width: 100%;
    text-align: center;
  }
}

.mobileTemp .diagActive #mainContents {
  margin-top: 10px !important;
}
.mobileTemp .diagActive .diagsMessagePanel .innerDiv {
  background: white !important;
}
.mobileTemp .diagActive .diagsMessagePanel .innerDiv .errorMessageBar {
  background: white !important;
}

.fnaSectionPanel, .obdSectionPanel {
  border-radius: 8px;
  background: #E8EEF1;
  padding: 6px 16px;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 0.12px;
  margin-bottom: 20px;
}

.fnaNotifyPanel, .obdNotifyPanel {
  display: block;
  margin-top: 20px;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: -0.1px;
}

.fnaLmPanelBlock, .obdLmPanelBlock {
  margin-bottom: 36px;
  display: block;
  margin-top: 5px;
}
@media only screen and (max-width: 481px) {
  .fnaLmPanelBlock, .obdLmPanelBlock {
    margin-bottom: 20px;
  }
}

.obdLmPanelBlock {
  margin-top: 25px;
  position: relative;
}

.hlNotifyButton, .obdHlNotifyButton {
  font-size: 19px !important;
  font-weight: 500;
  line-height: 22px !important;
  letter-spacing: -0.3px !important;
  top: 20px;
  height: 56px !important;
}
@media only screen and (max-width: 767px) {
  .hlNotifyButton, .obdHlNotifyButton {
    padding: 19px 10px !important;
    font-size: 18px !important;
    margin-bottom: 50px !important;
    border-radius: 76px !important;
    line-height: 22px !important;
    letter-spacing: -0.3px !important;
  }
}
@media only screen and (min-width: 768px) and (max-width: 995px) {
  .hlNotifyButton, .obdHlNotifyButton {
    padding: 19px 10px !important;
    font-size: 17px !important;
    margin-bottom: 50px !important;
    border-radius: 76px !important;
    line-height: 22px !important;
    letter-spacing: -0.3px !important;
  }
}

.obdHlNotifyButton {
  top: 0px;
}

.notifyConsentContent {
  font-size: 18px;
  line-height: 28px;
  letter-spacing: -0.1px;
}

.notifyConsentButton {
  font-size: 19px;
  font-weight: 500;
  line-height: 22px;
  letter-spacing: -0.3px;
}

.fnaConsentAgreeOuterPanel, .obdConsentAgreeOuterPanel {
  padding: 6px 16px;
  background: #00E95C;
  border-radius: 8px;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 0.12px;
  display: inline-block;
}
.fnaConsentAgreeOuterPanel .icon, .obdConsentAgreeOuterPanel .icon {
  font-size: 20px;
  margin-right: 6px;
  position: relative;
  top: 2px;
}
@media only screen and (max-width: 481px) {
  .fnaConsentAgreeOuterPanel .icon, .obdConsentAgreeOuterPanel .icon {
    vertical-align: top;
  }
}

.fnaConsentAgreeInnerPanel, .obdConsentAgreeInnerPanel {
  color: #262626;
}
@media only screen and (max-width: 481px) {
  .fnaConsentAgreeInnerPanel, .obdConsentAgreeInnerPanel {
    width: 87%;
    display: inline-block;
  }
}

#StackPanelFNAConsentPanel .alignCenterRes, #StackPanelFnaDiagSkipMessagePanel .alignCenterRes {
  line-height: 28px;
}

#StackPanelFnaDiagSkipMessagePanel .alignCenterRes {
  margin-bottom: 6px;
}
#StackPanelFnaDiagSkipMessagePanel .FnaSkipDiagSubheading {
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: -0.1px;
  margin-bottom: 6px;
}

#StackPanelStateIntro .boxCard {
  border: none;
}
#StackPanelStateIntro .boxCard .content {
  padding: 24px 64px;
}
@media (max-width: 481px) {
  #StackPanelStateIntro .boxCard .content {
    padding: 20px;
  }
}
#StackPanelStateIntro .boxCard .content #TextBlockItemHeader {
  font-weight: 500;
}
#StackPanelStateIntro .boxCard .content ul li:first-child {
  padding-top: 16px;
}

#StackPanelVersionA h1 {
  padding-bottom: 15px;
}

#StackPanelVersionB .learnMore {
  font-size: 18px;
}

#XFormatTextBlockNonResident_StateName_0, #XFormatTextBlockNonResident_StateName_1,
#XFormatTextBlockNonResident_StateName_2, #XFormatTextBlockNonResident_StateName_3,
#XFormatTextBlockNonResident_StateName_4, #XFormatTextBlockNonResident_StateName_5 #XFormatTextBlockResident_StateName,
#TextBlockVersionB_DiffState {
  font-weight: 700;
}

#XFormatTextBlockNonResident_StateStatus_0, #XFormatTextBlockNonResident_StateStatus_1,
#XFormatTextBlockNonResident_StateStatus_2, #XFormatTextBlockNonResident_StateStatus_3,
#XFormatTextBlockNonResident_StateStatus_4, #XFormatTextBlockNonResident_StateStatus_5,
#XFormatTextBlockPR_StateStatus_0, #XFormatTextBlockPR_StateStatus_1,
#XFormatTextBlockPR_StateStatus_2, #XFormatTextBlockPR_StateStatus_3,
#XFormatTextBlockPR_StateStatus_4, #XFormatTextBlockPR_StateStatus_5,
#XFormatTextBlockResident_StateStatus {
  font-weight: 400;
}

#StackPanelpanelPartYearResidentStates .infoCardWithGreenButtons, #StackPanelpanelResidentStates .infoCardWithGreenButtons, #StackPanelpanelNonResidentStates .infoCardWithGreenButtons {
  height: 140px;
  padding: 24px;
  width: 84%;
}
#StackPanelpanelPartYearResidentStates .infoCardWithGreenButtons .migEmpDetails, #StackPanelpanelResidentStates .infoCardWithGreenButtons .migEmpDetails, #StackPanelpanelNonResidentStates .infoCardWithGreenButtons .migEmpDetails {
  height: 69%;
  margin: 0px;
  padding-top: 0px;
}
#StackPanelpanelPartYearResidentStates .infoCardWithGreenButtons .infoCardTitle, #StackPanelpanelResidentStates .infoCardWithGreenButtons .infoCardTitle, #StackPanelpanelNonResidentStates .infoCardWithGreenButtons .infoCardTitle {
  font-size: 18px;
  font-weight: 500;
}
#StackPanelpanelPartYearResidentStates .infoCardWithGreenButtons .startVersionB, #StackPanelpanelResidentStates .infoCardWithGreenButtons .startVersionB, #StackPanelpanelNonResidentStates .infoCardWithGreenButtons .startVersionB {
  background-color: #005D1F;
  border-radius: 50px;
  padding: 20px 19px;
  min-width: 160px;
  min-height: 48px;
  margin-left: 0px;
}
#StackPanelpanelPartYearResidentStates .infoCardWithGreenButtons .startVersionB .icon, #StackPanelpanelResidentStates .infoCardWithGreenButtons .startVersionB .icon, #StackPanelpanelNonResidentStates .infoCardWithGreenButtons .startVersionB .icon {
  font-size: 16px;
  color: #FFFFFF;
}
#StackPanelpanelPartYearResidentStates .infoCardWithGreenButtons .startVersionB .icondescription, #StackPanelpanelResidentStates .infoCardWithGreenButtons .startVersionB .icondescription, #StackPanelpanelNonResidentStates .infoCardWithGreenButtons .startVersionB .icondescription {
  color: #FFFFFF;
  font-size: 19px !important;
  font-weight: 600;
}
#StackPanelpanelPartYearResidentStates .infoCardWithGreenButtons .startVersionB .icondescription:hover, #StackPanelpanelResidentStates .infoCardWithGreenButtons .startVersionB .icondescription:hover, #StackPanelpanelNonResidentStates .infoCardWithGreenButtons .startVersionB .icondescription:hover {
  box-shadow: none;
}
#StackPanelpanelPartYearResidentStates .infoCardWithGreenButtons .deleteVersionB .icondescription, #StackPanelpanelResidentStates .infoCardWithGreenButtons .deleteVersionB .icondescription, #StackPanelpanelNonResidentStates .infoCardWithGreenButtons .deleteVersionB .icondescription {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  text-decoration-line: underline;
}
#StackPanelpanelPartYearResidentStates .infoCardWithGreenButtons .deleteVersionB .icondescription:hover, #StackPanelpanelResidentStates .infoCardWithGreenButtons .deleteVersionB .icondescription:hover, #StackPanelpanelNonResidentStates .infoCardWithGreenButtons .deleteVersionB .icondescription:hover {
  box-shadow: none;
  text-decoration-line: none;
}
#StackPanelpanelPartYearResidentStates .infoCardWithGreenButtons .migEmpAddress, #StackPanelpanelResidentStates .infoCardWithGreenButtons .migEmpAddress, #StackPanelpanelNonResidentStates .infoCardWithGreenButtons .migEmpAddress {
  width: auto !important;
  line-height: 26px;
}

#XFormatTextBlockContentALL_VersionB {
  color: #9FA4AA;
}

.leftButtons {
  float: left;
  margin-left: 0px !important;
}

.rightButtons {
  float: right !important;
}

a.nextButton {
  min-height: 48px;
  height: auto;
  padding: 15px 0px 15px 0px;
}
@media (max-width: 995px) {
  a.nextButton {
    padding: 19px 0px 19px 0px;
  }
}
a.nextButton {
  min-width: 90px;
  width: auto;
  line-height: 18px;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  display: inline-block;
  margin-bottom: 25px;
  position: relative;
  /*text-transform: uppercase;*/
  letter-spacing: 1px;
  font-family: "Graphik", "Helvetica Neue", "Helvetica", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: autopx;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
}
a.nextButton:active {
  -webkit-transform: translateY(4px);
  transform: translateY(4px);
}
a.nextButton:focus {
  outline: none;
}
@media (max-width: 481px) {
  a.nextButton {
    width: 100%;
    min-height: 56px;
  }
}
a.nextButton {
  background-color: #008427;
  color: #ffffff;
  -webkit-border-radius: 30px;
  border-radius: 30px;
}
a.nextButton .rightArrow {
  height: 6px;
  width: 6px;
  display: inline-block;
  padding: 1px;
  border: solid #ffffff;
  position: unset;
}
@media (max-width: 481px) {
  a.nextButton .rightArrow {
    position: absolute;
    top: 22px;
  }
}
a.nextButton .rightArrow {
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  border-width: 2px 0 0 2px;
  /*right: 10px;*/
  margin-left: 12px;
  transition: all 0.2s cubic-bezier(0.33, 0.66, 0.66, 1);
  -webkit-transition: all 0.2s cubic-bezier(0.33, 0.66, 0.66, 1);
  -moz-transition: all 0.2s cubic-bezier(0.33, 0.66, 0.66, 1);
  -ms-transition: all 0.2s cubic-bezier(0.33, 0.66, 0.66, 1);
}
@media (max-width: 995px) {
  a.nextButton .rightArrow {
    right: 6px;
  }
}
@media (max-width: 481px) {
  a.nextButton .rightArrow {
    right: 25px;
  }
}
a.nextButton:hover, a.nextButton:focus {
  background-color: #262626;
}
a.nextButton:active {
  -webkit-transform: translateY(4px);
  transform: translateY(4px);
}
a.nextButton .icon {
  color: white;
  font-size: 12px;
  position: absolute;
  right: 17px;
  padding-top: 3px;
}
a.nextButton {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  min-height: 48px;
  padding: 15px 24px 15px 24px;
  transition: all 0.2s cubic-bezier(0.33, 0.66, 0.66, 1);
  -webkit-transition: all 0.2s cubic-bezier(0.33, 0.66, 0.66, 1);
  -moz-transition: all 0.2s cubic-bezier(0.33, 0.66, 0.66, 1);
  -ms-transition: all 0.2s cubic-bezier(0.33, 0.66, 0.66, 1);
  white-space: nowrap;
  background-color: #008427;
  font-family: "Graphik", "Helvetica Neue", "Helvetica", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 19px;
  line-height: 14px;
}
@media (hover: none) {
  a.nextButton:hover {
    background-color: #262626;
  }
}
@media (max-width: 995px) {
  a.nextButton {
    min-width: 76px;
    padding: 19px 18px 19px 18px;
  }
}
@media (max-width: 481px) {
  a.nextButton {
    padding: 19px 0px 19px 0px;
  }
}
.CustomNextButton a.nextButton .rightArrow {
  display: none !important;
}
a.nextButton.disabled {
  background-color: #F5F7F9;
  color: #D6DAE0;
}
a.nextButton.disabled .rightArrow {
  border-color: #D6DAE0;
}
.aolContainer a.nextButton.disabled {
  border: 2px solid #F1F5F7;
}
a.nextButton.LoNotSensitive {
  float: right;
}
@media print {
  a.nextButton {
    display: none !important;
  }
}
a.nextButton.disabledOnToast {
  pointer-events: none;
  opacity: 0.7;
}

a.buttonStyle.nextButton {
  font-family: "Graphik", "Helvetica Neue", "Helvetica", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 19px;
  line-height: 14px;
}

a.backButton {
  min-height: 48px;
  height: auto;
  padding: 15px 0px 15px 0px;
}
@media (max-width: 995px) {
  a.backButton {
    padding: 19px 0px 19px 0px;
  }
}
a.backButton {
  color: #262626;
  position: relative;
  font-family: "Graphik", "Helvetica Neue", "Helvetica", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 19px;
  line-height: 14px;
}
a.backButton .leftArrow {
  height: 6px;
  width: 6px;
  display: inline-block;
  padding: 1px;
  border: solid #262626;
  position: unset;
}
@media (max-width: 481px) {
  a.backButton .leftArrow {
    position: absolute;
    top: 22px;
  }
}
a.backButton .leftArrow {
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  border-width: 0 2px 2px 0;
  margin-right: 12px;
  transition: all 0.2s cubic-bezier(0.33, 0.66, 0.66, 1);
  -webkit-transition: all 0.2s cubic-bezier(0.33, 0.66, 0.66, 1);
  -moz-transition: all 0.2s cubic-bezier(0.33, 0.66, 0.66, 1);
  -ms-transition: all 0.2s cubic-bezier(0.33, 0.66, 0.66, 1);
}
@media (max-width: 995px) {
  a.backButton .leftArrow {
    left: 14px;
  }
}
@media (max-width: 481px) {
  a.backButton .leftArrow {
    left: 20px;
  }
}
@media (max-width: 481px) {
  a.backButton .leftArrow {
    position: unset;
  }
}
a.backButton:hover, a.backButton:focus {
  text-align: center;
  text-decoration: underline;
}
@media (max-width: 481px) {
  a.backButton:hover, a.backButton:focus {
    text-decoration: none;
  }
}
a.backButton {
  font-family: "Graphik", "Helvetica Neue", "Helvetica", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 19px;
  line-height: 14px;
}
@media (max-width: 481px) {
  a.backButton {
    float: none !important;
    width: 100%;
    text-align: center;
    display: inline-block;
  }
}
@media print {
  a.backButton {
    display: none !important;
  }
}
a.backButton.disabledOnToast {
  pointer-events: none;
  opacity: 0.7;
}

a.textButton {
  height: auto;
  min-height: 48px;
  padding: 15px 0px 15px 0px;
  /*border: 2px solid #FFFFFF;*/
  color: #262626;
  position: relative;
  min-width: 90px;
  width: auto;
  line-height: 18px;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  display: inline-block;
  margin-bottom: 25px;
  position: relative;
  /*text-transform: uppercase;*/
  letter-spacing: 1px;
  font-family: "Graphik", "Helvetica Neue", "Helvetica", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: autopx;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
}
a.textButton:active {
  -webkit-transform: translateY(4px);
  transform: translateY(4px);
}
a.textButton:focus {
  outline: none;
}
@media (max-width: 481px) {
  a.textButton {
    width: 100%;
    min-height: 56px;
  }
}
a.textButton .leftArrow {
  height: 6px;
  width: 6px;
  display: inline-block;
  padding: 1px;
  border: solid #262626;
  position: unset;
}
@media (max-width: 481px) {
  a.textButton .leftArrow {
    position: absolute;
    top: 22px;
  }
}
a.textButton .leftArrow {
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  border-width: 0 2px 2px 0;
  margin-right: 12px;
  transition: all 0.2s cubic-bezier(0.33, 0.66, 0.66, 1);
  -webkit-transition: all 0.2s cubic-bezier(0.33, 0.66, 0.66, 1);
  -moz-transition: all 0.2s cubic-bezier(0.33, 0.66, 0.66, 1);
  -ms-transition: all 0.2s cubic-bezier(0.33, 0.66, 0.66, 1);
}
@media (max-width: 995px) {
  a.textButton .leftArrow {
    left: 14px;
  }
}
@media (max-width: 481px) {
  a.textButton .leftArrow {
    left: 20px;
  }
}
a.textButton:hover, a.textButton:focus {
  color: rgba(32, 32, 32, 0.65);
}
a.textButton {
  /*&:active {
      color: $primary-active-selected;

      .leftArrow {
          @include leftArrow($primary-active-selected);
      }
  }*/
}
@media print {
  a.textButton {
    display: none !important;
  }
}
@media (min-width: 481px) {
  a.textButton {
    padding-left: 24px;
    padding-right: 24px;
  }
}

a.secondaryButtonStyle, a.greyButtonStyle {
  min-height: 48px;
  height: auto;
  padding: 15px 0px 15px 0px;
}
@media (max-width: 995px) {
  a.secondaryButtonStyle, a.greyButtonStyle {
    padding: 19px 0px 19px 0px;
  }
}
a.secondaryButtonStyle, a.greyButtonStyle {
  min-width: 90px;
  width: auto;
  line-height: 18px;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  display: inline-block;
  margin-bottom: 25px;
  position: relative;
  /*text-transform: uppercase;*/
  letter-spacing: 1px;
  font-family: "Graphik", "Helvetica Neue", "Helvetica", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: autopx;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
}
a.secondaryButtonStyle:active, a.greyButtonStyle:active {
  -webkit-transform: translateY(4px);
  transform: translateY(4px);
}
a.secondaryButtonStyle:focus, a.greyButtonStyle:focus {
  outline: none;
}
@media (max-width: 481px) {
  a.secondaryButtonStyle, a.greyButtonStyle {
    width: 100%;
    min-height: 56px;
  }
}
a.secondaryButtonStyle, a.greyButtonStyle {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-color: transparent;
  color: #262626;
  padding: 15px 24px 15px 24px;
  display: inline-flex;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  border: 2px solid #262626;
  -webkit-border-radius: 30px;
  border-radius: 30px;
}
a.secondaryButtonStyle:hover, a.secondaryButtonStyle:focus, a.greyButtonStyle:hover, a.greyButtonStyle:focus {
  background-color: #262626;
  color: #ffffff;
}
a.secondaryButtonStyle:active, a.greyButtonStyle:active {
  background-color: #262626;
  color: #ffffff;
}
a.secondaryButtonStyle .iconPanel, a.greyButtonStyle .iconPanel {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background-color: #fff;
  margin-right: 12px;
}
a.secondaryButtonStyle .iconPanel .icon, a.greyButtonStyle .iconPanel .icon {
  font-size: 8px;
  width: 8px;
  color: #262626;
}
@media (max-width: 995px) {
  a.secondaryButtonStyle, a.greyButtonStyle {
    padding: 16px 24px 16px 24px;
  }
}
@media (max-width: 481px) {
  a.secondaryButtonStyle, a.greyButtonStyle {
    padding: 19px 0px 19px 0px;
  }
}
@media print {
  a.secondaryButtonStyle, a.greyButtonStyle {
    display: none !important;
  }
}
a.secondaryButtonStyle.SecondaryNext .rightArrow, a.greyButtonStyle.SecondaryNext .rightArrow {
  height: 6px;
  width: 6px;
  display: inline-block;
  padding: 1px;
  border: solid #262626;
  position: unset;
}
@media (max-width: 481px) {
  a.secondaryButtonStyle.SecondaryNext .rightArrow, a.greyButtonStyle.SecondaryNext .rightArrow {
    position: absolute;
    top: 22px;
  }
}
a.secondaryButtonStyle.SecondaryNext .rightArrow, a.greyButtonStyle.SecondaryNext .rightArrow {
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  border-width: 2px 0 0 2px;
  /*right: 10px;*/
  margin-left: 12px;
  transition: all 0.2s cubic-bezier(0.33, 0.66, 0.66, 1);
  -webkit-transition: all 0.2s cubic-bezier(0.33, 0.66, 0.66, 1);
  -moz-transition: all 0.2s cubic-bezier(0.33, 0.66, 0.66, 1);
  -ms-transition: all 0.2s cubic-bezier(0.33, 0.66, 0.66, 1);
}
@media (max-width: 995px) {
  a.secondaryButtonStyle.SecondaryNext .rightArrow, a.greyButtonStyle.SecondaryNext .rightArrow {
    right: 6px;
  }
}
@media (max-width: 481px) {
  a.secondaryButtonStyle.SecondaryNext .rightArrow, a.greyButtonStyle.SecondaryNext .rightArrow {
    right: 25px;
  }
}
a.secondaryButtonStyle.SecondaryNext .rightArrow:hover, a.secondaryButtonStyle.SecondaryNext .rightArrow:focus, a.greyButtonStyle.SecondaryNext .rightArrow:hover, a.greyButtonStyle.SecondaryNext .rightArrow:focus {
  border: solid #ffffff;
  border-width: 2px 0 0 2px;
}

a.ctaSmallButtonStyle, a.supremeButton {
  min-height: 48px;
  height: auto;
  padding: 15px 0px 15px 0px;
}
@media (max-width: 995px) {
  a.ctaSmallButtonStyle, a.supremeButton {
    padding: 19px 0px 19px 0px;
  }
}
a.ctaSmallButtonStyle, a.supremeButton {
  min-width: 90px;
  width: auto;
  line-height: 18px;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  display: inline-block;
  margin-bottom: 25px;
  position: relative;
  /*text-transform: uppercase;*/
  letter-spacing: 1px;
  font-family: "Graphik", "Helvetica Neue", "Helvetica", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: autopx;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
}
a.ctaSmallButtonStyle:active, a.supremeButton:active {
  -webkit-transform: translateY(4px);
  transform: translateY(4px);
}
a.ctaSmallButtonStyle:focus, a.supremeButton:focus {
  outline: none;
}
@media (max-width: 481px) {
  a.ctaSmallButtonStyle, a.supremeButton {
    width: 100%;
    min-height: 56px;
  }
}
a.ctaSmallButtonStyle, a.supremeButton {
  padding: 15px;
  background: #008427;
}
a.ctaSmallButtonStyle:hover, a.supremeButton:hover {
  background: #262626;
}
a.ctaSmallButtonStyle, a.supremeButton {
  color: #ffffff;
  -webkit-border-radius: 30px;
  border-radius: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-family: "Graphik", "Helvetica Neue", "Helvetica", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: autopx;
}

a.supremeButton {
  padding: 19px 15px 19px 15px;
}

a.supremeButtonBlue {
  min-height: 48px;
  height: auto;
  padding: 15px 0px 15px 0px;
}
@media (max-width: 995px) {
  a.supremeButtonBlue {
    padding: 19px 0px 19px 0px;
  }
}
a.supremeButtonBlue {
  min-width: 90px;
  width: auto;
  line-height: 18px;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  display: inline-block;
  margin-bottom: 25px;
  position: relative;
  /*text-transform: uppercase;*/
  letter-spacing: 1px;
  font-family: "Graphik", "Helvetica Neue", "Helvetica", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: autopx;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
}
a.supremeButtonBlue:active {
  -webkit-transform: translateY(4px);
  transform: translateY(4px);
}
a.supremeButtonBlue:focus {
  outline: none;
}
@media (max-width: 481px) {
  a.supremeButtonBlue {
    width: 100%;
    min-height: 56px;
  }
}
a.supremeButtonBlue {
  color: #262626;
  background: #3BC0F8;
}
a.supremeButtonBlue:hover {
  background: #b5ec39;
  box-shadow: 0 4px 16px rgba(202, 241, 113, 0.65);
}
a.supremeButtonBlue {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

#onlineAssistUpsellMain a.button.skyBlueButton, a.button.skyBlueButton {
  background: #3BC0F8 !important;
  color: #262626 !important;
}
#onlineAssistUpsellMain a.button.skyBlueButton:hover, a.button.skyBlueButton:hover {
  background: #000000 !important;
  color: #ffffff !important;
  box-shadow: none;
}

a.ctaSmallButtonStyle {
  font-size: 11px;
  min-width: 70px;
  padding: 19px 18px 19px 18px;
}
@media (max-width: 995px) {
  a.ctaSmallButtonStyle {
    min-width: 60px;
  }
}
@media (max-width: 481px) {
  a.ctaSmallButtonStyle {
    padding: 19px 0px 19px 0px;
  }
}

a.buttonStyle, a.redButtonStyle {
  min-height: 48px;
  height: auto;
  padding: 15px 0px 15px 0px;
}
@media (max-width: 995px) {
  a.buttonStyle, a.redButtonStyle {
    padding: 19px 0px 19px 0px;
  }
}
a.buttonStyle, a.redButtonStyle {
  min-width: 90px;
  width: auto;
  line-height: 18px;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  display: inline-block;
  margin-bottom: 25px;
  position: relative;
  /*text-transform: uppercase;*/
  letter-spacing: 1px;
  font-family: "Graphik", "Helvetica Neue", "Helvetica", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: autopx;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
}
a.buttonStyle:active, a.redButtonStyle:active {
  -webkit-transform: translateY(4px);
  transform: translateY(4px);
}
a.buttonStyle:focus, a.redButtonStyle:focus {
  outline: none;
}
@media (max-width: 481px) {
  a.buttonStyle, a.redButtonStyle {
    width: 100%;
    min-height: 56px;
  }
}
a.buttonStyle, a.redButtonStyle {
  background-color: #008427;
  color: #ffffff;
  -webkit-border-radius: 30px;
  border-radius: 30px;
}
a.buttonStyle .rightArrow, a.redButtonStyle .rightArrow {
  height: 6px;
  width: 6px;
  display: inline-block;
  padding: 1px;
  border: solid #ffffff;
  position: unset;
}
@media (max-width: 481px) {
  a.buttonStyle .rightArrow, a.redButtonStyle .rightArrow {
    position: absolute;
    top: 22px;
  }
}
a.buttonStyle .rightArrow, a.redButtonStyle .rightArrow {
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  border-width: 2px 0 0 2px;
  /*right: 10px;*/
  margin-left: 12px;
  transition: all 0.2s cubic-bezier(0.33, 0.66, 0.66, 1);
  -webkit-transition: all 0.2s cubic-bezier(0.33, 0.66, 0.66, 1);
  -moz-transition: all 0.2s cubic-bezier(0.33, 0.66, 0.66, 1);
  -ms-transition: all 0.2s cubic-bezier(0.33, 0.66, 0.66, 1);
}
@media (max-width: 995px) {
  a.buttonStyle .rightArrow, a.redButtonStyle .rightArrow {
    right: 6px;
  }
}
@media (max-width: 481px) {
  a.buttonStyle .rightArrow, a.redButtonStyle .rightArrow {
    right: 25px;
  }
}
a.buttonStyle:hover, a.buttonStyle:focus, a.redButtonStyle:hover, a.redButtonStyle:focus {
  background-color: #262626;
}
a.buttonStyle:active, a.redButtonStyle:active {
  -webkit-transform: translateY(4px);
  transform: translateY(4px);
}
a.buttonStyle .icon, a.redButtonStyle .icon {
  color: white;
  font-size: 12px;
  position: absolute;
  right: 17px;
  padding-top: 3px;
}
a.buttonStyle, a.redButtonStyle {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-right: 32px;
  padding-left: 32px;
}
@media (max-width: 995px) {
  a.buttonStyle, a.redButtonStyle {
    padding: 19px 24px 19px 24px;
  }
}
@media (max-width: 481px) {
  a.buttonStyle, a.redButtonStyle {
    padding: 19px 0px 19px 0px;
  }
}

a.teritaryButton {
  min-height: 48px;
  height: auto;
  padding: 15px 0px 15px 0px;
}
@media (max-width: 995px) {
  a.teritaryButton {
    padding: 19px 0px 19px 0px;
  }
}
a.teritaryButton {
  color: #262626;
  position: relative;
  font-family: "Graphik", "Helvetica Neue", "Helvetica", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 19px;
  line-height: 14px;
}
a.teritaryButton .leftArrow {
  height: 6px;
  width: 6px;
  display: inline-block;
  padding: 1px;
  border: solid #262626;
  position: unset;
}
@media (max-width: 481px) {
  a.teritaryButton .leftArrow {
    position: absolute;
    top: 22px;
  }
}
a.teritaryButton .leftArrow {
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  border-width: 0 2px 2px 0;
  margin-right: 12px;
  transition: all 0.2s cubic-bezier(0.33, 0.66, 0.66, 1);
  -webkit-transition: all 0.2s cubic-bezier(0.33, 0.66, 0.66, 1);
  -moz-transition: all 0.2s cubic-bezier(0.33, 0.66, 0.66, 1);
  -ms-transition: all 0.2s cubic-bezier(0.33, 0.66, 0.66, 1);
}
@media (max-width: 995px) {
  a.teritaryButton .leftArrow {
    left: 14px;
  }
}
@media (max-width: 481px) {
  a.teritaryButton .leftArrow {
    left: 20px;
  }
}
@media (max-width: 481px) {
  a.teritaryButton .leftArrow {
    position: unset;
  }
}
a.teritaryButton:hover, a.teritaryButton:focus {
  text-align: center;
  text-decoration: underline;
}
@media (max-width: 481px) {
  a.teritaryButton:hover, a.teritaryButton:focus {
    text-decoration: none;
  }
}
@media (max-width: 995px) {
  a.teritaryButton {
    padding: 19px 18px 19px 18px;
    box-sizing: border-box;
  }
}

a.diagButtonStyle {
  display: block;
}

@media (max-width: 995px) {
  .arrowBtnPnl .icon {
    top: 23px !important;
  }
}

.btnFullLength a {
  width: 100%;
}
.btnFullLength .teritaryButton {
  padding: 15px 0 15px 0;
}

div#hrbTechChatLink {
  min-height: 48px;
  height: auto;
  padding: 15px 0px 15px 0px;
}
@media (max-width: 995px) {
  div#hrbTechChatLink {
    padding: 19px 0px 19px 0px;
  }
}
div#hrbTechChatLink {
  min-width: 90px;
  width: auto;
  line-height: 18px;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  display: inline-block;
  margin-bottom: 25px;
  position: relative;
  /*text-transform: uppercase;*/
  letter-spacing: 1px;
  font-family: "Graphik", "Helvetica Neue", "Helvetica", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: autopx;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
}
div#hrbTechChatLink:active {
  -webkit-transform: translateY(4px);
  transform: translateY(4px);
}
div#hrbTechChatLink:focus {
  outline: none;
}
@media (max-width: 481px) {
  div#hrbTechChatLink {
    width: 100%;
    min-height: 56px;
  }
}
div#hrbTechChatLink {
  background-color: #008427;
  color: #ffffff;
  -webkit-border-radius: 30px;
  border-radius: 30px;
}
div#hrbTechChatLink .rightArrow {
  height: 6px;
  width: 6px;
  display: inline-block;
  padding: 1px;
  border: solid #ffffff;
  position: unset;
}
@media (max-width: 481px) {
  div#hrbTechChatLink .rightArrow {
    position: absolute;
    top: 22px;
  }
}
div#hrbTechChatLink .rightArrow {
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  border-width: 2px 0 0 2px;
  /*right: 10px;*/
  margin-left: 12px;
  transition: all 0.2s cubic-bezier(0.33, 0.66, 0.66, 1);
  -webkit-transition: all 0.2s cubic-bezier(0.33, 0.66, 0.66, 1);
  -moz-transition: all 0.2s cubic-bezier(0.33, 0.66, 0.66, 1);
  -ms-transition: all 0.2s cubic-bezier(0.33, 0.66, 0.66, 1);
}
@media (max-width: 995px) {
  div#hrbTechChatLink .rightArrow {
    right: 6px;
  }
}
@media (max-width: 481px) {
  div#hrbTechChatLink .rightArrow {
    right: 25px;
  }
}
div#hrbTechChatLink:hover, div#hrbTechChatLink:focus {
  background-color: #262626;
}
div#hrbTechChatLink:active {
  -webkit-transform: translateY(4px);
  transform: translateY(4px);
}
div#hrbTechChatLink .icon {
  color: white;
  font-size: 12px;
  position: absolute;
  right: 17px;
  padding-top: 3px;
}
div#hrbTechChatLink {
  width: 100%;
}
div#hrbTechChatLink a {
  color: white;
}

.leftIconButton span {
  display: table;
  margin: auto;
}

a.transparentButton {
  color: #262626;
  background-color: transparent;
}
a.transparentButton:hover, a.transparentButton:focus {
  color: rgba(32, 32, 32, 0.65);
}

.fixedFooter.navigationfooter {
  min-height: 50px;
  margin-bottom: 5px;
  padding: 0;
  bottom: 0;
  margin-left: 40px;
  width: 796px;
}
.fixedFooter #navigationButtons, .fixedFooter #pageFooter {
  display: block;
  bottom: 0;
  height: 50px;
  padding: 24px 0;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 98%, 0)), color-stop(10%, rgb(250, 250, 250)));
  background-image: linear-gradient(180deg, hsla(0, 0%, 98%, 0), rgb(250, 250, 250) 10%);
  position: fixed;
  width: inherit;
}
@media (max-width: 796px) {
  .fixedFooter.navigationfooter {
    margin: 0;
    width: calc(100% - 40px);
  }
  .fixedFooter #navigationButtons, .fixedFooter #pageFooter {
    margin-right: 30px;
  }
}
@media (max-width: 481px) {
  .fixedFooter #navigationButtons, .fixedFooter #pageFooter {
    height: auto;
    left: 20px;
    padding: 24px 0 4px;
  }
  .fixedFooter #btnNext {
    position: relative;
  }
}

#atpChatMain.cqChatIcon {
  height: 54px;
  width: 54px;
  border-radius: 50%;
  position: fixed;
  right: 27px;
  bottom: 29px;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 17;
  cursor: pointer;
  display: none;
}
#atpChatMain.cqChatIcon a:hover {
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -webkit-box-shadow: 0 16px 32px 0 rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0 16px 32px 0 rgba(0, 0, 0, 0.16);
  box-shadow: 0 16px 32px 0 rgba(0, 0, 0, 0.16);
}
#atpChatMain.cqChatIcon.online {
  /*background: radial-gradient(circle, rgba(255, 255, 255, 0.49) 0%, rgba(202, 242, 113, 0.49) 100%);*/
  height: 74px;
  width: 74px;
}
#atpChatMain.cqChatIcon.online a {
  background-color: #000000;
  border: none;
  width: 70px;
  height: 70px;
  margin: 11px;
  position: relative;
  -webkit-box-shadow: 0 16px 32px 0 rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0 16px 32px 0 rgba(0, 0, 0, 0.16);
  box-shadow: 0 16px 32px 0 rgba(0, 0, 0, 0.16);
}
#atpChatMain.cqChatIcon.online a:hover {
  background-color: #008427 !important;
  box-shadow: none !important;
}
#atpChatMain.cqChatIcon.online a .icon {
  top: 10px;
  left: 21px;
  font-size: 30px;
  color: #ffffff;
}
#atpChatMain.cqChatIcon.online a .agentTxt {
  color: #ffffff;
  top: 36px;
  position: relative;
  left: 15px;
}
#atpChatMain.cqChatIcon.expand {
  width: 234px;
  transition: all 0.2s cubic-bezier(0.33, 0.66, 0.66, 1);
  overflow: hidden;
  border-radius: 31px;
}
#atpChatMain.cqChatIcon.expand a {
  width: 220px;
  position: relative;
  display: flex;
  transition: all 0.2s cubic-bezier(0.33, 0.66, 0.66, 1);
  overflow: hidden;
  white-space: nowrap;
  float: right;
}
#atpChatMain.cqChatIcon.expand a:before {
  content: "Chat with an expert";
  display: block;
  position: absolute;
  left: 30px;
  top: 22px;
  font-size: 15px;
  color: #000000;
  font-weight: bold;
}
#atpChatMain.cqChatIcon.expand a:focus {
  outline: none;
}
#atpChatMain.cqChatIcon.expand a .icon {
  left: auto;
  right: 19px;
}

.animateBounce {
  -moz-animation: none 3s linear infinite;
  -ms-animation: none 3s linear infinite;
  -o-animation: none 3s linear infinite;
  animation: none 3s linear;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: hotspot-vertical-top;
  -moz-animation-name: hotspot-vertical-top;
  -ms-animation-name: hotspot-vertical-top;
  -o-animation-name: hotspot-vertical-top;
  animation-name: hotspot-vertical-top;
  animation-iteration-count: 1;
}

#btnOAChat.cqChatIcon {
  display: none;
}

@media (max-width: 481px) {
  #btnOAChat.cqChatIcon.chatEnabled {
    display: block !important;
    padding-top: 4px;
  }
}

.iconPnlChatIcon {
  display: none;
}
@media (max-width: 481px) {
  .iconPnlChatIcon {
    display: inline-block;
    align-self: center;
    text-align: right;
    margin-left: 5px;
  }
  .iconPnlChatIcon a {
    width: 32px;
  }
  .iconPnlChatIcon.online .chatPanel {
    height: 30px;
    width: 30px;
    display: block;
    position: absolute;
    z-index: -1;
    border-radius: 21px;
    background-color: #000000 !important;
    top: -3px;
    margin-left: 12px;
  }
  .iconPnlChatIcon.online a {
    width: 38px;
    padding-top: 0px !important;
  }
  .iconPnlChatIcon.online a .icon {
    font-size: 23px !important;
    color: #ffffff !important;
  }
}

.moveLeftHelp {
  right: 23% !important;
  -webkit-transition: width 0.2s ease, max-width 0.2s ease, min-width 0.2s ease;
  -webkit-transition-timing-function: linear;
  transition: width 0.2s ease, max-width 0.2s ease, min-width 0.2s ease;
  transition-timing-function: linear;
}
@media (min-width: 1700px) {
  .moveLeftHelp {
    right: 400px;
  }
}

.moveLeftCopilot {
  right: 33% !important;
  -webkit-transition: width 0.2s ease, max-width 0.2s ease, min-width 0.2s ease;
  -webkit-transition-timing-function: linear;
  transition: width 0.2s ease, max-width 0.2s ease, min-width 0.2s ease;
  transition-timing-function: linear;
}
@media (min-width: 1700px) {
  .moveLeftCopilot {
    right: 400px;
  }
}

@media (min-width: 481px) {
  #atpChatMain.cqChatIcon.chatEnabled {
    display: block;
  }
  #atpChatMain.cqChatIcon.offseason.chatEnabled {
    display: none !important;
  }
}

.bgChatEnabled {
  background-color: #16A5AA !important;
}

#atpChatMain.cqChatIcon a {
  display: block;
  height: 100%;
  width: 100%;
  border-radius: 51px;
  border: 2px solid #000000;
  box-sizing: border-box;
  background: #262626;
}
#atpChatMain.cqChatIcon .icon {
  position: absolute;
  top: 2px;
  left: 2px;
  font-size: 51px;
}
#atpChatMain.cqChatIcon .icon:hover {
  color: inherit;
}

#btnFinishErrors {
  color: #262626;
  font-family: "Graphik", "Helvetica Neue", "Helvetica", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
}
#btnFinishErrors:hover {
  outline: 0;
  box-shadow: none;
}
#btnFinishErrors:focus {
  box-shadow: none;
}

#btnNextIssue, #btnContinueToFile {
  color: #005D1F;
  font-family: "Graphik", "Helvetica Neue", "Helvetica", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
}
#btnNextIssue:hover, #btnContinueToFile:hover {
  outline: 0;
  box-shadow: none;
}
#btnNextIssue:focus, #btnContinueToFile:focus {
  box-shadow: none;
}

@media print {
  #egain-chat-wrapper, .cqChatIcon {
    display: none !important;
  }
}

/***Upload Button Spinner**/
a.buttonStyle.uploadButton {
  padding: 15px 10px;
  text-align: center;
}

.uploadSpinner {
  height: 15px;
  width: 15px;
  animation: spin 1.5s infinite linear;
  border: 3px solid #fff;
  border-right-color: transparent;
  border-radius: 50%;
  display: inline-block;
  margin: -5px 5px;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/***Upload Button Spinner**/
a.ctaButtonStyle {
  background: url("/hrblock/Templates/Premium/Images/Buttons/Button_CTA_default.png") no-repeat;
  font-size: 19px;
  font-weight: bold;
  color: #ffffff;
  vertical-align: middle;
  text-decoration: none;
  display: block;
  height: 98px;
  width: 244px;
  padding-top: 23px;
  padding-left: 77px;
  margin-left: 17px;
}
a.ctaButtonStyle:hover {
  background: url("/hrblock/Templates/Premium/Images/Buttons/Button_CTA_hover.png") no-repeat;
  background-color: #62a61f;
}
a.ctaButtonStyle:after {
  content: diamond;
}

a.ctaLargeButtonStyle {
  background: url("/hrblock/Templates/Premium/Images/Buttons/Button_CTA_default.png") no-repeat;
  font-size: 19px;
  font-weight: bold;
  color: #ffffff;
  vertical-align: middle;
  text-decoration: none;
  display: block;
  height: 98px;
  width: 244px;
  padding-top: 23px;
  padding-left: 77px;
}
a.ctaLargeButtonStyle:hover, a.ctaLargeButtonStyle:focus {
  background: url("/hrblock/Templates/Premium/Images/Import/btn-call-to-action-long-over.png") no-repeat;
}
a.ctaLargeButtonStyle:after {
  content: diamond;
}
a.ctaLargeButtonStyle {
  background: url("/hrblock/Templates/Premium/Images/Import/btn-call-to-action-long.png") no-repeat;
  height: 95px;
  width: 343px;
  margin-left: 3px;
}

a.buttonStyle.disabled, a.ctaButtonStyle.disabled, a.ctaLargeButtonStyle.disabled,
a.ctaSmallButtonStyle.disabled, a.secondaryButtonStyle.disabled, a.nextButtonStyle.disabled {
  background: #bbbbbb;
  cursor: not-allowed;
}

a.deleteButtonStyle, a.editButtonStyle {
  background: url("/hrblock/Templates/Premium/Images/icon_delete_x.png") top center no-repeat;
  height: 20px;
  display: inline-block;
  margin: 8px 0 0 2px;
  padding: 10px 0 0 0;
  text-align: center;
}
a.deleteButtonStyle span, a.editButtonStyle span {
  height: 40px !important;
  color: #e70000;
  font-weight: bold;
  font-size: 10px;
  text-transform: uppercase;
  vertical-align: bottom;
  text-align: center;
}
a.deleteButtonStyle:focus, a.editButtonStyle:focus {
  outline: 1px dotted #BBBBBB;
}

a.editButtonStyle {
  background: url("/hrblock/Templates/Premium/Images/icon_edit_pencil.png") top center no-repeat;
  margin: 8px 25px 0 5px;
}
a.editButtonStyle span {
  color: #468522;
}

#btnFinishErrors, #btnNextError {
  margin-top: 10px;
  margin-right: 15px;
  float: left;
}

#btnNextIssue, #btnContinueToFile {
  margin-top: 10px;
  margin-right: 5px;
  float: right;
}
@media (max-width: 481px) {
  #btnNextIssue, #btnContinueToFile {
    margin-right: 0px;
  }
}

#btnFinishErrors, #btnContinueToFile, #btnNextIssue {
  margin-left: 4px;
  margin-bottom: 10px;
}
@media (max-width: 481px) {
  #btnFinishErrors, #btnContinueToFile, #btnNextIssue {
    margin-left: 0px;
  }
}

#btnNextError, a.uibNextError {
  min-width: 76px;
  width: auto;
  border-radius: 3px;
  background: #e70000;
  text-align: center;
  padding: 10px 15px;
  font-size: 14px;
  font-weight: bold;
  min-height: 20px;
  color: #ffffff;
  vertical-align: middle;
  text-decoration: none;
  margin-bottom: 25px;
}
#btnNextError:hover, a.uibNextError:hover {
  background: #FC5454;
}

a.uibFixErrors, a.uibFixErrors:hover {
  background-image: url("/hrblock/Templates/Premium/Images/buttons/Button_FixErrors.gif");
  height: 27px;
}

a.uibIgnoreErrors, a.uibIgnoreErrors:hover {
  background-image: url("/hrblock/Templates/Premium/Images/buttons/Button_IgnoreErrors.gif");
  height: 27px;
}

#btnUpgradeTaxPrep:hover, .btnUpgradeTaxPrep:hover, #btnFileExtension:hover {
  text-decoration: underline;
}

#btnUpgradeTaxPrep:focus, .btnUpgradeTaxPrep:focus, #btnFileExtension:focus {
  outline: #bbb dotted 1px;
  text-decoration: underline;
}

#navigationButtons {
  position: relative;
}
#navigationButtons a {
  display: none;
}

a.buttonStyle.darkButton {
  background-color: #111111;
  color: #ffffff;
  padding: 15px 23px 15px 23px;
}
a.buttonStyle.darkButton:hover {
  background: #000000;
}

a.buttonStyle.tertiarygrey {
  background-color: #E6ECEF;
  color: #000000;
  padding: 15px 24px 15px 24px;
  margin-bottom: 0px;
  min-height: 48px;
}
a.buttonStyle.tertiarygrey:hover {
  background-color: #dbdedf;
  box-shadow: 0 2px 6px rgba(32, 32, 32, 0.34);
}

.waveSyncButton .buttonStyle {
  background-color: #136ACD;
  min-height: 48px;
  margin-top: 14px;
  letter-spacing: 0.5px;
  padding: 15px 24px 15px 24px;
  margin-bottom: 20px;
}
.waveSyncButton .buttonStyle:hover, .waveSyncButton .buttonStyle:focus {
  background-color: #0c56a9;
}
.waveSyncButton .buttonStyle .icon {
  position: relative;
  margin-right: 7px;
  left: auto;
  right: auto;
  font-size: 14px;
  top: 2px;
  color: white !important;
}
@media (max-width: 481px) {
  .waveSyncButton .buttonStyle {
    min-width: unset;
    width: 100%;
  }
}

.greywaveSyncButton .buttonStyle {
  background-color: #E6ECEF;
  min-height: 48px;
  margin-top: 6px !important;
  letter-spacing: 0.5px;
  padding: 15px 24px 15px 24px;
  margin-bottom: 20px;
  color: #000000;
}
.greywaveSyncButton .buttonStyle:hover, .greywaveSyncButton .buttonStyle:focus {
  background-color: #dbdedf;
}
.greywaveSyncButton .buttonStyle .icon {
  position: relative;
  margin-right: 7px;
  left: auto;
  right: auto;
  font-size: 14px;
  top: 2px;
  color: black !important;
}
@media (max-width: 481px) {
  .greywaveSyncButton .buttonStyle {
    min-width: unset;
    width: 100%;
  }
}

.smallIconPanel a {
  box-shadow: none !important;
}
.smallIconPanel a .icon {
  font-size: 18px;
  color: black;
}

a.loopControlButtons {
  background-color: #3BC0F8;
  border: none;
}

span.addSpan {
  margin-right: 8px;
}
span.addSpan .icon {
  font-size: 18px;
}

a.floatingButton {
  position: fixed;
  z-index: 17;
  bottom: 30px;
  background-color: #3BC0F8;
  border: none;
  transform: translate(-50%, -50%);
}
a.floatingButton:active {
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
@media (max-width: 481px) {
  a.floatingButton {
    bottom: 20px;
    width: 90%;
  }
}

.iconButton {
  box-sizing: border-box;
  display: inline-block;
  align-items: center;
  padding: 20px;
  width: 100%;
  height: 98px;
  background: #FFFFFF;
  border: 2px solid #E8EEF1;
  border-radius: 16px;
  position: relative;
  text-align: left;
  margin-bottom: 10px;
}
@media screen and (max-device-width: 767px) {
  .iconButton {
    width: 100%;
    padding: 18px 28px 18px 16px;
  }
}
.iconButton img {
  width: 82px;
  height: 83px;
  border-radius: 12px;
  display: inline-block;
  vertical-align: middle;
}
@media screen and (max-device-width: 767px) {
  .iconButton img {
    width: 57px;
    height: 57px;
    margin-top: 8px;
  }
}
.iconButton .icon {
  position: absolute;
  right: 25px;
  font-size: 14px;
  top: 42px;
}
@media screen and (max-device-width: 767px) {
  .iconButton .icon {
    right: 16px;
  }
}
.iconButton .iconButtonText {
  height: 100%;
  display: inline-flex;
  font-size: 14px;
  font-weight: 400;
  vertical-align: middle;
  align-items: center;
  line-height: 20px;
  letter-spacing: 0.12px;
}
@media screen and (max-device-width: 767px) {
  .iconButton .iconButtonText {
    font-size: 18px;
    margin-left: 9px;
  }
}

#StackPanelSimplifiedAtomicImportPanel .orLText {
  font-size: 18px;
  top: -7px;
  position: relative;
}
#StackPanelSimplifiedAtomicImportPanel .secondaryButtonStyle {
  font-size: 19px;
  letter-spacing: -0.3px;
  line-height: 22px;
}

#StackPanelPayrollProvider {
  height: 500px;
  overflow-y: scroll;
}
#StackPanelPayrollProvider::-webkit-scrollbar {
  width: 8px;
}
#StackPanelPayrollProvider::-webkit-scrollbar-thumb {
  background-color: #408657;
  width: 14px;
  border-radius: 11px;
}
#StackPanelPayrollProvider::-webkit-scrollbar-track {
  background-color: #D9D9D9;
  border-radius: 11px;
}

.btnSpruceGetStarted a {
  width: auto;
  height: auto;
  background-color: #003512;
  color: #D2FA52;
  padding-left: 22px;
  padding-right: 22px;
}

.btnStandAloneSpruceNoThanks {
  width: auto;
  height: auto;
  background-color: transparent;
  color: black;
  font-size: 18px !important;
  font-weight: 500;
}

.addAccountButton a {
  font-size: 19px;
  font-weight: 600;
  background-color: transparent;
  color: black;
  border: 2px solid black;
}
.addAccountButton a .icon {
  color: black;
  font-size: 14px;
  position: unset;
  font-weight: 600;
}
.addAccountButton a:hover {
  color: black;
  background-color: transparent;
}

.disabledButton {
  pointer-events: none;
  opacity: 0.7;
}

/* TPG Calendar Picker */
.calendarControl .picked a {
  color: white;
  width: 30px;
  height: 30px;
  border-radius: 20px;
  background-color: #0B575A;
  line-height: 30px;
  margin-left: auto;
  margin-right: auto;
}

.calendarControl .ui-datepicker td {
  width: 40px;
  height: 40px;
  text-align: center;
}

.calendarControl .ui-datepicker {
  width: auto;
}

.calendarControl .ui-icon-circle-triangle-e {
  color: #545454;
}

.calendarControl .ui-icon-circle-triangle-w {
  color: #545454;
}

.calendarControl .ui-state-default {
  color: #545454;
}

.calendarControl .calendarContainer {
  width: auto;
  height: 300px;
  margin-left: 40px;
  margin-right: 40px;
}

.calendarControl .ui-datepicker-unselectable span {
  width: 20px;
  height: 20px;
  background: #D6D6D6;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  color: #D6D6D6;
  line-height: 30px;
  margin-left: auto;
  margin-right: auto;
}

.calendarControl .ui-datepicker-unselectable span {
  color: #D6D6D6;
}

.calendarControl .ui-datepicker td a {
  text-align: center;
}

.calendarControl .ui-datepicker-title {
  color: black;
  font-weight: bold;
}

/* XFileBox control */
.xFileBoxPlain {
  height: 40px;
  background-color: #ededef;
  margin-top: 10px;
}

@media (min-width: 995px) {
  .xFileBoxPlain {
    margin-bottom: 7px;
  }
}
.xFileBoxFileName {
  height: 18px;
  color: #3F3F3F;
  font-size: 15px;
  font-weight: 300;
  line-height: 18px;
  float: left;
  margin-top: 11px;
  margin-left: 10px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  min-width: 100px;
  width: 65%;
  text-align: left;
}

.xFileBoxFileNameNeed {
  height: 18px;
  color: #3F3F3F;
  font-size: 15px;
  font-weight: 300;
  line-height: 18px;
  float: left;
  margin-top: 11px;
  margin-left: 10px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  min-width: 100px;
  width: 90%;
  text-align: left;
}

.xFileBoxFileNameError {
  height: 18px;
  color: #3F3F3F;
  font-size: 15px;
  font-weight: bold;
  line-height: 18px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  min-width: 100px;
  text-align: left;
  margin-left: 30px;
}

.xFileBoxSmallName {
  height: 18px;
  color: #3F3F3F;
  font-size: 12px;
  font-weight: 300;
  line-height: 18px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  min-width: 100px;
  text-align: left;
  margin-left: 30px;
}

.xFileBoxTextOuter {
  width: 75%;
  padding: 3px;
  position: absolute;
  left: 10px;
  top: 0;
  height: 100%;
  background: url("/hrblock/Templates/Premium/Images/xFileBoxError.svg") no-repeat;
  background-position-y: 10px;
}

.xFileBoxImageBox {
  width: 40px;
  height: 40px;
  background-color: #147999;
  float: right;
}

.xFileBoxImageBoxPlain {
  width: 45px;
  height: 40px;
  position: absolute;
  left: 0;
  top: 0;
}

.xFileBoxImageBoxOuter {
  width: 25%;
  height: 40px;
  position: absolute;
  right: 0;
  top: 0;
  min-width: 80px;
}

.xFileBoxImageBoxDelete {
  width: 45px;
  height: 40px;
  float: right;
}

.xFileBoxImageBoxPlainError {
  width: 40px;
  height: 40px;
  float: right;
  padding-top: 10px;
}

.xFileBoxFancy {
  height: 40px;
  background-color: #F5F5F7;
  box-shadow: 0 1px 2px 0 rgba(54, 54, 54, 0.36);
  margin-top: 10px;
  min-width: 170px;
  width: auto;
  position: relative;
}

.xFileBoxError {
  height: 40px;
  background-color: #F5F5F7;
  margin-top: 10px;
  min-width: 170px;
  width: auto;
  position: relative;
}

.xFileBoxCancel {
  height: 14px;
  width: 14px;
  margin-top: 13px;
  margin-left: 13px;
  margin-right: 13px;
  margin-bottom: 13px;
}

.xFileBoxView {
  height: 14px;
  width: 24px;
  margin-top: 13px;
  margin-left: 10px;
  margin-right: 10px;
  margin-bottom: 10px;
}

.xFileBoxCheck {
  height: 20px;
  width: 20px;
  margin-top: 10px;
  margin-left: 10px;
  margin-right: 10px;
  margin-bottom: 10px;
}

.xFileBoxDot {
  height: 12px;
  width: 12px;
  border-radius: 6px;
  background-color: #A7A9AF;
  margin-top: 14px;
  margin-left: 11px;
  margin-right: 11px;
  margin-bottom: 14px;
}

.xFileBoxProgressBar {
  height: 4px;
  margin-top: 1px;
}

.xFileBoxProgressBarInner {
  width: 1%;
  height: 4px;
  background-color: #82BC00;
  margin-top: 1px;
  float: left;
}

.xFileError {
  height: 18px;
  width: 20px;
  color: #147999;
  font-size: 15px;
  font-weight: bold;
  line-height: 18px;
  float: right;
  display: inline-block;
  margin-right: 15px;
  margin-top: 10px;
}

.xFileBoxErrorFlag {
  height: 20px;
  width: 20px;
  margin: 10px 10px 12px 10px;
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
}

.xFileBoxErrorFlagBox {
  height: 20px;
  width: 20px;
  margin: 10px 10px 12px 10px;
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
}

.xFileBoxDeleteFlag {
  height: 20px;
  width: 20px;
  margin: 10px 0 12px 10px;
  float: left;
  display: inline-block;
}

#RefundMeterContainerRes {
  background-color: #EBEDEF;
  width: 300px;
  position: fixed;
  display: none;
  top: -101%;
  min-height: 100vh;
  z-index: 500;
  border-top: 1px solid #D4D7D9;
  border-right: 1px solid #D4D7D9;
  border-bottom: 1px solid #D4D7D9;
}
@media print {
  #RefundMeterContainerRes {
    display: none !important;
  }
}
@media (max-width: 767px) {
  #RefundMeterContainerRes {
    width: 100%;
    height: 100%;
  }
}
#RefundMeterContainerRes .federalRmRes .federalTitle, #RefundMeterContainerRes .federalRmRes .stateTitle {
  font-size: 18px;
  line-height: 24px;
  /*text-transform: uppercase;*/
  font-weight: 900;
}
#RefundMeterContainerRes .refundNav {
  padding: 15px !important;
  text-align: center;
  padding-bottom: 0 !important;
  width: auto;
  float: none;
}
#RefundMeterContainerRes .refundNav .federalMap a {
  background: url(/hrblock/Templates/Premium/Images/maps/refundowemeter/leftNav_Refund_federal.png) no-repeat 0 center;
  width: 37px;
  height: 23px;
  display: block;
}
#RefundMeterContainerRes .refundNav li {
  list-style-type: none;
  clear: both;
  min-height: 35px;
  padding-bottom: 15px;
}
#RefundMeterContainerRes .refundNav li:nth-child(2) {
  border-top: 0 !important;
  margin-top: 0 !important;
}
#RefundMeterContainerRes .refundNav li a {
  width: 37px;
  height: 23px;
  display: block;
}
#RefundMeterContainerRes .refundNav .stateMap, #RefundMeterContainerRes .refundNav .federalMap {
  width: 13%;
  font-size: 18px;
  line-height: 24px;
  text-align: left;
  float: left;
}
#RefundMeterContainerRes .refundNav .lastChangingDiv {
  color: #5D5D5D;
  font-size: 12px;
  font-style: italic;
  line-height: 16px;
  width: 85%;
  clear: both;
  margin-left: 13%;
  text-align: left;
}
#RefundMeterContainerRes .refundNav .amountText {
  color: #686663;
  font-size: 18px;
  font-weight: bold;
  line-height: 24px;
  text-align: right !important;
  width: 25%;
  float: left;
}
#RefundMeterContainerRes .refundNav .contentText {
  width: 60%;
  text-align: left;
  float: left;
}

.refundometerArea {
  height: auto;
  overflow: hidden;
  float: left;
  width: 165px;
}

.frameBody .leftPanel .refundMeterBox .refundometerArea ul.refundNav li span.refund-state-wrapper {
  display: table-cell;
  vertical-align: top;
  background-position: top 4px left 0;
  width: 64px;
  text-align: center;
  font-size: 22px;
  height: 28px;
  text-decoration: none;
  padding-top: 10px;
}

ul.refundNav {
  float: left;
  overflow: hidden;
  padding: 0 !important;
  width: 165px;
}

ul.refundNav li {
  text-align: left;
}

ul.refundNav li:nth-child(2) {
  border-top: 1px solid #ccc;
  margin-top: 10px;
  padding-top: 15px;
}

ul.refundNav li:last-child {
  border-bottom: 1px solid #ccc;
  padding-bottom: 10px;
}

ul.refundNav li a {
  display: block;
  font-size: 18px;
  height: 38px;
  text-decoration: none;
}

ul.refundNav li span.federalTitle, ul.refundNav li span.stateTitle {
  display: block;
  font-size: 10px;
  font-weight: bold;
}

ul.refundNav li a span {
  display: block;
  font-size: 23px;
  line-height: 38px;
}

ul.refundNav li a span.refundAmount {
  color: #5F5F5F;
  width: 125px;
  float: left;
}

ul.refundNav li a span.oweAmount {
  color: #750003;
  width: 125px;
  float: left;
}

ul.refundNav li a span sup {
  font-size: 14px;
  top: -12px;
  margin-right: 2px;
  position: relative;
}

ul.refundNav li a:hover {
  cursor: default;
}

ul.refundNav li a.federalMap, IMG.fdMap {
  background: url(/hrblock/Templates/Premium/Images/maps/refundowemeter/leftNav_Refund_federal.png) no-repeat 0 center;
  width: 50px;
}

ul.refundNav li a.ak, IMG.akMap {
  background: url(/hrblock/Templates/Premium/Images/maps/refundowemeter/leftNav_Refund_ak.png) no-repeat 0 center;
  width: 50px;
}

ul.refundNav li a.al, IMG.alMap, ul.jrefundNav li a.al {
  background: url(/hrblock/Templates/Premium/Images/maps/refundowemeter/leftNav_Refund_al.png) no-repeat 0 center;
  width: 50px;
}

ul.refundNav li a.ar, IMG.arMap, ul.jrefundNav li a.ar {
  background: url(/hrblock/Templates/Premium/Images/maps/refundowemeter/leftNav_Refund_ar.png) no-repeat 0 center;
  width: 50px;
}

ul.refundNav li a.az, IMG.azMap, ul.jrefundNav li a.az {
  background: url(/hrblock/Templates/Premium/Images/maps/refundowemeter/leftNav_Refund_az.png) no-repeat 0 center;
  width: 50px;
}

ul.refundNav li a.ca, IMG.caMap, ul.jrefundNav li a.ca {
  background: url(/hrblock/Templates/Premium/Images/maps/refundowemeter/leftNav_Refund_ca.png) no-repeat 0 center;
  width: 50px;
}

ul.refundNav li a.co, IMG.coMap, ul.jrefundNav li a.co {
  background: url(/hrblock/Templates/Premium/Images/maps/refundowemeter/leftNav_Refund_co.png) no-repeat 0 center;
  width: 50px;
}

ul.refundNav li a.ct, IMG.ctMap, ul.jrefundNav li a.ct {
  background: url(/hrblock/Templates/Premium/Images/maps/refundowemeter/leftNav_Refund_ct.png) no-repeat 0 center;
  width: 50px;
}

ul.refundNav li a.dc, IMG.dcMap, ul.jrefundNav li a.dc {
  background: url(/hrblock/Templates/Premium/Images/maps/refundowemeter/leftNav_Refund_dc.png) no-repeat 0 center;
  width: 50px;
}

ul.refundNav li a.de, IMG.deMap, ul.jrefundNav li a.de {
  background: url(/hrblock/Templates/Premium/Images/maps/refundowemeter/leftNav_Refund_de.png) no-repeat 0 center;
  width: 50px;
}

ul.refundNav li a.fl, IMG.flMap, ul.jrefundNav li a.fl {
  background: url(/hrblock/Templates/Premium/Images/maps/refundowemeter/leftNav_Refund_fl.png) no-repeat 0 center;
  width: 50px;
}

ul.refundNav li a.ga, IMG.gaMap, ul.jrefundNav li a.ga {
  background: url(/hrblock/Templates/Premium/Images/maps/refundowemeter/leftNav_Refund_ga.png) no-repeat 0 center;
  width: 50px;
}

ul.refundNav li a.hi, IMG.hiMap, ul.jrefundNav li a.hi {
  background: url(/hrblock/Templates/Premium/Images/maps/refundowemeter/leftNav_Refund_hi.png) no-repeat 0 center;
  width: 50px;
}

ul.refundNav li a.ia, IMG.iaMap, ul.jrefundNav li a.ia {
  background: url(/hrblock/Templates/Premium/Images/maps/refundowemeter/leftNav_Refund_ia.png) no-repeat 0 center;
  width: 50px;
}

ul.refundNav li a.id, IMG.idMap, ul.jrefundNav li a.id {
  background: url(/hrblock/Templates/Premium/Images/maps/refundowemeter/leftNav_Refund_id.png) no-repeat 0 center;
  width: 50px;
}

ul.refundNav li a.il, IMG.ilMap, ul.jrefundNav li a.il {
  background: url(/hrblock/Templates/Premium/Images/maps/refundowemeter/leftNav_Refund_il.png) no-repeat 0 center;
  width: 50px;
}

ul.refundNav li a.in, IMG.inMap, ul.jrefundNav li a.in {
  background: url(/hrblock/Templates/Premium/Images/maps/refundowemeter/leftNav_Refund_in.png) no-repeat 0 center;
  width: 50px;
}

ul.refundNav li a.ks, IMG.ksMap, ul.jrefundNav li a.ks {
  background: url(/hrblock/Templates/Premium/Images/maps/refundowemeter/leftNav_Refund_ks.png) no-repeat 0 center;
  width: 50px;
}

ul.refundNav li a.ky, IMG.kyMap, ul.jrefundNav li a.ky {
  background: url(/hrblock/Templates/Premium/Images/maps/refundowemeter/leftNav_Refund_ky.png) no-repeat 0 center;
  width: 50px;
}

ul.refundNav li a.la, IMG.laMap, ul.jrefundNav li a.la {
  background: url(/hrblock/Templates/Premium/Images/maps/refundowemeter/leftNav_Refund_la.png) no-repeat 0 center;
  width: 50px;
}

ul.refundNav li a.ma, IMG.maMap, ul.jrefundNav li a.ma {
  background: url(/hrblock/Templates/Premium/Images/maps/refundowemeter/leftNav_Refund_ma.png) no-repeat 0 center;
  width: 50px;
}

ul.refundNav li a.md, IMG.mdMap, ul.jrefundNav li a.md {
  background: url(/hrblock/Templates/Premium/Images/maps/refundowemeter/leftNav_Refund_md.png) no-repeat 0 center;
  width: 50px;
}

ul.refundNav li a.me, IMG.meMap, ul.jrefundNav li a.me {
  background: url(/hrblock/Templates/Premium/Images/maps/refundowemeter/leftNav_Refund_me.png) no-repeat 0 center;
  width: 50px;
}

ul.refundNav li a.mi, IMG.miMap, ul.jrefundNav li a.mi {
  background: url(/hrblock/Templates/Premium/Images/maps/refundowemeter/leftNav_Refund_mi.png) no-repeat 0 center;
  width: 50px;
}

ul.refundNav li a.mn, IMG.mnMap, ul.jrefundNav li a.mn {
  background: url(/hrblock/Templates/Premium/Images/maps/refundowemeter/leftNav_Refund_mn.png) no-repeat 0 center;
  width: 50px;
}

ul.refundNav li a.mo, IMG.moMap, ul.jrefundNav li a.mo {
  background: url(/hrblock/Templates/Premium/Images/maps/refundowemeter/leftNav_Refund_mo.png) no-repeat 0 center;
  width: 50px;
}

ul.refundNav li a.ms, IMG.msMap, ul.jrefundNav li a.ms {
  background: url(/hrblock/Templates/Premium/Images/maps/refundowemeter/leftNav_Refund_ms.png) no-repeat 0 center;
  width: 50px;
}

ul.refundNav li a.mt, IMG.mtMap, ul.jrefundNav li a.mt {
  background: url(/hrblock/Templates/Premium/Images/maps/refundowemeter/leftNav_Refund_mt.png) no-repeat 0 center;
  width: 50px;
}

ul.refundNav li a.nc, IMG.ncMap, ul.jrefundNav li a.nc {
  background: url(/hrblock/Templates/Premium/Images/maps/refundowemeter/leftNav_Refund_nc.png) no-repeat 0 center;
  width: 50px;
}

ul.refundNav li a.nd, IMG.ndMap, ul.jrefundNav li a.nd {
  background: url(/hrblock/Templates/Premium/Images/maps/refundowemeter/leftNav_Refund_nd.png) no-repeat 0 center;
  width: 50px;
}

ul.refundNav li a.ne, IMG.neMap, ul.jrefundNav li a.ne {
  background: url(/hrblock/Templates/Premium/Images/maps/refundowemeter/leftNav_Refund_ne.png) no-repeat 0 center;
  width: 50px;
}

ul.refundNav li a.nh, IMG.nhMap, ul.jrefundNav li a.nh {
  background: url(/hrblock/Templates/Premium/Images/maps/refundowemeter/leftNav_Refund_nh.png) no-repeat 0 center;
  width: 50px;
}

ul.refundNav li a.nj, IMG.njMap, ul.jrefundNav li a.nj {
  background: url(/hrblock/Templates/Premium/Images/maps/refundowemeter/leftNav_Refund_nj.png) no-repeat 0 center;
  width: 50px;
}

ul.refundNav li a.nm, IMG.nmMap, ul.jrefundNav li a.nm {
  background: url(/hrblock/Templates/Premium/Images/maps/refundowemeter/leftNav_Refund_nm.png) no-repeat 0 center;
  width: 50px;
}

ul.refundNav li a.nv, IMG.nvMap, ul.jrefundNav li a.nv {
  background: url(/hrblock/Templates/Premium/Images/maps/refundowemeter/leftNav_Refund_nv.png) no-repeat 0 center;
  width: 50px;
}

ul.refundNav li a.ny, IMG.nyMap, ul.jrefundNav li a.ny {
  background: url(/hrblock/Templates/Premium/Images/maps/refundowemeter/leftNav_Refund_ny.png) no-repeat 0 center;
  width: 50px;
}

ul.refundNav li a.oh, IMG.ohMap, ul.jrefundNav li a.oh {
  background: url(/hrblock/Templates/Premium/Images/maps/refundowemeter/leftNav_Refund_oh.png) no-repeat 0 center;
  width: 50px;
}

ul.refundNav li a.ok, IMG.okMap, ul.jrefundNav li a.ok {
  background: url(/hrblock/Templates/Premium/Images/maps/refundowemeter/leftNav_Refund_ok.png) no-repeat 0 center;
  width: 50px;
}

ul.refundNav li a.or, IMG.orMap, ul.jrefundNav li a.or {
  background: url(/hrblock/Templates/Premium/Images/maps/refundowemeter/leftNav_Refund_or.png) no-repeat 0 center;
  width: 50px;
}

ul.refundNav li a.pa, IMG.paMap, ul.jrefundNav li a.pa {
  background: url(/hrblock/Templates/Premium/Images/maps/refundowemeter/leftNav_Refund_pa.png) no-repeat 0 center;
  width: 50px;
}

ul.refundNav li a.ri, IMG.riMap, ul.jrefundNav li a.ri {
  background: url(/hrblock/Templates/Premium/Images/maps/refundowemeter/leftNav_Refund_ri.png) no-repeat 0 center;
  width: 50px;
}

ul.refundNav li a.sc, IMG.scMap, ul.jrefundNav li a.sc {
  background: url(/hrblock/Templates/Premium/Images/maps/refundowemeter/leftNav_Refund_sc.png) no-repeat 0 center;
  width: 50px;
}

ul.refundNav li a.sd, IMG.sdMap, ul.jrefundNav li a.sd {
  background: url(/hrblock/Templates/Premium/Images/maps/refundowemeter/leftNav_Refund_sd.png) no-repeat 0 center;
  width: 50px;
}

ul.refundNav li a.tn, IMG.tnMap, ul.jrefundNav li a.tn {
  background: url(/hrblock/Templates/Premium/Images/maps/refundowemeter/leftNav_Refund_tn.png) no-repeat 0 center;
  width: 50px;
}

ul.refundNav li a.tx, IMG.txMap, ul.jrefundNav li a.tx {
  background: url(/hrblock/Templates/Premium/Images/maps/refundowemeter/leftNav_Refund_tx.png) no-repeat 0 center;
  width: 50px;
}

ul.refundNav li a.ut, IMG.utMap, ul.jrefundNav li a.ut {
  background: url(/hrblock/Templates/Premium/Images/maps/refundowemeter/leftNav_Refund_ut.png) no-repeat 0 center;
  width: 50px;
}

ul.refundNav li a.va, IMG.vaMap, ul.jrefundNav li a.va {
  background: url(/hrblock/Templates/Premium/Images/maps/refundowemeter/leftNav_Refund_va.png) no-repeat 0 center;
  width: 50px;
}

ul.refundNav li a.vt, IMG.vtMap, ul.jrefundNav li a.vt {
  background: url(/hrblock/Templates/Premium/Images/maps/refundowemeter/leftNav_Refund_vt.png) no-repeat 0 center;
  width: 50px;
}

ul.refundNav li a.wa, IMG.waMap, ul.jrefundNav li a.wa {
  background: url(/hrblock/Templates/Premium/Images/maps/refundowemeter/leftNav_Refund_wa.png) no-repeat 0 center;
  width: 50px;
}

ul.refundNav li a.wi, IMG.wiMap, ul.jrefundNav li a.wi {
  background: url(/hrblock/Templates/Premium/Images/maps/refundowemeter/leftNav_Refund_wi.png) no-repeat 0 center;
  width: 50px;
}

ul.refundNav li a.wv, IMG.wvMap, ul.jrefundNav li a.wv {
  background: url(/hrblock/Templates/Premium/Images/maps/refundowemeter/leftNav_Refund_wv.png) no-repeat 0 center;
  width: 50px;
}

ul.refundNav li a.wy, IMG.wyMap, ul.jrefundNav li a.wy {
  background: url(/hrblock/Templates/Premium/Images/maps/refundowemeter/leftNav_Refund_wy.png) no-repeat 0 center;
  width: 50px;
}

.stateTransferPod, .importTransitionPod, .importFooterRow {
  display: none;
}

.stateTransferViewPanel .stateTransferPod, .importTransitionViewPanel .importTransitionPod {
  display: block;
}

.refundRevealMeter fieldset, .stateTransferPod fieldset, .importTransitionPod fieldset {
  border: 1px solid #468522;
  min-height: 80px;
}

.refundRevealMeter fieldset legend, .stateTransferPod fieldset legend, .importTransitionPod fieldset legend {
  padding: 0 25px 0 25px;
  width: auto !important;
  font-weight: 500;
  text-align: center;
  margin: 0 auto;
}

.refundRevealMeter .refundRevealContent {
  font-weight: 200;
  font-size: 48px;
  text-align: center;
  display: flex;
  height: 46px;
  align-items: center;
  justify-content: center;
}

.refundRevealMeterBold .refundRevealContent {
  font-weight: 400;
  color: #277ebb;
}

.stateTransferPod .stateTransferContent, .importTransitionPod .importTransitionPodContent {
  font-size: 35px;
  display: block;
  font-weight: 200;
  text-align: center;
  padding: 6px;
}

.cartHeaderIcon h2 {
  display: table;
}
.cartHeaderIcon h2 > span {
  display: table-cell;
  vertical-align: middle;
  text-align: left;
}
.cartHeaderIcon h2 .icon, .cartHeaderIcon h2 [class^=stateface] {
  font-size: 40px;
}

.bgDarkSlateGray {
  background-color: #3F3F3F;
  color: white;
  display: block;
  padding: 10px;
}
.bgDarkSlateGray b, .bgDarkSlateGray .FontBold {
  color: #76B54E;
}

/*.mobResponsive a.hyperlinkStyle {
    color: #147999;
}*/
.bgDarkGrayBox {
  background-color: #EDEDEF;
  display: block;
  padding: 10px;
  margin-right: -12px;
  margin-left: -12px;
}
.bgDarkGrayBox .icon {
  font-size: 30px !important;
}

#StackPanelreceiptCartPanel .headerIcon img {
  width: 67px;
}
#StackPanelreceiptCartPanel .receiptPanelHeader h2 {
  padding-top: 0;
}

#StackPanelpaymentCartPanel .dgTableBaseDiv {
  margin-bottom: 20px;
}
#StackPanelpaymentCartPanel .dgTableBaseDiv .icon {
  font-size: 30px !important;
}
#StackPanelpaymentCartPanel .cardtable tbody tr:first-child td {
  padding-top: 18px !important;
}
#StackPanelpaymentCartPanel .cardtable tbody tr:last-child td {
  padding-bottom: 0px;
  margin-bottom: 5px;
}
#StackPanelpaymentCartPanel .cardtable tbody tr img {
  width: 30px !important;
}

#StackPanelRTpaymentCartPanel table.tableStyle:not(.cardtable) {
  margin-bottom: 0px;
  margin-top: 10px;
}
#StackPanelRTpaymentCartPanel table.tableStyle:not(.cardtable) tr {
  border-bottom: 0px;
}
#StackPanelRTpaymentCartPanel table.cardtable tr td {
  margin-bottom: 15px;
}
#StackPanelRTpaymentCartPanel table.cardtable tr:first-child td {
  padding-top: 18px !important;
}
#StackPanelRTpaymentCartPanel table.cardtable tr:last-child td {
  padding-bottom: 0px;
  margin-bottom: 22px;
}
#StackPanelRTpaymentCartPanel table.tableStyle:last-child {
  margin-bottom: 0px;
}

#StackPanelKeycodeCartPanel .hcAccordianUtility {
  box-shadow: none;
  padding-bottom: 0px;
  min-height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 3px;
}
#StackPanelKeycodeCartPanel .hcAccordianUtility .expand {
  background-image: url(/hrblock/Templates/Premium/Images/PricePreview/ExpandIcon.svg);
}
#StackPanelKeycodeCartPanel .hcAccordianUtility .expand.collapsed {
  background-image: url(/hrblock/Templates/Premium/Images/PricePreview/CollapseIcon.svg);
}
#StackPanelKeycodeCartPanel .hcAccordianUtility span:first-child {
  text-align: center;
  display: inline-block;
  padding-right: 4px;
}
#StackPanelKeycodeCartPanel .hcAccordianUtility .expandIcon {
  border-width: 0px;
  transform: none;
  transition: none;
}
#StackPanelKeycodeCartPanel .hcAccordianUtility span.expand {
  border-width: 0px;
  display: inline-block;
}
#StackPanelKeycodeCartPanel .hcAccordianUtilityContent {
  border-width: 0px;
  box-shadow: none;
  padding-bottom: 0px;
}
#StackPanelKeycodeCartPanel .hcAccordianUtilityContent .buttonStyle {
  width: 150px;
  margin-bottom: 0px;
}
#StackPanelKeycodeCartPanel .hcAccordianUtilityContent .formFieldBox {
  margin-bottom: 10px;
}

.mobResponsive {
  padding: 25px;
  box-sizing: border-box;
  padding-bottom: 25px;
}
.mobResponsive .modalCloseDiv {
  padding: 12px;
}
.mobResponsive .modalCloseDiv [class^=hrbo-icon-] {
  font-size: 20px;
  color: #6E6E6E;
}
.mobResponsive .backArrow [class^=hrbo-icon-] {
  font-size: 20px;
  color: rgba(32, 32, 32, 0.65);
}
.mobResponsive [class^=stateface] {
  font-size: 30px;
}
.mobResponsive h3 {
  padding-top: 0;
}
.mobResponsive .iconImage {
  vertical-align: top !important;
}
.mobResponsive .iconImage img {
  max-width: 30px;
}
.mobResponsive .errorMessagePanel {
  display: none !important;
}

#StackPanelpnlCompetitorComparision .cardtable thead tr {
  display: table-row !important;
}
#StackPanelpnlCompetitorComparision .cardtable thead th {
  display: table-cell !important;
  clear: both !important;
  float: none !important;
  height: 100% !important;
}
#StackPanelpnlCompetitorComparision .cardtable thead th:nth-child(2) {
  border-top: 2px solid #008427;
  border-left: 2px solid #008427;
  border-right: 2px solid #008427;
  padding-left: 7px;
  padding-right: 7px;
  padding-top: 5px;
}
#StackPanelpnlCompetitorComparision .cardtable thead th:nth-child(2) .tableHeaderStyle {
  display: block !important;
  text-align: center;
}
#StackPanelpnlCompetitorComparision .cardtable thead th:last-child .tableHeaderStyle {
  text-align: right !important;
  width: 100%;
  display: block !important;
}
#StackPanelpnlCompetitorComparision .cardtable tbody tr {
  display: table-row !important;
}
#StackPanelpnlCompetitorComparision .cardtable tbody tr td {
  display: table-cell !important;
}
#StackPanelpnlCompetitorComparision .cardtable tbody tr td:nth-child(2) {
  border-left: 2px solid #008427;
  border-right: 2px solid #008427;
  padding-right: 5px;
}
#StackPanelpnlCompetitorComparision .cardtable tbody tr:last-child {
  border-top: 1px solid #cdcdcd;
}
#StackPanelpnlCompetitorComparision .cardtable tbody tr:last-child td {
  padding-top: 4px !important;
  padding-bottom: 4px;
  height: 50px !important;
}
#StackPanelpnlCompetitorComparision .cardtable tbody tr:last-child td:nth-child(2) {
  border-bottom: 2px solid #008427;
}
#StackPanelpnlCompetitorComparision .cardtable tbody tr .dgTableBaseDiv {
  min-height: 40px;
}

#btnCartContainer {
  position: relative;
  margin-right: 16px;
}
@media (min-width: 1206px) {
  #btnCartContainer {
    margin-right: 30px;
  }
}

.cartPricePreview {
  min-width: 40px;
  width: auto !important;
  border-radius: 12px;
  padding-left: 8px;
  position: relative;
}
.cartPricePreview #pricechange {
  font-size: 12px;
  font-weight: 900;
  padding-right: 5px;
  padding-left: 3px;
  display: flex;
  align-items: center;
  height: 27px;
  vertical-align: middle;
  float: left;
}
@media (max-width: 481px) {
  .cartPricePreview #pricechange {
    height: 23px;
  }
}
.cartPricePreview .bgGrayCol {
  position: absolute;
  width: calc(100% + 7px);
  height: 34px;
  left: 0;
  z-index: -1;
  background-color: #E7E9EF;
  border-radius: 25px;
  top: -6px;
}

.cartCount {
  position: absolute;
  height: 10px;
  width: 10px;
  background-color: #008427;
  color: #ffffff;
  top: 0px;
  display: none;
  font-size: 6px;
  font-weight: 800;
  left: 20px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.cartCount span {
  text-align: center;
  display: block;
  position: relative;
  top: -6px;
  color: #ffffff;
}

#StackPanelpnlCompetitorComparision .span6 {
  width: 46%;
}

#StackPanelpnlCompetitorComparision .span3 {
  width: 29%;
}

.bgCart {
  background-color: black;
  color: white;
  display: block;
  padding: 10px;
}
.bgCart b, .bgCart .FontBold {
  color: #76B54E;
}

.CartExtGrid .iconTextBlock {
  width: 100%;
}
.CartExtGrid .iconImage {
  width: 35%;
  text-align: right;
  vertical-align: middle !important;
}
.CartExtGrid .iconText {
  width: 65%;
}

.leftContent {
  /*float: left;*/
}

.rightContent {
  float: right;
}

#deductionTracker {
  display: none;
  position: fixed;
  bottom: 0;
  background-color: #e6ecef;
  height: 60px;
  overflow: hidden;
  padding-top: 23px;
  box-sizing: border-box;
  width: calc(100% - 80px);
  transition: all 0.2s cubic-bezier(0.33, 0.66, 0.66, 1);
  -webkit-transition: all 0.2s cubic-bezier(0.33, 0.66, 0.66, 1);
  -moz-transition: all 0.2s cubic-bezier(0.33, 0.66, 0.66, 1);
  -ms-transition: all 0.2s cubic-bezier(0.33, 0.66, 0.66, 1);
}
#deductionTracker a {
  outline: none;
}
@media (min-width: 1366px) {
  #deductionTracker {
    width: calc(100% - 300px);
  }
}
@media (min-width: 1206px) and (max-width: 1365px) {
  #deductionTracker {
    width: calc(100% - 80px);
  }
}
.helpOpen #deductionTracker {
  width: calc(100% - 382px);
}
@media (min-width: 1366px) {
  .helpOpen #deductionTracker {
    width: calc(100% - 602px);
  }
}
@media (min-width: 1206px) and (max-width: 1365px) {
  .helpOpen #deductionTracker {
    width: calc(100% - 382px);
  }
}
.sidebarOpen #deductionTracker {
  width: calc(100% - 300px);
}
.sidebarHide #deductionTracker {
  width: calc(100% - 80px);
}
.helpOpen.sidebarOpen #deductionTracker {
  width: calc(100% - 602px);
}
.helpOpen.sidebarHide #deductionTracker {
  width: calc(100% - 380px);
}
@media (min-width: 1366px) {
  .helpOpen.sidebarHide #deductionTracker {
    width: calc(100% - 300px);
  }
}
#deductionTracker .deductionTrackerPanel {
  max-width: 796px;
  margin: 0 auto;
}
#deductionTracker .deductionTrackerPanel .iconRow {
  display: table;
  width: 100%;
}
#deductionTracker .deductionTrackerPanel .iconRow #toggleDedTracker {
  display: table-cell;
}
#deductionTracker .deductionTrackerPanel #contentPanel {
  display: none;
}
#deductionTracker .deductionTrackerPanel #contentPanel .dedLimitMarker {
  margin-top: 15px;
}
#deductionTracker .deductionTrackerPanel #contentPanel .dedLimitMarker .dedLimitStandard {
  position: relative;
  border-width: 1px;
  border-top: 0px;
  border-style: solid;
  border-color: #c6baba;
  height: 5px;
  float: left;
  box-sizing: border-box;
  z-index: 5;
}
#deductionTracker .deductionTrackerPanel #contentPanel .dedLimitMarker #dedLimitStandMarkerText, #deductionTracker .deductionTrackerPanel #contentPanel .dedLimitMarker #dedLimitItemMarkerText {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  font-size: 10px;
  z-index: 8;
  background: #E8EEF1;
  padding-left: 6px;
  padding-right: 6px;
  color: #a59e9e;
  font-weight: bold;
}
#deductionTracker .deductionTrackerPanel #contentPanel .dedLimitMarker .dedLimitItemized {
  border-width: 1px;
  border-top: 0px;
  border-left: 0px;
  border-style: solid;
  border-color: #c6baba;
  position: relative;
  height: 5px;
  float: left;
  box-sizing: border-box;
  z-index: 5;
}
#deductionTracker .deductionTrackerPanel .titleRow, #deductionTracker .deductionTrackerPanel .titleRowMob {
  font-size: 16px;
  font-weight: 500;
  display: table-cell;
}
#deductionTracker .deductionTrackerPanel .titleRow .collapsedDeductionChoiceText, #deductionTracker .deductionTrackerPanel .titleRowMob .collapsedDeductionChoiceText {
  font-weight: bold;
  margin-left: 7px;
}
#deductionTracker .deductionTrackerPanel .titleRow .collapsedDeductionChoiceText sup, #deductionTracker .deductionTrackerPanel .titleRowMob .collapsedDeductionChoiceText sup {
  vertical-align: sub;
  font-weight: bold;
  font-size: 11px;
}
#deductionTracker .deductionTrackerPanel .titleRowMob {
  display: none;
}
@media (max-width: 995px) {
  #deductionTracker .deductionTrackerPanel .titleRowMob {
    display: table-cell;
  }
}
@media (max-width: 995px) {
  #deductionTracker .deductionTrackerPanel .titleRow, #deductionTracker .deductionTrackerPanel .dedLimitMarker {
    display: none;
  }
}
#deductionTracker .deductionTrackerPanel .headingRow {
  clear: both;
  padding-top: 8px;
  font-weight: bold;
}
#deductionTracker .deductionTrackerPanel .headingRow .deductionChoicePanel {
  font-size: 24px;
}
#deductionTracker .deductionTrackerPanel .headingRow .deductionChoicePanel sup {
  font-size: 12px;
}
#deductionTracker .deductionTrackerPanel .headingRow .learnmoreText {
  font-size: 17px;
}
#deductionTracker .deductionTrackerPanel .deductionBar {
  margin-top: 21px;
  position: relative;
}
#deductionTracker .deductionTrackerPanel .progressBarOuter {
  border-radius: 25px;
  width: 100%;
  background-color: white;
}
#deductionTracker .deductionTrackerPanel .progressBarOuter #deductionProgressBar {
  transition: all 0.2s cubic-bezier(0.33, 0.66, 0.66, 1);
  -webkit-transition: all 0.2s cubic-bezier(0.33, 0.66, 0.66, 1);
  -moz-transition: all 0.2s cubic-bezier(0.33, 0.66, 0.66, 1);
  -ms-transition: all 0.2s cubic-bezier(0.33, 0.66, 0.66, 1);
  background-color: #6bdbd8;
  width: 0%;
  height: 8px;
  border-radius: 25px;
}
#deductionTracker .deductionTrackerPanel .progressBarOuter #deductionAmount {
  width: auto;
  border-radius: 10px;
  height: 14px;
  position: absolute;
  background: #000;
  left: 0%;
  top: -4px;
  color: #fff;
  font-size: 9px;
  padding-left: 7px;
  padding-right: 7px;
  font-weight: bold;
  padding-top: 2px;
}
#deductionTracker .deductionTrackerPanel .progressBarOuter #deductionLimit {
  width: 1px;
  height: 14px;
  position: absolute;
  left: 0%;
  top: -4px;
  border: 1px solid #000;
  box-sizing: border-box;
}
#deductionTracker .deductionTrackerPanel .progressBarOuter #deductionLimit span {
  padding-left: 6px;
  font-weight: 900;
  font-size: 8px;
  position: absolute;
  top: 2px;
}
@media (max-width: 995px) {
  #deductionTracker .deductionTrackerPanel {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 995px) {
  #deductionTracker {
    width: 100% !important;
  }
}
#deductionTracker.collapsed #toggleDedTracker .expandIcon {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  height: 10px;
  width: 10px;
  border-style: solid;
  /*border-color: #A7A9AF;*/
  border-width: 0px 2px 2px 0px;
  transition: border-width 150ms ease-in-out;
  -moz-transform: rotate(225deg);
  -o-transform: rotate(225deg);
  -ms-transform: rotate(225deg);
  -webkit-transform: rotate(225deg);
  transform: rotate(225deg);
  display: table-cell;
  vertical-align: middle;
}
#deductionTracker.expand #toggleDedTracker .expandIcon {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  height: 10px;
  width: 10px;
  border-style: solid;
  /*border-color: #A7A9AF;*/
  border-width: 0px 2px 2px 0px;
  transition: border-width 150ms ease-in-out;
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  display: table-cell;
  vertical-align: middle;
}

#dedTrackerMargin {
  height: 57px;
  display: none;
}

/************************ XGlossary Styles Starts ********************/
#xGlossaryWindowContainer {
  z-index: 8;
  display: none;
  width: 330px;
  height: auto;
}

.xGlossaryInnerPanel {
  position: absolute;
  background-color: White !important;
  padding: 15px;
  width: 330px;
  height: 150px;
  border-top: 5px solid #c35409;
  -webkit-box-shadow: 1px 1px 13px 0px rgb(50, 50, 50);
  -moz-box-shadow: 1px 1px 13px 0px rgb(50, 50, 50);
  box-shadow: 1px 1px 13px 0px rgb(50, 50, 50);
  overflow-y: auto;
  overflow-x: hidden;
}

.xGlossaryOuterPanel.bottom .arrow:after {
  bottom: -11px;
  margin-left: -10px;
  border-bottom-color: #ffffff;
  border-top-width: 0;
}

.xGlossaryOuterPanel.bottom .arrow {
  border-width: 11px;
  left: 50%;
  margin-top: -11px;
  border-top-color: #999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  border-top-width: 0;
}

.xGlossaryOuterPanel.bottom .xGlossaryInnerPanel {
  border-bottom: 5px solid #c35409;
  border-top: none !important;
}

.xGlossaryOuterPanel.top .arrow {
  border-width: 11px;
  left: 50%;
  margin-top: 185px;
  border-top-color: #999;
  border-top-color: rgba(0, 0, 0, 0.25);
  border-bottom-width: 0;
}

.xGlossaryOuterPanel .arrow, .xGlossaryOuterPanel .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

.xGlossaryOuterPanel.top .arrow:after {
  bottom: 1px;
  margin-left: -10px;
  border-top-color: #ffffff;
  border-bottom-width: 0;
}

.xGlossaryOuterPanel .arrow:after {
  border-width: 10px;
  content: "";
}

.xGlossaryOuterPanel .arrow, .xGlossaryOuterPanel .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

.xGlossaryContentPanel {
  font: 12px;
}

#xGlossaryContentDiv {
  text-align: left;
  padding-right: 5px;
  cursor: move;
}

#xGlossaryContentDiv .glossaryTerm {
  font-weight: bold;
  font-size: 14px;
  color: #3f3f3f;
  margin-bottom: 5px;
}

#xGlossaryContentDiv .paragraphStyleForBlock {
  margin-bottom: 12px;
  display: block;
}

#xGlossaryContentDiv ul, #xGlossaryContentDiv ol {
  padding-bottom: 10px;
}

div#xGlossaryClosePanel a.xBoxclose {
  color: #808080;
  cursor: pointer;
  display: inline-block;
  float: right;
  font-size: 25px;
  line-height: 1;
  font-weight: normal;
  margin: -5px -3px 0 0;
  background: none repeat scroll 0 0 transparent;
  border: medium none;
}

div#xGlossaryClosePanel a.xBoxclose:hover {
  color: #c35409;
  text-decoration: none;
}

div#xGlossaryClosePanel a.xBoxclose:before {
  content: "×";
}

div#xGlossaryClosePanel a.xBoxclose:focus {
  outline: #bbb dotted 1px;
}

div#xGlossaryWindowContainer .buttonPanel, div#xGlossaryWindowContainer .msgPanel {
  display: block;
  text-align: center;
}

div#xGlossaryWindowContainer .msgPanel {
  margin: 10px 0 12px 0;
}

div#xGlossaryWindowContainer .buttonPanel a {
  display: inline-block;
}

.glossaryOuterPanel, .modalOuterPanel {
  height: auto;
  max-height: 350px;
  min-height: 100px;
  overflow: auto;
  text-align: left;
  width: 400px;
  background-color: #fff;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 16px;
  border: 1px solid #C2C2C2;
  -webkit-box-shadow: 0px 0px 12px 0px rgba(50, 50, 50, 0.49);
  -moz-box-shadow: 0px 0px 12px 0px rgba(50, 50, 50, 0.49);
  box-shadow: 0px 0px 12px 0px rgba(50, 50, 50, 0.49);
}
.glossaryOuterPanel .icon, .modalOuterPanel .icon {
  font-size: 21px;
}

.glossaryContentPanel {
  padding: 30px 30px 0;
}

.modalContentPanel {
  padding: 30px 30px 0;
}

.glossaryTerm {
  font-weight: bold;
  font-size: 9pt;
  color: #404040;
}

div#glossaryClosePanel a.boxclose {
  color: #808080;
  cursor: pointer;
  display: inline-block;
  float: right;
  font-size: 15px;
  line-height: 0;
  font-weight: normal;
  margin: 3px -6px 0 0;
  background: none repeat scroll 0 0 transparent;
  border: medium none;
}

div#glossaryClosePanel a.boxclose:hover {
  background-color: #E9E9E9;
  text-decoration: none;
}

div#glossaryClosePanel .boxclose:before {
  content: "×";
}

div#glossaryWindowContainer .buttonPanel, div#glossaryWindowContainer .msgPanel {
  display: block;
  text-align: center;
  padding: 35px;
}

div#modalWindowContainer .buttonPanel, div#modalWindowContainer .msgPanel {
  display: block;
  padding: 35px 0px;
}

div#glossaryWindowContainer .buttonPanel .buttonStyle {
  margin-right: 30px;
}

div#glossaryWindowContainer .msgPanel {
  margin: 10px 0 12px 0;
}

div#modalWindowContainer .msgPanel {
  margin: 10px 0 12px 0;
}

div#glossaryWindowContainer .buttonPanel a {
  display: inline-block;
}

div#modalWindowContainer .buttonPanel a {
  display: inline-block;
}

.ModalMessageHeader {
  border: none;
  padding-left: 14px;
  min-height: 60px;
  margin: 0px;
}

.modalTitle {
  font-size: 20px;
  margin: 15px 0;
  display: block;
}

/************************ XGlossary Styles Ends********************/
#upsell-link, #cobrowse-link {
  display: inline-block;
  align-self: center;
  text-align: right;
  vertical-align: middle;
  margin-left: 25px;
}
#upsell-link.hidden, #cobrowse-link.hidden {
  display: none;
}
@media only screen and (max-width: 767px) {
  #upsell-link, #cobrowse-link {
    display: none;
  }
}

.AssistContainer {
  display: none;
}

a.btnCoBrowse {
  min-height: 48px;
  height: auto;
  padding: 15px 0px 15px 0px;
}
@media (max-width: 995px) {
  a.btnCoBrowse {
    padding: 19px 0px 19px 0px;
  }
}
a.btnCoBrowse {
  min-width: 90px;
  width: auto;
  line-height: 18px;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  display: inline-block;
  margin-bottom: 25px;
  position: relative;
  /*text-transform: uppercase;*/
  letter-spacing: 1px;
  font-family: "Graphik", "Helvetica Neue", "Helvetica", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: autopx;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
}
a.btnCoBrowse:active {
  -webkit-transform: translateY(4px);
  transform: translateY(4px);
}
a.btnCoBrowse:focus {
  outline: none;
}
@media (max-width: 481px) {
  a.btnCoBrowse {
    width: 100%;
    min-height: 56px;
  }
}
a.btnCoBrowse {
  padding: 15px;
  background: #008427;
}
a.btnCoBrowse:hover {
  background: #262626;
}
a.btnCoBrowse {
  color: #ffffff;
  -webkit-border-radius: 30px;
  border-radius: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-family: "Graphik", "Helvetica Neue", "Helvetica", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: autopx;
  padding: 8px 21px !important;
  color: #000000;
  font-size: 12px;
  font-weight: bold;
  min-height: 32px;
  line-height: inherit;
  margin: 0;
  letter-spacing: 0;
  height: 32px;
}
@media (max-width: 767px) {
  a.btnCoBrowse {
    height: 48px;
    padding: 0;
    line-height: 31px;
    width: 100%;
    min-height: 48px;
  }
}
a.btnCoBrowse {
  height: 40px !important;
  font-size: 14px;
  color: #ffffff !important;
}

a.btnAssist {
  min-height: 48px;
  height: auto;
  padding: 15px 0px 15px 0px;
}
@media (max-width: 995px) {
  a.btnAssist {
    padding: 19px 0px 19px 0px;
  }
}
a.btnAssist {
  min-width: 90px;
  width: auto;
  line-height: 18px;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  display: inline-block;
  margin-bottom: 25px;
  position: relative;
  /*text-transform: uppercase;*/
  letter-spacing: 1px;
  font-family: "Graphik", "Helvetica Neue", "Helvetica", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: autopx;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
}
a.btnAssist:active {
  -webkit-transform: translateY(4px);
  transform: translateY(4px);
}
a.btnAssist:focus {
  outline: none;
}
@media (max-width: 481px) {
  a.btnAssist {
    width: 100%;
    min-height: 56px;
  }
}
a.btnAssist {
  padding: 15px;
  background: #008427;
}
a.btnAssist:hover {
  background: #262626;
}
a.btnAssist {
  color: #ffffff;
  -webkit-border-radius: 30px;
  border-radius: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-family: "Graphik", "Helvetica Neue", "Helvetica", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: autopx;
  padding: 8px 21px !important;
  color: #000000;
  font-size: 12px;
  font-weight: bold;
  min-height: 32px;
  line-height: inherit;
  margin: 0;
  letter-spacing: 0;
  height: 32px;
}
@media (max-width: 767px) {
  a.btnAssist {
    height: 48px;
    padding: 0;
    line-height: 31px;
    width: 100%;
    min-height: 48px;
  }
}
a.btnAssist {
  background-color: #3BC0F8 !important;
  -webkit-border-radius: 30px;
  border-radius: 30px;
  height: 40px !important;
}
a.btnAssist:focus {
  background-color: #b5ec39;
}
a.btnAssist:hover .icon {
  color: #ffffff !important;
}
a.btnAssist:hover {
  background: #000000 !important;
  color: #ffffff !important;
  box-shadow: none;
}
a.btnAssist .icon {
  display: inline-block;
  vertical-align: text-bottom;
  font-size: 25px !important;
  color: inherit;
  padding-right: 5px;
  color: #000000 !important;
  vertical-align: inherit;
}
@media (max-width: 767px) {
  a.btnAssist .icon {
    padding-right: 12px;
    font-size: 22px !important;
  }
}
a.btnAssist {
  /*Removed below code in TCX as part of Salesforce changes*/
  /*@media(max-width:$large-mobile-max-res) {
      height: 48px;
      padding: 0;
      line-height: 31px;
      width: 100%;
      min-height: 48px;
  }*/
}
a.btnAssist .assistText {
  vertical-align: inherit;
  font-size: 14px;
  font-weight: 500;
}

.btnSpruceStandAloneWiggle img {
  animation: zoomAndWiggle 0.8s 2 1s;
}
@keyframes zoomAndWiggle {
  0% {
    transform: scale(1);
  }
  20% {
    transform: scale(1.2);
  }
  40% {
    transform: scale(1) rotate(5deg);
  }
  60% {
    transform: rotate(-5deg);
  }
  80% {
    transform: rotate(3deg);
  }
  100% {
    transform: rotate(-3deg);
  }
}

.btnSpruceStandAlone {
  width: 320px !important;
  display: inline !important;
  vertical-align: middle !important;
  height: 10px !important;
  cursor: pointer !important;
  padding-top: 5px !important;
  padding-bottom: 9px !important;
}
.btnSpruceStandAlone .icon {
  display: inline-block;
  vertical-align: middle;
  font-size: 15px !important;
  color: inherit;
  padding-right: 5px;
  /*color: $black !important;*/
  vertical-align: inherit;
}
@media (max-width: 767px) {
  .btnSpruceStandAlone .icon {
    padding-right: 12px;
    font-size: 14px !important;
  }
}
.btnSpruceStandAlone img {
  vertical-align: middle;
  display: inline-block !important;
  background-color: #005D1F;
  padding: 5px;
  border-radius: 5px;
}
.btnSpruceStandAlone .spruceText {
  display: inline-block;
  font-size: 12px;
  font-weight: 600;
  width: 68%;
  text-align: left;
  padding-right: 10px;
  padding-left: 10px;
  line-height: 20px;
  vertical-align: middle;
  box-sizing: content-box;
}
@media (max-width: 767px) {
  .btnSpruceStandAlone .spruceText {
    padding-right: 30px;
    box-sizing: border-box;
  }
}
.btnSpruceStandAlone span sup {
  font-size: 9px !important;
  top: -5px !important;
  margin-right: 2px !important;
  position: relative !important;
}

#sprucSignUpLink {
  margin-top: 10px;
}

.leftPanel.collapse ul.refundNav a.btnSpruceStandAlone {
  display: block !important;
  border-radius: 12px;
  line-height: 13px;
  height: auto !important;
  min-width: 5px !important;
  width: auto !important;
}
.leftPanel.collapse ul.refundNav a.btnSpruceStandAlone .icon {
  padding-top: 7px;
  display: none !important;
  line-height: 5px;
}
.leftPanel.collapse ul.refundNav a.btnSpruceStandAlone .spruceText {
  font-size: 12px !important;
  padding-top: 8px;
  display: block !important;
  font-weight: 500 !important;
  width: auto !important;
  text-align: center !important;
  padding-right: 0px !important;
  padding-left: 0px !important;
  line-height: normal;
  letter-spacing: -0.22px;
}

#upsell-mobile-link {
  padding: 0 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media (max-width: 767px) {
  #upsell-mobile-link {
    float: none;
    display: table;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 15px 0;
  }
}

.upsell-link-left {
  display: none;
}
@media (max-width: 767px) {
  .upsell-link-left {
    display: block;
  }
}

.cobrowse-link-left {
  display: none;
  align-self: center;
  text-align: right;
  vertical-align: middle;
  width: 32px;
}
.cobrowse-link-left .chatPanel {
  height: 30px;
  width: 30px;
  display: block;
  position: absolute;
  z-index: -1;
  border-radius: 6px;
  background-color: #CAF171;
  top: -5px;
  margin-left: 6px;
}
@media (max-width: 767px) {
  .cobrowse-link-left {
    display: inline-block;
  }
}

#onlineAssistUpsellMain, #TPRUpsellMain, #OAPersistentUpsellBundle, #OAPersistentUpsellConfirm, #TPR_PersistentUpsellConfirm {
  padding: 50px 75px 30px;
  color: #000000;
}
@media (max-width: 767px) {
  #onlineAssistUpsellMain, #TPRUpsellMain, #OAPersistentUpsellBundle, #OAPersistentUpsellConfirm, #TPR_PersistentUpsellConfirm {
    padding: 35px 35px 35px;
  }
}
@media (max-width: 767px) {
  #onlineAssistUpsellMain .mobSpace, #TPRUpsellMain .mobSpace, #OAPersistentUpsellBundle .mobSpace, #OAPersistentUpsellConfirm .mobSpace, #TPR_PersistentUpsellConfirm .mobSpace {
    padding-left: 12px;
  }
}
#onlineAssistUpsellMain .text-center, #TPRUpsellMain .text-center, #OAPersistentUpsellBundle .text-center, #OAPersistentUpsellConfirm .text-center, #TPR_PersistentUpsellConfirm .text-center {
  text-align: center;
}
#onlineAssistUpsellMain .icon, #TPRUpsellMain .icon, #OAPersistentUpsellBundle .icon, #OAPersistentUpsellConfirm .icon, #TPR_PersistentUpsellConfirm .icon {
  color: #000000;
}
#onlineAssistUpsellMain .headingIcon .icon, #TPRUpsellMain .headingIcon .icon, #OAPersistentUpsellBundle .headingIcon .icon, #OAPersistentUpsellConfirm .headingIcon .icon, #TPR_PersistentUpsellConfirm .headingIcon .icon {
  font-size: 28px;
  padding-left: 6px;
}
@media only screen and (max-width: 767px) {
  #onlineAssistUpsellMain .headingIcon .icon, #TPRUpsellMain .headingIcon .icon, #OAPersistentUpsellBundle .headingIcon .icon, #OAPersistentUpsellConfirm .headingIcon .icon, #TPR_PersistentUpsellConfirm .headingIcon .icon {
    font-size: 48px;
  }
}
@media only screen and (max-width: 767px) {
  #onlineAssistUpsellMain .headingIcon .iconCheckMark, #TPRUpsellMain .headingIcon .iconCheckMark, #OAPersistentUpsellBundle .headingIcon .iconCheckMark, #OAPersistentUpsellConfirm .headingIcon .iconCheckMark, #TPR_PersistentUpsellConfirm .headingIcon .iconCheckMark {
    font-size: 30px;
    padding-left: 22px;
  }
}
@media only screen and (max-width: 767px) {
  #onlineAssistUpsellMain .headingIcon .iconChat, #TPRUpsellMain .headingIcon .iconChat, #OAPersistentUpsellBundle .headingIcon .iconChat, #OAPersistentUpsellConfirm .headingIcon .iconChat, #TPR_PersistentUpsellConfirm .headingIcon .iconChat {
    font-size: 21px;
  }
}
#onlineAssistUpsellMain .heading, #TPRUpsellMain .heading, #OAPersistentUpsellBundle .heading, #OAPersistentUpsellConfirm .heading, #TPR_PersistentUpsellConfirm .heading {
  margin-bottom: 15px;
  margin-top: 25px;
}
@media (max-width: 767px) {
  #onlineAssistUpsellMain .heading, #TPRUpsellMain .heading, #OAPersistentUpsellBundle .heading, #OAPersistentUpsellConfirm .heading, #TPR_PersistentUpsellConfirm .heading {
    margin-top: 15px;
  }
}
#onlineAssistUpsellMain .headingText, #TPRUpsellMain .headingText, #OAPersistentUpsellBundle .headingText, #OAPersistentUpsellConfirm .headingText, #TPR_PersistentUpsellConfirm .headingText {
  margin-top: 10px;
  width: 312px;
  text-align: center;
  color: #262626;
  font-size: 32px;
  font-weight: 600;
  line-height: 32px;
  word-wrap: break-word;
}
#onlineAssistUpsellMain .mb-30, #TPRUpsellMain .mb-30, #OAPersistentUpsellBundle .mb-30, #OAPersistentUpsellConfirm .mb-30, #TPR_PersistentUpsellConfirm .mb-30 {
  margin-bottom: 30px;
}
#onlineAssistUpsellMain .mb-15, #TPRUpsellMain .mb-15, #OAPersistentUpsellBundle .mb-15, #OAPersistentUpsellConfirm .mb-15, #TPR_PersistentUpsellConfirm .mb-15 {
  margin-bottom: 15px !important;
}
#onlineAssistUpsellMain .ml-20, #TPRUpsellMain .ml-20, #OAPersistentUpsellBundle .ml-20, #OAPersistentUpsellConfirm .ml-20, #TPR_PersistentUpsellConfirm .ml-20 {
  margin-left: 20%;
}
@media (max-width: 767px) {
  #onlineAssistUpsellMain .ml-20, #TPRUpsellMain .ml-20, #OAPersistentUpsellBundle .ml-20, #OAPersistentUpsellConfirm .ml-20, #TPR_PersistentUpsellConfirm .ml-20 {
    margin-left: 0px !important;
  }
}
#onlineAssistUpsellMain .ml-15, #TPRUpsellMain .ml-15, #OAPersistentUpsellBundle .ml-15, #OAPersistentUpsellConfirm .ml-15, #TPR_PersistentUpsellConfirm .ml-15 {
  margin-left: 15%;
}
@media (max-width: 767px) {
  #onlineAssistUpsellMain .ml-15, #TPRUpsellMain .ml-15, #OAPersistentUpsellBundle .ml-15, #OAPersistentUpsellConfirm .ml-15, #TPR_PersistentUpsellConfirm .ml-15 {
    margin-left: 0px !important;
  }
}
#onlineAssistUpsellMain h3, #TPRUpsellMain h3, #OAPersistentUpsellBundle h3, #OAPersistentUpsellConfirm h3, #TPR_PersistentUpsellConfirm h3 {
  padding: 0;
  font-weight: 500;
  line-height: 16px;
  margin-bottom: 15px;
  font-size: 17px;
  margin-left: 5px;
}
@media (max-width: 767px) {
  #onlineAssistUpsellMain h3, #TPRUpsellMain h3, #OAPersistentUpsellBundle h3, #OAPersistentUpsellConfirm h3, #TPR_PersistentUpsellConfirm h3 {
    margin-bottom: 8px;
  }
}
#onlineAssistUpsellMain h4, #TPRUpsellMain h4, #OAPersistentUpsellBundle h4, #OAPersistentUpsellConfirm h4, #TPR_PersistentUpsellConfirm h4 {
  margin-bottom: 5px;
  line-height: 25px;
  font-weight: normal;
  font-size: 22px;
}
#onlineAssistUpsellMain .button, #TPRUpsellMain .button, #OAPersistentUpsellBundle .button, #OAPersistentUpsellConfirm .button, #TPR_PersistentUpsellConfirm .button {
  padding: 17px 7px;
  margin-bottom: 0;
  letter-spacing: 0;
  /*font-size: 14px;*/
}
#onlineAssistUpsellMain .button:hover, #TPRUpsellMain .button:hover, #OAPersistentUpsellBundle .button:hover, #OAPersistentUpsellConfirm .button:hover, #TPR_PersistentUpsellConfirm .button:hover {
  color: #ffffff !important;
}
@media (max-width: 767px) {
  #onlineAssistUpsellMain .button.backButton, #TPRUpsellMain .button.backButton, #OAPersistentUpsellBundle .button.backButton, #OAPersistentUpsellConfirm .button.backButton, #TPR_PersistentUpsellConfirm .button.backButton {
    margin-bottom: 13px;
  }
}
@media (min-width: 1205px) {
  #onlineAssistUpsellMain .button.backButton, #TPRUpsellMain .button.backButton, #OAPersistentUpsellBundle .button.backButton, #OAPersistentUpsellConfirm .button.backButton, #TPR_PersistentUpsellConfirm .button.backButton {
    padding: 0px;
    padding-top: 17px;
    text-align: center;
    display: inline-block;
  }
}
#onlineAssistUpsellMain .button.oaButton, #TPRUpsellMain .button.oaButton, #OAPersistentUpsellBundle .button.oaButton, #OAPersistentUpsellConfirm .button.oaButton, #TPR_PersistentUpsellConfirm .button.oaButton {
  color: #ffffff;
}
@media (max-width: 767px) {
  #onlineAssistUpsellMain .upgradeContents, #TPRUpsellMain .upgradeContents, #OAPersistentUpsellBundle .upgradeContents, #OAPersistentUpsellConfirm .upgradeContents, #TPR_PersistentUpsellConfirm .upgradeContents {
    padding: 0 15px;
  }
}
#onlineAssistUpsellMain .subText, #TPRUpsellMain .subText, #OAPersistentUpsellBundle .subText, #OAPersistentUpsellConfirm .subText, #TPR_PersistentUpsellConfirm .subText {
  line-height: 22px;
  font-size: 17px;
  font-weight: 400;
}
#onlineAssistUpsellMain .supportText, #TPRUpsellMain .supportText, #OAPersistentUpsellBundle .supportText, #OAPersistentUpsellConfirm .supportText, #TPR_PersistentUpsellConfirm .supportText {
  font-size: 17px;
  margin-left: 5px;
}
@media only screen and (max-width: 809px) and (min-width: 631px) {
  #onlineAssistUpsellMain .span6.rightButtons, #onlineAssistUpsellMain .span6.leftButtons, #TPRUpsellMain .span6.rightButtons, #TPRUpsellMain .span6.leftButtons, #OAPersistentUpsellBundle .span6.rightButtons, #OAPersistentUpsellBundle .span6.leftButtons, #OAPersistentUpsellConfirm .span6.rightButtons, #OAPersistentUpsellConfirm .span6.leftButtons, #TPR_PersistentUpsellConfirm .span6.rightButtons, #TPR_PersistentUpsellConfirm .span6.leftButtons {
    width: 48% !important;
  }
}
#onlineAssistUpsellMain .confirmIcon, #TPRUpsellMain .confirmIcon, #OAPersistentUpsellBundle .confirmIcon, #OAPersistentUpsellConfirm .confirmIcon, #TPR_PersistentUpsellConfirm .confirmIcon {
  display: flex;
  align-items: center;
  justify-content: center;
}
#onlineAssistUpsellMain .confirmIcon .headingIcon, #TPRUpsellMain .confirmIcon .headingIcon, #OAPersistentUpsellBundle .confirmIcon .headingIcon, #OAPersistentUpsellConfirm .confirmIcon .headingIcon, #TPR_PersistentUpsellConfirm .confirmIcon .headingIcon {
  width: 60px;
  height: 60px;
  background-color: #3BC0F8;
  padding: 10px;
  border-radius: 50px;
  display: flex;
  align-items: center;
  align-self: center;
  box-sizing: border-box;
}
@media (max-width: 481px) {
  #onlineAssistUpsellMain .confirmIcon .headingIcon, #TPRUpsellMain .confirmIcon .headingIcon, #OAPersistentUpsellBundle .confirmIcon .headingIcon, #OAPersistentUpsellConfirm .confirmIcon .headingIcon, #TPR_PersistentUpsellConfirm .confirmIcon .headingIcon {
    width: 37px;
    height: 37px;
    padding: 8px;
    border-radius: 10px;
  }
}
#onlineAssistUpsellMain .confirmIcon .headingIcon.iconCheckMark, #TPRUpsellMain .confirmIcon .headingIcon.iconCheckMark, #OAPersistentUpsellBundle .confirmIcon .headingIcon.iconCheckMark, #OAPersistentUpsellConfirm .confirmIcon .headingIcon.iconCheckMark, #TPR_PersistentUpsellConfirm .confirmIcon .headingIcon.iconCheckMark {
  width: 79px;
  height: 79px;
  background-color: #3BC0F8;
  padding: 18px;
  border-radius: 50px;
  display: flex;
  align-items: center;
  align-self: center;
  box-sizing: border-box;
  justify-content: center;
}
#onlineAssistUpsellMain .confirmIcon .headingIcon.iconCheckMark .tickmarkIcon:after, #TPRUpsellMain .confirmIcon .headingIcon.iconCheckMark .tickmarkIcon:after, #OAPersistentUpsellBundle .confirmIcon .headingIcon.iconCheckMark .tickmarkIcon:after, #OAPersistentUpsellConfirm .confirmIcon .headingIcon.iconCheckMark .tickmarkIcon:after, #TPR_PersistentUpsellConfirm .confirmIcon .headingIcon.iconCheckMark .tickmarkIcon:after {
  width: 7px;
  height: 20px;
  border-width: 0 0.25em 0.25em 0;
  border-color: #000000;
  transform: rotate(35deg);
  margin-right: 0px;
  margin-top: -5px;
}

@media (max-width: 767px) {
  #StackPanelHtmlContainer .desktopOnly {
    display: none !important;
  }
}

.UpsellModal .ModalMessageHeader {
  display: none;
}
.UpsellModal .modalContentPanel {
  padding: 0;
}
.UpsellModal#modalWindowContainer {
  height: auto;
  z-index: 99999;
  max-height: none;
  top: 40px !important;
  border-radius: 16px;
  width: 600px;
  position: absolute;
  -webkit-box-shadow: 0px 15px 25px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0px 15px 25px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 15px 25px rgba(0, 0, 0, 0.05);
}
@media (max-width: 767px) {
  .UpsellModal#modalWindowContainer {
    position: fixed;
    top: 0 !important;
    height: 100vh !important;
    max-height: unset;
    width: unset !important;
  }
}
@media (max-width: 767px) {
  .UpsellModal .mobileOnly {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  .UpsellModal .desktopOnly {
    display: none !important;
  }
}
.UpsellModal .modalContentPanel {
  padding: 0;
}
.UpsellModal .hrbo-icon-close {
  font-size: 21px;
  color: #262626;
}
.UpsellModal .modalCloseDiv {
  right: 15px;
  top: 19px;
}
.UpsellModal .modalCloseDiv .boxclose {
  margin: 0 !important;
}

#OAPersistentUpsellMain, #OAPersistentUpsell_TPR {
  padding: 7px 14px;
}
#OAPersistentUpsellMain #tpr-only, #OAPersistentUpsellMain #oa-only, #OAPersistentUpsellMain #oa-tpr-bundle, #OAPersistentUpsellMain .tpr-only-bundle, #OAPersistentUpsell_TPR #tpr-only, #OAPersistentUpsell_TPR #oa-only, #OAPersistentUpsell_TPR #oa-tpr-bundle, #OAPersistentUpsell_TPR .tpr-only-bundle {
  display: none;
}
#OAPersistentUpsellMain .subHeaderText, #OAPersistentUpsell_TPR .subHeaderText {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
}
#OAPersistentUpsellMain .contentPod, #OAPersistentUpsell_TPR .contentPod {
  background-color: #F1F5F7;
  border-radius: 16px;
  text-align: left;
  padding: 28px;
  position: relative;
  margin: 18px 0 0 0;
}
#OAPersistentUpsellMain .contentPod .row-fluid, #OAPersistentUpsell_TPR .contentPod .row-fluid {
  display: flex;
}
#OAPersistentUpsellMain .contentPod .header-Title, #OAPersistentUpsell_TPR .contentPod .header-Title {
  color: #262626;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 0.12px;
}
#OAPersistentUpsellMain .contentPod .borderLine, #OAPersistentUpsell_TPR .contentPod .borderLine {
  position: absolute;
  height: 6px;
  width: 97%;
  left: 4px;
  top: 0;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}
#OAPersistentUpsellMain .contentPod .bgYellow, #OAPersistentUpsell_TPR .contentPod .bgYellow {
  background-color: #F5CC02;
}
#OAPersistentUpsellMain .contentPod .bgBorderGreen, #OAPersistentUpsell_TPR .contentPod .bgBorderGreen {
  background-color: #008427;
}
#OAPersistentUpsellMain .contentPod .bgTeal, #OAPersistentUpsell_TPR .contentPod .bgTeal {
  background-color: #3BC0F8;
}
#OAPersistentUpsellMain .contentPod h2, #OAPersistentUpsell_TPR .contentPod h2 {
  padding: 9px 0 10px 0;
}
#OAPersistentUpsellMain .contentPod h3, #OAPersistentUpsell_TPR .contentPod h3 {
  padding: 10px 0 10px 0;
}
#OAPersistentUpsellMain .contentPod a.button, #OAPersistentUpsell_TPR .contentPod a.button {
  padding: 29px 30px 29px 30px;
  border-radius: 80px;
  margin-top: 12px;
  display: flex;
  flex: 1 0 0;
  justify-content: center;
  align-items: center;
  align-self: stretch;
  margin-bottom: 0px;
  color: #005D1F;
  font-weight: 600;
  line-height: 22px;
  word-wrap: break-word;
  border: 2px #005D1F solid;
  width: 256px;
  height: 48px;
}
#OAPersistentUpsellMain .contentPod a.button:hover, #OAPersistentUpsell_TPR .contentPod a.button:hover {
  color: #FFFFFF !important;
}
#OAPersistentUpsellMain .oaUpsellFooter, #OAPersistentUpsell_TPR .oaUpsellFooter {
  display: none;
  margin: 5px;
}
#OAPersistentUpsellMain .oaUpsellFooter .icon, #OAPersistentUpsell_TPR .oaUpsellFooter .icon {
  color: #11A63D;
  font-size: 9px;
  font-weight: bold;
  display: inline-block;
  width: 8px;
  vertical-align: top;
  padding-top: 7px;
}
#OAPersistentUpsellMain .oaUpsellFooter .footerContent, #OAPersistentUpsell_TPR .oaUpsellFooter .footerContent {
  padding: 24px;
  background: #F1F5F7;
  box-shadow: 0px 15px 25px rgba(0, 0, 0, 0.05);
  border-radius: 16px;
  text-align: left;
}
#OAPersistentUpsellMain .oaUpsellFooter .footerContent .footerText, #OAPersistentUpsell_TPR .oaUpsellFooter .footerContent .footerText {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -0.1px;
  display: inline-block;
  width: calc(100% - 20px);
  vertical-align: top;
  margin-left: 6px;
}
#OAPersistentUpsellMain .heading, #OAPersistentUpsell_TPR .heading {
  margin-bottom: 15px;
  margin-top: 15px;
}
#OAPersistentUpsellMain .mb-30, #OAPersistentUpsell_TPR .mb-30 {
  margin-bottom: 30px;
}
#OAPersistentUpsellMain .mb-8, #OAPersistentUpsell_TPR .mb-8 {
  margin-bottom: 8px;
}
#OAPersistentUpsellMain .mb-15, #OAPersistentUpsell_TPR .mb-15 {
  margin-bottom: 20px;
}
#OAPersistentUpsellMain .subText, #OAPersistentUpsell_TPR .subText {
  line-height: 22px;
  font-weight: normal;
  margin-left: 18px;
  margin-right: 18px;
}
#OAPersistentUpsellMain .innerContent, #OAPersistentUpsell_TPR .innerContent {
  margin-left: 7px;
  margin-right: 7px;
}
#OAPersistentUpsellMain a.button, #OAPersistentUpsell_TPR a.button {
  letter-spacing: 0;
}
#OAPersistentUpsellMain .oaPricePnl, #OAPersistentUpsellMain .oaTprPricePnl, #OAPersistentUpsell_TPR .oaPricePnl, #OAPersistentUpsell_TPR .oaTprPricePnl {
  font-size: 24px;
  font-weight: 500;
}
#OAPersistentUpsellMain hr, #OAPersistentUpsell_TPR hr {
  border: none;
  height: 1px;
  margin-top: 5px;
  background-color: #D6DAE0;
}
#OAPersistentUpsellMain #hoursContent, #OAPersistentUpsell_TPR #hoursContent {
  letter-spacing: 0;
  line-height: 22px;
  font-weight: normal;
}
#OAPersistentUpsellMain h2, #OAPersistentUpsell_TPR h2 {
  padding-top: 15px;
}

.oa-table-layout .oa-table-header .oa-table-row, .oa-table-layout .oa-table-footer .oa-table-row {
  font-size: 14px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: flex-end;
  -ms-flex-align: flex-end;
  align-items: flex-end;
  -webkit-box-pack: flex-end;
  -ms-flex-pack: flex-end;
  justify-content: center;
  font-weight: 500;
  min-height: 50px;
  letter-spacing: 0;
  line-height: 16px;
}
.oa-table-layout .oa-table-header .oa-table-row .col-3, .oa-table-layout .oa-table-header .oa-table-row .col-4, .oa-table-layout .oa-table-footer .oa-table-row .col-3, .oa-table-layout .oa-table-footer .oa-table-row .col-4 {
  width: 18%;
}
.tpr-added .oa-table-layout .oa-table-header .oa-table-row .col-3, .tpr-added .oa-table-layout .oa-table-header .oa-table-row .col-4, .tpr-added .oa-table-layout .oa-table-footer .oa-table-row .col-3, .tpr-added .oa-table-layout .oa-table-footer .oa-table-row .col-4 {
  width: 21%;
}
.oa-table-layout .oa-table-header .oa-table-row .col-5, .oa-table-layout .oa-table-footer .oa-table-row .col-5 {
  width: 21%;
}
.oa-table-layout .oa-table-header .oa-table-row .col-1, .oa-table-layout .oa-table-footer .oa-table-row .col-1 {
  width: 18%;
  vertical-align: top;
  display: flex;
  justify-content: center;
  align-self: flex-start;
  padding-top: 4px;
}
.tpr-added .oa-table-layout .oa-table-header .oa-table-row .col-1, .tpr-added .oa-table-layout .oa-table-footer .oa-table-row .col-1 {
  width: 21%;
}
.oa-table-layout .oa-table-header .oa-table-row .col-2, .oa-table-layout .oa-table-footer .oa-table-row .col-2 {
  width: 45%;
  text-align: left;
  display: flex;
  align-self: flex-start;
}
.tpr-added .oa-table-layout .oa-table-header .oa-table-row .col-2, .tpr-added .oa-table-layout .oa-table-footer .oa-table-row .col-2 {
  width: 58%;
}
.oa-table-layout .oa-table-header .oa-table-row .oa-table-header-text, .oa-table-layout .oa-table-footer .oa-table-row .oa-table-header-text {
  border-radius: 3px 3px 0 0;
  background-color: #3BC0F8;
  padding: 7px 4px 7px 5px;
  line-height: 18px;
}
.oa-table-layout .oa-table-header .oa-table-row .tpr-table-header-text, .oa-table-layout .oa-table-footer .oa-table-row .tpr-table-header-text {
  border-radius: 3px 3px 0 0;
  background-color: #F5CC02;
  padding: 7px 4px 7px 5px;
  line-height: 18px;
}
.oa-table-layout .oa-table-header .oa-table-row .tpr-oa-table-header-text, .oa-table-layout .oa-table-footer .oa-table-row .tpr-oa-table-header-text {
  border-radius: 3px 3px 0 0;
  background-color: #008427;
  padding: 7px 4px 7px 5px;
  line-height: 18px;
}
.oa-table-layout .oa-table-body {
  color: black;
  box-shadow: 0px 15px 25px rgba(0, 0, 0, 0.05);
}
.oa-table-layout .oa-table-body .oa-table-row {
  font-size: 14px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-weight: 500;
  padding-top: 10px;
  padding-bottom: 10px;
  min-height: 50px;
  letter-spacing: 0;
  line-height: 16px;
}
.oa-table-layout .oa-table-body .oa-table-row .col-3, .oa-table-layout .oa-table-body .oa-table-row .col-4 {
  width: 18%;
}
.tpr-added .oa-table-layout .oa-table-body .oa-table-row .col-3, .tpr-added .oa-table-layout .oa-table-body .oa-table-row .col-4 {
  width: 21%;
}
.oa-table-layout .oa-table-body .oa-table-row .col-5 {
  width: 21%;
}
.oa-table-layout .oa-table-body .oa-table-row .col-1 {
  width: 18%;
  vertical-align: top;
  display: flex;
  justify-content: center;
  align-self: flex-start;
  padding-top: 4px;
}
.tpr-added .oa-table-layout .oa-table-body .oa-table-row .col-1 {
  width: 21%;
}
.oa-table-layout .oa-table-body .oa-table-row .col-2 {
  width: 45%;
  text-align: left;
  display: flex;
  align-self: flex-start;
}
.tpr-added .oa-table-layout .oa-table-body .oa-table-row .col-2 {
  width: 58%;
}
.oa-table-layout .oa-table-body .oa-table-row:not(:last-child) {
  border-bottom: 1px solid #D6DAE0;
}
.oa-table-layout .oa-table-body .oa-table-row .icon {
  font-size: 20px;
  color: #000000;
}
.oa-table-layout .oa-table-body .oa-table-row .lineEmpty {
  box-sizing: border-box;
  height: 1px;
  width: 19px;
  border: 1px solid #6E6E6E;
  opacity: 0.2;
  background-color: #6E6E6E;
  display: inline-block;
}
.oa-table-layout .oa-table-footer {
  margin-bottom: 3px;
}
.oa-table-layout .oa-table-footer .oa-table-row {
  min-height: 35px;
  font-size: 16px;
  padding-top: 15px;
  box-sizing: border-box;
}
.oa-table-layout .oa-table-footer .oa-table-row .oaPrice, .oa-table-layout .oa-table-footer .oa-table-row .oaTprPrice {
  font-size: 16px !important;
  font-weight: bold !important;
}
.oa-table-layout .oa-table-footer .oa-table-row .col-2 {
  text-align: right;
  margin-right: 8px;
}

.confirmChatIcon {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.confirmChatIcon .headingIcon {
  width: 60px;
  height: 60px;
  background-color: #3BC0F8;
  padding: 10px;
  border-radius: 50px;
  display: flex;
  align-items: center;
  align-self: center;
  box-sizing: border-box;
}
@media (max-width: 481px) {
  .confirmChatIcon .headingIcon {
    width: 37px;
    height: 37px;
    padding: 8px;
    border-radius: 10px;
  }
}

.iconAtpChat {
  font-size: 28px;
  padding-left: 5px;
}

.roundArrow {
  text-align: right;
  padding-right: 69px;
}

.circle {
  border: 2px solid black;
  padding: 4px;
  border-radius: 50%;
  width: 29px;
  height: 29px;
  display: inline-block;
  box-sizing: border-box;
  font-weight: bold;
  vertical-align: top;
}

.circle-text {
  display: inline-block;
  width: calc(100% - 38px);
  text-align: left;
  padding-left: 5px;
  line-height: 22px;
}

#OAPersistentUpsellBundle, #OAPersistentUpsellConfirm, #TPR_PersistentUpsellConfirm {
  padding: 40px 35px 60px !important;
  font-weight: normal;
}
#OAPersistentUpsellBundle .confirmIcon, #OAPersistentUpsellConfirm .confirmIcon, #TPR_PersistentUpsellConfirm .confirmIcon {
  display: flex;
  align-items: center;
  justify-content: center;
}
#OAPersistentUpsellBundle .confirmIcon .headingIconPU, #OAPersistentUpsellConfirm .confirmIcon .headingIconPU, #TPR_PersistentUpsellConfirm .confirmIcon .headingIconPU {
  width: 22px;
  height: 22px;
  background-color: #3BC0F8;
  padding: 3px;
  border-radius: 6px;
  display: flex;
  align-items: center;
  align-self: center;
  box-sizing: border-box;
}
#OAPersistentUpsellBundle .headingIconPU .iconChatPU, #OAPersistentUpsellConfirm .headingIconPU .iconChatPU, #TPR_PersistentUpsellConfirm .headingIconPU .iconChatPU {
  font-size: 14px;
}
@media (max-width: 767px) {
  #OAPersistentUpsellBundle, #OAPersistentUpsellConfirm, #TPR_PersistentUpsellConfirm {
    padding: 40px 18px 60px !important;
  }
}
@media (max-width: 767px) {
  #OAPersistentUpsellBundle .desktopOnly, #OAPersistentUpsellConfirm .desktopOnly, #TPR_PersistentUpsellConfirm .desktopOnly {
    display: none !important;
  }
}
@media (max-width: 767px) {
  #OAPersistentUpsellBundle .mobileOnly, #OAPersistentUpsellConfirm .mobileOnly, #TPR_PersistentUpsellConfirm .mobileOnly {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  #OAPersistentUpsellBundle .btnMaxSize, #OAPersistentUpsellConfirm .btnMaxSize, #TPR_PersistentUpsellConfirm .btnMaxSize {
    width: 100%;
  }
}
#OAPersistentUpsellBundle .footerImage, #OAPersistentUpsellConfirm .footerImage, #TPR_PersistentUpsellConfirm .footerImage {
  margin-right: -13px;
}
#OAPersistentUpsellBundle .mb-12, #OAPersistentUpsellConfirm .mb-12, #TPR_PersistentUpsellConfirm .mb-12 {
  margin-bottom: 12px;
}

#OAPersistentUpsell_TPR {
  display: none;
  padding: 7px 20px;
}
#OAPersistentUpsell_TPR .upgradeContents {
  font-size: 17px;
}
#OAPersistentUpsell_TPR .icon {
  font-size: 23px;
  color: black;
}
#OAPersistentUpsell_TPR h3 {
  padding: 0px;
  text-align: left;
  font-size: 17px;
  padding-left: 7px;
  padding-bottom: 5px;
}
#OAPersistentUpsell_TPR .supportText {
  text-align: left;
  font-size: 17px;
  font-weight: normal;
  padding-left: 7px;
}
#OAPersistentUpsell_TPR h4 {
  font-size: 22px;
  font-weight: normal;
}
#OAPersistentUpsell_TPR .tprInnerContent {
  margin-left: 15px;
}
#OAPersistentUpsell_TPR #btnAddOA {
  margin-bottom: 11px;
}
#OAPersistentUpsell_TPR .headingIcon img {
  height: 70px;
}
#OAPersistentUpsell_TPR .heading {
  margin-top: 10px;
}

.pyEligible {
  line-height: 18px;
  font-size: 14px;
  font-weight: 500;
}

.ribbonRow_OATPR {
  position: relative;
  display: block;
}
.ribbonRow_OATPR .ribbonStyle_OATPR {
  background: url(/hrblock/Templates/Premium/Images/Ribbon.svg) no-repeat 0 center;
  position: absolute;
  right: -19px;
  bottom: 2px;
  width: 94px;
  height: 70px;
  display: inline-block;
  align-items: center;
  padding: 12px;
  box-sizing: border-box;
  text-align: right;
  font-size: 19px;
  color: #FFF;
  font-style: normal;
  font-weight: 500;
  padding-left: 20px;
  line-height: 22px;
  letter-spacing: -0.3px;
}

.accordianHeaderAll span.expand {
  vertical-align: middle;
  background-color: transparent !important;
}
.accordianHeaderAll span.expand .expandIcon {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  height: 10px;
  width: 10px;
  border-style: solid;
  border-color: #A7A9AF;
  border-width: 0px 2px 2px 0px;
  transition: border-width 150ms ease-in-out;
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  display: table-cell;
  vertical-align: middle;
}
.accordianHeaderAll span.collapsed .expandIcon {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  height: 10px;
  width: 10px;
  border-style: solid;
  border-color: #A7A9AF;
  border-width: 0px 2px 2px 0px;
  transition: border-width 150ms ease-in-out;
  -moz-transform: rotate(225deg);
  -o-transform: rotate(225deg);
  -ms-transform: rotate(225deg);
  -webkit-transform: rotate(225deg);
  transform: rotate(225deg);
  display: table-cell;
  vertical-align: middle;
}

.hcAccordianCheckList span.expand {
  height: 20px;
  width: 20px;
  line-height: 20px;
  font-size: 19px;
  font-weight: bold;
  display: table-cell;
  vertical-align: middle;
  color: #fff;
  text-align: center;
  margin-top: 30px;
}

.hcAccordianCheckList span.AddExpand {
  float: right;
  height: 20px;
  width: 22px;
  line-height: 20px;
  font-weight: bold;
  display: table-cell;
  margin-top: 3px;
  clear: both;
  font-size: 12px;
  color: #468522;
  padding-left: 10px;
}

.hcAccordianCheckList {
  line-height: 20px;
  text-align: left;
  vertical-align: middle;
  font-size: 13px;
  cursor: pointer;
  margin-bottom: 5px;
  display: table;
  width: 100%;
  color: #000;
  border-bottom: 1px solid #cdcdcd;
}
@media (max-width: 995px) {
  .hcAccordianCheckList img {
    max-width: 32px;
  }
  .hcAccordianCheckList .CheckListTitle {
    line-height: 24px;
  }
}

.CheckListTitle {
  font-size: 22px;
  padding-top: 20px;
  padding-bottom: 5px;
}

.CheckListSubTitle {
  font-size: 15px;
  color: #4A4A4A;
  padding-bottom: 10px;
  display: table;
}

/********Tax Pro Search Accordian********/
.taxproAccordianHeader {
  margin: 6px 0px 0px 0px !important;
  line-height: 20px;
  text-align: left;
  vertical-align: middle;
  font-size: 13px;
  background-color: #efefef;
  color: #3f3f3f;
  cursor: pointer;
  margin-bottom: 5px;
  display: table;
  width: 98%;
}

.taxproAccordianHeader > span:first-child {
  display: table-cell;
  vertical-align: middle;
  padding: 10px 10px 10px 15px;
}

.taxproAccordianHeader span.expand {
  margin: 10px 10px 10px 0px;
  float: right;
  height: 20px;
  width: 15px;
  color: #fff;
  background-color: #5e5e5e;
  line-height: 20px;
  padding-left: 5px;
  font-size: 19px;
  font-weight: bold;
  display: table-cell;
}

.taxproAccordianHeader span.expand:focus {
  outline: 1px dotted #aaa;
}

.taxproAccordianHeader span.expand.collapsed {
  font-size: 20px;
  text-indent: 2px;
}

div.hcAccordianContent a.buttonStyle, div.hcAccordianContent a.greyButtonStyle {
  font-size: 13px;
  padding: 5px 5px;
  margin: 0;
  min-height: 27px;
}

/********Tax Pro Search Accordian END********/
/*Accordian Styles*/
.hcAccordianCheckList span.AddExpand:focus {
  outline: 1px dotted #bbb;
}

.hcAccordianCheckList span.expand.collapsed, .hcAccordianCheckList span.AddExpand.collapsed {
  font-size: 20px;
}

.hcAccordianCheckList span:first-child {
  display: table-cell;
  vertical-align: middle;
}

.hcAccordianContent {
  padding: 10px 15px 15px 15px;
  font-size: 15px;
  /*display:none;*/
}

.hcAccordianUtility span.expand {
  border: 2px solid #000000;
  border-radius: 24px;
  height: 24px;
  width: 24px;
  font-size: 12px;
  font-weight: bold;
  display: table-cell;
  color: #000000;
  text-align: center;
}

.hcAccordianUtility, .hcAccordianUtilityContent {
  background-color: #ffffff;
  font-weight: 500;
  min-height: 80px;
  min-width: 400px;
  box-sizing: border-box;
  padding: 30px 19px 30px 20px;
  text-align: left;
  vertical-align: middle;
  font-size: 16px;
  cursor: pointer;
  display: table;
  color: #000000;
}
@media (max-width: 995px) {
  .hcAccordianUtility, .hcAccordianUtilityContent {
    min-width: 100%;
  }
}

.hcAccordianUtility {
  font-size: 16px;
  border-radius: 6px;
  box-shadow: 0 0 30px -5px rgba(0, 0, 0, 0.15);
}
.hcAccordianUtility span.expand .expandIcon {
  border-color: black;
  display: inline-block;
  top: -2px;
  position: relative;
}
.hcAccordianUtility span.collapsed .expandIcon {
  border-color: black;
  display: inline-block;
  top: 2px;
  position: relative;
}

.hcAccordianUtility span:first-child {
  display: table-cell;
  vertical-align: middle;
  line-height: 20px;
  text-align: left;
}

.hcAccordianUtilityContent {
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
  border-top: 1px solid #C2C2C2;
  padding: 13px 20px 19px 21px;
  font-size: 15px;
  box-shadow: 0 10px 20px -5px rgba(0, 0, 0, 0.15);
  top: -3px;
  z-index: 10;
  position: relative;
}
.hcAccordianUtilityContent .row-fluid {
  padding-top: 11px;
  padding-bottom: 11px;
  box-sizing: border-box;
}
.hcAccordianUtilityContent .row-fluid > div span:first-child > span {
  display: table-cell;
}
.hcAccordianUtilityContent .row-fluid > div span:first-child .icon {
  padding-right: 14px;
  font-size: 17px;
}
.hcAccordianUtilityContent .row-fluid > div span:first-child .icon.hrbo-icon-satisfaction-guarantee {
  transform: rotate(10deg);
  color: black;
}
.hcAccordianUtilityContent .row-fluid > div span:last-child .icon {
  padding-left: 19px;
  font-size: 18px;
  color: black;
}
.hcAccordianUtilityContent .row-fluid > div a {
  box-shadow: none;
}

.accordianSummary {
  width: 455px;
  background-color: #ffffff;
  text-align: center;
  color: #000000;
  position: relative;
  -webkit-box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.08);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 8px;
  border-radius: 8px;
}
@media (max-width: 481px) {
  .accordianSummary {
    width: 100%;
  }
}
.accordianSummary .accordianHeader {
  font-size: 18px;
  line-height: 25px;
  font-weight: 500;
  min-height: 30px;
  padding: 28px 65px 28px 45px;
  cursor: pointer;
}
@media (max-width: 630px) {
  .accordianSummary .accordianHeader {
    padding: 28px 55px 28px 35px;
  }
}
@media (max-width: 481px) {
  .accordianSummary .accordianHeader {
    padding: 28px 65px 28px 24px;
  }
}
.accordianSummary .accordianHeader .summaryAccordianHeaderText {
  padding-left: 10px;
}
.accordianSummary .accordianContent {
  padding: 0px 65px 28px 45px;
  text-align: left;
  font-size: 14px;
  line-height: 16px;
}
.accordianSummary .accordianContent div > .row-fluid {
  margin-bottom: 13px;
}
@media (max-width: 481px) {
  .accordianSummary .accordianContent div > .row-fluid {
    margin-bottom: 30px;
  }
}
@media (max-width: 481px) {
  .accordianSummary .accordianContent {
    padding: 0px 48px 28px 24px;
    font-size: 15px;
  }
}
.accordianSummary span.expand {
  position: absolute;
  right: 35px;
  top: 34px;
}
.accordianSummary span.expand .expandIcon {
  border-color: #262626;
  height: 8px;
  width: 8px;
}
.accordianSummary span.expand.collapsed {
  top: 38px;
}
.accordianSummary .headingText {
  float: left;
  max-width: 65%;
  text-align: left;
}
@media (max-width: 630px) {
  .accordianSummary .headingText {
    max-width: 72%;
  }
}
.accordianSummary .priceText {
  float: right;
  font-size: 20px;
  font-weight: 600;
}
.accordianSummary .priceText.refund {
  color: #008427;
}
.accordianSummary .priceText.owe {
  color: #AA1800;
}

#StackPanelConsentAccordian .accordianSummary {
  width: 100%;
}

#mainCarContent h3 {
  font-size: 15px;
  color: #000000;
  font-weight: normal;
}

.mainCarWrap {
  border: 0px;
  background-color: #fafafa;
}

#mainCarContent {
  height: auto;
  margin: 10px 10px 10px 10px;
  padding-bottom: 60px;
}

.mainCarContent {
  font-size: 18px;
  font-weight: bold;
}

.carouselDotsPanel img {
  padding-right: 8px;
}

/*Image carousel styles */
.carousel {
  position: relative;
}

.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%;
}

.carousel-inner > .item {
  display: none;
  position: relative;
  -webkit-transition: 0.6s ease-in-out left;
  -o-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
}

.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  line-height: 1;
}

@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-inner > .item {
    -webkit-transition: -webkit-transform 0.6s ease-in-out;
    -o-transition: -o-transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    perspective: 1000px;
  }
  .carousel-inner > .item.next,
  .carousel-inner > .item.active.right {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.prev,
  .carousel-inner > .item.active.left {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.next.left,
  .carousel-inner > .item.prev.right,
  .carousel-inner > .item.active {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    left: 0;
  }
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}

.carousel-inner > .active {
  left: 0;
}

.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}

.carousel-inner > .next {
  left: 100%;
}

.carousel-inner > .prev {
  left: -100%;
}

.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}

.carousel-inner > .active.left {
  left: -100%;
}

.carousel-inner > .active.right {
  left: 100%;
}

.carousel-control {
  position: absolute;
  left: 17px;
  bottom: 21px;
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-size: 20px;
  color: #ffffff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  background-color: rgba(0, 0, 0, 0);
}

.carousel-control.left {
  height: 10px;
  width: 10px;
  border: solid #000000;
  border-width: 0 4px 4px 0;
  display: inline-block;
  padding: 1px;
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  overflow: hidden;
}

.carousel-control.right {
  border: solid #000000;
  border-width: 0 4px 4px 0;
  display: inline-block;
  padding: 1px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  right: 17px;
  width: 10px;
  height: 10px;
  left: inherit;
  overflow: hidden;
}

.carousel-control:hover {
  outline: 0;
  color: #ffffff;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}

.carousel-control:focus {
  outline: 0;
  color: #ffffff;
  text-decoration: none;
  filter: alpha(opacity=90);
}

.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  margin-top: -10px;
  z-index: 5;
  display: inline-block;
}

.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
  margin-left: -10px;
}

.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
  margin-right: -10px;
}

.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  line-height: 1;
}

.carousel-control .icon-prev:before {
  content: "‹";
}

.carousel-control .icon-next:before {
  content: "›";
}

.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 8;
  width: 60%;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  text-align: center;
}

.carousel-indicators li {
  display: inline-block;
  margin-left: 10px;
  text-indent: -999px;
  border-radius: 10px;
  cursor: pointer;
  height: 8.13px;
  width: 8.15px;
  transform: rotate(180deg);
  background-color: #CCC;
}

.carousel-indicators .active {
  height: 8.13px;
  width: 8.15px;
  transform: rotate(180deg);
  background-color: #277EBB;
  margin-left: 10px;
}

.carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #ffffff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}

.carousel-caption .btn {
  text-shadow: none;
}

@media screen and (min-width: 768px) {
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -10px;
    font-size: 30px;
  }
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -10px;
  }
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -10px;
  }
  .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px;
  }
  .carousel-indicators {
    bottom: 20px;
  }
}
/*Image carousel styles end*/
.baseCard {
  min-height: 115px;
  width: 100%;
  position: relative;
  margin-bottom: 10px;
  margin-top: 20px;
  margin-left: 1px;
  background-color: #ffffff;
  border-radius: 16px;
  -webkit-box-shadow: 0px 15px 25px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 15px 25px rgba(0, 0, 0, 0.05);
  line-height: 1.4;
  margin-bottom: 24px;
  font-weight: 600;
}

.documentCard {
  min-height: 115px;
  width: 100%;
  position: relative;
  margin-bottom: 10px;
  margin-top: 20px;
  margin-left: 1px;
  background-color: #ffffff;
  border-radius: 16px;
  -webkit-box-shadow: 0px 15px 25px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 15px 25px rgba(0, 0, 0, 0.05);
  line-height: 1.4;
  margin-bottom: 24px;
  font-weight: 600;
  height: 200px;
}
.documentCard .migEmpDetails {
  height: 70%;
  margin-bottom: 0px;
}

.migIncomeTaxPacketCard {
  height: 240px;
}
.migIncomeTaxPacketCard .buttonsDiv {
  min-height: 50px;
}
.migIncomeTaxPacketCard .buttonsDiv .migLinkAdd .icon {
  color: #ffffff !important;
}
.migIncomeTaxPacketCard .buttonsDiv .migLinkAdd .icondescription {
  color: #ffffff !important;
}
.migIncomeTaxPacketCard .buttonsDiv .migLinkEditContainer .icondescription:hover {
  box-shadow: none;
}
.migIncomeTaxPacketCard .buttonsDiv .migLinkDeleteContainer {
  line-height: 43px;
}

.migcategoryCard {
  min-height: 115px;
  width: 100%;
  position: relative;
  margin-bottom: 10px;
  margin-top: 20px;
  margin-left: 1px;
  background-color: #ffffff;
  border-radius: 16px;
  -webkit-box-shadow: 0px 15px 25px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 15px 25px rgba(0, 0, 0, 0.05);
  line-height: 1.4;
  margin-bottom: 24px;
  font-weight: 600;
  min-height: 171px;
}
@media (max-width: 481px) {
  .migcategoryCard {
    min-height: 140px;
  }
}
.migcategoryCard .buttonsDiv {
  position: absolute;
  width: 100%;
  bottom: 12px;
}
.migcategoryCard .buttonsDiv a {
  color: #111111;
  font-size: 14px;
}
.migcategoryCard #startButton {
  min-width: 155px;
  color: white;
  position: absolute;
  right: 20px;
  bottom: 23px;
  min-width: 155px;
  margin-bottom: 0px;
}
@media (max-width: 481px) {
  .migcategoryCard #startButton {
    min-height: 48px;
    box-sizing: border-box;
    min-width: initial;
    width: calc(100% - 40px);
    bottom: 59px;
    position: relative;
    left: 20px;
    margin-top: 15px;
  }
}
.migcategoryCard .migEmpDetails {
  margin-top: 38px;
  margin-bottom: 40px;
}
@media (max-width: 481px) {
  .migcategoryCard .migEmpDetails {
    margin-top: 32px;
  }
}
.migcategoryCard .migEmpDetails .migCardTitle {
  font-size: 22px;
  font-weight: normal;
  white-space: normal;
  width: 80%;
  padding-bottom: 30px;
}
.migcategoryCard .migStatusIcon {
  width: 20px;
  top: 20px;
  right: 20px;
}

.controlInfoCard {
  min-height: 115px;
  width: 100%;
  position: relative;
  margin-bottom: 10px;
  margin-top: 20px;
  margin-left: 1px;
  background-color: #ffffff;
  border-radius: 16px;
  -webkit-box-shadow: 0px 15px 25px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 15px 25px rgba(0, 0, 0, 0.05);
  line-height: 1.4;
  margin-bottom: 24px;
  font-weight: 600;
  margin-top: 12px;
}
.controlInfoCard .migEmpAddress {
  font-size: 24px;
}
.controlInfoCard .buttonsDiv {
  text-align: left;
}
.controlInfoCard .buttonsDiv a {
  margin-left: 15px;
}
.controlInfoCard .buttonsDiv a:last-child {
  margin-left: 30px;
}
.controlInfoCard .buttonsDiv .icondescription {
  font-size: 13px;
  padding: 0px 10px 0px 6px;
}
.controlInfoCardWhitePnl .controlInfoCard {
  border: 1px solid #EFEFEF;
  height: 144px;
  background-color: #FFFFFF;
}
.controlInfoCardWhitePnl .controlInfoCard .icon {
  font-size: 20px;
}
.controlInfoCardWhitePnl .controlInfoCard .icondescription {
  font-size: 15px;
}
.controlInfoCardWhitePnl .controlInfoCard a:last-child {
  margin-left: 15px;
}
.controlInfoCardWhitePnl .controlInfoCard .migEmpAddress {
  margin-top: 12px;
}
.controlInfoCard.migcard .infoCardTitle {
  width: 75%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-bottom: 6px;
  font-size: 18px;
}
.controlInfoCard.migcard .buttonsDiv a:last-child {
  margin-left: 20px;
}
.controlInfoCard.migcard .buttonsDiv .icondescription {
  font-size: 15px;
}

.migEmpDetails {
  width: 100%;
  margin-left: 20px;
  padding-top: 13px;
  margin-right: 10px;
  text-align: left;
  margin-bottom: 10px;
}

.migCardTitle {
  width: 75%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-bottom: 6px;
  font-size: 18px;
  font-weight: 600;
}

.migEmpAddress {
  font-size: 14px;
  width: 50%;
  margin-top: 2px;
  font-weight: 600;
}

.migWages {
  height: 30px;
  width: 152px;
  color: #4A4A4A;
  font-size: 24px;
  font-weight: 700;
  line-height: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.migStatusDiv {
  width: 20%;
}

.migStatus {
  height: 40px;
  width: 40px;
  background-color: #7DC142;
  padding: 5px 5px 5px 5px;
}

.migReviewButton {
  border: 1px solid #468522;
  margin: 0px !important;
}

.migStatusIcon {
  position: absolute;
  top: 13px;
  right: 15px;
}

.migEdit {
  height: 18px;
  width: 100px;
  color: #468522;
  font-size: 13px;
  font-weight: bold;
  line-height: 15px;
}

.migDelete {
  height: 18px;
  width: 100px;
  color: #E70000;
  font-size: 13px;
  font-weight: bold;
  line-height: 15px;
}

.migLinkEditContainer {
  float: left;
  margin-left: 20px;
}
.migLinkEditContainer.migLinkEdit {
  border-radius: 50px;
  padding: 8px 20px;
  border: 2px solid #262626;
}
.migLinkEditContainer.migLinkAdd {
  background-color: #005D1F;
  border-radius: 50px;
  padding: 8px 20px;
}

.migLinkDeleteContainer {
  float: left;
  margin-left: 20px;
}

.migLinkDeleteContainer img {
  padding-left: 5px;
  padding-right: 5px;
}

.migLinkEditContainer img {
  padding-left: 5px;
  padding-right: 5px;
}

.buttonsDiv {
  cursor: pointer;
  min-height: 30px;
}
.buttonsDiv a {
  color: rgba(32, 32, 32, 0.65);
}
.buttonsDiv a:hover, .buttonsDiv a:focus {
  color: #202020;
}
.buttonsDiv a:active {
  color: #5D5D5F;
}
.buttonsDiv a {
  box-shadow: none;
}
.buttonsDiv a.migReviewButton {
  color: #ffffff;
}
.buttonsDiv a:hover {
  box-shadow: none;
}
.buttonsDiv .icon {
  font-size: 14px;
  color: #005D1F;
}
.buttonsDiv .icondescription {
  display: inline-block;
}

.importOptionsTitles {
  color: #4A4A4A;
  font-size: 24px;
  font-weight: 300;
  line-height: 20px;
  margin-left: 20px;
  margin-top: 19px;
  margin-right: 10px;
  margin-bottom: 10px;
  text-align: left;
}

.importOptionsTitles .migEmpAddress {
  width: 100%;
}

.importOptionsContainer {
  text-align: left;
  margin-left: 20px;
  margin-right: 20px;
}

.importOptionsContainer a {
  line-height: 20px;
  position: absolute;
}

.importOptionsContainer img {
  padding-left: 5px;
  padding-right: 5px;
}

/*Topic Card Styles*/
.flip {
  -ms-perspective: 1000px;
  -moz-perspective: 1000px;
  -webkit-perspective: 1000px;
  perspective: 1000px;
  min-height: 115px;
  width: 100%;
  position: relative;
  margin-bottom: 10px;
  margin-top: 20px;
  margin-left: 1px;
  background-color: #ffffff;
  border-radius: 16px;
  -webkit-box-shadow: 0px 15px 25px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 15px 25px rgba(0, 0, 0, 0.05);
  line-height: 1.4;
  margin-bottom: 24px;
  font-weight: 600;
  height: 200px;
}
.flip .migEmpDetails {
  height: 70%;
  margin-bottom: 0px;
}
.flip {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -moz-box-direction: normal;
  -moz-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media (max-width: 995px) {
  .flip {
    height: auto;
  }
}
@media only screen and (max-width: 767px) {
  .flip {
    flex-direction: row;
  }
}

.flip .card.flipped .front {
  -moz-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
  visibility: hidden;
}

.flip .card.flipped .back {
  -moz-transform: rotateY(0deg);
  -o-transform: rotateY(0deg);
  -ms-transform: rotateY(0deg);
  -webkit-transform: rotateY(0deg);
  transform: rotateY(0deg);
  visibility: visible;
}

.flip .card {
  -moz-transform: rotateY(0deg);
  -o-transform: rotateY(0deg);
  -ms-transform: rotateY(0deg);
  -webkit-transform: rotateY(0deg);
  transform: rotateY(0deg);
  height: 170px;
  -webkit-box-flex: 1 0 0;
  -moz-box-flex: 1 0 0;
  -ms-flex: 1 0 0;
  -webkit-flex: 1 0 0;
  flex: 1 0 0;
}
@media (max-width: 995px) {
  .flip .card {
    height: auto !important;
    min-height: 220px;
  }
}
@media only screen and (min-width: 481px) and (max-width: 767px) {
  .flip .card {
    height: auto !important;
    min-height: 210px;
  }
}

.flip .card .face {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 2;
  height: 100%;
  /*@include box-shadow(2px 2px 5px 0 rgba(0, 0, 0, 0.08));*/
}

.flip .card .front {
  position: absolute;
  z-index: 1;
  width: 100%;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
  visibility: visible;
}

.flip .card .back {
  -moz-transform: rotateY(-180deg);
  -o-transform: rotateY(-180deg);
  -ms-transform: rotateY(-180deg);
  -webkit-transform: rotateY(-180deg);
  transform: rotateY(-180deg);
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
  visibility: hidden;
}

.RevisitTopicLinksDiv, .DeleteTopicLinksDiv {
  display: inline-block;
}

.DeleteTopicLinksDiv {
  margin-left: 20px;
}

.RevisitDeleteDiv {
  display: table-cell;
  padding: 20px;
}

.InformationDiv {
  box-sizing: border-box;
  padding: 20px;
  vertical-align: top;
  width: 90%;
  height: 70%;
  /*white-space:nowrap;
  overflow:hidden;
  text-overflow:ellipsis;*/
}

.TopicDescSpan, .AmountSpan, .VisitedSpan {
  display: table;
  text-align: left;
}

.TopicDescSpan {
  font-size: 13px;
  font-weight: 600;
  margin-bottom: 8px;
  word-break: break-word;
  overflow: hidden;
  display: inline-block;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  max-height: 68px;
}

.AmountSpan {
  font-size: 24px;
  font-weight: 700;
}

.DeleteText1 {
  color: #3f3f3f;
  display: table-row;
  font-size: 15px;
  font-weight: bold;
}

.FlipDeleteTextDiv {
  display: table;
  padding: 20px;
  text-align: center;
}

.FlipDeleteBtnDiv {
  text-align: center;
  font-size: 13px;
}
@media (max-width: 481px) {
  .FlipDeleteBtnDiv {
    margin-left: 20px;
    margin-right: 20px;
  }
}
.FlipDeleteBtnDiv .redButtonStyle {
  padding: 15px;
  margin-left: 10px;
}
@media (max-width: 481px) {
  .FlipDeleteBtnDiv .redButtonStyle {
    margin-bottom: 8px;
    margin-left: 0px;
  }
}
@media (max-width: 995px) {
  .FlipDeleteBtnDiv .redButtonStyle {
    padding: 19px 24px 19px 24px;
  }
}
@media only screen and (min-width: 481px) and (max-width: 767px) {
  .FlipDeleteBtnDiv .redButtonStyle {
    margin-bottom: 0;
    padding: 19px 20px 19px 20px !important;
  }
}
@media (max-width: 481px) {
  .FlipDeleteBtnDiv .greyButtonStyle {
    margin-bottom: 8px;
  }
}
@media only screen and (min-width: 481px) and (max-width: 767px) {
  .FlipDeleteBtnDiv .greyButtonStyle {
    margin-bottom: 0;
    padding: 19px 20px 19px 20px !important;
  }
}
@media only screen and (min-width: 481px) and (max-width: 767px) {
  .FlipDeleteBtnDiv {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: 20px;
  }
}

.noTopicDiv {
  width: 100%;
  padding-top: 40px;
}

.noTopicHeadSpan {
  display: table;
  text-align: center;
  font-weight: bold;
  padding-bottom: 10px;
  width: 100%;
  font-size: 18px;
}

.noTopicDescSpan {
  display: table;
  text-align: center;
  width: 100%;
}

div.flip .ADAHide {
  left: -1px;
}

.topicAlertDesc {
  color: #e70000;
  padding-bottom: 10px;
}

/*Topic Card Styles Ends*/
@media (max-width: 481px) {
  .iconImage img {
    max-width: inherit;
  }
}

.dataCard {
  min-width: 259px;
  border: none;
}
.dataCard #cardHeaderPanel .cardTitleDiv {
  font-size: 20px;
  font-weight: 600;
}
.dataCard #cardHeaderPanel .icon {
  position: absolute;
  top: 24px;
  right: 20px;
  color: #262626;
  font-size: 17px;
}
.dataCard #innerContenPanel {
  padding: 24px;
  box-sizing: border-box;
  padding-bottom: 18px;
}
.dataCard #cardContentPanel {
  font-weight: normal;
  min-height: 134px;
}
@media only screen and (min-width: 482px) and (max-width: 1205px) {
  .dataCard #cardContentPanel {
    min-height: 155px;
  }
}
.dataCard a.secondaryButtonStyle, .dataCard a.supremeButton, .dataCard a.buttonStyle {
  width: 100%;
  margin-bottom: 3px;
}
.dataCard.supreme {
  border-top: 6px solid #3BC0F8;
}
.dataCard.secondary {
  border-top: 6px solid #6BDBD8;
}
.dataCard #bannerPanel {
  height: 35px;
  background-color: #CAF171;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  font-size: 14px;
  line-height: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.dataCard #footerPanel {
  font-weight: normal;
  font-size: 12px;
  text-align: center;
}
.dataCard #footerPanel > span {
  margin-top: 15px;
  display: block;
}

@media only screen and (min-width: 482px) and (max-width: 1205px) {
  #StackPanelW2Capture .dataCard {
    min-width: 100%;
  }
  #StackPanelW2Capture .dataCard #cardHeaderPanel .cardTitleDiv {
    min-height: 60px;
    padding-right: 10px;
  }
  #StackPanelW2Capture .dataCard #innerContentPanel {
    padding: 20px;
  }
  #StackPanelW2Capture .dataCard #cardContentPanel {
    padding-bottom: 15px;
  }
  #StackPanelW2Capture .dataCard a.secondaryButtonStyle {
    padding: 19px 8px 19px 8px;
  }
}
.badge {
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 14px;
  border-radius: 16px;
  background-color: #6BDBD8;
  color: #ffffff;
  padding: 4px;
  display: inline-block;
  vertical-align: middle;
  margin-left: 8px;
}
.badge.supreme {
  background-color: #3BC0F8;
}

.messageContent {
  color: #005D1F;
  font-style: italic;
  display: block;
  text-align: center;
}

.refundMaximizerProgressBarBaseCard {
  min-height: unset !important;
  background-color: transparent !important;
  box-shadow: none !important;
}

.importTaxReturnTile {
  padding: 50px;
  text-align: center;
}
.importTaxReturnTile.refundMaximizerImportTaxReturnTile {
  padding: unset !important;
}
.importTaxReturnTile .cardLabel {
  text-transform: capitalize;
  font-size: 18px;
  font-weight: normal;
}
.importTaxReturnTile .cardTitle {
  font-size: 56px;
  font-weight: 400;
  padding-bottom: 30px;
}
@media (max-width: 995px) {
  .importTaxReturnTile .cardTitle {
    font-size: 40px;
  }
}
.importTaxReturnTile .progressBar {
  position: relative;
  width: 100%;
}
.importTaxReturnTile .spanOuter {
  width: 100%;
  display: block;
  position: relative;
  height: 5px;
  background-color: #F1F5F6;
  border-radius: 3px;
  margin: 5px 0;
}
.importTaxReturnTile .spanOuter.refundMaximizerProgressBarSpanOuter {
  height: 12px;
  border-radius: 9999px;
  background: rgba(75, 74, 71, 0.24);
}
.importTaxReturnTile .spanInner {
  position: absolute;
  background-color: #7DC142;
  height: 5px;
  left: 0;
  top: auto;
  border-radius: 3px;
}
.importTaxReturnTile .spanInner.refundMaximizerProgressBarSpanInner {
  height: 12px;
  border-radius: 9999px;
  background: #005D1F;
  width: 0% !important;
}
.importTaxReturnTile .checkmark {
  height: 45px;
  margin-bottom: 10px;
}
.importTaxReturnTile .checkmark img {
  width: 40px;
}
.importTaxReturnTile .progressText {
  margin-bottom: 5px;
  font-weight: normal;
  font-size: 15px;
}
.importTaxReturnTile .progressPercentage {
  font-size: 18px;
  font-weight: bold;
}
.importTaxReturnTile .progressPercentage.complete {
  color: #7DC142;
}
.importTaxReturnTile .refundMaximizerProgressBarText {
  font-weight: 400;
  text-align: end;
  color: #262626;
  font-size: 16px;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.12px;
}

#StackPanelcompetitorPDFImport #TextBlock1 {
  line-height: 41px;
}

.packetCard {
  position: relative;
  max-width: 391px;
  border-radius: 10px;
  background-color: #ffffff;
  box-shadow: 0 0 30px -5px rgba(0, 0, 0, 0.15);
  padding: 32px 48px 26px 48px;
  font-weight: normal;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
}
.packetCard .headingSection {
  text-align: left;
  display: flex;
  align-items: center;
  height: 45px;
}
.packetCard .icon {
  font-size: 15px;
}
.packetCard .progressBar {
  position: relative;
  width: 100%;
}
.packetCard .spanOuter {
  display: block;
  position: absolute;
  height: 8px;
  background-color: #008427;
  border-radius: 4px;
  top: -2px;
}
.packetCard .spanInner {
  position: relative;
  background-color: #89D49F;
  height: 4px;
  left: 0;
  top: 10px;
  border-radius: 3px;
  width: 300px;
  z-index: 10px;
}
.packetCard .progressPercentage {
  text-align: left;
}
.packetCard .iconPanel .hyperlinkStyle {
  top: 60px;
  right: 22px;
  position: absolute;
  box-shadow: none !important;
}
.packetCard .startIcon .hyperlinkStyle {
  box-shadow: none !important;
  color: black;
}
.packetCard .percentagePanel {
  font-weight: 500;
  font-size: 18px;
  line-height: 28px;
  margin-top: 25px;
}
.packetCard .startText {
  font-weight: 500;
  font-size: 19px;
  line-height: 22px;
  text-align: left;
}
.packetCard .headingText {
  text-align: top;
  align-items: center;
  justify-content: center;
  width: 75%;
  padding-left: 10px;
}
@media (max-width: 995px) {
  .packetCard .icondescription {
    display: none;
  }
}

.packetBaseCard {
  margin-bottom: 25px;
}

.NotStartedSubsection {
  background-color: #E8EEF1;
  box-shadow: none;
  max-width: 391px;
  padding-top: 20px;
  padding-bottom: 20px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  text-align: center;
  margin-top: -5px;
}
.NotStartedSubsection .deleteText {
  font-size: 19px;
  font-weight: 500;
  padding-left: 10px;
  display: inline-block;
  vertical-align: middle;
}
.NotStartedSubsection .deleteIcon {
  display: inline-block;
  vertical-align: middle;
}
.NotStartedSubsection .deleteCard {
  border: none;
  background-color: #E8EEF1;
}

.InProgress, .Completed {
  background-color: #E8EEF1;
  box-shadow: none;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
}

.InProgressSubsection.no-bottom-line::before,
.CompletedSubsection.no-bottom-line::before {
  display: none;
}

.SubSectionShadow {
  box-shadow: 0 0 30px -5px rgba(0, 0, 0, 0.15);
}

.InProgressSubsection, .CompletedSubsection {
  position: relative;
  min-height: 92px;
  max-width: 391px;
  box-sizing: border-box;
  border-radius: 10px;
  background-color: #ffffff;
  padding-top: 30px;
  text-align: left;
  padding-left: 30px;
  padding-bottom: 30px;
  margin-bottom: 1px;
  padding-right: 30px;
  margin-top: -5px;
}
.InProgressSubsection::before, .CompletedSubsection::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-52%);
  width: 83%;
  height: 1px;
  background-color: #9FA4AA;
}
.InProgressSubsection .iconContainer, .CompletedSubsection .iconContainer {
  display: inline-block;
  width: 80%;
  font-weight: 500;
}
.InProgressSubsection .editIcon, .CompletedSubsection .editIcon {
  padding-right: 10px;
}
.InProgressSubsection .breakElemnt, .CompletedSubsection .breakElemnt {
  margin-top: 12px;
}
.InProgressSubsection .amountText, .CompletedSubsection .amountText {
  font-weight: 600;
  font-size: 24px;
}
.InProgressSubsection .deleteCard, .InProgressSubsection .editCard, .CompletedSubsection .deleteCard, .CompletedSubsection .editCard {
  border: none;
  background-color: white;
}
.InProgressSubsection .bottom-line, .CompletedSubsection .bottom-line {
  margin-top: 20px;
  border-top: 1px solid #9FA4AA;
  padding-top: 20px;
}

.footerSection {
  background-color: #E8EEF1;
  box-shadow: none;
  min-height: 72px;
  max-width: 391px;
  border-radius: 10px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  text-align: left;
  padding-left: 30px;
  margin-top: -5px;
}
.footerSection .totalText {
  text-align: left;
  width: 60%;
  display: inline-block;
  padding-top: 25px;
  font-size: 18px;
  font-weight: 500;
}
.footerSection .totalAmountArea {
  font-weight: 600;
}

.baseCard.documentCard .icondescription {
  font-size: 19px;
  color: black;
  font-weight: 500;
}
.baseCard.documentCard .icon {
  font-size: 20px;
  color: black;
}

.standaloneCard {
  width: 366px;
}
@media (max-width: 481px) {
  .standaloneCard {
    width: 100%;
  }
}
.standaloneCard .cardLineItem {
  font-size: 18px;
  font-weight: 400;
}
.standaloneCard .mobileLabel {
  font-size: 13px;
  font-weight: 500;
  line-height: 16px;
}
.standaloneCard #dataCardImg {
  position: absolute;
  width: 20px;
  height: 20px;
  top: 26px;
  right: 25px;
}
.standaloneCard .cardTitleDiv {
  font-size: 18px !important;
  line-height: 24px;
}
.standaloneCard #cardContentPanel .formField {
  border-radius: 6px !important;
  border: 2px solid #D6DAE0 !important;
}
.standaloneCard #cardContentPanel .formFieldBox {
  margin-bottom: 8px;
  margin-top: 8px;
}
.standaloneCard #cardContentPanel .errorDataFieldText {
  line-height: 22px;
}
.standaloneCard #innerContenPanel {
  padding-bottom: 24px !important;
  text-align: left;
}
.standaloneCard #cardActionPanel {
  margin-bottom: 25px;
}
.standaloneCard #cardActionPanel span {
  color: white;
  font-size: 19px;
  font-weight: 500;
  line-height: 22px;
}
.standaloneCard #cardActionPanel .buttonStyle {
  background-color: #005D1F !important;
}
.standaloneCard #cardSecondaryActionPanel span {
  font-size: 19px;
  font-weight: 500;
  line-height: 22px;
}

.optionCard {
  min-width: 248px;
  height: 324px;
  margin-left: 8px;
}
@media (max-width: 995px) {
  .optionCard {
    width: 100%;
    margin-left: 0px;
  }
}
.optionCard #dataCardImg {
  position: absolute;
  width: 20px;
  height: 20px;
  top: 26px;
  right: 25px;
}
.optionCard .cardTitleDiv {
  font-size: 18px !important;
  line-height: 24px;
}
.optionCard #cardContentPanel {
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
}
.optionCard .secondaryButtonStyle {
  font-size: 19px;
  font-weight: 500;
  line-height: 22px;
  margin-bottom: 24px;
  width: 174px !important;
  letter-spacing: -0.3px;
  padding: 15px 18px 15px 18px;
}
@media (max-width: 1024px) {
  .optionCard .secondaryButtonStyle {
    width: 100% !important;
  }
}
@media (min-width: 768px) and (max-width: 1205px) {
  .optionCard .secondaryButtonStyle {
    font-size: 18px;
  }
}
.optionCard #cardActionPanel {
  position: absolute;
  bottom: 24px;
}
@media (max-width: 481px) {
  .optionCard #cardActionPanel {
    width: calc(100% - 48px);
  }
}

.comparisonCard {
  max-width: 246px;
  border-radius: 16px;
  box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.08);
  margin-right: 20px;
  display: inline-block;
  min-width: unset;
}
.comparisonCard:last-child {
  margin-right: 0px;
}
@media (max-width: 995px) {
  .comparisonCard {
    display: block;
    margin: 0 auto;
    text-align: center;
    margin-top: 30px;
  }
  .comparisonCard:last-child {
    margin-right: auto !important;
  }
}
.comparisonCard .popularTopic {
  border-top: 50px solid;
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
}
.comparisonCard .recommendedHatSection {
  border-top: 55px solid;
}
.comparisonCard .popularTextElement {
  position: absolute;
  color: white;
  text-align: center;
  top: 8px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 14px;
  font-weight: 600;
  letter-spacing: -0.22px;
  line-height: 20px;
}
.comparisonCard .recommendedContentBlock {
  left: 0 !important;
  transform: none !important;
  padding: 0px 12px;
  line-height: 13px;
  text-align: left;
  color: white;
  box-sizing: border-box;
  width: 100%;
}
.comparisonCard .recommendedContentBlock .cardPromoBannerIcon {
  font-size: 13px;
}
.comparisonCard .recommendedContentBlock .cardPromoBannerContent {
  vertical-align: top;
  font-size: 13px;
  color: white;
}
.comparisonCard #innerContenPanel {
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  color: #262626;
  position: relative;
  top: -12px;
  background: white;
  padding: 16px;
}
.comparisonCard #innerContenPanel #cardHeaderPanel {
  text-align: center;
  padding: 12px 12px 0px 12px !important;
}
.comparisonCard #innerContenPanel #cardHeaderPanel .cardTitleDiv {
  font-size: 32px;
  font-weight: 700;
  line-height: 32px;
  letter-spacing: -0.57px;
}
.comparisonCard #innerContenPanel #cardContentPanel {
  text-align: center;
}
.comparisonCard #innerContenPanel #cardContentPanel .cardSubheading {
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 0.12px;
  min-height: unset;
  text-align: center;
  display: block;
  margin-top: 20px;
  margin-bottom: 20px;
}
.comparisonCard #innerContenPanel #cardContentPanel .priceBlock {
  font-size: 66.36px;
  font-weight: 700;
  line-height: 66.36px;
  letter-spacing: -0.948px;
  margin-top: 20px;
  margin-bottom: 8px;
  color: #005D1F;
}
.comparisonCard #innerContenPanel #cardContentPanel .priceBlockWhite {
  color: #ffffff !important;
}
.comparisonCard #innerContenPanel #cardContentPanel .stateFeeBlock {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0.12px;
  margin-top: 20px;
  margin-bottom: 20px;
  color: #6E6E6E;
}
.comparisonCard #innerContenPanel #cardContentPanel .comparisonBlock {
  margin-top: 12px;
  display: block;
}
.comparisonCard #innerContenPanel #cardContentPanel .comparisonBlock .iconContainer {
  display: inline-block;
  vertical-align: top;
  margin-right: 8px;
  width: 15px;
}
.comparisonCard #innerContenPanel #cardContentPanel .comparisonBlock .iconContainer img {
  width: 14px;
  height: 10px;
}
.comparisonCard #innerContenPanel #cardContentPanel .comparisonBlock .comparisonContent {
  display: inline-block;
  width: calc(100% - 25px);
}
.comparisonCard #innerContenPanel #cardContentPanel .cardLabel {
  background: #D6DAE0;
  border-radius: 4px;
  margin-bottom: 10px;
}
.comparisonCard #innerContenPanel #cardContentPanel .currentPriceBlock {
  border-radius: 4px;
  padding-top: 4px;
  padding-right: 7px;
  padding-bottom: 4px;
  font-weight: 500;
  padding-left: 7px;
}
.comparisonCard #innerContenPanel #cardContentPanel .freePromotionBanner {
  color: #262626;
  font-size: 12px;
  font-style: normal;
  font-weight: 700 !important;
  line-height: normal;
  letter-spacing: 0.12px;
  border-radius: 4px;
  padding: 4px 2px 4px 2px;
}
.comparisonCard #innerContenPanel #cardContentPanel .freePromotionSubTitle {
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 0.12px;
}
.comparisonCard #cardActionPanel {
  margin-top: 19px;
  display: block;
}
.comparisonCard #cardActionPanel .buttonStyle, .comparisonCard #cardActionPanel .secondaryButtonStyle {
  color: #005D1F;
  border-color: #005D1F;
  background-color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
  letter-spacing: -0.1px;
  border-radius: 80px;
  width: 100%;
  height: 60px;
  padding: 0px;
  justify-content: center;
  align-items: center;
}
.comparisonCard #cardActionPanel .buttonStyle {
  background-color: #005D1F !important;
  color: #ffffff !important;
}
.comparisonCard #cardActionPanel .buttonStyle span {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
}
.comparisonCard #cardActionPanel .lightGreenButtonPanel {
  background: #00E95C;
  border-radius: 80px;
  color: #262626;
}
.comparisonCard .highlightCard {
  background: #003512;
  border-bottom-left-radius: 16px;
  border-bottom-right-radius: 16px;
}
.comparisonCard .highlightCard #innerContenPanel {
  background: #003512;
  color: #ffffff;
}
.comparisonCard .highlightCard #innerContenPanel .priceBlock, .comparisonCard .highlightCard #innerContenPanel .stateFeeBlock {
  color: #00E95C !important;
}

#StackPanelTPRfreepromoTricard .recommendedContentBlock .cardPromoBannerIcon {
  display: inline-block;
  width: 28px;
}
#StackPanelTPRfreepromoTricard .recommendedContentBlock .cardPromoBannerContent {
  display: inline-block;
  width: calc(100% - 28px);
}

@media (max-width: 995px) {
  #StackPanelW2PostErrorOptions .row-fluid [class*=span] {
    float: none;
    width: 100%;
  }
  #StackPanelW2PostErrorOptions .row-fluid [class*=span]:first-child {
    margin-left: 16px;
  }
}
#StackPanelW2PostErrorOptions .optionCard #cardActionPanel .buttonStyle {
  background: #005D1F;
  font-size: 18px !important;
}
#StackPanelW2PostErrorOptions .optionCard #cardActionPanel .secondaryButtonStyle {
  border: 2px solid #005D1F;
  color: #005D1F;
  font-size: 18px !important;
}
#StackPanelW2PostErrorOptions .optionCard #cardActionPanel .secondaryButtonStyle:hover, #StackPanelW2PostErrorOptions .optionCard #cardActionPanel .secondaryButtonStyle:focus {
  background-color: #262626;
  color: #ffffff !important;
  border: 1px solid #262626;
}
@media (max-width: 995px) {
  #StackPanelW2PostErrorOptions .optionCard #cardActionPanel {
    width: calc(100% - 48px);
  }
}

.binaryradioline {
  box-sizing: border-box;
  height: 114px;
  width: 2px;
  border: 1px solid #C4C7C9;
  float: left;
  display: none;
}

/*Radio Button image card icon styles*/
/*FI Import Styles*/
.radioButtonList.imagecard .hrbradio .labelContainer .fietrade {
  background: url("/hrblock/Templates/Premium/Images/Import/ProviderLogos/ETrade_Securities.gif") no-repeat 0 0;
  background-position: center;
  background-size: 75%;
}
@media (max-width: 481px) {
  .radioButtonList.imagecard .hrbradio .labelContainer .fietrade {
    background-size: 60%;
  }
}

.radioButtonList.imagecard .hrbradio .labelContainer .fifidelity {
  background: url("/hrblock/Templates/Premium/Images/Import/ProviderLogos/Fidelity.svg") no-repeat 0 0;
  background-position: center;
  background-size: 88%;
}
@media (max-width: 481px) {
  .radioButtonList.imagecard .hrbradio .labelContainer .fifidelity {
    background-size: 70%;
  }
}

/*.radioButtonList.imagecard .hrbradio:hover .labelContainer .fifidelity {
    background: url('/hrblock/Templates/Premium/Images/Import/ProviderLogos/Fidelity.png') no-repeat 0 -125px;
}

.radioButtonList.imagecard .hrbradio.checked .labelContainer .fifidelity,
.radioButtonList.imagecard .hrbradio:hover.checked .labelContainer .fifidelity {
    background: url('/hrblock/Templates/Premium/Images/Import/ProviderLogos/Fidelity.png') no-repeat 0 -250px;
}*/
.radioButtonList.imagecard .hrbradio .labelContainer .finationalfs {
  background: url("/hrblock/Templates/Premium/Images/Import/ProviderLogos/NationalFinancial.png") no-repeat 0 0;
}

.radioButtonList.imagecard .hrbradio:hover .labelContainer .finationalfs {
  background: url("/hrblock/Templates/Premium/Images/Import/ProviderLogos/NationalFinancial.png") no-repeat 0 -125px;
}

.radioButtonList.imagecard .hrbradio.checked .labelContainer .finationalfs,
.radioButtonList.imagecard .hrbradio:hover.checked .labelContainer .finationalfs {
  background: url("/hrblock/Templates/Premium/Images/Import/ProviderLogos/NationalFinancial.png") no-repeat 0 -250px;
}

.radioButtonList.imagecard .hrbradio .labelContainer .ficharlesschwab {
  background: url("/hrblock/Templates/Premium/Images/Import/ProviderLogos/Schwab.svg") no-repeat 0 0;
  background-position: center;
  background-size: auto 75%;
}

/*.radioButtonList.imagecard .hrbradio:hover .labelContainer .ficharlesschwab {
    background: url('/hrblock/Templates/Premium/Images/Import/ProviderLogos/CharlesSchwab.png') no-repeat 0 -125px;
}

.radioButtonList.imagecard .hrbradio.checked .labelContainer .ficharlesschwab,
.radioButtonList.imagecard .hrbradio:hover.checked .labelContainer .ficharlesschwab {
    background: url('/hrblock/Templates/Premium/Images/Import/ProviderLogos/CharlesSchwab.png') no-repeat 0 -250px;
}*/
.radioButtonList.imagecard .hrbradio .labelContainer .ficapitalone {
  background: url("/hrblock/Templates/Premium/Images/Import/ProviderLogos/CapitalOne.png") no-repeat 0 0;
}

.radioButtonList.imagecard .hrbradio:hover .labelContainer .ficapitalone {
  background: url("/hrblock/Templates/Premium/Images/Import/ProviderLogos/CapitalOne.png") no-repeat 0 -125px;
}

.radioButtonList.imagecard .hrbradio.checked .labelContainer .ficapitalone,
.radioButtonList.imagecard .hrbradio:hover.checked .labelContainer .ficapitalone {
  background: url("/hrblock/Templates/Premium/Images/Import/ProviderLogos/CapitalOne.png") no-repeat 0 -250px;
}

.radioButtonList.imagecard .hrbradio .labelContainer .fimerrilllynch {
  background: url("/hrblock/Templates/Premium/Images/Import/ProviderLogos/Merrill.svg") no-repeat 0 0;
  background-position: center;
}
@media (max-width: 481px) {
  .radioButtonList.imagecard .hrbradio .labelContainer .fimerrilllynch {
    background-size: 75%;
  }
}

/*.radioButtonList.imagecard .hrbradio:hover .labelContainer .fimerrilllynch {
    background: url('/hrblock/Templates/Premium/Images/Import/ProviderLogos/MerrillLynch.png') no-repeat 0 -125px;
}

.radioButtonList.imagecard .hrbradio.checked .labelContainer .fimerrilllynch,
.radioButtonList.imagecard .hrbradio:hover.checked .labelContainer .fimerrilllynch {
    background: url('/hrblock/Templates/Premium/Images/Import/ProviderLogos/MerrillLynch.png') no-repeat 0 -250px;
}*/
.radioButtonList.imagecard .hrbradio .labelContainer .fibetterment {
  background: url("/hrblock/Templates/Premium/Images/Import/ProviderLogos/Betterment.png") no-repeat 0 0;
}

.radioButtonList.imagecard .hrbradio:hover .labelContainer .fibetterment {
  background: url("/hrblock/Templates/Premium/Images/Import/ProviderLogos/Betterment.png") no-repeat 0 -125px;
}

.radioButtonList.imagecard .hrbradio.checked .labelContainer .fibetterment,
.radioButtonList.imagecard .hrbradio:hover.checked .labelContainer .fibetterment {
  background: url("/hrblock/Templates/Premium/Images/Import/ProviderLogos/Betterment.png") no-repeat 0 -250px;
}

.radioButtonList.imagecard .hrbradio .labelContainer .fiscottrade {
  background: url("/hrblock/Templates/Premium/Images/Import/ProviderLogos/Scottrade.png") no-repeat 0 0;
}

.radioButtonList.imagecard .hrbradio:hover .labelContainer .fiscottrade {
  background: url("/hrblock/Templates/Premium/Images/Import/ProviderLogos/Scottrade.png") no-repeat 0 -125px;
}

.radioButtonList.imagecard .hrbradio.checked .labelContainer .fiscottrade,
.radioButtonList.imagecard .hrbradio:hover.checked .labelContainer .fiscottrade {
  background: url("/hrblock/Templates/Premium/Images/Import/ProviderLogos/Scottrade.png") no-repeat 0 -250px;
}

.radioButtonList.imagecard .hrbradio .labelContainer .fitdameritrade {
  background: url("/hrblock/Templates/Premium/Images/Import/ProviderLogos/TDAmeritrade.svg") no-repeat 0 0;
  background-position: center;
  background-size: 90%;
}
@media (max-width: 481px) {
  .radioButtonList.imagecard .hrbradio .labelContainer .fitdameritrade {
    background-size: 70%;
  }
}

/*.radioButtonList.imagecard .hrbradio:hover .labelContainer .fitdameritrade {
    background: url('/hrblock/Templates/Premium/Images/Import/ProviderLogos/Ameritrade.png') no-repeat 0 -125px;
}

.radioButtonList.imagecard .hrbradio.checked .labelContainer .fitdameritrade,
.radioButtonList.imagecard .hrbradio:hover.checked .labelContainer .fitdameritrade {
    background: url('/hrblock/Templates/Premium/Images/Import/ProviderLogos/Ameritrade.png') no-repeat 0 -250px;
}*/
.radioButtonList.imagecard .hrbradio .labelContainer .fiamericanfunds {
  background: url("/hrblock/Templates/Premium/Images/Import/ProviderLogos/americanfunds.png") no-repeat 0 0;
}

.radioButtonList.imagecard .hrbradio:hover .labelContainer .fiamericanfunds {
  background: url("/hrblock/Templates/Premium/Images/Import/ProviderLogos/americanfunds.png") no-repeat 0 -125px;
}

.radioButtonList.imagecard .hrbradio.checked .labelContainer .fiamericanfunds,
.radioButtonList.imagecard .hrbradio:hover.checked .labelContainer .fiamericanfunds {
  background: url("/hrblock/Templates/Premium/Images/Import/ProviderLogos/americanfunds.png") no-repeat 0 -250px;
}

.radioButtonList.imagecard .hrbradio .labelContainer .fivanguard {
  background: url("/hrblock/Templates/Premium/Images/Import/ProviderLogos/Vanguard.svg") no-repeat 0 0;
  background-position: center;
  background-size: 60%;
}

/*.radioButtonList.imagecard .hrbradio:hover .labelContainer .fivanguard {
    background: url('/hrblock/Templates/Premium/Images/Import/ProviderLogos/vanguard.png') no-repeat 0 -125px;
}

.radioButtonList.imagecard .hrbradio.checked .labelContainer .fivanguard,
.radioButtonList.imagecard .hrbradio:hover.checked .labelContainer .fivanguard {
    background: url('/hrblock/Templates/Premium/Images/Import/ProviderLogos/vanguard.png') no-repeat 0 -250px;
}*/
.radioButtonList.imagecard .hrbradio .labelContainer .fitroweprice {
  background: url("/hrblock/Templates/Premium/Images/Import/ProviderLogos/TRowePrice.png") no-repeat 0 0;
}

.radioButtonList.imagecard .hrbradio:hover .labelContainer .fitroweprice {
  background: url("/hrblock/Templates/Premium/Images/Import/ProviderLogos/TRowePrice.png") no-repeat 0 -125px;
}

.radioButtonList.imagecard .hrbradio.checked .labelContainer .fitroweprice,
.radioButtonList.imagecard .hrbradio:hover.checked .labelContainer .fitroweprice {
  background: url("/hrblock/Templates/Premium/Images/Import/ProviderLogos/TRowePrice.png") no-repeat 0 -250px;
}

.radioButtonList.imagecard .hrbradio .labelContainer .fijpmorgan {
  background: url("/hrblock/Templates/Premium/Images/Import/ProviderLogos/JPMorgan.png") no-repeat 0 0;
}

.radioButtonList.imagecard .hrbradio:hover .labelContainer .fijpmorgan {
  background: url("/hrblock/Templates/Premium/Images/Import/ProviderLogos/JPMorgan.png") no-repeat 0 -125px;
}

.radioButtonList.imagecard .hrbradio.checked .labelContainer .fijpmorgan,
.radioButtonList.imagecard .hrbradio:hover.checked .labelContainer .fijpmorgan {
  background: url("/hrblock/Templates/Premium/Images/Import/ProviderLogos/JPMorgan.png") no-repeat 0 -250px;
}

.radioButtonList.imagecard .hrbradio .labelContainer .fichase {
  background: url("/hrblock/Templates/Premium/Images/Import/ProviderLogos/chase.png") no-repeat 0 0;
}

.radioButtonList.imagecard .hrbradio:hover .labelContainer .fichase {
  background: url("/hrblock/Templates/Premium/Images/Import/ProviderLogos/chase.png") no-repeat 0 -125px;
}

.radioButtonList.imagecard .hrbradio.checked .labelContainer .fichase,
.radioButtonList.imagecard .hrbradio:hover.checked .labelContainer .fichase {
  background: url("/hrblock/Templates/Premium/Images/Import/ProviderLogos/chase.png") no-repeat 0 -250px;
}

.radioButtonList.imagecard .hrbradio .labelContainer .fiwellscargo {
  background: url("/hrblock/Templates/Premium/Images/Import/ProviderLogos/WellsFargo.png") no-repeat 0 0;
}

.radioButtonList.imagecard .hrbradio:hover .labelContainer .fiwellscargo {
  background: url("/hrblock/Templates/Premium/Images/Import/ProviderLogos/WellsFargo.png") no-repeat 0 -125px;
}

.radioButtonList.imagecard .hrbradio.checked .labelContainer .fiwellscargo,
.radioButtonList.imagecard .hrbradio:hover.checked .labelContainer .fiwellscargo {
  background: url("/hrblock/Templates/Premium/Images/Import/ProviderLogos/WellsFargo.png") no-repeat 0 -250px;
}

.radioButtonList.imagecard .hrbradio .labelContainer .fiubsfinancial {
  background: url("/hrblock/Templates/Premium/Images/Import/ProviderLogos/UBS.png") no-repeat 0 0;
}

.radioButtonList.imagecard .hrbradio:hover .labelContainer .fiubsfinancial {
  background: url("/hrblock/Templates/Premium/Images/Import/ProviderLogos/UBS.png") no-repeat 0 -125px;
}

.radioButtonList.imagecard .hrbradio.checked .labelContainer .fiubsfinancial,
.radioButtonList.imagecard .hrbradio:hover.checked .labelContainer .fiubsfinancial {
  background: url("/hrblock/Templates/Premium/Images/Import/ProviderLogos/UBS.png") no-repeat 0 -250px;
}

.radioButtonList.imagecard .hrbradio .labelContainer .fiother {
  /*background: url('/hrblock/Templates/Premium/Images/Import/ProviderLogos/other.png') no-repeat 0 0;*/
}
.radioButtonList.imagecard .hrbradio .labelContainer .fiother:after {
  content: "Other";
  display: flex;
  position: absolute;
  color: black;
  height: 96px;
  vertical-align: middle;
  align-items: center;
  justify-content: center;
  width: 100%;
  font-size: 14px;
  font-weight: bold;
}

/*.radioButtonList.imagecard .hrbradio:hover .labelContainer .fiother {
    background: url('/hrblock/Templates/Premium/Images/Import/ProviderLogos/other.png') no-repeat 0 -125px;
}

.radioButtonList.imagecard .hrbradio.checked .labelContainer .fiother,
.radioButtonList.imagecard .hrbradio:hover.checked .labelContainer .fiother {
    background: url('/hrblock/Templates/Premium/Images/Import/ProviderLogos/other.png') no-repeat 0 -250px;
}*/
.radioButtonList.imagecard .hrbradio .labelContainer .fiedwardjones {
  background: url("/hrblock/Templates/Premium/Images/Import/ProviderLogos/Edward_Jones.svg") no-repeat 0 0;
  background-position: center;
  background-size: 75%;
}
@media (max-width: 481px) {
  .radioButtonList.imagecard .hrbradio .labelContainer .fiedwardjones {
    background-size: 60%;
  }
}

/*.radioButtonList.imagecard .hrbradio.checked .labelContainer .fiedwardjones,
.radioButtonList.imagecard .hrbradio:hover.checked .labelContainer .fiedwardjones {
    background: url('/hrblock/Templates/Premium/Images/Import/ProviderLogos/Edward_Jones.svg') no-repeat 0 -250px;
}*/
/* Radio Button TaxPro Card Styles Start */
.radioButtonList.taxprocard .taxProName {
  font-size: 20px;
  font-weight: 600;
  line-height: 25px;
}
@media (max-width: 690px) {
  .radioButtonList.taxprocard .taxProName {
    font-size: 17px;
  }
}
@media (max-width: 481px) {
  .radioButtonList.taxprocard .taxProName {
    font-size: 16px !important;
  }
}

.radioButtonList.taxprocard .taxProDesignation {
  font-size: 18px;
  font-weight: 500;
  line-height: 19px;
  display: block;
  margin-top: 5px;
}
@media (max-width: 690px) {
  .radioButtonList.taxprocard .taxProDesignation {
    font-size: 14px;
  }
}
@media (max-width: 481px) {
  .radioButtonList.taxprocard .taxProDesignation {
    font-size: 14px !important;
  }
}

.radioButtonList.taxprocard .taxProState {
  font-size: 14px;
  font-weight: 500;
  line-height: 19px;
  display: block;
  margin-top: 5px;
}

.radioButtonList.taxprocard .yrsExperience {
  font-size: 12px;
  line-height: 22px;
  display: block;
  margin-top: 5px;
  margin-bottom: 18px;
}
@media (max-width: 690px) {
  .radioButtonList.taxprocard .yrsExperience {
    font-size: 10px;
  }
}
@media (max-width: 481px) {
  .radioButtonList.taxprocard .yrsExperience {
    font-size: 10px !important;
  }
}

.radioButtonList.taxprocard .yrsExperience img,
.radioButtonList.taxprocard .yrsExperience span {
  vertical-align: middle;
}

.radioButtonList.taxprocard .expertise {
  font-size: 14px;
  font-weight: 400;
  overflow: hidden;
  display: block;
  display: -webkit-box !important;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  padding-right: 12px;
}
@media (max-width: 690px) {
  .radioButtonList.taxprocard .expertise {
    font-size: 13px;
  }
}

.radioButtonList.taxprocard .taxproPersonalInfo > span {
  display: inline-block;
  vertical-align: top;
}

.radioButtonList.taxprocard .taxproPersonalInfo span:first-child {
  width: 62%;
}

.radioButtonList.taxprocard .taxProImage img {
  display: block;
  border-radius: 75px;
  width: 90px;
  height: 90px;
  overflow: hidden;
}

.radioButtonList.taxprocard .chooseBtn {
  font-weight: 500;
  line-height: 18px;
  text-align: center;
  display: block;
  padding-top: 13px;
  padding-bottom: 13px;
  bottom: 25px;
  position: absolute;
  width: 88%;
  margin-left: 6%;
  border: 2px solid #262626;
  box-sizing: border-box;
  border-radius: 30px;
}

.radioButtonList.taxprocard .hrbradio.checked .chooseBtn {
  background: url("/hrblock/Templates/Premium/Images/white-check.svg") no-repeat 50% 0;
  background-color: #3BC0F8 !important;
  background-position: center;
  border: 2px solid #3BC0F8;
}

.radioButtonList.taxprocard .hrbradio.checked .chooseBtn span {
  visibility: hidden;
}

.radioButtonList.taxprocard .labelContainer div {
  max-height: 180px;
  overflow: hidden;
  margin-left: 18px;
}

.radioButtonList.taxprocard .rightGreenBorder {
  position: absolute;
  width: 100px;
  height: 100px;
  border-top: 3px solid #7cc242;
  top: 0;
  right: 0;
  border-right: 3px solid #7cc242;
}

.radioButtonList.taxprocard .leftGreenBorder {
  position: absolute;
  width: 100px;
  height: 100px;
  border-left: 3px solid #7cc242;
  bottom: 0;
  left: 0;
  border-bottom: 3px solid #7cc242;
}

.radioButtonList.taxprocard.taxProInfo .hrbradio {
  min-height: 225px !important;
  cursor: auto !important;
}

.radioButtonList.taxprocard.taxProInfo .labelContainer {
  display: block;
  height: 202px !important;
}

.radioButtonList.taxprocard.taxProInfo .labelContainer div {
  max-height: 195px !important;
}

.tpSearchBtn a {
  display: block !important;
  width: 100%;
  height: 20px;
  height: 39px;
  top: 12px;
  line-height: 30px;
  vertical-align: bottom;
  border: 1px solid #468522;
  box-shadow: none !important;
  border-radius: 2px;
  background-color: #FFFFFF;
  background-image: url(/hrblock/Templates/Premium/Images/searchIcon.svg);
  background-repeat: no-repeat;
  background-position: center;
}

/* Radio Button TaxPro Card Styles END */
.radioButtonList {
  display: block !important;
  cursor: pointer;
}
.radioButtonList.radiocard .formFieldBox.listBox:hover, .radioButtonList.squarecard .formFieldBox.listBox:hover, .radioButtonList.imagecard .formFieldBox.listBox:hover, .radioButtonList.ratingbutton .formFieldBox.listBox:hover, .radioButtonList.taxprocard .formFieldBox.listBox:hover {
  background-color: transparent;
}
.radioButtonList.taxprocard .hrbradio {
  min-width: 335px;
  min-height: 250px;
  position: relative;
  border-radius: 16px;
  border: 2px solid #E8EEF1;
}
.radioButtonList.taxprocard .hrbradio:hover {
  border-color: #D6DAE0;
}
.radioButtonList.taxprocard .hrbradio .labelContainer {
  font-weight: 400;
  color: #000000;
  font-style: normal;
  font-size: 14px;
  text-align: center;
  padding-bottom: 16px;
  margin: 20px 0 0 0;
  /*height: 235px;*/
  text-align: left;
}
.radioButtonList.taxprocard .hrbradio .labelContainer label {
  display: block;
  height: 235px;
}
.radioButtonList.imagecard .hrbradio {
  min-width: 163px !important;
  min-height: 125px !important;
  margin: 8px;
  border: none;
  border-radius: unset;
}
.radioButtonList.imagecard .hrbradio .labelContainer {
  padding: 0;
  margin: 0;
  background: none;
}
.radioButtonList.imagecard .hrbradio .labelContainer > label {
  width: 163px;
  height: 125px;
  display: block;
  margin-bottom: 0px;
}
.radioButtonList.imagecard .hrbradio.checked, .radioButtonList.imagecard .hrbradio:hover.checked {
  background-color: #277ebb;
  box-shadow: none;
}
.radioButtonList.imagecard .hrbradio.checked .labelContainer > label, .radioButtonList.imagecard .hrbradio:hover.checked .labelContainer > label {
  color: #277ebb;
}
.radioButtonList.imagecard .hrbradio:hover {
  background-color: #efefef;
}
.radioButtonList.imagecard .hrbradio:hover .labelContainer > label {
  color: #efefef;
}
.radioButtonList.imagecard .listBox {
  padding: 0px;
  margin: 0px;
}
.radioButtonList.imagecard [class*=span], .radioButtonList.ratingbutton [class*=span] {
  width: auto !important;
}
.radioButtonList.ratingbutton .hrbradio .labelContainer {
  padding: 0;
  height: 30px;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  color: #3f3f3f;
}
.radioButtonList.ratingbutton .hrbradio .labelContainer > label {
  padding-top: 8px;
  display: block;
}
.radioButtonList.ratingbutton .hrbradio .xradiobutton {
  min-width: 30px !important;
  min-height: 30px !important;
}
.radioButtonList.ratingbutton .hrbradio.checked, .radioButtonList.ratingbutton .hrbradio:hover {
  background-color: #277bbb;
}
.radioButtonList.ratingbutton .hrbradio.checked .labelContainer, .radioButtonList.ratingbutton .hrbradio:hover .labelContainer {
  color: #fff;
}
.radioButtonList.ratingbutton .hrbradio:hover.checked .labelContainer {
  color: #fff;
}
.radioButtonList.ratingbutton .listBox {
  padding: 10px 12px 12px 0px;
}
.radioButtonList.radioCardWithAccordian .rbNormal {
  background: #FFF;
  border-radius: 10px 10px 15px 15px;
  box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.08);
  text-align: left;
}
@media (max-width: 767px) {
  .radioButtonList.radioCardWithAccordian .rbNormal {
    position: relative !important;
  }
}
.radioButtonList.radioCardWithAccordian .rbNormal .listBox {
  border: none;
  margin-top: 10px !important;
  margin: 0px;
}
.radioButtonList.radioCardWithAccordian .rbNormal .labelContainer {
  background: #FFF;
  border-bottom: none;
  padding: 14px 22px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
@media (max-width: 767px) {
  .radioButtonList.radioCardWithAccordian .rbNormal .labelContainer {
    margin-left: 40px;
  }
}
.radioButtonList.radioCardWithAccordian .rbNormal .labelContainer .rbText {
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
  letter-spacing: 0.12px;
}
@media (min-width: 767px) {
  .radioButtonList.radioCardWithAccordian .rbNormal .labelContainer .rbText {
    margin-left: 10px;
  }
}
.radioButtonList.radioCardWithAccordian .rbNormal .highlightingCard {
  font-size: 18px;
  font-weight: 500;
  border-radius: 4px;
  margin-left: 10px;
  width: max-content;
  display: inline-block;
  padding: 5px;
}
@media (max-width: 767px) {
  .radioButtonList.radioCardWithAccordian .rbNormal .highlightingCard {
    position: absolute;
    top: 0px;
    left: 25px;
    margin: 0 auto;
    margin-top: 10px;
    padding: 5px;
  }
}
.radioButtonList.radioCardWithAccordian .rbNormal .lmPanel {
  display: block;
  margin-top: 10px;
}
.radioButtonList.radioCardWithAccordian .rbNormal .lmPanel a.learnMore {
  margin-left: 0px;
}
.radioButtonList.radioCardWithAccordian .rbNormal .accordianContentPanel {
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: -0.1px;
  border-top: 1px solid #D6DAE0;
  margin: 0px !important;
  padding: 14px 32px;
  color: #000;
}
.radioButtonList.radioCardWithAccordian .rbNormal .accordianContentPanel .helpText {
  padding: 0;
  margin-left: 0px;
}
.radioButtonList.radioCardWithAccordian .rbNormal .hrbradio {
  margin: 15px 0px 0px 25px;
}
.radioButtonList.radioCardWithAccordian .rbNormal .rbMobile {
  margin-top: 25px;
}
.radioButtonList.radioCardWithAccordian .rbNormal .showAlways {
  display: block !important;
}
@media (max-width: 767px) {
  .radioButtonList.radioCardWithAccordian .highlightradio .hrbradio {
    margin: 50px 0px 0px 25px;
  }
}
@media (max-width: 767px) {
  .radioButtonList.radioCardWithAccordian .highlightradio .labelContainer {
    margin-top: 35px;
  }
}
.radioButtonList.radioCardWithAccordian .secondaryTextRadio .labelContainer {
  border-bottom: 1px solid #D6DAE0;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
}
.radioButtonList.radioCardWithAccordian .secondaryTextRadio .accordianContentPanel {
  border-top: none;
  padding-top: 0px;
}
.radioButtonList.radioCardWithAccordian .secondaryTextRadio .cardEntrySubHeading {
  margin: 14px 32px;
  display: block;
  color: #000;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: -0.1px;
}

.binary {
  display: flex !important;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-top: 50px;
  padding-bottom: 25px;
}

.binaryselection {
  float: left;
  position: relative;
  background-color: #ffffff;
  border: 1px solid #ffffff;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -moz-box-direction: normal;
  -moz-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  transition: all 0.2s ease-in-out 0s;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  -ms-transition: all 0.2s ease-in-out 0s;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 16px;
  border-radius: 16px;
  border: 2px solid #E8EEF1;
}
.binaryselection:hover {
  border-color: #D6DAE0;
}
@media (max-width: 481px) {
  .binaryselection {
    text-align: center;
  }
}
.binaryselection:hover .binaryradiolabel, .binaryselection:focus .binaryradiolabel, .binaryselection .focus .binaryradiolabel {
  background-color: #D6DAE0;
}
.binaryselection.checked {
  -moz-transform: translateY(-6px);
  -o-transform: translateY(-6px);
  -ms-transform: translateY(-6px);
  -webkit-transform: translateY(-6px);
  transform: translateY(-6px);
  border: 2px solid #008427;
}
.binaryselection.checked .binaryradiolabel {
  background-color: #008427 !important;
}
.binaryselection.checked .binaryradiolabel:hover, .binaryselection.checked .binaryradiolabel:focus, .binaryselection.checked .binaryradiolabel:active {
  background-color: #008427 !important;
}
.binaryselection.checked .binaryradiolabel + .labelContainer {
  font-weight: 600;
}
.binaryselection.checked .binaryradiolabel .icon {
  color: #ffffff;
}
.binaryselection .binaryradiolabel {
  height: 70px;
  width: 70px;
  background-color: rgb(230, 236, 239);
  border-radius: 50%;
  display: inline-block;
  position: relative;
  margin-bottom: 16px;
  border: 1px solid #e6ecef;
  transition: all 0.2s cubic-bezier(0.33, 0.66, 0.66, 1);
  -webkit-transition: all 0.2s cubic-bezier(0.33, 0.66, 0.66, 1);
  -moz-transition: all 0.2s cubic-bezier(0.33, 0.66, 0.66, 1);
  -ms-transition: all 0.2s cubic-bezier(0.33, 0.66, 0.66, 1);
}
.binaryselection .binaryradiolabel:hover, .binaryselection .binaryradiolabel:focus, .binaryselection .binaryradiolabel:active {
  background-color: #D6DAE0;
}
.binaryselection .binaryradiolabel .icon {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 20px;
  height: 20px;
  position: absolute;
  color: #262626;
  font-size: 20px;
}
.binaryselection:first-child {
  text-align: left;
  margin-right: 18px;
}
@media (max-width: 481px) {
  .binaryselection:first-child {
    text-align: center;
  }
}
.binaryselection .labelContainer {
  font-size: 14px;
  margin-top: 0px;
  text-align: center;
}
.binaryselection .labelContainer label {
  font-size: 14px;
  padding: 27px 30px 32px;
  display: block;
  margin-bottom: 0px;
  cursor: pointer;
  text-align: center;
}
.binaryselection .labelContainer label span {
  display: block;
}
.binaryselection .listBox {
  padding: 0 !important;
}

.radioButtonList.imagecard .hrbradio .labelContainer .pyCoinTracker {
  background: url("/hrblock/Templates/Premium/Images/Import/ProviderLogos/CoinTracker.svg") no-repeat 0 0;
  background-position: center;
  background-size: 85%;
}
@media (max-width: 481px) {
  .radioButtonList.imagecard .hrbradio .labelContainer .pyCoinTracker {
    background-size: 80%;
  }
}

.radioButtonList.imagecard .hrbradio .labelContainer .pyCoinBase {
  background: url("/hrblock/Templates/Premium/Images/Import/ProviderLogos/CoinBase.svg") no-repeat 0 0;
  background-position: center;
  background-size: 80%;
}
@media (max-width: 481px) {
  .radioButtonList.imagecard .hrbradio .labelContainer .pyCoinBase {
    background-size: 70%;
  }
}

#StackPanelCryptoPartnerListingPanel .radioButtonList.imagecard .hrbradio.checked {
  background-color: #FFFFFF;
  box-shadow: none;
  border: 2px solid #008427;
}
#StackPanelCryptoPartnerListingPanel .radioButtonList.imagecard .hrbradio {
  width: 208px !important;
  min-height: 96px !important;
  border-radius: 16px;
}
#StackPanelCryptoPartnerListingPanel .radioButtonList.imagecard .hrbradio .labelContainer > label {
  height: 96px !important;
  width: 100% !important;
}
#StackPanelCryptoPartnerListingPanel .radioButtonList.imagecard .hrbradio:hover {
  background-color: #FFFFFF;
}
@media (max-width: 481px) {
  #StackPanelCryptoPartnerListingPanel .radioButtonList.imagecard .hrbradio {
    width: 95% !important;
  }
}
@media (max-width: 481px) {
  #StackPanelCryptoPartnerListingPanel .radioButtonList.imagecard [class*=span] {
    width: 100% !important;
  }
}

#StackPanelFIImportPnl .radioButtonList.imagecard .listBox {
  overflow: initial !important;
}
#StackPanelFIImportPnl .radioButtonList.imagecard .hrbradio {
  background: #ffffff;
  min-width: 208px !important;
  min-height: 96px !important;
  border: 2px solid #E8EEF1;
}
#StackPanelFIImportPnl .radioButtonList.imagecard .hrbradio:hover {
  border-color: #D6DAE0;
}
#StackPanelFIImportPnl .radioButtonList.imagecard .hrbradio {
  border-radius: 16px;
}
#StackPanelFIImportPnl .radioButtonList.imagecard .hrbradio:hover, #StackPanelFIImportPnl .radioButtonList.imagecard .hrbradio.checked, #StackPanelFIImportPnl .radioButtonList.imagecard .hrbradio:hover.checked {
  box-sizing: border-box;
}
#StackPanelFIImportPnl .radioButtonList.imagecard .hrbradio.checked, #StackPanelFIImportPnl .radioButtonList.imagecard .hrbradio:hover.checked {
  border: 2px solid #008427;
}
#StackPanelFIImportPnl .radioButtonList.imagecard .hrbradio label {
  width: 208px !important;
  height: 96px !important;
  box-sizing: border-box;
}
@media (max-width: 481px) {
  #StackPanelFIImportPnl .radioButtonList.imagecard .hrbradio label {
    width: 100% !important;
    height: 99px !important;
  }
}
#StackPanelFIImportPnl .radioButtonList.imagecard .hrbradio.focus {
  border: 2px solid #008427;
}
@media (max-width: 481px) {
  #StackPanelFIImportPnl .radioButtonList.imagecard .hrbradio {
    width: 95% !important;
    height: 99px !important;
  }
}
@media (max-width: 481px) {
  #StackPanelFIImportPnl .radioButtonList.imagecard [class*=span] {
    width: 100% !important;
  }
}

#StackPanelSubMenuRdbPanel .radioButtonList.squarecard .hrbradio .labelContainer > label .defaultTile {
  display: none;
}
#StackPanelSubMenuRdbPanel .radioButtonList.squarecard .hrbradio .labelContainer > label {
  min-height: 50px;
}
#StackPanelSubMenuRdbPanel .radioButtonList.squarecard .hrbradio {
  min-width: 300px;
}

table.dgtableStyle tr td:first-child, table.dgtableStyle tr th:first-child {
  padding-left: 0 !important;
}
table.dgtableStyle span.tableHeaderStyle.ADAHide {
  display: none !important;
  position: relative;
}

table.cardtable {
  border-bottom: 1px solid #cdcdcd;
}
@media (max-width: 481px) {
  table.cardtable thead {
    display: table-header-group !important;
  }
}
table.cardtable thead tr .tableHeaderStyle {
  font-size: 18px;
}
table.cardtable tbody tr {
  border-bottom: none !important;
}
table.cardtable tbody tr td {
  padding-top: 0 !important;
}
table.cardtable tbody tr td[align=Right] .dgTableBaseDiv {
  text-align: right;
}
table.cardtable tbody tr:first-child td {
  padding-top: 12px !important;
}
table.cardtable tbody tr:last-child td {
  padding-bottom: 15px;
}
table.cardtable tbody tr .dgTableBaseDiv {
  min-height: 20px;
}
@media (max-width: 481px) {
  table.cardtable tbody tr .icon {
    font-size: 20px;
  }
}
@media (max-width: 481px) {
  table.cardtable.tableStyle tr {
    display: table-row !important;
  }
}

table.tableStyle {
  width: 100%;
  height: 100% !important;
  *zoom: 1;
  border-spacing: 0;
  empty-cells: show;
  margin-bottom: 15px;
  border-collapse: collapse;
}
table.tableStyle thead .tableHeaderStyle {
  word-break: break-word;
}
@media (max-width: 481px) {
  table.tableStyle.horizontal {
    table-layout: fixed;
    min-width: 540px;
  }
  table.tableStyle.horizontal tbody > tr > td[class=span1] {
    display: none !important;
  }
  table.tableStyle.horizontal thead {
    display: table-header-group !important;
  }
}
table.tableStyle.horizontal .iconPanel {
  display: table;
  height: 100%;
}
table.tableStyle.horizontal .iconPanel a {
  display: table-cell;
  vertical-align: middle;
}
table.tableStyle.horizontal.desktop td {
  box-sizing: border-box;
  margin-bottom: 0px !important;
}
table.tableStyle thead tr {
  display: block;
  border-bottom: 1px solid #cdcdcd;
}
table.tableStyle thead tr.compact {
  min-height: 30px !important;
}
table.tableStyle tbody tr {
  vertical-align: middle;
  display: table-row;
  min-height: 50px !important;
  height: 0 !important;
  border-bottom: 1px solid #cdcdcd;
}
table.tableStyle tbody tr td.compact {
  min-height: 20px !important;
  padding-bottom: 5px;
}
table.tableStyle tbody tr td.compact > div {
  height: 20px !important;
}
table.tableStyle tbody tr td {
  padding: 5px 0px;
  vertical-align: middle;
  display: inline-block !important;
  clear: both !important;
  float: none !important;
  height: 100% !important;
}
@media (max-width: 481px) {
  table.tableStyle tbody tr td {
    height: auto !important;
  }
}
table.tableStyle tbody tr td > div {
  vertical-align: middle;
  display: table-cell;
}
table.tableStyle tbody tr td.SummaryCell > div, table.tableStyle tbody tr td.PerformaSummaryCell > div, table.tableStyle tbody tr td.SummaryCellGrey > div {
  width: 14.8044692737%;
}
table.tableStyle th {
  padding-bottom: 6px;
  margin-bottom: 0;
  text-align: left;
  vertical-align: bottom;
  display: table-cell !important;
}
table.tableStyle td.addLink div a.learnMore {
  font-weight: bold;
  color: #468522;
  text-transform: none;
  font-size: 13px;
  margin-left: 0px;
}
table.tableStyle .formFieldBox {
  margin-bottom: 4px !important;
  display: block;
}
@media (max-width: 481px) {
  table.tableStyle thead {
    display: none;
  }
  table.tableStyle tr td:not(.noWrap) {
    text-align: left !important;
  }
  table.tableStyle td:not(.noWrap) > div.dgTableBaseDiv[data-header]:before {
    content: attr(data-header);
    display: block;
    font-family: "Graphik", "Helvetica Neue", "Helvetica", sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 30px;
  }
  table.tableStyle td:not(.noWrap) > .dgTableBaseDiv > div {
    display: block !important;
    padding-top: 8px;
  }
}
table.tableStyle td[align=center] .dgTableBaseDiv {
  text-align: center;
}

table.dgtableStyle {
  width: 100%;
  height: 100% !important;
  *zoom: 1;
  border-spacing: 0;
  empty-cells: show;
  margin-bottom: 15px;
  border-collapse: collapse;
}
table.dgtableStyle thead .tableHeaderStyle {
  word-break: break-word;
}
@media (max-width: 481px) {
  table.dgtableStyle.horizontal {
    table-layout: fixed;
    min-width: 540px;
  }
  table.dgtableStyle.horizontal tbody > tr > td[class=span1] {
    display: none !important;
  }
  table.dgtableStyle.horizontal thead {
    display: table-header-group !important;
  }
}
table.dgtableStyle.horizontal .iconPanel {
  display: table;
  height: 100%;
}
table.dgtableStyle.horizontal .iconPanel a {
  display: table-cell;
  vertical-align: middle;
}
table.dgtableStyle.horizontal.desktop td {
  box-sizing: border-box;
  margin-bottom: 0px !important;
}
table.dgtableStyle thead tr {
  display: block;
  border-bottom: 1px solid #cdcdcd;
}
table.dgtableStyle tbody tr {
  vertical-align: middle;
  display: table-row;
  min-height: 50px !important;
  height: 0 !important;
  border-bottom: 1px solid #cdcdcd;
}
table.dgtableStyle tbody tr td {
  padding: 5px 0px;
  vertical-align: middle;
  display: inline-block !important;
  clear: both !important;
  float: none !important;
  height: 100% !important;
}
@media (max-width: 481px) {
  table.dgtableStyle tbody tr td {
    height: auto !important;
  }
}
table.dgtableStyle tbody tr td {
  margin-bottom: 4px !important;
}
@media (max-width: 480px) {
  table.dgtableStyle tbody tr td {
    height: auto !important;
  }
}
table.dgtableStyle th {
  padding-bottom: 6px;
  margin-bottom: 0;
  text-align: left;
  vertical-align: bottom;
  display: table-cell !important;
  display: table-cell;
  margin-left: 0 !important;
  padding-left: 2.2346368715%;
}
table.dgtableStyle .formFieldBox {
  margin-bottom: 0px;
  display: block;
}
table.dgtableStyle tfoot tr td {
  border-bottom: 0 !important;
}
table.dgtableStyle.vertical tbody tr td {
  padding: 5px 0;
  border-bottom: 0;
}
table.dgtableStyle.vertical tbody tr.vertical {
  border-bottom: 0;
}
table.dgtableStyle.vertical tbody tr.vertical td {
  border-bottom: 1px solid #cdcdcd;
  min-height: 0 !important;
  padding: 0;
}
table.dgtableStyle.vertical tbody tr.vertical a.deleteButton {
  color: rgba(32, 32, 32, 0.65);
}
table.dgtableStyle.vertical tbody tr.vertical a.deleteButton:hover, table.dgtableStyle.vertical tbody tr.vertical a.deleteButton:focus {
  color: #202020;
}
table.dgtableStyle.vertical tbody tr.vertical a.deleteButton:active {
  color: #5D5D5F;
}
table.dgtableStyle.vertical tbody tr.vertical a.deleteButton {
  display: block;
  padding: 0;
  height: 20px !important;
  margin: 10px auto;
  text-align: center;
  width: 120px;
}
table.dgtableStyle.vertical tbody tr.vertical a.deleteButton .migSpan {
  padding-left: 8px;
}
table.dgtableStyle.vertical tbody tr.vertical a.deleteButtonStyle {
  background: url("/hrblock/Templates/Premium/Images/icon_delete_x.png") no-repeat scroll left center rgba(0, 0, 0, 0);
  display: block;
  padding: 0;
  height: 20px !important;
  margin: 10px auto;
  text-align: center;
  width: 120px;
}
table.dgtableStyle.vertical tbody tr.vertical a.deleteButtonStyle span {
  color: #e70000;
  font-weight: bold;
  text-transform: uppercase;
  vertical-align: inherit;
  text-align: center;
  margin-left: 5px;
}
table.dgtableStyle.mig tr th.noborder, table.dgtableStyle.mig tr td.noborder {
  border: 0;
  padding-left: 15px !important;
}
table.dgtableStyle.mig tr.dgRow2 {
  background-color: #efefef;
}
table.dgtableStyle.mig tr.dgRow2 td {
  background-color: #efefef;
}

table.dgtableStyle tbody tr td,
table.dgtableStyle tfoot tr td {
  padding: 4px 0;
  margin-left: 0 !important;
  padding-left: 2.2346368715%;
}

.iconPanel .migSpan {
  padding-left: 8px;
}

table.scrolltable {
  width: 100%;
  height: 100% !important;
  *zoom: 1;
  border-spacing: 0;
  empty-cells: show;
  margin-bottom: 15px;
  border-collapse: collapse;
}
table.scrolltable thead .tableHeaderStyle {
  word-break: break-word;
}
@media (max-width: 481px) {
  table.scrolltable.horizontal {
    table-layout: fixed;
    min-width: 540px;
  }
  table.scrolltable.horizontal tbody > tr > td[class=span1] {
    display: none !important;
  }
  table.scrolltable.horizontal thead {
    display: table-header-group !important;
  }
}
table.scrolltable.horizontal .iconPanel {
  display: table;
  height: 100%;
}
table.scrolltable.horizontal .iconPanel a {
  display: table-cell;
  vertical-align: middle;
}
table.scrolltable.horizontal.desktop td {
  box-sizing: border-box;
  margin-bottom: 0px !important;
}

table.mobiletableStyle {
  width: 100%;
  height: 100% !important;
  *zoom: 1;
  border-spacing: 0;
  empty-cells: show;
  margin-bottom: 15px;
  border-collapse: collapse;
}
table.mobiletableStyle thead .tableHeaderStyle {
  word-break: break-word;
}
@media (max-width: 481px) {
  table.mobiletableStyle.horizontal {
    table-layout: fixed;
    min-width: 540px;
  }
  table.mobiletableStyle.horizontal tbody > tr > td[class=span1] {
    display: none !important;
  }
  table.mobiletableStyle.horizontal thead {
    display: table-header-group !important;
  }
}
table.mobiletableStyle.horizontal .iconPanel {
  display: table;
  height: 100%;
}
table.mobiletableStyle.horizontal .iconPanel a {
  display: table-cell;
  vertical-align: middle;
}
table.mobiletableStyle.horizontal.desktop td {
  box-sizing: border-box;
  margin-bottom: 0px !important;
}
table.mobiletableStyle tr {
  border-bottom: 1px solid #cdcdcd;
}
table.mobiletableStyle th, table.mobiletableStyle td {
  margin-top: 10px;
  margin-bottom: 10px;
}
table.mobiletableStyle th span.tableHeaderStyle, table.mobiletableStyle td span.tableHeaderStyle {
  font-family: "Graphik", "Helvetica Neue", "Helvetica", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 30px;
}

div.menuSummaryTablePnl {
  min-width: 540px;
}
div.menuSummaryTablePnl table.tableStyle tr {
  display: block !important;
}

@media (max-width: 481px) {
  div.mainOuterDiv {
    width: 100%;
  }
}
@media (max-width: 481px) {
  div.mainOuterDiv .tableOuter {
    width: 90%;
    float: left;
  }
  div.mainOuterDiv .tableOuter::-webkit-scrollbar {
    height: 3px;
  }
  div.mainOuterDiv .tableOuter::-webkit-scrollbar-thumb {
    background-color: #008427;
  }
  div.mainOuterDiv .tableOuter::-webkit-scrollbar-track {
    background-color: #D8D8D8;
  }
}
@media (max-width: 481px) {
  div.mainOuterDiv .scrollabletableOuter {
    overflow-x: scroll;
    width: 95%;
    float: left;
    box-shadow: inset -7px 0px 4px -3px rgba(184, 184, 184, 0.5);
  }
  div.mainOuterDiv .scrollabletableOuter::-webkit-scrollbar {
    height: 3px;
  }
  div.mainOuterDiv .scrollabletableOuter::-webkit-scrollbar-thumb {
    background-color: #008427;
  }
  div.mainOuterDiv .scrollabletableOuter::-webkit-scrollbar-track {
    background-color: #D8D8D8;
  }
}
div.mainOuterDiv .menuOuterDiv {
  display: none;
}
@media (max-width: 481px) {
  div.mainOuterDiv .menuOuterDiv {
    width: 10%;
    float: left;
    display: block;
  }
  div.mainOuterDiv .menuOuterDiv .tableAll {
    border-spacing: 0;
    width: 100%;
    /*box-shadow: -7px 0px 4px -3px rgba(184,184,184,0.5);*/
  }
}
div.mainOuterDiv::-webkit-scrollbar {
  height: 3px;
}
div.mainOuterDiv::-webkit-scrollbar-thumb {
  background-color: #008427;
}
div.mainOuterDiv::-webkit-scrollbar-track {
  background-color: #D8D8D8;
}

@media (max-width: 481px) {
  table.horztabular .migSpan {
    display: inline-block;
    text-transform: uppercase;
    vertical-align: middle;
  }
}
@media (max-width: 481px) {
  table.horztabular td {
    padding: 0px !important;
    margin: 0px !important;
  }
}
@media (max-width: 481px) {
  table.horztabular .icon {
    vertical-align: middle;
  }
}
@media (max-width: 481px) {
  table.horztabular thead {
    display: none;
  }
  table.horztabular td:not(.noWrap) > div.dgTableBaseDiv[data-header]:before {
    content: attr(data-header);
    display: block;
    font-weight: 600;
  }
  table.horztabular td:not(.noWrap) > .dgTableBaseDiv {
    margin-top: 5px;
  }
  table.horztabular td:not(.noWrap) > .dgTableBaseDiv > div {
    display: block !important;
    padding-top: 8px;
  }
}
table.horztabular .iconPanel {
  display: table;
  height: 100%;
}
table.horztabular .iconPanel a {
  display: table-cell;
  vertical-align: middle;
  padding-left: 10px;
}
@media (max-width: 481px) {
  table.horztabular .iconPanel a {
    padding: 0;
  }
}

.tableAll th .tableHeaderStyle {
  font-size: 22px;
  font-weight: 300;
  text-align: left;
  vertical-align: bottom;
  display: table-cell !important;
}
@media (max-width: 481px) {
  .tableAll th.UpgradeCell .tableHeaderStyle {
    font-size: 15px;
  }
  .tableAll th.UpgradeCell.FreeProductBgColor, .tableAll th.UpgradeCell.PlusProductBgColor {
    padding: 10px 5px 5px 5px;
  }
}
.tableAll .dgTableBaseDiv {
  /*@include brandBold;*/
  font-size: 15px;
  display: table !important;
  height: 100% !important;
  width: 100%;
  vertical-align: middle;
  min-height: 30px;
  height: 0 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .tableAll .dgTableBaseDiv {
    height: 100% !important;
  }
}
.tableAll .migIcons {
  cursor: pointer;
  height: 25px;
  width: 25px;
  margin-right: 20px;
}
@media (max-width: 481px) {
  .tableAll .migIcons {
    height: 20px;
    width: 16px;
  }
}
.tableAll .migSpan {
  display: none;
}
@media (max-width: 481px) {
  .tableAll .migSpan {
    display: inline-block;
    vertical-align: middle;
  }
}
@media (max-width: 481px) {
  .tableAll .icon {
    vertical-align: middle;
  }
}
.tableAll tr.vertical {
  margin-top: 5px;
}
.tableAll tr.vertical .migSpan {
  text-transform: uppercase;
  display: inline-block;
}
.tableAll tr.vertical:not(:first-child) td {
  margin-top: 10px;
}
.tableAll tr.vertical .icon, .tableAll tr.vertical .migSpan {
  vertical-align: middle;
}
.tableAll.mig.horizontal.desktop tbody .dgTableBaseDiv {
  word-break: break-word;
}
@media (max-width: 481px) {
  .tableAll.menuSummaryTable thead tr {
    border-bottom: 1px solid #cdcdcd;
    display: block;
  }
}
@media (max-width: 481px) {
  .tableAll.menuSummaryTable tbody tr {
    border-bottom: 1px solid #cdcdcd;
    display: block;
    min-height: 50px;
  }
}

.SummaryTableStyle img {
  height: 25px;
  width: 25px;
}
@media (max-width: 481px) {
  .SummaryTableStyle img {
    height: 20px;
    width: 20px;
  }
}
@media (max-width: 481px) {
  .SummaryTableStyle table.tableStyle tbody a {
    display: none;
  }
}
@media (max-width: 1205px) {
  .SummaryTableStyle table.tableStyle .ellipsisdropdown {
    display: none;
  }
}
@media (max-width: 481px) {
  .SummaryTableStyle table.tableStyle .ellipsisdropdown {
    display: block;
  }
  .SummaryTableStyle table.tableStyle .ellipsisdropdown a {
    display: block;
  }
}

#StackPanelFederalStatePanel .scrollabletableOuter {
  margin-bottom: 25px;
}

@media (min-width: 481px) {
  .tablebaseCard {
    display: none;
  }
}
.tablebaseCard {
  height: auto;
  width: 100%;
  border: 1px solid #EFEFEF;
  position: relative;
  margin-bottom: 10px;
  margin-top: 20px;
  margin-left: 1px;
  min-height: 98px;
}
.tablebaseCard .tableCard {
  margin-left: 20px;
}
.tablebaseCard .tableCard div.multiColCardData {
  margin-bottom: 70px;
}
.tablebaseCard .tableCard .buttonsDiv {
  display: table-cell;
  padding-top: 20px;
  padding-bottom: 15px;
}
.tablebaseCard .tableCard .buttonsDiv div {
  display: inline-block;
}
.tablebaseCard .tableCard .buttonsDiv div:first-child {
  margin-right: 15px;
}
.tablebaseCard .tableCard .buttonsDiv .icon {
  margin-right: 5px;
}

@media (max-width: 481px) {
  .scrollabletableOuter {
    overflow-x: scroll;
    width: 95%;
    float: left;
    box-shadow: inset -7px 0px 4px -3px rgba(184, 184, 184, 0.5);
  }
  .scrollabletableOuter::-webkit-scrollbar {
    height: 3px;
  }
  .scrollabletableOuter::-webkit-scrollbar-thumb {
    background-color: #008427;
  }
  .scrollabletableOuter::-webkit-scrollbar-track {
    background-color: #D8D8D8;
  }
}

table.tableStyle td.cartItemIcon .icon {
  color: #000000;
  font-size: 24px;
  margin-top: 5px;
  display: block;
}

table.tableStyle td .cartItemDesc {
  display: block;
  margin-left: 10px;
}

#StackPanelProductSelector {
  font-weight: normal;
  margin-top: 20px;
}
#StackPanelProductSelector .dgTableBaseDiv {
  min-height: 30px;
  font-size: 14px;
  color: #000000;
  margin-left: 6px;
}
@media (min-width: 482px) and (max-width: 767px) {
  #StackPanelProductSelector a.buttonStyle.darkButton {
    height: 60px;
    min-width: 70px;
    width: 80px;
  }
}
#StackPanelProductSelector a.buttonStyle {
  padding: 10px 13px 10px 13px;
}
#StackPanelProductSelector table {
  border-radius: 16px;
  background-color: #ffffff;
  padding: 10px;
  position: relative;
  margin-top: -10px;
}
#StackPanelProductSelector table thead {
  display: none !important;
}
#StackPanelProductSelector table .SummaryCellGrey {
  background-color: #ffffff;
}
#StackPanelProductSelector table .SummaryCellGrey .icon {
  color: #6AA509;
  font-size: 21px;
}
#StackPanelProductSelector table .SummaryCellGrey .tickmarkIcon:after {
  width: 5px;
  height: 16px;
  border-width: 0 0.25em 0.25em 0;
  border-color: #6AA509;
  transform: rotate(37deg);
}
#StackPanelProductSelector table .tableStyle th, #StackPanelProductSelector table.dgtableStyle th {
  padding-bottom: 9px;
}
#StackPanelProductSelector tbody tr {
  border-bottom: 1px solid #D8D8D8;
  position: relative;
}
#StackPanelProductSelector tbody tr td:first-child {
  margin-left: 6px;
  margin-right: 7px;
}
@media (min-width: 482px) and (max-width: 767px) {
  #StackPanelProductSelector tbody tr td:first-child {
    margin-right: 0px;
    margin-left: 6px;
  }
}
#StackPanelProductSelector tr td {
  padding: 9px 0px;
}
#StackPanelProductSelector .stateFee {
  font-size: 10px;
  line-height: 12px;
  display: block;
  width: 90px;
}
#StackPanelProductSelector .stateFeeNew {
  font-size: 12px;
  line-height: 12px;
  display: block;
  color: #6E6E6E;
}
#StackPanelProductSelector .productText {
  font-size: 14px;
  font-weight: 500;
  color: #000000;
  display: block;
  margin-bottom: -8px;
}
#StackPanelProductSelector .productTextNew {
  font-size: 18px;
  font-weight: 600;
  color: #000000;
  display: block;
  margin-bottom: -8px;
}
#StackPanelProductSelector .productPrice {
  font-size: 24px;
  color: #6AA509;
  margin-bottom: 5px;
  display: block;
  font-weight: 900;
}
#StackPanelProductSelector .productPriceNew {
  font-size: 21.666px;
  color: #008427;
  margin-bottom: 5px;
  display: block;
  font-weight: 600;
}
#StackPanelProductSelector .tcdProdName, #StackPanelProductSelector .hrbText, #StackPanelProductSelector .stateFee {
  color: #000000;
  font-weight: normal;
}
#StackPanelProductSelector .tcdProdName, #StackPanelProductSelector .ffaProdName, #StackPanelProductSelector .stateFee {
  font-weight: 500;
}
#StackPanelProductSelector .tcdProdName, #StackPanelProductSelector .ffaProdName {
  font-size: 13px;
  display: inline-block;
  line-height: 16px;
}
#StackPanelProductSelector .secondaryButtonStyle {
  font-size: 13px;
  line-height: 13px;
  padding: 14px 10px 13px 10px;
  margin: 0;
  width: 100%;
  margin-top: 10px;
  letter-spacing: 0;
}
@media (min-width: 768px) and (max-width: 1205px) {
  #StackPanelProductSelector .secondaryButtonStyle {
    padding: 14px 8px 13px 8px;
    white-space: pre;
  }
}
#StackPanelProductSelector td.span2.SummaryCellGrey:before, #StackPanelProductSelector td.span2.RecommendedCell:before {
  content: "";
  display: block;
  height: 100%;
  top: 0;
  position: absolute;
  border-left: 1px solid #D8D8D8;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  #StackPanelProductSelector td.span2.SummaryCellGrey:before, #StackPanelProductSelector td.span2.RecommendedCell:before {
    height: 1106px;
    bottom: 46px;
  }
}
#StackPanelProductSelector .span2 {
  /*width: 12.804469%;*/
  margin-left: 13px;
}
@media (min-width: 482px) and (max-width: 767px) {
  #StackPanelProductSelector .span2 {
    width: 13.5%;
  }
}
#StackPanelProductSelector .span2.valueColumn {
  width: 23%;
  line-height: 22px;
}
#StackPanelProductSelector tbody td.valueColumn {
  padding: 18px 0;
}
#StackPanelProductSelector .checkmark {
  display: inline-block;
}
#StackPanelProductSelector .checkmark:after {
  content: "";
  display: block;
  width: 7px;
  height: 17px;
  border: solid #000;
  border-width: 0 0.43em 0.43em 0;
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
@media (min-width: 768px) and (max-width: 1205px) {
  #StackPanelProductSelector #XLineBreakone, #StackPanelProductSelector #XLineBreaktwo {
    display: none;
  }
}
#StackPanelProductSelector a.buttonStyle.darkButton {
  padding: 12px;
  min-height: 32px;
  font-size: 12px;
  margin-top: 15px;
  /*display: block;*/
}
.ieFix #StackPanelProductSelector {
  position: relative;
}
.ieFix #StackPanelProductSelector td .span2.SummaryCellGrey:before, .ieFix #StackPanelProductSelector td.span2.RecommendedCell:before {
  top: 2px;
}
#StackPanelProductSelector .green-banner {
  display: flex;
  width: 513.67px;
  padding: 10px 10px 15px 20px;
  justify-content: left;
  align-items: center;
  gap: 8px;
  border-radius: 12px 12px 0px 0px;
  background: linear-gradient(90deg, #008427 0.03%, #003512 133.18%);
  color: #ffffff;
  font-size: 14px;
}
#StackPanelProductSelector .green-banner .iconImage {
  padding-top: 8px;
}

#StackPanelformsPanel table.tableStyle [class*=span] {
  margin-left: 1%;
}
#StackPanelformsPanel table.tableStyle .span3 {
  width: 23.024%;
}
#StackPanelformsPanel table.tableStyle .span1 {
  width: 7.584916%;
}
#StackPanelformsPanel table.tableStyle .span2 {
  width: 14.504469%;
}
#StackPanelformsPanel table.tableStyle .span1:last-child {
  width: 10.884916%;
}
@media (max-width: 481px) {
  #StackPanelformsPanel table.tableStyle td.formsCol:not(:first-child):not(:last-child) {
    display: none !important;
  }
  #StackPanelformsPanel table.tableStyle td.formsCol:first-child {
    width: 70% !important;
  }
  #StackPanelformsPanel table.tableStyle td.formsCol:last-child {
    width: 28% !important;
  }
}

table .buttonStyle {
  margin-bottom: 0px !important;
}

table .ctaSmallButtonStyle {
  margin-bottom: 0px !important;
}

.dgTableBaseDiv > div {
  display: table-cell !important;
  height: 100% !important;
  width: 100%;
  vertical-align: middle;
}

tr.hideBorder {
  border-bottom: none !important;
}

tr.hideTopBorder {
  border-top: none !important;
}

#StackPanel1099XSection .migWizardSummaryTable table.tableStyle .dgTableBaseDiv {
  word-break: break-all;
}

.bodyScrollTable .navigationfooter {
  display: none;
}
.bodyScrollTable .startingPriceText {
  margin-top: 9px;
  margin-bottom: 6px;
  display: block;
}
@media screen and (max-device-width: 1024px) {
  .bodyScrollTable .startingPriceText {
    font-size: 16px !important;
  }
}
.bodyScrollTable thead {
  display: block;
  width: calc(100% - 8px);
}
@media screen and (max-device-width: 1024px) {
  .bodyScrollTable thead {
    width: 658px;
  }
}
.bodyScrollTable thead {
  border-spacing: 0;
}
.bodyScrollTable thead tr {
  display: table;
  width: 100%;
}
.bodyScrollTable thead a {
  font-size: 16px;
}
@media screen and (max-device-width: 1024px) {
  .bodyScrollTable thead a {
    font-size: 15px;
  }
}
.bodyScrollTable th {
  height: 137px;
  vertical-align: middle;
  display: flex !important;
  align-items: center;
  position: relative;
  padding: 22px 10px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.bodyScrollTable th:not(:last-child) {
  border-right: 1px solid rgba(0, 0, 0, 0.1);
}
.bodyScrollTable th:not(:first-child) {
  display: flex !important;
  align-items: flex-start;
  justify-content: center;
}
.bodyScrollTable th .tableHeaderStyle {
  text-align: center;
}
.bodyScrollTable th:first-child .tableHeaderStyle {
  text-align: left;
}
@media screen and (max-device-width: 1024px) {
  .bodyScrollTable th:first-child {
    display: none !important;
  }
}
@media screen and (max-device-width: 1024px) {
  .bodyScrollTable th:nth-child(2) {
    border-left: 1px solid rgba(0, 0, 0, 0.1);
  }
}
@media screen and (max-device-width: 1024px) {
  .bodyScrollTable th {
    padding: 22px 8px;
  }
}
.bodyScrollTable .span2 {
  margin-left: 0px !important;
  width: 17%;
}
@media screen and (max-device-width: 1024px) {
  .bodyScrollTable .span2 {
    width: 25%;
  }
}
.bodyScrollTable tbody {
  height: 350px;
  overflow-y: scroll;
  overflow-x: hidden;
  max-height: 350px;
  display: block;
}
@media screen and (max-device-width: 1024px) {
  .bodyScrollTable tbody {
    width: 666px;
  }
}
.bodyScrollTable tbody {
  border-spacing: 0px !important;
}
.bodyScrollTable tbody tr {
  display: table;
  width: 100%;
}
.bodyScrollTable tbody::-webkit-scrollbar {
  width: 8px;
}
.bodyScrollTable tbody::-webkit-scrollbar-thumb {
  background-color: #408657;
  width: 14px;
  border-radius: 11px;
}
.bodyScrollTable tbody::-webkit-scrollbar-track {
  background-color: #D9D9D9;
  border-radius: 11px;
}
@media screen and (max-device-width: 1024px) {
  .bodyScrollTable td.highHeight {
    min-height: 165px !important;
  }
  .bodyScrollTable td.midHeight {
    min-height: 145px !important;
  }
}
.bodyScrollTable td {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.bodyScrollTable td:not(:last-child) {
  border-right: 1px solid rgba(0, 0, 0, 0.1);
}
.bodyScrollTable td .dgTableBaseDiv {
  min-height: 100px;
  font-size: 17px;
}
.bodyScrollTable td:first-child {
  padding-left: 10px;
}
@media screen and (max-device-width: 1024px) {
  .bodyScrollTable td:first-child {
    display: none;
  }
}
@media screen and (max-device-width: 1024px) {
  .bodyScrollTable td {
    padding-top: 13px;
    padding-bottom: 13px;
  }
}
.bodyScrollTable td .tickmarkIconGreen {
  display: block;
  width: 48px;
  height: 48px;
  background-image: url("/hrblock/Templates/Premium/Images/Yes.svg");
}
@media screen and (max-device-width: 1024px) {
  .bodyScrollTable td:nth-child(2) {
    border-left: 1px solid rgba(0, 0, 0, 0.1);
  }
}
.bodyScrollTable td .icon {
  font-size: 10px;
  color: #9FA4AA;
}

@media screen and (max-device-width: 1024px) {
  #StackPanelpriceComparisionData table.tableStyle tbody {
    border-left: 1px solid #cdcdcd;
    border-right: 1px solid #cdcdcd;
  }
}
#StackPanelpriceComparisionData table.tableStyle thead {
  border-bottom: 1px solid #cdcdcd;
}
@media screen and (max-device-width: 1024px) {
  #StackPanelpriceComparisionData table.tableStyle thead {
    display: block !important;
    border-bottom: 0px;
  }
  #StackPanelpriceComparisionData table.tableStyle thead .UpgradeCell {
    min-height: 48px !important;
  }
}
#StackPanelpriceComparisionData table.tableStyle tr {
  border-bottom: 0px;
}
@media screen and (max-device-width: 1024px) {
  #StackPanelpriceComparisionData table.tableStyle tr {
    border-bottom: 1px solid #cdcdcd;
  }
}
@media screen and (max-device-width: 1024px) {
  #StackPanelpriceComparisionData table.tableStyle tr:first-child td {
    height: 60px !important;
    min-height: 60px !important;
  }
}
#StackPanelpriceComparisionData table.tableStyle tr:last-child td {
  border-bottom: 0;
}
#StackPanelpriceComparisionData table.tableStyle td {
  min-height: 109px !important;
  height: 109px !important;
  width: 33%;
  margin-left: 0px !important;
  border-bottom: 1px solid #cdcdcd;
}
#StackPanelpriceComparisionData table.tableStyle td .tableHeaderStyle {
  display: table !important;
  height: 109px !important;
  width: 100%;
  text-align: center;
}
#StackPanelpriceComparisionData table.tableStyle td .tableHeaderStyle span {
  display: table-cell;
  height: 100%;
  vertical-align: middle;
}
#StackPanelpriceComparisionData table.tableStyle td .dgTableBaseDiv {
  height: 100% !important;
}
#StackPanelpriceComparisionData table.tableStyle td:nth-child(2) {
  background: #D0EED8;
  border-bottom: 0px;
}
@media screen and (max-device-width: 1024px) {
  #StackPanelpriceComparisionData table.tableStyle td:nth-child(2) {
    /*background: none;*/
    border-right: 1px solid #cdcdcd;
  }
}
#StackPanelpriceComparisionData table.tableStyle td:first-child {
  padding-left: 10px;
}
#StackPanelpriceComparisionData table.tableStyle td:first-child .tableHeaderStyle {
  text-align: left;
}
@media screen and (max-device-width: 1024px) {
  #StackPanelpriceComparisionData table.tableStyle td:first-child {
    display: none !important;
  }
}
@media screen and (max-device-width: 1024px) {
  #StackPanelpriceComparisionData table.tableStyle td {
    width: 50%;
    border-bottom: 0px;
  }
}
#StackPanelpriceComparisionData table.tableStyle th {
  width: 33%;
  margin-left: 0px !important;
}
#StackPanelpriceComparisionData table.tableStyle th.headerContent {
  background: #F5CC02;
  border-radius: 16px 16px 0px 0px;
  display: flex !important;
  align-items: center;
  justify-content: center;
  padding-bottom: 0px;
}
@media screen and (max-device-width: 1024px) {
  #StackPanelpriceComparisionData table.tableStyle th {
    width: 50%;
  }
}
@media screen and (max-device-width: 1024px) {
  #StackPanelpriceComparisionData table.tableStyle th:first-child {
    display: none !important;
  }
}
#StackPanelpriceComparisionData table.tableStyle .comapareHeading {
  font-size: 24px;
}
@media screen and (max-device-width: 1024px) {
  #StackPanelpriceComparisionData table.tableStyle .comapareHeading {
    font-size: 18px;
  }
}
#StackPanelpriceComparisionData .comapareDate {
  font-weight: 600;
}
@media screen and (max-device-width: 1024px) {
  #StackPanelpriceComparisionData .comapareDate {
    font-weight: 400;
  }
}

table.noBorderLine .icon {
  font-size: 14px;
}
table.noBorderLine thead tr {
  border-bottom: 0px;
}
table.noBorderLine tbody tr {
  border-bottom: 0px;
}
table.noBorderLine tbody tr:only-child .icon {
  display: none;
}
@media (max-width: 995px) {
  table.noBorderLine tbody tr:only-child .migSpan {
    display: none;
  }
}
table.noBorderLine tbody tr:last-child {
  border-bottom: 1px solid #cdcdcd;
}

#StackPanelPanelAddSection table.tableAll {
  display: none;
}

#StackPanelProductSelectorTiles #StackPanelrecommendedTile {
  border-left: 2px solid rgba(0, 0, 0, 0.1);
  padding-left: 30px;
  margin-left: 20px;
  margin-top: 20px;
}

#ShowHidePanelDepHomeUsAddressPanel table.tableStyle thead tr, #ShowHidePanelDepHomeUsAddressPanel table.tableStyle tbody tr, #ShowHidePanelDepHomeForeignAddressPanel table.tableStyle thead tr, #ShowHidePanelDepHomeForeignAddressPanel table.tableStyle tbody tr {
  border-bottom: none;
}

/*Radio Button square card styles*/
.radioButtonList.squarecard {
  /* 
  display: flex !important;
  @include align-items(center);
  justify-content: center;
  */
}
@media (max-width: 481px) {
  .radioButtonList.squarecard {
    display: block !important;
  }
}

.radioButtonList.squarecard .hrbradio {
  min-width: 208px;
  background: #F1F5F7;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  border: none;
}
@media (max-width: 481px) {
  .radioButtonList.squarecard .hrbradio {
    float: none;
    width: auto;
    margin-right: 0px;
    margin-bottom: 24px;
    margin-left: 0px;
  }
}
.radioButtonList.squarecard .hrbradio {
  margin: 0 12px 0 12px;
}
.radioButtonList.squarecard .hrbradio .labelContainer > label {
  color: #262626;
  background-color: #ffffff;
  -webkit-border-radius: 16px;
  border-radius: 16px;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  border: 2px solid #E8EEF1;
}
.radioButtonList.squarecard .hrbradio .labelContainer > label:hover {
  border-color: #D6DAE0;
}
.radioButtonList.squarecard .hrbradio .labelContainer > label {
  text-align: left;
  margin-bottom: 0px;
  padding: 21px 18px 21px 19px;
  cursor: pointer;
  font-size: 13px;
}
.radioButtonList.squarecard .hrbradio .labelContainer > label .iconContainer {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  min-width: 48px;
  background-color: #e6ecef;
  margin-right: 15px;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  /*display: inline-block;*/
  background-position: center;
  background-size: auto 40px;
  background-repeat: no-repeat;
  justify-content: center;
}
.radioButtonList.squarecard .hrbradio .labelContainer > label .iconContainer .icon {
  font-size: 21px;
}
.radioButtonList.squarecard .hrbradio .labelContainer > label .iconContainer .icon:hover {
  color: #262626;
}
.radioButtonList.squarecard .hrbradio .labelContainer > label .iconContainer {
  background-size: auto 21px;
}
.radioButtonList.squarecard .hrbradio .labelContainer > label .defaultTile {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  min-width: 48px;
  background-color: #e6ecef;
  margin-right: 15px;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  /*display: inline-block;*/
  background-position: center;
  background-size: auto 40px;
  background-repeat: no-repeat;
  justify-content: center;
}
.radioButtonList.squarecard .hrbradio .labelContainer > label .defaultTile .icon {
  font-size: 21px;
}
.radioButtonList.squarecard .hrbradio .labelContainer > label .defaultTile .icon:hover {
  color: #262626;
}
.radioButtonList.squarecard .hrbradio .labelContainer > label .defaultTile {
  position: relative;
}
.radioButtonList.squarecard .hrbradio .labelContainer > label .defaultTile .icon {
  display: none;
}
.radioButtonList.squarecard .hrbradio .labelContainer > label:hover .iconContainer, .radioButtonList.squarecard .hrbradio .labelContainer > label:focus .iconContainer {
  background-color: #D6DAE0;
}
.radioButtonList.squarecard .hrbradio .labelContainer > label:hover .defaultTile, .radioButtonList.squarecard .hrbradio .labelContainer > label:focus .defaultTile {
  background-color: #D6DAE0;
}
@media (max-width: 481px) {
  .radioButtonList.squarecard .hrbradio .labelContainer.taxIdentityBundle > label {
    padding-left: 75px !important;
    padding-top: 0 !important;
  }
}
.radioButtonList.squarecard .hrbradio.focus .labelContainer .iconContainer {
  background-color: #d3dee3;
}
.radioButtonList.squarecard .hrbradio.checked .labelContainer label {
  -moz-transform: translateY(-6px);
  -o-transform: translateY(-6px);
  -ms-transform: translateY(-6px);
  -webkit-transform: translateY(-6px);
  transform: translateY(-6px);
  border: 2px solid #008427;
}
.radioButtonList.squarecard .hrbradio.checked .labelContainer label .defaultTile {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  min-width: 48px;
  background-color: #e6ecef;
  margin-right: 15px;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  /*display: inline-block;*/
  background-position: center;
  background-size: auto 40px;
  background-repeat: no-repeat;
  justify-content: center;
}
.radioButtonList.squarecard .hrbradio.checked .labelContainer label .defaultTile .icon {
  font-size: 21px;
}
.radioButtonList.squarecard .hrbradio.checked .labelContainer label .defaultTile .icon:hover {
  color: #262626;
}
.radioButtonList.squarecard .hrbradio.checked .labelContainer label .defaultTile .icon {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 20px;
  height: 20px;
  position: absolute;
  font-weight: bold;
  color: #ffffff;
  font-size: 20px;
  display: block;
}
.radioButtonList.squarecard .hrbradio.checked .labelContainer label .defaultTile .icon:hover {
  color: #ffffff;
}
.radioButtonList.squarecard .hrbradio.checked .labelContainer label .defaultTile {
  background-color: #008427;
}
.radioButtonList.squarecard .hrbradio.checked .labelContainer label .iconContainer {
  background-color: #008427 !important;
}
.radioButtonList.squarecard .hrbradio.checked .labelContainer label .iconContainer .icon {
  color: #ffffff;
}
.radioButtonList.squarecard .hrbradio.checked .labelContainer label:hover {
  border: 2px solid #008427;
}
.radioButtonList.squarecard .hrbradio.checked .labelContainer label:hover .iconContainer {
  background-color: #008427 !important;
}
.radioButtonList.squarecard .hrbradio.checked .labelContainer label:hover .icon {
  color: #ffffff;
}
.radioButtonList.squarecard .rbsquarecard.longTile {
  display: block;
  margin-bottom: 12px;
}
.radioButtonList.squarecard .rbsquarecard.longTile .hrbradio {
  min-width: 100%;
  float: none;
}

.radioButtonList.imagecard .hrbradio .labelContainer .iconContainer {
  height: 100%;
  display: block;
}
.radioButtonList.imagecard .hrbradio .labelContainer span:last-child {
  display: none;
}

.radioButtonList.taxprocard .defaultTile, .radioButtonList.ratingbutton .defaultTile {
  display: none;
}

.rbsquarecard .hrbradio.checked:after, .imagecard .hrbradio.checked:after, .checkBoxList.squarecard .hrbcheckbox.checked:after, .radioButtonList.radiocard.checked:after {
  display: none;
}

.radioButtonList.squarecard [class*=span] {
  width: auto !important;
}

.radioButtonList.squarecard .listBox {
  padding: 0px;
  margin: 0px;
  overflow: visible;
}

.radioButtonList.squarecard .rbsquarecard {
  display: inline-block;
  margin-bottom: 20px;
}
@media (max-width: 481px) {
  .radioButtonList.squarecard .rbsquarecard {
    display: block;
  }
}

/*Radio Button square card styles*/
/*CheckBox List SquareCard styles --- START*/
.checkBoxList.squarecard [class*=span] {
  width: auto !important;
}

.checkBoxList.squarecard .hrbcheckbox {
  min-width: 208px;
  background: #F1F5F7;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  border: none;
}
@media (max-width: 481px) {
  .checkBoxList.squarecard .hrbcheckbox {
    float: none;
    width: auto;
    margin-right: 0px;
    margin-bottom: 24px;
    margin-left: 0px;
  }
}
.checkBoxList.squarecard .hrbcheckbox {
  margin: 0 12px 0 12px;
  text-align: center;
  /*background-color: transparent;*/
  background: none;
}
.checkBoxList.squarecard .hrbcheckbox:active {
  /*background-color: transparent;*/
  background: none;
}
.checkBoxList.squarecard .hrbcheckbox:focus, .checkBoxList.squarecard .hrbcheckbox.focus {
  box-shadow: none;
}
.checkBoxList.squarecard .hrbcheckbox .labelContainer {
  font-weight: normal;
  margin-bottom: 16px;
  display: block;
}
.checkBoxList.squarecard .hrbcheckbox .labelContainer > label {
  color: #262626;
  background-color: #ffffff;
  -webkit-border-radius: 16px;
  border-radius: 16px;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  border: 2px solid #E8EEF1;
}
.checkBoxList.squarecard .hrbcheckbox .labelContainer > label:hover {
  border-color: #D6DAE0;
}
.checkBoxList.squarecard .hrbcheckbox .labelContainer > label {
  text-align: left;
  margin-bottom: 0px;
  padding: 21px 18px 21px 19px;
  cursor: pointer;
  font-size: 13px;
}
.checkBoxList.squarecard .hrbcheckbox .labelContainer > label .iconContainer {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  min-width: 48px;
  background-color: #e6ecef;
  margin-right: 15px;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  /*display: inline-block;*/
  background-position: center;
  background-size: auto 40px;
  background-repeat: no-repeat;
  justify-content: center;
}
.checkBoxList.squarecard .hrbcheckbox .labelContainer > label .iconContainer .icon {
  font-size: 21px;
}
.checkBoxList.squarecard .hrbcheckbox .labelContainer > label .iconContainer .icon:hover {
  color: #262626;
}
.checkBoxList.squarecard .hrbcheckbox .labelContainer > label .defaultTile {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  min-width: 48px;
  background-color: #e6ecef;
  margin-right: 15px;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  /*display: inline-block;*/
  background-position: center;
  background-size: auto 40px;
  background-repeat: no-repeat;
  justify-content: center;
}
.checkBoxList.squarecard .hrbcheckbox .labelContainer > label .defaultTile .icon {
  font-size: 21px;
}
.checkBoxList.squarecard .hrbcheckbox .labelContainer > label .defaultTile .icon:hover {
  color: #262626;
}
.checkBoxList.squarecard .hrbcheckbox .labelContainer > label .defaultTile {
  position: relative;
}
.checkBoxList.squarecard .hrbcheckbox .labelContainer > label .defaultTile .icon {
  display: none;
}
.checkBoxList.squarecard .hrbcheckbox .labelContainer > label:hover .iconContainer, .checkBoxList.squarecard .hrbcheckbox .labelContainer > label:focus .iconContainer {
  background-color: #D6DAE0;
}
.checkBoxList.squarecard .hrbcheckbox .labelContainer > label:hover .defaultTile, .checkBoxList.squarecard .hrbcheckbox .labelContainer > label:focus .defaultTile {
  background-color: #D6DAE0;
}
.checkBoxList.squarecard .hrbcheckbox.checked {
  background: none;
}
.checkBoxList.squarecard .hrbcheckbox.checked:hover {
  box-shadow: none;
}
.checkBoxList.squarecard .hrbcheckbox.checked:active {
  background: none;
}
.checkBoxList.squarecard .hrbcheckbox.checked:focus, .checkBoxList.squarecard .hrbcheckbox.checked.focus {
  box-shadow: none;
}
.checkBoxList.squarecard .hrbcheckbox.checked .labelContainer label {
  -moz-transform: translateY(-6px);
  -o-transform: translateY(-6px);
  -ms-transform: translateY(-6px);
  -webkit-transform: translateY(-6px);
  transform: translateY(-6px);
  border: 2px solid #008427;
}
.checkBoxList.squarecard .hrbcheckbox.checked .labelContainer label .defaultTile {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  min-width: 48px;
  background-color: #e6ecef;
  margin-right: 15px;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  /*display: inline-block;*/
  background-position: center;
  background-size: auto 40px;
  background-repeat: no-repeat;
  justify-content: center;
}
.checkBoxList.squarecard .hrbcheckbox.checked .labelContainer label .defaultTile .icon {
  font-size: 21px;
}
.checkBoxList.squarecard .hrbcheckbox.checked .labelContainer label .defaultTile .icon:hover {
  color: #262626;
}
.checkBoxList.squarecard .hrbcheckbox.checked .labelContainer label .defaultTile .icon {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 20px;
  height: 20px;
  position: absolute;
  font-weight: bold;
  color: #ffffff;
  font-size: 20px;
  display: block;
}
.checkBoxList.squarecard .hrbcheckbox.checked .labelContainer label .defaultTile .icon:hover {
  color: #ffffff;
}
.checkBoxList.squarecard .hrbcheckbox.checked .labelContainer label .defaultTile {
  background-color: #008427;
}
.checkBoxList.squarecard .hrbcheckbox.checked .labelContainer label .iconContainer {
  background-color: #008427 !important;
}
.checkBoxList.squarecard .hrbcheckbox.checked .labelContainer label .iconContainer .icon {
  color: #ffffff;
}
.checkBoxList.squarecard .hrbcheckbox.checked .labelContainer label:hover {
  border: 2px solid #008427;
}
.checkBoxList.squarecard .hrbcheckbox.checked .labelContainer label:hover .iconContainer {
  background-color: #008427 !important;
}
.checkBoxList.squarecard .hrbcheckbox.checked .labelContainer label:hover .icon {
  color: #ffffff;
}
.checkBoxList.squarecard .hrbcheckbox.checked .tooltipiconContainer {
  top: 44px;
}
.checkBoxList.squarecard .hrbcheckbox.checked .tooltipHatSection {
  top: 76px;
}

.squarecard .cbsquarecard.tile3Style .hrbcheckbox, .squarecard .cbsquarecard.tile3Style .hrbradio, .squarecard .rbsquarecard.tile3Style .hrbcheckbox, .squarecard .rbsquarecard.tile3Style .hrbradio {
  min-width: 254px;
  margin: 0 0px 0 11px;
}
.squarecard .cbsquarecard.tile3Style .hrbcheckbox .labelContainer > label, .squarecard .cbsquarecard.tile3Style .hrbradio .labelContainer > label, .squarecard .rbsquarecard.tile3Style .hrbcheckbox .labelContainer > label, .squarecard .rbsquarecard.tile3Style .hrbradio .labelContainer > label {
  min-height: 120px;
  box-sizing: border-box;
}

.checkBoxList.squarecard .listBox {
  padding: 0px;
  margin: 0px;
  overflow: visible;
}

.checkBoxList.squarecard .cbsquarecard, .checkBoxList.lifestylecard .cblifestylecard {
  display: inline-block;
}
@media (max-width: 481px) {
  .checkBoxList.squarecard .cbsquarecard, .checkBoxList.lifestylecard .cblifestylecard {
    display: block;
  }
}

#StackPanelProductSelectorTiles .checkBoxList.squarecard label {
  padding: 21px 15px 21px 20px;
}
#StackPanelProductSelectorTiles .checkBoxList.squarecard label .iconContainer {
  margin-right: 14px;
}

#StackPanelsectiongatewaypanel .checkBoxList.squarecard .hrbcheckbox {
  min-width: 320px;
  height: 96px;
  border-radius: 16px;
  margin: 12px;
}

/*CheckBox List SquareCard styles --- END*/
/*Radio Button square card icon styles*/
.radioButtonList.squarecard .hrbradio .labelContainer .pyImportHrb {
  background-image: url("/hrblock/Templates/Premium/Images/Import/bowtie.svg");
}

.radioButtonList.squarecard .hrbradio .labelContainer .pyImportDigital {
  background-image: url("/hrblock/Templates/Premium/Images/Import/computer.svg");
}

.radioButtonList.squarecard .hrbradio .labelContainer .pyImportFirstTime {
  background-image: url("/hrblock/Templates/Premium/Images/Import/firsttime.svg");
}

/*.radioButtonList.squarecard .hrbradio .labelContainer .tplater {
    background-image: url('/hrblock/Templates/Premium/Images/Upsell/icon_attachdocs_later.png');
}*/
/*Radio Button square card icon styles*/
/*.radioButtonList.squarecard .hrbradio .labelContainer .w2Upload {
    background-image: url('/hrblock/Templates/Premium/Images/Import/upload.png');
}

.radioButtonList.squarecard .hrbradio .labelContainer .w2AddPhoto {
    background-image: url('/hrblock/Templates/Premium/Images/Import/addphoto.png');
}

.radioButtonList.squarecard .hrbradio .labelContainer .w2Manual {
    background-image: url('/hrblock/Templates/Premium/Images/Import/pencil.png');
}*/
/*Radio Button square card icon styles*/
/************************Gateway Styles Start************/
/*.checkBoxList.squarecard .hrbcheckbox .labelContainer .tsHome {
    background-image: url('/hrblock/Templates/Premium/Images/SignIn/Icon_home.svg');
}*/
/*.checkBoxList.squarecard .hrbcheckbox .labelContainer .tsStudentFee {
    background-image: url('/hrblock/Templates/Premium/Images/SignIn/Icon_studentfee.svg');
}

.checkBoxList.squarecard .hrbcheckbox .labelContainer .tsCharity {
    background-image: url('/hrblock/Templates/Premium/Images/SignIn/Icon_charity.svg');
}

.checkBoxList.squarecard .hrbcheckbox .labelContainer .tsChildren {
    background-image: url('/hrblock/Templates/Premium/Images/SignIn/Icon_children.svg');
}

.checkBoxList.squarecard .hrbcheckbox .labelContainer .tsInvestments {
    background-image: url('/hrblock/Templates/Premium/Images/SignIn/Icon_investments.svg');
}

.checkBoxList.squarecard .hrbcheckbox .labelContainer .tsRental {
    background-image: url('/hrblock/Templates/Premium/Images/SignIn/Icon_rentalproperty.svg');
}*/
/*.checkBoxList.squarecard .hrbcheckbox .labelContainer .tsSelfEmp {
    background-image: url('/hrblock/Templates/Premium/Images/SignIn/Icon_selfemployed.svg');

}

.checkBoxList.squarecard .hrbcheckbox .labelContainer .tsFreelancer {
    background-image: url('/hrblock/Templates/Premium/Images/SignIn/Icon_freelancer.svg');

}*/
/************************Gateway Styles End************/
@media (min-width: 1206px) {
  #StackPanelPyTaxServicePanel {
    text-align: left;
    margin-left: 30px;
  }
}
@media (min-width: 768px) {
  #StackPanelPyTaxServicePanel .squarecard {
    text-align: left;
    margin-left: 20px;
  }
}

@media (max-width: 481px) {
  #StackPanelOtherTaxServicePnl {
    margin-left: 0px;
  }
}

.popularTopic {
  border-top: 50px solid #262626;
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
}

.tileItem {
  margin-top: -20px;
}
.tileItem .labelDynamicAmountDiv {
  display: grid;
}
.tileItem .labelDynamicAmountDiv .DynamicAmountlbl {
  font-weight: normal;
}

.popularTextElement {
  position: absolute;
  color: white;
  text-align: center;
  top: 4px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 14px;
  font-weight: 600;
  letter-spacing: -0.22px;
  line-height: 20px;
}

.hrbo-icon-filogofidelity {
  background-image: url("/hrblock/Images/FILogoSmall/Fidelity_Investments.svg");
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.hrbo-icon-filogocharlesschwab {
  background-image: url("/hrblock/Images/FILogoSmall/Charles_Schwab_Corporation_logo.svg");
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.hrbo-icon-filogomorgan {
  background-image: url("/hrblock/Images/FILogoSmall/Morganstanley.svg");
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.hrbo-icon-filogoameritrade {
  background-image: url("/hrblock/Images/FILogoSmall/TD_Ameritrade.svg");
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.hrbo-icon-filogovanguard {
  background-image: url("/hrblock/Images/FILogoSmall/Vanguard.svg");
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.hrbo-icon-filogorobinhood {
  background-image: url("/hrblock/Images/FILogoSmall/Robinhood_Markets.svg");
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.hrbo-icon-filogoedwardjones {
  background-image: url("/hrblock/Images/FILogoSmall/Edward_Jones.svg");
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.hrbo-icon-filogomorganstanley {
  background-image: url("/hrblock/Images/FILogoSmall/Morgan_Stanley.svg");
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.hrbo-icon-filogomerilllynch {
  background-image: url("/hrblock/Images/FILogoSmall/Merill_Lynch.svg");
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.hrbo-icon-filogoameriprise {
  background-image: url("/hrblock/Images/FILogoSmall/Ameriprise.svg");
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.hrbo-icon-filogolplfinancialllc {
  background-image: url("/hrblock/Images/FILogoSmall/LPL_Financial_LLC.svg");
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

@media (max-width: 481px) {
  .checkBoxList.lifestylecard .cblifestylecard {
    display: inline-block;
  }
}
.checkBoxList.lifestylecard .cblifestylecard .hrbcheckbox {
  width: 100%;
  height: 48px;
  border: 1px solid black;
  border-radius: 10px;
  margin: 0px;
}
.checkBoxList.lifestylecard .cblifestylecard .icon {
  display: none;
}
.checkBoxList.lifestylecard .cblifestylecard .labelContainer {
  line-height: 23px;
  letter-spacing: -0.263px;
  height: 100%;
  display: flex;
}
@media (max-width: 481px) {
  .checkBoxList.lifestylecard .cblifestylecard .labelContainer label {
    font-size: 16px;
    font-weight: 400;
  }
}
.checkBoxList.lifestylecard .cblifestylecard .labelContainer label {
  font-size: 17px;
  height: 100%;
  vertical-align: middle;
  display: flex;
  align-items: center;
  padding: 0px 24px 0px 24px;
}
.checkBoxList.lifestylecard .cblifestylecard .checked {
  background-color: #89D49F;
}
.checkBoxList.lifestylecard .cblifestylecard .checked:after {
  display: none;
}
.checkBoxList.lifestylecard .cblifestylecard .checked .icon {
  display: block;
  font-size: 17px;
  position: absolute;
  right: 24px;
  bottom: 14px;
}
.checkBoxList.lifestylecard .cblifestylecard .checked label {
  padding-right: 54px;
}

.lifestylecard {
  text-align: left;
}

.tooltipiconContainer {
  position: absolute;
  right: 20px;
  top: 52px;
}
.tooltipiconContainer .icon {
  font-size: 18px;
}
.tooltipiconContainer.tooltipHatSection {
  top: 80px;
}

#tooltipBoxPanel {
  background-color: #003512;
  width: 312px;
  height: auto;
  position: absolute;
  border: 8px;
  border-radius: 16px;
  z-index: 1;
  padding: 20px;
}

#tooltipClose {
  position: absolute;
  right: 20px;
  top: 29px;
  color: white;
}
#tooltipClose .icon {
  font-size: 20px;
}

#tooltipUpArrow {
  width: 12.12px;
  height: 12.12px;
  transform: rotate(45deg);
  flex-shrink: 0;
  position: absolute;
  background-color: #003512;
  top: -5px;
  right: 34px;
}
@media only screen and (max-width: 481px) {
  #tooltipUpArrow {
    right: 35px;
  }
}

.tooltipHeading {
  color: white;
  font-size: 18px;
  font-weight: 500;
  text-align: left;
  line-height: 24px;
  letter-spacing: 0.12px;
  padding-bottom: 5px;
  padding-top: 5px;
  width: 96%;
}

.tooltipContentPanel {
  color: white;
  font-size: 14px;
  font-weight: 400;
  text-align: start;
  line-height: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  width: 95%;
}
.tooltipContentPanel ul {
  padding-left: 20px;
}

.tooltipFormsIncludePanel {
  color: white;
  font-size: 12px;
  font-weight: 500;
  text-align: left;
  line-height: 24px;
  padding-top: 10px;
  letter-spacing: -0.1px;
  padding-bottom: 20px;
}

.formItem {
  float: left;
  background-color: #00E95C;
  color: black;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: -0.1px;
  line-height: 20px;
  border-radius: 8px;
  padding: 0px 12px;
  margin-bottom: 8px;
  margin-right: 8px;
}

#formHeadingPanel {
  font-size: 13px;
  font-weight: 600;
  text-align: left;
  letter-spacing: -0.1px;
  line-height: 20px;
  padding-bottom: 10px;
}

.tooltipLearnmoreLink {
  color: white;
  font-size: 15px;
  font-weight: 400;
  text-align: left;
  line-height: 22px;
  padding-top: 12px;
  display: inline-block;
  width: 100%;
  text-decoration: underline;
}

.checkBoxList.listcard {
  border-radius: 16px;
  background: #FFFFFF;
  box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.08);
  padding: 36px;
  display: flex;
  max-width: 796px;
  padding: 36px;
  flex-direction: column;
  align-items: flex-start;
}
.checkBoxList.listcard .cbxContainer:not(.helpTextPnl) {
  display: block;
}
.checkBoxList.listcard .listItem {
  display: block;
  width: 100%;
  border-bottom: 1px solid rgba(38, 38, 38, 0.2);
  margin: 0 0 24px 0;
}
.checkBoxList.listcard .listItem:last-of-type {
  border-bottom: none;
}
.checkBoxList.listcard .listBox {
  margin-bottom: 10px;
  width: 100%;
}
.checkBoxList.listcard .listCardSubHeading {
  margin-bottom: 24px;
  display: block;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: 0.12px;
  margin-left: 10px;
}
.checkBoxList.listcard label {
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px;
  letter-spacing: 0.12px;
}
.checkBoxList.listcard .tagTextPanel {
  display: inline-block;
  text-align: center;
  width: 154px;
  border-radius: 8px;
  padding: 6px 16px;
  position: absolute;
  right: 20px;
  top: 0;
}
.checkBoxList.listcard .tagTextPanel .tagTextContent {
  color: white;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 0.12px;
}
@media (max-width: 995px) {
  .checkBoxList.listcard .tagTextPanel {
    display: block;
    position: relative;
    right: 0;
    margin-top: 10px;
  }
}
.checkBoxList.listcard .tooltipiconContainer {
  margin-left: 25px;
  top: 2px;
  position: relative;
}
.checkBoxList.listcard #seeMoreList {
  display: none;
  width: 100%;
}
.checkBoxList.listcard #defaultList {
  width: 100%;
}
.checkBoxList.listcard #moreLinkPanel, .checkBoxList.listcard #collapseLinkPanel {
  width: 100%;
  text-align: center;
}
.checkBoxList.listcard #moreLinkPanel .seeMoreChkBoxList, .checkBoxList.listcard #moreLinkPanel .collapseChkBoxList, .checkBoxList.listcard #collapseLinkPanel .seeMoreChkBoxList, .checkBoxList.listcard #collapseLinkPanel .collapseChkBoxList {
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px;
  letter-spacing: 0.12px;
}
.checkBoxList.listcard #moreLinkPanel img, .checkBoxList.listcard #collapseLinkPanel img {
  width: 22px;
  height: 22px;
  margin-left: 10px;
  vertical-align: sub;
}
.checkBoxList.listcard #collapseLinkPanel {
  display: none;
}
.checkBoxList.listcard #seeMoreList .listItem:last-of-type {
  border-bottom: none;
}
.checkBoxList.listcard #defaultList .listItem:last-of-type {
  border-bottom: 1px solid rgba(38, 38, 38, 0.2);
}

.sr-only {
  position: absolute;
  top: auto;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  width: 1px;
  height: 1px;
  white-space: nowrap;
}

.toastPanel {
  position: fixed;
  top: 70px;
  right: 33px;
  z-index: 17;
}
@media print {
  .toastPanel {
    display: none !important;
  }
}
@media (max-width: 481px) {
  .toastPanel {
    top: 49px;
    right: -500px;
  }
}
@media (min-width: 1206px) {
  .toastPanel.helpPannelOpened, .toastPanel.copilotOpened, .toastPanel.txoNotesPanelOpened {
    right: 453px !important;
  }
}
@media (min-width: 1366px) and (max-width: 1408px) {
  .toastPanel.helpPannelOpened {
    right: max(20.5%, 315px) !important;
  }
}

.toast {
  max-width: 320px;
  overflow: hidden;
  font-size: 0.875rem;
  background-color: rgb(255, 255, 255);
  box-shadow: 0 2px 2px rgba(28, 27, 27, 0.4);
  border-radius: 5px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  display: none;
}
.toast:not(:last-child) {
  padding: 0.75rem;
}
.toast.showing {
  opacity: 1;
}
.toast.show {
  display: block;
  opacity: 1;
}
.toast.hide {
  display: none;
}
.toast .notificationCount {
  position: absolute;
  height: 22px;
  width: 22px;
  background-color: #008427;
  color: #ffffff;
  top: 10px;
  display: table;
  left: 10px;
  font-size: 11px;
  font-weight: 800;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.toast .notificationCount #notificationCount {
  text-align: center;
  display: table-cell;
  height: 100%;
  vertical-align: middle;
  font-size: 13px;
}
.toast a.bodyLink {
  display: block;
  padding: 11px;
}
.toast a.closeIcon {
  position: absolute;
  height: 14px;
  width: 14px;
  color: #202020;
  top: 13px;
  display: block;
  right: 10px;
  font-size: 11px;
  font-weight: 800;
}
.toast a.closeIcon .icon {
  font-size: 12px;
  font-weight: 700;
  color: silver;
}
.toast a:focus {
  outline: none;
}

.toast-header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  padding: 0.25rem 0.75rem;
  color: #6c757d;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.toast-body {
  position: relative;
}
.toast-body .contentBody {
  padding-left: 30px;
  padding-right: 22px;
  font-size: 14px;
  font-weight: 800;
}

.customToastPanel {
  position: fixed;
  bottom: 40px;
  left: 100px;
  z-index: 17;
}
@media print {
  .customToastPanel {
    display: none !important;
  }
}
@media (max-width: 481px) {
  .customToastPanel {
    bottom: 20px;
    left: 20px;
    right: 10px;
  }
}
@media (min-width: 768px) and (max-width: 1205px) {
  .customToastPanel {
    left: 40px;
    z-index: 101;
  }
}

.customToast {
  background-color: #262626;
  color: #ffffff;
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.08);
  border-radius: 8px;
  display: none;
  padding: 18px 30px;
  width: 300px;
  text-align: left;
}
.customToast.show {
  display: block;
}
.customToast.hide {
  display: none;
}
@media (max-width: 481px) {
  .customToast {
    width: auto;
  }
}

.customToast-body {
  position: relative;
}
.customToast-body .customToastcontentBody {
  font-family: "Graphik";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
}

.formField, input.select, .ui-autocomplete-input {
  height: 20px;
  background-color: #fff;
  color: #262626;
  width: 100%;
  line-height: normal;
  text-indent: 10px;
  border: 2px solid #e6ecef;
  border-radius: 6px;
  font-size: 15px;
  font-weight: 300;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  font-family: "Graphik";
  text-align: left;
  vertical-align: top;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 5px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
@media (max-width: 995px) {
  .formField, input.select, .ui-autocomplete-input {
    height: 28px;
  }
}
.formField:hover, input.select:hover, .ui-autocomplete-input:hover {
  border-color: #008427;
  outline: none;
}
.formField:focus, .formField:active, input.select:focus, input.select:active, .ui-autocomplete-input:focus, .ui-autocomplete-input:active {
  border-color: #008427;
  outline: none;
}
.formField:disabled, input.select:disabled, .ui-autocomplete-input:disabled {
  border-bottom: 2px solid #F1F5F7;
}
.formField:disabled:hover, input.select:disabled:hover, .ui-autocomplete-input:disabled:hover {
  border-color: #008427;
}

.errorFormField {
  border-color: #DC1F00;
  background-color: #FEF8FB;
}

input.select.errorFormField {
  border: 2px solid #DC1F00;
}
input.select.errorFormField:hover {
  border-color: #008427;
  outline: none;
}
input.select.errorFormField:focus, input.select.errorFormField:active {
  border-color: #008427;
  outline: none;
}

input.disabledItem:disabled {
  border-bottom: 2px solid #F1F5F7;
  background-color: #E8EEF1;
  border: 1px solid #D6DAE0;
}

.select {
  background: url("/hrblock/Templates/Premium/Images/Buttons/dropdown_arrow.svg") no-repeat right 10px center #fff;
  cursor: pointer;
}
.select.is-open {
  background: url("/hrblock/Templates/Premium/Images/Buttons/dropdown_collapse.svg") no-repeat right 10px center #fff;
}

select.dropDown {
  position: absolute;
  top: -99999em;
  visibility: hidden;
  display: none;
}

.select-list {
  position: absolute;
  left: 0;
  z-index: 2;
  max-height: 168px;
  overflow: auto;
  width: 99.5%;
  -webkit-overflow-scrolling: touch;
  white-space: nowrap;
  background-color: #F1F5F7;
  font-size: 13px;
  background-color: #ffffff;
  border: 2px solid;
  border-color: #008427;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  opacity: 1;
  font-weight: 600;
}
.select-list li {
  display: flex;
  text-decoration: none;
  padding: 0 20px;
  align-items: center;
  height: 40px;
  -webkit-box-align: center;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  position: relative;
  cursor: pointer;
  z-index: 10;
}
@media (max-width: 995px) {
  .select-list li {
    line-height: 28px;
  }
}
.select-list li.is-selected {
  background-color: #3BC0F8;
}
.select-list li:hover, .select-list li:focus, .select-list li:active {
  background-color: #eee;
  cursor: pointer;
}

.xcheckbox, .xradiobutton {
  width: 24px;
  height: 24px;
  position: absolute;
  display: block;
  outline: none;
  cursor: pointer;
  opacity: 0;
}
.aolContainer .xcheckbox, .aolContainer .xradiobutton {
  opacity: 0;
}

.hrbcheckbox {
  display: block;
  margin: 2px 8px 0 0;
  padding: 0;
  width: 24px;
  min-height: 24px;
  cursor: pointer;
  float: left;
  position: relative;
  border: 2px solid #262626;
  background-color: #ffffff;
  -webkit-transition: all 0.2s cubic-bezier(0.33, 0.66, 0.66, 1);
  transition: all 0.2s cubic-bezier(0.33, 0.66, 0.66, 1);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 4px;
}
.hrbcheckbox:hover {
  border: 2px solid #b4c6cf;
}
@media (max-width: 481px) {
  .hrbcheckbox:hover {
    border-color: #262626;
  }
}
.hrbcheckbox:focus {
  border: 2px solid #b4c6cf;
}
.hrbcheckbox.checked {
  background-color: #005D1F;
  border: none;
}
.hrbcheckbox.checked:after {
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  left: 8px;
  top: 3px;
  width: 5px;
  height: 11px;
  border: 2px solid #ffffff;
  border-width: 0 2px 2px 0;
  content: "";
  position: absolute;
  display: block;
  pointer-events: none;
}
.hrbcheckbox.disabled {
  border: 2px solid #D6DAE0;
}
.hrbcheckbox.errorFormField {
  border: 2px solid #DC1F00;
  /* &:hover {
      border: 2px solid $dark-gray-blue;

      @media(max-width:$small-mobile-max-res) {
          border-color: $primary-active;
      }
  }

  &:focus, &:active {
      border: 2px solid $dark-gray-blue;
  }*/
}

.hrbradio {
  display: block;
  margin: 2px 8px 0 0;
  padding: 0;
  width: 24px;
  min-height: 24px;
  cursor: pointer;
  float: left;
  position: relative;
  border: 2px solid #262626;
  background-color: #ffffff;
  -webkit-transition: all 0.2s cubic-bezier(0.33, 0.66, 0.66, 1);
  transition: all 0.2s cubic-bezier(0.33, 0.66, 0.66, 1);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 25px;
  border-radius: 25px;
  border: 2px solid #262626;
}

.listBoxWrap {
  margin-bottom: 10px;
}

.listBoxWrap.errorFields .hrbradio, .listBoxWrap.errorFields .hrbcheckbox {
  border: 2px solid #DC1F00;
}

.listBoxWrapError {
  margin-bottom: 10px;
  color: Red;
  font-weight: bold;
}

.rbNormal .hrbradio {
  display: table-cell;
  vertical-align: middle;
}
.rbNormal .hrbradio:hover {
  border: 2px solid #b4c6cf !important;
}
.rbNormal .hrbradio:focus {
  border: 2px solid #b4c6cf !important;
}
.rbNormal .hrbradio.checked {
  border: 2px solid #262626;
}
.rbNormal .hrbradio.checked:after {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  content: "";
  position: absolute;
  background-color: #262626;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
}
.rbNormal .hrbradio:active {
  background-color: #fff;
}
.rbNormal .hrbradio.disabled {
  border: 2px solid #D6DAE0;
}
.rbNormal .formFieldBox.listBox:not(.helpTextPnl) {
  display: table;
}
.rbNormal .labelContainer {
  display: table-cell;
  vertical-align: middle;
}

.cbxContainer:not(.helpTextPnl) {
  display: table;
}
.cbxContainer:not(.helpTextPnl) .hrbcheckbox, .cbxContainer:not(.helpTextPnl) .labelContainer {
  display: table-cell;
  vertical-align: middle;
}

@media (max-width: 481px) {
  .squarecard .cbxContainer:not(.helpTextPnl) {
    display: block;
  }
}
@media (max-width: 481px) {
  .squarecard .cbxContainer:not(.helpTextPnl) .hrbcheckbox, .squarecard .cbxContainer:not(.helpTextPnl) .labelContainer {
    display: block;
  }
}

.radioButtonList.radiocard .hrbradio {
  width: 25px;
  min-height: 25px;
  display: block;
  margin: 13px 0px 0px 10px;
  background: white;
}
.radioButtonList.radiocard .hrbradio:hover, .radioButtonList.radiocard .hrbradio:focus, .radioButtonList.radiocard .hrbradio.focus {
  box-shadow: none !important;
}
.radioButtonList.radiocard .hrbradio.checked:hover {
  box-shadow: none;
}
.radioButtonList.radiocard .hrbradio.checked:after {
  top: 2px;
  left: 2px;
  width: 17px;
  height: 17px;
  border-radius: 50%;
  content: "";
  position: absolute;
  background-color: #262626;
  transform: none;
}
.radioButtonList.radiocard .hrbradio.checked {
  /*.radioButtonList.radiocard .listBox{
              border: 1px solid $brand-green;
         }

      .labelContainer{
            border-bottom: 1px solid $brand-green;
        }*/
}
.radioButtonList.radiocard .helpText {
  padding: 10px 10px 10px 0px;
}
.radioButtonList.radiocard .listBox {
  padding: 0px;
  margin: 10px;
  border: 1px solid #D6DAE0;
  display: block !important;
}
.radioButtonList.radiocard .labelContainer {
  display: block;
  padding: 16px 10px 16px 40px;
  background-color: #F1F5F7;
  border-bottom: 1px solid #D6DAE0;
}

.tickmarkIcon {
  display: inline-block;
}
.tickmarkIcon:after {
  content: "";
  display: block;
  width: 4px;
  height: 9px;
  border: solid #000;
  border-width: 0 0.23em 0.23em 0;
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  margin-right: 8px;
}
.tickmarkIcon:after {
  width: 7px;
  height: 18px;
  border-width: 0 0.5em 0.5em 0;
  border-color: #000000;
}

.tickmarkIconGrey {
  display: inline-block;
}
.tickmarkIconGrey:after {
  content: "";
  display: block;
  width: 4px;
  height: 9px;
  border: solid #000;
  border-width: 0 0.23em 0.23em 0;
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  margin-right: 8px;
}
.tickmarkIconGrey:after {
  width: 7px;
  height: 18px;
  border-width: 0 0.5em 0.5em 0;
  border-color: #8f8f8f;
}

.tickmarkIconShort {
  display: inline-block;
}
.tickmarkIconShort:after {
  content: "";
  display: block;
  width: 4px;
  height: 9px;
  border: solid #000;
  border-width: 0 0.23em 0.23em 0;
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  margin-right: 8px;
}
.tickmarkIconShort:after {
  width: 0.22em;
  height: 10px;
  border-width: 0 0.35em 0.35em 0;
  border-color: #000000;
}

.tickmarkIconMed {
  display: inline-block;
}
.tickmarkIconMed:after {
  content: "";
  display: block;
  width: 4px;
  height: 9px;
  border: solid #000;
  border-width: 0 0.23em 0.23em 0;
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  margin-right: 8px;
}
.tickmarkIconMed:after {
  width: 0.24em;
  height: 10px;
  border-width: 0 0.31em 0.31em 0;
  border-color: #000000;
}

table.highlightTable thead tr {
  display: table-row !important;
}
table.highlightTable thead tr th {
  float: none !important;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  padding-top: 0px;
}
table.highlightTable thead tr th.highlightColumn {
  background-color: #fff;
  border-bottom: 1px solid white;
}
table.highlightTable thead tr th.highlightColumn::before {
  content: "";
  display: block;
  position: absolute;
  width: 10px;
  border-left: 1px solid #fff;
  left: 0;
  box-shadow: -7px 4px 8px -4px rgba(0, 0, 0, 0.15);
  height: 87%;
  top: 13%;
}
table.highlightTable thead tr th.highlightColumn:after {
  content: "";
  display: block;
  position: absolute;
  width: 10px;
  border-left: 1px solid #fff;
  right: 0;
  box-shadow: 9px 9px 9px -4px rgba(0, 0, 0, 0.15);
  height: 86%;
  top: 13%;
}
table.highlightTable tbody tr td {
  display: table-cell !important;
  padding-left: 10px;
  position: relative;
}
table.highlightTable tbody tr td:first-child {
  padding-left: 0px;
  padding-right: 10px;
}
table.highlightTable tbody tr td.highlightColumn {
  background-color: white;
  border-bottom: 1px solid white;
}
table.highlightTable tbody tr td.highlightColumn:before {
  content: "";
  display: block;
  position: absolute;
  width: 10px;
  border-left: 1px solid #fff;
  left: 0;
  box-shadow: -7px -8px 9px -4px rgba(0, 0, 0, 0.15);
  height: 110%;
}
table.highlightTable tbody tr td.highlightColumn:after {
  content: "";
  display: block;
  position: absolute;
  width: 10px;
  border-left: 1px solid #fff;
  right: 0;
  box-shadow: 9px 0px 9px -4px rgba(0, 0, 0, 0.15);
  height: 110%;
  top: 0;
}
table.highlightTable tbody tr td .highLightDiv {
  display: block !important;
}
table.highlightTable tbody tr td .dgTableBaseDiv, table.highlightTable tbody tr td .highLightDiv {
  min-height: 76px;
  height: 100% !important;
}
table.highlightTable tbody tr:last-child {
  border-bottom: none;
  min-height: 0px !important;
}
table.highlightTable tbody tr:last-child td .dgTableBaseDiv, table.highlightTable tbody tr:last-child td .highLightDiv {
  min-height: 0px !important;
  height: 0px !important;
}
table.highlightTable tbody tr:last-child td.highlightColumn {
  padding-left: 0px !important;
  padding-bottom: 0px;
  padding-top: 25px;
}
table.highlightTable tbody tr:last-child td.highlightColumn .highLightDiv {
  border-bottom: 8px solid #3BC0F8;
}
table.highlightTable tbody tr:last-child td.highlightColumn:before, table.highlightTable tbody tr:last-child td.highlightColumn:after {
  display: none;
}
table.highlightTable tbody tr:nth-last-child(2) td.highlightColumn:before, table.highlightTable tbody tr:nth-last-child(2) td.highlightColumn:after {
  height: 120%;
}

.listBox {
  padding: 10px;
  margin: 0px;
  overflow: hidden;
}
.listBox .helpText {
  font-style: normal;
  font-size: 13px;
  margin-left: 30px;
}
.listBox > label {
  overflow: auto;
  height: auto;
}

#StackPanelpnlTSCDesktopView_BVersion .checkmark {
  display: inline-block;
}
#StackPanelpnlTSCDesktopView_BVersion .checkmark:after {
  content: "";
  display: block;
  width: 4px;
  height: 9px;
  border: solid #000;
  border-width: 0 0.23em 0.23em 0;
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  margin-right: 8px;
}
#StackPanelpnlTSCDesktopView_BVersion .checkmark {
  border-width: 0 0.18em 0.183em 0;
}
#StackPanelpnlTSCDesktopView_BVersion .tableStyle {
  font-weight: normal;
  color: #000000;
}
#StackPanelpnlTSCDesktopView_BVersion .tableStyle .tableHeaderStyle {
  font-size: 18px;
  font-weight: 500;
  line-height: 22px;
  color: #000000;
}
#StackPanelpnlTSCDesktopView_BVersion .tableStyle .tableHeaderStyle sup {
  font-size: 11px;
}
#StackPanelpnlTSCDesktopView_BVersion .tableStyle .tableHeaderStyle .bestValueConainer {
  font-size: 12px;
  font-weight: bold;
  line-height: 14px;
  text-align: center;
  color: #111111;
  background-color: #3BC0F8;
  display: block;
  height: 26px;
  padding-top: 6px;
  box-sizing: border-box;
  margin-bottom: 10px;
  margin-left: -15px;
  margin-right: -15px;
  position: relative;
  z-index: 1;
}
#StackPanelpnlTSCDesktopView_BVersion .tableStyle .tableHeaderStyle > span:first-child {
  margin-bottom: 10px;
  display: block;
}
#StackPanelpnlTSCDesktopView_BVersion table.highlightTable tbody tr td {
  display: table-cell !important;
  padding-left: 10px;
  position: relative;
}
#StackPanelpnlTSCDesktopView_BVersion .supremeButton, #StackPanelpnlTSCDesktopView_BVersion .teritaryButton {
  width: 100% !important;
  font-size: 14px;
  padding-right: 20px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: 500;
  letter-spacing: 0px;
  min-height: 40px;
  line-height: 10px;
  margin-top: 10px;
  margin-bottom: 10px;
}
#StackPanelpnlTSCDesktopView_BVersion .serviceButtonPnl {
  display: inline-block;
  width: 100% !important;
}
#StackPanelpnlTSCDesktopView_BVersion #ShowHidePanelTISWFASServiceText, #StackPanelpnlTSCDesktopView_BVersion #ShowHidePanelTISServiceText, #StackPanelpnlTSCDesktopView_BVersion #ShowHidePanelWFASServiceText {
  height: 60px;
  padding-top: 12px;
  box-sizing: border-box;
  text-align: center;
}
#StackPanelpnlTSCDesktopView_BVersion #ShowHidePanelTISWFASServiceText > div, #StackPanelpnlTSCDesktopView_BVersion #ShowHidePanelTISServiceText > div, #StackPanelpnlTSCDesktopView_BVersion #ShowHidePanelWFASServiceText > div {
  border: 1px solid #258c89;
  margin-left: 10%;
  margin-right: 10%;
  padding: 6px;
  cursor: pointer;
  border-radius: 6px;
  background: white !important;
  font-size: 15px;
}
#StackPanelpnlTSCDesktopView_BVersion #ShowHidePanelTISWFASServiceText > div:hover, #StackPanelpnlTSCDesktopView_BVersion #ShowHidePanelTISServiceText > div:hover, #StackPanelpnlTSCDesktopView_BVersion #ShowHidePanelWFASServiceText > div:hover {
  border-color: black !important;
}
#StackPanelpnlTSCDesktopView_BVersion .bundleButton .formFieldBox.listBox label {
  background-color: #3BC0F8 !important;
}

#StackPanelTIDRescueContainer_AVersion .defaultTile, #StackPanelTcfStorageUpgrade .defaultTile {
  display: none !important;
}
#StackPanelTIDRescueContainer_AVersion .checkmark, #StackPanelTcfStorageUpgrade .checkmark {
  display: inline-block;
}
#StackPanelTIDRescueContainer_AVersion .checkmark:after, #StackPanelTcfStorageUpgrade .checkmark:after {
  content: "";
  display: block;
  width: 4px;
  height: 9px;
  border: solid #000;
  border-width: 0 0.23em 0.23em 0;
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  margin-right: 8px;
}
@media (max-width: 1205px) {
  #StackPanelTIDRescueContainer_AVersion .mobileOnly, #StackPanelTcfStorageUpgrade .mobileOnly {
    display: block !important;
  }
}
#StackPanelTIDRescueContainer_AVersion .hrbradio, #StackPanelTIDRescueContainer_AVersion .hrbcheckbox, #StackPanelTcfStorageUpgrade .hrbradio, #StackPanelTcfStorageUpgrade .hrbcheckbox {
  min-width: 256px;
  margin: 0 7px 0 7px;
  position: relative;
  -webkit-tap-highlight-color: transparent;
}
@media (max-width: 1205px) {
  #StackPanelTIDRescueContainer_AVersion .hrbradio, #StackPanelTIDRescueContainer_AVersion .hrbcheckbox, #StackPanelTcfStorageUpgrade .hrbradio, #StackPanelTcfStorageUpgrade .hrbcheckbox {
    float: none;
    width: auto;
    max-width: 400px;
  }
}
#StackPanelTIDRescueContainer_AVersion .hrbradio .borderColor, #StackPanelTIDRescueContainer_AVersion .hrbcheckbox .borderColor, #StackPanelTcfStorageUpgrade .hrbradio .borderColor, #StackPanelTcfStorageUpgrade .hrbcheckbox .borderColor {
  position: absolute;
  height: 6px;
  background-color: #3BC0F8;
  width: 97%;
  left: 4px;
  top: 0;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}
@media (max-width: 481px) {
  #StackPanelTIDRescueContainer_AVersion .hrbradio .borderColor, #StackPanelTIDRescueContainer_AVersion .hrbcheckbox .borderColor, #StackPanelTcfStorageUpgrade .hrbradio .borderColor, #StackPanelTcfStorageUpgrade .hrbcheckbox .borderColor {
    width: 100%;
    left: 0px;
  }
}
#StackPanelTIDRescueContainer_AVersion .hrbradio.checked .iconStyle, #StackPanelTIDRescueContainer_AVersion .hrbcheckbox.checked .iconStyle, #StackPanelTcfStorageUpgrade .hrbradio.checked .iconStyle, #StackPanelTcfStorageUpgrade .hrbcheckbox.checked .iconStyle {
  display: block !important;
}
#StackPanelTIDRescueContainer_AVersion .hrbradio.checked .btnText, #StackPanelTIDRescueContainer_AVersion .hrbcheckbox.checked .btnText, #StackPanelTcfStorageUpgrade .hrbradio.checked .btnText, #StackPanelTcfStorageUpgrade .hrbcheckbox.checked .btnText {
  display: none;
}
#StackPanelTIDRescueContainer_AVersion .hrbradio .labelContainer, #StackPanelTIDRescueContainer_AVersion .hrbcheckbox .labelContainer, #StackPanelTcfStorageUpgrade .hrbradio .labelContainer, #StackPanelTcfStorageUpgrade .hrbcheckbox .labelContainer {
  margin-bottom: 0px;
}
#StackPanelTIDRescueContainer_AVersion .hrbradio label, #StackPanelTIDRescueContainer_AVersion .hrbcheckbox label, #StackPanelTcfStorageUpgrade .hrbradio label, #StackPanelTcfStorageUpgrade .hrbcheckbox label {
  align-items: unset;
  min-height: 278px;
  font-weight: 500;
  padding: 19px;
  border: none !important;
  padding-top: 30px;
}
#StackPanelTIDRescueContainer_AVersion .hrbradio .ribbonRow, #StackPanelTIDRescueContainer_AVersion .hrbcheckbox .ribbonRow, #StackPanelTcfStorageUpgrade .hrbradio .ribbonRow, #StackPanelTcfStorageUpgrade .hrbcheckbox .ribbonRow {
  position: relative;
  display: block;
}
#StackPanelTIDRescueContainer_AVersion .hrbradio .ribbonRow .ribbonStyle, #StackPanelTIDRescueContainer_AVersion .hrbcheckbox .ribbonRow .ribbonStyle, #StackPanelTcfStorageUpgrade .hrbradio .ribbonRow .ribbonStyle, #StackPanelTcfStorageUpgrade .hrbcheckbox .ribbonRow .ribbonStyle {
  background: url(/hrblock/Templates/Premium/Images/Ribbon.svg) no-repeat 0 center;
  height: 54px;
  position: absolute;
  right: -19px;
  bottom: -13px;
  width: 74px;
  display: inline-block;
  align-items: center;
  padding: 12px;
  box-sizing: border-box;
  text-align: left;
  font-size: 14px;
  font-weight: bold;
  padding-left: 20px;
}
#StackPanelTIDRescueContainer_AVersion .rbsquarecard, #StackPanelTIDRescueContainer_AVersion .cbsquarecard, #StackPanelTIDRescueContainer_AVersion .cblifestylecard, #StackPanelTcfStorageUpgrade .rbsquarecard, #StackPanelTcfStorageUpgrade .cbsquarecard, #StackPanelTcfStorageUpgrade .cblifestylecard {
  margin-top: 20px;
}
@media (min-width: 1206px) and (max-width: 1365px) {
  #StackPanelTIDRescueContainer_AVersion .rbsquarecard, #StackPanelTIDRescueContainer_AVersion .cbsquarecard, #StackPanelTIDRescueContainer_AVersion .cblifestylecard, #StackPanelTcfStorageUpgrade .rbsquarecard, #StackPanelTcfStorageUpgrade .cbsquarecard, #StackPanelTcfStorageUpgrade .cblifestylecard {
    margin-top: 30px;
  }
}
#StackPanelTIDRescueContainer_AVersion .rbsquarecard sup, #StackPanelTIDRescueContainer_AVersion .cbsquarecard sup, #StackPanelTIDRescueContainer_AVersion .cblifestylecard sup, #StackPanelTcfStorageUpgrade .rbsquarecard sup, #StackPanelTcfStorageUpgrade .cbsquarecard sup, #StackPanelTcfStorageUpgrade .cblifestylecard sup {
  font-size: 11px;
}
@media (max-width: 1205px) {
  #StackPanelTIDRescueContainer_AVersion .rbsquarecard .formFieldBox, #StackPanelTIDRescueContainer_AVersion .cbsquarecard .formFieldBox, #StackPanelTIDRescueContainer_AVersion .cblifestylecard .formFieldBox, #StackPanelTcfStorageUpgrade .rbsquarecard .formFieldBox, #StackPanelTcfStorageUpgrade .cbsquarecard .formFieldBox, #StackPanelTcfStorageUpgrade .cblifestylecard .formFieldBox {
    max-width: 400px;
  }
}
#StackPanelTIDRescueContainer_AVersion .rbsquarecard:first-child, #StackPanelTIDRescueContainer_AVersion .cbsquarecard:first-child, #StackPanelTIDRescueContainer_AVersion .cblifestylecard:first-child, #StackPanelTcfStorageUpgrade .rbsquarecard:first-child, #StackPanelTcfStorageUpgrade .cbsquarecard:first-child, #StackPanelTcfStorageUpgrade .cblifestylecard:first-child {
  display: inline;
  margin-top: 30px;
}
@media (max-width: 1205px) {
  #StackPanelTIDRescueContainer_AVersion .rbsquarecard:first-child, #StackPanelTIDRescueContainer_AVersion .cbsquarecard:first-child, #StackPanelTIDRescueContainer_AVersion .cblifestylecard:first-child, #StackPanelTcfStorageUpgrade .rbsquarecard:first-child, #StackPanelTcfStorageUpgrade .cbsquarecard:first-child, #StackPanelTcfStorageUpgrade .cblifestylecard:first-child {
    margin-top: 0px;
    display: block;
  }
}
#StackPanelTIDRescueContainer_AVersion .rbsquarecard:first-child .hrbradio, #StackPanelTIDRescueContainer_AVersion .rbsquarecard:first-child .hrbcheckbox, #StackPanelTIDRescueContainer_AVersion .cbsquarecard:first-child .hrbradio, #StackPanelTIDRescueContainer_AVersion .cbsquarecard:first-child .hrbcheckbox, #StackPanelTIDRescueContainer_AVersion .cblifestylecard:first-child .hrbradio, #StackPanelTIDRescueContainer_AVersion .cblifestylecard:first-child .hrbcheckbox, #StackPanelTcfStorageUpgrade .rbsquarecard:first-child .hrbradio, #StackPanelTcfStorageUpgrade .rbsquarecard:first-child .hrbcheckbox, #StackPanelTcfStorageUpgrade .cbsquarecard:first-child .hrbradio, #StackPanelTcfStorageUpgrade .cbsquarecard:first-child .hrbcheckbox, #StackPanelTcfStorageUpgrade .cblifestylecard:first-child .hrbradio, #StackPanelTcfStorageUpgrade .cblifestylecard:first-child .hrbcheckbox {
  margin-left: 0px;
}
#StackPanelTIDRescueContainer_AVersion .rbsquarecard:first-child .hrbradio .borderColor, #StackPanelTIDRescueContainer_AVersion .rbsquarecard:first-child .hrbcheckbox .borderColor, #StackPanelTIDRescueContainer_AVersion .cbsquarecard:first-child .hrbradio .borderColor, #StackPanelTIDRescueContainer_AVersion .cbsquarecard:first-child .hrbcheckbox .borderColor, #StackPanelTIDRescueContainer_AVersion .cblifestylecard:first-child .hrbradio .borderColor, #StackPanelTIDRescueContainer_AVersion .cblifestylecard:first-child .hrbcheckbox .borderColor, #StackPanelTcfStorageUpgrade .rbsquarecard:first-child .hrbradio .borderColor, #StackPanelTcfStorageUpgrade .rbsquarecard:first-child .hrbcheckbox .borderColor, #StackPanelTcfStorageUpgrade .cbsquarecard:first-child .hrbradio .borderColor, #StackPanelTcfStorageUpgrade .cbsquarecard:first-child .hrbcheckbox .borderColor, #StackPanelTcfStorageUpgrade .cblifestylecard:first-child .hrbradio .borderColor, #StackPanelTcfStorageUpgrade .cblifestylecard:first-child .hrbcheckbox .borderColor {
  background-color: #008427;
}
@media (max-width: 1205px) {
  #StackPanelTIDRescueContainer_AVersion .rbsquarecard, #StackPanelTIDRescueContainer_AVersion .cbsquarecard, #StackPanelTIDRescueContainer_AVersion .cblifestylecard, #StackPanelTcfStorageUpgrade .rbsquarecard, #StackPanelTcfStorageUpgrade .cbsquarecard, #StackPanelTcfStorageUpgrade .cblifestylecard {
    margin-bottom: 5px !important;
  }
}
#StackPanelTIDRescueContainer_AVersion .rbsquarecard:last-of-type .hrbradio, #StackPanelTIDRescueContainer_AVersion .rbsquarecard:last-of-type .hrbcheckbox, #StackPanelTIDRescueContainer_AVersion .cbsquarecard:last-of-type .hrbradio, #StackPanelTIDRescueContainer_AVersion .cbsquarecard:last-of-type .hrbcheckbox, #StackPanelTIDRescueContainer_AVersion .cblifestylecard:last-of-type .hrbradio, #StackPanelTIDRescueContainer_AVersion .cblifestylecard:last-of-type .hrbcheckbox, #StackPanelTcfStorageUpgrade .rbsquarecard:last-of-type .hrbradio, #StackPanelTcfStorageUpgrade .rbsquarecard:last-of-type .hrbcheckbox, #StackPanelTcfStorageUpgrade .cbsquarecard:last-of-type .hrbradio, #StackPanelTcfStorageUpgrade .cbsquarecard:last-of-type .hrbcheckbox, #StackPanelTcfStorageUpgrade .cblifestylecard:last-of-type .hrbradio, #StackPanelTcfStorageUpgrade .cblifestylecard:last-of-type .hrbcheckbox {
  margin-right: 0px;
}
#StackPanelTIDRescueContainer_AVersion .rbsquarecard:first-child, #StackPanelTcfStorageUpgrade .rbsquarecard:first-child {
  display: inline-block;
}
#StackPanelTIDRescueContainer_AVersion .supremeButton, #StackPanelTIDRescueContainer_AVersion .secondaryButtonStyle, #StackPanelTcfStorageUpgrade .supremeButton, #StackPanelTcfStorageUpgrade .secondaryButtonStyle {
  width: 100% !important;
  font-size: 14px;
  padding-right: 20px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: 500;
  letter-spacing: 0px;
  min-height: 40px;
  line-height: 10px;
}
@media (min-width: 768px) and (max-width: 1205px) {
  #StackPanelTIDRescueContainer_AVersion .supremeButton, #StackPanelTIDRescueContainer_AVersion .secondaryButtonStyle, #StackPanelTcfStorageUpgrade .supremeButton, #StackPanelTcfStorageUpgrade .secondaryButtonStyle {
    padding: 19px 0 19px 0;
  }
}
#StackPanelTIDRescueContainer_AVersion .iconStyle, #StackPanelTcfStorageUpgrade .iconStyle {
  display: none;
  min-height: 48px;
  font-size: 17px;
  font-weight: 500;
  line-height: 25px;
  vertical-align: middle;
  text-align: center;
  padding-top: 15px;
  box-sizing: border-box;
}
#StackPanelTIDRescueContainer_AVersion .helpText, #StackPanelTIDRescueContainer_AVersion .accordianDetails, #StackPanelTcfStorageUpgrade .helpText, #StackPanelTcfStorageUpgrade .accordianDetails {
  display: none;
}
@media (max-width: 1205px) {
  #StackPanelTIDRescueContainer_AVersion, #StackPanelTcfStorageUpgrade {
    margin-bottom: 30px;
  }
  #StackPanelTIDRescueContainer_AVersion .helpText, #StackPanelTcfStorageUpgrade .helpText {
    display: block !important;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
    background: white;
    min-height: 43px;
    padding-top: 8px;
    box-sizing: border-box;
    position: relative;
    margin-left: 0px;
  }
  #StackPanelTIDRescueContainer_AVersion .helpText .iconRows, #StackPanelTcfStorageUpgrade .helpText .iconRows {
    display: table;
    margin-bottom: 17px;
    font-size: 15px;
    line-height: 22px;
  }
  #StackPanelTIDRescueContainer_AVersion .helpText .iconRows .checkmark, #StackPanelTcfStorageUpgrade .helpText .iconRows .checkmark {
    display: table-cell !important;
    vertical-align: top !important;
    padding-top: 4px;
  }
  #StackPanelTIDRescueContainer_AVersion a#linkHideProdDetails, #StackPanelTcfStorageUpgrade a#linkHideProdDetails {
    display: none;
  }
  #StackPanelTIDRescueContainer_AVersion .hrbradio, #StackPanelTIDRescueContainer_AVersion .hrbcheckbox, #StackPanelTcfStorageUpgrade .hrbradio, #StackPanelTcfStorageUpgrade .hrbcheckbox {
    margin: 0 !important;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
  }
  #StackPanelTIDRescueContainer_AVersion .hrbradio .labelContainer, #StackPanelTIDRescueContainer_AVersion .hrbcheckbox .labelContainer, #StackPanelTcfStorageUpgrade .hrbradio .labelContainer, #StackPanelTcfStorageUpgrade .hrbcheckbox .labelContainer {
    background-color: #ffffff;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
  }
  #StackPanelTIDRescueContainer_AVersion .hrbradio .labelContainer label, #StackPanelTIDRescueContainer_AVersion .hrbcheckbox .labelContainer label, #StackPanelTcfStorageUpgrade .hrbradio .labelContainer label, #StackPanelTcfStorageUpgrade .hrbcheckbox .labelContainer label {
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    box-shadow: none !important;
  }
  #StackPanelTIDRescueContainer_AVersion .rbsquarecard .formFieldBox, #StackPanelTIDRescueContainer_AVersion .cbsquarecard .formFieldBox, #StackPanelTIDRescueContainer_AVersion .cblifestylecard .formFieldBox, #StackPanelTcfStorageUpgrade .rbsquarecard .formFieldBox, #StackPanelTcfStorageUpgrade .cbsquarecard .formFieldBox, #StackPanelTcfStorageUpgrade .cblifestylecard .formFieldBox {
    -webkit-box-shadow: 0 16px 32px 0 rgba(0, 0, 0, 0.16);
    -moz-box-shadow: 0 16px 32px 0 rgba(0, 0, 0, 0.16);
    box-shadow: 0 16px 32px 0 rgba(0, 0, 0, 0.16);
    -webkit-border-radius: 6px;
    border-radius: 6px;
  }
  #StackPanelTIDRescueContainer_AVersion .accordianTIS, #StackPanelTcfStorageUpgrade .accordianTIS {
    display: block;
    text-align: left;
  }
  #StackPanelTIDRescueContainer_AVersion .accordianTIS .headerRow, #StackPanelTcfStorageUpgrade .accordianTIS .headerRow {
    color: #111111;
    font-size: 14px;
    font-weight: bold;
    line-height: 16px;
    display: block;
    position: relative;
    padding-left: 20px;
  }
  #StackPanelTIDRescueContainer_AVersion .accordianTIS .accordianDetails, #StackPanelTcfStorageUpgrade .accordianTIS .accordianDetails {
    background-color: #E6ECEF;
    padding-left: 20px;
    margin-top: 20px;
    padding-right: 25px;
    padding-top: 15px;
  }
  #StackPanelTIDRescueContainer_AVersion .arrow, #StackPanelTcfStorageUpgrade .arrow {
    border: 2px solid #000;
    width: 26px;
    height: 26px;
    display: inline-block;
    border-radius: 50%;
    text-align: center;
    transition: all 0.2s ease;
    position: absolute;
    right: 20px;
    box-sizing: border-box;
    bottom: -3px;
  }
  #StackPanelTIDRescueContainer_AVersion .arrow:after, #StackPanelTcfStorageUpgrade .arrow:after {
    content: "";
    display: inline-block;
    position: relative;
    top: 2px;
    border-style: solid;
    border-width: 0.12em 0.12em 0 0;
    border-color: black;
    vertical-align: middle;
    -moz-transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    z-index: 0;
    width: 8px;
    height: 8px;
    text-align: center;
  }
  #StackPanelTIDRescueContainer_AVersion .arrow.close:after, #StackPanelTcfStorageUpgrade .arrow.close:after {
    -moz-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 6px;
  }
}

.rbsquarecard.extendedTile .hrbcheckbox, .rbsquarecard.extendedTile .hrbradio, .cbsquarecard.extendedTile .hrbcheckbox, .cbsquarecard.extendedTile .hrbradio {
  min-width: 391px;
  margin: 0px;
}
.rbsquarecard.extendedTile .hrbcheckbox label, .rbsquarecard.extendedTile .hrbradio label, .cbsquarecard.extendedTile .hrbcheckbox label, .cbsquarecard.extendedTile .hrbradio label {
  min-height: 120px;
  box-sizing: border-box;
}
@media (max-width: 481px) {
  .rbsquarecard.extendedTile .hrbcheckbox, .rbsquarecard.extendedTile .hrbradio, .cbsquarecard.extendedTile .hrbcheckbox, .cbsquarecard.extendedTile .hrbradio {
    min-width: 100%;
  }
}
@media (min-width: 893px) {
  .rbsquarecard.extendedTile:nth-child(2n), .cbsquarecard.extendedTile:nth-child(2n) {
    margin-left: 14px;
  }
}
@media (max-width: 892px) {
  .rbsquarecard.extendedTile, .cbsquarecard.extendedTile {
    display: block !important;
  }
}
@media (max-width: 1612px) {
  #mainContentsBoxBorder.copilotOpened .rbsquarecard.extendedTile, #mainContentsBoxBorder.helpOpen .rbsquarecard.extendedTile, #mainContentsBoxBorder.copilotOpened .cbsquarecard.extendedTile, #mainContentsBoxBorder.helpOpen .cbsquarecard.extendedTile {
    margin-left: 0px !important;
    display: block !important;
  }
}

.emptyLabelCheckBoxWrap {
  padding: 0px 10px 30px 10px;
  margin-bottom: 15px;
}

.specialCheckBoxWrap {
  padding-left: 40px;
}

#StackPanelpnlContactInfo .span1.noWrap {
  width: 23px;
  margin: 2px 8px 0 0;
}
#StackPanelpnlContactInfo .span1.noWrap .emptyLabelCheckBoxWrap {
  padding-left: 5px;
}
#StackPanelpnlContactInfo .span11.noWrap {
  margin: 0;
  width: calc(100% - 31px);
}

.formFieldTextArea {
  font-size: 13px;
  height: auto;
  width: 100%;
  border-width: 0px;
  color: #3f3f3f;
  border-radius: 1px;
  outline: none;
  background-color: #efefef;
  margin-top: 10px;
  padding: 7px 7px 7px 7px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.formFieldTextArea:focus {
  background-color: #ffffff;
  border: 1px solid #277ecc;
}

ul.xlistStyle, ol.xlistStyle {
  margin: 0 0 0 30px;
}
ul.xlistStyle li, ol.xlistStyle li {
  margin-bottom: 5px;
}

/*Xtopic item styles*/
.checkListTopicItem {
  padding-bottom: 20px;
  padding-top: 15px;
  border-bottom: 1px solid #ccc;
}

.topicItemBtnCntr {
  display: table-cell;
  padding-right: 20px;
}

.topicItemTxtCntr {
  display: table-cell;
  vertical-align: middle;
}

.topicItemTxtCntr a.learnMore {
  display: inline-block;
  margin-left: 3px;
}

.LearnMoreHC {
  border-top: 1px solid #cdcdcd;
  font-size: 15px;
  font-weight: bold;
  padding: 15px 0px 15px 0px;
}

.labelContainer .recommendedTopic {
  position: absolute;
  top: 8px;
  padding-left: 5px;
}

@media (max-width: 481px) {
  #StackPanelpnlBSTUpsellCheckbox .vAlignMiddle {
    display: inline !important;
  }
}
#StackPanelpnlBSTUpsellCheckbox img {
  height: 20px;
}

@media (max-width: 481px) {
  #StackPanelTcfStorageUpgrade .rbsquarecard:first-child {
    margin-top: 30px;
  }
}
#StackPanelTcfStorageUpgrade .hrbradio {
  min-width: 350px;
}
@media (max-width: 481px) {
  #StackPanelTcfStorageUpgrade .hrbradio {
    min-width: unset;
  }
}
#StackPanelTcfStorageUpgrade .hrbradio label {
  font-weight: 400;
  min-height: 301px;
  padding: 19px 29px 29px 29px;
}
#StackPanelTcfStorageUpgrade .hrbradio label .iconTextBlock {
  margin-left: 5px;
}
#StackPanelTcfStorageUpgrade .hrbradio label .iconTextBlock .iconImage {
  width: 25px;
}
#StackPanelTcfStorageUpgrade .hrbradio label .iconTextBlock .iconText {
  padding-left: 16px;
}
#StackPanelTcfStorageUpgrade .hrbradio label .storageTotal {
  position: absolute;
  right: 25px;
  font-size: 24px;
  top: 44px;
}
#StackPanelTcfStorageUpgrade .hrbradio .borderColor, #StackPanelTcfStorageUpgrade .hrbradio .secondaryButtonStyle {
  background-color: #E6ECEF;
}
#StackPanelTcfStorageUpgrade .btnText a {
  min-height: 48px;
  line-height: 19px;
}
#StackPanelTcfStorageUpgrade .iconStyle img {
  padding-right: 12px;
}

.radioButtonList #ShowHidePanelOHDisclosureBlock .formFieldBox.listBox .hrbcheckbox,
.radioButtonList #ShowHidePanelSpruceOHDisclosureBlock .formFieldBox.listBox .hrbcheckbox {
  margin-top: 16px;
  margin-left: 6px;
}

.iconTextBlock {
  display: table !important;
}

.iconImage {
  display: table-cell !important;
  vertical-align: middle !important;
}

.iconText {
  display: table-cell !important;
  vertical-align: middle !important;
  padding-left: 10px;
}

.pwdIconShow {
  position: absolute;
  right: 0;
  cursor: pointer;
  top: 15px;
}

.pwdIconHide {
  position: absolute;
  right: 0;
  cursor: pointer;
  top: 14px;
}

.scrollPanelPrint {
  background: #ffffff;
  border: 2px solid #D6DAE0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 6px;
  padding: 14px;
}
@media only screen and (max-width: 481px) {
  .scrollPanelPrint::-webkit-scrollbar {
    height: 3px !important;
    width: 12px !important;
  }
  .scrollPanelPrint::-webkit-scrollbar-thumb {
    background-color: #6E6E6E !important;
  }
}
@media print {
  .scrollPanelPrint {
    overflow: unset !important;
    background-color: transparent !important;
  }
}

.fSsn_hidden, .hide-icon, .show-icon {
  display: none;
}

.hidedata {
  position: absolute;
  right: 0;
  top: 48px;
  border: none;
  background-color: transparent;
  box-shadow: none;
  cursor: pointer;
}
.hidedata .show-icon {
  display: inline-block;
}

.showdata .hide-icon {
  display: inline-block;
}
.showdata .show-icon {
  display: none;
}

#StackPanelMainMenuPanel .checkBoxList > .row-fluid {
  border-bottom: 1px solid #cdcdcd;
}
#StackPanelMainMenuPanel .checkBoxList .helpText {
  margin-left: 0px;
}
#StackPanelMainMenuPanel .checkBoxList .formFieldBox a.learnMore {
  margin-left: 3px;
}
#StackPanelMainMenuPanel .checkBoxList label {
  line-height: 22px;
}
#StackPanelMainMenuPanel .checkBoxList .hrbcheckbox {
  margin-right: 32px;
}
@media (max-width: 481px) {
  #StackPanelMainMenuPanel .checkBoxList .hrbcheckbox {
    width: 24px;
    height: 24px;
    min-width: 24px;
  }
}
@media (max-width: 481px) {
  #StackPanelMainMenuPanel .cbxContainer {
    display: flex;
    align-items: center;
  }
}
@media (max-width: 481px) {
  #StackPanelMainMenuPanel .hcAccordianContent:has(.checkBoxList) {
    padding-left: 0px;
  }
}

#StackPanelSuperMenuFooterPanel .findFormStyle {
  color: #000000;
}
#StackPanelSuperMenuFooterPanel .findFormStyle a.learnMore {
  font-size: 15px;
  line-height: 22px;
}

input.select.resbtn {
  box-sizing: inherit;
}

.greenRibbonPanel {
  margin-top: 12px;
  height: 36px;
  width: 295px;
  background: #003512;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  margin-bottom: 12px;
  position: relative;
}
.greenRibbonPanel .ribbonInnerContent {
  display: flex;
  padding: 6px 24px 6px 16px;
  align-items: center;
  gap: 8px;
  color: #00E95C;
  font-weight: 500;
  font-size: 17px;
  letter-spacing: 0.12px;
  line-height: 24px;
}
.greenRibbonPanel img {
  position: absolute;
  right: 0;
}

.tprDiscoutDate {
  font-weight: 400;
  display: block;
  font-size: 14px;
  letter-spacing: 0.12px;
  line-height: 20px;
  color: #005D1F;
  margin-bottom: 32px;
}

.tprDiscoutAmount {
  color: #005D1F;
  font-weight: 700;
  font-size: 32px;
  line-height: 36px;
  letter-spacing: 0.12px;
}

.tprExactAmount {
  color: #6E6E6E;
  font-weight: 400;
  font-size: 32px;
  line-height: 24px;
  letter-spacing: 0.12px;
}

.tprBenefitsLink {
  display: block;
  margin-bottom: 32px;
}

.moreTextBlock, .contentBlock {
  color: #005D1F;
  font-weight: 500;
  letter-spacing: 0.12px;
  line-height: 36px;
  font-size: 18px;
}

#StackPanelFNSSpecialPricingPanel .tprDiscoutDate {
  margin-bottom: 24px;
}

.tprFNSTextBlock {
  font-weight: 500;
  letter-spacing: 0.12px;
  line-height: 28px;
  font-size: 18px;
  margin-bottom: 16px;
  display: inline-block;
}

.tprFNSforBlock, .tprFNSExactAmount {
  font-weight: 400;
  letter-spacing: 0.12px;
  line-height: 28px;
  font-size: 18px;
}

.tprFNSDiscoutAmount {
  color: #005D1F;
  font-weight: 500;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 0.12px;
}

.formsSearchBox {
  position: relative;
}
.formsSearchBox .ui-autocomplete-input {
  height: 80px;
  border-radius: 16px;
  box-sizing: border-box;
  padding: 8px 16px;
  border-color: #9FA4AA;
}
.formsSearchBox input::placeholder {
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: -0.1px;
  color: #6E6E6E;
}
.formsSearchBox .searchIcon {
  position: absolute;
  padding: 30px;
  right: 10px;
  width: 20px;
  height: 20px;
}
.formsSearchBox input[type=text] {
  font-size: 18px;
}

.addFormItem, .gotoFormItem {
  position: relative;
}
.addFormItem .addFormButton, .addFormItem .gotoFormButton, .gotoFormItem .addFormButton, .gotoFormItem .gotoFormButton {
  position: absolute;
  right: 36px !important;
  color: #005D1F !important;
  font-size: 18px !important;
  font-weight: 500;
  line-height: 28px;
  letter-spacing: -0.01px;
  padding: 10px 0.2em !important;
}
@media (max-width: 1365px) {
  .addFormItem .addFormButton, .addFormItem .gotoFormButton, .gotoFormItem .addFormButton, .gotoFormItem .gotoFormButton {
    right: 10px !important;
  }
}
.addFormItem .addFormButton .addBtn, .addFormItem .addFormButton .gotoLink, .addFormItem .gotoFormButton .addBtn, .addFormItem .gotoFormButton .gotoLink, .gotoFormItem .addFormButton .addBtn, .gotoFormItem .addFormButton .gotoLink, .gotoFormItem .gotoFormButton .addBtn, .gotoFormItem .gotoFormButton .gotoLink {
  color: #005D1F !important;
  font-size: 18px !important;
  font-weight: 500;
}
.addFormItem .addFormButton .addBtn.added, .addFormItem .addFormButton .gotoLink.added, .addFormItem .gotoFormButton .addBtn.added, .addFormItem .gotoFormButton .gotoLink.added, .gotoFormItem .addFormButton .addBtn.added, .gotoFormItem .addFormButton .gotoLink.added, .gotoFormItem .gotoFormButton .addBtn.added, .gotoFormItem .gotoFormButton .gotoLink.added {
  color: #262626 !important;
}
.addFormItem .addFormButton .gotoLink, .addFormItem .gotoFormButton .gotoLink, .gotoFormItem .addFormButton .gotoLink, .gotoFormItem .gotoFormButton .gotoLink {
  padding: 0px;
  display: inline;
  margin-right: 8px;
}
.addFormItem .addFormButton .addBtn, .addFormItem .gotoFormButton .addBtn, .gotoFormItem .addFormButton .addBtn, .gotoFormItem .gotoFormButton .addBtn {
  display: inline-block;
  padding: 0px;
  padding-left: 8px;
}
.addFormItem .addFormButton.added, .gotoFormItem .addFormButton.added {
  color: #262626 !important;
}
.addFormItem .addFormButton, .gotoFormItem .addFormButton {
  padding-left: 38px !important;
}
@media (max-width: 1365px) {
  .addFormItem .addFormButton, .gotoFormItem .addFormButton {
    padding-left: 55px !important;
  }
}
.addFormItem .iconSpan, .gotoFormItem .iconSpan {
  width: 20px;
  height: 20px;
  color: #005D1F;
  font-size: 18px;
  top: 7px;
}
@media (max-width: 1365px) {
  .addFormItem .iconSpan, .gotoFormItem .iconSpan {
    right: 56px;
    top: 6px;
  }
}
.addFormItem .iconSpan .hrbo-icon-black-tick, .gotoFormItem .iconSpan .hrbo-icon-black-tick {
  color: #262626;
  font-size: 18px;
}
.addFormItem .iconSpan .hrbo-icon-arrow-right, .gotoFormItem .iconSpan .hrbo-icon-arrow-right {
  vertical-align: middle;
}
.addFormItem .iconSpan .hrbo-icon-add, .gotoFormItem .iconSpan .hrbo-icon-add {
  color: #005D1F !important;
  font-size: 18px;
}
.addFormItem .iconSpan-GoTo, .gotoFormItem .iconSpan-GoTo {
  right: 30px;
}

li.addFormItem .ui-state-active, li.gotoFormItem .ui-state-active {
  border: 1px solid #f1f5f7 !important;
  background: #f1f5f7 !important;
  color: #262626;
}

.formName, .formAdded {
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: 0.12px;
  padding: 10px 0px 10px 20px !important;
  width: calc(100% - 130px);
  box-sizing: border-box;
}

.submenuItem .submenuHeading {
  font-size: 16px !important;
  font-weight: 500 !important;
  line-height: 24px !important;
  letter-spacing: -0.01px;
  margin: 20px 0px 0px 20px !important;
  color: #6E6E6E;
}
.submenuItem .ui-state-active {
  border: none !important;
  background: #ffffff !important;
}

.ui-state-searchTerm {
  font-weight: bold;
}

.formsSearhList {
  border-bottom-left-radius: 16px;
  border-bottom-right-radius: 16px;
  box-sizing: border-box;
  box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.08);
  max-height: 252px;
  display: block !important;
}
.formsSearhList .iconSpan .hrbo-icon-add {
  color: #005D1F !important;
}
@media (max-width: 481px) {
  .formsSearhList {
    width: calc(100% - 80px);
    max-height: 225px;
  }
}
@media (max-width: 1365px) {
  .formsSearhList {
    width: calc(100% - 90px);
  }
}
.formsSearhList .noResultPanel {
  display: block !important;
  color: #ffffff;
}
.formsSearhList .noResultPanel .noResultText {
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: -0.1px;
  color: #6E6E6E;
  box-sizing: border-box;
  padding: 10px 36px 10px 20px !important;
  cursor: default;
}
.formsSearhList .noResultPanel .ui-state-active, .formsSearhList .noResultPanel .ui-widget-content .ui-state-active {
  background: #ffffff !important;
}
.formsSearhList .noResultPanel .gotoHelpLink {
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
  letter-spacing: -0.01px;
  color: #005D1F;
  padding: 0px;
}
.formsSearhList .noResultPanel .iconHelpSpan {
  width: 20px;
  height: 20px;
  padding: 4px 2px;
  justify-content: center;
  align-items: center;
  color: #005D1F;
  margin-left: 8px;
  top: 3px;
  position: relative;
}
@media (max-width: 995px) {
  .formsSearhList .noResultPanel .iconHelpSpan {
    top: 0px;
  }
}
.formsSearhList .noResultPanel .helpSection, .formsSearhList .noResultPanel .hcLink {
  padding: 0px !important;
}
.formsSearhList .noResultPanel .hcLink {
  padding: 10px 36px 10px 20px !important;
  min-height: 0px !important;
}
.formsSearhList a.ui-state-active {
  margin: auto !important;
}

.formsSearhList::-webkit-scrollbar-button {
  display: none !important;
}

.formsSearhList .submenuItem:hover, .formsSearhList .submenuItem::selection, .formsSearhList .submenuItem div.ui-state-active {
  background: white !important;
  cursor: default !important;
}

.formsSearhList .submenuItem.ui-state-active {
  border: 1px solid white !important;
  font-weight: normal !important;
  color: #ffffff !important;
}

.formsSearhList .addFormItem:hover, .formsSearhList .addFormItem::selection, .formsSearhList .addFormItem div.ui-state-active {
  background: #f1f5f7 !important;
}

.formsSearhList .gotoFormItem:hover, .formsSearhList .gotoFormItem::selection, .formsSearhList .gotoFormItem div.ui-state-active {
  background: #f1f5f7 !important;
}

#FormsSearch {
  padding-right: 62px;
}

.identityTis {
  background: url(/hrblock/Templates/Premium/Images/Ribbon_tis.svg) no-repeat 0 center !important;
  text-align: right !important;
}
.identityTis span {
  color: #FFFFFF;
}

.formShowBlockCards {
  display: flex;
  flex-direction: column;
  gap: 50px;
  align-self: stretch;
  padding-top: 25px;
}

.formShowBlockHorizontalRule {
  display: flex;
  height: 1px;
  justify-content: center;
  align-items: center;
  align-self: stretch;
}

.formShowBlockHorizontalLine {
  width: 796px;
  height: 1px;
  background-color: #D6DAE0;
}

.formShowBlockNoForms {
  color: #6e6e6e;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: 0.12px;
  justify-content: center;
}

.formShowBlockAddFormsList {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  align-self: stretch;
  padding-top: 50px;
}

.formShowBlockFormContainer {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 28px;
  align-self: stretch;
}

.formShowBlockAddFormsRow {
  display: flex;
  align-items: center;
  align-content: center;
  gap: 18px;
  align-self: stretch;
  flex-wrap: wrap;
  text-align: left;
}

.formShowBlockAddFormsText {
  color: #262626;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.12px;
  width: 85%;
  display: flex;
}
@media (max-width: 995px) {
  .formShowBlockAddFormsText {
    width: 67% !important;
  }
}
@media (min-width: 768px) and (max-width: 1205px) {
  .formShowBlockAddFormsText {
    width: 85% !important;
  }
}

.formShowBlockAddFormsBdsLink {
  display: flex;
  align-items: center;
  gap: 4px;
  cursor: pointer;
}

.formShowBlockAddFormsTrash {
  width: 24px;
  height: 24px;
}

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

@media (max-width: 995px) {
  #XListBoxxmaritalStatus-shdo {
    box-sizing: content-box;
  }
}

.navbardots {
  background: url(/hrblock/Templates/Premium/Images/icon-ellipsis-menu-control.svg) no-repeat center center;
  float: right;
  width: 9%;
  height: 44px;
}

.ellipsisdropdown {
  position: relative;
}
.ellipsisdropdown .navbardots {
  display: block;
  position: relative;
  width: 100%;
}
.ellipsisdropdown .select-list {
  display: none;
  width: auto;
  left: 13px;
  top: 42px;
  min-width: 132px;
  left: unset;
}
.ellipsisdropdown .select-list a {
  color: #262626;
  font-weight: 300;
}
.ellipsisdropdown .select-list .icon {
  font-size: 15px;
}
.ellipsisdropdown .select-list .migSpan {
  margin-left: 10px;
}
.ellipsisdropdown .select-list li {
  line-height: 35px;
}
.ellipsisdropdown .migIcons {
  display: inline-block;
  vertical-align: middle;
}

#notificationDropDown {
  max-height: 100vh;
  width: 340px;
  background-color: #fff;
  position: fixed;
  right: 25px;
  z-index: 17;
  box-sizing: border-box;
  display: none;
  top: 0px;
  overflow: auto;
  -webkit-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.2);
}
@media print {
  #notificationDropDown {
    display: none !important;
  }
}
@media (max-width: 481px) {
  #notificationDropDown {
    height: 100%;
    position: fixed;
    width: 100%;
    right: 0;
    border: none;
  }
}
#notificationDropDown .notifHeading {
  border-top: 4px solid #262626;
  padding: 0;
  padding-top: 23px;
}
#notificationDropDown .notifHeading h3 {
  padding: 0;
  font-weight: 500;
  font-size: 20px;
  color: #5c5c5e;
  text-align: center;
}
#notificationDropDown .notifClose span {
  position: absolute;
  top: 11px;
  right: 20px;
  cursor: pointer;
  font-size: 14px;
  font-weight: 300;
  color: #000000;
  padding-top: 20px;
  /*&:hover {
      color: $primary-active;
  }*/
}
#notificationDropDown .notifBody {
  padding: 5px 25px 30px 25px;
  text-align: left;
}
#notificationDropDown > div {
  margin-bottom: 20px;
  font-weight: normal;
  font-size: 14px;
  line-height: 1.4em;
  color: #383838;
  display: block;
}
#notificationDropDown > div .notifTextMessage {
  display: table-cell;
  text-align: left;
  padding-right: 5px;
}
#notificationDropDown > div .notifCreatedOn {
  display: block;
  text-align: left;
  color: #737678;
  font-size: 12px;
  font-weight: 500;
  line-height: 17px;
  margin-top: 15px;
  cursor: auto;
}
#notificationDropDown > div:last-child {
  margin-bottom: 0;
}
#notificationDropDown .notifContents {
  border-top: 1px solid #E4E4E4;
}
#notificationDropDown .notifContents > div {
  display: table;
  width: 100%;
}
#notificationDropDown .notifContents #notfDefaultMessage {
  margin-top: 25px;
  display: block;
}
@media (min-width: 1206px) {
  #notificationDropDown.helpPannelOpened, #notificationDropDown.copilotOpened, #notificationDropDown.txoNotesPanelOpened {
    right: 445px !important;
  }
}
@media (min-width: 1366px) and (max-width: 1408px) {
  #notificationDropDown.helpPannelOpened {
    right: max(20.5%, 307px) !important;
  }
}

#notifContainer {
  position: relative;
  width: 70px;
  align-self: center;
  text-align: right;
  vertical-align: middle;
  margin-right: 16px;
}
@media (min-width: 1206px) {
  #notifContainer {
    margin-right: 30px;
  }
}
@media (min-width: 1206px) and (max-width: 1205px) {
  #notifContainer {
    width: 65px;
  }
}
@media (max-width: 767px) {
  #notifContainer {
    width: 32px;
  }
}
#notifContainer .notifCount {
  position: absolute;
  height: 10px;
  width: 10px;
  background-color: #008427;
  color: #ffffff;
  top: 0px;
  left: 17px;
  font-size: 6px;
  font-weight: 800;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
#notifContainer .notifCount span {
  text-align: center;
  display: block;
  position: relative;
  top: -6px;
}

.notifAccordian {
  width: 100%;
  padding: 0;
  border-bottom: 1px solid #e4e4e4;
  color: #000000;
}
.notifAccordian > div span {
  display: table-cell;
  vertical-align: middle;
  width: 85%;
  cursor: pointer;
}
.notifAccordian .headerpanel {
  display: table !important;
  width: 100%;
  padding-bottom: 15px;
  padding-top: 15px;
  font-weight: 900;
}
.notifAccordian .headerpanel .headerText {
  font-size: 16px;
  background: none !important;
}
.notifAccordian .headerpanel.read {
  font-weight: 500 !important;
}
.notifAccordian .headerpanel .accordianIcon {
  display: table-cell;
  vertical-align: middle;
  width: 6%;
}
.notifAccordian .headerpanel .accordianIcon .icon {
  transform: rotate(-90deg);
  display: inline-block;
  font-size: 12px !important;
  color: #000000;
}
.notifAccordian .headerpanel.active .accordianIcon .icon {
  transform: rotate(-270deg);
}
.notifAccordian .accordianContent {
  display: none;
  padding-bottom: 15px;
  font-size: 15px;
}
.notifAccordian:last-child {
  border-bottom: none;
}

.notifContents p {
  margin-top: 8px;
}

.frame .iframeClass iframe, .frame .iframeClass #iframeLoadingDiv {
  top: 0;
}

.modalWindowContent {
  width: 430px;
  background-color: transparent;
}

.modalWindowContent {
  position: fixed;
  background: #FFFFFF;
  width: 25px;
  height: 350px;
  display: none;
  z-index: 20;
  top: -1000px;
  left: -1000px;
}
.modalWindowContent.alignCenter, .modalWindowContent.waveDDO {
  position: fixed !important;
  top: 0 !important;
  left: 0 !important;
  right: 0;
  bottom: 0;
  margin: auto !important;
  border-radius: 6px;
  box-shadow: 0 0 30px -5px rgba(0, 0, 0, 0.15);
  border-top: none;
  max-width: 550px;
}
@media (max-width: 481px) {
  .modalWindowContent.alignCenter, .modalWindowContent.waveDDO {
    min-height: 100% !important;
    border-radius: 0;
  }
}
.modalWindowContent.alignCenter.compact, .modalWindowContent.waveDDO.compact {
  max-width: 441px;
  min-height: 150px !important;
  height: auto;
}
@media (max-width: 481px) {
  .modalWindowContent.alignCenter.compact, .modalWindowContent.waveDDO.compact {
    min-height: 100% !important;
  }
}
.modalWindowContent.waveDDO {
  border-radius: 15px;
  transform: none !important;
}
@media (max-width: 481px) {
  .modalWindowContent.waveDDO {
    border-radius: 0;
  }
}
.modalWindowContent.waveDDO.compact {
  max-width: 480px;
}
.modalWindowContent.fillcustombg {
  border-radius: 10px;
}
.modalWindowContent.fullScreen {
  width: calc(100% - 150px);
  max-width: 1250px;
}

#modalContainer #modalClose.hideClose {
  display: none !important;
}
#modalContainer #pageBodyPanel.fillcustombg {
  padding: 0px !important;
}

body.modalBgTransparent {
  background-color: transparent !important;
}
body.modalBgTransparent .navigationfooter {
  display: none !important;
}

#modalContainer .btnCloseDiv.alignCenter {
  right: 16px;
  top: 22px;
}
#modalContainer .btnCloseDiv.alignCenter .boxclose .icon {
  font-size: 14px;
  color: #000000;
}
@media (max-width: 481px) {
  #modalContainer .btnCloseDiv.alignCenter .boxclose .icon {
    font-size: 16px;
  }
}

.modalCloseDiv.waveDDO {
  right: 29px;
  top: 31px;
  font-size: 11px;
}

#modalContainer div#modalClose a.boxclose:before, #modalWindowContainer .modalCloseDiv a.boxclose:before {
  content: "";
}
#modalContainer div#modalClose a.boxclose, #modalWindowContainer .modalCloseDiv a.boxclose {
  padding-top: 0;
  margin-top: 0;
}

div#modalWindowContainer .buttonPanel .buttonStyle, div#modalWindowContainer .buttonPanel .greyButtonStyle, div#modalWindowContainer .buttonPanel .secondaryButtonStyle {
  margin-right: 30px;
}

#alertModalmessage {
  font-size: 18px;
  line-height: 21px;
}

#alertModalbuttons {
  margin-top: 30px;
}

.alertModalWindow {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: white;
  z-index: 1010;
  max-width: 100%;
  max-height: 100%;
  display: grid;
  width: 410px;
  padding: 15px;
  border-radius: 16px;
  -webkit-box-shadow: 0px 15px 25px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0px 15px 25px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 15px 25px rgba(0, 0, 0, 0.05);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media (max-width: 481px) {
  .alertModalWindow {
    width: 95%;
    top: 70%;
  }
}
.alertModalWindow.closed {
  display: none;
}
.alertModalWindow .modalCloseDiv {
  cursor: pointer;
}
.alertModalWindow a {
  margin-bottom: 10px !important;
  margin-right: 15px;
}
.alertModalWindow .icon {
  font-size: 21px;
  color: #262626;
}

.modalOverlay {
  z-index: 1000;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  filter: progid:DXImageTransform.Microsoft.alpha(opacity=60);
  opacity: 0.6;
  background: #000 url(/HRBlock/images/1pxHC.gif);
}
.modalOverlay.closed {
  display: none;
}

#UnsavedUserSignout #alertModalheaderIcon .icon {
  font-size: 50px;
  color: #FDBC29;
  display: inherit;
}

#floatingDropdown {
  max-height: calc(100vh - 60px);
  width: 370px;
  background-color: white;
  box-shadow: 0 3px 6px 0 rgba(54, 54, 54, 0.36);
  position: fixed;
  right: 0;
  z-index: 18;
  border-top: 7px solid #262626;
  box-sizing: border-box;
  display: none;
  top: 64px;
  overflow: auto;
}
@media print {
  #floatingDropdown {
    display: none !important;
  }
}
@media (max-width: 481px) {
  #floatingDropdown {
    max-height: 100vh;
    height: 100%;
    position: fixed;
    width: 100%;
    right: 0;
    top: 0;
  }
}
#floatingDropdown #flyOutWindowContent {
  width: 100% !important;
  min-height: 230px;
  overflow-y: scroll;
}
@media (min-width: 482px) and (max-width: 1205px) {
  #floatingDropdown {
    top: 120px;
  }
}
@media (min-width: 1206px) {
  #floatingDropdown.helpPannelOpened, #floatingDropdown.copilotOpened, #floatingDropdown.txoNotesPanelOpened {
    right: 420px !important;
  }
}
@media (min-width: 1366px) and (max-width: 1408px) {
  #floatingDropdown.helpPannelOpened {
    right: max(20.5%, 282px) !important;
  }
}

div#OldUserTimeOutSignOut #alertModalClose, div#NewUserTimeOutSignOut #alertModalClose {
  display: none;
}
div#OldUserTimeOutSignOut #alertModalheaderIcon .hrbo-icon-clock, div#NewUserTimeOutSignOut #alertModalheaderIcon .hrbo-icon-clock {
  font-size: 50px;
}
div#OldUserTimeOutSignOut #alertModaltitle h2, div#NewUserTimeOutSignOut #alertModaltitle h2 {
  font-weight: bold;
}

/*#modalWindowContent{
    position:fixed;
}

/* New Modal window styles*/
.iframeClass iframe {
  position: absolute;
  width: 100%;
  max-width: 600px;
  left: 0;
  margin: 0 auto;
  right: 0;
  top: 40px;
  border-radius: 16px;
  margin-top: 10px !important;
}

.iframeClass #iframeLoadingDiv {
  display: none;
  position: absolute;
  max-width: 600px;
  min-height: 400px;
  left: 0;
  margin: 0 auto;
  right: 0;
  z-index: 20;
  top: 40px;
  text-align: center;
  width: 100%;
}

.iframeClass #iframeLoadingDiv img {
  margin-top: 150px;
  width: 75px;
  animation-name: spin;
  animation-duration: 800ms;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

#modalContainer .container-fluid {
  padding: 0px 0px 0px 0px;
}
#modalContainer div#modalClose a.boxclose {
  font-size: 25px;
  font-weight: bold;
  color: #3f3f3f;
}
#modalContainer div#modalClose a.boxclose .icon {
  font-size: 21px;
  color: #262626;
}
#modalContainer div#modalClose a.boxclose:focus {
  outline: 1px dotted #BBBBBB;
}
#modalContainer div#modalClose a.contactusClose {
  color: #fff !important;
}
#modalContainer #pageBodyPanel {
  padding: 0px 30px 20px 30px;
  overflow-y: auto;
  overflow-x: hidden;
  height: auto;
}
#modalContainer #mainContentsBoxBorder {
  width: 100%;
}
#modalContainer #mainContentsBox {
  margin: 0px;
  width: 100%;
}
#modalContainer #mainContents {
  min-height: 230px;
}
#modalContainer #mainContents.smallModalWindow .navigationfooter {
  min-height: 0px;
}
#modalContainer .commonQuesHelpCenterDiv {
  margin: 0 auto;
  width: 100%;
  text-align: center;
  display: none;
}

#modalContainer .btnCloseDiv {
  position: absolute;
  right: 15px;
  top: 13px;
  z-index: 20;
}
#modalContainer .btnCloseDiv.smallModalWindow .icon {
  font-size: 17px;
  color: #111111;
}

#modalContainer .headerBox {
  border: none;
  /*background-color: #efefef;*/
  padding-left: 30px;
  min-height: 60px;
  margin: 0px;
}

#modalContainer .headerBox.contactusHeader {
  border: none;
  background: #3f3f3f;
  padding-left: 0px;
  min-height: 40px;
  margin: 0px;
  padding-bottom: 10px;
  text-align: center;
  text-indent: -15px;
}

#modalContainer .headerBox.contactusHeader h1 {
  color: #fff;
}

#modalContainer .headerBox h1 {
  color: #3f3f3f;
  font-size: 20px;
  margin: 15px 0px 0px 0px;
  padding: 0px;
}

#modalContainer span.pageTitle {
  padding: 0px;
}

#modalContainer .FaqOuterPanel {
  padding: 0px !important;
  max-height: none;
}

#modalContainer .quickHelpItemContainer {
  border-bottom: 1px solid #CDCDCD;
  padding-top: 3px;
  padding-bottom: 10px;
}

#modalContainer .helpPanelBox {
  width: 100%;
  padding-bottom: 30px;
}

#modalContainer .lineTagStyle {
  display: none;
}

#modalContainer .searchOuterPanel {
  padding: 0px;
}

.modalTitle h1 {
  display: block;
  font-size: 20px;
  margin: 15px 0;
  font-weight: normal;
}

#defaultVeil {
  position: absolute;
  background: #000 url(/HRBlock/images/1pxHC.gif);
  width: 10px;
  left: 0;
  top: 0;
  z-index: 18;
  visibility: hidden;
  filter: progid:DXImageTransform.Microsoft.alpha(opacity=60);
  opacity: 0.6;
}

/******************************  popup Template Styles *******************/
body.popupPage {
  background: transparent url("/hrblock/Templates/Premium/Images/panels/bgGray_fy15.png") repeat-x fixed !important;
}

body.popupPage div.container {
  width: auto;
  height: 100%;
  margin: 0px 15px 15px 15px;
}

body.popupPage .span9 {
  height: 100%;
  padding: 10px;
  width: auto;
  float: none;
}

body.popupPage #logoBox, body.popupPage #partnerLogo {
  border: none;
}

body.popupPage #mainContentsBox {
  float: none;
  position: relative;
  z-index: 5;
  width: auto;
  height: auto;
  margin: 0px;
  -moz-box-shadow: 0 0 15px #899;
  -webkit-box-shadow: 0 0 15px #899;
  box-shadow: 0 0 15px #899;
}

/******************************  /popup Template Styles *******************/
#glossaryWindowContainer, #modalWindowContainer {
  position: absolute;
  display: none;
  left: 0;
  top: 60px;
  z-index: 19;
  white-space: normal;
  margin: 0 22% !important;
  width: 610px !important;
  height: 400px;
}

#glossaryWindowContainer {
  display: none;
}

#modalWindowContainer {
  display: none;
}

a.uibYes, a.uibNo {
  width: 75px;
  height: 25px;
  text-align: left;
  background-position: 0px 0px;
  font-size: 18px;
  color: white;
  background-repeat: no-repeat;
  display: block;
}

a.uibYes, a.uibYes :hover {
  background-image: url(/hrblock/Templates/Premium/Images/buttons/Button_Yes.gif);
}

a.uibNo, a.uibNo:hover {
  background-image: url(/hrblock/Templates/Premium/Images/buttons/Button_No.gif);
}

a.uibYes:hover, a.uibNo:hover {
  background-position: 0 -27px;
}

.modalCloseDiv {
  position: absolute;
  right: 25px;
  top: 20px;
  z-index: 20;
}

div#modalBoxClose a.boxclose {
  color: #3f3f3f;
  cursor: pointer;
  display: inline-block;
  float: right;
  font-size: 25px;
  line-height: 0;
  font-weight: bold;
  margin: 4px 5px 0 0;
  background: none repeat scroll 0 0 transparent;
  border: medium none;
}

div#modalBoxClose a.boxclose:focus {
  outline: 1px dotted #BBBBBB;
}

#modalContainer div#pageBodyPanel.alignCenter {
  color: #000000;
  padding: 25px 46px 20px 46px;
  font-weight: normal;
  font-size: 16px;
}
@media (max-width: 481px) {
  #modalContainer div#pageBodyPanel.alignCenter {
    padding: 25px 20px 20px 20px;
  }
}
#modalContainer div#pageBodyPanel.alignCenter.compact {
  padding: 25px 39px 36px 39px;
}
#modalContainer div#pageBodyPanel.alignCenter.compact .icon {
  font-size: 16px;
  margin-right: 10px;
  color: #B3B3B3;
}
#modalContainer div#pageBodyPanel.alignCenter .navigationfooter {
  display: none;
}
#modalContainer #pageHeader .headerBox.alignCenter {
  display: none;
}

div#pageArea.waveDDO div#pageBody {
  padding: 74px 70px 28px 70px;
}
div#pageArea.waveDDO div#pageBody > div > div > div:first-child > div:first-child {
  margin-bottom: 16px;
}
div#pageArea.waveDDO div#pageBody > div > div > div:first-child > div:first-child span {
  line-height: 40px;
}
div#pageArea.waveDDO div#pageBody > div > div > div:first-child > div:nth-child(2) {
  margin-bottom: 35px;
}
div#pageArea.waveDDO div#pageBody > div > div > div:first-child > div:nth-child(2) span {
  line-height: 24px;
}
div#pageArea.waveDDO div#pageBody > div > div > div:nth-child(2) a {
  font-size: 19px !important;
  padding: 19px 0px !important;
  line-height: 22px !important;
}
div#pageArea.waveDDO .navigation-footer {
  display: none;
}
div#pageArea.waveDDO #pageHeader .headerBox {
  display: none;
}

.iframeClass iframe.smallModalWindow {
  margin: auto !important;
  max-width: 350px;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
}
@media (max-width: 481px) {
  .iframeClass iframe.smallModalWindow {
    min-height: 100vh !important;
    position: fixed;
  }
}

.iframeClass iframe.largeModalWindow {
  margin: auto !important;
  max-width: 750px;
}
@media (max-width: 481px) {
  .iframeClass iframe.largeModalWindow {
    min-height: 100vh !important;
  }
}

.iframeClass iframe.standardModalWindow {
  margin: auto !important;
  max-width: 850px;
  z-index: 102;
}
@media (max-width: 481px) {
  .iframeClass iframe.standardModalWindow {
    min-height: 100vh !important;
  }
}

#rightFloatingWindow {
  width: 374px;
  background-color: #FFFFFF;
  -webkit-box-shadow: 0 0 30px -5px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 0 30px -5px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 30px -5px rgba(0, 0, 0, 0.15);
  position: fixed;
  right: 0;
  z-index: 16;
  border-top: 11px solid #3BC0F8;
  box-sizing: border-box;
  top: 64px;
  height: calc(100vh - 64px);
  overflow: auto;
  display: none;
  scroll-behavior: smooth;
}
#rightFloatingWindow::-webkit-scrollbar {
  width: 8px;
}
#rightFloatingWindow::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 3.5px;
}
#rightFloatingWindow::-webkit-scrollbar-thumb {
  background-color: slategrey;
  border-radius: 3.5px;
}
@media (max-width: 1205px) {
  #rightFloatingWindow {
    top: 120px;
    height: calc(100% - 120px);
  }
}
@media (max-width: 481px) {
  #rightFloatingWindow {
    top: 0px;
    height: 100vh;
    z-index: 17;
    width: 100%;
  }
}
#rightFloatingWindow #closeLink {
  top: 18px;
  right: 25px;
  cursor: pointer;
  position: absolute;
  z-index: 20;
}
#rightFloatingWindow #closeLink .icon {
  font-size: 17px;
  color: black;
}
#rightFloatingWindow .bodyContenDiv {
  margin-top: 35px;
}

@media (max-width: 481px) {
  #modalWindowContainer {
    width: 100% !important;
    margin: 0 !important;
    height: auto !important;
    max-height: 500px;
  }
}

#pageBodyPanel.reorderingButtonsMobile .navigationfooter {
  display: block !important;
}

.modal-dialog-simple-close {
  top: 32px !important;
  right: 24px !important;
}
.modal-dialog-simple-close .icon {
  font-size: 14px !important;
}

.modal-dialog-simple {
  max-width: 520px !important;
}

.modal-dialog-simple-contents #pageBodyPanel {
  padding: 12px 24px 24px 24px !important;
  box-sizing: border-box;
}
.modal-dialog-simple-contents .supremeButton {
  margin-bottom: 14px !important;
}
.modal-dialog-simple-contents .secondaryButtonStyle {
  border-color: #005D1F;
  color: #005D1F;
}
.modal-dialog-simple-contents #TextBlockHeadingBlock, .modal-dialog-simple-contents #TextBlockClearModalHeadingBlock {
  max-width: 424px;
  display: block;
  line-height: 28px;
  letter-spacing: 0.12px;
  color: #262626;
}
.modal-dialog-simple-contents .downgradeContentPanel, .modal-dialog-simple-contents .clearModalContentPanel {
  max-width: 472px;
  display: block;
  line-height: 28px;
  letter-spacing: -0.1px;
  color: #000000;
}

.downgradeHeadingPanel, .clearModalHeadingPanel {
  display: block;
  margin-bottom: 18px;
}

#pageBodyPanel.bottom-sheet-modal {
  padding: 0px !important;
  max-height: 464px;
  background: #F1F5F7;
}
#pageBodyPanel.bottom-sheet-modal #StackPanelgreenBanner {
  padding: 43px 26px;
  background: #19532E;
  font-size: 24px;
  font-weight: 700;
  line-height: 120%;
}
@media (max-width: 396px) {
  #pageBodyPanel.bottom-sheet-modal #StackPanelgreenBanner {
    font-size: 22px;
  }
}
#pageBodyPanel.bottom-sheet-modal #StackPanelwhiteBanner {
  padding: 16px;
  background: #F1F5F7;
}
#pageBodyPanel.bottom-sheet-modal #StackPanelwhiteBanner .boxContent {
  margin-bottom: 16px;
  display: block;
  line-height: normal;
  letter-spacing: 0.12px;
}
#pageBodyPanel.bottom-sheet-modal #StackPanelwhiteBanner .continueLink {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.12px;
}
#pageBodyPanel.bottom-sheet-modal #StackPanelwhiteBanner .downloadLink {
  font-size: 16px;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -0.1px;
}
#pageBodyPanel.bottom-sheet-modal .appIconPanel {
  width: 100%;
  position: relative;
  display: inline-block;
}
#pageBodyPanel.bottom-sheet-modal .appIconPanel img {
  position: absolute;
  height: 60px;
  top: -54px;
  left: 50%;
  transform: translateX(-50%);
}

.frame .iframeClass .bottomSheetModal {
  animation: MoveUpDown 3s;
  position: absolute;
  left: 0;
  bottom: 0;
  min-height: 0% !important;
  top: unset !important;
  border-radius: 16px;
}

@keyframes MoveUpDown {
  0% {
    transform: translateY(100vh);
  }
  50% {
    transform: translateY(calc(100vh - 80px));
  }
}
#StackPanelCoinTrackerModal {
  padding: 40px;
}
#StackPanelCoinTrackerModal .ctDisclaimer {
  line-height: 18px;
}
#StackPanelCoinTrackerModal .ctDisclaimer a.hyperlinkStyle {
  color: #262626;
}
#StackPanelCoinTrackerModal .ctBody {
  line-height: 24px;
  font-size: 18px;
  margin-top: 32px;
}
#StackPanelCoinTrackerModal .ctButtonPanel .icon {
  font-size: 13px;
  color: white;
  margin-left: 10px;
}
#StackPanelCoinTrackerModal .ctQues {
  margin-top: 8px;
}

.cardActionDivImage {
  min-height: 143px;
  text-align: center;
}

.cardActionDivImage img {
  padding: 30px 10px 10px 10px;
}

.cardActionDiv {
  width: 232px !important;
  height: 221px !important;
  background-color: #FFFFFF;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
}

.cardActionContentDiv {
  font-size: 15px;
  font-weight: bold;
  line-height: 20px;
  text-align: center;
  color: #5E5E5E;
  padding: 10px;
}

.cardActionBtnDiv {
  color: #FFFFFF;
  font-size: 13px;
  font-weight: bold;
  background-color: #468522;
  padding: 10px;
}

#StackPanelpnlReviewReturnPDF .cardActionDiv {
  position: relative;
  display: table;
  height: 135px !important;
  width: 350px !important;
}

#StackPanelpnlReviewReturnPDF .cardActionDiv img {
  height: 36px;
  padding-top: 20px;
}

#StackPanelpnlReviewReturnPDF .cardActionDivImage {
  float: right;
  width: 20%;
  display: table-cell;
  min-height: 100px;
}

#StackPanelpnlReviewReturnPDF .cardActionContentDiv {
  float: left;
  width: 80%;
  display: table-cell;
  vertical-align: middle;
  min-height: 100px;
  text-align: left;
  box-sizing: border-box;
}

#StackPanelpnlReviewReturnPDF .cardActionBtnDiv {
  float: none;
  clear: both;
  padding: 12px;
  font-size: 15px;
  text-align: center;
}

.pageBodySliderImageBoxWrapr {
  width: 100%;
  margin: 0 auto;
  text-align: left;
  float: left;
  height: auto;
}

.pageBodySliderImageBox {
  width: 100%;
  height: 204px;
  border-bottom: 1px solid #ddd;
  position: relative;
}

.pageBodySlider {
  position: absolute;
  width: 100%;
  height: 204px;
  background-color: rgb(192, 192, 192);
  background-image: linear-gradient(rgb(255, 255, 255) 0%, rgb(215, 215, 215) 99%);
}

.persInfoBodySliderImage {
  width: 100%;
  height: 204px;
  background: url("/hrblock/Templates/Premium/Images/get_started_pers_info.jpg");
}

.incomeBodySliderImage {
  width: 100%;
  height: 204px;
  background: url("/hrblock/Templates/Premium/Images/get_started_income.jpg");
}

.adjDednsSliderImage {
  width: 100%;
  height: 204px;
  background: url("/hrblock/Templates/Premium/Images/get_started_adj_ded.jpg");
}

.creditsSliderImage {
  width: 100%;
  height: 204px;
  background: url("/hrblock/Templates/Premium/Images/get_started_credits.jpg");
}

.taxesSliderImage {
  width: 100%;
  height: 204px;
  background: url("/hrblock/Templates/Premium/Images/get_started_taxes.jpg");
}

.wrapUpSliderImage {
  width: 100%;
  height: 204px;
  background: url("/hrblock/Templates/Premium/Images/get_started_wrap_up.jpg");
}

.pageBodySliderCirlce {
  width: 96px;
  height: 96px;
  position: absolute;
  top: 40px;
  left: 44%;
  z-index: 0;
}

#StackPanelAnimationPanel {
  float: left;
  width: 100%;
  height: 204px;
}

* #StackPanelAnimationPanel + div {
  float: left;
  background: #fff;
  position: relative;
}

.incomeBodySliderImage .pageBodySliderCirlce {
  background: url("/hrblock/Templates/Premium/Images/performaAnimationCircle.gif") no-repeat center center;
}

.adjDednsSliderImage .pageBodySliderCirlce {
  background: url("/hrblock/Templates/Premium/Images/circles_adj_deds.gif") no-repeat center center;
}

.creditsSliderImage .pageBodySliderCirlce {
  background: url("/hrblock/Templates/Premium/Images/circles_credits.gif") no-repeat center center;
}

.taxesSliderImage .pageBodySliderCirlce {
  background: url("/hrblock/Templates/Premium/Images/circles_taxes.gif") no-repeat center center;
}

.incomeScreeIconsBox, .adjDednsScreeIconsBox, .creditsScreeIconsBox, .taxesScreeIconsBox {
  width: 100%;
  min-height: 150px;
  float: left;
  position: relative;
  background: #fff;
  margin-bottom: 50px;
  text-align: left;
}

.ocrRealTimeStatusContainer {
  min-height: 150px;
  border: 2px solid #ccc;
  background: #efefef;
  /* background-clip: padding-box; */
  padding: 15px;
  /* font-size: 16px; */
  /* box-sizing: border-box; */
  height: auto;
}

.ocrPhotoCapture {
  display: none;
}

.ocrPhotoCaptureLink {
  display: block;
  margin: auto;
  color: green;
  text-align: center;
}

.ocrItemWrapper {
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin: 16px;
  min-height: 100px;
}

.ocrItemWrapper:hover {
  z-index: 10;
}

.ocrItemBox {
  overflow: hidden;
  width: 160px;
  height: 110px;
  box-shadow: 3px 3px 5px #666666;
  position: relative;
  display: block;
  background: #fff;
}

.ocrItem {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 13px;
  max-width: 100%;
  background: url("/hrblock/Templates/Premium/Images/icon_description.png") center 10px no-repeat;
  padding: 80px 10px 10px 10px;
  text-align: center;
  color: rgba(0, 0, 0, 0.9);
  line-height: 150%;
  width: 140px;
}

.ocrFilename:not(:hover) {
  overflow: hidden;
  text-overflow: ellipsis;
}

.ocrFilename {
  white-space: nowrap;
}

.ocrFilename:hover span {
  border: 1px solid rgba(200, 200, 200, 0.8);
  background-color: rgba(255, 255, 255, 0.8);
}

.ocrFilename:not(:hover) span {
  border: 1px solid transparent;
}

.ocrFilename span {
  background-color: rgba(255, 255, 255, 0.4);
  padding: 0 0.4em;
  border-radius: 3px;
}

/*@function SpanWidth($args) {
    @return (((8.3333)*$args) - ((12/$args) - ((8.3333)*$args)/100)) + %;
}*/
/*Mixin to override default gridcolumn behaviour in responsive. Need to find another way to do this*/
.summaryHubCard {
  min-height: 80px;
  max-width: 600px;
  border-radius: 10px;
  background-color: #ffffff;
  box-shadow: 0 0 30px -5px rgba(0, 0, 0, 0.15);
  padding: 32px 48px 26px 48px;
  font-weight: normal;
  box-sizing: border-box;
}
@media (max-width: 481px) {
  .summaryHubCard {
    padding: 20px 16px 26px 16px;
  }
}
.summaryHubCard .iconTextBlock {
  margin-bottom: 13px;
}
@media (max-width: 481px) {
  .summaryHubCard .iconTextBlock {
    margin-bottom: 10px;
  }
  .summaryHubCard .iconTextBlock > span {
    display: block !important;
  }
  .summaryHubCard .iconTextBlock > span:first-child {
    margin-bottom: 10px;
  }
}
.summaryHubCard a.hyperlinkStyle .icon {
  font-size: 13px;
  font-weight: bolder;
  color: #000000;
}
.summaryHubCard .waveSyncButton .buttonStyle {
  min-width: 290px;
  margin-bottom: 6px;
  margin-top: 24px;
}
.summaryHubCard .waveSyncButton .buttonStyle .icon {
  font-size: 14px;
}
.summaryHubCard .greywaveSyncButton .buttonStyle {
  min-width: 290px;
  margin-bottom: 6px;
  margin-top: 24px;
}
.summaryHubCard .greywaveSyncButton .buttonStyle .icon {
  font-size: 14px;
}
.summaryHubCard .greyText {
  color: #6E6E6E;
}
.summaryHubCard {
  /*---  Styles for the Grid type ---*/
}
.summaryHubCard.grid {
  border-top: 6px solid #3BC0F8;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  padding: 0;
  padding-top: 10px;
}
.summaryHubCard.grid .header {
  border-bottom: 1px solid #C2C2C2;
  padding: 0px 20px 15px 20px;
}
.summaryHubCard.grid .header:only-child {
  border: none;
}
.summaryHubCard.grid .header a.buttonStyle.darkButton {
  margin-bottom: 0px;
}
@media (max-width: 481px) {
  .summaryHubCard.grid .header a.buttonStyle.darkButton {
    padding: 19px 9px 19px 9px;
    width: 100%;
    min-width: 100%;
  }
}
.summaryHubCard.grid .header .row-fluid {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  clear: both;
  text-align: center;
}
.summaryHubCard.grid .header .row-fluid:before {
  display: flex;
}
.summaryHubCard.grid .header .row-fluid:after {
  display: flex;
}
.summaryHubCard.grid .header h3 {
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
}
.summaryHubCard.grid .header h3 .icon {
  font-size: 24px;
  margin-right: 17px;
  color: #000000;
}
.summaryHubCard.grid .header a.secondaryButtonStyle {
  max-height: 50px;
  max-width: 100px;
  margin-bottom: 0px;
  padding-right: 20px;
}
@media (max-width: 481px) {
  .summaryHubCard.grid .header a.secondaryButtonStyle {
    min-height: 49px;
    min-width: 49px;
    max-height: 49px;
    max-width: 49px;
    padding-right: 17px;
  }
  .summaryHubCard.grid .header a.secondaryButtonStyle .iconPanel {
    margin-right: 0px;
    margin-left: 16px;
  }
}
.summaryHubCard.grid .body {
  margin-left: 20px;
  margin-right: 20px;
}
.summaryHubCard.grid .body .row-fluid {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  min-height: 70px;
  box-sizing: border-box;
}
.summaryHubCard.grid .body .row-fluid:before {
  display: flex;
}
.summaryHubCard.grid .body .row-fluid:after {
  display: flex;
}
.summaryHubCard.grid .body .row-fluid .icon {
  font-size: 17px;
  color: #B3B3B3;
}
.summaryHubCard.grid .body .row-fluid a.learnMore {
  margin-left: 0px;
}
.summaryHubCard.grid .body .row-fluid .bgTagBox span {
  -webkit-border-radius: 15px;
  border-radius: 15px;
  background-color: #EEEEEE;
  padding: 7px 12px 7px 12px;
  text-align: center;
  color: #000000;
}
@media (max-width: 481px) {
  .summaryHubCard.grid .body .row-fluid .bgTagBox span {
    display: inline-block;
  }
}
.summaryHubCard.grid .body .row-fluid a.hyperlinkStyle {
  font-size: 14px;
  box-shadow: none;
}
.summaryHubCard.grid .body .row-fluid a.hyperlinkStyle .icon {
  font-size: 14px;
  font-weight: normal;
  color: #000000;
}
.summaryHubCard.grid .body .row-fluid .price {
  padding: 0px 22px 0px 12px;
}
@media (max-width: 481px) {
  .summaryHubCard.grid .body .row-fluid .price {
    padding: 0px 15px 0px 6px;
  }
}
.summaryHubCard.grid .body a.buttonStyle.darkButton {
  min-width: initial;
  min-width: auto;
  min-height: 50px;
  margin: 15px 0px 15px 0px;
  letter-spacing: 0.5px;
}
.summaryHubCard.grid .body .row-fluid:not(:first-of-type) {
  border-top: 1px solid #C2C2C2;
}
.summaryHubCard.grid .footer .row-fluid {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  border-top: 1px solid #C2C2C2;
  min-height: 70px;
  padding-left: 20px;
  padding-right: 20px;
  box-sizing: border-box;
}
.summaryHubCard.grid #StackPanelmobReorderColumn, .summaryHubCard.grid .mobReorderColumn div {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
}
@media (max-width: 481px) {
  .summaryHubCard.grid .row-fluid .span11 {
    width: 91.48% !important;
    clear: none;
  }
  .summaryHubCard.grid .row-fluid .span10 {
    width: 82.96% !important;
    clear: none;
  }
  .summaryHubCard.grid .row-fluid .span9 {
    width: 74.441% !important;
    clear: none;
  }
  .summaryHubCard.grid .row-fluid .span8 {
    width: 65.921% !important;
    clear: none;
  }
  .summaryHubCard.grid .row-fluid .span7 {
    width: 57.402% !important;
    clear: none;
  }
  .summaryHubCard.grid .row-fluid .span6 {
    width: 48.882% !important;
    clear: none;
  }
  .summaryHubCard.grid .row-fluid .span5 {
    width: 40.363% !important;
    clear: none;
  }
  .summaryHubCard.grid .row-fluid .span4 {
    width: 31.843% !important;
    clear: none;
  }
  .summaryHubCard.grid .row-fluid .span3 {
    width: 23.324% !important;
    clear: none;
  }
  .summaryHubCard.grid .row-fluid .span2 {
    width: 14.804% !important;
    clear: none;
  }
  .summaryHubCard.grid .row-fluid .span1 {
    width: 6.284% !important;
    clear: none;
  }
  .summaryHubCard.grid #StackPanelmobReorderColumn {
    display: block;
  }
  .summaryHubCard.grid #StackPanelmobReorderColumn .mobBiSection {
    width: 50% !important;
    margin-top: 20px;
  }
  .summaryHubCard.grid #StackPanelmobReorderColumn .buttonColumn {
    clear: both;
    width: 100% !important;
  }
  .summaryHubCard.grid .mobReorderColumn div {
    flex-wrap: wrap;
    margin-top: 15px;
  }
  .summaryHubCard.grid .mobReorderColumn div .mobBiSection {
    flex: 0 50%;
  }
  .summaryHubCard.grid .mobReorderColumn div .buttonColumn {
    flex: 0 100%;
  }
}
.ieFix .summaryHubCard.grid .header > div, .ieFix .summaryHubCard.grid .body > div, .ieFix .summaryHubCard.grid .footer > div {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
}
.summaryHubCard.details {
  max-width: 474px;
  padding: 28px;
  padding-left: 38px;
  background-color: #ECF1F3;
  box-shadow: none;
}
.summaryHubCard.details .iconImage {
  display: table-cell !important;
  vertical-align: top !important;
  padding-top: 3px;
}
.summaryHubCard.details .iconImage img {
  max-height: 18px;
}
.summaryHubCard.details .iconText {
  display: table-cell !important;
  padding-left: 16px;
}
@media (max-width: 481px) {
  .summaryHubCard.details .iconText {
    padding-left: 11px;
  }
}
.summaryHubCard.details ul.xlistStyle {
  margin: 0 0 0 20px;
}
.summaryHubCard.details ul.xlistStyle li {
  padding-left: 10px;
}
@media (max-width: 481px) {
  .summaryHubCard.details {
    padding: 30px 28px 20px 20px;
  }
}

.categoryCardList {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
}
@media (max-width: 481px) {
  .categoryCardList {
    flex-wrap: initial;
    overflow-x: auto;
    padding-left: 20px;
  }
}

div.categoryCard {
  min-height: 253px;
  box-sizing: border-box;
  width: 250px;
  margin-right: 14px;
  display: inline-block;
  position: relative;
  margin-bottom: 10px;
  margin-top: 20px;
}
@media (max-width: 481px) {
  div.categoryCard {
    flex: 0 0 250px;
  }
}
div.categoryCard .face .iconDiv {
  width: 50px;
  display: flex;
  align-items: center;
  align-self: center;
  align-content: center;
  justify-content: center;
  margin: 0 auto;
  background-color: #ECF1F3;
  height: 50px;
  border-radius: 50%;
  align-items: center;
}
div.categoryCard .face .iconDiv .icon {
  color: black;
  font-size: 20px;
}
div.categoryCard .face.front {
  display: block;
  padding-top: 38px;
  z-index: 1;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  border-radius: 6px;
  box-shadow: 0 0 30px -5px rgba(0, 0, 0, 0.15);
  background-color: #ffffff;
  margin-bottom: 55px;
}
div.categoryCard .face.front .content {
  position: absolute;
  bottom: 25px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
}
div.categoryCard .face.front .iconDiv {
  display: none;
}
div.categoryCard .face .editLinkDiv {
  display: none;
  padding-left: 10px;
  padding-right: 10px;
}
div.categoryCard .face .editLinkDiv .icon {
  font-size: 16px;
  color: black;
  margin-right: 6px;
}
div.categoryCard .face.back {
  display: none;
  padding-top: 38px;
  z-index: 2;
  height: 100%;
  text-align: center;
  color: #9FA4AA;
  border: 2px solid #C6C6C6;
  border-radius: 6px;
  box-sizing: border-box;
}
div.categoryCard .face .deleteLink {
  position: absolute;
  right: 20px;
  top: 22px;
}
div.categoryCard .face .deleteLink .icon {
  font-size: 16px;
  color: #000000;
}
div.categoryCard .face .formFieldBox {
  margin-bottom: 0px;
  margin-left: 20px;
  margin-right: 20px;
  width: 100%;
}
div.categoryCard .titleText {
  font-size: 24px;
  line-height: 28px;
  text-align: center;
  min-height: 110px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: normal;
}
div.categoryCard .noSelect {
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 14px;
  background: url(/hrblock/Images/Wave/open.svg);
  background-repeat: no-repeat;
  text-align: center;
  background-color: #6BDBD8;
  background-position: 28px;
  border: 2px solid #6BDBD8;
  width: 100%;
  border: 2px solid #6BDBD8;
  border-radius: 6px;
  box-sizing: border-box;
  height: 48px;
  text-align: left;
  vertical-align: top;
  margin-left: 20px;
  margin-right: 20px;
  padding: 15px;
  padding-left: 54px;
}
div.categoryCard.flipped .face.front {
  display: none;
}
div.categoryCard.flipped .face.back {
  display: block;
}
div.categoryCard input.select {
  box-sizing: border-box;
  height: 48px;
  padding-right: 25px;
}
div.categoryCard ul.select-list {
  max-height: 183px;
}

.medGrey {
  color: #9FA4AA !important;
}

.ieFix div.categoryCard .titleText {
  height: 110px;
}

.bannerPanel {
  position: fixed;
  top: 113px;
  right: 20px;
  z-index: 15;
  display: none;
}
@media print {
  .bannerPanel {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .bannerPanel {
    position: relative;
    top: -25px;
    right: initial;
    z-index: 1;
  }
}
@media (min-width: 768px) and (max-width: 1205px) {
  .bannerPanel {
    top: 124px;
    z-index: 15;
  }
}
.bannerPanel > div {
  background: white;
  width: 320px;
  border-radius: 6px;
  background-color: #FFFFFF;
  box-shadow: 0 0 30px -5px rgba(0, 0, 0, 0.15);
  min-height: 90px;
  box-sizing: border-box;
  color: #000000;
  font-size: 18px;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 21px;
}
.bannerPanel > div > .banner-body {
  display: flex;
  align-items: center;
}
.bannerPanel > div > .banner-body div {
  display: inline-block;
  width: 64px;
  box-sizing: border-box;
}
@media (max-width: 767px) {
  .bannerPanel > div > .banner-body div {
    width: 22%;
  }
}
.bannerPanel > div > .banner-body div:first-child {
  width: 255px;
  border-right: 1px solid #E4E4E4;
}
@media (max-width: 767px) {
  .bannerPanel > div > .banner-body div:first-child {
    width: 78%;
  }
}
.bannerPanel > div > .banner-body .closeIcon {
  display: flex;
  justify-content: center;
  align-items: center;
}
.bannerPanel > div > .banner-body .closeIcon .icon {
  font-size: 14px;
  color: #000000;
}
.bannerPanel > div > .banner-body a.bodyLink {
  font-weight: 300;
  display: flex;
  align-items: center;
}
.bannerPanel > div > .banner-body a.bodyLink img {
  padding: 11pt;
}
.bannerPanel > div > .banner-body a.bodyLink span {
  text-align: left;
  padding-right: 13px;
}
@media (max-width: 767px) {
  .bannerPanel > div {
    width: auto;
    max-width: 320px;
    margin: auto;
  }
}

.banner-body b {
  font-size: inherit;
}

@media (min-width: 768px) {
  #bannerPanelRes {
    display: none !important;
  }
}

@media (max-width: 767px) {
  #bannerPanel {
    display: none !important;
  }
}

.ataBannerPanel {
  width: 500px;
  padding: 24px;
  justify-content: center;
  align-items: flex-end;
  gap: 24px;
  position: fixed;
  right: 40px;
  bottom: 40px;
  border-radius: 16px;
  box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.08);
  background: white;
  z-index: 1000;
  display: none;
}
@media (max-width: 767px) {
  .ataBannerPanel {
    width: unset;
    right: 0;
  }
}
.ataBannerPanel .container {
  display: flex;
  flex-direction: row;
  gap: 24px;
  width: inherit;
  margin: 0;
  padding: 0;
}
.ataBannerPanel .container:before, .ataBannerPanel .container:after {
  display: none;
}
.ataBannerPanel .col1 {
  width: 30%;
  display: block;
}
@media (max-width: 767px) {
  .ataBannerPanel .col1 {
    display: none;
  }
}
.ataBannerPanel .col2 {
  width: 70%;
  gap: 16px;
  display: flex;
  flex-direction: column;
}
@media (max-width: 767px) {
  .ataBannerPanel .col2 {
    width: 100%;
  }
}
.ataBannerPanel .ata-banner-image {
  display: flex;
  width: 152px;
  height: 172px;
  padding: 1.036px 1.267px 0.924px 1.28px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
}
.ataBannerPanel .ata-banner-need-help {
  align-self: stretch;
  color: var(--Color-Product-UI-Primary-Black, #262626);
  font-feature-settings: "liga" off, "clig" off;
  /* header-small */
  font-family: var(--font-font-family-accent, Graphik);
  font-size: var(--font-size-small, 24px);
  font-style: normal;
  font-weight: 700;
  line-height: var(--line-height-small, 28px); /* 116.667% */
  letter-spacing: 0.12px;
  display: flex;
  justify-content: space-between;
}
.ataBannerPanel .ataCloseLink .hrbo-icon-close {
  font-size: 14.7px;
  display: flex;
}
.ataBannerPanel .ata-banner-help-content {
  align-self: stretch;
  color: var(--bds-text-primary);
  font-feature-settings: "liga" off, "clig" off;
  /* body-copy */
  font-family: Graphik;
  font-size: var(--font-size-body-regular, 18px);
  font-style: normal;
  font-weight: 400;
  line-height: var(--line-height-body-regular, 28px); /* 155.556% */
  letter-spacing: 0.12px;
}
.ataBannerPanel .ata-banner-help-btn {
  display: flex;
  height: 60px;
  padding: 30px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 80px;
  background: #005D1F;
}
.ataBannerPanel .hrb-button .hrb-button__text {
  color: white;
  font-feature-settings: "liga" off, "clig" off;
  font-family: Graphik;
  font-size: 19px;
  font-style: normal;
  font-weight: 600;
  line-height: 22px; /* 115.789% */
  letter-spacing: -0.1px;
}

@media (min-width: 768px) {
  #ataBannerPanelRes {
    display: none !important;
  }
}

@media (max-width: 767px) {
  #ataBannerPanel {
    display: none !important;
  }
}

.ataBannerPanel.ataNudgeARPage {
  width: 314px;
  right: 50px;
  top: 135px;
  bottom: unset;
}
.ataBannerPanel.ataNudgeARPage .col1 {
  display: none;
}
.ataBannerPanel.ataNudgeARPage .col2 {
  width: 100%;
}
@media (max-width: 767px) {
  .ataBannerPanel.ataNudgeARPage {
    width: calc(100% - 40px);
    right: unset;
    left: 20px;
    box-sizing: border-box;
  }
}

@media (max-width: 1205px) {
  .ataBannerAppPanel {
    top: 20px !important;
    width: calc(100% - 40px) !important;
    right: unset !important;
    left: 20px !important;
    box-sizing: border-box !important;
  }
}

div.boxCard {
  background: #ffffff;
  border: 1px solid #82BD41;
  border-radius: 16px;
  width: 494px;
  min-height: 100px;
}
@media (max-width: 481px) {
  div.boxCard {
    width: 100%;
  }
}
div.boxCard .content {
  padding: 20px;
  text-align: left;
}
div.boxCard .iconTextBlock {
  padding-bottom: 10px;
}
@media (max-width: 481px) {
  div.boxCard .iconTextBlock {
    padding-bottom: 30px;
  }
}
div.boxCard .iconImage img {
  width: 35px;
  height: 35px;
}
@media (max-width: 481px) {
  div.boxCard .iconImage img {
    width: 50px;
    height: 50px;
  }
}

.cardStackPanel, .diagsMessagePanel {
  color: #000000;
}
.cardStackPanel .innerDiv, .diagsMessagePanel .innerDiv {
  background: #ffffff;
  -webkit-box-shadow: 0px 15px 25px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0px 15px 25px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 15px 25px rgba(0, 0, 0, 0.05);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 16px;
  border-radius: 16px;
  min-height: 50px;
  padding: 20px;
  position: relative;
}
.cardStackPanel .innerDiv table, .diagsMessagePanel .innerDiv table {
  margin-bottom: 10px;
}
.cardStackPanel .innerDiv table thead, .diagsMessagePanel .innerDiv table thead {
  display: initial;
}
.cardStackPanel .innerDiv table thead h4, .diagsMessagePanel .innerDiv table thead h4 {
  line-height: 25px;
}
@media (max-width: 481px) {
  .cardStackPanel .innerDiv table thead h4, .diagsMessagePanel .innerDiv table thead h4 {
    font-size: 14px;
  }
}
.cardStackPanel .innerDiv table tr, .diagsMessagePanel .innerDiv table tr {
  border-bottom: 0.75px solid #9FA4AA;
}
.cardStackPanel .innerDiv table .alignRight .tableHeaderStyle, .diagsMessagePanel .innerDiv table .alignRight .tableHeaderStyle {
  text-align: right;
  display: inline-block !important;
  width: 100%;
}
.cardStackPanel .innerDiv table tbody td:first-child, .diagsMessagePanel .innerDiv table tbody td:first-child {
  padding-left: 20px;
}
.cardStackPanel .innerDiv table tbody td:last-child, .diagsMessagePanel .innerDiv table tbody td:last-child {
  padding-right: 25px;
}
@media (max-width: 481px) {
  .cardStackPanel .innerDiv table tbody td:last-child, .diagsMessagePanel .innerDiv table tbody td:last-child {
    padding-right: 0px;
  }
}
.cardStackPanel .innerDiv .footerLeft, .diagsMessagePanel .innerDiv .footerLeft {
  padding-left: 20px;
  font-weight: 500;
}
.cardStackPanel .innerDiv .footerRight, .diagsMessagePanel .innerDiv .footerRight {
  padding-right: 25px;
  font-weight: 500;
}
@media (max-width: 481px) {
  .cardStackPanel .innerDiv .footerRight, .diagsMessagePanel .innerDiv .footerRight {
    padding-right: 0px;
  }
}
.cardStackPanel #CardStackPanelNoErrorsPanel, .diagsMessagePanel #CardStackPanelNoErrorsPanel {
  background: inherit;
  padding: 0px;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.cardStackPanel #CardStackPanelNoErrorsPanel .buttonStyle, .diagsMessagePanel #CardStackPanelNoErrorsPanel .buttonStyle {
  font-size: 19px;
  line-height: 22px;
}
.cardStackPanel #CardStackPanelNoErrorsPanel #TextBlockNoErrorsText, .cardStackPanel #CardStackPanelNoErrorsPanel #TextBlockFixedErrorsText, .diagsMessagePanel #CardStackPanelNoErrorsPanel #TextBlockNoErrorsText, .diagsMessagePanel #CardStackPanelNoErrorsPanel #TextBlockFixedErrorsText {
  color: #262626;
}
.cardStackPanel .promoBanner, .diagsMessagePanel .promoBanner {
  margin-top: -50px;
  z-index: 1;
  position: relative;
  line-height: 18px;
  background: #003512;
  padding: 10px;
  color: #ffffff;
  font-size: 13px;
  -webkit-box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.08);
  -webkit-border-radius: 10px;
  border-radius: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.cardStackPanel .promoBanner .PromoTextMargin, .diagsMessagePanel .promoBanner .PromoTextMargin {
  margin-top: 10px;
}
.cardStackPanel .footerDiv, .diagsMessagePanel .footerDiv {
  min-height: 45px;
  padding: 30px 10px 12px 10px;
  background-color: #D6DAE0;
  margin-top: -21px;
  z-index: 1;
  -webkit-box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.08);
  -webkit-border-radius: 10px;
  border-radius: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.cardStackPanel .footerDiv.lightyellow, .diagsMessagePanel .footerDiv.lightyellow {
  background: #FDF4CC;
}
.cardStackPanel .footerDiv.lightgreen, .diagsMessagePanel .footerDiv.lightgreen {
  background: #CFEDD7;
}
.cardStackPanel .footerDiv .hyperlinkStyle, .diagsMessagePanel .footerDiv .hyperlinkStyle {
  color: #000000;
  box-shadow: inset 0 -1px 0 #000000;
}
.cardStackPanel .footerDiv .hyperlinkStyle:hover, .diagsMessagePanel .footerDiv .hyperlinkStyle:hover {
  outline: 0;
  box-shadow: none;
}
.cardStackPanel .shiftLeft, .diagsMessagePanel .shiftLeft {
  padding-right: 25px;
}
@media (max-width: 481px) {
  .cardStackPanel .shiftLeft, .diagsMessagePanel .shiftLeft {
    padding-right: 0px;
  }
}

#CardStackPanelErrorsPanel > div, #StackPanelContentPanel > div,
#ShowHidePanelFixedErrorsPanel > div, #CardStackPanelErrorsCardPanel > div {
  padding-left: 6px;
}

#StackPanelContentPanel #XLineBreak32 {
  height: 32px !important;
}
#StackPanelContentPanel #XLineBreak18 {
  height: 18px !important;
}
#StackPanelContentPanel h1 {
  color: #000000;
  font-size: 24px;
  line-height: 24px;
  letter-spacing: -0.33px;
  line-height: 28px;
}
#StackPanelContentPanel h1 sup {
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 0.12px;
}

#StackPanelSignedInStack, #StackPanelcoinbaseSignedInStack {
  width: 408px;
  height: 90px;
}
@media (max-width: 481px) {
  #StackPanelSignedInStack, #StackPanelcoinbaseSignedInStack {
    width: 100%;
  }
}
#StackPanelSignedInStack .cardStackPanel, #StackPanelcoinbaseSignedInStack .cardStackPanel {
  border-top: 3px solid #11A63D;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
}
#StackPanelSignedInStack .cardStackPanel .row-fluid > div, #StackPanelcoinbaseSignedInStack .cardStackPanel .row-fluid > div {
  display: flex;
  align-items: center;
}
#StackPanelSignedInStack .cardStackPanel .row-fluid > div span.icon.hrbo-icon-user, #StackPanelcoinbaseSignedInStack .cardStackPanel .row-fluid > div span.icon.hrbo-icon-user {
  color: #11A63D;
  font-size: 30px;
}
#StackPanelSignedInStack .cardStackPanel .row-fluid > div .SignedPanelHeader, #StackPanelcoinbaseSignedInStack .cardStackPanel .row-fluid > div .SignedPanelHeader {
  margin-left: 15px;
}
#StackPanelSignedInStack .cardStackPanel .row-fluid > div .SignedPanelSubHeader, #StackPanelcoinbaseSignedInStack .cardStackPanel .row-fluid > div .SignedPanelSubHeader {
  font-size: 18px;
  font-weight: 500;
  margin-left: 15px;
}

#ShowHidePanelFedStateTaxPanel .row-fluid:last-child {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 14px;
}
@media (max-width: 481px) {
  #ShowHidePanelFedStateTaxPanel .row-fluid:last-child {
    display: block;
  }
}
#ShowHidePanelFedStateTaxPanel .diagButtonStyle {
  margin-top: 31px;
  margin-bottom: 15px;
}
@media (max-width: 481px) {
  #ShowHidePanelFedStateTaxPanel #FixIssues {
    margin-top: 15px;
  }
}
#ShowHidePanelFedStateTaxPanel h2 {
  gap: 31px;
  margin: 0px 0px 31px;
}

#StackPanelSignedInStack .buttonStyle {
  margin-bottom: 0px !important;
}

.readmore {
  position: relative;
  max-height: 65px;
  overflow: hidden;
  border-radius: 16px;
  padding-bottom: 44px;
  margin-bottom: 40px;
  transition: max-height 1s ease-out;
  line-height: 28px;
}

.readmore.expand {
  transition: max-height 1s ease-in-out;
  max-height: 5000px;
}

.readless-link {
  position: absolute;
  bottom: 0px;
  right: 0;
  display: block;
  width: 100%;
  height: 60px;
  text-align: center;
  color: #005D1F;
  font-size: 14px;
  padding-top: 17px;
  border-radius: 16px;
  text-decoration: underline;
  border: 0;
  background-color: white;
  cursor: pointer;
  font-family: Graphik;
}

.readmore-link.expand {
  position: relative;
  background-image: none;
  padding-top: 10px;
  height: 20px;
}

.readmorePanel {
  position: absolute;
  bottom: 60px;
  top: 76px;
  right: 0px;
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0.1) 11%, rgba(255, 255, 255, 0.1) 3%, rgba(255, 255, 255, 0.9) 17%, rgb(255, 255, 255) 30%, rgb(255, 255, 255) 100%);
  height: 23px;
  padding-left: 38px;
  margin-right: 20px;
  display: flex;
}
.readmorePanel .readmore-link {
  position: relative;
  top: 2px;
  display: inline;
  width: 100%;
  text-align: center;
  color: #005D1F;
  font-size: 14px;
  border-radius: 16px;
  text-decoration: underline;
  border: 0;
  background-color: transparent;
  cursor: pointer;
  text-align: left;
  font-family: Graphik;
}
.readmorePanel.expanded {
  background-image: none;
}

#StackPanelpersonalizedConsentPanel .readmorePanel, #StackPaneloffshoreConsentPanel .readmorePanel {
  top: 90px !important;
}
#StackPanelpersonalizedConsentPanel .readmorePanel .readmore-link, #StackPaneloffshoreConsentPanel .readmorePanel .readmore-link {
  font-size: 16px !important;
  top: 1px !important;
}
#StackPanelpersonalizedConsentPanel .readless-link, #StackPaneloffshoreConsentPanel .readless-link {
  font-size: 16px !important;
}
#StackPanelpersonalizedConsentPanel .readmore, #StackPaneloffshoreConsentPanel .readmore {
  max-height: 70px;
}
#StackPanelpersonalizedConsentPanel .readmore .innerDiv, #StackPaneloffshoreConsentPanel .readmore .innerDiv {
  padding-top: 0px;
}
#StackPanelpersonalizedConsentPanel .readmore.expand, #StackPaneloffshoreConsentPanel .readmore.expand {
  max-height: 5000px;
}

#StackPanelNewSpruceConsentPanel .readmore {
  max-height: 48px;
}
#StackPanelNewSpruceConsentPanel .readmore.expand {
  max-height: 5000px;
}
#StackPanelNewSpruceConsentPanel .readmorePanel {
  top: 62px !important;
}
#StackPanelNewSpruceConsentPanel .readmorePanel .readmore-link {
  font-size: 16px !important;
  top: 1px !important;
}
#StackPanelNewSpruceConsentPanel .readless-link {
  font-size: 16px !important;
}

/*Topic Card Full Styles*/
.ieFix #StackPanelCardsTopicPanel .frontHubDiv {
  display: flex;
}

.cardHeight {
  height: 124px;
}
@media (max-width: 481px) {
  .cardHeight {
    height: 204px;
    margin-left: auto;
    margin-right: auto;
    max-width: 335px;
    width: 100%;
  }
}
@media (max-width: 995px) {
  .cardHeight .card {
    min-height: auto;
  }
}

.infoMainDiv {
  box-sizing: border-box;
  padding: 5px 24px 5px 24px;
  width: 100%;
  min-height: 100%;
  vertical-align: top;
  display: flex;
  flex-direction: row;
  align-items: center;
}
@media (max-width: 481px) {
  .infoMainDiv {
    min-height: 225px;
    position: relative;
    display: block;
    padding: 32px;
  }
}
.infoMainDiv .completionIndSpan {
  display: inline-block;
  float: right;
  width: 32px;
  height: 32px;
  font-size: 21px;
  margin-top: 10px;
  margin-right: 5px;
}
.infoMainDiv .completionIndSpan .hrbo-icon-check-circle .path1:before {
  color: #005D1F;
}
@media (max-width: 481px) {
  .infoMainDiv .completionIndSpan {
    float: left;
  }
}
.infoMainDiv .topicTitleDiv {
  display: inline-block;
  width: 42%;
  font-weight: 500;
  min-height: 16px;
}
@media (max-width: 481px) {
  .infoMainDiv .topicTitleDiv {
    display: inline;
    min-height: 20px;
    padding-top: 0px;
  }
}
.infoMainDiv .topicTitleDiv .topicDescriptionSpan {
  font-size: 16px;
  font-weight: 500;
  word-break: break-word;
  overflow: hidden;
  display: inline-block;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
}
@media (max-width: 481px) {
  .infoMainDiv .topicTitleDiv .topicDescriptionSpan {
    padding-top: 8px;
  }
}
.infoMainDiv .topicTitleDiv .profileDescriptionSpan {
  font-size: 16px;
  font-weight: 500;
  word-break: break-word;
  overflow: hidden;
  display: inline-block;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
}
.infoMainDiv .topicTitleDiv .longDescriptionSpan {
  font-size: 12px;
  font-weight: 500;
  word-break: break-word;
  overflow: hidden;
  display: inline-block;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  color: #9FA4AA;
  padding-top: 8px;
}
.infoMainDiv .topicAmountDiv {
  display: inline-block;
  width: 30%;
  font-size: 24px;
  text-align: right;
  min-height: 30px;
  padding-left: 60px;
}
.infoMainDiv .revisitDiv {
  display: flex;
  justify-content: end;
  align-items: center;
  width: 54%;
  min-height: 43px;
}
.infoMainDiv .revisitDiv .deleteTopicLinksSpan .deleteTopicCardStyle {
  margin-right: 24px;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  color: #005D1F;
}
.infoMainDiv .revisitDiv .deleteTopicLinksSpan .deleteTopicCardStyle .icon {
  color: #005D1F !important;
  font-size: 16px !important;
  padding-right: 3px;
  position: relative;
  top: 2px;
}
.infoMainDiv .revisitDiv .deleteTopicLinksSpan .deleteTopicCardStyle .deleteTopicCardText {
  box-shadow: inset 0 -1px 0 #005D1F;
  font-size: 16px;
}
.infoMainDiv .revisitDiv .deleteTopicLinksSpan .deleteTopicCardStyle .deleteTopicCardText:hover {
  box-shadow: none;
}
@media (max-width: 481px) {
  .infoMainDiv .revisitDiv {
    min-height: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: absolute;
    bottom: 54px;
    width: 100%;
  }
  .infoMainDiv .revisitDiv .primaryHubBtn,
  .infoMainDiv .revisitDiv .secondaryHubBtn {
    flex: 1 1 auto;
    width: auto;
    max-width: 172px;
    margin-right: 64px;
    float: none;
  }
}
.infoMainDiv .NotCompleted {
  width: 58%;
}
.infoMainDiv .NotCompleted .deleteTopicLinksSpan {
  margin-left: 10px;
}
@media (max-width: 481px) {
  .infoMainDiv .NotCompleted .deleteTopicLinksSpan {
    margin-left: 0px;
  }
}
@media (max-width: 481px) {
  .infoMainDiv .NotCompleted {
    width: 100%;
  }
}

.secondaryHubBtn {
  width: 135px;
  height: 43px;
  Padding: 12px 20px 12px 20px;
  border-radius: 30px;
  background-color: #ffffff;
  color: #262626;
  border: 2px solid #262626;
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  float: right;
}
.secondaryHubBtn:hover {
  background-color: #262626;
  color: #ffffff;
}

.primaryHubBtn {
  width: 135px;
  height: 43px;
  Padding: 13px 20px 13px 20px;
  background: #008427;
  border-radius: 30px;
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  color: #ffffff;
  font-style: normal;
  font-weight: 500;
  float: right;
}
.primaryHubBtn:hover {
  background-color: #262626;
  color: #ffffff;
}

.primaryHubModalBtn a {
  width: 100%;
  color: #ffffff;
  background-color: #008427;
  font-size: 19px;
  border-radius: 30px;
  font-weight: 500;
  text-align: center;
}
.primaryHubModalBtn a .icon {
  font-size: 14px;
  right: 38px;
}

.secondaryHubModalBtn a {
  width: 100%;
  border: 2px solid #262626;
  color: #262626;
  background-color: #ffffff;
  font-size: 19px;
  font-weight: 500;
  border-radius: 30px;
  text-align: center;
}
.secondaryHubModalBtn a:hover {
  background-color: #262626;
  color: #ffffff;
}

.secondaryPacketModalBtn a {
  width: 100%;
  /*border: 2px solid #262626;*/
  color: #262626;
  background-color: #ffffff;
  font-size: 19px;
  font-weight: 500;
  border-radius: 30px;
  text-align: center;
}
.secondaryPacketModalBtn a:hover {
  background-color: #262626;
  color: #ffffff;
}

.topicCardSectionName {
  font-size: 18px;
  font-weight: 600;
  margin-left: 1px;
  color: #262626;
}

.topicCardSectionCount {
  font-size: 18px;
  font-weight: 400;
  color: #6E6E6E;
}

/*Topic Card Full Styles Ends*/
#adpWindow {
  background: #ffffff;
  display: none;
  min-height: 155px;
  position: fixed;
}
@media only screen and (max-width: 481px) {
  #adpWindow {
    width: 100% !important;
    margin: 0 !important;
  }
}
#adpWindow.show {
  height: auto;
  z-index: 99999;
  max-height: none;
  border-radius: 16px;
  width: 400px;
  top: 50% !important;
  left: 50%;
  transform: translate(-50%, -50%);
  min-height: 155px;
}
@media (max-width: 767px) {
  #adpWindow.show {
    width: calc(100% - 20px) !important;
  }
  #adpWindow.show .buttonStyle {
    width: calc(100% - 20px) !important;
  }
}
#adpWindow .adpWindowClose {
  position: absolute;
  right: 15px;
  top: 13px;
  z-index: 20;
}
#adpWindow .adpWindowClose .icon {
  font-size: 21px;
  color: #262626;
}
#adpWindow .rbNormal {
  padding: 12px 10px 12px 10px;
}
#adpWindow .rbNormal label {
  text-transform: capitalize;
}
#adpWindow #adpModalContentDiv {
  padding-top: 28px;
}
#adpWindow .errorMessagePanel {
  display: none;
}
#adpWindow .errorMessagePanel .errorMessageBar {
  text-align: left;
  width: 80%;
  margin-left: 10%;
  padding: 0px 0 0px 0;
  margin-bottom: 12px;
}
#adpWindow .errorFields {
  color: #DC1F00;
}
#adpWindow .errorFields .hrbradio {
  border: 2px solid #DC1F00;
}

.tprBannerPanel {
  position: fixed;
  top: 110px;
  right: 20px;
  z-index: 15;
  display: none;
}
@media print {
  .tprBannerPanel {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .tprBannerPanel {
    position: relative;
    top: -25px;
    right: initial;
    z-index: 1;
  }
}
@media (min-width: 768px) and (max-width: 1205px) {
  .tprBannerPanel {
    top: 124px;
    z-index: 15;
  }
}
.tprBannerPanel > div {
  background: white;
  width: 320px;
  border-radius: 6px;
  background-color: #FFFFFF;
  box-shadow: 0 0 30px -5px rgba(0, 0, 0, 0.15);
  min-height: 92px;
  box-sizing: border-box;
  color: #000000;
  font-size: 18px;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 21px;
}
.tprBannerPanel > div > .banner-body {
  display: flex;
  align-items: center;
}
.tprBannerPanel > div > .banner-body div {
  display: inline-block;
  width: 64px;
  box-sizing: border-box;
}
@media (max-width: 767px) {
  .tprBannerPanel > div > .banner-body div {
    width: 22%;
  }
}
.tprBannerPanel > div > .banner-body div:first-child {
  width: 255px;
  border-right: 1px solid #E4E4E4;
}
@media (max-width: 767px) {
  .tprBannerPanel > div > .banner-body div:first-child {
    width: 78%;
  }
}
.tprBannerPanel > div > .banner-body .closeIcon {
  display: flex;
  justify-content: center;
  align-items: center;
}
.tprBannerPanel > div > .banner-body .closeIcon .icon {
  font-size: 14px;
  color: #000000;
}
.tprBannerPanel > div > .banner-body a.bodyLink {
  font-weight: 300;
  display: flex;
  align-items: center;
  font-size: 15px;
  line-height: 22px;
}
.tprBannerPanel > div > .banner-body a.bodyLink img {
  padding: 12pt;
  height: 60px;
}
.tprBannerPanel > div > .banner-body a.bodyLink span {
  text-align: left;
  padding-right: 13px;
}
@media (max-width: 767px) {
  .tprBannerPanel > div {
    width: auto;
    max-width: 320px;
    margin: auto;
  }
}

@media (min-width: 768px) {
  #tprBannerPanelRes {
    display: none !important;
  }
}

@media (max-width: 767px) {
  #tprBannerPanel {
    display: none !important;
  }
}

#TPRUpsellMain .icon {
  font-size: 26px;
  margin-top: 5px;
  margin-right: 5px;
}
#TPRUpsellMain .mobSpace {
  padding-left: 10px;
}
#TPRUpsellMain .headingIcon img {
  height: 85px;
}

#tprPrice {
  font-size: 24px;
  font-weight: 500;
}

#modalWindowContainer.TprModal {
  width: 650px !important;
}
@media (max-width: 767px) {
  #modalWindowContainer.TprModal {
    width: unset !important;
  }
}
#modalWindowContainer.TprModal #TPRUpsellMain {
  padding-left: 45px;
  padding-right: 45px;
}
#modalWindowContainer.TprModal #TPRUpsellMain .subHeading {
  padding: 0 !important;
  margin-top: 10px;
  margin-bottom: 15px;
}

#deepLinkMain .mainHeading {
  font-size: 20px;
  line-height: 26px;
  font-weight: 600;
  margin-bottom: 23px;
}
#deepLinkMain .subHeading {
  margin-bottom: 20px;
  margin-right: 50px;
}

.deepLinkNavLinks .row-fluid:before {
  content: "• ";
  color: #008427;
  display: inline;
  padding-right: 5px;
}
.deepLinkNavLinks a {
  color: #008427;
}

.deepLinkModal .ModalMessageHeader {
  display: none;
}
.deepLinkModal .modalContentPanel {
  padding: 0;
}
.deepLinkModal#modalWindowContainer {
  height: auto;
  z-index: 99999;
  max-height: none;
  top: 40px !important;
  border-radius: 16px;
  width: 390px !important;
  padding: 23px;
  position: fixed;
  box-sizing: border-box;
  -webkit-box-shadow: 0px 15px 25px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0px 15px 25px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 15px 25px rgba(0, 0, 0, 0.05);
}
@media (max-width: 767px) {
  .deepLinkModal#modalWindowContainer {
    position: fixed;
    top: 50% !important;
    width: unset !important;
    transform: translateY(-50%);
  }
}
@media (max-width: 767px) {
  .deepLinkModal .mobileOnly {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  .deepLinkModal .desktopOnly {
    display: none !important;
  }
}
.deepLinkModal .modalContentPanel {
  padding: 0;
}
.deepLinkModal .hrbo-icon-close {
  font-size: 14px;
  color: #262626;
}
.deepLinkModal .modalCloseDiv {
  right: 15px;
  top: 19px;
}
.deepLinkModal .modalCloseDiv .boxclose {
  margin: 0 !important;
}

.efileProgressBarContainer {
  font-size: 16px;
  font-weight: normal;
  display: flex;
  margin-bottom: 25px;
}
.efileProgressBarContainer > div {
  display: flex;
  text-align: center;
  flex-direction: column;
  width: 100%;
}
.efileProgressBarContainer > div div.milestoneTitle {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.efileProgressBarContainer > div div.milestoneContainer {
  padding-top: 10px;
}
@media (max-width: 1205px) {
  .efileProgressBarContainer {
    display: none;
  }
}

.efileProgressBarContainerRes .pbAccordianParent {
  width: 100% !important;
  background-color: transparent;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  box-shadow: none;
  border-bottom: 2px solid #9FA4AA;
  border-radius: 0;
  margin-bottom: 15px;
  position: relative;
  text-align: center;
  box-sizing: border-box;
  padding-bottom: 22px;
}
.efileProgressBarContainerRes .pbAccordianHeaderAll span.pbHeaderExpand {
  vertical-align: middle;
  background-color: transparent !important;
}
.efileProgressBarContainerRes .pbAccordianHeaderAll span.pbHeaderExpand .expandIcon {
  border-color: #262626 !important;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  height: 10px;
  width: 10px;
  border-style: solid;
  border-color: #A7A9AF;
  border-width: 0px 2px 2px 0px;
  transition: border-width 150ms ease-in-out;
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  display: table-cell;
  vertical-align: middle;
}
.efileProgressBarContainerRes .pbAccordianHeaderAll span.pbHeaderCollapsed .expandIcon {
  border-color: #262626 !important;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  height: 10px;
  width: 10px;
  border-style: solid;
  border-color: #A7A9AF;
  border-width: 0px 2px 2px 0px;
  transition: border-width 150ms ease-in-out;
  -moz-transform: rotate(225deg);
  -o-transform: rotate(225deg);
  -ms-transform: rotate(225deg);
  -webkit-transform: rotate(225deg);
  transform: rotate(225deg);
  display: table-cell;
  vertical-align: middle;
}
.efileProgressBarContainerRes span.pbHeaderExpand {
  position: absolute;
  right: 8px;
}
.efileProgressBarContainerRes span.pbHeaderExpand .expandIcon {
  border-color: #262626;
  height: 8px;
  width: 8px;
}
.efileProgressBarContainerRes .pbAccordianHeader {
  width: 100% !important;
  box-sizing: border-box;
  font-size: 18px;
  line-height: 28px;
  font-weight: 500;
  min-height: 30px;
  cursor: pointer;
  display: flex;
  align-items: center;
}
.efileProgressBarContainerRes .pbAccordianBody {
  width: 100%;
  padding-bottom: 10px;
}
.efileProgressBarContainerRes .PbMileStoneContainerRes {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 10px 10px 10px 0px;
  line-height: 28px;
}
.efileProgressBarContainerRes .PbMileStoneContainerRes .efileProgressBarMileStones {
  height: 18px;
  width: 18px;
  line-height: 18px;
}
.efileProgressBarContainerRes .PbMileStoneContainerRes .completedMilestoneRes .statusComplete img {
  padding-bottom: 2px;
}
.efileProgressBarContainerRes .PbMileStoneContainerRes .notCompletedMilestoneRes .statusInProgress {
  font-size: 15px;
}
.efileProgressBarContainerRes div.milestoneTitleRes {
  padding-left: 10px;
  font-size: 18px;
}
.efileProgressBarContainerRes #pbInProgressRes {
  font-weight: 500;
}
.efileProgressBarContainerRes {
  display: none;
}
@media (max-width: 1205px) {
  .efileProgressBarContainerRes {
    display: block;
  }
}

.completedMilestone, .notCompletedMilestone {
  position: relative;
  width: 100%;
  margin-top: auto;
}

.completedMilestone::after {
  content: "";
  position: absolute;
  width: 100%;
  z-index: -1;
  top: 55%;
  left: 50%;
  border: 2px solid #008427;
}

.notCompletedMilestone::after {
  content: "";
  position: absolute;
  width: 100%;
  z-index: -1;
  top: 55%;
  left: 50%;
  border: 2px solid #9FA4AA;
}

.efileProgressBarMileStones {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  display: inline-block;
  position: relative;
  z-index: 1;
}

.titleComplete {
  font-weight: 400;
  color: #262626;
}

.titleInprogress {
  font-weight: 600;
  color: #262626;
}

.titleNotStarted {
  font-weight: 400;
  color: #6E6E6E;
}

.statusInProgress {
  background-color: #F1F5F7;
  border: 3px solid #008427;
  color: #008427;
  font-weight: 600;
}

.statusNotStarted {
  background-color: #F1F5F7;
  border: 3px solid #9FA4AA;
  color: #6E6E6E;
  font-weight: 400;
}

.statusComplete {
  background-color: #008427;
  border: 3px solid #008427;
}

#efileProgressbarParentDesktop {
  display: none;
  min-width: 64%;
  margin-left: 15px;
}
@media (min-width: 2000px) {
  #efileProgressbarParentDesktop {
    min-width: 1010px;
  }
}

#mainmenuContent:not(.helpOpened) .pbMileStoneCount3, #mainmenuContent:not(.helpOpened) .pbMileStoneCount4 {
  min-width: 675px !important;
}
@media (min-width: 2000px) {
  #mainmenuContent:not(.helpOpened) .pbMileStoneCount3, #mainmenuContent:not(.helpOpened) .pbMileStoneCount4 {
    min-width: 700px !important;
  }
}

@media (min-width: 1495px) and (max-width: 2000px) {
  #mainmenuContent.helpOpened .pbMileStoneCount3, #mainmenuContent.helpOpened .pbMileStoneCount4 {
    min-width: 675px !important;
  }
}
@media (min-width: 2000px) {
  #mainmenuContent.helpOpened .pbMileStoneCount3, #mainmenuContent.helpOpened .pbMileStoneCount4 {
    min-width: 700px !important;
  }
}

.promoBannerContainer {
  width: auto;
  height: auto;
  border-radius: 8px;
  background-color: #F1F5F7;
  padding: 16px 18px 16px 18px;
  font-size: 12px;
  font-weight: 400;
  color: #262626;
}
@media (max-width: 481px) {
  .promoBannerContainer {
    width: 100%;
    box-sizing: border-box;
  }
}
.promoBannerContainer .promoBanner {
  display: flex;
  align-items: center;
  justify-content: center;
}
.promoBannerContainer .promoBanner > span {
  padding-left: 20px;
}

.inLineUpsellMain {
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 3px;
  flex-direction: row;
  font-size: 18px;
  letter-spacing: -0.1px;
}
.inLineUpsellMain .inLineUpSellContainer {
  padding-left: 5px;
}
.inLineUpsellMain a {
  font-size: 18px;
  margin-left: 5px;
}
@media (max-width: 481px) {
  .inLineUpsellMain {
    width: 100%;
    box-sizing: border-box;
  }
}
@media (max-width: 767px) {
  .inLineUpsellMain {
    text-align: left;
  }
}

.inLineNoteMain {
  font-weight: 400;
  line-height: 28px;
}
@media (max-width: 767px) {
  .inLineNoteMain {
    display: inline-block;
  }
}
.inLineNoteMain img {
  width: 34px;
  height: 32px;
}
@media (max-width: 767px) {
  .inLineNoteMain img {
    vertical-align: top;
    margin-top: 6px;
  }
}
.inLineNoteMain .inLineUpSellContainer {
  padding-left: 8px;
}
@media (max-width: 767px) {
  .inLineNoteMain .inLineUpSellContainer {
    padding-left: 15px;
    display: inline-block;
    width: calc(100% - 49px);
  }
}

.genAIContextualLauchLink .contextual-launch-wrapper {
  padding: 13px 18px 13px 14px;
  background: #003512;
  border-radius: 12px 12px 0px 12px;
  border: 2px solid #003512;
  overflow: hidden;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 12px;
  display: inline-flex;
}
.genAIContextualLauchLink .contextual-launch-wrapper .contextual-launch-main {
  justify-content: flex-start;
  align-items: center;
  gap: 12px;
  display: inline-flex;
}
.genAIContextualLauchLink .contextual-launch-wrapper .contextual-launch-main .contextual-launch-label {
  color: white;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 0.12px;
  word-wrap: break-word;
}
.genAIContextualLauchLink .contextual-launch-wrapper .contextual-launch-main .contextual-launch-labelmain {
  justify-content: flex-start;
  align-items: center;
  gap: 12px;
  display: flex;
}
.genAIContextualLauchLink .contextual-launch-wrapper .contextual-launch-main .contextual-launch-labelmain .contextual-launch-title {
  color: white;
  font-feature-settings: "liga" off, "clig" off;
  /* metadata */
  font-family: Graphik;
  font-size: var(--font-size-metadata, 12px);
  font-style: normal;
  font-weight: 400;
  line-height: var(--line-height-metadata, 18px); /* 150% */
  letter-spacing: 0.12px;
  margin-top: -5px;
}
.genAIContextualLauchLink:hover .contextual-launch-wrapper {
  background: #F1F5F7 !important;
}
.genAIContextualLauchLink:hover .contextual-launch-label, .genAIContextualLauchLink:hover .contextual-launch-title {
  color: #003512 !important;
}
.genAIContextualLauchLink:hover .contextual-launch-main .contextual-launch-image-reply img {
  content: url("/hrblock/Templates/Premium/Images/GenAI/ReplyArrowHover.svg");
}

.summaryCardContainer {
  margin-bottom: 50px;
  width: 100% !important;
  background-color: #ffffff;
  box-shadow: 0px 15px 25px rgba(0, 0, 0, 0.05);
  border-radius: 15px;
  box-sizing: border-box;
}
.summaryCardContainer .cardInnerContainer {
  line-height: 35px;
}
.summaryCardContainer .cardInnerContainer .hyperlinkStyle, .summaryCardContainer .cardInnerContainer .textEditButton, .summaryCardContainer .cardInnerContainer .textSaveButton {
  box-shadow: none;
}
.summaryCardContainer .cardInnerContainer .hyperlinkStyle .icon, .summaryCardContainer .cardInnerContainer .textEditButton .icon, .summaryCardContainer .cardInnerContainer .textSaveButton .icon {
  color: #005D1F !important;
  font-size: 18px !important;
  padding-right: 4px;
  position: relative;
  top: 2px;
}
.summaryCardContainer .cardInnerContainer .hyperlinkStyle .hyperlinkText, .summaryCardContainer .cardInnerContainer .textEditButton .hyperlinkText, .summaryCardContainer .cardInnerContainer .textSaveButton .hyperlinkText {
  box-shadow: inset 0 -1px 0 #005D1F;
  font-size: 16px;
}
.summaryCardContainer .cardInnerContainer .hyperlinkStyle .hyperlinkText:hover, .summaryCardContainer .cardInnerContainer .textEditButton .hyperlinkText:hover, .summaryCardContainer .cardInnerContainer .textSaveButton .hyperlinkText:hover {
  box-shadow: none;
}
.summaryCardContainer .cardInnerContainer .secondaryButtonStyle {
  display: flex !important;
  align-items: center;
  flex-direction: row-reverse;
  line-height: 20px;
  column-gap: 10px;
  font-size: 19px;
  padding: 16px 20px 16px 20px;
  margin-bottom: 0px;
}
.summaryCardContainer .cardInnerContainer .secondaryButtonStyle .icon {
  font-size: 20px;
}
@media only screen and (max-width: 767px) {
  .summaryCardContainer .cardInnerContainer .row-fluid [class*=span]:not(.noWrap) {
    text-align: Left;
    clear: both;
    margin-left: 0px !important;
    width: 100% !important;
  }
}
.summaryCardContainer .scHeaderAll span.scHeaderExpand {
  vertical-align: middle;
  background-color: transparent !important;
  padding-left: 20px;
}
.summaryCardContainer .scHeaderAll span.scHeaderExpand .expandIcon {
  border-color: #262626 !important;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  height: 10px;
  width: 10px;
  border-style: solid;
  border-color: #A7A9AF;
  border-width: 0px 2px 2px 0px;
  transition: border-width 150ms ease-in-out;
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  display: table-cell;
  vertical-align: middle;
}
@media only screen and (max-width: 767px) {
  .summaryCardContainer .scHeaderAll span.scHeaderExpand {
    align-self: flex-start;
    padding-top: 8px;
  }
}
.summaryCardContainer .scHeaderAll span.scHeaderCollapsed {
  padding-top: 5px;
}
@media only screen and (max-width: 767px) {
  .summaryCardContainer .scHeaderAll span.scHeaderCollapsed {
    align-self: flex-start;
    padding-top: 14px;
  }
}
.summaryCardContainer .scHeaderAll span.scHeaderCollapsed .expandIcon {
  border-color: #262626 !important;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  height: 10px;
  width: 10px;
  border-style: solid;
  border-color: #A7A9AF;
  border-width: 0px 2px 2px 0px;
  transition: border-width 150ms ease-in-out;
  -moz-transform: rotate(225deg);
  -o-transform: rotate(225deg);
  -ms-transform: rotate(225deg);
  -webkit-transform: rotate(225deg);
  transform: rotate(225deg);
  display: table-cell;
  vertical-align: middle;
}
.summaryCardContainer .scHeaderAll .notStartedSummary #RemoveHubCard {
  margin: 18px 0px;
  display: flex;
  justify-content: center;
}
.summaryCardContainer .scHeaderAll .notStartedSummary {
  /*  @media(max-width:$large-mobile-max-res) {
      min-height: 32px;
  }*/
}
.summaryCardContainer .scHeaderAll .scHeaderContent {
  width: 100%;
  font-size: 24px;
  font-weight: 700;
  position: relative;
  /*  .icon {
      padding-right: 10px;
  }*/
}
.summaryCardContainer .scHeaderAll .scHeaderContent .summaryCardIcon img {
  position: absolute;
  top: -9px;
}
@media only screen and (min-width: 1206px) {
  .summaryCardContainer .scHeaderAll .scHeaderContent .summaryCardIcon img {
    position: absolute;
    top: 0px;
    bottom: 0;
    margin: auto 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1205px) {
  #mainContentsBoxBorder:not(.copilotOpened):not(.helpOpen) .summaryCardContainer .scHeaderAll .scHeaderContent .summaryCardIcon img {
    position: absolute;
    top: 0px;
    bottom: 0;
    margin: auto 0;
  }
}
.summaryCardContainer .scHeaderAll .scHeaderContent .summaryCardIcon .iconText {
  padding-left: 56px;
  color: #000000;
}
@media (max-width: 767px) {
  .summaryCardContainer .scHeaderAll .scHeaderContent .summaryCardIcon .iconTextBlock {
    min-height: 32px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1205px) {
  .helpOpen .summaryCardContainer .scHeaderAll .scHeaderContent .summaryCardIcon .iconTextBlock, .copilotOpened .summaryCardContainer .scHeaderAll .scHeaderContent .summaryCardIcon .iconTextBlock {
    min-height: 32px;
  }
}
.summaryCardContainer .scHeaderAll .scHeaderContent .totalHeader {
  display: inline-block;
  vertical-align: middle;
  margin-left: 16px;
}
@media (max-width: 767px) {
  .summaryCardContainer .scHeaderAll .scHeaderContent .totalHeader {
    margin-left: 55px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1205px) {
  .helpOpen .summaryCardContainer .scHeaderAll .scHeaderContent .totalHeader, .copilotOpened .summaryCardContainer .scHeaderAll .scHeaderContent .totalHeader {
    margin-left: 55px;
  }
}
@media only screen and (max-width: 767px) {
  .summaryCardContainer .scHeaderAll .scHeaderContent .secondaryButtonStyle {
    margin-top: 24px;
  }
}
.summaryCardContainer .scHeaderAll .scHeaderContent .warningTextHeader {
  color: #DC1F00;
  font-weight: 500;
  font-size: 18px;
  display: inline-block;
  vertical-align: middle;
}
.summaryCardContainer .scHeaderAll .scHeaderContent .warningTextHeader .iconImage {
  line-height: 14px;
}
@media only screen and (max-width: 767px) {
  .summaryCardContainer .scHeaderAll .scHeaderContent .warningTextHeader {
    width: 100%;
    margin-left: 55px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1205px) {
  #mainContentsBoxBorder:not(.copilotOpened):not(.helpOpen) .summaryCardContainer .scHeaderAll .scHeaderContent .row-fluid {
    display: flex;
    align-items: center;
  }
}
@media only screen and (min-width: 1206px) {
  .summaryCardContainer .scHeaderAll .scHeaderContent .row-fluid {
    display: flex;
    align-items: center;
  }
}
.summaryCardContainer .scHeaderAll .scHeaderContent .mcBusinessSubHeader {
  margin-top: 16px;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: -0.1px;
  display: inline-block;
}
.summaryCardContainer span.scHeaderExpand .expandIcon {
  border-color: #262626;
  height: 8px;
  width: 8px;
}
.summaryCardContainer .scHeader {
  width: 100% !important;
  box-sizing: border-box;
  font-size: 18px;
  line-height: 28px;
  font-weight: 500;
  min-height: 30px;
  display: flex;
  align-items: center;
  padding: 40px;
}
@media only screen and (max-width: 767px) {
  .summaryCardContainer .scHeader {
    padding: 25px;
  }
}
@media only screen and (min-width: 1206px) and (max-width: 1365px) {
  .summaryCardContainer .scHeader {
    padding: 40px 32px 40px 32px;
  }
}
.summaryCardContainer .summaryCardBody {
  width: 100%;
  padding: 0px 40px 40px 40px;
  box-sizing: border-box;
}
.summaryCardContainer .summaryCardBody .horizontalLine {
  margin-top: 10px !important;
  margin-bottom: 18px !important;
}
.summaryCardContainer .summaryCardBody .scTitleColumn {
  font-size: 18px;
  font-weight: 400;
  color: #6E6E6E;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 75%;
  display: inline-block;
  cursor: text;
}
.summaryCardContainer .summaryCardBody .scTitleColumnValue {
  font-size: 18px;
  font-weight: 500;
  color: #262626;
}
.summaryCardContainer .summaryCardBody .scTitleColumnBox {
  display: none;
}
.summaryCardContainer .summaryCardBody .scTitleColumnBox input::placeholder {
  font-style: italic;
}
.summaryCardContainer .summaryCardBody .scTitleColumnBox .errorDataFieldText {
  line-height: 23px;
}
.summaryCardContainer .summaryCardBody .warningTextBody {
  color: #DC1F00;
  font-weight: 500;
  font-size: 18px;
  display: inline-block;
  vertical-align: middle;
}
.summaryCardContainer .summaryCardBody .warningTextBody .iconImage {
  line-height: 14px;
}
.summaryCardContainer .summaryCardBody .scSubHeadingRow,
.summaryCardContainer .summaryCardBody .scTotalRowText,
.summaryCardContainer .summaryCardBody .scTotalRowVal {
  font-size: 18px;
  font-weight: 700;
  color: #262626;
  line-height: 28px;
}
.summaryCardContainer .summaryCardBody .scTotalRowText {
  color: #000000;
}
@media only screen and (max-width: 767px) {
  .summaryCardContainer .summaryCardBody .scTotalRowVal {
    font-size: 24px;
  }
}
@media only screen and (max-width: 767px) {
  .summaryCardContainer .summaryCardBody .scSubHeadingRow {
    display: none;
  }
}
.summaryCardContainer .summaryCardBody .scFooter {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 24px;
}
.summaryCardContainer .summaryCardBody .singleLinkColText {
  width: 87%;
}
.summaryCardContainer .summaryCardBody .singleLinkColEdit {
  width: 10%;
}
.summaryCardContainer .summaryCardBody a:nth-child(n+2) {
  padding-left: 15px;
}
.summaryCardContainer .summaryCardBody .icon {
  font-size: 21px;
}
.summaryCardContainer .summaryCardBody .icon.hrbo-icon-delete {
  font-size: 15px;
}
@media only screen and (max-width: 767px) {
  .summaryCardContainer .summaryCardBody {
    padding: 24px 25px 25px 25px;
  }
}
@media only screen and (min-width: 1206px) and (max-width: 1365px) {
  .summaryCardContainer .summaryCardBody {
    padding: 0px 32px 40px 32px;
  }
  .summaryCardContainer .summaryCardBody a:nth-child(n+2) {
    padding-left: 10px;
  }
}
.summaryCardContainer .summaryCardBody .mcLabelContainer {
  border-radius: 8px;
  padding: 0px 16px;
  font-size: 18px;
  font-weight: 500;
  line-height: 36px;
  letter-spacing: 0.12px;
  display: inline-block;
}
@media only screen and (min-width: 768px) and (max-width: 1205px) {
  .helpOpen .summaryCardContainer .cardInnerContainer .row-fluid [class*=span]:not(.noWrap), .copilotOpened .summaryCardContainer .cardInnerContainer .row-fluid [class*=span]:not(.noWrap) {
    text-align: Left;
    clear: both;
    margin-left: 0px !important;
    width: 100% !important;
  }
  .helpOpen .summaryCardContainer .cardInnerContainer .scHeaderAll span.scHeaderExpand, .copilotOpened .summaryCardContainer .cardInnerContainer .scHeaderAll span.scHeaderExpand {
    align-self: flex-start;
    padding-top: 8px;
    padding-left: 0px;
  }
  .helpOpen .summaryCardContainer .cardInnerContainer .scHeaderAll span.scHeaderCollapsed, .copilotOpened .summaryCardContainer .cardInnerContainer .scHeaderAll span.scHeaderCollapsed {
    align-self: flex-start;
    padding-top: 14px;
  }
  .helpOpen .summaryCardContainer .cardInnerContainer .scHeader, .copilotOpened .summaryCardContainer .cardInnerContainer .scHeader {
    padding: 25px;
  }
  .helpOpen .summaryCardContainer .cardInnerContainer .scHeader .secondaryButtonStyle, .copilotOpened .summaryCardContainer .cardInnerContainer .scHeader .secondaryButtonStyle {
    margin-top: 24px;
  }
  .helpOpen .summaryCardContainer .cardInnerContainer .scHeader .warningTextHeader, .copilotOpened .summaryCardContainer .cardInnerContainer .scHeader .warningTextHeader {
    width: 100%;
    margin-left: 55px;
  }
  .helpOpen .summaryCardContainer .cardInnerContainer .summaryCardBody, .copilotOpened .summaryCardContainer .cardInnerContainer .summaryCardBody {
    padding: 10px 36px 36px 36px;
  }
  .helpOpen .summaryCardContainer .cardInnerContainer .summaryCardBody .scTotalRowVal, .copilotOpened .summaryCardContainer .cardInnerContainer .summaryCardBody .scTotalRowVal {
    font-size: 24px;
  }
  .helpOpen .summaryCardContainer .cardInnerContainer .summaryCardBody .scSubHeadingRow, .copilotOpened .summaryCardContainer .cardInnerContainer .summaryCardBody .scSubHeadingRow {
    display: none;
  }
}

.textSaveButton {
  display: none;
  color: #005D1F;
}

.toastMainParent {
  position: fixed;
  bottom: 56px;
  z-index: 1002;
  left: 50%;
  transform: translateX(-50%);
}
@media only screen and (max-width: 1205px) {
  .toastMainParent {
    width: 85% !important;
  }
}
@media only screen and (min-width: 1206px) {
  .toastMainParent {
    width: 1038px !important;
  }
}

.ataContextualContentDiv {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 50px;
}

@media (max-width: 1205px) {
  .ataContextualContentDiv.copilotOpened {
    display: block;
    width: 100%;
    box-sizing: border-box;
  }
}

@media (max-width: 1205px) {
  .ataContextualContentDiv.copilotOpened .ataAIContextualLauchLink .ata-contextual-launch-wrapper {
    width: 100% !important;
    box-sizing: border-box;
  }
}

.ataAIContextualLauchLink .ata-contextual-launch-wrapper {
  padding: 13px 18px 13px 14px;
  border-radius: 12px 12px 0px 12px;
  border: 2px solid #003512;
  overflow: hidden;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 12px;
  display: flex;
  width: 796px;
  background: var(--bds-global-dark-green);
}
@media (max-width: 995px) {
  .ataAIContextualLauchLink .ata-contextual-launch-wrapper {
    width: 335px;
  }
}
.ataAIContextualLauchLink .ata-contextual-launch-wrapper .ata-contextual-launch-main-header {
  justify-content: flex-start;
  display: flex;
  align-items: center;
  gap: 8px;
}
.ataAIContextualLauchLink .ata-contextual-launch-wrapper .ata-contextual-launch-main-header .ata-contextual-launch-labelmain .ata-contextual-launch-title {
  color: white;
  font-feature-settings: "liga" off, "clig" off;
  /* metadata */
  font-family: Graphik;
  font-size: var(--font-size-metadata, 12px);
  font-style: normal;
  font-weight: 400;
  line-height: var(--line-height-metadata, 18px); /* 150% */
  letter-spacing: 0.12px;
  margin-top: -5px;
}
.ataAIContextualLauchLink .ata-contextual-launch-wrapper .ata-contextual-launch-main {
  justify-content: flex-start;
  align-items: center;
  gap: 12px;
  display: inline-flex;
}
.ataAIContextualLauchLink .ata-contextual-launch-wrapper .ata-contextual-launch-main .ata-contextual-launch-label {
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
  letter-spacing: 0.12px;
  word-wrap: break-word;
  color: var(--bds-grays-white);
}
.ataAIContextualLauchLink .ata-contextual-launch-wrapper .ata-contextual-launch-main .ata-contextual-launch-label:hover {
  cursor: pointer;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: none;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
}
.ataAIContextualLauchLink .ata-contextual-launch-wrapper .ata-contextual-launch-image-reply {
  width: 24px;
  height: 20px;
  flex-shrink: 0;
}
.ataAIContextualLauchLink .ata-contextual-launch-wrapper .ata-contextual-launch-image-reply:hover {
  cursor: pointer;
}
.ataAIContextualLauchLink .ata-contextual-launch-wrapper .ata-contextual-launch-yessquare {
  height: 32px;
  display: flex;
  align-self: flex-start;
}
.ataAIContextualLauchLink .ata-contextual-launch-wrapper .ata-contextual-more-faqs-div {
  display: flex;
  width: 100%;
  height: 22px;
  justify-content: center;
  align-items: center;
  gap: 4px;
}
@media (max-width: 995px) {
  .ataAIContextualLauchLink .ata-contextual-launch-wrapper .ata-contextual-more-faqs-div {
    width: 335px;
  }
}
.ataAIContextualLauchLink .ata-contextual-launch-wrapper .ata-contextual-more-faqs-div .ata-contextual-more-faqs {
  color: #00E95C;
  font-feature-settings: "liga" off, "clig" off;
  font-family: Graphik;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.12px;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: none;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
}
.ataAIContextualLauchLink .ata-contextual-launch-wrapper .ata-contextual-more-faqs-div .ata-contextual-more-faqs:hover {
  cursor: pointer;
  color: #F1F5F7;
}

body {
  font-family: "Graphik", "Helvetica Neue", "Helvetica", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 22px;
  color: #262626;
}
@media (max-width: 995px) {
  body {
    width: 100%;
  }
}

/*# sourceMappingURL=base.css.map */

/*
 * The MIT License
 * Copyright (c) 2012 Matias Meno <m@tias.me>
 */
@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.dropzone, .dropzone * {
    box-sizing: border-box;
}

.dropzone {
    min-height: 150px;
    border: 2px dashed #ccc;
    background: #efefef;
    background-clip: padding-box;
    padding: 20px 20px;
    font-size: 16px;
}

    .dropzone.dz-clickable {
        cursor: pointer;
    }

        .dropzone.dz-clickable * {
            cursor: default;
        }

        .dropzone.dz-clickable .dz-message, .dropzone.dz-clickable .dz-message * {
            cursor: pointer;
        }

    .dropzone.dz-started .dz-message {
        display: none;
    }

    .dropzone.dz-drag-hover {
        background-color: #fff;
    }


    .dropzone .dz-message {
        position: relative;
        margin: 10px 0;
        text-align: center;
        display: block;
        padding-top: 60px;
        color: #468522;
    }

    .dropzone .dzProcessingDiv {
        position: relative;
        margin: 20px 0;
        text-align: center;
        padding-top: 15px;
        display: none;
        color: #468522;
    }

    .dropzone .dz-message::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        padding-top: 55px;
        width: 100%;
        background: url('/hrblock/Templates/Premium/Images/icon_cloud.png') center no-repeat;
    }


    .dropzone:hover .dz-message::before {
        background: url('/hrblock/Templates/Premium/Images/icon_cloud_hover.png') center no-repeat;
    }

    .dropzone.dz-drag-hover .dz-message {
        color: #277bbb;
    }


        .dropzone.dz-drag-hover .dz-message::before {
            content: "";
            padding-top: 55px;
            width: 100%;
            background: url('/hrblock/Templates/Premium/Images/icon_cloud_drop.png') center no-repeat;
        }


    .dropzone .dz-preview {
        position: relative;
        display: inline-block;
        vertical-align: top;
        margin: 16px;
        min-height: 100px;
    }

        .dropzone .dz-preview:hover {
            z-index: 8;
        }

            .dropzone .dz-preview:hover .dz-details {
                opacity: 1;
            }

        .dropzone .dz-preview.dz-file-preview .dz-image, .dropzone .dz-preview.dz-image-preview .dz-image  {
            border-radius: 0px;
            background: #fff;
            /* background: linear-gradient(to bottom, #eee, #ddd);*/
        }

        .dropzone .dz-preview.dz-file-preview .dz-details , .dropzone .dz-preview.dz-image-preview .dz-details{
            opacity: 1;
        }

        /*.dropzone .dz-preview.dz-image-preview {
            background: white;
        }*/

            .dropzone .dz-preview.dz-image-preview .dz-details {
                -webkit-transition: opacity 0.2s linear;
                -moz-transition: opacity 0.2s linear;
                -ms-transition: opacity 0.2s linear;
                -o-transition: opacity 0.2s linear;
                transition: opacity 0.2s linear;
            }

        .dropzone .dz-preview .dz-remove {
            font-size: 13px;
            text-align: center;
            display: block;
            cursor: pointer;
            border: none;
            color: #e70000;
            padding-top: 5px;
        }

            .dropzone .dz-preview .dz-remove:hover {
                text-decoration: underline;
            }
              .dropzone .dz-preview .dz-remove:focus {
                outline:#bbb dotted 1px;
            }
        .dropzone .dz-preview:hover .dz-details {
            opacity: 1;
        }

        .dropzone .dz-preview .dz-details {
            z-index: 8;
            position: absolute;
            top: 0;
            left: 0;
            opacity: 0;
            font-size: 13px;
            min-width: 100%;
            max-width: 100%;
            background: url('/hrblock/Templates/Premium/Images/icon_description.png') center 10px no-repeat;
            padding: 80px 10px 10px 10px;
            text-align: center;
            color: rgba(0, 0, 0, 0.9);
            line-height: 150%;
        }

            .dropzone .dz-preview .dz-details .dz-size {
                margin-bottom: 1em;
                font-size: 16px;
            }

            .dropzone .dz-preview .dz-details .dz-filename {
                white-space: nowrap;
            }

                .dropzone .dz-preview .dz-details .dz-filename:hover span {
                    border: 1px solid rgba(200, 200, 200, 0.8);
                    background-color: rgba(255, 255, 255, 0.8);
                }

                .dropzone .dz-preview .dz-details .dz-filename:not(:hover) {
                    overflow: hidden;
                    text-overflow: ellipsis;
                }

                    .dropzone .dz-preview .dz-details .dz-filename:not(:hover) span {
                        border: 1px solid transparent;
                    }

                .dropzone .dz-preview .dz-details .dz-filename span, .dropzone .dz-preview .dz-details .dz-size span {
                    background-color: rgba(255, 255, 255, 0.4);
                    padding: 0 0.4em;
                    border-radius: 3px;
                }


        .dropzone .dz-preview .dz-image {
            border-radius: 20px;
            overflow: hidden;
            width: 160px;
            height: 110px;
            box-shadow: 3px 3px 5px #666666;
            position: relative;
            display: block;
            z-index: 8;
        }

            .dropzone .dz-preview .dz-image img {
                display: block;
            }

        .dropzone .dz-preview.dz-processing .dz-progress {
            opacity: 1;
        }

        .dropzone .dz-preview.dz-processing .dz-details, .dropzone .dz-preview.dz-processing .dz-image {
            opacity: 0.3;
        }

        .dropzone .dz-preview .dz-progress {
            opacity: 0;
            z-index: 1000;
            pointer-events: none;
            position: absolute;
            height: 35px;
            top: 25%;
            left: 40%;
            width: 35px;
            animation: spin 1.5s infinite linear;
            border: 3px solid #277ecc;
            border-right-color: transparent;
            border-radius: 50%;
            display: inline-block;
        }
        #fileUploadLink:focus{
           outline:#bbb dotted 1px;
        }
.tns-outer{padding:0 !important}.tns-outer [hidden]{display:none !important}.tns-outer [aria-controls],.tns-outer [data-action]{cursor:pointer}.tns-slider{-webkit-transition:all 0s;-moz-transition:all 0s;transition:all 0s}.tns-slider>.tns-item{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.tns-horizontal.tns-subpixel{white-space:nowrap}.tns-horizontal.tns-subpixel>.tns-item{display:inline-block;vertical-align:top;white-space:normal}.tns-horizontal.tns-no-subpixel:after{content:'';display:table;clear:both}.tns-horizontal.tns-no-subpixel>.tns-item{float:left}.tns-horizontal.tns-carousel.tns-no-subpixel>.tns-item{margin-right:-100%}.tns-no-calc{position:relative;left:0}.tns-gallery{position:relative;left:0;min-height:1px}.tns-gallery>.tns-item{position:absolute;left:-100%;-webkit-transition:transform 0s, opacity 0s;-moz-transition:transform 0s, opacity 0s;transition:transform 0s, opacity 0s}.tns-gallery>.tns-slide-active{position:relative;left:auto !important}.tns-gallery>.tns-moving{-webkit-transition:all 0.25s;-moz-transition:all 0.25s;transition:all 0.25s}.tns-autowidth{display:inline-block}.tns-lazy-img{-webkit-transition:opacity 0.6s;-moz-transition:opacity 0.6s;transition:opacity 0.6s;opacity:0.6}.tns-lazy-img.tns-complete{opacity:1}.tns-ah{-webkit-transition:height 0s;-moz-transition:height 0s;transition:height 0s}.tns-ovh{overflow:hidden}.tns-visually-hidden{position:absolute;left:-10000em}.tns-transparent{opacity:0;visibility:hidden}.tns-fadeIn{opacity:1;filter:alpha(opacity=100);z-index:0}.tns-normal,.tns-fadeOut{opacity:0;filter:alpha(opacity=0);z-index:-1}.tns-vpfix{white-space:nowrap}.tns-vpfix>div,.tns-vpfix>li{display:inline-block}.tns-t-subp2{margin:0 auto;width:310px;position:relative;height:10px;overflow:hidden}.tns-t-ct{width:2333.3333333%;width:-webkit-calc(100% * 70 / 3);width:-moz-calc(100% * 70 / 3);width:calc(100% * 70 / 3);position:absolute;right:0}.tns-t-ct:after{content:'';display:table;clear:both}.tns-t-ct>div{width:1.4285714%;width:-webkit-calc(100% / 70);width:-moz-calc(100% / 70);width:calc(100% / 70);height:10px;float:left}

/*# sourceMappingURL=sourcemaps/tiny-slider.css.map */

.cb-streaming-border.cb-streaming-border--custom {
    box-shadow: inset 0px 0px 0px 5px #6AA509;
    -webkit-box-shadow: inset 0px 0px 0px 5px #6AA509;
    -moz-box-shadow: inset 0px 0px 0px 5px #6AA509;
}

.cb-modal-session-end.cb-modal-session-end--custom {
    background-color: #CAF171;
    color: #202020;
}

.cb-modal-session-end > .cbbtn.cbbtn-danger.cbbtn--custom.cbbtn-danger--custom {
    background-color: #202020 !important;
    border: none !important;
}

.cb-modal__icon-holder {
    background-image: url('/hrblock/Images/Video_chat_icon.svg') !important;
}

.cb-confidential-banner.cb-confidential-banner--custom {
    background-color: #6BDBD8 !important;
}

#cbSessionEnd button {
    margin-left: 10px !important;
}

#cbSessionEnd p {
    display: none;
}

#cbSessionEnd:before {
    content: 'You are sharing your screen.'
}

#startCobrowseModal {
    font-family: Roboto !important;
}

.cbmodal-content {
    border: none !important;
}

    .cbmodal-content p {
        font-weight: 700;
        margin-bottom: 10px;
    }

.cb-modal__header {
    border: none !important;
}

button.cbbtn.cbbtn-secondary.cbmodal-button.cbbtn--custom.cbbtn-secondary--custom.cbmodal-button--custom {
    background-color: #E6ECEF !important;
    color: black !important;
    border: none !important;
    border-radius: 6px !important;
    font-size: 14pt;
}

    button.cbbtn.cbbtn-secondary.cbmodal-button.cbbtn--custom.cbbtn-secondary--custom.cbmodal-button--custom:hover {
        background-color: #cdd9df !important;
        color: #202020 !important;
        box-shadow: 0 4px 16px rgba(230, 236, 239, 0.65) !important;
    }

button.cbbtn.cbbtn-primary.cbmodal-button.cbbtn--custom.cbbtn-primary--custom.cbmodal-button--custom {
    background-color: #202020 !important;
    border: none !important;
    border-radius: 6px !important;
    font-size: 14pt;
}

    button.cbbtn.cbbtn-primary.cbmodal-button.cbbtn--custom.cbbtn-primary--custom.cbmodal-button--custom:hover {
        background-color: rgba(32, 32, 32, 0.8) !important;
        box-shadow: 0 4px 16px rgba(32, 32, 32, 0.24) !important;
    }

.cb-modal__loading-spinner {
    background-image: url('/hrblock/Images/Cobrowse_Spinner.svg') !important;
}

@media only screen and (min-width: 370px) and (max-width: 480px) {
    .cb-modal-session-end.cb-modal-session-end--custom {
        font-size: 15px;
    }

    #cbSessionEnd button {
        font-size: 15px;
        background-color: #CAF171 !important;
        color: #202020 !important;
        font-weight: 600;
        margin-left: 0px !important;
        border-radius: 6px;
    }

    #cbSessionEnd:before {
        content: '';
    }

    #cbSessionEnd {
        background: none !important;
        bottom: 0;
        left: 0;
        padding-left: 0;
    }
}

@media screen and (max-width: 370px) {
    .cb-modal-session-end.cb-modal-session-end--custom {
        font-size: 10px;
    }

    #cbSessionEnd button {
        font-size: 10px;
        background-color: #CAF171 !important;
        color: #202020 !important;
        font-weight: 600;
        margin-left: 0px !important;
        border-radius: 6px;
    }

    #cbSessionEnd:before {
        content: '';
    }

    #cbSessionEnd {
        background: none !important;
        bottom: 0;
        left: 0;
        padding-left: 0;
    }
}

#screenMeetBody {
    margin: 0px;
    background-color: black;
}

#screenMeetLiveContainer {
    box-sizing: border-box;
    position: absolute;
    background-color: black;
    z-index: 100;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0px 0px 40px -5px rgba(0,0,0,0.6);
    transition-property: width, height, top, left, transform;
    transition-duration: .5s;
}

    #screenMeetLiveContainer.cb-videoclosed {
        height: 60px;
        width: 90px;
    }

.cameraIconFlexbox {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    width: 90px;
    height: 60px;
}

@media only screen and (max-width: 500px) {
    #screenMeetLiveContainer.cb-videomaximized {
        transform: scale(.65, .65);
        transform-origin: 0% 0%;
    }
}

@media only screen and (max-width: 500px) {
    .start-position.cb-videomaximized {
        right: 10px;
        top: calc(100% - 285px);
    }
}

.start-position {
    right: 10px;
    top: 10px;
}

.cb-videominimized {
    height: 100px;
    width: 100px;
}



#screenMeetLiveContainerHeader {
    box-sizing: border-box;
    background-color: #383B42;
    cursor: move;
    width: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding: 8px;
}

#screenMeetLivePortal {
    box-sizing: border-box;
    width: 100%;
    margin: 0px;
    background-color: black;
    position: absolute;
    border: 0px;
    height: 380px;
}

.cb-videominimized #screenMeetLivePortal, #screenMeetLiveContainer.cb-videominimized {
    height: 100px;
    width: 100px;
}

#screenMeetCobrowseContainer {
    margin: 0px;
    width: 100%;
    height: 100%;
    position: absolute;
    border: 0px;
}

#screenMeetClickMask {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 50;
    box-sizing: border-box;
    pointer-events: none;
}

.cb-video__close {
    width: 24px;
    height: 24px;
    margin-left: 5px;
    background-image: url('https://cobrowse.screenmeet.com/icons/close_icon.svg');
    background-repeat: no-repeat;
    background-size: cover;
    cursor: pointer;
}

.cb-video__minimize {
    width: 24px;
    height: 24px;
    background-image: url('https://cobrowse.screenmeet.com/icons/min_icon.svg');
    background-repeat: no-repeat;
    background-size: cover;
    cursor: pointer;
}


.cb-video__open {
    height: 30px;
    width: 45px;
    margin-right: 20px;
    background-image: url('https://cobrowse.screenmeet.com/icons/camera.svg');
    background-repeat: no-repeat;
    background-size: cover;
    cursor: pointer;
}

.cb-videooverlay {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    z-index: 400;
    cursor: pointer;
}

.cb-videomaximized .cb-videooverlay {
    pointer-events: none;
    margin-top: 48px;
}

.cb-videominimized .cb-videooverlay {
    pointer-events: auto;
}



.header-title {
    margin-right: auto;
    margin-left: 5px;
    font-family: sans-serif;
    color: white;
}

@media only screen and (min-width: 481px) {

    #screenMeetLiveContainer {
        width: 350px;
        height: 420px;
    }
}

@media only screen and (min-width: 370px) and (max-width: 480px) {

    #screenMeetLiveContainer {
        height: 390px;
        width: 325px;
    }
}

@media screen and (max-width: 370px) {

    #screenMeetLiveContainer {
        height: 390px;
        width: 325px;
    }
}

