body {
  background-color: #ebebeb;
  font-family: Lato, sans-serif;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
}

h1 {
  margin-bottom: 10px;
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 32px;
  line-height: 38px;
  font-weight: 400;
  text-transform: uppercase;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 12px;
  line-height: 18px;
  font-weight: 700;
}

p {
  margin-bottom: 5px;
  font-weight: 300;
}

a {
  -webkit-transition: color 250ms ease;
  transition: color 250ms ease;
  color: #4992e6;
  text-decoration: none;
}

a:hover {
  color: #4992e6;
  text-decoration: none;
}

.button {
  display: inline-block;
  margin-right: 14px;
  margin-bottom: 10px;
  padding: 12px 15px;
  border: 1px solid #bbb;
  border-radius: 5px;
  background-color: transparent;
  -webkit-transition: color 250ms ease, background-color 250ms ease, border-color 250ms ease;
  transition: color 250ms ease, background-color 250ms ease, border-color 250ms ease;
  color: #bbb;
  font-size: 15px;
  font-weight: 400;
  text-align: center;
  letter-spacing: 1px;
  text-decoration: none;
  text-transform: uppercase;
}

.button:hover {
  border-color: #56a882;
  background-color: #56a882;
  color: #fff;
}

.button.on-white {
  display: inline-block;
  width: 32%;
  margin-right: 0.5%;
  margin-bottom: 12px;
  margin-left: 0.5%;
  padding: 9px 0px;
  float: none;
  clear: none;
  border-color: #000;
  box-shadow: 0 4px 10px 0 rgba(0, 0, 0, .1);
  -webkit-transition: color 250ms ease, background-color 250ms ease, border-color 250ms ease, box-shadow 250ms ease;
  transition: color 250ms ease, background-color 250ms ease, border-color 250ms ease, box-shadow 250ms ease;
  color: #000;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.5px;
}

.button.on-white:hover {
  border-color: #56a882;
  box-shadow: 0 6px 8px 0 rgba(0, 0, 0, .45);
  color: #fff;
}

.button.on-white:active {
  border-color: #3c7e5f;
  background-color: #3c7e5f;
  box-shadow: rgba(0, 0, 0, .65) 0px 6px 8px 0px;
}

.button.on-white.minimal {
  margin-top: 13px;
  margin-bottom: 13px;
  padding-top: 13px;
  padding-bottom: 13px;
  border-color: rgba(5, 150, 82, .4);
  background-color: rgba(86, 168, 130, .16);
  color: #000;
  font-size: 16px;
}

.button.on-white.minimal:hover {
  border-color: #56a882;
  background-color: #56a882;
  color: #fff;
}

.button.centered {
  display: block;
  width: 40%;
  margin-right: auto;
  margin-left: auto;
}

.button.bright {
  padding-right: 30px;
  padding-left: 30px;
  clear: both;
  border-style: none;
  background-color: #56a882;
  color: #fff;
  line-height: 19px;
}

.button.bright:hover {
  background-color: #83d1ad;
}

.button.bright.payment {
  width: 100%;
}

.button.invisible {
  margin-right: 0px;
  cursor: default;
}

.button.invisible:hover {
  border-color: #ffd600;
  background-color: #7a0000;
  color: #fff68b;
}

.navbar {
  padding-top: 8px;
  padding-bottom: 8px;
  background-color: rgba(0, 0, 0, .74);
}

.nav-link {
  padding: 15px 8px;
  -webkit-transition: color 250ms ease;
  transition: color 250ms ease;
  font-family: Lato, sans-serif;
  color: #a3a3a3;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

.nav-link:hover {
  color: #fff;
}

.nav-link:focus {
  color: #fff;
}

.nav-link.w--current {
  color: #fff;
}

.nav-link.w--current:focus {
  color: #fff;
}

.nav-link.appointment {
  margin-top: 7px;
  margin-left: 12px;
  padding-top: 9px;
  padding-bottom: 9px;
  border-radius: 5px;
  background-color: rgba(86, 168, 130, .8);
  box-shadow: none;
  -webkit-transition: color 250ms ease, text-shadow 250ms ease, background-color 250ms ease;
  transition: color 250ms ease, text-shadow 250ms ease, background-color 250ms ease;
  color: hsla(0, 0%, 100%, .7);
  text-shadow: none;
}

.nav-link.appointment:hover {
  background-color: #56a882;
  box-shadow: none;
  color: #fff;
  text-shadow: none;
}

.navbar-image {
  margin-top: 6px;
  opacity: 0.75;
  -webkit-transition: opacity 250ms ease;
  transition: opacity 250ms ease;
}

.navbar-image:hover {
  opacity: 1;
}

.nav-container {
  min-width: 100%;
  padding-right: 20px;
  padding-left: 20px;
}

.hero-section {
  background-color: #000;
  background-image: -webkit-linear-gradient(270deg, transparent 33%, rgba(0, 0, 0, .72) 78%), url('../images/ggp-building-hero.jpg');
  background-image: linear-gradient(180deg, transparent 33%, rgba(0, 0, 0, .72) 78%), url('../images/ggp-building-hero.jpg');
  background-position: 0px 0px, 50% 81%;
  background-size: auto, cover;
}

.hero-container {
  margin-bottom: 30px;
  padding-bottom: 38px;
}

.hero-contents-block {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 400px;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.hero-interactive-block {
  width: 90%;
}

.address-section {
  text-align: center;
}

.team-member-preview {
  width: 23%;
  margin-top: 24px;
  margin-right: auto;
  margin-left: auto;
  opacity: 0.8;
  -webkit-transition: opacity 150ms ease, color 150ms ease, -webkit-transform 2000ms ease;
  transition: opacity 150ms ease, color 150ms ease, -webkit-transform 2000ms ease;
  transition: opacity 150ms ease, color 150ms ease, transform 2000ms ease;
  transition: opacity 150ms ease, color 150ms ease, transform 2000ms ease, -webkit-transform 2000ms ease;
  text-align: center;
}

.team-member-preview:hover {
  opacity: 1;
  -webkit-transform: translate(0px, -4px);
  -ms-transform: translate(0px, -4px);
  transform: translate(0px, -4px);
}

.team-member-preview-image {
  width: 90%;
  border-radius: 10px;
}

.team-member-preview-name {
  margin-top: 9px;
  margin-bottom: 0px;
  color: #000;
  font-size: 16px;
  line-height: 18px;
  text-align: center;
}

.team-member-preview-name:hover {
  color: #000;
  text-decoration: none;
}

.tem-member-preview-title {
  margin-top: 8px;
  margin-bottom: 0px;
  clear: left;
  opacity: 0.51;
  color: #000;
  font-size: 14px;
  line-height: 18px;
  font-weight: 400;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.tem-member-preview-title:hover {
  color: #000;
}

.team-member-preview-container {
  margin-top: 18px;
  padding: 15px 3% 0px;
  text-align: center;
}

.team-member-preview-section {
  padding-bottom: 86px;
}

.team-members-page {
  background-color: #f0f0f0;
}

.team-member-type {
  display: inline-block;
  margin: 0px 9px;
  float: none;
  font-size: 21px;
  font-weight: 700;
  letter-spacing: 4px;
  text-transform: uppercase;
}

.title-holder {
  position: static;
  width: 100%;
  text-align: center;
}

.hairline-bar {
  display: block;
  width: 200px;
  height: 1px;
  margin: 9px auto 10px;
  float: none;
  background-color: rgba(0, 0, 0, .2);
}

.hairline-bar.top {
  width: 300px;
  margin-top: 88px;
  margin-bottom: 0px;
}

.hairline-bar.top.first {
  margin-top: 64px;
}

.hairline-bar.top.min {
  margin-top: 38px;
}

.hairline-bar.top.dark {
  background-color: hsla(0, 0%, 100%, .45);
}

.hairline-bar.bottom {
  width: 300px;
  margin-bottom: 43px;
}

.hairline-bar.bottom.dark {
  background-color: hsla(0, 0%, 100%, .45);
}

.bio-image {
  width: 33%;
  margin-bottom: 23px;
  float: none;
  border-radius: 10px;
}

.fixed-container {
  display: block;
  width: 650px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 50px;
  text-align: center;
}

.fixed-container.no-top {
  padding-top: 0px;
}

.smaller-heading {
  display: block;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  color: #000;
  font-size: 26px;
  font-weight: 700;
  letter-spacing: 4px;
  text-transform: uppercase;
}

.full-hairline {
  display: block;
  width: 100%;
  height: 1px;
  margin-right: auto;
  margin-bottom: 28px;
  margin-left: auto;
  background-color: rgba(0, 0, 0, .2);
}

.bio-seals-container {
  margin-bottom: 31px;
}

.bio-seals-container.seals-bar {
  margin-bottom: 18px;
  float: right;
}

.bio-seal {
  width: 90px;
  margin-right: 8px;
  margin-left: 8px;
  opacity: 1;
}

.bio-seal.tight {
  width: 84px;
  margin-right: 3px;
  margin-left: 3px;
}

.smaller-subheading {
  display: block;
  margin: 0px auto 30px;
  font-size: 23px;
  font-weight: 400;
  letter-spacing: 4px;
  text-transform: uppercase;
}

.p {
  margin-bottom: 30px;
  color: #000;
  font-size: 18px;
  line-height: 150%;
  font-weight: 300;
  text-align: justify;
}

.p.light {
  color: #bbb;
  text-align: left;
}

.footer {
  height: 243px;
  margin-top: 46px;
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: rgba(35, 35, 35, .9);
  text-align: center;
}

.standard-container {
  padding-top: 50px;
}

.standard-container.team-container {
  padding-top: 481px;
}

.major-heading {
  margin-bottom: 20px;
  color: #fff;
  font-size: 40px;
  font-weight: 400;
  text-align: center;
  letter-spacing: 4px;
  text-transform: uppercase;
}

.major-heading.significant {
  margin-top: 72px;
  color: #000;
}

.major-heading.significant.practice-areas {
  margin-bottom: 75px;
}

.team-section {
  background-color: #000;
  background-image: -webkit-linear-gradient(270deg, transparent 43%, rgba(0, 0, 0, .74) 74%), url('../images/ggp-team-photo.jpg');
  background-image: linear-gradient(180deg, transparent 43%, rgba(0, 0, 0, .74) 74%), url('../images/ggp-team-photo.jpg');
  background-position: 0px 0px, 50% 0px;
  background-size: auto, 100%;
  background-repeat: repeat, no-repeat;
}

.new-section {
  min-height: 300px;
  padding-top: 45px;
  padding-bottom: 0px;
  box-shadow: inset 0 17px 33px -17px rgba(0, 0, 0, .09);
}

.white {
  color: #fff;
}

.major-subheading {
  margin-top: 8px;
  margin-bottom: 9px;
  font-size: 26px;
  line-height: 160%;
  font-weight: 700;
  text-align: center;
  letter-spacing: 4px;
  text-transform: uppercase;
}

.major-subheading.light {
  margin-top: 0px;
  margin-bottom: 30px;
  color: #fff;
  font-size: 20px;
  line-height: 100%;
  font-weight: 400;
}

.mike-gray {
  width: 150px;
  margin-top: 4px;
  margin-bottom: 15px;
  margin-left: 25px;
  float: right;
  border-radius: 10px;
}

.small-vertical-spacer {
  height: 30px;
}

.ggp-logo-black {
  width: 300px;
  margin-top: 9px;
  margin-right: 25px;
  float: left;
}

.practice-area-preview {
  display: block;
  margin-right: auto;
  margin-left: auto;
  float: none;
  text-align: center;
}

.practice-area-container {
  display: block;
  width: 100%;
  max-width: 960px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.button-combo {
  text-align: center;
}

.faq {
  margin-top: 56px;
  margin-bottom: 28px;
}

.faq-question {
  font-size: 24px;
  line-height: 32px;
  text-align: left;
}

.home {
  background-color: #3d3d3d;
}

.address {
  display: block;
  margin: 30px auto 0px;
  color: #bbb;
  font-size: 22px;
  line-height: 26px;
  font-weight: 300;
  text-transform: uppercase;
}

.medium-text {
  display: block;
  margin-top: 8px;
  margin-right: auto;
  margin-left: auto;
  color: #bbb;
  font-size: 20px;
  line-height: 24px;
  font-style: normal;
  font-weight: 400;
  text-transform: uppercase;
}

.medium-text.lowercase {
  margin-top: 5px;
  font-size: 13px;
  text-transform: none;
}

.medium-text.lowercase:hover {
  color: #fff;
}

.medium-text.call-us {
  color: #000;
  font-size: 30px;
  line-height: 150%;
  text-align: center;
}

.footer-container {
  display: inline-block;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.lower-link {
  padding-top: 3px;
  padding-bottom: 3px;
  color: #fff;
  font-size: 12px;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.footer-link {
  display: block;
  color: #bbb;
}

.footer-link:hover {
  color: #fff;
}

.footer-segment {
  display: inline-block;
  width: 25%;
  margin-right: 38px;
  margin-left: 38px;
  float: left;
}

.footer-segment.links {
  position: relative;
  top: 26px;
  margin-top: -25px;
}

.ggp-logo-lower {
  margin-bottom: 13px;
  float: left;
  opacity: 0.5;
}

.footer-text {
  clear: left;
  opacity: 0.5;
  color: #fff;
}

.vertical-bar {
  display: inline-block;
  width: 1px;
  height: 180px;
  min-width: 1px;
  margin-bottom: 27px;
  float: left;
  background-color: hsla(0, 0%, 100%, .2);
}

.fun-fact {
  display: block;
  width: 100%;
  margin-right: auto;
  margin-bottom: 32px;
  margin-left: auto;
  padding: 32px 72px 15px;
}

.practice-area-selector {
  display: block;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.hours {
  display: block;
  width: 100%;
  margin-top: 34px;
  margin-right: auto;
  margin-left: auto;
  color: #bbb;
  font-size: 13px;
  line-height: 26px;
  text-transform: uppercase;
}

.footer-hairline {
  display: block;
  width: 75%;
  height: 1px;
  margin-right: auto;
  margin-left: auto;
  background-color: hsla(0, 0%, 100%, .2);
}

.medium-heading {
  background-color: dimgray;
}

.medium-heading.reach-out {
  background-color: #616161;
}

.form-class {
  text-align: center;
}

.form-element {
  display: inline-block;
  width: 30%;
  height: 40px;
  margin: 23px 1%;
  padding-top: 8px;
  padding-bottom: 8px;
  border: 1px solid rgba(0, 0, 0, .49);
  border-radius: 5px;
  box-shadow: none;
  -webkit-transition: box-shadow 200ms ease, border-color 200ms ease;
  transition: box-shadow 200ms ease, border-color 200ms ease;
  font-size: 17px;
  font-weight: 400;
}

.form-element:focus {
  border-color: #56a882;
  box-shadow: 0 0 20px 0 rgba(86, 168, 130, .48);
  color: #000;
}

.form-element.comments {
  width: 94%;
}

.form-element.comments.payment {
  width: 100%;
  margin-right: 0%;
  margin-left: 0%;
}

.form-element.submit-button {
  height: 53px;
  border-style: solid;
  border-color: rgba(0, 0, 0, .49);
  background-color: transparent;
  box-shadow: none;
  -webkit-transition-property: border-color, background-color;
  transition-property: border-color, background-color;
  color: #000;
  text-transform: uppercase;
}

.form-element.submit-button:hover {
  border-color: #56a882;
  background-color: #56a882;
  box-shadow: none;
  color: #fff;
}

.side-block {
  display: inline-block;
  width: 50%;
  height: 263px;
  float: left;
}

.downloads {
  margin-top: 51px;
}

.underline {
  text-decoration: underline;
}

.testimonials {
  display: block;
  width: 90%;
  max-width: 960px;
  margin-right: auto;
  margin-left: auto;
}

.testimonials.dark {
  display: block;
  width: 60%;
  margin-right: auto;
  margin-left: auto;
  color: #fff;
}

.quote {
  margin-bottom: 11px;
  float: left;
  font-size: 19px;
  line-height: 160%;
  font-style: italic;
  font-weight: 300;
}

.quote-signature {
  display: block;
  float: right;
  clear: left;
  font-family: Lato, sans-serif;
  font-size: 20px;
  line-height: 25px;
  text-align: right;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.quote-block {
  margin-bottom: 50px;
}

.wrapper {
  display: block;
  overflow: hidden;
  width: 100%;
  max-width: 1700px;
  margin-right: auto;
  margin-left: auto;
  background-color: #000;
  box-shadow: 0 0 100px 15px rgba(0, 0, 0, .26);
}

.wrapper.nofill {
  background-color: #ebebeb;
}

.contact-section {
  padding-top: 32px;
  background-color: #e6e6e6;
}

.facebook {
  margin-top: 8px;
  clear: both;
  opacity: 0.7;
  -webkit-transition: color 250ms ease, opacity 200ms ease;
  transition: color 250ms ease, opacity 200ms ease;
}

.facebook:hover {
  opacity: 1;
}

.facebook-icon {
  width: 30px;
  height: 30px;
  float: left;
}

.link-text {
  color: #fff;
  font-size: 13px;
  line-height: 15px;
  text-transform: uppercase;
}

.map-cover {
  position: relative;
  z-index: 11;
  height: 250px;
  margin-top: 0px;
  margin-bottom: -250px;
  background-color: transparent;
}

.map {
  position: static;
  z-index: 10;
}

.lower-testimonial-section {
  margin-top: 50px;
  padding-top: 1px;
  padding-bottom: 1px;
  background-color: #1f1f1f;
  background-image: -webkit-linear-gradient(270deg, #464646 6%, #000);
  background-image: linear-gradient(180deg, #464646 6%, #000);
}

.hero-subsection {
  width: 100%;
  height: 100%;
}

.navbar-holder {
  margin-top: 78px;
}

.address-text-block {
  margin-bottom: 14px;
  line-height: 150%;
}

.address-text-block.dark {
  color: #000;
}

.logo {
  margin-top: -4px;
}

.phone-text-block {
  margin-top: 34px;
  font-size: 40px;
  line-height: 40px;
}

.button-holder {
  margin-bottom: 46px;
  padding-right: 10px;
  padding-left: 10px;
  text-align: center;
}

.death-star {
  position: fixed;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 999999;
  display: block;
  width: 70%;
  margin-right: auto;
  margin-left: auto;
  -webkit-transform: translate(0px, 100%);
  -ms-transform: translate(0px, 100%);
  transform: translate(0px, 100%);
}

.hidden-block {
  overflow: hidden;
  width: 100%;
  height: 100px;
  margin-top: -100px;
  margin-bottom: -46px;
}

.mulder {
  display: block;
  height: 100px;
  margin-right: auto;
  margin-left: auto;
  -webkit-transform: translate(0px, 101px);
  -ms-transform: translate(0px, 101px);
  transform: translate(0px, 101px);
}

.patrick-stewart {
  position: fixed;
  bottom: 0%;
  z-index: 99999;
  display: none;
  width: 50%;
  max-width: 400px;
  -webkit-transform: translate(0px, 100%);
  -ms-transform: translate(0px, 100%);
  transform: translate(0px, 100%);
}

._1701 {
  position: fixed;
  bottom: 5%;
  z-index: 99999;
  display: none;
}

.osceola {
  display: none;
}

.nascar {
  position: absolute;
  display: none;
  -webkit-transform: translate(200%, 0px);
  -ms-transform: translate(200%, 0px);
  transform: translate(200%, 0px);
}

.dej {
  position: fixed;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 999999;
  display: block;
  -webkit-transform: translate(0px, 1000px);
  -ms-transform: translate(0px, 1000px);
  transform: translate(0px, 1000px);
}

.dej2 {
  position: fixed;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 9999999;
  display: none;
  width: 100%;
}

.dej3 {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 999999;
  display: none;
  max-height: 90%;
  margin-right: auto;
  margin-left: auto;
  padding-top: 25px;
}

.payment-module {
  display: inline-block;
  width: 40%;
}

.payment-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 200px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.ggp-contact-spanish {
  display: none;
}

.se-habla-espanol {
  color: #cecece;
  font-size: 10px;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.phone-number {
  margin-top: 6px;
  color: #fff;
  font-size: 18px;
  text-align: center;
}

.contact-div {
  display: inline-block;
  margin-top: 2px;
  margin-left: 16px;
}

.image {
  width: 10%;
}

html.w-mod-js *[data-ix="fade-from-top-1"] {
  opacity: 0;
  -webkit-transform: translate(0px, -14px);
  -ms-transform: translate(0px, -14px);
  transform: translate(0px, -14px);
}

html.w-mod-js *[data-ix="fade-from-top-2"] {
  opacity: 0;
  -webkit-transform: translate(0px, -14px);
  -ms-transform: translate(0px, -14px);
  transform: translate(0px, -14px);
}

html.w-mod-js *[data-ix="fade-from-top-3"] {
  opacity: 0;
  -webkit-transform: translate(0px, -14px);
  -ms-transform: translate(0px, -14px);
  transform: translate(0px, -14px);
}

html.w-mod-js *[data-ix="fade-in-on-load"] {
  opacity: 0;
}

html.w-mod-js *[data-ix="quick-fade-1"] {
  opacity: 0;
}

html.w-mod-js *[data-ix="quick-fade-2"] {
  opacity: 0;
}

html.w-mod-js *[data-ix="quick-fade-3"] {
  opacity: 0;
}

html.w-mod-js *[data-ix="quick-fade-4"] {
  opacity: 0;
}

html.w-mod-js *[data-ix="quick-fade-5"] {
  opacity: 0;
}

html.w-mod-js *[data-ix="quick-fade-6"] {
  opacity: 0;
}

html.w-mod-js *[data-ix="quick-fade-7"] {
  opacity: 0;
}

html.w-mod-js *[data-ix="immediate-fade"] {
  opacity: 0;
}

html.w-mod-js *[data-ix="fade-on-scroll"] {
  opacity: 0;
}

html.w-mod-js *[data-ix="group-1"] {
  opacity: 0;
  -webkit-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
}

html.w-mod-js *[data-ix="group-2"] {
  opacity: 0;
  -webkit-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
}

html.w-mod-js *[data-ix="group-3"] {
  opacity: 0;
  -webkit-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
}

html.w-mod-js *[data-ix="group-4"] {
  opacity: 0;
  -webkit-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
}

html.w-mod-js *[data-ix="group-5"] {
  opacity: 0;
  -webkit-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
}

html.w-mod-js *[data-ix="group-6"] {
  opacity: 0;
  -webkit-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
}

html.w-mod-js *[data-ix="group-7"] {
  opacity: 0;
}

html.w-mod-js *[data-ix="popcorn"] {
  opacity: 0.05;
  -webkit-transform: scale(0.4, 0.4);
  -ms-transform: scale(0.4, 0.4);
  transform: scale(0.4, 0.4);
}

html.w-mod-js *[data-ix="map-cover"] {
  opacity: 0;
}

html.w-mod-js *[data-ix="hero-intro"] {
  opacity: 0;
  -webkit-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
}

html.w-mod-js *[data-ix="hero-intro-2"] {
  opacity: 0;
  -webkit-transform: scale(1.2, 1.2);
  -ms-transform: scale(1.2, 1.2);
  transform: scale(1.2, 1.2);
}

html.w-mod-js *[data-ix="slow-fade"] {
  opacity: 0;
}

html.w-mod-js *[data-ix="osceola"] {
  opacity: 0;
}

@media (max-width: 991px) {
  h1 {
    text-align: center;
  }
  .button {
    margin-right: 7px;
    margin-left: 7px;
    font-size: 13px;
  }
  .button.on-white {
    width: 40%;
  }
  .button.centered {
    width: 50%;
  }
  .button.bright.payment {
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
  }
  .navbar {
    padding-bottom: 0px;
  }
  .nav-link {
    padding-right: 9px;
    padding-left: 9px;
    color: #fff;
    font-size: 13px;
    letter-spacing: 0px;
  }
  .navbar-image {
    width: 100%;
    text-align: center;
  }
  .nav-container {
    padding-right: 0px;
    padding-left: 0px;
  }
  .nav-menu {
    width: 100%;
    float: left;
    text-align: center;
  }
  .hero-section {
    background-image: -webkit-linear-gradient(270deg, transparent 33%, rgba(0, 0, 0, .82) 65%), url('../images/ggp-building-hero.jpg');
    background-image: linear-gradient(180deg, transparent 33%, rgba(0, 0, 0, .82) 65%), url('../images/ggp-building-hero.jpg');
    background-position: 0px 0px, 3% 81%;
    background-repeat: repeat, no-repeat;
  }
  .hero-container {
    text-align: center;
  }
  .hero-interactive-block {
    display: block;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
  }
  .team-member-preview {
    width: 25%;
    opacity: 1;
  }
  .p.light {
    text-align: center;
  }
  .p._90-margin {
    text-align: center;
  }
  .footer {
    height: 244px;
  }
  .standard-container {
    padding-top: 32px;
  }
  .standard-container.team-container {
    padding-top: 311px;
  }
  .team-section {
    background-image: -webkit-linear-gradient(270deg, transparent 23%, rgba(0, 0, 0, .74) 74%), url('../images/ggp-team-photo.jpg');
    background-image: linear-gradient(180deg, transparent 23%, rgba(0, 0, 0, .74) 74%), url('../images/ggp-team-photo.jpg');
    background-position: 0px 0px, 50% 0px;
    background-size: auto, 100%;
    background-repeat: repeat, no-repeat;
  }
  .ggp-logo-black {
    display: block;
    margin-right: auto;
    margin-bottom: 39px;
    margin-left: auto;
    float: none;
  }
  .practice-area-preview {
    width: 90%;
  }
  .footer-segment {
    width: 31%;
    margin-right: 8px;
    margin-left: 8px;
  }
  .practice-area-selector {
    text-align: center;
  }
  .hours {
    width: 100%;
  }
  .testimonials.dark {
    width: 80%;
  }
  .ggp-map {
    height: 300px;
  }
  .payment-module {
    width: 60%;
  }
  .phone-number {
    margin-top: 0px;
  }
  .contact-div {
    margin-top: 0px;
    margin-left: 0px;
  }
}

@media (max-width: 767px) {
  h1 {
    padding-right: 21px;
    padding-left: 21px;
    font-size: 25px;
  }
  .button {
    display: block;
    width: 50%;
    margin-right: auto;
    margin-left: auto;
  }
  .button.on-white {
    width: 60%;
    padding-top: 6px;
    padding-bottom: 6px;
  }
  .button.on-white.minimal {
    width: 75%;
    margin-top: 7px;
    margin-bottom: 7px;
  }
  .button.centered {
    width: 60%;
  }
  .button.bright {
    width: 90%;
  }
  .button.bright.payment {
    margin-top: 10px;
  }
  .nav-link.appointment {
    margin-top: 0px;
    margin-left: 0px;
    padding-top: 20px;
    padding-bottom: 20px;
    border-radius: 0px;
    box-shadow: none;
    color: #fff;
    text-shadow: none;
  }
  .nav-link.appointment:hover {
    box-shadow: none;
    text-shadow: none;
  }
  .navbar-image {
    width: auto;
    margin-top: 0px;
    margin-left: 11px;
    padding-left: 0px;
  }
  .nav-menu {
    background-color: #333;
  }
  .navbar-icon {
    color: #fff;
  }
  .navbar-menu-icon.w--open {
    background-color: #333;
  }
  .hero-section {
    background-image: -webkit-linear-gradient(270deg, transparent 42%, rgba(0, 0, 0, .82) 58%), url('../images/ggp-building-hero.jpg');
    background-image: linear-gradient(180deg, transparent 42%, rgba(0, 0, 0, .82) 58%), url('../images/ggp-building-hero.jpg');
    background-position: 0% 0%, 10% 81%;
  }
  .hero-contents-block {
    margin-top: 319px;
  }
  .hero-interactive-block {
    display: block;
    width: 94%;
    margin-right: auto;
    margin-left: auto;
  }
  .team-member-preview {
    width: 33.3%;
  }
  .hairline-bar.top.min {
    width: 200px;
  }
  .hairline-bar.bottom.min {
    width: 200px;
  }
  .fixed-container {
    width: 90%;
  }
  .smaller-heading {
    font-size: 22px;
  }
  .bio-seals-container.seals-bar {
    width: 50%;
    float: right;
  }
  .bio-seal {
    width: 14%;
  }
  .bio-seal.tight {
    width: 12%;
  }
  .bio-seal.seal-larger {
    width: 39%;
  }
  .smaller-subheading {
    font-size: 18px;
  }
  .p {
    font-size: 16px;
    text-align: left;
  }
  .p._90-margin {
    display: block;
    width: 90%;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }
  .footer {
    height: 607px;
  }
  .standard-container.team-container {
    padding-top: 273px;
  }
  .major-heading {
    font-size: 25px;
  }
  .major-heading.significant.practice-areas {
    margin-bottom: 49px;
  }
  .team-section {
    background-image: -webkit-linear-gradient(270deg, transparent 23%, rgba(63, 63, 63, .74) 74%), url('../images/ggp-team-photo.jpg');
    background-image: linear-gradient(180deg, transparent 23%, rgba(63, 63, 63, .74) 74%), url('../images/ggp-team-photo.jpg');
    background-position: 0px 0px, 50% 0px;
    background-size: auto, 100%;
    background-repeat: repeat, no-repeat;
  }
  .major-subheading {
    font-size: 20px;
  }
  .mike-gray {
    display: block;
    margin-right: auto;
    margin-left: auto;
    float: none;
  }
  .practice-area-preview {
    margin-top: -25px;
  }
  .faq-question {
    font-size: 20px;
    line-height: 28px;
  }
  .medium-text.call-us {
    font-size: 18px;
    line-height: 25px;
  }
  .footer-link {
    padding: 10px 28px;
  }
  .footer-segment {
    width: 50%;
    float: none;
  }
  .footer-segment.links {
    position: static;
    margin-top: 0px;
  }
  .vertical-bar {
    background-color: transparent;
  }
  .fun-fact {
    padding-right: 25px;
    padding-left: 25px;
  }
  .hours {
    width: 100%;
    margin: 0px;
  }
  .footer-hairline {
    margin-top: 14px;
    margin-bottom: 14px;
  }
  .form-element {
    width: 90%;
    margin-right: 0%;
    margin-bottom: 0px;
    margin-left: 0%;
    box-shadow: none;
  }
  .form-element.comments {
    width: 90%;
    box-shadow: none;
  }
  .side-block {
    height: 232px;
  }
  .testimonials {
    display: block;
    width: 90%;
    margin-right: auto;
    margin-left: auto;
  }
  .testimonials.dark {
    width: 90%;
  }
  .quote {
    font-size: 18px;
    line-height: 24px;
  }
  .logo {
    margin-top: 2px;
  }
  .phone-text-block {
    font-size: 30px;
    line-height: 30px;
  }
  .payment-module {
    padding-right: 10px;
    padding-left: 10px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
}

@media (max-width: 479px) {
  h1 {
    padding-right: 10px;
    padding-left: 10px;
    font-size: 30px;
  }
  .button {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
  }
  .button.on-white {
    width: 90%;
  }
  .button.on-white.minimal {
    width: 85%;
    font-size: 14px;
  }
  .nav-link.appointment:hover {
    box-shadow: none;
    text-shadow: none;
  }
  .navbar-image {
    width: 75%;
    margin-top: 5px;
    margin-left: 15px;
  }
  .hero-section {
    background-color: #000;
    background-image: -webkit-linear-gradient(270deg, transparent 34%, rgba(0, 0, 0, .82) 49%), url('../images/ggp-building-hero.jpg');
    background-image: linear-gradient(180deg, transparent 34%, rgba(0, 0, 0, .82) 49%), url('../images/ggp-building-hero.jpg');
    background-position: 0% 0%, 6% 0px;
    background-size: auto, 300%;
  }
  .hero-container {
    margin-bottom: 0px;
  }
  .hero-interactive-block {
    padding-top: 0px;
  }
  .team-member-preview {
    width: 50%;
  }
  .hairline-bar.bottom.min {
    margin-bottom: 30px;
  }
  .bio-image {
    width: 60%;
  }
  .smaller-heading {
    line-height: 29px;
  }
  .bio-seals-container.seals-bar {
    width: 100%;
  }
  .bio-seal {
    width: 27%;
  }
  .bio-seal.tight {
    width: 22%;
  }
  .bio-seal.seal-larger {
    width: 25%;
  }
  .smaller-subheading {
    line-height: 26px;
  }
  .footer {
    height: 602px;
  }
  .hero-heading {
    font-size: 22px;
    line-height: 135%;
  }
  .standard-container {
    padding-top: 38px;
  }
  .standard-container.team-container {
    padding-top: 178px;
  }
  .major-heading.significant.practice-areas {
    margin-top: 49px;
    margin-bottom: 38px;
    font-size: 27px;
  }
  .team-section {
    background-image: -webkit-linear-gradient(270deg, transparent 19%, rgba(63, 63, 63, .74) 38%), url('../images/ggp-team-photo.jpg');
    background-image: linear-gradient(180deg, transparent 19%, rgba(63, 63, 63, .74) 38%), url('../images/ggp-team-photo.jpg');
    background-position: 0px 0px, 50% 0px;
    background-size: auto, 100%;
    background-repeat: repeat, no-repeat;
  }
  .ggp-logo-black {
    width: 90%;
  }
  .practice-area-preview {
    width: 95%;
  }
  .lower-link {
    text-align: center;
  }
  .footer-segment {
    width: 87%;
    margin-bottom: 10px;
  }
  .footer-segment.links {
    margin-top: 0px;
    margin-bottom: 0px;
  }
  .fun-fact {
    padding-right: 0px;
    padding-left: 0px;
  }
  .hours {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
  }
  .side-block {
    width: 100%;
    height: 179px;
    margin-bottom: 23px;
  }
  .logo {
    margin-top: 0px;
  }
}

