@keyframes slideInFromLeft {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(0);
  }
}
* {
  margin: 0;
  padding: 0;
}

body {
  font-size: 1.5em;
  color: #191919;
  font-family: "Oxygen", Helvetica, Arial, sans-serif, Helvetica, Arial, sans-serif;
  background-color: #f8f8f8;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

header {
  background-color: rgba(243, 240, 240, 0);
}

#logo {
  border-left: black solid 20px;
  padding: 1em;
  text-align: center;
}

#logo img {
  width: 150px;
}

@media screen and (max-width: 768px) {
  #logo img {
    width: 70%;
    margin: auto;
  }
}
#logo .company-name {
  color: #c30808;
  display: block;
  text-align: center;
}

@media screen and (min-width: 991px) {
  .bounds {
    width: 90%;
    max-width: 1280px;
    margin: auto;
  }
}
.special {
  text-align: right;
}

.cta-box {
  padding: 4rem;
}

.callout {
  margin-top: 2em;
  margin-bottom: 3em;
}

.callout-primary {
  border-left: #c30808 thick solid;
  padding-left: 2em;
  margin-left: 1.75rem;
}

.callout h3 {
  margin-left: 0px;
}

.callout-primary h2 {
  text-align: center;
}

.callout-midtone {
  padding: 1em;
  background-color: #ae7272;
  color: #f8f8f8;
}

@media screen and (min-width: 768px) {
  .callout-primary p, .callout-primary h2 {
    margin: 0px;
    padding: 0px;
  }
  .results-box {
    display: grid;
    grid-template-columns: 1fr 2fr;
  }
}
.results-box-title {
  display: flex;
  align-items: center;
  justify-content: center;
}

.results-box-title h2 {
  color: #f8f8f8;
}

.location-box {
  display: grid;
  align-items: center;
}

@media screen and (min-width: 768px) {
  .location-box {
    grid-template-columns: 1fr 1fr;
  }
}
.what-is-box {
  display: grid;
}

@media screen and (min-width: 768px) {
  .what-is-box {
    grid-template-columns: 1fr 1fr;
    align-items: center;
  }
}
.location-box-content, .what-is-box-content {
  padding: 4rem;
}

article a {
  color: #000000;
  font-weight: bold;
}

#mainContentHolder {
  background-image: url("/images/bg.jpg");
}

#mainContent {
  padding: 1em;
  overflow: auto;
}

#top-info {
  font-family: "Oxygen", Helvetica, Arial, sans-serif;
  color: #f8f8f8;
  background-color: #000000;
  font-weight: bold;
  text-align: right;
  padding: 0.3em 1em 0.3em 1em;
  font-size: 0.9em;
}

#top-info a {
  color: #000000;
}

.siteAdd {
  color: #191919;
  text-align: center;
}

.sitePhone {
  font-weight: bold;
  font-size: 0.9em;
  text-align: center;
  font-family: "Oxygen", Helvetica, Arial, sans-serif;
  color: #ae7272;
}

.sitePhone a {
  color: #ae7272;
}

@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;
  }
}
h1, h2, h3, h4, h5, h6 {
  margin-top: 0.5em;
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  font-weight: bold;
  color: #920606;
}

article h1 {
  font-size: 1.8em;
  margin-bottom: 2.3rem;
}

article h2 {
  font-size: 1.6em;
  margin-bottom: 2rem;
}

article h3 {
  font-size: 1.1em;
  margin-bottom: 21px;
}

article h5 {
  padding-top: 0.5em;
  margin-bottom: 1.4em;
  font-weight: bold;
}

@media (min-width: 769px) {
  article h1 {
    font-size: 2.4em;
  }
  article h2 {
    font-size: 2em;
  }
  article h3 {
    font-size: 1.8em;
  }
}
.minor-print {
  font-size: 0.8em;
}

article p {
  font-size: 1.1em;
  line-height: 1.6em;
  margin-left: 0.3em;
  margin-right: 0.3em;
  margin-bottom: 1em;
}

article dl {
  margin-left: 30px;
  display: block;
  overflow: hidden;
}

article dd {
  margin-left: 9px;
}

article ul, article ol {
  margin-left: 3em;
}

article ul li, article ol li {
  margin-bottom: 0.5em;
}

.childRollItem {
  text-align: center;
  position: relative;
  color: #BBBDC8;
  padding-bottom: 8px;
  margin-bottom: 1.5em;
  background-color: #c30808;
  /*+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;
}

.childRollItemThumb {
  display: block;
  overflow: hidden;
}

.childRollItemThumb a {
  display: block;
  overflow: hidden;
  width: 100%;
  height: 100%;
}

.childRollItemTitle {
  padding-top: 0.4em;
  font-size: 1.2em;
  font-weight: bold;
  display: flex;
  justify-content: center; /* align horizontal */
  align-items: center; /* align vertical */
}

.childRollItemTitle a {
  color: #ab6765;
}

.childRollItemDesc {
  margin-left: 10px;
  padding-top: 0px;
  padding-bottom: 0px;
  margin-right: 10px;
  font-size: 0.9em;
}

.childRollItemFooter {
  text-align: center;
}

#listRoll_pages.cards .listRollItem .btn {
  color: #f8f8f8;
  border-color: #f8f8f8;
}

#listRoll_pages.cards .btn-cust:hover {
  color: #c30808;
  font-weight: bold;
  margin-top: 10px;
  margin-bottom: 10px;
  box-shadow: inset 0 0 0 22px #c30808;
}

@media screen and (min-width: 768px) {
  #listRoll_pages.cards {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    align: center;
    align-items: center;
  }
  #listRoll_pages.cards .listRollItem {
    flex-basis: 33%;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    position: relative;
    text-align: center;
    color: #5b5f71;
    background-color: #c30808;
    border: thin solid #888888;
    overflow: hidden;
  }
}
.listRollItem {
  margin-bottom: 4%;
}

@media screen and (max-width: 768px) {
  #listRoll_pages.cards .listRollItem {
    display: flex;
    flex-direction: column;
    position: relative;
    align-items: flex-start;
    text-align: center;
    color: #5b5f71;
    background-color: #c30808;
    overflow: hidden;
  }
}
#listRoll_pages.cards .listRollItemThumb {
  position: absolute;
  overflow: hidden;
  width: 100%;
  height: 100%;
}

#listRoll_pages.cards .listRollItemThumb img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

#listRoll_pages.cards .listRollItemTitle {
  background-color: rgba(195, 8, 8, 0.8);
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  max-width: 95%;
  margin-top: 2em;
  padding: 0.4em;
  font-size: 1.1em;
  font-weight: 600;
  text-align: left;
  z-index: 5;
  opacity: 1;
  transition: 0.5s ease;
}

@media screen and (min-width: 768px) {
  #listRoll_pages.cards .listRollItemTitle {
    text-transform: uppercase;
    transition: 0.5s ease;
  }
}
#listRoll_pages.cards .listRollItemFooter {
  z-index: 2;
  text-align: center;
  opacity: 1;
  transition: 0.5s ease;
}

#listRoll_pages.cards .listRollItem:hover > .listRollItemTitle {
  background-color: #000000;
  text-transform: uppercase;
  margin-top: 0px;
}

#listRoll_pages.cards .listRollItem:hover > .listRollItemTitle a {
  text-align: right;
  right: 0;
}

#listRoll_pages.cards .listRollItem:hover > .listRollItemFooter {
  opacity: 0;
}

#listRoll_pages.cards .listRollItem a {
  color: #f8f8f8;
  text-shadow: -1px -1px 1px rgba(255, 255, 255, 0.1), 1px 1px 1px rgba(0, 0, 0, 0.5);
  transition: 0.5s ease;
}

#listRoll_pages.cards .listRollItemTitle a {
  border: none;
}

#listRoll_pages.cards .listRollItemDesc {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 0.8em;
  font-weight: 500;
  padding: 1em;
  height: 100%;
  background: #c30808;
  color: #f8f8f8;
  opacity: 0;
  transition: 0.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 */
  z-index: 3;
}

#listRoll_pages.cards .listRollItemDesc p {
  margin: auto;
  padding: 0px;
}

#listRoll_pages.cards .listRollItem:hover .listRollItemDesc {
  opacity: 0.9;
  -webkit-transform: rotateY(0deg);
  -moz-transform: rotateY(0deg);
  -o-transform: rotateY(0deg);
  -ms-transform: rotateY(0deg);
  transform: rotateY(0deg);
  cursor: pointer;
  width: 100%;
}

.hidden {
  display: none;
}

/*Headers*/
/*Forms*/
/**/
/*OTHER*/
article table li {
  margin-left: 20px;
}

article table {
  font-size: 0.8em;
}

article table, article table td {
  border: solid 1px #ae7272;
}

article table td {
  padding: 0.3em;
}

article table thead td {
  text-align: center;
  font-weight: bold;
  color: #6B6B6B;
  background: #E8E8E8;
}

#billboard {
  background-image: url("/images/billboard_bg.jpg");
  position: relative;
}

#slideShow {
  max-width: 1280px;
  margin: auto;
}

@media screen and (min-width: 1024px) {
  .internal-content-header-slideshow {
    max-width: 75%;
    margin: 0 auto 1em auto;
  }
}
.blogRoll {
  display: flex;
  flex-wrap: wrap;
  justify-content: left;
  align: center;
  margin-bottom: 2em;
}

.blogRollItem {
  display: block;
  flex-basis: 100%;
  position: relative;
  margin: 0px;
  box-sizing: border-box;
  flex-direction: column;
  align-items: flex-start;
  text-align: left;
  overflow: hidden;
  background-color: rgba(248, 248, 248, 0.6);
  padding: 0em 0.4em 0em 0.4em;
  margin: 1% 0 1% 0;
}

@media screen and (min-width: 768px) {
  .blogRollItem {
    flex-basis: 48%;
    margin: 1%;
  }
}
.blogRollItemThumb {
  position: relative;
  width: 100%;
  height: 100%;
  top: 0px;
  order: 2;
  overflow: hidden;
  background-color: #888888;
}

.blogRollItemThumb a {
  display: block;
  width: 100%;
  height: 100%;
}

.blogRollItemThumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border: thin solid #888888;
}

.blogRollItemTitle {
  font-size: 1.2em !important;
  display: flex;
  flex-direction: row;
  flex: 3em;
  width: 100%;
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  font-size: 1em;
  font-weight: bold;
  padding: 0.2em 0em;
  order: 1;
  align-items: flex-end;
}

.blogRollItemDate {
  color: #999999;
  display: none;
  padding: 0.3em 0em;
  font-size: 0.8em;
  font-style: italic;
  text-align: right;
  align-self: flex-start;
  order: 3;
}

.blogRollItemDesc {
  margin-left: 1em;
}

/*
portolios
 */
.portfoliosRoll {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align: center;
  margin-bottom: 2em;
}

.portfoliosRollItem {
  display: flex;
  position: relative;
  margin: 0px;
  box-sizing: border-box;
  flex-direction: column;
  align-items: flex-start;
  text-align: left;
  color: #5b5f71;
  overflow: hidden;
}

@media screen and (min-width: 768px) {
  .portfoliosRollItem {
    flex-basis: 46%;
    margin: 2%;
  }
}
.portfoliosRollItemThumb {
  position: relative;
  width: 100%;
  height: 100%;
  top: 0px;
  order: 2;
  overflow: hidden;
  background-color: #888888;
}

.portfoliosRollItemThumb a {
  display: block;
  width: 100%;
  height: 100%;
}

.portfoliosRollItemThumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border: thin solid #888888;
}

.portfoliosRollItemTitle {
  font-size: 1.2em !important;
  display: flex;
  flex-direction: row;
  width: 100%;
  flex: 3em;
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  font-size: 1em;
  font-weight: bold;
  padding: 0.2em 0em;
  order: 1;
  align-items: flex-end;
}

.portfoliosRollItemDate {
  display: none;
  color: #999999;
  padding: 0.3em 0em;
  font-size: 0.8em;
  font-style: italic;
  text-align: right;
  align-self: flex-start;
  order: 3;
}

.portfoliosRollItemDesc {
  display: none;
}

/*
personell
 */
@media only screen and (min-width: 768px) {
  .personnel-profile {
    display: flex;
  }
  .personnel-profile > div:nth-child(1) {
    width: 65%;
  }
  .personnel-profile > div:nth-child(2) {
    width: 35%;
    padding: 0em 0.5em;
  }
}
.personnel-profile h3 {
  margin: 0em 0.5em 0.5em 0.5em;
}

.personnel-profile #slideShow {
  margin-bottom: 1em;
}

#personnel-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align: center;
  margin-bottom: 2em;
}

.personnel-contact-form-footer-msg {
  margin: 1em;
}

.personnel-contact-form-footer-msg .phone-number {
  font-weight: bold;
}

.personnel-item {
  display: flex;
  position: relative;
  margin: 0px;
  box-sizing: border-box;
  flex-direction: column;
  align-items: flex-start;
  text-align: left;
  color: #5b5f71;
  overflow: hidden;
}

@media screen and (min-width: 768px) {
  .personnel-item {
    flex-basis: 46%;
    margin: 0 2%;
  }
}
@media screen and (min-width: 1023px) {
  .personnel-item {
    flex-basis: 29%;
    margin: 2%;
  }
}
.personnel-item-image {
  position: relative;
  width: 100%;
  height: 100%;
  top: 0px;
  order: 2;
  overflow: hidden;
  background-color: #888888;
  border: thin solid #888888;
}

.personnel-item-image a {
  display: block;
  width: 100%;
  height: 100%;
}

.personnel-item-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.personnel-item-title {
  width: 100%;
  font-size: 1em !important;
  display: flex;
  position: relative;
  flex-direction: row;
  flex: 3em;
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  font-size: 1em;
  font-weight: bold;
  padding: 0.2em 0em;
  order: 1;
  align-items: flex-end;
}

.personnel-item-excerpt {
  display: none;
  order: 4;
}

.personnel-item-actions {
  margin: 0.6em;
  width: 100%;
  text-align: center;
  order: 5;
}

/*Calendar

 */
.calendarWidgetViewAll, .widget .blogViewAll, .widget .widget-view-all {
  text-align: right;
  font-size: 0.8em;
}

.calendarRoll {
  width: 95%;
  margin: auto;
  padding: 0.5em;
}

.calendarRoll h2 {
  margin-top: 1.5em;
  margin-bottom: 0.5em;
  border-bottom: #d1d1d1 solid 1px;
}

.calendarRollItem {
  width: 95%;
  margin: 2rem 1em 2rem 3em;
  border: solid thin #d1d1d1;
  padding: 1em;
}

.calendarRollItemTitle {
  font-size: 1.3em;
  font-weight: bold;
}

.calendarRollItemDate {
  background-color: #ae7272;
  color: #f8f8f8;
  display: inline-block;
  padding: 1px 3px 1px 3px;
  margin: 0em 0.5em 0em 0.5em;
}

.calendarRollItemLocation {
  margin: 0em 0.5em 0em 0.5em;
}

.calendarRollItemDesc {
  margin: 0em 0.5em 0em 0.5em;
}

.calendarRollItemMore {
  margin: 0em 0.5em 0em 0.5em;
}

.calendarRollNoUpcoming {
  border: solid thin #ab6765;
  padding: 1rem;
}

noscript div {
  background-color: #FFDF3A;
  width: 100%;
  color: #8F0101;
  padding: 10px;
  font-size: medium;
  position: relative;
}

/*WIDGETS*/
.widget {
  font-size: 0.9em;
  position: relative;
  color: #000000;
  padding: 3px !important;
  margin-bottom: 1.5em;
}

.widgetTitle {
  font-size: 1.4em;
  font-weight: bold;
  padding: 0.3em;
}

#testimonialsWidget {
  margin-top: 20px;
}

.testimonials-singleton {
  color: #8c8c8c;
  font-size: 0.8em;
  font-style: italic;
}

.widget-item {
  padding: 1em;
}

.widget-item-date {
  font-size: 0.8em;
  text-align: left;
  padding-left: 0.5em;
}

.widget-item-title {
  font-size: 1.1em;
  font-weight: bold;
}

.widget-item-description {
  padding-left: 0.5em;
}

.widget p {
  margin-left: 15px;
  margin-top: 5px;
}

.widget .readAll a {
  text-decoration: none;
}

.testimonialRollItem {
  margin: 1em;
}

.testimonialRollItemTitle {
  font-weight: bold;
  color: #000000;
}

.testimonialRollItemDate {
  font-size: 0.8em;
  display: none;
}

.testimonialRollItemDesc {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 0.9em;
  margin-left: 10px;
  margin-bottom: 10px;
}

.socialNetwork {
  float: left;
  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: inline-block;
  text-align: center;
}

.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;
}

.tag-line {
  padding: 0em 0.5em 0em 0.5em;
  display: block;
  font-style: oblique;
  margin: auto;
  text-align: center;
  font-weight: bold;
  font-size: 1.2em;
  background-color: rgba(248, 248, 248, 0.5);
}

@media screen and (min-width: 768px) {
  .tag-line {
    position: absolute;
    right: 1em;
    bottom: 0.2em;
  }
}
#siteTag {
  font: 0.7em/1em sans-serif;
  color: grey;
  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);
}

.about-us-table ul {
  margin-left: 10px;
}

.about-us-table td {
  padding-right: 10px;
}

.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;
}

footer {
  overflow: hidden;
  text-align: center;
  display: block;
  background: rgba(0, 0, 0, 0.78);
  padding-top: 13px;
  color: grey;
}

footer p {
  padding-right: 5px;
  padding-left: 5px;
  font-size: small;
}

footer a {
  padding-left: 3px;
  padding-right: 3px;
  color: #FDFDFD;
  font-size: 0.8em;
}

footer .social-media {
  font-size: 3em;
}

footer .social-media a {
  margin: 0em 0.3em;
}

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;
}

#siteTag a img {
  height: 45px;
}

.responsive-iframe {
  position: relative;
  padding-bottom: 56.25%;
  margin: auto;
  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;
  color: #c30808;
}

.btn {
  border-radius: 0px !important;
}

.btn-cust {
  margin-top: 10px;
  margin-bottom: 10px;
  color: #c30808;
  font-family: "Oxygen", Helvetica, Arial, sans-serif;
  text-align: center;
  border: solid medium #c30808;
  box-shadow: inset 0 0 0 0 #c30808;
  -webkit-transition: all ease 0.8s;
  -moz-transition: all ease 0.8s;
  transition: all ease 0.8s;
  border-radius: 2px;
}

.btn-cust:hover {
  color: #f8f8f8;
  font-weight: bold;
  margin-top: 10px;
  margin-bottom: 10px;
  box-shadow: inset 0 0 0 22px #c30808;
}

#billboard .galleria-info {
  background-color: rgba(47, 47, 47, 0.5);
  width: auto;
  top: 85%;
  left: 0px;
  z-index: 2;
  position: absolute;
}

#billboard .galleria-info-text {
  text-shadow: -1px -1px 1px rgba(255, 255, 255, 0.1), 1px 1px 1px rgba(0, 0, 0, 0.5), -6px 9px 6px rgba(206, 89, 55, 0);
  color: #FFFFFF;
}

#billboard .galleria-info-text a {
  font-weight: bold;
  text-shadow: -1px -1px 1px rgba(255, 255, 255, 0.1), 1px 1px 1px rgba(0, 0, 0, 0.5), -6px 9px 6px rgba(206, 89, 55, 0);
  color: #FFFFFF;
}

#billboard .galleria-info-title {
  font-size: 1.4em;
  text-transform: uppercase;
  font-weight: normal;
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  margin: 0;
  color: #FFF;
  margin-bottom: 0.2em;
}

#billboard .galleria-info-description {
  text-align: right;
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  font-size: 1em;
  font-style: normal;
}

@media screen and (max-width: 768px) {
  #billboard .galleria-info-title {
    font-size: 0.8em;
  }
  #billboard .galleria-info-description {
    font-size: 0.6em;
    font-style: normal;
  }
}
.galleria-image-nav-left, .galleria-image-nav-right {
  opacity: 0.75;
}

.well {
  border-color: #ab6765;
  border-radius: 3px;
}

.criteria-state-value {
  font-weight: bold;
}

.submitButton {
  text-align: center;
}

span.metaDescTag {
  font-size: 0.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: 3em;
}

.print-images {
  display: none;
}

#main-contact {
  color: #ab6765;
  position: absolute;
  right: 0.5em;
  top: 0.5em;
  z-index: 9;
  font-weight: bold;
  font-size: 1.3em;
  padding: 0.4em;
  border-radius: 0.3em;
}

@media only screen and (min-width: 768px) {
  .split-5050-responsive {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 2em;
  }
  .split-3070-responsive {
    display: grid;
    grid-template-columns: 1fr 2fr;
  }
  .split-7030-responsive {
    display: grid;
    grid-template-columns: 2fr 1fr;
  }
  .split-303030-responsive {
    display: flex;
  }
  .split-303030-responsive > div {
    flex-basis: 33%;
  }
}
#credLogos {
  text-align: center;
}

#credLogos img {
  height: 150px;
}

cite {
  font-size: 0.8em;
  color: darkslategrey;
}

#secondaryContent {
  padding-bottom: 2em;
}

@media only screen and (min-width: 768px) {
  #secondaryContent {
    display: grid;
    grid-template-columns: 33% 33% 33%;
    grid-gap: 1%;
  }
}
#secondaryContent .widget {
  margin-bottom: 1em;
}

#filesTable {
  width: 90%;
  margin: auto;
}

.site-hours {
  text-align: center;
  display: block;
  margin: auto;
  background-color: rgba(195, 8, 8, 0.85);
  font-size: 1.2em;
  padding: 0.3em;
}

#webmailForm {
  background-color: lightgrey;
  position: absolute;
  z-index: 999999;
  top: 33px;
  right: 0;
}

@media only screen and (min-width: 768px) {
  .pic-content-1 {
    display: grid;
    margin: 1em;
    grid-template-columns: 1fr 1fr;
  }
  .contact-us-sideby {
    display: grid;
    margin: 1em;
    grid-template-columns: 1fr 1fr;
  }
  .testimonial-sideby {
    display: grid;
    margin: 1em;
    grid-template-columns: 1fr 2fr;
  }
}
.pic-content-pic, .pic-content-content {
  align-self: flex-start;
}

.pic-content-1 .pic-content-pic {
  padding-bottom: 0.5em;
  text-align: center;
}

#mainContent .pic-content-1 .pic-content-pic img {
  width: 90%;
  margin: auto;
}

#mind-body-schedule {
  border: solid 1px #ae7272;
}

.fine-print {
  font-size: 0.75em;
}

.fillwidth {
  width: 100%;
  height: auto;
}

.fillheight {
  height: 100%;
  width: auto;
}

.resources-table {
  display: grid;
  grid-gap: 2em;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
}

.resources-table > div {
  border: solid #ae7272 thin;
}

.clientele-logos {
  margin: 5em auto;
}

.association-logos {
  margin: 5em auto;
}

.association-logos img {
  width: 65%;
  margin: auto;
}

.modal-content {
  border-radius: 3px;
}

.modal-backdrop {
  background-color: #c30808;
}

.modal {
  background-color: rgba(195, 8, 8, 0.5) !important;
}

.pagination {
  text-align: center;
  display: block;
  display: block;
}

/* Use the following CSS code if you want to have a class per icon */
ul.page-connections {
  padding-left: 0px;
  margin-left: 10px;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}

ul.page-connections li {
  margin: 0 1% 2% 1%;
  overflow: hidden;
  flex-basis: 48%;
}

ul.page-connections li .connection-title {
  display: none;
}

ul.page-connections li .connection-thumb img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.blue-tri-right {
  background-image: url("/images/blue-tri-right.png");
  background-position: bottom right;
  background-repeat: no-repeat;
  background-size: 30%;
}

.link-to-site-line {
  font-size: 0.8em;
  text-align: right;
}

.jThumbnailScroller#tS2 {
  width: 100%;
  height: 175px;
  background: none;
  border: none;
  margin-top: 0em;
}

.jThumbnailScroller .jTscroller a {
  border-radius: none;
  background-color: none;
  height: 175px;
  width: 175px;
  opacity: 1;
  border: none;
  display: flex;
  align-items: center;
}

.jThumbnailScroller .jTscroller img {
  width: 100%;
}

.service-price {
  font-size: 1.8em;
  color: green;
  text-align: center;
}

/*# sourceMappingURL=screen.css.map */
