body {
  color: #454545;
  font-family: 'Open Sans', sans-serif;
  font-size: 15px;
  font-weight: 300;
  line-height: 1.8;
}
a {
  transition: all 0.2s ease-in-out;
}
a.button,
button,
.button,
input[type="submit"] {
  display: inline-block;
  border: none;
  border-radius: 2px;
  padding: 8px 16px;
  background: #26ba9a;
  color: #fff;
  font-family: 'Oswald', sans-serif;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1;
  text-shadow: none;
  text-transform: uppercase;
  transition: all 0.2s ease-in-out;
  cursor: pointer;
}
a.button:hover,
button:hover,
.button:hover,
input[type="submit"]:hover,
a.button:focus,
button:focus,
.button:focus,
input[type="submit"]:focus,
a.button:active,
button:active,
.button:active,
input[type="submit"]:active {
  background: #209c81;
  text-decoration: none;
}
a.button.white button.white,
.button.white {
  background: #fff;
  color: #26ba9a;
}
a.button.white button.white:hover,
.button.white:hover,
a.button.white button.white:focus,
.button.white:focus,
a.button.white button.white:active,
.button.white:active {
  background: #eee;
  text-decoration: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Oswald', sans-serif;
  font-weight: 400;
  line-height: 1.4;
}
h2 {
  font-size: 32px;
}
p.large {
  font-size: 17px;
}
strong {
  font-weight: 600;
}
.clear {
  clear: both;
}
section {
  position: relative;
}
section.gray {
  background: #454545;
  color: #fff;
}
section.gray p {
  color: #ddd;
}
.container {
  overflow: visible;
}
@media all and (min-width: 930px) {
  .container-900 {
    width: 900px;
  }
}
.row {
  display: block !important;
}
.section-arrow {
  width: 33px;
  height: 112px;
  background-image: url(https://www.growandconvert.com/wp-content/themes/literatum-child/images/section-arrow.png);
  position: absolute;
  bottom: -50px;
  left: 50%;
  margin-left: -16px;
  z-index: 1;
}
@media all and (max-width: 400px) {
  #tawkchat-iframe-container {
    display: none !important;
  }
}
#header {
  position: relative;
  padding: 25px 0;
  background: #454545;
}
@media all and (max-width: 991px) {
  #header {
    text-align: center;
  }
}
#header .logo {
  display: inline-block;
}
@media all and (max-width: 991px) {
  #header .logo {
    width: 250px;
    max-width: 100%;
    margin-bottom: 20px;
  }
}
#header p {
  margin: 0;
  color: #26ba9a;
  font-weight: 600;
  text-align: right;
}
@media all and (max-width: 991px) {
  #header p {
    text-align: center;
  }
}
@media all and (max-width: 768px) {
  #header p span {
    display: block;
  }
}
#header .questions {
  color: #fff;
  font-weight: 400;
}
#header .questions a {
  color: #fff;
}
#header .button {
  margin: 0 15px;
  font-size: 14px;
}
@media all and (max-width: 768px) {
  #header .button {
    margin: 10px 15px;
  }
}
#header.sticky {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 3;
}
.admin-bar #header.sticky {
  top: 32px;
}
#hero {
  padding: 125px 0 300px 0;
  background-image: url(https://www.growandconvert.com/wp-content/themes/literatum-child/images/hero-bg.jpg);
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: cover;
  text-align: center;
}
@media all and (max-width: 768px) {
  #hero {
    padding: 125px 0 250px 0;
  }
}
@media all and (max-width: 479px) {
  #hero {
    padding: 75px 0 200px 0;
  }
}
#hero .container {
  z-index: 2;
}
#hero .container h1 {
  margin: 0 0 15px 0;
  color: #fff;
  font-size: 76px;
}
@media all and (max-width: 768px) {
  #hero .container h1 {
    font-size: 60px;
  }
}
@media all and (max-width: 479px) {
  #hero .container h1 {
    font-size: 48px;
  }
}
#hero .container p {
  margin-bottom: 30px;
  color: #fff;
  font-size: 20px;
}
@media all and (max-width: 768px) {
  #hero .container p {
    font-size: 18px;
  }
}
#hero .container button {
  border-radius: 4px;
  padding: 18px 60px;
  font-size: 24px;
}
#hero .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 80%);
}
#intro {
  padding: 0 0 150px 0;
}
#intro .container {
  text-align: center;
}
#intro .container img.devices {
  position: relative;
  bottom: 200px;
  width: 657px;
  margin-bottom: -200px;
}
@media all and (max-width: 479px) {
  #intro .container img.devices {
    bottom: 100px;
    margin-bottom: -100px;
  }
}
#intro .container h2 {
  margin: 60px 0 40px 0;
  color: #fff;
}
#intro .container .text-column {
  padding: 0 40px;
  text-align: left;
}
@media all and (max-width: 991px) {
  #intro .container .text-column {
    padding: 0 20px;
  }
}
#intro .container .text-column p.shorter {
  letter-spacing: 0.04em;
}
@media all and (max-width: 768px) {
  #intro .container .text-column p.shorter {
    letter-spacing: 0;
  }
}
#intro .container p.large {
  width: 950px;
  max-width: 100%;
  margin: 20px auto 0 auto;
  color: #26ba9a;
  font-weight: 600;
  letter-spacing: 0.03em;
}
#benefits {
  padding: 80px 0 100px 0;
  text-align: center;
}
#benefits h2 {
  margin-bottom: 30px;
}
#benefits p.subheading {
  width: 1000px;
  max-width: 100%;
  margin: 0 auto 50px auto;
}
#benefits .icon-column {
  margin-bottom: 60px;
}
#benefits .icon-column .icon-container {
  height: 100px;
}
#benefits .icon-column .icon-container .icon {
  max-width: 80px;
  max-height: 80px;
  margin-bottom: 25px;
}
#benefits .icon-column .icon-container .solutions {
  margin-top: 10px;
}
#benefits .icon-column .icon-container .roi {
  margin-top: 15px;
}
#benefits .icon-column .icon-container .advice {
  margin-top: 15px;
}
#benefits .icon-column h3 {
  margin: 0 0 20px 0;
  font-size: 19px;
  font-weight: 700;
  letter-spacing: 0.025em;
  line-height: 1;
  text-transform: uppercase;
}
#benefits .icon-column p {
  width: 300px;
  max-width: 100%;
  margin: 0 auto;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.6;
}
#whats-included {
  padding: 80px 0 100px 0;
}
#whats-included h2 {
  margin: 0 0 60px 0;
  text-align: center;
}
#whats-included .list-column {
  padding-right: 30px;
}
#whats-included .list-column p {
  margin-bottom: 20px;
  padding-left: 30px;
  background-image: url(https://www.growandconvert.com/wp-content/themes/literatum-child/images/icon-check.svg);
  background-size: 18px 18px;
  background-position: left top 5px;
  background-repeat: no-repeat;
}
#whats-included .list-column p span {
  color: #26ba9a;
  font-weight: 600;
}
@media all and (max-width: 991px) {
  #whats-included .list-column p br {
    display: none;
  }
}
#curriculum {
  padding: 80px 0 100px 0;
}
#curriculum h2 {
  margin-bottom: 60px;
  text-align: center;
}
#curriculum .container {
  padding-left: 40px;
}
#curriculum .container .session {
  position: relative;
  width: 750px;
  max-width: 100%;
  margin: 0 auto;
  border-left: 2px solid #91dbca;
  padding: 20px 0 20px 50px;
}
#curriculum .container .session h3 {
  margin: 0 0 18px 0;
  color: #26ba9a;
  font-size: 19px;
  font-weight: 700;
  letter-spacing: 0.025em;
  line-height: 1;
}
#curriculum .container .session .step-number {
  position: absolute;
  top: 0;
  left: -30px;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: #26ba9a;
}
#curriculum .container .session .step-number .number {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #fff;
  font-family: 'Oswald', sans-serif;
  font-size: 20px;
  font-weight: 700;
}
#curriculum .container .session .arrow {
  position: absolute;
  left: -9px;
  bottom: 40px;
  width: 17px;
  height: 9px;
  background-image: url(https://www.growandconvert.com/wp-content/themes/literatum-child/images/line-arrow-down.png);
}
#curriculum .container .session ul {
  list-style-type: none;
  margin-bottom: 0;
  margin-left: 0;
  padding-left: 0;
}
#curriculum .container .session ul li {
  margin-bottom: 15px;
  padding-left: 25px;
  background-image: url(https://www.growandconvert.com/wp-content/themes/literatum-child/images/bullet-green.png);
  background-size: 8px 8px;
  background-position: left top 10px;
  background-repeat: no-repeat;
  line-height: 1.5;
}
#curriculum .container .session p.disclaimer {
  margin-bottom: 0;
  color: #bbb;
  font-size: 13px;
}
#curriculum .container .session.sixth {
  border-left: none;
}
#curriculum .container .session.sixth .arrow {
  display: none;
}
#agenda {
  padding: 80px 0 100px 0;
}
#agenda h2 {
  margin-bottom: 60px;
  text-align: center;
}
@media all and (max-width: 991px) {
  #agenda .list-column {
    margin-bottom: 40px;
  }
}
#agenda .list-column h3 {
  margin: 0 0 30px 0;
  color: #26ba9a;
  font-size: 22px;
  font-weight: 400;
  letter-spacing: 0.025em;
  line-height: 1.5;
  text-align: center;
  text-transform: uppercase;
}
#agenda .list-column .item {
  padding: 0 65px;
}
#agenda .list-column .item:after {
  content: '';
  display: block;
  clear: both;
}
#agenda .list-column .item:last-child .description {
  border-left: none;
}
@media all and (max-width: 1199px) {
  #agenda .list-column .item {
    padding: 0 15px;
  }
}
@media all and (max-width: 991px) {
  #agenda .list-column .item {
    width: 460px;
    margin: 0 auto;
  }
}
@media all and (max-width: 600px) {
  #agenda .list-column .item {
    width: auto;
  }
}
#agenda .list-column .item .time {
  float: left;
  width: 130px;
  font-weight: 400;
}
#agenda .list-column .item .description {
  float: left;
  position: relative;
  border-left: 2px solid #357f6e;
  padding: 0 0 30px 30px;
  color: #ddd;
}
@media all and (max-width: 600px) {
  #agenda .list-column .item .description {
    width: calc(100% - 130px);
  }
}
#agenda .list-column .item .description .icon {
  position: absolute;
  top: 0;
  left: -15px;
  width: 29px;
  height: 29px;
}
#agenda .list-column .item .description .start {
  left: -10px;
  width: 18px;
  height: 18px;
}
#agenda .list-column .item .description .session {
  left: -17px;
  width: 33px;
  height: 33px;
}
#agenda .list-column .item .description .start {
  background-image: url(https://www.growandconvert.com/wp-content/themes/literatum-child/images/agenda-start.png);
}
#agenda .list-column .item .description .person {
  background-image: url(https://www.growandconvert.com/wp-content/themes/literatum-child/images/agenda-person.png);
}
#agenda .list-column .item .description .session {
  background-image: url(https://www.growandconvert.com/wp-content/themes/literatum-child/images/agenda-session.png);
}
#agenda .list-column .item .description .food {
  background-image: url(https://www.growandconvert.com/wp-content/themes/literatum-child/images/agenda-food.png);
}
#agenda .list-column .item .description .coffee {
  background-image: url(https://www.growandconvert.com/wp-content/themes/literatum-child/images/agenda-coffee.png);
}
#agenda .list-column .item .description .drink {
  background-image: url(https://www.growandconvert.com/wp-content/themes/literatum-child/images/agenda-drink.png);
}
#mid-cta {
  padding: 80px 0;
  background: #26ba9a;
  text-align: center;
}
#mid-cta .container h2 {
  margin: 0 0 30px 0;
  color: #fff;
  font-size: 36px;
  font-weight: 300;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}
#mid-cta .container p {
  margin-bottom: 40px;
  color: #fff;
}
#mid-cta .container button {
  border-radius: 4px;
  padding: 18px 36px;
  font-size: 24px;
}
#session-structure {
  padding: 80px 0 100px 0;
  text-align: center;
}
#session-structure h2 {
  margin-bottom: 20px;
}
#session-structure p {
  margin-bottom: 35px;
}
#session-structure .time-container .section {
  float: left;
  border-bottom: 30px solid;
  padding-bottom: 5px;
  font-weight: 600;
  line-height: 1.4;
  text-align: center;
}
@media all and (max-width: 400px) {
  #session-structure .time-container .section {
    height: 77px;
    padding: 0 5px;
  }
}
#session-structure .time-container .core {
  width: 30%;
  color: #9b9b9b;
}
#session-structure .time-container .qa {
  width: 19%;
  color: #b1e97c;
}
#session-structure .time-container .working {
  width: 51%;
  color: #26ba9a;
}
#session-structure .time-container .working br {
  display: none;
}
@media all and (max-width: 400px) {
  #session-structure .time-container .working br {
    display: inline;
  }
}
#session-structure .time-container .timeline {
  position: relative;
  height: 1px;
  margin: 50px 0 20px 0;
  background: #afafaf;
}
#session-structure .time-container .timeline .arrow {
  position: absolute;
  top: -7px;
  width: 8px;
  height: 15px;
  background-image: url(https://www.growandconvert.com/wp-content/themes/literatum-child/images/line-arrow-gray.png);
}
#session-structure .time-container .timeline .left {
  left: 0;
}
#session-structure .time-container .timeline .right {
  right: 0;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
#session-structure .time-container .timeline .clock {
  position: absolute;
  top: -17px;
  left: 50%;
  width: 33px;
  height: 33px;
  background-image: url(https://www.growandconvert.com/wp-content/themes/literatum-child/images/time-line-icon.png);
  margin-left: -17px;
}
#session-structure .time-container .session-length {
  color: #afafaf;
  text-transform: uppercase;
}
#problem-solving {
  padding: 80px 0 100px 0;
}
#problem-solving .container h2 {
  margin-bottom: 20px;
  text-align: center;
}
#problem-solving .container p.subheading {
  margin-bottom: 60px;
  text-align: center;
}
#problem-solving .container .challenge {
  margin-bottom: 50px;
  text-align: left;
}
#problem-solving .container .challenge h3 {
  margin: 0 0 20px 0;
  color: #26ba9a;
  font-size: 20px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}
#problem-solving .container .challenge p.problem {
  margin-bottom: 10px;
  font-weight: 600;
  letter-spacing: 0.02em;
}
#problem-solving .container .challenge p.solution {
  margin-bottom: 0;
}
#who-we-are {
  padding: 80px 0 100px 0;
  text-align: center;
}
#who-we-are h2 {
  margin: 0 0 50px 0;
}
#who-we-are .container .column:first-child {
  padding-right: 55px;
}
@media all and (max-width: 768px) {
  #who-we-are .container .column:first-child {
    margin-bottom: 80px;
    padding-right: 15px;
  }
}
#who-we-are .container .column:last-child {
  padding-left: 55px;
}
@media all and (max-width: 768px) {
  #who-we-are .container .column:last-child {
    padding-left: 15px;
  }
}
#who-we-are .container .headshot {
  width: 220px;
}
#who-we-are .container h2.name {
  margin: 10px 0 20px 0;
}
#who-we-are .container .bio.benji {
  margin-left: 14px;
  margin-right: 14px;
}
@media all and (max-width: 991px) {
  #who-we-are .container .bio.benji {
    margin-left: 0;
    margin-right: 0;
  }
}
#who-we-are .container .bio.devesh {
  margin-left: -4px;
  margin-right: -4px;
}
@media all and (max-width: 991px) {
  #who-we-are .container .bio.devesh {
    margin-left: 0;
    margin-right: 0;
  }
}
#who-we-are .container h3 {
  margin: 50px 0 50px 0;
  color: #9b9b9b;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}
#who-we-are .container .case {
  margin-bottom: 50px;
}
#who-we-are .container .case .logo {
  max-width: 180px;
  max-height: 60px;
  margin-bottom: 40px;
}
#who-we-are .container .case .wheniwork {
  margin: 5px 0 40px 0;
}
#who-we-are .container .case .vistage {
  margin: 15px 0 35px 0;
}
#who-we-are .container .case .valuewalk {
  margin: 5px 0 20px 0;
}
#who-we-are .container .case p.title {
  margin-bottom: 0;
  color: #9b9b9b;
  font-weight: 700;
  line-height: 1.4;
}
#who-we-are .container .case p {
  color: #9b9b9b;
  font-weight: 400;
  line-height: 1.5;
}
#highlights {
  padding: 80px 0 0 0;
  background: #26ba9a;
  text-align: center;
}
@media all and (min-width: 1430px) {
  #highlights .container {
    width: 1400px;
  }
}
#highlights h2 {
  margin: 0 0 65px 0;
  color: #fff;
}
@media all and (max-width: 768px) {
  #highlights h2 {
    margin-bottom: 30px;
  }
}
#highlights .border {
  border-bottom: 1px dashed #5dcab3;
}
#highlights .column {
  border-right: 1px dashed #5dcab3;
  padding: 60px 85px 40px 85px;
}
@media all and (max-width: 1199px) {
  #highlights .column {
    padding: 60px 30px 40px 30px;
  }
}
@media all and (max-width: 768px) {
  #highlights .column {
    border-bottom: 1px dashed #5dcab3;
    padding: 30px;
  }
}
#highlights .column:last-child {
  border-right: none;
}
#highlights .column .highlight {
  position: relative;
  padding-bottom: 20px;
}
#highlights .column .highlight .logo-container {
  height: 70px;
  margin-bottom: 30px;
}
#highlights .column .highlight .logo-container .logo {
  max-width: 200px;
  margin-bottom: 30px;
}
@media all and (max-width: 991px) {
  #highlights .column .highlight .logo-container .logo {
    max-width: 100%;
  }
}
@media all and (max-width: 768px) {
  #highlights .column .highlight .logo-container .logo {
    max-width: 200px;
  }
}
#highlights .column .highlight .logo-container .codeable {
  margin-top: 18px;
}
#highlights .column .highlight .logo-container .follow-up {
  margin-top: 22px;
}
#highlights .column .highlight .logo-container .stanfy {
  margin-top: 9px;
}
#highlights .column .highlight p {
  color: #fff;
}
#highlights .column .highlight p.description {
  font-style: italic;
  font-weight: 400;
  line-height: 1.4;
}
@media all and (max-width: 991px) {
  #highlights .column .highlight p.description br {
    display: none;
  }
}
#highlights .column .highlight p.breakthrough {
  margin-bottom: 0;
  font-size: 13px;
  font-weight: 400;
}
#highlights .column .highlight p.info {
  margin-bottom: 30px;
  font-size: 13px;
  letter-spacing: 0.02em;
}
#highlights .column .highlight a {
  position: absolute;
  bottom: 0;
  left: 50%;
  display: inline-block;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  color: #fff;
}
#highlights .column .highlight a:hover,
#highlights .column .highlight a:focus,
#highlights .column .highlight a:active {
  color: #fff;
}
#testimonials {
  padding: 80px 0 100px 0;
  text-align: center;
}
#testimonials h2 {
  margin-bottom: 60px;
}
#testimonials .container .testimonial {
  padding: 0 25px;
}
@media all and (max-width: 768px) {
  #testimonials .container .testimonial {
    padding: 0 15px;
  }
}
@media all and (max-width: 991px) {
  #testimonials .container .testimonial:first-child {
    margin-bottom: 60px;
  }
}
#testimonials .container .testimonial .quote {
  margin-bottom: 20px;
  font-size: 20px;
  line-height: 1.5;
}
#testimonials .container .testimonial .quote img.left-quote {
  float: left;
}
@media all and (max-width: 991px) {
  #testimonials .container .testimonial .quote img.left-quote {
    display: block;
    float: none;
    margin: 0 auto 10px auto;
  }
}
#testimonials .container .testimonial .headshot {
  width: 80px;
  margin-bottom: 10px;
}
#testimonials .container .testimonial .source {
  color: #26ba9a;
  font-weight: 400;
  line-height: 1.3;
}
#testimonials .container .testimonial .source .name {
  display: block;
  font-weight: 600;
}
#apply {
  padding: 80px 0 100px 0;
  text-align: center;
}
#apply h2 {
  margin-bottom: 60px;
}
#apply .column {
  margin-bottom: 40px;
  padding: 0 45px;
}
#apply .column .icon {
  height: 60px;
  margin-bottom: 20px;
}
#apply .column .icon.second {
  margin: 5px 0 25px 0;
  height: 50px;
}
#apply .column p {
  color: #fff;
}
#apply button {
  border-radius: 4px;
  padding: 18px 60px;
  font-size: 24px;
}
.modal-open {
  overflow: visible;
}
.page-template-template-gc-live {
  padding-right: 0 !important;
}
#application-form br {
  display: none;
}
#application-form .modal-dialog {
  margin: 50px auto;
}
@media all and (min-width: 768px) {
  #application-form .modal-dialog {
    width: 700px;
  }
}
#application-form .modal-content {
  border: 2px solid #ededed;
  padding: 30px 50px;
  box-shadow: none;
}
@media all and (max-width: 479px) {
  #application-form .modal-content {
    padding: 30px 20px;
  }
}
#application-form .close {
  position: absolute;
  top: 5px;
  right: 10px;
  height: 30px;
  color: #eee;
  font-size: 50px;
  cursor: pointer;
  overflow: hidden;
}
#application-form .close span {
  position: relative;
  bottom: 30px;
}
#application-form .title-block {
  text-align: center;
}
#application-form .title-block h3 {
  margin-bottom: 10px;
  color: #26ba9a;
  font-size: 28px;
  font-weight: 700;
}
#application-form .title-block p {
  width: 460px;
  max-width: 100%;
  margin: 0 auto 30px auto;
  color: #525252;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.2;
}
#application-form .form-group {
  margin-bottom: 15px;
}
#application-form .form-group:after {
  content: '';
  display: block;
  clear: both;
}
#application-form .label {
  float: left;
  width: 175px;
  padding-top: 4px;
  color: #9b9b9b;
  font-size: 16px;
  font-weight: 600;
}
@media all and (max-width: 768px) {
  #application-form .label {
    width: 100%;
  }
}
#application-form .wpcf7-form-control-wrap {
  float: left;
  width: calc(100% - 175px);
}
@media all and (max-width: 768px) {
  #application-form .wpcf7-form-control-wrap {
    width: 100%;
  }
}
#application-form input[type="text"],
#application-form input[type="email"],
#application-form input[type="tel"],
#application-form select,
#application-form textarea {
  width: 100%;
  border: 1px solid #ededed;
  border-radius: 0;
  padding: 6px 10px;
  background: #fff;
  color: #7b7b7b;
  font-size: 16px;
  font-weight: 300;
  letter-spacing: 0.02em;
}
#application-form .name-group .wpcf7-form-control-wrap.your-first-name {
  width: calc((100% - 175px) * .4);
}
@media all and (max-width: 768px) {
  #application-form .name-group .wpcf7-form-control-wrap.your-first-name {
    width: 100%;
  }
}
#application-form .name-group .wpcf7-form-control-wrap.your-last-name {
  width: calc(((100% - 175px) * .6) - 15px);
  margin-left: 15px;
}
@media all and (max-width: 768px) {
  #application-form .name-group .wpcf7-form-control-wrap.your-last-name {
    width: 100%;
    margin-left: 0;
    margin-top: 15px;
  }
}
#application-form input[type="submit"] {
  width: 100%;
  padding: 12px;
  font-size: 20px;
  font-weight: 400;
}
#application-form input[type="submit"]:hover {
  border: none;
  box-shadow: none;
}
#application-form p.bottom {
  margin-bottom: 0;
  text-align: center;
}
#application-form .submit-block {
  text-align: center;
}
#application-form .submit-block img.ajax-loader {
  display: inline-block;
  margin: 5px auto;
}
#application-form .wpcf7-response-output {
  margin: 0 0 20px 0;
  border: none;
  padding: 0;
  font-size: 15px;
  font-weight: 600;
  text-align: center;
}
#application-form .wpcf7-validation-errors,
#application-form .wpcf7-mail-sent-ng {
  color: red;
}
#application-form .wpcf7-mail-sent-ok {
  color: #51b371;
}
html {
  height: 100%;
  width: 100%;
}
.page-template-template-gc-live-payment {
  width: 100%;
  height: 100%;
  background: #454545;
}
.page-template-template-gc-live-payment #header .header-right {
  text-align: right;
}
@media all and (max-width: 991px) {
  .page-template-template-gc-live-payment #header .header-right {
    text-align: center;
  }
}
.page-template-template-gc-live-payment #header .header-right p {
  display: inline-block;
}
.page-template-template-gc-live-payment #header .sc-checkout-form {
  display: inline-block;
  margin: 0 15px -12px 15px;
}
@media all and (max-width: 991px) {
  .page-template-template-gc-live-payment #header .sc-checkout-form {
    display: block;
    margin: 10px 0;
  }
}
.page-template-template-gc-live-payment #header .sc-checkout-form .stripe-button-el {
  background: none;
}
.page-template-template-gc-live-payment #header .sc-checkout-form .stripe-button-el span {
  display: inline-block;
  border: none;
  border-radius: 2px;
  padding: 8px 16px;
  background: #26ba9a;
  color: #fff;
  font-family: Oswald, sans-serif;
  font-weight: 700;
  letter-spacing: .1em;
  line-height: 1;
  text-shadow: none;
  text-transform: uppercase;
  transition: all 0.2s ease-in-out;
  cursor: pointer;
  box-shadow: none;
}
.page-template-template-gc-live-payment #header .sc-checkout-form .stripe-button-el span:hover {
  background: #209c81;
}
.page-template-template-gc-live-payment #payment-banner {
  height: 240px;
  background-image: url(https://www.growandconvert.com/wp-content/themes/literatum-child/images/gc-payment-hero.jpg);
  background-position: center;
  background-size: cover;
}
.page-template-template-gc-live-payment #payment-content {
  min-height: calc(100% - 320px);
  position: relative;
  color: #fff;
  text-align: center;
}
@media all and (max-width: 1199px) {
  .page-template-template-gc-live-payment #payment-content {
    min-height: 100%;
    height: auto;
  }
}
.page-template-template-gc-live-payment #payment-content h1 {
  margin: 100px 0 30px 0;
  font-size: 76px;
}
@media all and (max-width: 1199px) {
  .page-template-template-gc-live-payment #payment-content h1 {
    font-size: 66px;
  }
}
@media all and (max-width: 991px) {
  .page-template-template-gc-live-payment #payment-content h1 {
    font-size: 56px;
  }
}
@media all and (max-width: 768px) {
  .page-template-template-gc-live-payment #payment-content h1 {
    font-size: 50px;
  }
}
.page-template-template-gc-live-payment #payment-content p {
  margin-bottom: 10px;
  font-size: 19px;
  line-height: 2.2;
}
@media all and (max-width: 1199px) {
  .page-template-template-gc-live-payment #payment-content p {
    line-height: 1.8;
  }
}
@media all and (max-width: 1199px) {
  .page-template-template-gc-live-payment #payment-content p br {
    display: none;
  }
}
.page-template-template-gc-live-payment #payment-content .sc-checkout-form {
  margin-top: 50px;
}
.page-template-template-gc-live-payment #payment-content .sc-checkout-form .stripe-button-el {
  display: inline-block;
  width: 100%;
  max-width: 350px;
  border: none;
  border-radius: 12px;
  padding: 30px 10px;
  background: #26ba9a;
  transition: all 0.2s ease-in-out;
  cursor: pointer;
  box-shadow: none;
}
.page-template-template-gc-live-payment #payment-content .sc-checkout-form .stripe-button-el:hover {
  background: #209c81;
}
.page-template-template-gc-live-payment #payment-content .sc-checkout-form .stripe-button-el span {
  height: auto;
  padding: 0;
  background: none;
  color: #fff;
  font-family: Oswald, sans-serif;
  font-size: 48px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1;
  text-shadow: none;
  text-transform: uppercase;
  box-shadow: none;
}
.page-template-template-gc-live-thankyou {
  width: 100%;
  height: 100%;
}
.page-template-template-gc-live-thankyou #thankyou-content {
  position: relative;
  min-height: calc(100% - 80px);
  padding: 100px 0 50px 0;
  background: url(https://www.growandconvert.com/wp-content/themes/literatum-child/images/hero-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
  color: #454545;
  text-align: center;
}
@media all and (max-width: 768px) {
  .page-template-template-gc-live-thankyou #thankyou-content {
    padding-top: 50px;
  }
}
.page-template-template-gc-live-thankyou #thankyou-content .container {
  position: relative;
  z-index: 1;
}
.page-template-template-gc-live-thankyou #thankyou-content h1 {
  margin: 0 0 40px 0;
  font-weight: 700;
  letter-spacing: 0.02em;
}
.page-template-template-gc-live-thankyou #thankyou-content p {
  font-size: 20px;
  font-weight: 400;
  line-height: 1.6;
}
.page-template-template-gc-live-thankyou #thankyou-content .overlay {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.7);
}
@media all and (max-height: 800px) {
  .page-template-template-gc-live-thankyou #thankyou-content .overlay {
    display: block;
  }
}
@media all and (max-width: 1199px) {
  .page-template-template-gc-live-thankyou #thankyou-content .overlay {
    display: block;
  }
}
