html, body {
  width: auto !important;
  overflow-x: hidden !important;
  padding: 0;
  margin: 0;
  font-family: 'Outfit';
  -webkit-font-smoothing: antialiased;
  /* Chrome, Safari */
  -moz-osx-font-smoothing: grayscale;
  /* Firefox */
  text-rendering: optimizeLegibility;
  box-sizing: border-box;
}
/*Start*/
.gbf-hero-split {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.gbf-hero-image, .gbf-hero-content {
  flex: 1 1 50%;
  min-height: 53.8vh;
}
.gbf-hero-image {
  background: url(./images/welcome.jpg) center top / cover !important;
}
.gbf-hero-content {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 48px 36px;
  background-color: #F5F4F3;
}
.gbf-hero-text {
  max-width: 568px;
  text-align: center;
}
.gbf-hero-title {
  margin: 0 0 -5px 0 !important;
  line-height: 1.1;
  letter-spacing: 0.3px;
  font-weight: 200;
  font-size: 58px;
  color: #1F3050;
}
.gbf-hero-title .gbf-italic {
  font-family: "Playfair Display", serif;
  font-style: italic;
  font-weight: 700;
  letter-spacing: 0.4px;
}
.gbf-hero-subtitle {
  margin: -11px 0 26px;
  font-size: 46px;
}
.gbf-hero-description {
  margin: 0 0 28px 0;
  font-size: 21px !important;
  line-height: 1.3;
}
.gbf-hero-times {
  display: inline-block;
  padding: 18px 46px 21px 42px;
  text-align: left;
  background-color: #FFFFFF;
  margin-top: 26px;
  line-height: 1;
}
.gbf-hero-times p {
  margin: 0;
  font-size: 21px;
  color: #646D67;
}
.gbf-hero-times p + p {
  margin-top: 10px;
}
.gbf-hero-times strong {
  font-weight: 600 !important;
}
@media (max-width: 880px) {
  .gbf-hero-split {
    flex-direction: column;
  }
  .gbf-hero-image, .gbf-hero-content {
    flex: 1 1 100%;
    padding-top: 0;
    padding-bottom: 0;
    min-height: 39.2vh;
  }
  .gbf-hero-title .gbf-italic {
    font-family: "Playfair Display", serif;
    font-style: italic;
    font-weight: 700;
    letter-spacing: 0.4px;
  }
  .gbf-hero-text .gbf-hero-title {
    font-size: 44px;
    margin-bottom: 0 !important;
  }
}
/* FAQ, Section 2, isolated classes */
.w2-welcome {
  --w2-line:rgba(255,255,255,.35);
  width: 100%;
  min-height: 520px;
  position: relative;
  overflow: hidden;
  isolation:isolate;
  background: url(./images/visitorback.jpg) center / cover no-repeat;
}
.w2-inner {
  max-width: 1260px;
  margin: 0 auto;
  min-height: 520px;
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 0;
}
.w2-left, .w2-right {
  position: relative;
  z-index: 1;
  padding: 43px 21px;
  display: flex;
  align-items: center;
}
.w2-left {
  justify-content: safe center;
}
.w2-right {
  justify-content: flex-start;
}
.w2-hero-text {
  max-width: 640px;
  text-align: left;
}
.w2-hero-line1 {
  margin: 0 !important;
  font-family: "Playfair Display", serif;
  font-style: italic;
  font-weight: 700;
  font-size: 65px;
  line-height: 1.1;
  letter-spacing: 0.3px;
  color: #FFF;
}
.w2-hero-line1 small {
  font-family: Outfit, system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial;
  font-style: normal;
  font-weight: 400;
  font-size: 22px;
  letter-spacing: 0.1em;
  margin-left: 10px;
  opacity: 0.85;
}
.w2-hero-line2 {
  margin: 0;
  font-size: 44px;
  letter-spacing: 0.02em;
  color: #FFF;
  font-weight: 200;
}
.w2-right-wrap {
  width: 100%;
  max-width: 560px;
}
.w2-feature {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 18px;
  align-items: center;
  margin-bottom: 18px;
}
.w2-feature h3 {
  margin: 0 !important;
  font-size: 28px;
  color: #E3DBAD;
}
.w2-feature p {
  color: #FFF;
  margin: 0;
  line-height: 1.2;
}
.w2-feature img {
  width: 180px;
  border-radius: 7px;
  margin-left: 12px;
}
.w2-plan-btn {
  margin-top: 14px;
  display: inline-block;
  padding: 3px 36px 3px 33px;
  border-radius: 999px;
  font-size: 18px;
  text-decoration: none;
  background-color: #E3DBAD;
  color: #2B2B2B;
  font-weight: 400;
  margin-bottom: 8px;
}
.w2-plan-btn:focus-visible {
  outline: 2px solid #FFF;
  outline-offset: 2px;
}
.w2-accordion {
  margin-top: 10px;
  border-top:1px solid var(--w2-line);
}
.w2-accordion-item {
  border-bottom:1px solid var(--w2-line);
  overflow: hidden;
}
.w2-accordion-header {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 12px 8px 11px;
  color: #E3DBAD;
  font-size: 20px;
  outline: none;
  -webkit-tap-highlight-color: transparent;
}
.w2-accordion-header:focus,.w2-accordion-header:focus-visible {
  outline: none;
}
.w2-chevron {
  width: 28px;
  height: 28px;
  display: inline-grid;
  place-items: center;
  border-radius: 6px;
  font-size: 23px;
  line-height: 1;
  opacity: 0.95;
  transform: rotate(0deg);
  transition: transform 0.24s ease;
  margin-top: -12px;
}
.w2-accordion-item.is-open .w2-chevron {
  transform: rotate(180deg);
  margin-top: 3px;
  margin-bottom: -12px;
}
.w2-accordion-content {
  color: #FFF;
  font-size: 17px;
  line-height: 1.5;
  padding: 0 8px;
  max-height: 0;
  overflow: hidden;
}
.w2-accordion-content p {
  margin: 0;
}
.w2-accordion-content a.w2-plan-btn {
  background-color: #646D67;
  color: #FFFFFF;
  font-weight: 200;
  font-size: 17px;
}
@media (max-width: 1100px) {
  .w2-hero-line1 {
    font-size: 46px;
  }
  .w2-hero-line2 {
    font-size: 32px;
  }
  .w2-left {
    justify-content: safe center;
    padding-right: 20px;
  }
  .w2-right {
    justify-content: flex-start;
    padding-left: 0;
    padding-right: 36px;
  }
}
@media (max-width: 900px) {
  .w2-inner {
    grid-template-columns: 1fr;
  }
  .w2-left {
    padding-bottom: 24px;
    justify-content: center;
  }
  .w2-right {
    padding-top: 0;
    justify-content: center;
    padding: 14px 32px 76px;
  }
  .w2-feature {
    grid-template-columns: 1fr;
    gap: 12px;
  }
  .w2-feature img {
    order: -1;
    margin: 0;
  }
  .w2-left, .w2-right {
    position: relative;
    z-index: 1;
    padding: 43px 21px 0px;
    display: block;
    align-items: center;
  }
  .w2-welcome .w2-inner {
    padding-bottom: 68px;
  }
}
@media (max-width: 520px) {
  .w2-hero-line1 {
    font-size: 38px;
  }
  .w2-hero-line2 {
    font-size: 26px;
  }
}
/*News*/
.news {
  text-align: left;
  clear: both;
  padding-top: 86px;
  display: inline-block;
  width: 100%;
  padding-bottom: 49px;
}
.news .container {
  max-width: 1140px !important;
  width: 100%;
}
.announcementbox:nth-child(1) {
  width: 47%;
  margin-top: 0;
}
.announcementbox:nth-child(3), .announcementbox:nth-child(5) {
  width: 26%;
  height: 399px;
}
.announcementbox {
  float: left;
  padding-right: 26px;
}
.announcementbox .postdate {
  background-color: #EAEAEA;
  text-align: center;
  padding: 6px 16px;
  font-size: 16px;
  margin-bottom: 7px;
}
.news .title b {
  color: #7B1F2C;
  font-weight: 600;
  text-transform: uppercase;
}
a.announcementbutton {
  margin-top: 0px;
  display: inline-block;
  padding: 3px 36px 3px 33px;
  border-radius: 999px;
  font-size: 18px;
  text-decoration: none;
  background-color: #646D67;
  color: #FFFFFF;
  font-weight: 400;
  margin-bottom: 16px;
  margin-left: 19px;
}
.announcementdescription .downloadbutton a {
  padding: 9px 23px 7px 20px !important;
  margin-right: 21px;
  margin-top: -8px;
  background-color: ;
  border: 2px solid #9B6161 !important;
  color: #9A6161 !important;
  font-size: 17px !important;
  display: block !important;
  margin-bottom: 23px;
  text-align: center;
  font-weight: 600;
}
.announcementbox .description p {
  font-size: 17px !important;
  line-height: 1.3 !important;
}
.home .announcementbox .description a {
  width: auto;
  display: none;
}
.announcementbox a .posttitle {
  color: #536F7E;
}
@media only screen and (max-width: 950px) {
  .swiper-slide-single .announcementbox .description p a {
    float: none;
    width: 290px;
    padding-top: 6px;
    padding-bottom: 5px;
  }
}
@media only screen and (max-width: 650px) {
  .title {
    font-size: 42.3px;
  }
  .title b {
    font-size: 43px;
  }
  .welcomesection .welcomedescription {
    font-size: 15px;
    line-height: 1.5;
  }
  .announcementbutton {
    display: inline-block;
    margin-bottom: 34px;
  }
  .announcementbox .announcementimage {
    height: auto;
    overflow: hidden;
  }
  .news .buttons {
    margin-top: 27px;
    margin-bottom: -23px;
  }
  .subtitle {
    font-size: 15px;
    padding-top: 4px;
  }
  a.whattoexpect {
    background-color: #F5F5F5;
    margin-top: 18px;
    display: inline-block;
    padding: 7px 23px 7px 21px;
    text-decoration: none;
    font-size: 18px;
    color: #000000;
  }
  .swiper-pagination {
    margin-top: -84px;
  }
}
@media only screen and (max-width: 450px) {
  .title, .title b {
    font-size: 36.3px;
  }
  a.announcementbutton {
    border: 1px solid #000000;
    padding-left: 31px;
    padding-right: 29px;
    padding-bottom: 8px;
    padding-top: 8px;
    text-decoration: none;
    font-weight: 500;
    color: #000000;
    margin-right: 15px;
    font-size: 14px;
    margin-bottom: 15px;
  }
  .announcementbutton {
    display: inline-block;
    margin-bottom: 34px;
  }
}
/*Sermons*/
.sermons {
  background-color: #EEEEEE;
  padding-top: 94px;
  padding-bottom: 77px;
  display: inline-block;
  width: 100%;
background: url("./images/sermonbacker.jpg") top center / cover no-repeat;

}
.sermons .container {
  max-width: 1166px !important;
  width: 100%;
}
.videocol2 .sb_youtube {
  margin-top: -35px;
}
.videocol1 .sby_video_thumbnail_wrap {
  max-width: 168px !important;
  height: 96px;
}
.videocol1 .sby_info {
  float: left;
  width: 315px !important;
  margin-top: -80px !important;
  margin-left: 193px;
  text-align: left !important;
}
.sby_meta {
  margin-top: 5px !important;
}
.sermons .videocol1 {
  padding-top: 0;
}
.sermons .columns {
  margin-top: 29px;
}
.sby_view_count {
  display: none;
}
.sby_video_title {
  font-size: 17px;
  margin-top: -6px !important;
  display: inline-block;
  font-weight: 400 !important;
  margin: 0;
}
@media only screen and (max-width: 768px) {
  .sermons {
    background-color: #EEEEEE;
    padding-top: 70px;
    padding-bottom: 78px;
    text-align: center;
    background: none center left / auto no-repeat #F7F7F7;
  }
  .sby_items_wrap {
    padding: 0 !important;
    margin: 32px 0 0 !important;
  }
  .videocol1 .sby_info {
    width: auto !important;
    margin-top: -96px !important;
  }
}
/*Ministries*/
.m3-section {
  position: relative;
  width: 100%;
  min-height: 560px;
  padding: 124px 24px 150px;
  background: url(./images/ministryback.jpg) center bottom / cover no-repeat;
}
.m3-container {
  max-width: 1140px;
  margin: 0 auto;
  width: 100%;
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  align-items: center;
  gap: 36px;
}
.m3-left {
  padding: 10px 0;
}
.m3-kicker {
  font-weight: 400;
  font-size: 29px;
  color: #7F8D70;
}
.m3-title {
  font-family: "Playfair Display", serif;
  margin: 0 0 6px 0 !important;
  color: #000000;
  font-style: italic;
  font-weight: 600;
  font-size: 43px;
  line-height: 1.1;
  letter-spacing: 0.3px;
}
.m3-desc {
  max-width: 560px;
  color: var(--m3-muted);
}
.m3-button {
  margin-top: 19px;
  display: inline-block;
  padding: 4px 36px 5px 33px;
  border-radius: 999px;
  font-size: 18px;
  text-decoration: none;
  background-color: #646D67;
  color: #FFFFFF;
  margin-bottom: 16px;
}
.m3-right {
  display: flex;
  flex-direction: column;
  gap: 18px;
}
.m3-card {
  display: grid;
  grid-template-columns: 200px 1fr;
  gap: 0;
  align-items: stretch;
  background: transparent;
  color: var(--m3-pill-text);
  border-radius: 9px;
  padding: 0;
  overflow: hidden;
  margin-bottom: 19px;
}
.m3-card-media {
  width: 100%;
  overflow: hidden;
  border-radius: 0;
}
/*.m3-card-media IMG
{
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}*/
.m3-card-body {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 6px;
  background-color: #646D68;
  padding: 15px 18px;
  border-radius: 0;
  margin-left: -45px;
}
.m3-card-title {
  font-family: "Playfair Display", serif;
  font-weight: 700;
  font-size: 30px;
  text-transform: uppercase;
  text-align: center;
  margin: 0px 0px 3px 0px !important;
  color: #FFFFFF;
}
.m3-card-text {
  color: #FFFFFF;
  margin: 0;
  text-align: center;
  font-size: 16px;
  line-height: 1.2;
}
.m3-right a {
  text-decoration: none;
}
@media (max-width: 1100px) {
  .m3-title {
    font-size: 52px;
  }
  .m3-card {
    grid-template-columns: 160px 1fr;
  }
}
@media (max-width: 900px) {
  .m3-container {
    grid-template-columns: 1fr;
    gap: 28px;
  }
  .m3-title {
    font-size: 46px;
  }
}
@media (max-width: 560px) {
  .m3-card-title {
    text-align: left;
    font-size: 23px;
  }
  .m3-card-text {
    color: #FFFFFF;
    margin: 0;
    text-align: left;
  }
  .m3-card-body {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 6px;
    background-color: #646D68;
    padding: 19px 18px 17px;
    border-radius: 0;
    margin-left: -45px;
  }
}
/*Calendar*/
.calendarhome {
  padding-top: 85px;
  padding-bottom: 79px;
  margin: auto;
  background-color: #F4F4F4;
}
.calendarhome .title {
  font-size: 37.8pt;
  line-height: 1;
  padding-bottom: 6px;
  font-family: ;
  font-family: "Playfair Display", serif;
  font-style: italic;
  font-weight: 600;
  font-size: 43px;
  line-height: 1.1;
  letter-spacing: 0.3px;
  float: left;
  margin-top: -11px;
}
.calendarhome .container {
  max-width: 100%;
}
.home .event .title {
  font-style: normal;
  font-family: inherit;
  font-weight: 400;
  font-size: 15px !important;
}
.calendarhome .event {
  display: inline-block;
  padding-left: 18px !important;
}
.home .ics-calendar-select {
  display: none !important;
}
.calendarhome .mec-month-divider {
  display: none;
}
.home .event .time {
  line-height: 3;
  font-size: 15px !important;
  color: #8CA193;
  font-weight: 600;
  letter-spacing: 0pt;
}
.calendarhome .ics-calendar-month-grid td.today .day, .calendarhome .ics-calendar-month-grid td.today .events {
  background: #D0D0D0;
}
.calendarhome .calendar-bleed-right {
  margin-right: calc(50% - 50vw);
}
@media (max-width: 1200px) {
  .calendarhome .calendar-bleed-right {
    margin-right: 0;
  }
}
.calendarhome .ics-calendar-month-grid thead th {
  display: none;
}
.calendarhome .ics-calendar-month-grid td .day {
  display: grid;
  grid-template-columns: min-content 1fr;
  align-items: baseline;
  column-gap: 12px;
  padding: 16px 0 10px 0;
  width: 100%;
}
.calendarhome .ics-calendar-month-grid td .phone_only {
  display: flex !important;
  flex-direction: column;
  gap: 2px;
}
.calendarhome .ics-calendar-month-grid td .phone_only [data-date-format="j"] {
  display: none;
}
.calendarhome .ics-calendar-month-grid td .phone_only [data-date-format="F"] {
  font-size: 14px;
  color: #000;
  font-weight: 400;
  line-height: 0.8;
  padding-bottom: 15px;
}
.calendarhome .ics-calendar-month-grid td .phone_only [data-date-format="l"] {
  font-size: 18px;
  font-weight: 600;
  color: #222;
}
.calendarhome .ics-calendar-month-grid td .no_phone {
  order: -1;
  font-size: 33px;
  font-weight: 600;
  color: #646D68;
  min-width: 2ch;
  text-align: right;
  position: relative;
  left: 3px;
  top: 8px;
}
.calendarhome .ics-calendar-month-grid td .events {
  margin-top: 12px;
}
/*Misc*/
.page-times-directions #js-wpv-addon-maps-render-map-1 {
  margin-bottom: -25px !important;
}
.mapdirections {
  margin-bottom: 58px !important;
}
.mapdirections input.form {
  padding: 5px;
}
.page-contact #js-wpv-addon-maps-render-map-1 {
  margin-top: -65px !important;
  height: 446px !important;
}
.blogs .posttitle a {
  text-decoration: underline;
  color: #8B172C;
  font-size: 28px;
  font-weight: 500;
}
#right .medialinks {
  max-width: 571px;
  margin: auto;
}
.smallline h1 {
  font-size: 15px;
  letter-spacing: 0;
}
a.mobileapp {
  color: #000000 !important;
  border: 1px solid rgba(0, 0, 0, 0.626);
  padding: 7px 17px !important;
  margin-top: 14px !important;
  display: inline-block;
}
.appsubtitle {
  display: block !important;
  padding-top: 4px !important;
  font-size: 15px;
}
.timesbox table td {
  max-width: 362px;
  display: inline-block;
  margin: auto;
  text-align: center;
}
.fullwidth.top {
  margin-top: -75px;
}
.timesbar .button.snippets {
  float: right;
  margin-right: 6px;
}
.n2-ss-layer-content.n-uc-17dc671b16fb0-inner {
  padding-left: 2px !important;
}
.n2-ow a.BLBST_a {
  color: #FFFFFF !important;
  pointer-events: none;
}
.calendar .video-container {
  padding-bottom: 100%;
  height: 1500px;
}
.video-container {
  padding-bottom: 163% !important;
}
.parent-pageid-16 .gfield_label.gfield_label_before_complex {
  font-size: 28.4px;
  font-weight: 700 !important;
}
.mec-single-event-organizer {
  display: none;
}
.page-id-2476 .button2 a {
  background-color: #449FE8;
  color: #FFFFFF !important;
  border: 1px solid rgba(255, 255, 255, 0.553);
}
a.topbutton1 {
  border: 2px solid #000000;
  color: #000000 !important;
  padding: 5px 18px 5px 19px;
  font-size: 15px;
  font-weight: 300;
}
a.topbutton2 {
  padding: 5px 21px;
  font-size: 15px;
  font-weight: 300;
  background-color: #769A4E;
  margin-right: 22px;
  margin-left: 13px;
}
.mobile-html-inner a.topbutton2 {
  margin-left: 0;
  margin-top: 8px;
}
.gridder-list .imageframe {
  max-height: 205px;
  overflow: hidden;
}
.page-id-3735 .kb-row-layout-wrap i.fa-solid {
  border: 1px solid #FFFFFF;
  padding: 13px;
  /*+border-radius: 33px;*/
  -moz-border-radius: 33px;
  -webkit-border-radius: 33px;
  -khtml-border-radius: 33px;
  border-radius: 33px;
  margin-bottom: 14px;
}
.wp-block-button {
  margin-top: 5px !important;
}
.container .subtitle {
  margin-bottom: 46px;
  text-align: left;
}
@media screen and (max-width: 1024px) {
  .entry-title {
    padding-top: 65px !important;
    padding-bottom: 54px;
  }
  .custom-logo {
    margin-top: 3px;
    margin-bottom: 0px;
    width: 162px;
  }
}
@media only screen and (max-width: 768px) {
  .pagecontent p {
    line-height: 1.5;
    padding-bottom: 0;
  }
}
@media screen and (max-width: 550px) {
  .button1, .button2, .button3 {
    padding: 0;
    margin: 0;
  }
  .col-sm-3 .sermoncontent {
    height: auto !important;
  }
  .page-new .spacing3 td {
    text-align: center !important;
  }
  .page-new .spacing3 {
    margin-top: -14px;
  }
}
/*Titles*/
.home .title {
  font-size: 37.8pt;
  line-height: 1;
  padding-bottom: 6px;
  font-family: ;
  font-family: "Playfair Display", serif;
  font-style: italic;
  font-weight: 600;
  font-size: 43px;
  line-height: 1.1;
  letter-spacing: 0.3px;
  float: left;
  margin-top: -11px;
}
.home .title b {
  font-weight: 500 !important;
  color: #892B37;
  margin-right: 10px;
}
.gridder-list .subtitle {
  font-weight: 300;
  line-height: 1.4;
  margin-top: 4px;
  font-size: 12.6pt;
  margin-bottom: 19px;
  padding-right: 16px;
  padding-left: 16px;
}
.gridder-list .posttitle {
  font-weight: 500;
  font-size: 26px !important;
  color: #7B1F2C;
  padding-top: 6px;
}
.gridder li.gridder-list {
  border: 1px solid #CBCBCB;
  padding: 0 !important;
  background-color: #F6F6F6;
}
.gridder-show {
  margin-top: -45px;
  margin-bottom: 74px;
  /*margin-left:calc(-100vw / 2 + 500px / 1);*/
  /*margin-right:calc(-100vw / 2 + 500px / 1);*/
  width: 100%;
  border: 1px solid #CBCBCB;
}
.gridder-expanded-content p {
  color: #000000 !important;
}
.gridder-image img {
  margin-left: 46px;
  max-width: 50%;
  float: right;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .gridder li.gridder-list {
    border: 1px solid #CBCBCB;
    padding: 0 !important;
    background-color: #F6F6F6;
    width: 46%;
  }
  .gridder-list .subtitle {
    margin-top: 4px;
    font-size: 11.8pt !important;
  }
  .gridder-list .posttitle {
    font-size: 24px !important;
    color: #7B1F2C;
    padding-top: 0px;
    margin-top: 0;
  }
}
@media screen and (max-width: 567px) {
  .gridder li.gridder-list {
    border: 1px solid #CBCBCB;
    padding: 4px 4px 0 4px !important;
    background-color: #F6F6F6;
    width: 46%;
    height: 237px;
    margin-bottom: 27px !important;
    margin-right: 9px !important;
  }
  .gridder-list .subtitle {
    margin-top: 4px;
    font-size: 10.7pt !important;
  }
  .gridder-list .posttitle {
    font-size: 18px !important;
    color: #7B1F2C;
    padding-top: 0px;
    margin-top: 0;
  }
}
/*Slideshow*/
.logged-in .frontslideshow {
  margin-top: -47px;
}
/* Footer */
footer {
  position: relative;
  font-size: 18px;
  padding-top: 73px;
  min-height: 387px;
  color: #FFFFFF;
  background-color: #16243E;
  /* deep red background */
  overflow: hidden;
}
/*FOOTER::before
{
	content: "";
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 1500px;
	(* natural image width *)
	height: 100%;
	background: url(./images/footerback1.jpg) top center no-repeat;
	background-size: contain;
	(* This is the fade effect: *)
	-webkit-mask-image: linear-gradient(to right, transparent, black 15%, black 85%, transparent);
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-size: 100% 100%;
	mask-image: linear-gradient(to right, transparent, black 15%, black 85%, transparent);
	mask-repeat: no-repeat;
	mask-size: 100% 100%;
	z-index: 0;
}*/
.bottommenu a {
  color: #FFFFFF !important;
}
footer h6 {
  color: #8E9993;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 24px;
}
footer .container {
  padding-left: 29px;
  padding-right: 0px;
  max-width: 1250px !important;
  width: 100% !important;
}
footer .column {
  padding-left: 6%;
}
.mapback {
  background: url(./images/mapback.png) center / auto no-repeat #F2F2F2;
  height: 346px;
}
a.contactbutton, a.directorybutton {
  padding: 4px 21px 4px 22px;
  text-decoration: none !important;
  color: #FFFFFF !important;
  margin-top: 0;
  font-weight: 300;
  background-color: #646D68;
  border: 1px solid rgba(255, 255, 255, 0.474);
  font-size: 16px;
}
footer a {
  color: #0D5B9A;
}
.socialiconsfooter {
  margin-top: 14px;
  margin-left: 2px;
}
.socialiconsfooter a i {
  width: 40px;
  height: 40px;
  font-size: 20px;
  margin-right: -1px;
  margin-left: 7px;
  /*+border-radius: 65px;*/
  -moz-border-radius: 65px;
  -webkit-border-radius: 65px;
  -khtml-border-radius: 65px;
  border-radius: 65px;
  line-height: 2;
  background-color: #FFFFFF;
  color: #16243E;
  text-align: center;
  border: 1px solid rgba(255, 255, 255, 0.483);
}
@media only screen and (max-width: 780px) {
  footer .container {
    padding-left: 0px;
    padding-right: 0px;
    margin: auto;
  }
  footer {
    padding-top: 73px;
    min-height: auto;
    padding-bottom: 45px;
  }
  footer .column {
    padding-left: 0%;
    margin-bottom: 41px;
    padding: 0;
  }
  .columns .column p {
    font-size: 18px !important;
  }
  .bottommenu a {
    color: #FFFFFF !important;
    font-size: 19px;
  }
}
