









































*, *:before, *:after {
  box-sizing: border-box;
}
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}
.dnd-section {

}
.banner-area .dnd-section {
  padding: 0;
}
.banner-area .dnd-section .row-fluid {
  padding: 0;
}
.dnd-section > .row-fluid {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 40px;
  padding-right: 40px;;
}

.dnd-section .widget-type-cell {

}
@media (max-width: 992px) {
  .dnd-section > .row-fluid {
    padding-left: 20px;
    padding-right: 20px;;
  }
}

@media (max-width: 767px) {
  .dnd-section .widget-type-cell {
    padding-left: 0px;
    padding-right: 0px;
  }
}
@font-face {
  font-family: "Font Awesome 5 Brands";
  src: url("//6749931.fs1.hubspotusercontent-na1.net/hubfs/6749931/AllyPediatricTherapy_April2020/Fonts/fa-brands-400.eot#iefix") format("embedded-opentype"),
   url("//6749931.fs1.hubspotusercontent-na1.net/hubfs/6749931/AllyPediatricTherapy_April2020/Fonts/fa-brands-400.woff2") format("woff2"),
    url("//6749931.fs1.hubspotusercontent-na1.net/hubfs/6749931/AllyPediatricTherapy_April2020/Fonts/fa-brands-400.woff") format("woff"),
     url("//6749931.fs1.hubspotusercontent-na1.net/hubfs/6749931/AllyPediatricTherapy_April2020/Fonts/fa-brands-400.ttf") format("truetype");
  font-style: normal;
  font-weight: normal;
  font-display: auto;
}

@font-face {
  font-family: "Font Awesome 5 Free";
  src: url("//6749931.fs1.hubspotusercontent-na1.net/hubfs/6749931/AllyPediatricTherapy_April2020/Fonts/fa-solid-900.eot") format("embedded-opentype"),
   url("//6749931.fs1.hubspotusercontent-na1.net/hubfs/6749931/AllyPediatricTherapy_April2020/Fonts/fa-solid-900.woff2") format("woff2"),
    url("//6749931.fs1.hubspotusercontent-na1.net/hubfs/6749931/AllyPediatricTherapy_April2020/Fonts/fa-solid-900.woff") format("woff"), 
    url("//6749931.fs1.hubspotusercontent-na1.net/hubfs/6749931/AllyPediatricTherapy_April2020/Fonts/fa-solid-900.ttf") format("truetype");
  font-style: normal;
  font-weight: 900;
  font-display: auto;
}

@font-face {
  font-family: "Montserrat";
  src: local("Montserrat Bold"), local("Montserrat-Bold"), url("//6749931.fs1.hubspotusercontent-na1.net/hubfs/6749931/AllyPediatricTherapy_April2020/Fonts/JTURjIg1_i6t8kCHKm45_dJE3gnD_g.woff2") format("woff2");
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  unicode-range: U+0-FF, U+131, U+152-153, U+2BB-2BC, U+2C6, U+2DA, U+2DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: "Montserrat";
  src: local("Montserrat SemiBold"), local("Montserrat-SemiBold"), url("//6749931.fs1.hubspotusercontent-na1.net/hubfs/6749931/AllyPediatricTherapy_April2020/Fonts/JTURjIg1_i6t8kCHKm45_bZF3gnD_g.woff2") format("woff2");
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  unicode-range: U+0-FF, U+131, U+152-153, U+2BB-2BC, U+2C6, U+2DA, U+2DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: "Muli";
  src: url("//6749931.fs1.hubspotusercontent-na1.net/hubfs/6749931/AllyPediatricTherapy_April2020/Fonts/7Aulp_0qiz-aVz7u3PJLcUMYOFmQkEk30eg.woff2") format("woff2");
  font-style: normal;
  font-weight: 300;
  unicode-range: U+0-FF, U+131, U+152-153, U+2BB-2BC, U+2C6, U+2DA, U+2DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: "Font Awesome 5 Brands";
  font-style: normal;
  font-weight: 400;
  font-display:block;
  src: url(//6749931.fs1.hubspotusercontent-na1.net/hubfs/6749931/AllyPediatricTherapy_April2020/Fonts/fa-brands-400.eot#iefix) format("embedded-opentype"),
    url(//allypediatric.com/wp-content/plugins/bb-plugin/fonts/fontawesome/5.13.0/webfonts/fa-brands-400.woff2) format("woff2"),
    url(//6749931.fs1.hubspotusercontent-na1.net/hubfs/6749931/AllyPediatricTherapy_April2020/Fonts/fa-brands-400.woff) format("woff"),
    url(//6749931.fs1.hubspotusercontent-na1.net/hubfs/6749931/AllyPediatricTherapy_April2020/Fonts/fa-brands-400.ttf) format("truetype");
}

.fab {
  font-family: "Font Awesome 5 Brands";
}


.fab,.far {
  font-weight: 400
}

html {

}

body {
  font-family: Lato, serif;
  font-size: 1rem;
  color: #494a52;
  line-height: 2em;
}

p {
  margin: 0 0 30px;
  font-family: Lato, serif;
}

/* Anchor Links */
a {
  color: #0270E0;
  text-decoration: none;
}
a:hover, a:focus {

}

/* Headings */
h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.2;
  margin: 0 0 10px;
  font-weight: 700;
  font-family: Merriweather, serif;
  color: #494a52;

}

h1 {
  font-size: 2.1rem;
}

h2 {
  font-size: 1.6rem;
}

h3 {
  font-size: 1.25rem;
}

h4 {
  font-size: 1.175rem;
}

h5 {
  font-size: 1rem;
}

h6 {
  font-size: .9rem;
}

strong {
  font-weight: 700;
}

code {
  vertical-align: bottom;
}

ul,
ol {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

ul li,
ol li {
}

ul ul,
ol ul,
ul ol,
ol ol {
  margin-top: 0;
  margin-bottom: 0;
}

blockquote {
  line-height: 1.5rem;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  border-left: 2px solid #A9A9A9;
  padding-left: 15px;
}

/* Horizontal Rules */
hr {
  color: #ccc;
  background-color: #ccc;
  height: 1px;
  border: none;
}

/* TODO */
small {

}

/* TODO */
mark {

}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

:focus {
  outline: auto;
  outline-color: green;
}

.disable-focus-styles :focus {
  outline: none;
}

@media (max-width: 767px) {
  html {
    font-size: 18.0px
  }
}

@media (max-width: 480px) {
  html {
    font-size: 14.399999999999999px
  }
}
form {
  max-width: 767px;
  font-family: Lato, sans-serif;
}

.hs-button {
  background: #439ab3;
  border-color: #439ab3;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  line-height: 12px;
  border-radius: 3px;
  border-style: solid;
  border-width: 1px;
  padding: 12px 24px;
  box-shadow: none;
  font-family: Montserrat;
  transition: all .3s;
  text-decoration: none;
  display: inline-block;
  text-align: center;
  white-space: normal;
  vertical-align: middle;
  outline: 0;
  margin: 10px 0;
  cursor: pointer;
  letter-spacing: .0175em;
}

.hs-button:hover, .hs-button:focus {
  background-color: #21222a;
  border-color: #21222a;
  
  color: #fff;
  text-decoration: none;
}

.hs-button:active {
  background-color: #71727a;
  border-color: #71727a;
}


.hs-form label {
  font-size: 12px;
  color: #33475b;
  padding-top: 7px;
  line-height: 1.5;
}

.hs-error-msgs label {
  margin-top: 0;
  color: #f2545b !important;
}

.hs-input {
  background: #fff;
  border-radius: 1px;
  width: 100%!Important;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  padding: 0 15px;
  min-height: 40px;
  display: inline-block;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 16px;
  font-weight: normal;
  line-height: 22px;
  color: #33475b;
  border: 1px solid #cbd6e2;
}

.hs-input[type=checkbox],
.hs-input[type=radio] {
  cursor: pointer;
  width: auto !important;
  height: auto;
  padding: 0;
  margin: 3px 5px 3px 0px;
  line-height: normal;
  border: none;
}

.hs-input[type=file] {
  background-color: #fff;
  padding: initial;
  border: initial;
  line-height: initial;
  box-shadow: none;
}

.hs-input:-moz-placeholder {
  color: #bfbfbf;
}

.hs-input::-webkit-input-placeholder {
  color: #bfbfbf;
}

.hs-input input,
.hs-input textarea {
  transition: border 0.2s linear;
}
.hs-input:focus {
  outline: none;

}

textarea.hs-input {
  height: auto;
}

select[multiple].hs-input {
  height: inherit;
}

/* Force single column fields to full width inside of fieldsets */
fieldset.form-columns-1 .hs-input:not([type=radio]):not([type=checkbox]) {
  width: 100% !important;
}

input.hs-input.error,
div.field.error input,
div.field.error textarea,
div.field.error .chzn-choices,
textarea.hs-input.error,
select.hs-input.error {
  border-color: #c87872;
}
input.hs-input.error:focus,
div.field.error input:focus,
div.field.error textarea:focus,
div.field.error .chzn-choices:focus,
textarea.hs-input.error:focus,
select.hs-input.error:focus {
  border-color: #b9554d;
}

.actions {
  padding: 0;
}

.inputs-list {
  margin: 0 0 5px;
  width: 100%;
  padding-left: 0;
}
.inputs-list > li {
  display: block;
  padding: 0;
  width: 100%;
  padding-top: 0;
}
.inputs-list label {
  display: block;
  float: none;
  width: auto;
  padding: 0;
  line-height: 18px;
  text-align: left;
  white-space: normal;
  font-weight: normal;
}
.inputs-list:first-child {
  padding-top: 6px;
}
.inputs-list > li + li {
  padding-top: 2px;
}
.inputs-list label > input,
.inputs-list label > span {
  vertical-align: middle;
}

ul.no-list {
  list-style: none;
}

.field {
  margin-bottom: 18px;
}

.hs-field-desc {
  color: #7c98b6;
  margin: 0px 0px 6px;
  font-size: 14px;
}

.hs-form-required {
  color: red;
}

.hs-richtext {
  margin-bottom: 3px;
  line-height: 1.2;
  font-size: 1rem;
  color: #494a52;
}
.hs-richtext hr {
  text-align: left;
  margin-left: 0;
  width: 91%;
}

.grecaptcha-badge {
  margin: 0 auto;
}

.email-correction, .email-validation {
  padding-top: 3px;
  font-size: 12px;
}
.email-correction a,
.email-validation a {
  cursor: pointer;
}
@media (max-width: 400px),
  (min-device-width: 320px) and (max-device-width: 480px) {
    .email-correction form .form-columns-2 .hs-form-field,
    .email-correction form .form-columns-3 .hs-form-field,
    .email-validation form .form-columns-2 .hs-form-field,
    .email-validation form .form-columns-3 .hs-form-field {
      float: none;
      width: 100%;
    }
    .email-correction form .form-columns-2 .hs-form-field .hs-input,
    .email-correction form .form-columns-3 .hs-form-field .hs-input,
    .email-validation form .form-columns-2 .hs-form-field .hs-input,
    .email-validation form .form-columns-3 .hs-form-field .hs-input {
      width: 90%;
    }
    .email-correction form .form-columns-2 .hs-form-field input[type=checkbox],
    .email-correction form .form-columns-2 .hs-form-field input[type=radio],
    .email-correction form .form-columns-3 .hs-form-field input[type=checkbox],
    .email-correction form .form-columns-3 .hs-form-field input[type=radio],
    .email-validation form .form-columns-2 .hs-form-field input[type=checkbox],
    .email-validation form .form-columns-2 .hs-form-field input[type=radio],
    .email-validation form .form-columns-3 .hs-form-field input[type=checkbox],
    .email-validation form .form-columns-3 .hs-form-field input[type=radio] {
      width: 24px;
    }
}

.hs-button,
.hs-form-field input[type=text],
.hs-form-field input[type=email],
.hs-form-field input[type=phone],
.hs-form-field input[type=number],
.hs-form-field input[type=tel],
.hs-form-field input[type=date],
.hs-form-field textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
}

.hs-default-font-element,
.hs-main-font-element {
  font-family: Lato, serif;
}
.hs-menu-wrapper ul {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.hs-menu-item a {
  display: block;
  padding: 0.5rem 1rem;
  color: rgba(0, 0, 0, 0.5);
  text-decoration: none;
}

.hs-menu-item:hover a,
.hs-menu-item:focus a {
  text-decoration: none;
  color: rgba(0, 0, 0, 0.7);
}

.hs-menu-item.active a {
  color: rgba(0, 0, 0, 0.9);
}
table {
  margin-bottom: 1rem;
  border: 1px solid #dee2e6;
}

th,
td {
  padding: 0.75rem;
  vertical-align: top;
  border: 1px solid #dee2e6;
}

thead th,
thead td {
  color: #fff;
  background-color: #343a40;
  border-color: #454d55;
  border-bottom-width: 2px;
}

thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}

tbody + tbody {
  border-top: 2px solid #dee2e6;
}
/* TODO */
/* Missing Template at Path: \'AllyPediatricTherapy_April2020\/css\/_homepage.css\' */
.body-container__landing .dnd-section:nth-child(odd) {

}
.footer__container .row-fluid.landing-row {
    display: block;
}
.footer__address__small p {
 font-size:14px !important; 
  margin-bottom:15px !important;
}
.hbspt-form .hs-form fieldset {
  margin: 0 auto !important;
}

.hs-form fieldset {
max-width: none!important;
}

form.hs-form fieldset, form.hs-form fieldset.form-columns-1 .hs-input {
    max-width: 100%;
    width: 100%;
}
.banner {
    background-color: white;
}

@media only screen and (max-width: 425px) {

.body-wrapper.hs-content-id-33834417334.hs-landing-page.hs-page footer.footer .footer-inner {
    margin: 0 auto;
    max-width: 260px;
    text-align: center;
}
}
.body-container__website .dnd-section:nth-child(odd) {

}
.custom_header {
  font-size: 18px;
  font-weight: 300;
  line-height: 1.875;
}

.header-innaer {
  padding: 20px;
  padding-top: 10px;
  position: relative;
  padding-bottom: 0px;
}
.header__container {
  position: relative;
  justify-content: space-between;
  max-width: 1300px;
  margin: 0 auto;
}
.header-content-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
}

.header__logo.header__logo--main {
  -webkit-box-flex: 1 1 auto;
  -moz-box-flex: 1 1 auto;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 8%;
}
.header__logo.header__logo--main.lp {
  -webkit-box-flex: unset;
  -moz-box-flex: unset;
  -webkit-flex: unset;
}
.header__logo.header__logo--main div > span {
  margin: 20px;
  margin-top: 0px;
  margin-right: 0px;
  margin-left: 20px;
  display: block;
}
.header__logo.header__logo--main div>span > a {
  display: block;
  font-size: 0;
}
.header__logo.header__logo--main img {
  width: 100% !important;
}
.custom-menu-primary {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1 1 auto;
  -moz-box-flex: 1 1 auto;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  width: 75.15%;
}
.custom-menu-primary > div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1 1 auto;
  -moz-box-flex: 1 1 auto;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  flex-shrink: 1;
  min-width: 1px;
  max-width: 100%;
  width: 100%;
  align-items: center;
  justify-content: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-align: center;
  -ms-flex-pack: center;
}
.header-btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1 1 auto;
  -moz-box-flex: 1 1 auto;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  width: 16.85%;
}
.btn-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1 1 auto;
  -moz-box-flex: 1 1 auto;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  flex-shrink: 1;
  min-width: 1px;
  max-width: 100%;
  width: 100%;
  align-items: center;
  justify-content: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-align: center;
  -ms-flex-pack: center;
}

.btn-inner {
  margin-left: -20px;
}
.header-btn a {
  font-weight: 700;
  padding: 12px 24px;
  font-size: 16px;
  text-transform: uppercase;
  border: 1px solid #378ea7;
  color: #ffffff;
  background: #439ab3;
  padding-top: 15px;
  padding-bottom: 15px;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  display: inline-block;
  line-height: 18px;
  text-align: center;
  font-family: 'Montserrat', sans-serif;
}
.mobile-trigger{
  display: none;
}
@media (min-width: 1008px){
  .header-container-wrapper {
    min-height: 80px;
  }
  header.custom_header {
    z-index: 9999;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
  }
}
@media (min-width: 1500px){
  .header-container-wrapper {
    min-height: 92px;
  }
}

@media (max-width: 992px) {
  .header-innaer {
    padding-left: 0;
    padding-right: 0;
} 
.header__logo.header__logo--main div>span>a{
  width: 80px;
}
.header-btn {
  display: none;
}
.custom-menu-primary {
  width: 100%;
  display: none;
  overflow-y: auto;
  max-height: calc(100vh - 85px);
}
.mobile-trigger {
  display: flex;
  align-items: center;
}
.fl-menu-mobile-toggle {
  font-size: 16px;
  text-transform: uppercase;
  color: #707070;
  padding-left: 12px;
  padding-right: 12px;
  padding-top: 12px;
  padding-bottom: 12px;
  border-color: rgba( 0,0,0,0.1 );
  background-color: transparent;
  border: none;
  border-radius: 0;
  font-weight: 300;
    letter-spacing: 1px;
    line-height: 1;
    cursor: pointer;
    font-family: "Open Sans Condensed", sans-serif;
    white-space: normal;
    width: auto;
    text-decoration: none;
  position: relative;
  transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
  margin-right: 20px;
}
.fl-menu-mobile-toggle:hover {
  box-shadow: 0 1px 15px 0 rgba(0, 0, 0, 0.2);
}
.fl-menu-mobile-toggle:focus{
  box-shadow: 0 1px 15px 0 rgba(0, 0, 0, 0.2);
  outline: #ccc solid 1px;
}
span.svg-container {
  position: relative;
  width: 1.4em;
  height: 1.4em;
  vertical-align: middle;
  display: block;
}

.fl-menu-mobile-toggle.hamburger .hamburger-menu {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}


.fl-menu-mobile-toggle.hamburger .hamburger-menu rect {
  fill: currentColor;
}
}
@media (max-width: 782px) {
  header.custom_header {
    position: fixed;
    width: 100%;
    z-index: 9999;
    top: 0;
}
.header-container-wrapper {
  min-height: 91px;
}
.banner-section {
  margin: 0 !important;
}
.header-innaer{
  padding-bottom: 1px;
}
.heading-container {
  text-align: center;
}
}
.footer {
  background-color: #F8FAFC;
  font-size: 18px;
    font-weight: 300;
    line-height: 1.875;
}
.footer__container {
  max-width: 1200px;
  margin: 0 auto;
  width: 100%;
}
.footer a:hover{
  text-decoration: none;
}
.footer-inner {
  padding: 20px;
  padding-bottom: 0px;
  position: relative;
}
.footer__container  .row-fluid:before, .footer__container  .row-fluid:after{
  content: none;
} 
.footer__container .row-fluid {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
}
.footer__container .row-fluid .span4 {
  margin: 0;
}
.span4.footer__image {
  width: 20%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1 1 auto;
  -moz-box-flex: 1 1 auto;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

.span4.footer__image > div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1 1 auto;
  -moz-box-flex: 1 1 auto;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  flex-shrink: 1;
  min-width: 1px;
  max-width: 100%;
  width: 100%;
  align-items: center;
  justify-content: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-align: center;
  -ms-flex-pack: center;
}
.span4.footer__image>div > span {
  padding: 20px;
  line-height: 0;
}
.span4.footer__address {
  width: 38.01%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1 1 auto;
  -moz-box-flex: 1 1 auto;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

.span4.footer__address > div, .span4.footer__form > div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1 1 auto;
  -moz-box-flex: 1 1 auto;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  flex-shrink: 1;
  min-width: 1px;
  max-width: 100%;
  width: 100%;
  align-items: center;
  justify-content: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-align: center;
  -ms-flex-pack: center;
}

.span4.footer__address > div > span {
  padding: 20px;
  display: block;
  width: 100%;
}
.footer .span4 p {
  font-size: 17px;
  font-weight: 400;
  line-height: 2em;
  font-family: 'Montserrat', sans-serif;
}
.span4.footer__form {
  width: 41.99%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1 1 auto;
  -moz-box-flex: 1 1 auto;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
.footer__form p {
  margin: 0;
}

.footer__form h3 {
  margin: 000;
}
.span4.footer__form>div > span {
  padding: 20px;
  display: block;
  width: 100%;
  margin-bottom: 30px;
}

.footer #hs_form_target_my_form {
  display: block;
  overflow: hidden;
  min-height: 154px;
}
.footer .hs-form-field {
  position: relative;
  top: -7px;
}

.footer .hs-button:focus{
  background: #439AB3;
  border-color: #439AB3;
}
.copyright {
  padding: 0 20px;
  position: relative;
}

.copyright__content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
}

.copyright__text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1 1 auto;
  -moz-box-flex: 1 1 auto;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  width: 50%;
}

.footer__social {
  width: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1 1 auto;
  -moz-box-flex: 1 1 auto;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

.copyright__text > div {
  align-items: center;
  justify-content: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-align: center;
  -ms-flex-pack: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  flex-shrink: 1;
  min-width: 1px;
  max-width: 100%;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.copyright__text > div > span {
  display: block;
  padding: 20px;
  padding-top: 30px;
  padding-bottom: 0px;
  width: 100%;
}
.copyright__text > div > span p{
  font-size: 17px;
    font-weight: 400;
    line-height: 2em;
    font-family: 'Montserrat', sans-serif;
}

.social__container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1 1 auto;
  -moz-box-flex: 1 1 auto;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  flex-shrink: 1;
  min-width: 1px;
  max-width: 100%;
  width: 100%;
  align-items: center;
  justify-content: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-align: center;
  -ms-flex-pack: center;
}

.social-inner {
  display: block;
  padding: 20px;
  padding-top: 10px;
  padding-bottom: 0px;
  width: 100%;
}

.pp-social-icons {
  text-align: center;
}

span.pp-social-icon {
  display: inline-block;
  line-height: 0;
  text-align: center;
}

.pp-social-icon a {
  width: 60px;
  height: 60px;
  display: inline-block;
  text-decoration: none;
  font-family: 'Montserrat', sans-serif;
}

.pp-social-icon i {
  font-size: 45px;
  width: 60px;
  height: 60px;
  line-height: 60px;
  border-radius: 100px;
  text-align: center;
  float: left;
}
.fab, .far {
  font-weight: 400;
}

.fab {
  font-family: "Font Awesome 5 Brands";
}

.fa, .fab, .fad, .fal, .far, .fas {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}

.fa-facebook:before {
  content: "\f09a";
}

.fa-youtube:before {
  content: "\f167";
}
.fa-linkedin:before {
  content: "\f08c";
}

@media (max-width: 992px){
  .footer-inner {
    padding-left: 0;
    padding-right: 0;
}
.footer__container .row-fluid, .copyright__content{
  display: block;
}
.span4.footer__image, .span4.footer__address, .span4.footer__form, .copyright__text, .footer__social {
  clear: both;
  float: none;
  margin-left: auto !important;
  margin-right: auto !important;
  max-width: 400px;
  width: 100%;
}
.copyright__text>div>span {
  padding-top: 20px;
}
.copyright{
  padding: 0;
}
}
/* TODO: Find a better place for this */
.content-wrapper {
  max-width: 1240px;
  padding: 0 20px;
  margin: 0 auto;
}

.blog-index {
  padding: 20px;
}
.blog-index__post.blog-index__post--small {
  margin-bottom: 40px;
  border-bottom: 1px solid #e6e6e6;
}

.blog-index__post-image {
  display: block;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding-bottom: 40%;
  background-image: url('https://6326501.fs1.hubspotusercontent-na1.net/hubfs/6326501/boilerplate/grayscale-mountain.png');
}

.blog-index__post-content {
  padding: 20px;
}
.fl-node-5e5817af7739b .fl-post-title {
  font-size: 20px;
  line-height: 26px;
  margin: 0;
  padding: 0 0 5px;
}

.blog-index__post-content h2 a:hover {
  text-decoration: none;
}
.blog-index__post-content h2 {
  font-size: 20px;
  line-height: 26px;
  margin: 0;
  padding: 0 0 5px;
}
p.date {
  padding: 0 0 15px;
  margin: 0;
  font-size: 18px;
  font-family: Muli, sans-serif;
  color: #000;
}
.read-more {
  font-weight: bold;
  text-decoration: underline;
    font-size: 18px;
}
.blog-pagination {
  padding: 40px 0;
  text-align: center;
}
.blog-pagination__link {
  border: 1px solid #e6e6e6;
  display: inline-block;
  padding: 5px 10px;
  margin: 0 0 5px;
  line-height: 2em;
  border-radius: 0;
}

.blog-pagination__link:hover,
.blog-pagination__link:focus {
  background: #f5f5f5;
  text-decoration: none;
}
.blog-pagination__prev-link,
.blog-pagination__next-link {
  display: inline-flex;
  align-items: center;

}

.our-story-container{
  margin-top: 60px;
  background-color: #eeeeee;
  padding: 20px;
  padding-top: 0px;
    padding-bottom: 0px;
    position: relative;
}
.our-story-container .content-wrapper {
  max-width: 1052px;
  padding: 0;
}
.story-content{
  display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
}
.story-img-container, .story-text-container{
  width: 17.93%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1 1 auto;
    -moz-box-flex: 1 1 auto;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}
.story-img-container{
  text-align: center;
}
.blog-index__post.blog-index__post--small:last-child{
  border: 0;
}
.story-text-container{
  width: 82.07%;
}
.story-text-container a:hover{
  text-decoration: none;
}
.story-img-wrapper, .story-text-wrapper{
  display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    flex-shrink: 1;
    min-width: 1px;
    max-width: 100%;
    width: 100%;
    -webkit-box-flex: 1 1 auto;
    -moz-box-flex: 1 1 auto;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    align-items: center;
    justify-content: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-align: center;
    -ms-flex-pack: center;
}
.story-image, .story-text{
  padding: 20px;
  width: 100%;
  padding-right: 0px;
  padding-left: 0px;
}
.story-image{
  padding-bottom: 9px;
}
.story-text{
  padding: 20px;
}
.story-image img{
  display: inline;
    height: auto;
    max-width: 100%;
}
.blog-header__author-avatar {
  height: 200px;
  width: 200px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 50%;
  box-shadow: 0 0 12px 0 rgba(0,0,0,0.15);
  margin: 0 auto 1.5rem;
}
.blog-header__author-social-links a {
  display: inline-block;
  position: relative;
  background-color: #000;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  margin: 0 5px;
}
.blog-header__author-social-links a:hover {
  background-color: #494a52;
}
.blog-header__author-social-links svg {
  fill: #fff;
  height: 15px;
  width: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.blog-post {
  padding 20px 0;
}
.blog-post__tags {
  color: #000;
}
.blog-post__tags svg {
  width: 15px;
  height: auto;
  margin-right: 10px;
}
.blog-post__tag-link {
  font-size: .8rem;
  color: #000;
}

.blog-recent-posts {
  margin-top: 3rem;
  background-color: #F8FAFC;
  padding: 2rem 0;
}
.blog-recent-posts h2 {
  text-align: center;
}
.blog-recent-posts__list {
  display: flex;
}
.blog-recent-posts__post {
  display: block;
  flex:  0 0 100%;
  color: #494a52;
  padding: 1rem;
}

.blog-recent-posts__post:hover {
  text-decoration: none;
}
.blog-recent-posts__image {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding-bottom: 63%;
}
.blog-recent-posts__title {
  margin: 1rem 0 .5rem;
}

.blog-comments form {
  max-width: 100%;
}



.blog-comments .comment-reply-to {
  border: 0 none;
}
.blog-comments .comment-reply-to:hover {
  background-color: transparent;
  text-decoration: underline;
  color: #494A52;
}
 

/*             Blog Listing with Sidebar            */
.post-item .page-center{
  display: -webkit-flex; /* Safari */     
  display: flex; /* Standard syntax */
  margin-bottom: 20px;
}
.post-item .page-center .span4, .post-item .page-center .span8 {
-webkit-flex: 1; /* Safari */
-ms-flex: 1; /* IE 10 */
flex: 1; /* Standard syntax */
}

img.featured-image {
  height: 100% !important;
  width: 100% !important;
  object-fit: cover;
}
.hs-blog-post .content-wrapper {
  padding-top: 20px;
  padding-bottom: 20px;
}
.nav-links {
  display: flex;
  font-weight: bold;
}
.post-pagination {
  padding: 20px 0;
  margin-bottom: 30px;
}
.nav-links a:hover{
  text-decoration: none;
}
.nav-previous {
  width: 100%;
}

.nav-nex {
  text-align: right;
  width: 100%;
}
.banner.banner-post {
  min-height: 255px;
  padding: 20px;
}
.banner.banner-post p {
  margin: 20px;
  margin-top: 0;
  text-align: center;
}
span.post-info-date {
  color: #fff;
  font-size: 18px;
  font-family: Muli, sans-serif;
  font-weight: 300;
}
.topics-nav ul {
  margin: 0;
  list-style: none;
  margin-top: 42px;
  padding: 0px;
  display: inline-block;
  width: 100%;
}

.topics-nav ul li {
  padding: 20px;
  width: 33.33%;
  float: left;
  padding-bottom: 0px;
  text-align: center;
}
.topics-nav ul li a:hover{
  text-decoration: none;
}

.topics-nav ul li a {
  font-size: 22px;
  font-weight: 400;
  line-height: 2em;
  text-align: center;
  margin: 0px 0 18px;
  display: inline-block;
}
span.filter-link-count {
  display: none;
}
.separator {
  border-top: 1px solid #ccc;
  max-width: 100%;
  padding: 17px;
}

section.location-banner {
  background-repeat: no-repeat;
  padding: 20px;
  background-position: center center;
  background-attachment: scroll;
  background-size: cover;
  padding-top: 40px;
  padding-bottom: 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-align: center;
  -ms-flex-pack: center;
  background-image: url('//6749931.fs1.hubspotusercontent-na1.net/hubfs/6749931/raw_assets/public/AllyPediatricTherapy_April2020/images/playroom-banner.png');
}

.location-banner .content-wrapper {
  padding: 0;
  -webkit-box-flex: 1 1 auto;
  -moz-box-flex: 1 1 auto;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  z-index: 2;
}
.location-banner .content-wrapper:after{
  background-color: rgba(0,0,0,0.2);
  border-radius: inherit;
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 0;
} 

.location-banner-content {
  position: relative;
  z-index: 1;
}

h2.heading {
  padding: 20px;
  font-weight: 700;
  margin: 0;
}

span.heading-text {
  color: #ffffff;
}
.text {
  padding: 20px;
  color: #fff;
}
@media (max-width: 992px){
  .story-content {
    display: block;
}
.story-img-container {
  max-width: 400px;
  margin: 0 auto;
  width: auto !important;
}
.our-story-container .content-wrapper{
  padding: 0;
}
.story-img-wrapper {
  text-align: center;
}
.story-text-container{
  width: auto;
}
.nav-links{
  display: block;
}
.nav-previous {
  margin-bottom: 15px;
}
.nav-nex{
  text-align: left;
}
.topics-nav ul {
  margin: 0;
}
.topics-nav ul li {
  padding: 0;
  padding-top: 10px;
  float: none;
  width: 100%;
}
.topics-nav ul li a {
  margin-bottom: 30px;
}
section.location-banner {
  padding-left: 0;
  padding-right: 0;
}
}

.banner-section {
  margin-top: 10px;
  background-color: #4c4b4d;
  position: relative;
  }
  
  .banner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background-repeat: no-repeat;
  background-position: center center;
  background-attachment: scroll;
  background-size: cover;
  min-height: 355px;
  align-items: center;
  justify-content: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-align: center;
  -ms-flex-pack: center;
  -ms-flex-direction: column;
  }
  .heading-container {
    text-align: center;
}
  .banner h1 {
      color: #ffffff;
  }
  
  @media (max-width: 992px) and (min-width: 783px){
      .banner-section {
          margin-top: 11px;
      }
  }

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .banner {
    height: 355px;      
  }
}
.error-page {
  padding: 10rem 0;
  text-align: center;
  position: relative;
}
.error-page:before {
  content: attr(data-error);
  position: absolute;
  width: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-family: Lato, sans-serif;
  font-size: 40vw;
  font-weight: bold;
  color: #F3F6F9;
  z-index: -1;
}

.systems-page input[type="password"] {
  border-style: solid;
  border-width: 1px;
  letter-spacing: .0175em;
  text-decoration: none;
  display: inline-block;
  white-space: normal;
  vertical-align: middle;
  outline: none;
  margin: 10px 0;
  cursor: pointer;
  font-size: 12px;
  background: #fff;
  font-weight: 400;
  border-radius: 1px;
  color: #777;
  min-height: 31px;
  width: 100% !Important;
  padding: 6px 12px;
  border: 1px solid #ccc;
  line-height: 1.42857143;
  font-family: inherit;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
@media screen and (min-width: 1100px) {
  .error-page:before {
    font-size: 20rem;
  }
}
@media (max-width: 600px){
  .systems-page h1{
    font-size: 28px;
  }
  .systems-page h2{
    font-size: 22px;
  }
}

.error-page_heading {
  margin-bottom: 1rem;
}

.systems-page {
  padding: 3rem 20px;
}
.systems-page .success {
  display: inline-block;
  margin: 2rem 0;
  background-color: #CDE3CC;
  border: 1.5px solid #4F7D24;
  border-radius: 6px;
  font-size: .75rem;
  color: #4F7D24;
  padding: .1rem .75rem;
}

.hs-search-results {
  margin-top: 2rem;
}
ul.hs-search-results__listing li {
  margin-bottom: 2rem;
}
.hs-search-results__title {
  font-family: Merriweather, serif;
  font-size: 1.25rem;
  color: #494a52;
  text-decoration: underline;
  margin-bottom: .25rem;
}
.hs-search-results__title:hover {
  text-decoration: none;
}
.hs-search-results__description {
  padding-top: .5rem;
}
.hs-search-highlight {
  font-weight: bold;
}
.hs-search-results__pagination a {
  color: #494a52;
}