body.g.home .container {
  max-width: 1300px;
}
body.g.home .cc-container {
  max-width: 100%;
  margin: 20px auto 0;
  display: table;
  border: 2px solid rgb(85 85 85 / 35%);
}
body.g.home .ih-content-column {
  width: 100%;
  padding: 0;
}
body.g.home .homevideo-embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}
#ih-page-body input:not([type=checkbox]):not([type=radio]):not([type=select]) {
    border: 2px solid rgb(85 85 85 / 35%);
    height: 60px;
    padding: 20px 40px;
    width: 100%;
}
.video-background {
    background: url('https://www.gbmc.org/assets/images/banner/home-virtual-tour-background.jpg');
    position: fixed;
    top: 0; right: 0; bottom: 0; left: 0;
    z-index: -99;
background-size: cover;
}
.video-foreground,
.video-background iframe {
    position: absolute;
    top: 0; left: 0;
    width: 100%; height: 100%;
    pointer-events: none;
}
#vidtop-content {
    top: 0;
}
body.g.home header a.alert {
    background-color: #818181;
}
.home #container-carousel img {
  height: 80vh;
}
body.g.home .ih-content-column a.home-icon-ctas {
  display: table-cell;
  background: rgb(255 255 255 / 65%);
  text-align: center;
  width: 25%;
  padding: 1em 2em;
  font-weight: 900;
  font-size: 1em;
  line-height: normal;
  vertical-align: middle;
  border-right: 1px dotted #fff;
  color: #2a2a2a;
  transition:all .3s ease-in-out;
}
body.g.home .home-icon-ctas .fa-thin {
  font-size: 3em;
  display: block;
  margin-bottom: 15px;
  margin-top: 15px;
 
}
body.g.home .ih-content-column a.home-icon-ctas:hover {
  color:#1795fe;
  background: rgb(255 255 255 / 85%);
}
.sitesearch.bodysearch {
  max-width: 750px;
  margin: auto;
  text-align: center;
  position: relative;
}
.sitesearch.bodysearch .row.ih-stacked {
  margin: auto;
  text-align: left;
}
.sitesearch.bodysearch h2.search-header {
  color: #fff;
  text-shadow: -3px -1px 8px rgb(85 85 85 / 84%);
  text-align: center;
  font-size: 60px;
  -webkit-text-stroke: 2px rgb(255 255 255 / 63%);
  text-stroke: 2px rgb(255 255 255 / 63%);
}
.sitesearch.bodysearch .col-sm-push-2 {
  left: 0;
  width: 100%;
}
.sitesearch.bodysearch .ih-search-again .intro {
  display: none;
}
.ih-search-again .ih-search-again-wrap {
    padding-right: 0;
    width: 100%;
}
#asset239079 {
  background-image: none;
  height: 100vh;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}
#asset239079::before {
  background-color: rgb(158 158 158 / 21%);
  height: 100vh;
  width: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
}
.pictured {
    position: absolute;
    top: 120px;
    left: 50px;
    background: rgb(255 255 255 / 41%);
    width: 305px;
    line-height: normal;
    padding: 10px;
    border-radius: 10px;
    color: #303030;
    font-size: .75em;
    font-weight: 600;
    display:block;
}
.home-icon-wrapper {
  display: table-row;
  width: 100%;
  /* border: 2px solid rgb(85 85 85 / 35%); */
}
.hometop {
  height: 100vh;
  display: block;
  position: relative;
  max-width: 750px;
  margin: auto;
  padding-top: calc(100vh - 550px);
}
.hometop .row {
  margin: 0;
}
body.g.home .container.greater-living {
    margin: 0;
    max-width: 100%;
    padding: 50px 15% 100px;
    background: #f7f7f7;
}
.areas-of-excellence {
  background: url(/assets/images/services/give/give-header22-wide.jpg);
  background-size: cover;
  width: 100%;
  max-width: 100%;
  background-attachment: fixed;
}
.areas-of-excellence .services-accordion-top #accordion.panel-group .panel .panel-body a {
  font-weight: 600;
}
.areas-of-excellence .services-accordion-top {
  background: rgba(255, 255, 255, 0.8) 0% 0% no-repeat padding-box;
  margin: 50px 0;
}
body.g.home .ih-content-column a {
  text-decoration:none;
}
.areas-of-excellence .services-accordion-top #accordion.panel-group .panel .panel-heading h4 a {
    text-decoration: none;
    transition: 0.3s;
    width: 90%;
    display: block;
}
.square-card, .square-card .card-img-container, .square-card .title-container {
  border-radius:0;
}
.services .view-all-services {
    color: #1795fe;
    float: right;
    font-size: 20px;
    font-weight: 700;
    padding: 0;
    text-decoration: none;
    text-shadow: none;
    text-transform: uppercase;
    transition: all 0.3s;
}
.services .view-all-services::after {
  color: #1795fe;
  content: "\f061";
  font: var(--fa-font-light);
  font-weight: 200;
  margin-left: 15px;
  padding-right: 15px;
  transition: all 0.3s;
}
.services .view-all-services:hover::after {
    color: #017be1;
    margin-left: 20px;
    padding-right:10px;
}
#homeSearch {
   background-color: rgb(255 255 255 / 100%);
  }
/*--------------------------------------
---------------1100 px------------------
--------------------------------------*/
@media only screen and (max-width : 1100px) {
#asset239079 {
  background-attachment:initial;
  }
.areas-of-excellence {
    background-attachment:initial;
  background-position:center;
  background-size:cover;
  background-repeat:no-repeat;
}
}
/*--------------------------------------
---------------990 px-------------------
--------------------------------------*/
@media only screen and (max-width : 990px) {
  .hometop {
    padding:3em;
    padding-top:60%;
  }
  body.g .col-xs-12.fifty {
    width:50%;
    padding:1em;
  }
  body.g .areas-of-excellence {
    padding:2em;
  }
  .greater-living a {
    padding:1em;
  }
  .greater-living>div>div>div>div .greater-living-ctas-container img, .three-card-widgets>div>div>div>div .greater-living-ctas-container img {
    height: 245px;
}
  .greater-living a.greater-living-ctas-container {
    padding:1em;
    width:100%!important;
  }
  .greater-living a.greater-living-ctas-container:nth-child(2), .greater-living a.greater-living-ctas-container:nth-child(3) {
    padding:1em;
    width:48%!important;
  }
}
@media (min-aspect-ratio: 16/9) {
    .video-foreground { height: 300%; top: -100%; }
}
@media (max-aspect-ratio: 16/9) {
    .video-foreground {width: 385%;left: -142%;}
}
/*--------------------------------------
---------------700 px-------------------
--------------------------------------*/
@media only screen and (max-width : 700px) {
#asset239079 {
    background-attachment:initial;
    background-image: none;
  }
.pictured {
    display:none;
}
.sitesearch.bodysearch h2.search-header {
    color: #fff;
    text-shadow: -3px -1px 5px rgb(0 0 0 / 45%);
    text-align: center;
    font-size:32px;
    padding: 0 1.5em;
-webkit-text-stroke: 0;
}
  .sitesearch.bodysearch {
    padding:1em;
    padding-top:3em;
}
  .hometop {
    padding-left:1em;
    padding-right:1em;
    padding-top: 25%;
  } 
  body.g.home .ih-content-column a.home-icon-ctas {
    width: 50%;
    display: inline-block;
    padding: 1em;
    font-size: .9em;
  }
  .home-icon-wrapper {
    table-layout: auto;
  }
  .services-and-specialties {
    padding:1em;
  }
  #site-body .areas-of-excellence {
    margin:0;
    padding:1em;
  }
  .areas-of-excellence .services-accordion-top p {
    font-size:14px;
  }
  .areas-of-excellence .services-accordion-top #accordion.panel-group .panel .panel-body p {
    font-size:14px;
  }
  body.g.home .container.greater-living {
    padding:1em;
  }
  body.g.home .ih-content-row h2 {
    font-size: 30px;
    margin-bottom: 10px;
    padding: 0;
  }
  .square-card {
    margin-bottom:0;
    margin-top: 10px;
    height: 60px;
    box-shadow: 0px 1px 0px rgba(0,0,0,0.10784);
  }
  .square-card .title-container {
    padding:10px 0;
    width: 69%;
    display: inline-block;
    vertical-align: top;
    background-color: transparent;
    color: #00b679;
  }
    body.g.home .ih-content-column .square-card .title-container a {
      width:100%;
      display: block;
      color: #00703c;
      text-align: left;
      padding-left: 15px;
      font-size: 1.3em;
    }
  .square-card .card-img-container {
    height: 60px;
  }
  .services .view-all-services { 
  font-size:18px;
    text-align:center;
    line-height:normal;
    margin-top:24px;
  }
  .areas-of-excellence .services-accordion-top #accordion.panel-group .panel .panel-heading h4 {
    font-size:16px;
  }
#homeSearch {
   background-color: rgb(255 255 255 / 77%)
  }
    body.g .col-xs-12.fifty {
    width:100%;
    padding:0;
  }
body.g footer {
    padding: 20px;
    margin-top: -2px;
}
    .greater-living>div>div>div>div .greater-living-ctas-container:nth-child(2) img, .greater-living>div>div>div>div .greater-living-ctas-container:nth-child(3) img {
    height: 145px;
}
  .greater-living a.greater-living-ctas-container {
    padding:1em 0;
    width:100%!important;
  }
  .greater-living a.greater-living-ctas-container:nth-child(2), .greater-living a.greater-living-ctas-container:nth-child(3) {
    padding: 0;
    width:46%!important;
  }
  
.greater-living .greater-living-header img, .three-card-widgets .greater-living-header img {
    height: 60px;
    margin: 0;
    width: auto;
}
.greater-living .greater-living-header, .three-card-widgets .greater-living-header {
    margin-top: 30px;
}
  body.g a.card-img-container {
    width: 25%;
    display:inline-block;
  }
}