@import url('https://fonts.googleapis.com/css?family=Merriweather:300,600|Montserrat:300,400,600&display=swap');
/* Reset
/* ---------------------------------------------------------- */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font: inherit;
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
img {
  max-width: 100%;
}
html {
  box-sizing: border-box;
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
*,
*:before,
*:after {
  box-sizing: inherit;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
i,
em,
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
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;
}
mark {
  background-color: #fdffb6;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}
button {
  border: none;
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button, html input[type="button"],
/* 1 */

input[type="reset"], input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input:focus {
  outline: none;
}
input[type='checkbox'],
input[type='radio'] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}
input[type='number']::-webkit-inner-spin-button,
input[type='number']::-webkit-outer-spin-button {
  height: auto;
}
input[type='search'] {
  -webkit-appearance: textfield;
  /* 1 */
  box-sizing: content-box;
  /* 2 */
}
input[type='search']::-webkit-search-cancel-button,
input[type='search']::-webkit-search-decoration {
  -webkit-appearance: none;
}
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}
textarea {
  overflow: auto;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */
html {
  font-size: 62.5%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  overflow: visible !important;
  background: #fff;
  color: rgb(49, 59, 63);
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans',
    'Helvetica Neue', sans-serif;
  -moz-font-feature-settings: 'liga' on;
  font-size: 1.6rem;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.6em;
  text-rendering: optimizeLegibility;
}
::-moz-selection {
  background: rgb(203, 234, 251);
  text-shadow: none;
}
::selection {
  background: rgb(203, 234, 251);
  text-shadow: none;
}
hr {
  border: 0;
  border-top: 1px solid rgb(227, 233, 237);
  display: block;
  height: 1px;
  margin: 2.5em 0 3.5em;
  padding: 0;
  position: relative;
  width: 100%;
}
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}
textarea {
  resize: vertical;
}
p,
ul,
ol,
dl,
blockquote {
  margin: 0 0 1.5em 0;
}
ol,
ul {
  padding-left: 1.3em;
  padding-right: 1.5em;
}
ol ol,
ul ul,
ul ol,
ol ul {
  margin: 0.5em 0 1em;
}
ul {
  list-style: disc;
}
ol {
  list-style: decimal;
}
ul,
ol {
  max-width: 100%;
}
li {
  line-height: 1.6em;
  margin: 0.5em 0;
  padding-left: 0.3em;
}
dt {
  color: #15171a;
  float: left;
  font-weight: 500;
  margin: 0 20px 0 0;
  text-align: right;
  width: 120px;
}
dd {
  margin: 0 0 5px 0;
  text-align: left;
}
blockquote {
  border-left: #e5eff5 0.5em solid;
  margin: 1.5em 0;
  padding: 0 1.6em 0 1.6em;
}
blockquote p {
  font-size: 1.2em;
  font-weight: 300;
  margin: 0.8em 0;
}
blockquote small {
  display: inline-block;
  font-size: 0.9em;
  margin: 0.8em 0 0.8em 1.5em;
  opacity: 0.8;
}
/* Quotation marks */
blockquote small:before {
  content: '\2014 \00A0';
}
blockquote cite {
  font-weight: bold;
}
blockquote cite a {
  font-weight: normal;
}
a {
  color: rgb(38, 168, 237);
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 600;
  line-height: 1.15;
  margin-top: 0;
  text-rendering: optimizeLegibility;
}
h1 {
  font-size: 5.5rem;
  font-weight: 600;
  margin: 0 0 0.5em 0;
}
@media (max-width: 500px) {
  h1 {
    font-size: 2.2rem;
  }
}
h2 {
  font-size: 2.2rem;
  margin: 1.5em 0 0.5em 0;
}
@media (max-width: 500px) {
  h2 {
    font-size: 1.8rem;
  }
}
h3 {
  font-size: 1.8rem;
  font-weight: 500;
  margin: 1.5em 0 0.5em 0;
}
@media (max-width: 500px) {
  h3 {
    font-size: 1.7rem;
  }
}
h4 {
  font-size: 1.6rem;
  font-weight: 500;
  margin: 1.5em 0 0.5em 0;
}
h5 {
  font-size: 1.4rem;
  font-weight: 500;
  margin: 1.5em 0 0.5em 0;
}
h6 {
  font-size: 1.4rem;
  font-weight: 500;
  margin: 1.5em 0 0.5em 0;
}
/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */
html {
  font-size: 62.5%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  overflow: visible !important;
  height: auto !important;
  min-height: 100% !important;
  font-display: swap;
  font-family: 'Montserrat', sans-serif;
  font-size: 1.6rem;
  line-height: 1.6em;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0;
  text-rendering: optimizeLegibility;
  display: grid;
  grid-template-areas: 'header' 'content' 'footer' 'nav';
  grid-template-columns: minmax(0%, 100%);
  grid-template-rows: 7rem repeat(2, -webkit-max-content) 7.2rem;
  grid-template-rows: 7rem repeat(2, max-content) 7.2rem;
}
#home,
.body-content {
  display: block;
  grid-area: content;
  position: relative;
}
button,
a {
  cursor: pointer;
}
a {
  color: #ff9a00;
}
a:hover {
  color: #f76a13;
}
small {
  font-size: 50%;
}
.list--unstyled {
  list-style: none;
  margin: 0;
  padding: 0;
}
.list--horizontal li {
  display: inline-block;
}
a:focus,
button:focus {
  outline: 1px dotted #ff9a00;
  outline-offset: 5px;
}
.link--button {
  align-items: center;
  background: transparent;
  border: 3px solid #fff;
  border-radius: 40px;
  color: #fff;
  display: inline-flex;
  font-size: 24px;
  height: 60px;
  padding: 0 25px;
  text-decoration: none;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.link--button:hover {
  background: linear-gradient(to right, #ff9a00, #f76a13);
  color: rgba(21, 19, 46, 1) !important;
}
.link--button[disabled] {
  opacity: 0.25;
  pointer-events: none;
}
.link--button {
  align-items: center;
  background: transparent;
  border: 3px solid #fff;
  border-radius: 40px;
  color: #fff;
  display: inline-flex;
  font-size: 24px;
  height: 60px;
  padding: 0 25px;
  text-decoration: none;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.link--button:hover {
  background: linear-gradient(to right, #ff9a00, #f76a13);
  color: rgba(21, 19, 46, 1) !important;
}
.link--button[disabled] {
  opacity: 0.25;
  pointer-events: none;
}
.link--admin + .link--admin {
  margin-left: 5px;
}
.link--admin {
  align-items: center;
  border: 2px solid rgba(21, 19, 46, 1);
  border-radius: 10px;
  color: rgba(54, 28, 63, 1);
  display: inline-flex;
  font-size: 18px;
  padding: 5px 10px;
  text-decoration: none;
  text-transform: uppercase;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.link--admin svg {
  margin-right: 5px;
}
.link--admin:hover {
  background: linear-gradient(to right, #ff9a00, #f76a13);
  color: rgba(21, 19, 46, 1) !important;
}
.link {
  color: #f76a13;
  display: inline-block;
  font-size: 14px;
}
@media (min-width: 750px) {
  body {
    grid-template-columns: 1fr -webkit-min-content;
    grid-template-columns: 1fr min-content;
    grid-template-rows: 0 auto -webkit-max-content;
    grid-template-rows: 0 auto max-content;
    grid-template-areas: 'header nav' 'content content' 'footer footer';
  }
}
.blocker {
  z-index: 130;
}
.opacity-on::after {
  opacity: 1 !important;
}
.calendly-badge-widget {
  display: none;
}
.calendly-badge-widget .calendly-badge-content {
  width: -webkit-max-content !important;
  width: -moz-max-content !important;
  width: max-content !important;
  height: -webkit-max-content !important;
  height: -moz-max-content !important;
  height: max-content !important;
  padding: 15px !important;
  border-radius: 30px !important;
  background-color: #ff9a00 !important;
}
.calendly-badge-content svg {
  width: 30px !important;
  height: 30px !important;
}
.calendly-badge-content span {
  display: none !important;
  transition: display !important;
}
.calendly-badge-content:hover span {
  display: inline !important;
}
.calendly-badge-widget,
.calendly-badge-content {
  display: flex !important;
  align-items: center !important;
}
.calendly-badge-content,
.calendly-badge-content span {
  font-size: 20px !important;
  font-weight: 300 !important;
  color: rgba(21, 19, 46, 1) !important;
}
@media (max-width: 750px) {
  .calendly-badge-widget {
    bottom: 82px !important;
  }
}
.main-header {
  grid-area: header;
  height: 7rem;
  display: flex;
  justify-content: center;
  position: sticky;
  top: 0;
  z-index: 120;
}
.main-header::after {
  display: block;
  content: '';
  min-width: 100%;
  left: 0;
  top: 0;
  height: 7rem;
  position: fixed;
  border: solid;
  background: rgba(21, 19, 46, 1);
  border-image-slice: 1;
  border-image-source: linear-gradient(to right, #ff9a00, #f76a13);
  border-width: 0 0 5px;
  align-items: center;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  z-index: -1;
  opacity: 1;
  transition: opacity 200ms linear;
}
.main-header .logo {
  display: block;
  padding: 15px 30px;
  height: 100%;
}
.main-header .logo img {
  height: 100%;
}
.site-nav {
  grid-area: nav;
  position: sticky;
  bottom: 0;
  background-color: rgba(21, 19, 46, 1);
  z-index: 120;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border: solid;
  border-image-slice: 1;
  border-image-source: linear-gradient(to right, #ff9a00, #f76a13);
  border-width: 5px 0 0;
  align-items: center;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  text-decoration: none;
}
.site-nav a {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  white-space: nowrap;
  flex-direction: column;
  padding: 10px 15px;
  color: #fff;
  text-decoration: none !important;
  font-weight: 300;
  -o-border-image: linear-gradient(to bottom, #ff9a00, #f76a13) 1;
     border-image: linear-gradient(to bottom, #ff9a00, #f76a13) 1;
  border-style: solid;
  border-width: 0 1px 0 0;
}
.site-nav a:hover,
.site-nav a:focus {
  background-color: rgba(54, 28, 63, 1);
}
.site-nav a svg {
  color: #fff;
  font-size: 22px;
}
.site-nav .contact-us {
  display: none;
}
.site-nav a:nth-child(3) {
  border-width: 0px;
}
@media (min-width: 750px) {
  .main-header {
    height: 100px;
  }

  .main-header::after {
    height: 100px;
    opacity: 1;
  }

  .home-template .main-header::after {
    opacity: 0;
  }

  .main-header .logo {
    justify-content: flex-start;
    display: flex;
    height: auto;
    align-items: center;
    flex: 1 1 auto;
  }

  .site-nav {
    grid-template-columns: repeat(4, 1fr);
    background: transparent;
    z-index: 120;
    display: grid;
    border: none;
    box-shadow: none;
    top: 0;
    bottom: inherit;
    height: 100px;
    height: 120px;
  }

  .site-nav a {
    padding: 0 30px;
  }

  .site-nav a:nth-child(3) {
    border-width: 0 1px 0 0;
  }

  .site-nav .contact-us {
    display: flex;
    border-width: 0px;
  }

  .site-nav a:hover,
  .site-nav a:focus,
  .site-nav a:hover svg,
  .site-nav a:focus svg {
    color: #ff9a00;
    background-color: transparent;
  }
}
@media (min-width: 950px) {
  .main-header {
    height: 120px;
  }

  .main-header::after {
    height: 120px;
  }

  .site-nav a,
  .site-nav a:nth-child(3),
  .site-nav a:last-child {
    font-size: 2rem;
    padding: 0;
    margin: 0 15px;
    flex-direction: row;
    border: solid;
    border-image-slice: 1;
    border-image-source: linear-gradient(to right, #ff9a00, #f76a13);
    border-width: 0 0 2px;
    padding-bottom: 5px;
    font-size: 2rem;
  }

  .site-nav a:last-child {
    margin-right: 30px;
  }

  .site-nav a svg {
    margin-right: 10px;
  }
}
@media (min-width: 1200px) {
  .site-nav a {
    font-size: 2.6rem;
  }
}
.main-footer {
  background: rgba(21, 19, 46, 1);
  color: #fff;
  -o-border-image: linear-gradient(to right, #ff9a00, #f76a13) 2;
     border-image: linear-gradient(to right, #ff9a00, #f76a13) 2;
  border-style: solid;
  border-width: 15px 0 0;
  display: grid;
  grid-area: footer;
  grid-template-areas: 'footer' 'copyright';
  grid-template-columns: 100%;
  grid-template-rows: -webkit-max-content 40px;
  grid-template-rows: max-content 40px;
}
.main-footer .h1,
.main-footer h1 {
  color: #ff9a00;
  font-size: 25px;
  margin: 0 0 10px;
  padding: 0;
  text-decoration: none;
  font-weight: 600;
}
.main-footer .contact {
  font-family: 'Merriweather', serif;
}
.main-footer .list__social svg {
  width: 35px;
  height: 35px;
}
.main-footer .list__social svg:hover {
  color: #ff9a00;
}
.main-footer .top-section {
  display: grid;
  grid-template-areas: 'services' 'about' 'contact' 'follow';
  padding: 25px;
  gap: 30px 60px;
}
.main-footer .copyright {
  display: grid;
  align-content: center;
  background: rgba(54, 28, 63, 1);
  font-size: 14px;
  padding: 0 30px;
  grid-area: copyright;
}
.main-footer .list__footer a {
  border-color: transparent;
  border-style: solid;
  border-width: 0 0 2px 0;
  display: inline-block;
  margin-bottom: 4px;
  padding-bottom: 2px;
  transition: 100ms
ease-in;
}
.main-footer .list__footer a:hover,
.list__footer a:focus {
  -o-border-image: linear-gradient(to bottom, #ff9a00, #f76a13) 1;
     border-image: linear-gradient(to bottom, #ff9a00, #f76a13) 1;
  color: #ff9a00;
}
.main-footer .link--footer {
  color: white;
  text-decoration: none;
  white-space: nowrap;
}
.main-footer .contact {
  grid-area: contact;
}
.main-footer .services {
  grid-area: services;
}
.main-footer .about {
  grid-area: about;
}
.main-footer .services,
.main-footer .about {
  display: inline-flex;
  flex-direction: column;
}
.main-footer address {
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  margin-top: 15px;
}
@media (min-width: 575px) and (max-width: 900px) {
  .main-footer .top-section {
    grid-template-areas: 'services about' 'contact follow';
  }
}
@media (min-width: 901px) and (max-width: 1050px) {
  .main-footer .top-section {
    grid-template-rows: -webkit-max-content -webkit-max-content;
    grid-template-rows: max-content max-content;
    grid-template-columns: repeat(2, -webkit-max-content) 1fr;
    grid-template-columns: repeat(2, max-content) 1fr;
    grid-template-areas: 'follow services contact' 'follow about contact';
  }
}
@media (min-width: 1051px) {
  .main-footer .top-section {
    grid-template-areas: 'follow services about contact';
    grid-template-columns: repeat(3, -webkit-max-content) 1fr;
    grid-template-columns: repeat(3, max-content) 1fr;
    grid-template-rows: -webkit-max-content -webkit-max-content;
    grid-template-rows: max-content max-content;
  }
}
/*# sourceMappingURL=screen.css.map */
