/* .smaller-devices {
  display: none !important;
}
.larger-devices {
  display: none !important;
} */
.btnwrapper {
  display: none;
}
/* @media only screen and (max-width: 2000px) {
  .larger-devices {
    display: block !important;
  }
} */
/* @media only screen and (max-width: 600px) {
  .smaller-devices {
    display: block !important;
  }
  .smaller-devices button {
    color: #002C6D;
  }
  .smaller-devices p { 
    color: #001E46; 
  }
/*   .larger-devices {
    display: none !important;
  } */ /*
  .accordion--panel p {
  	margin-top: 40px;
  }
} */

.tabbed.a11y-tabs.accord-tabs-shared .rightSide {
  padding-left: 4.5em;
}