/* 
  -----------------------------------
  Quick Columns
  by Project Seven Development
  www.projectseven.com
  -----------------------------------
*/

/*The container for each column structure. Before and After pseudoclasses used to clear the floats.*/
.p7QC {
	zoom: 1;
}
.p7QC:before,
.p7QC:after {
	content: ".";
	display: block;
	height: 0;
	overflow: hidden;
}
.p7QC:after {
	clear: both;
}
/*All Columns are floated left.*/
.p7QC-Col {
    float: left;
}

/*The Base Widths for each column in the available structures.*/
.p7QC .percent15 {width: 15%;}
.p7QC .percent166 {width: 16.666%;}
.p7QC .percent20 {width: 20%;}
.p7QC .percent25 {width: 25%;}
.p7QC .percent30 {width: 30%;}
.p7QC .percent35 {width: 35%;}
.p7QC .percent333 {width: 33.333%;}
.p7QC .percent40 {width: 40%;}
.p7QC .percent50 {width: 50%;}
.p7QC .percent60 {width: 60%;}
.p7QC .percent70 {width: 70%;}
.p7QC .percent75 {width: 75%;}

/*Default padding for the content inside all columns*/
.p7QC-content {padding: 20px;}

.p7QC-content-logo {
	text-align: left;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}

.p7QC-content-tagline {
	font-size: 0.9em;
	color: #fff;
	text-align: right;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 0px;
	line-height: 1.1em;
	font-family: Tahoma, Geneva, sans-serif;
	font-weight: bold;
}

.p7QC-content-tagline a:link{
	color: #fff;
	text-decoration: none;
}
.p7QC-content-tagline a:visited{
	color: #fff;
	text-decoration: none;
}

.p7QC-content-tagline a:hover{
	color: #FC0;
	text-decoration: none;
}


.p7QC-content-eploleftcol {
	padding-top: 10px;
	padding-right: 30px;
	padding-bottom: 20px;
	padding-left: 20px;
}


.p7QC-content-eplorightcol {
	padding-top: 10px;
	padding-right: 30px;
	padding-bottom: 20px;
	padding-left: 20px;
}


.p7QC-content-attorneysleftcol {
	text-align: left;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 0px;
}

.p7QC-content-attorneysrightcol {
	text-align: left;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}


/* controls formatting of columns on the practice areas pages */
.p7QC-content-practiceleftcol {
	padding-top: 20px;
	padding-right: 30px;
	padding-bottom: 20px;
	padding-left: 0px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999;
}
.p7QC-content-practicerightcol {
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 40px;
	color: #000;
	font-size: 0.8em;
}

.p7QC-content-practicerightcol a:link {
	text-decoration: none;
	padding: 0px;
	color: #000;
}

.p7QC-content-practicerightcol a:visited {
	text-decoration: none;
	padding: 0px;
	color: #000;
}
.p7QC-content-practicerightcol a:hover {
	text-decoration: underline;
	padding: 0px;
	color: #C03;
}




.p7QC-content-attorneysleftcol {
	border: 1px solid #FFF;
	text-align: center;
	background-color: rgba(176, 174, 174, 0.7);
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
}

.p7QC-content-attorneysmidcol {
	border: 1px solid #FFF;
	text-align: center;
	background-color: rgba(176, 174, 174, 0.7);
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
}

.p7QC-content-attorneysrightcol {
	border: 1px solid #FFF;
	text-align: center;
	background-color: rgba(176, 174, 174, 0.7);
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
}


/* controls columns in the request brochures boxes*/
.p7QC-content-brochuresleftcol {
	text-align: center;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 20px;
}
.p7QC-content-brochuresrightcol {
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 10px;
}


.p7QC-content-contactleftcol {
	padding: 30px;
	text-align: left;
	background-color: #e1e1e1;
	margin-left: 20px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #666;
	border-bottom-color: #666;
	border-left-color: #666;
	background-image: url(../images/bg-contact.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	color: #FFF;
	border-right-style: solid;
	border-right-color: #666;
}

.p7QC-content-contactleftcol a:link {
	color: #FFF;
	text-decoration: underline;
}

.p7QC-content-contactleftcol a:visited {
	color: #FFF;
	text-decoration: underline;
}

.p7QC-content-contactleftcol a:hover {
	color: #FC0;
	text-decoration: underline;
}






.p7QC-content-contactrightcol {
	padding: 30px;
	text-align: center;
	background-color: #fff;
	margin-right: 20px;
	border: 1px solid #666;
	background-image: url(../images/bg-contact-2.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}

/*Width recalculations for columns when they are boxed. 
Since boxed columns have a space between them assigned via right margin, 
we need to reduce the width of each column accordingly*/
.p7QC .percent166.boxed {width: 15%;}
.p7QC .percent20.boxed {width: 18.4%;}
.p7QC .percent25.boxed {width: 23.5%;}
.p7QC .percent333.boxed {width: 32%;}
.p7QC .percent40.boxed {width: 38%;}
.p7QC .percent50.boxed {width: 49%;}
.p7QC .percent75.boxed {width: 74%;}

/*Using margin to separate the columns when the boxed option is chosen*/
.p7QC-Col.boxed.spacer {margin-left: 2%;}

/*Assigning logical borders to render dividers between columns*/
.p7QC-content.border-left {border-left: 1px solid #000;}

/*Boxed columns get borders all the way around*/
.p7QC .p7QC-content.boxed {border: 1px solid #000;}

/*Utility Rules*/
/*Make images scalable*/
img.scalable {
	height: auto !important;
	width: auto !important;
	max-width: 100%;
}
/*Sample Rule to set background color, radius, and shadow*/
.prettify-sample-orange {
	background-color: #FF5328;
	border-radius: 5px;
	color: #FFF;
	box-shadow: 0px 0px 30px #000;
}


/* stlyes the left column of the news section on the home page*/
.prettify-sample-blueleft {
	color: #FFF;
	height: 260px;
	background-repeat: no-repeat;
	background-position: left top;
	
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#062872+0,3069d4+100 */
background: #062872; /* Old browsers */
background: -moz-linear-gradient(top, #062872 0%, #3069d4 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, #062872 0%,#3069d4 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, #062872 0%,#3069d4 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#062872', endColorstr='#3069d4',GradientType=0 ); /* IE6-9 */

}

.prettify-sample-blueleft a:link {
	color: #FFF;
	text-decoration: none;
}

.prettify-sample-blueleft a:visited {
	color: #FFF;
	text-decoration: none;
}

.prettify-sample-blueleft a:hover {
	color: #FC0;
	text-decoration: underline;
}
/*END OF LEFT COLUMN FORMATTIONG NEWS SECTION ON HOME PAGE ONLY*/

/* styles middle column of the news section*/
.prettify-sample-bluemid {
	color: #fff;
	height: 260px;
	background-repeat: no-repeat;
	background-position: center top;
	
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#062872+0,3069d4+100 */
background: #062872; /* Old browsers */
background: -moz-linear-gradient(top, #062872 0%, #3069d4 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, #062872 0%,#3069d4 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, #062872 0%,#3069d4 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#062872', endColorstr='#3069d4',GradientType=0 ); /* IE6-9 */
	
}

.prettify-sample-bluemid a:link {
	color: #FFF;
	text-decoration: none;
}

.prettify-sample-bluemid a:visited {
	color: #FFF;
	text-decoration: none;
}

.prettify-sample-bluemid a:hover {
	color: #FC0;
	text-decoration: underline;
}

/* ENDO FORMATTING OF THE MIDDLE COLUMN OF NEWS SECTION ON HOME PAGE*/


/* FORMATS THE RIGHT COLUMN OF THE IN THE NEWS SECTION OF THE HOME PAGE ONLY */

.prettify-sample-blueright {
	color: #fff;
	height: 260px;
	background-repeat: no-repeat;
	background-position: right top;
	
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#062872+0,3069d4+100 */
background: #062872; /* Old browsers */
background: -moz-linear-gradient(top, #062872 0%, #3069d4 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, #062872 0%,#3069d4 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, #062872 0%,#3069d4 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#062872', endColorstr='#3069d4',GradientType=0 ); /* IE6-9 */
	
}

.prettify-sample-blueright a:link {
	color: #FFF;
	text-decoration: none;
}

.prettify-sample-blueright a:visited {
	color: #FFF;
	text-decoration: none;
}

.prettify-sample-blueright a:hover {
	color: #FC0;
	text-decoration: underline;
}

/* END OF FORMATTING OF THE RIGHT COLUMN  OF THE IN NEWS SECTION OF HTE HOME PAGE*/

.prettify-sample-white {
	background-color: #FFF;
	border-radius: 5px;
	color: #000;
}
.prettify-sample-keylined {
	border: 1px solid #000;
}
.prettify-sample-wrapper {
	background-color: #333;
	padding: 20px;
	border-radius: 5px;
	color: #FFF;
	box-shadow: 0px 0px 30px #000;
}
/*MEDIA QUERIES*/
/*
For media queries to work correctly in 
mobile devices, you must add this viewport meta tag to your page:
<meta name="viewport" content="width=device-width">
(place the query in the head region)
*/

/*SMARTPHONE AND NARROW WINDOWS (LESS THAN 700PX WIDE)*/
@media only screen and (min-width: 0px) and (max-width: 700px) {
    .p7QC-Col {
        float: none;
        width: auto !important;
    }
    .p7QC-content {
        padding: .5em 1.5em;
        border: none !important;
        height: auto !important;
        max-height: 888678px;
    }
}

/*Smartphones ONLY*/
@media only screen and (max-device-width: 480px) {}

/*Portrait Tablet ONLY. Use this query to add rules for tablets in Prtrait orientation.
Landscape tablets should get a normal and unaltered display.*/
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) {}
