@charset "utf-8";
/* CSS Document */

/*Layout Declarations*/
html {
	height:100%;
}
body {
	background: none repeat scroll 0 0;
	font-family: sofia-pro, sans-serif;
	font-style: normal;
	font-weight: 300;
	font-size: 20px;
	line-height: 1.4;
	color: #000000;
	margin: 0;
	-webkit-font-smoothing: antialiased;
}
body.no-scroll {
        overflow:hidden;
}
img {
    max-width: 100%;
    height:auto;
}
p {
	margin-top:0px;
	margin-bottom:24px;
}
p:last-child {
	margin-bottom:0;
}
a {
	outline:none;
	position:relative;
	color:#b2221e;
    text-decoration:none;
}
a:hover	{
	color:#6b0600;
}
hr {
	background-image:url('/images/footer-divider-2x.png');
	background-size:auto 100%;
	background-repeat:repeat-x;
	height:7px;
	border:none;
}
.contentWrapper {
	width:1320px;
	margin:0px auto;
	max-width:90%;
	position:relative;
}
.main-content {
	padding-top:30px;
	padding-bottom:30px;
}
.secondary-content {
	padding-bottom:30px;
}
.main-content .top-section {
	display:flex;
	justify-content:space-between;
}
.main-content .top-section > div {
	width:48%;
	position:relative;
}
.interior .main-content .top-section > div {
	width:100%;
}
.main-content.template2 .bodymid {
	text-align:left;
}
h1, h2, h3, h4, h5 {
	font-family: peachy-keen-jf, sans-serif;
	font-style: normal;
	font-weight: 400;
	color: #6b0600;
	margin:0;
	padding-bottom:5px;
	text-align: inherit;
	line-height: 1.14;
}
h1 {
	color: #b2221e;
	font-size: 44px; 
}
h2 {
	font-family: sofia-pro, sans-serif;
	font-style: normal;
	font-weight: 600;
	text-transform: uppercase;
	font-size: 31px;
	color: #000000;
}
h3 {
	font-size: 28px; 
}
h4 {
	font-size: 21px; 
}
h5 {
 	font-size: 18px;
}
.highlight {
	font-family: cortado, sans-serif;
	font-style: normal;
	font-weight: 400;
	line-height:1;
}
.button {
	font-style: normal;
	font-weight: 600;
	text-transform: uppercase;
	font-size: 26px;
	color: #e7e3c0; 
	text-align: center;
	background-color: #395b3a;
	line-height:1.4;
	border-radius:0px;
	cursor:pointer;
	display:inline-block;
	margin-bottom:15px;
}
a.button, a.button:visited {
	color:#fff;
	text-decoration:none;
}
a.button, .button a {
	display:inline-block;
	vertical-align:middle;
	color:#e7e3c0;
	text-decoration:none;
	padding:8px 20px 10px 20px;
}
.button:hover {
	background-color:#78B358;
}
.button.outline {
	border:1px solid #395b3a;
	background:none;
	color:#395b3a;
}
.button.outline:hover {
	background-color:#395b3a;
	color:#fff;
}
input[type=text], input[type=email], input[type=password],
select, textarea {
	border:1px solid #ccc;
	border-radius:0;
	padding:15px 5px;
	line-height:1.2;
	font-family:inherit;
	width:calc(100% - 10px);
	background:#fff;
	color:#3f484c;
	margin-bottom:10px;
}
select {
	-webkit-appearance:none;
	width:100%;
	
}
input.button {
	padding:5px 20px;
	-webkit-appearance:none;
	border:none;
}
.interior .fromcms {
	padding-top:20px;
}
header {
	border-top:26px solid #395b3a;
}
header .logo {
	padding:30px 0;
}
header .logo svg {
	width:250px;
	max-width:100%;
}
input.blur,textarea.blur {
	color:#999;
}
.p_index .editIconImage {
	margin-left:0 !important;
}
.p_index .bodymid .top-wrapper {
	padding-bottom:50px;
}
.p_index .bodymid .top-wrapper .fromcms {
	width:45%;
}
.p_index .top-wrapper .photo {
	width:50%;
	background-size:100% auto;
	background-repeat:no-repeat;
}
.top-wrapper .photo .fancypage {
	position:absolute;
	right:0;
}
.highlightBox {
	position:relative;
	background-color: #5692a2;
	width: 100%;
	text-transform: uppercase;
	line-height:1.42;
	font-size: 28px;
	font-weight: 600;
	margin-top:10px;
	margin-bottom:20px;
}
.highlightBox * {
	color: #e7e3c0;
}
.highlightBox h3 {
	text-transform:none;
	font-family: peachy-keen-jf, sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 26px; 
	color: #e7e3c0;
}
.highlightBox > .wrapper{
	display:flex;
}
.highlightBox .left-section, .highlightBox .right-section {
	position:relative;
	
}
.highlightBox .left-section {
	width:52%;
}
.highlightBox .left-section .img-wrapper {
	width:100%;
	height:100%;
}
.highlightBox .left-section .img-wrapper .img {
	background-size:cover;
	background-repeat:no-repeat;
	background-position:center center;
	width:100%;
	height:100%;
}
.highlightBox .right-section {
	width:48%;
}
.highlightBox .right-section .content {
	padding:40px;
}
*.underscore {
	display:inline-block;
}
*.underscore::after {
	display:block;
	content:"";
	margin-top:10px;
	border-top:1px solid #fff;
	border-bottom:1px solid #fff;
	height:3px;
}
.footerTop {
	background-color: #395b3a;
	box-shadow: 1px 0 10px -1px rgba(0, 0, 0, 0.3);
	padding:25px 0px;
	font-size:1.5vw;
	font-family: peachy-keen-jf, sans-serif;
	font-style: normal;
	font-weight: 400;
}
.footerTop .highlight {
	font-size:3.2vw;
}
.footerTop .button {
	box-shadow: 0px 0px 8px 0px rgba(9, 28, 88, 0.4);
}
.footerTop .content {
	color:#e7e3c0;
}
.footerTop ul {
	list-style:none;
	margin:0;
	padding-left:0px;
}
.footerTop li {
	text-transform:uppercase;
	display:inline-block;
}
.footerTop li > div:after {
	content:"/";
	display:inline-block;
	padding:0px 5px 0px 10px;
}
.footerTop li:last-child > div:after {
	display:none;
}
.footerTop a, .footerTop a:visited {
	color:inherit;
	text-decoration:none;
}
.footerTop td:not(:last-child) {
	padding-right:20px;
}
.footerBottom {
	padding:70px 0px 40px 0;
	position:relative;
	background-size:2400px auto;
	overflow:hidden;
}
.footerBottom::before {
	content:"";
	display:block;
	position:absolute;
	width:100%;
	height:100%;
	left:0;right:0;bottom:0;top:0;
	background-color:rgba(231, 227, 192, .7);
}
.footerBottom .content {
	font-weight: 700;
	font-size: 21px;
	line-height: 1.33;
	color: #395b3a;
}	
.footerBottom .content a {
	text-decoration:none;
	color:inherit;
}
.footerBottom .bottom-links {
	font-weight: 400;
	font-size: 13px;
	line-height: 26px;
	color: #395b3a;
}
.footerBottom .bottom-links {
	margin-top:20px;
}
.footerBottom a, .footerBottom a:visited {
	font-weight:inherit;
}
.footerBottom .newsletter-wrapper input.button {
	width:100%;
	font-size: 2vw;
}
.footerBottom .columns {
	display:flex;
	justify-content:space-between;
}
.footerBottom .columns > div{
	width:calc((100% - 370px) / 2);
	padding-left:40px;
}
.footerBottom .columns > div:first-child {
	width:290px;
	padding-left: 0px;
}
.footerBottom .copyright {
	font-weight: 400;
	font-size: 14px;
	color: #395b3a;
	margin-top:60px;
	text-align:right;
}
.footerBottom .newsletter-wrapper {
	position:relative;
}
.footerBottom .newsletter-wrapper .overlay {
	position:absolute;
	right:-10%;
	bottom:-10%;
	width:30%;
	height:100%;
	background-size:contain;
	background-repeat:no-repeat;
	background-position:bottom right;
	z-index:10;
}
.footerBottom #content_newsletter_heading {
	margin-bottom:15px;
}
.footerlink {
	padding:0px 1px;
}
.footerlink a {
	text-decoration:none;
	color:inherit;
}
footer .addthis_toolbox a {
	padding-right:7px;
}
.footerLinksRight {
	float:right;
}
form label {
	display:inline-block;
	width:110px;
	text-align:right;
	padding-right:5px;
}
form label.wider {
	width:auto;
}
.bodymid .top-wrapper {
	display:flex;
	justify-content:space-between;
}
.fromcms ul {
	margin:0;
	padding:0;
}
.fromcms li {
	margin-left:30px;
}
.contactform input.button {
	width:auto;
}
.twocol {
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
}
.twocol > div {
	width:49%;
}
.contactform textarea {
	height:80px;
}
.alert {
	color:#990000;
	font-weight:bold;
}
table td {
	vertical-align:top;
}
body .fancybox-outer {
}
body .fancybox-skin {
	padding:20px !important;
}
.fancybox-image {
	height:auto !important;
}
.search li {
	margin-bottom:10px;
}
.btcheck {
	display:none;
}
/* ---------------------------------------------------------------- */
/* HOVER MENU */
/* ---------------------------------------------------------------- */
nav ul, nav ul li {
        list-style:none;
        margin:0;
        padding:0;
}
nav {
	background-color: #091c58;
	width: 100%;
}
nav .main-nav__menu {
        display:flex;
        justify-content:space-between;
}
nav .main-nav__menu ul {
    display:none;
    position:absolute;
    background-color:#2279af;
	border-top:4px solid #d91f40;
    top:100%;
    text-align:center;
    width:230px;
	z-index:100;
}
nav .main-nav__menu > li:last-child > ul {
        right:0;
}
nav .main-nav__menu ul ul {
        left:100%;
        top:0;
	margin-top:-3px;
}
nav .main-nav__menu li:hover > ul,
nav .main-nav__menu li.hover > ul,
nav .main-nav__menu li.open > ul {
        display:block;
}
nav .main-nav__menu li.closed > ul {
        display:none !important;
}
nav li {
	color: #ffffff;
	font-weight: 700;
	font-size: 1.5vw;
	text-transform: uppercase;
	text-align:center;
}
nav li a {
    padding:12px 10px;
    position:relative;
    display:block;
	text-decoration:none;
	color:inherit;
}
nav .main-nav__menu ul li {
	text-transform:none;
	font-weight:normal;
	font-size:15px;
}
nav .has-sub li a {
        padding:6px 20px;
}
nav li a:hover {
    color:rgba(255,255,255,.9);
	text-decoration:none;
}
nav .main-nav__menu ul li a:hover {
        color:#fff;
        background:#072f59;
        opacity:1;
}
nav .main-nav__menu ul li a.call.button {
	font-size: 22px;
	position: relative;
}
nav .main-nav__menu ul li:last-child a.call.button {
	top: 15px;
}
/* ---------------------------------------------------------------- */
/* ---------------------------------------------------------------- */
/* ---------------------------------------------------------------- */

/* ---------------------------------------------------------------- */
/* Slideshow */
/* ---------------------------------------------------------------- */
.slideshow {
        position:relative;
		height:560px;
}
.interior .slideshow {
	height:340px;
}
.slideshow .slide_viewer, .slideshow .slide_group,  .slideshow .slide {
	height:100%;
}
/*.slideshow .slide .ratio {
        width:100%;
        padding-top:42%;
}*/
.slideshow .slide {
        width:100%;
        background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
}
.interior .slideshow .slide {
        background-position:center;
}
.slideshow .slide:not(:first-child) {
        display:none;
}
.slideshow .slide > a {
        position:absolute;
        top:0;bottom:0;left:0;right:0;
        width:100%;
        height:100%;
        cursor:pointer;
        z-index:20;
}
.slideshow .rslides_nav {
	position:absolute;
	top:45%;
	z-index:100;
}
.slideshow .rslides_nav.prev {
	left:30px;
}
.slideshow .rslides_nav.next {
	right:30px;
}
.rslides_tabs {
	display:flex;
	justify-content:center;
    position: absolute;
    bottom: 30px;
	right:30px;
	z-index:100;
	list-style:none;
	margin:0;
	padding:0;
}
.rslides_tabs a {
	padding:0;
	width:10px;
	height:10px;
	display:block;
	font-size:1px;
	color:transparent;
	text-decoration:none;
}
.rslides_tabs li {
	border:1px solid #e7e4c1;
	margin:0px 3px;
}
.rslides_tabs .rslides_here {
	background:#e7e4c1;
}
.main-header-image {
        position:relative;
}
.sidePhotos img {
	display:block;
	width:100%;
	margin-bottom:15px;
}
/* ---------------------------------------------------------------- */
/* ---------------------------------------------------------------- */
/* ---------------------------------------------------------------- */

/* ---------------------------------------------------------------- */
/* Initial Responsive styles */
/* Call first on page to help loading (e.g hide elements until they've moved )*/
/* ---------------------------------------------------------------- */
body {
    max-width:100%;
}
iframe {
    max-width: 100%;
}
.video iframe {
    max-width: 90%;
}
.innerWrapper, #innerContent {
    max-width:100%;
    position:relative;
}
.menu-button {
    display:none;
}
.mobileonly {
    display:none;
}
.fromcms table {
	table-layout:fixed;
	width:100%;
}
.fancybox-wrap{
    max-width:90%;
}
.mobileshare {
	display:none;
}
.table {
	display:table;
	table-layout:fixed;
}
table td {
	vertical-align:top;
}
table td[valign=middle] {
	vertical-align:middle;
}
.button {
	-webkit-appearance:none;
}
body .ui-widget.ui-widget-content {
	z-index:10000 !important;
}
body .mce-container, body .mce-container-body, body .mce-container iframe {
	max-width:100%;
}
/* Full Desktop */
@media (min-width : 1400px) {  
	.footerTop .highlight {
		font-size:54px;
	}
	.footerTop {
		font-size:28px;
	}
	.footerBottom input.button,
	.footerBottom .newsletter-wrapper input.button {
		font-size: 26px;
	}
}
/* Small Tablet + Mobile */
@media (max-width : 767px) {  
	.mobileonly {
		display:block !important;
	}
	span.mobileonly {
		display:inline-block !important;
	}
    .nomobile {
        display:none !important;
    }
	img {
		float:none !important;
	}
	header  {
		height:90px;
	}
	header .logo {
		position:absolute;
		width:170px;
		padding-top:10px;
		z-index:4000;
	}
	header .logo img {
		width:100%;
	}
	.p_index .fromcms {
		width:auto;
		padding-top:0;
	}
	.p_index .main-content{
		text-align:left;
	}
	.main-content {
		padding-bottom:0;
	}
	.interior .main-content {
		margin-top:40px;
	}
	.main-content .top-section {
		flex-wrap:wrap;
	}
	.main-content .top-section > div.right-section {
		order:2;
	}
	.main-content .top-section > div.left-section {
		order:3;
		padding-top:25px;
		max-width:90%;
		margin:0px auto;
	}
	.main-content .top-section > div {
		width:100%;
	}
	.slideshow .button {
		margin-left:0;
		width:auto;
		display:inline-block;
	}
	.fromcms, .bodymid {
		padding-right:0;
	}
	.sharefloat {
		display:none;
	}
	body {
		font-size:19px;
	}
	.main-content.template2 {
		flex-wrap:wrap;
	}
	.main-content.template2 > div {
		width:100%;
	}
	.main-content.template2 .bodyright {
		margin-top:40px;
	}
    header .nav-wrapper nav {
            display:none;
    }
    header .nav-wrapper.open nav {
		display:block;
		position:fixed;
		width:100%;
		left:0;
		top:0px;
		padding-top: 220px;
		height:100vh;
		margin:0px auto;
		overflow: auto;
		-webkit-overflow-scrolling: touch;
		background-color:#e7e3c0;
		z-index:3000;
    }
	header .nav-wrapper .main-nav > .contentWrapper {
		padding-bottom:20vh;
	}
    header nav .container > ul {
            height:auto;
    }
    header nav .container {
            display: flex;
        flex-direction: column;
    }
    header .nav-wrapper.open .main-nav__menu {
            padding-top:40px;
            display:block;
        flex-grow: 1;
    }
	.has-sub > span {
		display:flex;
		position:relative;
	}
	.has-sub.open > span {
		background:#243d96;
	}
	nav li, nav .main-nav__menu ul li {
		font-size:24px;
		text-align:left;
	}
    nav .main-nav__menu ul {
            position:static;
    }
    nav .main-nav__menu > li > a {
            top:auto;
            transform:none;
    }
    nav .main-nav__menu > .has-sub {
            margin-right:0;
    }
    nav .main-nav__menu ul {
            width:100%;
            border:none;
            box-shadow:none;
            padding-left:20px;
            padding-top:0;
        background: none;
        color: inherit;
    }
    nav .main-nav__menu li.has-sub > ul {
            display:none !important;
    }
	nav .main-nav__menu li.has-sub.open > ul {
            display:block !important;
			text-align:left;
			padding-left:0;
    }
	nav .main-nav__menu li.has-sub.open > ul > li {
		padding-left:20px;
	}
    header .logo-nav {
            display:block;
            position:static;
    }
    header .logo-nav .nav-wrapper {
            text-align:left;
        position: relative;
        top: 0;
    }
    nav li > a, nav li > div, nav .has-sub ul li a, .has-sub > span > a {
            display:block;
            padding:12px 20px 12px 30px;
    }
    .has-sub {
		position:relative;
    }
	nav .has-sub > span a {
		flex-grow:1;
	}
	.menu-button .open {
		display:none;
	}
    .open.menu-button .default {
		display:none;
    }
    .open.menu-button .open {
		display:block;
    }
	.toggleSub {
		padding:10px 20px;
	}
	.toggleSub::after {
		display:block;
		content:"+";
	}
	.open > .toggleSub::after {
		content:"-";
	}
    .main-header-image {
            padding-top:0;
    }
    header .logo-nav .logo {
        width: calc(100% - 60px);
        max-width:240px;
        padding:20px 15px;
        position: relative;
        z-index: 300;
    }
    .contentWrapper table:not(.noCollapse) {
	      display:block;
	      max-width:100% !important;
	      width:100% !important;
	      height:auto !important;
	}
	.contentWrapper table:not(.noCollapse) td, .contentWrapper table:not(.noCollapse) tr, .contentWrapper table:not(.noCollapse) tbody {
		display:block;
		width:auto !important;
		height:auto !important;
		padding:0 !important;
	}
    .contentWrapper table:not(.noCollapse) td {
	      margin-top:20px;
	}
	.subheading {
		font-size: 16px;
	}
	h1, h2, h3, h4, h5 {
	}
	h1 {
		font-size:42px;
		padding-bottom:15px;
	}
	h2 {
		font-size:36px;
	}
	.home h2 {
		font-size:21px;
		padding-bottom:15px;
	}
	h3 {
		font-size:30px;
	}
	h4 {
		font-size:24px;
	}
	h5 {
		font-size:21px;
	}
	.highlightBox h3 {
		font-size:36px;
	}
    .menu-button {
	    cursor: pointer;
	    position: absolute;
	    z-index: 6000;
	    width: 40px;
	    height: 40px;
	    right: 0;
	    top: 20px;
    }
    .menu-button .line {
        width:55px;
        border-bottom:6px solid #243d96;
        margin-bottom:6px;
    }
	.navPhotos {
		flex-wrap:wrap;
	}
	.navPhotos .item {
		width:100%;
		margin-left:0;
		margin-right:0;
		margin-bottom:35px;
	}
	header {
		border:none;
	}
	header .top-wrapper {
		flex-wrap:wrap;
	}
	header .headerRight {
		width:100%;
		order:3;
	}
	header .headerRight .content {
		text-align:center;
	}
	.footerTop li > div:after {
		display:none;
	}
	footer {
		margin:0px auto;
	}
	.bodymid .top-wrapper  {
		flex-direction:column;
	}
	.p_index .bodymid .top-wrapper .fromcms, 
	.bodymid .top-wrapper .photo {
		width:100%;
	}
	.bodymid .top-wrapper .photo {
		margin-top:40px;
	}
	.bodymid .top-wrapper .photo::after {
		content:"";
		display:block;
		width:100%;
		padding-top:88%;
	}
	.slideshow {
		height:220px;
	}
	.interior .slideshow {
		height:170px;
	}
	.button, a.button {
		display:block;
		width:auto;
		margin-left: auto;
		margin-right: auto;
		position:relative;
	}
	.fromcms li {
		list-style-position: outside;
		margin-left: 20px;
	}
	.slideshow .rslides_nav {
		display:none;
	}
	.footerTop {
		padding:50px 0 70px 0;
	}
	.footerTop .content {
		font-size:19px;
		text-align:center;
	}
	.footerTop .button {
		font-size:20px;
	}
	.twocol > div {
		width:100%;
	}
	*.underscore::after {
		margin-top:15px;
		margin-bottom:15px;
	}
	.highlightBox {
		font-size:26px;
	}
	.highlightBox > .wrapper {
		flex-wrap:wrap;
	}
	.highlightBox .left-section {
		order:2;
		width:100%;
	} 
	.highlightBox .right-section {
		order:1;
		width:100%;
	}
	.highlightBox .left-section .img-wrapper {
		width:auto;
		height:auto;
	}
	.highlightBox .left-section .img-wrapper > .img::before {
		content:"";
		width:100%;
		display:block;
		padding-top:106%;
	}
	.home .main-content .contentWrapper {
		max-width:100%;
	}
	.footerBottom {
	}
	.footerBottom .columns {
		flex-wrap:wrap;
		flex-direction: column-reverse;
	}
	.footerBottom .columns > div,
	.footerBottom .columns > div:first-child {
		width:100%;
		padding-left:0;
	}
	.footerBottom .newsletter-wrapper .overlay {
		position:static;
		width:auto;
		height:200px;
		background-position: top center;
		margin:40px 0 0 0;
	}
	.footerBottom .content a {
		display:inline-block;
	}
	.footerBottom .newsletter-wrapper input.button {
		font-size:26px;
		margin-top:10px;
	}
	.footerTop .highlight {
		font-size:52px;
	}
	.footerBottom .columns > div {
		margin:0 0 30px 0;
	}
	.footerBottom .columns > div:not(:last-child) {
		text-align:center;
	}
	.footerBottom .content {
		font-size:23px;
	}
	.footerBottom .bottom-links {
		font-size:18px;
	}
	.footerBottom .copyright {
		margin-top:30px;
		text-align:center;
	}
	.mobileblock {
		display:block;
	}
	hr {
		margin:30px auto;
	}
}
