/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
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 {
  -moz-box-sizing: content-box;
  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;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
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;
}
/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  select {
    background: #fff !important;
  }
  .navbar {
    display: none;
  }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: "akzidenz", Helvetica, Arial, sans-serif;
  font-size: 1rem;
  line-height: 1.2;
  color: #1F1F1F;
  background-color: #fff;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #1F1F1F;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #1F1F1F;
  text-decoration: underline;
}
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
figure {
  margin: 0;
}
img {
  vertical-align: middle;
}
.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 0;
}
.img-thumbnail {
  padding: 4px;
  line-height: 1.2;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 0;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.img-circle {
  border-radius: 50%;
}
hr {
  margin-top: 19px;
  margin-bottom: 19px;
  border: 0;
  border-top: 1px solid #C6CACC;
}
.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: 700;
  line-height: 1.2;
  color: #1F1F1F;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #72797F;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 19px;
  margin-bottom: 9.5px;
}
h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
  font-size: 65%;
}
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 9.5px;
  margin-bottom: 9.5px;
}
h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
  font-size: 75%;
}
h1,
.h1 {
  font-size: 1.875rem;
}
h2,
.h2 {
  font-size: 1.75rem;
}
h3,
.h3 {
  font-size: 1.75rem;
}
h4,
.h4 {
  font-size: 1rem;
}
h5,
.h5 {
  font-size: 1rem;
}
h6,
.h6 {
  font-size: 0.83rem;
}
p {
  margin: 0 0 9.5px;
}
.lead {
  margin-bottom: 19px;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 1.5rem;
  }
}
small,
.small {
  font-size: 83%;
}
mark,
.mark {
  background-color: #fcf8e3;
  padding: .2em;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.text-nowrap {
  white-space: nowrap;
}
.text-lowercase {
  text-transform: lowercase;
}
.text-uppercase {
  text-transform: uppercase;
}
.text-capitalize {
  text-transform: capitalize;
}
.text-muted {
  color: #72797F;
}
.text-primary {
  color: #747B82;
}
a.text-primary:hover {
  color: #5c6267;
}
.text-success {
  color: #3c763d;
}
a.text-success:hover {
  color: #2b542c;
}
.text-info {
  color: #31708f;
}
a.text-info:hover {
  color: #245269;
}
.text-warning {
  color: #8a6d3b;
}
a.text-warning:hover {
  color: #66512c;
}
.text-danger {
  color: #a94442;
}
a.text-danger:hover {
  color: #843534;
}
.bg-primary {
  color: #fff;
  background-color: #747B82;
}
a.bg-primary:hover {
  background-color: #5c6267;
}
.bg-success {
  background-color: #dff0d8;
}
a.bg-success:hover {
  background-color: #c1e2b3;
}
.bg-info {
  background-color: #d9edf7;
}
a.bg-info:hover {
  background-color: #afd9ee;
}
.bg-warning {
  background-color: #fcf8e3;
}
a.bg-warning:hover {
  background-color: #f7ecb5;
}
.bg-danger {
  background-color: #f2dede;
}
a.bg-danger:hover {
  background-color: #e4b9b9;
}
.page-header {
  padding-bottom: 8.5px;
  margin: 38px 0 19px;
  border-bottom: 1px solid #C6CACC;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 9.5px;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}
.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
dl {
  margin-top: 0;
  margin-bottom: 19px;
}
dt,
dd {
  line-height: 1.2;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}
@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #72797F;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 9.5px 19px;
  margin: 0 0 19px;
  font-size: 20px;
  border-left: 5px solid #C6CACC;
}
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.2;
  color: #72797F;
}
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 #C6CACC;
  border-left: 0;
  text-align: right;
}
.blockquote-reverse footer:before,
blockquote.pull-right footer:before,
.blockquote-reverse small:before,
blockquote.pull-right small:before,
.blockquote-reverse .small:before,
blockquote.pull-right .small:before {
  content: '';
}
.blockquote-reverse footer:after,
blockquote.pull-right footer:after,
.blockquote-reverse small:after,
blockquote.pull-right small:after,
.blockquote-reverse .small:after,
blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}
address {
  margin-bottom: 19px;
  font-style: normal;
  line-height: 1.2;
}
code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}
code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 0;
}
kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 0;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: bold;
  box-shadow: none;
}
pre {
  display: block;
  padding: 9px;
  margin: 0 0 9.5px;
  font-size: 0rem;
  line-height: 1.2;
  word-break: break-all;
  word-wrap: break-word;
  color: #222222;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 0;
}
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1080px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.row {
  margin-left: -15px;
  margin-right: -15px;
}
.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-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 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-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
table {
  background-color: transparent;
}
caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #72797F;
  text-align: left;
}
th {
  text-align: left;
}
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 19px;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.2;
  vertical-align: top;
  border-top: 1px solid #ddd;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table > tbody + tbody {
  border-top: 2px solid #ddd;
}
.table .table {
  background-color: #fff;
}
.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}
.table-bordered {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}
.table-hover > tbody > tr:hover {
  background-color: #f5f5f5;
}
table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column;
}
table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell;
}
.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}
.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
  background-color: #dff0d8;
}
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
}
.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th {
  background-color: #d9edf7;
}
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3;
}
.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}
.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
  background-color: #f2dede;
}
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}
.table-responsive {
  overflow-x: auto;
  min-height: 0.01%;
}
@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 14.25px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 19px;
  font-size: 1.5rem;
  line-height: inherit;
  color: #222222;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}
input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  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: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
output {
  display: block;
  padding-top: 7px;
  font-size: 1rem;
  line-height: 1.2;
  color: #1F1F1F;
}
.form-control {
  display: block;
  width: 100%;
  height: 33px;
  padding: 6px 12px;
  font-size: 1rem;
  line-height: 1.2;
  color: #1F1F1F;
  background-color: #fff;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control:focus {
  border-color: transparent;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(0, 0, 0, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(0, 0, 0, 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[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  background-color: #C6CACC;
  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"],
  input[type="time"],
  input[type="datetime-local"],
  input[type="month"] {
    line-height: 33px;
  }
  input[type="date"].input-sm,
  input[type="time"].input-sm,
  input[type="datetime-local"].input-sm,
  input[type="month"].input-sm,
  .input-group-sm input[type="date"],
  .input-group-sm input[type="time"],
  .input-group-sm input[type="datetime-local"],
  .input-group-sm input[type="month"] {
    line-height: 13rem;
  }
  input[type="date"].input-lg,
  input[type="time"].input-lg,
  input[type="datetime-local"].input-lg,
  input[type="month"].input-lg,
  .input-group-lg input[type="date"],
  .input-group-lg input[type="time"],
  .input-group-lg input[type="datetime-local"],
  .input-group-lg input[type="month"] {
    line-height: 24rem;
  }
}
.form-group {
  margin-bottom: 60px;
}
.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.radio label,
.checkbox label {
  min-height: 19px;
  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="checkbox"][disabled],
input[type="radio"].disabled,
input[type="checkbox"].disabled,
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"] {
  cursor: not-allowed;
}
.radio-inline.disabled,
.checkbox-inline.disabled,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}
.radio.disabled label,
.checkbox.disabled label,
fieldset[disabled] .radio label,
fieldset[disabled] .checkbox label {
  cursor: not-allowed;
}
.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
  min-height: 20px;
}
.form-control-static.input-lg,
.form-control-static.input-sm {
  padding-left: 0;
  padding-right: 0;
}
.input-sm {
  height: 13rem;
  padding: 5px 10px;
  font-size: 0.83rem;
  line-height: 1.5;
  border-radius: 0;
}
select.input-sm {
  height: 13rem;
  line-height: 13rem;
}
textarea.input-sm,
select[multiple].input-sm {
  height: auto;
}
.form-group-sm .form-control {
  height: 13rem;
  padding: 5px 10px;
  font-size: 0.83rem;
  line-height: 1.5;
  border-radius: 0;
}
select.form-group-sm .form-control {
  height: 13rem;
  line-height: 13rem;
}
textarea.form-group-sm .form-control,
select[multiple].form-group-sm .form-control {
  height: auto;
}
.form-group-sm .form-control-static {
  height: 13rem;
  padding: 5px 10px;
  font-size: 0.83rem;
  line-height: 1.5;
  min-height: 19.83px;
}
.input-lg {
  height: 24rem;
  padding: 10px 16px;
  font-size: 1.25rem;
  line-height: 1.3333333;
  border-radius: 0;
}
select.input-lg {
  height: 24rem;
  line-height: 24rem;
}
textarea.input-lg,
select[multiple].input-lg {
  height: auto;
}
.form-group-lg .form-control {
  height: 24rem;
  padding: 10px 16px;
  font-size: 1.25rem;
  line-height: 1.3333333;
  border-radius: 0;
}
select.form-group-lg .form-control {
  height: 24rem;
  line-height: 24rem;
}
textarea.form-group-lg .form-control,
select[multiple].form-group-lg .form-control {
  height: auto;
}
.form-group-lg .form-control-static {
  height: 24rem;
  padding: 10px 16px;
  font-size: 1.25rem;
  line-height: 1.3333333;
  min-height: 20.25px;
}
.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 41.25px;
}
.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 33px;
  height: 33px;
  line-height: 33px;
  text-align: center;
  pointer-events: none;
}
.input-lg + .form-control-feedback {
  width: 24rem;
  height: 24rem;
  line-height: 24rem;
}
.input-sm + .form-control-feedback {
  width: 13rem;
  height: 13rem;
  line-height: 13rem;
}
.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;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-success .form-control:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  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;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-warning .form-control:focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  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;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .form-control:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  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: 24px;
}
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #5f5f5f;
}
@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: 26px;
}
.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px;
}
@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: 14.333333px;
  }
}
@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
  }
}
.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: 200;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 1rem;
  line-height: 1.2;
  border-radius: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus,
.btn.focus {
  color: #333;
  text-decoration: none;
}
.btn:active,
.btn.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}
.btn-default:hover,
.btn-default:focus,
.btn-default.focus,
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  background-image: none;
}
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
  background-color: #fff;
  border-color: #ccc;
}
.btn-default .badge {
  color: #fff;
  background-color: #333;
}
.btn-primary {
  color: #fff;
  background-color: #747B82;
  border-color: #686e75;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #5c6267;
  border-color: #4b5054;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #747B82;
  border-color: #686e75;
}
.btn-primary .badge {
  color: #747B82;
  background-color: #fff;
}
.btn-success {
  color: #fff;
  background-color: #747B82;
  border-color: #686e75;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  color: #fff;
  background-color: #5c6267;
  border-color: #4b5054;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  background-image: none;
}
.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled.focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success.focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
  background-color: #747B82;
  border-color: #686e75;
}
.btn-success .badge {
  color: #747B82;
  background-color: #fff;
}
.btn-info {
  color: #fff;
  background-color: #747B82;
  border-color: #686e75;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  color: #fff;
  background-color: #5c6267;
  border-color: #4b5054;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  background-image: none;
}
.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled.focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info.focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
  background-color: #747B82;
  border-color: #686e75;
}
.btn-info .badge {
  color: #747B82;
  background-color: #fff;
}
.btn-warning {
  color: #fff;
  background-color: #747B82;
  border-color: #686e75;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  color: #fff;
  background-color: #5c6267;
  border-color: #4b5054;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  background-image: none;
}
.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled.focus,
.btn-warning[disabled].focus,
fieldset[disabled] .btn-warning.focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
  background-color: #747B82;
  border-color: #686e75;
}
.btn-warning .badge {
  color: #747B82;
  background-color: #fff;
}
.btn-danger {
  color: #fff;
  background-color: #747B82;
  border-color: #686e75;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  color: #fff;
  background-color: #5c6267;
  border-color: #4b5054;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  background-image: none;
}
.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled.focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger.focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
  background-color: #747B82;
  border-color: #686e75;
}
.btn-danger .badge {
  color: #747B82;
  background-color: #fff;
}
.btn-link {
  color: #1F1F1F;
  font-weight: normal;
  border-radius: 0;
}
.btn-link,
.btn-link:active,
.btn-link.active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}
.btn-link:hover,
.btn-link:focus {
  color: #1F1F1F;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #72797F;
  text-decoration: none;
}
.btn-lg,
.btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 1.25rem;
  line-height: 1.3333333;
  border-radius: 0;
}
.btn-sm,
.btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 0.83rem;
  line-height: 1.5;
  border-radius: 0;
}
.btn-xs,
.btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 0.83rem;
  line-height: 1.5;
  border-radius: 0;
}
.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}
.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  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;
  -webkit-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  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: 1rem;
  text-align: left;
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 0;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  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: 8.5px 0;
  overflow: hidden;
  background-color: #fff;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.2;
  color: #222222;
  white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #151515;
  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: #747B82;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #72797F;
}
.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: 0.83rem;
  line-height: 1.2;
  color: #72797F;
  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 solid;
  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 {
    left: auto;
    right: 0;
  }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  float: left;
}
.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover,
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus,
.btn-group > .btn:active,
.btn-group-vertical > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn.active {
  z-index: 2;
}
.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px;
}
.btn-toolbar {
  margin-left: -5px;
}
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: left;
}
.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
  margin-left: 5px;
}
.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}
.btn-group > .btn:first-child {
  margin-left: 0;
}
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.btn-group > .btn-group {
  float: left;
}
.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}
.btn-group > .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
}
.btn-group > .btn-lg + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px;
}
.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn-group.open .dropdown-toggle.btn-link {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn .caret {
  margin-left: 0;
}
.btn-lg .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}
.dropup .btn-lg .caret {
  border-width: 0 5px 5px;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}
.btn-group-vertical > .btn-group > .btn {
  float: none;
}
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}
.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}
.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
  float: none;
  display: table-cell;
  width: 1%;
}
.btn-group-justified > .btn-group .btn {
  width: 100%;
}
.btn-group-justified > .btn-group .dropdown-menu {
  left: auto;
}
[data-toggle="buttons"] > .btn input[type="radio"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
[data-toggle="buttons"] > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
.input-group[class*="col-"] {
  float: none;
  padding-left: 0;
  padding-right: 0;
}
.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}
.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 24rem;
  padding: 10px 16px;
  font-size: 1.25rem;
  line-height: 1.3333333;
  border-radius: 0;
}
select.input-group-lg > .form-control,
select.input-group-lg > .input-group-addon,
select.input-group-lg > .input-group-btn > .btn {
  height: 24rem;
  line-height: 24rem;
}
textarea.input-group-lg > .form-control,
textarea.input-group-lg > .input-group-addon,
textarea.input-group-lg > .input-group-btn > .btn,
select[multiple].input-group-lg > .form-control,
select[multiple].input-group-lg > .input-group-addon,
select[multiple].input-group-lg > .input-group-btn > .btn {
  height: auto;
}
.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 13rem;
  padding: 5px 10px;
  font-size: 0.83rem;
  line-height: 1.5;
  border-radius: 0;
}
select.input-group-sm > .form-control,
select.input-group-sm > .input-group-addon,
select.input-group-sm > .input-group-btn > .btn {
  height: 13rem;
  line-height: 13rem;
}
textarea.input-group-sm > .form-control,
textarea.input-group-sm > .input-group-addon,
textarea.input-group-sm > .input-group-btn > .btn,
select[multiple].input-group-sm > .form-control,
select[multiple].input-group-sm > .input-group-addon,
select[multiple].input-group-sm > .input-group-btn > .btn {
  height: auto;
}
.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}
.input-group-addon {
  padding: 6px 12px;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1;
  color: #1F1F1F;
  text-align: center;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0;
}
.input-group-addon.input-sm {
  padding: 5px 10px;
  font-size: 0.83rem;
  border-radius: 0;
}
.input-group-addon.input-lg {
  padding: 10px 16px;
  font-size: 1.25rem;
  border-radius: 0;
}
.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
  margin-top: 0;
}
.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.input-group-addon:first-child {
  border-right: 0;
}
.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.input-group-addon:last-child {
  border-left: 0;
}
.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}
.input-group-btn > .btn {
  position: relative;
}
.input-group-btn > .btn + .btn {
  margin-left: -1px;
}
.input-group-btn > .btn:hover,
.input-group-btn > .btn:focus,
.input-group-btn > .btn:active {
  z-index: 2;
}
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
  margin-left: -1px;
}
.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.nav > li {
  position: relative;
  display: block;
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 3px 15px;
}
.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: transparent;
}
.nav > li.disabled > a {
  color: #1F1F1F;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #1F1F1F;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: transparent;
  border-color: #1F1F1F;
}
.nav .nav-divider {
  height: 1px;
  margin: 8.5px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.nav > li > a > img {
  max-width: none;
}
.nav-tabs {
  border-bottom: 1px solid #1F1F1F;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.2;
  border: 1px solid transparent;
  border-radius: 0 0 0 0;
}
.nav-tabs > li > a:hover {
  border-color: #1F1F1F #1F1F1F #1F1F1F;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #1F1F1F;
  background-color: #fff;
  border: 1px solid #1F1F1F;
  border-bottom-color: transparent;
  cursor: default;
}
.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}
.nav-tabs.nav-justified > li {
  float: none;
}
.nav-tabs.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 0;
}
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #1F1F1F;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #1F1F1F;
    border-radius: 0 0 0 0;
  }
  .nav-tabs.nav-justified > .active > a,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}
.nav-pills > li {
  float: left;
}
.nav-pills > li > a {
  border-radius: 0;
}
.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: #747B82;
}
.nav-stacked > li {
  float: none;
}
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}
.nav-justified {
  width: 100%;
}
.nav-justified > li {
  float: none;
}
.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 {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs-justified {
  border-bottom: 0;
}
.nav-tabs-justified > li > a {
  margin-right: 0;
  border-radius: 0;
}
.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
  border: 1px solid #1F1F1F;
}
@media (min-width: 768px) {
  .nav-tabs-justified > li > a {
    border-bottom: 1px solid #1F1F1F;
    border-radius: 0 0 0 0;
  }
  .nav-tabs-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs-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;
}
.media {
  margin-top: 15px;
}
.media:first-child {
  margin-top: 0;
}
.media,
.media-body {
  zoom: 1;
  overflow: hidden;
}
.media-body {
  width: 10000px;
}
.media-object {
  display: block;
}
.media-right,
.media > .pull-right {
  padding-left: 10px;
}
.media-left,
.media > .pull-left {
  padding-right: 10px;
}
.media-left,
.media-right,
.media-body {
  display: table-cell;
  vertical-align: top;
}
.media-middle {
  vertical-align: middle;
}
.media-bottom {
  vertical-align: bottom;
}
.media-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.media-list {
  padding-left: 0;
  list-style: none;
}
.list-group {
  margin-bottom: 20px;
  padding-left: 0;
}
.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd;
}
.list-group-item:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
a.list-group-item {
  color: #555;
}
a.list-group-item .list-group-item-heading {
  color: #333;
}
a.list-group-item:hover,
a.list-group-item:focus {
  text-decoration: none;
  color: #555;
  background-color: #f5f5f5;
}
.list-group-item.disabled,
.list-group-item.disabled:hover,
.list-group-item.disabled:focus {
  background-color: #C6CACC;
  color: #72797F;
  cursor: not-allowed;
}
.list-group-item.disabled .list-group-item-heading,
.list-group-item.disabled:hover .list-group-item-heading,
.list-group-item.disabled:focus .list-group-item-heading {
  color: inherit;
}
.list-group-item.disabled .list-group-item-text,
.list-group-item.disabled:hover .list-group-item-text,
.list-group-item.disabled:focus .list-group-item-text {
  color: #72797F;
}
.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
  z-index: 2;
  color: #fff;
  background-color: #747B82;
  border-color: #747B82;
}
.list-group-item.active .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading,
.list-group-item.active .list-group-item-heading > small,
.list-group-item.active:hover .list-group-item-heading > small,
.list-group-item.active:focus .list-group-item-heading > small,
.list-group-item.active .list-group-item-heading > .small,
.list-group-item.active:hover .list-group-item-heading > .small,
.list-group-item.active:focus .list-group-item-heading > .small {
  color: inherit;
}
.list-group-item.active .list-group-item-text,
.list-group-item.active:hover .list-group-item-text,
.list-group-item.active:focus .list-group-item-text {
  color: #dfe1e3;
}
.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8;
}
a.list-group-item-success {
  color: #3c763d;
}
a.list-group-item-success .list-group-item-heading {
  color: inherit;
}
a.list-group-item-success:hover,
a.list-group-item-success:focus {
  color: #3c763d;
  background-color: #d0e9c6;
}
a.list-group-item-success.active,
a.list-group-item-success.active:hover,
a.list-group-item-success.active:focus {
  color: #fff;
  background-color: #3c763d;
  border-color: #3c763d;
}
.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7;
}
a.list-group-item-info {
  color: #31708f;
}
a.list-group-item-info .list-group-item-heading {
  color: inherit;
}
a.list-group-item-info:hover,
a.list-group-item-info:focus {
  color: #31708f;
  background-color: #c4e3f3;
}
a.list-group-item-info.active,
a.list-group-item-info.active:hover,
a.list-group-item-info.active:focus {
  color: #fff;
  background-color: #31708f;
  border-color: #31708f;
}
.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
}
a.list-group-item-warning {
  color: #8a6d3b;
}
a.list-group-item-warning .list-group-item-heading {
  color: inherit;
}
a.list-group-item-warning:hover,
a.list-group-item-warning:focus {
  color: #8a6d3b;
  background-color: #faf2cc;
}
a.list-group-item-warning.active,
a.list-group-item-warning.active:hover,
a.list-group-item-warning.active:focus {
  color: #fff;
  background-color: #8a6d3b;
  border-color: #8a6d3b;
}
.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede;
}
a.list-group-item-danger {
  color: #a94442;
}
a.list-group-item-danger .list-group-item-heading {
  color: inherit;
}
a.list-group-item-danger:hover,
a.list-group-item-danger:focus {
  color: #a94442;
  background-color: #ebcccc;
}
a.list-group-item-danger.active,
a.list-group-item-danger.active:hover,
a.list-group-item-danger.active:focus {
  color: #fff;
  background-color: #a94442;
  border-color: #a94442;
}
.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}
.panel {
  margin-bottom: 19px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 0;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
.panel-body {
  padding: 10px 0px;
}
.panel-heading {
  padding: 10px 0px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: -1;
  border-top-left-radius: -1;
}
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}
.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2rem;
  color: inherit;
}
.panel-title > a,
.panel-title > small,
.panel-title > .small,
.panel-title > small > a,
.panel-title > .small > a {
  color: inherit;
}
.panel-footer {
  padding: 10px 0px;
  background-color: #f5f5f5;
  border-top: 1px solid transparent;
  border-bottom-right-radius: -1;
  border-bottom-left-radius: -1;
}
.panel > .list-group,
.panel > .panel-collapse > .list-group {
  margin-bottom: 0;
}
.panel > .list-group .list-group-item,
.panel > .panel-collapse > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}
.panel > .list-group:first-child .list-group-item:first-child,
.panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-right-radius: -1;
  border-top-left-radius: -1;
}
.panel > .list-group:last-child .list-group-item:last-child,
.panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: -1;
  border-bottom-left-radius: -1;
}
.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}
.list-group + .panel-footer {
  border-top-width: 0;
}
.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
  margin-bottom: 0;
}
.panel > .table caption,
.panel > .table-responsive > .table caption,
.panel > .panel-collapse > .table caption {
  padding-left: 10px 0px;
  padding-right: 10px 0px;
}
.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-right-radius: -1;
  border-top-left-radius: -1;
}
.panel > .table:first-child > thead:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
  border-top-left-radius: -1;
  border-top-right-radius: -1;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: -1;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: -1;
}
.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: -1;
  border-bottom-left-radius: -1;
}
.panel > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
  border-bottom-left-radius: -1;
  border-bottom-right-radius: -1;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: -1;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: -1;
}
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
  border-top: 1px solid #ddd;
}
.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}
.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}
.panel > .table-responsive {
  border: 0;
  margin-bottom: 0;
}
.panel-group {
  margin-bottom: 19px;
}
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 0;
}
.panel-group .panel + .panel {
  margin-top: 5px;
}
.panel-group .panel-heading {
  border-bottom: 0;
}
.panel-group .panel-heading + .panel-collapse > .panel-body,
.panel-group .panel-heading + .panel-collapse > .list-group {
  border-top: 1px solid transparent;
}
.panel-group .panel-footer {
  border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid transparent;
}
.panel-default {
  border-color: rgba(74, 74, 74, 0.1);
}
.panel-default > .panel-heading {
  color: #222222;
  background-color: transparent;
  border-color: rgba(74, 74, 74, 0.1);
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: rgba(74, 74, 74, 0.1);
}
.panel-default > .panel-heading .badge {
  color: transparent;
  background-color: #222222;
}
.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: rgba(74, 74, 74, 0.1);
}
.panel-primary {
  border-color: #747B82;
}
.panel-primary > .panel-heading {
  color: #fff;
  background-color: #747B82;
  border-color: #747B82;
}
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #747B82;
}
.panel-primary > .panel-heading .badge {
  color: #747B82;
  background-color: #fff;
}
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #747B82;
}
.panel-success {
  border-color: #d6e9c6;
}
.panel-success > .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #d6e9c6;
}
.panel-success > .panel-heading .badge {
  color: #dff0d8;
  background-color: #3c763d;
}
.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #d6e9c6;
}
.panel-info {
  border-color: #bce8f1;
}
.panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #bce8f1;
}
.panel-info > .panel-heading .badge {
  color: #d9edf7;
  background-color: #31708f;
}
.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #bce8f1;
}
.panel-warning {
  border-color: #faebcc;
}
.panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #faebcc;
}
.panel-warning > .panel-heading .badge {
  color: #fcf8e3;
  background-color: #8a6d3b;
}
.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #faebcc;
}
.panel-danger {
  border-color: #ebccd1;
}
.panel-danger > .panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ebccd1;
}
.panel-danger > .panel-heading .badge {
  color: #f2dede;
  background-color: #a94442;
}
.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ebccd1;
}
.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  border: 0;
}
.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}
.embed-responsive-4by3 {
  padding-bottom: 75%;
}
.close {
  float: right;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: none;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}
.modal-open {
  overflow: hidden;
}
.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
.modal-content {
  position: relative;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}
.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}
.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
  min-height: 16.2px;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.2;
}
.modal-body {
  position: relative;
  padding: 15px;
}
.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "akzidenz", Helvetica, Arial, sans-serif;
  font-size: 0.83rem;
  font-weight: normal;
  line-height: 1.4;
  opacity: 0;
  filter: alpha(opacity=0);
}
.tooltip.in {
  opacity: 1;
  filter: alpha(opacity=100);
}
.tooltip.top {
  margin-top: -3px;
  padding: 6px 0;
}
.tooltip.right {
  margin-left: 3px;
  padding: 0 6px;
}
.tooltip.bottom {
  margin-top: 3px;
  padding: 6px 0;
}
.tooltip.left {
  margin-left: -3px;
  padding: 0 6px;
}
.tooltip-inner {
  max-width: 320px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  background-color: #858585;
  border-radius: 0;
}
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -6px;
  border-width: 6px 6px 0;
  border-top-color: #858585;
}
.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  right: 6px;
  margin-bottom: -6px;
  border-width: 6px 6px 0;
  border-top-color: #858585;
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 6px;
  margin-bottom: -6px;
  border-width: 6px 6px 0;
  border-top-color: #858585;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -6px;
  border-width: 6px 6px 6px 0;
  border-right-color: #858585;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -6px;
  border-width: 6px 0 6px 6px;
  border-left-color: #858585;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -6px;
  border-width: 0 6px 6px;
  border-bottom-color: #858585;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 6px;
  margin-top: -6px;
  border-width: 0 6px 6px;
  border-bottom-color: #858585;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 6px;
  margin-top: -6px;
  border-width: 0 6px 6px;
  border-bottom-color: #858585;
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: "akzidenz", Helvetica, Arial, sans-serif;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.2;
  text-align: left;
  background-color: #595959;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0);
  border-radius: 0;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  white-space: normal;
}
.popover.top {
  margin-top: -10px;
}
.popover.right {
  margin-left: 10px;
}
.popover.bottom {
  margin-top: 10px;
}
.popover.left {
  margin-left: -10px;
}
.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 1rem;
  background-color: #515151;
  border-bottom: 1px solid #454545;
  border-radius: -1 -1 0 0;
}
.popover-content {
  padding: 9px 14px;
}
.popover > .arrow,
.popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.popover > .arrow {
  border-width: 11px;
}
.popover > .arrow:after {
  border-width: 10px;
  content: "";
}
.popover.top > .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.05);
  bottom: -11px;
}
.popover.top > .arrow:after {
  content: " ";
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: #595959;
}
.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999999;
  border-right-color: rgba(0, 0, 0, 0.05);
}
.popover.right > .arrow:after {
  content: " ";
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: #595959;
}
.popover.bottom > .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.05);
  top: -11px;
}
.popover.bottom > .arrow:after {
  content: " ";
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #595959;
}
.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999999;
  border-left-color: rgba(0, 0, 0, 0.05);
}
.popover.left > .arrow:after {
  content: " ";
  right: 1px;
  border-right-width: 0;
  border-left-color: #595959;
  bottom: -10px;
}
@-ms-viewport {
  width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}
.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}
.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}
select.bs-select-hidden,
select.selectpicker {
  display: none !important;
}
.bootstrap-select {
  width: 220px \0;
  /*IE9 and below*/
}
.bootstrap-select > .dropdown-toggle {
  width: 100%;
  padding-right: 25px;
  z-index: 1;
}
.bootstrap-select > .dropdown-toggle.bs-placeholder,
.bootstrap-select > .dropdown-toggle.bs-placeholder:hover,
.bootstrap-select > .dropdown-toggle.bs-placeholder:focus,
.bootstrap-select > .dropdown-toggle.bs-placeholder:active {
  color: #999;
}
.bootstrap-select > select {
  position: absolute !important;
  bottom: 0;
  left: 50%;
  display: block !important;
  width: 0.5px !important;
  height: 100% !important;
  padding: 0 !important;
  opacity: 0 !important;
  border: none;
}
.bootstrap-select > select.mobile-device {
  top: 0;
  left: 0;
  display: block !important;
  width: 100% !important;
  z-index: 2;
}
.has-error .bootstrap-select .dropdown-toggle,
.error .bootstrap-select .dropdown-toggle {
  border-color: #b94a48;
}
.bootstrap-select.fit-width {
  width: auto !important;
}
.bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
  width: 220px;
}
.bootstrap-select .dropdown-toggle:focus {
  outline: thin dotted #333333 !important;
  outline: 5px auto -webkit-focus-ring-color !important;
  outline-offset: -2px;
}
.bootstrap-select.form-control {
  margin-bottom: 0;
  padding: 0;
  border: none;
}
.bootstrap-select.form-control:not([class*="col-"]) {
  width: 100%;
}
.bootstrap-select.form-control.input-group-btn {
  z-index: auto;
}
.bootstrap-select.btn-group:not(.input-group-btn),
.bootstrap-select.btn-group[class*="col-"] {
  float: none;
  display: inline-block;
  margin-left: 0;
}
.bootstrap-select.btn-group.dropdown-menu-right,
.bootstrap-select.btn-group[class*="col-"].dropdown-menu-right,
.row .bootstrap-select.btn-group[class*="col-"].dropdown-menu-right {
  float: right;
}
.form-inline .bootstrap-select.btn-group,
.form-horizontal .bootstrap-select.btn-group,
.form-group .bootstrap-select.btn-group {
  margin-bottom: 0;
}
.form-group-lg .bootstrap-select.btn-group.form-control,
.form-group-sm .bootstrap-select.btn-group.form-control {
  padding: 0;
}
.form-inline .bootstrap-select.btn-group .form-control {
  width: 100%;
}
.bootstrap-select.btn-group.disabled,
.bootstrap-select.btn-group > .disabled {
  cursor: not-allowed;
}
.bootstrap-select.btn-group.disabled:focus,
.bootstrap-select.btn-group > .disabled:focus {
  outline: none !important;
}
.bootstrap-select.btn-group.bs-container {
  position: absolute;
}
.bootstrap-select.btn-group.bs-container .dropdown-menu {
  z-index: 1060;
}
.bootstrap-select.btn-group .dropdown-toggle .filter-option {
  display: inline-block;
  overflow: hidden;
  width: 100%;
  text-align: left;
}
.bootstrap-select.btn-group .dropdown-toggle .caret {
  position: absolute;
  top: 50%;
  right: 12px;
  margin-top: -2px;
  vertical-align: middle;
}
.bootstrap-select.btn-group[class*="col-"] .dropdown-toggle {
  width: 100%;
}
.bootstrap-select.btn-group .dropdown-menu {
  min-width: 100%;
  box-sizing: border-box;
}
.bootstrap-select.btn-group .dropdown-menu.inner {
  position: static;
  float: none;
  border: 0;
  padding: 0;
  margin: 0;
  border-radius: 0;
  box-shadow: none;
}
.bootstrap-select.btn-group .dropdown-menu li {
  position: relative;
}
.bootstrap-select.btn-group .dropdown-menu li.active small {
  color: #fff;
}
.bootstrap-select.btn-group .dropdown-menu li.disabled a {
  cursor: not-allowed;
}
.bootstrap-select.btn-group .dropdown-menu li a {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.bootstrap-select.btn-group .dropdown-menu li a.opt {
  position: relative;
  padding-left: 2.25em;
}
.bootstrap-select.btn-group .dropdown-menu li a span.check-mark {
  display: none;
}
.bootstrap-select.btn-group .dropdown-menu li a span.text {
  display: inline-block;
}
.bootstrap-select.btn-group .dropdown-menu li small {
  padding-left: 0.5em;
}
.bootstrap-select.btn-group .dropdown-menu .notify {
  position: absolute;
  bottom: 5px;
  width: 96%;
  margin: 0 2%;
  min-height: 26px;
  padding: 3px 5px;
  background: #f5f5f5;
  border: 1px solid #e3e3e3;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  pointer-events: none;
  opacity: 0.9;
  box-sizing: border-box;
}
.bootstrap-select.btn-group .no-results {
  padding: 3px;
  background: #f5f5f5;
  margin: 0 5px;
  white-space: nowrap;
}
.bootstrap-select.btn-group.fit-width .dropdown-toggle .filter-option {
  position: static;
}
.bootstrap-select.btn-group.fit-width .dropdown-toggle .caret {
  position: static;
  top: auto;
  margin-top: -1px;
}
.bootstrap-select.btn-group.show-tick .dropdown-menu li.selected a span.check-mark {
  position: absolute;
  display: inline-block;
  right: 15px;
  margin-top: 5px;
}
.bootstrap-select.btn-group.show-tick .dropdown-menu li a span.text {
  margin-right: 34px;
}
.bootstrap-select.show-menu-arrow.open > .dropdown-toggle {
  z-index: 1061;
}
.bootstrap-select.show-menu-arrow .dropdown-toggle:before {
  content: '';
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid rgba(204, 204, 204, 0.2);
  position: absolute;
  bottom: -4px;
  left: 9px;
  display: none;
}
.bootstrap-select.show-menu-arrow .dropdown-toggle:after {
  content: '';
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid white;
  position: absolute;
  bottom: -4px;
  left: 10px;
  display: none;
}
.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle:before {
  bottom: auto;
  top: -3px;
  border-top: 7px solid rgba(204, 204, 204, 0.2);
  border-bottom: 0;
}
.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle:after {
  bottom: auto;
  top: -3px;
  border-top: 6px solid white;
  border-bottom: 0;
}
.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle:before {
  right: 12px;
  left: auto;
}
.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle:after {
  right: 13px;
  left: auto;
}
.bootstrap-select.show-menu-arrow.open > .dropdown-toggle:before,
.bootstrap-select.show-menu-arrow.open > .dropdown-toggle:after {
  display: block;
}
.bs-searchbox,
.bs-actionsbox,
.bs-donebutton {
  padding: 4px 8px;
}
.bs-actionsbox {
  width: 100%;
  box-sizing: border-box;
}
.bs-actionsbox .btn-group button {
  width: 50%;
}
.bs-donebutton {
  float: left;
  width: 100%;
  box-sizing: border-box;
}
.bs-donebutton .btn-group button {
  width: 100%;
}
.bs-searchbox + .bs-actionsbox {
  padding: 0 8px 4px;
}
.bs-searchbox .form-control {
  margin-bottom: 0;
  width: 100%;
  float: none;
}
@font-face {
  font-family: 'akzidenz';
  src: url('../fonts/akzidenzgrotesk-light-webfont.svg');
  src: url('../fonts/akzidenzgrotesk-light-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/akzidenzgrotesk-light-webfont.ttf') format('truetype'), url('../fonts/akzidenzgrotesk-light-webfont.svg#akzidenz') format('svg');
  font-weight: 200;
  font-style: normal;
}
@font-face {
  font-family: 'akzidenz';
  src: url('../fonts/akzidenzgrotesk-lightitalic-webfont.eot');
  src: url('../fonts/akzidenzgrotesk-lightitalic-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/akzidenzgrotesk-lightitalic-webfont.woff2') format('woff2'), url('../fonts/akzidenzgrotesk-lightitalic-webfont.woff') format('woff'), url('../fonts/akzidenzgrotesk-lightitalic-webfont.ttf') format('truetype'), url('../fonts/akzidenzgrotesk-lightitalic-webfont.svg#akzidenz') format('svg');
  font-weight: 200;
  font-style: italic;
}
@font-face {
  font-family: 'akzidenz';
  src: url('../fonts/akzidenzgrotesk-medium-webfont.eot');
  src: url('../fonts/akzidenzgrotesk-medium-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/akzidenzgrotesk-medium-webfont.woff2') format('woff2'), url('../fonts/akzidenzgrotesk-medium-webfont.woff') format('woff'), url('../fonts/akzidenzgrotesk-medium-webfont.ttf') format('truetype'), url('../fonts/akzidenzgrotesk-medium-webfont.svg#akzidenz') format('svg');
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'akzidenz';
  src: url('../fonts/akzidenzgrotesk-bold-webfont.eot');
  src: url('../fonts/akzidenzgrotesk-bold-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/akzidenzgrotesk-bold-webfont.woff2') format('woff2'), url('../fonts/akzidenzgrotesk-bold-webfont.woff') format('woff'), url('../fonts/akzidenzgrotesk-bold-webfont.ttf') format('truetype'), url('../fonts/akzidenzgrotesk-bold-webfont.svg#akzidenz') format('svg');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'akzidenz';
  src: url('../fonts/akzidenzgrotesk-bolditalic-webfont.eot');
  src: url('../fonts/akzidenzgrotesk-bolditalic-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/akzidenzgrotesk-bolditalic-webfont.woff2') format('woff2'), url('../fonts/akzidenzgrotesk-bolditalic-webfont.woff') format('woff'), url('../fonts/akzidenzgrotesk-bolditalic-webfont.ttf') format('truetype'), url('../fonts/akzidenzgrotesk-bolditalic-webfont.svg#akzidenz') format('svg');
  font-weight: 700;
  font-style: italic;
}
@font-face {
  font-family: 'akzidenz';
  src: url('../fonts/akzidenzgrotesk-mediumitalic-webfont.eot');
  src: url('../fonts/akzidenzgrotesk-mediumitalic-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/akzidenzgrotesk-mediumitalic-webfont.woff2') format('woff2'), url('../fonts/akzidenzgrotesk-mediumitalic-webfont.woff') format('woff'), url('../fonts/akzidenzgrotesk-mediumitalic-webfont.ttf') format('truetype'), url('../fonts/akzidenzgrotesk-mediumitalic-webfont.svg#akzidenz') format('svg');
  font-weight: 500;
  font-style: italic;
}
@font-face {
  font-family: 'dia';
  src: url('../fonts/dia.eot');
  src: url('../fonts/dia.eot?#iefix') format('embedded-opentype'), url('../fonts/dia.woff') format('woff'), url('../fonts/dia.ttf') format('truetype'), url('../fonts/dia.svg#dia') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'dia-extra';
  src: url('../fonts/dia-extra.eot');
  src: url('../fonts/dia-extra.eot?#iefix') format('embedded-opentype'), url('../fonts/dia-extra.woff') format('woff'), url('../fonts/dia-extra.ttf') format('truetype'), url('../fonts/dia-extra.svg#dia-extra') format('svg');
  font-weight: normal;
  font-style: normal;
}
[class*='icon-']:before {
  display: inline-block;
  font-family: 'dia extra';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-Arrow-Down:before {
  content: '\0041';
}
.icon-Arrow-Up:before {
  content: '\0042';
}
.icon-Audio_Icon:before {
  content: '\0043';
}
.icon-Tickbox:before {
  content: '\0044';
}
.icon:before,
[class*='icon-']:before {
  display: inline-block;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 0.8em;
}
.icon-arrow-up:before {
  display: inline-block;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 0.8em;
}
.icon-arrow-up:before {
  font-family: 'dia-extra';
  content: '\0042';
}
.icon-arrow-down:before {
  display: inline-block;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 0.8em;
}
.icon-arrow-down:before {
  font-family: 'dia-extra';
  content: '\0041';
}
.icon-audio:before {
  display: inline-block;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 0.8em;
}
.icon-audio:before {
  font-family: 'dia-extra';
  content: '\0043';
}
.icon-tickbox:before {
  display: inline-block;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 0.8em;
}
.icon-tickbox:before {
  font-family: 'dia-extra';
  content: '\0044';
}
.icon-basket:before {
  display: inline-block;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 0.8em;
}
.icon-basket:before {
  font-family: 'dia-extra';
  content: '\0045';
}
.icon-bin:before {
  display: inline-block;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 0.8em;
}
.icon-bin:before {
  font-family: 'dia-extra';
  content: '\0046';
}
.icon-arrow-left:before {
  display: inline-block;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 0.8em;
}
.icon-arrow-left:before {
  font-family: 'dia';
  content: '\0041';
}
.icon-arrow-right:before {
  display: inline-block;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 0.8em;
}
.icon-arrow-right:before {
  font-family: 'dia';
  content: '\0042';
}
.icon-dropdown:before {
  display: inline-block;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 0.8em;
}
.icon-dropdown:before {
  font-family: 'dia';
  content: '\004B';
}
.icon-facebook:before {
  display: inline-block;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 0.8em;
}
.icon-facebook:before {
  font-family: 'dia';
  content: '\0043';
}
.icon-twitter:before {
  display: inline-block;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 0.8em;
}
.icon-twitter:before {
  font-family: 'dia';
  content: '\0044';
}
.icon-instagram:before {
  display: inline-block;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 0.8em;
}
.icon-instagram:before {
  font-family: 'dia';
  content: '\0045';
}
.icon-play:before {
  display: inline-block;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 0.8em;
}
.icon-play:before {
  font-family: 'dia';
  content: '\0047';
}
.icon-logo:before {
  display: inline-block;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 0.8em;
}
.icon-logo:before {
  font-family: 'dia';
  content: '\004C';
}
.icon-menu:before {
  display: inline-block;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 0.8em;
}
.icon-menu:before {
  font-family: 'dia';
  content: '\004D';
}
.icon-plus:before {
  display: inline-block;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 0.8em;
}
.icon-plus:before {
  font-family: 'dia';
  content: '\0050';
}
.icon-minus:before {
  display: inline-block;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 0.8em;
}
.icon-minus:before {
  font-family: 'dia';
  content: '\0051';
}
.icon-seach:before {
  display: inline-block;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 0.8em;
}
.icon-seach:before {
  font-family: 'dia';
  content: '\0053';
}
.icon-top:before {
  display: inline-block;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 0.8em;
}
.icon-top:before {
  font-family: 'dia';
  content: '\0054';
}
.icon-close:before {
  display: inline-block;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 0.8em;
}
.icon-close:before {
  font-family: 'dia';
  content: '\0058';
}
.icon-lock:before {
  display: inline-block;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 0.8em;
}
.icon-lock:before {
  font-family: 'dia';
  content: '\f512';
}
/* Font weights
=================================*/
/* Font Weight & Style
=================================*/
.light {
  font-weight: 200;
  font-style: normal;
}
.light-italic {
  font-weight: 200;
  font-style: italic;
}
.normal {
  font-weight: 400;
  font-style: normal;
}
.italic {
  font-weight: 400;
  font-style: italic;
}
.medium {
  font-weight: 500;
  font-style: normal;
}
.medium-italic {
  font-weight: 500;
  font-style: italic;
}
.bold {
  font-weight: 700;
  font-style: normal;
}
.bold-italic {
  font-weight: 700;
  font-style: italic;
}
.gray-light {
  color: #72797F;
}
/* Breakpoints
=================================*/
/* Reset mixins
=================================*/
.ul-reset {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.ul-reset li {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
/* Positioning mixins */
/* Positioning mixins
=================================*/
.row-same-height {
  /* Make all columns in a row the same height */
  display: table;
  min-width: 100%;
}
.row-same-height > * {
  display: table-cell;
  float: none !important;
  vertical-align: top;
  overflow-x: hidden;
}
/* Positions element at the center both vertically and horizontally */
.center-align {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
/* Positions element at the center vertically */
.vertical-align {
  position: absolute;
  top: 50%;
  transform: translate(0%, -50%);
}
/* Fills parent element */
.cover-align {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
/* Background image cover
=================================*/
.bg-cover {
  background-size: cover;
  background-repeat: no-repeat;
}
/* Transitions & effects 
=================================*/
.transition-default {
  transition: all ease-in-out 0.2s;
}
.collapsing {
  transition: height 0.6s;
}
/* Content mixins
=================================*/
.social-items {
  margin-right: 25px;
  color: #C6CACC;
  font-weight: 500;
  font-style: normal;
}
.social-items a {
  color: #1F1F1F;
}
.social-items a:hover,
.social-items a:active,
.social-items a:focus,
.social-items a.active {
  text-decoration: underline;
}
.filter-item {
  font-weight: 500;
  font-style: normal;
  color: #72797F;
}
.filter-item a {
  color: #72797F;
}
.filter-item a:before {
  display: inline-block;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 0.8em;
}
.filter-item a:before {
  font-family: 'dia';
  content: '\0058';
}
.filter-item a:before {
  float: right;
  font-weight: bold;
  padding-left: 8px;
  font-size: 10px;
  line-height: 1.3;
  color: #000000;
}
@media only screen and (min-width: 768px) {
  .filter-item a:before {
    line-height: 1.8;
  }
}
@media only screen and (min-width: 768px) {
  .filter-item {
    font-size: 0.8rem;
  }
}
.search-box .form-control {
  top: -3px !important;
}
.search-box .input-group-btn {
  position: relative;
  width: 24px;
}
.search-box .input-group-btn:before {
  display: inline-block;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 0.8em;
}
.search-box .input-group-btn:before {
  font-family: 'dia';
  content: '\0053';
}
.search-box .input-group-btn:before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin-top: -2px;
  margin-right: -2px;
}
.search-box .input-group-btn .btn-link {
  z-index: 10;
  position: relative;
  width: 24px;
  padding: 0;
  margin: 0;
  padding-left: 24px;
  box-sizing: border-box;
  overflow: hidden;
  display: block;
  border: none;
  left: 0;
}
.category-title {
  color: #72797F;
  font-weight: 500;
  font-style: normal;
  margin-bottom: 5px;
  margin-top: 0;
}
.picture-title {
  font-weight: 700;
  font-style: normal;
  margin-bottom: 5px;
  margin-top: 0;
}
.border-top:before {
  width: 100%;
  border-top: 1px solid #222222;
  padding-bottom: 23px;
}
@media only screen and (min-width: 768px) {
  .border-top:before {
    padding-bottom: 40px;
  }
}
.clearfix:before,
.clearfix:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after,
.nav:before,
.nav:after,
.panel-body:before,
.panel-body:after,
.modal-footer:before,
.modal-footer:after,
figure:before,
figure:after,
body > header .navbar-default:before,
body > header .navbar-default:after,
body > header:before,
body > header:after,
body > main:before,
body > main:after,
body > header > header:before,
body > header > header:after,
body > main > header:before,
body > main > header:after,
body > header footer nav:before,
body > header footer nav:after,
body > main footer nav:before,
body > main footer nav:after,
body > header section:before,
body > header section:after,
body > main section:before,
body > main section:after,
body > header section.artists-list > ol > li ol:before,
body > header section.artists-list > ol > li ol:after,
body > main section.artists-list > ol > li ol:before,
body > main section.artists-list > ol > li ol:after,
body > header section.triple.accordion > div > div:before,
body > header section.triple.accordion > div > div:after,
body > main section.triple.accordion > div > div:before,
body > main section.triple.accordion > div > div:after {
  content: " ";
  display: table;
}
.clearfix:after,
.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:after,
.nav:after,
.panel-body:after,
.modal-footer:after,
figure:after,
body > header .navbar-default:after,
body > header:after,
body > main:after,
body > header > header:after,
body > main > header:after,
body > header footer nav:after,
body > main footer nav:after,
body > header section:after,
body > main section:after,
body > header section.artists-list > ol > li ol:after,
body > main section.artists-list > ol > li ol:after,
body > header section.triple.accordion > div > div:after,
body > main section.triple.accordion > div > div:after {
  clear: both;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
}
.affix {
  position: fixed;
}
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}
.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
/**
 * Featherlight – ultra slim jQuery lightbox
 * Version 1.5.0 - http://noelboss.github.io/featherlight/
 *
 * Copyright 2016, Noël Raoul Bossart (http://www.noelboss.com)
 * MIT Licensed.
**/
@media all {
  .featherlight {
    display: none;
    /* dimensions: spanning the background from edge to edge */
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2147483647;
    /* z-index needs to be >= elements on the site. */
    /* position: centering content */
    text-align: center;
    /* insures that the ::before pseudo element doesn't force wrap with fixed width content; */
    white-space: nowrap;
    /* styling */
    cursor: pointer;
    background: #333;
    /* IE8 "hack" for nested featherlights */
    background: rgba(0, 0, 0, 0);
  }
  /* support for nested featherlights. Does not work in IE8 (use JS to fix) */
  .featherlight:last-of-type {
    background: rgba(0, 0, 0, 0.8);
  }
  .featherlight:before {
    /* position: trick to center content vertically */
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -0.25em;
  }
  .featherlight .featherlight-content {
    /* make content container for positioned elements (close button) */
    position: relative;
    /* position: centering vertical and horizontal */
    text-align: left;
    vertical-align: middle;
    display: inline-block;
    /* dimensions: cut off images */
    overflow: auto;
    padding: 25px 25px 0;
    border-bottom: 25px solid transparent;
    /* dimensions: handling large content */
    margin-left: 5%;
    margin-right: 5%;
    max-height: 80%;
    max-width: 95%;
    /* styling */
    background: #fff;
    cursor: auto;
    /* reset white-space wrapping */
    white-space: normal;
  }
  /* contains the content */
  .featherlight .featherlight-inner {
    /* make sure its visible */
    display: block;
  }
  .featherlight .featherlight-close-icon {
    /* position: centering vertical and horizontal */
    position: absolute;
    z-index: 9999;
    top: 0;
    right: 0;
    /* dimensions: 25px x 25px */
    line-height: 25px;
    width: 25px;
    /* styling */
    cursor: pointer;
    text-align: center;
    font-family: Arial, sans-serif;
    background: #fff;
    /* Set the background in case it overlaps the content */
    background: rgba(255, 255, 255, 0.3);
    color: #000;
  }
  .featherlight .featherlight-image {
    /* styling */
    width: 100%;
    max-width: 100%;
  }
  .featherlight-iframe .featherlight-content {
    /* removed the border for image croping since iframe is edge to edge */
    border-bottom: 0;
    padding: 0;
  }
  .featherlight iframe {
    /* styling */
    border: none;
  }
  .featherlight * {
    /* See https://github.com/noelboss/featherlight/issues/42 */
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
}
/* handling phones and small screens */
@media only screen and (max-width: 1024px) {
  .featherlight .featherlight-content {
    /* dimensions: maximize lightbox with for small screens */
    margin-left: 10px;
    margin-right: 10px;
    max-height: 80%;
    max-width: 98%;
    padding: 10px 10px 0;
    border-bottom: 10px solid transparent;
  }
}
/**
 * Featherlight Gallery – an extension for the ultra slim jQuery lightbox
 * Version 1.5.0 - http://noelboss.github.io/featherlight/
 *
 * Copyright 2016, Noël Raoul Bossart (http://www.noelboss.com)
 * MIT Licensed.
**/
@media all {
  .featherlight-next,
  .featherlight-previous {
    display: block;
    position: absolute;
    top: 25px;
    right: 25px;
    bottom: 0;
    left: 80%;
    cursor: pointer;
    /* preventing text selection */
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    /* IE9 hack, otherwise navigation doesn't appear */
    background: rgba(0, 0, 0, 0);
  }
  .featherlight-previous {
    left: 25px;
    right: 80%;
  }
  .featherlight-next:hover,
  .featherlight-previous:hover {
    background: rgba(255, 255, 255, 0.25);
  }
  .featherlight-next span,
  .featherlight-previous span {
    display: none;
    position: absolute;
    top: 50%;
    left: 5%;
    width: 82%;
    /* center horizontally */
    text-align: center;
    font-size: 80px;
    line-height: 80px;
    /* center vertically */
    margin-top: -40px;
    text-shadow: 0px 0px 5px #fff;
    color: #fff;
    font-style: normal;
    font-weight: normal;
  }
  .featherlight-next span {
    right: 5%;
    left: auto;
  }
  .featherlight-next:hover span,
  .featherlight-previous:hover span {
    display: inline-block;
  }
  /* Hide navigation while loading */
  .featherlight-loading .featherlight-previous,
  .featherlight-loading .featherlight-next {
    display: none;
  }
}
/* Always display arrows on touch devices */
@media only screen and (max-device-width: 1024px) {
  .featherlight-next:hover,
  .featherlight-previous:hover {
    background: none;
  }
  .featherlight-next span,
  .featherlight-previous span {
    display: block;
  }
}
/* handling phones and small screens */
@media only screen and (max-width: 1024px) {
  .featherlight-next,
  .featherlight-previous {
    top: 10px;
    right: 10px;
    left: 85%;
  }
  .featherlight-previous {
    left: 10px;
    right: 85%;
  }
  .featherlight-next span,
  .featherlight-previous span {
    margin-top: -30px;
    font-size: 40px;
  }
}
/** General & layout  
=================================*/
html {
  font-size: 16px;
}
@media only screen and (min-width: 768px) {
  html {
    font-size: 20px;
  }
}
html,
body {
  min-height: 100%;
  max-height: 100%;
  font-weight: 200;
  overflow-x: hidden;
}
@media only screen and (min-width: 768px) {
  html h1,
  body h1,
  html .h1,
  body .h1 {
    font-size: 1.4rem;
  }
  html h2,
  body h2,
  html .h2,
  body .h2 {
    font-size: 1.4rem;
  }
  html h3,
  body h3,
  html .h3,
  body .h3 {
    font-size: 1.3rem;
  }
  html h4,
  body h4,
  html .h4,
  body .h4 {
    font-size: 1rem;
  }
  html h5,
  body h5,
  html .h5,
  body .h5 {
    font-size: 0.8rem;
  }
  html h6,
  body h6,
  html .h6,
  body .h6 {
    font-size: 0.7rem;
  }
}
* {
  margin: 0;
  outline: none !important;
  box-shadow: none !important;
  transition: font-size 0.2s ease, margin 0.2s ease, padding 0.2s ease, width 0.5s ease, color 0.2s ease, text-decoration 0.5s ease;
}
.footer,
.push {
  height: auto;
}
@media only screen and (min-width: 768px) {
  .footer,
  .push {
    height: 338px;
  }
}
p,
ul,
ol,
li {
  margin-bottom: 20px;
}
p:empty {
  display: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 50px;
  margin-bottom: 10px;
}
h1 em,
h2 em,
h3 em,
h4 em,
h5 em,
h6 em {
  font-weight: 700;
  font-style: italic;
}
h2,
h3 {
  font-weight: 200;
}
h2 > *,
h3 > * {
  display: inline;
}
h2 em {
  font-weight: inherit;
}
blockquote {
  font-size: 1.67rem;
  font-style: italic;
  color: #72797F;
  border: none;
  padding: 0 0 0 20px;
  margin-bottom: 20px;
}
@media only screen and (min-width: 768px) {
  blockquote {
    font-size: 1.3rem;
  }
}
dl {
  margin-bottom: 35px;
}
dl dt {
  font-size: 1rem;
  margin-bottom: 7px;
  font-weight: 500;
  color: #72797F;
}
@media only screen and (min-width: 768px) {
  dl dt {
    font-size: 16px;
  }
}
dl dd {
  font-size: 0.83rem;
}
@media only screen and (min-width: 768px) {
  dl dd {
    font-size: 20px;
  }
}
ul,
ol {
  padding-left: 0;
  list-style: none;
}
ul li,
ol li {
  padding-left: 0;
  list-style: none;
}
a img {
  transition: opacity ease 0.2s;
}
figure {
  text-align: center;
  margin-bottom: 20px;
  position: relative;
  margin-left: -15px;
  margin-right: -15px;
}
figure:before,
figure:after {
  content: " ";
  display: table;
}
figure:after {
  clear: both;
}
figure:before,
figure:after {
  content: " ";
  display: table;
}
figure:after {
  clear: both;
}
@media only screen and (min-width: 768px) {
  figure {
    margin-left: 0;
    margin-right: 0;
  }
}
figure a {
  display: block;
}
figure a.link-cover {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  top: -15px;
  bottom: -15px;
  text-indent: -99999px;
  overflow: hidden;
}
figure a:hover img {
  opacity: 0.9;
}
figure .added {
  font-weight: 400;
  font-size: 0.8rem;
}
figure .added i:before {
  display: inline-block;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 0.8em;
}
figure .added i:before {
  font-family: 'dia-extra';
  content: '\0044';
}
figure img {
  display: block;
  max-width: 100%;
  height: auto;
  display: inline-block;
  margin-bottom: 10px;
  position: relative;
  float: left;
  width: 50%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media only screen and (min-width: 768px) {
  figure img {
    width: auto;
    text-align: center;
    float: none;
    display: inline-block !important;
    padding: 0;
    margin-bottom: 13px;
  }
}
figure figcaption {
  position: relative;
  float: left;
  width: 50%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  position: static;
  text-align: left;
  color: #72797F;
}
@media only screen and (min-width: 768px) {
  figure figcaption {
    width: 100%;
    padding: 0;
    font-size: 14px;
  }
}
figure figcaption * {
  font-size: 1rem;
  margin: 0;
  color: #1F1F1F;
  line-height: 1.4;
}
@media only screen and (min-width: 768px) {
  figure figcaption * {
    font-size: 0.8rem;
  }
}
figure figcaption *.audio:before {
  display: inline-block;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 0.8em;
}
figure figcaption *.audio:before {
  font-family: 'dia-extra';
  content: '\0043';
}
figure figcaption *.audio:before {
  padding-right: 10px;
}
figure figcaption *.video:before {
  display: inline-block;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 0.8em;
}
figure figcaption *.video:before {
  font-family: 'dia';
  content: '\0047';
}
figure figcaption *.video:before {
  font-size: 14px;
  padding-right: 10px;
}
figure figcaption h3,
figure figcaption p.h3 {
  color: #72797F;
  font-weight: 500;
  font-style: normal;
  margin-bottom: 5px;
  margin-top: 0;
}
figure figcaption h2 {
  font-weight: 700;
  font-style: normal;
  margin-bottom: 5px;
  margin-top: 0;
  line-height: 1.2;
}
figure figcaption h2 a {
  text-decoration: none;
}
figure figcaption h1 {
  font-size: 20px;
  margin-bottom: 5px;
}
figure.event figcaption > a,
figure.event figcaption > a h2 {
  color: #72797F;
  font-weight: 400;
}
figure.single img {
  float: left;
}
figure.single figcaption p {
  font-size: 14px;
  color: #72797F;
  width: 100%;
}
figure.single figcaption p em {
  font-size: inherit;
  color: inherit;
}
.object form .checkbox {
  margin-left: 0%;
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  margin-top: 0;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .object form .checkbox {
    margin-left: 33.33333333%;
  }
}
@media (min-width: 768px) {
  .object form .checkbox {
    float: left;
    width: 66.66666667%;
  }
}
.object form .checkbox label {
  font-weight: 200;
  margin: 0;
}
.checkbox {
  clear: both;
  margin-left: 15px;
}
@media only screen and (max-width: 768px) {
  .checkbox {
    margin-left: 0px;
  }
}
.checkbox * {
  transition: none;
}
.checkbox input,
.checkbox label {
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
  cursor: pointer;
}
.checkbox label {
  position: relative;
  font-weight: 400;
  padding-left: 0;
  float: left;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .checkbox label {
    font-size: 0.8rem;
  }
}
@media only screen and (max-width: 768px) {
  .checkbox label span {
    margin-top: 10px;
  }
}
.checkbox i {
  border: 1px solid black;
  color: lightgrey;
  width: 18px;
  height: 18px;
  display: block;
  float: left;
  position: relative;
  top: -3px;
  margin-right: 10px;
}
.checkbox input + label a {
  text-decoration: underline;
}
.checkbox input + label:before {
  background: transparent;
  display: inline-block;
  vertical-align: middle;
  width: 15px;
  height: 15px;
  padding: 2px;
  margin-right: 10px;
  text-align: center;
  margin-top: -2px;
  color: lightgrey;
  line-height: 0.7;
}
.checkbox input:checked + label > i {
  color: #000;
}
.checkbox input:checked + label > i:before {
  display: inline-block;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 0.8em;
}
.checkbox input:checked + label > i:before {
  font-family: 'dia-extra';
  content: '\0044';
}
.checkbox input:checked + label > i a {
  color: #000;
}
.checkbox input:checked + label > i:before {
  line-height: 0.7;
  color: black;
}
.checkbox.collection-search {
  position: relative;
  float: left;
  width: 25%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  margin: 0;
}
@media (max-width: 767px) {
  .checkbox.collection-search {
    display: none !important;
  }
}
.checkbox span {
  float: left;
}
form label,
form .label {
  font-size: 19px;
  font-weight: 200;
  font-style: normal;
  color: #000000;
}
@media only screen and (min-width: 768px) {
  form label,
  form .label {
    font-size: 24px;
  }
}
form input,
form .form-control {
  font-weight: 200;
  font-style: normal;
  font-size: 14px;
}
@media only screen and (min-width: 768px) {
  form input,
  form .form-control {
    font-size: 20px;
  }
}
form input[type="checkbox"],
form .form-control[type="checkbox"] {
  margin-top: 0px;
  float: right;
  width: 22px;
}
form #agree_policy {
  margin-top: 2px;
}
form select.form-control {
  padding: 0 !important;
}
form .input-group mark,
form .checkbox mark {
  background-color: transparent;
  z-index: 5;
  color: #D80000;
  font-weight: 200;
}
@media only screen and (min-width: 768px) {
  form .input-group mark,
  form .checkbox mark {
    font-size: 16px;
  }
}
form .input-group mark {
  position: absolute;
  top: 5px;
  right: 15px;
}
form .input-group mark.bottom {
  top: 42px;
}
form .input-group span {
  font-weight: 200;
  font-style: normal;
  font-size: 14px;
}
@media only screen and (min-width: 768px) {
  form .input-group span {
    font-size: 20px;
  }
}
form .input-group:after {
  border-bottom: 1px solid #000000;
  height: 1px;
  display: block;
  content: "";
  position: absolute;
  bottom: 0;
  left: 15px;
  right: 15px;
  z-index: 2;
}
form .input-group.nb:after {
  display: none;
}
button[type="submit"].btn-link,
button.submit.btn-link {
  padding-right: 15px;
  margin-right: 15px;
  float: right;
  line-height: 1.3;
  background: none;
}
@media only screen and (min-width: 768px) {
  button[type="submit"].btn-link,
  button.submit.btn-link {
    font-size: 22px;
    font-weight: 700;
    font-style: normal;
    padding-right: 23px;
  }
  button[type="submit"].btn-link:before,
  button.submit.btn-link:before {
    float: right;
    line-height: 1.3;
    top: 6px;
    padding-left: 8px;
    display: inline;
    position: relative;
  }
}
button[type="submit"].btn-link.disabled,
button.submit.btn-link.disabled {
  cursor: default;
  color: lightgray;
}
.btn-white {
  border: none;
  background: none;
}
p a {
  text-decoration: underline;
}
p a.h4 {
  text-decoration: none;
}
p a.h4:hover,
p a.h4:focus,
p a.h4:active,
p a.h4.active {
  text-decoration: underline;
}
p.result-count {
  font-size: 0.8rem;
  font-weight: 500;
  font-style: normal;
  color: #72797F;
  padding: 0;
  display: block;
}
.form-links {
  display: inline-block;
  position: relative;
  float: left;
  width: 33.33333333%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  clear: none;
  position: absolute;
  top: 10px;
  right: 0;
}
.form-links a {
  float: right;
}
@media (max-width: 767px) {
  .right-links {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .program-archive .section-link.back {
    display: none !important;
  }
}
.search main > header > h1 {
  position: relative;
  float: left;
  width: 50%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.search main > header > form {
  margin-top: -4px;
  position: relative;
  float: left;
  width: 50%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media only screen and (min-width: 768px) {
  .search main > header > form {
    padding-top: 12px;
    margin-top: 0;
  }
}
.search main > header > form .form-group {
  margin-bottom: 30px;
}
.search main > header > form .input-group {
  width: 100%;
}
.search main > header > form .input-group:after {
  left: 0;
  right: 0;
}
.search main > header > form .search-box .form-control {
  top: -3px;
}
.search main > header > form .search-box .input-group-btn:before {
  padding: 2px;
  font-size: 20px;
}
.search a.view-all {
  padding-left: 15px;
  font-weight: 500;
}
@media only screen and (min-width: 768px) {
  .search a.view-all {
    font-size: 0.8em;
  }
}
.membership main section .right ul li {
  list-style-type: disc;
}
nav.filters {
  position: relative;
  float: left;
  width: 83.33333333%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
nav.filters li {
  font-weight: 500;
  font-style: normal;
  color: #72797F;
}
nav.filters li a {
  color: #72797F;
}
nav.filters li a:before {
  display: inline-block;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 0.8em;
}
nav.filters li a:before {
  font-family: 'dia';
  content: '\0058';
}
nav.filters li a:before {
  float: right;
  font-weight: bold;
  padding-left: 8px;
  font-size: 10px;
  line-height: 1.3;
  color: #000000;
}
@media only screen and (min-width: 768px) {
  nav.filters li a:before {
    line-height: 1.8;
  }
}
@media only screen and (min-width: 768px) {
  nav.filters li {
    font-size: 0.8rem;
  }
}
nav.filters li a {
  color: #72797F;
}
nav.filters li a:before {
  display: inline-block;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 0.8em;
}
nav.filters li a:before {
  font-family: 'dia';
  content: '\0058';
}
nav.filters li a:before {
  float: right;
  font-weight: bold;
  padding-left: 8px;
  font-size: 10px;
  line-height: 1.3;
  color: #000000;
}
@media only screen and (min-width: 768px) {
  nav.filters li a:before {
    line-height: 1.8;
  }
}
@media only screen and (min-width: 768px) {
  nav.filters li {
    font-size: 0.8rem;
  }
}
.about-employment > main > header {
  margin-bottom: 25px;
}
@media only screen and (min-width: 768px) {
  .about-employment > main > header {
    margin-bottom: 60px;
  }
}
.touch body {
  min-height: 100%;
  height: auto;
  overflow: hidden;
}
body {
  padding-top: 45px;
}
@media only screen and (min-width: 768px) {
  body {
    padding-top: 37px;
  }
}
body > main > header > p {
  clear: both;
}
body > main > header h1.collection-search {
  float: left;
  width: 50%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  margin-top: 3px;
}
@media (min-width: 768px) {
  body > main > header h1.collection-search {
    float: left;
    width: 33.33333333%;
  }
}
@media only screen and (min-width: 768px) {
  body > main > header h1.collection-search {
    margin-top: 0;
  }
}
body > main > header form.collection-search {
  float: left;
  width: 50%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  body > main > header form.collection-search {
    float: left;
    width: 66.66666667%;
  }
}
@media only screen and (min-width: 768px) {
  body > main > header form.collection-search {
    margin-top: 10px;
  }
}
body > main > header form.collection-search .search-box {
  width: 100%;
}
body > main > header form.collection-search .search-box .input-group-btn:before {
  font-size: 1em;
}
body > header {
  position: fixed !important;
  background-color: #ffffff;
  right: 15px;
  left: 0;
  top: 0;
  z-index: 200;
  padding-bottom: 20px;
}
@media only screen and (min-width: 768px) {
  body > header {
    padding-bottom: 25px;
  }
}
body > header > h1 {
  float: left;
}
body > header .navbar-default {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
  position: fixed;
  z-index: 200;
  right: 0;
  left: 0;
  top: 0;
  background-color: #FFFFFF;
}
@media (min-width: 768px) {
  body > header .navbar-default {
    width: 750px;
  }
}
@media (min-width: 992px) {
  body > header .navbar-default {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  body > header .navbar-default {
    width: 1080px;
  }
}
body > header .navbar-header {
  float: right;
  width: 100%;
}
body > header .navbar-header button {
  height: 30px;
  width: 30px;
  font-size: 30px;
  background: none;
  border: none;
  margin-top: 17px;
  transition: none;
  position: relative;
  right: 0px;
  z-index: 500;
  float: right;
  padding: 4px 0 0 0;
}
body > header .navbar-header button.collapsed {
  margin-top: 15px;
  margin-bottom: 15px;
}
body > header .navbar-header button.collapsed:before {
  display: inline-block;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 0.8em;
}
body > header .navbar-header button.collapsed:before {
  font-family: 'dia';
  content: '\004D';
}
body > header .navbar-header button.collapsed:before {
  font-size: 30px;
  color: #222222;
}
body > header .navbar-header button:before {
  display: inline-block;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 0.8em;
}
body > header .navbar-header button:before {
  font-family: 'dia';
  content: '\0058';
}
body > header .navbar-header button:before {
  font-size: 24px;
  color: #fff;
}
body > header .navbar-header button:before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media only screen and (min-width: 768px) {
  body > header .navbar-header button {
    margin-top: 35px;
    float: right;
  }
  body > header .navbar-header button.collapsed {
    margin-top: 33px;
  }
}
@media only screen and (min-width: 768px) {
  body > header .navbar-header button {
    right: 0px;
  }
}
body > header .navbar-header button:before {
  color: transparent !important;
}
body > header .navbar-header ul {
  display: none;
  float: left;
  float: right;
}
@media only screen and (min-width: 768px) {
  body > header .navbar-header ul {
    display: block;
  }
}
@media only screen and (min-width: 768px) {
  body > header .navbar-header ul {
    margin-top: 35px;
  }
}
body > header .navbar-header ul li a {
  font-size: 24px;
  color: #1F1F1F;
  font-weight: 200;
  font-style: normal;
  border-bottom: 2px solid transparent;
  transition: border-color 0.2s ease-in-out;
  padding-bottom: 1px;
}
body > header .navbar-header ul li a:hover,
body > header .navbar-header ul li a:active,
body > header .navbar-header ul li a:focus {
  text-decoration: none;
  border-color: #1F1F1F;
}
body > header .navbar-header ul.menu {
  margin-bottom: 0;
}
body > header .navbar-header ul.menu.visible {
  display: block;
  margin-top: 15px;
}
body > header .navbar-header ul.menu.visible li {
  margin-right: 30px;
}
body > header .navbar-header ul.menu.visible li:nth-child(1) {
  display: none;
}
@media only screen and (min-width: 768px) {
  body > header .navbar-header ul.menu.visible {
    margin-top: 35px;
  }
  body > header .navbar-header ul.menu.visible li:nth-child(1) {
    display: block;
  }
}
body > header .navbar-collapse {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  height: 100vh;
  position: absolute;
  right: 0;
  left: 0;
  z-index: 200;
  overflow-y: auto;
  background-color: #ABAFB2;
  color: #ffffff;
}
@media (min-width: 768px) {
  body > header .navbar-collapse {
    float: left;
    width: 33.33333333%;
  }
}
body > header .navbar-collapse > div > ul,
body > header .navbar-collapse > ul {
  padding-top: 35px;
}
body > header .navbar-collapse > div > ul li,
body > header .navbar-collapse > ul li {
  float: none;
  margin-bottom: 0px;
}
body > header .navbar-collapse > div > ul li a,
body > header .navbar-collapse > ul li a {
  color: #ffffff;
  font-size: 28px;
  margin-bottom: 15px;
  display: block;
  font-weight: 200;
  font-style: normal;
  padding-left: 60px;
  position: relative;
  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
}
body > header .navbar-collapse > div > ul li a[data-toggle="collapse"]:before,
body > header .navbar-collapse > ul li a[data-toggle="collapse"]:before,
body > header .navbar-collapse > div > ul li a[data-toggle="collapse"]:after,
body > header .navbar-collapse > ul li a[data-toggle="collapse"]:after {
  content: "";
  position: absolute;
  background-color: white;
  transition: transform 0.2s ease-out;
  border-radius: 1px;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  top: 3px;
  left: 30px;
  width: 3px;
  height: 70%;
}
body > header .navbar-collapse > div > ul li a[data-toggle="collapse"]:after,
body > header .navbar-collapse > ul li a[data-toggle="collapse"]:after {
  transform: rotate(90deg);
}
body > header .navbar-collapse > div > ul li a[data-toggle="collapse"]:hover:before,
body > header .navbar-collapse > ul li a[data-toggle="collapse"]:hover:before,
body > header .navbar-collapse > div > ul li a[data-toggle="collapse"]:active:before,
body > header .navbar-collapse > ul li a[data-toggle="collapse"]:active:before,
body > header .navbar-collapse > div > ul li a[data-toggle="collapse"]:focus:before,
body > header .navbar-collapse > ul li a[data-toggle="collapse"]:focus:before,
body > header .navbar-collapse > div > ul li a[data-toggle="collapse"]:hover:after,
body > header .navbar-collapse > ul li a[data-toggle="collapse"]:hover:after,
body > header .navbar-collapse > div > ul li a[data-toggle="collapse"]:active:after,
body > header .navbar-collapse > ul li a[data-toggle="collapse"]:active:after,
body > header .navbar-collapse > div > ul li a[data-toggle="collapse"]:focus:after,
body > header .navbar-collapse > ul li a[data-toggle="collapse"]:focus:after {
  background-color: #000000;
}
body > header .navbar-collapse > div > ul li a[data-toggle="collapse"]:not(.collapsed):before,
body > header .navbar-collapse > ul li a[data-toggle="collapse"]:not(.collapsed):before {
  transform: rotate(90deg);
}
body > header .navbar-collapse > div > ul li a[data-toggle="collapse"]:not(.collapsed):after,
body > header .navbar-collapse > ul li a[data-toggle="collapse"]:not(.collapsed):after {
  transform: rotate(270deg);
}
body > header .navbar-collapse > div > ul li ul,
body > header .navbar-collapse > ul li ul {
  padding-bottom: 10px;
}
body > header .navbar-collapse > div > ul li ul li a,
body > header .navbar-collapse > ul li ul li a {
  font-size: 22px;
  padding-left: 80px;
}
body > header .navbar-collapse .navbar-form {
  padding-top: 50px;
  height: 80vh;
}
body > header .navbar-collapse .navbar-form .form-group {
  width: 50%;
  float: left;
}
body > header .navbar-collapse .navbar-form input,
body > header .navbar-collapse .navbar-form button {
  background: transparent;
  border: none;
  box-shadow: none !important;
}
body > header .navbar-collapse .navbar-form button {
  width: 60px;
  height: 24px;
  display: block;
  box-sizing: border-box;
  position: relative;
  float: left;
}
body > header .navbar-collapse .navbar-form button:before {
  display: inline-block;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 0.8em;
}
body > header .navbar-collapse .navbar-form button:before {
  font-family: 'dia';
  content: '\0053';
}
body > header .navbar-collapse .navbar-form button:before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 20px;
  color: #fff;
}
body > header .navbar-collapse .navbar-form button span {
  display: none;
}
body > header .navbar-collapse .navbar-form input {
  border-bottom: 1px solid #ffffff;
  color: #fff;
  font-size: 22px;
  line-height: 26px;
  padding-bottom: 10px;
  padding-left: 0px;
}
body > header .navbar-collapse .navbar-form :-ms-input-placeholder {
  color: #fff;
}
body > header .navbar-collapse .navbar-form ::-moz-placeholder {
  color: #fff;
}
body > header .navbar-collapse .navbar-form ::-webkit-input-placeholder {
  color: #fff;
}
@media only screen and (min-width: 768px) {
  body > header .navbar-collapse {
    padding-right: 100%;
    margin-right: -100%;
    box-sizing: content-box;
    left: auto;
  }
}
body > header,
body > main {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  body > header,
  body > main {
    width: 750px;
  }
}
@media (min-width: 992px) {
  body > header,
  body > main {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  body > header,
  body > main {
    width: 1080px;
  }
}
body > header > header,
body > main > header {
  margin-left: -15px;
  margin-right: -15px;
  position: relative;
  margin-top: 30px;
  margin-bottom: 60px;
}
@media only screen and (min-width: 768px) {
  body > header > header,
  body > main > header {
    margin-top: 70px;
    margin-bottom: 50px;
  }
}
body > header > header > h1,
body > main > header > h1 {
  font-size: 25.5px;
  margin-bottom: 20px;
  margin-top: 0;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  clear: left;
}
@media only screen and (min-width: 768px) {
  body > header > header > h1,
  body > main > header > h1 {
    font-size: 42px;
    margin-bottom: 27px;
  }
}
@media (min-width: 768px) {
  body > header > header > h1,
  body > main > header > h1 {
    float: left;
    width: 66.66666667%;
  }
}
body > header > header > h2,
body > main > header > h2 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 1.75rem;
  margin-top: -10px;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  body > header > header > h2,
  body > main > header > h2 {
    float: left;
    width: 66.66666667%;
  }
}
@media only screen and (min-width: 768px) {
  body > header > header > h2,
  body > main > header > h2 {
    margin-top: -14px;
    font-size: 22px;
    margin-bottom: 50px;
  }
}
body > header > header > h3,
body > main > header > h3 {
  float: left;
  width: 50%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  clear: both;
  float: none;
  margin-top: 0;
}
@media (min-width: 768px) {
  body > header > header > h3,
  body > main > header > h3 {
    float: left;
    width: 50%;
  }
}
body > header > header > h3.calendar,
body > main > header > h3.calendar {
  width: 100%;
}
body > header > header > h3.calendar a,
body > main > header > h3.calendar a {
  color: #72797F;
  font-weight: 400;
  font-style: 1.4rem;
}
body > header > header figure p,
body > main > header figure p {
  padding-left: 0;
}
body > header > header figure.full,
body > main > header figure.full {
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 0;
}
@media only screen and (min-width: 768px) {
  body > header > header figure.full,
  body > main > header figure.full {
    padding-left: 0px;
    padding-right: 0px;
  }
  body > header > header figure.full img,
  body > main > header figure.full img {
    margin-top: 0px;
  }
}
body > header > header figure.full img,
body > main > header figure.full img,
body > header > header figure.full figcaption,
body > main > header figure.full figcaption {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
body > header > header figure.full figcaption p,
body > main > header figure.full figcaption p {
  font-size: 14px;
  color: #72797F;
  width: 100%;
}
body > header > header figure.full figcaption p em,
body > main > header figure.full figcaption p em {
  font-size: inherit;
  color: inherit;
}
body > header > header figure.full + p,
body > main > header figure.full + p {
  margin-top: 10px;
}
@media only screen and (min-width: 768px) {
  body > header > header figure.full + p,
  body > main > header figure.full + p {
    margin-top: 50px;
  }
}
body > header > header figure.full img,
body > main > header figure.full img {
  margin-bottom: 0px;
}
body > header > header figure.full img + figcaption,
body > main > header figure.full img + figcaption {
  margin-top: 10px;
}
@media only screen and (min-width: 768px) {
  body > header > header figure.full img + figcaption,
  body > main > header figure.full img + figcaption {
    margin-top: 13px;
  }
}
body > header > header iframe,
body > main > header iframe {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
body > header > header .iframeWrapper,
body > main > header .iframeWrapper {
  position: relative;
  clear: both;
  margin-left: 15px;
  margin-right: 15px;
}
body > header > header .iframeWrapper:before,
body > main > header .iframeWrapper:before {
  display: block;
  content: " ";
  width: 100%;
  padding-top: 56.25%;
}
body > header > header .iframeWrapper iframe,
body > main > header .iframeWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 0;
}
body > header > header .carousel-wrap > ul,
body > main > header .carousel-wrap > ul {
  margin-bottom: 0;
}
body > header > header .carousel-wrap + *,
body > main > header .carousel-wrap + * {
  margin-top: 80px;
}
body > header > header .carousel-nav,
body > main > header .carousel-nav {
  bottom: 75px;
  display: none !important;
}
@media only screen and (min-width: 768px) {
  body > header > header .carousel-nav,
  body > main > header .carousel-nav {
    display: block !important;
  }
}
body > header > header .breadcrumb,
body > main > header .breadcrumb {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
body > header > header .breadcrumb a,
body > main > header .breadcrumb a {
  width: 100%;
  font-size: 1rem;
  color: #72797F;
  font-weight: 500;
  font-style: normal;
  padding-left: 20px;
  position: relative;
  display: block;
  padding-top: 10px;
  padding-bottom: 10px;
}
body > header > header .breadcrumb a:nth-of-type(even),
body > main > header .breadcrumb a:nth-of-type(even) {
  text-align: right;
  font-weight: 500;
  font-style: normal;
}
body > header > header .breadcrumb a:before,
body > main > header .breadcrumb a:before {
  display: inline-block;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 0.8em;
}
body > header > header .breadcrumb a:before,
body > main > header .breadcrumb a:before {
  font-family: 'dia';
  content: '\0041';
}
body > header > header .breadcrumb a:before,
body > main > header .breadcrumb a:before {
  position: absolute;
  left: 0;
  line-height: 1.4;
}
@media only screen and (min-width: 768px) {
  body > header > header .breadcrumb a,
  body > main > header .breadcrumb a {
    font-size: 0.8rem;
  }
  body > header > header .breadcrumb a:before,
  body > main > header .breadcrumb a:before {
    font-size: 15px;
    line-height: 1.3;
  }
}
body > header > header .breadcrumb a.section-link,
body > main > header .breadcrumb a.section-link {
  padding-right: 20px;
  position: relative;
  text-decoration: none;
  font-weight: 500;
  font-style: normal;
}
body > header > header .breadcrumb a.section-link:before,
body > main > header .breadcrumb a.section-link:before {
  display: inline-block;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 0.8em;
}
body > header > header .breadcrumb a.section-link:before,
body > main > header .breadcrumb a.section-link:before {
  font-family: 'dia';
  content: '\0042';
}
body > header > header .breadcrumb a.section-link:before,
body > main > header .breadcrumb a.section-link:before {
  position: absolute;
  right: 0;
  bottom: 0;
  line-height: 1.5;
}
@media only screen and (min-width: 768px) {
  body > header > header .breadcrumb a.section-link:before,
  body > main > header .breadcrumb a.section-link:before {
    bottom: auto;
  }
}
body > header > header .breadcrumb a.section-link.back,
body > main > header .breadcrumb a.section-link.back {
  padding-right: 0;
  padding-left: 20px;
}
body > header > header .breadcrumb a.section-link.back:before,
body > main > header .breadcrumb a.section-link.back:before {
  display: inline-block;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 0.8em;
}
body > header > header .breadcrumb a.section-link.back:before,
body > main > header .breadcrumb a.section-link.back:before {
  font-family: 'dia';
  content: '\0041';
}
body > header > header .breadcrumb a.section-link.back:before,
body > main > header .breadcrumb a.section-link.back:before {
  right: auto;
  left: 0;
  line-height: 2;
}
@media only screen and (min-width: 768px) {
  body > header > header .breadcrumb a.section-link,
  body > main > header .breadcrumb a.section-link {
    font-size: 0.8rem;
  }
  body > header > header .breadcrumb a.section-link:before,
  body > main > header .breadcrumb a.section-link:before {
    line-height: 2;
  }
}
body > header > header .breadcrumb:before,
body > main > header .breadcrumb:before,
body > header > header .breadcrumb:after,
body > main > header .breadcrumb:after {
  content: " ";
  display: table;
}
body > header > header .breadcrumb:after,
body > main > header .breadcrumb:after {
  clear: both;
}
body > header > header .breadcrumb:before,
body > main > header .breadcrumb:before,
body > header > header .breadcrumb:after,
body > main > header .breadcrumb:after {
  content: " ";
  display: table;
}
body > header > header .breadcrumb:after,
body > main > header .breadcrumb:after {
  clear: both;
}
body > header > header p,
body > main > header p {
  font-size: 1.25rem;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 0;
}
@media only screen and (min-width: 768px) {
  body > header > header p,
  body > main > header p {
    font-size: 24px;
  }
  body > header > header p.text-small,
  body > main > header p.text-small {
    font-size: 0.7rem;
  }
  body > header > header p.text-normal,
  body > main > header p.text-normal {
    font-size: 20px;
  }
  body > header > header p.text-large,
  body > main > header p.text-large {
    font-size: 1.4rem;
  }
}
@media (min-width: 768px) {
  body > header > header p,
  body > main > header p {
    float: left;
    width: 66.66666667%;
  }
}
@media only screen and (min-width: 768px) {
  body > header > header p,
  body > main > header p {
    font-size: 1.4rem;
  }
}
body > header > header p + .carousel,
body > main > header p + .carousel,
body > header > header p + figure.full,
body > main > header p + figure.full {
  clear: left;
  padding-top: 10px;
}
@media only screen and (min-width: 768px) {
  body > header > header p + .carousel,
  body > main > header p + .carousel,
  body > header > header p + figure.full,
  body > main > header p + figure.full {
    padding-top: 50px;
  }
}
body > header > header nav,
body > main > header nav {
  clear: both;
}
body > header > header nav.top-links,
body > main > header nav.top-links {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  float: right;
  text-align: right;
  clear: none;
  position: absolute;
  top: 10px;
  right: 0;
}
@media (min-width: 768px) {
  body > header > header nav.top-links,
  body > main > header nav.top-links {
    float: left;
    width: 50%;
  }
}
body > header > header nav.top-links ul li,
body > main > header nav.top-links ul li {
  margin-bottom: 5px;
}
body > header > header nav.top-links ul li span,
body > main > header nav.top-links ul li span {
  font-weight: 700;
}
@media only screen and (min-width: 768px) {
  body > header > header nav.top-links ul li span,
  body > main > header nav.top-links ul li span {
    font-size: 0.8rem;
  }
}
body > header > header nav.top-links li,
body > main > header nav.top-links li {
  float: none;
  clear: both;
  display: block;
}
@media only screen and (min-width: 768px) {
  body > header > header nav.top-links .section-link,
  body > main > header nav.top-links .section-link {
    float: right;
    line-height: 1.5;
  }
}
body > header > header nav.top-links span.price,
body > main > header nav.top-links span.price {
  text-decoration: none;
  font-weight: 500;
  font-style: normal;
  position: relative;
  top: -1px;
}
@media only screen and (min-width: 768px) {
  body > header > header nav.top-links span.price,
  body > main > header nav.top-links span.price {
    line-height: 1.5;
    font-size: 0.8rem;
  }
}
body > header > header nav.add-event a.add-link,
body > main > header nav.add-event a.add-link {
  margin-bottom: 5px;
}
@media only screen and (min-width: 768px) {
  body > header > header nav.add-event a.add-link,
  body > main > header nav.add-event a.add-link {
    display: block;
  }
}
body > header > header nav.add-event a.add-link:before,
body > main > header nav.add-event a.add-link:before {
  display: block;
}
body > header > header nav a.add-link,
body > main > header nav a.add-link {
  font-weight: 700;
  font-style: normal;
  float: none;
  clear: both;
  margin-bottom: 20px;
  display: block;
}
body > header > header nav a.add-link:before,
body > main > header nav a.add-link:before {
  display: none;
}
body > header > header nav a.add-link span,
body > main > header nav a.add-link span {
  display: inline-block;
}
body > header > header nav a.add-link span:before,
body > main > header nav a.add-link span:before {
  display: inline-block;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 0.8em;
}
body > header > header nav a.add-link span:before,
body > main > header nav a.add-link span:before {
  font-family: 'dia';
  content: '\0050';
}
body > header > header nav a.add-link span:before,
body > main > header nav a.add-link span:before {
  float: right;
  padding-left: 5px;
  font-size: 9px;
  line-height: 14px;
}
@media only screen and (min-width: 768px) {
  body > header > header nav a.add-link,
  body > main > header nav a.add-link {
    display: none;
  }
}
@media only screen and (min-width: 768px) {
  body > header > header nav#page-options,
  body > main > header nav#page-options {
    display: block;
    padding-top: 50px;
  }
}
@media only screen and (max-width: 768px) {
  body > header > header nav#page-options.collection-page,
  body > main > header nav#page-options.collection-page {
    width: 50%;
  }
}
body > header > header nav#page-options ul.page-options,
body > main > header nav#page-options ul.page-options {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
body > header > header nav#page-options ul.page-options li,
body > main > header nav#page-options ul.page-options li {
  margin-bottom: 0;
  margin-right: 17px;
  display: inline-block;
  text-align: left;
}
body > header > header nav#page-options ul.page-options li:last-of-type,
body > main > header nav#page-options ul.page-options li:last-of-type {
  margin-right: 0;
}
body > header > header nav#page-options ul.page-options li a,
body > main > header nav#page-options ul.page-options li a {
  font-size: 0.8rem;
  font-weight: 500;
  font-style: normal;
  color: #72797F;
  margin: 0;
  padding: 0;
  display: block;
  margin-bottom: 10px;
}
body > header > header nav#page-options ul.page-options li a:hover,
body > main > header nav#page-options ul.page-options li a:hover,
body > header > header nav#page-options ul.page-options li a:active,
body > main > header nav#page-options ul.page-options li a:active,
body > header > header nav#page-options ul.page-options li a:focus,
body > main > header nav#page-options ul.page-options li a:focus,
body > header > header nav#page-options ul.page-options li a.active,
body > main > header nav#page-options ul.page-options li a.active {
  color: #222222;
  text-decoration: none;
}
@media (min-width: 768px) {
  body > header > header nav#page-options ul.page-options,
  body > main > header nav#page-options ul.page-options {
    float: left;
    width: 75%;
  }
}
@media (max-width: 767px) {
  body > header > header nav#page-options ul.page-options,
  body > main > header nav#page-options ul.page-options {
    display: none !important;
  }
}
body > header > header nav#page-options ul.page-options.collection-search,
body > main > header nav#page-options ul.page-options.collection-search {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  body > header > header nav#page-options ul.page-options.collection-search,
  body > main > header nav#page-options ul.page-options.collection-search {
    float: left;
    width: 58.33333333%;
  }
}
body > header > header nav#page-options .dropdown,
body > main > header nav#page-options .dropdown {
  float: left;
  width: 50%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  margin-top: -6px;
}
@media (min-width: 768px) {
  body > header > header nav#page-options .dropdown,
  body > main > header nav#page-options .dropdown {
    float: left;
    width: 25%;
  }
}
body > header > header nav#page-options .dropdown .caret,
body > main > header nav#page-options .dropdown .caret {
  display: inline;
}
@media only screen and (min-width: 768px) {
  body > header > header nav#page-options .dropdown.page-options,
  body > main > header nav#page-options .dropdown.page-options {
    display: none;
  }
}
body > header > header nav#page-options .dropdown.page-options button,
body > main > header nav#page-options .dropdown.page-options button {
  float: left;
  padding-left: 0;
}
@media only screen and (max-width: 768px) {
  body > header > header nav#page-options#collection-search,
  body > main > header nav#page-options#collection-search {
    width: 50%;
  }
}
body > header > header nav#page-options .checkbox,
body > main > header nav#page-options .checkbox {
  clear: none;
  margin-top: -2px;
  text-align: right;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  body > header > header nav#page-options .checkbox,
  body > main > header nav#page-options .checkbox {
    float: left;
    width: 16.66666667%;
  }
}
@media only screen and (min-width: 768px) {
  body > header > header nav#page-options .checkbox a,
  body > main > header nav#page-options .checkbox a {
    font-size: 0.8rem;
    font-weight: 400;
    color: lightgrey;
  }
  body > header > header nav#page-options .checkbox a:before,
  body > main > header nav#page-options .checkbox a:before {
    display: inline-block;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 0.8em;
  }
  body > header > header nav#page-options .checkbox a:before,
  body > main > header nav#page-options .checkbox a:before {
    font-family: 'dia-extra';
    content: '\0044';
  }
  body > header > header nav#page-options .checkbox a:before,
  body > main > header nav#page-options .checkbox a:before {
    padding-right: 10px;
  }
}
body > header > header nav#page-options .checkbox a.active,
body > main > header nav#page-options .checkbox a.active {
  color: #000;
}
body > header > header nav#page-options .checkbox.in-print,
body > main > header nav#page-options .checkbox.in-print {
  float: right;
  padding-right: 30px;
  display: none;
}
@media only screen and (min-width: 768px) {
  body > header > header nav#page-options .checkbox.in-print,
  body > main > header nav#page-options .checkbox.in-print {
    display: block;
  }
}
body > header > header nav#page-options .options,
body > main > header nav#page-options .options {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  text-align: right;
}
@media (min-width: 768px) {
  body > header > header nav#page-options .options,
  body > main > header nav#page-options .options {
    float: left;
    width: 25%;
  }
}
@media only screen and (max-width: 768px) {
  body > header > header nav#page-options .options,
  body > main > header nav#page-options .options {
    text-align: left;
  }
}
body > header > header nav#page-options .options a.add-link,
body > main > header nav#page-options .options a.add-link {
  margin-bottom: 10px;
  display: inline-block !important;
  font-weight: 400;
}
@media only screen and (min-width: 768px) {
  body > header > header nav#page-options .options a.add-link,
  body > main > header nav#page-options .options a.add-link {
    display: block;
  }
}
body > header > header nav#page-options .options a.add-link:before,
body > main > header nav#page-options .options a.add-link:before {
  display: block;
  line-height: 1.4;
}
body > header > header nav:before,
body > main > header nav:before,
body > header > header nav:after,
body > main > header nav:after {
  content: " ";
  display: table;
}
body > header > header nav:after,
body > main > header nav:after {
  clear: both;
}
body > header > header nav:before,
body > main > header nav:before,
body > header > header nav:after,
body > main > header nav:after {
  content: " ";
  display: table;
}
body > header > header nav:after,
body > main > header nav:after {
  clear: both;
}
body > header > header .dropdowns .dropdown,
body > main > header .dropdowns .dropdown {
  float: left;
  width: 50%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  margin-top: -6px;
}
@media (min-width: 768px) {
  body > header > header .dropdowns .dropdown,
  body > main > header .dropdowns .dropdown {
    float: left;
    width: 25%;
  }
}
body > header > header .dropdowns .dropdown .caret,
body > main > header .dropdowns .dropdown .caret {
  display: inline;
}
body > header > header .dropdowns .dropdown button,
body > main > header .dropdowns .dropdown button {
  text-align: left;
  float: left;
  padding-left: 0;
  padding-right: 0;
}
body > header > header .dropdowns.collection-search ul,
body > main > header .dropdowns.collection-search ul {
  float: right;
}
body > header > header .dropdowns.collection-search ul li .dropdown,
body > main > header .dropdowns.collection-search ul li .dropdown {
  width: 100%;
}
@media only screen and (max-width: 768px) {
  body > header > header .dropdowns.collection-search,
  body > main > header .dropdowns.collection-search {
    width: 50%;
    clear: none;
    float: left;
  }
}
body > header .dropdown-style,
body > main .dropdown-style {
  float: left;
  width: 50%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  margin-top: -6px;
}
@media (min-width: 768px) {
  body > header .dropdown-style,
  body > main .dropdown-style {
    float: left;
    width: 25%;
  }
}
body > header .dropdown-style .caret,
body > main .dropdown-style .caret {
  display: inline;
}
body > header footer nav,
body > main footer nav {
  margin-left: -15px;
  margin-right: -15px;
}
body > header footer nav .social,
body > main footer nav .social {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 0px;
}
body > header footer nav .social li,
body > main footer nav .social li {
  margin-right: 25px;
  color: #C6CACC;
  font-weight: 500;
  font-style: normal;
}
body > header footer nav .social li a,
body > main footer nav .social li a {
  color: #1F1F1F;
}
body > header footer nav .social li a:hover,
body > main footer nav .social li a:hover,
body > header footer nav .social li a:active,
body > main footer nav .social li a:active,
body > header footer nav .social li a:focus,
body > main footer nav .social li a:focus,
body > header footer nav .social li a.active,
body > main footer nav .social li a.active {
  text-decoration: underline;
}
body > header footer nav .social li a,
body > main footer nav .social li a {
  color: #1F1F1F;
}
body > header footer nav .social li a:hover,
body > main footer nav .social li a:hover,
body > header footer nav .social li a:active,
body > main footer nav .social li a:active,
body > header footer nav .social li a:focus,
body > main footer nav .social li a:focus,
body > header footer nav .social li a.active,
body > main footer nav .social li a.active {
  text-decoration: underline;
}
body > header footer nav .page-navigation,
body > main footer nav .page-navigation {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 60px;
  padding-bottom: 60px;
  margin-bottom: 0;
}
@media only screen and (min-width: 768px) {
  body > header footer nav .page-navigation,
  body > main footer nav .page-navigation {
    padding-top: 200px;
    padding-bottom: 200px;
  }
  body > header footer nav .page-navigation li,
  body > main footer nav .page-navigation li {
    margin-right: 0;
  }
}
body > header footer nav .page-navigation li,
body > main footer nav .page-navigation li {
  position: relative;
  float: left;
  width: 50%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
body > header footer nav .page-navigation li:last-of-type,
body > main footer nav .page-navigation li:last-of-type {
  float: right;
  margin-bottom: 0;
}
body > header section,
body > main section {
  margin-left: -15px;
  margin-right: -15px;
  margin-bottom: 60px;
}
@media only screen and (min-width: 768px) {
  body > header section,
  body > main section {
    margin-bottom: 105px;
  }
}
body > header section img,
body > main section img {
  display: block;
  max-width: 100%;
  height: auto;
}
body > header section form .form-group > label,
body > main section form .form-group > label,
body > header section form .form-group > .label,
body > main section form .form-group > .label {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  body > header section form .form-group > label,
  body > main section form .form-group > label,
  body > header section form .form-group > .label,
  body > main section form .form-group > .label {
    float: left;
    width: 33.33333333%;
  }
}
body > header section form .form-group .input-group,
body > main section form .form-group .input-group {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 25px;
}
@media (min-width: 768px) {
  body > header section form .form-group .input-group,
  body > main section form .form-group .input-group {
    float: left;
    width: 66.66666667%;
  }
}
body > header section form .form-group .input-group span.input-group-addon,
body > main section form .form-group .input-group span.input-group-addon {
  padding-left: 0;
}
@media only screen and (min-width: 768px) {
  body > header section form .form-group .input-group,
  body > main section form .form-group .input-group {
    float: right;
    margin-bottom: 30px;
  }
  body > header section form .form-group .input-group .form-control,
  body > main section form .form-group .input-group .form-control {
    top: 3px;
  }
  body > header section form .form-group .input-group span.input-group-addon,
  body > main section form .form-group .input-group span.input-group-addon {
    width: 25%;
    text-align: left;
  }
  body > header section form .form-group .input-group input[type="text"],
  body > main section form .form-group .input-group input[type="text"] {
    padding-left: 0;
  }
}
body > header section form .form-group .section-link:before,
body > main section form .form-group .section-link:before {
  display: inline-block;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 0.8em;
}
body > header section form .form-group .section-link:before,
body > main section form .form-group .section-link:before {
  font-family: 'dia';
  content: '\0042';
}
@media only screen and (min-width: 768px) {
  body > header section form .form-group .section-link,
  body > main section form .form-group .section-link {
    margin-top: 20px;
    font-size: 22px;
  }
}
body > header section form .form-group:before,
body > main section form .form-group:before,
body > header section form .form-group:after,
body > main section form .form-group:after {
  content: " ";
  display: table;
}
body > header section form .form-group:after,
body > main section form .form-group:after {
  clear: both;
}
body > header section form .form-group:before,
body > main section form .form-group:before,
body > header section form .form-group:after,
body > main section form .form-group:after {
  content: " ";
  display: table;
}
body > header section form .form-group:after,
body > main section form .form-group:after {
  clear: both;
}
@media only screen and (min-width: 768px) {
  body > header section form.account .form-group .input-group,
  body > main section form.account .form-group .input-group {
    float: left;
  }
}
body > header section form.account .section-link,
body > main section form.account .section-link {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  text-align: right;
}
@media (min-width: 768px) {
  body > header section form.account .section-link,
  body > main section form.account .section-link {
    float: left;
    width: 66.66666667%;
  }
}
body > header section form.account.login .section-link,
body > main section form.account.login .section-link {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  body > header section form.account.login .section-link,
  body > main section form.account.login .section-link {
    float: left;
    width: 33.33333333%;
  }
}
body > header section form.account.login .password,
body > main section form.account.login .password {
  text-decoration: underline;
  clear: left;
  text-align: left;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media only screen and (min-width: 768px) {
  body > header section form.account.login .password,
  body > main section form.account.login .password {
    font-size: 16px;
    margin-top: 20px;
  }
}
@media (min-width: 768px) {
  body > header section form.account.login .password,
  body > main section form.account.login .password {
    float: left;
    width: 33.33333333%;
  }
}
body > header section header,
body > main section header {
  margin-bottom: 20px;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
body > header section header:after,
body > main section header:after {
  border-bottom: 1px solid #72797F;
  display: block;
  width: 100%;
  content: "";
  border-bottom-color: #000000;
}
body > header section header:before,
body > main section header:before,
body > header section header:after,
body > main section header:after {
  content: " ";
  display: table;
}
body > header section header:after,
body > main section header:after {
  clear: both;
}
body > header section header:before,
body > main section header:before,
body > header section header:after,
body > main section header:after {
  content: " ";
  display: table;
}
body > header section header:after,
body > main section header:after {
  clear: both;
}
@media only screen and (min-width: 768px) {
  body > header section header,
  body > main section header {
    margin-bottom: 28px;
  }
}
body > header section header > a,
body > main section header > a {
  line-height: 27px;
  font-weight: 700;
  font-style: normal;
}
@media only screen and (min-width: 768px) {
  body > header section header > a,
  body > main section header > a {
    font-weight: 500;
    font-style: normal;
    font-size: 0.8rem;
    line-height: 38px;
  }
}
body > header section header .carousel-nav,
body > main section header .carousel-nav {
  margin-left: 10px;
  bottom: 6px;
}
@media only screen and (min-width: 768px) {
  body > header section header .carousel-nav,
  body > main section header .carousel-nav {
    bottom: 2px;
  }
}
body > header section header .carousel-nav .pagination-no,
body > main section header .carousel-nav .pagination-no {
  opacity: 0;
  width: auto;
  font-size: 1rem;
  padding: 4px 4px 0 4px;
  margin-top: 8px;
}
@media only screen and (min-width: 768px) {
  body > header section header .carousel-nav .pagination-no,
  body > main section header .carousel-nav .pagination-no {
    margin-top: 10px;
    font-size: 0.7rem;
  }
}
body > header section header .carousel-nav:hover .pagination-no,
body > main section header .carousel-nav:hover .pagination-no {
  opacity: 1;
}
body > header section header .carousel-nav div:before,
body > main section header .carousel-nav div:before {
  font-size: 17px;
}
body > header section header .section-link:before,
body > main section header .section-link:before {
  line-height: 2.6;
}
@media only screen and (min-width: 768px) {
  body > header section header .section-link:before,
  body > main section header .section-link:before {
    line-height: 3;
  }
}
@media (min-width: 768px) {
  body > header section header,
  body > main section header {
    float: left;
    width: 100%;
  }
}
body > header section header h1,
body > main section header h1 {
  margin: 0;
  padding: 0;
  padding-bottom: 10px;
  font-size: 22.5px;
  float: left;
}
@media only screen and (min-width: 768px) {
  body > header section header h1,
  body > main section header h1 {
    padding-bottom: 4px;
    font-size: 1.4rem;
  }
}
body > header section header h1 a[data-toggle],
body > main section header h1 a[data-toggle] {
  display: block;
  width: 100%;
}
body > header section header h1 a[data-toggle]:before,
body > main section header h1 a[data-toggle]:before {
  display: inline-block;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 0.8em;
}
body > header section header h1 a[data-toggle]:before,
body > main section header h1 a[data-toggle]:before {
  font-family: 'dia';
  content: '\0051';
}
body > header section header h1 a[data-toggle].collapsed:before,
body > main section header h1 a[data-toggle].collapsed:before {
  display: inline-block;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 0.8em;
}
body > header section header h1 a[data-toggle].collapsed:before,
body > main section header h1 a[data-toggle].collapsed:before {
  font-family: 'dia';
  content: '\0050';
}
body > header section header h1 a[data-toggle]:before,
body > main section header h1 a[data-toggle]:before {
  display: block;
  position: absolute;
  right: 25px;
  font-size: 13.5px;
  line-height: 27px;
}
@media only screen and (min-width: 768px) {
  body > header section header h1 a[data-toggle]:before,
  body > main section header h1 a[data-toggle]:before {
    right: 27px;
    font-size: 21px;
    line-height: 33px;
  }
}
body > header section header h1 a[data-toggle]:hover,
body > main section header h1 a[data-toggle]:hover,
body > header section header h1 a[data-toggle]:focus,
body > main section header h1 a[data-toggle]:focus,
body > header section header h1 a[data-toggle]:active,
body > main section header h1 a[data-toggle]:active,
body > header section header h1 a[data-toggle].active,
body > main section header h1 a[data-toggle].active {
  text-decoration: none;
  color: #222222;
}
body > header section header h1 a[data-toggle]:hover:before,
body > main section header h1 a[data-toggle]:hover:before,
body > header section header h1 a[data-toggle]:focus:before,
body > main section header h1 a[data-toggle]:focus:before,
body > header section header h1 a[data-toggle]:active:before,
body > main section header h1 a[data-toggle]:active:before,
body > header section header h1 a[data-toggle].active:before,
body > main section header h1 a[data-toggle].active:before {
  color: #72797F;
  text-decoration: none;
}
body > header section header > a,
body > main section header > a {
  float: right;
}
body > header section.message,
body > main section.message {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 0px;
  margin-bottom: 60px;
}
@media (min-width: 768px) {
  body > header section.message,
  body > main section.message {
    float: left;
    width: 100%;
  }
}
body > header section.message *,
body > main section.message * {
  font-weight: 700;
  font-style: normal;
  font-size: 1.25rem;
  color: #72797F;
}
@media only screen and (min-width: 768px) {
  body > header section.message *,
  body > main section.message * {
    font-size: 1.4rem;
  }
}
body > header section.message p:last-of-type,
body > main section.message p:last-of-type {
  margin-bottom: 0;
}
body > header section.gallery figure,
body > main section.gallery figure {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  body > header section.gallery figure,
  body > main section.gallery figure {
    float: left;
    width: 25%;
  }
}
@media only screen and (min-width: 768px) {
  body > header section.gallery figure:nth-of-type(4n+1),
  body > main section.gallery figure:nth-of-type(4n+1) {
    clear: both;
  }
}
body > header section.gallery figure:hover img,
body > main section.gallery figure:hover img {
  opacity: 0.9;
}
body > header section.gallery.single figcaption,
body > main section.gallery.single figcaption {
  padding-bottom: 30px;
}
body > header section.gallery.triple figure,
body > main section.gallery.triple figure {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  body > header section.gallery.triple figure,
  body > main section.gallery.triple figure {
    float: left;
    width: 33.33333333%;
  }
}
@media only screen and (min-width: 768px) {
  body > header section.gallery.triple figure:nth-of-type(4n+1),
  body > main section.gallery.triple figure:nth-of-type(4n+1) {
    clear: none;
  }
  body > header section.gallery.triple figure:nth-of-type(3n+1),
  body > main section.gallery.triple figure:nth-of-type(3n+1) {
    clear: both;
  }
}
body > header section.gallery .artist-results,
body > main section.gallery .artist-results {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  body > header section.gallery .artist-results,
  body > main section.gallery .artist-results {
    float: left;
    width: 100%;
  }
}
body > header section.gallery .artist-results ul li,
body > main section.gallery .artist-results ul li {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  body > header section.gallery .artist-results ul li,
  body > main section.gallery .artist-results ul li {
    float: left;
    width: 25%;
  }
}
body > header section.accordion div.collapsible,
body > main section.accordion div.collapsible {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  body > header section.accordion div.collapsible,
  body > main section.accordion div.collapsible {
    float: left;
    width: 100%;
  }
}
body > header section.listing figure,
body > main section.listing figure {
  float: left;
  width: 50%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  body > header section.listing figure,
  body > main section.listing figure {
    float: left;
    width: 25%;
  }
}
@media only screen and (max-width: 768px) {
  body > header section.listing figure:nth-of-type(2n+1),
  body > main section.listing figure:nth-of-type(2n+1) {
    clear: both;
  }
}
@media only screen and (min-width: 768px) {
  body > header section.listing figure:nth-of-type(2n+1),
  body > main section.listing figure:nth-of-type(2n+1) {
    clear: none;
  }
  body > header section.listing figure:nth-of-type(4n+1),
  body > main section.listing figure:nth-of-type(4n+1) {
    clear: both;
  }
}
body > header section.single > div,
body > main section.single > div {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  body > header section.single > div,
  body > main section.single > div {
    float: left;
    width: 100%;
  }
}
body > header section.artists-list,
body > main section.artists-list {
  font-weight: 700;
  font-style: normal;
}
body > header section.artists-list h2,
body > main section.artists-list h2 {
  font-size: 1.25rem;
  margin: 0;
  padding: 0;
  font-weight: 700;
  font-style: normal;
  margin-bottom: 17px;
}
@media only screen and (min-width: 768px) {
  body > header section.artists-list h2,
  body > main section.artists-list h2 {
    font-size: 1.4rem;
  }
}
body > header section.artists-list li,
body > main section.artists-list li {
  margin-bottom: 20px;
}
@media only screen and (min-width: 768px) {
  body > header section.artists-list li,
  body > main section.artists-list li {
    font-size: 0.8rem;
    margin-top: 12px;
  }
}
body > header section.artists-list > ol > li:before,
body > main section.artists-list > ol > li:before,
body > header section.artists-list > ol > li:after,
body > main section.artists-list > ol > li:after {
  content: " ";
  display: table;
}
body > header section.artists-list > ol > li:after,
body > main section.artists-list > ol > li:after {
  clear: both;
}
body > header section.artists-list > ol > li:before,
body > main section.artists-list > ol > li:before,
body > header section.artists-list > ol > li:after,
body > main section.artists-list > ol > li:after {
  content: " ";
  display: table;
}
body > header section.artists-list > ol > li:after,
body > main section.artists-list > ol > li:after {
  clear: both;
}
body > header section.artists-list > ol > li h2,
body > main section.artists-list > ol > li h2 {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  body > header section.artists-list > ol > li h2,
  body > main section.artists-list > ol > li h2 {
    float: left;
    width: 25%;
  }
}
body > header section.artists-list > ol > li ol,
body > main section.artists-list > ol > li ol {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  margin-left: -15px;
  margin-right: -15px;
  padding-bottom: 20px;
}
@media (min-width: 768px) {
  body > header section.artists-list > ol > li ol,
  body > main section.artists-list > ol > li ol {
    float: left;
    width: 75%;
  }
}
@media only screen and (min-width: 768px) {
  body > header section.artists-list > ol > li ol,
  body > main section.artists-list > ol > li ol {
    padding-bottom: 100px;
  }
}
body > header section.artists-list > ol > li ol li,
body > main section.artists-list > ol > li ol li {
  position: relative;
  float: left;
  width: 50%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  body > header section.artists-list > ol > li ol li,
  body > main section.artists-list > ol > li ol li {
    float: left;
    width: 33.33333333%;
  }
}
body > header section.calendar .col-image,
body > main section.calendar .col-image {
  float: left;
  width: 50%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  body > header section.calendar .col-image,
  body > main section.calendar .col-image {
    float: left;
    width: 25%;
  }
}
body > header section.calendar .col-content,
body > main section.calendar .col-content {
  float: left;
  width: 50%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  body > header section.calendar .col-content,
  body > main section.calendar .col-content {
    float: left;
    width: 41.66666667%;
  }
}
body > header section.calendar .col-action,
body > main section.calendar .col-action {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  body > header section.calendar .col-action,
  body > main section.calendar .col-action {
    float: left;
    width: 33.33333333%;
  }
}
@media (max-width: 767px) {
  body > header section.calendar .col-action,
  body > main section.calendar .col-action {
    display: none !important;
  }
}
body > header section.calendar .col-action p,
body > main section.calendar .col-action p {
  margin-bottom: 5px;
  font-weight: 500;
}
body > header section.calendar article,
body > main section.calendar article {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  body > header section.calendar article,
  body > main section.calendar article {
    float: left;
    width: 100%;
  }
}
body > header section.calendar article:before,
body > main section.calendar article:before,
body > header section.calendar article:after,
body > main section.calendar article:after {
  content: " ";
  display: table;
}
body > header section.calendar article:after,
body > main section.calendar article:after {
  clear: both;
}
body > header section.calendar article:before,
body > main section.calendar article:before,
body > header section.calendar article:after,
body > main section.calendar article:after {
  content: " ";
  display: table;
}
body > header section.calendar article:after,
body > main section.calendar article:after {
  clear: both;
}
body > header section.calendar article h1,
body > main section.calendar article h1 {
  font-size: 1rem;
  font-weight: 700;
  font-style: normal;
  margin-bottom: 5px;
  margin-top: 0;
}
body > header section.calendar article h2,
body > main section.calendar article h2 {
  font-size: 1rem;
  color: #72797F;
  font-weight: 500;
  font-style: normal;
  margin-bottom: 5px;
  margin-top: 0;
}
@media only screen and (min-width: 768px) {
  body > header section.calendar article:after,
  body > main section.calendar article:after {
    padding-top: 30px;
    margin-bottom: 30px;
    border-bottom: 1px solid #72797F;
    width: 100%;
    content: "";
    display: block;
  }
  body > header section.calendar article h1,
  body > main section.calendar article h1 {
    font-size: 24px;
  }
  body > header section.calendar article h2,
  body > main section.calendar article h2,
  body > header section.calendar article p,
  body > main section.calendar article p {
    font-size: 0.8rem;
  }
}
body > header section.calendar article .col-action *,
body > main section.calendar article .col-action * {
  float: right;
  clear: both;
}
@media only screen and (min-width: 768px) {
  body > header section.calendar article,
  body > main section.calendar article {
    margin-bottom: 0px;
  }
}
body > header section.calendar .top-nav,
body > main section.calendar .top-nav {
  float: right;
  margin-top: 10px;
}
@media (max-width: 767px) {
  body > header section.calendar .top-nav,
  body > main section.calendar .top-nav {
    display: none !important;
  }
}
body > header section.calendar .top-nav a.prev:before,
body > main section.calendar .top-nav a.prev:before {
  display: inline-block;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 0.8em;
}
body > header section.calendar .top-nav a.prev:before,
body > main section.calendar .top-nav a.prev:before {
  font-family: 'dia';
  content: '\0041';
}
body > header section.calendar .top-nav a.next:before,
body > main section.calendar .top-nav a.next:before {
  display: inline-block;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 0.8em;
}
body > header section.calendar .top-nav a.next:before,
body > main section.calendar .top-nav a.next:before {
  font-family: 'dia';
  content: '\0042';
}
body > header section.calendar .calendar-nav,
body > main section.calendar .calendar-nav {
  width: 50%;
  float: left;
}
body > header section.calendar .calendar-nav p a,
body > main section.calendar .calendar-nav p a {
  font-size: 1rem;
}
body > header section.calendar .calendar-nav p a:before,
body > main section.calendar .calendar-nav p a:before {
  line-height: 1.7;
}
body > header section.calendar .calendar-nav.next,
body > main section.calendar .calendar-nav.next {
  text-align: right;
  float: right;
}
body > header section.calendar .calendar-nav.prev p a,
body > main section.calendar .calendar-nav.prev p a {
  padding-left: 20px;
}
body > header section.calendar .calendar-nav.prev p a:before,
body > main section.calendar .calendar-nav.prev p a:before {
  display: inline-block;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 0.8em;
}
body > header section.calendar .calendar-nav.prev p a:before,
body > main section.calendar .calendar-nav.prev p a:before {
  font-family: 'dia';
  content: '\0041';
}
body > header section.calendar .calendar-nav.prev p a:before,
body > main section.calendar .calendar-nav.prev p a:before {
  position: absolute;
  left: 0;
  line-height: 1.7;
}
body > header section > div:first-of-type.accordion,
body > main section > div:first-of-type.accordion {
  margin-top: -20px;
}
@media only screen and (min-width: 768px) {
  body > header section > div:first-of-type.accordion,
  body > main section > div:first-of-type.accordion {
    margin-top: -28px;
  }
}
body > header section > div.left,
body > main section > div.left,
body > header section > div div.left,
body > main section > div div.left {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  clear: left;
}
@media (min-width: 768px) {
  body > header section > div.left,
  body > main section > div.left,
  body > header section > div div.left,
  body > main section > div div.left {
    float: left;
    width: 33.33333333%;
  }
}
body > header section > div.left > p,
body > main section > div.left > p,
body > header section > div div.left > p,
body > main section > div div.left > p {
  font-size: 1.25rem;
}
@media only screen and (min-width: 768px) {
  body > header section > div.left > p,
  body > main section > div.left > p,
  body > header section > div div.left > p,
  body > main section > div div.left > p {
    font-size: 24px;
  }
  body > header section > div.left > p.text-small,
  body > main section > div.left > p.text-small,
  body > header section > div div.left > p.text-small,
  body > main section > div div.left > p.text-small {
    font-size: 0.7rem;
  }
  body > header section > div.left > p.text-normal,
  body > main section > div.left > p.text-normal,
  body > header section > div div.left > p.text-normal,
  body > main section > div div.left > p.text-normal {
    font-size: 20px;
  }
  body > header section > div.left > p.text-large,
  body > main section > div.left > p.text-large,
  body > header section > div div.left > p.text-large,
  body > main section > div div.left > p.text-large {
    font-size: 1.4rem;
  }
}
body > header section > div.right,
body > main section > div.right,
body > header section > div div.right,
body > main section > div div.right {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  body > header section > div.right,
  body > main section > div.right,
  body > header section > div div.right,
  body > main section > div div.right {
    float: left;
    width: 66.66666667%;
  }
}
body > header section > div.accordion,
body > main section > div.accordion {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  body > header section > div.accordion,
  body > main section > div.accordion {
    float: left;
    width: 100%;
  }
}
body > header section > div.accordion h3,
body > main section > div.accordion h3 {
  margin-top: 0;
  margin-bottom: 0px;
  padding-bottom: 5px;
  padding-top: 15px;
  font-size: 19px;
  border-bottom: 1px solid #72797F;
}
body > header section > div.accordion h3 a,
body > main section > div.accordion h3 a {
  display: block;
  width: 100%;
  color: #72797F;
  position: relative;
}
body > header section > div.accordion h3 a:before,
body > main section > div.accordion h3 a:before {
  display: inline-block;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 0.8em;
}
body > header section > div.accordion h3 a:before,
body > main section > div.accordion h3 a:before {
  font-family: 'dia';
  content: '\0051';
}
body > header section > div.accordion h3 a.collapsed:before,
body > main section > div.accordion h3 a.collapsed:before {
  display: inline-block;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 0.8em;
}
body > header section > div.accordion h3 a.collapsed:before,
body > main section > div.accordion h3 a.collapsed:before {
  font-family: 'dia';
  content: '\0050';
}
body > header section > div.accordion h3 a:before,
body > main section > div.accordion h3 a:before {
  display: block;
  position: absolute;
  right: 25px;
  font-size: 13.5px;
  line-height: 27px;
}
@media only screen and (min-width: 768px) {
  body > header section > div.accordion h3 a:before,
  body > main section > div.accordion h3 a:before {
    right: 27px;
    font-size: 21px;
    line-height: 33px;
  }
}
body > header section > div.accordion h3 a:hover,
body > main section > div.accordion h3 a:hover,
body > header section > div.accordion h3 a:focus,
body > main section > div.accordion h3 a:focus,
body > header section > div.accordion h3 a:active,
body > main section > div.accordion h3 a:active,
body > header section > div.accordion h3 a.active,
body > main section > div.accordion h3 a.active {
  text-decoration: none;
  color: #222222;
}
body > header section > div.accordion h3 a:hover:before,
body > main section > div.accordion h3 a:hover:before,
body > header section > div.accordion h3 a:focus:before,
body > main section > div.accordion h3 a:focus:before,
body > header section > div.accordion h3 a:active:before,
body > main section > div.accordion h3 a:active:before,
body > header section > div.accordion h3 a.active:before,
body > main section > div.accordion h3 a.active:before {
  color: #72797F;
  text-decoration: none;
}
body > header section > div.accordion h3 a:hover,
body > main section > div.accordion h3 a:hover,
body > header section > div.accordion h3 a:active,
body > main section > div.accordion h3 a:active,
body > header section > div.accordion h3 a:focus,
body > main section > div.accordion h3 a:focus,
body > header section > div.accordion h3 a.acitve,
body > main section > div.accordion h3 a.acitve {
  text-decoration: none;
}
body > header section > div.accordion h3 a:before,
body > main section > div.accordion h3 a:before {
  line-height: 22px;
}
@media only screen and (min-width: 768px) {
  body > header section > div.accordion h3,
  body > main section > div.accordion h3 {
    font-size: 1.3rem;
  }
  body > header section > div.accordion h3:before,
  body > main section > div.accordion h3:before {
    line-height: 31px;
  }
}
body > header section > div.accordion .panel-collapse.with-carousel,
body > main section > div.accordion .panel-collapse.with-carousel {
  margin-left: -15px;
  margin-right: -15px;
}
body > header section > div.accordion .panel-collapse > *,
body > main section > div.accordion .panel-collapse > * {
  margin-top: 20px;
}
@media only screen and (min-width: 768px) {
  body > header section > div.accordion .panel-collapse > *,
  body > main section > div.accordion .panel-collapse > * {
    margin-top: 30px;
  }
}
body > header section > div.accordion .panel-collapse div.right,
body > main section > div.accordion .panel-collapse div.right {
  padding: 0;
}
body > header section > div.accordion .panel-collapse:before,
body > main section > div.accordion .panel-collapse:before,
body > header section > div.accordion .panel-collapse:after,
body > main section > div.accordion .panel-collapse:after {
  content: " ";
  display: table;
}
body > header section > div.accordion .panel-collapse:after,
body > main section > div.accordion .panel-collapse:after {
  clear: both;
}
body > header section > div.accordion .panel-collapse:before,
body > main section > div.accordion .panel-collapse:before,
body > header section > div.accordion .panel-collapse:after,
body > main section > div.accordion .panel-collapse:after {
  content: " ";
  display: table;
}
body > header section > div.accordion .panel-collapse:after,
body > main section > div.accordion .panel-collapse:after {
  clear: both;
}
body > header section ul.owl-carousel,
body > main section ul.owl-carousel {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  body > header section ul.owl-carousel,
  body > main section ul.owl-carousel {
    float: left;
    width: 100%;
  }
}
body > header section.triple .object-details dl dd:not(.title):first-letter,
body > main section.triple .object-details dl dd:not(.title):first-letter {
  text-transform: uppercase;
}
body > header section.triple.accordion > div > div,
body > main section.triple.accordion > div > div {
  margin-left: -15px;
  margin-right: -15px;
}
body > header section.triple > div > div > div,
body > main section.triple > div > div > div {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  body > header section.triple > div > div > div,
  body > main section.triple > div > div > div {
    float: left;
    width: 33.33333333%;
  }
}
body > footer #upper-footer-wrap > .container:before {
  width: 100%;
  border-top: 1px solid #222222;
  padding-bottom: 23px;
}
@media only screen and (min-width: 768px) {
  body > footer #upper-footer-wrap > .container:before {
    padding-bottom: 40px;
  }
}
body > footer #upper-footer-wrap > .container:before {
  width: 100%;
  border-top: 1px solid #222222;
  padding-bottom: 23px;
}
@media only screen and (min-width: 768px) {
  body > footer #upper-footer-wrap > .container:before {
    padding-bottom: 40px;
  }
}
body > footer #upper-footer-wrap > .container #upper-footer > div {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  padding-left: 0;
}
body > footer #upper-footer-wrap > .container #upper-footer > div h2 {
  margin-top: 25px;
  margin-bottom: 15px;
  font-size: 17.5px;
  font-weight: 700;
  font-style: normal;
}
@media only screen and (min-width: 768px) {
  body > footer #upper-footer-wrap > .container #upper-footer > div h2 {
    font-size: 22px;
    margin-top: 0;
  }
}
body > footer #upper-footer-wrap > .container #upper-footer > div p {
  font-size: 0.8rem;
}
@media only screen and (min-width: 768px) {
  body > footer #upper-footer-wrap > .container #upper-footer > div {
    padding-bottom: 50px;
  }
}
@media (min-width: 768px) {
  body > footer #upper-footer-wrap > .container #upper-footer > div {
    float: left;
    width: 33.33333333%;
  }
}
@media only screen and (min-width: 768px) {
  body > footer #upper-footer-wrap > .container #upper-footer .social-external,
  body > footer #upper-footer-wrap > .container #upper-footer .social-internal {
    float: right;
  }
  body > footer #upper-footer-wrap > .container #upper-footer .social-external li:last-of-type,
  body > footer #upper-footer-wrap > .container #upper-footer .social-internal li:last-of-type {
    margin-right: 0;
  }
}
body > footer #upper-footer-wrap > .container #upper-footer .social-wrapper {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  padding-right: 0;
  padding-left: 0;
  padding-bottom: 0;
}
@media (min-width: 768px) {
  body > footer #upper-footer-wrap > .container #upper-footer .social-wrapper {
    float: left;
    width: 33.33333333%;
  }
}
@media only screen and (min-width: 768px) {
  body > footer #upper-footer-wrap > .container #upper-footer .social-wrapper {
    float: right;
  }
}
body > footer #lower-footer-wrap {
  background-color: #222222;
}
body > footer #lower-footer-wrap #to-top {
  height: 42px;
  width: 42px;
  font-size: 21px;
  border-radius: 50%;
  background-color: #222222;
  color: #ffffff;
  display: block;
  padding-left: 42px;
  overflow: hidden;
  position: relative;
  background-color: #ffffff;
  color: #222222;
  float: right;
  display: none;
}
body > footer #lower-footer-wrap #to-top:before {
  display: inline-block;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 0.8em;
}
body > footer #lower-footer-wrap #to-top:before {
  font-family: 'dia';
  content: '\0054';
}
body > footer #lower-footer-wrap #to-top:active,
body > footer #lower-footer-wrap #to-top:hover,
body > footer #lower-footer-wrap #to-top:focus {
  color: #ffffff;
}
body > footer #lower-footer-wrap #to-top:before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media only screen and (min-width: 768px) {
  body > footer #lower-footer-wrap #to-top {
    height: 48px;
    width: 48px;
    padding-left: 48px;
    font-size: 24px;
  }
}
body > footer #lower-footer-wrap #to-top:active,
body > footer #lower-footer-wrap #to-top:hover,
body > footer #lower-footer-wrap #to-top:focus {
  color: #222222;
}
@media only screen and (min-width: 768px) {
  body > footer #lower-footer-wrap #to-top {
    display: block;
    margin-top: 20px;
  }
}
body > footer #lower-footer-wrap #copyright {
  font-weight: 200;
  font-style: normal;
  font-size: 13px;
  color: #fff;
  padding-bottom: 25px;
  padding-top: 50px;
  margin-bottom: 0;
  box-sizing: border-box;
  text-align: center;
  float: left;
  width: 66.66666667%;
  margin-left: 16.66666667%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  padding-left: 0;
  padding-right: 0;
}
@media only screen and (min-width: 768px) {
  body > footer #lower-footer-wrap #copyright {
    font-size: 0.8rem;
  }
}
@media only screen and (min-width: 768px) {
  body > footer #lower-footer-wrap #copyright {
    height: 90px;
    padding: 36px 0;
    text-align: left;
  }
}
@media (min-width: 768px) {
  body > footer #lower-footer-wrap #copyright {
    float: left;
    width: 33.33333333%;
  }
}
@media (min-width: 768px) {
  body > footer #lower-footer-wrap #copyright {
    margin-left: 0%;
  }
}
body > footer #lower-footer-wrap .menu-wrap {
  float: left;
  width: 83.33333333%;
  margin-left: 8.33333333%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  padding-left: 0;
  padding-right: 0;
  text-align: center;
}
@media (min-width: 768px) {
  body > footer #lower-footer-wrap .menu-wrap {
    float: left;
    width: 58.33333333%;
  }
}
@media (min-width: 768px) {
  body > footer #lower-footer-wrap .menu-wrap {
    margin-left: 0%;
  }
}
body > footer #lower-footer-wrap .menu-wrap .menu {
  display: inline-block;
  padding-bottom: 50px;
  margin-bottom: 0;
  box-sizing: border-box;
}
body > footer #lower-footer-wrap .menu-wrap .menu li {
  margin: 0;
}
body > footer #lower-footer-wrap .menu-wrap .menu li * {
  color: #fff;
  font-size: 13px;
}
@media only screen and (min-width: 768px) {
  body > footer #lower-footer-wrap .menu-wrap .menu li * {
    font-size: 0.8rem;
  }
}
body > footer #lower-footer-wrap .menu-wrap .menu li:after {
  content: " / ";
  color: #fff;
  display: inline-block;
  padding: 0 5px;
}
body > footer #lower-footer-wrap .menu-wrap .menu li:last-of-type:after {
  display: none;
}
body > footer #lower-footer-wrap .menu-wrap .menu li a:hover,
body > footer #lower-footer-wrap .menu-wrap .menu li a:active,
body > footer #lower-footer-wrap .menu-wrap .menu li a:focus,
body > footer #lower-footer-wrap .menu-wrap .menu li a.active {
  text-decoration: underline;
}
@media only screen and (min-width: 768px) {
  body > footer #lower-footer-wrap .menu-wrap .menu {
    height: 90px;
    padding: 34px 0;
  }
}
@media only screen and (min-width: 768px) {
  body > footer #lower-footer-wrap .menu-wrap .menu {
    display: block;
    float: right;
  }
}
.addeventatc {
  float: right;
}
.addeventatc p {
  width: 100% !important;
}
.addeventatc p.atc_node {
  margin-bottom: 10px;
}
.addeventatc a {
  display: block !important;
}
.addeventatc a:before {
  display: block !important;
  line-height: 1.4;
}
.addeventatc > span {
  float: left !important;
}
.addeventatc > span > * {
  float: left !important;
}
.addeventatc > span.hide {
  display: none;
}
.addeventatc > span.addeventatc_dropdown {
  padding: 0px 10px;
  margin-left: -10px;
  background-color: white;
}
.addeventatc > span.addeventatc_dropdown > span {
  margin-bottom: 8px;
  clear: both;
}
@media only screen and (min-width: 768px) {
  .addeventatc > span.addeventatc_dropdown > span {
    font-size: 0.8rem;
  }
}
.addeventatc > span.addeventatc_dropdown > span:hover {
  text-decoration: underline;
  cursor: pointer;
}
.social-items {
  margin-right: 25px;
  color: #C6CACC;
  font-weight: 500;
  font-style: normal;
}
.social-items a {
  color: #1F1F1F;
}
.social-items a:hover,
.social-items a:active,
.social-items a:focus,
.social-items a.active {
  text-decoration: underline;
}
.filter-item {
  font-weight: 500;
  font-style: normal;
  color: #72797F;
}
.filter-item a {
  color: #72797F;
}
.filter-item a:before {
  display: inline-block;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 0.8em;
}
.filter-item a:before {
  font-family: 'dia';
  content: '\0058';
}
.filter-item a:before {
  float: right;
  font-weight: bold;
  padding-left: 8px;
  font-size: 10px;
  line-height: 1.3;
  color: #000000;
}
@media only screen and (min-width: 768px) {
  .filter-item a:before {
    line-height: 1.8;
  }
}
@media only screen and (min-width: 768px) {
  .filter-item {
    font-size: 0.8rem;
  }
}
.search-box .form-control {
  top: -3px !important;
}
.search-box .input-group-btn {
  position: relative;
  width: 24px;
}
.search-box .input-group-btn:before {
  display: inline-block;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 0.8em;
}
.search-box .input-group-btn:before {
  font-family: 'dia';
  content: '\0053';
}
.search-box .input-group-btn:before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin-top: -2px;
  margin-right: -2px;
}
.search-box .input-group-btn .btn-link {
  z-index: 10;
  position: relative;
  width: 24px;
  padding: 0;
  margin: 0;
  padding-left: 24px;
  box-sizing: border-box;
  overflow: hidden;
  display: block;
  border: none;
  left: 0;
}
.category-title {
  color: #72797F;
  font-weight: 500;
  font-style: normal;
  margin-bottom: 5px;
  margin-top: 0;
}
.picture-title {
  font-weight: 700;
  font-style: normal;
  margin-bottom: 5px;
  margin-top: 0;
}
.event h1 {
  font-size: 1rem;
  font-weight: 700;
  font-style: normal;
  margin-bottom: 5px;
  margin-top: 0;
}
.event h2 {
  font-size: 1rem;
  color: #72797F;
  font-weight: 500;
  font-style: normal;
  margin-bottom: 5px;
  margin-top: 0;
}
@media only screen and (min-width: 768px) {
  .event:after {
    padding-top: 30px;
    margin-bottom: 30px;
    border-bottom: 1px solid #72797F;
    width: 100%;
    content: "";
    display: block;
  }
  .event h1 {
    font-size: 24px;
  }
  .event h2,
  .event p {
    font-size: 0.8rem;
  }
}
.event .col-action * {
  float: right;
  clear: both;
}
.section-accordion h3 {
  margin-top: 0;
  margin-bottom: 0px;
  padding-bottom: 5px;
  padding-top: 15px;
  font-size: 19px;
  border-bottom: 1px solid #72797F;
}
.section-accordion h3 a {
  display: block;
  width: 100%;
  color: #72797F;
  position: relative;
}
.section-accordion h3 a:before {
  display: inline-block;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 0.8em;
}
.section-accordion h3 a:before {
  font-family: 'dia';
  content: '\0051';
}
.section-accordion h3 a.collapsed:before {
  display: inline-block;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 0.8em;
}
.section-accordion h3 a.collapsed:before {
  font-family: 'dia';
  content: '\0050';
}
.section-accordion h3 a:before {
  display: block;
  position: absolute;
  right: 25px;
  font-size: 13.5px;
  line-height: 27px;
}
@media only screen and (min-width: 768px) {
  .section-accordion h3 a:before {
    right: 27px;
    font-size: 21px;
    line-height: 33px;
  }
}
.section-accordion h3 a:hover,
.section-accordion h3 a:focus,
.section-accordion h3 a:active,
.section-accordion h3 a.active {
  text-decoration: none;
  color: #222222;
}
.section-accordion h3 a:hover:before,
.section-accordion h3 a:focus:before,
.section-accordion h3 a:active:before,
.section-accordion h3 a.active:before {
  color: #72797F;
  text-decoration: none;
}
.section-accordion h3 a:hover,
.section-accordion h3 a:active,
.section-accordion h3 a:focus,
.section-accordion h3 a.acitve {
  text-decoration: none;
}
.section-accordion h3 a:before {
  line-height: 22px;
}
@media only screen and (min-width: 768px) {
  .section-accordion h3 {
    font-size: 1.3rem;
  }
  .section-accordion h3:before {
    line-height: 31px;
  }
}
.section-accordion .panel-collapse.with-carousel {
  margin-left: -15px;
  margin-right: -15px;
}
.section-accordion .panel-collapse > * {
  margin-top: 20px;
}
@media only screen and (min-width: 768px) {
  .section-accordion .panel-collapse > * {
    margin-top: 30px;
  }
}
.section-accordion .panel-collapse div.right {
  padding: 0;
}
.artists-az {
  font-weight: 700;
  font-style: normal;
}
.artists-az h2 {
  font-size: 1.25rem;
  margin: 0;
  padding: 0;
  font-weight: 700;
  font-style: normal;
  margin-bottom: 17px;
}
@media only screen and (min-width: 768px) {
  .artists-az h2 {
    font-size: 1.4rem;
  }
}
.artists-az li {
  margin-bottom: 20px;
}
@media only screen and (min-width: 768px) {
  .artists-az li {
    font-size: 0.8rem;
    margin-top: 12px;
  }
}
.page-title {
  font-size: 25.5px;
  margin-bottom: 20px;
  margin-top: 0;
}
@media only screen and (min-width: 768px) {
  .page-title {
    font-size: 42px;
    margin-bottom: 27px;
  }
}
.page-subtitle {
  font-size: 1.75rem;
  margin-top: -10px;
  margin-bottom: 20px;
}
@media only screen and (min-width: 768px) {
  .page-subtitle {
    margin-top: -14px;
    font-size: 22px;
    margin-bottom: 50px;
  }
}
.featured-text {
  font-size: 1.25rem;
}
@media only screen and (min-width: 768px) {
  .featured-text {
    font-size: 24px;
  }
  .featured-text.text-small {
    font-size: 0.7rem;
  }
  .featured-text.text-normal {
    font-size: 20px;
  }
  .featured-text.text-large {
    font-size: 1.4rem;
  }
}
.menu li {
  float: left;
  display: block;
}
.menu li a {
  font-weight: 500;
  font-style: normal;
  color: #1F1F1F;
}
.menu li a:active,
.menu li a:hover,
.menu li a:focus {
  color: #1F1F1F;
  text-decoration: none;
}
@media only screen and (min-width: 768px) {
  .menu li {
    font-size: 0.8rem;
    margin-right: 30px;
  }
}
.dropdown {
  text-align: right;
}
.dropdown * {
  font-size: 1rem;
}
@media only screen and (min-width: 768px) {
  .dropdown * {
    font-size: 0.8rem;
  }
}
.dropdown.open button .caret:before {
  display: inline-block;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 0.8em;
}
.dropdown.open button .caret:before {
  font-family: 'dia-extra';
  content: '\0042';
}
.dropdown button {
  text-align: left;
  max-width: 100%;
}
.dropdown button:active,
.dropdown button:focus,
.dropdown button:hover {
  outline: none !important;
  text-decoration: none;
}
.dropdown button .truncate {
  white-space: normal;
  display: inline-block;
  max-width: 90%;
}
.dropdown button .caret {
  border: none;
  line-height: 1.5;
  padding-left: 10px;
}
.dropdown button .caret:before {
  display: inline-block;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 0.8em;
}
.dropdown button .caret:before {
  font-family: 'dia';
  content: '\004B';
}
.dropdown .dropdown-menu {
  background-color: #FFFFFF;
  border: none;
}
.dropdown .dropdown-menu li {
  margin-bottom: 8px;
}
.dropdown .dropdown-menu li a {
  font-weight: 200;
  padding: 0px 15px;
}
.dropdown .dropdown-menu li a:hover {
  text-decoration: underline;
  background-color: transparent;
}
.dropdown.right-side {
  float: right;
}
.dropdown.right-side .dropdown-menu {
  right: 0;
  left: auto;
}
@media only screen and (max-width: 768px) {
  .dropdown.right-side {
    width: 100% !important;
    float: left !important;
    text-align: left;
    padding-left: 4px !important;
  }
  .dropdown.right-side .dropdown-menu {
    left: 0;
  }
}
.dropdown.left-side .dropdown-menu {
  left: 0;
  right: auto;
}
.after-border {
  border-bottom: 1px solid #72797F;
  display: block;
  width: 100%;
  content: "";
}
.section-header {
  margin-bottom: 20px;
}
.section-header:after {
  border-bottom: 1px solid #72797F;
  display: block;
  width: 100%;
  content: "";
  border-bottom-color: #000000;
}
.section-header:before,
.section-header:after {
  content: " ";
  display: table;
}
.section-header:after {
  clear: both;
}
.section-header:before,
.section-header:after {
  content: " ";
  display: table;
}
.section-header:after {
  clear: both;
}
@media only screen and (min-width: 768px) {
  .section-header {
    margin-bottom: 28px;
  }
}
.section-header > a {
  line-height: 27px;
  font-weight: 700;
  font-style: normal;
}
@media only screen and (min-width: 768px) {
  .section-header > a {
    font-weight: 500;
    font-style: normal;
    font-size: 0.8rem;
    line-height: 38px;
  }
}
.section-header .carousel-nav {
  margin-left: 10px;
  bottom: 6px;
}
@media only screen and (min-width: 768px) {
  .section-header .carousel-nav {
    bottom: 2px;
  }
}
.section-header .carousel-nav .pagination-no {
  opacity: 0;
  width: auto;
  font-size: 1rem;
  padding: 4px 4px 0 4px;
  margin-top: 8px;
}
@media only screen and (min-width: 768px) {
  .section-header .carousel-nav .pagination-no {
    margin-top: 10px;
    font-size: 0.7rem;
  }
}
.section-header .carousel-nav:hover .pagination-no {
  opacity: 1;
}
.section-header .carousel-nav div:before {
  font-size: 17px;
}
.section-header .section-link:before {
  line-height: 2.6;
}
@media only screen and (min-width: 768px) {
  .section-header .section-link:before {
    line-height: 3;
  }
}
.section-title {
  margin: 0;
  padding: 0;
  padding-bottom: 10px;
  font-size: 22.5px;
}
@media only screen and (min-width: 768px) {
  .section-title {
    padding-bottom: 4px;
    font-size: 1.4rem;
  }
}
.section-title a[data-toggle] {
  display: block;
  width: 100%;
}
.section-title a[data-toggle]:before {
  display: inline-block;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 0.8em;
}
.section-title a[data-toggle]:before {
  font-family: 'dia';
  content: '\0051';
}
.section-title a[data-toggle].collapsed:before {
  display: inline-block;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 0.8em;
}
.section-title a[data-toggle].collapsed:before {
  font-family: 'dia';
  content: '\0050';
}
.section-title a[data-toggle]:before {
  display: block;
  position: absolute;
  right: 25px;
  font-size: 13.5px;
  line-height: 27px;
}
@media only screen and (min-width: 768px) {
  .section-title a[data-toggle]:before {
    right: 27px;
    font-size: 21px;
    line-height: 33px;
  }
}
.section-title a[data-toggle]:hover,
.section-title a[data-toggle]:focus,
.section-title a[data-toggle]:active,
.section-title a[data-toggle].active {
  text-decoration: none;
  color: #222222;
}
.section-title a[data-toggle]:hover:before,
.section-title a[data-toggle]:focus:before,
.section-title a[data-toggle]:active:before,
.section-title a[data-toggle].active:before {
  color: #72797F;
  text-decoration: none;
}
.accordion-header {
  display: block;
  width: 100%;
}
.accordion-header:before {
  display: inline-block;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 0.8em;
}
.accordion-header:before {
  font-family: 'dia';
  content: '\0051';
}
.accordion-header.collapsed:before {
  display: inline-block;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 0.8em;
}
.accordion-header.collapsed:before {
  font-family: 'dia';
  content: '\0050';
}
.accordion-header:before {
  display: block;
  position: absolute;
  right: 25px;
  font-size: 13.5px;
  line-height: 27px;
}
@media only screen and (min-width: 768px) {
  .accordion-header:before {
    right: 27px;
    font-size: 21px;
    line-height: 33px;
  }
}
.accordion-header:hover,
.accordion-header:focus,
.accordion-header:active,
.accordion-header.active {
  text-decoration: none;
  color: #222222;
}
.accordion-header:hover:before,
.accordion-header:focus:before,
.accordion-header:active:before,
.accordion-header.active:before {
  color: #72797F;
  text-decoration: none;
}
.accordion figure figcaption p {
  font-size: 1em;
}
.page-navigation {
  font-size: 1rem;
}
@media only screen and (min-width: 768px) {
  .page-navigation {
    font-size: 0.8rem;
  }
}
.page-navigation li {
  padding-left: 20px !important;
  position: relative;
}
.page-navigation li:before {
  display: inline-block;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 0.8em;
}
.page-navigation li:before {
  font-family: 'dia';
  content: '\0041';
}
.page-navigation li:before {
  position: absolute;
  left: 0;
  line-height: 1.5;
}
.page-navigation li a {
  color: #222222;
}
.page-navigation li a:hover,
.page-navigation li a:active,
.page-navigation li a.active,
.page-navigation li a:focus {
  text-decoration: underline;
}
.page-navigation li a span {
  display: block;
  font-weight: 200;
  font-style: normal;
  margin-top: 10px;
}
.page-navigation li:last-of-type {
  text-align: right;
  padding-right: 20px !important;
  margin-right: 0;
}
.page-navigation li:last-of-type:before {
  display: inline-block;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 0.8em;
}
.page-navigation li:last-of-type:before {
  font-family: 'dia';
  content: '\0042';
}
.page-navigation li:last-of-type:before {
  position: absolute;
  right: 0;
  left: auto;
  line-height: 1.5;
}
.section-link,
.add-link {
  padding-right: 20px;
  position: relative;
  text-decoration: none;
  font-weight: 500;
  font-style: normal;
}
.section-link:before,
.add-link:before {
  display: inline-block;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 0.8em;
}
.section-link:before,
.add-link:before {
  font-family: 'dia';
  content: '\0042';
}
.section-link:before,
.add-link:before {
  position: absolute;
  right: 0;
  bottom: 0;
  line-height: 1.5;
}
@media only screen and (min-width: 768px) {
  .section-link:before,
  .add-link:before {
    bottom: auto;
  }
}
.section-link.back,
.add-link.back {
  padding-right: 0;
  padding-left: 20px;
}
.section-link.back:before,
.add-link.back:before {
  display: inline-block;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 0.8em;
}
.section-link.back:before,
.add-link.back:before {
  font-family: 'dia';
  content: '\0041';
}
.section-link.back:before,
.add-link.back:before {
  right: auto;
  left: 0;
  line-height: 2;
}
@media only screen and (min-width: 768px) {
  .section-link,
  .add-link {
    font-size: 0.8rem;
  }
  .section-link:before,
  .add-link:before {
    line-height: 2;
  }
}
.add-link:before {
  display: inline-block;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 0.8em;
}
.add-link:before {
  font-family: 'dia';
  content: '\0050';
}
.add-link:before {
  line-height: 1.4;
  font-size: 0.9em;
}
.show-more {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  text-align: right;
}
.breadcrumb-link {
  font-size: 1rem;
  color: #72797F;
  font-weight: 500;
  font-style: normal;
  padding-left: 20px;
  position: relative;
  display: block;
  padding-top: 10px;
  padding-bottom: 10px;
}
.breadcrumb-link:before {
  display: inline-block;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 0.8em;
}
.breadcrumb-link:before {
  font-family: 'dia';
  content: '\0041';
}
.breadcrumb-link:before {
  position: absolute;
  left: 0;
  line-height: 1.4;
}
@media only screen and (min-width: 768px) {
  .breadcrumb-link {
    font-size: 0.8rem;
  }
  .breadcrumb-link:before {
    font-size: 15px;
    line-height: 1.3;
  }
}
.message-element {
  font-weight: 700;
  font-style: normal;
  font-size: 1.25rem;
  color: #72797F;
}
@media only screen and (min-width: 768px) {
  .message-element {
    font-size: 1.4rem;
  }
}
.full-width {
  width: 100%;
}
.small {
  font-size: 1rem;
}
@media only screen and (min-width: 768px) {
  .small {
    font-size: 0.8rem;
  }
}
.page-header-menu li {
  margin-bottom: 0;
  margin-right: 17px;
  display: inline-block;
  text-align: left;
}
.page-header-menu li:last-of-type {
  margin-right: 0;
}
.page-header-menu li a {
  font-size: 0.8rem;
  font-weight: 500;
  font-style: normal;
  color: #72797F;
  margin: 0;
  padding: 0;
  display: block;
  margin-bottom: 10px;
}
.page-header-menu li a:hover,
.page-header-menu li a:active,
.page-header-menu li a:focus,
.page-header-menu li a.active {
  color: #222222;
  text-decoration: none;
}
#nav-icon {
  width: 30px;
  height: 30px;
  position: relative;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  cursor: pointer;
}
#nav-icon span {
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  background: #000000;
  border-radius: 1px;
  opacity: 1;
  left: 0;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}
#nav-icon span:nth-child(1) {
  top: 0px;
}
#nav-icon span:nth-child(2) {
  top: 9px;
}
#nav-icon span:nth-child(3) {
  top: 18px;
}
#nav-icon.open span {
  background: #FFFFFF;
  left: 0;
}
#nav-icon.open span:nth-child(1) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  top: -3px;
}
#nav-icon.open span:nth-child(2) {
  width: 0%;
  opacity: 0;
}
#nav-icon.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 18px;
}
a.logo {
  display: inline-block;
  width: 85px;
}
#logo {
  color: #72797F;
  position: relative;
  margin: 0;
  padding: 0;
  text-indent: -99999px;
  width: 16.6666%;
  padding-left: 16.666%;
  height: 25px;
  box-sizing: border-box;
  margin-top: 15px;
}
#logo:before {
  display: inline-block;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 0.8em;
}
#logo:before {
  font-family: 'dia';
  content: '\004C';
}
#logo:before {
  position: absolute;
  left: 0;
  top: 0;
  text-indent: 0;
  font-size: 48px;
  line-height: 25px;
}
@media only screen and (min-width: 768px) {
  #logo {
    width: 8.33%;
    line-height: 1px;
    height: 37px;
    margin-top: 25px;
  }
  #logo:before {
    font-size: 82px;
    line-height: 35px;
  }
}
.menu-button {
  height: 30px;
  width: 30px;
  font-size: 30px;
  position: relative;
  background: none;
  border: none;
  margin-top: 17px;
}
.menu-button.collapsed {
  margin-top: 15px;
  margin-bottom: 15px;
}
.menu-button.collapsed:before {
  display: inline-block;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 0.8em;
}
.menu-button.collapsed:before {
  font-family: 'dia';
  content: '\004D';
}
.menu-button.collapsed:before {
  font-size: 30px;
  color: #222222;
}
.menu-button:before {
  display: inline-block;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 0.8em;
}
.menu-button:before {
  font-family: 'dia';
  content: '\0058';
}
.menu-button:before {
  font-size: 24px;
  color: #fff;
}
.menu-button:before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media only screen and (min-width: 768px) {
  .menu-button {
    margin-top: 35px;
    float: right;
  }
  .menu-button.collapsed {
    margin-top: 33px;
  }
}
.main-menu {
  background-color: #ABAFB2;
  color: #ffffff;
}
.main-menu > div > ul,
.main-menu > ul {
  padding-top: 35px;
}
.main-menu > div > ul li,
.main-menu > ul li {
  float: none;
  margin-bottom: 0px;
}
.main-menu > div > ul li a,
.main-menu > ul li a {
  color: #ffffff;
  font-size: 28px;
  margin-bottom: 15px;
  display: block;
  font-weight: 200;
  font-style: normal;
  padding-left: 60px;
  position: relative;
  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
}
.main-menu > div > ul li a[data-toggle="collapse"]:before,
.main-menu > ul li a[data-toggle="collapse"]:before,
.main-menu > div > ul li a[data-toggle="collapse"]:after,
.main-menu > ul li a[data-toggle="collapse"]:after {
  content: "";
  position: absolute;
  background-color: white;
  transition: transform 0.2s ease-out;
  border-radius: 1px;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  top: 3px;
  left: 30px;
  width: 3px;
  height: 70%;
}
.main-menu > div > ul li a[data-toggle="collapse"]:after,
.main-menu > ul li a[data-toggle="collapse"]:after {
  transform: rotate(90deg);
}
.main-menu > div > ul li a[data-toggle="collapse"]:hover:before,
.main-menu > ul li a[data-toggle="collapse"]:hover:before,
.main-menu > div > ul li a[data-toggle="collapse"]:active:before,
.main-menu > ul li a[data-toggle="collapse"]:active:before,
.main-menu > div > ul li a[data-toggle="collapse"]:focus:before,
.main-menu > ul li a[data-toggle="collapse"]:focus:before,
.main-menu > div > ul li a[data-toggle="collapse"]:hover:after,
.main-menu > ul li a[data-toggle="collapse"]:hover:after,
.main-menu > div > ul li a[data-toggle="collapse"]:active:after,
.main-menu > ul li a[data-toggle="collapse"]:active:after,
.main-menu > div > ul li a[data-toggle="collapse"]:focus:after,
.main-menu > ul li a[data-toggle="collapse"]:focus:after {
  background-color: #000000;
}
.main-menu > div > ul li a[data-toggle="collapse"]:not(.collapsed):before,
.main-menu > ul li a[data-toggle="collapse"]:not(.collapsed):before {
  transform: rotate(90deg);
}
.main-menu > div > ul li a[data-toggle="collapse"]:not(.collapsed):after,
.main-menu > ul li a[data-toggle="collapse"]:not(.collapsed):after {
  transform: rotate(270deg);
}
.main-menu > div > ul li ul,
.main-menu > ul li ul {
  padding-bottom: 10px;
}
.main-menu > div > ul li ul li a,
.main-menu > ul li ul li a {
  font-size: 22px;
  padding-left: 80px;
}
.main-menu .navbar-form {
  padding-top: 50px;
  height: 80vh;
}
.main-menu .navbar-form .form-group {
  width: 50%;
  float: left;
}
.main-menu .navbar-form input,
.main-menu .navbar-form button {
  background: transparent;
  border: none;
  box-shadow: none !important;
}
.main-menu .navbar-form button {
  width: 60px;
  height: 24px;
  display: block;
  box-sizing: border-box;
  position: relative;
  float: left;
}
.main-menu .navbar-form button:before {
  display: inline-block;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 0.8em;
}
.main-menu .navbar-form button:before {
  font-family: 'dia';
  content: '\0053';
}
.main-menu .navbar-form button:before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 20px;
  color: #fff;
}
.main-menu .navbar-form button span {
  display: none;
}
.main-menu .navbar-form input {
  border-bottom: 1px solid #ffffff;
  color: #fff;
  font-size: 22px;
  line-height: 26px;
  padding-bottom: 10px;
  padding-left: 0px;
}
.main-menu .navbar-form :-ms-input-placeholder {
  color: #fff;
}
.main-menu .navbar-form ::-moz-placeholder {
  color: #fff;
}
.main-menu .navbar-form ::-webkit-input-placeholder {
  color: #fff;
}
.desktop-menu {
  float: left;
}
@media only screen and (min-width: 768px) {
  .desktop-menu {
    margin-top: 35px;
  }
}
.desktop-menu li a {
  font-size: 24px;
  color: #1F1F1F;
  font-weight: 200;
  font-style: normal;
  border-bottom: 2px solid transparent;
  transition: border-color 0.2s ease-in-out;
  padding-bottom: 1px;
}
.desktop-menu li a:hover,
.desktop-menu li a:active,
.desktop-menu li a:focus {
  text-decoration: none;
  border-color: #1F1F1F;
}
.social-internal {
  font-size: 17.5px;
  clear: both;
}
.social-internal:before,
.social-internal:after {
  content: " ";
  display: table;
}
.social-internal:after {
  clear: both;
}
.social-internal:before,
.social-internal:after {
  content: " ";
  display: table;
}
.social-internal:after {
  clear: both;
}
.social-internal li {
  margin-right: 25px;
}
.social-internal li a {
  font-weight: 700;
  font-style: normal;
  color: #1F1F1F;
}
.social-internal li a:before {
  display: inline-block;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 0.8em;
}
.social-internal li a:before {
  font-family: 'dia';
  content: '\0042';
}
.social-internal li a:hover,
.social-internal li a:active,
.social-internal li a:focus,
.social-internal li a.active {
  text-decoration: underline;
}
.social-internal li a:before {
  float: right;
  padding-left: 7px;
  font-size: 1.1rem;
  line-height: 1.2;
}
@media only screen and (min-width: 768px) {
  .social-internal li a {
    font-size: 22px;
  }
  .social-internal li a:before {
    font-size: 17.5px;
    line-height: 1.5;
  }
}
.social-external {
  margin-top: 50px;
  margin-bottom: 50px;
}
.social-external li {
  margin-right: 10px;
  margin-bottom: 0;
}
@media only screen and (min-width: 768px) {
  .social-external li {
    margin-right: 15px;
  }
}
.social-external li a {
  height: 42px;
  width: 42px;
  font-size: 21px;
  border-radius: 50%;
  background-color: #222222;
  color: #ffffff;
  display: block;
  padding-left: 42px;
  overflow: hidden;
  position: relative;
}
.social-external li a.facebook:before {
  display: inline-block;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 0.8em;
}
.social-external li a.facebook:before {
  font-family: 'dia';
  content: '\0043';
}
.social-external li a.twitter:before {
  display: inline-block;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 0.8em;
}
.social-external li a.twitter:before {
  font-family: 'dia';
  content: '\0044';
}
.social-external li a.instagram {
  font-size: 17px;
}
.social-external li a.instagram:before {
  display: inline-block;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 0.8em;
}
.social-external li a.instagram:before {
  font-family: 'dia';
  content: '\0045';
}
@media only screen and (min-width: 768px) {
  .social-external li a.instagram {
    font-size: 20px;
  }
}
.social-external li a:active,
.social-external li a:hover,
.social-external li a:focus {
  color: #ffffff;
}
.social-external li a:before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media only screen and (min-width: 768px) {
  .social-external li a {
    height: 48px;
    width: 48px;
    padding-left: 48px;
    font-size: 24px;
  }
}
@media only screen and (min-width: 768px) {
  .social-external {
    margin-bottom: 0px;
  }
}
.social-external:before,
.social-external:after {
  content: " ";
  display: table;
}
.social-external:after {
  clear: both;
}
.social-external:before,
.social-external:after {
  content: " ";
  display: table;
}
.social-external:after {
  clear: both;
}
.to-top {
  height: 42px;
  width: 42px;
  font-size: 21px;
  border-radius: 50%;
  background-color: #222222;
  color: #ffffff;
  display: block;
  padding-left: 42px;
  overflow: hidden;
  position: relative;
  background-color: #ffffff;
  color: #222222;
}
.to-top:before {
  display: inline-block;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 0.8em;
}
.to-top:before {
  font-family: 'dia';
  content: '\0054';
}
.to-top:active,
.to-top:hover,
.to-top:focus {
  color: #ffffff;
}
.to-top:before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media only screen and (min-width: 768px) {
  .to-top {
    height: 48px;
    width: 48px;
    padding-left: 48px;
    font-size: 24px;
  }
}
.to-top:active,
.to-top:hover,
.to-top:focus {
  color: #222222;
}
.round-icon {
  height: 42px;
  width: 42px;
  font-size: 21px;
  border-radius: 50%;
  background-color: #222222;
  color: #ffffff;
  display: block;
  padding-left: 42px;
  overflow: hidden;
  position: relative;
}
.round-icon:active,
.round-icon:hover,
.round-icon:focus {
  color: #ffffff;
}
.round-icon:before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media only screen and (min-width: 768px) {
  .round-icon {
    height: 48px;
    width: 48px;
    padding-left: 48px;
    font-size: 24px;
  }
}
.fine-print {
  font-weight: 200;
  font-style: normal;
  font-size: 13px;
  color: #fff;
  padding-bottom: 25px;
  padding-top: 50px;
  margin-bottom: 0;
  box-sizing: border-box;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .fine-print {
    font-size: 0.8rem;
  }
}
@media only screen and (min-width: 768px) {
  .fine-print {
    height: 90px;
    padding: 36px 0;
    text-align: left;
  }
}
.footer-menu {
  padding-bottom: 50px;
  margin-bottom: 0;
  box-sizing: border-box;
}
.footer-menu li {
  margin: 0;
}
.footer-menu li * {
  color: #fff;
  font-size: 13px;
}
@media only screen and (min-width: 768px) {
  .footer-menu li * {
    font-size: 0.8rem;
  }
}
.footer-menu li:after {
  content: " / ";
  color: #fff;
  display: inline-block;
  padding: 0 5px;
}
.footer-menu li:last-of-type:after {
  display: none;
}
.footer-menu li a:hover,
.footer-menu li a:active,
.footer-menu li a:focus,
.footer-menu li a.active {
  text-decoration: underline;
}
@media only screen and (min-width: 768px) {
  .footer-menu {
    height: 90px;
    padding: 34px 0;
  }
}
.footer-contact h2 {
  margin-top: 25px;
  margin-bottom: 15px;
  font-size: 17.5px;
  font-weight: 700;
  font-style: normal;
}
@media only screen and (min-width: 768px) {
  .footer-contact h2 {
    font-size: 22px;
    margin-top: 0;
  }
}
.footer-contact p {
  font-size: 0.8rem;
}
@media only screen and (min-width: 768px) {
  .footer-contact {
    padding-bottom: 50px;
  }
}
.border-top:before {
  width: 100%;
  border-top: 1px solid #222222;
  padding-bottom: 23px;
}
@media only screen and (min-width: 768px) {
  .border-top:before {
    padding-bottom: 40px;
  }
}
/* Bootstrap Select Overrides */
body > main section form .form-group .input-group .form-control.bootstrap-select {
  top: 0;
}
body > main section form .form-group .input-group .form-control.bootstrap-select.open > button.dropdown-toggle .caret:before {
  display: inline-block;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 0.8em;
}
body > main section form .form-group .input-group .form-control.bootstrap-select.open > button.dropdown-toggle .caret:before {
  font-family: 'dia-extra';
  content: '\0042';
}
body > main section form .form-group .input-group .form-control.bootstrap-select > button.dropdown-toggle {
  border: 0;
  color: #000;
  background-color: transparent;
}
body > main section form .form-group .input-group .form-control.bootstrap-select > button.dropdown-toggle:focus,
body > main section form .form-group .input-group .form-control.bootstrap-select > button.dropdown-toggle:active {
  outline: 0 !important;
}
body > main section form .form-group .input-group .form-control.bootstrap-select > button.dropdown-toggle:hover {
  background-color: transparent;
  color: #000;
}
body > main section form .form-group .input-group .form-control.bootstrap-select > button.dropdown-toggle .caret {
  border: 0;
}
body > main section form .form-group .input-group .form-control.bootstrap-select > button.dropdown-toggle .caret:before {
  display: inline-block;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 0.8em;
}
body > main section form .form-group .input-group .form-control.bootstrap-select > button.dropdown-toggle .caret:before {
  font-family: 'dia-extra';
  content: '\0041';
}
body > main section form .form-group .input-group .form-control.bootstrap-select > button.dropdown-toggle .caret:before {
  position: absolute;
  left: -10px;
  top: -5px;
}
/** Slider
=================================*/
/* Core Owl Carousel CSS - v1.3.3 */
.owl-carousel .owl-wrapper:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel {
  display: none;
  /* display none until init */
  position: relative;
  width: 100%;
  -ms-touch-action: pan-y;
}
.owl-carousel .owl-wrapper {
  display: none;
  position: relative;
  -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper-outer {
  overflow: hidden;
  position: relative;
  width: 100%;
}
.owl-carousel .owl-wrapper-outer.autoHeight {
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}
.owl-carousel .owl-item {
  float: left;
}
.owl-controls .owl-page,
.owl-controls .owl-buttons div {
  cursor: pointer;
}
.owl-controls {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.grabbing {
  cursor: url(grabbing.png) 8 8, move;
  /* mouse grab icon */
}
.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  /* fix */
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}
.carousel-header .owl-controls .owl-page {
  position: relative;
  display: inline-block;
  zoom: 1;
  *display: inline;
  /*IE7 life-saver */
  z-index: 12;
}
.carousel.no-carousel li.slide {
  margin-bottom: 0;
}
.carousel.no-carousel li.slide img {
  margin-bottom: 0;
}
@media only screen and (min-width: 768px) {
  .carousel.no-carousel li.slide img {
    margin-bottom: 13px;
  }
}
.carousel.no-carousel li.slide > img {
  position: relative;
  float: left;
  width: 50%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 30px;
}
.carousel-wrap {
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  display: inline-block;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .carousel-wrap {
    padding-left: 0;
    padding-right: 0;
  }
}
.carousel-wrap .carousel-nav.btn {
  width: 32px;
  height: 32px;
  background: #f0734d;
  border-radius: 32px;
  position: absolute;
  top: 30%;
  z-index: 9;
  padding: 0 0 0 0;
  pointer-events: auto !important;
}
.carousel-wrap .carousel-nav.btn.prev {
  left: -20px;
  display: none;
}
.carousel-wrap .carousel-nav.btn.next {
  right: -15px;
}
.carousel-wrap .carousel-nav.btn.next:hover,
.carousel-wrap .carousel-nav.btn.prev:hover {
  color: #fff;
}
.carousel-wrap .carousel[data-items="1"] figcaption {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media only screen and (min-width: 768px) {
  .carousel-wrap .carousel[data-items="1"] figcaption {
    padding-left: 0;
    padding-right: 0;
  }
}
.carousel-wrap .carousel-container {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.carousel-wrap .carousel-container .owl-carousel {
  position: relative;
}
.carousel-wrap .carousel-container .owl-carousel,
.carousel-wrap .carousel-container .carousel-nav {
  width: 100%;
}
.carousel-wrap .carousel-container .item-list li.item {
  list-style: none;
  width: 100%;
}
.carousel-wrap .carousel-container .item-list li.item img {
  width: 100%;
}
/* when items are less than the required number */
.carousel.no-carousel[data-items="4"] li.slide {
  float: left;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .carousel.no-carousel[data-items="4"] li.slide {
    float: left;
    width: 25%;
  }
}
.carousel.no-carousel[data-items="4"] li.slide img {
  width: auto;
}
.carousel.no-carousel[data-items="3"] figure {
  float: left;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .carousel.no-carousel[data-items="3"] figure {
    float: left;
    width: 33.33333333%;
  }
}
.carousel.no-carousel[data-items="3"] figure img {
  width: auto;
}
/* Large Homepage slider */
.carousel-header .owl-item .slide {
  padding-right: 0;
}
.carousel-header .owl-item .slide .img-wrap {
  width: 100%;
  display: inline-block;
}
.carousel-header .owl-item .slide .img-wrap img {
  display: block;
  float: left;
  clear: both;
}
.carousel-header .owl-item .slide h1,
.carousel-header .owl-item .slide h2 {
  position: relative;
  display: block;
  float: left;
}
.carousel-header .owl-controls {
  text-align: center;
  height: 0px;
}
.carousel-header .owl-controls .owl-pagination {
  position: relative;
  top: 10px;
}
/* carousel navigation arrows */
.carousel-nav {
  position: absolute;
  bottom: 4px;
  right: 0;
  height: 40px;
  z-index: 99;
  display: none;
}
.carousel-nav .next,
.carousel-nav .prev,
.carousel-nav .pagination-no {
  margin: 10px 0 0 0;
  position: relative;
  display: block;
  float: left;
}
.carousel-nav .next,
.carousel-nav .prev {
  cursor: pointer;
}
.carousel-nav .next.disabled,
.carousel-nav .prev.disabled {
  color: #ccc;
}
.carousel-nav .next:before {
  display: inline-block;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 0.8em;
}
.carousel-nav .next:before {
  font-family: 'dia';
  content: '\0042';
}
.carousel-nav .prev:before {
  display: inline-block;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 0.8em;
}
.carousel-nav .prev:before {
  font-family: 'dia';
  content: '\0041';
}
.carousel-nav .pagination-no {
  font-size: 14px;
  margin: 10px 0 0 0;
  z-index: 99;
  width: 45px;
  padding: 4px 0 0 0;
  text-align: center;
  display: inline-block;
}
.carousel-nav .pagination-no span {
  display: none;
}
.carousel-nav.large {
  top: 50%;
  left: 0;
  background: none;
  width: 100%;
}
.carousel-nav.large .next,
.carousel-nav.large .prev {
  position: absolute;
  font-size: 30px;
  margin-top: -30px;
}
.carousel-nav.large .next {
  right: 0px;
}
.carousel-nav.large .prev {
  left: -45px;
}
.carousel-nav.large .pagination-no {
  display: none;
}
.carousel-nav:hover .pagination-no span {
  display: block;
}
section > header > .carousel-nav {
  position: relative;
  float: right;
}
/* page carousel */
.carousel-wrap .carousel-nav:hover .pagination-no {
  opacity: 1;
}
.carousel-wrap .carousel-nav .pagination-no {
  opacity: 0;
}
.carousel-wrap .carousel .owl-item {
  position: relative;
  display: block;
}
.carousel-wrap .carousel .owl-item .slide {
  position: relative;
  display: block;
  padding-right: 0px;
}
@media only screen and (min-width: 768px) {
  .carousel-wrap .carousel .owl-item .slide {
    padding-right: 15px;
    padding-left: 15px;
  }
}
.carousel-wrap .carousel .owl-item .slide img {
  width: auto;
  text-align: center;
  display: inline-block;
  float: none;
}
.carousel-wrap .carousel.carousel-header .owl-item .slide:hover figure figcaption p {
  visibility: visible;
}
.carousel-wrap .carousel.carousel-header .owl-item .slide figure {
  position: relative;
}
.carousel-wrap .carousel.carousel-header .owl-item .slide figure .img-wrap {
  width: 100%;
  display: inline-block;
}
.carousel-wrap .carousel.carousel-header .owl-item .slide figure .img-wrap img {
  float: left;
  width: initial;
  clear: right;
}
.carousel-wrap .carousel.carousel-header .owl-item .slide figure figcaption {
  float: left;
  position: static;
  display: block;
}
@media only screen and (min-width: 768px) {
  .carousel-wrap .carousel.carousel-header .owl-item .slide figure figcaption {
    position: relative;
    float: left;
    width: 83.33333333%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    padding: 0;
  }
}
.carousel-wrap .carousel.carousel-header .owl-item .slide figure figcaption h1 {
  font-size: 28px;
  margin-bottom: 5px;
}
.carousel-wrap .carousel.carousel-header .owl-item .slide figure figcaption h1 span {
  font-size: 28px;
  font-weight: 300;
  margin-left: 25px;
}
.carousel-wrap .carousel.carousel-header .owl-item .slide figure figcaption h1 span em {
  font-size: 28px;
  font-weight: 200;
}
.carousel-wrap .carousel.carousel-header .owl-item .slide figure figcaption p {
  font-size: 14px;
  color: #72797F;
  visibility: hidden;
}
/* google map */
.gmap {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  height: 320px;
}
@media only screen and (min-width: 768px) {
  .gmap {
    height: 550px;
  }
}
.gmap + .row {
  clear: left;
  padding-top: 20px;
}
/* mansory grid */
.grid {
  width: 100%;
  position: relative;
  display: inline-block;
  display: none;
}
.grid .grid-sizer {
  width: 8.33333%;
}
.grid .grid-item {
  float: left;
  display: inline-block;
  box-sizing: border-box;
  padding-bottom: 0px !important;
  padding-top: 0px !important;
  margin-bottom: 30px;
}
.grid .grid-item figure {
  margin-bottom: 0px;
}
.grid .grid-item figure figcaption {
  width: 100%;
}
.grid .grid-item:hover img {
  opacity: 0.9;
}
.grid .grid-item img {
  width: auto;
  text-align: center;
  display: inline-block;
  float: none;
  transition: opacity 0.3s ease;
}
.grid .grid-item.large {
  position: relative;
  float: left;
  width: 50%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .grid .grid-item.large {
    float: left;
    width: 66.66666667%;
  }
}
@media only screen and (min-width: 768px) {
  .grid .grid-item.large figure h2,
  .grid .grid-item.large figure p,
  .grid .grid-item.large figure em {
    font-size: 28px;
  }
}
.grid .grid-item.med {
  position: relative;
  float: left;
  width: 50%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .grid .grid-item.med {
    float: left;
    width: 50%;
  }
}
.grid .grid-item.small {
  position: relative;
  float: left;
  width: 50%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .grid .grid-item.small {
    float: left;
    width: 33.33333333%;
  }
}
.grid .grid-item.xsmall {
  position: relative;
  float: left;
  width: 50%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .grid .grid-item.xsmall {
    float: left;
    width: 25%;
  }
}
/* boostrap fullscreen modal */
.modal.modal-fullscreen {
  /* Maximize the main wrappers on the screen */
  /* Make the parent wrapper of the modal box a full-width block */
  /* Remove borders and effects on the content */
  /**
	 * /!\ By using this feature, you force the header and footer to be placed
	 * in an absolute position. You must handle by yourself the margin of the
	 * content.
	 */
}
.modal.modal-fullscreen .modal-dialog,
.modal.modal-fullscreen .modal-content {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.modal.modal-fullscreen .modal-dialog {
  margin: 0;
  width: 100%;
}
.modal.modal-fullscreen .modal-content {
  border: none;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: inherit;
  -moz-box-shadow: inherit;
  -o-box-shadow: inherit;
  box-shadow: inherit;
}
.modal.modal-fullscreen.force-fullscreen {
  /* Remove the padding inside the body */
}
.modal.modal-fullscreen.force-fullscreen .modal-body {
  padding: 0;
}
.modal.modal-fullscreen.force-fullscreen .modal-header,
.modal.modal-fullscreen.force-fullscreen .modal-footer {
  left: 0;
  position: absolute;
  right: 0;
}
.modal.modal-fullscreen.force-fullscreen .modal-header {
  top: 0;
}
.modal.modal-fullscreen.force-fullscreen .modal-footer {
  bottom: 0;
}
.slick {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  padding-left: 0;
  padding-right: 0;
}
.slick figure {
  padding-right: 15px;
  padding-left: 15px;
}
.slick figure:hover img {
  opacity: 0.9;
}
.slick.single figure {
  padding-right: 0;
}
.slick.single figure:hover img {
  opacity: 1;
}
.slick.single figure:hover figcaption p {
  visibility: visible;
}
.slick.single figure img {
  float: left;
}
.slick.single figure figcaption {
  float: left;
  position: static;
  display: block;
}
.slick.single figure figcaption.visible p {
  visibility: visible;
}
.slick.single figure figcaption:hover h1 span.title {
  text-decoration: underline;
}
@media only screen and (min-width: 768px) {
  .slick.single figure figcaption {
    position: relative;
    float: left;
    width: 83.33333333%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    padding: 0;
    padding-left: 2px;
  }
}
.slick.single figure figcaption h1 {
  font-size: 28px;
  margin-bottom: 5px;
}
.slick.single figure figcaption h1 span {
  font-size: 28px;
}
.slick.single figure figcaption h1 span.sub {
  font-weight: 300;
  margin-left: 25px;
}
.slick.single figure figcaption h1 span em {
  font-size: 28px;
  font-weight: 200;
}
.slick.single figure figcaption p {
  font-size: 14px;
  color: #72797F;
  visibility: hidden;
  width: 100%;
}
.slick.single figure figcaption p:empty {
  display: none;
}
.slick.single figure figcaption p em {
  font-size: 14px;
  color: #72797F;
}
@media only screen and (max-width: 768px) {
  .slick.single figure {
    padding-left: 0;
    padding-right: 0;
  }
  .slick.single figure img {
    width: 100%;
  }
  .slick.single figure figcaption {
    width: 100%;
  }
  .slick.single figure figcaption > * {
    padding-right: 15px;
    padding-left: 15px;
  }
}
.slick.three img {
  width: 100%;
}
.slick .slick-slide {
  height: auto;
}
.slick-nav {
  width: 95px;
  height: 37px;
  position: relative;
  float: right;
  margin-left: 15px;
}
@media (max-width: 767px) {
  .slick-nav {
    display: none !important;
  }
}
.slick-nav .slick-prev {
  position: absolute;
  top: 50%;
  transform: translate(0%, -50%);
  left: 0;
  cursor: pointer;
}
.slick-nav .slick-prev:before {
  display: inline-block;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 0.8em;
}
.slick-nav .slick-prev:before {
  font-family: 'dia';
  content: '\0041';
}
.slick-nav .slick-next {
  position: absolute;
  top: 50%;
  transform: translate(0%, -50%);
  right: 0;
  cursor: pointer;
}
.slick-nav .slick-next:before {
  display: inline-block;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 0.8em;
}
.slick-nav .slick-next:before {
  font-family: 'dia';
  content: '\0042';
}
.slick-nav .center {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 0.7rem;
  display: none;
}
.slick-nav:hover .center {
  display: block;
}
.carousel.job-list .right,
.accordion.job-list .right,
.double.job-list .right {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .carousel.job-list .right,
  .accordion.job-list .right,
  .double.job-list .right {
    float: left;
    width: 50%;
  }
}
.carousel.job-list .left,
.accordion.job-list .left,
.double.job-list .left {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .carousel.job-list .left,
  .accordion.job-list .left,
  .double.job-list .left {
    float: left;
    width: 50%;
  }
}
@media only screen and (min-width: 768px) {
  .carousel.job-list .left p,
  .accordion.job-list .left p,
  .double.job-list .left p {
    font-size: 0.8rem;
  }
}
.carousel.book-module figure figcaption p,
.accordion.book-module figure figcaption p,
.double.book-module figure figcaption p {
  color: #72797F;
}
@media only screen and (min-width: 768px) {
  .carousel.book-module figure figcaption p,
  .accordion.book-module figure figcaption p,
  .double.book-module figure figcaption p {
    font-size: 14px;
  }
}
.carousel.event-module ul li,
.accordion.event-module ul li,
.double.event-module ul li {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .carousel.event-module ul li,
  .accordion.event-module ul li,
  .double.event-module ul li {
    float: left;
    width: 25%;
  }
}
.carousel.event-module ul li:nth-child(4n+5),
.accordion.event-module ul li:nth-child(4n+5),
.double.event-module ul li:nth-child(4n+5) {
  clear: left;
}
.carousel.event-module ul li:hover img,
.accordion.event-module ul li:hover img,
.double.event-module ul li:hover img {
  opacity: 0.9;
}
@media only screen and (max-width: 768px) {
  .carousel.exhibition-module .slick.four,
  .accordion.exhibition-module .slick.four,
  .double.exhibition-module .slick.four {
    padding-left: 0;
    padding-right: 0;
  }
  .carousel.exhibition-module .slick.four > div:nth-child(odd),
  .accordion.exhibition-module .slick.four > div:nth-child(odd),
  .double.exhibition-module .slick.four > div:nth-child(odd) {
    clear: left;
  }
  .carousel.exhibition-module figure,
  .accordion.exhibition-module figure,
  .double.exhibition-module figure {
    position: relative;
    float: left;
    width: 50%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    margin-right: 0;
    margin-left: 0;
  }
  .carousel.exhibition-module figure img,
  .accordion.exhibition-module figure img,
  .double.exhibition-module figure img,
  .carousel.exhibition-module figure figcaption,
  .accordion.exhibition-module figure figcaption,
  .double.exhibition-module figure figcaption {
    width: 100%;
    padding: 0;
  }
}
@media only screen and (max-width: 768px) {
  .carousel.home-module.home,
  .accordion.home-module.home,
  .double.home-module.home {
    margin-top: -30px;
  }
  .carousel.home-module.home figure,
  .accordion.home-module.home figure,
  .double.home-module.home figure {
    margin-bottom: 0;
  }
  .carousel.home-module.home figure figcaption p,
  .accordion.home-module.home figure figcaption p,
  .double.home-module.home figure figcaption p {
    display: none;
  }
}
.carousel.home-module .slick-nav,
.accordion.home-module .slick-nav,
.double.home-module .slick-nav {
  z-index: 100;
  position: absolute;
  top: 0;
  right: -20%;
}
@media only screen and (max-width: 768px) {
  .carousel.twitter-module .tweet:nth-child(4),
  .accordion.twitter-module .tweet:nth-child(4),
  .double.twitter-module .tweet:nth-child(4),
  .carousel.twitter-module .tweet:nth-child(5),
  .accordion.twitter-module .tweet:nth-child(5),
  .double.twitter-module .tweet:nth-child(5),
  .carousel.twitter-module .tweet:nth-child(6),
  .accordion.twitter-module .tweet:nth-child(6),
  .double.twitter-module .tweet:nth-child(6),
  .carousel.twitter-module .tweet:nth-child(7),
  .accordion.twitter-module .tweet:nth-child(7),
  .double.twitter-module .tweet:nth-child(7) {
    display: none;
  }
}
.carousel .floorplan-module,
.carousel .map-module {
  padding-left: 15px;
  padding-right: 15px;
}
.carousel .press-grid > div {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .carousel .press-grid > div {
    float: left;
    width: 25%;
  }
}
.carousel .press-grid > div:nth-child(4n+1) {
  clear: left;
}
span.at-icon-wrapper {
  display: none;
}
@media only screen and (max-width: 768px) {
  body.object #page-options {
    width: 50%;
    float: left;
  }
}
@media only screen and (max-width: 768px) {
  body.past_event .dropdowns .dropdown {
    position: relative;
    float: left;
    width: 33.33333333%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
body.bibliography > main > header p {
  padding-bottom: 20px;
}
.rich-text ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.rich-text li {
  padding-left: 1em;
  text-indent: -1.15em;
}
.rich-text li:before {
  content: "•   ";
  color: #72797F;
  font-family: 'Helvetica', san-serif;
  padding-right: 0.4em;
}
a.cart {
  position: relative;
  display: inline-block;
  padding-right: 20px;
}
a.cart:before {
  display: inline-block;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 0.8em;
}
a.cart:before {
  font-family: 'dia-extra';
  content: '\0045';
}
a.cart:before {
  position: absolute;
  right: 0px;
  top: 3px;
  font-size: 0.9rem;
}
@media only screen and (min-width: 768px) {
  a.cart {
    padding-right: 28px;
  }
  a.cart:before {
    top: 1px;
  }
}
figure.product-parent {
  margin-bottom: 75px;
}
h1.product-list-title {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  h1.product-list-title {
    width: 32%;
  }
}
.product-description {
  font-size: 1rem;
}
.search-list {
  margin-bottom: 30px;
}
.list-search {
  width: 100%;
  padding-right: 20px;
}
@media only screen and (min-width: 768px) {
  .list-search {
    width: 68%;
    padding-right: 0;
  }
}
nav#page-options ul.page-options > li > a.selected {
  color: #222222;
}
p.sale span.old {
  color: #72797F;
  position: relative;
}
p.sale span.old:after {
  content: "";
  display: inline-block;
  position: absolute;
  width: calc(100% + 4px);
  top: calc(50% - 1px);
  background-color: #D72A3F;
  height: 1px;
  left: -2px;
}
p.sale span.new {
  color: #D72A3F;
}
.item-header > div {
  width: 100%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 30px;
  position: relative;
  float: left;
}
@media (min-width: 768px) {
  .item-header > div {
    float: left;
    width: 50%;
  }
}
.item-header > div.left {
  padding: 0 0 0 !important;
}
.item-header > div.left .slick.shop {
  width: 100%;
  float: left;
}
.item-header > div.left .slick.vertical {
  display: none;
  width: 100px;
  float: left;
  padding-right: 15px;
  position: absolute;
  top: 30px;
  bottom: 24px;
  left: 45px;
}
.item-header > div.left .slick.vertical .slick-list {
  height: 100% !important;
}
.item-header > div.left .slick.vertical .slick-list .slick-slide {
  border: 0;
  border-bottom: 15px solid transparent;
}
.item-header > div.left .slick.vertical .slick-list .slick-slide .nav-img {
  height: 90px;
  width: 90px;
  background-position: center;
  background-size: cover;
  cursor: pointer;
}
.item-header > div.left .vertical-nav {
  display: none;
  width: 30px;
  float: left;
  height: calc(100% - 54px);
  min-height: 1px;
  position: absolute;
  top: 30px;
  left: 15px;
}
.item-header > div.left .vertical-nav * {
  position: absolute;
  cursor: pointer;
  height: 16px;
}
.item-header > div.left .vertical-nav .slick-prev {
  top: 10px;
}
.item-header > div.left .vertical-nav .slick-prev:before {
  display: inline-block;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 0.8em;
}
.item-header > div.left .vertical-nav .slick-prev:before {
  font-family: 'dia-extra';
  content: '\0042';
}
.item-header > div.left .vertical-nav .slick-next {
  bottom: 5px;
}
.item-header > div.left .vertical-nav .slick-next:before {
  display: inline-block;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 0.8em;
}
.item-header > div.left .vertical-nav .slick-next:before {
  font-family: 'dia-extra';
  content: '\0041';
}
.item-header > div.left figure {
  padding: 0;
  margin: 0;
  text-align: left;
}
.item-header > div.left figure img {
  max-width: 100%;
  width: 100%;
  cursor: pointer;
  margin-bottom: 5px;
  padding: 0;
}
.item-header > div.left figure figcaption {
  width: 100%;
}
.item-header > div.left figure figcaption p {
  font-size: 14px;
  color: #72797F;
  padding: 0;
  max-width: 75%;
  float: left;
}
.item-header > div.left figure figcaption span {
  float: right;
  font-weight: 700;
  font-style: normal;
}
@media only screen and (min-width: 768px) {
  .item-header > div.left figure figcaption span {
    display: none;
  }
}
.item-header > div.left > a {
  position: absolute;
  top: 0;
  right: 15px;
  float: right;
  font-size: 0.8rem;
  font-weight: bold;
  margin-bottom: 10px;
  padding-right: 20px;
}
.item-header > div.left > a:before {
  display: inline-block;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 0.8em;
}
.item-header > div.left > a:before {
  font-family: 'dia-extra';
  content: '\0041';
}
.item-header > div.left > a:before {
  position: absolute;
  right: 0;
  top: 2px;
  font-size: 1rem;
}
@media only screen and (min-width: 768px) {
  .item-header > div.left > a {
    padding-right: 25px;
    font-size: 0.9rem;
  }
  .item-header > div.left > a:before {
    top: 1px;
  }
}
@media only screen and (min-width: 768px) {
  .item-header > div.left {
    padding: 30px 15px 0 !important;
  }
}
@media only screen and (min-width: 768px) {
  .item-header > div.left.multiple {
    padding-left: 145px !important;
  }
}
.item-header > div.left.multiple > * {
  opacity: 0;
}
.item-header > div.left.multiple .vertical-nav {
  display: block;
}
.item-header > div.left.multiple .vertical-nav button {
  border: 0;
  background: 0;
  font-size: 0;
}
.item-header > div.left.multiple .vertical-nav button:before {
  font-size: 17px;
}
.item-header > div.left.multiple .slick.vertical {
  display: block;
}
@media only screen and (max-width: 768px) {
  .item-header > div.left.multiple {
    padding-left: 15px;
    padding-right: 15px;
  }
  .item-header > div.left.multiple .slick.vertical {
    display: none;
  }
  .item-header > div.left.multiple .vertical-nav {
    display: none;
  }
}
.item-header > div.right .title {
  margin-bottom: 50px;
}
.item-header > div.right .title h1 {
  margin: 0 0 15px;
  font-size: 1.8rem;
}
.item-header > div.right .title h2 {
  margin: 0;
  font-size: 1.2rem;
}
.item-header > div.right .price {
  margin-bottom: 50px;
}
.item-header > div.right .price .top {
  float: left;
  width: 100%;
  margin-bottom: 10px;
}
.item-header > div.right .price .top .added {
  font-weight: 700;
  font-style: normal;
  font-size: 1.4rem;
}
.item-header > div.right .price .top .added i:before {
  display: inline-block;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 0.8em;
}
.item-header > div.right .price .top .added i:before {
  font-family: 'dia-extra';
  content: '\0044';
}
.item-header > div.right .price .top .out-of-stock {
  font-weight: 700;
  font-style: normal;
  font-size: 1.4rem;
  color: #D72A3F;
}
.item-header > div.right .price a {
  position: relative;
  display: inline-block;
  padding-right: 25px;
  font-size: 1.4rem;
  font-weight: 700;
  font-style: normal;
}
.item-header > div.right .price a:before {
  display: inline-block;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 0.8em;
}
.item-header > div.right .price a:before {
  font-family: 'dia-extra';
  content: '\0045';
}
.item-header > div.right .price a:before {
  font-size: 1.4rem;
  position: absolute;
  right: 0;
  top: 2px;
}
@media only screen and (min-width: 768px) {
  .item-header > div.right .price a {
    padding-right: 40px;
  }
  .item-header > div.right .price a:before {
    top: 1px;
  }
}
.item-header > div.right .price > span {
  font-size: 1.4rem;
  color: #D72A3F;
  font-weight: 700;
  font-style: normal;
}
.item-header > div.right .price h3 {
  margin: 0;
  font-size: 1.4rem;
  color: #72797F;
  font-weight: 200;
}
.item-header > div.right .price h3.sale {
  position: relative;
  display: inline-block;
}
.item-header > div.right .price h3.sale:after {
  content: "";
  display: inline-block;
  position: absolute;
  width: calc(100% + 4px);
  top: calc(50% - 2px);
  background-color: #D72A3F;
  height: 2px;
  left: -2px;
}
.item-header > div.right .price h3.sale > span {
  display: none;
}
.item-header > div.right .price h3.new {
  color: #D72A3F;
  display: inline-block;
}
.item-header > div.right .price p {
  font-size: 1rem;
  padding: 0;
  color: #72797F;
}
.item-header > div.right .menu li {
  margin-right: 25px;
  color: #C6CACC;
  font-weight: 500;
}
.item-header > div.right .menu li a:hover {
  text-decoration: underline;
}
div.cart {
  width: 100%;
  box-sizing: content-box;
  position: fixed;
  height: auto;
  right: 0;
  top: 0;
  bottom: 0;
  min-height: 1px;
  z-index: 300;
  overflow: hidden;
  background-color: #ABAFB2;
  color: #FFF;
}
@media only screen and (min-width: 768px) {
  div.cart {
    width: 50%;
  }
}
@media only screen and (min-width: 1200px) {
  div.cart {
    width: 400px;
  }
}
div.cart > div {
  position: absolute;
  top: 0;
  left: 30px;
  right: -20px;
  bottom: 0;
  width: auto;
  height: auto;
  overflow-y: scroll;
  padding-right: 50px;
}
div.cart h1 {
  color: #FFF;
  margin: 35px 0 0 0;
  font-size: 24px;
  display: inline-block;
  font-weight: 200;
  font-style: normal;
}
div.cart h2 {
  color: #FFF;
  margin: 50px 0 15px 0;
  font-size: 1rem;
  font-weight: 200;
  font-style: normal;
}
div.cart a.close {
  margin-top: 35px;
  opacity: 1;
  color: #FFF;
  font-size: 26px;
}
div.cart a.close:before {
  display: inline-block;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 0.8em;
}
div.cart a.close:before {
  font-family: 'dia';
  content: '\0058';
}
div.cart a.close:hover,
div.cart a.close:focus {
  opacity: 1;
}
div.cart .actions {
  margin-bottom: 60px;
  padding-top: 45px;
}
div.cart .actions:before,
div.cart .actions:after {
  content: " ";
  display: table;
}
div.cart .actions:after {
  clear: both;
}
div.cart .actions:before,
div.cart .actions:after {
  content: " ";
  display: table;
}
div.cart .actions:after {
  clear: both;
}
@media only screen and (min-width: 768px) {
  div.cart .actions {
    margin-bottom: 30px;
  }
}
div.cart .actions a {
  font-size: 1.0rem;
  position: relative;
  padding-right: 20px;
  color: #FFF;
}
div.cart .actions a:before {
  display: inline-block;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 0.8em;
}
div.cart .actions a:before {
  font-family: 'dia';
  content: '\0042';
}
div.cart .actions a:before {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 1rem !important;
}
@media only screen and (max-width: 768px) {
  div.cart .actions a:before {
    top: 2px;
  }
}
div.cart .actions a#checkout {
  float: right;
  font-weight: 200;
  font-style: normal;
}
div.cart .actions a#checkout:before {
  display: inline-block;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 0.8em;
}
div.cart .actions a#checkout:before {
  font-family: 'dia';
  content: '\0042';
}
div.cart .actions a#empty {
  float: left;
}
div.cart .actions a#empty:before {
  display: inline-block;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 0.8em;
}
div.cart .actions a#empty:before {
  font-family: 'dia-extra';
  content: '\0046';
}
@media only screen and (min-width: 768px) {
  div.cart .actions a {
    padding-right: 30px;
    font-sze: 0.8rem;
  }
}
div.cart ul {
  border-top: 1px solid #FFF;
  padding-top: 20px;
  margin-bottom: 0px;
}
div.cart ul li {
  margin-bottom: 30px;
}
div.cart ul li img {
  width: 33.333%;
  float: left;
}
div.cart ul li img:hover {
  opacity: 0.9;
}
div.cart ul li .info {
  width: 66.667%;
  float: left;
  padding: 0 20px;
}
div.cart ul li .info a {
  margin: 0 0 10px 0;
  color: #FFF;
  font-size: 1.0rem;
  display: inline-block;
  font-weight: 500;
  font-style: normal;
}
@media only screen and (min-width: 768px) {
  div.cart ul li .info a {
    font-size: 0.8rem;
  }
}
div.cart ul li .info p {
  font-size: 0.9rem;
  margin-bottom: 10px;
}
div.cart ul li .info a.remove {
  display: inline-block;
  position: relative;
  color: #FFF;
  margin: 0;
  font-size: 1.0rem;
  margin-top: 10px;
  margin-bottom: 40px;
  width: 100%;
  clear: both;
  font-weight: 200;
  font-style: normal;
}
div.cart ul li .info a.remove:before {
  display: inline-block;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 0.8em;
}
div.cart ul li .info a.remove:before {
  font-family: 'dia-extra';
  content: '\0046';
}
div.cart ul li .info a.remove:before {
  font-size: 1.0rem;
  position: relative;
  margin-right: 6px;
  top: 0;
  left: 0;
}
@media only screen and (min-width: 768px) {
  div.cart ul li .info a.remove {
    padding-left: 25px;
    font-size: 0.8rem;
  }
}
div.cart ul li select.quanity {
  width: 80%;
  background: #ABAFB2;
  border: 0;
}
div.cart table {
  clear: both;
  width: 100%;
  font-size: 1.0rem;
}
@media only screen and (min-width: 768px) {
  div.cart table {
    font-size: 0.8rem;
  }
}
div.cart table thead {
  font-weight: 500;
  font-style: normal;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
div.cart table th,
div.cart table td {
  padding: 10px 10px 10px 0;
  width: 33.3%;
}
div.cart table td {
  font-weight: 200;
  font-style: normal;
}
div.cart table th {
  font-weight: 200;
  font-style: normal;
}
div.cart table th .dropdown {
  text-align: left;
}
div.cart table th .dropdown.open button {
  color: #FFF;
  background-color: transparent;
}
div.cart table th .dropdown button {
  background-color: transparent;
  border: 0;
  padding: 0;
  color: #FFF;
  height: 12px;
  font-weight: 700;
  font-style: normal;
}
div.cart table th .dropdown button .quantity {
  font-size: 0.8rem;
  vertical-align: top;
}
div.cart table th .dropdown button .caret {
  vertical-align: top;
  margin-top: -2px;
}
div.cart table th .dropdown button .caret:before {
  font-size: 0.9rem;
}
@media only screen and (min-width: 768px) {
  div.cart table th .dropdown button {
    height: 20px;
  }
  div.cart table th .dropdown button .caret {
    margin-top: 0;
  }
}
div.cart table th .dropdown .dropdown-menu {
  min-width: 100%;
  padding: 10px 0 0;
  margin-top: 10px;
}
div.cart table tbody tr {
  border-bottom: 1px solid #FFF;
}
div.cart table .select {
  position: relative;
}
div.cart table .select:before {
  position: absolute;
  right: 65px;
  top: 5px;
  z-index: 1;
  pointer-events: none;
}
@media only screen and (max-width: 768px) {
  div.cart table .select:before {
    right: 45px;
  }
}
div.cart table .select:before {
  display: inline-block;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 0.8em;
}
div.cart table .select:before {
  font-family: 'dia-extra';
  content: '\0041';
}
div.cart table .select select {
  background: #ABAFB2;
}
div.cart table select#quanity {
  -webkit-appearance: none;
}
div.cart table select::-ms-expand {
  display: none;
}
div.cart table .cart-price {
  font-size: 1.0rem;
  font-weight: 200;
  font-style: normal;
}
@media only screen and (min-width: 768px) {
  div.cart table .cart-price {
    font-size: 0.8rem;
  }
}
div.cart div.prices-message {
  font-size: 1.0rem;
  font-weight: 100;
  border-top: 1px solid rgba(255, 255, 255, 0.4);
  padding-top: 10px;
}
@media only screen and (min-width: 768px) {
  div.cart div.prices-message {
    font-size: 0.8rem;
  }
}
.featherlight.gallery .featherlight-content {
  padding: 0 0 30px;
  border-bottom: 10px solid transparent;
}
.featherlight .featherlight-content {
  overflow: visible;
  padding: 0;
  border-bottom: 0 solid transparent;
}
.featherlight .featherlight-next,
.featherlight .featherlight-previous {
  height: 20px;
  top: auto;
  right: auto;
  left: auto;
}
.featherlight .featherlight-next > span,
.featherlight .featherlight-previous > span {
  display: none;
}
.featherlight .featherlight-next:before,
.featherlight .featherlight-previous:before {
  font-size: 1.5rem !important;
}
@media only screen and (min-width: 768px) {
  .featherlight .featherlight-next:before,
  .featherlight .featherlight-previous:before {
    font-size: 0.8rem !important;
  }
}
.featherlight .featherlight-next {
  right: 10px;
}
.featherlight .featherlight-next:before {
  display: inline-block;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 0.8em;
}
.featherlight .featherlight-next:before {
  font-family: 'dia';
  content: '\0042';
}
.featherlight .featherlight-previous {
  right: 40px;
}
.featherlight .featherlight-previous:before {
  display: inline-block;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 0.8em;
}
.featherlight .featherlight-previous:before {
  font-family: 'dia';
  content: '\0041';
}
.featherlight .featherlight-close-icon {
  font-size: 0;
  width: 0;
  top: -40px;
  right: 24px;
  color: #FFF;
}
.featherlight .featherlight-close-icon:before {
  display: inline-block;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 0.8em;
}
.featherlight .featherlight-close-icon:before {
  font-family: 'dia';
  content: '\0058';
}
.featherlight .featherlight-close-icon:before {
  font-size: 24px;
}
/** Shop Single Product Page
=================================*/
body.shop_product #main > header {
  margin-bottom: 80px;
}
body.shop_product .item-header {
  float: left;
  width: 100%;
  margin-bottom: 65px;
}
body.shop_product section.pub-list {
  margin-bottom: 45px;
}
@media only screen and (max-width: 768px) {
  body.shop_product main > header nav#page-options .dropdown {
    float: left;
    width: 100%;
  }
}
.char-limit {
  margin-top: 10px;
  font-size: 15px !important;
  float: left;
}
/** Checkout Pages
=================================*/
section.checkout .select {
  position: relative;
}
section.checkout .select:before {
  position: absolute;
  right: 5px;
  top: 13px;
  z-index: 2;
}
section.checkout .select:before {
  display: inline-block;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 0.8em;
}
section.checkout .select:before {
  font-family: 'dia-extra';
  content: '\0041';
}
section.checkout .select > select {
  -webkit-appearance: none;
  padding-right: 31px !important;
  background: transparent;
}
.checkout {
  float: left;
  padding-left: 15px;
}
.checkout .required-message {
  display: block;
  float: right;
  margin-right: 20px;
  padding-top: 30px;
}
.checkout .required-message .required {
  display: inline-block;
}
.checkout .accordion {
  margin-bottom: 10px;
}
.checkout .accordion h3 {
  font-weight: bold;
  border-bottom: 1px solid #ccc;
  color: #bbb;
}
.checkout .accordion h3 .required {
  margin-left: 6px;
  display: inline-block;
}
.checkout .accordion h3 a:before {
  display: none !important;
}
.checkout .accordion h3 a.edit {
  float: right;
  width: auto;
  top: 2px;
}
.checkout .accordion.active h3 {
  border-bottom: 1px solid;
  color: #000;
}
.checkout .accordion.active h3 a {
  color: #000;
}
.checkout .accordion.active h3 span {
  position: absolute;
  float: left;
  left: 220px;
  right: 5px;
  font-weight: 100;
  font-size: 1.1rem;
  color: #666;
}
.checkout .accordion.active h3 span.right {
  padding-right: 50px;
}
.checkout .accordion.active h3 span a {
  margin-left: 20px;
  cursor: pointer;
  color: #000;
  text-decoration: underline;
  font-size: 0.9rem;
  position: relative;
  top: -3px;
}
@media only screen and (max-width: 768px) {
  .checkout .accordion.active h3 span a {
    margin-left: 0px;
    right: 20px;
  }
}
@media only screen and (max-width: 768px) {
  .checkout .accordion.active h3 span {
    position: relative;
    width: 100%;
    margin-top: 25px;
    margin-bottom: 30px;
    float: left;
    left: 0;
  }
  .checkout .accordion.active h3 span a {
    top: -45px;
    right: 0;
  }
}
.checkout .aside {
  width: 30%;
  float: left;
  padding-top: 6px;
}
@media only screen and (max-width: 768px) {
  .checkout .aside {
    width: 100%;
    margin-bottom: 15px;
  }
}
.checkout .input-group.password {
  margin-bottom: 10px;
}
.checkout .input-group.password input {
  padding-left: 0;
}
.checkout .input-group.continue:after {
  display: none;
}
.checkout .input-group.continue button[type="submit"].btn-link {
  margin-right: 0;
  padding-right: 0;
  margin-top: 30px;
  display: block;
  float: right;
}
@media only screen and (max-width: 768px) {
  .checkout .input-group.continue button[type="submit"].btn-link {
    padding-right: 30px;
  }
  .checkout .input-group.continue button[type="submit"].btn-link:before {
    bottom: 6px;
  }
}
.checkout label {
  cursor: pointer;
  font-size: 20px;
}
@media only screen and (max-width: 768px) {
  .checkout label {
    font-size: 16px;
  }
}
.checkout input {
  cursor: text;
}
.checkout input.state {
  display: none;
}
.checkout select {
  cursor: pointer;
}
.checkout .sign-in {
  margin-bottom: 0;
}
.checkout .sign-in:after {
  display: none;
}
.checkout .sign-in .forgot {
  float: left;
  width: 100%;
}
.checkout .sign-in .forgot a {
  float: right;
  font-size: 0.9rem;
  text-decoration: underline;
}
.checkout .sign-in button[type="submit"].btn-link {
  margin-right: 0;
  padding-right: 0;
  margin-top: 30px;
  display: block;
  float: right;
}
@media only screen and (max-width: 768px) {
  .checkout .sign-in button[type="submit"].btn-link {
    padding-right: 30px;
  }
  .checkout .sign-in button[type="submit"].btn-link:before {
    bottom: 5px;
  }
}
.checkout .register {
  padding-top: 0;
  margin-top: 30px !important;
}
.checkout .register:after {
  display: none;
}
.checkout .register h3 {
  margin-bottom: 30px;
}
.checkout .register .fields > .form-group {
  margin-bottom: 0;
}
.checkout .register .input-group.checkbox:after {
  display: none;
}
.checkout .register .input-group.checkbox > div {
  margin-left: 0;
}
.checkout .register .input-group.checkbox .checkbox.subscribe {
  float: left;
}
.checkout .register .input-group.checkbox .checkbox.subscribe input[type='checkbox'] {
  display: none;
}
.checkout .register .input-group.checkbox .checkbox.subscribe label span {
  font-size: 0.8em;
}
.checkout .register .checkbox > span {
  float: none;
}
.checkout .register button[type="submit"].btn-link {
  margin-right: 0;
  padding-right: 0;
}
@media only screen and (max-width: 768px) {
  .checkout .register button[type="submit"].btn-link {
    padding-right: 30px;
  }
  .checkout .register button[type="submit"].btn-link:before {
    bottom: 5px;
  }
}
.checkout .register .input-group.submit:after {
  display: none;
}
.checkout .card-details {
  float: left;
  width: 100%;
  padding-left: 15px;
}
.checkout .card-details.password {
  margin-bottom: 10px;
}
.checkout .card-details.password input {
  padding-left: 0;
}
.checkout .card-details.continue:after {
  display: none;
}
.checkout .card-details.continue button[type="submit"].btn-link {
  margin-right: 0;
  padding-right: 0;
  margin-top: 30px;
  display: block;
  float: right;
}
@media only screen and (max-width: 768px) {
  .checkout .card-details.continue button[type="submit"].btn-link {
    padding-right: 30px;
  }
  .checkout .card-details.continue button[type="submit"].btn-link:before {
    bottom: 6px;
  }
}
.checkout .billing-details {
  float: left;
  width: 100%;
  padding: 0 15px;
}
.checkout .payment-form {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  float: right !important;
  padding-left: 50px;
  margin-bottom: 30px;
  padding-top: 15px;
}
@media (min-width: 768px) {
  .checkout .payment-form {
    float: left;
    width: 66.66666667%;
  }
}
@media only screen and (max-width: 768px) {
  .checkout .payment-form {
    padding: 0px;
  }
}
.checkout .payment-form .payment-feild {
  float: left;
  width: 100%;
}
.checkout .payment-form .payment-feild .error {
  display: none;
  float: left;
  width: 100%;
  color: #D80000;
  font-weight: 200;
  font-size: 15px;
  text-align: right;
}
.checkout .payment-form .payment-feild .error:not(:empty) {
  display: block;
}
.checkout .payment-form iframe {
  border-bottom: 1px solid #000;
  float: left;
  width: 75%;
  margin-bottom: 20px;
}
.checkout .payment-form label {
  float: left;
  width: 25%;
  font-weight: 100;
  padding: 5px 0;
}
@media only screen and (max-width: 768px) {
  .checkout .payment-form label {
    width: 100%;
  }
}
.checkout .payment-form .input-group.continue {
  margin-right: 0;
  padding-right: 0;
  float: right;
}
.checkout .payment-form .input-group.continue button.section-link.submit {
  margin-top: 0;
  float: right;
  margin-right: 0;
  padding-right: 0;
}
.checkout .payment-form .checkbox {
  float: left;
  margin-left: 0;
  padding-left: 0;
}
.checkout .payment-form .checkbox label {
  width: 100% !important;
  font-size: 0.8em;
  border-bottom: 0;
}
.checkout .payment-form .checkbox input {
  cursor: pointer;
  display: none;
}
.checkout .billing-address {
  display: none;
}
.checkout .order-confirmation {
  position: relative;
}
.checkout .order-confirmation .fields.confirm {
  float: left;
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .checkout .order-confirmation .fields.confirm {
    width: 100% !important;
    margin-bottom: 10px;
  }
}
.checkout .order-confirmation .fields.confirm .input-group:after {
  display: none;
}
.checkout .order-confirmation table {
  width: 100%;
  margin-top: 40px;
  border-bottom: 1px solid;
}
@media only screen and (max-width: 768px) {
  .checkout .order-confirmation table {
    font-size: 0.8rem;
  }
}
.checkout .order-confirmation table thead {
  width: 100%;
  border-bottom: 1px solid;
}
.checkout .order-confirmation table thead tr {
  height: 45px;
}
@media only screen and (max-width: 768px) {
  .checkout .order-confirmation table thead tr th {
    padding: 5px;
  }
}
.checkout .order-confirmation table thead tr th.book {
  width: 30%;
  padding-left: 0;
}
.checkout .order-confirmation table thead tr th.quanity {
  width: 15%;
  text-align: right;
}
.checkout .order-confirmation table thead tr th.price {
  width: 20%;
  text-align: right;
}
.checkout .order-confirmation table thead tr th.total {
  width: 20%;
  text-align: right;
}
.checkout .order-confirmation table thead tr th.remove {
  width: 15%;
  text-align: right;
}
.checkout .order-confirmation table tbody {
  margin-top: 20px;
}
.checkout .order-confirmation table tbody td.book {
  width: 30%;
  position: relative;
  padding-left: 0;
}
@media only screen and (max-width: 768px) {
  .checkout .order-confirmation table tbody td.book {
    position: relative;
    width: 40%;
  }
}
.checkout .order-confirmation table tbody td.book img {
  max-width: 140px;
  float: left;
  margin-top: 20px;
  margin-bottom: 40px;
}
@media only screen and (max-width: 768px) {
  .checkout .order-confirmation table tbody td.book img {
    display: none;
  }
}
.checkout .order-confirmation table tbody td.book span {
  font-weight: 700;
  font-style: normal;
  padding: 20px 0px 10px 20px;
  display: inline-block;
  width: 50%;
}
@media only screen and (max-width: 768px) {
  .checkout .order-confirmation table tbody td.book span {
    padding-left: 0;
    width: 100%;
  }
}
.checkout .order-confirmation table tbody td.book span.auth {
  top: 95px;
  font-weight: 200;
}
.checkout .order-confirmation table tbody td.quanity {
  width: 15%;
  text-align: right;
  vertical-align: top;
  padding-top: 20px;
}
.checkout .order-confirmation table tbody td.quanity select {
  float: right;
}
.checkout .order-confirmation table tbody td.price {
  width: 20%;
  text-align: right;
  vertical-align: top;
  padding-top: 20px;
}
.checkout .order-confirmation table tbody td.total {
  width: 20%;
  text-align: right;
  vertical-align: top;
  padding-top: 20px;
}
.checkout .order-confirmation table tbody td.remove {
  width: 15%;
  text-align: right;
  vertical-align: top;
  padding-top: 15px;
  padding-bottom: 10px;
}
.checkout .order-confirmation .input-group {
  margin-bottom: 20px;
}
.checkout .order-confirmation .input-group input {
  text-align: right;
}
.checkout .order-confirmation .input-group input.disabled {
  cursor: default;
  background: #fff;
}
.checkout .order-confirmation .input-group input.total {
  font-weight: bold;
}
.checkout .order-confirmation .input-group.gift-message {
  height: 120px;
}
.checkout .order-confirmation .input-group.gift-message textarea {
  height: 80px;
  resize: none;
}
.checkout .order-confirmation .input-group.gift-message .input-wrap {
  border: 0;
}
.checkout .order-confirmation .input-group .input-wrap {
  position: absolute;
  left: 150px;
  right: 0;
  width: auto;
  border-bottom: 1px solid #000;
}
@media only screen and (max-width: 768px) {
  .checkout .order-confirmation .input-group .input-wrap {
    left: 100px;
  }
}
.checkout .order-confirmation .input-group .input-wrap input {
  text-align: left;
  float: left;
  width: 60%;
  text-overflow: ellipsis;
}
@media only screen and (min-width: 768px) {
  .checkout .order-confirmation .input-group .input-wrap input {
    width: 50%;
  }
}
.checkout .order-confirmation .input-group .input-wrap input.gift-message {
  width: 100%;
  border: 0;
}
.checkout .order-confirmation .input-group.checkbox.member {
  width: 66%;
  float: right;
  position: relative;
}
.checkout .order-confirmation .input-group.checkbox.member i {
  float: right;
}
.checkout .order-confirmation .input-group.discount {
  position: relative;
  float: right;
  width: 66%;
}
@media only screen and (max-width: 768px) {
  .checkout .order-confirmation .input-group.discount {
    width: 100%;
  }
}
.checkout .order-confirmation .input-group.discount:after {
  display: none;
}
.checkout .order-confirmation .input-group.discount label {
  float: left;
  margin-top: 5px;
}
.checkout .order-confirmation .input-group.discount input {
  padding-left: 0;
}
@media only screen and (max-width: 768px) {
  .checkout .order-confirmation .input-group.discount input {
    padding-left: 15px;
  }
}
.checkout .order-confirmation .input-group.discount .failure {
  right: 68px;
  top: -4px;
}
@media only screen and (max-width: 768px) {
  .checkout .order-confirmation .input-group.discount .failure {
    right: 0px;
    top: -30px;
  }
}
.checkout .order-confirmation .input-group.discount .confirm-link {
  margin-right: 0 !important;
  padding-right: 28px !important;
  position: absolute;
  right: -10px;
  z-index: 4;
  cursor: pointer;
  height: 30px;
}
.checkout .order-confirmation .input-group.discount .confirm-link:before {
  top: -3px !important;
  right: 10px;
}
.checkout .order-confirmation .input-group.subtotal {
  width: 66%;
  float: right;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .checkout .order-confirmation .input-group.subtotal {
    width: 100%;
  }
}
.checkout .order-confirmation .input-group.subtotal .full-ammount {
  float: left;
  text-decoration: line-through;
  padding-top: 3px;
}
.checkout .order-confirmation .input-group.subtotal label {
  float: left;
  cursor: default;
}
.checkout .order-confirmation .input-group.subtotal input {
  float: right;
  width: 50%;
  text-align: right;
  padding-right: 0;
}
.checkout .order-confirmation .input-group.subtotal input.discounted {
  color: #D80000;
}
.checkout .order-confirmation .input-group.shipping {
  position: relative;
  display: block;
  float: right;
  width: 66%;
}
@media only screen and (max-width: 768px) {
  .checkout .order-confirmation .input-group.shipping {
    width: 100%;
  }
}
.checkout .order-confirmation .input-group.shipping:before {
  content: "";
  position: absolute;
  left: 150px;
  right: 0;
  bottom: 0;
  width: auto;
}
.checkout .order-confirmation .input-group.shipping label {
  float: left;
  width: 150px;
  cursor: default;
}
.checkout .order-confirmation .input-group.shipping select {
  position: relative;
  top: 0;
  background: #fff;
  float: left;
  width: auto;
  border: 0;
}
@media only screen and (max-width: 768px) {
  .checkout .order-confirmation .input-group.shipping select {
    width: 100% !important;
  }
}
.checkout .order-confirmation .input-group.shipping input {
  float: right;
  width: 120px;
  text-align: right;
  padding-right: 0;
}
@media only screen and (max-width: 768px) {
  .checkout .order-confirmation .input-group.shipping input {
    width: 100% !important;
    margin-bottom: 0px;
  }
}
.checkout .order-confirmation .order-total {
  width: 50%;
  float: right;
}
@media only screen and (max-width: 768px) {
  .checkout .order-confirmation .order-total {
    padding-top: 10px;
  }
}
.checkout .order-confirmation .order-total .input-group {
  border-bottom: 1px solid;
}
.checkout .order-confirmation .order-total .input-group:after {
  display: none;
}
.checkout .order-confirmation .order-total span {
  padding-left: 0;
}
.checkout .order-confirmation .order-total input {
  padding-right: 0;
}
.checkout .order-confirmation .complete-order {
  width: 100%;
  float: left;
  margin-top: 60px;
}
@media only screen and (max-width: 768px) {
  .checkout .order-confirmation .complete-order {
    margin-top: 20px;
  }
}
.checkout .order-confirmation .complete-order .confirm {
  width: 100%;
  float: right;
}
@media only screen and (max-width: 768px) {
  .checkout .order-confirmation .complete-order .confirm {
    float: left;
  }
}
.checkout .order-confirmation .complete-order .confirm .checkbox {
  float: right;
}
.checkout .order-confirmation .complete-order .confirm .checkbox input[type="checkbox"] {
  display: none;
}
@media only screen and (max-width: 768px) {
  .checkout .order-confirmation .complete-order .confirm .checkbox {
    float: left;
  }
}
.checkout .order-confirmation .complete-order .confirm .checkbox span {
  float: none;
}
.checkout .order-confirmation .complete-order .confirm .checkbox label {
  text-align: right;
  padding: 10px 0px;
  margin: 0;
}
@media only screen and (max-width: 768px) {
  .checkout .order-confirmation .complete-order .confirm .checkbox label {
    text-align: left;
    white-space: normal;
  }
}
.checkout .order-confirmation .complete-order .confirm .checkbox i {
  top: 0;
}
.checkout .order-confirmation .complete-order a.confirm-link,
.checkout .order-confirmation .complete-order button[type="submit"].btn-link {
  float: right;
  clear: both;
  padding-right: 0;
  margin-right: 0;
}
.checkout .order-confirmation .complete-order a.confirm-link:before,
.checkout .order-confirmation .complete-order button[type="submit"].btn-link:before {
  top: 3px;
}
@media only screen and (max-width: 768px) {
  .checkout .order-confirmation .complete-order a.confirm-link,
  .checkout .order-confirmation .complete-order button[type="submit"].btn-link {
    padding-right: 30px;
  }
}
.checkout .order-confirmation .complete-order a.confirm-link {
  position: relative;
  font-size: 22px;
  font-weight: bold;
  padding-right: 30px;
}
@media only screen and (max-width: 768px) {
  .checkout .order-confirmation .complete-order a.confirm-link {
    padding-right: 20px;
    font-size: 1.0rem;
  }
}
.checkout .order-confirmation .complete-order a.continue-shopping:before {
  top: -4px;
}
@media only screen and (max-width: 768px) {
  .checkout .order-confirmation .complete-order a.continue-shopping:before {
    top: 0px;
  }
}
.checkout .order-confirmation .complete-order a.signout-link {
  font-size: 22px;
  font-weight: bold;
}
.checkout .order-confirmation .complete-order a.signout-link:before {
  display: inline-block;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 0.8em;
}
.checkout .order-confirmation .complete-order a.signout-link:before {
  font-family: 'dia';
  content: '\0041';
}
.checkout .order-confirmation .complete-order a.signout-link:before {
  padding-right: 2%;
}
@media only screen and (max-width: 768px) {
  .checkout .order-confirmation .complete-order a.signout-link {
    font-size: 1.0rem;
  }
}
.checkout .order-confirmation .loading {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: auto;
  height: auto;
  background: rgba(255, 255, 255, 0.7);
  z-index: 9;
  display: none;
}
.checkout .order-confirmation .loading .loader {
  width: 40px;
  height: 40px;
  position: absolute;
  top: 50%;
  left: 50%;
}
section.checkout {
  float: left;
  width: 100%;
  margin-left: 0px;
  padding-left: 0px;
}
section.checkout > p {
  width: 65%;
}
@media only screen and (max-width: 768px) {
  section.checkout > p {
    width: 80%;
  }
}
section.checkout .accordion {
  padding-left: 0;
  padding-right: 0;
}
section.checkout .accordion > h3 > a {
  cursor: default;
}
section.checkout .accordion > h3 > a:hover {
  color: #72797F;
}
section.checkout .fields .input-group {
  padding-right: 0;
}
section.checkout .fields .input-group:after {
  right: 0;
}
@media only screen and (max-width: 768px) {
  section.checkout .fields .input-group {
    padding-left: 0;
  }
  section.checkout .fields .input-group:after {
    left: 0;
  }
}
form.confirm {
  float: left;
  width: 100%;
  margin-top: 20px;
}
.previous-shipping {
  margin-bottom: 60px;
}
@media only screen and (max-width: 768px) {
  .previous-shipping {
    margin-bottom: 10px;
  }
  .previous-shipping .form-group {
    margin-bottom: 10px;
  }
}
.select.state-ca {
  display: none;
}
.select + .failure {
  right: 30px;
}
div.order-confirmation .select {
  position: relative;
}
div.order-confirmation .select:before {
  position: absolute;
  right: 5px;
  top: 5px;
  z-index: 1;
  pointer-events: none;
}
@media only screen and (max-width: 768px) {
  div.order-confirmation .select:before {
    right: 5px;
    top: 3px;
  }
}
div.order-confirmation .select:before {
  display: inline-block;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 0.8em;
}
div.order-confirmation .select:before {
  font-family: 'dia-extra';
  content: '\0041';
}
div.order-confirmation .select select {
  background: transparent;
}
div.order-confirmation .select select#quanity {
  -webkit-appearance: none;
  border: none;
  background: transparent;
  color: #000;
}
div.order-confirmation .select.quanity {
  width: 76px;
  float: right;
}
div.order-confirmation .select.quanity select {
  width: 100%;
}
div.order-confirmation div.input-group.shipping .select {
  float: left;
  position: relative;
}
div.order-confirmation div.input-group.shipping .select:before {
  position: absolute;
  right: 6px;
  top: 5px;
  z-index: 3;
  pointer-events: none;
}
@media only screen and (max-width: 768px) {
  div.order-confirmation div.input-group.shipping .select:before {
    right: 5px;
  }
}
div.order-confirmation div.input-group.shipping .select:before {
  display: inline-block;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 0.8em;
}
div.order-confirmation div.input-group.shipping .select:before {
  font-family: 'dia-extra';
  content: '\0041';
}
div.order-confirmation div.input-group.shipping .select select {
  -webkit-appearance: none;
  border: none;
  background: #fff;
  padding-right: 30px;
}
@media only screen and (max-width: 768px) {
  div.order-confirmation div.input-group.shipping .select select {
    margin-right: 0px;
    width: auto;
  }
}
@media only screen and (max-width: 768px) {
  div.order-confirmation div.input-group.shipping.shipping-method {
    height: 50px;
  }
  div.order-confirmation div.input-group.shipping.shipping-method .select {
    width: 100% !important;
    padding-bottom: 15px;
  }
  div.order-confirmation div.input-group.shipping.shipping-method input {
    margin-bottom: 0;
  }
}
/** Checkout Pages
=================================*/
.order-summary {
  float: left;
  width: 100%;
}
.order-summary table {
  width: 100%;
  margin-top: 40px;
  border-bottom: 1px solid;
}
.order-summary table thead {
  width: 100%;
  border-bottom: 1px solid;
}
.order-summary table thead tr {
  height: 45px;
}
.order-summary table thead tr th.book {
  width: 25%;
  padding-left: 0;
}
.order-summary table thead tr th.quantity {
  width: 25%;
  text-align: right;
}
.order-summary table thead tr th.price {
  width: 25%;
  text-align: right;
}
.order-summary table thead tr th.total {
  width: 25%;
  text-align: right;
}
.order-summary ul.info {
  width: 100%;
  float: right;
}
.order-summary ul.info h4 {
  margin-top: 20px;
}
.order-summary ul.info li {
  width: 100%;
  position: relative;
}
.order-summary ul.info li label {
  width: 150px;
  font-weight: 200;
  font-style: normal;
}
.order-summary ul.info li > div {
  position: absolute;
  right: 0;
  top: 0;
  left: 30%;
  border-bottom: 1px solid;
}
@media only screen and (max-width: 768px) {
  .order-summary ul.info li > div {
    position: relative;
    top: 0;
    left: 0;
  }
}
.order-summary ul.info li span.mid-label {
  width: 18%;
  float: left;
}
@media only screen and (max-width: 768px) {
  .order-summary ul.info li span.mid-label {
    width: 100%;
    padding-bottom: 5px;
  }
}
.order-summary ul.info li .discount-summary:before {
  display: inline-block;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 0.8em;
}
.order-summary ul.info li .discount-summary:before {
  font-family: 'dia-extra';
  content: '\0044';
}
.order-summary ul.info li .discount-summary:before {
  position: absolute;
  right: 0;
  font-size: 1.1rem;
}
.order-summary ul.info li.final-total {
  font-weight: 400;
  width: 70%;
  float: right;
  border-bottom: 1px solid;
}
.order-summary ul.info li.final-total span {
  font-weight: 500;
}
.order-summary ul.info li.final-total > div {
  text-align: right;
  border-bottom: none;
}
@media only screen and (max-width: 768px) {
  .order-summary ul.info li.final-total > div {
    position: absolute;
  }
}
.order-summary div.print {
  font-size: 0.8rem;
  float: left;
  display: inline-block;
  color: #C6CACC;
  margin-top: 50px;
}
@media only screen and (max-width: 768px) {
  .order-summary div.print {
    padding-top: 10px;
  }
}
.order-summary div.print button#print-order {
  font-weight: 400;
  background: #fff;
  border: none;
  margin-left: 10px;
}
header.form h2 {
  font-weight: bold;
  font-size: 22px;
  margin-top: 0;
}
header.form h2 span {
  float: right;
}
header.form h2 span a {
  width: auto !important;
}
header.form h2 span a.btn-link {
  line-height: 36px;
  padding-right: 24px;
}
@media only screen and (max-width: 768px) {
  .nav-item-desktop.my-account {
    display: none;
  }
}
/** Orders list
=================================*/
.orders {
  padding: 0 15px;
}
.orders table {
  width: 100%;
  float: left;
  padding-left: 15px;
}
@media only screen and (max-width: 768px) {
  .orders table {
    font-size: 0.6rem;
  }
}
.orders table thead tr {
  height: 45px;
}
.orders table thead tr th {
  font-weight: 200;
  font-style: normal;
}
@media only screen and (max-width: 768px) {
  .orders table thead tr th {
    padding: 0px 10px;
  }
}
.orders table tbody tr {
  border-top: 1px solid;
  height: 45px;
}
.orders table tbody tr td {
  padding: 20px 0px;
}
@media only screen and (max-width: 768px) {
  .orders table tbody tr td {
    padding: 20px 10px;
  }
}
/** Account Login
=================================*/
.account div.save-changes:after {
  border-bottom: none;
}
.account div.save-changes button.btn-link.section-link {
  padding-right: 0;
  margin-right: 0;
  font-weight: bold;
}
@media only screen and (max-width: 768px) {
  .account div.save-changes button.btn-link.section-link {
    padding-right: 30px;
  }
  .account div.save-changes button.btn-link.section-link:before {
    bottom: 7px;
  }
}
.account div.orders tr.past-orders th {
  font-weight: 200;
  font-style: normal;
}
@media only screen and (max-width: 768px) {
  .account div.orders tr.past-orders th {
    width: 20%;
  }
}
.account .btn-link {
  font-size: 18px;
  line-height: 28px !important;
  font-weight: 300;
  text-decoration: underline;
}
.account .section-link:before {
  position: absolute;
  right: 0;
  bottom: 0;
  line-height: 1.5;
}
section.account-login .register {
  border-top: 0;
  padding-top: 0;
}
section.account-login .aside {
  padding-left: 0;
}
@media only screen and (max-width: 768px) {
  section.account-login .aside {
    padding-bottom: 20px;
    width: 100%;
  }
}
section.account-login .checkbox .input-group-addon {
  width: 66%;
  margin-left: 15px;
  float: right;
}
section.account-login .checkbox .input-group-addon span {
  font-size: 0.8rem;
  font-weight: 200;
  float: left;
}
.hidden-sm {
  display: block !important;
}
@media only screen and (min-width: 768px) {
  .hidden-sm {
    display: none !important;
  }
}
/** Messages (error / login)
=================================*/
.shop-message {
  background-color: #FCF8E2;
  float: left;
  padding: 6px 10px;
}
/** Forgotten Password
=================================*/
.top-link-forgot {
  position: absolute;
  right: 10px;
  line-height: 24px;
}
/** Terms
=================================*/
.rich-text table {
  border-collapse: collapse;
  border-spacing: 0;
  background-color: transparent;
  width: 60%;
}
.rich-text table tbody {
  border-top: 2px solid #dddddd;
}
.rich-text table tbody tr td,
.rich-text table tbody tr th {
  padding: 8px;
  line-height: 1.42857143;
  font-size: 0.9rem;
  vertical-align: top;
  border-top: 1px solid #dddddd;
}
.rich-text table tbody tr th {
  text-align: left;
  vertical-align: bottom;
  border-bottom: 2px solid #dddddd;
}
.rich-text * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.rich-text *:before,
.rich-text *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.input-group.state-input .select + .failure {
  right: 15px;
}
