/*Main style sheet for First York redesign*/
/*Copyright Ken Raymond, Rubber Mustard Communications, Toronto, Canada*/

body  {
	font-family: "franklin-gothic-urw", arial, helvetica, tahoma, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	background: #ffffff;	
}

blockquote {
}

ul {
	text-align: left;
}

.calu {
	padding: 24px 0 0 0;
	width: 240px;
	height:auto;
}

.googlesearchbox {
	margin: 0 auto;
	padding: 0 0 18px 0;
	width: 85%;
	max-width: 400px;
}

.searchresults {
	text-align: left;
}


.maincontent li {
	text-align: left;
	font-size: 18px;
	font-weight:300;
	line-height: 22px;
	padding: 6px 0 6px 0;
}

ol {
	text-align: left;
}

sup {
}

a {
	outline: 0;
	
}

p {
}

a:link {
	text-decoration: none;
	color: #196ba3;
	font-weight: 500;
}

a:visited {
	text-decoration: none;
	color: #196ba3;
}

a:hover {
	text-decoration: none;
	color: #999;
}

a:active {
	text-decoration: none;
	color: #999;
}



.resourcelist a:link {
	font-weight: 300;
}

.button {
	font-style:italic;
}

h1, h2, h3, h4, h5 {
	text-align:left;
}

h1 {
	font-weight: 300;
	margin: 20px 0 0 0;
	padding: 0;
	font-size: 32px;
	
}

h2 {
	font-weight: 300;
	margin: 9px 0 0 0;
	padding: 0;
	font-size: 24px;
	
}


h3 {
	font-weight: 300;
	margin: 9px 0 0 0;
	padding: 0;
	font-size: 20px;
}

h4 {font-weight: 500;
	margin: 9px 0 0 0;
	padding: 0;
	font-size: 15px;
}


h5 {
}

.inlinepic {
	display: inline-block;
	width: 80%;
	max-width: 720px;
	height: auto;
	margin: 0 auto;
	margin: 8px 0 0 0;
	border-radius: 18px 0 18px 0px;
	padding: 0 6px 6px 0;
	border-right: 2px solid #83a8d2;
	border-bottom: 2px solid #83a8d2;
}
.inlinemap {
	margin-bottom: -4px;
	
	border-radius: 18px 0 18px 0px;
}
	

.profilepic {
	display: inline-block;
	width: 160px;
	height: auto;
	margin: 0 auto;
	margin: 16px 0 0 0;
	border-radius: 18px 0 18px 0px;
	padding: 0 6px 6px 0;
	border-right: 2px solid #83a8d2;
	border-bottom: 2px solid #83a8d2;
}

.profilepic-sm {
	display: inline-block;
	float: left;
	width: 54px;
	height: auto;
	margin: 6px 12px 0 0;
	border-radius: 14px 0 14px 0px;
	padding: 0 3px 3px 0;
	border-right: 2px solid #83a8d2;
	border-bottom: 2px solid #83a8d2;
}

.topaddress {
	margin: 0 auto;
	padding: 6px 0 0 0;
}

.topaddress p {
	margin: 3px 3px 3px 3px;
	text-align:center;
	font-size:13px;
}

.calu-art {
	max-width: 100%;
}

.headerband {
	width: 100%;
	height: 92px;
	background: #004291;
	background: #002151;
	text-align:left;
	border-top: 1px solid #ffffff;
}

.headerband img {
	width: auto;
	height: 68px;
	padding: 12px 0 12px 12px;
}

.headlinecontent {
	font-weight: 500;
	margin: 0 auto;
	background: #ffffff;
	color: #002151;
	width: 70%;
	padding: 8px 0;
	font-size: 19px;
	height: auto;
	margin-top: 18px;
	margin-bottom: 0;
	border-top: 1px solid #002151;
	border-bottom: 1px solid #002151;
}

.headlinecontent p {
}

.contentstage {
	width: 100%;
	padding: 0;
	margin: 0 auto;
	padding: 6px 0 6px 0;

	color: #002151;
	background: #ffffff;
}

.contentstagegrey {
	position:relative;
	width: 100%;
	padding: 0;
	margin: 0 auto;
	padding: 6px 0 6px 0;
	
	color: #002151;
	background: #ebeef0;
}



.contentstagegrey::before {
	content: " ";
	position: absolute;
	z-index: 1;
	top: 9px;
	left: 0px;
	right: 0px;
	bottom: 9px;
	border-top: 2px solid #fff;
	border-bottom: 2px solid #fff;
}

.maincontent {
	width: 90%;
	padding: 0;
	margin: 0 auto;
	max-width: 924px;
	color: #002151;
	
}

.maincontent p {
	font-size: 18px;
	font-weight:300;
	line-height: 22px;
	padding: 4px 0 4px 0;
	text-align: left;
}

.notice p {
	font-size: 15px;
	font-style:italic;
	font-weight:300;
	line-height: 22px;
	padding: 4px 0 4px 0;
	text-align: left;
	color: #565656;
	border-top: 1px solid #565656;
	border-bottom: 1px solid #565656;
}

.notice-alt p {
	font-size: 15px;
	font-style:italic;
	font-weight:300;
	line-height: 22px;
	padding: 4px 0 4px 0;
	text-align: left;
	color: #565656;
}

.heavy p {
	font-weight: 500;
}

.resourcelist {
	border-top: 1px solid #83a8d2;
	margin-top: 12px;
	text-align: left;
	padding: 0;
}

.button {
	font-size: 18px;
	line-height: 48px;
}
	
	

	
.featurecontent {
	margin: 0 auto;
	margin-top: 12px;
	margin-bottom: 32px;
	background: #83a8d2;
	color: #ffffff;
	width: 90%;
	text-align:left;
	padding: 1px 0;
	position:relative;
	max-width: 1024px;
}

.featurecontent p {
	padding: 9px 18px 0 18px;
	font-size: 16px;
	text-align: center;
}

.featurequote p {
	font-weight: 500;
	font-size: 18px;
	padding: 0 0 0 18px;
	border-left: 8px solid #83a8d2;
}

.featurecontent h1 {
	padding: 0 18px 9px 18px;
	text-align: center;
	font-weight: 700;
	font-size: 22px;
	margin: 0 0 12px 0;
	border: none;
}

.featurecontent:before {
	content: " ";
	position: absolute;
	z-index: 1;
	top: 9px;
	left: 9px;
	right: 9px;
	bottom: 9px;
	border: 1px solid #fff;
}

a[href^=tel]{
    color:inherit;
    text-decoration:underline;
}

.mapdesite {
	width: 100%;
	background-color: #83a8d2;
	padding: 12px 0 24px 0;
	color: #ffffff;
}
	
.sitemap {
	display: inline-block;
	text-align: left;
	margin: 0 auto;
	margin-left: 24px;
	padding: 0;
	color: #ffffff;
}

.sitemap a:link {
	text-decoration: none;
	color: #fff;
	font-weight: 300;
}


.sitemap a:visited {
	text-decoration: none;
	color: #fff;
}

.sitemap a:hover {
	text-decoration: none;
	color: #333237;
}

.sitemap a:active {
	text-decoration: none;
	color: #333237;
}


.sitemap h3 {
	font-weight: 400;
	font-size: 16px;
	line-height: 18px;
}



.sitemap p {
	margin: 4px 0 0 0;
	font-size: 14px;
	text-align: left;
	
}

.sitemapone {
	display: inline-block;
	padding: 0 12px 0 12px;
	float: left;
	width: 42.5%;

}

.sitemapone p {
}

.sitemaptwo {
	display: inline-block;
	padding: 0 12px 0 12px;
	float: left;
	width: 42.5%;
		}
	
.sitemaptwo p {
}

.sitemapthree {
	display: inline-block;
	padding: 0 12px 0 12px;
	float: left;
	width: 42.5%;
	}

.sitemapfour {
	display: inline-block;
	padding: 0 12px 0 12px;
	float: left;
	width: 42.5%;
}
	
.footer {
	clear: both;
	display: inline-block;
	margin: 0 auto;
	text-align: center;
	padding: 36px 0 36px 0;
	background: #155284;
	width: 100%;
	color: #ffffff;
}

.footer p {
	text-align: center;
	font-weight: 300px;
	font-size: 13px;
	opacity: 1;
	filter: alpha(opacity=100); /* For IE8 and earlier */

}

.footer img { 
	width: 75%;
	max-width: 400px;
	opacity: 100;
	filter: alpha(opacity=100); /* For IE8 and earlier */
}

.excludethis {
	display: none;
}

.includethis {
	display: inline;
}

.resourcelist ul {
	list-style: none; 
	padding-left:0;
}

.articletitle {
	color: #306896;
}
	

/* NAVIGATION CSS */
.mainnavbar {
	position: relative;
	text-align: left;
	width: 100%;
	background-color: #95b6db;
	height: auto;
	z-index: 1000;
	border-bottom: 2px solid #ffffff;
	
}

.mainnavbar a {
	font-size: 18px;
}

.mainnavbar ul {
	color: #ffffff;
	font-size: 18px;
	list-style: none;
}

.mainnavbar li {
	display: inline;
}

.mainnavbar li a {
	text-decoration: none;
	background-color: #afafaf;
	color: #ffffff;
	border-left: 10px solid #c4c4c4;
	font-weight: 300;
}

.mainnavbar ul li a:hover {
	background-color: #c4c4c4;
	color: #ffffff;
	border-left: 10px solid #95b6db;
}

.mainnavbar ul li a:active {
	background-color: #afafaf;
	color: #ffffff;
}

a.menu-link {
	float: left;
	display: block;
	padding: 8px;
	text-decoration: none;
	color: #ffffff;
	line-height: 22px;
	font-weight: 300;
}

.menu-link img {
	float: left;
	height: 20px;
	width: auto;
	padding: 0 8px 0 0;
}
		
nav[role=navigation] {
	clear: both;
	-webkit-transition: all 0.3s ease-out;  
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}

.js nav[role=navigation] {
	overflow: hidden;
	max-height: 0;
}
		
nav[role=navigation].active {
	max-height: 300em;
}

nav[role=navigation] ul {
	margin: 0;
	padding: 0;
	border-top: 1px solid #ffffff;
}

nav[role=navigation] li a {
	display: block;
	padding: 8px 0 8px 18px;
	border-bottom: 1px solid #ffffff;
}

body#about a#aboutnav,
body#people a#peoplenav,
body#practice a#practicenav,
body#resources a#linksnav,
body#contact a#contactnav {
	display:none;
}

@media screen and (min-width: 480px) {
/*SCREEN SIZE BREAK FOR NON MOBILE*/

.profilepic {
	display: inline-block;
	width: 160px;
	height: auto;
	margin: 0 auto;
	margin: 24px 18px 0 0;
	border-radius: 18px 0 18px 0px;
	padding: 0 6px 6px 0;
	border-right: 2px solid #83a8d2;
	border-bottom: 2px solid #83a8d2;
	float:left;
}
}

@media screen and (min-width: 600px) {
/*SCREEN SIZE BREAK FOR NON MOBILE*/


.sitemapone {
	width: 28%;
}

.sitemaptwo {
	width: 28%;
}
	
.sitemapthree {
	width: 28%;
}

.sitemapfour {
	width: 28%;
}
}

@media screen and (min-width: 780px) {

body {       
}

p {
	text-align: left;
}

h1, h2, h3, h4, h5 {
	text-align:left;
}

h1 {
	font-weight: 300;
	margin: 32px 0 0 0;
	padding: 0;
	font-size: 42px;
	
}

h2 {
	font-weight: 300;
	margin: 14px 0 0 0;
	padding: 0;
	font-size: 30px;
}

h3 {
	font-weight: 300;
	margin: 16px 0 0 0;
	padding: 0;
	font-size: 24px;
}

h4 {font-weight: 500;
	margin: 16px 0 0 0;
	padding: 0;
	font-size: 18px;
}

h5 {
}

.calu {
	width: 300px;
	height:auto;
}


.associateblock {
	clear:both;
}

.profilepic {
	display: inline-block;
	float: left;
	width: 200px;
	height: auto;
	margin: 30px 24px 18px 0;
	border-radius: 32px 0 32px 0px;
	padding: 0 8px 8px 0;
	border-right: 2px solid #83a8d2;
	border-bottom: 2px solid #83a8d2;
}

.profilepic-sm {
	
	width: 98px;
	margin: 8px 16px 60px 0;
}

.inlinepic {
	
	border-radius: 32px 0 32px 0px;
	padding: 0 9px 9px 0;
	border-right: 2px solid #83a8d2;
	border-bottom: 2px solid #83a8d2;
}

.inlinemap {
	
	border-radius: 28px 0 28px 0px;
}
	
.topaddress {
	position: absolute;
	top: 86px;
	right: 14px;
	margin: 0 auto;
	padding: 0;
}

.topaddress p {
	margin: 4px 12px 4px 4px;
	text-align:right;
	font-size:13px;
	color: #ffffff;
}

.headlinecontent {
	font-weight: 300;
	max-width: 500px;
	font-size: 32px;
	margin-top: 40px;
	margin-bottom: 12px;
}

.headlinecontent p {	
}

.contentstage {
}

.maincontent p {
	font-size: 20px;
	font-weight:300;
	line-height: 26px;
	padding: 6px 0 6px 0;
	text-align:justify;
}

.notice p {
	font-size: 16px;
	font-style:italic;
	font-weight:300;
	line-height: 24px;
	padding: 6px 0 6px 0;
	text-align: justify;
}

.notice-alt p {
	font-size: 16px;
	font-style:italic;
	font-weight:300;
	line-height: 24px;
	padding: 6px 0 6px 0;
	text-align: justify;
}

.featurequote p {
	font-weight: 500;
	font-size: 20px;
	padding: 0 0 0 18px;
	border-left: 8px solid #3f74a0;
	margin: 0 0 18px 0;
}

.maincontent li {
	text-align: left;
	font-size: 20px;
	font-weight:300;
	line-height: 26px;
	padding: 12px 0 12px 0;
}

.heavy p {
	font-weight: 500;
}

.excludethis {
	display: inline;
}

.includethis {
	display: none;
}

.sitemap {
	width: 90%;
	max-width: 1024px;
	padding: 24px 0 24px 0;
}

.sitemapone {
	width: 22%;
	max-width:none;
}

.sitemaptwo {
	width: 22%;
	max-width:none;
}

.sitemaptwo p {
}

.sitemapthree {
	width: 22%;
	max-width:none;
}

.sitemapfour {
	width: 22%;
	max-width:none;
}

body#about a#aboutnav,
body#people a#peoplenav,
body#practice a#practicenav,
body#resources a#linksnav,
body#contact a#contactnav {
	display:inline-block;
	background-color: #9391c5;
	color: #ffffff;
}

.topsection {
	position:relative;
}

.headerband {
	position:relative;
	top: 0;
	left: 0;
	height: 132px;
	border: 0;
	
}

.headerband img{
	width: auto;
	height: 108px;
	padding: 12px 0 12px 18px;
}

/* NAVIGATION CSS */
a.menu-link {
	display: none;
	padding: 0;
	margin: 0;
}

.js nav[role=navigation] {
	max-height: none;
}

nav[role=navigation] ul {
	border: 0;
}
			
nav[role=navigation]  li {
	display: inline-block;
}

nav[role=navigation] li a {
	border: 0;
	margin: 0 4px;
	padding: 0 12px 0 12px;
}

.mainnavbar {
	position:relative;
	top: 0;
	margin: 0 auto;
	text-align: center;
	width: 100%;
	background-color: #95b6db;
	height: 48px;
	line-height: 48px;
	z-index: 1000;
	min-width: 800px;
	border-bottom: 4px solid #fff; 
	
}
  	
.mainnavbar ul {
	margin: 0 auto;
	text-align: center;
	width: 100%;
	background:none;
	color: #ffffff;
	font-size: 16px;
	list-style: none;
}

.mainnavbar li {
	display: inline;
}

.mainnavbar li a {
	text-decoration: none;
	background: none;
	color: #fff;
	margin: 0;
	padding: 0;
	
}

.mainnavbar ul li a:hover {
	background-color: #155284;
	color: #fff;
	border: 0;
}

.mainnavbar ul li a:active {
	background-color: #d9dadd;
	border: 0;
}

}