.freedomaward h2,
.freedomaward h1,
.freedomaward h5 {
    border-bottom: 1px solid #ECECEC;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.freedomaward h1,
.freedomaward h2,
.freedomaward h3,
.freedomaward h4,
.freedomaward h5,
.freedomaward h6 {
    font-family: 'Futura', 'Trebuchet MS', Arial, sans-serif;
    font-weight: 200;
    color: #000000;
}

.freedomaward h1,
.freedomaward .page-title,
.freedomaward .page-description,
.freedomaward .page-subdescription,
.freedomaward .project-title {
    font-size: 32px;
}

.freedomaward h3 {
    font-size: 18px;
    color: #ed1c24;
}
.freedomaward h4 {
    font-size: 15px;
    color: #666;
}

.divItemsListing h1, .divItemsListing h2
{
	margin-top:10px;
	margin-bottom:0;
   	text-decoration:none!important;
    color:#000!important;
    border-bottom:none!important;
    font-family: Futura, "“Trebuchet MS”", Arial, sans-serif;
    font-weight: 200;
    font-size: 24px;
}
.divItemsListing h2 a:link, .divItemsListing h2 a:visited
{
	margin-top:0;
	margin-bottom:0;
   	text-decoration:none!important;
    color:#000!important;
}
.divItemsListing h2 a:hover
{
    color:#ed1c24!important;
}
.itemDescription p {
    font-weight: 400;
    font-size: 14px;
    font-family: Arial, Sans-Serif;
}
.categoryItemList
{
	display:block;
	clear:both;
	background-color:#fff; /* the background color for the listing */
	margin-bottom:10px; /*this adds spacing below each listing, cleaning up the look */
	padding:0; /*this would add some spacing around the inside of the div, but causes issues in IE7 */
	display:inline-block; /*this enables the div to wrap around items in IE7 */
	border-bottom:solid 2px #ededed; /*adds a border to the bottom of each listing */
	width:100%;
    -webkit-box-shadow: 0 8px 8px -8x #f2f2f2;
       -moz-box-shadow: 0 8px 8px -8px #f2f2f2;
            box-shadow: 0 8px 8px -8px #f2f2f2;
}

.altCategoryItemList
{
	background-color:#fff;
}


.categoryDisplayArticle .categoryItemList
{
	background:none;
	border:0 solid #000;
	padding:0;
	margin:0;
}

.categoryDisplayCategory .categoryItemList
{
	background:none;
	border:0 solid #000;
	padding:0;
	margin:0;

}
h5 a:link, h5 a:visited
{
	margin-top:0;
	margin-bottom:0;
   	text-decoration:none!important;
    color:#000!important;
}
h5 a:hover
{
    color:#ed1c24!important;
}

.da-slide h2 {
    border-bottom: 1px solid #ECECEC;
    padding-bottom: 10px;
    margin-bottom: 10px;
}
.da-slide p {
    font-weight: 400;
    font-size: 14px;
    font-family: Arial, Sans-Serif;
}

.one-half, .one-third, .two-third, .one-fourth {
		float: left;
		margin-right: 35px;
	}

	.one-half.last, .one-third.last, .two-third.last, .one-fourth.last, .three-fourth.last { margin-right: 0px; }

	.one-half { width: 370px; }

	.one-third { width: 210px; }

		.two-third { width: 540px; }

	.one-fourth { width: 175px; height: 180px;}

		.three-fourth { width: 600px; }

/* Tablet Portrait size to standard 960 (devices and browsers) */
@media only screen and (min-width: 768px) and (max-width: 959px) {
		.one-half { width: 364px; }

		.one-third { width: 236px; }

		.two-third { width: 492px; }

		.one-fourth { width: 175px; height: 180px;}

		.three-fourth { width: 450px; }

}

/* All Mobile Sizes (devices and browser) */
@media only screen and (max-width: 767px) {
		.one-half { width: 300px; }

		.one-third { width: 300px; }

		.two-third { width: 300px; }

		.one-fourth { width: 155px; height: 155px; }

		.three-fourth { width: 200px; }

        .right-aligned-image { visibility: hidden; width: 0px; height: 0px;}
}

/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
@media only screen and (min-width: 480px) and (max-width: 767px) {
		.one-half { width: 420px; }

		.one-third { width: 420px; }

		.two-third { width: 420px; }

		.one-fourth { width: 175px; height: 175px;}

		.three-fourth { width: 450px; }

        .right-aligned-image { visibility: hidden; width: 0px; height: 0px;}
}
.right-aligned {
            text-align: right;
}
.right-aligned-image  {
            width: 230px;
            margin-right: 50px;
        }
.center-aligned {
    text-align: center;
    margin-bottom: -63px;
    margin-top: -24px;
}
.center-aligned-image  {
            width: 180px;
        }


.DNNContainer_Title_h6 {
    padding: 0px !important;
}

.categoryDisplayCategory .categoryItemList
{
	background:none;
	border:0 solid #000;
	padding:0;
	margin:0;

}

.divItemsListing table tr{
    float:left!important;
    width:auto!important;
    margin-right:10px;

}
.categoryItemList .itemDate
{
	/*float:right;*/
	padding-right:3px;
}

.categoryItemList .itemDate h4
{
  font-size: 18px;
  color: #ed1c24;
}
.categoryItemList .itemReadmore
{
	clear:both;
	text-align:right;
    padding-bottom:0px!important;
    visibility:hidden!important;
}

.categoryItemList  .read-more
{
    visibility:hidden;
    height:0!important;
}

.categoryItemList .itemTitle
{
	text-decoration:none!important;
    color:#000!important;
}

.categoryItemList .itemAuthor
{
	float:left;
	clear:left;
}

.categoryItemList .itemEditLink
{
	float:right;
}
.categoryItemList .itemDescription
{
	clear:right;
}

.categoryItemList
{
	display:block;
	clear:both;
	background-color:#fff; /* the background color for the listing */
	margin-bottom:10px; /*this adds spacing below each listing, cleaning up the look */
	padding:0; /*this would add some spacing around the inside of the div, but causes issues in IE7 */
	display:inline-block; /*this enables the div to wrap around items in IE7 */
	border-bottom:solid 2px #ededed; /*adds a border to the bottom of each listing */
	width:100%;
    -webkit-box-shadow: 0 8px 8px -8x #f2f2f2;
       -moz-box-shadow: 0 8px 8px -8px #f2f2f2;
            box-shadow: 0 8px 8px -8px #f2f2f2;
}

.altCategoryItemList
{
	background-color:#fff; /* the background color for the listing */
}


.categoryDisplayArticle .categoryItemList
{
	background:none;
	border:0 solid #000;
	padding:0;
	margin:0;
}

.categoryDisplayCategory .categoryItemList
{
	background:none;
	border:0 solid #000;
	padding:0;
	margin:0;

}

.divItemsListing table tr{
    float:left!important;
    width:auto!important;
    margin-right:10px;

}

.categoryDisplayCategory .categoryItemList
{
	background:none;
	border:0 solid #000;
	padding:0;
	margin:0;

}
.Normal {
    color: #444;
    font-size: 12px;
    font-weight: normal;
    line-height: 18px;
    word-wrap: break-word;
}

@media only screen and (max-width: 968px) {        
    #dnn_dnnLOGO_imgLogo { 
        margin-top: -3px !important; margin-left: 0 !important 
        }  
}

#dnn_dnnLOGO_imgLogo{    
    margin-top: 10px;    margin-left: -2px;
}
    
.header .skinWidth .topHeader .logo{    
    background-size: cover
}


