/*

Theme Name: Barnes Disability Advocates

Author: Barnes Disability Advocates

Tags: responsive, fixed width

*/



/*

font-family: "Poppins", sans-serif;

*/



@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

 

* { margin: 0px; padding: 0px; -webkit-font-smoothing: antialiased; box-sizing: border-box; -webkit-box-sizing: border-box; -webkit-text-size-adjust: none; }

html, body { width: 100%; font-size: 16px; color: #000; font-family: "Poppins", sans-serif; letter-spacing: 0.025em; background: #fff; }

*::-webkit-input-placeholder { opacity:1; color: #999; }

*::-moz-placeholder {opacity:1;color: #999; }

*:-ms-input-placeholder {opacity:1;color: #999; }



input[type=checkbox]{ -webkit-appearance: checkbox; margin: 5px 0 0 5px; display: inline-block; vertical-align: top;}

button, input, textarea, select { -webkit-appearance: none; -webkit-border-radius: 0px; font-family: "Poppins", sans-serif; }



:focus,input:focus, textarea:focus { outline: none; }

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; vertical-align: baseline; }

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; }

:focus { outline: none; }



/* common */

p { line-height: 23px; padding-bottom: 23px; font-weight: 400; letter-spacing: 0.025em; }

a { transition: all 0.3s; -webkit-transition: all 0.3s; -ms-transition: all 0.3s; text-decoration: none; outline: none; }

ul { list-style: none; }

.clear { clear: both; overflow: hidden; }

img { border: 0px; outline: none; display: block; max-width: 100%; }

strong { font-weight: 700; }



h1,h2,h3,h4,h5,h6 { padding-bottom: 18px; color: #4b91b2; letter-spacing: 0.025em; font-weight: 700; }

h1 { font-size: 35px; line-height: 47px; }

h2 { font-size: 35px; line-height: 47px; }

h3 { font-size: 30px; }

h4 { font-size: 25px; }

h5 { font-size: 20px; }

h6 { font-size: 16px; }

a { color: #cf6d19; text-decoration: underline; font-weight: 700; }

a:hover { color: #185672; }



.button, a.wp-block-button__link, .wpcf7-submit { padding: 10px 24px 10px 20px; line-height: 30px; border: 0px; color: #fff; font-size: 18px; font-family: "Poppins", sans-serif; font-weight: 700; display: inline-block; border-radius: 0px; -webkit-border-radius: 0px; text-decoration: none; letter-spacing: 0.025em; background: #1B3967 url(images/arrow1.png) right 11px center no-repeat; }

.wpcf7-submit { color: #fff; background: none; margin: 0px; }

.bigger, a.wp-block-button__link { padding: 25px 25px; line-height: 30px; font-size: 24px; }

.wpcf7-submit { padding: 10px 26px 10px 20px; }



.button, a.wp-block-button__link { -webkit-transform: perspective(1px) translateZ(0); transform: perspective(1px) translateZ(0); box-shadow: 0 0 1px rgba(0, 0, 0, 0); position: relative; -webkit-transition-property: color; transition-property: color; -webkit-transition-duration: 0.3s; transition-duration: 0.3s; background: #cf6d19; }

.button:after, a.wp-block-button__link:after { content: ""; position: absolute; right: 11px; top: 20px; width: 8px; height: 8px; background: url(images/arrow1.png) no-repeat; }

.button:before, a.wp-block-button__link:before { content: ""; position: absolute; z-index: -1; top: 0; left: 0; right: 0; bottom: 0; background: #185672; -webkit-transform: scaleY(0); transform: scaleY(0); -webkit-transform-origin: 50% 0; transform-origin: 50% 0; -webkit-transition-property: transform; transition-property: transform; -webkit-transition-duration: 0.3s; transition-duration: 0.3s; -webkit-transition-timing-function: ease-out; transition-timing-function: ease-out; }

.button:hover, a.wp-block-button__link:hover { color: #fff; }

.button:hover:before, a.wp-block-button__link:hover:before { -webkit-transform: scaleY(1); transform: scaleY(1); }



span.submitbtn { }

span.submitbtn { margin-top: 2px; position: relative; display: inline-block; z-index: 1; background: #cf6d19; }

span.submitbtn .wpcf7-spinner { position: absolute; right: -20px; top: 20px; }

span.submitbtn:after { content: ""; position: absolute; right: 11px; top: 20px; width: 8px; height: 8px; background: url(images/arrow1.png) no-repeat; }

span.submitbtn:before { content: ""; position: absolute; z-index: -1; top: 0; left: 0; right: 0; bottom: 0; background: #185672; -webkit-transform: scaleY(0); transform: scaleY(0); -webkit-transform-origin: 50% 0; transform-origin: 50% 0; -webkit-transition-property: transform; transition-property: transform; -webkit-transition-duration: 0.3s; transition-duration: 0.3s; -webkit-transition-timing-function: ease-out; transition-timing-function: ease-out; }

span.submitbtn:hover { color: #fff; }

span.submitbtn:hover:before { -webkit-transform: scaleY(1); transform: scaleY(1); }



.wpcf7-submit { cursor: pointer; }

.wpcf7-submit:hover { }



#back-to-top { position: fixed; bottom: 5px; display: none; right: 15px; z-index: 9999; width: 34px; height: 34px; cursor: pointer; border-radius: 50%; -webkit-border-radius: 50%; transition: opacity 0.2s ease-out; -webkit-transition: opacity 0.2s ease-out; opacity: 0; background: #00abe0; border: 1px solid #fff; }

#back-to-top:after { width: 0px; height: 0px; content: ''; position: absolute; left: 50%; top: 50%; border: 10px solid transparent; border-bottom-color: #fff; margin: -15px 0 0 -10px; }

#back-to-top.show { opacity: 100; }

a.close, a.mobilemenu { display: none; }

a.textlink { color: #fa9300; font-size: 25px; }

a.textlink:hover { color: #000; }



/* wrapper */

#wrapper { padding-top: 176px; width: 100%; min-height: 100%; margin: 0 auto; position: relative; }

.centering { max-width: 1185px; padding: 0 15px; margin: auto; position: relative; }



	/* header-part */

	#header-part {  height: 176px; position: absolute; left:0px; top:0px; width:100%; z-index: 101; background: #fff; border-bottom: #dddddd solid 1px; }

	.single #header-part,

	.page-template-default #header-part { border-bottom: 0px; }

	#header-part a.mobileshow { display: none; }

			

		/*menu-bar*/

		.menu-bar { padding: 19px 0 20px; }

		.menu-bar .centering { max-width: 1280px; }

		.menu-bar a.logo { padding-right: 10px; display: block; margin: 0px auto; max-width: 330px; }

		.menu-bar .menus { padding: 20px 0px 0px 82px; float: left; }

		.menu-bar ul { list-style: none; }

		.menu-bar li { padding: 0px 18px 10px 10px; float: left; position: relative; }

		.menu-bar li:not(:last-child):after { content: ""; position: absolute; right: 4px; top: 3px; width: 3px; height: 22px; background: #000; transform: rotate(10deg); }

		.menu-bar li a { color: #000; font-weight: 700; text-decoration: none; text-transform: uppercase; font-size: 18px; }

		.menu-bar li.menu-item-has-children > span { display: inline-block; margin-left: 5px; font-weight: 700; font-size: 18px; }

		.menu-bar li a:hover, .menu-bar li.current-menu-item > a, .menu-bar li.current_page_parent > a { color: #cf6d19; }

		.menu-bar li span { display: none; }

		.menu-bar li ul { padding: 10px 0; display: none; position: absolute; left: 10px; top: 35px; width: 275px; background: #bcced6; }

		.menu-bar li li { float: none; padding: 0px; }

		.menu-bar li li a { padding: 10px 17px; font-size: 16px; text-align: left; line-height: 25px; display: block; text-transform: uppercase; color: #205c78; font-weight: 700; letter-spacing: 0.025em; display: block; }

		.menu-bar li li a:hover, .menu-bar li li.current-menu-item a { color: #fff; background: #205c78; }

		.menu-bar li li:after { display: none; }

		.menu-bar li li.menu-item-has-children > a:after { content: "› "; position: absolute; margin-left: 5px; top: 2px; }

		.menu-bar li li ul { display: none; left: 100%; top: -10px; background: #c9d8e0; }

		.menu-bar a.telmobile { display: none; }

		.menu-bar li.home { display: none; }

		.menu-bar a.mobilemenu, .menu-bar a.closebtn, .menu-bar a.backbutton { display: none; }

		.menu-bar a.tel { margin: 10px 50px 0px 0px; float: right; color: #cf6d19; font-size: 33.6px; letter-spacing: 0.025em; text-decoration: none; }

		.menu-bar li li li a { }

		.menu-bar a.tel span { display: none; }

		.menu-bar { }

	

	/*banner-bar*/

	.banner-bar { height: 537px; position: relative; background-repeat: no-repeat; background-size: cover; }

	.banner-bar:before { content: ""; position: absolute; left: 0px; top: 0px; width: 50%; height: 100%; opacity: 1; background: url(images/banner-overlay.png) no-repeat; background-size: cover; }

	.banner-bar .text { padding: 196px 0px 0px 22px; width: 100%; max-width: 750px; }

	.banner-bar h1 { color: #fff; letter-spacing: 0.025em; }

	.banner-bar h1 strong { font-size: 30px; }

	.banner-bar h2 { padding-bottom: 35px; color: #6cca98; font-size: 23px; font-style: italic; }

	.banner-bar ul.buttons { list-style: none; overflow: hidden; }

	.banner-bar ul.buttons li { padding-right: 17px; float: left; }

	.banner-bar.innerpage { display: flex; justify-content: center; }

	.banner-bar.innerpage:before { display: none; }

	.banner-bar .centering { width: 100%; }

	.banner-bar.innerpage { margin-top: 0px; height: 320px; overflow: hidden; background: #4e92b1; }

	.banner-bar.innerpage h1 { padding-bottom: 20px; letter-spacing: 0px; }

	.banner-bar.innerpage .text { padding: 37px 0px 0px 78px; width: 51%; }

	.banner-bar.innerpage .centering { padding: 0px; width: 100%; max-width: 1280px; display: flex; flex-wrap: wrap; height: 320px; }

	.banner-bar.innerpage .bannerimg { width: 49%; position: relative; height: 320px; }

	.banner-bar.innerpage .bannerimg img { display: block; width: 100%; height: 100%; object-fit: cover; }

	/*.banner-bar.innerpage.blogpage .bannerimg img { object-position: top; }*/

	.banner-bar.innerpage .bannerimg .videobg { width: 100%; height: 100%; position: absolute; left: 0px; top: 0px; }

	.banner-bar.innerpage .bannerimg .videobg iframe { width: 100%; height: 100%; object-fit: cover; }

	.banner-bar.innerpage .galleryimgs { padding-bottom: 20px; }

	.banner-bar.innerpage .galleryimgs ul { list-style: none; display: flex; flex-wrap: wrap; max-width: 330px; }

	.banner-bar.innerpage .galleryimgs li { padding-right: 20px; width: 33.33%; }

	.banner-bar.innerpage .galleryimgs li img { width: 100%; height: 94px; object-fit: cover; }

	.banner-bar.innerpage .galleryimgs { }

	.banner-bar.innerpage h1 { padding: 0px 10px 12px 4px; }

	.banner-bar.innerpage .breadcrumbs { padding-left: 4px; color: #fff; font-size: 16px; font-weight: 300; font-style: italic; }

	.banner-bar.innerpage .breadcrumbs a { color: #fff; text-decoration: none; font-weight: 400; }

	.banner-bar.innerpage .breadcrumbs { }

	.banner-bar.innerpage .breadcrumbs { }

	.banner-bar.secondary { background: #7ca7ad; }

	.banner-bar.tertiary { background: #205c78; }

	.banner-bar.tertiary { }

	.banner-bar.tertiary { }

	.banner-bar.tertiary { }

	.banner-bar.tertiary { }

	.banner-bar.teampage { }

	.banner-bar.teampage .bannerimg { position: absolute; right: 0px; top: 0px; width: 100%; display: flex; justify-content: flex-end; background: url(images/team-bg1.png) repeat-x; }

	.banner-bar.teampage .bannerimg img { width: 100%; max-width: 100%; object-position: top; }

	.banner-bar.teampage .bannerimg:before { content: ""; position: absolute; left: 0px; top: 0px; width: 100%; height: 100%; background: url(images/team-bg.png) repeat-y; }

	.banner-bar.teampage .centering { display: flex; align-items: center; }

	.banner-bar.teampage h1 { padding-bottom: 15px; font-family: 'Jost', sans-serif; }

	.banner-bar.teampage { }

	.banner-bar.faqs h1 { font-family: 'Jost', sans-serif; }

	.banner-bar.testimonial .bannerimg img { width: 100%; max-width: 100%; object-position: center; }

	.banner-bar.testimonial .galleryimgs { padding-bottom: 15px; }

	.banner-bar.testimonial { }

	.banner-bar.testimonial { }

	.banner-bar.secondary { }

	.banner-bar.innerpage { }

	.banner-bar.singlebio { height: 320px; display: flex; justify-content: center; background-position: right; }

	.banner-bar.singlebio:before { width: 60%; opacity: 0.7; }

	.banner-bar.singlebio img { position: absolute; right: 0px; top: 0px; }

	.banner-bar.singlebio .text { padding-top: 0px; padding-bottom: 0px; }

	.banner-bar.testimonial { height: 320px; background-position: right top; }

	.banner-bar.testimonial .text { padding: 0px 0px 0px 80px; }

	.banner-bar.testimonial .text img { margin-bottom: 0px; }

	.banner-bar.testimonial .text h1 { padding-bottom: 10px; }

	.banner-bar.testimonial:before { opacity: 0.7; }

	.banner-bar.primary { height: 320px; background-repeat: no-repeat; background-size: cover; background-position: right; }

	.banner-bar.primary .text img { margin-bottom: 15px; border-radius: 50%; max-width: 120px; }

	.banner-bar.primary .text { padding: 25px 0px 0px 20px; max-width: 670px; }

	.banner-bar.primary h1 { font-size: 48px; line-height: 47px; }

	.banner-bar.secondary1 .centering { padding: 0px; max-width: 1280px; }

	.banner-bar.secondary1 .text { padding: 25px 100px 0px 80px; position: relative; height: 320px; width: 50%; background: #006845; }

	.banner-bar.secondary1 .text:after { content: ""; position: absolute; right: 100%; top: 0px; width: 5000px; height: 100%; background: #006845; }

	.banner-bar.secondary1 .text h1 { font-size: 40px; }

	.banner-bar.secondary1 .text img { margin-bottom: 10px; }

	.banner-bar .bannermobile { display: none; }

	.banner-bar .videobg { position: absolute; left: 0px; top: 0px; width: 100%; height: 100%; }

	.banner-bar .videobg iframe { width: 100%; height: 100%; object-fit: cover; }

	.banner-bar { }

	.banner-bar { }

	.banner-bar { }

	.banner-bar { }

	.banner-bar.faqs .banneimg { position: absolute; right: 0px; top: 0px; width: 50%; height: 100%; background-repeat: no-repeat; background-size: cover; }

	.banner-bar.secondary.faqs .text { padding: 25px 30px 0px 80px; }

	.banner-bar.contact { height: 538px; }

	.banner-bar.contact .text img { }

	.banner-bar.contact h1, .banner-bar.location h1 { padding-bottom: 10px; }

	.banner-bar.thankyou { height: 320px; background-position: left; background-size: cover; }

	.banner-bar.thankyou:before { content: ""; position: absolute; left: 0px; top: 0px; width: 100%; height: 100%; opacity: 0.7; background: #125d67; display: block; }

	.banner-bar.thankyou h1 { position: relative; z-index: 10; padding: 142px 0 0 83px; font-size: 48px; }

	.banner-bar.contact { }

	.banner-bar.contact .bannerimg { position: absolute; left: 0px; top: 0px; width: 100%; height: 100%; }

	.banner-bar.contact .text { padding-top: 40px; }

	.banner-bar.contact .centering { height: 100%; z-index: 2; }

	.banner-bar.contact .galleryimgs { padding-bottom: 60px; }

	.banner-bar.contact:before { display: block; z-index: 1; }

	.banner-bar.contact h1 { }

	.banner-bar.location { height:auto; min-height: 320px; padding-bottom:20px; }

	.banner-bar.location .bannerimg:before,

	.banner-bar.blogpage .bannerimg:before { content: ''; position: absolute; left: 0px; top: 0px; width: 100%; height: 100%; background: url("images/team-bg.png") left no-repeat; background-size:80% 100%; }

	.banner-bar.blogpage .bannerimg:before { background-size: auto 100%; }

	.banner-bar.location .galleryimgs { padding-bottom: 22px; }

	.banner-bar.location:before { opacity: 0.5; }

	.banner-bar.location .text { padding-top: 28px; }

	.banner-bar.location { }

	.banner-bar.location { }

	.banner-bar.blogpage { }

	.banner-bar.blogpage .text { padding: 81px 0px 0px 98px; }

	.banner-bar.blogpage .galleryimgs li { padding-right: 15px; }

	.banner-bar.blogpage .galleryimgs ul { padding-left: 7px; max-width: 322px; }

	.banner-bar.blogpage { }

	.banner-bar.blogpage { }

	.banner-bar.blogpage .galleryimgs { padding-bottom: 6px; }

	.banner-bar.team .text, 

	.banner-bar.teamdetails .text { padding: 95px 0px 0px 78px; }

	

	/*formcontent-bar*/

	.formcontent-bar { padding-bottom: 10px; overflow: hidden; margin-top: -97px; position: relative; z-index: 10; }

	.formcontent-bar .centering { max-width: 1184px; }

	.formcontent-bar .form { padding-bottom: 24px; margin-left: 20px; float: left; width: 31%; background: #f1f2f2; position: relative; }

	.formcontent-bar .form .heading { padding: 18px 10px 0px 15px; text-align: center; height: 97px; background: #4e92b1; }

	.formcontent-bar .form h4 { color: #fff; line-height: 1.25; }

	.formcontent-bar .form h4 a { color: #fff; }

	.formcontent-bar .form h4 span { display: block; text-decoration: underline; text-underline-offset: 7px; }

	.formcontent-bar .form p { padding-bottom: 19px; }

	.formcontent-bar .form span.allfield { position: absolute; left: 20px; bottom: 20px; font-size: 14px; font-style: italic; }

	.formcontent-bar .form fieldset + p { padding: 0px; }

	.formcontent-bar .form .formcf { padding: 26px 22px 15px 20px; }

	.formcontent-bar .form .fieldbg { float: left; width: 100%; }

	.formcontent-bar .form .fcity { width: 71%; padding-right: 21px; }

	.formcontent-bar .form .fage { width: 29%; }

	.formcontent-bar .form .field { padding-bottom: 23px; }

	.formcontent-bar .form label { padding: 0 0 3px 0px; display: block; color: #000; font-weight: 700; font-size: 15px; }

	.formcontent-bar .form input.wpcf7-text, .formcontent-bar .form input.wpcf7-number, .formcontent-bar .form textarea { padding: 5px 15px; width: 100%; height: 46px; border: #000 solid 2px; border-radius: 0px; font-size: 16px; background: #fff; }

	.formcontent-bar .form input.wpcf7-text.error, .formcontent-bar .form textarea.error { border: #f00 solid 2px; }

	.formcontent-bar .form input.wpcf7-text.valid, .formcontent-bar .form textarea.valid { border: #093 solid 2px; }

	.formcontent-bar .form textarea { padding: 10px 15px; height: 78px; resize: none; }

	.formcontent-bar .form .textarea { padding-top: 5px; }

	.formcontent-bar .text { padding: 147px 0px 0px 0px; float: right; width: 62.4%; }

	.formcontent-bar .text a.button { padding-right: 0px; margin-top: 16px; padding-left: 16px; }

	.formcontent-bar .text a.button:after { display: none; }

	.formcontent-bar .text a.button span { padding-right: 12px; background: url(images/arrow1.png) right no-repeat; }

	.formcontent-bar .text a.button.mobile_link { display:none; }

	.formcontent-bar1 .text ul { list-style: disc; padding: 0px 0px 23px 20px; margin-left: 10px; }

	.formcontent-bar ul { padding: 10px 0px 0px 37px; list-style: none; }

	.formcontent-bar ul li { padding: 0px 0px 15px 12px; font-size: 16px; line-height: 23px; position: relative; font-weight: 700; letter-spacing: 0.025em; }

	.formcontent-bar ul li:before { content: ""; position: absolute; left: 2px; top: 8px; width: 5px; height: 5px; border-radius: 50%; -webkit-border-radius: 50%; background: #000; }

	.formcontent-bar .text .fieldbg p { }

	.formcontent-bar .text h2 { padding-bottom: 17px; margin-left: -3px; }

	.formcontent-bar .text { }

	.formcontent-bar .text { }

	.formcontent-bar.innerpage { padding: 50px 0 20px; margin-top: 0px; }

	.formcontent-bar.innerpage p { padding-bottom: 17px; }

	.formcontent-bar.innerpage .text a.button { margin-top: 12px; }

	.formcontent-bar.innerpage .form { margin-top: 12px; }

	.formcontent-bar.innerpage .form .heading { padding: 16px 10px 0px 15px; }

	.formcontent-bar.innerpage .text { padding: 0px 20px 0px 0px; }

	.formcontent-bar.innerpage .text p { padding-bottom: 23px; }

	.formcontent-bar.innerpage .text h2 { padding-bottom: 8px; margin-left: -3px; }

	.formcontent-bar.innerpage p.firstp { padding-bottom: 0px; }

	.formcontent-bar.innerpage { }

	.formcontent-bar.innerpage { }

	.formcontent-bar.biopage { padding-bottom: 82px; margin: 0px; }

	.formcontent-bar.biopage .form { margin-top: 60px; }

	.formcontent-bar.biopage .text { padding: 47px 0px 0px 0px; width: 62.2%; }

	.formcontent-bar.biopage h2 { padding-bottom: 34px; }

	.formcontent-bar.biopage .text p { padding-bottom:  15px; }

	.formcontent-bar.biopage .text a.button { margin-top: 8px; }

	.formcontent-bar.primary h2 { padding-bottom: 24px; }

	.formcontent-bar.primary .text a.button { margin-top: 8px; }

	.formcontent-bar.primary { padding-bottom: 18px; }

	.formcontent-bar.tertiary ul li { padding-bottom: 23px; }

	.formcontent-bar.tertiary ul { padding-bottom: 0px; }

	.formcontent-bar.tertiary { padding-bottom: 15px; }

	.formcontent-bar.tertiary { }

	.formcontent-bar.tertiary { }

	.formcontent-bar.tertiary { }

	.formcontent-bar.secondary { padding-bottom: 78px; }

	.formcontent-bar.location { padding: 49px 0px 22px 0px; margin: 0px; }

	.formcontent-bar.location .text { padding: 14px 0px 0px 0px; margin-top: 0px; position: relative; }

	.formcontent-bar.location .text1:before { content: ""; position: absolute; left: -3px; top: 8px; width: 8px; height: 100%; background: #006845; }

	.formcontent-bar.location .text h2 { padding-bottom: 3px; }

	.formcontent-bar.location .text p { padding-bottom: 40px; font-size: 25px; line-height: 29px; }

	.formcontent-bar.location .text p strong { color: #006845; font-weight: 500; }

	.formcontent-bar.location .text p a { color: #009b77; font-weight: 700; text-decoration: none; }

	.formcontent-bar.location .text a.button { margin: 0px; }

	.formcontent-bar.location .form .formcf { padding-bottom: 0px; }

	.formcontent-bar.location .contactlist { display: flex; flex-wrap: wrap; }

	.formcontent-bar.location .contactlist .leftaddress { width: 61%; }

	.formcontent-bar.location .contactlist .rightaddress { width: 39%; }

	.formcontent-bar.location .contactlist p { padding-bottom: 15px; font-size: 20px; line-height: 28px; }

	.formcontent-bar.location .contactlist p span { padding-bottom: 0px; display: block; text-transform: uppercase; font-size: 20px; font-weight: 700; }

	.formcontent-bar.location .contactlist p a.tel { color: #daa02b; font-weight: 700; font-size: 30px; }

	.formcontent-bar.location .contactlist { }

	.formcontent-bar.location .contactlist { }

	.formcontent-bar.location figure { width: 100%; padding: 18px 12px 0 3px; }

	.formcontent-bar.location figure img { width: 100%; height: auto; display: block; object-fit: cover; }

	.formcontent-bar.location { }

	.formcontent-bar.location { }

	.formcontent-bar.location { }

	.formcontent-bar .leftvid { padding: 45px 0px 0px; background: #fff; }

	.formcontent-bar .leftvid iframe { width: 100%; height: 207px; }

	.formcontent-bar .leftvid { }

	.formcontent-bar .leftvid { }

	.formcontent-bar .leftvid { }

	.formcontent-bar .leftvid { }

	.formcontent-bar.teampage { padding-bottom: 30px; }

	.formcontent-bar.teampage .text h2 { padding-bottom: 20px; }

	.formcontent-bar.teampage .text a.button { margin-top: 40px; }

	.formcontent-bar.teampage { }

	.formcontent-bar.contactpage { padding-bottom: 45px; }

	.formcontent-bar.contactpage .text { padding: 3px 20px 0px 4px; }

	.formcontent-bar.contactpage .text h2 { padding-left: 4px; padding-bottom: 17px; }

	.formcontent-bar.contactpage .text h5 { padding-bottom: 0px; color: #185673; line-height: 1; }

	.formcontent-bar.contactpage .text h5 + p a.button { margin-top: 20px; }
	.formcontent-bar.contactpage .text address { font-style: normal; }

	.formcontent-bar.contactpage .text a.button { padding: 10px 24px 10px 20px; margin-left: -2px; }

	.formcontent-bar.contactpage .address-item { padding-bottom: 33px; }
	.formcontent-bar.contactpage .faxaddress { padding: 10px 0 30px; display: flex; flex-wrap: wrap; }
	.formcontent-bar.contactpage .faxaddress .addfax { padding-right: 20px; width: 50%; max-width: 240px; }
	.formcontent-bar.contactpage .faxaddress h5 { padding-bottom: 5px; }
	.formcontent-bar.contactpage { }
	.formcontent-bar.contactpage { }

	.formcontent-bar { }



	/* imagecontent-bar */

	.imagecontent-bar { overflow: hidden; background: #fff; }

	.imagecontent-bar .centering { padding: 0px; max-width: 1280px; display: flex; flex-wrap: wrap; justify-content: space-between; }

	.imagecontent-bar .image { float: left; width: 34.2%; }

	.imagecontent-bar .image .imgbg { height: 100%; }

	.imagecontent-bar .image .imgbg img { width: 100%; min-height: 100%; height: auto; object-fit: cover; }

	.imagecontent-bar .text { padding: 32px 30px 3px 56px; float: right; width: 65.8%; }

	.imagecontent-bar h2 { padding-bottom: 18px; }

	.imagecontent-bar p { }

	.imagecontent-bar h2 + p { }

	.imagecontent-bar ul { padding: 0px 0px 23px 35px; list-style: none; }

	.imagecontent-bar ul li { padding: 0px 0px 15px 12px; font-size: 16px; line-height: 23px; position: relative; }

	.imagecontent-bar ul + p { letter-spacing: 0.025em; }

	.imagecontent-bar ul.regular li { font-weight:400; }

	.imagecontent-bar ul.regular li strong { font-weight:700; }

	.imagecontent-bar ul li:before { content: ""; position: absolute; left: 2px; top: 8px; width: 5px; height: 5px; border-radius: 50%; -webkit-border-radius: 50%; background: #000; }

	.imagecontent-bar ul.nobold li { font-weight: 400; }

	.imagecontent-bar a.button { padding-right: 16px; padding-left: 16px; margin-top: 12px; }

	.imagecontent-bar a.button:after { display: none; }

	.imagecontent-bar a.button span { padding-right: 0px; background: url(images/arrow1.png) right no-repeat; }

	.imagecontent-bar a.button.mobile_btn { display:none; }



	.imagecontent-bar .imgbg { float: right; }

	.imagecontent-bar .imgbg img { width: 100%; }

	.imagecontent-bar .imgbg.mobileimg img.img-mobile { display: none; }

	.imagecontent-bar.right { }

	.imagecontent-bar.right .centering { flex-direction: row-reverse; }

	.imagecontent-bar.right .image { float: right; width: 39.5%; }

	.imagecontent-bar.right .text { padding: 38px 30px 0px 60px; float: left; width: 60%; }

	.imagecontent-bar.right .text a.button { margin-top: 23px; }

	.imagecontent-bar.right h2 { padding-bottom: 8px; }

	.imagecontent-bar.right p + ul { margin-top: -6px; }

	.imagecontent-bar.right ul li { padding-bottom: 20px; line-height: 20px; }

	.imagecontent-bar.right ul { padding-bottom: 0px; }

	.imagecontent-bar.right { }

	.imagecontent-bar.right { }

	.imagecontent-bar.innerpage { }

	.imagecontent-bar.innerpage .image { padding: 36px 1px 0px 20px; margin: 0 0 20px 20px; width: 46.3%; height: auto; float: right; }

	.imagecontent-bar.innerpage .image .imgbg { height: auto; }

	.imagecontent-bar.innerpage h2 { padding-bottom: 15px; }

	.imagecontent-bar.innerpage .centering { padding: 0 40px 0 15px; max-width: 1185px; display: block; }

	.imagecontent-bar.innerpage { }

	.imagecontent-bar.innerpage .text { padding: 25px 55px 5px 1px; width: auto; float: none; }

	.imagecontent-bar.innerpage ul li { padding: 0px 0px 19px 12px; line-height: 22px; }

	.imagecontent-bar.innerpage ul { padding-bottom: 15px; }

	.imagecontent-bar.innerpage p { padding-bottom: 21px; }

	.imagecontent-bar.innerpage.block3 { }

	.imagecontent-bar.innerpage.block3 .image { padding: 52px 1px 0px 18px; margin: 0 0 50px 70px; }

	.imagecontent-bar.innerpage.block3 .text { padding: 43px 55px 20px 1px; }


	.imagecontent-bar.tertiary { padding-top: 18px; padding-bottom: 30px; }

	.imagecontent-bar.innerpage a.button { margin-top: 40px; }

	.imagecontent-bar.type2 { padding: 25px 0px 28px 0px; }

	.imagecontent-bar.type2 .image { float: left; width: 47.28%; }

	.imagecontent-bar.type2 .text { padding: 25px 0px 0px 5px; float: right; width: 48.3%; }

	.imagecontent-bar.type2.right .image { float: right; }

	.imagecontent-bar.type2.right .text { float: left; }

	.imagecontent-bar.type2 .centering { padding: 0 15px; max-width: 1185px; }

	.imagecontent-bar.type2 .text p { padding-bottom: 23px; }

	.imagecontent-bar.type2 .text ul { padding: 0px 0px 0px 0px; }

	.imagecontent-bar.type2 .text li { padding-left: 0px; padding-bottom: 22px; font-weight: 300; text-indent: 13px; }

	.imagecontent-bar.type2.imgcont4 { padding: 66px 0px 65px 0px; }

	.imagecontent-bar.type2.imgcont4 .text { padding: 0px 0px 0px 0px; }

	.imagecontent-bar.type2.imgcont4 .text ul { padding: 0px 0px 20px 35px; }

	.imagecontent-bar.type2.imgcont4 .text li { padding-bottom: 0px; }

	.imagecontent-bar.option2 { padding: 48px 0px 77px 0px; overflow: hidden; }

	.imagecontent-bar.option2 .centering { padding: 0 15px; max-width: 1185px; }

	.imagecontent-bar.option2 .image { float: right; width: 32.1%; }

	.imagecontent-bar.option2 .text { padding: 55px 45px 30px 0px; float: left; width: 66%; }

	.imagecontent-bar.type3 { padding: 10px 0px 0px 0px; }

	.imagecontent-bar.type3 .text { padding: 40px 0px 78px 68px; width: 50%; }

	.imagecontent-bar.type3 ul li { padding-bottom: 0px; }

	.imagecontent-bar.type3.right .image { padding-top: 45px; width: 46.05%; }

	.imagecontent-bar.type3 ul li em { text-decoration: underline; }

	.imagecontent-bar.option3 { padding: 25px 0px 70px 0px; margin-top: 4px; background: #d1e7e0; }

	.imagecontent-bar.option3 .image { float: right; width: 47.50%; }

	.imagecontent-bar.option3 .text { float: left; width: 47%; padding: 27px 0 0 65px; }

	.imagecontent-bar.location .text ul li { }

	.imagecontent-bar.contentwithimg { padding: 86px 0px 87px 0px; background: #fff; }

	.imagecontent-bar.contentwithimg .imageright { margin: 0px 10px 40px 72px; float: right; width: 44%; }

	.imagecontent-bar.contentwithimg .centering { padding: 0px 30px 0px 18px; max-width: 1185px; display: block; }

	.imagecontent-bar.contentwithimg .imageright img { width: 100%; height: 415px; object-fit: cover; }

	.imagecontent-bar.contentwithimg h2 { padding: 22px 0 30px 0; }

	.imagecontent-bar.contentwithimg p { padding-left: 0px; }

	.imagecontent-bar.contentwithimg .fullcontent { padding: 5px 0 0 3px; width: 100%; clear: both; }

	.imagecontent-bar.contentwithimg a.button { margin-top: 20px; }

	.imagecontent-bar.imgcontent2 { padding: 52px 0px 110px 0px; }

	.imagecontent-bar.imgcontent2 .centering { display: flex; align-items: center; flex-wrap: wrap; flex-direction: row-reverse; max-width: 1185px; padding: 0 15px; }

	.imagecontent-bar.imgcontent2 .imageright { padding: 0px 24px 0px 0px; width: 32.5%; margin: 0px; }

	.imagecontent-bar.imgcontent2 .imageright img { height: 351px; }

	.imagecontent-bar.imgcontent2 .text { padding: 0px 30px 0px 0px; width: 67.5%; }

	.imagecontent-bar.imgcontent2 { }

	.imagecontent-bar.imgcontent2 { }

	.imagecontent-bar.imgcontent2 { }

	.imagecontent-bar.contentwithimg.secondary { padding: 75px 0px 70px 0px; }

	.imagecontent-bar.contentwithimg.secondary h2 { padding-top: 0px; }

	.imagecontent-bar.contentwithimg.secondary .imageright { margin-top: 11px; }

	.imagecontent-bar.contentwithimg.secondary .fullcontent { padding: 2px 0 0 0px; }

	.imagecontent-bar.contentwithimg.secondary { }

	.imagecontent-bar.contentwithimg.secondary { }

	.imagecontent-bar.contact { padding: 65px 0px 61px 0px; }

	.imagecontent-bar.contact .imageright { margin: 4px 0px 20px 70px; width: 47%; }

	.imagecontent-bar.contact h2 { padding-top: 0px; }

	.imagecontent-bar.contact .imageright img { height: 445px; }

	.imagecontent-bar.contact .fullcontent { padding-top: 0px; }

	.imagecontent-bar.contact a.button { margin-top: 0px; }

	.imagecontent-bar.contact { }

	.imagecontent-bar.contact { }

	.imagecontent-bar.location { }

	.imagecontent-bar.location .text { padding: 44px 55px 80px 13px; width: 62%; }

	.imagecontent-bar.location h2 { padding-bottom: 30px; }

	.imagecontent-bar.location a.button { margin-top: 0px; }

	.imagecontent-bar.location.right { }

	.imagecontent-bar.location.right .text { padding: 44px 55px 80px 60px; }

	.imagecontent-bar.location.right .text a.button { margin-top: 0px; }


	/*ctalinks-bar*/

	.ctalinks-bar { padding: 41px 0px 35px 0px; background: #edf4f7; }

	.ctalinks-bar .text { padding: 0px 0px 5px 9px; }

	.ctalinks-bar .ctabuttons { }

	.ctalinks-bar .ctabuttons.mobileslider { display: none; }

	.ctalinks-bar .ctabuttons ul { padding-left: 12px; list-style: none; overflow: hidden; }

	.ctalinks-bar .ctabuttons li { float: left; width: 27.65%; margin: 10px 8.3% 36px 0px; }

	.ctalinks-bar .ctabuttons li:nth-child(3n) { margin-right: 0px; }

	.ctalinks-bar .ctabuttons li img { margin: 0 auto 0px; max-width: 163px; max-height: 130px; width: auto; height: auto; }

	.ctalinks-bar .ctabuttons li img.img-mobile { display: none; }

	.ctalinks-bar .ctabuttons li:hover img { display: none; }

	.ctalinks-bar .ctabuttons li:hover img.img-mobile { display: block; }

	.ctalinks-bar .ctabuttons li .img { padding-bottom: 8px; min-height: 158px; display: flex; align-items: center; justify-content: center; }

	.ctalinks-bar .ctabuttons .button { padding-left: 5px; padding-right: 5px; display: flex; align-items: center; justify-content: center; height: 66px; text-align: center; background-image: none; line-height: 19px; }

	.ctalinks-bar .ctabuttons .button:after { display: none; }

	.ctalinks-bar .ctabuttons .button span { padding-right: 0px; background: url(images/arrow1.png) right center no-repeat;  }

	.ctalinks-bar.ctabg { padding-bottom: 20px; }

	.ctalinks-bar.ctabg .ctabuttons li { margin-bottom: 50px; }

	.ctalinks-bar.innerpages { padding: 43px 0px 0px 0px; background: #eff3f6; }

	.ctalinks-bar.innerpages .text { padding: 0px 10px 10px 12px; }

	.ctalinks-bar.innerpages a.button { }

	.ctalinks-bar.innerpages a.button span { padding-right: 0px; }

	.ctalinks-bar.innerpages .img { }

	.ctalinks-bar.innerpages li { }

	.ctalinks-bar.primary { padding: 57px 0px 35px 0px; background: #e0e8ed; }

	.ctalinks-bar.primary .text { padding: 0px 10px 10px 5px; }

	.ctalinks-bar.primary a.button { max-width: 216px; text-align: center; margin: 0 auto; }

	.ctalinks-bar.primary ul li { margin-bottom: 22px; }

	.ctalinks-bar.primary { }

	.ctalinks-bar.secondary { padding: 57px 0px 35px 0px; background: #e0e8ed; }

	.ctalinks-bar.secondary a.button { max-width: 216px; text-align: center; margin: 0 auto; }

	.ctalinks-bar.secondary ul li { margin-bottom: 22px; }

	.ctalinks-bar.secondary { }

	.ctalinks-bar.innerpages { }

	

	/*attorneys-bar*/

	.attorneys-bar { padding: 29px 0px 20px 0px; }

	.attorneys-bar .text { padding: 0 0 24px 10px; }

	.attorneys-bar .attorneyslist { margin: 0 auto; max-width: 952px; position: relative; }

	.attorneys-bar .attorneyslist ul { padding: 0px 0px 0px 5px; list-style: none; }

	.attorneys-bar .attorneyslist ul li { padding: 0 9px 32px; }

	.attorneys-bar .attorneyslist ul li img { display: block; height: 275px; width: 100%; object-fit: cover; }

	.attorneys-bar .attorneyslist.mobileslider { }


	.attorneys-bar .attorneyslist .img { padding-bottom: 31px; }

	.attorneys-bar .attorneyslist .img a { display: block; position: relative; }

	.attorneys-bar .attorneyslist .img a:after { content: ""; position: absolute; left: 0px; top: 0px; width: 100%; height: 100%; opacity: 0; transition: 0.3s all; background: #185672; }

	.attorneys-bar .attorneyslist .img a:hover:after { opacity: 0.6; }

	.attorneys-bar .attorneyslist .slick-arrow { position: absolute; left: 0px; top: 87px; font-size: 0px; width: 28px; height: 102px; border: 0px; cursor: pointer; z-index: 10; background: rgba(0,0,0,0.60) url(images/arrow-prev.png) center no-repeat; }

	.attorneys-bar .attorneyslist .slick-next { left: auto; right: 5px; background: rgba(0,0,0,0.60) url(images/arrow-next.png) center no-repeat; }

	.attorneys-bar .attorneyslist .slick-slide { padding: 0 12px; }

	.attorneys-bar .attorneyslist .slick-arrow:hover { background-color: #000; }

	.attorneys-bar .attorneyslist a.button { padding: 0 6px; height: 50px; font-size: 18px; line-height: 19px; display: flex; align-items: center; text-align: center; justify-content: center; background-image: none; width: 100%; }

	.attorneys-bar .attorneyslist a.button span { padding-right: 0px; display: inline-block; background: url(images/arrow1.png) right center no-repeat; }

	.attorneys-bar .attorneyslist a.button:after { display: none; }

	.attorneys-bar.innerpage { padding: 65px 0px 56px 0px; }

	.attorneys-bar.teamblock { padding: 53px 0px 40px 0px; }

	.attorneys-bar.teamblock .text { text-align: center; }

	.attorneys-bar.teamblock .attorneyslist ul li { padding: 0 16px 32px; width: 20%; }

	.attorneys-bar.teamblock .attorneyslist ul { padding: 3px 0px 0px; }

	.attorneys-bar.teamblock .attorneyslist { max-width: 100%; }



	/*contentlinks-bar*/

	.contentlinks-bar { padding: 48px 0px 107px 0px; background: #e0e8ed; }

	.contentlinks-bar .centering { display: flex; flex-wrap: wrap; }

	.contentlinks-bar .leftlinks { padding-top: 5px; width: 43.7%; }

	.contentlinks-bar .leftlinks .ctabuttons { padding: 21px 38px 56px 31px; background: #fff; }

	.contentlinks-bar .leftlinks .ctabuttons a.button { padding: 19px 6px; display: block; text-align: center; color: #daa02b; background: #fff; border: #daa02b solid 3px; }

	.contentlinks-bar .leftlinks .ctabuttons a.button:hover { color: #fff; border: #115e67 solid 3px; }

	.contentlinks-bar .leftlinks .ctabuttons ul { padding: 12px 2px 0px 2px; list-style: none; list-style: none; }

	.contentlinks-bar .leftlinks .ctabuttons li { padding: 0 0 24px; }


	.contentlinks-bar .leftlinks h3 { line-height: 47px; color: #115e67; }

	.contentlinks-bar .leftlinks { }

	.contentlinks-bar .text { padding: 5px 25px 0px 76px; width: 56.3%; }

	.contentlinks-bar h2 { padding-bottom: 15px; }

	.contentlinks-bar .text a.button { margin-top: 23px; }

	.contentlinks-bar ul { padding: 4px 0px 5px 35px; list-style: none; }

	.contentlinks-bar ul li { padding: 0px 0px 16px 12px; font-size: 18px; line-height: 23px; position: relative; font-weight: 700; }

	.contentlinks-bar ul li:before { content: ""; position: absolute; left: 2px; top: 8px; width: 5px; height: 5px; border-radius: 50%; -webkit-border-radius: 50%; background: #000; }

	.contentlinks-bar ul.nobold li { font-weight: 400; }

	.contentlinks-bar.secondary .text a.button { margin-top: 15px; }

	.contentlinks-bar.secondary { padding-bottom: 73px; }


	/*testimonial-bar*/

	.testimonial-bar { padding: 48px 0 43px; background: url(images/testimonial_background.jpg) no-repeat; background-size: cover; }

	.testimonial-bar .centering { padding-right: 25px; }

	.testimonial-bar .testimonial { padding: 13px 15px 10px 20px; width: 100%; max-width: 756px; margin: 0 auto; border-radius: 10px; -webkit-box-shadow: 0 0 10px 5px rgba(0,0,0,0.3); box-shadow: 0 0 10px 5px rgba(0,0,0,0.3); background: #eeeeee; }

	.testimonial-bar .textbg { padding: 86px 5px 40px 0px; position: relative; }

	.testimonial-bar .textbg:before { content: "“"; position: absolute; left: 50%; top: 0px; transform: translateX(-50%); color: #4b91b2; font-weight: 700; font-size: 200px; line-height: 0.8; }

	.testimonial-bar .textbg:after { content: ""; position: absolute; left: 50%; bottom: 0px; transform: translateX(-50%); width: 260px; height: 50px; background: url(images/testimonialStars.png) no-repeat; background-size: 100%; }

	.testimonial-bar .textbg p { padding-bottom: 20px; color: #3f3f3f; font-size: 23px; line-height: 29px; font-style: italic; letter-spacing: -0.04em; }

	.testimonial-bar .textbg h4 { padding: 0 0 40px; display: flex; justify-content: center; }

	.testimonial-bar .textbg h4 span { padding-left: 35px; display: block; color: #4b91b2; font-size: 35px; text-transform: uppercase; font-style: italic; font-weight: 400; letter-spacing: -0.04em; position: relative; }

	.testimonial-bar .textbg h4 span strong { font-weight: 700; }

	.testimonial-bar .textbg h4 span:before { content: ""; position: absolute; left: 0px; top: 25px; width: 28px; height: 4px; background: #4b91b2; }




	/*testimoniallist-bar*/

	.testimoniallist-bar { overflow: hidden; }

	.testimoniallist-bar .centering { max-width: 1280px; padding: 0px; display: flex; flex-wrap: wrap; }

	.testimoniallist-bar .testimonial { padding: 30px 70px 15px 85px; position: relative; width: 50%; z-index: 1; }

	.testimoniallist-bar .testimonial:nth-child(1):before,

	.testimoniallist-bar .testimonial:nth-child(4):before,

	.testimoniallist-bar .testimonial:nth-child(5):before,

	.testimoniallist-bar .testimonial:nth-child(8):before,

	.testimoniallist-bar .testimonial:nth-child(9):before,

	.testimoniallist-bar .testimonial:nth-child(12):before { content: ""; position: absolute; right: 0px; top: 0px; width: 100vw; height: 100%; background: #edf4f7; z-index: -1; }

	.testimoniallist-bar .testimonial:nth-child(4):before,

	.testimoniallist-bar .testimonial:nth-child(8):before,

	.testimoniallist-bar .testimonial:nth-child(12):before { right: auto; left: 0px; }



	.testimoniallist-bar .textbg { padding: 50px 0px 0px 0px; position: relative; }

	.testimoniallist-bar .textbg:before { content: "“"; position: absolute; left: 50%; top: 0px; transform: translateX(-50%); color: #4b91b2; font-weight: 700;

    font-size: 100px; line-height: 0.8; }

	.testimoniallist-bar p { }

	.testimoniallist-bar h4 { font-size: 20px; line-height: 23px; }


	/*teamlist-bar*/

	.teamlist-bar { padding: 42px 0px 0px; }

	.teamlist-bar .centering { padding: 0px; max-width: 1294px; }

	.teamlist-bar .leadersbox { padding-right: 40px; display: flex; flex-wrap: wrap; align-items: flex-start; }

	.teamlist-bar .leader-team { margin: 0 31px 54px; border: #205c78 solid 3px; width: calc(33.33% - 62px); }

	.teamlist-bar .leader-team figure { padding: 7px 14px 0px 10px; }

	.teamlist-bar .leader-team figure img { width: 100%; height: auto; max-height: 325px; object-fit: cover; }

	.teamlist-bar .leader-team .info { padding: 14px 15px 10px 18px; min-height: 127px; }

	.teamlist-bar .leader-team .info h4 { padding: 0px; font-size: 35px; line-height: 1.1; }

	.teamlist-bar .leader-team .info span.subtitle { display: block; font-size: 20px; line-height: 29px; color: #4b91b2; font-weight: 700; letter-spacing: 0.025em; }

	.teamlist-bar .leader-team .info { }

	.teamlist-bar .leader-team .content { padding: 0px 24px 0px 18px; display: none; }

	.teamlist-bar .leader-team .buttonbg a.button { padding: 15px 24px; display: block; text-align: center; font-size: 20px; }

	.teamlist-bar .leader-team .buttonbg a.button span { display: inline-block; }

	.teamlist-bar .leader-team .buttonbg.active a.button span { transform: rotate(90deg); }

	.teamlist-bar .leader-team.todd-renda,
	.teamlist-bar .leader-team.matt-ormsby,
	.teamlist-bar .leader-team.natalie-bolli,
	.teamlist-bar .leader-team.jay-barnes { display: none; }


	/*news-bar*/

	.news-bar { padding: 43px 0px 68px 0px; }

	.news-bar .centering { display: flex; flex-wrap: wrap; max-width: 1205px; }

	.news-bar .blogpost { padding: 0px 44px 0px 0px; width: 67%; }

	.news-bar .blogpost ul { list-style: none; display: flex; flex-wrap: wrap; }

	.news-bar .blogpost li { padding: 20px; margin: 0 14px 24px; width: calc(50% - 28px); background: #edf4f7; }

	.news-bar .blogpost .img a { display: block; }

	.news-bar .blogpost .img a img { height: 216px; object-fit: cover; width: 100%; }

	.news-bar .blogpost .img { padding-bottom: 7px; }

	.news-bar .blogpost h4 { font-size: 23px; line-height: 35px; color: #4b91b2; letter-spacing: -0.015em; }

	.news-bar .blogpost h4 a { color: #4b91b2; text-decoration: none; }

	.news-bar .blogpost .details { padding: 0px 0px 0px 7px; }

	.news-bar .blogpost .details p { padding-bottom: 15px; line-height: 22px; }

	.news-bar .blogpost a.button { padding: 10px; }

	.news-bar .blogpost .ajax-load-more-wrap { padding: 36px 90px 0 64px; width: 100%; display: none; }

	.news-bar .blogpost .ajax-load-more-wrap ul { display: block; }

	.news-bar .blogpost .alm-load-more-btn { display: block; width: 100%; height: 108px; cursor: pointer; border: #cf6d19 solid 8px; font-size: 18px; color: #cf6d19; font-weight: 700; background: #fff; letter-spacing: 0.025em; }

	.news-bar .blogpost { }

	.news-bar .blogpost { }

	.news-bar .blogpost { }

	.news-bar .rightside { padding: 19px 30px 0px 0px; width: 33%; }

	.news-bar .rightside.formobile { display: none; }

	.news-bar .rightside .widget_block { }

	.news-bar .rightside h2 { font-size: 30px; line-height: 1; }

	.news-bar .rightside ul { list-style: none; }

	.news-bar .rightside li { margin-bottom: 20px; font-size: 20px; line-height: 27px; letter-spacing: 0.025em; }

	.news-bar .rightside .widget_categories { }

	.news-bar .rightside .widget_categories:before { content: "Categories"; font-size: 30px; line-height: 1; color: #628ea6; font-weight: 700;  }

	.news-bar .rightside .widget_categories ul { padding-top: 20px; }

	.news-bar .rightside .form { padding-bottom: 24px; margin-bottom: 37px; background: #f1f2f2; position: relative; }

	.news-bar .form .wp-block-heading { padding: 16px 10px 0px 15px; text-align: center; height: 95px; background: #4e92b1; }

	.news-bar .form h3 { color: #fff; line-height: 31px; font-size: 25px; letter-spacing: 0.025em; }

	.news-bar .form h3 a { color: #fff; }

	.news-bar .form h3 strong { display: block; font-weight: 700; text-decoration: underline; text-underline-offset: 7px; }

	.news-bar .form p { padding-bottom: 19px; }

	.news-bar .form span.allfield { position: absolute; left: 20px; bottom: 20px; font-size: 14px; font-style: italic; }

	.news-bar .form fieldset + p { padding: 0px; }

	.news-bar .form .wp-block-contact-form-7-contact-form-selector { padding: 26px 22px 15px 20px; }

	.news-bar .form .fieldbg { float: left; width: 100%; }

	.news-bar .form .fcity { width: 71%; padding-right: 21px; }

	.news-bar .form .fage { width: 29%; }

	.news-bar .form .field { padding-bottom: 23px; }

	.news-bar .form label { padding: 0 0 3px 0px; display: block; color: #000; font-weight: 700; font-size: 15px; }

	.news-bar .form input.wpcf7-text, .news-bar .form input.wpcf7-number, .news-bar .form textarea { padding: 5px 15px; width: 100%; height: 46px; border: #000 solid 2px; border-radius: 0px; font-size: 16px; background: #fff; }

	.news-bar .form input.wpcf7-text.error, .formcontent-bar .form textarea.error { border: #f00 solid 2px; }

	.news-bar .form input.wpcf7-text.valid, .formcontent-bar .form textarea.valid { border: #093 solid 2px; }

	.news-bar .form textarea { padding: 10px 15px; height: 78px; resize: none; }

	.news-bar .form .textarea { padding-top: 5px; }

	.news-bar .rightside .sidebox { margin-bottom: 38px; border: #cf6d19 solid 8px; }

	.news-bar .rightside .sidebox h3 { padding: 10px 20px 20px; line-height: 40px; font-size: 35px; text-transform: none; color: #fff; background: #4b91b2; }

	.news-bar .rightside .sidebox ul { padding: 18px 20px 20px 23px; list-style: none; }

	.news-bar .rightside .sidebox li { padding-bottom: 20px; margin: 0px; }

	.news-bar .rightside .sidebox li a { position: relative; font-size: 18px; text-transform: none; text-decoration: none; }

	.news-bar .rightside .sidebox li.cat-item a:after { content: " »"; }

	.news-bar .rightside .sidebox ul.wp-block-latest-posts { padding: 0px 10px 0px 10px; }

	.news-bar .rightside .sidebox ul.wp-block-latest-posts li { padding: 10px 0px 32px; overflow: hidden; }

	.news-bar .rightside .sidebox ul.wp-block-latest-posts .wp-block-latest-posts__featured-image { padding: 0px 14px 0px 0px; width: 114px; float: left; }

	.news-bar .rightside .sidebox ul.wp-block-latest-posts .wp-block-latest-posts__featured-image a { display: block; }

	.news-bar .rightside .sidebox ul.wp-block-latest-posts .wp-block-latest-posts__featured-image img { display: block; width: 100%; max-height: 74px; object-fit: cover; }

	.news-bar .rightside .sidebox ul.wp-block-latest-posts .wp-block-latest-posts__post-excerpt { display: none; }

	.news-bar .rightside .sidebox ul.wp-block-latest-posts a.wp-block-latest-posts__post-title { padding-bottom: 20px; float: right; position: relative; width: calc(100% - 114px); color: #4b91b2; font-size: 16px; line-height: 21px; letter-spacing: -0.015em; display: block; }

	.news-bar .rightside .sidebox ul.wp-block-latest-posts a.wp-block-latest-posts__post-title:after { content: "Read More »"; position: absolute; left: 0px; bottom: -10px; color: #cf6d19; font-size: 18px; letter-spacing: 0.025em; }

	.single .news-bar .rightside .sidebox.categories { display: none; }

	.news-bar.blogdetails { padding-top: 0px; }

	.news-bar.blogdetails .rightside { padding-top: 0px; }

	.news-bar.blogdetails .blogpost { padding: 0px 30px 0px 10px; }

	.news-bar.blogdetails .blogpost figure { padding-bottom: 40px; }


	.content-bar { padding: 17px 0px 68px 0px; }

	.content-bar .centering { max-width: 1195px; }

	.content-bar h1 { padding-bottom: 15px; font-size: 30px; }

	.content-bar p { font-size: 16px; line-height: 23px; letter-spacing: 0.025em; }

	.content-bar .contentmid { padding-left: 2px; }

	.content-bar .contentmid h3 { padding-top: 20px; font-size: 20px; color: #000; }

	.content-bar .contentmid ul { padding: 4px 0px 5px 35px; list-style: none; }

	.content-bar .contentmid ol { padding: 4px 0px 5px 35px; }

	.content-bar .contentmid ul li { padding: 0px 0px 16px 12px; font-size: 18px; line-height: 23px; position: relative; }

	.content-bar .contentmid ol li { padding: 0px 0px 16px 0px; font-size: 18px; line-height: 23px; position: relative; }

	.content-bar .contentmid ul li:before { content: ""; position: absolute; left: 2px; top: 8px; width: 5px; height: 5px; border-radius: 50%; -webkit-border-radius: 50%; background: #000; }

	.content-bar { }

	.content-bar .relatedposts { padding: 18px 20px 20px 15px; margin: 53px 6px 0px 5px; border: #628ea6 solid 3px; }

	.content-bar .relatedposts { }

	.content-bar .relatedposts ul { padding: 25px 0px 60px 0px; list-style: none; display: flex; flex-wrap: wrap; }

	.content-bar .relatedposts li { padding: 0px 20px 0px 5px; width: 33.33%; }

	.content-bar .relatedposts h4 { padding-bottom: 5px; font-size: 20px; }

	.content-bar .relatedposts h4 a { text-decoration: none; }

	.content-bar .relatedposts p { max-height: 46px; overflow: hidden; padding: 0px; margin-bottom: 30px; }

	.content-bar .relatedposts a.button { padding: 10px 43px 10px 35px; }


	/*logos-bar*/

	.logos-bar { background: #185672; }

	.logos-bar .centering { max-width: 1125px; }

	.logos-bar ul { padding: 50px 0 36px; list-style: none; }

	.logos-bar li { padding: 0 20px; height: 160px; display: flex !important; justify-content: center; align-items: center; }

	.logos-bar li img { max-width: 175px; display: block; margin: 0 auto; }



	/*footerform-bar*/

	.footerform-bar { padding: 39px 0px 45px 0px; }

	.footerform-bar h3 { padding: 20px; line-height: 56px; font-size: 40px; text-align: center; color: #fff; background: #4b91b2; }

	.footerform-bar h3 a { color: #fff; }

	.footerform-bar h3 span { text-decoration: underline; }

	.footerform-bar .wpcf7 { padding: 25px 23px 35px 21px; overflow: hidden; background: #e7e9e9; }

	.footerform-bar .wpcf7 fieldset { padding: 0px 30px 0px 0px; float: left; width: 50%; }

	.footerform-bar .wpcf7 fieldset + fieldset { padding: 0px 5px 0px 43px; }

	.footerform-bar .wpcf7 .fieldbg { padding-bottom: 18px; width: 100%; }

	.footerform-bar .wpcf7 .fieldbg.emailfield { padding-top: 6px; padding-bottom: 7px; }

	.footerform-bar .wpcf7 .field { padding-bottom: 43px; width: 100%; float: left; }

	.footerform-bar .wpcf7 label { padding-bottom: 4px; display: block; color: #000; font-weight: 700; font-size: 15px; }

	.footerform-bar .wpcf7 input.wpcf7-text, .footerform-bar .wpcf7 input.wpcf7-number, .footerform-bar .wpcf7 textarea { padding: 5px 15px; width: 100%; height: 46px; border: #024638 solid 2px; border-radius: 0px; font-size: 16px; background: #fff; }

	.footerform-bar .wpcf7 textarea { padding: 10px 15px; height: 113px; resize: none; }

	.footerform-bar .wpcf7 .texareabg { padding-bottom: 7px; overflow: hidden; }

	.footerform-bar .wpcf7 .half { float: left; width: 47.2%; }

	.footerform-bar .wpcf7 .third { padding-left: 58px; float: left; width: 34.2%; }

	.footerform-bar .wpcf7 .fourth { padding-left: 43px; float: left; width: 18.6%; }

	.footerform-bar .wpcf7 .half + .half { float: right; }

	.footerform-bar .wpcf7 .submitbtn { float: right; }

	.footerform-bar .wpcf7 .submitbtn .wpcf7-submit { padding: 10px 50px; }

	.footerform-bar .wpcf7 .textareab { padding-bottom: 30px; }

	.footerform-bar .wpcf7 .fullwidth { padding-bottom: 17px; overflow: hidden; }

	.footerform-bar .wpcf7 .submitbtn:after { right: 50px;  }

	.footerform-bar .wpcf7 fieldset + fieldset + p { padding: 0px; position: relative; clear: both; }

	.footerform-bar .wpcf7 span.allfield { font-size: 14px; font-style: italic; position: absolute; left: 0px; bottom: 34px; }

	.footerform-bar.contactpage { padding: 44px 0px 43px 0px; }

	.footerform-bar.location { padding: 44px 0px; }



	/*attorneyslist-bar*/

	.attorneyslist-bar { padding: 102px 0px 8px 0px; text-align: center; }

	.attorneyslist-bar .text { padding-bottom: 30px; }

	.attorneyslist-bar h2 { letter-spacing: 0.017em; }

	.attorneyslist-bar .attorneyslisting { margin: 0 -45px; }

	.attorneyslist-bar .attorneyslisting ul { list-style: none; overflow: hidden; }

	.attorneyslist-bar .attorneyslisting li { padding: 0 45px 69px; float: left; width: 33.33%; }

.attorneyslist-bar .attorneyslisting li:nth-child(3n+1) { clear: left; }

	.attorneyslist-bar .attorneyslisting li img { margin: 0 auto 20px; }

	.attorneyslist-bar .attorneyslisting li .img a { display: block; position: relative; max-width: 194px; margin: 0 auto; }

	.attorneyslist-bar .attorneyslisting li .img a:after { content: ""; position: absolute; left: 0px; top: 0px; width: 100%; height: 100%; opacity: 0; transition: 0.3s all; background: #006845; }

	.attorneyslist-bar .attorneyslisting li .img a:hover:after { opacity: 0.6; }

	.attorneyslist-bar .attorneyslisting a.button { padding: 0 8px; height: 50px; display: flex; align-items: center; text-align: center; justify-content: center; background-image: none; }

	.attorneyslist-bar .attorneyslisting a.button:after { display: none; }

	.attorneyslist-bar .attorneyslisting a.button span { padding-right: 12px; background: url(images/arrow1.png) right center no-repeat; }



	/*tabs-bar*/

	.tabs-bar { padding: 30px 0px 13px 0px; overflow: hidden; background: #edf4f7; }

	.tabs-bar .tabslist { float: left; width: 48.1%; }

	.tabs-bar .tabdetails { float: right; width: 46.2%; }

	.tabs-bar .tabslist ul { list-style: none; }

	.tabs-bar .tabslist li { padding-bottom: 20px; }

	.tabs-bar .tabslist li a { padding: 0px 70px 0px 33px; min-height: 114px; color: #fff; font-size: 25px; font-weight: 700; text-decoration: none; display: flex; align-items: center; background: #cf6d19 url('images/arrow3.png') right 25px center no-repeat; }

	.tabs-bar .tabslist li a:hover, .tabs-bar .tabslist li a.active { background: #205c78 url('images/arrow3.png') right 25px center no-repeat; }

	.tabs-bar .tabdetails .tabcontent { padding: 18px 0px 0px 0px; display: none; }

	.tabs-bar .tabdetails .tabcontent:first-child { display: block; }

	.tabs-bar .tabdetails a.mobiletitle { display: none; }

	.tabs-bar .tabdetails h3 { text-transform: none; font-weight: 700; font-size: 40px; line-height: 47px; }

	.tabs-bar .tabdetails h4 { padding-bottom: 2px; font-size: 18px; color: #000000; }

	.tabs-bar .tabdetails ul { padding: 0 0 20px 36px; list-style: none; }

	.tabs-bar .tabdetails ul li { padding-left: 10px; position: relative; font-size: 18px; line-height: 26px; }

	.tabs-bar .tabdetails ul li:before { content: ""; width: 3px; height: 3px; border-radius: 50%; position: absolute; left: 0px; top: 12px; background: #000; }



	/*faqs-bar*/

	.faqs-bar { padding: 38px 0px 0px 0px; overflow: hidden; }

	.faqs-bar h2 { padding: 0px 0px 5px 27px; font-size: 35px; width: 110%; }

	.faqs-bar .centering { padding: 0 15px; max-width: 1195px; }

	.faqs-bar .faqlist { padding: 10px 25px 14px 24px; position: relative; background: #edf4f7; z-index: 1; }

	.faqs-bar .faqlist:before { content: ""; position: absolute; left: 50%; top: 0px; width: 100vw; height: 100%; z-index: -1; background: #edf4f7; transform: translateX(-50%); }

	.faqs-bar .faqlist:nth-child(even) { background: #fff; }

	.faqs-bar .faqlist:nth-child(even):before { background: #fff; }

	.faqs-bar .faqlist h3:after { content: "›"; margin-left: 10px; display: inline-block; }

	.faqs-bar h3 { padding: 0px; font-size: 20px; line-height: 25px; color: #185672; cursor: pointer; position: relative; }

	.faqs-bar .faqbg { padding: 5px 0px 40px 5px; }

	.faqs-bar .text { padding: 23px 0px 3px 0px; display: none; }

	.faqs-bar .faqlist:first-child .text { }

	.faqs-bar .text p { padding-bottom: 23px; color: #000000; }

	.faqs-bar .text a.button { padding: 10px 15px 10px 10px; margin: -3px 0px 0px -4px; }

	.faqs-bar .faqlist.active h3:after { transform: rotate(90deg); }

	.faqs-bar .faqlist.active h3 { color: #0e3546; }

	.faqs-bar .text ul { padding: 4px 0px 5px 35px; list-style: none; }

	.faqs-bar .text ul li { padding: 0px 0px 16px 12px; font-size: 18px; line-height: 23px; position: relative; font-weight: 700; }

	.faqs-bar .text ul li:before { content: ""; position: absolute; left: 2px; top: 8px; width: 5px; height: 5px; border-radius: 50%; -webkit-border-radius: 50%; background: #000; }



	/*locations-bar*/

	.locations-bar { padding: 51px 0px 42px 0px; overflow: hidden; background: #eff3f6; }

	.locations-bar .centering { max-width: 1192px; }

	.locations-bar .location { }

	.locations-bar .map { float: left; width: 582px; }

	.locations-bar .info { padding: 8px 0px 0px 0px; float: right; width: 548px; }

	.locations-bar h2 { padding-bottom: 22px; color: #125d67; font-family: 'Brandon Grotesque'; }

	.locations-bar p { padding-bottom: 15px; color: #000; font-size: 20px; line-height: 27px; }

	.locations-bar p strong { font-size: 20px; }

	.locations-bar h4 { padding-bottom: 18px; font-size: 20px; letter-spacing: 0.04em; line-height: 23px; font-weight: 700; color: #009b77; }

	.locations-bar h4 strong, .locations-bar h5 strong, .locations-bar address strong { display: block; font-weight: 500; color: #006845; text-transform: uppercase; }

	.locations-bar h4 a { color: #009b77; text-decoration: none; }

	.locations-bar p a:not(.button) { color: #daa02b; text-decoration: none; }

	.locations-bar a[href^="tel:"] { font-size: 30px; }

	.locations-bar address { padding-bottom: 15px; font-size: 20px; font-style: normal; line-height: 28px; }

	.locations-bar address strong { }

	.locations-bar h5 { padding-top: 45px; padding-bottom: 0px; font-size: 20px; line-height: 28px; font-weight: 700; color: #000; }

	.locations-bar p + p { padding-bottom: 18px; }

	.locations-bar a.button { padding: 10px 18px 10px 15px; }

	.locations-bar .timing { width: 50%; max-width: 205px; float: left; font-size: 20px; line-height: 28px; color: #000; }

	.locations-bar .timing p { }

	.locations-bar + .locations-bar { padding: 80px 0px 32px 0px; }



	/*thankyou-bar*/

	.thankyou-bar { padding: 50px 0px 35px 0px; text-align: center; }

	.thankyou-bar p { padding-bottom: 16px; }

	.thankyou-bar a.wp-block-button__link { padding: 10px 42px 10px 28px; margin-top: 10px; line-height: 30px; font-size: 18px; }

	.thankyou-bar .buttonsbg { padding: 10px 0px 4px; }

	.thankyou-bar .buttonsbg a.button { margin: 0 7px; width: 248px; text-align: center; }

	.thankyou-bar.privacy { padding-top: 25px; text-align: left; }

	.thankyou-bar.privacy h1 { padding-bottom: 13px; }

	.thankyou-bar.privacy .centering { max-width: 1138px; }

	.thankyou-bar.privacy p { padding-bottom: 23px; }

	.thankyou-bar.privacy { }

	.thankyou-bar.privacy { }

	.thankyou-bar ul { padding: 0px 0px 0px 35px; list-style: none; }

	.thankyou-bar ul li { padding: 0px 0px 23px 12px; font-size: 16px; line-height: 23px; position: relative; font-weight: 400; }

	.thankyou-bar ul li:before { content: ""; position: absolute; left: 2px; top: 10px; width: 4px; height: 4px; border-radius: 50%; -webkit-border-radius: 50%; background: #000; }



	/*footer-part*/

	#footer-part { padding-bottom: 0px; }

	#footer-part .footercols { padding: 50px 0px 0px 0px; overflow: hidden; text-align: center; background: url(images/Footer_Background.jpg) no-repeat; background-size: cover; }

	#footer-part .footercols .col1 { padding: 75px 47px 25px 50px; text-align: center; background: #024638 url(images/col1-bg.png) center no-repeat; }

	#footer-part .footercols h4 { padding-bottom: 19px; color: #fff; font-size: 35px; letter-spacing: 0.04em; } 

	#footer-part .footercols a.button { padding: 10px 8px 10px 8px; font-size: 20px; } 

	#footer-part .footercols a.telnum { border-radius: 0px; padding: 10px 22px 10px 20px; line-height: 29px; font-size: 20px; letter-spacing: -0.04em; } 
	#footer-part .footercols a.telnum:hover { color: #cf6d19; } 
	#footer-part .footercols a.telnum.button:before { background: #fff; }  

	#footer-part .footercols .colsbg { padding: 22px 0px 47px 0px; max-width: 1030px; margin: 0 auto; display: flex; align-items: flex-start; text-align: left; flex-wrap: wrap; } 

	#footer-part .footercols .colsbg .cols { padding: 0px 20px 0px 6px; width: 29.1%; border-right: #fff solid 3px; } 

	#footer-part .footercols .colsbg .cols + .cols { padding: 0px 0px 0px 62px; width: 40.5%; } 

	#footer-part .footercols .colsbg .cols + .cols + .cols { padding: 0px 0px 0px 48px; width: 30.4%; border: 0px; }

	#footer-part .footercols .colsbg p { padding: 0px 0px 26px; font-size: 20px; line-height: 26px; font-weight: 400; color: #fff; text-transform: none; letter-spacing: 0.04em; } 

	#footer-part .footercols .colsbg p strong { font-weight: 700; text-transform: uppercase; }

	#footer-part .footercols .colsbg a.button { margin-bottom: 25px; display: inline-block;  }

	#footer-part .footercols .colsbg p:last-child { padding-bottom: 0px; }

	#footer-part .footercols .colsbg p { }

	#footer-part .footercols .colsbg .cols + .cols p { } 

	#footer-part .footercols .colsbg .cols + .cols p strong { font-weight: 700; } 

	#footer-part .footercols { } 

	#footer-part .footercols { } 

	#footer-part .footercols { } 

	#footer-part .copyrightbg { padding: 30px 0px 30px 0px; overflow: hidden; background: #fff; }

	#footer-part .copyrightbg .centering { max-width: 1210px; display: flex; flex-wrap: wrap; }

	#footer-part .copyrightbg .col1 { padding: 0px 21px 0px 50px; width: 280px; }

	#footer-part .copyrightbg .copyright { padding: 10px 80px 0px 58px; width: calc(100% - 280px);  }

	#footer-part .copyrightbg p { padding-bottom: 25px; font-size: 14px; line-height: 23px; color: #000; font-style: italic; letter-spacing: 0.025em; }

	#footer-part .copyrightbg h5 { padding: 0 15px 10px 0; line-height: 1; font-size: 14px; display: flex; justify-content: space-between; font-weight: 400; color: #333; }

	#footer-part .copyrightbg h5 a { padding-right: 0px; border-bottom: #cf6d19 solid 1px; text-decoration: none; color: #cf6d19; font-weight: 700; }

	#footer-part .copyrightbg h5 strong { font-weight: 400; }

	#footer-part .copyrightbg h5 a:hover { color: #185672; border-color: #185672; }

	#footer-part .copyrightbg .social { padding: 0px 0px 0 0; position: absolute; right: 15px; top: 4px; display: flex; justify-content: flex-end; }

	#footer-part .copyrightbg .social ul { list-style: none; }

	#footer-part .copyrightbg .social li { float: left; padding: 0 0 0 7px; }

	#footer-part .copyrightbg .social li a { display: block; width: 50px; position: relative; }

	#footer-part .copyrightbg .social li a img { display: block; transition: 0.3s all; }

	#footer-part .copyrightbg .social li a img + img { position: absolute; left: 0px; top: 0px; opacity: 0; }

	#footer-part .copyrightbg .social li a:hover img + img { opacity: 1; }

	#footer-part .copyrightbg .infobottom { max-width: 615px; display: flex; justify-content: space-between; align-items: flex-start; }

	#footer-part .copyrightbg .infobottom p { font-style: normal; font-size: 13px; letter-spacing: 0.04em; }

	#footer-part .copyrightbg .infobottom { }

	#footer-part .copyrightbg .infobottom { }



.wpcf7-response-output { display: none !important; }

.wpcf7-not-valid { border-color: #be1d2c !important; }

span.wpcf7-not-valid-tip { display: block; font-weight: 700; font-style: italic; padding-top: 5px; font-size: 12px; color: #be1d2c !important; }

span.wpcf7-not-valid-tip:before { content: "*"; }



/* Alignment */ 

.alignleft {

	display: inline;

	float: left;

	margin-right: 1em !important;

}

.alignright {

	display: inline;

	float: right;

	margin-left: 1em !important;

}

.aligncenter {

	clear: both;

	display: block;

	margin-left: auto;

	margin-right: auto;

}

img.alignleft, img.alignright, img.aligncenter {

	margin-bottom: 1.625em;

}

table, th, td {

	border: none

}

table {

	border-collapse: separate;

	border-spacing: 0;

	border-width: 1px 0 0 1px;

	margin: 0 0 1.6em;

	table-layout: fixed; /* Prevents HTML tables from becoming too wide */

	width: 100%;

}

caption, th, td {

	font-weight: normal;

	text-align: left;

}

th {

	border-width: 0 1px 1px 0;

}

td {

	border-width: 0 1px 1px 0;

	vertical-align: top;

}

td img {

	width: 100%;

	max-width: 100%;

	vertical-align: top;

	margin: 0px;

	height: auto;

}

th, td {

	padding: 0.4em;

}

th {

	font-size: 24px;

	letter-spacing: 1px;

	line-height: 28px;

}

td img.alignnone {

	margin: 0px

}

blockquote {

	/*font-style: italic;*/ 

	font-weight: normal;

	margin: 0 1em;

}

blockquote em, blockquote i, blockquote cite {

	font-style: normal;

}

blockquote cite {

	color: #666;

	letter-spacing: 0.05em;

	text-transform: uppercase;

}

blockquote:before, blockquote:after, q:before, q:after {

	content: "";

}

blockquote, q {

	quotes: "" "";

}

#blogWrapper {

	padding: 235px 0 45px 0;

	width: 100%;

	overflow: hidden;

}

.single #blogWrapper { padding: 0px; }

#blogWrapper .wrapper { max-width: 1387px; margin: 0 auto; padding: 0 6px 0 15px; }

/* blog container */ 

.patners_box {

	float: left;

	width: 100%;

	text-align: center;

	padding: 20px

}

#BlogCntr {

	width: 100%;

	position: relative;

	overflow: hidden;

}

#BlogCntr h1, #blogWrapper h1 { padding-bottom: 132px; line-height: 134px; max-width: 1050px; }

#blogWrapper h1 { padding-bottom: 114px; line-height: 129px; }

#BlogCntr .extraContent { padding: 0px 100px 0px 0px; }

#BlogCntr .extraContent p { padding-bottom: 48px; line-height: 47px; }

/* left blog box */ 

.leftBlogBox {

	padding-top: 56px;

	padding-left: 6px;

	width: 75.2%;

	float: left;

}

.single .leftBlogBox { padding: 0px; }



.leftBlogBox ul, .leftBlogBox ol {

	margin-bottom: 20px;

	list-style-position: inside;

}

.single .leftBlogBox h1 {

	padding-bottom: 5px;

	text-transform: capitalize

}

.single .leftBlogBox p {

	display: block;

	font-size: 22px;

	line-height: 32px;

	padding-bottom: 35px;

}

.leftBlogBox ul.dateBar {

	list-style: none;

	margin: 0 0 10px 0;

	padding: 0px

}

.single .leftBlogBox ul.dateBar {

	margin: 0 0 15px 0;

	padding-left: 0px

}

.leftBlogBox ul.dateBar li {

	font-size: 14px;

}

.leftBlogBox ul.dateBar li strong {

	color: #000;

}

.leftBlogBox p {

}

.leftBlogBox .postLoop {

	width: 100%;

	overflow: hidden;

	padding: 15px 0 82px;

	margin: 0px;

}

.leftBlogBox .postLoop:last-child, .leftBlogBox .postLoop:last-of-type {

	border-bottom: none;

}

.leftBlogBox .postLoop .image {

	width: 100%;

	margin-bottom: 40px;

}

.leftBlogBox .postLoop h2 {

	margin: 0px;

	font-size: 38px;

	line-height: normal;

	letter-spacing: -0.02em;

	font-weight: bold;

	font-family: 'Helvetica Neue Bold';

}

.leftBlogBox .meta { padding: 4px 0 6px; margin-top: 3px; margin-bottom: 40px; border-bottom: #000 solid 1px; border-top: #000 solid 1px; overflow: hidden; }

.leftBlogBox .meta span { float: left; color: #9f9f9f; font-size: 18px; margin-right: 5px; font-family: 'Helvetica Neue'; }

.single .leftBlogBox .meta { margin-bottom: 52px; }

.leftBlogBox .postLoop h2 a {

	color: #000;

	text-decoration: none

}

.leftBlogBox .postLoop h2 a:hover { color: #a40000; }

.leftBlogBox .postLoop a.read-more {

	display: inline-block; /*margin-left: 5px;*/

	color: #000;

	text-decoration: none;

	text-transform: capitalize;

	font-weight: 600

}

.leftBlogBox .postLoop a.read-more:hover {

	color: #a40000;

}

.leftBlogBox .postLoop p {

	padding-bottom: 20px;

	font-size: 19px;

	line-height: 32px;

	letter-spacing: -0.01em;

}

.leftBlogBox h4.title {

	font-size: 16px;

	font-weight: normal;

	padding-top: 15px;

	color: #000;

	text-transform: capitalize;

}

/* comment form */ 

.leftBlogBox #commentform {

	width: 100%;

}

.leftBlogBox #commentform input[type="text"], .leftBlogBox #commentform input[type="email"], .leftBlogBox #commentform textarea, .leftBlogBox #commentform input[type="url"] {

	border: 1px solid #000;

	padding: 7px 10px;

	box-sizing: border-box;

	color: #000;

	font-size: 15px;

	border-radius: 0px;

	-webkit-appearance: none;

	-webkit-border-radius: 0px;

	resize: none;

	margin: 0;

	width: 535px;

}

.leftBlogBox #commentform input[type="submit"] {

	width: auto;

	padding: 5px;

	border: none;

	background: #ea0000;

	color: #fff;

	cursor: pointer;

	border-radius: 0;

	font-size: 16px;

}

.leftBlogBox #commentform input[type="submit"]:hover, .leftBlogBox #commentform p.form-submit input[type="submit"]:hover {

	background: #0f86ff;

}

.leftBlogBox #commentform p.form-submit input[type="submit"] {

	width: auto;

	padding: 8px 15px;

	border: none;

	background: #5d3b05;

	color: #fff;

	cursor: pointer;

	margin-left: 100px;

}

.leftBlogBox #respond h3 {

	padding-bottom: 20px;

}

.leftBlogBox #commentform input[type="text"].error, .leftBlogBox #commentform input[type="email"].error, .leftBlogBox #commentform textarea.error {

	border: 1px solid #f00!important

}

.leftBlogBox div.error {

	display: none !important

}

.leftBlogBox h3#comments, .leftBlogBox #respond h3, h2.comments-title, h3#reply-title {

	border-bottom: 1px solid #000;

	font-size: 24px;

	font-weight: normal;

	line-height: 29px;

	margin-bottom: 10px;

	padding-bottom: 10px;

	color: #000;

}

.leftBlogBox #comments {

	clear: both;

	margin-bottom: 10px

}

.leftBlogBox #comments footer {

	border: none

}

.leftBlogBox .commentlist, .leftBlogBox .comment-list {

	list-style: outside none none;

	margin-top: 10px !important;

	margin-bottom: 10px;

}

.leftBlogBox .commentlist li {

	color: #34343f;

	font-size: 20px;

	line-height: 30px;

	list-style: outside none none;

	overflow: hidden;

}

.leftBlogBox .comment-list li {

	color: #34343f;

	font-size: 20px;

	line-height: 20px;

	list-style: outside none none;

	overflow: hidden;

}

.leftBlogBox img.avatar {

	float: left;

	margin: 3px 10px 10px 0;

	width: 50px;

	border: 1px solid #cccccc;

	max-width: 100%;

	height: auto;

	display: block

}

.leftBlogBox .commentlist cite.fn, .leftBlogBox cite.fn {

	color: #382db5;

	font-size: 16px;

}

.leftBlogBox span.says {

	font-size: 16px;

}

.leftBlogBox .commentlist a.url, .leftBlogBox .commentlist cite.fn, .leftBlogBox a.url, .leftBlogBox cite.fn {

	font-style: normal;

	text-decoration: none;

	font-size: 20px;

}

.leftBlogBox .comment-awaiting-moderation {

	font-size: 16px;

	line-height: 21px;

	color: #000;

	font-style: normal

}

.leftBlogBox .commentmetadata a {

	color: #000;

	cursor: default !important;

	font-size: 13px;

	line-height: 16px;

}

.leftBlogBox .commentlist p, .leftBlogBox .comment-list p {

	clear: both;

	font-size: 15px;

	line-height: 19px;

}

.comment-content p {

	padding-bottom: 5px;

}

#commentform p {

	padding-bottom: 15px !important;

	font-size: 16px;

	margin-bottom: 0;

}

.leftBlogBox .comment-list .comment-metadata {

	font-size: 16px;

	color: #000;

}

.leftBlogBox .comment-reply-link {

	font-size: 16px;

	text-decoration: none

}

.leftBlogBox .comment-reply-link:hover {

	text-decoration: none;

	color: #039be6;

}

#cancel-comment-reply-link {

	color: #000;

	text-decoration: none;

	font-size: 20px;

	line-height: 25px

}

#cancel-comment-reply-link:hover {

	text-decoration: underline

}

.leftBlogBox .reply {

	padding: 0px 0 15px;

}

.leftBlogBox .reply a {

	color: #000

}

.leftBlogBox #respond {

	margin-top: 10px; /*overflow: hidden;*/

	width: auto;

	padding: 0px

}

.leftBlogBox #cancel-comment-reply-link:hover {

	color: #039be6;

	text-decoration: none

}

.leftBlogBox .commentlist ul.children, .leftBlogBox .comment-list ol.children { /*margin-left: 25px;*/ /*float:left*/

}

.leftBlogBox label.screen-reader-text {

	display: none

}

.leftBlogBox #searchform {

	width: 100%;

	margin: 0 auto;

}

#commentform label {

	float: left;

	width: 100px;

	font-size: 16px;

	line-height: 21px

}

#commentform label.error {

	display: none!important

}

/* pagination */ 

.leftBlogBox .wp-pagenavi {

	margin: 25px 0 50px 0;

}

.leftBlogBox .wp-pagenavi a, .wp-pagenavi span {

	font-size: 15px;

	color: #000;

	border: 1px solid #7b7b7b

}

.wp-pagenavi1 a, .wp-pagenavi1 span {

	border-color: #3997db;

	padding: 5px 7px

}

.wp-pagenavi1 span.current {

	border-color: #3997db;

	font-weight: normal;

	color: #fff;

	background: #3997db;

}

.leftBlogBox .wp-pagenavi1 a:hover, .wp-pagenavi1 a:hover {

	background: #3997db;

	color: #fff;

	border-color: #3997db;

}

.wp-pagenavi1 span.pages:hover {

	border-color: #000;

}

/* right blog box */ 

   	 

.rightBlogBox {

	width: 21.1%;

	float: right;

	padding-top: 74px;

}

.single .rightBlogBox {

	padding-top: 130px;

}

.rightBlogBox ul {

	width: auto;

	padding-left: 0px;

	list-style: disc

}

.rightBlogBox .widget {

	text-align: left;

	margin-bottom: 58px;

	overflow: hidden

}

.rightBlogBox { }

.rightBlogBox { }

.rightBlogBox { }

.rightBlogBox { }

.rightBlogBox { }

.rightBlogBox { }

.rightBlogBox h3 {

	margin-bottom: 40px;

	text-align: center;

	color: #3f3f40;

	font-size: 18px;

	text-align: left;

	text-transform: uppercase;

	line-height: 40px;

	padding-bottom: 8px;

	border-bottom: #e6e6e6 solid 1px;

	position: relative;

}

.rightBlogBox h3:after {

	content: "";

	position: absolute;

	left: 0px;

	bottom: -1px;

	width: 78px;

	height: 3px;

	background: #000;

}

.rightBlogBox label.screen-reader-text {

	display: none;

}

.rightBlogBox select {

	display: block;

	width: 100%;

	margin: 0px;

	height: 40px;

	border: #dadada solid 1px;

	padding: 0px 25px 0px 7px;

	font-size: 18px;

	color: #827f7d;

	-webkit-box-shadow:inset 0 20px 20px 0 rgba(0,0,0,0.1);

	box-shadow:inset 0 20px 20px 0 rgba(0,0,0,0.1);

	background: url(images/arrow-updown.png) right 5px center no-repeat;

}

.rightBlogBox #searchform {

	width: 100%;

	margin: 0 auto;

}

.rightBlogBox #searchform input#s {

	width: 65%;

	border: 1px solid #7b7b7b;

	height: 30px;

	box-sizing: border-box;

	-webkit-box-sizing: border-box;

	-moz-box-sizing: border-box;

	-ms-box-sizing: border-box;

	-o-box-sizing: border-box;

	padding: 5px;

	float: left;

	margin-right: 5px;

	color: #7b7b7b;

	height: 33px;

}

.rightBlogBox #searchform input#searchsubmit {

	width: 27%;

	background: #dfb643;

	color: #fff;

	border: none;

	height: 30px;

	text-transform: capitalize;

	font-weight: bold;

	cursor: pointer;

	float: left;

}

.rightBlogBox #searchform input#searchsubmit:hover {

	background: #c70505;

}

.rightBlogBox ul {

	list-style: disc;

	margin-top: 0px

}

.rightBlogBox ul li {

	width: 100%;

	text-align: left;

	padding: 2px 0;

	color: #000;

	font-size: 16px;

	line-height: 19px;

	list-style-position: inside;

}

.rightBlogBox ul li a {

	color: #000;

	text-decoration: none;

	text-transform: capitalize;

	outline: none

}

.rightBlogBox ul li.current-cat a {

	color: #382db5;

}

.rightBlogBox ul li a:hover {

	text-decoration: none;

	color: #382db5;

}

.mobilesidebar {

	display: none;

}

.desktopsidebar {

	display: block

}

/* single page */ 

.search-form .screen-reader-text {

	display: none

}

.rightBlogBox .search-form { position: relative; }

.rightBlogBox .search-form input[type='Search'] {

	border-radius: 0px;

	padding: 5px 60px 5px 20px;

	font-size: 18px;

	border: 0px;

	color: #676968;

	width: 100%;

	-webkit-appearance: none;

	-webkit-border-radius: 0px;

	height: 68px;

	background: #f4f4f4;

}

.search-form input[type='submit'] {

	background: url(images/search-icon.jpg) no-repeat;

	border-radius: 0px;

	font-size: 0px;

	border: 0px;

	cursor: pointer;

	-webkit-appearance: none;

	-webkit-border-radius: 0px;

	height: 26px;

	width: 26px;

	position: absolute;

	right: 18px;

	top: 21px;

}

.search-form input[type='submit']:hover {

}

.search-form input[type='Search']:focus {

	border: solid 1px #000!important

}

.leftBlogBox .singleimage {

	width: 100%;

	margin-bottom: 15px;

}

.leftBlogBox .singleimage img {

	max-width: 100%;

	height: auto;

	width: 100%

}		

		

input[type="search"]::-webkit-search-decoration,

input[type="search"]::-webkit-search-cancel-button,

input[type="search"]::-webkit-search-results-button,

input[type="search"]::-webkit-search-results-decoration { display: none; }	



img { height: auto; }



.footerform-bar .wpcf7 #req-respn.allfield {
    position: absolute !important;
    right: 38px !important;  /* Changed from left to right */
    bottom: 7px !important;
    font-size: 14px !important;
    font-style: italic !important;
    left: auto !important;   /* Reset any existing left positioning */
}