/* @import url('http://example.com/example_style.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/*****************************************/
/* Start your style declarations here    */
/*****************************************/

.hs-cta-node .cta_button:hover {color:#232a5e !important;}
.pwr-cta--custom-02 .hs-cta-node .cta_button:hover,.pwr-comparison-table__cta.pwr-cta.pwr-cta--primary-solid .hs-cta-node .cta_button:hover {color:#fff !important;}

.pwr-header-top {
  padding: 8px 0;
}

.pwr--dark .pwr-prev-next-nav__link:hover, .pwr-prev-next-nav__link:hover {
    color: #4393CF;
}

.pwr-header-right-bar>.pwr-header-right-bar__item:not(:first-of-type):not(.pwr-header-right-bar__cta):before {
    content: "|";
    padding-left: 8px;
    padding-right: 8px;
  
 /*START Calculator Styles*/
  #COMPUTE {
    padding:15px 35px;
    border-radius:5px;
    background-color:#263D8A;
    color:#fff;
    cursor:pointer;
    border:none !important;
  }
    #COMPUTE:hover {
    background-color:#232A5E;
  }
  
  .Summary > .answer {
    font-weight: bold;
    font-size: 24px;
    line-height:32px;
  }
 .panel {margin-bottom:45px;}
  
  input[value="Remove"]{
    padding:6px 12px;
    border-radius:5px;
    background-color:#D62329;
    color:#fff;
    cursor:pointer;
    border:none !important;
  }
  
  input[value="Add"]{
    padding:6px 12px;
    border-radius:5px;
    background-color:#2b7b04;
    color:#fff;
    cursor:pointer;
    border:none !important;
  }
  
  #tvcCalculatorResultsId { color:#D62329;}

 /*END Calculator Styles*/
  
   @media (min-width: 576px) {
    .pwr-header-fixed {
        top: 88px !important;
    }
}
  
  @media (max-width: 575px) {
    .pwr-header-fixed {
        top: 40px !important;
    }
}