@charset "UTF-8";
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
  display: block;
}

audio, canvas, video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden] {
  display: none;
}

html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
  -webkit-font-smoothing: antialiased;
}

a:focus {
  outline: none;
}

a:active, a:hover {
  outline: 0;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b, strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

mark {
  background: #ff0;
  color: #000;
}

code, kbd, pre, samp {
  font-family: monospace, serif;
  font-size: 1em;
}

pre {
  white-space: pre-wrap;
}

q {
  quotes: "“" "”" "‘" "’";
}

small {
  font-size: 80%;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 0;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

button, input, select, textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0;
}

button, input {
  line-height: normal;
}

button, select {
  text-transform: none;
}

button, html input[type=button], input[type=reset], input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled], html input[disabled] {
  cursor: default;
}

input[type=checkbox], input[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  outline: medium none;
}

:-moz-placeholder {
  opacity: 1;
}

::-moz-placeholder {
  opacity: 1;
}

:-ms-input-placeholder {
  opacity: 1;
}

::-webkit-input-placeholder {
  opacity: 1;
}

input[type=search] {
  -webkit-appearance: textfield;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
  vertical-align: top;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

::-webkit-input-placeholder {
  opacity: 1;
}

::-moz-placeholder {
  opacity: 1;
}

:-ms-input-placeholder {
  opacity: 1;
}

:-moz-placeholder {
  opacity: 1;
}

.clearfix:before, .clearfix:after {
  content: " ";
  display: table;
}

.clearfix:after {
  clear: both;
}

.clearfix {
  *zoom: 1;
}

html {
  -moz-osx-font-smoothing: grayscale;
  font-weight: 400;
}

.page-wrapper {
  padding-top: 55px;
}

body {
  font-family: proxima-nova, sans-serif;
}

a {
  text-decoration: underline;
}

h1, h2, h3, h4, h5, h6, p, li {
  margin: 0;
  padding: 10px 0;
}

h1 {
  font-size: 30px;
  color: #063D51;
  line-height: 34px;
  font-weight: 800;
}

h2 {
  font-size: 23px;
  color: #063D51;
  line-height: 27px;
  font-weight: 800;
}

h3 {
  font-weight: 800;
  font-size: 20px;
  color: #063D51;
  line-height: 24px;
}

h4, h5, h6 {
  font-size: 18px;
  color: #4D4D4D;
  line-height: 22px;
  font-weight: 800;
}

p, li {
  font-size: 16px;
  color: #5B5B5B;
  line-height: 28px;
  font-weight: 400;
  padding: 0;
}

.button {
  padding: 10px 10px;
  display: inline-block;
  text-decoration: none;
  min-width: 170px;
  font-weight: 400;
  color: #ffffff;
  text-align: center;
  margin-left: 0;
  margin-right: 0;
  background-color: #2381A2;
  border-radius: 28px;
  font-weight: 700;
  font-size: 18px;
  line-height: 22px;
}
.button:hover {
  background: transparent;
  box-shadow: 0 0 15px 5px #2381A2;
}
.button:focus {
  background-color: #19647F;
}

.centerme {
  text-align: center;
}

.white {
  color: #ffffff;
}

.banner {
  min-height: 200px;
  /*background-image: url("https://growthortho.com/wp-content/themes/html5blank-stable/style/img/about-banner.jpg");
  background-repeat: no-repeat; */
  background-position: top center;
  /*background-size: cover; */
  display: flex;
  justify-content: center;
  align-items: center;
}
.banner h1 {
  padding: 0;
  color: #fff;
  font-weight: 800;
}

.container {
  padding: 40px 20px;
}

.body-section {
  text-align: center;
}
.body-section.divider .container {
  height: 1px;
  width: calc(100% - 40px);
  /*background-color: #EAEAEA; */
  padding: 0;
  margin: 20px;
  max-width: 1180px;
}
.body-section.left-image {
  background-color: #063D51;
}
.body-section.left-image img {
  border-bottom-right-radius: 310px;
}
.body-section.left-image h2, .body-section.left-image p, .body-section.left-image li {
  color: #fff;
}
.body-section.left-image.light-bg {
  background-color: #fff;
}
.body-section.left-image.light-bg p, .body-section.left-image.light-bg li {
  color: #5B5B5B;
}
.body-section.left-image.light-bg h2 {
  color: #063D51;
}
.body-section.left-image.light-bg .button {
  margin-top: 20px;
}

.bc-left {
  /*text-align: left; */
}

.bc-right {
  /*text-align: left; */
}

.bs-left img {
  display: block;
  max-width: 100%;
  height: auto;
  margin-bottom: 20px;
}

.bs-right {
  text-align: left;
}

.body-columns {
  padding-top: 20px;
}

a {
  color: #2381A2;
}

@media only screen and (min-width: 768px) {
  h1, h2, h3, h4, h5, h6 {
    padding-bottom: 20px;
  }

  /*h1 {
    font-size: 60px;
    line-height: 64px;
  } */
  h1 {
    font-size: 50px;
    line-height: 54px;
  }

  h2 {
    font-size: 40px;
    line-height: 44px;
  }

  h3, h4, h5, h6 {
    font-size: 36px;
    line-height: 40px;
  }

  p, li {
    font-size: 18px;
  }

  .container {
    padding: 60px 20px;
  }

  .page-wrapper {
    padding-top: 98px;
  }

  .button {
    padding: 17px;
  }

  .banner {
    min-height: 350px;
  }
  .banner h1 {
    font-size: 50px;
    line-height: 54px;
  }

  .body-section.left-image .container {
    display: flex;
  }
  .body-section.left-image.bottom-margin {
    margin-bottom: 100px;
  }
  .body-section.left-image.bottom-margin .bs-left {
    margin-bottom: -165px;
  }
  .body-section.with-image .container {
    display: flex;
  }
  .body-section.with-image.reversed .container {
    flex-direction: row-reverse;
  }
  .body-section.with-image.reversed .container .bs-left {
    margin: 20px 0 0 30px;
  }

  .bs-left {
    width: 250px;
    margin: 20px 30px 0 0;
  }

  .bs-right {
    width: calc(100% - 270px);
  }

  .body-columns {
    display: flex;
  }

  .bc-left {
    width: 50%;
    padding-right: 30px;
  }

  .bc-right {
    width: 50%;
    padding-left: 30px;
  }
}
@media only screen and (min-width: 1200px) {
  .container {
    width: 1100px;
    margin: 0 auto;
  }

  .button:hover {
    background-color: #288DB1;
  }

  .banner {
    min-height: 522px;
  }
  .banner h1 {
    text-align: center;
  }

  .bs-left {
    width: 350px;
  }

  .bs-right {
    width: calc(100% - 350px);
  }

  .body-section.with-image .bs-left {
    width: 520px;
  }
  .body-section.with-image .bs-right {
    width: calc(100% - 550px);
  }
  .body-section.with-image.reversed .container {
    padding-right: 0;
  }
  .body-section.with-image.reversed .container .bs-left {
    margin-left: 50px;
  }
}
.t-top {
  text-align: center;
  padding-bottom: 20px;
}

.t-top h3 {
  color: #fff;
}

.t-top p {
  color: #B1B1B1;
}

.t-item {
  width: 267px;
  margin: 0 auto 30px;
}

.t-item img {
  display: block;
  width: 100%;
  height: auto;
}

.t-item h3 {
  color: #fff;
  padding-bottom: 0;
  font-weight: 700;
}

.t-item p {
  color: #B1B1B1;
}

@media only screen and (min-width: 768px) {
  .t-bottom {
    display: flex;
    flex-wrap: wrap;
    width: 688px;
    margin: 0 auto;
  }

  .t-item {
    width: calc(50% - 40px);
    margin: 0 20px 30px;
  }

  .t-item h3 {
    font-size: 20px;
    line-height: 24px;
  }
}
@media only screen and (min-width: 1200px) {
  .t-bottom {
    width: 100%;
  }

  .t-item {
    width: calc(25% - 20px);
    margin: 0 10px 30px;
  }
}
.opacity-anime {
  opacity: 0;
  transition: opacity 1s ease;
}

.anime-opacity {
  opacity: 0;
  transition: opacity 1s ease;
}

.with-image-anime {
  opacity: 0;
  transition: opacity 1s ease;
}

.left-image-anime {
  opacity: 0;
  transition: opacity 1s ease;
}

.left-anime {
  left: -630px;
  position: relative;
  transition-duration: 2s;
}

.right-anime {
  right: -660px;
  position: relative;
  transition-duration: 2s;
}

/** Blog single **/
.blog-single {
  display: flex;
}

.size-large img {
  width: 100%;
  height: auto;
}

@media only screen and (max-width: 768px) {
  .blog-single {
    display: block;
  }
}
.blog-single .blog-content {
  flex: 1;
}
.blog-single .single-sidebar {
  width: 250px;
  margin-left: 50px;
}
@media only screen and (max-width: 768px) {
  .blog-single .single-sidebar {
    width: unset;
    margin-left: 0;
    margin-top: 30px;
    padding-top: 20px;
    border-top: 1px solid;
  }
}
.blog-single .single-sidebar label.gfield_label {
  font-size: 13px !important;
}
.blog-single .single-sidebar .gform_wrapper.gravity-theme .gfield input.large, .blog-single .single-sidebar .gform_wrapper.gravity-theme .gfield select.large {
  width: 100%;
  font-size: 14px;
  /* height: 20px!important; */
  padding: 5px 10px;
}
.blog-single .single-sidebar .gform_wrapper.gravity-theme .gfield textarea.large {
  height: 100px;
}
.blog-single .single-sidebar input#gform_submit_button_1 {
  padding: 5px;
}

.container.blogger {
  padding-top: 150px;
}
.container.blogger .row {
  display: flex;
}
@media only screen and (max-width: 768px) {
  .container.blogger .row {
    display: block;
  }
}
.container.blogger .row .col-sm-3 {
  width: 250px;
  margin-left: 50px;
}
@media only screen and (max-width: 768px) {
  .container.blogger .row .col-sm-3 {
    width: unset;
    margin-left: 0;
    margin-top: 30px;
    padding-top: 20px;
    border-top: 1px solid;
  }
}
.container.blogger .row .col-sm-3 label.gfield_label {
  font-size: 13px !important;
}
.container.blogger .row .col-sm-3 .gform_wrapper.gravity-theme .gfield input.large, .container.blogger .row .col-sm-3 .gform_wrapper.gravity-theme .gfield select.large {
  width: 100%;
  font-size: 14px;
  /* height: 20px!important; */
  padding: 5px 10px;
}
.container.blogger .row .col-sm-3 .gform_wrapper.gravity-theme .gfield textarea.large {
  height: 100px;
}
.container.blogger .row .col-sm-3 input#gform_submit_button_1 {
  padding: 5px;
}
.container.blogger .row .col-sm-9 {
  flex: 1;
}

div#block-5 {
  margin: 20px 0;
}

div#block-10 {
  margin: 20px 5px 0;
}

/*# sourceMappingURL=content-default.css.map */
