.shadow-type1 {
  -moz-box-shadow: 1px 1px 3px #4E6075;
  -webkit-box-shadow: 1px 1px 3px #4E6075;
  box-shadow: 1px 1px 3px #4E6075; }

@keyframes slideInFromLeft {
  0% {
    transform: translateX(-100%); }
  100% {
    transform: translateX(0); } }
/* color scheme x
 based on https://color.adobe.com/library/b25afd7e-c17b-4205-8b30-214ba7831e41/theme/3acf6a73-dbd2-4429-bfe7-1453c51fff43/
 */
* {
  margin: 0;
  padding: 0; }

@keyframes animatedBackground {
  0% {
    background-position: 0% 0%; }
  50% {
    background-position: 100% 0%; }
  100% {
    background-position: 0% 0%; } }
body {
  font-size: 1.4em;
  color: #000000;
  font-family: "Titillium Web", Helvetica, Arial, sans-serif, Helvetica, Arial, sans-serif;
  background-image: url("/images/bg.jpg");
  height: 100%;
  background-size: 300% 300%;
  background-repeat: no-repeat;
  background-attachment: fixed; }

#mainContentHolder {
  background-image: url("/mediaItems/editor/asd_hadley.JPG");
  background-size: 200% 200%;
  animation: animatedBackground 40s ease infinite;
  padding-top: 2em;
  padding-bottom: 2em; }

#mainContent img {
  max-width: 100%;
  height: auto; }

.siteAdd {
  color: #ffffff;
  text-align: center; }

.sitePhone {
  font-weight: bold;
  font-size: .9em;
  text-align: center;
  font-family: "Titillium Web", Helvetica, Arial, sans-serif;
  color: #cc0a0f; }

.sitePhone a {
  color: #cc0a0f; }

@media only screen and (max-width: 768px) {
  .sitePhone {
    font-weight: bold;
    font-size: 1.4em;
    text-align: center;
    padding-bottom: 10px; }

  .siteAdd {
    padding-top: 10px;
    text-align: center; } }
header {
  position: relative; }

article {
  width: 95%;
  margin: auto;
  font-size: 1.4em;
  background-color: #ffffff; }

h1, h2, h3 {
  word-spacing: .2em;
  font-family: "Catamaran", Helvetica, Arial, sans-serif;
  font-style: italic;
  color: darkslategray;
  text-align: center; }

article h1 {
  font-size: 1.8em;
  margin-top: .3em;
  margin-bottom: .5em;
  border-bottom: solid #C9CFE3 0.1em; }

article h2 {
  font-size: 1.6em;
  margin-bottom: 21px; }

article h3 {
  font-size: 1.4em;
  margin-bottom: 21px; }

article a {
  font-weight: bold; }

@media (min-width: 769px) {
  h1, h2, h3 {
    text-align: left; }

  article {
    width: 90%;
    max-width: 1280px; }

  article h1 {
    margin-top: .3em;
    margin-bottom: 1em;
    margin-left: 0;
    border-bottom: solid #C9CFE3 0.1em; }

  article h2 {
    margin-left: .3em;
    margin-bottom: 21px; }

  article h3 {
    margin-left: .5em;
    margin-bottom: 21px; } }
article p {
  display: block;
  margin-left: 1em;
  margin-right: 1em; }

p:empty {
  height: 1em; }

article dl {
  margin-left: 30px;
  display: block;
  overflow: hidden; }

article dd {
  margin-left: 9px; }

@media only screen and (max-width: 768px) {
  article ul, article ol {
    margin-left: 2em; } }
article ul, article ol {
  margin-left: 4em; }

article ul li, article ol li {
  margin-bottom: .5em; }

.shadow-type1 {
  -moz-box-shadow: 1px 1px 3px #4E6075;
  -webkit-box-shadow: 1px 1px 3px #4E6075;
  box-shadow: 1px 1px 3px #4E6075; }

.listRollItemThumb img {
  width: 100%;
  height: 100%;
  overflow: hidden;
  object-fit: cover; }

.listRollItemTitle {
  font-family: "Catamaran", Helvetica, Arial, sans-serif;
  padding: .4em;
  font-size: 1.5em;
  font-weight: 600;
  display: flex;
  justify-content: center;
  /* align horizontal */
  align-content: center;
  /* align vertical */
  align-items: center;
  /* align vertical */ }

.listRollItemTitle a {
  border: none; }

.listRollItemDesc {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 1em;
  font-weight: 500;
  padding: 1em;
  height: 100%;
  background: #000000;
  color: #ffffff;
  opacity: 0;
  transition: .5s ease;
  -webkit-transform: rotateY(90deg);
  -moz-transform: rotateY(90deg);
  -o-transform: rotateY(90deg);
  -ms-transform: rotateY(90deg);
  transform: rotateY(90deg);
  transform-style: preserve-3d;
  display: flex;
  vertical-align: center;
  align-items: center;
  /* align vertical */ }

.listRollItem:hover .listRollItemDesc {
  opacity: .9;
  -webkit-transform: rotateY(0deg);
  -moz-transform: rotateY(0deg);
  -o-transform: rotateY(0deg);
  -ms-transform: rotateY(0deg);
  transform: rotateY(0deg);
  cursor: pointer;
  width: 100%; }

.listRollItemFooter {
  text-align: center; }

@media (min-width: 768px) {
  #listRoll_pages {
    position: relative;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 1em; }

  .listRollItemTitle {
    font-size: 1.2em; } }
.listRollItem {
  display: grid;
  grid-template-rows: 2fr 1fr;
  width: 100%;
  position: relative;
  justify-self: center;
  text-align: center;
  color: #5b5f71;
  padding-bottom: 8px;
  margin-bottom: 1.5em;
  background-color: #ffffff;
  /*+box-shadow: 1px 1px 3px #4E6075;*/
  -moz-box-shadow: 1px 1px 3px #4E6075;
  -webkit-box-shadow: 1px 1px 3px #4E6075;
  box-shadow: 1px 1px 3px #4E6075; }

@media (min-width: 991px) {
  .listRollItem {
    grid-template-rows: 3fr 1fr; }

  .listRollItemTitle {
    font-size: 1.4em; } }
.hidden {
  display: none; }

/*Headers*/
/*Forms*/
/**/
/*OTHER*/
article table li {
  margin-left: 20px; }

article table {
  font-size: 1em; }

article table thead td {
  text-align: center;
  font-weight: bold;
  color: #6B6B6B;
  background: #E8E8E8; }

#logo {
  text-align: left;
  position: relative;
  width: auto; }

#logo {
  width: 100%; }

#logo img {
  width: 90%;
  display: block;
  margin: auto;
  margin-top: 1em; }

@media (min-width: 768px) {
  header {
    display: grid;
    grid-template-columns: 30% 70%;
    grid-template-areas: "logo nav"; }

  #logo {
    grid-area: logo; }

  #menuHolder {
    justify-self: stretch;
    align-self: center;
    grid-area: nav; }

  #logo img {
    max-height: 150px;
    max-width: 100%;
    width: auto;
    text-align: left;
    margin-top: 10px;
    margin-bottom: 10px; } }
@media (min-width: 991px) {
  header {
    grid-template-columns: 30% 70%; } }
.tag-line {
  color: #393939;
  display: block;
  animation-duration: 1s;
  /* the duration of the animation */
  animation-timing-function: ease-out;
  /* how the animation will behave */
  animation-delay: .4s;
  /* how long to delay the animation from starting */
  animation-iteration-count: 1;
  /* how many times the animation will play */
  animation-name: slideInFromLeft;
  /* the name of the animation we defined above */
  text-transform: capitalize;
  text-align: center;
  font-size: 1.3em; }

@media (min-width: 769px) {
  .tag-line {
    margin-top: -1em;
    padding-bottom: 1em; } }
#billboard {
  position: relative;
  padding: 0px;
  background: #1a6006; }

#slideShow {
  background-color: #000000;
  max-width: 768px;
  margin: auto; }

@media (min-width: 769px) {
  #billboard {
    margin: auto;
    margin-bottom: 1em; } }
.blogRollItemTitle {
  font-family: "Catamaran", Helvetica, Arial, sans-serif;
  font-size: 1.3em;
  font-weight: bold; }

.blogRollItemDate {
  margin-left: .5em;
  font-size: .7em;
  font-style: italic; }

.calendarWidgetViewAll, .widget .blogViewAll, .widget .widget-view-all {
  text-align: right;
  font-size: 0.8em; }

.calendarRollItemTitle {
  font-size: 1.3em;
  font-weight: bold; }

.calendarRollItemDate {
  background-color: #cc0a0f;
  color: #ffffff;
  display: inline-block;
  padding: 0px 25px 0px 25px;
  margin-left: 1em; }

.calendarRollItemDesc {
  width: 80%;
  margin: 0em 1em 0em 1em; }

noscript div {
  background-color: #FFDF3A;
  width: 100%;
  color: #8F0101;
  padding: 10px;
  font-size: medium;
  position: relative; }

/*WIDGETS*/
.widget .widgetTitle, .widget .widget-title {
  color: #1a6006;
  margin: 0;
  padding: 1px 5px 2px; }

.widget {
  font-size: .9em;
  position: relative;
  color: #1a6006;
  margin-bottom: 12px;
  padding: 0 0 5px; }

.widgetTitle {
  font-size: 1.4em; }

#testimonialsWidget {
  margin-top: 20px; }

#testimonialsWidget .widget-item-title {
  font-size: 1.1em;
  font-weight: bold; }

#testimonialsWidget .widget-item-description {
  font-family: "Titillium Web", Helvetica, Arial, sans-serif; }

.widget p {
  margin-left: 15px;
  margin-top: 5px; }

.widget .readAll a {
  text-decoration: none; }

.testimonialRollItem {
  margin: 1em; }

.testimonialRollItemTitle {
  font-weight: bold;
  color: #1a6006; }

.testimonialRollItemDate {
  font-size: 0.8em;
  display: none; }

.testimonialRollItemDesc {
  font-family: "Titillium Web", Helvetica, Arial, sans-serif;
  font-size: 0.9em;
  margin-left: 10px;
  margin-bottom: 10px; }

.socialNetwork {
  float: right;
  padding: 2px 2px 10px 2px;
  padding: 2px 2px 10px 2px; }

.socialNetwork {
  list-style: none; }

ul.socialNetworks {
  list-style: none;
  margin-right: 10px;
  margin-bottom: 5px;
  display: block; }

.socialNetwork img {
  /*+box-shadow: 1px 1px 3px #656565;*/
  -moz-box-shadow: 1px 1px 3px #656565;
  -webkit-box-shadow: 1px 1px 3px #656565;
  box-shadow: 1px 1px 3px #656565;
  /*+border-radius: 2px;*/
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  -khtml-border-radius: 2px;
  border-radius: 2px; }

#siteTag {
  font: 0.7em / 1em sans-serif;
  color: #606060;
  text-align: center;
  padding-left: 5px;
  padding-right: 5px;
  padding-top: 3px;
  padding-bottom: 5px;
  margin: auto 5px 5px auto; }

#siteTag a {
  color: #9A9A9A; }

#leftBar {
  margin-top: 30px; }

.label.label-danger p {
  display: inline; }

#about blockquote {
  width: 70%;
  margin: auto auto 40px auto;
  background: rgba(236, 239, 241, 0.819); }

.clearAll {
  clear: both; }

#gallery {
  margin: 0;
  padding: 0; }

#gallery ul {
  text-align: center;
  margin: 0 !important;
  padding: 0 !important; }

#gallery ul li {
  display: inline-block !important;
  margin: 0;
  max-width: 250px;
  /*+placement: ;*/
  position: relative;
  left: 0;
  top: 0; }

.team-member-photo {
  text-align: center;
  margin-bottom: .5em; }

@media (min-width: 769px) {
  .team-member-info {
    display: grid;
    grid-template-columns: 1fr 3fr; }

  .team-member-photo {
    text-align: right; } }
.team-member-photo img {
  width: 90%;
  margin: auto;
  border: #000000 1px solid;
  padding: 3px;
  background-clip: content-box;
  /* support: IE9+ */
  background-color: #ccc;
  border-radius: .3em; }

.personnel-item {
  display: block;
  overflow: hidden;
  background-color: #ffffff;
  -moz-box-shadow: 1px 1px 3px #4E6075;
  -webkit-box-shadow: 1px 1px 3px #4E6075;
  box-shadow: 1px 1px 3px #4E6075;
  font-size: 1em;
  margin: 15px 0 15px 0; }

.personnel-item p {
  font-size: .9em; }

.personnel-item-title {
  display: block;
  position: relative;
  padding-top: 5px;
  margin: 0px 10px 2px 10px;
  border-bottom: solid thin #C9CFE3;
  font-size: 1.3em;
  font-weight: bold;
  font-family: "Catamaran", Helvetica, Arial, sans-serif; }

.personnel-item-image img {
  width: 40%;
  float: left;
  margin: 10px; }

.personnel-item-contact {
  text-align: center;
  padding-top: 10px;
  padding-bottom: 15px; }

footer {
  overflow: hidden;
  text-align: center;
  display: block;
  background: #393939;
  padding-top: 13px;
  padding-bottom: 4rem; }

.navbar-brand img {
  display: none; }

footer p {
  padding-right: 5px;
  padding-left: 5px;
  color: #8D8D8D;
  font-size: small; }

footer a {
  padding-left: 3px;
  padding-right: 3px;
  color: #FDFDFD;
  font-size: 0.8em; }

ul#footerMenu {
  list-style: none inside none;
  margin: 0;
  padding: 0; }

.siteMsg {
  font-size: small;
  padding: 5px;
  border: 1px solid #EFA5A5;
  border-radius: 5px;
  width: 90%;
  margin: 10px auto; }

.siteMsg p {
  margin-bottom: 5px; }

.cbLabel {
  font-size: small; }

.special:hover {
  background: #FFFFFF; }

#nav ul ul {
  padding-top: 5px; }

#splash {
  width: 100%;
  position: absolute;
  height: 100%;
  top: 0;
  left: 0;
  background: #FFFFFF;
  z-index: 999999999999999;
  visibility: hidden; }

.boxTitle {
  position: absolute;
  left: 5px;
  top: 3px; }

.footer-providers img {
  max-height: 35px;
  -webkit-filter: grayscale(100%);
  /* Chrome, Safari, Opera */
  filter: grayscale(100%);
  margin-left: 5px;
  margin-right: 5px; }

.responsive-iframe {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 60px;
  margin-bottom: 35px;
  overflow: hidden; }

.responsive-iframe iframe, .responsive-iframe object, .responsive-iframe embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.vcenter {
  display: inline-block;
  vertical-align: middle;
  float: none; }

.form-group .control-label {
  margin: 0;
  font-size: .8em; }

.btn-cust {
  margin-top: 10px;
  margin-bottom: 10px;
  color: #ffffff;
  font-family: "Titillium Web", Helvetica, Arial, sans-serif;
  text-align: center;
  border: solid medium #ffffff;
  box-shadow: inset 0 0 0 0 #000000;
  -webkit-transition: all ease 0.8s;
  -moz-transition: all ease 0.8s;
  transition: all ease 0.8s;
  border-radius: 2px; }

.btn-cust:hover {
  color: #ffffff;
  font-weight: bold;
  margin-top: 20px;
  margin-bottom: 20px;
  box-shadow: inset 0 0 0 22px #000000; }

.page-section {
  padding: 1em; }

.page-section:nth-child(even), .page-section:nth-child(even) > .well {
  background-color: #1a6006;
  color: #ffffff; }

.page-section:nth-child(even) h1, .page-section:nth-child(even) > article a {
  color: #ffffff !important; }

#billboard .galleria-info-description {
  margin-top: 10%; }

.navbar-collapse {
  max-height: auto;
  overflow-x: auto; }

.well {
  border-color: #C9CFE3; }

.criteria-state-value {
  font-weight: bold; }

.submitButton {
  text-align: center; }

.bs-callout {
  padding: 20px;
  margin: 20px 0;
  border: 1px solid #eee;
  border-left-width: 5px;
  border-radius: 3px; }

.bs-callout h4 {
  margin-top: 0;
  margin-bottom: 5px; }

.bs-callout p:last-child {
  margin-bottom: 0; }

.bs-callout code {
  border-radius: 3px; }

.bs-callout + .bs-callout {
  margin-top: -5px; }

.bs-callout-default {
  border-left-color: #777; }

.bs-callout-default h4 {
  color: #777; }

.bs-callout-primary {
  border-left-color: #428bca; }

.bs-callout-primary h4 {
  color: #428bca; }

.bs-callout-success {
  border-left-color: #5cb85c; }

.bs-callout-success h4 {
  color: #5cb85c; }

.bs-callout-danger {
  border-left-color: #d9534f; }

.bs-callout-danger h4 {
  color: #d9534f; }

.bs-callout-warning {
  border-left-color: #f0ad4e; }

.bs-callout-warning h4 {
  color: #f0ad4e; }

.bs-callout-info {
  border-left-color: #5bc0de; }

.bs-callout-info h4 {
  color: #5bc0de; }

span.metaDescTag {
  font-size: .7em;
  float: none;
  position: relative; }

#badgeLinks {
  text-align: left;
  padding-left: 10px; }

@media only screen and (max-width: 768px) {
  #badgeLinks {
    text-align: center;
    padding: 0; } }
#badgeLinks img {
  height: 50px;
  padding-bottom: 3px; }

.ws_bullets img {
  width: 85px;
  height: 48px; }

#fbPluginHolder {
  display: block;
  margin-top: 2em; }

#wine-list {
  background-image: url("/images/bgbl.gif");
  background-repeat: repeat; }

#visit-us {
  background-image: url("/images/bggr.png");
  background-repeat: repeat; }

@media only screen and (min-width: 768px) {
  .is-table-row {
    display: table; }

  .is-table-row [class*="col-"] {
    float: none;
    display: table-cell;
    vertical-align: top; } }
.included-page {
  margin-top: 2em; }

.print-images {
  display: none; }

#top-info {
  text-align: center;
  color: whitesmoke;
  background-color: black;
  position: relative;
  font-weight: bold;
  font-size: 1.3em;
  padding-bottom: .3em;
  padding-top: .3em; }

.btn {
  border-radius: 0px; }

#credLogos {
  text-align: center; }

#credLogos img {
  height: 150px; }

TABLE {
  border-collapse: collapse;
  border: 0; }

TD, TH, CAPTION {
  font-size: 100%;
  font-weight: normal;
  text-align: center;
  padding: 3px; }

#usageChart TD {
  border: thin solid #E2E2E2; }

#people {
  text-align: right;
  display: block; }

#usageChart {
  border: thin solid #282828;
  background: #FFFFFF;
  font-size: medium;
  margin: auto; }

.peopleAtt {
  background: #000000;
  padding: 12px;
  color: #FFFFFF;
  font-weight: bold;
  margin-bottom: 1px; }

.unitsNeeded {
  background: #000000;
  color: #FFFFFF;
  text-align: center; }

/*# sourceMappingURL=screen.css.map */
