﻿
.orleg-layout .container-fluid
{
	padding:0px;
}
/* IS EDIT - For page layout with image above and below left navigation bar */
.orleg-layout .ms-webpart-chrome,
.orleg-left-col-top  .ms-webpart-chrome,
.orleg-left-col-bottom  .ms-webpart-chrome
{
                box-shadow:  0 0 10px 2px rgba(0, 0, 0, 0.2) ;       
}
.orleg-layout .s4-wpcell > .ms-webpart-chrome,
.orleg-layout .s4-wpActive > .ms-webpart-chrome,
.orleg-left-col-top .s4-wpcell > .ms-webpart-chrome,
.orleg-left-col-top .s4-wpActive > .ms-webpart-chrome,
.orleg-left-col-bottom .s4-wpcell > .ms-webpart-chrome,
.orleg-left-col-bottom .s4-wpActive > .ms-webpart-chrome
{
                border-width:0px;
}
.orleg-left-col-bottom  
{ 
margin-top:20px; 
}
/* end css for image above below left nav bar */
.landing .col1, /* IS EDIT - was: width:49.5%; */
.landing .col2,
.landing .zone2,
.landing .zone3
{
	float:left;
	width:48.5%;
}
.landing .col1,  /* IS EDIT - was: margin-right:1%  IS added the "margin-left:10px" */
.landing .zone2
{
	margin-right:1.5%;
	/* margin-left:5px; */
}
.landing TR.ms-viewheadertr
{
	display:none;	
}
.orleg-layout .ms-webpart-chrome
{
	box-shadow:  0 0 10px 2px rgba(0, 0, 0, 0.2) ;	
}
.orleg-layout .s4-wpcell > .ms-webpart-chrome,
.orleg-layout .s4-wpActive > .ms-webpart-chrome
{
	border-width:0px;
}

/* IS EDIT This Removes the shadow around Web Part Zone 1 (begin) */
/*
.orleg-layout .landing .col1 .zone1 .ms-webpart-chrome
{
	box-shadow: none;	
} 
*/
/* This Removes the shadow around Web Part Zone 1 (end) */


/* Press Release (begin) */
.hidden
{
	display:none;
}
.press-release
{
	max-width:800px;
	min-height:400px;
	background-color:#fff;
	box-shadow:  0 0 10px 2px rgba(0, 0, 0, 0.2) ;	
	background-color: #fff; 
	padding:8px 12px;
}
.press-release .press-header
{
	width:100%;
	margin:0px;
}
.press-release .press-header .seal,
.press-release .press-header .header-title
{
	float:left;
}
.press-release .press-header .seal
{
	background: #fff url('../img/seal_color.gif') no-repeat top left;
	height:121px;
	width:121px;	
}
.press-release .press-header .header-title
{
	margin-top:45px;
}
.press-release .name-office
{
	font-size:1.6em;
	color:#0072c6;
}

.press-release .press-info,
.press-release .press-title,
.press-release .press-copy
{
	clear:both;
}
.press-release .press-info
{
	text-transform:uppercase;
	padding-top:20px;
}
.press-release .immediate
{
	font-weight:bold;
}
.press-release .press-title
{
	color:#0072c6;
	margin-top:8px;
	text-align:center;
	width:100%;
	font-size:1.4em;
	text-transform:uppercase;
}
.press-release .press-copy
{
	margin: 8px 0px;
}
.press-release .press-footer
{
	text-align:center;
	width:100%;
}


/* Press Release (end) */


/* Responsive (begin) */

@media (max-width: 1280px)   /* IS EDIT was: width:66% and margin-right:1% */
{
	.landing > .col1
	{
		width:60%;
		margin-right:2%;
	}
	.landing > .col2
	{
		width:38%;
	}	
}
@media (max-width: 799px) 
{
	.landing > .col1,
	.landing > .col2
	{
		width:100%;
		margin-right:0px;
	}
	.landing .zone4,
	.landing .zone5
	{
		float:left;
		width:49.5%;			
	}
	.landing .zone4
	{
		margin-right:1%;	
	}
}

@media (max-width: 549px) 
{
	.landing .col1,
	.landing .col2,
	.landing .zone1,
	.landing .zone2,	
	.landing .zone3,
	.landing .zone4,
	.landing .zone5	
	{
		float:none;
		width:100%;
	}
	.landing .col1
	{
		margin-right:0px;
	}

}


/* Responsive (end) */