﻿@charset "UTF-8";
/* Gravity Container Set styles */
/* NoTitle */
.DNNContainer_noTitle {
}

/* Title_h2 */
.DNNContainer_Title_h2 h2 .TitleH2 {
	display: block;
	margin-bottom: 25px;
}

/* Title_h3 */
.DNNContainer_Title_h3 h3 .TitleH3 {
	display: block;
	padding-bottom: 10px;
	margin-bottom: 25px;
	border-bottom: solid 1px #c0c0c0;
}

/* Title_h4 */
.DNNContainer_Title_h4 h4 .TitleH4 {
	display: block;
	margin-bottom: 25px;
}

.box
{
    position: relative;
    padding: 5px 0 50px;
    margin-bottom: 20px;
    -webkit-box-shadow: 0px 2px 5px 0px rgba(50, 50, 50, 0.5);
    -moz-box-shadow: 0px 2px 5px 0px rgba(50, 50, 50, 0.5);
    box-shadow: 0px 2px 5px 0px rgba(50, 50, 50, 0.5);
}
    .box > div
    {
        background-color: #fff;
        padding: 25px 20px;
    }
    .box.white
    {
        background-color: #ffffff;
    }
    .box.whiteFaded
    {
        background-color: rgba(255,255,255,0.5);
        padding-bottom: 0;
    }
        .box.whiteFaded > div
        {
            background-color: transparent;
        }
    .box.gray
    {
        background-color: #323232;
    }
    .box.red
    {
        background-color: #550000;
    }

.boxAction, a:link.boxAction, a:visited.boxAction
{
    position: absolute;
    left: 0;
    bottom: 0;
    font-family: Arial, sans-serif;
    font-size: 18px;
    text-transform: uppercase;
    color: #fff;
    text-align: center;
    line-height: 50px;
    min-height: 50px;
    width: 100%;
}
