/*
Theme Name: LinscottLaw&Greenspan
Author: Anonymous
Author URI:
Version: 1.1
Description: Base theme for Wordpress
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: base
Tags: one-column, two-columns
Theme URI:
*/

.widget:after,
.post-password-form p:after,
.search-form:after,
#header .holder:after,
.btn-holder:after,
.login-form .lwa-submit-links:after,
.lwa .lwa-submit-links:after,
.login-form .lwa-submit-button:after,
.lwa .lwa-submit-button:after {
	content: " ";
	display: block;
	clear: both;
}

#nav,
#nav .drop ul,
.info-list,
#sidebar .widget ul,
.navigation1,
.navigation2,
.slideshow1 .pagination ul,
.client-list ul,
#content ul,
#content .heading + img + ul,
#content .heading + ul,
#content .items-list,
.articles-list,
.add-nav {
	margin: 0;
	padding: 0;
	list-style: none;
}

html {
	box-sizing: border-box;
}

*,
*:before,
*:after {
	box-sizing: inherit;
}

* {
	margin: 0;
	padding: 0;
	max-height: 1000000px;
}

ul,
ol,
dl,
p,
h1,
h2,
h3,
h4,
h5,
h6,
address,
form,
table,
blockquote,
applet,
embed,
object,
iframe,
frameset {
	margin: 0 0 15px;
}

html,
body,
div,
span,
applet,
embed,
object,
iframe,
frameset,
p,
q,
blockquote,
sub,
sup,
a,
abbr,
acronym,
font,
img,
small,
center,
h1,
h2,
h3,
h4,
h5,
h6,
b,
strong,
big,
u,
ins,
i,
cite,
em,
var,
dfn,
address,
s,
strike,
del,
dl,
dt,
dd,
ol,
ul,
li,
pre,
code,
kbd,
samp,
tt,
fieldset,
legend,
form,
label,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
	border: 0;
	background: none;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section,
summary {
	display: block;
}

body {
	color: #000;
	font: 12px/1.25 "Arial", "Helvetica", sans-serif;
	background: #fbfbfb;
	overflow-y: scroll;
	min-width: 320px;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: none;
}

a {
	text-decoration: underline;
	color: #666;
	outline: none;
}

a:hover {
	text-decoration: none;
}
a.navigation{
	color: #ff003c;
	text-decoration: none;
}
a.navigation:hover{
	color: #676;
}
img {
	max-width: 100%;
	height: auto;
}

video,
iframe,
object,
embed {
	max-width: 100%;
}

input,
textarea,
select {
	font: 100% "Arial", "Helvetica", sans-serif;
	color: #000;
	vertical-align: middle;
}

textarea {
	overflow: auto;
	resize: vertical;
	vertical-align: top;
}

input[type="text"],
input[type="tel"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
	background: #fff;
	margin: 0;
	-webkit-appearance: none;
	-webkit-border-radius: 0;
	border: 1px solid #999;
	padding: 3px 7px;
}

input[type="text"]:focus,
input[type="tel"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
	border-color: #4d4d4d;
}

label {
	vertical-align: middle;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	padding: 0;
	border: 0;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

input[type="search"] {
	-webkit-appearance: none;
	box-sizing: border-box;
}

input[type="search"]::-webkit-search-cancel-button {
	-webkit-appearance: none;
}

input[type="search"]::-webkit-search-decoration {
	display: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
b,
strong,
th {
	font-weight: bold;
}

h1 {
	font: 400 30px/33px "Oswald", sans-serif;
	color: #ff003c;
	margin: 0 0 10px;
	text-transform: uppercase;
}

h2 {
	font: 400 20px/23px "Oswald", sans-serif;
	margin: 0 0 10px;
	text-transform: uppercase;
}

h3 {
	font: 400 18px/23px "Oswald", sans-serif;
	margin: 0 0 10px;
}

h4 {
	font: 400 16px/23px "Oswald", sans-serif;
	margin: 0 0 10px;
}

h5 {
	font: 400 15px/23px "Oswald", sans-serif;
	margin: 0 0 10px;
}

h6 {
	font: 400 14px/23px "Oswald", sans-serif;
	margin: 0 0 10px;
}

i,
cite,
em,
var,
dfn,
address {
	font-style: italic;
}

u,
ins {
	text-decoration: underline;
}

s,
strike,
del {
	text-decoration: line-through;
}

blockquote,
blockquote:before,
blockquote:after,
q,
q:before,
q:after {
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
}

blockquote {
	border-left: 4px solid #ccc;
	padding-left: 10px;
	margin-left: 15px;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -.5em;
}

sub {
	bottom: -.25em;
}

table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
	border-collapse: collapse;
	border-spacing: 0;
}

th,
td {
	border: 1px solid #ccc;
	padding: 3px 7px;
	text-align: left;
	vertical-align: top;
}

th {
	border-color: #999;
	text-align: center;
	vertical-align: middle;
}

ul {
	margin-left: 1px;
}

ul,
ol {
	padding-left: 2em;
}

ul ul,
ul ol,
ol ul,
ol ol {
	padding-left: 3em;
	margin: 0;
}

ul > li {
	list-style-type: disc;
}

dl dt {
	float: left;
	clear: left;
	padding-right: 4px;
	font-weight: bold;
}

pre {
	max-width: 100%;
	overflow: auto;
}

.widget {
	margin-bottom: 15px;
}

.widget ul {
	padding-left: 2em;
}

.widget select {
	min-width: 150px;
}

.comment-form textarea,
.post-password-form input[type="password"],
.comment-form input[type="text"],
.search-form input[type="search"] {
	margin: 0 4px 0 0;
	width: 300px;
	background: #d3d2d2;
	border: 0;
	padding: 6px 10px;
}

.search-form input[type="search"] {
	background: none;
}

.post-password-form label {
	display: block;
}

.post-password-form input[type="password"],
.search-form input[type="search"] {
	width: 150px;
}

.post-password-form input,
.search-form input {
	float: left;
	height: 28px;
}

.comment-form input[type="submit"],
.post-password-form input[type="submit"],
.search-form input[type="submit"] {
	background: #ff003c;
	color: #fff;
	height: 28px;
	border: none;
	padding: 0 10px;
	font: 400 16px/19px "Oswald", sans-serif;
	text-transform: uppercase;
}

.comment-form input[type="submit"]:hover,
.post-password-form input[type="submit"]:hover,
.search-form input[type="submit"]:hover {
	opacity: .8;
}

.comment-form input[type="submit"] {
	float: none;
	display: block;
}

.commentlist {
	margin: 0 0 15px;
}

.commentlist .edit-link {
	margin: 0;
}

.commentlist-item .commentlist-item {
	padding: 0 0 0 3em;
}

.comment,
.commentlist-holder {
	overflow: hidden;
}

.commentlist-item .commentlist-item,
.commentlist-item + .commentlist-item {
	padding-top: 15px;
}

.commentlist .avatar-holder {
	float: left;
	margin: 0 15px 4px 0;
}

.comment-form label {
	display: block;
	padding-bottom: 4px;
}

.comment-form textarea {
	padding: 3px 4px;
	overflow: auto;
	margin: 0;
	height: 120px;
	min-height: 120px;
}

.widget_calendar #next {
	text-align: right;
}

.gallery-item dt {
	float: none;
	padding: 0;
}

.navigation {
	overflow: hidden;
	margin: 0 0 15px;
}

.navigation .next {
	float: left;
}

.navigation .prev {
	float: right;
}

.wp-caption {
	max-width: 100%;
	clear: both;
	border: 1px solid #ccc;
	padding: 5px;
	margin-bottom: 15px;
}

.wp-caption img {
	vertical-align: top;
	margin: 0;
}

.wp-caption p {
	margin: 10px 0 0;
}

div.aligncenter {
	margin: 0 auto 15px;
}

img.aligncenter {
	display: block;
	margin: 0 auto;
}

.alignleft {
	float: left;
	margin: 0 15px 4px 0;
}

.alignright {
	float: right;
	margin: 0 0 4px 15px;
}

.mejs-container {
	margin-bottom: 15px;
}

.gallery,
.alignnone,
.gallery-caption,
.sticky,
.bypostauthor {
	height: auto;
}

body {
	background: #fbfbfb url(images/bg-body.png);
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

input[type="email"],
input[type="tel"],
input[type="search"],
input[type="text"],
input[type="password"],
input[type="file"],
input[type="submit"],
textarea {
	-webkit-appearance: none;
	border-radius: 0;
}

#wrapper {
	position: relative;
	overflow: hidden;
	width: 100%;
}

.page #wrapper {
	background: url(images/bg-page.jpg) no-repeat 50% 0/100% auto;
    background-attachment: fixed;
}

#header {
	background: #fff;
}

#header .holder {
	padding: 0 50px;
	max-width: 1245px;
	margin: 0 auto;
	position: relative;
}

.logo {
	float: left;
	width: 140px;
	height: auto;
	margin: 24px 10px 0 20px;
	position: relative;
	z-index: 100;
}

.logo img {
	display: block;
}

.logo.logo1 {
	width: 140px;
	height: auto;
	margin: 25px 0 0;
}

.bar {
	float: right;
	text-align: right;
	max-width: 80%;
}

.bar .info-block {
	display: inline-block;
	vertical-align: top;
	padding: 28px 0 1px 26px;
}

.bar .open-close {
	display: inline-block;
	vertical-align: top;
	text-align: left;
}

.bar .open-close .js-slide-hidden {
	left: 0 !important;
	position: static !important;
	top: 0 !important;
}

.bar .open-close .opener {
	display: none;
	position: absolute;
	right: 15px;
	top: 10px;
	z-index: 100;
	width: 40px;
	height: 40px;
	border-radius: 3px;
	overflow: hidden;
	text-indent: -9999px;
}

.bar .open-close .opener:before,
.bar .open-close .opener:after,
.bar .open-close .opener span {
	background: #696768;
	border-radius: 4px;
	position: absolute;
	top: 50%;
	left: 25%;
	right: 25%;
	height: 4px;
	margin-top: -2px;
	-webkit-transition: all .2s linear;
	transition: all .2s linear;
}

.bar .open-close .opener:before,
.bar .open-close .opener:after {
	content: "";
	top: 30%;
}

.bar .open-close .opener:after {
	top: 70%;
}

.bar .open-close .opener:hover {
	opacity: .9;
}

.bar .open-close.active .opener span {
	opacity: 0;
}

.bar .open-close.active .opener:after,
.bar .open-close.active .opener:before {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 50%;
	left: 15%;
	right: 15%;
}

.bar .open-close.active .opener:after {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.search-form {
	background: url(images/bg-input.png) no-repeat;
	width: 252px;
	height: 28px;
	margin: 0 0 16px;
}

.search-form input {
	background: none;
	border: 0;
	float: left;
	width: 210px;
	padding: 6px 10px;
	height: 28px;
	margin: 0;
	overflow: hidden;
	color: #b7b6b6;
	font-size: 13px;
	line-height: 15px;
	outline: none;
}

.search-form input[type="submit"] {
	background: url(images/btn-search.png) no-repeat 50% 50%;
	width: 34px;
	height: 28px;
	overflow: hidden;
	text-indent: -9999px;
	padding: 0;
	margin: 0;
	float: right;
}

.btn-holder {
	margin: 0 0 16px;
	position: relative;
}

.btn-holder .btn-contact {
	float: left;
	background: #ff003c url(images/bg-btn-contact.png) no-repeat;
	overflow: hidden;
	/*width: 106px;*/
	width: 252px;
	min-height: 28px;
	color: #fff;
	font: 400 14px/18px "Oswald", sans-serif;
	padding: 5px 30px 5px 12px;
	text-align: center;
	text-transform: uppercase;
	text-decoration: none;
}

.btn-holder .btn-contact:hover {
	opacity: .85;
}

.btn-holder .btn-login {
	float: right;
	background: #a1a0a0 url(images/bg-btns.png) no-repeat -141px 50%;
	overflow: hidden;
	width: 111px;
	min-height: 28px;
	color: #4d4c4c;
	font: 400 14px/18px "Oswald", sans-serif;
	padding: 5px 5px 5px 18px;
	text-align: center;
	text-transform: uppercase;
	text-decoration: none;
}

.btn-holder .form-block {
	float: right;
}

.btn-holder .form-block.hover .form-holder {
	display: block;
}

.btn-holder .form-block.hover .form-holder .login-form input.focus.text-active {
	cursor: text;
}

.btn-holder .form-holder {
	position: absolute;
	top: 100%;
	right: 0;
	width: 279px;
	display: none;
	background: url(images/bg-form-holder.png) no-repeat 100% 0;
	padding: 6px 0 0;
	z-index: 100;
}

.btn-holder .form-holder .login-form input.focus.text-active {
	cursor: none;
}

.login-form,
.lwa {
	background: #a1a0a0;
	padding: 16px 10px 9px 14px;
	font: 400 13px/16px "Oswald", sans-serif;
	color: #fff;
}

.login-form .lwa-status-invalid a,
.lwa .lwa-status-invalid a {
	color: #333;
}

.login-form label,
.lwa label {
	text-transform: uppercase;
}

.login-form a,
.lwa a {
	color: #fff;
}

.login-form .lwa-form,
.lwa .lwa-form {
	margin: 0;
}

.login-form .lwa-info,
.lwa .lwa-info {
	text-transform: uppercase;
}

.login-form .lwa-info a,
.lwa .lwa-info a {
	text-decoration: none;
}

.login-form .lwa-info a:hover,
.lwa .lwa-info a:hover {
	text-decoration: underline;
}

.login-form .lwa-submit-links input[type=checkbox],
.login-form .lwa-submit-links label,
.lwa .lwa-submit-links input[type=checkbox],
.lwa .lwa-submit-links label {
	display: none;
}

.login-form .lwa-submit-links .lwa-links-remember,
.lwa .lwa-submit-links .lwa-links-remember {
	margin: -11px 0 0 10px;
	float: right;
	text-decoration: none;
}

.login-form .lwa-submit-links .lwa-links-remember:hover,
.lwa .lwa-submit-links .lwa-links-remember:hover {
	text-decoration: underline;
}

.login-form .lwa-submit-button input[type=submit],
.lwa .lwa-submit-button input[type=submit] {
	float: left;
}

.login-form input,
.lwa input {
	width: 100%;
	background: #d3d2d2;
	height: 28px;
	border: 0;
	padding: 6px 10px;
	overflow: hidden;
	font: 400 13px/16px "Oswald", sans-serif;
	text-transform: uppercase;
	color: #676666;
	display: block;
}

.login-form input[type="password"],
.lwa input[type="password"] {
	text-transform: none;
}

.login-form input[type="submit"],
.lwa input[type="submit"] {
	background: #ff003c;
	width: 101px;
	float: right;
	color: #fff;
	margin: 0;
}

.login-form input[type="submit"]:hover,
.lwa input[type="submit"]:hover {
	opacity: .8;
}

.login-form .input-placeholder-text,
.lwa .input-placeholder-text {
	left: 24px;
	font: 400 13px/28px "Oswald", sans-serif;
}

.login-form .btn-holder1 a,
.lwa .btn-holder1 a {
	float: left;
	font: 400 13px/28px "Oswald", sans-serif;
	color: #fff;
	text-decoration: none;
}

.login-form .btn-holder1 a:hover,
.lwa .btn-holder1 a:hover {
	text-decoration: underline;
}

#nav {
	text-align: left;
	display: inline-block;
	vertical-align: top;
	padding: 0 0 0 2px;
	margin: 0 -2px 0 0;
	background: url(images/separator-light.png) repeat-y;
	width: 494px;
}

#nav > li {
	list-style: none outside;
	float: left;
	background: url(images/separator-light.png) repeat-y 100% 0;
	padding: 0 2px 0 0;
	font: 400 18px/21px "Oswald", sans-serif;
	position: relative;
	letter-spacing: 1px;
	text-transform: uppercase;
}

#nav > li a {
	color: #696768;
	display: block;
	text-decoration: none;
	padding: 50px 3px 46px 7px;
	width: 162px;
	text-align: center;
}

#nav > li a:hover {
	background: url(images/bg-nav.png);
}

#nav > li.hover a,
#nav > li.active a {
	background: url(images/bg-nav.png);
}

#nav > li.hover .drop {
	display: block;
}

#nav > li.last-child .drop {
	left: auto;
	right: 0;
	margin: 0 -2px 0 0;
}

#nav .drop {
	position: absolute;
	top: 100%;
	left: 0;
	width: 324px;
	background: url(images/bg-drop-b.png) no-repeat 0 100%;
	padding: 0 0 4px;
	z-index: 100;
	margin: 0 0 0 -4px;
	font: 13px/15px "Arial", "Helvetica", sans-serif;
	letter-spacing: 0;
	display: none;
	text-transform: none;
}

#nav .drop ul {
	background: url(images/bg-drop.png) repeat-y;
	padding: 12px 4px 5px;
}

#nav .drop ul > li {
	list-style: none outside;
}

#nav .drop a {
	display: block;
	color: #4a4a4a;
	padding: 10px 21px 11px;
	text-decoration: none;
	width: auto;
	text-align: left;
}

#nav .drop a:hover {
	background: #ff003c;
	color: #fff;
}

.slideshow {
	position: relative;
	height: 539px;
}

.slideshow .slide {
	position: absolute;
	z-index: 1;
	left: 0;
	top: 0;
	width: 100%;
}

.slideshow .slide.active {
	z-index: 2;
}

.slideshow .slide img {
	max-width: none;
}

.slideshow .bg-stretch {
	height: 539px;
	overflow: hidden;
	width: 100%;
}

.slideshow .bg-stretch img {
	max-width: none;
	width: 100%;
	height: auto;
}

.slideshow .text-holder {
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	white-space: nowrap;
	color: #fff;
	text-align: center;
	font: 400 22px/31px "Oswald", sans-serif;
	z-index: 10;
}

.slideshow .text-holder:after {
	content: "";
	display: inline-block;
	height: 100%;
	width: 1px;
	overflow: hidden;
	margin: 0 0 0 -5px;
	vertical-align: middle;
}

.slideshow .text-holder .inner {
	vertical-align: middle;
	display: inline-block;
	white-space: normal;
	padding: 0 100px 52px;
}

.slideshow .text-holder h1,
.slideshow .text-holder h2 {
	font: 400 75px/83px "Oswald", sans-serif;
	margin: 0 0 4px;
	text-transform: uppercase;
	text-shadow: 2px 2px 2px rgba(1, 1, 1, .4);
	color: #fff;
}

.slideshow .text-holder p {
	margin: 0 0 30px;
	text-shadow: 2px 2px 2px rgba(1, 1, 1, .4);
}

.slideshow .block {
	position: absolute;
	right: 75px;
	bottom: 42px;
	text-align: center;
	color: #fff;
	z-index: 10;
}

.slideshow .block img {
	display: block;
	margin: 0 auto 9px;
}

.slideshow .block span {
	display: block;
	font: 400 14px/17px "Oswald", sans-serif;
	text-shadow: 2px 2px 2px rgba(1, 1, 1, .4);
	text-transform: uppercase;
	margin: 0 2px 0 -2px;
}

.slideshow .btn-prev,
.slideshow .btn-next {
	position: absolute;
	top: 50%;
	left: 50px;
	overflow: hidden;
	text-indent: -9999px;
	background: url(images/btn-gallery.png) no-repeat;
	width: 22px;
	height: 43px;
	z-index: 100;
	margin: -28px 0 0;
}

.slideshow .btn-next {
	left: auto;
	right: 55px;
	background-position: 100% 0;
	width: 23px;
}

.btn {
	background: #ff003c;
	color: #fff;
	display: inline-block;
	vertical-align: top;
	margin: 0 0 0 13px;
	padding: 6px 12px;
	font: 400 16px/19px "Oswald", sans-serif;
	text-transform: uppercase;
	text-decoration: none;
}

.btn:hover {
	background: #e6053a;
}

.btn span {
	padding: 0 20px 0 0;
	background: url(images/arrow1.png) no-repeat 100% 50%;
}

.threecolumns {
	border-top: 6px solid #cbcbcb;
	background: #333;
	color: #fff;
}

.threecolumns .slideshow {
    height: 300px;
}

.threecolumns .holder {
	max-width: 1245px;
	margin: 0 auto;
	overflow: hidden;
	padding: 28px 0 17px;
}

.threecolumns .column {
	width: 298px;
	float: left;
	margin: 0 10px 0 95px;
}

.threecolumns .column:first-child {
	margin: 0 0 0 78px;
}

.threecolumns .column:first-child .frame .textholder {
	font-size: 12px;
}

.threecolumns .column .heading {
	overflow: hidden;
	background: url(images/divider.png) repeat-x 0 100%;
	padding: 11px 0;
	margin: 0 0 14px;
}

.threecolumns .column .heading h2 {
	float: left;
	font: 400 16px/23px "Oswald", sans-serif;
	margin: 0;
	text-transform: uppercase;
	letter-spacing: 1px;
	padding: 0 35px 0 0;
}

.threecolumns .column .heading h2 span {
	font-size: 22px;
}

.threecolumns .column .frame {
	padding: 0 0 15px;
	overflow: hidden;
}

.threecolumns .column .frame .textholder {
	overflow: hidden;
	height: 1%;
	font-size: 13px;
	line-height: 15px;
}

.threecolumns .column .frame .textholder p {
	margin: 0 0 13px;
}

.threecolumns .column .frame .textholder h3 {
	margin: 0 0 8px;
	font: bold 15px/18px "Arial", "Helvetica", sans-serif;
}

.threecolumns .column .frame .textholder h3 a {
	color: #fff;
	text-decoration: none;
}

.threecolumns .column .frame .textholder h3 a:hover {
	text-decoration: underline;
}

.threecolumns .column .frame .textholder .more {
	text-transform: uppercase;
	color: #fff;
	font-size: 13px;
	line-height: 16px;
	padding: 0 0 0 12px;
	background: url(images/arrow.png) no-repeat 0 50%;
	text-decoration: none;
}

.threecolumns .column .frame .textholder .more:hover {
	text-decoration: underline;
}

.threecolumns .column .frame .textholder img {
	max-width: 100%;
	vertical-align: top;
	height: auto;
	margin: 0 auto 10px;
	display: block;
}

.threecolumns .column .frame .date {
	float: left;
	color: #ff0035;
	text-transform: uppercase;
	font-size: 20px;
	line-height: 23px;
	width: 43px;
	margin: 0 15px 0 0;
	text-align: center;
}

.threecolumns .column .frame .date .num {
	display: block;
	font-size: 38px;
	line-height: 41px;
	margin: -5px 0 0;
}

.threecolumns .logo {
	width: 55px;
	height: 55px;
	margin: 0 18px 0 0;
	position: static;
}

.threecolumns .description {
	padding: 4px 0 0 2px;
	overflow: hidden;
	font-size: 13px;
}

.threecolumns .description h3 {
	font: 400 13px/20px "Oswald", sans-serif;
	margin: 0 0 0 -2px;
	text-transform: uppercase;
}

.threecolumns .description h3 span {
	font-size: 17px;
}

.threecolumns .description h3 a {
	color: #fff;
	text-decoration: none;
}

.threecolumns .description h3 a:hover {
	opacity: .85;
}

.threecolumns .linkedin {
	background: url(images/ico-linkedin.png) no-repeat;
	width: 30px;
	height: 30px;
	overflow: hidden;
	text-indent: -9999px;
	float: right;
	margin: -3px 5px 0 -35px;
}

.threecolumns .linkedin:hover {
	opacity: .8;
}

.info-list {
	padding: 0 0 16px;
}

.info-list li {
	list-style: none outside;
	vertical-align: top;
	overflow: hidden;
	padding: 0 0 6px;
}

.info-list .name {
	float: left;
	width: 113px;
	border-right: 1px solid #d6d6d6;
	margin: 0 20px 0 0;
}

.info-list .phone {
	float: left;
	width: 105px;
	border-right: 1px solid #d6d6d6;
	margin: 0 10px 0 0;
	color: #fff;
	text-decoration: none;
}

.info-list .phone a {
	color: #fff;
	text-decoration: none;
}

.info-list .mail {
	float: right;
	padding: 0 5px 0 0;
}

.info-list .mail a {
	color: #fff;
}

#main {
	padding: 47px 50px 0;
	overflow: hidden;
	max-width: 1245px;
	margin: 0 auto;
}

#sidebar {
	float: left;
	width: 215px;
	padding: 73px 29px;
    position: fixed;
}

@media(max-height: 800px) {
	#sidebar.services-bar {
		position: relative;
	}
}

@media(max-height: 620px) {
	#sidebar.culture-bar {
		position: relative;
	}
}

@media only screen and (min-width: 768px) and (max-width: 1025px) {
	#sidebar {
		top: 100px;
	}
}

#sidebar .heading,
#sidebar h3 {
	color: #666;
	font: 400 20px/23px "Oswald", sans-serif;
	text-transform: uppercase;
	margin: 0 0 27px;
	letter-spacing: 1px;
}

#sidebar .search-form {
	width: 100%;
	max-width: 252px;
	position: relative;
}

#sidebar .search-form input[type="search"] {
	width: 100%;
	padding: 6px 37px 6px 5px;
}

#sidebar .search-form input[type="submit"] {
	position: absolute;
	top: 0;
	right: 0;
}

#sidebar #wp-calendar {
	width: 100%;
	font-size: 10px;
}

#sidebar #wp-calendar th,
#sidebar #wp-calendar td {
	padding: 3px;
}

#sidebar .widget ul {
	font-size: 13px;
	line-height: 16px;
}

#sidebar .widget ul li {
	list-style: none outside;
	padding: 0 2px 13px;
	vertical-align: top;
}

#sidebar .widget ul li.anchor-active a {
	color: #ff003c;
}

#sidebar .widget ul a {
	text-decoration: none;
	color: #4a4a4a;
}

#sidebar .widget ul a:hover {
	color: #ff003c;
}

.navigation1 {
	font-size: 13px;
	line-height: 16px;
}

.navigation1 li {
	list-style: none outside;
	padding: 0 2px 13px;
	vertical-align: top;
}

.navigation1 li.anchor-active a {
	color: #ff003c;
}

.navigation1 a {
	text-decoration: none;
	color: #4a4a4a;
}

.navigation1 a:hover {
	color: #ff003c;
}

.navigation2 {
	font-size: 13px;
	line-height: 16px;
	margin: 0 -80px 0 0;
}

.navigation2 li {
	list-style: none outside;
	padding: 0 2px 13px;
	vertical-align: top;
}

@media only screen and (min-width: 768px) and (max-width: 1025px) {
	.navigation2 li {
		padding-bottom: 8px;
	}
}

.navigation2 li.active a {
	color: #ff003c;
}

.navigation2 a {
	text-decoration: none;
	color: #4a4a4a;
}

.navigation2 a:hover {
	color: #ff003c;
}

.carousel {
	position: relative;
}

.carousel .mask {
	position: relative;
	overflow: hidden;
	width: 100%;
}

.carousel .mask .slideset1 {
	width: 99999px;
	float: left;
}

.carousel .mask .slide1 {
	float: left;
}

.bg-stretch {
	height: 401px;
}

.bg-stretch img {
	max-width: none;
}

.slideshow1 {
	position: relative;
	margin: 0 0 55px;
	width: 100%;
	height: 401px;
}

.slideshow1 .slide {
	position: absolute;
	z-index: 1;
	left: 0;
	top: 0;
	width: 100%;
	overflow: hidden;
}

.slideshow1 .slide.active {
	z-index: 2;
}

.slideshow1 .slide.active .popup-holder1 {
	opacity: 1;
}

.slideshow1 .slide img {
	width: 100%;
	height: auto;
	display: block;
}

.slideshow1 .slide img.ico1 {
	width: auto;
}

.slideshow1 .pagination {
	position: absolute;
	bottom: 28px;
	left: 29px;
	height: 13px;
	z-index: 100;
}

.slideshow1 .pagination ul {
	float: left;
	margin: 0 !important;
}

.slideshow1 .pagination ul li {
	float: left;
	padding: 0 8px 0 0 !important;
	margin: 0 !important;
	list-style: none outside;
	width: auto !important;
}

.slideshow1 .pagination ul li:after {
	background: none !important;
}

.slideshow1 .pagination ul li.active a,
.slideshow1 .pagination ul li:hover a {
	background-position: 0 0;
}

.slideshow1 .pagination ul a {
	display: block;
	background: url(images/bg-pagination.png) no-repeat -22px 0;
	width: 13px;
	height: 13px;
	overflow: hidden;
	text-indent: -9999px;
}

.slideshow1 .ico1 {
	position: absolute;
	top: 21px;
	left: 28px;
	z-index: 101;
	width: auto;
}

.slideshow1 .popup-holder1 {
	position: absolute;
	top: 0;
	right: 0;
	width: 465px;
	background: url(images/bg-popup-holder.png);
	z-index: 100;
	opacity: 0;
    overflow: auto;
	max-height: 400px;
}

.slideshow1 .popup-holder1 .open {
	font: 400 30px/33px "Oswald", sans-serif;
	text-decoration: none;
	text-transform: uppercase;
	display: block;
	color: #fff;
	padding: 17px 84px 11px 10px;
	text-align: right;
	background: url(images/bg-open.png) no-repeat 100% 50%;
}

.slideshow1 .popup-holder1.popup-active {
	bottom: 0;
}

.slideshow1 .popup-holder1.popup-active .open {
	background: url(images/bg-open-active.png) no-repeat 100% 50%;
}

.slideshow1 .popup-holder1 .popup {
	font-size: 14px;
	line-height: 21px;
	padding: 8px 30px;
	color: #fff;
	display: none;
}

.slideshow1 .popup-holder1 .popup .frame {
	height: 306px;
}

.client-list li {
	list-style: none;
}

.pages-block {
	text-align: center;
	margin: 0 0 12px;
}

.pages-block strong {
	font: 400 18px/28px "Oswald", sans-serif;
	margin: -2px 0 2px;
	padding: 0 19px 0 37px;
	color: #666;
	text-transform: uppercase;
	display: inline-block;
	vertical-align: bottom;
	width: 124px;
}

.pages-block strong .current-num1 {
	padding: 0 10px 0 0;
	color: #ff003c;
	font-size: 25px;
	display: inline-block;
	vertical-align: top;
	width: 22px;
	text-align: left;
	overflow: hidden;
}

.pages-block strong .total-num1 {
	padding: 0 4px 0 8px;
	font-size: 25px;
}

[class*='btn-prev']:hover, [class*='btn-next']:hover {
    opacity: .7;
}

.pages-block .btn-prev1 {
	display: inline-block;
	vertical-align: top;
	background: url(images/btn-gallery1.png) no-repeat;
	width: 15px;
	height: 28px;
	overflow: hidden;
	text-indent: -9999px;
	margin: 0 -4px 0 -12px;
}

.pages-block .btn-next1 {
	display: inline-block;
	vertical-align: top;
	background: url(images/btn-gallery1.png) no-repeat 100% 0;
	width: 15px;
	height: 28px;
	overflow: hidden;
	text-indent: -9999px;
	margin: 0 -4px 0 0;
}

.btn-prev2, .btn-prev3 {
    top: 50px !important;
    left: -40px !important;
}
.btn-next2, .btn-next3 {
    top: 50px !important;
    right: -40px !important
}

/* BEGIN Contact Page Content Patch */
.page-id-54 #content {
	float: right;
	width: 865px;
	font: 14px/21px Georgia, serif;
	color: #666;
	padding: 0 0 18px;
	min-height: auto;
}
/* END Contact Page Content Patch */

#content {
	float: right;
	width: 865px;
	font: 14px/21px Georgia, serif;
	color: #666;
	padding: 0 0 18px;
	min-height: 700px;
}

#content p {
	margin: 0 0 24px;
}
#content p.info {
	margin: 0 0 10px;
}

#content .container {
	background: #fefefe;
	padding: 23px 31px 25px;
	margin: 0 0 23px;
}

#content .container p {
	margin: 0 0 27px;
}

#content .container.container1 {
	padding: 24px 31px 18px;
	margin: 0 0 48px;
}

#content .container.container1 h1 {
	margin: 0 0 17px;
}

#content .container.container1 p {
	margin: 0 0 21px;
}

#content .container.container2 {
	padding: 24px 32px 18px;
	margin: 0 0 20px;
}

#content .container.container2 h1 {
	margin: 0 0 30px;
}

#content .container.container2 p {
	margin: 0 0 28px;
}

#content .container .heading1 {
	overflow: hidden;
	width: 100%;
	padding: 15px 0 31px;
}

#content .container .heading1 .ico-holder {
	float: left;
	margin: -15px 12px -15px 0;
}

#content .container .heading1 .ico-holder img {
	vertical-align: top;
}

#content .container .heading1 .ico-holder img + img {
	margin: 0 0 0 -11px;
}

#content .container .heading1 h1 {
	/*overflow: hidden;
	height: 1%;*/
	margin: 0;
}

#content h1 {
	font: 400 30px/33px "Oswald", sans-serif;
	color: #ff003c;
	margin: 0 0 31px;
	text-transform: uppercase;
}

#content .twocolumns {
	margin: 0 -66px 0 0;
	overflow: hidden;
}

#content .twocolumns .column {
	float: left;
	width: 50%;
	padding: 0 50px 1px 0;
}

#content .twocolumns .column:only-child {
	width: 100%;
	padding-right: 70px;
}

#content .twocolumns .column h2 {
	font: 400 17px/23px "Oswald", sans-serif;
	margin: 0 0 15px;
	text-transform: uppercase;
}

#content .twocolumns .column p {
	margin: 0 0 10px;
}

#content ul {
	margin: 0 0 42px;
	padding: 0;
}

#content ul li {
	list-style: none;
	position: relative;
	vertical-align: top;
	padding: 0 0 0 20px;
}

#content ul li:after {
	background: #666;
	border-radius: 2px;
	content: "";
	height: 4px;
	left: 0;
	position: absolute;
	top: 8px;
	width: 4px;
}

#content .heading {
	border-bottom: 2px solid #dadada;
	padding: 22px 0;
	margin: 0 0 31px;
}

#content .heading h2 {
	font: 400 20px/23px "Oswald", sans-serif;
	margin: 0;
	text-transform: uppercase;
	letter-spacing: 1px;
}

#content .heading + img + ul li,
#content .heading + ul li {
	list-style: none outside;
	vertical-align: top;
	padding: 0 0 9px 9px;
	background: url(images/bullet.png) no-repeat 0 9px;
	width: 100%;
}

#content .heading + img + ul li:after,
#content .heading + ul li:after {
	background: none;
}

#content .heading + img + p + .short {
	padding: 0 103px 24px;
}

#content .heading + img + p + .short li {
	padding: 0 0 0 9px;
}

#content .visual {
	margin: -3px 0 16px;
}

#content .visual.visual1 {
	margin: -3px 0 39px;
}

#content .visual.visual1 a {
	cursor: url(images/zoom.cur), text;
}

#content .visual.visual2 {
	margin: -21px 0 39px;
	text-indent: 15px;
}

#content .visual.visual2 a {
	cursor: url(images/zoom.cur), text;
}

#content .visual img {
	width: 100%;
	height: auto;
	vertical-align: top;
}

#content .items-list {
	margin: 0 0 -15px -13px;
	font-size: 12px;
	line-height: 15px;
	padding: 10px 0;
}

#content .items-list li {
	list-style: outside none;
	display: inline-block;
	vertical-align: top;
	margin: 0 -4px 0 0;
	padding: 0 0 39px 13px;
	width: 33.3%;
}

#content .items-list li:after {
	background: none;
}

#content .items-list img {
	vertical-align: top;
	width: 100%;
	height: auto;
	margin: 0 0 14px;
}

#content .items-list h3 {
	font: bold 12px/15px "Arial", "Helvetica", sans-serif;
	margin: 0 0 2px;
}

#content .items-list h3 a {
	text-decoration: none;
}

#content .items-list h3 a:hover {
	text-decoration: underline;
}

#content .items-list p {
	margin: 0;
}

#content .twocolumns1 {
	overflow: hidden;
	margin: -15px 0 0 -65px;
	padding: 0;
}

#content .twocolumns1 p {
	margin: 0 0 21px;
}

#content .twocolumns1 .heading {
	margin: 0 0 17px;
}

#content .twocolumns1 .column {
	float: left;
	width: 50%;
	padding: 0 0 0 65px;
}
#content .twocolumns1 .column:nth-child(odd) {
	clear: both;
}

#content .twocolumns1 img {
	max-width: 100%;
	height: auto;
	vertical-align: top;
	margin: 0 auto 23px;
	display: block;
}

#content .twocolumns1 .btn-holder {
	text-align: center;
	margin: 0 0 16px 20px;
}

#content .twocolumns1 .btn-holder .btn {
	padding: 7px 14px;
}

#content .wp-caption p {
	margin: 10px 0 0;
}

#content .addthis_toolbox {
	margin: 0 0 25px;
}

.map-holder {
	margin: 0 auto 48px;
	max-width: 1164px;
	overflow: hidden;
	padding: 0 10px;
}

.map-holder img {
	width: 100%;
	height: auto;
	vertical-align: top;
}

.articles-list {
	margin: 0 auto 24px;
	max-width: 1164px;
	overflow: hidden;
	color: #7b7b7b;
	font-size: 15px;
	line-height: 18px;
}

.articles-list li {
	list-style: none outside;
	padding: 0 10px 20px;
	width: 25%;
	float: left;
}

.articles-list .holder {
	background: #eee;
	padding: 0 18px 5px;
}

.articles-list .heading {
	background: #ed512b;
	padding: 14px 15px;
	margin: 0 -18px 17px;
}

.articles-list .heading.green {
	background: #008066;
}

.articles-list .heading.blue {
	background: #0093d0;
    /* For some reason, this header was inheriting display: inline-block and a border-color */
    display: block;
    border: none;
}

.articles-list .heading.yellow {
	background: #fbb040;
}

.articles-list .heading.red {
	background: #ff003c;
}

.articles-list .heading h2 {
	color: #fff;
	font: 700 20px/21px "Oswald", sans-serif;
	margin: 0;
}

.articles-list address {
	font-style: normal;
	font-size: 15px;
	line-height: 18px;
	margin: 0 0 13px;
}

.articles-list address span {
	display: block;
	white-space: nowrap;
}

.articles-list dl {
	overflow: hidden;
	margin: 0 -10px 5px 0;
}

.articles-list dl dt {
	float: left;
	clear: left;
	width: 25px;
	margin: 0 -25px 11px 0;
}

.articles-list dl dt .fa {
	font-size: 16px;
}

.articles-list dl dd {
	float: left;
	margin: 0;
	padding: 0 0 0 26px;
	line-height: 17px;
	width: 100%;
}

.articles-list dl dd a {
	text-decoration: underline;
	color: #7b7b7b;
}

.articles-list dl dd a:hover {
	text-decoration: none;
}

.articles-list dl dd .tel-link {
	text-decoration: none;
	color: #7b7b7b;
}

.articles-list dl dd .tel-link:hover {
	text-decoration: underline;
}

.awards-holder img {
	margin-bottom: 30px;
}

.awards-holder strong {
	display: block;
	overflow: hidden;
	clear: both;
}

.awards-holder .year {
	float: left;
	min-width: 75px;
	padding: 0 40px 0 0;
}

.awards-holder .text {
	display: block;
	overflow: hidden;
}

.grid-item {
	width: 50%;
}

@media (max-width: 600px) {
	.grid-item {
		width: 100%;
	}
}

.testimonials-grid {
	margin-bottom: 50px;
}

.testimonial {
	padding-top: 40px !important;
	padding-right: 10px;
	padding-left: 10px;
}

.testimonial .test-top, .testimonial .test-bottom {
	padding: 20px 30px;	
}

.testimonial .test-top {
	background: #e8e9e8;
	display: flex;
	flex-direction: column;
}

.testimonial .test-top img {
    display: block;
	margin: 0 auto;
    padding-bottom: 15px;
    width: 150px;
}    

.testimonial .test-bottom {
	background-image: url(images/quote.png);
	background-repeat: no-repeat;
	background-position-x: 94%;
	background-position-y: 50%;
	background-position: center right 20px;
	background-color: #ff003c;
	color: #fff;
}

.testimonial .test-bottom .name {
	font-weight: bold;
}

#footer {
	background: #cbcbcb;
	font-size: 13px;
	line-height: 16px;
}

#footer .holder {
	padding: 20px 79px;
	max-width: 1245px;
	margin: 0 auto;
	overflow: hidden;
}

.copyright {
	color: #717171;
	margin: 0;
	float: left;
	width: 40%;
}

.copyright a {
	color: #717171;
	text-decoration: none;
}

.copyright a:hover {
	text-decoration: underline;
}

.copyright .by {
	color: #ff0035;
}

.add-nav {
	float: right;
	padding: 3px 0 0;
	margin: 0 -6px 0 0;
	max-width: 60%;
}

.add-nav li {
	float: left;
	padding: 0 8px;
	background: url(images/separator1.png) no-repeat 0 3px;
	list-style: none outside;
}

.add-nav li:first-child {
	background: none;
}

.add-nav a {
	color: #717171;
	text-decoration: none;
}

.add-nav a:hover {
	text-decoration: underline;
}

.popup-holder {
	position: relative;
	overflow: hidden;
	height: 0;
}

div.lightbox {
	width: 100%;
	background: #fff;
}

div.lightbox .img-holder {
	overflow: auto;
}

div.lightbox img {
	display: block;
	vertical-align: top;
	max-width: none;
	margin: 0 10px;
}

div.lightbox .close {
	position: absolute;
	top: 0;
	right: 0;
	background: url(images/btn-close.png) no-repeat;
	width: 51px;
	height: 43px;
	overflow: hidden;
	text-indent: -9999px;
}

div.lightbox1 {
	width: 100%;
	max-width: 1245px;
	margin: 0 auto;
	position: relative;
	color: #fff;
	font: 14px/21px Georgia, serif;
}

div.lightbox1 .holder {
	padding: 0 0 0 312px;
}

div.lightbox1 .close1 {
	position: absolute;
	top: 0;
	left: -30px;
	right: -30px;
	bottom: 0;
	z-index: 1;
	overflow: hidden;
	text-indent: -9999px;
}

div.lightbox1 .frame {
	position: relative;
	background: rgba(0, 0, 0, .78);
	padding: 20px 22px;
	width: 531px;
	margin: 0 auto;
	z-index: 100;
}

div.lightbox1 p {
	margin: 0;
	letter-spacing: 1px;
}

div.lightbox1 .frame1 {
	display: table;
	width: 531px;
	margin: 0 0 23px;
}

div.lightbox1 .frame1 .photo {
	width: 279px;
	display: table-cell;
	vertical-align: top;
	padding: 0 18px 0 0;
}

div.lightbox1 .frame1 .photo img {
	display: block;
}

div.lightbox1 .frame1 .description {
	width: 234px;
	display: table-cell;
	vertical-align: bottom;
}

div.lightbox1 .frame1 .description strong {
	display: block;
	font: bold 16px/19px Arial, Helvetica, sans-serif;
	margin: 0 0 2px;
}

div.lightbox1 .frame1 .description span {
	display: block;
	font-size: 16px;
	line-height: 19px;
}

div.lightbox1 .alignleft {
	margin: 0 19px 0 0;
}

div.lightbox1 .close {
	position: absolute;
	top: 13px;
	right: 17px;
	background: url(images/btn-close1.png) no-repeat;
	width: 17px;
	height: 17px;
	overflow: hidden;
	text-indent: -9999px;
}

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	width: 40px;
	height: 40px;
	margin-top: -20px;
	margin-left: -20px;
	cursor: pointer;
	overflow: hidden;
	z-index: 1104;
	display: none;
}

#fancybox-loading div {
	position: absolute;
	top: 0;
	left: 0;
	width: 40px;
	height: 480px;
	background-image: url(images/fancybox/fancybox.png);
}

#fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 1100;
	display: none;
}

#fancybox-tmp {
	padding: 0;
	margin: 0;
	border: 0;
	overflow: auto;
	display: none;
}

#fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	padding: 0;
	z-index: 1101;
	outline: none;
	display: none;
	box-sizing: content-box;
	overflow: hidden;
	margin: 0 auto;
}

#fancybox-outer {
	position: relative;
	width: 100%;
	height: 100%;
	background: none;
}

#fancybox-content {
	width: 0;
	height: 0;
	padding: 0;
	outline: none;
	position: relative;
	overflow: hidden;
	z-index: 1102;
	border: 0 solid #fff;
	margin: 0 auto;
}

#fancybox-content, #fancybox-wrap {
	width: 800px !important;
}

#fancybox-content > div {
	overflow: hidden !important;
}

#fancybox-hide-sel-frame {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: transparent;
	z-index: 1101;
}

#fancybox-close {
	position: absolute;
	top: 5px;
	right: 5px;
	width: 30px;
	height: 30px;
	background: none;
	cursor: pointer;
	z-index: 1103;
	display: none;
}

#fancybox-error {
	color: #444;
	font: normal 12px/20px Arial;
	padding: 14px;
	margin: 0;
}

#fancybox-img {
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
	border: none;
	outline: none;
	line-height: 0;
	vertical-align: top;
}

#fancybox-frame {
	width: 100%;
	height: 100%;
	border: none;
	display: block;
}

#fancybox-left,
#fancybox-right {
	position: absolute;
	bottom: 0;
	height: 100%;
	width: 35%;
	cursor: pointer;
	outline: none;
	background: transparent url(images/fancybox/blank.gif);
	z-index: 1102;
	display: none;
}

#fancybox-left {
	left: 0;
}

#fancybox-right {
	right: 0;
}

#fancybox-left-ico,
#fancybox-right-ico {
	position: absolute;
	top: 50%;
	left: -9999px;
	width: 30px;
	height: 30px;
	margin-top: -15px;
	cursor: pointer;
	z-index: 1102;
	display: block;
}

#fancybox-left-ico {
	background-image: url(images/fancybox/fancybox.png);
	background-position: -40px -30px;
}

#fancybox-right-ico {
	background-image: url(images/fancybox/fancybox.png);
	background-position: -40px -60px;
}

#fancybox-left:hover,
#fancybox-right:hover {
	visibility: visible; /* IE6 */
}

#fancybox-left:hover span {
	left: 20px;
}

#fancybox-right:hover span {
	left: auto;
	right: 20px;
}

.fancybox-bg {
	position: absolute;
	padding: 0;
	margin: 0;
	border: 0;
	width: 20px;
	height: 20px;
	z-index: 1001;
}

#fancybox-bg-n {
	top: -20px;
	left: 0;
	width: 100%;
	background-image: url(images/fancybox/fancybox-x.png);
}

#fancybox-bg-ne {
	top: -20px;
	right: -20px;
	background-image: url(images/fancybox/fancybox.png);
	background-position: -40px -162px;
}

#fancybox-bg-e {
	top: 0;
	right: -20px;
	height: 100%;
	background-image: url(images/fancybox/fancybox-y.png);
	background-position: -20px 0;
}

#fancybox-bg-se {
	bottom: -20px;
	right: -20px;
	background-image: url(images/fancybox/fancybox.png);
	background-position: -40px -182px;
}

#fancybox-bg-s {
	bottom: -20px;
	left: 0;
	width: 100%;
	background-image: url(images/fancybox/fancybox-x.png);
	background-position: 0 -20px;
}

#fancybox-bg-sw {
	bottom: -20px;
	left: -20px;
	background-image: url(images/fancybox/fancybox.png);
	background-position: -40px -142px;
}

#fancybox-bg-w {
	top: 0;
	left: -20px;
	height: 100%;
	background-image: url(images/fancybox/fancybox-y.png);
}

#fancybox-bg-nw {
	top: -20px;
	left: -20px;
	background-image: url(images/fancybox/fancybox.png);
	background-position: -40px -122px;
}

#fancybox-title {
	font-family: Helvetica;
	font-size: 12px;
	z-index: 1102;
}

.fancybox-title-inside {
	padding-bottom: 10px;
	text-align: center;
	color: #333;
	background: #fff;
	position: relative;
}

.fancybox-title-outside {
	padding-top: 10px;
	color: #fff;
}

.fancybox-title-over {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	text-align: left;
}

#fancybox-title-over {
	padding: 10px;
	background-image: url(images/fancybox/fancy_title_over.png);
	display: block;
}

.fancybox-title-float {
	position: absolute;
	left: 0;
	bottom: -20px;
	height: 32px;
}

#fancybox-title-float-wrap {
	border: none;
	border-collapse: collapse;
	width: auto;
}

#fancybox-title-float-wrap td {
	border: none;
	white-space: nowrap;
}

#fancybox-title-float-left {
	padding: 0 0 0 15px;
	background: url(images/fancybox/fancybox.png) -40px -90px no-repeat;
}

#fancybox-title-float-main {
	color: #fff;
	line-height: 29px;
	font-weight: bold;
	padding: 0 0 3px 0;
	background: url(images/fancybox/fancybox-x.png) 0 -40px;
}

#fancybox-title-float-right {
	padding: 0 0 0 15px;
	background: url(images/fancybox/fancybox.png) -55px -90px no-repeat;
}

h2 a {
	color: #ff003c;
	text-decoration: none;
}

.location{
	padding: 15px 0;
}
.location .image img{
	width: 100%;
	height: auto;
}
.location .member{
	/*min-height: 100px;*/
	padding: 0 0 20px 0;
}
.location .member .name{
	font-family: Arial, Helvetica, sans-serif;
}
.location .member .titles .title {
	padding: 0 0 10px 0;
}

.caption {
	font-size: 12px;
}

@media only screen and (min-width: 1025px) {
	.tel-link {
		cursor: default;
		pointer-events: none;
	}
}

@media only screen and (max-width: 1200px) {
	#header .holder {
		padding: 0 10px;
	}

	.logo {
		margin: 18px 15px -64px 0;
	}

	#nav {
		width: 444px;
	}

	#nav > li a {
		padding: 50px 3px 46px;
		width: 145px;
	}

	.threecolumns .column {
		width: 33.3%;
		margin: 0;
		padding: 0 50px;
	}

	.threecolumns .column:first-child {
		margin: 0;
	}

	.threecolumns .column:first-child .frame .textholder {
		font-size: 10px;
	}

	.threecolumns .column .heading h2 {
		font-size: 13px;
	}

	.threecolumns .column .heading h2 span {
		font-size: 16px;
	}

	.threecolumns .column .frame .textholder {
		font-size: 10px;
	}

	.info-list {
		font-size: 10px;
	}

	.info-list .name {
		width: 40%;
		margin: 0;
	}

	.info-list .phone {
		width: 42%;
		margin: 0;
		padding: 0 0 0 10px;
	}

	#main {
		padding: 47px 10px 0;
	}

	#sidebar {
		width: 25%;
	}

	.navigation2 {
		margin: 0;
	}

	.slideshow1 .popup-holder1 .popup .frame {
		height: 298px;
	}

	#content {
		width: 70%;
	}

	#content .heading + img + p + .short {
		padding: 0 20px 20px;
	}

	#footer .holder {
		padding: 15px 10px;
	}

	.add-nav {
		margin: 0 -7px 0 0;
	}
}

@media only screen and (max-width: 1025px) {
	.logo {
		width: 115px;
		height: auto;
		margin: 10px 15px 10px 0;
	}
	
	.logo.logo1 {
		width: 115px;
		height: auto;
		margin: 10px 0 0;
	}

	.bar .info-block {
		margin: 0 auto;
		padding: 28px 0 1px;
		max-width: 252px;
		display: block;
	}

	.bar .open-close .js-slide-hidden {
		left: -9999px !important;
		position: absolute !important;
		top: -9999px !important;
	}

	.bar .open-close .slide {
		position: absolute;
		top: 100%;
		right: 0;
		width: 320px;
		z-index: 120;
		background: #fff;
	}

	.bar .open-close .opener {
		display: block;
	}

	#nav {
		width: auto;
		display: block;
		margin: 0;
		background: #fff;
	}

	#nav > li {
		background: none;
		float: none;
		width: 100%;
		border-top: 1px solid #b7b7b7;
	}

	#nav > li a {
		padding: 20px;
		width: 100%;
	}

	#nav .drop {
		position: relative;
		background: #fff;
		padding: 0;
		width: 100%;
		margin: 0;
	}

	#nav .drop ul {
		background: #fff;
		padding: 0 1px;
	}

	.slideshow .text-holder {
		font-size: 18px;
		line-height: 21px;
	}

	.slideshow .text-holder h1,
	.slideshow .text-holder h2 {
		font-size: 40px;
		line-height: 43px;
	}

	.btn {
		font-size: 13px;
	}

	.threecolumns .column .frame .textholder .more {
		font-size: 10px;
	}

	.threecolumns .description {
		padding: 0;
		font-size: 10px;
	}

	.threecolumns .description h3 {
		font-size: 10px;
		line-height: 16px;
	}

	.threecolumns .description h3 span {
		font-size: 13px;
	}

	.slideshow1 .slide {
		height: 401px;
	}

	.slideshow1 .slide img.ico1 {
		top: 21px;
		left: 28px;
		width: auto;
		margin: 0;
		z-index: 1;
	}

	.slideshow1 .popup-holder1 {
		width: 100%;
	}

	.slideshow1 .popup-holder1 .open {
		padding: 17px 84px 11px;
	}

	.slideshow1 .popup-holder1 .popup .frame {
		height: 270px;
	}

	.articles-list {
		text-align: center;
	}

	.articles-list li {
		float: none;
		display: inline-block;
		vertical-align: top;
		width: 33.3%;
		margin: 0 -4px 0 0;
		text-align: left;
	}

	#footer .holder {
		text-align: center;
	}

	.copyright {
		float: none;
		margin: 0 0 10px;
		width: 100%;
	}

	.add-nav {
		float: none;
		display: inline-block;
		vertical-align: top;
		max-width: 100%;
	}

	.add-nav li {
		float: none;
		display: inline-block;
		vertical-align: top;
		margin: 0 0 5px;
	}

	div.lightbox1 .holder {
		padding: 0;
	}
}

@media only screen and (max-width: 767px) {
	.commentlist-item .commentlist-item {
		padding: 0;
	}

	.alignleft {
		float: none;
		clear: both;
	}

	.alignright {
		float: none;
		clear: both;
	}

	.slideshow .text-holder .inner {
		padding: 0 40px;
	}

	.slideshow .btn-prev,
	.slideshow .btn-next {
		left: 10px;
	}

	.slideshow .btn-next {
		left: auto;
		right: 10px;
	}

	.threecolumns .holder {
		padding: 0;
	}

	.threecolumns .column {
		width: 100%;
		padding: 0 10px 5px;
		border-top: 1px solid #000;
	}

	.threecolumns .column .column-holder {
		max-width: 330px;
	}

	.threecolumns .column:first-child {
		width: 100%;
		padding: 0 10px 20px;
		border-top: none;
	}

	.threecolumns .column .frame .textholder img {
		margin: 0 0 10px;
	}

	#main {
		padding: 70px 10px 0;
	}

	#sidebar {
		width: 100%;
		padding: 0 0 20px;
		position: relative;
	}

	.slideshow1 .ico1 {
		display: none !important;
	}

	.slideshow1 .popup-holder1 {
		width: 100%;
		max-width: none;
	}

	.slideshow1 .popup-holder1 .open {
		padding: 17px 84px 11px 10px;
	}

	.slideshow1 .popup-holder1 .popup .frame {
		height: 250px;
	}
	
	/* BEGIN Contact Page Content Patch */
	.page-id-54 #content {
		width: 100%;
	}
	/* END Contact Page Content Patch */

	#content {
		width: 100%;
	}

	#content .container {
		padding: 15px 10px 2px;
	}

	#content h1 {
		font-size: 23px;
		line-height: 26px;
	}

	#content .twocolumns {
		margin: 0;
	}

	#content .twocolumns .column {
		width: 100%;
		padding: 0 0 20px;
	}

	#content .twocolumns .column h2 {
		font-size: 17px;
		line-height: 20px;
	}

	#content .twocolumns .column p {
		margin: 0;
	}

	#content ul {
		margin: 0 0 20px;
	}

	#content .heading h2 {
		font-size: 17px;
		line-height: 20px;
	}

	#content .heading + img + p + .short {
		padding: 0 20px 20px;
	}

	#content .twocolumns1 {
		margin: 0;
	}

	#content .twocolumns1 .column {
		width: 100%;
		padding: 0 0 20px;
	}

	.articles-list li {
		width: 100%;
	}

	#footer {
		font-size: 10px;
	}

	div.lightbox1 .frame {
		width: 90%;
	}

	div.lightbox1 .frame1 {
		display: block;
		width: 100%;
	}

	div.lightbox1 .frame1 .photo {
		width: 50%;
		padding: 0;
	}

	div.lightbox1 .frame1 .photo img {
		margin: 0;
		max-width: 100%;
		height: auto;
	}

	div.lightbox1 .frame1 .description {
		width: 48%;
		padding: 0 0 0 2%;
	}
}

@media only screen and (max-width: 599px) {
	.logo {
		margin: 8px 15px 10px 0;
	}

	.bar .info-block {
		padding: 20px 0 1px;
	}

	.bar .open-close .slide {
		width: 100%;
	}

	.bar .open-close .opener {
		right: 15px;
		top: 10px;
	}

	#main {
		padding: 20px 10px;
	}

	#sidebar {
		padding: 0 0 20px;
	}

	#content .items-list li {
		width: 50%;
	}

	div.lightbox1 .frame {
		width: 260px;
		padding: 45px 22px 20px;
	}

	div.lightbox1 .frame1 .photo {
		display: block;
		padding: 0 0 20px;
		margin: 0;
		width: 100%;
	}

	div.lightbox1 .frame1 .description {
		display: block;
		width: 100%;
		padding: 0;
	}
	.slide {
		display: none;
	}

	#content .container.container1 p {
		text-align: justify;
	}

	.heading1 .ico-holder {
		display:none;
	}

	.widget_recent_entries_from_category .slideshow {
		max-height: 140px!important;
	}

	.widget_projects .slideshow {
		max-height: 200px!important;
	}
}


/* -- Paul Wilkinson’s Tribute -- */

.member-template-default.single.single-member.postid-200 .title {
	display: none;
}

.member-template-default.single.single-member.postid-200 #wrapper {
	background-image: none;
}

.member-template-default.single.single-member.postid-200 #content h1 {
	clear: both;
	text-transform: none;
}

.member-template-default.single.single-member.postid-200 hr {
	border:0;
	height:2px;
	background: #dadada;
	margin-bottom: 30px;
}
	
.member-template-default.single.single-member.postid-200 #content ul li a {
	color: #ffffff;
	text-decoration: none;
	background: #ff003c;
	padding: 4px;
	font: 9px "Arial", "Helvetica", sans-serif;
	font-weight: bold; 
	text-transform: uppercase;
	line-height: 24px;
	white-space: nowrap;
}

.member-template-default.single.single-member.postid-200 #content ul li a:hover {
	color: #fff;
	text-decoration: none;
	background: #666666;
}

.member-template-default.single.single-member.postid-200 .tribute-caption {
	font: 9px "Arial", "Helvetica", sans-serif;
	color: #666;
	font-style: oblique;
	float: right;
	max-width: 205px;
	margin: -20px 0 30px 0;
}

/* -- JPK’s Tribute -- */

.member-template-default.single.single-member.postid-201 .title {
	display: none;
}

.member-template-default.single.single-member.postid-201 hr {
	border:0;
	height:2px;
	background: #dadada;
	margin-bottom: 30px;
}

/* -- Tamra’s Tribute -- */

.member-template-default.single.single-member.postid-791 .title {
	display: none;
}

/* -- David Shender’s Tribute -- */

.member-template-default.single.single-member.postid-202 .title {
	display: none;
}

.col.col-md-6.gray {
	background: #f1f0f0;
	padding: 15px;
	width: calc(50% - 15px);
}

.col.col-md-6.gray p {
	margin: 0 !important;
}

@media only screen and (max-width: 767px) {
	.col.col-md-6.gray {
		margin: 15px;
		width: calc(100% - 30px);
	}
}

/* -- Homepage Slider Hero - Right Align -- */

.llg-hero-right {
	color: #fff;
	font-size: 75px;
	line-height: 83px;
	position: absolute;
	right: 15%;
	text-align: right;
	top: 8%;
}

.llg-hero-right .supporting {
	font-size: 22px;
    float: right;
    line-height: 31px;
    margin-top: 5px;
}

@media only screen and (min-width: 768px) and (max-width: 1025px) {
	.llg-hero-right {
		font-size: 40px;
        line-height: 43px;
        right: 33%;
		top: 15%;
	}
}

@media only screen and (max-width: 767px) {
	.llg-hero-right {
		font-size: 40px;
        line-height: 43px;
		top: 15%;
	}
}

/* -- Homepage Slider Hero - Right Align Headline Only -- */

.llg-hero-right-headline {
	color: #fff;
	font-size: 60px;
	line-height: 1.6em;
	position: absolute;
	right: 15%;
	text-align: right;
	top: 8%;
}

@media only screen and (min-width: 768px) and (max-width: 1025px) {
	.llg-hero-right-headline {
		font-size: 40px;
		top: 15%;
	}
}

@media only screen and (max-width: 767px) {
	.llg-hero-right-headline {
		font-size: 24px;
		top: 15%;
	}
}

/* -- Homepage Slider Hero - 2020 WTS Award -- */

.llg-hero-wts {
	background: #ff003c;
    color: #fff;
	font-size: 22px;
    padding: 6px 12px;
    text-transform: none;
}

@media only screen and (max-width: 767px) {
	.llg-hero-wts {
		font-size: 15px;
	}
}

/* -- Bill Law’s Tribute (Page) -- */
.page-id-1284 .title {
	display: none;
}

.page-id-1284 #wrapper {
	background-image: none;
}

.page-id-1284 .testimonial {
	padding-top: 0px !important;
	padding-right: 0px;
	padding-left: 0px;
}

/* -- Bill Law’s Tribute (Member) -- */
.member-template-default.single.single-member.postid-1694 .title {
	display: none;
}

.member-template-default.single.single-member.postid-1694 #content h1 {
	text-transform: none;
}

.member-template-default.single.single-member.postid-1694 .testimonial {
	padding-top: 0px !important;
	padding-right: 0px;
	padding-left: 0px;
}

/* -- Homepage Slider Bill - Right Align -- */

.llg-hero-bill {
	color: #ffffff;
	font-size: 60px;
	line-height: 1.2em;
	position: absolute;
	right: 15%;
	text-align: right;
	top: 8%;
}

.btn-bill {
	background: #ff003c;
	color: #fff;
	display: inline-block;
	vertical-align: top;
	margin: 0 0 0 13px;
	padding: 6px 12px;
	font: 400 16px/19px "Oswald", sans-serif;
	text-transform: uppercase;
	text-decoration: none;
}

@media only screen and (min-width: 768px) and (max-width: 1025px) {
	.llg-hero-bill {
		font-size: 40px;
		top: 15%;
	}
}

@media only screen and (max-width: 767px) {
	.llg-hero-bill {
		font-size: 24px;
		top: 15%;
	}
	.btn-bill {
		margin: 20px 0;
	}
}

/* -- Clare’s Tribute (Member) -- */
.member-template-default.single.single-member.postid-203 .title {
	display: none;
}

/* -- Shankar’s Member Page -- */
/*.member-template-default.single.single-member.postid-1741 .title {
	display: none;
}*/

/* -- Homepage Slider Hero - Left Align -- */

.llg-hero-left {
	color: #fff;
	font-size: 75px;
	line-height: 83px;
	position: absolute;
	left: 15%;
	text-align: left;
	top: 20%;
}

.llg-hero-left .supporting {
	font-size: 22px;
    float: left;
    line-height: 31px;
    margin-top: 5px;
}

.llg-hero-left a.btn {
	background: #ff003c;
	color: #fff;
	display: inline-block;
	vertical-align: top;
	margin: 0;
	padding: 6px 12px;
	font: 400 16px/19px "Oswald", sans-serif;
	text-transform: uppercase;
	text-decoration: none;
}

@media only screen and (min-width: 768px) and (max-width: 1025px) {
	.llg-hero-left {
		font-size: 40px;
        line-height: 43px;
        right: 33%;
		top: 15%;
	}
}

@media only screen and (max-width: 767px) {
	.llg-hero-left {
		font-size: 40px;
        line-height: 43px;
		top: 15%;
	}
}

/* -- Homepage Slider Hero - Left Center Align -- */

.llg-hero-left-center {
	color: #fff;
	font-size: 75px;
	line-height: 83px;
	position: absolute;
	left: 20%;
	text-align: center;
	top: 35%;
}

@media only screen and (min-width: 768px) and (max-width: 1025px) {
	.llg-hero-left-center {
		font-size: 40px;
        line-height: 43px;
        right: 45%;
		top: 40%;
	}
}

@media only screen and (max-width: 767px) {
	.llg-hero-left-center {
		font-size: 40px;
		left: 25%;
        line-height: 43px;
		top: 40%;
	}
}

/* -- Christopher Nguyen Award Recipients -- */

.award-recipient {
	clear: both !important;
}

.award-recipient img {
	float: left !important;
	margin-bottom: 30px !important;
	margin-left: 0 !important;
	margin-right: 15px !important;
	margin-top: 0 !important;
	max-width: 90px !important;
	width: 100% !important;
}