/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
* {
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box; }

/**
 * 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; }

/**
 * 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,
select,
textarea,
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,
select,
textarea {
  /* 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; }

form.jqtransformdone label {
  margin-top: 4px;
  margin-right: 8px;
  display: block;
  float: left; }

form.jqtransformdone div.rowElem {
  clear: both;
  padding: 4px 0px; }

/* -------------
 * Buttons
 * ------------- */
button.jqTransformButton {
  margin: 0px;
  padding: 0px;
  border: none;
  background-color: transparent;
  cursor: pointer;
  overflow: visible;
  font-family: Arial; }

*:first-child + html button.jqTransformButton[type] {
  width: 1; }

/* IE7 */
button.jqTransformButton span {
  background: transparent url(../images/btn_right.gif) no-repeat right top;
  display: block;
  float: left;
  padding: 0px 4px 0px 0px;
  /* sliding doors padding */
  margin: 0px;
  height: 33px; }

button.jqTransformButton span span {
  background: transparent url(../images/btn_left.gif) no-repeat top left;
  color: #333;
  padding: 8px 4px 0px 8px;
  font-weight: normal;
  font-size: 12px;
  line-height: 13px;
  display: block;
  text-decoration: none;
  height: 33px; }

/*hover*/
button.jqTransformButton_hover span span {
  background-position: left -33px; }

button.jqTransformButton_hover span {
  background-position: right -33px; }

/*clicked*/
button.jqTransformButton_click span span {
  background-position: left -66px; }

button.jqTransformButton_click span {
  background-position: right -66px; }

/* IE 6 */
* html button.jqTransformButton {
  height: 33px; }

* button.jqTransformButton span span {
  height: 25px; }

/* IE 7 */
* + html button.jqTransformButton {
  height: 33px; }

* + button.jqTransformButton span span {
  height: 25px; }

/* -------------
 * Inputs
 * ------------- */
.jqTransformInputWrapper {
  background: transparent url(../images/input/input_text_left.gif) no-repeat left top;
  height: 31px;
  padding: 0px;
  float: left; }

.jqTransformInputInner {
  background: transparent url(../images/input/input_text_right.gif) no-repeat top right;
  padding: 0px;
  margin: 0px; }

.jqTransformInputInner div {
  height: 31px;
  margin: 0px 0px 0px 8px; }

.jqTransformInputInner div input, .jqTransformInputInner div select, .jqTransformInputInner div textarea {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  line-height: 18px;
  vertical-align: middle;
  height: 31px;
  color: #404040;
  border: none;
  padding: 8px 0px 0px 0px;
  margin: 0px;
  background: transparent; }

/*  IE6 */
* html .jqTransformInputInner div input, * html .jqTransformInputInner div select, * html .jqTransformInputInner div textarea {
  padding: 6px 0 0 0;
  margin: 0 0 0 -8px;
  height: 24px; }

/* Ie7 */
* + html .jqTransformInputInner div input, * + html .jqTransformInputInner div select, * + html .jqTransformInputInner div textarea {
  padding: 6px 0 0 0;
  margin-left: -10px;
  height: 24px; }

/*hover*/
.jqTransformInputWrapper_hover {
  background-position: left -31px; }

.jqTransformInputWrapper_hover div.jqTransformInputInner {
  background-position: right -31px; }

/*focus*/
.jqTransformInputWrapper_focus {
  background-position: left -62px; }

.jqTransformInputWrapper_focus div.jqTransformInputInner {
  background-position: right -62px; }

.jqTransformSafari .jqTransformInputInner div {
  position: relative;
  overflow: hidden;
  margin: 0px 8px; }

.jqTransformSafari .jqTransformInputInner div input, .jqTransformSafari .jqTransformInputInner div select, .jqTransformSafari .jqTransformInputInner div textarea {
  background-color: none;
  position: absolute;
  top: -10px;
  left: -2px;
  height: 42px;
  padding-left: 4px; }

/* -------------
 * Textarea
 * ------------- */
table.jqTransformTextarea td#jqTransformTextarea-mm textarea {
  font-size: 12px;
  line-height: 16px; }

table.jqTransformTextarea td {
  font-size: 1px;
  line-height: 1px;
  width: 5px;
  height: 5px;
  margin: 0;
  padding: 0; }

table.jqTransformTextarea tr {
  /*border: 1px solid red;*/ }

table.jqTransformTextarea textarea {
  margin: 0;
  padding: 0;
  border: 0;
  background: none; }

table.jqTransformTextarea td#jqTransformTextarea-tl {
  background: url(../images/textarea/textarea_tl.gif) no-repeat top left; }

table.jqTransformTextarea td#jqTransformTextarea-tm {
  background: url(../images/textarea/textarea_tm.gif) repeat-x top left; }

table.jqTransformTextarea td#jqTransformTextarea-tr {
  background: url(../images/textarea/textarea_tr.gif) no-repeat top left; }

table.jqTransformTextarea td#jqTransformTextarea-ml {
  background: url(../images/textarea/textarea_ml.gif) repeat-y top left; }

table.jqTransformTextarea td#jqTransformTextarea-mm {
  background: url(../images/textarea/textarea-mm.gif) repeat; }

table.jqTransformTextarea td#jqTransformTextarea-mr {
  background: url(../images/textarea/textarea_mr.gif) repeat-y top left; }

table.jqTransformTextarea td#jqTransformTextarea-bl {
  background: url(../images/textarea/textarea_bl.gif) no-repeat top left; }

table.jqTransformTextarea td#jqTransformTextarea-bm {
  background: url(../images/textarea/textarea_bm.gif) repeat-x top left; }

table.jqTransformTextarea td#jqTransformTextarea-br {
  background: url(../images/textarea/textarea_br.gif) no-repeat top left; }

/*hover*/
table.jqTransformTextarea-hover td#jqTransformTextarea-tl {
  background-position: 0px -5px; }

table.jqTransformTextarea-hover td#jqTransformTextarea-tm {
  background-position: 0px -5px; }

table.jqTransformTextarea-hover td#jqTransformTextarea-tr {
  background-position: 0px -5px; }

table.jqTransformTextarea-hover td#jqTransformTextarea-ml {
  background-position: -5px 0px; }

table.jqTransformTextarea-hover td#jqTransformTextarea-mm {
  background-image: url(../images/textarea/textarea-mm-hover.gif); }

table.jqTransformTextarea-hover td#jqTransformTextarea-mr {
  background-position: -5px 0px; }

table.jqTransformTextarea-hover td#jqTransformTextarea-bl {
  background-position: 0px -5px; }

table.jqTransformTextarea-hover td#jqTransformTextarea-bm {
  background-position: 0px -5px; }

table.jqTransformTextarea-hover td#jqTransformTextarea-br {
  background-position: 0px -5px; }

/*focus*/
table.jqTransformTextarea-focus td#jqTransformTextarea-tl {
  background-position: 0px -10px; }

table.jqTransformTextarea-focus td#jqTransformTextarea-tm {
  background-position: 0px -10px; }

table.jqTransformTextarea-focus td#jqTransformTextarea-tr {
  background-position: 0px -10px; }

table.jqTransformTextarea-focus td#jqTransformTextarea-ml {
  background-position: -10px 0px; }

table.jqTransformTextarea-focus td#jqTransformTextarea-mm {
  background-image: url(../images/textarea/textarea-mm-focus.gif); }

table.jqTransformTextarea-focus td#jqTransformTextarea-mr {
  background-position: -10px 0px; }

table.jqTransformTextarea-focus td#jqTransformTextarea-bl {
  background-position: 0px -10px; }

table.jqTransformTextarea-focus td#jqTransformTextarea-bm {
  background-position: 0px -10px; }

table.jqTransformTextarea-focus td#jqTransformTextarea-br {
  background-position: 0px -10px; }

table.jqTransformTextarea .jqTransformSafariTextarea div {
  position: relative;
  overflow: hidden;
  border: 0px solid red; }

table.jqTransformTextarea .jqTransformSafariTextarea textarea {
  background: none;
  position: absolute;
  top: -10px;
  left: -10px;
  padding: 10px 10px 10px 10px;
  resize: none; }

/* -------------
 * Radios
 * ------------- */
.jqTransformRadioWrapper {
  float: left;
  display: block;
  margin: 0px 4px;
  margin-top: 5px; }

.jqTransformRadio {
  background: transparent url(../images/radio.gif) no-repeat center top;
  vertical-align: middle;
  height: 19px;
  width: 18px;
  display: block;
  /*display: -moz-inline-block;*/ }

/* -------------
 * Checkboxes
 * ------------- */
span.jqTransformCheckboxWrapper {
  display: block;
  float: left;
  margin: 0; }

a.jqTransformCheckbox {
  background: transparent url(../images/checkbox.png) no-repeat center top;
  vertical-align: middle;
  height: 30px;
  width: 30px;
  display: block;
  /*display: -moz-inline-block;*/
  margin-bottom: 10px; }

/* -------------
 * Checked - Used for both Radio and Checkbox
 * ------------- */
a.jqTransformChecked {
  background-position: center bottom; }

/* -------------
 * Selects
 * ------------- */
.jqTransformSelectWrapper {
  width: 45px;
  position: relative;
  height: 31px;
  background: url(../images/select_left.gif) no-repeat top left;
  float: left; }

.jqTransformSelectWrapper div span {
  font-size: 12px;
  float: none;
  position: absolute;
  white-space: nowrap;
  height: 31px;
  line-height: 15px;
  padding: 8px 0 0 7px;
  overflow: hidden;
  cursor: pointer;
  /*border: 1px solid #CCCCCC;*/
  /*	border-right: none;*/ }

.jqTransformSelectWrapper a.jqTransformSelectOpen {
  display: block;
  position: absolute;
  right: 0px;
  width: 31px;
  height: 31px;
  background: url(../images/select_right.gif) no-repeat center center; }

.jqTransformSelectWrapper ul {
  position: absolute;
  width: 43px;
  top: 30px;
  left: 0px;
  list-style: none;
  background-color: #FFF;
  border: solid 1px #CCC;
  display: none;
  margin: 0px;
  padding: 0px;
  height: 150px;
  overflow: auto;
  overflow-y: auto;
  z-index: 10; }

.jqTransformSelectWrapper ul a {
  display: block;
  padding: 5px;
  text-decoration: none;
  color: #333;
  background-color: #FFF;
  font-size: 12px; }

.jqTransformSelectWrapper ul a.selected {
  background: #EDEDED;
  color: #333; }

.jqTransformSelectWrapper ul a:hover, .jqTransformSelectWrapper ul a.selected:hover {
  background: #3582c4;
  color: #fff; }

/* -------------
 * Hidden - used to hide the original form elements
 * ------------- */
.jqTransformHidden {
  display: none; }

header {
  grid-area: hd;
  padding: 0 0 30px 0; }
  header #header-columns {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 0 25px;
    align-items: center;
    -ms-flex-pack: center;
    margin: 0;
    padding: 25px 0;
    grid-template-areas: "logo contact-data"; }
    @media (max-width: 824px) {
      header #header-columns {
        grid-template-columns: 1fr;
        grid-template-areas: "open" "logo" "contact-data"; } }
  header #logo {
    grid-area: logo;
    display: block;
    background: url("../images/logo.png") top left no-repeat;
    background-size: contain;
    text-indent: -10000px;
    width: 25vw;
    height: auto;
    max-width: 271px;
    max-height: 50px;
    min-width: 171px;
    min-height: 50px; }
    header #logo h1 {
      margin: 0 0 25px 0; }
    @media (max-width: 824px) {
      header #logo {
        width: 55vw;
        max-width: 599px;
        max-height: 118px;
        min-width: 251px;
        min-height: 70px;
        margin: 0 auto 20px auto; } }
  header #contact-data {
    grid-area: contact-data;
    width: 100%;
    justify-content: flex-end;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-areas: "address tel email";
    grid-column-gap: 20px; }
    @media (max-width: 650px) {
      header #contact-data {
        grid-template-columns: 1fr;
        grid-template-areas: "address" "tel" "email";
        text-align: center; }
        header #contact-data > div {
          margin-bottom: 10px; } }
    header #contact-data h4 {
      padding: 0;
      margin: 0 0 3px 0; }
    header #contact-data p {
      padding: 0;
      margin: 0;
      color: #545454;
      font-size: 14px;
      font-size: 1vw;
      white-space: nowrap; }
      @media (max-width: 1400px) {
        header #contact-data p {
          font-size: 14px; } }
      @media (min-width: 1800px) {
        header #contact-data p {
          font-size: 18px; } }
    header #contact-data a {
      color: #545454;
      text-decoration: none; }
      header #contact-data a:hover {
        color: #e94e25; }
    header #contact-data #address {
      grid-area: address; }
    header #contact-data #tel {
      grid-area: tel; }
    header #contact-data #email {
      grid-area: email; }
  header #open {
    grid-area: open;
    display: none; }
    @media (max-width: 824px) {
      header #open {
        display: block;
        z-index: 5;
        height: 17px;
        right: 37px;
        top: 60px;
        width: 35px; }
        header #open #nav-toggle span, header #open #nav-toggle span:before, header #open #nav-toggle span:after {
          cursor: pointer;
          border-radius: 1px;
          height: 5px;
          width: 35px;
          background: #e94e25;
          position: absolute;
          display: block;
          content: '';
          z-index: 4; }
        header #open #nav-toggle span:before {
          top: -10px; }
        header #open #nav-toggle span:after {
          bottom: -10px; }
        header #open #nav-toggle span, header #open #nav-toggle span:before, header #open #nav-toggle span:after {
          transition: all 0.1s ease-in-out; }
        header #open #nav-toggle.active span {
          background-color: transparent; }
        header #open #nav-toggle.active span:before, header #open #nav-toggle.active span:after {
          top: 0; }
        header #open #nav-toggle.active span:before {
          transform: rotate(45deg); }
        header #open #nav-toggle.active span:after {
          transform: rotate(-45deg); } }
  header #nav ul {
    list-style: none;
    margin: 0;
    padding: 0; }
    @media (max-width: 824px) {
      header #nav ul {
        margin: 50px 0 0 0; } }
    header #nav ul li {
      padding: 0 20px 0 20px;
      border-right: 1px solid #e94e25; }
      header #nav ul li:first-child {
        padding: 0 20px 0 0; }
      header #nav ul li:last-child {
        border: 0; }
      @media (max-width: 824px) {
        header #nav ul li {
          border: 0;
          padding: 0 0 5px 0 !important; } }
  @media (max-width: 824px) {
    header #nav {
      padding: 25px 20px; } }
  header #nav a {
    color: #0c0c0c;
    font-family: Georgia, 'PT Serif', serif;
    font-weight: 400;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 16px;
    font-size: 1.5vw; }
    @media (max-width: 1066.66667px) {
      header #nav a {
        font-size: 16px; } }
    @media (min-width: 1400px) {
      header #nav a {
        font-size: 21px; } }
    header #nav a:hover {
      color: #e94e25; }
    @media (max-width: 824px) {
      header #nav a {
        font-family: 'Raleway', sans-serif;
        color: #ffffff; } }

/* media query for grid layout */
@media (min-width: 825px) {
  /* specific item styles */
  .container nav {
    grid-column: span 4; }

  /* nav styles */
  nav ul li {
    display: inline-block;
    padding: 0 20px 0 0; }

  /* hide toggle */
  .toggle {
    display: none; } }
/* media query for nav styles */
@media (max-width: 823px) {
  #nav {
    transition: transform .3s ease-in-out;
    top: 0;
    bottom: 0;
    min-height: 100vh;
    /* override Safari bug */
    position: fixed;
    /* or choose `absolute` depending on desired behavior*/
    width: 300px;
    left: -340px; }

  #nav.active {
    transform: translateX(340px); }

  .close {
    text-align: right;
    display: block;
    text-decoration: none;
    font-size: 3em;
    position: relative;
    top: -30px; } }
#hero {
  width: 100%;
  height: auto; }
  #hero img {
    width: 100%; }

footer {
  grid-area: ft;
  margin-bottom: 100px;
  margin-top: -25px; }
  footer #footer-columns {
    display: grid;
    grid-template-columns: 2fr 1fr;
    grid-gap: 0 7%;
    grid-template-areas: "copyright logo";
    align-items: center;
    -ms-flex-pack: center; }
    @media (max-width: 824px) {
      footer #footer-columns {
        grid-template-columns: 1fr;
        grid-template-areas: "copyright" "logo"; } }
  footer #copyright {
    grid-area: copyright;
    font-size: 14px;
    font-size: 1.2vw;
    color: #545454; }
    @media (max-width: 1166.66667px) {
      footer #copyright {
        font-size: 14px; } }
    @media (min-width: 1500px) {
      footer #copyright {
        font-size: 18px; } }
    footer #copyright a {
      text-decoration: underline; }
    @media (max-width: 824px) {
      footer #copyright {
        text-align: center; } }
  footer #logo {
    grid-area: logo;
    align-self: end; }
    footer #logo img {
      width: 17vw;
      height: auto; }
    @media (max-width: 824px) {
      footer #logo {
        align-self: center;
        text-align: center; }
        footer #logo img {
          width: 30vw;
          margin: 0 auto; } }

input, select, textarea {
  width: 80%;
  padding: 8px 17px 8px 17px;
  border: 2px solid #c1c1c1;
  border-radius: 3px;
  font-size: 12px;
  font-size: 1.2vw;
  height: 41px; }
  @media (max-width: 1000px) {
    input, select, textarea {
      font-size: 12px; } }
  @media (min-width: 1500px) {
    input, select, textarea {
      font-size: 18px; } }

input[type="submit"], select[type="submit"], textarea[type="submit"] {
  padding: 0.5vw 1vw;
  background: #0c0c0c;
  color: #ffffff;
  font-family: Georgia, 'PT Serif', serif;
  font-weight: 400;
  font-size: 14px;
  font-size: 1.3vw;
  width: 35%;
  text-align: center;
  display: block;
  border: 0;
  cursor: pointer; }
  @media (max-width: 1076.92308px) {
    input[type="submit"], select[type="submit"], textarea[type="submit"] {
      font-size: 14px; } }
  @media (min-width: 1384.61538px) {
    input[type="submit"], select[type="submit"], textarea[type="submit"] {
      font-size: 18px; } }
  @media (max-width: 824px) {
    input[type="submit"], select[type="submit"], textarea[type="submit"] {
      padding: 2vw 3vw; } }

textarea {
  height: 100px; }

label {
  font-family: Georgia, 'PT Serif', serif;
  font-weight: 700;
  font-size: 12px;
  font-size: 1.2vw;
  margin-top: 25px;
  display: block; }
  @media (max-width: 1000px) {
    label {
      font-size: 12px; } }
  @media (min-width: 1500px) {
    label {
      font-size: 18px; } }
  label:first-of-type {
    margin-top: 0; }

.hidden {
  display: none; }

body {
  font-family: Georgia, 'PT Serif', serif;
  font-weight: 400;
  font-size: 1em;
  line-height: 1.4;
  color: #0c0c0c;
  min-width: 320px; }

h1 {
  font-size: 32px;
  font-size: 3vw;
  font-family: 'Raleway', sans-serif;
  color: #0c0c0c;
  padding: 0;
  margin: 0 0 15px 0; }
  @media (max-width: 1066.66667px) {
    h1 {
      font-size: 32px; } }
  @media (min-width: 1666.66667px) {
    h1 {
      font-size: 50px; } }

h2 {
  font-size: 22px;
  font-size: 2.5vw;
  font-family: 'Raleway', sans-serif;
  line-height: 110%;
  color: #0c0c0c;
  padding: 0;
  margin: 0 0 15px 0; }
  @media (max-width: 880px) {
    h2 {
      font-size: 22px; } }
  @media (min-width: 1680px) {
    h2 {
      font-size: 42px; } }

h3 {
  font-size: 20px;
  font-size: 2vw;
  font-family: 'Raleway', sans-serif;
  color: #0c0c0c;
  padding: 0;
  margin: 0 0 15px 0; }
  @media (max-width: 1000px) {
    h3 {
      font-size: 20px; } }
  @media (min-width: 1200px) {
    h3 {
      font-size: 24px; } }

h4 {
  font-family: 'Raleway', sans-serif;
  color: #0c0c0c; }

p {
  color: #545454;
  line-height: 180%;
  font-size: 14px;
  font-size: 1.2vw; }
  @media (max-width: 1166.66667px) {
    p {
      font-size: 14px; } }
  @media (min-width: 1500px) {
    p {
      font-size: 18px; } }

a {
  color: #545454;
  text-decoration: none;
  transition: all 0.5s ease; }
  a:hover {
    color: #e94e25; }

ul li {
  color: #545454;
  line-height: 180%;
  font-size: 14px;
  font-size: 1.2vw; }
  @media (max-width: 1166.66667px) {
    ul li {
      font-size: 14px; } }
  @media (min-width: 1500px) {
    ul li {
      font-size: 18px; } }

section {
  margin-bottom: 100px; }
  @media (max-width: 824px) {
    section {
      margin-bottom: 50px; } }

.container {
  padding: 0 80px;
  width: 100%;
  max-width: 1300px;
  margin: 0 auto;
  display: grid; }
  @media (max-width: 824px) {
    .container {
      grid-template-columns: 100%;
      padding: 0 5%; } }

.full-width-text-block {
  text-align: center; }
  #basic-page .full-width-text-block {
    text-align: left; }

.text-image-block.even {
  background-color: #f9f9f9; }
.text-image-block .container {
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 7%;
  align-items: center;
  grid-template-areas: "article image";
  background-size: contain !important; }
  @media (max-width: 650px) {
    .text-image-block .container {
      grid-template-columns: 100% !important;
      grid-template-areas: "image" "article" !important; } }
  .text-image-block .container.odd {
    grid-template-areas: "image article"; }
    @media (max-width: 650px) {
      .text-image-block .container.odd img {
        display: none; } }
  .text-image-block .container.full {
    grid-template-areas: "article article";
    text-align: center; }
.text-image-block article {
  grid-area: article;
  padding: 7% 0; }
.text-image-block img {
  grid-area: image;
  width: 100%;
  height: auto;
  max-width: 600px; }

/* nav styles */
.container nav {
  background: #ffffff; }
  @media (max-width: 824px) {
    .container nav {
      background: #545454; } }

.line {
  height: 1px;
  width: 100%;
  padding: 0;
  margin: 10px 0; }
  .line.grey {
    border: 1px solid #f9f9f9; }
  @media (max-width: 824px) {
    .line {
      display: none; } }

.align_left {
  text-align: left; }

.align_right {
  text-align: right; }

.error {
  color: #e94e25;
  padding: 0;
  margin: 0; }

#browserupgrade {
  text-align: center;
  width: 100%;
  font-family: Georgia, 'PT Serif', serif;
  font-weight: 700; }

#editpage {
  position: absolute;
  top: 0;
  left: 0;
  padding: 5px 6px;
  background: #e94e25;
  color: #ffffff;
  display: block;
  font-weight: bold;
  z-index: 10000; }
  #editpage:hover {
    background: #545454; }

/*# sourceMappingURL=styles.css.map */
