.tool-panel{background-color:#fff;color:#333}
.tool-panel .tool-panel__border{height:3px;background-image:linear-gradient(to right,#008edd,#a2cf42)}
.tool-panel .tool-panel__header{padding-top:24px;padding-bottom:32px}
.tool-panel .tool-panel__title>h3{font-size:24px;line-height:36px;letter-spacing:.05px;margin-bottom:16px}
.tool-panel .tool-panel__subtitle{font-size:16px;line-height:30px;letter-spacing:normal}
.tool-panel .tool-panel__subtitle>*:last-child{margin-bottom:0}
.tool-panel .tool-panel__content{background-color:#fafafa;padding:8px 32px}
.tool-panel .tool-panel__panel{position:relative}
.tool-panel .tool-panel__link{display:flex;flex-direction:row;align-items:center;color:#333;padding:24px 0}
.tool-panel .tool-panel__link:hover,.tool-panel .tool-panel__link:focus,.tool-panel .tool-panel__link:active{color:#333}
.tool-panel .tool-panel__link-image{width:44px;height:44px;margin-right:16px}
.tool-panel .tool-panel__link-text{display:block;width:100%;font-size:14px;line-height:18px;letter-spacing:0}
.tool-panel .tool-panel__link-border{position:absolute;top:auto;bottom:0;left:16px;right:16px;height:1px;width:auto;background-color:#ccc}
.tool-panel .tool-panel__panel:last-child .tool-panel__link-border{display:none}
@media screen and (min-width:768px){.tool-panel .tool-panel__header{padding-top:32px;padding-bottom:32px}
.tool-panel .tool-panel__content{padding:32px 16px}
.tool-panel .tool-panel__title>h3{font-size:32px;line-height:57px;letter-spacing:.08px;margin-bottom:0}
.tool-panel .tool-panel__link{flex-direction:column;padding:0}
.tool-panel .tool-panel__link-image{margin-bottom:10px;margin-right:0}
.tool-panel .tool-panel__link-text{text-align:center;font-size:20px;line-height:30px}
.tool-panel .tool-panel__link-border{position:absolute;top:0;bottom:0;left:auto;right:0;height:auto;width:1px;background-color:#ccc}
}
@media screen and (min-width:768px) and (-ms-high-contrast:none),(-ms-high-contrast:active){.tool-panel .tool-panel__link-border{width:2px}
}
@media screen and (min-width:1024px){.tool-panel .tool-panel__title{flex:0 0 30%;max-width:30%}
.tool-panel .tool-panel__subtitle{flex:0 0 70%;max-width:70%}
.tool-panel .tool-panel__title>h3{font-size:32px;line-height:48px;letter-spacing:.06px}
}