/***************************************************/
/* Reset
/***************************************************/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	/*line-height: 12pt;*/
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

input, select, textarea {
	outline: none;
}

a {
	text-decoration: none;
}

li {

}

textarea {resize: none}

/***************************************************/
/* Fonts
/***************************************************/

@font-face {
  font-family: 'Zeppelin53';
  src: url('fonts/Zeppelin53.otf'); /*format('otf');*/
}

@font-face {
  font-family: 'HelveticaNeue-Heavy';
  src: url('fonts/HelveticaNeue-Heavy.otf'); /*format('otf');*/
}

/***************************************************/
/* Main Styles
/***************************************************/
html {

}

body {

}


div#container {
	/*width: 1180px;
	margin: 0 auto;*/
}

div#full-header {
	background-color: #000000;
	height: 117px;
}

div#content {
	
}

div#header, div#mini-header, div.main-banner-inner {
	width: 1180px;
	margin: 0 auto;
}

.social-media-links {display: none;}
div.mobile-nav-image {display: none;}
div.mobile-nav-image > img {width: 30px;}


/***************************************************/
/* Header
/***************************************************/
div#mini-header {
	height: 54px;
	display: block;
}


#mini-header > div.float-right {
	margin-top: 15px;
	float: right;
}

#mini-header p {
	color: #062d5d;
	font-family: "Helvetica Neue";
	font-size: 20px;
	font-weight: bold;
	display: inline-block;
	vertical-align: top;
}

#mini-header p:before {content: "Contact us to arrange a free consultation : (416) 882 4131";}

#mini-header .social-media-links {
	display: inline-block;
}

#mini-header .social-media-links img {

}

header.main-header{

}

#header div#logo img {
	position: absolute;
	margin-top: -28px;
	width: 299px;
	height: 107px;
}


div.nav > ul {
	margin-top: 50px;
	float: right;
}

div.nav > ul > li {
	display: inline-block;
	margin-left: 39px;
}

div.nav > ul > li > a {
	color: #fff;
	font-family: "Helvetica Neue";
	font-size: 19px;
	font-weight: 500;
}


/***************************************************/
/* Main Banner
/***************************************************/
div.main-banner {
	background-image:url("../img/main-banner-bg.png");
	background-position: center; 
	background-repeat: no-repeat;
	height: 529px;
	color: #fff;
	overflow: hidden;
}

div.gradient {
	background-color: rgba(0, 0, 0, 0.43);
  width: 100%;
  height: 100%;
}

div.main-banner-inner {
	width: 1159px;
	text-align: center;
	padding-top: 85px;
}

div.main-banner-inner h3 {
	font-family: "Helvetica Neue";
	font-size: 29px;
	font-weight: 400;
}

div.main-banner-inner h1 {
	margin-top: 20px;
	font-family: "Zeppelin53";
	font-size: 51px;
	line-height: 59px;
	letter-spacing: 6px;
}

div.main-banner-inner p {
	margin-top: 30px;
	font-family: "Helvetica Neue";
	font-size: 20px;
	font-weight: 400;
	line-height: 22px;
	color: #fbfbfb;
}

div.contact-us-link, div.contact-us-link-content {
	width: 655px;
	height: 72px;
	background-image:url("../img/free-consultation-btn.png");
	margin: 30px auto 0px auto;
}

div.contact-us-link a, div.contact-us-link-content a {
	display: block;
	width: 100%;
	height: 100%;
	text-align: center;
	color: #f2f2f2;
	font-family: "Helvetica Neue";
	font-weight: 500;
	font-size: 21px;
	line-height: 70px;
}

div.contact-us-link a:before {
	content: "Contact us to arrange a free consultation";
}

div.overlay-container {
	width: 1180px;
	margin: 0px auto 0px auto;
}
img.overlay {
	position: absolute;
	z-index: 1;
	margin-top: -175px;
	margin-left: -90px;
	width: 1280px;
}

div.ctas {
	position: absolute;
	margin: -60px auto 0px auto;
	width: 1280px;
	background-color: #ffffff;
	border: solid 1px #cbc6c4;
	z-index: 2;
	left: 0;
	right: 0;
}

div.ctas > img.horse-logo {
	position: relative;
	margin: -30px auto 0px auto;
	width: 30px;
	margin-left: 48%;
}

div.ctas ul {
	padding-top: 20px;
	width: 1280px;
}

div.ctas ul li {
	display: inline-block;
	/*width: 335px;*/
	width: -moz-calc(32% - 60px);
  width: -webkit-calc(32% - 60px);
  width: -o-calc(32% - 60px);
  width: calc(32% - 60px);
	font-family: "Helvetica Neue";
	padding-left: 60px;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-bottom: 30px;
	vertical-align: top;
}
div.ctas ul li.second-item {
	border-left:solid 1px #cbc6c4;
	border-right:solid 1px #cbc6c4;
}

div.ctas ul li > a {
	display: block;
	width: 100%;
	height: 100%;
}

div.ctas ul li h4 {
	color: #062d5d;
	font-size: 20px;
	font-weight: bold;
	/*padding-right: 30px;*/
}

div.ctas ul li a p {
	color: #000;
	font-size: 14px;
	margin-top: 21px;
	line-height: 21px;
	width: 85%;
	font-weight: 400;
}

/***************************************************/
/* Practiced Areas
/***************************************************/
#practiced {margin-top:300px;position:absolute;}

#practiced-areas-container {
	background-image:url("../img/practiced-areas-bg.jpg");
	background-position: center;
}

div.practiced-areas {
	width: 1280px;
	margin: 0px auto 0px auto;
	padding-bottom: 104px;
}

div.practiced-text {
	padding-top: 350px;
	text-align: center;
	padding-bottom: 50px;
}
div#practiced-areas .practiced-text h3 {
	font-family: "Helvetica Neue";
	font-size: 29px;
	font-weight: 600;
	color: #062d5d;
}

div#practiced-areas .practiced-text h1 {
	margin-top: 20px;
	font-family: "Zeppelin53";
	font-size: 51px;
	line-height: 59px;
	letter-spacing: 4px;
}

div#practiced-areas .practiced-text p {
	margin-top: 30px;
	font-family: "Helvetica Neue";
	font-size: 18px;
	font-weight: 500;
	line-height: 22px;
}

div.practiced-areas-blocks {
	margin: 0px auto 0px auto;
	width: 1150px;
}

div.practiced-areas-blocks ul {

}

div.practiced-areas-blocks ul li {
	background-color: white;
	width: 383px;
	height: 440px;
	display: inline-block;
	border: solid 1px #cbc6c4;
	margin-top: -1px;
	margin-left: -5px;
	text-align: center;
	vertical-align: top;
}

div.practiced-areas-blocks ul li a {
	display: block;
	height: 100%;
	width: 100%;
	text-decoration: none;
	color: #000;
	font-family: "Helvetica Neue";
}

div.practiced-areas-blocks ul li a div.img-container {
	height:130px;
	position:relative;
}

div.img-container img.notary-img {margin-left:170px;}

div.practiced-areas-blocks ul li img {
	display: block;
	position: absolute;
	margin-left: auto;
	margin-right: auto;
	left: 0;
	right: 0;
  bottom: 0;
}

div.practiced-areas-blocks ul li h2 {
	font-size: 29px;
	padding-bottom: 16px;
	padding-top: 56px;
	line-height: 30px;
	font-weight: 900;
	/*font-family: "HelveticaNeue Black";*/
}

div.practiced-areas-blocks ul li hr {
	width: 90px;
	height: 1px;
	border:none;
	background-color: #052750;
}

div.practiced-areas-blocks ul li p {
	padding-top: 19px;
	font-size: 14px;
	line-height: 21px;
	padding-left: 36px;
	padding-right: 36px;
	font-family: "Helvetica Neue";
	font-weight: 400;
}

div.practiced-areas-blocks ul li span.practised-read-more {
	color: #062d5d;
	font-size: 14px;
	font-weight: 500;
	position: absolute;
	margin-top: 15px;
	margin-left: -33px;
}

/***************************************************/
/* Free Consult
/***************************************************/
div.free-consult-container {
	background-color: #062d5d;
	width: 100%;
	height: 157px;
}

div.free-consult {
	width: 1280;
	text-align: center;
	font-family: "Helvetica Neue";
	font-size: 29px;
	font-weight: 500;
	padding-top: 65px;
}

div.free-consult > p {
	color: #fff;
	display: inline-block;
	vertical-align: top;
}

div.free-consult > a {
	display: inline-block;
	color: #062957;
	padding: 15px 35px 15px 35px;
	background-color: #fcfcfd;
	vertical-align: top;
	margin-left: 35px;
	margin-top: -15px;
	font-weight: 600;
}

/***************************************************/
/* Trusted Lawyer
/***************************************************/
#trusted-lawyer {padding-top: 106px;}

.trusted-lawyer {
	width: 992px;
	margin: 0px auto 88px auto;
}

.trusted-lawyer > img {
	display: inline-block;
	vertical-align: top;
	width:458px;
	border: 1px solid #959ea9;
}

.trusted-lawyer > div {
	display: inline-block;
	width: 475px;
	vertical-align: top;
	margin-left: 53px;
	margin-top: 10px;
}

.trusted-lawyer > div h1 {
	color: #000;
	font-family: "Zeppelin53";
	font-size: 54px;
	line-height: 59px;
	margin-bottom: 56px;
}

.trusted-lawyer > div h3 {
	color: #112746;
	/*font-family: "Helvetica Neue"; /*heavy*/
	font-family: "HelveticaNeue-Heavy";
	font-size: 26px;
	color: #112846;
	/*font-weight: 900;*/
	margin-bottom: 26px;
}

.trusted-lawyer > div p {
	font-family: "Helvetica Neue";
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
	margin-bottom: 26px;
}

.trusted-lawyer > div h6 {
	/*font-family: "Helvetica Neue"; /*heavy*/
	font-family: "HelveticaNeue-Heavy";
	font-size: 16px;
	font-weight: 900;
}

.trusted-lawyer > div ul {
	list-style-type: disc;
	margin-left: 20px;
	margin-bottom: 50px;
}

.trusted-lawyer > div ul li {
	font-family: "Helvetica Neue";
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
}

/***************************************************/
/* Contact
/***************************************************/
#contact {
	background-image: url("../img/contact-bg.png");
	background-repeat: no-repeat;
	background-position: center; 
	height: 675px;
}

.contact-container {
	width: 1060px;
	margin: 0px auto 0px auto;
}

.contact-container > div {
	display: inline-block;
}

.contact-container .left {
	width: 330px;
	margin-top: 407px;
	vertical-align: top;
}

.contact-container .left ul {

}

.contact-container .left ul li {
	color: #000;
	font-family: "Helvetica Neue";
	font-weight: 500;
	margin-bottom: 20px;
}

.contact-container .left ul li img {
	display: inline-block;
	vertical-align: top;
	width: 25px;
}

.contact-container .left ul li.contact-li1 {font-size: 33px;}
.contact-container .left ul li.contact-li2 {font-size: 24px;}
.contact-container .left ul li.contact-li3 {font-size: 16px;}

.contact-container .left ul li span, .contact-container .left ul li div.address {
	display: inline-block;
	vertical-align: top;
	margin-left: 15px;
	margin-top: -2px;
	line-height: 21px;
}

.contact-container .left ul li span.structured {
	margin-left: 0px;
	margin-top: 0px;
	line-height: 12px;
}
.contact-container .left ul li span.structured-comma {
	margin-left: -4px;
}

.contact-container .right {
	width: 660px;
	vertical-align: top;
	margin-left: 60px;
	margin-top: 56px;
}

.contact-container .right h2 {
	color: #000;
	font-family: "Zeppelin53";
	font-size: 50px;
	line-height: 59px;
	font-weight: 900;
	margin-bottom: 20px;
}

.contact-container .right p {
	color: #000;
	font-family: "Helvetica Neue";
	font-size: 14px;
	line-height: 21px;
	font-weight: 500;
	margin-bottom: 25px;
}

.contact-container .right input {
	height: 63px;
	color: #000;
	font-family: "Helvetica Neue";
	font-size: 16px;
	font-weight: 500;
	padding-left: 38px;
}

#contact-form input.contact-full-name {width:274px;}
#contact-form input.contact-phone {width:274px;margin-left:13px;}
#contact-form input.contact-email {width:608px;margin-top:16px;}

#contact-form textarea {
	width:572px;
	margin-top:16px;
	height:133px;
	color: #000;
	font-family: "Helvetica Neue";
	font-size: 16px;
	font-weight: 500;
	padding: 30px 38px 0px 38px;
}

#submit {
	background:none;
  border:none;
	color: #fff;
	font-family: "Helvetica Neue";
	font-size: 29px;
	font-weight: 500;
	background-color: #062d5d;
	padding: 15px 20px 20px 17px;
	margin-top: 15px;

}
#submit:hover {
	cursor: pointer;
}

#contact .message {
	float: left;
	max-width: 290px;
	height: 30px;
	margin-top: 20px;
	line-height: 30px;
	overflow: hidden;
	font-size: 16px;
	font-style: italic;
	position: absolute;
}

#contact .message.error {
	color: #a30000;
}

#contact .message.success {
	color: #143d8d;
}



/***************************************************/
/* Footer
/***************************************************/

footer {
	background-image: url("../img/practiced-areas-bg.png");
	background-repeat: no-repeat;
	background-position: center;
	height: 580px;
}

.footer {
	margin: 0px auto 0px auto;
	width: 1100px;
	padding-top: 70px;
}

.footer > div {
	display: inline-block;
	vertical-align: top;
}

.footer li {
	color: #000;
	font-family: "Helvetica Neue";
	font-size: 16px;
	font-weight: 500;
}

.summary-footer {width:350px;text-align:center;}

.summary-footer p {
	color: #000;
	font-family: "Helvetica Neue";
	font-size: 18px;
	font-weight: 600;
	line-height: 22px;
	margin-top: 57px;
}

.footer h5 {
	color: #130f07;
	/*font-family: "Helvetica Neue";  /*heavy*/
	font-family: "HelveticaNeue-Heavy";
	font-size: 23px;
	font-weight: 800;
	margin-bottom: 38px;
}

.practiced-footer {margin-left: 100px;}
.practiced-footer li {margin-bottom: 20px;}
.practiced-footer li img {width: 22px;}
.practiced-footer li a {color: black;}

.footer li span {
	margin-left: 16px;
	vertical-align: top;
	display: inline-block;
	margin-top: 2px;
}

.contact-footer {margin-left: 88px;}
.contact-footer li {margin-bottom: 20px;}
.contact-footer li img {width: 22px;}
.contact-footer ul {margin-bottom: 45px;}

p.copyright {
	color: #000;
	font-family: "Helvetica Neue";
	font-size: 16px;
	line-height: 48px;
	font-weight: 500;
	text-align: center;
	margin-top: 80px;
	/*display: block;*/
}

/***************************************************/
/* Content Page
/***************************************************/

.container {
	/*background-image: url("../img/practiced-areas-bg.png");
	background-repeat: no-repeat;
	background-position: center;*/
}

.content {
	width: 1150px;
	margin: 0px auto 0px auto;
	font-family: "Helvetica Neue";
	padding: 80px 0px 100px 0px;
}

.content .left-content, .content .right-content {
	display: inline-block;
	vertical-align: top;
}

.content .left-content {
	width: 250px;
}

.content .left-content h4 {
	margin-top: 12px;
	font-weight: 600;
	font-size: 24px;
}

.content .left-content ul {margin-top: 10px;}

.content .left-content li {
	font-weight: 400;
/*	margin-bottom: 15px;
	padding-bottom: 15px;*/
	border-top: solid 1px #cbc6c4;
}

.content .left-content li a {
	color: #878c8e;
	display: block;
	width: 100%;
	height: 100%;
	padding-bottom: 15px;
	padding-top: 15px;
}

.content .left-content li.active > a {
	color: #062d5d;
	font-weight: 800;
	border-bottom: solid 1px #062d5d;
}

.left-content div.contact-us-link-content {
	width: 100%;
}

.left-content div.contact-us-link-content a {
	font-size: 18px;
}

.content .right-content {
	width: 800px;
	margin-left: 50px;
}
.content .right-content img {
	display: inline-block;
	vertical-align: top;
	height: 50px;
}
.content .right-content h2 {
	width: 700px;
	display: inline-block;
	vertical-align: top;
	font-size: 40px;
	font-weight: 900;
	margin-bottom: 35px;
	margin-left: 20px;
	margin-top: 5px;
}

.content .right-content p {
	font-size: 16px;
	line-height: 26px;
}

.content .right-content ul {
	list-style-type: disc;
	margin-left: 20px;
}
.content .right-content ul li {
	margin-top: 15px;
}

a.active {
	color: #062d5d;
	font-weight: 700;
}

div.content-pages {
	border-bottom: solid 2px #062d5d;
}