/*
-----------HTML Elements---------
*/
body {
  background-color: #fff;
  color: #56758d;
    font-weight: 300;
    font-size: 16px;
    line-height: 25px;
    font-family: Roboto, Arial, Tahoma, sans-serif;
}

a {
  color: #000000;
}

a:hover {
  color: #198a36;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #243c4f;
  font-family: Roboto, Tahoma, sans-serif;
  font-weight: 100;
}

h1 {
  font-size: 40px;
  line-height: 40px;
}

h2 {
  font-size: 30px;
  line-height: 35px;
}

h3 {
  font-size: 22px;
  line-height: 28px;
}

h4 {
  font-size: 16px;
  line-height: 18px;
}

h5 {
  font-size: 14px;
  line-height: 22px;
}

h6 {
  font-size: 12px;
  line-height: 20px;
}

/*
-----------Page Layout-----------
*/
#pageContent {
  background: #ffffff;
}
/*
-----------Header-----------
*/
#header {
  background-color: #fff;
}

/*
-----------Sub Header-----------
*/
#subHeader {
  background: #fff;
  border-bottom: 1px solid #e5ecf1;
}

#subHeader p {
  color: #6f8fa8;
  font-size: 14px;
  font-weight: 400;
}

#subHeader .twoCol .col:last-child {
  color: #fff;
  background-color: #198a36;
}

#subHeader .twoCol .col:last-child:before {
  color: #fff;
}

/*
----------Nav Design-----------
*/
#navWrap ul li ul::before {
  color: #198a36;
}

#navWrap li {
  color: #198a36;
}

#navWrap li a {
  color: #198a36;
}

#navWrap li a:hover {
  color: #000000;
  border-color: #fff;
}

#navWrap li.active a {
  color: #000000;
}

#navWrap ul ul li a {
  color: #fff !important;
}

#navWrap ul ul {
  color: #fff;
  background: #617C91;
}

#navWrap ul ul li {
  color: #fff;
}

#navWrap ul ul li a {
  color: #fff;
}

/*
-----------Global Content-----------
*/

#globalContent {
  background:#eeeeee;
}

#globalContent .content .nav a {
  color: #000000;
}

/*
----------Footer----------
*/
#footer {
  background: #198a36;
}

#footer p {
  color: #ffffff;
}

#footer h3 {
  color: #fff;
  font-size: 22px;
}

#footer h3:before {
  border-color: #ffffff;
}

/*
-----------Events Pages-----------
*/

#dateSelector {
  background: #198a36;
  color: #fff;
}

#dateSelector h4,
#dateSelector p,
#dateSelector a {
  color: #fff;
}
/*
-----------Home Page Formatting-----------
*/
.homePage .cb0 a {
  color: #243c4f;
}


.homePage .cb1 h3,
.cb3 h3,
.cb4 h3 {
  font-weight: 100;
  font-size: 36px;
}

.homePage .cb1 h4,
.cb3 h4,
.cb4 h4 {
  font-weight: normal;
  color: #56758d;
  font-size: 16px;
}

.homePage .cb2 h3 {
  font-size: 30px;
  font-family: 'Roboto';
  font-weight: 300;
  color: #ffffff;
}

.homePage .cb2 h4 {
  font-weight: normal;
  color: #487f36 !important;
  font-size: 16px;
}

.homePage .listing:nth-child(1n) {
  background: #fff;
}

.homePage .listing:nth-child(2n) {
  background: #eeeeee;
}

.homePage .listing:nth-child(3n) {
  background: #70d151;
}

.homePage .listing:nth-child(3n) h3 {
  color: #fff;
}

.homePage .listing:nth-child(3n) h4 {
  color: #fff;
}

.cb1 h3 + h4:after,
.cb3 h3 + h4:after,
.cb4 h3 + h4:after,
h1:after {
  background: #198a36;
}

/*
----------Image Carousel-------------------
*/

.incSidebarRight #photoName {
  color: #eee;
}

.incSidebarRight #photoCapt {
  color: #fff;
}

/*
--------SlideShow-------------------------
*/

#slideshow .heading {
  font-size: 36px;
  line-height: 36px;
  font-weight: 300;
  color: #ffffff;
  font-family: Roboto;
  background-color: #198a36;
}

#slideshow .subHeading {
  font-size: 22px;
  line-height: 22px;
  font-weight: 300;
  color: #ffffff;
  font-family: Roboto;
  background-color: #198a36;
}

#slideshow .psControls {
  background: rgba(90, 90, 90, 0.81);
}


#slideshow .psControls li a {
  font-weight: normal;
  font-size: 1.25em;
  color: #fff;
}

#slideshow .psControls li a strong {
  font-weight: normal;
}
/*
-----------Floor Plan Search-----------
*/

.fpBox {
  background-color: #ec5646;
}

.fpResults .btnMore {
  background-color: #ec5646;
  border: solid 1px #ec5646;
  color: #fff;
}

.fpResults thead th {
  background-color: #ec5646;
}

.fpResults th,
.fpResults td {
  border-bottom: solid 1px #D6E2DD !important;
}

.fpResults {
  border: solid 1px #D6E2DD !important;
}

.altRow,
.altRow td,
.altRow th {
  background: #C5D7D0;
}

.ui-widget h4 {
  font-size: 15px;
}

.ui-tabs .ui-tabs-panel {
  border-top: solid 1px #A18D6E !important;
  border-left: solid 1px #A18D6E !important;
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
  border: 1px solid #A18D6E !important;
}

.ui-tabs .ui-tabs-nav {
  background: #fff;
}

#tabs .ui-widget-content a {
  color: #ec5646;
}

#pnlCollection h2 {
  background: #ec5646;
}

#pnlCollection p {
  font-size: 15px !important;
}

.headResults,
.headResults a {
  background: #ec5646;
}

.fpLoading .headResults {
  background: #ec5646;
}

.fpCompare a {
  color: #406A57 !important;
}

#mainContent .btn {
  font-family: 'Roboto';
  font-weight: 700;
  font-size: 14px;
  background: #ec5646;
  color: #ffffff;
}



.inner_page .oneCol .col .listing:nth-child(1n) {
  background: #fff;
}



.inner_page .oneCol .col .listing:nth-child(2n):after {
  background: #eeeeee;

}

.calendar {
  background: #fff;
  border: 1px #EEE solid;
  box-shadow: 0px 0px 10px -7px #848484;

}

.calendar table {
  background: #fff;
}

.calendar .headrow {
  background: #fff;
  color: #000;
}

.calendar .headrow .calendarNav,
.calendar .headrow .button {
  background: #fff;
  color: #000;
}

.calendar .daynames {
  background-color: #E5ECF1;
}

.calendar .daynames .day.name {
  background: #E5ECF1;
  border-top: solid #D6DFE4;
  border-bottom: solid #D6DFE4;
  color: #000;
}

.calendar .daynames .day.name.weekend {
  color: #888;
}

.calendar tbody {
  background: #fff;
}

.calendar tbody .daysrow .day {
  border: 1px solid #fff;
}

.calendar tbody .daysrow .day.hilite {
  background: #e5ecf1 !important;
}

.calendar tbody .daysrow.rowhilite .day {
  background: #e5ecf1 !important;
}

.calendar tbody .daysrow .emptycell {
  background: #fff;
}

.calendar tfoot tr {
  background: #E5ECF1;
}

.calendar tfoot tr td,
.calendar tfoot tr .ttip {
  background: #E5ECF1;
  color: #000;
}

input[type='text'] {
  border: 1px solid #e2e7ea;
  background: #fafcfd;
}

input[type='submit'],
.btn {
  background-color: #ec5646;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  color: #fff;
  font-size: 14px;
  font-weight: 700;
}


.web_page #pageContent h1:before,
.gallery_page #pageContent h1:before,
.galleryDetail_page #pageContent h1:before {
  background: #eee;
}


.gallery_page #pageContent {
  background: #eeeeee;
}


.gallery_page .listing {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.1);
  background: #fff;
}

.gallery_page .listing:hover {
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.16), 0 4px 4px rgba(0, 0, 0, 0.2);
}

.galleryDetail_page #pageContent {
  background: #eeeeee;
}

.galleryDetail_page .oneCol .listing {
  background: #fff;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.1);
}

.galleryDetail_page .oneCol .listing:hover {
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.16), 0 4px 4px rgba(0, 0, 0, 0.2);
}

.galleryDetail_page .oneCol .listing h3 {
  font-size: 14px;
  line-height: 18px;
}


.galleryDetail_page .oneCol .listing h5 {
  color: #56758d;
  font-size: 13px;
}

.galleryDetail_page .oneCol .listing .imgLt p,
.galleryDetail_page .oneCol .listing .imgRt p {
  font-size: 14px;
}