@import url("font-awesome.min.css");
@import url("https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,700,900,300italic");
/*
	Dopetrope by HTML5 UP
	html5up.net | @ajlkn
	Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
*/
/* Basic */
body {
  background: #252122;
  background-image: url("images/bg02.png");
  font-family: "Source Sans Pro";
  font-weight: 300;
  color: #333333;
}
body.is-loading * {
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -ms-transition: none !important;
  -o-transition: none !important;
  transition: none !important;
  -webkit-animation: none !important;
  -moz-animation: none !important;
  -ms-animation: none !important;
  -o-animation: none !important;
  animation: none !important;
}

input, textarea, select {
  font-family: "Source Sans Pro";
  font-weight: 300;
  color: #999999;
}

strong, b {
  color: #252122;
  font-weight: 400;
}

i, em {
  font-style: italic;
}

sub {
  position: relative;
  top: 0.5em;
  font-size: 0.8em;
}

sup {
  position: relative;
  top: -0.5em;
  font-size: 0.8em;
}

blockquote {
  border-left: solid 0.75em #dddddd;
  padding: 1em 0 1em 1.5em;
  font-style: italic;
}

h1, h2, h3, h4, h5, h6 {
  color: #252122;
  font-weight: 700;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  color: inherit;
  text-decoration: none;
}

a {
  color: #823e7b;
  text-decoration: underline;
}
a:hover {
  text-decoration: none;
}

br.clear {
  clear: both;
}

hr {
  border: 0;
  border-top: solid 1px #dddddd;
  height: 1px;
  margin: 2em 0 2em 0;
}

p, ul, ol, dl, table {
  margin-bottom: 2em;
}

.no-underline {
  text-decoration: none;
}

/* Form */
form label {
  display: block;
  color: #252122;
  font-weight: 400;
  margin: 0 0 0.5em 0;
}
form input[type=text],
form input[type=email],
form input[type=password],
form select,
form textarea {
  -webkit-appearance: none;
  display: block;
  border: 0;
  padding: 0.75em 1em;
  font-size: 1em;
  border-radius: 5px;
  border: solid 1px #dddddd;
  background: #fff;
  width: 100%;
}
form input[type=text]:focus,
form input[type=email]:focus,
form input[type=password]:focus,
form select:focus,
form textarea:focus {
  box-shadow: inset 0px 0px 1px 1px #43bff0;
}
form textarea {
  height: 15em;
}
form .formerize-placeholder {
  color: #555 !important;
}
form ::-webkit-input-placeholder {
  color: #555 !important;
}
form :-moz-placeholder {
  color: #555 !important;
}
form ::-moz-placeholder {
  color: #555 !important;
}
form :-ms-input-placeholder {
  color: #555 !important;
}
form ::-moz-focus-inner {
  border: 0;
}

/* Tables */
table {
  width: 100%;
}
table.default {
  width: 100%;
}
table.default tr {
  border-top: solid 1px #dddddd;
}
table.default tr:first-child {
  border-top: 0;
}
table.default td {
  padding: 0.5em 1em 0.5em 1em;
}
table.default th {
  text-align: left;
  padding: 0.5em 1em 0.5em 1em;
  font-weight: 700;
  margin: 0 0 1em 0;
}
table.default thead {
  border-bottom: solid 2px #dddddd;
}

/* Section/Article */
section, article {
  margin-bottom: 2.5em;
}
section > :last-child, section:last-child, article > :last-child, article:last-child {
  margin-bottom: 0;
}

header > p {
  display: block;
  font-style: italic;
}
header.major {
  position: relative;
  text-align: center;
  border-top: solid 1px #ccc;
  top: 1em;
}
header.major h2 {
  background: #fff;
  position: relative;
  top: -0.65em;
  display: inline;
  margin: 0;
  padding: 0 1em 0 1em;
}

/* Box */
.box {
  background: #ffffff;
  border-bottom: solid 1px #ccc;
}
.box .image.featured {
  position: relative;
  width: auto;
}

/* Button */
input[type=button],
input[type=submit],
input[type=reset],
button,
.button {
  -webkit-appearance: none;
  display: inline-block;
  text-decoration: none;
  cursor: pointer;
  border: 0;
  border-radius: 5px;
  background: #d52349;
  color: #fff !important;
  font-weight: 700;
  outline: 0;
  -webkit-transition: background-color .25s ease-in-out;
  -moz-transition: background-color .25s ease-in-out;
  -ms-transition: background-color .25s ease-in-out;
  -o-transition: background-color .25s ease-in-out;
  transition: background-color .25s ease-in-out;
}
input[type=button]:hover,
input[type=submit]:hover,
input[type=reset]:hover,
button:hover,
.button:hover {
  background: #e53359;
}
input[type=button]:active,
input[type=submit]:active,
input[type=reset]:active,
button:active,
.button:active {
  background: #c51349;
}
input[type=button].alt,
input[type=submit].alt,
input[type=reset].alt,
button.alt,
.button.alt {
  background: #252122;
}
input[type=button].alt:hover,
input[type=submit].alt:hover,
input[type=reset].alt:hover,
button.alt:hover,
.button.alt:hover {
  background: #353132;
}
input[type=button].alt:active,
input[type=submit].alt:active,
input[type=reset].alt:active,
button.alt:active,
.button.alt:active {
  background: #151112;
}
input[type=button].icon:before,
input[type=submit].icon:before,
input[type=reset].icon:before,
button.icon:before,
.button.icon:before {
  opacity: 0.35;
  position: relative;
  top: 0.05em;
  margin-right: 0.75em;
}

/* Image */
.image {
  display: inline-block;
  outline: 0;
  width: 100%;
}
.image img {
  display: block;
  width: 100%;
}
.image.centered {
  display: block;
  margin: 0 0 2em 0;
}
.image.centered img {
  margin: 0 auto;
  width: auto;
}
.image.featured {
  display: block;
  width: 100%;
  margin: 0 0 2em 0;
}
.image.left {
  float: left;
  margin: 0 2em 2em 0;
}

/* List */
ul.default {
  list-style: disc;
  padding-left: 1em;
}
ul.default li {
  padding-left: 0.5em;
}
ul.contact li {
  position: relative;
  border-top: solid 1px #ddd;
  padding: 1.3em 0 1.3em 7em;
}
ul.contact li h3 {
  position: absolute;
  left: 0;
  top: 1.3em;
  font-size: 1.1em;
}
ul.contact li p {
  margin: 0;
}
ul.contact li:first-child {
  padding-top: 0;
  border-top: 0;
}
ul.contact li:first-child h3 {
  top: 0;
}
ul.dates li {
  position: relative;
  border-top: solid 1px #ddd;
  padding: 1.3em 0 1.3em 6.75em;
}
ul.dates .date {
  display: block;
  position: absolute;
  left: 0;
  top: 1.3em;
  background-color: #d52349;
  height: 3.5em;
  text-align: center;
  color: #fff;
  line-height: 1em;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  padding: 0.5em 0.75em 0 1em;
}
ul.dates .date:after {
  content: "";
  position: absolute;
  bottom: 0;
  right: -1.2em;
  border-left: solid 1.25em #d52349;
  border-top: solid 1.8em transparent;
  border-bottom: solid 1.8em transparent;
}
ul.dates .date strong {
  display: block;
  font-size: 1.75em;
  padding-top: 0.15em;
}
ul.dates h3 {
  font-size: 1.1em;
}
ul.dates p {
  margin: 0;
}
ul.dates li:first-child {
  border-top: 0;
  padding-top: 0;
}
ul.dates li:first-child .date {
  top: 0;
}
ul.divided li {
  border-top: solid 1px #ddd;
  padding: 1em 0 1em 0;
}
ul.divided li:first-child {
  border-top: 0;
  padding-top: 0;
}
ul.social {
  overflow: hidden;
  cursor: default;
}
ul.social li {
  display: inline-block;
}
ul.social li:first-child {
  margin-left: 0;
}
ul.social li a {
  display: inline-block;
  width: 3em;
  height: 3em;
  text-align: center;
  border-radius: 5px;
  background: #888;
  -webkit-transition: background-color .25s ease-in-out;
  -moz-transition: background-color .25s ease-in-out;
  -ms-transition: background-color .25s ease-in-out;
  -o-transition: background-color .25s ease-in-out;
  transition: background-color .25s ease-in-out;
}
ul.social li a:before {
  color: #fff;
  font-size: 2em;
  line-height: 1.5em;
}
ul.social li a.fa-facebook {
  background: #3c5a98;
}
ul.social li a.fa-facebook:hover {
  background: #4c6aa8;
}
ul.social li a.fa-twitter {
  background: #2daae4;
}
ul.social li a.fa-twitter:hover {
  background: #3dbaf4;
}
ul.social li a.fa-dribbble {
  background: #c4376b;
}
ul.social li a.fa-dribbble:hover {
  background: #d4477b;
}
ul.social li a.fa-linkedin {
  background: #006599;
}
ul.social li a.fa-linkedin:hover {
  background: #1075a9;
}
ul.social li a.fa-tumblr {
  background: #2b4661;
}
ul.social li a.fa-tumblr:hover {
  background: #3b5671;
}
ul.social li a.fa-google-plus {
  background: #da2713;
}
ul.social li a.fa-google-plus:hover {
  background: #ea3723;
}

ol.default {
  list-style: decimal;
  padding-left: 1.25em;
}
ol.default li {
  padding-left: 0.25em;
}

/* Icons */
.icon {
  position: relative;
  text-decoration: none;
}
.icon:before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-transform: none !important;
}
.icon > .label {
  display: none;
}
.icon.featured {
  position: relative;
  display: inline-block;
  background-color: #d52349;
  width: 9em;
  padding: 1.75em 0 0.75em 0;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  margin: 0 0 4.5em 0;
  cursor: default;
}
.icon.featured:before {
  font-size: 4.5em;
  line-height: 1em;
  color: #fff;
}
.icon.featured:after {
  content: "";
  position: absolute;
  bottom: -1.95em;
  left: 0;
  border-top: solid 2em #d52349;
  border-left: solid 4.5em transparent;
  border-right: solid 4.5em transparent;
}
.icon.featured.alt {
  background-color: #252122;
}
.icon.featured.alt:after {
  border-top-color: #252122;
}
.icon.featured.alt2 {
  background-color: #827a7c;
}
.icon.featured.alt2:after {
  border-top-color: #827a7c;
}

/* Banner */
#banner {
  background-position: center center;
  background-size: auto 100%;
  background-repeat: no-repeat;
  text-align: center;
}
#banner header h2 {
  font-weight: 400;
}
#banner header p {
  color: #d52349;
  padding: 0;
  font-style: normal;
  margin: 0;
}

/* Wrappers */
#header-wrapper {
  position: relative;
  background: #ffffff;
}

#main-wrapper {
  position: relative;
  background: #f7f7f7 url("images/bg02.png");
}
#main-wrapper:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 0;
  opacity: 0.1;
}
#main-wrapper .major h2 {
  background: #f7f7f7 url("images/bg02.png");
}

#footer-wrapper {
  position: relative;
  color: #858484;
}
#footer-wrapper:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background: url("images/bg01.png");
  background-size: 100% 100%;
  z-index: 0;
  opacity: 0.5;
}
#footer-wrapper a {
  color: #c5c4c4;
}
#footer-wrapper h2, #footer-wrapper h3, #footer-wrapper h4, #footer-wrapper h5, #footer-wrapper h6, #footer-wrapper strong, #footer-wrapper b {
  color: #fff;
}
#footer-wrapper h2 a, #footer-wrapper h3 a, #footer-wrapper h4 a, #footer-wrapper h5 a, #footer-wrapper h6 a, #footer-wrapper strong a, #footer-wrapper b a {
  color: inherit;
}
#footer-wrapper ul.contact li, #footer-wrapper ul.dates li, #footer-wrapper ul.divided li {
  border-top-color: #353434;
  border-top-color: rgba(255, 255, 255, 0.05);
}

/* Intro */
#intro {
  text-align: center;
}

/* Call to Action */
.call-to-action {
  background-color: #ffffff;
  padding: 4rem;
  border-radius: 20px;
  font-weight: 700;
}

/* Copyright */
#copyright {
  text-align: center;
}
#copyright .links {
  display: inline-block;
  background: #2C2929;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 5px;
  margin: 0;
}

/* Desktop */
@media screen and (min-width: 1201px) {
  /* Basic */
  body, input, textarea, select {
    font-size: 13pt;
    line-height: 1.75em;
  }
  h2 {
    font-size: 1.5em;
  }
  h3 {
    font-size: 1.35em;
  }
  /* Section/Article */
  header {
    margin: 0 0 1.5em 0;
  }
  header > p {
    margin: 0.5em 0 0 0;
    padding-bottom: 0.5em;
  }
  header.major {
    margin: 0 0 3em 0;
  }
  footer {
    margin: 2.25em 0 0 0;
  }
  /* Box */
  .box {
    padding: 2.75em 1.75em 2.75em 1.75em;
  }
  .box .image.featured {
    left: 1.75em;
    top: 1.75em;
    margin: -4.5em 0 4.25em -3.5em;
  }
  .box.post header {
    padding-top: 1em;
    margin: 0 0 2em 0;
  }
  .box.post h2 {
    font-size: 1.5em;
    letter-spacing: -0.015em;
  }
  .box.post header > p {
    margin-top: 1.25em;
    font-size: 1.25em;
  }
  /* Button */
  input[type=button],
  input[type=submit],
  input[type=reset],
  button,
  .button {
    font-size: 1.1em;
    padding: 0.65em 1.5em 0.65em 1.5em;
  }
  input[type=button].big,
  input[type=submit].big,
  input[type=reset].big,
  button.big,
  .button.big {
    font-size: 1.5em;
    padding: 0.75em 1.5em 0.75em 1.5em;
  }
  /* List */
  ul.actions li {
    display: inline-block;
    margin-left: 1em;
  }
  ul.actions li:first-child {
    margin-left: 0;
  }
  ul.links li {
    display: inline-block;
    border-left: solid 1px rgba(255, 255, 255, 0.05);
    padding: 0 0 0 1em;
    margin: 0 0 0 1em;
  }
  ul.links li:first-child {
    border-left: 0;
    padding-left: 0;
    margin-left: 0;
  }
  ul.social {
    margin: 0 0 3.25em 0;
  }
  ul.social li {
    margin-left: 0.75em;
  }
  /* Wrappers */
  #header-wrapper {
    padding: 4.5em 0 4em 0;
  }
  #main-wrapper {
    padding: 4em 0 4em 0;
  }
  #footer-wrapper {
    padding: 4em 0 4em 0;
  }
  #footer-wrapper header {
    margin: 0 0 3em 0;
  }
  #footer-wrapper header h2 {
    font-size: 1.75em;
  }
  /* Header */
  #header {
    text-align: center;
  }
  #header h1 {
    color: #252122;
    font-size: 2.2em;
    letter-spacing: -0.035em;
    margin: 0 0 1em 0;
  }
  /* Nav */
  #nav > ul {
    margin: 0;
  }
  #nav > ul > li {
    display: inline-block;
    font-style: italic;
    margin: 0 0.35em 0 0.35em;
  }
  #nav > ul > li > ul {
    display: none;
  }
  #nav > ul > li > a {
    border-radius: 5px;
    color: #5d5d5d;
    text-decoration: none;
    padding: 0.6em 1.2em 0.6em 1.2em;
    -webkit-transition: background-color .25s ease-in-out;
    -moz-transition: background-color .25s ease-in-out;
    -ms-transition: background-color .25s ease-in-out;
    -o-transition: background-color .25s ease-in-out;
    transition: background-color .25s ease-in-out;
    outline: 0;
  }
  #nav > ul > li:hover > a, #nav > ul > li.active > a {
    background: #f3f3f3;
  }
  #nav > ul > li.current > a {
    background: #d52349;
    color: #fff !important;
    font-weight: 700;
  }
  .dropotron {
    border-radius: 5px;
    background-color: #252122;
    background-color: rgba(34, 30, 31, 0.98);
    padding: 1.25em 1.5em 1.25em 1.5em;
    font-style: italic;
    min-width: 13em;
    box-shadow: 0px 8px 15px 0px rgba(0, 0, 0, 0.5);
    text-align: left;
    margin-top: -1.25em;
    margin-left: -1px;
  }
  .dropotron a, .dropotron span {
    color: #aaa;
    text-decoration: none;
    -webkit-transition: color .25s ease-in-out;
    -moz-transition: color .25s ease-in-out;
    -ms-transition: color .25s ease-in-out;
    -o-transition: color .25s ease-in-out;
    transition: color .25s ease-in-out;
  }
  .dropotron li {
    padding: 0.25em 0 0.25em 0;
  }
  .dropotron li:hover > a, .dropotron li:hover > span {
    color: #fff;
  }
  .dropotron.level-0 {
    margin-top: 2em;
  }
  .dropotron.level-0:before {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    margin-left: -10px;
    top: -9px;
    border-left: solid 10px transparent;
    border-right: solid 10px transparent;
    border-bottom: solid 10px #252122;
    border-bottom-color: rgba(34, 30, 31, 0.98);
  }
  /* Banner */
  #banner {
    position: relative;
    margin: 4em 0 0 0;
  }
  #banner .row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin: 0;
  }
  #banner .row > div {
    width: 50%;
    padding: 0;
    margin-bottom: -12px;
  }
  #banner .row > div header {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
    padding: 2.5em 5em;
    border-radius: 5px;
  }
  #banner .row > div header h2 {
    font-size: 1.5em;
    margin: 0 0 0.65em 0;
  }
  #banner .row > div header p {
    font-size: 1.5em;
  }
  /* Intro */
  #intro {
    overflow: hidden;
  }
  #intro section {
    margin: 3em 0;
    padding: 2.5em 0;
  }
  #intro h2 {
    font-size: 1.75em;
  }
  #intro p {
    margin: 0;
  }
  #intro .middle {
    position: relative;
    z-index: 1;
  }
  #intro .middle:before {
    content: "";
    width: 32px;
    height: 100%;
    position: absolute;
    left: -24px;
    top: 0;
    display: block;
    z-index: -1;
    box-shadow: 32px 0 0 0 #fff, 0 -32px 0 0 #fff, 0 32px 0 0 #fff, 32px 32px 0 0 #fff, 32px -32px 0 0 #fff, 0 0 32px 0 rgba(0, 0, 0, 0.15);
  }
  #intro .middle:after {
    content: "";
    width: 32px;
    height: 100%;
    position: absolute;
    right: -24px;
    top: 0;
    display: block;
    z-index: -1;
    box-shadow: -32px 0 0 0 #fff, 0 -32px 0 0 #fff, 0 32px 0 0 #fff, -32px 32px 0 0 #fff, -32px -32px 0 0 #fff, 0 0 32px 0 rgba(0, 0, 0, 0.15);
  }
  #intro .button {
    min-width: 12em;
  }
  #intro footer {
    margin: 0;
  }
  /* Copyright */
  #copyright {
    margin: 3em 0 2em 0;
  }
  #copyright .links {
    padding: 0.85em 2.25em 0.85em 2.25em;
  }
}
/* Tablet */
@media screen and (min-width: 769px) and (max-width: 1200px) {
  /* Basic */
  body {
    min-width: 960px;
    font-size: 11pt;
  }
  input, textarea, select {
    font-size: 11pt;
  }
  /* Section/Article */
  header.major {
    margin: 0.75em 0 2.5em 0;
  }
  header.major h2 {
    padding: 0 1em 0 1em;
  }
  /* List */
  ul.links li {
    display: inline-block;
    border-left: solid 1px rgba(255, 255, 255, 0.05);
    padding: 0 0 0 0.75em;
    margin: 0 0 0 0.75em;
  }
  ul.links li:first-child {
    border-left: 0;
    padding-left: 0;
    margin-left: 0;
  }
  ul.social li {
    margin: 0 0 0.25em 0.75em;
  }
  /* Wrappers */
  #header-wrapper {
    padding: 3em 0 3em 0;
  }
  #main-wrapper {
    padding: 2.75em 0 2.75em 0;
  }
  #footer-wrapper {
    padding: 3em 0 3em 0;
  }
  #footer-wrapper:before {
    height: 2.5em;
  }
  #footer-wrapper header {
    margin: 0 0 1.5em 0;
  }
  #footer-wrapper header h2 {
    font-size: 1.25em;
  }
  /* Header */
  #header h1 {
    margin: 0.25em 0 1em 0;
  }
  /* Banner */
  #banner {
    padding: 6em 0;
    margin: 3em 0 0 0;
  }
  #banner img {
    margin-bottom: -140px;
  }
  /* Intro */
  #intro {
    padding: 0;
  }
  #intro section {
    padding: 1em 2em;
  }
  #intro .middle:before {
    left: -12px;
  }
  #intro .middle:after {
    right: -12px;
  }
  /* Copyright */
  #copyright {
    margin: 0;
  }
}
/* Mobile */
#navPanel, #titleBar {
  display: none;
}

@media screen and (max-width: 768px) {
  /* Basic */
  html, body {
    overflow-x: hidden;
  }
  body, input, textarea, select {
    line-height: 1.75em;
    font-size: 11pt;
    letter-spacing: 0;
  }
  h2, h3, h4, h5, h6 {
    font-size: 1.25em;
  }
  /* Section/Article */
  section, article {
    margin: 0 0 1.5em 0 !important;
  }
  header {
    margin: 0 0 1em 0;
  }
  footer {
    margin: 2em 0 0 0;
  }
  /* Box */
  .box {
    padding: 25px 15px 20px 15px;
  }
  .box .image.featured {
    left: 15px;
    top: 15px;
    margin: -40px 0 40px -30px;
  }
  /* Button */
  input[type=button],
  input[type=submit],
  input[type=reset],
  button,
  .button {
    position: relative;
    padding: 0.65em 0 0.65em 0 !important;
    width: 100%;
    text-align: center;
    font-size: 1.25em;
    margin: 0.25em 0 0.25em 0;
  }
  input[type=button].icon,
  input[type=submit].icon,
  input[type=reset].icon,
  button.icon,
  .button.icon {
    padding-right: 1em !important;
  }
  /* List */
  ul.actions li {
    display: block;
    margin-top: 0.5em;
  }
  ul.actions li:first-child {
    margin-top: 0;
  }
  ul.contact li {
    padding: 0.8em 0 0.8em 7em;
  }
  ul.contact li h3 {
    top: 0.8em;
  }
  ul.divided li {
    padding: 0.5em 0 0.5em 0;
  }
  ul.links li {
    display: block;
    border-top: solid 1px rgba(255, 255, 255, 0.05);
    padding: 0.25em 0 0 0;
    margin: 0.25em 0 0 0;
  }
  ul.links li:first-child {
    border-top: 0;
    padding-top: 0;
    margin-top: 0;
  }
  ul.social li {
    margin: 0 0.5em 0.75em 0;
  }
  .col-12 {
    width: 100% !important;
  }
  /* Off-Canvas Navigation */
  #page-wrapper {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: transform 0.5s ease;
    -moz-transition: transform 0.5s ease;
    -ms-transition: transform 0.5s ease;
    -o-transition: transform 0.5s ease;
    transition: transform 0.5s ease;
    padding-bottom: 1px;
  }
  #titleBar {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: transform 0.5s ease;
    -moz-transition: transform 0.5s ease;
    -ms-transition: transform 0.5s ease;
    -o-transition: transform 0.5s ease;
    transition: transform 0.5s ease;
    display: block;
    height: 44px;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 10001;
    background: none;
  }
  #titleBar .toggle {
    width: 80px;
    height: 60px;
  }
  #titleBar .toggle:before {
    font-family: FontAwesome;
    text-decoration: none;
    font-style: normal;
    font-weight: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f0c9";
    display: block;
    position: absolute;
    left: 10px;
    top: 10px;
    width: 50px;
    height: 40px;
    line-height: 40px;
    font-size: 18px;
    color: #fff;
    text-align: center;
    background: rgba(150, 150, 150, 0.75);
    border-radius: 5px;
  }
  #titleBar .toggle:active:before {
    background-color: rgb(150, 150, 150);
  }
  #navPanel {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translateX(-275px);
    -moz-transform: translateX(-275px);
    -ms-transform: translateX(-275px);
    -o-transform: translateX(-275px);
    transform: translateX(-275px);
    -webkit-transition: transform 0.5s ease;
    -moz-transition: transform 0.5s ease;
    -ms-transition: transform 0.5s ease;
    -o-transition: transform 0.5s ease;
    transition: transform 0.5s ease;
    display: block;
    height: 100%;
    left: 0;
    overflow-y: auto;
    position: fixed;
    top: 0;
    width: 275px;
    z-index: 10002;
    color: #858484;
    background-image: url("images/bg02.png");
    box-shadow: inset -3px 0px 5px 0px rgba(0, 0, 0, 0.35);
  }
  #navPanel .link {
    display: block;
    color: #888;
    text-decoration: none;
    height: 44px;
    line-height: 44px;
    border-top: solid 1px rgba(255, 255, 255, 0.05);
    padding: 0 1em 0 1em;
    font-style: italic;
  }
  #navPanel .link:first-child {
    border-top: 0;
  }
  #navPanel .indent-1 {
    display: inline-block;
    width: 1em;
  }
  #navPanel .indent-2 {
    display: inline-block;
    width: 2em;
  }
  #navPanel .indent-3 {
    display: inline-block;
    width: 3em;
  }
  #navPanel .indent-4 {
    display: inline-block;
    width: 4em;
  }
  #navPanel .indent-5 {
    display: inline-block;
    width: 5em;
  }
  #navPanel .depth-0 {
    color: #fff;
  }
  body.navPanel-visible #page-wrapper {
    -webkit-transform: translateX(275px);
    -moz-transform: translateX(275px);
    -ms-transform: translateX(275px);
    -o-transform: translateX(275px);
    transform: translateX(275px);
  }
  body.navPanel-visible #titleBar {
    -webkit-transform: translateX(275px);
    -moz-transform: translateX(275px);
    -ms-transform: translateX(275px);
    -o-transform: translateX(275px);
    transform: translateX(275px);
  }
  body.navPanel-visible #navPanel {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
  /* Wrappers */
  #main-wrapper {
    padding: 2em 10px;
    overflow: hidden;
  }
  #header-wrapper {
    padding: 2em 0;
  }
  #footer-wrapper {
    padding: 2em 25px;
    overflow: hidden;
    -webkit-transform: translateZ(0);
  }
  /* Intro */
  #intro {
    padding: 0 25px 0 25px;
  }
  #intro section {
    position: relative;
    border-top: solid 1px #dfdfdf;
    padding: 2.5em 0 0 0;
    margin: 1.5em 0 0 0 !important;
  }
  #intro section.first {
    border-top: 0;
    padding-top: 0;
  }
  #intro section p {
    margin: 0;
  }
  /* Header */
  #header {
    text-align: center;
  }
  #header h1 {
    color: #252122;
    font-weight: 900;
    font-size: 1.75em;
    letter-spacing: -0.035em;
  }
  /* Nav */
  #nav {
    display: none;
  }
  /* Banner */
  #banner {
    margin: 2em 0 4em 0 !important;
    padding: 6em 0;
  }
  #banner header {
    padding: 1.5em 1em 1.5em 1em;
  }
  #banner header h2 {
    font-size: 1.5em;
    line-height: 1.5em;
    margin: 0 0 0.25em 0;
  }
  #banner header p {
    font-size: 1.2em;
  }
  /* Copyright */
  #copyright {
    margin: 3em 0 0 0;
  }
  #copyright .links {
    padding: 0.75em 1.25em 0.75em 1.25em;
  }
}
/* Reviews */
.reviews-section {
  margin-top: 2em;
}
@media screen and (min-width: 769px) and (max-width: 1200px) {
  .reviews-section {
    text-align: center;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 768px) {
  .reviews-section {
    text-align: center;
    margin-top: 1em;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }
}
@media screen and (max-width: 768px) {
  .reviews-section .col-12 {
    text-align: center;
    padding-left: 1em;
    padding-right: 1em;
    width: 100%;
  }
}

.reviews-header {
  text-align: center;
  margin-bottom: 1em;
}
.reviews-header h3 {
  margin-bottom: 0.25em;
}

.reviews-score {
  color: #6f6f6f;
  font-size: 1em;
}

.reviews-grid {
  margin-top: 2em;
  margin-bottom: 2.5em;
}
@media screen and (min-width: 769px) and (max-width: 1200px) {
  .reviews-grid {
    justify-content: center;
    margin-bottom: 2em;
  }
}
@media screen and (max-width: 768px) {
  .reviews-grid {
    justify-content: center;
    margin-top: 0.5em;
    margin-bottom: 1em;
  }
}
@media screen and (min-width: 769px) and (max-width: 1200px) {
  .reviews-grid > * {
    margin-bottom: 2em;
  }
  .reviews-grid > *:last-child {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 768px) {
  .reviews-grid > * {
    margin-bottom: 4em;
  }
  .reviews-grid > *:last-child {
    margin-bottom: 0;
  }
}

.review-card {
  background: #fff;
  border: 1px solid #e3e3e3;
  border-radius: 8px;
  padding: 1.25em;
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.06);
  margin-bottom: 4rem;
}
.review-card p {
  margin-bottom: 0;
  line-height: 1.6em;
}

.review-name {
  font-weight: 700;
  margin-bottom: 0.5em;
}

.review-stars {
  color: #f5b301;
  margin-bottom: 0.75em;
}

section#contact .btt-social i.fa {
  font-size: 44px;
  margin: 0;
}

@media screen and (max-width: 768px) {
  body,
  input,
  textarea,
  select {
    font-size: 16px;
  }
  .btt-social {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 12px;
  }
  #banner .row {
    margin-left: 0;
  }
  #banner .row > * {
    padding-left: 0;
  }
  #header {
    text-align: center;
  }
  #header > span,
  #contact {
    float: none;
    display: block;
    width: 100%;
  }
  #contact {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding-top: 16px;
    font-size: 1.1em;
    line-height: 1.4em;
  }
  #contact > span,
  #contact-info,
  #contact .btt-social {
    width: 100%;
  }
  section#contact .btt-social {
    float: none;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 12px;
    margin: 0 0 8px 0;
    height: auto;
  }
  #banner header {
    float: none;
    max-width: 100%;
    text-align: center;
    padding: 1.25em 1em;
    margin: 0 auto;
  }
  #banner header h1 {
    line-height: 1.25em;
    margin-bottom: 0.35em;
  }
  #banner header h2 {
    margin-bottom: 0.35em;
  }
  #banner header h3 {
    margin-top: 0.15em;
  }
  .btt-social a {
    text-decoration: none;
  }
  .btt-social i.fab {
    font-size: 56px;
    margin: 10px 0px 10px 10px;
    color: #823e7b;
    transition: 0.5s;
  }
  .btt-social i.fab {
    font-size: 52px;
  }
  #banner header {
    padding: 1.5em 1em 1.5em 1em;
  }
  #header img {
    max-width: 100%;
  }
  #header > span {
    float: none;
    text-align: center;
    display: block;
  }
  section#contact .btt-social {
    float: none;
    height: auto;
    margin: 0px;
  }
}
/* Custom overrides migrated from main.css */
body {
  background-color: #f6f7f9;
  background-image: none;
}

#page-wrapper {
  background-color: #f6f7f9;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Lato", sans-serif;
  font-weight: 300;
  width: 100%;
}

h2 {
  line-height: 1em;
}

h2.lrgFont {
  font-size: 34px;
  margin-bottom: 20px;
}

h3 {
  margin-bottom: 14px;
}

#header h1,
#header > span {
  float: left;
}

section#contact {
  font-family: Lato;
  font-size: 1.5em;
  padding-top: 36px;
  font-style: italic;
  color: #823e7b;
  display: flex;
  width: 100%;
  align-items: center;
  text-align: right;
}
section#contact #contact-info {
  margin-left: auto;
}

section#contact .btt-social {
  height: 40px;
  margin-left: 20px;
  margin-right: 10px;
}

.btt-social a {
  text-decoration: none;
  font-size: 44px;
}

section#contact .btt-social a {
  text-decoration: none;
  color: #823e7b;
}

section#contact .btt-social a:hover {
  text-decoration: none;
  color: #823e7b;
}

section#contact .btt-social i.fab {
  font-size: 56px;
  margin: 10px 0px 10px 10px;
  color: #823e7b;
  transition: 0.5s;
}

.social-icons a {
  text-decoration: none;
  color: #823e7b;
}

.social-icons .icon {
  font-size: 1.6em;
}

section#contact .btt-social i.fab:hover {
  color: red;
}

ul {
  list-style: disc;
  list-style-position: inside;
}

.accreditation {
  border: 10px solid #ffffff;
  max-width: 25% !important;
  margin-right: 20px;
  margin-bottom: 30px;
  display: inline-block;
  vertical-align: middle;
}

.image {
  max-width: 100%;
}

.termsconpage section#contact {
  padding-bottom: 36px;
}

#banner header h2 {
  color: #823e7b;
  font-size: 1.6em;
}

#banner header h3 {
  color: #823e7b;
}

#banner header a {
  color: #823e7b;
  text-decoration: none;
}

#banner header h1 {
  font-weight: 400;
  line-height: 1.2em;
}

#banner header p {
  font-family: "Lato Thin";
  font-weight: bold;
  color: #823e7b;
  padding: 0;
  margin: 0;
}

#banner header p.small {
  font-size: 28px;
  margin-bottom: 30px;
  font-weight: 100;
}

#header a {
  text-decoration: none;
}

#header a:hover {
  text-decoration: none;
}

#header-wrapper {
  background: #f6f7f9;
}

#main-wrapper {
  background: #f7f7f7 url("../../images/shutterstock_141842419.jpg");
  background-size: cover;
}

#page-wrapper {
  background-image: linear-gradient(180deg, #f6f7f9 0%, #f2f2f2 100%);
}

.review-card,
.image,
.accreditation {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.review-card:hover,
.image:hover,
.accreditation:hover {
  transform: translateY(-6px);
  box-shadow: 0 16px 28px rgba(0, 0, 0, 0.12);
}

#banner header a {
  transition: color 0.2s ease, transform 0.2s ease;
}

#banner header a:hover {
  transform: translateY(-1px);
}

@media (prefers-reduced-motion: reduce) {
  .reveal {
    transition: none;
    transform: none;
    opacity: 1;
  }
  .review-card,
  .image,
  .accreditation {
    transition: none;
  }
}
#footer-wrapper {
  color: #858484;
}

#footer-wrapper a {
  color: #c5c4c4;
}

#footer-wrapper h2,
#footer-wrapper h3,
#footer-wrapper h4,
#footer-wrapper h5,
#footer-wrapper h6,
#footer-wrapper strong,
#footer-wrapper b {
  color: #fff;
}

#footer-wrapper h2 a,
#footer-wrapper h3 a,
#footer-wrapper h4 a,
#footer-wrapper h5 a,
#footer-wrapper h6 a,
#footer-wrapper strong a,
#footer-wrapper b a {
  color: inherit;
}

#footer-wrapper ul.contact li,
#footer-wrapper ul.dates li,
#footer-wrapper ul.divided li {
  border-top-color: #353434;
  border-top-color: rgba(255, 255, 255, 0.05);
}

#intro {
  text-align: center;
}

#copyright {
  text-align: center;
}

#copyright .links {
  display: inline-block;
  background: #2C2929;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 5px;
  margin: 0;
}

.social-icons {
  text-align: center;
  margin: 1em 0 0 0;
  padding: 0;
  list-style: none;
}

.social-icons li {
  display: inline-block;
  margin: 0 0.5em;
}

.social-icons a {
  text-decoration: none;
  color: #823e7b;
}

@media screen and (min-width: 1201px) {
  #header-wrapper {
    padding: 1.5em 0 0 0;
  }
  #main-wrapper {
    padding: 4em 0 4em 0;
  }
  #footer-wrapper {
    padding: 4em 0 4em 0;
  }
  #banner {
    position: relative;
    margin: 0;
  }
  #banner header {
    display: inline-block;
    max-width: 600px;
    border-radius: 5px;
    float: right;
    z-index: 10;
    position: relative;
  }
  #banner header h2 {
    font-size: 1.5em;
    margin: 0 0 0.65em 0;
  }
  #banner header p {
    font-size: 2em;
    line-height: 1.2em;
  }
}
@media screen and (max-width: 960px) {
  section#contact {
    text-align: center;
  }
  #banner {
    padding: 0;
  }
  #titleBar {
    display: none;
  }
  #banner header h2 {
    text-shadow: 2px 2px 2px #fff;
    font-size: 1.5em;
    line-height: 1.5em;
    margin: 0 0 0.25em 0;
  }
  #banner header p {
    text-shadow: 2px 2px 2px #fff;
    font-size: 1.2em;
  }
}
.reveal {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 0.8s ease, transform 0.8s ease;
  will-change: opacity, transform;
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media screen and (max-width: 768px) {
  .reveal {
    opacity: 1;
    transform: none;
    transition: none;
  }
}
@media (prefers-reduced-motion: reduce) {
  .reveal {
    transition: none;
    transform: none;
    opacity: 1;
  }
  .review-card,
  .image,
  .accreditation {
    transition: none;
  }
}
/* Modern Grid System */
.container {
  margin: 0 auto;
  max-width: 1200px;
  width: 100%;
  padding: 0 20px;
}
@media screen and (min-width: 769px) and (max-width: 1200px) {
  .container {
    max-width: 960px;
    padding: 0 10px;
  }
}
@media screen and (max-width: 768px) {
  .container {
    padding: 0;
  }
}

.row {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin-left: -20px;
  margin-right: -20px;
  margin-top: 5em;
  margin-bottom: 5em;
}
@media screen and (min-width: 769px) and (max-width: 1200px) {
  .row {
    margin-left: -10px;
    margin-right: -10px;
    margin-top: 2em;
    margin-bottom: 2em;
  }
}
@media screen and (max-width: 768px) {
  .row {
    margin-left: 0;
    margin-right: 0;
    margin-top: 1.5em;
    margin-bottom: 1.5em;
    padding: 0 20px;
    width: auto;
  }
}
.row > * {
  box-sizing: border-box;
  padding-left: 20px;
  padding-right: 20px;
}
@media screen and (min-width: 769px) and (max-width: 1200px) {
  .row > * {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media screen and (max-width: 768px) {
  .row > * {
    padding-left: 8px;
    padding-right: 8px;
    margin-bottom: 0;
  }
}

@media screen and (min-width: 769px) {
  .col-1 {
    box-sizing: border-box;
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-2 {
    box-sizing: border-box;
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-3 {
    box-sizing: border-box;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-4 {
    box-sizing: border-box;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-5 {
    box-sizing: border-box;
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-6 {
    box-sizing: border-box;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-7 {
    box-sizing: border-box;
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-8 {
    box-sizing: border-box;
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-9 {
    box-sizing: border-box;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-10 {
    box-sizing: border-box;
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-11 {
    box-sizing: border-box;
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-12 {
    box-sizing: border-box;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .col-mobile-1 {
    box-sizing: border-box;
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-mobile-2 {
    box-sizing: border-box;
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-mobile-3 {
    box-sizing: border-box;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-mobile-4 {
    box-sizing: border-box;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-mobile-5 {
    box-sizing: border-box;
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-mobile-6 {
    box-sizing: border-box;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-mobile-7 {
    box-sizing: border-box;
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-mobile-8 {
    box-sizing: border-box;
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-mobile-9 {
    box-sizing: border-box;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-mobile-10 {
    box-sizing: border-box;
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-mobile-11 {
    box-sizing: border-box;
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-mobile-12 {
    box-sizing: border-box;
    flex: 0 0 100%;
    max-width: 100%;
  }
}

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