article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

a {
  background: transparent;
}

a:focus {
  outline: thin dotted;
}

a:active,
a:hover {
  outline: 0;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

mark {
  background: #ff0;
  color: #000;
}

code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}

pre {
  white-space: pre-wrap;
}

q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}

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;
}

figure {
  margin: 0;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

button,
input,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0;
}

button,
input {
  line-height: normal;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
  vertical-align: top;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

* {
  box-sizing: border-box;
}

.cf:before, .cf:after {
  content: " ";
  display: table;
}
.cf:after {
  clear: both;
}

form input[type="submit"], .btn {
  background: #00aeef;
  display: inline-block;
  color: #fff;
  padding: 0.4em 0.8em;
  border-radius: 3px;
  border: none;
}
form input[type="submit"]:hover, .btn:hover {
  color: #fff;
  background: #0089bc;
}
form input[type="submit"]:visited, .btn:visited {
  color: #fff;
}
form input.primary[type="submit"], .primary.btn {
  background: #00aeef;
  text-shadow: -2px -2px 6px rgba(0, 0, 0, 0.5);
}
form input.primary[type="submit"]:hover, .primary.btn:hover {
  background: #0089bc;
}
form input.secondary[type="submit"], .secondary.btn {
  background: #979c9c;
}
form input.secondary[type="submit"]:hover, .secondary.btn:hover {
  background: #7d8383;
}

a {
  color: #932790;
  text-decoration: none;
}
a:hover {
  color: #6b1c69;
}
a:visited {
  color: #cb3bc7;
}
a:focus {
  color: #7f227c;
}

blockquote {
  padding: 1em;
  color: #979c9c;
  border: 1px solid #eee;
}

body {
  background: white;
  font: 16px/1.7 "Lustria", georgia, serif;
  color: #444444;
  position: static;
  min-height: 100%;
}

form .field {
  margin: 0 0 1em;
}
form .field input {
  min-width: 0;
  width: 58.75%;
}
form .field input[type="checkbox"], form .field input[type="radio"] {
  width: auto;
}
form .field textarea,
form .field select {
  min-width: 0;
  width: 58.75%;
}
form .field .field-group {
  display: inline-block;
  width: 70%;
}
form .field .field-group label {
  width: auto;
  margin: 0 1.5em 0 0.25em;
}
form .submit.field {
  padding-left: 38.125%;
}

form label {
  font-size: 14px;
  font-size: 0.875rem;
  display: inline-block;
  width: 38.125%;
}
form label[for] {
  cursor: pointer;
}

form input {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1;
  height: 3em;
  background: #e8e8e8;
  padding: 0 0.6em;
  border: none;
  min-width: 240px;
}
form input[type="checkbox"], form input[type="radio"] {
  min-width: 0;
  border: none;
  padding: 0;
  height: auto;
}
form input[type="checkbox"] + label, form input[type="radio"] + label {
  display: inline;
  width: auto;
}
form input[type="checkbox"].has-error + label, form input[type="radio"].has-error + label {
  color: #c00;
}

form textarea {
  background: #e8e8e8;
  border: none;
  font-size: 14px;
  font-size: 0.875rem;
  min-height: 100px;
  min-width: 240px;
  padding: 0.6em;
}

form select {
  font-size: 14px;
  font-size: 0.875rem;
  padding: 0.4em;
  border: 1px solid #ccc;
  min-width: 240px;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Raleway", "Lustria", georgia, serif;
  font-weight: normal;
  line-height: 1;
  text-rendering: optimizeLegibility;
}

h1 {
  font-size: 32px;
  font-size: 2rem;
  line-height: 1.25;
}

h2 {
  font-size: 26px;
  font-size: 1.625rem;
  line-height: 1.15;
}

h3 {
  font-size: 22px;
  font-size: 1.375rem;
  line-height: 1.13;
}

h4 {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.1111;
  font-family: "Lustria", georgia, serif;
}

h5 {
  font-size: 18px;
  font-size: 1.125rem;
  font-family: "Lustria", georgia, serif;
  line-height: 1.1111;
  font-family: "Lustria", georgia, serif;
}

h6 {
  font-size: 16px;
  font-size: 1rem;
  font-family: "Lustria", georgia, serif;
}

img {
  max-width: 100%;
  height: auto;
}

ol {
  list-style: none;
  counter-reset: ollist;
}
ol li {
  counter-increment: ollist;
}
ol li:before {
  font-size: 14px;
  font-size: 0.875rem;
  font-family: "Lustria", georgia, serif;
  display: inline-block;
  margin: 0 0.25em 0 0;
  content: counter(ollist) ".";
  color: #932790;
}

table {
  max-width: 100%;
  width: 100%;
  margin: 1em 0;
  border: 1px solid #333333;
  border-collapse: separate;
  border-left: 0;
  *border-collapse: collapse;
}
table th, table td {
  padding: 8px;
  text-align: left;
  vertical-align: top;
  border-left: 1px solid #eeeeee;
}
table th {
  border-bottom: 1px solid #eeeeee;
  color: #fff;
  font-weight: normal;
}
table td {
  border-top: 1px solid #eeeeee;
}
table td:first-child {
  border-left-color: #333333;
}
table thead th {
  vertical-align: bottom;
  background: #333333;
  border-color: #333333;
}
table thead {
  font-size: 14px;
}
table tbody {
  font-size: 13px;
}
table thead:first-child tr:first-child th,
table tbody:first-child tr:first-child th,
table tbody:first-child tr:first-child td {
  border-top: 0;
  border-bottom: 0;
}
table tr:hover td {
  background: #fff;
}

ul {
  display: block;
}

/* =============================================================================
    Typography - Small screens and up

     - Headings
     - Paragraphs

    ========================================================================= */
/* 1) Headings ============================================================== */
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: "Raleway", "Lustria", georgia, serif;
  text-rendering: optimizeLegibility;
  margin: 0 0 1em;
}

h1, .h1 {
  font-size: 2em;
  line-height: 1.25em;
}

h2, .h2 {
  font-size: 1.625em;
  line-height: 1.15384615em;
}

h3, .h3 {
  font-size: 1.375em;
  line-height: 1.13636364em;
}

h4, .h4 {
  font-size: 1.125em;
  line-height: 1.11111111em;
}

/* 2) Paragraphs ============================================================ */
p {
  font-size: 1em;
  margin: 0 0 1em;
}

html {
  position: relative;
  height: 100%;
}

body {
  transition: all ease-in-out 0.25s;
}
body.nav-open {
  transform: translateX(45%);
}

.wrapper {
  padding: 0 1em;
}

body {
  padding-top: 100px;
}

.site-header {
  background: #fff;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.65);
  color: #347fc2;
  height: 100px;
  position: fixed;
  top: 0;
  width: 100%;
}
.site-header .logo {
  color: #347fc2;
  display: block;
  font-size: 36px;
  font-size: 2.25rem;
  margin: 17px auto 0;
  text-align: center;
  width: 145px;
}
.site-header .logo .logo-inner {
  background: url("/assets/img/logo.png") center center no-repeat;
  background-size: contain;
  display: block;
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  padding: 0 0 47.2973%;
}
.site-header .menu-trigger {
  color: #347fc2;
  font-size: 55px;
  font-size: 3.4375rem;
  font-family: "PT Sans", arial, sans-serif;
  left: 0;
  line-height: 100px;
  height: 100%;
  position: absolute;
  text-align: center;
  top: 0;
  width: 25%;
}
.site-header .phone {
  height: 100%;
  position: absolute;
  right: 0;
  text-align: center;
  top: 3%;
  width: 25%;
  color: #932790;
}
.site-header .phone span {
  display: none;
}
.site-header .phone .fa {
  color: #347fc2;
  font-size: 35px;
  font-size: 2.1875rem;
  line-height: 100px;
}

.site-nav {
  height: 100%;
  left: -45%;
  position: fixed;
  top: 0;
  width: 45%;
}

.site-footer {
  background: #438ccd;
  background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#438ccd), to(#347fc2));
  background-image: linear-gradient(to bottom, #438ccd 0%, #347fc2 100%);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.4) inset;
  color: #fff;
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 2;
  padding: 2em 1em;
  margin: 1em 0 0;
}
.site-footer p {
  margin: 0;
}

.content-top {
  background: #438ccd;
  background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#438ccd), to(#347fc2));
  background-image: linear-gradient(to bottom, #438ccd 0%, #347fc2 100%);
  color: #fff;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.4);
  margin: 0 0 1em;
  text-align: center;
}
.content-top h1 {
  font-size: 45px;
  font-size: 2.8125rem;
  margin: 0.3em 0;
}
.content-top .text {
  padding: 16px;
  line-height: 1.2;
}
.content-top .text span {
  display: block;
  font-size: 50%;
}
.content-top .img {
  border-radius: 50%;
  border: 4px solid #29659a;
  overflow: hidden;
  width: 75%;
  margin: 0 auto 1em;
}
.content-top .img .carl-img {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  padding: 0 0 100%;
  display: block;
  background: url("/assets/img/carl.jpg") no-repeat center;
  background-size: cover;
}

.content-section iframe {
  width: 100%;
  min-height: 300px;
}

.contact-form .field.submit {
  padding: 0;
}
.contact-form .field input,
.contact-form .field textarea,
.contact-form .field select,
.contact-form .field label {
  width: 100%;
}
.contact-form .field input[type="checkbox"],
.contact-form .field input[type="radio"] {
  width: auto;
}

/* calendar widget */
.cal-header .cal-day-head {
  width: 14.28571%;
  float: left;
  color: #fff;
  background: #932790;
  text-align: center;
  line-height: 2;
}

.calendar-pane {
  text-align: right;
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.25);
  line-height: 2;
  /* cal navigation */
}
.calendar-pane .cal-day {
  width: 14.28571%;
  box-sizing: content-box;
  line-height: 3;
  overflow: hidden;
  float: left;
  text-align: center;
  background: #fff;
  color: #932790;
  cursor: pointer;
}
.calendar-pane .cal-day:hover, .calendar-pane .cal-day.selected {
  background: #f6ddf5;
}
.calendar-pane .cal-day.prev-month, .calendar-pane .cal-day.next-month, .calendar-pane .cal-day.unavailable, .calendar-pane .cal-day.past {
  color: #fff;
  background: #ccc;
  cursor: default;
}
.calendar-pane .cal-nav {
  cursor: pointer;
  display: inline-block;
  font-size: 1.5em;
  padding: 0 1em;
}
.calendar-pane .cal-month {
  display: inline-block;
  text-transform: capitalize;
  margin: 0 1em;
  background: #932790;
}
.calendar-pane .cal-month, .calendar-pane .cal-nav {
  background: #932790;
  color: #fff;
  line-height: 32px;
  margin: 0;
  vertical-align: middle;
}

.datepicker-calendar {
  position: absolute;
  opacity: 0;
  z-index: -1;
  top: 0;
  left: 0;
}
.datepicker-calendar.open {
  transition: 0.3s all ease-in-out;
  opacity: 1;
  z-index: 10000;
}
.datepicker-calendar .calendar-holder {
  background: #fff;
}

.form-error {
  display: none;
}

input.has-error,
select.has-error,
textarea.has-error {
  border: 2px solid #c00;
}

input[type="radio"].has-error,
input[type="checkbox"].has-error {
  border: none;
}

@media only screen and (min-width: 760px) {
  h1, .h1 {
    font-size: 2.5em;
    line-height: 1.125em;
  }

  h2, .h2 {
    font-size: 2em;
    line-height: 1.25em;
  }

  h3, .h3 {
    font-size: 1.5em;
    line-height: 1.25em;
  }

  h4, .h4 {
    line-height: 1.22222222em;
  }

  .secondary-wrapper {
    padding: 0 1em;
  }

  .menu-trigger {
    display: none;
  }

  body {
    padding-top: 0;
  }

  .site-header {
    height: auto;
    padding: 1em 0;
    position: relative;
    box-shadow: none;
  }
  .site-header a {
    color: #444444;
  }
  .site-header .logo {
    float: left;
    margin: 0;
    text-align: left;
    width: 20%;
    max-width: 300px;
  }
  .site-header .phone {
    float: right;
    font-size: 35px;
    font-size: 2.1875rem;
    line-height: 1.4;
    position: static;
    text-align: right;
    width: 50%;
  }
  .site-header .phone span {
    display: block;
  }
  .site-header .phone .fa {
    display: none;
  }
  .site-header .site-nav {
    clear: right;
    float: right;
    position: static;
    text-align: right;
    width: 50%;
  }

  .site-nav ul {
    margin: 0;
    padding: 0;
    list-style: none;
    transform: translateX(1em);
  }
  .site-nav li {
    display: inline-block;
  }
  .site-nav a {
    display: block;
    line-height: 2;
    padding: 0 1em;
  }
  .site-nav a:hover {
    background: #00aeef;
    color: #fff;
    border-radius: 3px;
  }

  .content-top {
    padding: 1em 0;
    margin: 0 0 2em;
    text-align: left;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5) inset;
  }
  .content-top .text {
    width: 65.625%;
    float: right;
  }
  .content-top .img {
    width: 22.65625%;
    float: left;
    margin: 0 3.125% 0 0;
  }
  .content-top h1 {
    margin: 0 0 0.5em;
    line-height: 1;
  }
  .content-top h1 span {
    line-height: 1.5;
  }
  .further .content-top h1 {
    font-size: 65px;
    font-size: 4.0625rem;
    margin: 0;
    line-height: 1.75;
  }

  .content-section .video-part {
    width: 38.125%;
    float: right;
    margin-left: 3.125%;
  }
  .content-section .video-part.left {
    float: left;
    margin-right: 3.125%;
    margin-left: 0;
  }
  .content-section .video-part iframe {
    min-height: 250px;
    display: block;
  }

  .contact-form .field.submit {
    padding: 0 0 0 38.125%;
  }
  .contact-form .field label {
    width: 38.125%;
  }
  .contact-form .field input,
  .contact-form .field textarea,
  .contact-form .field select {
    width: 58.75%;
  }
  .contact-form .field input[type="checkbox"],
  .contact-form .field input[type="radio"] {
    width: auto;
  }

  .form-error {
    display: block;
    position: absolute;
    color: #fff;
    background: #c00;
    padding: 0.4em 0.8em;
    font-size: 0.75rem;
  }
}
@media only screen and (min-width: 960px) {
  .content-top {
    padding: 3em 0;
  }
  .content-top .text {
    width: 74.21875%;
  }
  .content-top .img {
    width: 17.5%;
    margin-top: 1em;
  }
}
@media only screen and (min-width: 1030px) {
  h1, .h1 {
    font-size: 3em;
    line-height: 1.05em;
  }

  h2, .h2 {
    font-size: 2.25em;
  }

  h3, .h3 {
    font-size: 1.75em;
  }

  p {
    line-height: 1.375em;
  }

  .wrapper,
  .secondary-wrapper {
    width: 85%;
    margin: auto;
    max-width: 1280px;
    min-width: 1030px;
  }
}
