/*
Website Name: Medical Malpractice Lawyers
Copyright 2016
Adventure Web Interactive
*/

/* Fonts */
@font-face {
	font-family: 'Crimson';
	src: url('../fonts/crimsontext-bold-limited-webfont.woff2') format('woff2'),  url('../fonts/crimsontext-bold-limited-webfont.woff') format('woff');
	font-weight: 700;
	font-style: normal;
	font-display:swap;
}

@font-face {
	font-family: 'Crimson';
	src: url('../fonts/crimsontext-roman-limited-webfont.woff2') format('woff2'),  url('../fonts/crimsontext-roman-limited-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;
	font-display:swap;
}

/* Normalize */
*, *:before, *:after { box-sizing: border-box; }

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, hr, main, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	font: inherit;
	font-size: 100%;
	vertical-align: baseline;
	padding: 0;
	margin: 0;
	border: 0;
}

main, article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, img, hr, cite { display: block; }

audio, canvas, video {
	vertical-align: middle;
	display: inline-block;
	display: inline;
	zoom: 1;
}

video {
	width: 100% !important;
	height: auto !important;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden] { display: none; }

abbr[title] { border-bottom: 1px dotted; }

dfn { font-style: italic; }

mark {
	color: #000;
	background: #ff0;
}

code, kbd, pre, samp {
	font-family: monospace, serif;
	font-family: 'courier new', monospace;
}

pre {
	white-space: pre;
	white-space: pre-wrap;
	word-wrap: break-word;
}

::-moz-selection {
 background: #A1C5D7;
 text-shadow: none;
}

::selection {
	background: #A1C5D7;
	text-shadow: none;
}

/* General */
html {
	font-family: sans-serif;
	font-size: 17px;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}

body {
	font: 100%/1.8 serif;
	color: #474747;
	background: #fff;
}

.fonts-loaded body{
	font: 100%/1.8 'Crimson', serif;
}

p, form, table, hr, pre, blockquote { margin: 0 0 20px; }

h1, h2, h3, h4 {
	color: #0a4665;
	margin: 40px 0 10px;
	font-weight: 700;
	line-height: 1.2;
}

h1 { font-size: 2em; }

h2 { font-size: 1.7059em; }

h3 { font-size: 1.5294em; }

h4 { font-size: 1.4118em; }

h5 { font-size: .8235em; }

h6 { font-size: .75em; }

ul, ol, dl, menu { margin: 0 0 20px 40px; }

a {
	color: #245974;
	text-decoration: none;
}

a:focus { outline: 0; }

a:hover { text-decoration: underline; }

a:active, a:hover { outline: 0; }

/*main a:not(.button), .recent-articles a:not(.button) {
	position: relative;
	z-index: 2;
	display: inline-block;
	transition: color .15s ease-out;
}

main a:not(.button):active, main a:not(.button):hover, .recent-articles a:not(.button):active, .recent-articles a:not(.button):hover { color: #fff; }

main a:not(.button):before, .recent-articles a:not(.button):before {
	content: '';
	position: absolute;
	bottom: calc(.2em + 4px);
	left: 0;
	z-index: -1;
	background: #0a4665;
	width: 100%;
	height: 1px;
	transition: height .15s ease-out, -webkit-transform .15s ease-out, width .15s ease-out;
	transition: height .15s ease-out, transform .15s ease-out, width .15s ease-out;
}

main a:not(.button):active:before, main a:not(.button):hover:before, .recent-articles a:not(.button):active:before, .recent-articles a:not(.button):hover:before {
	width: calc(100% + 6px);
	height: calc(1em + 4px);
	-webkit-transform: translate(-3px, 2px);
	-ms-transform: translate(-3px, 2px);
	transform: translate(-3px, 2px);
}
*/


strong, b { font-weight: bold; }

em, i { font-style: italic; }

img {
	max-width: 100%;
	height: auto;
	-ms-interpolation-mode: bicubic;
	border: 0;
}

svg:not(:root) { overflow: hidden; }

hr {
	display: block;
	height: 1px;
	padding: 0;
	border: 0;
	border-top: 1px solid #ccc;
}

small { font-size: 80%; }

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

sup { top: -.5em; }

sub { bottom: -.25em; }

table {
	width: 100%;
	border-spacing: 0;
	border-collapse: collapse;
}




td { vertical-align: top; }

blockquote, q { quotes: none; }

blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}

blockquote {
	padding: 20px;
	border-left: 8px solid #0a4665;
	background: #A1C5D7;
}

blockquote p { margin: 0; }

legend {
	white-space: normal;
	margin-left: -7px;
}

label {
	margin: 0 0 4px;
	display: block;
}

input, textarea, select, button, .button {
	padding: 0 10px;
	width: 100%;
	height: 40px;
	font: inherit;
	color: #0a4665;
	background: #cedae0;
	border: 0;
	border-radius: 0px;
}

input, textarea { -webkit-appearance: none; }

select { padding: 0 0 0 5px; }

textarea {
	padding: 5px;
	height: 120px;
	overflow: auto;
	vertical-align: top;
	resize: vertical;
}

button, html input[type="button"], input[type="reset"], input[type="submit"], .button, .sidebar-nav a {
	-webkit-appearance: button;
	cursor: pointer;
	overflow: visible;
}
 button::-moz-focus-inner, input::-moz-focus-inner {
 border: 0;
 padding: 0;
}

input[type="radio"], input[type="checkbox"] {
	margin: 0 4px 0 0;
	padding: 0;
	width: auto;
	height: auto;
	border: none;
}

input[type="radio"] { -webkit-appearance: radio; }

input[type="checkbox"] { -webkit-appearance: checkbox; }

input[type="file"] {
	height: auto;
	height: 32px\9;
	background: none;
	border: none;
	background: #fff\9;
	border: 1px solid #ccc\9;
}
 input[type="file"]::-ms-value {
 background: #fff;
 border: none;
}

input[type="search"] {
	-webkit-appearance: textfield;
	box-sizing: content-box;
}
 input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
 -webkit-appearance: none;
}

button, html input[type="button"], .button, .sidebar-nav a {
	padding: 5px 15px;
	width: auto;
	height: auto;
	background: #0a4665;
	border: none;
	color: #fff;
	border-radius: 10px;
	cursor: pointer;
	-webkit-appearance: none;
}

input[type="reset"], input[type="submit"] {
	padding: 0 15px;
	width: 100%;
	height: 40px;
	font-size: 1.4118em;
	line-height: 1;
	color: #fff;
	text-transform: uppercase;
	background: #FFA232;
	border: none;
}

.button {
	text-align: center;
	display: inline-block;
}

button:hover, html input[type="button"]:hover, .button:hover {
	text-decoration: none;
	background: #001824;
}

input[type="reset"]:hover, input[type="submit"]:hover { background: #AF5200; }

button:active, html input[type="button"]:active, input[type="reset"]:active, input[type="submit"]:active, .button:active {
	position: relative;
	top: 1px;
}

button[disabled], html input[disabled] { cursor: default; }

input, select, textarea { margin-bottom: 10px; }

/* Tools */
.hidden, .tablet-view, .mobile-view {
	display: none !important;
	visibility: hidden;
}

.desktop-view {
	display: block;
	visibility: visible;
}

.clearfix:before, .clearfix:after, .container:before, .container:after {
	content: '.';
	display: block;
	overflow: hidden;
	height: 0;
}

.clearfix:after, .container:after { clear: both; }

.clearfix, .container { zoom: 1; }

.browserupgrade {
	color: #000;
	text-align: center;
	padding: 5px 0;
	background: #ccc;
}

.inlineblock-fix { font-size: 0; }

.inlineblock-reset {
	font-size: 17px;
	font-size: 1rem;
}

:active { -webkit-tap-highlight-color: rgba(0,0,0,0); }

:first-child { margin-top: 0; }

:last-child { margin-bottom: 0; }

.list--unstyled {
	margin: 0;
	list-style: none;
}

.icon {
	display: inline-block;
	width: 1em;
	height: 1em;
	fill: currentColor;
}

.icon-phone { width: 0.7861328125em; }

.icon-google-plus { width: 1.2861328125em; }

.icon-feed { width: 0.7861328125em; }

.icon-search { width: 0.9287109375em; }

.icon-linkedin { width: 0.857421875em; }

.icon-twitter { width: 0.9287109375em; }

.icon-facebook-official { width: 0.857421875em; }

/* Structure */
.container {
	max-width: 1200px;
	padding: 0 30px;
	margin: 0 auto;
}

.form-list {
	max-width: 500px;
	margin: 0;
	list-style: none;
}

.form-list li { margin: 10px 0 0; }

.form-list li:first-child { margin: 0; }

.col {
	float: left;
	width: 50%;
	padding-right: 15px;
}

.col:nth-child(2n) {
	padding-right: 0;
	padding-left: 15px;
}

/* Header */
.header-top {
	color: #fff;
	height: 28px;
	background: #0a4665;
}

.header-top .container { height: 100%; }

.header-top a { color: #fff; }

.header-top a:hover { text-decoration: none; }

.header-tel {
	float: left;
	height: 34px;
	padding: 0 24px;
	font-size: 1.5294em;
	font-weight: 700;
	line-height: 34px;
	background: #FFA232;
	border-radius: 0 0 10px 10px;
}

.header-tel svg {
	margin-right: 10px;
	vertical-align: middle;
}

.header-tel:hover { background: #AF5200; }

.header-search {
	float: right;
	position: relative;
	height: 100%;
	padding-left: 12px;
	margin-left: 12px;
	border-left: 1px solid #fff;
}

.header-search svg { height: 100%; }

.header-search > a:hover { color: #A1C5D7; }

.header-search__form {
	position: absolute;
	top: 100%;
	right: 0;
	z-index: 99;
	display: none;
	width: 200px;
	padding: 10px;
	background: #fff;
	text-align: center;
}

.header-search__form input[type="submit"] { margin-top: 10px; }

.header-top .social-media {
	float: right;
	height: 100%;
}

.header-top .social-media li {
	float: left;
	height: 100%;
	margin-left: 15px;
}

.header-top .social-media li:first-child { margin-left: 0; }

.header-top .social-media svg { height: 100%; }

.header-top .social-media a:hover { color: #A1C5D7; }

header {
	padding: 20px 0 10px;
	background: #fff;
}

header .logo { float: left; }

/* Nav */
nav {
	float: right;
	width: calc(100% - 241px);
	margin-top: 34px;
	text-align: center;
}

.rNav, .rNav ul {
	margin: 0;
	list-style: none;
}

.rNav { zoom: 1; }

.rNav:before, .rNav:after {
	content: '';
	display: table;
}

.rNav:after { clear: both; }

.rNav > li {
	position: relative;
	display: inline-block;
	height: 50px;
	line-height: 50px;
	white-space: nowrap;
}

.rNav a {
	text-decoration: none;
	display: block;
	padding: 0 10px;
	background: #fff;
	font-size: 15px;
}

.rNav a:hover, .rNav li:hover > a { color: #FFA232; }

.rNav ul {
	position: absolute;
	z-index: 9999;
	top: 100%;
	left: 0;
	display: none;
	visibility: hidden;
	width: 0;
	height: 0;
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

.rNav li:hover > ul {
	display: block;
	visibility: visible;
	width: auto;
	height: auto;
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.rNav ul li {
	line-height: 40px;
	float: none;
	height: 40px;
}

.rNav ul ul {
	top: 0;
	left: 100%;
}

#rNav-trigger { display: none; }

/* Banner */
.banner .container { padding: 0; }

.banner:after {
	content: '';
	position: absolute;
	bottom: -50px;
	left: 25%;
	z-index: 999;
	width: 50%;
	height: 50px;
	border-radius: 50%;
	box-shadow: 0px 0px 50px #000;
}

.banner ul {
	margin: 0;
	list-style: none;
}

.banner ul li img { margin: 0 auto; }

#sidr{
	display:block;
}

.slide {
	height: 550px;
	background-position: center;
	background-size: cover;
}

.slide .container {
	display: table;
	width: 100%;
	height: 100%;
}

.slide__center {
	display: table-cell;
	vertical-align: middle;
}

.slide__content {
	float: left;
	max-width: 380px;
	padding: 20px;
	color: #fff;
	background: #0A4665;
	background: rgba(10,70,101, .8);
	border: 1px solid #fff;
}

.slide__content h3 {
	padding-bottom: 15px;
	margin: 25px 0 15px;
	font-size: 2.4706em;
	color: #fff;
	border-bottom: 1px solid;
}

.slide__content p {
	font-size: 1.4118em;
	line-height: 1.3;
}

.slide__content .button {
	float: right;
	padding: 5px 15px;
	font-size: 1.4118em;
	color: #0a4665;
	background: #fff;
	border-radius: 10px;
}

.slide__content .button:hover { background: #A1C5D7; }

.interior-header {
	padding: 20px 0;
	background-position: center;
	background-size: cover;
	background-image: url('../img/blue-bar.jpg');
}

.interior-header h1 {
	font-size: 2.4706em;
	font-weight: 400;
	color: #fff;
}

td {padding: 5px; border: none !important;}

/* Main */
main { padding: 30px 0; }

article, aside {
	float: left;
	width: 70%;
	width: calc(100% - 330px);
}

article.full-width {
	margin: 0 auto;
	width: 100%;
	max-width: 54em;
	float: none;
}

article.columns-2 {
	-webkit-column-count: 2;
	-moz-column-count: 2;
	column-count: 2;
	-webkit-column-gap: 30px;
	-moz-column-gap: 30px;
	column-gap: 30px;
}

.connect-map {
	padding: 20px 0;
	background: #d9e9f2;
	border-top: 1px solid #0a4665;
	border-bottom: 1px solid #0a4665;
}

.map__title {
	display: inline-block;
	width: 350px;
	margin-left: -30px;
	text-align: center;
	vertical-align: middle;
}

.map__title h2 {
	padding-bottom: 15px;
	margin-bottom: 15px;
	font-size: 2.1765em;
	font-weight: 400;
	line-height: 1.1;
	border-bottom: 1px solid #0a4665;
}

.map__title p {
	margin-bottom: 0;
	font-size: 1.7059em;
	color: #0a4665;
	line-height: 1.2;
}

.map__object {
	position: relative;
	z-index: 1;
	display: inline-block;
	width: calc(100% - 320px);
	vertical-align: middle;
}

.map__object svg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.map__object:after {
	content: '';
	display: block;
	width: 100%;
	height: 0;
	padding-bottom: 62.00676437429%;
}

.map__state {
	fill: #6f8db0;
	transition: fill .15s ease-out;
}

.map__state:hover { fill: #0a4665; }

.home main { padding: 0; }

.home main .container {
	display: table;
	width: 100%;
}

.home-main__content { padding: 30px 30px 30px 0; }

.home-main__img {
	position: relative;
	display: table-cell;
	width: 36%;
	vertical-align: middle;
}

.home-main__img img {
	/*position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	object-fit: cover;*/
}

.home main h1, .home main h2 { font-size: 2em; }

.home main textarea, .interior-consultation textarea { height: 90px; }

.recent-articles {
	padding: 30px 0;
	background: url('../img/concrete_seamless.png') center;
}

.recent-articles h2 {
	margin-bottom: 5px;
	font-size: 2em;
}

.recent-articles h2 ~ p { font-size: 1.4118em; }

.recent-articles h3 {
	padding: calc(2px + .2em) 10px 2px;
	margin-bottom: 20px;
	font-size: 1em;
	color: #fff;
	background: #0a4665;
}

.recent-articles h4 {
	font-size: 1em;
	margin-bottom: 5px;
}

.recent-articles h4 a:before { display: none; }

.recent-articles h4 a:hover {
	color: #0a4665 !important;
	text-decoration: underline;
}

.recent-articles .container > ul { margin: 0 -20px; }

.recent-articles li {
	float: left;
	width: 33.3333333%;
	padding: 0 20px;
}

.recent-articles li:nth-child(3n + 1) { clear: left; }

.recent-articles li li {
	float: none;
	width: 100%;
	padding: 0 0 20px;
	margin-bottom: 20px;
}

.recent-articles li li:first-child { border-bottom: 1px solid #474747; } 

.recent-articles li p { margin-bottom: 5px; }

.interior-consultation {
	position: relative;
	padding: 30px 0;
	overflow: hidden;
}

.interior-consultation:before {
	content: '';
	position: absolute;
	top: -100px;
	left: 12.5%;
	z-index: 999;
	width: 75%;
	height: 100px;
	border-radius: 50%;
	box-shadow: 0px 0px 100px #6F6F6F;
}

.interior-consultation h2 {
	font-size: 2em;
	margin-bottom: 5px;
}

.interior-consultation__img {
	display: inline-block;
	width: 380px;
	vertical-align: middle;
}

.interior-consultation__content {
	display: inline-block;
	width: calc(100% - 380px);
	padding-left: 40px;
	vertical-align: middle;
}

/* Sidebar */
aside {
	width: 30%;
 width: calc(100% - (100% - 330px));
	padding: 0 0 0 30px;
}

.sidebar { margin: 0 0 30px; }

.sidebar ul {
	margin: 0;
	list-style: none;
}

.sidebar > ul li { margin: 20px 0 0; }

.sidebar ul ul li { margin: 10px 0 0; }

.sidebar > ul li:first-child, .sidebar ul ul li:first-child { margin: 0; }

.sidebar li:after {
	content: '';
	display: table;
	clear: both;
}

.sidebar {
	padding: 25px 15px;
	color: #fff;
	background: #0a4665;
}

.sidebar a { color: #fff; }

.sidebar h3 {
	font-size: 1.7059em;
	font-weight: 400;
	color: #fff;
	text-align: center;
	padding-bottom: 10px;
	border-bottom: 1px solid;
}

.sidebar .button {
	float: right;
	width: auto;
	color: #0a4665;
	font-size: 1.3em;
	background: #fff;
}

.sidebar .button:hover { background: #A1C5D7; }

.sidebar-nav  { list-style: none; margin: 0 0 20px; text-align: center; }

aside .sidebar-nav a {
	display: block;
	width: 100%;
	margin-top: 10px;
	font-size: 1.1em;
	background: #FFA232;
	text-decoration: none;
}

aside .sidebar-nav a:before { display: none; }

aside .sidebar-nav a:hover { background: #AF5200; }

/* Footer */
.footer-links {
	position: relative;
	overflow: hidden;
	padding: 40px 0;
	color: #fff;
	background: #0a4665;
}

.footer-links:before {
	content: '';
	position: absolute;
	top: -50px;
	left: 25%;
	z-index: 999;
	width: 50%;
	height: 50px;
	border-radius: 50%;
	box-shadow: 0px 0px 50px #000;
}

.footer-links a { color: #fff; }

.footer-links a:hover { text-decoration: underline; }

.footer-links .current-menu-item > a { font-weight: 700; }

.footer-links ul { text-align: center; }

.footer-links li {
	display: inline-block;
	padding: 0 12px;
}

.footer-bottom {
	padding: 30px 0;
	color: #0a4665;
	background: #9db5c1;
}

.footer-bottom img {
	float: left;
	margin-top: 10px;
}

.footer-legal {
	float: right;
	max-width: 408px;
	line-height: 1.3;
}

.footer-social {
	position: relative;
	padding: 10px 0 4px;
}

.footer-social a {
	font-size: 1.4118em;
	line-height: 1;
}

.footer-social a:hover { color: #001824; }

.footer-search__form {
	position: absolute;
	bottom: 100%;
	right: 0;
	z-index: 99;
	display: none;
	width: 100%;
	padding: 10px;
	background: #fff;
}

.copyright {
	margin: 0;
	padding: 10px 0;
	font-size: 0;
	color: #fff;
	text-align: center;
	list-style: none;
	background: #333;
}

.copyright li {
	padding: 0 6px;
	border-left: 1px solid #fff;
	font-size: .625rem;
	line-height: 1;
	display: inline-block;
}

.copyright li:first-child { border: none; }

.copyright a { color: #fff; }


/* WPCF7 */
.wpcf7-form.sent * { display: none; }

.wpcf7-form input, .wpcf7-form select, .wpcf7-form textarea { margin-bottom: 10px !important; }

.wpcf7-response-output {
	margin: 0 !important;
	padding: 0 !important;
	font-size: 80%;
}

.wpcf7-mail-sent-ok {
	padding: 4px 6px !important;
	background: #d2f7ad;
	color: #318a1c;
	border: 1px solid #aedb2e !important;
}

.wpcf7-validation-errors {
	color: #f00;
	border: none !important;
}

.wpcf7-not-valid-tip {
	padding: 0 !important;
	top: 0 !important;
	left: auto !important;
	background: none !important;
	border: none !important;
	font-size: 80% !important;
	width: auto !important;
}

.wpcf7-captchac {
	display: inline-block;
	vertical-align: text-bottom;
}

span.wpcf7-form-control-wrap { width: 100%; }

input.wpcf7-not-valid, textarea.wpcf7-not-valid, select.wpcf7-not-valid {
	background: #f6c1c1;
	border: 1px solid #f00;
}

div.wpcf7 img.ajax-loader {
	position: absolute;
	display: inline-block;
}

span.wpcf7-list-item { margin: 0 !important; }

/* Jetpack */
.jetpack_subscription_widget form { margin: 0; }

.jetpack_subscription_widget label[for="subscribe-field"] { margin: 0; }

.jetpack_subscription_widget label[for="email"] { display: none; }

#subscribe-text { display: none; }

#subscribe-email { margin: 0 0 10px; }

#subscribe-submit { margin: 0; }

#subscribe-email input {
	width: 100% !important;
	padding: 6px !important;
}

div.success p {
	font-size: 12px;
	line-height: 1.2;
	margin: 0 0 10px;
}

div.sharedaddy div.sd-block {
	margin: 0 0 15px !important;
	padding: 0 !important;
	border: none !important;
}

div.sharedaddy .sd-content {
	width: 100% !important;
	margin: 0 !important;
}

.widget_rss_links p {
	margin: 0;
	text-align: center;
}

.widget_rss_links img {
	margin-right: 5px;
	display: inline;
	vertical-align: middle;
}

#wpstats, .home div.sharedaddy, .archive div.sharedaddy, .search div.sharedaddy { display: none; }

.comment-subscription-form { margin: 0; }

.embed-youtube {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
	max-width: 100%;
}

.embed-youtube iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* Describe Claim Form */
.describe-claim-page .wpcf7-form { max-width: 500px; }

/* Sitemap */
.sitemap-wrapper > ul {
	margin: 0 0 20px;
	list-style: none;
}

.sitemap-list ul {
	list-style: disc;
	-webkit-column-count: 3;
	-moz-column-count: 3;
	column-count: 3;
	-webkit-column-gap: 10px;
	-moz-column-gap: 10px;
	column-gap: 10px;
}

.no-csscolumns .sitemap-list ul li {
	padding-right: 10px;
	width: 33.3333%;
	float: left;
}

/* Media Queries */
@media screen and (max-width: 1279px) {

nav .container { padding: 0; }
}

@media screen and (max-width: 1023px) {

.connect-map .container {
	display: table;
	width: 100%;
}

.map__title {
	display: table-header-group;
	width: 100%;
	margin: 0;
}

.map__object {
	width: 100%;
	margin-top: 20px;
}

.container { padding: 0 20px; }

main { padding: 20px 0; }

aside { padding-left: 20px; }

article.columns-2 {
	-webkit-column-count: auto;
	-moz-column-count: auto;
	column-count: auto;
	-webkit-column-gap: normal;
	-moz-column-gap: normal;
	column-gap: normal;
}
}

@media screen and (max-width: 960px) {

article .col {
	float: none;
	width: 100%;
	padding: 0;
}

article .col:nth-child(2n) {
	padding: 0;
	margin-top: 20px;
}

header .logo { width: 180px; }

nav {
	width: auto;
	margin-top: 3px;
}

.rNav > li {
	display: block;
	float: left;
}

.home main { padding: 30px 0; }

.home main .container,  .home-main__content,  .home-main__img {
	display: block;
	width: 100%;
}

.home-main__content {
	padding: 0;
	margin-bottom: 30px;
}

.home-main__img img {
	position: static;
	-webkit-transform: none;
	-ms-transform: none;
	transform: none;
	margin: 0 auto;
}

.recent-articles li { width: 50%; }

.recent-articles li:nth-child(3n + 1) { clear: none; }

.recent-articles li:nth-child(2n + 1) { clear: left; }

.interior-consultation__img { width: 240px; }

.interior-consultation__content { width: calc(100% - 240px); }

.footer-bottom {
	padding: 20px 0;
	text-align: center;
}

.footer-bottom img {
	float: none;
	display: inline-block;
}

.footer-legal {
	float: none;
	margin: 0 auto;
}

.sitemap-list ul {
	-webkit-column-count: 2;
	-moz-column-count: 2;
	column-count: 2;
}

.no-csscolumns .sitemap-list ul li { width: 50%; }
}

@media screen and (max-width: 880px) {

header { padding: 0 0 5px; }

header .container {
	display: table;
	width: 100%;
	padding: 0;
}

header .logo {
	float: none;
	width: 241px;
	margin: 20px auto 0;
}

.header-top { display: none; }

.nav-tel {
	float: right;
	display: block !important;
	height: 50px;
	margin-right: 15px;
	font-size: 1.4118em;
	font-weight: 700;
	line-height: 50px;
	color: #fff;
	visibility: visible;
}

.nav-tel:hover { color: #AF5200; }

.nav-tel svg {
	vertical-align: middle;
	margin-right: 10px;
}

nav {
	float: none;
	display: table-header-group;
	width: 100%;
	background: #FFA232;
}

#rNav-wrap {
	text-align: center;
	position: relative;
}

#rNav-trigger {
	float: left;
	line-height: 50px;
	text-align: center;
	display: block;
	height: 50px;
	margin-left: 15px;
	cursor: pointer;
	background: #FFA232;
}

#rNav-trigger div {
	vertical-align: middle;
	display: inline-block;
}

#rNav-trigger span {
	display: block;
	width: 40px;
	height: 4px;
	border-radius: 4px;
	background: #fff;
}

#rNav-trigger span:first-child + span { margin: 5px 0; }

.rNav {
	position: absolute;
	z-index: 9999;
	top: calc(100% + 50px);
	display: none;
	width: 100%;
}

.rNav > li {
	line-height: 40px;
	float: none;
	height: 40px;
}

.rNav a {
	height: auto;
	padding: 0 20px;
}

.rNav li.rNav-back a:before {
	content: '\25C0';
	font-family: 'Lucida Sans Unicode', 'Arial Unicode MS';
	padding: 0 10px 0 0;
}

a.rNav-parent:after {
	content: '\25B6';
	font-family: 'Lucida Sans Unicode', 'Arial Unicode MS';
	padding: 0 0 0 10px;
}

.rNav-trans {
	position: absolute;
	display: block;
	overflow: hidden;
}

.rNav-trans li, .rNav-trans li a {
	white-space: nowrap;
	overflow: hidden;
}

footer .mobile-view {
	display: block !important;
	visibility: visible;
	background: #346881;
}

.desktop-view {display: none;}

.footer-social ul { text-align: center; }

.footer-social li {
	display: inline-block;
	margin-left: 15px;
}

.footer-social a { color: #fff; }
}

@media screen and (max-width: 860px) {

.slide__content:after {
	content: '';
	display: table;
	clear: both;
}

.slide__content {
	float: none;
	margin: 0 auto;
}
}

@media screen and (max-width: 767px) {

.col {
	float: none;
	width: 100%;
	padding: 0;
}

.col:nth-child(2n) {
	padding: 0;
	margin-top: 20px;
}

form .col:nth-child(2n) { margin-top: 10px; }

.connect-map {
	position: relative;
	overflow: hidden;
}

.connect-map .container {
	display: block;
	padding: 0 30px;
}

.map__title { display: block; }

.map__title p { margin-bottom: 20px; }

.map__title .mobile-view {
	display: block !important;
	visibility: visible;
}

.mobile__states select {
	height: auto;
	padding: 20px 8px;
	color: #0a4665;
	background: transparent;
	border: 0;
	border-top: 1px solid;
	border-bottom: 1px solid;
}

.map__object { display: none; }

.recent-articles .container > ul { margin: 0 -10px; }

.recent-articles li { padding: 0 10px; }

.interior-consultation { display: none; }

blockquote { padding: 15px; }

.container { padding: 0 10px; }

article, aside {
	float: none;
	width: 100%;
}

aside { margin-top: 20px; padding: 0; }

.sidebar { padding: 15px; }

footer .links {
	-webkit-column-count: 2;
	-moz-column-count: 2;
	-ms-column-count: 2;
	-o-column-count: 2;
	column-count: 2;
}

.no-csscolumns footer .links li, .no-js footer .links li { width: 50%; }
}

@media screen and (max-width: 567px) {

html { font-size: 1rem; }



.slide h3 {
     color: #fff !important;}

.connect-map:before {
	content: '';
	position: absolute;
	top: -20px;
	left: 12.5%;
	z-index: 999;
	width: 75%;
	height: 20px;
	border-radius: 50%;
	box-shadow: 0px 0px 20px #000;
}

/* .home-consultation, .home .wpcf7 { display: none; } */

.home-main__content { margin-bottom: 0; }

.home-main__img { display: none; }

.recent-articles { display: none; }

.home-buttons {
	display: block !important;
	visibility: visible;
	margin-bottom: 20px;
}

.home-buttons .button {
	display: block;
	width: 100%;
	padding: 10px;
	font-size: 1.4118em;
	margin-bottom: 10px;
	border-radius: 0;
}

.home-buttons .button:nth-child(2n) {
	background: #FFA232;
	text-transform: uppercase;
}

.home-buttons .button:nth-child(2n):hover { background: #AF5200; }

.footer-links { display: none; }

.copyright li {
	padding: 0;
	line-height: 1;
	border: none;
	display: block;
}

footer address {
	text-align: center;
	float: none;
	width: 100%;
}

.slide {background-image: none !important; background-color: rgba(112, 147, 170, 0.47);}
footer .links { display: none; }

.sitemap-list ul {
	margin-left: 30px;
	-webkit-column-count: auto;
	-moz-column-count: auto;
	column-count: auto;
	-webkit-column-gap: normal;
	-moz-column-gap: normal;
	column-gap: normal;
}

.no-csscolumns .sitemap-list ul li {
	padding-right: 0;
	width: 100%;
	float: none;
}
}

@media print {

@page { margin: .5cm !important; }

*, *:before, *:after {
	color: #000 !important;
	background: transparent !important;
	box-shadow: none !important;
	text-shadow: none !important;
}

body {
	font: 10pt/1.2 Arial, Helvetica, sans-serif !important;
	padding: .75cm !important;
}

article, .container {
	display: block;
	width: 100%;
	padding: 0;
	margin: 0;
}

nav, aside, footer { display: none; }

a, a:visited { text-decoration: underline; }

a[href]:after { content: ' (' attr(href) ')'; }

abbr[title]:after { content: ' (' attr(title) ')'; }

a[href^='#']:after, a[href^='javascript:']:after { content: ''; }

h1, h2, h3, h4, h5, h6 {
	font-size: 18pt !important;
	font-weight: bold !important;
}

h2 { font-size: 16pt !important; }

h3 { font-size: 14pt !important; }

h4 { font-size: 12pt !important; }

h5, h6 { font-size: 10pt !important; }

code { font: 10pt Courier, monospace; }

pre, blockquote {
	border: 1px solid #999;
	page-break-inside: avoid;
}

thead { display: table-header-group; }

tr, img { page-break-inside: avoid; }

p, h2, h3 {
	orphans: 3;
	widows: 3;
}

h2, h3 { page-break-after: avoid; }
}
/*---------------------------
-------Repeater field--------
-----------------------------*/
    .repeater{
        width: 100%;
        margin-bottom: 30px;
    }
    .half-repeater{
        padding: 10px !important;
        width: 48%;
        margin: 0 auto;
        display: inline-block;
        text-align: center;
        max-height: 275px;
    }
    .repeater ul{
            padding: 0px !important;
            margin: 0 !important
        }
    .repeater img{
        align-content: center;
        width: 100%;
        height: auto;
}
    
    @media only screen and (max-width: 600px){
        .half-repeater{
            padding: 2px;
            width: 100%;
        }
    }




/*----------------------------
------ Ad Landing Page -------
-----------------------------*/
.half{
	display: inline-block;
	width: 49%;
	vertical-align: middle;
	padding: 10px;
}
.half iframe{
	width: 100%;
    height: 242px;
}
.landing-page-form{
	padding-bottom: 60px;
	width: 60%;
	margin: 0 auto;
}
.landing-page-form h2{
	text-align: center;
}
.landing-container {
    padding: 60px 0px;
}
.landing-container .full-width{
	width: 80%;
    margin: 0 auto;
}
.landing-container .full-width h2{
	text-align: center;
}
.parallax{
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.lnding-page-parallax{
	height: 350px;
}
.interior-header h2{color: #ffffff;    margin-top: 12px;}
a.header-phone{
	color: #ffa232;
    }

@media only screen and (max-width: 767px){
        .half{
            width: 100%
        }
}










