/*
<!-- FontAwesome include -->
<script src="https://use.fontawesome.com/7724a86ee8.js"></script>

<!-- Material Icons include -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/material-design-iconic-font/2.2.0/css/material-design-iconic-font.min.css"> 

<!-- CSS Grid System -->
<link href="https://zolacreative.com/global_pictures/z-grid.css" type="text/css" rel="stylesheet"/>

<link href="https://fonts.googleapis.com/css?family=Cinzel|Roboto+Condensed|Roboto:300,300i,400,500" rel="stylesheet"> 

blue #317192
gray #3d4346

font-family: 'Cinzel', serif;
font-family: 'Roboto Condensed', sans-serif;
font-family: 'Roboto', sans-serif;

*/

@charset "utf-8";
/* CSS Document */
html {
	box-sizing: border-box;
}
*, *:before, *:after {
	box-sizing: inherit;
}
body, html { 
	overflow-x: hidden; 
	overflow-y: auto;
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
}
/* BUG FIX FOR OFFSET PAGE LAYOUT IN IE / EDGE - INVESTIGATE ISSUE FURTHER */
/* Microsoft Edge Browser 12+ (All) - @supports method */
@supports (-ms-ime-align:auto) {
body{margin-top: -8px !important;}
}
/* Internet Explorer 10+ */
@media screen and (-ms-high-contrast:active), (-ms-high-contrast:none) {
body{margin-top: -8px !important;}
}

div, .dropmenudiv > a {
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
}
b, strong { 
	font-weight: 500;
}
img {
	border: 0;
}
map {
	line-height: 0%;
}
.mobile {
	display: none!important;
}

a, .sidegraphic_blog_link a, .c2cSide::before {
	color: #317192;
	transition: all 0.3s ease-in-out;
}
a:before, a:after { transition: all 0.3s ease-in-out; }
a:hover, a:active {
	color: #222222;
}

/*Headline Formatting*/
.PageTitle, h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6, .blog_specific_title, .ContactUsToday, .sidegraphic_blog_link {
	font-family: 'Roboto', sans-serif;
	font-weight: 500;
	line-height: 1.2;
	margin: 0 0 .5em 0;
	color: #317192;
	text-transform: uppercase;
}
h1 small, h2 small, h3 small, h4 small, h5 small, h6 small, .h1 small, .h2 small, .h3 small, .h4 small, .h5 small, .h6 small {
	font-weight: 300;
	text-transform: none;
	color: #3d4346;
}
.PageTitle, h1, .h1 {/*Page Headline (i.e. WELCOME)*/
	font-size: 42px;
	font-family: 'Cinzel', serif;
	text-transform: none;
}
.PageTitle {
    margin-top: 1em;
}
h2, .h2 {    
	font-size: 24px;
}
h3, .h3 { 
	font-size: 24px;
}
h4, .h4, .ContactUsToday {
	font-size: 24px;
}
h5, .h5 {
	font-size: 20px;
}
h6, .h6 {
	font-size: 18px;
}

/*Content Formatting*/
p, li, label {    
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
	font-size: 16px; 
	line-height: 1.5;
	color: #222222;
}
p {
	margin-top: 0;
	margin-bottom: 1em;
}

ul {
	margin-top: 0;
	margin-bottom: 1em;
}
li {
	line-height: 1.5;
	margin-bottom: .5em;
}
.inline-list { padding: 0; }
.inline-list > li { display: inline-block; }
.inline-list > li:after { content:"|"; padding: 0 4px; }
.inline-list > li:last-child:after { content:""; padding: 0; } 

.nostyle-list { padding: 0; list-style: none; }


.alternating-list {
	padding: 0;
	list-style: none;
}
.alternating-list > li {
	padding: 36px 30px;
}
.alternating-list > li:nth-child(odd) {
	background: #e2e6ec;
}
.alternating-list > li:nth-child(even) {
	background: #d4d9e1;
}

.sideNav {
    float: right;
    width: auto;
    list-style: none;
    padding-left: 30px;
}
.sideNav li {
    font-weight: 400;
    font-size: 16px;
    padding-bottom: .5em;
    border-bottom: 1px solid rgba(0,0,0,.15);
}
.sideNav a { 
    display: block;
    text-decoration: none;
}

/*Side Blog Posts Style*/
.sidegraphic_blog_link {
    margin: 0 auto 10px auto;
    width: 298px;
    line-height: 140%;
    font-size: 18px;
}
.sidegraphic_blog_link a {
    font-size: 16px !important;
    text-transform: none;
}

/*Click to Call Style*/
.c2cSide {
	display: block;
	width: 298px;
	margin: 0 auto;
	line-height: 100%;
	text-decoration: none;
	text-align: left;
}
.c2cSide:before{
	content: "\f098";
	padding-right: 8px;
	font-family: FontAwesome;
}
#ctl00_panLeftSideMenu > #ctl00_c2c_upClickToCall {
    position: absolute;
}
span {
	font: inherit;
}

/*Header*/
header {

}
header:after {
	content: "";
	display: table;
	clear: both;
}
/*Retina Logo*/
.header-logo {
	display: block;
	position: absolute;
	z-index: 601;
	left: 0;
	top: 37px;
	width: 467px;
	height: 78px;
	background-image: url(/global_pictures/logoRetina.png);
	background-size: cover;
}
.header-logo:hover {
	filter: drop-shadow(0px 0px 4px rgba(0,0,0,.5));
	-webkit-filter: drop-shadow(0px 0px 4px rgba(0,0,0,.5));
}
.header-contact { 
	position: absolute;
	right: 0;
	top: 32px;
	font-weight: 400;
	font-size: 18px;
	line-height: 28px;
	text-align: right;
	color: #317192;
	cursor: default;
}
.header-contact a { text-decoration: none; }

/*Secton Code*/
section {
	overflow: hidden; 
}
section > div:after {
	content: "";
	display: table;
	clear: both;
}
section > div { 
	max-width: 1140px;
	position: relative;
	padding: 60px 0;
	margin: 0 auto;
}
section h1, section .h1 {
	margin-top: 0;
	padding-top: 0;
	text-align: center;
}

.brd-btm {
	border-bottom: 1px solid #98b8c8;
}
.home-association-logos > div { padding: 40px 0; }

.home-services { }
.home-services ul {
    padding: 0;
    margin: 0;
}
.home-services li {
    list-style: none;
    margin-bottom: 4em;
}
.home-services li:after { content:""; display: table; clear: both; }

.home-services .btn { 
	display: block;	
	position: relative;
	width: 200px;
	height: 200px;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 24px;
	line-height: 1;
	text-align: center;
	text-transform: uppercase;
	text-decoration: none;
	color: #fff;
	background: gray;
	float: left;
	margin: 0 30px 0 0;
	
}
.home-services li:nth-child(odd) .btn,
.home-services li:nth-child(even) .btn:hover {
	background: #317192;
}
.home-services li:nth-child(odd) .btn:hover,
.home-services li:nth-child(even) .btn {
	background: #3d4346;
}
.home-services .btn svg { 
	fill: #fff;
	display: block; 
	width: auto; 
	max-height: 66px; 
	margin: 0 auto .65em; 
	transition: all 0.3s ease-in-out;
}
.home-services .btn span {
	position: absolute; 
	width: 100%; 
	left: 0; 
	top: 50%; 
	transform: translateY(-50%); 
}


/*Footer*/
footer {
	display: block;
	width:100%;
	height: auto;
	min-height: 95px;
	padding: 40px 0;
	margin: 0;
	color: #fff;
	background: #3d4346;
margin-top: 60px;
}
footer > div:first-of-type{ 
	position: relative;
	width: 1140px;
	margin: 0 auto;
}
footer > div:before, footer > div:after {
	content: "";
	display: table;
	clear: both;
}
footer p {
	color: #fff;
	font-size: 16px;
	line-height: 24px;
	text-align: left;
	padding: 0;
	margin: 0;
}
footer img { float: right; max-width: 412px; height: auto; }
footer a:link, footer a:visited{
	color: #fff;
	text-decoration: none;
}
footer a:hover, footer a:active {
	text-decoration: underline;
}

/*Drop down Menu*/
.lennington_menu {               
	height: 43px;
	background: transparent;
}
.chromestyle ul {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
}

.chromestyle ul li {   
	font-size: 16px;
font-family: 'Roboto Condensed', sans-serif;
	display: inline;
	margin: 0;
}
.chromestyle ul li:first-child { display: none; }
.chromestyle ul li a { 
	display: inline-block;
	padding: 0 6px;
	margin: 0;
	font: inherit; 
	color: #fff;    
	text-decoration: none;
	line-height: 43px; /* = lennington_menu height */
	text-transform: initial;
}
.chromestyle ul li a:hover, .chromestyle ul li a.selected  {
	background: #317192 none;   
	color: #fff; 
}
.dropmenudiv { 
	visibility: hidden;
	position: absolute;
	z-index: 1000;
	top: 0;
	min-width: 250px;
	width: auto;
	padding: 4px;
	border: 1px solid #ccc;
	border-bottom-width: 1px;
	font-weight: normal;
	font-size: 16px; 
	line-height: 120%;
	background: rgba(255,255,255,0.95) none; 
	box-shadow: 2px 2px 4px #555555;
}
.chromemenu_imageseperator {    
	display: none;
}
.dropmenudiv a { 
	display: block;
	padding: 10px;
	border-bottom: 1px solid #ccc;
	text-decoration: none;
	color: #222222;
}
.dropmenudiv a:hover { /*DROP DOWN MENU ACTIVATED OPTIONS*/
	background-color: #317192;
	color: #fff;
}
/*END OF LENNINGTON MENU*/


/*responsive video embeds*/
.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* Components */
.btn-simple {
	font-weight: 500;
	color: #317192;
	text-decoration: none;
}
.btn-simple:hover {
	text-decoration: none;
	color: #3d4346;
}
.btn-simple:after {
	content: "\f101";
	padding-left: .5em;
	color: #3d4346;
	font-family: FontAwesome;
}

[class|=screen-hover] {
	position: relative;
	display: block;
	font-size: 1.8rem;
	text-align: center;
	color: #fff;
	background: #888;
	overflow: hidden;
}
[class|=screen-hover]:after {
	content: "";
	position: absolute;
	left: 0;
	bottom: -50%;
	width: 100%;
	height: 100%;
	background: -moz-linear-gradient(top, rgba(20,200,227,0) 0%, rgba(20,200,227,.65) 100%);
	background: -webkit-linear-gradient(top, rgba(20,200,227,0) 0%, rgba(20,200,227,.65) 100%);
	background: linear-gradient(to bottom, rgba(20,200,227,0) 0%, rgba(20,200,227,.65) 100%);
	z-index: 1;
}
.screen-hover-16-9 {
	padding-top: 56.25%; /* 16:9 Aspect Ratio */
}
.screen-hover-4-3 {
	padding-top: 75%; /* 4:3 Aspect Ratio */
}
.screen-hover-1-1 {
	padding-top: 100%; /* 1:1 Aspect Ratio */
}
.screen-hover-circle {
	padding-top: 100%; /* 1:1 Aspect Ratio */
	border-radius: 50%;
}
[class|=screen-hover] span {
	position: absolute;
	width: 100%;
	line-height: 3;
	left: 0;
	top: 80%;
	transform: translateY(-50%);
	transition: all 0.3s ease-in-out;
	z-index: 2;
}
.screen-hover-circle span {
	top: 50%;
}
[class|=screen-hover]:hover {
	color: #fff;
	text-shadow: 1px 2px 3px rgba(0,0,0,.45);
}
[class|=screen-hover]:hover:after {
	bottom: 0;
}
[class|=screen-hover]:hover span {
	top: 50%;
	transform: translateY(-50%);
}

/* Helper Classes */

.blue { color: #317192 }
.gray { color: #3d4346 }

/* margin reset */
.m-0 {
	margin: 0;
}
/* type scale */
.f-1 {
	font-size: 16px;
}
.f-2 {
	font-size: 18px;
}
.f-3 {
	font-size: 21px;
}
.f-4 {
	font-size: 24px;
}
.f-5 {
	font-size: 32px;
}
.f-6 {
	font-size: 36px;
}
.f-7 {
	font-size: 42px;
}
.f-8 {
	font-size: 5.4px;
}

/* display title scale */
.d-1 {
	font-size: 64px;
}
.d-2 {
	font-size: 72px;
}
.d-3 {
	font-size: 96px;
}
.d-4 {
	font-size: 120px;
}



/* Increased horizontal padding for rows */
.h-padding_30px { 
	margin-left: -30px;
	margin-right: -30px;
}
.h-padding_30px > *[class|=col] { 
	padding-left: 30px; 
	padding-right: 30px; 
}
.h-padding_60px { 
	margin-left: -60px;
	margin-right: -60px;
}
.h-padding_60px > *[class|=col] { 
	padding-left: 60px; 
	padding-right: 60px; 
}

/* flex helpers */
.flx- {
    display: flex;
}

/* flex-direction */
.flx-d-reverse {
    flex-direction: row-reverse;
}
.flx-d-col {
    flex-direction: column;
}
.flx-d-col-reverse {
    flex-direction: column-reverse;
}

/* flex justify-content */
.just-start {
    justify-content: flex-start;   
}
.just-end {
    justify-content: flex-end;   
}
.just-center {
    justify-content: center;   
}
.just-between {
    justify-content: space-between;   
}
.just-around {
    justify-content: space-around;   
}

/* flex align-items */
/* align-items controls flex items, ie; the individual elements */
.align-item-start {
    align-items: flex-start;  
}
.align-item-end {
    align-items: flex-end;  
}
.align-item-center {
    align-items: center;  
}
.align-item-baseline {
    align-items: baseline;  
}
/* flex align-self */
/* over-rides align-items property for an indivdual flex item */
.align-self-stretch {
    display: flex;
    align-self: flex-stretch;  
}
.align-self-start {
    display: flex;
    align-self: flex-start;  
}
.align-self-end {
    display: flex;
    align-self: flex-end;  
}
.align-self-center {
    display: flex;
    align-self: center;  
}
.align-self-baseline {
    display: flex;
    align-self: baseline;  
}

/* flex-wrap */
.flx-wrap {
	flex-wrap: wrap;
}
.flx-wrap-reverse {
	flex-wrap: wrap-reverse;
}

/* flex align-content */
/* align-content controls flex lines, ie; each row or column within the flex container */
.align-content-start {
    display: flex;
    align-content: flex-start;  
}
.align-content-end {
    display: flex;
    align-content: flex-end;  
}
.align-content-center {
    display: flex;
    align-content: center;  
}
.align-content-between {
    display: flex;
    align-content: space-between;  
}
.align-content-around {
    display: flex;
    align-content: space-around;  
}

/* flex order */
.flx-first {
    order: -1;
}
.flx-last {
    order: 1;
}
.flx-no-order {
    order: 0;
}

/* flex auto columns */
.flx-auto-col {
    flex: 1 1 auto;
      /*flex-grow: 1;
      flex-shrink: 1;
      flex-basis: auto;*/

}

.float-right {
	float: right;
	margin: 0 0 20px 20px;
}
.float-left {
	float: left;
	margin: 0 20px 20px 0;
}

.txt-center {
	text-align: center
}
.txt-left {
	text-align: left;
}
.txt-right {
	text-align: right;
}
.txt-center {
	text-align: center;
}
.txt-nowrap {
	white-space: nowrap;
}
.txt-lower {
	text-transform: lowercase;
}
.txt-upper {
	text-transform: uppercase;
}
.txt-cap {
	text-transform: capitalize;
}

/*Resize Content Area*/
/* EXPIRIMENTAL RESIZE CODE */
#aspnetForm > table, 
#aspnetForm > table > tbody, 
#aspnetForm > table > tbody > tr,
#aspnetForm > table > tbody > tr > td {
    width: 100%;
    display: inline-block;
}
#aspnetForm > table > tbody > tr > td:nth-child(2) > table:last-child > tbody > tr:nth-child(3) > td > table[width="950"] {
    width: 100%;
    display: inline-block;
}
#aspnetForm > table > tbody > tr > td:nth-child(2) > table:last-child > tbody > tr:nth-child(3) > td > table[width="950"] > tbody, #aspnetForm > table > tbody > tr > td:nth-child(2) > table:last-child > tbody > tr:nth-child(3) > td > table[width="950"] > tbody > tr {
    width: 100%;
    display: inline-block;
}

/* guide for the css below in relation to page layout;
**table - container / open tag // #aspnetForm > table > tbody > tr > td:nth-child(2) > table:last-child
**tbody // #aspnetForm > table > tbody > tr > td:nth-child(2) > table:last-child > tbody
**	tr // #aspnetForm > table > tbody > tr > td:nth-child(2) > table:last-child > tbody > tr:first-child
**	tr // #aspnetForm > table > tbody > tr > td:nth-child(2) > table:last-child > tbody > tr:nth-child(2)
**	tr // #aspnetForm > table > tbody > tr > td:nth-child(2) > table:last-child > tbody > tr:nth-child(3)
**	tr // #aspnetForm > table > tbody > tr > td:nth-child(2) > table:last-child > tbody > tr:nth-child(4)
*/

/* top level container */
#aspnetForm > table > tbody > tr > td:nth-child(2) > table:last-child, #aspnetForm > table > tbody > tr > td:nth-child(2) > table:last-child > tbody {
    width: 100% !important;
    max-width: 100%;
    display: block;
    margin: auto;
}

/* header // menu // content */
#aspnetForm > table > tbody > tr > td:nth-child(2) > table:last-child > tbody > tr:first-child, 
#aspnetForm > table > tbody > tr > td:nth-child(2) > table:last-child > tbody > tr:nth-child(2), 
#aspnetForm > table > tbody > tr > td:nth-child(2) > table:last-child > tbody > tr:nth-child(2) > td,
#aspnetForm > table > tbody > tr > td:nth-child(2) > table:last-child > tbody > tr:nth-child(3), #aspnetForm > table > tbody > tr > td:nth-child(2) > table:last-child > tbody > tr:nth-child(3) > td, #aspnetForm > table > tbody > tr > td:nth-child(2) > table:last-child > tbody > tr:nth-child(4), #aspnetForm > table > tbody > tr > td:nth-child(2) > table:last-child > tbody > tr:nth-child(4) > td {
display: block;
width: 100%;
max-width: 1140px;
margin: auto;
}
/* format inside page content area, change last tr:nth-child(n) as needed depending on tr above content area */
#aspnetForm > table > tbody > tr > td:nth-child(2) > table:last-child > tbody > tr:nth-child(4) > td > table:first-child {
    width: 100%;
}

.PageTitle + div[style="margin-left: 25px; margin-right: 25px;"] {
     margin: 0 !important;
}

/* Two Column */
.ContentArea_Background {
    width: 70% !important;
    display: inline-block;
    float: left;
    padding-right: 15px;
}
.MenuLeft_Background {
    width: 30% !important;
    display: inline-block;
    float: left;
}

#ctl00_panLeftSideMenu > div { margin: 20px auto !important}
#ctl00_panLeftSideMenu > div:first-child { margin-top: 0!important }
#ctl00_panLeftSideMenu > #ctl00_c2c_upClickToCall{margin:0!important; padding: 0; visibility: hidden;}
#ctl00_ContactUsTodaySide_upContactUs_LeftMenu { margin: 0 auto 50px auto !important }
/*Resize Blog Page*/
h1.blog_specific_title {
    padding: 0;
    margin: 0;
    font-size: 32px;
}
.blog_archive_email_link, .blog_archive_rss_link{
    font-size: 13px; 
}
/* move to blog head only
@media only screen 
and (min-width : 768px) {
.MenuLeft_Background {
    display: none !important;
}
.ContentArea_Content {
    width: 1140px;
}
}*/
.blog_specific_wrapper {
    width: 70% !important;
    float: left;
}
.blog_archive_menu {
    width: 20% !important;
    float: right;
}

/*Resize Side Form*/
#ctl00_ContactUsTodaySide_upContactUs_LeftMenu{
    width: 300px;
    display: block;
    margin: 0 auto;
    box-sizing: border-box;
}
#ctl00_ContactUsTodaySide_upContactUs_LeftMenu *, #ctl00_ContactUsTodaySide_upContactUs_LeftMenu *:before, #ctl00_ContactUsTodaySide_upContactUs_LeftMenu *:after {
    box-sizing: inherit;
}
#ctl00_ContactUsTodaySide_upContactUs_LeftMenu > table:nth-child(1){
    width: 100%;
    display: inline-block;
    margin: 0 !important;
}
#ctl00_ContactUsTodaySide_upContactUs_LeftMenu > table:nth-child(1) tbody, #ctl00_ContactUsTodaySide_upContactUs_LeftMenu > table:nth-child(1) tr, #ctl00_ContactUsTodaySide_upContactUs_LeftMenu > table:nth-child(1) td{
    width: 100%; 
    display: inline-block;
}
#ctl00_ContactUsTodaySide_upContactUs_LeftMenu > table:nth-child(1) tbody tr td input, #ctl00_ContactUsTodaySide_upContactUs_LeftMenu > table:nth-child(1) tbody tr td textarea{
    width: 100%;
    padding: 10px;
    border: 1px solid #ccc;
}
#ctl00_ContactUsTodaySide_upContactUs_LeftMenu > table:nth-child(1) tbody tr td #ctl00_ContactUsTodaySide_btnSubmitContactUs{
    border-width: 0px;
    width: 100%;
    height: 41px;
    padding: 11px 116px;
    background-color: #595959;
    display: block;
}
/*Newsletter Signup*/
#ctl00_Newsletter_Email_upContactUsNewsletters, .newsletters_table {    
    width: 300px;
    display: block;
    margin: 0 auto;
    box-sizing: border-box;
}
#ctl00_Newsletter_Email_upContactUsNewsletters *, #ctl00_Newsletter_Email_upContactUsNewsletters *:before, #ctl00_Newsletter_Email_upContactUsNewsletters *:after {
    box-sizing: inherit;
}
#ctl00_Newsletter_Email_txtNewsletterEmail {
    width: 100%;
    padding: 10px;
    border: 1px solid #ccc;
}
#ctl00_Newsletter_Email_btnNewsletterSubmit {
    border-width: 0px;
    width: 100%;
    height: 41px;
    padding: 11px 116px;
    background-color: #595959;
    display: block;
}
/*Resize Contact Page Form*/
#ctl00_ContactUsPage_panContactUsDisplayPage_Active > table:nth-child(2), #ctl00_ContactUsPage_panContactUsDisplayPage_Active > table:nth-child(2) * {
    width: 100% !important;
    display: inline-block;
    box-sizing: border-box;
}
#ctl00_ContactUsPage_panContactUsDisplayPage_Active > table:nth-child(2) tbody tr td:first-of-type{
    display: block;
}
#ctl00_ContactUsPage_panContactUsDisplayPage_Active input, #ctl00_ContactUsPage_panContactUsDisplayPage_Active  textarea{
    padding: 10px;
    border: 1px solid #ccc;
}
#ctl00_ContactUsPage_btnSubmitRegular {
    border-width: 0px !important;
    padding: 20px 340px !important;
    height: 60px !important;
    margin: 0 auto;
    background-color: #595959;
    box-sizing: border-box;
}

/*Resize Consultation Request Form*/
#ctl00_Consultation_Request_panFillInFields {
    width: 100%;
    display: inline-block;
    box-sizing: border-box;	
}
#ctl00_Consultation_Request_panFillInFields *, #ctl00_Consultation_Request_panFillInFields *:before, #ctl00_Consultation_Request_panFillInFields *:after {
  box-sizing: inherit;
}
#ctl00_Consultation_Request_panFillInFields .div_field label {
    display: block;
    width: 100%;
    margin: 0;
    font-size: 18px;
}
.div_field {
    overflow: visible !important;
}
#ctl00_Consultation_Request_panFillInFields select, #ctl00_Consultation_Request_panFillInFields input, #ctl00_Consultation_Request_panFillInFields textarea {
    display: block;
    width: 100%;
    margin: 0;
    padding: 10px;
    border: 1px solid #ccc;
}
input#ctl00_Consultation_Request_btnSubmit {
    padding: 20px 350px;
    width: 100% !important;
    height: 60px !important;
    margin: 0 auto;
    background-color: #595959;
}
/*Submit Hover ALL*/
input[id*="Submit"]:hover {
box-shadow: 1px 2px 8px rgba(0,0,0,.45);
}

/*Hide extra <br/> and platform footer links*/
#aspnetForm > table:nth-child(13) {
	display: none;
}
#aspnetForm > br { display: none; }
.ContentArea_Content > div[style="margin-left: 25px; margin-right: 25px;"] > br, 
.ContentArea_Content > div[style="margin-left: 25px; margin-right: 25px;"] > p {
	display: none;	
}
/*Force Empty Content to width: 100%*/
#ctl00_panContentArea > table:nth-child(2), #ctl00_panContentArea > table:nth-child(2) > tbody:nth-child(1), #ctl00_panContentArea > table:nth-child(2) > tbody:nth-child(1) > tr:nth-child(1), #ctl00_panContentArea > table:nth-child(2) > tbody:nth-child(1) > tr:nth-child(1) > td:nth-child(1), .contentTable > tbody:nth-child(1), .contentTable > tbody:nth-child(1) > tr:nth-child(1), .contentTable > tbody:nth-child(1) > tr:nth-child(1) > td:nth-child(1)
{width: 100% !important; max-width: 100% !important}

.contentTable > tbody:nth-child(1), .contentTable > tbody:nth-child(1) > tr:nth-child(1), .contentTable > tbody:nth-child(1) > tr:nth-child(1) > td:nth-child(1) 
{width: 100% !important; max-width: 100% !important; display: inline-block}

/*Set Header img td to position:relative*/
#aspnetForm > table:nth-child(11) > tbody:nth-child(1) > tr:nth-child(2) > td:nth-child(2) > table:nth-child(4) > tbody:nth-child(1) > tr:nth-child(1) > td:nth-child(1), #aspnetForm > table:nth-child(11) > tbody:nth-child(1) > tr:nth-child(2) > td:nth-child(2) > table:nth-child(4) > tbody:nth-child(1) > tr:nth-child(3) > td:nth-child(1), #aspnetForm > table:nth-child(11) > tbody:nth-child(1) > tr:nth-child(2) > td:nth-child(2) > table:nth-child(3) > tbody:nth-child(1) > tr:nth-child(1) > td:nth-child(1) {position: relative;}


.ContentArea_Content > div:nth-child(1){display: none;}