/*
Theme Name: Incore Restoration Group
*/

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 {
	font-size: 16px;
	font: inherit;
	padding: 0;
	border: 0;
	margin: 0;
	vertical-align: baseline
}
body {
	line-height: 1
}
blockquote, q {
	quotes: none
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none
}
table {
	border-collapse: collapse;
	border-spacing: 0
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block
}
.clear {
	clear: both
}
.sticky {
}
.bypostauthor {
}
.wp-caption {
}
.wp-caption-text {
}
.gallery-caption {
}
.alignright {
	float: right;
	width: auto;
	height: auto;
	margin: 0 0 20px 20px;
	border: 3px solid #fff;
	box-shadow: 0 0 2px rgba(50,50,50,0.4);
}
.alignleft {
	float: left;
	width: auto;
	height: auto;
	margin: 0 20px 20px 0;
	border: 3px solid #fff;
	box-shadow: 0 0 2px rgba(50,50,50,0.4);
}
.aligncenter {
}
.alignnone {
	float: none;
	margin: 0 auto;
	display: table;
}
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important
}
/* --------- BODY ELEMENTS --------- */

body {
	font-family: "Droid Sans", Helvetica, Roboto, Arial, sans-serif;
	font-style: normal;
	font-weight: 400;
	line-height: 1.5;
	color: #555;
	margin: 0;
	padding: 0;
}
nav, section, div, li, a, input, select, textarea, :before, :after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
input, select, textarea {
	padding: 4px 8px;
	border-radius: 4px;
	border: 1px solid #fff;
	line-height: 1.5;
	-webkit-appearance: none;
}
.fa {
	font-family: FontAwesome;
}
#container {
	width: 1260px;
	display: table;
	margin: 0 auto 0 auto;
	height: 100%;
	position: relative;
}
#container #content {
	width: 66.66%;
	float: left;
	min-height: 550px;
}
#container #sidebar {
	width: 33%;
	float: right;
	position: relative;
	top: -89px;
	margin: 0 0 -89px 0;
	background-color: rgba(29,64,122,0.79);
	height: 100%;
	border: 1px solid #fff;
	min-height: 650px;
	display: table;
}
#container #sidebar ul {
	margin: 0;
	padding: 0;
}
#container #sidebar ul li {
	list-style: none;
}
#container #sidebarhome {
	width: 33.3%;
	float: right;
	padding: 30px 0;
}
#container #sidebarhome li {
	list-style: none;
}
#container #content article {
	padding: 30px 35px 30px 0;
}
h1 {
	font-family: "Oswald", sans-serif;
	font-size: 175%;
	font-weight: 700;
	margin: 0 0 20px 0;
	padding: 0 0 20px 0;
	color: #575757;
	text-shadow: 0px 1px 1px #fff;
	border-bottom: 1px solid #f7c6c3;
}
h2 {
	font-family: "Oswald", sans-serif;
	font-size: 150%;
	font-weight: 400;
	color: #9c8571;
	margin: 0 0 18px 0;
}
h3 {
	font-family: "Oswald", sans-serif;
	font-size: 125%;
	font-weight: 400;
	line-height: 1.6;
	color: #9c8671;
	margin: 0 0 15px 0;
}
h4 {
	font-family: "Oswald", sans-serif;
	font-size: 112.5%;
	font-weight: 700;
	color: #2c2c2c;
	margin: 0 0 15px 0;
}
p {
	font-family: inherit;
	line-height: 1.6;
	margin: 0 0 25px 0;
	text-rendering: optimizeLegibility;
}
hr {
	border: 2px solid #e6e6e6;
	clear: both;
	height: 0;
	margin: 35px 0 35px 0;
}
em, i {
	font-style: italic;
	line-height: inherit;
}
strong {
	color: #666;
	font-weight: 700;
}
strong span {
	color: #faaa1f;
}
a {
	color: #1d407a;
	text-decoration: underline;
}
ul {
	margin-left: 25px;
}
ul, ol, dl {
	margin: 0 0 25px 0;
	padding: 0 0 0 15px;
	line-height: 1.6;
}
.row {
	display: table;
	width: 100%;
}
.row .left {
	float: left;
}
.row .right {
	float: left;
	padding: 50px 0 0 30px;
}
.linkbutton {
	vertical-align: middle;
	border-radius: 4px;
	background: #ffa41f linear-gradient(#ffbd2a, #ffa41f);
	text-shadow: 0px 1px 1px #2e2e2e;
	box-shadow: 0 6px 10px rgba(50,50,50,0.25);
	padding: 15px 25px;
	font-size: 100%;
	color: #fff;
	text-decoration: none;
	margin: 15px auto 0 auto;
	display: table;
}
.linkbutton:hover {
	background: #ffa41f;
}
.linkbuttonblue {
	vertical-align: middle;
	border-radius: 4px;
	background: #4d77cc linear-gradient(#6093d6, #4d77cc);
	text-shadow: 0px 1px 1px #2e2e2e;
	box-shadow: 0 6px 10px rgba(50,50,50,0.25);
	padding: 15px 25px;
	font-size: 100%;
	color: #fff;
	text-decoration: none;
	margin: 15px auto 0 auto;
	display: table;
}
.linkbuttonblue:hover {
	background: #4d77cc;
}
.row .left .linkbutton {
	position: relative;
	top: -35px;
	margin: 0 auto -35px auto;
}
.testimonial {
	padding: 20px;
	border: 1px solid #ccc;
	background: #eee;
	color: #333;
	font-style: italic;
	line-height: 1.6;
	margin: 0 0 20px 0;
}
.testimonial cite {
	display: block;
	font-size: 81.25%;
	text-align: right;
	padding-top: 8px;
	color: #5d5d5d;
}
/* --------- TWO COLUMN CONTENTS ELEMENTS --------- */

.services {
	display: table;
	width: 100%;
}
.services .left {
	width: 30%;
}
.services .right {
	width: 70%;
	padding: 0 0 0 30px;
}
.services .left img {
	width: 99%;
	height: auto;
	border: 3px solid #fff;
	box-shadow: 0 0 2px rgba(50,50,50,0.4);
}
.services .right .linkbutton {
	float: left;
	margin: 0;
}
.services .linkbutton {
	float: left;
	margin: inherit;
	clear: both;
}
.row {
	display: table;
	width: 100%;
}
.row .left {
	float: left;
	width: 40%;
}
.row .right {
	float: right;
	width: 60%;
	padding: 0 0 0 30px;
}
.row .left img {
	width: 99%;
	height: auto;
	border: 3px solid #fff;
	box-shadow: 0 0 2px rgba(50,50,50,0.4);
}
.row .ulleft {
	float: left;
	width: 48%;
}
.row .ulright {
	float: right;
	width: 48%;
}
.rowborder {
	border-bottom: solid #e6e6e6 4px;
	margin: 30px 0;
}
.boldheading {
	color: #1d407a;
	font-weight: bold;
}
.threecolumn {
	display: table;
	width: 100%;
}
.threecolumn .first {
	float: left;
	width: 30%;
	margin: 0 5% 0 0;
}
.threecolumn .second {
	float: left;
	width: 30%;
	margin: 0 5% 0 0;
}
.threecolumn .third {
	float: left;
	width: 30%;
	margin: 0;
}
.threecolumn h3 {
	font-weight: 700;
	color: #003399;
}
/* --------- HEADER ELEMENTS --------- */
#heading {
	width: 100%;
	display: table;
}
#branding {
	width: 1260px;
	display: table;
	margin: 0 auto -47px auto;
}
#header-logo {
	float: left;
}
#header-logo h1 {
	margin: 0;
	padding: 0;
	border: none;
}
#header-text {
	float: left;
	background: url(images/michigan.webp) 30px -20px no-repeat;
	padding: 20px 0 20px 170px;
	color: #9f8974;
	font-weight: 400;
}
#header-text span {
	color: #faaa1f;
	font-weight: 700;
	display: table;
}
#header-text h3 {
	font-size: 100%;
	font-family: "Oswald", sans-serif;
	font-weight: 700;
	color: #0d3170;
	margin: 0;
}
#header-phone {
	float: right;
	font-family: "Oswald", sans-serif;
	font-weight: 700;
	font-size: 225%;
	color: #faaa1f;
	padding: 30px 0 0 0;
}
#header-phone a {
	text-decoration: none;
	color: #1d407a;
	white-space: nowrap;
}
/* --------- BANNER ELEMENTS --------- */
#banner {
	width: 100%;
	display: table;
	background: url("images/sub-banner.webp") center no-repeat #161f2a;
	background-size: cover;
}
.innerbanner {
	width: 1260px;
	display: table;
	margin: 20px auto 0 auto;
}
.innerbanner h1 {
	font-family: "Oswald", sans-serif;
	font-size: 287.5%;
	font-weight: 400;
	color: #fff;
	text-shadow: 1px 3px 2px rgba(0,0,0,0.35);
	margin: 50px 0 20px 0;
	width: 66.66%;
	padding: 0;
	border: none;
}
.home .innerbanner {
	display: none;
}
/* --------- TOP NAVIGATION ELEMENTS --------- */
#menu {
	display: table;
	width: 100%;
	background: linear-gradient(to right, #fff 0%, #fff 50%, #baac9e 50%, #baac9e 100%);
	background: -webkit-linear-gradient(left, #fff 0%, #fff 50%, #baac9e 50%, #baac9e 100%); /* Safari5.1-6 */
}
#mega-menu-wrap-main-menu {
	width: 1260px !important;
	margin: 0 auto !important;
	background: none !important;
}
#mega-menu-wrap-main-menu #mega-menu-main-menu {
	float: right !important;
}
#mega-menu-wrap-main-menu #mega-menu-main-menu:before {
	display: block !important;
	content: "";
	position: absolute;
	right: 100%;
	top: 0;
	width: 0;
	height: 0;
	border-bottom: 47px solid #baac9e;
	border-left: 111px solid transparent;
}
/* --------- BOTTOM LOGOS ELEMENTS --------- */
#logos {
	width: 100%;
	display: table;
}
#logos .logos {
	width: 1260px;
	display: table;
	margin: 50px auto 50px auto;
}
#logos .logos ul {
	width: 100%;
	display: grid;
	grid-template-columns: 25% 25% 25% 25%;
	gap: 2em 0;
	margin: 0;
	align-items: center;
}
#logos .logos ul li {
	list-style: none;
	text-align: center;
}
#logos .logos ul li a {
	color: #1d407a;
}
#logos .logos ul li img {
	display: table;
	margin: 0 auto;
	max-width: 80%;
}
#logos .logos ul li:nth-child(13) {
	clear: both;
}
/* --------- BOTTOM CALLOUT ELEMENTS --------- */

#bottom {
	width: 100%;
	display: table;
	background: #dc9b29;
	box-shadow: inset 0 10px 10px -10px rgba(50,50,50,0.5);
}
#bottom .bottomcontents {
	width: 1120px;
	display: table;
	margin: 0 auto;
	text-align: left;
	color: #fff;
	font-size: 100%;
	font-weight: 400;
	text-shadow: 0px 1px 1px #333;
	background: url(images/house.webp) left center no-repeat;
	padding: 35px 0 35px 215px;
}
#bottom .bottomcontents h4 {
	font-family: "Oswald", sans-serif;
	font-size: 150%;
	font-weight: 700;
	color: #fff;
}
#bottom .bottomcontents .left {
	float: left;
	width: 65%;
}
#bottom .bottomcontents .right {
	float: right;
}
#bottom .bottomcontents .right .linkbutton {
	vertical-align: middle;
	border-radius: 4px;
	background: #ffa41f linear-gradient(#ffbd2a, #ffa41f);
	text-shadow: 0px 1px 1px #2e2e2e;
	box-shadow: 0 6px 10px rgba(50,50,50,0.25);
	padding: 15px 25px;
	font-size: 100%;
	color: #fff;
	text-decoration: none;
	margin: 15px 0 0 0;
	display: table;
}
#bottom .bottomcontents .right .linkbutton:hover {
	background: #ffa41f;
}
#bottom .bottomcontents .right .linkbutton .fa-caret-right:before {
	content: "\f0da";
	margin: 0 0 0 3px;
}
/* --------- FOOTER ELEMENTS --------- */

#footer {
	width: 100%;
	display: table;
	background: #333;
}
#footer .footercontents {
	width: 1260px;
	display: table;
	margin: 30px auto;
	text-align: center;
	color: #9a9a9a;
}
.emergency {
	color: #ffb326;
	font-size: 175%;
	font-family: "Oswald", sans-serif;
	font-weight: 700;
	text-shadow: 0px 1px 1px #000000;
	padding: 0 0 10px 0;
}
.emergency a {
	color: #fff;
	text-decoration: none;
}
.footernavigation {
	clear: both;
	font-size: 87.5%;
	padding: 0 0 10px 0;
}
.footernavigation ul {
	display: table;
	margin: 0 auto;
}
.footernavigation li {
	float: left;
	position: relative;
	list-style: none;
}
.footernavigation li:after {
	content: "|";
	color: #fff;
	margin: 10px;
}
.footernavigation li:last-child:after {
	display: none;
}
.footernavigation a {
	color: #fff;
	text-decoration: none;
}
.copyright {
	clear: both;
	font-size: 87.5%;
	padding: 0 0 10px 0;
}
.bottomnavigation {
	clear: both;
	font-size: 87.5%;
	padding: 0 0 10px 0;
}
.bottomnavigation ul {
	display: table;
	margin: 0 auto;
}
.bottomnavigation li {
	float: left;
	position: relative;
	list-style: none;
}
.bottomnavigation li:after {
	content: "|";
	color: #9a9a9a;
	margin: 5px;
}
.bottomnavigation li:last-child:after {
	display: none;
}
.bottomnavigation a {
	color: #9a9a9a;
}
.toproof {
	font-size: 87.5%;
}
.toproof a {
	color: #9a9a9a;
}
/* --------- SIDEBAR FORM ELEMENTS --------- */
.sidebarform {
	padding: 0 30px 20px 30px;
}
.sidebarform:before {
	display: block;
	content: "";
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	height: 30px;
	background: url(images/arrow.webp) no-repeat;
	background-position: 50% 50%;
}
.sidebarform h3 {
	font-family: "Oswald", sans-serif;
	font-size: 200%;
	font-weight: 400;
	text-align: center;
	color: #fff;
	margin: 20px 0 5px 0;
}
.wpcf7 .wpcf7-form p {
	margin: 0 !important;
}
input {
	height: 34px;
	font-family: "Droid Sans", Helvetica, Roboto, Arial, sans-serif;
	font-size: 100%;
	width: 100%;
	border: none;
	margin: 15px 0 0 0;
}
select {
	height: 34px;
	font-family: "Droid Sans", Helvetica, Roboto, Arial, sans-serif;
	font-size: 100%;
	width: 100%;
	border: none;
	margin: 15px 0 0 0;
}
textarea {
	height: 155px;
	font-family: "Droid Sans", Helvetica, Roboto, Arial, sans-serif;
	font-size: 100%;
	width: 100%;
	border: none;
	margin: 0;
	margin: 15px 0 0 0;
	resize: none;
}
input[type="submit"] {
	text-decoration: none;
	color: #ffffff;
	font-family: "Droid Sans", Helvetica, Roboto, Arial, sans-serif;
	font-size: 125%;
	font-weight: 400;
	background: #faaa1f;
	cursor: pointer;
	cursor: hand;
	border: none;
	height: inherit;
	margin: 15px auto 0 auto;
	padding: 15px 30px;
	width: auto;
	display: table;
	box-shadow: 0 3px 2px rgba(50,50,50,0.4);
	text-shadow: 0px 1px 1px #2e2e2e;
	background: #ffa41f linear-gradient(#ffbd2a, #ffa41f);
	transition: all .3s ease;
}
input[type="submit"]:hover {
	background: #ffa41f;
}
div.wpcf7 .ajax-loader {
	visibility: hidden;
	z-index: 999;
	position: relative;
	top: -30px;
	right: 10px;
	float: right;
}
div.wpcf7-response-output {
	margin: 10px 0 10px 0 !important;
	color: yellow !important;
	text-align: left !important;
	font-size: 83.33% !important;
	border: none !important;
	line-height: 21px !important;
	background: #ff0000;
	padding: 3px 5px !important;
	float: left;
	border-radius: 4px;
}
div.wpcf7-mail-sent-ng {
	margin: 10px 0 10px 0 !important;
	padding: 0 !important;
	color: #fff !important;
	text-align: left !important;
	font-size: 83.33% !important;
	border: none !important;
	line-height: 21px !important;
}
span.wpcf7-not-valid-tip {
	color: yellow !important;
	font-size: 83.33% !important;
	font-weight: 300 !important;
	text-align: left !important;
	background: #ff0000;
	padding: 3px 5px;
	float: left;
	border-radius: 4px;
}
div.wpcf7-validation-errors {
	border: none !important;
	font-weight: 300;
}
div.wpcf7-mail-sent-ok {
	border: none !important;
	background: green !important;
	color: #fff !important;
}
div.wpcf7 br {
	display: none;
}
table .left {
	width: 50%;
}
table .right {
	width: 50%;
}
table .left input {
	width: 96%;
	float: left;
}
table .right input {
	width: 96%;
	float: right;
}
.sidebarreviews {
	padding: 0 30px;
	color: #fff;
}
.sidebarreviews h3 {
  font-family: "Oswald", sans-serif;
  font-size: 200%;
  font-weight: 400;
  text-align: center;
  color: #fff;
   margin: 20px 0 5px 0;
}
.sidebarreviews cite {
	font-weight: 700;
}
.sidebarreviews .strong-view.wpmtst-simple .wpmtst-testimonial-heading {
   display: none;
}
.sidebarreviews .testimonial-name {
   font-weight: 700;
}
.sidebarreviews .strong-view.pager-style-buttons .wpmslider-pager-link::before {
  color: #fff;
  background: #fff;
}
.sidebarreviews .strong-view.wpmtst-simple .wpmtst-testimonial-inner {
  font-style: normal;
  background: #fff;
}
.page-id-7901 .sidebarreviews {
  display: none;
}
/* --------- HOME PAGE ELEMENTS --------- */

.hometestimonial .testimonial {
	display: block;
	padding: 20px 0;
	margin: 0 0 10px 0;
	color: #1d407a;
	font-weight: 700;
	font-size: 100%;
	font-style: normal;
	text-align: center;
	text-shadow: 0px 1px 1px #ffffff;
	background: none;
	border: none;
}
.hometestimonial cite {
	margin-bottom: .875rem;
	color: #1d407a;
	font-size: 1.25rem;
	font-weight: 700;
	text-align: center;
	display: block;
	font-style: italic;
}
.hometestimonial cite:before {
	content: "\2014 \0020";
}
.testimonial-link {
	color: #dc9b29;
	font-size: 100%;
	font-weight: 700;
}
.hometestimonial .linkbuttonblue {
	position: relative;
	top: -35px;
	margin: 0 auto -35px auto;
}
.offer {
	display: table;
	width: 100%;
	background: #ddd0c4;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #beb3a8;
	padding: 40px 0;
}
.offercontent {
	width: 1260px;
	display: table;
	margin: 0 auto 0 auto;
}
.offercontent h3 {
	margin: 0 0 15px 0;
	font-size: 150%;
	font-weight: 700;
	text-align: center;
	text-shadow: 0px 1px 1px #fff;
	color: #0b2a6d;
	background: url(images/double-border-alt.webp) center repeat-x;
}
.offercontent h3 span {
	background: #ddd0c4;
	padding: 0 10px;
}
.offercontent ul {
    display: table;
	margin: 0;
	padding: 0;
	width: 100%;
}
.offercontent ul li {
	list-style: none;
	display: table-cell;
	width: 33.33%;
	text-align: center;
}
.offercontent ul li img {
	display: table;
	margin: 0 auto 15px auto;
	padding: 0 0 10px 0;
	border-bottom: 2px solid #1d407a;
}
.offercontent ul li span {
	display: block;
	font-size: 150%;
	font-weight: 400;
	color: #0c2b6d;
	text-decoration: underline;
	text-transform: uppercase;
}
/* --------- HOME PAGE SLIDER ELEMENTS --------- */

.cycloneslider-template-standard {
	margin: 0 auto -674px auto !important;
}
.cycloneslider-template-standard .cycloneslider-slides {
	min-height: 705px !important;
}
.cycloneslider-template-standard .cycloneslider-caption {
	background: none !important;
	opacity: 1 !important;
	top: 30px !important;
}
.cycloneslider-template-standard .cycloneslider-slide img {
	height: 100% !important;
}
.cycloneslider-caption-description {
	width: 1260px;
	display: table;
	margin: 0 auto 0 auto;
	font-size: inherit !important;
	line-height: inherit !important;
}
.slide {
	width: 66.66%;
	float: left;
}
.slide .left {
	float: left;
	width: 43%;
}
.slide .left img {
	width: 100%;
	height: auto;
}
.slide .right {
	float: left;
	width: 57%;
	padding: 30px 20px;
}
.slide .right h1 {
	font-size: 200%;
	text-shadow: 1px 3px 2px rgba(0,0,0,0.35);
	text-align: left;
	color: #fff;
	border: none;
	padding: 0;
	margin: 0 0 25px 0;
}
.slide .right h2 {
	font-size: 200%;
	text-shadow: 1px 3px 2px rgba(0,0,0,0.35);
	text-align: left;
	color: #fff;
	border: none;
	padding: 0;
	margin: 0 0 25px 0;
}
.slide .right h3 {
	font-size: 187.5%;
	font-weight: 300;
	text-align: left;
	color: #c4dbff;
}
.slide .right h4 {
	font-size: 187.5%;
	font-weight: 700;
	text-align: left;
	color: #faaa1f;
}
.slide .right h4 span {
	color: #fff;
	display: inline-block;
	margin: 0 0 0 10px;
}
.slide .divider {
	clear: both;
	display: inline-block;
	width: 100%;
	font-family: "Oswald", sans-serif;
	font-size: 112.5%;
	color: #fff;
	text-shadow: 1px 3px 2px rgba(0,0,0,0.35);
	text-align: center;
	text-transform: uppercase;
	background: url(images/double-border.webp) center no-repeat;
	margin: 20px 0;
}
.slide .divider span {
	padding: 0 10px;
}
.slide ul {
	margin: 0;
	padding: 0;
}
.slide ul li {
	list-style: none;
	width: 25%;
	float: left;
}
.services .services-link.active span {
	color: #fff;
}
.slide ul li a {
	opacity: .55;
}
.slide ul li a.active {
	opacity: 1;
}
.slide ul li a span {
	display: block;
	font-family: "Oswald", sans-serif;
	font-size: 120%;
	font-weight: 400;
	color: #fff;
	text-decoration: underline;
	text-shadow: 0px 1px 2px rgba(0,0,0,0.35);
	text-transform: uppercase;
	text-align: center;
}
.homeform {
	width: 33.33%;
	float: right;
	margin: 0;
	padding: 0 30px 20px 30px;
	background-color: rgba(29,64,122,0.79);
	border: 1px solid #fff;
	min-height: 646px;
}
.homeform:before {
	display: block;
	content: "";
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	height: 30px;
	background: url(images/arrow.webp) no-repeat;
	background-position: 50% 50%;
}
.homeform h3 {
	font-family: "Oswald", sans-serif;
	font-size: 200%;
	font-weight: 400;
	text-align: center;
	color: #fff;
	margin: 20px 0 5px 0;
}
/* --------- GALLERY ELEMENTS --------- */
.gallery {
	display: table;
	width: 100%;
}
.gallery .left {
	float: left;
	width: 50%;
	clear: both;
	padding: 0 5% 5% 0;
}
.gallery .right {
	float: right;
	width: 50%;
	padding: 0 5% 5% 0;
}
.gallery .left img {
	width: 99%;
	height: auto;
	border: 3px solid #fff;
	box-shadow: 0 0 2px rgba(50,50,50,0.4);
}
.gallery .right img {
	width: 99%;
	height: auto;
	border: 3px solid #fff;
	box-shadow: 0 0 2px rgba(50,50,50,0.4);
}
.gallery .heading {
	width: 50%;
	float: left;
}
.gallery h5 {
	font-family: "Oswald", sans-serif;
	font-size: 150%;
	font-weight: 700;
	color: #1d407a;
	margin: 0 0 15px 0;
}
.gallery p:empty {
	display: none;
}
/* --------- BLOG ELEMENTS --------- */


.blog .size-post-thumbnail {
	width: 295px;
	height: auto;
	margin: 0 25px 0 0;
	float: left;
}
.single .size-post-thumbnail {
	width: 100%;
	height: auto;
	margin: 0 0 25px 0;
}
.entry-footer {
	float: left;
	display: block;
	width: 96%;
	padding: 1% 2%;
	margin-bottom: 40px;
	border: 1px dotted #666;
}
.archive .entry-footer {
	margin-top: 40px;
}
.category .entry-footer {
	margin-top: 40px;
}
.entry-meta {
	margin-bottom: 25px;
}
.postmetadata {
  border: 1px solid #ededed;
  background: #f9f9f9;
  padding: .75em;
  display: table;
  width: 100%;
  margin: 0 0 40px 0;
  font-size: 16px;
  line-height: 24px;
  color: #999;
  box-sizing: border-box;
}
.single #container #content article header {
  display: none;
}
.single #container #content article .size-post-thumbnail {
  display: none;	
}
/* --------- SIDEBAR LILNKS ELEMENTS --------- */
.sidebarlinks {
	padding: 0 30px 20px 30px;
}
.sidebarlinks h3 {
	font-size: 150%;
	color:#fff;
}
.sidebarlinks ul li {
	list-style-type: disc !important;
	list-style-position: inside !important;
	color:#fff;
	font-size:85%;
}
.sidebarlinks a {
	color:#fff;
}
/* --------- MISC ELEMENTS --------- */

.page-id-8 .row .left img {
	border: none;
	box-shadow: none;
}
.page-id-8 .row .right {
	padding: 40px 0 0 30px;
}
.videocontainer {
	position: relative;
	width: 100%;
	height: 0;
	padding-bottom: 56.25%;
	margin: 0 auto 25px auto;
}
#video iframe {
	display: table;
}
.videosize {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
#content .imgright {
    float: right;
    width: 300px;
    margin: 0 0 10px 20px;
    position: relative;
}
#content .imgright span.before {
    text-align: center;
    text-transform: uppercase;
    display: block;
    background: #000;
    padding: 3px 10px;
    font-size: 14px;
    font-weight: 600;
    z-index: 1;
    position: absolute;
    color: #efefef;
    top: 105px;
    left: 0;
}
#content .imgright img.first {
    display: table;
}
#content .imgright img.last {
    display: table;
}
#content .imgright span.after {
    text-align: center;
    text-transform: uppercase;
    display: block;
    background: #000;
    padding: 3px 10px;
    font-size: 14px;
    font-weight: 600;
    z-index: 1;
    position: absolute;
    color: #efefef;
    bottom: 105px;
    right: 0;
}
.threecollist  {
	display: table;
	width: 100%;
    margin: 0 0 1.5em 0;
}
.threecollist li {
    width: 33%;
	float: left;
}
.threecollist li a {
    text-decoration: none;
}
.twocollist  {
	display: table;
	width: 100%;
    margin: 0 0 1.5em 0;
}
.twocollist li {
    width: 50%;
	float: left;
}
.twocollist li a {
    text-decoration: none;
}
/* --------- LEADERSHIP PAGE --------- */

.photoleft {
	float: left;
	margin: 0 3% 25px 0;
	width: 32%;
}
.photoleft img {
	display: table;
	position: relative;
	height: auto;
}
.bioright {
	float:left;	
	width: 65%;
}
.photoleft p:empty {
	margin: 0;
}
/*----------hover content blocks----------*/
.hvrbox, .hvrbox * {
	box-sizing: border-box;
}
.hvrbox {
	position: relative;
	display: inline-block;
	overflow: hidden;
	max-width: 100%;
	height: auto;
}
.hvrbox img {
	max-width: 100%;
}
.hvrbox .hvrbox-layer_bottom {
	display: block;
}
.hvrbox .hvrbox-layer_top {
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background: rgba(29,64,122, 0.7);
	color: #fff;
	padding: 20px;
	-moz-transition: all 0.4s ease-in-out 0s;
	-webkit-transition: all 0.4s ease-in-out 0s;
	-ms-transition: all 0.4s ease-in-out 0s;
	transition: all 0.4s ease-in-out 0s;
}
.hvrbox:hover .hvrbox-layer_top, .hvrbox.active .hvrbox-layer_top {
	opacity: 1;
}
.hvrbox .hvrbox-text {
/*	text-align: center;
	font-size: 18px;
	display: inline-block;
	position: absolute;
	top: 50%;
	left: 50%;
	-moz-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
*/}
.hvrbox .hvrbox-text_mobile {
	font-size: 15px;
	border-top: 1px solid rgb(179, 179, 179); /* for old browsers */
	border-top: 1px solid rgba(179, 179, 179, 0.7);
	margin-top: 5px;
	padding-top: 2px;
	display: none;
}
.hvrbox.active .hvrbox-text_mobile {
	display: block;
}
.hvrbox .hvrbox-text {
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
	color: #fff;
	text-align: center;
}

/*----------home slider form----------*/

.homesliderform {
    position: relative;
    z-index: 999;
    width: 1260px;
    margin: 0 auto 0 auto;
}

#mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-flyout ul.mega-sub-menu {
	z-index:9999 !important;
}

#nav-below {
	clear: both;
}

/* ---- Recent Projects Page -- */

.iZFmtK {
  min-width: 100% !important;
  max-width: 100% !important;
}
.gRrOgl {
  width: 48%  !important;
  position: relative !important;
  float: left;
  top: inherit !important;
  margin: 0 2% 0 0;
}
.gRrOgl:nth-of-type(odd) {
  clear: both;
}
.grjSdB {
  width: 100% !important;
  max-width: 100% !important;
}
#checkinCards {
	height: inherit !important;
}

/* --------- FULL WIDTH PAGE ELEMENTS --------- */
.page-template-full-width-page #container #content {
  float: none;
  width: 100%;
}
.page-template-full-width-page #container #content h1 {
  text-align: center;
}
.sitevisitform {
  display: table;
  width: auto;
  margin: 0 auto;
}
.sitevisitform .wpcf7-form input[type="checkbox"] {
  float: left;
  margin-right: 10px;
  margin-top: 5px;
  width: 1em;
  height: 1em;
  -webkit-appearance: checkbox;
}
.sitevisitform .wpcf7-form span.wpcf7-list-item {
  clear: both;
  width: auto;
}
.sitevisitform .wpcf7-form span.wpcf7-list-item-label {}
.sitevisitform .wpcf7-form strong {
  display: table;
  width: auto;
  margin: 0 auto 0.5em auto;
  text-align: center;
}
.sitevisitform i {
  display: block;
  text-align: center;
}
.sitevisitform .wpcf7-form input {
  display: block;
  width: auto;
  margin: 0 auto 0.5em auto;
  border: 1px solid #ccc;
}
.sitevisitform .wpcf7-form input[type="submit"] {
  padding: 0 2em;
  width: auto;
}
.sitevisitform .wpcf7 div.wpcf7-response-output {
  text-align: center !important;
  float: none;
}
.sitevisitform .wpcf7 div.wpcf7-mail-sent-ng {
  display: table;
  margin: 0 auto;
  color: green !important;
  text-align: center !important;
  float: none;
}
.sitevisitform .wpcf7 span.wpcf7-not-valid-tip {
  display: table;
  margin: 0 auto;
  text-align: center !important;
  float: none;
}
.sitevisitform .wpcf7 div.wpcf7-validation-errors {
  display: table;
  margin: 0 auto;
  text-align: center !important;
  float: none;
}
.page-template-full-width-page .innerbanner h1 {
  width: 100%;
  text-align: center;
}
/*--------- HOME BLOG POSTS ELEMENTS --------- */
#homearticles {
  display: table;
  width: 100%;
  margin: 0;
  padding: 0;
}
#homearticles .homearticles {
  display: table;
  width: 1260px;
  margin: 0 auto 40px auto;
}
#homearticles .homearticles h2 {
  display: inline-table;
  vertical-align: middle;
  font-size: 2em;
  font-weight: 700;
  margin: 0 0 0.5em 0;
}

#homearticles .homearticles ul {
  display: grid;
  width: 100%;
  gap: 0 3.5%;
  grid-template-columns: 31% 31% 31%;
  margin: 0;
  padding: 0;
}
#homearticles .homearticles ul li {
  list-style: none;
}
#homearticles .homearticles ul li img {
  display: table;
  width: 100%;
  margin: 0 0 1.5em 0;
}
#homearticles .homearticles ul li h3 {
  font-size: 1.444em;
  font-weight: 700;
  margin: 0 0 0.5em 0;
}
#homearticles .homearticles ul li h3 a {
  color: #000;
}
#homearticles .homearticles ul li h3 a:hover {
  color: #000;
}
#homearticles .homearticles ul li .postexcerpt {
  font-size: 1em;
  font-weight: 300;
  line-height: 1.333em;
}
#homearticles .homearticles a.readmore {
  display: table;
  margin: 1em 0 0 0;
  box-shadow: 0 3px 2px rgba(50,50,50,0.4);
  text-shadow: 0px 1px 1px #2e2e2e;
  background: #ffa41f linear-gradient(#ffbd2a, #ffa41f);
  transition: all .3s ease;
  text-decoration: none;
  color: #fff;
  font-size: 1em;
  font-weight: 700;
  text-transform: uppercase;
  padding: 0.5em 1em;
  border-radius: 4px;
}
#homearticles .homearticles a.readmore:hover {
  background: #ffa41f;
}