﻿/* Design by RTBWizards.com
 * Main Colors:   #871F1F (dark), #85a3bb (medium), #c5d4df (light)
 * Accent Colors: #871F1F (dark), #b99c87 (medium), #ede5df (light)
 * Google Fonts Used: 'Open Sans', 'Hammersmith One' 'Cinzel'
 */

/* ============================== GENERAL RULES ================================================= */
html {height: 100%;}
header, figure, figcaption, footer, nav, article, section, aside {display: block;}
body {
   background: #fff;
   font-family: 'Open Sans', Verdana, Helvetica, sans-serif;
   font-size: 16px;
   color: black;
   margin: 0;
   padding: 0;
   line-height: 1.5em;
   height: 100%;
}
table {
   padding: 0; border-collapse: collapse; font-size: 100%; width: 100%; text-align: left;
}
 table th {
   font-size: 0.60em;
   line-height: 1.4em;
   font-weight: bold;
   text-align: center;
   padding: 2px 0;
   border-right: 0.5px gray dotted;
}
table td {
   font-size: 0.80em;
   line-height: 1.5em;
   text-align: center;
   padding:  2px 0;
   border-right: 0.5px gray dotted;
}
table td.left {
	text-align: left;
}

/* ============================== HORIZONTAL RULES AND CLEAR FLOATS ============================== */
hr {background-color: #e5e7e9; border: none; color: #e5e7e9; height: 1px; clear: both;}
hr.fancy {   
   background: transparent url('../images/horizontalrule.png') center center no-repeat; text-align: center; 
   display: inline-block; border: none; height: 30px; width: 100%; margin: 10px auto; clear: both;
}
hr.fancyWhite {   
   background: transparent url('../images/horizontalruleWhite.png') center center no-repeat; text-align: center; 
   display: inline-block; border: none; height: 20px; width: 100%; margin: 10px 0 0 0; clear: both;
}
hr.blank {   
	background-color: transparent; border: none; color: #fff; height: 10px; clear: both; visibility: hidden;}
}
hr.noshow {
	background-color: transparent; border: none; color: #fff; height: 0; clear: both; visibility: hidden;}
hr.clear {
	margin: 0; padding: 0; height: 0; clear: both;
}
hr.tall {
	background-color: transparent; border: none; color: #fff; height: 40px; clear: both; visibility: hidden;}
}
hr.divider {
   background: transparent url('../images/bottom.png') center center no-repeat; text-align: center; 
   display: inline-block; border: none; height: 100%; width: 100%; margin: 10px auto; clear: both;
}

/* ============================== LISTS ========================================================== */
ul {margin: 10px 0 20px 10px; padding: 0 0 0 15px;}
ul li a {color: #871F1F; text-decoration: none; font-weight: bold; padding: 0;}
ul li a:hover {color: #871F1F; text-decoration: underline;}
ol.leadingzero {background: none; list-style-position: outside; list-style-type: decimal-leading-zero;}
ul.listA li {list-style-type: none; position: relative; margin-left: -10px; padding-left: 20px; font-size: 0.85em;}
ul.listA li::before {position: absolute; font-family: 'FontAwesome'; font-size: 0.85em; top: 0; left: 0; content: "\f0a9"; color: #871F1F;}
ul.listA li ul {margin-top: 0; margin-bottom: 0;}
ul.list1 li {list-style-type: none; position: relative; margin-left: -10px; padding-left: 20px;}
ul.list1 li::before {position: absolute; font-family: 'FontAwesome'; font-size: 14px; top: 0; left: 0; content: "\f0a9"; color: #871F1F;}
ul.list1 li ul {margin-top: 0; margin-bottom: 0;}
ul.list2 li {list-style-type: none; position: relative; margin-left: -10px; padding-left: 10px;}
ul.list2 li::before {position: absolute; font-family: 'FontAwesome'; font-size: 14px; top: 0; left: 0; content: "\f0da"; color: #871F1F;}
ul.list2 li ul {margin-top: 0; margin-bottom: 0;}
ul.list3 li {list-style-type: none; position: relative; margin-left: -10px; padding-left: 15px;}
ul.list3 li::before {position: absolute; font-family: 'FontAwesome'; font-size: 14px; top: 0; left: 0; content: "\f101"; color: #871F1F;}
ul.list3 li ul {margin-top: 0; margin-bottom: 0;}
ul.list4 li {list-style-type: none; position: relative; margin: 0 0 0 -10px; padding: 0 0 0px 20px;}
ul.list4 li::before {position: absolute; font-family: 'FontAwesome'; font-size: 14px; top: 2px; left: 0; content: "\f0a9"; color: #871F1F;}
ul.list4 li ul {margin-top: 0; margin-bottom: 0; padding-top: 0;}

ul.slimmenu li a.menu-box { 
  border: 2px solid #7C2529; 
  text-decoration: none; 
  display: inline-block;   
  vertical-align: middle;
  padding-top: 2px;    
  padding-bottom: 2px; 
  padding-left: 4px;
  padding-right: 4px;
  line-height: 1.2;    
}

/* ============================== TYPOGRAPHY ====================================================== */
a {
   color: #191919;
   text-decoration: underline;
   outline: none;
   font-weight: normal;
}
a.none {
	text-decoration: none;
}
a.std {
   color: black;
   text-decoration: underline;
   outline: none;
   font-weight: normal;
}
a.rb {
   color: #7c2529;
   text-decoration: none;
   outline: none;
   font-weight: bold;
}
a:hover {
   color: #871F1F;
   text-decoration: underline;
   font-weight: bold;
}
/*

font-family: Garamond, "Baskerville", "Baskerville Old Face", "Hoefler Text", "Times New Roman", Times, serif;
h1 {
   font: 44px "Times New Roman", Times, serif;
   margin: 0.3em 0;
   font-weight: 400; /* Optional: adjust for a classic or bold look */
}
*/

h1 {
   font-family: 'Hammersmith One', Verdana, Helvetica, sans-serif;
   font-size: clamp(1.25rem, 3.75vw, 4rem);
   margin: 0.3em 0;
}
h2 {
   font: 34px 'Open Sans', Verdana, Helvetica, sans-serif;
   margin: 0.3em 0;
}
h3 {
   font: 30px 'Open Sans', Verdana, Helvetica, sans-serif;
   margin: 0.3em 0;
   padding: 1px 0 0 0;
   font-variant: small-caps;
   letter-spacing: -1px;
   color: #7C2529;
}
.h3-sub {
    display: inline-block;
    font-size: 0.50em;
    font-variant: normal;
    letter-spacing: 2px;
    color: black;
    position: relative;
    top: -16px;
}h4 {
   font: 30px 'Open Sans', Verdana, Helvetica, sans-serif;
   margin: 0.3em 0;
}
h5 {
   font: 28px 'Open Sans', Verdana, Helvetica, sans-serif;
   margin: 0.3em 0;
}
h6 {
   font-family: 'Open Sans', Verdana, Helvetica, sans-serif;
   font-size: 24px;
   margin: 0.3em 0;
   line-height: 1.5;
}
/* clamp(1rem, 2vw, 2.25rem)*/
.heading-line {
   background: #191919 none repeat scroll 0 0;
   display: block;
   height: 1px;
   margin: 0 auto 10px auto;
   width: 300px;
}
.divider-line {
   background: #191919 none repeat scroll 0 0;
   display: block;
   height: 1px;
   margin: 0 20px;
}
.heading-line-left {
   background: #871F1F none repeat scroll 0 0;
   display: inline-block;
   height: 3px;
   margin: 0 0 10px 0;
   width: 100px;
}
.alternate1 {
   font: 30px 'Open Sans', Verdana, Helvetica, sans-serif;
   font-variant: small-caps;
   letter-spacing: 2px;
   margin: 0.3em 0;
   padding: 0 0 5px 0 ;
}
.alternate2 {
   font: 28px 'Open Sans', Verdana, Helvetica, sans-serif;
   text-transform: uppercase;
   letter-spacing: -1px;
   margin: 0.3em 0;
   text-align: left;
   position: relative;
   overflow: hidden;
}
.alternate2::after {
   border-bottom: 1px solid #85a3bb;
   content: "";
   display: inline-block;
   height: .20em;
   position: relative;
   vertical-align: middle;
   width: 100%;
   margin-bottom: .45em;
   left: 0.4em;
   margin-right: -50%;
}
.alternate3 {
   font: 24px 'Open Sans', Verdana, Helvetica, sans-serif;
   font-variant: small-caps;
   letter-spacing: 2px;
   margin: 0.3em 0;
   padding: 0 0 5px 0 ;
}
.alternate4 {
   font: 30px 'Open Sans', Verdana, Helvetica, sans-serif;
   margin: 0.3em 0;
}
.alternate5 {
   font: 24px 'Open Sans', Verdana, Helvetica, sans-serif;
   font-weight: bold;
   margin: 0.3em 0;
}
.alternate6 {
   font-variant: small-caps;
   font-weight: bold;
   letter-spacing: 1px;
}
.title {
   font: 20px 'Open Sans', Verdana, Helvetica, sans-serif;
   font-weight: bold;
   color: #871F1F;
   letter-spacing: 1px;
   line-height: 1.5em;
   margin: 20px 0 5px 0;
}
.title1 {
   font: 18px 'Open Sans', Verdana, Helvetica, sans-serif;
   font-weight: bold;
   color: #871F1F;
   letter-spacing: 1px;
   line-height: 1.5em;
   margin: 20px 0 5px 0;
}
.subtitle {
   font: 24px 'Open Sans', Verdana, Helvetica, sans-serif;
   margin: -0.3em 0 0.3em 0;
}
.picTitle {
   font: 30px 'Open Sans', Verdana, Helvetica, sans-serif;
   margin: 0;
   padding: 0;
   font-variant: small-caps;
   letter-spacing: -1px;
}
p.pt3 {
	margin-top: 0;
	padding-top: 3px;
}
p.pb3 {
	margin-bottom: 0;
	padding-bottom: 3px;
}
p.pm10 {
	margin-bottom: 10px;
	padding-bottom: 10px;
}

/* ============================== FRONT PAGE PARAGRAPHS ================================= */
.hero-content {
  background: #f7f6f4;
}
.brandState1 {
	font-family:'Cinzel', Verdana, Helvetica, sans-serif;
	font-size: clamp(1.1rem, 2.4vw, 2.375rem);
	font-weight: bolder;
	letter-spacing: 0px;
	text-align: center;
	color: black;
	margin: 0;
	padding:0;
}
.brand-line1 {
	background: #7C2529 none repeat scroll 0 0;
	display: block;
	height: 2px;
	margin: 24px auto 4px auto;
	width: 300px;
}
.tag1 {
	color: #000;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: clamp(1.9rem, 4.05vw, 3.8125rem);
	font-weight: normal;
	letter-spacing: 1px;
	line-height: 1.1;
	margin: 0.5em 0 0 0;
}
.copy0 {
	font-family: 'Open Sans', Verdana, Helvetica, sans-serif;
	font-size: clamp(1rem, 1.2vw, 1.75rem);
	font-weight: normal;
	color: #000;
	margin: 0;
	padding: 0;
}
.copy1 {
	font-family: 'Open Sans', Verdana, Helvetica, sans-serif;
	font-size: clamp(1rem, 1.2vw, 1.75rem);
	font-weight: normal;
   	color: #000;
   	margin: 1.2em 0;
   	line-height: 1.5em;
}
.copy2 {
	font-family: 'Open Sans', Verdana, Helvetica, sans-serif;
	font-size: clamp(0.7rem, 1vw, 0.85rem);
	font-weight: normal;
   	color: #000;
	margin: 1.2em 0 0.6em 0;
	line-height: 1.5;
}
.indentP1 {padding-left: 1em;}
.indentP2 {padding-left: 2em;}
.indentB {padding: 0 clamp(0.6rem, 0.9vw, 0.7rem);}
.indent4B {padding-left: 1.4em;	text-indent: -0.7em;}
.spacer {
  height: 6px;
  line-height: 6px;
  margin: 0;
  padding: 0;
  overflow: hidden; /* Ensures the &nbsp; doesn't poke out */
}
.scroll-title {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: clamp(1.6rem, 2.8vw, 2.4rem);
	font-weight: bold;
	line-height: 1.1em;
	letter-spacing: 0px;
	text-align: left;
	color: #7C2529;
	padding:0;
}
.white-title {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: clamp(1.6rem, 2.8vw, 2.4rem);
	font-weight: bold;
	line-height: 1.1em;
	letter-spacing: 0px;
	text-align: left;
	color: white;
	margin: 0.5em 0;
	padding:0;
}
.scroll-subtitle {
	font-family: 'Open Sans', Verdana, Helvetica, sans-serif;
	font-size: clamp(1.1rem, 1.7vw, 1.4rem);
	margin-bottom: 0.8em;
	text-align: center;
	margin: 0.5em;
}
.bullet-indent {
	padding-left: 1.4em;
	text-indent: -0.7em;
	font-family: 'Open Sans', Verdana, Helvetica, sans-serif;
	font-size: clamp(1.1rem, 1.7vw, 1.4rem);
	margin: 0 0 0.8em 0;
	line-height: 1.;
}
.groupB {
	margin: 10px 0; 
	clear: both;
	border: 2px #7C2529 solid;
	overflow: hidden;
}
.box-num {
  margin: 0 0 14px 0;
  color: #000;
  font-size: 0.8rem;
  font-weight: bold;
  letter-spacing: 0.1em;
}
.box-title {
  margin: 0 0 14px 0;
  font-family: Georgia, 'Times New Roman', serif;
  font-size: clamp(1.6rem, 2vw, 2rem);
  color: #7C2529;
  line-height: 1.15;
}
.box-copy {
	font-family: 'Open Sans', Verdana, Helvetica, sans-serif;
	font-size: clamp(0.9rem, 1.4vw, 1.1rem);
	letter-spacing: .01em;
	color: #274158;
	margin: 0 0 0.8em 0;
	line-height: 1.5;
}
.box-emphasis {
	font-size: 1rem;
	letter-spacing: .01em;
	font-weight: bold;
	line-height: 1.6;
	margin: 0;
	padding: 0:
}

/* ============================== PARAGRAPHS =================================================================== */
.agenda {
	margin: 10px 24px;
	padding-left: 80px;
	text-indent: -80px;
}
.big {font-size: 60px; vertical-align: top;}
.bigGreen {
   font: 20px impact;
   color: #008040;
   letter-spacing: .1px;
   vertical-align: bottom;
}
.bigRed {
   font: 20px impact;
   color: red;
   letter-spacing: .1px;
   vertical-align: bottom;
}
.event {
	margin: 0 24px;
	padding: 0;
}
.event-day {
	margin: 20px 24px 2px  24px;
	padding: 0;
	line-height: 0.65em;
	font-size: 0.60em;
	letter-spacing: 0.5px;
}
.event-topic {
	margin: 0 24px;
	padding-left: 80px;
	font-weight: bold;
	font-size: 0.90em;
	color: #7C2529;
}
.event-desc {
	margin: 0 24px;
	padding-left: 140px;
	text-indent: -60px;
	font-size: 0.85em;
}
.event-desc1 {
	margin: 0 24px;
	padding-left: 120px;
	text-indent: -60px;
	font-size: 0.85em;
}
.event-desc2 {
	margin: 0 24px;
	padding-left: 160px;
	font-size: 0.85em;
}
.copy {
   font-size: 13px;
   color: black;
   line-height: 1.4em;
}
.legal-copy {
   font-size: 0.70em;
   color: black;
   line-height: 1.2em;
}
.form-title {
	font-size: 0.85em;
	line-height: 1.1em;
	font-weight: bold;
	color: #871F1F;
	padding-top: 20px;
	text-indent:-10px;
}
.legal {
	font-size: 0.85em;
	color: #871F1F;
	padding: 0 20%;
}
.reverse-email {
    unicode-bidi: bidi-override;
    direction: rtl;
}
.all-caps {text-transform: uppercase;}
.smallCaps {font-variant: small-caps;}
.attention {color: red; font-size: 0.85em; font-weight: bold; letter-spacing: 3px; font-style:italic;}
.bold {font-weight: bold;}
.center {text-align: center;}
.italic {font-style:italic;}
.justify {text-align: justify;}
.large {font-size: 1.1em;}
.large1 {font-size: 1.2em;}
.larger {font-size: 1.3em;}
.lead {font-size: 22px; line-height: 1.3em; font-variant: small-caps; letter-spacing: 1px; margin: 0; padding: 0;}
.left {text-align: left;}
.nodecoration {text-decoration: none;}
.normal {font-variant: normal; font-weight: normal;}
.normal-height {line-height: 1.5em;}
.normal-height1 {line-height: 1.0em;}
.normal-height2 {line-height: 1.1em;}
.normal-height3 {line-height: 1.3em;}
.normal-weight {font-weight: normal !important;}
.padtop {padding-top: 10px;}
.right {text-align: right;}
.short {line-height: 1.4em;}
.shorter {line-height: 1.1em;}
.signature {font-size: 1.4em; font-family: "Brush Script MT", "Comic Sans MS", cursive; font-style:italic;}
.small {font-size: 0.85em;}
.small80 {font-size: 0.80em;}
.small90 {font-size: 0.90em;}
.smaller {font-size: 0.70em;}
.smallest {font-size: 0.60em;}
.tiny {font-size: 0.50em;}
.tall {font-size: 2.40em; padding: 0px 10px 20px 0;}
.underline {border-bottom: 1px solid silver;}
.underlineB {border-bottom: 1px solid black;}
.underline1 {text-decoration: underline;}
.wide {letter-spacing: 3px;}
.wide1 {letter-spacing: 1px;}
.wide2 {letter-spacing: 2px;}}
.wider {letter-spacing: 0.5px;}

.title-line {
display: flex;
align-items: center; /* Vertically centers the lines with the text */
text-align: center;
letter-spacing: 0.5px;
font-weight: bold;
width: 100%;
color: #7C2529;
}

.title-line::before,
.title-line::after {
content: '';
flex: 1; /* Makes the lines expand to fill space */
height: 1px; /* The thickness of your line */
background: #7C2529;
}

.title-line span {
padding: 0 15px; /* Gap between the line and the text */
}

.supertext {
  vertical-align: super; /* Lifts the text */
  font-size: 0.8em;      /* Makes the text smaller */
}

.narrow {
	margin-left: 10px;
	margin-right: 10px;
}
.narrow10 {
	margin-left: 10%;
	margin-right: 10%;
}

.narrower {
	margin-left: 22%;
	margin-right: 22%;
}
.narrowbox {
	margin-left: 20%;
	margin-right: 20%;
	padding: 10px 16px;
	border: 1px #7C2529 solid;
}
.indent {padding-left: 22px;}
.indent30 {padding-left: 30px;}
.indent60 {padding-left: 60px;}
.indent90 {padding-left: 90px;}
.indent120 {padding-left: 180px;}

.indentP {
	margin-top: 0;
	padding-left: -40px;
	text-indent: 40px;
	margin-bottom: 0;
	text-align:left;
}
.hangingindent {
	padding-left: 22px;
	text-indent: -22px;
}
.hangingindent1 {
	margin-top: 0;
	margin-bottom: 0;
	padding-left: 44px;
	text-indent: -22px;
}
.hangingindent2 {
	margin-top: 0;
	margin-bottom: 0;
	padding-left: 44px;
	text-indent: -44px;
}
.indent2 {padding-left: 44px;}
.hangingindent3 {
	padding-top: 1px;
	margin-top: 1px;
	margin-bottom: 0;
	padding-left: 20px;
	text-indent: -20px;
}
.hangingindent4 {
	padding-left: 14px;
	text-indent: -14px;
}
.hangingindent5 {
	padding-left: 90px;
	text-indent: -90px;
}
.hangingindent6 {
	padding-left: 120px;
	text-indent: -120px;
}
.indent5 {
	padding-left: 90px;
}
.before-3 {
	margin-top: -3px;
	padding-top: -3px;
}
.before0 {
	margin-top: 0;
	padding-top: 0;
}
.before1 {
	margin-top: 1px;
	padding-top: 1px;
}
.before3 {
	margin-top: 3px;
	padding-top: 3px;
}
.before6 {
	margin-top: 6px;
	padding-top: 6px;
}
.before12 {
	margin-top: 12px;
	padding-top: 12px;
}
.after0 {
	margin-bottom: 0;
	padding-bottom: 0;
}
.after3 {
	margin-bottom: 3px;
	padding-bottom: 3px;
}
.after6 {
	margin-bottom: 6px;
	padding-bottom: 6px;
}
.after12 {
	margin-bottom: 12px;
	padding-bottom: 12px;
}
.facts {
	color: #871F1F;
	font-size: 14px;
	font-weight: bold;
	padding: 0 40px 0 50px;
}
.safe {
	padding: 5px;
	margin: 0px 40px 10px 40px;
	border: 1px solid gray;
	font-size: 0.85em;
	line-height: 1.50em;
	text-align: center;
}
.split-line {
    display: flex;
    justify-content: space-between; /* Pushes items to opposite margins */
    align-items: center;            /* Optional: Keeps them perfectly centered vertically */
    width: 100%;                    /* Ensures it stretches across the entire container */
}

/* ===== USING FONT AWESOME ICONS ===== */
.arrow {position: relative; padding: 0 0 5px 25px;}
.arrow::before {position: absolute; font-family: 'FontAwesome'; content: "\f0a9"; top: 0; left: 0; font-size: 18px; color: #871F1F}
.bullet {position: relative; padding: 0 0 5px 25px;}
.bullet::before {position: absolute; font-family: 'FontAwesome'; content: "\f056"; top: 0; left: 0; font-size: 18px; font-weight: normal; color: #871F1F}
.comment {position: relative; padding: 0 0 5px 35px;}
.comment::before {position: absolute; font-family: 'FontAwesome'; content: "\f086"; top: 0; left: 0; font-size: 26px;}
.calendar {position: relative; padding: 0 0 5px 25px;}
.calendar::before {position: absolute; font-family: 'FontAwesome'; content: "\f073"; top: 0; left: 0; font-size: 20px;}
.checkbox0 {position: relative; padding: 0 0 5px 25px;}
.checkbox0::before {position: absolute; font-family: 'FontAwesome'; content: "\f096"; top: 0; left: 0; font-size: 16px; color: #871F1F}
.checkbox1 {position: relative; padding: 0 0 5px 25px;}
.checkbox1::before {position: absolute; font-family: 'FontAwesome'; content: "\f14a"; top: 0; left: 0; font-size: 16px; color: #871F1F}
.checkbox2 {position: relative; padding: 0 0 0 25px;}
.checkbox2:before {position: absolute; font-family: 'FontAwesome'; content: "\f046"; top: 3px; left: 7px; font-size: 14px; color: #871F1F;}
.eform {position: relative; padding: 0 0 5px 28px;}
.eform::before {position: absolute; font-family: 'FontAwesome'; content: "\f108"; top: 0; left: 0; font-size: 18px;}
.envelope {position: relative; padding: 0 0 5px 25px;}
.envelope::before {position: absolute; font-family: 'FontAwesome'; content: "\f003"; top: 0; left: 0; font-size: 20px; color: #7C2529}
.email {position: relative; padding: 0 0 5px 28px;}
.email::before {position: absolute; font-family: 'FontAwesome'; content: "\f0e0"; top: 0; left: 0; font-size: 18px;}
.fax {position: relative; padding: 0 0 5px 28px;}
.fax::before {position: absolute; font-family: 'FontAwesome'; content: "\f1ac"; top: 0; left: 0; font-size: 18px;}
.home {position: relative; padding: 0 0 5px 25px;}
.home::before {position: absolute; font-family: 'FontAwesome'; content: "\f015"; top: 0; left: 0; font-size: 20px;}
.laptop {position: relative; padding: 0 0 5px 28px;}
.laptop::before {position: absolute; font-family: 'FontAwesome'; content: "\f109"; top: 0; left: 0; font-size: 18px;}
.linkedin {position: relative; padding: 0 0 5px 28px;}
.linkedin::before {position: absolute; font-family: 'FontAwesome'; content: "\f0e1"; top: 0; left: 0; font-size: 18px;}
.memo {position: relative; padding: 0 0 5px 28px;}
.memo::before {position: absolute; font-family: 'FontAwesome'; content: "\f15b"; top: 0; left: 0; font-size: 18px;}
.office {position: relative; padding: 0 0 5px 25px;}
.office::before {position: absolute; font-family: 'FontAwesome'; content: "\f1ad"; top: 0; left: 0; font-size: 20px;}
.phone {position: relative; padding: 0 0 5px 28px;}
.phone::before {position: absolute; font-family: 'FontAwesome'; content: "\f095"; top: 0; left: 0; font-size: 20px;}
.pointer {position: relative; padding: 0 0 0 25px;}
.pointer:before {position: absolute; font-family: 'FontAwesome'; content: "\f0a9"; top: 3px; left: 7px; font-size: 14px; color: #871F1F;}
.quote-left {position: relative; padding: 0 0 5px 0px;}
.quote-left::before {position: absolute; font-family: 'FontAwesome'; content: "\f10d"; top: 0; left: 0; font-size: 24px;}
.web {position: relative; padding: 0 0 5px 28px;}
.web::before {position: absolute; font-family: 'FontAwesome'; content: "\f0ac"; top: 0; left: 0; font-size: 22px;}
.noicon {padding: 0 0 5px 25px;}
.newsAuthor {position: relative; color: #871F1F; text-align: right; font-size: 0.90em; letter-spacing: 1px; padding: 0 20px 10px 0; margin-top: -2px;}
.newsAuthor::before {position: absolute; font-family: 'FontAwesome'; content: "\f044"; top: 0; right: 0; color: #871F1F;}
.newsDate {position: relative; color: #6a6b6c; text-align: right; font-size: 0.90em; letter-spacing: 1px; padding: 0 20px 10px 0; margin-top: -2px;}
.newsDate::before {position: absolute; font-family: 'FontAwesome'; content: "\f073"; top: 0; right: 0; color: #85a3bb;}
.icon-shadow {text-shadow: 1px 2px 3px rgba(0, 0, 0, 0.3);}
.iconcircle {
	width: 120px; height: 120px; color: #ffffff; background-color: #555; border-radius: 50%; 
	line-height: 120px; text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
	box-shadow: 0 0 0 4px #555 inset, 0 0 0 5px rgba(255, 255, 255, 0.5) inset, 0 0 30px #000 inset;
}

.pt1 {font-family: 'FontAwesome'; font-size: 14px; top: 0; left: 0; content: "\f0a9"; color: #871F1F;}

/* ============================== IMAGE STYLES ============================================================== */
img {border: none; max-width: 100%; box-sizing: border-box;}
.img-border {border: 1px #555 solid;}
.img-curved {border-radius: 6px;}
.img-frame {background: #ffffff; border: 1px #aaa solid; padding: 4px;}
.img-shadow {margin: 5px 0; box-shadow: 0 10px 15px -9px rgba(0, 0, 0, 0.5);}
.img-shadow-spaced {margin: 5px 1% 5px 1%; box-shadow: 0 10px 15px -9px rgba(0, 0, 0, 0.5); box-sizing: border-box;}
.img-round {border-radius: 50%;}
.img-fullwidth {width: 100% !important;}
.img-small {max-width: 150px; height: auto;}
.img-xsmall {max-width: 80px; height: auto;}
.img-portfolio {margin: 6px 4px 4px 4px; box-shadow: 0 0 3px rgba(0, 0, 0, 0.5), 0 10px 15px -5px rgba(0, 0, 0, 0.7);}
.img-featured {margin: 10px; max-width: 200px; height: auto; box-shadow: 0 0 5px rgba(0, 0, 0, 0.3), 0 10px 15px -5px rgba(0, 0, 0, 0.5);}
.img-left {margin: 5px 10px 0 0; float: left;}
.img-left-shadow {margin: 5px 10px 0 0; float: left; box-shadow: 0 10px 15px -9px rgba(0, 0, 0, 0.5);}
.img-rotate-left {margin: 20px; transform: rotate(-4deg);}
.img-right {margin: 5px 0 0 10px; float: right;}
.img-right-shadow {margin: 5px 0 0 10px; float: right; box-shadow: 0 10px 15px -9px rgba(0, 0, 0, 0.5);}
.img-rotate-right {margin: 20px; transform: rotate(4deg);}
.img-brand {float: left; width: 170px;}

/* ============================== Text and Background Colors ================================================= */
/* ===== Styled Row Colors ===== */
.bg-color-teal {background-color: #871F1F;}
.bg-color-teallight {background-color: #5c8989;}
.bg-color-gold {background-color: #7C2529;}
.bg-color-goldlight {background-color: #972323;}
.bg-color-red {background-color: #7C2529;}
.bg-color-redlight {background-color: #972323;}
.bg-color-white {background-color: #fff;}
.bg-color-light {background-color: #f6f2f2;}
.bg-color-lighter {background-color: #faf7f5}
.bg-color-accent {background-color: #faf7f5}
.bg-color-gray {background-color: #e5e7e9;}
.bg-color-black {background-color: #222;}

/* ===== Text Colors ===== */
.text-color-teal {color: #7C2529;}
.text-color-teallight {color: #5c8989;}
.text-color-gold {color: #7C2529;}
.text-color-goldlight {color: #972323;}
.text-color-red {color: #7C2529;}
.text-color-redlight {color: #972323;}
.text-color-gray {color: #777;}
.text-color-black {color: #000;}
.text-color-green {color: #008000;}
.text-color-white {color: white;}
.text-color-black {color: #000;}

/* ===== Styled Borders ===== */
.section-divider {border-top: 1px solid #ede5df;}
.border1 {border-bottom: 1px dashed #555;}
.bordergray {border: 1px solid #666;}
.borderRed {border: 1px solid #7C2529;}
.borderRed24 {border: 1px solid #7C2529; padding:24px;}
.borderOpen {
	border-left: 1px solid #871F1F;
	border-right: 1px solid #871F1F;
	border-bottom: 1px solid #871F1F;
}
/* ============================== LAYOUT RULES and BLOCK ELEMENTS =========================================== */
.row {padding: 80px 0 0 0; margin: 0; border-radius: 10px;}
.row0 {padding: 40px 0 0 0; margin: 0; border-radius: 10px;}
.row1 {padding: 90px 0 0 0; margin: 0; border-radius: 10px;}
.row-background {
   background: url('../images/peerBoard.png') center center	 no-repeat fixed;
   padding: 0;
   margin: 0;
   border-radius: 10px;
}
.row-transparent {padding: 35px 0; margin: 0; background-color: rgba(0, 0, 0, 0.5); border-radius: 10px;}
.row-image {padding: 35px 0; margin: 0; border-radius: 10px;}
.background {
	width: 98%;
	margin: 0 auto;
	padding: 0;
	border-top: 1px solid #7C2529;
}
.bigContainer {padding: 0; margin: 0 auto; width: 1600px;}
.container {padding: 0; margin: 0 auto; width: 1200px;}
.inside {width: 96%; padding: 0 2%;}
.contactform {width: 90%; padding: 0 5%;}

/* ======== FIXED NAV BAR RULES ======== */
.topcontainer {
   width: 100%;
   background-color: rgba(255, 255, 255, 1.0);
   height: 90px;
   position: fixed;
   z-index: 10;
   left: 0px;
   margin-top: 1px;
   top: -1px;
}
.wrapper {
	width: 1200px;
	color: #000000;
	margin: 0 auto;
	padding: 10px 0;
}

/* ===== HEADER AREA ======== */
header {
   margin: 0 0 20px 0;
   padding: 10px 0; 
}

/* ===== LOGO/SITE NAME AREA ======== */
.logo {
	width: auto;
	padding: 0;
	text-align: left;
	float: left;
	overflow: hidden;
	height: 100px;
}
.brand {
	font: 24px 'Cinzel', Verdana, Helvetica, sans-serif;
	font-weight: bold;
	letter-spacing: -1px;
	color: #871F1F;
	margin: 0;
	padding: 0;
}
.brand a, .brand a:hover {
	color: #871F1F;
	text-decoration: none;
	font-weight: normal;
}
.brandState {
	font-family:'Cinzel', Verdana, Helvetica, sans-serif;
	font-size: clamp(1.2rem, 2.33vw, 2.375rem);
	font-weight: bolder;
	letter-spacing: 0px;
	color: black;
	margin: 0 0 12px 0;
	padding: 0;
}
.brand1 {
	font: 20px 'Cinzel', Verdana, Helvetica, sans-serif;
	font-weight: bolder;
	letter-spacing: 3px;
	margin: 0;
	padding:0;
}
.brand2 {
	font: 30px calibri, 'Open Sans', Verdana, Helvetica, sans-serif;
	font-weight: bolder;
	letter-spacing: 3px;
	color: #7C2529;
	margin: 0;
	padding:0;
}
.brand3 {
	font: 26px 'Cinzel', Verdana, Helvetica, sans-serif;
	font-weight: bold;
	letter-spacing: 2px;
	text-align: center;
	margin: 0;
	padding: 0 0 2px 0;
}
.brand4 {
	font: 15px calibri, 'Open Sans', Verdana, Helvetica, sans-serif;
	font-style: italic;
	letter-spacing: 1px;
	color: #7C2529;
	text-align: center;
	margin: 0;
	padding: 4px 0 0 0;
}
.brand-line {
   background: #7C2529 none repeat scroll 0 0;
   display: block;
   height: 2px;
   margin: 5px auto;
   width: 300px;
}
.tag3 {
	font: 16px Verdana, Helvetica, sans-serif;
	font-style: normal;
	letter-spacing: 0.5px;
	color: black;
	text-align: center;
	margin: 10px 0 0 0;
	padding: 0;
}
/* ===== MAIN IMAGE(s) BLOCK ======== */
.photoblock {
   width: 100%;
   padding: 0;
   text-align: center;
   margin: 0 auto 0 auto;
}

/* ===== WELCOME BLOCK ======== */
.welcomeblock {
   padding: 25px 0 0 0;
}
.welcome {
   float: left;
   margin: 0 15px 0px 0;
   padding: 6px 0 15px 0;
   width: 40%;
/*   border-right: 3px double #871F1F; */
}
.welcome p {
   color: #333;
   font-family: 'Open Sans', Verdana, Helvetica, sans-serif;
   font-size: 14px;
   text-align: center;
   letter-spacing: 1px;
   padding: 10px 15px 10px 60px;
   margin: 0;
}
.welcomeright {
   float: left;
   margin: 0;
   padding: 5px 0 10px 45px;
   width: 50%;
   border-left: 3px double #871F1F;
}
.welcomeright p {
   color: black;
   font-family: 'Open Sans', Verdana, Helvetica, sans-serif;
   font-size: 16px;
   margin-top: 5px;
   margin-bottom: 0px;
}

/* ===== INNER PAGE TITLE BLOCK ======== */
.pagetitle {
   background: url('../images/mainimage.png') center center no-repeat;
   padding: 0;
   margin: 0 0 30px 0;
   border-radius: 10px;
}
.pagetitle h1 {color: #fff;}

/* ============================== SECTION BLOCKS ======================================================= */
.group {margin: 10px 0; clear: both;}
.group-0m {margin: 0; clear: both;}

.contentBoxLarge {width: 550px; padding: 10px 0; margin: 0 auto;}
.contentBoxLarge620 {width: 620px; padding: 10px 0; margin: 0 auto;}
.contentBoxMiddle {width: 60%; padding: 10px 0; margin: 0 auto;}
.contentBoxMedium {width: 80%; padding: 10px 0; margin: 0 auto;}
.contentBoxMediumB {width: 80%; padding: 10px; margin: 0 auto; border: 1px #7C2529 solid}
.contentBoxWide {width: 98%; padding: 30px 60px; margin: 0 auto;}

.contentBox1a {float: left; width: auto; padding: 10px 0; margin: 0 0.5px 0.5px 0;}
.contentBox1b {float: left; width: auto; padding: 10px 0; margin: 0 0 0.5px 0.5px;}

.contentBox2a {float: left; width: 48%; padding: 10px 0; margin: 0 2% 5px 0;}
.contentBox2b {float: left; width: 48%; padding: 10px 0; margin: 0 0 5px 2%;}

.contentBox3a {float: left; width: 31.33333%; padding: 10px 0; margin: 0 2% 5px 0;}
.contentBox3b {float: left; width: 31.33333%; padding: 10px 0; margin: 0 1% 5px 1%;}
.contentBox3c {float: left; width: 31.33333%; padding: 10px 0; margin: 0 0 5px 2%;}

.contentBox4a {float: left; width: 23.5%; padding: 10px 0; margin: 0 1% 0 0;}
.contentBox4b {float: left; width: 23.5%; padding: 10px 0; margin:  0 1% 0 1%;}
.contentBox4c {float: left; width: 23.5%; padding: 10px 0; margin:  0 1% 0 1%;}
.contentBox4d {float: left; width: 23.5%; padding: 10px 0; margin: 0 0 0 1%;}

.sidebarLeft {float: left; width: 24%; padding: 10px 0; margin: 0 2% 0 0;}
.contentRight {float: right; width:72%; padding: 10px 0; margin: 0 0 0 2%;}

.sidebarRight {float: right; width: 31.3333%; padding: 10px 0; margin: 0 0 0 2%;}
.contentLeft {float: left; width: 64.666%; padding: 10px 0; margin: 0 2% 0 0;}

.sidebarRightn {float: right; width: 18%; padding: 10px 0; margin:  0 2% 0 0;}
.contentLeftw {float: left; width: 75%; padding: 10px 0; margin: 0 2% 0 0;}

.contentBoxn {float: left; width: 4%; padding: 0; margin: 0 2% 20px 0;}
.contentBoxw {float: left; width: 92%; padding: 0; margin: 0 1% 20px 1%;}
/* ============================== FOOTER AREA ========================================================= */
footer {
	background: transparent url('../images/footerbg.png') no-repeat center top;
	background-size: 100%;
	width: 100%;
	color: #000;
	line-height: 1.4em;
	padding: 0 0 0 0;
	margin: 10px 0;
}
footer ul {
	list-style-type: none;
	line-height: normal;
	position: relative;
	margin: 0 0 10px 0;
	padding: 0;
}
footer ul li {
	list-style-type: none;
	position: relative;
	margin: 0 20px 0 0;
	padding: 4px 0 2px 15px;
}
footer ul li:before {
	position: absolute;
	font-family: 'FontAwesome';
	color: #871F1F;
	top: 6px;
	left: 0;
	content: "\f101";
}
footer ul li a {
	color: #000;
	text-decoration: none;
	font-weight: bold;
	letter-spacing: 2px;
}
footer ul li a:hover {
	color: #871F1F;
}
footer h5 {font-size: 24px; color: #871F1F; border-bottom: 1px solid #871F1F;}
footer .socialmedia {text-align: left; letter-spacing: 6px; margin: 0 0 0 0; font-size: 22px;}
footer .socialmedia a {color: #871F1F;}
footer .socialmedia a:hover {color: #871F1F;}
footer a {color: 000;}
footer a:hover {color: #871F1F;}
footer .office:before, footer .phone:before, footer .fax:before, footer .email:before, footer .eform:before {
	color: #871F1F;
}
.copyright {
	letter-spacing: 1px;
	text-align: center;
	color: #000;
	font-size: 12px;
	line-height: 1.4em;
}
/* ===== template attribution link can be deleted ========== */
.designed {color: #000 !important; text-align: center; letter-spacing: 1px; font-size: 10px;
	font-size: 0.8em; margin: 0; padding: 0 0 0 0;}
.designed a {color: #000 !important; font-weight: normal; text-decoration: none;}
.designed a:hover {color: #963 !important; font-weight: bold; text-decoration: underline;}

/* ============================== MAIN NAVIGATION AREA ============================================= */
nav {
	width: auto;
	padding: 10px 24PX 0 0;
	list-style: none;
	text-align: left;
	height: 80px;
	color: #000;
	float: right;
}
/* ===== NON-MOBILE TOP LEVEL ===== */
ul.slimmenu {list-style-type: none; margin: 0; padding: 0; width: 100%; text-align: center; font-size: 14px;}
ul.slimmenu li {text-align: left;}
/* ul.slimmenu li a:hover {background-color:#871F1F; color:white; text-decoration:none;} */
ul.slimmenu > li {margin-right: 20px; text-align: left;}
ul.slimmenu li a {letter-spacing: 1px; color: #000; font-size: 14px; font-weight: normal;  padding-top:16px; text-align: left;}
ul.slimmenu li a:hover {color: #871F1F; font-weight: bold; text-decoration: none;}

/* ===== NON-MOBILE SUB LEVELS ===== */
ul.slimmenu li ul li {width: 120px; background-color: #871F1F; text-align: left;}
ul.slimmenu li ul li a {letter-spacing: normal; color: #fff; margin: 0 0 0 6px; padding: 10px 5px 10px 5px;}
ul.slimmenu li ul li a:hover {color: rgb(177, 175, 175); background-color: #871F1F;}
ul.slimmenu li ul li ul li {text-align: left;}

/* ===== FOR MOBILE ===== */
.menu-collapser {color: #000;}
.collapse-button {background-color: white;}
.collapse-button:hover, .collapse-button:focus {color:#871F1F;/*!*/ background-color: transparent;}
.collapse-button .icon-bar {background-color: #000; display: block; height: 4px; width: 20px; margin: 1px;}
.collapse-button:hover .icon-bar {background-color: #871F1F;}

/* ===== MOBILE TOP LEVEL ===== */
ul.slimmenu.collapsed li {/*!*/ background-color: #871F1F; /*!*/min-width: 250px; line-height: 48px;}

/*! color of callapsed icon ... */
ul.slimmenu.collapsed li i {color: white; }
ul.slimmenu.collapsed li i:hover {color:rgb(177, 175, 175)}

ul.slimmenu.collapsed li a {color: white; /*!*/ padding: 0px 0px 0px 0px;       /*!?*/     font-size: 16px;}
ul.slimmenu.collapsed li a:hover {color: rgb(177, 175, 175); background-color: #871F1F; text-decoration: none;}
.cbx:hover { cursor:crosshair;}

ul.slimmenu.collapsed li .sub-collapser > i {color: #000; /* arrow color */}

/* ===== MOBILE SUB LEVELS ===== */
ul.slimmenu.collapsed li ul li {background: rgba(255, 255, 255, 0.10);}
ul.slimmenu.collapsed li ul li a {color:white;/*!*/ padding: 0px 0px 0px 0px;}
ul.slimmenu.collapsed li ul li a:hover {color: #000;}
ul.slimmenu.collapsed li ul li ul li {background: rgba(255, 255, 255, 0.10);}
ul.slimmenu.collapsed li ul li ul li a {color: black;}
ul.slimmenu.collapsed li ul li ul li a:hover {color: black;}

/* ===== stuff you won't need to edit ===== */
ul.slimmenu li {position: relative; display: inline-block; text-align: center;}
ul.slimmenu > li:first-child {border-left: 0;}
ul.slimmenu > li:last-child {margin-right: 0;}
ul.slimmenu li ul li:last-of-type {border-bottom: none;}
ul.slimmenu li ul {margin: 0; list-style-type: none;}
ul.slimmenu li .sub-collapser {visibility: hidden; position: absolute; right: 0; top: 0; width: 6px; height: 100%; text-align: center; z-index: 999; cursor: pointer;}
ul.slimmenu li > ul {display: none; position: absolute; left: 0; top: 100%; z-index: 999; padding-left: 0; box-shadow: 0 2px 3px rgba(0, 0, 0, 0.3);}
ul.slimmenu li > ul > li ul {display: none; position: absolute; left: 100%; top: 0; z-index: 999; width: 100%; white-space: normal; padding-left: 0;}
ul.slimmenu li a {display: block; font-family: 'Open Sans', sans-serif; transition: background-color 0.2s ease-out;}
ul.slimmenu li ul li a:hover {text-decoration: none;}
.menu-collapser {width: 96%; margin: 0 2%; position: relative; text-align: left; height: 48px; line-height: 48px; padding: 0 30px 0 10px; box-sizing: border-box;}
.collapse-button{position: absolute; right: 0px; top: 0; width: 75px;  color: black; background-color: transparent; padding: 0;
	cursor: pointer; font-size: 30px; box-sizing: border-box;} /*!*/

ul.slimmenu.collapsed {list-style-type: none; margin: 0 1%; padding: 0; width: 100%; text-align: left;}
ul.slimmenu.collapsed li {border-left: none; display: block; width: 100%; box-sizing: border-box; z-index: 999; text-align: left;}
ul.slimmenu.collapsed li .sub-collapser {position: absolute; right: 0; top: 0px; width: 140px; /*! size of +++ */  height: 24px; text-align: right; z-index: 999; cursor: pointer; visibility: visible;}
ul.slimmenu.collapsed li .sub-collapser > i {font-size: 30px; /*! */ display: inline-block; vertical-align: left; width: 140px;}
ul.slimmenu.collapsed li ul li ul {display: none; position: relative; left: 0; top: 0; z-index: 999; width: 100%; white-space: normal; padding-left: 0;}
ul.slimmenu.collapsed li > ul {display: none; position: relative; width: 100%; box-shadow: none;}
ul.slimmenu.collapsed li a {padding-left: 10px; padding-right: 30px; display: block; box-sizing: border-box;}
ul.slimmenu.collapsed li ul li {display: block; width: 100%; box-sizing: border-box; z-index: 999; text-align: left; border-bottom: 0;}
ul.slimmenu.collapsed li ul li a {padding-left: 20px; padding-right: 30px; display: block; box-sizing: border-box;}
ul.slimmenu.collapsed li ul li ul li {display: block; width: 100%; box-sizing: border-box; z-index: 999; text-align: left;}
ul.slimmenu.collapsed li ul li ul li a {padding-left: 30px;}

/* ============================== MISCELLANEOUS ========================================================= */
/* ===== PAYMENT FORM EDITING ===== */
.edc-hide {
    display: none;
}
.edc-show {
    display: inline;
    color: red;
    font-weight: bold;
}
.radioc-highlight {
    font-weight: bold;
    text-decoration: underline;
}
/* ===== ACCORDION CONTENT ===== */
.summary {
	margin: 8px 0;
	text-align: center;
	font-family:'Open Sans', Verdana, Helvetica, sans-serif;
	font-size: 13px; 
	font-style: italic;
	text-decoration: underline;
	color: #333;
	cursor: pointer;
}
.content {
	width: 94%;
	padding: 0;
	margin: 16px auto;
	border-top: none;
	font: 15px 'Open Sans', Verdana, Helvetica, sans-serif;
	text-align: left !important;
}
.content .left {
	padding-left: -20px;
	text-indent: 20px;
	text-align: left;
}
/*
.acc {
    position: relative;
    width: 100%;
    color: #000;
    margin: 0 auto;
}
.acc dl {
	position: relative;
	width: 100%;
	color: #000;
	padding: 0;
	margin: 0 auto;
}
.acc dt {
	position: relative;
	margin: 0 0 4px 0;
	padding: 0;
	text-align: center;
	font-family:'Open Sans', Verdana, Helvetica, sans-serif;
	font-size: 13px; 
	font-style: italic;
	text-decoration: underline;
	color: #333;
	cursor: pointer;
}
.acc dt:hover {
	color: #871F1F;
	font-weight: bold;
	transition: all 0.4s ease 0.0s;
}
.acc dd {
	width: 94%;
	padding: 0;
	margin: 0 auto;
	border-top: none;
	font: 13px 'Open Sans', Verdana, Helvetica, sans-serif;
}
.acc dd .left {
	padding-left: -20px;
	text-indent: 20px;
	text-align: left;
}
*/
/* ===== BIG NUMBER ===== */
.bignumber {
   color: #871F1F; border: 0; display: block; float: left; font: bold 50px/50px Garamond, Georgia, serif; 
   text-align: left; height: 50px; width: 50px;
}

/* ===== BLOCKQUOTES ===== */
blockquote {
   font-size: .95em; color: #777; margin: 2px 40px; padding: 12px 12px 12px 40px; text-align: left; line-height: 1.4em;
   border-left: 3px double #b99c87; border-right: 3px double #b99c87; position: relative;
}
blockquote:before {
   position: absolute; font-family: 'FontAwesome'; font-size: 30px; color: #871F1F; top: 12px; left: 5px; content: "\f10d";
}
blockquote p {padding: 0; margin: 0;}
blockquote strong {color: #777; font-size: 1.4em; font-weight: normal; letter-spacing: -1px;}
blockquote.leftside {
   float: left;
   display: block;
   width: 30%;
   margin: 5px 2% 10px 0;
   border-left: none;
   border-right: 3px double #b99c87;
}
blockquote.noborder {
   color: #871F1F;
   float: left;
   font-size: 16px;
   display: block;
   width: auto;
   margin: 5px 2% 10px -40px;
   border-left:  none;
   border-right: none;
   padding-left: 40px;
}
blockquote.basic {
   color: black;
   float: left;
   color: black;
   font-size: 16px;
   line-height: 24px;
   display: block;
   width: auto;
   margin:  5px 2% 10px 0px;
   border-left:  none;
   border-right: none;
   padding-left: 40px;
}
blockquote.leftin {
   color: #871F1F;
   float: left;
   font-size: 16px;
   display: block;
   width: auto;
   margin: 5px 2% 10px -20px;
   border-left:  none;
   border-right: none;
   padding-left: 45px;
}
blockquote.rightside {
   float: right;
   display: block;
   width: 30%;
   margin: 5px 0 10px 2%;
   padding-right: 0;
   border-left: 3px double #b99c87;
   border-right: none;
}

/* ===== BREADCRUMBS ===== */
.breadcrumbs {text-align: center;}
.breadcrumbs ul {display: inline-block; list-style: outside none none; margin: 0; overflow: hidden; padding: 3px 10px;}
.breadcrumbs ul li {display: inline-block; color: #fff;}
.breadcrumbs ul li a {color: #fff;}
.breadcrumbs ul li a::after {color: #ddd; content: "\f105"; font-family: FontAwesome; font-size: 14px; padding: 10px;}
.breadcrumbs ul li a:hover {color: #eee; text-decoration: none;}

/* ===== BUTTONS ===== */
.btn-main {
	display: inline-block;
	font-size: 14px;
	font-weight: normal;
	padding: 6px 10px;
	text-align: center;
	white-space: nowrap;
	text-decoration: none;
	border-radius: 10px;
	border: 1px #871F1F solid;
	background-color: #871F1F;
	color: #fff;
}
.btn-main:hover {
	font-weight: bold;
	text-decoration: none;
	background-color: #871F1F;
	color: #fff;
	border: 1px #871F1F solid;
}
.btn-accent {
	display: inline-block;
	font-size: 14px;
	font-weight: normal;
	padding: 6px 10px;
	text-align: center;
	white-space: nowrap;
	text-decoration: none;
	border-radius: 8px;
	background-color: #871F1F;
	color: #fff;
}
.btn-accent:hover {
	font-weight: normal;
	text-decoration: none;
	background-color: #972323;
	color: #000;
}
.btn-cart {
	position: relative;
	display: inline-block;
	font-size: 14px;
	font-weight: normal;
	padding: 6px 35px 6px 10px;
	text-align: center;
	white-space: nowrap;
	text-decoration: none;
	border-radius: 8px;
	background-color: #871F1F;
	color: #fff;
}
.btn-cart:before {
	position: absolute;
	font-family: 'FontAwesome';
	content: "\f07a";
	top: 5px;
	right: 12px;
}
.btn-cart:hover {
	font-weight: normal;
	text-decoration: none;
	background-color: #871F1F;
	color: #fff;
}

/* ===== CALLBOX ===== */
.callbox {
   color: #ffffff;
   padding: 2px 3%;
   background-color: #85a3bb;
   text-align: center;
   margin: 15px 0;
   border-radius: 8px;
   box-shadow: 0 0 0 3px #85a3bb inset, 0 0 0 4px #ffffff inset;
}

/* ===== COLORBOXBOX ===== */
.colorbox {
    width: 94%;
    margin: 5px 0;
    padding: 10px 3%;
    text-align: center;
    border: 1px #7C2529 solid;
}
.colorbox .dropcap {overflow: hidden;}
.colorbox .dropcap:first-letter {
   color: white; display: block; float: left;
	font: 50px/48px Georgia, Garamond, serif; padding: 0px 4px 0 0;
}
.colorboxAlt {
    width: 98%;
    margin: 0;
    padding: 2%;
    border: 1px #7C2529 solid;
}

/* ===== FORM ===== */
form {
	width: 99%;
	text-align: left;
	line-height: 75%;
	padding: 20px 40px;
}
label {
	font-size: 0.75em;
}
input {
	border: 0;
	border-bottom: 1px solid silver;
	font-family: Verdana, Geneva, Tahoma, sans-serif;
	font-size: 0.75em;
	color: #021274;
}
input[name=pymt] {
	accent-color: #021274;
}
select {
	border: 1px solid white;
	border-bottom: 1px solid silver;
	font-family: Verdana, Geneva, Tahoma, sans-serif;
	font-size: 0.75em;
	color: #021274;
}
.submit {
	margin: 10px 10px 20px 10px;
	font-size: 0.75em;
	font-weight: normal;
	padding: 10px 20px;
	text-align: center;
	white-space: nowrap;
	text-decoration: none;
	border-radius: 8px;
	background-color: #871F1F;
	color: #fff;
}
.submit:hover {
	font-weight: normal;
	text-decoration: none;
	background-color: #5c8989;
	color: #000;
}
.code {
	width: 100px;
	margin: 5px 0 5px 0;
	cursor: pointer;
	color: #444;
	font: 18px 'Open Sans', Verdana, Helvetica, sans-serif;
	font-weight: normal;
	padding: 5px 18px;
	line-height: 0.75em;
	text-decoration: none;
	background-color: #f8f8f8;
	border: solid 1px #d8d8d8;
	border-radius: 5px;
}


/* ===== DROP CAP ===== */
.dropcap: {overflow: hidden;}
.dropcap:first-letter {
	color: #871F1F; display: block; float: left;
	font: 54px/47px Georgia, Garamond, serif; 
	letter-spacing: 3px;
}

/* ===== FIELDSET/LEGEND ===== */
fieldset {width: 92%; border: 1px solid #bbb; padding: 20px 3%; margin: 20px 1%;}
legend {color: #871F1F; font: 30px 'Open Sans', Verdana, Helvetica, sans-serif; font-variant: small-caps; padding: 0 10px 5px;}

/* ===== GOOGLE MAPS ===== */
.google-maps {
	position: relative; padding-bottom: 80%; height: 0;
	overflow: hidden; background-color: #ddd; border: 1px solid #aaa;
}
.google-maps iframe {
	position: absolute; top: 0; left: 0;
	width: 100% !important; height: 100% !important;
}

/* ===== PAGINATION ===== */
.pagination {display: block; text-align: center; height: 22px; line-height: 21px; clear: both;
	padding-top: 3px; margin: 20px 0; font-size: 12px; font-weight: normal;
}
.pagination a {padding: 7px; padding-top: 2px; padding-bottom: 2px; border: 1px solid #c0c0c0;
	margin-left: 5px; text-decoration: none; background-color: #f5f5f5; color: #871F1F;
	width: 22px; font-weight: normal; border-radius: 3px;
}
.pagination a:hover {background-color: #85a3bb; border: 1px solid #871F1F; color: #fff;}
.pagination .active_link {padding: 7px; padding-top: 2px; padding-bottom: 2px; border: 1px solid #871F1F;
	margin-left: 5px; text-decoration: none; background-color: #85a3bb; color: #fff; cursor: default; border-radius: 3px;
}
.pagination .disabled_pagination {padding: 7px; padding-top: 2px; padding-bottom: 2px; border: 1px solid #e5e5e5;
	margin-left: 5px; text-decoration: none; background-color: #fff; color: #d5d5d5; cursor: default; border-radius: 3px;
}

/* ===== PORTFOLIO ===== */
figure.portfolio {
   font: 20px 'Open Sans', Verdana, Helvetica, sans-serif;
   color: #fff;
   position: relative;
   margin: 10px auto;
   min-width: 200px;
   max-width: 300px;
   max-height: 300px;
   width: 100%;
   overflow: hidden;
   background-color: #871F1F;
}
figure.portfolio * {box-sizing: border-box;}
figure.portfolio img {opacity: 1; width: 100%; transition: opacity 0.35s;}
figure.portfolio > div {position: absolute; top: 0; left: 0; width: 100%; height: 100%;}
figure.portfolio > div::before {
   position: absolute;
   top: 0;
   right: 0;
   bottom: 0;
   left: 0;
   content: '';
   opacity: 0;
   transition: opacity 0.4s;
   transition-delay: 0.3s;
   background: linear-gradient(-45deg, #000000 0%, rgba(0, 0, 0, 0.2) 40%, rgba(0, 0, 0, 0.8));
}
figure.portfolio h2 {
   font-weight: 400;
   text-transform: uppercase;
   top: 0;
   opacity: 0;
   padding: 25px;
   margin: 0;
   font: 20px 'Open Sans', Verdana, Helvetica, sans-serif;
   position: absolute;
   color: transparent;
   text-shadow: 0 0 10px #ffffff;
   transition: all 0.4s;
   transition-delay: 0s;
}
figure.portfolio h2 span {font-weight: 800;}
figure.portfolio i {
   display: inline-block;
   font-size: 26px;
   color: #ffffff;
   padding: 6px 16px;
   position: absolute;
   bottom: 0px;
   right: 0px;
   opacity: 0;
   z-index: 1;
   transition: 0.05s linear;
   transition-delay: 0.4s;
}
figure.portfolio .curl {
   width: 0px;
   height: 0px;
   position: absolute;
   bottom: 0;
   right: 0;
   background: linear-gradient(135deg, #ffffff, #f3f3f3 20%, #bbbbbb 38%, #aaaaaa 44%, #888888 50%, rgba(0, 0, 0, 0.3) 50%, #871F1F 60%, #871F1F);
   box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
   transition: all .4s ease;
   transition-delay: 0.3s;
}
figure.portfolio .curl:before,
figure.portfolio .curl:after {
   content: '';
   position: absolute;
   z-index: -1;
   left: 12%;
   bottom: 6%;
   width: 70%;
   max-width: 300px;
   max-height: 100px;
   height: 55%;
   box-shadow: 0 12px 15px rgba(0, 0, 0, 0.3);
   transform: skew(-10deg) rotate(-6deg);
}
figure.portfolio .curl:after {
   left: auto;
   right: 6%;
   bottom: auto;
   top: 14%;
   transform: skew(-15deg) rotate(-84deg);
}
figure.portfolio a {
   left: 0;
   right: 0;
   top: 0;
   bottom: 0;
   position: absolute;
   color: #ffffff;
}
figure.portfolio:hover > div h2,
figure.portfolio.hover > div h2 {opacity: 1; text-shadow: 0 0 0px #ffffff; transition-delay: 0.3s;}
figure.portfolio:hover > div::before,
figure.portfolio.hover > div::before {opacity: 1; transition-delay: 0s;}
figure.portfolio:hover i,
figure.portfolio.hover i {opacity: 0.9; transition-delay: 0.15s;}
figure.portfolio:hover .curl,
figure.portfolio.hover .curl {width: 90px; height: 90px; transition-delay: 0s;}

/* ===== SCROLL TO TOP ===== */
.scroll-to-top {display: none; position: fixed; bottom: 20px; right: 10px; z-index: 5; width: 30px; height: 30px;
	padding: 8px; text-align: center; text-decoration: none; background-color: #333; border-radius: 5px; border-radius: 50%;
}
.scroll-to-top:hover {text-decoration: none; background-color: #85a3bb;}
.scroll-to-top a, .scroll-to-top a:hover {color: #ffffff; text-decoration: none;}
.shadow {text-shadow: 3px 3px 6px rgba(0, 0, 0, 0.5);}
.showcode {
   font-family: "Courier New", Courier, monospace; font-size: 0.85em; background-color: #f5f5f5; border-radius: 3px;
   border: 1px dotted #bbb; color: #f00000; vertical-align: middle; padding: 1px 4px;
}

/* ===== TEAM ===== */
.team {
   margin: 95px 5px 25px 5px; background-color: #fff; border: 1px solid #871F1F; padding: 100px 5px 5px 5px;
   border-radius: 5px; position: relative;
}
.team p {
   margin: 0; text-align: center; color: #000;
}
.team-name {
   font-size: 18px; font-weight: bold; letter-spacing: 1px; padding: 0;
}
.team-title {
   font-size: 14px; line-height: 16px; padding: 5px 0 0 0;
}
.team-photo {
   height: 180px; width: 180px; top: -90px; left: 50%; margin-left: -90px; position: absolute;
}
.team-photo img {
   border-radius: 50%; border: 1px solid #871F1F; padding: 0px; background-color: #fff;
}
.team-socialicons {text-align: center; letter-spacing: 6px; margin: 0 0 20px 0;}
.team-socialicons a {color: #fff;}
.team-socialicons a:hover {color: #c5d4df;}
.team a, .team a:hover {
	text-decoration: none;
	font-weight: normal;
}

/* ===== TAG LINES ===== */
.tag {
   margin: 10px 35px 75px 35px; background-color: #ede5df; border: #871F1F 1px solid; padding: 5px 5px 80px 5px;
   border-radius: 5px; position: relative;
}
.tag p {
   margin: 5px; font-family: Cambria, Cochin, Georgia, Times, "Times New Roman", serif; font-style: italic;  font-size: 34px; text-align: center; color: #871F1F; letter-spacing: 3px;
}
.tag-photo {
   height: 120px; width: 120px; top: 60px; left: 50%; margin-left: -60px; position: absolute;
}
.tag-photo img {
   border-radius: 50%; border: 1px #871F1F solid; padding: 0; background-color: #871F1F;
}


/* ===== TICKER ===== */
.reviews {
	width: 90%;
	margin: 0 2% 20px 2%;
	position: relative;
	padding: 2px 3%;
}
ul#ticker {list-style: none outside none; margin: 0; padding: 10px 0 10px 0;}
#ticker li {margin: 0; background: none; padding: 0;}
#ticker .content {padding: 10px 20px; min-height: 380px;}
/* ===== MEDIA QUERIES ======= */

/* =========================== */
/* ===== SMALL DEVICE 01 ===== */
@media screen and (max-width: 320px) {
	.wrapper {width: 98%; margin: 0 auto;}
    .container, bigContainer {width: 98%; margin: 0 ; box-sizing: border-box;}
/*	fieldset img {max-width: 180px;} */
	.contentBoxMiddle, .contentBoxMedium, .contentBoxMediumB,
	.contentBox2a, .contentBox2b,
	.contentBox3a, .contentBox3b, .contentBox3c,
	.contentBox4a, .contentBox4b, .contentBox4c, .contentBox4d {width: 98%; margin: 1%; padding: 0;}
    .contentBoxLarge, .contentBoxLarge620 { width: 99.9%; margin: 0; padding: 0;}
    .flineindent {padding-left:0px; !important;}
	.sidebarLeft, .sidebarRight, .sidebarRightn {width: 98%; margin: 1%; padding: 0;}
	.contentRight, .contentLeft, .contentLeftw {width: 98%; margin: 1%; padding: 0;}
    .welcome {float: none; width: 98%;}
    .welcomeright {float: none; width: 98%;}
    figure.portfolio {max-width: 266px; max-height: 266px;}
}
/* =========================== */
/* ===== SMALL DEVICE 02 ===== */
@media screen and (min-width: 321px) and (max-width: 480px) {
	.wrapper {width: 98%; margin: 0 auto;}
    .container, bigContainer {width: 98%; margin: 0 auto; box-sizing: border-box;}
    .contentBoxMiddle, .contentBoxMedium, .contentBoxMediumB,
	.contentBox2a, .contentBox2b,
	.contentBox3a, .contentBox3b, .contentBox3c,
	.contentBox4a, .contentBox4b, .contentBox4c, .contentBox4d {width: 98%; margin: 1%; padding: 0;}
    .contentBoxLarge, .contentBoxLarge620 { width: 99.9%; margin: 0; padding: 0;}
    .flineindent {padding-left:0px !important;}
	.sidebarLeft, .sidebarRight, .sidebarRightn {width: 98%; margin: 1%; padding: 0;}
	.contentRight, .contentLeft, .contentLeftw {width: 98%; margin: 1%; padding: 0;}
    .welcome {float: none; width: 98%;}
    .welcomeright {float: none; width: 98%;}
}
/* =========================== */
/* ===== SMALL DEVICE 03 ===== */
@media screen and (min-width: 481px) and (max-width: 623px) {
	.wrapper {width: 98%; margin: 0 auto;}
    .container, bigContainer {width: 98%; margin: 0 auto; box-sizing: border-box;}
    .contentBoxMiddle, .contentBoxMediumB, .contentBoxMedium, 
    .contentBoxLarge, .contentBoxLarge620,
	.contentBox2a, .contentBox2b,
	.contentBox3a, .contentBox3b, .contentBox3c,
	.contentBox4a, .contentBox4b, .contentBox4c, .contentBox4d {width: 98%; margin: 1%; padding: 0;}
    .flineindent {padding-left:0px !important;}
	.sidebarLeft, .sidebarRight, .sidebarRightn {width: 98%; margin: 1%; padding: 0;}
	.contentRight, .contentLeft, .contentLeftw {width: 98%; margin: 1%; padding: 0;}
    .welcome {float: none; width: 98%;}
    .welcomeright {float: none; width: 98%;}
}
/* =========================== */
/* ===== MID DEVICE 01 ======= */
@media screen and (min-width: 624px) and (max-width: 669px) {
	.wrapper {width: 98%; margin: 0 auto;}
    .container, bigContainer {width: 98%; margin: 0 auto; box-sizing: border-box;}
  	.contentBox2a, .contentBox2b,  .contentBoxLarge, .contentBoxLarge620,
	.contentBox3a, .contentBox3b, .contentBox3c,
	.contentBox4a, .contentBox4b, .contentBox4c, .contentBox4d {width: 98%; margin: 1%; padding: 0;}
	.sidebarLeft, .sidebarRight, .sidebarRightn {width: 98%; margin: 1%; padding: 0;}
	.contentRight, .contentLeft, .contentLeftw {width: 98%; margin: 1%; padding: 0;}
    .welcome {float: none; width: 98%;}
    .welcomeright {float: none; width: 98%;}
}
/* =========================== */
/* ===== MID DEVICE 02 ======= */
@media screen and (min-width: 670px) and (max-width: 768px) {
	.wrapper {width: 98%; margin: 0 auto;}
    .container, bigContainer {width: 98%; margin: 0 auto; box-sizing: border-box;}
	.contentBox3a, .contentBox3b, .contentBox3c {width: 98%; margin: 1%; padding: 0;}
	.contentBox4a, .contentBox4b, .contentBox4c, .contentBox4d {width: 48%; margin: 1%; padding: 0;}
	.sidebarLeft, .sidebarRight, .sidebarRightn {width: 98%; margin: 1%; padding: 0;}
	.contentRight, .contentLeft, .contentLeftw {width: 98%; margin: 1%; padding: 0;}
    .welcome {float: none; width: 98%;}
    .welcomeright {float: none; width: 98%;}
}
/* =========================== */
/* ===== MID DEVICE 03 ======= */
@media screen and (min-width: 769px) and (max-width: 800px) {
	.wrapper {width: 98%; margin: 0 auto;}
    .container, bigContainer {width: 98%; margin: 0 auto; box-sizing: border-box;}
	.contentBox4a, .contentBox4b, .contentBox4c, .contentBox4d {width: 48%; margin: 1%; padding: 0;}
	.sidebarLeft, .sidebarRight, .sidebarRightn {width: 98%; margin: 1%; padding: 0;}
	.contentRight, .contentLeft, .contentLeftw {width: 98%; margin: 1%; padding: 0;}
}
/* =========================== */
/* ===== LARGE DEVICE 01 ===== */
@media screen and (min-width: 801px) and (max-width: 1024px) {
	.wrapper {width: 98%; margin: 0 auto;}
    .container, bigContainer {width: 98%; margin: 0 auto; box-sizing: border-box;}
}
/* =========================== */
/* ===== LARGE DEVICE 02 ===== */
@media screen and (min-width: 1025px) and (max-width: 1279px) {
	.wrapper {width: 98%; margin: 0 auto;}
    .container, bigContainer {width: 98%; margin: 0 auto; box-sizing: border-box;}
}


