@import 'https://fonts.googleapis.com/css2?family=Alegreya+Sans:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&family=Crimson+Text:ital,wght@0,400;0,600;0,700;1,400;1,600;1,700&family=Dancing+Script:wght@400..700&display=swap';

/*================================================
  Growing Grins site CSS
================================================*/
/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css - ADAPTED */
html {
  font-family: sans-serif;
  line-height: 1.15;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article, aside, footer, header, nav, section {
  display: block;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

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

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

b, strong {
  font-weight: inherit;
}

b, strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

audio, video {
  display: inline-block;
}

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

img {
  border-style: none;
}

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

button, input, optgroup, select, textarea {
  font: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button, input {
  overflow: visible;
}

button, select {
  text-transform: none;
}

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

button::-moz-focus-inner, [type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring, [type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  display: inline-block;
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

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

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

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

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

canvas {
  display: inline-block;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

/*================================================
  General
================================================*/
body {
  margin: 0;
  font-family: "Crimson Text", serif;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.3;
  color: #000;
}
body .inverse {
  color: #fff;
}

@media (min-width: 1600px) {
  body {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 1.3;
  }
}
/*================================================
  Helpers
================================================*/
.hide {
  display: none !important;
}

@media (min-width: 481px) {
  .show-xs {
    display: none !important;
  }
}
.sr-only,
.screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  border: 0;
}

.right,
.alignright {
  float: right;
  max-width: 40%;
  margin: 0 0 20px 20px;
}

.left,
.alignleft {
  float: left;
  max-width: 40%;
  margin: 0 20px 20px 0;
}

.center {
  display: block;
  margin: 30px auto;
}

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

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

@media (max-width: 580px) {
  .right,
  .alignright,
  .left,
  .alignleft {
    float: none;
    max-width: 100%;
    margin: 30px 0;
  }
}
/*================================================
  Elements
================================================*/

/*------------------------------------
  Typography
--------------------------------------*/
p {
  margin: 20px 0 0 0;
}
p:first-child {
  margin-top: 0;
}

/*------------------------------------
  Headings
--------------------------------------*/
h1, .h1, h2, .h2, h3, .h3,
h4, .h4, h5, .h5, h6, .h6 {
  font-family: "Crimson Text", serif;
  margin: 0 0 20px 0;
  color: #048756;
}
.main-content h1 + p, .main-content .h1 + p, .main-content h2 + p, .main-content .h2 + p, .main-content h3 + p, .main-content .h3 + p,
.main-content h4 + p, .main-content .h4 + p, .main-content h5 + p, .main-content .h5 + p, .main-content h6 + p, .main-content .h6 + p {
  margin-top: 5px;
}
.inverse h1, .inverse .h1, .inverse h2, .inverse .h2, .inverse h3, .inverse .h3,
.inverse h4, .inverse .h4, .inverse h5, .inverse .h5, .inverse h6, .inverse .h6 {
  color: #fff;
}

h1 {
  font-family: "Dancing Script", sans-serif;
  font-size: 68px;
  font-size: 4.25rem;
  line-height: 1.1;
  font-weight: 600;
  color: #18563e;
}

.main-content h1 {
  font-family: "Dancing Script", sans-serif;
  font-size: 48px;
  font-size: 3rem;
  line-height: 1.1;
  color: #048756;
}

h2 {
  font-family: "Dancing Script", sans-serif;
  font-size: 48px;
  font-size: 3rem;
  line-height: 1.1;
}

.content-section h2 {
  margin-top: 30px;
  line-height: 1;
}

.content-section h2:first-child {
  margin-top: 0;
}

.main-content h2 strong {
  font-family: "Crimson Text", serif;
  font-size: 30px;
  font-size: 1.875rem;
  line-height: 1.1;
  letter-spacing: 1px;
  font-weight: 600;
  color: #31a4b2;
  text-transform: uppercase;
}

h1.title-bordered strong, h2.title-bordered strong {
  font-family: "Crimson Text", serif;
  font-size: 40px;
  font-size: 2.5rem;
  line-height: 1.3;
  letter-spacing: 1px;
  font-weight: 600;
  color: #31a4b2;
  text-transform: uppercase;
}

h3 {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.3;
  color: #83aa5b;
  font-weight: 600;
}

.main-content h3,
.team-bio h3 {
  margin: 30px 0 5px 0;
}

.main-content h3:first-child,
.team-bio h3:first-child {
  margin-top: 0;
}

h4 {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.1;
  color: #000;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-weight: 700;
}

.main-content h4 {
  margin: 30px 0 5px 0;
}

.main-content h4:first-child {
  margin-top: 0;
}

.content-cta h4 {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.3;
}

.photo-group .info h4 {
  margin-bottom: 20px;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1.3;
}

.team .info h4 {
  margin-bottom: 20px;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.3;
  color: #fff;
}

h5 {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.3;
  letter-spacing: 0.05em;
  color: #84c158;
  font-weight: 400;
}

.page-cta h5 {
  margin: 20px 0 35px 0;
  font-family: "Dancing Script", sans-serif;
  font-size: 40px;
  font-size: 2.5rem;
  line-height: 1;
  letter-spacing: 0;
  color: #048756;
}

.page-cta h5 strong {
  display: block;
  margin-top: 5px;
  font-family: "Crimson Text", serif;
  font-size: 26px;
  font-size: 1.625rem;
  line-height: 1;
  font-weight: 600;
  color: #83aa5b;
  text-transform: uppercase;
}

h6 {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.3;
  color: #84c158;
  letter-spacing: 0.05em;
  font-weight: 400;
}

@media (max-width: 1024px) {
  h1 {
    font-size: 58px;
    font-size: 3.625rem;
    line-height: 1.3;
  }
}
@media (max-width: 1200px) {
  h1.title-bordered strong, h2.title-bordered strong {
    font-size: 34px;
    font-size: 2.125rem;
    line-height: 1.3;
  }
}
@media (max-width: 767px) {
  .main-content h1, h2 {
    font-size: 32px;
    font-size: 2rem;
    line-height: 1.3;
  }
}
@media (max-width: 580px) {
  .main-content h3 {
    margin-top: 20px;
  }
  .main-content h3:first-child {
    margin-top: 0;
  }
}
@media (max-width: 480px) {
  .main-content h1, h2 {
    font-size: 28px;
    font-size: 1.75rem;
    line-height: 1.3;
  }
}

.subtitle,
h2.subtitle,
.is-style-subtitle,
h2.is-style-subtitle {
  display: block;
  margin-top: 10px;
  font-size: 30px;
  font-size: 1.875rem;
  line-height: 1;
  letter-spacing: 0.01em;
  font-family: "Crimson Text", serif;
  text-transform: uppercase;
  color: #31a4b2;
  font-weight: 700;
}

h1 .title-intro {
  display: block;
  font-family: "Crimson Text", serif;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #83aa5b;
}

.title-bordered {
  position: relative;
}

.title-bordered .subtitle {
  letter-spacing: 0.05em;
}

.title-bordered:before, .title-bordered:after,
.title-bordered.two-line strong:before, .title-bordered.two-line strong:after,
.intro h1 .subtitle:before, .intro h1 .subtitle:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 34px;
  height: 33px;
  margin-top: -6px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}

.title-bordered.two-line strong:before,
.title-bordered:before,
.intro h1 .subtitle:before {
  margin-right: 10px;
  background-image: url(https://www.growinggrinsdentistry.com/wp-content/themes/growinggrins/img/elem/leaf-left.svg);
}

.intro.interior h1.title-bordered:before {
  background-image: url(https://www.growinggrinsdentistry.com/wp-content/themes/growinggrins/img/elem/leaf-left-alt.svg);
}

.title-bordered:after,
.title-bordered.two-line strong:after,
.intro h1 .subtitle:after {
  margin-left: 10px;
  background-image: url(https://www.growinggrinsdentistry.com/wp-content/themes/growinggrins/img/elem/leaf-right.svg);
}

.intro.interior h1.title-bordered:after {
  background-image: url(https://www.growinggrinsdentistry.com/wp-content/themes/growinggrins/img/elem/leaf-right-alt.svg);
}

.title-bordered.two-line:before, .title-bordered.two-line:after {
  display: none;
}

.title-bordered.two-line strong {
  position: relative;
  display: block;
}

.intro.feature h1 .subtitle:before, .intro.feature h1 .subtitle:after {
  position: absolute;
  top: 50%;
  margin: -16.5px 0 0 0;
}

.intro.feature h1 .subtitle:before {
  left: -19px;
}

.intro.feature h1 .subtitle:after {
  right: -19px;
}

@media (max-width: 580px) {
  h2.title-bordered {
    font-size: 30px;
    font-size: 1.875rem;
    line-height: 1;
  }
  h1.title-bordered strong, h2.title-bordered strong {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 1.3;
  }
}
@media (max-width: 767px) {
  .subtitle,
  h2.subtitle,
  .is-style-subtitle,
  h2.is-style-subtitle {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1.3;
  }
  .title-bordered:before, .title-bordered:after {
    display: none;
  }
  .title-bordered strong {
    display: block;
  }
  .title-bordered strong:before, .title-bordered strong:after {
    content: "";
    display: inline-block;
    width: 34px;
    height: 33px;
    background-repeat: no-repeat;
    background-position: 50% 50%;
  }
  .title-bordered strong:before {
    margin-right: 10px;
    background-image: url(https://www.growinggrinsdentistry.com/wp-content/themes/growinggrins/img/elem/leaf-left.svg);
  }
  .title-bordered strong:after {
    margin-left: 10px;
    background-image: url(https://www.growinggrinsdentistry.com/wp-content/themes/growinggrins/img/elem/leaf-right.svg);
  }
  .title-bordered strong:before, .title-bordered strong:after,
  .title-bordered.two-line strong:before, .title-bordered.two-line strong:after {
    width: 24px;
    height: 23px;
    background-size: 24px 23px;
    vertical-align: middle;
  }
}
@media (max-width: 480px) {
  .subtitle,
  h2.subtitle,
  .is-style-subtitle,
  h2.is-style-subtitle {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 1.3;
  }
}

.highlight {
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1.4;
  color: #048756;
}

/*------------------------------------
  Lists
--------------------------------------*/
ul, ol {
  margin: 20px 0 0 0;
  line-height: 150%;
  text-align: left;
}
ul:first-child, ol:first-child {
  margin-top: 0;
}
ul ul, ul ol, ul ul:first-child, ul ol:first-child, ol ul, ol ol, ol ul:first-child, ol ol:first-child {
  margin-top: 10px;
}
ul li, ol li {
  margin: 10px 0 0 0;
}
ul li:first-child, ol li:first-child {
  margin-top: 0;
}
.main-content h2 + ul, .main-content h3 + ul, .main-content h4 + ul, .main-content h2 + ol, .main-content h3 + ol, .main-content h4 + ol {
  margin-top: 10px;
}

ul.col-list::after {
  content: "";
  display: table;
  clear: both;
}

ul.col-list li {
  float: left;
  width: 48%;
  margin-right: 2%;
}

ul.col-list li:nth-child(odd) {
  clear: both;
}

/*------------------------------------
  Content
--------------------------------------*/
hr {
  display: block;
  margin: 40px auto;
  width: 100%;
  height: 1px;
  border: 0;
  background-color: #ccc;
}

.separator {
  display: inline-block;
  margin: 0 10px;
}

.main-content blockquote {
  clear: both;
  position: relative;
  padding: 55px 0;
}

.main-content blockquote:before,
.main-content blockquote:after {
  content: "";
  position: absolute;
  left: 50%;
  width: 40px;
  height: 42px;
  margin-left: -20px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

.main-content blockquote:before {
  top: 0;
  background-image: url(https://www.growinggrinsdentistry.com/wp-content/themes/growinggrins/img/elem/leaf-top.svg);
}

.main-content blockquote:after {
  bottom: 0;
  background-image: url(https://www.growinggrinsdentistry.com/wp-content/themes/growinggrins/img/elem/leaf-bottom.svg);
}

.main-content blockquote {
  font-size: 30px;
  font-size: 1.875rem;
  line-height: 1.3;
  color: #31a4b2;
  text-align: center;
}

@media (max-width: 767px) {
  .main-content blockquote {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1.3;
  }
}
@media (max-width: 580px) {
  .main-content blockquote {
    margin-left: 0;
    margin-right: 0;
    padding: 0;
  }
  .main-content blockquote:before, .main-content blockquote:after {
    display: none;
  }
}
/*------------------------------------
  Links
--------------------------------------*/
a {
  color: #048756;
  text-decoration: none;
}
a:focus, a:hover {
  color: #048756;
  text-decoration: none;
}
.inverse a {
  color: #fff;
}
.inverse a:focus, .inverse a:hover {
  color: #bfee7f;
}

/*------------------------------------
  Buttons
--------------------------------------*/
a.button, .button {
  position: relative;
  display: inline-block;
  margin: 0;
  padding: 10px 30px;
  line-height: 100%;
  background-color: #31a4b2;
  color: #fff;
  font-family: "Alegreya Sans", sans-serif;
  font-weight: 400;
  text-decoration: none;
  text-align: center;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
a.button:focus, a.button:hover, .button:focus, .button:hover {
  text-decoration: none;
  background-color: #0a7a88;
  color: #fff;
}
a.button b, a.button strong, .button b, .button strong {
  display: block;
  margin-top: 2px;
  font-weight: 600;
  text-transform: uppercase;
}

a.button.alt {
  background-color: #048756;
}
a.button.alt:focus, a.button.alt:hover {
  background-color: #326934;
}

.button.button-icon, a.button.button-icon,
.button-group a.button.button-icon {
  position: relative;
  margin-top: 44px;
}

.button.button-icon::before {
  content: "";
  position: absolute;
  top: -40px;
  left: 50%;
  height: 44px;
  background-position: 50% 0;
  background-repeat: no-repeat;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}
.button.button-icon:focus, .button.button-icon:hover {
  background-color: #31a4b2;
}
.button.button-icon:focus::before, .button.button-icon:hover::before {
  top: -42px;
  background-position: 50% 100%;
}
.button.button-icon.alt:focus, .button.button-icon.alt:hover {
  background-color: #048756;
}

.button.button-icon.calendar:before {
  width: 60px;
  margin-left: -22px;
  background-image: url(https://www.growinggrinsdentistry.com/wp-content/themes/growinggrins/img/icons/calendar.svg);
}

.button.button-icon.kids:before {
  width: 65px;
  margin-left: -32.5px;
  background-image: url(https://www.growinggrinsdentistry.com/wp-content/themes/growinggrins/img/icons/kids.svg);
}

@media (max-width: 767px) {
  .button.button-icon, a.button.button-icon, .button-group a.button.button-icon {
    margin-top: 0;
  }
  .button.button-icon:before {
    display: none;
  }
}
/*------------------------------------
  Button Group
--------------------------------------*/
.button-group {
  margin-top: 10px;
  text-align: center;
}

.button-group:first-child {
  margin-top: 0;
}

.button-group a.button {
  display: inline-block;
  box-sizing: border-box;
  width: 160px;
  margin-left: 3px;
  margin-right: 3px;
  padding: 10px;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1;
}

/* Images */
img {
  max-width: 100%;
  height: auto;
}
img.photo-circle {
  border-radius: 50%;
}

fieldset {
  position: relative;
  margin: 0 0 30px 0;
  padding: 0;
  border: 0;
}

label {
  display: block;
  margin-bottom: 5px;
  font-weight: 600;
}

input[type=text],
input[type=search],
input[type=phone],
input[type=email],
textarea {
  box-sizing: border-box;
  display: block;
  width: 100%;
  padding: 10px;
  background-color: transparent;
  border: 1px solid #ddd;
  outline: none;
}

select {
  border: 1px solid #ddd;
  background-color: #fff;
}

input[type=submit],
button[type=submit],
input[type=button] {
  display: inline-block;
  padding: 20px 40px;
  border: 0;
  background-color: #31a4b2;
  color: #fff;
  font-family: "Alegreya Sans", sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  outline: none;
  -webkit-appearance: none;
}

input[type=submit]:hover, input[type=button]:hover {
  background-color: #0a7a88;
}

/*================================================
  Structure
================================================*/
/* Grid */
.row {
  margin: 0 auto;
}
.row::after {
  content: "";
  display: table;
  clear: both;
}

.col {
  box-sizing: border-box;
  float: left;
  margin-left: 4%;
}

.col:first-child {
  margin-left: 0;
}

.col.span1 {
  width: 4.666667%;
}

.col.span2 {
  width: 13.333333%;
}

.col.span3 {
  width: 22%;
}

.col.span4 {
  width: 30.666667%;
}

.col.span5 {
  width: 39.333333%;
}

.col.span6 {
  width: 48%;
}

.col.span7 {
  width: 56.666667%;
}

.col.span8 {
  width: 65.333333%;
}

.col.span9 {
  width: 74%;
}

.col.span10 {
  width: 82.666667%;
}

.col.span11 {
  width: 91.333333%;
}

.col.span12 {
  width: 100%;
}

.nomargin-cols .col {
  width: 50%;
  margin: 0;
}

.nomargin-cols .col.span1 {
  width: 8.333333%;
}

.nomargin-cols .col.span2 {
  width: 16.666667%;
}

.nomargin-cols .col.span3 {
  width: 25%;
}

.nomargin-cols .col.span4 {
  width: 33.333333%;
}

.nomargin-cols .col.span5 {
  width: 41.666667%;
}

.nomargin-cols .col.span6 {
  width: 50%;
}

.nomargin-cols .col.span7 {
  width: 58.333333%;
}

.nomargin-cols .col.span8 {
  width: 66.666667%;
}

.nomargin-cols .col.span9 {
  width: 75%;
}

.nomargin-cols .col.span10 {
  width: 83.333333%;
}

.nomargin-cols .col.span11 {
  width: 91.666667%;
}

.nomargin-cols .col.span12 {
  width: 100%;
}

@media screen and (max-width: 767px) {
  .col, .col.span1, .col.span2, .col.span3, .col.span4, .col.span5, .col.span6,
  .col.span7, .col.span8, .col.span9, .col.span10, .col.span11, .col.span12,
  .nomargin-cols .col.span1, .nomargin-cols .col.span2, .nomargin-cols .col.span3, .nomargin-cols .col.span4, .nomargin-cols .col.span5, .nomargin-cols .col.span6,
  .nomargin-cols .col.span7, .nomargin-cols .col.span8, .nomargin-cols .col.span9, .nomargin-cols .col.span10, .nomargin-cols .col.span11, .nomargin-cols .col.span12 {
    float: none;
    width: 100%;
    margin: 40px 0 0 0;
  }
  .col:first-child {
    margin-top: 0;
  }
}
/*------------------------------------
  Layout
--------------------------------------*/
#main-content-wrap {
  display: block;
  position: relative;
}
#main-content-wrap:focus {
  outline: none;
}

.wrap::after {
  content: "";
  display: table;
  clear: both;
}

/*------------------------------------
  Page Content
--------------------------------------*/
#page-content {
  margin-top: 95px;
}

.main-content {
  max-width: 1600px;
  margin: 80px auto;
}
.main-content::after {
  content: "";
  display: table;
  clear: both;
}
.main-content.full {
  width: 90%;
}

.content-section {
  box-sizing: border-box;
  float: left;
  width: 56%;
  padding-left: 5%;
}
.main-content.sidebar-lg .content-section {
  width: 44%;
}
.main-content.switch .content-section {
  float: right;
}
.content-section.text-center {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.3;
}
.content-section.text-center h2 {
  font-size: 58px;
  font-size: 3.625rem;
  line-height: 1.3;
}
.content-section.text-center h3 {
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1.3;
  font-weight: 400;
}

.main-content.full .content-section-full {
  float: none;
  width: auto;
  padding: 0;
}
.main-content.full .content-section-full.condensed {
  max-width: 780px;
  margin: 0 auto;
}
.main-content.full .content-section-full.condensed + .content-section {
  margin-top: 40px;
}

.sidebar-section {
  float: right;
  width: 38%;
  margin-left: 40px;
  margin-bottom: 40px;
}
.main-content.sidebar-lg .sidebar-section {
  width: 50%;
}
.main-content.switch .sidebar-section {
  float: left;
  margin-left: 0;
  margin-right: 40px;
}
.sidebar-section iframe {
  width: 100%;
  height: 480px;
}

@media (min-width: 1601px) {
  .main-content {
    width: 90%;
  }
  .content-section {
    padding-left: 0;
  }
}
@media (max-width: 1200px) {
  .main-content.sidebar-lg .sidebar-section {
    width: 52%;
  }
}
@media (max-width: 1024px) {
  .content-section,
  .main-content.sidebar-lg .content-section {
    float: none;
    width: 100%;
    padding-right: 5%;
  }
  .main-content.full .content-section-full {
    float: none;
    width: auto;
  }
}
@media (max-width: 1023px) {
  .main-content {
    margin: 30px auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
  }
  .main-content .content-section {
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .main-content .sidebar-section {
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .content-section,
  .main-content.sidebar-lg .content-section,
  .sidebar-content {
    float: none;
    width: 90%;
    margin: 0 auto;
    padding: 0;
  }
  .sidebar-section,
  .main-content.sidebar-lg .sidebar-section,
  .main-content.switch .sidebar-section {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
  .content-section {
    margin-bottom: 30px;
  }
}
/*------------------------------------
  Container
--------------------------------------*/
.container {
  position: relative;
  width: 90%;
  max-width: 1600px;
  margin: 0 auto;
  padding: 60px 0;
}
.container::after {
  content: "";
  display: table;
  clear: both;
}
.container.container-sm {
  max-width: 900px;
}
.container.nopadding {
  padding: 0;
}

@media (max-width: 767px) {
  .container {
    padding: 30px 0;
  }
}
/*================================================
  Header
================================================*/
#page-header {
  position: fixed;
  z-index: 10000;
  top: 0;
  left: 0;
  width: 100%;
  padding: 25px 0 15px 0;
  border-bottom: 1px solid #eee;
  background-color: #fff;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
#page-header::after {
  content: "";
  display: table;
  clear: both;
}

#page-header .logo {
  float: left;
  width: 26%;
  margin-top: 5px;
  margin-bottom: 5px;
  max-height: 61px;
}

#page-header .logo img {
  display: block;
}

#page-header .header-content {
  float: right;
  width: 72%;
  text-align: right;
}

#page-header .header-content .phone {
  position: relative;
  display: inline-block;
  margin-bottom: 10px;
  padding-left: 26px;
  color: #31a4b2;
  font-size: 30px;
  font-size: 1.875rem;
  line-height: 1;
}

#page-header .header-content .phone:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  width: 11px;
  height: 19px;
  margin-top: -9.5px;
  background-image: url(https://www.growinggrinsdentistry.com/wp-content/themes/growinggrins/img/icons/phone.svg);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}

#page-header .header-content .pay {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 10px;
  margin-left: 20px;
}

#page-header .header-content .pay a.button {
  padding-left: 15px;
  padding-right: 15px;
  text-transform: uppercase;
}

@media (max-width: 1260px) {
  #page-header .logo {
    width: 18%;
  }
  #page-header .logo img {
    max-height: 45px;
  }
  #page-header .header-content {
    width: 80%;
  }
  #page-header .header-content .phone {
    margin-bottom: 5px;
    font-size: 26px;
    font-size: 1.625rem;
    line-height: 1;
  }
}
@media (max-width: 1023px) {
  #page-header .container {
    width: 90%;
    padding: 0 5%;
  }
  #page-header {
    position: relative;
    padding: 10px 0;
  }
  #page-header .logo {
    position: relative;
    z-index: 100;
    width: 46%;
  }
  #page-header .header-content {
    box-sizing: border-box;
    position: absolute;
    z-index: 10;
    top: 50%;
    right: 0;
    float: none;
    display: inline-block;
    width: 100%;
    padding-right: 5%;
    margin-top: -14px;
  }
  #page-header .header-content .phone {
    display: inline-block;
    vertical-align: middle;
    margin: 0 10px 0 0;
    padding: 0;
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1;
  }
  #page-header .header-content .phone:before {
    display: none;
  }
  #page-header .header-content .pay {
    margin: 0 10px 0 0;
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1;
  }
}
@media (max-width: 767px) {
  #page-header .logo img {
    max-height: 27px;
  }
}
@media (max-width: 480px) {
  #page-header .header-content .pay {
    display: none;
  }
  #page-header .header-content .phone {
    margin: 3px 3px 0 0;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1;
  }
}

/*================================================
  Footer
================================================*/
#page-footer {
  position: relative;
  background-color: #048756;
}

#page-footer .container {
  padding-top: 40px;
  padding-bottom: 80px;
}

.footer-title {
  margin: 0;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1.3;
  font-weight: 500;
  text-transform: uppercase;
}

.footer-title + p {
  margin-top: 0;
}

#page-footer .phone {
  margin-top: 10px;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1.3;
  font-weight: 500;
}

#page-footer .about-info {
  margin-top: 15px;
}

#page-footer .about-info img.right {
  margin-top: -15px;
}

#page-footer .separator {
  color: #026739;
}

#page-footer .site-info {
  margin-top: 30px;
  padding-top: 30px;
  border-top: 1px solid #026739;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.3;
}

#page-footer .site-info .author a {
  display: inline-block;
  font-size: 15px;
  font-size: 0.9375rem;
}

#page-footer .site-info .author img,
#page-footer .site-info .author svg {
  display: inline-block;
  vertical-align: middle;
  margin-left: 5px;
}

@media (max-width: 1200px) {
  #page-footer .about-info {
    margin-top: 0;
  }
  #page-footer .about-info img.right {
    margin-top: 0;
    max-width: 30%;
  }
  .site-info-links {
    display: block;
    margin-top: 10px;
  }
  .site-info-links .separator:first-child {
    display: none;
  }
}
@media (max-width: 1023px) {
  #page-footer .site-info .col {
    width: 100%;
    float: none;
    margin: 20px 0 0 0;
    text-align: left;
  }
  #page-footer .site-info .col:first-child {
    margin-top: 0;
  }
}
@media (max-width: 767px) {
  #page-footer .container {
    padding: 40px 0;
  }
}
@media (max-width: 580px) {
  #page-footer .site-info, #page-footer .about-info {
    margin: 0;
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.3;
  }
  #page-footer .site-info {
    margin-top: 20px;
    padding-top: 20px;
  }
  #page-footer .about-info img.right {
    max-width: 80px;
    margin-bottom: 0;
  }
}

/*================================================
  Page components
================================================*/
/*------------------------------------
  Hero
--------------------------------------*/
.intro {
  box-sizing: border-box;
  margin-top: 111px;
  padding: 80px 0;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}

.intro.interior {
  background-image: url(https://www.growinggrinsdentistry.com/wp-content/themes/growinggrins/img/bg/banner-flowers.jpg);
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1.3;
}

.intro.interior.condensed {
  min-height: 100px;
  padding: 40px 0;
}

.intro .container {
  padding: 0;
}

.intro h1 {
  margin: 0;
  line-height: 1;
}

.intro.interior h1 {
  color: #fff;
}

.intro .page-title.circle h1 {
  color: #18563e;
}

.intro h1 .title-intro {
  text-align: left;
  margin-left: 100px;
  margin-bottom: -8px;
}

.intro .subtitle {
  position: relative;
  margin-left: 15px;
  margin-right: 15px;
  padding: 0 15px;
  letter-spacing: 0.025em;
}

.intro .circle-right .subtitle {
  font-size: 40px;
  font-size: 2.5rem;
  line-height: 1;
}

.intro .highlight {
  line-height: 100%;
}

@media (max-width: 1200px) {
  .intro {
    margin-top: 95px;
  }
}
@media (max-width: 1024px) {
  .intro.interior {
    padding: 40px 0;
  }
}
@media (max-width: 1023px) {
  .intro {
    margin-top: 0;
  }
}
@media (max-width: 767px) {
  .intro {
    padding-top: 20px;
    padding-bottom: 0;
  }
  .intro.feature {
    background-image: url(https://www.growinggrinsdentistry.com/wp-content/themes/growinggrins/img/bg/banner-mural-sm.jpg) !important;
  }
  .intro.interior {
    padding: 20px 0;
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1.3;
  }
  .intro.interior .container {
    width: 100%;
  }
  .intro.interior.condensed {
    padding: 20px 0;
  }
  .intro .circle-right .subtitle {
    font-size: 26px;
    font-size: 1.625rem;
    line-height: 1.2;
  }
  .intro h1 {
    font-size: 36px;
    font-size: 2.25rem;
    line-height: 1;
  }
  .intro h1 .title-intro {
    display: none;
  }
  .intro .subtitle {
    margin: 5px 5px 0 5px;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1;
  }
  .intro h1 .subtitle:before, .intro h1 .subtitle:after {
    top: inherit;
    bottom: 0;
    width: 19px;
    height: 18px;
    background-size: 19px 18px;
  }
  .intro.feature h1 .subtitle:before {
    left: 0;
    margin-top: -9px;
  }
  .intro.feature h1 .subtitle:after {
    right: 0;
    margin-top: -9px;
  }
  .intro .highlight {
    margin-top: 5px;
    padding: 0 32px;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.2;
  }
}
@media (max-width: 580px) {
  .intro.interior.condensed {
    min-height: 30px;
    padding: 0;
  }
}

/*------------------------------------
  CONTENTS
  Back to top button
  Search form
  Sedation chart
  Skip link
  Social
--------------------------------------*/
/*------------------------------------
  Back to top button
--------------------------------------*/
.top-btn {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 45px;
  height: 45px;
  padding: 0;
  text-indent: -9999px;
  border: 0;
  border-radius: 50%;
  background-color: #fff;
  background-image: url(https://www.growinggrinsdentistry.com/wp-content/themes/growinggrins/img/icons/caret-up-green.svg);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  cursor: pointer;
}

.top-btn:hover {
  background-color: #bfee7f;
}

@media (max-width: 767px) {
  .top-btn {
    bottom: 0;
    right: 0;
    width: 40px;
    height: 30px;
    border-radius: 0;
    background-color: #F9F9F9;
  }
}

/*------------------------------------
  Skip link
--------------------------------------*/
.skip-link {
  opacity: 0;
  position: fixed;
  z-index: 100000;
  top: 0;
  left: 0;
  margin: 0 10px;
  -ms-transform: translateY(-100%);
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
  transition: transform 0.2s ease-in-out, opacity 0.2s ease-in-out;
}
.skip-link:focus {
  opacity: 1;
  -ms-transform: translateY(10px);
  -webkit-transform: translateY(10px);
  transform: translateY(10px);
}

/*------------------------------------
  Social
--------------------------------------*/
#page-footer .social {
  margin-top: 15px;
}

.social a {
  display: inline-block;
  text-indent: -9999px;
  width: 36px;
  height: 36px;
  margin-left: 10px;
  border-radius: 50%;
  background-color: #fff;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

.social a:first-child {
  margin-left: 0;
}

.social a.facebook {
  background-image: url(https://www.growinggrinsdentistry.com/wp-content/themes/growinggrins/img/icons/facebook.svg);
}

.social a.facebook:hover {
  background-color: #90b5ff;
}

.social a.google {
  background-image: url(https://www.growinggrinsdentistry.com/wp-content/themes/growinggrins/img/icons/google.svg);
}

.social a.google:hover {
  background-color: #f7786d;
}

.social a.blog {
  background-image: url(https://www.growinggrinsdentistry.com/wp-content/themes/growinggrins/img/icons/blog.svg);
}

.social a.blog:hover {
  background-color: #ffa83f;
}

/*------------------------------------
  Page CTA
--------------------------------------*/
.page-cta {
  background-image: url(https://www.growinggrinsdentistry.com/wp-content/themes/growinggrins/img/bg/office-lights-flowers.jpg);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}

.cta-content {
  position: relative;
  box-sizing: border-box;
  width: 380px;
  height: 380px;
  margin: 0 auto;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 50%;
  border: 5px solid #fff;
  color: #000;
}

.cta-content .cta-content-inner {
  box-sizing: border-box;
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  width: 100%;
  margin: 0;
  padding: 10px 20px 20px 20px;
  text-align: center;
}

.cta-content .cta-content-inner img {
  display: block;
  margin: 0 auto;
}

@media (max-width: 767px) {
  .page-cta .container {
    width: 100%;
  }
  .page-cta .cta-content {
    width: 300px;
    height: 300px;
  }
  .page-cta h5 {
    margin: 0;
    font-size: 36px;
    font-size: 2.25rem;
    line-height: 1;
  }
  .page-cta h5 strong {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1;
  }
}


/*================================================
  Luxsci defaults
================================================*/
/* SecureForm Default CSS Style File */
/* For SecureForm Form Builder */

table {
	border: 0;
	}
tr {
	vertical-align: top;
	}
td, th {
	padding: 5px;
	}
th {
	font-weight: bold;
	text-align: left;
	}

blockquote {
	margin: 10px 10px 10px 25px;
	border-left: 2px solid #CCC;
	padding-left: 0 0 0 5px;
	}

dt {
   font-weight: bold;
   margin-left: 32px;
   text-indent: -32px;
   }

dd {
   font-weight: normal;
   margin: 5px 0 10px 25px;
   border-left: 2px solid #CCC;
   padding-left: 5px;
   }


h1 {
	font-size: 24px;
	}
h2 {
	font-size: 20px;
	}
h3 {
	font-size: 16px;
	}
h4,h5,h6,h7 {
	font-size: 14px;
	}

form, img {
	padding: 0;
	margin: 0;
	}
				
input, select {
   border: 2px solid #DDD;
   color: #000;
   padding: 4px;
	border-radius:3px;
   }
textarea {
   background: #FFF;
   border: 2px solid #DDD;
   font-family: "Courier New", Courier, monospace;
   font-weight: normal;
   padding: 4px;
	border-radius: 5px;
   color: black;
   }

input:focus, select:focus, textarea:focus {
   background: #EEE;
   border: 2px solid #CCC;
   color: black;
   }

/* Css + bootstrap-buttons */
input[type="button"], input[type="submit"] {
	cursor: pointer;
	border: 1px solid #979797;
   border-radius:4px;
   -webkit-border-radius:4px;
   -moz-border-radius:4px;
   background-color:#EEEEEE;
   background-image:-o-linear-gradient(bottom, #CCC 40%, #FFFFFF );
   background-image:-moz-linear-gradient(bottom, #CCC 40%, #FFFFFF );
   background-image:-webkit-linear-gradient(bottom, #CCC 40%, #FFFFFF );
   background-image:-ms-linear-gradient(bottom, #CCC 40%, #FFFFFF );
   text-shadow:1px 1px 1px #FFFFFF;	
   }

/* Bootstrap reversions */
input.btn {
	border: 1px solid transparent;
	background-image: none;
	text-shadow: none;
	color: #FFF;
	}
input.btn-primary {
	background-color: #337ab7;
	border-color: #002242;
	}
input.btn-success {
	background-color: #5cb85c;
	border-color: #5cb85c;
	}
input.btn-info {
	background-color: #5bc0de;
	border-color: #5bc0de;
	}
input.btn-warning {
	background-color: #f0ad4e;
	border-color: #f0ad4e;
	}
input.btn-danger  {
	background-color: #d9534f;
	border-color: #d9534f;
	}
input.btn-default  {
	background-color: #FFFFFF;
	border-color: #CCCCCC;
	color: #000;
	}
						

/* for IE<9 HTML5 compatibility */
nav, article, header, footer {
   display: block;
	}
	
	
/* ********************************* */
/* BEGIN FORM VALIDATION CSS */

/* Z-INDEX */
 .formError { z-index: 990; }
    .formError .formErrorContent { z-index: 991; }
    .formError .formErrorArrow { z-index: 996; }
    .ui-dialog .formError { z-index: 5000; }
    .ui-dialog .formError .formErrorContent { z-index: 5001; }
    .ui-dialog .formError .formErrorArrow { z-index: 5006; }


.inputContainer {
	position: relative;
	float: left;
}

.formError {
	position: absolute;
	top: 300px;
	left: 300px;
	display: block;
	cursor: pointer;
	text-align: left;
}

.formError.inline {
	position: relative;
	top: 0;
	left: 0;
	display: inline-block;
}

.ajaxSubmit {
	padding: 20px;
	background: #55ea55;
	border: 1px solid #999;
	display: none;
}

.formError .formErrorContent {
	width: 100%;
	background: #ee0101;
	position:relative;
	color: #fff;
	min-width: 120px;
	font-size: 11px;
	border: 2px solid #ddd;
	box-shadow: 0 0 6px #000;
	-moz-box-shadow: 0 0 6px #000;
	-webkit-box-shadow: 0 0 6px #000;
	-o-box-shadow: 0 0 6px #000;
	padding: 4px 10px 4px 10px;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	-o-border-radius: 6px;
}

.formError.inline .formErrorContent {
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	-o-box-shadow: none;
	border: none;
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	-o-border-radius: 0;
}

.greenPopup .formErrorContent {
	background: #33be40;
}

.blackPopup .formErrorContent {
	background: #393939;
	color: #FFF;
}

.formError .formErrorArrow {
	width: 15px;
	margin: -2px 0 0 13px;
	position:relative;
}
body[dir='rtl'] .formError .formErrorArrow,
body.rtl .formError .formErrorArrow {
	margin: -2px 13px 0 0;
}

.formError .formErrorArrowBottom {
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	-o-box-shadow: none;
	margin: 0px 0 0 12px;
	top:2px;
}

.formError .formErrorArrow div {
	border-left: 2px solid #ddd;
	border-right: 2px solid #ddd;
	box-shadow: 0 2px 3px #444;
	-moz-box-shadow: 0 2px 3px #444;
	-webkit-box-shadow: 0 2px 3px #444;
	-o-box-shadow: 0 2px 3px #444;
	font-size: 0px;
	height: 1px;
	background: #ee0101;
	margin: 0 auto;
	line-height: 0;
	font-size: 0;
	display: block;
}

.formError .formErrorArrowBottom div {
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	-o-box-shadow: none;
}

.greenPopup .formErrorArrow div {
	background: #33be40;
}

.blackPopup .formErrorArrow div {
	background: #393939;
	color: #FFF;
}

.formError .formErrorArrow .line10 {
	width: 13px;
	border: none;
}

.formError .formErrorArrow .line9 {
	width: 11px;
	border: none;
}

.formError .formErrorArrow .line8 {
	width: 11px;
}

.formError .formErrorArrow .line7 {
	width: 9px;
}

.formError .formErrorArrow .line6 {
	width: 7px;
}

.formError .formErrorArrow .line5 {
	width: 5px;
}

.formError .formErrorArrow .line4 {
	width: 3px;
}

.formError .formErrorArrow .line3 {
	width: 1px;
	border-left: 2px solid #ddd;
	border-right: 2px solid #ddd;
	border-bottom: 0 solid #ddd;
}

.formError .formErrorArrow .line2 {
	width: 3px;
	border: none;
	background: #ddd;
}

.formError .formErrorArrow .line1 {
	width: 1px;
	border: none;
	background: #ddd;
}
	
/* END FORM VALIDATION CSS */
/* ********************************* */

/* ********************************* */
/* Ink Signatures */

.x_inksig {
	border: 1px inset #CCC;
	border-radius:5px;		
	}




/* End Ink Signatures */
/* ********************************* */

/* ********************************* */
/* GeoLocation */

.x_getgeo {
	border: 1px solid #CCC;
	background-color: #EEE;
	border-radius:3px;		
	width:20px;
	height:20px;
	padding:2px;
	background-image: url(https://d4hm2u4pioc0c.cloudfront.net/icons/png/o/blue_dark_grey/16x16/earth2.png);
	}

/* End GetLocation */
/* ********************************* */
	


/* SECUREFORM DEFAULT CSS */

/* Do not edit the contents of this block, it will */
/* be auto-regenerated each time you update your form */

body {
	padding: 0px;
	margin: 0;
	background-color: #FFFFFF;
	color: #333333;
   font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.3em;
	}

td, th, p, li, blockquote, a, dt, dd {
	color: #333333;
   font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.3em;
	}

h1,h2,h3,h4,h5,h6,h7 {
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	}

input, select, textarea {
	font-family: Arial, Helvetica, sans-serif;
   font-size: 14px;
	}

.x_getgeo {
   border: 1px solid #CCC;
   background-color: #EEE;
   border-radius:5px;
   padding:2px;
   }	
/* SECUREFORM DEFAULT CSS */








/*================================================
  Overrides
================================================*/
html {
  font-size: 16px;
  font-size: 1rem;
}
body {
  padding: 0;
  font-family: 'Crimson Text', serif;
  font-size: 18px;
  font-size: 1.125rem;
  color: #000;
}
td, th, p, li, blockquote, a, dt, dd {
  font-family: 'Crimson Text', serif;
  font-size: 18px;
  font-size: 1.125rem;
  color: inherit;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Crimson Text', serif;
  margin: 40px 0 20px 0;
  color: #048756;
}
h1:first-child, h2:first-child, h3:first-child, h4:first-child, h5:first-child, h6:first-child {
  margin-top: 0;
}

h1 {
  font-size: 48px;
  font-size: 3rem;
  font-family: 'Dancing Script', sans-serif;
  font-weight: 600;
  color: #18563e;
}
h2 {
  font-size: 30px;
  font-size: 1.875rem;
  line-height: 1;
  letter-spacing: 0.010em;
  font-family: 'Crimson Text', serif;
  text-transform: uppercase;
  color: #31a4b2;
}
h3 {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.3;
  font-weight: 600;
  color: #83aa5b;
}
h4 {
  color: #84c158;
  font-weight: 600;
}
h5 {
  color: #84c158;
  font-weight: 400;
}
h6 {
  color: #84c158;
  font-weight: 400;
}

/*================================================
  Custom styles
================================================*/
.content-form {
  margin-top: 60px;
}

.content-form .row {
  margin: 20px 0;
}

.content-section.form {
  float: none;
  width: 90%;
  max-width: 760px;
  margin: 0 auto;
  padding: 0;
}

.field-group {
  margin: 20px 40px;
}

.field-group.inline input[type="text"] {
  display: inline-block;
  width: auto;
  margin: 5px;
}

html label {
  display: inline-block;
  font-weight: 600;
}

legend {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.3;
  font-weight: 600;
}

.required-label {
  color: #b30000;
}

.form-help {
  display: block;
}

input[type="checkbox"],
input[type="radio"] {
  margin: 0 5px 0 10px;
}

html input[type="checkbox"] + label,
html input[type="radio"] + label {
  font-weight: normal;
}

#signature {
  max-width: 100%;
  margin-top: 20px;
  overflow: hidden;
}
#signature_canvas {
  display: block;
  border: 1px solid #ddd;
  background-color: #eee;
}
.x_inksig {
  border: 0;
}

input[type=submit] {
  display: inline-block;
  padding: 20px 40px;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  background-image: none;
  background-color: #31a4b2;
  color: #fff;
  font-family: "Alegreya Sans", sans-serif;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.3;
  font-weight: 400;
  text-transform: uppercase;
  outline: none;
  text-shadow: none;
  -webkit-appearance: none;
}

input[type=submit]:hover {
  background-color: #0a7a88;
}