﻿.panel
{
    margin-bottom: 1.25rem;
    background: #eceeee;
    border-width: 1px;
    border-color: #bac1c1;
    border-style: solid;
}

.panel.radius
{
    border-radius: 5px;
}

.highlight-panel h4
{
    background: #fff;
    margin: 0;
    padding: .7rem 1rem;
    line-height: 1.2em;
    font-weight: 900;
    font-size: 18px;
    border-radius: 7px 7px 0px 0px;
}

.highlight-panel>h4:before
{
    width: 34px;
}

.pack.highlight-panel>h4:before
{
    content: '';
    background-image: url(../images/noun_binder_100155-blue.png);
    width: 34px;
    height: 34px;
    background-size: contain;
    background-repeat: no-repeat;
}

.bespoke.highlight-panel>h4:before
{
    content: '';
    background-image: url(../images/noun_creative-process_1293496-purple.png);
    width: 34px;
    height: 34px;
    background-size: contain;
    background-repeat: no-repeat;
}

.highlight-panel>h4:before {
    font-family: gcs-webicons;
    content: '';
    float: left;
    font-size: 2em;
    padding: 0 .25em 0 0;
    margin-top: -.2em;
    line-height: 1em;
}

.highlight-panel p
{
    padding: .7rem 1rem;
    padding-bottom: 5px;
    line-height: 1.4;
    margin-bottom: 0px;
}

.panel>:last-child {
    margin-bottom: 10px;
}

.button_container
{
    text-align: center;
}

.button_container .button 
{
    width: 27%;
}

.italic 
{
	font-style: italic;
}