/*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  .navbar {
    display: none;
  }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: 'Arvo', Arial, Verdana, sans-serif;
  font-size: 15px;
  line-height: 1.55;
  color: #222222;
  background-color: #ffffff;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #1a4066;
  fill: #1a4066;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #0a1a29;
  fill: #0a1a29;
  text-decoration: none;
}
a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
figure {
  margin: 0;
}
img {
  vertical-align: middle;
}
.img-responsive,
.thumbnail > img,
.thumbnail a > img {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 6px;
}
.img-thumbnail {
  padding: 4px;
  line-height: 1.55;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.img-circle {
  border-radius: 50%;
}
hr {
  margin-top: 23px;
  margin-bottom: 23px;
  border: 0;
  border-top: 1px solid #e6e6e6;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
[role="button"] {
  cursor: pointer;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
.article h4 {
  font-family: 'Montserrat', Arial, sans-serif;
  font-weight: 700;
  line-height: 1.3;
  text-transform: none;
  letter-spacing: 0;
  color: inherit;
  font-style: 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: #777777;
}
h1,
.h1,
h2,
.h2,
h3,
.h3,
.article h4 {
  margin-top: 23px;
  margin-bottom: 11.5px;
}
h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
  font-size: 65%;
}
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 11.5px;
  margin-bottom: 11.5px;
  line-height: 1.4;
}
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: 42px;
}
h2,
.h2 {
  font-size: 36px;
}
h3,
.h3,
.article h4 {
  font-size: 24px;
}
h4,
.h4 {
  font-size: 18px;
}
h5,
.h5 {
  font-size: 16px;
}
h6,
.h6 {
  font-size: 14px;
}
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6,
.article h4 {
  font-weight: 600;
  text-transform: none;
}
p {
  margin: 0 0 20px;
}
.lead {
  margin-bottom: 20px;
  font-size: 17px;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 22.5px;
  }
}
small,
.small {
  font-size: 86%;
  line-height: 1.25;
}
mark,
.mark {
  background-color: #fdd835;
  padding: .2em;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.text-nowrap {
  white-space: nowrap;
}
.text-lowercase {
  text-transform: lowercase;
}
.text-uppercase {
  text-transform: uppercase;
}
.text-capitalize {
  text-transform: capitalize;
}
.text-muted {
  color: #808080;
  fill: #808080;
}
.text-primary {
  color: #191919 !important;
  fill: #191919 !important;
}
a.text-primary:hover,
a:hover .text-primary,
a.text-primary:focus,
a:focus .text-primary {
  color: #000000 !important;
  fill: #000000 !important;
}
.text-success {
  color: #27b662 !important;
  fill: #27b662 !important;
}
a.text-success:hover,
a:hover .text-success,
a.text-success:focus,
a:focus .text-success {
  color: #1a7740 !important;
  fill: #1a7740 !important;
}
.text-info {
  color: #5bc0de !important;
  fill: #5bc0de !important;
}
a.text-info:hover,
a:hover .text-info,
a.text-info:focus,
a:focus .text-info {
  color: #28a1c5 !important;
  fill: #28a1c5 !important;
}
.text-warning {
  color: #fdd835 !important;
  fill: #fdd835 !important;
}
a.text-warning:hover,
a:hover .text-warning,
a.text-warning:focus,
a:focus .text-warning {
  color: #e3ba02 !important;
  fill: #e3ba02 !important;
}
.text-danger {
  color: #e96663 !important;
  fill: #e96663 !important;
}
a.text-danger:hover,
a:hover .text-danger,
a.text-danger:focus,
a:focus .text-danger {
  color: #e02420 !important;
  fill: #e02420 !important;
}
.bg-primary {
  color: #ffffff;
  background-color: #191919;
}
a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #000000;
}
.bg-success {
  background-color: #dff0d8;
}
a.bg-success:hover,
a.bg-success:focus {
  background-color: #c1e2b3;
}
.bg-info {
  background-color: #d9edf7;
}
a.bg-info:hover,
a.bg-info:focus {
  background-color: #afd9ee;
}
.bg-warning {
  background-color: #fdd835;
}
a.bg-warning:hover,
a.bg-warning:focus {
  background-color: #fdce02;
}
.bg-danger {
  background-color: #e96663;
}
a.bg-danger:hover,
a.bg-danger:focus {
  background-color: #e33a36;
}
.page-header {
  padding-bottom: 10.5px;
  margin: 46px 0 23px;
  border-bottom: 1px solid #eeeeee;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 11.5px;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}
.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
dl {
  margin-top: 0;
  margin-bottom: 23px;
}
dt,
dd {
  line-height: 1.55;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}
@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #777777;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  font-family: 'Montserrat', Arial, sans-serif;
  text-transform: none;
  letter-spacing: 0;
  padding: 11.5px 23px;
  margin: 0 0 23px;
  font-size: 18.75px;
  border-left: 5px solid #eeeeee;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.55;
  color: #777777;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}
.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
  text-align: right;
}
.blockquote-reverse footer:before,
blockquote.pull-right footer:before,
.blockquote-reverse small:before,
blockquote.pull-right small:before,
.blockquote-reverse .small:before,
blockquote.pull-right .small:before {
  content: '';
}
.blockquote-reverse footer:after,
blockquote.pull-right footer:after,
.blockquote-reverse small:after,
blockquote.pull-right small:after,
.blockquote-reverse .small:after,
blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}
address {
  margin-bottom: 23px;
  font-style: normal;
  line-height: 1.55;
}
.element .body a {
  text-decoration: underline;
}
code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}
code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 4px;
}
kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #ffffff;
  background-color: #333333;
  border-radius: 3px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: bold;
  box-shadow: none;
}
pre {
  display: block;
  padding: 11px;
  margin: 0 0 11.5px;
  font-size: 14px;
  line-height: 1.55;
  word-break: break-all;
  word-wrap: break-word;
  color: #333333;
  background-color: #f5f5f5;
  border: 1px solid #cccccc;
  border-radius: 4px;
}
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: 10px;
  padding-right: 10px;
}
@media (min-width: 768px) {
  .container {
    width: 740px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1160px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 10px;
  padding-right: 10px;
}
.row {
  margin-left: -10px;
  margin-right: -10px;
}
.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: 10px;
  padding-right: 10px;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
table {
  background-color: transparent;
}
caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #808080;
  text-align: left;
}
th {
  text-align: left;
}
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 23px;
}
.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.55;
  vertical-align: top;
  border-top: 1px solid #e6e6e6;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #e6e6e6;
}
.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 #e6e6e6;
}
.table .table {
  background-color: #ffffff;
}
.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 #e6e6e6;
}
.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 #e6e6e6;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f7f7f7;
}
.table-hover > tbody > tr:hover {
  background-color: #f7f7f7;
}
.table-hover > tbody > tr:hover .table-input {
  background-color: #f2f2f2;
}
.table-hover > tbody > tr:hover .table-input:focus {
  background-color: #ffffff;
}
.table-hover > tbody > tr:hover .table-input:disabled {
  background-color: #e8e8e8;
}
table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column;
}
table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell;
}
.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
  background-color: #f7f7f7;
}
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
  background-color: #ebebeb;
}
.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
  background-color: #dff0d8;
}
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
}
.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th {
  background-color: #d9edf7;
}
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3;
}
.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
  background-color: #fdd835;
}
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
  background-color: #fdd31c;
}
.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: #e96663;
}
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #e6504d;
}
.table-responsive {
  overflow-x: auto;
  min-height: 0.01%;
}
@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 17.25px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #e6e6e6;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 23px;
  font-size: 22.5px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: 400;
}
input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}
input[type="file"] {
  display: block;
}
input[type="range"] {
  display: block;
  width: 100%;
}
select[multiple],
select[size] {
  height: auto;
}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
output {
  display: block;
  padding-top: 7px;
  font-size: 15px;
  line-height: 1.55;
  color: #555555;
}
.form-control {
  display: block;
  width: 100%;
  height: 37px;
  padding: 6px 12px;
  font-size: 15px;
  line-height: 1.55;
  color: #555555;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #e6e6e6;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control:focus {
  border-color: #191919;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(25, 25, 25, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(25, 25, 25, 0.6);
}
.form-control::-moz-placeholder {
  color: #999999;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #999999;
}
.form-control::-webkit-input-placeholder {
  color: #999999;
}
.form-control::-ms-expand {
  border: 0;
  background-color: transparent;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  background-color: #eeeeee;
  opacity: 1;
}
.form-control[disabled],
fieldset[disabled] .form-control {
  cursor: not-allowed;
}
textarea.form-control {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: none;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"].form-control,
  input[type="time"].form-control,
  input[type="datetime-local"].form-control,
  input[type="month"].form-control {
    line-height: 37px;
  }
  input[type="date"].input-sm,
  input[type="time"].input-sm,
  input[type="datetime-local"].input-sm,
  input[type="month"].input-sm,
  .input-group-sm input[type="date"],
  .input-group-sm input[type="time"],
  .input-group-sm input[type="datetime-local"],
  .input-group-sm input[type="month"] {
    line-height: 31px;
  }
  input[type="date"].input-lg,
  input[type="time"].input-lg,
  input[type="datetime-local"].input-lg,
  input[type="month"].input-lg,
  .input-group-lg input[type="date"],
  .input-group-lg input[type="time"],
  .input-group-lg input[type="datetime-local"],
  .input-group-lg input[type="month"] {
    line-height: 48px;
  }
}
.form-group {
  margin-bottom: 15px;
}
.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.radio label,
.checkbox label {
  min-height: 23px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px \9;
}
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}
.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"].disabled,
input[type="checkbox"].disabled,
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"] {
  cursor: not-allowed;
}
.radio-inline.disabled,
.checkbox-inline.disabled,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}
.radio.disabled label,
.checkbox.disabled label,
fieldset[disabled] .radio label,
fieldset[disabled] .checkbox label {
  cursor: not-allowed;
}
.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
  min-height: 38px;
}
.form-control-static.input-lg,
.form-control-static.input-sm {
  padding-left: 0;
  padding-right: 0;
}
.input-sm {
  height: 31px;
  padding: 5px 10px;
  font-size: 13px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-sm {
  height: 31px;
  line-height: 31px;
}
textarea.input-sm,
select[multiple].input-sm {
  height: auto;
}
.form-group-sm .form-control {
  height: 31px;
  padding: 5px 10px;
  font-size: 13px;
  line-height: 1.5;
  border-radius: 3px;
}
.form-group-sm select.form-control {
  height: 31px;
  line-height: 31px;
}
.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
  height: auto;
}
.form-group-sm .form-control-static {
  height: 31px;
  min-height: 36px;
  padding: 6px 10px;
  font-size: 13px;
  line-height: 1.5;
}
.input-lg {
  height: 48px;
  padding: 10px 16px;
  font-size: 19px;
  line-height: 1.3333333;
  border-radius: 6px;
}
select.input-lg {
  height: 48px;
  line-height: 48px;
}
textarea.input-lg,
select[multiple].input-lg {
  height: auto;
}
.form-group-lg .form-control {
  height: 48px;
  padding: 10px 16px;
  font-size: 19px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.form-group-lg select.form-control {
  height: 48px;
  line-height: 48px;
}
.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
  height: auto;
}
.form-group-lg .form-control-static {
  height: 48px;
  min-height: 42px;
  padding: 11px 16px;
  font-size: 19px;
  line-height: 1.3333333;
}
.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 46.25px;
}
.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 37px;
  height: 37px;
  line-height: 37px;
  text-align: center;
  pointer-events: none;
}
.input-lg + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
  width: 48px;
  height: 48px;
  line-height: 48px;
}
.input-sm + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
  width: 31px;
  height: 31px;
  line-height: 31px;
}
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
  color: #3c763d;
}
.has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-success .form-control:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}
.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8;
}
.has-success .form-control-feedback {
  color: #3c763d;
}
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
  color: #333333;
}
.has-warning .form-control {
  border-color: #333333;
  -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: #1a1a1a;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #666666;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #666666;
}
.has-warning .input-group-addon {
  color: #333333;
  border-color: #333333;
  background-color: #fdd835;
}
.has-warning .form-control-feedback {
  color: #333333;
}
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
  color: #f1f1f1;
}
.has-error .form-control {
  border-color: #f1f1f1;
  -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: #d8d8d8;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ffffff;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ffffff;
}
.has-error .input-group-addon {
  color: #f1f1f1;
  border-color: #f1f1f1;
  background-color: #e96663;
}
.has-error .form-control-feedback {
  color: #f1f1f1;
}
.has-feedback label ~ .form-control-feedback {
  top: 28px;
}
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #808080;
}
@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-static {
    display: inline-block;
  }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn,
  .form-inline .input-group .form-control {
    width: auto;
  }
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio label,
  .form-inline .checkbox label {
    padding-left: 0;
  }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 30px;
}
.form-horizontal .form-group {
  margin-left: -10px;
  margin-right: -10px;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  right: 10px;
}
@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 11px;
    font-size: 19px;
  }
}
@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 13px;
  }
}
.btn {
  display: inline-block;
  margin-bottom: 0;
  font-family: 'Montserrat', Arial, sans-serif;
  font-weight: 600;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  font-style: normal;
  cursor: pointer;
  background-image: none;
  border: 0 solid transparent;
  letter-spacing: 0.5px;
  text-transform: none;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: inherit;
  line-height: 1.55;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus,
.btn.focus {
  color: inherit;
  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;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
a.btn.disabled,
fieldset[disabled] a.btn {
  pointer-events: none;
}
.btn-default {
  color: #222222;
  fill: #222222;
  background-color: #f0f0f0;
  border-color: #e8e8e8;
}
.btn-default:focus,
.btn-default.focus {
  background-color: #d6d6d6;
  border-color: #c9c9c9;
  color: #222222;
  fill: #222222;
}
.btn-default:hover {
  background-color: #d6d6d6;
  border-color: #d4d4d4;
  color: #222222;
  fill: #222222;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #222222;
  fill: #222222;
  background-color: #d6d6d6;
  border-color: #d4d4d4;
}
.btn-default:active:hover,
.btn-default.active:hover,
.open > .dropdown-toggle.btn-default:hover,
.btn-default:active:focus,
.btn-default.active:focus,
.open > .dropdown-toggle.btn-default:focus,
.btn-default:active.focus,
.btn-default.active.focus,
.open > .dropdown-toggle.btn-default.focus {
  color: #222222;
  fill: #222222;
  background-color: #c4c4c4;
  border-color: #c9c9c9;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  background-image: none;
}
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus {
  background-color: #f0f0f0;
  border-color: #e8e8e8;
}
.btn-default .badge {
  color: #f0f0f0;
  fill: #f0f0f0;
  background-color: #222222;
}
.btn-primary {
  color: #ffffff;
  fill: #ffffff;
  background-color: #191919;
  border-color: #0c0c0c;
}
.btn-primary:focus,
.btn-primary.focus {
  background-color: #000000;
  border-color: #000000;
  color: #ffffff;
  fill: #ffffff;
}
.btn-primary:hover {
  background-color: #000000;
  border-color: #000000;
  color: #ffffff;
  fill: #ffffff;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #ffffff;
  fill: #ffffff;
  background-color: #000000;
  border-color: #000000;
}
.btn-primary:active:hover,
.btn-primary.active:hover,
.open > .dropdown-toggle.btn-primary:hover,
.btn-primary:active:focus,
.btn-primary.active:focus,
.open > .dropdown-toggle.btn-primary:focus,
.btn-primary:active.focus,
.btn-primary.active.focus,
.open > .dropdown-toggle.btn-primary.focus {
  color: #ffffff;
  fill: #ffffff;
  background-color: #000000;
  border-color: #000000;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus {
  background-color: #191919;
  border-color: #0c0c0c;
}
.btn-primary .badge {
  color: #191919;
  fill: #191919;
  background-color: #ffffff;
}
.btn-success {
  color: #ffffff;
  fill: #ffffff;
  background-color: #27b662;
  border-color: #23a157;
}
.btn-success:focus,
.btn-success.focus {
  background-color: #1e8c4b;
  border-color: #186f3c;
  color: #ffffff;
  fill: #ffffff;
}
.btn-success:hover {
  background-color: #1e8c4b;
  border-color: #1b7f45;
  color: #ffffff;
  fill: #ffffff;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  color: #ffffff;
  fill: #ffffff;
  background-color: #1e8c4b;
  border-color: #1b7f45;
}
.btn-success:active:hover,
.btn-success.active:hover,
.open > .dropdown-toggle.btn-success:hover,
.btn-success:active:focus,
.btn-success.active:focus,
.open > .dropdown-toggle.btn-success:focus,
.btn-success:active.focus,
.btn-success.active.focus,
.open > .dropdown-toggle.btn-success.focus {
  color: #ffffff;
  fill: #ffffff;
  background-color: #186f3c;
  border-color: #186f3c;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  background-image: none;
}
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled.focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success.focus {
  background-color: #27b662;
  border-color: #23a157;
}
.btn-success .badge {
  color: #27b662;
  fill: #27b662;
  background-color: #ffffff;
}
.btn-info {
  color: #ffffff;
  fill: #ffffff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info:focus,
.btn-info.focus {
  background-color: #31b0d5;
  border-color: #269abc;
  color: #ffffff;
  fill: #ffffff;
}
.btn-info:hover {
  background-color: #31b0d5;
  border-color: #29a8cd;
  color: #ffffff;
  fill: #ffffff;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  color: #ffffff;
  fill: #ffffff;
  background-color: #31b0d5;
  border-color: #29a8cd;
}
.btn-info:active:hover,
.btn-info.active:hover,
.open > .dropdown-toggle.btn-info:hover,
.btn-info:active:focus,
.btn-info.active:focus,
.open > .dropdown-toggle.btn-info:focus,
.btn-info:active.focus,
.btn-info.active.focus,
.open > .dropdown-toggle.btn-info.focus {
  color: #ffffff;
  fill: #ffffff;
  background-color: #269abc;
  border-color: #269abc;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  background-image: none;
}
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled.focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info.focus {
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info .badge {
  color: #5bc0de;
  fill: #5bc0de;
  background-color: #ffffff;
}
.btn-warning {
  color: #000000;
  fill: #000000;
  background-color: #fdd835;
  border-color: #fdd31c;
}
.btn-warning:focus,
.btn-warning.focus {
  background-color: #fdce02;
  border-color: #d9b102;
  color: #000000;
  fill: #000000;
}
.btn-warning:hover {
  background-color: #fdce02;
  border-color: #edc202;
  color: #000000;
  fill: #000000;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  color: #000000;
  fill: #000000;
  background-color: #fdce02;
  border-color: #edc202;
}
.btn-warning:active:hover,
.btn-warning.active:hover,
.open > .dropdown-toggle.btn-warning:hover,
.btn-warning:active:focus,
.btn-warning.active:focus,
.open > .dropdown-toggle.btn-warning:focus,
.btn-warning:active.focus,
.btn-warning.active.focus,
.open > .dropdown-toggle.btn-warning.focus {
  color: #000000;
  fill: #000000;
  background-color: #d9b102;
  border-color: #d9b102;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  background-image: none;
}
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled.focus,
.btn-warning[disabled].focus,
fieldset[disabled] .btn-warning.focus {
  background-color: #fdd835;
  border-color: #fdd31c;
}
.btn-warning .badge {
  color: #fdd835;
  fill: #fdd835;
  background-color: #000000;
}
.btn-danger {
  color: #ffffff;
  fill: #ffffff;
  background-color: #e96663;
  border-color: #e6504d;
}
.btn-danger:focus,
.btn-danger.focus {
  background-color: #e33a36;
  border-color: #d7221e;
  color: #ffffff;
  fill: #ffffff;
}
.btn-danger:hover {
  background-color: #e33a36;
  border-color: #e12d29;
  color: #ffffff;
  fill: #ffffff;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  color: #ffffff;
  fill: #ffffff;
  background-color: #e33a36;
  border-color: #e12d29;
}
.btn-danger:active:hover,
.btn-danger.active:hover,
.open > .dropdown-toggle.btn-danger:hover,
.btn-danger:active:focus,
.btn-danger.active:focus,
.open > .dropdown-toggle.btn-danger:focus,
.btn-danger:active.focus,
.btn-danger.active.focus,
.open > .dropdown-toggle.btn-danger.focus {
  color: #ffffff;
  fill: #ffffff;
  background-color: #d7221e;
  border-color: #d7221e;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  background-image: none;
}
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled.focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger.focus {
  background-color: #e96663;
  border-color: #e6504d;
}
.btn-danger .badge {
  color: #e96663;
  fill: #e96663;
  background-color: #ffffff;
}
.btn-transparent {
  background-color: transparent;
}
.btn-link {
  color: #1a4066;
  fill: #1a4066;
  font-weight: normal;
  border-radius: 0;
  letter-spacing: 0.5px !important;
}
.btn-link,
.btn-link:active,
.btn-link.active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}
.btn-link:hover,
.btn-link:focus {
  color: #0a1a29;
  fill: #0a1a29;
  text-decoration: none;
  background-color: transparent;
}
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #777777;
  fill: #777777;
  text-decoration: none;
}
.bg-primary .btn-link {
  color: #ffffff;
  fill: #ffffff;
}
.bg-secondary .btn-link {
  color: #ffffff;
  fill: #ffffff;
}
.btn-lg,
.btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 20px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.btn-sm,
.btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 13px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-xs,
.btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 13px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}
.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}
.collapse {
  display: none;
}
.collapse.in {
  display: block;
}
tr.collapse.in {
  display: table-row;
}
tbody.collapse.in {
  display: table-row-group;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid \9;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
.dropup,
.dropdown {
  position: relative;
}
.dropdown-toggle:focus {
  outline: 0;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 15px;
  text-align: left;
  background-color: #ffffff;
  border: 1px solid #f2f2f2;
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 10.5px 0;
  overflow: hidden;
  background-color: #e6e6e6;
}
.dropdown-menu > li > a,
.dropdown-menu > li input[type="submit"],
.dropdown-menu > .dropdown-checkbox > label,
.dropdown-menu .token-input-dropdown-item {
  display: block;
  padding: 5px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.55;
  color: #222222;
  fill: #222222;
  background-color: transparent;
  border: 0;
  width: 100%;
  text-align: left;
  white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > .dropdown-checkbox > label:hover,
.dropdown-menu > li input[type="submit"]:hover,
.dropdown-menu > li > a:focus,
.dropdown-menu > .dropdown-checkbox > label:focus,
.dropdown-menu > li input[type="submit"]:focus {
  text-decoration: none;
  color: #000000;
  background-color: #f7f7f7;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #ffffff;
  text-decoration: none;
  outline: 0;
  background-color: #1a4066;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > li input[type="submit"]:disabled,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > li input[type="submit"]:disabled:hover,
.dropdown-menu > .disabled > a:focus,
.dropdown-menu > li input[type="submit"]:disabled:focus {
  color: #808080 !important;
}
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > li input[type="submit"]:disabled:hover,
.dropdown-menu > .disabled > a:focus,
.dropdown-menu > li input[type="submit"]:disabled:focus {
  text-decoration: none !important;
  background-color: transparent !important;
  background-image: none !important;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed !important;
}
.open > .dropdown-menu {
  display: block;
}
.open > a {
  outline: 0;
}
.dropdown-menu-right {
  left: auto;
  right: 0;
}
.dropdown-menu-left {
  left: 0;
  right: auto;
}
.dropdown-header {
  font-family: 'Montserrat', Arial, sans-serif;
  font-weight: 600;
  letter-spacing: 0;
  text-transform: none;
  display: block;
  padding: 3px 20px;
  font-size: 13px;
  line-height: 1.55;
  color: #808080;
  white-space: nowrap;
}
.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990;
}
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid \9;
  content: "";
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}
@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    left: auto;
    right: 0;
  }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  float: left;
}
.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover,
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus,
.btn-group > .btn:active,
.btn-group-vertical > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn.active {
  z-index: 2;
}
.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px;
}
.btn-toolbar {
  margin-left: -5px;
}
.btn-toolbar .btn,
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: left;
}
.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
  margin-left: 5px;
}
.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}
.btn-group > .btn:first-child {
  margin-left: 0;
}
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.btn-group > .btn-group {
  float: left;
}
.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}
.btn-group > .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
}
.btn-group > .btn-lg + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px;
}
.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn-group.open .dropdown-toggle.btn-link {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn .caret {
  margin-left: 0;
}
.btn-lg .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}
.dropup .btn-lg .caret {
  border-width: 0 5px 5px;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}
.btn-group-vertical > .btn-group > .btn {
  float: none;
}
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}
.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}
.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
  float: none;
  display: table-cell;
  width: 1%;
}
.btn-group-justified > .btn-group .btn {
  width: 100%;
}
.btn-group-justified > .btn-group .dropdown-menu {
  left: auto;
}
[data-toggle="buttons"] > .btn input[type="radio"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
[data-toggle="buttons"] > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
.input-group[class*="col-"] {
  float: none;
  padding-left: 0;
  padding-right: 0;
}
.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}
.input-group .form-control:focus {
  z-index: 3;
}
.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: 19px;
  line-height: 1.3333333;
  border-radius: 6px;
}
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,
select[multiple].input-group-lg > .form-control,
select[multiple].input-group-lg > .input-group-addon,
select[multiple].input-group-lg > .input-group-btn > .btn {
  height: auto;
}
.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 31px;
  padding: 5px 10px;
  font-size: 13px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-group-sm > .form-control,
select.input-group-sm > .input-group-addon,
select.input-group-sm > .input-group-btn > .btn {
  height: 31px;
  line-height: 31px;
}
textarea.input-group-sm > .form-control,
textarea.input-group-sm > .input-group-addon,
textarea.input-group-sm > .input-group-btn > .btn,
select[multiple].input-group-sm > .form-control,
select[multiple].input-group-sm > .input-group-addon,
select[multiple].input-group-sm > .input-group-btn > .btn {
  height: auto;
}
.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}
.input-group-addon {
  padding: 6px 12px;
  font-size: 15px;
  font-weight: normal;
  line-height: 1;
  color: #222222;
  fill: #222222;
  text-align: center;
  background-color: #e8e8e8;
  border: 1px solid #e6e6e6;
  border-radius: 4px;
}
.input-group-addon.input-sm {
  padding: 5px 10px;
  font-size: 13px;
  border-radius: 3px;
}
.input-group-addon.input-lg {
  padding: 10px 16px;
  font-size: 19px;
  border-radius: 6px;
}
.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
  margin-top: 0;
}
.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.input-group-addon:first-child {
  border-right: 0;
}
.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.input-group-addon:last-child {
  border-left: 0;
}
.input-group-btn {
  position: relative;
  white-space: nowrap;
}
.input-group-btn > .btn {
  position: relative;
}
.input-group-btn > .btn + .btn {
  margin-left: -1px;
}
.input-group-btn > .btn:hover,
.input-group-btn > .btn:focus,
.input-group-btn > .btn:active {
  z-index: 2;
}
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
  z-index: 2;
  margin-left: -1px;
}
.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.nav > li {
  position: relative;
  display: block;
}
.nav > li > a {
  font-family: 'Montserrat', Arial, sans-serif;
  font-size: inherit;
  text-transform: none;
  letter-spacing: 0.5px;
  font-weight: 600;
  font-style: normal;
  position: relative;
  display: block;
  padding: 6px 12px;
}
.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #f7f7f7;
}
.nav > li.disabled > a {
  color: #777777;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #777777;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #f7f7f7;
  border-color: #1a4066;
}
.nav .nav-divider {
  height: 1px;
  margin: 10.5px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.nav > li > a > img {
  max-width: none;
}
.nav-tabs {
  border-bottom: 1px solid #e6e6e6;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.55;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}
.nav-tabs > li > a:hover {
  border-color: #e6e6e6 #e6e6e6 #e6e6e6;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #1a4066;
  background-color: #ffffff;
  border: 1px solid #e6e6e6;
  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: 4px;
}
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #e6e6e6;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #e6e6e6;
    border-radius: 4px 4px 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: #ffffff;
  }
}
.nav-pills > li {
  float: left;
}
.nav-pills > li > a {
  border-radius: 4px;
  border: 1px solid transparent;
  font-family: inherit;
}
.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: #ffffff;
  background-color: #1a4066;
}
.nav-stacked > li {
  float: none;
}
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}
.nav-stacked > li > a {
  border: 0;
  font-size: 15px;
  font-family: inherit;
  font-style: normal;
  font-weight: normal;
  text-transform: capitalize;
  letter-spacing: 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: 4px;
}
.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
  border: 1px solid #e6e6e6;
}
@media (min-width: 768px) {
  .nav-tabs-justified > li > a {
    border-bottom: 1px solid #e6e6e6;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus {
    border-bottom-color: #ffffff;
  }
}
@media (min-width: 768px) {
  .sec-nav .navbar-nav > li {
    display: inline-block;
    float: none;
  }
}
.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.navbar {
  position: relative;
  min-height: 50px;
  border: 1px solid transparent;
}
@media (min-width: 768px) {
  .navbar {
    border-radius: 0;
  }
}
@media (min-width: 768px) {
  .navbar-header {
    float: left;
  }
}
.navbar-collapse {
  overflow-x: visible;
  padding-right: 10px;
  padding-left: 10px;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}
.navbar-collapse.in {
  overflow-y: auto;
}
@media (min-width: 768px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .navbar-collapse.in {
    overflow-y: visible;
  }
  .navbar-fixed-top .navbar-collapse,
  .navbar-static-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
  }
}
.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 340px;
}
@media (max-device-width: 480px) and (orientation: landscape) {
  .navbar-fixed-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    max-height: 200px;
  }
}
.container > .navbar-header,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-collapse {
  margin-right: -10px;
  margin-left: -10px;
}
@media (min-width: 768px) {
  .container > .navbar-header,
  .container-fluid > .navbar-header,
  .container > .navbar-collapse,
  .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}
.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}
@media (min-width: 768px) {
  .navbar-static-top {
    border-radius: 0;
  }
}
.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}
@media (min-width: 768px) {
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0;
  }
}
.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}
.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}
.navbar-brand {
  float: left;
  padding: 13.5px 10px;
  font-size: 19px;
  line-height: 23px;
  height: 50px;
}
.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}
.navbar-brand > img {
  display: block;
}
@media (min-width: 768px) {
  .navbar > .container .navbar-brand,
  .navbar > .container-fluid .navbar-brand {
    margin-left: -10px;
  }
}
.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 10px;
  padding: 9px 10px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
.navbar-toggle:focus {
  outline: 0;
}
.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}
@media (min-width: 768px) {
  .navbar-toggle {
    display: none;
  }
}
.navbar-nav {
  margin: 6.75px -10px;
}
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 23px;
}
@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: 23px;
  }
  .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: 13.5px;
    padding-bottom: 13.5px;
  }
}
.navbar-form {
  margin-left: -10px;
  margin-right: -10px;
  padding: 10px 10px;
  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: 6.5px;
  margin-bottom: 6.5px;
}
@media (min-width: 768px) {
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .navbar-form .form-control-static {
    display: inline-block;
  }
  .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .navbar-form .input-group .input-group-addon,
  .navbar-form .input-group .input-group-btn,
  .navbar-form .input-group .form-control {
    width: auto;
  }
  .navbar-form .input-group > .form-control {
    width: 100%;
  }
  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio,
  .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio label,
  .navbar-form .checkbox label {
    padding-left: 0;
  }
  .navbar-form .radio input[type="radio"],
  .navbar-form .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}
@media (max-width: 767px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
  .navbar-form .form-group:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  .navbar-form {
    width: auto;
    border: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    -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 {
  margin-bottom: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.navbar-btn {
  margin-top: 6.5px;
  margin-bottom: 6.5px;
}
.navbar-btn.btn-sm {
  margin-top: 9.5px;
  margin-bottom: 9.5px;
}
.navbar-btn.btn-xs {
  margin-top: 14px;
  margin-bottom: 14px;
}
.navbar-text {
  margin-top: 13.5px;
  margin-bottom: 13.5px;
}
@media (min-width: 768px) {
  .navbar-text {
    float: left;
    margin-left: 10px;
    margin-right: 10px;
  }
}
@media (min-width: 768px) {
  .navbar-left {
    float: left !important;
    float: left;
  }
  .navbar-right {
    float: right !important;
    float: right;
    margin-right: -10px;
  }
  .navbar-right ~ .navbar-right {
    margin-right: 0;
  }
}
.navbar-default {
  background-color: #f0f0f0;
  border-color: #dfdfdf;
}
.navbar-default .navbar-brand {
  color: #1a1a1a;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #010101;
  background-color: transparent;
}
.navbar-default .navbar-text {
  color: #222222;
}
.navbar-default .navbar-nav > li > a {
  color: #1a1a1a;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #030303;
  background-color: transparent;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #222222;
  background-color: #dfdfdf;
}
.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
  color: #808080;
  background-color: transparent;
}
.navbar-default .navbar-toggle {
  border-color: #dddddd;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #dddddd;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #888888;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #dfdfdf;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  background-color: #dfdfdf;
  color: #222222;
}
@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #1a1a1a;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #030303;
    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: #222222;
    background-color: #dfdfdf;
  }
  .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: #808080;
    background-color: transparent;
  }
}
.navbar-default .navbar-link {
  color: #1a1a1a;
}
.navbar-default .navbar-link:hover {
  color: #030303;
}
.navbar-default .btn-link {
  color: #1a1a1a;
}
.navbar-default .btn-link:hover,
.navbar-default .btn-link:focus {
  color: #030303;
}
.navbar-default .btn-link[disabled]:hover,
fieldset[disabled] .navbar-default .btn-link:hover,
.navbar-default .btn-link[disabled]:focus,
fieldset[disabled] .navbar-default .btn-link:focus {
  color: #808080;
}
.navbar-inverse {
  background-color: #222222;
  border-color: #080808;
}
.navbar-inverse .navbar-brand {
  color: #9d9d9d;
}
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: #ffffff;
  background-color: transparent;
}
.navbar-inverse .navbar-text {
  color: #9d9d9d;
}
.navbar-inverse .navbar-nav > li > a {
  color: #9d9d9d;
}
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  color: #ffffff;
  background-color: transparent;
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  color: #ffffff;
  background-color: #080808;
}
.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444444;
  background-color: transparent;
}
.navbar-inverse .navbar-toggle {
  border-color: #333333;
}
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  background-color: #333333;
}
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #ffffff;
}
.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: #ffffff;
}
@media (max-width: 767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #9d9d9d;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #ffffff;
    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: #ffffff;
    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: #444444;
    background-color: transparent;
  }
}
.navbar-inverse .navbar-link {
  color: #9d9d9d;
}
.navbar-inverse .navbar-link:hover {
  color: #ffffff;
}
.navbar-inverse .btn-link {
  color: #9d9d9d;
}
.navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link:focus {
  color: #ffffff;
}
.navbar-inverse .btn-link[disabled]:hover,
fieldset[disabled] .navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link[disabled]:focus,
fieldset[disabled] .navbar-inverse .btn-link:focus {
  color: #444444;
}
.breadcrumb {
  font-family: 'Montserrat', Arial, sans-serif;
  text-transform: none;
  font-weight: 600;
  letter-spacing: 0;
  padding: 0 0;
  margin-bottom: 0;
  list-style: none;
  background-color: transparent;
  border-radius: 4px;
}
.breadcrumb > li {
  display: inline-block;
}
.breadcrumb > li + li:before {
  content: "/\00a0";
  padding: 0 5px;
  color: #808080;
}
.breadcrumb > .active {
  color: #808080;
}
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 23px 0;
  border-radius: 4px;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  line-height: 1.55;
  text-decoration: none;
  color: #222222;
  background-color: #f0f0f0;
  border: 1px solid #e8e8e8;
  margin-left: -1px;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  z-index: 2;
  color: #222222;
  background-color: #d6d6d6;
  border-color: #c9c9c9;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 3;
  color: #222222;
  background-color: #d1d1d1;
  border-color: #c9c9c9;
  cursor: default;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #808080;
  background-color: #f0f0f0;
  border-color: #e6e6e6;
  cursor: not-allowed;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 19px;
  line-height: 1.3333333;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 13px;
  line-height: 1.5;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}
.pager {
  padding-left: 0;
  margin: 23px 0;
  list-style: none;
  text-align: center;
}
.pager li {
  display: inline;
}
.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #f0f0f0;
  border: 1px solid #e8e8e8;
  border-radius: 15px;
}
.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #d6d6d6;
}
.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: #808080;
  background-color: #f0f0f0;
  cursor: not-allowed;
}
.label {
  font-family: 'Montserrat', Arial, sans-serif;
  letter-spacing: 0;
  text-transform: none;
  font-weight: 600;
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
}
a.label:hover,
a.label:focus {
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}
.label:empty {
  display: none;
}
.btn .label {
  position: relative;
  top: -1px;
}
.label-default {
  fill: #f1f1f1;
  color: #f1f1f1;
  background-color: #777777;
}
.label-default[href]:hover,
.label-default[href]:focus {
  background-color: #5e5e5e;
}
.label-primary {
  fill: #f1f1f1;
  color: #f1f1f1;
  background-color: #191919;
}
.label-primary[href]:hover,
.label-primary[href]:focus {
  background-color: #000000;
}
.label-success {
  fill: #f1f1f1;
  color: #f1f1f1;
  background-color: #27b662;
}
.label-success[href]:hover,
.label-success[href]:focus {
  background-color: #1e8c4b;
}
.label-info {
  fill: #333333;
  color: #333333;
  background-color: #5bc0de;
}
.label-info[href]:hover,
.label-info[href]:focus {
  background-color: #31b0d5;
}
.label-warning {
  fill: #333333;
  color: #333333;
  background-color: #fdd835;
}
.label-warning[href]:hover,
.label-warning[href]:focus {
  background-color: #fdce02;
}
.label-danger {
  fill: #f1f1f1;
  color: #f1f1f1;
  background-color: #e96663;
}
.label-danger[href]:hover,
.label-danger[href]:focus {
  background-color: #e33a36;
}
.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 13px;
  font-weight: bold;
  color: #ffffff;
  line-height: 1;
  vertical-align: middle;
  white-space: nowrap;
  text-align: center;
  background-color: #777777;
  border-radius: 10px;
}
.badge:empty {
  display: none;
}
.btn .badge {
  position: relative;
  top: -1px;
}
.btn-xs .badge,
.btn-group-xs > .btn .badge {
  top: 0;
  padding: 1px 5px;
}
a.badge:hover,
a.badge:focus {
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}
.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
  color: #1a4066;
  background-color: #ffffff;
}
.list-group-item > .badge {
  float: right;
}
.list-group-item > .badge + .badge {
  margin-right: 5px;
}
.nav-pills > li > a > .badge {
  margin-left: 3px;
}
.badge.user-list-badge {
  font-size: 67%;
  position: relative;
  top: -2px;
}
.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 23px;
  line-height: 1.55;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 4px;
  -webkit-transition: border 0.2s ease-in-out;
  -o-transition: border 0.2s ease-in-out;
  transition: border 0.2s ease-in-out;
}
.thumbnail > img,
.thumbnail a > img {
  margin-left: auto;
  margin-right: auto;
}
a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #1a4066;
}
.thumbnail .caption {
  padding: 9px;
  color: #222222;
}
.alert {
  padding: 15px;
  margin-bottom: 23px;
  border: 1px solid transparent;
  border-radius: 4px;
}
.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,
.alert-dismissible {
  padding-right: 35px;
}
.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}
.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d !important;
  fill: #3c763d !important;
}
.alert-success hr {
  border-top-color: #c9e2b3;
}
.alert-success .alert-link {
  color: #3c763d !important;
  fill: #3c763d !important;
}
.alert-success .alert-link:hover {
  color: #2b542c !important;
  fill: #2b542c !important;
}
.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f !important;
  fill: #31708f !important;
}
.alert-info hr {
  border-top-color: #a6e1ec;
}
.alert-info .alert-link {
  color: #31708f !important;
  fill: #31708f !important;
}
.alert-info .alert-link:hover {
  color: #245269 !important;
  fill: #245269 !important;
}
.alert-warning {
  background-color: #fdd835;
  border-color: #fdd835;
  color: #333333 !important;
  fill: #333333 !important;
}
.alert-warning hr {
  border-top-color: #fdd31c;
}
.alert-warning .alert-link {
  color: #333333 !important;
  fill: #333333 !important;
}
.alert-warning .alert-link:hover {
  color: #1a1a1a !important;
  fill: #1a1a1a !important;
}
.muted-alert-danger {
  color: #a94442;
  border-left: 4px solid #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.alert-danger {
  background-color: #db231f;
  border-color: #db231f;
  color: #f1f1f1 !important;
  fill: #f1f1f1 !important;
}
.alert-danger hr {
  border-top-color: #c5201c;
}
.alert-danger .alert-link {
  color: #f1f1f1 !important;
  fill: #f1f1f1 !important;
}
.alert-danger .alert-link:hover {
  color: #d8d8d8 !important;
  fill: #d8d8d8 !important;
}
.alert-primary-ui {
  background-color: #333333;
  border-color: #333333;
  color: #f1f1f1 !important;
  fill: #f1f1f1 !important;
}
.alert-primary-ui hr {
  border-top-color: #262626;
}
.alert-primary-ui .alert-link {
  color: #f1f1f1 !important;
  fill: #f1f1f1 !important;
}
.alert-primary-ui .alert-link:hover {
  color: #d8d8d8 !important;
  fill: #d8d8d8 !important;
}
.alert-danger-white {
  background-color: #f1f1f1;
  border-color: #f1f1f1;
  color: #db231f !important;
  fill: #db231f !important;
}
.alert-danger-white hr {
  border-top-color: #e4e4e4;
}
.alert-danger-white .alert-link {
  color: #db231f !important;
  fill: #db231f !important;
}
.alert-danger-white .alert-link:hover {
  color: #af1c19 !important;
  fill: #af1c19 !important;
}
.alert-danger-white ul li {
  color: #000;
}
@-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: 23px;
  margin-bottom: 23px;
  background-color: #f5f5f5;
  border-radius: 4px;
  -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: 13px;
  line-height: 23px;
  color: #ffffff;
  text-align: center;
  background-color: #191919;
  -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;
  -o-transition: width 0.6s ease;
  transition: width 0.6s ease;
}
.progress-striped .progress-bar,
.progress-bar-striped {
  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: -o-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,
.progress-bar.active {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -o-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}
.progress-bar-success {
  background-color: #27b662;
}
.progress-striped .progress-bar-success {
  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: -o-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-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: -o-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: #fdd835;
}
.progress-striped .progress-bar-warning {
  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: -o-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: #e96663;
}
.progress-striped .progress-bar-danger {
  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: -o-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 {
  margin-top: 15px;
}
.media:first-child {
  margin-top: 0;
}
.media,
.media-body {
  zoom: 1;
  overflow: hidden;
}
.media-body {
  width: 10000px;
}
.media-object {
  display: block;
}
.media-object.img-thumbnail {
  max-width: none;
}
.media-right,
.media > .pull-right {
  padding-left: 10px;
}
.media-left,
.media > .pull-left {
  padding-right: 10px;
}
.media-left,
.media-right,
.media-body {
  display: table-cell;
  vertical-align: top;
}
.media-middle {
  vertical-align: middle;
}
.media-bottom {
  vertical-align: bottom;
}
.media-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.media-list {
  padding-left: 0;
  list-style: none;
}
.list-group {
  margin-bottom: 20px;
  padding-left: 0;
}
.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #f0f0f0;
  border: 1px solid transparent;
}
.list-group-item:first-child {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
a.list-group-item,
button.list-group-item {
  color: #222222;
}
a.list-group-item .list-group-item-heading,
button.list-group-item .list-group-item-heading {
  color: #808080;
}
a.list-group-item:hover,
button.list-group-item:hover,
a.list-group-item:focus,
button.list-group-item:focus {
  text-decoration: none;
  color: #222222;
  background-color: #e8e8e8;
}
button.list-group-item {
  width: 100%;
  text-align: left;
}
.list-group-item.disabled,
.list-group-item.disabled:hover,
.list-group-item.disabled:focus {
  background-color: #808080;
  color: transparent;
  cursor: not-allowed;
}
.list-group-item.disabled .list-group-item-heading,
.list-group-item.disabled:hover .list-group-item-heading,
.list-group-item.disabled:focus .list-group-item-heading {
  color: inherit;
}
.list-group-item.disabled .list-group-item-text,
.list-group-item.disabled:hover .list-group-item-text,
.list-group-item.disabled:focus .list-group-item-text {
  color: transparent;
}
.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
  z-index: 2;
  color: #ffffff;
  background-color: #1a4066;
  border-color: #1a4066;
}
.list-group-item.active .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading,
.list-group-item.active .list-group-item-heading > small,
.list-group-item.active:hover .list-group-item-heading > small,
.list-group-item.active:focus .list-group-item-heading > small,
.list-group-item.active .list-group-item-heading > .small,
.list-group-item.active:hover .list-group-item-heading > .small,
.list-group-item.active:focus .list-group-item-heading > .small {
  color: inherit;
}
.list-group-item.active .list-group-item-text,
.list-group-item.active:hover .list-group-item-text,
.list-group-item.active:focus .list-group-item-text {
  color: #71a6db;
}
.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8;
}
a.list-group-item-success,
button.list-group-item-success {
  color: #3c763d;
}
a.list-group-item-success .list-group-item-heading,
button.list-group-item-success .list-group-item-heading {
  color: inherit;
}
a.list-group-item-success:hover,
button.list-group-item-success:hover,
a.list-group-item-success:focus,
button.list-group-item-success:focus {
  color: #3c763d;
  background-color: #d0e9c6;
}
a.list-group-item-success.active,
button.list-group-item-success.active,
a.list-group-item-success.active:hover,
button.list-group-item-success.active:hover,
a.list-group-item-success.active:focus,
button.list-group-item-success.active:focus {
  color: #fff;
  background-color: #3c763d;
  border-color: #3c763d;
}
.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7;
}
a.list-group-item-info,
button.list-group-item-info {
  color: #31708f;
}
a.list-group-item-info .list-group-item-heading,
button.list-group-item-info .list-group-item-heading {
  color: inherit;
}
a.list-group-item-info:hover,
button.list-group-item-info:hover,
a.list-group-item-info:focus,
button.list-group-item-info:focus {
  color: #31708f;
  background-color: #c4e3f3;
}
a.list-group-item-info.active,
button.list-group-item-info.active,
a.list-group-item-info.active:hover,
button.list-group-item-info.active:hover,
a.list-group-item-info.active:focus,
button.list-group-item-info.active:focus {
  color: #fff;
  background-color: #31708f;
  border-color: #31708f;
}
.list-group-item-warning {
  color: #333333;
  background-color: #fdd835;
}
a.list-group-item-warning,
button.list-group-item-warning {
  color: #333333;
}
a.list-group-item-warning .list-group-item-heading,
button.list-group-item-warning .list-group-item-heading {
  color: inherit;
}
a.list-group-item-warning:hover,
button.list-group-item-warning:hover,
a.list-group-item-warning:focus,
button.list-group-item-warning:focus {
  color: #333333;
  background-color: #fdd31c;
}
a.list-group-item-warning.active,
button.list-group-item-warning.active,
a.list-group-item-warning.active:hover,
button.list-group-item-warning.active:hover,
a.list-group-item-warning.active:focus,
button.list-group-item-warning.active:focus {
  color: #fff;
  background-color: #333333;
  border-color: #333333;
}
.list-group-item-danger {
  color: #f1f1f1;
  background-color: #e96663;
}
a.list-group-item-danger,
button.list-group-item-danger {
  color: #f1f1f1;
}
a.list-group-item-danger .list-group-item-heading,
button.list-group-item-danger .list-group-item-heading {
  color: inherit;
}
a.list-group-item-danger:hover,
button.list-group-item-danger:hover,
a.list-group-item-danger:focus,
button.list-group-item-danger:focus {
  color: #f1f1f1;
  background-color: #e6504d;
}
a.list-group-item-danger.active,
button.list-group-item-danger.active,
a.list-group-item-danger.active:hover,
button.list-group-item-danger.active:hover,
a.list-group-item-danger.active:focus,
button.list-group-item-danger.active:focus {
  color: #fff;
  background-color: #f1f1f1;
  border-color: #f1f1f1;
}
.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}
.panel {
  margin-bottom: 23px;
  background-color: #ffffff;
  border: 1px solid transparent;
  border-radius: 4px;
  -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-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}
.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 17px;
  color: inherit;
}
.panel-title > a,
.panel-title > small,
.panel-title > .small,
.panel-title > small > a,
.panel-title > .small > a {
  color: inherit;
}
.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #dddddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .list-group,
.panel > .panel-collapse > .list-group {
  margin-bottom: 0;
}
.panel > .list-group .list-group-item,
.panel > .panel-collapse > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}
.panel > .list-group:first-child .list-group-item:first-child,
.panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.panel > .list-group:last-child .list-group-item:last-child,
.panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}
.list-group + .panel-footer {
  border-top-width: 0;
}
.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
  margin-bottom: 0;
}
.panel > .table caption,
.panel > .table-responsive > .table caption,
.panel > .panel-collapse > .table caption {
  padding-left: 15px;
  padding-right: 15px;
}
.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: 3px;
}
.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 3px;
}
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
  border-top: 1px solid #e6e6e6;
}
.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}
.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}
.panel > .table-responsive {
  border: 0;
  margin-bottom: 0;
}
.panel-group {
  margin-bottom: 23px;
}
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px;
}
.panel-group .panel + .panel {
  margin-top: 5px;
}
.panel-group .panel-heading {
  border-bottom: 0;
}
.panel-group .panel-heading + .panel-collapse > .panel-body,
.panel-group .panel-heading + .panel-collapse > .list-group {
  border-top: 1px solid #dddddd;
}
.panel-group .panel-footer {
  border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #dddddd;
}
.panel-default {
  border-color: #e6e6e6;
}
.panel-default > .panel-heading {
  color: #222222;
  background-color: #f0f0f0;
  border-color: #e6e6e6;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #e6e6e6;
}
.panel-default > .panel-heading .badge {
  color: #f0f0f0;
  background-color: #222222;
}
.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #e6e6e6;
}
.panel-primary {
  border-color: #191919;
}
.panel-primary > .panel-heading {
  color: #ffffff;
  background-color: #191919;
  border-color: #191919;
}
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #191919;
}
.panel-primary > .panel-heading .badge {
  color: #191919;
  background-color: #ffffff;
}
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #191919;
}
.panel-success {
  border-color: #d6e9c6;
}
.panel-success > .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #d6e9c6;
}
.panel-success > .panel-heading .badge {
  color: #dff0d8;
  background-color: #3c763d;
}
.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #d6e9c6;
}
.panel-info {
  border-color: #bce8f1;
}
.panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #bce8f1;
}
.panel-info > .panel-heading .badge {
  color: #d9edf7;
  background-color: #31708f;
}
.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #bce8f1;
}
.panel-warning {
  border-color: #fdd835;
}
.panel-warning > .panel-heading {
  color: #333333;
  background-color: #fdd835;
  border-color: #fdd835;
}
.panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #fdd835;
}
.panel-warning > .panel-heading .badge {
  color: #fdd835;
  background-color: #333333;
}
.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #fdd835;
}
.panel-danger {
  border-color: #e96663;
}
.panel-danger > .panel-heading {
  color: #f1f1f1;
  background-color: #e96663;
  border-color: #e96663;
}
.panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #e96663;
}
.panel-danger > .panel-heading .badge {
  color: #e96663;
  background-color: #f1f1f1;
}
.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #e96663;
}
.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  border: 0;
}
.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}
.embed-responsive-4by3 {
  padding-bottom: 75%;
}
.close,
.back {
  float: right;
  font-size: 22.5px;
  font-weight: bold;
  line-height: 1;
  color: #000000;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.close:hover,
.back:hover,
.close:focus,
.back:focus {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
button.close,
button.back {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}
.modal-open {
  overflow: hidden;
}
.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
.modal-content {
  position: relative;
  background-color: #ffffff;
  border: 1px solid #f2f2f2;
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: .9;
  z-index: 1040;
  background-color: #14314e;
}
.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 #e6e6e6;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.55;
}
.modal-body {
  position: relative;
  padding: 15px;
}
#form-modal .modal-body,
#pyv-wrapper .modal-body,
#pyv-exit-modal .modal-body {
  max-height: calc(72vh);
  overflow-y: scroll;
}
#js-share-modal .modal-body {
  max-height: 500px;
  overflow-y: scroll;
}
.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e6e6e6;
}
.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}
.tooltip {
  pointer-events: none;
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: 'Arvo', Arial, Verdana, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.55;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 13px;
  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: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.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: #000000;
}
.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.clearfix:before,
.clearfix:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.pager:before,
.pager:after,
.panel-body:before,
.panel-body:after,
.modal-header:before,
.modal-header:after,
.modal-footer:before,
.modal-footer:after {
  content: " ";
  display: table;
}
.clearfix:after,
.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.pager:after,
.panel-body:after,
.modal-header:after,
.modal-footer:after {
  clear: both;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
}
.affix {
  position: fixed;
}
.ml-n4 {
  margin-left: -4px;
}
@-ms-viewport {
  width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table !important;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table !important;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table !important;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table !important;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table !important;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}
.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}
.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}
/*!
 *  Font Awesome 3.2.1
 *  the iconic font designed for Bootstrap
 *  ------------------------------------------------------------------------------
 *  The full suite of pictographic icons, examples, and documentation can be
 *  found at http://fontawesome.io.  Stay up to date on Twitter at
 *  http://twitter.com/fontawesome.
 *
 *  License
 *  ------------------------------------------------------------------------------
 *  - The Font Awesome font is licensed under SIL OFL 1.1 -
 *    http://scripts.sil.org/OFL
 *  - Font Awesome CSS, LESS, and SASS files are licensed under MIT License -
 *    http://opensource.org/licenses/mit-license.html
 *  - Font Awesome documentation licensed under CC BY 3.0 -
 *    http://creativecommons.org/licenses/by/3.0/
 *  - Attribution is no longer required in Font Awesome 3.0, but much appreciated:
 *    "Font Awesome by Dave Gandy - http://fontawesome.io"
 *
 *  Author - Dave Gandy
 *  ------------------------------------------------------------------------------
 *  Email: dave@fontawesome.io
 *  Twitter: http://twitter.com/davegandy
 *  Work: Lead Product Designer @ Kyruus - http://kyruus.com
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url('/fonts/fontawesome/webfont.eot?v=3.2.1');
  src: url('/fonts/fontawesome/webfont.eot?#iefix&v=3.2.1') format('embedded-opentype'), url('/fonts/fontawesome/webfont.woff?v=3.2.1') format('woff'), url('/fonts/fontawesome/webfont.ttf?v=3.2.1') format('truetype'), url('/fonts/fontawesome/webfont.svg#fontawesomeregular?v=3.2.1') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
/* FONT AWESOME CORE
 * -------------------------- */
[class^="icon-"],
[class*=" icon-"] {
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  *margin-right: .3em;
}
[class^="icon-"]:before,
[class*=" icon-"]:before {
  text-decoration: inherit;
  display: inline-block;
  speak: none;
}
/* makes the font 33% larger relative to the icon container */
.icon-large:before {
  vertical-align: -10%;
  font-size: 1.3333333333333333em;
}
/* makes sure icons active on rollover in links */
a [class^="icon-"],
a [class*=" icon-"] {
  display: inline;
}
/* increased font size for icon-large */
[class^="icon-"].icon-fixed-width,
[class*=" icon-"].icon-fixed-width {
  display: inline-block;
  width: 1.1428571428571428em;
  text-align: right;
  padding-right: 0.2857142857142857em;
}
[class^="icon-"].icon-fixed-width.icon-large,
[class*=" icon-"].icon-fixed-width.icon-large {
  width: 1.4285714285714286em;
}
.icons-ul {
  margin-left: 2.142857142857143em;
  list-style-type: none;
}
.icons-ul > li {
  position: relative;
}
.icons-ul .icon-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.142857142857143em;
  text-align: center;
  line-height: inherit;
}
[class^="icon-"].hide,
[class*=" icon-"].hide {
  display: none;
}
.icon-muted {
  color: #eeeeee;
}
.icon-light {
  color: #ffffff;
}
.icon-dark {
  color: #333333;
}
.icon-border {
  border: solid 1px #eeeeee;
  padding: .2em .25em .15em;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.icon-2x {
  font-size: 2em;
}
.icon-2x.icon-border {
  border-width: 2px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.icon-3x {
  font-size: 3em;
}
.icon-3x.icon-border {
  border-width: 3px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.icon-4x {
  font-size: 4em;
}
.icon-4x.icon-border {
  border-width: 4px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.icon-5x {
  font-size: 5em;
}
.icon-5x.icon-border {
  border-width: 5px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
}
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
[class^="icon-"].pull-left,
[class*=" icon-"].pull-left {
  margin-right: .3em;
}
[class^="icon-"].pull-right,
[class*=" icon-"].pull-right {
  margin-left: .3em;
}
/* BOOTSTRAP SPECIFIC CLASSES
 * -------------------------- */
/* Bootstrap 2.0 sprites.less reset */
[class^="icon-"],
[class*=" icon-"] {
  display: inline;
  width: auto;
  height: auto;
  line-height: normal;
  vertical-align: baseline;
  background-image: none;
  background-position: 0% 0%;
  background-repeat: repeat;
  margin-top: 0;
}
/* more sprites.less reset */
.icon-white,
.nav-pills > .active > a > [class^="icon-"],
.nav-pills > .active > a > [class*=" icon-"],
.nav-list > .active > a > [class^="icon-"],
.nav-list > .active > a > [class*=" icon-"],
.navbar-inverse .nav > .active > a > [class^="icon-"],
.navbar-inverse .nav > .active > a > [class*=" icon-"],
.dropdown-menu > li > a:hover > [class^="icon-"],
.dropdown-menu > li > a:hover > [class*=" icon-"],
.dropdown-menu > .active > a > [class^="icon-"],
.dropdown-menu > .active > a > [class*=" icon-"],
.dropdown-submenu:hover > a > [class^="icon-"],
.dropdown-submenu:hover > a > [class*=" icon-"] {
  background-image: none;
}
/* keeps Bootstrap styles with and without icons the same */
.btn [class^="icon-"].icon-large,
.nav [class^="icon-"].icon-large,
.btn [class*=" icon-"].icon-large,
.nav [class*=" icon-"].icon-large {
  line-height: .9em;
}
.btn [class^="icon-"].icon-spin,
.nav [class^="icon-"].icon-spin,
.btn [class*=" icon-"].icon-spin,
.nav [class*=" icon-"].icon-spin {
  display: inline-block;
}
.nav-tabs [class^="icon-"],
.nav-pills [class^="icon-"],
.nav-tabs [class*=" icon-"],
.nav-pills [class*=" icon-"],
.nav-tabs [class^="icon-"].icon-large,
.nav-pills [class^="icon-"].icon-large,
.nav-tabs [class*=" icon-"].icon-large,
.nav-pills [class*=" icon-"].icon-large {
  line-height: .9em;
}
.btn [class^="icon-"].pull-left.icon-2x,
.btn [class*=" icon-"].pull-left.icon-2x,
.btn [class^="icon-"].pull-right.icon-2x,
.btn [class*=" icon-"].pull-right.icon-2x {
  margin-top: .18em;
}
.btn [class^="icon-"].icon-spin.icon-large,
.btn [class*=" icon-"].icon-spin.icon-large {
  line-height: .8em;
}
.btn.btn-small [class^="icon-"].pull-left.icon-2x,
.btn.btn-small [class*=" icon-"].pull-left.icon-2x,
.btn.btn-small [class^="icon-"].pull-right.icon-2x,
.btn.btn-small [class*=" icon-"].pull-right.icon-2x {
  margin-top: .25em;
}
.btn.btn-large [class^="icon-"],
.btn.btn-large [class*=" icon-"] {
  margin-top: 0;
}
.btn.btn-large [class^="icon-"].pull-left.icon-2x,
.btn.btn-large [class*=" icon-"].pull-left.icon-2x,
.btn.btn-large [class^="icon-"].pull-right.icon-2x,
.btn.btn-large [class*=" icon-"].pull-right.icon-2x {
  margin-top: .05em;
}
.btn.btn-large [class^="icon-"].pull-left.icon-2x,
.btn.btn-large [class*=" icon-"].pull-left.icon-2x {
  margin-right: .2em;
}
.btn.btn-large [class^="icon-"].pull-right.icon-2x,
.btn.btn-large [class*=" icon-"].pull-right.icon-2x {
  margin-left: .2em;
}
/* Fixes alignment in nav lists */
.nav-list [class^="icon-"],
.nav-list [class*=" icon-"] {
  line-height: inherit;
}
/* EXTRAS
 * -------------------------- */
/* Stacked and layered icon */
.icon-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: -35%;
}
.icon-stack [class^="icon-"],
.icon-stack [class*=" icon-"] {
  display: block;
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  font-size: 1em;
  line-height: inherit;
  *line-height: 2em;
}
.icon-stack .icon-stack-base {
  font-size: 2em;
  *line-height: 1em;
}
/* Animated rotating icon */
.icon-spin {
  display: inline-block;
  -moz-animation: spin 2s infinite linear;
  -o-animation: spin 2s infinite linear;
  -webkit-animation: spin 2s infinite linear;
  animation: spin 2s infinite linear;
}
/* Prevent stack and spinners from being taken inline when inside a link */
a .icon-stack,
a .icon-spin {
  display: inline-block;
  text-decoration: none;
}
@-moz-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(359deg);
  }
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
  }
}
@-o-keyframes spin {
  0% {
    -o-transform: rotate(0deg);
  }
  100% {
    -o-transform: rotate(359deg);
  }
}
@-ms-keyframes spin {
  0% {
    -ms-transform: rotate(0deg);
  }
  100% {
    -ms-transform: rotate(359deg);
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
}
/* Icon rotations and mirroring */
.icon-rotate-90:before {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
}
.icon-rotate-180:before {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
}
.icon-rotate-270:before {
  -webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  transform: rotate(270deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}
.icon-flip-horizontal:before {
  -webkit-transform: scale(-1, 1);
  -moz-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  -o-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.icon-flip-vertical:before {
  -webkit-transform: scale(1, -1);
  -moz-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  -o-transform: scale(1, -1);
  transform: scale(1, -1);
}
/* ensure rotation occurs inside anchor tags */
a .icon-rotate-90:before,
a .icon-rotate-180:before,
a .icon-rotate-270:before,
a .icon-flip-horizontal:before,
a .icon-flip-vertical:before {
  display: inline-block;
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.icon-glass:before {
  content: "\f000";
}
.icon-music:before {
  content: "\f001";
}
.icon-search:before {
  content: "\f002";
}
.icon-envelope-alt:before {
  content: "\f003";
}
.icon-heart:before {
  content: "\f004";
}
.icon-star:before {
  content: "\f005";
}
.icon-star-empty:before {
  content: "\f006";
}
.icon-user:before {
  content: "\f007";
}
.icon-film:before {
  content: "\f008";
}
.icon-th-large:before {
  content: "\f009";
}
.icon-th:before {
  content: "\f00a";
}
.icon-th-list:before {
  content: "\f00b";
}
.icon-ok:before {
  content: "\f00c";
}
.icon-remove:before {
  content: "\f00d";
}
.icon-zoom-in:before {
  content: "\f00e";
}
.icon-zoom-out:before {
  content: "\f010";
}
.icon-power-off:before,
.icon-off:before {
  content: "\f011";
}
.icon-signal:before {
  content: "\f012";
}
.icon-gear:before,
.icon-cog:before {
  content: "\f013";
}
.icon-trash:before {
  content: "\f014";
}
.icon-home:before {
  content: "\f015";
}
.icon-file-alt:before {
  content: "\f016";
}
.icon-time:before {
  content: "\f017";
}
.icon-road:before {
  content: "\f018";
}
.icon-download-alt:before {
  content: "\f019";
}
.icon-download:before {
  content: "\f01a";
}
.icon-upload:before {
  content: "\f01b";
}
.icon-inbox:before {
  content: "\f01c";
}
.icon-play-circle:before {
  content: "\f01d";
}
.icon-rotate-right:before,
.icon-repeat:before {
  content: "\f01e";
}
.icon-refresh:before {
  content: "\f021";
}
.icon-list-alt:before {
  content: "\f022";
}
.icon-lock:before {
  content: "\f023";
}
.icon-flag:before {
  content: "\f024";
}
.icon-headphones:before {
  content: "\f025";
}
.icon-volume-off:before {
  content: "\f026";
}
.icon-volume-down:before {
  content: "\f027";
}
.icon-volume-up:before {
  content: "\f028";
}
.icon-qrcode:before {
  content: "\f029";
}
.icon-barcode:before {
  content: "\f02a";
}
.icon-tag:before {
  content: "\f02b";
}
.icon-tags:before {
  content: "\f02c";
}
.icon-book:before {
  content: "\f02d";
}
.icon-bookmark:before {
  content: "\f02e";
}
.icon-print:before {
  content: "\f02f";
}
.icon-camera:before {
  content: "\f030";
}
.icon-font:before {
  content: "\f031";
}
.icon-bold:before {
  content: "\f032";
}
.icon-italic:before {
  content: "\f033";
}
.icon-text-height:before {
  content: "\f034";
}
.icon-text-width:before {
  content: "\f035";
}
.icon-align-left:before {
  content: "\f036";
}
.icon-align-center:before {
  content: "\f037";
}
.icon-align-right:before {
  content: "\f038";
}
.icon-align-justify:before {
  content: "\f039";
}
.icon-list:before {
  content: "\f03a";
}
.icon-indent-left:before {
  content: "\f03b";
}
.icon-indent-right:before {
  content: "\f03c";
}
.icon-facetime-video:before {
  content: "\f03d";
}
.icon-picture:before {
  content: "\f03e";
}
.icon-pencil:before {
  content: "\f040";
}
.icon-map-marker:before {
  content: "\f041";
}
.icon-adjust:before {
  content: "\f042";
}
.icon-tint:before {
  content: "\f043";
}
.icon-edit:before {
  content: "\f044";
}
.icon-share:before {
  content: "\f045";
}
.icon-check:before {
  content: "\f046";
}
.icon-move:before {
  content: "\f047";
}
.icon-step-backward:before {
  content: "\f048";
}
.icon-fast-backward:before {
  content: "\f049";
}
.icon-backward:before {
  content: "\f04a";
}
.icon-play:before {
  content: "\f04b";
}
.icon-pause:before {
  content: "\f04c";
}
.icon-stop:before {
  content: "\f04d";
}
.icon-forward:before {
  content: "\f04e";
}
.icon-fast-forward:before {
  content: "\f050";
}
.icon-step-forward:before {
  content: "\f051";
}
.icon-eject:before {
  content: "\f052";
}
.icon-chevron-left:before {
  content: "\f053";
}
.icon-chevron-right:before {
  content: "\f054";
}
.icon-plus-sign:before {
  content: "\f055";
}
.icon-minus-sign:before {
  content: "\f056";
}
.icon-remove-sign:before {
  content: "\f057";
}
.icon-ok-sign:before {
  content: "\f058";
}
.icon-question-sign:before {
  content: "\f059";
}
.icon-info-sign:before {
  content: "\f05a";
}
.icon-screenshot:before {
  content: "\f05b";
}
.icon-remove-circle:before {
  content: "\f05c";
}
.icon-ok-circle:before {
  content: "\f05d";
}
.icon-ban-circle:before {
  content: "\f05e";
}
.icon-arrow-left:before {
  content: "\f060";
}
.icon-arrow-right:before {
  content: "\f061";
}
.icon-arrow-up:before {
  content: "\f062";
}
.icon-arrow-down:before {
  content: "\f063";
}
.icon-mail-forward:before,
.icon-share-alt:before {
  content: "\f064";
}
.icon-resize-full:before {
  content: "\f065";
}
.icon-resize-small:before {
  content: "\f066";
}
.icon-plus:before {
  content: "\f067";
}
.icon-minus:before {
  content: "\f068";
}
.icon-asterisk:before {
  content: "\f069";
}
.icon-exclamation-sign:before {
  content: "\f06a";
}
.icon-gift:before {
  content: "\f06b";
}
.icon-leaf:before {
  content: "\f06c";
}
.icon-fire:before {
  content: "\f06d";
}
.icon-eye-open:before {
  content: "\f06e";
}
.icon-eye-close:before {
  content: "\f070";
}
.icon-warning-sign:before {
  content: "\f071";
}
.icon-plane:before {
  content: "\f072";
}
.icon-calendar:before {
  content: "\f073";
}
.icon-random:before {
  content: "\f074";
}
.icon-comment:before {
  content: "\f075";
}
.icon-magnet:before {
  content: "\f076";
}
.icon-chevron-up:before {
  content: "\f077";
}
.icon-chevron-down:before {
  content: "\f078";
}
.icon-retweet:before {
  content: "\f079";
}
.icon-shopping-cart:before {
  content: "\f07a";
}
.icon-folder-close:before {
  content: "\f07b";
}
.icon-folder-open:before {
  content: "\f07c";
}
.icon-resize-vertical:before {
  content: "\f07d";
}
.icon-resize-horizontal:before {
  content: "\f07e";
}
.icon-bar-chart:before {
  content: "\f080";
}
.icon-twitter-sign:before {
  content: "\f081";
}
.icon-facebook-sign:before {
  content: "\f082";
}
.icon-camera-retro:before {
  content: "\f083";
}
.icon-key:before {
  content: "\f084";
}
.icon-gears:before,
.icon-cogs:before {
  content: "\f085";
}
.icon-comments:before {
  content: "\f086";
}
.icon-thumbs-up-alt:before {
  content: "\f087";
}
.icon-thumbs-down-alt:before {
  content: "\f088";
}
.icon-star-half:before {
  content: "\f089";
}
.icon-heart-empty:before {
  content: "\f08a";
}
.icon-signout:before {
  content: "\f08b";
}
.icon-linkedin-sign:before {
  content: "\f08c";
}
.icon-pushpin:before {
  content: "\f08d";
}
.icon-external-link:before {
  content: "\f08e";
}
.icon-signin:before {
  content: "\f090";
}
.icon-trophy:before {
  content: "\f091";
}
.icon-github-sign:before {
  content: "\f092";
}
.icon-upload-alt:before {
  content: "\f093";
}
.icon-lemon:before {
  content: "\f094";
}
.icon-phone:before {
  content: "\f095";
}
.icon-unchecked:before,
.icon-check-empty:before {
  content: "\f096";
}
.icon-bookmark-empty:before {
  content: "\f097";
}
.icon-phone-sign:before {
  content: "\f098";
}
.icon-twitter:before {
  content: "\f099";
}
.icon-facebook:before {
  content: "\f09a";
}
.icon-github:before {
  content: "\f09b";
}
.icon-unlock:before {
  content: "\f09c";
}
.icon-credit-card:before {
  content: "\f09d";
}
.icon-rss:before {
  content: "\f09e";
}
.icon-hdd:before {
  content: "\f0a0";
}
.icon-bullhorn:before {
  content: "\f0a1";
}
.icon-bell:before {
  content: "\f0a2";
}
.icon-certificate:before {
  content: "\f0a3";
}
.icon-hand-right:before {
  content: "\f0a4";
}
.icon-hand-left:before {
  content: "\f0a5";
}
.icon-hand-up:before {
  content: "\f0a6";
}
.icon-hand-down:before {
  content: "\f0a7";
}
.icon-circle-arrow-left:before {
  content: "\f0a8";
}
.icon-circle-arrow-right:before {
  content: "\f0a9";
}
.icon-circle-arrow-up:before {
  content: "\f0aa";
}
.icon-circle-arrow-down:before {
  content: "\f0ab";
}
.icon-globe:before {
  content: "\f0ac";
}
.icon-wrench:before {
  content: "\f0ad";
}
.icon-tasks:before {
  content: "\f0ae";
}
.icon-filter:before {
  content: "\f0b0";
}
.icon-briefcase:before {
  content: "\f0b1";
}
.icon-fullscreen:before {
  content: "\f0b2";
}
.icon-group:before {
  content: "\f0c0";
}
.icon-link:before {
  content: "\f0c1";
}
.icon-cloud:before {
  content: "\f0c2";
}
.icon-beaker:before {
  content: "\f0c3";
}
.icon-cut:before {
  content: "\f0c4";
}
.icon-copy:before {
  content: "\f0c5";
}
.icon-paperclip:before,
.icon-paper-clip:before {
  content: "\f0c6";
}
.icon-save:before {
  content: "\f0c7";
}
.icon-sign-blank:before {
  content: "\f0c8";
}
.icon-reorder:before {
  content: "\f0c9";
}
.icon-list-ul:before {
  content: "\f0ca";
}
.icon-list-ol:before {
  content: "\f0cb";
}
.icon-strikethrough:before {
  content: "\f0cc";
}
.icon-underline:before {
  content: "\f0cd";
}
.icon-table:before {
  content: "\f0ce";
}
.icon-magic:before {
  content: "\f0d0";
}
.icon-truck:before {
  content: "\f0d1";
}
.icon-pinterest:before {
  content: "\f0d2";
}
.icon-pinterest-sign:before {
  content: "\f0d3";
}
.icon-google-plus-sign:before {
  content: "\f0d4";
}
.icon-google-plus:before {
  content: "\f0d5";
}
.icon-money:before {
  content: "\f0d6";
}
.icon-caret-down:before {
  content: "\f0d7";
}
.icon-caret-up:before {
  content: "\f0d8";
}
.icon-caret-left:before {
  content: "\f0d9";
}
.icon-caret-right:before {
  content: "\f0da";
}
.icon-columns:before {
  content: "\f0db";
}
.icon-sort:before {
  content: "\f0dc";
}
.icon-sort-down:before {
  content: "\f0dd";
}
.icon-sort-up:before {
  content: "\f0de";
}
.icon-envelope:before {
  content: "\f0e0";
}
.icon-linkedin:before {
  content: "\f0e1";
}
.icon-rotate-left:before,
.icon-undo:before {
  content: "\f0e2";
}
.icon-legal:before {
  content: "\f0e3";
}
.icon-dashboard:before {
  content: "\f0e4";
}
.icon-comment-alt:before {
  content: "\f0e5";
}
.icon-comments-alt:before {
  content: "\f0e6";
}
.icon-bolt:before {
  content: "\f0e7";
}
.icon-sitemap:before {
  content: "\f0e8";
}
.icon-umbrella:before {
  content: "\f0e9";
}
.icon-paste:before {
  content: "\f0ea";
}
.icon-lightbulb:before {
  content: "\f0eb";
}
.icon-exchange:before {
  content: "\f0ec";
}
.icon-cloud-download:before {
  content: "\f0ed";
}
.icon-cloud-upload:before {
  content: "\f0ee";
}
.icon-user-md:before {
  content: "\f0f0";
}
.icon-stethoscope:before {
  content: "\f0f1";
}
.icon-suitcase:before {
  content: "\f0f2";
}
.icon-bell-alt:before {
  content: "\f0f3";
}
.icon-coffee:before {
  content: "\f0f4";
}
.icon-food:before {
  content: "\f0f5";
}
.icon-file-text-alt:before {
  content: "\f0f6";
}
.icon-building:before {
  content: "\f0f7";
}
.icon-hospital:before {
  content: "\f0f8";
}
.icon-ambulance:before {
  content: "\f0f9";
}
.icon-medkit:before {
  content: "\f0fa";
}
.icon-fighter-jet:before {
  content: "\f0fb";
}
.icon-beer:before {
  content: "\f0fc";
}
.icon-h-sign:before {
  content: "\f0fd";
}
.icon-plus-sign-alt:before {
  content: "\f0fe";
}
.icon-double-angle-left:before {
  content: "\f100";
}
.icon-double-angle-right:before {
  content: "\f101";
}
.icon-double-angle-up:before {
  content: "\f102";
}
.icon-double-angle-down:before {
  content: "\f103";
}
.icon-angle-left:before {
  content: "\f104";
}
.icon-angle-right:before {
  content: "\f105";
}
.icon-angle-up:before {
  content: "\f106";
}
.icon-angle-down:before {
  content: "\f107";
}
.icon-desktop:before {
  content: "\f108";
}
.icon-laptop:before {
  content: "\f109";
}
.icon-tablet:before {
  content: "\f10a";
}
.icon-mobile-phone:before {
  content: "\f10b";
}
.icon-circle-blank:before {
  content: "\f10c";
}
.icon-quote-left:before {
  content: "\f10d";
}
.icon-quote-right:before {
  content: "\f10e";
}
.icon-spinner:before {
  content: "\f110";
}
.icon-circle:before {
  content: "\f111";
}
.icon-mail-reply:before,
.icon-reply:before {
  content: "\f112";
}
.icon-github-alt:before {
  content: "\f113";
}
.icon-folder-close-alt:before {
  content: "\f114";
}
.icon-folder-open-alt:before {
  content: "\f115";
}
.icon-expand-alt:before {
  content: "\f116";
}
.icon-collapse-alt:before {
  content: "\f117";
}
.icon-smile:before {
  content: "\f118";
}
.icon-frown:before {
  content: "\f119";
}
.icon-meh:before {
  content: "\f11a";
}
.icon-gamepad:before {
  content: "\f11b";
}
.icon-keyboard:before {
  content: "\f11c";
}
.icon-flag-alt:before {
  content: "\f11d";
}
.icon-flag-checkered:before {
  content: "\f11e";
}
.icon-terminal:before {
  content: "\f120";
}
.icon-code:before {
  content: "\f121";
}
.icon-reply-all:before {
  content: "\f122";
}
.icon-mail-reply-all:before {
  content: "\f122";
}
.icon-star-half-full:before,
.icon-star-half-empty:before {
  content: "\f123";
}
.icon-location-arrow:before {
  content: "\f124";
}
.icon-crop:before {
  content: "\f125";
}
.icon-code-fork:before {
  content: "\f126";
}
.icon-unlink:before {
  content: "\f127";
}
.icon-question:before {
  content: "\f128";
}
.icon-info:before {
  content: "\f129";
}
.icon-exclamation:before {
  content: "\f12a";
}
.icon-superscript:before {
  content: "\f12b";
}
.icon-subscript:before {
  content: "\f12c";
}
.icon-eraser:before {
  content: "\f12d";
}
.icon-puzzle-piece:before {
  content: "\f12e";
}
.icon-microphone:before {
  content: "\f130";
}
.icon-microphone-off:before {
  content: "\f131";
}
.icon-shield:before {
  content: "\f132";
}
.icon-calendar-empty:before {
  content: "\f133";
}
.icon-fire-extinguisher:before {
  content: "\f134";
}
.icon-rocket:before {
  content: "\f135";
}
.icon-maxcdn:before {
  content: "\f136";
}
.icon-chevron-sign-left:before {
  content: "\f137";
}
.icon-chevron-sign-right:before {
  content: "\f138";
}
.icon-chevron-sign-up:before {
  content: "\f139";
}
.icon-chevron-sign-down:before {
  content: "\f13a";
}
.icon-html5:before {
  content: "\f13b";
}
.icon-css3:before {
  content: "\f13c";
}
.icon-anchor:before {
  content: "\f13d";
}
.icon-unlock-alt:before {
  content: "\f13e";
}
.icon-bullseye:before {
  content: "\f140";
}
.icon-ellipsis-horizontal:before {
  content: "\f141";
}
.icon-ellipsis-vertical:before {
  content: "\f142";
}
.icon-rss-sign:before {
  content: "\f143";
}
.icon-play-sign:before {
  content: "\f144";
}
.icon-ticket:before {
  content: "\f145";
}
.icon-minus-sign-alt:before {
  content: "\f146";
}
.icon-check-minus:before {
  content: "\f147";
}
.icon-level-up:before {
  content: "\f148";
}
.icon-level-down:before {
  content: "\f149";
}
.icon-check-sign:before {
  content: "\f14a";
}
.icon-edit-sign:before {
  content: "\f14b";
}
.icon-external-link-sign:before {
  content: "\f14c";
}
.icon-share-sign:before {
  content: "\f14d";
}
.icon-compass:before {
  content: "\f14e";
}
.icon-collapse:before {
  content: "\f150";
}
.icon-collapse-top:before {
  content: "\f151";
}
.icon-expand:before {
  content: "\f152";
}
.icon-euro:before,
.icon-eur:before {
  content: "\f153";
}
.icon-gbp:before {
  content: "\f154";
}
.icon-dollar:before,
.icon-usd:before {
  content: "\f155";
}
.icon-rupee:before,
.icon-inr:before {
  content: "\f156";
}
.icon-yen:before,
.icon-jpy:before {
  content: "\f157";
}
.icon-renminbi:before,
.icon-cny:before {
  content: "\f158";
}
.icon-won:before,
.icon-krw:before {
  content: "\f159";
}
.icon-bitcoin:before,
.icon-btc:before {
  content: "\f15a";
}
.icon-file:before {
  content: "\f15b";
}
.icon-file-text:before {
  content: "\f15c";
}
.icon-sort-by-alphabet:before {
  content: "\f15d";
}
.icon-sort-by-alphabet-alt:before {
  content: "\f15e";
}
.icon-sort-by-attributes:before {
  content: "\f160";
}
.icon-sort-by-attributes-alt:before {
  content: "\f161";
}
.icon-sort-by-order:before {
  content: "\f162";
}
.icon-sort-by-order-alt:before {
  content: "\f163";
}
.icon-thumbs-up:before {
  content: "\f164";
}
.icon-thumbs-down:before {
  content: "\f165";
}
.icon-youtube-sign:before {
  content: "\f166";
}
.icon-youtube:before {
  content: "\f167";
}
.icon-xing:before {
  content: "\f168";
}
.icon-xing-sign:before {
  content: "\f169";
}
.icon-youtube-play:before {
  content: "\f16a";
}
.icon-dropbox:before {
  content: "\f16b";
}
.icon-stackexchange:before {
  content: "\f16c";
}
.icon-instagram:before {
  content: "\f16d";
}
.icon-flickr:before {
  content: "\f16e";
}
.icon-adn:before {
  content: "\f170";
}
.icon-bitbucket:before {
  content: "\f171";
}
.icon-bitbucket-sign:before {
  content: "\f172";
}
.icon-tumblr:before {
  content: "\f173";
}
.icon-tumblr-sign:before {
  content: "\f174";
}
.icon-long-arrow-down:before {
  content: "\f175";
}
.icon-long-arrow-up:before {
  content: "\f176";
}
.icon-long-arrow-left:before {
  content: "\f177";
}
.icon-long-arrow-right:before {
  content: "\f178";
}
.icon-apple:before {
  content: "\f179";
}
.icon-windows:before {
  content: "\f17a";
}
.icon-android:before {
  content: "\f17b";
}
.icon-linux:before {
  content: "\f17c";
}
.icon-dribbble:before {
  content: "\f17d";
}
.icon-skype:before {
  content: "\f17e";
}
.icon-foursquare:before {
  content: "\f180";
}
.icon-trello:before {
  content: "\f181";
}
.icon-female:before {
  content: "\f182";
}
.icon-male:before {
  content: "\f183";
}
.icon-gittip:before {
  content: "\f184";
}
.icon-sun:before {
  content: "\f185";
}
.icon-moon:before {
  content: "\f186";
}
.icon-archive:before {
  content: "\f187";
}
.icon-bug:before {
  content: "\f188";
}
.icon-vk:before {
  content: "\f189";
}
.icon-weibo:before {
  content: "\f18a";
}
.icon-renren:before {
  content: "\f18b";
}
/* fallback */
@font-face {
  font-family: 'Material Icons';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/materialicons/v88/flUhRq6tzZclQEJ-Vdg-IuiaDsNcIhQ8tQ.woff2) format('woff2');
}
.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-feature-settings: 'liga';
  -webkit-font-smoothing: antialiased;
}
/*
    grey boxes: #f0f0f0
	blue text: #177BA3
	grey text: #595959
*/
.community-page .page-title,
.community-profile .page-title,
.edit-group .page-title {
  display: none;
}
.community-page .content,
.community-profile .content,
.edit-group .content {
  padding-top: 40px;
}
/* Fonts
------------------------------------------------------*/
/* Sidebar Left
------------------------------------------------------*/
/*#sidebar-left {
	float: left;
	}
    #sidebar-left a { font-size: 14px;}
*/
#searchbox input {
  background: url('/images/community/search_bar.png') top left no-repeat;
  border: none;
  width: 300px;
  height: 30px;
  line-height: 25px;
  margin-bottom: 10px;
  padding: 0px 5px 0px 35px;
  vertical-align: baseline;
  font-size: 13px;
}
.sidebox,
.post-comment,
.new-comment-box,
.feedpost .comment-alert,
a#load-more {
  background: #f0f0f0;
  padding: 10px;
}
.sidebox {
  margin-bottom: 20px;
}
#sidebar-left h3,
#profile .sidebox h3 {
  margin: 0;
  font-size: 18px;
  font-weight: 700;
  color: #333;
}
#sidebar-left h3.box-title.closed,
#profile h3.box-title.closed {
  background: url('/images/community/arrow_right_icon.png') 8px 5px no-repeat;
}
.profile-control img {
  background: #ccc;
  float: left;
  margin-right: 10px;
}
.edit-profile-link,
.edit-groups-link {
  padding-left: 30px;
  color: #595959 !important;
  font-size: 12px;
}
.edit-profile-link {
  background: url('/images/community/profile_icon.png') 0px -2px no-repeat;
}
.edit-groups-link {
  background: url('/images/community/group_icon.png') 0px -2px no-repeat;
}
.group-desc {
  padding-left: 15px;
}
#sidebar-left .group-desc h3 {
  background: url('/images/community/group_icon_blue.png') 0 0 no-repeat;
  padding: 0 0 5px 40px;
}
.group-desc img {
  border: 4px solid #D8D9DA;
  margin-bottom: 10px;
  max-width: 265px;
}
.group-desc p {
  font-size: 13px;
  line-height: 1.3em;
  margin-bottom: 5px;
}
#sidebar-left .group-desc .admin_box li a {
  color: #fff;
}
#sidebar-left ul,
#sidebar-left li,
#sidebar-right ul,
#sidebar-right li,
#profile li {
  list-style: none;
}
#sidebar-left ul,
#profile ul {
  margin-bottom: 10px;
}
#sidebar-left .view-group ul,
#profile .view-group ul {
  margin-bottom: 0;
}
#sidebar-left ul li a,
#profile ul li a {
  font-size: 16px;
  font-weight: 500;
  line-height: 27px;
}
#member-thumbnails {
  margin-top: 10px;
  margin-left: 5px;
}
#member-thumbnails li {
  display: inline;
  float: left;
  height: 54px;
  width: 54px;
  margin-right: 14px;
  margin-bottom: 14px;
  margin-left: 0px;
}
#member-thumbnails img {
  border: 2px solid #d8d9da;
}
#sidebar-left .view-group ul {
  padding-left: 0;
  margin-left: 0;
}
.view-group ul li {
  border-top: 1px dashed #595959;
  margin: 5px 0;
}
.view-group ul li:first-child {
  border-top: none;
}
.view-all {
  background: url('/images/community/view_all_btn.png') top left no-repeat;
  display: block;
  width: 50px;
  height: 20px;
  text-indent: -9999px;
  height: 18px;
  width: 67px;
  margin-top: 10px;
}
#sidebar-left .view-type ul {
  height: 55px;
  margin-top: 15px;
  padding-left: 0px;
  margin-bottom: 0 !important;
}
#sidebar-left .view-type ul li {
  display: inline;
  float: left;
  margin-bottom: 5px;
  margin-left: 0;
  height: 23px;
}
#sidebar-left .view-type ul li a {
  background-image: url('/images/community/sidebar_filter_btns.png');
  background-position: 0px 0px;
  background-repeat: no-repeat;
  width: 92px;
  height: 24px;
  text-indent: -9999px;
  display: block;
  float: left;
}
#sidebar-left .view-type .notes-btn {
  background-position: -1px 0px;
}
#sidebar-left .view-type .files-btn {
  background-position: -96px 0px;
}
#sidebar-left .view-type .image-btn {
  background-position: -192px 0px;
  width: 83px;
}
#sidebar-left .view-type .videos-btn {
  background-position: -1px -32px;
}
#sidebar-left .view-type .links-btn {
  background-position: -96px -32px;
}
#sidebar-left .view-type .all-btn {
  background-position: -192px -32px;
  width: 83px;
}
#sidebar-left .notes-btn.selected {
  background-position: -1px -56px;
}
#sidebar-left .files-btn.selected {
  background-position: -96px -56px;
}
#sidebar-left .image-btn.selected {
  background-position: -192px -56px;
}
#sidebar-left .videos-btn.selected {
  background-position: -1px -88px;
}
#sidebar-left .links-btn.selected {
  background-position: -96px -88px;
}
#sidebar-left .all-btn.selected {
  background-position: -192px -88px;
}
.event-list ul {
  margin-top: 15px;
  margin-bottom: 0 !important;
  padding-left: 0;
}
.event-list ul li {
  font-size: 13px;
  border-top: 1px dashed #595959;
  padding-top: 5px;
  padding-bottom: 10px;
  line-height: 1.4em;
  margin-left: 0;
}
.event-list ul li:first-child {
  border-top: none;
}
.event-list ul li .event-date {
  padding-right: 5px;
  font-size: 13px;
}
.leave-group {
  padding: 0;
}
.leave-group a {
  display: block;
  background: url('/images/community/remove_icon.png') 15px 17px no-repeat;
  height: 35px;
  width: 300px;
  padding: 14px 0px 0px 45px;
  font-size: 14px !important;
  color: #595959 !important;
}
#sidefoot ul {
  margin-left: 12px;
}
#sidefoot ul li {
  display: inline;
  float: left;
  width: 120px;
  margin-left: 0;
}
#sidefoot ul li a {
  background-repeat: no-repeat;
  background-position: 0px 1px;
  padding-left: 30px;
  height: 30px;
  display: none;
}
#sidefoot ul li a.help-guide {
  background-image: url('/images/community/help_btn.png');
}
#sidefoot ul li a.privacy {
  background-image: url('/images/community/privacy_btn.png');
}
/*  Sidebar Right
---------------------------------------------------*/
#sidebar-right {
  width: 150px;
  float: right;
  position: relative;
}
#add-post-corner {
  background: url('/images/community/add_corner_icon.png') top left no-repeat;
  display: block;
  height: 32px;
  width: 32px;
  position: absolute;
  top: -13px;
  left: -12px;
}
#add-post-box {
  margin-bottom: 20px;
}
#add-post-box ul {
  border: 1px solid #dadbdb;
  padding-top: 10px;
  padding-bottom: 10px;
}
#add-post-box ul li {
  border-top: 1px dashed #dadbdb;
  margin-left: 10px;
  margin-right: 10px;
  padding: 3px 0 3 px 0;
}
#add-post-box ul li:first-child {
  border-top: none;
}
#add-post-box ul li a {
  background-image: url('/images/community/add_post_icon_black.png');
  padding-left: 25px;
  background-repeat: no-repeat;
  color: #595959;
  font-size: 13px;
}
#add-post-box .add-note {
  background-position: 0px 0px;
}
#add-post-box .add-file {
  background-position: 0px -29px;
}
#add-post-box .add-image {
  background-position: 0px -60px;
}
#add-post-box .add-video {
  background-position: 0px -89px;
}
#add-post-box .add-link {
  background-position: 0px -120px;
}
#sidebar-right .event-list ul li .event-date {
  background-image: none;
  padding-left: 0px;
}
#sidebar-right .event-list .box-title {
  background: url('/images/community/calendar_icon_large.png') 0px 5px no-repeat;
  margin: 0;
  padding: 0 0 0 40px;
  font-size: 1.1em;
  line-height: 1.2em;
  color: #177BA3;
  height: 42px;
  width: 93px;
}
/*  Main Feed
---------------------------------------------------*/
.community-page #main {
  border-left: 1px solid #bbb;
  margin-top: 0;
  padding-left: 40px;
}
.edit-group #main {
  margin-top: 0;
}
.community-page #main h2 {
  font-size: 1.6em;
  line-height: 20px;
  margin-top: 0;
  margin-bottom: 22px;
}
.community-page #main .view-type ul {
  height: 25px;
  margin-top: 0px;
  padding-left: 0px;
  margin-left: 0;
  margin-bottom: 20px;
}
.community-page #main .view-type ul li {
  display: inline;
  float: left;
  margin-right: 5px;
  margin-left: 0;
  height: 24px;
}
.community-page #main .view-type ul li a {
  background-image: url('/images/community/feed_filter_btns.png');
  background-position: 0px 0px;
  background-repeat: no-repeat;
  height: 24px;
  text-indent: -9999px;
  display: block;
  float: left;
}
.community-page #main .view-type .all-btn {
  background-position: -1px 0px;
  width: 34px;
}
.community-page #main .view-type .notes-btn {
  background-position: -39px 0px;
  width: 61px;
}
.community-page #main .view-type .files-btn {
  background-position: -104px 0px;
  width: 60px;
}
.community-page #main .view-type .image-btn {
  background-position: -168px 0px;
  width: 80px;
}
.community-page #main .view-type .videos-btn {
  background-position: -251px 0px;
  width: 70px;
}
.community-page #main .view-type .links-btn {
  background-position: -325px 0px;
  width: 61px;
}
.community-page #main .all-btn.selected,
.community-page #main .all-btn:hover {
  background-position: -1px -25px;
}
.community-page #main .notes-btn.selected,
.community-page #main .notes-btn:hover {
  background-position: -39px -25px;
}
.community-page #main .files-btn.selected,
.community-page #main .files-btn:hover {
  background-position: -104px -25px;
}
.community-page #main .image-btn.selected,
.community-page #main .image-btn:hover {
  background-position: -168px -25px;
}
.community-page #main .videos-btn.selected,
.community-page #main .videos-btn:hover {
  background-position: -251px -25px;
}
.community-page #main .links-btn.selected,
.community-page #main .links-btn:hover {
  background-position: -325px -25px;
}
/* Add New Post Boxes */
#add-post-container {
  position: relative;
  max-width: 465px;
  margin-bottom: 9px;
}
#add-post-container textarea {
  margin-bottom: 9px;
}
#add-post-container div {
  background: #f0f0f0;
  padding: 10px;
}
#add-post-container div.form-group {
  padding: 0;
}
#add-post-container .close-box {
  background: url('/images/community/close_corner_icon.png') top left no-repeat;
  cursor: pointer;
  height: 25px;
  width: 25px;
  position: absolute;
  text-indent: -9999px;
  display: block;
  top: -8px;
  right: -8px;
}
#add-post-container div textarea {
  background: #fff;
  width: 445px;
}
#add-post-container div h4 {
  font-size: 24px;
  margin-top: 5px;
}
.add-file h4 {
  background-position: 0 -26px;
}
.add-image h4 {
  background-position: 0 -51px;
}
.add-video h4 {
  background-position: 0 -76px;
}
.add-link h4 {
  background-position: 0 -101px;
}
#add-post-container div input {
  background: #fff;
  width: 445px;
}
/*#add-post-container div input.submit {background: url('/images/community/add_post_btn.png') top left no-repeat; border: none; color: #fff; width: 86px; height: 18px; float: right; font-size: 13px; padding: 0; margin-bottom: 0; cursor:pointer; } */
#add-post-container div p {
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
  position: relative;
  width: 150px;
  line-height: 15px;
  text-align: right;
  padding-right: 51px;
  margin-bottom: -20px;
  left: 245px;
  top: -28px;
}
#add-post-container div p span.remaining-chars {
  position: absolute;
  right: -12px;
  font-size: 30px;
  top: 6px;
}
.show-options {
  display: block;
  font-size: 12px;
}
a.show-options:hover {
  text-decoration: none;
}
.email-options {
  padding-left: 14px;
  position: relative;
}
.email-options label {
  padding-left: 8px;
  margin: 0;
  font-weight: 500;
  font-size: 14px;
}
.email-options input {
  width: 21px !important;
  position: absolute;
  top: 5px;
  left: 0;
  font-size: 14px;
}
#add-post-container .email-options {
  position: relative;
  padding: 5px 0 5px 16px;
}
/*.email-options,
.show-options { display: none !important; } */
#add-post-container div br {
  clear: both;
}
#postmarker {
  display: none;
}
.feedpost {
  padding-left: 75px;
  position: relative;
  margin-top: 20px;
  margin-bottom: 20px;
}
.community-divider {
  background: url('/images/community/divider_bg.png') bottom left repeat-x;
  display: block;
  height: 1px;
  opacity: 0;
}
.article .feedpost {
  padding-left: 0;
}
.article .feedpost .post-comment,
.article .feedpost .new-comment-box {
  margin-right: 0;
}
.feedpost a.report,
.post-comment a.report {
  background: url('/images/community/post_flag_icon.png') top left no-repeat;
  text-indent: -9999px;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 0;
  right: -1px;
  z-index: 10;
  text-decoration: none;
}
.post-comment a.report {
  top: 5px;
}
.feedpost .report span,
.post-comment a.report span {
  background-color: #fff;
  color: #828282;
  text-transform: uppercase;
  position: relative;
  left: 20px;
  text-decoration: none;
  font-size: 10px;
  line-height: 1.3em;
  width: 100px;
  display: block;
  text-indent: 0;
}
.feedpost .author-image {
  position: absolute;
  left: 0px;
  top: 5px;
}
.feedpost .author-image img {
  border: 2px solid #e6e6e6;
}
.feedpost .post-body {
  font-size: 12px;
}
.feedpost .post-body h4 {
  /*color: #177BA3;*/
  font-size: 13px;
  font-weight: bold;
  margin-bottom: 0;
  margin-top: 0;
}
.feedpost .post-body h4 .post-action {
  color: #828282;
  font-weight: normal;
}
.feedpost .post-body p {
  color: #000;
  line-height: 1.5em;
  margin-bottom: 10px;
}
.feedpost .post-body img {
  background: #fff;
  padding: 5px;
  border: 2px solid #f0f0f0;
  margin: 5px 0;
}
@media only screen and (min-width: 992px) {
  .feedpost .post-body iframe {
    height: 352px;
  }
}
.feedpost .post-body .delete,
.post-comment a.delete {
  display: block;
  text-indent: -9999px;
  overflow: hidden;
  width: 14px;
  height: 17px;
  position: absolute;
  right: 31px;
  background: url('stylesheets/legacy/trash_cart.gif') 0 0 no-repeat;
}
.feedpost .post-body .delete {
  top: 0px;
}
.feedpost .post-body .post-details {
  color: #828282;
  padding-bottom: 10px;
  font-size: 14px;
  width: 505px;
  height: 20px;
  line-height: 1.5em;
}
.feedpost .post-body .post-details p {
  color: #828282;
  margin-bottom: 0px;
  font-size: 14px;
}
p.post-time {
  float: left;
  margin-right: 15px;
}
.feedpost .post-body .post-details a.ministry-name {
  float: left;
  width: 175px;
  overflow: hidden;
}
.feedpost .post-body .add-comment {
  float: right;
}
.feedpost .more-comments {
  background: #f0f0f0;
}
.feedpost .more-comments a {
  display: block;
  font-size: 14px;
  text-decoration: none;
}
.more-comments a {
  padding-left: 61px;
}
.more-comments a.add-comment {
  padding: 5px 0 5px 62px;
}
.feedpost .post-btn {
  background-position: top left;
  background-repeat: no-repeat;
  position: absolute;
  right: 33px;
  top: 0px;
  width: 60px;
  height: 44px;
  text-indent: -9999px;
  margin-bottom: 0;
}
.feedpost .post-btn.link {
  background-image: url('/images/community/post_link_btn.png');
  padding: 0;
  border: 0;
  min-height: 44px;
}
.feedpost .post-btn.file {
  background-image: url('/images/community/post_dl_btn.png');
}
.feedpost .comments {
  clear: both;
}
.feedpost .post-comment,
.feedpost .more-comments {
  margin-bottom: 5px;
  position: relative;
}
.feedpost .post-comment {
  padding: 5px 15px 2px 112px;
  min-height: 90px;
}
.feedpost .post-comment:first-child {
  background: url('/images/community/comment_top.png') top left no-repeat #f0f0f0;
  padding-top: 25px;
}
.feedpost .post-comment:first-child a.report {
  top: 22px;
}
.post-comment a.delete {
  top: 4px;
}
.feedpost .post-comment:first-child a.delete {
  top: 21px;
}
.feedpost .remaining-comments {
  display: none;
}
.feedpost .remaining-comments .post-comment:first-child {
  background: #f0f0f0;
  padding-top: 5px;
}
.feedpost .add-comment {
  margin-bottom: 5px;
}
.feedpost .add-comment a {
  display: block;
  width: 290px;
  height: 25px;
  color: #177ba3;
  font-size: 13px;
  padding-left: 90px;
  padding-top: 5px;
  background: url('/images/community/add_comment_icon.png') 60px 10px no-repeat;
}
.feedpost .add-comment a:hover {
  text-decoration: none;
}
.feedpost .comment-alert {
  border: 1px solid #ccc;
  text-align: center;
  font-size: 0.9em;
}
.post-comment img {
  border: 2px solid #d8d9da;
  position: absolute;
  left: 10px;
}
.commenter {
  font-weight: 500;
}
.comment-time {
  font-size: 13px;
  font-weight: 400;
  margin-left: 20px;
}
.feedpost .post-comment p,
.feedpost .more-comments p {
  font-size: 14px;
  margin: 0;
  line-height: 1.4em;
  font-weight: 500;
}
.new-comment-box {
  padding-bottom: 5px;
  position: relative;
  z-index: 5;
  display: none;
}
.new-comment-box img {
  border: 2px solid #D8D9DA;
  position: absolute;
}
.new-comment-box textarea {
  background: #fff;
  margin-left: 50px;
  margin-top: 0px;
  width: 90%;
  height: 50px;
  font-size: 14px;
  margin-bottom: 5px;
}
.news.post .new-comment-box textarea {
  margin-left: 0;
  width: 90%;
}
.news.post .new-comment-box p.disclaimer {
  padding-left: 0;
}
.new-comment-box label {
  margin-bottom: 0;
  margin-top: 2px;
  font-weight: 500;
  font-size: 14px;
  line-height: 12px;
}
.new-comment-box input {
  background: #fff;
  margin-top: 0px;
  width: 295px;
  font-size: 12px;
}
.content .new-comment-box h3 {
  margin-left: 50px;
  font-size: 18px;
  margin-bottom: 0;
  padding-bottom: 0;
  margin-top: 0;
  padding-top: 0;
}
.article .new-comment-box textarea {
  width: 517px;
}
.new-comment-box input.submit {
  background: url('/images/community/add_post_btn.png') top left no-repeat;
  color: #fff;
  font-size: 11px !important;
  border: none;
  width: 86px;
  height: 18px;
  float: right;
  cursor: pointer;
  font-size: 13px;
  padding: 0;
  margin-bottom: 0;
}
.new-comment-box br {
  clear: both;
}
.new-comment-box p.disclaimer {
  font-size: 11px;
  color: #444;
  line-height: 13px;
  padding-bottom: 6px;
  margin: 0 0;
  padding-left: 50px;
}
#main a#load-more {
  display: block;
  text-align: center;
  margin-top: 10px;
}
.community-page #footer {
  clear: both;
}
.community-profile h2 {
  font-size: 25px !important;
}
#profile {
  /*border-right: 1px solid #f0f0f0;*/
  /*width: 275px;*/
  width: 675px;
  padding-right: 20px;
  margin-bottom: 20px;
  float: left;
}
#profile-details img {
  float: left;
  border: 4px solid #f0f0f0;
}
#profile-details ul {
  list-style-type: none;
  float: left;
  width: 450px;
}
#profile-details ul li {
  list-style-type: none;
  font-size: 13px;
  border-top: 1px dashed #f0f0f0;
  padding: 5px;
  margin-left: 10px !important;
}
#profile-details ul li:first-child {
  border-top: none;
}
#profile-bio {
  clear: both;
  padding-top: 25px;
}
#profile-bio p {
  font-size: 13px;
}
/*#edit-profile, #flag-profile, .suspend_profile {background-position: top left; background-repeat: no-repeat; display: block; width: 279px; height: 29px; text-indent: -9999px;}*/
.suspend_profile {
  background-color: #eee;
  text-indent: 41px;
  color: #444 !important;
  padding-top: 4px;
  height: 25px;
  width: 267px;
  font-weight: bold;
  font-size: 12px;
}
.suspend_profile:hover {
  color: #000;
  text-decoration: none;
  background-color: #ddd;
}
#profile a.help-guide,
#profile a.privacy {
  font-size: 13px;
  background-repeat: no-repeat;
  background-position: 0px 1px;
  padding-left: 30px;
  height: 30px;
  margin: 20px 20px 0 0;
  display: none;
  float: left;
}
#profile a.help-guide {
  background-image: url('/images/community/help_btn.png');
}
#profile a.privacy {
  background-image: url('/images/community/privacy_btn.png');
}
.community-profile #main {
  float: left;
  width: 514px;
  margin: 0 0 0 20px;
}
.community-profile #main h3 {
  background: url('/images/community/arrow_down_icon.png') 3px 8px no-repeat;
  margin: 0 0 10px 0;
  padding: 0 0 0 25px;
  font-size: 1.3em;
  color: #177BA3;
  cursor: pointer;
}
.community-profile #main h3.closed {
  background: url('/images/community/arrow_right_icon.png') 8px 5px no-repeat;
}
#recent-posts {
  margin: 0 0 20px 25px;
}
#recent-posts p,
#group-list a {
  font-size: 12px;
  margin-bottom: 0px;
}
#recent-posts p .post-time {
  float: right;
  font-size: 11px;
}
#group-list {
  margin: 0 0 40px 25px;
}
#group-list a {
  display: block;
  border-top: 1px dashed #f0f0f0;
  color: #4d4d4d;
}
#group-list a:first-child {
  border-top: none;
}
.edit-group #main {
  width: 649px;
  border-left: 1px solid #bbb;
  padding-left: 20px;
}
.sidebox .edit-details {
  background: #fff;
  padding: 5px;
  font-size: 13px;
}
.sidebox p {
  margin-bottom: 0;
}
/* Edit Ministry Page
--------------------------------------------------------*/
.community-on .entry form {
  width: 400px;
}
.community-on .entry form div.pad {
  margin-left: 10px;
  width: 380px;
}
.pad label {
  clear: none;
}
.community-on form input,
form textarea {
  width: 365px;
}
.community-on .fields.edit_file {
  padding-bottom: 24px;
}
.community-on .fields.edit_file a {
  top: 28px;
  left: 0;
}
.community-on .content .program-edit-form form {
  border-width: 0 1px 0 0;
}
.community-on .content .program-edit-form form .pad {
  margin-left: 0;
  width: 390px;
}
.community-on a.add_img {
  width: 312px;
}
.community-on .fields.edit_img p.note {
  width: 380px;
}
.fields.edit_img input.browse_photo {
  width: 365px;
}
.community-on .fields.edit_img,
.fields.edit_file {
  width: 375px;
}
.community-on .program-members {
  float: right;
  width: 562px;
  margin-left: 20px;
  padding-top: 18px;
}
.community-on .program-members h3 {
  margin-top: 13px;
}
.community-on .program-members .user_box {
  top: 4px;
}
.community-on .program-members .user_box {
  border-bottom: 1px #dedede dotted;
  position: relative;
  height: 27px;
  overflow: hidden;
}
.community-on .program-members .user_box .name {
  width: 140px;
}
.community-on .program-members .user_box .phone {
  width: 130px;
}
.community-on .program-members .user_box span {
  padding-top: 1px;
}
.community-on .list .user_box img.profile_pic_list {
  width: 18px;
}
.community-on .program-members .user_box a.remove_user,
.community-on .program-members .user_box a.accept_user {
  display: block;
  width: 18px;
  height: 18px;
  float: right;
  top: 4px;
  text-indent: -9999px;
  overflow: hidden;
  background: url('stylesheets/legacy/images/accept-remove-btns.gif') 0 -1px no-repeat;
}
.community-on .program-members .user_box a.accept_user:hover {
  background-position: 0px -33px;
}
.community-on .program-members .user_box a.remove_user {
  background-position: -23px -1px;
}
.community-on .program-members .user_box a.remove_user:hover {
  background-position: -23px -33px;
}
/* Communities Listing Page
--------------------------------------------------------*/
.community-on li.profile {
  min-height: 208px;
  margin: 10px 14px 8px 0;
  padding: 6px 5px 4px;
  list-style-type: none;
}
.community-on li.profile.col-sm-6 {
  width: 48%;
}
.community-on .profile h5 {
  overflow: hidden;
  vertical-align: bottom;
}
.community-on .profile .pic img {
  width: 209px;
  margin-bottom: 10px;
  border: 3px #999 solid;
}
.community-on .profile p {
  display: none;
}
.community-on .profile a.more {
  background: #276e9e none top center repeat-x;
  color: #fff;
  display: block;
  float: right;
  padding: 0 12px;
  text-transform: uppercase;
  text-align: right;
  width: auto;
  font-size: 12px;
  text-decoration: none;
  border-radius: 4px;
  -moz-border-radius: 4px;
}
.community-on .profile a.leave-group,
.community-on .profile a.join-group {
  display: block;
  height: 20px;
  width: 173px;
  padding: 5px 0px 0px 50px;
  font-size: 14px !important;
  color: #595959 !important;
  margin-top: 5px;
}
.community-on .profile a.leave-group {
  background: url('/images/community/remove_icon.png') 16px 6px no-repeat;
}
.community-on .community-ministries .profile {
  position: relative;
  min-height: 95px;
  margin-bottom: 3px;
}
.community-on .community-ministries .profile .col-sm-4 {
  padding-left: 0;
  padding-right: 0;
}
.community-on .community-ministries .profile ul.admin_box.mini {
  position: absolute;
  top: 68px;
  left: 9px;
}
.community-on .community-ministries .profile a.more {
  position: absolute;
  bottom: 7px;
  left: 108px;
  line-height: 23px;
  background: transparent url('/images/community/profile_view.gif') -2px -2px no-repeat;
  color: #9dbfc8;
  padding: 0 0;
  width: 65px;
  text-align: left;
  padding-left: 23px;
}
.community-on .community-ministries .profile a.more:hover {
  background-position: -2px -38px;
  color: #308BA0;
}
.community-on .community-ministries .profile h5 a {
  font-size: 17px;
}
.community-on .community-ministries .profile a.leave-group,
.community-on .community-ministries .profile a.join-group {
  padding-left: 0;
  background: url('/images/community/join-leave-btns.gif') -94px -2px no-repeat;
  color: #939598 !important;
  padding: 3px 3px 3px 27px;
  text-transform: uppercase;
  text-align: left;
  width: 65px;
  font-size: 11px !important;
  text-decoration: none;
  position: absolute;
  bottom: 9px;
  right: 26px;
}
.community-on .community-ministries .profile a.join-group {
  background-position: -2px -2px;
  color: #759962 !important;
}
.community-on .community-ministries .profile a.leave-group:hover {
  background-position: -94px -38px;
  color: #E6E7E8 !important;
}
.community-on .community-ministries .profile a.join-group:hover {
  background-position: -2px -38px;
  color: #DFF4D4 !important;
}
.community-on .community-ministries .profile h5 a {
  font-size: 19px;
}
.community-on .community-ministries .profile h5 a:hover {
  color: #222;
}
.view-members .filter_top {
  height: 61px;
  position: relative;
}
.view-members .filter_top #livefilter-input {
  position: absolute;
  bottom: 2px;
  right: 0;
}
.view-members .filter_top .view_toggle {
  position: absolute;
  bottom: 0;
  left: 350px;
}
.view-members .filter_top .program_back {
  position: absolute;
  bottom: 0;
  left: 0;
}
/* Newsletter Editing
--------------------------------------------------------*/
#never_ending_list {
  border: 1px solid #333;
  width: 100%;
  height: 300px;
  overflow-y: scroll;
}
.bulletin-edit form #never_ending_list {
  width: 450px;
  font-size: 13px;
  height: 300px;
  padding: 8px;
}
form #never_ending_list div {
  display: block;
  height: 61px;
  position: relative;
  border-bottom: 1px #777 dashed;
  padding: 4px 0 4px 57px;
  font-size: 14px;
}
form #never_ending_list div img {
  position: absolute;
  top: 5px;
  left: 2px;
}
form #never_ending_list div span.date {
  color: #777;
  font-size: 11px;
  position: absolute;
  left: 80px;
  top: 21px;
}
form #never_ending_list div input {
  width: auto;
}
.bulletin-edit form .textstub {
  min-height: 140px;
  margin-bottom: 7px;
  padding: 8px;
  font-size: 13px;
  width: 434px;
}
.newsletter_page {
  padding-top: 40px;
}
.newsletter_bar {
  padding: 7px 0 4px;
  height: 29px;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background-color: #444;
  color: #fff;
}
.newsletter_bar p {
  width: auto;
  float: left;
  position: relative;
  top: 10px;
}
.newsletter_bar .holder {
  width: 605px;
  margin: 0 auto;
}
.newsletter_bar a {
  display: block;
  padding: 3px 10px;
  border-radius: 3px;
  background-color: #888;
  color: #fff;
  float: right;
  margin-left: 9px;
}
.newsletter_bar a:hover {
  text-decoration: none;
  background-color: #bbb;
  color: #222;
}
.newsletter_bar a.edit {
  position: relative;
  top: 3px;
}
.newsletter_bar a.btn {
  background-color: #fff;
  color: #000;
  margin-left: 20px;
  border: 2px #fff solid;
  font-weight: bold;
}
.newsletter_bar a.btn:hover {
  background-color: #3aa3dc;
  color: #fff;
  border: 2px #fff solid;
}
/* IE Specific
--------------------------------------------------------*/
* html .leave-group a {
  width: 255px;
}
* html .profile-control img {
  width: 280px;
}
* html #add-post-container div p span.remaining-chars {
  line-height: 30px;
  top: 0;
}
* html #sidebar-right .event-list {
  width: 90px;
}
* html .community-page #main h2 {
  border: none;
}
* html .community-page #main .view-type {
  display: none;
}
/* hide filter from IE 6 */
* html .community-divider {
  line-height: 1px !important;
}
* html .feedpost {
  zoom: 1;
}
* html .feedpost a.report {
  background: url('/images/community/post_flag_icon.gif') top left no-repeat;
  background-position-x: right;
}
* html .feedpost .report span {
  left: 0px;
  width: 110px;
  background: none;
}
* html .feedpost .author-image {
  width: 54px;
}
* html .post-comment img {
  left: -54px;
}
* html .post-comment a.delete {
  top: 4px;
}
* html .post-comment a.report {
  background: url('/images/community/post_flag_icon.gif') top left no-repeat;
  right: 3px;
  top: 2px;
}
* html .post-comment a.report span {
  background: #f0f0f0;
  padding-left: 15px;
  left: -15px;
  width: 95px;
}
.community-on .Edit_Ministry div h3,
.community-on .new_community_participation {
  *width: 400px;
}
* html .community-on .Edit_Ministry div h3,
* html .community-on .new_community_participation {
  width: 400px;
}
.community-on .Edit_Ministry ul.admin_box {
  *width: 160px;
}
#community_alert {
  display: block !important;
}
/*!
 * Datetimepicker for Bootstrap 3
 * version : 4.17.47
 * https://github.com/Eonasdan/bootstrap-datetimepicker/
 */
.bootstrap-datetimepicker-widget {
  list-style: none;
}
.bootstrap-datetimepicker-widget.dropdown-menu {
  display: block;
  margin: 2px 0;
  padding: 4px;
  width: 19em;
}
@media (min-width: 768px) {
  .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
    width: 38em;
  }
}
@media (min-width: 992px) {
  .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
    width: 38em;
  }
}
@media (min-width: 1200px) {
  .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
    width: 38em;
  }
}
.bootstrap-datetimepicker-widget.dropdown-menu:before,
.bootstrap-datetimepicker-widget.dropdown-menu:after {
  content: '';
  display: inline-block;
  position: absolute;
}
.bootstrap-datetimepicker-widget.dropdown-menu.bottom:before {
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #f2f2f2;
  border-bottom-color: #f2f2f2;
  top: -7px;
  left: 7px;
}
.bootstrap-datetimepicker-widget.dropdown-menu.bottom:after {
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #ffffff;
  top: -6px;
  left: 8px;
}
.bootstrap-datetimepicker-widget.dropdown-menu.top:before {
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 7px solid #f2f2f2;
  border-top-color: #f2f2f2;
  bottom: -7px;
  left: 6px;
}
.bootstrap-datetimepicker-widget.dropdown-menu.top:after {
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #ffffff;
  bottom: -6px;
  left: 7px;
}
.bootstrap-datetimepicker-widget.dropdown-menu.pull-right:before {
  left: auto;
  right: 6px;
}
.bootstrap-datetimepicker-widget.dropdown-menu.pull-right:after {
  left: auto;
  right: 7px;
}
.bootstrap-datetimepicker-widget .list-unstyled {
  margin: 0;
}
.bootstrap-datetimepicker-widget a[data-action] {
  padding: 6px 0;
}
.bootstrap-datetimepicker-widget a[data-action]:active {
  box-shadow: none;
}
.bootstrap-datetimepicker-widget .timepicker-hour,
.bootstrap-datetimepicker-widget .timepicker-minute,
.bootstrap-datetimepicker-widget .timepicker-second {
  width: 54px;
  font-weight: bold;
  font-size: 1.2em;
  margin: 0;
}
.bootstrap-datetimepicker-widget button[data-action] {
  padding: 6px;
}
.bootstrap-datetimepicker-widget .btn[data-action="incrementHours"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Increment Hours";
}
.bootstrap-datetimepicker-widget .btn[data-action="incrementMinutes"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Increment Minutes";
}
.bootstrap-datetimepicker-widget .btn[data-action="decrementHours"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Decrement Hours";
}
.bootstrap-datetimepicker-widget .btn[data-action="decrementMinutes"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Decrement Minutes";
}
.bootstrap-datetimepicker-widget .btn[data-action="showHours"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Show Hours";
}
.bootstrap-datetimepicker-widget .btn[data-action="showMinutes"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Show Minutes";
}
.bootstrap-datetimepicker-widget .btn[data-action="togglePeriod"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Toggle AM/PM";
}
.bootstrap-datetimepicker-widget .btn[data-action="clear"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Clear the picker";
}
.bootstrap-datetimepicker-widget .btn[data-action="today"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Set the date to today";
}
.bootstrap-datetimepicker-widget .picker-switch {
  text-align: center;
}
.bootstrap-datetimepicker-widget .picker-switch::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Toggle Date and Time Screens";
}
.bootstrap-datetimepicker-widget .picker-switch td {
  padding: 0;
  margin: 0;
  height: auto;
  width: auto;
  line-height: inherit;
}
.bootstrap-datetimepicker-widget .picker-switch td span {
  line-height: 2.5;
  height: 2.5em;
  width: 100%;
}
.bootstrap-datetimepicker-widget table {
  width: 100%;
  margin: 0;
}
.bootstrap-datetimepicker-widget table td,
.bootstrap-datetimepicker-widget table th {
  text-align: center;
  border-radius: 4px;
}
.bootstrap-datetimepicker-widget table th {
  height: 20px;
  line-height: 20px;
  width: 20px;
}
.bootstrap-datetimepicker-widget table th.picker-switch {
  width: 145px;
}
.bootstrap-datetimepicker-widget table th.disabled,
.bootstrap-datetimepicker-widget table th.disabled:hover {
  background: none;
  color: #808080;
  cursor: not-allowed;
}
.bootstrap-datetimepicker-widget table th.prev::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Previous Month";
}
.bootstrap-datetimepicker-widget table th.next::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Next Month";
}
.bootstrap-datetimepicker-widget table thead tr:first-child th {
  cursor: pointer;
}
.bootstrap-datetimepicker-widget table thead tr:first-child th:hover {
  background: #f0f0f0;
}
.bootstrap-datetimepicker-widget table td {
  height: 54px;
  line-height: 54px;
  width: 54px;
}
.bootstrap-datetimepicker-widget table td.cw {
  font-size: .8em;
  height: 20px;
  line-height: 20px;
  color: #f0f0f0;
}
.bootstrap-datetimepicker-widget table td.day {
  height: 20px;
  line-height: 20px;
  width: 20px;
}
.bootstrap-datetimepicker-widget table td.day:hover,
.bootstrap-datetimepicker-widget table td.hour:hover,
.bootstrap-datetimepicker-widget table td.minute:hover,
.bootstrap-datetimepicker-widget table td.second:hover {
  background: #f0f0f0;
  cursor: pointer;
}
.bootstrap-datetimepicker-widget table td.old,
.bootstrap-datetimepicker-widget table td.new {
  color: #f0f0f0;
}
.bootstrap-datetimepicker-widget table td.old:hover,
.bootstrap-datetimepicker-widget table td.new:hover {
  color: #999999;
}
.bootstrap-datetimepicker-widget table td.today {
  position: relative;
}
.bootstrap-datetimepicker-widget table td.today:before {
  content: '';
  display: inline-block;
  border: solid transparent;
  border-width: 0 0 7px 7px;
  border-bottom-color: #ffffff;
  border-top-color: #ffffff;
  position: absolute;
  bottom: 4px;
  right: 4px;
}
.bootstrap-datetimepicker-widget table td.active,
.bootstrap-datetimepicker-widget table td.active:hover {
  background-color: #333333;
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.bootstrap-datetimepicker-widget table td.active.today:before {
  border-bottom-color: #222222;
}
.bootstrap-datetimepicker-widget table td.disabled,
.bootstrap-datetimepicker-widget table td.disabled:hover {
  background: none;
  color: #808080;
  cursor: not-allowed;
}
.bootstrap-datetimepicker-widget table td span {
  display: inline-block;
  width: 54px;
  height: 54px;
  line-height: 54px;
  margin: 2px 1.5px;
  cursor: pointer;
  border-radius: 4px;
}
.bootstrap-datetimepicker-widget table td span:hover {
  background: #f0f0f0;
}
.bootstrap-datetimepicker-widget table td span.active {
  background-color: #333333;
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.bootstrap-datetimepicker-widget table td span.old {
  color: #808080;
}
.bootstrap-datetimepicker-widget table td span.disabled,
.bootstrap-datetimepicker-widget table td span.disabled:hover {
  background: none;
  color: #808080;
  cursor: not-allowed;
}
.bootstrap-datetimepicker-widget.usetwentyfour td.hour {
  height: 27px;
  line-height: 27px;
}
.bootstrap-datetimepicker-widget.wider {
  width: 21em;
}
.bootstrap-datetimepicker-widget .datepicker-decades .decade {
  line-height: 1.8em !important;
}
.input-group.date .input-group-addon {
  cursor: pointer;
}
.bootstrap-datetimepicker-widget a[data-action] {
  color: #222222;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
@charset "UTF-8";
/* Slider */
.slick-loading .slick-list {
  background: #ffffff url('/images/ajax-loader.gif') center center no-repeat;
}
/* Arrows */
.slick-prev,
.slick-next {
  background-color: rgba(25, 25, 25, 0.8);
  color: #ffffff;
  fill: #ffffff;
  position: absolute;
  z-index: 999;
  display: block;
  height: 25px;
  width: 25px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  top: 50%;
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  border-radius: 50%;
  outline: none;
  transition: background-color 0.25s ease, opacity 0.25s ease;
}
@media (min-width: 992px) {
  .slick-prev,
  .slick-next {
    height: 45px;
    width: 45px;
  }
}
@media (-moz-touch-enabled: 0), (pointer: fine) {
  .slick-prev,
  .slick-next {
    opacity: 0;
  }
  .slick-slider:hover .slick-prev,
  .slick-slider:hover .slick-next {
    opacity: 0.75;
  }
}
.slick-prev:hover,
.slick-next:hover,
.slick-prev:focus,
.slick-next:focus {
  outline: none;
  background-color: #191919;
  color: transparent;
}
.slick-prev {
  left: 5px;
}
.slick-next {
  right: 5px;
}
/* Dots */
.slick-dotted .slick-slider {
  margin-bottom: 30px;
}
.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-size: 15px;
  line-height: 20px;
  text-align: center;
  color: rgba(34, 34, 34, 0.8);
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: rgba(34, 34, 34, 0.8);
  opacity: 0.75;
}
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  user-select: none;
  touch-action: pan-y;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
}
.slick-slider-nav .slick-slide {
  padding-top: 3px;
}
.slick-slider-nav .slick-slide-img-wrapper {
  height: 75px;
  width: 75px;
}
.slick-slider-nav .slick-slide-img-wrapper:after {
  content: " ";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  box-shadow: 0 0 0 3px #191919;
  transition: opacity 0.25s ease;
  opacity: 0;
}
.slick-slider-nav .slick-current .slick-slide-img-wrapper:after {
  opacity: 1;
}
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
  height: 100%;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
  height: 100%;
}
.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-slider-flex .slick-track {
  display: flex !important;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slider-center .slick-track {
  display: flex;
  align-items: center;
}
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-slider-center .slick-slide {
  height: auto;
}
.slick-slide-flex {
  display: flex !important;
  height: auto !important;
}
.slick-arrow.slick-hidden {
  display: none;
}
.slick-no-slide .slick-track {
  width: 100% !important;
  text-align: center !important;
  transform: inherit !important;
}
.slick-no-slide .slick-slide {
  float: none !important;
  display: inline-block !important;
}
.text-subheading {
  font-family: 'Montserrat', Arial, sans-serif;
  text-transform: none;
  letter-spacing: 0;
  font-weight: 600;
}
.expandable-font-tab {
  cursor: pointer;
  border-bottom: 0;
  border-radius: 4px 4px 0 0;
}
.expandable-font-tab.collapsed {
  border: 1px solid #e6e6e6;
  border-radius: 4px;
}
.plyr--audio .plyr__controls button.tab-focus:focus,
.plyr--audio .plyr__controls button:hover,
.plyr__play-large {
  background-color: #191919 !important;
}
.plyr__progress--played,
.plyr__volume--display {
  color: #191919 !important;
}
.plyr input[type=range]::-webkit-slider-thumb:active {
  background: #191919 !important;
}
.plyr input[type=range]::-moz-range-thumb:active {
  background: #191919 !important;
}
.plyr input[type=range]::-ms-thumb:active {
  background: #191919 !important;
}
.plyr--audio .plyr__controls {
  box-shadow: none !important;
  border-style: none !important;
  background-color: transparent !important;
}
.video-background,
.video-background iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
@media (max-aspect-ratio: 1/1) {
  .video-background {
    width: 300%;
    height: 150%;
    top: -25%;
    left: -100%;
  }
}
.video-background-sm-height {
  height: 300%;
  top: -100%;
}
.video-background-lg-height {
  height: 300%;
  top: -100%;
}
@media (max-aspect-ratio: 1/1) {
  .video-background-lg-height {
    width: 500%;
    height: 150%;
    top: -25%;
    left: -200%;
  }
}
@media (min-aspect-ratio: 1/1) and (max-aspect-ratio: 16/9) {
  .video-background-lg-height {
    width: 300%;
    height: 150%;
    top: -25%;
    left: -100%;
  }
}
#vimeoVideoHeaderBackground {
  width: 100vw;
  height: 56.25vw;
  /* Given a 16:9 aspect ratio, 9/16*100 = 56.25 */
  min-height: 100vh;
  min-width: 177.77vh;
  /* Given a 16:9 aspect ratio, 16/9*100 = 177.77 */
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.btn-primary-counter {
  color: #191919;
  fill: #191919;
  background-color: #ffffff;
  border-color: #f2f2f2;
}
.btn-primary-counter:focus,
.btn-primary-counter.focus {
  background-color: #e6e6e6;
  border-color: #d4d4d4;
  color: #191919;
  fill: #191919;
}
.btn-primary-counter:hover {
  background-color: #e6e6e6;
  border-color: #dedede;
  color: #191919;
  fill: #191919;
}
.btn-primary-counter:active,
.btn-primary-counter.active,
.open > .dropdown-toggle.btn-primary-counter {
  color: #191919;
  fill: #191919;
  background-color: #e6e6e6;
  border-color: #dedede;
}
.btn-primary-counter:active:hover,
.btn-primary-counter.active:hover,
.open > .dropdown-toggle.btn-primary-counter:hover,
.btn-primary-counter:active:focus,
.btn-primary-counter.active:focus,
.open > .dropdown-toggle.btn-primary-counter:focus,
.btn-primary-counter:active.focus,
.btn-primary-counter.active.focus,
.open > .dropdown-toggle.btn-primary-counter.focus {
  color: #191919;
  fill: #191919;
  background-color: #d4d4d4;
  border-color: #d4d4d4;
}
.btn-primary-counter:active,
.btn-primary-counter.active,
.open > .dropdown-toggle.btn-primary-counter {
  background-image: none;
}
.btn-primary-counter.disabled:hover,
.btn-primary-counter[disabled]:hover,
fieldset[disabled] .btn-primary-counter:hover,
.btn-primary-counter.disabled:focus,
.btn-primary-counter[disabled]:focus,
fieldset[disabled] .btn-primary-counter:focus,
.btn-primary-counter.disabled.focus,
.btn-primary-counter[disabled].focus,
fieldset[disabled] .btn-primary-counter.focus {
  background-color: #ffffff;
  border-color: #f2f2f2;
}
.btn-primary-counter .badge {
  color: #ffffff;
  fill: #ffffff;
  background-color: #191919;
}
.btn-secondary {
  color: #ffffff;
  fill: #ffffff;
  background-color: #1a4066;
  border-color: #153352;
}
.btn-secondary:focus,
.btn-secondary.focus {
  background-color: #10263d;
  border-color: #081521;
  color: #ffffff;
  fill: #ffffff;
}
.btn-secondary:hover {
  background-color: #10263d;
  border-color: #0d1f31;
  color: #ffffff;
  fill: #ffffff;
}
.btn-secondary:active,
.btn-secondary.active,
.open > .dropdown-toggle.btn-secondary {
  color: #ffffff;
  fill: #ffffff;
  background-color: #10263d;
  border-color: #0d1f31;
}
.btn-secondary:active:hover,
.btn-secondary.active:hover,
.open > .dropdown-toggle.btn-secondary:hover,
.btn-secondary:active:focus,
.btn-secondary.active:focus,
.open > .dropdown-toggle.btn-secondary:focus,
.btn-secondary:active.focus,
.btn-secondary.active.focus,
.open > .dropdown-toggle.btn-secondary.focus {
  color: #ffffff;
  fill: #ffffff;
  background-color: #081521;
  border-color: #081521;
}
.btn-secondary:active,
.btn-secondary.active,
.open > .dropdown-toggle.btn-secondary {
  background-image: none;
}
.btn-secondary.disabled:hover,
.btn-secondary[disabled]:hover,
fieldset[disabled] .btn-secondary:hover,
.btn-secondary.disabled:focus,
.btn-secondary[disabled]:focus,
fieldset[disabled] .btn-secondary:focus,
.btn-secondary.disabled.focus,
.btn-secondary[disabled].focus,
fieldset[disabled] .btn-secondary.focus {
  background-color: #1a4066;
  border-color: #153352;
}
.btn-secondary .badge {
  color: #1a4066;
  fill: #1a4066;
  background-color: #ffffff;
}
.btn-secondary-counter {
  color: #1a4066;
  fill: #1a4066;
  background-color: #ffffff;
  border-color: #f2f2f2;
}
.btn-secondary-counter:focus,
.btn-secondary-counter.focus {
  background-color: #e6e6e6;
  border-color: #d4d4d4;
  color: #1a4066;
  fill: #1a4066;
}
.btn-secondary-counter:hover {
  background-color: #e6e6e6;
  border-color: #dedede;
  color: #1a4066;
  fill: #1a4066;
}
.btn-secondary-counter:active,
.btn-secondary-counter.active,
.open > .dropdown-toggle.btn-secondary-counter {
  color: #1a4066;
  fill: #1a4066;
  background-color: #e6e6e6;
  border-color: #dedede;
}
.btn-secondary-counter:active:hover,
.btn-secondary-counter.active:hover,
.open > .dropdown-toggle.btn-secondary-counter:hover,
.btn-secondary-counter:active:focus,
.btn-secondary-counter.active:focus,
.open > .dropdown-toggle.btn-secondary-counter:focus,
.btn-secondary-counter:active.focus,
.btn-secondary-counter.active.focus,
.open > .dropdown-toggle.btn-secondary-counter.focus {
  color: #1a4066;
  fill: #1a4066;
  background-color: #d4d4d4;
  border-color: #d4d4d4;
}
.btn-secondary-counter:active,
.btn-secondary-counter.active,
.open > .dropdown-toggle.btn-secondary-counter {
  background-image: none;
}
.btn-secondary-counter.disabled:hover,
.btn-secondary-counter[disabled]:hover,
fieldset[disabled] .btn-secondary-counter:hover,
.btn-secondary-counter.disabled:focus,
.btn-secondary-counter[disabled]:focus,
fieldset[disabled] .btn-secondary-counter:focus,
.btn-secondary-counter.disabled.focus,
.btn-secondary-counter[disabled].focus,
fieldset[disabled] .btn-secondary-counter.focus {
  background-color: #ffffff;
  border-color: #f2f2f2;
}
.btn-secondary-counter .badge {
  color: #ffffff;
  fill: #ffffff;
  background-color: #1a4066;
}
.btn-tertiary {
  color: #ffffff;
  fill: #ffffff;
  background-color: #e6e6e6;
  border-color: #d9d9d9;
}
.btn-tertiary:focus,
.btn-tertiary.focus {
  background-color: #cdcdcd;
  border-color: #bbbbbb;
  color: #ffffff;
  fill: #ffffff;
}
.btn-tertiary:hover {
  background-color: #cdcdcd;
  border-color: #c5c5c5;
  color: #ffffff;
  fill: #ffffff;
}
.btn-tertiary:active,
.btn-tertiary.active,
.open > .dropdown-toggle.btn-tertiary {
  color: #ffffff;
  fill: #ffffff;
  background-color: #cdcdcd;
  border-color: #c5c5c5;
}
.btn-tertiary:active:hover,
.btn-tertiary.active:hover,
.open > .dropdown-toggle.btn-tertiary:hover,
.btn-tertiary:active:focus,
.btn-tertiary.active:focus,
.open > .dropdown-toggle.btn-tertiary:focus,
.btn-tertiary:active.focus,
.btn-tertiary.active.focus,
.open > .dropdown-toggle.btn-tertiary.focus {
  color: #ffffff;
  fill: #ffffff;
  background-color: #bbbbbb;
  border-color: #bbbbbb;
}
.btn-tertiary:active,
.btn-tertiary.active,
.open > .dropdown-toggle.btn-tertiary {
  background-image: none;
}
.btn-tertiary.disabled:hover,
.btn-tertiary[disabled]:hover,
fieldset[disabled] .btn-tertiary:hover,
.btn-tertiary.disabled:focus,
.btn-tertiary[disabled]:focus,
fieldset[disabled] .btn-tertiary:focus,
.btn-tertiary.disabled.focus,
.btn-tertiary[disabled].focus,
fieldset[disabled] .btn-tertiary.focus {
  background-color: #e6e6e6;
  border-color: #d9d9d9;
}
.btn-tertiary .badge {
  color: #e6e6e6;
  fill: #e6e6e6;
  background-color: #ffffff;
}
.btn-tertiary-counter {
  color: #e6e6e6;
  fill: #e6e6e6;
  background-color: #ffffff;
  border-color: #f2f2f2;
}
.btn-tertiary-counter:focus,
.btn-tertiary-counter.focus {
  background-color: #e6e6e6;
  border-color: #d4d4d4;
  color: #e6e6e6;
  fill: #e6e6e6;
}
.btn-tertiary-counter:hover {
  background-color: #e6e6e6;
  border-color: #dedede;
  color: #e6e6e6;
  fill: #e6e6e6;
}
.btn-tertiary-counter:active,
.btn-tertiary-counter.active,
.open > .dropdown-toggle.btn-tertiary-counter {
  color: #e6e6e6;
  fill: #e6e6e6;
  background-color: #e6e6e6;
  border-color: #dedede;
}
.btn-tertiary-counter:active:hover,
.btn-tertiary-counter.active:hover,
.open > .dropdown-toggle.btn-tertiary-counter:hover,
.btn-tertiary-counter:active:focus,
.btn-tertiary-counter.active:focus,
.open > .dropdown-toggle.btn-tertiary-counter:focus,
.btn-tertiary-counter:active.focus,
.btn-tertiary-counter.active.focus,
.open > .dropdown-toggle.btn-tertiary-counter.focus {
  color: #e6e6e6;
  fill: #e6e6e6;
  background-color: #d4d4d4;
  border-color: #d4d4d4;
}
.btn-tertiary-counter:active,
.btn-tertiary-counter.active,
.open > .dropdown-toggle.btn-tertiary-counter {
  background-image: none;
}
.btn-tertiary-counter.disabled:hover,
.btn-tertiary-counter[disabled]:hover,
fieldset[disabled] .btn-tertiary-counter:hover,
.btn-tertiary-counter.disabled:focus,
.btn-tertiary-counter[disabled]:focus,
fieldset[disabled] .btn-tertiary-counter:focus,
.btn-tertiary-counter.disabled.focus,
.btn-tertiary-counter[disabled].focus,
fieldset[disabled] .btn-tertiary-counter.focus {
  background-color: #ffffff;
  border-color: #f2f2f2;
}
.btn-tertiary-counter .badge {
  color: #ffffff;
  fill: #ffffff;
  background-color: #e6e6e6;
}
.btn-submit {
  color: #ffffff;
  fill: #ffffff;
  background-color: #333333;
  border-color: #262626;
}
.btn-submit:focus,
.btn-submit.focus {
  background-color: #1a1a1a;
  border-color: #080808;
  color: #ffffff;
  fill: #ffffff;
}
.btn-submit:hover {
  background-color: #1a1a1a;
  border-color: #121212;
  color: #ffffff;
  fill: #ffffff;
}
.btn-submit:active,
.btn-submit.active,
.open > .dropdown-toggle.btn-submit {
  color: #ffffff;
  fill: #ffffff;
  background-color: #1a1a1a;
  border-color: #121212;
}
.btn-submit:active:hover,
.btn-submit.active:hover,
.open > .dropdown-toggle.btn-submit:hover,
.btn-submit:active:focus,
.btn-submit.active:focus,
.open > .dropdown-toggle.btn-submit:focus,
.btn-submit:active.focus,
.btn-submit.active.focus,
.open > .dropdown-toggle.btn-submit.focus {
  color: #ffffff;
  fill: #ffffff;
  background-color: #080808;
  border-color: #080808;
}
.btn-submit:active,
.btn-submit.active,
.open > .dropdown-toggle.btn-submit {
  background-image: none;
}
.btn-submit.disabled:hover,
.btn-submit[disabled]:hover,
fieldset[disabled] .btn-submit:hover,
.btn-submit.disabled:focus,
.btn-submit[disabled]:focus,
fieldset[disabled] .btn-submit:focus,
.btn-submit.disabled.focus,
.btn-submit[disabled].focus,
fieldset[disabled] .btn-submit.focus {
  background-color: #333333;
  border-color: #262626;
}
.btn-submit .badge {
  color: #333333;
  fill: #333333;
  background-color: #ffffff;
}
.btn-white {
  color: #333333;
  fill: #333333;
  background-color: #ffffff;
  border-color: #262626;
}
.btn-white:focus,
.btn-white.focus {
  background-color: #e6e6e6;
  border-color: #080808;
  color: #333333;
  fill: #333333;
}
.btn-white:hover {
  background-color: #e6e6e6;
  border-color: #121212;
  color: #333333;
  fill: #333333;
}
.btn-white:active,
.btn-white.active,
.open > .dropdown-toggle.btn-white {
  color: #333333;
  fill: #333333;
  background-color: #e6e6e6;
  border-color: #121212;
}
.btn-white:active:hover,
.btn-white.active:hover,
.open > .dropdown-toggle.btn-white:hover,
.btn-white:active:focus,
.btn-white.active:focus,
.open > .dropdown-toggle.btn-white:focus,
.btn-white:active.focus,
.btn-white.active.focus,
.open > .dropdown-toggle.btn-white.focus {
  color: #333333;
  fill: #333333;
  background-color: #d4d4d4;
  border-color: #080808;
}
.btn-white:active,
.btn-white.active,
.open > .dropdown-toggle.btn-white {
  background-image: none;
}
.btn-white.disabled:hover,
.btn-white[disabled]:hover,
fieldset[disabled] .btn-white:hover,
.btn-white.disabled:focus,
.btn-white[disabled]:focus,
fieldset[disabled] .btn-white:focus,
.btn-white.disabled.focus,
.btn-white[disabled].focus,
fieldset[disabled] .btn-white.focus {
  background-color: #ffffff;
  border-color: #262626;
}
.btn-white .badge {
  color: #ffffff;
  fill: #ffffff;
  background-color: #333333;
}
.btn-light {
  color: #333333;
  fill: #333333;
  background-color: #f1f1f1;
  border-color: #e4e4e4;
}
.btn-light:focus,
.btn-light.focus {
  background-color: #d8d8d8;
  border-color: #c6c6c6;
  color: #333333;
  fill: #333333;
}
.btn-light:hover {
  background-color: #d8d8d8;
  border-color: #d0d0d0;
  color: #333333;
  fill: #333333;
}
.btn-light:active,
.btn-light.active,
.open > .dropdown-toggle.btn-light {
  color: #333333;
  fill: #333333;
  background-color: #d8d8d8;
  border-color: #d0d0d0;
}
.btn-light:active:hover,
.btn-light.active:hover,
.open > .dropdown-toggle.btn-light:hover,
.btn-light:active:focus,
.btn-light.active:focus,
.open > .dropdown-toggle.btn-light:focus,
.btn-light:active.focus,
.btn-light.active.focus,
.open > .dropdown-toggle.btn-light.focus {
  color: #333333;
  fill: #333333;
  background-color: #c6c6c6;
  border-color: #c6c6c6;
}
.btn-light:active,
.btn-light.active,
.open > .dropdown-toggle.btn-light {
  background-image: none;
}
.btn-light.disabled:hover,
.btn-light[disabled]:hover,
fieldset[disabled] .btn-light:hover,
.btn-light.disabled:focus,
.btn-light[disabled]:focus,
fieldset[disabled] .btn-light:focus,
.btn-light.disabled.focus,
.btn-light[disabled].focus,
fieldset[disabled] .btn-light.focus {
  background-color: #f1f1f1;
  border-color: #e4e4e4;
}
.btn-light .badge {
  color: #f1f1f1;
  fill: #f1f1f1;
  background-color: #333333;
}
.btn-dark {
  color: #f1f1f1;
  fill: #f1f1f1;
  background-color: #333333;
  border-color: #262626;
}
.btn-dark:focus,
.btn-dark.focus {
  background-color: #1a1a1a;
  border-color: #080808;
  color: #f1f1f1;
  fill: #f1f1f1;
}
.btn-dark:hover {
  background-color: #1a1a1a;
  border-color: #121212;
  color: #f1f1f1;
  fill: #f1f1f1;
}
.btn-dark:active,
.btn-dark.active,
.open > .dropdown-toggle.btn-dark {
  color: #f1f1f1;
  fill: #f1f1f1;
  background-color: #1a1a1a;
  border-color: #121212;
}
.btn-dark:active:hover,
.btn-dark.active:hover,
.open > .dropdown-toggle.btn-dark:hover,
.btn-dark:active:focus,
.btn-dark.active:focus,
.open > .dropdown-toggle.btn-dark:focus,
.btn-dark:active.focus,
.btn-dark.active.focus,
.open > .dropdown-toggle.btn-dark.focus {
  color: #f1f1f1;
  fill: #f1f1f1;
  background-color: #080808;
  border-color: #080808;
}
.btn-dark:active,
.btn-dark.active,
.open > .dropdown-toggle.btn-dark {
  background-image: none;
}
.btn-dark.disabled:hover,
.btn-dark[disabled]:hover,
fieldset[disabled] .btn-dark:hover,
.btn-dark.disabled:focus,
.btn-dark[disabled]:focus,
fieldset[disabled] .btn-dark:focus,
.btn-dark.disabled.focus,
.btn-dark[disabled].focus,
fieldset[disabled] .btn-dark.focus {
  background-color: #333333;
  border-color: #262626;
}
.btn-dark .badge {
  color: #333333;
  fill: #333333;
  background-color: #f1f1f1;
}
.btn-link-primary {
  color: #191919;
  fill: #191919;
  font-weight: 600;
  border-radius: 0;
  letter-spacing: 0.5px;
}
.btn-link-primary,
.btn-link-primary:active,
.btn-link-primary.active,
.btn-link-primary[disabled],
fieldset[disabled] .btn-link-primary {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-link-primary,
.btn-link-primary:hover,
.btn-link-primary:focus,
.btn-link-primary:active {
  border-color: transparent;
}
.btn-link-primary:hover,
.btn-link-primary:focus {
  color: #000000;
  fill: #000000;
  text-decoration: none;
  background-color: transparent;
}
.btn-link-primary[disabled]:hover,
fieldset[disabled] .btn-link-primary:hover,
.btn-link-primary[disabled]:focus,
fieldset[disabled] .btn-link-primary:focus {
  color: #777777;
  fill: #777777;
  text-decoration: none;
}
.btn-link-primary-counter {
  color: #ffffff;
  fill: #ffffff;
  font-weight: 600;
  border-radius: 0;
  letter-spacing: 0.5px;
}
.btn-link-primary-counter,
.btn-link-primary-counter:active,
.btn-link-primary-counter.active,
.btn-link-primary-counter[disabled],
fieldset[disabled] .btn-link-primary-counter {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-link-primary-counter,
.btn-link-primary-counter:hover,
.btn-link-primary-counter:focus,
.btn-link-primary-counter:active {
  border-color: transparent;
}
.btn-link-primary-counter:hover,
.btn-link-primary-counter:focus {
  color: #d9d9d9;
  fill: #d9d9d9;
  text-decoration: none;
  background-color: transparent;
}
.btn-link-primary-counter[disabled]:hover,
fieldset[disabled] .btn-link-primary-counter:hover,
.btn-link-primary-counter[disabled]:focus,
fieldset[disabled] .btn-link-primary-counter:focus {
  color: #777777;
  fill: #777777;
  text-decoration: none;
}
.btn-link-secondary {
  color: #1a4066;
  fill: #1a4066;
  font-weight: 600;
  border-radius: 0;
  letter-spacing: 0.5px;
}
.btn-link-secondary,
.btn-link-secondary:active,
.btn-link-secondary.active,
.btn-link-secondary[disabled],
fieldset[disabled] .btn-link-secondary {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-link-secondary,
.btn-link-secondary:hover,
.btn-link-secondary:focus,
.btn-link-secondary:active {
  border-color: transparent;
}
.btn-link-secondary:hover,
.btn-link-secondary:focus {
  color: #0a1a29;
  fill: #0a1a29;
  text-decoration: none;
  background-color: transparent;
}
.btn-link-secondary[disabled]:hover,
fieldset[disabled] .btn-link-secondary:hover,
.btn-link-secondary[disabled]:focus,
fieldset[disabled] .btn-link-secondary:focus {
  color: #777777;
  fill: #777777;
  text-decoration: none;
}
.btn-link-default {
  color: #222222;
  fill: #222222;
  font-weight: 600;
  border-radius: 0;
  letter-spacing: 0.5px;
}
.btn-link-default,
.btn-link-default:active,
.btn-link-default.active,
.btn-link-default[disabled],
fieldset[disabled] .btn-link-default {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-link-default,
.btn-link-default:hover,
.btn-link-default:focus,
.btn-link-default:active {
  border-color: transparent;
}
.btn-link-default:hover,
.btn-link-default:focus {
  color: #000000;
  fill: #000000;
  text-decoration: none;
  background-color: transparent;
}
.btn-link-default[disabled]:hover,
fieldset[disabled] .btn-link-default:hover,
.btn-link-default[disabled]:focus,
fieldset[disabled] .btn-link-default:focus {
  color: #777777;
  fill: #777777;
  text-decoration: none;
}
.btn-link-cancel {
  color: #333333;
  fill: #333333;
  font-weight: 600;
  border-radius: 0;
  letter-spacing: 0.5px;
}
.btn-link-cancel,
.btn-link-cancel:active,
.btn-link-cancel.active,
.btn-link-cancel[disabled],
fieldset[disabled] .btn-link-cancel {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-link-cancel,
.btn-link-cancel:hover,
.btn-link-cancel:focus,
.btn-link-cancel:active {
  border-color: transparent;
}
.btn-link-cancel:hover,
.btn-link-cancel:focus {
  color: #0d0d0d;
  fill: #0d0d0d;
  text-decoration: none;
  background-color: transparent;
}
.btn-link-cancel[disabled]:hover,
fieldset[disabled] .btn-link-cancel:hover,
.btn-link-cancel[disabled]:focus,
fieldset[disabled] .btn-link-cancel:focus {
  color: #777777;
  fill: #777777;
  text-decoration: none;
}
.btn-link-muted {
  color: #808080;
  fill: #808080;
  font-weight: 600;
  border-radius: 0;
  letter-spacing: 0.5px;
}
.btn-link-muted,
.btn-link-muted:active,
.btn-link-muted.active,
.btn-link-muted[disabled],
fieldset[disabled] .btn-link-muted {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-link-muted,
.btn-link-muted:hover,
.btn-link-muted:focus,
.btn-link-muted:active {
  border-color: transparent;
}
.btn-link-muted:hover,
.btn-link-muted:focus {
  color: #595959;
  fill: #595959;
  text-decoration: none;
  background-color: transparent;
}
.btn-link-muted[disabled]:hover,
fieldset[disabled] .btn-link-muted:hover,
.btn-link-muted[disabled]:focus,
fieldset[disabled] .btn-link-muted:focus {
  color: #777777;
  fill: #777777;
  text-decoration: none;
}
.btn-link-danger {
  color: #e96663;
  fill: #e96663;
  font-weight: 600;
  border-radius: 0;
  letter-spacing: 0.5px;
}
.btn-link-danger,
.btn-link-danger:active,
.btn-link-danger.active,
.btn-link-danger[disabled],
fieldset[disabled] .btn-link-danger {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-link-danger,
.btn-link-danger:hover,
.btn-link-danger:focus,
.btn-link-danger:active {
  border-color: transparent;
}
.btn-link-danger:hover,
.btn-link-danger:focus {
  color: #e02420;
  fill: #e02420;
  text-decoration: none;
  background-color: transparent;
}
.btn-link-danger[disabled]:hover,
fieldset[disabled] .btn-link-danger:hover,
.btn-link-danger[disabled]:focus,
fieldset[disabled] .btn-link-danger:focus {
  color: #777777;
  fill: #777777;
  text-decoration: none;
}
.btn-link-success {
  color: #27b662;
  fill: #27b662;
  font-weight: 600;
  border-radius: 0;
  letter-spacing: 0.5px;
}
.btn-link-success,
.btn-link-success:active,
.btn-link-success.active,
.btn-link-success[disabled],
fieldset[disabled] .btn-link-success {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-link-success,
.btn-link-success:hover,
.btn-link-success:focus,
.btn-link-success:active {
  border-color: transparent;
}
.btn-link-success:hover,
.btn-link-success:focus {
  color: #1a7740;
  fill: #1a7740;
  text-decoration: none;
  background-color: transparent;
}
.btn-link-success[disabled]:hover,
fieldset[disabled] .btn-link-success:hover,
.btn-link-success[disabled]:focus,
fieldset[disabled] .btn-link-success:focus {
  color: #777777;
  fill: #777777;
  text-decoration: none;
}
.btn-link-white {
  color: #ffffff;
  fill: #ffffff;
  font-weight: 600;
  border-radius: 0;
  letter-spacing: 0.5px;
}
.btn-link-white,
.btn-link-white:active,
.btn-link-white.active,
.btn-link-white[disabled],
fieldset[disabled] .btn-link-white {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-link-white,
.btn-link-white:hover,
.btn-link-white:focus,
.btn-link-white:active {
  border-color: transparent;
}
.btn-link-white:hover,
.btn-link-white:focus {
  color: #d9d9d9;
  fill: #d9d9d9;
  text-decoration: none;
  background-color: transparent;
}
.btn-link-white[disabled]:hover,
fieldset[disabled] .btn-link-white:hover,
.btn-link-white[disabled]:focus,
fieldset[disabled] .btn-link-white:focus {
  color: #777777;
  fill: #777777;
  text-decoration: none;
}
.btn-link-light {
  color: #f1f1f1;
  fill: #f1f1f1;
  font-weight: 600;
  border-radius: 0;
  letter-spacing: 0.5px;
}
.btn-link-light,
.btn-link-light:active,
.btn-link-light.active,
.btn-link-light[disabled],
fieldset[disabled] .btn-link-light {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-link-light,
.btn-link-light:hover,
.btn-link-light:focus,
.btn-link-light:active {
  border-color: transparent;
}
.btn-link-light:hover,
.btn-link-light:focus {
  color: #cbcbcb;
  fill: #cbcbcb;
  text-decoration: none;
  background-color: transparent;
}
.btn-link-light[disabled]:hover,
fieldset[disabled] .btn-link-light:hover,
.btn-link-light[disabled]:focus,
fieldset[disabled] .btn-link-light:focus {
  color: #777777;
  fill: #777777;
  text-decoration: none;
}
.btn-link-dark {
  color: #333333;
  fill: #333333;
  font-weight: 600;
  border-radius: 0;
  letter-spacing: 0.5px;
}
.btn-link-dark,
.btn-link-dark:active,
.btn-link-dark.active,
.btn-link-dark[disabled],
fieldset[disabled] .btn-link-dark {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-link-dark,
.btn-link-dark:hover,
.btn-link-dark:focus,
.btn-link-dark:active {
  border-color: transparent;
}
.btn-link-dark:hover,
.btn-link-dark:focus {
  color: #0d0d0d;
  fill: #0d0d0d;
  text-decoration: none;
  background-color: transparent;
}
.btn-link-dark[disabled]:hover,
fieldset[disabled] .btn-link-dark:hover,
.btn-link-dark[disabled]:focus,
fieldset[disabled] .btn-link-dark:focus {
  color: #777777;
  fill: #777777;
  text-decoration: none;
}
.svg-link,
.btn-svg {
  display: inline-flex !important;
  align-items: center;
}
.svg-link svg,
.btn-svg svg {
  float: left;
}
.btn-group-hide > .btn-group {
  opacity: 0;
}
.btn-show-on-hover tr:hover td.btn-group-hide > .btn-group {
  opacity: 1;
}
.btn-group.disabled {
  position: relative;
  opacity: .5;
}
.btn-group.disabled:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 9999;
}
#twitter-btn {
  height: 20px;
}
#twitter-btn iframe {
  width: 61px !important;
}
#facebook-btn {
  margin-top: -4px;
}
#linkedin-btn {
  margin-top: 5px;
}
a > svg,
button > svg {
  pointer-events: none;
}
a,
button,
.dropdown {
  outline: 0 !important;
}
a:hover,
button:hover,
.dropdown:hover,
a:focus,
button:focus,
.dropdown:focus,
a:active,
button:active,
.dropdown:active {
  outline: 0 !important;
}
.bg-primary-counter .btn-ghost,
.bg-secondary-counter .btn-ghost,
label .btn-ghost {
  color: black;
}
.center-block .bg-cover .btn-ghost {
  color: white !important;
}
.btn-ghost {
  color: white;
  background: transparent;
  border: 2px solid;
}
.btn-ghost.btn-sm {
  padding-top: 3px;
  padding-bottom: 3px;
}
.btn-ghost.btn-md {
  padding-top: 4px;
  padding-bottom: 4px;
}
.btn-ghost.btn-lg {
  padding-top: 8px;
  padding-bottom: 8px;
}
.btn-ghost:active,
.btn-ghost:focus,
.btn-ghost:hover {
  color: black;
}
.btn-ghost.white {
  color: rgba(255, 255, 255, 0.8);
}
.btn-ghost.white:active,
.btn-ghost.white:focus,
.btn-ghost.white:hover {
  color: white;
}
.edit-toolbar-btn,
.remote-toolbar .btn {
  box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.16), 3px 3px 6px rgba(0, 0, 0, 0.23);
  visibility: hidden;
  opacity: 0;
}
#calendar .fc-dayGridMonth-view .event-text,
#calendar .fc-dayGridWeek-view .event-text {
  color: #222222;
  fill: #222222;
  background-color: transparent;
  border-color: transparent;
}
#calendar .fc-dayGridMonth-view .event-text:focus,
#calendar .fc-dayGridWeek-view .event-text:focus,
#calendar .fc-dayGridMonth-view .event-text.focus,
#calendar .fc-dayGridWeek-view .event-text.focus {
  background-color: rgba(0, 0, 0, 0);
  border-color: rgba(0, 0, 0, 0);
  color: #222222;
  fill: #222222;
}
#calendar .fc-dayGridMonth-view .event-text:hover,
#calendar .fc-dayGridWeek-view .event-text:hover {
  background-color: rgba(0, 0, 0, 0);
  border-color: rgba(0, 0, 0, 0);
  color: #222222;
  fill: #222222;
}
#calendar .fc-dayGridMonth-view .event-text:active,
#calendar .fc-dayGridWeek-view .event-text:active,
#calendar .fc-dayGridMonth-view .event-text.active,
#calendar .fc-dayGridWeek-view .event-text.active,
.open > .dropdown-toggle#calendar .fc-dayGridMonth-view .event-text,
.open > .dropdown-toggle#calendar .fc-dayGridWeek-view .event-text {
  color: #222222;
  fill: #222222;
  background-color: rgba(0, 0, 0, 0);
  border-color: rgba(0, 0, 0, 0);
}
#calendar .fc-dayGridMonth-view .event-text:active:hover,
#calendar .fc-dayGridWeek-view .event-text:active:hover,
#calendar .fc-dayGridMonth-view .event-text.active:hover,
#calendar .fc-dayGridWeek-view .event-text.active:hover,
.open > .dropdown-toggle#calendar .fc-dayGridMonth-view .event-text:hover,
.open > .dropdown-toggle#calendar .fc-dayGridWeek-view .event-text:hover,
#calendar .fc-dayGridMonth-view .event-text:active:focus,
#calendar .fc-dayGridWeek-view .event-text:active:focus,
#calendar .fc-dayGridMonth-view .event-text.active:focus,
#calendar .fc-dayGridWeek-view .event-text.active:focus,
.open > .dropdown-toggle#calendar .fc-dayGridMonth-view .event-text:focus,
.open > .dropdown-toggle#calendar .fc-dayGridWeek-view .event-text:focus,
#calendar .fc-dayGridMonth-view .event-text:active.focus,
#calendar .fc-dayGridWeek-view .event-text:active.focus,
#calendar .fc-dayGridMonth-view .event-text.active.focus,
#calendar .fc-dayGridWeek-view .event-text.active.focus,
.open > .dropdown-toggle#calendar .fc-dayGridMonth-view .event-text.focus,
.open > .dropdown-toggle#calendar .fc-dayGridWeek-view .event-text.focus {
  color: #222222;
  fill: #222222;
  background-color: rgba(0, 0, 0, 0);
  border-color: rgba(0, 0, 0, 0);
}
#calendar .fc-dayGridMonth-view .event-text:active,
#calendar .fc-dayGridWeek-view .event-text:active,
#calendar .fc-dayGridMonth-view .event-text.active,
#calendar .fc-dayGridWeek-view .event-text.active,
.open > .dropdown-toggle#calendar .fc-dayGridMonth-view .event-text,
.open > .dropdown-toggle#calendar .fc-dayGridWeek-view .event-text {
  background-image: none;
}
#calendar .fc-dayGridMonth-view .event-text.disabled:hover,
#calendar .fc-dayGridWeek-view .event-text.disabled:hover,
#calendar .fc-dayGridMonth-view .event-text[disabled]:hover,
#calendar .fc-dayGridWeek-view .event-text[disabled]:hover,
fieldset[disabled] #calendar .fc-dayGridMonth-view .event-text:hover,
fieldset[disabled] #calendar .fc-dayGridWeek-view .event-text:hover,
#calendar .fc-dayGridMonth-view .event-text.disabled:focus,
#calendar .fc-dayGridWeek-view .event-text.disabled:focus,
#calendar .fc-dayGridMonth-view .event-text[disabled]:focus,
#calendar .fc-dayGridWeek-view .event-text[disabled]:focus,
fieldset[disabled] #calendar .fc-dayGridMonth-view .event-text:focus,
fieldset[disabled] #calendar .fc-dayGridWeek-view .event-text:focus,
#calendar .fc-dayGridMonth-view .event-text.disabled.focus,
#calendar .fc-dayGridWeek-view .event-text.disabled.focus,
#calendar .fc-dayGridMonth-view .event-text[disabled].focus,
#calendar .fc-dayGridWeek-view .event-text[disabled].focus,
fieldset[disabled] #calendar .fc-dayGridMonth-view .event-text.focus,
fieldset[disabled] #calendar .fc-dayGridWeek-view .event-text.focus {
  background-color: transparent;
  border-color: transparent;
}
#calendar .fc-dayGridMonth-view .event-text .badge,
#calendar .fc-dayGridWeek-view .event-text .badge {
  color: transparent;
  fill: transparent;
  background-color: #222222;
}
#calendar .fc-dayGridMonth-view .event-bold,
#calendar .fc-dayGridWeek-view .event-bold {
  color: #ffffff;
  fill: #ffffff;
  background-color: #1a4066;
  border-color: #1a4066;
}
#calendar .fc-dayGridMonth-view .event-bold:focus,
#calendar .fc-dayGridWeek-view .event-bold:focus,
#calendar .fc-dayGridMonth-view .event-bold.focus,
#calendar .fc-dayGridWeek-view .event-bold.focus {
  background-color: #10263d;
  border-color: #0e2135;
  color: #ffffff;
  fill: #ffffff;
}
#calendar .fc-dayGridMonth-view .event-bold:hover,
#calendar .fc-dayGridWeek-view .event-bold:hover {
  background-color: #10263d;
  border-color: #122c45;
  color: #ffffff;
  fill: #ffffff;
}
#calendar .fc-dayGridMonth-view .event-bold:active,
#calendar .fc-dayGridWeek-view .event-bold:active,
#calendar .fc-dayGridMonth-view .event-bold.active,
#calendar .fc-dayGridWeek-view .event-bold.active,
.open > .dropdown-toggle#calendar .fc-dayGridMonth-view .event-bold,
.open > .dropdown-toggle#calendar .fc-dayGridWeek-view .event-bold {
  color: #ffffff;
  fill: #ffffff;
  background-color: #10263d;
  border-color: #122c45;
}
#calendar .fc-dayGridMonth-view .event-bold:active:hover,
#calendar .fc-dayGridWeek-view .event-bold:active:hover,
#calendar .fc-dayGridMonth-view .event-bold.active:hover,
#calendar .fc-dayGridWeek-view .event-bold.active:hover,
.open > .dropdown-toggle#calendar .fc-dayGridMonth-view .event-bold:hover,
.open > .dropdown-toggle#calendar .fc-dayGridWeek-view .event-bold:hover,
#calendar .fc-dayGridMonth-view .event-bold:active:focus,
#calendar .fc-dayGridWeek-view .event-bold:active:focus,
#calendar .fc-dayGridMonth-view .event-bold.active:focus,
#calendar .fc-dayGridWeek-view .event-bold.active:focus,
.open > .dropdown-toggle#calendar .fc-dayGridMonth-view .event-bold:focus,
.open > .dropdown-toggle#calendar .fc-dayGridWeek-view .event-bold:focus,
#calendar .fc-dayGridMonth-view .event-bold:active.focus,
#calendar .fc-dayGridWeek-view .event-bold:active.focus,
#calendar .fc-dayGridMonth-view .event-bold.active.focus,
#calendar .fc-dayGridWeek-view .event-bold.active.focus,
.open > .dropdown-toggle#calendar .fc-dayGridMonth-view .event-bold.focus,
.open > .dropdown-toggle#calendar .fc-dayGridWeek-view .event-bold.focus {
  color: #ffffff;
  fill: #ffffff;
  background-color: #081521;
  border-color: #0e2135;
}
#calendar .fc-dayGridMonth-view .event-bold:active,
#calendar .fc-dayGridWeek-view .event-bold:active,
#calendar .fc-dayGridMonth-view .event-bold.active,
#calendar .fc-dayGridWeek-view .event-bold.active,
.open > .dropdown-toggle#calendar .fc-dayGridMonth-view .event-bold,
.open > .dropdown-toggle#calendar .fc-dayGridWeek-view .event-bold {
  background-image: none;
}
#calendar .fc-dayGridMonth-view .event-bold.disabled:hover,
#calendar .fc-dayGridWeek-view .event-bold.disabled:hover,
#calendar .fc-dayGridMonth-view .event-bold[disabled]:hover,
#calendar .fc-dayGridWeek-view .event-bold[disabled]:hover,
fieldset[disabled] #calendar .fc-dayGridMonth-view .event-bold:hover,
fieldset[disabled] #calendar .fc-dayGridWeek-view .event-bold:hover,
#calendar .fc-dayGridMonth-view .event-bold.disabled:focus,
#calendar .fc-dayGridWeek-view .event-bold.disabled:focus,
#calendar .fc-dayGridMonth-view .event-bold[disabled]:focus,
#calendar .fc-dayGridWeek-view .event-bold[disabled]:focus,
fieldset[disabled] #calendar .fc-dayGridMonth-view .event-bold:focus,
fieldset[disabled] #calendar .fc-dayGridWeek-view .event-bold:focus,
#calendar .fc-dayGridMonth-view .event-bold.disabled.focus,
#calendar .fc-dayGridWeek-view .event-bold.disabled.focus,
#calendar .fc-dayGridMonth-view .event-bold[disabled].focus,
#calendar .fc-dayGridWeek-view .event-bold[disabled].focus,
fieldset[disabled] #calendar .fc-dayGridMonth-view .event-bold.focus,
fieldset[disabled] #calendar .fc-dayGridWeek-view .event-bold.focus {
  background-color: #1a4066;
  border-color: #1a4066;
}
#calendar .fc-dayGridMonth-view .event-bold .badge,
#calendar .fc-dayGridWeek-view .event-bold .badge {
  color: #1a4066;
  fill: #1a4066;
  background-color: #ffffff;
}
#calendar .fc-dayGridMonth-view .event-all_day,
#calendar .fc-dayGridWeek-view .event-all_day {
  color: #ffffff;
  fill: #ffffff;
  background-color: #1a4066;
  border-color: #1a4066;
}
#calendar .fc-dayGridMonth-view .event-all_day:focus,
#calendar .fc-dayGridWeek-view .event-all_day:focus,
#calendar .fc-dayGridMonth-view .event-all_day.focus,
#calendar .fc-dayGridWeek-view .event-all_day.focus {
  background-color: #10263d;
  border-color: #0e2135;
  color: #ffffff;
  fill: #ffffff;
}
#calendar .fc-dayGridMonth-view .event-all_day:hover,
#calendar .fc-dayGridWeek-view .event-all_day:hover {
  background-color: #10263d;
  border-color: #122c45;
  color: #ffffff;
  fill: #ffffff;
}
#calendar .fc-dayGridMonth-view .event-all_day:active,
#calendar .fc-dayGridWeek-view .event-all_day:active,
#calendar .fc-dayGridMonth-view .event-all_day.active,
#calendar .fc-dayGridWeek-view .event-all_day.active,
.open > .dropdown-toggle#calendar .fc-dayGridMonth-view .event-all_day,
.open > .dropdown-toggle#calendar .fc-dayGridWeek-view .event-all_day {
  color: #ffffff;
  fill: #ffffff;
  background-color: #10263d;
  border-color: #122c45;
}
#calendar .fc-dayGridMonth-view .event-all_day:active:hover,
#calendar .fc-dayGridWeek-view .event-all_day:active:hover,
#calendar .fc-dayGridMonth-view .event-all_day.active:hover,
#calendar .fc-dayGridWeek-view .event-all_day.active:hover,
.open > .dropdown-toggle#calendar .fc-dayGridMonth-view .event-all_day:hover,
.open > .dropdown-toggle#calendar .fc-dayGridWeek-view .event-all_day:hover,
#calendar .fc-dayGridMonth-view .event-all_day:active:focus,
#calendar .fc-dayGridWeek-view .event-all_day:active:focus,
#calendar .fc-dayGridMonth-view .event-all_day.active:focus,
#calendar .fc-dayGridWeek-view .event-all_day.active:focus,
.open > .dropdown-toggle#calendar .fc-dayGridMonth-view .event-all_day:focus,
.open > .dropdown-toggle#calendar .fc-dayGridWeek-view .event-all_day:focus,
#calendar .fc-dayGridMonth-view .event-all_day:active.focus,
#calendar .fc-dayGridWeek-view .event-all_day:active.focus,
#calendar .fc-dayGridMonth-view .event-all_day.active.focus,
#calendar .fc-dayGridWeek-view .event-all_day.active.focus,
.open > .dropdown-toggle#calendar .fc-dayGridMonth-view .event-all_day.focus,
.open > .dropdown-toggle#calendar .fc-dayGridWeek-view .event-all_day.focus {
  color: #ffffff;
  fill: #ffffff;
  background-color: #081521;
  border-color: #0e2135;
}
#calendar .fc-dayGridMonth-view .event-all_day:active,
#calendar .fc-dayGridWeek-view .event-all_day:active,
#calendar .fc-dayGridMonth-view .event-all_day.active,
#calendar .fc-dayGridWeek-view .event-all_day.active,
.open > .dropdown-toggle#calendar .fc-dayGridMonth-view .event-all_day,
.open > .dropdown-toggle#calendar .fc-dayGridWeek-view .event-all_day {
  background-image: none;
}
#calendar .fc-dayGridMonth-view .event-all_day.disabled:hover,
#calendar .fc-dayGridWeek-view .event-all_day.disabled:hover,
#calendar .fc-dayGridMonth-view .event-all_day[disabled]:hover,
#calendar .fc-dayGridWeek-view .event-all_day[disabled]:hover,
fieldset[disabled] #calendar .fc-dayGridMonth-view .event-all_day:hover,
fieldset[disabled] #calendar .fc-dayGridWeek-view .event-all_day:hover,
#calendar .fc-dayGridMonth-view .event-all_day.disabled:focus,
#calendar .fc-dayGridWeek-view .event-all_day.disabled:focus,
#calendar .fc-dayGridMonth-view .event-all_day[disabled]:focus,
#calendar .fc-dayGridWeek-view .event-all_day[disabled]:focus,
fieldset[disabled] #calendar .fc-dayGridMonth-view .event-all_day:focus,
fieldset[disabled] #calendar .fc-dayGridWeek-view .event-all_day:focus,
#calendar .fc-dayGridMonth-view .event-all_day.disabled.focus,
#calendar .fc-dayGridWeek-view .event-all_day.disabled.focus,
#calendar .fc-dayGridMonth-view .event-all_day[disabled].focus,
#calendar .fc-dayGridWeek-view .event-all_day[disabled].focus,
fieldset[disabled] #calendar .fc-dayGridMonth-view .event-all_day.focus,
fieldset[disabled] #calendar .fc-dayGridWeek-view .event-all_day.focus {
  background-color: #1a4066;
  border-color: #1a4066;
}
#calendar .fc-dayGridMonth-view .event-all_day .badge,
#calendar .fc-dayGridWeek-view .event-all_day .badge {
  color: #1a4066;
  fill: #1a4066;
  background-color: #ffffff;
}
#calendar .fc-today {
  background-color: inherit!important;
}
#calendar .fc-event,
#calendar .fc-event-dot {
  background-color: #1a4066;
}
#calendar .fc-time-grid-container {
  overflow: auto !important;
  height: auto !important;
}
.comment_count {
  font-style: italic;
  font-size: 15px;
  font-weight: bold;
}
.comment-image {
  margin-right: 2em;
}
.comment-btn-group {
  display: none;
}
.comment:hover .comment-btn-group {
  display: block;
}
.comment-current-user {
  margin-bottom: 10px;
}
.comment-current-user img {
  margin-right: 0.5em;
}
h3.side {
  color: #222222;
  border-bottom-color: #222222;
  font-weight: 600;
  font-size: 16px;
  text-transform: uppercase;
  padding-bottom: 9px;
  border-bottom: 3px #555 solid;
  margin: 60px 0 9px;
}
.community-page h3.side {
  margin-top: 25px;
}
#domain-new .domain-name .www-prefix,
#domain-table .domain-name .www-prefix {
  width: auto;
  max-width: 0px;
  display: inline-block;
  overflow: hidden;
  vertical-align: top;
  transition: max-width 0.5s ease-in-out;
}
#domain-new .domain-name .www-prefix.www-on,
#domain-table .domain-name .www-prefix.www-on {
  max-width: 50px;
}
#domain-new {
  max-height: 200px;
  border: 1px solid #ccc;
  border-radius: 10px;
  overflow: hidden;
  transition: all 0.5s ease-in-out;
}
#domain-new.collapsed {
  max-height: 0px;
  opacity: 0;
}
#domain-new table {
  margin-bottom: 0px;
}
#domain-new table .www label.control-label {
  display: block;
}
#domain-new table tr:hover {
  background: none;
}
#domain-new .form-row {
  padding: 8px 8px 15px;
  text-align: right;
}
.image-drivers .driver-link:after {
  content: "";
  display: block;
}
.image-drivers .driver-image {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.image-drivers-square .driver-link:after {
  padding-bottom: 100%;
}
.image-drivers-landscape .driver-link:after {
  padding-bottom: 56%;
}
.bottom-driver {
  align-content: stretch;
}
@media screen and (min-width: 768px) {
  .bottom-driver:not(:last-of-type) {
    border-right-width: 1px;
    border-right-style: solid;
  }
}
.bottom-driver-icon-size {
  font-size: 2em;
}
@media (min-width: 768px) {
  .bottom-driver-icon-size {
    font-size: 3em;
  }
}
.dropdown-menu-icon {
  margin-top: 1px;
  margin-right: 10px;
  width: 19px;
  height: 19px;
}
@media screen and (max-width: 768px) {
  .footer .menu-item .dropdown-menu-right {
    left: 0 !important;
    right: auto !important;
  }
}
@media (-moz-touch-enabled: 0), (pointer: fine) {
  tr .more-dropdown {
    opacity: 0;
    pointer-events: none;
  }
  tr:hover .more-dropdown,
  .more-dropdown.open {
    opacity: 1;
    pointer-events: all;
  }
}
#settings-dropdown .dropdown-menu {
  width: 175px;
}
.event-list-date {
  font-family: 'Montserrat', Arial, sans-serif;
  text-transform: none;
  font-weight: 600;
  position: absolute;
  top: -50px;
  left: -5px;
  display: flex;
  align-content: center;
  justify-content: center;
  flex-direction: column;
  background-color: #1a4066;
  color: #ffffff;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  text-align: center;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 1;
}
.event-list-date-day {
  font-size: 24px;
}
#add-date-label {
  position: relative;
  top: 10px;
  right: 5px;
}
.pyv-list-date {
  font-family: 'Montserrat', Arial, sans-serif;
  font-weight: 600;
  top: -50px;
  left: -5px;
  display: flex;
  align-content: center;
  justify-content: center;
  flex-direction: column;
  background-color: #1a4066;
  color: #ffffff;
  border-radius: 50%;
  width: 115px;
  height: 115px;
  text-align: center;
  font-size: 12px;
  line-height: 1;
}
.pyv-list-date-name {
  font-size: 13px;
  text-transform: uppercase;
  display: block;
  padding-top: 6px;
}
.pyv-list-date-day {
  font-size: 28px;
}
.pyv-list-date-month {
  font-size: 15px;
  text-transform: uppercase;
}
.event-filter li a {
  text-transform: capitalize;
  font-size: 0.9em;
}
.event-side-driver ul li a {
  background: #f0f0f0;
  display: block;
  border-bottom: 1px #aaa solid;
  height: 80px;
}
.event-side-driver ul li a:hover {
  background: #e3e3e3;
}
.event-side-driver ul li a img {
  margin-right: 10px;
}
.event-side-driver ul li a h4 {
  color: #1a4066;
  margin-top: 0;
  padding-top: 19px;
  margin-bottom: 0;
  font-size: 17px;
  font-weight: 500;
}
.event-side-driver ul li a p {
  color: #222222;
  font-size: 15px;
  line-height: 19px;
  font-weight: 500;
}
.find-a-church-map-on .header.mb-3 {
  margin-bottom: 0 !important;
}
.find-a-church {
  fill: #222222;
}
.find-a-church-menu .dropdown-menu {
  max-height: 300px;
  overflow-y: auto;
}
.twitter-typeahead .dropdown-menu > li > a:focus,
.twitter-typeahead .dropdown-menu > li > a:hover {
  background-color: #dedede;
  color: #222222;
}
.dropdown-menu-find-a-church li.tt-cursor a {
  background-color: #dedede;
  color: #222222;
}
.twitter-typeahead {
  display: block;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .twitter-typeahead {
    min-width: 425px;
  }
}
.tt-suggestion:hover {
  cursor: pointer;
}
#find-a-church-map {
  width: 100%;
  height: 400px;
  margin-bottom: 20px;
}
.flash-message-static {
  position: relative;
  z-index: 1;
  padding: 20px;
  background-color: #333333;
  color: #e6e6e6;
}
.flash-message-static a {
  color: white;
  text-decoration: underline;
}
.flash-message-static a:hover {
  color: white;
}
.flash-message-static_alert {
  background-color: #e96663;
  z-index: 1001;
}
.flash-message-popdown {
  position: fixed;
  top: 10px;
  max-width: 500px;
  z-index: 2000;
  padding: 20px;
  border-radius: 3px;
  transform: translateY(calc(-140%));
  animation-name: flash-message-popdown;
  animation-duration: 5s;
  animation-delay: 1s;
  animation-direction: forward;
  background-color: rgba(0, 0, 0, 0.75);
  color: #e6e6e6;
  box-shadow: 1px 1px 5px #222;
}
.flash-message-popdown a {
  color: white;
  text-decoration: underline;
}
.flash-message-popdown a:hover {
  color: white;
}
.flash-message-popdown-alert {
  background-color: #e96663;
}
.flash-message-popdown-success {
  background-color: #27b662;
}
@keyframes flash-message-popdown {
  0% {
    transform: translateY(calc(-140%));
  }
  5% {
    transform: translateY(0);
  }
  95% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(calc(-140%));
  }
}
select[multiple] {
  min-height: 159px;
}
.form-group {
  margin-bottom: 30px;
}
.form-group #editor_tbl {
  width: 100% !important;
}
.submit-group {
  margin-top: 30px;
}
.form-divider {
  margin: 40px 0;
}
.form-disabled {
  opacity: 0.4;
  pointer-events: none !important;
}
.form-outline-disabled {
  outline: 0;
}
.form-control-outline {
  border-color: #191919;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(25, 25, 25, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(25, 25, 25, 0.6);
}
input[type=range]:disabled {
  cursor: not-allowed;
}
.checkbox .disabled,
.radio .disabled {
  color: rgba(34, 34, 34, 0.2);
  pointer-events: none;
}
.checkbox .disabled input,
.radio .disabled input {
  opacity: 0.2;
  pointer-events: none;
}
.checkbox.text-small,
.radio.text-small {
  line-height: 1.7;
}
.form-check-label {
  font-weight: normal;
}
.field_with_errors {
  color: #e96663;
}
.field_with_errors input,
.field_with_errors textarea {
  border: 1px solid #e96663;
}
.help-block {
  font-size: 14px;
}
span.req {
  color: #e96663;
}
span.required {
  display: inline-block;
  color: #e96663;
  font-size: 13px;
  line-height: 25px;
}
@media (-moz-touch-enabled: 0), (pointer: fine) {
  .js-attachment-preview:hover .gravity-selector,
  .js-attachment-preview:hover .js-delete-attachment,
  .js-attachment-preview:hover .js-delete-custom-label,
  .js-attachment-preview:hover .js-hide-image-btn,
  .js-attachment-preview:hover .js-show-image-btn {
    visibility: visible;
    opacity: 1;
  }
  .js-attachment-preview .gravity-selector .btn-default {
    background-color: #ffffff;
  }
  .js-attachment-preview .gravity-selector .btn-default:hover,
  .js-attachment-preview .gravity-selector .btn-default.active {
    background-color: #d4d4d4;
  }
  .gravity-selector,
  .js-delete-attachment,
  .js-delete-custom-label,
  .js-hide-image-btn,
  .js-show-image-btn {
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.25s ease;
  }
}
.gravity-selector {
  display: flex;
  flex-wrap: wrap;
  width: 50px;
  height: 50px;
}
.gravity-selector .btn {
  width: 33%;
  height: 33%;
  padding: 0;
  border-radius: 0;
}
.gravity-selector .btn:nth-child(-n + 3) {
  margin-bottom: -1px;
}
.gravity-selector .btn:nth-child(n + 7) {
  margin-top: -1px;
}
.gravity-selector .btn.active {
  z-index: 1;
}
.js-block-responsive-form .btn-default,
.js-block-responsive-form .btn-default:active {
  background-color: #c4c4c4;
}
.js-block-responsive-form .btn-default svg,
.js-block-responsive-form .btn-default:active svg {
  fill: #000;
}
.js-block-responsive-form .btn-default.active,
.js-block-responsive-form .btn-default.active:active {
  background-color: #fff;
}
.js-block-responsive-form .btn-default.active svg,
.js-block-responsive-form .btn-default.active:active svg {
  fill: #1e8c4b;
}
.mce-menu {
  position: fixed !important;
}
.tox-tinymce-aux {
  z-index: 99999 !important;
}
@media (-moz-touch-enabled: 0), (pointer: fine) {
  tr .tr-hidden-action {
    opacity: 0;
    pointer-events: none;
  }
  tr:hover td .tr-hidden-action,
  .tr-hidden-action.open {
    opacity: 1;
    pointer-events: all;
  }
}
iframe {
  border-width: 0;
  max-width: 100%;
}
.layout-thumbnail-label {
  text-align: center;
}
.layout-thumbnail-label > div {
  font-weight: normal;
  font-size: 14px;
}
.layout-thumbnail,
.layout-btn-thumbnail {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100px;
  margin-bottom: 5px;
  border: 1px solid #808080;
  border-radius: 2px;
  overflow: hidden;
}
input[type=radio]:checked ~ .layout-thumbnail,
input[type=radio]:checked ~ .layout-btn-thumbnail {
  border-color: rgba(255, 255, 255, 0.5);
  box-shadow: 0 0 0 3px #333333;
}
.layout-thumbnail {
  background-color: #ffffff;
}
.layout-thumbnail-background-color {
  justify-content: center;
  height: 50px;
}
.layout-thumbnail-sm {
  height: 40px;
}
.layout-thumbnail-dot {
  height: 26px;
  width: 26px;
  font-size: 13px;
  border-radius: 20px;
}
input[type=radio]:checked ~ .layout-thumbnail-dot {
  border-color: rgba(255, 255, 255, 0.5);
  box-shadow: 0 0 0 1px #333333;
}
.new_block .layout-thumbnail,
.edit_block .layout-thumbnail {
  height: 82px;
}
.new_block #image_links_block_layouts .layout-thumbnail,
.edit_block #image_links_block_layouts .layout-thumbnail,
.new_block #users_block_layouts .layout-thumbnail,
.edit_block #users_block_layouts .layout-thumbnail {
  height: 150px;
}
.new_block #events_block_layouts .layout-thumbnail,
.edit_block #events_block_layouts .layout-thumbnail,
.new_block #news_block_layouts .layout-thumbnail,
.edit_block #news_block_layouts .layout-thumbnail,
.new_block #blogs_block_layouts .layout-thumbnail,
.edit_block #blogs_block_layouts .layout-thumbnail,
.new_block #sermons_block_layouts .layout-thumbnail,
.edit_block #sermons_block_layouts .layout-thumbnail {
  height: 140px;
}
.letter-box img {
  max-height: 393px;
}
table.livestream-info .sermon-title a {
  display: block;
  max-width: 220px;
}
.livestream-outer-container {
  --font-size-sm: 12px;
  --font-size-body: 13px;
  --font-size-md: 1.7rem;
  --font-size-lg: 2rem;
  --font-size-xl: 4rem;
  --corner-radius: 4px;
}
.livestream-outer-container.livestream-topbar {
  font-size: var(--font-size-md);
}
.livestream-outer-container .livestream-button {
  padding: 0.3em 1.4rem;
  text-decoration: none;
  border-radius: var(--corner-radius);
  font-size: var(--font-size-md);
  text-align: center;
  border-width: 0px;
  margin: 0;
}
.livestream-outer-container .countdown-container {
  font-size: var(--font-size-body);
}
.livestream-outer-container .countdown-container:not(.pre-roll) div {
  display: inline;
}
.livestream-outer-container .countdown-container .unit-container {
  display: flex;
  align-items: stretch;
  flex-wrap: nowrap;
}
.livestream-outer-container .countdown-container .unit-container.hide-unit {
  display: none;
}
.livestream-outer-container .countdown-container .unit-container .unit-label {
  text-transform: capitalize;
  font-weight: 100;
}
.livestream-outer-container .countdown-container .unit-container .unit-label:after {
  content: ':';
  margin: 0 3px 0 6px;
}
.livestream-outer-container .countdown-container .unit-container#countdown-seconds .unit-label:after {
  content: '';
  margin: 0;
}
.livestream-outer-container .countdown-container .unit-container .value {
  font-weight: 800;
}
.livestream-outer-container .countdown-container.pre-roll .timer-title {
  font-size: var(--font-size-lg);
}
.livestream-outer-container .countdown-container.pre-roll .unit-container {
  font-size: var(--font-size-md);
}
.livestream-outer-container .countdown-container.pre-roll .unit-container .unit-label {
  margin-left: 5px;
}
.livestream-outer-container .countdown-container.pre-roll .unit-container .unit-label:after {
  margin: 0 3px 0 4px;
}
.livestream-outer-container #livestream-inner-container {
  min-width: 100vw;
  min-height: 100vh;
}
.livestream-outer-container #livestream-header-container .logo-container-0 {
  display: block;
  width: 36px;
  height: 36px;
}
.livestream-outer-container #livestream-header-container .logo-container-0 img {
  height: 100%;
  width: auto;
}
.livestream-outer-container #livestream-header-container .logo-container {
  display: none;
  max-width: 60%;
  max-height: 100px;
}
.livestream-outer-container #livestream-header-container .logo-container a {
  display: block;
  min-height: 80px;
  max-height: 150px;
}
.livestream-outer-container #livestream-header-container .logo-container img {
  min-height: inherit;
  max-height: inherit;
  width: auto;
}
.livestream-outer-container #livestream-header-container .is-live-notice {
  text-align: center;
}
.livestream-outer-container #livestream-header-container .share-outer-container {
  display: none;
}
.livestream-outer-container #livestream-header-container #close-container {
  display: none;
}
.livestream-outer-container #livestream-header-container #close-container .close-inner-container {
  text-transform: uppercase;
}
.livestream-outer-container #livestream-header-container .close-x {
  --close-x-size: 40px;
  position: relative;
  width: var(--close-x-size);
  height: var(--close-x-size);
}
.livestream-outer-container #livestream-header-container .close-x:before,
.livestream-outer-container #livestream-header-container .close-x:after {
  position: absolute;
  left: 20px;
  height: var(--close-x-size);
  content: '';
  width: 2px;
  transform: rotate(45deg);
}
.livestream-outer-container #livestream-header-container .close-x:after {
  transform: rotate(-45deg);
}
.livestream-outer-container .share-outer-container {
  transition: all 500ms ease-in-out;
}
.livestream-outer-container .share-outer-container .share-reveal {
  cursor: pointer;
  transform: scale(1);
  transition: inherit;
  opacity: 1;
}
.livestream-outer-container .share-outer-container .share-reveal.show-shares {
  transform: scale(1);
  opacity: 0.5;
}
.livestream-outer-container .share-outer-container div {
  font-size: var(--font-size-md);
}
.livestream-outer-container .share-outer-container .share-container {
  overflow: hidden;
  transform: scale(0.2);
  width: 0px;
  height: 0px;
  transition: inherit;
}
.livestream-outer-container .share-outer-container .share-container.show-shares {
  transform: scale(1);
  width: 68px;
  height: 39px;
}
.livestream-outer-container .share-outer-container .share-container a {
  text-decoration: none;
  transition: transform 200ms ease-in-out;
  font-size: var(--font-size-lg);
}
.livestream-outer-container .share-outer-container .share-container a:hover {
  transform: scale(1.1);
}
.livestream-outer-container #livestream-content {
  display: grid;
  grid-template-areas: "player" "tabs" "info";
}
.livestream-outer-container .player-container {
  grid-area: player;
}
.livestream-outer-container .player-container #video-container {
  background-color: #000;
}
.livestream-outer-container .player-container #video-container .video-box {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.livestream-outer-container .player-container .video-missing .message {
  font-size: var(--font-size-md);
  line-height: 1.2;
  font-weight: 600;
  margin-bottom: 0.4em;
}
.livestream-outer-container .player-container .video-missing p {
  font-size: var(--font-size-body);
  line-height: 1.3;
}
.livestream-outer-container .player-container .video-missing p a {
  text-decoration: underline;
}
.livestream-outer-container .player-container #technical-difficulties {
  font-size: var(--font-size-sm);
}
.livestream-outer-container #video-info-container {
  grid-area: info;
  min-height: 50px;
}
.livestream-outer-container #video-info-container .service-title {
  font-size: var(--font-size-lg);
}
.livestream-outer-container #video-info-container .video-meta-outer .video-meta-container {
  line-height: 1.1;
}
.livestream-outer-container #video-info-container .video-meta-outer .video-meta-container .speaker-name {
  font-size: var(--font-size-md);
}
.livestream-outer-container #video-info-container .share-outer-container {
  display: flex;
}
.livestream-outer-container .speaker-image {
  width: 40px;
  height: 40px;
}
.livestream-outer-container #tabs-container {
  grid-area: tabs;
  min-height: 300px;
}
.livestream-outer-container #tabs-container .tabs {
  border-top-left-radius: var(--corner-radius);
  border-top-right-radius: var(--corner-radius);
  position: relative;
  z-index: 1;
}
.livestream-outer-container #tabs-container .tabs .tab-selector {
  padding: 1rem 1rem;
  flex: 1;
  text-align: center;
  cursor: pointer;
}
.livestream-outer-container #tabs-container .tabs .tab-selector.active {
  border-top-left-radius: var(--corner-radius);
  border-top-right-radius: var(--corner-radius);
  background-color: #fff;
  color: #333;
}
.livestream-outer-container #tabs-container .tabs .tab-selector #chat-counter {
  font-size: 12px;
  border-radius: 12px;
  padding: 4px 7px;
}
.livestream-outer-container #tabs-container .tabs .tab-selector:not(.active) #chat-counter {
  background: rgba(0, 0, 0, 0.2);
  color: rgba(255, 255, 255, 0.5);
}
.livestream-outer-container #tabs-container .active-tab-area {
  color: #333;
  width: 100%;
}
.livestream-outer-container #tabs-container .active-tab-area .active-tab-inside {
  height: max(80vh, 500px);
}
.livestream-outer-container #tabs-container .active-tab-area .active-tab-inside > div {
  overflow: scroll;
  display: none;
  border-bottom-left-radius: var(--corner-radius);
  border-bottom-right-radius: var(--corner-radius);
  background: #fff;
  height: inherit;
}
.livestream-outer-container #tabs-container .active-tab-area .active-tab-inside > div.active {
  display: block;
}
.livestream-outer-container #tabs-container .active-tab-area .active-tab-inside > div > iframe {
  height: 100%;
  width: 100%;
}
.livestream-outer-container #tabs-container .active-tab-area #chat-container {
  position: relative;
  background: #f9f9f9;
  overflow: hidden;
}
.livestream-outer-container #tabs-container .active-tab-area #chat-container #conversation-container {
  height: inherit;
}
.livestream-outer-container #tabs-container .active-tab-area #chat-container #talkjs-name-form,
.livestream-outer-container #tabs-container .active-tab-area #chat-container #talkjs-password-form {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.75);
}
.livestream-outer-container #tabs-container .active-tab-area #chat-container #talkjs-name-form > div,
.livestream-outer-container #tabs-container .active-tab-area #chat-container #talkjs-password-form > div {
  width: 100%;
  max-width: 380px;
  margin: 0 auto;
}
.livestream-outer-container #tabs-container .active-tab-area #scripture-container a:not(.livestream-button),
.livestream-outer-container #tabs-container .active-tab-area #playlist-container a:not(.livestream-button) {
  color: #1a4066;
  fill: #1a4066;
  text-decoration: none;
}
.livestream-outer-container #tabs-container .active-tab-area #scripture-container a:not(.livestream-button):hover,
.livestream-outer-container #tabs-container .active-tab-area #playlist-container a:not(.livestream-button):hover,
.livestream-outer-container #tabs-container .active-tab-area #scripture-container a:not(.livestream-button):focus,
.livestream-outer-container #tabs-container .active-tab-area #playlist-container a:not(.livestream-button):focus {
  color: #0a1a29;
  fill: #0a1a29;
  text-decoration: none;
}
.livestream-outer-container #tabs-container .active-tab-area #scripture-container a:not(.livestream-button):focus,
.livestream-outer-container #tabs-container .active-tab-area #playlist-container a:not(.livestream-button):focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.livestream-outer-container #tabs-container .active-tab-area #prayer-container input,
.livestream-outer-container #tabs-container .active-tab-area #prayer-container textarea {
  display: block;
}
.livestream-outer-container #tabs-container .active-tab-area #prayer-container textarea {
  flex-grow: 1;
}
.livestream-outer-container #tabs-container .active-tab-area #prayer-container .btn {
  min-width: 65%;
}
.livestream-outer-container #tabs-container .active-tab-area #playlist-container .streams-container {
  margin-top: 20px;
}
.livestream-outer-container #tabs-container .active-tab-area #playlist-container .streams-container:first-child {
  margin-top: 0px;
}
.livestream-outer-container #tabs-container .active-tab-area #playlist-container .streams-container .playlist-title {
  font-weight: 800;
  font-size: var(--font-size-body);
  color: #555;
}
.livestream-outer-container #tabs-container .active-tab-area #playlist-container .streams-container a,
.livestream-outer-container #tabs-container .active-tab-area #playlist-container .streams-container .playlist-item {
  border-top: 1px solid #bbb;
}
.livestream-outer-container #tabs-container .active-tab-area #playlist-container .streams-container a:first-child,
.livestream-outer-container #tabs-container .active-tab-area #playlist-container .streams-container .playlist-item:first-child {
  border-top: none;
}
.livestream-outer-container #tabs-container .active-tab-area #playlist-container .streams-container a .playlist-clickable {
  font-size: var(--font-size-lg);
}
.livestream-outer-container #tabs-container .active-tab-area #playlist-container .streams-container .playlist-item {
  padding: 10px;
  transition: all 500ms ease-in-out;
}
.livestream-outer-container #tabs-container .active-tab-area #playlist-container .streams-container .service-title {
  font-size: var(--font-size-sm);
  line-height: 1.2;
  font-weight: 800;
  color: #000;
}
.livestream-outer-container #tabs-container .active-tab-area #playlist-container .streams-container .speaker-name {
  font-size: var(--font-size-sm);
  color: #444;
}
.livestream-outer-container #tabs-container .active-tab-area #playlist-container .streams-container .service-date {
  font-size: var(--font-size-sm);
  color: #444;
  line-height: 1;
}
@media only screen and (min-width: 320px) {
  .livestream-outer-container {
    --font-size-sm: 13px;
    --font-size-body: 15px;
    --font-size-md: 1.8rem;
    --font-size-lg: 2.5rem;
    --font-size-xl: 5rem;
  }
  .livestream-outer-container #livestream-header-container .logo-container-0 {
    display: none;
  }
  .livestream-outer-container #livestream-header-container .logo-container {
    display: block;
    max-width: 30%;
    margin-right: 0;
  }
  .livestream-outer-container #livestream-header-container .is-live-notice {
    display: none;
  }
  .livestream-outer-container #livestream-header-container .share-outer-container .share-reveal.show-shares {
    transform: scale(0.9);
  }
  .livestream-outer-container #tabs-container .active-tab-area .active-tab-inside > div {
    border-bottom-left-radius: var(--corner-radius);
    border-bottom-right-radius: var(--corner-radius);
  }
  .livestream-outer-container #tabs-container .active-tab-area .active-tab-inside #chat-container {
    background: repeating-linear-gradient(170deg, rgba(0, 0, 0, 0.4) 0px, rgba(0, 0, 0, 0.3) 100px, rgba(0, 0, 0, 0.4) 200px);
  }
}
@media only screen and (min-width: 768px) {
  .livestream-outer-container #livestream-header-container .share-outer-container {
    display: flex;
  }
  .livestream-outer-container #livestream-header-container #close-container {
    display: flex;
  }
  .livestream-outer-container #livestream-content {
    display: grid;
    grid-template-areas: "player player" "info tabs";
    grid-template-rows: auto 1fr;
    grid-template-columns: auto 420px;
    gap: 20px 20px;
  }
  .livestream-outer-container #video-info-container .video-meta-outer .video-meta-container {
    line-height: 1.4;
  }
  .livestream-outer-container .speaker-image {
    width: 55px;
    height: 55px;
  }
  .livestream-outer-container #tabs-container .active-tab-area .active-tab-inside {
    height: 500px;
  }
  .livestream-outer-container #tabs-container .active-tab-area .active-tab-inside > div {
    height: 100%;
  }
  .livestream-outer-container #video-info-container .share-outer-container {
    display: none;
  }
}
@media only screen and (min-width: 992px) {
  .livestream-outer-container {
    --font-size-md: 1.8rem;
    --font-size-lg: 2.5rem;
    --font-size-xl: 3.5rem;
  }
  .livestream-outer-container #livestream-header-container {
    flex-basis: 100%;
    max-height: 100px;
  }
  .livestream-outer-container #livestream-content {
    grid-template-areas: "player tabs" "info tabs";
    grid-template-columns: 1fr min(33%, 420px);
  }
  .livestream-outer-container .player-container .countdown-container {
    font-size: var(--font-size-md);
  }
  .livestream-outer-container .player-container .countdown-container.pre-roll .timer-title {
    font-size: var(--font-size-xl);
  }
  .livestream-outer-container .player-container .countdown-container.pre-roll .unit-container {
    font-size: var(--font-size-lg);
  }
  .livestream-outer-container .player-container .countdown-container.pre-roll .unit-container .unit-label {
    margin-left: 8px;
  }
  .livestream-outer-container .player-container .countdown-container.pre-roll .unit-container .unit-label:after {
    margin: 0 7px 0 7px;
  }
  .livestream-outer-container .player-container .video-missing .message {
    font-size: var(--font-size-xl);
  }
  .livestream-outer-container .player-container .video-missing p {
    font-size: var(--font-size-md);
  }
  .livestream-outer-container #tabs-container .active-tab-area {
    position: relative;
  }
  .livestream-outer-container #tabs-container .active-tab-area .active-tab-inside {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: 100%;
  }
  .livestream-outer-container #tabs-container .active-tab-area .active-tab-inside #chat-container {
    background: #f9f9f9;
  }
}
@media only screen and (min-width: 1200px) {
  .livestream-outer-container {
    --font-size-xl: 5rem;
  }
  .livestream-outer-container .speaker-image {
    width: auto;
    height: auto;
  }
  .livestream-outer-container #tabs-container .tabs .tab-selector {
    padding: 2rem 1rem;
  }
}
.nav-pills-default a {
  color: #222222;
}
.nav-pills-default li.active a {
  color: #222222;
  background-color: #f0f0f0;
}
.nav-pills-default li.active a:hover {
  color: #222222;
  background-color: #f0f0f0;
}
.nav-heading {
  font-family: 'Montserrat', Arial, sans-serif;
  text-transform: none;
  letter-spacing: 0;
  font-weight: 600;
  color: #808080;
  margin-bottom: 10px;
  padding: 15px 15px 5px 0;
  border-bottom: 1px solid #e6e6e6;
}
.body-sticky-header *:target:before {
  content: " ";
  display: block;
  height: 160px;
  margin-top: -160px;
}
/** Graphic for indented nav pills **/
.nav-pill-indent {
  position: relative;
  padding-left: 40px !important;
}
.nav-pill-indent:before,
.nav-pill-indent:after {
  content: "";
  position: absolute;
}
.nav-pill-indent:before {
  content: "";
  position: absolute;
  left: 20px;
  top: 0;
  bottom: 0;
  width: 3px;
  border-left: 3px solid #e6e6e6;
}
.nav-pill-indent:after {
  top: 50%;
  left: 20px;
  width: 20px;
  height: 3px;
  border-top: 3px solid #e6e6e6;
}
.nav-pill-indent-last:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 50%;
}
.navbar-divider-right {
  border-right: 1px solid #808080;
  margin-right: 10px;
  padding-right: 5px;
}
.bg-dark .navbar-divider-right {
  border-color: #4d4d4d;
}
.navbar.sec-nav {
  background-color: #1a4066;
  border-radius: 0;
  border-width: 0;
}
.navbar.sec-nav li a {
  font-family: 'Montserrat', Arial, sans-serif;
  font-size: inherit;
  text-transform: none;
  letter-spacing: 0;
  font-weight: 600;
  color: #ffffff;
  background-color: #1a4066;
}
.navbar.sec-nav li a:hover,
.navbar.sec-nav li a:focus,
.navbar.sec-nav li a:active {
  background-color: #14314e;
  color: #ffffff;
}
.navbar.sec-nav li a.active {
  background-color: #0e2135;
  color: #ffffff;
}
@media only screen and (max-width: 768px) {
  .navbar.sec-nav .collapse {
    display: block;
  }
}
.navbar-sticky-bottom {
  position: sticky;
  bottom: 0;
}
#newsletter-display-navbar .btn {
  float: right;
}
@media (max-width: 768px) {
  .newsletter-logo img {
    max-width: 100% !important;
  }
}
td span.small_grey {
  font-size: 13px;
  color: #888;
  width: 400px;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.Newsletter .table > tbody > tr > td {
  padding: 14px 8px;
}
.Newsletter .label {
  font-size: 13px;
}
.stat {
  font-size: 13px;
  text-align: center;
}
.stat .stat_number {
  font-size: 19px;
  line-height: 1.1em;
  font-weight: 500;
  display: block;
}
.icon-caption {
  display: none !important;
  text-align: center;
  font-size: 10px;
  font-family: 'Lato', 'Arial', sans-serif;
  text-transform: uppercase;
}
.container-newsletter {
  margin: 0 auto;
  padding: 20px 0;
}
.container-newsletter .container {
  width: auto;
}
.section-list {
  position: relative;
}
.section-list.moving {
  max-width: 600px;
  margin: 0 auto;
}
.section-list.moving .ui-sortable-handle .icon {
  margin: 0 5px;
  padding-right: 10px;
  border-right: 1px solid #ccc;
}
.section-list.moving table {
  margin-bottom: 0 !important;
}
.section-list.moving .sortable-item {
  margin-bottom: 10px !important;
}
.section-list.moving .newsletter-section-heading {
  margin-top: 0 !important;
  text-align: left !important;
  margin-bottom: 0 !important;
  font-size: 24px !important;
}
.section-list.moving .newsletter-section-heading:hover {
  cursor: pointer;
}
.section-list.moving .newsletter-section-edit-delete,
.section-list.moving .section-text,
.section-list.moving img,
.section-list.moving p,
.section-list.moving table.button {
  display: none;
}
.section-list.moving table.ui-sortable-placeholder {
  border: dashed 3px #bbb !important;
  visibility: visible;
  height: 50px;
}
.newsletter-add-section {
  position: relative;
  height: 250px;
  max-width: 600px;
  border: dashed 3px #bbb;
  margin: 0 auto 20px;
  z-index: 0;
}
.page-toolbar-wrapper {
  z-index: 999;
  position: sticky;
  top: 0;
  transform: translateY(45px);
  pointer-events: none;
}
.page-toolbar {
  display: none;
  pointer-events: none;
  overflow: hidden;
  padding-bottom: 5px;
  transition: transform 1s ease;
  will-change: auto;
}
.page-toolbar.open {
  display: flex;
  pointer-events: all;
}
.page-toolbar .btn {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}
.page-toolbar-position {
  margin-top: -90px;
}
.page-toolbar-position-legacy .page-toolbar-wrapper {
  transform: translateY(-5px);
}
.page-toolbar-button {
  pointer-events: all;
  position: relative;
  padding: 17px;
  z-index: 1;
}
.page-toolbar-button:before {
  content: " ";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 50%;
  opacity: 1;
  transition: opacity 0.1s ease;
}
.page-toolbar-button:active:before {
  opacity: 0.1;
}
.page-toolbar-button svg {
  transform: rotateZ(0);
  transition: transform 0.25s ease;
  will-change: auto;
}
.page-toolbar.open .page-toolbar-button svg {
  transform: rotateZ(-135deg);
}
.page-toolbar-menu {
  display: flex;
  align-items: center;
  will-change: auto;
  opacity: 0;
  transform: translateX(-50%);
  transition: opacity .1s ease,
              transform 1s ease;
}
.page-toolbar.open .page-toolbar-menu {
  visibility: visible;
  opacity: 1;
  transform: translateX(0);
  transition: opacity .25s ease,
                transform 0.25s ease;
}
.scrollable-right {
  box-shadow: inset -15px -10px 15px -16px #808080;
}
.scrollable-width {
  min-height: 450px;
}
.sortable-connected-list {
  min-height: 50px;
}
.sortable-connected-list :after {
  content: "";
}
.sortable-item {
  position: relative;
}
.sortable-item td:first-of-type {
  padding-right: 20px;
  position: relative;
}
.sortable-item.list-group-item {
  padding-left: 16px !important;
}
.sortable-item.sortable-item-newsletter td:first-of-type {
  padding-right: 0 !important;
}
.sortable-item.sortable-item-newsletter .button td:first-of-type {
  padding-right: 18px !important;
}
.sortable-item:hover .sortable-handle,
.sortable-item:hover .block-element-edit-btn {
  visibility: visible;
  opacity: 1;
}
.sortable-active .sortable-item {
  pointer-events: none;
}
.sortable-group-wrapper {
  background-color: #f0f0f0;
  padding-left: 10px;
  padding-right: 10px;
}
.sortable-group-wrapper .sortable-group-tr {
  background-color: #f0f0f0;
}
.sortable-group-wrapper:hover .sortable-group-tr {
  background-color: #f7f7f7;
}
.sortable-group-wrapper:hover .sortable-handle {
  visibility: hidden;
  opacity: 0;
}
.sortable-group:hover .sortable-handle,
.sortable-group-item:hover .sortable-handle {
  visibility: visible;
  opacity: 1;
}
.sortable-handle {
  position: absolute;
  top: 5px;
  left: 5px;
  padding-top: 5px;
  padding-bottom: 5px;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.25s ease;
  cursor: move;
  fill: #808080;
  background-color: #ffffff;
  border-radius: 3px;
}
.sortable-handle.sortable-handle-static {
  position: static;
  padding-top: 0;
  padding-bottom: 0;
}
.sortable-handle-sm {
  top: 50%;
  left: -5px;
  transform: translateY(-50%);
}
.sortable-handle-sm svg {
  width: 12px;
}
.sortable-handle-xs {
  top: 50%;
  left: 1px;
  transform: translateY(-50%);
  padding-top: 3px;
  padding-bottom: 3px;
}
.sortable-handle-xs svg {
  width: 12px;
}
.sortable-handle-option-builder {
  background-color: #f0f0f0;
  left: 4px;
}
.sortable-placeholder {
  background-color: #e6e6e6;
  border: 1px solid #e6e6e6;
}
.sortable-placeholder-table td,
.sortable-placeholder-table th,
th.sortable-placeholder-table {
  border-top: none !important;
  padding: 7px !important;
  background-color: #d9d9d9;
}
.sortable-about-menu-placeholder {
  background-color: #153352 !important;
  border-radius: 0 !important;
  border: 0;
}
.sortable-subpage-menu-placeholder {
  background-color: #d9d9d9 !important;
  min-height: 40px;
  width: 100%;
  border-radius: 0 !important;
}
.ui-sortable-helper {
  box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.5);
}
.table .ui-sortable-helper {
  white-space: nowrap;
}
.table .ui-sortable-helper tr {
  background-color: #ffffff;
}
.ui-sortable-helper.program {
  background-color: #ffffff;
}
.js-option-builder .ui-sortable-helper .option-input {
  border-color: transparent !important;
}
.ui-sortable-helper .hidden-action-item,
.ui-sortable-helper .tr-hidden-action {
  opacity: 0 !important;
  visibility: hidden !important;
}
.row .ui-sortable-helper {
  padding-left: 0;
  padding-right: 0;
}
.navbar.sec-nav .ui-sortable-helper .menu-link {
  background-color: #1a4066 !important;
}
.ui-sortable-helper .sortable-handle {
  visibility: visible;
  opacity: 1;
}
.ui-sortable.moving .sortable-hidden {
  display: none;
}
.ui-sortable.moving .sortable-show {
  display: block;
}
.sortable-show {
  display: none;
}
.subscribers-list td.name {
  min-width: 125px;
}
@media only screen and (min-width: 1200px) {
  .subscribers-list td.name {
    width: 250px;
  }
}
.subscriber-group-list {
  overflow-y: scroll;
  max-height: 50vh;
  border: 1px solid #e6e6e6;
}
.subscriber-group-list-options {
  width: 65.5%;
}
@media only screen and (max-width: 992px) {
  .subscriber-group-list-options {
    width: 66%;
  }
}
@media only screen and (max-width: 768px) {
  .subscriber-group-list-options {
    width: 100%;
  }
}
.table-row-indent td {
  position: relative;
}
.table-row-indent td.table-item-name {
  padding-left: 40px !important;
}
.table-row-indent td.table-item-name a,
.table-row-indent td.table-item-name span {
  margin-left: 10px;
}
.table-row-indent td.table-item-name:before,
.table-row-indent td.table-item-name:after {
  content: "";
  position: absolute;
}
.table-row-indent td.table-item-name:before {
  content: "";
  position: absolute;
  left: 20px;
  top: 0;
  bottom: 0;
  width: 3px;
  border-left: 3px solid #e6e6e6;
}
.table-row-indent td.table-item-name:after {
  top: 50%;
  left: 20px;
  width: 20px;
  height: 3px;
  border-top: 3px solid #e6e6e6;
}
.table-row-indent-last td.table-item-name:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 50%;
}
.table-border-0 > thead > tr > th {
  border-top: 0;
}
.table-border-0 > thead > tr > td {
  border-top: 0;
}
.table-border-0 > tbody > tr > th {
  border-top: 0;
}
.table-border-0 > tbody > tr > td {
  border-top: 0;
}
.table-border-0 > tfoot > tr > th {
  border-top: 0;
}
.table-border-0 > tfoot > tr > td {
  border-top: 0;
}
.table {
  border-collapse: separate;
  border-spacing: 0;
}
.table .table-row-indent > td {
  border-color: rgba(230, 230, 230, 0.6);
}
.table-align-middle > tbody > tr > td,
.table-align-middle > tfoot > tr > td,
.table-align-middle > thead > tr > td,
.table-align-middle > tbody > tr > th,
.table-align-middle > tfoot > tr > th,
.table-align-middle > thead > tr > th {
  vertical-align: middle;
}
thead.thead-align-bottom > tr > th {
  vertical-align: bottom;
}
.table-fixed {
  table-layout: fixed;
}
.table-nowrap {
  white-space: nowrap;
}
.table-item-name {
  font-weight: bold;
}
.table-checked td,
.table-checked th {
  text-align: center;
}
.table-checked td input,
.table-checked th input {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.table-td-input {
  position: relative;
  padding: 0 !important;
  border-left: 1px solid #e6e6e6;
}
.table-input {
  position: absolute;
  top: 0;
  bottom: 0;
  height: auto;
  background-color: #f5f5f5;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}
.table-input:focus {
  border-width: 0;
  background-color: #ffffff;
  z-index: 1;
}
.table-input:disabled {
  background-color: #e8e8e8;
}
td label,
th label {
  display: block;
}
.sort-table-column {
  cursor: pointer;
}
.table-disabled {
  opacity: 0.4;
  pointer-events: none !important;
}
.table-primary {
  background: #e1e8ee;
}
.table-primary .label {
  color: #397fa8;
  text-transform: uppercase;
  font-weight: 900;
  padding: 0;
}
.table-squeeze tr td {
  max-width: 180px;
}
.token-input-token {
  display: inline-flex;
  align-items: center;
  color: #222222;
  background-color: #f0f0f0;
  padding: 0 9px !important;
  border-radius: 12px;
  font-weight: normal;
  overflow: hidden;
  height: auto;
  margin: 3px;
  cursor: pointer;
}
.token-input-token a {
  display: inline-block;
  color: #222222;
}
.token-input-token span {
  margin-left: 3px;
  cursor: pointer;
}
.token-input-list {
  display: flex;
  flex-wrap: wrap;
  height: auto;
}
.token-input-list li {
  list-style-type: none;
}
.token-input-list li input {
  border: 0;
  width: 350px;
  padding: 3px;
  margin: 0;
  background-color: white;
  -webkit-appearance: caret;
}
.token-input-dropdown-item.active {
  background-color: #f7f7f7;
}
.token-input-dropdown {
  z-index: 9999;
}
.token-input-selected-token {
  background-color: #1a4066;
  color: #ffffff;
}
.token-input-selected-token span {
  color: #1a4066;
}
.token-input-selected-dropdown-item {
  background-color: #f7f7f7;
}
.tag-columns {
  column-count: 2;
}
.tag-columns .list-group-item {
  break-inside: avoid-column;
}
@media screen and (min-width: 768px) {
  .tag-columns {
    column-count: 4;
  }
}
.topbar-nav {
  position: relative;
  display: flex;
  align-items: center;
  list-style: none;
  padding: 5px;
  margin-bottom: 0;
}
.sticky-navbar .topbar-nav {
  display: none;
}
.topbar-nav > li:not(:first-of-type) {
  margin-left: 5px;
}
.topbar-nav .social-icon-list-item {
  display: flex;
}
.topbar-nav .social-icon-link {
  border-radius: 3px;
  overflow: hidden;
}
.topbar-nav .social-icon-svg {
  width: 20px;
  height: 20px;
}
@media screen and (min-width: 768px) {
  .topbar-nav .social-icon-svg {
    width: 29px;
    height: 29px;
  }
}
.topbar-svg-sm {
  width: 20px !important;
  height: 20px !important;
}
.topbar-right {
  justify-content: flex-end;
}
.topbar-right .dropdown-menu {
  left: auto;
  right: 0;
}
.topbar-center {
  justify-content: center;
}
p {
  font-weight: 400;
  font-size: 18px;
  line-height: 1.55;
}
.article {
  font-size: 18px;
  line-height: 1.55;
}
.article h3,
.article h4 {
  line-height: 1.4;
  color: #222222;
}
.article ol,
.article p,
.article ul {
  font-size: 17px;
  line-height: 1.75;
  margin-bottom: 20px;
}
.user-contact-info li {
  margin-top: 10px;
  margin-right: 25px;
}
.welcome {
  position: relative;
}
.welcome a {
  font-weight: bold;
}
.welcome li,
.welcome p {
  font-size: 18px;
}
.icon-radio-wrapper {
  display: flex;
  width: 35px;
  height: 100%;
  overflow: hidden;
}
input[type=radio]:checked ~ .icon-radio-wrapper {
  border-color: rgba(255, 255, 255, 0.5);
  box-shadow: 0 0 0 3px #333333;
}
.icon-radio-btn {
  padding: 6px;
  align-items: center;
  text-align: center;
  font-size: 1em;
}
@media (min-width: 768px) {
  .icon-radio-btn {
    font-size: 1.5em;
  }
}
.block-icon-sm {
  font-size: 2em;
}
@media (min-width: 768px) {
  .block-icon-sm {
    font-size: 3em;
  }
}
.block-icon-md {
  font-size: 3em;
}
@media (min-width: 768px) {
  .block-icon-md {
    font-size: 4em;
  }
}
.block-icon-lg {
  font-size: 5em;
}
@media (min-width: 768px) {
  .block-icon-lg {
    font-size: 6em;
  }
}
.block-icon-bg-sm {
  border-radius: 50%;
  padding: 10px;
}
.block-icon-bg-md {
  border-radius: 50%;
  padding: 20px;
}
.block-icon-bg-lg {
  border-radius: 50%;
  padding: 30px;
}
.icon-primary {
  color: #191919;
}
.icon-secondary {
  color: #1a4066;
}
.icon-tertiary {
  color: #e6e6e6;
}
.icon-light {
  color: #f1f1f1;
}
.icon-dark {
  color: #333333;
}
#page_content .subpage-main .article .users .staff-members h1,
#page_content .subpage-main .article .users .staff-members h2,
#page_content .subpage-main .article .users .staff-members h3,
#page_content .subpage-main .article .users .staff-members h4,
#page_content .subpage-main .article .users .staff-members h5,
#page_content .subpage-main .article .users .staff-members h6:first-of-type {
  margin-top: 0;
}
.page-edit-dropdown-wrapper {
  height: 40px;
  width: 40px;
}
.page-edit-dropdown-wrapper .btn-svg {
  box-shadow: 0 0 3px rgba(255, 255, 255, 0.15), 0 0 3px rgba(255, 255, 255, 0.2);
}
.page-edit-dropdown-wrapper .btn {
  color: #025a3e;
  fill: #025a3e;
  background-color: #51BE97;
  border-color: #51BE97;
}
.page-edit-dropdown-wrapper .btn:active {
  background-color: #389672;
  border-color: #389672;
  color: #025a3e;
  fill: #025a3e;
}
.turbolinks-progress-bar {
  height: 5px;
  background-color: #191919;
}
.global-dashboard-container {
  flex: 0 0 auto;
}
.site-content-container {
  flex: 1 1 auto;
  min-width: 0;
}
@media (min-width: 768px) {
  .global-dashboard-admin .container {
    max-width: calc(680px);
  }
}
@media (min-width: 992px) {
  .global-dashboard-admin .container {
    max-width: calc(900px);
  }
}
@media (min-width: 1200px) {
  .global-dashboard-admin .container {
    max-width: calc(1100px);
  }
}
@media (max-width: 414px) {
  .global-dashboard-admin .global-dashboard-container {
    display: none;
  }
  .global-dashboard-admin .sites-navbar {
    background-color: #202a47;
  }
}
@media (min-width: 415px) {
  .global-dashboard-admin #mobile-dropdown {
    display: none;
  }
}
.global-dashboard-admin .products {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 70px;
  flex: 0 0 70px;
  padding: 0;
  background: #212b4a;
}
.global-dashboard-admin header {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex: 0 0 78px;
  width: 100%;
  padding: 16px 0 8px;
  color: #5ad8a4;
  z-index: 2;
}
.global-dashboard-admin header::before {
  position: absolute;
  content: '';
  width: 100%;
  bottom: -8px;
  height: 8px;
  background-image: linear-gradient(#212b4a, rgba(33, 43, 74, 0));
}
.global-dashboard-admin header > * {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.global-dashboard-admin header a {
  display: flex;
  align-items: center;
  justify-content: center;
}
.global-dashboard-admin header svg {
  width: 34px;
}
.global-dashboard-admin .header-fade-enter-active,
.global-dashboard-admin .header-fade-leave-active {
  transition: all 240ms;
}
.global-dashboard-admin .header-fade-enter,
.global-dashboard-admin .header-fade-leave-to {
  opacity: 0;
}
.global-dashboard-admin .toggle-main-menu {
  display: flex;
  align-items: center;
  justify-content: center;
}
.global-dashboard-admin .toggle-main-menu button {
  padding: 0;
  background: none;
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.global-dashboard-admin .toggle-main-menu svg {
  width: 20px;
}
.global-dashboard-admin section:not([class^="tm-"]) {
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
  width: 100%;
  overflow-y: auto;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.global-dashboard-admin section:not([class^="tm-"])::-webkit-scrollbar {
  display: none;
}
.global-dashboard-admin .product {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex: 0 0 auto;
  text-align: center;
  margin: 8px 0;
}
.global-dashboard-admin .product a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  margin-bottom: 5px;
  border-radius: 50%;
  color: #67739e;
  background-color: #181e35;
  transition: color 240ms, background-color 240ms;
}
.global-dashboard-admin .product a svg {
  width: 100%;
  height: auto;
  max-width: 24px;
  max-height: 24px;
}
.global-dashboard-admin .product a:hover {
  color: white;
}
.global-dashboard-admin .product a.link-active {
  color: white;
  background-color: #5ad8a4;
}
.global-dashboard-admin .product .dashboard-label {
  font-weight: normal;
  font-size: 0.6875rem;
  line-height: 1.25rem;
  width: 100%;
  padding: 0 2px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.global-dashboard-admin .product:last-child {
  padding-bottom: 8px;
}
.global-dashboard-admin footer {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  flex: 0 0 auto;
  width: 100%;
  margin-top: auto;
  padding: 12px 0;
  z-index: 2;
}
.global-dashboard-admin footer::before {
  position: absolute;
  content: '';
  width: 100%;
  top: -8px;
  height: 8px;
  background-image: linear-gradient(rgba(33, 43, 74, 0), #212b4a);
}
.global-dashboard-admin footer > * + * {
  margin-top: 1.5rem;
}
.global-dashboard-admin .help {
  padding: 0;
  background: none;
  outline: none;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 1.75rem;
  height: 1.75rem;
  border: 2px solid white;
  border-radius: 50%;
}
.global-dashboard-admin .help svg {
  height: 1.125rem;
  width: auto;
}
.global-dashboard-admin .popup-menu {
  position: relative;
}
.global-dashboard-admin .popup-menu button {
  padding: 0;
  background: none;
  border: 0 none;
  outline: none;
}
.global-dashboard-admin .popup-menu > ul {
  position: absolute;
  bottom: -8px;
  left: calc(100% + 14px);
  width: 230px;
  padding: 0;
  list-style: none;
  background-color: #f7f7f7;
  border-radius: 4px;
  box-shadow: 1px 12px 37px rgba(64, 64, 64, 0.1), 0px 4px 7px rgba(55, 54, 77, 0.19);
}
.global-dashboard-admin .popup-menu > ul::after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border: 6px solid transparent;
  position: absolute;
  z-index: 1;
  border-left-width: 0;
  border-right-color: #f7f7f7;
  bottom: 16px;
  left: -6px;
  margin-top: 0;
  margin-bottom: 0;
}
.global-dashboard-admin .popup-menu > ul .tithely-admin-details {
  font-size: 0.875rem;
  line-height: 1.5;
  color: #212b4a;
}
.global-dashboard-admin .popup-menu > ul .tithely-admin-details .name {
  padding: 0.25rem 0.5rem;
}
.global-dashboard-admin .popup-menu > ul .tithely-admin-details .organization {
  font-weight: 500;
  opacity: 0.5;
}
.global-dashboard-admin .popup-menu > ul .tithely-admin-details .switch p {
  font-size: 0.75rem;
  font-weight: 500;
  margin: 0.25rem 0.5rem 0;
}
.global-dashboard-admin .popup-menu > ul .tithely-admin-details .switch ul {
  list-style: none;
  margin: 0;
  padding: 0 0.25rem 0.25rem;
}
.global-dashboard-admin .popup-menu > ul .tithely-admin-details .switch a {
  display: flex;
  align-items: center;
  width: 100%;
  padding: 0.5rem;
  color: #181e35;
  font-size: 13px;
  font-weight: 600;
  background-color: transparent;
}
.global-dashboard-admin .popup-menu > ul .tithely-admin-details .switch a:hover {
  background-color: #e8e8e8;
}
.global-dashboard-admin .popup-menu > ul .tithely-admin-details .switch .other-name {
  margin-right: 0.5rem;
}
.global-dashboard-admin .popup-menu > ul .tithely-admin-details .switch svg {
  margin-left: auto;
  --ticon-width: 0.75rem;
}
.global-dashboard-admin .popup-menu > ul .separator {
  border-top: 1px solid rgba(24, 30, 53, 0.1);
}
.global-dashboard-admin .popup-menu > ul a {
  display: block;
  padding: 12px 16px;
  white-space: nowrap;
  color: #6b7e99;
  background-color: #f7f7f7;
  text-decoration: none;
  transition: color 240ms, background 240ms;
}
.global-dashboard-admin .popup-menu > ul a:hover {
  color: #4f5e72;
  background-color: #e8e8e8;
}
.global-dashboard-admin .popup-menu > ul a:focus {
  outline: none;
}
.global-dashboard-admin .avatar {
  --avatar-background: #181e35;
  --avatar-border: transparent;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 42px;
  height: 42px;
  color: white;
  background-color: var(--avatar-background);
  border: 2px solid;
  border-color: var(--avatar-border);
  border-radius: 50%;
  transition: background 240ms, border 240ms;
}
.global-dashboard-admin .avatar:hover {
  --avatar-border: #6b7e99;
}
.global-dashboard-admin .avatar:focus {
  --avatar-background: #6b7e99;
  --avatar-border: #6b7e99;
}
.global-dashboard-admin .avatar svg {
  width: 16px;
}
.global-dashboard-admin .avatar-vars {
  --avatar-background: #181e35;
  --avatar-border: transparent;
}
.global-dashboard-admin .avatar-vars:hover {
  --avatar-border: #6b7e99;
}
.global-dashboard-admin .avatar-vars:focus {
  --avatar-background: #6b7e99;
  --avatar-border: #6b7e99;
}
.global-dashboard-admin .text-overflow {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.global-dashboard-admin .global-dashboard {
  color: white;
  height: 100vh;
  line-height: 1.15;
  font-family: Inter, sans-serif;
  position: sticky;
  top: 0;
}
.global-dashboard-admin header a {
  color: #5ad8a4;
}
.global-dashboard-admin header a:hover {
  color: #5ad8a4;
}
.global-dashboard-admin .dashboard-label {
  -webkit-font-smoothing: antialiased;
}
.global-dashboard-admin .popup-menu ul {
  margin-top: 8px;
  margin-bottom: 8px;
}
.global-dashboard-admin .popup-menu li {
  line-height: 1.42857143;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
}
.global-dashboard-admin .mobile-dropdown-container .tithely-logo {
  color: #5ad8a4;
}
.global-dashboard-admin .mobile-dropdown-container #mobile-dropdown {
  background-size: 100%;
  background: #202a47 url("/images/global_dashboard/mobile-menu-bg.svg") no-repeat 0 280px;
  width: 100%;
  min-width: 270px;
  padding: 0;
  margin: 0;
  border: 0;
  border-radius: 0;
}
.global-dashboard-admin .mobile-dropdown-container #mobile-dropdown .mobile-products-menu {
  display: flex;
  justify-content: center;
}
.global-dashboard-admin .mobile-dropdown-container #mobile-dropdown .mobile-products {
  display: grid;
  grid-template-columns: repeat(3, minmax(84px, 1fr));
  grid-gap: 24px;
  justify-items: center;
  margin: 16px 0 32px;
}
.global-dashboard-admin .mobile-dropdown-container #mobile-dropdown .mobile-product {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.global-dashboard-admin .mobile-dropdown-container #mobile-dropdown .mobile-product a {
  display: flex;
  height: 60px;
  width: 60px;
  color: white;
  border-radius: 16px;
  margin-bottom: 16px;
  align-items: center;
  justify-content: center;
}
.global-dashboard-admin .mobile-dropdown-container #mobile-dropdown .mobile-product a svg {
  width: 100%;
  height: auto;
  max-width: 32px;
  max-height: 32px;
}
.global-dashboard-admin .mobile-dropdown-container #mobile-dropdown .mobile-product .mobile-label {
  font-weight: 500;
  font-size: 0.625rem;
  line-height: 1.33333333;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  -webkit-font-smoothing: antialiased;
  font-weight: 500 !important;
  font-family: Inter, sans-serif !important;
  color: #ffffff;
}
.global-dashboard-admin .mobile-dropdown-container #mobile-dropdown .mobile-product.people a {
  background-color: #7ed157;
}
.global-dashboard-admin .mobile-dropdown-container #mobile-dropdown .mobile-product.giving a {
  background-color: #5ad8a4;
}
.global-dashboard-admin .mobile-dropdown-container #mobile-dropdown .mobile-product.messaging a {
  background-color: #fda31c;
}
.global-dashboard-admin .mobile-dropdown-container #mobile-dropdown .mobile-product.events a {
  background-color: #721cfd;
}
.global-dashboard-admin .mobile-dropdown-container #mobile-dropdown .mobile-product.apps a {
  background-color: #1c89fd;
}
.global-dashboard-admin .mobile-dropdown-container #mobile-dropdown .mobile-product.sites a {
  background-color: #1bd5de;
}
.global-dashboard-admin .mobile-dropdown-container #mobile-dropdown .mobile-product.chms a {
  background-color: #f56551;
}
.global-dashboard-admin .mobile-dropdown-container #mobile-dropdown .mobile-product.pay a {
  background-color: #da52b4;
}
.global-dashboard-admin .mobile-dropdown-container #mobile-dropdown .mobile-product.legacy a {
  background-color: #67d576;
}
.global-dashboard-admin .js-main-menu-opaque {
  padding-left: 70px;
}
.header .breadcrumb {
  margin: 0;
  padding: 0;
  line-height: 1;
}
#header-container:hover .edit-toolbar-btn,
#header-container:hover .remote-toolbar .btn {
  visibility: visible;
  opacity: 1;
}
.header-heading {
  font-size: 32px;
  margin-top: 0;
  margin-bottom: 0;
  line-height: 1.2;
}
@media screen and (min-width: 768px) {
  .header-heading {
    font-size: 55px;
  }
}
.header-subheading {
  font-size: 18px;
  font-family: 'Montserrat', Arial, sans-serif;
  font-weight: 600;
  text-transform: none;
  line-height: 1.1;
  max-width: 768px;
}
@media screen and (min-width: 768px) {
  .header-subheading {
    font-size: 32px;
  }
}
.header-content-middle {
  font-size: 14px;
  line-height: 1.1;
}
@media screen and (min-width: 768px) {
  .header-content-middle {
    font-size: 18px;
  }
}
.header-breadcrumb {
  font-size: 14px;
}
@media screen and (min-width: 768px) {
  .header-breadcrumb {
    font-size: 16px;
  }
}
.header-heading-admin {
  font-size: 32px;
}
@media screen and (min-width: 768px) {
  .header-heading-admin {
    font-size: 56px;
  }
}
@media screen and (min-width: 320px) {
  .header-goodsoil .heading {
    flex: 2 0;
  }
  .header-goodsoil .subheading {
    flex: 1 1;
    padding-left: 20px;
  }
}
.header-westport {
  padding-bottom: 75px;
}
.header-goodsoil .container.d-flex {
  margin: 0;
}
@media (min-width: 768px) {
  .header-goodsoil .container.d-flex {
    margin-left: auto;
    margin-right: auto;
  }
}
.main-menu-logo {
  display: block;
  max-width: 175px;
}
@media screen and (min-width: 768px) {
  .main-menu-logo {
    max-width: 260px;
  }
}
@media screen and (min-width: 992px) {
  .main-menu-logo {
    max-width: 300px;
  }
}
.sticky-navbar .main-menu-logo img {
  padding-top: 5px;
  padding-bottom: 5px;
}
.logo-size-default {
  max-height: 35px;
}
@media (min-width: 992px) {
  .logo-size-default {
    max-height: 70px;
  }
}
.sticky-navbar .logo-size-default {
  max-height: 35px;
}
.logo-size-small {
  max-height: 23px;
}
@media (min-width: 992px) {
  .logo-size-small {
    max-height: 46px;
  }
}
.sticky-navbar .logo-size-small {
  max-height: 23px;
}
.logo-size-large {
  max-height: 65px;
}
@media (min-width: 992px) {
  .logo-size-large {
    max-height: 130px;
  }
}
.sticky-navbar .logo-size-large {
  max-height: 65px;
}
.logo-size-extra-large {
  max-height: 90px;
}
@media (min-width: 992px) {
  .logo-size-extra-large {
    max-height: 180px;
  }
}
.sticky-navbar .logo-size-extra-large {
  max-height: 90px;
}
.main-menu-list {
  display: flex;
  flex-direction: column;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}
.main-menu-list .menu-link {
  font-family: 'Montserrat', Arial, sans-serif;
  font-weight: 600;
  letter-spacing: 0;
  display: block;
  padding-top: 5px;
  padding-bottom: 5px;
  white-space: nowrap;
  text-transform: uppercase;
}
.main-menu-list .btn {
  font-family: 'Montserrat', Arial, sans-serif;
  font-weight: 600;
  letter-spacing: 0;
  text-transform: uppercase;
}
.menu-link.active {
  cursor: default;
}
.menu-item-divider {
  border-top: 1px solid rgba(0, 0, 0, 0.15);
}
@media screen and (min-width: 992px) {
  .main-menu-hidden-md {
    display: none;
  }
}
@media screen and (min-width: 1200px) {
  .main-menu-hidden-lg {
    display: none;
  }
}
.main-menu-collapse-md {
  position: relative;
  margin-top: 10px;
}
@media screen and (max-width: 991px) {
  .main-menu-collapse-md.collapse-primary {
    background-color: #191919;
  }
  .main-menu-collapse-md.collapse-primary .menu-item-divider {
    border-color: #4c4c4c;
  }
  .main-menu-collapse-md.collapse-primary-counter {
    background-color: #ffffff;
  }
}
@media screen and (max-width: 991px) {
  .main-menu-collapse-md .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    background-color: transparent;
    border: 0;
    box-shadow: none;
    margin-top: 0;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
  }
  .main-menu-collapse-md .dropdown-backdrop {
    position: static;
    z-index: 0;
  }
  .main-menu-collapse-md .dropdown-link {
    padding: 5px 10px !important;
  }
}
@media screen and (min-width: 992px) {
  .main-menu-collapse-md {
    display: flex;
    height: auto !important;
    margin-top: 0;
  }
  .main-menu-collapse-md .main-menu-list {
    flex-direction: row;
  }
  .main-menu-collapse-md .main-menu-subnav {
    display: none !important;
  }
}
.main-menu-collapse-lg {
  position: relative;
  margin-top: 10px;
}
@media screen and (max-width: 1199px) {
  .main-menu-collapse-lg.collapse-primary {
    background-color: #191919;
  }
  .main-menu-collapse-lg.collapse-primary .menu-item-divider {
    border-color: #4c4c4c;
  }
  .main-menu-collapse-lg.collapse-primary-counter {
    background-color: #ffffff;
  }
}
@media screen and (max-width: 1199px) {
  .main-menu-collapse-lg .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    background-color: transparent;
    border: 0;
    box-shadow: none;
    margin-top: 0;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
  }
  .main-menu-collapse-lg .dropdown-backdrop {
    position: static;
    z-index: 0;
  }
  .main-menu-collapse-lg .dropdown-link {
    padding: 5px 10px !important;
  }
}
@media screen and (min-width: 1200px) {
  .main-menu-collapse-lg {
    display: flex;
    height: auto !important;
    margin-top: 0;
  }
  .main-menu-collapse-lg .main-menu-list {
    flex-direction: row;
  }
  .main-menu-collapse-lg .main-menu-subnav {
    display: none !important;
  }
}
.js-main-menu-background-opacity {
  will-change: auto;
  transition: 0.25s ease opacity;
}
#logo-with-words-wrapper .btn {
  visibility: hidden;
}
#logo-with-words-wrapper:hover .btn {
  visibility: visible;
}
#logo-line-1 {
  max-width: 250px;
  font-size: 32px;
  margin-bottom: 0;
  line-height: 36px;
}
#logo-line-2 {
  max-width: 250px;
  font-size: 13px;
  line-height: 16px;
  margin-top: 0;
}
@media (min-width: 992px) {
  .main-menu-grenville-list,
  .main-menu-rycroft-list,
  .main-menu-barnwell-list {
    padding-left: 0;
  }
  .main-menu-grenville-list .menu-item + .menu-item,
  .main-menu-rycroft-list .menu-item + .menu-item,
  .main-menu-barnwell-list .menu-item + .menu-item {
    margin-left: 20px;
  }
}
@media (min-width: 1200px) {
  .main-menu-grenville-list .menu-item + .menu-item,
  .main-menu-rycroft-list .menu-item + .menu-item,
  .main-menu-barnwell-list .menu-item + .menu-item {
    margin-left: 30px;
  }
}
@media (min-width: 320px) {
  .main-menu-elkhorn-logo {
    max-width: 175px;
  }
}
@media (min-width: 992px) {
  .main-menu-elkhorn-logo {
    margin-left: 20px;
    margin-right: 20px;
    max-width: 250px;
  }
}
@media (min-width: 1200px) {
  .main-menu-elkhorn-logo {
    margin-left: 30px;
    margin-right: 30px;
    max-width: 275px;
  }
}
@media (min-width: 1200px) {
  .main-menu-elkhorn-list {
    display: flex;
    align-items: center;
    flex-grow: 2;
    flex-basis: 25%;
    flex-shrink: 0;
  }
  .main-menu-elkhorn-list:first-of-type .menu-item:first-of-type {
    margin-left: auto;
  }
  .main-menu-elkhorn-list .menu-item + .menu-item {
    margin-left: 10px;
  }
}
@media (min-width: 1200px) {
  .main-menu-elkhorn-list .menu-item:not(:first-of-type) {
    margin-left: 30px;
  }
}
.main-menu-elkhorn-logo,
.main-menu-barnwell-logo,
.main-menu-newbury-logo {
  text-align: center;
}
@media (min-width: 1200px) {
  .main-menu-newbury-list {
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-grow: 2;
    flex-basis: 25%;
    flex-shrink: 0;
  }
}
.main-menu-opaque {
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}
.bg-gradient-default {
  background-image: linear-gradient(to top, rgba(255, 255, 255, 0) 5%, #ffffff 90%, #ffffff 100%);
}
.bg-gradient-default nav[class*="bg-"].main-menu,
.bg-gradient.bg-gradient-default {
  background-color: transparent !important;
}
.bg-gradient-primary {
  background-image: linear-gradient(to top, rgba(25, 25, 25, 0) 5%, #191919 90%, #191919 100%);
}
.bg-gradient-primary nav[class*="bg-"].main-menu,
.bg-gradient.bg-gradient-primary {
  background-color: transparent !important;
}
.bg-gradient-primary-counter {
  background-image: linear-gradient(to top, rgba(255, 255, 255, 0) 5%, #ffffff 90%, #ffffff 100%);
}
.bg-gradient-primary-counter nav[class*="bg-"].main-menu,
.bg-gradient.bg-gradient-primary-counter {
  background-color: transparent !important;
}
.bg-gradient-white {
  background-image: linear-gradient(to top, rgba(255, 255, 255, 0) 5%, #ffffff 90%, #ffffff 100%);
}
.bg-gradient-white nav[class*="bg-"].main-menu,
.bg-gradient.bg-gradient-white {
  background-color: transparent !important;
}
.bg-gradient-dark {
  background-image: linear-gradient(to top, rgba(51, 51, 51, 0) 5%, #333333 90%, #333333 100%);
}
.bg-gradient-dark nav[class*="bg-"].main-menu,
.bg-gradient.bg-gradient-dark {
  background-color: transparent !important;
}
@media (max-width: 768px) {
  .js-menus.bg-gradient-default .bg-none,
  .js-menus.bg-gradient-default .bg-transparent {
    background-color: #ffffff;
  }
  .js-menus.bg-gradient-primary-counter .bg-none,
  .js-menus.bg-gradient-primary-counter .bg-transparent {
    background-color: #ffffff;
  }
  .js-menus.bg-gradient-primary .bg-none,
  .js-menus.bg-gradient-primary .bg-transparent {
    background-color: #191919;
  }
  .js-menus.bg-gradient-white .bg-none,
  .js-menus.bg-gradient-white .bg-transparent {
    background-color: #FFFFFF;
  }
  .js-menus.bg-gradient-dark .bg-none,
  .js-menus.bg-gradient-dark .bg-transparent {
    background-color: #333333;
  }
}
.scroll-to-anchor:not(.block-wrapper .scroll-to-anchor) :target:before {
  content: "";
  display: block;
  height: 250px;
  margin-top: -250px;
}
.sticky-navbar {
  position: fixed !important;
  top: 0;
  width: 100%;
  z-index: 1030;
  animation-name: navbarSlideDown;
  animation-duration: 1s;
  animation-timing-function: ease;
}
@media screen and (min-width: 768px) {
  .sticky-navbar .main-menu-barnwell,
  .sticky-navbar .main-menu-grenville,
  .sticky-navbar .main-menu-elkhorn {
    padding-top: 5px;
    padding-bottom: 5px;
  }
}
@media screen and (min-width: 768px) {
  .sticky-navbar .main-menu-grenville-logo {
    width: 150px;
  }
}
@media screen and (min-width: 992px) {
  .sticky-navbar .main-menu-grenville-logo {
    width: 200px;
  }
}
@media screen and (min-width: 768px) {
  .sticky-navbar .main-menu-barnwell-logo {
    width: 125px;
  }
}
@media screen and (min-width: 992px) {
  .sticky-navbar .main-menu-barnwell-logo {
    width: 175px;
  }
}
@media screen and (min-width: 768px) {
  .sticky-navbar .main-menu-elkhorn-logo {
    width: 125px;
  }
}
@media screen and (min-width: 992px) {
  .sticky-navbar .main-menu-elkhorn-logo {
    width: 175px;
  }
}
@keyframes navbarSlideDown {
  0% {
    transform: translateY(-100%);
  }
  100% {
    transform: translateY(0);
  }
}
.bg-footer {
  position: relative;
  background-position: top;
  background-size: cover;
  background-repeat: no-repeat;
}
.footer-heading,
.footer-text h2 {
  font-size: 16px;
  font-weight: 700;
}
@media (min-width: 320px) {
  .footer-heading,
  .footer-text h2 {
    margin-top: 0;
  }
}
.footer-text p {
  font-size: 14px;
}
.footer-menu .menu-item {
  font-size: 14px;
  line-height: 1;
  margin-bottom: 7px;
}
.footer-menu .menu-item:last-of-type {
  margin-bottom: 0;
}
.footer-social-icon {
  height: 30px;
  width: 30px;
}
.footer-saywarding {
  display: block;
  font-size: 10px;
}
.footer-item-label {
  min-width: 50px;
  margin-right: 5px;
}
.footer-columns .uppercase-menu {
  font-size: 16px;
  text-transform: uppercase;
}
.footer-columns .uppercase-menu .menu-item + .menu-item {
  padding-top: 10px;
}
.footer-columns .uppercase-menu .collapse-menu {
  font-size: 14px;
}
@media (min-width: 768px) {
  .footer-sayward .footer-main-menu {
    margin-bottom: 0;
    font-size: 18px;
  }
  .footer-sayward .footer-main-menu .menu-link {
    display: block;
    padding-bottom: 0;
  }
  .footer-sayward .footer-main-menu-hr {
    margin-top: -1px;
  }
}
.admin-ui-primary a {
  color: #222222;
}
.admin-ui-primary .active > a {
  background-color: #333333 !important;
  color: #ffffff !important;
}
.admin-ui-default a {
  color: #222222;
}
.admin-ui-default .active > a {
  background-color: #f0f0f0 !important;
  color: #000000 !important;
}
.admin-ui-secondary {
  background-color: #1f1f1f;
}
.admin-ui-secondary h3 {
  color: #d8d8d8;
}
.admin-ui-secondary h3 .inline-svg {
  fill: #d8d8d8;
  transform: scale(1.5);
  position: relative;
  top: 3px;
  margin-right: 10px;
}
.admin-ui-secondary h3:first-child {
  margin-top: 0px;
}
.admin-ui-secondary a {
  color: #d8d8d8;
}
.admin-ui-secondary a:hover,
.admin-ui-secondary a:focus {
  background-color: #0a0a0a !important;
}
.admin-ui-secondary .active > a {
  background-color: #000000 !important;
  color: #ffffff !important;
}
@keyframes pulse {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.animation-pulse {
  animation-duration: 0.45s;
  animation-name: pulse;
  animation-iteration-count: infinite;
  animation-direction: alternate;
}
.bg-cover {
  background-size: cover;
  background-position: center;
}
.bg-grayscale {
  filter: grayscale(100%);
}
.bg-body {
  background-color: #ffffff;
}
.bg-tone {
  background-color: #f0f0f0;
}
.bg-tone.giving-card,
.bg-tone.giving-badge {
  border: 2px solid #d6d6d6;
  color: #222222;
  fill: #222222;
}
.bg-tone.giving-card:hover,
.bg-tone.giving-badge:hover,
.bg-tone.giving-card.active-card,
.bg-tone.giving-badge.active-card {
  background-color: #c9c9c9;
}
.bg-tone.custom-giving-card input:focus {
  outline: none;
  border: 2px solid #ffffff;
}
.bg-tone.custom-giving-card ::placeholder {
  color: #222222;
}
.bg-tone-tone {
  background-color: #d6d6d6;
}
.bg-tone-dalmation {
  background-color: #000000;
  color: #ffffff !important;
}
.bg-tone-dalmation-text {
  color: #000000;
}
.bg-tone-dalmation-text a:not(.btn) {
  color: #000000;
}
.bg-tone-dalmation-text:before,
.bg-tone-dalmation-text:after {
  background-color: #000000;
}
.bg-transparent-tone {
  background-color: transparent;
}
.bg-fade-light {
  background-color: rgba(255, 255, 255, 0.2);
}
.bg-white {
  background-color: #ffffff;
  color: #333333;
  fill: #333333;
}
.bg-white select {
  color: #333333;
}
.bg-white hr {
  border-color: #f0f0f0;
}
.bg-white .border-color {
  border-color: #f0f0f0;
}
.bg-white .text-muted {
  color: #808080;
  fill: #808080;
}
.bg-white .text-default {
  color: #333333;
  fill: #333333;
}
.bg-white .text-faded {
  color: rgba(51, 51, 51, 0.6);
  fill: rgba(51, 51, 51, 0.6);
}
.bg-white .dropdown-header {
  color: #808080;
}
.bg-white .dropdown-menu {
  background-color: #ffffff;
  border-color: #f7f7f7;
}
.bg-white .dropdown-menu .divider {
  background-color: #e6e6e6;
}
.bg-white .input-muted {
  border-color: #f7f7f7;
}
.bg-white .input-muted::placeholder {
  color: rgba(51, 51, 51, 0.5);
}
.bg-white .input-muted::-moz-placeholder {
  color: rgba(51, 51, 51, 0.5);
  opacity: 1;
}
.bg-white .input-muted:-ms-input-placeholder {
  color: rgba(51, 51, 51, 0.5);
}
.bg-white .input-muted::-webkit-input-placeholder {
  color: rgba(51, 51, 51, 0.5);
}
.bg-white a:not(.btn) {
  color: #333333;
  fill: #333333;
}
.bg-white a:not(.btn):active,
.bg-white a:not(.btn):focus,
.bg-white a:not(.btn):hover {
  color: #0d0d0d;
  fill: #0d0d0d;
}
.bg-white a:not(.btn):active .accent-color,
.bg-white a:not(.btn):focus .accent-color,
.bg-white a:not(.btn):hover .accent-color {
  color: #10263d;
  fill: #10263d;
}
.bg-white a:not(.btn):active .desaturate-color,
.bg-white a:not(.btn):focus .desaturate-color,
.bg-white a:not(.btn):hover .desaturate-color {
  color: #1a1a1a;
  fill: #1a1a1a;
}
.bg-white a:not(.btn):active .accent-background-color,
.bg-white a:not(.btn):focus .accent-background-color,
.bg-white a:not(.btn):hover .accent-background-color {
  color: #e6e6e6;
  fill: #e6e6e6;
  background-color: #10263d;
}
.bg-white a:not(.btn).dropdown-link:active,
.bg-white a:not(.btn).dropdown-link:focus,
.bg-white a:not(.btn).dropdown-link:hover {
  background-color: #ebebeb;
}
.bg-white a:not(.btn) .accent-color {
  color: #1a4066;
  fill: #1a4066;
}
.bg-white a:not(.btn) .accent-background-color {
  background-color: #1a4066;
  color: #ffffff;
  fill: #ffffff;
}
.bg-white a:not(.btn).accent-color,
.accent-color .bg-white a:not(.btn) {
  color: #1a4066;
  fill: #1a4066;
}
.bg-white a:not(.btn).accent-color:active,
.accent-color .bg-white a:not(.btn):active,
.bg-white a:not(.btn).accent-color:focus,
.accent-color .bg-white a:not(.btn):focus,
.bg-white a:not(.btn).accent-color:hover,
.accent-color .bg-white a:not(.btn):hover {
  color: #10263d;
  fill: #10263d;
}
.bg-white a:not(.btn) .desaturate-color {
  color: #333333;
  fill: #333333;
}
.bg-white a:not(.btn).desaturate-color,
.desaturate-color .bg-white a:not(.btn) {
  color: #333333;
  fill: #333333;
}
.bg-white a:not(.btn).desaturate-color:active,
.desaturate-color .bg-white a:not(.btn):active,
.bg-white a:not(.btn).desaturate-color:focus,
.desaturate-color .bg-white a:not(.btn):focus,
.bg-white a:not(.btn).desaturate-color:hover,
.desaturate-color .bg-white a:not(.btn):hover {
  color: #1a1a1a;
  fill: #1a1a1a;
}
.bg-white .menu-item .menu-link {
  color: rgba(51, 51, 51, 0.9);
}
.bg-white .menu-item .menu-link.active {
  color: #0d0d0d;
}
.bg-white .elkhorn-logo-border {
  border-style: solid;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-width: 0;
  border-bottom-width: 0;
  margin-left: 22px;
  margin-right: 22px;
  border-color: #333333;
  padding: 0;
}
.bg-white .topbar-border-underline {
  padding: 12px;
  border-style: solid;
  border-bottom-width: 1px;
  border-top-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-color: #333333;
}
@media (min-width: 768px) {
  .bg-white .hover-underline-left {
    margin-top: 2px;
  }
  .bg-white .hover-underline-left:after {
    content: '';
    display: block;
    width: 0;
    height: 2px;
    background: #333333;
    transition: width .3s;
  }
  .bg-white .hover-underline-left:hover::after {
    width: 100%;
  }
}
.bg-white .breadcrumb > li + li:before {
  color: #333333;
}
.bg-white .breadcrumb > .active {
  color: #333333;
}
.bg-white.giving-card,
.bg-white.giving-badge {
  border: 2px solid #e6e6e6;
}
.bg-white.giving-card:hover,
.bg-white.giving-badge:hover,
.bg-white.giving-card.active-card,
.bg-white.giving-badge.active-card {
  background-color: #d9d9d9;
}
.bg-white.custom-giving-card input:focus {
  outline: none;
  border: 2px solid #333333;
}
.bg-white.custom-giving-card ::placeholder {
  color: #333333;
}
.bg-white-dalmation {
  background-color: #000000;
  color: #ffffff !important;
}
.bg-white-dalmation-text {
  color: #000000;
}
.bg-white-dalmation-text a:not(.btn) {
  color: #000000;
}
.bg-white-dalmation-text:before,
.bg-white-dalmation-text:after {
  background-color: #000000;
}
.bg-white-tone {
  background-color: #e6e6e6;
}
.bg-light {
  background-color: #f1f1f1;
  color: #333333;
  fill: #333333;
}
.bg-light select {
  color: #333333;
}
.bg-light hr {
  border-color: #e2e2e2;
}
.bg-light .border-color {
  border-color: #e2e2e2;
}
.bg-light .text-muted {
  color: #797979;
  fill: #797979;
}
.bg-light .text-default {
  color: #333333;
  fill: #333333;
}
.bg-light .text-faded {
  color: rgba(51, 51, 51, 0.6);
  fill: rgba(51, 51, 51, 0.6);
}
.bg-light .dropdown-header {
  color: #727272;
}
.bg-light .dropdown-menu {
  background-color: #f1f1f1;
  border-color: #e9e9e9;
}
.bg-light .dropdown-menu .divider {
  background-color: #d8d8d8;
}
.bg-light .input-muted {
  border-color: #e9e9e9;
}
.bg-light .input-muted::placeholder {
  color: rgba(51, 51, 51, 0.5);
}
.bg-light .input-muted::-moz-placeholder {
  color: rgba(51, 51, 51, 0.5);
  opacity: 1;
}
.bg-light .input-muted:-ms-input-placeholder {
  color: rgba(51, 51, 51, 0.5);
}
.bg-light .input-muted::-webkit-input-placeholder {
  color: rgba(51, 51, 51, 0.5);
}
.bg-light a:not(.btn) {
  color: #333333;
  fill: #333333;
}
.bg-light a:not(.btn):active,
.bg-light a:not(.btn):focus,
.bg-light a:not(.btn):hover {
  color: #0d0d0d;
  fill: #0d0d0d;
}
.bg-light a:not(.btn):active .accent-color,
.bg-light a:not(.btn):focus .accent-color,
.bg-light a:not(.btn):hover .accent-color {
  color: #10263d;
  fill: #10263d;
}
.bg-light a:not(.btn):active .desaturate-color,
.bg-light a:not(.btn):focus .desaturate-color,
.bg-light a:not(.btn):hover .desaturate-color {
  color: #1a1a1a;
  fill: #1a1a1a;
}
.bg-light a:not(.btn):active .accent-background-color,
.bg-light a:not(.btn):focus .accent-background-color,
.bg-light a:not(.btn):hover .accent-background-color {
  color: #d8d8d8;
  fill: #d8d8d8;
  background-color: #10263d;
}
.bg-light a:not(.btn).dropdown-link:active,
.bg-light a:not(.btn).dropdown-link:focus,
.bg-light a:not(.btn).dropdown-link:hover {
  background-color: #dddddd;
}
.bg-light a:not(.btn) .accent-color {
  color: #1a4066;
  fill: #1a4066;
}
.bg-light a:not(.btn) .accent-background-color {
  background-color: #1a4066;
  color: #f1f1f1;
  fill: #f1f1f1;
}
.bg-light a:not(.btn).accent-color,
.accent-color .bg-light a:not(.btn) {
  color: #1a4066;
  fill: #1a4066;
}
.bg-light a:not(.btn).accent-color:active,
.accent-color .bg-light a:not(.btn):active,
.bg-light a:not(.btn).accent-color:focus,
.accent-color .bg-light a:not(.btn):focus,
.bg-light a:not(.btn).accent-color:hover,
.accent-color .bg-light a:not(.btn):hover {
  color: #10263d;
  fill: #10263d;
}
.bg-light a:not(.btn) .desaturate-color {
  color: #333333;
  fill: #333333;
}
.bg-light a:not(.btn).desaturate-color,
.desaturate-color .bg-light a:not(.btn) {
  color: #333333;
  fill: #333333;
}
.bg-light a:not(.btn).desaturate-color:active,
.desaturate-color .bg-light a:not(.btn):active,
.bg-light a:not(.btn).desaturate-color:focus,
.desaturate-color .bg-light a:not(.btn):focus,
.bg-light a:not(.btn).desaturate-color:hover,
.desaturate-color .bg-light a:not(.btn):hover {
  color: #1a1a1a;
  fill: #1a1a1a;
}
.bg-light .menu-item .menu-link {
  color: rgba(51, 51, 51, 0.9);
}
.bg-light .menu-item .menu-link.active {
  color: #0d0d0d;
}
.bg-light .elkhorn-logo-border {
  border-style: solid;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-width: 0;
  border-bottom-width: 0;
  margin-left: 22px;
  margin-right: 22px;
  border-color: #333333;
  padding: 0;
}
.bg-light .topbar-border-underline {
  padding: 12px;
  border-style: solid;
  border-bottom-width: 1px;
  border-top-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-color: #333333;
}
@media (min-width: 768px) {
  .bg-light .hover-underline-left {
    margin-top: 2px;
  }
  .bg-light .hover-underline-left:after {
    content: '';
    display: block;
    width: 0;
    height: 2px;
    background: #333333;
    transition: width .3s;
  }
  .bg-light .hover-underline-left:hover::after {
    width: 100%;
  }
}
.bg-light .breadcrumb > li + li:before {
  color: #333333;
}
.bg-light .breadcrumb > .active {
  color: #333333;
}
.bg-light.giving-card,
.bg-light.giving-badge {
  border: 2px solid #d8d8d8;
}
.bg-light.giving-card:hover,
.bg-light.giving-badge:hover,
.bg-light.giving-card.active-card,
.bg-light.giving-badge.active-card {
  background-color: #cbcbcb;
}
.bg-light.custom-giving-card input:focus {
  outline: none;
  border: 2px solid #333333;
}
.bg-light.custom-giving-card ::placeholder {
  color: #333333;
}
.bg-light-dalmation {
  background-color: #000000;
  color: #ffffff !important;
}
.bg-light-dalmation-text {
  color: #000000;
}
.bg-light-dalmation-text a:not(.btn) {
  color: #000000;
}
.bg-light-dalmation-text:before,
.bg-light-dalmation-text:after {
  background-color: #000000;
}
.tithely-bg {
  background-color: #1c2531;
  color: #ffffff;
  fill: #ffffff;
}
.tithely-bg select {
  color: #333333;
}
.tithely-bg hr {
  border-color: #273444;
}
.tithely-bg .border-color {
  border-color: #273444;
}
.tithely-bg .text-muted {
  color: #8e9298;
  fill: #8e9298;
}
.tithely-bg .text-default {
  color: #ffffff;
  fill: #ffffff;
}
.tithely-bg .text-faded {
  color: rgba(255, 255, 255, 0.6);
  fill: rgba(255, 255, 255, 0.6);
}
.tithely-bg .dropdown-header {
  color: #8ea3be;
}
.tithely-bg .dropdown-menu {
  background-color: #1c2531;
  border-color: #161e27;
}
.tithely-bg .dropdown-menu .divider {
  background-color: #090c11;
}
.tithely-bg .input-muted {
  border-color: #161e27;
}
.tithely-bg .input-muted::placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.tithely-bg .input-muted::-moz-placeholder {
  color: rgba(255, 255, 255, 0.5);
  opacity: 1;
}
.tithely-bg .input-muted:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.tithely-bg .input-muted::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.tithely-bg a:not(.btn) {
  color: #ffffff;
  fill: #ffffff;
}
.tithely-bg a:not(.btn):active,
.tithely-bg a:not(.btn):focus,
.tithely-bg a:not(.btn):hover {
  color: #ffffff;
  fill: #ffffff;
}
.tithely-bg a:not(.btn):active .accent-color,
.tithely-bg a:not(.btn):focus .accent-color,
.tithely-bg a:not(.btn):hover .accent-color {
  color: #e6e6e6;
  fill: #e6e6e6;
}
.tithely-bg a:not(.btn):active .desaturate-color,
.tithely-bg a:not(.btn):focus .desaturate-color,
.tithely-bg a:not(.btn):hover .desaturate-color {
  color: #e6e6e6;
  fill: #e6e6e6;
}
.tithely-bg a:not(.btn):active .accent-background-color,
.tithely-bg a:not(.btn):focus .accent-background-color,
.tithely-bg a:not(.btn):hover .accent-background-color {
  color: #090c11;
  fill: #090c11;
  background-color: #e6e6e6;
}
.tithely-bg a:not(.btn).dropdown-link:active,
.tithely-bg a:not(.btn).dropdown-link:focus,
.tithely-bg a:not(.btn).dropdown-link:hover {
  background-color: #2b394b;
}
.tithely-bg a:not(.btn) .accent-color {
  color: #ffffff;
  fill: #ffffff;
}
.tithely-bg a:not(.btn) .accent-background-color {
  background-color: #ffffff;
  color: #1c2531;
  fill: #1c2531;
}
.tithely-bg a:not(.btn).accent-color,
.accent-color .tithely-bg a:not(.btn) {
  color: #ffffff;
  fill: #ffffff;
}
.tithely-bg a:not(.btn).accent-color:active,
.accent-color .tithely-bg a:not(.btn):active,
.tithely-bg a:not(.btn).accent-color:focus,
.accent-color .tithely-bg a:not(.btn):focus,
.tithely-bg a:not(.btn).accent-color:hover,
.accent-color .tithely-bg a:not(.btn):hover {
  color: #e6e6e6;
  fill: #e6e6e6;
}
.tithely-bg a:not(.btn) .desaturate-color {
  color: #ffffff;
  fill: #ffffff;
}
.tithely-bg a:not(.btn).desaturate-color,
.desaturate-color .tithely-bg a:not(.btn) {
  color: #ffffff;
  fill: #ffffff;
}
.tithely-bg a:not(.btn).desaturate-color:active,
.desaturate-color .tithely-bg a:not(.btn):active,
.tithely-bg a:not(.btn).desaturate-color:focus,
.desaturate-color .tithely-bg a:not(.btn):focus,
.tithely-bg a:not(.btn).desaturate-color:hover,
.desaturate-color .tithely-bg a:not(.btn):hover {
  color: #e6e6e6;
  fill: #e6e6e6;
}
.tithely-bg .menu-item .menu-link {
  color: rgba(255, 255, 255, 0.9);
}
.tithely-bg .menu-item .menu-link.active {
  color: #ffffff;
}
.tithely-bg .elkhorn-logo-border {
  border-style: solid;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-width: 0;
  border-bottom-width: 0;
  margin-left: 22px;
  margin-right: 22px;
  border-color: #ffffff;
  padding: 0;
}
.tithely-bg .topbar-border-underline {
  padding: 12px;
  border-style: solid;
  border-bottom-width: 1px;
  border-top-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-color: #ffffff;
}
@media (min-width: 768px) {
  .tithely-bg .hover-underline-left {
    margin-top: 2px;
  }
  .tithely-bg .hover-underline-left:after {
    content: '';
    display: block;
    width: 0;
    height: 2px;
    background: #ffffff;
    transition: width .3s;
  }
  .tithely-bg .hover-underline-left:hover::after {
    width: 100%;
  }
}
.tithely-bg .breadcrumb > li + li:before {
  color: #ffffff;
}
.tithely-bg .breadcrumb > .active {
  color: #ffffff;
}
.tithely-bg.giving-card,
.tithely-bg.giving-badge {
  border: 2px solid #090c11;
}
.tithely-bg.giving-card:hover,
.tithely-bg.giving-badge:hover,
.tithely-bg.giving-card.active-card,
.tithely-bg.giving-badge.active-card {
  background-color: #000000;
}
.tithely-bg.custom-giving-card input:focus {
  outline: none;
  border: 2px solid #ffffff;
}
.tithely-bg.custom-giving-card ::placeholder {
  color: #ffffff;
}
.tithely-bg .logo-white path {
  fill: #ffffff !important;
}
.bg-dark {
  background-color: #333333;
  color: #f1f1f1;
  fill: #f1f1f1;
}
.bg-dark select {
  color: #333333;
}
.bg-dark hr {
  border-color: #424242;
}
.bg-dark .border-color {
  border-color: #424242;
}
.bg-dark .text-muted {
  color: #999999;
  fill: #999999;
}
.bg-dark .text-default {
  color: #f1f1f1;
  fill: #f1f1f1;
}
.bg-dark .text-faded {
  color: rgba(241, 241, 241, 0.6);
  fill: rgba(241, 241, 241, 0.6);
}
.bg-dark .dropdown-header {
  color: #b3b3b3;
}
.bg-dark .dropdown-menu {
  background-color: #333333;
  border-color: #2b2b2b;
}
.bg-dark .dropdown-menu .divider {
  background-color: #1a1a1a;
}
.bg-dark .input-muted {
  border-color: #2b2b2b;
}
.bg-dark .input-muted::placeholder {
  color: rgba(241, 241, 241, 0.5);
}
.bg-dark .input-muted::-moz-placeholder {
  color: rgba(241, 241, 241, 0.5);
  opacity: 1;
}
.bg-dark .input-muted:-ms-input-placeholder {
  color: rgba(241, 241, 241, 0.5);
}
.bg-dark .input-muted::-webkit-input-placeholder {
  color: rgba(241, 241, 241, 0.5);
}
.bg-dark a:not(.btn) {
  color: #f1f1f1;
  fill: #f1f1f1;
}
.bg-dark a:not(.btn):active,
.bg-dark a:not(.btn):focus,
.bg-dark a:not(.btn):hover {
  color: #ffffff;
  fill: #ffffff;
}
.bg-dark a:not(.btn):active .accent-color,
.bg-dark a:not(.btn):focus .accent-color,
.bg-dark a:not(.btn):hover .accent-color {
  color: #e6e6e6;
  fill: #e6e6e6;
}
.bg-dark a:not(.btn):active .desaturate-color,
.bg-dark a:not(.btn):focus .desaturate-color,
.bg-dark a:not(.btn):hover .desaturate-color {
  color: #d8d8d8;
  fill: #d8d8d8;
}
.bg-dark a:not(.btn):active .accent-background-color,
.bg-dark a:not(.btn):focus .accent-background-color,
.bg-dark a:not(.btn):hover .accent-background-color {
  color: #1a1a1a;
  fill: #1a1a1a;
  background-color: #e6e6e6;
}
.bg-dark a:not(.btn).dropdown-link:active,
.bg-dark a:not(.btn).dropdown-link:focus,
.bg-dark a:not(.btn).dropdown-link:hover {
  background-color: #474747;
}
.bg-dark a:not(.btn) .accent-color {
  color: #ffffff;
  fill: #ffffff;
}
.bg-dark a:not(.btn) .accent-background-color {
  background-color: #ffffff;
  color: #333333;
  fill: #333333;
}
.bg-dark a:not(.btn).accent-color,
.accent-color .bg-dark a:not(.btn) {
  color: #ffffff;
  fill: #ffffff;
}
.bg-dark a:not(.btn).accent-color:active,
.accent-color .bg-dark a:not(.btn):active,
.bg-dark a:not(.btn).accent-color:focus,
.accent-color .bg-dark a:not(.btn):focus,
.bg-dark a:not(.btn).accent-color:hover,
.accent-color .bg-dark a:not(.btn):hover {
  color: #e6e6e6;
  fill: #e6e6e6;
}
.bg-dark a:not(.btn) .desaturate-color {
  color: #f1f1f1;
  fill: #f1f1f1;
}
.bg-dark a:not(.btn).desaturate-color,
.desaturate-color .bg-dark a:not(.btn) {
  color: #f1f1f1;
  fill: #f1f1f1;
}
.bg-dark a:not(.btn).desaturate-color:active,
.desaturate-color .bg-dark a:not(.btn):active,
.bg-dark a:not(.btn).desaturate-color:focus,
.desaturate-color .bg-dark a:not(.btn):focus,
.bg-dark a:not(.btn).desaturate-color:hover,
.desaturate-color .bg-dark a:not(.btn):hover {
  color: #d8d8d8;
  fill: #d8d8d8;
}
.bg-dark .menu-item .menu-link {
  color: rgba(241, 241, 241, 0.9);
}
.bg-dark .menu-item .menu-link.active {
  color: #ffffff;
}
.bg-dark .elkhorn-logo-border {
  border-style: solid;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-width: 0;
  border-bottom-width: 0;
  margin-left: 22px;
  margin-right: 22px;
  border-color: #f1f1f1;
  padding: 0;
}
.bg-dark .topbar-border-underline {
  padding: 12px;
  border-style: solid;
  border-bottom-width: 1px;
  border-top-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-color: #f1f1f1;
}
@media (min-width: 768px) {
  .bg-dark .hover-underline-left {
    margin-top: 2px;
  }
  .bg-dark .hover-underline-left:after {
    content: '';
    display: block;
    width: 0;
    height: 2px;
    background: #f1f1f1;
    transition: width .3s;
  }
  .bg-dark .hover-underline-left:hover::after {
    width: 100%;
  }
}
.bg-dark .breadcrumb > li + li:before {
  color: #f1f1f1;
}
.bg-dark .breadcrumb > .active {
  color: #f1f1f1;
}
.bg-dark.giving-card,
.bg-dark.giving-badge {
  border: 2px solid #1a1a1a;
}
.bg-dark.giving-card:hover,
.bg-dark.giving-badge:hover,
.bg-dark.giving-card.active-card,
.bg-dark.giving-badge.active-card {
  background-color: #0d0d0d;
}
.bg-dark.custom-giving-card input:focus {
  outline: none;
  border: 2px solid #f1f1f1;
}
.bg-dark.custom-giving-card ::placeholder {
  color: #f1f1f1;
}
.bg-dark-dalmation {
  background-color: #ffffff;
  color: #000000 !important;
}
.bg-dark-dalmation-text {
  color: #ffffff;
}
.bg-dark-dalmation-text a:not(.btn) {
  color: #ffffff;
}
.bg-dark-dalmation-text:before,
.bg-dark-dalmation-text:after {
  background-color: #ffffff;
}
.bg-dark-tone {
  background-color: #474747;
}
.bg-default {
  background-color: #ffffff;
  color: #222222;
  fill: #222222;
}
.bg-default select {
  color: #333333;
}
.bg-default hr {
  border-color: #f0f0f0;
}
.bg-default .border-color {
  border-color: #f0f0f0;
}
.bg-default .text-muted {
  color: #808080;
  fill: #808080;
}
.bg-default .text-default {
  color: #222222;
  fill: #222222;
}
.bg-default .text-faded {
  color: rgba(34, 34, 34, 0.6);
  fill: rgba(34, 34, 34, 0.6);
}
.bg-default .dropdown-header {
  color: #808080;
}
.bg-default .dropdown-menu {
  background-color: #ffffff;
  border-color: #f7f7f7;
}
.bg-default .dropdown-menu .divider {
  background-color: #e6e6e6;
}
.bg-default .input-muted {
  border-color: #f7f7f7;
}
.bg-default .input-muted::placeholder {
  color: rgba(34, 34, 34, 0.5);
}
.bg-default .input-muted::-moz-placeholder {
  color: rgba(34, 34, 34, 0.5);
  opacity: 1;
}
.bg-default .input-muted:-ms-input-placeholder {
  color: rgba(34, 34, 34, 0.5);
}
.bg-default .input-muted::-webkit-input-placeholder {
  color: rgba(34, 34, 34, 0.5);
}
.bg-default a:not(.btn) {
  color: #222222;
  fill: #222222;
}
.bg-default a:not(.btn):active,
.bg-default a:not(.btn):focus,
.bg-default a:not(.btn):hover {
  color: #000000;
  fill: #000000;
}
.bg-default a:not(.btn):active .accent-color,
.bg-default a:not(.btn):focus .accent-color,
.bg-default a:not(.btn):hover .accent-color {
  color: #10263d;
  fill: #10263d;
}
.bg-default a:not(.btn):active .desaturate-color,
.bg-default a:not(.btn):focus .desaturate-color,
.bg-default a:not(.btn):hover .desaturate-color {
  color: #080808;
  fill: #080808;
}
.bg-default a:not(.btn):active .accent-background-color,
.bg-default a:not(.btn):focus .accent-background-color,
.bg-default a:not(.btn):hover .accent-background-color {
  color: #e6e6e6;
  fill: #e6e6e6;
  background-color: #10263d;
}
.bg-default a:not(.btn).dropdown-link:active,
.bg-default a:not(.btn).dropdown-link:focus,
.bg-default a:not(.btn).dropdown-link:hover {
  background-color: #ebebeb;
}
.bg-default a:not(.btn) .accent-color {
  color: #1a4066;
  fill: #1a4066;
}
.bg-default a:not(.btn) .accent-background-color {
  background-color: #1a4066;
  color: #ffffff;
  fill: #ffffff;
}
.bg-default a:not(.btn).accent-color,
.accent-color .bg-default a:not(.btn) {
  color: #1a4066;
  fill: #1a4066;
}
.bg-default a:not(.btn).accent-color:active,
.accent-color .bg-default a:not(.btn):active,
.bg-default a:not(.btn).accent-color:focus,
.accent-color .bg-default a:not(.btn):focus,
.bg-default a:not(.btn).accent-color:hover,
.accent-color .bg-default a:not(.btn):hover {
  color: #10263d;
  fill: #10263d;
}
.bg-default a:not(.btn) .desaturate-color {
  color: #222222;
  fill: #222222;
}
.bg-default a:not(.btn).desaturate-color,
.desaturate-color .bg-default a:not(.btn) {
  color: #222222;
  fill: #222222;
}
.bg-default a:not(.btn).desaturate-color:active,
.desaturate-color .bg-default a:not(.btn):active,
.bg-default a:not(.btn).desaturate-color:focus,
.desaturate-color .bg-default a:not(.btn):focus,
.bg-default a:not(.btn).desaturate-color:hover,
.desaturate-color .bg-default a:not(.btn):hover {
  color: #080808;
  fill: #080808;
}
.bg-default .menu-item .menu-link {
  color: rgba(34, 34, 34, 0.9);
}
.bg-default .menu-item .menu-link.active {
  color: #000000;
}
.bg-default .elkhorn-logo-border {
  border-style: solid;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-width: 0;
  border-bottom-width: 0;
  margin-left: 22px;
  margin-right: 22px;
  border-color: #222222;
  padding: 0;
}
.bg-default .topbar-border-underline {
  padding: 12px;
  border-style: solid;
  border-bottom-width: 1px;
  border-top-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-color: #222222;
}
@media (min-width: 768px) {
  .bg-default .hover-underline-left {
    margin-top: 2px;
  }
  .bg-default .hover-underline-left:after {
    content: '';
    display: block;
    width: 0;
    height: 2px;
    background: #222222;
    transition: width .3s;
  }
  .bg-default .hover-underline-left:hover::after {
    width: 100%;
  }
}
.bg-default .breadcrumb > li + li:before {
  color: #222222;
}
.bg-default .breadcrumb > .active {
  color: #222222;
}
.bg-default.giving-card,
.bg-default.giving-badge {
  border: 2px solid #e6e6e6;
}
.bg-default.giving-card:hover,
.bg-default.giving-badge:hover,
.bg-default.giving-card.active-card,
.bg-default.giving-badge.active-card {
  background-color: #d9d9d9;
}
.bg-default.custom-giving-card input:focus {
  outline: none;
  border: 2px solid #222222;
}
.bg-default.custom-giving-card ::placeholder {
  color: #222222;
}
.bg-default-tone {
  background-color: #e6e6e6;
}
.bg-primary {
  background-color: #191919;
  color: #ffffff;
  fill: #ffffff;
}
.bg-primary select {
  color: #333333;
}
.bg-primary hr {
  border-color: #282828;
}
.bg-primary .border-color {
  border-color: #282828;
}
.bg-primary .text-muted {
  color: #8c8c8c;
  fill: #8c8c8c;
}
.bg-primary .text-default {
  color: #ffffff;
  fill: #ffffff;
}
.bg-primary .text-faded {
  color: rgba(255, 255, 255, 0.6);
  fill: rgba(255, 255, 255, 0.6);
}
.bg-primary .dropdown-header {
  color: #999999;
}
.bg-primary .dropdown-menu {
  background-color: #191919;
  border-color: #111111;
}
.bg-primary .dropdown-menu .divider {
  background-color: #000000;
}
.bg-primary .input-muted {
  border-color: #111111;
}
.bg-primary .input-muted::placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.bg-primary .input-muted::-moz-placeholder {
  color: rgba(255, 255, 255, 0.5);
  opacity: 1;
}
.bg-primary .input-muted:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.bg-primary .input-muted::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.bg-primary a:not(.btn) {
  color: #ffffff;
  fill: #ffffff;
}
.bg-primary a:not(.btn):active,
.bg-primary a:not(.btn):focus,
.bg-primary a:not(.btn):hover {
  color: #ffffff;
  fill: #ffffff;
}
.bg-primary a:not(.btn):active .accent-color,
.bg-primary a:not(.btn):focus .accent-color,
.bg-primary a:not(.btn):hover .accent-color {
  color: #e6e6e6;
  fill: #e6e6e6;
}
.bg-primary a:not(.btn):active .desaturate-color,
.bg-primary a:not(.btn):focus .desaturate-color,
.bg-primary a:not(.btn):hover .desaturate-color {
  color: #e6e6e6;
  fill: #e6e6e6;
}
.bg-primary a:not(.btn):active .accent-background-color,
.bg-primary a:not(.btn):focus .accent-background-color,
.bg-primary a:not(.btn):hover .accent-background-color {
  color: #000000;
  fill: #000000;
  background-color: #e6e6e6;
}
.bg-primary a:not(.btn).dropdown-link:active,
.bg-primary a:not(.btn).dropdown-link:focus,
.bg-primary a:not(.btn).dropdown-link:hover {
  background-color: #2d2d2d;
}
.bg-primary a:not(.btn) .accent-color {
  color: #ffffff;
  fill: #ffffff;
}
.bg-primary a:not(.btn) .accent-background-color {
  background-color: #ffffff;
  color: #191919;
  fill: #191919;
}
.bg-primary a:not(.btn).accent-color,
.accent-color .bg-primary a:not(.btn) {
  color: #ffffff;
  fill: #ffffff;
}
.bg-primary a:not(.btn).accent-color:active,
.accent-color .bg-primary a:not(.btn):active,
.bg-primary a:not(.btn).accent-color:focus,
.accent-color .bg-primary a:not(.btn):focus,
.bg-primary a:not(.btn).accent-color:hover,
.accent-color .bg-primary a:not(.btn):hover {
  color: #e6e6e6;
  fill: #e6e6e6;
}
.bg-primary a:not(.btn) .desaturate-color {
  color: #ffffff;
  fill: #ffffff;
}
.bg-primary a:not(.btn).desaturate-color,
.desaturate-color .bg-primary a:not(.btn) {
  color: #ffffff;
  fill: #ffffff;
}
.bg-primary a:not(.btn).desaturate-color:active,
.desaturate-color .bg-primary a:not(.btn):active,
.bg-primary a:not(.btn).desaturate-color:focus,
.desaturate-color .bg-primary a:not(.btn):focus,
.bg-primary a:not(.btn).desaturate-color:hover,
.desaturate-color .bg-primary a:not(.btn):hover {
  color: #e6e6e6;
  fill: #e6e6e6;
}
.bg-primary .menu-item .menu-link {
  color: rgba(255, 255, 255, 0.9);
}
.bg-primary .menu-item .menu-link.active {
  color: #ffffff;
}
.bg-primary .elkhorn-logo-border {
  border-style: solid;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-width: 0;
  border-bottom-width: 0;
  margin-left: 22px;
  margin-right: 22px;
  border-color: #ffffff;
  padding: 0;
}
.bg-primary .topbar-border-underline {
  padding: 12px;
  border-style: solid;
  border-bottom-width: 1px;
  border-top-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-color: #ffffff;
}
@media (min-width: 768px) {
  .bg-primary .hover-underline-left {
    margin-top: 2px;
  }
  .bg-primary .hover-underline-left:after {
    content: '';
    display: block;
    width: 0;
    height: 2px;
    background: #ffffff;
    transition: width .3s;
  }
  .bg-primary .hover-underline-left:hover::after {
    width: 100%;
  }
}
.bg-primary .breadcrumb > li + li:before {
  color: #ffffff;
}
.bg-primary .breadcrumb > .active {
  color: #ffffff;
}
.bg-primary.giving-card,
.bg-primary.giving-badge {
  border: 2px solid #000000;
}
.bg-primary.giving-card:hover,
.bg-primary.giving-badge:hover,
.bg-primary.giving-card.active-card,
.bg-primary.giving-badge.active-card {
  background-color: #000000;
}
.bg-primary.custom-giving-card input:focus {
  outline: none;
  border: 2px solid #ffffff;
}
.bg-primary.custom-giving-card ::placeholder {
  color: #ffffff;
}
.bg-primary-tone {
  background-color: #303030;
}
.bg-primary-counter {
  background-color: #ffffff;
  color: #191919;
  fill: #191919;
}
.bg-primary-counter select {
  color: #333333;
}
.bg-primary-counter hr {
  border-color: #f0f0f0;
}
.bg-primary-counter .border-color {
  border-color: #f0f0f0;
}
.bg-primary-counter .text-muted {
  color: #808080;
  fill: #808080;
}
.bg-primary-counter .text-default {
  color: #191919;
  fill: #191919;
}
.bg-primary-counter .text-faded {
  color: rgba(25, 25, 25, 0.6);
  fill: rgba(25, 25, 25, 0.6);
}
.bg-primary-counter .dropdown-header {
  color: #808080;
}
.bg-primary-counter .dropdown-menu {
  background-color: #ffffff;
  border-color: #f7f7f7;
}
.bg-primary-counter .dropdown-menu .divider {
  background-color: #e6e6e6;
}
.bg-primary-counter .input-muted {
  border-color: #f7f7f7;
}
.bg-primary-counter .input-muted::placeholder {
  color: rgba(25, 25, 25, 0.5);
}
.bg-primary-counter .input-muted::-moz-placeholder {
  color: rgba(25, 25, 25, 0.5);
  opacity: 1;
}
.bg-primary-counter .input-muted:-ms-input-placeholder {
  color: rgba(25, 25, 25, 0.5);
}
.bg-primary-counter .input-muted::-webkit-input-placeholder {
  color: rgba(25, 25, 25, 0.5);
}
.bg-primary-counter a:not(.btn) {
  color: #191919;
  fill: #191919;
}
.bg-primary-counter a:not(.btn):active,
.bg-primary-counter a:not(.btn):focus,
.bg-primary-counter a:not(.btn):hover {
  color: #000000;
  fill: #000000;
}
.bg-primary-counter a:not(.btn):active .accent-color,
.bg-primary-counter a:not(.btn):focus .accent-color,
.bg-primary-counter a:not(.btn):hover .accent-color {
  color: #10263d;
  fill: #10263d;
}
.bg-primary-counter a:not(.btn):active .desaturate-color,
.bg-primary-counter a:not(.btn):focus .desaturate-color,
.bg-primary-counter a:not(.btn):hover .desaturate-color {
  color: #000000;
  fill: #000000;
}
.bg-primary-counter a:not(.btn):active .accent-background-color,
.bg-primary-counter a:not(.btn):focus .accent-background-color,
.bg-primary-counter a:not(.btn):hover .accent-background-color {
  color: #e6e6e6;
  fill: #e6e6e6;
  background-color: #10263d;
}
.bg-primary-counter a:not(.btn).dropdown-link:active,
.bg-primary-counter a:not(.btn).dropdown-link:focus,
.bg-primary-counter a:not(.btn).dropdown-link:hover {
  background-color: #ebebeb;
}
.bg-primary-counter a:not(.btn) .accent-color {
  color: #1a4066;
  fill: #1a4066;
}
.bg-primary-counter a:not(.btn) .accent-background-color {
  background-color: #1a4066;
  color: #ffffff;
  fill: #ffffff;
}
.bg-primary-counter a:not(.btn).accent-color,
.accent-color .bg-primary-counter a:not(.btn) {
  color: #1a4066;
  fill: #1a4066;
}
.bg-primary-counter a:not(.btn).accent-color:active,
.accent-color .bg-primary-counter a:not(.btn):active,
.bg-primary-counter a:not(.btn).accent-color:focus,
.accent-color .bg-primary-counter a:not(.btn):focus,
.bg-primary-counter a:not(.btn).accent-color:hover,
.accent-color .bg-primary-counter a:not(.btn):hover {
  color: #10263d;
  fill: #10263d;
}
.bg-primary-counter a:not(.btn) .desaturate-color {
  color: #191919;
  fill: #191919;
}
.bg-primary-counter a:not(.btn).desaturate-color,
.desaturate-color .bg-primary-counter a:not(.btn) {
  color: #191919;
  fill: #191919;
}
.bg-primary-counter a:not(.btn).desaturate-color:active,
.desaturate-color .bg-primary-counter a:not(.btn):active,
.bg-primary-counter a:not(.btn).desaturate-color:focus,
.desaturate-color .bg-primary-counter a:not(.btn):focus,
.bg-primary-counter a:not(.btn).desaturate-color:hover,
.desaturate-color .bg-primary-counter a:not(.btn):hover {
  color: #000000;
  fill: #000000;
}
.bg-primary-counter .menu-item .menu-link {
  color: rgba(25, 25, 25, 0.9);
}
.bg-primary-counter .menu-item .menu-link.active {
  color: #000000;
}
.bg-primary-counter .elkhorn-logo-border {
  border-style: solid;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-width: 0;
  border-bottom-width: 0;
  margin-left: 22px;
  margin-right: 22px;
  border-color: #191919;
  padding: 0;
}
.bg-primary-counter .topbar-border-underline {
  padding: 12px;
  border-style: solid;
  border-bottom-width: 1px;
  border-top-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-color: #191919;
}
@media (min-width: 768px) {
  .bg-primary-counter .hover-underline-left {
    margin-top: 2px;
  }
  .bg-primary-counter .hover-underline-left:after {
    content: '';
    display: block;
    width: 0;
    height: 2px;
    background: #191919;
    transition: width .3s;
  }
  .bg-primary-counter .hover-underline-left:hover::after {
    width: 100%;
  }
}
.bg-primary-counter .breadcrumb > li + li:before {
  color: #191919;
}
.bg-primary-counter .breadcrumb > .active {
  color: #191919;
}
.bg-primary-counter.giving-card,
.bg-primary-counter.giving-badge {
  border: 2px solid #e6e6e6;
}
.bg-primary-counter.giving-card:hover,
.bg-primary-counter.giving-badge:hover,
.bg-primary-counter.giving-card.active-card,
.bg-primary-counter.giving-badge.active-card {
  background-color: #d9d9d9;
}
.bg-primary-counter.custom-giving-card input:focus {
  outline: none;
  border: 2px solid #191919;
}
.bg-primary-counter.custom-giving-card ::placeholder {
  color: #191919;
}
.bg-primary-counter .text-default {
  color: #222222;
}
.bg-primary-counter-tone {
  background-color: #e6e6e6;
}
.bg-primary-dalmation {
  background-color: #ffffff;
  color: #000000 !important;
}
.bg-primary-dalmation-text {
  color: #ffffff;
}
.bg-primary-dalmation-text a:not(.btn) {
  color: #ffffff;
}
.bg-primary-dalmation-text:before,
.bg-primary-dalmation-text:after {
  background-color: #ffffff;
}
.bg-primary-counter-dalmation {
  background-color: #000000;
  color: #ffffff !important;
}
.bg-primary-counter-dalmation-text {
  color: #000000;
}
.bg-primary-counter-dalmation-text a:not(.btn) {
  color: #000000;
}
.bg-primary-counter-dalmation-text:before,
.bg-primary-counter-dalmation-text:after {
  background-color: #000000;
}
.bg-secondary {
  background-color: #1a4066;
  color: #ffffff;
  fill: #ffffff;
}
.bg-secondary select {
  color: #333333;
}
.bg-secondary hr {
  border-color: #204f7e;
}
.bg-secondary .border-color {
  border-color: #204f7e;
}
.bg-secondary .text-muted {
  color: #8da0b3;
  fill: #8da0b3;
}
.bg-secondary .text-default {
  color: #ffffff;
  fill: #ffffff;
}
.bg-secondary .text-faded {
  color: rgba(255, 255, 255, 0.6);
  fill: rgba(255, 255, 255, 0.6);
}
.bg-secondary .dropdown-header {
  color: #9abfe5;
}
.bg-secondary .dropdown-menu {
  background-color: #1a4066;
  border-color: #17385a;
}
.bg-secondary .dropdown-menu .divider {
  background-color: #10263d;
}
.bg-secondary .input-muted {
  border-color: #17385a;
}
.bg-secondary .input-muted::placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.bg-secondary .input-muted::-moz-placeholder {
  color: rgba(255, 255, 255, 0.5);
  opacity: 1;
}
.bg-secondary .input-muted:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.bg-secondary .input-muted::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.bg-secondary a:not(.btn) {
  color: #ffffff;
  fill: #ffffff;
}
.bg-secondary a:not(.btn):active,
.bg-secondary a:not(.btn):focus,
.bg-secondary a:not(.btn):hover {
  color: #ffffff;
  fill: #ffffff;
}
.bg-secondary a:not(.btn):active .accent-color,
.bg-secondary a:not(.btn):focus .accent-color,
.bg-secondary a:not(.btn):hover .accent-color {
  color: #e6e6e6;
  fill: #e6e6e6;
}
.bg-secondary a:not(.btn):active .desaturate-color,
.bg-secondary a:not(.btn):focus .desaturate-color,
.bg-secondary a:not(.btn):hover .desaturate-color {
  color: #e6e6e6;
  fill: #e6e6e6;
}
.bg-secondary a:not(.btn):active .accent-background-color,
.bg-secondary a:not(.btn):focus .accent-background-color,
.bg-secondary a:not(.btn):hover .accent-background-color {
  color: #10263d;
  fill: #10263d;
  background-color: #e6e6e6;
}
.bg-secondary a:not(.btn).dropdown-link:active,
.bg-secondary a:not(.btn).dropdown-link:focus,
.bg-secondary a:not(.btn).dropdown-link:hover {
  background-color: #225487;
}
.bg-secondary a:not(.btn) .accent-color {
  color: #ffffff;
  fill: #ffffff;
}
.bg-secondary a:not(.btn) .accent-background-color {
  background-color: #ffffff;
  color: #1a4066;
  fill: #1a4066;
}
.bg-secondary a:not(.btn).accent-color,
.accent-color .bg-secondary a:not(.btn) {
  color: #ffffff;
  fill: #ffffff;
}
.bg-secondary a:not(.btn).accent-color:active,
.accent-color .bg-secondary a:not(.btn):active,
.bg-secondary a:not(.btn).accent-color:focus,
.accent-color .bg-secondary a:not(.btn):focus,
.bg-secondary a:not(.btn).accent-color:hover,
.accent-color .bg-secondary a:not(.btn):hover {
  color: #e6e6e6;
  fill: #e6e6e6;
}
.bg-secondary a:not(.btn) .desaturate-color {
  color: #ffffff;
  fill: #ffffff;
}
.bg-secondary a:not(.btn).desaturate-color,
.desaturate-color .bg-secondary a:not(.btn) {
  color: #ffffff;
  fill: #ffffff;
}
.bg-secondary a:not(.btn).desaturate-color:active,
.desaturate-color .bg-secondary a:not(.btn):active,
.bg-secondary a:not(.btn).desaturate-color:focus,
.desaturate-color .bg-secondary a:not(.btn):focus,
.bg-secondary a:not(.btn).desaturate-color:hover,
.desaturate-color .bg-secondary a:not(.btn):hover {
  color: #e6e6e6;
  fill: #e6e6e6;
}
.bg-secondary .menu-item .menu-link {
  color: rgba(255, 255, 255, 0.9);
}
.bg-secondary .menu-item .menu-link.active {
  color: #ffffff;
}
.bg-secondary .elkhorn-logo-border {
  border-style: solid;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-width: 0;
  border-bottom-width: 0;
  margin-left: 22px;
  margin-right: 22px;
  border-color: #ffffff;
  padding: 0;
}
.bg-secondary .topbar-border-underline {
  padding: 12px;
  border-style: solid;
  border-bottom-width: 1px;
  border-top-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-color: #ffffff;
}
@media (min-width: 768px) {
  .bg-secondary .hover-underline-left {
    margin-top: 2px;
  }
  .bg-secondary .hover-underline-left:after {
    content: '';
    display: block;
    width: 0;
    height: 2px;
    background: #ffffff;
    transition: width .3s;
  }
  .bg-secondary .hover-underline-left:hover::after {
    width: 100%;
  }
}
.bg-secondary .breadcrumb > li + li:before {
  color: #ffffff;
}
.bg-secondary .breadcrumb > .active {
  color: #ffffff;
}
.bg-secondary.giving-card,
.bg-secondary.giving-badge {
  border: 2px solid #10263d;
}
.bg-secondary.giving-card:hover,
.bg-secondary.giving-badge:hover,
.bg-secondary.giving-card.active-card,
.bg-secondary.giving-badge.active-card {
  background-color: #0a1a29;
}
.bg-secondary.custom-giving-card input:focus {
  outline: none;
  border: 2px solid #ffffff;
}
.bg-secondary.custom-giving-card ::placeholder {
  color: #ffffff;
}
.bg-secondary .accent-color a,
.bg-secondary a.accent-color {
  text-decoration: underline;
}
.bg-secondary-tone {
  background-color: #315375;
}
.bg-secondary-tone .accent-color a,
.bg-secondary-tone a.accent-color {
  text-decoration: underline;
}
.bg-secondary-counter {
  background-color: #ffffff;
  color: #1a4066;
  fill: #1a4066;
}
.bg-secondary-counter select {
  color: #333333;
}
.bg-secondary-counter hr {
  border-color: #f0f0f0;
}
.bg-secondary-counter .border-color {
  border-color: #f0f0f0;
}
.bg-secondary-counter .text-muted {
  color: #808080;
  fill: #808080;
}
.bg-secondary-counter .text-default {
  color: #1a4066;
  fill: #1a4066;
}
.bg-secondary-counter .text-faded {
  color: rgba(26, 64, 102, 0.6);
  fill: rgba(26, 64, 102, 0.6);
}
.bg-secondary-counter .dropdown-header {
  color: #808080;
}
.bg-secondary-counter .dropdown-menu {
  background-color: #ffffff;
  border-color: #f7f7f7;
}
.bg-secondary-counter .dropdown-menu .divider {
  background-color: #e6e6e6;
}
.bg-secondary-counter .input-muted {
  border-color: #f7f7f7;
}
.bg-secondary-counter .input-muted::placeholder {
  color: rgba(26, 64, 102, 0.5);
}
.bg-secondary-counter .input-muted::-moz-placeholder {
  color: rgba(26, 64, 102, 0.5);
  opacity: 1;
}
.bg-secondary-counter .input-muted:-ms-input-placeholder {
  color: rgba(26, 64, 102, 0.5);
}
.bg-secondary-counter .input-muted::-webkit-input-placeholder {
  color: rgba(26, 64, 102, 0.5);
}
.bg-secondary-counter a:not(.btn) {
  color: #1a4066;
  fill: #1a4066;
}
.bg-secondary-counter a:not(.btn):active,
.bg-secondary-counter a:not(.btn):focus,
.bg-secondary-counter a:not(.btn):hover {
  color: #0a1a29;
  fill: #0a1a29;
}
.bg-secondary-counter a:not(.btn):active .accent-color,
.bg-secondary-counter a:not(.btn):focus .accent-color,
.bg-secondary-counter a:not(.btn):hover .accent-color {
  color: #10263d;
  fill: #10263d;
}
.bg-secondary-counter a:not(.btn):active .desaturate-color,
.bg-secondary-counter a:not(.btn):focus .desaturate-color,
.bg-secondary-counter a:not(.btn):hover .desaturate-color {
  color: #272727;
  fill: #272727;
}
.bg-secondary-counter a:not(.btn):active .accent-background-color,
.bg-secondary-counter a:not(.btn):focus .accent-background-color,
.bg-secondary-counter a:not(.btn):hover .accent-background-color {
  color: #e6e6e6;
  fill: #e6e6e6;
  background-color: #10263d;
}
.bg-secondary-counter a:not(.btn).dropdown-link:active,
.bg-secondary-counter a:not(.btn).dropdown-link:focus,
.bg-secondary-counter a:not(.btn).dropdown-link:hover {
  background-color: #ebebeb;
}
.bg-secondary-counter a:not(.btn) .accent-color {
  color: #1a4066;
  fill: #1a4066;
}
.bg-secondary-counter a:not(.btn) .accent-background-color {
  background-color: #1a4066;
  color: #ffffff;
  fill: #ffffff;
}
.bg-secondary-counter a:not(.btn).accent-color,
.accent-color .bg-secondary-counter a:not(.btn) {
  color: #1a4066;
  fill: #1a4066;
}
.bg-secondary-counter a:not(.btn).accent-color:active,
.accent-color .bg-secondary-counter a:not(.btn):active,
.bg-secondary-counter a:not(.btn).accent-color:focus,
.accent-color .bg-secondary-counter a:not(.btn):focus,
.bg-secondary-counter a:not(.btn).accent-color:hover,
.accent-color .bg-secondary-counter a:not(.btn):hover {
  color: #10263d;
  fill: #10263d;
}
.bg-secondary-counter a:not(.btn) .desaturate-color {
  color: #404040;
  fill: #404040;
}
.bg-secondary-counter a:not(.btn).desaturate-color,
.desaturate-color .bg-secondary-counter a:not(.btn) {
  color: #404040;
  fill: #404040;
}
.bg-secondary-counter a:not(.btn).desaturate-color:active,
.desaturate-color .bg-secondary-counter a:not(.btn):active,
.bg-secondary-counter a:not(.btn).desaturate-color:focus,
.desaturate-color .bg-secondary-counter a:not(.btn):focus,
.bg-secondary-counter a:not(.btn).desaturate-color:hover,
.desaturate-color .bg-secondary-counter a:not(.btn):hover {
  color: #272727;
  fill: #272727;
}
.bg-secondary-counter .menu-item .menu-link {
  color: rgba(26, 64, 102, 0.9);
}
.bg-secondary-counter .menu-item .menu-link.active {
  color: #0a1a29;
}
.bg-secondary-counter .elkhorn-logo-border {
  border-style: solid;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-width: 0;
  border-bottom-width: 0;
  margin-left: 22px;
  margin-right: 22px;
  border-color: #1a4066;
  padding: 0;
}
.bg-secondary-counter .topbar-border-underline {
  padding: 12px;
  border-style: solid;
  border-bottom-width: 1px;
  border-top-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-color: #1a4066;
}
@media (min-width: 768px) {
  .bg-secondary-counter .hover-underline-left {
    margin-top: 2px;
  }
  .bg-secondary-counter .hover-underline-left:after {
    content: '';
    display: block;
    width: 0;
    height: 2px;
    background: #1a4066;
    transition: width .3s;
  }
  .bg-secondary-counter .hover-underline-left:hover::after {
    width: 100%;
  }
}
.bg-secondary-counter .breadcrumb > li + li:before {
  color: #1a4066;
}
.bg-secondary-counter .breadcrumb > .active {
  color: #1a4066;
}
.bg-secondary-counter.giving-card,
.bg-secondary-counter.giving-badge {
  border: 2px solid #e6e6e6;
}
.bg-secondary-counter.giving-card:hover,
.bg-secondary-counter.giving-badge:hover,
.bg-secondary-counter.giving-card.active-card,
.bg-secondary-counter.giving-badge.active-card {
  background-color: #d9d9d9;
}
.bg-secondary-counter.custom-giving-card input:focus {
  outline: none;
  border: 2px solid #1a4066;
}
.bg-secondary-counter.custom-giving-card ::placeholder {
  color: #1a4066;
}
.bg-secondary-counter .text-default {
  color: #222222;
}
.bg-secondary-counter .accent-color a,
.bg-secondary-counter a.accent-color {
  text-decoration: underline;
}
.bg-tertiary {
  background-color: #e6e6e6;
  color: #ffffff;
  fill: #ffffff;
}
.bg-tertiary select {
  color: #333333;
}
.bg-tertiary hr {
  border-color: #d7d7d7;
}
.bg-tertiary .border-color {
  border-color: #d7d7d7;
}
.bg-tertiary .text-muted {
  color: #737373;
  fill: #737373;
}
.bg-tertiary .text-default {
  color: #ffffff;
  fill: #ffffff;
}
.bg-tertiary .text-faded {
  color: rgba(255, 255, 255, 0.6);
  fill: rgba(255, 255, 255, 0.6);
}
.bg-tertiary .dropdown-header {
  color: #676767;
}
.bg-tertiary .dropdown-menu {
  background-color: #e6e6e6;
  border-color: #dedede;
}
.bg-tertiary .dropdown-menu .divider {
  background-color: #cdcdcd;
}
.bg-tertiary .input-muted {
  border-color: #dedede;
}
.bg-tertiary .input-muted::placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.bg-tertiary .input-muted::-moz-placeholder {
  color: rgba(255, 255, 255, 0.5);
  opacity: 1;
}
.bg-tertiary .input-muted:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.bg-tertiary .input-muted::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.bg-tertiary a:not(.btn) {
  color: #ffffff;
  fill: #ffffff;
}
.bg-tertiary a:not(.btn):active,
.bg-tertiary a:not(.btn):focus,
.bg-tertiary a:not(.btn):hover {
  color: #d9d9d9;
  fill: #d9d9d9;
}
.bg-tertiary a:not(.btn):active .accent-color,
.bg-tertiary a:not(.btn):focus .accent-color,
.bg-tertiary a:not(.btn):hover .accent-color {
  color: #10263d;
  fill: #10263d;
}
.bg-tertiary a:not(.btn):active .desaturate-color,
.bg-tertiary a:not(.btn):focus .desaturate-color,
.bg-tertiary a:not(.btn):hover .desaturate-color {
  color: #e6e6e6;
  fill: #e6e6e6;
}
.bg-tertiary a:not(.btn):active .accent-background-color,
.bg-tertiary a:not(.btn):focus .accent-background-color,
.bg-tertiary a:not(.btn):hover .accent-background-color {
  color: #cdcdcd;
  fill: #cdcdcd;
  background-color: #10263d;
}
.bg-tertiary a:not(.btn).dropdown-link:active,
.bg-tertiary a:not(.btn).dropdown-link:focus,
.bg-tertiary a:not(.btn).dropdown-link:hover {
  background-color: #d2d2d2;
}
.bg-tertiary a:not(.btn) .accent-color {
  color: #1a4066;
  fill: #1a4066;
}
.bg-tertiary a:not(.btn) .accent-background-color {
  background-color: #1a4066;
  color: #e6e6e6;
  fill: #e6e6e6;
}
.bg-tertiary a:not(.btn).accent-color,
.accent-color .bg-tertiary a:not(.btn) {
  color: #1a4066;
  fill: #1a4066;
}
.bg-tertiary a:not(.btn).accent-color:active,
.accent-color .bg-tertiary a:not(.btn):active,
.bg-tertiary a:not(.btn).accent-color:focus,
.accent-color .bg-tertiary a:not(.btn):focus,
.bg-tertiary a:not(.btn).accent-color:hover,
.accent-color .bg-tertiary a:not(.btn):hover {
  color: #10263d;
  fill: #10263d;
}
.bg-tertiary a:not(.btn) .desaturate-color {
  color: #ffffff;
  fill: #ffffff;
}
.bg-tertiary a:not(.btn).desaturate-color,
.desaturate-color .bg-tertiary a:not(.btn) {
  color: #ffffff;
  fill: #ffffff;
}
.bg-tertiary a:not(.btn).desaturate-color:active,
.desaturate-color .bg-tertiary a:not(.btn):active,
.bg-tertiary a:not(.btn).desaturate-color:focus,
.desaturate-color .bg-tertiary a:not(.btn):focus,
.bg-tertiary a:not(.btn).desaturate-color:hover,
.desaturate-color .bg-tertiary a:not(.btn):hover {
  color: #e6e6e6;
  fill: #e6e6e6;
}
.bg-tertiary .menu-item .menu-link {
  color: rgba(255, 255, 255, 0.9);
}
.bg-tertiary .menu-item .menu-link.active {
  color: #d9d9d9;
}
.bg-tertiary .elkhorn-logo-border {
  border-style: solid;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-width: 0;
  border-bottom-width: 0;
  margin-left: 22px;
  margin-right: 22px;
  border-color: #ffffff;
  padding: 0;
}
.bg-tertiary .topbar-border-underline {
  padding: 12px;
  border-style: solid;
  border-bottom-width: 1px;
  border-top-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-color: #ffffff;
}
@media (min-width: 768px) {
  .bg-tertiary .hover-underline-left {
    margin-top: 2px;
  }
  .bg-tertiary .hover-underline-left:after {
    content: '';
    display: block;
    width: 0;
    height: 2px;
    background: #ffffff;
    transition: width .3s;
  }
  .bg-tertiary .hover-underline-left:hover::after {
    width: 100%;
  }
}
.bg-tertiary .breadcrumb > li + li:before {
  color: #ffffff;
}
.bg-tertiary .breadcrumb > .active {
  color: #ffffff;
}
.bg-tertiary.giving-card,
.bg-tertiary.giving-badge {
  border: 2px solid #cdcdcd;
}
.bg-tertiary.giving-card:hover,
.bg-tertiary.giving-badge:hover,
.bg-tertiary.giving-card.active-card,
.bg-tertiary.giving-badge.active-card {
  background-color: #c0c0c0;
}
.bg-tertiary.custom-giving-card input:focus {
  outline: none;
  border: 2px solid #ffffff;
}
.bg-tertiary.custom-giving-card ::placeholder {
  color: #ffffff;
}
.bg-tertiary-counter {
  background-color: #ffffff;
  color: #e6e6e6;
  fill: #e6e6e6;
}
.bg-tertiary-counter select {
  color: #333333;
}
.bg-tertiary-counter hr {
  border-color: #f0f0f0;
}
.bg-tertiary-counter .border-color {
  border-color: #f0f0f0;
}
.bg-tertiary-counter .text-muted {
  color: #808080;
  fill: #808080;
}
.bg-tertiary-counter .text-default {
  color: #e6e6e6;
  fill: #e6e6e6;
}
.bg-tertiary-counter .text-faded {
  color: rgba(230, 230, 230, 0.6);
  fill: rgba(230, 230, 230, 0.6);
}
.bg-tertiary-counter .dropdown-header {
  color: #808080;
}
.bg-tertiary-counter .dropdown-menu {
  background-color: #ffffff;
  border-color: #f7f7f7;
}
.bg-tertiary-counter .dropdown-menu .divider {
  background-color: #e6e6e6;
}
.bg-tertiary-counter .input-muted {
  border-color: #f7f7f7;
}
.bg-tertiary-counter .input-muted::placeholder {
  color: rgba(230, 230, 230, 0.5);
}
.bg-tertiary-counter .input-muted::-moz-placeholder {
  color: rgba(230, 230, 230, 0.5);
  opacity: 1;
}
.bg-tertiary-counter .input-muted:-ms-input-placeholder {
  color: rgba(230, 230, 230, 0.5);
}
.bg-tertiary-counter .input-muted::-webkit-input-placeholder {
  color: rgba(230, 230, 230, 0.5);
}
.bg-tertiary-counter a:not(.btn) {
  color: #e6e6e6;
  fill: #e6e6e6;
}
.bg-tertiary-counter a:not(.btn):active,
.bg-tertiary-counter a:not(.btn):focus,
.bg-tertiary-counter a:not(.btn):hover {
  color: #c0c0c0;
  fill: #c0c0c0;
}
.bg-tertiary-counter a:not(.btn):active .accent-color,
.bg-tertiary-counter a:not(.btn):focus .accent-color,
.bg-tertiary-counter a:not(.btn):hover .accent-color {
  color: #10263d;
  fill: #10263d;
}
.bg-tertiary-counter a:not(.btn):active .desaturate-color,
.bg-tertiary-counter a:not(.btn):focus .desaturate-color,
.bg-tertiary-counter a:not(.btn):hover .desaturate-color {
  color: #cdcdcd;
  fill: #cdcdcd;
}
.bg-tertiary-counter a:not(.btn):active .accent-background-color,
.bg-tertiary-counter a:not(.btn):focus .accent-background-color,
.bg-tertiary-counter a:not(.btn):hover .accent-background-color {
  color: #e6e6e6;
  fill: #e6e6e6;
  background-color: #10263d;
}
.bg-tertiary-counter a:not(.btn).dropdown-link:active,
.bg-tertiary-counter a:not(.btn).dropdown-link:focus,
.bg-tertiary-counter a:not(.btn).dropdown-link:hover {
  background-color: #ebebeb;
}
.bg-tertiary-counter a:not(.btn) .accent-color {
  color: #1a4066;
  fill: #1a4066;
}
.bg-tertiary-counter a:not(.btn) .accent-background-color {
  background-color: #1a4066;
  color: #ffffff;
  fill: #ffffff;
}
.bg-tertiary-counter a:not(.btn).accent-color,
.accent-color .bg-tertiary-counter a:not(.btn) {
  color: #1a4066;
  fill: #1a4066;
}
.bg-tertiary-counter a:not(.btn).accent-color:active,
.accent-color .bg-tertiary-counter a:not(.btn):active,
.bg-tertiary-counter a:not(.btn).accent-color:focus,
.accent-color .bg-tertiary-counter a:not(.btn):focus,
.bg-tertiary-counter a:not(.btn).accent-color:hover,
.accent-color .bg-tertiary-counter a:not(.btn):hover {
  color: #10263d;
  fill: #10263d;
}
.bg-tertiary-counter a:not(.btn) .desaturate-color {
  color: #e6e6e6;
  fill: #e6e6e6;
}
.bg-tertiary-counter a:not(.btn).desaturate-color,
.desaturate-color .bg-tertiary-counter a:not(.btn) {
  color: #e6e6e6;
  fill: #e6e6e6;
}
.bg-tertiary-counter a:not(.btn).desaturate-color:active,
.desaturate-color .bg-tertiary-counter a:not(.btn):active,
.bg-tertiary-counter a:not(.btn).desaturate-color:focus,
.desaturate-color .bg-tertiary-counter a:not(.btn):focus,
.bg-tertiary-counter a:not(.btn).desaturate-color:hover,
.desaturate-color .bg-tertiary-counter a:not(.btn):hover {
  color: #cdcdcd;
  fill: #cdcdcd;
}
.bg-tertiary-counter .menu-item .menu-link {
  color: rgba(230, 230, 230, 0.9);
}
.bg-tertiary-counter .menu-item .menu-link.active {
  color: #c0c0c0;
}
.bg-tertiary-counter .elkhorn-logo-border {
  border-style: solid;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-width: 0;
  border-bottom-width: 0;
  margin-left: 22px;
  margin-right: 22px;
  border-color: #e6e6e6;
  padding: 0;
}
.bg-tertiary-counter .topbar-border-underline {
  padding: 12px;
  border-style: solid;
  border-bottom-width: 1px;
  border-top-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-color: #e6e6e6;
}
@media (min-width: 768px) {
  .bg-tertiary-counter .hover-underline-left {
    margin-top: 2px;
  }
  .bg-tertiary-counter .hover-underline-left:after {
    content: '';
    display: block;
    width: 0;
    height: 2px;
    background: #e6e6e6;
    transition: width .3s;
  }
  .bg-tertiary-counter .hover-underline-left:hover::after {
    width: 100%;
  }
}
.bg-tertiary-counter .breadcrumb > li + li:before {
  color: #e6e6e6;
}
.bg-tertiary-counter .breadcrumb > .active {
  color: #e6e6e6;
}
.bg-tertiary-counter.giving-card,
.bg-tertiary-counter.giving-badge {
  border: 2px solid #e6e6e6;
}
.bg-tertiary-counter.giving-card:hover,
.bg-tertiary-counter.giving-badge:hover,
.bg-tertiary-counter.giving-card.active-card,
.bg-tertiary-counter.giving-badge.active-card {
  background-color: #d9d9d9;
}
.bg-tertiary-counter.custom-giving-card input:focus {
  outline: none;
  border: 2px solid #e6e6e6;
}
.bg-tertiary-counter.custom-giving-card ::placeholder {
  color: #e6e6e6;
}
.bg-tertiary-counter .text-default {
  color: #222222;
}
.bg-secondary-counter-tone {
  background-color: #e6e6e6;
}
.bg-secondary-counter-tone {
  background-color: #e6e6e6;
}
.bg-secondary-dalmation {
  background-color: #ffffff;
  color: #000000 !important;
}
.bg-secondary-dalmation-text {
  color: #ffffff;
}
.bg-secondary-dalmation-text a:not(.btn) {
  color: #ffffff;
}
.bg-secondary-dalmation-text:before,
.bg-secondary-dalmation-text:after {
  background-color: #ffffff;
}
.bg-secondary-counter-dalmation {
  background-color: #000000;
  color: #ffffff !important;
}
.bg-secondary-counter-dalmation-text {
  color: #000000;
}
.bg-secondary-counter-dalmation-text a:not(.btn) {
  color: #000000;
}
.bg-secondary-counter-dalmation-text:before,
.bg-secondary-counter-dalmation-text:after {
  background-color: #000000;
}
.bg-none,
.bg-transparent {
  background-color: transparent;
}
.bg-transparent-dalmation {
  background-color: #000000;
  color: #ffffff !important;
}
.bg-transparent-dalmation-text {
  color: #000000;
}
.bg-transparent-dalmation-text a:not(.btn) {
  color: #000000;
}
.bg-transparent-dalmation-text:before,
.bg-transparent-dalmation-text:after {
  background-color: #000000;
}
@media (min-width: 992px) {
  .bg-md-transparent {
    background-color: transparent;
  }
}
@media (min-width: 992px) {
  .bg-fixed {
    background-attachment: fixed;
  }
  .bg-parallax {
    background-size: cover;
    background-attachment: fixed;
  }
}
.black {
  background-color: black;
}
.sq-corners {
  border-radius: 0;
}
.rounded-circle {
  border-radius: 50%;
}
.rounded-pill {
  border-radius: 30px;
}
.rounded-0 {
  border-radius: 0;
}
.rounded-sm {
  border-radius: 3px;
}
.rounded-left-sm {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.rounded-right-sm {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
.rounded {
  border-radius: 4px;
}
.rounded-lg {
  border-radius: 6px;
}
.border-0 {
  border: 0;
}
.border {
  border: 1px solid #e6e6e6;
}
.border-right {
  border-right: 1px solid #e6e6e6;
}
.border-top-0 {
  border-top: 0 !important;
}
.border-top {
  border-top: 1px solid #e6e6e6;
}
.border-bottom-0 {
  border-bottom: 0 !important;
}
.border-bottom {
  border-bottom: 1px solid #e6e6e6;
}
.border-width-2 {
  border-width: 2px !important;
}
.border-muted {
  border-color: #e6e6e6;
}
.border-tone {
  border-color: #d6d6d6 !important;
}
.container-sm {
  max-width: 740px;
}
.container-md {
  max-width: 960px;
}
.d-none {
  display: none !important;
}
@media (min-width: 320px) {
  .d-xs-none {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .d-lg-none {
    display: none !important;
  }
}
.d-block {
  display: block;
}
@media (min-width: 320px) {
  .d-xs-block {
    display: block !important;
  }
}
@media (min-width: 768px) {
  .d-sm-block {
    display: block !important;
  }
}
@media (min-width: 992px) {
  .d-md-block {
    display: block  !important;
  }
}
.d-inline-block {
  display: inline-block;
}
@media (min-width: 1200px) {
  .d-md-inline-block {
    display: inline-block;
  }
}
.d-flex {
  display: flex;
}
.d-flex-important {
  display: -webkit-flex !important;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
@media (min-width: 320px) {
  .d-xs-flex {
    display: -webkit-box;
    /* OLD iOS Safari */
    display: -ms-flexbox;
    /* IE 10 */
    display: -webkit-flex;
    /* NEW Safari iOS*/
    display: flex;
  }
}
@media (min-width: 768px) {
  .d-sm-flex {
    display: -webkit-box;
    /* OLD iOS Safari */
    display: -ms-flexbox;
    /* IE 10 */
    display: -webkit-flex;
    /* NEW Safari iOS*/
    display: flex;
  }
}
@media (min-width: 992px) {
  .d-md-flex {
    display: -webkit-box;
    /* OLD iOS Safari */
    display: -ms-flexbox;
    /* IE 10 */
    display: -webkit-flex;
    /* NEW Safari iOS*/
    display: flex;
  }
}
.d-inline-flex {
  display: inline-flex;
}
.flex-column {
  flex-direction: column;
}
.flex-column-reverse {
  flex-direction: column-reverse;
}
@media (min-width: 320px) {
  .flex-xs-column {
    flex-direction: column;
  }
}
@media (min-width: 768px) {
  .flex-sm-column {
    flex-direction: column;
  }
}
.flex-row {
  flex-direction: row;
}
@media (min-width: 320px) {
  .flex-xs-row {
    flex-direction: row;
  }
}
@media (min-width: 768px) {
  .flex-sm-row {
    flex-direction: row;
  }
}
@media (min-width: 992px) {
  .flex-md-row {
    flex-direction: row;
  }
}
.flex-wrap {
  flex-wrap: wrap;
}
@media (min-width: 992px) {
  .flex-md-wrap {
    flex-wrap: wrap;
  }
}
.flex-1 {
  flex: 1;
}
.flex-50 {
  flex: 50%;
}
.flex-grow-0 {
  flex-grow: 0;
}
.flex-grow-1 {
  flex-grow: 1;
}
.flex-shrink-0 {
  flex-shrink: 0;
}
.flex-shrink-1 {
  flex-shrink: 1;
}
.flex-basis-auto {
  flex: 0 0 auto;
}
.flex-basis-100 {
  flex: 0 0 100%;
}
@media (min-width: 768px) {
  .flex-sm-basis-auto {
    flex: 0 0 auto;
  }
}
@media (min-width: 768px) {
  .flex-sm-basis-100 {
    flex: 0 0 100%;
  }
}
.align-items-start {
  align-items: flex-start;
}
.align-items-end {
  align-items: flex-end;
}
.align-items-center {
  align-items: center;
}
.align-items-stretch {
  align-items: stretch;
}
@media (min-width: 320px) {
  .align-items-xs-start {
    align-items: flex-start;
  }
}
@media (min-width: 320px) {
  .align-items-xs-center {
    align-items: center;
  }
}
@media (min-width: 768px) {
  .align-items-sm-start {
    align-items: flex-start;
  }
}
@media (min-width: 768px) {
  .align-items-sm-end {
    align-items: flex-end;
  }
}
@media (min-width: 768px) {
  .align-items-sm-center {
    align-items: center;
  }
}
@media (min-width: 992px) {
  .align-items-md-start {
    align-items: flex-start;
  }
}
@media (min-width: 992px) {
  .align-items-md-end {
    align-items: flex-end;
  }
}
@media (min-width: 992px) {
  .align-items-md-center {
    align-items: center;
  }
}
@media (min-width: 1200px) {
  .align-items-lg-start {
    align-items: flex-start;
  }
}
@media (min-width: 1200px) {
  .align-items-lg-end {
    align-items: flex-end;
  }
}
.align-content-start {
  align-content: flex-start;
}
.align-self-start {
  align-self: start;
}
.align-self-center {
  align-self: center;
}
@media (min-width: 768px) {
  .align-self-sm-auto {
    align-self: auto;
  }
}
.justify-content-start {
  justify-content: flex-start;
}
.justify-content-center {
  justify-content: center;
}
.justify-content-end {
  justify-content: flex-end;
}
.justify-content-space-between {
  justify-content: space-between;
}
@media (min-width: 320px) {
  .justify-content-xs-center {
    justify-content: center;
  }
}
@media (min-width: 320px) {
  .justify-content-xs-end {
    justify-content: flex-end;
  }
}
@media (min-width: 320px) {
  .justify-content-xs-space-between {
    justify-content: space-between;
  }
}
@media (min-width: 768px) {
  .justify-content-sm-start {
    justify-content: flex-start;
  }
}
@media (min-width: 768px) {
  .justify-content-sm-center {
    justify-content: center;
  }
}
.flexbox-container {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  align-items: center;
}
.display-1 {
  font-size: 32px;
}
@media screen and (min-width: 768px) {
  .display-1 {
    font-size: 64px;
  }
}
.display-2 {
  font-size: 28px;
}
@media screen and (min-width: 768px) {
  .display-2 {
    font-size: 56px;
  }
}
.h-100 {
  min-height: 100%;
}
.vh-15 {
  min-height: 15vh;
}
.vh-25 {
  min-height: 25vh;
}
.vh-50 {
  min-height: 50vh;
}
.vh-75 {
  min-height: 75vh;
}
.vh-100 {
  min-height: 100vh;
}
@media (max-width: 767px) {
  .min-height-sm-down-auto {
    min-height: auto !important;
  }
}
img {
  max-width: 100%;
  height: auto;
}
.img-cover {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.row {
  margin-left: -10px;
  margin-right: -10px;
}
.row > [class*='col-'] {
  padding-right: 10px;
  padding-left: 10px;
}
@media (min-width: 768px) {
  .row-flex {
    display: flex;
    /* equal height of the children */
    min-height: 100%;
  }
}
.gutter-spacing-0 {
  margin-left: 0;
  margin-right: 0;
}
.gutter-spacing-0 > [class*='col-'] {
  padding-right: 0;
  padding-left: 0;
}
.gutter-spacing-1 {
  margin-left: -5px;
  margin-right: -5px;
}
.gutter-spacing-1 > [class*='col-'] {
  padding-right: 5px;
  padding-left: 5px;
}
.gutter-spacing-2 {
  margin-left: -10px;
  margin-right: -10px;
}
.gutter-spacing-2 > [class*='col-'] {
  padding-right: 10px;
  padding-left: 10px;
}
.gutter-spacing-3 {
  margin-left: -20px;
  margin-right: -20px;
}
.gutter-spacing-3 > [class*='col-'] {
  padding-right: 20px;
  padding-left: 20px;
}
.w-100 {
  width: 100%;
}
.w-95 {
  width: 95%;
}
.w-90 {
  width: 90%;
}
.w-75 {
  width: 75%;
}
.w-50 {
  width: 50%;
}
.w-25 {
  width: 25%;
}
.h-100 {
  height: 100%!important;
}
.h-75 {
  height: 75%;
}
.h-85 {
  height: 85%;
}
.h-50 {
  height: 50%;
}
.w-fit-content {
  width: fit-content;
}
.h-fit-content {
  height: fit-content;
}
@media (max-width: 768px) {
  .w-xs-90 {
    width: 90%;
  }
}
@media (min-width: 768px) {
  .w-sm-100 {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .w-sm-75 {
    width: 75%;
  }
}
@media (min-width: 768px) {
  .w-sm-50 {
    width: 50%;
  }
}
.last-col-width-auto > *:last-of-type {
  width: auto !important;
}
html,
body,
main-block {
  height: 100%;
}
body {
  -webkit-font-smoothing: subpixel-antialiased;
}
body > * {
  flex-shrink: 0;
}
.list-group > .list-group .list-group-item:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.list-mr-1 {
  margin-right: 5px;
}
.list-mr-1:last-of-type {
  margin-right: 0;
}
.list-mr-2 {
  margin-right: 10px;
}
.list-mr-2:last-of-type {
  margin-right: 0;
}
.list-mr-3 {
  margin-right: 20px;
}
.list-mr-3:last-of-type {
  margin-right: 0;
}
.list-mr-4 {
  margin-right: 30px;
}
.list-mr-4:last-of-type {
  margin-right: 0;
}
.list-mb-1 {
  margin-bottom: 5px;
}
.list-mb-1:last-of-type {
  margin-bottom: 0;
}
.list-mb-2 {
  margin-bottom: 10px;
}
.list-mb-2:last-of-type {
  margin-bottom: 0;
}
.list-mb-3 {
  margin-bottom: 20px;
}
.list-mb-3:last-of-type {
  margin-bottom: 0;
}
.opacity-0 {
  opacity: 0;
}
.opacity-33 {
  opacity: 0.33;
}
.opacity-50 {
  opacity: 0.5;
}
.opacity-66 {
  opacity: 0.66;
}
.overflow-hidden {
  overflow: hidden !important;
}
.overflow-y-scroll {
  overflow-y: scroll;
}
.overflow-x-scroll {
  overflow-x: scroll;
}
.overflow-x-auto {
  overflow-x: auto;
}
.relative {
  position: relative;
}
.static {
  position: static;
}
.fixed {
  position: fixed;
}
.sticky {
  position: sticky;
}
.pos {
  position: absolute;
}
@media (min-width: 992px) {
  .pos-md {
    position: absolute;
  }
}
.pos-0 {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.pos-t-0 {
  top: 0;
}
.pos-t-1 {
  top: 5px;
}
.pos-r-0 {
  right: 0;
}
.pos-r-1 {
  right: 5px;
}
.pos-r-2 {
  right: 10px;
}
.pos-r-3 {
  right: 13px;
}
.pos-b-0 {
  bottom: 0;
}
.pos-b-1 {
  bottom: 5px;
}
.pos-b-n30 {
  bottom: -30px;
}
.pos-l-0 {
  left: 0;
}
.pos-l-1 {
  left: 5px;
}
.pos-l-n29 {
  left: -29px;
}
.pos-r-n5 {
  right: -40px;
}
.pos-l-n5 {
  left: -40px;
}
.pos-t-n10 {
  top: -10px;
}
.pos-rel-l-3 {
  position: relative;
  left: 3px;
}
.pos-cover {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.pos-middle {
  transform: translateY(-50%);
  top: 50%;
}
.pos-center {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.pos-t-toolbar-present {
  top: 42px;
}
.pos-t-toolbar-alert {
  top: 84px;
}
.z-index-n1 {
  z-index: -1;
}
.z-index-1 {
  z-index: 1;
}
.z-index-100 {
  z-index: 100;
}
.z-index-1000 {
  z-index: 1000;
}
.z-index-10000 {
  z-index: 10000;
}
.z-index-navbar {
  z-index: 1000;
}
.z-index-toolbar {
  z-index: 1001;
}
.avoid-column-break {
  overflow: hidden;
  -webkit-column-break-inside: avoid;
  -moz-column-break-inside: avoid;
  -o-column-break-inside: avoid;
  -ms-column-break-inside: avoid;
  break-inside: avoid-column;
}
.box-shadow {
  box-shadow: 0px -2px 12px 2px rgba(0, 0, 0, 0.5);
}
.box-shadow-top {
  box-shadow: 0px 2px 12px 2px rgba(0, 0, 0, 0.2);
}
.box-shadow-xl {
  box-shadow: 0 15px 60px -10px #000000;
}
.m-0 {
  margin: 0 !important;
}
.mt-0,
.my-0 {
  margin-top: 0 !important;
}
.mr-0,
.mx-0 {
  margin-right: 0 !important;
}
.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}
.ml-0,
.mx-0 {
  margin-left: 0 !important;
}
.m-1 {
  margin: 5px !important;
}
.mt-1,
.my-1 {
  margin-top: 5px !important;
}
.mr-1,
.mx-1 {
  margin-right: 5px !important;
}
.mb-1,
.my-1 {
  margin-bottom: 5px !important;
}
.ml-1,
.mx-1 {
  margin-left: 5px !important;
}
.m-2 {
  margin: 10px !important;
}
.mt-2,
.my-2 {
  margin-top: 10px !important;
}
.mr-2,
.mx-2 {
  margin-right: 10px !important;
}
.mb-2,
.my-2 {
  margin-bottom: 10px !important;
}
.ml-2,
.mx-2 {
  margin-left: 10px !important;
}
.m-3 {
  margin: 20px !important;
}
.mt-3,
.my-3 {
  margin-top: 20px !important;
}
.mr-3,
.mx-3 {
  margin-right: 20px !important;
}
.mb-3,
.my-3 {
  margin-bottom: 20px !important;
}
.ml-3,
.mx-3 {
  margin-left: 20px !important;
}
.m-4 {
  margin: 30px !important;
}
.mt-4,
.my-4 {
  margin-top: 30px !important;
}
.mr-4,
.mx-4 {
  margin-right: 30px !important;
}
.mb-4,
.my-4 {
  margin-bottom: 30px !important;
}
.ml-4,
.mx-4 {
  margin-left: 30px !important;
}
.m-5 {
  margin: 40px !important;
}
.mt-5,
.my-5 {
  margin-top: 40px !important;
}
.mr-5,
.mx-5 {
  margin-right: 40px !important;
}
.mb-5,
.my-5 {
  margin-bottom: 40px !important;
}
.ml-5,
.mx-5 {
  margin-left: 40px !important;
}
.m-6 {
  margin: 50px !important;
}
.mt-6,
.my-6 {
  margin-top: 50px !important;
}
.mr-6,
.mx-6 {
  margin-right: 50px !important;
}
.mb-6,
.my-6 {
  margin-bottom: 50px !important;
}
.ml-6,
.mx-6 {
  margin-left: 50px !important;
}
.m-7 {
  margin: 60px !important;
}
.mt-7,
.my-7 {
  margin-top: 60px !important;
}
.mr-7,
.mx-7 {
  margin-right: 60px !important;
}
.mb-7,
.my-7 {
  margin-bottom: 60px !important;
}
.ml-7,
.mx-7 {
  margin-left: 60px !important;
}
.m-8 {
  margin: 70px !important;
}
.mt-8,
.my-8 {
  margin-top: 70px !important;
}
.mr-8,
.mx-8 {
  margin-right: 70px !important;
}
.mb-8,
.my-8 {
  margin-bottom: 70px !important;
}
.ml-8,
.mx-8 {
  margin-left: 70px !important;
}
.m-9 {
  margin: 80px !important;
}
.mt-9,
.my-9 {
  margin-top: 80px !important;
}
.mr-9,
.mx-9 {
  margin-right: 80px !important;
}
.mb-9,
.my-9 {
  margin-bottom: 80px !important;
}
.ml-9,
.mx-9 {
  margin-left: 80px !important;
}
.m-10 {
  margin: 90px !important;
}
.mt-10,
.my-10 {
  margin-top: 90px !important;
}
.mr-10,
.mx-10 {
  margin-right: 90px !important;
}
.mb-10,
.my-10 {
  margin-bottom: 90px !important;
}
.ml-10,
.mx-10 {
  margin-left: 90px !important;
}
.m-auto {
  margin: auto !important;
}
.mt-auto,
.my-auto {
  margin-top: auto !important;
}
.mr-auto,
.mx-auto {
  margin-right: auto !important;
}
.mb-auto,
.my-auto {
  margin-bottom: auto !important;
}
.ml-auto,
.mx-auto {
  margin-left: auto !important;
}
@media (min-width: 320px) {
  .m-xs-0 {
    margin: 0 !important;
  }
  .mt-xs-0,
  .my-xs-0 {
    margin-top: 0 !important;
  }
  .mr-xs-0,
  .mx-xs-0 {
    margin-right: 0 !important;
  }
  .mb-xs-0,
  .my-xs-0 {
    margin-bottom: 0 !important;
  }
  .ml-xs-0,
  .mx-xs-0 {
    margin-left: 0 !important;
  }
  .m-xs-1 {
    margin: 5px !important;
  }
  .mt-xs-1,
  .my-xs-1 {
    margin-top: 5px !important;
  }
  .mr-xs-1,
  .mx-xs-1 {
    margin-right: 5px !important;
  }
  .mb-xs-1,
  .my-xs-1 {
    margin-bottom: 5px !important;
  }
  .ml-xs-1,
  .mx-xs-1 {
    margin-left: 5px !important;
  }
  .m-xs-2 {
    margin: 10px !important;
  }
  .mt-xs-2,
  .my-xs-2 {
    margin-top: 10px !important;
  }
  .mr-xs-2,
  .mx-xs-2 {
    margin-right: 10px !important;
  }
  .mb-xs-2,
  .my-xs-2 {
    margin-bottom: 10px !important;
  }
  .ml-xs-2,
  .mx-xs-2 {
    margin-left: 10px !important;
  }
  .m-xs-3 {
    margin: 20px !important;
  }
  .mt-xs-3,
  .my-xs-3 {
    margin-top: 20px !important;
  }
  .mr-xs-3,
  .mx-xs-3 {
    margin-right: 20px !important;
  }
  .mb-xs-3,
  .my-xs-3 {
    margin-bottom: 20px !important;
  }
  .ml-xs-3,
  .mx-xs-3 {
    margin-left: 20px !important;
  }
  .m-xs-4 {
    margin: 30px !important;
  }
  .mt-xs-4,
  .my-xs-4 {
    margin-top: 30px !important;
  }
  .mr-xs-4,
  .mx-xs-4 {
    margin-right: 30px !important;
  }
  .mb-xs-4,
  .my-xs-4 {
    margin-bottom: 30px !important;
  }
  .ml-xs-4,
  .mx-xs-4 {
    margin-left: 30px !important;
  }
  .m-xs-5 {
    margin: 40px !important;
  }
  .mt-xs-5,
  .my-xs-5 {
    margin-top: 40px !important;
  }
  .mr-xs-5,
  .mx-xs-5 {
    margin-right: 40px !important;
  }
  .mb-xs-5,
  .my-xs-5 {
    margin-bottom: 40px !important;
  }
  .ml-xs-5,
  .mx-xs-5 {
    margin-left: 40px !important;
  }
  .m-xs-6 {
    margin: 50px !important;
  }
  .mt-xs-6,
  .my-xs-6 {
    margin-top: 50px !important;
  }
  .mr-xs-6,
  .mx-xs-6 {
    margin-right: 50px !important;
  }
  .mb-xs-6,
  .my-xs-6 {
    margin-bottom: 50px !important;
  }
  .ml-xs-6,
  .mx-xs-6 {
    margin-left: 50px !important;
  }
  .m-xs-7 {
    margin: 60px !important;
  }
  .mt-xs-7,
  .my-xs-7 {
    margin-top: 60px !important;
  }
  .mr-xs-7,
  .mx-xs-7 {
    margin-right: 60px !important;
  }
  .mb-xs-7,
  .my-xs-7 {
    margin-bottom: 60px !important;
  }
  .ml-xs-7,
  .mx-xs-7 {
    margin-left: 60px !important;
  }
  .m-xs-8 {
    margin: 70px !important;
  }
  .mt-xs-8,
  .my-xs-8 {
    margin-top: 70px !important;
  }
  .mr-xs-8,
  .mx-xs-8 {
    margin-right: 70px !important;
  }
  .mb-xs-8,
  .my-xs-8 {
    margin-bottom: 70px !important;
  }
  .ml-xs-8,
  .mx-xs-8 {
    margin-left: 70px !important;
  }
  .m-xs-9 {
    margin: 80px !important;
  }
  .mt-xs-9,
  .my-xs-9 {
    margin-top: 80px !important;
  }
  .mr-xs-9,
  .mx-xs-9 {
    margin-right: 80px !important;
  }
  .mb-xs-9,
  .my-xs-9 {
    margin-bottom: 80px !important;
  }
  .ml-xs-9,
  .mx-xs-9 {
    margin-left: 80px !important;
  }
  .m-xs-10 {
    margin: 90px !important;
  }
  .mt-xs-10,
  .my-xs-10 {
    margin-top: 90px !important;
  }
  .mr-xs-10,
  .mx-xs-10 {
    margin-right: 90px !important;
  }
  .mb-xs-10,
  .my-xs-10 {
    margin-bottom: 90px !important;
  }
  .ml-xs-10,
  .mx-xs-10 {
    margin-left: 90px !important;
  }
  .m-xs-auto {
    margin: auto !important;
  }
  .mt-xs-auto,
  .my-xs-auto {
    margin-top: auto !important;
  }
  .mr-xs-auto,
  .mx-xs-auto {
    margin-right: auto !important;
  }
  .mb-xs-auto,
  .my-xs-auto {
    margin-bottom: auto !important;
  }
  .ml-xs-auto,
  .mx-xs-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 768px) {
  .m-sm-0 {
    margin: 0 !important;
  }
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important;
  }
  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important;
  }
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important;
  }
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important;
  }
  .m-sm-1 {
    margin: 5px !important;
  }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 5px !important;
  }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 5px !important;
  }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 5px !important;
  }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 5px !important;
  }
  .m-sm-2 {
    margin: 10px !important;
  }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 10px !important;
  }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 10px !important;
  }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 10px !important;
  }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 10px !important;
  }
  .m-sm-3 {
    margin: 20px !important;
  }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 20px !important;
  }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 20px !important;
  }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 20px !important;
  }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 20px !important;
  }
  .m-sm-4 {
    margin: 30px !important;
  }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 30px !important;
  }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 30px !important;
  }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 30px !important;
  }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 30px !important;
  }
  .m-sm-5 {
    margin: 40px !important;
  }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 40px !important;
  }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 40px !important;
  }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 40px !important;
  }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 40px !important;
  }
  .m-sm-6 {
    margin: 50px !important;
  }
  .mt-sm-6,
  .my-sm-6 {
    margin-top: 50px !important;
  }
  .mr-sm-6,
  .mx-sm-6 {
    margin-right: 50px !important;
  }
  .mb-sm-6,
  .my-sm-6 {
    margin-bottom: 50px !important;
  }
  .ml-sm-6,
  .mx-sm-6 {
    margin-left: 50px !important;
  }
  .m-sm-7 {
    margin: 60px !important;
  }
  .mt-sm-7,
  .my-sm-7 {
    margin-top: 60px !important;
  }
  .mr-sm-7,
  .mx-sm-7 {
    margin-right: 60px !important;
  }
  .mb-sm-7,
  .my-sm-7 {
    margin-bottom: 60px !important;
  }
  .ml-sm-7,
  .mx-sm-7 {
    margin-left: 60px !important;
  }
  .m-sm-8 {
    margin: 70px !important;
  }
  .mt-sm-8,
  .my-sm-8 {
    margin-top: 70px !important;
  }
  .mr-sm-8,
  .mx-sm-8 {
    margin-right: 70px !important;
  }
  .mb-sm-8,
  .my-sm-8 {
    margin-bottom: 70px !important;
  }
  .ml-sm-8,
  .mx-sm-8 {
    margin-left: 70px !important;
  }
  .m-sm-9 {
    margin: 80px !important;
  }
  .mt-sm-9,
  .my-sm-9 {
    margin-top: 80px !important;
  }
  .mr-sm-9,
  .mx-sm-9 {
    margin-right: 80px !important;
  }
  .mb-sm-9,
  .my-sm-9 {
    margin-bottom: 80px !important;
  }
  .ml-sm-9,
  .mx-sm-9 {
    margin-left: 80px !important;
  }
  .m-sm-10 {
    margin: 90px !important;
  }
  .mt-sm-10,
  .my-sm-10 {
    margin-top: 90px !important;
  }
  .mr-sm-10,
  .mx-sm-10 {
    margin-right: 90px !important;
  }
  .mb-sm-10,
  .my-sm-10 {
    margin-bottom: 90px !important;
  }
  .ml-sm-10,
  .mx-sm-10 {
    margin-left: 90px !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important;
  }
  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important;
  }
  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 992px) {
  .m-md-0 {
    margin: 0 !important;
  }
  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important;
  }
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important;
  }
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important;
  }
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important;
  }
  .m-md-1 {
    margin: 5px !important;
  }
  .mt-md-1,
  .my-md-1 {
    margin-top: 5px !important;
  }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 5px !important;
  }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 5px !important;
  }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 5px !important;
  }
  .m-md-2 {
    margin: 10px !important;
  }
  .mt-md-2,
  .my-md-2 {
    margin-top: 10px !important;
  }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 10px !important;
  }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 10px !important;
  }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 10px !important;
  }
  .m-md-3 {
    margin: 20px !important;
  }
  .mt-md-3,
  .my-md-3 {
    margin-top: 20px !important;
  }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 20px !important;
  }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 20px !important;
  }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 20px !important;
  }
  .m-md-4 {
    margin: 30px !important;
  }
  .mt-md-4,
  .my-md-4 {
    margin-top: 30px !important;
  }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 30px !important;
  }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 30px !important;
  }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 30px !important;
  }
  .m-md-5 {
    margin: 40px !important;
  }
  .mt-md-5,
  .my-md-5 {
    margin-top: 40px !important;
  }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 40px !important;
  }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 40px !important;
  }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 40px !important;
  }
  .m-md-6 {
    margin: 50px !important;
  }
  .mt-md-6,
  .my-md-6 {
    margin-top: 50px !important;
  }
  .mr-md-6,
  .mx-md-6 {
    margin-right: 50px !important;
  }
  .mb-md-6,
  .my-md-6 {
    margin-bottom: 50px !important;
  }
  .ml-md-6,
  .mx-md-6 {
    margin-left: 50px !important;
  }
  .m-md-7 {
    margin: 60px !important;
  }
  .mt-md-7,
  .my-md-7 {
    margin-top: 60px !important;
  }
  .mr-md-7,
  .mx-md-7 {
    margin-right: 60px !important;
  }
  .mb-md-7,
  .my-md-7 {
    margin-bottom: 60px !important;
  }
  .ml-md-7,
  .mx-md-7 {
    margin-left: 60px !important;
  }
  .m-md-8 {
    margin: 70px !important;
  }
  .mt-md-8,
  .my-md-8 {
    margin-top: 70px !important;
  }
  .mr-md-8,
  .mx-md-8 {
    margin-right: 70px !important;
  }
  .mb-md-8,
  .my-md-8 {
    margin-bottom: 70px !important;
  }
  .ml-md-8,
  .mx-md-8 {
    margin-left: 70px !important;
  }
  .m-md-9 {
    margin: 80px !important;
  }
  .mt-md-9,
  .my-md-9 {
    margin-top: 80px !important;
  }
  .mr-md-9,
  .mx-md-9 {
    margin-right: 80px !important;
  }
  .mb-md-9,
  .my-md-9 {
    margin-bottom: 80px !important;
  }
  .ml-md-9,
  .mx-md-9 {
    margin-left: 80px !important;
  }
  .m-md-10 {
    margin: 90px !important;
  }
  .mt-md-10,
  .my-md-10 {
    margin-top: 90px !important;
  }
  .mr-md-10,
  .mx-md-10 {
    margin-right: 90px !important;
  }
  .mb-md-10,
  .my-md-10 {
    margin-bottom: 90px !important;
  }
  .ml-md-10,
  .mx-md-10 {
    margin-left: 90px !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important;
  }
  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important;
  }
  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important;
  }
  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1200px) {
  .m-lg-0 {
    margin: 0 !important;
  }
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important;
  }
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important;
  }
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important;
  }
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important;
  }
  .m-lg-1 {
    margin: 5px !important;
  }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 5px !important;
  }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 5px !important;
  }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 5px !important;
  }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 5px !important;
  }
  .m-lg-2 {
    margin: 10px !important;
  }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 10px !important;
  }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 10px !important;
  }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 10px !important;
  }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 10px !important;
  }
  .m-lg-3 {
    margin: 20px !important;
  }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 20px !important;
  }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 20px !important;
  }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 20px !important;
  }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 20px !important;
  }
  .m-lg-4 {
    margin: 30px !important;
  }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 30px !important;
  }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 30px !important;
  }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 30px !important;
  }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 30px !important;
  }
  .m-lg-5 {
    margin: 40px !important;
  }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 40px !important;
  }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 40px !important;
  }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 40px !important;
  }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 40px !important;
  }
  .m-lg-6 {
    margin: 50px !important;
  }
  .mt-lg-6,
  .my-lg-6 {
    margin-top: 50px !important;
  }
  .mr-lg-6,
  .mx-lg-6 {
    margin-right: 50px !important;
  }
  .mb-lg-6,
  .my-lg-6 {
    margin-bottom: 50px !important;
  }
  .ml-lg-6,
  .mx-lg-6 {
    margin-left: 50px !important;
  }
  .m-lg-7 {
    margin: 60px !important;
  }
  .mt-lg-7,
  .my-lg-7 {
    margin-top: 60px !important;
  }
  .mr-lg-7,
  .mx-lg-7 {
    margin-right: 60px !important;
  }
  .mb-lg-7,
  .my-lg-7 {
    margin-bottom: 60px !important;
  }
  .ml-lg-7,
  .mx-lg-7 {
    margin-left: 60px !important;
  }
  .m-lg-8 {
    margin: 70px !important;
  }
  .mt-lg-8,
  .my-lg-8 {
    margin-top: 70px !important;
  }
  .mr-lg-8,
  .mx-lg-8 {
    margin-right: 70px !important;
  }
  .mb-lg-8,
  .my-lg-8 {
    margin-bottom: 70px !important;
  }
  .ml-lg-8,
  .mx-lg-8 {
    margin-left: 70px !important;
  }
  .m-lg-9 {
    margin: 80px !important;
  }
  .mt-lg-9,
  .my-lg-9 {
    margin-top: 80px !important;
  }
  .mr-lg-9,
  .mx-lg-9 {
    margin-right: 80px !important;
  }
  .mb-lg-9,
  .my-lg-9 {
    margin-bottom: 80px !important;
  }
  .ml-lg-9,
  .mx-lg-9 {
    margin-left: 80px !important;
  }
  .m-lg-10 {
    margin: 90px !important;
  }
  .mt-lg-10,
  .my-lg-10 {
    margin-top: 90px !important;
  }
  .mr-lg-10,
  .mx-lg-10 {
    margin-right: 90px !important;
  }
  .mb-lg-10,
  .my-lg-10 {
    margin-bottom: 90px !important;
  }
  .ml-lg-10,
  .mx-lg-10 {
    margin-left: 90px !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important;
  }
  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important;
  }
  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important;
  }
}
.p-0 {
  padding: 0 !important;
}
.pt-0,
.py-0 {
  padding-top: 0 !important;
}
.pr-0,
.px-0 {
  padding-right: 0 !important;
}
.pb-0,
.py-0 {
  padding-bottom: 0 !important;
}
.pl-0,
.px-0 {
  padding-left: 0 !important;
}
.p-1 {
  padding: 5px !important;
}
.pt-1,
.py-1 {
  padding-top: 5px !important;
}
.pr-1,
.px-1 {
  padding-right: 5px !important;
}
.pb-1,
.py-1 {
  padding-bottom: 5px !important;
}
.pl-1,
.px-1 {
  padding-left: 5px !important;
}
.p-2 {
  padding: 10px !important;
}
.pt-2,
.py-2 {
  padding-top: 10px !important;
}
.pr-2,
.px-2 {
  padding-right: 10px !important;
}
.pb-2,
.py-2 {
  padding-bottom: 10px !important;
}
.pl-2,
.px-2 {
  padding-left: 10px !important;
}
.p-3 {
  padding: 20px !important;
}
.pt-3,
.py-3 {
  padding-top: 20px !important;
}
.pr-3,
.px-3 {
  padding-right: 20px !important;
}
.pb-3,
.py-3 {
  padding-bottom: 20px !important;
}
.pl-3,
.px-3 {
  padding-left: 20px !important;
}
.p-4 {
  padding: 30px !important;
}
.pt-4,
.py-4 {
  padding-top: 30px !important;
}
.pr-4,
.px-4 {
  padding-right: 30px !important;
}
.pb-4,
.py-4 {
  padding-bottom: 30px !important;
}
.pl-4,
.px-4 {
  padding-left: 30px !important;
}
.p-5 {
  padding: 40px !important;
}
.pt-5,
.py-5 {
  padding-top: 40px !important;
}
.pr-5,
.px-5 {
  padding-right: 40px !important;
}
.pb-5,
.py-5 {
  padding-bottom: 40px !important;
}
.pl-5,
.px-5 {
  padding-left: 40px !important;
}
.p-6 {
  padding: 50px !important;
}
.pt-6,
.py-6 {
  padding-top: 50px !important;
}
.pr-6,
.px-6 {
  padding-right: 50px !important;
}
.pb-6,
.py-6 {
  padding-bottom: 50px !important;
}
.pl-6,
.px-6 {
  padding-left: 50px !important;
}
.p-7 {
  padding: 60px !important;
}
.pt-7,
.py-7 {
  padding-top: 60px !important;
}
.pr-7,
.px-7 {
  padding-right: 60px !important;
}
.pb-7,
.py-7 {
  padding-bottom: 60px !important;
}
.pl-7,
.px-7 {
  padding-left: 60px !important;
}
.p-8 {
  padding: 70px !important;
}
.pt-8,
.py-8 {
  padding-top: 70px !important;
}
.pr-8,
.px-8 {
  padding-right: 70px !important;
}
.pb-8,
.py-8 {
  padding-bottom: 70px !important;
}
.pl-8,
.px-8 {
  padding-left: 70px !important;
}
.p-9 {
  padding: 80px !important;
}
.pt-9,
.py-9 {
  padding-top: 80px !important;
}
.pr-9,
.px-9 {
  padding-right: 80px !important;
}
.pb-9,
.py-9 {
  padding-bottom: 80px !important;
}
.pl-9,
.px-9 {
  padding-left: 80px !important;
}
.p-10 {
  padding: 90px !important;
}
.pt-10,
.py-10 {
  padding-top: 90px !important;
}
.pr-10,
.px-10 {
  padding-right: 90px !important;
}
.pb-10,
.py-10 {
  padding-bottom: 90px !important;
}
.pl-10,
.px-10 {
  padding-left: 90px !important;
}
@media (min-width: 320px) {
  .p-xs-0 {
    padding: 0 !important;
  }
  .pt-xs-0,
  .py-xs-0 {
    padding-top: 0 !important;
  }
  .pr-xs-0,
  .px-xs-0 {
    padding-right: 0 !important;
  }
  .pb-xs-0,
  .py-xs-0 {
    padding-bottom: 0 !important;
  }
  .pl-xs-0,
  .px-xs-0 {
    padding-left: 0 !important;
  }
  .p-xs-1 {
    padding: 5px !important;
  }
  .pt-xs-1,
  .py-xs-1 {
    padding-top: 5px !important;
  }
  .pr-xs-1,
  .px-xs-1 {
    padding-right: 5px !important;
  }
  .pb-xs-1,
  .py-xs-1 {
    padding-bottom: 5px !important;
  }
  .pl-xs-1,
  .px-xs-1 {
    padding-left: 5px !important;
  }
  .p-xs-2 {
    padding: 10px !important;
  }
  .pt-xs-2,
  .py-xs-2 {
    padding-top: 10px !important;
  }
  .pr-xs-2,
  .px-xs-2 {
    padding-right: 10px !important;
  }
  .pb-xs-2,
  .py-xs-2 {
    padding-bottom: 10px !important;
  }
  .pl-xs-2,
  .px-xs-2 {
    padding-left: 10px !important;
  }
  .p-xs-3 {
    padding: 20px !important;
  }
  .pt-xs-3,
  .py-xs-3 {
    padding-top: 20px !important;
  }
  .pr-xs-3,
  .px-xs-3 {
    padding-right: 20px !important;
  }
  .pb-xs-3,
  .py-xs-3 {
    padding-bottom: 20px !important;
  }
  .pl-xs-3,
  .px-xs-3 {
    padding-left: 20px !important;
  }
  .p-xs-4 {
    padding: 30px !important;
  }
  .pt-xs-4,
  .py-xs-4 {
    padding-top: 30px !important;
  }
  .pr-xs-4,
  .px-xs-4 {
    padding-right: 30px !important;
  }
  .pb-xs-4,
  .py-xs-4 {
    padding-bottom: 30px !important;
  }
  .pl-xs-4,
  .px-xs-4 {
    padding-left: 30px !important;
  }
  .p-xs-5 {
    padding: 40px !important;
  }
  .pt-xs-5,
  .py-xs-5 {
    padding-top: 40px !important;
  }
  .pr-xs-5,
  .px-xs-5 {
    padding-right: 40px !important;
  }
  .pb-xs-5,
  .py-xs-5 {
    padding-bottom: 40px !important;
  }
  .pl-xs-5,
  .px-xs-5 {
    padding-left: 40px !important;
  }
  .p-xs-6 {
    padding: 50px !important;
  }
  .pt-xs-6,
  .py-xs-6 {
    padding-top: 50px !important;
  }
  .pr-xs-6,
  .px-xs-6 {
    padding-right: 50px !important;
  }
  .pb-xs-6,
  .py-xs-6 {
    padding-bottom: 50px !important;
  }
  .pl-xs-6,
  .px-xs-6 {
    padding-left: 50px !important;
  }
  .p-xs-7 {
    padding: 60px !important;
  }
  .pt-xs-7,
  .py-xs-7 {
    padding-top: 60px !important;
  }
  .pr-xs-7,
  .px-xs-7 {
    padding-right: 60px !important;
  }
  .pb-xs-7,
  .py-xs-7 {
    padding-bottom: 60px !important;
  }
  .pl-xs-7,
  .px-xs-7 {
    padding-left: 60px !important;
  }
  .p-xs-8 {
    padding: 70px !important;
  }
  .pt-xs-8,
  .py-xs-8 {
    padding-top: 70px !important;
  }
  .pr-xs-8,
  .px-xs-8 {
    padding-right: 70px !important;
  }
  .pb-xs-8,
  .py-xs-8 {
    padding-bottom: 70px !important;
  }
  .pl-xs-8,
  .px-xs-8 {
    padding-left: 70px !important;
  }
  .p-xs-9 {
    padding: 80px !important;
  }
  .pt-xs-9,
  .py-xs-9 {
    padding-top: 80px !important;
  }
  .pr-xs-9,
  .px-xs-9 {
    padding-right: 80px !important;
  }
  .pb-xs-9,
  .py-xs-9 {
    padding-bottom: 80px !important;
  }
  .pl-xs-9,
  .px-xs-9 {
    padding-left: 80px !important;
  }
  .p-xs-10 {
    padding: 90px !important;
  }
  .pt-xs-10,
  .py-xs-10 {
    padding-top: 90px !important;
  }
  .pr-xs-10,
  .px-xs-10 {
    padding-right: 90px !important;
  }
  .pb-xs-10,
  .py-xs-10 {
    padding-bottom: 90px !important;
  }
  .pl-xs-10,
  .px-xs-10 {
    padding-left: 90px !important;
  }
}
@media (min-width: 768px) {
  .p-sm-0 {
    padding: 0 !important;
  }
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important;
  }
  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important;
  }
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important;
  }
  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important;
  }
  .p-sm-1 {
    padding: 5px !important;
  }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 5px !important;
  }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 5px !important;
  }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 5px !important;
  }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 5px !important;
  }
  .p-sm-2 {
    padding: 10px !important;
  }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 10px !important;
  }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 10px !important;
  }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 10px !important;
  }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 10px !important;
  }
  .p-sm-3 {
    padding: 20px !important;
  }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 20px !important;
  }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 20px !important;
  }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 20px !important;
  }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 20px !important;
  }
  .p-sm-4 {
    padding: 30px !important;
  }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 30px !important;
  }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 30px !important;
  }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 30px !important;
  }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 30px !important;
  }
  .p-sm-5 {
    padding: 40px !important;
  }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 40px !important;
  }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 40px !important;
  }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 40px !important;
  }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 40px !important;
  }
  .p-sm-6 {
    padding: 50px !important;
  }
  .pt-sm-6,
  .py-sm-6 {
    padding-top: 50px !important;
  }
  .pr-sm-6,
  .px-sm-6 {
    padding-right: 50px !important;
  }
  .pb-sm-6,
  .py-sm-6 {
    padding-bottom: 50px !important;
  }
  .pl-sm-6,
  .px-sm-6 {
    padding-left: 50px !important;
  }
  .p-sm-7 {
    padding: 60px !important;
  }
  .pt-sm-7,
  .py-sm-7 {
    padding-top: 60px !important;
  }
  .pr-sm-7,
  .px-sm-7 {
    padding-right: 60px !important;
  }
  .pb-sm-7,
  .py-sm-7 {
    padding-bottom: 60px !important;
  }
  .pl-sm-7,
  .px-sm-7 {
    padding-left: 60px !important;
  }
  .p-sm-8 {
    padding: 70px !important;
  }
  .pt-sm-8,
  .py-sm-8 {
    padding-top: 70px !important;
  }
  .pr-sm-8,
  .px-sm-8 {
    padding-right: 70px !important;
  }
  .pb-sm-8,
  .py-sm-8 {
    padding-bottom: 70px !important;
  }
  .pl-sm-8,
  .px-sm-8 {
    padding-left: 70px !important;
  }
  .p-sm-9 {
    padding: 80px !important;
  }
  .pt-sm-9,
  .py-sm-9 {
    padding-top: 80px !important;
  }
  .pr-sm-9,
  .px-sm-9 {
    padding-right: 80px !important;
  }
  .pb-sm-9,
  .py-sm-9 {
    padding-bottom: 80px !important;
  }
  .pl-sm-9,
  .px-sm-9 {
    padding-left: 80px !important;
  }
  .p-sm-10 {
    padding: 90px !important;
  }
  .pt-sm-10,
  .py-sm-10 {
    padding-top: 90px !important;
  }
  .pr-sm-10,
  .px-sm-10 {
    padding-right: 90px !important;
  }
  .pb-sm-10,
  .py-sm-10 {
    padding-bottom: 90px !important;
  }
  .pl-sm-10,
  .px-sm-10 {
    padding-left: 90px !important;
  }
}
@media (min-width: 992px) {
  .p-md-0 {
    padding: 0 !important;
  }
  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important;
  }
  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important;
  }
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important;
  }
  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important;
  }
  .p-md-1 {
    padding: 5px !important;
  }
  .pt-md-1,
  .py-md-1 {
    padding-top: 5px !important;
  }
  .pr-md-1,
  .px-md-1 {
    padding-right: 5px !important;
  }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 5px !important;
  }
  .pl-md-1,
  .px-md-1 {
    padding-left: 5px !important;
  }
  .p-md-2 {
    padding: 10px !important;
  }
  .pt-md-2,
  .py-md-2 {
    padding-top: 10px !important;
  }
  .pr-md-2,
  .px-md-2 {
    padding-right: 10px !important;
  }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 10px !important;
  }
  .pl-md-2,
  .px-md-2 {
    padding-left: 10px !important;
  }
  .p-md-3 {
    padding: 20px !important;
  }
  .pt-md-3,
  .py-md-3 {
    padding-top: 20px !important;
  }
  .pr-md-3,
  .px-md-3 {
    padding-right: 20px !important;
  }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 20px !important;
  }
  .pl-md-3,
  .px-md-3 {
    padding-left: 20px !important;
  }
  .p-md-4 {
    padding: 30px !important;
  }
  .pt-md-4,
  .py-md-4 {
    padding-top: 30px !important;
  }
  .pr-md-4,
  .px-md-4 {
    padding-right: 30px !important;
  }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 30px !important;
  }
  .pl-md-4,
  .px-md-4 {
    padding-left: 30px !important;
  }
  .p-md-5 {
    padding: 40px !important;
  }
  .pt-md-5,
  .py-md-5 {
    padding-top: 40px !important;
  }
  .pr-md-5,
  .px-md-5 {
    padding-right: 40px !important;
  }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 40px !important;
  }
  .pl-md-5,
  .px-md-5 {
    padding-left: 40px !important;
  }
  .p-md-6 {
    padding: 50px !important;
  }
  .pt-md-6,
  .py-md-6 {
    padding-top: 50px !important;
  }
  .pr-md-6,
  .px-md-6 {
    padding-right: 50px !important;
  }
  .pb-md-6,
  .py-md-6 {
    padding-bottom: 50px !important;
  }
  .pl-md-6,
  .px-md-6 {
    padding-left: 50px !important;
  }
  .p-md-7 {
    padding: 60px !important;
  }
  .pt-md-7,
  .py-md-7 {
    padding-top: 60px !important;
  }
  .pr-md-7,
  .px-md-7 {
    padding-right: 60px !important;
  }
  .pb-md-7,
  .py-md-7 {
    padding-bottom: 60px !important;
  }
  .pl-md-7,
  .px-md-7 {
    padding-left: 60px !important;
  }
  .p-md-8 {
    padding: 70px !important;
  }
  .pt-md-8,
  .py-md-8 {
    padding-top: 70px !important;
  }
  .pr-md-8,
  .px-md-8 {
    padding-right: 70px !important;
  }
  .pb-md-8,
  .py-md-8 {
    padding-bottom: 70px !important;
  }
  .pl-md-8,
  .px-md-8 {
    padding-left: 70px !important;
  }
  .p-md-9 {
    padding: 80px !important;
  }
  .pt-md-9,
  .py-md-9 {
    padding-top: 80px !important;
  }
  .pr-md-9,
  .px-md-9 {
    padding-right: 80px !important;
  }
  .pb-md-9,
  .py-md-9 {
    padding-bottom: 80px !important;
  }
  .pl-md-9,
  .px-md-9 {
    padding-left: 80px !important;
  }
  .p-md-10 {
    padding: 90px !important;
  }
  .pt-md-10,
  .py-md-10 {
    padding-top: 90px !important;
  }
  .pr-md-10,
  .px-md-10 {
    padding-right: 90px !important;
  }
  .pb-md-10,
  .py-md-10 {
    padding-bottom: 90px !important;
  }
  .pl-md-10,
  .px-md-10 {
    padding-left: 90px !important;
  }
}
@media (min-width: 1200px) {
  .p-lg-0 {
    padding: 0 !important;
  }
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important;
  }
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important;
  }
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important;
  }
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important;
  }
  .p-lg-1 {
    padding: 5px !important;
  }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 5px !important;
  }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 5px !important;
  }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 5px !important;
  }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 5px !important;
  }
  .p-lg-2 {
    padding: 10px !important;
  }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 10px !important;
  }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 10px !important;
  }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 10px !important;
  }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 10px !important;
  }
  .p-lg-3 {
    padding: 20px !important;
  }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 20px !important;
  }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 20px !important;
  }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 20px !important;
  }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 20px !important;
  }
  .p-lg-4 {
    padding: 30px !important;
  }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 30px !important;
  }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 30px !important;
  }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 30px !important;
  }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 30px !important;
  }
  .p-lg-5 {
    padding: 40px !important;
  }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 40px !important;
  }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 40px !important;
  }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 40px !important;
  }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 40px !important;
  }
  .p-lg-6 {
    padding: 50px !important;
  }
  .pt-lg-6,
  .py-lg-6 {
    padding-top: 50px !important;
  }
  .pr-lg-6,
  .px-lg-6 {
    padding-right: 50px !important;
  }
  .pb-lg-6,
  .py-lg-6 {
    padding-bottom: 50px !important;
  }
  .pl-lg-6,
  .px-lg-6 {
    padding-left: 50px !important;
  }
  .p-lg-7 {
    padding: 60px !important;
  }
  .pt-lg-7,
  .py-lg-7 {
    padding-top: 60px !important;
  }
  .pr-lg-7,
  .px-lg-7 {
    padding-right: 60px !important;
  }
  .pb-lg-7,
  .py-lg-7 {
    padding-bottom: 60px !important;
  }
  .pl-lg-7,
  .px-lg-7 {
    padding-left: 60px !important;
  }
  .p-lg-8 {
    padding: 70px !important;
  }
  .pt-lg-8,
  .py-lg-8 {
    padding-top: 70px !important;
  }
  .pr-lg-8,
  .px-lg-8 {
    padding-right: 70px !important;
  }
  .pb-lg-8,
  .py-lg-8 {
    padding-bottom: 70px !important;
  }
  .pl-lg-8,
  .px-lg-8 {
    padding-left: 70px !important;
  }
  .p-lg-9 {
    padding: 80px !important;
  }
  .pt-lg-9,
  .py-lg-9 {
    padding-top: 80px !important;
  }
  .pr-lg-9,
  .px-lg-9 {
    padding-right: 80px !important;
  }
  .pb-lg-9,
  .py-lg-9 {
    padding-bottom: 80px !important;
  }
  .pl-lg-9,
  .px-lg-9 {
    padding-left: 80px !important;
  }
  .p-lg-10 {
    padding: 90px !important;
  }
  .pt-lg-10,
  .py-lg-10 {
    padding-top: 90px !important;
  }
  .pr-lg-10,
  .px-lg-10 {
    padding-right: 90px !important;
  }
  .pb-lg-10,
  .py-lg-10 {
    padding-bottom: 90px !important;
  }
  .pl-lg-10,
  .px-lg-10 {
    padding-left: 90px !important;
  }
}
body {
  fill: #222222;
}
.inline-svg {
  float: left;
}
.font-family-body {
  font-family: 'Arvo', Arial, Verdana, sans-serif !important;
  font-size: 15px;
  font-weight: normal;
  letter-spacing: 0;
  text-transform: none;
  font-style: normal;
}
.font-family-heading {
  font-family: 'Montserrat', Arial, sans-serif !important;
}
.font-weight-normal {
  font-weight: normal;
}
.font-weight-bold,
.text-bold {
  font-weight: bold;
}
.text-italic {
  font-style: italic;
}
.text-capitalize {
  text-transform: capitalize;
}
.word-break-all {
  word-break: break-all;
}
.break-word {
  word-break: break-word;
}
.truncate {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.white-space-normal {
  white-space: normal;
}
.white-space-nowrap,
.text-nowrap {
  white-space: nowrap;
}
.text-overflow {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media (min-width: 992px) {
  .h1-md {
    font-size: 42px !important;
  }
}
@media (max-width: 992px) {
  .text-xs-small {
    font-size: 13px !important;
  }
  .text-xs-small * {
    font-size: 13px !important;
  }
}
@media (max-width: 992px) {
  .text-xs-medium {
    font-size: 15px !important;
  }
  .text-xs-medium * {
    font-size: 15px !important;
  }
}
.text-small {
  font-size: 13px !important;
}
.text-small * {
  font-size: 13px !important;
}
.text-size-reset {
  font-size: 15px !important;
}
.text-size-reset * {
  font-size: 15px !important;
}
.text-size-medium {
  font-size: 18px !important;
}
.text-size-medium * {
  font-size: 18px !important;
}
.text-large {
  font-size: 20px !important;
}
@media (min-width: 320px) {
  .text-xs-left {
    text-align: left;
  }
}
@media (max-width: 768px) {
  .text-xs-center {
    text-align: center;
    margin: auto;
  }
}
@media (max-width: 992px) {
  .text-md-center {
    text-align: center;
    margin: auto;
  }
}
@media (min-width: 768px) {
  .text-sm-left {
    text-align: left;
  }
}
.text-body {
  color: #222222 !important;
  fill: #222222 !important;
}
a.text-body:hover,
a:hover .text-body,
a.text-body:focus,
a:focus .text-body {
  color: #000000 !important;
  fill: #000000 !important;
}
.text-light {
  color: #f1f1f1 !important;
  fill: #f1f1f1 !important;
}
a.text-light:hover,
a:hover .text-light,
a.text-light:focus,
a:focus .text-light {
  color: #cbcbcb !important;
  fill: #cbcbcb !important;
}
.text-medium-light {
  color: #BFBFC9;
}
.text-dark {
  color: #333333 !important;
  fill: #333333 !important;
}
a.text-dark:hover,
a:hover .text-dark,
a.text-dark:focus,
a:focus .text-dark {
  color: #0d0d0d !important;
  fill: #0d0d0d !important;
}
.text-primary-counter {
  color: #ffffff !important;
  fill: #ffffff !important;
}
a.text-primary-counter:hover,
a:hover .text-primary-counter,
a.text-primary-counter:focus,
a:focus .text-primary-counter {
  color: #d9d9d9 !important;
  fill: #d9d9d9 !important;
}
.text-primary-desaturate {
  color: #191919 !important;
  fill: #191919 !important;
}
a.text-primary-desaturate:hover,
a:hover .text-primary-desaturate,
a.text-primary-desaturate:focus,
a:focus .text-primary-desaturate {
  color: #000000 !important;
  fill: #000000 !important;
}
.text-secondary {
  color: #1a4066 !important;
  fill: #1a4066 !important;
}
a.text-secondary:hover,
a:hover .text-secondary,
a.text-secondary:focus,
a:focus .text-secondary {
  color: #0a1a29 !important;
  fill: #0a1a29 !important;
}
.text-secondary-counter {
  color: #ffffff !important;
  fill: #ffffff !important;
}
a.text-secondary-counter:hover,
a:hover .text-secondary-counter,
a.text-secondary-counter:focus,
a:focus .text-secondary-counter {
  color: #d9d9d9 !important;
  fill: #d9d9d9 !important;
}
.text-secondary-desaturate {
  color: #404040 !important;
  fill: #404040 !important;
}
a.text-secondary-desaturate:hover,
a:hover .text-secondary-desaturate,
a.text-secondary-desaturate:focus,
a:focus .text-secondary-desaturate {
  color: #1a1a1a !important;
  fill: #1a1a1a !important;
}
.text-ui-primary {
  color: #333333 !important;
  fill: #333333 !important;
}
a.text-ui-primary:hover,
a:hover .text-ui-primary,
a.text-ui-primary:focus,
a:focus .text-ui-primary {
  color: #0d0d0d !important;
  fill: #0d0d0d !important;
}
.line-height-1 {
  line-height: 1 !important;
}
.line-height-2 {
  line-height: 1.1 !important;
}
.line-height-3 {
  line-height: 1.2;
}
.line-height-reset {
  line-height: 1.55 !important;
}
.line-height-reset > * {
  line-height: 1.55 !important;
}
.last-item-margin-bottom-0 > *:last-of-type {
  margin-bottom: 0;
}
.letter-spacing-1 {
  letter-spacing: .1rem;
}
.primaryColor {
  color: #191919;
}
.secondaryColor {
  color: #1a4066;
}
.tertiaryColor {
  color: #e6e6e6;
}
.rotate-180 {
  transform: rotateZ(180deg);
}
@media screen and (min-color-index: 0) and (-webkit-min-device-pixel-ratio: 0) {
  .program-list.row:before,
  .staff-members.row:before {
    content: normal;
  }
  #user_list .row:before {
    content: normal;
  }
}
@media not all and (min-resolution: 0.001dpcm) {
  .program-list.row:before,
  .staff-members.row:before {
    content: normal;
  }
  .js-block-container .d-flex .row:before,
  .js-block-container .d-flex .row:after {
    content: normal !important;
  }
  #user_list .row:before {
    content: normal;
  }
}
@media not all and (min-resolution: 0.001dpcm) and (min-width: 768px) {
  .footer .d-sm-flex.row:before {
    content: normal !important;
  }
}
@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  .program.d-flex {
    display: block!important;
    min-width: 340px !important;
    max-width: 340px !important;
  }
  .program.d-flex .d-flex {
    display: block !important;
  }
  .topbar-right {
    justify-content: flex-start;
  }
}
.system :not([class^="tm-"]) > * {
  font-family: 'Inter', sans-serif;
  font-weight: 400;
}
.system h1:not([class^="tm-"]),
.system h2:not([class^="tm-"]),
.system h3:not([class^="tm-"]),
.system h4:not([class^="tm-"]),
.system h5:not([class^="tm-"]),
.system h6:not([class^="tm-"]),
.system .h1,
.system .h2,
.system .h3,
.system .h4,
.system .h5,
.system .h6 {
  font-family: 'Inter', sans-serif;
  font-weight: 700;
  text-transform: uppercase;
}
.system h1:not([class^="tm-"]),
.system .h1 {
  font-size: 42px;
}
.system h2:not([class^="tm-"]),
.system .h2 {
  font-size: 36px;
}
.system h3:not([class^="tm-"]),
.system .h3 {
  font-size: 24px;
}
.system h4:not([class^="tm-"]),
.system .h4 {
  font-size: 18px;
}
.system h5:not([class^="tm-"]),
.system .h5 {
  font-size: 16px;
}
.system h6:not([class^="tm-"]),
.system .h6 {
  font-size: 14px;
}
.system p:not([class^="tm-"]) {
  font-size: 18px;
}
.system [class^='icon-'],
.system [class*="icon icon-"] {
  font-family: FontAwesome;
}
.system .material-icons {
  font-family: 'Material Icons';
}
.system #ace-editor,
.system .ace_editor * {
  font-family: 'Monaco', 'Menlo', 'Ubuntu Mono', 'Consolas', 'source-code-pro', monospace;
}
#tooltip {
  font-family: 'Inter', sans-serif;
}
#tooltip {
  background-color: #000;
  color: white;
  padding: 5px 10px;
  border-radius: 4px;
  font-size: 13px;
  z-index: -10;
  opacity: 0;
}
#tooltip[data-show] {
  transition: opacity 0.3s;
  -webkit-transition: opacity 0.3s;
  opacity: 1;
  z-index: 10000;
}
#arrow,
#arrow::before {
  position: absolute;
  width: 8px;
  height: 8px;
  background: inherit;
}
#arrow {
  visibility: hidden;
}
#arrow::before {
  visibility: visible;
  content: '';
  transform: rotate(45deg);
}
#tooltip[data-popper-placement^='top'] > #arrow {
  bottom: -4px;
}
#tooltip[data-popper-placement^='bottom'] > #arrow {
  top: -4px;
}
#tooltip[data-popper-placement^='left'] > #arrow {
  right: -4px;
}
#tooltip[data-popper-placement^='right'] > #arrow {
  left: -4px;
}
.preview-playfair-display-pairing .content {
  font-family: 'Open Sans', Arial, sans-serif;
  font-size: 15px;
  font-weight: normal;
  line-height: 1.55;
}
.preview-playfair-display-pairing .footer {
  font-family: 'Open Sans', Arial, sans-serif;
  font-size: 15px;
  font-weight: normal;
  line-height: 1.55;
}
.preview-playfair-display-pairing .main-menu-list .menu-link {
  font-family: 'Playfair Display', serif;
  font-weight: 500;
  letter-spacing: 0;
  display: block;
  padding-top: 5px;
  padding-bottom: 5px;
  white-space: nowrap;
  text-transform: uppercase;
}
.preview-playfair-display-pairing h1,
.preview-playfair-display-pairing h2,
.preview-playfair-display-pairing h3,
.preview-playfair-display-pairing h4,
.preview-playfair-display-pairing h5,
.preview-playfair-display-pairing h6,
.preview-playfair-display-pairing .header-heading,
.preview-playfair-display-pairing .header-subheading,
.preview-playfair-display-pairing .footer-heading {
  font-family: 'Playfair Display', serif;
  font-weight: 500;
  line-height: 1;
  text-transform: none;
  letter-spacing: 0;
}
.preview-playfair-display-pairing .js-sortable-top h1,
.preview-playfair-display-pairing h2,
.preview-playfair-display-pairing h3,
.preview-playfair-display-pairing h4,
.preview-playfair-display-pairing h5,
.preview-playfair-display-pairing h6,
.preview-playfair-display-pairing .h1,
.preview-playfair-display-pairing .h2,
.preview-playfair-display-pairing .h3,
.preview-playfair-display-pairing .h4,
.preview-playfair-display-pairing h5,
.preview-playfair-display-pairing .h6 {
  font-family: 'Playfair Display', serif;
  font-weight: 500;
  line-height: 1;
  text-transform: none;
  letter-spacing: 0;
}
.preview-playfair-display-pairing .header-heading {
  margin-top: 0;
  margin-bottom: 0;
  line-height: 1;
}
.preview-playfair-display-pairing .header-subheading {
  font-family: 'Playfair Display', serif;
  font-weight: 500;
  line-height: 1;
  text-transform: none;
  letter-spacing: 0;
}
.preview-playfair-display-pairing .footer-heading {
  text-transform: uppercase;
}
.preview-playfair-display-pairing .btn {
  font-family: 'Playfair Display', serif;
  font-weight: 500;
  font-style: italic;
  letter-spacing: 1px;
  text-transform: none;
  font-size: inherit;
  line-height: 1.55;
}
.preview-playfair-display-pairing .btn-lg {
  padding: 10px 16px;
  font-size: 20px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.preview-playfair-display-pairing .btn-sm {
  font-size: 13px;
  line-height: 1.5;
}
.preview-oswald-pairing .content {
  font-family: 'Source Sans Pro', serif !important;
}
.preview-oswald-pairing .main-menu-list .menu-link {
  font-family: 'Oswald', Arial, sans-serif;
  font-weight: 400;
  letter-spacing: 4px;
  display: block;
  padding-top: 5px;
  padding-bottom: 5px;
  white-space: nowrap;
  text-transform: uppercase;
}
.preview-oswald-pairing h1,
.preview-oswald-pairing h2,
.preview-oswald-pairing h3,
.preview-oswald-pairing h4,
.preview-oswald-pairing h5,
.preview-oswald-pairing h6,
.preview-oswald-pairing .header-heading,
.preview-oswald-pairing .header-subheading,
.preview-oswald-pairing .footer-heading {
  font-family: 'Oswald', Arial, sans-serif !important;
  text-transform: uppercase;
}
.preview-oswald-pairing .js-sortable-top h1,
.preview-oswald-pairing h2,
.preview-oswald-pairing h3,
.preview-oswald-pairing h4,
.preview-oswald-pairing h5,
.preview-oswald-pairing h6,
.preview-oswald-pairing .h1,
.preview-oswald-pairing .h2,
.preview-oswald-pairing .h3,
.preview-oswald-pairing .h4,
.preview-oswald-pairing h5,
.preview-oswald-pairing .h6 {
  font-family: 'Oswald', Arial, sans-serif !important;
  text-transform: uppercase;
  font-weight: 400;
  letter-spacing: 4px;
}
.preview-oswald-pairing .header-heading,
.preview-oswald-pairing .footer-heading {
  font-weight: 400;
  letter-spacing: 4px;
}
.preview-oswald-pairing .btn {
  font-family: 'Oswald', Arial, sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 90%;
  line-height: 1.55;
}
.preview-oswald-pairing .footer {
  font-family: 'Source Sans Pro', serif !important;
}
.preview-oswald-pairing .btn-lg {
  font-size: 110%;
}
.preview-roboto-slab-pairing .content {
  font-family: 'Roboto', Arial, Verdana, sans-serif;
  font-size: 15px;
  line-height: 1.55;
}
.preview-roboto-slab-pairing .footer {
  font-family: 'Roboto', Arial, Verdana, sans-serif;
  font-size: 15px;
  line-height: 1.55;
}
.preview-roboto-slab-pairing .main-menu-list .menu-link {
  font-family: 'Roboto Slab', Arial, sans-serif;
  font-weight: 700;
  letter-spacing: 0;
  display: block;
  padding-top: 5px;
  padding-bottom: 5px;
  white-space: nowrap;
  text-transform: uppercase;
}
.preview-roboto-slab-pairing h1,
.preview-roboto-slab-pairing h2,
.preview-roboto-slab-pairing h3,
.preview-roboto-slab-pairing h4,
.preview-roboto-slab-pairing h5,
.preview-roboto-slab-pairing h6,
.preview-roboto-slab-pairing .header-heading,
.preview-roboto-slab-pairing .header-subheading,
.preview-roboto-slab-pairing .footer-heading {
  font-family: 'Roboto Slab', Arial, sans-serif;
  font-weight: 700 !important;
  line-height: 1;
  text-transform: none;
  letter-spacing: 0;
}
.preview-roboto-slab-pairing .js-sortable-top h1,
.preview-roboto-slab-pairing h2,
.preview-roboto-slab-pairing h3,
.preview-roboto-slab-pairing h4,
.preview-roboto-slab-pairing h5,
.preview-roboto-slab-pairing h6,
.preview-roboto-slab-pairing .h1,
.preview-roboto-slab-pairing .h2,
.preview-roboto-slab-pairing .h3,
.preview-roboto-slab-pairing .h4,
.preview-roboto-slab-pairing h5,
.preview-roboto-slab-pairing .h6 {
  font-family: 'Roboto Slab', Arial, sans-serif;
  font-weight: 700 !important;
  line-height: 1;
  text-transform: none;
  letter-spacing: 0;
}
.preview-roboto-slab-pairing .btn {
  font-family: 'Roboto Slab', Arial, sans-serif;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0;
  text-transform: none;
  line-height: 1.55;
}
.preview-roboto-slab-pairing .btn-lg {
  padding: 10px 16px;
  font-size: 20px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.preview-roboto-slab-pairing .btn-sm {
  font-size: 13px;
  line-height: 1.5;
}
.preview-source-serif-pro-pairing .content {
  font-family: 'Source Sans Pro', serif;
  font-size: 15px;
  line-height: 1.55;
}
.preview-source-serif-pro-pairing .footer {
  font-family: 'Source Sans Pro', serif;
  font-size: 15px;
  line-height: 1.55;
}
.preview-source-serif-pro-pairing .main-menu-list .menu-link {
  font-family: 'Source Serif Pro', Arial, Verdana, sans-serif;
  font-weight: 500;
  letter-spacing: 0;
  display: block;
  padding-top: 5px;
  padding-bottom: 5px;
  white-space: nowrap;
  text-transform: uppercase;
}
.preview-source-serif-pro-pairing h1,
.preview-source-serif-pro-pairing h2,
.preview-source-serif-pro-pairing h3,
.preview-source-serif-pro-pairing h4,
.preview-source-serif-pro-pairing h5,
.preview-source-serif-pro-pairing h6,
.preview-source-serif-pro-pairing .header-heading,
.preview-source-serif-pro-pairing .header-subheading,
.preview-source-serif-pro-pairing .footer-heading {
  font-family: 'Source Serif Pro', Arial, Verdana, sans-serif;
  font-weight: 500;
  line-height: 1.3;
  text-transform: none;
  letter-spacing: 0;
}
.preview-source-serif-pro-pairing .js-sortable-top h1,
.preview-source-serif-pro-pairing h2,
.preview-source-serif-pro-pairing h3,
.preview-source-serif-pro-pairing h4,
.preview-source-serif-pro-pairing h5,
.preview-source-serif-pro-pairing h6,
.preview-source-serif-pro-pairing .h1,
.preview-source-serif-pro-pairing .h2,
.preview-source-serif-pro-pairing .h3,
.preview-source-serif-pro-pairing .h4,
.preview-source-serif-pro-pairing h5,
.preview-source-serif-pro-pairing .h6 {
  font-family: 'Source Serif Pro', Arial, Verdana, sans-serif;
  font-weight: 500;
  line-height: 1.3;
  text-transform: none;
  letter-spacing: 0;
}
.preview-source-serif-pro-pairing .btn {
  font-family: 'Source Serif Pro', Arial, Verdana, sans-serif;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0;
  text-transform: none;
  font-size: inherit;
  line-height: 1.55;
}
.preview-source-serif-pro-pairing .btn-lg {
  padding: 10px 16px;
  font-size: 20px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.preview-source-serif-pro-pairing .btn-sm {
  font-size: 13px;
  line-height: 1.5;
}
.preview-merriweather-pairing .content {
  font-family: 'Merriweather Sans', serif;
  font-size: 15px;
  line-height: 1.55;
}
.preview-merriweather-pairing .footer {
  font-family: 'Merriweather Sans', serif;
  font-size: 15px;
  line-height: 1.55;
}
.preview-merriweather-pairing .main-menu-list .menu-link {
  font-family: 'Merriweather', Arial, sans-serif;
  font-weight: 500;
  letter-spacing: 0;
  display: block;
  padding-top: 5px;
  padding-bottom: 5px;
  white-space: nowrap;
  text-transform: uppercase;
}
.preview-merriweather-pairing h1,
.preview-merriweather-pairing h2,
.preview-merriweather-pairing h3,
.preview-merriweather-pairing h4,
.preview-merriweather-pairing h5,
.preview-merriweather-pairing h6,
.preview-merriweather-pairing .header-heading,
.preview-merriweather-pairing .header-subheading,
.preview-merriweather-pairing .footer-heading {
  font-family: 'Merriweather', Arial, sans-serif;
  font-weight: 500;
  line-height: 1;
  text-transform: none;
  letter-spacing: 0;
  color: inherit;
  font-style: inherit;
}
.preview-merriweather-pairing .js-sortable-top h1,
.preview-merriweather-pairing h2,
.preview-merriweather-pairing h3,
.preview-merriweather-pairing h4,
.preview-merriweather-pairing h5,
.preview-merriweather-pairing h6,
.preview-merriweather-pairing .h1,
.preview-merriweather-pairing .h2,
.preview-merriweather-pairing .h3,
.preview-merriweather-pairing .h4,
.preview-merriweather-pairing h5,
.preview-merriweather-pairing .h6 {
  font-family: 'Merriweather', Arial, sans-serif;
  font-weight: 500;
  line-height: 1;
  text-transform: none;
  letter-spacing: 0;
  color: inherit;
  font-style: inherit;
}
.preview-merriweather-pairing .btn {
  font-family: 'Merriweather', Arial, sans-serif;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0;
  text-transform: none;
  line-height: 1.55;
}
.preview-merriweather-pairing .btn-lg {
  padding: 10px 16px;
  font-size: 20px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.preview-merriweather-pairing .btn-sm {
  font-size: 13px;
  line-height: 1.5;
}
.preview-poppins-pairing .content {
  font-family: 'Source Sans Pro', serif;
  font-size: 15px;
  line-height: 1.55;
}
.preview-poppins-pairing .footer {
  font-family: 'Source Sans Pro', serif;
  font-size: 15px;
  line-height: 1.55;
}
.preview-poppins-pairing .main-menu-list .menu-link {
  font-family: 'Poppins', Arial, Verdana, sans-serif;
  font-weight: 600;
  letter-spacing: 0px;
  display: block;
  padding-top: 5px;
  padding-bottom: 5px;
  white-space: nowrap;
  text-transform: uppercase;
}
.preview-poppins-pairing h1,
.preview-poppins-pairing h2,
.preview-poppins-pairing h3,
.preview-poppins-pairing h4,
.preview-poppins-pairing h5,
.preview-poppins-pairing h6,
.preview-poppins-pairing .header-heading,
.preview-poppins-pairing .header-subheading,
.preview-poppins-pairing .footer-heading {
  font-family: 'Poppins', Arial, Verdana, sans-serif;
  font-weight: 600;
  line-height: 1;
  text-transform: none;
  letter-spacing: 0px;
  color: inherit;
  font-style: inherit;
}
.preview-poppins-pairing .js-sortable-top h1,
.preview-poppins-pairing h2,
.preview-poppins-pairing h3,
.preview-poppins-pairing h4,
.preview-poppins-pairing h5,
.preview-poppins-pairing h6,
.preview-poppins-pairing .h1,
.preview-poppins-pairing .h2,
.preview-poppins-pairing .h3,
.preview-poppins-pairing .h4,
.preview-poppins-pairing h5,
.preview-poppins-pairing .h6 {
  font-family: 'Poppins', Arial, Verdana, sans-serif;
  font-weight: 600;
  line-height: 1;
  text-transform: none;
  letter-spacing: 0px;
  color: inherit;
  font-style: inherit;
}
.preview-poppins-pairing .btn {
  font-family: 'Poppins', Arial, Verdana, sans-serif;
  font-weight: 600;
  font-style: normal;
  letter-spacing: 0px;
  text-transform: none;
  line-height: 1.55;
}
.preview-poppins-pairing .btn-lg {
  padding: 10px 16px;
  font-size: 20px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.preview-poppins-pairing .btn-sm {
  font-size: 13px;
  line-height: 1.5;
}
.preview-montserrat-pairing .content {
  font-family: 'Arvo', Arial, Verdana, sans-serif;
  font-size: 15px;
  line-height: 1.55;
}
.preview-montserrat-pairing .footer {
  font-family: 'Arvo', Arial, Verdana, sans-serif;
  font-size: 15px;
  line-height: 1.55;
}
.preview-montserrat-pairing .main-menu-list .menu-link {
  font-family: 'Montserrat', Arial, sans-serif;
  font-weight: 600;
  letter-spacing: 0px;
  display: block;
  padding-top: 5px;
  padding-bottom: 5px;
  white-space: nowrap;
  text-transform: uppercase;
}
.preview-montserrat-pairing h1,
.preview-montserrat-pairing h2,
.preview-montserrat-pairing h3,
.preview-montserrat-pairing h4,
.preview-montserrat-pairing h5,
.preview-montserrat-pairing h6,
.preview-montserrat-pairing .header-heading,
.preview-montserrat-pairing .header-subheading,
.preview-montserrat-pairing .footer-heading {
  font-family: 'Montserrat', Arial, sans-serif;
  font-weight: 700;
  line-height: 1;
  text-transform: none;
  letter-spacing: 0px;
  color: inherit;
  font-style: inherit;
}
.preview-montserrat-pairing .js-sortable-top h1,
.preview-montserrat-pairing h2,
.preview-montserrat-pairing h3,
.preview-montserrat-pairing h4,
.preview-montserrat-pairing h5,
.preview-montserrat-pairing h6,
.preview-montserrat-pairing .h1,
.preview-montserrat-pairing .h2,
.preview-montserrat-pairing .h3,
.preview-montserrat-pairing .h4,
.preview-montserrat-pairing h5,
.preview-montserrat-pairing .h6 {
  font-family: 'Montserrat', Arial, sans-serif;
  font-weight: 700;
  line-height: 1;
  text-transform: none;
  letter-spacing: 0px;
  color: inherit;
  font-style: inherit;
}
.preview-montserrat-pairing .btn {
  font-family: 'Montserrat', Arial, sans-serif;
  font-weight: 600;
  font-style: normal;
  letter-spacing: 0.5px;
  text-transform: none;
  font-size: inherit;
  line-height: 1.55;
}
.preview-montserrat-pairing .btn-lg {
  padding: 10px 16px;
  font-size: 20px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.preview-montserrat-pairing .btn-sm {
  font-size: 13px;
  line-height: 1.5;
}
.palette {
  width: 75px;
  height: 75px;
  overflow: hidden;
  font-size: 0;
  border: 1px #bbb solid;
}
.palette .palette-colors {
  width: 100px;
}
.palette .palette-colors .palette-color {
  display: inline-block;
  height: 75px;
  width: 25px;
}
.logo-offset-default {
  padding-top: 70px !important;
}
@media screen and (min-width: 992px) {
  .logo-offset-default {
    padding-top: 145px !important;
  }
}
.logo-offset-default.topbar-offset {
  padding-top: 110px !important;
}
@media screen and (min-width: 992px) {
  .logo-offset-default.topbar-offset {
    padding-top: 185px !important;
  }
}
.logo-offset-small {
  padding-top: 58px !important;
}
@media screen and (min-width: 992px) {
  .logo-offset-small {
    padding-top: 121px !important;
  }
}
.logo-offset-small.topbar-offset {
  padding-top: 98px !important;
}
@media screen and (min-width: 992px) {
  .logo-offset-small.topbar-offset {
    padding-top: 161px !important;
  }
}
.logo-offset-large {
  padding-top: 100px !important;
}
@media screen and (min-width: 992px) {
  .logo-offset-large {
    padding-top: 205px !important;
  }
}
.logo-offset-large.topbar-offset {
  padding-top: 140px !important;
}
@media screen and (min-width: 992px) {
  .logo-offset-large.topbar-offset {
    padding-top: 245px !important;
  }
}
.logo-offset-extra-large {
  padding-top: 125px !important;
}
@media screen and (min-width: 992px) {
  .logo-offset-extra-large {
    padding-top: 255px !important;
  }
}
.logo-offset-extra-large.topbar-offset {
  padding-top: 165px !important;
}
@media screen and (min-width: 992px) {
  .logo-offset-extra-large.topbar-offset {
    padding-top: 295px !important;
  }
}
.js-block-color-form {
  max-width: 250px;
}
.block-user-dropdown .dropdown-menu {
  background-color: white!important;
}
.block-user-dropdown a {
  color: #333333!important;
}
.block-layout-thumbnail {
  display: flex;
  align-items: center;
  width: 98px;
  height: 61px;
  margin-bottom: 5px;
  border: 1px solid #808080;
  background-color: #ffffff;
  border-radius: 2px;
  overflow: hidden;
}
input[type=radio]:checked ~ .block-layout-thumbnail {
  border-color: rgba(255, 255, 255, 0.5);
  box-shadow: 0 0 0 3px #333333;
}
.block-upload-photo-input {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}
.js-create-block-btn {
  margin-top: -10px;
  padding: 3px;
  box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.16), 3px 3px 6px rgba(0, 0, 0, 0.23);
}
.block-content-edit-btn,
.block-element-edit-btn,
.js-add-block-element-btn svg {
  box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.16), 3px 3px 6px rgba(0, 0, 0, 0.23);
}
.block-contained {
  margin-top: 70px;
  margin-bottom: 70px;
}
.block-contained .js-create-block-btn {
  margin-top: 61px;
}
.block-contained .create-block-top-btn .js-create-block-btn {
  margin-top: -83.5px !important;
}
.js-add-block-element-btn svg {
  padding: 3px;
  box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.16), 3px 3px 6px rgba(0, 0, 0, 0.23);
}
.js-create-block-toolbar {
  width: 350px;
}
.js-create-block-toolbar a {
  color: inherit;
}
.js-create-block-types-list {
  max-height: 300px;
  overflow: scroll;
  /** Show scroll for create block toolbar */
}
.js-create-block-types-list::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 7px;
}
.js-create-block-types-list::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background-color: rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 1px rgba(255, 255, 255, 0.5);
}
.js-select-block-type-btn,
.js-create-first-block-btn {
  text-align: left;
}
.js-select-block-type-btn:hover,
.js-create-first-block-btn:hover {
  background: #e8e8e8;
}
/** Only show btns of block you are hovering on */
.block-wrapper:hover .block-content-edit-btn,
.block-wrapper:hover .block-image-edit-btn,
.block-wrapper:hover .js-add-block-element-btn,
.block-wrapper:hover .edit-toolbar-btn,
.block-wrapper:hover .remote-toolbar .btn {
  visibility: visible;
  opacity: 1;
}
.block-element-edit-btn,
.block-content-edit-btn,
.block-image-edit-btn,
.js-add-block-element-btn {
  visibility: hidden;
  opacity: 0;
}
/** Adjust size of btn size for editing content and elements */
.block-element-edit-btn svg,
.block-content-edit-btn svg {
  width: 15px;
  height: 15px;
}
.image-link-element-link:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
  /* For IE8 and earlier */
}
.block-image-xs-sq {
  width: 90px;
  height: 90px;
}
.block-image-sm-sq {
  width: 175px;
  height: 175px;
}
.block-image-md-sq {
  width: 300px;
  height: 300px;
}
.block-image-lg-sq {
  width: 355px;
  height: 355px;
}
@media (max-width: 768px) {
  .block-image-lg-sq {
    max-width: 300px;
    max-height: 300px;
  }
}
.block-image-def-sq {
  width: 150px;
  height: 150px;
}
.block-image-xs-pt {
  width: 150px;
  height: 90px;
}
.block-image-sm-pt {
  width: 200px;
  height: 125px;
}
.block-image-md-pt {
  width: 320px;
  height: 175px;
}
.block-image-lg-pt {
  width: 350px;
  height: 240px;
}
@media (max-width: 768px) {
  .block-image-lg-pt {
    max-width: 300px;
    max-height: 155px;
  }
}
.block-image-def-pt {
  width: 320px;
  height: 175px;
}
.bg-primary.giving-card,
.bg-secondary.giving-card,
.bg-tertiary.giving-card,
.bg-dark.giving-card,
.bg-primary.giving-badge,
.bg-secondary.giving-badge,
.bg-tertiary.giving-badge,
.bg-dark.giving-badge {
  border: none !important;
}
.text-left .question-and-answer button {
  text-align: left;
}
.question-and-answer .collapse {
  display: block;
  height: 0px;
  overflow: hidden;
  transition: all 300ms ease-in-out;
}
.question-and-answer .collapse.in {
  height: auto;
  overflow: auto;
}
.question-and-answer button {
  background: none;
  border: none;
  padding-left: 0;
}
.question-and-answer button .material-icons {
  position: relative;
  top: 4px;
}
.js-block-btn-one,
.js-block-btn-two {
  max-width: 80%;
  white-space: normal;
  word-wrap: break-word;
}
.giving-btn-arrow {
  width: 20px;
}
.giving-card,
.custom-giving-card {
  border-radius: 8px;
  cursor: pointer;
}
.giving-card.vertical-card,
.custom-giving-card.vertical-card {
  min-height: 250px;
}
.giving-card.vertical-card .giving-card-amount,
.custom-giving-card.vertical-card .giving-card-amount {
  letter-spacing: 1px;
  font-size: 2.5rem;
  margin: 20px auto;
  min-width: 100px;
}
@media (max-width: 992px) {
  .giving-card.vertical-card .giving-card-amount,
  .custom-giving-card.vertical-card .giving-card-amount {
    font-size: 2rem;
  }
}
@media (max-width: 768px) {
  .giving-card.vertical-card .giving-card-amount,
  .custom-giving-card.vertical-card .giving-card-amount {
    font-size: 1.5rem;
  }
}
.giving-card.vertical-card.badges .giving-card-title,
.custom-giving-card.vertical-card.badges .giving-card-title {
  display: none;
}
.giving-card.vertical-card.badges .giving-card-amount,
.custom-giving-card.vertical-card.badges .giving-card-amount {
  font-size: 5rem;
  max-width: 350px;
}
@media (max-width: 992px) {
  .giving-card.vertical-card.badges .giving-card-amount,
  .custom-giving-card.vertical-card.badges .giving-card-amount {
    font-size: 4rem;
  }
}
@media (max-width: 768px) {
  .giving-card.vertical-card.badges .giving-card-amount,
  .custom-giving-card.vertical-card.badges .giving-card-amount {
    font-size: 3.5rem;
  }
}
.giving-card.vertical-card.no-body .giving-card-body,
.custom-giving-card.vertical-card.no-body .giving-card-body {
  display: none;
}
.giving-card.horizontal-card,
.custom-giving-card.horizontal-card {
  max-width: 500px;
  min-height: 115px;
  margin: 0 auto;
  border-radius: 16px;
  align-items: center;
}
.giving-card.horizontal-card .giving-card-amount,
.custom-giving-card.horizontal-card .giving-card-amount {
  letter-spacing: 1px;
  font-size: 2.5rem;
  text-align: center;
  margin: 13px 0;
}
@media (max-width: 992px) {
  .giving-card.horizontal-card .giving-card-amount,
  .custom-giving-card.horizontal-card .giving-card-amount {
    font-size: 2rem;
  }
}
@media (max-width: 768px) {
  .giving-card.horizontal-card .giving-card-amount,
  .custom-giving-card.horizontal-card .giving-card-amount {
    font-size: 1.5rem;
  }
}
.custom-giving-card input {
  border: 0;
  width: 100%;
  box-sizing: border-box;
  text-align: center;
  background: none;
}
.giving-badge {
  height: 50px;
  border-radius: 25px;
  cursor: pointer;
}
.block-landscape-image {
  width: 535px;
  height: 250px;
}
.block-landscape-image .bg-cover {
  border-radius: 25px;
}
input[type=radio]:checked ~ .btn-style-options {
  border-color: rgba(255, 255, 255, 0.5);
  box-shadow: 0 0 0 3px #333333;
}
.btn-square {
  border-radius: 0px;
}
.btn-rounded {
  border-radius: 99px;
  padding-left: 20px;
  padding-right: 20px;
}
#site-design-font-form .font-select-button {
  min-width: 300px;
}
#site-design-font-form .font-select-dropdown {
  min-width: 300px;
  max-height: 300px;
}
#site-design-font-form #font1-preview,
#site-design-font-form #font2-preview {
  max-width: 540px;
}
.expandable-font-tabs-wrapper .expandable-font-tab-edit {
  color: #6b7e99;
}
.expandable-font-tabs-wrapper .expandable-font-tab-input-value {
  width: 30px;
}
.pyv-num-people-choices {
  text-align: center;
  vertical-align: middle;
  line-height: 50px;
  width: 43px;
  height: 50px;
  margin-bottom: 5px;
  color: #222222;
  border: 1px solid #808080;
  background-color: #ffffff;
  border-radius: 5px;
  overflow: hidden;
}
input[type=radio]:checked ~ .pyv-num-people-choices {
  border: 3px #191919 solid;
  background-color: #191919;
  color: #fff;
}
.pyv-num-people-choices:hover,
.pyv-summary-choice:hover,
.pyv-radio-choices:hover {
  cursor: pointer;
}
#pyv-wrapper .progress {
  height: 8px;
}
#pyv-wrapper .modal-footer {
  background-color: #153352;
}
#pyv-counter-pop-up,
#pyv-review-pop-up {
  position: fixed;
  bottom: 3.5px;
  left: 3.5px;
  background: #fff;
  box-shadow: 0 0 11px rgba(0, 0, 0, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  margin: 5px;
  text-align: center;
}
#pyv-counter-pop-up .btn,
#pyv-review-pop-up .btn {
  font-size: 1.2em;
  text-transform: uppercase;
  padding: 5px 18px;
  margin-top: 4px;
}
#pyv-counter-pop-up a.close,
#pyv-review-pop-up a.close {
  position: absolute;
  top: 3px;
  right: 3px;
}
#pyv-counter-pop-up .text-small,
#pyv-review-pop-up .text-small {
  color: #222222 !important;
}
#pyv-counter-pop-up span {
  display: block;
  text-align: center;
  font-size: 0.9em;
  font-style: italic;
  margin: 0 auto;
}
#pyv-counter-pop-up span strong {
  font-weight: 700;
  display: inline-block;
  padding-right: 3px;
}
#pyv-review-pop-up {
  max-width: 350px;
  max-height: 100px;
  padding: 6px 12px 9px;
  border-radius: 50px;
}
#pyv-review-pop-up .badge {
  font-size: 11px;
}
#pyv-review-pop-up .badge i {
  font-size: 1rem;
}
.cta-box-standard a.driver,
.cta-box-standard span.driver {
  background-color: transparent;
  color: #191919;
  min-height: 85px;
  margin-bottom: 0;
}
.cta-box-standard a.driver:hover,
.cta-box-standard span.driver:hover {
  background-color: transparent;
}
.cta-box-standard a.driver .btn,
.cta-box-standard span.driver .btn {
  display: none;
}
.cta-box-standard a.driver h4,
.cta-box-standard span.driver h4 {
  color: #191919;
  font-weight: 500;
}
.cta-box-standard a.driver i,
.cta-box-standard span.driver i {
  color: #1a4066;
}
.cta-box-standard a.driver i:hover,
.cta-box-standard span.driver i:hover {
  color: #14314e;
}
#topbar .navbar {
  background-color: #ffffff;
  color: #191919;
}
#topbar .navbar .nav li a {
  color: #191919;
}
#topbar .navbar .nav li a:hover {
  color: #232323;
}
#topbar .navbar .nav li a.btn,
#topbar .navbar .nav li .btn a,
#topbar .navbar .nav li button,
#footer .footer-container .btn {
  background-color: #191919;
  color: #fff;
  border-color: #191919;
}
#topbar .navbar .nav li a.btn:hover,
#topbar .navbar .nav li .btn a:hover,
#topbar .navbar .nav li button:hover,
#footer .footer-container .btn:hover {
  background-color: #232323;
  color: #fff;
}
#topbar .navbar .nav li a svg {
  fill: #191919;
}
#topbar .navbar .nav li a svg:hover {
  fill: #232323;
}
#topbar .navbar .nav li .btn,
#topbar .navbar .nav li .btn-default {
  border-color: #191919;
}
header .navbar .nav li a {
  color: #191919;
  font-weight: 500;
  font-size: 14px;
}
header .navbar .nav li a:hover {
  color: #050505;
}
header .navbar .nav li a.active,
header .navbar .nav li a.active:hover {
  background: #191919;
  border-radius: 4px;
  color: #fff;
}
@media (min-width: 768px) {
  .navbar-nav > li > a {
    padding-top: 8px;
    padding-bottom: 8px;
  }
}
.navbar.sec-nav {
  height: auto;
  min-height: 0;
}
@media (min-width: 768px) {
  .navbar-nav > li > a {
    padding-top: 13px;
    padding-bottom: 17px;
  }
}
p a {
  font-weight: 600;
}
.article a:not(.btn) {
  color: #191919;
}
.article a:not(.btn):hover {
  color: #000000;
}
#topbar .navbar .nav li.sub-menu a.btn {
  background-color: #191919;
  border-color: #191919;
}
#topbar .navbar .nav li.sub-menu a.btn:hover {
  background-color: #232323;
}
img.img-responsive.mx-auto {
  height: 100px;
}
