html {
  font-size: 100%;
}

/*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! 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;
}

* {
  box-sizing: border-box;
}

*:before,
*:after {
  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.42857;
  color: #333333;
  background-color: #fff;
}

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

a {
  color: #337ab7;
  text-decoration: none;
}

a:hover, a:focus {
  color: #23527c;
  text-decoration: underline;
}

a:focus {
  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.42857;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  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 #eeeeee;
}

.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,
h1 .small, h2 small,
h2 .small, h3 small,
h3 .small, h4 small,
h4 .small, h5 small,
h5 .small, h6 small,
h6 .small,
.h1 small,
.h1 .small, .h2 small,
.h2 .small, .h3 small,
.h3 .small, .h4 small,
.h4 .small, .h5 small,
.h5 .small, .h6 small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #777777;
}

h1, .h1,
h2, .h2,
h3, .h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}

h1 small,
h1 .small, .h1 small,
.h1 .small,
h2 small,
h2 .small, .h2 small,
.h2 .small,
h3 small,
h3 .small, .h3 small,
.h3 .small {
  font-size: 65%;
}

h4, .h4,
h5, .h5,
h6, .h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}

h4 small,
h4 .small, .h4 small,
.h4 .small,
h5 small,
h5 .small, .h5 small,
.h5 .small,
h6 small,
h6 .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, .initialism {
  text-transform: uppercase;
}

.text-capitalize {
  text-transform: capitalize;
}

.text-muted {
  color: #777777;
}

.text-primary {
  color: #337ab7;
}

a.text-primary:hover,
a.text-primary:focus {
  color: #286090;
}

.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;
}

.bg-primary {
  background-color: #337ab7;
}

a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #286090;
}

.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 #eeeeee;
}

ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
}

ul ul,
ul ol,
ol ul,
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.42857;
}

dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

.dl-horizontal dd:before, .dl-horizontal dd:after {
  content: " ";
  display: table;
}

.dl-horizontal dd:after {
  clear: both;
}

@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 #777777;
}

.initialism {
  font-size: 90%;
}

blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eeeeee;
}

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.42857;
  color: #777777;
}

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 #eeeeee;
  border-left: 0;
  text-align: right;
}

.blockquote-reverse footer:before,
.blockquote-reverse small:before,
.blockquote-reverse .small:before,
blockquote.pull-right footer:before,
blockquote.pull-right small:before,
blockquote.pull-right .small:before {
  content: '';
}

.blockquote-reverse footer:after,
.blockquote-reverse small:after,
.blockquote-reverse .small:after,
blockquote.pull-right footer:after,
blockquote.pull-right small:after,
blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}

address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.42857;
}

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.container:before, .container:after {
  content: " ";
  display: table;
}

.container:after {
  clear: both;
}

@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}

@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}

@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.container-fluid:before, .container-fluid:after {
  content: " ";
  display: table;
}

.container-fluid:after {
  clear: both;
}

.row {
  margin-left: -15px;
  margin-right: -15px;
}

.row:before, .row:after {
  content: " ";
  display: table;
}

.row:after {
  clear: both;
}

.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: 15px;
  padding-right: 15px;
}

.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-1 {
  width: 8.33333%;
}

.col-xs-2 {
  width: 16.66667%;
}

.col-xs-3 {
  width: 25%;
}

.col-xs-4 {
  width: 33.33333%;
}

.col-xs-5 {
  width: 41.66667%;
}

.col-xs-6 {
  width: 50%;
}

.col-xs-7 {
  width: 58.33333%;
}

.col-xs-8 {
  width: 66.66667%;
}

.col-xs-9 {
  width: 75%;
}

.col-xs-10 {
  width: 83.33333%;
}

.col-xs-11 {
  width: 91.66667%;
}

.col-xs-12 {
  width: 100%;
}

.col-xs-pull-0 {
  right: auto;
}

.col-xs-pull-1 {
  right: 8.33333%;
}

.col-xs-pull-2 {
  right: 16.66667%;
}

.col-xs-pull-3 {
  right: 25%;
}

.col-xs-pull-4 {
  right: 33.33333%;
}

.col-xs-pull-5 {
  right: 41.66667%;
}

.col-xs-pull-6 {
  right: 50%;
}

.col-xs-pull-7 {
  right: 58.33333%;
}

.col-xs-pull-8 {
  right: 66.66667%;
}

.col-xs-pull-9 {
  right: 75%;
}

.col-xs-pull-10 {
  right: 83.33333%;
}

.col-xs-pull-11 {
  right: 91.66667%;
}

.col-xs-pull-12 {
  right: 100%;
}

.col-xs-push-0 {
  left: auto;
}

.col-xs-push-1 {
  left: 8.33333%;
}

.col-xs-push-2 {
  left: 16.66667%;
}

.col-xs-push-3 {
  left: 25%;
}

.col-xs-push-4 {
  left: 33.33333%;
}

.col-xs-push-5 {
  left: 41.66667%;
}

.col-xs-push-6 {
  left: 50%;
}

.col-xs-push-7 {
  left: 58.33333%;
}

.col-xs-push-8 {
  left: 66.66667%;
}

.col-xs-push-9 {
  left: 75%;
}

.col-xs-push-10 {
  left: 83.33333%;
}

.col-xs-push-11 {
  left: 91.66667%;
}

.col-xs-push-12 {
  left: 100%;
}

.col-xs-offset-0 {
  margin-left: 0%;
}

.col-xs-offset-1 {
  margin-left: 8.33333%;
}

.col-xs-offset-2 {
  margin-left: 16.66667%;
}

.col-xs-offset-3 {
  margin-left: 25%;
}

.col-xs-offset-4 {
  margin-left: 33.33333%;
}

.col-xs-offset-5 {
  margin-left: 41.66667%;
}

.col-xs-offset-6 {
  margin-left: 50%;
}

.col-xs-offset-7 {
  margin-left: 58.33333%;
}

.col-xs-offset-8 {
  margin-left: 66.66667%;
}

.col-xs-offset-9 {
  margin-left: 75%;
}

.col-xs-offset-10 {
  margin-left: 83.33333%;
}

.col-xs-offset-11 {
  margin-left: 91.66667%;
}

.col-xs-offset-12 {
  margin-left: 100%;
}

@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-1 {
    width: 8.33333%;
  }
  .col-sm-2 {
    width: 16.66667%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-4 {
    width: 33.33333%;
  }
  .col-sm-5 {
    width: 41.66667%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-7 {
    width: 58.33333%;
  }
  .col-sm-8 {
    width: 66.66667%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-10 {
    width: 83.33333%;
  }
  .col-sm-11 {
    width: 91.66667%;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-pull-1 {
    right: 8.33333%;
  }
  .col-sm-pull-2 {
    right: 16.66667%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-4 {
    right: 33.33333%;
  }
  .col-sm-pull-5 {
    right: 41.66667%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-7 {
    right: 58.33333%;
  }
  .col-sm-pull-8 {
    right: 66.66667%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-10 {
    right: 83.33333%;
  }
  .col-sm-pull-11 {
    right: 91.66667%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-push-1 {
    left: 8.33333%;
  }
  .col-sm-push-2 {
    left: 16.66667%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-4 {
    left: 33.33333%;
  }
  .col-sm-push-5 {
    left: 41.66667%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-7 {
    left: 58.33333%;
  }
  .col-sm-push-8 {
    left: 66.66667%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-10 {
    left: 83.33333%;
  }
  .col-sm-push-11 {
    left: 91.66667%;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66667%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66667%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66667%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66667%;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
}

@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-1 {
    width: 8.33333%;
  }
  .col-md-2 {
    width: 16.66667%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-4 {
    width: 33.33333%;
  }
  .col-md-5 {
    width: 41.66667%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-7 {
    width: 58.33333%;
  }
  .col-md-8 {
    width: 66.66667%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-10 {
    width: 83.33333%;
  }
  .col-md-11 {
    width: 91.66667%;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-pull-1 {
    right: 8.33333%;
  }
  .col-md-pull-2 {
    right: 16.66667%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-4 {
    right: 33.33333%;
  }
  .col-md-pull-5 {
    right: 41.66667%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-7 {
    right: 58.33333%;
  }
  .col-md-pull-8 {
    right: 66.66667%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-10 {
    right: 83.33333%;
  }
  .col-md-pull-11 {
    right: 91.66667%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-push-1 {
    left: 8.33333%;
  }
  .col-md-push-2 {
    left: 16.66667%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-4 {
    left: 33.33333%;
  }
  .col-md-push-5 {
    left: 41.66667%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-7 {
    left: 58.33333%;
  }
  .col-md-push-8 {
    left: 66.66667%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-10 {
    left: 83.33333%;
  }
  .col-md-push-11 {
    left: 91.66667%;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333%;
  }
  .col-md-offset-2 {
    margin-left: 16.66667%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333%;
  }
  .col-md-offset-5 {
    margin-left: 41.66667%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333%;
  }
  .col-md-offset-8 {
    margin-left: 66.66667%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333%;
  }
  .col-md-offset-11 {
    margin-left: 91.66667%;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
}

@media (min-width: 1200px) {
  .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-1 {
    width: 8.33333%;
  }
  .col-lg-2 {
    width: 16.66667%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-4 {
    width: 33.33333%;
  }
  .col-lg-5 {
    width: 41.66667%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-7 {
    width: 58.33333%;
  }
  .col-lg-8 {
    width: 66.66667%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-10 {
    width: 83.33333%;
  }
  .col-lg-11 {
    width: 91.66667%;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-pull-1 {
    right: 8.33333%;
  }
  .col-lg-pull-2 {
    right: 16.66667%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-4 {
    right: 33.33333%;
  }
  .col-lg-pull-5 {
    right: 41.66667%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-7 {
    right: 58.33333%;
  }
  .col-lg-pull-8 {
    right: 66.66667%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-10 {
    right: 83.33333%;
  }
  .col-lg-pull-11 {
    right: 91.66667%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-push-1 {
    left: 8.33333%;
  }
  .col-lg-push-2 {
    left: 16.66667%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-4 {
    left: 33.33333%;
  }
  .col-lg-push-5 {
    left: 41.66667%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-7 {
    left: 58.33333%;
  }
  .col-lg-push-8 {
    left: 66.66667%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-10 {
    left: 83.33333%;
  }
  .col-lg-push-11 {
    left: 91.66667%;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66667%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66667%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66667%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66667%;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
}

fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}

label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}

input[type="search"] {
  box-sizing: border-box;
}

input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}

input[type="file"] {
  display: block;
}

input[type="range"] {
  display: block;
  width: 100%;
}

select[multiple],
select[size] {
  height: auto;
}

input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.42857;
  color: #555555;
}

.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}

.form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}

.form-control:-ms-input-placeholder {
  color: #999;
}

.form-control::-webkit-input-placeholder {
  color: #999;
}

.form-control::-ms-expand {
  border: 0;
  background-color: transparent;
}

.form-control[disabled], .form-control[readonly],
fieldset[disabled] .form-control {
  background-color: #eeeeee;
  opacity: 1;
}

.form-control[disabled],
fieldset[disabled] .form-control {
  cursor: not-allowed;
}

textarea.form-control {
  height: auto;
}

input[type="search"] {
  -webkit-appearance: none;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"].form-control,
  input[type="time"].form-control,
  input[type="datetime-local"].form-control,
  input[type="month"].form-control {
    line-height: 34px;
  }
  input[type="date"].input-sm,
  .input-group-sm input[type="date"],
  input[type="time"].input-sm,
  .input-group-sm
  input[type="time"],
  input[type="datetime-local"].input-sm,
  .input-group-sm
  input[type="datetime-local"],
  input[type="month"].input-sm,
  .input-group-sm
  input[type="month"] {
    line-height: 30px;
  }
  input[type="date"].input-lg,
  .input-group-lg input[type="date"],
  input[type="time"].input-lg,
  .input-group-lg
  input[type="time"],
  input[type="datetime-local"].input-lg,
  .input-group-lg
  input[type="datetime-local"],
  input[type="month"].input-lg,
  .input-group-lg
  input[type="month"] {
    line-height: 46px;
  }
}

.form-group {
  margin-bottom: 15px;
}

.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}

.radio label,
.checkbox label {
  min-height: 20px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}

.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px \9;
}

.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}

.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}

.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}

input[type="radio"][disabled], input[type="radio"].disabled,
fieldset[disabled] input[type="radio"],
input[type="checkbox"][disabled],
input[type="checkbox"].disabled,
fieldset[disabled]
input[type="checkbox"] {
  cursor: not-allowed;
}

.radio-inline.disabled,
fieldset[disabled] .radio-inline,
.checkbox-inline.disabled,
fieldset[disabled]
.checkbox-inline {
  cursor: not-allowed;
}

.radio.disabled label,
fieldset[disabled] .radio label,
.checkbox.disabled label,
fieldset[disabled]
.checkbox label {
  cursor: not-allowed;
}

.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
  min-height: 34px;
}

.form-control-static.input-lg, .form-control-static.input-sm {
  padding-left: 0;
  padding-right: 0;
}

.input-sm {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

select.input-sm {
  height: 30px;
  line-height: 30px;
}

textarea.input-sm,
select[multiple].input-sm {
  height: auto;
}

.form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

.form-group-sm select.form-control {
  height: 30px;
  line-height: 30px;
}

.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
  height: auto;
}

.form-group-sm .form-control-static {
  height: 30px;
  min-height: 32px;
  padding: 6px 10px;
  font-size: 12px;
  line-height: 1.5;
}

.input-lg {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33333;
  border-radius: 6px;
}

select.input-lg {
  height: 46px;
  line-height: 46px;
}

textarea.input-lg,
select[multiple].input-lg {
  height: auto;
}

.form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33333;
  border-radius: 6px;
}

.form-group-lg select.form-control {
  height: 46px;
  line-height: 46px;
}

.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
  height: auto;
}

.form-group-lg .form-control-static {
  height: 46px;
  min-height: 38px;
  padding: 11px 16px;
  font-size: 18px;
  line-height: 1.33333;
}

.has-feedback {
  position: relative;
}

.has-feedback .form-control {
  padding-right: 42.5px;
}

.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  pointer-events: none;
}

.input-lg + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px;
}

.input-sm + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px;
}

.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
  color: #3c763d;
}

.has-success .form-control {
  border-color: #3c763d;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-success .form-control:focus {
  border-color: #2b542c;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}

.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8;
}

.has-success .form-control-feedback {
  color: #3c763d;
}

.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
  color: #8a6d3b;
}

.has-warning .form-control {
  border-color: #8a6d3b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-warning .form-control:focus {
  border-color: #66512c;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}

.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3;
}

.has-warning .form-control-feedback {
  color: #8a6d3b;
}

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
  color: #a94442;
}

.has-error .form-control {
  border-color: #a94442;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-error .form-control:focus {
  border-color: #843534;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}

.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede;
}

.has-error .form-control-feedback {
  color: #a94442;
}

.has-feedback label ~ .form-control-feedback {
  top: 25px;
}

.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}

.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}

@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-static {
    display: inline-block;
  }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn,
  .form-inline .input-group .form-control {
    width: auto;
  }
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio label,
  .form-inline .checkbox label {
    padding-left: 0;
  }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}

.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
}

.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 27px;
}

.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px;
}

.form-horizontal .form-group:before, .form-horizontal .form-group:after {
  content: " ";
  display: table;
}

.form-horizontal .form-group:after {
  clear: both;
}

@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px;
  }
}

.form-horizontal .has-feedback .form-control-feedback {
  right: 15px;
}

@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 11px;
    font-size: 18px;
  }
}

@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 12px;
  }
}

.fade {
  opacity: 0;
  transition: opacity 0.15s linear;
}

.fade.in {
  opacity: 1;
}

.collapse {
  display: none;
}

.collapse.in {
  display: block;
}

tr.collapse.in {
  display: table-row;
}

tbody.collapse.in {
  display: table-row-group;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition-property: height, visibility;
  transition-duration: 0.35s;
  transition-timing-function: ease;
}

.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid \9;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}

.dropup,
.dropdown {
  position: relative;
}

.dropdown-toggle:focus {
  outline: 0;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 14px;
  text-align: left;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}

.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}

.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}

.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857;
  color: #333333;
  white-space: nowrap;
}

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5;
}

.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  background-color: #337ab7;
}

.dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  color: #777777;
}

.dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed;
}

.open > .dropdown-menu {
  display: block;
}

.open > a {
  outline: 0;
}

.dropdown-menu-right {
  left: auto;
  right: 0;
}

.dropdown-menu-left {
  left: 0;
  right: auto;
}

.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857;
  color: #777777;
  white-space: nowrap;
}

.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990;
}

.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid \9;
  content: "";
}

.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}

@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto;
  }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}

.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}

.nav:before, .nav:after {
  content: " ";
  display: table;
}

.nav:after {
  clear: both;
}

.nav > li {
  position: relative;
  display: block;
}

.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}

.nav > li > a:hover, .nav > li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}

.nav > li.disabled > a {
  color: #777777;
}

.nav > li.disabled > a:hover, .nav > li.disabled > a:focus {
  color: #777777;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}

.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
  background-color: #eeeeee;
  border-color: #337ab7;
}

.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}

.nav > li > a > img {
  max-width: none;
}

.nav-tabs {
  border-bottom: 1px solid #ddd;
}

.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}

.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}

.nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #ddd;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
  color: #555555;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
  cursor: default;
}

.nav-pills > li {
  float: left;
}

.nav-pills > li > a {
  border-radius: 4px;
}

.nav-pills > li + li {
  margin-left: 2px;
}

.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
  color: #fff;
  background-color: #337ab7;
}

.nav-stacked > li {
  float: none;
}

.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}

.nav-justified, .nav-tabs.nav-justified {
  width: 100%;
}

.nav-justified > li, .nav-tabs.nav-justified > li {
  float: none;
}

.nav-justified > li > a, .nav-tabs.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}

.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}

@media (min-width: 768px) {
  .nav-justified > li, .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a, .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}

.nav-tabs-justified, .nav-tabs.nav-justified {
  border-bottom: 0;
}

.nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}

.nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #ddd;
}

@media (min-width: 768px) {
  .nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus,
  .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}

.tab-content > .tab-pane {
  display: none;
}

.tab-content > .active {
  display: block;
}

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent;
}

.navbar:before, .navbar:after {
  content: " ";
  display: table;
}

.navbar:after {
  clear: both;
}

@media (min-width: 768px) {
  .navbar {
    border-radius: 4px;
  }
}

.navbar-header:before, .navbar-header:after {
  content: " ";
  display: table;
}

.navbar-header:after {
  clear: both;
}

@media (min-width: 768px) {
  .navbar-header {
    float: left;
  }
}

.navbar-collapse {
  overflow-x: visible;
  padding-right: 15px;
  padding-left: 15px;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}

.navbar-collapse:before, .navbar-collapse:after {
  content: " ";
  display: table;
}

.navbar-collapse:after {
  clear: both;
}

.navbar-collapse.in {
  overflow-y: auto;
}

@media (min-width: 768px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .navbar-collapse.in {
    overflow-y: visible;
  }
  .navbar-fixed-top .navbar-collapse,
  .navbar-static-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
  }
}

.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 340px;
}

@media (max-device-width: 480px) and (orientation: landscape) {
  .navbar-fixed-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    max-height: 200px;
  }
}

.container > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-header,
.container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}

@media (min-width: 768px) {
  .container > .navbar-header,
  .container > .navbar-collapse,
  .container-fluid > .navbar-header,
  .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}

.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}

@media (min-width: 768px) {
  .navbar-static-top {
    border-radius: 0;
  }
}

.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}

@media (min-width: 768px) {
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0;
  }
}

.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}

.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}

.navbar-brand {
  float: left;
  padding: 15px 15px;
  font-size: 18px;
  line-height: 20px;
  height: 50px;
}

.navbar-brand:hover, .navbar-brand:focus {
  text-decoration: none;
}

.navbar-brand > img {
  display: block;
}

@media (min-width: 768px) {
  .navbar > .container .navbar-brand,
  .navbar > .container-fluid .navbar-brand {
    margin-left: -15px;
  }
}

.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 15px;
  padding: 9px 10px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}

.navbar-toggle:focus {
  outline: 0;
}

.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}

.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}

@media (min-width: 768px) {
  .navbar-toggle {
    display: none;
  }
}

.navbar-nav {
  margin: 7.5px -15px;
}

.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
}

@media (max-width: 767px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none;
  }
  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 20px;
  }
  .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}

@media (min-width: 768px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}

.navbar-form {
  margin-left: -15px;
  margin-right: -15px;
  padding: 10px 15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 8px;
  margin-bottom: 8px;
}

@media (min-width: 768px) {
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .navbar-form .form-control-static {
    display: inline-block;
  }
  .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .navbar-form .input-group .input-group-addon,
  .navbar-form .input-group .input-group-btn,
  .navbar-form .input-group .form-control {
    width: auto;
  }
  .navbar-form .input-group > .form-control {
    width: 100%;
  }
  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio,
  .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio label,
  .navbar-form .checkbox label {
    padding-left: 0;
  }
  .navbar-form .radio input[type="radio"],
  .navbar-form .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}

@media (max-width: 767px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
  .navbar-form .form-group:last-child {
    margin-bottom: 0;
  }
}

@media (min-width: 768px) {
  .navbar-form {
    width: auto;
    border: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    box-shadow: none;
  }
}

.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  margin-bottom: 0;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.navbar-btn {
  margin-top: 8px;
  margin-bottom: 8px;
}

.navbar-btn.btn-sm {
  margin-top: 10px;
  margin-bottom: 10px;
}

.navbar-btn.btn-xs {
  margin-top: 14px;
  margin-bottom: 14px;
}

.navbar-text {
  margin-top: 15px;
  margin-bottom: 15px;
}

@media (min-width: 768px) {
  .navbar-text {
    float: left;
    margin-left: 15px;
    margin-right: 15px;
  }
}

@media (min-width: 768px) {
  .navbar-left {
    float: left !important;
  }
  .navbar-right {
    float: right !important;
    margin-right: -15px;
  }
  .navbar-right ~ .navbar-right {
    margin-right: 0;
  }
}

.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}

.navbar-default .navbar-brand {
  color: #777;
}

.navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent;
}

.navbar-default .navbar-text {
  color: #777;
}

.navbar-default .navbar-nav > li > a {
  color: #777;
}

.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
  color: #333;
  background-color: transparent;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
  color: #555;
  background-color: #e7e7e7;
}

.navbar-default .navbar-nav > .disabled > a, .navbar-default .navbar-nav > .disabled > a:hover, .navbar-default .navbar-nav > .disabled > a:focus {
  color: #ccc;
  background-color: transparent;
}

.navbar-default .navbar-toggle {
  border-color: #ddd;
}

.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
  background-color: #ddd;
}

.navbar-default .navbar-toggle .icon-bar {
  background-color: #888;
}

.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #e7e7e7;
}

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
  background-color: #e7e7e7;
  color: #555;
}

@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333;
    background-color: transparent;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #555;
    background-color: #e7e7e7;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #ccc;
    background-color: transparent;
  }
}

.navbar-default .navbar-link {
  color: #777;
}

.navbar-default .navbar-link:hover {
  color: #333;
}

.navbar-default .btn-link {
  color: #777;
}

.navbar-default .btn-link:hover, .navbar-default .btn-link:focus {
  color: #333;
}

.navbar-default .btn-link[disabled]:hover, .navbar-default .btn-link[disabled]:focus,
fieldset[disabled] .navbar-default .btn-link:hover,
fieldset[disabled] .navbar-default .btn-link:focus {
  color: #ccc;
}

.navbar-inverse {
  background-color: #222;
  border-color: #090909;
}

.navbar-inverse .navbar-brand {
  color: #9d9d9d;
}

.navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus {
  color: #fff;
  background-color: transparent;
}

.navbar-inverse .navbar-text {
  color: #9d9d9d;
}

.navbar-inverse .navbar-nav > li > a {
  color: #9d9d9d;
}

.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
  color: #fff;
  background-color: transparent;
}

.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
  color: #fff;
  background-color: #090909;
}

.navbar-inverse .navbar-nav > .disabled > a, .navbar-inverse .navbar-nav > .disabled > a:hover, .navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444;
  background-color: transparent;
}

.navbar-inverse .navbar-toggle {
  border-color: #333;
}

.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
  background-color: #333;
}

.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #fff;
}

.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #101010;
}

.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
  background-color: #090909;
  color: #fff;
}

@media (max-width: 767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #090909;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #090909;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #9d9d9d;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #fff;
    background-color: transparent;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #fff;
    background-color: #090909;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444;
    background-color: transparent;
  }
}

.navbar-inverse .navbar-link {
  color: #9d9d9d;
}

.navbar-inverse .navbar-link:hover {
  color: #fff;
}

.navbar-inverse .btn-link {
  color: #9d9d9d;
}

.navbar-inverse .btn-link:hover, .navbar-inverse .btn-link:focus {
  color: #fff;
}

.navbar-inverse .btn-link[disabled]:hover, .navbar-inverse .btn-link[disabled]:focus,
fieldset[disabled] .navbar-inverse .btn-link:hover,
fieldset[disabled] .navbar-inverse .btn-link:focus {
  color: #444;
}

.details-holder {
  margin-bottom: 30px;
}

.details-holder summary {
  outline: none;
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
}

.details-holder details {
  position: relative;
  outline: none;
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
}

.details-holder details summary {
  position: relative;
  cursor: pointer;
  outline: none;
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
}

.details-holder details summary::-webkit-details-marker, .details-holder details summary::marker {
  display: none;
}

.details-holder details summary::after {
  position: absolute;
  top: 50%;
  right: 0;
  width: 15px;
  height: 15px;
  content: url("data:image/svg+xml,%3Csvg width='13' height='8' viewBox='0 0 13 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.0002 0.671388L6.34338 6.32824L0.686523 0.671387' stroke='black'/%3E%3C/svg%3E%0A");
  transform: translateY(-50%);
}

.details-holder details[open] summary::after {
  position: absolute;
  top: 50%;
  right: 0;
  width: 15px;
  height: 15px;
  transform: translateY(-50%);
  content: url("data:image/svg+xml,%3Csvg width='13' height='8' viewBox='0 0 13 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.686292 7.32861L6.34315 1.67176L12 7.32861' stroke='black'/%3E%3C/svg%3E%0A");
}

.details-holder h2 {
  margin-bottom: 30px;
}

.container {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 15px;
}

.container:after {
  content: " ";
  display: block;
  clear: both;
}

.container .container {
  padding: 0;
}

#smooth-container {
  transition: opacity 500ms ease;
  opacity: 1;
}

#smooth-container.is-exiting {
  opacity: 0;
}

body {
  margin: 0;
}

section,
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
summary,
div,
img,
object,
figure,
form,
fieldset {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a:active,
a:hover,
a:focus {
  outline: 0;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

dfn {
  font-style: italic;
}

mark {
  background-color: #ff0;
  color: #000;
}

small {
  font-size: 75%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: vw(-6);
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 0;
}

hr {
  height: 0;
  overflow: visible;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  font: inherit;
  margin: 0;
  box-shadow: 0 0 0 rgba(0, 0, 0, 0);
}

input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

button:-moz-focusring,
input:-moz-focusring {
  outline: 1px dotted ButtonText;
}

input {
  line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
  padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="search"] {
  -webkit-appearance: textfield;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

img,
object {
  width: 100%;
}

h1, h2, h3, h4, h5, h6, p, ul, ol, li, blockquote, address {
  position: relative;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

p u,
li u {
  text-decoration: none;
}

* {
  box-sizing: border-box;
}

*:before,
*:after {
  box-sizing: border-box;
}

html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-text-size-adjust: none;
  -ms-overflow-x: hidden;
  overflow-x: hidden;
  font-size: 100%;
}

@media screen and (min-width: 1340px) {
  html {
    font-size: 100% !important;
  }
}

@media screen and (min-width: 801px) and (max-width: 1023px) {
  html {
    font-size: 90% !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 800px) {
  html {
    font-size: 87% !important;
  }
}

@media screen and (min-width: 640px) and (max-width: 767px) {
  html {
    font-size: 85% !important;
  }
}

@media screen and (min-width: 600px) and (max-width: 639px) {
  html {
    font-size: 82% !important;
  }
}

@media screen and (min-width: 480px) and (max-width: 599px) {
  html {
    font-size: 80% !important;
  }
}

@media screen and (min-width: 375px) and (max-width: 479px) {
  html {
    font-size: 75% !important;
  }
}

@media screen and (max-width: 374px) {
  html {
    font-size: 73% !important;
  }
}

@font-face {
  font-family: 'icomoon';
  src: url("../fonts/icomoon.eot?bgpjbc");
  src: url("../fonts/icomoon.eot?bgpjbc#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?bgpjbc") format("truetype"), url("../fonts/icomoon.woff?bgpjbc") format("woff"), url("../fonts/icomoon.svg?bgpjbc#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-chevron-down:before {
  content: "\e900";
}

body {
  color: #212020;
  line-height: 1.5;
  font-size: 1rem;
  font-family: "Fira Sans", sans-serif;
}

* {
  -webkit-font-smoothing: antialiased;
  font-variant-ligatures: none;
}

* {
  font-weight: 400;
  font-style: normal;
}

a {
  background-color: transparent;
  text-decoration: none;
}

a:active,
a:hover {
  outline: 0;
}

address {
  margin: 0;
}

.gform_wrapper .gform_fields {
  row-gap: 1rem !important;
}

.gform_wrapper input:not([type="checkbox"]):not([type="submit"]):not([type="radio"]):not([type="button"]),
.gform_wrapper textarea, .gform_wrapper select {
  border: 2px solid #000;
  padding: 5px;
  border-radius: 0;
}

.gform_wrapper input:not([type="checkbox"]):not([type="submit"]):not([type="radio"]):not([type="button"]):focus,
.gform_wrapper textarea:focus, .gform_wrapper select:focus {
  outline: 2px solid #000;
}

.gform_wrapper .ginput_complex label {
  color: var(--gf-ctrl-label-color-primary) !important;
  font-size: var(--gf-ctrl-label-font-size-primary) !important;
  font-weight: var(--gf-ctrl-label-font-weight-primary) !important;
}

.gform_wrapper input[type="checkbox"] {
  border-radius: 0 !important;
  border: 2px solid #000;
}

.gform_wrapper input[type="checkbox"]::before {
  color: #000 !important;
}

.gform_wrapper input[type="checkbox"]:focus {
  outline: 2px solid #000;
}

.gform_wrapper .gform_footer input[type="submit"] {
  display: block !important;
  margin-top: 10px;
  border: none;
  outline: 0 !important;
  background-color: #000 !important;
  color: #fff !important;
  padding: 5px 25px;
  border-radius: 0 !important;
  font-family: "Fira Sans", sans-serif !important;
  font-size: 1rem !important;
}

.nav-holder {
  background: #fff;
  transition: all 0.3s ease-in-out;
  min-height: 0;
}

@media screen and (min-width: 768px) {
  .nav-holder {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-left: 2.8125rem;
  }
}

@media screen and (max-width: 767px) {
  .nav-holder:before {
    position: absolute;
    height: 4.125rem;
    content: '';
    bottom: 0;
    right: 0;
    background: url("../img/linesarrow.svg") no-repeat bottom right/contain;
    width: 81%;
    opacity: 0;
    transition: all 0.2s ease;
  }
}

@media screen and (max-width: 767px) {
  .nav-holder.active {
    padding-bottom: 4.125rem;
    min-height: 100vh;
    background: #f3f3f3;
  }
  .nav-holder.active:before {
    opacity: 1;
  }
}

.navbar-content:before, .navbar-content:after {
  content: " ";
  display: table;
}

.navbar-content:after {
  clear: both;
}

@media screen and (max-width: 767px) {
  .navbar-content {
    width: 100%;
    display: flex;
    flex-direction: column-reverse;
  }
}

@media screen and (max-width: 767px) {
  .navbar-header {
    position: relative;
  }
}

.logo-holder {
  position: relative;
}

@media screen and (max-width: 767px) {
  .logo-holder {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 22px;
  }
}

.logo {
  height: 3.125rem;
  transition: all 0.3s ease-in-out;
}

@media screen and (max-width: 1199px) {
  .logo {
    height: 2.75rem;
  }
}

@media screen and (max-width: 767px) {
  .logo {
    height: 18px;
  }
}

.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
  color: #212020;
  background-color: transparent;
}

@media screen and (max-width: 767px) {
  .navbar-nav {
    padding-top: 55px;
  }
}

@media screen and (min-width: 768px) {
  .navbar-nav {
    clear: both;
  }
}

.navbar-nav > li > a {
  font-family: "Fira Sans", sans-serif;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 4px;
  color: #212020;
  text-transform: uppercase;
  padding: 1.125rem 2.1625rem;
  transition: all 0.3s ease-in-out;
}

.navbar-nav > li > a:hover, .navbar-nav > li > a:focus {
  color: #c12427;
  background: transparent;
}

@media screen and (max-width: 1199px) {
  .navbar-nav > li > a {
    padding: 1.125rem 1.78125rem;
    letter-spacing: 2px;
  }
}

@media screen and (max-width: 900px) {
  .navbar-nav > li > a {
    padding: 1.125rem 0.9375rem;
  }
}

@media screen and (max-width: 767px) {
  .navbar-nav > li > a {
    text-align: center;
    font-size: 16px;
    letter-spacing: 3.4px;
    padding: 1.35rem 0;
  }
}

.navbar-nav > li > a .caret {
  display: none;
  font-size: 12px;
}

@media screen and (max-width: 767px) {
  .navbar-nav > li > a .caret {
    display: inline-block;
  }
}

@media screen and (max-width: 767px) {
  .navbar-nav .open .dropdown-menu > li > a {
    padding: 2px 0;
  }
}

.navbar-nav .open > a {
  background: transparent;
}

.navbar-nav .open > a:hover, .navbar-nav .open > a:focus {
  color: #212020;
  background: transparent;
}

.navbar-nav .menu-item-has-children.edge .dropdown-menu {
  left: initial;
  right: 35px;
}

@media screen and (min-width: 768px) {
  ul.nav li.menu-item-has-children:hover > ul.dropdown-menu {
    visibility: visible;
    opacity: 1;
    transform: translateY(0%);
  }
}

.dropdown-menu {
  border: none;
  border-top: 3px solid #212020;
  border-radius: 0;
  transition: all 0.2s ease-in-out;
}

@media screen and (min-width: 768px) {
  .dropdown-menu {
    display: block;
    min-width: 11.6875rem;
    transform: translateY(5%);
    visibility: hidden;
    opacity: 0;
  }
}

@media screen and (max-width: 767px) {
  .dropdown-menu {
    padding: 0;
  }
}

.dropdown-menu > li > a {
  font-size: 14px;
  line-height: 2.3;
  color: #212020;
}

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
  background: transparent;
  color: #c12427;
}

@media screen and (max-width: 767px) {
  .dropdown-menu > li > a {
    text-align: center;
    line-height: 25px;
  }
}

@media screen and (max-width: 767px) {
  .navbar-collapse {
    transition: none;
    transform: translateY(10%);
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s ease;
    transition-delay: 0.05s;
  }
  .navbar-collapse.collapse {
    max-height: 80vh;
  }
  .navbar-collapse.collapsing {
    transition: none;
    height: 0 !important;
  }
  .navbar-collapse.collapse.in {
    transform: translateY(0%);
    opacity: 1;
    visibility: visible;
  }
}

.hamburger {
  padding: 24px 22px 22px;
  display: inline-block;
  cursor: pointer;
  transition: opacity, filter 15s linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
  display: none;
}

.hamburger:hover {
  opacity: 0.7;
}

@media screen and (max-width: 767px) {
  .hamburger {
    display: block;
  }
}

.hamburger-box {
  width: 25px;
  height: 24px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
}

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px;
}

.hamburger-inner:before, .hamburger-inner:after {
  content: "";
  display: block;
}

.hamburger-inner:before {
  top: -7px;
}

.hamburger-inner:after {
  bottom: -7px;
}

.hamburger-inner,
.hamburger-inner:before,
.hamburger-inner:after {
  width: 25px;
  height: 2px;
  background-color: #000;
  border-radius: 4px;
  position: absolute;
  transition-property: transform;
  transition-duration: 0.15s;
  transition-timing-function: ease;
}

.hamburger-inner {
  transition-duration: 0.22s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger-inner:before {
  transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in;
}

.hamburger-inner:after {
  transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger[aria-expanded="true"] .hamburger-inner {
  transform: rotate(225deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger[aria-expanded="true"] .hamburger-inner:before {
  top: 0;
  opacity: 0;
  transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
}

.hamburger[aria-expanded="true"] .hamburger-inner:after {
  bottom: 0;
  transform: rotate(-90deg);
  transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.lang-switch {
  transition: all 0.3s ease-in-out;
  opacity: 1;
  visibility: visible;
  max-height: 80px;
  margin: 0;
}

@media screen and (min-width: 768px) {
  .lang-switch {
    min-width: 29.025rem;
    float: right;
    position: relative;
  }
  .lang-switch:before {
    content: '';
    position: absolute;
    height: 100%;
    width: 81%;
    right: 0;
    top: 0;
    background: url("../img/linesarrow.svg") no-repeat center;
    background-size: 100% 100%;
  }
}

@media screen and (max-width: 767px) {
  .lang-switch {
    text-align: center;
  }
}

.lang-switch__list {
  margin: 0;
}

.lang-switch__list li {
  padding: 0;
}

.lang-switch__list li a {
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #212020;
  display: inline-block;
  padding: 1rem 0.2125rem;
  position: relative;
}

.lang-switch__list li a.active {
  text-decoration: underline;
}

.lang-switch__list li a:hover {
  color: #c12427;
}

@media screen and (max-width: 767px) {
  .lang-switch__list li a {
    font-family: "Fira Sans", sans-serif;
    font-weight: 700;
  }
}

@media screen and (min-width: 768px) {
  .offset-top .navbar-nav > li > a {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }
}

@media screen and (min-width: 768px) {
  .offset-top .lang-switch {
    opacity: 0;
    visibility: hidden;
    max-height: 0px;
  }
}

@media screen and (min-width: 768px) {
  .offset-top .logo {
    height: 1.875rem;
  }
}

html.modal-open {
  overflow: hidden;
}

html.modal-open .nav-holder {
  overflow: visible;
}

a {
  color: #c12427;
  transition: all 0.1s ease-in-out;
}

a:visited {
  color: #c12427;
}

a:hover {
  text-decoration: none;
  color: #c12427;
}

.wysiwyg-block a {
  color: #c12427;
  transition: all 0.1s ease-in-out;
}

.wysiwyg-block a:visited {
  color: #c12427;
}

.wysiwyg-block a:hover {
  text-decoration: underline;
  color: #c12427;
}

.text {
  font-size: 16px;
  font-family: "Fira Sans", sans-serif;
  color: #212020;
  margin-bottom: 1.5rem;
}

.text a {
  color: #c12427;
}

.page, .blog, .archive, .category, .single-post {
  padding-top: 6.875rem;
}

@media screen and (max-width: 767px) {
  .page, .blog, .archive, .category, .single-post {
    padding-top: 5rem;
  }
}

.page-content {
  padding-top: 4rem;
  padding-bottom: 4rem;
  position: relative;
  min-height: 100vh;
}

.page-content h1, .page-content h2, .page-content h3 {
  font-family: "Playfair Display", serif;
}

.page-title {
  font-family: "Playfair Display", serif;
  font-weight: 700;
  font-size: 60px;
  line-height: 1;
  color: #212020;
  margin-top: 0;
  padding-bottom: 2rem;
  margin-bottom: 1.875rem;
  position: relative;
}

@media screen and (min-width: 768px) {
  .page-title {
    max-width: 70%;
  }
}

@media screen and (max-width: 1024px) {
  .page-title {
    font-size: 50px;
  }
}

@media screen and (max-width: 767px) {
  .page-title {
    font-size: 36px;
  }
}

@media screen and (max-width: 380px) {
  .page-title {
    font-size: 36px;
  }
}

.page-title:before {
  content: "";
  position: absolute;
  bottom: 0;
  height: 3px;
  width: 100px;
  background: #c12427;
  left: 0;
}

.load-more {
  font-family: "Playfair Display", serif;
  font-weight: 700;
  font-size: 18px;
  color: #212020;
  text-decoration: underline;
}

@media screen and (min-width: 992px) {
  .col-offset2 {
    margin-left: 17.3913%;
  }
}

@media screen and (min-width: 992px) {
  .col-offset3 {
    margin-left: 26.08696%;
  }
}

.searchform {
  margin-bottom: 10px;
}

.searchform input[type="text"] {
  border: 2px solid #000;
  padding: 5px;
  width: 100%;
}

.searchform input[type="submit"] {
  display: block;
  margin-top: 10px;
  background: #000;
  border: none;
  outline: 0;
  color: white;
  padding: 5px 25px;
}

.page-intro {
  margin-bottom: 4em;
}

.main-footer {
  min-height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  bottom: 0;
  background: #fff;
  z-index: 10;
}

.main-footer:before {
  position: absolute;
  content: "";
  right: 0;
  bottom: 0;
  height: 3.6875rem;
  width: 20.625rem;
  background: url(../img/footerlines.svg) no-repeat center/cover;
}

@media screen and (max-width: 1024px) {
  .main-footer {
    justify-content: flex-start;
    padding: 0 40px;
  }
}

@media screen and (max-width: 767px) {
  .main-footer {
    justify-content: center;
    align-items: flex-start;
    min-height: 90px;
  }
}

.copyright {
  font-size: 12px;
  letter-spacing: 0.9px;
  color: #212020;
  margin: 0;
  display: flex;
  gap: .5em;
}

@media screen and (max-width: 920px) {
  .copyright {
    padding: 0 0;
    font-size: 10px;
  }
}

.copyright a {
  color: #212020;
  text-decoration: underline;
}

.copyright a:hover {
  color: #c12427;
}

.hero {
  min-height: calc( 100vh - 6rem);
  position: relative;
}

@media screen and (max-width: 767px) {
  .hero {
    padding-top: 239px;
  }
}

.hero-video__holder {
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

@media screen and (max-width: 850px) {
  .hero-video__holder {
    width: 100%;
    padding-top: 100%;
  }
}

.hero-video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-height: 100%;
  min-width: 100%;
  width: auto;
  height: auto;
  z-index: -100;
  transform: translate(-50%, -50%);
}

@media screen and (max-width: 1439px) {
  .hero-video {
    height: 100%;
    width: auto;
  }
}

.hero-content {
  position: absolute;
  top: 50%;
  left: 10%;
  transform: translateY(-50%);
  background: #fff;
  padding: 20px;
  max-width: 41.25rem;
  margin-bottom: 3.125rem;
}

@media screen and (max-width: 1024px) {
  .hero-content {
    left: 40px;
  }
}

@media screen and (max-width: 849px) {
  .hero-content {
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 90%;
    width: 90%;
  }
}

@media screen and (max-width: 767px) {
  .hero-content {
    position: static;
    margin: 0 auto;
    top: unset;
    left: unset;
    transform: translate(0%, 0%);
  }
  .hero-content:before, .hero-content:after {
    content: " ";
    display: table;
  }
  .hero-content:after {
    clear: both;
  }
}

.hero-content .text {
  font-size: 18px;
  line-height: 1.5;
  color: #212020;
  padding-right: 2.5rem;
  margin-bottom: 1.6875rem;
}

@media screen and (max-width: 767px) {
  .hero-content .text {
    font-size: 15px;
  }
}

.hero-title {
  font-family: "Playfair Display", serif;
  font-weight: 700;
  font-size: 72px;
  color: #212020;
  margin: 0;
  max-width: 80%;
  padding-bottom: 1.5625rem;
  margin-bottom: 2rem;
  position: relative;
  line-height: 1;
}

@media screen and (max-width: 1024px) {
  .hero-title {
    font-size: 52px;
  }
}

@media screen and (max-width: 767px) {
  .hero-title {
    font-size: 48px;
  }
}

.hero-title:before {
  position: absolute;
  content: "";
  width: 85px;
  height: 3px;
  background: #c12427;
  bottom: 0;
  left: 0;
}

.hero-posts__holder {
  padding-top: 2rem;
  border-top: 3px solid #212020;
}

.hero-posts__holder:before, .hero-posts__holder:after {
  content: " ";
  display: table;
}

.hero-posts__holder:after {
  clear: both;
}

@media screen and (max-width: 849px) {
  .hero-posts__holder {
    margin-bottom: 30px;
  }
}

@media screen and (min-width: 768px) {
  .hero-post {
    width: 31.25%;
    float: left;
    margin-right: 3.125%;
  }
  .hero-post:last-of-type {
    width: 31.25%;
    float: right;
    margin-right: 0;
  }
}

.hero-post a:focus {
  text-decoration: none;
}

@media screen and (min-width: 1024px) {
  .hero-post:nth-child(2) {
    border-right: 1px solid #ccc;
  }
}

.hero-post__tags {
  font-family: "Fira Sans", sans-serif;
  font-weight: 700;
  font-size: 12px;
  letter-spacing: 2px;
  color: #c12427;
  margin-top: 0;
  text-transform: uppercase;
}

.hero-post__title {
  font-family: "Playfair Display", serif;
  font-weight: 700;
  font-size: 18px;
  color: #212020;
  margin-top: 0;
  line-height: 1.3;
  word-wrap: break-word;
  /* old name */
  overflow-wrap: break-word;
}

@media screen and (max-width: 1024px) {
  .hero-post__title {
    font-size: 18px;
  }
}

.awards {
  background: #fff;
  padding: 0.9375rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: absolute;
  right: 1.875rem;
  bottom: 1.875rem;
  gap: 10px;
}

.awards-img {
  height: 75px;
  width: auto;
}

.member-item {
  min-height: 300px;
  position: relative;
  width: 100%;
  max-width: 270px;
}

.member-figure {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.member-figure:before {
  position: absolute;
  content: '';
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 40%;
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), #000000);
  z-index: 1;
}

.member-figure img {
  -o-object-fit: cover;
     object-fit: cover;
  max-width: 100%;
}

.member-figure figcaption {
  position: absolute;
  bottom: 2.1875rem;
  width: 100%;
  left: 0;
  padding-right: 20px;
  padding-left: 20px;
  z-index: 2;
  text-align: center;
  display: flex;
  flex-flow: column;
}

.member-name {
  font-family: "Playfair Display", serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 1.2;
  letter-spacing: 1.1px;
  color: #ffffff;
  margin-bottom: 0;
  margin-top: 0;
}

.member-subtitle {
  font-size: 14px;
  color: #ffffff;
  margin: 0 auto;
}

.member-subtitle.key-contact {
  padding: 0 10px;
  background-color: #c12427;
}

.collapse-widget {
  margin-bottom: 1.5625rem;
}

.collapse-widget__label {
  font-family: "Playfair Display", serif;
  font-weight: 700;
  font-size: 24px;
  text-align: right;
  color: #212020;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  position: relative;
  padding-right: 1.875rem;
}

.collapse-widget__label:focus {
  text-decoration: none;
  color: #c12427;
}

.collapse-widget__label i {
  font-size: 14px;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}

.collapse-widget__list {
  padding-right: 1.875rem;
  padding-top: 1.5rem;
}

.collapse-widget__list li {
  text-align: right;
}

.collapse-widget__list li a {
  font-family: "Fira Sans", sans-serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 2;
  letter-spacing: 2px;
  text-align: right;
  color: #000000;
  text-transform: uppercase;
}

.sidebar-link {
  font-family: "Playfair Display", serif;
  font-weight: 700;
  font-size: 24px;
  text-align: right;
  margin-bottom: 20px;
  color: #212020;
  display: block;
}

.search-form #searchForm {
  width: 100%;
  padding-right: 1.875rem;
}

.search-form #searchForm label {
  display: none;
}

.search-form #searchForm input {
  width: 100%;
  margin-top: 1.5rem;
}

.filter-holder {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 15px;
}

.filter-holder .filter-list {
  display: flex;
  flex-flow: row;
  list-style: none;
  align-items: center;
  justify-content: flex-start;
  padding-left: 0;
}

.filter-holder .filter-list .filter {
  position: relative;
  margin-right: 10px;
  margin-bottom: 10px;
  cursor: pointer;
}

.filter-holder .filter-list .filter::before {
  content: "";
  position: absolute;
  bottom: 0;
  height: 2px;
  width: 70%;
  background: #c12427;
  left: 0;
  opacity: 0;
}

.filter-holder .filter-list .filter:hover::before {
  opacity: 1;
}

.filter-holder .filter-list .filter.js-active::before {
  opacity: 1;
}

.page-template-page-home .awards {
  display: none;
}

@media screen and (max-width: 849px) {
  .page-template-page-home .awards {
    position: relative;
    float: right;
    right: unset;
    bottom: unset;
  }
}

@media screen and (max-width: 849px) {
  .page-template-page-home .awards.visible-sm {
    display: flex;
  }
}

@media screen and (min-width: 850px) {
  .page-template-page-home .awards.hidden-sm {
    display: flex;
  }
}

.blog .page-title, .category .page-title, .archive .page-title {
  margin-bottom: 5.9375rem;
}

@media screen and (min-width: 768px) {
  .archive-posts__holder {
    width: 65.21739%;
    float: left;
    margin-right: 4.34783%;
  }
}

@media screen and (min-width: 768px) {
  .archive-posts__sidebar {
    width: 21.73913%;
    float: right;
    margin-right: 0;
  }
}

@media screen and (max-width: 767px) {
  .archive-posts__sidebar {
    display: none;
  }
}

.post {
  border-bottom: 3px solid #212020;
  padding-bottom: 1.5625rem;
}

.post:not(:first-of-type) {
  padding-top: 1.75rem;
}

.post:last-of-type {
  margin-bottom: 3.6875rem;
}

.post a:focus {
  text-decoration: none;
}

.post-tags {
  font-family: "Fira Sans", sans-serif;
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 2px;
  color: #c12427;
  text-transform: uppercase;
  margin-top: 0;
}

.post-title {
  font-family: "Playfair Display", serif;
  font-weight: 700;
  font-size: 36px;
  color: #212020;
  margin-top: 0;
  line-height: 1.23;
}

@media screen and (max-width: 1024px) {
  .post-title {
    font-size: 28px;
  }
}

@media screen and (max-width: 767px) {
  .post-title {
    font-size: 18px;
  }
}

.post-meta {
  font-family: "Playfair Display", serif;
  font-weight: 700;
  font-size: 18px;
  color: #212020;
}

.page-template-page .page-intro {
  margin-bottom: 0;
}

@media screen and (min-width: 992px) {
  .page-template-page .page-intro.col-offset2 {
    width: 56.52174%;
    float: left;
    margin-right: 4.34783%;
    margin-right: 25%;
    float: none;
  }
}

.page-intro .text {
  font-size: 21px;
  line-height: 1.33;
  color: #212020;
}

.col-1-2 {
  margin-bottom: 30px;
}

@media screen and (min-width: 768px) {
  .col-1-2 {
    width: 47.61905%;
    float: left;
  }
  .col-1-2:nth-child(2n + 1) {
    margin-left: 0;
    margin-right: -100%;
    clear: both;
    margin-left: 0;
  }
  .col-1-2:nth-child(2n + 2) {
    margin-left: 52.38095%;
    margin-right: -100%;
    clear: none;
  }
}

.col-1-3 {
  margin-bottom: 30px;
}

@media screen and (min-width: 768px) {
  .col-1-3 {
    width: 30.43478%;
    float: left;
  }
  .col-1-3:nth-child(3n + 1) {
    margin-left: 0;
    margin-right: -100%;
    clear: both;
    margin-left: 0;
  }
  .col-1-3:nth-child(3n + 2) {
    margin-left: 34.78261%;
    margin-right: -100%;
    clear: none;
  }
  .col-1-3:nth-child(3n + 3) {
    margin-left: 69.56522%;
    margin-right: -100%;
    clear: none;
  }
}

.col-1-4 {
  margin-bottom: 30px;
}

@media screen and (min-width: 768px) {
  .col-1-4 {
    width: 21.73913%;
    float: left;
  }
  .col-1-4:nth-child(4n + 1) {
    margin-left: 0;
    margin-right: -100%;
    clear: both;
    margin-left: 0;
  }
  .col-1-4:nth-child(4n + 2) {
    margin-left: 26.08696%;
    margin-right: -100%;
    clear: none;
  }
  .col-1-4:nth-child(4n + 3) {
    margin-left: 52.17391%;
    margin-right: -100%;
    clear: none;
  }
  .col-1-4:nth-child(4n + 4) {
    margin-left: 78.26087%;
    margin-right: -100%;
    clear: none;
  }
}

.col-1-5 {
  margin-bottom: 30px;
}

@media screen and (min-width: 768px) {
  .col-1-5 {
    width: 17.24138%;
    float: left;
  }
  .col-1-5:nth-child(5n + 1) {
    margin-left: 0;
    margin-right: -100%;
    clear: both;
    margin-left: 0;
  }
  .col-1-5:nth-child(5n + 2) {
    margin-left: 20.68966%;
    margin-right: -100%;
    clear: none;
  }
  .col-1-5:nth-child(5n + 3) {
    margin-left: 41.37931%;
    margin-right: -100%;
    clear: none;
  }
  .col-1-5:nth-child(5n + 4) {
    margin-left: 62.06897%;
    margin-right: -100%;
    clear: none;
  }
  .col-1-5:nth-child(5n + 5) {
    margin-left: 82.75862%;
    margin-right: -100%;
    clear: none;
  }
}

.text-block__title {
  font-family: "Playfair Display", serif;
  font-weight: 700;
  font-size: 18px;
  color: #212020;
  margin-bottom: 0.9375rem;
}

.quote {
  border-left: 3px solid #c12427;
  padding: 3.9375rem 3.6875rem 3.4375rem;
  font-family: "Playfair Display", serif;
  font-weight: 700;
  font-size: 24px;
  color: #000000;
}

.quote p {
  margin-bottom: 3.4375rem;
  line-height: 1.3;
}

.quote cite {
  font-size: 14px;
  font-family: "Fira Sans", sans-serif;
  font-weight: 700;
  color: #212020;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.quote.quote--alt {
  background: #f3f3f3;
}

.section-header {
  padding: 2rem 0 2rem;
}

.section-title {
  text-align: center;
  font-family: "Playfair Display", serif;
  font-weight: 700;
  font-size: 36px;
  color: #212020;
}

.page-template-default .col-1-2 img {
  width: auto;
}

.page-template-page-sidebar .page-intro {
  margin-bottom: 1.4375rem;
}

.wysiwyg-block {
  margin-bottom: 3.3125rem;
}

.wysiwyg-block ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
  margin-top: -10px;
}

.wysiwyg-block ul li {
  padding-left: 24px;
  position: relative;
}

.wysiwyg-block ul li:before {
  content: '';
  position: absolute;
  height: 3px;
  width: 3px;
  border-radius: 100%;
  background: #212020;
  left: 12px;
  top: 12px;
  transform: translateY(-50%);
}

.wysiwyg-block ol {
  margin-top: -10px;
}

.wysiwyg-block em {
  font-style: italic;
}

@media screen and (min-width: 768px) {
  .post-overview {
    width: 56.52174%;
    float: left;
    margin-right: 4.34783%;
  }
}

.post-overview #page-title-pdf {
  max-width: 100% !important;
  display: none;
}

@media screen and (min-width: 768px) {
  .post-sidebar {
    width: 21.73913%;
    float: right;
    margin-right: 0;
    margin-top: -3.875rem;
  }
}

.post-sidebar #generate-pdf {
  display: inline-block;
  background: #000;
  border: none;
  outline: 0;
  color: white;
  padding: 5px 25px;
  margin-bottom: 30px;
}

.post-sidebar__title {
  font-family: "Playfair Display", serif;
  font-weight: 700;
  font-size: 24px;
  text-align: right;
  color: #212020;
  margin-bottom: 1.5rem;
  margin-top: 0;
}

.post-footer {
  border-top: 3px solid #212020;
  padding-top: 1.875rem;
  margin-bottom: 1.875rem;
}

.post-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.post-nav li a {
  text-decoration: underline;
  font-size: 18px;
  font-family: "Playfair Display", serif;
  font-weight: 700;
  color: #212020;
}

@media screen and (max-width: 767px) {
  .post-nav li a {
    font-size: 12px;
  }
}

.post-nav li a:hover, .post-nav li a:focus {
  color: #c12427;
}

.post-meta {
  margin-bottom: 1.875rem;
}

.post-meta time {
  font-family: "Playfair Display", serif;
  font-weight: 700;
  font-size: 18px;
  color: #212020;
  display: block;
}

.post-meta__tags {
  font-family: "Fira Sans", sans-serif;
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 2px;
  color: #212020;
  display: block;
  text-transform: uppercase;
}

@media screen and (max-width: 767px) {
  .page-template-page-sidebar .collapse-widget__label,
  .single .collapse-widget__label,
  .news-single .collapse-widget__label {
    justify-content: center;
  }
  .page-template-page-sidebar .collapse-widget__label i,
  .single .collapse-widget__label i,
  .news-single .collapse-widget__label i {
    position: relative;
    margin-left: 10px;
    top: unset;
    right: unset;
    transform: translateY(0%);
  }
}

@media screen and (max-width: 767px) {
  .page-template-page-sidebar .post-sidebar__title,
  .page-template-page-sidebar .sidebar-link,
  .single .post-sidebar__title,
  .single .sidebar-link,
  .news-single .post-sidebar__title,
  .news-single .sidebar-link {
    text-align: center;
  }
}

@media screen and (max-width: 767px) {
  .page-template-page-sidebar .collapse-widget__list,
  .single .collapse-widget__list,
  .news-single .collapse-widget__list {
    padding-right: 0;
  }
}

@media screen and (max-width: 767px) {
  .page-template-page-sidebar .collapse-widget__list li,
  .single .collapse-widget__list li,
  .news-single .collapse-widget__list li {
    text-align: center;
  }
}

.page-template-page-sidebar .members,
.single .members,
.news-single .members {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
}

@media screen and (max-width: 767px) {
  .page-template-page-sidebar .members,
  .single .members,
  .news-single .members {
    justify-content: center;
  }
}

.page-template-page-sidebar .member-item,
.single .member-item,
.news-single .member-item {
  max-width: 140px;
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
  .page-template-page-sidebar .member-item,
  .single .member-item,
  .news-single .member-item {
    max-height: 200px;
  }
}

@media screen and (min-width: 768px) {
  .page-template-page-sidebar .member-item,
  .single .member-item,
  .news-single .member-item {
    margin-left: 10px;
  }
}

@media screen and (max-width: 767px) {
  .page-template-page-sidebar .member-item,
  .single .member-item,
  .news-single .member-item {
    margin: 0 auto;
  }
}

.page-template-page-sidebar .member-item .member-figure,
.single .member-item .member-figure,
.news-single .member-item .member-figure {
  position: relative;
}

.page-template-page-sidebar .member-item .member-figure:before,
.single .member-item .member-figure:before,
.news-single .member-item .member-figure:before {
  background-image: none;
}

.page-template-page-sidebar .member-item .member-figure img,
.single .member-item .member-figure img,
.news-single .member-item .member-figure img {
  max-width: 140px;
  min-width: 140px;
  display: block;
  height: auto;
}

.page-template-page-sidebar .member-item .member-figure figcaption,
.single .member-item .member-figure figcaption,
.news-single .member-item .member-figure figcaption {
  position: relative;
  margin-top: 40px;
}

.page-template-page-sidebar .member-item .member-figure figcaption .member-name,
.single .member-item .member-figure figcaption .member-name,
.news-single .member-item .member-figure figcaption .member-name {
  font-size: 16px;
  color: #000;
  letter-spacing: 0px;
}

@media screen and (min-width: 1200px) {
  .page-template-page-sidebar .post-sidebar,
  .single .post-sidebar,
  .news-single .post-sidebar {
    width: 21.73913%;
    float: right;
    margin-right: 0;
  }
}

@media screen and (min-width: 992px) {
  .page-template-page-sidebar .post-sidebar,
  .single .post-sidebar,
  .news-single .post-sidebar {
    width: 30.43478%;
    float: right;
    margin-right: 0;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .page-template-page-sidebar .post-sidebar,
  .single .post-sidebar,
  .news-single .post-sidebar {
    width: 39.13043%;
    float: right;
    margin-right: 0;
  }
}

.page-template-page-team .col-1-4 {
  margin-bottom: 40px;
}

@media screen and (min-width: 992px) {
  .page-template-page-team .col-1-4 {
    width: 22.6333%;
    float: left;
  }
  .page-template-page-team .col-1-4:nth-child(4n + 1) {
    margin-left: 0;
    margin-right: -100%;
    clear: both;
    margin-left: 0;
  }
  .page-template-page-team .col-1-4:nth-child(4n + 2) {
    margin-left: 25.7889%;
    margin-right: -100%;
    clear: none;
  }
  .page-template-page-team .col-1-4:nth-child(4n + 3) {
    margin-left: 51.5778%;
    margin-right: -100%;
    clear: none;
  }
  .page-template-page-team .col-1-4:nth-child(4n + 4) {
    margin-left: 77.3667%;
    margin-right: -100%;
    clear: none;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .page-template-page-team .col-1-4 {
    width: 31.2296%;
    float: left;
  }
  .page-template-page-team .col-1-4:nth-child(3n + 1) {
    margin-left: 0;
    margin-right: -100%;
    clear: both;
    margin-left: 0;
  }
  .page-template-page-team .col-1-4:nth-child(3n + 2) {
    margin-left: 34.3852%;
    margin-right: -100%;
    clear: none;
  }
  .page-template-page-team .col-1-4:nth-child(3n + 3) {
    margin-left: 68.7704%;
    margin-right: -100%;
    clear: none;
  }
}

@media screen and (max-width: 767px) {
  .page-template-page-team .col-1-4 {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
  }
}

.page-template-page-team .page-intro {
  margin-bottom: 2.8125rem;
}

@media screen and (min-width: 992px) {
  .page-template-page-team .page-intro.col-offset2 {
    width: 56.52174%;
    float: left;
    margin-right: 4.34783%;
  }
}

@media screen and (max-width: 767px) {
  .page-template-page-team .team-members__holder {
    width: 60%;
  }
}

@media screen and (max-width: 480px) {
  .page-template-page-team .team-members__holder {
    width: 90%;
  }
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
  .page-template-page-team .member-item {
    min-height: 300px;
  }
}

.reading-time {
  background: url("../img/stopwatch.svg");
  background-repeat: no-repeat;
  background-size: 12px auto;
  background-position: left center;
  font-family: "Fira Sans",sans-serif;
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 2px;
  color: #212020;
  display: block;
  text-transform: uppercase;
  padding-left: 17px;
}

.page-content.single-teammembers {
  padding-top: 7rem;
  padding-bottom: 0;
}

@media screen and (max-width: 1199px) {
  .page-content.single-teammembers {
    padding-top: 6.875rem;
  }
}

.page-content.single-teammembers .container {
  padding-top: 4rem;
  padding-bottom: 80px;
}

@media screen and (max-width: 1199px) {
  .page-content.single-teammembers .container {
    padding-top: 0;
  }
}

.feat-image__holder {
  position: fixed;
  left: 0;
  width: 25rem;
  height: calc(100vh - 145px);
}

@media screen and (min-width: 1600px) {
  .feat-image__holder {
    width: 30vw;
    max-width: 620px;
  }
}

@media screen and (max-width: 1400px) {
  .feat-image__holder {
    width: 18.75rem;
    max-width: 620px;
  }
}

@media screen and (max-width: 1199px) {
  .feat-image__holder {
    height: 37.5rem;
    position: relative;
    margin-bottom: 1.875rem;
    margin: 0 auto 30px auto;
    width: 25rem;
  }
}

.feat-image__holder:before {
  position: absolute;
  content: '';
  bottom: 0;
  left: 0;
  width: 100%;
  height: 60%;
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), #000000);
  z-index: 1;
}

.feat-image__holder .contact-info {
  position: absolute;
  z-index: 3;
  left: 4.25rem;
  bottom: 5.375rem;
}

@media screen and (max-width: 1400px) {
  .feat-image__holder .contact-info {
    left: 1.875rem;
    bottom: 1.875rem;
  }
}

.feat-image__holder .contact-info p {
  display: block;
  color: #fff;
  font-size: 16px;
  line-height: 1.5;
}

.feat-image__holder .contact-info p a {
  font-family: "Fira Sans", sans-serif;
  font-weight: 700;
  color: #c12427;
}

@media screen and (min-width: 992px) {
  .team-member__overview {
    width: 47.82609%;
    float: left;
    margin-right: 4.34783%;
  }
}

@media screen and (min-width: 992px) {
  .team-single__secondary {
    width: 21.73913%;
    float: right;
    margin-right: 0;
  }
}

.team-single__secondary .quote {
  padding: 2.125rem 1.0625rem 1.4375rem;
}

.team-single__secondary .quote p {
  margin-bottom: 1.125rem;
}

.team-single__header {
  margin-bottom: 1.875rem;
}

.team-single__title {
  font-family: "Playfair Display", serif;
  font-size: 48px;
  color: #212020;
  margin-top: 0;
  margin-bottom: 0.4375rem;
}

.team-single__subtitile {
  font-family: "Fira Sans", sans-serif;
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 2px;
  color: #212020;
  text-transform: uppercase;
}

.team-single__accordion #collapseThree ul {
  list-style-type: none;
  padding-left: 0px;
}

.team-single__accordion #collapseThree ul li span {
  display: block;
  font-weight: 300;
  font-style: italic;
  font-size: 14px;
  margin-top: 5px;
  margin-bottom: 20px;
}

.accordion-control {
  margin-bottom: 1.875rem;
  font-size: 21px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #212020;
  display: block;
  padding: 0.8125rem 0;
  border-bottom: 2px solid #212020;
  position: relative;
}

.accordion-control:hover, .accordion-control:focus {
  text-decoration: none;
  color: #212020;
}

.accordion-control[aria-expanded="true"] {
  color: #212020;
}

.accordion-control[aria-expanded="true"] .plus-minus:before {
  transform: rotate(90deg);
  opacity: 0;
}

.accordion-control[aria-expanded="true"] .plus-minus:after {
  transform: rotate(180deg);
  background-color: #212020;
}

.plus-minus {
  position: absolute;
  height: 14px;
  width: 14px;
  top: 50%;
  right: 30px;
  transform: translateY(-50%);
}

.plus-minus:before, .plus-minus:after {
  content: "";
  position: absolute;
  background-color: #212020;
  transition: transform 0.25s ease-out;
}

.plus-minus:before {
  top: 0;
  left: 50%;
  width: 1.5px;
  height: 100%;
  transform: translateX(-50%);
}

.plus-minus:after {
  top: 50%;
  left: 0;
  width: 100%;
  height: 1.5px;
  transform: translateY(-50%);
}

@media screen and (max-width: 991px) {
  .page-template-page-contact .hero {
    padding-top: 178px;
  }
}

.page-template-page-contact .hero-content {
  max-width: 61.9375rem;
}

@media screen and (min-width: 768px) and (max-width: 1200px) {
  .page-template-page-contact .hero-content {
    max-width: 90%;
    width: 90%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}

@media screen and (max-width: 991px) {
  .page-template-page-contact .hero-content {
    font-size: 22px;
    position: static;
    margin: 0 auto;
    top: unset;
    left: unset;
    transform: translate(0%, 0%);
  }
  .page-template-page-contact .hero-content:before, .page-template-page-contact .hero-content:after {
    content: " ";
    display: table;
  }
  .page-template-page-contact .hero-content:after {
    clear: both;
  }
}

@media screen and (min-width: 992px) {
  .page-template-page-contact .hero-video__holder {
    bottom: 0;
    right: 0;
  }
}

@media screen and (max-width: 991px) {
  .page-template-page-contact .hero-video__holder {
    width: 100%;
    padding-top: 100%;
  }
}

.page-template-page-contact .awards {
  position: relative;
  right: 0;
  bottom: unset;
  display: flex;
  justify-content: flex-end;
  width: 100%;
  max-width: initial;
}

@media screen and (min-width: 992px) {
  .page-template-page-contact .hero-content__intro {
    width: 60%;
    float: left;
    margin-right: 4.34783%;
  }
}

@media screen and (min-width: 992px) {
  .page-template-page-contact .contact-information {
    width: 35.65217%;
    float: right;
    margin-right: 0;
  }
}

.page-template-page-contact .contact-information .text span {
  display: block;
}

.contact-numbers {
  margin-bottom: 1.875rem;
}

.contact-numbers span {
  display: block;
  line-height: 1.5;
  font-size: 16px;
  color: #212020;
}

.contact-numbers a {
  font-size: 16px;
  line-height: 1.69;
  color: #c12427;
  display: block;
}

.contact-directions {
  margin-bottom: 1.875rem;
}

.contact-directions a {
  font-size: 16px;
  line-height: 1.69;
  color: #c12427;
  display: block;
}

.page-content.Visie .page-title {
  display: none;
}

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