/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
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: 1em 40px;
}
hr {
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
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;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #000;
  background-color: #fff;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #000;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #A23F65;
  text-decoration: none;
}
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
figure {
  margin: 0;
}
img {
  vertical-align: middle;
}
.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 6px;
}
.img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.img-circle {
  border-radius: 50%;
}
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #fafafa;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
[role="button"] {
  cursor: pointer;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #eceaea;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}
h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
  font-size: 65%;
}
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}
h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
  font-size: 75%;
}
h1,
.h1 {
  font-size: 36px;
}
h2,
.h2 {
  font-size: 30px;
}
h3,
.h3 {
  font-size: 24px;
}
h4,
.h4 {
  font-size: 18px;
}
h5,
.h5 {
  font-size: 14px;
}
h6,
.h6 {
  font-size: 12px;
}
p {
  margin: 0 0 10px;
}
.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 21px;
  }
}
small,
.small {
  font-size: 85%;
}
mark,
.mark {
  background-color: #fcf8e3;
  padding: .2em;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.text-nowrap {
  white-space: nowrap;
}
.text-lowercase {
  text-transform: lowercase;
}
.text-uppercase {
  text-transform: uppercase;
}
.text-capitalize {
  text-transform: capitalize;
}
.text-muted {
  color: #eceaea;
}
.text-primary {
  color: #A23F65;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #7d314e;
}
.text-success {
  color: #3c763d;
}
a.text-success:hover,
a.text-success:focus {
  color: #2b542c;
}
.text-info {
  color: #31708f;
}
a.text-info:hover,
a.text-info:focus {
  color: #245269;
}
.text-warning {
  color: #8a6d3b;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #66512c;
}
.text-danger {
  color: #a94442;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #843534;
}
.bg-primary {
  color: #fff;
  background-color: #A23F65;
}
a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #7d314e;
}
.bg-success {
  background-color: #dff0d8;
}
a.bg-success:hover,
a.bg-success:focus {
  background-color: #c1e2b3;
}
.bg-info {
  background-color: #d9edf7;
}
a.bg-info:hover,
a.bg-info:focus {
  background-color: #afd9ee;
}
.bg-warning {
  background-color: #fcf8e3;
}
a.bg-warning:hover,
a.bg-warning:focus {
  background-color: #f7ecb5;
}
.bg-danger {
  background-color: #f2dede;
}
a.bg-danger:hover,
a.bg-danger:focus {
  background-color: #e4b9b9;
}
.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #fafafa;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}
.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
dl {
  margin-top: 0;
  margin-bottom: 20px;
}
dt,
dd {
  line-height: 1.42857143;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}
@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #eceaea;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #fafafa;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.42857143;
  color: #eceaea;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}
.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #fafafa;
  border-left: 0;
  text-align: right;
}
.blockquote-reverse footer:before,
blockquote.pull-right footer:before,
.blockquote-reverse small:before,
blockquote.pull-right small:before,
.blockquote-reverse .small:before,
blockquote.pull-right .small:before {
  content: '';
}
.blockquote-reverse footer:after,
blockquote.pull-right footer:after,
.blockquote-reverse small:after,
blockquote.pull-right small:after,
.blockquote-reverse .small:after,
blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}
address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.42857143;
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 20px;
  padding-right: 20px;
}
@media (min-width: 768px) {
  .container {
    width: 760px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 980px;
  }
}
@media (min-width: 1240px) {
  .container {
    width: 1040px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 20px;
  padding-right: 20px;
}
.row {
  margin-left: -20px;
  margin-right: -20px;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 20px;
  padding-right: 20px;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1240px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
.clearfix,
.dl-horizontal dd,
.container,
.container-fluid,
.row {
  display: block;
  zoom: 1;
}
.clearfix:before,
.clearfix:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after {
  content: " ";
  display: table;
}
.clearfix:after,
.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row:after {
  clear: both;
}
.clearfix:after,
.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row:after {
  content: " ";
  display: block;
  font-size: 0;
  height: 0;
  clear: both;
  visibility: hidden;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
}
.affix {
  position: fixed;
}
@-ms-viewport {
  width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table !important;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table !important;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: 1239px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table !important;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1239px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1239px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1239px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1240px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table !important;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1240px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1240px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1240px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1239px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1240px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table !important;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}
.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}
.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-display: swap;
  font-weight: 300;
  src: url('../fonts/open-sans-v34-latin-300.woff2') format('woff2'), url('../fonts/open-sans-v34-latin-300.woff') format('woff');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url('../fonts/open-sans-v34-latin-regular.woff2') format('woff2'), url('../fonts/open-sans-v34-latin-regular.woff') format('woff');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-display: swap;
  font-weight: 600;
  src: url('../fonts/open-sans-v34-latin-600.woff2') format('woff2'), url('../fonts/open-sans-v34-latin-600.woff') format('woff');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-display: swap;
  font-weight: 700;
  src: url('../fonts/open-sans-v34-latin-700.woff2') format('woff2'), url('../fonts/open-sans-v34-latin-700.woff') format('woff');
}
html,
body {
  height: 100%;
}
body {
  font-family: 'Open Sans', Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5em;
}
.main {
  padding: 1.875em 0;
}
@media (min-width: 768px) {
  .main {
    padding: 3.75em 0;
  }
}
@media (min-width: 992px) {
  .main {
    padding: 5em 0;
  }
}
@media (min-width: 1240px) {
  .main {
    padding: 6.875em 0;
  }
}
.main.quality-management {
  padding: 1.875em 0;
}
@media (min-width: 768px) {
  .main.quality-management {
    padding: 3.75em 0;
  }
}
@media (min-width: 992px) {
  .main.quality-management {
    padding: 3.75em 0;
  }
}
@media (min-width: 1240px) {
  .main.quality-management {
    padding: 3.75em 0;
  }
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  margin: 0;
}
h1,
h2,
h3,
.h1,
.h2,
.h3 {
  font-weight: 300;
}
h1,
.h1 {
  font-size: 1.375em;
  line-height: 1.36363636em;
  margin-bottom: 0.45454545em;
}
@media (min-width: 768px) {
  h1,
  .h1 {
    font-size: 1.5em;
    line-height: 1.33333333em;
  }
}
@media (min-width: 992px) {
  h1,
  .h1 {
    font-size: 2.25em;
    line-height: 1.33333333em;
    margin-bottom: 0.5em;
  }
}
h1.large {
  font-size: 1.875em;
}
@media (min-width: 992px) {
  h1.large {
    font-size: 2.75em;
    line-height: 1.18181818em;
  }
}
@media (min-width: 1500px) {
  h1.large {
    font-size: 3.125em;
    line-height: 1.2em;
  }
}
h2,
h3,
.h2,
.h3 {
  font-size: 1.5em;
  margin-bottom: 0.41666667em;
}
@media (min-width: 768px) {
  h2,
  h3,
  .h2,
  .h3 {
    line-height: 1.5em;
    margin-bottom: 0;
  }
}
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: 600;
  line-height: 1.5em;
}
a,
a:hover,
a:focus,
a:active {
  outline: none;
}
a {
  transition: color 0.25s ease, border-color 0.25s ease, background-colorx 0.25s ease;
}
.btn {
  display: block;
  border-radius: 1.64285714em;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 0.875em;
  letter-spacing: 0.4px;
  text-align: center;
  line-height: 1.28571429em;
  padding: 1em 2.85714286em;
  max-width: 300px;
  color: #A23F65;
}
.btn + .btn {
  margin-top: 1.14285714em;
}
@media (min-width: 768px) {
  .btn + .btn {
    margin-top: 1.85714286em;
  }
}
.btn-primary {
  background: #A23F65;
  color: #fff;
  font-weight: 600;
  letter-spacing: 0.88px;
}
.btn-primary:focus {
  color: #fff;
}
.btn-primary:hover {
  color: #fff;
  background: #bd577e;
}
.btn-secondary {
  border: 2px solid #A23F65;
  padding: 0.85714286em 2.85714286em;
}
.btn-secondary:hover {
  color: #bd577e;
  border-color: #bd577e;
}
strong {
  font-weight: 600;
}
p {
  margin: 0;
}
p a,
p a:hover {
  text-decoration: underline;
}
p.columns--2 {
  column-count: 2;
  column-gap: 2em;
}
p + p {
  margin-top: 1.5em;
}
img.bw {
  filter: grayscale(100%);
  transition: filter .25s ease;
}
img.bw:hover {
  filter: grayscale(0%);
}
.scholarships h3 {
  margin-bottom: .75em;
}
@media (min-width: 992px) {
  .scholarships h3 {
    margin-bottom: 1em;
  }
}
.scholarships .row > div {
  margin-top: 2.5em;
}
@media (min-width: 992px) {
  .scholarships .row > div {
    margin-top: 0;
  }
}
.scholarships .row:first-child > div:first-child {
  margin-top: 0;
}
.scholarships p {
  margin-bottom: .5em;
}
@media (min-width: 992px) {
  .scholarships p {
    margin-bottom: 1em;
  }
}
.scholarships a {
  font-weight: 700;
  text-decoration: underline;
}
@media (min-width: 992px) {
  .scholarships .row + .row {
    margin-top: 4em;
  }
}
section.prices {
  padding: 1.875em 0;
  background: url('../images/bg/eyes-2.jpg') no-repeat center center;
  background-size: cover;
}
@media (min-width: 768px) {
  section.prices {
    padding: 3.75em 0;
  }
}
@media (min-width: 992px) {
  section.prices {
    padding: 5em 0;
  }
}
@media (min-width: 1240px) {
  section.prices {
    padding: 6.875em 0;
  }
}
section.prices h1 {
  font-weight: 700;
}
@media (min-width: 992px) {
  section.prices h1 {
    text-align: center;
  }
}
section.prices h2 {
  margin-bottom: .3em;
}
@media (min-width: 992px) {
  section.prices h2 {
    margin-bottom: 1em;
  }
}
section.prices a {
  font-weight: 600;
  display: block;
  text-decoration: underline;
  padding: 0.1875em 0;
}
@media (min-width: 992px) {
  section.prices a {
    padding: 0.375em 0;
  }
}
section.prices a:focus {
  color: inherit;
}
section.prices .row > div {
  margin-top: 3em;
}
@media (min-width: 992px) {
  section.prices .row > div {
    margin-top: 0em;
  }
}
@media (min-width: 992px) {
  section.prices .row {
    margin-top: 6.25em;
  }
}
@media (min-width: 768px) {
  .locations .row + .row {
    margin-top: 1.5em;
    padding-top: 2em;
    position: relative;
  }
  .locations .row + .row:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 20px;
    right: 20px;
    height: 1px;
    background: #efefef;
  }
}
.locations .location {
  margin-top: 3em;
  font-weight: 300;
}
@media (min-width: 768px) {
  .locations .location {
    margin-top: 1em;
    min-height: 13.5em;
  }
}
.locations .location,
.locations .location a,
.locations .location h4 {
  line-height: 1.5em;
}
.locations .location h4,
.locations .location strong {
  display: block;
  transition: color .25s ease;
}
@media (min-width: 768px) {
  .locations .location h4:hover,
  .locations .location strong:hover {
    cursor: pointer;
    color: #A23F65;
  }
}
.locations .location strong {
  font-weight: 300;
}
@media (min-width: 768px) {
  .locations .location strong {
    font-weight: 600;
  }
}
.board .member {
  font-weight: 200;
  margin-top: 4.375em;
}
.board .member,
.board .member h4 {
  line-height: 1.5em;
}
.board .member img {
  margin-bottom: 0.25em;
  width: 100%;
  max-width: 335px;
}
@media (min-width: 768px) {
  .board .member img {
    max-width: 100%;
  }
}
.board .member > div {
  min-height: 6em;
}
.membership {
  padding: 1.875em 0;
  background: no-repeat center center;
  background-size: cover;
}
@media (min-width: 768px) {
  .membership {
    padding: 3.75em 0;
  }
}
@media (min-width: 992px) {
  .membership {
    padding: 5em 0;
  }
}
@media (min-width: 1240px) {
  .membership {
    padding: 6.875em 0;
  }
}
@media (min-width: 992px) {
  .membership h1 {
    margin-bottom: 0.22222222em;
  }
}
.membership p {
  margin-bottom: 1.5em;
}
@media (min-width: 992px) {
  .membership p {
    margin-bottom: 3.375em;
  }
}
@media (min-width: 768px) {
  .wpcf7 .flex-form {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem 2rem;
  }
}
@media (min-width: 768px) {
  .wpcf7 .flex-form > * {
    grid-column: span 2;
  }
}
.wpcf7 .flex-form > * label {
  font-size: 14px;
}
@media (min-width: 768px) {
  .wpcf7 .flex-form > .half {
    grid-column: span 1;
  }
}
.wpcf7 .flex-form .bday {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: .5rem;
}
.wpcf7 .wpcf7-checkbox {
  display: block;
  padding: 8px;
  border: 1px solid #E5E3DF;
  margin: 6px 0;
}
.wpcf7 .wpcf7-checkbox label {
  display: flex;
  align-items: center;
}
.wpcf7 .screen-reader-response,
.wpcf7 .wpcf7-response-output {
  display: none;
}
.wpcf7 .wpcf7-not-valid-tip {
  font-size: 12px;
  color: #A23F65;
}
.wpcf7 .wpcf7-acceptance label {
  font-size: 12px;
  line-height: 1.2;
  display: flex;
  align-items: flex-start;
}
.wpcf7 input[type="checkbox"] {
  margin-right: .5rem;
  accent-color: #A23F65;
}
.wpcf7 h5 {
  margin-top: 2rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding-bottom: .125em;
}
.wpcf7 .submit-button {
  margin-top: 3rem;
}
.wpcf7 .submit-button input {
  display: block;
  border-radius: 1.64285714em;
  border: 0;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 0.875em;
  letter-spacing: 0.4px;
  text-align: center;
  line-height: 1.28571429em;
  padding: 1em 2.85714286em;
  max-width: 300px;
  background: #A23F65;
  color: #fff;
  font-weight: 600;
  letter-spacing: 0.88px;
}
.wpcf7 select,
.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"] {
  height: 3rem;
  width: 100%;
  font-size: 16px;
  padding: 0 .5rem;
  border: 1px solid rgba(0, 0, 0, 0.05);
  background: #E5E3DF;
}
.wpcf7 select:active,
.wpcf7 input[type="text"]:active,
.wpcf7 input[type="email"]:active,
.wpcf7 input[type="tel"]:active {
  border-color: #A23F65;
}
#cookie-notification {
  background: #ffffff;
  bottom: 0;
  box-shadow: 0 0px 14px 0 rgba(0, 0, 0, 0.3);
  color: #536064;
  display: none;
  left: 0;
  padding: 18px;
  position: fixed;
  right: 0;
  transition: opacity .3s ease;
  z-index: 100000000;
  font-size: 15px;
}
@media (min-width: 600px) {
  #cookie-notification {
    padding: 2.5rem;
    left: auto;
    bottom: 36px;
    right: 36px;
    width: 540px;
  }
}
#cookie-notification a {
  color: inherit;
  text-decoration: underline !important;
}
#cookie-notification p {
  line-height: 1.3;
  margin-bottom: 0;
}
#cookie-notification .checkbox {
  border-top: 1px solid rgba(83, 96, 100, 0.2);
  display: flex;
  flex-direction: column;
  gap: .25rem;
  margin: 2rem 0 2rem 0;
  padding: 1rem 0 0;
}
@media (min-width: 600px) {
  #cookie-notification .checkbox {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    gap: 1rem;
  }
}
#cookie-notification .checkbox label {
  font-size: inherit;
}
#cookie-notification .checkbox input {
  accent-color: #A23F65;
}
#cookie-notification .checkbox > div {
  align-items: center;
  display: flex;
  gap: .5rem;
  white-space: nowrap;
}
#cookie-notification .buttons {
  display: flex;
  gap: .5rem;
}
@media (min-width: 600px) {
  #cookie-notification .buttons {
    gap: 1rem;
  }
}
#cookie-notification .cookie-btn {
  align-items: center;
  background: #f2f2f2;
  color: #536064;
  cursor: pointer;
  display: flex;
  flex-grow: 1;
  justify-content: center;
  line-height: 1.2;
  padding: 1.125rem 1rem;
  text-align: center;
  transition: background .25s ease, color .25s ease;
}
#cookie-notification .cookie-btn:hover {
  background: #d9d9d9;
}
@media (min-width: 600px) {
  #cookie-notification .cookie-btn {
    padding: 1.125rem 2rem;
    font-size: 0.88888889em;
  }
}
#cookie-notification .cookie-btn + .cookie-btn {
  background: #A23F65;
  color: #ffffff;
}
#cookie-notification .cookie-btn + .cookie-btn:hover {
  background: #bd577e;
}
#cookie-notification.visible {
  display: block;
}
#cookie-notification.fadeOut {
  opacity: 0;
  pointer-events: none;
}
.hero {
  background: url('../images/bg/chair.jpg') no-repeat center center;
  background-size: cover;
}
@media (min-width: 768px) {
  .hero {
    height: 100%;
  }
}
.hero img {
  width: 80%;
  max-width: 280px;
  height: auto;
  margin-bottom: 3.75em;
}
.hero h1 {
  display: none;
}
@media (min-width: 768px) {
  .hero h1 {
    display: block;
  }
}
.hero .group {
  text-align: center;
  padding: 6.875em 0.625em 0em 0.625em;
}
@media (min-width: 768px) {
  .hero .group {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    margin-top: 80px;
  }
}
@media (min-width: 1240px) {
  .hero .group {
    margin-top: 0px;
  }
}
header {
  display: block;
  zoom: 1;
  font-size: 0.75em;
  line-height: 1.66666667em;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  transition: background .3s ease;
  font-weight: 600;
  z-index: 1;
}
header:before,
header:after {
  content: " ";
  display: table;
}
header:after {
  clear: both;
}
header:before,
header:after {
  content: " ";
  display: table;
}
header:after {
  clear: both;
}
header:after {
  content: " ";
  display: block;
  font-size: 0;
  height: 0;
  clear: both;
  visibility: hidden;
}
header:after {
  content: " ";
  display: block;
  font-size: 0;
  height: 0;
  clear: both;
  visibility: hidden;
}
@media (min-width: 992px) {
  header {
    padding-top: 60px;
    text-transform: uppercase;
  }
}
header .container {
  padding-top: 1.75em;
  padding-bottom: 1.58333333em;
  position: relative;
}
@media (min-width: 992px) {
  header .container {
    padding-top: 2.83333333em;
    padding-bottom: 2.66666667em;
  }
}
header img {
  float: left;
  margin-top: -1px;
  margin-bottom: -3px;
}
header ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: block;
  zoom: 1;
}
header ul:before,
header ul:after {
  content: " ";
  display: table;
}
header ul:after {
  clear: both;
}
header ul:before,
header ul:after {
  content: " ";
  display: table;
}
header ul:after {
  clear: both;
}
header ul:after {
  content: " ";
  display: block;
  font-size: 0;
  height: 0;
  clear: both;
  visibility: hidden;
}
header ul:after {
  content: " ";
  display: block;
  font-size: 0;
  height: 0;
  clear: both;
  visibility: hidden;
}
header ul .current_page_item > a {
  color: #A23F65;
}
@media (max-width: 991px) {
  header ul.sub-menu {
    font-size: .75em;
    padding-bottom: 1em;
  }
  header ul.sub-menu a {
    padding: .25em 0;
  }
}
@media (min-width: 992px) {
  header nav {
    float: right;
  }
  header ul {
    display: flex;
  }
  header li {
    margin-right: 4em;
  }
  header li:last-child {
    margin-right: 0;
  }
  header li.menu-item-has-children {
    position: relative;
  }
  header li.menu-item-has-children:hover .sub-menu {
    display: flex;
  }
  header a {
    display: inline-block;
    white-space: nowrap;
    color: #000;
  }
  header a:hover {
    text-decoration: none;
  }
  header ul.sub-menu {
    display: none;
    position: absolute;
    top: 100%;
    left: -2em;
    background: #fff;
    flex-direction: column;
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.15);
  }
  header ul.sub-menu a {
    padding: .375em 2em;
  }
  header ul.sub-menu li {
    padding-bottom: 0;
  }
  header ul.sub-menu li:first-child a {
    padding-top: 1.5em;
  }
  header ul.sub-menu li:last-child a {
    padding-bottom: 1.5em;
  }
  header ul.sub-menu::after,
  header ul.sub-menu::before {
    display: none;
  }
}
.onScroll header,
header.fixed {
  position: fixed;
  background: #fff;
}
@media (min-width: 992px) {
  .onScroll header,
  header.fixed {
    transform: translate3d(0, -60px, 0);
  }
}
.events .event {
  padding-bottom: 5rem;
  margin-bottom: 6rem;
  border-bottom: 1px solid #333333;
}
@media (min-width: 768px) {
  .events .event {
    display: grid;
    grid-template-columns: 1fr auto;
  }
}
.events .event .event__date,
.events .event .event__headline {
  grid-column: span 2;
}
.events .event .event__date {
  color: #A23F65;
}
.events .event .event__content a {
  color: #A23F65;
}
.events .event .event__headline {
  text-wrap: balance;
  margin-bottom: 0;
  max-width: 900px;
  margin-bottom: 3rem;
}
.events .event .event_ctas {
  display: flex;
  gap: 1rem;
  align-self: end;
  margin-top: 3rem;
}
@media (min-width: 768px) {
  .events .event .event_ctas {
    margin-top: 0;
  }
}
.events .event .event_ctas a + a {
  margin-top: 0;
}
footer {
  background: #1E1E1E;
  color: #fff;
  font-weight: 300;
  padding: 3.75em 0 1.25em 0;
}
@media (min-width: 768px) {
  footer {
    padding: 4.28571429em 0 3.57142857em 0;
    font-size: 0.875em;
    line-height: 1.42857143em;
  }
}
@media (min-width: 992px) {
  footer {
    padding: 6.42857143em 0 7.14285714em 0;
  }
}
footer strong {
  font-weight: 600;
  display: block;
  margin-bottom: 1em;
}
footer strong.network br {
  display: none;
}
@media (min-width: 992px) {
  footer strong.network br {
    display: inline;
  }
}
footer .footer__person span {
  white-space: nowrap;
}
footer a,
footer a:focus,
footer a:hover {
  color: #fff;
  text-decoration: underline;
}
footer img {
  width: 75px;
  height: auto;
  margin-bottom: 1.25em;
}
@media (min-width: 768px) {
  footer img {
    width: 100px;
    margin-bottom: 2.5em;
  }
}
footer p {
  column-count: 2;
  column-gap: 40px;
}
footer .row > div + div {
  margin-top: 2.5em;
}
@media (min-width: 768px) {
  footer .row > div + div {
    margin-top: 2.14285714em;
  }
  footer .row > div + div.c-o {
    margin-top: 0;
  }
  footer .row > div + div.c-o + div {
    clear: both;
    padding-top: 30px;
  }
}
@media (min-width: 992px) {
  footer .row > div + div {
    margin-top: 0;
  }
  footer .row > div + div.c-o + div {
    clear: inherit;
    padding-top: 0;
  }
}
section.partner {
  background: #fff;
  padding: 5rem 0 3rem 0;
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.1);
}
section.partner .container {
  width: 100%;
  display: flex;
  gap: 30px 50px;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
section.partner span {
  display: block;
  text-align: center;
  opacity: .5;
  margin-top: 3rem;
  padding-top: 1.5rem;
  border-top: 1px solid #ddd;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: .05em;
}
section.partner img {
  height: auto;
  width: calc( clamp( 120px, 15vw, 160px ) * var(--size) );
}
#map {
  display: none;
}
@media (min-width: 768px) {
  #map {
    display: block;
    background: #efefef;
    height: 550px;
    margin-top: 5.375em;
  }
}
.map-info h4 {
  color: #A23F65;
}
.intro {
  margin-top: 3.75em;
  height: 10em;
  background: no-repeat center center;
  background-size: cover;
}
@media (min-width: 768px) {
  .intro {
    height: 12.5em;
  }
}
@media (min-width: 992px) {
  .intro {
    margin-top: 5em;
    height: 16.25em;
  }
}
.intro .container {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  position: relative;
}
.intro h1 {
  margin: 0;
  text-align: center;
}
@media (min-width: 768px) {
  .intro h1 {
    text-align: left;
  }
}
@media (min-width: 768px) {
  .department-intro {
    display: none;
  }
}
.conference {
  padding: 1.875em 0;
  background: no-repeat center center;
  background-size: cover;
}
@media (min-width: 768px) {
  .conference {
    padding: 3.75em 0;
  }
}
@media (min-width: 992px) {
  .conference {
    padding: 5em 0;
  }
}
@media (min-width: 1240px) {
  .conference {
    padding: 6.875em 0;
  }
}
@media (min-width: 768px) {
  .conference {
    text-align: center;
  }
}
@media (min-width: 768px) {
  .conference .container {
    font-size: 1.375em;
    line-height: 1.36363636em;
  }
}
@media (min-width: 992px) {
  .conference .container {
    font-size: 1.625em;
    line-height: 1.38461538em;
  }
}
.conference a,
.conference p {
  font-weight: 300;
}
.conference a {
  color: #000;
  position: relative;
}
.conference a:before {
  content: '';
  display: block;
  position: absolute;
  background: #A23F65;
  height: 3px;
  left: 0;
  bottom: -4px;
  width: 100%;
}
.conference p {
  margin: 1em 0;
}
.conference h1 {
  font-size: inherit;
  font-weight: 700;
}
.conference .container {
  max-width: 810px;
}
.forum .contacts h3,
.forum .partners h3 {
  margin-bottom: 0.58333333em;
}
.forum .contacts a,
.forum .partners a {
  display: block;
  padding: 0.375em 0;
  border-bottom: 1px solid #efefef;
}
.forum .contacts a:focus,
.forum .partners a:focus {
  color: inherit;
}
.forum .contacts a:hover,
.forum .partners a:hover {
  border-color: #A23F65;
}
.forum h4 {
  padding-top: 1em;
}
.forum .roles-setting h4 {
  padding-top: 3em;
}
.forum .contacts {
  margin-top: 0.75em;
}
.forum .partners {
  margin-top: 2.875em;
}
.forum .education {
  margin-top: 5em;
}
.forum .education h1 {
  margin-bottom: 0;
}
.forum .education strong {
  display: block;
  font-weight: 600;
  font-size: 1.25em;
  line-height: 1.08333333em;
}
@media (min-width: 992px) {
  .forum .education strong {
    font-size: 1.5em;
    line-height: 1.25em;
  }
}
.forum .education em {
  font-style: normal;
  display: block;
  font-weight: 200;
}
.forum .education .number {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 72px;
  background: #fff;
  border: 5px solid #A23F65;
}
@media (min-width: 992px) {
  .forum .education .number {
    width: 84px;
    bottom: 0;
    height: auto;
    right: inherit;
  }
}
.forum .education .number span {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #000;
  font-size: 1.5em;
  line-height: 1em;
  font-weight: 200;
}
.forum .education p {
  margin-top: 1.25em;
}
.forum .education .line {
  color: #fff;
  padding: 5.625em 1.875em 1.5em 1.875em;
  position: relative;
  margin-top: 2.875em;
}
@media (min-width: 992px) {
  .forum .education .line {
    padding: 3.125em 3.125em 3.125em 10.625em;
  }
}
.forum .education .line:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: #A23F65;
  z-index: -1;
}
@media (min-width: 992px) {
  .forum .education .line:after {
    left: 94px;
  }
}
.forum .education .line + .line {
  margin-top: 1em;
}
.forum .education .line:nth-of-type(1):after {
  background: #bd577e;
}
.forum .education .line:nth-of-type(1) .number {
  border-color: #bd577e;
}
.forum .education .line:nth-of-type(2):after {
  background: #b44670;
}
.forum .education .line:nth-of-type(2) .number {
  border-color: #b44670;
}
.toggle-navigation {
  width: 60px;
  height: 60px;
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
}
@media (min-width: 992px) {
  .toggle-navigation {
    display: none;
  }
}
.toggle-navigation span {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 30px;
  height: 0px;
  display: block;
}
.toggle-navigation span:after,
.toggle-navigation span:before {
  content: '';
  display: block;
  position: absolute;
  width: 24px;
  height: 2px;
  background: #000;
  transform-origin: 50% 50%;
  transition: transform 0.5s cubic-bezier(0.77, 0, 0.175, 1);
}
.toggle-navigation span:after {
  transform: translate3d(0, -5px, 0);
}
.toggle-navigation span:before {
  transform: translate3d(0, 5px, 0);
}
@media (max-width: 991px) {
  nav {
    position: fixed;
    top: 0;
    left: 55%;
    right: 0;
    bottom: 0;
    z-index: 1;
    background: #fff;
    transform: translate3d(100%, 0, 0);
    pointer-events: none;
    transition: transform 0.5s cubic-bezier(0.77, 0, 0.175, 1);
    padding: 6.25em 3.75em;
  }
  nav ul {
    font-size: 1.5em;
  }
  nav ul a {
    display: block;
    padding: 0.55555556em 0;
    text-align: left;
  }
  .nav--visible .toggle-navigation span:after {
    transform: rotateZ(-45deg);
  }
  .nav--visible .toggle-navigation span:before {
    transform: rotateZ(45deg);
  }
  .nav--visible nav {
    transform: translate3d(0, 0, 0);
    pointer-events: all;
    box-shadow: 0 30px 20px 0 rgba(0, 0, 0, 0.2);
  }
}
@media (max-width: 767px) {
  nav {
    left: 120px;
    padding: 6.25em 2.125em;
  }
  nav ul a {
    text-align: right;
  }
}
@media (max-width: 340px) {
  nav {
    left: 60px;
  }
}
.departments h1 {
  display: none;
}
@media (min-width: 768px) {
  .departments h1 {
    display: block;
  }
}
.landingpage .col-sm-4 > img {
  margin-top: 1.25em;
}
@media (min-width: 768px) {
  .landingpage .col-sm-4 > img {
    margin-top: 0;
  }
}
