/***************************
TODO: Matt will change directory to dist folder
***************************/
/* open-sans-regular - latin */
@font-face {
  font-family: "Gilroy-ExtraBold";
  font-style: normal;
  font-weight: normal;
  font-display: swap;
  src: local("Gilroy-ExtraBold"), local("Gilroy-ExtraBold"), url("../fonts/gilroy-extrabold-webfont.woff2") format("woff2"), url("../fonts/gilroy-extrabold-webfont.woff") format("woff");
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/*****************************
Brand Colours
*****************************/
/******************
Colour Variables
*******************/
/***************************
Hero
***************************/
/**************************
Four Panel Component
***************************/
/***************************
Body and Text
***************************/
/***************************
Footer
***************************/
/***************************
Buttons
***************************/
/***************************
Burger Icon
***************************/
/**************************
Container
***************************/
/***************************
Breakpoints
***************************/
/********************
MISC
********************/
html {
  font-size: 100%;
  font-size: 14px;
  line-height: 1.6;
}

body {
  font-family: "Miriam Libre", Georgia, "Times New Roman", Times, serif;
  font-size: 14px;
  color: #373c44;
  background-color: #fff;
  line-height: 1.6;
}

.editor-post-title__input,
.wp-block-heading h2,
.wp-block-heading h3,
.wp-block-heading h4,
.wp-block-heading h5,
.wp-block-heading h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Gilroy-ExtraBold", "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin-top: 0;
  margin-bottom: 1.6rem;
  color: #636675;
  font-weight: bold;
  max-width: 850px;
}
.editor-post-title__input.has-text-align-center,
.wp-block-heading h2.has-text-align-center,
.wp-block-heading h3.has-text-align-center,
.wp-block-heading h4.has-text-align-center,
.wp-block-heading h5.has-text-align-center,
.wp-block-heading h6.has-text-align-center,
h1.has-text-align-center,
h2.has-text-align-center,
h3.has-text-align-center,
h4.has-text-align-center,
h5.has-text-align-center,
h6.has-text-align-center {
  margin-right: auto;
  margin-left: auto;
}
.editor-post-title__input.has-text-align-right,
.wp-block-heading h2.has-text-align-right,
.wp-block-heading h3.has-text-align-right,
.wp-block-heading h4.has-text-align-right,
.wp-block-heading h5.has-text-align-right,
.wp-block-heading h6.has-text-align-right,
h1.has-text-align-right,
h2.has-text-align-right,
h3.has-text-align-right,
h4.has-text-align-right,
h5.has-text-align-right,
h6.has-text-align-right {
  margin-left: auto;
}
.editor-post-title__input.has-text-align-left,
.wp-block-heading h2.has-text-align-left,
.wp-block-heading h3.has-text-align-left,
.wp-block-heading h4.has-text-align-left,
.wp-block-heading h5.has-text-align-left,
.wp-block-heading h6.has-text-align-left,
h1.has-text-align-left,
h2.has-text-align-left,
h3.has-text-align-left,
h4.has-text-align-left,
h5.has-text-align-left,
h6.has-text-align-left {
  margin-left: 0;
}

h1,
.h1 {
  font-size: 45px;
  line-height: 1.1;
}

h2,
.h2 {
  font-size: 32px;
  line-height: 1;
}

h3,
.h3 {
  color: #ea561d;
  font-size: 24px;
  line-height: 1;
}

h4,
.h4 {
  font-size: 24px;
  line-height: 1;
}

h5,
.h5 {
  font-size: 18px;
  line-height: 1;
}

h6,
.h6 {
  font-size: 14px;
}

@media screen and (min-width: 768px) {
  h1,
.h1 {
    font-size: 72px;
  }

  h2,
.h2 {
    font-size: 45px;
  }

  h3,
.h3 {
    font-size: 32px;
  }
}
p {
  margin: 0 0 1.6rem;
  font-size: 14px;
  max-width: 850px;
}

small,
.small {
  font-size: 90%;
}

ul,
ol {
  margin-top: 0;
  margin-bottom: 1.6rem;
  max-width: 850px;
}
ul ul,
ul ol,
ol ul,
ol ol {
  margin-bottom: 0;
}

blockquote {
  color: #636675;
  margin: 1.6rem 0px;
  position: relative;
  line-height: 1.8;
}
blockquote p,
blockquote ul,
blockquote ol {
  font-size: 18px;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}

cite {
  font-weight: normal;
  display: block;
  font-style: normal;
  text-align: right;
}

.button.shortcode-popup-button.js-popup-button {
  color: #fff;
  background-color: #ea561d;
  border-color: #ea561d;
  font-family: "Gilroy-ExtraBold", "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 900;
  padding: 8px 16px;
  border: 1px solid transparent;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border-radius: 5px;
  -webkit-appearance: none;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  text-decoration: none;
}
.button.shortcode-popup-button.js-popup-button:hover, .button.shortcode-popup-button.js-popup-button:focus, .button.shortcode-popup-button.js-popup-button:active, .button.shortcode-popup-button.js-popup-button.active {
  color: #fff;
  background-color: #c24312;
  border-color: #b94011;
  text-decoration: none;
}

body {
  background-color: transparent;
  padding: 0;
  margin: 0;
}

#pardot-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding: 5px;
}
#pardot-form a {
  text-decoration: none;
}
#pardot-form label {
  display: none;
}
#pardot-form input[type=text],
#pardot-form select,
#pardot-form textarea {
  font-size: 14px;
  font-family: "Gilroy-ExtraBold", "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  color: #636675;
  border-radius: 5px;
  border: none;
  background-color: #eaeaeb;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  outline: none;
  padding: 15px;
  width: 100%;
}
#pardot-form input[type=text]::-webkit-input-placeholder,
#pardot-form select::-webkit-input-placeholder,
#pardot-form textarea::-webkit-input-placeholder {
  opacity: 1;
  color: #636675;
}
#pardot-form input[type=text]::-moz-placeholder,
#pardot-form select::-moz-placeholder,
#pardot-form textarea::-moz-placeholder {
  opacity: 1;
  color: #636675;
}
#pardot-form input[type=text]:-ms-input-placeholder,
#pardot-form select:-ms-input-placeholder,
#pardot-form textarea:-ms-input-placeholder {
  opacity: 1;
  color: #636675;
}
#pardot-form input[type=text]::-ms-input-placeholder,
#pardot-form select::-ms-input-placeholder,
#pardot-form textarea::-ms-input-placeholder {
  opacity: 1;
  color: #636675;
}
#pardot-form input[type=text]::placeholder,
#pardot-form select::placeholder,
#pardot-form textarea::placeholder {
  opacity: 1;
  color: #636675;
}
#pardot-form textarea {
  outline: none;
  resize: none;
  height: 100px;
}
#pardot-form .form-field-wrapper {
  margin: 0;
  margin-bottom: 15px;
}
#pardot-form .form-field-wrapper p.error {
  margin-top: 5px;
  margin-bottom: 10px;
  color: red;
  background-color: #fff;
  padding: 15px;
  border-radius: 10px;
  display: inline-block;
}
#pardot-form .form-field-wrapper.pd-text, #pardot-form .form-field-wrapper.pd-select, #pardot-form .form-field-wrapper.pd-email {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
}
#pardot-form .form-field-wrapper.pd-textarea {
  width: 100%;
}
#pardot-form .form-field-wrapper.pd-checkbox {
  width: 100%;
}
#pardot-form .form-field-wrapper.pd-select select {
  background-image: url("../../dist/img/dropdown-grey.svg");
  background-repeat: no-repeat;
  background-position: calc(100% - 10px) center;
  background-size: 12px 8px;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
#pardot-form .form-field-wrapper.pd-select select::-ms-expand {
  display: none;
}
#pardot-form .form-field-wrapper.pd-checkbox .value {
  position: relative;
}
#pardot-form .form-field-wrapper.pd-checkbox .field-label {
  display: none;
}
#pardot-form .form-field-wrapper.pd-checkbox input[type=checkbox] {
  opacity: 0;
  margin-right: 18px;
}
#pardot-form .form-field-wrapper.pd-checkbox input[type=checkbox] + label::after {
  content: none;
}
#pardot-form .form-field-wrapper.pd-checkbox input[type=checkbox]:checked + label::after {
  content: "";
}
#pardot-form .form-field-wrapper.pd-checkbox input[type=checkbox]:focus + label::before {
  outline: none;
}
#pardot-form .form-field-wrapper.pd-checkbox label {
  display: inline;
  font-family: "Miriam Libre", Georgia, "Times New Roman", Times, serif;
  position: static;
}
#pardot-form .form-field-wrapper.pd-checkbox label::before {
  content: "";
  display: inline-block;
  height: 15px;
  width: 15px;
  background-color: #eaeaeb;
  border-radius: 5px;
  position: absolute;
  left: 0;
  top: 1px;
}
#pardot-form .form-field-wrapper.pd-checkbox label::after {
  content: "";
  display: inline-block;
  height: 5px;
  width: 8px;
  border-left: 2px solid #ea561d;
  border-bottom: 2px solid #ea561d;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  position: absolute;
  left: 3px;
  top: 3px;
}
#pardot-form .form-field-wrapper.pd-checkbox label a {
  color: #ea561d;
}
#pardot-form .form-field-wrapper .form-field {
  position: relative;
}
#pardot-form .form-field-wrapper.pd-captcha {
  width: 100%;
}
#pardot-form p.submit input[type=submit] {
  color: #fff;
  background-color: #ea561d;
  border-color: #ea561d;
  font-family: "Gilroy-ExtraBold", "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 900;
  padding: 8px 16px;
  border: 1px solid transparent;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border-radius: 5px;
  -webkit-appearance: none;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  text-decoration: none;
  font-size: 16px;
}
#pardot-form p.submit input[type=submit]:hover, #pardot-form p.submit input[type=submit]:focus, #pardot-form p.submit input[type=submit]:active, #pardot-form p.submit input[type=submit].active {
  color: #fff;
  background-color: #c24312;
  border-color: #b94011;
  text-decoration: none;
}
@media only screen and (min-width: 768px) {
  #pardot-form .form-field-wrapper.pd-text, #pardot-form .form-field-wrapper.pd-select {
    margin-right: 6px;
    width: calc(50% - 6px);
  }
  #pardot-form .form-field-wrapper:nth-of-type(even).pd-text, #pardot-form .form-field-wrapper:nth-of-type(even).pd-select {
    margin-left: 6px;
    margin-right: 0;
  }
}
/*# sourceMappingURL=pardot.css.map*/