/* ======= Base ======= */

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: bold;
  color: #6c5216;
  padding-bottom: 5px;
}

a {
  color: #6c5216;
}


/* ====== Navigation =========*/

/* This makes the navbar background extent to screen edges */
/*
.nav {
  background-color: #c1aa76;
  max-height: 50px;
  font-size: 95%;
}
*/

.navbar {
  position: relative;
  margin-bottom: 0px;
  min-height: 50px;
  border: 0px solid;
  border-radius: 0px;
}
  .navbar:before, .navbar:after {
    content: " ";
    display: table;
  }
  .navbar:after {
    clear: both;
  }

.navbar-header:before, .navbar-header:after {
  content: " ";
  display: table; }
.navbar-header:after {
  clear: both; }
@media (min-width: 1100px) { /* 768px */
  .navbar-header {
    float: left; }
}

@media (max-width: 1099px) {
  .navbar-collapse {
/*    background-color: #b5d98d; */
  }
}

.navbar-default {
  font-family: 'Franklin Gothic Medium', 'Franklin Gothic Book', Arial, sans-serif;
  font-size: 1em;
  background-color: #c1aa76;
  border-color: #fff !important;
}
.navbar-default .navbar-brand {
  background-color: #6c5216;
  color: #fff !important;
  font-size: 1em;
  font-weight: bold;
  padding: 9px 15px !important;
  text-align: center;
  line-height: 1.3;
  height: 50px;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #fff;
  background-color: #806933 !important;
}
.navbar-default .navbar-contact {
  background-color: #6c5216;
  color: #fff;
  font-size: 1em;
  padding: 17px 14px;
  text-align: center;
  font-weight: bold;
  margin-right: -30px;
  height: 50px;
}
.navbar-default .navbar-contact:hover,
.navbar-default .navbar-contact:focus {
  color: #fff;
  background-color: #806933;
  text-decoration: none;
}

@media (max-width: 1099px) { /* 767px */
  .navbar-collapse .navbar-contact {
    float: left !important;
    margin-left: -15px !important;
  }
}


.navbar-default .navbar-text {
  color: #fff;
}
/*
.navbar-default .navbar-nav > li {
  max-width: 500px;
  display: block;
  vertical-align: middle;
}
*/
.navbar-default .navbar-nav > li > a {
  color: #fff !important;
  background-color: #c1aa76;
  vertical-align: middle;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #000;
  background-color: #d1b980;
}
/* Current page button */
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #fff;
  background-color: #6c5216;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  color: #fff;
  background-color: #6c5216;
}
.navbar-default .navbar-toggle {
  border-color: #c1aa76;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #c1aa76;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #fff;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #fff;
}
.navbar-default .navbar-link {
  color: #fff;
}
.navbar-default .navbar-link:hover {
  color: #000;
}


.dropdown {
  position: relative; }

.dropdown-toggle:focus {
  outline: 0; }

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 0 !important;
  margin: 0;
  list-style: none;
  font-size: 1em;
  text-align: left;
  background-color: #6c5216;
  border-radius: 0px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box; }
  .dropdown-menu.pull-right {
    right: 0;
    left: auto; }
  .dropdown-menu .divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #fff; }
  .dropdown-menu > li > a {
    display: block;
    padding: 5px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.428571429;
    color: #fff;
    white-space: nowrap;
    border-bottom: 1px solid #ccc;}
  .dropdown-menu > li:last-child > a {
    border: 0px;;}

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #fff;
  background-color: #c1aa76; }

.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  background-color: #806933; }

.dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  color: #777; }
.dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed; }

.open > .dropdown-menu {
  display: block; }
.open > a {
  outline: 0; }

.dropdown-menu-right {
  left: auto;
  right: 0; }

.dropdown-menu-left {
  left: 0;
  right: auto; }

.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.428571429;
  color: #777;
  white-space: nowrap; }

.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990; }

.pull-right > .dropdown-menu {
  right: 0;
  left: auto; }

.dropup .caret, .navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px solid;
  content: ""; }
.dropup .dropdown-menu, .navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 1px; }

@media (min-width: 1100px) { /* 768px */
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto; }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto; }
 }

.nav > li > a {
  font-size: 1em;
  display: inline-block !important;
}

.dropdown-parent {
  padding-left: 10px !important;
  padding-right: 10px !important;
}

/* only use if using modified navigation to have separate dropdown arrow buttons
.dropdown {
  padding-left: 6px !important;
  padding-right: 6px !important;
  left: -3px;
  margin-right: -3px;
}
*/

.dropdown:focus {
  background-color: #c1aa76 !important;
}

.open .dropdown:focus {
  background-color: #6c5216 !important;
}


/* @media style not updated yet */
@media (max-width: 1099px ) { /* 767px */
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    background-color: #6c5216;
    color: #fff;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    background-color: #c1aa76;
    color: #000;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #000;
    background-color: #c1aa76;
  }
}

/* ======= Banner ======= */

.page-title {
  color: #6c5216;
}


/* ======= Body ========= */
.main-content .green-line,
.main-content .italicBox .green-line {
  background-color: #6c5216;
  display: block;
  height: 3px;
  width: 150px;
  position: relative;
  left: -15px;
  top: -15px;
}

.main-content .quoteBox {
  border: 1px solid #ccc;
  padding: 5px 0px 15px 15px;
}

.main-content .quoteBox .green-line {
  background-color: #6c5216;
  display: block;
  height: 3px;
  width: 150px;
  position: relative;
  left: -16px;
  top: -6px;
}

.main-content .quoteBox .quote:before {
  content: open-quote;
  font-size: 5em;
  color: #6c5216;
  line-height: 0;
  position: relative;
  top: 40px !important;
  
}

.main-content .quoteBox .quote {
  display: block;
  font-family: 'Franklin Gothic Book', Arial, sans-serif;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 1.167em;
  position: relative;
  top: 0px;
}

.main-content .quoteBox .quoteName {
  font-family: 'Franklin Gothic Book', Arial, sans-serif;
  font-size: 1.167em;
  font-weight: bold;
  color: #6c5216;
  padding-top: 15px;
  padding-left: 0;
}

.main-content table caption {
  color: #6c5216;
}

.main-content .newsList .green-line {
  background-color: #6c5216;
  display: block;
  height: 3px;
  width: 150px;
  position: relative;
  left: 7px;
  top: 10px;
}

.main-content .contentBlock-white a:link,
.main-content .contentBlock-white a:visited,
.main-content .contentBlock-grey a:link,
.main-content .contentBlock-grey a:visited {
  color: #777;
  text-decoration: underline;
  text-decoration-style: dashed;
}

.main-content .contentBlock-white a:hover,
.main-content .contentBlock-white a:active,
.main-content .contentBlock-grey a:hover,
.main-content .contentBlock-grey a:active {
  color: #6c5216;
  text-decoration: underline;
  text-decoration-style: underline;
}


/* ======= Home Page =======*/

.news .section-heading {
  padding: 0;
  font-size: 1.667em;
  color: #6c5216;
  font-weight: bold;
}

table.homeLinkBar {
  background: #6c5216;
  border: solid 0px;
  border-collapse: collapse;
  width: 100%;
  height: 60px;
  min-width: 550px;
  padding: 0;
  font-size: 1.167em;
  margin: 20px 0;
}

@media (max-width: 767px) {
  table.homeLinkBar {
    font-size: 0.9em;
    height: 45px
  }
  
  .homeLinkBar td.arrowButton {
    width: 40px;
  }
}

.homeLinkBar td {
  text-align: right;
  border: solid 0px;
}

.homeLinkBar td.arrowButton {
  padding: 0;
  text-align: center;
  background-color: #c1aa76;
}

@media (min-width: 768px) {
  .homeLinkBar td.arrowButton {
    width: 60px;
  }
}

/*
.homeLinkBar div.arrowButton {
  display: block;
  width: 60px;
  height: 60px;
  font-size: 30px;
  background-color: #c1aa76;
  text-align: center;
  vertical-align: middle;
}

.homeLinkBar div.arrowButton i {
  display: block;
}
*/
.homeLinkBar a {
  color: #fff;  
}

.homeLinkBar .textButton {
  display: inline-block;
}