
@import url("https://fast.fonts.net/t/1.css?apiType=css&projectid=44493db8-ffd2-413c-b6a7-051dc9e42147");
/*      Request ID: 42944727f1227e712be1aa7d6789f5bb_1702574395 (10/22/2025 11:42am) (tY1LDoAgEEOv4gF0eiSD0gjJgAYGjbf3dwYXTfu6eQhrIoxpU2J2yuxdGTx3UXfI9wt9w9YmjfMYLCnGmJdCH5mtwgITKxZdJ6eodupNdyoi5em+w4+Sd7+eCw==)      */



/*      Resource ID: fc3acf50e33faebc90a56d32ebd (ie.less, compiled by lessc, minified by none) (09/23/2025 8:38pm) (A:129, B:129, C:0, D:0, F:0, J:0, K:0)      */

/******************************************************************
Site Name: 
Author: 

Stylesheet: IE Stylesheet

So instead of using the respond.js file to add media query support
to IE, we're going to use SASS to create an easily readable css file.
Here, we import all the styles the standard stylesheet gets, only
without the media queries. No need to worry about editing anything!

******************************************************************/
/*
Remember, all the BASE styles are called already since IE can
read those. Below, we need to import only the stuff IE can't 
understand (what's inside the media queries). We also need to
import the mixins file so LESS can understand the variables.
*/
/* import mixins */
/* import grid */
/* 
you can call the larger styles if you want, but there's really no need 
*/
/******************************************************************
ADDITIONAL IE FIXES
These fixes are now ONLY seen by IE, so you don't have to worry
about using prefixes, although it's best practice. For more info
on using Modernizr classes, check out this link:
http://www.modernizr.com/docs/
******************************************************************/
/*
For example, you can use something like:

.no-textshadow .class { ... }

You can also target specific versions by using the classes applied to
the html element. These can sometimes change, so take a look inside the
header.php file to see what they are:


.lt-ie8 .class { ... }

*/

/*      Resource ID: 4b2b38de133a9ee21e770cc6129 (style.less, compiled by lessc, minified by none) (09/23/2025 8:38pm) (A:2574, B:2574, C:247448, D:249011, F:249011, J:249011, K:249011)      */

/*! normalize.css v2.1.3 | MIT License | git.io/normalize */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
a {
  background: transparent;
}
a:focus {
  outline: thin dotted;
}
a:active,
a:hover {
  outline: 0;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
mark {
  background: #ff0;
  color: #000;
}
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}
pre {
  white-space: pre-wrap;
}
q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 0;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
button,
input,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0;
}
button,
input {
  line-height: normal;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
  vertical-align: top;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
@media print {
  * {
    text-shadow: none !important;
    color: #000 !important;
    background: transparent !important;
    box-shadow: none !important;
  }
  /*
  a,
  a:visited {
    text-decoration: underline;
  }
    
  a[href]:after {
    content: " (" attr(href) ")";
  }

  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  // Don't show links for images, or javascript/internal links
  a[href^="javascript:"]:after,
  a[href^="#"]: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;
  }
  @page {
    margin: 2cm 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  select {
    background: #fff !important;
  }
  .navbar {
    display: none;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 62.5%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: "Droid Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.5;
  color: #4f4f4f;
  background-color: #f7f7f7;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #00607e;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #b20838;
  text-decoration: underline;
}
a:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
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.5;
  background-color: #f7f7f7;
  border: 1px solid #ddd;
  border-radius: 0;
  -webkit-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: 24px;
  margin-bottom: 24px;
  border: 0;
  border-top: 1px solid #f5f5f5;
}
.sr-only,
.screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
p {
  margin: 12px 0;
}
.lead {
  margin-bottom: 24px;
  font-size: 18px;
  font-weight: 200;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 24px;
  }
}
small,
.small {
  font-size: 85%;
}
cite {
  font-style: normal;
}
.text-muted {
  color: #e5e5e5;
}
.text-primary {
  color: #b20838;
}
.text-primary:hover {
  color: #810629;
}
.text-warning {
  color: #c09853;
}
.text-warning:hover {
  color: #a47e3c;
}
.text-danger {
  color: #b94a48;
}
.text-danger:hover {
  color: #953b39;
}
.text-success {
  color: #468847;
}
.text-success:hover {
  color: #356635;
}
.text-info {
  color: #3a87ad;
}
.text-info:hover {
  color: #2d6987;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: "Droid Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #4f4f4f;
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  display: block;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 24px;
  margin-bottom: 12px;
}
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: 12px;
  margin-bottom: 12px;
}
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: 41px;
}
h2,
.h2 {
  font-size: 27px;
}
h3,
.h3 {
  font-size: 20px;
}
h4,
.h4 {
  font-size: 16px;
}
h5,
.h5 {
  font-size: 12px;
}
h6,
.h6 {
  font-size: 14px;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 12px;
}
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;
}
.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
.list-inline > li:first-child {
  padding-left: 0;
}
dl {
  margin-bottom: 24px;
}
dt,
dd {
  line-height: 1.5;
}
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;
  }
  .dl-horizontal dd:before,
  .dl-horizontal dd:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */
  }
  .dl-horizontal dd:after {
    clear: both;
  }
  .dl-horizontal dd:before,
  .dl-horizontal dd:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */
  }
  .dl-horizontal dd:after {
    clear: both;
  }
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #e5e5e5;
}
abbr.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 12px 24px;
  margin: 0 0 24px;
  border-left: 5px solid #f5f5f5;
}
blockquote p {
  font-size: 20px;
  font-weight: 300;
  line-height: 1.25;
}
blockquote p:last-child {
  margin-bottom: 0;
}
blockquote small {
  display: block;
  line-height: 1.5;
  color: #e5e5e5;
}
blockquote small:before {
  content: '\2014 \00A0';
}
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #f5f5f5;
  border-left: 0;
}
blockquote.pull-right p,
blockquote.pull-right small,
blockquote.pull-right .small {
  text-align: right;
}
blockquote.pull-right small:before,
blockquote.pull-right .small:before {
  content: '';
}
blockquote.pull-right small:after,
blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}
blockquote:before,
blockquote:after {
  content: "";
}
address {
  margin-bottom: 24px;
  font-style: normal;
  line-height: 1.5;
}
code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}
code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  white-space: nowrap;
  border-radius: 0;
}
pre {
  display: block;
  padding: 11.5px;
  margin: 0 0 12px;
  font-size: 15px;
  line-height: 1.5;
  word-break: break-all;
  word-wrap: break-word;
  color: #303030;
  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;
}
.container:before,
.container:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.container:after {
  clear: both;
}
.container:before,
.container:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.container:after {
  clear: both;
}
.row {
  margin-left: -7.5px;
  margin-right: -7.5px;
}
.row:before,
.row:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.row:after {
  clear: both;
}
.row:before,
.row:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.row:after {
  clear: both;
}
.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 7.5px;
  padding-right: 7.5px;
}
.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 {
  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: 0%;
}
.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: 0%;
}
.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) {
  .container {
    width: 750px;
  }
  .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 {
    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: 0%;
  }
  .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: 0%;
  }
  .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) {
  .container {
    width: 970px;
  }
  .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 {
    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: 0%;
  }
  .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: 0%;
  }
  .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) {
  .container {
    width: 1170px;
  }
  .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 {
    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: 0%;
  }
  .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: 0%;
  }
  .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 {
  max-width: 100%;
  background-color: transparent;
}
th {
  text-align: left;
}
.table {
  width: 100%;
  margin-bottom: 24px;
}
.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.5;
  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: #f7f7f7;
}
.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-child(odd) > td,
.table-striped > tbody > tr:nth-child(odd) > th {
  background-color: #f9f9f9;
}
.table-hover > tbody > tr:hover > td,
.table-hover > tbody > tr:hover > th {
  background-color: #f5f5f5;
}
table col[class*="col-"] {
  float: none;
  display: table-column;
}
table td[class*="col-"],
table th[class*="col-"] {
  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 > 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.success:hover > th {
  background-color: #d0e9c6;
}
.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.danger:hover > th {
  background-color: #ebcccc;
}
.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.warning:hover > th {
  background-color: #faf2cc;
}
@media (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 18px;
    overflow-y: hidden;
    overflow-x: scroll;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
    -webkit-overflow-scrolling: touch;
  }
  .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;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 24px;
  font-size: 24px;
  line-height: inherit;
  color: #303030;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
label {
  display: inline-block;
  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;
  /* IE8-9 */
  line-height: normal;
}
input[type="file"] {
  display: block;
}
select[multiple],
select[size] {
  height: auto;
}
select optgroup {
  font-size: inherit;
  font-style: inherit;
  font-family: inherit;
}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  height: auto;
}
output {
  display: block;
  padding-top: 7px;
  font-size: 16px;
  line-height: 1.5;
  color: #4f4f4f;
  vertical-align: middle;
}
.form-control {
  display: block;
  width: 100%;
  height: 38px;
  padding: 6px 12px;
  font-size: 16px;
  line-height: 1.5;
  color: #4f4f4f;
  vertical-align: middle;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  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;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.form-control:-moz-placeholder {
  color: #e5e5e5;
}
.form-control::-moz-placeholder {
  color: #e5e5e5;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #e5e5e5;
}
.form-control::-webkit-input-placeholder {
  color: #e5e5e5;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  cursor: not-allowed;
  background-color: #f5f5f5;
}
textarea.form-control {
  height: auto;
}
.form-group {
  margin-bottom: 15px;
}
.radio,
.checkbox {
  display: block;
  min-height: 24px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 20px;
  vertical-align: middle;
}
.radio label,
.checkbox label {
  display: inline;
  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"] {
  float: left;
  margin-left: -20px;
}
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}
.radio-inline,
.checkbox-inline {
  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],
.radio[disabled],
.radio-inline[disabled],
.checkbox[disabled],
.checkbox-inline[disabled],
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"],
fieldset[disabled] .radio,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}
.input-sm {
  height: 33px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 0;
}
select.input-sm {
  height: 33px;
  line-height: 33px;
}
textarea.input-sm {
  height: auto;
}
.input-lg {
  height: 48px;
  padding: 10px 16px;
  font-size: 20px;
  line-height: 1.33;
  border-radius: 0;
}
select.input-lg {
  height: 48px;
  line-height: 48px;
}
textarea.input-lg {
  height: auto;
}
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline {
  color: #c09853;
}
.has-warning .form-control {
  border-color: #c09853;
  -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: #a47e3c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
}
.has-warning .input-group-addon {
  color: #c09853;
  border-color: #c09853;
  background-color: #fcf8e3;
}
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline {
  color: #b94a48;
}
.has-error .form-control {
  border-color: #b94a48;
  -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: #953b39;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
}
.has-error .input-group-addon {
  color: #b94a48;
  border-color: #b94a48;
  background-color: #f2dede;
}
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline {
  color: #468847;
}
.has-success .form-control {
  border-color: #468847;
  -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: #356635;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
}
.has-success .input-group-addon {
  color: #468847;
  border-color: #468847;
  background-color: #dff0d8;
}
.form-control-static {
  margin-bottom: 0;
}
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #8f8f8f;
}
@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
  }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    float: none;
    margin-left: 0;
  }
}
.form-horizontal .control-label,
.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 .form-group {
  margin-left: -7.5px;
  margin-right: -7.5px;
}
.form-horizontal .form-group:before,
.form-horizontal .form-group:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.form-horizontal .form-group:after {
  clear: both;
}
.form-horizontal .form-group:before,
.form-horizontal .form-group:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.form-horizontal .form-group:after {
  clear: both;
}
.form-horizontal .form-control-static {
  padding-top: 7px;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
  }
}
.btn {
  font-weight: bold !important;
  text-transform: uppercase;
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border-width: 3px !important;
  border: 3px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 16px;
  line-height: 1.5;
  border-radius: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}
.btn:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus {
  color: #585858;
  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: #585858 !important;
  background-color: #fff !important;
  border-color: #585858 !important;
  position: relative;
  /*&:after {
      content: "";
      height: 2px;
      display: block;
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0;
      background-color: mix(#000000, @background, 15%)
  }*/
}
.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
  color: #585858 !important;
  background-color: #ebebeb !important;
  border-color: #393939 !important;
}
.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: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 !important;
  border-color: #585858 !important;
}
.btn-primary {
  color: #b20838 !important;
  background-color: #fff !important;
  border-color: #9a0730 !important;
  position: relative;
  /*&:after {
      content: "";
      height: 2px;
      display: block;
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0;
      background-color: mix(#000000, @background, 15%)
  }*/
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  color: #b20838 !important;
  background-color: #ebebeb !important;
  border-color: #5f041e !important;
}
.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: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: #fff !important;
  border-color: #9a0730 !important;
}
.btn-warning {
  color: #f0ad4e !important;
  background-color: #fff !important;
  border-color: #eea236 !important;
  position: relative;
  /*&:after {
      content: "";
      height: 2px;
      display: block;
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0;
      background-color: mix(#000000, @background, 15%)
  }*/
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.open .dropdown-toggle.btn-warning {
  color: #f0ad4e !important;
  background-color: #ebebeb !important;
  border-color: #d58512 !important;
}
.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: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: #fff !important;
  border-color: #eea236 !important;
}
.btn-danger {
  color: #d9534f !important;
  background-color: #fff !important;
  border-color: #d43f3a !important;
  position: relative;
  /*&:after {
      content: "";
      height: 2px;
      display: block;
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0;
      background-color: mix(#000000, @background, 15%)
  }*/
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger {
  color: #d9534f !important;
  background-color: #ebebeb !important;
  border-color: #ac2925 !important;
}
.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: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: #fff !important;
  border-color: #d43f3a !important;
}
.btn-success {
  color: #5cb85c !important;
  background-color: #fff !important;
  border-color: #4cae4c !important;
  position: relative;
  /*&:after {
      content: "";
      height: 2px;
      display: block;
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0;
      background-color: mix(#000000, @background, 15%)
  }*/
}
.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
  color: #5cb85c !important;
  background-color: #ebebeb !important;
  border-color: #398439 !important;
}
.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: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: #fff !important;
  border-color: #4cae4c !important;
}
.btn-info {
  color: #5bc0de !important;
  background-color: #fff !important;
  border-color: #46b8da !important;
  position: relative;
  /*&:after {
      content: "";
      height: 2px;
      display: block;
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0;
      background-color: mix(#000000, @background, 15%)
  }*/
}
.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.open .dropdown-toggle.btn-info {
  color: #5bc0de !important;
  background-color: #ebebeb !important;
  border-color: #269abc !important;
}
.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: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: #fff !important;
  border-color: #46b8da !important;
}
.btn-link {
  color: #00607e;
  font-weight: normal;
  cursor: pointer;
  border-radius: 0;
}
.btn-link,
.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: #b20838;
  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: #e5e5e5;
  text-decoration: none;
}
.btn-lg {
  padding: 10px 16px;
  font-size: 20px;
  line-height: 1.33;
  border-radius: 0;
}
.btn-sm,
.btn-xs {
  padding: 5px 10px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 0;
}
.btn-xs {
  padding: 1px 5px;
}
.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;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}
.collapse {
  display: none;
}
.collapse.in {
  display: block;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
  transition: height 0.35s ease;
}
@font-face {
  font-family: 'Glyphicons Halflings';
  src: url('/live/resource/css/_ingredients/extras/fonts/glyphicons-halflings-regular.rev.1575650119.eot');
  src: url('/live/resource/css/_ingredients/extras/fonts/glyphicons-halflings-regular.rev.1575650119.eot#iefix') format('embedded-opentype'), url('/live/resource/css/_ingredients/extras/fonts/glyphicons-halflings-regular.rev.1575650120.woff') format('woff'), url('/live/resource/css/_ingredients/extras/fonts/glyphicons-halflings-regular.rev.1575650120.ttf') format('truetype'), url('/_ingredients/extras/fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
}
.glyphicon,
.menu-glyphicon > a:before {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.glyphicon:empty,
.menu-glyphicon > a:before:empty {
  width: 1em;
}
.menu-glyphicon > a:before {
  margin-right: 0.5em;
  font-size: 0.8em;
  top: 0;
}
.glyphicon-asterisk:before {
  content: "\2a";
}
.glyphicon-plus:before {
  content: "\2b";
}
.glyphicon-euro:before {
  content: "\20ac";
}
.glyphicon-minus:before {
  content: "\2212";
}
.glyphicon-cloud:before {
  content: "\2601";
}
.glyphicon-envelope:before {
  content: "\2709";
}
.glyphicon-pencil:before {
  content: "\270f";
}
.glyphicon-glass:before {
  content: "\e001";
}
.glyphicon-music:before {
  content: "\e002";
}
.glyphicon-search:before {
  content: "\e003";
}
.glyphicon-heart:before {
  content: "\e005";
}
.glyphicon-star:before {
  content: "\e006";
}
.glyphicon-star-empty:before {
  content: "\e007";
}
.glyphicon-user:before {
  content: "\e008";
}
.glyphicon-film:before {
  content: "\e009";
}
.glyphicon-th-large:before {
  content: "\e010";
}
.glyphicon-th:before {
  content: "\e011";
}
.glyphicon-th-list:before {
  content: "\e012";
}
.glyphicon-ok:before {
  content: "\e013";
}
.glyphicon-remove:before {
  content: "\e014";
}
.glyphicon-zoom-in:before {
  content: "\e015";
}
.glyphicon-zoom-out:before {
  content: "\e016";
}
.glyphicon-off:before {
  content: "\e017";
}
.glyphicon-signal:before {
  content: "\e018";
}
.glyphicon-cog:before {
  content: "\e019";
}
.glyphicon-trash:before {
  content: "\e020";
}
.glyphicon-home:before {
  content: "\e021";
}
.glyphicon-file:before {
  content: "\e022";
}
.glyphicon-time:before {
  content: "\e023";
}
.glyphicon-road:before {
  content: "\e024";
}
.glyphicon-download-alt:before {
  content: "\e025";
}
.glyphicon-download:before {
  content: "\e026";
}
.glyphicon-upload:before {
  content: "\e027";
}
.glyphicon-inbox:before {
  content: "\e028";
}
.glyphicon-play-circle:before {
  content: "\e029";
}
.glyphicon-repeat:before {
  content: "\e030";
}
.glyphicon-refresh:before {
  content: "\e031";
}
.glyphicon-list-alt:before {
  content: "\e032";
}
.glyphicon-lock:before {
  content: "\e033";
}
.glyphicon-flag:before {
  content: "\e034";
}
.glyphicon-headphones:before {
  content: "\e035";
}
.glyphicon-volume-off:before {
  content: "\e036";
}
.glyphicon-volume-down:before {
  content: "\e037";
}
.glyphicon-volume-up:before {
  content: "\e038";
}
.glyphicon-qrcode:before {
  content: "\e039";
}
.glyphicon-barcode:before {
  content: "\e040";
}
.glyphicon-tag:before {
  content: "\e041";
}
.glyphicon-tags:before {
  content: "\e042";
}
.glyphicon-book:before {
  content: "\e043";
}
.glyphicon-bookmark:before {
  content: "\e044";
}
.glyphicon-print:before {
  content: "\e045";
}
.glyphicon-camera:before {
  content: "\e046";
}
.glyphicon-font:before {
  content: "\e047";
}
.glyphicon-bold:before {
  content: "\e048";
}
.glyphicon-italic:before {
  content: "\e049";
}
.glyphicon-text-height:before {
  content: "\e050";
}
.glyphicon-text-width:before {
  content: "\e051";
}
.glyphicon-align-left:before {
  content: "\e052";
}
.glyphicon-align-center:before {
  content: "\e053";
}
.glyphicon-align-right:before {
  content: "\e054";
}
.glyphicon-align-justify:before {
  content: "\e055";
}
.glyphicon-list:before {
  content: "\e056";
}
.glyphicon-indent-left:before {
  content: "\e057";
}
.glyphicon-indent-right:before {
  content: "\e058";
}
.glyphicon-facetime-video:before {
  content: "\e059";
}
.glyphicon-picture:before {
  content: "\e060";
}
.glyphicon-map-marker:before {
  content: "\e062";
}
.glyphicon-adjust:before {
  content: "\e063";
}
.glyphicon-tint:before {
  content: "\e064";
}
.glyphicon-edit:before {
  content: "\e065";
}
.glyphicon-share:before {
  content: "\e066";
}
.glyphicon-check:before {
  content: "\e067";
}
.glyphicon-move:before {
  content: "\e068";
}
.glyphicon-step-backward:before {
  content: "\e069";
}
.glyphicon-fast-backward:before {
  content: "\e070";
}
.glyphicon-backward:before {
  content: "\e071";
}
.glyphicon-play:before {
  content: "\e072";
}
.glyphicon-pause:before {
  content: "\e073";
}
.glyphicon-stop:before {
  content: "\e074";
}
.glyphicon-forward:before {
  content: "\e075";
}
.glyphicon-fast-forward:before {
  content: "\e076";
}
.glyphicon-step-forward:before {
  content: "\e077";
}
.glyphicon-eject:before {
  content: "\e078";
}
.glyphicon-chevron-left:before {
  content: "\e079";
}
.glyphicon-chevron-right:before {
  content: "\e080";
}
.glyphicon-plus-sign:before {
  content: "\e081";
}
.glyphicon-minus-sign:before {
  content: "\e082";
}
.glyphicon-remove-sign:before {
  content: "\e083";
}
.glyphicon-ok-sign:before {
  content: "\e084";
}
.glyphicon-question-sign:before {
  content: "\e085";
}
.glyphicon-info-sign:before {
  content: "\e086";
}
.glyphicon-screenshot:before {
  content: "\e087";
}
.glyphicon-remove-circle:before {
  content: "\e088";
}
.glyphicon-ok-circle:before {
  content: "\e089";
}
.glyphicon-ban-circle:before {
  content: "\e090";
}
.glyphicon-arrow-left:before {
  content: "\e091";
}
.glyphicon-arrow-right:before {
  content: "\e092";
}
.glyphicon-arrow-up:before {
  content: "\e093";
}
.glyphicon-arrow-down:before {
  content: "\e094";
}
.glyphicon-share-alt:before {
  content: "\e095";
}
.glyphicon-resize-full:before {
  content: "\e096";
}
.glyphicon-resize-small:before {
  content: "\e097";
}
.glyphicon-exclamation-sign:before {
  content: "\e101";
}
.glyphicon-gift:before {
  content: "\e102";
}
.glyphicon-leaf:before {
  content: "\e103";
}
.glyphicon-fire:before {
  content: "\e104";
}
.glyphicon-eye-open:before {
  content: "\e105";
}
.glyphicon-eye-close:before {
  content: "\e106";
}
.glyphicon-warning-sign:before {
  content: "\e107";
}
.glyphicon-plane:before {
  content: "\e108";
}
.glyphicon-calendar:before {
  content: "\e109";
}
.glyphicon-random:before {
  content: "\e110";
}
.glyphicon-comment:before {
  content: "\e111";
}
.glyphicon-magnet:before {
  content: "\e112";
}
.glyphicon-chevron-up:before {
  content: "\e113";
}
.glyphicon-chevron-down:before {
  content: "\e114";
}
.glyphicon-retweet:before {
  content: "\e115";
}
.glyphicon-shopping-cart:before {
  content: "\e116";
}
.glyphicon-folder-close:before {
  content: "\e117";
}
.glyphicon-folder-open:before {
  content: "\e118";
}
.glyphicon-resize-vertical:before {
  content: "\e119";
}
.glyphicon-resize-horizontal:before {
  content: "\e120";
}
.glyphicon-hdd:before {
  content: "\e121";
}
.glyphicon-bullhorn:before {
  content: "\e122";
}
.glyphicon-bell:before {
  content: "\e123";
}
.glyphicon-certificate:before {
  content: "\e124";
}
.glyphicon-thumbs-up:before {
  content: "\e125";
}
.glyphicon-thumbs-down:before {
  content: "\e126";
}
.glyphicon-hand-right:before {
  content: "\e127";
}
.glyphicon-hand-left:before {
  content: "\e128";
}
.glyphicon-hand-up:before {
  content: "\e129";
}
.glyphicon-hand-down:before {
  content: "\e130";
}
.glyphicon-circle-arrow-right:before {
  content: "\e131";
}
.glyphicon-circle-arrow-left:before {
  content: "\e132";
}
.glyphicon-circle-arrow-up:before {
  content: "\e133";
}
.glyphicon-circle-arrow-down:before {
  content: "\e134";
}
.glyphicon-globe:before {
  content: "\e135";
}
.glyphicon-wrench:before {
  content: "\e136";
}
.glyphicon-tasks:before {
  content: "\e137";
}
.glyphicon-filter:before {
  content: "\e138";
}
.glyphicon-briefcase:before {
  content: "\e139";
}
.glyphicon-fullscreen:before {
  content: "\e140";
}
.glyphicon-dashboard:before {
  content: "\e141";
}
.glyphicon-paperclip:before {
  content: "\e142";
}
.glyphicon-heart-empty:before {
  content: "\e143";
}
.glyphicon-link:before {
  content: "\e144";
}
.glyphicon-phone:before {
  content: "\e145";
}
.glyphicon-pushpin:before {
  content: "\e146";
}
.glyphicon-usd:before {
  content: "\e148";
}
.glyphicon-gbp:before {
  content: "\e149";
}
.glyphicon-sort:before {
  content: "\e150";
}
.glyphicon-sort-by-alphabet:before {
  content: "\e151";
}
.glyphicon-sort-by-alphabet-alt:before {
  content: "\e152";
}
.glyphicon-sort-by-order:before {
  content: "\e153";
}
.glyphicon-sort-by-order-alt:before {
  content: "\e154";
}
.glyphicon-sort-by-attributes:before {
  content: "\e155";
}
.glyphicon-sort-by-attributes-alt:before {
  content: "\e156";
}
.glyphicon-unchecked:before {
  content: "\e157";
}
.glyphicon-expand:before {
  content: "\e158";
}
.glyphicon-collapse-down:before {
  content: "\e159";
}
.glyphicon-collapse-up:before {
  content: "\e160";
}
.glyphicon-log-in:before {
  content: "\e161";
}
.glyphicon-flash:before {
  content: "\e162";
}
.glyphicon-log-out:before {
  content: "\e163";
}
.glyphicon-new-window:before {
  content: "\e164";
}
.glyphicon-record:before {
  content: "\e165";
}
.glyphicon-save:before {
  content: "\e166";
}
.glyphicon-open:before {
  content: "\e167";
}
.glyphicon-saved:before {
  content: "\e168";
}
.glyphicon-import:before {
  content: "\e169";
}
.glyphicon-export:before {
  content: "\e170";
}
.glyphicon-send:before {
  content: "\e171";
}
.glyphicon-floppy-disk:before {
  content: "\e172";
}
.glyphicon-floppy-saved:before {
  content: "\e173";
}
.glyphicon-floppy-remove:before {
  content: "\e174";
}
.glyphicon-floppy-save:before {
  content: "\e175";
}
.glyphicon-floppy-open:before {
  content: "\e176";
}
.glyphicon-credit-card:before {
  content: "\e177";
}
.glyphicon-transfer:before {
  content: "\e178";
}
.glyphicon-cutlery:before {
  content: "\e179";
}
.glyphicon-header:before {
  content: "\e180";
}
.glyphicon-compressed:before {
  content: "\e181";
}
.glyphicon-earphone:before {
  content: "\e182";
}
.glyphicon-phone-alt:before {
  content: "\e183";
}
.glyphicon-tower:before {
  content: "\e184";
}
.glyphicon-stats:before {
  content: "\e185";
}
.glyphicon-sd-video:before {
  content: "\e186";
}
.glyphicon-hd-video:before {
  content: "\e187";
}
.glyphicon-subtitles:before {
  content: "\e188";
}
.glyphicon-sound-stereo:before {
  content: "\e189";
}
.glyphicon-sound-dolby:before {
  content: "\e190";
}
.glyphicon-sound-5-1:before {
  content: "\e191";
}
.glyphicon-sound-6-1:before {
  content: "\e192";
}
.glyphicon-sound-7-1:before {
  content: "\e193";
}
.glyphicon-copyright-mark:before {
  content: "\e194";
}
.glyphicon-registration-mark:before {
  content: "\e195";
}
.glyphicon-cloud-download:before {
  content: "\e197";
}
.glyphicon-cloud-upload:before {
  content: "\e198";
}
.glyphicon-tree-conifer:before {
  content: "\e199";
}
.glyphicon-tree-deciduous:before {
  content: "\e200";
}
.menu-glyphicon-asterisk > a:before {
  content: "\2a";
}
.menu-glyphicon-plus > a:before {
  content: "\2b";
}
.menu-glyphicon-euro > a:before {
  content: "\20ac";
}
.menu-glyphicon-minus > a:before {
  content: "\2212";
}
.menu-glyphicon-cloud > a:before {
  content: "\2601";
}
.menu-glyphicon-envelope > a:before {
  content: "\2709";
}
.menu-glyphicon-pencil > a:before {
  content: "\270f";
}
.menu-glyphicon-glass > a:before {
  content: "\e001";
}
.menu-glyphicon-music > a:before {
  content: "\e002";
}
.menu-glyphicon-search > a:before {
  content: "\e003";
}
.menu-glyphicon-heart > a:before {
  content: "\e005";
}
.menu-glyphicon-star > a:before {
  content: "\e006";
}
.menu-glyphicon-star-empty > a:before {
  content: "\e007";
}
.menu-glyphicon-user > a:before {
  content: "\e008";
}
.menu-glyphicon-film > a:before {
  content: "\e009";
}
.menu-glyphicon-th-large > a:before {
  content: "\e010";
}
.menu-glyphicon-th > a:before {
  content: "\e011";
}
.menu-glyphicon-th-list > a:before {
  content: "\e012";
}
.menu-glyphicon-ok > a:before {
  content: "\e013";
}
.menu-glyphicon-remove > a:before {
  content: "\e014";
}
.menu-glyphicon-zoom-in > a:before {
  content: "\e015";
}
.menu-glyphicon-zoom-out > a:before {
  content: "\e016";
}
.menu-glyphicon-off > a:before {
  content: "\e017";
}
.menu-glyphicon-signal > a:before {
  content: "\e018";
}
.menu-glyphicon-cog > a:before {
  content: "\e019";
}
.menu-glyphicon-trash > a:before {
  content: "\e020";
}
.menu-glyphicon-home > a:before {
  content: "\e021";
}
.menu-glyphicon-file > a:before {
  content: "\e022";
}
.menu-glyphicon-time > a:before {
  content: "\e023";
}
.menu-glyphicon-road > a:before {
  content: "\e024";
}
.menu-glyphicon-download-alt > a:before {
  content: "\e025";
}
.menu-glyphicon-download > a:before {
  content: "\e026";
}
.menu-glyphicon-upload > a:before {
  content: "\e027";
}
.menu-glyphicon-inbox > a:before {
  content: "\e028";
}
.menu-glyphicon-play-circle > a:before {
  content: "\e029";
}
.menu-glyphicon-repeat > a:before {
  content: "\e030";
}
.menu-glyphicon-refresh > a:before {
  content: "\e031";
}
.menu-glyphicon-list-alt > a:before {
  content: "\e032";
}
.menu-glyphicon-lock > a:before {
  content: "\e033";
}
.menu-glyphicon-flag > a:before {
  content: "\e034";
}
.menu-glyphicon-headphones > a:before {
  content: "\e035";
}
.menu-glyphicon-volume-off > a:before {
  content: "\e036";
}
.menu-glyphicon-volume-down > a:before {
  content: "\e037";
}
.menu-glyphicon-volume-up > a:before {
  content: "\e038";
}
.menu-glyphicon-qrcode > a:before {
  content: "\e039";
}
.menu-glyphicon-barcode > a:before {
  content: "\e040";
}
.menu-glyphicon-tag > a:before {
  content: "\e041";
}
.menu-glyphicon-tags > a:before {
  content: "\e042";
}
.menu-glyphicon-book > a:before {
  content: "\e043";
}
.menu-glyphicon-bookmark > a:before {
  content: "\e044";
}
.menu-glyphicon-print > a:before {
  content: "\e045";
}
.menu-glyphicon-camera > a:before {
  content: "\e046";
}
.menu-glyphicon-font > a:before {
  content: "\e047";
}
.menu-glyphicon-bold > a:before {
  content: "\e048";
}
.menu-glyphicon-italic > a:before {
  content: "\e049";
}
.menu-glyphicon-text-height > a:before {
  content: "\e050";
}
.menu-glyphicon-text-width > a:before {
  content: "\e051";
}
.menu-glyphicon-align-left > a:before {
  content: "\e052";
}
.menu-glyphicon-align-center > a:before {
  content: "\e053";
}
.menu-glyphicon-align-right > a:before {
  content: "\e054";
}
.menu-glyphicon-align-justify > a:before {
  content: "\e055";
}
.menu-glyphicon-list > a:before {
  content: "\e056";
}
.menu-glyphicon-indent-left > a:before {
  content: "\e057";
}
.menu-glyphicon-indent-right > a:before {
  content: "\e058";
}
.menu-glyphicon-facetime-video > a:before {
  content: "\e059";
}
.menu-glyphicon-picture > a:before {
  content: "\e060";
}
.menu-glyphicon-map-marker > a:before {
  content: "\e062";
}
.menu-glyphicon-adjust > a:before {
  content: "\e063";
}
.menu-glyphicon-tint > a:before {
  content: "\e064";
}
.menu-glyphicon-edit > a:before {
  content: "\e065";
}
.menu-glyphicon-share > a:before {
  content: "\e066";
}
.menu-glyphicon-check > a:before {
  content: "\e067";
}
.menu-glyphicon-move > a:before {
  content: "\e068";
}
.menu-glyphicon-step-backward > a:before {
  content: "\e069";
}
.menu-glyphicon-fast-backward > a:before {
  content: "\e070";
}
.menu-glyphicon-backward > a:before {
  content: "\e071";
}
.menu-glyphicon-play > a:before {
  content: "\e072";
}
.menu-glyphicon-pause > a:before {
  content: "\e073";
}
.menu-glyphicon-stop > a:before {
  content: "\e074";
}
.menu-glyphicon-forward > a:before {
  content: "\e075";
}
.menu-glyphicon-fast-forward > a:before {
  content: "\e076";
}
.menu-glyphicon-step-forward > a:before {
  content: "\e077";
}
.menu-glyphicon-eject > a:before {
  content: "\e078";
}
.menu-glyphicon-chevron-left > a:before {
  content: "\e079";
}
.menu-glyphicon-chevron-right > a:before {
  content: "\e080";
}
.menu-glyphicon-plus-sign > a:before {
  content: "\e081";
}
.menu-glyphicon-minus-sign > a:before {
  content: "\e082";
}
.menu-glyphicon-remove-sign > a:before {
  content: "\e083";
}
.menu-glyphicon-ok-sign > a:before {
  content: "\e084";
}
.menu-glyphicon-question-sign > a:before {
  content: "\e085";
}
.menu-glyphicon-info-sign > a:before {
  content: "\e086";
}
.menu-glyphicon-screenshot > a:before {
  content: "\e087";
}
.menu-glyphicon-remove-circle > a:before {
  content: "\e088";
}
.menu-glyphicon-ok-circle > a:before {
  content: "\e089";
}
.menu-glyphicon-ban-circle > a:before {
  content: "\e090";
}
.menu-glyphicon-arrow-left > a:before {
  content: "\e091";
}
.menu-glyphicon-arrow-right > a:before {
  content: "\e092";
}
.menu-glyphicon-arrow-up > a:before {
  content: "\e093";
}
.menu-glyphicon-arrow-down > a:before {
  content: "\e094";
}
.menu-glyphicon-share-alt > a:before {
  content: "\e095";
}
.menu-glyphicon-resize-full > a:before {
  content: "\e096";
}
.menu-glyphicon-resize-small > a:before {
  content: "\e097";
}
.menu-glyphicon-exclamation-sign > a:before {
  content: "\e101";
}
.menu-glyphicon-gift > a:before {
  content: "\e102";
}
.menu-glyphicon-leaf > a:before {
  content: "\e103";
}
.menu-glyphicon-fire > a:before {
  content: "\e104";
}
.menu-glyphicon-eye-open > a:before {
  content: "\e105";
}
.menu-glyphicon-eye-close > a:before {
  content: "\e106";
}
.menu-glyphicon-warning-sign > a:before {
  content: "\e107";
}
.menu-glyphicon-plane > a:before {
  content: "\e108";
}
.menu-glyphicon-calendar > a:before {
  content: "\e109";
}
.menu-glyphicon-random > a:before {
  content: "\e110";
}
.menu-glyphicon-comment > a:before {
  content: "\e111";
}
.menu-glyphicon-magnet > a:before {
  content: "\e112";
}
.menu-glyphicon-chevron-up > a:before {
  content: "\e113";
}
.menu-glyphicon-chevron-down > a:before {
  content: "\e114";
}
.menu-glyphicon-retweet > a:before {
  content: "\e115";
}
.menu-glyphicon-shopping-cart > a:before {
  content: "\e116";
}
.menu-glyphicon-folder-close > a:before {
  content: "\e117";
}
.menu-glyphicon-folder-open > a:before {
  content: "\e118";
}
.menu-glyphicon-resize-vertical > a:before {
  content: "\e119";
}
.menu-glyphicon-resize-horizontal > a:before {
  content: "\e120";
}
.menu-glyphicon-hdd > a:before {
  content: "\e121";
}
.menu-glyphicon-bullhorn > a:before {
  content: "\e122";
}
.menu-glyphicon-bell > a:before {
  content: "\e123";
}
.menu-glyphicon-certificate > a:before {
  content: "\e124";
}
.menu-glyphicon-thumbs-up > a:before {
  content: "\e125";
}
.menu-glyphicon-thumbs-down > a:before {
  content: "\e126";
}
.menu-glyphicon-hand-right > a:before {
  content: "\e127";
}
.menu-glyphicon-hand-left > a:before {
  content: "\e128";
}
.menu-glyphicon-hand-up > a:before {
  content: "\e129";
}
.menu-glyphicon-hand-down > a:before {
  content: "\e130";
}
.menu-glyphicon-circle-arrow-right > a:before {
  content: "\e131";
}
.menu-glyphicon-circle-arrow-left > a:before {
  content: "\e132";
}
.menu-glyphicon-circle-arrow-up > a:before {
  content: "\e133";
}
.menu-glyphicon-circle-arrow-down > a:before {
  content: "\e134";
}
.menu-glyphicon-globe > a:before {
  content: "\e135";
}
.menu-glyphicon-wrench > a:before {
  content: "\e136";
}
.menu-glyphicon-tasks > a:before {
  content: "\e137";
}
.menu-glyphicon-filter > a:before {
  content: "\e138";
}
.menu-glyphicon-briefcase > a:before {
  content: "\e139";
}
.menu-glyphicon-fullscreen > a:before {
  content: "\e140";
}
.menu-glyphicon-dashboard > a:before {
  content: "\e141";
}
.menu-glyphicon-paperclip > a:before {
  content: "\e142";
}
.menu-glyphicon-heart-empty > a:before {
  content: "\e143";
}
.menu-glyphicon-link > a:before {
  content: "\e144";
}
.menu-glyphicon-phone > a:before {
  content: "\e145";
}
.menu-glyphicon-pushpin > a:before {
  content: "\e146";
}
.menu-glyphicon-usd > a:before {
  content: "\e148";
}
.menu-glyphicon-gbp > a:before {
  content: "\e149";
}
.menu-glyphicon-sort > a:before {
  content: "\e150";
}
.menu-glyphicon-sort-by-alphabet > a:before {
  content: "\e151";
}
.menu-glyphicon-sort-by-alphabet-alt > a:before {
  content: "\e152";
}
.menu-glyphicon-sort-by-order > a:before {
  content: "\e153";
}
.menu-glyphicon-sort-by-order-alt > a:before {
  content: "\e154";
}
.menu-glyphicon-sort-by-attributes > a:before {
  content: "\e155";
}
.menu-glyphicon-sort-by-attributes-alt > a:before {
  content: "\e156";
}
.menu-glyphicon-unchecked > a:before {
  content: "\e157";
}
.menu-glyphicon-expand > a:before {
  content: "\e158";
}
.menu-glyphicon-collapse-down > a:before {
  content: "\e159";
}
.menu-glyphicon-collapse-up > a:before {
  content: "\e160";
}
.menu-glyphicon-log-in > a:before {
  content: "\e161";
}
.menu-glyphicon-flash > a:before {
  content: "\e162";
}
.menu-glyphicon-log-out > a:before {
  content: "\e163";
}
.menu-glyphicon-new-window > a:before {
  content: "\e164";
}
.menu-glyphicon-record > a:before {
  content: "\e165";
}
.menu-glyphicon-save > a:before {
  content: "\e166";
}
.menu-glyphicon-open > a:before {
  content: "\e167";
}
.menu-glyphicon-saved > a:before {
  content: "\e168";
}
.menu-glyphicon-import > a:before {
  content: "\e169";
}
.menu-glyphicon-export > a:before {
  content: "\e170";
}
.menu-glyphicon-send > a:before {
  content: "\e171";
}
.menu-glyphicon-floppy-disk > a:before {
  content: "\e172";
}
.menu-glyphicon-floppy-saved > a:before {
  content: "\e173";
}
.menu-glyphicon-floppy-remove > a:before {
  content: "\e174";
}
.menu-glyphicon-floppy-save > a:before {
  content: "\e175";
}
.menu-glyphicon-floppy-open > a:before {
  content: "\e176";
}
.menu-glyphicon-credit-card > a:before {
  content: "\e177";
}
.menu-glyphicon-transfer > a:before {
  content: "\e178";
}
.menu-glyphicon-cutlery > a:before {
  content: "\e179";
}
.menu-glyphicon-header > a:before {
  content: "\e180";
}
.menu-glyphicon-compressed > a:before {
  content: "\e181";
}
.menu-glyphicon-earphone > a:before {
  content: "\e182";
}
.menu-glyphicon-phone-alt > a:before {
  content: "\e183";
}
.menu-glyphicon-tower > a:before {
  content: "\e184";
}
.menu-glyphicon-stats > a:before {
  content: "\e185";
}
.menu-glyphicon-sd-video > a:before {
  content: "\e186";
}
.menu-glyphicon-hd-video > a:before {
  content: "\e187";
}
.menu-glyphicon-subtitles > a:before {
  content: "\e188";
}
.menu-glyphicon-sound-stereo > a:before {
  content: "\e189";
}
.menu-glyphicon-sound-dolby > a:before {
  content: "\e190";
}
.menu-glyphicon-sound-5-1 > a:before {
  content: "\e191";
}
.menu-glyphicon-sound-6-1 > a:before {
  content: "\e192";
}
.menu-glyphicon-sound-7-1 > a:before {
  content: "\e193";
}
.menu-glyphicon-copyright-mark > a:before {
  content: "\e194";
}
.menu-glyphicon-registration-mark > a:before {
  content: "\e195";
}
.menu-glyphicon-cloud-download > a:before {
  content: "\e197";
}
.menu-glyphicon-cloud-upload > a:before {
  content: "\e198";
}
.menu-glyphicon-tree-conifer > a:before {
  content: "\e199";
}
.menu-glyphicon-tree-deciduous > a:before {
  content: "\e200";
}
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px solid #000;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
.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: 16px;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  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.open {
  display: block;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 11px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.5;
  color: #303030;
  white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #232323;
  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: #b20838;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #e5e5e5;
}
.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-header {
  display: block;
  padding: 3px 20px;
  font-size: 14px;
  line-height: 1.5;
  color: #e5e5e5;
}
.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 #000;
  content: "";
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 1px;
}
@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto;
  }
}
.btn-default .caret {
  border-top-color: #585858;
}
.btn-primary .caret,
.btn-success .caret,
.btn-warning .caret,
.btn-danger .caret,
.btn-info .caret {
  border-top-color: #fff;
}
.dropup .btn-default .caret {
  border-bottom-color: #585858;
}
.dropup .btn-primary .caret,
.dropup .btn-success .caret,
.dropup .btn-warning .caret,
.dropup .btn-danger .caret,
.dropup .btn-info .caret {
  border-bottom-color: #fff;
}
.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:focus,
.btn-group-vertical > .btn:focus {
  outline: none;
}
.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:before,
.btn-toolbar:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.btn-toolbar:after {
  clear: both;
}
.btn-toolbar:before,
.btn-toolbar:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.btn-toolbar:after {
  clear: both;
}
.btn-toolbar .btn-group {
  float: left;
}
.btn-toolbar > .btn + .btn,
.btn-toolbar > .btn-group + .btn,
.btn-toolbar > .btn + .btn-group,
.btn-toolbar > .btn-group + .btn-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 > .btn:last-child,
.btn-group > .btn-group:first-child > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-group > .btn-group:last-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-xs > .btn {
  padding: 5px 10px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 0;
  padding: 1px 5px;
}
.btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 0;
}
.btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 20px;
  line-height: 1.33;
  border-radius: 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 {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.btn-group-vertical > .btn-group:after {
  clear: both;
}
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.btn-group-vertical > .btn-group:after {
  clear: both;
}
.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 > .btn:last-child,
.btn-group-vertical > .btn-group:first-child > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn-group:last-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 {
  float: none;
  display: table-cell;
  width: 1%;
}
[data-toggle="buttons"] > .btn > input[type="radio"],
[data-toggle="buttons"] > .btn > input[type="checkbox"] {
  display: none;
}
.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
.input-group.col {
  float: none;
  padding-left: 0;
  padding-right: 0;
}
.input-group .form-control {
  width: 100%;
  margin-bottom: 0;
}
.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 48px;
  padding: 10px 16px;
  font-size: 20px;
  line-height: 1.33;
  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: 48px;
  line-height: 48px;
}
textarea.input-group-lg > .form-control,
textarea.input-group-lg > .input-group-addon,
textarea.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: 33px;
  padding: 5px 10px;
  font-size: 14px;
  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: 33px;
  line-height: 33px;
}
textarea.input-group-sm > .form-control,
textarea.input-group-sm > .input-group-addon,
textarea.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: 16px;
  font-weight: normal;
  line-height: 1;
  color: #4f4f4f;
  text-align: center;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 0;
}
.input-group-addon.input-sm {
  padding: 5px 10px;
  font-size: 14px;
  border-radius: 0;
}
.input-group-addon.input-lg {
  padding: 10px 16px;
  font-size: 20px;
  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 > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle) {
  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 > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.input-group-addon:last-child {
  border-left: 0;
}
.input-group-btn {
  position: relative;
  white-space: nowrap;
}
.input-group-btn:first-child > .btn {
  margin-right: -1px;
}
.input-group-btn:last-child > .btn {
  margin-left: -1px;
}
.input-group-btn > .btn {
  position: relative;
}
.input-group-btn > .btn + .btn {
  margin-left: -4px;
}
.input-group-btn > .btn:hover,
.input-group-btn > .btn:active {
  z-index: 2;
}
.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.nav:before,
.nav:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.nav:after {
  clear: both;
}
.nav:before,
.nav:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.nav:after {
  clear: both;
}
.nav > li {
  position: relative;
  display: block;
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
  /*&:hover,
      &:focus {
        text-decoration: none;
        background-color: @nav-link-hover-bg;
      }*/
}
.nav > li.disabled > a {
  color: #e5e5e5;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #e5e5e5;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #f5f5f5;
  border-color: #00607e;
}
.nav .open > a .caret,
.nav .open > a:hover .caret,
.nav .open > a:focus .caret {
  border-top-color: #b20838;
  border-bottom-color: #b20838;
}
.nav .nav-divider {
  height: 1px;
  margin: 11px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.nav > li > a > img {
  max-width: none;
}
.nav-tabs {
  border-bottom: 1px solid #ddd;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.5;
  border-radius: 0 0 0 0;
}
.nav-tabs > li > a:hover {
  border-color: #f5f5f5 #f5f5f5 #ddd;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #4f4f4f;
  background-color: #ffffff;
  border: 1px solid #ddd;
  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 #ddd;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    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: #f7f7f7;
  }
}
.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: #b20838;
}
.nav-pills > li.active > a .caret,
.nav-pills > li.active > a:hover .caret,
.nav-pills > li.active > a:focus .caret {
  border-top-color: #fff;
  border-bottom-color: #fff;
}
.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 #ddd;
}
@media (min-width: 768px) {
  .nav-tabs-justified > li > a {
    border-bottom: 1px solid #ddd;
    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: #f7f7f7;
  }
}
.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}
.nav .caret {
  border-top-color: #00607e;
  border-bottom-color: #00607e;
}
.nav a:hover .caret {
  border-top-color: #b20838;
  border-bottom-color: #b20838;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 24px;
  border: 1px solid transparent;
}
.navbar:before,
.navbar:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.navbar:after {
  clear: both;
}
.navbar:before,
.navbar:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.navbar:after {
  clear: both;
}
@media (min-width: 768px) {
  .navbar {
    border-radius: 0;
  }
}
.navbar-header:before,
.navbar-header:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.navbar-header:after {
  clear: both;
}
.navbar-header:before,
.navbar-header:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.navbar-header:after {
  clear: both;
}
@media (min-width: 768px) {
  .navbar-header {
    float: left;
  }
}
.navbar-collapse {
  max-height: 340px;
  overflow-x: visible;
  padding-right: 15px;
  padding-left: 15px;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}
.navbar-collapse:before,
.navbar-collapse:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.navbar-collapse:after {
  clear: both;
}
.navbar-collapse:before,
.navbar-collapse:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.navbar-collapse:after {
  clear: both;
}
.navbar-collapse.in {
  overflow-y: auto;
}
@media (min-width: 768px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .navbar-collapse.in {
    overflow-y: auto;
  }
  .navbar-collapse .navbar-nav.navbar-left:first-child {
    margin-left: -15px;
  }
  .navbar-collapse .navbar-nav.navbar-right:last-child {
    margin-right: -15px;
  }
  .navbar-collapse .navbar-text:last-child {
    margin-right: 0;
  }
}
.container > .navbar-header,
.container > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 768px) {
  .container > .navbar-header,
  .container > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}
.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}
@media (min-width: 768px) {
  .navbar-static-top {
    border-radius: 0;
  }
}
.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}
@media (min-width: 768px) {
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0;
  }
}
.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}
.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}
.navbar-brand {
  float: left;
  padding: 13px 15px;
  font-size: 20px;
  line-height: 24px;
}
.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}
@media (min-width: 768px) {
  .navbar > .container .navbar-brand {
    margin-left: -15px;
  }
}
.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 15px;
  padding: 9px 10px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0;
}
.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}
@media (min-width: 768px) {
  .navbar-toggle {
    display: none;
  }
}
.navbar-nav {
  margin: 6.5px -15px;
}
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 24px;
}
@media (max-width: 767px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none;
  }
  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 24px;
  }
  .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}
@media (min-width: 768px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    padding-top: 13px;
    padding-bottom: 13px;
  }
}
@media (min-width: 768px) {
  .navbar-left {
    float: left !important;
  }
  .navbar-right {
    float: right !important;
  }
}
.navbar-form {
  margin-left: -15px;
  margin-right: -15px;
  padding: 10px 15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 6px;
  margin-bottom: 6px;
}
@media (min-width: 768px) {
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .form-control {
    display: inline-block;
  }
  .navbar-form .radio,
  .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
  }
  .navbar-form .radio input[type="radio"],
  .navbar-form .checkbox input[type="checkbox"] {
    float: none;
    margin-left: 0;
  }
}
@media (max-width: 767px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
}
@media (min-width: 768px) {
  .navbar-form {
    width: auto;
    border: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}
.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.navbar-nav.pull-right > li > .dropdown-menu,
.navbar-nav > li > .dropdown-menu.pull-right {
  left: auto;
  right: 0;
}
.navbar-btn {
  margin-top: 6px;
  margin-bottom: 6px;
}
.navbar-text {
  margin-top: 13px;
  margin-bottom: 13px;
}
@media (min-width: 768px) {
  .navbar-text {
    float: left;
    margin-left: 15px;
    margin-right: 15px;
  }
}
.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}
.navbar-default .navbar-brand {
  color: #777;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent;
}
.navbar-default .navbar-text {
  color: #777;
}
.navbar-default .navbar-nav > li > a {
  color: #777;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #333;
  background-color: transparent;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #555;
  background-color: #e7e7e7;
}
.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
  color: #ccc;
  background-color: transparent;
}
.navbar-default .navbar-toggle {
  border-color: #ddd;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #ddd;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #ccc;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #e7e7e7;
}
.navbar-default .navbar-nav > .dropdown > a:hover .caret,
.navbar-default .navbar-nav > .dropdown > a:focus .caret {
  border-top-color: #333;
  border-bottom-color: #333;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  background-color: #e7e7e7;
  color: #555;
}
.navbar-default .navbar-nav > .open > a .caret,
.navbar-default .navbar-nav > .open > a:hover .caret,
.navbar-default .navbar-nav > .open > a:focus .caret {
  border-top-color: #555;
  border-bottom-color: #555;
}
.navbar-default .navbar-nav > .dropdown > a .caret {
  border-top-color: #777;
  border-bottom-color: #777;
}
@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333;
    background-color: transparent;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #555;
    background-color: #e7e7e7;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #ccc;
    background-color: transparent;
  }
}
.navbar-default .navbar-link {
  color: #777;
}
.navbar-default .navbar-link:hover {
  color: #333;
}
.navbar-inverse {
  background-color: #222;
  border-color: #080808;
}
.navbar-inverse .navbar-brand {
  color: #e5e5e5;
}
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-text {
  color: #e5e5e5;
}
.navbar-inverse .navbar-nav > li > a {
  color: #e5e5e5;
}
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  color: #fff;
  background-color: #080808;
}
.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444;
  background-color: transparent;
}
.navbar-inverse .navbar-toggle {
  border-color: #333;
}
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  background-color: #333;
}
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #fff;
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #101010;
}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
  background-color: #080808;
  color: #fff;
}
.navbar-inverse .navbar-nav > .dropdown > a:hover .caret {
  border-top-color: #fff;
  border-bottom-color: #fff;
}
.navbar-inverse .navbar-nav > .dropdown > a .caret {
  border-top-color: #e5e5e5;
  border-bottom-color: #e5e5e5;
}
.navbar-inverse .navbar-nav > .open > a .caret,
.navbar-inverse .navbar-nav > .open > a:hover .caret,
.navbar-inverse .navbar-nav > .open > a:focus .caret {
  border-top-color: #fff;
  border-bottom-color: #fff;
}
@media (max-width: 767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #e5e5e5;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #fff;
    background-color: transparent;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #fff;
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444;
    background-color: transparent;
  }
}
.navbar-inverse .navbar-link {
  color: #e5e5e5;
}
.navbar-inverse .navbar-link:hover {
  color: #fff;
}
.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 24px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 0;
}
.breadcrumb > li {
  display: inline-block;
}
.breadcrumb > li + li:before {
  content: "/\00a0";
  padding: 0 5px;
  color: #ccc;
}
.breadcrumb > .active {
  color: #e5e5e5;
}
.pagination {
  text-align: center;
}
.pagination ul {
  display: inline-block;
  padding-left: 0;
  margin: 24px 0;
  border-radius: 3px;
}
.pagination ul > li {
  display: inline;
}
.pagination ul > li > a,
.pagination ul > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  line-height: 1.5;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
  margin-left: -1px;
}
.pagination ul > li:first-child > a,
.pagination ul > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
.pagination ul > li:last-child > a,
.pagination ul > li:last-child > span {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}
.pagination ul > li > a,
.pagination ul > li > span {
  color: #4f4f4f;
}
.pagination ul > li > a:hover,
.pagination ul > li > span:hover,
.pagination ul > li > a:focus,
.pagination ul > li > span:focus {
  background-color: #f5f5f5;
}
.pagination ul a.current,
.pagination ul span.current,
.pagination ul a.current:hover,
.pagination ul span.current:hover,
.pagination ul a.current:focus,
.pagination ul span.current:focus {
  z-index: 2;
  color: #fff;
  background-color: #b20838;
  border-color: #b20838;
  cursor: default;
}
.pagination ul > .disabled > span,
.pagination ul > .disabled > span:hover,
.pagination ul > .disabled > span:focus,
.pagination ul > .disabled > a,
.pagination ul > .disabled > a:hover,
.pagination ul > .disabled > a:focus {
  color: #e5e5e5;
  background-color: #fff;
  border-color: #ddd;
  cursor: not-allowed;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 20px;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 14px;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.pager {
  padding-left: 0;
  margin: 24px 0;
  list-style: none;
  text-align: center;
}
.pager:before,
.pager:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.pager:after {
  clear: both;
}
.pager:before,
.pager:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.pager:after {
  clear: both;
}
.pager li {
  display: inline;
}
.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 15px;
}
.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #f5f5f5;
}
.pager .next > a,
.pager .next > span {
  float: right;
}
.pager .previous > a,
.pager .previous > span {
  float: left;
}
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #e5e5e5;
  background-color: #fff;
  cursor: not-allowed;
}
.label {
  display: inline;
  padding: 0.2em 0.6em 0.3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25em;
}
.label[href]:hover,
.label[href]:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.label:empty {
  display: none;
}
.label-default {
  background-color: #e5e5e5;
}
.label-default[href]:hover,
.label-default[href]:focus {
  background-color: #cccccc;
}
.label-primary {
  background-color: #b20838;
}
.label-primary[href]:hover,
.label-primary[href]:focus {
  background-color: #810629;
}
.label-success {
  background-color: #5cb85c;
}
.label-success[href]:hover,
.label-success[href]:focus {
  background-color: #449d44;
}
.label-info {
  background-color: #5bc0de;
}
.label-info[href]:hover,
.label-info[href]:focus {
  background-color: #31b0d5;
}
.label-warning {
  background-color: #f0ad4e;
}
.label-warning[href]:hover,
.label-warning[href]:focus {
  background-color: #ec971f;
}
.label-danger {
  background-color: #d9534f;
}
.label-danger[href]:hover,
.label-danger[href]:focus {
  background-color: #c9302c;
}
.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  line-height: 1;
  vertical-align: baseline;
  white-space: nowrap;
  text-align: center;
  background-color: #e5e5e5;
  border-radius: 10px;
}
.badge:empty {
  display: none;
}
a.badge:hover,
a.badge:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.btn .badge {
  position: relative;
  top: -1px;
}
a.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
  color: #00607e;
  background-color: #fff;
}
.nav-pills > li > a > .badge {
  margin-left: 3px;
}
.jumbotron {
  padding: 30px;
  margin-bottom: 30px;
  font-size: 24px;
  font-weight: 200;
  line-height: 2.25;
  color: inherit;
  background-color: #f5f5f5;
}
.jumbotron h1 {
  line-height: 1;
  color: inherit;
}
.jumbotron p {
  line-height: 1.4;
}
.container .jumbotron {
  border-radius: 0;
}
@media screen and (min-width: 768px) {
  .jumbotron {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .container .jumbotron {
    padding-left: 60px;
    padding-right: 60px;
  }
  .jumbotron h1 {
    font-size: 72px;
  }
}
.thumbnail {
  padding: 4px;
  line-height: 1.5;
  background-color: #f7f7f7;
  border: 1px solid #ddd;
  border-radius: 0;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
  display: block;
  margin-bottom: 24px;
}
.thumbnail > img {
  display: block;
  max-width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}
a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #00607e;
}
.thumbnail .caption {
  padding: 9px;
  color: #4f4f4f;
}
.alert {
  padding: 15px;
  padding-left: 37.5px;
  padding-right: 0;
  margin-bottom: 24px;
  position: relative;
}
.alert:before {
  display: block;
  content: "";
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  left: 0;
  font-size: 1.5em;
  top: 15px;
}
.alert:before:empty {
  width: 1em;
}
.alert h4 {
  margin-top: 0;
  color: inherit;
}
.alert .alert-link {
  font-weight: bold;
}
.alert > p,
.alert > ul {
  margin-bottom: 0;
}
.alert > p + p {
  margin-top: 5px;
}
.alert-dismissable {
  padding-right: 35px;
}
.alert-dismissable .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}
.alert > *:first-child {
  margin-top: 0;
}
.alert-success {
  color: #468847;
}
.alert-success:before {
  content: "\e125";
}
.alert-info {
  color: #3a87ad;
}
.alert-info:before {
  content: "\e086";
}
.alert-warning {
  color: #c09853;
}
.alert-warning:before {
  content: "\e107";
}
.alert-danger {
  color: #b94a48;
}
.alert-danger:before {
  content: "\e090";
}
@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  overflow: hidden;
  height: 24px;
  margin-bottom: 24px;
  background-color: #f5f5f5;
  border-radius: 0;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}
.progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 14px;
  line-height: 24px;
  color: #fff;
  text-align: center;
  background-color: #b20838;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width 0.6s ease;
  transition: width 0.6s ease;
}
.progress-striped .progress-bar {
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 40px 40px;
}
.progress.active .progress-bar {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}
.progress-bar-success {
  background-color: #5cb85c;
}
.progress-striped .progress-bar-success {
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-info {
  background-color: #5bc0de;
}
.progress-striped .progress-bar-info {
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-warning {
  background-color: #f0ad4e;
}
.progress-striped .progress-bar-warning {
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-danger {
  background-color: #d9534f;
}
.progress-striped .progress-bar-danger {
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.media,
.media-body {
  overflow: hidden;
  zoom: 1;
}
.media,
.media .media {
  margin-top: 15px;
}
.media:first-child {
  margin-top: 0;
}
.media-object {
  display: block;
}
.media-heading {
  margin: 0 0 5px;
}
.media > .pull-left {
  margin-right: 10px;
}
.media > .pull-right {
  margin-left: 10px;
}
.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;
}
.list-group-item > .badge {
  float: right;
}
.list-group-item > .badge + .badge {
  margin-right: 5px;
}
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;
  background-color: #f5f5f5;
}
a.list-group-item.active,
a.list-group-item.active:hover,
a.list-group-item.active:focus {
  z-index: 2;
  color: #fff;
  background-color: #b20838;
  border-color: #b20838;
}
a.list-group-item.active .list-group-item-heading,
a.list-group-item.active:hover .list-group-item-heading,
a.list-group-item.active:focus .list-group-item-heading {
  color: inherit;
}
a.list-group-item.active .list-group-item-text,
a.list-group-item.active:hover .list-group-item-text,
a.list-group-item.active:focus .list-group-item-text {
  color: #fa8cab;
}
.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}
.panel {
  margin-bottom: 24px;
  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: 15px;
}
.panel-body:before,
.panel-body:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.panel-body:after {
  clear: both;
}
.panel-body:before,
.panel-body:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.panel-body:after {
  clear: both;
}
.panel > .list-group {
  margin-bottom: 0;
}
.panel > .list-group .list-group-item {
  border-width: 1px 0;
}
.panel > .list-group .list-group-item:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.panel > .list-group .list-group-item:last-child {
  border-bottom: 0;
}
.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}
.panel > .table,
.panel > .table-responsive {
  margin-bottom: 0;
}
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive {
  border-top: 1px solid #ddd;
}
.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:last-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:last-child > th,
.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,
.panel > .table-bordered > thead > tr:last-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:last-child > td,
.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 {
  border-bottom: 0;
}
.panel-heading {
  padding: 10px 15px;
  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: 18px;
}
.panel-title > a {
  color: inherit;
}
.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: -1;
  border-bottom-left-radius: -1;
}
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 0;
  overflow: hidden;
}
.panel-group .panel + .panel {
  margin-top: 5px;
}
.panel-group .panel-heading {
  border-bottom: 0;
}
.panel-group .panel-heading + .panel-collapse .panel-body {
  border-top: 1px solid #ddd;
}
.panel-group .panel-footer {
  border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #ddd;
}
.panel-default {
  border-color: #ddd;
}
.panel-default > .panel-heading {
  color: #303030;
  background-color: #f5f5f5;
  border-color: #ddd;
}
.panel-default > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #ddd;
}
.panel-default > .panel-heading > .dropdown .caret {
  border-color: #303030 transparent;
}
.panel-default > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #ddd;
}
.panel-primary {
  border-color: #b20838;
}
.panel-primary > .panel-heading {
  color: #fff;
  background-color: #b20838;
  border-color: #b20838;
}
.panel-primary > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #b20838;
}
.panel-primary > .panel-heading > .dropdown .caret {
  border-color: #fff transparent;
}
.panel-primary > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #b20838;
}
.panel-success {
  border-color: #d6e9c6;
}
.panel-success > .panel-heading {
  color: #468847;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.panel-success > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #d6e9c6;
}
.panel-success > .panel-heading > .dropdown .caret {
  border-color: #468847 transparent;
}
.panel-success > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #d6e9c6;
}
.panel-warning {
  border-color: #faebcc;
}
.panel-warning > .panel-heading {
  color: #c09853;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.panel-warning > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #faebcc;
}
.panel-warning > .panel-heading > .dropdown .caret {
  border-color: #c09853 transparent;
}
.panel-warning > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #faebcc;
}
.panel-danger {
  border-color: #ebccd1;
}
.panel-danger > .panel-heading {
  color: #b94a48;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.panel-danger > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #ebccd1;
}
.panel-danger > .panel-heading > .dropdown .caret {
  border-color: #b94a48 transparent;
}
.panel-danger > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #ebccd1;
}
.panel-info {
  border-color: #bce8f1;
}
.panel-info > .panel-heading {
  color: #3a87ad;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.panel-info > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #bce8f1;
}
.panel-info > .panel-heading > .dropdown .caret {
  border-color: #3a87ad transparent;
}
.panel-info > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #bce8f1;
}
.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}
.well-lg {
  padding: 24px;
  border-radius: 0;
}
.well-sm {
  padding: 9px;
  border-radius: 0;
}
.close {
  float: right;
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  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: auto;
  overflow-y: scroll;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
}
.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-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);
  transform: translate(0, 0);
}
.modal-dialog {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  width: auto;
  padding: 10px;
  z-index: 1050;
}
.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: none;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
  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.5px;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.5;
}
.modal-body {
  position: relative;
  padding: 20px;
}
.modal-footer {
  margin-top: 15px;
  padding: 19px 20px 20px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer:before,
.modal-footer:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.modal-footer:after {
  clear: both;
}
.modal-footer:before,
.modal-footer:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.modal-footer:after {
  clear: both;
}
.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;
}
@media screen and (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .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);
  }
}
.tooltip {
  position: absolute;
  z-index: 1030;
  display: block;
  visibility: visible;
  font-size: 14px;
  line-height: 1.4;
  opacity: 0;
  filter: alpha(opacity=0);
}
.tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  background-color: #000;
  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: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  left: 5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  right: 5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  left: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  right: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1010;
  display: none;
  max-width: 276px;
  padding: 1px;
  text-align: left;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  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: 16px;
  font-weight: normal;
  line-height: 18px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 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: #999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -11px;
}
.popover.top .arrow:after {
  content: " ";
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: #fff;
}
.popover.right .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.popover.right .arrow:after {
  content: " ";
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: #fff;
}
.popover.bottom .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px;
}
.popover.bottom .arrow:after {
  content: " ";
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #fff;
}
.popover.left .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.popover.left .arrow:after {
  content: " ";
  right: 1px;
  border-right-width: 0;
  border-left-color: #fff;
  bottom: -10px;
}
.carousel {
  position: relative;
}
.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.carousel-inner > .item {
  display: none;
  position: relative;
  -webkit-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
  line-height: 1;
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}
.carousel-inner > .active {
  left: 0;
}
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.carousel-inner > .next {
  left: 100%;
}
.carousel-inner > .prev {
  left: -100%;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}
.carousel-inner > .active.left {
  left: -100%;
}
.carousel-inner > .active.right {
  left: 100%;
}
.carousel-control {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 15%;
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-control.left {
  background-image: -webkit-gradient(linear, 0% top, 100% top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.0001)));
  background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, 0.5) 0%), color-stop(rgba(0, 0, 0, 0.0001) 100%));
  background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
}
.carousel-control.right {
  left: auto;
  right: 0;
  background-image: -webkit-gradient(linear, 0% top, 100% top, from(rgba(0, 0, 0, 0.0001)), to(rgba(0, 0, 0, 0.5)));
  background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, 0.0001) 0%), color-stop(rgba(0, 0, 0, 0.5) 100%));
  background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
}
.carousel-control:hover,
.carousel-control:focus {
  color: #fff;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
}
.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
}
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
}
.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  margin-top: -10px;
  margin-left: -10px;
  font-family: serif;
}
.carousel-control .icon-prev:before {
  content: '\2039';
}
.carousel-control .icon-next:before {
  content: '\203a';
}
.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  text-align: center;
}
.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  border: 1px solid #fff;
  border-radius: 10px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: rgba(0, 0, 0, 0);
}
.carousel-indicators .active {
  margin: 0;
  width: 12px;
  height: 12px;
  background-color: #fff;
}
.carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-caption .btn {
  text-shadow: none;
}
@media screen and (min-width: 768px) {
  .carousel-control .glyphicons-chevron-left,
  .carousel-control .glyphicons-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    margin-left: -15px;
    font-size: 30px;
  }
  .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px;
  }
  .carousel-indicators {
    bottom: 20px;
  }
}
.clearfix:before,
.clearfix:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.clearfix: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;
}
.visible {
  visibility: visible;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
  visibility: hidden !important;
}
.affix {
  position: fixed;
}
@-ms-viewport {
  width: device-width;
}
.visible-xs,
tr.visible-xs,
th.visible-xs,
td.visible-xs {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-xs.visible-sm {
    display: block !important;
  }
  tr.visible-xs.visible-sm {
    display: table-row !important;
  }
  th.visible-xs.visible-sm,
  td.visible-xs.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-xs.visible-md {
    display: block !important;
  }
  tr.visible-xs.visible-md {
    display: table-row !important;
  }
  th.visible-xs.visible-md,
  td.visible-xs.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-xs.visible-lg {
    display: block !important;
  }
  tr.visible-xs.visible-lg {
    display: table-row !important;
  }
  th.visible-xs.visible-lg,
  td.visible-xs.visible-lg {
    display: table-cell !important;
  }
}
.visible-sm,
tr.visible-sm,
th.visible-sm,
td.visible-sm {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-sm.visible-xs {
    display: block !important;
  }
  tr.visible-sm.visible-xs {
    display: table-row !important;
  }
  th.visible-sm.visible-xs,
  td.visible-sm.visible-xs {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-sm.visible-md {
    display: block !important;
  }
  tr.visible-sm.visible-md {
    display: table-row !important;
  }
  th.visible-sm.visible-md,
  td.visible-sm.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-sm.visible-lg {
    display: block !important;
  }
  tr.visible-sm.visible-lg {
    display: table-row !important;
  }
  th.visible-sm.visible-lg,
  td.visible-sm.visible-lg {
    display: table-cell !important;
  }
}
.visible-md,
tr.visible-md,
th.visible-md,
td.visible-md {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-md.visible-xs {
    display: block !important;
  }
  tr.visible-md.visible-xs {
    display: table-row !important;
  }
  th.visible-md.visible-xs,
  td.visible-md.visible-xs {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-md.visible-sm {
    display: block !important;
  }
  tr.visible-md.visible-sm {
    display: table-row !important;
  }
  th.visible-md.visible-sm,
  td.visible-md.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-md.visible-lg {
    display: block !important;
  }
  tr.visible-md.visible-lg {
    display: table-row !important;
  }
  th.visible-md.visible-lg,
  td.visible-md.visible-lg {
    display: table-cell !important;
  }
}
.visible-lg,
tr.visible-lg,
th.visible-lg,
td.visible-lg {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-lg.visible-xs {
    display: block !important;
  }
  tr.visible-lg.visible-xs {
    display: table-row !important;
  }
  th.visible-lg.visible-xs,
  td.visible-lg.visible-xs {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-lg.visible-sm {
    display: block !important;
  }
  tr.visible-lg.visible-sm {
    display: table-row !important;
  }
  th.visible-lg.visible-sm,
  td.visible-lg.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-lg.visible-md {
    display: block !important;
  }
  tr.visible-lg.visible-md {
    display: table-row !important;
  }
  th.visible-lg.visible-md,
  td.visible-lg.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
.hidden-xs {
  display: block !important;
}
tr.hidden-xs {
  display: table-row !important;
}
th.hidden-xs,
td.hidden-xs {
  display: table-cell !important;
}
@media (max-width: 767px) {
  .hidden-xs,
  tr.hidden-xs,
  th.hidden-xs,
  td.hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-xs.hidden-sm,
  tr.hidden-xs.hidden-sm,
  th.hidden-xs.hidden-sm,
  td.hidden-xs.hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-xs.hidden-md,
  tr.hidden-xs.hidden-md,
  th.hidden-xs.hidden-md,
  td.hidden-xs.hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-xs.hidden-lg,
  tr.hidden-xs.hidden-lg,
  th.hidden-xs.hidden-lg,
  td.hidden-xs.hidden-lg {
    display: none !important;
  }
}
.hidden-sm {
  display: block !important;
}
tr.hidden-sm {
  display: table-row !important;
}
th.hidden-sm,
td.hidden-sm {
  display: table-cell !important;
}
@media (max-width: 767px) {
  .hidden-sm.hidden-xs,
  tr.hidden-sm.hidden-xs,
  th.hidden-sm.hidden-xs,
  td.hidden-sm.hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm,
  tr.hidden-sm,
  th.hidden-sm,
  td.hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-sm.hidden-md,
  tr.hidden-sm.hidden-md,
  th.hidden-sm.hidden-md,
  td.hidden-sm.hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-sm.hidden-lg,
  tr.hidden-sm.hidden-lg,
  th.hidden-sm.hidden-lg,
  td.hidden-sm.hidden-lg {
    display: none !important;
  }
}
.hidden-md {
  display: block !important;
}
tr.hidden-md {
  display: table-row !important;
}
th.hidden-md,
td.hidden-md {
  display: table-cell !important;
}
@media (max-width: 767px) {
  .hidden-md.hidden-xs,
  tr.hidden-md.hidden-xs,
  th.hidden-md.hidden-xs,
  td.hidden-md.hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-md.hidden-sm,
  tr.hidden-md.hidden-sm,
  th.hidden-md.hidden-sm,
  td.hidden-md.hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md,
  tr.hidden-md,
  th.hidden-md,
  td.hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-md.hidden-lg,
  tr.hidden-md.hidden-lg,
  th.hidden-md.hidden-lg,
  td.hidden-md.hidden-lg {
    display: none !important;
  }
}
.hidden-lg {
  display: block !important;
}
tr.hidden-lg {
  display: table-row !important;
}
th.hidden-lg,
td.hidden-lg {
  display: table-cell !important;
}
@media (max-width: 767px) {
  .hidden-lg.hidden-xs,
  tr.hidden-lg.hidden-xs,
  th.hidden-lg.hidden-xs,
  td.hidden-lg.hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-lg.hidden-sm,
  tr.hidden-lg.hidden-sm,
  th.hidden-lg.hidden-sm,
  td.hidden-lg.hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-lg.hidden-md,
  tr.hidden-lg.hidden-md,
  th.hidden-lg.hidden-md,
  td.hidden-lg.hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg,
  tr.hidden-lg,
  th.hidden-lg,
  td.hidden-lg {
    display: none !important;
  }
}
.visible-print,
tr.visible-print,
th.visible-print,
td.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
  .hidden-print,
  tr.hidden-print,
  th.hidden-print,
  td.hidden-print {
    display: none !important;
  }
}
/* basics and utilities */
/**/
/* ********************************* */
/* Mobile-First General Theme Styles */
/* ********************************* */
/* Hyperlinks */
/* ---------- */
nav a,
.nav a,
menu a,
.menu a {
  border-bottom: none;
}
.img-repsonive {
  height: 100%;
}
#initial-skip-links a:focus {
  display: block !important;
  position: relative !important;
  border-bottom: 0;
  background-color: #dddddd;
  text-align: center;
  font-weight: bold;
  height: auto;
  width: auto;
  clip: auto;
  padding: 10px;
  top: 0;
  z-index: 99999;
}
/* Additional Mixin Classes for Semantics */
/* -------------------------------------- */
.page-header {
  background-color: #ffffff;
}
.stacked-block {
  margin-bottom: 16px;
  margin-bottom: 24px;
}
.loud {
  text-transform: uppercase;
}
.override-sr-only {
  position: relative;
  width: auto;
  height: auto;
  margin: 0;
  padding: 0;
  overflow: visible;
  clip: none;
}
/* Elements */
/* Wrappers */
.wrapper {
  max-width: 1170px;
  margin: 0 auto;
  overflow: visible;
}
.page-wrapper {
  padding-left: 15px;
  padding-right: 15px;
}
.content-wrapper {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
  max-width: 1170px;
}
.content-wrapper:before,
.content-wrapper:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.content-wrapper:after {
  clear: both;
}
.content-wrapper:before,
.content-wrapper:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.content-wrapper:after {
  clear: both;
}
.post-wrapper {
  margin-left: 15px;
  margin-right: 15px;
}
#main,
#site-footer {
  position: relative;
}
.code-wrap {
  white-space: normal;
}
.list-posts {
  padding-left: 0;
  list-style: none;
  margin-left: 15px;
}
.list-posts li {
  position: relative;
  padding-left: 2em;
  margin-bottom: 0.75em;
}
.list-posts li:before {
  font-size: 1.4em;
  color: #cccccc;
  content: '\22';
  position: absolute;
  top: 0;
  left: 0;
}
.list-comments {
  list-style: none;
  padding-left: 0;
}
.list-comments ul {
  padding-left: 0;
  list-style: none;
}
.comment {
  position: relative;
  padding-left: 65px;
  overflow: hidden;
}
.comment .comment-edit-link {
  border-bottom: 0;
}
.comment .comment-gravatar {
  margin-left: 0;
  margin-right: 15px;
  position: absolute;
  left: 0;
}
.comment .comment-author {
  font-weight: bold;
}
.comment .comment-author a {
  border-bottom: 0;
}
.comment .comment-details {
  color: #b2b2b2;
}
.content {
  overflow: hidden;
  position: relative;
}
/* MARQUEES */
.marquee {
  width: 100%;
}
.mobile-thumb {
  max-width: 100px;
}
.mobile-img-left {
  float: left;
  margin-right: 15px;
}
.post-body > header .post-info {
  margin-bottom: 0;
  display: block;
  color: #b2b2b2;
}
.post-body > header .post-info .post-date {
  text-transform: uppercase;
}
.post-body > header .post-info a {
  border-bottom: 0;
}
/* Breadcrumbs */
.breadcrumb {
  display: block !important;
  background-color: #f5f5f5;
  border-radius: 0;
  margin-bottom: 0;
}
tr.breadcrumb {
  display: table-row !important;
}
th.breadcrumb,
td.breadcrumb {
  display: table-cell !important;
}
@media (max-width: 767px) {
  .breadcrumb,
  tr.breadcrumb,
  th.breadcrumb,
  td.breadcrumb {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .breadcrumb.hidden-sm,
  tr.breadcrumb.hidden-sm,
  th.breadcrumb.hidden-sm,
  td.breadcrumb.hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .breadcrumb.hidden-md,
  tr.breadcrumb.hidden-md,
  th.breadcrumb.hidden-md,
  td.breadcrumb.hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .breadcrumb.hidden-lg,
  tr.breadcrumb.hidden-lg,
  th.breadcrumb.hidden-lg,
  td.breadcrumb.hidden-lg {
    display: none !important;
  }
}
/* Social Sharing */
div.sharedaddy h3.sd-title:before {
  display: none !important;
}
/* Wells & Boxes */
.box {
  background-color: #f5f5f5;
  border: 1px solid #e5e5e5;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 15px;
  padding-right: 15px;
}
/* Video Wrapper */
.arve-wrapper {
  display: inline-block;
}
/* Panels */
.paging-menu {
  position: relative;
  padding-left: 0;
  margin-left: 15px;
  margin-right: 15px;
  text-align: center;
}
.paging-menu a {
  border-bottom: 0;
}
.paging-menu .btn-load-more {
  color: #585858 !important;
  background-color: #fff !important;
  border-color: #585858 !important;
  position: relative;
  /*&:after {
      content: "";
      height: 2px;
      display: block;
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0;
      background-color: mix(#000000, @background, 15%)
  }*/
  width: 100%;
  border-radius: 0;
}
.paging-menu .btn-load-more:hover,
.paging-menu .btn-load-more:focus,
.paging-menu .btn-load-more:active,
.paging-menu .btn-load-more.active,
.open .dropdown-toggle.paging-menu .btn-load-more {
  color: #585858 !important;
  background-color: #ebebeb !important;
  border-color: #393939 !important;
}
.paging-menu .btn-load-more:active,
.paging-menu .btn-load-more.active,
.open .dropdown-toggle.paging-menu .btn-load-more {
  background-image: none;
}
.paging-menu .btn-load-more.disabled,
.paging-menu .btn-load-more[disabled],
fieldset[disabled] .paging-menu .btn-load-more,
.paging-menu .btn-load-more.disabled:hover,
.paging-menu .btn-load-more[disabled]:hover,
fieldset[disabled] .paging-menu .btn-load-more:hover,
.paging-menu .btn-load-more.disabled:focus,
.paging-menu .btn-load-more[disabled]:focus,
fieldset[disabled] .paging-menu .btn-load-more:focus,
.paging-menu .btn-load-more.disabled:active,
.paging-menu .btn-load-more[disabled]:active,
fieldset[disabled] .paging-menu .btn-load-more:active,
.paging-menu .btn-load-more.disabled.active,
.paging-menu .btn-load-more[disabled].active,
fieldset[disabled] .paging-menu .btn-load-more.active {
  background-color: #fff !important;
  border-color: #585858 !important;
}
.paging-menu .page-label {
  opacity: 0.6;
  background-color: #757575;
  color: transparent;
  text-shadow: 0px 2px 1px rgba(255, 255, 255, 0.5);
  -webkit-background-clip: text;
  -moz-background-clip: text;
  background-clip: text;
}
.paging-menu .next-page-link {
  position: absolute;
  left: 15px;
}
.paging-menu .previous-page-link {
  position: absolute;
  right: 15px;
}
/* Pagination */
.share-links {
  border-top: 1px solid #f5f5f5;
  padding-top: 0.75em;
  margin-top: 2em;
  padding-bottom: 0.5em;
}
/* Site Header */
/* ----------- */
.next-steps {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
  max-width: 1170px;
  margin-top: 1em;
  text-align: center;
}
.next-steps:before,
.next-steps:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.next-steps:after {
  clear: both;
}
.next-steps:before,
.next-steps:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.next-steps:after {
  clear: both;
}
.next-steps ul li {
  margin-bottom: 0.5em;
  display: block;
  float: left;
  padding-right: 2px;
  width: 50%;
  text-transform: uppercase;
}
.next-steps ul li a {
  width: 100%;
  font-weight: bold !important;
  text-transform: uppercase;
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border-width: 3px !important;
  border: 3px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 16px;
  line-height: 1.5;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  color: #f0ad4e !important;
  background-color: #fff !important;
  border-color: #eea236 !important;
  position: relative;
  /*&:after {
      content: "";
      height: 2px;
      display: block;
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0;
      background-color: mix(#000000, @background, 15%)
  }*/
  text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.6);
  border-radius: 0;
  font-size: 14px;
}
.next-steps ul li a:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.next-steps ul li a:hover,
.next-steps ul li a:focus {
  color: #585858;
  text-decoration: none;
}
.next-steps ul li a:active,
.next-steps ul li a.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);
}
.next-steps ul li a.disabled,
.next-steps ul li a[disabled],
fieldset[disabled] .next-steps ul li a {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
.next-steps ul li a:hover,
.next-steps ul li a:focus,
.next-steps ul li a:active,
.next-steps ul li a.active,
.open .dropdown-toggle.next-steps ul li a {
  color: #f0ad4e !important;
  background-color: #ebebeb !important;
  border-color: #d58512 !important;
}
.next-steps ul li a:active,
.next-steps ul li a.active,
.open .dropdown-toggle.next-steps ul li a {
  background-image: none;
}
.next-steps ul li a.disabled,
.next-steps ul li a[disabled],
fieldset[disabled] .next-steps ul li a,
.next-steps ul li a.disabled:hover,
.next-steps ul li a[disabled]:hover,
fieldset[disabled] .next-steps ul li a:hover,
.next-steps ul li a.disabled:focus,
.next-steps ul li a[disabled]:focus,
fieldset[disabled] .next-steps ul li a:focus,
.next-steps ul li a.disabled:active,
.next-steps ul li a[disabled]:active,
fieldset[disabled] .next-steps ul li a:active,
.next-steps ul li a.disabled.active,
.next-steps ul li a[disabled].active,
fieldset[disabled] .next-steps ul li a.active {
  background-color: #fff !important;
  border-color: #eea236 !important;
}
.next-steps ul li a:hover {
  text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.3);
}
.next-steps ul li:last-child {
  margin-bottom: 0;
}
/* ********************** */
/* Small Display Queries */
/* ********************** */
@media (min-width: 768px) {
  .mobile-thumb {
    max-width: 100%;
  }
  .mobile-img-left {
    float: none;
    margin-right: auto;
  }
  .sidebar-left,
  .sidebar-right {
    box-sizing: border-box;
    width: 25%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .sidebar-left + *,
  .sidebar-right + * {
    width: 75%;
    box-sizing: border-box;
  }
  .content-right {
    float: right;
    width: 75%;
    box-sizing: border-box;
  }
  .sidebar-left {
    float: left;
    clear: left;
    padding-left: 0;
  }
  .sidebar-left + * {
    float: right;
  }
  .sidebar-right {
    float: right;
    clear: right;
    padding-right: 0;
  }
  .sidebar-right ~ * {
    padding-right: 15px;
  }
  .sidebar-right ~ *:last-child {
    padding-right: 15px;
  }
  .sidebar-right + * {
    float: left;
  }
  .paging-menu {
    margin-left: 0;
    margin-right: 0;
  }
  .main-wrapper,
  .post-wrapper,
  .page-wrapper {
    position: relative;
    max-width: 1200px;
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
    overflow: visible;
    z-index: 1;
  }
  .main-wrapper:before,
  .post-wrapper:before,
  .page-wrapper:before,
  .main-wrapper:after,
  .post-wrapper:after,
  .page-wrapper:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */
  }
  .main-wrapper:after,
  .post-wrapper:after,
  .page-wrapper:after {
    clear: both;
  }
  .main-wrapper:before,
  .post-wrapper:before,
  .page-wrapper:before,
  .main-wrapper:after,
  .post-wrapper:after,
  .page-wrapper:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */
  }
  .main-wrapper:after,
  .post-wrapper:after,
  .page-wrapper:after {
    clear: both;
  }
  .main-wrapper,
  .post-wrapper {
    padding-left: 0;
    padding-right: 0;
  }
  .post-wrapper ~ .post-wrapper:before,
  .post-wrapper ~ .post-wrapper:after {
    display: none;
  }
  .next-steps {
    display: block;
    float: right;
    margin-top: 0;
    padding-left: 0;
    padding-right: 0;
  }
  .next-steps ul {
    padding-top: 0;
    padding-bottom: 0;
    display: inline-block;
    font-size: 14px;
    text-transform: uppercase;
  }
  .next-steps ul li {
    display: inline-block;
    margin-right: 2px;
    margin-bottom: 0;
    width: auto;
    padding-right: 0;
  }
  .next-steps ul li a {
    line-height: 1.4;
    display: block;
    float: left;
    height: 30px;
  }
  .next-steps ul li:last-child {
    margin-right: 0;
  }
}
section.section-block {
  margin-top: 2em;
  margin-bottom: 2em;
}
@font-face {
  font-family: 'Social-Media-Icons';
  src: url('/live/resource/css/_ingredients/extras/fonts/social-media-icons/Social-Media-Icon-Font.rev.1575650122.eot');
  src: url('/live/resource/css/_ingredients/extras/fonts/social-media-icons/Social-Media-Icon-Font.rev.1575650122.eot#iefix') format('embedded-opentype'), url('/live/resource/css/_ingredients/extras/fonts/social-media-icons/Social-Media-Icon-Font.rev.1575650122.ttf') format('truetype'), url('/live/resource/css/_ingredients/extras/fonts/social-media-icons/Social-Media-Icon-Font.rev.1575650122.woff') format('woff'), url('/_ingredients/extras/fonts/social-media-icons/Social-Media-Icon-Font.svg#90-Flat-Social-Media-Icons-Enfuzed-Font') format('svg');
  font-weight: normal;
  font-style: normal;
}
.socialbadge,
[class^="socialbadge-"],
[class*=" socialbadge-"] {
  font-family: 'Social-Media-Icons';
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.socialbadge:before,
[class^="socialbadge-"]:before,
[class*=" socialbadge-"]:before {
  speak: none;
}
.socialbadge-zynga:before {
  content: "\21";
}
.socialbadge-zootool:before {
  content: "\22";
}
.socialbadge-youtube:before {
  content: "\23";
}
.socialbadge-yelp:before {
  content: "\24";
}
.socialbadge-yahoo:before {
  content: "\25";
}
.socialbadge-yahoo-messenger:before {
  content: "\26";
}
.socialbadge-xbox:before {
  content: "\27";
}
.socialbadge-wordpress:before {
  content: "\28";
}
.socialbadge-windows:before {
  content: "\29";
}
.socialbadge-wikipedia:before {
  content: "\2a";
}
.socialbadge-w3c:before {
  content: "\2b";
}
.socialbadge-vine:before {
  content: "\2c";
}
.socialbadge-vimeo:before {
  content: "\2d";
}
.socialbadge-twitter:before {
  content: "\2e";
}
.socialbadge-tumblr:before {
  content: "\2f";
}
.socialbadge-treehouse:before {
  content: "\30";
}
.socialbadge-technorati:before {
  content: "\31";
}
.socialbadge-stumbleupon:before {
  content: "\32";
}
.socialbadge-squidoo:before {
  content: "\33";
}
.socialbadge-squarespace:before {
  content: "\34";
}
.socialbadge-spotify:before {
  content: "\35";
}
.socialbadge-soundcloud:before {
  content: "\36";
}
.socialbadge-slashdot:before {
  content: "\37";
}
.socialbadge-skype:before {
  content: "\38";
}
.socialbadge-safari:before {
  content: "\39";
}
.socialbadge-rss:before {
  content: "\3a";
}
.socialbadge-reddit:before {
  content: "\3b";
}
.socialbadge-rdio:before {
  content: "\3c";
}
.socialbadge-quora:before {
  content: "\3d";
}
.socialbadge-pocket:before {
  content: "\3e";
}
.socialbadge-playstation:before {
  content: "\3f";
}
.socialbadge-pinterest:before {
  content: "\40";
}
.socialbadge-pinboard:before {
  content: "\41";
}
.socialbadge-picasa:before {
  content: "\42";
}
.socialbadge-php:before {
  content: "\43";
}
.socialbadge-photobucket:before {
  content: "\44";
}
.socialbadge-paypal:before {
  content: "\45";
}
.socialbadge-path:before {
  content: "\46";
}
.socialbadge-pandora:before {
  content: "\47";
}
.socialbadge-opera:before {
  content: "\48";
}
.socialbadge-newsvine:before {
  content: "\49";
}
.socialbadge-mysql:before {
  content: "\4a";
}
.socialbadge-myspace:before {
  content: "\4b";
}
.socialbadge-linkedin:before {
  content: "\4c";
}
.socialbadge-last.fm:before {
  content: "\4d";
}
.socialbadge-klout:before {
  content: "\4e";
}
.socialbadge-kickstarter:before {
  content: "\4f";
}
.socialbadge-jquery:before {
  content: "\50";
}
.socialbadge-joomla:before {
  content: "\51";
}
.socialbadge-internet-explorer:before {
  content: "\52";
}
.socialbadge-instagram:before {
  content: "\53";
}
.socialbadge-imdb:before {
  content: "\54";
}
.socialbadge-html5:before {
  content: "\55";
}
.socialbadge-gravatar:before {
  content: "\56";
}
.socialbadge-googletalk:before {
  content: "\57";
}
.socialbadge-googleplus:before {
  content: "\58";
}
.socialbadge-google:before {
  content: "\59";
}
.socialbadge-google-drive:before {
  content: "\5a";
}
.socialbadge-github:before {
  content: "\5b";
}
.socialbadge-friendfeed:before {
  content: "\5c";
}
.socialbadge-foursquare:before {
  content: "\5d";
}
.socialbadge-forrst:before {
  content: "\5e";
}
.socialbadge-folkd:before {
  content: "\5f";
}
.socialbadge-float:before {
  content: "\60";
}
.socialbadge-flickr:before {
  content: "\61";
}
.socialbadge-firefox:before {
  content: "\62";
}
.socialbadge-feedburner:before {
  content: "\63";
}
.socialbadge-facebook:before {
  content: "\64";
}
.socialbadge-evernote:before {
  content: "\65";
}
.socialbadge-etsy:before {
  content: "\66";
}
.socialbadge-ebay:before {
  content: "\67";
}
.socialbadge-drupal:before {
  content: "\68";
}
.socialbadge-dropbox:before {
  content: "\69";
}
.socialbadge-dribble:before {
  content: "\6a";
}
.socialbadge-disqus:before {
  content: "\6b";
}
.socialbadge-digg:before {
  content: "\6c";
}
.socialbadge-deviantart:before {
  content: "\6d";
}
.socialbadge-delicious:before {
  content: "\6e";
}
.socialbadge-css3:before {
  content: "\6f";
}
.socialbadge-chrome:before {
  content: "\70";
}
.socialbadge-blogger:before {
  content: "\71";
}
.socialbadge-bing:before {
  content: "\72";
}
.socialbadge-behance:before {
  content: "\73";
}
.socialbadge-bebo:before {
  content: "\74";
}
.socialbadge-basecamp:before {
  content: "\75";
}
.socialbadge-apple:before {
  content: "\76";
}
.socialbadge-android:before {
  content: "\77";
}
.socialbadge-amazon:before {
  content: "\78";
}
.socialbadge-aim:before {
  content: "\79";
}
.socialbadge-500px:before {
  content: "\7a";
}
.socialbadge-twitter-x:before {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M6 18L18 6M6 6l12 12' /%3E%3C/svg%3E");
}
.lsi-social-icons li {
  margin: 0 5px 12px !important;
}
.lsi-social-icons li:last-child {
  margin-right: 0 !important;
}
.lsi-social-icons li a {
  border-bottom: 0;
}
@font-face {
  font-family: 'icons';
  src: url('/live/resource/css/_ingredients/extras/fonts/icons/icons.rev.1575650121.eot');
  src: url('/live/resource/css/_ingredients/extras/fonts/icons/icons.rev.1575650121.eot#iefix') format('embedded-opentype'), url('/live/resource/css/_ingredients/extras/fonts/icons/icons.rev.1575650122.ttf') format('truetype'), url('/live/resource/css/_ingredients/extras/fonts/icons/icons.rev.1575650122.woff') format('woff'), url('/_ingredients/extras/fonts/icons/icons.svg#icons') format('svg');
  font-weight: normal;
  font-style: normal;
}
.icon:before,
[class^="icon-"]:before,
[class*=" icon-"]:before,
.list-posts li:before,
.icon-glyphicon:before,
.site-header .mobile-banner .home-link:before {
  font-family: 'icons';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  position: relative;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-glyphicon:before {
  font-family: 'Glyphicons Halflings';
}
.icon-fa:before,
.fa:before {
  font: normal normal normal;
  font-family: FontAwesome;
}
.icon-temple-t:before {
  content: "\e600";
}
.icon-article:before {
  content: "\e601";
}
.icon-refresh:before {
  content: "\e602";
}
.icon-print:before {
  content: "\e603";
}
.icon-vcard:before {
  content: "\e604";
}
.icon-magazine:before {
  content: "\e605";
}
.icon-newspaper:before {
  content: "\e606";
}
.icon-menu:before {
  content: "\e606";
}
/* Droid Sans */
@font-face {
  font-family: 'Droid Sans';
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/droidsans/v19/SlGVmQWMvZQIdix7AFxXkHNSaA.ttf) format('truetype');
}
@font-face {
  font-family: 'Droid Sans';
  font-style: normal;
  font-weight: 700;
  src: url(https://fonts.gstatic.com/s/droidsans/v19/SlGWmQWMvZQIdix7AFxXmMh3eDs1Yg.ttf) format('truetype');
}
/* Tracking URL for fonts.com webfonts (REQUIRED BY LICENSE AGREEMENT - DO NOT REMOVE) */
@font-face {
  font-family: "Choplin W00_n2";
  src: url("/live/resource/css/_ingredients/extras/fonts/choplin/e9dd3c57-033a-41a4-9897-87ebf0a40138.rev.1575650119.eot#iefix") format("eot");
}
@font-face {
  font-family: "Choplin W00";
  src: url("/live/resource/css/_ingredients/extras/fonts/choplin/e9dd3c57-033a-41a4-9897-87ebf0a40138.rev.1575650119.eot#iefix");
  src: url("/live/resource/css/_ingredients/extras/fonts/choplin/e9dd3c57-033a-41a4-9897-87ebf0a40138.rev.1575650119.eot#iefix") format("eot"), url("/live/resource/css/_ingredients/extras/fonts/choplin/89107855-9cd7-4c0d-9ed8-1a4ff5c83583.rev.1575650117.woff2") format("woff2"), url("/live/resource/css/_ingredients/extras/fonts/choplin/f09f0fec-8f6c-4476-a68b-88111a09ca19.rev.1575650119.woff") format("woff"), url("/live/resource/css/_ingredients/extras/fonts/choplin/a2b03e95-700b-41bb-acb9-10416ae6887e.rev.1575650117.ttf") format("truetype"), url("/_ingredients/extras/fonts/choplin/5064b24c-b89c-4403-9b62-adf6f9004272.svg#5064b24c-b89c-4403-9b62-adf6f9004272") format("svg");
  font-weight: 200;
  font-style: normal;
}
@font-face {
  font-family: "Choplin W00_i2";
  src: url("/live/resource/css/_ingredients/extras/fonts/choplin/425f67c2-50e6-4990-a944-67696cc8c9fb.rev.1575650115.eot#iefix") format("eot");
}
@font-face {
  font-family: "Choplin W00";
  src: url("/live/resource/css/_ingredients/extras/fonts/choplin/425f67c2-50e6-4990-a944-67696cc8c9fb.rev.1575650115.eot#iefix");
  src: url("/live/resource/css/_ingredients/extras/fonts/choplin/425f67c2-50e6-4990-a944-67696cc8c9fb.rev.1575650115.eot#iefix") format("eot"), url("/live/resource/css/_ingredients/extras/fonts/choplin/7e670795-d238-4139-9303-867c4db468b5.rev.1575650117.woff2") format("woff2"), url("/live/resource/css/_ingredients/extras/fonts/choplin/4857b4f9-108a-4ec8-9ad8-bc276206c32a.rev.1575650115.woff") format("woff"), url("/live/resource/css/_ingredients/extras/fonts/choplin/3926cfc9-2d38-40ad-b64b-f49f4589e814.rev.1575650115.ttf") format("truetype"), url("/_ingredients/extras/fonts/choplin/fcec5395-d869-4b63-bbda-348dc3e0a3f6.svg#fcec5395-d869-4b63-bbda-348dc3e0a3f6") format("svg");
  font-weight: 200;
  font-style: italic;
}
@font-face {
  font-family: "Choplin W00_n5";
  src: url("/live/resource/css/_ingredients/extras/fonts/choplin/75eb012e-c105-4b4c-9613-df8db9094778.rev.1575650116.eot#iefix") format("eot");
}
@font-face {
  font-family: "Choplin W00";
  src: url("/live/resource/css/_ingredients/extras/fonts/choplin/75eb012e-c105-4b4c-9613-df8db9094778.rev.1575650116.eot#iefix");
  src: url("/live/resource/css/_ingredients/extras/fonts/choplin/75eb012e-c105-4b4c-9613-df8db9094778.rev.1575650116.eot#iefix") format("eot"), url("/live/resource/css/_ingredients/extras/fonts/choplin/bce3809e-8bc5-4abf-9d8b-82da5bdcf3d1.rev.1575650118.woff2") format("woff2"), url("/live/resource/css/_ingredients/extras/fonts/choplin/2280349b-2029-4bf9-8725-837fc975b661.rev.1575650115.woff") format("woff"), url("/live/resource/css/_ingredients/extras/fonts/choplin/b0465402-91e8-4745-82de-1f1d9aa833d7.rev.1575650118.ttf") format("truetype"), url("/_ingredients/extras/fonts/choplin/a38f882f-8386-4db1-9422-7ec67ed2ba1b.svg#a38f882f-8386-4db1-9422-7ec67ed2ba1b") format("svg");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Choplin W00_i5";
  src: url("/live/resource/css/_ingredients/extras/fonts/choplin/b571ebd1-8a6e-440e-8bfc-7166936127f7.rev.1575650118.eot#iefix") format("eot");
}
@font-face {
  font-family: "Choplin W00";
  src: url("/live/resource/css/_ingredients/extras/fonts/choplin/b571ebd1-8a6e-440e-8bfc-7166936127f7.rev.1575650118.eot#iefix");
  src: url("/live/resource/css/_ingredients/extras/fonts/choplin/b571ebd1-8a6e-440e-8bfc-7166936127f7.rev.1575650118.eot#iefix") format("eot"), url("/live/resource/css/_ingredients/extras/fonts/choplin/7437f290-4464-4a83-9b35-6d5152ea20fd.rev.1575650116.woff2") format("woff2"), url("/live/resource/css/_ingredients/extras/fonts/choplin/df21efe9-7501-4ea8-9a5f-390993738215.rev.1575650119.woff") format("woff"), url("/live/resource/css/_ingredients/extras/fonts/choplin/6bf056d2-c37a-4ea3-b8bc-1b3657bf8506.rev.1575650116.ttf") format("truetype"), url("/_ingredients/extras/fonts/choplin/81654cc2-0949-4999-92ed-dcb47439c23f.svg#81654cc2-0949-4999-92ed-dcb47439c23f") format("svg");
  font-weight: 500;
  font-style: italic;
}
@font-face {
  font-family: "Choplin W00_n7";
  src: url("/live/resource/css/_ingredients/extras/fonts/choplin/622c9ed8-0c6d-449e-a15e-2eb492f597d9.rev.1575650116.eot#iefix") format("eot");
}
@font-face {
  font-family: "Choplin W00";
  src: url("/live/resource/css/_ingredients/extras/fonts/choplin/622c9ed8-0c6d-449e-a15e-2eb492f597d9.rev.1575650116.eot#iefix");
  src: url("/live/resource/css/_ingredients/extras/fonts/choplin/622c9ed8-0c6d-449e-a15e-2eb492f597d9.rev.1575650116.eot#iefix") format("eot"), url("/live/resource/css/_ingredients/extras/fonts/choplin/f67a4990-9c8f-42d5-a990-747d59fee597.rev.1575650119.woff2") format("woff2"), url("/live/resource/css/_ingredients/extras/fonts/choplin/7582fa81-656a-4382-9bf2-a2e162b40d07.rev.1575650116.woff") format("woff"), url("/live/resource/css/_ingredients/extras/fonts/choplin/86b114f9-cfb7-4be5-b3d5-ca4ff95f8d8b.rev.1575650117.ttf") format("truetype"), url("/_ingredients/extras/fonts/choplin/bb5f0082-8592-44f7-b4ed-f5af36b728d6.svg#bb5f0082-8592-44f7-b4ed-f5af36b728d6") format("svg");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Choplin W00_i7";
  src: url("/live/resource/css/_ingredients/extras/fonts/choplin/bc03505d-3ff5-4d86-89eb-0b69d9b71ec9.rev.1575650118.eot#iefix") format("eot");
}
@font-face {
  font-family: "Choplin W00";
  src: url("/live/resource/css/_ingredients/extras/fonts/choplin/bc03505d-3ff5-4d86-89eb-0b69d9b71ec9.rev.1575650118.eot#iefix");
  src: url("/live/resource/css/_ingredients/extras/fonts/choplin/bc03505d-3ff5-4d86-89eb-0b69d9b71ec9.rev.1575650118.eot#iefix") format("eot"), url("/live/resource/css/_ingredients/extras/fonts/choplin/4347ced1-260e-4ac0-a17c-a522d4652f17.rev.1575650115.woff2") format("woff2"), url("/live/resource/css/_ingredients/extras/fonts/choplin/a8b13652-abe8-4262-800c-eb7fe8dbc8fd.rev.1575650117.woff") format("woff"), url("/live/resource/css/_ingredients/extras/fonts/choplin/f60deaf2-5248-4357-8761-5035aac62997.rev.1575650119.ttf") format("truetype"), url("/_ingredients/extras/fonts/choplin/b7cce337-b970-46e2-9d6e-c197d8fce384.svg#b7cce337-b970-46e2-9d6e-c197d8fce384") format("svg");
  font-weight: 700;
  font-style: italic;
}
body {
  font-family: "Droid Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
h1,
.h1 {
  color: #222222;
  font-family: "Choplin W00", "Choplin", 'Times New Roman', Serif;
}
h1 .pretitle,
.h1 .pretitle {
  display: block;
  font-family: "Droid Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 18.4px;
  line-height: 1.75;
  font-weight: 600;
}
h1 .pretitle:after,
.h1 .pretitle:after {
  content: ":";
}
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  font-family: "Droid Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
h2,
.h2 {
  margin-bottom: 24px;
  color: #9a0730;
}
h3,
.h3 {
  margin-top: 24px;
  color: #303030;
  position: relative;
}
h4,
.h4 {
  color: #303030;
  font-weight: bold;
}
h5,
.h5 {
  width: 100%;
  box-sizing: content-box;
  left: -11px;
  position: relative;
  padding-left: 10px;
  padding-right: 10px;
  background-color: #f5f5f5;
  font-weight: bold;
  text-transform: uppercase;
  padding-top: 6px;
  padding-bottom: 6px;
  color: #4f4f4f;
  border: 1px solid #e5e5e5;
  border-radius: 0 10px 0 10px;
}
h6,
.h6 {
  color: gray;
  font-weight: normal;
  display: table;
  width: 100%;
  white-space: nowrap;
  line-height: 1;
}
h6:before,
.h6:before,
h6:after,
.h6:after {
  content: '';
  width: 50%;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiIHN0YW5kYWxvbmU9Im5vIj8+Cjxzdmcgd2lkdGg9IjFweCIgaGVpZ2h0PSIxcHgiIHZpZXdCb3g9IjAgMCAxIDEiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeG1sbnM6c2tldGNoPSJodHRwOi8vd3d3LmJvaGVtaWFuY29kaW5nLmNvbS9za2V0Y2gvbnMiPgogICAgPCEtLSBHZW5lcmF0b3I6IFNrZXRjaCAzLjIuMiAoOTk4MykgLSBodHRwOi8vd3d3LmJvaGVtaWFuY29kaW5nLmNvbS9za2V0Y2ggLS0+CiAgICA8dGl0bGU+UmVjdGFuZ2xlIDE8L3RpdGxlPgogICAgPGRlc2M+Q3JlYXRlZCB3aXRoIFNrZXRjaC48L2Rlc2M+CiAgICA8ZGVmcz48L2RlZnM+CiAgICA8ZyBpZD0iUGFnZS0xIiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIiBza2V0Y2g6dHlwZT0iTVNQYWdlIj4KICAgICAgICA8ZyBpZD0iQXJ0Ym9hcmQtMSIgc2tldGNoOnR5cGU9Ik1TQXJ0Ym9hcmRHcm91cCIgZmlsbD0iI0I3QjdCNyI+CiAgICAgICAgICAgIDxyZWN0IGlkPSJSZWN0YW5nbGUtMSIgc2tldGNoOnR5cGU9Ik1TU2hhcGVHcm91cCIgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSI+PC9yZWN0PgogICAgICAgIDwvZz4KICAgIDwvZz4KPC9zdmc+) repeat-x center center;
  display: table-cell;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
h6:before,
.h6:before {
  border-right: 10px solid transparent;
}
h6:after,
.h6:after {
  border-left: 10px solid transparent;
}
p,
ul,
ol,
.hr-thin {
  margin: 12px 0;
}
ul,
ol {
  padding-left: 30px;
}
.strong {
  font-weight: bold;
}
.lead {
  margin-bottom: 24px;
  font-size: 18px;
  font-weight: 200;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 20px;
  }
}
.hgroup {
  margin-bottom: 12px;
}
.hgroup h1,
.hgroup h2,
.hgroup h3,
.hgroup h4,
.hgroup h5 {
  margin-bottom: 0;
}
.hgroup h1 + *,
.hgroup h2 + *,
.hgroup h3 + * {
  margin-top: 0;
}
.hgroup h1 + h2,
.hgroup h1 + h3,
.hgroup h2 + h3,
.hgroup h2 + h4,
.hgroup h3 + h4 {
  margin-top: 0;
}
.separator {
  margin-left: 0.5em;
  margin-right: 0.5em;
}
a {
  border-bottom: 1px dotted #767676;
}
a:hover,
a:focus {
  text-decoration: none;
  border-bottom: 1px solid;
  outline: 0;
}
a[class*="ss-"] {
  border-bottom: none;
}
a.unstyled {
  border-bottom: none;
}
.small {
  font-size: 0.875em;
}
address {
  font-style: italic;
}
.citation-article-title {
  font-style: italic;
}
.citation-article-title > .article-title {
  font-style: normal;
}
.citation-book-title {
  font-variant: small-caps;
  font-style: normal;
}
@media (min-width: 768px) {
  img,
  object,
  embed,
  iframe,
  video,
  audio,
  figure {
    max-width: 100%;
  }
}
img.aligncenter,
object.aligncenter,
embed.aligncenter,
iframe.aligncenter,
video.aligncenter,
audio.aligncenter,
figure.aligncenter,
img.align-center,
object.align-center,
embed.align-center,
iframe.align-center,
video.align-center,
audio.align-center,
figure.align-center,
img.alignleft,
object.alignleft,
embed.alignleft,
iframe.alignleft,
video.alignleft,
audio.alignleft,
figure.alignleft,
img.align-left,
object.align-left,
embed.align-left,
iframe.align-left,
video.align-left,
audio.align-left,
figure.align-left,
img.alignright,
object.alignright,
embed.alignright,
iframe.alignright,
video.alignright,
audio.alignright,
figure.alignright,
img.align-right,
object.align-right,
embed.align-right,
iframe.align-right,
video.align-right,
audio.align-right,
figure.align-right {
  float: none;
  display: block;
  margin: 12px auto;
  text-align: center;
  min-width: 100%;
  max-width: 100%;
  height: auto;
}
@media (min-width: 768px) {
  img.aligncenter.wp-caption img,
  object.aligncenter.wp-caption img,
  embed.aligncenter.wp-caption img,
  iframe.aligncenter.wp-caption img,
  video.aligncenter.wp-caption img,
  audio.aligncenter.wp-caption img,
  figure.aligncenter.wp-caption img,
  img.align-center.wp-caption img,
  object.align-center.wp-caption img,
  embed.align-center.wp-caption img,
  iframe.align-center.wp-caption img,
  video.align-center.wp-caption img,
  audio.align-center.wp-caption img,
  figure.align-center.wp-caption img,
  img.alignleft.wp-caption img,
  object.alignleft.wp-caption img,
  embed.alignleft.wp-caption img,
  iframe.alignleft.wp-caption img,
  video.alignleft.wp-caption img,
  audio.alignleft.wp-caption img,
  figure.alignleft.wp-caption img,
  img.align-left.wp-caption img,
  object.align-left.wp-caption img,
  embed.align-left.wp-caption img,
  iframe.align-left.wp-caption img,
  video.align-left.wp-caption img,
  audio.align-left.wp-caption img,
  figure.align-left.wp-caption img,
  img.alignright.wp-caption img,
  object.alignright.wp-caption img,
  embed.alignright.wp-caption img,
  iframe.alignright.wp-caption img,
  video.alignright.wp-caption img,
  audio.alignright.wp-caption img,
  figure.alignright.wp-caption img,
  img.align-right.wp-caption img,
  object.align-right.wp-caption img,
  embed.align-right.wp-caption img,
  iframe.align-right.wp-caption img,
  video.align-right.wp-caption img,
  audio.align-right.wp-caption img,
  figure.align-right.wp-caption img {
    width: 100%;
  }
}
@media (min-width: 768px) {
  img.alignleft,
  object.alignleft,
  embed.alignleft,
  iframe.alignleft,
  video.alignleft,
  audio.alignleft,
  figure.alignleft,
  img.align-left,
  object.align-left,
  embed.align-left,
  iframe.align-left,
  video.align-left,
  audio.align-left,
  figure.align-left {
    display: block;
    float: left;
    margin-right: 15px !important;
    margin-bottom: 15px !important;
    margin-top: 0;
    clear: left;
    min-width: 0 !important;
    max-width: 100% !important;
  }
}
@media (min-width: 768px) {
  img.alignright,
  object.alignright,
  embed.alignright,
  iframe.alignright,
  video.alignright,
  audio.alignright,
  figure.alignright,
  img.align-right,
  object.align-right,
  embed.align-right,
  iframe.align-right,
  video.align-right,
  audio.align-right,
  figure.align-right {
    display: block;
    float: right;
    margin-left: 15px !important;
    margin-bottom: 15px !important;
    margin-top: 0;
    clear: right;
    min-width: 0 !important;
    max-width: 100% !important;
  }
}
@media (min-width: 768px) {
  img.aligncenter,
  object.aligncenter,
  embed.aligncenter,
  iframe.aligncenter,
  video.aligncenter,
  audio.aligncenter,
  figure.aligncenter,
  img.align-center,
  object.align-center,
  embed.align-center,
  iframe.align-center,
  video.align-center,
  audio.align-center,
  figure.align-center {
    display: block;
    margin: 12px auto !important;
    text-align: center;
    clear: both;
    min-width: 0 !important;
    max-width: 100% !important;
  }
}
@media (min-width: 768px) {
  img.aligncenter.wp-caption,
  object.aligncenter.wp-caption,
  embed.aligncenter.wp-caption,
  iframe.aligncenter.wp-caption,
  video.aligncenter.wp-caption,
  audio.aligncenter.wp-caption,
  figure.aligncenter.wp-caption,
  img.align-center.wp-caption,
  object.align-center.wp-caption,
  embed.align-center.wp-caption,
  iframe.align-center.wp-caption,
  video.align-center.wp-caption,
  audio.align-center.wp-caption,
  figure.align-center.wp-caption {
    background-color: transparent;
    padding: 0;
    border: 0;
  }
}
@media (min-width: 768px) {
  img.aligncenter.wp-caption figcaption,
  object.aligncenter.wp-caption figcaption,
  embed.aligncenter.wp-caption figcaption,
  iframe.aligncenter.wp-caption figcaption,
  video.aligncenter.wp-caption figcaption,
  audio.aligncenter.wp-caption figcaption,
  figure.aligncenter.wp-caption figcaption,
  img.align-center.wp-caption figcaption,
  object.align-center.wp-caption figcaption,
  embed.align-center.wp-caption figcaption,
  iframe.align-center.wp-caption figcaption,
  video.align-center.wp-caption figcaption,
  audio.align-center.wp-caption figcaption,
  figure.align-center.wp-caption figcaption {
    border: 1px solid #e8e8e8;
    font-style: italic;
    background-color: #f5f5f5;
    width: inherit;
    margin-left: auto;
    margin-right: auto;
    padding: 12px;
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  img.aligncenter.wp-caption img,
  object.aligncenter.wp-caption img,
  embed.aligncenter.wp-caption img,
  iframe.aligncenter.wp-caption img,
  video.aligncenter.wp-caption img,
  audio.aligncenter.wp-caption img,
  figure.aligncenter.wp-caption img,
  img.align-center.wp-caption img,
  object.align-center.wp-caption img,
  embed.align-center.wp-caption img,
  iframe.align-center.wp-caption img,
  video.align-center.wp-caption img,
  audio.align-center.wp-caption img,
  figure.align-center.wp-caption img {
    min-width: 0 !important;
    max-width: 100% !important;
  }
}
figure.wp-caption {
  background-color: #f5f5f5;
  overflow: hidden;
  padding: 12px 12px 0;
  box-sizing: border-box;
  border: 1px solid #dcdcdc;
  min-width: 100% !important;
}
figure.wp-caption img {
  min-width: 100%;
  max-width: 100%;
  height: auto;
}
figure.wp-caption figcaption {
  font-size: 85%;
  text-align: center;
  margin-top: 12px;
  margin-bottom: 12px;
  color: #696969;
}
.untruncate {
  white-space: normal;
  text-overflow: inherit;
}
.phone {
  white-space: nowrap;
}
[style*='small-caps'] {
  text-transform: uppercase;
}
.link-plain {
  border-bottom: 0 !important;
}
.mobile-label {
  display: inline;
}
@media (min-width: 768px) {
  .mobile-label .mobile-label {
    display: none;
  }
}
/* navigation items */
/* Scrim to escape mobile menu */
.document-overlay {
  z-index: 99 !important;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
/* Hide menu when collapsed */
.menu-collapsed {
  display: none !important;
}
#main-menu-button {
  display: none;
  /* Hide main menu button by default */
  transition: 0.25s;
  position: absolute;
  top: -3px;
  bottom: 0;
  right: 0;
  width: 60px;
  font-size: 24px;
  background-color: transparent;
  color: #fff;
  border: none;
  line-height: 0.25;
  text-align: center;
}
#main-menu-button,
tr#main-menu-button,
th#main-menu-button,
td#main-menu-button {
  display: none !important;
}
@media (max-width: 767px) {
  #main-menu-button {
    display: block !important;
  }
  tr#main-menu-button {
    display: table-row !important;
  }
  th#main-menu-button,
  td#main-menu-button {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #main-menu-button.visible-sm {
    display: block !important;
  }
  tr#main-menu-button.visible-sm {
    display: table-row !important;
  }
  th#main-menu-button.visible-sm,
  td#main-menu-button.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  #main-menu-button.visible-md {
    display: block !important;
  }
  tr#main-menu-button.visible-md {
    display: table-row !important;
  }
  th#main-menu-button.visible-md,
  td#main-menu-button.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  #main-menu-button.visible-lg {
    display: block !important;
  }
  tr#main-menu-button.visible-lg {
    display: table-row !important;
  }
  th#main-menu-button.visible-lg,
  td#main-menu-button.visible-lg {
    display: table-cell !important;
  }
}
#main-menu-button:hover,
#main-menu-button:focus {
  color: #000000;
  background-color: #fdfcfb;
}
#main-menu-button .caption {
  font-family: "Droid Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 0.35em;
  text-transform: uppercase;
}
#main-menu-button .fa {
  display: block;
}
/* Mobile Menu Pieces */
#primary-navigation {
  z-index: 9999 !important;
}
#primary-navigation a {
  transition: 0;
}
#primary-navigation a:hover,
#primary-navigation a:focus {
  outline: 0;
}
#primary-navigation .searchform,
#primary-navigation .home-link {
  box-sizing: border-box;
  display: block;
  background-color: #b20838;
  padding: 9px 15px;
  border-bottom: 1px solid #9a0730;
  border-top: 1px solid #ca0940;
}
#primary-navigation .home-link img {
  width: 100%;
  max-width: 193px;
  margin-left: auto;
  margin-right: auto;
}
/* Ribbon at the top of the page */
.site-ribbon a,
.site-ribbon button {
  background-color: #f5f5f5;
  color: #4f4f4f;
  transition: 0.25s;
}
.site-ribbon a:hover,
.site-ribbon button:hover,
.site-ribbon a:focus,
.site-ribbon button:focus {
  background-color: #dcdcdc;
  color: #4f4f4f;
}
.site-ribbon .menu-glyphicon > a:before,
.site-ribbon .menu-fa > a:before,
.site-ribbon .menu-glyphicon > button:before,
.site-ribbon .menu-fa > button:before {
  line-height: 1;
  position: relative;
  top: 0;
  font-size: 10px;
  margin-right: 0.5em;
}
.site-ribbon > .content-wrapper {
  padding-left: 0;
  padding-right: 0;
}
.header-2 {
  display: block !important;
  /* TODO: remove once we've setup responsive dropdown */
  /* TODO: remove once we've setup responsive dropdown */
}
tr.header-2 {
  display: table-row !important;
}
th.header-2,
td.header-2 {
  display: table-cell !important;
}
@media (max-width: 767px) {
  .header-2,
  tr.header-2,
  th.header-2,
  td.header-2 {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .header-2.hidden-sm,
  tr.header-2.hidden-sm,
  th.header-2.hidden-sm,
  td.header-2.hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .header-2.hidden-md,
  tr.header-2.hidden-md,
  th.header-2.hidden-md,
  td.header-2.hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .header-2.hidden-lg,
  tr.header-2.hidden-lg,
  th.header-2.hidden-lg,
  td.header-2.hidden-lg {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .header-2,
  tr.header-2,
  th.header-2,
  td.header-2 {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .header-2,
  tr.header-2,
  th.header-2,
  td.header-2 {
    display: none !important;
  }
}
.header-3 {
  display: block !important;
}
tr.header-3 {
  display: table-row !important;
}
th.header-3,
td.header-3 {
  display: table-cell !important;
}
@media (max-width: 767px) {
  .header-3,
  tr.header-3,
  th.header-3,
  td.header-3 {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .header-3.hidden-sm,
  tr.header-3.hidden-sm,
  th.header-3.hidden-sm,
  td.header-3.hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .header-3.hidden-md,
  tr.header-3.hidden-md,
  th.header-3.hidden-md,
  td.header-3.hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .header-3.hidden-lg,
  tr.header-3.hidden-lg,
  th.header-3.hidden-lg,
  td.header-3.hidden-lg {
    display: none !important;
  }
}
/* The main Menu */
.menu-main-menu-container {
  background-color: #b20838;
  /*TOP LEVEL ITEMS */
}
.menu-main-menu-container a {
  color: inherit;
}
.menu-main-menu-container a:focus {
  text-decoration: none;
}
.menu-main-menu-container .dropdown-button {
  padding-right: 3px !important;
  padding-left: 15px !important;
  position: absolute !important;
  top: 0;
  bottom: 0;
  left: 0;
  background-color: transparent !important;
  border: 0;
  color: inherit;
  width: 34.5px;
}
.menu-main-menu-container .dropdown-button:after {
  content: "\25BC";
  display: inline-block;
  position: absolute;
  text-align: center;
  top: 0.75em;
  width: 1.3em;
  height: 1.5em;
  left: 12px;
}
.menu-main-menu-container .dropdown-button:focus {
  color: inherit;
}
.menu-main-menu-container .dropdown-button[aria-expanded="true"] {
  color: #b20838 !important;
}
.menu-main-menu-container .dropdown-button:hover {
  background-color: transparent;
  color: #000000;
}
.menu-main-menu-container li {
  margin-bottom: 0;
  position: relative;
  color: #f7e6eb;
}
.menu-main-menu-container li.menu-item-has-children > a:first-child {
  padding-right: 37.5px !important;
}
.menu-main-menu-container li.current-menu-item,
.menu-main-menu-container li.current-page-ancestor {
  background-color: #ffffff !important;
}
.menu-main-menu-container li.current-menu-item > a,
.menu-main-menu-container li.current-page-ancestor > a {
  color: #b20838 !important;
}
.menu-main-menu-container li.current-menu-item > a:focus,
.menu-main-menu-container li.current-page-ancestor > a:focus,
.menu-main-menu-container li.current-menu-item > a:hover,
.menu-main-menu-container li.current-page-ancestor > a:hover {
  color: #000000 !important;
}
.menu-main-menu-container li.current-menu-item > a:focus ~ .dropdown-button,
.menu-main-menu-container li.current-page-ancestor > a:focus ~ .dropdown-button,
.menu-main-menu-container li.current-menu-item > a:hover ~ .dropdown-button,
.menu-main-menu-container li.current-page-ancestor > a:hover ~ .dropdown-button {
  color: #000000 !important;
}
.menu-main-menu-container li.current-menu-item .dropdown-button:focus,
.menu-main-menu-container li.current-page-ancestor .dropdown-button:focus,
.menu-main-menu-container li.current-menu-item .dropdown-button:hover,
.menu-main-menu-container li.current-page-ancestor .dropdown-button:hover {
  color: #4f4f4f !important;
}
.menu-main-menu-container .sub-menu {
  background-color: transparent;
  float: none;
  position: relative;
  border: 0;
  padding-bottom: 0;
  padding-top: 0;
  margin-top: 0;
  min-width: 225px;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.menu-main-menu-container .sub-menu li:last-child {
  padding-bottom: 0px;
}
.menu-main-menu-container .sub-menu li.active a {
  background-color: transparent;
  color: inherit;
}
.menu-main-menu-container .sub-menu li.current-menu-item > a,
.menu-main-menu-container .sub-menu li.current-page-ancestor > a {
  background-color: #b20838;
  color: #f5f5f5 !important;
}
.menu-main-menu-container .sub-menu li.current-menu-item > a:hover,
.menu-main-menu-container .sub-menu li.current-page-ancestor > a:hover {
  background-color: #a00732;
}
.menu-main-menu-container .sub-menu li.more-link {
  padding: 0;
  position: relative;
}
.menu-main-menu-container .sub-menu li.more-link a {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  background-color: #555555 !important;
  color: #ccc !important;
  padding-left: 15px;
  text-align: center;
}
.menu-main-menu-container .sub-menu li.more-link a:hover,
.menu-main-menu-container .sub-menu li.more-link a:focus {
  background-color: #4e4e4e !important;
  color: #ccc !important;
}
.menu-main-menu-container .sub-menu a {
  -webkit-transition: 0.25s;
  transition: 0.25s;
  background-color: #222222;
  color: #ccc;
  overflow: visible;
  padding: 10px 16.21621622px;
  padding-left: 40px;
}
.menu-main-menu-container .sub-menu a:hover,
.menu-main-menu-container .sub-menu a:focus {
  background-color: #555555;
  color: #ffffff;
  outline: 0;
}
.menu-main-menu-container .sub-menu .divider {
  background-color: #555555;
  height: 2px;
  margin: 0;
  padding: 0;
}
.menu-main-menu-container .sub-menu .glyphicon,
.menu-main-menu-container .sub-menu .fa {
  vertical-align: middle;
  margin-right: 0.5em;
}
.menu-main-menu-container > ul {
  background-color: #b20838;
  border-top: 1px solid #9a0730;
  border-bottom: 1px solid #ca0940;
}
.menu-main-menu-container > ul > li.expanded,
.menu-main-menu-container > ul > li:hover,
.menu-main-menu-container > ul > li:focus {
  background-color: #fdfcfb !important;
}
.menu-main-menu-container > ul > li.expanded > a,
.menu-main-menu-container > ul > li:hover > a,
.menu-main-menu-container > ul > li:focus > a {
  color: #000000 !important;
  border-top: 1px solid #e3e3e2 !important;
}
.menu-main-menu-container > ul > li > a {
  border-bottom: 1px solid #9a0730;
  border-top: 1px solid #ca0940;
  font-weight: bold;
  padding-left: 40px;
}
@media (min-width: 768px) {
  .menu-main-menu-container > ul > li > a {
    border-top: 1px solid #b20838;
  }
}
.menu-main-menu-container > ul > li > a:hover,
.menu-main-menu-container > ul > li > a:focus {
  background-color: #fdfcfb;
  color: #000000;
  outline: 0;
}
.menu-main-menu-container > ul > li > a:hover ~ .dropdown-button,
.menu-main-menu-container > ul > li > a:focus ~ .dropdown-button {
  color: #000000;
}
.menu-main-menu-container > ul > li.current-menu-item > a,
.menu-main-menu-container > ul > li.current-page-ancestor > a {
  border-top: 1px solid #f2f2f2;
}
.js #main-menu-button {
  color: #fff;
  display: block;
}
.js #main-menu-button:hover,
.js #main-menu-button:focus {
  color: #000;
}
.js #primary-navigation {
  display: none;
  transition: 0.5s;
  position: fixed;
  top: 0;
  bottom: 0;
  overflow: scroll;
  width: 85%;
  background-color: #b20838;
  z-index: 9999 !important;
  -webkit-box-shadow: 3px 0 3px rgba(0, 0, 0, 0.25);
  box-shadow: 3px 0 3px rgba(0, 0, 0, 0.25);
  left: -100%;
}
.js #primary-navigation.open {
  left: 0;
}
@media (min-width: 768px) {
  .js #primary-navigation {
    display: block !important;
    transition: 0s;
    position: static;
    top: auto;
    bottom: auto;
    overflow: visible;
    width: 100%;
    background-color: #b20838;
    z-index: 1;
    -webkit-box-shadow: none;
    box-shadow: none;
    margin-left: 0;
  }
  .site-ribbon {
    text-transform: uppercase !important;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    font-size: 12px;
  }
  .site-ribbon .nav {
    margin-bottom: 6px;
  }
  .site-ribbon li {
    width: auto;
    display: block;
    float: left;
    margin-right: 4px;
    vertical-align: middle;
  }
  .site-ribbon a,
  .site-ribbon button {
    transition: background-color 0.25s !important;
    padding: 10px 10px 9px !important;
  }
  .site-ribbon .menu-glyphicon > a:before,
  .site-ribbon .menu-fa > a:before,
  .site-ribbon .menu-glyphicon > button:before,
  .site-ribbon .menu-fa > button:before {
    color: #cacaca;
  }
  .site-ribbon .menu-glyphicon > a:hover:before,
  .site-ribbon .menu-fa > a:hover:before,
  .site-ribbon .menu-glyphicon > button:hover:before,
  .site-ribbon .menu-fa > button:hover:before,
  .site-ribbon .menu-glyphicon > a:focus:before,
  .site-ribbon .menu-fa > a:focus:before,
  .site-ribbon .menu-glyphicon > button:focus:before,
  .site-ribbon .menu-fa > button:focus:before {
    color: #b20838;
    transition: 0.25s !important;
  }
  .site-ribbon .strong a {
    background-color: #b20838;
    color: #ffffff;
  }
  .site-ribbon .strong a:hover,
  .site-ribbon .strong a:focus {
    background-color: #ca0940;
  }
  .site-ribbon > .content-wrapper {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
    display: block;
    max-width: 1222.5px;
  }
  .site-ribbon > .content-wrapper:before,
  .site-ribbon > .content-wrapper:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */
  }
  .site-ribbon > .content-wrapper:after {
    clear: both;
  }
  .site-ribbon > .content-wrapper:before,
  .site-ribbon > .content-wrapper:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */
  }
  .site-ribbon > .content-wrapper:after {
    clear: both;
  }
  .site-ribbon > .content-wrapper:before {
    display: none;
  }
  .ribbon-right {
    float: right;
  }
  .ribbon-left {
    float: left;
  }
  .ribbon-menu-container ul,
  .ribbon-menu-container div {
    float: left;
  }
  .menu-main-menu-container {
    line-height: 0.75;
    text-align: center;
  }
  .menu-main-menu-container h1 {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
  }
  .menu-main-menu-container .nav {
    position: relative;
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
    max-width: 1200px;
  }
  .menu-main-menu-container .nav:before,
  .menu-main-menu-container .nav:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */
  }
  .menu-main-menu-container .nav:after {
    clear: both;
  }
  .menu-main-menu-container .nav:before,
  .menu-main-menu-container .nav:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */
  }
  .menu-main-menu-container .nav:after {
    clear: both;
  }
  .menu-main-menu-container .sub-menu {
    border-top: 0;
    left: 0;
    -webkit-box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.2);
  }
  .menu-main-menu-container .dropdown-button {
    padding-left: 3px !important;
    padding-right: 15px !important;
    right: 0;
    left: auto;
  }
  .menu-main-menu-container .dropdown-button:after {
    left: auto;
    right: 10.90909091px;
  }
  .menu-main-menu-container ul {
    text-align: left;
  }
  .menu-main-menu-container ul li a {
    padding-left: 15px;
    padding-right: 15px;
    border-bottom: 0;
  }
  .menu-main-menu-container ul li > .sub-menu {
    margin-top: 0;
    overflow: visible;
    position: absolute;
    font-weight: normal;
    text-transform: none;
  }
  .menu-main-menu-container ul li > .sub-menu li {
    width: 100%;
    display: block;
    overflow: visible;
  }
  .menu-main-menu-container ul li > .sub-menu li a {
    width: 100%;
    padding-left: 15px;
    white-space: nowrap;
  }
  .menu-main-menu-container ul li > .sub-menu.open {
    display: block !important;
    z-index: 99999;
  }
  .menu-main-menu-container ul li.expanded {
    border-top: 0;
    border-bottom: 0;
  }
  .menu-main-menu-container ul li.expanded a {
    border-bottom: 0 !important;
  }
  .menu-main-menu-container ul li.expanded > .sub-menu {
    display: block !important;
    z-index: 99999;
    opacity: 1;
  }
  .menu-main-menu-container > ul {
    text-align: center;
    display: inline-block;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    list-style: none;
    border-bottom: 0;
    border-top: 0;
    font-size: 14px;
    text-transform: uppercase;
  }
  .menu-main-menu-container > ul > li {
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px;
  }
  .menu-main-menu-container > ul > li:first-child {
    padding-left: 0;
  }
  .menu-main-menu-container > ul > li {
    position: relative;
    line-height: 1.5;
    padding-left: 0;
    padding-right: 0;
    border-top: 0;
    border-bottom: 0;
  }
  .menu-main-menu-container > ul > li.expanded,
  .menu-main-menu-container > ul > li:hover,
  .menu-main-menu-container > ul > li:focus {
    background-color: #fdfcfb !important;
  }
  .menu-main-menu-container > ul > li.expanded > a,
  .menu-main-menu-container > ul > li:hover > a,
  .menu-main-menu-container > ul > li:focus > a {
    color: #000000 !important;
  }
}
/* page components */
.site-header {
  position: relative;
  background-color: #222222;
  padding-top: 0;
  padding-bottom: 0;
  line-height: 1;
  display: table;
  width: 100%;
}
.site-header a:hover,
.site-header a:focus {
  text-decoration: none !important;
}
.site-header .sticky-wrapper {
  position: relative;
  width: 100%;
  display: block;
  height: 52px !important;
  overflow: hidden;
}
.site-header .nav {
  margin-top: 0;
}
.site-header .mobile-banner {
  overflow: hidden;
  border-bottom: 3px solid #810629;
  z-index: 30;
  height: 52px !important;
  width: 100%;
  background-color: #222222;
  font-family: "Droid Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
  display: block;
  margin-top: 24px;
  margin-bottom: 12px;
  font-size: 41px;
  color: #222222;
  font-family: "Choplin W00", "Choplin", 'Times New Roman', Serif;
  font-size: 36px;
  margin-top: 0;
  margin-bottom: 0;
  position: relative;
}
.site-header .mobile-banner small,
.site-header .mobile-banner .small {
  font-weight: normal;
  line-height: 1;
  color: #4f4f4f;
}
.site-header .mobile-banner small,
.site-header .mobile-banner .small {
  font-size: 65%;
}
.site-header .mobile-banner .pretitle {
  display: block;
  font-family: "Droid Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 18.4px;
  line-height: 1.75;
  font-weight: 600;
}
.site-header .mobile-banner .pretitle:after {
  content: ":";
}
.site-header .mobile-banner,
tr.site-header .mobile-banner,
th.site-header .mobile-banner,
td.site-header .mobile-banner {
  display: none !important;
}
@media (max-width: 767px) {
  .site-header .mobile-banner {
    display: block !important;
  }
  tr.site-header .mobile-banner {
    display: table-row !important;
  }
  th.site-header .mobile-banner,
  td.site-header .mobile-banner {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .site-header .mobile-banner.visible-sm {
    display: block !important;
  }
  tr.site-header .mobile-banner.visible-sm {
    display: table-row !important;
  }
  th.site-header .mobile-banner.visible-sm,
  td.site-header .mobile-banner.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .site-header .mobile-banner.visible-md {
    display: block !important;
  }
  tr.site-header .mobile-banner.visible-md {
    display: table-row !important;
  }
  th.site-header .mobile-banner.visible-md,
  td.site-header .mobile-banner.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .site-header .mobile-banner.visible-lg {
    display: block !important;
  }
  tr.site-header .mobile-banner.visible-lg {
    display: table-row !important;
  }
  th.site-header .mobile-banner.visible-lg,
  td.site-header .mobile-banner.visible-lg {
    display: table-cell !important;
  }
}
.site-header .mobile-banner a {
  border-bottom: none !important;
}
.site-header .mobile-banner .home-link {
  color: #ffffff;
}
.site-header .mobile-banner .home-link:hover {
  text-decoration: none;
}
.site-header .mobile-banner .home-link:before {
  display: table-cell;
  top: 0;
  content: "\e600";
  background-color: #b20838;
  color: #ffffff;
  color: #ffffff !important;
  background-color: #b20838 !important;
  border-color: #b20838 !important;
  position: relative;
  /*&:after {
      content: "";
      height: 2px;
      display: block;
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0;
      background-color: mix(#000000, @background, 15%)
  }*/
  padding: 8px 8px;
  font-size: 2.5em;
  line-height: 1;
  border-radius: 0;
  font-size: 1em;
  width: 40px;
}
.site-header .mobile-banner .home-link:before:before {
  font-family: 'icons';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  position: relative;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.site-header .mobile-banner .home-link:before:hover,
.site-header .mobile-banner .home-link:before:focus,
.site-header .mobile-banner .home-link:before:active,
.site-header .mobile-banner .home-link:before.active,
.open .dropdown-toggle.site-header .mobile-banner .home-link:before {
  color: #ffffff !important;
  background-color: #8b062c !important;
  border-color: #770526 !important;
}
.site-header .mobile-banner .home-link:before:active,
.site-header .mobile-banner .home-link:before.active,
.open .dropdown-toggle.site-header .mobile-banner .home-link:before {
  background-image: none;
}
.site-header .mobile-banner .home-link:before.disabled,
.site-header .mobile-banner .home-link:before[disabled],
fieldset[disabled] .site-header .mobile-banner .home-link:before,
.site-header .mobile-banner .home-link:before.disabled:hover,
.site-header .mobile-banner .home-link:before[disabled]:hover,
fieldset[disabled] .site-header .mobile-banner .home-link:before:hover,
.site-header .mobile-banner .home-link:before.disabled:focus,
.site-header .mobile-banner .home-link:before[disabled]:focus,
fieldset[disabled] .site-header .mobile-banner .home-link:before:focus,
.site-header .mobile-banner .home-link:before.disabled:active,
.site-header .mobile-banner .home-link:before[disabled]:active,
fieldset[disabled] .site-header .mobile-banner .home-link:before:active,
.site-header .mobile-banner .home-link:before.disabled.active,
.site-header .mobile-banner .home-link:before[disabled].active,
fieldset[disabled] .site-header .mobile-banner .home-link:before.active {
  background-color: #b20838 !important;
  border-color: #b20838 !important;
}
.site-header .mobile-banner .home-link:after {
  padding-top: 0.11em;
  line-height: 1;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-left: 15px;
  text-align: left;
  vertical-align: middle;
  display: table-cell;
  overflow: hidden;
  content: "Law";
  text-transform: uppercase;
}
.site-header .home-link:focus img {
  -webkit-box-shadow: 0 0 10px 0 #b20838;
  box-shadow: 0 0 10px 0 #b20838;
}
.site-header #header-content > .content-wrapper {
  display: block;
  right: 0;
  padding-left: 0;
  padding-right: 0;
}
.site-header .header-menu {
  clear: both;
  display: none;
}
.site-header #org-title {
  display: block !important;
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
  max-width: 100%;
  padding-left: 0;
  margin-top: 0;
  margin-bottom: 0;
  float: none;
  width: 100%;
  display: table;
}
tr.site-header #org-title {
  display: table-row !important;
}
th.site-header #org-title,
td.site-header #org-title {
  display: table-cell !important;
}
@media (max-width: 767px) {
  .site-header #org-title,
  tr.site-header #org-title,
  th.site-header #org-title,
  td.site-header #org-title {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .site-header #org-title.hidden-sm,
  tr.site-header #org-title.hidden-sm,
  th.site-header #org-title.hidden-sm,
  td.site-header #org-title.hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .site-header #org-title.hidden-md,
  tr.site-header #org-title.hidden-md,
  th.site-header #org-title.hidden-md,
  td.site-header #org-title.hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .site-header #org-title.hidden-lg,
  tr.site-header #org-title.hidden-lg,
  th.site-header #org-title.hidden-lg,
  td.site-header #org-title.hidden-lg {
    display: none !important;
  }
}
.site-header #org-title:before,
.site-header #org-title:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.site-header #org-title:after {
  clear: both;
}
.site-header #org-title:before,
.site-header #org-title:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.site-header #org-title:after {
  clear: both;
}
.site-header #org-title img {
  display: block;
  max-width: 100%;
  height: auto;
  max-width: 193px;
  margin-left: auto;
  margin-right: auto;
  display: none;
}
.js #org-title .home-link {
  font-family: "Droid Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
  display: block;
  margin-top: 24px;
  margin-bottom: 12px;
  font-size: 41px;
  color: #222222;
  font-family: "Choplin W00", "Choplin", 'Times New Roman', Serif;
  margin-top: 0;
  margin-bottom: 0;
  color: #ffffff;
  line-height: 1;
  border-bottom: 0;
  height: 0.9em;
  display: table-row;
}
.js #org-title .home-link small,
.js #org-title .home-link .small {
  font-weight: normal;
  line-height: 1;
  color: #4f4f4f;
}
.js #org-title .home-link small,
.js #org-title .home-link .small {
  font-size: 65%;
}
.js #org-title .home-link .pretitle {
  display: block;
  font-family: "Droid Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 18.4px;
  line-height: 1.75;
  font-weight: 600;
}
.js #org-title .home-link .pretitle:after {
  content: ":";
}
@media (min-width: 768px) {
  .site-header {
    background-color: #f5f5f5;
    padding-top: 31px;
    position: relative;
  }
  .site-header .sticky-wrapper {
    display: none !important;
  }
  .site-header #header-content {
    background-color: #ffffff;
    padding-top: 24px;
    padding-bottom: 24px;
  }
  .site-header #header-content > .content-wrapper {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
    display: flex;
    align-content: center;
    justify-content: space-between;
    max-width: 1200px;
  }
  .site-header #header-content > .content-wrapper:before,
  .site-header #header-content > .content-wrapper:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */
  }
  .site-header #header-content > .content-wrapper:after {
    clear: both;
  }
  .site-header #header-content > .content-wrapper:before,
  .site-header #header-content > .content-wrapper:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */
  }
  .site-header #header-content > .content-wrapper:after {
    clear: both;
  }
  .site-header #header-content > .content-wrapper:before {
    display: none;
  }
  .site-header #header-content > .content-wrapper > * {
    display: block;
  }
  .site-header #org-title {
    margin-top: 0;
    margin-bottom: 0;
    width: auto;
    padding-left: 0;
    float: left;
    flex-basis: content;
    flex-shrink: 1;
    align-self: center;
  }
  .site-header #org-title img {
    display: block;
    margin-left: 0;
    margin-right: 0;
  }
  .site-header .header-menu {
    display: block;
    padding-left: 7.5px;
    padding-top: 12px;
    padding-bottom: 12px;
    float: right;
    clear: none;
    margin-left: 15px;
    margin-bottom: 0;
    line-height: 1;
    position: relative;
    top: 8px;
  }
  .site-header .header-menu li {
    display: block;
    float: left;
  }
  .js #org-title .home-link {
    margin-left: 0;
    height: auto;
  }
}
.site-footer {
  background-color: #222222;
  border-top: 1.42857em solid #303030;
  color: #acacac;
  padding-top: 15px;
  padding-bottom: 15px;
  text-align: center;
}
@media (min-width: 768px) {
  .site-footer {
    text-align: left;
    z-index: 2;
  }
}
.site-footer > .content-wrapper {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
  max-width: 1170px;
}
.site-footer > .content-wrapper:before,
.site-footer > .content-wrapper:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.site-footer > .content-wrapper:after {
  clear: both;
}
.site-footer > .content-wrapper:before,
.site-footer > .content-wrapper:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.site-footer > .content-wrapper:after {
  clear: both;
}
.site-footer a {
  -webkit-transition: 0.25s;
  transition: 0.25s;
  color: #e9e9e9;
}
.site-footer a:hover,
.site-footer a:focus {
  text-decoration: none !important;
  outline: 0;
  color: #f5f5f5;
  background-color: #4e4e4e;
}
.site-footer .footer-nav {
  margin-bottom: 16px;
  margin-bottom: 24px;
}
@media (min-width: 768px) {
  .site-footer .footer-nav {
    margin-left: -15px;
    padding-left: 0;
    list-style: none;
    margin-bottom: 16px;
    margin-bottom: 24px;
    float: left;
  }
  .site-footer .footer-nav > li {
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px;
  }
  .site-footer .footer-nav > li:first-child {
    padding-left: 0;
  }
}
@media (min-width: 768px) {
  .site-footer .footer-nav li {
    padding-left: 0;
    padding-right: 0;
  }
}
.site-footer #social-networks {
  font-size: 27px;
  margin-bottom: 1em;
}
@media (min-width: 768px) {
  .site-footer #social-networks {
    float: right;
  }
}
.site-footer #social-networks ul {
  padding-left: 0;
  list-style: none;
}
.site-footer #social-networks ul > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
.site-footer #social-networks ul > li:first-child {
  padding-left: 0;
}
.site-footer #social-networks ul li {
  padding-top: 4px;
  margin-bottom: 0;
}
.site-footer #social-networks ul li:last-child {
  padding-right: 0;
}
.site-footer #social-networks ul li a {
  color: #acacac;
}
.site-footer #social-networks ul li a:hover,
.site-footer #social-networks ul li a:focus {
  color: #f5f5f5;
  text-decoration: none !important;
  background-color: transparent;
}
@media (min-width: 768px) {
  .site-footer .org {
    clear: both;
  }
}
.site-footer .copyright,
.site-footer .address {
  display: inline;
}
@media (max-width: 768px) {
  .site-footer .copyright,
  .site-footer .address {
    display: block;
    text-align: center;
  }
}
.section-title {
  background-color: #f5f5f5;
  padding: 8.57142857px 15px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: "Droid Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-size: 85%;
  font-size: 0.875em;
  text-transform: uppercase;
  line-height: 1.5;
  font-weight: bold;
}
.section-title a {
  border-bottom: 0;
  color: #000000;
}
.page-banner,
.top-banner {
  border-top: 3px solid #810629;
  padding-top: 8px;
  padding-bottom: 8px;
  background-color: #f5f5f5;
  position: relative;
  display: none;
}
@media screen and (min-width: 768px) {
  .page-banner,
  .top-banner {
    display: block !important;
    margin-bottom: 1em;
  }
}
.top-banner {
  min-height: 2.4em;
}
@media (min-width: 768px) {
  .section-title {
    font-family: "Droid Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 500;
    line-height: 1.1;
    color: inherit;
    display: block;
    margin-top: 24px;
    margin-bottom: 12px;
    font-size: 41px;
    color: #222222;
    font-family: "Choplin W00", "Choplin", 'Times New Roman', Serif;
    background-color: transparent;
    text-align: right;
    padding-right: 0;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 16px;
    line-height: 1;
  }
  .section-title small,
  .section-title .small {
    font-weight: normal;
    line-height: 1;
    color: #4f4f4f;
  }
  .section-title small,
  .section-title .small {
    font-size: 65%;
  }
  .section-title .pretitle {
    display: block;
    font-family: "Droid Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 18.4px;
    line-height: 1.75;
    font-weight: 600;
  }
  .section-title .pretitle:after {
    content: ":";
  }
  .section-title a {
    color: inherit;
  }
  .page-banner,
  .top-banner {
    color: #ffffff;
    min-height: 0.5em;
    min-height: 1.5em;
    background-color: #b20838;
    /*
        &:before {
           z-index: -1;
           display: block;
           position: absolute;
           content: "";
           top: 0;
           left: 0;
           right: 0;
           bottom: -@grid-gutter-width / 1.65;
           .box-shadow(inset 0px -25px 75px rgba(0, 0, 0, .15));
           background-color: @brand-primary;
           //background-image: url('../images/red-noise.gif');
            background: @brand-primary url('../images/red_diamondpattern.svg') no-repeat scroll center -200px;
            background-size: 200%;
        }
        */
  }
  .page-banner > .content-wrapper,
  .top-banner > .content-wrapper {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
    max-width: 1200px;
  }
  .page-banner > .content-wrapper:before,
  .top-banner > .content-wrapper:before,
  .page-banner > .content-wrapper:after,
  .top-banner > .content-wrapper:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */
  }
  .page-banner > .content-wrapper:after,
  .top-banner > .content-wrapper:after {
    clear: both;
  }
  .page-banner > .content-wrapper:before,
  .top-banner > .content-wrapper:before,
  .page-banner > .content-wrapper:after,
  .top-banner > .content-wrapper:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */
  }
  .page-banner > .content-wrapper:after,
  .top-banner > .content-wrapper:after {
    clear: both;
  }
}
/* Print Stylesheets */
@media print {
  .site-header,
  .site-footer .nav,
  .top-banner {
    display: none !important;
  }
  a {
    color: #4f4f4f;
    border-bottom: 0;
  }
  .site-footer {
    border-top: 1px solid #cccccc;
    margin-top: 24px;
    margin-left: 15px;
    margin-right: 15px;
  }
  .page-header {
    margin-top: 0 !important;
  }
  .page-header h1 {
    margin-top: 0;
  }
  .page-header.header-has-image h1 {
    font-family: "Droid Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 500;
    line-height: 1.1;
    color: inherit;
    display: block;
    margin-top: 24px;
    margin-bottom: 12px;
    font-size: 41px;
    color: #222222;
    font-family: "Choplin W00", "Choplin", 'Times New Roman', Serif;
  }
  .page-header.header-has-image h1 small,
  .page-header.header-has-image h1 .small {
    font-weight: normal;
    line-height: 1;
    color: #4f4f4f;
  }
  .page-header.header-has-image h1 small,
  .page-header.header-has-image h1 .small {
    font-size: 65%;
  }
  .page-header.header-has-image h1 .pretitle {
    display: block;
    font-family: "Droid Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 18.4px;
    line-height: 1.75;
    font-weight: 600;
  }
  .page-header.header-has-image h1 .pretitle:after {
    content: ":";
  }
  .js .collapse {
    display: block !important;
  }
  .aside {
    color: #000000 !important;
    background-color: #ffffff !important;
  }
  .col-sm-6 {
    width: 50%;
    float: left;
  }
  .col-sm-4 {
    width: 33.33%;
    float: left;
  }
  .col-sm-8 {
    width: 66.66%;
    float: left;
  }
  thead {
    border-bottom: 1px solid #ccc;
  }
  .sidebar-left,
  .sidebar-right {
    display: none !important;
  }
  .breadcrumb {
    display: none !important;
  }
  .share-links {
    display: none !important;
  }
  .btn {
    display: none !important;
  }
  .footer-card {
    display: none;
  }
  .post-edit-link {
    display: none;
  }
  .mobile-shortcuts,
  #related-pages {
    display: none !important;
  }
  .header-has-image .marquee {
    padding: 0 15px;
  }
  .single-directory-entry .profile-action-buttons {
    display: none !important;
  }
  .single-directory-entry .directory-entry-title {
    margin-top: 0;
  }
  .single-directory-entry section.section-block {
    margin-top: 12px !important;
    margin-bottom: 12px !important;
  }
  .single-directory-entry .tags-list-inline {
    margin-top: 0;
    margin-bottom: 0;
  }
  .single-directory-entry .tags-list-inline .tag a {
    transition: 0s !important;
    display: inline !important;
    border-bottom: 0 !important;
    border-top: 0 !important;
    border-left: 0 !important;
    border-right: 0 !important;
    padding: 0 !important;
    background-color: transparent !important;
    box-shadow: 0 0 0 transparent !important;
  }
  .single-directory-entry .tags-list-inline .tag a:after {
    display: inline;
    content: ', ';
  }
  .single-directory-entry .tags-list-inline .tag:last-child a:after {
    content: '';
  }
  .single-directory-entry .sidebar-left img {
    border-radius: 10px;
  }
  .single-directory-entry .sidebar-left .content-wrapper {
    padding: 0 0 0 0;
  }
  .single-directory-entry .sidebar-left .content-wrapper .contact-info strong {
    display: block;
  }
  .single-directory-entry .sidebar-left .content-wrapper .contact-info strong + * {
    display: block;
    margin-bottom: 12px;
  }
  .single-directory-entry .sidebar-left .content-wrapper .contact-info br {
    display: none;
  }
  .single-directory-entry .site-footer {
    display: none;
  }
  #main {
    display: block !important;
    width: 100% !important;
  }
  #main:before {
    padding: 0 0 12px;
    margin-left: 15px;
    margin-right: 15px;
    text-transform: uppercase;
    border-bottom: 1px solid #cccccc;
    display: block;
    content: 'Temple University Beasley School of Law';
    font-weight: bold;
    margin-bottom: 24px;
    margin-top: 12px;
  }
  #main .content-audit {
    display: none;
  }
  #main .sidebar-left,
  #main .sidebar-right {
    display: block !important;
    box-sizing: border-box;
    width: 25%;
    padding-left: 15px;
    padding-right: 15px;
  }
  #main .sidebar-left + *,
  #main .sidebar-right + * {
    width: 75%;
    box-sizing: border-box;
  }
  #main .sidebar-left {
    float: left;
  }
  #main .sidebar-right {
    float: right;
  }
  #main .content-right {
    float: right;
    width: 75%;
    box-sizing: border-box;
  }
}
/* LWC Components */
#lw_cal_view_selector {
  margin-left: -15px;
  margin-right: -15px;
  padding-top: 0;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
#lw_cal_view_selector #lw_cal_events_badge {
  display: none;
}
@media screen and (min-width: 768px) {
  #lw_cal_view_selector {
    margin-left: 0;
    margin-right: 0;
  }
}
#lw_cal_view_selector > ul {
  list-style: none;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 0;
  margin-bottom: 0;
  border-bottom: 3px solid #303030;
}
@media screen and (min-width: 768px) {
  #lw_cal_view_selector > ul {
    margin-top: 8px;
    margin-bottom: 0;
    border-bottom: 0;
  }
}
#lw_cal_view_selector li {
  flex-grow: 1;
}
@media screen and (min-width: 768px) {
  #lw_cal_view_selector li {
    padding: 0 10px;
  }
}
#lw_cal_view_selector li:first-child {
  padding-left: 0;
}
#lw_cal_view_selector li:last-child {
  padding-right: 0;
}
#lw_cal_view_selector li a {
  text-align: center;
  display: block;
  float: none;
  padding: 10px;
  background-color: #899197;
  border-bottom: 0;
  color: #fff;
  transition: 0.25s;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 1.4rem;
  margin: 0;
}
@media screen and (min-width: 768px) {
  #lw_cal_view_selector li a {
    text-align: left;
    color: #333;
    padding: 6px 10px;
    border-bottom: 6px solid #899197;
    background-color: transparent;
  }
}
#lw_cal_view_selector li a:hover,
#lw_cal_view_selector li a:focus {
  background-color: #a4aaaf;
}
@media screen and (min-width: 992px) {
  #lw_cal_view_selector li a:hover,
  #lw_cal_view_selector li a:focus {
    color: #899197;
    background-color: transparent;
    border-color: #b2b7bb;
  }
}
#lw_cal_view_selector li.active a,
#lw_cal_view_selector li.current a {
  background-color: #c1d62e;
  border-color: #9a0730;
  color: #333;
}
@media screen and (min-width: 768px) {
  #lw_cal_view_selector li.active a,
  #lw_cal_view_selector li.current a {
    color: #899197;
    border-bottom-color: #c1d62e;
    background-color: transparent;
  }
}
#lw_cal_view_selector li.active a:hover,
#lw_cal_view_selector li.current a:hover,
#lw_cal_view_selector li.active a:focus,
#lw_cal_view_selector li.current a:focus {
  color: #fff;
  background-color: #9daf22;
}
@media screen and (min-width: 768px) {
  #lw_cal_view_selector li.active a:hover,
  #lw_cal_view_selector li.current a:hover,
  #lw_cal_view_selector li.active a:focus,
  #lw_cal_view_selector li.current a:focus {
    color: inherit;
    background-color: transparent;
    border-bottom-color: #9daf22;
  }
}
#lw_cal_view_selector .day {
  display: block !important;
}
#lw_cal_header {
  background-color: #4f4e4d;
  color: #fff;
  margin-left: -15px;
  margin-right: -15px;
  margin-bottom: 0;
  overflow: hidden;
  padding: 10px 15px;
  position: relative;
  border-bottom: 0;
}
#lw_cal_header #lw_cal_scroll_links {
  position: inherit;
}
@media screen and (min-width: 768px) {
  #lw_cal_header {
    align-items: center;
    background-color: transparent;
    display: flex;
    margin-left: 10px;
    margin-right: 10px;
    padding: 0;
  }
}
#lw_cal_header .lw-cal-this-day {
  text-transform: uppercase;
  font-weight: bold;
  box-sizing: border-box;
  left: 0;
  padding: 0;
  margin: 0 0 0 0;
  border: none;
  color: inherit;
  background-color: transparent;
  text-align: center;
  font-size: 1.6rem;
}
@media (min-width: 768px) {
  #lw_cal_header .lw-cal-this-day {
    font-weight: 500;
    line-height: 1.1;
    color: inherit;
    display: block;
    margin-top: 24px;
    margin-bottom: 12px;
    font-size: 27px;
    font-family: "Droid Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    margin-bottom: 24px;
    color: #9a0730;
    font-weight: bold;
    font-style: italic;
    flex-grow: 1;
    margin-bottom: 0.5em;
    text-align: left;
  }
  #lw_cal_header .lw-cal-this-day small,
  #lw_cal_header .lw-cal-this-day .small {
    font-weight: normal;
    line-height: 1;
    color: #4f4f4f;
  }
  #lw_cal_header .lw-cal-this-day small,
  #lw_cal_header .lw-cal-this-day .small {
    font-size: 65%;
  }
}
#lw_cal_header .lw-cal-this-day.has-dropdown {
  padding: 10px 10px 10px 10px;
  border-radius: 4px;
  border: 1px solid;
}
#lw_cal_header .lw_cal_date_scroll {
  top: 0;
  bottom: 0;
  left: 0;
  width: 14%;
  position: absolute;
}
@media screen and (min-width: 768px) {
  #lw_cal_header .lw_cal_date_scroll {
    top: 0;
    display: inline-block;
    position: relative;
    width: 30px;
    height: 30px;
  }
}
@media screen and (min-width: 768px) {
  #lw_cal_header .lw_cal_date_scroll a {
    width: 30px;
    height: 30px;
  }
}
#lw_cal_header .lw_cal_date_scroll ~ .lw_cal_date_scroll {
  right: 0;
  left: auto;
}
#lw_cal_header .lw_next_day,
#lw_cal_header .lw_prev_day {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border-bottom: 0;
  text-align: center;
  color: inherit;
}
@media screen and (min-width: 768px) {
  #lw_cal_header .lw_next_day,
  #lw_cal_header .lw_prev_day {
    color: #b20838;
  }
}
#lw_cal_header .lw_next_day:after,
#lw_cal_header .lw_prev_day:after {
  display: inline-block;
  content: "";
  height: 10px;
  width: 10px;
  border-bottom: 1px solid;
  border-left: 1px solid;
}
#lw_cal_header .lw_prev_day:after {
  transform: translateY(70%) rotate(45deg);
}
@media screen and (min-width: 768px) {
  #lw_cal_header .lw_prev_day:after {
    transform: translateY(25%) rotate(45deg);
  }
}
#lw_cal_header .lw_next_day:after {
  transform: translateY(70%) rotate(225deg);
}
@media screen and (min-width: 768px) {
  #lw_cal_header .lw_next_day:after {
    transform: translateY(25%) rotate(225deg);
  }
}
#lw_cal_header #lw_cal_scroll_links > div a {
  margin: 0;
}
@media screen and (min-width: 768px) {
  #lw_cal_header #lw_cal_scroll_links {
    display: flex;
  }
}
.no {
  text-align: center;
  padding: 30px;
  background-color: rgba(0, 0, 0, 0.025);
  font-size: 2.2rem;
  color: rgba(0, 0, 0, 0.4);
  border-radius: 10px;
}
.today-button {
  margin-right: 12px;
  margin-top: 2px !important;
  background-color: #fff;
  color: #a41e35 !important;
  border-bottom: none !important;
  border-radius: 4px;
  padding: 3px 15px;
  display: block;
  transition: 0.5s;
  font-size: 0.75em;
  text-transform: uppercase;
  font-weight: bold;
  text-align: center;
}
.today-button:hover,
.today-button:focus {
  text-decoration: none;
  background-color: #dedede;
}
@media screen and (min-width: 768px) {
  #lwc_main .lw_cal_event_list {
    padding-left: 0;
    padding-right: 0;
  }
}
#lwc_main .lw_cal_event_list .lw_cal_event {
  display: flex;
  border: 1px solid #e5e5e5;
  margin-bottom: 1em;
  padding: 0;
  background-color: #fff;
  min-height: 0 !important;
  border-left: 8px solid #c1d62e;
}
#lwc_main .lw_cal_event_list .lw_cal_event.lw_has_image {
  border-left: 1px solid #e5e5e5;
}
#lwc_main .lw_cal_event_list .lw_events_location {
  float: none;
  text-align: left;
  max-width: 100%;
  white-space: normal;
  height: auto;
}
#lwc_main .lw_cal_event_list .lw_events_location:empty {
  display: none;
}
#lwc_main .lw_cal_event_list .lw_cal_event_info {
  display: flex;
  flex-direction: row;
  width: 100%;
  box-sizing: border-box;
}
#lwc_main .lw_cal_event_list .lw_item_thumb {
  width: 30%;
  max-width: 215px;
  border: 0;
  margin-top: 0;
  margin-right: 0;
  position: relative;
}
#lwc_main .lw_cal_event_list .lw_item_thumb a {
  display: block;
  overflow: hidden;
  border-bottom: 0;
}
#lwc_main .lw_cal_event_list .lw_item_thumb img {
  width: 100%;
  box-sizing: border-box;
}
#lwc_main .lw_cal_event_list .tlaw-event-details {
  flex-grow: 1;
  padding: 15px;
}
@media screen and (min-width: 480px) {
  #lwc_main .lw_cal_event_list .tlaw-event-details {
    padding: 20px;
  }
}
@media screen and (min-width: 768px) {
  #lwc_main .lw_cal_event_list .tlaw-event-details {
    padding: 30px;
  }
}
#lwc_main .lw_cal_event_list .lw_cal_location_link_wrapper {
  display: inline-block;
  margin-left: 0.5em;
}
#lwc_main .lw_cal_event_list .lw_cal_location_link_wrapper a {
  display: block;
  background-color: transparent;
  color: #b20838;
  top: -0.3em;
  position: relative;
  border-radius: 4px;
  font-size: 0.6em;
  border: 1px solid #9a0730;
  padding: 0.1em 7px;
  text-transform: uppercase;
  transition: 0.25s;
}
#lwc_main .lw_cal_event_list .lw_cal_location_link_wrapper a:hover {
  background-color: #b20838;
  color: #fff;
}
#lwc_main .lw_cal_event_list .tlaw-date,
#lwc_main .lw_cal_event_list .tlaw-time,
#lwc_main .lw_cal_event_list .postfix {
  white-space: nowrap;
}
#lwc_main .lw_cal_event_list .lw_events_summary {
  margin-top: 0.75em;
}
#lwc_main .lw_cal_event_list .tlaw-date span {
  display: none;
}
@media screen and (min-width: 768px) {
  #lwc_main .lw_cal_event_list .tlaw-date span {
    display: inline;
  }
}
#lwc_main .lw_cal_event_list .lw_events_title {
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
  display: block;
  margin-bottom: 12px;
  font-size: 20px;
  font-family: "Droid Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin-top: 24px;
  color: #303030;
  position: relative;
  margin-top: 0.25em;
  font-family: "Choplin W00", "Choplin", 'Times New Roman', Serif;
  font-weight: normal;
}
#lwc_main .lw_cal_event_list .lw_events_title small,
#lwc_main .lw_cal_event_list .lw_events_title .small {
  font-weight: normal;
  line-height: 1;
  color: #4f4f4f;
}
#lwc_main .lw_cal_event_list .lw_events_title small,
#lwc_main .lw_cal_event_list .lw_events_title .small {
  font-size: 65%;
}
@media screen and (min-width: 768px) {
  #lwc_main .lw_cal_event_list .lw_events_title {
    font-size: 2.4rem;
  }
}
#lwc_main .lw_cal_event_list .lw_events_title a {
  color: #b20838;
  border-bottom: 0;
  -webkit-hyphens: manual;
  -moz-hyphens: manual;
  hyphens: manual;
}
#lwc_main .lw_cal_event_list .lw_events_title a:hover,
#lwc_main .lw_cal_event_list .lw_events_title a:focus {
  color: #810629;
}
#lw_cal_events {
  padding-top: 0;
}
#lw_cal_events .lw_cal_event_list .lw_has_image .lw_events_title,
#lw_cal_events .lw_cal_event_list .lw_has_image .lw_events_summary,
#lw_cal_events .lw_cal_event_list .lw_has_image .lw_events_description {
  margin-left: 0;
}
.lw_cal_event_detail #lw_cal_view_selector {
  display: none;
}
#lw_cal_add_to_calendar {
  margin-top: 1em;
  margin-right: 0;
  border-radius: 0;
}
#lw_cal_add_to_calendar > a {
  font-size: 1.4rem;
  text-transform: uppercase;
  background-color: #b20838;
  padding: 7px 15px;
  color: #fff !important;
  border-bottom: 0;
}
#lw_cal_add_to_calendar > ul {
  margin-top: 10px;
  margin-bottom: 10px;
}
.lw_cal_event_detail .lw_cal_back {
  border-bottom: 0;
}
.lw_cal_event_view {
  margin-bottom: 1em;
}
.lw_cal_event_view .event-summary {
  border-bottom: 1px solid #f7f7f7;
  padding-bottom: 1em;
  margin-bottom: 1em;
}
.lw_cal_event_view .event-summary p {
  font-weight: 200;
  font-size: 1.125em;
}
.lw_cal_event_view .event-summary .event-summary-icon {
  width: 20px;
  text-align: center;
}
.lw_cal_event_view #lw_cal_body {
  min-height: 0;
}
.lw_cal_event_view #lw_cal_add_to_calendar {
  margin: 2px 12px 0 0;
}
.lw_cal_event_view #lw_cal_add_to_calendar > a {
  color: #b20838 !important;
  background-color: #fff !important;
  border-color: #9a0730 !important;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 16px;
  line-height: 1.5;
  text-transform: uppercase;
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border-width: 3px !important;
  border: 3px solid transparent;
}
.lw_cal_event_view #lw_cal_add_to_calendar > a:hover,
.lw_cal_event_view #lw_cal_add_to_calendar > a:focus,
.lw_cal_event_view #lw_cal_add_to_calendar > a:active,
.lw_cal_event_view #lw_cal_add_to_calendar > a.active,
.lw_cal_event_view .open .dropdown-toggle#lw_cal_add_to_calendar > a {
  color: #b20838 !important;
  background-color: #ebebeb !important;
  border-color: #5f041e !important;
}
.lw_cal_event_view #lw_cal_add_to_calendar > ul {
  border-top: 2px solid #333;
  background-color: #303030;
  padding: 0;
  margin-top: 0;
  margin-bottom: 0;
}
.lw_cal_event_view #lw_cal_add_to_calendar > ul a {
  padding: 10px;
  display: block;
  color: #d6d6d6;
  border-bottom: 0;
}
.lw_cal_event_view #lw_cal_header {
  background-color: #fff;
  padding-top: 15px;
  border-top: 4px solid #4f4e4d;
}
@media screen and (min-width: 768px) {
  .lw_cal_event_view #lw_cal_header {
    border-top: 0;
    margin-left: 0px;
    margin-right: 0px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
.lw_cal_event_view #lw_cal_header .lw-cal-this-day {
  display: none !important;
}
.lw_cal_event_view #lw_cal_header .today-button {
  background-color: #fff;
  color: #a41e35;
  border-bottom: none !important;
  border-radius: 4px;
  margin-top: 10px;
  padding: 3px 15px;
  margin-right: 12px;
  margin-top: 5px;
  float: right;
  font-size: 0.8em;
}
.lw_cal_event_view #lw_cal_header .lw_cal_back {
  font-weight: bold !important;
  text-transform: uppercase;
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border-width: 3px !important;
  border: 3px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 16px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  color: #b20838 !important;
  background-color: #fff !important;
  border-color: #9a0730 !important;
  position: relative;
  /*&:after {
      content: "";
      height: 2px;
      display: block;
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0;
      background-color: mix(#000000, @background, 15%)
  }*/
  padding: 5px 10px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 0;
  padding: 4px 10px 5px;
  border: 3px solid;
  display: block;
  float: left;
}
.lw_cal_event_view #lw_cal_header .lw_cal_back:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.lw_cal_event_view #lw_cal_header .lw_cal_back:hover,
.lw_cal_event_view #lw_cal_header .lw_cal_back:focus {
  color: #585858;
  text-decoration: none;
}
.lw_cal_event_view #lw_cal_header .lw_cal_back:active,
.lw_cal_event_view #lw_cal_header .lw_cal_back.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);
}
.lw_cal_event_view #lw_cal_header .lw_cal_back.disabled,
.lw_cal_event_view #lw_cal_header .lw_cal_back[disabled],
fieldset[disabled] .lw_cal_event_view #lw_cal_header .lw_cal_back {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
.lw_cal_event_view #lw_cal_header .lw_cal_back:hover,
.lw_cal_event_view #lw_cal_header .lw_cal_back:focus,
.lw_cal_event_view #lw_cal_header .lw_cal_back:active,
.lw_cal_event_view #lw_cal_header .lw_cal_back.active,
.open .dropdown-toggle.lw_cal_event_view #lw_cal_header .lw_cal_back {
  color: #b20838 !important;
  background-color: #ebebeb !important;
  border-color: #5f041e !important;
}
.lw_cal_event_view #lw_cal_header .lw_cal_back:active,
.lw_cal_event_view #lw_cal_header .lw_cal_back.active,
.open .dropdown-toggle.lw_cal_event_view #lw_cal_header .lw_cal_back {
  background-image: none;
}
.lw_cal_event_view #lw_cal_header .lw_cal_back.disabled,
.lw_cal_event_view #lw_cal_header .lw_cal_back[disabled],
fieldset[disabled] .lw_cal_event_view #lw_cal_header .lw_cal_back,
.lw_cal_event_view #lw_cal_header .lw_cal_back.disabled:hover,
.lw_cal_event_view #lw_cal_header .lw_cal_back[disabled]:hover,
fieldset[disabled] .lw_cal_event_view #lw_cal_header .lw_cal_back:hover,
.lw_cal_event_view #lw_cal_header .lw_cal_back.disabled:focus,
.lw_cal_event_view #lw_cal_header .lw_cal_back[disabled]:focus,
fieldset[disabled] .lw_cal_event_view #lw_cal_header .lw_cal_back:focus,
.lw_cal_event_view #lw_cal_header .lw_cal_back.disabled:active,
.lw_cal_event_view #lw_cal_header .lw_cal_back[disabled]:active,
fieldset[disabled] .lw_cal_event_view #lw_cal_header .lw_cal_back:active,
.lw_cal_event_view #lw_cal_header .lw_cal_back.disabled.active,
.lw_cal_event_view #lw_cal_header .lw_cal_back[disabled].active,
fieldset[disabled] .lw_cal_event_view #lw_cal_header .lw_cal_back.active {
  background-color: #fff !important;
  border-color: #9a0730 !important;
}
.lw_cal_event_view #lw_cal_header .lw_cal_back span {
  display: none;
}
.lw_cal_event_view #lw_cal_header .lw_cal_back:before {
  vertical-align: middle;
  display: inline-block;
  font-family: "lw-calendar";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
  content: '\e819';
}
.lw_cal_event_view #lw_cal_header .lw_cal_back:after {
  vertical-align: middle;
  margin-left: 7px;
  display: inline-block;
  content: "All Events";
}
@media screen and (min-width: 768px) {
  .lw_cal_event_view #lw_cal_hero {
    left: 0;
    right: 0;
  }
}
.lw_cal_event_view a:hover,
.lw_cal_event_view a:focus {
  text-decoration: none;
}
.lw_cal_event_view .lw_widget_saveandshare a {
  transition: color 0.2s;
  border-bottom: 0;
}
.lw_cal_event_view #event_options a {
  border-bottom: 0;
}
.lw_cal_event_view .lw_detail_header h1 {
  margin-top: 0;
}
.lw_cal_event_view .lw_detail_meta h4 {
  margin-top: 2em;
}
.lw_cal_event_view #lw_cal_events {
  padding: 1em 15px;
  background-color: #fff;
  margin-left: -15px;
  margin-right: -15px;
}
@media screen and (min-width: 768px) {
  .lw_cal_event_view #lw_cal_events {
    margin-left: 0;
    margin-right: 0;
  }
}
.lw_cal_event_view .intro {
  font-size: 2.2rem;
}
.lw_cal_event_view .lw_cal_event_detail_map {
  width: 100% !important;
}
.lw_cal_event_view .lw_cal_event_detail_map a {
  border-bottom: 0;
}
.lw_cal_event_view .lw_detail_meta {
  display: none;
}
@media screen and (min-width: 768px) {
  .lw_cal_event_view .lw_detail_body {
    display: flex;
  }
  .lw_cal_event_view .lw_detail_body .lw_detail_content {
    flex-grow: 1;
  }
  .lw_cal_event_view .lw_detail_body .lw_detail_meta {
    overflow: hidden;
    display: block;
    width: 30%;
    min-width: 30%;
    margin-left: 15px;
    padding: 15px;
    border-radius: 3px;
    background-color: #f7f7f7;
  }
}
.widget {
  padding: 1em 15px 1em;
  border-bottom: 1px solid #e5e5e5;
  background-color: #fff;
  margin-right: -15px;
  display: none;
  position: fixed;
  z-index: 999;
  top: 52px;
  bottom: 0;
  left: 0;
  right: 0;
}
@media screen and (min-width: 768px) {
  .widget {
    position: relative;
    top: auto;
    bottom: auto;
    left: auto;
    right: auto;
    display: block !important;
    margin-right: 0;
  }
}
.widget .dismiss {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
}
@media screen and (min-width: 768px) {
  .widget .dismiss {
    display: none;
  }
}
.widget:last-child {
  border-bottom: 0;
}
.widget > h3:first-child {
  margin-top: 0;
  margin-bottom: 0.75em;
}
.lw-actions-widget {
  background: transparent;
  border-bottom: 0;
  line-height: 1.75;
}
.lw-actions-widget a {
  border-bottom: 0;
}
#lw_cal_search_form input {
  margin-top: 0;
  width: 100%;
  box-sizing: border-box;
  padding-left: 7.5px;
  padding-right: 7.5px;
}
.lw_nav_widget li {
  margin-bottom: 0;
}
.lw_nav_widget ul {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.lw_nav_widget a {
  position: relative;
  color: #4f4f4f !important;
  border-bottom: none;
  display: block;
  transition: background-color 0.2s;
  padding: 8px 15px;
}
.lw_nav_widget a:hover,
.lw_nav_widget a:focus {
  color: #a41e35 !important;
  padding-left: 11px;
  border-left: 4px solid;
}
.lw_nav_widget .dropdown-toggle-input {
  display: none;
}
.lw_nav_widget .dropdown > .dropdown-toggle {
  border: none;
  display: block;
  transition: background-color 0.2s;
  padding: 8px 15px;
  margin-bottom: 0;
  cursor: pointer;
  font-weight: normal;
}
.lw_nav_widget .dropdown > .dropdown-toggle .fas,
.lw_nav_widget .dropdown > .dropdown-toggle .fa,
.lw_nav_widget .dropdown > .dropdown-toggle .svg-inline--fa {
  margin-top: 4px;
  float: right;
}
.lw_nav_widget .dropdown > .dropdown-toggle:hover,
.lw_nav_widget .dropdown > .dropdown-toggle:focus {
  color: #a41e35 !important;
  padding-left: 11px;
  border-left: 4px solid;
}
.lw_nav_widget .dropdown > .dropdown-content {
  display: none;
}
.lw_nav_widget .dropdown > .dropdown-toggle-input:checked + .dropdown-toggle {
  background-color: #9a0730;
  border-left-color: #9a0730;
  color: #fff !important;
}
.lw_nav_widget .dropdown > .dropdown-toggle-input:checked ~ .dropdown-content {
  border-top: 1px solid #000;
  display: block;
}
.lw_nav_widget .dropdown .dropdown-content a {
  background-color: #303030;
  color: #d6d6d6 !important;
  padding: 8px 30px;
}
.lw_nav_widget .dropdown .dropdown-content a:hover,
.lw_nav_widget .dropdown .dropdown-content a:focus {
  padding-left: 26px;
  background-color: #4a4a4a;
  color: #efefef !important;
}
.lw-jump-to-date {
  display: flex;
  align-items: center;
}
.lw-jump-to-date > * {
  flex-grow: 1;
}
.lw-jump-to-date > * ~ * {
  margin-left: 0.5em;
}
.lw-jump-to-date a {
  display: block;
  padding: 3.5px;
  border: 1px solid;
  border-radius: 4px;
  text-align: center;
  width: 100%;
  box-sizing: border-box;
  color: #b20838;
}
#lw_mini_cal.lw_mini_cal {
  display: block !important;
  background-color: #fff;
  font-size: 1rem;
  line-height: 20px;
  margin-bottom: 1em;
  /* Render mini-cal as full-width strip */
}
#lw_mini_cal.lw_mini_cal table {
  width: 100%;
  border-collapse: collapse;
}
#lw_mini_cal.lw_mini_cal h3 {
  text-transform: uppercase;
  border: 0;
  left: 0;
  border-radius: 0;
  text-align: center;
  font-size: 1.4rem;
  font-weight: bold;
  padding: 10px 0;
  margin: 0;
  background: #f7f7f7;
  margin-bottom: 0;
}
#lw_mini_cal.lw_mini_cal h3 .lw_left,
#lw_mini_cal.lw_mini_cal h3 .lw_right {
  width: 14%;
}
#lw_mini_cal.lw_mini_cal h3 .lw_left {
  float: left;
}
#lw_mini_cal.lw_mini_cal h3 .lw_right {
  float: right;
}
#lw_mini_cal.lw_mini_cal tbody {
  padding: 10px;
}
#lw_mini_cal.lw_mini_cal th {
  background-color: #fff;
  text-transform: uppercase;
  text-align: center;
  color: #b20838;
}
#lw_mini_cal.lw_mini_cal td {
  text-align: center;
  background-color: #fff;
  color: #333;
  border: none;
  transition: 0.5s;
}
#lw_mini_cal.lw_mini_cal td.lw_prev_month,
#lw_mini_cal.lw_mini_cal td.lw_next_month {
  opacity: 0.5;
}
#lw_mini_cal.lw_mini_cal td.selected.active {
  background-color: #b20838;
  color: #fff;
}
#lw_mini_cal.lw_mini_cal td.selected.active::after {
  content: "";
  display: block;
  position: absolute;
  height: 0;
  width: 0;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  border: 5px solid transparent;
  border-bottom-color: transparent;
  border-bottom-color: #fff;
}
#lw_mini_cal.lw_mini_cal td.today::after {
  content: "today";
  display: block;
  position: absolute;
  color: #fff;
  top: 105%;
  left: 50%;
  transform: translateX(-50%);
  border: none;
  line-height: 1;
}
#lw_mini_cal.lw_mini_cal td.selected.today::after {
  content: "today";
  color: #b20838;
  padding: 2px 6px 3px 6px;
  top: 105%;
  border-radius: 8px;
  background-color: #fff;
  transform: translateX(-50%) translateY(-1px);
  height: auto;
  width: auto;
  border: none;
  background-color: #FFF !important;
}
#lw_mini_cal.lw_mini_cal .lw_left,
#lw_mini_cal.lw_mini_cal .lw_right {
  border-bottom: 0;
  text-align: center;
}
#lw_mini_cal.lw_mini_cal .lw_left:after,
#lw_mini_cal.lw_mini_cal .lw_right:after {
  display: inline-block;
  content: "";
  height: 10px;
  width: 10px;
  border-bottom: 1px solid #b20838;
  border-left: 1px solid #b20838;
}
#lw_mini_cal.lw_mini_cal .lw_left:after {
  transform: rotate(45deg);
}
#lw_mini_cal.lw_mini_cal .lw_right:after {
  transform: rotate(225deg);
}
@media screen and (min-width: 768px) {
  #lw_mini_cal.lw_mini_cal {
    margin-top: 10px;
    background-color: transparent;
  }
  #lw_mini_cal.lw_mini_cal h3 {
    background-color: transparent;
    color: #fff;
    float: left;
    font-size: 2em;
  }
  #lw_mini_cal.lw_mini_cal h3 > span {
    padding: 0 20px;
  }
  #lw_mini_cal.lw_mini_cal h3 a {
    float: none !important;
    display: inline-block;
    width: 30px !important;
  }
  #lw_mini_cal.lw_mini_cal h3 a:after {
    border-color: #fff !important;
  }
  #lw_mini_cal.lw_mini_cal tbody {
    display: flex;
    padding: 10px 0;
  }
  #lw_mini_cal.lw_mini_cal tr {
    display: flex;
    padding-left: 5px;
    padding-right: 5px;
    flex-grow: 1;
    border-right: 1px solid #e30a47;
  }
  #lw_mini_cal.lw_mini_cal tr:last-child {
    border-right: none;
  }
  #lw_mini_cal.lw_mini_cal th {
    display: none;
  }
  #lw_mini_cal.lw_mini_cal td {
    background-color: transparent;
    color: inherit;
  }
  #lw_mini_cal.lw_mini_cal td a {
    color: #FFF;
    border-bottom: none;
  }
  #lw_mini_cal.lw_mini_cal td:nth-child(1):before {
    display: block;
    content: "Su";
  }
  #lw_mini_cal.lw_mini_cal td:nth-child(2):before {
    display: block;
    content: "Mo";
  }
  #lw_mini_cal.lw_mini_cal td:nth-child(3):before {
    display: block;
    content: "Tu";
  }
  #lw_mini_cal.lw_mini_cal td:nth-child(4):before {
    display: block;
    content: "We";
  }
  #lw_mini_cal.lw_mini_cal td:nth-child(5):before {
    display: block;
    content: "Th";
  }
  #lw_mini_cal.lw_mini_cal td:nth-child(6):before {
    display: block;
    content: "Fr";
  }
  #lw_mini_cal.lw_mini_cal td:nth-child(7):before {
    display: block;
    content: "Sa";
  }
}
.lw_cal_featured_events {
  margin-left: -15px;
  margin-right: -15px;
}
.lw_cal_featured_events .lw_cal_event {
  border: 0;
  padding: 30px;
  position: relative;
  min-height: 300px;
  max-height: 350px;
  background-color: #f5f5f5;
  display: flex;
  align-items: stretch;
  flex-direction: row;
}
.lw_cal_featured_events .lw_cal_event_info {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
}
.lw_cal_featured_events .lw_cal_event_info .lw_item_thumb {
  overflow: hidden;
  position: absolute;
  z-index: 1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.lw_cal_featured_events .lw_cal_event_info .lw_item_thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 50%;
}
.lw_cal_featured_events .lw_cal_event_info .tlaw_item_details {
  color: #fff;
  z-index: 2;
  background-color: rgba(0, 0, 0, 0.5);
  padding: 15px;
}
.lw_cal_featured_events .lw_events_title {
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
  display: block;
  margin-top: 24px;
  margin-bottom: 12px;
  font-size: 27px;
  font-family: "Droid Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin-bottom: 24px;
  color: #9a0730;
  z-index: 5;
  margin-bottom: 0.3em;
  margin-top: 0.3em;
}
.lw_cal_featured_events .lw_events_title small,
.lw_cal_featured_events .lw_events_title .small {
  font-weight: normal;
  line-height: 1;
  color: #4f4f4f;
}
.lw_cal_featured_events .lw_events_title small,
.lw_cal_featured_events .lw_events_title .small {
  font-size: 65%;
}
.lw_cal_featured_events .lw_events_title a {
  color: #fff;
  border-bottom: none;
}
.lw_cal_featured_events .lw_events_title a:hover,
.lw_cal_featured_events .lw_events_title a:focus {
  color: #c1d62e;
}
.lw_cal_featured_events .tlaw-date span {
  display: none;
}
@media screen and (min-width: 767px) {
  .lw_cal_featured_events .tlaw-date span {
    display: inline;
  }
}
.lw_cal_featured_events .tlaw-date,
.lw_cal_featured_events .tlaw-time,
.lw_cal_featured_events .postfix {
  white-space: nowrap;
}
.lw_cal_featured_events .tlaw_feature_label {
  position: relative;
  padding: 0 0 10px 0;
  text-transform: uppercase;
  font-size: 1.2rem;
  font-weight: bold;
  color: #6ec4e8;
}
.lw_cal_featured_events .tlaw_feature_label:after {
  content: "";
  border-bottom: 5px solid #fcb426;
  display: block;
  position: absolute;
  bottom: 0;
  width: 40px;
}
.lw_cal_month_view #lw_cal_events {
  padding-left: 10px;
  padding-right: 10px;
}
.lw_cal_month_view #lw_cal_events #lw_cal_month_table {
  width: 100%;
  table-layout: fixed;
  margin-bottom: 3em;
  box-sizing: border-box;
  border-collapse: separate;
  border-spacing: 0;
}
.lw_cal_month_view #lw_cal_events #lw_cal_month_table tr {
  background-color: transparent !important;
}
.lw_cal_month_view #lw_cal_events .lw_cal_date {
  font-size: 1.2rem;
  font-weight: bold;
  text-align: left;
  margin-bottom: 4px;
}
@media screen and (min-width: 992px) {
  .lw_cal_month_view #lw_cal_events .lw_cal_date {
    font-size: 1.8rem;
    font-weight: normal;
  }
}
.lw_cal_month_view #lw_cal_events .lw_cal_date a {
  display: block;
  border-bottom: 0;
  color: #303030;
}
.lw_cal_month_view #lw_cal_events .lw_cal_date a:hover,
.lw_cal_month_view #lw_cal_events .lw_cal_date a:focus {
  opacity: 1 !important;
  color: #a41e35;
}
.lw_cal_month_view #lw_cal_events td.lw_cal_rollover_month .lw_cal_date a {
  opacity: 0.6;
}
.lw_cal_month_view #lw_cal_events .lw_cal_show_day {
  width: 100%;
  padding: 1px 3px;
  font-size: 1.2rem;
  border: 1px solid #ddd;
  border-radius: 3px;
  display: block;
  background-color: #eee;
  color: #333;
  margin-top: 7px !important;
}
.lw_cal_month_view #lw_cal_events .lw_cal_show_day:hover {
  text-decoration: none !important;
  background-color: #ddd;
}
.lw_cal_month_view #lw_cal_events .lw_cal_event {
  display: inline-block;
  border: 0;
  font-size: 1.2rem !important;
  margin-bottom: 5px;
  background-color: #c1d62e !important;
  width: 10px;
  height: 10px;
  border-radius: 50%;
}
.lw_cal_month_view #lw_cal_events .lw_cal_event > * {
  visibility: hidden;
}
@media screen and (min-width: 992px) {
  .lw_cal_month_view #lw_cal_events .lw_cal_event {
    display: block;
    border-left: 3px solid #c1d62e;
    padding-left: 5px !important;
    width: 100%;
    border-radius: 0;
    background-color: transparent !important;
  }
  .lw_cal_month_view #lw_cal_events .lw_cal_event > * {
    visibility: visible;
  }
}
.lw_cal_month_view #lw_cal_events .lw_cal_event .lw_events_time {
  display: none;
}
.lw_cal_month_view #lw_cal_events .lw_cal_event .lw_events_title {
  font-family: "Droid Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin-top: 0;
  margin-bottom: 0;
  white-space: nowrap;
  text-overflow: ellipsis;
  width: 100%;
}
.lw_cal_month_view #lw_cal_events .lw_cal_event .tlaw-event-details {
  padding: 0;
}
.lw_cal_month_view #lw_cal_events thead th {
  width: 14.285% !important;
  border: 0;
  background-color: transparent;
  text-align: left;
  font-weight: normal;
}
.lw_cal_month_view #lw_cal_events tbody td {
  height: 100px;
  text-align: left !important;
  width: 14.285% !important;
  border-width: 0 !important;
  border-top-width: 1px !important;
  border-right-width: 1px !important;
}
.lw_cal_month_view #lw_cal_events tbody td.lw_cal_rollover_month {
  border-width: 0 !important;
  border-top-width: 1px !important;
  border-right-width: 1px !important;
}
.lw_cal_month_view #lw_cal_events tbody td:first-child {
  border-left-width: 1px !important;
}
.lw_cal_month_view #lw_cal_events tbody td:first-child.lw_cal_rollover_month {
  border-left-width: 1px !important;
}
.lw_cal_month_view #lw_cal_events tbody tr:first-child td:first-child {
  border-radius: 5px 0 0 0;
}
.lw_cal_month_view #lw_cal_events tbody tr:first-child td:last-child {
  border-radius: 0 5px 0 0;
}
.lw_cal_month_view #lw_cal_events tbody tr:last-child td {
  border-bottom-width: 1px !important;
}
.lw_cal_month_view #lw_cal_events tbody tr:last-child td:first-child {
  border-radius: 0 0 0 5px;
}
.lw_cal_month_view #lw_cal_events tbody tr:last-child td:last-child {
  border-radius: 0 0 5px 0;
}
.lw_cal_clear_filters {
  display: none !important;
}
input[type="text"] {
  border: 1px solid #ccc;
  box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0);
  transition: 0.2s;
}
input[type="text"]:focus {
  box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.1);
  outline: 0;
}
#lw_cal_subscribe > a {
  font-weight: bold !important;
  text-transform: uppercase;
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border-width: 3px !important;
  border: 3px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 16px;
  line-height: 1.5;
  border-radius: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  color: #b20838 !important;
  background-color: #fff !important;
  border-color: #9a0730 !important;
  position: relative;
  /*&:after {
      content: "";
      height: 2px;
      display: block;
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0;
      background-color: mix(#000000, @background, 15%)
  }*/
  text-shadow: none;
  box-shadow: none;
}
#lw_cal_subscribe > a:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
#lw_cal_subscribe > a:hover,
#lw_cal_subscribe > a:focus {
  color: #585858;
  text-decoration: none;
}
#lw_cal_subscribe > a:active,
#lw_cal_subscribe > a.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);
}
#lw_cal_subscribe > a.disabled,
#lw_cal_subscribe > a[disabled],
fieldset[disabled] #lw_cal_subscribe > a {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
#lw_cal_subscribe > a:hover,
#lw_cal_subscribe > a:focus,
#lw_cal_subscribe > a:active,
#lw_cal_subscribe > a.active,
.open .dropdown-toggle#lw_cal_subscribe > a {
  color: #b20838 !important;
  background-color: #ebebeb !important;
  border-color: #5f041e !important;
}
#lw_cal_subscribe > a:active,
#lw_cal_subscribe > a.active,
.open .dropdown-toggle#lw_cal_subscribe > a {
  background-image: none;
}
#lw_cal_subscribe > a.disabled,
#lw_cal_subscribe > a[disabled],
fieldset[disabled] #lw_cal_subscribe > a,
#lw_cal_subscribe > a.disabled:hover,
#lw_cal_subscribe > a[disabled]:hover,
fieldset[disabled] #lw_cal_subscribe > a:hover,
#lw_cal_subscribe > a.disabled:focus,
#lw_cal_subscribe > a[disabled]:focus,
fieldset[disabled] #lw_cal_subscribe > a:focus,
#lw_cal_subscribe > a.disabled:active,
#lw_cal_subscribe > a[disabled]:active,
fieldset[disabled] #lw_cal_subscribe > a:active,
#lw_cal_subscribe > a.disabled.active,
#lw_cal_subscribe > a[disabled].active,
fieldset[disabled] #lw_cal_subscribe > a.active {
  background-color: #fff !important;
  border-color: #9a0730 !important;
}
#lw_cal_showing {
  margin-left: 10px;
  margin-right: 10px;
  clear: both;
}
#lw_cal_showing a {
  margin-left: 0;
  padding-left: 0;
}
.lw_cal_event_detail .lw_filters_wrapper {
  display: none;
}
.lw_filters_wrapper {
  padding: 10px;
}
.lw_filters_wrapper h3 {
  margin-top: 0;
}
@media screen and (min-width: 768px) {
  .lw_filters_wrapper h3 {
    display: none;
  }
}
.lw_filters_wrapper .clear_filters {
  border: 0;
  background-color: transparent;
  color: #b20838;
  padding: 7px 10px;
  text-align: right;
  float: right;
}
@media screen and (min-width: 768px) {
  .filter-wrapper {
    display: flex;
  }
}
.filter-wrapper > div {
  margin-bottom: 0.25em;
}
@media screen and (min-width: 768px) {
  .filter-wrapper > div {
    flex-grow: 1;
    flex-basis: 80px;
    /*set the initial length*/
    margin-bottom: 0;
    border-right: 6px solid transparent !important;
  }
}
.checkbox-filters {
  position: relative;
}
.checkbox-filters h4 {
  text-transform: uppercase;
  font-size: 1.4rem;
  margin-top: 0;
  background-color: #4f4f4f;
  color: #fff;
  padding: 12px 60px 8px 10px;
  margin-bottom: 0;
  font-weight: normal;
  overflow: hidden;
  position: relative;
  cursor: pointer;
}
.checkbox-filters h4:before {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  height: 10px;
  width: 10px;
  right: 15px;
  top: 50%;
  transform: translateY(-60%) rotate(315deg);
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
  opacity: 0.8;
}
.checkbox-filters h4:after {
  content: "";
  border: 2px solid #f7f7f7;
  display: block;
  background-color: #b20838;
  position: absolute;
  width: 60px;
  height: 200%;
  top: -50%;
  right: -20px;
  transform: rotate(20deg);
}
.checkbox-filters > div {
  padding-top: 10px;
  position: relative;
  max-height: 400px;
  padding: 10px;
  border: 1px solid #e5e5e5;
  border-top: none;
  background-color: #f7f7f7;
  overflow: scroll;
  box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.1);
}
.checkbox-filters > div::-webkit-scrollbar-thumb {
  border-radius: 0;
  background: #6ec5e8;
}
@media screen and (min-width: 768px) {
  .checkbox-filters > div {
    position: absolute;
    z-index: 999;
    left: 0;
    right: 0;
    box-sizing: border-box;
  }
}
.checkbox-filters label {
  cursor: pointer;
}
.checkbox-filters .item-search {
  width: 100%;
}
.checkbox-filters ul {
  padding-top: 10px;
  list-style: none;
  padding-left: 0;
  padding-top: 5px;
  padding-bottom: 5px;
  margin-bottom: 0;
}
.checkbox-filters ul:empty {
  display: none;
}
.checkbox-filters li {
  text-indent: -22.5px;
  padding: 0 0 0 55px;
}
.checkbox-filters li:last-child {
  margin-bottom: 0;
}
.checkbox-filters label {
  width: 100%;
  font-weight: normal;
  box-sizing: border-box;
}
.checkbox-filters input {
  margin-right: 0.5em;
}
#lw_cal {
  position: relative;
}
.widget {
  margin-right: 0;
}
@media screen and (max-width: 768px) {
  .widget.widget-mobile-show {
    display: block !important;
    position: relative;
    margin-left: -15px;
    top: 0;
    margin-right: -15px;
  }
}
.widget .mobile-widget-close {
  float: right;
  background-color: transparent;
  color: #000;
  border: none;
  box-shadow: none;
}
.widget .mobile-widget-close:hover,
.widget .mobile-widget-close:focus {
  color: #a41e35;
}
@media screen and (min-width: 768px) {
  .widget .mobile-widget-close {
    display: none;
  }
}
.mobile-title-container {
  background-color: #f7f7f7;
  display: flex;
  flex-direction: row;
  flex-grow: 1;
}
@media screen and (min-width: 768px) {
  .mobile-title-container {
    display: block;
    background-color: transparent;
  }
}
.mobile-title-container h1 {
  align-self: center;
  flex-grow: 1;
}
#mobile-widget-menu {
  padding-left: 0;
  margin-top: 0;
  margin-bottom: 0;
  text-align: right;
  line-height: 1.5;
  flex-shrink: 1;
  flex-basis: content;
  align-self: center;
  white-space: nowrap;
  font-size: 0;
}
#mobile-widget-menu a {
  font-size: 16px;
  padding: 8.57142857px 15px;
  display: inline-block;
  color: #000;
}
#mobile-widget-menu a:hover,
#mobile-widget-menu a:focus {
  color: #a41e35;
  border-bottom: none;
}
#mobile-widget-menu a.widget-open {
  background-color: #fff;
  color: #8c2132;
}