body {
    color: #1f3d7b;
    font-family: 'Source Sans Pro', sans-serif;
	font-size:16px;
	line-height:1.7;
	padding:0;
	margin:0;
}

ul {
    padding: 0;
    margin: 0;
	padding-top:20px;
	padding-left:45px;
}
a {
	color:#a5c538;
	font-weight:bold;
	text-decoration:none;
}
a.blue {
	color:#1e73be;
	font-weight:normal;
}
a:hover {
    text-decoration: underline;
}

a:focus {
    outline: 0;
    color: #ccc;
    text-decoration: none;
}

button:focus {
    outline: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Raleway", sans-serif;
	font-weight:600;
	line-height:1.1;
	margin-top:0;
	margin-bottom:20px;
    color: #1f3d7b;
	position:relative;
}
h1, .h1 {
	font-size:36px;
}
h2, .h2 {
    font-size: 25px;
}
h3, .h3 {
    font-size: 20px;
}
h4, .h4 {
    font-size: 18px;
}
h5, .h5 {
    font-size: 16px;
}
*.underscore::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -8px;
    width: 50px;
    height: 1px;
    margin-left: -25px;
    background-color: #1f3d7b;
}
a.button  {
	border: 1px solid #1f3d7b;
	background-color: #1f3d7b;
	display: inline-block;
    font-family: "Raleway", sans-serif;
    font-size: 13px;
    line-height: 24px;
    font-weight: 700;
    padding: 12px 35px;
    color: #fff;
	text-decoration:none;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
a.button:hover {
	color: #1f3d7b;
	background-color: transparent;
}
a.button2 {
	background:#fff;
	border-color:#1f3d7b;
	color:#1f3d7b;
}
a.button2:hover {
	background:#1f3d7b;
	color:#fff;
}
header {
	position:fixed;
	width:100%;
	top:0;
	left:0;
	text-align:center;
	z-index:1500;
	-webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
header .logo {
	padding-top:20px;
}
header .logo img {
	width:auto;
	max-height:100px;
}
header.sticky_hdr .logo {
	padding-top:5px;
}
header.sticky_hdr {
	background-color: rgba(31,61,123,0.9);
}
nav {
	display:flex;
	flex-wrap:wrap;
	justify-content:center;
	margin-top:12px;
	font-size:14px;
	font-family: "Raleway", sans-serif;
	font-weight:500;
}
nav .icon {
	display:none;
}
nav .nav-item {
	position:relative;
}
nav > div > a {
	white-space:nowrap;
	margin:0px 15px;
}
nav > div > a {
	color:#fff;
	text-decoration:none;
	padding:10px 0;
	display:block;
}
nav > div > a:hover {
	color: #d65050;
}
nav > div:hover .sub {
	display:block;
}
nav .sub {
	display:none;
	position:absolute;
	top:100%;
	width:180px;
}
nav .sub a {
	text-align:left;
	font-family: "Source Sans Pro", sans-serif;
	display:block;
	color:#fff;
	text-decoration:none;
	background: #82ca9c;
	padding:8px 18px;
	border-top: 1px solid #252525;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
nav .sub > div:hover > a {
	background:#1f3d7b;
}
.slideWrapper .photo {
	position:relative;
	width:100%;
	background-repeat:no-repeat;
	background-size:cover;
	background-position:50% 0px;
	background-attachment: fixed;
}
.home .slideWrapper .photo {
	height:100vh;
}
.interior .slideWrapper .photo {
	background-position:center center;
	background-attachment:initial;
}
.interior .slideWrapper .photo::after {
	content:"";
	display:block;
	width:100%;
	padding-top:25%;
}
.slideWrapper .textboxWrapper {
	top:250px;
	position:absolute;
	width:100%;
	letter-spacing: 1px;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
	color:#fff;
	text-align:center;
}
.slideWrapper .textboxWrapper .line1 {
	font-family: "Raleway", sans-serif;
	position: relative;
    display: inline-block;
    font-size: 57px;
    line-height: 1.175;
    font-weight: 700;
    padding-bottom: 10px;
	padding-left:10px;
	padding-right:10px;
}
.slideWrapper .textboxWrapper .line1::after {
    content: "";
	background-color: #1f3d7b;
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 40%;
    height: 1px;
    margin-left: -20%;
}
.slideWrapper .textboxWrapper .line2 {
	font-size: 30px;
    line-height: 1.333;
    padding: 20px 0 50px;
    font-weight: 300;
	padding-left:10px;
	padding-right:10px;
}
ul.slick-slider {
	padding-left:0;
}
.slick-list {
	padding-left:0 !important;
}
.slick-slide img {
	max-width:none;
}
.highlight {
	background-color:#1f3d7b;
	color:#fff;
	font-weight:bold;
	display:block;
	padding:10px 5px;
	margin-bottom:10px;
	margin-top:10px;
}
.checkbox-list {
	list-style:none;
}
.checkbox-list li {
	position:relative;
	padding-left:10px;
}
.checkbox-list li:before {
	font-family: "FontAwesome";
	content: "\f00c";
	display:inline-block;
	position:absolute;
	left:-20px;
	color:#a6c537;
}
body .footerTop, body .footerMid {
	text-align:center;
	padding:30px 0;
}
body .footerMid .container .content i {
	font-size:60px;
}
body .footerMid h2 {
	font-size:42px;
}
body .footerMid a {
	color:inherit;
	font-weight:normal;
}
footer #map {
	width:100%;
	height:480px;
}
.footerBottom {
	text-align:center;
	font-size:13px;
	padding-top:50px;
}
.footerBottom a {
	color:inherit;
	font-weight:normal;
}
.footerLinksRight {
	display:inline-block;
	margin-left:30px;
}
footer .scroll-top {
	visibility:hidden;
	bottom:-65px;
	position:fixed;
	right:20px;
	z-index:2000;
	padding:5px 10px 10px 10px;
	font-size:25px;
	line-height:1;
	cursor:pointer;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
footer .scroll-top.visible {
	bottom:20px;
	visibility:visible;
}
/* 
---------------------------------------
Responsive Styles
-------------------------------------
*/
body {
    max-width:100%;
}
img, video {
    max-width: 100%;
    height:auto;
}
iframe {
    max-width:100%;
}
.innerWrapper {
    max-width:100%;
        position:relative;
}
.mobileonly {
	display:none !important;
}

.fancybox-wrap{
    max-width:80%;
}
.fancybox-inner {
    width:auto !important;
/*    height:auto !important;*/
/*    max-width:100%;*/
}
table td {
        vertical-align:top;
}
table td[valign=middle] {
        vertical-align:middle;
}
.main-container table td:not(:last-child) {
	padding-right:30px;
}
.main-container {
	padding-top:80px;
	padding-bottom:40px;
}
.section .container {
	width:1170px;
	max-width:95%;
	margin:0px auto;
}
.main-container table {
	table-layout:fixed;
}
.admn .contentBlock {
	min-height:30px;
}
.contentBlock {
	padding:50px 0;
}
.contentBlock.t2 {
	background-color: #f6f8fe;
}
.contentBlock.t2 a:not(.button) {
	color:inherit;
}
.contentBlock table td:not(:last-child) {
	padding-right:40px;
}
.cube-wrapper {
	display:Flex;
	flex-wrap:wrap;
}
.cube-wrapper .scene {
	position:relative;
	height: 300px;
    perspective: 1000px;
}
.cube-wrapper .scene:nth-child(2), .cube-wrapper .scene:nth-child(3) {
	width:60%;
}
.cube-wrapper .scene:nth-child(1), .cube-wrapper .scene:nth-child(4) {
	width:40%;
}
.cube {
  width: 100%;
  height: 100%;
  position: relative;
  transform-style: preserve-3d;
  transform: translateZ(0);
  transition: transform 500ms;
}

.cube  { transform: rotateY(-90deg) translateX(-50%) rotateY(90deg); }
.cube:hover  { transform: rotateY(-90deg) translateX(-50%); }

.cube__face {
	position: absolute;
	width: 100%;
	height: 100%;
	border-style: solid;
	border-width: 0;
	box-sizing: border-box;
}

.cube__face--front  { 
	background-repeat:no-repeat;
	background-size:cover;
	background-position: center center;
    text-align: center;
	color:#fff;
}
.cube__face--front *,  .cube__face--right * {
	color:inherit;
}
.cube__face .wrapper {
	position:relative;
	top:50%;
	transform:translateY(-50%);
	text-align:center;
}
.cube__face--right { 
    background-color: rgb(31, 61, 123);
	color:#fff;
	text-align:center;
	visibility:hidden;
}
.cube:hover .cube__face--right { 
	visibility:visible;
}
.cube__face--right .wrapper { 
	padding:10px;
}
.cube__face--right .button { 
	background-color:#fff;
	color:#1f3d7b;
}
.cube__face--right .button:hover { 
	color:#fff;
	background-color:transparent;
	border-color:#fff;
}
.cube__face--front  {     transform: rotateY(90deg) translateX(-50%) rotateY(-90deg); }
.cube__face--right  { transform: translateX(50%) rotateY(   90deg); }


.review-stars ul {
  display: inline-block;
  list-style: none;
  padding-left:0;
  margin-top:0;
  margin-left:0;
  padding-top:0;
  padding-bottom:0;
  margin-bottom:0;
}

.review-stars ul li {
  float: left;
  margin-right: 5px;
  padding-left:0;
}

.review-stars ul li i {
  color: #E4B248;
  font-size: 12px;
}
/*color: #E4B248;*/
.review-stars ul li i.inactive {
  color: #c6c6c6;
}
#google-reviews .star:after {
  content: "\2605";
}
.google-reviews-wrapper {
	max-width:700px;
	border:1px solid #e6e6e6;
	border-radius:5px;
}
.google-reviews-wrapper .container {
	padding:11px;
}
.google-reviews-wrapper .google-logo {
	text-align:right;
}
.google-reviews-wrapper .review-date::before {
	content:" - ";
	display:inline;
}
.google-reviews-wrapper .review-item {
	margin-bottom:30px;
}
.google-reviews-wrapper .review-text {
	padding-top:0;
	margin-top:0;
}
.center {
	text-align:center;
}
.p_contact .button {
	padding:5px 10px;
}
.fa-facebook-f:before, .fa-twitter:before, .fa-instagram:before, .fa-yelp:before {
	margin-left:5px;
}
@media(max-width:767px) {
	.nomobile {
		display:none !important;
	}
	.mobileonly {
		display:block !important;
	}
	iframe {
	    max-width:100% !important;
		min-width:0 !important;
	}
	.main-container .container table:not(.noCollapse),.contentBlock table:not(.noCollapse) {
	      display:block;
	      max-width:100% !important;
	      width:100% !important;
	      height:auto !important;
	}
	.section table:not(.noCollapse) td, .section table:not(.noCollapse) tr, .section table:not(.noCollapse) tbody,
	.contentBlock table:not(.noCollapse) td, .contentBlock table:not(.noCollapse) tr, .contentBlock table:not(.noCollapse) tbody {
	      display:block;
	      width:auto !important;
	      height:auto !important;
	      padding:0 !important;
	}
	.section table:not(.noCollapse) td:not(:last-child),
	.contentBlock table:not(.noCollapse) td:not(:last-child) {
	      margin-bottom:50px;
	}
	.accordion .accordionContent {
		width:100% !important;
		margin-bottom:30px;
	}
	header {
		position:relative;
		top:auto;
		left:auto;
		background-color:#1f3d7b;
		padding-bottom:10px;
		text-align:center;
	}
	header .menu-button {
		width:25px;
		margin:0px auto;
		margin-top:10px;
		cursor:pointer;
	}
	header .menu-button .line {
		border-bottom:4px solid #fff;
		margin-bottom:3px;
	}
	header .site-logo img {
		display:none;
	}
	nav {
		display:none;
	}
	nav.open {
		display:block;
		position:absolute;
		width:100%;
		left:0;
		background-color:#1c1c1c;
		margin-top:0;
		top:100%;
		text-align:left;
	}
	nav .icon {
		display:block;
		color:#fff;
		position:absolute;
		top:10px;
		right:10px;
		cursor:pointer;
	}
	nav .sub {
		display:none;
		position:relative;
		top:auto;
		left:auto;
		width:100%;
		background-color:#161625;
	}
	nav .collapsed > .sub {
		display:none !important;
	}
	nav .expanded > .sub {
		display:block !important;
	}
	nav .expanded > .icon::before {
		content:"\f077";
	}
	nav .sub a {
		background:none;
	}
	.home .slideWrapper .photo {
		height:auto;
	}
	.slideWrapper .textboxWrapper {
		position:relative;
		top:auto;
		bottom:auto;
		left:auto;
		line-height:1;
	}
	.slideWrapper .textboxWrapper .line1 {
		font-size:18px;
		padding-top:10px;
	}
	.slideWrapper .textboxWrapper .line2 {
		font-size:14px;
		padding-top:0;
		padding-bottom:0px;
	}
	.slideWrapper .textboxWrapper br {
		display:none;
	}
	.home .slideWrapper .photo {
		background-position:100% center !important;
		background-attachment:initial;
	}
	.slideWrapper a.button {
		font-size:11px;
		padding:5px 15px;
	}
	.section .container {
		padding-left:30px;
		padding-right:30px;
		max-width:calc(100% - 60px);
	}
	.cube-wrapper .scene:nth-child(1), .cube-wrapper .scene:nth-child(4),
	.cube-wrapper .scene:nth-child(2), .cube-wrapper .scene:nth-child(3) {
		width:100%;
	}
}