*{
  padding: 0;
  margin: 0;
  font-family: 'Raleway', sans-serif;
  box-sizing: border-box;
  /*font-family: Verdana, Geneva, sans-serif;*/
}
html{
  background-color: white;
  box-sizing: border-box;
}
body {
  height:100%;
  color: #3A3A3B;
  background-color: B0B0B2;
  margin:0;
  padding:0;
  overflow-x: none;
}
div.wrapper{
  min-height:100%;
  position:relative;
}
p.about{
  margin: 30px 100px;
}
p {
    margin: 5px 30px;
}
section{
  margin: 0px 10px;
  padding: 0px 5px 20px 10px;
  min-width: 650px;
}
#header{
float: left;
width:100%;
position:fixed;
background-color: white;
z-index: 1000;
border-bottom: 1px solid grey;
}
#logo{
  float: left;
}
footer {
  clear: both;
  background-color: #C03E49;
  width: 100%;
  color: #E0DCF0;
  font-size: .95em;
  text-align: center;
  padding: 0px;
  margin:0px;
}
div.footerInfoContainer{
  margin:0px;
  text-align: center;
  min-width: 230px;
  display: inline-block;
}
div.footerInfoContainer a{
  text-decoration: none;
  padding-top: 5px;
  color: white;
}
h2.footerInfoContainer{
  margin: 0;
  padding: 0;
  font-weight:200;
  color: white;
}
.footerDivider {
  width: 100%;
    margin: 0;
    height: 2px;
    border: 0;
    background: #8F071B;
    background: -webkit-gradient(linear, 0 0, 100% 0, from(white), to(white), color-stop(50%, #8F071B));
}
div.footerBlock{
  width: 120px;
  border: 1px solid grey;
  margin: 10px 20px 20px 10px;
  display: inline-block;
}
div.footerBlock:hover{
  background-color: #E19497;
}
nav{
  padding:0;
  margin:0;
}
nav ul{
  height: auto;
  margin: 0;
  padding: 0;
  list-style-type: none;
  float: right;
}
nav ul li{
  width:auto;
  float:left;
  position: relative;
  text-align: center;
  padding: 0 10px 0 10px;
  margin: 0 0 0 0;
  border-left: 2px solid #BFA8BE;
  font-size: 14px;
}
a{
  color: #146370;
}
nav a:link {
  text-decoration: none;
}
nav a:hover{
  color: #8F071B;
  font-size: 1.1em;
  font-weight:400;
}
a:active{
  color: #8F071B;
}
a.selected:visited{
  color: #8F071B;
}
a.viewDetailsText{
line-height: -30px;
}
/* ul, ol{
  margin: inherit;
  padding: inherit;
  margin-top: 2px;
  padding-top: 2px;
} */
.pageTitle{
  font-family: 'Playfair Display', serif;
  text-align: center;
  padding: 25px 0 0 0;
  margin-bottom: 0;
  color: #3A3A3B;
  font-size: 2.4em;
  font-weight: bolder;
  clear:both;
  color: white;
  background-position: center;
  background-repeat: no-repeat;
  min-height: 140px;
}
.quote{
   color: white;
   width: 501px;
   float:right;
   margin-top: 0;
   padding-top: 0;
   font-size: 0.3em;
   font-weight:lighter;
   padding:1px;
   transform: translateX(-10%);
}
.pageTitle p{
  margin-bottom: 20px;
}
h2, h3, h4, h5{
  font-family: 'Playfair Display', serif;
  color: #3F4040;
}
hr{
  color:#17D7FC; background-color:#17D7FC;
  text-align:center;
  margin: 0 auto;
  width: 100px;
  height: 4px;
  border: none;
  padding:0;
}

nav ul ul{
  display: none;
  position:absolute;
  top:100%;
	left:0;
	background:#fff;
	padding:0;
  border-left: 2px solid #BFA8BE;
  margin-left:-2px;
}
nav ul ul li{
  width: 90px;
  padding: 10px 4px 10px 4px;
  float: none;
  border-left: none;

}
nav ul li:hover > ul
{
	display:block;
}
#navWrapper{
  padding:0;
  margin: 0;
  height: 20px;
  background-color: none;
  position:absolute;
  top:95px;
  right:0;
  min-width: 780px;
}
table {
    border-collapse: collapse;
    text-align: center;
    margin-left:auto;
    margin-right:auto;
    color:#3A3A3B;
    font-size: 1em;
}
 th, td {
    border: 1px solid #8F071B;
    padding: 15px;
    text-align: left;
}
tr:nth-child(even) {background-color: #ddd}
div.floatBox:nth-child(odd){
  padding:5px 30px;
  margin-top: 0;
  background-color: white;
}
div.floatBox:nth-child(even){
  margin-top: 0;
  background-color: white;
}
div.sideBar{
  margin-top: 50px;
  width: 15%;
  font-size: 0.8em;
  border-left: 2px dotted black;
  min-width: 200px;
}
div.sideBar p{
  padding:2px;
  margin: 2px;
}
article{
  float:left;
  background-position: center;
  background-repeat: no-repeat;
  font-family: 'Raleway', sans-serif;
  position: relative;
  margin-top: 115px;
  width:100%;
  margin-bottom: 0;
  padding-bottom: 0;
  height: 56vh;
  box-sizing: border-box;
}
article img{
padding: 0px 20px 20px 20px;
}
h2.sectionTitle, h1.sectionTitle{
font-weight: 300;
color: #5C3528;
color: #02517E;
margin-top: 0;
padding-top: 5px;
padding-bottom: 10px;
text-align: center;
}
h3{
  color: #243942;
  font-weight: 300;
}
 h3.sideBarInfo{
   margin-top: 15px;
   padding: 5px;
   font-weight: bolder;
   font-size: 1.4em;
 }
.stickyMenu{
position: fixed;
top: 50%;
left: 0;
font-weight: bolder;
border-top: 2px dashed #17D7FC;
}
div.stickyMenu h3{
  font-size: 1.5em;
  font-variant: small-caps;
  font-weight: bolder;
}
h1.sectionTitle{
  text-align: center;
  font-variant: small-caps;
  font-size: 3em;
  font-weight: 200;
  font-family: 'Playfair Display', serif;
}
.sectionTitleBox{
  padding-bottom: 5px;
}
.boldText{
  font-weight: bolder;
}
ul.stickyNav{
  list-style-type: none;
}
ul.stickyNav li{
  padding: 5px 0;
}
ul.stickyNav li a{
  color:#904D1C;
  text-decoration: none;
  font-size: 1.1em;
}
ul.stickyNav li a:visited{
  color:#904D1C;
}
ul.stickyNav li a:hover{
  color:#FF9021;
}
.articleList{
  margin-left: 60px;
}
div.contactSection{
text-align: center;
height: 100px;
float:center;
width: 100%;
margin-top:.5em;
}
div.thumbBox{
float:left;
height: auto;
text-align: center;
padding:0;
}
div.thumbBoxTiles{
  position: relative;
  justify-content: center;
  margin: auto;
  text-align: center;
}
div.smallHomeBox{
  text-align: center;
  border: 1px solid #8F071B;
  width: 20%;
  height:273px;
  min-width: 250px;
  min-height: 270px;
  font-size:1em;
  display:inline-block;
  margin: 40px 20px;
  background-color: white;
}
p.smallBoxLink{
  position: relative;
  font-variant: small-caps;
  width:100px;
  margin: auto;
  margin-top:30px;
  margin-bottom: 5px;
  padding:0;
  border: 1px solid #ddd;
  background-position: center;
  background-repeat: no-repeat;
}
p.smallBoxLink a{
  line-height: 20px;
  text-decoration: none;
  font-weight: bolder;
  color: white;
}
p.smallBoxText{
  height:40px;
  margin:auto;
  padding: 5px;
  font-variant: no-common-ligatures small-caps;
  font-size: 1.1em;
}
div.smallHomeBox img{
  width: 130px;
  display: block;
  padding:auto;
  margin:auto;
  float: none;
  margin-top:10px;
}
div.imgContainer{
  height: 120px;
}
div.smallHomeBox h2{
  color:white;
  background-position: center;
  background-repeat: no-repeat;
}
fieldset{
  /*border: 1px solid #9FC4C5;*/
  border: none;
  margin: 20px;
}
div.floatLeft{
  float: left;
  width: 50%;
}
div.blockDisplay{
  text-align: center;
  padding: 20px;
}