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: /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 {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  font-size: 14px;
  line-height: 1.42857143;
  color: #333;
  background-color: #fff;
}

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

a {
  color: #e98813;
  text-decoration: none;
}

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

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,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
}

.img-rounded {
  border-radius: 6px;
}

.img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}

.img-circle {
  border-radius: 50%;
}

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eee;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

[role="button"] {
  cursor: pointer;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}

h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #999;
}

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

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

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

h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
  font-size: 75%;
}

h1,
.h1 {
  font-size: 36px;
}

h2,
.h2 {
  font-size: 30px;
}

h3,
.h3 {
  font-size: 24px;
}

h4,
.h4 {
  font-size: 18px;
}

h5,
.h5 {
  font-size: 14px;
}

h6,
.h6 {
  font-size: 12px;
}

p {
  margin: 0 0 10px;
}

.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
}

@media (min-width: 768px) {
  .lead {
    font-size: 21px;
  }
}

small,
.small {
  font-size: 85%;
}

mark,
.mark {
  background-color: #f8d6a7;
  padding: 0.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: #999;
}

.text-primary {
  color: #e98813;
}

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

.text-success {
  color: #509a50;
}

a.text-success:hover,
a.text-success:focus {
  color: #3f793f;
}

.text-info {
  color: #3c76a8;
}

a.text-info:hover,
a.text-info:focus {
  color: #2e5c83;
}

.text-warning {
  color: #c79145;
}

a.text-warning:hover,
a.text-warning:focus {
  color: #a77732;
}

.text-danger {
  color: #b44946;
}

a.text-danger:hover,
a.text-danger:focus {
  color: #903a38;
}

.bg-primary {
  color: #fff;
  background-color: #e98813;
}

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

.bg-success {
  background-color: #aedcae;
}

a.bg-success:hover,
a.bg-success:focus {
  background-color: #8acc8a;
}

.bg-info {
  background-color: #a1c5e5;
}

a.bg-info:hover,
a.bg-info:focus {
  background-color: #79add9;
}

.bg-warning {
  background-color: #f8d6a7;
}

a.bg-warning:hover,
a.bg-warning:focus {
  background-color: #f4c077;
}

.bg-danger {
  background-color: #eca9a7;
}

a.bg-danger:hover,
a.bg-danger:focus {
  background-color: #e3807d;
}

.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eee;
}

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

ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}

.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}

dl {
  margin-top: 0;
  margin-bottom: 20px;
}

dt,
dd {
  line-height: 1.42857143;
}

dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}

abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #999;
}

.initialism {
  font-size: 90%;
  text-transform: uppercase;
}

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

blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}

blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.42857143;
  color: #999;
}

blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: "\2014   \A0";
}

.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eee;
  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: "\A0   \2014";
}

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

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: #fff;
  background-color: #333;
  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: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.42857143;
  word-break: break-all;
  word-wrap: break-word;
  color: #333;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  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: 15px;
  padding-right: 15px;
}

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

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

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

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

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

.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
  float: left;
}

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

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

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

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

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

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

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

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

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

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

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

.col-xs-1 {
  width: 8.33333333%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 768px) {
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}

@media (min-width: 992px) {
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}

@media (min-width: 1200px) {
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}

table {
  background-color: transparent;
}

caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #999;
  text-align: left;
}

th {
  text-align: left;
}

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}

.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.42857143;
  vertical-align: top;
  border-top: 1px solid #ddd;
}

.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}

.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}

.table > tbody + tbody {
  border-top: 2px solid #ddd;
}

.table .table {
  background-color: #fff;
}

.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}

.table-bordered {
  border: 1px solid #ddd;
}

.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #ddd;
}

.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}

.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}

.table-hover > tbody > tr:hover {
  background-color: #f5f5f5;
}

table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column;
}

table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell;
}

.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}

.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}

.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
  background-color: #aedcae;
}

.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: #9cd49c;
}

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

.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: #8db9df;
}

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

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

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

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

.table-responsive {
  overflow-x: auto;
  min-height: 0.01%;
}

@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}

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

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

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

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

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

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

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

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

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

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

.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #c4c4c4;
  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 0.15s, box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.form-control:focus {
  border-color: #efa040;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(239, 160, 64, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(239, 160, 64, 0.6);
}

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

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

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

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

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

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

textarea.form-control {
  height: auto;
}

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

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

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

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

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

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

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

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

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

input[type="radio"][disabled],
input[type="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: 34px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.has-feedback {
  position: relative;
}

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

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

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

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

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

.has-success .form-control {
  border-color: #509a50;
  -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: #3f793f;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #8dc38d;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #8dc38d;
}

.has-success .input-group-addon {
  color: #509a50;
  border-color: #509a50;
  background-color: #aedcae;
}

.has-success .form-control-feedback {
  color: #509a50;
}

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

.has-warning .form-control {
  border-color: #c79145;
  -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: #a77732;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dfc094;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dfc094;
}

.has-warning .input-group-addon {
  color: #c79145;
  border-color: #c79145;
  background-color: #f8d6a7;
}

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

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

.has-error .form-control {
  border-color: #b44946;
  -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: #903a38;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d3908e;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d3908e;
}

.has-error .input-group-addon {
  color: #b44946;
  border-color: #b44946;
  background-color: #eca9a7;
}

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

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

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

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

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

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

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

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

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

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

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

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

.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  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: #333;
  text-decoration: none;
}

.btn:active,
.btn.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  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: #333;
  background-color: #fff;
  border-color: #c4c4c4;
}

.btn-default:focus,
.btn-default.focus {
  color: #333;
  background-color: #e6e6e6;
  border-color: #848484;
}

.btn-default:hover {
  color: #333;
  background-color: #e6e6e6;
  border-color: #a5a5a5;
}

.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #333;
  background-color: #e6e6e6;
  border-color: #a5a5a5;
}

.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: #333;
  background-color: #d4d4d4;
  border-color: #848484;
}

.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: #fff;
  border-color: #c4c4c4;
}

.btn-default .badge {
  color: #fff;
  background-color: #333;
}

.btn-primary {
  color: #fff;
  background-color: #e98813;
  border-color: #d17a11;
}

.btn-primary:focus,
.btn-primary.focus {
  color: #fff;
  background-color: #ba6c0f;
  border-color: #5c3507;
}

.btn-primary:hover {
  color: #fff;
  background-color: #ba6c0f;
  border-color: #99590c;
}

.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #0069d9;
  border-color: #0069d9;
}

.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: #fff;
  background-color: #99590c;
  border-color: #5c3507;
}

.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: #e98813;
  border-color: #d17a11;
}

.btn-primary .badge {
  color: #e98813;
  background-color: #fff;
}

.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #02c39a;
}

.btn-success:focus,
.btn-success.focus {
  color: #fff;
  background-color: #449d44;
  border-color: #255625;
}

.btn-success:hover {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}

.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}

.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: #fff;
  background-color: #398439;
  border-color: #255625;
}

.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: #5cb85c;
  border-color: #02c39a;
}

.btn-success .badge {
  color: #5cb85c;
  background-color: #fff;
}

.btn-info {
  color: #fff;
  background-color: #00135b;
  border-color: #357ebd;
}

.btn-info:focus,
.btn-info.focus {
  color: #fff;
  background-color: #00135b;
  border-color: #193c5a;
}

.btn-info:hover {
  color: #fff;
  background-color: #00135b;
  border-color: #285e8e;
}

.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  color: #fff;
  background-color: #00135b;
  border-color: #285e8e;
}

.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: #fff;
  background-color: #285e8e;
  border-color: #193c5a;
}

.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: #00135b;
  border-color: #357ebd;
}

.btn-info .badge {
  color: #00135b;
  background-color: #fff;
}

.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
}

.btn-warning:focus,
.btn-warning.focus {
  color: #fff;
  background-color: #ec971f;
  border-color: #985f0d;
}

.btn-warning:hover {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}

.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}

.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: #fff;
  background-color: #d58512;
  border-color: #985f0d;
}

.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: #f0ad4e;
  border-color: #eea236;
}

.btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff;
}

.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
}

.btn-danger:focus,
.btn-danger.focus {
  color: #fff;
  background-color: #c9302c;
  border-color: #761c19;
}

.btn-danger:hover {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}

.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}

.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: #fff;
  background-color: #ac2925;
  border-color: #761c19;
}

.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: #d9534f;
  border-color: #d43f3a;
}

.btn-danger .badge {
  color: #d9534f;
  background-color: #fff;
}

.btn-link {
  color: #e98813;
  font-weight: normal;
  border-radius: 0;
}

.btn-link,
.btn-link:active,
.btn-link.active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}

.btn-link:hover,
.btn-link:focus {
  color: #a25f0d;
  text-decoration: underline;
  background-color: transparent;
}

.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #999;
  text-decoration: none;
}

.btn-lg,
.btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}

.btn-sm,
.btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

.btn-xs,
.btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 12px;
  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: 14px;
  text-align: left;
  background-color: #fff;
  border: 1px solid #c4c4c4;
  border: 1px solid rgba(0, 0, 0, 0.15);
  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: 9px 0;
  overflow: hidden;
  background-color: #eee;
}

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

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

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

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

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

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

.open > a {
  outline: 0;
}

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

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

.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857143;
  color: #999;
  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: 46px;
  padding: 10px 16px;
  font-size: 18px;
  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: 46px;
  line-height: 46px;
}

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: 30px;
  padding: 5px 10px;
  font-size: 12px;
  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: 30px;
  line-height: 30px;
}

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: 14px;
  font-weight: normal;
  line-height: 1;
  color: #555;
  text-align: center;
  background-color: #eee;
  border: 1px solid #c4c4c4;
  border-radius: 4px;
}

.input-group-addon.input-sm {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 3px;
}

.input-group-addon.input-lg {
  padding: 10px 16px;
  font-size: 18px;
  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;
  font-size: 0;
  white-space: nowrap;
}

.input-group-btn > .btn {
  position: relative;
}

.input-group-btn > .btn + .btn {
  margin-left: -1px;
}

.input-group-btn > .btn:hover,
.input-group-btn > .btn:focus,
.input-group-btn > .btn:active {
  z-index: 2;
}

.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}

.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
  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 {
  position: relative;
  display: block;
  padding: 10px 15px;
}

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

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

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

.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #eee;
  border-color: #e98813;
}

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

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

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

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

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

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

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

.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}

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

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

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

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

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

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

@media (min-width: 768px) {
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 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: #fff;
  }
}

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

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

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

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

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

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

.nav-justified {
  width: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.navbar-collapse.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;
    max-height: 66px;
  }
  .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;
    max-height: 66px;
  }
  #banner-header {
    max-height: 66px;
  }
  .navbar-header {
    max-height: 66px;
  }
  .navbar-nav.nav.pull-right {
    max-height: 66px;
  }
  .symplur-nav-container {
    max-height: 66px;
  }
}

.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: -15px;
  margin-left: -15px;
}

@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: 22.5px 15px;
  font-size: 18px;
  line-height: 20px;
  height: 65px;
}

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

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

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

.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 15px;
  padding: 9px 10px;
  margin-top: 15.5px;
  margin-bottom: 15.5px;
  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: 11.25px -15px;
}

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

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

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

.navbar-form {
  margin-left: -15px;
  margin-right: -15px;
  padding: 10px 15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 15.5px;
  margin-bottom: 15.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: 4px;
  border-top-left-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

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

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

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

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

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

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

.navbar-default {
  background-color: #fff;
  border-color: #eee;
}

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

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

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

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

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

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

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

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

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

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

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

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

@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #eee;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #fff;
    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: #f7f7f7;
    background-color: #fff;
  }
  .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: #fff;
    background-color: transparent;
  }
}

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

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

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

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

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

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

.navbar-inverse .navbar-brand {
  color: #bfbfbf;
}

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

.navbar-inverse .navbar-text {
  color: #bfbfbf;
}

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

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

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

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

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

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

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

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

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

@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: #bfbfbf;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #fff;
    background-color: transparent;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #fff;
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444;
    background-color: transparent;
  }
}

.navbar-inverse .navbar-link {
  color: #bfbfbf;
}

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

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

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

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

.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px;
}

.breadcrumb > li {
  display: inline-block;
}

.breadcrumb > li + li:before {
  content: "/\A0";
  padding: 0 5px;
  color: #c4c4c4;
}

.breadcrumb > .active {
  color: #999;
}

@media (max-width: 768px) {
  .breadcrumb {
    padding: 0px 0px 0px 3px;
    font-size: 12px;
  }
  .breadcrumb > li + li:before {
    padding: 0 2px;
  }
}

.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}

.pagination > li {
  display: inline;
}

.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  line-height: 1.42857143;
  text-decoration: none;
  color: #e98813;
  background-color: #fff;
  border: 1px solid #ddd;
  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: #a25f0d;
  background-color: #eee;
  border-color: #ddd;
}

.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: #fff;
  background-color: #e98813;
  border-color: #e98813;
  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: #999;
  background-color: #fff;
  border-color: #ddd;
  cursor: not-allowed;
}

.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
  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: 12px;
  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: 20px 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: #fff;
  border: 1px solid #ddd;
  border-radius: 15px;
}

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

.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: #999;
  background-color: #fff;
  cursor: not-allowed;
}

.label {
  display: inline;
  padding: 0.2em 0.6em 0.3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25em;
}

a.label:hover,
a.label:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

.label:empty {
  display: none;
}

.btn .label {
  position: relative;
  top: -1px;
}

.label-default {
  background-color: #999;
}

.label-default[href]:hover,
.label-default[href]:focus {
  background-color: #808080;
}

.label-primary {
  background-color: #e98813;
}

.label-primary[href]:hover,
.label-primary[href]:focus {
  background-color: #ba6c0f;
}

.label-success {
  background-color: #5cb85c;
}

.label-success[href]:hover,
.label-success[href]:focus {
  background-color: #449d44;
}

.label-info {
  background-color: #00135b;
}

.label-info[href]:hover,
.label-info[href]:focus {
  background-color: #00135b;
}

.label-warning {
  background-color: #f0ad4e;
}

.label-warning[href]:hover,
.label-warning[href]:focus {
  background-color: #ec971f;
}

.label-danger {
  background-color: #d9534f;
}

.label-danger[href]:hover,
.label-danger[href]:focus {
  background-color: #c9302c;
}

.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  line-height: 1;
  vertical-align: middle;
  white-space: nowrap;
  text-align: center;
  background-color: #999;
  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: #fff;
  text-decoration: none;
  cursor: pointer;
}

.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
  color: #e98813;
  background-color: #fff;
}

.list-group-item > .badge {
  float: right;
}

.list-group-item > .badge + .badge {
  margin-right: 5px;
}

.nav-pills > li > a > .badge {
  margin-left: 3px;
}

.jumbotron {
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  color: #333;
  background-color: #eee;
}

.jumbotron h1,
.jumbotron .h1 {
  color: #333;
}

.jumbotron p {
  margin-bottom: 15px;
  font-size: 20px;
  font-weight: 200;
}

.jumbotron > hr {
  border-top-color: #d5d5d5;
}

.container .jumbotron,
.container-fluid .jumbotron {
  border-radius: 6px;
  padding-left: 15px;
  padding-right: 15px;
}

.jumbotron .container {
  max-width: 100%;
}

@media screen and (min-width: 768px) {
  .jumbotron {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .container .jumbotron,
  .container-fluid .jumbotron {
    padding-left: 60px;
    padding-right: 60px;
  }
  .jumbotron h1,
  .jumbotron .h1 {
    font-size: 63px;
  }
}

.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  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: #e98813;
}

.thumbnail .caption {
  padding: 9px;
  color: #333;
}

.alert {
  padding: 15px;
  margin-bottom: 20px;
  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: #aedcae;
  border-color: #a5d49c;
  color: #509a50;
}

.alert-success hr {
  border-top-color: #95cc8a;
}

.alert-success .alert-link {
  color: #3f793f;
}

.alert-info {
  background-color: #a1c5e5;
  border-color: #85c3dd;
  color: #3c76a8;
}

.alert-info hr {
  border-top-color: #71b9d7;
}

.alert-info .alert-link {
  color: #2e5c83;
}

.alert-warning {
  background-color: #f8d6a7;
  border-color: #f6ba8f;
  color: #c79145;
}

.alert-warning hr {
  border-top-color: #f4ac77;
}

.alert-warning .alert-link {
  color: #a77732;
}

.alert-danger {
  background-color: #eca9a7;
  border-color: #e7929e;
  color: #b44946;
}

.alert-danger hr {
  border-top-color: #e37d8b;
}

.alert-danger .alert-link {
  color: #903a38;
}

@-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: 20px;
  margin-bottom: 20px;
  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: 12px;
  line-height: 20px;
  color: #fff;
  text-align: center;
  background-color: #e98813;
  -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: #5cb85c;
}

.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: #00135b;
}

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

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

.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: #fff;
  border: 1px solid #ddd;
}

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

a.list-group-item .list-group-item-heading,
button.list-group-item .list-group-item-heading {
  color: #333;
}

a.list-group-item:hover,
button.list-group-item:hover,
a.list-group-item:focus,
button.list-group-item:focus {
  text-decoration: none;
  color: #555;
  background-color: #f5f5f5;
}

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: #eee;
  color: #999;
  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: #999;
}

.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
  z-index: 2;
  color: #fff;
  background-color: #e98813;
  border-color: #e98813;
}

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

.list-group-item-success {
  color: #509a50;
  background-color: #aedcae;
}

a.list-group-item-success,
button.list-group-item-success {
  color: #509a50;
}

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: #509a50;
  background-color: #9cd49c;
}

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: #509a50;
  border-color: #509a50;
}

.list-group-item-info {
  color: #3c76a8;
  background-color: #a1c5e5;
}

a.list-group-item-info,
button.list-group-item-info {
  color: #3c76a8;
}

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: #3c76a8;
  background-color: #8db9df;
}

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: #3c76a8;
  border-color: #3c76a8;
}

.list-group-item-warning {
  color: #c79145;
  background-color: #f8d6a7;
}

a.list-group-item-warning,
button.list-group-item-warning {
  color: #c79145;
}

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: #c79145;
  background-color: #f6cb8f;
}

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: #c79145;
  border-color: #c79145;
}

.list-group-item-danger {
  color: #b44946;
  background-color: #eca9a7;
}

a.list-group-item-danger,
button.list-group-item-danger {
  color: #b44946;
}

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: #b44946;
  background-color: #e79592;
}

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: #b44946;
  border-color: #b44946;
}

.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}

.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}

.panel {
  margin-bottom: 20px;
  background-color: #fff;
  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: 16px;
  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 #ddd;
  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 #ddd;
}

.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}

.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}

.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}

.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}

.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}

.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}

.panel > .table-responsive {
  border: 0;
  margin-bottom: 0;
}

.panel-group {
  margin-bottom: 20px;
}

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

.panel-group .panel-footer {
  border-top: 0;
}

.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #ddd;
}

.panel-default {
  border-color: #ddd;
}

.panel-default > .panel-heading {
  color: #333;
  background-color: #f5f5f5;
  border-color: #ddd;
}

.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ddd;
}

.panel-default > .panel-heading .badge {
  color: #f5f5f5;
  background-color: #333;
}

.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ddd;
}

.panel-primary {
  border-color: #e98813;
}

.panel-primary > .panel-heading {
  color: #fff;
  background-color: #e98813;
  border-color: #e98813;
}

.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #e98813;
}

.panel-primary > .panel-heading .badge {
  color: #e98813;
  background-color: #fff;
}

.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #e98813;
}

.panel-success {
  border-color: #a5d49c;
}

.panel-success > .panel-heading {
  color: #509a50;
  background-color: #aedcae;
  border-color: #a5d49c;
}

.panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #a5d49c;
}

.panel-success > .panel-heading .badge {
  color: #aedcae;
  background-color: #509a50;
}

.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #a5d49c;
}

.panel-info {
  border-color: #85c3dd;
}

.panel-info > .panel-heading {
  color: #3c76a8;
  background-color: #a1c5e5;
  border-color: #85c3dd;
}

.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #85c3dd;
}

.panel-info > .panel-heading .badge {
  color: #a1c5e5;
  background-color: #3c76a8;
}

.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #85c3dd;
}

.panel-warning {
  border-color: #f6ba8f;
}

.panel-warning > .panel-heading {
  color: #c79145;
  background-color: #f8d6a7;
  border-color: #f6ba8f;
}

.panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #f6ba8f;
}

.panel-warning > .panel-heading .badge {
  color: #f8d6a7;
  background-color: #c79145;
}

.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #f6ba8f;
}

.panel-danger {
  border-color: #e7929e;
}

.panel-danger > .panel-heading {
  color: #b44946;
  background-color: #eca9a7;
  border-color: #e7929e;
}

.panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #e7929e;
}

.panel-danger > .panel-heading .badge {
  color: #eca9a7;
  background-color: #b44946;
}

.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #e7929e;
}

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

.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}

.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}

.well-lg {
  padding: 24px;
  border-radius: 6px;
}

.well-sm {
  padding: 9px;
  border-radius: 3px;
}

.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity=50);
}

button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}

.modal-open {
  overflow: hidden;
}

.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}

.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}

.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}

.modal-content {
  position: relative;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 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;
  z-index: 1040;
  background-color: #000;
}

.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}

.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}

.modal-header {
  padding: 15px;
  border-bottom: 1px solid #fff;
}

.modal-header .close {
  margin-top: -2px;
}

.modal-title {
  margin: 0;
  line-height: 1.42857143;
}

.modal-body {
  position: relative;
  padding: 20px;
}

.modal-footer {
  padding: 20px;
  text-align: right;
  border-top: 1px solid #fff;
}

.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: 678px;
    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: 390px;
  }
}

@media (min-width: 992px) {
  .modal-lg {
    width: 902px;
  }
}

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  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: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
}

.tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}

.tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}

.tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}

.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}

.tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}

.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  background-color: #000;
  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: #000;
}

.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}

.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}

.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}

.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}

.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}

.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}

.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  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: 14px;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #c4c4c4;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}

.popover.top {
  margin-top: -10px;
}

.popover.right {
  margin-left: 10px;
}

.popover.bottom {
  margin-top: 10px;
}

.popover.left {
  margin-left: -10px;
}

.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 14px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}

.popover-content {
  padding: 9px 14px;
  font-size: 14px;
}

.popover-content li {
  font-size: 14px;
}

.popover > .arrow,
.popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

.popover > .arrow {
  border-width: 11px;
}

.popover > .arrow:after {
  border-width: 10px;
  content: "";
}

.popover.top > .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -11px;
}

.popover.top > .arrow:after {
  content: " ";
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: #fff;
}

.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999;
  border-right-color: rgba(0, 0, 0, 0.25);
}

.popover.right > .arrow:after {
  content: " ";
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: #fff;
}

.popover.bottom > .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px;
}

.popover.bottom > .arrow:after {
  content: " ";
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #fff;
}

.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999;
  border-left-color: rgba(0, 0, 0, 0.25);
}

.popover.left > .arrow:after {
  content: " ";
  right: 1px;
  border-right-width: 0;
  border-left-color: #fff;
  bottom: -10px;
}

.carousel {
  position: relative;
}

.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%;
}

.carousel-inner > .item {
  display: none;
  position: relative;
  -webkit-transition: 0.6s ease-in-out left;
  -o-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
}

.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  line-height: 1;
}

@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-inner > .item {
    -webkit-transition: -webkit-transform 0.6s ease-in-out;
    -moz-transition: -moz-transform 0.6s ease-in-out;
    -o-transition: -o-transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    -moz-perspective: 1000px;
    perspective: 1000px;
  }
  .carousel-inner > .item.next,
  .carousel-inner > .item.active.right {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.prev,
  .carousel-inner > .item.active.left {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.next.left,
  .carousel-inner > .item.prev.right,
  .carousel-inner > .item.active {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    left: 0;
  }
}

.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}

.carousel-inner > .active {
  left: 0;
}

.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}

.carousel-inner > .next {
  left: 100%;
}

.carousel-inner > .prev {
  left: -100%;
}

.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}

.carousel-inner > .active.left {
  left: -100%;
}

.carousel-inner > .active.right {
  left: 100%;
}

.carousel-control {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 15%;
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  background-color: rgba(0, 0, 0, 0);
}

.carousel-control.left {
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
}

.carousel-control.right {
  left: auto;
  right: 0;
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
}

.carousel-control:hover,
.carousel-control:focus {
  outline: 0;
  color: #fff;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}

.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .fa-chevron-right,
.carousel-control .fa-chevron-right {
  position: absolute;
  top: 50%;
  margin-top: -10px;
  z-index: 5;
  display: inline-block;
}

.carousel-control .icon-prev,
.carousel-control .fa-chevron-left {
  left: 50%;
  margin-left: -10px;
}

.carousel-control .icon-next,
.carousel-control .fa-chevron-right {
  right: 50%;
  margin-right: -10px;
}

.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  line-height: 1;
  font-family: serif;
}

.carousel-control .icon-prev:before {
  content: "\2039";
}

.carousel-control .icon-next:before {
  content: "\203A";
}

.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  text-align: center;
}

.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  border: 1px solid #fff;
  border-radius: 10px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: rgba(0, 0, 0, 0);
}

.carousel-indicators .active {
  margin: 0;
  width: 12px;
  height: 12px;
  background-color: #fff;
}

.carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}

.carousel-caption .btn {
  text-shadow: none;
}

@media screen and (min-width: 768px) {
  .carousel-control .fa-chevron-left,
  .carousel-control .fa-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -10px;
    font-size: 30px;
  }
  .carousel-control .fa-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -10px;
  }
  .carousel-control .fa-chevron-right,
  .carousel-control .icon-next {
    margin-right: -10px;
  }
  .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px;
  }
  .carousel-indicators {
    bottom: 20px;
  }
}

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

@-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: 900px) {
  .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: 900px) {
  .visible-sm-block {
    display: block !important;
  }
}

@media (min-width: 768px) and (max-width: 900px) {
  .visible-sm-inline {
    display: inline !important;
  }
}

@media (min-width: 768px) and (max-width: 900px) {
  .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: 900px) {
  .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;
  }
}

.nav-list {
  background-color: #eee;
  border-radius: 4px;
  border: 1px solid;
  border-color: #e5e5e5;
  overflow: hidden;
}

.nav-list > li {
  float: none;
  border-bottom: 2px solid;
  border-color: #e5e5e5;
}

.nav-list > li > a {
  color: #626262;
}

.nav-list > li > a:hover {
  background-color: #fff;
  color: #737373;
}

.nav-list > li.active > a,
.nav-list > li.active > a:hover,
.nav-list > li.active > a:focus {
  color: #fff;
  font-weight: bold;
  background-color: #999;
}

.nav-list > li:last-child {
  border-bottom: none;
}

.nav-list .nav-sublist {
  border-radius: 0px;
}

.nav-list .nav-sublist > li {
  border-bottom: 0px;
}

.nav-list .nav-sublist > li > a {
  border-left: 10px solid #ccc;
  background-color: #fcfcfc;
  color: #707070;
}

.nav-list .nav-sublist > li > a:hover,
.nav-list .nav-sublist > li > a:focus {
  background-color: #f2f2f2;
  color: #666;
}

.nav-list .nav-sublist > li.active > a,
.nav-list .nav-sublist > li.active > a:hover,
.nav-list .nav-sublist > li.active > a:focus {
  font-weight: bold;
  background-color: #e5e5e5;
  color: #595959;
}

.nav-list .nav-sublist > li.active > a:before {
  content: " ";
  height: 0;
  position: absolute;
  width: 0;
  left: 0px;
  top: 10px;
  border: 10px solid transparent;
  border-left-color: #ccc;
}

.nav-list-primary {
  background-color: #fff;
  border-radius: 4px;
  border: 1px solid;
  border-color: #f7cf9e;
  overflow: hidden;
}

.nav-list-primary > li {
  float: none;
  border-bottom: 2px solid;
  border-color: #f7cf9e;
}

.nav-list-primary > li > a {
  color: #737373;
}

.nav-list-primary > li > a:hover {
  background-color: #fbe6cd;
  color: #a25f0d;
}

.nav-list-primary > li.active > a,
.nav-list-primary > li.active > a:hover,
.nav-list-primary > li.active > a:focus {
  color: #fff;
  font-weight: bold;
  background-color: #e98813;
}

.nav-list-primary > li:last-child {
  border-bottom: none;
}

.nav-list-primary .nav-sublist {
  border-radius: 0px;
}

.nav-list-primary .nav-sublist > li {
  border-bottom: 0px;
}

.nav-list-primary .nav-sublist > li > a {
  border-left: 10px solid #f3b76f;
  background-color: #fbe4c8;
  color: #9e5c0d;
}

.nav-list-primary .nav-sublist > li > a:hover,
.nav-list-primary .nav-sublist > li > a:focus {
  background-color: #f9dab5;
  color: #8b510b;
}

.nav-list-primary .nav-sublist > li.active > a,
.nav-list-primary .nav-sublist > li.active > a:hover,
.nav-list-primary .nav-sublist > li.active > a:focus {
  font-weight: bold;
  background-color: #f7cf9e;
  color: #734309;
}

.nav-list-primary .nav-sublist > li.active > a:before {
  content: " ";
  height: 0;
  position: absolute;
  width: 0;
  left: 0px;
  top: 10px;
  border: 10px solid transparent;
  border-left-color: #f3b76f;
}

.nav-list-success {
  background-color: #fff;
  border-radius: 4px;
  border: 1px solid;
  border-color: #c7e6c7;
  overflow: hidden;
}

.nav-list-success > li {
  float: none;
  border-bottom: 2px solid;
  border-color: #c7e6c7;
}

.nav-list-success > li > a {
  color: #737373;
}

.nav-list-success > li > a:hover {
  background-color: #eaf6ea;
  color: #3d8b3d;
}

.nav-list-success > li.active > a,
.nav-list-success > li.active > a:hover,
.nav-list-success > li.active > a:focus {
  color: #fff;
  font-weight: bold;
  background-color: #5cb85c;
}

.nav-list-success > li:last-child {
  border-bottom: none;
}

.nav-list-success .nav-sublist {
  border-radius: 0px;
}

.nav-list-success .nav-sublist > li {
  border-bottom: 0px;
}

.nav-list-success .nav-sublist > li > a {
  border-left: 10px solid #a3d7a3;
  background-color: #e7f4e7;
  color: #3b873b;
}

.nav-list-success .nav-sublist > li > a:hover,
.nav-list-success .nav-sublist > li > a:focus {
  background-color: #d8eed8;
  color: #357935;
}

.nav-list-success .nav-sublist > li.active > a,
.nav-list-success .nav-sublist > li.active > a:hover,
.nav-list-success .nav-sublist > li.active > a:focus {
  font-weight: bold;
  background-color: #c7e6c7;
  color: #2d672d;
}

.nav-list-success .nav-sublist > li.active > a:before {
  content: " ";
  height: 0;
  position: absolute;
  width: 0;
  left: 0px;
  top: 10px;
  border: 10px solid transparent;
  border-left-color: #a3d7a3;
}

.nav-list-warning {
  background-color: #fff;
  border-radius: 4px;
  border: 1px solid;
  border-color: #fceedb;
  overflow: hidden;
}

.nav-list-warning > li {
  float: none;
  border-bottom: 2px solid;
  border-color: #fceedb;
}

.nav-list-warning > li > a {
  color: #737373;
}

.nav-list-warning > li > a:hover {
  background-color: #fff;
  color: #737373;
}

.nav-list-warning > li.active > a,
.nav-list-warning > li.active > a:hover,
.nav-list-warning > li.active > a:focus {
  color: #fff;
  font-weight: bold;
  background-color: #f0ad4e;
}

.nav-list-warning > li:last-child {
  border-bottom: none;
}

.nav-list-warning .nav-sublist {
  border-radius: 0px;
}

.nav-list-warning .nav-sublist > li {
  border-bottom: 0px;
}

.nav-list-warning .nav-sublist > li > a {
  border-left: 10px solid #f8d9ac;
  background-color: #fff;
  color: #737373;
}

.nav-list-warning .nav-sublist > li > a:hover,
.nav-list-warning .nav-sublist > li > a:focus {
  background-color: #fef9f3;
  color: #c77c11;
}

.nav-list-warning .nav-sublist > li.active > a,
.nav-list-warning .nav-sublist > li.active > a:hover,
.nav-list-warning .nav-sublist > li.active > a:focus {
  font-weight: bold;
  background-color: #fceedb;
  color: #b06d0f;
}

.nav-list-warning .nav-sublist > li.active > a:before {
  content: " ";
  height: 0;
  position: absolute;
  width: 0;
  left: 0px;
  top: 10px;
  border: 10px solid transparent;
  border-left-color: #f8d9ac;
}

.nav-list-info {
  background-color: #fff;
  border-radius: 4px;
  border: 1px solid;
  border-color: #b9d4ec;
  overflow: hidden;
}

.nav-list-info > li {
  float: none;
  border-bottom: 2px solid;
  border-color: #b9d4ec;
}

.nav-list-info > li > a {
  color: #737373;
}

.nav-list-info > li > a:hover {
  background-color: #e1edf7;
  color: #2a6496;
}

.nav-list-info > li.active > a,
.nav-list-info > li.active > a:hover,
.nav-list-info > li.active > a:focus {
  color: #fff;
  font-weight: bold;
  background-color: #00135b;
}

.nav-list-info > li:last-child {
  border-bottom: none;
}

.nav-list-info .nav-sublist {
  border-radius: 0px;
}

.nav-list-info .nav-sublist > li {
  border-bottom: 0px;
}

.nav-list-info .nav-sublist > li > a {
  border-left: 10px solid #92bce0;
  background-color: #ddeaf6;
  color: #296192;
}

.nav-list-info .nav-sublist > li > a:hover,
.nav-list-info .nav-sublist > li > a:focus {
  background-color: #cde1f1;
  color: #245682;
}

.nav-list-info .nav-sublist > li.active > a,
.nav-list-info .nav-sublist > li.active > a:hover,
.nav-list-info .nav-sublist > li.active > a:focus {
  font-weight: bold;
  background-color: #b9d4ec;
  color: #1f496e;
}

.nav-list-info .nav-sublist > li.active > a:before {
  content: " ";
  height: 0;
  position: absolute;
  width: 0;
  left: 0px;
  top: 10px;
  border: 10px solid transparent;
  border-left-color: #92bce0;
}

.nav-list-danger {
  background-color: #fff;
  border-radius: 4px;
  border: 1px solid;
  border-color: #f4cecd;
  overflow: hidden;
}

.nav-list-danger > li {
  float: none;
  border-bottom: 2px solid;
  border-color: #f4cecd;
}

.nav-list-danger > li > a {
  color: #737373;
}

.nav-list-danger > li > a:hover {
  background-color: #fdf7f7;
  color: #b52b27;
}

.nav-list-danger > li.active > a,
.nav-list-danger > li.active > a:hover,
.nav-list-danger > li.active > a:focus {
  color: #fff;
  font-weight: bold;
  background-color: #d9534f;
}

.nav-list-danger > li:last-child {
  border-bottom: none;
}

.nav-list-danger .nav-sublist {
  border-radius: 0px;
}

.nav-list-danger .nav-sublist > li {
  border-bottom: 0px;
}

.nav-list-danger .nav-sublist > li > a {
  border-left: 10px solid #eba5a3;
  background-color: #fcf3f3;
  color: #b02a26;
}

.nav-list-danger .nav-sublist > li > a:hover,
.nav-list-danger .nav-sublist > li > a:focus {
  background-color: #f9e2e2;
  color: #a02622;
}

.nav-list-danger .nav-sublist > li.active > a,
.nav-list-danger .nav-sublist > li.active > a:hover,
.nav-list-danger .nav-sublist > li.active > a:focus {
  font-weight: bold;
  background-color: #f4cecd;
  color: #8b211e;
}

.nav-list-danger .nav-sublist > li.active > a:before {
  content: " ";
  height: 0;
  position: absolute;
  width: 0;
  left: 0px;
  top: 10px;
  border: 10px solid transparent;
  border-left-color: #eba5a3;
}

.nav-list-inverse {
  background-color: #333;
  border-radius: 4px;
  border: 0px solid;
  border-color: #1a1a1a;
  overflow: hidden;
}

.nav-list-inverse > li {
  float: none;
  border-bottom: 2px solid;
  border-color: #1a1a1a;
}

.nav-list-inverse > li > a {
  color: #bfbfbf;
}

.nav-list-inverse > li > a:hover {
  background-color: #d9d9d9;
  color: #4d4d4d;
}

.nav-list-inverse > li.active > a,
.nav-list-inverse > li.active > a:hover,
.nav-list-inverse > li.active > a:focus {
  color: #fff;
  font-weight: bold;
  background-color: #737373;
}

.nav-list-inverse > li:last-child {
  border-bottom: none;
}

.nav-list-inverse .nav-sublist {
  border-radius: 0px;
}

.nav-list-inverse .nav-sublist > li {
  border-bottom: 0px;
}

.nav-list-inverse .nav-sublist > li > a {
  color: #bfbfbf;
  border-left: 10px solid #a6a6a6;
}

.nav-list-inverse .nav-sublist > li > a,
.nav-list-inverse .nav-sublist > li > a:hover,
.nav-list-inverse .nav-sublist > li > a:focus {
  color: #999;
  background-color: #0d0d0d;
}

.nav-list-inverse .nav-sublist > li.active > a,
.nav-list-inverse .nav-sublist > li.active > a:hover,
.nav-list-inverse .nav-sublist > li.active > a:focus {
  font-weight: bold;
  background-color: #000;
  color: #737373;
}

.nav-list-inverse .nav-sublist > li.active > a:before {
  content: " ";
  height: 0;
  position: absolute;
  width: 0;
  left: 0px;
  top: 10px;
  border: 10px solid transparent;
  border-left-color: #a6a6a6;
}

.nav-list-inverse.nav-list-primary {
  background-color: #333;
  border-radius: 4px;
  border: 0px solid;
  border-color: #1a1a1a;
  overflow: hidden;
}

.nav-list-inverse.nav-list-primary > li {
  float: none;
  border-bottom: 2px solid;
  border-color: #1a1a1a;
}

.nav-list-inverse.nav-list-primary > li > a {
  color: #bfbfbf;
}

.nav-list-inverse.nav-list-primary > li > a:hover {
  background-color: #fbe6cd;
  color: #a25f0d;
}

.nav-list-inverse.nav-list-primary > li.active > a,
.nav-list-inverse.nav-list-primary > li.active > a:hover,
.nav-list-inverse.nav-list-primary > li.active > a:focus {
  color: #fff;
  font-weight: bold;
  background-color: #e98813;
}

.nav-list-inverse.nav-list-primary > li:last-child {
  border-bottom: none;
}

.nav-list-inverse.nav-list-primary .nav-sublist {
  border-radius: 0px;
}

.nav-list-inverse.nav-list-primary .nav-sublist > li {
  border-bottom: 0px;
}

.nav-list-inverse.nav-list-primary .nav-sublist > li > a {
  color: #bfbfbf;
  border-left: 10px solid #f3b76f;
}

.nav-list-inverse.nav-list-primary .nav-sublist > li > a,
.nav-list-inverse.nav-list-primary .nav-sublist > li > a:hover,
.nav-list-inverse.nav-list-primary .nav-sublist > li > a:focus {
  color: #999;
  background-color: #0d0d0d;
}

.nav-list-inverse.nav-list-primary .nav-sublist > li.active > a,
.nav-list-inverse.nav-list-primary .nav-sublist > li.active > a:hover,
.nav-list-inverse.nav-list-primary .nav-sublist > li.active > a:focus {
  font-weight: bold;
  background-color: #000;
  color: #e98813;
}

.nav-list-inverse.nav-list-primary .nav-sublist > li.active > a:before {
  content: " ";
  height: 0;
  position: absolute;
  width: 0;
  left: 0px;
  top: 10px;
  border: 10px solid transparent;
  border-left-color: #f3b76f;
}

.nav-list-inverse.nav-list-success {
  background-color: #333;
  border-radius: 4px;
  border: 0px solid;
  border-color: #1a1a1a;
  overflow: hidden;
}

.nav-list-inverse.nav-list-success > li {
  float: none;
  border-bottom: 2px solid;
  border-color: #1a1a1a;
}

.nav-list-inverse.nav-list-success > li > a {
  color: #bfbfbf;
}

.nav-list-inverse.nav-list-success > li > a:hover {
  background-color: #eaf6ea;
  color: #3d8b3d;
}

.nav-list-inverse.nav-list-success > li.active > a,
.nav-list-inverse.nav-list-success > li.active > a:hover,
.nav-list-inverse.nav-list-success > li.active > a:focus {
  color: #fff;
  font-weight: bold;
  background-color: #5cb85c;
}

.nav-list-inverse.nav-list-success > li:last-child {
  border-bottom: none;
}

.nav-list-inverse.nav-list-success .nav-sublist {
  border-radius: 0px;
}

.nav-list-inverse.nav-list-success .nav-sublist > li {
  border-bottom: 0px;
}

.nav-list-inverse.nav-list-success .nav-sublist > li > a {
  color: #bfbfbf;
  border-left: 10px solid #a3d7a3;
}

.nav-list-inverse.nav-list-success .nav-sublist > li > a,
.nav-list-inverse.nav-list-success .nav-sublist > li > a:hover,
.nav-list-inverse.nav-list-success .nav-sublist > li > a:focus {
  color: #999;
  background-color: #0d0d0d;
}

.nav-list-inverse.nav-list-success .nav-sublist > li.active > a,
.nav-list-inverse.nav-list-success .nav-sublist > li.active > a:hover,
.nav-list-inverse.nav-list-success .nav-sublist > li.active > a:focus {
  font-weight: bold;
  background-color: #000;
  color: #5cb85c;
}

.nav-list-inverse.nav-list-success .nav-sublist > li.active > a:before {
  content: " ";
  height: 0;
  position: absolute;
  width: 0;
  left: 0px;
  top: 10px;
  border: 10px solid transparent;
  border-left-color: #a3d7a3;
}

.nav-list-inverse.nav-list-warning {
  background-color: #333;
  border-radius: 4px;
  border: 0px solid;
  border-color: #1a1a1a;
  overflow: hidden;
}

.nav-list-inverse.nav-list-warning > li {
  float: none;
  border-bottom: 2px solid;
  border-color: #1a1a1a;
}

.nav-list-inverse.nav-list-warning > li > a {
  color: #bfbfbf;
}

.nav-list-inverse.nav-list-warning > li > a:hover {
  background-color: #fff;
  color: #737373;
}

.nav-list-inverse.nav-list-warning > li.active > a,
.nav-list-inverse.nav-list-warning > li.active > a:hover,
.nav-list-inverse.nav-list-warning > li.active > a:focus {
  color: #fff;
  font-weight: bold;
  background-color: #f0ad4e;
}

.nav-list-inverse.nav-list-warning > li:last-child {
  border-bottom: none;
}

.nav-list-inverse.nav-list-warning .nav-sublist {
  border-radius: 0px;
}

.nav-list-inverse.nav-list-warning .nav-sublist > li {
  border-bottom: 0px;
}

.nav-list-inverse.nav-list-warning .nav-sublist > li > a {
  color: #bfbfbf;
  border-left: 10px solid #f8d9ac;
}

.nav-list-inverse.nav-list-warning .nav-sublist > li > a,
.nav-list-inverse.nav-list-warning .nav-sublist > li > a:hover,
.nav-list-inverse.nav-list-warning .nav-sublist > li > a:focus {
  color: #999;
  background-color: #0d0d0d;
}

.nav-list-inverse.nav-list-warning .nav-sublist > li.active > a,
.nav-list-inverse.nav-list-warning .nav-sublist > li.active > a:hover,
.nav-list-inverse.nav-list-warning .nav-sublist > li.active > a:focus {
  font-weight: bold;
  background-color: #000;
  color: #f0ad4e;
}

.nav-list-inverse.nav-list-warning .nav-sublist > li.active > a:before {
  content: " ";
  height: 0;
  position: absolute;
  width: 0;
  left: 0px;
  top: 10px;
  border: 10px solid transparent;
  border-left-color: #f8d9ac;
}

.nav-list-inverse.nav-list-info {
  background-color: #333;
  border-radius: 4px;
  border: 0px solid;
  border-color: #1a1a1a;
  overflow: hidden;
}

.nav-list-inverse.nav-list-info > li {
  float: none;
  border-bottom: 2px solid;
  border-color: #1a1a1a;
}

.nav-list-inverse.nav-list-info > li > a {
  color: #bfbfbf;
}

.nav-list-inverse.nav-list-info > li > a:hover {
  background-color: #e1edf7;
  color: #2a6496;
}

.nav-list-inverse.nav-list-info > li.active > a,
.nav-list-inverse.nav-list-info > li.active > a:hover,
.nav-list-inverse.nav-list-info > li.active > a:focus {
  color: #fff;
  font-weight: bold;
  background-color: #00135b;
}

.nav-list-inverse.nav-list-info > li:last-child {
  border-bottom: none;
}

.nav-list-inverse.nav-list-info .nav-sublist {
  border-radius: 0px;
}

.nav-list-inverse.nav-list-info .nav-sublist > li {
  border-bottom: 0px;
}

.nav-list-inverse.nav-list-info .nav-sublist > li > a {
  color: #bfbfbf;
  border-left: 10px solid #92bce0;
}

.nav-list-inverse.nav-list-info .nav-sublist > li > a,
.nav-list-inverse.nav-list-info .nav-sublist > li > a:hover,
.nav-list-inverse.nav-list-info .nav-sublist > li > a:focus {
  color: #999;
  background-color: #0d0d0d;
}

.nav-list-inverse.nav-list-info .nav-sublist > li.active > a,
.nav-list-inverse.nav-list-info .nav-sublist > li.active > a:hover,
.nav-list-inverse.nav-list-info .nav-sublist > li.active > a:focus {
  font-weight: bold;
  background-color: #000;
  color: #00135b;
}

.nav-list-inverse.nav-list-info .nav-sublist > li.active > a:before {
  content: " ";
  height: 0;
  position: absolute;
  width: 0;
  left: 0px;
  top: 10px;
  border: 10px solid transparent;
  border-left-color: #92bce0;
}

.nav-list-inverse.nav-list-danger {
  background-color: #333;
  border-radius: 4px;
  border: 0px solid;
  border-color: #1a1a1a;
  overflow: hidden;
}

.nav-list-inverse.nav-list-danger > li {
  float: none;
  border-bottom: 2px solid;
  border-color: #1a1a1a;
}

.nav-list-inverse.nav-list-danger > li > a {
  color: #bfbfbf;
}

.nav-list-inverse.nav-list-danger > li > a:hover {
  background-color: #fdf7f7;
  color: #b52b27;
}

.nav-list-inverse.nav-list-danger > li.active > a,
.nav-list-inverse.nav-list-danger > li.active > a:hover,
.nav-list-inverse.nav-list-danger > li.active > a:focus {
  color: #fff;
  font-weight: bold;
  background-color: #d9534f;
}

.nav-list-inverse.nav-list-danger > li:last-child {
  border-bottom: none;
}

.nav-list-inverse.nav-list-danger .nav-sublist {
  border-radius: 0px;
}

.nav-list-inverse.nav-list-danger .nav-sublist > li {
  border-bottom: 0px;
}

.nav-list-inverse.nav-list-danger .nav-sublist > li > a {
  color: #bfbfbf;
  border-left: 10px solid #eba5a3;
}

.nav-list-inverse.nav-list-danger .nav-sublist > li > a,
.nav-list-inverse.nav-list-danger .nav-sublist > li > a:hover,
.nav-list-inverse.nav-list-danger .nav-sublist > li > a:focus {
  color: #999;
  background-color: #0d0d0d;
}

.nav-list-inverse.nav-list-danger .nav-sublist > li.active > a,
.nav-list-inverse.nav-list-danger .nav-sublist > li.active > a:hover,
.nav-list-inverse.nav-list-danger .nav-sublist > li.active > a:focus {
  font-weight: bold;
  background-color: #000;
  color: #d9534f;
}

.nav-list-inverse.nav-list-danger .nav-sublist > li.active > a:before {
  content: " ";
  height: 0;
  position: absolute;
  width: 0;
  left: 0px;
  top: 10px;
  border: 10px solid transparent;
  border-left-color: #eba5a3;
}

li.active.parent .nav-sublist {
  display: block;
}

li.parent .nav-sublist {
  display: none;
}

#content {
  padding: 0 0 25px 0;
}

html {
  overflow-x: hidden;
}

ul.comment {
  padding-left: 0;
}

.gallery-row {
  padding: 15px 0;
}

.aligncenter {
  display: block;
  margin: 0 auto;
}

.alignleft {
  float: left !important;
}

.alignright {
  float: right !important;
}

figure.alignnone {
  margin-left: 0;
  margin-right: 0;
}

.wrap.main-section .content .bg {
  padding-top: 15px;
}

#shoestrap_icon {
  position: fixed;
  top: 20%;
  right: 0;
  z-index: 9999;
}

#shoestrap_icon a {
  width: 30px;
  height: 30px;
  line-height: 20px;
  display: block;
  background: #e98813;
  color: #fff;
  font-size: 20px;
  text-decoration: none;
  padding: 3px 5px;
  -webkit-transition: all 200ms linear;
  -moz-transition: all 200ms linear;
  -ms-transition: all 200ms linear;
  -o-transition: all 200ms linear;
  transition: all 200ms linear;
  -webkit-border-radius: 4px 0 0px 4px;
  border-radius: 4px 0px 0px 4px;
}

#shoestrap_icon a:hover {
  background: #e98813;
}

.button {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #333;
  background-color: #fff;
  border-color: #c4c4c4;
}

.button:focus,
.button:active:focus,
.button.active:focus,
.button.focus,
.button:active.focus,
.button.active.focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.button:hover,
.button:focus,
.button.focus {
  color: #333;
  text-decoration: none;
}

.button:active,
.button.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);
}

.button.disabled,
.button[disabled],
fieldset[disabled] .button {
  cursor: not-allowed;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}

a.button.disabled,
fieldset[disabled] a.button {
  pointer-events: none;
}

.button:focus,
.button.focus {
  color: #333;
  background-color: #e6e6e6;
  border-color: #848484;
}

.button:hover {
  color: #333;
  background-color: #e6e6e6;
  border-color: #a5a5a5;
}

.button:active,
.button.active,
.open > .dropdown-toggle.button {
  color: #333;
  background-color: #e6e6e6;
  border-color: #a5a5a5;
}

.button:active:hover,
.button.active:hover,
.open > .dropdown-toggle.button:hover,
.button:active:focus,
.button.active:focus,
.open > .dropdown-toggle.button:focus,
.button:active.focus,
.button.active.focus,
.open > .dropdown-toggle.button.focus {
  color: #333;
  background-color: #d4d4d4;
  border-color: #848484;
}

.button:active,
.button.active,
.open > .dropdown-toggle.button {
  background-image: none;
}

.button.disabled:hover,
.button[disabled]:hover,
fieldset[disabled] .button:hover,
.button.disabled:focus,
.button[disabled]:focus,
fieldset[disabled] .button:focus,
.button.disabled.focus,
.button[disabled].focus,
fieldset[disabled] .button.focus {
  background-color: #fff;
  border-color: #c4c4c4;
}

.button .badge {
  color: #fff;
  background-color: #333;
}

.thumbnail {
  max-width: 100%;
  height: auto;
}

.label.label-tag {
  margin-right: 0.5em;
  background: #eee;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.label.label-tag a {
  color: #333;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.label.label-tag a:hover {
  text-decoration: none;
}

.label.label-tag:hover {
  background: #555;
}

.label.label-tag:hover a {
  color: #fff;
}

@media (min-width: 768px) {
  .meta-row {
    height: 1.7em;
    overflow: hidden;
  }
  .meta-row:hover {
    overflow: visible;
  }
  .meta-row .tags-container {
    background: #fff;
    position: absolute;
    line-height: 1.7em;
    z-index: 99;
  }
  .meta-row i.icon {
    color: #00135b;
  }
  .meta-row i.icon.icon-comment {
    color: #f0ad4e;
  }
}

@media (max-width: 753px) {
  .dropdown-menu {
    position: inherit;
    float: none;
    top: auto;
  }
}

.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-radius: 4px;
}

@media screen and (min-width: 1007px) {
  .main-float-right .main {
    float: right;
  }
}

img {
  max-width: 100%;
  height: auto;
}

.tags-container ul.post-categories {
  margin-left: 0;
  padding-left: 0;
}

.tags-container ul.post-categories:before,
.tags-container ul.post-categories:after {
  content: " ";
  display: table;
}

.tags-container ul.post-categories:after {
  clear: both;
}

.tags-container ul.post-categories:before,
.tags-container ul.post-categories:after {
  content: " ";
  display: table;
}

.tags-container ul.post-categories:after {
  clear: both;
}

.tags-container ul.post-categories li {
  list-style: none;
  list-style-type: none;
  margin-left: 0;
  padding-left: 0;
  float: left;
  margin-bottom: 0.2em;
  margin-right: 0.2em;
}

.tags-container a {
  display: inline;
  padding: 0.2em 0.6em 0.3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25em;
  margin-right: 0.5em;
  background: #eee;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

a.tags-container a:hover,
a.tags-container a:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

.tags-container a:empty {
  display: none;
}

.btn .tags-container a {
  position: relative;
  top: -1px;
}

.tags-container a.label-tag {
  margin-right: 0.5em;
  background: #eee;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.tags-container a.label-tag a {
  color: #333;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.tags-container a.label-tag a:hover {
  text-decoration: none;
}

.tags-container a.label-tag:hover {
  background: #555;
}

.tags-container a.label-tag:hover a {
  color: #fff;
}

.tags-container a a {
  color: #333;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.tags-container a a:hover {
  text-decoration: none;
}

.tags-container a:hover {
  background: #555;
}

.tags-container a:hover a {
  color: #fff;
}

table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}

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.42857143;
  vertical-align: top;
  border-top: 1px solid #ddd;
}

table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}

table > caption + thead > tr:first-child > th,
table > colgroup + thead > tr:first-child > th,
table > thead:first-child > tr:first-child > th,
table > caption + thead > tr:first-child > td,
table > colgroup + thead > tr:first-child > td,
table > thead:first-child > tr:first-child > td {
  border-top: 0;
}

table > tbody + tbody {
  border-top: 2px solid #ddd;
}

table .table {
  background-color: #fff;
}

iframe.twitter-tweet.twitter-tweet-rendered {
  width: 100%;
}

.contact-form .pushbutton-wide {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #fff;
  background-color: #e98813;
  border-color: #d17a11;
}

.contact-form .pushbutton-wide:focus,
.contact-form .pushbutton-wide:active:focus,
.contact-form .pushbutton-wide.active:focus,
.contact-form .pushbutton-wide.focus,
.contact-form .pushbutton-wide:active.focus,
.contact-form .pushbutton-wide.active.focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.contact-form .pushbutton-wide:hover,
.contact-form .pushbutton-wide:focus,
.contact-form .pushbutton-wide.focus {
  color: #333;
  text-decoration: none;
}

.contact-form .pushbutton-wide:active,
.contact-form .pushbutton-wide.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);
}

.contact-form .pushbutton-wide.disabled,
.contact-form .pushbutton-wide[disabled],
fieldset[disabled] .contact-form .pushbutton-wide {
  cursor: not-allowed;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}

a.contact-form .pushbutton-wide.disabled,
fieldset[disabled] a.contact-form .pushbutton-wide {
  pointer-events: none;
}

.contact-form .pushbutton-wide:focus,
.contact-form .pushbutton-wide.focus {
  color: #fff;
  background-color: #ba6c0f;
  border-color: #5c3507;
}

.contact-form .pushbutton-wide:hover {
  color: #fff;
  background-color: #ba6c0f;
  border-color: #99590c;
}

.contact-form .pushbutton-wide:active,
.contact-form .pushbutton-wide.active,
.open > .dropdown-toggle.contact-form .pushbutton-wide {
  color: #fff;
  background-color: #ba6c0f;
  border-color: #99590c;
}

.contact-form .pushbutton-wide:active:hover,
.contact-form .pushbutton-wide.active:hover,
.open > .dropdown-toggle.contact-form .pushbutton-wide:hover,
.contact-form .pushbutton-wide:active:focus,
.contact-form .pushbutton-wide.active:focus,
.open > .dropdown-toggle.contact-form .pushbutton-wide:focus,
.contact-form .pushbutton-wide:active.focus,
.contact-form .pushbutton-wide.active.focus,
.open > .dropdown-toggle.contact-form .pushbutton-wide.focus {
  color: #fff;
  background-color: #99590c;
  border-color: #5c3507;
}

.contact-form .pushbutton-wide:active,
.contact-form .pushbutton-wide.active,
.open > .dropdown-toggle.contact-form .pushbutton-wide {
  background-image: none;
}

.contact-form .pushbutton-wide.disabled:hover,
.contact-form .pushbutton-wide[disabled]:hover,
fieldset[disabled] .contact-form .pushbutton-wide:hover,
.contact-form .pushbutton-wide.disabled:focus,
.contact-form .pushbutton-wide[disabled]:focus,
fieldset[disabled] .contact-form .pushbutton-wide:focus,
.contact-form .pushbutton-wide.disabled.focus,
.contact-form .pushbutton-wide[disabled].focus,
fieldset[disabled] .contact-form .pushbutton-wide.focus {
  background-color: #e98813;
  border-color: #d17a11;
}

.contact-form .pushbutton-wide .badge {
  color: #e98813;
  background-color: #fff;
}

.page-header {
  padding-top: 9px;
}

.featured-image {
  margin: 1em 1em 1em 0;
}

.entry-summary,
.entry-content {
  margin-top: 1em;
}

input[type="text"],
input[type="email"]:not(.footer-newsletter-form-field-text),
input[type="url"],
input[type="tel"],
input[type="number"],
textarea,
select,
input[type="date"] {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #c4c4c4;
  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 0.15s, box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus,
textarea:focus,
select:focus,
input[type="date"]:focus,
input[type="email"]:focus {
  border-color: #efa040;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(239, 160, 64, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(239, 160, 64, 0.6);
}

input[type="text"]::-moz-placeholder,
input[type="email"]::-moz-placeholder,
input[type="url"]::-moz-placeholder,
input[type="tel"]::-moz-placeholder,
input[type="number"]::-moz-placeholder,
textarea::-moz-placeholder,
select::-moz-placeholder,
input[type="date"]::-moz-placeholder,
input[type="email"]::-moz-placeholder {
  color: #999;
  opacity: 1;
}

input[type="text"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder,
input[type="url"]:-ms-input-placeholder,
input[type="tel"]:-ms-input-placeholder,
input[type="number"]:-ms-input-placeholder,
textarea:-ms-input-placeholder,
select:-ms-input-placeholder,
input[type="date"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder {
  color: #999;
}

input[type="text"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder,
input[type="url"]::-webkit-input-placeholder,
input[type="tel"]::-webkit-input-placeholder,
input[type="number"]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
select::-webkit-input-placeholder,
input[type="date"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder {
  color: #999;
}

input[type="text"]::-ms-expand,
input[type="email"]::-ms-expand,
input[type="url"]::-ms-expand,
input[type="tel"]::-ms-expand,
input[type="number"]::-ms-expand,
textarea::-ms-expand,
select::-ms-expand,
input[type="date"]::-ms-expand,
input[type="email"]::-ms-expand {
  border: 0;
  background-color: transparent;
}

input[type="text"][disabled],
input[type="email"][disabled],
input[type="url"][disabled],
input[type="tel"][disabled],
input[type="number"][disabled],
textarea[disabled],
select[disabled],
input[type="date"][disabled],
input[type="email"][disabled],
input[type="text"][readonly],
input[type="email"][readonly],
input[type="url"][readonly],
input[type="tel"][readonly],
input[type="number"][readonly],
textarea[readonly],
select[readonly],
input[type="date"][readonly],
input[type="email"][readonly],
fieldset[disabled] input[type="text"],
fieldset[disabled] input[type="email"],
fieldset[disabled] input[type="url"],
fieldset[disabled] input[type="tel"],
fieldset[disabled] input[type="number"],
fieldset[disabled] textarea,
fieldset[disabled] select,
fieldset[disabled] input[type="date"],
fieldset[disabled] input[type="email"] {
  background-color: #eee;
  opacity: 1;
}

input[type="text"][disabled],
input[type="email"][disabled],
input[type="url"][disabled],
input[type="tel"][disabled],
input[type="number"][disabled],
textarea[disabled],
select[disabled],
input[type="date"][disabled],
input[type="email"][disabled],
fieldset[disabled] input[type="text"],
fieldset[disabled] input[type="email"],
fieldset[disabled] input[type="url"],
fieldset[disabled] input[type="tel"],
fieldset[disabled] input[type="number"],
fieldset[disabled] textarea,
fieldset[disabled] select,
fieldset[disabled] input[type="date"],
fieldset[disabled] input[type="email"] {
  cursor: not-allowed;
}

textareainput[type="text"],
textareainput[type="email"],
textareainput[type="url"],
textareainput[type="tel"],
textareainput[type="number"],
textareatextarea,
textareaselect,
textareainput[type="date"],
textareainput[type="email"] {
  height: auto;
}

textrea {
  min-height: 10em;
}

input[type="submit"]:not(.footer-newsletter-form-submit) {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #fff;
  background-color: #e98813;
  border-color: #d17a11;
}

input[type="submit"]:focus,
input[type="submit"]:active:focus,
input[type="submit"].active:focus,
input[type="submit"].focus,
input[type="submit"]:active.focus,
input[type="submit"].active.focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

input[type="submit"]:hover:not(.footer-newsletter-form-submit),
input[type="submit"]:focus,
input[type="submit"].focus {
  color: #333;
  text-decoration: none;
}

input[type="submit"]:active,
input[type="submit"].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);
}

input[type="submit"].disabled,
input[type="submit"][disabled],
fieldset[disabled] input[type="submit"] {
  cursor: not-allowed;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}

ainput[type="submit"].disabled,
fieldset[disabled] ainput[type="submit"] {
  pointer-events: none;
}

input[type="submit"]:focus:not(.footer-newsletter-form-submit),
input[type="submit"].focus {
  color: #fff;
  background-color: #ba6c0f;
  border-color: #5c3507;
}

input[type="submit"]:hover:not(.footer-newsletter-form-submit) {
  color: #fff;
  background-color: #ba6c0f;
  border-color: #99590c;
}

input[type="submit"]:active,
input[type="submit"].active,
.open > .dropdown-toggleinput[type="submit"] {
  color: #fff;
  background-color: #ba6c0f;
  border-color: #99590c;
}

input[type="submit"]:active:hover,
input[type="submit"].active:hover,
.open > .dropdown-toggleinput[type="submit"]:hover,
input[type="submit"]:active:focus,
input[type="submit"].active:focus,
.open > .dropdown-toggleinput[type="submit"]:focus,
input[type="submit"]:active.focus,
input[type="submit"].active.focus,
.open > .dropdown-toggleinput[type="submit"].focus {
  color: #fff;
  background-color: #99590c;
  border-color: #5c3507;
}

input[type="submit"]:active,
input[type="submit"].active,
.open > .dropdown-toggleinput[type="submit"] {
  background-image: none;
}

input[type="submit"].disabled:hover,
input[type="submit"][disabled]:hover,
fieldset[disabled] input[type="submit"]:hover,
input[type="submit"].disabled:focus,
input[type="submit"][disabled]:focus,
fieldset[disabled] input[type="submit"]:focus,
input[type="submit"].disabled.focus,
input[type="submit"][disabled].focus,
fieldset[disabled] input[type="submit"].focus {
  background-color: #e98813;
  border-color: #d17a11;
}

input[type="submit"] .badge {
  color: #e98813;
  background-color: #fff;
}

.gform_wrapper ul {
  padding-left: 0;
  list-style: none;
}

.gform_wrapper li {
  margin-bottom: 15px;
}

.gform_wrapper form {
  margin-bottom: 0;
}

.gform_wrapper label {
  font-weight: normal;
}

.gform_wrapper .gfield {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

@media (min-width: 992px) {
  .gform_wrapper .gfield {
    float: left;
    width: 100%;
  }
}

.gform_wrapper .top_label .gfield_label {
  font-weight: bold;
}

.gform_wrapper .gsection {
  border-bottom: 1px dotted #ccc;
  margin: 16px 0;
  padding: 0 0 8px;
}

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

.gform_wrapper .gsection:after {
  clear: both;
}

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

.gform_wrapper .gsection:after {
  clear: both;
}

.gform_wrapper ul.gfield_radio li,
.gform_wrapper ul.gfield_checkbox li {
  margin-bottom: 0;
}

.gform_wrapper ul.gfield_radio li input[type="radio"]:checked + label,
.gform_wrapper ul.gfield_checkbox li input[type="radio"]:checked + label,
.gform_wrapper ul.gfield_radio li input[type="checkbox"]:checked + label,
.gform_wrapper ul.gfield_checkbox li input[type="checkbox"]:checked + label {
  font-weight: bold;
}

.gform_wrapper .gfield_required {
  padding-left: 1px;
  color: #b44946;
}

.gform_wrapper .field_name_first input,
.gform_wrapper .ginput_complex .ginput_left input {
  width: 100%;
}

.gform_wrapper .ginput_complex .ginput_right input {
  width: 99%;
}

.gform_wrapper .datepicker.datepicker_with_icon.hasDatepicker {
  display: inline-block;
  margin-right: 2%;
  width: 90%;
}

.gform_wrapper .ginput_complex label,
.gform_wrapper .gfield_time_hour label,
.gform_wrapper .gfield_time_minute label,
.gform_wrapper .gfield_date_month label,
.gform_wrapper .gfield_date_day label,
.gform_wrapper .gfield_date_year label,
.gform_wrapper .instruction {
  display: block;
  font-size: 12px;
  margin: 3px;
}

.gform_wrapper li.gfield.gf_left_half,
.gform_wrapper li.gfield.gf_right_half,
.gform_wrapper .ginput_complex .ginput_left,
.gform_wrapper .ginput_complex .ginput_right {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

@media (min-width: 992px) {
  .gform_wrapper li.gfield.gf_left_half,
  .gform_wrapper li.gfield.gf_right_half,
  .gform_wrapper .ginput_complex .ginput_left,
  .gform_wrapper .ginput_complex .ginput_right {
    float: left;
    width: 50%;
  }
}

.gform_wrapper li.gfield.gf_one_quarter {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

@media (min-width: 992px) {
  .gform_wrapper li.gfield.gf_one_quarter {
    float: left;
    width: 25%;
  }
}

.gform_wrapper li.gfield.gf_three_quarter {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

@media (min-width: 992px) {
  .gform_wrapper li.gfield.gf_three_quarter {
    float: left;
    width: 75%;
  }
}

.gform_wrapper li.gfield.gf_left_third,
.gform_wrapper li.gfield.gf_middle_third,
.gform_wrapper li.gfield.gf_right_third {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

@media (min-width: 992px) {
  .gform_wrapper li.gfield.gf_left_third,
  .gform_wrapper li.gfield.gf_middle_third,
  .gform_wrapper li.gfield.gf_right_third {
    float: left;
    width: 33.33333333%;
  }
}

.gform_wrapper li.gfield.gf_list_2col ul.gfield_checkbox li,
.gform_wrapper li.gfield.gf_list_2col ul.gfield_radio li {
  margin: 0;
  min-height: 1.8em;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

@media (min-width: 992px) {
  .gform_wrapper li.gfield.gf_list_2col ul.gfield_checkbox li,
  .gform_wrapper li.gfield.gf_list_2col ul.gfield_radio li {
    float: left;
    width: 50%;
  }
}

@media (max-width: 992px) {
  .gform_wrapper li.gfield.gf_list_2col ul.gfield_checkbox li,
  .gform_wrapper li.gfield.gf_list_2col ul.gfield_radio li {
    display: inline-block;
  }
}

.gform_wrapper li.gfield.gf_list_3col ul.gfield_checkbox li,
.gform_wrapper li.gfield.gf_list_3col ul.gfield_radio li {
  margin: 0;
  min-height: 1.8em;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

@media (min-width: 992px) {
  .gform_wrapper li.gfield.gf_list_3col ul.gfield_checkbox li,
  .gform_wrapper li.gfield.gf_list_3col ul.gfield_radio li {
    float: left;
    width: 33.33333333%;
  }
}

@media (max-width: 992px) {
  .gform_wrapper li.gfield.gf_list_3col ul.gfield_checkbox li,
  .gform_wrapper li.gfield.gf_list_3col ul.gfield_radio li {
    display: inline-block;
  }
}

.gform_wrapper li.gfield.gf_list_4col ul.gfield_checkbox li,
.gform_wrapper li.gfield.gf_list_4col ul.gfield_radio li {
  margin: 0;
  min-height: 1.8em;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

@media (min-width: 992px) {
  .gform_wrapper li.gfield.gf_list_4col ul.gfield_checkbox li,
  .gform_wrapper li.gfield.gf_list_4col ul.gfield_radio li {
    float: left;
    width: 25%;
  }
}

@media (max-width: 992px) {
  .gform_wrapper li.gfield.gf_list_4col ul.gfield_checkbox li,
  .gform_wrapper li.gfield.gf_list_4col ul.gfield_radio li {
    display: inline-block;
  }
}

.gform_wrapper .ginput_complex .ginput_left {
  padding-left: 0;
}

.gform_wrapper .ginput_complex .ginput_right {
  padding-right: 0;
}

.gform_wrapper li.gfield.gf_inline {
  display: inline-block;
  float: none;
  vertical-align: top;
  width: auto;
}

.gform_wrapper .gfield_checkbox li input[type="checkbox"],
.gform_wrapper .gfield_radio li input[type="radio"],
.gform_wrapper .gfield_checkbox li input {
  float: left;
  margin-top: 7px;
  height: 20px;
}

.gform_wrapper .gfield_checkbox li input[type="checkbox"]:hover,
.gform_wrapper .gfield_radio li input[type="radio"]:hover,
.gform_wrapper .gfield_checkbox li input:hover {
  cursor: pointer;
}

.gform_wrapper .gfield_checkbox li label,
.gform_wrapper .gfield_radio li label {
  display: inline-block;
  line-height: 1.5;
  margin: 2px 0 0 10px;
  padding: 0;
  vertical-align: top;
  width: auto;
}

.gform_wrapper .gfield_checkbox li label:hover,
.gform_wrapper .gfield_radio li label:hover {
  cursor: pointer;
}

.gform_wrapper li.gf_list_inline ul.gfield_checkbox li,
.gform_wrapper li.gf_list_inline ul.gfield_radio li {
  display: inline-block;
  margin: 0 10px 10px 0;
}

.gform_wrapper .ginput_container input,
.gform_wrapper .ginput_container select,
.gform_wrapper .ginput_container textarea {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #c4c4c4;
  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 0.15s, box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.gform_wrapper .ginput_container input:focus,
.gform_wrapper .ginput_container select:focus,
.gform_wrapper .ginput_container textarea:focus {
  border-color: #efa040;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(239, 160, 64, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(239, 160, 64, 0.6);
}

.gform_wrapper .ginput_container input::-moz-placeholder,
.gform_wrapper .ginput_container select::-moz-placeholder,
.gform_wrapper .ginput_container textarea::-moz-placeholder {
  color: #999;
  opacity: 1;
}

.gform_wrapper .ginput_container input:-ms-input-placeholder,
.gform_wrapper .ginput_container select:-ms-input-placeholder,
.gform_wrapper .ginput_container textarea:-ms-input-placeholder {
  color: #999;
}

.gform_wrapper .ginput_container input::-webkit-input-placeholder,
.gform_wrapper .ginput_container select::-webkit-input-placeholder,
.gform_wrapper .ginput_container textarea::-webkit-input-placeholder {
  color: #999;
}

.gform_wrapper .ginput_container input::-ms-expand,
.gform_wrapper .ginput_container select::-ms-expand,
.gform_wrapper .ginput_container textarea::-ms-expand {
  border: 0;
  background-color: transparent;
}

.gform_wrapper .ginput_container input[disabled],
.gform_wrapper .ginput_container select[disabled],
.gform_wrapper .ginput_container textarea[disabled],
.gform_wrapper .ginput_container input[readonly],
.gform_wrapper .ginput_container select[readonly],
.gform_wrapper .ginput_container textarea[readonly],
fieldset[disabled] .gform_wrapper .ginput_container input,
fieldset[disabled] .gform_wrapper .ginput_container select,
fieldset[disabled] .gform_wrapper .ginput_container textarea {
  background-color: #eee;
  opacity: 1;
}

.gform_wrapper .ginput_container input[disabled],
.gform_wrapper .ginput_container select[disabled],
.gform_wrapper .ginput_container textarea[disabled],
fieldset[disabled] .gform_wrapper .ginput_container input,
fieldset[disabled] .gform_wrapper .ginput_container select,
fieldset[disabled] .gform_wrapper .ginput_container textarea {
  cursor: not-allowed;
}

textarea.gform_wrapper .ginput_container input,
textarea.gform_wrapper .ginput_container select,
textarea.gform_wrapper .ginput_container textarea {
  height: auto;
}

.gform_wrapper .ginput_container input[type="checkbox"],
.gform_wrapper .ginput_container input[type="radio"] {
  width: auto;
}

.gform_wrapper .ginput_container textarea {
  height: auto;
}

.gform_wrapper .ginput_container .ui-datepicker-trigger {
  width: auto;
}

.gform_wrapper .gform_button {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #fff;
  background-color: #5cb85c;
  border-color: #02c39a;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
  height: auto;
  width: auto;
}

.gform_wrapper .gform_button:focus,
.gform_wrapper .gform_button:active:focus,
.gform_wrapper .gform_button.active:focus,
.gform_wrapper .gform_button.focus,
.gform_wrapper .gform_button:active.focus,
.gform_wrapper .gform_button.active.focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.gform_wrapper .gform_button:hover,
.gform_wrapper .gform_button:focus,
.gform_wrapper .gform_button.focus {
  color: #333;
  text-decoration: none;
}

.gform_wrapper .gform_button:active,
.gform_wrapper .gform_button.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);
}

.gform_wrapper .gform_button.disabled,
.gform_wrapper .gform_button[disabled],
fieldset[disabled] .gform_wrapper .gform_button {
  cursor: not-allowed;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}

a.gform_wrapper .gform_button.disabled,
fieldset[disabled] a.gform_wrapper .gform_button {
  pointer-events: none;
}

.gform_wrapper .gform_button:focus,
.gform_wrapper .gform_button.focus {
  color: #fff;
  background-color: #449d44;
  border-color: #255625;
}

.gform_wrapper .gform_button:hover {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}

.gform_wrapper .gform_button:active,
.gform_wrapper .gform_button.active,
.open > .dropdown-toggle.gform_wrapper .gform_button {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}

.gform_wrapper .gform_button:active:hover,
.gform_wrapper .gform_button.active:hover,
.open > .dropdown-toggle.gform_wrapper .gform_button:hover,
.gform_wrapper .gform_button:active:focus,
.gform_wrapper .gform_button.active:focus,
.open > .dropdown-toggle.gform_wrapper .gform_button:focus,
.gform_wrapper .gform_button:active.focus,
.gform_wrapper .gform_button.active.focus,
.open > .dropdown-toggle.gform_wrapper .gform_button.focus {
  color: #fff;
  background-color: #398439;
  border-color: #255625;
}

.gform_wrapper .gform_button:active,
.gform_wrapper .gform_button.active,
.open > .dropdown-toggle.gform_wrapper .gform_button {
  background-image: none;
}

.gform_wrapper .gform_button.disabled:hover,
.gform_wrapper .gform_button[disabled]:hover,
fieldset[disabled] .gform_wrapper .gform_button:hover,
.gform_wrapper .gform_button.disabled:focus,
.gform_wrapper .gform_button[disabled]:focus,
fieldset[disabled] .gform_wrapper .gform_button:focus,
.gform_wrapper .gform_button.disabled.focus,
.gform_wrapper .gform_button[disabled].focus,
fieldset[disabled] .gform_wrapper .gform_button.focus {
  background-color: #5cb85c;
  border-color: #02c39a;
}

.gform_wrapper .gform_button .badge {
  color: #5cb85c;
  background-color: #fff;
}

.gform_wrapper .gform_wrapper .gfield_error .gfield_label {
  color: #b44946;
}

.gform_wrapper .gform_wrapper .gfield_error input,
.gform_wrapper .gform_wrapper .gfield_error select,
.gform_wrapper .gform_wrapper .gfield_error textarea {
  border-color: #e7929e;
  background-color: #eca9a7;
  color: #b44946;
}

.gform_wrapper .gform_wrapper .gfield_error input:focus,
.gform_wrapper .gform_wrapper .gfield_error select:focus,
.gform_wrapper .gform_wrapper .gfield_error textarea:focus {
  border-color: #b44946;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(180, 73, 70, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(180, 73, 70, 0.6);
}

.gform_wrapper .gfield_error,
.gform_wrapper .validation_error {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
  background-color: #eca9a7;
  border-color: #e7929e;
  color: #b44946;
}

.gform_wrapper .gfield_error h4,
.gform_wrapper .validation_error h4 {
  margin-top: 0;
  color: inherit;
}

.gform_wrapper .gfield_error .alert-link,
.gform_wrapper .validation_error .alert-link {
  font-weight: bold;
}

.gform_wrapper .gfield_error > p,
.gform_wrapper .validation_error > p,
.gform_wrapper .gfield_error > ul,
.gform_wrapper .validation_error > ul {
  margin-bottom: 0;
}

.gform_wrapper .gfield_error > p + p,
.gform_wrapper .validation_error > p + p {
  margin-top: 5px;
}

.gform_wrapper .gfield_error hr,
.gform_wrapper .validation_error hr {
  border-top-color: #e37d8b;
}

.gform_wrapper .gfield_error .alert-link,
.gform_wrapper .validation_error .alert-link {
  color: #903a38;
}

.gform_wrapper #gforms_confirmation_message {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}

.gform_wrapper #gforms_confirmation_message h4 {
  margin-top: 0;
  color: inherit;
}

.gform_wrapper #gforms_confirmation_message .alert-link {
  font-weight: bold;
}

.gform_wrapper #gforms_confirmation_message > p,
.gform_wrapper #gforms_confirmation_message > ul {
  margin-bottom: 0;
}

.gform_wrapper #gforms_confirmation_message > p + p {
  margin-top: 5px;
}

.gform_wrapper .gf_scroll_text {
  overflow: auto;
  height: 180px;
}

.breadcrumb {
  overflow: hidden;
}

.row-meta span.col-md-12,
.row-meta span.col-md-6,
.row-meta span.col-md-4,
.row-meta span.col-md-3,
.row-meta span.col-md-2,
.row-meta span.col-md-1 {
  width: auto;
}

.header-wrapper {
  padding: 15px 15px;
}

.header-boxed .header-wrapper {
  padding: 15px 0;
}

.jumbotron {
  padding: 30px;
  margin-bottom: 30px;
  line-height: 2.14285714;
  font-weight: 400;
  font-style: inherit;
  font-family: Arial, Helvetica, sans-serif;
  border-radius: 0px;
}

.jumbotron h1,
.jumbotron h2,
.jumbotron h3,
.jumbotron h4,
.jumbotron h5,
.jumbotron h6 {
  font-weight: 400;
  font-style: inherit;
  font-family: Arial, Helvetica, sans-serif;
}

.jumbotron p {
  line-height: 1.4;
}

@media screen and (min-width: 768px) {
  .jumbotron {
    padding: 50px 60px;
  }
  .jumbotron h1 {
    font-size: 63px;
  }
}

body.boxed-style .boxed-container {
  margin-top: 0px;
  padding-left: 0;
  padding-right: 0;
}

/* .wrap.main-section.fluid {
	padding-left: 15px;
	padding-right: 15px
} */

#navbar_social_bar a:hover,
#footer_social_bar a:active {
  text-decoration: none;
}

.btn-group.social-share .social-link {
  display: none;
}

.btn-group.social-share:hover .social-share-main {
  border-bottom-right-radius: 0px !important;
  border-top-right-radius: 0px !important;
}

.btn-group.social-share:hover a {
  display: block;
  width: auto;
}

body {
  word-wrap: break-word;
  -ms-word-wrap: break-word;
}

body.admin-bar.top-navbar {
  padding-top: 65px;
}

body.admin-bar.top-navbar .topnavbar.navbar-fixed-top {
  padding-top: 32px;
}

body.admin-bar .navbar.static-left {
  margin-top: 32px;
}

body .navbar.navbar-static-top {
  margin-bottom: 0;
}

body.bottom-navbar {
  padding-bottom: 65px;
}

a.toggle-nav {
  opacity: 0.6;
  -webkit-transition: all 500ms ease-in-out;
  -moz-transition: all 500ms ease-in-out;
  -o-transition: all 500ms ease-in-out;
  -ms-transition: all 500ms ease-in-out;
  border-radius: 50%;
  color: #eee;
}

a.toggle-nav.nav-toggle {
  color: #eee;
  position: relative;
  float: left;
}

a.toggle-nav.static-left {
  z-index: 1;
  text-decoration: none;
  text-align: center;
  display: block;
  width: 30px;
  height: 30px;
  font-size: 20px;
  background: transparent;
  color: #00135b;
  width: 100%;
  border-radius: 0px;
}

a.toggle-nav.open {
  opacity: 1;
  transform: rotate(540deg);
  -ms-transform: rotate(540deg);
  -webkit-transform: rotate(540deg);
}

#megaDrop {
  display: none;
  padding: 20px 10px;
}

.navbar #searchform {
  border: 0;
  padding: 0;
}

.navbar .dropdown-menu {
  padding: 0;
  background: #fff;
}

.navbar .dropdown-menu li.active a,
.navbar .dropdown-menu li:hover a {
  background: #fff;
  color: #f7f7f7;
}

.navbar.style1 .open > a:first-child,
.navbar.style1 .open > a:hover:first-child,
.navbar.style1 .open > a:focus:first-child,
.navbar.style1 a:hover:first-child,
.navbar.style1 a:focus:first-child {
  background: #fff;
  border-bottom: 5px solid #e98813;
  padding-bottom: 10px;
}

.navbar.style1 .active > a,
.navbar.style1 .active > a:hover,
.navbar.style1 .active > a:focus {
  background: #fff;
  border-bottom: 5px solid #e98813;
}

.navbar.style1 .dropdown-menu {
  border-top: 5px;
  margin-top: -5px;
  padding-top: 0;
  padding-bottom: 0;
  right: auto !important;
  border-top: 1px solid #e98813;
}

.navbar.style1 .dropdown-menu a,
.navbar.style1 .dropdown-menu a:hover,
.navbar.style1 .dropdown-menu a:focus {
  background: block;
  color: #e98813;
  border-bottom: 0;
  border-top: 1px solid #e98813;
  padding-bottom: 0px;
}

.navbar.style1 .navbar-nav > li > a {
  padding-bottom: 10px;
}

.navbar.style2 li > a {
  padding-top: 22.5px;
}

.navbar.style2 .active > a,
.navbar.style2 .active > a:hover,
.navbar.style2 .active > a:focus {
  background: #fff;
  border-top: 3px solid #e98813;
  padding-top: 19.5px;
}

.navbar.style2 li ul li > a {
  border-top: none !important;
  padding-top: 0 !important;
}

.navbar.style2 .dropdown-menu .active > a,
.navbar.style2 .dropdown-menu .active > a:hover,
.navbar.style2 .dropdown-menu .active > a:focus {
  color: #e98813;
}

.navbar.style3 {
  border-top: 5px solid #e98813;
}

.navbar.style3 .active > a,
.navbar.style3 .active > a:hover,
.navbar.style3 .active > a:focus {
  border-top: 5px solid #f0ad4e;
  margin-top: -5px;
}

.navbar.style3 .dropdown-menu .active > a,
.navbar.style3 .dropdown-menu .active > a:hover,
.navbar.style3 .dropdown-menu .active > a:focus {
  border-top: 2px solid #f0ad4e !important;
}

.navbar.style4 {
  border-top: 5px solid #e98813;
}

.navbar.style4 .active > a,
.navbar.style4 .active > a:hover,
.navbar.style4 .active > a:focus {
  background: #e98813;
  color: #fff;
}

.navbar.style5 .active > a,
.navbar.style5 .active > a:hover,
.navbar.style5 .active > a:focus {
  background: #fff;
  color: #e98813;
}

.navbar.style6 {
  border-bottom: 5px solid #e98813;
}

.navbar.style6 .active > a,
.navbar.style6 .active > a:hover,
.navbar.style6 .active > a:focus {
  border-bottom: 5px solid #f0ad4e;
  margin-bottom: -5px;
}

.navbar.style6 .dropdown-menu .active > a,
.navbar.style6 .dropdown-menu .active > a:hover,
.navbar.style6 .dropdown-menu .active > a:focus {
  border-bottom: 2px solid #f0ad4e !important;
}

.navbar.metro .active > a,
.navbar.metro .active > a:hover,
.navbar.metro .active > a:focus {
  background: #d9534f;
}

.navbar.metro li.open a.dropdown-toggle {
  background: #e98813;
}

.navbar.metro .dropdown-menu > li > a:hover,
.navbar.metro .dropdown-menu > li > a:focus {
  background: #e98813;
}

.navbar a.navbar-brand {
  max-width: inherit !important;
}

.navbar a.navbar-brand.logo {
  height: 65px;
  padding-top: 6px;
  padding-bottom: 6px;
}

.navbar a.navbar-brand.logo img {
  max-height: 100%;
  width: auto;
  max-width: inherit !important;
  vertical-align: -webkit-baseline-middle;
}

.dropdown-submenu {
  position: relative;
}

li.dropdown ul.dropdown-menu li.dropdown > .dropdown-menu {
  top: 0;
  left: 100%;
}

li.dropdown ul.dropdown-menu li.dropdown:hover > .dropdown-menu {
  display: block;
}

li.dropdown ul.dropdown-menu li.dropdown.pull-left {
  float: none;
}

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

.navbar {
  font-size: 13px;
  font-style: inherit;
  font-weight: 300;
}

.navbar li > a {
  color: #eee;
}

.navbar a.navbar-brand {
  font-size: 18px;
  font-style: inherit;
  font-weight: inherit;
  color: #eaeaea;
}

.navbar .nav.nav-pills li a {
  padding: 22.5px 15px;
}

.topnavbar {
  z-index: 1000;
}

.topnavbar.navbar-fixed-top {
  z-index: 1030;
}

.secondary {
  z-index: 1;
}

@media (max-width: 768px) {
  .navbar .pull-right {
    float: none !important;
  }
}

.banner-navbar-static-left-mixin {
  position: fixed;
  overflow-y: auto;
  height: 100%;
  padding: 0;
  border-radius: 0px;
  top: 0;
}

.banner-navbar-static-left-mixin .navbar-header {
  float: none;
}

.banner-navbar-static-left-mixin .nav-main.navbar-collapse {
  padding: 0;
}

.banner-navbar-static-left-mixin .nav-main.navbar-collapse ul.nav.navbar-nav,
.banner-navbar-static-left-mixin .nav-main.navbar-collapse .pull-right {
  float: none !important;
}

.banner-navbar-static-left-mixin .nav-main.navbar-collapse ul.nav.navbar-nav > li,
.banner-navbar-static-left-mixin .nav-main.navbar-collapse .pull-right > li {
  width: 100%;
}

.banner-navbar-static-left-mixin form#searchform {
  padding: 15px;
}

.banner-navbar-static-left-mixin .logo {
  max-width: 100% !important;
  height: auto;
}

.static-menu-main-mixin.col-static-1 {
  padding-left: 91.66%;
}

.static-menu-main-mixin.col-static-2 {
  padding-left: 83.33%;
}

.static-menu-main-mixin.col-static-3 {
  padding-left: 75%;
}

.static-menu-main-mixin.col-static-4 {
  padding-left: 66.66%;
}

.static-menu-main-mixin.col-static-5 {
  padding-left: 58.33%;
}

.static-menu-main-mixin.col-static-6 {
  padding-left: 50%;
}

.static-menu-main-mixin.col-static-7 {
  padding-left: 41.66%;
}

.static-menu-main-mixin.col-static-8 {
  padding-left: 33.33%;
}

.static-menu-main-mixin.col-static-9 {
  padding-left: 25%;
}

.static-menu-main-mixin.col-static-10 {
  padding-left: 16.66%;
}

.static-menu-main-mixin.col-static-11 {
  padding-left: 8.332%;
}

@media (max-width: 480px) {
  header.sm.banner.navbar.static-left,
  header.md.banner.navbar.static-left,
  header.lg.banner.navbar.static-left {
    padding-left: 0;
    padding-right: 0;
  }
}

@media (min-width: 480px) {
  header.xs.banner.navbar.static-left {
    position: fixed;
    overflow-y: auto;
    height: 100%;
    padding: 0;
    border-radius: 0px;
    top: 0;
  }
  header.xs.banner.navbar.static-left .navbar-header {
    float: none;
  }
  header.xs.banner.navbar.static-left .nav-main.navbar-collapse {
    padding: 0;
  }
  header.xs.banner.navbar.static-left .nav-main.navbar-collapse ul.nav.navbar-nav,
  header.xs.banner.navbar.static-left .nav-main.navbar-collapse .pull-right {
    float: none !important;
  }
  header.xs.banner.navbar.static-left .nav-main.navbar-collapse ul.nav.navbar-nav > li,
  header.xs.banner.navbar.static-left .nav-main.navbar-collapse .pull-right > li {
    width: 100%;
  }
  header.xs.banner.navbar.static-left form#searchform {
    padding: 15px;
  }
  header.xs.banner.navbar.static-left .logo {
    max-width: 100% !important;
    height: auto;
  }
  header.sm.banner.navbar.static-left,
  header.md.banner.navbar.static-left,
  header.lg.banner.navbar.static-left {
    padding-left: 0;
    padding-right: 0;
  }
  section.xs.static-menu-main.col-static-1 {
    padding-left: 91.66%;
  }
  section.xs.static-menu-main.col-static-2 {
    padding-left: 83.33%;
  }
  section.xs.static-menu-main.col-static-3 {
    padding-left: 75%;
  }
  section.xs.static-menu-main.col-static-4 {
    padding-left: 66.66%;
  }
  section.xs.static-menu-main.col-static-5 {
    padding-left: 58.33%;
  }
  section.xs.static-menu-main.col-static-6 {
    padding-left: 50%;
  }
  section.xs.static-menu-main.col-static-7 {
    padding-left: 41.66%;
  }
  section.xs.static-menu-main.col-static-8 {
    padding-left: 33.33%;
  }
  section.xs.static-menu-main.col-static-9 {
    padding-left: 25%;
  }
  section.xs.static-menu-main.col-static-10 {
    padding-left: 16.66%;
  }
  section.xs.static-menu-main.col-static-11 {
    padding-left: 8.332%;
  }
}

@media (min-width: 768px) {
  header.sm.banner.navbar.static-left {
    position: fixed;
    overflow-y: auto;
    height: 100%;
    padding: 0;
    border-radius: 0px;
    top: 0;
  }
  header.sm.banner.navbar.static-left .navbar-header {
    float: none;
  }
  header.sm.banner.navbar.static-left .nav-main.navbar-collapse {
    padding: 0;
  }
  header.sm.banner.navbar.static-left .nav-main.navbar-collapse ul.nav.navbar-nav,
  header.sm.banner.navbar.static-left .nav-main.navbar-collapse .pull-right {
    float: none !important;
  }
  header.sm.banner.navbar.static-left .nav-main.navbar-collapse ul.nav.navbar-nav > li,
  header.sm.banner.navbar.static-left .nav-main.navbar-collapse .pull-right > li {
    width: 100%;
  }
  header.sm.banner.navbar.static-left form#searchform {
    padding: 15px;
  }
  header.sm.banner.navbar.static-left .logo {
    max-width: 100% !important;
    height: auto;
  }
  header.md.banner.navbar.static-left,
  header.lg.banner.navbar.static-left {
    padding-left: 0;
    padding-right: 0;
  }
  section.sm.static-menu-main.col-static-1 {
    padding-left: 91.66%;
  }
  section.sm.static-menu-main.col-static-2 {
    padding-left: 83.33%;
  }
  section.sm.static-menu-main.col-static-3 {
    padding-left: 75%;
  }
  section.sm.static-menu-main.col-static-4 {
    padding-left: 66.66%;
  }
  section.sm.static-menu-main.col-static-5 {
    padding-left: 58.33%;
  }
  section.sm.static-menu-main.col-static-6 {
    padding-left: 50%;
  }
  section.sm.static-menu-main.col-static-7 {
    padding-left: 41.66%;
  }
  section.sm.static-menu-main.col-static-8 {
    padding-left: 33.33%;
  }
  section.sm.static-menu-main.col-static-9 {
    padding-left: 25%;
  }
  section.sm.static-menu-main.col-static-10 {
    padding-left: 16.66%;
  }
  section.sm.static-menu-main.col-static-11 {
    padding-left: 8.332%;
  }
}

@media (min-width: 992px) {
  header.md.banner.navbar.static-left {
    position: fixed;
    overflow-y: auto;
    height: 100%;
    padding: 0;
    border-radius: 0px;
    top: 0;
  }
  header.md.banner.navbar.static-left .navbar-header {
    float: none;
  }
  header.md.banner.navbar.static-left .nav-main.navbar-collapse {
    padding: 0;
  }
  header.md.banner.navbar.static-left .nav-main.navbar-collapse ul.nav.navbar-nav,
  header.md.banner.navbar.static-left .nav-main.navbar-collapse .pull-right {
    float: none !important;
  }
  header.md.banner.navbar.static-left .nav-main.navbar-collapse ul.nav.navbar-nav > li,
  header.md.banner.navbar.static-left .nav-main.navbar-collapse .pull-right > li {
    width: 100%;
  }
  header.md.banner.navbar.static-left form#searchform {
    padding: 15px;
  }
  header.md.banner.navbar.static-left .logo {
    max-width: 100% !important;
    height: auto;
  }
  header.lg.banner.navbar.static-left {
    padding-left: 0;
    padding-right: 0;
  }
  section.md.static-menu-main.col-static-1 {
    padding-left: 91.66%;
  }
  section.md.static-menu-main.col-static-2 {
    padding-left: 83.33%;
  }
  section.md.static-menu-main.col-static-3 {
    padding-left: 75%;
  }
  section.md.static-menu-main.col-static-4 {
    padding-left: 66.66%;
  }
  section.md.static-menu-main.col-static-5 {
    padding-left: 58.33%;
  }
  section.md.static-menu-main.col-static-6 {
    padding-left: 50%;
  }
  section.md.static-menu-main.col-static-7 {
    padding-left: 41.66%;
  }
  section.md.static-menu-main.col-static-8 {
    padding-left: 33.33%;
  }
  section.md.static-menu-main.col-static-9 {
    padding-left: 25%;
  }
  section.md.static-menu-main.col-static-10 {
    padding-left: 16.66%;
  }
  section.md.static-menu-main.col-static-11 {
    padding-left: 8.332%;
  }
}

@media (min-width: 1200px) {
  header.lg.banner.navbar.static-left {
    position: fixed;
    overflow-y: auto;
    height: 100%;
    padding: 0;
    border-radius: 0px;
    top: 0;
  }
  header.lg.banner.navbar.static-left .navbar-header {
    float: none;
  }
  header.lg.banner.navbar.static-left .nav-main.navbar-collapse {
    padding: 0;
  }
  header.lg.banner.navbar.static-left .nav-main.navbar-collapse ul.nav.navbar-nav,
  header.lg.banner.navbar.static-left .nav-main.navbar-collapse .pull-right {
    float: none !important;
  }
  header.lg.banner.navbar.static-left .nav-main.navbar-collapse ul.nav.navbar-nav > li,
  header.lg.banner.navbar.static-left .nav-main.navbar-collapse .pull-right > li {
    width: 100%;
  }
  header.lg.banner.navbar.static-left form#searchform {
    padding: 15px;
  }
  header.lg.banner.navbar.static-left .logo {
    max-width: 100% !important;
    height: auto;
  }
  section.lg.static-menu-main.col-static-1 {
    padding-left: 91.66%;
  }
  section.lg.static-menu-main.col-static-2 {
    padding-left: 83.33%;
  }
  section.lg.static-menu-main.col-static-3 {
    padding-left: 75%;
  }
  section.lg.static-menu-main.col-static-4 {
    padding-left: 66.66%;
  }
  section.lg.static-menu-main.col-static-5 {
    padding-left: 58.33%;
  }
  section.lg.static-menu-main.col-static-6 {
    padding-left: 50%;
  }
  section.lg.static-menu-main.col-static-7 {
    padding-left: 41.66%;
  }
  section.lg.static-menu-main.col-static-8 {
    padding-left: 33.33%;
  }
  section.lg.static-menu-main.col-static-9 {
    padding-left: 25%;
  }
  section.lg.static-menu-main.col-static-10 {
    padding-left: 16.66%;
  }
  section.lg.static-menu-main.col-static-11 {
    padding-left: 8.332%;
  }
}

.fluid nav.nav-main {
  padding-right: 15px;
}

.widget select {
  width: 100%;
  color: #e98813;
  background-color: #fff;
  height: 110%;
  font-size: 110%;
}

.widget.panel {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.fluid #page-footer {
  padding-left: 15px;
  padding-right: 15px;
}

#content-wrapper-left #page-footer {
  margin-left: -15px;
  margin-right: -15px;
  padding-left: 30px;
  padding-right: 30px;
}

.wp-block-button__link {
  text-decoration: none;
  border: 0;
}
.wp-block-button__link:hover {
  box-shadow: 0 1px 1px rgb(0 0 0 / 8%) inset, 0 0 8px rgb(51 123 184 / 40%) !important;
  outline: 0 none !important;
  text-decoration: none;
}

/*
Theme Name:    Symplur
Description:   Symplur child theme for Shoestrap 3
Version:       1.0
Author:        Symplur
Template:      shoestrap-3
*/

/*These are generated by Redux */

/* latin-ext */
@font-face {
	font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI",
		"Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans",
		"Helvetica Neue", sans-serif;
	font-style: normal;
	font-weight: 300;
}

a {
	color: #08c;
}

a:hover,
a:focus {
	color: #e98813;
}

html {
	position: relative;
	min-height: 100%;
	font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI",
		"Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans",
		"Helvetica Neue", sans-serif;
}

body {
	/* Margin bottom by footer height */
	margin-bottom: 60px;
	font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI",
		"Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans",
		"Helvetica Neue", sans-serif;
}

li {
	padding-bottom: 4px;
}

footer {
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 60px;
}
footer.content-info {
	background: #5d6770;
	padding-top: 15px;
	padding-bottom: 15px;
}

footer.content-info a,
footer.content-info {
	color: #d9d9d9;
	font-size: 10px;
}

.breadcrumb {
	margin-bottom: 0;
	background-color: #f9f9f9;
}

ul.breadcrumb li,
ul.breadcrumb li a {
	color: #8b8b8b;
	font-size: 12px;
}

.page-header {
	margin-top: 0;
}

#site-logo {
	padding-top: 5px;
	margin-left: -4px;
}

.navbar a.navbar-brand {
	font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI",
		"Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans",
		"Helvetica Neue", sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 15px;
}

.navbar-default .navbar-nav > li > a {
	text-transform: uppercase !important;
	letter-spacing: 0.6px;
}

.navbar .nav.nav-pills li a {
	padding: 10px;
}

.nav-pills > li > a {
	border-color: #fff;
	border-style: solid;
	border-width: 1px;
	color: #e98813;
	font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI",
		"Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans",
		"Helvetica Neue", sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 15px;
	white-space: nowrap;
}

.nav-pills > li > a:hover {
	color: #e98813;
}

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

h1,
h2,
h3,
h4 {
	color: #222222;
}

#hashtagsearch {
	padding-top: 15px;
}

hr {
	float: none;
	clear: both;
	margin: 20px 0;
	width: 100%;
	height: 1px;
	border: none;
	background: #eee;
}

h4.trending {
	color: #929292;
	text-transform: uppercase;
	font-size: 12px;
}

.healthcare-hashtag-intro {
	margin: 0 0 15px;
	color: #65727d;
	text-transform: capitalize;
	word-spacing: 3px;
	letter-spacing: 1px;
	font-size: 14px;
}

.entry-content,
.entry-content p {
	margin-top: 28px;
	margin-bottom: 28px;
	word-spacing: 2px;
	font-size: 16px;
	line-height: 26px;
}

p {
	word-spacing: 2px;
	line-height: 1.9;
}

ul#symplur_social_footer {
	float: right;
	margin: 0;
	padding: 0;
	border: none;
	background: none;
	list-style: none;
}

ul#symplur_social_footer li {
	float: left;
	margin: 0;
	padding: 0;
	border: none;
	background: none;
	list-style: none;
	vertical-align: top !important;
}

ul#symplur_social_footer li#twitter {
	margin-left: 15px;
}

.footer-text {
	line-height: 10px !important;
}

li,
li a {
	line-height: 20px;
}

#healthcare-hashtag-menu > ul > li {
 font-size:10px;
 font-weight: 300;
 font-style: inherit;
}


/*Custom healthcare hashtags fix to deal with webflow css*/

body.healthcare-hashtags li,
body.diseases li {
    font-size: 1.6rem;
}

body.diseases ul {
	padding-left: 20px;
}

body.single-post h2{
	font-size: 30px;
}
body.single-post h4{
	font-size: 18px;
}
body.single-post li{
	font-size: 20px;
}

/* Tweet Chat Category */

table.tweetchatlist {
	padding: 0;
	padding-bottom: 20px;
	border: none;
}

#tweetchatlist_schedule {
	width: 80px;
	vertical-align: top;
	text-align: left;
}

#tweetchatlist_hashtag {
	width: 145px;
	vertical-align: top;
	/* font-size: 12px; */
}

#tweetchatlist_topics {
	width: 540px;
	vertical-align: top;
	/* font-size: 10px; */
}

#tweetchatlist_from_irr {
	width: 130px;
	vertical-align: top;
}

.tweetchatlist_featuredhashtag {
	font-size: 16px !important;
}

/* Conference Category */

table.conferencelist {
	padding: 0;
	border: none;
}

#conferencelist_from {
	width: 130px;
	vertical-align: top;
}

#conferencelist_hashtag {
	width: 155px;
	vertical-align: top;
}

#ontology_hashtag {
	font-size: 15px;
}

.ontology_hashtag {
	width: 220px;
}

#fb-root {
	display: none;
}

/* To fill the container and nothing else */

.fb_iframe_widget,
.fb_iframe_widget span,
.fb_iframe_widget span iframe[style] {
	width: 100% !important;
}

.isotope-item {
	padding-bottom: 40px;
}

article.category-blog h2,
article.category-blog h2 a,
article.category-product-updates h2,
article.category-product-updates h2 a,
article.category-webinar h2,
article.category-webinar h2 a,
article.category-media h2,
article.category-media h2 a,
article.category-entropy h2,
article.category-entropy h2 a {
	font-size: 140%;
	line-height: 115%;
	color: #000;
}

body.category .row-meta {
	display: none;
}

.row-meta .icon {
	display: none;
}

blockquote p {
	color: #7e7e7e;
	font-style: italic;
	font-size: 110% !important;
	line-height: 150% !important;
}

img.featured-image {
	width: 100%;
}

aside#sidebar-primary li span {
	font-size: 13px !important;
}

.yarpp-related h6 {
	line-height: 18px;
}

.display-posts-listing img {
	display: block;
}

.contact-form textarea {
	height: 100px !important;
}

.contact-form textarea,
.contact-form input {
	width: 100% !important;
}

img.hcsm-image {
	width: 100%;
}

.display-posts-listing .listing-item {
	clear: both;
}

.display-posts-listing img {
	float: left;
	margin: 0 10px 10px 0;
}

.consultant .display-posts-listing img {
	width: 100%;
}

.consultant .display-posts-listing a.title {
	display: block;
	font-size: 18px;
}

.consultant .display-posts-listing span.excerpt-dash {
	display: none;
}

/* Pricing Table */

.flat .plan {
	margin: 0 0 15px;
	padding: 0 0 20px;
	border-radius: 6px;
	background: #fff;
	list-style: none;
	text-align: center;
}

.flat .plan li {
	padding: 10px 15px;
	border-top: 1px solid #f5f5f5;
	color: #818181;
	-webkit-transition: 300ms;
	transition: 300ms;
}

.flat .plan li.plan-price {
	border-top: 0;
}

.flat .plan li.plan-name {
	margin-bottom: 30px;
	padding: 15px;
	border-top: 0;
	border-radius: 6px 6px 0 0;
	background: #0bc8f7;
	color: #fff;
	font-size: 24px;
	line-height: 24px;
}

.flat .plan li > strong {
	color: #0e91b1;
}

.flat .plan li.plan-action {
	margin-top: 10px;
	border-top: 0;
}

.flat .plan.featured {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
	-ms-transform: scale(1.1);
}

.flat .plan.featured li.plan-name {
	background: #000;
}

.flat .plan.featured:hover li.plan-name {
	background: #c0392b;
}

.flat .plan:hover li.plan-name {
	background: #000;
}

.symplur-share-vertical li {
	padding-bottom: 10px;
	padding-left: 20px;
}

/* ------------------------ Symplur ------------------------ */

/* Controls the Twitter buttons on pages and posts and the footer */

ul#symplur_social {
	float: right;
	margin: 0;
	padding: 0 0 5px 5px;
	border: none;
	background: none;
	list-style: none;
}

ul#symplur_social li {
	float: left;
	margin: 0;
	padding: 0;
	border: none;
	background: none;
	list-style: none;
}

ul#symplur_social li#linkedin {
	padding-left: 15px;
}

.table-borderless td,
.table-borderless th {
	border: 0;
}

td#influencerPhoto {
	width: 42px;
	height: 42px;
	padding-left: 0;
}

td#influencerName {
	vertical-align: middle;
	padding-left: 0;
}

td#influencerName small {
	color: #666;
}

.tweetPhoto {
	margin-right: 10px;
	height: 58px;
	width: 58px;
	max-width: none;
	vertical-align: middle;
}

.tweetName {
	font-weight: bold;
}

.tweetName a {
	color: #000;
}

.symplurTranscript .tweetName a {
	color: #747474;
	font-weight: lighter;
}

.tweetDate {
	float: right;
	color: #666;
	font-size: 75%;
}

.tweetText {
	color: #666;
}

.symplurTranscript .tweetText {
	color: #000;
}

.hashtagDates {
	margin-bottom: 10px;
	color: #888;
	font-size: 10px;
}

p.hashtagDescription {
	margin: 0;
	font-size: 14px;
}

p.hashtagSubmitter {
	margin: 10px 0 0;
}

p.hashtagCategoryText {
	margin-top: 10px;
	margin-bottom: 0;
}

div#contact-form-46379 input.pushbutton-wide {
	border-color: #02c39a;
	background-color: #5cb85c;
}

div#contact-form-46379 input.pushbutton-wide:hover {
	border-color: #449a44;
	background-color: #52af52;
}

div#contact-form-46379 label {
	color: #fff !important;
	text-align: left !important;
}

div#contact-form-46379 span {
	color: #ddd !important;
}

#infscr-loading {
	bottom: 100px !important;
	width: 320px !important;
}

/* All Gravity Forms */

body .gform_wrapper .gform_footer input[type="submit"] {
	margin-left: 15px;
}

/* Contact Form */

li#field_12_9 label.gfield_label {
	display: none !important;
}

body #gform_wrapper_12 textarea#input_12_5 {
	height: 135px !important;
}

body #gform_wrapper_12 .gform_body .gform_fields .gfield .gfield_checkbox {
	margin-top: -40px !important;
}

body #gform_wrapper_12 .gform_footer input[type="submit"] {
	margin-bottom: 30px !important;
}

/* Consultant Forms */

body .gform_wrapper textarea#input_3_5,
body .gform_wrapper textarea#input_4_5,
body .gform_wrapper textarea#input_5_5,
body .gform_wrapper textarea#input_6_5,
body .gform_wrapper textarea#input_7_5,
body .gform_wrapper textarea#input_8_5 {
	height: 120px !important;
}

/* Symplur Signals Forms */

body
	#gform_wrapper_2
	.gform_body
	.gform_fields
	.gfield
	.gfield_label
	.gfield_required,
body
	#gform_wrapper_11
	.gform_body
	.gform_fields
	.gfield
	.gfield_label
	.gfield_required {
	color: #fff;
}

body #gform_wrapper_2 .gform_body .gform_fields .gfield .gfield_label,
body #gform_wrapper_11 .gform_body .gform_fields .gfield .gfield_label,
.gform_wrapper li.gf_list_inline ul.gfield_checkbox li,
.gform_wrapper li.gf_list_inline ul.gfield_radio li {
	color: #fff;
}

body
	#gform_wrapper_2
	.gform_body
	.gform_fields
	.gfield
	.gfield_checkbox#input_2_7,
body
	#gform_wrapper_11
	.gform_body
	.gform_fields
	.gfield
	.gfield_checkbox#input_11_7 {
	margin-top: -30px !important;
	color: #fff;
}

body #gform_wrapper_2 .gform_footer input[type="submit"]#gform_submit_button_2,
body
	#gform_wrapper_11
	.gform_footer
	input[type="submit"]#gform_submit_button_11 {
	margin-bottom: 30px !important;
}

body #gform_wrapper_12 .gform_footer input[type="submit"],
body #gform_wrapper_2 .gform_footer input[type="submit"] {
	float: left;
}

#gform_confirmation_message_2 {
	color: #000;
	font-size: 22px;
	padding: 5%;
	text-align: center;
}

/* Healthcare Conference Services Form */

body
	#gform_wrapper_10
	.gform_body
	.gform_fields
	.gfield
	.gfield_label
	.gfield_required {
	color: #fff;
}

body #gform_wrapper_10 .gform_body .gform_fields .gfield .gfield_label {
	color: #fff;
}

body
	#gform_wrapper_10
	.gform_body
	.gform_fields
	.gfield
	.gfield_checkbox#input_10_7 {
	margin-top: -30px !important;
	color: #fff;
}

body
	#gform_wrapper_10
	.gform_footer
	input[type="submit"]#gform_submit_button_10 {
	margin-bottom: 30px !important;
}

#gform_confirmation_message_10 {
	color: #fff !important;
	font-size: 22px !important;
}

/* Services Forms */

body
	#gform_wrapper_9
	.gform_body
	.gform_fields
	.gfield
	.gfield_checkbox#input_9_7 {
	margin-top: -30px !important;
}

body #gform_wrapper_9 .gform_footer input[type="submit"] {
	margin-bottom: 30px !important;
}

/* Everyone Included Form */

body #gform_wrapper_13 .gform_wrapper .gfield_checkbox li label,
.gform_wrapper .gfield_radio li label {
	width: 90%;
}

/* Bootstrap 3.2.0 Callout CSS Styles http://cpratt.co/twitter-bootstrap-callout-css-styles/ */

.bs-callout {
	margin: 20px 0;
	padding: 20px;
	border: 1px solid #eee;
	border-radius: 3px;
	border-left-width: 5px;
}

.bs-callout h4 {
	margin-top: 0;
	margin-bottom: 5px;
}

.bs-callout p:last-child {
	margin-bottom: 0;
}

.bs-callout code {
	border-radius: 3px;
}

.bs-callout + .bs-callout {
	margin-top: -5px;
}

.bs-callout-default {
	border-left-color: #777;
}

.bs-callout-default h4 {
	color: #777;
}

.bs-callout-primary {
	border-left-color: #428bca;
}

.bs-callout-primary h4 {
	color: #428bca;
}

.bs-callout-success {
	border-left-color: #5cb85c;
}

.bs-callout-success h4 {
	color: #5cb85c;
}

.bs-callout-danger {
	border-left-color: #d9534f;
}

.bs-callout-danger h4 {
	color: #d9534f;
}

.bs-callout-warning {
	border-left-color: #f0ad4e;
}

.bs-callout-warning h4 {
	color: #f0ad4e;
}

.bs-callout-info {
	border-left-color: #5bc0de;
}

.bs-callout-info h4 {
	color: #5bc0de;
}

ul#symplur_research li {
	padding-bottom: 20px;
}

ul#symplur_research li a {
	font-size: 120%;
}

body.page-template-template-symplur-no-top .wrap.main-section .content .bg {
	padding-top: 0;
}

p.lead {
	font-size: 20px;
	line-height: 30px;
}

ul.lead, ul.lead li {
	font-size: 20px;
	line-height: 30px;
}

article.category-blog h1.entry-title,
article.category-shorts h1.entry-title,
article.category-product-updates h1.entry-title,
article.category-webinar h1.entry-title,
article.category-media h1.entry-title,
article.category-entropy h1.entry-title {
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Geneva,
		Verdana, sans-serif;
	letter-spacing: -0.02em;
	font-weight: 700;
	font-style: normal;
	margin-left: -3px;
	line-height: 1;
	letter-spacing: -0.04em;
	margin-top: 40px;
	padding-top: 0;
	margin-bottom: 8px;
}

article.category-entropy h1.entry-title {
		font-size: 120%;
}
article.category-blog .entry-content h1,
article.category-blog .entry-content h2,
article.category-blog .entry-content h3,
article.category-blog .entry-content h4,
article.category-blog .entry-content h5,
article.category-blog .entry-content h6,
article.category-shorts .entry-content h1,
article.category-shorts .entry-content h2,
article.category-shorts .entry-content h3,
article.category-shorts .entry-content h4,
article.category-shorts .entry-content h5,
article.category-shorts .entry-content h6,
article.category-product-updates .entry-content h1,
article.category-product-updates .entry-content h2,
article.category-product-updates .entry-content h3,
article.category-product-updates .entry-content h4,
article.category-product-updates .entry-content h5,
article.category-product-updates .entry-content h6,
article.category-webinar .entry-content h1,
article.category-webinar .entry-content h2,
article.category-webinar .entry-content h3,
article.category-webinar .entry-content h4,
article.category-webinar .entry-content h5,
article.category-webinar .entry-content h6,
article.category-media .entry-content h1,
article.category-media .entry-content h2,
article.category-media .entry-content h3,
article.category-media .entry-content h4,
article.category-media .entry-content h5,
article.category-media .entry-content h6,
article.category-entropy .entry-content h1,
article.category-entropy .entry-content h2,
article.category-entropy .entry-content h3,
article.category-entropy .entry-content h4,
article.category-entropy .entry-content h5,
article.category-entropy .entry-content h6 {
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Geneva,
		Verdana, sans-serif;
	letter-spacing: -0.02em;
	font-weight: 700;
	font-style: normal;
	margin-left: -1.8px;
	line-height: 1.2;
	margin-bottom: 4px;
}

span.date,
span.author,
span.date a,
span.author a {
	font-family: Georgia, Cambria, "Times New Roman", Times, serif;
	letter-spacing: 0.01rem;
	font-weight: 400;
	font-style: italic;
	font-size: 11px;
	line-height: 1.5;
	color: #000;
}

article.category-blog .entry-content p,
article.category-shorts .entry-content p,
article.category-product-updates .entry-content p,
article.category-webinar .entry-content p,
article.category-media .entry-content p,
article.category-entropy .entry-content p {
	font-family: Georgia, Cambria, "Times New Roman", Times, serif;
	letter-spacing: 0.01rem;
	font-weight: 400;
	font-style: normal;
	font-size: 130%;
	line-height: 1.5;
}

article.category-blog .entry-content li,
article.category-shorts .entry-content li,
article.category-product-updates .entry-content li,
article.category-webinar .entry-content li,
article.category-media .entry-content li,
article.category-entropy .entry-content li {
	font-family: Georgia, Cambria, "Times New Roman", Times, serif;
	letter-spacing: 0.01rem;
	font-weight: 400;
	font-style: normal;
	font-size: 135%;
	line-height: 1.5;
	padding-bottom: 20px;
}

article.category-blog .entry-content .author-bio,
article.category-shorts .entry-content .author-bio,
article.category-product-updates .entry-content .author-bio,
article.category-webinar .entry-content .author-bio,
article.category-media .entry-content .author-bio,
article.category-entropy .entry-content .author-bio {
	font-family: Georgia, Cambria, "Times New Roman", Times, serif;
	letter-spacing: 0.01rem;
	font-weight: 400;
	font-style: normal;
	font-size: 100%;
	line-height: 1.5;
}

img.featured-image {
	padding-bottom: 40px;
}

.wp-caption {
	position: relative;
	margin-bottom: 30px;
	clear: both;
	outline: none;
	box-sizing: border-box;
	border: 0 none;
}

.wp-caption-text:before {
	width: 25%;
	margin-left: 75%;
	border-top: 1px solid rgba(0, 0, 0, 0.15);
	display: block;
	content: "";
	margin-bottom: 10px;
}

.wp-caption-text {
	position: absolute;
	left: -172px;
	width: 150px;
	top: 0;
	text-align: right;
	margin-top: 0;
	font-family: Georgia, Cambria, "Times New Roman", Times, serif;
	letter-spacing: 0.01rem;
	font-weight: 400;
	font-style: italic;
	font-size: 15px;
	line-height: 1.4;
	color: rgba(0, 0, 0, 0.6);
	outline: 0;
	z-index: 300;
}

.wp-block-image figcaption:before {
	width: 50%;
	margin-left: 25%;
	border-top: 1px solid rgba(0, 0, 0, 0.15);
	display: block;
	content: "";
	margin-bottom: 10px;
}

.wp-block-image figcaption {
	margin-left: 12.5%;
	width: 75%;
	top: 0;
	text-align: center;
	margin-top: 0;
	font-family: Georgia, Cambria, "Times New Roman", Times, serif;
	letter-spacing: 0.01rem;
	font-weight: 400;
	font-style: italic;
	font-size: 15px;
	line-height: 1.4;
	color: rgba(0, 0, 0, 0.6);
	outline: 0;
	z-index: 300;
}

body.symplurEntropy .wp-caption-text {
	margin-top: 120px;
}

body.symplurEntropy img.featured-image {
	display: none;
}

body.symplurEntropy .footer-menu-container {
	background: #fff;
}

.footer-menu-container li {
	font-size: 14px;
    line-height: 24px;
}
.footer-menu-container hr {
	background: #8e8e8e;
	width: 65%;
	height: 1px;
}


ul#symplurSocialBlog {
	float: right;
	margin-left: -150px;
	padding: 0 0 5px;
	border: none;
	background: none;
	list-style: none;
	position: relative;
	right: -172px;
	width: 150px;
	top: 0;
	text-align: left;
	margin-top: 0;
	font-family: Georgia, Cambria, "Times New Roman", Times, serif;
	letter-spacing: 0.01rem;
	font-weight: 400;
	font-style: italic;
	font-size: 14px;
	line-height: 1.4;
	color: rgba(0, 0, 0, 0.6);
	outline: 0;
	z-index: 2;
}

body.symplurEntropy ul#symplurSocialBlog {
	position: absolute;
	margin-top: 160px;
}

ul#symplurSocialBlog li {
	margin: 0;
	padding: 0;
	border: none;
	background: none;
	list-style: none;
}

ul#symplurSocialBlog li#twitter {
	margin-right: 15px;
}

ul#symplurSocialBlog li#linkedin {
	margin-right: 15px;
}

@media only screen and (max-width: 768px) {
	.wp-caption-text {
		position: relative;
		width: 100%;
		text-align: center;
		left: 0;
		margin-top: 10px;
	}
	body.symplurEntropy .wp-caption-text {
		margin-top: 10px;
	}
	.wp-caption-text:before {
		border: 0 none;
	}
	ul#symplurSocialBlog {
		position: relative;
		width: 100%;
		text-align: center;
		left: 0;
		margin-top: 10px;
		margin: 0;
	}

	body.symplurEntropy ul#symplurSocialBlog {
		position: relative;
		margin-top: 0;
	}

	ul#symplurSocialBlog li {
		float: left;
		margin-bottom: 25px;
	}
}

@media only screen and (max-width: 768px) {
	body.symplurblog .col-sm-10 {
		width: 100%;
	}
}

/* Typeahead */

.typeahead,
.tt-query,
.tt-hint {
	height: 30px;
	padding: 8px 12px;
	font-size: 24px;
	line-height: 30px;
	border: 2px solid #ccc;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	outline: none;
}

.typeahead {
	background-color: #fff;
}

.typeahead:focus {
	border: 2px solid #0097cf;
}

.tt-query {
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.tt-hint {
	color: #999;
}

.tt-menu {
	width: 422px;
	margin: 0;
	padding: 8px 0;
	background-color: #fff;
	border: 1px solid #ccc;
	border: 1px solid rgba(0, 0, 0, 0.2);
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	-webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}

.tt-suggestion {
	padding: 3px 20px;
	font-size: 18px;
	line-height: 24px;
}

.tt-suggestion:hover {
	cursor: pointer;
	color: #fff;
	background-color: #0098cf;
}

.tt-suggestion.tt-cursor {
	color: #fff;
	background-color: #0097cf;
}

.tt-suggestion p {
	margin: 0;
}

input:focus,
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
	border-color: rgba(57, 145, 222, 1) !important;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset,
		0 0 8px rgba(83, 163, 238, 0.6) !important;
	outline: 0 none !important;
}

span.twitter-typeahead {
	width: 100%;
}

.input-group span.twitter-typeahead {
	display: block !important;
}

.input-group span.twitter-typeahead .tt-dropdown-menu {
	top: 32px !important;
}

.input-group.input-group-lg span.twitter-typeahead .tt-dropdown-menu {
	top: 44px !important;
}

.input-group.input-group-sm span.twitter-typeahead .tt-dropdown-menu {
	top: 28px !important;
}

/* Typeahead END */

/* Request Demo Button in Menu */

div#menu-request-demo.navbar-form {
	height: 100%;
}

a#request-demo.btn {
	background-color: inherit;
	color: #fff;
	border-color: #fff;
}

a#request-demo.btn:hover {
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset,
		0 0 8px rgba(255, 255, 255, 0.6) !important;
	outline: 0 none !important;
}

a#pricing-plan.btn {
	background-color: #fff;
	color: #05668d;
	border-color: #fff;
}

a#pricing-plan.btn:hover {
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset,
		0 0 8px rgba(255, 255, 255, 0.6) !important;
	outline: 0 none !important;
}

/* iPad portrait, remove button */

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
	div#menu-request-demo.navbar-form {
		display: none;
	}
	.navbar .pull-right {
		float: right !important;
	}
}

span.gfield_required {
	display: none;
}

#gform_wrapper_13 span.gfield_required {
	display: inline;
}

textarea#input_2_5.textarea.small {
	height: 100px !important;
}

/* http://bootsnipp.com/snippets/featured/bootstrap-outline-buttons */

.btn-outline,
a.comment-reply-link.btn.btn-success.btn-sm {
	background-color: transparent;
	color: inherit;
	transition: all 0.5s;
}

.btn-primary.btn-outline {
	color: #428bca;
}

.btn-success.btn-outline,
a.comment-reply-link.btn.btn-success.btn-sm {
	color: #5cb85c;
}

.btn-info.btn-outline {
	color: #5bc0de;
}

.btn-warning.btn-outline {
	color: #f0ad4e;
}

.btn-danger.btn-outline {
	color: #d9534f;
}

.btn-primary.btn-outline:hover,
.btn-success.btn-outline:hover,
.btn-info.btn-outline:hover,
.btn-warning.btn-outline:hover,
.btn-danger.btn-outline:hover,
a.comment-reply-link.btn.btn-success.btn-sm:hover {
	color: #fff;
}

/*
===============================================================================
  Subbscribe style
===============================================================================
*/

#subbscribe {
	padding: 0;
	margin: 0;
	color: #7b8993;
	position: fixed;
	right: 15px;
	bottom: 15px;
	border: 1px solid #e9e9e9;
	-webkit-font-smoothing: antialiased;
	font-weight: 300;
	font-size: 17px;
	font-size: 15px;
	box-shadow: 0 1px 2px #e9e9e9;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	background-color: #fff;
	z-index: 100001;
	transform: translate3d(0, 0, 0);
	backface-visibility: hidden;
	transform: translateZ(0);
	-webkit-transform: translate3d(0, 0, 0);
	-webkit-backface-visibility: hidden;
	-webkit-transform: translateZ(0);
}

#subbscribe a {
	color: #7b8993;
	text-decoration: underline;
}

#subbscribe a:hover,
#subbscribe a:focus,
#subbscribe a:visited,
#subbscribe a:active {
	color: #7b8993;
}

#subbscribe .subbscribe-alert {
	font-size: 12px;
	font-weight: 900;
	margin-bottom: 10px;
}

#subbscribe .subbscribe-error {
	color: #fd392b;
}

#subbscribe .subbscribe-success {
	color: #9fce70;
}

#subbscribe .animate {
	-moz-transition: all 0.2s ease-in;
	-webkit-transition: all 0.2s ease-in;
	-o-transition: all 0.2s ease-in;
	transition: all 0.2s ease-in;
}

#subbscribe .subb-title {
	padding: 12px 12px 10px 12px;
	font-weight: bold;
	border: 1px solid #e9e9e9;
	border-width: 0 0 1px 0;
}

#subbscribe .subb-title .close-x {
	float: right;
	margin-top: 5px;
	color: #dcdcdc;
	cursor: pointer;
}

#subbscribe .subb-body {
	padding: 15px;
	position: relative;
}

#subbscribe .subb-body .subb-thumbnail {
	width: 40px;
	height: 40px;
	float: left;
	margin-bottom: 15px;
}

#subbscribe .subb-body .subb-thumbnail img {
	-webkit-border-radius: 40px;
	-moz-border-radius: 40px;
	border-radius: 40px;
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
}

#subbscribe .subb-body .subb-button {
	float: right;
	margin-top: 5px;
	color: #fff;
	border: none;
	font-weight: bold;
	padding: 9px 10px 9px 10px;
	font-size: 12px;
	cursor: pointer;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
}

#subbscribe .subb-body .subb-button:hover {
	-moz-transition: all 0.2s ease-in;
	-webkit-transition: all 0.2s ease-in;
	-o-transition: all 0.2s ease-in;
	transition: all 0.2s ease-in;
}

#subbscribe .subb-body .subb-button:disabled {
	opacity: 0.5;
}

#subbscribe .subb-body .subb-hidden {
	display: block;
}

#subbscribe .subb-body .subb-hidden .subb-site {
	float: left;
	font-weight: bold;
	font-size: 14px;
	margin-top: 12px;
	margin-left: 10px;
}

#subbscribe .subb-body .subb-form {
	padding-left: 5px;
	color: #636f78;
}

#subbscribe .subb-body .subb-form p {
	margin-top: 5px;
	margin-bottom: 15px;
	font-size: 13px;
	font-weight: 500 !important;
	width: 100%;
	color: #7b8993;
}

#subbscribe .subb-body .subb-form input {
	text-indent: 8px;
	font-weight: 500;
	margin-bottom: 5px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	border: 1px solid #dcdcdc;
	padding: 7px;
	font-size: 12px;
	display: block;
	color: #57626a;
	width: 100%;
	padding: 5px 0;
}

#subbscribe .subb-body .subb-form input.error {
	border-color: #fd392b;
}

#subbscribe .subb-body .subb-form input:focus {
	outline: 0 none;
	resize: none !important;
	box-shadow: none !important;
	-moz-transition: all 0.2s ease-in;
	-webkit-transition: all 0.2s ease-in;
	-o-transition: all 0.2s ease-in;
	transition: all 0.2s ease-in;
}

#subbscribe .subb-body .footer {
	font-size: 10px;
	text-align: right;
}

/*
===============================================================================
  Animations
===============================================================================
*/

.animated {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}

@-webkit-keyframes slideInRight {
	0% {
		-webkit-transform: translateX(100%);
		transform: translateX(100%);
		visibility: visible;
	}
	100% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
}

@keyframes slideInRight {
	0% {
		-webkit-transform: translateX(100%);
		-ms-transform: translateX(100%);
		transform: translateX(100%);
		visibility: visible;
	}
	100% {
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0);
	}
}

.slideInRight {
	-webkit-animation-name: slideInRight;
	animation-name: slideInRight;
}

@-webkit-keyframes fadeOut {
	0% {
		opacity: 1;
	}
	100% {
		opacity: 0;
	}
}

@keyframes fadeOut {
	0% {
		opacity: 1;
	}
	100% {
		opacity: 0;
	}
}

.fadeOut {
	-webkit-animation-name: fadeOut;
	animation-name: fadeOut;
}

/*
===============================================================================
  Media queries
===============================================================================
*/

@media (max-width: 550px) {
	#subbscribe {
		width: 92%;
	}
}

.navbar-default {
	background-color: #5d6770;
	border-color: #5d6770;
}

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

.navbar .dropdown-menu {
	padding: 0;
	background: #5d6770;
}

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

.navbar .dropdown-menu li.active a,
.navbar .dropdown-menu li:hover a {
	background: #545b61;
}

.label-primary {
	background-color: #e98813;
}

/*
===============================================================================
  Search and Tag pages
===============================================================================
*/

.influencerUndisclosed,
.hashtagUndisclosed {
	pointer-events: none;
	cursor: default;
	opacity: 0.5;
	filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='svgMask'><feGaussianBlur stdDeviation='5' /></filter></svg>#svgMask");
	filter: blur(5px);
	-webkit-filter: blur(5px);
	-moz-filter: blur(5px);
	-o-filter: blur(5px);
	-ms-filter: blur(5px);
	-webkit-touch-callout: none;
	/* iOS Safari */
	-webkit-user-select: none;
	/* Chrome/Safari/Opera */
	-khtml-user-select: none;
	/* Konqueror */
	-moz-user-select: none;
	/* Firefox */
	-ms-user-select: none;
	/* Internet Explorer/Edge */
	user-select: none;
	/* Non-prefixed version, currently not supported by any browser */
}

.topicSearchHeading {
	line-height: 100%;
	font-size: 200%;
	margin-top: 0;
}

@media only screen and (max-width: 768px) {
	#hashtags tr td:nth-child(2),
	#hashtags tr th:nth-child(2) {
		display: none;
	}
	.topicSearchHeading {
		font-size: 150%;
	}
	a#openSignals {
		display: block;
		width: 100%;
	}
	span#foundHashtagInfo {
		display: none;
	}
	p.symplur-lead-big {
		font-size: 140% !important;
		padding: 0 10px 0 10px;
	}
	p.symplur-lead {
		font-size: 140% !important;
	}
	.symplur-signals-subheading,
	.symplur-slide-heading {
		font-size: 200% !important;
	}
}

@media only screen and (max-width: 1112px) {
	p.symplur-lead-big {
		font-size: 140% !important;
		padding: 0 10px 0 10px;
	}
}
p.symplur-tag-line {
	font-size: 100% !important;
	font-weight: 700;
}

.symplur-signals-message {
	position: relative;
	margin: 15px 0;
	padding: 39px 19px 14px;
	background-color: white;
	border: 1px solid #ddd;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

.symplur-signals-message::after {
	content: "Get More";
	position: absolute;
	top: -1px;
	left: -1px;
	padding: 3px 7px;
	font-size: 12px;
	font-weight: bold;
	background-color: whiteSmoke;
	border: 1px solid #ddd;
	color: #9da0a4;
	-webkit-border-radius: 4px 0 4px 0;
	-moz-border-radius: 4px 0 4px 0;
	border-radius: 4px 0 4px 0;
}

#becomeCustomer::after {
	content: "Get Full List";
}

/*#becomeUser::after {
    content: "FsREE";
}*/

body.page-template-template-frontpage main.main.col-sm-12 {
	padding: 0;
}

body.page-template-template-frontpage .wrap.main-section .content .bg {
	padding-top: 0;
}

.navbar-nav > li {
	padding-bottom: 0;
}

.symplur-slide {
	position: relative;
	margin-bottom: 10px;
}

.symplur-slide img {
	width: 100%;
}

.symplur-slide-text {
	top: 0;
	left: 0;
	position: absolute;
	width: 100%;
}

.symplur-slide-text-full {
	/*min-height: 100%;*/
	/*height: 100%;*/
	display: flex;
	align-items: center;
}

.symplur-slide-heading {
	font-size: 300%;
	line-height: 1.5;
}

.symplur-slide-heading-big {
	font-size: 400%;
}

.symplur-slide-heading-white {
	line-height: 1.8;
	color: #fff;
	font-weight: 200;
}

.symplur-slide-subheading {
	font-weight: 200;
	margin-top: 0;
}

.symplur-signals-subheading {
	font-size: 300%;
	line-height: 1.2;
	padding-bottom: 5%;
}

.symplur-signals-subheading-white {
	color: #fff;
}

/* Symplur Thumbails */

.symplur-thumbnail {
	padding: 15px;
}

.symplur-thumbnail a {
	color: #333;
}

.symplur-thumbnail a:hover {
	text-decoration: none;
	color: #333;
}

.symplur-thumbnail-green:hover {
	border: 1px solid #45a35a;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset,
		0 0 8px rgba(109, 196, 165, 0.2) !important;
	outline: 0 none !important;
}

.symplur-thumbnail-blue:hover {
	border: 1px solid #00135b;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset,
		0 0 8px rgba(51, 123, 184, 0.2) !important;
	outline: 0 none !important;
}

/* Symplur Thumbails Nice Buttons */

.symplur-nice-button-blue.btn {
	background-color: #fff;
	color: #00135b;
	border-color: #00135b;
	overflow:hidden;
}

.symplur-nice-button-blue.btn:hover {
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset,
		0 0 8px rgba(51, 123, 184, 0.4) !important;
	outline: 0 none !important;
	color: #00135b;
}

.symplur-nice-button-green.btn {
	background-color: inherit;
	color: #45a35a;
	border-color: #45a35a;
}

.symplur-nice-button-green.btn:hover {
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset,
		0 0 8px rgba(109, 196, 165, 0.4) !important;
	outline: 0 none !important;
	color: #45a35a;
}

.symplur-nice-button-green-full.btn {
	background-color: #02c39a;
	color: #fff;
	border-color: #02c39a;
	border-width: 1.5px;
	margin-bottom: 30px;
	overflow:hidden;
}

.symplur-nice-button-green-full.btn:hover {
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset,
		0 0 3px rgba(109, 196, 165, 1) !important;
	color: #fff;
}

.symplur-nice-button-blue-full.btn {
	background-color: #00135b;
	color: #fff;
	border-color: #00135b;
	border-width: 1.5px;
	margin-bottom: 30px;
	overflow:hidden;
}

.symplur-nice-button-blue-full.btn:hover {
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset,
		0 0 8px rgba(51, 123, 184, 0.4) !important;
	color: #fff;
}

.symplur-signals-particles {
	background-color: #05668d;
	height: 500px;
	position: relative;
}

.symplur-signals-particles-text {
	background-color: rgba(5, 102, 142, 0.8);
	color: #ededed;
	padding: 0;
}

p.symplur-lead-big {
	font-size: 180%;
	color: #fff;
	line-height: 1.8;
	padding: 0 5% 0 5%;
}

p.symplur-lead {
	font-weight: 300;
	font-size: 160%;
	line-height: 2;
}

@media all and (max-device-width: 768px) {
	.symplur-slide-heading {
		font-size: 150%;
		padding-top: 5%;
		color: #fff;
		text-shadow: 3px 1px 22px rgba(35, 35, 35, 1);
		margin-left: 15px;
	}
	.symplur-slide-heading-big {
		font-size: 250%;
		text-shadow: none;
	}
	.symplur-slide-heading-black {
		color: #000;
		text-shadow: none;
	}
	.symplur-slide-subheading {
		font-size: 100%;
		margin-top: 0;
		color: #fff;
		padding: 5%;
		line-height: 1.5;
		text-shadow: 3px 1px 22px rgba(35, 35, 35, 1);
	}
	.symplur-slide-subheading-black {
		color: #000;
		text-shadow: none;
	}
	.symplur-signals-subheading {
		font-size: 200%;
		text-shadow: none;
		color: #000;
	}
	.symplur-signals-subheading-white {
		color: #fff;
	}
	#subheading-contrast {
		background-color: rgba(0, 0, 0, 0.5);
		padding-left: 5px;
		padding-right: 5px;
	}
	p.symplur-lead-big {
		font-size: 100%;
		color: #fff;
		padding: 5%;
		text-align: left;
	}
	p.symplur-lead {
		font-size: 120%;
		padding: 5%;
	}
	.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 {
		background-color: inherit;
	}
	div#footer-copyright {
		line-height: 15px;
	}
}

@media all and (min-device-width: 992px) {
	div#footer-copyright {
		line-height: 15px;
	}
	.symplur-slide {
		min-height: 600px;
	}
}

.symplur-pop {
	cursor: help;
	border-bottom: 2px dashed #e07b12;
}

.popover-title {
	text-align: center;
}

body #gform_wrapper_2 .gform_body .gform_fields .gfield .gfield_label,
body #gform_wrapper_11 .gform_body .gform_fields .gfield .gfield_label,
.gform_wrapper li.gf_list_inline ul.gfield_checkbox li,
.gform_wrapper li.gf_list_inline ul.gfield_radio li {
	color: #000;
}

.gform_wrapper ul.gfield_radio li input[type="radio"] + label,
.gform_wrapper ul.gfield_checkbox li input[type="radio"] + label,
.gform_wrapper ul.gfield_radio li input[type="checkbox"] + label,
.gform_wrapper ul.gfield_checkbox li input[type="checkbox"] + label,
.gform_wrapper ul.gfield_radio li input[type="radio"]:checked + label,
.gform_wrapper ul.gfield_checkbox li input[type="radio"]:checked + label,
.gform_wrapper ul.gfield_radio li input[type="checkbox"]:checked + label,
.gform_wrapper ul.gfield_checkbox li input[type="checkbox"]:checked + label {
	color: #000;
	font-weight: normal;
}

.gform_wrapper .gfield_checkbox li input[type="checkbox"],
.gform_wrapper .gfield_radio li input[type="radio"],
.gform_wrapper .gfield_checkbox li input {
	margin-top: 3px;
}

.gform_wrapper .ginput_container input,
.gform_wrapper .ginput_container select,
.gform_wrapper .ginput_container textarea {
	background: #fff;
	color: #707479;
	border: 1px solid #e3e4e6;
	padding: 9px 15px;
	border-radius: 4px;
	font-size: 16px;
	font-weight: 400;
	line-height: 20px;
	width: 100%;
	box-sizing: border-box;
	box-shadow: none;
}

.gform_wrapper .ginput_container input,
.gform_wrapper .ginput_container select {
	height: 45px;
}

.gform_wrapper .ginput_container textarea {
	height: 80px;
}
::-webkit-input-placeholder {
	color: #bdbdbd !important;
}

:-moz-placeholder {
	/* Firefox 18- */
	color: #bdbdbd !important;
}

::-moz-placeholder {
	/* Firefox 19+ */
	color: #bdbdbd !important;
}

:-ms-input-placeholder {
	color: #bdbdbd !important;
}

body .gform_wrapper input:active,
body .gform_wrapper select:active,
body .gform_wrapper textarea:active,
body .gform_wrapper input:focus,
body .gform_wrapper select:focus,
body .gform_wrapper textarea:focus {
	border-color: #45a35a !important;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset,
		0 0 3px rgba(109, 196, 165, 0.5) !important;
}

.gform_wrapper .ginput_container select {
	padding: 0 15px 0 15px;
}

.signals-form {
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset,
		0 0 8px rgba(109, 196, 165, 0.2) !important;
	outline: 0 none !important;
}

.popover {
	max-width: 500px;
}


h3.popover-title {
	color: #fff;
	background-color: #05668d;
}

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

.carousel-indicators {
	margin-top: 100px;
}

.carousel-indicators li {
	background-color: #999;
	background-color: rgba(70, 70, 70, 0.25);
}

.carousel-indicators .active {
	background-color: #444;
}

.signals-caption {
	color: #000;
	font-size: 120%;
	font-weight: 300;
	font-style: italic;
	margin-bottom: 20px;
}

#get-access {
	font-style: normal;
	font-size: 150%;
}

body.page-template-template-hcsmr .navbar-default {
	background-color: #00135b;
	border-color: #00135b;
}

body.page-template-template-hcsmr .navbar-default .navbar-nav > li > a {
	color: #fff !important;
}

body.page-template-template-hcsmr .navbar li > a {
	color: #fff !important;
}

body.page-template-template-hcsmr .navbar-default .navbar-nav > .open > a,
body.page-template-template-hcsmr .navbar-default .navbar-nav > .open > a:hover,
body.page-template-template-hcsmr
	.navbar-default
	.navbar-nav
	> .open
	> a:focus {
	background-color: #00135b;
}

body.page-template-template-hcsmr .navbar .dropdown-menu li.active a {
	background: #00135b;
}

body.page-template-template-hcsmr .navbar .dropdown-menu li:hover a {
	background: #00135b;
}

body.page-template-template-hcsmr .navbar .dropdown-menu {
	background: #00135b;
}

body.page-template-template-hcsmr .navbar-default .navbar-nav > .active > a,
body.page-template-template-hcsmr
	.navbar-default
	.navbar-nav
	> .active
	> a:hover,
body.page-template-template-hcsmr
	.navbar-default
	.navbar-nav
	> .active
	> a:focus {
	background-color: #00135b;
}

body.page-template-template-hcsmr .navbar-nav > li > .dropdown-menu {
	border-top: 0;
}

body.page-template-template-hcsmr footer.content-info {
	background: #00135b;
	color: #fff;
}

body.page-template-template-hcsmr footer.content-info a {
	color: #fff;
}

body.page-template-template-hcsmr .row {
	margin-left: 0;
	margin-right: 0;
}

.symplur-signals-particles-hcsmr {
	background-color: #00135b;
}

.symplur-signals-particles-text-hcsmr {
	background-color: rgba(0, 168, 150, 0.8);
}

body.single-hcsmr .navbar-default {
	background-color: #00135b;
	border-color: #00135b;
}

body.single-hcsmr .navbar-default .navbar-nav > li > a {
	color: #fff !important;
}

body.single-hcsmr .navbar li > a {
	color: #fff !important;
}

body.single-hcsmr .navbar-default .navbar-nav > .open > a,
body.single-hcsmr .navbar-default .navbar-nav > .open > a:hover,
body.single-hcsmr .navbar-default .navbar-nav > .open > a:focus {
	background-color: #00135b;
	color: #fff !important;
}

body.single-hcsmr .navbar .dropdown-menu li.active a {
	background: #00135b;
}

body.single-hcsmr .navbar .dropdown-menu li:hover a {
	background: #00135b;
}

body.single-hcsmr .navbar .dropdown-menu {
	background: #00135b;
}

body.single-hcsmr .navbar-default .navbar-nav > .active > a,
body.single-hcsmr .navbar-default .navbar-nav > .active > a:hover,
body.single-hcsmr .navbar-default .navbar-nav > .active > a:focus {
	background-color: #00135b;
}

body.single-hcsmr .navbar-nav > li > .dropdown-menu {
	border-top: 0;
}

body.single-hcsmr footer.content-info {
	background: #00135b;
}

body.single-hcsmr .row {
	margin-left: 0;
	margin-right: 0;
}

body.page-template-template-hcsmr .pagination > li > a,
.pagination > li > span {
	color: #00135b;
}

body.page-template-template-hcsmr .pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
	background-color: #00135b;
	border-color: #00135b;
	color: #fff;
}

body.page-template-template-hcsmr .row a:hover,
body.page-template-template-hcsmr .row a:focus {
	border-bottom-color: #00135b;
	color: #00135b;
}

body.single-hcsmr a:hover,
body.single-hcsmr a:focus {
	border-bottom-color: #00135b;
	color: #00135b;
}

body.single-hcsmr .btn-info,
body.single-hcsmr .btn-info a:hover,
body.single-hcsmr .btn-info a:focus {
	background-color: #00135b;
	border-color: #00135b;
	color: #fff !important;
}

body.single-hcsmr footer.content-info,
body.single-hcsmr footer.content-info a {
	color: #fff;
}

@media all and (max-device-width: 768px) {
	body.single-hcsmr h1 {
		font-size: 150%;
	}
	body.single-hcsmr p.lead {
		font-size: 100%;
	}
}

article.category-blog .entry-content blockquote p,
article.category-product-updates .entry-content blockquote p,
article.category-webinar .entry-content blockquote p,
article.category-media .entry-content blockquote p,
article.category-entropy .entry-content blockquote p {
	font-size: 140% !important;
	margin-top: 0px;
}

article.category-blog .entry-content blockquote,
article.category-product-updates .entry-content blockquote,
article.category-webinar .entry-content blockquote,
article.category-media .entry-content blockquote,
article.category-entropy .entry-content blockquote {
	margin-left: 5%;
}

body.page-template-template-signals-research .navbar-default {
	background-color: #00135b;
	border-color: #00135b;
}

body.page-template-template-signals-research
	.navbar-default
	.navbar-nav
	> li
	> a {
	color: #fff !important;
}

body.page-template-template-signals-research .navbar li > a {
	color: #fff !important;
}

body.page-template-template-signals-research
	.navbar-default
	.navbar-nav
	> .open
	> a,
body.page-template-template-signals-research
	.navbar-default
	.navbar-nav
	> .open
	> a:hover,
body.page-template-template-signals-research
	.navbar-default
	.navbar-nav
	> .open
	> a:focus {
	background-color: #00135b;
}

body.page-template-template-signals-research
	.navbar
	.dropdown-menu
	li.active
	a {
	background: #00135b;
}

body.page-template-template-signals-research .navbar .dropdown-menu li:hover a {
	background: #00135b;
}

body.page-template-template-signals-research .navbar .dropdown-menu {
	background: #00135b;
}

body.page-template-template-signals-research
	.navbar-default
	.navbar-nav
	> .active
	> a,
body.page-template-template-signals-research
	.navbar-default
	.navbar-nav
	> .active
	> a:hover,
body.page-template-template-signals-research
	.navbar-default
	.navbar-nav
	> .active
	> a:focus {
	background-color: #00135b;
}

body.page-template-template-signals-research .navbar-nav > li > .dropdown-menu {
	border-top: 0;
}

body.page-template-template-signals-research footer.content-info {
	background: #00135b;
	color: #fff;
}

body.page-template-template-signals-research footer.content-info a {
	color: #fff;
}

body.page-template-template-signals-research .row {
	margin-left: 0;
	margin-right: 0;
}

body.page-template-template-signals-research .pagination > li > a,
.pagination > li > span {
	color: #00135b;
}

body.page-template-template-signals-research .pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
	background-color: #00135b;
	border-color: #00135b;
	color: #fff;
}

body.page-template-template-signals-research a:hover,
body.page-template-template-signals-research a:focus {
	border-bottom-color: #00135b;
	color: #00135b;
}

@media all and (max-device-width: 1024px) {
	.dropdown-menu {
		left: -155px;
	}
}

body.page-template-template-frontpage .navbar-nav > li > .dropdown-menu {
	border-top: 0;
}

body.page-template-template-frontpage .row {
	margin-left: 0;
	margin-right: 0;
}


body.page-template-template-request-demo .navbar-nav > li > .dropdown-menu {
	border-top: 0;
}


body.page-template-template-request-demo .row {
	margin-left: 0;
	margin-right: 0;
}

.label-white {
	background-color: #fff;
	color: #05668d !important;
}

.solutions-block .entry-summary p {
	font-size: 16px;
}

/* Nav of Product Pages */
.nav-symplur-on-blue > li {
	padding-right: 5px;
}

.nav-symplur-on-blue > li > a {
	color: #fff;
}

.nav-symplur-on-blue > li.active > a, .nav-symplur > li.active > a:hover {
	background-color: #fff;
	color: #00135b;
}

.nav-symplur-on-blue > li > a:hover, .nav-symplur-on-blue > li.active > a:focus, .nav-symplur-on-blue > li.active > a:hover {
	color: #00135b;
}

.nav-symplur-on-blue > li.active > a:hover {
	background-color: #fff;
	color: #00135b;
}


/* Nav on HHP */
.nav-symplur > li {
	padding-right: 5px;
}

.nav-symplur > li > a {
	color: #00135b;
	border-color: #00135b;
}

.nav-symplur > li.active > a, .nav-symplur > li.active > a:hover {
	background-color:#00135b;
	color: #fff;
}

.nav-symplur > li > a:hover, .nav-symplur-on-blue > li.active > a:focus {
	color: #fff;
	background-color: #00135b;
}

#healthcare-hashtag-menu-top .navbar-header {
	background-color: #00135b;
	border-radius: 4px;
	font-weight: 400;
	font-style: normal;
	font-size: 15px;
}

#healthcare-hashtag-menu-top a.navbar-brand {
	color: #fff;
}

#healthcare-hashtag-menu-top .navbar-toggle {
	border-color: #fff;
}

#healthcare-hashtag-menu-top .navbar-toggle .icon-bar {
	background-color: #fff;
}

#healthcare-hashtag-menu-top .navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
	background-color: transparent;
}
/* fade image in after load */
.lazyload,
.lazyloading {
	opacity: 0;
}

.lazyloaded {
	opacity: 1;
	transition: opacity 300ms;
}

/* fade image in while loading and show a spinner as background image (good for progressive images) */

.lazyload {
	opacity: 0;
}

.lazyloading {
	opacity: 1;
	transition: opacity 1500ms;
}


#segment-consent-manager {
	position: fixed;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 100;
  }

.size22 {
	font-size: 22px;
}

@media print {

	#ctaVisitor, #ctaFree, .cd-nav {
		display: none;
	}
  
}


.btn {
	text-decoration: none;
}

.page.symplur-api .s2-header {
	font-size: 40px;
    line-height: 50px;
}
.page.symplur-api p {
	margin: 0 0 30px;
}
.page.symplur-api h3 {
	margin: 0 0 15px;
}
.page.symplur-api ul {
	margin-bottom: 25px;
}
.page.symplur-api dt {
	font-size: 24px;
    line-height: 34px;
}
.page.symplur-api .symplur-nice-button-blue.btn {
	background-color: #00135b;
    color: #fff;
    font-size: 18px;
}
.page.symplur-api .symplur-nice-button-blue.btn:hover {
	color: #fff;
}

/* Auth Modal */

.loginregister-header {
    margin-bottom: 15px;
}

.loginregister-header a {
    font-size: 20px;
    padding-bottom: 2px;
}

.loginregister-header .active {
    font-size: 22px;
}

#register-form-link.active {
    border-bottom: 2px dotted #45a35a;
}

#login-form-link.active {
    border-bottom: 2px dotted #337ab7;
}

.loginregister input[type="text"],
.loginregister input[type="email"],
.loginregister input[type="password"] {
    height: 45px;
    border: 1px solid #ddd;
    font-size: 16px;
    -webkit-transition: all 0.1s linear;
    -moz-transition: all 0.1s linear;
    transition: all 0.1s linear;
}

.loginregister input:hover,
.loginregister input:focus {
    outline: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border-color: #ccc;
}

.btn-login {
    font-size: 18px !important;
}

.btn-login:hover,
.btn-login:focus {
    color: #337ab7 !important;
    background-color: #fff !important;
    border-color: #337ab7;
}

.forgot-password {
    text-decoration: underline;
    color: #888;
}

.forgot-password:hover,
.forgot-password:focus {
    text-decoration: underline;
    color: #666;
}

.btn-register {
    font-size: 18px !important;
}

.btn-register:hover,
.btn-register:focus {
    color: #fff !important;
    background-color: #02c39a !important;
    border-color: #45a35a;
}

ul.helper-text {
    display: block;
    margin-top: 6px;
    font-size: 13px;
    color: #808080;
}

ul.helper-text li {
    line-height: 10px !important;
}

ul.helper-text li.valid {
    color: #1fd34a;
}

/*.grecaptcha-badge {
    display: none !important;
}*/

.modal-header,
.modal-header h2,
.modal-header a {
    color: #fff;
}

.auth-subtitle {
    font-size: 13px;
}

.close {
    color: #fff;
    opacity: 1;
}

.symplurColorful {
    background-color: #02c39a;
    -webkit-animation: bg-pan-left 8s infinite alternate-reverse both;
    -moz-animation: bg-pan-left 8s infinite alternate-reverse both;
    animation: bg-pan-left 8s infinite alternate-reverse both;
    background-image: linear-gradient(270deg, #cc6aa5, #3e91cc, #2dcca7);
    background-size: 600% 100%;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
}

.panel-default > .symplurColorful {
    background-color: #02c39a;
}

@-webkit-keyframes bg-pan-left {
    0% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0 50%;
    }
}

@keyframes bg-pan-left {
    0% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0 50%;
    }
}

/*Submit Hashtags*/
.bootstrap-tagsinput {
    width: 100%;
}

#hashtagForm input.tt-input {
    width: 100%;
}
#everyoneIncluded .modal-header {
    border-bottom: 1px solid #f1f1f1;
}

#everyoneIncluded .modal-footer {
    border-top: 1px solid #f1f1f1;
}
#everyoneIncluded .close {
    color: #858585;
}

/*Pricing Page*/

body.page-template-template-pricing .navbar-default {
    background-color: #05668d;
    border-color: #05668d;
}

body.page-template-template-pricing .navbar-default .navbar-nav > .open > a,
body.page-template-template-pricing
    .navbar-default
    .navbar-nav
    > .open
    > a:hover,
body.page-template-template-pricing
    .navbar-default
    .navbar-nav
    > .open
    > a:focus {
    background-color: #05668d;
}

body.page-template-template-pricing .navbar .dropdown-menu li.active a {
    background: #05668d;
}

body.page-template-template-pricing .navbar .dropdown-menu li:hover a {
    background: #04506f;
}

body.page-template-template-pricing .navbar .dropdown-menu {
    background: #05668d;
}

body.page-template-template-pricing .navbar-default .navbar-nav > .active > a,
body.page-template-template-pricing
    .navbar-default
    .navbar-nav
    > .active
    > a:hover,
body.page-template-template-pricing
    .navbar-default
    .navbar-nav
    > .active
    > a:focus {
    background-color: #05668d;
}

body.page-template-template-pricing .navbar-nav > li > .dropdown-menu {
    border-top: 0;
}

body.page-template-template-pricing .row {
    margin-left: 0;
    margin-right: 0;
}

body.page-template-template-pricing-hcp .navbar-default {
    background-color: #05668d;
    border-color: #05668d;
}

body.page-template-template-pricing-hcp .navbar-default .navbar-nav > .open > a,
body.page-template-template-pricing-hcp
    .navbar-default
    .navbar-nav
    > .open
    > a:hover,
body.page-template-template-pricing-hcp
    .navbar-default
    .navbar-nav
    > .open
    > a:focus {
    background-color: #05668d;
}

body.page-template-template-pricing-hcp .navbar .dropdown-menu li.active a {
    background: #05668d;
}

body.page-template-template-pricing-hcp .navbar .dropdown-menu li:hover a {
    background: #04506f;
}

body.page-template-template-pricing-hcp .navbar .dropdown-menu {
    background: #05668d;
}

body.page-template-template-pricing-hcp .navbar-default .navbar-nav > .active > a,
body.page-template-template-pricing-hcp
    .navbar-default
    .navbar-nav
    > .active
    > a:hover,
body.page-template-template-pricing-hcp
    .navbar-default
    .navbar-nav
    > .active
    > a:focus {
    background-color: #05668d;
}

body.page-template-template-pricing-hcp .navbar-nav > li > .dropdown-menu {
    border-top: 0;
}

body.page-template-template-pricing-hcp .row {
    margin-left: 0;
    margin-right: 0;
}

.pricing-title {
    font-size: 14px;
    line-height: 21px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: #7999b8;
    margin-bottom: 0;
    display: inline-block;
    margin-top: 40px;
}

.pricing-intro {
    font-size: 35px;
    line-height: 55px;
    font-weight: 500;
    color: #00386c;
    margin-bottom: 1rem;
    width: 90%;
}

.pricing-heading {
    font-size: 30px;
    line-height: 55px;
    font-weight: 500;
    color: #00386c;
    margin-bottom: 1rem;
}

.plans {
    margin-top: 75px;
}

.plan {
    padding: 57px 20px 20px;
    border: 1px solid #e4edf5;
    border-radius: 4px;
    box-shadow: 0 20px 35px 0 rgba(0, 0, 0, 0.06);
    background: #fff;
    min-height: 500px;
    margin-bottom: 100px;
}

.plan h2 {
    font-weight: 500;
    font-size: 18px;
    line-height: 27px;
    color: #00386c;
    text-align: center;
    margin-top: 0;
    margin-bottom: 0.5rem;
}

.plan h4 {
    font-size: 16px;
    color: #7999b8;
    text-align: center;
    margin-bottom: 40px;
    margin-top: 0;
}

.plan-features {
    font-size: 16px;
    line-height: 1;
    list-style: none;
    margin: 0;
    padding: 0;
    margin-top: 18px;
}

.plan-features li {
    margin-top: 17px;
}

.plan-features > li::before {
    content: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQiIGhlaWdodD0iMTEiIHZpZXdCb3g9IjAgMCAxNCAxMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48dGl0bGU+aWNvbi1uYW5vLWRvbmU8L3RpdGxlPjxwYXRoIGQ9Ik0xIDYuOTU3bDQuMjM4IDIuOTQ3TDEyLjQ4NyAxIiBzdHJva2U9IiM0OWI4ODIiIHN0cm9rZS13aWR0aD0iMS41IiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPjwvc3ZnPgo=);
    margin-right: 6px;
}

.plan-subfeatures {
    color: #7999b8;
    font-size: 14px;
    line-height: 18px;
}

.plan-subfeatures > li {
    margin-top: 3px;
    position: relative;
    margin-left: 10px;
}

.plan-select {
    margin-top: 50px;
}

.tooltip-hint {
    cursor: help;
    color: #49b882;
    border-bottom: 1px dotted #49b882;
}

.plan-icon {
    position: absolute;
    left: 50%;
    top: -10px;
    transform: translate(-50%, -50%);
    border-radius: 100px;
    width: 90px;
    height: 90px;
    box-sizing: border-box;
}

.plan-icon::before {
    display: block;
    line-height: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
}

.plan-icon::after {
    box-sizing: inherit;
}

.core-features {
    margin-top: 100px;
}

.faq {
    margin-top: 150px;
    margin-bottom: 50px;
}
.pricing-heading {
    text-align: center;
}

.pricing-sub-heading {
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    margin-top: 30px;
}

h3.pricing-sub-heading {
    color: #49b882;
}
.faq .pricing-sub-heading {
    text-align: left;
}

body.page-template-template-pricing .popover {
    max-width: 300px;
}

.feature-icon {
    text-align: center;
    height: 35px;
    width: 100%;
}

i.stakeholders {
    content: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDAiIGhlaWdodD0iNDAiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbD0iIzQ5Qjg4MiIgZD0iTTU3NiAxMzQ0cTAgMjYtMTkgNDV0LTQ1IDE5LTQ1LTE5LTE5LTQ1IDE5LTQ1IDQ1LTE5IDQ1IDE5IDE5IDQ1em0xMDI0IDYxcTAgMTIxLTczIDE5MHQtMTk0IDY5aC04NzRxLTEyMSAwLTE5NC02OXQtNzMtMTkwcTAtNjggNS41LTEzMXQyNC0xMzggNDcuNS0xMzIuNSA4MS0xMDMgMTIwLTYwLjVxLTIyIDUyLTIyIDEyMHYyMDNxLTU4IDIwLTkzIDcwdC0zNSAxMTFxMCA4MCA1NiAxMzZ0MTM2IDU2IDEzNi01NiA1Ni0xMzZxMC02MS0zNS41LTExMXQtOTIuNS03MHYtMjAzcTAtNjIgMjUtOTMgMTMyIDEwNCAyOTUgMTA0dDI5NS0xMDRxMjUgMzEgMjUgOTN2NjRxLTEwNiAwLTE4MSA3NXQtNzUgMTgxdjg5cS0zMiAyOS0zMiA3MSAwIDQwIDI4IDY4dDY4IDI4IDY4LTI4IDI4LTY4cTAtNDItMzItNzF2LTg5cTAtNTIgMzgtOTB0OTAtMzggOTAgMzggMzggOTB2ODlxLTMyIDI5LTMyIDcxIDAgNDAgMjggNjh0NjggMjggNjgtMjggMjgtNjhxMC00Mi0zMi03MXYtODlxMC02OC0zNC41LTEyNy41dC05My41LTkzLjVxMC0xMCAuNS00Mi41dDAtNDgtMi41LTQxLjUtNy00Ny0xMy00MHE2OCAxNSAxMjAgNjAuNXQ4MSAxMDMgNDcuNSAxMzIuNSAyNCAxMzggNS41IDEzMXptLTMyMC04OTNxMCAxNTktMTEyLjUgMjcxLjV0LTI3MS41IDExMi41LTI3MS41LTExMi41LTExMi41LTI3MS41IDExMi41LTI3MS41IDI3MS41LTExMi41IDI3MS41IDExMi41IDExMi41IDI3MS41eiIvPjwvc3ZnPgo=);
}

i.influencers {
    content: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDAiIGhlaWdodD0iNDAiIHZpZXdCb3g9IjAgMCAyMDQ4IDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbD0iIzQ5Qjg4MiIgZD0iTTg5NiAxMjEycTAtNTQtNy41LTEwMC41dC0yNC41LTkwLTUxLTY4LjUtODEtMjVxLTY0IDY0LTE1NiA2NHQtMTU2LTY0cS00NyAwLTgxIDI1dC01MSA2OC41LTI0LjUgOTAtNy41IDEwMC41cTAgNTUgMzEuNSA5My41dDc1LjUgMzguNWg0MjZxNDQgMCA3NS41LTM4LjV0MzEuNS05My41em0tMTI4LTQ0NHEwLTgwLTU2LTEzNnQtMTM2LTU2LTEzNiA1Ni01NiAxMzYgNTYgMTM2IDEzNiA1NiAxMzYtNTYgNTYtMTM2em0xMDI0IDQ4MHYtNjRxMC0xNC05LTIzdC0yMy05aC03MDRxLTE0IDAtMjMgOXQtOSAyM3Y2NHEwIDE0IDkgMjN0MjMgOWg3MDRxMTQgMCAyMy05dDktMjN6bS0zODQtMjU2di02NHEwLTE0LTktMjN0LTIzLTloLTMyMHEtMTQgMC0yMyA5dC05IDIzdjY0cTAgMTQgOSAyM3QyMyA5aDMyMHExNCAwIDIzLTl0OS0yM3ptMzg0IDB2LTY0cTAtMTQtOS0yM3QtMjMtOWgtMTkycS0xNCAwLTIzIDl0LTkgMjN2NjRxMCAxNCA5IDIzdDIzIDloMTkycTE0IDAgMjMtOXQ5LTIzem0wLTI1NnYtNjRxMC0xNC05LTIzdC0yMy05aC03MDRxLTE0IDAtMjMgOXQtOSAyM3Y2NHEwIDE0IDkgMjN0MjMgOWg3MDRxMTQgMCAyMy05dDktMjN6bS0xNjY0LTM1MmgxNzkydi05NnEwLTE0LTktMjN0LTIzLTloLTE3MjhxLTE0IDAtMjMgOXQtOSAyM3Y5NnptMTkyMC05NnYxMjE2cTAgNjYtNDcgMTEzdC0xMTMgNDdoLTE3MjhxLTY2IDAtMTEzLTQ3dC00Ny0xMTN2LTEyMTZxMC02NiA0Ny0xMTN0MTEzLTQ3aDE3MjhxNjYgMCAxMTMgNDd0NDcgMTEzeiIvPjwvc3ZnPgo=);
}

i.topics {
    content: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDAiIGhlaWdodD0iNDAiIHZpZXdCb3g9IjAgMCAyMDQ4IDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbD0iIzQ5Qjg4MiIgZD0iTTIwNDggMTUzNnYxMjhoLTIwNDh2LTE1MzZoMTI4djE0MDhoMTkyMHptLTEyOC0xMjQ4djQzNXEwIDIxLTE5LjUgMjkuNXQtMzUuNS03LjVsLTEyMS0xMjEtNjMzIDYzM3EtMTAgMTAtMjMgMTB0LTIzLTEwbC0yMzMtMjMzLTQxNiA0MTYtMTkyLTE5MiA1ODUtNTg1cTEwLTEwIDIzLTEwdDIzIDEwbDIzMyAyMzMgNDY0LTQ2NC0xMjEtMTIxcS0xNi0xNi03LjUtMzUuNXQyOS41LTE5LjVoNDM1cTE0IDAgMjMgOXQ5IDIzeiIvPjwvc3ZnPgo=);
}

i.engaging-tweets {
    content: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDAiIGhlaWdodD0iNDAiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbD0iIzQ5Qjg4MiIgZD0iTTE0MDggNzY4cTAgMTM5LTk0IDI1N3QtMjU2LjUgMTg2LjUtMzUzLjUgNjguNXEtODYgMC0xNzYtMTYtMTI0IDg4LTI3OCAxMjgtMzYgOS04NiAxNmgtM3EtMTEgMC0yMC41LTh0LTExLjUtMjFxLTEtMy0xLTYuNXQuNS02LjUgMi02bDIuNS01IDMuNS01LjUgNC01IDQuNS01IDQtNC41cTUtNiAyMy0yNXQyNi0yOS41IDIyLjUtMjkgMjUtMzguNSAyMC41LTQ0cS0xMjQtNzItMTk1LTE3N3QtNzEtMjI0cTAtMTM5IDk0LTI1N3QyNTYuNS0xODYuNSAzNTMuNS02OC41IDM1My41IDY4LjUgMjU2LjUgMTg2LjUgOTQgMjU3em0zODQgMjU2cTAgMTIwLTcxIDIyNC41dC0xOTUgMTc2LjVxMTAgMjQgMjAuNSA0NHQyNSAzOC41IDIyLjUgMjkgMjYgMjkuNSAyMyAyNXExIDEgNCA0LjV0NC41IDUgNCA1IDMuNSA1LjVsMi41IDUgMiA2IC41IDYuNS0xIDYuNXEtMyAxNC0xMyAyMnQtMjIgN3EtNTAtNy04Ni0xNi0xNTQtNDAtMjc4LTEyOC05MCAxNi0xNzYgMTYtMjcxIDAtNDcyLTEzMiA1OCA0IDg4IDQgMTYxIDAgMzA5LTQ1dDI2NC0xMjlxMTI1LTkyIDE5Mi0yMTJ0NjctMjU0cTAtNzctMjMtMTUyIDEyOSA3MSAyMDQgMTc4dDc1IDIzMHoiLz48L3N2Zz4K);
}

i.sentiment {
    content: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDAiIGhlaWdodD0iNDAiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbD0iIzQ5Qjg4MiIgZD0iTTEwMjQgMTM0NHEwIDgwLTU2IDEzNnQtMTM2IDU2LTEzNi01Ni01Ni0xMzZxMC02MCAzNS0xMTB0OTMtNzF2LTM5NWgxMjh2Mzk1cTU4IDIxIDkzIDcxdDM1IDExMHptMTI4IDBxMC03Ny0zNC0xNDR0LTk0LTExMnYtNzY4cTAtODAtNTYtMTM2dC0xMzYtNTYtMTM2IDU2LTU2IDEzNnY3NjhxLTYwIDQ1LTk0IDExMnQtMzQgMTQ0cTAgMTMzIDkzLjUgMjI2LjV0MjI2LjUgOTMuNSAyMjYuNS05My41IDkzLjUtMjI2LjV6bTEyOCAwcTAgMTg1LTEzMS41IDMxNi41dC0zMTYuNSAxMzEuNS0zMTYuNS0xMzEuNS0xMzEuNS0zMTYuNXEwLTE4MiAxMjgtMzEzdi03MTFxMC0xMzMgOTMuNS0yMjYuNXQyMjYuNS05My41IDIyNi41IDkzLjUgOTMuNSAyMjYuNXY3MTFxMTI4IDEzMSAxMjggMzEzem0xMjgtNTc2djEyOGgtMTkydi0xMjhoMTkyem0wLTI1NnYxMjhoLTE5MnYtMTI4aDE5MnptMC0yNTZ2MTI4aC0xOTJ2LTEyOGgxOTJ6Ii8+PC9zdmc+Cg==);
}

i.content {
    content: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDAiIGhlaWdodD0iNDAiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbD0iIzQ5Qjg4MiIgZD0iTTE1OTYgNDc2cTE0IDE0IDI4IDM2aC00NzJ2LTQ3MnEyMiAxNCAzNiAyOHptLTQ3NiAxNjRoNTQ0djEwNTZxMCA0MC0yOCA2OHQtNjggMjhoLTEzNDRxLTQwIDAtNjgtMjh0LTI4LTY4di0xNjAwcTAtNDAgMjgtNjh0NjgtMjhoODAwdjU0NHEwIDQwIDI4IDY4dDY4IDI4em0xNjAgNzM2di02NHEwLTE0LTktMjN0LTIzLTloLTcwNHEtMTQgMC0yMyA5dC05IDIzdjY0cTAgMTQgOSAyM3QyMyA5aDcwNHExNCAwIDIzLTl0OS0yM3ptMC0yNTZ2LTY0cTAtMTQtOS0yM3QtMjMtOWgtNzA0cS0xNCAwLTIzIDl0LTkgMjN2NjRxMCAxNCA5IDIzdDIzIDloNzA0cTE0IDAgMjMtOXQ5LTIzem0wLTI1NnYtNjRxMC0xNC05LTIzdC0yMy05aC03MDRxLTE0IDAtMjMgOXQtOSAyM3Y2NHEwIDE0IDkgMjN0MjMgOWg3MDRxMTQgMCAyMy05dDktMjN6Ii8+PC9zdmc+Cg==);
}

.planLength-toggle {
    margin-top: 50px;
    margin-bottom: 0px;
}
.btn-planLength {
    border-color: #94b7d7;
    font-size: 16px;
}

.btn-planLength.active {
    color: #fff;
    background-color: #006cd1;
    border-color: #006cd1;
}

.btn-planLength.monthly {
    border-radius: 4px 0 0 4px;
}

.btn-planLength.annual {
    border-radius: 0 4px 4px 0;
}

.planLengthTip {
    color: green;
    font-size: 14px;
}

/* Widget Styles */
.widget-heading {
    font-size: 260%;
    padding-bottom: 3%;
}

.widget-title {
    font-size: 110%;
    font-weight: 700;
    text-transform: uppercase;
    font-style: normal;
}

.widget-description {
    font-size: 90%;
    font-weight: 400;
}

input[type="text"]#endDate.form-control,
input[type="text"]#startDate.form-control {
    padding: 6px 4px;
}

.label-free {
    background-color: #69d269;
}

a.upgradeTooltip:hover {
    color: #49b882;
}


/* Data Tables to Font Awesome */
table.dataTable thead th.sorting:after {
    content: "";
    border: solid black;
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 3px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}
table.dataTable thead th.sorting_asc:after {
    content: "";
    border: solid black;
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 3px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}
table.dataTable thead th.sorting_desc:after {
    content: "";
    border: solid black;
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 3px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}

/* --------------------------------

Primary style

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

html {
	font-size: 62.5%;
}

body {
	font-size: 1.6rem;
	color: #2e3233;
	background-color: #ffffff;
}
@media only screen and (max-width: 1169px) {
	body.nav-on-left.overflow-hidden {
		overflow: hidden;
	}
}

/* a {
  color: #69aa6f;
  text-decoration: none;
} */

img {
	/* make images responsive */
	max-width: 100%;
}

input {
	font-family: sans-serif;
	font-size: 1.6rem;
}

input[type="search"]::-ms-clear {
	/* removes close icon - IE */
	display: none;
}

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

/* --------------------------------

Main components

-------------------------------- */
.cd-main-content,
.cd-main-header {
	/* Force Hardware Acceleration in WebKit */
	/* -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  will-change: transform; */
}

.cd-main-content,
.cd-main-header {
	position: relative;
	-webkit-transition: -webkit-transform 0.3s;
	-moz-transition: -moz-transform 0.3s;
	transition: transform 0.3s;
}
@media only screen and (max-width: 1169px) {
	.cd-main-content.nav-is-visible,
	.cd-main-header.nav-is-visible {
		-webkit-transform: translateX(-260px);
		-moz-transform: translateX(-260px);
		-ms-transform: translateX(-260px);
		-o-transform: translateX(-260px);
		transform: translateX(-260px);
	}
	.nav-on-left .cd-main-content.nav-is-visible,
	.nav-on-left .cd-main-header.nav-is-visible {
		-webkit-transform: translateX(260px);
		-moz-transform: translateX(260px);
		-ms-transform: translateX(260px);
		-o-transform: translateX(260px);
		transform: translateX(260px);
	}
}

.cd-main-content {
	background: #e2e3df;
	min-height: 100vh;
	z-index: 2;
}

.cd-main-header {
	height: 50px;
	background: #ffffff;
	z-index: 3;
}
.nav-is-fixed .cd-main-header {
	/* add .nav-is-fixed class to body if you want a fixed navigation on > 1170px */
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
}
@media only screen and (min-width: 1170px) {
	.cd-main-header {
		height: 75px;
	}
	.cd-main-header::after {
		clear: both;
		content: "";
		display: table;
	}
}

.cd-logo {
	position: absolute;
	top: 12px;
	left: 5%;
}
.cd-logo img {
	display: block;
}
@media only screen and (max-width: 1169px) {
	.nav-on-left .cd-logo {
		left: auto;
		right: 5%;
	}
}
@media only screen and (min-width: 1170px) {
	.cd-logo {
		top: 26px;
		left: 4em;
	}
}

.cd-header-buttons {
	position: absolute;
	display: inline-block;
	top: 3px;
	right: 5%;
}
.cd-header-buttons li {
	display: inline-block;
}
@media only screen and (max-width: 1169px) {
	.nav-on-left .cd-header-buttons {
		right: auto;
		left: 5%;
	}
	.nav-on-left .cd-header-buttons li {
		float: right;
	}
}
@media only screen and (min-width: 1170px) {
	.cd-header-buttons {
		top: 18px;
		right: 4em;
	}
}

.cd-search-trigger,
.cd-nav-trigger {
	position: relative;
	display: block;
	width: 44px;
	height: 44px;
	overflow: hidden;
	white-space: nowrap;
	/* hide text */
	color: transparent;
	z-index: 3;
}

.cd-search-trigger::before,
.cd-search-trigger::after {
	/* search icon */
	content: "";
	position: absolute;
	-webkit-transition: opacity 0.3s;
	-moz-transition: opacity 0.3s;
	transition: opacity 0.3s;
	/* Force Hardware Acceleration in WebKit */
	-webkit-transform: translateZ(0);
	-moz-transform: translateZ(0);
	-ms-transform: translateZ(0);
	-o-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
.cd-search-trigger::before {
	/* lens */
	top: 11px;
	left: 11px;
	width: 18px;
	height: 18px;
	border-radius: 50%;
	border: 3px solid #2e3233;
}
.cd-search-trigger::after {
	/* handle */
	height: 3px;
	width: 8px;
	background: #2e3233;
	bottom: 14px;
	right: 11px;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}
.cd-search-trigger span {
	/* container for the X icon */
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
}
.cd-search-trigger span::before,
.cd-search-trigger span::after {
	/* close icon */
	content: "";
	position: absolute;
	display: inline-block;
	height: 3px;
	width: 22px;
	top: 50%;
	margin-top: -2px;
	left: 50%;
	margin-left: -11px;
	background: #2e3233;
	opacity: 0;
	/* Force Hardware Acceleration in WebKit */
	-webkit-transform: translateZ(0);
	-moz-transform: translateZ(0);
	-ms-transform: translateZ(0);
	-o-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
	-moz-transition: opacity 0.3s, -moz-transform 0.3s;
	transition: opacity 0.3s, transform 0.3s;
}
.cd-search-trigger span::before {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}
.cd-search-trigger span::after {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.cd-search-trigger.search-is-visible::before,
.cd-search-trigger.search-is-visible::after {
	/* hide search icon */
	opacity: 0;
}
.cd-search-trigger.search-is-visible span::before,
.cd-search-trigger.search-is-visible span::after {
	/* show close icon */
	opacity: 1;
}
.cd-search-trigger.search-is-visible span::before {
	-webkit-transform: rotate(135deg);
	-moz-transform: rotate(135deg);
	-ms-transform: rotate(135deg);
	-o-transform: rotate(135deg);
	transform: rotate(135deg);
}
.cd-search-trigger.search-is-visible span::after {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}

.cd-nav-trigger span,
.cd-nav-trigger span::before,
.cd-nav-trigger span::after {
	/* hamburger icon in CSS */
	position: absolute;
	display: inline-block;
	height: 3px;
	width: 24px;
	background: #2e3233;
}
.cd-nav-trigger span {
	/* line in the center */
	position: absolute;
	top: 50%;
	right: 10px;
	margin-top: -2px;
	-webkit-transition: background 0.3s 0.3s;
	-moz-transition: background 0.3s 0.3s;
	transition: background 0.3s 0.3s;
}
.cd-nav-trigger span::before,
.cd-nav-trigger span::after {
	/* other 2 lines */
	content: "";
	right: 0;
	/* Force Hardware Acceleration in WebKit */
	-webkit-transform: translateZ(0);
	-moz-transform: translateZ(0);
	-ms-transform: translateZ(0);
	-o-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transform-origin: 0% 50%;
	-moz-transform-origin: 0% 50%;
	-ms-transform-origin: 0% 50%;
	-o-transform-origin: 0% 50%;
	transform-origin: 0% 50%;
	-webkit-transition: -webkit-transform 0.3s 0.3s;
	-moz-transition: -moz-transform 0.3s 0.3s;
	transition: transform 0.3s 0.3s;
}
.cd-nav-trigger span::before {
	/* menu icon top line */
	top: -6px;
}
.cd-nav-trigger span::after {
	/* menu icon bottom line */
	top: 6px;
}
.cd-nav-trigger.nav-is-visible span {
	/* hide line in the center */
	background: rgba(46, 50, 51, 0);
}
.cd-nav-trigger.nav-is-visible span::before,
.cd-nav-trigger.nav-is-visible span::after {
	/* keep visible other 2 lines */
	background: #2e3233;
}
.cd-nav-trigger.nav-is-visible span::before {
	-webkit-transform: translateX(4px) translateY(-3px) rotate(45deg);
	-moz-transform: translateX(4px) translateY(-3px) rotate(45deg);
	-ms-transform: translateX(4px) translateY(-3px) rotate(45deg);
	-o-transform: translateX(4px) translateY(-3px) rotate(45deg);
	transform: translateX(4px) translateY(-3px) rotate(45deg);
}
.cd-nav-trigger.nav-is-visible span::after {
	-webkit-transform: translateX(4px) translateY(2px) rotate(-45deg);
	-moz-transform: translateX(4px) translateY(2px) rotate(-45deg);
	-ms-transform: translateX(4px) translateY(2px) rotate(-45deg);
	-o-transform: translateX(4px) translateY(2px) rotate(-45deg);
	transform: translateX(4px) translateY(2px) rotate(-45deg);
}
@media only screen and (min-width: 1170px) {
	.cd-nav-trigger {
		display: none;
	}
}

.cd-primary-nav,
.cd-primary-nav ul {
	position: fixed;
	top: 0;
	right: 0;
	height: 100%;
	width: 260px;
	background: #2e3233;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
	z-index: 1;
	/* Force Hardware Acceleration in WebKit */
	-webkit-transform: translateZ(0);
	-moz-transform: translateZ(0);
	-ms-transform: translateZ(0);
	-o-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-transform: translateX(0);
	-moz-transform: translateX(0);
	-ms-transform: translateX(0);
	-o-transform: translateX(0);
	transform: translateX(0);
	-webkit-transition: -webkit-transform 0.3s;
	-moz-transition: -moz-transform 0.3s;
	transition: transform 0.3s;
}
.cd-primary-nav a,
.cd-primary-nav ul a {
	display: block;
	height: 50px;
	line-height: 50px;
	padding: 0 20px;
	color: #ffffff;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	border-bottom: 1px solid #3a3f40;
	-webkit-transform: translateZ(0);
	-moz-transform: translateZ(0);
	-ms-transform: translateZ(0);
	-o-transform: translateZ(0);
	transform: translateZ(0);
	will-change: transform, opacity;
	-webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
	-moz-transition: -moz-transform 0.3s, opacity 0.3s;
	transition: transform 0.3s, opacity 0.3s;
}
.cd-primary-nav.is-hidden,
.cd-primary-nav ul.is-hidden {
	/* secondary navigations hidden by default */
	-webkit-transform: translateX(100%);
	-moz-transform: translateX(100%);
	-ms-transform: translateX(100%);
	-o-transform: translateX(100%);
	transform: translateX(100%);
}
.cd-primary-nav.moves-out > li > a,
.cd-primary-nav ul.moves-out > li > a {
	/* push the navigation items to the left - and lower down opacity - when secondary nav slides in */
	-webkit-transform: translateX(-100%);
	-moz-transform: translateX(-100%);
	-ms-transform: translateX(-100%);
	-o-transform: translateX(-100%);
	transform: translateX(-100%);
	opacity: 0;
}

@media only screen and (max-width: 1169px) {
	.nav-on-left .cd-primary-nav,
	.nav-on-left .cd-primary-nav ul {
		right: auto;
		left: 0;
	}
}
.cd-primary-nav .see-all a {
	/* different style for the See all button on mobile and tablet */
	/* color: #69aa6f; */
}
.cd-primary-nav .cd-nav-gallery .cd-nav-item,
.cd-primary-nav .cd-nav-icons .cd-nav-item {
	/* items with picture (or icon) and title */
	height: 80px;
	line-height: 80px;
}
.cd-primary-nav .cd-nav-gallery .cd-nav-item h3,
.cd-primary-nav .cd-nav-icons .cd-nav-item h3 {
	overflow: hidden;
	text-overflow: ellipsis;
}
.cd-primary-nav .cd-nav-gallery .cd-nav-item {
	padding-left: 90px;
}
.cd-primary-nav .cd-nav-gallery .cd-nav-item img {
	position: absolute;
	display: block;
	height: 40px;
	width: auto;
	left: 20px;
	top: 50%;
	margin-top: -20px;
}
.cd-primary-nav .cd-nav-icons .cd-nav-item {
	padding-left: 75px;
}
.cd-primary-nav .cd-nav-icons .cd-nav-item p {
	color: #2e3233;
	font-size: 1.3rem;
	/* hide description on small devices */
	display: none;
}
.cd-primary-nav .cd-nav-icons .cd-nav-item::before {
	/* item icon */
	content: "";
	display: block;
	position: absolute;
	left: 20px;
	top: 50%;
	margin-top: -20px;
	width: 40px;
	height: 40px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 40px 40px;
}
.cd-primary-nav .cd-nav-icons .cd-nav-item.item-1::before {
	background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxOC4xLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB3aWR0aD0iNDBweCIgaGVpZ2h0PSI0MHB4IiB2aWV3Qm94PSIwIDAgNDAgNDAiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDQwIDQwOyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+DQo8c3R5bGUgdHlwZT0idGV4dC9jc3MiPg0KCS5zdDB7ZmlsbDpub25lO3N0cm9rZTojNTg1QzVFO3N0cm9rZS13aWR0aDoyO3N0cm9rZS1taXRlcmxpbWl0OjEwO30NCgkuc3Qxe2ZpbGw6bm9uZTtzdHJva2U6IzY5QUE2RjtzdHJva2Utd2lkdGg6MjtzdHJva2UtbWl0ZXJsaW1pdDoxMDt9DQo8L3N0eWxlPg0KPGc+DQoJPHBvbHlnb24gY2xhc3M9InN0MCIgcG9pbnRzPSIxLDM4IDEsMi41IDM2LjUsMzggCSIvPg0KCTxwb2x5Z29uIGNsYXNzPSJzdDAiIHBvaW50cz0iOSwzMyA5LDE5IDIzLDMzIAkiLz4NCgk8bGluZSBjbGFzcz0ic3QwIiB4MT0iNSIgeTE9IjEzIiB4Mj0iMSIgeTI9IjEzIi8+DQoJPGxpbmUgY2xhc3M9InN0MCIgeDE9IjQiIHkxPSIxOCIgeDI9IjEiIHkyPSIxOCIvPg0KCTxsaW5lIGNsYXNzPSJzdDAiIHgxPSI1IiB5MT0iMjMiIHgyPSIxIiB5Mj0iMjMiLz4NCgk8bGluZSBjbGFzcz0ic3QwIiB4MT0iNCIgeTE9IjI4IiB4Mj0iMSIgeTI9IjI4Ii8+DQoJPGxpbmUgY2xhc3M9InN0MCIgeDE9IjUiIHkxPSIzMyIgeDI9IjEiIHkyPSIzMyIvPg0KPC9nPg0KPGc+DQoJPHBvbHlnb24gY2xhc3M9InN0MSIgcG9pbnRzPSIxNS41LDIuNSAxMiw2IDMyLjksMjYuOSAzNy42LDI4LjEgMzYuNCwyMy41IAkiLz4NCgk8bGluZSBjbGFzcz0ic3QxIiB4MT0iMTUuNSIgeTE9IjkuNSIgeDI9IjE5IiB5Mj0iNiIvPg0KPC9nPg0KPC9zdmc+DQo=);
}
.cd-primary-nav .cd-nav-icons .cd-nav-item.item-2::before {
	background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxOC4xLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB3aWR0aD0iNDBweCIgaGVpZ2h0PSI0MHB4IiB2aWV3Qm94PSIwIDAgNDAgNDAiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDQwIDQwOyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+DQo8c3R5bGUgdHlwZT0idGV4dC9jc3MiPg0KCS5zdDB7ZmlsbDpub25lO3N0cm9rZTojNjlBQTZGO3N0cm9rZS13aWR0aDoyO3N0cm9rZS1taXRlcmxpbWl0OjEwO30NCgkuc3Qxe2ZpbGw6bm9uZTtzdHJva2U6IzU4NUM1RTtzdHJva2Utd2lkdGg6MjtzdHJva2UtbWl0ZXJsaW1pdDoxMDt9DQo8L3N0eWxlPg0KPGc+DQoJPGNpcmNsZSBjbGFzcz0ic3QwIiBjeD0iMjAiIGN5PSIxMi41IiByPSIyLjUiLz4NCgk8cGF0aCBjbGFzcz0ic3QwIiBkPSJNMjcuNSwxMy42YzAtNC41LTMuNC04LjEtNy41LTguMWMtNC4yLDAtNy41LDMuNi03LjUsOC4xYzAsNS44LDcuNSwxNS4xLDcuNSwxNS4xUzI3LjYsMTkuNCwyNy41LDEzLjZ6Ii8+DQo8L2c+DQo8cG9seWxpbmUgY2xhc3M9InN0MSIgcG9pbnRzPSIxMywyMyA4LDIzIDIsMzQgMjAsMzQgMzgsMzQgMzIsMjMgMjcsMjMgIi8+DQo8L3N2Zz4NCg==);
}
.cd-primary-nav .cd-nav-icons .cd-nav-item.item-3::before {
	background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxOC4xLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB3aWR0aD0iNDBweCIgaGVpZ2h0PSI0MHB4IiB2aWV3Qm94PSIwIDAgNDAgNDAiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDQwIDQwOyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+DQo8c3R5bGUgdHlwZT0idGV4dC9jc3MiPg0KCS5zdDB7ZmlsbDpub25lO3N0cm9rZTojNTg1QzVFO3N0cm9rZS13aWR0aDoyO3N0cm9rZS1taXRlcmxpbWl0OjEwO30NCgkuc3Qxe2ZpbGw6bm9uZTtzdHJva2U6IzY5QUE2RjtzdHJva2Utd2lkdGg6MjtzdHJva2UtbWl0ZXJsaW1pdDoxMDt9DQo8L3N0eWxlPg0KPHJlY3QgeD0iMSIgeT0iNyIgY2xhc3M9InN0MCIgd2lkdGg9IjM4IiBoZWlnaHQ9IjI2Ii8+DQo8cG9seWxpbmUgY2xhc3M9InN0MSIgcG9pbnRzPSI0LjYsMjYuMSAxNSwxNyAyMiwyNSAyNywyMCAzNiwyNy45ICIvPg0KPGNpcmNsZSBjbGFzcz0ic3QxIiBjeD0iMzEiIGN5PSIxNCIgcj0iMyIvPg0KPC9zdmc+DQo=);
}
.cd-primary-nav .cd-nav-icons .cd-nav-item.item-4::before {
	background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxOC4xLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB3aWR0aD0iNDBweCIgaGVpZ2h0PSI0MHB4IiB2aWV3Qm94PSIwIDAgNDAgNDAiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDQwIDQwOyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+DQo8c3R5bGUgdHlwZT0idGV4dC9jc3MiPg0KCS5zdDB7ZmlsbDpub25lO3N0cm9rZTojNTg1QzVFO3N0cm9rZS13aWR0aDoyO3N0cm9rZS1taXRlcmxpbWl0OjEwO30NCgkuc3Qxe2ZpbGw6bm9uZTtzdHJva2U6IzY5QUE2RjtzdHJva2Utd2lkdGg6MjtzdHJva2UtbWl0ZXJsaW1pdDoxMDt9DQo8L3N0eWxlPg0KPHBvbHlnb24gY2xhc3M9InN0MCIgcG9pbnRzPSIyOSwxMyAyNCw3IDE2LDcgMTEsMTMgMSwxMyAxLDMzIDM5LDMzIDM5LDEzICIvPg0KPGNpcmNsZSBjbGFzcz0ic3QxIiBjeD0iMjAiIGN5PSIyMyIgcj0iNSIvPg0KPGxpbmUgY2xhc3M9InN0MSIgeDE9IjYiIHkxPSIxNyIgeDI9IjYiIHkyPSIyOSIvPg0KPGxpbmUgY2xhc3M9InN0MCIgeDE9IjMzLjUiIHkxPSIxOC4yIiB4Mj0iMzMuNSIgeTI9IjE4LjIiLz4NCjwvc3ZnPg0K);
}
.cd-primary-nav .cd-nav-icons .cd-nav-item.item-5::before {
	background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxOC4xLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB3aWR0aD0iNDBweCIgaGVpZ2h0PSI0MHB4IiB2aWV3Qm94PSIwIDAgNDAgNDAiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDQwIDQwOyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+DQo8c3R5bGUgdHlwZT0idGV4dC9jc3MiPg0KCS5zdDB7ZmlsbDpub25lO3N0cm9rZTojNTg1QzVFO3N0cm9rZS13aWR0aDoyO3N0cm9rZS1taXRlcmxpbWl0OjEwO30NCgkuc3Qxe2ZpbGw6bm9uZTtzdHJva2U6IzY5QUE2RjtzdHJva2Utd2lkdGg6MjtzdHJva2UtbGluZWpvaW46YmV2ZWw7c3Ryb2tlLW1pdGVybGltaXQ6MTA7fQ0KPC9zdHlsZT4NCjxwYXRoIGNsYXNzPSJzdDAiIGQ9Ik0zMSwxN0g5Yy00LjQsMC04LDMuNS04LDcuOVM0LjYsMzMsOSwzM2MyLjgsMCw1LjMtMS44LDYuNy00aDguN2MxLjQsMi4yLDMuOSw0LDYuNyw0YzQuNCwwLDgtMy43LDgtOC4xDQoJUzM1LjQsMTcsMzEsMTd6Ii8+DQo8bGluZSBjbGFzcz0ic3QxIiB4MT0iOSIgeTE9IjIwIiB4Mj0iOSIgeTI9IjMwIi8+DQo8bGluZSBjbGFzcz0ic3QxIiB4MT0iMTQiIHkxPSIyNSIgeDI9IjQiIHkyPSIyNSIvPg0KPGNpcmNsZSBjbGFzcz0ic3QxIiBjeD0iMzEiIGN5PSIyNSIgcj0iNCIvPg0KPGxpbmUgY2xhc3M9InN0MSIgeDE9IjMxIiB5MT0iMjAuNyIgeDI9IjMxIiB5Mj0iMjkuMyIvPg0KPGxpbmUgY2xhc3M9InN0MSIgeDE9IjM1LjMiIHkxPSIyNSIgeDI9IjI2LjciIHkyPSIyNSIvPg0KPHBvbHlsaW5lIGNsYXNzPSJzdDAiIHBvaW50cz0iMjAsMTcgMjAsMTMgMjksMTMgMjksOCAyMiw4IDIyLDQgIi8+DQo8L3N2Zz4NCg==);
}
.cd-primary-nav .cd-nav-icons .cd-nav-item.item-6::before {
	background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxOC4xLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB3aWR0aD0iNDBweCIgaGVpZ2h0PSI0MHB4IiB2aWV3Qm94PSIwIDAgNDAgNDAiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDQwIDQwOyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+DQo8c3R5bGUgdHlwZT0idGV4dC9jc3MiPg0KCS5zdDB7ZmlsbDpub25lO3N0cm9rZTojNTg1QzVFO3N0cm9rZS13aWR0aDoyO3N0cm9rZS1taXRlcmxpbWl0OjEwO30NCgkuc3Qxe2ZpbGw6bm9uZTtzdHJva2U6IzY5QUE2RjtzdHJva2Utd2lkdGg6MjtzdHJva2UtbWl0ZXJsaW1pdDoxMDt9DQo8L3N0eWxlPg0KPHJlY3QgeD0iMjguNCIgeT0iMjEuNSIgdHJhbnNmb3JtPSJtYXRyaXgoLTAuNzA3MSAwLjcwNzEgLTAuNzA3MSAtMC43MDcxIDczLjgwOTggMjguNzU3NikiIGNsYXNzPSJzdDAiIHdpZHRoPSI1LjEiIGhlaWdodD0iMTYuMiIvPg0KPHBvbHlnb24gY2xhc3M9InN0MCIgcG9pbnRzPSI3LjcsMTAgMTEuMyw2LjQgNS4zLDIuOCA0LjEsNCAiLz4NCjxsaW5lIGNsYXNzPSJzdDAiIHgxPSIxNS4xIiB5MT0iMTMuOSIgeDI9IjkuNSIgeTI9IjguMiIvPg0KPHBhdGggY2xhc3M9InN0MSIgZD0iTTM1LjUsNy45bC00LjgsMi4zbC0yLjQtMi41bDIuMS00LjlsMCwwYy02LDAtNy42LDMtNy42LDZ2Mi40TDIuNiwzMS44bC0xLjEsMy42bDEuMywxLjJsMy43LTAuOUwyNywxNS41aDIuNA0KCUMzMi41LDE1LjUsMzUuNSwxNCwzNS41LDcuOUwzNS41LDcuOXoiLz4NCjwvc3ZnPg0K);
}
.cd-primary-nav .cd-nav-icons .cd-nav-item.item-7::before {
	background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxOC4xLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB3aWR0aD0iNDBweCIgaGVpZ2h0PSI0MHB4IiB2aWV3Qm94PSIwIDAgNDAgNDAiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDQwIDQwOyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+DQo8c3R5bGUgdHlwZT0idGV4dC9jc3MiPg0KCS5zdDB7ZmlsbDpub25lO3N0cm9rZTojNTg1QzVFO3N0cm9rZS13aWR0aDoyO3N0cm9rZS1taXRlcmxpbWl0OjEwO30NCgkuc3Qxe2ZpbGw6bm9uZTtzdHJva2U6IzY5QUE2RjtzdHJva2Utd2lkdGg6MjtzdHJva2UtbWl0ZXJsaW1pdDoxMDt9DQo8L3N0eWxlPg0KPHJlY3QgeD0iMSIgeT0iNCIgY2xhc3M9InN0MCIgd2lkdGg9IjM4IiBoZWlnaHQ9IjI1Ii8+DQo8bGluZSBjbGFzcz0ic3QwIiB4MT0iMTQiIHkxPSIzNiIgeDI9IjI2IiB5Mj0iMzYiLz4NCjxsaW5lIGNsYXNzPSJzdDAiIHgxPSIyMCIgeTE9IjM2IiB4Mj0iMjAiIHkyPSIyOSIvPg0KPGxpbmUgY2xhc3M9InN0MSIgeDE9IjUiIHkxPSIyNCIgeDI9IjM1IiB5Mj0iMjQiLz4NCjwvc3ZnPg0K);
}
.cd-primary-nav .cd-nav-icons .cd-nav-item.item-8::before {
	background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxOC4xLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB3aWR0aD0iNDBweCIgaGVpZ2h0PSI0MHB4IiB2aWV3Qm94PSIwIDAgNDAgNDAiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDQwIDQwOyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+DQo8c3R5bGUgdHlwZT0idGV4dC9jc3MiPg0KCS5zdDB7ZmlsbDpub25lO3N0cm9rZTojNTg1QzVFO3N0cm9rZS13aWR0aDoyO3N0cm9rZS1taXRlcmxpbWl0OjEwO30NCgkuc3Qxe2ZpbGw6bm9uZTtzdHJva2U6IzY5QUE2RjtzdHJva2Utd2lkdGg6MjtzdHJva2UtbWl0ZXJsaW1pdDoxMDt9DQo8L3N0eWxlPg0KPGxpbmUgY2xhc3M9InN0MCIgeDE9IjI5IiB5MT0iNSIgeDI9IjExIiB5Mj0iNSIvPg0KPHBvbHlsaW5lIGNsYXNzPSJzdDAiIHBvaW50cz0iNyw1IDEsNSAxLDM2IDM5LDM2IDM5LDUgMzMsNSAiLz4NCjxyZWN0IHg9IjI5IiB5PSIzIiBjbGFzcz0ic3QwIiB3aWR0aD0iNCIgaGVpZ2h0PSI0Ii8+DQo8cmVjdCB4PSI3IiB5PSIzIiBjbGFzcz0ic3QwIiB3aWR0aD0iNCIgaGVpZ2h0PSI0Ii8+DQo8cmVjdCB4PSI2IiB5PSIxNSIgY2xhc3M9InN0MSIgd2lkdGg9IjYiIGhlaWdodD0iNiIvPg0KPHJlY3QgeD0iMTciIHk9IjE1IiBjbGFzcz0ic3QxIiB3aWR0aD0iNiIgaGVpZ2h0PSI2Ii8+DQo8cmVjdCB4PSIyOCIgeT0iMTUiIGNsYXNzPSJzdDEiIHdpZHRoPSI2IiBoZWlnaHQ9IjYiLz4NCjxyZWN0IHg9IjYiIHk9IjI2IiBjbGFzcz0ic3QxIiB3aWR0aD0iNiIgaGVpZ2h0PSI2Ii8+DQo8cmVjdCB4PSIxNyIgeT0iMjYiIGNsYXNzPSJzdDEiIHdpZHRoPSI2IiBoZWlnaHQ9IjYiLz4NCjxyZWN0IHg9IjI4IiB5PSIyNiIgY2xhc3M9InN0MSIgd2lkdGg9IjYiIGhlaWdodD0iNiIvPg0KPGxpbmUgY2xhc3M9InN0MCIgeDE9IjEiIHkxPSIxMSIgeDI9IjM5IiB5Mj0iMTEiLz4NCjwvc3ZnPg0K);
}
@media only screen and (max-width: 1169px) {
	.cd-primary-nav {
		/* by default .cd-primary-nav is hidden - trick for iOS devices where you can see the navigation if you pull down */
		visibility: hidden;
		-webkit-transition: visibility 0s 0.3s;
		-moz-transition: visibility 0s 0.3s;
		transition: visibility 0s 0.3s;
	}
	.cd-primary-nav.nav-is-visible {
		visibility: visible;
		-webkit-transition: visibility 0s 0s;
		-moz-transition: visibility 0s 0s;
		transition: visibility 0s 0s;
	}
}

@media only screen and (min-width: 1170px) {
	.cd-primary-nav {
		position: static;
		padding: 0 150px 0 0;
		height: auto;
		width: auto;
		float: right;
		overflow: visible;
		background: transparent;
	}
	.cd-primary-nav::after {
		clear: both;
		content: "";
		display: table;
	}
	.cd-primary-nav.moves-out > li > a {
		/* reset mobile style */
		-webkit-transform: translateX(0);
		-moz-transform: translateX(0);
		-ms-transform: translateX(0);
		-o-transform: translateX(0);
		transform: translateX(0);
		opacity: 1;
	}
	.cd-primary-nav ul {
		position: static;
		height: auto;
		width: auto;
		background: transparent;
		overflow: visible;
		z-index: 3;
	}
	.cd-primary-nav ul.is-hidden {
		/* reset mobile style */
		-webkit-transform: translateX(0);
		-moz-transform: translateX(0);
		-ms-transform: translateX(0);
		-o-transform: translateX(0);
		transform: translateX(0);
	}
	.cd-primary-nav ul.moves-out > li > a {
		/* reset mobile style */
		-webkit-transform: translateX(0);
		-moz-transform: translateX(0);
		-ms-transform: translateX(0);
		-o-transform: translateX(0);
		transform: translateX(0);
		opacity: 1;
	}
	.cd-primary-nav > li {
		float: left;
		margin-left: 3em;
	}
	.cd-primary-nav > li > a {
		/* main navigation buttons style */
		position: relative;
		display: inline-block;
		height: 80px;
		line-height: 80px;
		padding: 0 10px;
		color: #2e3233;
		overflow: visible;
		border-bottom: none;
		-webkit-transition: color 0.3s, box-shadow 0.3s;
		-moz-transition: color 0.3s, box-shadow 0.3s;
		transition: color 0.3s, box-shadow 0.3s;
	}
	.cd-primary-nav > li > a:hover {
		/* color: #69aa6f; */
	}
	.cd-primary-nav > li > a.selected {
		/* color: #69aa6f;
    box-shadow: inset 0 -2px 0 #69aa6f; */
	}
	.cd-primary-nav .go-back,
	.cd-primary-nav .see-all {
		display: none;
	}
	.cd-primary-nav .cd-secondary-nav,
	.cd-primary-nav .cd-nav-gallery,
	.cd-primary-nav .cd-nav-icons {
		/* dropdown menu style */
		position: absolute;
		top: 80px;
		width: 100vw;
		background: #ffffff;
		padding: 48px 64px 130px;
		box-shadow: inset 0 1px 0 #e2e3df, 0 3px 6px rgba(0, 0, 0, 0.05);
		-webkit-transform: translateX(0);
		-moz-transform: translateX(0);
		-ms-transform: translateX(0);
		-o-transform: translateX(0);
		transform: translateX(0);
		-webkit-transition: opacity 0.3s 0s, visibility 0s 0s;
		-moz-transition: opacity 0.3s 0s, visibility 0s 0s;
		transition: opacity 0.3s 0s, visibility 0s 0s;
	}
	.cd-primary-nav .cd-secondary-nav::after,
	.cd-primary-nav .cd-nav-gallery::after,
	.cd-primary-nav .cd-nav-icons::after {
		clear: both;
		content: "";
		display: table;
	}
	.cd-primary-nav .cd-secondary-nav.is-hidden,
	.cd-primary-nav .cd-nav-gallery.is-hidden,
	.cd-primary-nav .cd-nav-icons.is-hidden {
		opacity: 0;
		visibility: hidden;
		-webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s;
		-moz-transition: opacity 0.3s 0s, visibility 0s 0.3s;
		transition: opacity 0.3s 0s, visibility 0s 0.3s;
	}
	.cd-primary-nav .cd-secondary-nav > .see-all,
	.cd-primary-nav .cd-nav-gallery > .see-all,
	.cd-primary-nav .cd-nav-icons > .see-all {
		/* this is the BIG See all button at the bottom of the dropdown menu */
		display: block;
		position: absolute;
		left: 0;
		bottom: 0;
		height: 80px;
		width: 100%;
		overflow: hidden;
		/* reset some inherited style */
		margin: 0;
		padding: 0;
	}
	.cd-primary-nav .cd-secondary-nav > .see-all a,
	.cd-primary-nav .cd-nav-gallery > .see-all a,
	.cd-primary-nav .cd-nav-icons > .see-all a {
		position: absolute;
		width: 100%;
		height: 100%;
		top: 0;
		left: 0;
		font-size: 2.2rem;
		font-weight: bold;
		text-align: center;
		line-height: 80px;
		border-top: 1px solid #e2e3df;
		/* reset some inherited style */
		border-bottom: none;
		margin: 0;
		padding: 0;
		-webkit-transition: color 0.2s, background 0.2s, border 0.2s;
		-moz-transition: color 0.2s, background 0.2s, border 0.2s;
		transition: color 0.2s, background 0.2s, border 0.2s;
	}
	.cd-primary-nav .cd-secondary-nav > .see-all a:hover,
	.cd-primary-nav .cd-nav-gallery > .see-all a:hover,
	.cd-primary-nav .cd-nav-icons > .see-all a:hover {
		background: #2e3233;
		border-color: #2e3233;
		color: #ffffff;
	}
	.cd-primary-nav .cd-secondary-nav > li {
		/* change the height according to your needs - you can even set height: auto */
		height: 340px;
		/* here you set the number of columns - use width percentage */
		width: 23%;
		float: left;
		margin-right: 2.66%;
		border-right: 1px solid #e2e3df;
		overflow: hidden;
		overflow-x: hidden;
		overflow-y: auto;
		-webkit-overflow-scrolling: touch;
	}
	.cd-primary-nav .cd-secondary-nav > li:nth-child(4n + 2) {
		/* +2 because we have 2 list items with display:none */
		margin-right: 0;
		border-right: none;
	}
	.cd-primary-nav .cd-secondary-nav > li > a {
		/* secondary nav title */
		/* color: #69aa6f; */
		font-weight: bold;
		font-size: 1.6rem;
		margin-bottom: 0.6em;
	}
	.cd-primary-nav .cd-secondary-nav a {
		height: 30px;
		line-height: 30px;
		padding: 0 18% 0 0;
		color: #2e3233;
		border-bottom: none;
		font-size: 1.4rem;
	}
	.cd-primary-nav .cd-secondary-nav a:hover {
		/* color: #69aa6f; */
	}
	.cd-primary-nav .cd-secondary-nav ul {
		/* Force Hardware Acceleration in WebKit */
		-webkit-transform: translateZ(0);
		-moz-transform: translateZ(0);
		-ms-transform: translateZ(0);
		-o-transform: translateZ(0);
		transform: translateZ(0);
	}
	.cd-primary-nav .cd-secondary-nav ul ul {
		/* tertiary navigation */
		position: absolute;
		top: 0;
		left: 0;
		height: 100%;
		width: 100%;
	}
	.cd-primary-nav .cd-secondary-nav ul ul.is-hidden {
		-webkit-transform: translateX(100%);
		-moz-transform: translateX(100%);
		-ms-transform: translateX(100%);
		-o-transform: translateX(100%);
		transform: translateX(100%);
	}
	.cd-primary-nav .cd-secondary-nav ul ul .go-back {
		display: block;
	}
	.cd-primary-nav .cd-secondary-nav ul ul .go-back a {
		color: transparent;
	}
	.cd-primary-nav .cd-secondary-nav ul ul .see-all {
		display: block;
	}
	.cd-primary-nav .cd-secondary-nav .moves-out > li > a {
		/* push the navigation items to the left - and lower down opacity - when tertiary nav slides in */
		-webkit-transform: translateX(-100%);
		-moz-transform: translateX(-100%);
		-ms-transform: translateX(-100%);
		-o-transform: translateX(-100%);
		transform: translateX(-100%);
	}
	.cd-primary-nav .cd-nav-gallery li {
		/* set here number of columns - use width percentage */
		width: 22%;
		float: left;
		margin: 0 4% 40px 0;
	}
	.cd-primary-nav .cd-nav-gallery li:nth-child(4n + 2) {
		/* +2 because we have two additional list items with display:none */
		margin-right: 0;
	}
	.cd-primary-nav .cd-nav-gallery .cd-nav-item {
		border-bottom: none;
		padding: 0;
		height: auto;
		line-height: 1.2;
	}
	.cd-primary-nav .cd-nav-gallery .cd-nav-item img {
		position: static;
		margin-top: 0;
		height: auto;
		width: 100%;
		margin-bottom: 0.6em;
	}
	.cd-primary-nav .cd-nav-gallery .cd-nav-item h3 {
		/* color: #69aa6f; */
		font-weight: bold;
		padding: 0 0.4em;
	}
	.cd-primary-nav .cd-nav-icons li {
		/* set here number of columns - use width percentage */
		width: 32%;
		float: left;
		margin: 0 2% 20px 0;
	}
	.cd-primary-nav .cd-nav-icons li:nth-child(3n + 2) {
		/* +2 because we have two additional list items with display:none */
		margin-right: 0;
	}
	.cd-primary-nav .cd-nav-icons .cd-nav-item {
		border-bottom: none;
		height: 80px;
		line-height: 1.2;
		padding: 24px 0 0 85px;
		position: relative;
	}
	.cd-primary-nav .cd-nav-icons .cd-nav-item:hover {
		background: #f6f6f5;
	}
	.cd-primary-nav .cd-nav-icons .cd-nav-item h3 {
		/* color: #69aa6f; */
		font-weight: bold;
	}
	.cd-primary-nav .cd-nav-icons .cd-nav-item p {
		display: block;
	}
	.cd-primary-nav .cd-nav-icons .cd-nav-item::before {
		left: 25px;
	}
}
.has-children > a,
.go-back a {
	position: relative;
}
.has-children > a::before,
.has-children > a::after,
.go-back a::before,
.go-back a::after {
	/* arrow icon in CSS - for element with nested unordered lists */
	content: "";
	position: absolute;
	top: 50%;
	margin-top: -1px;
	display: inline-block;
	height: 2px;
	width: 10px;
	background: #464c4e;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
.has-children > a::before,
.go-back a::before {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}
.has-children > a::after,
.go-back a::after {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
@media only screen and (min-width: 1170px) {
	.has-children > a::before,
	.has-children > a::after,
	.go-back a::before,
	.go-back a::after {
		background: #c9cbc4;
	}
	.has-children > a:hover::before,
	.has-children > a:hover::after,
	.go-back a:hover::before,
	.go-back a:hover::after {
		/* background: #69aa6f; */
	}
}

.has-children > a {
	padding-right: 40px;
}
.has-children > a::before,
.has-children > a::after {
	/* arrow goes on the right side - children navigation */
	right: 20px;
	-webkit-transform-origin: 9px 50%;
	-moz-transform-origin: 9px 50%;
	-ms-transform-origin: 9px 50%;
	-o-transform-origin: 9px 50%;
	transform-origin: 9px 50%;
}

.cd-primary-nav .go-back a {
	padding-left: 40px;
}
.cd-primary-nav .go-back a::before,
.cd-primary-nav .go-back a::after {
	/* arrow goes on the left side - go back button */
	left: 20px;
	-webkit-transform-origin: 1px 50%;
	-moz-transform-origin: 1px 50%;
	-ms-transform-origin: 1px 50%;
	-o-transform-origin: 1px 50%;
	transform-origin: 1px 50%;
}

@media only screen and (min-width: 1170px) {
	.has-children > a::before,
	.has-children > a::after {
		right: 15%;
	}

	.cd-primary-nav > .has-children > a {
		/* main navigation arrows on larger devices */
		padding-right: 30px !important;
	}
	.cd-primary-nav > .has-children > a::before,
	.cd-primary-nav > .has-children > a::after {
		width: 9px;
		-webkit-transform-origin: 50% 50%;
		-moz-transform-origin: 50% 50%;
		-ms-transform-origin: 50% 50%;
		-o-transform-origin: 50% 50%;
		transform-origin: 50% 50%;
		background: #c9cbc4;
		-webkit-backface-visibility: hidden;
		backface-visibility: hidden;
		-webkit-transition: width 0.3s, -webkit-transform 0.3s;
		-moz-transition: width 0.3s, -moz-transform 0.3s;
		transition: width 0.3s, transform 0.3s;
	}
	.cd-primary-nav > .has-children > a::before {
		right: 12px;
	}
	.cd-primary-nav > .has-children > a::after {
		right: 7px;
	}
	.cd-primary-nav > .has-children > a.selected::before,
	.cd-primary-nav > .has-children > a.selected::after {
		width: 14px;
	}
	.cd-primary-nav > .has-children > a.selected::before {
		-webkit-transform: translateX(5px) rotate(-45deg);
		-moz-transform: translateX(5px) rotate(-45deg);
		-ms-transform: translateX(5px) rotate(-45deg);
		-o-transform: translateX(5px) rotate(-45deg);
		transform: translateX(5px) rotate(-45deg);
	}
	.cd-primary-nav > .has-children > a.selected::after {
		-webkit-transform: rotate(45deg);
		-moz-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		-o-transform: rotate(45deg);
		transform: rotate(45deg);
	}

	.cd-secondary-nav > .has-children > a::before,
	.cd-secondary-nav > .has-children > a::after {
		/* remove arrows on secondary nav titles */
		display: none;
	}

	.cd-primary-nav .go-back a {
		padding-left: 20px;
	}
	.cd-primary-nav .go-back a::before,
	.cd-primary-nav .go-back a::after {
		left: 1px;
	}
}
.cd-search {
	position: absolute;
	height: 50px;
	width: 100%;
	top: 50px;
	left: 0;
	z-index: 3;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s;
	-moz-transition: opacity 0.3s 0s, visibility 0s 0.3s;
	transition: opacity 0.3s 0s, visibility 0s 0.3s;
}
.cd-search form {
	height: 100%;
	width: 100%;
}
.tt-suggestion {
	padding: 0 5%;
}
.cd-search input {
	border-radius: 0;
	border: none;
	background: #ffffff;
	height: 100%;
	width: 100%;
	padding: 0 5%;
	box-shadow: inset 0 1px 0 #e2e3df, 0 3px 6px rgba(0, 0, 0, 0.05);
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	-o-appearance: none;
	appearance: none;
}
.cd-search input::-webkit-input-placeholder {
	color: #c9cbc4;
}
.cd-search input::-moz-placeholder {
	color: #c9cbc4;
}
.cd-search input:-moz-placeholder {
	color: #c9cbc4;
}
.cd-search input:-ms-input-placeholder {
	color: #c9cbc4;
}
.cd-search input:focus {
	outline: none;
}
.cd-search.is-visible {
	opacity: 1;
	visibility: visible;
	-webkit-transition: opacity 0.3s 0s, visibility 0s 0s;
	-moz-transition: opacity 0.3s 0s, visibility 0s 0s;
	transition: opacity 0.3s 0s, visibility 0s 0s;
}
.nav-is-fixed .cd-search {
	position: fixed;
}
@media only screen and (min-width: 1170px) {
	.cd-search {
		height: 120px;
		top: 80px;
	}
	.cd-search input {
		padding: 0 2em;
		font-size: 3.2rem;
		font-weight: 300;
	}
	.tt-suggestion {
		padding: 0 2em;
	}
}

.cd-overlay {
	/* shadow layer visible when navigation is active */
	position: fixed;
	z-index: 2;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	cursor: pointer;
	/* background-color: rgba(105, 170, 111, 0.8); */
	visibility: hidden;
	opacity: 0;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s,
		-webkit-transform 0.3s 0s;
	-moz-transition: opacity 0.3s 0s, visibility 0s 0.3s, -moz-transform 0.3s 0s;
	transition: opacity 0.3s 0s, visibility 0s 0.3s, transform 0.3s 0s;
}
.cd-overlay.is-visible {
	opacity: 1;
	visibility: visible;
	-webkit-transition: opacity 0.3s 0s, visibility 0s 0s,
		-webkit-transform 0.3s 0s;
	-moz-transition: opacity 0.3s 0s, visibility 0s 0s, -moz-transform 0.3s 0s;
	transition: opacity 0.3s 0s, visibility 0s 0s, transform 0.3s 0s;
}
@media only screen and (max-width: 1169px) {
	.cd-overlay.is-visible {
		-webkit-transform: translateX(-260px);
		-moz-transform: translateX(-260px);
		-ms-transform: translateX(-260px);
		-o-transform: translateX(-260px);
		transform: translateX(-260px);
	}
	.nav-on-left .cd-overlay.is-visible {
		-webkit-transform: translateX(260px);
		-moz-transform: translateX(260px);
		-ms-transform: translateX(260px);
		-o-transform: translateX(260px);
		transform: translateX(260px);
	}
	.cd-overlay.is-visible.search-is-visible,
	.nav-on-left .cd-overlay.is-visible.search-is-visible {
		-webkit-transform: translateX(0);
		-moz-transform: translateX(0);
		-ms-transform: translateX(0);
		-o-transform: translateX(0);
		transform: translateX(0);
	}
}

/* --------------------------------

support for no js

-------------------------------- */
.no-js .cd-primary-nav {
	position: relative;
	height: auto;
	width: 100%;
	overflow: visible;
	visibility: visible;
	z-index: 2;
}

.no-js .cd-search {
	position: relative;
	top: 0;
	opacity: 1;
	visibility: visible;
}

@media only screen and (min-width: 1170px) {
	.no-js .cd-primary-nav {
		position: absolute;
		z-index: 3;
		display: inline-block;
		width: auto;
		top: 0;
		right: 150px;
		padding: 0;
	}

	.no-js .nav-is-fixed .cd-primary-nav {
		position: fixed;
	}
}

/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

@charset 'UTF-8';
/* Slider */
.slick-loading .slick-list
{
    /* background: #fff url('../img/ajax-loader.gif') center center no-repeat; */
}

/* Icons */
@font-face
{
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;

    src: url(data:application/vnd.ms-fontobject;base64,AAgAAGQHAAABAAIAAAAAAAIABQkAAAAAAAABAJABAAAAAExQAQAAgCAAAAAAAAAAAAAAAAEAAAAAAAAATxDE8AAAAAAAAAAAAAAAAAAAAAAAAAoAcwBsAGkAYwBrAAAADgBSAGUAZwB1AGwAYQByAAAAFgBWAGUAcgBzAGkAbwBuACAAMQAuADAAAAAKAHMAbABpAGMAawAAAAAAAAEAAAANAIAAAwBQRkZUTW3RyK8AAAdIAAAAHEdERUYANAAGAAAHKAAAACBPUy8yT/b9sgAAAVgAAABWY21hcCIPRb0AAAHIAAABYmdhc3D//wADAAAHIAAAAAhnbHlmP5u2YAAAAzwAAAIsaGVhZAABMfsAAADcAAAANmhoZWED5QIFAAABFAAAACRobXR4BkoASgAAAbAAAAAWbG9jYQD2AaIAAAMsAAAAEG1heHAASwBHAAABOAAAACBuYW1lBSeBwgAABWgAAAFucG9zdC+zMgMAAAbYAAAARQABAAAAAQAA8MQQT18PPPUACwIAAAAAAM9xeH8AAAAAz3F4fwAlACUB2wHbAAAACAACAAAAAAAAAAEAAAHbAAAALgIAAAAAAAHbAAEAAAAAAAAAAAAAAAAAAAAEAAEAAAAHAEQAAgAAAAAAAgAAAAEAAQAAAEAAAAAAAAAAAQIAAZAABQAIAUwBZgAAAEcBTAFmAAAA9QAZAIQAAAIABQkAAAAAAACAAAABAAAAIAAAAAAAAAAAUGZFZABAAGEhkgHg/+AALgHb/9sAAAABAAAAAAAAAgAAAAAAAAACAAAAAgAAJQAlACUAJQAAAAAAAwAAAAMAAAAcAAEAAAAAAFwAAwABAAAAHAAEAEAAAAAMAAgAAgAEAAAAYSAiIZAhkv//AAAAAABhICIhkCGS//8AAP+l3+PedN5xAAEAAAAAAAAAAAAAAAAAAAEGAAABAAAAAAAAAAECAAAAAgAAAAAAAAAAAAAAAAAAAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGAIwAsAEWAAIAJQAlAdsB2wAYACwAAD8BNjQvASYjIg8BBhUUHwEHBhUUHwEWMzI2FAcGBwYiJyYnJjQ3Njc2MhcWF/GCBgaCBQcIBR0GBldXBgYdBQgH7x0eMjB8MDIeHR0eMjB8MDIecYIGDgaCBQUeBQcJBFhYBAkHBR4F0nwwMh4dHR4yMHwwMh4dHR4yAAAAAgAlACUB2wHbABgALAAAJTc2NTQvATc2NTQvASYjIg8BBhQfARYzMjYUBwYHBiInJicmNDc2NzYyFxYXASgdBgZXVwYGHQUIBwWCBgaCBQcIuB0eMjB8MDIeHR0eMjB8MDIecR4FBwkEWFgECQcFHgUFggYOBoIF0nwwMh4dHR4yMHwwMh4dHR4yAAABACUAJQHbAdsAEwAAABQHBgcGIicmJyY0NzY3NjIXFhcB2x0eMjB8MDIeHR0eMjB8MDIeAT58MDIeHR0eMjB8MDIeHR0eMgABACUAJQHbAdsAQwAAARUUBisBIicmPwEmIyIHBgcGBwYUFxYXFhcWMzI3Njc2MzIfARYVFAcGBwYjIicmJyYnJjQ3Njc2NzYzMhcWFzc2FxYB2woIgAsGBQkoKjodHBwSFAwLCwwUEhwcHSIeIBMGAQQDJwMCISspNC8mLBobFBERFBsaLCYvKicpHSUIDAsBt4AICgsLCScnCwwUEhwcOhwcEhQMCw8OHAMDJwMDAgQnFBQRFBsaLCZeJiwaGxQRDxEcJQgEBgAAAAAAAAwAlgABAAAAAAABAAUADAABAAAAAAACAAcAIgABAAAAAAADACEAbgABAAAAAAAEAAUAnAABAAAAAAAFAAsAugABAAAAAAAGAAUA0gADAAEECQABAAoAAAADAAEECQACAA4AEgADAAEECQADAEIAKgADAAEECQAEAAoAkAADAAEECQAFABYAogADAAEECQAGAAoAxgBzAGwAaQBjAGsAAHNsaWNrAABSAGUAZwB1AGwAYQByAABSZWd1bGFyAABGAG8AbgB0AEYAbwByAGcAZQAgADIALgAwACAAOgAgAHMAbABpAGMAawAgADoAIAAxADQALQA0AC0AMgAwADEANAAARm9udEZvcmdlIDIuMCA6IHNsaWNrIDogMTQtNC0yMDE0AABzAGwAaQBjAGsAAHNsaWNrAABWAGUAcgBzAGkAbwBuACAAMQAuADAAAFZlcnNpb24gMS4wAABzAGwAaQBjAGsAAHNsaWNrAAAAAAIAAAAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAAAAAAAABwAAAAEAAgECAQMAhwBECmFycm93cmlnaHQJYXJyb3dsZWZ0AAAAAAAAAf//AAIAAQAAAA4AAAAYAAAAAAACAAEAAwAGAAEABAAAAAIAAAAAAAEAAAAAzu7XsAAAAADPcXh/AAAAAM9xeH8=);
    src: url(data:application/vnd.ms-fontobject;base64,AAgAAGQHAAABAAIAAAAAAAIABQkAAAAAAAABAJABAAAAAExQAQAAgCAAAAAAAAAAAAAAAAEAAAAAAAAATxDE8AAAAAAAAAAAAAAAAAAAAAAAAAoAcwBsAGkAYwBrAAAADgBSAGUAZwB1AGwAYQByAAAAFgBWAGUAcgBzAGkAbwBuACAAMQAuADAAAAAKAHMAbABpAGMAawAAAAAAAAEAAAANAIAAAwBQRkZUTW3RyK8AAAdIAAAAHEdERUYANAAGAAAHKAAAACBPUy8yT/b9sgAAAVgAAABWY21hcCIPRb0AAAHIAAABYmdhc3D//wADAAAHIAAAAAhnbHlmP5u2YAAAAzwAAAIsaGVhZAABMfsAAADcAAAANmhoZWED5QIFAAABFAAAACRobXR4BkoASgAAAbAAAAAWbG9jYQD2AaIAAAMsAAAAEG1heHAASwBHAAABOAAAACBuYW1lBSeBwgAABWgAAAFucG9zdC+zMgMAAAbYAAAARQABAAAAAQAA8MQQT18PPPUACwIAAAAAAM9xeH8AAAAAz3F4fwAlACUB2wHbAAAACAACAAAAAAAAAAEAAAHbAAAALgIAAAAAAAHbAAEAAAAAAAAAAAAAAAAAAAAEAAEAAAAHAEQAAgAAAAAAAgAAAAEAAQAAAEAAAAAAAAAAAQIAAZAABQAIAUwBZgAAAEcBTAFmAAAA9QAZAIQAAAIABQkAAAAAAACAAAABAAAAIAAAAAAAAAAAUGZFZABAAGEhkgHg/+AALgHb/9sAAAABAAAAAAAAAgAAAAAAAAACAAAAAgAAJQAlACUAJQAAAAAAAwAAAAMAAAAcAAEAAAAAAFwAAwABAAAAHAAEAEAAAAAMAAgAAgAEAAAAYSAiIZAhkv//AAAAAABhICIhkCGS//8AAP+l3+PedN5xAAEAAAAAAAAAAAAAAAAAAAEGAAABAAAAAAAAAAECAAAAAgAAAAAAAAAAAAAAAAAAAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGAIwAsAEWAAIAJQAlAdsB2wAYACwAAD8BNjQvASYjIg8BBhUUHwEHBhUUHwEWMzI2FAcGBwYiJyYnJjQ3Njc2MhcWF/GCBgaCBQcIBR0GBldXBgYdBQgH7x0eMjB8MDIeHR0eMjB8MDIecYIGDgaCBQUeBQcJBFhYBAkHBR4F0nwwMh4dHR4yMHwwMh4dHR4yAAAAAgAlACUB2wHbABgALAAAJTc2NTQvATc2NTQvASYjIg8BBhQfARYzMjYUBwYHBiInJicmNDc2NzYyFxYXASgdBgZXVwYGHQUIBwWCBgaCBQcIuB0eMjB8MDIeHR0eMjB8MDIecR4FBwkEWFgECQcFHgUFggYOBoIF0nwwMh4dHR4yMHwwMh4dHR4yAAABACUAJQHbAdsAEwAAABQHBgcGIicmJyY0NzY3NjIXFhcB2x0eMjB8MDIeHR0eMjB8MDIeAT58MDIeHR0eMjB8MDIeHR0eMgABACUAJQHbAdsAQwAAARUUBisBIicmPwEmIyIHBgcGBwYUFxYXFhcWMzI3Njc2MzIfARYVFAcGBwYjIicmJyYnJjQ3Njc2NzYzMhcWFzc2FxYB2woIgAsGBQkoKjodHBwSFAwLCwwUEhwcHSIeIBMGAQQDJwMCISspNC8mLBobFBERFBsaLCYvKicpHSUIDAsBt4AICgsLCScnCwwUEhwcOhwcEhQMCw8OHAMDJwMDAgQnFBQRFBsaLCZeJiwaGxQRDxEcJQgEBgAAAAAAAAwAlgABAAAAAAABAAUADAABAAAAAAACAAcAIgABAAAAAAADACEAbgABAAAAAAAEAAUAnAABAAAAAAAFAAsAugABAAAAAAAGAAUA0gADAAEECQABAAoAAAADAAEECQACAA4AEgADAAEECQADAEIAKgADAAEECQAEAAoAkAADAAEECQAFABYAogADAAEECQAGAAoAxgBzAGwAaQBjAGsAAHNsaWNrAABSAGUAZwB1AGwAYQByAABSZWd1bGFyAABGAG8AbgB0AEYAbwByAGcAZQAgADIALgAwACAAOgAgAHMAbABpAGMAawAgADoAIAAxADQALQA0AC0AMgAwADEANAAARm9udEZvcmdlIDIuMCA6IHNsaWNrIDogMTQtNC0yMDE0AABzAGwAaQBjAGsAAHNsaWNrAABWAGUAcgBzAGkAbwBuACAAMQAuADAAAFZlcnNpb24gMS4wAABzAGwAaQBjAGsAAHNsaWNrAAAAAAIAAAAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAAAAAAAABwAAAAEAAgECAQMAhwBECmFycm93cmlnaHQJYXJyb3dsZWZ0AAAAAAAAAf//AAIAAQAAAA4AAAAYAAAAAAACAAEAAwAGAAEABAAAAAIAAAAAAAEAAAAAzu7XsAAAAADPcXh/AAAAAM9xeH8=?#iefix) format('embedded-opentype'), url(data:font/woff;base64,d09GRk9UVE8AAAVkAAsAAAAAB1wAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAABDRkYgAAABCAAAAi4AAAKbH/pWDkZGVE0AAAM4AAAAGgAAABxt0civR0RFRgAAA1QAAAAcAAAAIAAyAARPUy8yAAADcAAAAFIAAABgUBj/rmNtYXAAAAPEAAAAUAAAAWIiC0SwaGVhZAAABBQAAAAuAAAANgABMftoaGVhAAAERAAAABwAAAAkA+UCA2htdHgAAARgAAAADgAAAA4ESgBKbWF4cAAABHAAAAAGAAAABgAFUABuYW1lAAAEeAAAANwAAAFuBSeBwnBvc3QAAAVUAAAAEAAAACAAAwABeJw9ks9vEkEUx2cpWyeUoFYgNkHi2Wt7N3rVm3cTs3UVLC4LxIWEQvi1P3i7O1tYLJDAmlgKGEhQrsajf0j7J3jYTXrQWUrMJG+++b55n5e8NwwKBhHDMLv5kxT3ATEBxKBn3qOAl9zxHgb1MAPhHQgHkyF08Gr/L8B/Eb6zWnmCJ7AJVLubQOheArXvJ1A4EXi6j4I+Zg9F0QFKvsnlBCmXeve+sFEnb/nCptdtQ4QYhVFRAT1HrF8UQK/RL/SbmUbclsvGVFXRZKDHUE38cc4qpkbAAsuwiImvro+ufcfaOIQ6szlrmjRJDaKZKnbjN3GWKIbiIzRFUfCffuxxKOL+3LDlDVvx2TdxN84qZEsnhNBa6pgm2dAsnzbLsETdsmRFxUeHV4e+I2/ptN8TyqV8T3Dt29t7EYOuajVIw2y1Wy3M86w0zg/Fz2IvawmQAUHOVrPVfLkoScVynsqsTG0MGUs4z55nh3mnOJa+li+rl9WpPIcFfDubDeaDC+fLBdYN3QADzLauGfj4B6sZmq6CCpqmtSvF0qlUl2qf5AJIUCSlTqlb7lUG+LRfGzZGzZEyBgccMu6MuqPecNDvD4Y9Kjtj4gD+DsvKVMTcMdtqtZtmkzQstQvYje7Syep0PDSAhSOeHYXYWThEF//A/0YvYV1fSQtpKU5STtrhbQ444OtpKSWJIg3pOg8cBs7maTY1EZf07aq+hjWs7IWzdCYTGhb2CtZ47x+Uhx28AAB4nGNgYGBkAIJz765vANHnCyvqYTQAWnkHswAAeJxjYGRgYOADYgkGEGBiYARCFjAG8RgABHYAN3icY2BmYmCcwMDKwMHow5jGwMDgDqW/MkgytDAwMDGwcjKAQQMDAyOQUmCAgoA01xQGB4ZExUmMD/4/YNBjvP3/NgNEDQPjbbBKBQZGADfLDgsAAHicY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQzMCQqKClOUJz0/z9YHRLv/+L7D+8V3cuHmgAHjGwM6ELUByxUMIOZCmbgAAA5LQ8XeJxjYGRgYABiO68w73h+m68M3EwMIHC+sKIeTqsyqDLeZrwN5HIwgKUB/aYJUgAAeJxjYGRgYLzNwMCgx8QAAkA2IwMqYAIAMGIB7QIAAAACAAAlACUAJQAlAAAAAFAAAAUAAHicbY49asNAEIU/2ZJDfkiRIvXapUFCEqpcptABUrg3ZhEiQoKVfY9UqVLlGDlADpAT5e16IUWysMz3hjfzBrjjjQT/EjKpCy+4YhN5yZoxcirPe+SMWz4jr6S+5UzSa3VuwpTnBfc8RF7yxDZyKs9r5IxHPiKv1P9iZqDnyAvMQ39UecbScVb/gJO03Xk4CFom3XYK1clhMdQUlKo7/d9NF13RkIdfy+MV7TSe2sl11tRFaXYmJKpWTd7kdVnJ8veevZKc+n3I93t9Jnvr5n4aTVWU/0z9AI2qMkV4nGNgZkAGjAxoAAAAjgAF) format('woff'), url(data:font/ttf;base64,AAEAAAANAIAAAwBQRkZUTW3RyK8AAAdIAAAAHEdERUYANAAGAAAHKAAAACBPUy8yT/b9sgAAAVgAAABWY21hcCIPRb0AAAHIAAABYmdhc3D//wADAAAHIAAAAAhnbHlmP5u2YAAAAzwAAAIsaGVhZAABMfsAAADcAAAANmhoZWED5QIFAAABFAAAACRobXR4BkoASgAAAbAAAAAWbG9jYQD2AaIAAAMsAAAAEG1heHAASwBHAAABOAAAACBuYW1lBSeBwgAABWgAAAFucG9zdC+zMgMAAAbYAAAARQABAAAAAQAA8MQQT18PPPUACwIAAAAAAM9xeH8AAAAAz3F4fwAlACUB2wHbAAAACAACAAAAAAAAAAEAAAHbAAAALgIAAAAAAAHbAAEAAAAAAAAAAAAAAAAAAAAEAAEAAAAHAEQAAgAAAAAAAgAAAAEAAQAAAEAAAAAAAAAAAQIAAZAABQAIAUwBZgAAAEcBTAFmAAAA9QAZAIQAAAIABQkAAAAAAACAAAABAAAAIAAAAAAAAAAAUGZFZABAAGEhkgHg/+AALgHb/9sAAAABAAAAAAAAAgAAAAAAAAACAAAAAgAAJQAlACUAJQAAAAAAAwAAAAMAAAAcAAEAAAAAAFwAAwABAAAAHAAEAEAAAAAMAAgAAgAEAAAAYSAiIZAhkv//AAAAAABhICIhkCGS//8AAP+l3+PedN5xAAEAAAAAAAAAAAAAAAAAAAEGAAABAAAAAAAAAAECAAAAAgAAAAAAAAAAAAAAAAAAAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGAIwAsAEWAAIAJQAlAdsB2wAYACwAAD8BNjQvASYjIg8BBhUUHwEHBhUUHwEWMzI2FAcGBwYiJyYnJjQ3Njc2MhcWF/GCBgaCBQcIBR0GBldXBgYdBQgH7x0eMjB8MDIeHR0eMjB8MDIecYIGDgaCBQUeBQcJBFhYBAkHBR4F0nwwMh4dHR4yMHwwMh4dHR4yAAAAAgAlACUB2wHbABgALAAAJTc2NTQvATc2NTQvASYjIg8BBhQfARYzMjYUBwYHBiInJicmNDc2NzYyFxYXASgdBgZXVwYGHQUIBwWCBgaCBQcIuB0eMjB8MDIeHR0eMjB8MDIecR4FBwkEWFgECQcFHgUFggYOBoIF0nwwMh4dHR4yMHwwMh4dHR4yAAABACUAJQHbAdsAEwAAABQHBgcGIicmJyY0NzY3NjIXFhcB2x0eMjB8MDIeHR0eMjB8MDIeAT58MDIeHR0eMjB8MDIeHR0eMgABACUAJQHbAdsAQwAAARUUBisBIicmPwEmIyIHBgcGBwYUFxYXFhcWMzI3Njc2MzIfARYVFAcGBwYjIicmJyYnJjQ3Njc2NzYzMhcWFzc2FxYB2woIgAsGBQkoKjodHBwSFAwLCwwUEhwcHSIeIBMGAQQDJwMCISspNC8mLBobFBERFBsaLCYvKicpHSUIDAsBt4AICgsLCScnCwwUEhwcOhwcEhQMCw8OHAMDJwMDAgQnFBQRFBsaLCZeJiwaGxQRDxEcJQgEBgAAAAAAAAwAlgABAAAAAAABAAUADAABAAAAAAACAAcAIgABAAAAAAADACEAbgABAAAAAAAEAAUAnAABAAAAAAAFAAsAugABAAAAAAAGAAUA0gADAAEECQABAAoAAAADAAEECQACAA4AEgADAAEECQADAEIAKgADAAEECQAEAAoAkAADAAEECQAFABYAogADAAEECQAGAAoAxgBzAGwAaQBjAGsAAHNsaWNrAABSAGUAZwB1AGwAYQByAABSZWd1bGFyAABGAG8AbgB0AEYAbwByAGcAZQAgADIALgAwACAAOgAgAHMAbABpAGMAawAgADoAIAAxADQALQA0AC0AMgAwADEANAAARm9udEZvcmdlIDIuMCA6IHNsaWNrIDogMTQtNC0yMDE0AABzAGwAaQBjAGsAAHNsaWNrAABWAGUAcgBzAGkAbwBuACAAMQAuADAAAFZlcnNpb24gMS4wAABzAGwAaQBjAGsAAHNsaWNrAAAAAAIAAAAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAAAAAAAABwAAAAEAAgECAQMAhwBECmFycm93cmlnaHQJYXJyb3dsZWZ0AAAAAAAAAf//AAIAAQAAAA4AAAAYAAAAAAACAAEAAwAGAAEABAAAAAIAAAAAAAEAAAAAzu7XsAAAAADPcXh/AAAAAM9xeH8=) format('truetype'), url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBzdGFuZGFsb25lPSJubyI/Pgo8IURPQ1RZUEUgc3ZnIFBVQkxJQyAiLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4iICJodHRwOi8vd3d3LnczLm9yZy9HcmFwaGljcy9TVkcvMS4xL0RURC9zdmcxMS5kdGQiPgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxtZXRhZGF0YT5HZW5lcmF0ZWQgYnkgRm9udGFzdGljLm1lPC9tZXRhZGF0YT4KPGRlZnM+Cjxmb250IGlkPSJzbGljayIgaG9yaXotYWR2LXg9IjUxMiI+Cjxmb250LWZhY2UgZm9udC1mYW1pbHk9InNsaWNrIiB1bml0cy1wZXItZW09IjUxMiIgYXNjZW50PSI0ODAiIGRlc2NlbnQ9Ii0zMiIvPgo8bWlzc2luZy1nbHlwaCBob3Jpei1hZHYteD0iNTEyIiAvPgoKPGdseXBoIHVuaWNvZGU9IiYjODU5NDsiIGQ9Ik0yNDEgMTEzbDEzMCAxMzBjNCA0IDYgOCA2IDEzIDAgNS0yIDktNiAxM2wtMTMwIDEzMGMtMyAzLTcgNS0xMiA1LTUgMC0xMC0yLTEzLTVsLTI5LTMwYy00LTMtNi03LTYtMTIgMC01IDItMTAgNi0xM2w4Ny04OC04Ny04OGMtNC0zLTYtOC02LTEzIDAtNSAyLTkgNi0xMmwyOS0zMGMzLTMgOC01IDEzLTUgNSAwIDkgMiAxMiA1eiBtMjM0IDE0M2MwLTQwLTktNzctMjktMTEwLTIwLTM0LTQ2LTYwLTgwLTgwLTMzLTIwLTcwLTI5LTExMC0yOS00MCAwLTc3IDktMTEwIDI5LTM0IDIwLTYwIDQ2LTgwIDgwLTIwIDMzLTI5IDcwLTI5IDExMCAwIDQwIDkgNzcgMjkgMTEwIDIwIDM0IDQ2IDYwIDgwIDgwIDMzIDIwIDcwIDI5IDExMCAyOSA0MCAwIDc3LTkgMTEwLTI5IDM0LTIwIDYwLTQ2IDgwLTgwIDIwLTMzIDI5LTcwIDI5LTExMHoiLz4KPGdseXBoIHVuaWNvZGU9IiYjODU5MjsiIGQ9Ik0yOTYgMTEzbDI5IDMwYzQgMyA2IDcgNiAxMiAwIDUtMiAxMC02IDEzbC04NyA4OCA4NyA4OGM0IDMgNiA4IDYgMTMgMCA1LTIgOS02IDEybC0yOSAzMGMtMyAzLTggNS0xMyA1LTUgMC05LTItMTItNWwtMTMwLTEzMGMtNC00LTYtOC02LTEzIDAtNSAyLTkgNi0xM2wxMzAtMTMwYzMtMyA3LTUgMTItNSA1IDAgMTAgMiAxMyA1eiBtMTc5IDE0M2MwLTQwLTktNzctMjktMTEwLTIwLTM0LTQ2LTYwLTgwLTgwLTMzLTIwLTcwLTI5LTExMC0yOS00MCAwLTc3IDktMTEwIDI5LTM0IDIwLTYwIDQ2LTgwIDgwLTIwIDMzLTI5IDcwLTI5IDExMCAwIDQwIDkgNzcgMjkgMTEwIDIwIDM0IDQ2IDYwIDgwIDgwIDMzIDIwIDcwIDI5IDExMCAyOSA0MCAwIDc3LTkgMTEwLTI5IDM0LTIwIDYwLTQ2IDgwLTgwIDIwLTMzIDI5LTcwIDI5LTExMHoiLz4KPGdseXBoIHVuaWNvZGU9IiYjODIyNjsiIGQ9Ik00NzUgMjU2YzAtNDAtOS03Ny0yOS0xMTAtMjAtMzQtNDYtNjAtODAtODAtMzMtMjAtNzAtMjktMTEwLTI5LTQwIDAtNzcgOS0xMTAgMjktMzQgMjAtNjAgNDYtODAgODAtMjAgMzMtMjkgNzAtMjkgMTEwIDAgNDAgOSA3NyAyOSAxMTAgMjAgMzQgNDYgNjAgODAgODAgMzMgMjAgNzAgMjkgMTEwIDI5IDQwIDAgNzctOSAxMTAtMjkgMzQtMjAgNjAtNDYgODAtODAgMjAtMzMgMjktNzAgMjktMTEweiIvPgo8Z2x5cGggdW5pY29kZT0iJiM5NzsiIGQ9Ik00NzUgNDM5bDAtMTI4YzAtNS0xLTktNS0xMy00LTQtOC01LTEzLTVsLTEyOCAwYy04IDAtMTMgMy0xNyAxMS0zIDctMiAxNCA0IDIwbDQwIDM5Yy0yOCAyNi02MiAzOS0xMDAgMzktMjAgMC0zOS00LTU3LTExLTE4LTgtMzMtMTgtNDYtMzItMTQtMTMtMjQtMjgtMzItNDYtNy0xOC0xMS0zNy0xMS01NyAwLTIwIDQtMzkgMTEtNTcgOC0xOCAxOC0zMyAzMi00NiAxMy0xNCAyOC0yNCA0Ni0zMiAxOC03IDM3LTExIDU3LTExIDIzIDAgNDQgNSA2NCAxNSAyMCA5IDM4IDIzIDUxIDQyIDIgMSA0IDMgNyAzIDMgMCA1LTEgNy0zbDM5LTM5YzItMiAzLTMgMy02IDAtMi0xLTQtMi02LTIxLTI1LTQ2LTQ1LTc2LTU5LTI5LTE0LTYwLTIwLTkzLTIwLTMwIDAtNTggNS04NSAxNy0yNyAxMi01MSAyNy03MCA0Ny0yMCAxOS0zNSA0My00NyA3MC0xMiAyNy0xNyA1NS0xNyA4NSAwIDMwIDUgNTggMTcgODUgMTIgMjcgMjcgNTEgNDcgNzAgMTkgMjAgNDMgMzUgNzAgNDcgMjcgMTIgNTUgMTcgODUgMTcgMjggMCA1NS01IDgxLTE1IDI2LTExIDUwLTI2IDcwLTQ1bDM3IDM3YzYgNiAxMiA3IDIwIDQgOC00IDExLTkgMTEtMTd6Ii8+CjwvZm9udD48L2RlZnM+PC9zdmc+Cg==#slick) format('svg');
}
/* Arrows */
.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 50%;

    display: block;

    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: transparent;
    outline: none;
    background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
}

.slick-prev:before,
.slick-next:before
{
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;

    opacity: .75;
    color: white;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev
{
    left: -25px;
}
[dir='rtl'] .slick-prev
{
    right: -25px;
    left: auto;
}
.slick-prev:before
{
    content: '\2190';
}
[dir='rtl'] .slick-prev:before
{
    content: '\2192';
}

.slick-next
{
    right: -25px;
}
[dir='rtl'] .slick-next
{
    right: auto;
    left: -25px;
}
.slick-next:before
{
    content: '\2192';
}
[dir='rtl'] .slick-next:before
{
    content: '\2190';
}

/* Dots */
.slick-dotted.slick-slider
{
    margin-bottom: 30px;
}

.slick-dots
{
    position: absolute;
    bottom: -25px;

    display: block;

    width: 100%;
    padding: 0;
    margin: 0;

    list-style: none;

    text-align: center;
}
.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 20px;
    height: 20px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.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
{
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    content: '\2022';
    text-align: center;

    opacity: .25;
    color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    opacity: .75;
    color: black;
}

@keyframes modal-video{from{opacity:0}to{opacity:1}}@keyframes modal-video-inner{from{transform:translate(0, 100px)}to{transform:translate(0, 0)}}.modal-video{position:fixed;top:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,0.5);z-index:1000000;cursor:pointer;opacity:1;animation-timing-function:ease-out;animation-duration:.3s;animation-name:modal-video;-webkit-transition:opacity .3s ease-out;-moz-transition:opacity .3s ease-out;-ms-transition:opacity .3s ease-out;-o-transition:opacity .3s ease-out;transition:opacity .3s ease-out}.modal-video-close{opacity:0}.modal-video-close .modal-video-movie-wrap{-webkit-transform:translate(0, 100px);-moz-transform:translate(0, 100px);-ms-transform:translate(0, 100px);-o-transform:translate(0, 100px);transform:translate(0, 100px)}.modal-video-body{max-width:940px;width:100%;height:100%;margin:0 auto;display:table}.modal-video-inner{display:table-cell;vertical-align:middle;width:100%;height:100%}.modal-video-movie-wrap{width:100%;height:0;position:relative;padding-bottom:56.25%;background-color:#333;animation-timing-function:ease-out;animation-duration:.3s;animation-name:modal-video-inner;-webkit-transform:translate(0, 0);-moz-transform:translate(0, 0);-ms-transform:translate(0, 0);-o-transform:translate(0, 0);transform:translate(0, 0);-webkit-transition:-webkit-transform .3s ease-out;-moz-transition:-moz-transform .3s ease-out;-ms-transition:-ms-transform .3s ease-out;-o-transition:-o-transform .3s ease-out;transition:transform .3s ease-out}.modal-video-movie-wrap iframe{position:absolute;top:0;left:0;width:100%;height:100%}.modal-video-close-btn{position:absolute;z-index:2;top:-35px;right:-35px;display:inline-block;width:35px;height:35px;overflow:hidden;border:none;background:transparent}.modal-video-close-btn:before{transform:rotate(45deg)}.modal-video-close-btn:after{transform:rotate(-45deg)}.modal-video-close-btn:before,.modal-video-close-btn:after{content:'';position:absolute;height:2px;width:100%;top:50%;left:0;margin-top:-1px;background:#fff;border-radius:5px;margin-top:-6px}

.ekko-lightbox{display:-ms-flexbox!important;display:flex!important;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;padding-right:0!important}.ekko-lightbox-container{position:relative}.ekko-lightbox-container>div.ekko-lightbox-item{position:absolute;top:0;left:0;bottom:0;right:0;width:100%}.ekko-lightbox iframe{width:100%;height:100%}.ekko-lightbox-nav-overlay{z-index:1;position:absolute;top:0;left:0;width:100%;height:100%;display:-ms-flexbox;display:flex}.ekko-lightbox-nav-overlay a{-ms-flex:1;flex:1;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;opacity:0;transition:opacity .5s;color:#fff;font-size:30px;z-index:1}.ekko-lightbox-nav-overlay a>*{-ms-flex-positive:1;flex-grow:1}.ekko-lightbox-nav-overlay a>:focus{outline:none}.ekko-lightbox-nav-overlay a span{padding:0 30px}.ekko-lightbox-nav-overlay a:last-child span{text-align:right}.ekko-lightbox-nav-overlay a:hover{text-decoration:none}.ekko-lightbox-nav-overlay a:focus{outline:none}.ekko-lightbox-nav-overlay a.disabled{cursor:default;visibility:hidden}.ekko-lightbox a:hover{opacity:1;text-decoration:none}.ekko-lightbox .modal-dialog{display:none}.ekko-lightbox .modal-footer{text-align:left}.ekko-lightbox-loader{position:absolute;top:0;left:0;bottom:0;right:0;width:100%;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center}.ekko-lightbox-loader>div{width:40px;height:40px;position:relative;text-align:center}.ekko-lightbox-loader>div>div{width:100%;height:100%;border-radius:50%;background-color:#fff;opacity:.6;position:absolute;top:0;left:0;animation:a 2s infinite ease-in-out}.ekko-lightbox-loader>div>div:last-child{animation-delay:-1s}.modal-dialog .ekko-lightbox-loader>div>div{background-color:#333}@keyframes a{0%,to{transform:scale(0);-webkit-transform:scale(0)}50%{transform:scale(1);-webkit-transform:scale(1)}}
/* Changes related to self-serve redesign */
body {
    min-width: 320px;
    width: 100vw;
}

/* All Background Colors */
.s2-footer-section,
.cd-main-header,
footer.content-info,
.symplur-signals-particles-box {
    background-color:#00135b;
    border-color: #00135b;
}

footer.content-info{
    bottom:auto;
}

a {
    color: #2b87ac;
    /* font-weight: 300; */
}

a:hover {
    color: #30b7cf;
    text-decoration: underline;
}

a,
a:active,
a:checked,
a:default a.selected {
    text-decoration: none;
}

a.s2-read-more {
    font-size: 16px;
    font-weight: 500;
}

a.s2-read-more:hover {
    color: #30b7cf;
}

.s2-text p.lead {
    font-size: 20px;
    line-height: 35px;
}

.cd-nav ul.cd-primary-nav li:hover {
    color: transparent;
}

.btn-primary {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
}

.btn-primary:hover,
.btn-primary:active,
.btn-primary:focus,
.btn-primary:active:focus {
    color: #fff;
    background-color: #0069d9;
    border-color: #0062cc;
}

.btn-primary:focus,
.btn-primary.focus {
    box-shadow: 0 0 0 3px rgba(0, 123, 255, 0.5);
}

.btn-primary.disabled,
.btn-primary:disabled {
    background-color: #007bff;
    border-color: #007bff;
}

.video-modal {
    background-color: #eeeeee;
}

/* .container-fluid {
  padding-left: -15px;
  padding-right:-15px;
} */

.symplur-signals-particles-box {
    margin-top: -15px;
}

#content {
    padding: 0 !important;
}

.symplur-slide-text {
    margin: 0 auto;
}

.s2-header {
    padding: 0 10px;
    font-size: 32px;
    font-weight: 500;
    line-height: 2;
}

.s2-subheader {
    font-size: 24px;
    line-height: 32px;
    font-weight: 300;
    padding-bottom: 20px;
}

.s2-header-tagline {
    margin-top: 50px;
}

.s2-prop-heading {
    font-size: 22px;
    font-weight: 800;
    letter-spacing: -1px;
}

.s2-white {
    color: #ffffff;
}

.s2-col-centered {
    float: none;
    margin: 0 auto;
}

.s2-section-1 {
    margin-top: 300px;
}

.s2-features {
    padding: 20px;
}

.s2-value-prop p {
    font-size: 20px;
    line-height: 28px;
    font-weight: 300;
    /* text-align: justify; */
}

.s2-features,
.s2-text,
.faq p {
    font-size: 1.8rem;
    font-weight: 300;
}

.s2-text p {
    font-size: 18px;
    line-height: 1.9;
    font-weight: 300;
    padding: 10px 0;
}

.s2-section {
    padding: 20px 20px;
}

.s2-logos-container {
    background-color: #f2f2f2;
    padding: 50px 0;
    height: 188px;
    /* box-shadow: 0px 11px 8px -10px #f2f2f2, 0px -11px 8px -10px #f2f2f2; */
}

.s2-features h4,
.s2-value-prop h3 {
    /*  padding-top:10px;
  margin-bottom:0px;*/
    font-size: 1.6rem;
    font-weight: 700;
}

.s2-footer-section {
    margin-top: 0px;
    padding: 100px 10px;
}

.center-img {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

/*  slider */
/* .s2-slider div.s2-profile {
  margin: 0 auto;
  border: 1px solid red;
  padding: 0 5px;
} */
.s2-slider {
    width: 100%;
    background-color: #ffffff;
    padding: 20px;
    /* box-shadow: 0px 11px 8px -10px #f2f2f2, 0px -11px 8px -10px #f2f2f2; */
}

.s2-slider div.s2-profile {
    padding: 0px;
}

.s2-slider img {
    /* border: 1px solid #ccc; */
    /* border-radius: 5px; */
    padding: 0 20px;
}

.slick-prev:before,
.slick-next:before {
    color: #ccc;
}

/*  */
/* frontpage topbar */
/*  */
.cd-main-header {
    z-index: 3;
}

.cd-main-content {
    background-color: #ffffff;
}

.s2-text img {
    margin: 15px 0;
    border: 1px solid #ccc;
}

.cd-primary-nav a:hover {
    color: #ffffff;
}

.cd-overlay.is-visible {
    background-color: rgba(0, 0, 0, 0.7);
    transform: translateX(0px);
}

.cd-search {
    top: 75px;
}

.cd-search input {
    height: 50px;
    font-size: 20px;
}

.nav-cta-search {
    color: #fff;
    font-size: 24px;
    margin: 0 40px 0 0;
}

.cd-primary-nav .cd-secondary-nav>li.about.description {
    display: none;
}

@media only screen and (max-width: 379px) {
    .cd-logo img {
        height: 30px;
    }

    .cd-primary-nav,
    .cd-secondary-nav,
    .s2-nav-section {
        padding: 0;
    }

    .symplur-signals-particles-box {
        height: 270px;
    }

    .s2-hero {
        display: none;
    }

    .s2-main-content {
        margin-top: -50px;
    }

    .s2-section {
        padding: 50px 20px;
    }

    .s2-section-header {
        padding: 10px;
        font-size: 26px;
        font-weight: 300;
    }

    .s2-header-tagline {
        margin-top: 50px;
    }

    .s2-prop-heading {
        font-size: 19px;
        text-align: center;
    }

    .s2-value-prop {
        padding: 20px 10px;
    }

    .s2-text p {
        font-size: 20px;
        /* line-height: 28px; */
        font-weight: 300;
        padding: 10px 0;
    }

    h1.s2-header,
    h2.s2-header {
        font-size: 20px;
        font-weight: 500;
    }

    .s2-subheader {
        font-size: 20px;
        line-height: 24px;
        font-weight: 300;
        padding-bottom: 20px;
    }

    .s2-heading {
        font-size: 18px;
        font-weight: 800;
    }

    .s2-value-prop p {
        font-size: 18px;
        line-height: 22px;
        font-weight: 300;
    }

    .s2-footer-section {
        padding: 50px 10px;
    }

    .s2-footer-subheader {
        padding: 0 20px;
    }
}

@media only screen and (min-width: 380px) and (max-width: 500px) {
    .cd-logo img {
        height: 30px;
    }

    .cd-primary-nav,
    .cd-secondary-nav,
    .s2-nav-section {
        padding: 0;
    }

    .symplur-signals-particles-box {
        height: 300px;
    }

    .s2-main-content {
        margin-top: -100px;
    }

    .s2-section {
        padding: 0 20px 50px;
        margin-top: 30px;
    }

    .s2-section-header {
        padding: 10px;
        font-size: 32px;
        font-weight: 300;
    }

    .s2-header-tagline {
        margin-top: 50px;
    }

    .s2-prop-heading {
        font-size: 20px;
        text-align: center;
    }

    .s2-value-prop {
        padding: 30px 20px;
    }

    h1.s2-header,
    h2.s2-header {
        font-size: 22px;
        font-weight: 500;
    }

    .s2-subheader {
        font-size: 20px;
        line-height: 24px;
        font-weight: 300;
        padding-bottom: 20px;
    }

    .s2-hero-front {
        margin-top: 0px;
    }

    .s2-hero {
        height: 100px;
    }

    .s2-hero-img {
        max-height: 100px;
    }

    .s2-heading {
        font-size: 18px;
        font-weight: 800;
    }

    .s2-value-prop p {
        font-size: 18px;
        line-height: 22px;
        font-weight: 300;
    }

    .s2-footer-section {
        padding: 50px 10px;
    }

    .s2-footer-subheader {
        padding: 0 20px;
    }

    .footer-menu-1 {
        columns: 1;
        list-style: none;
        padding: 0;
    }
}

@media only screen and (min-width: 501px) and (max-width: 800px) {
    .cd-logo img {
        height: 30px;
    }

    .cd-primary-nav,
    .cd-secondary-nav,
    .s2-nav-section {
        padding: 0;
    }

    .symplur-signals-particles-box {
        height: 400px;
    }

    .s2-section-header {
        padding: 10px;
        font-size: 32px;
        font-weight: 300;
    }

    .s2-main-content {
        margin-top: -200px;
    }

    .s2-section {
        padding: 0 20px 50px;
        margin-top: 40px;
    }

    .s2-prop-heading {
        font-size: 20px;
        text-align: center;
    }

    .s2-value-prop {
        padding: 30px 20px;
    }

    h1.s2-header,
    h2.s2-header {
        font-size: 2.6rem;
        font-weight: 500;
    }

    /* .s2-hero-front{
        height:450px;
    } */
    .s2-hero {
        height: 200px;
    }

    .s2-hero-img {
        max-height: 200px;
    }

    .s2-heading {
        font-size: 20px;
        font-weight: 800;
    }

    .s2-value-prop p {
        font-size: 20px;
        line-height: 24px;
        font-weight: 300;
    }

    .footer-menu-1 {
        columns: 1;
        list-style: none;
        padding: 0;
    }
}

@media only screen and (min-width: 801px) and (max-width: 1169px) {

    .cd-primary-nav .cd-secondary-nav a.symplur-nav-button-blue.btn {
        line-height: 50px;
        padding: 0 20px 20px 0;
    }

    .symplur-signals-particles-box {
        height: 500px;
    }

    .cd-primary-nav,
    .cd-secondary-nav,
    .s2-nav-section {
        padding: 0;
    }

    .s2-main-content {
        margin-top: -300px;
    }

    .s2-section {
        padding: 0 20px 50px;
    }

    .s2-section-header {
        padding: 30px;
        font-size: 38px;
        font-weight: 300;
    }

    .s2-prop-heading {
        font-size: 20px;
        text-align: center;
    }

    .s2-value-prop-container {
        padding: 0 40px;
    }

    .s2-value-prop {
        padding: 30px 20px;
    }

    .s2-text p {
        font-size: 18px;
        /* line-height: 24px; */
        font-weight: 300;
        padding: 10px 0;
    }

    .s2-hero-front {
        height: 500px;
    }

    .s2-hero {
        height: 300px;
    }

    .s2-hero-img {
        max-height: 300px;
    }

    .cd-logo img {
        height: 30px;
    }

    .cd-main-content.nav-is-visible,
    .cd-main-header.nav-is-visible {
        -webkit-transform: translateX(-260px);
        -moz-transform: translateX(-260px);
        -ms-transform: translateX(-260px);
        -o-transform: translateX(-260px);
        transform: translateX(-260px);
    }

    .cd-overlay.is-visible {
        /* top:30px; */
        background-color: rgba(0, 0, 0, 0.7);
        transform: translateX(0px);
        /* height: calc(100% + 30px); */
    }

    .cd-nav ul {
        padding: 0;
    }

    .footer-menu-1 {
        columns: 2;
        list-style: none;
        padding: 0;
    }
}

ul.cd-primary-nav ul ul {
    list-style-type: none !important;
}

@media only screen and (min-width: 1170px) {
    .s2-main-content {
        margin-top: -300px;
    }

    .s2-section {
        padding: 0 20px 50px;
    }

    .s2-section-header {
        padding: 30px;
        font-size: 38px;
        font-weight: 300;
    }

    .s2-hero-front {
        height: 500px;
    }

    .s2-hero {
        height: 300px;
    }

    .s2-hero-img {
        max-height: 300px;
    }

    .s2-value-prop-container {
        padding: 0 80px;
    }

    .s2-value-prop {
        padding: 20px 40px;
    }

    .cd-logo {
        top: 20px;
    }

    .cd-overlay {
        background-color: rgba(0, 0, 0, 0.7);
        /* top:80px; */
    }

    ul.cd-primary-nav {
        list-style-type: none;
    }

    ul.cd-primary-nav a,
    ul.cd-primary-nav a:visited,
    ul.cd-primary-nav a:active,
    ul.cd-primary-nav a::before {
        color: #ffffff;
        font-size: 14px;
        font-weight: 600;
        text-transform: uppercase;
    }

    ul.cd-primary-nav a:hover {
        text-decoration: none;
        color: #cccccc;
    }

    .cd-primary-nav .cd-nav-icons {
        padding: 30px 100px 40px 350px;
        list-style-type: none;
    }

    .cd-primary-nav .cd-nav-icons li {
        margin: 0;
        float: none;
        width: auto;
        height: 30px;
    }

    .cd-primary-nav .cd-nav-icons .cd-nav-item {
        color: #333333;
        font-weight: 500;
        font-size: 16px;
        text-transform: none;
        padding: 5px 10px;
        height: 25px;
        line-height: normal;
    }

    .cd-primary-nav .cd-nav-icons a.cd-nav-item:hover {
        background-color: transparent;
        color: #e98813;
    }

    .cd-primary-nav>li>a.selected {
        box-shadow: inset 0 -4px #007bff;
    }

    .cd-primary-nav>li>a {
        text-decoration: none;
    }

    .cd-primary-nav ul.cd-secondary-nav {
        list-style-type: none;
        padding: 30px 20px 30px 60px;
        background-color: #f2f2f2;
    }

    .cd-primary-nav .cd-secondary-nav>li {
        border-right: none;
    }

    .cd-primary-nav .cd-secondary-nav>li.about.description {
        display: inline-block;
        font-weight: 300;
        font-size: 16px;
        line-height: 26px;
        color: #000;
        padding: 40px 40px 0 0;
    }

    .cd-primary-nav .cd-secondary-nav>li.about {
        height: auto;
        margin: 0 auto;
        width: 30%;
        margin-right: 20px;
    }

    .cd-primary-nav .cd-secondary-nav>li.tech-1 {
        height: auto;
        margin: 0 auto;
    }

    .cd-primary-nav .cd-secondary-nav>li.tech-2 {
        height: auto;
        margin: 0 auto;
    }

    .cd-primary-nav .cd-secondary-nav>li.tech-3 {
        height: auto;
        margin: 0 auto;
        width: 40%;
    }

    .cd-primary-nav .cd-secondary-nav>li.product-1 {
        height: auto;
        margin: 0 auto;
        /* width: 33%; */
    }

    .cd-primary-nav .cd-secondary-nav>li.product-2 {
        height: auto;
        margin: 0 auto;
        /* width: 33%; */
    }

    .cd-primary-nav .cd-secondary-nav>li.product-3 {
        height: auto;
        margin: 0 auto;
        /* width: 33%; */
    }

    .cd-primary-nav .cd-secondary-nav>li.product-4 {
        height: auto;
        margin: 0 auto;
        width: 30%;
    }

    .cd-primary-nav .cd-secondary-nav>li.product-4>a.nav-demo-btn {
        display: inline-block;
        text-decoration: none;
        font-size: 14px;
        font-weight: 400 !important;
        color: #ffffff;
        border: 1px solid transparent;
        border-radius: 4px;
        padding: 8px 20px !important;
        margin-top: 20px;
        line-height: normal;
        background-color: #007bff;
        height: 34px;
    }

    .cd-primary-nav .cd-secondary-nav>li.product-4>a.nav-demo-btn:hover {
        color: #ffffff;
        background-color: #0069d9;
    }

    .cd-primary-nav .cd-secondary-nav>li.hhp {
        height: auto;
        margin: 0 auto;
        width: 30%;
    }

    .cd-primary-nav .cd-nav-icons a.cd-nav-item,
    .cd-primary-nav .cd-secondary-nav>li a {
        color: #000;
        text-transform: none;
        font-weight: 300;
        font-size: 16px;
    }

    .cd-primary-nav .cd-secondary-nav>li a:hover,
    .cd-primary-nav .cd-nav-icons a.cd-nav-item:hover {
        text-decoration: underline;
        color: rgb(11, 70, 139);
    }

    .cd-primary-nav .cd-secondary-nav>li a.social:hover {
        text-decoration: none;
    }

    .footer-menu-container li>a.disabled,
    .cd-primary-nav .cd-secondary-nav>li a.disabled,
    .cd-primary-nav .cd-secondary-nav>li a.disabled:hover {
        text-decoration: none;
        color: #000;
        pointer-events: none;
    }

    .cd-primary-nav .cd-secondary-nav>li a.submit-hashtag,
    .cd-primary-nav .cd-secondary-nav>li a.s2-nav-header,
    .cd-primary-nav .cd-secondary-nav>li a.s2-nav-header:hover {
        font-weight: 600;
        text-decoration: none;
        color: #000;
    }

    .cd-primary-nav .cd-secondary-nav>li a.submit-hashtag:hover {
        color: #30b7cf;
        text-decoration: underline;
    }

    ul#core-features,
    ul#about {
        columns: 2;
    }

    ul.s2-nav-section {
        padding: 0 10px 0 0;
    }

    .cd-search {
        top: 75px;
    }

    .cd-search input {
        height: 60px;
        font-size: 24px;
        /* text-align: center; */
    }

    .footer-menu-1 {
        columns: 2;
        list-style: none;
        padding: 0;
    }
}

/* search icon button  */
.cd-search-trigger:before {
    border: 3px solid #ffffff;
}

.cd-search-trigger:after,
.cd-search-trigger span::after,
.cd-search-trigger span::before {
    background: #ffffff;
}

/* hamburger icon button */
.cd-nav-trigger span,
.cd-nav-trigger span::before,
.cd-nav-trigger span::after,
.cd-nav-trigger.nav-is-visible span::after,
.cd-nav-trigger.nav-is-visible span::before {
    background: #ffffff;
}

.cd-primary-nav .cd-nav-icons .cd-nav-item {
    padding-left: 40px;
    height: 50px;
    line-height: 50px;
}

.footer-menu-container {
    padding: 60px 20px 40px;
    background: #f2f2f2;
    font-size: 13px;
}

.footer-menu-container a {
    font-weight: 300;
    color: #000;
}

.footer-menu-container a:hover {
    text-decoration: underline;
    color: rgb(11, 70, 139);
}

.footer-menu-2 {
    list-style: none;
    padding: 0;
}

body.page-template-template-solutions-medical-affairs .symplur-signals-particles-box,
body.page-template-template-solutions-corporate-communications .symplur-signals-particles-box,
body.page-template-template-solutions-academic-research .symplur-signals-particles-box,
body.page-template-template-solutions-medical-societies .symplur-signals-particles-box,
body.page-template-template-solutions-government .symplur-signals-particles-box,
body.page-template-template-hsg-score .symplur-signals-particles-box {
    height: 300px;
}

body.page-template-template-pricing .symplur-signals-particles-box, body.page-template-template-pricing-research .symplur-signals-particles-box {
    height: 150px;
}
body.page-template-template-pricing .s2-header-tagline, body.page-template-template-pricing-research .s2-header-tagline {
    margin-top: 5px;
}

body.page-template-template-technology .symplur-signals-particles-box,
body.page-template-template-signals .symplur-signals-particles-box {
    height: 250px;
}

body.page-template-template-frontpage .symplur-signals-particles-box {
    height: 350px;
}

body.page-template-template-frontpage h4.entry-title a {
    color: #000;
}

body.page-template-template-pricing main.col-sm-12, body.page-template-template-pricing-research main.col-sm-12 {
    padding: 0;
}

.solutions-block h2, .solutions-block h3, .solutions-block h4 {
    margin-bottom: 1.7em;
}

.solutions-block {
    padding-left: 20px;
    padding-right: 20px;
    margin-top: 200px;
}

.solutions-block p {
    margin-top: 2em;
    line-height: 35px;
    font-size: 20px;
    margin-bottom: 2em;
    font-weight: 300;
}

.solutions-block li {
    line-height: 35px;
    font-size: 20px;
    font-weight: 300;
}

.solutions-block ul {
    margin-bottom: 4em;
}

.solutions-padding {
    margin-top: 150px;
    ;
}

.solutions-subtitle {
    font-size: 200%;
}

.solutions-large-text {
    margin-top: 40px;
    font-size: 150%;
}

p.solutions-technical {
    margin-top: 40px;
    line-height: 35px;
}

.vertical-center {
    min-height: 100%;
    /* Fallback for browsers do NOT support vh unit */
    min-height: 100vh;
    /* These two lines are counted as one :-)       */
    display: flex;
    align-items: center;
}

.solutions-testimonial {
    font-family: Georgia, Cambria, "Times New Roman", Times, serif;
    letter-spacing: 0.01rem;
    font-weight: 400;
    font-style: normal;
    font-size: 150%;
    line-height: 1.5;
    color: #fff;
    padding-bottom: 20px;
}


/* research page */
body.page-template-template-hcsmr header.cd-main-header,
body.page-template-template-hcsmr .symplur-signals-particles-box,
body.page-template-template-hcsmr div.s2-footer-section,
body.page-template-template-hcsmr footer.content-info {
    background-color: #00135b;
    border-color: #00135b;
}


/* pricing page */

.btn-group-justified {
    margin: 0 auto;
}

th span.plan-name {
    white-space: nowrap;
}

@media only screen and (max-width: 730px) {
    th span.plan-name {
        font-size: 14px;
    }
}

@media only screen and (max-width: 870px) and (min-width: 731px) {
    th span.plan-name {
        font-size: 18px;
    }
}

@media only screen and (min-width: 871px) {
    th span.plan-name {
        font-size: 24px;
    }
}

.btn-planLength {
    background-color: #ffffff;
    font-size: 12px;
    font-weight: 500;
}

.btn-planLength.active {
    border: 0px;
}

.planLengthTip {
    color: #e50000;
    font-weight: 800;
}

#pricing article {
    width: 100%;
    /* max-width:100vw; */
    margin: 0 auto;
    /* height:1000px; */
    position: relative;
}

#pricing ul {
    display: flex;
    top: 0px;
    z-index: 10;
    padding-bottom: 14px;
    padding: 0;
}

#pricing li {
    list-style: none;
    flex: 1;
}

#pricing li:last-child {
    border-right: 1px solid #ddd;
}

#pricing #buttons button {
    width: 100%;
    border: 1px solid #ddd;
    border-right: 0;
    border-top: 0;
    padding: 10px;
    background: #fff;
    font-size: 14px;
    font-weight: 300;
    height: 60px;
    color: #333333;
}

#pricing #buttons li.active button {
    background: #333333;
    color: #ffffff;
}

#pricing table {
    border-collapse: collapse;
    table-layout: fixed;
    width: 100%;
}

#pricing th {
    font-weight: 300;
    background: #f5f5f5;
    font-size: 24px;
    display: none;
    vertical-align: middle;
}

#pricing td,
#pricing th {
    height: 60px;
    vertical-align: middle;
}

#pricing td,
#pricing th {
    border: 1px solid #ddd;
    padding: 15px;
    empty-cells: show;
}

#pricing td,
#pricing th {
    text-align: left;
}

#pricing td+td,
#pricing th+th {
    text-align: center;
    /*display: none;*/
}

#pricing td.default {
    display: table-cell;
}

#pricing .bg-purple {
    border-top: 3px solid #a32362;
}

#pricing .bg-blue {
    border-top: 3px solid #0097cf;
}

#pricing .sep {
    background: #f5f5f5;
    font-weight: bold;
}

#pricing .txt-l {
    font-size: 26px;
    font-weight: 700;
}

@media only screen and (max-width: 640px) {
    #pricing .txt-l{
        font-size:16px;
    }
}

#pricing .txt-top {
    position: relative;
    top: -9px;
    left: -2px;
}

#pricing .tick {
    font-size: 18px;
    color: #2ca01c;
}

#pricing .hide {
    border: 0;
    background: none;
}

#pricing .prepay {
    text-decoration: underline;
    font-weight: 600;
}

#pricing .annual {
    color: #e50000;
}

#pricing .strike {
    text-decoration: line-through;
}

@media only screen and (min-width: 640px) {

    /* @media only screen and (min-width:640px){ */
    /* @media (min-width: 640px) { */
    #pricing ul {
        display: none;
    }

    #pricing td,
    #pricing th {
        display: table-cell !important;
    }

    #pricing td,
    #pricing th {
        width: 240px;
    }

    #pricing td+td,
    #pricing th+th {
        width: auto;
    }
}

@media only screen and (max-width: 640px) {

    /* @media only screen and (min-width:640px){ */
    /* @media (min-width: 640px) { */
    #pricing ul {
        display: none;
    }

    #pricing td,
    #pricing th {
        display: table-cell !important;
    }

    #pricing td,
    #pricing th {
        width: 100px;
    }

    #pricing td+td,
    #pricing th+th {
        width: auto;
    }

    #pricing h3{
        font-size: 16px;
    }
}


#pricing th i {
    /* font-size:20px; */
    margin-right: 5px;
}

#pricing .tooltip-hint {
    color: rgb(29, 65, 98);
    border-bottom: 1px dotted rgb(29, 65, 98);
}

#pricing .plan-info .tooltip-hint {
    font-size: 14px;
    font-weight: 500;
}

#pricing .btn-primary {
    background-color: rgb(38, 111, 198);
    border-color: rgb(38, 111, 198);
}

#annualSelect:before {
    content: "";
    position: absolute;
    left: -15px;
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-right: 10px solid blue;
}

.popover {
    padding: 0;
}

h3.popover-title {
    background-color: rgb(49, 62, 79);
}

body.page-template-template-hcsmr .pagination>.active>a {
    color: #ffffff;
}

.symplur-signals-subheading {
    font-size: 200%;
}

.symplurList li {
    padding-bottom: 20px;
}

.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;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.embed-responsive-16by9 {
    padding-bottom: 56.25%;
}

.embed-responsive-4by3 {
    padding-bottom: 75%;
}

.symplur-solutions-button {
    background-color: rgba(0, 0, 0, 0);
    color: #fff;
    border-color: #fff;
    overflow: hidden;
}

.symplur-solutions-button:hover {
    background-color: #fff;
    color: rgb(29, 65, 98);
    border-color: #fff;
}

.cd-primary-nav .cd-secondary-nav a.symplur-nav-button-blue.btn {
    background-color: rgba(0, 0, 0, 0);
    color: #337ab7;
    border-color: #337ab7;
    overflow: hidden;
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid;
    white-space: nowrap;
    padding: 6px 12px 6px 12px;
    font-size: 14px;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    /* display: block;
    width: 100%;	 */
    line-height: 1;
}

.cd-primary-nav .cd-secondary-nav a.symplur-nav-button-blue.btn:hover {
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset,
        0 0 8px rgba(51, 123, 184, 0.4) !important;
    outline: 0 none !important;
    color: rgb(29, 65, 98);
    text-decoration: none;
}

.hhp-contributors {
    padding-top: 30px;
    width: 100%;
}

.hhp-section {
    margin-bottom: 75px;
}

.symplur-header-vcenter {
    margin: 0;
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    padding-bottom: 30px;
}

.hsg-score-compare {
    background-color: rgb(29, 65, 98);
    color: #fff;
    padding-top: 30px;
    padding-bottom: 30px;
    border-radius: 10px;
    margin-top: 50px;
}

.banner h1 {
    margin-top: 0;
    margin-bottom: 0;
}

/**
* Shows how you can use CSS to style your Element's container.
*/
.MyCardElement {
    height: 40px;
    padding: 10px 12px;
    width: 100%;
    color: #32325d;
    background-color: white;
    border: 1px solid;
    border-radius: 4px;
    border-color: rgb(166, 166, 166);
    box-shadow: 0 1px 3px 0 #e6ebf1;
    -webkit-transition: box-shadow 150ms ease;
    transition: box-shadow 150ms ease;
}

.MyCardElement--focus {
    box-shadow: 0 1px 3px 0 #cfd7df;
}

.MyCardElement--invalid {
    border-color: #fa755a;
}

.MyCardElement--webkit-autofill {
    background-color: #fefde5 !important;
}

/*!
   * Bootstrap Datetime Picker v4.17.49
   * Copyright 2015-2020 Jonathan Peterson
   * Licensed under MIT (https://github.com/Eonasdan/bootstrap-datetimepicker/blob/master/LICENSE)
   */
.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 #ccc;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  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 white;
  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 #ccc;
  border-top-color: rgba(0, 0, 0, 0.2);
  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 white;
  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: #777777;
  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: #eeeeee;
}
.bootstrap-datetimepicker-widget table td {
  height: 54px;
  line-height: 54px;
  width: 54px;
}
.bootstrap-datetimepicker-widget table td.cw {
  font-size: 0.8em;
  height: 20px;
  line-height: 20px;
  color: #777777;
}
.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: #eeeeee;
  cursor: pointer;
}
.bootstrap-datetimepicker-widget table td.old,
.bootstrap-datetimepicker-widget table td.new {
  color: #777777;
}
.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: #337ab7;
  border-top-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  bottom: 4px;
  right: 4px;
}
.bootstrap-datetimepicker-widget table td.active,
.bootstrap-datetimepicker-widget table td.active:hover {
  background-color: #337ab7;
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.bootstrap-datetimepicker-widget table td.active.today:before {
  border-bottom-color: #fff;
}
.bootstrap-datetimepicker-widget table td.disabled,
.bootstrap-datetimepicker-widget table td.disabled:hover {
  background: none;
  color: #777777;
  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: #eeeeee;
}
.bootstrap-datetimepicker-widget table td span.active {
  background-color: #337ab7;
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.bootstrap-datetimepicker-widget table td span.old {
  color: #777777;
}
.bootstrap-datetimepicker-widget table td span.disabled,
.bootstrap-datetimepicker-widget table td span.disabled:hover {
  background: none;
  color: #777777;
  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;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.odometer.odometer-auto-theme, .odometer.odometer-theme-default {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  position: relative;
}
.odometer.odometer-auto-theme .odometer-digit, .odometer.odometer-theme-default .odometer-digit {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  position: relative;
}
.odometer.odometer-auto-theme .odometer-digit .odometer-digit-spacer, .odometer.odometer-theme-default .odometer-digit .odometer-digit-spacer {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  visibility: hidden;
}
.odometer.odometer-auto-theme .odometer-digit .odometer-digit-inner, .odometer.odometer-theme-default .odometer-digit .odometer-digit-inner {
  text-align: left;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
}
.odometer.odometer-auto-theme .odometer-digit .odometer-ribbon, .odometer.odometer-theme-default .odometer-digit .odometer-ribbon {
  display: block;
}
.odometer.odometer-auto-theme .odometer-digit .odometer-ribbon-inner, .odometer.odometer-theme-default .odometer-digit .odometer-ribbon-inner {
  display: block;
  -webkit-backface-visibility: hidden;
}
.odometer.odometer-auto-theme .odometer-digit .odometer-value, .odometer.odometer-theme-default .odometer-digit .odometer-value {
  display: block;
  -webkit-transform: translateZ(0);
}
.odometer.odometer-auto-theme .odometer-digit .odometer-value.odometer-last-value, .odometer.odometer-theme-default .odometer-digit .odometer-value.odometer-last-value {
  position: absolute;
}
.odometer.odometer-auto-theme.odometer-animating-up .odometer-ribbon-inner, .odometer.odometer-theme-default.odometer-animating-up .odometer-ribbon-inner {
  -webkit-transition: -webkit-transform 2s;
  -moz-transition: -moz-transform 2s;
  -ms-transition: -ms-transform 2s;
  -o-transition: -o-transform 2s;
  transition: transform 2s;
}
.odometer.odometer-auto-theme.odometer-animating-up.odometer-animating .odometer-ribbon-inner, .odometer.odometer-theme-default.odometer-animating-up.odometer-animating .odometer-ribbon-inner {
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
}
.odometer.odometer-auto-theme.odometer-animating-down .odometer-ribbon-inner, .odometer.odometer-theme-default.odometer-animating-down .odometer-ribbon-inner {
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
}
.odometer.odometer-auto-theme.odometer-animating-down.odometer-animating .odometer-ribbon-inner, .odometer.odometer-theme-default.odometer-animating-down.odometer-animating .odometer-ribbon-inner {
  -webkit-transition: -webkit-transform 2s;
  -moz-transition: -moz-transform 2s;
  -ms-transition: -ms-transform 2s;
  -o-transition: -o-transform 2s;
  transition: transform 2s;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}

.odometer.odometer-auto-theme, .odometer.odometer-theme-default {
  font-family: "Helvetica Neue", sans-serif;
  line-height: 1.1em;
}
.odometer.odometer-auto-theme .odometer-value, .odometer.odometer-theme-default .odometer-value {
  text-align: center;
}

/*!
 * Ladda
 * http://lab.hakim.se/ladda
 * MIT licensed
 *
 * Copyright (C) 2016 Hakim El Hattab, http://hakim.se
 */.ladda-button{position:relative}.ladda-button .ladda-spinner{position:absolute;z-index:2;display:inline-block;width:32px;top:50%;margin-top:0;opacity:0;pointer-events:none}.ladda-button .ladda-label{position:relative;z-index:3}.ladda-button .ladda-progress{position:absolute;width:0;height:100%;left:0;top:0;background:rgba(0,0,0,0.2);display:none;-webkit-transition:0.1s linear all !important;-moz-transition:0.1s linear all !important;-ms-transition:0.1s linear all !important;-o-transition:0.1s linear all !important;transition:0.1s linear all !important}.ladda-button[data-loading] .ladda-progress{display:block}.ladda-button,.ladda-button .ladda-spinner,.ladda-button .ladda-label{-webkit-transition:0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275) all !important;-moz-transition:0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275) all !important;-ms-transition:0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275) all !important;-o-transition:0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275) all !important;transition:0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275) all !important}.ladda-button[data-style=zoom-in],.ladda-button[data-style=zoom-in] .ladda-spinner,.ladda-button[data-style=zoom-in] .ladda-label,.ladda-button[data-style=zoom-out],.ladda-button[data-style=zoom-out] .ladda-spinner,.ladda-button[data-style=zoom-out] .ladda-label{-webkit-transition:0.3s ease all !important;-moz-transition:0.3s ease all !important;-ms-transition:0.3s ease all !important;-o-transition:0.3s ease all !important;transition:0.3s ease all !important}.ladda-button[data-style=expand-right] .ladda-spinner{right:-6px}.ladda-button[data-style=expand-right][data-size="s"] .ladda-spinner,.ladda-button[data-style=expand-right][data-size="xs"] .ladda-spinner{right:-12px}.ladda-button[data-style=expand-right][data-loading]{padding-right:56px}.ladda-button[data-style=expand-right][data-loading] .ladda-spinner{opacity:1}.ladda-button[data-style=expand-right][data-loading][data-size="s"],.ladda-button[data-style=expand-right][data-loading][data-size="xs"]{padding-right:40px}.ladda-button[data-style=expand-left] .ladda-spinner{left:26px}.ladda-button[data-style=expand-left][data-size="s"] .ladda-spinner,.ladda-button[data-style=expand-left][data-size="xs"] .ladda-spinner{left:4px}.ladda-button[data-style=expand-left][data-loading]{padding-left:56px}.ladda-button[data-style=expand-left][data-loading] .ladda-spinner{opacity:1}.ladda-button[data-style=expand-left][data-loading][data-size="s"],.ladda-button[data-style=expand-left][data-loading][data-size="xs"]{padding-left:40px}.ladda-button[data-style=expand-up]{overflow:hidden}.ladda-button[data-style=expand-up] .ladda-spinner{top:-32px;left:50%;margin-left:0}.ladda-button[data-style=expand-up][data-loading]{padding-top:54px}.ladda-button[data-style=expand-up][data-loading] .ladda-spinner{opacity:1;top:26px;margin-top:0}.ladda-button[data-style=expand-up][data-loading][data-size="s"],.ladda-button[data-style=expand-up][data-loading][data-size="xs"]{padding-top:32px}.ladda-button[data-style=expand-up][data-loading][data-size="s"] .ladda-spinner,.ladda-button[data-style=expand-up][data-loading][data-size="xs"] .ladda-spinner{top:4px}.ladda-button[data-style=expand-down]{overflow:hidden}.ladda-button[data-style=expand-down] .ladda-spinner{top:62px;left:50%;margin-left:0}.ladda-button[data-style=expand-down][data-size="s"] .ladda-spinner,.ladda-button[data-style=expand-down][data-size="xs"] .ladda-spinner{top:40px}.ladda-button[data-style=expand-down][data-loading]{padding-bottom:54px}.ladda-button[data-style=expand-down][data-loading] .ladda-spinner{opacity:1}.ladda-button[data-style=expand-down][data-loading][data-size="s"],.ladda-button[data-style=expand-down][data-loading][data-size="xs"]{padding-bottom:32px}.ladda-button[data-style=slide-left]{overflow:hidden}.ladda-button[data-style=slide-left] .ladda-label{position:relative}.ladda-button[data-style=slide-left] .ladda-spinner{left:100%;margin-left:0}.ladda-button[data-style=slide-left][data-loading] .ladda-label{opacity:0;left:-100%}.ladda-button[data-style=slide-left][data-loading] .ladda-spinner{opacity:1;left:50%}.ladda-button[data-style=slide-right]{overflow:hidden}.ladda-button[data-style=slide-right] .ladda-label{position:relative}.ladda-button[data-style=slide-right] .ladda-spinner{right:100%;margin-left:0;left:16px}[dir="rtl"] .ladda-button[data-style=slide-right] .ladda-spinner{right:auto}.ladda-button[data-style=slide-right][data-loading] .ladda-label{opacity:0;left:100%}.ladda-button[data-style=slide-right][data-loading] .ladda-spinner{opacity:1;left:50%}.ladda-button[data-style=slide-up]{overflow:hidden}.ladda-button[data-style=slide-up] .ladda-label{position:relative}.ladda-button[data-style=slide-up] .ladda-spinner{left:50%;margin-left:0;margin-top:1em}.ladda-button[data-style=slide-up][data-loading] .ladda-label{opacity:0;top:-1em}.ladda-button[data-style=slide-up][data-loading] .ladda-spinner{opacity:1;margin-top:0}.ladda-button[data-style=slide-down]{overflow:hidden}.ladda-button[data-style=slide-down] .ladda-label{position:relative}.ladda-button[data-style=slide-down] .ladda-spinner{left:50%;margin-left:0;margin-top:-2em}.ladda-button[data-style=slide-down][data-loading] .ladda-label{opacity:0;top:1em}.ladda-button[data-style=slide-down][data-loading] .ladda-spinner{opacity:1;margin-top:0}.ladda-button[data-style=zoom-out]{overflow:hidden}.ladda-button[data-style=zoom-out] .ladda-spinner{left:50%;margin-left:32px;-webkit-transform:scale(2.5);-moz-transform:scale(2.5);-ms-transform:scale(2.5);-o-transform:scale(2.5);transform:scale(2.5)}.ladda-button[data-style=zoom-out] .ladda-label{position:relative;display:inline-block}.ladda-button[data-style=zoom-out][data-loading] .ladda-label{opacity:0;-webkit-transform:scale(0.5);-moz-transform:scale(0.5);-ms-transform:scale(0.5);-o-transform:scale(0.5);transform:scale(0.5)}.ladda-button[data-style=zoom-out][data-loading] .ladda-spinner{opacity:1;margin-left:0;-webkit-transform:none;-moz-transform:none;-ms-transform:none;-o-transform:none;transform:none}.ladda-button[data-style=zoom-in]{overflow:hidden}.ladda-button[data-style=zoom-in] .ladda-spinner{left:50%;margin-left:-16px;-webkit-transform:scale(0.2);-moz-transform:scale(0.2);-ms-transform:scale(0.2);-o-transform:scale(0.2);transform:scale(0.2)}.ladda-button[data-style=zoom-in] .ladda-label{position:relative;display:inline-block}.ladda-button[data-style=zoom-in][data-loading] .ladda-label{opacity:0;-webkit-transform:scale(2.2);-moz-transform:scale(2.2);-ms-transform:scale(2.2);-o-transform:scale(2.2);transform:scale(2.2)}.ladda-button[data-style=zoom-in][data-loading] .ladda-spinner{opacity:1;margin-left:0;-webkit-transform:none;-moz-transform:none;-ms-transform:none;-o-transform:none;transform:none}.ladda-button[data-style=contract]{overflow:hidden;width:100px}.ladda-button[data-style=contract] .ladda-spinner{left:50%;margin-left:0}.ladda-button[data-style=contract][data-loading]{border-radius:50%;width:52px}.ladda-button[data-style=contract][data-loading] .ladda-label{opacity:0}.ladda-button[data-style=contract][data-loading] .ladda-spinner{opacity:1}.ladda-button[data-style=contract-overlay]{overflow:hidden;width:100px;box-shadow:0px 0px 0px 2000px transparent}.ladda-button[data-style=contract-overlay] .ladda-spinner{left:50%;margin-left:0}.ladda-button[data-style=contract-overlay][data-loading]{border-radius:50%;width:52px;box-shadow:0px 0px 0px 2000px rgba(0,0,0,0.8)}.ladda-button[data-style=contract-overlay][data-loading] .ladda-label{opacity:0}.ladda-button[data-style=contract-overlay][data-loading] .ladda-spinner{opacity:1}[dir="rtl"] .ladda-spinner>div{left:25% !important}

.bootstrap-tagsinput {
  background-color: #fff;
  border: 1px solid #ccc;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  display: inline-block;
  padding: 4px 6px;
  color: #555;
  vertical-align: middle;
  border-radius: 4px;
  max-width: 100%;
  line-height: 22px;
  cursor: text;
}
.bootstrap-tagsinput input {
  border: none;
  box-shadow: none;
  outline: none;
  background-color: transparent;
  padding: 0 6px;
  margin: 0;
  width: auto;
  max-width: inherit;
}
.bootstrap-tagsinput.form-control input::-moz-placeholder {
  color: #777;
  opacity: 1;
}
.bootstrap-tagsinput.form-control input:-ms-input-placeholder {
  color: #777;
}
.bootstrap-tagsinput.form-control input::-webkit-input-placeholder {
  color: #777;
}
.bootstrap-tagsinput input:focus {
  border: none;
  box-shadow: none;
}
.bootstrap-tagsinput .tag {
  margin-right: 2px;
  color: white;
}
.bootstrap-tagsinput .tag [data-role="remove"] {
  margin-left: 8px;
  cursor: pointer;
}
.bootstrap-tagsinput .tag [data-role="remove"]:after {
  content: "x";
  padding: 0px 2px;
}
.bootstrap-tagsinput .tag [data-role="remove"]:hover {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}
.bootstrap-tagsinput .tag [data-role="remove"]:hover:active {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}


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