/*heading container*/
div.content
{
    padding-top: 0;
}

div.applications_title_container
{
    background-image: url('../site_images/header_yellow_bg.png');
    background-repeat: no-repeat;
    background-position: top;
    background-size: 100% 341px;

    text-align: center;
    padding-top: 81px;
    padding-bottom: 30px;
}

div.applications_title_container h1
{
    font-size: 4em;
    margin-bottom: 0;
}

@media(max-width: 767px)
{
    div.applications_title_container h1
    {
        font-size: 3em;
    }
}

div.applications_overview
{
    margin-top: 15px;
}

/*product listing*/
div.applications_container
{
    margin-top:30px;
}

div.applications_item
{
    margin-bottom: 30px;
}

div.applications_item div.applications_item_inner h2.applications_item_inner_heading
{
    text-align: center;
    text-transform: uppercase;
    padding: 15px;
    margin: 0;
    background-color: #FFDD00;
    font-weight: 600;
    font-size: 25px;
}

div.applications_item div.applications_item_inner div.applications_item_inner_content
{
    padding: 30px;
    min-height: 200px;
}

div.applications_item div.shadow
{
    background-color: #fff;
}

div.applications_item_special_offers div.applications_item_inner
{
    background-color: #303030;
    background-image: url("../site_images/support/sidebar_bottom.png");
    background-position: right bottom;
    background-repeat: no-repeat;
    background-size: 100% 146px;
}

div.applications_item_special_offers div.applications_item_inner div.applications_item_inner_content
{
    color: #fff;
}


/*mythbuster items*/
.myth_buster_item
{
    margin-bottom: 15px;
}

.myth_buster_item .myth_buster_item_heading
{
    position: relative;
    background-color: #4d4d4d;
    color: #fff;
    padding: 10px;
    cursor: pointer;
}

.myth_buster_item .myth_buster_item_heading h3
{
    padding: 0;
    padding-left: 40px;
    margin: 0;
    font-size: 18px;
    font-weight: 600;
}

.myth_buster_item .myth_buster_item_heading::before
{
    position: absolute;
    height: auto;
    width: auto;
    left: 10px;
    top: calc( 50% - 21px );
    font-family: FontAwesome;
    content: "\f078";
    font-size: 30px;
    color: #FFDD00;
}

.myth_buster_item .myth_buster_item_heading_open::before
{
    content: "\f054";
    left: 15px;
}

.myth_buster_item .myth_buster_item_body
{
    display: none;
    background-color: #FFDD00;
    background-image: url("../site_images/featured_item_accent.png");
    background-position: left top;
    background-repeat: no-repeat;
    background-size: 70% 10px;
    padding: 20px 15px;
    margin-bottom: 30px;
}

.myth_buster_item .myth_buster_item_body .myth_buster_true_false_text
{
    font-weight: 600;
    margin-bottom: 15px;
    text-transform: uppercase;
    font-size: 18px;
}


/*special offers*/
.special_offers_item
{
    text-align: center;
}

.special_offers_item .special_offers_item_heading h3
{
    margin: 0;
    margin-bottom: 15px;
    padding: 0;
    font-size: 18px;
    font-weight: 600;
}

.special_offers_item .special_offers_item_body,
.special_offers_item .special_offers_item_image
{
    margin-bottom: 15px;
}

.special_offers_item .special_offers_item_image img
{
    display: inline-block;
    max-width: 60%;
    max-height: 200px;
}

.special_offers_item .special_offers_item_divider
{
    content: "";
    background-color: #000;
    width: calc( 100% + 60px );
    height: 1px;
    margin-top: 30px;
    margin-bottom: 30px;
    margin-left: -30px;
}

.special_offers_item:last-child .special_offers_item_divider
{
    display: none;
}
