@charset "utf-8";
/* CSS Document */

/*Layout Declarations*/
body {
	color: #747474;
    margin:0px;
    padding: 0;
	font-family: 'PT Sans', sans-serif;
	font-size: 16px;
	font-weight:400;
	line-height:1.5;
	height:100%;
}
.backstretch {
    position:fixed;
    top:0;
    left:0;
    z-index:-9999;
    width:100%;
    height:100%;
}
.backstretch .photo {   
    background-size:cover;
    background-repeat:no-repeat;
	background-position: center center;
	width:100%;
	height:100%;
}
.bodyWrapperBottom {
	position:absolute;
	bottom:0px;
	left:-220px;
}
p {
	margin-top:0px;
	margin-bottom:14px;
}
p:last-child {
	margin-bottom:0;
}
a, a:visited	{
	color:inherit;
    text-decoration:underline;
}

a:hover	{
	color:#e67fb9;
    text-decoration:underline;
}

a {
	outline:none;
	position:relative;
}
.required {
	font-weight:bold;
	color:#bf1e2d;
}
.innerContent{
	max-width:100%;
	position:relative;
}
.innerPadding {
	padding:0px 35px;
}
.innerBox {
    width:100%;
	height:auto;
    margin-left:auto;
    margin-right:auto;
}
/* for Internet Explorer */
/*\*/
* html .innerBox {
	height: 1020px;
}
/**/

.innerPages {
	padding:3px 0px;
}
.innerPages a {
	z-index:5;
}
.innerPages.full {
}
.bodymid {
	padding-top:160px;
}
.interior .innerPages{
	min-height:200px;
}
.p_index .bodymid {
	padding-top:0;
}
.heading {
	padding:10px 0px;
	text-align:center;
	color:#fff;
}
.heading h2 {
	padding:0;
}
.innerPages {
	padding:30px 0px;
	color:#fff;
}
.template1 .heading {
	background-color:#dc6785;
}
.template1 .innerPages {
	background-color:#d8335b;
}
.template2 .heading {
	background-color:#6C978F;
}
.template2 .innerPages {
	background-color:#3d7f78;
}
.template3 .heading {
	background-color:#73636b;
}
.template3 .innerPages {
	background-color:#422e39;
}
.template2 h4 {
	color:#8fb5b1;
}
h1, h2, h3, h4 {
	font-family: 'Lato', sans-serif;
	color:inherit;
	margin:0px 0px 5px 0px;
	font-weight:400;
	line-height:1.4;
	padding-bottom:10px;
	text-transform:uppercase;
	text-align:center;
}

h1 {
	font-size:40px;
}
h2 {
	font-size:30px;
}
h3 {
	font-size: 24px;
}
h4 {
	text-transform:uppercase;
	font-size:16px;
}
#footer {	
    font-size:13px;
	margin-top:220px;
	text-align:center;
}
#footer a {
	font-weight:inherit;
}
.footerTop {
	background:#C94F69;
	padding:30px 20px;
	color:#fff;
	text-align:center;
}
.footerMid h2 {
	margin-bottom:0;
	padding-bottom:0;
}
.footerMid {
	padding:15px 20px 10px 20px;
	background:#E5E5E5;
	color:#fff;
	text-align:center;
}
.footerMid #content_footer_mid {
	border-top:1px solid #C94F69;
	padding:10px 0px;
	position:relative;
}
.footerMid #content_footer_mid:before {
	content:"";
	position:absolute;
	top:0;
	width: 0;
    height: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-top: 18px solid #C94F69;
}
.footerBottom {
	background:#fff;
	padding:30px 20px;
}
.dynamic img[style*="float: right"], .dynamic img[style*="float:right"] {
	margin-left:20px;
	margin-bottom:20px;
}
.dynamic img[style*="float: left"], .dynamic img[style*="float:left"] {
	margin-right:20px;
	margin-bottom:20px;
}
hr.cleaner{
	clear:both;
	height:1px;
	margin: -1px 0 0 0;
	padding:0;
	border:none;
	visibility: hidden;
}

hr {
	height: 1px; 
	border-style: none; color: black; 
	background:#8a7a67;
    padding:0px;
    margin:15px 0px;
}
blockquote {
	margin:0px 20px;
}
img
{
	text-decoration:none;
	border-style: none;
}
.contactform input, .contactform textarea {
	width:100%;
	margin-bottom:15px;
}
.contactform select {
	width:100%;
}
.contactform .twocol {
	width:97.5%;
}
.twocol .col {
	display:inline-block;
	width:49.5%;
}
input.blur, textarea.auto-hint {
    color: #9e9ea7;
}

.alert {
    color:#ffffff !important;
    font-weight:bold;
	background-color:#990000;
	padding:10px 5px;
	text-align:center;
	font-size:18px;
}
.infoBox > img {
	position:absolute !important;
	right:2px;
}	
.infoBox a:hover {
	color:#422e39;
}

.innerPages ul {
	overflow: hidden;
}
li {
	margin: 0em;
	padding: 0em;
	margin-bottom:7px;
} 
.hoverBox {
    padding:3px;
    position:absolute;
    display:none;
    background-color: #dbdfe8;
    border:1px solid black;
    filter:alpha(opacity=90);
	z-index:40;
	color:#fff;
}
.hoverBoxClose {
	width:100%;
	background-color:#000;
	color:#fff;
	text-align:right;
	padding:1px;
	margin-bottom:3px;
}
.hoverBoxClose * {
	color:#fff;
}
.hoverBoxClose a {
	color:#fff;
	text-decoration:none;
	padding-right:5px;
	font-weight:bold;
}
.editorButton {
	background-color:#ccc;
	color:#000;
	text-decoration:none;
	padding:1px 3px;
	border:1px solid #000;
	position:absolute;
	margin-left:-20px;
	margin-top:2px;
}
.editorButton:hover {
	font-weight:bold;
	text-decoration:none;
	color:#000;
}
.article-content img {
	margin:12px;
}

.article-content img {
	border:3px solid #557a6c;
	margin-top: 5px;
}
.subnav {
	margin:5px 0px;
}
.subnav a {
	text-decoration:none;	
	color:#868686;
	letter-spacing:1px;
}
.subnav a:hover {
	color:#005030;
}
.column  {
    float:left;
    margin-right:2px;
    margin-top:10px;
    padding:3px 9px 0px 10px;
    min-height:120px;
    position:relative;
}
.verticalBar {
	height:300px;
	float:left;
    border-right:1px solid #c4a344;
}
header {
	position:fixed;
	left:0;
	width:100%;
	top:0;
	background:rgba(255,255,255,.95);
	width:100%;
	z-index:2000;
}
.headerWrapper {
	display:table;
	margin:0px auto;
}
header .logo, header .headerRight {
	display:table-cell;
	vertical-align:top;
}
header .logo {
	vertical-align:middle;
	width:300px;
	height:140px;
	padding:0px 100px;
}
.logo img {
}
.logo a {
	display:block;
}
.short ul.nav > li a, .interior ul.nav > li a {
	padding-top:12px;
}
header .logo, header ul.nav > li a {
	transition: all .25s ease-in-out;
}
header.short .logo, .interior header .logo {
	width:180px;
	height:70px;
}
.bodyWrapper {
	padding-top:70px;
}
.headerRight {
	display:table-cell;
	vertical-align:top;
	text-align:right;
}
#content_header_contact {
	display:inline-block;
}
#content_header_contact a {
	color:inherit;
	text-decoration:none;
	font-weight:400;
}
#content_header_contact a:hover {
	text-decoration:underline;
}
.button {
	display:inline-block;
	vertical-align:middle;
	text-transform:uppercase;
	text-align:center;
	cursor:pointer;
	text-decoration:none;
	position:relative;
	z-index:5;
	font-size: 100%;	
	font-weight:bold;

	border: 1px solid #78104b;
	background: #e890c2;
    color: #78104b;
    background-image: -webkit-gradient( linear, left bottom, left top, from( #d65aa0 ), to( #e890c2 ) );
    background-image: -webkit-linear-gradient( bottom,#d65aa0, #e890c2 );
    background-image: -moz-linear-gradient( bottom, #d65aa0, #e890c2 );
    background-image: -o-linear-gradient( bottom, #d65aa0, #e890c2 );
    background-image: linear-gradient( to top, #d65aa0, #e890c2 );
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e890c2', endColorstr='#d65aa0');
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -ms-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;

}
.button:hover {
	background: #d65aa0;
    color: #78104b;
    background-image: -webkit-gradient( linear, left bottom, left top, from( #e890c2 ), to( #d65aa0 ) );
    background-image: -webkit-linear-gradient( bottom, #e890c2, #d65aa0 );
    background-image: -moz-linear-gradient( bottom, #e890c2, #d65aa0 );
    background-image: -o-linear-gradient( bottom, #e890c2, #d65aa0 );
    background-image: linear-gradient( to top, #e890c2, #d65aa0 );
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d65aa0', endColorstr='#e890c2');
}
.button a {
	display:block;
	padding: 7px 20px;
	color: #ffffff;
	text-decoration:none;
}
input.button {
	width:auto;
	padding: 7px 20px;
	font-family:inherit;
}
#footer .press {
	background:#eee8db; /*rgba(255,255,255,.49);*/
	width:55%;
	margin:0px auto;
	position:relative;
	z-index:2;
	border:1px solid #971c22;
	padding:10px;
}
#footer .press .articles {
	display:table;
}
#footer .press .article {
	display:table-cell;
	width:30%;
	vertical-align:top;
	border-right:1px solid #971c22;
	padding:0 1%;
}
#footer .press .article:last-child {
	border:none;
}
#footer .press .button {
	margin-top:10px;
}
.press .button a {
	padding: 0px 10px;
	display:block;
}
.button:hover a, a.button:hover, .button a:hover {
	text-decoration:none !important;
}
.button.lighter {
    cursor:pointer;
}
#contactBox h4 {
	color:inherit;
	display:inline-block;
	margin-right:10px;
	font-weight:500;
}
#contactBox #side_fname {
	width:20%;
}
#contactBox #side_email {
	width:22%;
}
.newsletterSignup {
	position:absolute;
	z-index:20;
	top:6px;
	width:75px;
	text-align:center;
	padding:0px 5px;
	cursor:pointer;
	font-size:21px;
	text-shadow: 3px 4px 2px #1b1b1b;
}
.newsletterSignup a {
	text-decoration:none;
}
.newsletterSignup a:hover {
	color:#ccc;
}
.highlight, .highlight * {
	color:#bf1e2d !important;
}
.photoCaption, .photoCaption * {
	color:#000000;
	font-style:italic;
	position:relative;
	z-index:1500;
}
.subheading, .subheading * {
	color:#b55414 !important;
	font-weight:bold !important;
}
#nav a {
	color:#ffffff;
}
.autoClose {
    background-color:#000;
    border:1px solid #ccc;
    padding:0px 4px;
    color:#ffffff;
    position:absolute;
    right:0px;
    top:0px;
    text-transform:uppercase;
    font-size:11px;
    font-weight:bold;
    cursor:pointer;
}
.customform {
	position:relative;
	z-index:5;
}
input {
	position:relative;
	z-index:10;
	font-family:inherit;
}
.innerContent input[type=text], .innerContent select, .innerContent textarea, .innerContent input[type=password] {
    border-radius:0;
    background-color:#ffffff;
    border:2px solid #ebebeb;
	padding:8px 0px;
	text-indent:8px;
	font-size:11px;
	margin-bottom:5px;
	max-width:100%;
}
#contactBox input[type=text] {
    background-color:#f6f6f6;
    border:1px solid #f6f6f6;
}
.customform select::-ms-expand {
	display: none;
}
.customform select {
	margin-bottom:5px;
	height:32px;
	position:relative;
	-webkit-appearance:none;
	-moz-appearance:none;
	background:url('/images/selectarrow.png') no-repeat right 5px center #ffffff;
}
.customform select[multiple] {
	background:#ffffff;
}
.customform select option {
	padding:5px 5px;
}
.contactform input[type=text] {
	margin-bottom:20px;
}
.contactform textarea {
	height:100px;
}
.btcheck, .trk {
	display:none;
}
th, th a, th a:visited {
	background-color:#00385f;
	color:#ffffff;
	font-size:10px;
	text-decoration:none;
	position:relative;
	z-index:10;
}
th a:hover {
	text-decoration:none;
	color:#000000;
}
.oddrow {
	background-image:url('/images/background_oddrow.png');
}
.results .line1, .results .line1 a {
    color:#aa2f31 !important;
	font-size:12px;
    font-weight:bold;
	text-decoration:none;
}
.results .line2, .results .line2 a {
    font-style:italic;
	font-size:12px;
	color:#000;
	text-decoration:none;
}
.results .line3, .results .line3 a {
	color:#000;
	text-decoration:none;
	font-size:11px;
	font-weight:bold;
}
.manualClose {
	position:absolute;
	right:0px;
    width: 80px;
    height: 26px;
    background: #ffffff url('/fancybox/fancybox/closelabel.gif') no-repeat;
    background-position:center center;
    cursor: pointer;
}
.fancybox-wrap .fancybox-title-float-wrap .child {
	background:#e67fb9;
}
.contactcomplete {
	padding-top:30px;
    background-color:#750b0d;
    background:url('/images/parchment_tile_dark.jpg');
   width:450px;
    overflow-x:hidden;
    overflow-y:auto;
}
#footer .copyright {
	display:inline-block;
	width:30%;
	vertical-align:top;
}
#footer .social {
	position:relative;
	min-height:24px;
	min-width:50px;
	font-weight:500;
	text-align:left;
}
#footer .social a {
	text-decoration:none;
}
#footer .social .icons {
	white-space:nowrap;
	padding-left:20px;
}
.social .icon {
	background:url('/images/sprites.png') no-repeat;
	width:25px;
	height:25px;
	display:inline-block;
	margin-right:1px;
}
.fixed.share {
	position:fixed;
	right:0;
	z-index:1000;
	top:25%;
}
.video {
    position:absolute;
    top:100px;
    z-index:500;
    width:100%;
    text-align:center;
}
#screen {
    z-index:1;
    left:0;
    top:0;
    width:100%;
    height:100%;
    opacity:0.6;
    filter:alpha(opacity=60);
}
.dynamic li {
}
.dynamic img {
	display:block;
}
.customform img, .dynamic .customform img {
	display:inline-block;
}
.newline, .cleaner {
	clear:both;
}
table td {
	vertical-align:top;
}

#newsletterBox input[type=text] {
	width:90%;
}
.smaller {
	font-size:50%;
}
video {
	object-fit:cover;
	max-width:100%;
	height:auto !important;
}
.table {
  display: table;
  width: 100%;
}
.bodyright, .bodyleft {
	height:100%;
}
.bodyleft .content img, .bodyright .content img {
	display:block;
}
.bodyleft .content a, .bodyright .content a {
	position:absolute;
	display:block;
	left:0;
	top:0;
	width:100%;
	height:100%;
}
#map {
	height:400px;
	width:100%;
}
/* arrows */
span.arrow {
    display:inline-block;
	cursor:pointer;
}
.arrow-right {
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 5px solid #aa2f31;
}
.arrow-left {   
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-right: 5px solid #aa2f31;
}
.arrow-up {
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 14px solid #aa2f31;
}
.arrow-down {
    width: 0;
    height: 0;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-top: 10px solid #ebebea;
}
/* --------------------------- */
